ujf.verimag.bip.Core.ActionLanguage.Expressions
Interface ArrayNavigationExpression

All Superinterfaces:
Action, DataNavigationExpression, DataReference, Expression
All Known Implementing Classes:
ArrayNavigationExpressionImpl

public interface ArrayNavigationExpression
extends DataNavigationExpression

A representation of the model object 'Array Navigation Expression'.

The following features are supported:

See Also:
ExpressionsPackage.getArrayNavigationExpression()

Method Summary
 Expression getIndex()
          Returns the value of the 'Index' containment reference.
 void setIndex(Expression value)
          Sets the value of the 'Index' containment reference.
 
Methods inherited from interface ujf.verimag.bip.Core.ActionLanguage.Expressions.DataNavigationExpression
getNavigated, setNavigated
 

Method Detail

getIndex

Expression getIndex()
Returns the value of the 'Index' containment reference.

If the meaning of the 'Index' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Index' containment reference.
See Also:
setIndex(Expression), ExpressionsPackage.getArrayNavigationExpression_Index()

setIndex

void setIndex(Expression value)
Sets the value of the 'Index' containment reference.

Parameters:
value - the new value of the 'Index' containment reference.
See Also:
getIndex()