Package cdc.graphs.impl
Class BasicSuperLightGraph<N>
java.lang.Object
cdc.graphs.impl.BasicLightGraph<N,BasicGraphEdge<N>>
cdc.graphs.impl.BasicSuperLightGraph<N>
- All Implemented Interfaces:
GraphAdapter<N,BasicGraphEdge<N>>
-
Nested Class Summary
Nested classes/interfaces inherited from class cdc.graphs.impl.BasicLightGraph
BasicLightGraph.CollectionKind -
Constructor Summary
ConstructorsConstructorDescriptionBasicSuperLightGraph(boolean sorted, BasicLightGraph.CollectionKind collectionKind) -
Method Summary
Methods inherited from class cdc.graphs.impl.BasicLightGraph
addEdge, addEdgeIfMissing, addEdges, addEdgesIfMissing, addNode, addNodeIfMissing, addNodes, addNodesIfMissing, clear, clearEdges, containsEdge, containsEdge, containsNode, getEdges, getEdges, getNodes, getTip, isLocked, removeEdge, removeEdges, removeNode, removeNodes, setChecksEnabled, setLockedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cdc.graphs.GraphAdapter
getConnectedNodes, getConnectedNodes, getConnectivity, getEdges, getEdges, getEdges, getEdges, getEdgesCount, getEdgesCount, getEdgesCount, getEdgesStream, getEdgesStream, getEdgesStream, getLeaves, getNodes, getNodesCount, getNodesStream, getRoots, hasEdge, hasEdges, hasEdges, hasEdges, hasNodes, isLeaf, isRoot
-
Constructor Details
-
BasicSuperLightGraph
-
BasicSuperLightGraph
public BasicSuperLightGraph()
-
-
Method Details
-
addEdge
-
addEdgeIfMissing
-