public interface ARINCComponentModelPackage
extends org.eclipse.emf.ecore.EPackage
ARINCComponentModelFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ARINCComponentModelPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
ARINC_COMPONENT_IMPL
The meta object id for the '
ARINC Component Impl ' class. |
static int |
ARINC_COMPONENT_IMPL__BASE_COMPONENT
The feature id for the 'Base Component' reference.
|
static int |
ARINC_COMPONENT_IMPL_FEATURE_COUNT
The number of structural features of the 'ARINC Component Impl' class.
|
static int |
ARINC_FUNCTION
The meta object id for the '
ARINC Function ' class. |
static int |
ARINC_FUNCTION__BASE_COMMENT
The feature id for the 'Base Comment' reference.
|
static int |
ARINC_FUNCTION__BASE_OPERATION
The feature id for the 'Base Operation' reference.
|
static int |
ARINC_FUNCTION__FOLLOWED_BY
The feature id for the 'Followed By' reference list.
|
static int |
ARINC_FUNCTION__RATE_DIVIDER
The feature id for the 'Rate Divider' attribute.
|
static int |
ARINC_FUNCTION_FEATURE_COUNT
The number of structural features of the 'ARINC Function' class.
|
static int |
ARINC_PROCESS
The meta object id for the '
ARINC Process ' class. |
static int |
ARINC_PROCESS__BASE_COMMENT
The feature id for the 'Base Comment' reference.
|
static int |
ARINC_PROCESS__BASE_OPERATION
The feature id for the 'Base Operation' reference.
|
static int |
ARINC_PROCESS__OPERATIONS_GROUPS
The feature id for the 'Operations Groups' attribute.
|
static int |
ARINC_PROCESS_FEATURE_COUNT
The number of structural features of the 'ARINC Process' class.
|
static ARINCComponentModelPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getARINCComponentImpl_Base_Component()
Returns the meta object for the reference '
Base Component '. |
org.eclipse.emf.ecore.EClass |
getARINCComponentImpl()
Returns the meta object for class '
ARINC Component Impl '. |
ARINCComponentModelFactory |
getARINCComponentModelFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getARINCFunction_Base_Comment()
Returns the meta object for the reference '
Base Comment '. |
org.eclipse.emf.ecore.EReference |
getARINCFunction_Base_Operation()
Returns the meta object for the reference '
Base Operation '. |
org.eclipse.emf.ecore.EReference |
getARINCFunction_FollowedBy()
Returns the meta object for the reference list '
Followed By '. |
org.eclipse.emf.ecore.EAttribute |
getARINCFunction_RateDivider()
Returns the meta object for the attribute '
Rate Divider '. |
org.eclipse.emf.ecore.EClass |
getARINCFunction()
Returns the meta object for class '
ARINC Function '. |
org.eclipse.emf.ecore.EReference |
getARINCProcess_Base_Comment()
Returns the meta object for the reference '
Base Comment '. |
org.eclipse.emf.ecore.EReference |
getARINCProcess_Base_Operation()
Returns the meta object for the reference '
Base Operation '. |
org.eclipse.emf.ecore.EAttribute |
getARINCProcess_OperationsGroups()
Returns the meta object for the attribute '
Operations Groups '. |
org.eclipse.emf.ecore.EClass |
getARINCProcess()
Returns the meta object for class '
ARINC Process '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ARINCComponentModelPackage eINSTANCE
static final int ARINC_COMPONENT_IMPL
ARINC Component Impl
' class.
static final int ARINC_COMPONENT_IMPL__BASE_COMPONENT
static final int ARINC_COMPONENT_IMPL_FEATURE_COUNT
static final int ARINC_PROCESS
ARINC Process
' class.
static final int ARINC_PROCESS__BASE_OPERATION
static final int ARINC_PROCESS__BASE_COMMENT
static final int ARINC_PROCESS__OPERATIONS_GROUPS
static final int ARINC_PROCESS_FEATURE_COUNT
static final int ARINC_FUNCTION
ARINC Function
' class.
static final int ARINC_FUNCTION__BASE_OPERATION
static final int ARINC_FUNCTION__BASE_COMMENT
static final int ARINC_FUNCTION__FOLLOWED_BY
static final int ARINC_FUNCTION__RATE_DIVIDER
static final int ARINC_FUNCTION_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getARINCComponentImpl()
ARINC Component Impl
'.
ARINCComponentImpl
org.eclipse.emf.ecore.EReference getARINCComponentImpl_Base_Component()
Base Component
'.
ARINCComponentImpl.getBase_Component()
,
getARINCComponentImpl()
org.eclipse.emf.ecore.EClass getARINCProcess()
ARINC Process
'.
ARINCProcess
org.eclipse.emf.ecore.EReference getARINCProcess_Base_Operation()
Base Operation
'.
ARINCProcess.getBase_Operation()
,
getARINCProcess()
org.eclipse.emf.ecore.EReference getARINCProcess_Base_Comment()
Base Comment
'.
ARINCProcess.getBase_Comment()
,
getARINCProcess()
org.eclipse.emf.ecore.EAttribute getARINCProcess_OperationsGroups()
Operations Groups
'.
ARINCProcess.getOperationsGroups()
,
getARINCProcess()
org.eclipse.emf.ecore.EClass getARINCFunction()
ARINC Function
'.
ARINCFunction
org.eclipse.emf.ecore.EReference getARINCFunction_Base_Operation()
Base Operation
'.
ARINCFunction.getBase_Operation()
,
getARINCFunction()
org.eclipse.emf.ecore.EReference getARINCFunction_Base_Comment()
Base Comment
'.
ARINCFunction.getBase_Comment()
,
getARINCFunction()
org.eclipse.emf.ecore.EReference getARINCFunction_FollowedBy()
Followed By
'.
ARINCFunction.getFollowedBy()
,
getARINCFunction()
org.eclipse.emf.ecore.EAttribute getARINCFunction_RateDivider()
Rate Divider
'.
ARINCFunction.getRateDivider()
,
getARINCFunction()
ARINCComponentModelFactory getARINCComponentModelFactory()