|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connection
Represents a 'transition' or 'state change' in the directed graph of nodes in the workflow.
Method Summary | |
---|---|
Node |
getChildNode()
Get the child node for this connection. |
java.lang.String |
getDisplayName()
returns display name of connection |
Node |
getParentNode()
Get the parent node for this connection. |
void |
setChildNode(Node n)
Set the child node for this connection. |
void |
setParentNode(Node n)
Set the parent node for this connection. |
boolean |
traverse(Token token)
Moves a token to the 'child' or 'bottom' node, setting the state appropriately |
Method Detail |
---|
java.lang.String getDisplayName()
void setParentNode(Node n)
n
- Node getParentNode()
void setChildNode(Node n)
n
- Node getChildNode()
boolean traverse(Token token)
token
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |