org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
Interface NamedExpCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, ModelElementCS, MonikeredElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Subinterfaces:
DecoratedNamedExpCS, IndexExpCS, NameExpCS, NavigatingExpCS, PreExpCS, SimpleNamedExpCS, TypeNameExpCS
All Known Implementing Classes:
DecoratedNamedExpCSImpl, IndexExpCSImpl, NameExpCSImpl, NavigatingExpCSImpl, PreExpCSImpl, TypeNameExpCSImpl

public interface NamedExpCS
extends ExpCS

A representation of the model object 'Named Exp CS'.

See Also:
EssentialOCLCSTPackage.getNamedExpCS()
Generated
Model
interface="true" abstract="true"

Method Summary
 NamedElement getNamedElement()
           
 SimpleNamedExpCS getSimpleNamedExp()
           
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ExpCS
getParent, setParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
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

getNamedElement

NamedElement getNamedElement()

Generated
Model
kind="operation"

getSimpleNamedExp

SimpleNamedExpCS getSimpleNamedExp()

Generated
Model
kind="operation"