Package org.jbpm.simulation.util
Class SimulationConstants
- java.lang.Object
-
- org.jbpm.simulation.util.SimulationConstants
-
public class SimulationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVITY_IDstatic StringACTIVITY_NAMEstatic StringAVG_EXECUTION_TIMEstatic StringAVG_RESOURCE_UTILIZATINstatic StringAVG_WAIT_TIMEstatic StringCOST_PER_TIME_UNITstatic StringCURRENCYstatic StringDISTRIBUTION_TYPEstatic StringMAXstatic StringMAX_EXECUTION_TIMEstatic StringMAX_RESOURCE_UTILIZATINstatic StringMAX_WAIT_TIMEstatic StringMEANstatic StringMINstatic StringMIN_EXECUTION_TIMEstatic StringMIN_RESOURCE_UTILIZATINstatic StringMIN_WAIT_TIMEstatic StringPROBABILITYstatic StringSTAFF_AVAILABILITYstatic StringSTANDARD_DEVIATIONstatic StringTIMEUNITstatic StringWORKING_HOURS
-
Constructor Summary
Constructors Constructor Description SimulationConstants()
-
-
-
Field Detail
-
STAFF_AVAILABILITY
public static final String STAFF_AVAILABILITY
- See Also:
- Constant Field Values
-
WORKING_HOURS
public static final String WORKING_HOURS
- See Also:
- Constant Field Values
-
COST_PER_TIME_UNIT
public static final String COST_PER_TIME_UNIT
- See Also:
- Constant Field Values
-
TIMEUNIT
public static final String TIMEUNIT
- See Also:
- Constant Field Values
-
STANDARD_DEVIATION
public static final String STANDARD_DEVIATION
- See Also:
- Constant Field Values
-
DISTRIBUTION_TYPE
public static final String DISTRIBUTION_TYPE
- See Also:
- Constant Field Values
-
PROBABILITY
public static final String PROBABILITY
- See Also:
- Constant Field Values
-
MIN
public static final String MIN
- See Also:
- Constant Field Values
-
MAX
public static final String MAX
- See Also:
- Constant Field Values
-
MEAN
public static final String MEAN
- See Also:
- Constant Field Values
-
CURRENCY
public static final String CURRENCY
- See Also:
- Constant Field Values
-
ACTIVITY_ID
public static final String ACTIVITY_ID
- See Also:
- Constant Field Values
-
ACTIVITY_NAME
public static final String ACTIVITY_NAME
- See Also:
- Constant Field Values
-
MIN_EXECUTION_TIME
public static final String MIN_EXECUTION_TIME
- See Also:
- Constant Field Values
-
AVG_EXECUTION_TIME
public static final String AVG_EXECUTION_TIME
- See Also:
- Constant Field Values
-
MAX_EXECUTION_TIME
public static final String MAX_EXECUTION_TIME
- See Also:
- Constant Field Values
-
MIN_WAIT_TIME
public static final String MIN_WAIT_TIME
- See Also:
- Constant Field Values
-
AVG_WAIT_TIME
public static final String AVG_WAIT_TIME
- See Also:
- Constant Field Values
-
MAX_WAIT_TIME
public static final String MAX_WAIT_TIME
- See Also:
- Constant Field Values
-
MIN_RESOURCE_UTILIZATIN
public static final String MIN_RESOURCE_UTILIZATIN
- See Also:
- Constant Field Values
-
AVG_RESOURCE_UTILIZATIN
public static final String AVG_RESOURCE_UTILIZATIN
- See Also:
- Constant Field Values
-
MAX_RESOURCE_UTILIZATIN
public static final String MAX_RESOURCE_UTILIZATIN
- See Also:
- Constant Field Values
-
-