org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
Interface NavigatingArgCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Implementing Classes:
NavigatingArgCSImpl

public interface NavigatingArgCS
extends ModelElementCS

A representation of the model object 'Navigating Arg CS'.

The following features are supported:

See Also:
EssentialOCLCSPackage.getNavigatingArgCS()
Generated
Model

Method Summary
 ExpCS getInit()
          Returns the value of the 'Init' containment reference.
 ExpCS getName()
          Returns the value of the 'Name' containment reference.
 InvocationExpCS getNavigatingExp()
          Returns the value of the 'Navigating Exp' container reference.
 TypedRefCS getOwnedType()
          Returns the value of the 'Owned Type' containment reference.
 java.lang.String getPrefix()
          Returns the value of the 'Prefix' attribute.
 NavigationRole getRole()
          Returns the value of the 'Role' attribute.
 void setInit(ExpCS value)
          Sets the value of the 'Init' containment reference.
 void setName(ExpCS value)
          Sets the value of the 'Name' containment reference.
 void setNavigatingExp(InvocationExpCS value)
          Sets the value of the 'Navigating Exp' container reference.
 void setOwnedType(TypedRefCS value)
          Sets the value of the 'Owned Type' containment reference.
 void setPrefix(java.lang.String value)
          Sets the value of the 'Prefix' attribute.
 void setRole(NavigationRole value)
          Sets the value of the 'Role' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getNavigatingExp

InvocationExpCS getNavigatingExp()
Returns the value of the 'Navigating Exp' container reference. It is bidirectional and its opposite is 'Argument'.

If the meaning of the 'Navigating Exp' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Navigating Exp' container reference.
See Also:
setNavigatingExp(InvocationExpCS), EssentialOCLCSPackage.getNavigatingArgCS_NavigatingExp(), InvocationExpCS.getArgument()
Generated
Model
opposite="argument" transient="false"

setNavigatingExp

void setNavigatingExp(InvocationExpCS value)
Sets the value of the 'Navigating Exp' container reference.

Parameters:
value - the new value of the 'Navigating Exp' container reference.
See Also:
getNavigatingExp()
Generated

getRole

NavigationRole getRole()
Returns the value of the 'Role' attribute. The literals are from the enumeration NavigationRole.

If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Role' attribute.
See Also:
NavigationRole, setRole(NavigationRole), EssentialOCLCSPackage.getNavigatingArgCS_Role()
Generated
Model
transient="true" derived="true"

setRole

void setRole(NavigationRole value)
Sets the value of the 'Role' attribute.

Parameters:
value - the new value of the 'Role' attribute.
See Also:
NavigationRole, getRole()
Generated

getPrefix

java.lang.String getPrefix()
Returns the value of the 'Prefix' attribute.

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

Returns:
the value of the 'Prefix' attribute.
See Also:
setPrefix(String), EssentialOCLCSPackage.getNavigatingArgCS_Prefix()
Generated
Model

setPrefix

void setPrefix(java.lang.String value)
Sets the value of the 'Prefix' attribute.

Parameters:
value - the new value of the 'Prefix' attribute.
See Also:
getPrefix()
Generated

getName

ExpCS getName()
Returns the value of the 'Name' containment reference.

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

Returns:
the value of the 'Name' containment reference.
See Also:
setName(ExpCS), EssentialOCLCSPackage.getNavigatingArgCS_Name()
Generated
Model
containment="true"

setName

void setName(ExpCS value)
Sets the value of the 'Name' containment reference.

Parameters:
value - the new value of the 'Name' containment reference.
See Also:
getName()
Generated

getOwnedType

TypedRefCS getOwnedType()
Returns the value of the 'Owned Type' containment reference.

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

Returns:
the value of the 'Owned Type' containment reference.
See Also:
setOwnedType(TypedRefCS), EssentialOCLCSPackage.getNavigatingArgCS_OwnedType()
Generated
Model
containment="true"

setOwnedType

void setOwnedType(TypedRefCS value)
Sets the value of the 'Owned Type' containment reference.

Parameters:
value - the new value of the 'Owned Type' containment reference.
See Also:
getOwnedType()
Generated

getInit

ExpCS getInit()
Returns the value of the 'Init' containment reference.

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

Returns:
the value of the 'Init' containment reference.
See Also:
setInit(ExpCS), EssentialOCLCSPackage.getNavigatingArgCS_Init()
Generated
Model
containment="true"

setInit

void setInit(ExpCS value)
Sets the value of the 'Init' containment reference.

Parameters:
value - the new value of the 'Init' containment reference.
See Also:
getInit()
Generated