de.uka.ipd.sdq.pcm.resourceenvironment
Interface ResourceContainer

All Superinterfaces:
Entity, Identifier, NamedElement
All Known Implementing Classes:
ResourceContainerImpl

public interface ResourceContainer
extends Entity

A representation of the model object 'Resource Container'.

The following features are supported:

See Also:
ResourceenvironmentPackage.getResourceContainer()

Field Summary
static String copyright
           
 
Method Summary
  getActiveResourceSpecifications_ResourceContainer()
          Returns the value of the 'Active Resource Specifications Resource Container' containment reference list.
 
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, idHasToBeUnique, setId
 
Methods inherited from interface de.uka.ipd.sdq.pcm.core.entity.NamedElement
getEntityName, setEntityName
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getActiveResourceSpecifications_ResourceContainer

 getActiveResourceSpecifications_ResourceContainer()
Returns the value of the 'Active Resource Specifications Resource Container' containment reference list. The list contents are of type ProcessingResourceSpecification.

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()