Interface resourcerepositoryPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
resourcerepositoryPackageImpl
public interface resourcerepositoryPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
resourcerepositoryFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
resourcerepositoryPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static resourcerepositoryPackage
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
RESOURCE_DESCRIPTION
The meta object id for the 'Resource Description
' class.static int
RESOURCE_DESCRIPTION__FIXED_PROCESSING_RESOURCE_COST_RESOURCE_DESCRIPTION
The feature id for the 'Fixed Processing Resource Cost Resource Description' containment reference.static int
RESOURCE_DESCRIPTION__PROCESSING_RESOURCE_SPECIFICATION_RESOURCE_DESCRIPTION
The feature id for the 'Processing Resource Specification Resource Description' containment reference.static int
RESOURCE_DESCRIPTION__RESOURCES_CAN_BE_USED_INDIVIDUALLY
The feature id for the 'Resources Can Be Used Individually' attribute.static int
RESOURCE_DESCRIPTION_FEATURE_COUNT
The number of structural features of the 'Resource Description' class.static int
RESOURCE_DESCRIPTION_REPOSITORY
The meta object id for the 'Resource Description Repository
' class.static int
RESOURCE_DESCRIPTION_REPOSITORY__AVAILABLE_PROCESSING_RESOURCES_RESOURCE_REPOSITORY
The feature id for the 'Available Processing Resources Resource Repository' containment reference list.static int
RESOURCE_DESCRIPTION_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Resource Description Repository' class.
-
Method Summary
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final resourcerepositoryPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
RESOURCE_DESCRIPTION_REPOSITORY
static final int RESOURCE_DESCRIPTION_REPOSITORY
The meta object id for the 'Resource Description Repository
' class.- See Also:
ResourceDescriptionRepositoryImpl
,resourcerepositoryPackageImpl.getResourceDescriptionRepository()
, Constant Field Values- Generated class or method.
-
RESOURCE_DESCRIPTION_REPOSITORY__AVAILABLE_PROCESSING_RESOURCES_RESOURCE_REPOSITORY
static final int RESOURCE_DESCRIPTION_REPOSITORY__AVAILABLE_PROCESSING_RESOURCES_RESOURCE_REPOSITORY
The feature id for the 'Available Processing Resources Resource Repository' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RESOURCE_DESCRIPTION_REPOSITORY_FEATURE_COUNT
static final int RESOURCE_DESCRIPTION_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Resource Description Repository' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RESOURCE_DESCRIPTION
static final int RESOURCE_DESCRIPTION
The meta object id for the 'Resource Description
' class.- See Also:
ResourceDescriptionImpl
,resourcerepositoryPackageImpl.getResourceDescription()
, Constant Field Values- Generated class or method.
-
RESOURCE_DESCRIPTION__FIXED_PROCESSING_RESOURCE_COST_RESOURCE_DESCRIPTION
static final int RESOURCE_DESCRIPTION__FIXED_PROCESSING_RESOURCE_COST_RESOURCE_DESCRIPTION
The feature id for the 'Fixed Processing Resource Cost Resource Description' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RESOURCE_DESCRIPTION__PROCESSING_RESOURCE_SPECIFICATION_RESOURCE_DESCRIPTION
static final int RESOURCE_DESCRIPTION__PROCESSING_RESOURCE_SPECIFICATION_RESOURCE_DESCRIPTION
The feature id for the 'Processing Resource Specification Resource Description' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RESOURCE_DESCRIPTION__RESOURCES_CAN_BE_USED_INDIVIDUALLY
static final int RESOURCE_DESCRIPTION__RESOURCES_CAN_BE_USED_INDIVIDUALLY
The feature id for the 'Resources Can Be Used Individually' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RESOURCE_DESCRIPTION_FEATURE_COUNT
static final int RESOURCE_DESCRIPTION_FEATURE_COUNT
The number of structural features of the 'Resource Description' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getResourceDescriptionRepository
EClass getResourceDescriptionRepository()
Returns the meta object for class 'Resource Description Repository
'.- Returns:
- the meta object for class 'Resource Description Repository'.
- See Also:
ResourceDescriptionRepository
- Generated class or method.
-
getResourceDescriptionRepository_AvailableProcessingResources_ResourceRepository
EReference getResourceDescriptionRepository_AvailableProcessingResources_ResourceRepository()
Returns the meta object for the containment reference list 'Available Processing Resources Resource Repository
'.- Returns:
- the meta object for the containment reference list 'Available Processing Resources Resource Repository'.
- See Also:
ResourceDescriptionRepository.getAvailableProcessingResources_ResourceRepository()
,getResourceDescriptionRepository()
- Generated class or method.
-
getResourceDescription
EClass getResourceDescription()
Returns the meta object for class 'Resource Description
'.- Returns:
- the meta object for class 'Resource Description'.
- See Also:
ResourceDescription
- Generated class or method.
-
getResourceDescription_FixedProcessingResourceCost_ResourceDescription
EReference getResourceDescription_FixedProcessingResourceCost_ResourceDescription()
Returns the meta object for the containment reference 'Fixed Processing Resource Cost Resource Description
'.- Returns:
- the meta object for the containment reference 'Fixed Processing Resource Cost Resource Description'.
- See Also:
ResourceDescription.getFixedProcessingResourceCost_ResourceDescription()
,getResourceDescription()
- Generated class or method.
-
getResourceDescription_ProcessingResourceSpecification_ResourceDescription
EReference getResourceDescription_ProcessingResourceSpecification_ResourceDescription()
Returns the meta object for the containment reference 'Processing Resource Specification Resource Description
'.- Returns:
- the meta object for the containment reference 'Processing Resource Specification Resource Description'.
- See Also:
ResourceDescription.getProcessingResourceSpecification_ResourceDescription()
,getResourceDescription()
- Generated class or method.
-
getResourceDescription_ResourcesCanBeUsedIndividually
EAttribute getResourceDescription_ResourcesCanBeUsedIndividually()
Returns the meta object for the attribute 'Resources Can Be Used Individually
'.- Returns:
- the meta object for the attribute 'Resources Can Be Used Individually'.
- See Also:
ResourceDescription.getResourcesCanBeUsedIndividually()
,getResourceDescription()
- Generated class or method.
-
getresourcerepositoryFactory
resourcerepositoryFactory getresourcerepositoryFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-