Package org.xspace.mx.physics.mutable

This Mx package provides an implementation of the physics package with mutable classes.

See:
          Description

Class Summary
AstronomicalUnit A Measurement representing an Astronomical Unit.
BaseUnit The class from which all other units in this package are derived.
Centimeter A Measurement representing a centimeter.
Day A Measurement representing a day.
Degree A Measurement representing an angular degree.
Foot A Measurement representing a foot.
Force A base unit from which other force units can be derived.
Hour A Measurement representing an hour.
Immutable An immutable wrapper for any other unit.
ImmutableAngle An immutable wrapper for other angular units.
ImmutableLength An immutable wrapper for other length units.
ImmutableMass An immutable wrapper for other mass units.
ImmutableTime An immutable wrapper for other time units.
Inch A Measurement representing an inch.
Kilogram A Measurement representing a kilogram.
Kilometer A Measurement representing a kilometer.
Meter A Measurement representing a meter.
Mile A Measurement representing a mile.
Minute A Measurement representing a minute.
Newton A Measurement representing a Newton.
PoundForce A Measurement representing a pound of force.
Radian A Measurement representing a radian.
Revolution A Measurement representing an angular revolution.
Second A Measurement representing a second.
SiderealDay A Measurement representing a sidereal day
Units Helpler class to provide easy access to standard measurements.
 

Package org.xspace.mx.physics.mutable Description

This Mx package provides an implementation of the physics package with mutable classes. Every call that returns a Measurement object is the original instance which has been modified by the action of that function call.

This package is more difficult to use than the immutable package. However, it also more resource-efficient and relatively faster.