|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxflow.common.Destination
| Field Summary | |
Node |
node
|
java.lang.String |
rule
|
| Constructor Summary | |
Destination(Node n,
java.lang.String r)
Constructor |
|
| Method Summary | |
Node |
getNode()
Gets a destination's node |
java.lang.String |
getRule()
Gets a destination's rule |
void |
setNode(Node n)
Sets a destination's node |
void |
setRule(java.lang.String rule)
Sets a destination's rule |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Node node
public java.lang.String rule
| Constructor Detail |
public Destination(Node n,
java.lang.String r)
n - the destination noder - the destination rule - optional - may be null| Method Detail |
public void setNode(Node n)
n - the destination nodepublic Node getNode()
public void setRule(java.lang.String rule)
rule - the destination rulepublic java.lang.String getRule()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||