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

All Superinterfaces:
Action, DataReference, Expression
All Known Subinterfaces:
ArrayNavigationExpression, FieldNavigationExpression
All Known Implementing Classes:
ArrayNavigationExpressionImpl, DataNavigationExpressionImpl, FieldNavigationExpressionImpl

public interface DataNavigationExpression
extends DataReference

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

The following features are supported:

See Also:
ExpressionsPackage.getDataNavigationExpression()

Method Summary
 DataReference getNavigated()
          Returns the value of the 'Navigated' containment reference.
 void setNavigated(DataReference value)
          Sets the value of the 'Navigated' containment reference.
 

Method Detail

getNavigated

DataReference getNavigated()
Returns the value of the 'Navigated' containment reference.

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

Returns:
the value of the 'Navigated' containment reference.
See Also:
setNavigated(DataReference), ExpressionsPackage.getDataNavigationExpression_Navigated()

setNavigated

void setNavigated(DataReference value)
Sets the value of the 'Navigated' containment reference.

Parameters:
value - the new value of the 'Navigated' containment reference.
See Also:
getNavigated()