Module org.jgrapht.core
Package org.jgrapht.alg.flow
Class MaximumFlowAlgorithmBase.AnnotatedFlowEdge
java.lang.Object
org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.AnnotatedFlowEdge
- All Implemented Interfaces:
Extension
- Enclosing class:
MaximumFlowAlgorithmBase<V,E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble<VE extends MaximumFlowAlgorithmBase<V,E>.VertexExtensionBase>
VE<VE extends MaximumFlowAlgorithmBase<V,E>.VertexExtensionBase>
VEbooleanvoidvoidtoString()
-
Constructor Details
-
AnnotatedFlowEdge
public AnnotatedFlowEdge()Constructs a new annotated flow edge.
-
-
Method Details