org.eclipse.ocl.expressions.impl
Class NavigationCallExpImpl<C,P>
java.lang.Object
EObjectImpl
org.eclipse.ocl.expressions.impl.OCLExpressionImpl<C>
org.eclipse.ocl.expressions.impl.CallExpImpl<C>
org.eclipse.ocl.expressions.impl.FeatureCallExpImpl<C>
org.eclipse.ocl.expressions.impl.NavigationCallExpImpl<C,P>
- All Implemented Interfaces:
- CallExp<C>, FeatureCallExp<C>, NavigationCallExp<C,P>, OCLExpression<C>, ASTNode, CallingASTNode, TypedElement<C>, Visitable
- Direct Known Subclasses:
- AssociationClassCallExpImpl, PropertyCallExpImpl
public abstract class NavigationCallExpImpl<C,P>
- extends FeatureCallExpImpl<C>
- implements NavigationCallExp<C,P>
An implementation of the model object 'Navigation Call Exp'.
The following features are implemented:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.ocl.utilities.Visitable |
accept |
qualifier
protected qualifier
- The cached value of the '
Qualifier
' containment reference list.
- See Also:
getQualifier()
navigationSource
protected P navigationSource
- The cached value of the '
Navigation Source
' reference.
- See Also:
getNavigationSource()
NavigationCallExpImpl
protected NavigationCallExpImpl()
-
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class FeatureCallExpImpl<C>
getQualifier
public getQualifier()
-
- Specified by:
getQualifier
in interface NavigationCallExp<C,P>
- Returns:
- the value of the 'Qualifier' containment reference list.
- See Also:
ExpressionsPackage.getNavigationCallExp_Qualifier()
getNavigationSource
public P getNavigationSource()
-
- Specified by:
getNavigationSource
in interface NavigationCallExp<C,P>
- Returns:
- the value of the 'Navigation Source' reference.
- See Also:
NavigationCallExp.setNavigationSource(Object)
,
ExpressionsPackage.getNavigationCallExp_NavigationSource()
basicGetNavigationSource
public P basicGetNavigationSource()
-
setNavigationSource
public void setNavigationSource(P newNavigationSource)
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
-
- Overrides:
eInverseRemove
in class CallExpImpl<C>
eGet
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Overrides:
eGet
in class FeatureCallExpImpl<C>
eSet
public void eSet(int featureID,
java.lang.Object newValue)
-
- Overrides:
eSet
in class FeatureCallExpImpl<C>
eUnset
public void eUnset(int featureID)
-
- Overrides:
eUnset
in class FeatureCallExpImpl<C>
eIsSet
public boolean eIsSet(int featureID)
-
- Overrides:
eIsSet
in class FeatureCallExpImpl<C>