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) |
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>Copyright © 2003–2015. All rights reserved.