org.eclipse.gmt.umlx.mm
Interface GAssociation

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GElement, GLinkElement, GModelElement, GSheetLink, GTransientCoModel, GTransientSheetLink, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GAssociationImpl

public interface GAssociation
extends GTransientSheetLink

A representation of the model object 'Association View'.

The following features are supported:

See Also:
MmPackage.getGAssociation()

Method Summary
 org.eclipse.emf.ecore.EReference getSourceReference()
          Returns the value of the 'Source Reference' reference.
 org.eclipse.emf.ecore.EReference getTargetReference()
          Returns the value of the 'Target Reference' reference.
 void setSourceReference(org.eclipse.emf.ecore.EReference value)
          Sets the value of the 'Source Reference' reference.
 void setTargetReference(org.eclipse.emf.ecore.EReference value)
          Sets the value of the 'Target Reference' reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GTransientCoModel
getCoModel, setCoModel
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GSheetLink
getSheet, setSheet
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GLinkElement
getBendpoints, getRouter, getSource, getTarget, setRouter, setSource, setTarget
 

Method Detail

getSourceReference

org.eclipse.emf.ecore.EReference getSourceReference()
Returns the value of the 'Source Reference' reference.

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

Returns:
the value of the 'Source Reference' reference.
See Also:
setSourceReference(EReference), MmPackage.getGAssociation_SourceReference()

setSourceReference

void setSourceReference(org.eclipse.emf.ecore.EReference value)
Sets the value of the 'Source Reference' reference.

Parameters:
value - the new value of the 'Source Reference' reference.
See Also:
getSourceReference()

getTargetReference

org.eclipse.emf.ecore.EReference getTargetReference()
Returns the value of the 'Target Reference' reference.

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

Returns:
the value of the 'Target Reference' reference.
See Also:
setTargetReference(EReference), MmPackage.getGAssociation_TargetReference()

setTargetReference

void setTargetReference(org.eclipse.emf.ecore.EReference value)
Sets the value of the 'Target Reference' reference.

Parameters:
value - the new value of the 'Target Reference' reference.
See Also:
getTargetReference()