Package graph
Class AbstractGraph
java.lang.Object
graph.AbstractGraph
- All Implemented Interfaces:
Graph
- Direct Known Subclasses:
AdjacencyListGraph
,AdjacencyMatrixGraph
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface graph.Graph
adjacentVertices, areAdjacent, incidentEdges, insertEdge, insertVertex, removeEdge, removeVertex
-
Method Details
-
aVertex
-
degree
-
vertices
-
opposite
-
endVertices
- Specified by:
endVertices
in interfaceGraph
-
edges
-
numEdges
public int numEdges() -
numVertices
public int numVertices()- Specified by:
numVertices
in interfaceGraph
-