Uses of Class
choco.kernel.model.variables.VariableType

Packages that use VariableType
choco   
choco.kernel.common.util.tools   
choco.kernel.model.variables   
choco.kernel.model.variables.integer   
choco.kernel.model.variables.real   
choco.kernel.model.variables.set   
 

Uses of VariableType in choco
 

Methods in choco with parameters of type VariableType
static IntegerVariable DeprecatedChoco.makeIntVar(String name, VariableType type, int binf, int bsup)
          Deprecated. 
protected static IntegerVariable[] DeprecatedChoco.makeIntVarArray(String name, VariableType type, int n, int binf, int bsup)
          Deprecated. 
protected static IntegerVariable[][] DeprecatedChoco.makeIntVarArray(String name, VariableType type, int n, int m, int binf, int bsup)
          Deprecated. 
 

Uses of VariableType in choco.kernel.common.util.tools
 

Methods in choco.kernel.common.util.tools with parameters of type VariableType
static boolean VariableUtils.checkInteger(VariableType v)
           
static boolean VariableUtils.checkReal(VariableType v)
           
static boolean VariableUtils.checkSet(VariableType v)
           
static int VariableUtils.checkType(VariableType v1, VariableType v2)
          Check the type of each variable and compute a int value
 

Uses of VariableType in choco.kernel.model.variables
 

Fields in choco.kernel.model.variables declared as VariableType
protected  VariableType AbstractVariable.type
           
 

Methods in choco.kernel.model.variables that return VariableType
 VariableType Variable.getVariableType()
           
 VariableType AbstractVariable.getVariableType()
           
static VariableType VariableType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VariableType[] VariableType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in choco.kernel.model.variables with parameters of type VariableType
AbstractVariable(VariableType type, boolean enableOptions)
           
AbstractVariable(VariableType type, boolean enableOption, IConstraintList constraints)
           
AbstractVariable(VariableType type, Variable[] variables, boolean enableOptions)
           
ComponentVariable(VariableType variableType, boolean enableOption, Object parameters, IConstraintList constraints)
          For IntegerVariable, RealVariable, SetVariable.
ComponentVariable(VariableType variableType, Object parameters, ComponentVariable... vars)
          For expressions
ComponentVariable(VariableType variableType, Operator operator, Object parameters, ComponentVariable... vars)
          For expressions
ComponentVariable(VariableType variableType, String operatorManager, Object parameters, ComponentVariable... vars)
          For Expressions
 

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

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

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

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

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

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



Copyright © 2012. All Rights Reserved.