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

Packages that use ComponentVariable
choco.kernel.model.variables   
choco.kernel.model.variables.integer   
choco.kernel.model.variables.real   
choco.kernel.model.variables.set   
 

Uses of ComponentVariable in choco.kernel.model.variables
 

Constructors in choco.kernel.model.variables with parameters of type ComponentVariable
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 ComponentVariable in choco.kernel.model.variables.integer
 

Subclasses of ComponentVariable in choco.kernel.model.variables.integer
 class IntegerConstantVariable
           
 class IntegerExpressionVariable
           
 class IntegerVariable
           
 class MetaIntegerExpressionVariable
           
 

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

Subclasses of ComponentVariable in choco.kernel.model.variables.real
 class RealConstantVariable
          Created by IntelliJ IDEA.
 class RealExpressionVariable
           
 class RealVariable
           
 

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

Subclasses of ComponentVariable in choco.kernel.model.variables.set
 class SetConstantVariable
           
 class SetExpressionVariable
           
 class SetVariable
           
 



Copyright © 2012. All Rights Reserved.