|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operator | |
---|---|
choco.kernel.model.variables | |
choco.kernel.model.variables.integer | |
choco.kernel.model.variables.real | |
choco.kernel.model.variables.set |
Uses of Operator in choco.kernel.model.variables |
---|
Fields in choco.kernel.model.variables declared as Operator | |
---|---|
protected Operator |
ComponentVariable.operator
|
Methods in choco.kernel.model.variables that return Operator | |
---|---|
Operator |
ComponentVariable.getOperator()
|
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Operator[] |
Operator.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 Operator | |
---|---|
ComponentVariable(VariableType variableType,
Operator operator,
Object parameters,
ComponentVariable... vars)
For expressions |
Uses of Operator in choco.kernel.model.variables.integer |
---|
Constructors in choco.kernel.model.variables.integer with parameters of type Operator | |
---|---|
IntegerExpressionVariable(Object parameters,
Operator operator,
IntegerExpressionVariable... variables)
|
|
MetaIntegerExpressionVariable(Operator operator,
Constraint c,
IntegerExpressionVariable... variables)
|
Uses of Operator in choco.kernel.model.variables.real |
---|
Constructors in choco.kernel.model.variables.real with parameters of type Operator | |
---|---|
RealExpressionVariable(Object parameters,
Operator operator,
RealExpressionVariable... variables)
|
Uses of Operator in choco.kernel.model.variables.set |
---|
Constructors in choco.kernel.model.variables.set with parameters of type Operator | |
---|---|
SetExpressionVariable(Object parameters,
Operator operator,
SetExpressionVariable... variables)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |