edu.umd.cs.findbugs.plan
public class ConstraintEdge extends AbstractEdge<ConstraintEdge,DetectorNode>
See Also: ConstraintGraph DetectorNode ExecutionPlan
| Constructor Summary | |
|---|---|
| ConstraintEdge(DetectorNode source, DetectorNode target)
Constructor.
| |
Parameters: source the source vertex (earlier Detector) target the target vertex (later Detector)