if set, only information later than the given time
of day is used. Only the time part is used!
This is useful, if you want to look only at one shift
(for example from 08:00 till 17:00) and is used normally
together with field tillTimeOfDay
Be patient, this may be not really implemented for your special database. Look at
JIRA JBPM-1080 for more information
internal registry of process definitions used in a experiment.
Especially useful if you want to use process definitions which
can not be discovered by the reader itself (for example in unit tests)
Map containing pool definitions. The pool name is the key, the value is an Object array with
the first element: size as Integer, and the second element: costsPerTimeUnit as Double
distributions
java.util.List<E> distributions
distributionMap
java.util.Map<K,V> distributionMap
maps for process elements which distribution to use The key is the process element, the value
the distribution name
resourceRequirements
java.util.Map<K,V> resourceRequirements
Map which contains a list of resource requirements for process elements (for example Task's or
State's) It is a Map
transitionProbabilities
java.util.Map<K,V> transitionProbabilities
Map which contains configured probabilities for Transitions It is a Map