Package qilin.util.graph
Class SCCMergedGraph<N>
java.lang.Object
qilin.util.graph.SCCMergedGraph<N>
- All Implemented Interfaces:
DirectedGraph<MergedNode<N>>
-
Constructor Summary
-
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, wait
Methods inherited from interface qilin.util.graph.DirectedGraph
computeReachableNodes, computeRootNodes, computeTailNodes
-
Constructor Details
-
SCCMergedGraph
-
-
Method Details
-
getMergedNode
-
allNodes
- Specified by:
allNodes
in interfaceDirectedGraph<N>
-
predsOf
- Specified by:
predsOf
in interfaceDirectedGraph<N>
-
succsOf
- Specified by:
succsOf
in interfaceDirectedGraph<N>
-