Class JerkVector

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.djunits.value.vdouble.vector.base.AbstractDoubleVector

        org.djunits.value.vdouble.vector.base.AbstractDoubleVector.Itr
      • Nested classes/interfaces inherited from interface org.djunits.value.base.Vector

        org.djunits.value.base.Vector.Abs<AU extends org.djunits.unit.AbsoluteLinearUnit<AU,​RU>,​A extends org.djunits.value.base.Scalar<AU,​A>,​AV extends org.djunits.value.base.Vector.Abs<AU,​A,​AV,​RU,​R,​RV>,​RU extends org.djunits.unit.Unit<RU>,​R extends org.djunits.value.base.Scalar<RU,​R>,​RV extends org.djunits.value.base.Vector.RelWithAbs<AU,​A,​AV,​RU,​R,​RV>>, org.djunits.value.base.Vector.Rel<U extends org.djunits.unit.Unit<U>,​S extends org.djunits.value.base.Scalar<U,​S>,​RV extends org.djunits.value.base.Vector.Rel<U,​S,​RV>>, org.djunits.value.base.Vector.RelWithAbs<AU extends org.djunits.unit.AbsoluteLinearUnit<AU,​RU>,​A extends org.djunits.value.base.Scalar<AU,​A>,​AV extends org.djunits.value.base.Vector.Abs<AU,​A,​AV,​RU,​R,​RV>,​RU extends org.djunits.unit.Unit<RU>,​R extends org.djunits.value.base.Scalar<RU,​R>,​RV extends org.djunits.value.base.Vector.RelWithAbs<AU,​A,​AV,​RU,​R,​RV>>
    • Field Summary

      • Fields inherited from class org.djunits.value.vdouble.vector.base.AbstractDoubleVector

        data
    • Constructor Summary

      Constructors 
      Constructor Description
      JerkVector​(org.djunits.value.vdouble.vector.data.DoubleVectorData data, JerkUnit displayUnit)
      Construct an JerkVector from an internal data object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Class<Jerk> getScalarClass()
      Jerk instantiateScalarSI​(double valueSI, JerkUnit displayUnit)
      JerkVector instantiateVector​(org.djunits.value.vdouble.vector.data.DoubleVectorData dvd, JerkUnit displayUnit)
      • Methods inherited from class org.djunits.value.vdouble.vector.base.AbstractDoubleVectorRel

        decrementBy, decrementBy, divide, divide, divide, divideBy, incrementBy, incrementBy, minus, multiplyBy, plus, times, times, times, zSum
      • Methods inherited from class org.djunits.value.vdouble.vector.base.AbstractDoubleVector

        abs, assign, ceil, checkIndex, checkSize, equals, floor, get, getData, getInUnit, getInUnit, getScalars, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, iterator, neg, rint, set, setData, setInUnit, setInUnit, setSI, size, toDense, toSparse, toString, toString, toString, toString
      • Methods inherited from class org.djunits.value.AbstractIndexedValue

        cardinality, checkCopyOnWrite, clone, getStorageType, immutable, isCopyOnWrite, isDense, isMutable, isSparse, mutable, setCopyOnWrite, setMutable
      • Methods inherited from class org.djunits.value.AbstractValue

        getDisplayUnit, isAbsolute, isRelative, setDisplayUnit
      • Methods inherited from interface org.djunits.value.IndexedValue

        cardinality, getStorageType, immutable, isDense, isMutable, isSparse, mutable, toDense, toSparse
      • Methods inherited from interface org.djunits.value.Value

        getDisplayUnit, isAbsolute, isRelative, setDisplayUnit, toString, toString, toString, toString
      • Methods inherited from interface org.djunits.value.function.ValueFunctions

        abs, ceil, floor, neg, rint
      • Methods inherited from interface org.djunits.value.base.Vector

        get, getScalars, iterator, size
    • Constructor Detail

      • JerkVector

        public JerkVector​(org.djunits.value.vdouble.vector.data.DoubleVectorData data,
                          JerkUnit displayUnit)
        Construct an JerkVector from an internal data object.
        Parameters:
        data - DoubleVectorData; the internal data object for the vector data
        displayUnit - JerkUnit; the display unit of the vector data
    • Method Detail

      • getScalarClass

        public Class<Jerk> getScalarClass()
      • instantiateVector

        public JerkVector instantiateVector​(org.djunits.value.vdouble.vector.data.DoubleVectorData dvd,
                                            JerkUnit displayUnit)
      • instantiateScalarSI

        public Jerk instantiateScalarSI​(double valueSI,
                                        JerkUnit displayUnit)