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