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-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
DoubleVector.Itr
-
Field Summary
Fields inherited from class org.djunits.value.vdouble.vector.base.DoubleVector
data
-
Constructor Summary
ConstructorDescriptionJerkVector
(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, 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
Construct an JerkVector from an internal data object.- Parameters:
data
- DoubleVectorData; an internal data objectdisplayUnit
- JerkUnit; the unit in which the data will be displayed
-
-
Method Details
-
getScalarClass
- Specified by:
getScalarClass
in classIndexedValue<JerkUnit,
Jerk, JerkVector, DoubleVectorData>
-
instantiateVector
- Specified by:
instantiateVector
in classDoubleVector<JerkUnit,
Jerk, JerkVector>
-
instantiateScalarSI
- Specified by:
instantiateScalarSI
in classDoubleVector<JerkUnit,
Jerk, JerkVector>
-