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>>
public class BasicSuperLightGraph<N> extends BasicLightGraph<N,BasicGraphEdge<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class cdc.graphs.impl.BasicLightGraph
BasicLightGraph.CollectionKind
-
-
Constructor Summary
Constructors Constructor Description BasicSuperLightGraph()BasicSuperLightGraph(boolean sorted, BasicLightGraph.CollectionKind collectionKind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicGraphEdge<N>addEdge(N source, N target)-
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, setLocked
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods 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 Detail
-
BasicSuperLightGraph
public BasicSuperLightGraph(boolean sorted, BasicLightGraph.CollectionKind collectionKind)
-
BasicSuperLightGraph
public BasicSuperLightGraph()
-
-
Method Detail
-
addEdge
public BasicGraphEdge<N> addEdge(N source, N target)
-
-