org.eclipse.gmt.umlx.ucore
Interface UTransformation

All Superinterfaces:
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 Implementing Classes:
UTransformationImpl

public interface UTransformation
extends org.eclipse.emf.ecore.EPackage

A representation of the model object 'UTransformation'.

The following features are supported:

See Also:
UcorePackage.getUTransformation()

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
 UTransformation getExtends()
          Returns the value of the 'Extends' reference.
 org.eclipse.emf.common.util.EList getUHelpers()
          Returns the value of the 'UHelpers' containment reference list.
 org.eclipse.emf.common.util.EList getUMappings()
          Returns the value of the 'UMappings' containment reference list.
 org.eclipse.emf.common.util.EList getUOrphanDomains()
          Returns the value of the 'UOrphan Domains' containment reference list.
 org.eclipse.emf.common.util.EList getUTypedModels()
          Returns the value of the 'UTyped Models' containment reference list.
 void setExtends(UTransformation value)
          Sets the value of the 'Extends' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
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
 

Method Detail

getExtends

UTransformation 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(UTransformation), UcorePackage.getUTransformation_Extends()

setExtends

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

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

getUTypedModels

org.eclipse.emf.common.util.EList getUTypedModels()
Returns the value of the 'UTyped Models' containment reference list. The list contents are of type UTypedModel. It is bidirectional and its opposite is 'UTransformation'.

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

Returns:
the value of the 'UTyped Models' containment reference list.
See Also:
UcorePackage.getUTransformation_UTypedModels(), UTypedModel.getUTransformation()

getUHelpers

org.eclipse.emf.common.util.EList getUHelpers()
Returns the value of the 'UHelpers' containment reference list. The list contents are of type UHelper. It is bidirectional and its opposite is 'UTransformation'.

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

Returns:
the value of the 'UHelpers' containment reference list.
See Also:
UcorePackage.getUTransformation_UHelpers(), UHelper.getUTransformation()

getUMappings

org.eclipse.emf.common.util.EList getUMappings()
Returns the value of the 'UMappings' containment reference list. The list contents are of type UMapping. It is bidirectional and its opposite is 'UTransformation'.

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

Returns:
the value of the 'UMappings' containment reference list.
See Also:
UcorePackage.getUTransformation_UMappings(), URule.getUTransformation()

getUOrphanDomains

org.eclipse.emf.common.util.EList getUOrphanDomains()
Returns the value of the 'UOrphan Domains' containment reference list. The list contents are of type UDomain.

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

Returns:
the value of the 'UOrphan Domains' containment reference list.
See Also:
UcorePackage.getUTransformation_UOrphanDomains()