org.eclipse.ocl.examples.pivot.util
Interface MorePivotable

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, PivotObject
All Known Subinterfaces:
ClassifierContextDeclCS, ContextDeclCS, FeatureContextDeclCS, OperationContextDeclCS, PackageDeclarationCS, PathNameDeclCS, PropertyContextDeclCS
All Known Implementing Classes:
ClassifierContextDeclCSImpl, ContextDeclCSImpl, FeatureContextDeclCSImpl, OperationContextDeclCSImpl, PackageDeclarationCSImpl, PathNameDeclCSImpl, PropertyContextDeclCSImpl

public interface MorePivotable
extends PivotObject

A MorePivotable object has references to additional pivot objects that should be treated as in use at the end of a CS2Pivot conversion.


Method Summary
 java.lang.Iterable<Element> getMorePivots()
           
 
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

getMorePivots

@NonNull
java.lang.Iterable<Element> getMorePivots()