org.eclipse.gmt.umlx.ucore
Interface UTypedModel

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
UTypedModelImpl

public interface UTypedModel
extends org.eclipse.emf.ecore.ENamedElement

A representation of the model object 'UTyped Model'.

The following features are supported:

See Also:
UcorePackage.getUTypedModel()

Method Summary
 org.eclipse.emf.common.util.EList getDependsOns()
          Returns the value of the 'Depends Ons' reference list.
 org.eclipse.emf.common.util.EList getUsedPackages()
          Returns the value of the 'Used Packages' reference list.
 UTransformation getUTransformation()
          Returns the value of the 'UTransformation' container reference.
 void setUTransformation(UTransformation value)
          Sets the value of the 'UTransformation' container reference.
 
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

getDependsOns

org.eclipse.emf.common.util.EList getDependsOns()
Returns the value of the 'Depends Ons' reference list. The list contents are of type UTypedModel.

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

Returns:
the value of the 'Depends Ons' reference list.
See Also:
UcorePackage.getUTypedModel_DependsOns()

getUTransformation

UTransformation getUTransformation()
Returns the value of the 'UTransformation' container reference. It is bidirectional and its opposite is 'UTyped Models'.

If the meaning of the 'Transformation' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'UTransformation' container reference.
See Also:
setUTransformation(UTransformation), UcorePackage.getUTypedModel_UTransformation(), UTransformation.getUTypedModels()

setUTransformation

void setUTransformation(UTransformation value)
Sets the value of the 'UTransformation' container reference.

Parameters:
value - the new value of the 'UTransformation' container reference.
See Also:
getUTransformation()

getUsedPackages

org.eclipse.emf.common.util.EList getUsedPackages()
Returns the value of the 'Used Packages' reference list. The list contents are of type EPackage.

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

Returns:
the value of the 'Used Packages' reference list.
See Also:
UcorePackage.getUTypedModel_UsedPackages()