Package | Description |
---|---|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
Modifier and Type | Class and Description |
---|---|
class |
Goal
Element representing a goal.
|
class |
Plan
Element representing a plan.
|
Modifier and Type | Method and Description |
---|---|
GOElement |
Goals.getElemByModelId(String modelId)
Returns element by its model id or null if it does not exist.
|
GOElement |
Goals.getElemByName(String name)
Returns element by its name in the context or null if it does not exist.
|
Modifier and Type | Method and Description |
---|---|
Collection<GOElement> |
Plan.getChildren() |
Collection<GOElement> |
Goal.getChildren() |
abstract Collection<GOElement> |
GOElement.getChildren()
Returns the element children.
|
Collection<GOElement> |
Goals.getElements()
Returns all the elements.
|
Constructor and Description |
---|
Goal(String modelId,
long processInstanceId,
String contextName,
String name,
GoalType type,
GoalState state,
Collection<GOElement> children,
boolean top)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.