Class DetectorNode
java.lang.Object
edu.umd.cs.findbugs.graph.AbstractVertex<ConstraintEdge, DetectorNode>
edu.umd.cs.findbugs.plan.DetectorNode
- All Implemented Interfaces:
GraphVertex<DetectorNode>, Comparable<DetectorNode>
Node in a ConstraintGraph. It represents a single Detector which must be
ordered before or after some other Detector(s).
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the DetectorFactory.toString()Get the Plugin Name for this DetectorFactory for debugging support
-
Field Details
-
factory
-
-
Constructor Details
-
DetectorNode
Constructor.- Parameters:
factory- the DetectorFactory for the Detector this node represents
-
-
Method Details
-
getFactory
Get the DetectorFactory. -
toString
-