Uses of Interface
org.episteme.core.measure.Dimension
Packages that use Dimension
Package
Description
Implements a comprehensive units framework enabling type-safe
Provides classes for monetary and financial operations.
-
Uses of Dimension in org.episteme.core.measure
Fields in org.episteme.core.measure declared as DimensionModifier and TypeFieldDescriptionstatic final DimensionDimension.AMOUNT_OF_SUBSTANCEAmount of substance dimension [N].static final DimensionDimension.DIMENSIONLESSDimensionless (alias for NONE).static final DimensionDimension.ELECTRIC_CURRENTElectric current dimension [I].static final DimensionDimension.LENGTHLength dimension [L].static final DimensionDimension.LUMINOUS_INTENSITYLuminous intensity dimension [J].static final DimensionDimension.MASSMass dimension [M].static final DimensionDimension.NONEDimensionless (no dimension) - all exponents are zero.static final DimensionDimension.TEMPERATURETemperature dimension [Θ].static final DimensionDimension.TIMETime dimension [T].Methods in org.episteme.core.measure that return DimensionModifier and TypeMethodDescriptionReturns the quotient of this dimension by another.StandardUnit.getDimension()Unit.getDimension()Returns the dimension of this unit.Returns the product of this dimension with another.static DimensionDimension.of(int length, int mass, int time, int electricCurrent, int temperature, int amountOfSubstance, int luminousIntensity) Creates a dimension with the specified exponents.Dimension.pow(int exponent) Returns this dimension raised to the specified power.Dimension.sqrt()Returns the square root of this dimension.Methods in org.episteme.core.measure with parameters of type DimensionModifier and TypeMethodDescriptionReturns the quotient of this dimension by another.Returns the product of this dimension with another.Constructors in org.episteme.core.measure with parameters of type DimensionModifierConstructorDescriptionStandardUnit(String symbol, String name, Dimension dimension) Creates a base unit (defines the dimension). -
Uses of Dimension in org.episteme.social.economics.money
Fields in org.episteme.social.economics.money declared as Dimension