Class ControlFlowGraph

All Implemented Interfaces:
Serializable, Cloneable, Graph<CfgVertex, CfgEdge>

public class ControlFlowGraph extends DefaultDirectedGraph<CfgVertex, CfgEdge>
See Also: