E - graph edge typepublic static class FlowAlgorithm.FlowImpl<E> extends java.lang.Object implements FlowAlgorithm.Flow<E>
FlowAlgorithm.Flow| Constructor and Description |
|---|
FlowImpl(java.util.Map<E,java.lang.Double> flowMap)
Constructs a new flow
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<E,java.lang.Double> |
getFlowMap()
Returns a mapping from the network flow edges to the corresponding flow values.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFlowpublic FlowImpl(java.util.Map<E,java.lang.Double> flowMap)
flowMap - the mapping defining the flow on the networkpublic java.util.Map<E,java.lang.Double> getFlowMap()
getFlowMap in interface FlowAlgorithm.Flow<E>Copyright © 2019. All Rights Reserved.