org.eclipse.ocl.ecore.impl
Class NavigationCallExpImpl

java.lang.Object
  extended by ETypedElementImpl
      extended by org.eclipse.ocl.ecore.impl.OCLExpressionImpl
          extended by org.eclipse.ocl.ecore.impl.CallExpImpl
              extended by org.eclipse.ocl.ecore.impl.FeatureCallExpImpl
                  extended by org.eclipse.ocl.ecore.impl.NavigationCallExpImpl
All Implemented Interfaces:
CallExp<EClassifier>, FeatureCallExp<EClassifier>, NavigationCallExp<EClassifier,EStructuralFeature>, OCLExpression<EClassifier>, ASTNode, CallingASTNode, TypedElement<EClassifier>, Visitable
Direct Known Subclasses:
AssociationClassCallExpImpl, PropertyCallExpImpl

public abstract class NavigationCallExpImpl
extends FeatureCallExpImpl
implements NavigationCallExp

An implementation of the model object 'Navigation Call Exp'.

The following features are implemented:


Field Summary
protected  EStructuralFeature 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.ecore.impl.FeatureCallExpImpl
MARKED_PRE_EDEFAULT, markedPre
 
Fields inherited from class org.eclipse.ocl.ecore.impl.CallExpImpl
PROPERTY_END_POSITION_EDEFAULT, PROPERTY_START_POSITION_EDEFAULT, propertyEndPosition, propertyStartPosition, source
 
Fields inherited from class org.eclipse.ocl.ecore.impl.OCLExpressionImpl
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition
 
Constructor Summary
protected NavigationCallExpImpl()
           
 
Method Summary
 EStructuralFeature basicGetNavigationSource()
           
 int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)
           
 int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)
           
 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)
           
 EStructuralFeature getNavigationSource()
           
  getQualifier()
           
 void setNavigationSource(EStructuralFeature newNavigationSource)
           
 
Methods inherited from class org.eclipse.ocl.ecore.impl.FeatureCallExpImpl
isMarkedPre, setMarkedPre, toString
 
Methods inherited from class org.eclipse.ocl.ecore.impl.CallExpImpl
basicSetSource, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSource
 
Methods inherited from class org.eclipse.ocl.ecore.impl.OCLExpressionImpl
accept, getEndPosition, getStartPosition, getType, setEndPosition, 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.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.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
 
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
 
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 EStructuralFeature 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

getQualifier

public  getQualifier()

Specified by:
getQualifier in interface NavigationCallExp<EClassifier,EStructuralFeature>
Returns:
the value of the 'Qualifier' containment reference list.
See Also:
ExpressionsPackage.getNavigationCallExp_Qualifier()

getNavigationSource

public EStructuralFeature getNavigationSource()

Specified by:
getNavigationSource in interface NavigationCallExp<EClassifier,EStructuralFeature>
Returns:
the value of the 'Navigation Source' reference.
See Also:
NavigationCallExp.setNavigationSource(Object), ExpressionsPackage.getNavigationCallExp_NavigationSource()

basicGetNavigationSource

public EStructuralFeature basicGetNavigationSource()


setNavigationSource

public void setNavigationSource(EStructuralFeature newNavigationSource)

Specified by:
setNavigationSource in interface NavigationCallExp<EClassifier,EStructuralFeature>
Parameters:
newNavigationSource - the new value of the 'Navigation Source' reference.
See Also:
NavigationCallExp.getNavigationSource()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

Overrides:
eInverseRemove in class CallExpImpl

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Overrides:
eGet in class FeatureCallExpImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Overrides:
eSet in class FeatureCallExpImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class FeatureCallExpImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class FeatureCallExpImpl

eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    java.lang.Class<?> baseClass)

Overrides:
eBaseStructuralFeatureID in class FeatureCallExpImpl

eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       java.lang.Class<?> baseClass)

Overrides:
eDerivedStructuralFeatureID in class FeatureCallExpImpl

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