ujf.verimag.bip.cmodel
Interface CIndexed

All Superinterfaces:
CBodyItem, CExpression, CNavigation, CStm
All Known Implementing Classes:
CIndexedImpl

public interface CIndexed
extends CNavigation

A representation of the model object 'CIndexed'.

The following features are supported:

See Also:
CmodelPackage.getCIndexed()

Method Summary
 CExpression getIndex()
          Returns the value of the 'Index' containment reference.
 void setIndex(CExpression value)
          Sets the value of the 'Index' containment reference.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CNavigation
getPrefix, setPrefix
 

Method Detail

getIndex

CExpression 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(CExpression), CmodelPackage.getCIndexed_Index()

setIndex

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

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