|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Path
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 |
---|
Vertex getStart()
Vertex getEnd()
java.util.List getVertices()
java.util.List getEdges()
int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |