org.eclipse.gmt.umlx.eqvtrelation
Interface RelationalTransformation

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, Transformation

public interface RelationalTransformation
extends Transformation

A representation of the model object 'Relational Transformation'.

The following features are supported:

See Also:
EqvtRelationPackage.getRelationalTransformation()

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
 org.eclipse.emf.common.util.EList<Key> getOwnedKey()
          Returns the value of the 'Owned Key' containment reference list.
 Relation getRelation(java.lang.String name)
           
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtbase.Transformation
getExtends, getFunction, getModelParameter, getModelParameter, getOwnedTag, getRule, setExtends
 
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

getOwnedKey

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

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

Returns:
the value of the 'Owned Key' containment reference list.
See Also:
EqvtRelationPackage.getRelationalTransformation_OwnedKey(), Key.getTransformation()

getRelation

Relation getRelation(java.lang.String name)