|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MeasurementException | |
org.xspace.mx | Mx provides classes and interfaces defining units of measurements. |
org.xspace.mx.physics.immutable | This Mx package provides an implementation of the physics package with immutable classes. |
org.xspace.mx.physics.mutable | This Mx package provides an implementation of the physics package with mutable classes. |
Uses of MeasurementException in org.xspace.mx |
Methods in org.xspace.mx that throw MeasurementException | |
Measurement |
Measurement.plus(Measurement other)
Adds the other Measurement to this Measurement. |
Measurement |
Measurement.minus(Measurement other)
Subtracts the other Measurement to this Measurement. |
Uses of MeasurementException in org.xspace.mx.physics.immutable |
Methods in org.xspace.mx.physics.immutable that throw MeasurementException | |
Measurement |
BaseUnit.plus(Measurement other)
|
Measurement |
BaseUnit.minus(Measurement other)
|
protected Measurement |
BaseUnit.plusInternal(Measurement other)
|
protected Measurement |
BaseUnit.minusInternal(Measurement other)
|
Uses of MeasurementException in org.xspace.mx.physics.mutable |
Methods in org.xspace.mx.physics.mutable that throw MeasurementException | |
Measurement |
Immutable.minus(Measurement other)
|
Measurement |
Immutable.plus(Measurement other)
|
Measurement |
BaseUnit.plus(Measurement other)
|
Measurement |
BaseUnit.minus(Measurement other)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |