Class JerkUnit

java.lang.Object
org.djunits.unit.Unit<JerkUnit>
org.djunits.userdefined.JerkUnit
All Implemented Interfaces:
Serializable, Cloneable

public class JerkUnit
extends org.djunits.unit.Unit<JerkUnit>
JerkUnit.java.

Copyright (c) 2019-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.

Author:
Alexander Verbraeck
See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.djunits.unit.Unit

    org.djunits.unit.Unit.Builder<U extends org.djunits.unit.Unit<U>>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static org.djunits.unit.quantity.Quantity<JerkUnit> BASE
    The base, with "m/s3" as the SI signature.
    static JerkUnit JERK
    m/s3.
    static JerkUnit SI
    The SI unit for area is m/s3.
  • 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

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • BASE

      public static final org.djunits.unit.quantity.Quantity<JerkUnit> BASE
      The base, with "m/s3" as the SI signature.
    • SI

      public static final JerkUnit SI
      The SI unit for area is m/s3.
    • JERK

      public static final JerkUnit JERK
      m/s3.
  • Constructor Details