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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, ModelElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Subinterfaces:
ConstructorExpCS, IndexExpCS, InvocationExpCS, NameExpCS
All Known Implementing Classes:
ConstructorExpCSImpl, IndexExpCSImpl, InvocationExpCSImpl, NameExpCSImpl

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()
           
 NameExpCS getNameExp()
           
 
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.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription, getLogicalParent
 
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

getNameExp

NameExpCS getNameExp()

Generated
Model
kind="operation"

getNamedElement

NamedElement getNamedElement()

Generated
Model
kind="operation"