public class BasicGraph<T> extends AbstractGraph<T>
Graph. Does not support node or edge
deletion.| Constructor and Description |
|---|
BasicGraph() |
| Modifier and Type | Method and Description |
|---|---|
protected EdgeManager<T> |
getEdgeManager() |
protected NodeManager<T> |
getNodeManager() |
addEdge, addNode, containsNode, edgeString, getNumberOfNodes, getPredNodeCount, getPredNodes, getSuccNodeCount, getSuccNodes, hasEdge, iterator, nodeString, removeAllIncidentEdges, removeEdge, removeIncomingEdges, removeNode, removeNodeAndEdges, removeOutgoingEdges, stream, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected NodeManager<T> getNodeManager()
getNodeManager in class AbstractGraph<T>protected EdgeManager<T> getEdgeManager()
getEdgeManager in class AbstractGraph<T>