|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.util.GraphEdge
Graph edge.
Constructor Summary | |
GraphEdge(Object tail,
Object head,
Object label)
|
Method Summary | |
boolean |
equals(Object obj)
|
Object |
getHead()
Returns the head node of the edge. |
Object |
getLabel()
Returns the label associated with this edge. |
Object |
getTail()
Returns the tail node of the edge. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GraphEdge(Object tail, Object head, Object label)
Method Detail |
public Object getTail()
Graph.Edge
getTail
in interface Graph.Edge
Graph.Edge.getHead()
public Object getHead()
Graph.Edge
getHead
in interface Graph.Edge
Graph.Edge.getTail()
public Object getLabel()
Graph.Edge
Float
representing the the distance (the
length of the route).
getLabel
in interface Graph.Edge
public String toString()
public boolean equals(Object obj)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |