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

All Known Implementing Classes:
CommunicationLinkResourceSpecificationImpl

public interface CommunicationLinkResourceSpecification

A representation of the model object 'Communication Link Resource Specification'.

The following features are supported:

See Also:
ResourceenvironmentPackage.getCommunicationLinkResourceSpecification()

Field Summary
static String copyright
           
 
Method Summary
 CommunicationLinkResourceType getCommunicationLinkResourceType_CommunicationLinkResourceSpecification()
          Returns the value of the 'Communication Link Resource Type Communication Link Resource Specification' reference.
 PCMRandomVariable getLatency_CommunicationLinkResourceSpecification()
          Returns the value of the 'Latency Communication Link Resource Specification' containment reference.
 PCMRandomVariable getThroughput_CommunicationLinkResourceSpecification()
          Returns the value of the 'Throughput Communication Link Resource Specification' containment reference.
 void setCommunicationLinkResourceType_CommunicationLinkResourceSpecification(CommunicationLinkResourceType value)
          Sets the value of the 'Communication Link Resource Type Communication Link Resource Specification' reference.
 void setLatency_CommunicationLinkResourceSpecification(PCMRandomVariable value)
          Sets the value of the 'Latency Communication Link Resource Specification' containment reference.
 void setThroughput_CommunicationLinkResourceSpecification(PCMRandomVariable value)
          Sets the value of the 'Throughput Communication Link Resource Specification' containment reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getCommunicationLinkResourceType_CommunicationLinkResourceSpecification

CommunicationLinkResourceType getCommunicationLinkResourceType_CommunicationLinkResourceSpecification()
Returns the value of the 'Communication Link Resource Type Communication Link Resource Specification' reference.

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

Returns:
the value of the 'Communication Link Resource Type Communication Link Resource Specification' reference.
See Also:
setCommunicationLinkResourceType_CommunicationLinkResourceSpecification(CommunicationLinkResourceType), ResourceenvironmentPackage.getCommunicationLinkResourceSpecification_CommunicationLinkResourceType_CommunicationLinkResourceSpecification()

setCommunicationLinkResourceType_CommunicationLinkResourceSpecification

void setCommunicationLinkResourceType_CommunicationLinkResourceSpecification(CommunicationLinkResourceType value)
Sets the value of the 'Communication Link Resource Type Communication Link Resource Specification' reference.

Parameters:
value - the new value of the 'Communication Link Resource Type Communication Link Resource Specification' reference.
See Also:
getCommunicationLinkResourceType_CommunicationLinkResourceSpecification()

getLatency_CommunicationLinkResourceSpecification

PCMRandomVariable getLatency_CommunicationLinkResourceSpecification()
Returns the value of the 'Latency Communication Link Resource Specification' containment reference.

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

Returns:
the value of the 'Latency Communication Link Resource Specification' containment reference.
See Also:
setLatency_CommunicationLinkResourceSpecification(PCMRandomVariable), ResourceenvironmentPackage.getCommunicationLinkResourceSpecification_Latency_CommunicationLinkResourceSpecification()

setLatency_CommunicationLinkResourceSpecification

void setLatency_CommunicationLinkResourceSpecification(PCMRandomVariable value)
Sets the value of the 'Latency Communication Link Resource Specification' containment reference.

Parameters:
value - the new value of the 'Latency Communication Link Resource Specification' containment reference.
See Also:
getLatency_CommunicationLinkResourceSpecification()

getThroughput_CommunicationLinkResourceSpecification

PCMRandomVariable getThroughput_CommunicationLinkResourceSpecification()
Returns the value of the 'Throughput Communication Link Resource Specification' containment reference.

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

Returns:
the value of the 'Throughput Communication Link Resource Specification' containment reference.
See Also:
setThroughput_CommunicationLinkResourceSpecification(PCMRandomVariable), ResourceenvironmentPackage.getCommunicationLinkResourceSpecification_Throughput_CommunicationLinkResourceSpecification()

setThroughput_CommunicationLinkResourceSpecification

void setThroughput_CommunicationLinkResourceSpecification(PCMRandomVariable value)
Sets the value of the 'Throughput Communication Link Resource Specification' containment reference.

Parameters:
value - the new value of the 'Throughput Communication Link Resource Specification' containment reference.
See Also:
getThroughput_CommunicationLinkResourceSpecification()