Package edu.umd.cs.findbugs.plan
Class ConstraintGraph
java.lang.Object
edu.umd.cs.findbugs.graph.AbstractGraph<ConstraintEdge,DetectorNode>
edu.umd.cs.findbugs.plan.ConstraintGraph
- All Implemented Interfaces:
Graph<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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConstraintEdge
allocateEdge
(DetectorNode source, DetectorNode target) toString()
Methods inherited from class edu.umd.cs.findbugs.graph.AbstractGraph
addVertex, containsVertex, createEdge, edgeIterator, getNumEdgeLabels, getNumEdges, getNumIncomingEdges, getNumOutgoingEdges, getNumVertexLabels, getNumVertices, incomingEdgeIterator, lookupEdge, outgoingEdgeIterator, predecessorIterator, removeEdge, removeVertex, setNumEdgeLabels, setNumVertexLabels, successorIterator, vertexIterator, vertices
-
Constructor Details
-
ConstraintGraph
public ConstraintGraph()
-
-
Method Details
-
allocateEdge
- Specified by:
allocateEdge
in classAbstractGraph<ConstraintEdge,
DetectorNode>
-
toString
-