|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractGraph<ConstraintEdge,DetectorNode>
edu.umd.cs.findbugs.plan.ConstraintGraph
public class ConstraintGraph
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.
DetectorNode
,
ConstraintEdge
,
ExecutionPlan
Constructor Summary | |
---|---|
ConstraintGraph()
|
Method Summary | |
---|---|
protected ConstraintEdge |
allocateEdge(DetectorNode source,
DetectorNode target)
|
java.lang.String |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConstraintGraph()
Method Detail |
---|
protected ConstraintEdge allocateEdge(DetectorNode source, DetectorNode target)
allocateEdge
in class AbstractGraph<ConstraintEdge,DetectorNode>
public java.lang.String toString()
toString
in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |