|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of the Interface
Method Summary | |
java.util.List |
getEdges()
getEdges() - This returns a list of Edges which comprise the path. |
Vertex |
getEnd()
Returns the end of the path. |
Vertex |
getStart()
Returns the start of the path. |
java.util.List |
getVertices()
getVertices() - This returns a list of Vertices, in order as they go from Start to End. |
int |
size()
size() - This returns the size of the path in terms of number of verticies it visits. |
Method Detail |
public Vertex getStart()
public Vertex getEnd()
public java.util.List getVertices()
public java.util.List getEdges()
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |