|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of the Interface
Method Summary | |
java.util.Set |
getEdges()
getEdges - Returns the total set of Edges in the graph. |
java.util.Set |
getEdges(Vertex v)
getEdges( Vertex ) - This method will return all edges which touch this vertex. |
java.util.Set |
getVertices()
getVertices - Returns the total set of Vertices in the graph. |
java.util.Set |
getVertices(Edge e)
getVertices( Edge ) - This method will return the set of Verticies on this Edge. |
Method Detail |
public java.util.Set getVertices()
public java.util.Set getEdges()
public java.util.Set getEdges(Vertex v)
public java.util.Set getVertices(Edge e)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |