Uses of Interface
org.jgrapht.alg.interfaces.FlowAlgorithm.Flow
Packages that use FlowAlgorithm.Flow
-
Uses of FlowAlgorithm.Flow in org.jgrapht.alg.interfaces
Subinterfaces of FlowAlgorithm.Flow in org.jgrapht.alg.interfacesModifier and TypeInterfaceDescriptionstatic interface
A maximum flowstatic interface
Represents a minimum cost flow.Classes in org.jgrapht.alg.interfaces that implement FlowAlgorithm.FlowModifier and TypeClassDescriptionstatic class
Default implementation ofFlowAlgorithm.Flow
static class
Default implementation of the maximum flowstatic class
Default implementation of theMinimumCostFlowAlgorithm.MinimumCostFlow
Methods in org.jgrapht.alg.interfaces that return FlowAlgorithm.FlowModifier and TypeMethodDescriptiondefault FlowAlgorithm.Flow<E>
FlowAlgorithm.getFlow()
Result object of a flow algorithm