Class EvaluationBlock

All Implemented Interfaces:
IDatatypeVisitable, IModelElement
Direct Known Subclasses:
FreezeBlock, PartialEvaluationBlock

public abstract class EvaluationBlock extends ContainableModelElement
An evaluation block consisting of constraints to be evaluated.
Author:
Marcel Lueder
  • Constructor Details

    • EvaluationBlock

      public EvaluationBlock()
      Constructor for serialization.
    • EvaluationBlock

      public EvaluationBlock(String name, IModelElement parent)
      Constructor for the evaluation block.
      Parameters:
      name - Name of the evaluation block
      parent - the object, in which this specific one is embedded
  • Method Details

    • isEmpty

      public boolean isEmpty()
      Checks whether the evaluation block is empty.
      Returns:
      true if empty