edu.umd.cs.findbugs.plan

Class ConstraintGraph

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: DetectorNode ConstraintEdge ExecutionPlan

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.