public interface RelationImplementation
A representation of the model object 'Relation Implementation'.
The following features are supported:
QvtrelationPackage.getRelationImplementation()
Method Summary | |
---|---|
Operation |
getImpl()
Returns the value of the 'Impl' reference. |
TypedModel |
getInDirectionOf()
Returns the value of the 'In Direction Of' reference. |
Relation |
getRelation()
Returns the value of the 'Relation' reference. |
void |
setImpl(Operation value)
Sets the value of the ' Impl ' reference. |
void |
setInDirectionOf(TypedModel value)
Sets the value of the ' In Direction Of ' reference. |
void |
setRelation(Relation value)
Sets the value of the ' Relation ' reference. |
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 |
---|
Relation getRelation()
Operational Impl
'.
If the meaning of the 'Relation' reference isn't clear, there really should be more of a description here...
setRelation(Relation)
,
QvtrelationPackage.getRelationImplementation_Relation()
,
Relation.getOperationalImpl()
void setRelation(Relation value)
Relation
' reference.
value
- the new value of the 'Relation' reference.getRelation()
Operation getImpl()
If the meaning of the 'Impl' reference isn't clear, there really should be more of a description here...
setImpl(Operation)
,
QvtrelationPackage.getRelationImplementation_Impl()
void setImpl(Operation value)
Impl
' reference.
value
- the new value of the 'Impl' reference.getImpl()
TypedModel getInDirectionOf()
If the meaning of the 'In Direction Of' reference isn't clear, there really should be more of a description here...
setInDirectionOf(TypedModel)
,
QvtrelationPackage.getRelationImplementation_InDirectionOf()
void setInDirectionOf(TypedModel value)
In Direction Of
' reference.
value
- the new value of the 'In Direction Of' reference.getInDirectionOf()