Interface ResourceContainer
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
,PCMBaseClass
,PCMClass
- All Known Implementing Classes:
ResourceContainerImpl
A representation of the model object 'Resource Container'.
UML-like container of a number of processing resources (e.g. hardware server)
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 'Active Resource Specifications Resource Container' containment reference list.Returns the value of the 'Hdd Resource Specifications' reference list.Returns the value of the 'Nested Resource Containers Resource Container' containment reference list.Returns the value of the 'Parent Resource Container Resource Container' container reference.Returns the value of the 'Resource Environment Resource Container' container reference.void
Sets the value of the 'Parent Resource Container Resource Container
' container reference.void
Sets the value of the 'Resource Environment Resource Container
' container reference.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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
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
-
getActiveResourceSpecifications_ResourceContainer
EList<ProcessingResourceSpecification> getActiveResourceSpecifications_ResourceContainer()Returns the value of the 'Active Resource Specifications Resource Container' containment reference list. The list contents are of typeProcessingResourceSpecification
. It is bidirectional and its opposite is 'Resource Container Processing Resource Specification
'.- Returns:
- the value of the 'Active Resource Specifications Resource Container' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="resourceContainer_ProcessingResourceSpecification" containment="true" ordered="false"
-
getResourceEnvironment_ResourceContainer
ResourceEnvironment getResourceEnvironment_ResourceContainer()Returns the value of the 'Resource Environment Resource Container' container reference. It is bidirectional and its opposite is 'Resource Container Resource Environment
'.- Returns:
- the value of the 'Resource Environment Resource Container' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="resourceContainer_ResourceEnvironment" transient="false" ordered="false"
-
setResourceEnvironment_ResourceContainer
Sets the value of the 'Resource Environment Resource Container
' container reference.- Parameters:
value
- the new value of the 'Resource Environment Resource Container' container reference.- See Also:
- Generated class or method.
-
getNestedResourceContainers__ResourceContainer
EList<ResourceContainer> getNestedResourceContainers__ResourceContainer()Returns the value of the 'Nested Resource Containers Resource Container' containment reference list. The list contents are of typeResourceContainer
. It is bidirectional and its opposite is 'Parent Resource Container Resource Container
'.- Returns:
- the value of the 'Nested Resource Containers Resource Container' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="parentResourceContainer__ResourceContainer" containment="true" ordered="false"
-
getParentResourceContainer__ResourceContainer
ResourceContainer getParentResourceContainer__ResourceContainer()Returns the value of the 'Parent Resource Container Resource Container' container reference. It is bidirectional and its opposite is 'Nested Resource Containers Resource Container
'.- Returns:
- the value of the 'Parent Resource Container Resource Container' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="nestedResourceContainers__ResourceContainer" transient="false" ordered="false"
-
setParentResourceContainer__ResourceContainer
Sets the value of the 'Parent Resource Container Resource Container
' container reference.- Parameters:
value
- the new value of the 'Parent Resource Container Resource Container' container reference.- See Also:
- Generated class or method.
-
getHddResourceSpecifications
EList<HDDProcessingResourceSpecification> getHddResourceSpecifications()Returns the value of the 'Hdd Resource Specifications' reference list. The list contents are of typeHDDProcessingResourceSpecification
. It is bidirectional and its opposite is 'Resource Container
'.- Returns:
- the value of the 'Hdd Resource Specifications' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="resourceContainer"
-