public class PathElement
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PathElement(KaleoNode startKaleoNode,
KaleoNode targetKaleoNode,
ExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
getExecutionContext() |
KaleoNode |
getStartNode() |
KaleoNode |
getTargetNode() |
public PathElement(KaleoNode startKaleoNode, KaleoNode targetKaleoNode, ExecutionContext executionContext)
public ExecutionContext getExecutionContext()
public KaleoNode getStartNode()
public KaleoNode getTargetNode()