Interface ResourceDescriptionRepository
-
- All Known Implementing Classes:
ResourceDescriptionRepositoryImpl
public interface ResourceDescriptionRepository extends EObject
A representation of the model object ' Resource Description Repository'.The following features are supported:
- See Also:
resourcerepositoryPackage.getResourceDescriptionRepository()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ResourceDescription>
getAvailableProcessingResources_ResourceRepository()
Returns the value of the 'Available Processing Resources Resource Repository' containment reference list.-
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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getAvailableProcessingResources_ResourceRepository
EList<ResourceDescription> getAvailableProcessingResources_ResourceRepository()
Returns the value of the 'Available Processing Resources Resource Repository' containment reference list. The list contents are of typeResourceDescription
.If the meaning of the 'Available Processing Resources Resource Repository' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Available Processing Resources Resource Repository' containment reference list.
- See Also:
resourcerepositoryPackage.getResourceDescriptionRepository_AvailableProcessingResources_ResourceRepository()
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
-