public class TransitionImpl extends Object implements Transition
DEFAULT_TRANSITION_NAME| Constructor and Description |
|---|
TransitionImpl(Node startNode,
Node endNode) |
TransitionImpl(String name,
Node startNode,
Node endNode) |
| 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. |
String |
toString() |
public String getName()
TransitiongetName in interface Transitionpublic Node getStartNode()
TransitionNode at the start of the transition.getStartNode in interface TransitionNode at the start of the transitionpublic Node getEndNode()
TransitionNode at the end of the transition.getEndNode in interface TransitionNode at the end of the transitionCopyright © 2018. All rights reserved.