public class FlowGraph extends org.jgrapht.graph.SimpleDirectedGraph<Flow,java.lang.Integer>
Constructor and Description |
---|
FlowGraph(IdentifierGraph identifierGraph) |
Modifier and Type | Method and Description |
---|---|
org.jgrapht.traverse.TopologicalOrderIterator<Flow,java.lang.Integer> |
getTopologicalIterator() |
addEdge, addEdge, addVertex, clone, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, incomingEdgesOf, inDegreeOf, isAllowingLoops, isAllowingMultipleEdges, outDegreeOf, outgoingEdgesOf, removeEdge, removeEdge, removeVertex, setEdgeSetFactory, setEdgeWeight, vertexSet
assertVertexExist, containsEdge, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toString, toStringFromSets
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf
addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet
public FlowGraph(IdentifierGraph identifierGraph)
public org.jgrapht.traverse.TopologicalOrderIterator<Flow,java.lang.Integer> getTopologicalIterator()