|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MeasurementRelationship
A representation of the model object 'Measurement Relationship'.
The following features are supported:
SmmPackage.getMeasurementRelationship()| Method Summary | |
|---|---|
Measurement |
getFrom()
Returns the value of the 'From' reference. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
Measurement |
getTo()
Returns the value of the 'To' reference. |
void |
setFrom(Measurement value)
Sets the value of the ' From' reference. |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute. |
void |
setTo(Measurement value)
Sets the value of the ' To' reference. |
| Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement |
|---|
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel |
| Method Detail |
|---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
SmmPackage.getMeasurementRelationship_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Measurement getFrom()
Out Measurement'.
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface SmmRelationshipsetFrom(Measurement),
SmmPackage.getMeasurementRelationship_From(),
Measurement.getOutMeasurement()void setFrom(Measurement value)
From' reference.
value - the new value of the 'From' reference.getFrom()Measurement getTo()
In Measurement'.
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface SmmRelationshipsetTo(Measurement),
SmmPackage.getMeasurementRelationship_To(),
Measurement.getInMeasurement()void setTo(Measurement 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 | |||||||||