public interface LookupPackage
LookupFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
LookupPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static LookupPackage |
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 |
EXECUTOR
The meta object id for the '
Executor' class. |
static int |
EXECUTOR_FEATURE_COUNT
The number of structural features of the 'Executor' class.
|
static int |
EXECUTOR_OPERATION_COUNT
The number of operations of the 'Executor' class.
|
static int |
LOOKUP_ENVIRONMENT
The meta object id for the '
Environment' class. |
static int |
LOOKUP_ENVIRONMENT___ADD_ELEMENT__NAMEDELEMENT
The operation id for the 'Add Element' operation.
|
static int |
LOOKUP_ENVIRONMENT___ADD_ELEMENTS__COLLECTION
The operation id for the 'Add Elements' operation.
|
static int |
LOOKUP_ENVIRONMENT___GET_EXECUTOR
The operation id for the 'Get Executor' operation.
|
static int |
LOOKUP_ENVIRONMENT___HAS_FINAL_RESULT
The operation id for the 'Has Final Result' operation.
|
static int |
LOOKUP_ENVIRONMENT__NAMED_ELEMENTS
The feature id for the 'Named Elements' reference list.
|
static int |
LOOKUP_ENVIRONMENT__PARENT_ENV
The feature id for the 'Parent Env' reference.
|
static int |
LOOKUP_ENVIRONMENT_FEATURE_COUNT
The number of structural features of the 'Environment' class.
|
static int |
LOOKUP_ENVIRONMENT_OPERATION_COUNT
The number of operations of the 'Environment' class.
|
| Modifier and Type | Method and Description |
|---|---|
EClass |
getExecutor()
Returns the meta object for class '
Executor'. |
EOperation |
getLookupEnvironment__AddElement__NamedElement()
Returns the meta object for the '
Add Element' operation. |
EOperation |
getLookupEnvironment__AddElements__Collection()
Returns the meta object for the '
Add Elements' operation. |
EOperation |
getLookupEnvironment__GetExecutor()
Returns the meta object for the '
Get Executor' operation. |
EOperation |
getLookupEnvironment__HasFinalResult()
Returns the meta object for the '
Has Final Result' operation. |
EReference |
getLookupEnvironment_NamedElements()
Returns the meta object for the reference list '
Named Elements'. |
EReference |
getLookupEnvironment_ParentEnv()
Returns the meta object for the reference '
Parent Env'. |
EClass |
getLookupEnvironment()
Returns the meta object for class '
Environment'. |
LookupFactory |
getLookupFactory()
Returns the factory that creates the instances of the model.
|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final LookupPackage eINSTANCE
static final int LOOKUP_ENVIRONMENT
Environment' class.
LookupEnvironmentImpl,
LookupPackageImpl.getLookupEnvironment(),
Constant Field Valuesstatic final int LOOKUP_ENVIRONMENT__NAMED_ELEMENTS
static final int LOOKUP_ENVIRONMENT__PARENT_ENV
static final int LOOKUP_ENVIRONMENT_FEATURE_COUNT
static final int LOOKUP_ENVIRONMENT___ADD_ELEMENTS__COLLECTION
static final int LOOKUP_ENVIRONMENT___ADD_ELEMENT__NAMEDELEMENT
static final int LOOKUP_ENVIRONMENT___HAS_FINAL_RESULT
static final int LOOKUP_ENVIRONMENT___GET_EXECUTOR
static final int LOOKUP_ENVIRONMENT_OPERATION_COUNT
static final int EXECUTOR
Executor' class.
Executor,
LookupPackageImpl.getExecutor(),
Constant Field Valuesstatic final int EXECUTOR_FEATURE_COUNT
static final int EXECUTOR_OPERATION_COUNT
EClass getLookupEnvironment()
Environment'.
LookupEnvironmentEReference getLookupEnvironment_NamedElements()
Named Elements'.
LookupEnvironment.getNamedElements(),
getLookupEnvironment()EReference getLookupEnvironment_ParentEnv()
Parent Env'.
LookupEnvironment.getParentEnv(),
getLookupEnvironment()EOperation getLookupEnvironment__AddElements__Collection()
Add Elements' operation.
LookupEnvironment.addElements(java.util.Collection)EOperation getLookupEnvironment__AddElement__NamedElement()
Add Element' operation.
LookupEnvironment.addElement(org.eclipse.ocl.pivot.NamedElement)EOperation getLookupEnvironment__HasFinalResult()
Has Final Result' operation.
LookupEnvironment.hasFinalResult()EOperation getLookupEnvironment__GetExecutor()
Get Executor' operation.
LookupEnvironment.getExecutor()EClass getExecutor()
Executor'.
ExecutorLookupFactory getLookupFactory()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.