- clearEdges() - Method in class jto.p5graphtheory.Graph
-
This clears the set of Edges.
- clearVertices() - Method in class jto.p5graphtheory.Graph
-
This clears all the vertices in the graph.
This also clears all of the edges, because the edges cannot
exist in the absense of vertices.
- compareTo(Edge) - Method in class jto.p5graphtheory.Edge
-
This is the method inhereted from the Comparable interface.
- compareTo(Vertex) - Method in class jto.p5graphtheory.Vertex
-
The method inhereted from the Comparable interface.
- containsEdge(Edge) - Method in class jto.p5graphtheory.Graph
-
This tests to see if the Graph
contains the given edge.
- containsVertex(Vertex) - Method in class jto.p5graphtheory.Graph
-
Searches the Graph
for the given Vertex
.