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

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

public interface CompleteOCLDocumentCS
extends RootPackageCS

A representation of the model object 'Document CS'.

The following features are supported:

See Also:
CompleteOCLCSTPackage.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.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.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
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.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:
CompleteOCLCSTPackage.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:
CompleteOCLCSTPackage.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:
CompleteOCLCSTPackage.getCompleteOCLDocumentCS_OwnedInclude()
Generated
Model
containment="true"