org.eclipse.modisco.omg.smm
Interface CategoryRelationship

All Superinterfaces:
SmmElement, SmmRelationship

public interface CategoryRelationship
extends SmmRelationship

A representation of the model object 'Category Relationship'.

The following features are supported:

See Also:
SmmPackage.getCategoryRelationship()
Generated:
Model:

Method Summary
 MeasureCategory getFrom()
          Returns the value of the 'From' reference.
 AbstractMeasureElement getTo()
          Returns the value of the 'To' reference.
 void setFrom(MeasureCategory value)
          Sets the value of the 'From' reference.
 void setTo(AbstractMeasureElement value)
          Sets the value of the 'To' reference.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getFrom

MeasureCategory getFrom()
Returns the value of the 'From' reference.

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

Specified by:
getFrom in interface SmmRelationship
Returns:
the value of the 'From' reference.
See Also:
setFrom(MeasureCategory), SmmPackage.getCategoryRelationship_From()
Generated:
Model:
required="true"

setFrom

void setFrom(MeasureCategory value)
Sets the value of the 'From' reference.

Parameters:
value - the new value of the 'From' reference.
See Also:
getFrom()
Generated:

getTo

AbstractMeasureElement getTo()
Returns the value of the 'To' reference.

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

Specified by:
getTo in interface SmmRelationship
Returns:
the value of the 'To' reference.
See Also:
setTo(AbstractMeasureElement), SmmPackage.getCategoryRelationship_To()
Generated:
Model:
required="true"

setTo

void setTo(AbstractMeasureElement value)
Sets the value of the 'To' reference.

Parameters:
value - the new value of the 'To' reference.
See Also:
getTo()
Generated: