Package qilin.util.graph
Class SCCMergedGraph<N>
java.lang.Object
qilin.util.graph.SCCMergedGraph<N>
- All Implemented Interfaces:
DirectedGraph<MergedNode<N>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallNodes()getMergedNode(N contentNode) predsOf(MergedNode<N> node) succsOf(MergedNode<N> node) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface qilin.util.graph.DirectedGraph
computeReachableNodes, computeRootNodes, computeTailNodes
-
Constructor Details
-
SCCMergedGraph
-
-
Method Details
-
getMergedNode
-
allNodes
- Specified by:
allNodesin interfaceDirectedGraph<N>
-
predsOf
- Specified by:
predsOfin interfaceDirectedGraph<N>
-
succsOf
- Specified by:
succsOfin interfaceDirectedGraph<N>
-