|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseMeasurementRelationship
A representation of the model object 'Base Measurement Relationship'.
The following features are supported:
SmmPackage.getBaseMeasurementRelationship()
Method Summary | |
---|---|
CollectiveMeasurement |
getFrom()
Returns the value of the 'From' reference. |
DimensionalMeasurement |
getTo()
Returns the value of the 'To' reference. |
void |
setFrom(CollectiveMeasurement value)
Sets the value of the ' From ' reference. |
void |
setTo(DimensionalMeasurement 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 |
---|
CollectiveMeasurement getFrom()
Base Measurement To
'.
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom
in interface MeasurementRelationship
getFrom
in interface SmmRelationship
setFrom(CollectiveMeasurement)
,
SmmPackage.getBaseMeasurementRelationship_From()
,
CollectiveMeasurement.getBaseMeasurementTo()
void setFrom(CollectiveMeasurement value)
From
' reference.
value
- the new value of the 'From' reference.getFrom()
DimensionalMeasurement getTo()
Base Measurement From
'.
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo
in interface MeasurementRelationship
getTo
in interface SmmRelationship
setTo(DimensionalMeasurement)
,
SmmPackage.getBaseMeasurementRelationship_To()
,
DimensionalMeasurement.getBaseMeasurementFrom()
void setTo(DimensionalMeasurement value)
To
' reference.
value
- the new value of the 'To' reference.getTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |