Package cdc.graphs.impl
Class InvertedGraph<N,E>
java.lang.Object
cdc.graphs.impl.GraphFilter<N,E>
cdc.graphs.impl.InvertedGraph<N,E>
- Type Parameters:
N- Node classE- Edge class
- All Implemented Interfaces:
GraphAdapter<N,E>
Create an inverted view of a Graph. Nodes are the same, edges are the same,
except that their direction is inverted.
- Author:
- Damien Carbonne
-
Field Summary
Fields inherited from class cdc.graphs.impl.GraphFilter
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cdc.graphs.impl.GraphFilter
checkEdgeValidity, checkNodeValidity, getDelegateMethods 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
-
InvertedGraph
-
-
Method Details
-
getNodes
-
containsNode
-
getEdges
-
containsEdge
-
getEdges
-
getTip
-