org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
Interface LibRootPackageCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, Nameable, NamedElementCS, NamespaceCS, org.eclipse.emf.common.notify.Notifier, PackageCS, Pivotable, PivotableElementCS, PivotObject, RootCS, RootPackageCS, VisitableCS
All Known Implementing Classes:
LibRootPackageCSImpl

public interface LibRootPackageCS
extends RootPackageCS

A representation of the model object 'Lib Root Package CS'.

The following features are supported:

See Also:
OCLstdlibCSTPackage.getLibRootPackageCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<PrecedenceCS> getOwnedPrecedence()
          Returns the value of the 'Owned Precedence' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PackageCS
getClassifier, getNsPrefix, getNsURI, getOwnedNestedPackage, getOwnedType, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.NamedElementCS
getName, setName
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.RootCS
getOwnedImport, getOwnedLibrary
 

Method Detail

getOwnedPrecedence

org.eclipse.emf.common.util.EList<PrecedenceCS> getOwnedPrecedence()
Returns the value of the 'Owned Precedence' containment reference list. The list contents are of type PrecedenceCS.

If the meaning of the 'Owned Precedence' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Precedence' containment reference list.
See Also:
OCLstdlibCSTPackage.getLibRootPackageCS_OwnedPrecedence()
Generated
Model
containment="true"