org.eclipse.gmt.umlx.eqvtrelation
Interface Key

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Key
extends org.eclipse.emf.ecore.EModelElement

A representation of the model object 'Key'.

The following features are supported:

See Also:
EqvtRelationPackage.getKey()

Method Summary
 org.eclipse.emf.ecore.EClass getIdentifies()
          Returns the value of the 'Identifies' reference.
 org.eclipse.emf.common.util.EList<PropertyId> getPart()
          Returns the value of the 'Part' containment reference list.
 RelationalTransformation getTransformation()
          Returns the value of the 'Transformation' container reference.
 void setIdentifies(org.eclipse.emf.ecore.EClass value)
          Sets the value of the 'Identifies' reference.
 void setTransformation(RelationalTransformation value)
          Sets the value of the 'Transformation' 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

getIdentifies

org.eclipse.emf.ecore.EClass getIdentifies()
Returns the value of the 'Identifies' reference.

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

Returns:
the value of the 'Identifies' reference.
See Also:
setIdentifies(EClass), EqvtRelationPackage.getKey_Identifies()

setIdentifies

void setIdentifies(org.eclipse.emf.ecore.EClass value)
Sets the value of the 'Identifies' reference.

Parameters:
value - the new value of the 'Identifies' reference.
See Also:
getIdentifies()

getPart

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

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

Returns:
the value of the 'Part' containment reference list.
See Also:
EqvtRelationPackage.getKey_Part()

getTransformation

RelationalTransformation getTransformation()
Returns the value of the 'Transformation' container reference. It is bidirectional and its opposite is 'Owned Key'.

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

Returns:
the value of the 'Transformation' container reference.
See Also:
setTransformation(RelationalTransformation), EqvtRelationPackage.getKey_Transformation(), RelationalTransformation.getOwnedKey()

setTransformation

void setTransformation(RelationalTransformation value)
Sets the value of the 'Transformation' container reference.

Parameters:
value - the new value of the 'Transformation' container reference.
See Also:
getTransformation()