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

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

public interface DirectionCS
extends IdentifiedCSTNode

A representation of the model object 'Direction CS'.

The following features are supported:

See Also:
EqvtcCSTPackage.getDirectionCS()

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.ocl.internal.cst.PathNameCS> getImports()
          Returns the value of the 'Imports' containment reference list.
 org.eclipse.emf.common.util.EList<IdentifierCS> getUses()
          Returns the value of the 'Uses' 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

getImports

org.eclipse.emf.common.util.EList<org.eclipse.ocl.internal.cst.PathNameCS> getImports()
Returns the value of the 'Imports' containment reference list. The list contents are of type PathNameCS.

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

Returns:
the value of the 'Imports' containment reference list.
See Also:
EqvtcCSTPackage.getDirectionCS_Imports()

getUses

org.eclipse.emf.common.util.EList<IdentifierCS> getUses()
Returns the value of the 'Uses' containment reference list. The list contents are of type IdentifierCS.

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

Returns:
the value of the 'Uses' containment reference list.
See Also:
EqvtcCSTPackage.getDirectionCS_Uses()