org.eclipse.ocl.examples.xtext.base.baseCST
Interface RootCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Subinterfaces:
CompleteOCLDocumentCS, ContextCS, LibRootPackageCS, RootPackageCS
All Known Implementing Classes:
CompleteOCLDocumentCSImpl, ContextCSImpl, LibRootPackageCSImpl, RootPackageCSImpl

public interface RootCS
extends ModelElementCS

A representation of the model object 'Root CS'.

The following features are supported:

See Also:
BaseCSTPackage.getRootCS()
Generated
Model
interface="true" abstract="true" annotation="http://www.eclipse.org/emf/2002/Ecore constraints='TestConstraint'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL TestConstraint='true'"

Method Summary
 org.eclipse.emf.common.util.EList<ImportCS> getOwnedImport()
          Returns the value of the 'Owned Import' containment reference list.
 org.eclipse.emf.common.util.EList<LibraryCS> getOwnedLibrary()
          Returns the value of the 'Owned Library' containment reference list.
 
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

getOwnedImport

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

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

Returns:
the value of the 'Owned Import' containment reference list.
See Also:
BaseCSTPackage.getRootCS_OwnedImport()
Generated
Model
containment="true"

getOwnedLibrary

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

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

Returns:
the value of the 'Owned Library' containment reference list.
See Also:
BaseCSTPackage.getRootCS_OwnedLibrary()
Generated
Model
containment="true"