org.eclipse.gmt.modisco.omg.smm
Interface SmmRelationship

All Superinterfaces:
SmmElement
All Known Subinterfaces:
CategoryRelationship, MeasurementRelationship, MeasureRelationship

public interface SmmRelationship
extends SmmElement

A representation of the model object 'Relationship'.

See Also:
SmmPackage.getSmmRelationship()
Generated:
Model:
interface="true" abstract="true"

Method Summary
 SmmElement getFrom()
           
 SmmElement getTo()
           
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getTo

SmmElement getTo()

Generated:
Model:
kind="operation" required="true"

getFrom

SmmElement getFrom()

Generated:
Model:
kind="operation" required="true"