scheduler.configuration.impl
Class PreemptionConfigurationImpl

java.lang.Object
  extended by EObjectImpl
      extended by scheduler.configuration.impl.PreemptionConfigurationImpl
All Implemented Interfaces:
PreemptionConfiguration

public class PreemptionConfigurationImpl
extends EObjectImpl
implements PreemptionConfiguration

An implementation of the model object 'Preemption Configuration'.

The following features are implemented:


Field Summary
protected  TimeSliceConfiguration timesliceConfiguration
          The cached value of the 'Timeslice Configuration' containment reference.
 
Constructor Summary
protected PreemptionConfigurationImpl()
           
 
Method Summary
 NotificationChain basicSetTimesliceConfiguration(TimeSliceConfiguration newTimesliceConfiguration, NotificationChain msgs)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 TimeSliceConfiguration getTimesliceConfiguration()
           
 void setTimesliceConfiguration(TimeSliceConfiguration newTimesliceConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timesliceConfiguration

protected TimeSliceConfiguration timesliceConfiguration
The cached value of the 'Timeslice Configuration' containment reference.

See Also:
getTimesliceConfiguration()
Constructor Detail

PreemptionConfigurationImpl

protected PreemptionConfigurationImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getTimesliceConfiguration

public TimeSliceConfiguration getTimesliceConfiguration()

Specified by:
getTimesliceConfiguration in interface PreemptionConfiguration
Returns:
the value of the 'Timeslice Configuration' containment reference.
See Also:
PreemptionConfiguration.setTimesliceConfiguration(TimeSliceConfiguration), ConfigurationPackage.getPreemptionConfiguration_TimesliceConfiguration()

basicSetTimesliceConfiguration

public NotificationChain basicSetTimesliceConfiguration(TimeSliceConfiguration newTimesliceConfiguration,
                                                        NotificationChain msgs)


setTimesliceConfiguration

public void setTimesliceConfiguration(TimeSliceConfiguration newTimesliceConfiguration)

Specified by:
setTimesliceConfiguration in interface PreemptionConfiguration
Parameters:
newTimesliceConfiguration - the new value of the 'Timeslice Configuration' containment reference.
See Also:
PreemptionConfiguration.getTimesliceConfiguration()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)