scheduler
Interface SchedulerPackage

All Known Implementing Classes:
SchedulerPackageImpl

public interface SchedulerPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
SchedulerFactory

Nested Class Summary
static interface SchedulerPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static SchedulerPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int SCHEDULER_LIBRARY
          The meta object id for the 'Library' class.
static int SCHEDULER_LIBRARY__SCHEDULER_CONFIGURATION
          The feature id for the 'Scheduler Configuration' containment reference list.
static int SCHEDULER_LIBRARY_FEATURE_COUNT
          The number of structural features of the 'Library' class.
static int SYSTEM_CONFIGURATION
          The meta object id for the 'System Configuration' class.
static int SYSTEM_CONFIGURATION__ACTIVE_RESOURCE_CONFIGURATION
          The feature id for the 'Active Resource Configuration' containment reference list.
static int SYSTEM_CONFIGURATION__PASSIVE_RESOURCE_CONFIGURATION
          The feature id for the 'Passive Resource Configuration' containment reference list.
static int SYSTEM_CONFIGURATION__PROCESS_CONFIGURATION
          The feature id for the 'Process Configuration' containment reference list.
static int SYSTEM_CONFIGURATION_FEATURE_COUNT
          The number of structural features of the 'System Configuration' class.
 
Method Summary
 SchedulerFactory getSchedulerFactory()
          Returns the factory that creates the instances of the model.
 EReference getSchedulerLibrary_SchedulerConfiguration()
          Returns the meta object for the containment reference list 'Scheduler Configuration'.
 EClass getSchedulerLibrary()
          Returns the meta object for class 'Library'.
 EReference getSystemConfiguration_ActiveResourceConfiguration()
          Returns the meta object for the containment reference list 'Active Resource Configuration'.
 EReference getSystemConfiguration_PassiveResourceConfiguration()
          Returns the meta object for the containment reference list 'Passive Resource Configuration'.
 EReference getSystemConfiguration_ProcessConfiguration()
          Returns the meta object for the containment reference list 'Process Configuration'.
 EClass getSystemConfiguration()
          Returns the meta object for class 'System Configuration'.
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final SchedulerPackage eINSTANCE
The singleton instance of the package.


SCHEDULER_LIBRARY

static final int SCHEDULER_LIBRARY
The meta object id for the 'Library' class.

See Also:
SchedulerLibraryImpl, SchedulerPackageImpl.getSchedulerLibrary(), Constant Field Values

SCHEDULER_LIBRARY__SCHEDULER_CONFIGURATION

static final int SCHEDULER_LIBRARY__SCHEDULER_CONFIGURATION
The feature id for the 'Scheduler Configuration' containment reference list.

See Also:
Constant Field Values

SCHEDULER_LIBRARY_FEATURE_COUNT

static final int SCHEDULER_LIBRARY_FEATURE_COUNT
The number of structural features of the 'Library' class.

See Also:
Constant Field Values

SYSTEM_CONFIGURATION

static final int SYSTEM_CONFIGURATION
The meta object id for the 'System Configuration' class.

See Also:
SystemConfigurationImpl, SchedulerPackageImpl.getSystemConfiguration(), Constant Field Values

SYSTEM_CONFIGURATION__PROCESS_CONFIGURATION

static final int SYSTEM_CONFIGURATION__PROCESS_CONFIGURATION
The feature id for the 'Process Configuration' containment reference list.

See Also:
Constant Field Values

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:
Constant Field Values

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:
Constant Field Values

SYSTEM_CONFIGURATION_FEATURE_COUNT

static final int SYSTEM_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'System Configuration' class.

See Also:
Constant Field Values
Method Detail

getSchedulerLibrary

EClass getSchedulerLibrary()
Returns the meta object for class 'Library'.

Returns:
the meta object for class 'Library'.
See Also:
SchedulerLibrary

getSchedulerLibrary_SchedulerConfiguration

EReference getSchedulerLibrary_SchedulerConfiguration()
Returns the meta object for the containment reference list 'Scheduler Configuration'.

Returns:
the meta object for the containment reference list 'Scheduler Configuration'.
See Also:
SchedulerLibrary.getSchedulerConfiguration(), getSchedulerLibrary()

getSystemConfiguration

EClass getSystemConfiguration()
Returns the meta object for class 'System Configuration'.

Returns:
the meta object for class 'System Configuration'.
See Also:
SystemConfiguration

getSystemConfiguration_ProcessConfiguration

EReference getSystemConfiguration_ProcessConfiguration()
Returns the meta object for the containment reference list 'Process Configuration'.

Returns:
the meta object for the containment reference list 'Process Configuration'.
See Also:
SystemConfiguration.getProcessConfiguration(), getSystemConfiguration()

getSystemConfiguration_ActiveResourceConfiguration

EReference getSystemConfiguration_ActiveResourceConfiguration()
Returns the meta object for the containment reference list 'Active Resource Configuration'.

Returns:
the meta object for the containment reference list 'Active Resource Configuration'.
See Also:
SystemConfiguration.getActiveResourceConfiguration(), getSystemConfiguration()

getSystemConfiguration_PassiveResourceConfiguration

EReference getSystemConfiguration_PassiveResourceConfiguration()
Returns the meta object for the containment reference list 'Passive Resource Configuration'.

Returns:
the meta object for the containment reference list 'Passive Resource Configuration'.
See Also:
SystemConfiguration.getPassiveResourceConfiguration(), getSystemConfiguration()

getSchedulerFactory

SchedulerFactory getSchedulerFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.