Interface PolicyPackage

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

public interface PolicyPackage 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 PolicyPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • POLICY_CONSTRAINT

      static final int POLICY_CONSTRAINT
      The meta object id for the 'Constraint' class.
      See Also:
      Generated class or method.
    • POLICY_CONSTRAINT__ID

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

      static final int POLICY_CONSTRAINT_FEATURE_COUNT
      The number of structural features of the 'Constraint' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERVAL_CONSTRAINT

      static final int INTERVAL_CONSTRAINT
      The meta object id for the 'Interval Constraint' class.
      See Also:
      Generated class or method.
    • INTERVAL_CONSTRAINT__ID

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

      static final int INTERVAL_CONSTRAINT__OFFSET
      The feature id for the 'Offset' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERVAL_CONSTRAINT__INTERVAL_DURATION

      static final int INTERVAL_CONSTRAINT__INTERVAL_DURATION
      The feature id for the 'Interval Duration' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERVAL_CONSTRAINT__REPEAT

      static final int INTERVAL_CONSTRAINT__REPEAT
      The feature id for the 'Repeat' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERVAL_CONSTRAINT_FEATURE_COUNT

      static final int INTERVAL_CONSTRAINT_FEATURE_COUNT
      The number of structural features of the 'Interval Constraint' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • COOLDOWN_CONSTRAINT

      static final int COOLDOWN_CONSTRAINT
      The meta object id for the 'Cooldown Constraint' class.
      See Also:
      Generated class or method.
    • COOLDOWN_CONSTRAINT__ID

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

      static final int COOLDOWN_CONSTRAINT__COOLDOWN_TIME
      The feature id for the 'Cooldown Time' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • COOLDOWN_CONSTRAINT__MAX_SCALING_OPERATIONS

      static final int COOLDOWN_CONSTRAINT__MAX_SCALING_OPERATIONS
      The feature id for the 'Max Scaling Operations' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • COOLDOWN_CONSTRAINT_FEATURE_COUNT

      static final int COOLDOWN_CONSTRAINT_FEATURE_COUNT
      The number of structural features of the 'Cooldown Constraint' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details