|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcreek.util.graph.Edge
Field Summary | |
protected Node |
from
|
protected Graph |
graph
|
protected Node |
to
|
Constructor Summary | |
protected |
Edge()
|
|
Edge(Node from,
Node to)
Creates a new edge. |
Method Summary | |
java.lang.Object |
clone()
Returns a clone of this edge. |
Node |
getFrom()
Returns the node this edge is from. |
Node |
getTo()
Returns the node this edge is from. |
void |
remove()
Ask to remove this edge from the current graph. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Node from
protected Node to
protected Graph graph
Constructor Detail |
public Edge(Node from, Node to)
protected Edge()
Method Detail |
public Node getFrom()
public Node getTo()
public java.lang.Object clone()
public void remove()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |