public interface Transformation
A representation of the model object 'Transformation'.
The following features are supported:
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 |
---|
org.eclipse.emf.common.util.EList<Tag> getOwnedTag()
Tag
.
If the meaning of the 'Owned Tag' containment reference list isn't clear, there really should be more of a description here...
QvtbasePackage.getTransformation_OwnedTag()
org.eclipse.emf.common.util.EList<TypedModel> getModelParameter()
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...
QvtbasePackage.getTransformation_ModelParameter()
,
TypedModel.getTransformation()
org.eclipse.emf.common.util.EList<Rule> getRule()
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...
QvtbasePackage.getTransformation_Rule()
,
Rule.getTransformation()
Transformation getExtends()
If the meaning of the 'Extends' reference isn't clear, there really should be more of a description here...
setExtends(Transformation)
,
QvtbasePackage.getTransformation_Extends()
void setExtends(Transformation value)
Extends
' reference.
value
- the new value of the 'Extends' reference.getExtends()