Interface ResourceEnvironment
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,NamedElement
,Notifier
- All Known Implementing Classes:
ResourceEnvironmentImpl
public interface ResourceEnvironment extends NamedElement
A representation of the model object 'Resource Environment'.Repository element of the resource environment
The following features are supported:
- See Also:
ResourceenvironmentPackage.getResourceEnvironment()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<LinkingResource>
getLinkingResources__ResourceEnvironment()
Returns the value of the 'Linking Resources Resource Environment' containment reference list.EList<ResourceContainer>
getResourceContainer_ResourceEnvironment()
Returns the value of the 'Resource Container Resource Environment' containment reference list.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
getLinkingResources__ResourceEnvironment
EList<LinkingResource> getLinkingResources__ResourceEnvironment()
Returns the value of the 'Linking Resources Resource Environment' containment reference list. The list contents are of typeLinkingResource
. It is bidirectional and its opposite is 'Resource Environment Linking Resource
'.- Returns:
- the value of the 'Linking Resources Resource Environment' containment reference list.
- See Also:
ResourceenvironmentPackage.getResourceEnvironment_LinkingResources__ResourceEnvironment()
,LinkingResource.getResourceEnvironment_LinkingResource()
- Generated class or method.
- EMF model class or method.
- opposite="resourceEnvironment_LinkingResource" containment="true" ordered="false"
-
getResourceContainer_ResourceEnvironment
EList<ResourceContainer> getResourceContainer_ResourceEnvironment()
Returns the value of the 'Resource Container Resource Environment' containment reference list. The list contents are of typeResourceContainer
. It is bidirectional and its opposite is 'Resource Environment Resource Container
'.- Returns:
- the value of the 'Resource Container Resource Environment' containment reference list.
- See Also:
ResourceenvironmentPackage.getResourceEnvironment_ResourceContainer_ResourceEnvironment()
,ResourceContainer.getResourceEnvironment_ResourceContainer()
- Generated class or method.
- EMF model class or method.
- opposite="resourceEnvironment_ResourceContainer" containment="true" ordered="false"
-
-