Class MapValidator

    • Field Detail

      • INSTANCE

        public static final MapValidator INSTANCE
        The cached model package
        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:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
    • Constructor Detail

      • MapValidator

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

      • 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.