scheduler.configuration
Interface TimeValue

All Superinterfaces:
UnitCarryingElement
All Known Implementing Classes:
TimeValueImpl

public interface TimeValue
extends UnitCarryingElement

A representation of the model object 'Time Value'.

The following features are supported:

See Also:
ConfigurationPackage.getTimeValue()

Field Summary
 
Fields inherited from interface de.uka.ipd.sdq.units.UnitCarryingElement
copyright
 
Method Summary
 double getValue()
          Returns the value of the 'Value' attribute.
 void setValue(double value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface de.uka.ipd.sdq.units.UnitCarryingElement
getUnit, getUnitSpecification, setUnitSpecification
 

Method Detail

getValue

double getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(double), ConfigurationPackage.getTimeValue_Value()

setValue

void setValue(double value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()