DJUNITS 4.01.05 API
Package | Description |
---|---|
org.djunits |
Generic classes for e.g., error handling.
|
org.djunits.locale |
Locale related code for adapting representations and messages to different languages.
|
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.scale |
Unit scales for DJUNITS.
|
org.djunits.unit.si |
The org.djunits.unit.si package contains classes that can work with and manipulate SI units and SI dimensions.
|
org.djunits.unit.unitsystem |
Classes for various unit systems, such as SI, SI-derived, Imperial.
|
org.djunits.unit.util |
Utility classes for the unit package.
|
org.djunits.value |
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
|
org.djunits.value.base |
Base value interfaces and classes, e.g.
|
org.djunits.value.formatter |
Format values for display.
|
org.djunits.value.function |
Generic interfaces and default implementations for Scalar, Vector and Matrix functions.
|
org.djunits.value.storage |
Generic definitions for data type storage, such as dense or sparse.
|
org.djunits.value.util |
Generic utilities for all values (Scalar, Vector, Matrix).
|
org.djunits.value.vdouble.function |
Functions for double arguments.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.matrix.base |
Interfaces, abstract classes and utilities for DoubleMatrix.
|
org.djunits.value.vdouble.matrix.data |
Internal data storage for the Matrix.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.scalar.base |
Interfaces, abstract classes and utilities for DoubleScalar.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.vector.base |
Interfaces, abstract classes and utilities for DoubleVector.
|
org.djunits.value.vdouble.vector.data |
Internal data storage for the Vector.
|
org.djunits.value.vfloat.function |
Functions for float arguments.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix.base |
Interfaces, abstract classes and utilities for FloatMatrix.
|
org.djunits.value.vfloat.matrix.data |
package-info.java.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.scalar.base |
Utilities, interfaces and abstract classes for FloatScalar.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.vector.base |
Interfaces, abstract classes and utilities for FloatVector.
|
org.djunits.value.vfloat.vector.data |
Internal storage for the FloatVector.
|