ujf.verimag.bip.Core.PortExpressions.impl
Class ACNaryExpressionImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.PortExpressions.impl.PortExpressionImpl
          extended by ujf.verimag.bip.Core.PortExpressions.impl.ACExpressionImpl
              extended by ujf.verimag.bip.Core.PortExpressions.impl.ACNaryExpressionImpl
All Implemented Interfaces:
ACExpression, ACNaryExpression, PortExpression
Direct Known Subclasses:
ACFusionImpl, ACUnionImpl

public abstract class ACNaryExpressionImpl
extends ACExpressionImpl
implements ACNaryExpression

An implementation of the model object 'AC Nary Expression'.

The following features are implemented:


Field Summary
protected   operand
          The cached value of the 'Operand' containment reference list.
 
Constructor Summary
protected ACNaryExpressionImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getOperand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operand

protected  operand
The cached value of the 'Operand' containment reference list.

See Also:
getOperand()
Constructor Detail

ACNaryExpressionImpl

protected ACNaryExpressionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ACExpressionImpl

getOperand

public  getOperand()

Specified by:
getOperand in interface ACNaryExpression
Returns:
the value of the 'Operand' containment reference list.
See Also:
PortExpressionsPackage.getACNaryExpression_Operand()

eInverseRemove

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


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)