de.uka.ipd.sdq.pcm.qosannotations
Interface SpecifiedExecutionTime

All Known Subinterfaces:
ComponentSpecifiedExecutionTime, SystemSpecifiedExecutionTime

public interface SpecifiedExecutionTime

A representation of the model object 'Specified Execution Time'.

The following features are supported:

See Also:
de.uka.ipd.sdq.pcm.qosannotations.QosannotationsPackage#getSpecifiedExecutionTime()

Field Summary
static String copyright
           
 
Method Summary
 Role getRole_SpecifiedExecutionTime()
          Returns the value of the 'Role Specified Execution Time' reference.
 Signature getSignature_SpecifiedTimeConsumption()
          Returns the value of the 'Signature Specified Time Consumption' reference.
 PCMRandomVariable getSpecification_SpecifiedExecutionTime()
          Returns the value of the 'Specification Specified Execution Time' containment reference.
 void setRole_SpecifiedExecutionTime(Role value)
          Sets the value of the 'Role Specified Execution Time' reference.
 void setSignature_SpecifiedTimeConsumption(Signature value)
          Sets the value of the 'Signature Specified Time Consumption' reference.
 void setSpecification_SpecifiedExecutionTime(PCMRandomVariable value)
          Sets the value of the 'Specification Specified Execution Time' containment reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getSignature_SpecifiedTimeConsumption

Signature getSignature_SpecifiedTimeConsumption()
Returns the value of the 'Signature Specified Time Consumption' reference.

If the meaning of the 'Signature Specified Time Consumption' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Signature Specified Time Consumption' reference.
See Also:
setSignature_SpecifiedTimeConsumption(Signature), de.uka.ipd.sdq.pcm.qosannotations.QosannotationsPackage#getSpecifiedExecutionTime_Signature_SpecifiedTimeConsumption()

setSignature_SpecifiedTimeConsumption

void setSignature_SpecifiedTimeConsumption(Signature value)
Sets the value of the 'Signature Specified Time Consumption' reference.

Parameters:
value - the new value of the 'Signature Specified Time Consumption' reference.
See Also:
getSignature_SpecifiedTimeConsumption()

getRole_SpecifiedExecutionTime

Role getRole_SpecifiedExecutionTime()
Returns the value of the 'Role Specified Execution Time' reference.

If the meaning of the 'Role Specified Execution Time' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Role Specified Execution Time' reference.
See Also:
setRole_SpecifiedExecutionTime(Role), de.uka.ipd.sdq.pcm.qosannotations.QosannotationsPackage#getSpecifiedExecutionTime_Role_SpecifiedExecutionTime()

setRole_SpecifiedExecutionTime

void setRole_SpecifiedExecutionTime(Role value)
Sets the value of the 'Role Specified Execution Time' reference.

Parameters:
value - the new value of the 'Role Specified Execution Time' reference.
See Also:
getRole_SpecifiedExecutionTime()

getSpecification_SpecifiedExecutionTime

PCMRandomVariable getSpecification_SpecifiedExecutionTime()
Returns the value of the 'Specification Specified Execution Time' containment reference.

If the meaning of the 'Specification Specified Execution Time' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Specification Specified Execution Time' containment reference.
See Also:
setSpecification_SpecifiedExecutionTime(PCMRandomVariable), de.uka.ipd.sdq.pcm.qosannotations.QosannotationsPackage#getSpecifiedExecutionTime_Specification_SpecifiedExecutionTime()

setSpecification_SpecifiedExecutionTime

void setSpecification_SpecifiedExecutionTime(PCMRandomVariable value)
Sets the value of the 'Specification Specified Execution Time' containment reference.

Parameters:
value - the new value of the 'Specification Specified Execution Time' containment reference.
See Also:
getSpecification_SpecifiedExecutionTime()