Uses of Class
org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.VertexExtensionBase
-
Packages that use MaximumFlowAlgorithmBase.VertexExtensionBase Package Description org.jgrapht.alg.flow Flow related algorithms. -
-
Uses of MaximumFlowAlgorithmBase.VertexExtensionBase in org.jgrapht.alg.flow
Subclasses of MaximumFlowAlgorithmBase.VertexExtensionBase in org.jgrapht.alg.flow Modifier and Type Class Description private classBoykovKolmogorovMFImpl.VertexExtensionNetwork vertex extension used to store auxiliary vertex information.(package private) classDinicMFImpl.VertexExtensionExtension for vertex class.(package private) classEdmondsKarpMFImpl.VertexExtensionclassPushRelabelMFImpl.VertexExtensionVertex extension for the push-relabel algorithm, which contains an additional height.Fields in org.jgrapht.alg.flow declared as MaximumFlowAlgorithmBase.VertexExtensionBase Modifier and Type Field Description private MaximumFlowAlgorithmBase.VertexExtensionBaseMaximumFlowAlgorithmBase.AnnotatedFlowEdge. sourceprivate MaximumFlowAlgorithmBase.VertexExtensionBaseMaximumFlowAlgorithmBase.AnnotatedFlowEdge. targetFields in org.jgrapht.alg.flow with type parameters of type MaximumFlowAlgorithmBase.VertexExtensionBase Modifier and Type Field Description protected ExtensionManager<V,? extends MaximumFlowAlgorithmBase.VertexExtensionBase>MaximumFlowAlgorithmBase. vertexExtensionManagerMethods in org.jgrapht.alg.flow with type parameters of type MaximumFlowAlgorithmBase.VertexExtensionBase Modifier and Type Method Description <VE extends MaximumFlowAlgorithmBase.VertexExtensionBase>
VEMaximumFlowAlgorithmBase.AnnotatedFlowEdge. getSource()<VE extends MaximumFlowAlgorithmBase.VertexExtensionBase>
VEMaximumFlowAlgorithmBase.AnnotatedFlowEdge. getTarget()protected <VE extends MaximumFlowAlgorithmBase.VertexExtensionBase>
voidMaximumFlowAlgorithmBase. init(V source, V sink, ExtensionFactory<VE> vertexExtensionFactory, ExtensionFactory<MaximumFlowAlgorithmBase.AnnotatedFlowEdge> edgeExtensionFactory)Prepares all data structures to start a new invocation of the Maximum Flow or Minimum Cut algorithmsMethods in org.jgrapht.alg.flow with parameters of type MaximumFlowAlgorithmBase.VertexExtensionBase Modifier and Type Method Description private MaximumFlowAlgorithmBase.AnnotatedFlowEdgeMaximumFlowAlgorithmBase. createEdge(MaximumFlowAlgorithmBase.VertexExtensionBase source, MaximumFlowAlgorithmBase.VertexExtensionBase target, E e, double weight)voidMaximumFlowAlgorithmBase.AnnotatedFlowEdge. setSource(MaximumFlowAlgorithmBase.VertexExtensionBase source)voidMaximumFlowAlgorithmBase.AnnotatedFlowEdge. setTarget(MaximumFlowAlgorithmBase.VertexExtensionBase target)
-