Class ZSCCMergedGraph<N>
java.lang.Object
qilin.pta.toolkits.zipper.flowgraph.ZSCCMergedGraph<N>
- All Implemented Interfaces:
DirectedGraph<ZMergedNode<N>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallNodes()getLstMergedNode(N contentNode) predsOf(ZMergedNode<N> node) succsOf(ZMergedNode<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
-
ZSCCMergedGraph
-
-
Method Details
-
getLstMergedNode
-
allNodes
- Specified by:
allNodesin interfaceDirectedGraph<N>
-
predsOf
- Specified by:
predsOfin interfaceDirectedGraph<N>
-
succsOf
- Specified by:
succsOfin interfaceDirectedGraph<N>
-