Package metricvalues

Interface MetricvaluesPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
MetricvaluesPackageImpl

public interface MetricvaluesPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
Generated class or method.
EMF model class or method.
kind="package"
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated class or method.
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated class or method.
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated class or method.
    • eINSTANCE

      static final MetricvaluesPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • COMPONENT

      static final int COMPONENT
      The meta object id for the 'Component' class.
      See Also:
      Generated class or method.
    • COMPONENT__SUB_COMPONENTS

      static final int COMPONENT__SUB_COMPONENTS
      The feature id for the 'Sub Components' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT__NAME

      static final int COMPONENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT__ID

      static final int COMPONENT__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT__CLASSES

      static final int COMPONENT__CLASSES
      The feature id for the 'Classes' reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_FEATURE_COUNT

      static final int COMPONENT_FEATURE_COUNT
      The number of structural features of the 'Component' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_OPERATION_COUNT

      static final int COMPONENT_OPERATION_COUNT
      The number of operations of the 'Component' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_CANDIDATE

      static final int COMPONENT_CANDIDATE
      The meta object id for the 'Component Candidate' class.
      See Also:
      Generated class or method.
    • COMPONENT_CANDIDATE__METRIC_VALUES

      static final int COMPONENT_CANDIDATE__METRIC_VALUES
      The feature id for the 'Metric Values' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_CANDIDATE__FIRST_COMPONENT

      static final int COMPONENT_CANDIDATE__FIRST_COMPONENT
      The feature id for the 'First Component' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_CANDIDATE__SECOND_COMPONENT

      static final int COMPONENT_CANDIDATE__SECOND_COMPONENT
      The feature id for the 'Second Component' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_CANDIDATE_FEATURE_COUNT

      static final int COMPONENT_CANDIDATE_FEATURE_COUNT
      The number of structural features of the 'Component Candidate' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_CANDIDATE_OPERATION_COUNT

      static final int COMPONENT_CANDIDATE_OPERATION_COUNT
      The number of operations of the 'Component Candidate' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ITERATION

      static final int ITERATION
      The meta object id for the 'Iteration' class.
      See Also:
      Generated class or method.
    • ITERATION__COMPONENT_CANDIDATES

      static final int ITERATION__COMPONENT_CANDIDATES
      The feature id for the 'Component Candidates' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ITERATION__COMPONENTS

      static final int ITERATION__COMPONENTS
      The feature id for the 'Components' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ITERATION__NUMBER

      static final int ITERATION__NUMBER
      The feature id for the 'Number' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • ITERATION__CUR_COMP_THRESHOLD

      static final int ITERATION__CUR_COMP_THRESHOLD
      The feature id for the 'Cur Comp Threshold' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • ITERATION__CUR_MERGE_THRESHOLD

      static final int ITERATION__CUR_MERGE_THRESHOLD
      The feature id for the 'Cur Merge Threshold' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • ITERATION__IS_MERGE_ITERATION

      static final int ITERATION__IS_MERGE_ITERATION
      The feature id for the 'Is Merge Iteration' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • ITERATION_FEATURE_COUNT

      static final int ITERATION_FEATURE_COUNT
      The number of structural features of the 'Iteration' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ITERATION_OPERATION_COUNT

      static final int ITERATION_OPERATION_COUNT
      The number of operations of the 'Iteration' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUE

      static final int METRIC_VALUE
      The meta object id for the 'Metric Value' class.
      See Also:
      Generated class or method.
    • METRIC_VALUE__METRIC_ID

      static final int METRIC_VALUE__METRIC_ID
      The feature id for the 'Metric ID' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUE__VALUE

      static final int METRIC_VALUE__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUE_FEATURE_COUNT

      static final int METRIC_VALUE_FEATURE_COUNT
      The number of structural features of the 'Metric Value' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUE_OPERATION_COUNT

      static final int METRIC_VALUE_OPERATION_COUNT
      The number of operations of the 'Metric Value' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL

      static final int METRIC_VALUES_MODEL
      The meta object id for the 'Metric Values Model' class.
      See Also:
      Generated class or method.
    • METRIC_VALUES_MODEL__ITERATIONS

      static final int METRIC_VALUES_MODEL__ITERATIONS
      The feature id for the 'Iterations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__MIN_COMP_THRESHOLD

      static final int METRIC_VALUES_MODEL__MIN_COMP_THRESHOLD
      The feature id for the 'Min Comp Threshold' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__MAX_MERGE_THRESHOLD

      static final int METRIC_VALUES_MODEL__MAX_MERGE_THRESHOLD
      The feature id for the 'Max Merge Threshold' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_LOW_COUPLING

      static final int METRIC_VALUES_MODEL__WEIGHT_LOW_COUPLING
      The feature id for the 'Weight Low Coupling' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_HIGH_COUPLING

      static final int METRIC_VALUES_MODEL__WEIGHT_HIGH_COUPLING
      The feature id for the 'Weight High Coupling' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_LOW_NAME_RESEMBLANCE

      static final int METRIC_VALUES_MODEL__WEIGHT_LOW_NAME_RESEMBLANCE
      The feature id for the 'Weight Low Name Resemblance' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_MID_NAME_RESEMBLANCE

      static final int METRIC_VALUES_MODEL__WEIGHT_MID_NAME_RESEMBLANCE
      The feature id for the 'Weight Mid Name Resemblance' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_HIGH_NAME_RESEMBLANCE

      static final int METRIC_VALUES_MODEL__WEIGHT_HIGH_NAME_RESEMBLANCE
      The feature id for the 'Weight High Name Resemblance' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_INTERFACE_VIOLATION_RELEVANT

      static final int METRIC_VALUES_MODEL__WEIGHT_INTERFACE_VIOLATION_RELEVANT
      The feature id for the 'Weight Interface Violation Relevant' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_INTERFACE_VIOLATION_IRRELEVANT

      static final int METRIC_VALUES_MODEL__WEIGHT_INTERFACE_VIOLATION_IRRELEVANT
      The feature id for the 'Weight Interface Violation Irrelevant' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_HIGH_SLAQ

      static final int METRIC_VALUES_MODEL__WEIGHT_HIGH_SLAQ
      The feature id for the 'Weight High SLAQ' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_LOW_SLAQ

      static final int METRIC_VALUES_MODEL__WEIGHT_LOW_SLAQ
      The feature id for the 'Weight Low SLAQ' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_PACKAGE_MAPPING

      static final int METRIC_VALUES_MODEL__WEIGHT_PACKAGE_MAPPING
      The feature id for the 'Weight Package Mapping' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_DIRECTORY_MAPPING

      static final int METRIC_VALUES_MODEL__WEIGHT_DIRECTORY_MAPPING
      The feature id for the 'Weight Directory Mapping' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_DMS

      static final int METRIC_VALUES_MODEL__WEIGHT_DMS
      The feature id for the 'Weight DMS' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WEIGHT_HIGHEST_NAME_RESEMBLANCE

      static final int METRIC_VALUES_MODEL__WEIGHT_HIGHEST_NAME_RESEMBLANCE
      The feature id for the 'Weight Highest Name Resemblance' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__WILDCARD_KEY

      static final int METRIC_VALUES_MODEL__WILDCARD_KEY
      The feature id for the 'Wildcard Key' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__ADDITIONAL_WILDCARDS

      static final int METRIC_VALUES_MODEL__ADDITIONAL_WILDCARDS
      The feature id for the 'Additional Wildcards' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__MIN_MERGE_THRESHOLD

      static final int METRIC_VALUES_MODEL__MIN_MERGE_THRESHOLD
      The feature id for the 'Min Merge Threshold' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__MAX_COMPOSE_THRESHOLD

      static final int METRIC_VALUES_MODEL__MAX_COMPOSE_THRESHOLD
      The feature id for the 'Max Compose Threshold' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__COMPOSE_THRESHOLD_DECREMENT

      static final int METRIC_VALUES_MODEL__COMPOSE_THRESHOLD_DECREMENT
      The feature id for the 'Compose Threshold Decrement' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__MERGE_THRESHOLD_DECREMENT

      static final int METRIC_VALUES_MODEL__MERGE_THRESHOLD_DECREMENT
      The feature id for the 'Merge Threshold Decrement' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__EXCLUDED_PREFIXES_FOR_NAME_RESEMBLANCE

      static final int METRIC_VALUES_MODEL__EXCLUDED_PREFIXES_FOR_NAME_RESEMBLANCE
      The feature id for the 'Excluded Prefixes For Name Resemblance' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL__EXCLUDED_SUFFIXES_FOR_NAME_RESEMBLANCE

      static final int METRIC_VALUES_MODEL__EXCLUDED_SUFFIXES_FOR_NAME_RESEMBLANCE
      The feature id for the 'Excluded Suffixes For Name Resemblance' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL_FEATURE_COUNT

      static final int METRIC_VALUES_MODEL_FEATURE_COUNT
      The number of structural features of the 'Metric Values Model' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • METRIC_VALUES_MODEL_OPERATION_COUNT

      static final int METRIC_VALUES_MODEL_OPERATION_COUNT
      The number of operations of the 'Metric Values Model' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details