ujf.verimag.bip.cmodel
Interface CNavigation

All Superinterfaces:
CBodyItem, CExpression, CStm
All Known Subinterfaces:
CHierarchy, CIndexed, CPointed, CStructured
All Known Implementing Classes:
CHierarchyImpl, CIndexedImpl, CNavigationImpl, CPointedImpl, CStructuredImpl

public interface CNavigation
extends CExpression

A representation of the model object 'CNavigation'.

The following features are supported:

See Also:
CmodelPackage.getCNavigation()

Method Summary
 CExpression getPrefix()
          Returns the value of the 'Prefix' containment reference.
 void setPrefix(CExpression value)
          Sets the value of the 'Prefix' containment reference.
 

Method Detail

getPrefix

CExpression getPrefix()
Returns the value of the 'Prefix' containment reference.

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

Returns:
the value of the 'Prefix' containment reference.
See Also:
setPrefix(CExpression), CmodelPackage.getCNavigation_Prefix()

setPrefix

void setPrefix(CExpression value)
Sets the value of the 'Prefix' containment reference.

Parameters:
value - the new value of the 'Prefix' containment reference.
See Also:
getPrefix()