org.eclipse.ocl.examples.pivot
Interface ReferringElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, PivotObject
All Known Subinterfaces:
IterateExp, IteratorExp, OperationCallExp, PropertyCallExp, TypeExp, VariableExp
All Known Implementing Classes:
IterateExpImpl, IteratorExpImpl, OperationCallExpImpl, PropertyCallExpImpl, TypeExpImpl, VariableExpImpl

public interface ReferringElement
extends PivotObject

A representation of the model object 'Referring Element'.

See Also:
PivotPackage.getReferringElement()
Generated

Method Summary
 Element getReferredElement()
           
 
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

getReferredElement

Element getReferredElement()

Generated