|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchedulerConfiguration
A representation of the model object 'Scheduler Configuration'.
The following features are supported:
Priority Configuration
Preemption Configuration
Name
Queueing Configuration
In Front After Waiting
Interval
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 |
---|
PriorityConfiguration getPriorityConfiguration()
If the meaning of the 'Priority Configuration' containment reference isn't clear, there really should be more of a description here...
setPriorityConfiguration(PriorityConfiguration)
,
ConfigurationPackage.getSchedulerConfiguration_PriorityConfiguration()
void setPriorityConfiguration(PriorityConfiguration value)
Priority Configuration
' containment reference.
value
- the new value of the 'Priority Configuration' containment reference.getPriorityConfiguration()
PreemptionConfiguration getPreemptionConfiguration()
If the meaning of the 'Preemption Configuration' containment reference isn't clear, there really should be more of a description here...
setPreemptionConfiguration(PreemptionConfiguration)
,
ConfigurationPackage.getSchedulerConfiguration_PreemptionConfiguration()
void setPreemptionConfiguration(PreemptionConfiguration value)
Preemption Configuration
' containment reference.
value
- the new value of the 'Preemption Configuration' containment reference.getPreemptionConfiguration()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ConfigurationPackage.getSchedulerConfiguration_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
QueueingConfiguration getQueueingConfiguration()
If the meaning of the 'Queueing Configuration' containment reference isn't clear, there really should be more of a description here...
setQueueingConfiguration(QueueingConfiguration)
,
ConfigurationPackage.getSchedulerConfiguration_QueueingConfiguration()
void setQueueingConfiguration(QueueingConfiguration value)
Queueing Configuration
' containment reference.
value
- the new value of the 'Queueing Configuration' containment reference.getQueueingConfiguration()
boolean isInFrontAfterWaiting()
If the meaning of the 'In Front After Waiting' attribute isn't clear, there really should be more of a description here...
setInFrontAfterWaiting(boolean)
,
ConfigurationPackage.getSchedulerConfiguration_InFrontAfterWaiting()
void setInFrontAfterWaiting(boolean value)
In Front After Waiting
' attribute.
value
- the new value of the 'In Front After Waiting' attribute.isInFrontAfterWaiting()
TimeValue getInterval()
If the meaning of the 'Interval' containment reference isn't clear, there really should be more of a description here...
setInterval(TimeValue)
,
ConfigurationPackage.getSchedulerConfiguration_Interval()
void setInterval(TimeValue value)
Interval
' containment reference.
value
- the new value of the 'Interval' containment reference.getInterval()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |