public interface DirectionCS
A representation of the model object 'Direction CS'.
The following features are supported:
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 |
---|
org.eclipse.emf.common.util.EList<org.eclipse.ocl.internal.cst.PathNameCS> getImports()
PathNameCS
.
If the meaning of the 'Imports' containment reference list isn't clear, there really should be more of a description here...
EqvtcCSTPackage.getDirectionCS_Imports()
org.eclipse.emf.common.util.EList<IdentifierCS> getUses()
IdentifierCS
.
If the meaning of the 'Uses' containment reference list isn't clear, there really should be more of a description here...
EqvtcCSTPackage.getDirectionCS_Uses()