|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Graph
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 |
---|
java.util.Set getVertices()
java.util.Set getEdges()
java.util.Set getEdges(Vertex v)
java.util.Set getVertices(Edge e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |