Package org.djunits.userdefined
Class JerkVector
java.lang.Object
org.djunits.value.IndexedValue<U,S,V,D>
org.djunits.value.base.Vector<U,S,V,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>,Relative<JerkUnit,,JerkVector> Value<JerkUnit,JerkVector>
Double JerkVector, a vector of values with a JerkUnit.
Copyright (c) 2013-2025 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
DoubleVector.Itr -
Field Summary
Fields inherited from class org.djunits.value.vdouble.vector.base.DoubleVector
data -
Constructor Summary
ConstructorsConstructorDescriptionJerkVector(DoubleVectorData data, JerkUnit displayUnit) Construct an JerkVector from an internal data object. -
Method Summary
Modifier and TypeMethodDescriptioninstantiateScalarSI(double valueSI, JerkUnit displayUnit) instantiateVector(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, zSumMethods 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, toStringMethods inherited from class org.djunits.value.IndexedValue
cardinality, checkCopyOnWrite, clone, getDisplayUnit, getStorageType, immutable, isCopyOnWrite, isDense, isMutable, isSparse, mutable, setCopyOnWrite, setDisplayUnit, setMutableMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.djunits.value.Value
isAbsolute, isRelative
-
Constructor Details
-
JerkVector
Construct an JerkVector from an internal data object.- Parameters:
data- an internal data objectdisplayUnit- the unit in which the data will be displayed
-
-
Method Details
-
getScalarClass
- Specified by:
getScalarClassin classIndexedValue<JerkUnit,Jerk, JerkVector, DoubleVectorData>
-
instantiateVector
- Specified by:
instantiateVectorin classDoubleVector<JerkUnit,Jerk, JerkVector>
-
instantiateScalarSI
- Specified by:
instantiateScalarSIin classDoubleVector<JerkUnit,Jerk, JerkVector>
-