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 interfaceA maximum flowstatic interfaceRepresents a minimum cost flow.Classes in org.jgrapht.alg.interfaces that implement FlowAlgorithm.FlowModifier and TypeClassDescriptionstatic classDefault implementation ofFlowAlgorithm.Flowstatic classDefault implementation of the maximum flowstatic classDefault implementation of theMinimumCostFlowAlgorithm.MinimumCostFlowMethods in org.jgrapht.alg.interfaces that return FlowAlgorithm.FlowModifier and TypeMethodDescriptiondefault FlowAlgorithm.Flow<E>FlowAlgorithm.getFlow()Result object of a flow algorithm