public class InvertedGraph<T> extends AbstractGraph<T>
Constructor and Description |
---|
InvertedGraph(Graph<T> G) |
Modifier and Type | Method and Description |
---|---|
protected EdgeManager<T> |
getEdgeManager() |
protected NodeManager<T> |
getNodeManager() |
addEdge, addNode, containsNode, getNumberOfNodes, getPredNodeCount, getPredNodes, getSuccNodeCount, getSuccNodes, hasEdge, iterator, removeAllIncidentEdges, removeEdge, removeIncomingEdges, removeNode, removeNodeAndEdges, removeOutgoingEdges, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected NodeManager<T> getNodeManager()
getNodeManager
in class AbstractGraph<T>
protected EdgeManager<T> getEdgeManager()
getEdgeManager
in class AbstractGraph<T>