This abstract class represents a physical model. Instances of this
class determinate the current quantities dimensions.
To select a model, one needs only to call the model select
static method. For example:[code]
public static void main(String[] args) {
// Global (LocalContext should be used for thread-local settings).
RelativisticModel.select();
...
[/code]
Selecting a predefined model automatically sets the dimension of
the
javax.measure.unit.BaseUnit base units .
author: Jean-Marie Dautelle version: 3.1, April 22, 2006 |