Package org.djunits.value.vdouble.scalar
Class BadUnitClass
- All Implemented Interfaces:
Serializable
,Cloneable
Unit class with name that does not end on "Unit".
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Quantity<BadUnitClass>
The base, with "m/s2" as the SI signature.static final BadUnitClass
The SI unit for acceleration is m/s^2. -
Constructor Summary
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getDefaultAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getLocalizedAbbreviations, getLocalizedDisplayAbbreviation, getLocalizedTextualAbbreviation, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
Field Details
-
BASE
The base, with "m/s2" as the SI signature. -
SI
The SI unit for acceleration is m/s^2.
-
-
Constructor Details
-
BadUnitClass
BadUnitClass()
-