public interface Measurement extends SmmElement
The following features are supported:
SmmPackage.getMeasurement()| Modifier and Type | Method and Description |
|---|---|
String |
getBreakValue()
Returns the value of the 'Break Value' attribute.
|
org.eclipse.emf.common.util.EList<EquivalentMeasurementRelationship> |
getEquivalentFrom()
Returns the value of the 'Equivalent From' reference list.
|
org.eclipse.emf.common.util.EList<EquivalentMeasurementRelationship> |
getEquivalentTo()
Returns the value of the 'Equivalent To' reference list.
|
String |
getError()
Returns the value of the 'Error' attribute.
|
org.eclipse.emf.common.util.EList<MeasurementRelationship> |
getInbound()
Returns the value of the 'Inbound' reference list.
|
org.eclipse.emf.ecore.EObject |
getMeasurand()
Returns the value of the 'Measurand' reference.
|
String |
getMeasureLabel() |
String |
getMeasurementLabel() |
org.eclipse.emf.common.util.EList<MeasurementRelationship> |
getMeasurementRelationships()
Returns the value of the 'Measurement Relationships' containment reference list.
|
ObservedMeasure |
getObservedMeasure()
Returns the value of the 'Observed Measure' container reference.
|
org.eclipse.emf.common.util.EList<MeasurementRelationship> |
getOutbound()
Returns the value of the 'Outbound' reference list.
|
org.eclipse.emf.common.util.EList<RefinementMeasurementRelationship> |
getRefinementFrom()
Returns the value of the 'Refinement From' reference list.
|
org.eclipse.emf.common.util.EList<RefinementMeasurementRelationship> |
getRefinementTo()
Returns the value of the 'Refinement To' reference list.
|
void |
setBreakValue(String value)
Sets the value of the '
Break Value' attribute. |
void |
setError(String value)
Sets the value of the '
Error' attribute. |
void |
setMeasurand(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Measurand' reference. |
void |
setObservedMeasure(ObservedMeasure value)
Sets the value of the '
Observed Measure' container reference. |
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescriptionString getBreakValue()
setBreakValue(String),
SmmPackage.getMeasurement_BreakValue()void setBreakValue(String value)
Break Value' attribute.
value - the new value of the 'Break Value' attribute.getBreakValue()String getError()
setError(String),
SmmPackage.getMeasurement_Error()void setError(String value)
Error' attribute.
value - the new value of the 'Error' attribute.getError()org.eclipse.emf.common.util.EList<MeasurementRelationship> getMeasurementRelationships()
MeasurementRelationship.
SmmPackage.getMeasurement_MeasurementRelationships()org.eclipse.emf.common.util.EList<EquivalentMeasurementRelationship> getEquivalentFrom()
EquivalentMeasurementRelationship.
SmmPackage.getMeasurement_EquivalentFrom()org.eclipse.emf.common.util.EList<EquivalentMeasurementRelationship> getEquivalentTo()
EquivalentMeasurementRelationship.
SmmPackage.getMeasurement_EquivalentTo()org.eclipse.emf.common.util.EList<MeasurementRelationship> getOutbound()
MeasurementRelationship.
SmmPackage.getMeasurement_Outbound()org.eclipse.emf.common.util.EList<MeasurementRelationship> getInbound()
MeasurementRelationship.
SmmPackage.getMeasurement_Inbound()org.eclipse.emf.common.util.EList<RefinementMeasurementRelationship> getRefinementTo()
RefinementMeasurementRelationship.
SmmPackage.getMeasurement_RefinementTo()org.eclipse.emf.common.util.EList<RefinementMeasurementRelationship> getRefinementFrom()
RefinementMeasurementRelationship.
SmmPackage.getMeasurement_RefinementFrom()ObservedMeasure getObservedMeasure()
Measurements'.
setObservedMeasure(ObservedMeasure),
SmmPackage.getMeasurement_ObservedMeasure(),
ObservedMeasure.getMeasurements()void setObservedMeasure(ObservedMeasure value)
Observed Measure' container reference.
value - the new value of the 'Observed Measure' container reference.getObservedMeasure()org.eclipse.emf.ecore.EObject getMeasurand()
setMeasurand(EObject),
SmmPackage.getMeasurement_Measurand()void setMeasurand(org.eclipse.emf.ecore.EObject value)
Measurand' reference.
value - the new value of the 'Measurand' reference.getMeasurand()String getMeasureLabel()
String getMeasurementLabel()
Copyright © 2018–2020 Atlanmod. All rights reserved.