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

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

    • INSTANCE

      public static final MapValidator 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.
    • EXPONENTIAL_SMOOTHING__IS_METRIC_NUMERICAL_BASE_METRIC

      public static final int EXPONENTIAL_SMOOTHING__IS_METRIC_NUMERICAL_BASE_METRIC
      The code for constraint 'Is Metric Numerical Base Metric' of 'Exponential Smoothing'.
      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.
    • EXPONENTIAL_SMOOTHING__ALPHA__EEXPRESSION

      protected static final String EXPONENTIAL_SMOOTHING__ALPHA__EEXPRESSION
      The cached validation expression for the alpha constraint of 'Exponential Smoothing'.
      See Also:
      Generated class or method.
    • EXPONENTIAL_SMOOTHING__MAPPING__EEXPRESSION

      protected static final String EXPONENTIAL_SMOOTHING__MAPPING__EEXPRESSION
      The cached validation expression for the mapping constraint of 'Exponential Smoothing'.
      See Also:
      Generated class or method.
  • Constructor Details

    • MapValidator

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

    • getEPackage

      protected EPackage getEPackage()
      Returns the package of this validator switch.
      Overrides:
      getEPackage in class EObjectValidator
      Generated class or method.
    • validate

      protected boolean validate(int classifierID, Object value, DiagnosticChain diagnostics, Map<Object,Object> context)
      Calls validateXXX for the corresponding classifier of the model.
      Overrides:
      validate in class EObjectValidator
      Generated class or method.
    • validateMap

      public boolean validateMap(Map map, DiagnosticChain diagnostics, Map<Object,Object> context)
      Generated class or method.
    • validateMapper

      public boolean validateMapper(Mapper mapper, DiagnosticChain diagnostics, Map<Object,Object> context)
      Generated class or method.
    • validateExponentialSmoothing

      public boolean validateExponentialSmoothing(ExponentialSmoothing exponentialSmoothing, DiagnosticChain diagnostics, Map<Object,Object> context)
      Generated class or method.
    • validateExponentialSmoothing_alpha

      public boolean validateExponentialSmoothing_alpha(ExponentialSmoothing exponentialSmoothing, DiagnosticChain diagnostics, Map<Object,Object> context)
      Validates the alpha constraint of 'Exponential Smoothing'.
      Generated class or method.
    • validateExponentialSmoothing_mapping

      public boolean validateExponentialSmoothing_mapping(ExponentialSmoothing exponentialSmoothing, DiagnosticChain diagnostics, Map<Object,Object> context)
      Validates the mapping constraint of 'Exponential Smoothing'.
      Generated class or method.
    • validateExponentialSmoothing_isMetricNumericalBaseMetric

      public boolean validateExponentialSmoothing_isMetricNumericalBaseMetric(ExponentialSmoothing exponentialSmoothing, DiagnosticChain diagnostics, Map<Object,Object> context)
      Validates the isMetricNumericalBaseMetric constraint of 'Exponential Smoothing'.
      Generated class or method.
    • getResourceLocator

      public ResourceLocator getResourceLocator()
      Returns the resource locator that will be used to fetch messages for this validator's diagnostics.
      Overrides:
      getResourceLocator in class EObjectValidator
      Generated class or method.