Uses of Interface
qilin.util.graph.DirectedGraph
Package
Description
-
Uses of DirectedGraph in qilin.pta.toolkits.common
Modifier and TypeClassDescriptionclass
class
Implementation of Object Allocation Graph (OAG). -
Uses of DirectedGraph in qilin.pta.toolkits.conch
-
Uses of DirectedGraph in qilin.pta.toolkits.turner
-
Uses of DirectedGraph in qilin.util.graph
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionTopologicalSorter.sort
(DirectedGraph<N> graph) TopologicalSorter.sort
(DirectedGraph<N> graph, boolean reverse) ModifierConstructorDescriptionReachability
(DirectedGraph<N> graph) SCCMergedGraph
(DirectedGraph<N> graph)