ujf.verimag.bip.Core.ActionLanguage.Expressions.impl
Class ArrayNavigationExpressionImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.ActionImpl
          extended by ujf.verimag.bip.Core.Behaviors.impl.ExpressionImpl
              extended by ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.DataReferenceImpl
                  extended by ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.DataNavigationExpressionImpl
                      extended by ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.ArrayNavigationExpressionImpl
All Implemented Interfaces:
ArrayNavigationExpression, DataNavigationExpression, DataReference, Action, Expression

public class ArrayNavigationExpressionImpl
extends DataNavigationExpressionImpl
implements ArrayNavigationExpression

An implementation of the model object 'Array Navigation Expression'.

The following features are implemented:


Field Summary
protected  Expression index
          The cached value of the 'Index' containment reference.
 
Fields inherited from class ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.DataNavigationExpressionImpl
navigated
 
Constructor Summary
protected ArrayNavigationExpressionImpl()
           
 
Method Summary
 NotificationChain basicSetIndex(Expression newIndex, NotificationChain msgs)
           
 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)
           
 Expression getIndex()
           
 void setIndex(Expression newIndex)
           
 
Methods inherited from class ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.DataNavigationExpressionImpl
basicSetNavigated, getNavigated, setNavigated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ujf.verimag.bip.Core.ActionLanguage.Expressions.DataNavigationExpression
getNavigated, setNavigated
 

Field Detail

index

protected Expression index
The cached value of the 'Index' containment reference.

See Also:
getIndex()
Constructor Detail

ArrayNavigationExpressionImpl

protected ArrayNavigationExpressionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class DataNavigationExpressionImpl

getIndex

public Expression getIndex()

Specified by:
getIndex in interface ArrayNavigationExpression
Returns:
the value of the 'Index' containment reference.
See Also:
ArrayNavigationExpression.setIndex(Expression), ExpressionsPackage.getArrayNavigationExpression_Index()

basicSetIndex

public NotificationChain basicSetIndex(Expression newIndex,
                                       NotificationChain msgs)


setIndex

public void setIndex(Expression newIndex)

Specified by:
setIndex in interface ArrayNavigationExpression
Parameters:
newIndex - the new value of the 'Index' containment reference.
See Also:
ArrayNavigationExpression.getIndex()

eInverseRemove

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

Overrides:
eInverseRemove in class DataNavigationExpressionImpl

eGet

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

Overrides:
eGet in class DataNavigationExpressionImpl

eSet

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

Overrides:
eSet in class DataNavigationExpressionImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class DataNavigationExpressionImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class DataNavigationExpressionImpl