Class JerkUnit

    • 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>>
    • 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 org.djunits.unit.quantity.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.
    • Constructor Detail

      • JerkUnit

        public JerkUnit()