scheduler.configuration
Interface SchedulerConfiguration

All Superinterfaces:
Identifier
All Known Implementing Classes:
SchedulerConfigurationImpl

public interface SchedulerConfiguration
extends Identifier

A representation of the model object 'Scheduler Configuration'.

The following features are supported:

See Also:
ConfigurationPackage.getSchedulerConfiguration()

Method Summary
 TimeValue getInterval()
          Returns the value of the 'Interval' containment reference.
 String getName()
          Returns the value of the 'Name' attribute.
 PreemptionConfiguration getPreemptionConfiguration()
          Returns the value of the 'Preemption Configuration' containment reference.
 PriorityConfiguration getPriorityConfiguration()
          Returns the value of the 'Priority Configuration' containment reference.
 QueueingConfiguration getQueueingConfiguration()
          Returns the value of the 'Queueing Configuration' containment reference.
 boolean isInFrontAfterWaiting()
          Returns the value of the 'In Front After Waiting' attribute.
 void setInFrontAfterWaiting(boolean value)
          Sets the value of the 'In Front After Waiting' attribute.
 void setInterval(TimeValue value)
          Sets the value of the 'Interval' containment reference.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setPreemptionConfiguration(PreemptionConfiguration value)
          Sets the value of the 'Preemption Configuration' containment reference.
 void setPriorityConfiguration(PriorityConfiguration value)
          Sets the value of the 'Priority Configuration' containment reference.
 void setQueueingConfiguration(QueueingConfiguration value)
          Sets the value of the 'Queueing Configuration' containment reference.
 
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, idHasToBeUnique, setId
 

Method Detail

getPriorityConfiguration

PriorityConfiguration getPriorityConfiguration()
Returns the value of the 'Priority Configuration' containment reference.

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

Returns:
the value of the 'Priority Configuration' containment reference.
See Also:
setPriorityConfiguration(PriorityConfiguration), ConfigurationPackage.getSchedulerConfiguration_PriorityConfiguration()

setPriorityConfiguration

void setPriorityConfiguration(PriorityConfiguration value)
Sets the value of the 'Priority Configuration' containment reference.

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

getPreemptionConfiguration

PreemptionConfiguration getPreemptionConfiguration()
Returns the value of the 'Preemption Configuration' containment reference.

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

Returns:
the value of the 'Preemption Configuration' containment reference.
See Also:
setPreemptionConfiguration(PreemptionConfiguration), ConfigurationPackage.getSchedulerConfiguration_PreemptionConfiguration()

setPreemptionConfiguration

void setPreemptionConfiguration(PreemptionConfiguration value)
Sets the value of the 'Preemption Configuration' containment reference.

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

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ConfigurationPackage.getSchedulerConfiguration_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getQueueingConfiguration

QueueingConfiguration getQueueingConfiguration()
Returns the value of the 'Queueing Configuration' containment reference.

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

Returns:
the value of the 'Queueing Configuration' containment reference.
See Also:
setQueueingConfiguration(QueueingConfiguration), ConfigurationPackage.getSchedulerConfiguration_QueueingConfiguration()

setQueueingConfiguration

void setQueueingConfiguration(QueueingConfiguration value)
Sets the value of the 'Queueing Configuration' containment reference.

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

isInFrontAfterWaiting

boolean isInFrontAfterWaiting()
Returns the value of the 'In Front After Waiting' attribute.

If the meaning of the 'In Front After Waiting' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'In Front After Waiting' attribute.
See Also:
setInFrontAfterWaiting(boolean), ConfigurationPackage.getSchedulerConfiguration_InFrontAfterWaiting()

setInFrontAfterWaiting

void setInFrontAfterWaiting(boolean value)
Sets the value of the 'In Front After Waiting' attribute.

Parameters:
value - the new value of the 'In Front After Waiting' attribute.
See Also:
isInFrontAfterWaiting()

getInterval

TimeValue getInterval()
Returns the value of the 'Interval' containment reference.

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

Returns:
the value of the 'Interval' containment reference.
See Also:
setInterval(TimeValue), ConfigurationPackage.getSchedulerConfiguration_Interval()

setInterval

void setInterval(TimeValue value)
Sets the value of the 'Interval' containment reference.

Parameters:
value - the new value of the 'Interval' containment reference.
See Also:
getInterval()