org.eclipse.gmt.umlx.eqvtr.cst
Interface TopLevelCS

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface TopLevelCS
extends org.eclipse.ocl.internal.cst.CSTNode

A representation of the model object 'Top Level CS'.

The following features are supported:

See Also:
EqvtrCSTPackage.getTopLevelCS()

Method Summary
 org.eclipse.emf.common.util.EList<FilenameCS> getImportClause()
          Returns the value of the 'Import Clause' containment reference list.
 org.eclipse.emf.common.util.EList<TransformationCS> getTransformation()
          Returns the value of the 'Transformation' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode
getEndOffset, getStartOffset, setEndOffset, setStartOffset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getImportClause

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

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

Returns:
the value of the 'Import Clause' containment reference list.
See Also:
EqvtrCSTPackage.getTopLevelCS_ImportClause()

getTransformation

org.eclipse.emf.common.util.EList<TransformationCS> getTransformation()
Returns the value of the 'Transformation' containment reference list. The list contents are of type TransformationCS.

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

Returns:
the value of the 'Transformation' containment reference list.
See Also:
EqvtrCSTPackage.getTopLevelCS_Transformation()