public interface TopLevelCS
A representation of the model object 'Top Level CS'.
The following features are supported:
EqvtcCSTPackage.getTopLevelCS()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<MappingCS> |
getMappings()
Returns the value of the 'Mappings' containment reference list. |
org.eclipse.emf.common.util.EList<TransformationCS> |
getTransformations()
Returns the value of the 'Transformations' 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 |
---|
org.eclipse.emf.common.util.EList<MappingCS> getMappings()
MappingCS
.
If the meaning of the 'Mappings' containment reference list isn't clear, there really should be more of a description here...
EqvtcCSTPackage.getTopLevelCS_Mappings()
org.eclipse.emf.common.util.EList<TransformationCS> getTransformations()
TransformationCS
.
If the meaning of the 'Transformations' containment reference list isn't clear, there really should be more of a description here...
EqvtcCSTPackage.getTopLevelCS_Transformations()