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
- All Known Implementing Classes:
ResourceContainerImpl
public interface ResourceContainer extends Entity
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:
ResourceenvironmentPackage.getResourceContainer()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ProcessingResourceSpecification>
getActiveResourceSpecifications_ResourceContainer()
Returns the value of the 'Active Resource Specifications Resource Container' containment reference list.EList<HDDProcessingResourceSpecification>
getHddResourceSpecifications()
Returns the value of the 'Hdd Resource Specifications' reference list.EList<ResourceContainer>
getNestedResourceContainers__ResourceContainer()
Returns the value of the 'Nested Resource Containers Resource Container' containment reference list.ResourceContainer
getParentResourceContainer__ResourceContainer()
Returns the value of the 'Parent Resource Container Resource Container' container reference.ResourceEnvironment
getResourceEnvironment_ResourceContainer()
Returns the value of the 'Resource Environment Resource Container' container reference.void
setParentResourceContainer__ResourceContainer(ResourceContainer value)
Sets the value of the 'Parent Resource Container Resource Container
' container reference.void
setResourceEnvironment_ResourceContainer(ResourceEnvironment value)
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 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
-
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
'.If the meaning of the 'Active Resource Specifications Resource Container' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Active Resource Specifications Resource Container' containment reference list.
- See Also:
ResourceenvironmentPackage.getResourceContainer_ActiveResourceSpecifications_ResourceContainer()
,ProcessingResourceSpecification.getResourceContainer_ProcessingResourceSpecification()
- 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
'.If the meaning of the 'Resource Environment Resource Container' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource Environment Resource Container' container reference.
- See Also:
setResourceEnvironment_ResourceContainer(ResourceEnvironment)
,ResourceenvironmentPackage.getResourceContainer_ResourceEnvironment_ResourceContainer()
,ResourceEnvironment.getResourceContainer_ResourceEnvironment()
- Generated class or method.
- EMF model class or method.
- opposite="resourceContainer_ResourceEnvironment" transient="false" ordered="false"
-
setResourceEnvironment_ResourceContainer
void setResourceEnvironment_ResourceContainer(ResourceEnvironment value)
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:
getResourceEnvironment_ResourceContainer()
- 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
'.If the meaning of the 'Nested Resource Containers Resource Container' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Nested Resource Containers Resource Container' containment reference list.
- See Also:
ResourceenvironmentPackage.getResourceContainer_NestedResourceContainers__ResourceContainer()
,getParentResourceContainer__ResourceContainer()
- 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
'.If the meaning of the 'Parent Resource Container Resource Container' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parent Resource Container Resource Container' container reference.
- See Also:
setParentResourceContainer__ResourceContainer(ResourceContainer)
,ResourceenvironmentPackage.getResourceContainer_ParentResourceContainer__ResourceContainer()
,getNestedResourceContainers__ResourceContainer()
- Generated class or method.
- EMF model class or method.
- opposite="nestedResourceContainers__ResourceContainer" transient="false" ordered="false"
-
setParentResourceContainer__ResourceContainer
void setParentResourceContainer__ResourceContainer(ResourceContainer value)
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:
getParentResourceContainer__ResourceContainer()
- 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
'.If the meaning of the 'Hdd Resource Specifications' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Hdd Resource Specifications' reference list.
- See Also:
ResourceenvironmentPackage.getResourceContainer_HddResourceSpecifications()
,HDDProcessingResourceSpecification.getResourceContainer()
- Generated class or method.
- EMF model class or method.
- opposite="resourceContainer"
-
-