- remove() - Method in class berack96.lib.graph.Vertex
-
Remove the vertex from the graph.
After this call all the other methods will throw an exception
- remove() - Method in class berack96.lib.graph.view.edge.EdgeIntListener
-
- remove() - Method in interface berack96.lib.graph.view.GraphListener
-
Remove the listener to the graph.
- remove() - Method in class berack96.lib.graph.view.vertex.VertexIntListener
-
- remove() - Method in class berack96.lib.graph.view.VisitListener
-
- removeAllEdge(V) - Method in interface berack96.lib.graph.Graph
-
Remove all edges form a particular vertex of the graph.
After this method's call the selected vertex will have 0 edges.
It will be no longer possible to reach this vertex from any other vertex, and vice versa.
- removeAllEdge() - Method in interface berack96.lib.graph.Graph
-
Remove all the edges of the graph.
After this method's call the graph will have only vertices, and no edge.
- removeAllEdge(V) - Method in class berack96.lib.graph.impl.AdjGraph
-
- removeAllEdge() - Method in class berack96.lib.graph.impl.AdjGraph
-
- removeAllEdge(V) - Method in class berack96.lib.graph.impl.MapGraph
-
- removeAllEdge() - Method in class berack96.lib.graph.impl.MapGraph
-
- removeAllEdge(V) - Method in class berack96.lib.graph.impl.MatrixGraph
-
- removeAllEdge() - Method in class berack96.lib.graph.impl.MatrixGraph
-
- removeAllInEdge(V) - Method in interface berack96.lib.graph.Graph
-
Remove all the edges that goes in the vertex.
After this method's call it will be no longer possible travel to this vertex.
- removeAllInEdge(V) - Method in class berack96.lib.graph.impl.AdjGraph
-
- removeAllInEdge(V) - Method in class berack96.lib.graph.impl.MapGraph
-
- removeAllInEdge(V) - Method in class berack96.lib.graph.impl.MatrixGraph
-
- removeAllOutEdge(V) - Method in interface berack96.lib.graph.Graph
-
Remove all the edges that start from this vertex.
After this method's call it will be no longer possible travel to any vertex from this one.
- removeAllOutEdge(V) - Method in class berack96.lib.graph.impl.AdjGraph
-
- removeAllOutEdge(V) - Method in class berack96.lib.graph.impl.MapGraph
-
- removeAllOutEdge(V) - Method in class berack96.lib.graph.impl.MatrixGraph
-
- removeAllVertex() - Method in interface berack96.lib.graph.Graph
-
Remove all the vertex contained in the graph.
After this method's call the graph will be empty; no vertices nor edges.
- removeAllVertex() - Method in class berack96.lib.graph.impl.AdjGraph
-
- removeAllVertex() - Method in class berack96.lib.graph.impl.MapGraph
-
- removeAllVertex() - Method in class berack96.lib.graph.impl.MatrixGraph
-
- removeChild(V) - Method in class berack96.lib.graph.Vertex
-
Removes a child of this vertex.
- REMOVED - Static variable in class berack96.lib.graph.Vertex
-
- removeEdge(V, V) - Method in interface berack96.lib.graph.Graph
-
Remove the edge between the two vertex.
If the edge doesn't exist, then this call does nothing.
After this method's call it will be no longer possible to travel from V1 to V2, nether from V2 to V1.
- removeEdge(V, V) - Method in class berack96.lib.graph.impl.AdjGraph
-
- removeEdge(V, V) - Method in class berack96.lib.graph.impl.MapGraph
-
- removeEdge(V, V) - Method in class berack96.lib.graph.impl.MatrixGraph
-
- removeEdge(VertexComponent<V>, VertexComponent<V>) - Method in class berack96.lib.graph.view.GraphPanel
-
- removeObserver(Observer) - Method in class berack96.lib.graph.view.GraphPanel
-
- removeVertex(V) - Method in interface berack96.lib.graph.Graph
-
Remove the selected vertex from the graph.
After this method's call the vertex will be no longer present in the graph, and nether all his edges.
- removeVertex(V) - Method in class berack96.lib.graph.impl.AdjGraph
-
- removeVertex(V) - Method in class berack96.lib.graph.impl.MapGraph
-
- removeVertex(V) - Method in class berack96.lib.graph.impl.MatrixGraph
-
- removeVertex(Point) - Method in class berack96.lib.graph.view.GraphPanel
-