org.eclipse.ocl.examples.pivot
Interface NavigationCallExp

All Superinterfaces:
CallExp, DomainCallExp, DomainElement, DomainExpression, DomainNamedElement, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, FeatureCallExp, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, OCLExpression, PivotObject, TypedElement, Visitable
All Known Subinterfaces:
AssociationClassCallExp, PropertyCallExp
All Known Implementing Classes:
AssociationClassCallExpImpl, NavigationCallExpImpl, PropertyCallExpImpl

public interface NavigationCallExp
extends FeatureCallExp

A representation of the model object 'Navigation Call Exp'.

The following features are supported:

See Also:
PivotPackage.getNavigationCallExp()
Generated

Method Summary
 Property getNavigationSource()
          Returns the value of the 'Navigation Source' reference.
 java.util.List<OCLExpression> getQualifier()
          Returns the value of the 'Qualifier' reference list.
 void setNavigationSource(Property value)
          Sets the value of the 'Navigation Source' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.FeatureCallExp
isPre, setIsPre
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.CallExp
createSource, getSource, isImplicit, setImplicit, setSource
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, isRequired, setIsRequired, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, getName, getOwnedAnnotation, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, createExtension, createOwnedComment, getETarget, getExtension, getOwnedComment, getValue
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainTypedElement
getTypeId
 

Method Detail

getQualifier

java.util.List<OCLExpression> getQualifier()
Returns the value of the 'Qualifier' reference list. The list contents are of type OCLExpression.

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

Returns:
the value of the 'Qualifier' reference list.
See Also:
PivotPackage.getNavigationCallExp_Qualifier()
Generated

getNavigationSource

Property getNavigationSource()
Returns the value of the 'Navigation Source' reference.

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

Returns:
the value of the 'Navigation Source' reference.
See Also:
setNavigationSource(Property), PivotPackage.getNavigationCallExp_NavigationSource()
Generated

setNavigationSource

void setNavigationSource(Property value)
Sets the value of the 'Navigation Source' reference.

Parameters:
value - the new value of the 'Navigation Source' reference.
See Also:
getNavigationSource()
Generated