org.sintef.mofscript.MOFScriptModel
Interface MOFScriptTransformation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
MOFScriptAspect
All Known Implementing Classes:
MOFScriptAspectImpl, MOFScriptTransformationImpl

public interface MOFScriptTransformation
extends MOFScriptObject

A representation of the model object 'MOF Script Transformation'.

The following features are supported:

See Also:
MOFScriptModelPackage.getMOFScriptTransformation()

Method Summary
 org.eclipse.emf.common.util.EList getConstants()
          Returns the value of the 'Constants' containment reference list.
 MOFScriptTransformation getExtends()
          Returns the value of the 'Extends' reference
 java.lang.String getExtendsName()
          Returns the value of the 'Extends Name' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList getParameters()
          Returns the value of the 'Parameters' containment reference list.
 org.eclipse.emf.common.util.EList getTransformationrules()
          Returns the value of the 'Transformationrules' containment reference list.
 org.eclipse.emf.common.util.EList getVariables()
          Returns the value of the 'Variables' containment reference list.
 void setExtends(MOFScriptTransformation value)
          Sets the value of the 'Extends' reference
 void setExtendsName(java.lang.String value)
          Sets the value of the 'Extends Name' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptObject
getColumn, getComment, getLine, setColumn, setLine
 
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. The default value is "".

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), MOFScriptModelPackage.getMOFScriptTransformation_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getVariables

org.eclipse.emf.common.util.EList getVariables()
Returns the value of the 'Variables' containment reference list. The list contents are of type VariableDeclaration.

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

Returns:
the value of the 'Variables' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptTransformation_Variables()

getConstants

org.eclipse.emf.common.util.EList getConstants()
Returns the value of the 'Constants' containment reference list. The list contents are of type VariableDeclaration.

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

Returns:
the value of the 'Constants' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptTransformation_Constants()

getParameters

org.eclipse.emf.common.util.EList getParameters()
Returns the value of the 'Parameters' containment reference list. The list contents are of type MOFScriptParameter.

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

Returns:
the value of the 'Parameters' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptTransformation_Parameters()

getExtendsName

java.lang.String getExtendsName()
Returns the value of the 'Extends Name' attribute. The default value is "".

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

Returns:
the value of the 'Extends Name' attribute.
See Also:
setExtendsName(String), MOFScriptModelPackage.getMOFScriptTransformation_ExtendsName()

setExtendsName

void setExtendsName(java.lang.String value)
Sets the value of the 'Extends Name' attribute.

Parameters:
value - the new value of the 'Extends Name' attribute.
See Also:
getExtendsName()

getExtends

MOFScriptTransformation 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(MOFScriptTransformation), MOFScriptModelPackage.getMOFScriptTransformation_Extends()

setExtends

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

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

getTransformationrules

org.eclipse.emf.common.util.EList getTransformationrules()
Returns the value of the 'Transformationrules' containment reference list. The list contents are of type TransformationRule. It is bidirectional and its opposite is 'Owner'.

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

Returns:
the value of the 'Transformationrules' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptTransformation_Transformationrules(), TransformationRule.getOwner()