Uses of Interface
choco.kernel.model.IConstraintList

Packages that use IConstraintList
choco.kernel.model The root package for the Constraint Programming Kernel.
choco.kernel.model.variables   
choco.kernel.model.variables.geost   
choco.kernel.model.variables.integer   
choco.kernel.model.variables.real   
choco.kernel.model.variables.scheduling   
choco.kernel.model.variables.set   
choco.kernel.model.variables.tree   
 

Uses of IConstraintList in choco.kernel.model
 

Classes in choco.kernel.model that implement IConstraintList
protected  class VariableArray.VConstraintsDataStructure
           
 

Uses of IConstraintList in choco.kernel.model.variables
 

Subinterfaces of IConstraintList in choco.kernel.model.variables
 interface Variable
          Created by IntelliJ IDEA.
 

Classes in choco.kernel.model.variables that implement IConstraintList
 class AbstractVariable
          Created by IntelliJ IDEA.
 class ComponentVariable
           
protected static class ComponentVariable.ConstraintsDataStructure
           
 class MultipleVariables
           
 

Fields in choco.kernel.model.variables declared as IConstraintList
static IConstraintList ComponentVariable.NO_CONSTRAINTS_DS
           
 

Constructors in choco.kernel.model.variables with parameters of type IConstraintList
AbstractVariable(VariableType type, boolean enableOption, IConstraintList constraints)
           
ComponentVariable(VariableType variableType, boolean enableOption, Object parameters, IConstraintList constraints)
          For IntegerVariable, RealVariable, SetVariable.
 

Uses of IConstraintList in choco.kernel.model.variables.geost
 

Classes in choco.kernel.model.variables.geost that implement IConstraintList
 class GeostObject
          Created by IntelliJ IDEA.
 

Uses of IConstraintList in choco.kernel.model.variables.integer
 

Classes in choco.kernel.model.variables.integer that implement IConstraintList
 class IntegerConstantVariable
           
 class IntegerExpressionVariable
           
 class IntegerVariable
           
 class MetaIntegerExpressionVariable
           
 

Constructors in choco.kernel.model.variables.integer with parameters of type IConstraintList
IntegerExpressionVariable(VariableType variableType, Object parameters, boolean enableOption, IConstraintList constraints)
           
IntegerVariable(VariableType variableType, int[] parameters, boolean enableOption, IConstraintList constraints)
           
 

Uses of IConstraintList in choco.kernel.model.variables.real
 

Classes in choco.kernel.model.variables.real that implement IConstraintList
 class RealConstantVariable
          Created by IntelliJ IDEA.
 class RealExpressionVariable
           
 class RealVariable
           
 

Constructors in choco.kernel.model.variables.real with parameters of type IConstraintList
RealExpressionVariable(VariableType variableType, boolean enableOption, Object parameters, IConstraintList constraints)
           
RealVariable(VariableType variableType, boolean enableOption, IConstraintList constraints, double lowB, double uppB)
           
 

Uses of IConstraintList in choco.kernel.model.variables.scheduling
 

Classes in choco.kernel.model.variables.scheduling that implement IConstraintList
 class TaskVariable
           
 

Uses of IConstraintList in choco.kernel.model.variables.set
 

Classes in choco.kernel.model.variables.set that implement IConstraintList
 class SetConstantVariable
           
 class SetExpressionVariable
           
 class SetVariable
           
 

Constructors in choco.kernel.model.variables.set with parameters of type IConstraintList
SetExpressionVariable(VariableType variableType, boolean enableOption, Object parameters, IConstraintList constraints)
           
SetVariable(VariableType variableType, boolean enableOption, int[] parameter, IConstraintList constraints, IntegerVariable card)
           
 

Uses of IConstraintList in choco.kernel.model.variables.tree
 

Classes in choco.kernel.model.variables.tree that implement IConstraintList
 class TreeNodeObject
           
 class TreeParametersObject
           
 



Copyright © 2012. All Rights Reserved.