Package org.djunits.demo.website
Class JerkUnit
- java.lang.Object
-
- org.djunits.unit.Unit<JerkUnit>
-
- org.djunits.demo.website.JerkUnit
-
- All Implemented Interfaces:
Serializable,Cloneable
public class JerkUnit extends Unit<JerkUnit>
Example from the website to test if the code on the website is correctCopyright (c) 2013-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.- Author:
- Alexander Verbraeck, Peter Knoppers
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
-
Field Summary
Fields Modifier and Type Field Description static Quantity<JerkUnit>BASEThe base quantity, with "m/s3" as the SI signature.static JerkUnitCM_PER_S3cm/s3.static JerkUnitFT_PER_S3ft/s3.static JerkUnitIN_PER_S3in/s3.static JerkUnitM_PER_S3m/s3.static JerkUnitMM_PER_S3mm/s3.static JerkUnitSIThe SI unit for jerk is m/s^3.
-
Constructor Summary
Constructors Constructor Description JerkUnit()
-
Method Summary
-
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
-
-
-
Field Detail
-
BASE
public static final Quantity<JerkUnit> BASE
The base quantity, with "m/s3" as the SI signature.
-
SI
public static final JerkUnit SI
The SI unit for jerk is m/s^3.
-
M_PER_S3
public static final JerkUnit M_PER_S3
m/s3.
-
CM_PER_S3
public static final JerkUnit CM_PER_S3
cm/s3.
-
MM_PER_S3
public static final JerkUnit MM_PER_S3
mm/s3.
-
FT_PER_S3
public static final JerkUnit FT_PER_S3
ft/s3.
-
IN_PER_S3
public static final JerkUnit IN_PER_S3
in/s3.
-
-