Package org.openwms.core.units.api
package org.openwms.core.units.api
This package contains the unit types and interface definitions used in client API.
-
ClassDescriptionAbstractBaseUnit<T extends AbstractBaseUnit<T>>A AbstractBaseUnit is a stereotype interface that can be used in wildcard boundaries for any kind of BaseUnit types.A definition of any kind of measurement used in the api.A BaseUnit is the type definition of an
Measurable
.A Measurable.A MeasurableString.A MetricDimension represents metric dimensional units, like meters.A MetricDimensionUnit.A Piece.A PieceUnit.An UnitType is a super type of all concrete units.A Weight represents a real world weight, that comes with anUnit
and a value.A WeightUnit is a concrete set of all possible weights.