Interface resourcerepositoryPackage
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
resourcerepositoryPackageImpl
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:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final resourcerepositoryPackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Resource Description' class.static final intThe feature id for the 'Fixed Processing Resource Cost Resource Description' containment reference.static final intThe feature id for the 'Processing Resource Specification Resource Description' containment reference.static final intThe feature id for the 'Resources Can Be Used Individually' attribute.static final intThe number of structural features of the 'Resource Description' class.static final intThe meta object id for the 'Resource Description Repository' class.static final intThe feature id for the 'Available Processing Resources Resource Repository' containment reference list.static final intThe number of structural features of the 'Resource Description Repository' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Resource Description'.Returns the meta object for the containment reference 'Fixed Processing Resource Cost Resource Description'.Returns the meta object for the containment reference 'Processing Resource Specification Resource Description'.Returns the meta object for the attribute 'Resources Can Be Used Individually'.Returns the meta object for class 'Resource Description Repository'.Returns the meta object for the containment reference list 'Available Processing Resources Resource Repository'.Returns the factory that creates the instances of the model.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
RESOURCE_DESCRIPTION_REPOSITORY
static final int RESOURCE_DESCRIPTION_REPOSITORYThe meta object id for the 'Resource Description Repository' class.- See Also:
- Generated class or method.
-
RESOURCE_DESCRIPTION_REPOSITORY__AVAILABLE_PROCESSING_RESOURCES_RESOURCE_REPOSITORY
static final int RESOURCE_DESCRIPTION_REPOSITORY__AVAILABLE_PROCESSING_RESOURCES_RESOURCE_REPOSITORYThe feature id for the 'Available Processing Resources Resource Repository' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
RESOURCE_DESCRIPTION_REPOSITORY_FEATURE_COUNT
static final int RESOURCE_DESCRIPTION_REPOSITORY_FEATURE_COUNTThe number of structural features of the 'Resource Description Repository' class.- See Also:
- Generated class or method.
- Ordered collection.
-
RESOURCE_DESCRIPTION
static final int RESOURCE_DESCRIPTIONThe meta object id for the 'Resource Description' class.- See Also:
- Generated class or method.
-
RESOURCE_DESCRIPTION__FIXED_PROCESSING_RESOURCE_COST_RESOURCE_DESCRIPTION
static final int RESOURCE_DESCRIPTION__FIXED_PROCESSING_RESOURCE_COST_RESOURCE_DESCRIPTIONThe feature id for the 'Fixed Processing Resource Cost Resource Description' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
RESOURCE_DESCRIPTION__PROCESSING_RESOURCE_SPECIFICATION_RESOURCE_DESCRIPTION
static final int RESOURCE_DESCRIPTION__PROCESSING_RESOURCE_SPECIFICATION_RESOURCE_DESCRIPTIONThe feature id for the 'Processing Resource Specification Resource Description' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
RESOURCE_DESCRIPTION__RESOURCES_CAN_BE_USED_INDIVIDUALLY
static final int RESOURCE_DESCRIPTION__RESOURCES_CAN_BE_USED_INDIVIDUALLYThe feature id for the 'Resources Can Be Used Individually' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
RESOURCE_DESCRIPTION_FEATURE_COUNT
static final int RESOURCE_DESCRIPTION_FEATURE_COUNTThe number of structural features of the 'Resource Description' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getResourceDescriptionRepository
EClass getResourceDescriptionRepository()Returns the meta object for class 'Resource Description Repository'.- Returns:
- the meta object for class 'Resource Description Repository'.
- See Also:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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.
-