|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CallFactoryStreamType2>
umontreal.iro.lecuyer.contactcenters.msk.model.CallFactoryStreamType2
public enum CallFactoryStreamType2
Complementary random streams for
call factories.
See RandomStreams.getCallFactoryStream2(int,CallFactoryStreamType2)
for more information.
Enum Constant Summary | |
---|---|
HANDOFF
Random stream used to generate conference or pre-service times with secondary agent, for call transfer. |
|
PROBTRANSFER
Random stream for probability of transfer. |
|
TRANSFERTIME
Random stream used to generate transfer delays. |
|
VQUEUE
Random stream for probability of going into a virtual queue. |
Method Summary | |
---|---|
static CallFactoryStreamType2 |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CallFactoryStreamType2[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CallFactoryStreamType2 VQUEUE
public static final CallFactoryStreamType2 PROBTRANSFER
public static final CallFactoryStreamType2 TRANSFERTIME
public static final CallFactoryStreamType2 HANDOFF
Method Detail |
---|
public static CallFactoryStreamType2[] values()
for (CallFactoryStreamType2 c : CallFactoryStreamType2.values()) System.out.println(c);
public static CallFactoryStreamType2 valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |