Class ContainerOperations.IsEmptyOperationEvaluator

java.lang.Object
net.ssehub.easy.varModel.cstEvaluation.ContainerOperations.IsEmptyOperationEvaluator
All Implemented Interfaces:
IOperationEvaluator
Enclosing class:
ContainerOperations

static final class ContainerOperations.IsEmptyOperationEvaluator extends Object implements IOperationEvaluator
Implements the "isEmpty"/"notEmpty" function.
  • Field Details

    • negate

      private boolean negate
  • Constructor Details

    • IsEmptyOperationEvaluator

      public IsEmptyOperationEvaluator(boolean negate)
      Creates a find operation evaluator.
      Parameters:
      negate - negate the result ("notEmpty") or use the derived result ("isEmpty")
  • Method Details