Uses of Class
org.djunits.unit.si.SIDimensions
Package
Description
Base information about the quantities such as the SI dimensions.
Units for version 4 of DJUNITS.
The org.djunits.unit.si package contains classes that can work with and manipulate SI units and SI dimensions.
-
Uses of SIDimensions in org.djunits.quantity
Modifier and TypeMethodDescriptionQuantities.getQuantities
(SIDimensions siDimensions) Retrieve a safe copy of the quantity set registered for an SI fingerprint.ModifierConstructorDescriptionQuantity
(String name, SIDimensions siDimensions) Create a unit base with the SI dimensions. -
Uses of SIDimensions in org.djunits.unit
Modifier and TypeMethodDescriptionstatic SIUnit
Unit.lookupOrCreateUnitWithSIDimensions
(SIDimensions siDimensions) Create or lookup a unit based on given SI dimensions.static SIUnit
SIUnit.of
(SIDimensions siDimensions) Instantiate an SI unit 'of' a SIDimensions. -
Uses of SIDimensions in org.djunits.unit.si
Modifier and TypeFieldDescriptionstatic final SIDimensions
SIDimensions.DIMLESS
the dimensionless SIDimensions.Modifier and TypeMethodDescriptionstatic SIDimensions
SIDimensions.add
(SIDimensions dim1, SIDimensions dim2) Add two SIDimensions and return the new SIDimensions.SIDimensions.invert()
Invert a set of SI dimensions; instead of m/s we get s/m.SIDimensions.minus
(SIDimensions other) Subtract a set of SI dimensions from this SIDimensions.static SIDimensions
Parse a string representing SI dimensions to an SIDimensions object.SIDimensions.plus
(SIDimensions other) Add a set of SI dimensions to this SIDimensions.static SIDimensions
SIDimensions.subtract
(SIDimensions dim1, SIDimensions dim2) Subtract an SIDimensions (dim2) from another SIDimensions (dim1) and return the new SIDimensions.Modifier and TypeMethodDescriptionstatic SIDimensions
SIDimensions.add
(SIDimensions dim1, SIDimensions dim2) Add two SIDimensions and return the new SIDimensions.SIDimensions.minus
(SIDimensions other) Subtract a set of SI dimensions from this SIDimensions.SIDimensions.plus
(SIDimensions other) Add a set of SI dimensions to this SIDimensions.static SIDimensions
SIDimensions.subtract
(SIDimensions dim1, SIDimensions dim2) Subtract an SIDimensions (dim2) from another SIDimensions (dim1) and return the new SIDimensions.