public interface SEBaseRecord
extends org.eclipse.emf.ecore.EObject, com.hazelcast.nio.serialization.DataSerializable
The following features are supported:
SERecordPackage.getSEBaseRecord()| Modifier and Type | Method and Description |
|---|---|
double |
getMeasure()
Returns the value of the 'Measure' attribute.
|
double |
getResidual()
Returns the value of the 'Residual' attribute.
|
double |
getWeight()
Returns the value of the 'Weight' attribute.
|
void |
setMeasure(double value)
Sets the value of the '
Measure' attribute. |
void |
setResidual(double value)
Sets the value of the '
Residual' attribute. |
void |
setWeight(double value)
Sets the value of the '
Weight' attribute. |
void |
updateResidual(double estimation)
Update the Residual with the Estimation value
|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetdouble getWeight()
setWeight(double),
SERecordPackage.getSEBaseRecord_Weight()void setWeight(double value)
Weight' attribute.
value - the new value of the 'Weight' attribute.getWeight()double getMeasure()
"0.0".
Measurement value
setMeasure(double),
SERecordPackage.getSEBaseRecord_Measure()void setMeasure(double value)
Measure' attribute.
value - the new value of the 'Measure' attribute.getMeasure()double getResidual()
setResidual(double),
SERecordPackage.getSEBaseRecord_Residual()void setResidual(double value)
Residual' attribute.
value - the new value of the 'Residual' attribute.getResidual()void updateResidual(double estimation)