Public Member Functions | |
NormalizedValue (String caption, String description) | |
final Double | getValue (MeasurementStep step) |
Override String | getUnit (Project project) |
Protected Member Functions | |
abstract Double | getValue0 (MeasurementStep step) |
Static Private Member Functions | |
static Double | normalize (MeasurementStep step, Double value) |
Definition at line 528 of file MeasurementValue.java.
|
Definition at line 530 of file MeasurementValue.java. |
|
Returns mA/m or Am^2/kg depending on the normalization that the project uses. Definition at line 558 of file MeasurementValue.java. References ikayaki.Project.getNormalization(), ikayaki.Project.MASS, and ikayaki.Project.VOLUME. |
Here is the call graph for this function:
|
Calculates a specific normalized value from a measurement step.
Definition at line 542 of file MeasurementValue.java. References ikayaki.NormalizedValue.getValue0(), and ikayaki.NormalizedValue.normalize(). |
Here is the call graph for this function:
|
Calculates a specific NOT NORMALIZED value from a measurement step.
Referenced by ikayaki.NormalizedValue.getValue(). |
|
Normalizes a value by mass or volume, as specified in the project or step.
Definition at line 579 of file MeasurementValue.java. References ikayaki.Project.getMass(), ikayaki.MeasurementStep.getMass(), ikayaki.Project.getNormalization(), ikayaki.MeasurementStep.getProject(), ikayaki.Project.getVolume(), ikayaki.MeasurementStep.getVolume(), ikayaki.Project.MASS, and ikayaki.Project.VOLUME. Referenced by ikayaki.NormalizedValue.getValue(). |
Here is the call graph for this function: