|
FindBugs™ 1.3.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractEdge<ConstraintEdge,DetectorNode>
edu.umd.cs.findbugs.plan.ConstraintEdge
public class ConstraintEdge
Edge in a ConstraintGraph. Edges flow from earlier detectors to later detectors.
ConstraintGraph,
DetectorNode,
ExecutionPlan| Constructor Summary | |
|---|---|
ConstraintEdge(DetectorNode source,
DetectorNode target)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class edu.umd.cs.findbugs.graph.AbstractEdge |
|---|
compareTo, equals, getLabel, getSource, getTarget, hashCode, setLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstraintEdge(DetectorNode source,
DetectorNode target)
source - the source vertex (earlier Detector)target - the target vertex (later Detector)
|
FindBugs™ 1.3.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||