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 class
ArcCompanion
This class extends the definition of an arc by a lower bound on the capacity and connects the arc to variables that constrain it.class
DomainStructure
A domain based structure variable.class
MultiVarHandler
Fields in org.jacop.constraints.netflow with type parameters of type VarHandler Modifier and Type Field Description java.util.List<VarHandler>
NetworkBuilder. handlerList
private java.util.List<VarHandler>
MultiVarHandler. handlers
java.util.Map<IntVar,VarHandler>
NetworkFlow. map
The variables and their handlersMethods in org.jacop.constraints.netflow with parameters of type VarHandler Modifier and Type Method Description void
MultiVarHandler. add(VarHandler handler)
Constructors in org.jacop.constraints.netflow with parameters of type VarHandler Constructor Description MultiVarHandler(IntVar variable, VarHandler... handlers)
-