public interface TypedModel
A representation of the model object 'Typed Model'.
The following features are supported:
EqvtBasePackage.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<org.eclipse.emf.ecore.EPackage> |
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.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 |
---|
Transformation getTransformation()
Model Parameter
'.
If the meaning of the 'Transformation' container reference isn't clear, there really should be more of a description here...
setTransformation(Transformation)
,
EqvtBasePackage.getTypedModel_Transformation()
,
Transformation.getModelParameter()
void setTransformation(Transformation value)
Transformation
' container reference.
value
- the new value of the 'Transformation' container reference.getTransformation()
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> getUsedPackage()
EPackage
.
If the meaning of the 'Used Package' reference list isn't clear, there really should be more of a description here...
EqvtBasePackage.getTypedModel_UsedPackage()
org.eclipse.emf.common.util.EList<TypedModel> getDependsOn()
TypedModel
.
If the meaning of the 'Depends On' reference list isn't clear, there really should be more of a description here...
EqvtBasePackage.getTypedModel_DependsOn()