public interface Measurement extends SmmElement
The following features are supported:
SmmPackage.getMeasurement()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBreakValue()
Returns the value of the 'Break Value' attribute.
|
|
getEquivalentFrom()
Returns the value of the 'Equivalent From' reference list.
|
|
getEquivalentTo()
Returns the value of the 'Equivalent To' reference list.
|
java.lang.String |
getError()
Returns the value of the 'Error' attribute.
|
EObject |
getMeasurand()
Returns the value of the 'Measurand' reference.
|
java.lang.String |
getMeasureLabel() |
java.lang.String |
getMeasurementLabel() |
|
getMeasurementRelationships()
Returns the value of the 'Measurement Relationships' containment reference list.
|
|
getRecursiveFrom()
Returns the value of the 'Recursive From' reference list.
|
RecursiveMeasurementRelationship |
getRecursiveTo()
Returns the value of the 'Recursive To' reference.
|
|
getRefinementFrom()
Returns the value of the 'Refinement From' reference list.
|
|
getRefinementTo()
Returns the value of the 'Refinement To' reference list.
|
void |
setBreakValue(java.lang.String value)
Sets the value of the '
Break Value' attribute. |
void |
setError(java.lang.String value)
Sets the value of the '
Error' attribute. |
void |
setMeasurand(EObject value)
Sets the value of the '
Measurand' reference. |
void |
setRecursiveTo(RecursiveMeasurementRelationship value)
Sets the value of the '
Recursive To' reference. |
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionjava.lang.String getError()
If the meaning of the 'Error' attribute isn't clear, there really should be more of a description here...
setError(String),
SmmPackage.getMeasurement_Error()void setError(java.lang.String value)
Error' attribute.
value - the new value of the 'Error' attribute.getError()EObject getMeasurand()
If the meaning of the 'Measurand' reference isn't clear, there really should be more of a description here...
setMeasurand(EObject),
SmmPackage.getMeasurement_Measurand()void setMeasurand(EObject value)
Measurand' reference.
value - the new value of the 'Measurand' reference.getMeasurand()java.lang.String getBreakValue()
If the meaning of the 'Break Value' attribute isn't clear, there really should be more of a description here...
setBreakValue(String),
SmmPackage.getMeasurement_BreakValue()void setBreakValue(java.lang.String value)
Break Value' attribute.
value - the new value of the 'Break Value' attribute.getBreakValue()getRefinementTo()
RefinementMeasurementRelationship.
It is bidirectional and its opposite is 'From'.
If the meaning of the 'Refinement To' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasurement_RefinementTo(),
RefinementMeasurementRelationship.getFrom()getRefinementFrom()
RefinementMeasurementRelationship.
It is bidirectional and its opposite is 'To'.
If the meaning of the 'Refinement From' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasurement_RefinementFrom(),
RefinementMeasurementRelationship.getTo()getEquivalentTo()
EquivalentMeasurementRelationship.
It is bidirectional and its opposite is 'From'.
If the meaning of the 'Equivalent To' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasurement_EquivalentTo(),
EquivalentMeasurementRelationship.getFrom()getEquivalentFrom()
EquivalentMeasurementRelationship.
It is bidirectional and its opposite is 'To'.
If the meaning of the 'Equivalent From' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasurement_EquivalentFrom(),
EquivalentMeasurementRelationship.getTo()RecursiveMeasurementRelationship getRecursiveTo()
From'.
If the meaning of the 'Recursive To' reference isn't clear, there really should be more of a description here...
setRecursiveTo(RecursiveMeasurementRelationship),
SmmPackage.getMeasurement_RecursiveTo(),
RecursiveMeasurementRelationship.getFrom()void setRecursiveTo(RecursiveMeasurementRelationship value)
Recursive To' reference.
value - the new value of the 'Recursive To' reference.getRecursiveTo()getRecursiveFrom()
RecursiveMeasurementRelationship.
It is bidirectional and its opposite is 'To'.
If the meaning of the 'Recursive From' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasurement_RecursiveFrom(),
RecursiveMeasurementRelationship.getTo()getMeasurementRelationships()
MeasurementRelationship.
If the meaning of the 'Measurement Relationships' containment reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasurement_MeasurementRelationships()java.lang.String getMeasureLabel()
java.lang.String getMeasurementLabel()