public abstract class AbstractFlow<N extends INode> extends AbstractDirectedEdge<N> implements IFlow<N>
source, targetvertices| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFlow(AbstractDirectedGraph<?,N> g,
N source,
N target)
Constructor of a flow relation.
|
addSourceAndTagetVertices, addSourceVertex, addSourceVertices, addTargetVertex, addTargetVertices, connectsVertices, destroy, getOtherVertex, getSource, getTarget, getV1, getV2, isSelfLoop, removeSourceAndTagetVertices, removeSourceVertex, removeSourceVertices, removeTargetVertex, removeTargetVertices, removeVertex, removeVertices, setSource, setTarget, setVertices, toStringaddVertex, addVertices, checkEdge, getOtherSourceVertices, getOtherSourceVertices, getOtherTargetVertices, getOtherTargetVertices, getSourceVertices, getTargetVertices, hasSource, hasSource, hasSources, hasTarget, hasTarget, hasTargetscompareMultiSets, connectsVertex, connectsVertices, getOtherVertices, getOtherVertices, getVerticesclone, compareTo, equals, getDescription, getId, getLabel, getName, getTag, hashCode, setDescription, setId, setName, setTagfinalize, getClass, notify, notifyAll, wait, wait, waitgetSource, getTarget, setSource, setTarget, setVerticesaddSourceAndTagetVertices, addSourceVertex, addSourceVertices, addTargetVertex, addTargetVertices, getOtherSourceVertices, getOtherSourceVertices, getOtherTargetVertices, getOtherTargetVertices, getSourceVertices, getTargetVertices, hasSource, hasSource, hasSources, hasTarget, hasTarget, hasTargets, removeSourceAndTagetVertices, removeSourceVertex, removeSourceVertices, removeTargetVertex, removeTargetVerticesconnectsVertices, getOtherVertex, getV1, getV2, isSelfLoopaddVertex, addVertices, connectsVertex, connectsVertices, destroy, getOtherVertices, getOtherVertices, getVertices, removeVertex, removeVerticesgetDescription, getId, getName, getTag, setDescription, setId, setName, setTagcompareToprotected AbstractFlow(AbstractDirectedGraph<?,N> g, N source, N target)
g - A directed graph.source - Source node.target - Target node.Copyright © 2017. All rights reserved.