Interface ParametersPackage

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

public interface ParametersPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature 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 ParametersPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • PARAMETER_PARTITION

      static final int PARAMETER_PARTITION
      The meta object id for the ' Parameter Partition' class.
      See Also:
      Generated class or method.
    • PARAMETER_PARTITION__ID

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

      static final int PARAMETER_PARTITION__QUALITY_ANNOTATION
      The feature id for the 'Quality Annotation' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_PARTITION__PARAMETER_REFERENCE

      static final int PARAMETER_PARTITION__PARAMETER_REFERENCE
      The feature id for the 'Parameter Reference' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_PARTITION_FEATURE_COUNT

      static final int PARAMETER_PARTITION_FEATURE_COUNT
      The number of structural features of the 'Parameter Partition' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_VALUE

      static final int PARAMETER_VALUE
      The meta object id for the ' Parameter Value' class.
      See Also:
      Generated class or method.
    • PARAMETER_VALUE__ID

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

      static final int PARAMETER_VALUE__PARAMETER_INSTANCE
      The feature id for the 'Parameter Instance' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_VALUE__PARAMETER_VALUE_DEVIATION

      static final int PARAMETER_VALUE__PARAMETER_VALUE_DEVIATION
      The feature id for the 'Parameter Value Deviation' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_VALUE_FEATURE_COUNT

      static final int PARAMETER_VALUE_FEATURE_COUNT
      The number of structural features of the 'Parameter Value' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_INSTANCE

      static final int PARAMETER_INSTANCE
      The meta object id for the ' Parameter Instance' class.
      See Also:
      Generated class or method.
    • PARAMETER_INSTANCE__ID

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

      static final int PARAMETER_INSTANCE__PARAMETER_REFERENCE
      The feature id for the 'Parameter Reference' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_INSTANCE__INPUT_CALL_INSTANCE

      static final int PARAMETER_INSTANCE__INPUT_CALL_INSTANCE
      The feature id for the 'Input Call Instance' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_INSTANCE__OUTPUT_CALL_INSTANCE

      static final int PARAMETER_INSTANCE__OUTPUT_CALL_INSTANCE
      The feature id for the 'Output Call Instance' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_INSTANCE__COMPONENT_INSTANCE

      static final int PARAMETER_INSTANCE__COMPONENT_INSTANCE
      The feature id for the 'Component Instance' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_INSTANCE__PARAMETER_VALUE

      static final int PARAMETER_INSTANCE__PARAMETER_VALUE
      The feature id for the 'Parameter Value' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_INSTANCE_FEATURE_COUNT

      static final int PARAMETER_INSTANCE_FEATURE_COUNT
      The number of structural features of the 'Parameter Instance' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • CALL_INSTANCE

      static final int CALL_INSTANCE
      The meta object id for the ' Call Instance' class.
      See Also:
      Generated class or method.
    • CALL_INSTANCE__ID

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

      static final int CALL_INSTANCE__OPERATION_REFERENCE
      The feature id for the 'Operation Reference' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CALL_INSTANCE__OUTPUT_PARAMETER_INSTANCES

      static final int CALL_INSTANCE__OUTPUT_PARAMETER_INSTANCES
      The feature id for the 'Output Parameter Instances' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CALL_INSTANCE__NUMBER_OF_CALLS

      static final int CALL_INSTANCE__NUMBER_OF_CALLS
      The feature id for the 'Number Of Calls' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • CALL_INSTANCE__INPUT_PARAMETER_INSTANCES

      static final int CALL_INSTANCE__INPUT_PARAMETER_INSTANCES
      The feature id for the 'Input Parameter Instances' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CALL_INSTANCE_FEATURE_COUNT

      static final int CALL_INSTANCE_FEATURE_COUNT
      The number of structural features of the 'Call Instance' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATION_REFERENCE

      static final int OPERATION_REFERENCE
      The meta object id for the ' Operation Reference' class.
      See Also:
      Generated class or method.
    • OPERATION_REFERENCE__ID

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

      static final int OPERATION_REFERENCE__CALL_INSTANCE
      The feature id for the 'Call Instance' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATION_REFERENCE_FEATURE_COUNT

      static final int OPERATION_REFERENCE_FEATURE_COUNT
      The number of structural features of the 'Operation Reference' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_INSTANCE

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

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

      static final int COMPONENT_INSTANCE__COMPONENT_REFERENCE
      The feature id for the 'Component Reference' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_INSTANCE__PARAMETER_INSTANCES

      static final int COMPONENT_INSTANCE__PARAMETER_INSTANCES
      The feature id for the 'Parameter Instances' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_INSTANCE_FEATURE_COUNT

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

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

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

      static final int COMPONENT_REFERENCE__COMPONENT_INSTANCE
      The feature id for the 'Component Instance' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPONENT_REFERENCE_FEATURE_COUNT

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

      static final int PARAMETER_REFERENCE
      The meta object id for the ' Parameter Reference' class.
      See Also:
      Generated class or method.
    • PARAMETER_REFERENCE__ID

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

      static final int PARAMETER_REFERENCE__PARAMETER_PARTITION
      The feature id for the 'Parameter Partition' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_REFERENCE__PARAMETER_INSTANCE

      static final int PARAMETER_REFERENCE__PARAMETER_INSTANCE
      The feature id for the 'Parameter Instance' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION

      static final int PARAMETER_REFERENCE__PARAMETER_VALUE_DEVIATION
      The feature id for the 'Parameter Value Deviation' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • PARAMETER_REFERENCE_FEATURE_COUNT

      static final int PARAMETER_REFERENCE_FEATURE_COUNT
      The number of structural features of the 'Parameter Reference' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details