public class UndirectedSparseGraph extends SparseGraph implements UndirectedGraph
Graph that consists of a
Vertex set and an UndirectedEdge set.
SimpleUndirectedSparseVertex is an appropriate vertex type
for this graph.
Edge constraints imposed by this class: UNDIRECTED_EDGE, NOT_PARALLEL_EDGE
SimpleUndirectedSparseVertex,
UndirectedSparseEdgeAbstractArchetypeGraph.RequirementsUserDataContainer.CopyActionmEdges, mVerticesedge_requirements, mEdgeIDs, mGraphListenerHandler, mVertexIDs, vertex_requirementsfactory, udc_delegateDIRECTED_EDGE, NOT_PARALLEL_EDGE, SIMPLE_EDGE, UNDIRECTED_EDGESUBSET_MANAGER| Constructor and Description |
|---|
UndirectedSparseGraph()
Creates an instance of a sparse undirected graph.
|
addEdge, addVertex, getEdges, getVertices, initialize, isDirected, removeEdge, removeEdges, removeVertex, removeVerticesaddAllNotInitializers, addListener, checkConstraints, copy, getEdgeConstraints, getVertexConstraints, listenersExist, newInstance, numEdges, numVertices, removeAllEdges, removeAllVertices, removeListener, toStringaddUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDataFactory, setUserDatumequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddEdge, addVertex, isDirected, removeEdge, removeVertexaddListener, copy, getEdgeConstraints, getEdges, getVertexConstraints, getVertices, newInstance, numEdges, numVertices, removeAllEdges, removeAllVertices, removeEdges, removeListener, removeVerticesaddUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDatum