Interface MetricDSLPackage.Literals

Enclosing interface:
MetricDSLPackage

public static interface MetricDSLPackage.Literals
Defines literals for the meta objects that represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
Generated class or method.
  • Field Details

    • METRIC_MODEL

      static final EClass METRIC_MODEL
      The meta object literal for the ' Metric Model' class.
      See Also:
      Generated class or method.
    • METRIC_MODEL__IMPORT_URI

      static final EAttribute METRIC_MODEL__IMPORT_URI
      The meta object literal for the 'Import URI' attribute list feature.
      Generated class or method.
    • METRIC_MODEL__METRICS

      static final EReference METRIC_MODEL__METRICS
      The meta object literal for the 'Metrics' containment reference list feature.
      Generated class or method.
    • METRIC

      static final EClass METRIC
      The meta object literal for the 'Metric' class.
      See Also:
      Generated class or method.
    • METRIC__NAME

      static final EAttribute METRIC__NAME
      The meta object literal for the 'Name' attribute feature.
      Generated class or method.
    • EXTERNAL_METRIC

      static final EClass EXTERNAL_METRIC
      The meta object literal for the ' External Metric' class.
      See Also:
      Generated class or method.
    • INTERNAL_METRIC

      static final EClass INTERNAL_METRIC
      The meta object literal for the ' Internal Metric' class.
      See Also:
      Generated class or method.
    • INTERNAL_METRIC__SHORT_NAME

      static final EAttribute INTERNAL_METRIC__SHORT_NAME
      The meta object literal for the 'Short Name' attribute feature.
      Generated class or method.
    • INTERNAL_METRIC__DESCRIPTION

      static final EAttribute INTERNAL_METRIC__DESCRIPTION
      The meta object literal for the 'Description' attribute feature.
      Generated class or method.
    • INTERNAL_METRIC__PARAMETER

      static final EReference INTERNAL_METRIC__PARAMETER
      The meta object literal for the 'Parameter' containment reference list feature.
      Generated class or method.
    • INTERNAL_METRIC__DEFINITION

      static final EReference INTERNAL_METRIC__DEFINITION
      The meta object literal for the 'Definition' containment reference feature.
      Generated class or method.
    • NUMBER

      static final EClass NUMBER
      The meta object literal for the 'Number' class.
      See Also:
      Generated class or method.
    • NUMBER__NAME

      static final EAttribute NUMBER__NAME
      The meta object literal for the 'Name' attribute feature.
      Generated class or method.
    • PARAMETER

      static final EClass PARAMETER
      The meta object literal for the ' Parameter' class.
      See Also:
      Generated class or method.
    • PARAMETER__SHORTNAME

      static final EAttribute PARAMETER__SHORTNAME
      The meta object literal for the 'Shortname' attribute feature.
      Generated class or method.
    • PARAMETER__DESCRIPTION

      static final EAttribute PARAMETER__DESCRIPTION
      The meta object literal for the 'Description' attribute feature.
      Generated class or method.
    • PARAMETER__DEFAULT_VALUE

      static final EAttribute PARAMETER__DEFAULT_VALUE
      The meta object literal for the 'Default Value' attribute feature.
      Generated class or method.
    • CONSTANT

      static final EClass CONSTANT
      The meta object literal for the 'Constant' class.
      See Also:
      Generated class or method.
    • CONSTANT__VALUE

      static final EAttribute CONSTANT__VALUE
      The meta object literal for the 'Value' attribute feature.
      Generated class or method.
    • METRIC_DEFINITION

      static final EClass METRIC_DEFINITION
      The meta object literal for the ' Metric Definition' class.
      See Also:
      Generated class or method.
    • WEIGHTED_METRIC

      static final EClass WEIGHTED_METRIC
      The meta object literal for the ' Weighted Metric' class.
      See Also:
      Generated class or method.
    • WEIGHTED_METRIC__WEIGHTS

      static final EReference WEIGHTED_METRIC__WEIGHTS
      The meta object literal for the 'Weights' containment reference list feature.
      Generated class or method.
    • STEPWISE_METRIC

      static final EClass STEPWISE_METRIC
      The meta object literal for the ' Stepwise Metric' class.
      See Also:
      Generated class or method.
    • STEPWISE_METRIC__INNER_METRIC

      static final EReference STEPWISE_METRIC__INNER_METRIC
      The meta object literal for the 'Inner Metric' reference feature.
      Generated class or method.
    • STEPWISE_METRIC__STEPS

      static final EReference STEPWISE_METRIC__STEPS
      The meta object literal for the 'Steps' containment reference list feature.
      Generated class or method.
    • RATIO_METRIC

      static final EClass RATIO_METRIC
      The meta object literal for the ' Ratio Metric' class.
      See Also:
      Generated class or method.
    • RATIO_METRIC__NOMINATOR_METRIC

      static final EReference RATIO_METRIC__NOMINATOR_METRIC
      The meta object literal for the 'Nominator Metric' reference feature.
      Generated class or method.
    • RATIO_METRIC__DENOMINATOR_METRIC

      static final EReference RATIO_METRIC__DENOMINATOR_METRIC
      The meta object literal for the 'Denominator Metric' reference feature.
      Generated class or method.
    • BOUND_AND_WEIGHT

      static final EClass BOUND_AND_WEIGHT
      The meta object literal for the ' Bound And Weight ' class.
      See Also:
      Generated class or method.
    • BOUND_AND_WEIGHT__UPPER_BOUND

      static final EReference BOUND_AND_WEIGHT__UPPER_BOUND
      The meta object literal for the 'Upper Bound' reference feature.
      Generated class or method.
    • BOUND_AND_WEIGHT__WEIGHT

      static final EReference BOUND_AND_WEIGHT__WEIGHT
      The meta object literal for the 'Weight' reference feature.
      Generated class or method.
    • METRIC_AND_WEIGHT

      static final EClass METRIC_AND_WEIGHT
      The meta object literal for the ' Metric And Weight' class.
      See Also:
      Generated class or method.
    • METRIC_AND_WEIGHT__METRIC

      static final EReference METRIC_AND_WEIGHT__METRIC
      The meta object literal for the 'Metric' reference feature.
      Generated class or method.
    • METRIC_AND_WEIGHT__WEIGHT

      static final EReference METRIC_AND_WEIGHT__WEIGHT
      The meta object literal for the 'Weight' reference feature.
      Generated class or method.