Package graph
Class AdjacencyListGraph
java.lang.Object
graph.AbstractGraph
graph.AdjacencyListGraph
- All Implemented Interfaces:
Graph
- Author:
- ssb
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
areAdjacent
(Vertex v, Vertex w) insertEdge
(Vertex v, Vertex w, Object obj) insertVertex
(Object obj) void
removeEdge
(Edge e) void
Methods inherited from class graph.AbstractGraph
aVertex, degree, edges, endVertices, numEdges, numVertices, opposite, vertices
-
Constructor Details
-
AdjacencyListGraph
public AdjacencyListGraph()
-
-
Method Details
-
insertEdge
-
insertVertex
-
incidentEdges
-
adjacentVertices
-
areAdjacent
-
removeEdge
-
removeVertex
-