Class ConstraintGraph

All Implemented Interfaces:
Graph<ConstraintEdge,DetectorNode>

public class ConstraintGraph extends AbstractGraph<ConstraintEdge,DetectorNode>
Graph of Detector ordering constraints. It may represent ordering constraints between analysis passes, or ordering constraints within a single pass. Edges flow from earlier detectors to later detectors.
Author:
David Hovemeyer
See Also: