Uses of Interface
org.jgrapht.alg.interfaces.FlowAlgorithm.Flow
-
Packages that use FlowAlgorithm.Flow Package Description org.jgrapht.alg.interfaces Algorithm related interfaces. -
-
Uses of FlowAlgorithm.Flow in org.jgrapht.alg.interfaces
Subinterfaces of FlowAlgorithm.Flow in org.jgrapht.alg.interfaces Modifier and Type Interface Description static interface
MaximumFlowAlgorithm.MaximumFlow<E>
A maximum flowstatic interface
MinimumCostFlowAlgorithm.MinimumCostFlow<E>
Represents a minimum cost flow.Classes in org.jgrapht.alg.interfaces that implement FlowAlgorithm.Flow Modifier and Type Class Description static class
FlowAlgorithm.FlowImpl<E>
Default implementation ofFlowAlgorithm.Flow
static class
MaximumFlowAlgorithm.MaximumFlowImpl<E>
Default implementation of the maximum flowstatic class
MinimumCostFlowAlgorithm.MinimumCostFlowImpl<E>
Default implementation of theMinimumCostFlowAlgorithm.MinimumCostFlow
Methods in org.jgrapht.alg.interfaces that return FlowAlgorithm.Flow Modifier and Type Method Description default FlowAlgorithm.Flow<E>
FlowAlgorithm. getFlow()
Result object of a flow algorithm
-