Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.change |
Package contains core of the internal event system.
|
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Method and Description |
---|---|
void |
VariableInitializator.init(Collection<ModuleInstance> moduleInstances)
Initializes module variables in the given set of module instances in the reverse order.
|
Constructor and Description |
---|
ConditionEventInterpreter(ProcessInstance processInstance,
ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.ConditionInEvent event)
Creates new instance.
|
ConditionIntermediateInterpreter(ProcessInstance processInstance,
ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.ConditionEventCatcher intermediateEvent)
Creates new instance.
|
ConditionStartInterpreter(ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.ConditionStartEvent startEvent)
Creates new instance.
|
InlineStartConditionInterpreter(ProcessInstance processInstance,
ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.InlinedConditionStartEvent event)
Creates new instance.
|
InlineStartErrorInterpreter(ProcessInstance processInstance,
ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.InlinedErrorStartEvent event)
Creates new instance.
|
InlineStartEscalationInterpreter(ProcessInstance processInstance,
ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.InlinedEscalationStartEvent event)
Creates new instance.
|
InlineStartEventInterpreter(ProcessInstance processInstance,
ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc) |
InlineStartSignalInterpreter(ProcessInstance processInstance,
ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.InlinedSignalStartEvent event)
Creates new instance.
|
InlineStartTimerInterpreter(ProcessInstance processInstance,
ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.InlinedTimerStartEvent event)
Creates new instance.
|
ModuleInterpreter(ModuleInstance moduleInstance,
ProcessInterpreterContext pic)
Creates new instance.
|
SignalIntermediateInterpreter(ProcessInstance processInstance,
ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.SignalEventCatcher intermediateEvent)
Creates new instance.
|
SignalStartInterpreter(ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.SignalStartEvent startEvent)
Creates new instance.
|
TimerEventInterpreter(ProcessInstance processInstance,
ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.TimerInEvent event)
Creates new instance.
|
TimerIntermediateInterpreter(ProcessInstance processInstance,
ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.TimerEventCatcher intermediateEvent)
Creates new instance.
|
TimerStartInterpreter(ModuleInstance moduleInstance,
ProcessInterpreterContext pic,
com.whitestein.lsps.model.BPMNProcessDescription desc,
com.whitestein.lsps.model.TimerStartEvent startEvent)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModuleInstance |
ModuleInstanceStateChange.getElement() |
Constructor and Description |
---|
ModuleInstanceStateChange(ModuleInstance moduleInstance,
ModuleInstanceState oldState,
ModuleInstanceState newState)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModuleInstance |
ModelInstance.addModuleInstance(ModuleInstance moduleInstance)
Adds a module to this model instance.
|
ModuleInstance |
ModelInstance.addNewModuleInstance(Context context)
Adds new module instance.
|
ModuleInstance |
ModelInstance.addNewModuleInstance(com.whitestein.lsps.model.ProcessModel processModel)
Adds new module instance.
|
ModuleInstance |
ModuleInstance.createCopy(ModelInstance targetModelInstance) |
ModuleInstance |
ModelInstance.getMainModuleInstance()
Returns the main module (the first module).
|
ModuleInstance |
ProcessInstanceParent.getModuleInstance()
Returns the enclosing module instance.
|
ModuleInstance |
ProcessInstance.getModuleInstance()
Returns the module.
|
ModuleInstance |
ModuleInstance.getModuleInstance() |
ModuleInstance |
ModelInstance.getModuleInstance(String name)
Returns module from this model instance for the given name.
|
ModuleInstance |
ModelInstance.removeModuleInstance(String name)
Removes a module instance.
|
Modifier and Type | Method and Description |
---|---|
Collection<ModuleInstance> |
ModelInstance.getModuleInstances()
Returns all modules in this model instance.
|
Modifier and Type | Method and Description |
---|---|
ModuleInstance |
ModelInstance.addModuleInstance(ModuleInstance moduleInstance)
Adds a module to this model instance.
|
Constructor and Description |
---|
ProcessInstance(SProcessInstance source,
ProcessInstance parent,
ModuleInstance moduleInstance,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.