Uses of Annotation Interface
org.djunits.util.SuppressFBWarnings
Packages that use SuppressFBWarnings
Package
Description
Definition classes for quantities.
Definition classes for vectors and matrices.
Storage objects for larger vectors and matrices (dense/sparse, double/float).
-
Uses of SuppressFBWarnings in org.djunits.quantity.def
Methods in org.djunits.quantity.def with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionAbstractReference.getOffset()Return the offset w.r.t. the offset reference, or zero when the offset is not defined.AbsQuantity.getQuantity()Return the (relative) quantity relative to the reference.Constructors in org.djunits.quantity.def with annotations of type SuppressFBWarningsModifierConstructorDescriptionAbsQuantity(Q quantity, R reference) Instantiate an absolute quantity with a quantity and a reference.AbstractReference(String id, String name, Q offset, R offsetReference) Define a new reference point for the absolute quantity. -
Uses of SuppressFBWarnings in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def with annotations of type SuppressFBWarningsModifier and TypeMethodDescriptionAbsVectorMatrix.getRelativeVecMat()Return the underlying relative vector or matrix with SI values relative to the reference point.double[]SquareDenseMatrix.unsafeSiArray()Constructors in org.djunits.vecmat.def with annotations of type SuppressFBWarningsModifierConstructorDescriptionAbsVectorMatrix(VMQ relativeVecMat, Reference<?, A, Q> reference) Create a new vector or matrix of absolute values with a reference point. -
Uses of SuppressFBWarnings in org.djunits.vecmat.storage
Methods in org.djunits.vecmat.storage with annotations of type SuppressFBWarningsConstructors in org.djunits.vecmat.storage with annotations of type SuppressFBWarningsModifierConstructorDescriptionDenseDoubleDataSi(double[] dataSi, int rows, int cols) Instantiate a data object with one array in row-major format.