E
- graph edge typepublic static class FlowAlgorithm.FlowImpl<E> extends Object implements FlowAlgorithm.Flow<E>
FlowAlgorithm.Flow
Constructor and Description |
---|
FlowImpl(Map<E,Double> flowMap)
Constructs a new flow
|
Modifier and Type | Method and Description |
---|---|
Map<E,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, wait
getFlow
public Map<E,Double> getFlowMap()
getFlowMap
in interface FlowAlgorithm.Flow<E>
Copyright © 2019. All rights reserved.