org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
Interface CompleteOCLDocumentCS

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

public interface CompleteOCLDocumentCS
extends NamespaceCS, RootCS

A representation of the model object 'Document CS'.

The following features are supported:

See Also:
CompleteOCLCSPackage.getCompleteOCLDocumentCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<ContextDeclCS> getContexts()
          Returns the value of the 'Contexts' containment reference list.
 org.eclipse.emf.common.util.EList<IncludeCS> getOwnedInclude()
          Returns the value of the 'Owned Include' containment reference list.
 org.eclipse.emf.common.util.EList<PackageDeclarationCS> getPackages()
          Returns the value of the 'Packages' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.NamedElementCS
getName, setName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
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.basecs.RootCS
getOwnedImport, getOwnedLibrary
 

Method Detail

getPackages

org.eclipse.emf.common.util.EList<PackageDeclarationCS> getPackages()
Returns the value of the 'Packages' containment reference list. The list contents are of type PackageDeclarationCS.

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

Returns:
the value of the 'Packages' containment reference list.
See Also:
CompleteOCLCSPackage.getCompleteOCLDocumentCS_Packages()
Generated
Model
containment="true"

getContexts

org.eclipse.emf.common.util.EList<ContextDeclCS> getContexts()
Returns the value of the 'Contexts' containment reference list. The list contents are of type ContextDeclCS.

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

Returns:
the value of the 'Contexts' containment reference list.
See Also:
CompleteOCLCSPackage.getCompleteOCLDocumentCS_Contexts()
Generated
Model
containment="true"

getOwnedInclude

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

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

Returns:
the value of the 'Owned Include' containment reference list.
See Also:
CompleteOCLCSPackage.getCompleteOCLDocumentCS_OwnedInclude()
Generated
Model
containment="true"