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

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.PortExpressions.impl.PortExpressionImpl
          extended by ujf.verimag.bip.Core.PortExpressions.impl.AIExpressionImpl
              extended by ujf.verimag.bip.Core.PortExpressions.impl.AINaryExpressionImpl
All Implemented Interfaces:
AIExpression, AINaryExpression, PortExpression
Direct Known Subclasses:
AISynchroImpl, AIUnionImpl

public abstract class AINaryExpressionImpl
extends AIExpressionImpl
implements AINaryExpression

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

The following features are implemented:


Field Summary
protected   operand
          The cached value of the 'Operand' containment reference list.
 
Constructor Summary
protected AINaryExpressionImpl()
           
 
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

AINaryExpressionImpl

protected AINaryExpressionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class AIExpressionImpl

getOperand

public  getOperand()

Specified by:
getOperand in interface AINaryExpression
Returns:
the value of the 'Operand' containment reference list.
See Also:
PortExpressionsPackage.getAINaryExpression_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)