Package scheduler

Interface SchedulerPackage

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

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

      static final int SCHEDULER_LIBRARY
      The meta object id for the 'Library' class.
      See Also:
      Generated class or method.
    • SCHEDULER_LIBRARY__SCHEDULER_CONFIGURATION

      static final int SCHEDULER_LIBRARY__SCHEDULER_CONFIGURATION
      The feature id for the 'Scheduler Configuration' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SCHEDULER_LIBRARY_FEATURE_COUNT

      static final int SCHEDULER_LIBRARY_FEATURE_COUNT
      The number of structural features of the 'Library' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SYSTEM_CONFIGURATION

      static final int SYSTEM_CONFIGURATION
      The meta object id for the 'System Configuration' class.
      See Also:
      Generated class or method.
    • SYSTEM_CONFIGURATION__PROCESS_CONFIGURATION

      static final int SYSTEM_CONFIGURATION__PROCESS_CONFIGURATION
      The feature id for the 'Process Configuration' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SYSTEM_CONFIGURATION__ACTIVE_RESOURCE_CONFIGURATION

      static final int SYSTEM_CONFIGURATION__ACTIVE_RESOURCE_CONFIGURATION
      The feature id for the 'Active Resource Configuration' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SYSTEM_CONFIGURATION__PASSIVE_RESOURCE_CONFIGURATION

      static final int SYSTEM_CONFIGURATION__PASSIVE_RESOURCE_CONFIGURATION
      The feature id for the 'Passive Resource Configuration' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SYSTEM_CONFIGURATION_FEATURE_COUNT

      static final int SYSTEM_CONFIGURATION_FEATURE_COUNT
      The number of structural features of the 'System Configuration' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details