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

All Known Implementing Classes:
ResourceEnvironmentImpl

public interface ResourceEnvironment

A representation of the model object 'Resource Environment'.

The following features are supported:

See Also:
ResourceenvironmentPackage.getResourceEnvironment()

Field Summary
static String copyright
           
 
Method Summary
  getLinkingresource()
          Returns the value of the 'Linkingresource' containment reference list.
  getResourceContainer_ResourceEnvironment()
          Returns the value of the 'Resource Container Resource Environment' containment reference list.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getLinkingresource

 getLinkingresource()
Returns the value of the 'Linkingresource' containment reference list. The list contents are of type LinkingResource.

If the meaning of the 'Linkingresource' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Linkingresource' containment reference list.
See Also:
ResourceenvironmentPackage.getResourceEnvironment_Linkingresource()

getResourceContainer_ResourceEnvironment

 getResourceContainer_ResourceEnvironment()
Returns the value of the 'Resource Container Resource Environment' containment reference list. The list contents are of type ResourceContainer.

If the meaning of the 'Resource Container Resource Environment' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Container Resource Environment' containment reference list.
See Also:
ResourceenvironmentPackage.getResourceEnvironment_ResourceContainer_ResourceEnvironment()