public interface TransformationCS
A representation of the model object 'Transformation CS'.
The following features are supported:
EqvtrCSTPackage.getTransformationCS()
Method Summary | |
---|---|
IdentifierCS |
getExtends()
Returns the value of the 'Extends' containment reference. |
IdentifierCS |
getIdentifier()
Returns the value of the 'Identifier' containment reference. |
org.eclipse.emf.common.util.EList<KeyDeclCS> |
getKeyDecl()
Returns the value of the 'Key Decl' containment reference list. |
org.eclipse.emf.common.util.EList<ModelDeclCS> |
getModelDecl()
Returns the value of the 'Model Decl' containment reference list. |
org.eclipse.emf.common.util.EList<QueryCS> |
getQuery()
Returns the value of the 'Query' containment reference list. |
org.eclipse.emf.common.util.EList<RelationCS> |
getRelation()
Returns the value of the 'Relation' containment reference list. |
void |
setExtends(IdentifierCS value)
Sets the value of the ' Extends ' containment reference. |
void |
setIdentifier(IdentifierCS value)
Sets the value of the ' Identifier ' containment reference. |
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<ModelDeclCS> getModelDecl()
ModelDeclCS
.
If the meaning of the 'Model Decl' containment reference list isn't clear, there really should be more of a description here...
EqvtrCSTPackage.getTransformationCS_ModelDecl()
IdentifierCS getExtends()
If the meaning of the 'Extends' containment reference list isn't clear, there really should be more of a description here...
setExtends(IdentifierCS)
,
EqvtrCSTPackage.getTransformationCS_Extends()
void setExtends(IdentifierCS value)
Extends
' containment reference.
value
- the new value of the 'Extends' containment reference.getExtends()
IdentifierCS getIdentifier()
If the meaning of the 'Identifier' containment reference isn't clear, there really should be more of a description here...
setIdentifier(IdentifierCS)
,
EqvtrCSTPackage.getTransformationCS_Identifier()
void setIdentifier(IdentifierCS value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
org.eclipse.emf.common.util.EList<KeyDeclCS> getKeyDecl()
KeyDeclCS
.
If the meaning of the 'Key Decl' containment reference list isn't clear, there really should be more of a description here...
EqvtrCSTPackage.getTransformationCS_KeyDecl()
org.eclipse.emf.common.util.EList<QueryCS> getQuery()
QueryCS
.
If the meaning of the 'Query' containment reference list isn't clear, there really should be more of a description here...
EqvtrCSTPackage.getTransformationCS_Query()
org.eclipse.emf.common.util.EList<RelationCS> getRelation()
RelationCS
.
If the meaning of the 'Relation' containment reference list isn't clear, there really should be more of a description here...
EqvtrCSTPackage.getTransformationCS_Relation()