Uses of Interface
org.jtool.jxplatform.graph.GraphEdgeSort

Packages that use GraphEdgeSort
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 GraphEdgeSort in org.jtool.jxplatform.graph
 

Classes in org.jtool.jxplatform.graph that implement GraphEdgeSort
 class GraphEdge
          An edge object of CFGs and PDGs.
 

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

Classes in org.jtool.jxplatform.graph.cfg that implement GraphEdgeSort
 class ControlFlow
          An edge (control flow) of CFGs.
 

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

Classes in org.jtool.jxplatform.graph.pdg that implement GraphEdgeSort
 class CD
          A data dependence edge of PDGs.
 class DD
          A data dependence edge of PDGs.
 class Dependence
          An edge (dependence) of PDGs.