Interface ResourceEnvironment
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,NamedElement
,Notifier
,PCMBaseClass
,PCMClass
- All Known Implementing Classes:
ResourceEnvironmentImpl
A representation of the model object 'Resource Environment'.
Repository element of the resource environment
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Linking Resources Resource Environment' containment reference list.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 Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
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:
- 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:
- Generated class or method.
- EMF model class or method.
- opposite="resourceEnvironment_ResourceContainer" containment="true" ordered="false"
-