Package scheduler.configuration
Interface PreemptionConfiguration
-
- All Known Implementing Classes:
PreemptionConfigurationImpl
public interface PreemptionConfiguration extends EObject
A representation of the model object 'Preemption Configuration'.The following features are supported:
- See Also:
ConfigurationPackage.getPreemptionConfiguration()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeSliceConfigurationgetTimesliceConfiguration()Returns the value of the 'Timeslice Configuration' containment reference.voidsetTimesliceConfiguration(TimeSliceConfiguration value)Sets the value of the 'Timeslice Configuration' containment reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getTimesliceConfiguration
TimeSliceConfiguration getTimesliceConfiguration()
Returns the value of the 'Timeslice Configuration' containment reference.If the meaning of the 'Timeslice Configuration' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Timeslice Configuration' containment reference.
- See Also:
setTimesliceConfiguration(TimeSliceConfiguration),ConfigurationPackage.getPreemptionConfiguration_TimesliceConfiguration()- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setTimesliceConfiguration
void setTimesliceConfiguration(TimeSliceConfiguration value)
Sets the value of the 'Timeslice Configuration' containment reference.- Parameters:
value- the new value of the 'Timeslice Configuration' containment reference.- See Also:
getTimesliceConfiguration()- Generated class or method.
-
-