Class Summary |
HLActivity |
Represents some standalone activity that can be filled with
simulation information. |
HLActivitySet |
This implementation of the HighLevelProcess interface
is intended to serve as a bag for HighLevelActivities
that cannot be related to a concrete process model. |
HLAttribute |
A data attribute represents a case data attribute that is available to activities
in the process (i.e., they can read it and provide new values). |
HLChoice |
Defines the operations for a choice at a decision point in the process. |
HLDataAttributeType |
Represents the type of a data attribute, such as being a
"Nominal" or a "Numeric" attribute. |
HLDataAttributeValues |
Specifies the possible values of a data attribute depending on its type. |
HLDataDependency |
Represents a data dependency, which is a constraint on chosing the corresponding
alternative path at a decision point in the process. |
HLGroup |
Represents a group, or organizational unit. |
HLPetriNet |
Defines the simulation information for a petri net (like resources, groups, case generation scheme). |
HLProbabilityDependency |
Represents a probability dependency for an alternative branch
as it can be determined, e.g., via some frequency analysis. |
HLResource |
Represents a resource. |
HLTransition |
Defines the data operations that are available for a high-level activity. |
PetriNetSimVisualization |
Overrides the default visualization methods to include all the simulation
information of a HighLevelPetriNet |