Uses of Interface
org.jgrapht.alg.util.extension.ExtensionFactory
-
Packages that use ExtensionFactory Package Description org.jgrapht.alg.flow Flow related algorithms.org.jgrapht.alg.util.extension Utility classes for managing extensions/encapsulations. -
-
Uses of ExtensionFactory in org.jgrapht.alg.flow
Methods in org.jgrapht.alg.flow with parameters of type ExtensionFactory Modifier and Type Method Description protected <VE extends org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.VertexExtensionBase>
voidMaximumFlowAlgorithmBase. init(V source, V sink, ExtensionFactory<VE> vertexExtensionFactory, ExtensionFactory<org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.AnnotatedFlowEdge> edgeExtensionFactory)
Prepares all data structures to start a new invocation of the Maximum Flow or Minimum Cut algorithms -
Uses of ExtensionFactory in org.jgrapht.alg.util.extension
Constructors in org.jgrapht.alg.util.extension with parameters of type ExtensionFactory Constructor Description ExtensionManager(ExtensionFactory<B> factory)
Create a new extension manager.
-