Class JerkVector

java.lang.Object
org.djunits.value.IndexedValue<U,S,V,D>
org.djunits.value.base.Vector<U,S,V,org.djunits.value.vdouble.vector.data.DoubleVectorData>
org.djunits.value.vdouble.vector.base.DoubleVector<U,S,RV>
org.djunits.value.vdouble.vector.base.DoubleVectorRel<JerkUnit,Jerk,JerkVector>
org.djunits.userdefined.JerkVector
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Jerk>, org.djunits.value.Relative<JerkUnit,JerkVector>, org.djunits.value.Value<JerkUnit,JerkVector>

public class JerkVector extends org.djunits.value.vdouble.vector.base.DoubleVectorRel<JerkUnit,Jerk,JerkVector>
Double JerkVector, a vector of values with a JerkUnit.

Copyright (c) 2013-2024 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:
  • Nested Class Summary

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

    org.djunits.value.vdouble.vector.base.DoubleVector.Itr
  • Field Summary

    Fields inherited from class org.djunits.value.vdouble.vector.base.DoubleVector

    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

    Modifier and Type
    Method
    Description
    instantiateScalarSI(double valueSI, JerkUnit displayUnit)
    instantiateVector(org.djunits.value.vdouble.vector.data.DoubleVectorData dvd, JerkUnit displayUnit)

    Methods inherited from class org.djunits.value.vdouble.vector.base.DoubleVectorRel

    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.DoubleVector

    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.IndexedValue

    cardinality, checkCopyOnWrite, clone, getDisplayUnit, getStorageType, immutable, isCopyOnWrite, isDense, isMutable, isSparse, mutable, setCopyOnWrite, setDisplayUnit, setMutable

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface org.djunits.value.Value

    isAbsolute, isRelative
  • Constructor Details

    • JerkVector

      public JerkVector(org.djunits.value.vdouble.vector.data.DoubleVectorData data, JerkUnit displayUnit)
      Construct an JerkVector from an internal data object.
      Parameters:
      data - DoubleVectorData; an internal data object
      displayUnit - JerkUnit; the unit in which the data will be displayed
  • Method Details

    • getScalarClass

      public Class<Jerk> getScalarClass()
      Specified by:
      getScalarClass in class org.djunits.value.IndexedValue<JerkUnit,Jerk,JerkVector,org.djunits.value.vdouble.vector.data.DoubleVectorData>
    • instantiateVector

      public JerkVector instantiateVector(org.djunits.value.vdouble.vector.data.DoubleVectorData dvd, JerkUnit displayUnit)
      Specified by:
      instantiateVector in class org.djunits.value.vdouble.vector.base.DoubleVector<JerkUnit,Jerk,JerkVector>
    • instantiateScalarSI

      public Jerk instantiateScalarSI(double valueSI, JerkUnit displayUnit)
      Specified by:
      instantiateScalarSI in class org.djunits.value.vdouble.vector.base.DoubleVector<JerkUnit,Jerk,JerkVector>