scheduler.impl
Class SystemConfigurationImpl

java.lang.Object
  extended by EObjectImpl
      extended by scheduler.impl.SystemConfigurationImpl
All Implemented Interfaces:
SystemConfiguration

public class SystemConfigurationImpl
extends EObjectImpl
implements SystemConfiguration

An implementation of the model object 'System Configuration'.

The following features are implemented:


Field Summary
protected   activeResourceConfiguration
          The cached value of the 'Active Resource Configuration' containment reference list.
protected   passiveResourceConfiguration
          The cached value of the 'Passive Resource Configuration' containment reference list.
protected   processConfiguration
          The cached value of the 'Process Configuration' containment reference list.
 
Constructor Summary
protected SystemConfigurationImpl()
           
 
Method Summary
 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)
           
  getActiveResourceConfiguration()
           
  getPassiveResourceConfiguration()
           
  getProcessConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processConfiguration

protected  processConfiguration
The cached value of the 'Process Configuration' containment reference list.

See Also:
getProcessConfiguration()

activeResourceConfiguration

protected  activeResourceConfiguration
The cached value of the 'Active Resource Configuration' containment reference list.

See Also:
getActiveResourceConfiguration()

passiveResourceConfiguration

protected  passiveResourceConfiguration
The cached value of the 'Passive Resource Configuration' containment reference list.

See Also:
getPassiveResourceConfiguration()
Constructor Detail

SystemConfigurationImpl

protected SystemConfigurationImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getProcessConfiguration

public  getProcessConfiguration()

Specified by:
getProcessConfiguration in interface SystemConfiguration
Returns:
the value of the 'Process Configuration' containment reference list.
See Also:
SchedulerPackage.getSystemConfiguration_ProcessConfiguration()

getActiveResourceConfiguration

public  getActiveResourceConfiguration()

Specified by:
getActiveResourceConfiguration in interface SystemConfiguration
Returns:
the value of the 'Active Resource Configuration' containment reference list.
See Also:
SchedulerPackage.getSystemConfiguration_ActiveResourceConfiguration()

getPassiveResourceConfiguration

public  getPassiveResourceConfiguration()

Specified by:
getPassiveResourceConfiguration in interface SystemConfiguration
Returns:
the value of the 'Passive Resource Configuration' containment reference list.
See Also:
SchedulerPackage.getSystemConfiguration_PassiveResourceConfiguration()

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)