|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Flow | |
|---|---|
| fr.inria.opengve.bridge.algorithms.directed | This package contains all algorithms specific to directed graph. |
| fr.inria.opengve.bridge.interfaces | This package contains interfaces defining graph management. |
| Uses of Flow in fr.inria.opengve.bridge.algorithms.directed |
|---|
| Methods in fr.inria.opengve.bridge.algorithms.directed that return Flow | |
|---|---|
protected abstract Flow<V,A> |
ExtractFlow.createFlow(Graph<V,A> g)
Create a new empty flow. |
protected abstract Flow<V,A> |
EdmondsKarp.createSTFlow(G g)
Return a new empty flow. |
Flow<V,A> |
EdmondsKarp.getFlow()
Return the flow that goes from source to destination. |
Flow<V,A> |
ExtractFlow.getFlowTo(V destination)
Give the flow from source to destination. |
| Constructors in fr.inria.opengve.bridge.algorithms.directed with parameters of type Flow | |
|---|---|
ExtractFlow(Graph<V,A> subGraph,
V source,
Flow<V,A> flow)
Constructor. |
|
| Uses of Flow in fr.inria.opengve.bridge.interfaces |
|---|
| Methods in fr.inria.opengve.bridge.interfaces that return Flow | |
|---|---|
Flow<V,A> |
MultiFlow.getFlow(V source,
V destination)
Return the flow between two vertices. |
| Methods in fr.inria.opengve.bridge.interfaces with parameters of type Flow | |
|---|---|
void |
MultiFlow.addFlow(Flow<V,A> f)
Add a given flow to this multi-flow. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||