Uses of Class
tech.units.indriya.spi.DimensionalModel
-
Packages that use DimensionalModel Package Description tech.units.indriya.spi -
-
Uses of DimensionalModel in tech.units.indriya.spi
Subclasses of DimensionalModel in tech.units.indriya.spi Modifier and Type Class Description (package private) class
StandardModel
Provides support for Dimensional Analysis.Fields in tech.units.indriya.spi declared as DimensionalModel Modifier and Type Field Description private static DimensionalModel
DimensionalModel. currentModel
Holds the current model.Methods in tech.units.indriya.spi that return DimensionalModel Modifier and Type Method Description static DimensionalModel
DimensionalModel. current()
Returns the current model (by default an instance ofStandardModel
).Methods in tech.units.indriya.spi with parameters of type DimensionalModel Modifier and Type Method Description protected static void
DimensionalModel. setCurrent(DimensionalModel model)
Sets the current dimensional model
-