| 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 | |
| com.whitestein.lsps.stdlib.type |
This package contains implementations of core reflection types.
|
| Modifier and Type | Method and Description |
|---|---|
protected Plan |
PlanHandler.getElement() |
| Constructor and Description |
|---|
PlanHandler(Plan instance,
ProcessInterpreterContext pic)
Creates new
PlanHandler. |
| Modifier and Type | Method and Description |
|---|---|
Plan |
PlanStateChange.getElement() |
Plan |
PlanStartedChange.getElement() |
| Constructor and Description |
|---|
PlanStartedChange(Plan plan)
Creates new instance.
|
PlanStateChange(Plan plan,
PlanState oldState,
PlanState newState)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.createCopy(ModelInstance targetModelInstance,
ProcessInstance targetProcessInstance,
Goal targetParentGoal) |
| Modifier and Type | Method and Description |
|---|---|
PlanHolder |
CoreTypeFactoryImpl.getPlan(Plan plan) |
PlanHolder |
CoreTypeFactory.getPlan(Plan plan)
Returns a
core::Plan record for the given plan. |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.