Package org.jtool.pdg
Class SDG
java.lang.Object
org.jtool.pdg.DependencyGraph
org.jtool.pdg.SDG
An object storing information on a system dependence graph (SDG).
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jtool.pdg.DependencyGraph
add, add, add, add, addUncoveredFieldAccessEdge, equals, equals, existsUncoveredFieldAccessEdge, getCDEdges, getClDG, getClDG, getClDGs, getDDEdges, getEdges, getIncomingCDEdges, getIncomingDDEdges, getIncomingEdges, getInterPDGEdges, getName, getNodes, getOutgoingCDEdges, getOutgoingDDEdges, getOutgoingEdges, getPDG, getPDG, getPDG, getPDGs, hashCode, print, toString
-
Constructor Details
-
SDG
public SDG()Creates a a system dependence graph. This method is not intended to be invoked by clients.
-