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

All Superinterfaces:
SpecifiedExecutionTime

public interface ComponentSpecifiedExecutionTime
extends SpecifiedExecutionTime

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

The following features are supported:

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

Field Summary
static String copyright
           
 
Method Summary
 AssemblyContext getAssemblyContext_ComponentSpecifiedExecutionTime()
          Returns the value of the 'Assembly Context Component Specified Execution Time' reference.
 void setAssemblyContext_ComponentSpecifiedExecutionTime(AssemblyContext value)
          Sets the value of the 'Assembly Context Component Specified Execution Time' reference.
 
Methods inherited from interface de.uka.ipd.sdq.pcm.qosannotations.SpecifiedExecutionTime
getRole_SpecifiedExecutionTime, getSignature_SpecifiedTimeConsumption, getSpecification_SpecifiedExecutionTime, setRole_SpecifiedExecutionTime, setSignature_SpecifiedTimeConsumption, setSpecification_SpecifiedExecutionTime
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getAssemblyContext_ComponentSpecifiedExecutionTime

AssemblyContext getAssemblyContext_ComponentSpecifiedExecutionTime()
Returns the value of the 'Assembly Context Component Specified Execution Time' reference.

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

Returns:
the value of the 'Assembly Context Component Specified Execution Time' reference.
See Also:
setAssemblyContext_ComponentSpecifiedExecutionTime(AssemblyContext), de.uka.ipd.sdq.pcm.qosannotations.QosannotationsPackage#getComponentSpecifiedExecutionTime_AssemblyContext_ComponentSpecifiedExecutionTime()

setAssemblyContext_ComponentSpecifiedExecutionTime

void setAssemblyContext_ComponentSpecifiedExecutionTime(AssemblyContext value)
Sets the value of the 'Assembly Context Component Specified Execution Time' reference.

Parameters:
value - the new value of the 'Assembly Context Component Specified Execution Time' reference.
See Also:
getAssemblyContext_ComponentSpecifiedExecutionTime()