Package | Description |
---|---|
com.whitestein.lsps.engine.change |
Package contains core of the internal event system.
|
com.whitestein.lsps.engine.state.ser | |
com.whitestein.lsps.engine.state.xml | |
com.whitestein.lsps.stdlib.type |
This package contains implementations of core reflection types.
|
Modifier and Type | Method and Description |
---|---|
GOElement |
GOElementStateChange.getElement() |
Constructor and Description |
---|
GOElementStateChange(GOElement entity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GOElement |
SPlan.toGoalElement(Goal parent,
ProcessInstance processInstance,
ModelInstance modelInstance) |
GOElement |
SGoal.toGoalElement(Goal parent,
ProcessInstance processInstance,
ModelInstance modelInstance) |
abstract GOElement |
SGOElement.toGoalElement(Goal parent,
ProcessInstance processInstance,
ModelInstance modelInstance) |
Modifier and Type | Class and Description |
---|---|
class |
Goal
Entity representing goal execution state.
|
class |
Plan
Entity representing plan execution state.
|
Modifier and Type | Method and Description |
---|---|
GOElement |
ProcessInstance.getGOElement(String name)
Returns the go element by its name.
|
Modifier and Type | Method and Description |
---|---|
Collection<GOElement> |
Plan.getChildren() |
Collection<GOElement> |
Goal.getChildren() |
abstract Collection<GOElement> |
GOElement.getChildren()
Returns unmodifiable collection of children go elements.
|
Collection<GOElement> |
ProcessInstance.getGOElements()
Returns all go elements.
|
Modifier and Type | Method and Description |
---|---|
void |
Goal.addChild(GOElement element)
Adds child.
|
Modifier and Type | Class and Description |
---|---|
class |
GoalPlanHolder<E extends GOElement>
The class provides access to the model and execution data.
|
Modifier and Type | Method and Description |
---|---|
<E extends GOElement> |
CoreTypeFactoryImpl.getGoalPlan(E element) |
<E extends GOElement> |
CoreTypeFactory.getGoalPlan(E element)
Returns a
core::GoalPlan record for the given goal/plan. |
Modifier and Type | Method and Description |
---|---|
protected GoalPlanHolder<?> |
GoalPlanHolder.getGoalPlanHolder(GOElement goElement)
Returns goal/plan holder for given go element instance (the instance can
even be from another context).
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.