Uses of Class
org.djunits.unit.si.SIDimensions
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.quantity |
Base information about the units such as the SI dimensions.
|
org.djunits.unit.si |
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.unit
Methods in org.djunits.unit with parameters of type SIDimensions Modifier and Type Method Description static 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.quantity
Methods in org.djunits.unit.quantity that return SIDimensions Modifier and Type Method Description SIDimensions
Quantity. getSiDimensions()
Methods in org.djunits.unit.quantity with parameters of type SIDimensions Modifier and Type Method Description Set<Quantity<?>>
Quantities. getQuantities(SIDimensions siDimensions)
Retrieve a safe copy of the quantity set registered for an SI fingerprint.Constructors in org.djunits.unit.quantity with parameters of type SIDimensions Constructor Description Quantity(String name, SIDimensions siDimensions)
Create a unit base with the SI dimensions. -
Uses of SIDimensions in org.djunits.unit.si
Methods in org.djunits.unit.si that return SIDimensions Modifier and Type Method Description static SIDimensions
SIDimensions. add(SIDimensions dim1, SIDimensions dim2)
Add two SIDimensions and return the new SIDimensions.SIDimensions
SIDimensions. invert()
Invert a set of SI dimensions; instead of m/s we get s/m.SIDimensions
SIDimensions. minus(SIDimensions other)
Subtract a set of SI dimensions from this SIDimensions.static SIDimensions
SIDimensions. of(String siString)
Parse a string representing SI dimensions to an SIDimensions object.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.Methods in org.djunits.unit.si with parameters of type SIDimensions Modifier and Type Method Description static SIDimensions
SIDimensions. add(SIDimensions dim1, SIDimensions dim2)
Add two SIDimensions and return the new SIDimensions.SIDimensions
SIDimensions. minus(SIDimensions other)
Subtract a set of SI dimensions from this SIDimensions.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.