org.eclipse.gmt.umlx.eqvtbase
Interface Transformation

All Superinterfaces:
org.eclipse.emf.ecore.EClass, org.eclipse.emf.ecore.EClassifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
RelationalTransformation

public interface Transformation
extends org.eclipse.emf.ecore.EClass, org.eclipse.emf.ecore.EPackage

A representation of the model object 'Transformation'.

The following features are supported:

See Also:
EqvtBasePackage.getTransformation()

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Method Summary
 Transformation getExtends()
          Returns the value of the 'Extends' reference.
 Function getFunction(java.lang.String name)
           
 org.eclipse.emf.common.util.EList<TypedModel> getModelParameter()
          Returns the value of the 'Model Parameter' containment reference list.
 TypedModel getModelParameter(java.lang.String name)
           
 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.emf.ecore.EClass
getEAllAttributes, getEAllContainments, getEAllGenericSuperTypes, getEAllOperations, getEAllReferences, getEAllStructuralFeatures, getEAllSuperTypes, getEAttributes, getEGenericSuperTypes, getEIDAttribute, getEOperations, getEReferences, getEStructuralFeature, getEStructuralFeature, getEStructuralFeatures, getESuperTypes, getFeatureCount, getFeatureID, isAbstract, isInterface, isSuperTypeOf, setAbstract, setInterface
 
Methods inherited from interface org.eclipse.emf.ecore.EClassifier
getClassifierID, getDefaultValue, getEPackage, getETypeParameters, getInstanceClass, getInstanceClassName, getInstanceTypeName, isInstance, setInstanceClass, setInstanceClassName, setInstanceTypeName
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 

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:
EqvtBasePackage.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:
EqvtBasePackage.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:
EqvtBasePackage.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), EqvtBasePackage.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()

getFunction

Function getFunction(java.lang.String name)


getModelParameter

TypedModel getModelParameter(java.lang.String name)