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

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

public interface LinkingResource
extends Entity

A representation of the model object 'Linking Resource'.

The following features are supported:

See Also:
ResourceenvironmentPackage.getLinkingResource()

Field Summary
static String copyright
           
 
Method Summary
 CommunicationLinkResourceSpecification getCommunicationLinkResourceSpecifications_LinkingResource()
          Returns the value of the 'Communication Link Resource Specifications Linking Resource' containment reference.
  getFromResourceContainer_LinkingResource()
          Returns the value of the 'From Resource Container Linking Resource' reference list.
  getToResourceContainer_LinkingResource()
          Returns the value of the 'To Resource Container Linking Resource' reference list.
 void setCommunicationLinkResourceSpecifications_LinkingResource(CommunicationLinkResourceSpecification value)
          Sets the value of the 'Communication Link Resource Specifications Linking Resource' containment reference.
 
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

getToResourceContainer_LinkingResource

 getToResourceContainer_LinkingResource()
Returns the value of the 'To Resource Container Linking Resource' reference list. The list contents are of type ResourceContainer.

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

Returns:
the value of the 'To Resource Container Linking Resource' reference list.
See Also:
ResourceenvironmentPackage.getLinkingResource_ToResourceContainer_LinkingResource()

getFromResourceContainer_LinkingResource

 getFromResourceContainer_LinkingResource()
Returns the value of the 'From Resource Container Linking Resource' reference list. The list contents are of type ResourceContainer.

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

Returns:
the value of the 'From Resource Container Linking Resource' reference list.
See Also:
ResourceenvironmentPackage.getLinkingResource_FromResourceContainer_LinkingResource()

getCommunicationLinkResourceSpecifications_LinkingResource

CommunicationLinkResourceSpecification getCommunicationLinkResourceSpecifications_LinkingResource()
Returns the value of the 'Communication Link Resource Specifications Linking Resource' containment reference.

If the meaning of the 'Communication Link Resource Specifications Linking Resource' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Communication Link Resource Specifications Linking Resource' containment reference.
See Also:
setCommunicationLinkResourceSpecifications_LinkingResource(CommunicationLinkResourceSpecification), ResourceenvironmentPackage.getLinkingResource_CommunicationLinkResourceSpecifications_LinkingResource()

setCommunicationLinkResourceSpecifications_LinkingResource

void setCommunicationLinkResourceSpecifications_LinkingResource(CommunicationLinkResourceSpecification value)
Sets the value of the 'Communication Link Resource Specifications Linking Resource' containment reference.

Parameters:
value - the new value of the 'Communication Link Resource Specifications Linking Resource' containment reference.
See Also:
getCommunicationLinkResourceSpecifications_LinkingResource()