org.eclipse.gmt.umlx.qvtbase
Interface TypedModel

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier, Object

public interface TypedModel
extends NamedElement

A representation of the model object 'Typed Model'.

The following features are supported:

See Also:
QvtbasePackage.getTypedModel()

Method Summary
 org.eclipse.emf.common.util.EList<TypedModel> getDependsOn()
          Returns the value of the 'Depends On' reference list.
 Transformation getTransformation()
          Returns the value of the 'Transformation' container reference.
 org.eclipse.emf.common.util.EList<Package> getUsedPackage()
          Returns the value of the 'Used Package' reference list.
 void setTransformation(Transformation value)
          Sets the value of the 'Transformation' container reference.
 
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
 

Method Detail

getTransformation

Transformation getTransformation()
Returns the value of the 'Transformation' container reference. It is bidirectional and its opposite is 'Model Parameter'.

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 'Transformation' container reference.
See Also:
setTransformation(Transformation), QvtbasePackage.getTypedModel_Transformation(), Transformation.getModelParameter()

setTransformation

void setTransformation(Transformation value)
Sets the value of the 'Transformation' container reference.

Parameters:
value - the new value of the 'Transformation' container reference.
See Also:
getTransformation()

getUsedPackage

org.eclipse.emf.common.util.EList<Package> getUsedPackage()
Returns the value of the 'Used Package' reference list. The list contents are of type Package.

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

Returns:
the value of the 'Used Package' reference list.
See Also:
QvtbasePackage.getTypedModel_UsedPackage()

getDependsOn

org.eclipse.emf.common.util.EList<TypedModel> getDependsOn()
Returns the value of the 'Depends On' reference list. The list contents are of type TypedModel.

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

Returns:
the value of the 'Depends On' reference list.
See Also:
QvtbasePackage.getTypedModel_DependsOn()