public class ConstraintGraph extends AbstractGraph<ConstraintEdge,DetectorNode>
DetectorNode, 
ConstraintEdge, 
ExecutionPlan| Constructor and Description | 
|---|
ConstraintGraph()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ConstraintEdge | 
allocateEdge(DetectorNode source,
            DetectorNode target)  | 
java.lang.String | 
toString()  | 
addVertex, containsVertex, createEdge, edgeIterator, getNumEdgeLabels, getNumEdges, getNumIncomingEdges, getNumOutgoingEdges, getNumVertexLabels, getNumVertices, incomingEdgeIterator, lookupEdge, outgoingEdgeIterator, predecessorIterator, removeEdge, removeVertex, setNumEdgeLabels, setNumVertexLabels, successorIterator, vertexIterator, verticesprotected ConstraintEdge allocateEdge(DetectorNode source, DetectorNode target)
allocateEdge in class AbstractGraph<ConstraintEdge,DetectorNode>public java.lang.String toString()
toString in class java.lang.ObjectFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.