public interface OperationalTransformation
A representation of the model object 'Operational Transformation'.
The following features are supported:
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 |
---|
org.eclipse.emf.common.util.EList<Class> getIntermediateClass()
Class
.
If the meaning of the 'Intermediate Class' reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getOperationalTransformation_IntermediateClass()
RelationalTransformation getRefined()
If the meaning of the 'Refined' reference isn't clear, there really should be more of a description here...
setRefined(RelationalTransformation)
,
QvtoperationalPackage.getOperationalTransformation_Refined()
void setRefined(RelationalTransformation value)
Refined
' reference.
value
- the new value of the 'Refined' reference.getRefined()
org.eclipse.emf.common.util.EList<Property> getIntermediateProperty()
Property
.
If the meaning of the 'Intermediate Property' reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getOperationalTransformation_IntermediateProperty()
org.eclipse.emf.common.util.EList<ModelParameter> getModelParameter()
ModelParameter
.
If the meaning of the 'Model Parameter' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getOperationalTransformation_ModelParameter()
org.eclipse.emf.common.util.EList<Relation> getRelation()
Relation
.
If the meaning of the 'Relation' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getOperationalTransformation_Relation()