net.sourceforge.toscanaj.model.directedgraph
Class Node
java.lang.Object
net.sourceforge.toscanaj.model.directedgraph.Node
- Direct Known Subclasses:
- PartialOrderNode
- public class Node
- extends java.lang.Object
Constructor Summary |
Node()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Node
public Node()
addOutboundNode
protected void addOutboundNode(Node node)
addInboundNode
protected void addInboundNode(Node node)
removeOutboundNode
protected void removeOutboundNode(Node node)
removeInboundNode
protected void removeInboundNode(Node node)
connectTo
public void connectTo(Node node)
disconnectFrom
public void disconnectFrom(Node node)
getOutboundNodes
public java.util.Set getOutboundNodes()
getInboundNodes
public java.util.Set getInboundNodes()
The ToscanaJ project