public interface Transition
Transition describes the order of execution between Nodes.
They are directed links between nodes. During the execution of a
GraphInstance, transitions will determine the path tokens proceed
between nodes.
Transitions may be labelled with a name. Their name can be used for flow control.
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TRANSITION_NAME |
| Modifier and Type | Method and Description |
|---|---|
Node |
getEndNode()
Returns the
Node at the end of the transition. |
String |
getName()
Returns the transition name.
|
Node |
getStartNode()
Returns the
Node at the start of the transition. |
static final String DEFAULT_TRANSITION_NAME
Node getStartNode()
Node at the start of the transition.Node at the start of the transitionNode getEndNode()
Node at the end of the transition.Node at the end of the transitionString getName()
Copyright © 2018. All rights reserved.