org.eclipse.gmt.umlx.qvtoperational
Interface OperationalTransformation

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

public interface OperationalTransformation
extends Module

A representation of the model object 'Operational Transformation'.

The following features are supported:

See Also:
QvtoperationalPackage.getOperationalTransformation()

Method Summary
 org.eclipse.emf.common.util.EList<Class> getIntermediateClass()
          Returns the value of the 'Intermediate Class' reference list.
 org.eclipse.emf.common.util.EList<Property> getIntermediateProperty()
          Returns the value of the 'Intermediate Property' reference list.
 org.eclipse.emf.common.util.EList<ModelParameter> getModelParameter()
          Returns the value of the 'Model Parameter' containment reference list.
 RelationalTransformation getRefined()
          Returns the value of the 'Refined' reference.
 org.eclipse.emf.common.util.EList<Relation> getRelation()
          Returns the value of the 'Relation' containment reference list.
 void setRefined(RelationalTransformation value)
          Sets the value of the 'Refined' reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.qvtoperational.Module
getConfigProperty, getEntry, getIsBlackbox, getModuleImport, getOwnedTag, getUsedModelType, setEntry, setIsBlackbox
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Class
getIsAbstract, getOwnedAttribute, getOwnedOperation, getSuperClass, setIsAbstract
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Type
getPackage, setPackage
 
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
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Package
getNestedPackage, getOwnedType, getUri, setUri
 

Method Detail

getIntermediateClass

org.eclipse.emf.common.util.EList<Class> getIntermediateClass()
Returns the value of the 'Intermediate Class' reference list. The list contents are of type Class.

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

Returns:
the value of the 'Intermediate Class' reference list.
See Also:
QvtoperationalPackage.getOperationalTransformation_IntermediateClass()

getRefined

RelationalTransformation getRefined()
Returns the value of the 'Refined' reference.

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

Returns:
the value of the 'Refined' reference.
See Also:
setRefined(RelationalTransformation), QvtoperationalPackage.getOperationalTransformation_Refined()

setRefined

void setRefined(RelationalTransformation value)
Sets the value of the 'Refined' reference.

Parameters:
value - the new value of the 'Refined' reference.
See Also:
getRefined()

getIntermediateProperty

org.eclipse.emf.common.util.EList<Property> getIntermediateProperty()
Returns the value of the 'Intermediate Property' reference list. The list contents are of type Property.

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

Returns:
the value of the 'Intermediate Property' reference list.
See Also:
QvtoperationalPackage.getOperationalTransformation_IntermediateProperty()

getModelParameter

org.eclipse.emf.common.util.EList<ModelParameter> getModelParameter()
Returns the value of the 'Model Parameter' containment reference list. The list contents are of type ModelParameter.

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

Returns:
the value of the 'Model Parameter' containment reference list.
See Also:
QvtoperationalPackage.getOperationalTransformation_ModelParameter()

getRelation

org.eclipse.emf.common.util.EList<Relation> getRelation()
Returns the value of the 'Relation' containment reference list. The list contents are of type Relation.

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

Returns:
the value of the 'Relation' containment reference list.
See Also:
QvtoperationalPackage.getOperationalTransformation_Relation()