Uses of Class
org.djunits.unit.si.SIDimensions
Packages that use 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
Methods in org.djunits.quantity that return SIDimensionsMethods in org.djunits.quantity with parameters of type SIDimensionsModifier and TypeMethodDescriptionQuantities.getQuantities(SIDimensions siDimensions) Retrieve a safe copy of the quantity set registered for an SI fingerprint.Constructors in org.djunits.quantity with parameters of type SIDimensionsModifierConstructorDescriptionQuantity(String name, SIDimensions siDimensions) Create a unit base with the SI dimensions. -
Uses of SIDimensions in org.djunits.unit
Methods in org.djunits.unit with parameters of type SIDimensionsModifier and TypeMethodDescriptionstatic SIUnitUnit.lookupOrCreateUnitWithSIDimensions(SIDimensions siDimensions) Create or lookup a unit based on given SI dimensions.static SIUnitSIUnit.of(SIDimensions siDimensions) Instantiate an SI unit 'of' a SIDimensions. -
Uses of SIDimensions in org.djunits.unit.si
Fields in org.djunits.unit.si declared as SIDimensionsModifier and TypeFieldDescriptionstatic final SIDimensionsSIDimensions.DIMLESSthe dimensionless SIDimensions.Methods in org.djunits.unit.si that return SIDimensionsModifier and TypeMethodDescriptionstatic SIDimensionsSIDimensions.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 SIDimensionsParse a string representing SI dimensions to an SIDimensions object.SIDimensions.plus(SIDimensions other) Add a set of SI dimensions to this SIDimensions.static SIDimensionsSIDimensions.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 SIDimensionsModifier and TypeMethodDescriptionstatic SIDimensionsSIDimensions.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 SIDimensionsSIDimensions.subtract(SIDimensions dim1, SIDimensions dim2) Subtract an SIDimensions (dim2) from another SIDimensions (dim1) and return the new SIDimensions.