protected AbstractDecisionVariableEvaluationAccessor |
AbstractDecisionVariableEvaluationAccessor.bind(IDecisionVariable variable,
EvaluationContext context) |
Binds this accessor.
|
CompoundSlotAccessor |
CompoundSlotAccessor.bind(IDecisionVariable variable,
java.lang.String slotName,
EvaluationContext context) |
Binds the accessor to the given variable and context.
|
CompoundSlotAccessor |
CompoundSlotAccessor.bind(LocalDecisionVariable variable,
java.lang.String slotName,
EvaluationContext context) |
Binds the accessor to the given variable and context.
|
ConstantAccessor |
ConstantAccessor.bind(Value value,
boolean isConstant,
EvaluationContext context) |
Binds the accessor to the given value and context.
|
ContainerElementAccessor |
ContainerElementAccessor.bind(IDecisionVariable variable,
int index,
EvaluationContext context) |
Binds the accessor to the given variable and context.
|
protected void |
EvaluationAccessor.bind(EvaluationContext context) |
Binds the accessor to the given context.
|
protected IndexAccessor |
IndexAccessor.bind(IDecisionVariable variable,
EvaluationContext context,
int index) |
Binds this accessor.
|
(package private) Value |
LocalConfiguration.bind(IDatatype type,
EvaluationContext context) |
Binds the given type to the first matching decision variable.
|
VariableAccessor |
VariableAccessor.bind(IDecisionVariable variable,
EvaluationContext context) |
Binds the accessor to the given (non-local) variable and context.
|
VariableAccessor |
VariableAccessor.bind(IDecisionVariable variable,
EvaluationContext context,
boolean isLocal) |
Binds the accessor to the given (local or non-local) variable and context.
|
VariableAccessor |
VariableAccessor.bind(AbstractVariable variable,
EvaluationContext context) |
Binds the accessor to the given variable and context.
|
private static boolean |
StringOperations.equalsIgnoreCase(java.lang.String s1,
java.lang.String s2,
EvaluationContext context) |
Compares two strings without considering cases using the locale given by the evaluation context.
|
(package private) static EvaluationAccessor |
GenericOperations.equalsNull(Value operand,
Value argument,
EvaluationContext context,
boolean negate) |
Implements a generic equality operation for null values.
|
private boolean |
VariableAccessor.setValue(EvaluationContext context,
Value value,
boolean asAssignment) |
Changes the value within the given evaluation context.
|
void |
EvaluationAccessor.validateContext(EvaluationContext context) |
Validates the context and sets the contained context to context if not given.
|