org.eclipse.gmt.umlx.eqvtc.cst
Interface TransformationCS

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

public interface TransformationCS
extends IdentifiedCSTNode

A representation of the model object 'Transformation CS'.

The following features are supported:

See Also:
EqvtcCSTPackage.getTransformationCS()

Method Summary
 org.eclipse.emf.common.util.EList<DirectionCS> getDirections()
          Returns the value of the 'Directions' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtc.cst.IdentifiedCSTNode
getIdentifier, setIdentifier
 
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

getDirections

org.eclipse.emf.common.util.EList<DirectionCS> getDirections()
Returns the value of the 'Directions' containment reference list. The list contents are of type DirectionCS.

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

Returns:
the value of the 'Directions' containment reference list.
See Also:
EqvtcCSTPackage.getTransformationCS_Directions()