|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractVertex<ConstraintEdge,DetectorNode>
edu.umd.cs.findbugs.plan.DetectorNode
public class DetectorNode
Node in a ConstraintGraph. It represents a single Detector which must be ordered before or after some other Detector(s).
ConstraintGraph
,
ConstraintEdge
,
ExecutionPlan
Field Summary | |
---|---|
private DetectorFactory |
factory
|
Constructor Summary | |
---|---|
DetectorNode(DetectorFactory factory)
Constructor. |
Method Summary | |
---|---|
DetectorFactory |
getFactory()
Get the DetectorFactory. |
Methods inherited from class edu.umd.cs.findbugs.graph.AbstractVertex |
---|
compareTo, getLabel, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DetectorFactory factory
Constructor Detail |
---|
public DetectorNode(DetectorFactory factory)
factory
- the DetectorFactory for the Detector this node representsMethod Detail |
---|
public DetectorFactory getFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |