org.eclipse.gmt.umlx.qvtbase
Interface Transformation

All Superinterfaces:
Class, Element, org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier, Object, Package, Type
All Known Subinterfaces:
RelationalTransformation

public interface Transformation
extends Class, Package

A representation of the model object 'Transformation'.

The following features are supported:

See Also:
QvtbasePackage.getTransformation()

Method Summary
 Transformation getExtends()
          Returns the value of the 'Extends' reference.
 org.eclipse.emf.common.util.EList<TypedModel> getModelParameter()
          Returns the value of the 'Model Parameter' containment reference list.
 org.eclipse.emf.common.util.EList<Tag> getOwnedTag()
          Returns the value of the 'Owned Tag' containment reference list.
 org.eclipse.emf.common.util.EList<Rule> getRule()
          Returns the value of the 'Rule' containment reference list.
 void setExtends(Transformation value)
          Sets the value of the 'Extends' reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Class
getIsAbstract, getOwnedAttribute, getOwnedOperation, getSuperClass, setIsAbstract
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Type
getPackage, setPackage
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement
getName, setName
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element
getOwnedComment, getTag
 
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
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Package
getNestedPackage, getOwnedType, getUri, setUri
 

Method Detail

getOwnedTag

org.eclipse.emf.common.util.EList<Tag> getOwnedTag()
Returns the value of the 'Owned Tag' containment reference list. The list contents are of type Tag.

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

Returns:
the value of the 'Owned Tag' containment reference list.
See Also:
QvtbasePackage.getTransformation_OwnedTag()

getModelParameter

org.eclipse.emf.common.util.EList<TypedModel> getModelParameter()
Returns the value of the 'Model Parameter' containment reference list. The list contents are of type TypedModel. It is bidirectional and its opposite is 'Transformation'.

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

Returns:
the value of the 'Model Parameter' containment reference list.
See Also:
QvtbasePackage.getTransformation_ModelParameter(), TypedModel.getTransformation()

getRule

org.eclipse.emf.common.util.EList<Rule> getRule()
Returns the value of the 'Rule' containment reference list. The list contents are of type Rule. It is bidirectional and its opposite is 'Transformation'.

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

Returns:
the value of the 'Rule' containment reference list.
See Also:
QvtbasePackage.getTransformation_Rule(), Rule.getTransformation()

getExtends

Transformation getExtends()
Returns the value of the 'Extends' reference.

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

Returns:
the value of the 'Extends' reference.
See Also:
setExtends(Transformation), QvtbasePackage.getTransformation_Extends()

setExtends

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

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