Class ZOAG
java.lang.Object
qilin.pta.toolkits.common.OAG
qilin.pta.toolkits.zipper.flowgraph.ZOAG
- All Implemented Interfaces:
DirectedGraph<AllocNode>
A tailored Object Allocation Graph (OAG) for Zipper PTA.
-
Field Summary
Fields inherited from class qilin.pta.toolkits.common.OAG
nodes, predecessors, pta, rootNodes, successors, tailNodes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class qilin.pta.toolkits.common.OAG
addEdge, allNodes, build, edgeSize, getInDegreeOf, getPredsOf, getSuccsOf, nodeSize, predsOf, reaches, rootNodes, succsOf, tailNodesMethods 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