|
Class Summary |
| EmptyAction |
do nothing here, this action is used for stuff, which is skipped in simulation |
| ProcessEndAction |
This action is called before the end of a process instance
It's purpose is to record the process cycle time of the instance
to the simulation model. |
| ProcessStartAction |
This action is called after the start of a process instance
It's purpose is to record the count of started process instances. |
| StartTaskAndPlanCompletion |
The StartTaskAndPlanCompletion Action is added by the simulation to all TaskInstances
as task-create event
It starts the simulation stuff (acquiring resources, maybe queue up, schedule end of task, ...) |
| StartWorkOnStateAndPlanCompletion |
The StartTaskAndPlanCompletion Action is added by the simulation to all Nodes
as node-enter event
It applies only on states and starts the simulation stuff for them
(acquiring resources, maybe queue up, schedule end of state, ...) |