Package org.jtool.jxplatform.graph

Application programming interfaces for manipulating graphs created from source code.

See:
          Description

Interface Summary
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.
GraphNodeSort Constant values indicating the sort of nodes of CFGs and PDGs.
 

Class Summary
Graph A graph object which is either a CFG or PDG.
GraphEdge An edge object of CFGs and PDGs.
GraphElementList A list of GraphElement.
GraphElementSet A set of GraphElement.
GraphNode A node object of CFGs and PDGs.
 

Exception Summary
GraphException An object encapsulating a fatal error about the construction of CFGs and PDGs.
 

Package org.jtool.jxplatform.graph Description

Application programming interfaces for manipulating graphs created from source code. This package provides common classes storing information about graphs and interfaces accessing the information.