de.uka.ipd.sdq.spa.impl
Class SPAModelImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.spa.impl.SPAModelImpl
All Implemented Interfaces:
SPAModel

public class SPAModelImpl
extends EObjectImpl
implements SPAModel

An implementation of the model object 'SPA Model'.

The following features are implemented:


Field Summary
protected   processes
          The cached value of the 'Processes' containment reference list.
protected   resources
          The cached value of the 'Resources' containment reference list.
 
Constructor Summary
protected SPAModelImpl()
           
 
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)
           
  getProcesses()
           
  getResources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processes

protected  processes
The cached value of the 'Processes' containment reference list.

See Also:
getProcesses()

resources

protected  resources
The cached value of the 'Resources' containment reference list.

See Also:
getResources()
Constructor Detail

SPAModelImpl

protected SPAModelImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getProcesses

public  getProcesses()

Specified by:
getProcesses in interface SPAModel
Returns:
the value of the 'Processes' containment reference list.
See Also:
SpaPackage.getSPAModel_Processes()

getResources

public  getResources()

Specified by:
getResources in interface SPAModel
Returns:
the value of the 'Resources' containment reference list.
See Also:
SpaPackage.getSPAModel_Resources()

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)