public interface Transformation
A representation of the model object 'Transformation'.
The following features are supported:
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 |
---|
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...
EqvtBasePackage.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...
EqvtBasePackage.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...
EqvtBasePackage.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)
,
EqvtBasePackage.getTransformation_Extends()
void setExtends(Transformation value)
Extends
' reference.
value
- the new value of the 'Extends' reference.getExtends()
Function getFunction(java.lang.String name)
TypedModel getModelParameter(java.lang.String name)