|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.agila.impl.ConnectionImpl
public class ConnectionImpl
Implementation of a Connection
Constructor Summary | |
---|---|
ConnectionImpl(java.lang.String name)
|
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 |
setDisplayName(java.lang.String n)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionImpl(java.lang.String name)
Method Detail |
---|
public java.lang.String getDisplayName()
Connection
getDisplayName
in interface Connection
public void setDisplayName(java.lang.String n)
public void setParentNode(Node n)
Connection
setParentNode
in interface Connection
public Node getParentNode()
Connection
getParentNode
in interface Connection
public void setChildNode(Node n)
Connection
setChildNode
in interface Connection
public Node getChildNode()
Connection
getChildNode
in interface Connection
public boolean traverse(Token token)
Connection
traverse
in interface Connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |