Uses of Class
org.jtool.jxplatform.graph.Graph

Packages that use Graph
org.jtool.jxplatform.graph Application programming interfaces for manipulating graphs created from source code.  
org.jtool.jxplatform.graph.cfg Application programming interfaces for manipulating control flow graphs (CFGs) created from source code.  
org.jtool.jxplatform.graph.pdg Application programming interfaces for manipulating program dependence graphs (PDGs) created from source code.  
 

Uses of Graph in org.jtool.jxplatform.graph
 

Methods in org.jtool.jxplatform.graph with parameters of type Graph
 boolean Graph.equals(Graph graph)
          Tests if this graph equals to a given graph.
 

Uses of Graph in org.jtool.jxplatform.graph.cfg
 

Subclasses of Graph in org.jtool.jxplatform.graph.cfg
 class CFG
          An object storing information about a control flow graph (CFG).
 

Uses of Graph in org.jtool.jxplatform.graph.pdg
 

Subclasses of Graph in org.jtool.jxplatform.graph.pdg
 class PDG
          An object storing information about a program dependence graph (PDG).