|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Edge is an immutable inner class for storing edges in a graph; each consists of the origin and desination node in that graph.
Method Summary | |
String |
getDestination()
Returns the destination node for this Edge. |
String |
getOrigin()
Returns the origin node for this Edge. |
Object |
getValue()
Returns the value associated with this Edge. |
Method Detail |
public String getOrigin()
public String getDestination()
public Object getValue()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |