Uses of Package
org.jtool.jxplatform.graph

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

Classes in org.jtool.jxplatform.graph used by org.jtool.jxplatform.graph
Graph
          A graph object which is either a CFG or PDG.
GraphEdge
          An edge object of CFGs and PDGs.
GraphEdgeSort
          Constant values indicating the sort of edges of CFGs and PDGs.
GraphElement
          An graph element which is an object of a GraphNode or GraphEdge class.
GraphElementList
          A list of GraphElement.
GraphElementSet
          A set of GraphElement.
GraphNode
          A node object of CFGs and PDGs.
GraphNodeSort
          Constant values indicating the sort of nodes of CFGs and PDGs.
 

Classes in org.jtool.jxplatform.graph used by org.jtool.jxplatform.graph.cfg
Graph
          A graph object which is either a CFG or PDG.
GraphEdge
          An edge object of CFGs and PDGs.
GraphEdgeSort
          Constant values indicating the sort of edges of CFGs and PDGs.
GraphElement
          An graph element which is an object of a GraphNode or GraphEdge class.
GraphElementSet
          A set of GraphElement.
GraphException
          An object encapsulating a fatal error about the construction of CFGs and PDGs.
GraphNode
          A node object of CFGs and PDGs.
GraphNodeSort
          Constant values indicating the sort of nodes of CFGs and PDGs.
 

Classes in org.jtool.jxplatform.graph used by org.jtool.jxplatform.graph.pdg
Graph
          A graph object which is either a CFG or PDG.
GraphEdge
          An edge object of CFGs and PDGs.
GraphEdgeSort
          Constant values indicating the sort of edges of CFGs and PDGs.
GraphElement
          An graph element which is an object of a GraphNode or GraphEdge class.
GraphElementList
          A list of GraphElement.
GraphElementSet
          A set of GraphElement.
GraphException
          An object encapsulating a fatal error about the construction of CFGs and PDGs.
GraphNode
          A node object of CFGs and PDGs.
GraphNodeSort
          Constant values indicating the sort of nodes of CFGs and PDGs.