Class ContainerOperations.FindOperationEvaluator
- java.lang.Object
-
- net.ssehub.easy.varModel.cstEvaluation.ContainerOperations.FindOperationEvaluator
-
- All Implemented Interfaces:
IOperationEvaluator
- Enclosing class:
- ContainerOperations
static final class ContainerOperations.FindOperationEvaluator extends java.lang.Object implements IOperationEvaluator
Implements the "includes"/"excludes" function.
-
-
Field Summary
Fields Modifier and Type Field Description private booleannegate
-
Constructor Summary
Constructors Constructor Description FindOperationEvaluator(boolean negate)Creates a find operation evaluator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvaluationAccessorevaluate(EvaluationAccessor operand, EvaluationAccessor[] arguments)Evaluates an operation.
-
-
-
Method Detail
-
evaluate
public EvaluationAccessor evaluate(EvaluationAccessor operand, EvaluationAccessor[] arguments)
Description copied from interface:IOperationEvaluatorEvaluates an operation.- Specified by:
evaluatein interfaceIOperationEvaluator- Parameters:
operand- the operand valuearguments- the arguments to be used for the evaluation- Returns:
- the result of the operation (variable or value)
-
-