Class MonitorRepositoryValidator

java.lang.Object
org.eclipse.emf.ecore.util.EObjectValidator
org.palladiosimulator.monitorrepository.util.MonitorRepositoryValidator
All Implemented Interfaces:
EValidator

public class MonitorRepositoryValidator extends EObjectValidator
The Validator for the model.
See Also:
Generated class or method.
  • Field Details

    • INSTANCE

      public static final MonitorRepositoryValidator INSTANCE
      The cached model package
      Generated class or method.
    • DIAGNOSTIC_SOURCE

      public static final String DIAGNOSTIC_SOURCE
      A constant for the source of diagnostic codes from this package.
      See Also:
      Generated class or method.
    • DIAGNOSTIC_CODE_COUNT

      protected static final int DIAGNOSTIC_CODE_COUNT
      A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class.
      See Also:
      Generated class or method.
    • identifierValidator

      protected de.uka.ipd.sdq.identifier.util.IdentifierValidator identifierValidator
      The cached base package validator.
      Generated class or method.
    • MEASUREMENT_DRIVEN_AGGREGATION__FREQUENCY__EEXPRESSION

      protected static final String MEASUREMENT_DRIVEN_AGGREGATION__FREQUENCY__EEXPRESSION
      The cached validation expression for the frequency constraint of 'Measurement Driven Aggregation'.
      See Also:
      Generated class or method.
    • FIXED_SIZE_AGGREGATION__MEAS_NUM__EEXPRESSION

      protected static final String FIXED_SIZE_AGGREGATION__MEAS_NUM__EEXPRESSION
      The cached validation expression for the measNum constraint of 'Fixed Size Aggregation'.
      See Also:
      Generated class or method.
    • TIME_DRIVEN__WINDOW_LENGTH__EEXPRESSION

      protected static final String TIME_DRIVEN__WINDOW_LENGTH__EEXPRESSION
      The cached validation expression for the windowLength constraint of 'Time Driven'.
      See Also:
      Generated class or method.
    • TIME_DRIVEN__WINDOW_INCREMENT__EEXPRESSION

      protected static final String TIME_DRIVEN__WINDOW_INCREMENT__EEXPRESSION
      The cached validation expression for the windowIncrement constraint of 'Time Driven'.
      See Also:
      Generated class or method.
    • VARIABLE_SIZE_AGGREGATION__RETRO_LENGTH__EEXPRESSION

      protected static final String VARIABLE_SIZE_AGGREGATION__RETRO_LENGTH__EEXPRESSION
      The cached validation expression for the retroLength constraint of 'Variable Size Aggregation'.
      See Also:
      Generated class or method.
  • Constructor Details

    • MonitorRepositoryValidator

      public MonitorRepositoryValidator()
      Creates an instance of the switch.
      Generated class or method.
  • Method Details