public interface ComponentInternalDependenciesPackage extends EPackage
ComponentInternalDependenciesFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ComponentInternalDependenciesPackage.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 int |
COMPONENT_INTERNAL_DEPENDENCY_REPOSITORY
The meta object id for the '
Component Internal Dependency Repository ' class. |
static int |
COMPONENT_INTERNAL_DEPENDENCY_REPOSITORY__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.
|
static int |
COMPONENT_INTERNAL_DEPENDENCY_REPOSITORY__ID
The feature id for the 'Id' attribute.
|
static int |
COMPONENT_INTERNAL_DEPENDENCY_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Component Internal Dependency Repository' class.
|
static ComponentInternalDependenciesPackage |
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 |
OPERATION_TO_OPERATION_DEPENDENCY
The meta object id for the '
Operation To Operation Dependency ' class. |
static int |
OPERATION_TO_OPERATION_DEPENDENCY__ID
The feature id for the 'Id' attribute.
|
static int |
OPERATION_TO_OPERATION_DEPENDENCY__PARENT_ROLE_TO_ROLE_DEPENDENCY
The feature id for the 'Parent Role To Role Dependency' container reference.
|
static int |
OPERATION_TO_OPERATION_DEPENDENCY__PROVIDED_SIGNATURES
The feature id for the 'Provided Signatures' reference list.
|
static int |
OPERATION_TO_OPERATION_DEPENDENCY__REQUIRED_SIGNATURES
The feature id for the 'Required Signatures' reference list.
|
static int |
OPERATION_TO_OPERATION_DEPENDENCY_FEATURE_COUNT
The number of structural features of the 'Operation To Operation Dependency' class.
|
static int |
ROLE_TO_ROLE_DEPENDENCY
The meta object id for the '
Role To Role Dependency ' class. |
static int |
ROLE_TO_ROLE_DEPENDENCY__ID
The feature id for the 'Id' attribute.
|
static int |
ROLE_TO_ROLE_DEPENDENCY__OPERATION_TO_OPERATION_DEPENDENCY
The feature id for the 'Operation To Operation Dependency' containment reference list.
|
static int |
ROLE_TO_ROLE_DEPENDENCY__PROVIDED_ROLE
The feature id for the 'Provided Role' reference.
|
static int |
ROLE_TO_ROLE_DEPENDENCY__REQUIRED_ROLE
The feature id for the 'Required Role' reference.
|
static int |
ROLE_TO_ROLE_DEPENDENCY_FEATURE_COUNT
The number of structural features of the 'Role To Role Dependency' class.
|
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 ComponentInternalDependenciesPackage eINSTANCE
static final int COMPONENT_INTERNAL_DEPENDENCY_REPOSITORY
Component Internal Dependency Repository
' class.
ComponentInternalDependencyRepositoryImpl
,
ComponentInternalDependenciesPackageImpl.getComponentInternalDependencyRepository()
,
Constant Field Valuesstatic final int COMPONENT_INTERNAL_DEPENDENCY_REPOSITORY__ID
static final int COMPONENT_INTERNAL_DEPENDENCY_REPOSITORY__DEPENDENCIES
static final int COMPONENT_INTERNAL_DEPENDENCY_REPOSITORY_FEATURE_COUNT
static final int ROLE_TO_ROLE_DEPENDENCY
Role To Role Dependency
' class.
RoleToRoleDependencyImpl
,
ComponentInternalDependenciesPackageImpl.getRoleToRoleDependency()
,
Constant Field Valuesstatic final int ROLE_TO_ROLE_DEPENDENCY__ID
static final int ROLE_TO_ROLE_DEPENDENCY__PROVIDED_ROLE
static final int ROLE_TO_ROLE_DEPENDENCY__REQUIRED_ROLE
static final int ROLE_TO_ROLE_DEPENDENCY__OPERATION_TO_OPERATION_DEPENDENCY
static final int ROLE_TO_ROLE_DEPENDENCY_FEATURE_COUNT
static final int OPERATION_TO_OPERATION_DEPENDENCY
Operation To Operation Dependency
' class.
OperationToOperationDependencyImpl
,
ComponentInternalDependenciesPackageImpl.getOperationToOperationDependency()
,
Constant Field Valuesstatic final int OPERATION_TO_OPERATION_DEPENDENCY__ID
static final int OPERATION_TO_OPERATION_DEPENDENCY__PROVIDED_SIGNATURES
static final int OPERATION_TO_OPERATION_DEPENDENCY__REQUIRED_SIGNATURES
static final int OPERATION_TO_OPERATION_DEPENDENCY__PARENT_ROLE_TO_ROLE_DEPENDENCY
static final int OPERATION_TO_OPERATION_DEPENDENCY_FEATURE_COUNT
EClass getComponentInternalDependencyRepository()
Component Internal Dependency Repository
'.
ComponentInternalDependencyRepository
EReference getComponentInternalDependencyRepository_Dependencies()
Dependencies
'.
ComponentInternalDependencyRepository.getDependencies()
,
getComponentInternalDependencyRepository()
EClass getRoleToRoleDependency()
Role To Role Dependency
'.
RoleToRoleDependency
EReference getRoleToRoleDependency_ProvidedRole()
Provided Role
'.
RoleToRoleDependency.getProvidedRole()
,
getRoleToRoleDependency()
EReference getRoleToRoleDependency_RequiredRole()
Required Role
'.
RoleToRoleDependency.getRequiredRole()
,
getRoleToRoleDependency()
EReference getRoleToRoleDependency_OperationToOperationDependency()
Operation To Operation Dependency
'.
RoleToRoleDependency.getOperationToOperationDependency()
,
getRoleToRoleDependency()
EClass getOperationToOperationDependency()
Operation To Operation Dependency
'.
OperationToOperationDependency
EReference getOperationToOperationDependency_ProvidedSignatures()
Provided Signatures
'.
OperationToOperationDependency.getProvidedSignatures()
,
getOperationToOperationDependency()
EReference getOperationToOperationDependency_RequiredSignatures()
Required Signatures
'.
OperationToOperationDependency.getRequiredSignatures()
,
getOperationToOperationDependency()
EReference getOperationToOperationDependency_ParentRoleToRoleDependency()
Parent Role To Role Dependency
'.
OperationToOperationDependency.getParentRoleToRoleDependency()
,
getOperationToOperationDependency()
ComponentInternalDependenciesFactory getComponentInternalDependenciesFactory()