Class FlowAlgorithmBase

java.lang.Object
org.graphstream.algorithm.flow.FlowAlgorithmBase
All Implemented Interfaces:
Algorithm, FlowAlgorithm
Direct Known Subclasses:
FordFulkersonAlgorithm

public abstract class FlowAlgorithmBase
extends Object
implements FlowAlgorithm
Base for flow algorithms. Provides features to handle capacities and flows.