Class ContainerOperations.IncludesAllOperationEvaluator

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

static final class ContainerOperations.IncludesAllOperationEvaluator extends Object implements IOperationEvaluator
Implements the "includesAll"/"excludesAll" function.
  • Field Details

    • exclude

      private boolean exclude
  • Constructor Details

    • IncludesAllOperationEvaluator

      public IncludesAllOperationEvaluator(boolean exclude)
      Creates an includes all operation evaluator.
      Parameters:
      exclude - negate the result ("excludesAll") or use the derived result ("includesAll")
  • Method Details