scheduler.configuration
Interface PriorityConfiguration

All Known Implementing Classes:
PriorityConfigurationImpl

public interface PriorityConfiguration

A representation of the model object 'Priority Configuration'.

The following features are supported:

See Also:
ConfigurationPackage.getPriorityConfiguration()

Method Summary
 PriorityBoostConfiguration getBoostConfiguration()
          Returns the value of the 'Boost Configuration' containment reference.
 PriorityRange getRange()
          Returns the value of the 'Range' containment reference.
 void setBoostConfiguration(PriorityBoostConfiguration value)
          Sets the value of the 'Boost Configuration' containment reference.
 void setRange(PriorityRange value)
          Sets the value of the 'Range' containment reference.
 

Method Detail

getRange

PriorityRange getRange()
Returns the value of the 'Range' containment reference.

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

Returns:
the value of the 'Range' containment reference.
See Also:
setRange(PriorityRange), ConfigurationPackage.getPriorityConfiguration_Range()

setRange

void setRange(PriorityRange value)
Sets the value of the 'Range' containment reference.

Parameters:
value - the new value of the 'Range' containment reference.
See Also:
getRange()

getBoostConfiguration

PriorityBoostConfiguration getBoostConfiguration()
Returns the value of the 'Boost Configuration' containment reference.

If the meaning of the 'Boost Configuration' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Boost Configuration' containment reference.
See Also:
setBoostConfiguration(PriorityBoostConfiguration), ConfigurationPackage.getPriorityConfiguration_BoostConfiguration()

setBoostConfiguration

void setBoostConfiguration(PriorityBoostConfiguration value)
Sets the value of the 'Boost Configuration' containment reference.

Parameters:
value - the new value of the 'Boost Configuration' containment reference.
See Also:
getBoostConfiguration()