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

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

public interface TransformationCS
extends org.eclipse.ocl.internal.cst.CSTNode

A representation of the model object 'Transformation CS'.

The following features are supported:

See Also:
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

getModelDecl

org.eclipse.emf.common.util.EList<ModelDeclCS> getModelDecl()
Returns the value of the 'Model Decl' containment reference list. The list contents are of type ModelDeclCS.

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

Returns:
the value of the 'Model Decl' containment reference list.
See Also:
EqvtrCSTPackage.getTransformationCS_ModelDecl()

getExtends

IdentifierCS getExtends()
Returns the value of the 'Extends' containment reference.

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

Returns:
the value of the 'Extends' containment reference.
See Also:
setExtends(IdentifierCS), EqvtrCSTPackage.getTransformationCS_Extends()

setExtends

void setExtends(IdentifierCS value)
Sets the value of the 'Extends' containment reference.

Parameters:
value - the new value of the 'Extends' containment reference.
See Also:
getExtends()

getIdentifier

IdentifierCS getIdentifier()
Returns the value of the 'Identifier' containment reference.

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

Returns:
the value of the 'Identifier' containment reference.
See Also:
setIdentifier(IdentifierCS), EqvtrCSTPackage.getTransformationCS_Identifier()

setIdentifier

void setIdentifier(IdentifierCS value)
Sets the value of the 'Identifier' containment reference.

Parameters:
value - the new value of the 'Identifier' containment reference.
See Also:
getIdentifier()

getKeyDecl

org.eclipse.emf.common.util.EList<KeyDeclCS> getKeyDecl()
Returns the value of the 'Key Decl' containment reference list. The list contents are of type KeyDeclCS.

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

Returns:
the value of the 'Key Decl' containment reference list.
See Also:
EqvtrCSTPackage.getTransformationCS_KeyDecl()

getQuery

org.eclipse.emf.common.util.EList<QueryCS> getQuery()
Returns the value of the 'Query' containment reference list. The list contents are of type QueryCS.

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

Returns:
the value of the 'Query' containment reference list.
See Also:
EqvtrCSTPackage.getTransformationCS_Query()

getRelation

org.eclipse.emf.common.util.EList<RelationCS> getRelation()
Returns the value of the 'Relation' containment reference list. The list contents are of type RelationCS.

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

Returns:
the value of the 'Relation' containment reference list.
See Also:
EqvtrCSTPackage.getTransformationCS_Relation()