org.eclipse.ocl.expressions.impl
Class NavigationCallExpImpl<C,P>

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.ocl.expressions.impl.OCLExpressionImpl<C>
          extended by org.eclipse.ocl.expressions.impl.CallExpImpl<C>
              extended by org.eclipse.ocl.expressions.impl.FeatureCallExpImpl<C>
                  extended by 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:


Field Summary
protected  P navigationSource
          The cached value of the 'Navigation Source' reference
protected   qualifier
          The cached value of the 'Qualifier' containment reference list
 
Fields inherited from class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
MARKED_PRE_EDEFAULT, MARKED_PRE_EFLAG
 
Fields inherited from class org.eclipse.ocl.expressions.impl.CallExpImpl
PROPERTY_END_POSITION_EDEFAULT, PROPERTY_START_POSITION_EDEFAULT, propertyEndPosition, propertyStartPosition, source
 
Fields inherited from class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition
 
Constructor Summary
protected NavigationCallExpImpl()
           
 
Method Summary
 P basicGetNavigationSource()
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 P getNavigationSource()
           
  getQualifier()
           
 void setNavigationSource(P newNavigationSource)
           
 
Methods inherited from class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
isMarkedPre, setMarkedPre, toString
 
Methods inherited from class org.eclipse.ocl.expressions.impl.CallExpImpl
basicSetSource, eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSource
 
Methods inherited from class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
accept, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.ocl.expressions.NavigationCallExp
setNavigationSource
 
Methods inherited from interface org.eclipse.ocl.expressions.FeatureCallExp
isMarkedPre, setMarkedPre
 
Methods inherited from interface org.eclipse.ocl.expressions.CallExp
getSource, setSource
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 
Methods inherited from interface org.eclipse.ocl.utilities.CallingASTNode
getPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPosition
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 

Field Detail

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()
Constructor Detail

NavigationCallExpImpl

protected NavigationCallExpImpl()

Method Detail

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>

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.