Uses of Interface
org.jacop.constraints.netflow.VarHandler
-
Packages that use VarHandler Package Description org.jacop.constraints.netflow -
-
Uses of VarHandler in org.jacop.constraints.netflow
Classes in org.jacop.constraints.netflow that implement VarHandler Modifier and Type Class Description classArcCompanionThis class extends the definition of an arc by a lower bound on the capacity and connects the arc to variables that constrain it.classDomainStructureA domain based structure variable.classMultiVarHandlerFields in org.jacop.constraints.netflow with type parameters of type VarHandler Modifier and Type Field Description java.util.List<VarHandler>NetworkBuilder. handlerListprivate java.util.List<VarHandler>MultiVarHandler. handlersjava.util.Map<IntVar,VarHandler>NetworkFlow. mapThe variables and their handlersMethods in org.jacop.constraints.netflow with parameters of type VarHandler Modifier and Type Method Description voidMultiVarHandler. add(VarHandler handler)Constructors in org.jacop.constraints.netflow with parameters of type VarHandler Constructor Description MultiVarHandler(IntVar variable, VarHandler... handlers)
-