public interface SchedulerPackage extends EPackage
SchedulerFactory
Modifier and Type | Interface and Description |
---|---|
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
|
EPackage.Descriptor, EPackage.Registry
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getName, setName
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final SchedulerPackage eINSTANCE
static final int SCHEDULER_LIBRARY
Library
' class.
SchedulerLibraryImpl
,
SchedulerPackageImpl.getSchedulerLibrary()
,
Constant Field Valuesstatic final int SCHEDULER_LIBRARY__SCHEDULER_CONFIGURATION
static final int SCHEDULER_LIBRARY_FEATURE_COUNT
static final int SYSTEM_CONFIGURATION
System Configuration
' class.
SystemConfigurationImpl
,
SchedulerPackageImpl.getSystemConfiguration()
,
Constant Field Valuesstatic final int SYSTEM_CONFIGURATION__PROCESS_CONFIGURATION
static final int SYSTEM_CONFIGURATION__ACTIVE_RESOURCE_CONFIGURATION
static final int SYSTEM_CONFIGURATION__PASSIVE_RESOURCE_CONFIGURATION
static final int SYSTEM_CONFIGURATION_FEATURE_COUNT
EClass getSchedulerLibrary()
Library
'.
SchedulerLibrary
EReference getSchedulerLibrary_SchedulerConfiguration()
Scheduler Configuration
'.
SchedulerLibrary.getSchedulerConfiguration()
,
getSchedulerLibrary()
EClass getSystemConfiguration()
System Configuration
'.
SystemConfiguration
EReference getSystemConfiguration_ProcessConfiguration()
Process Configuration
'.
SystemConfiguration.getProcessConfiguration()
,
getSystemConfiguration()
EReference getSystemConfiguration_ActiveResourceConfiguration()
Active Resource Configuration
'.
SystemConfiguration.getActiveResourceConfiguration()
,
getSystemConfiguration()
EReference getSystemConfiguration_PassiveResourceConfiguration()
Passive Resource Configuration
'.
SystemConfiguration.getPassiveResourceConfiguration()
,
getSystemConfiguration()
SchedulerFactory getSchedulerFactory()