Package | Description |
---|---|
org.djunits.unit |
Classes for the unit system.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
Modifier and Type | Field and Description |
---|---|
static ElectricalChargeUnit |
UNITS.ABCOULOMB |
static ElectricalChargeUnit |
ElectricalChargeUnit.ABCOULOMB
abcoulomb (CGS EMU).
|
static ElectricalChargeUnit |
UNITS.AMPERE_HOUR |
static ElectricalChargeUnit |
ElectricalChargeUnit.AMPERE_HOUR
ampere hour.
|
static ElectricalChargeUnit |
UNITS.ATOMIC_UNIT |
static ElectricalChargeUnit |
ElectricalChargeUnit.ATOMIC_UNIT
atomic unit of charge.
|
static ElectricalChargeUnit |
UNITS.COULOMB |
static ElectricalChargeUnit |
ElectricalChargeUnit.COULOMB
Coulomb = A.s.
|
static ElectricalChargeUnit |
UNITS.EMU |
static ElectricalChargeUnit |
ElectricalChargeUnit.EMU
emu (CGS EMU).
|
static ElectricalChargeUnit |
UNITS.ESU |
static ElectricalChargeUnit |
ElectricalChargeUnit.ESU
esu (CGS ESU).
|
static ElectricalChargeUnit |
UNITS.FARADAY |
static ElectricalChargeUnit |
ElectricalChargeUnit.FARADAY
Faraday.
|
static ElectricalChargeUnit |
UNITS.FRANKLIN |
static ElectricalChargeUnit |
ElectricalChargeUnit.FRANKLIN
franklin (CGS ESU).
|
static ElectricalChargeUnit |
UNITS.KILOAMPERE_HOUR |
static ElectricalChargeUnit |
ElectricalChargeUnit.KILOAMPERE_HOUR
kiloampere hour.
|
static ElectricalChargeUnit |
UNITS.MEGAAMPERE_HOUR |
static ElectricalChargeUnit |
ElectricalChargeUnit.MEGAAMPERE_HOUR
megaampere hour.
|
static ElectricalChargeUnit |
UNITS.MICROCOULOMB |
static ElectricalChargeUnit |
ElectricalChargeUnit.MICROCOULOMB
microCoulomb = muA.s.
|
static ElectricalChargeUnit |
UNITS.MILLIAMPERE_HOUR |
static ElectricalChargeUnit |
ElectricalChargeUnit.MILLIAMPERE_HOUR
milliampere hour.
|
static ElectricalChargeUnit |
UNITS.MILLIAMPERE_SECOND |
static ElectricalChargeUnit |
ElectricalChargeUnit.MILLIAMPERE_SECOND
milliampere second.
|
static ElectricalChargeUnit |
UNITS.MILLICOULOMB |
static ElectricalChargeUnit |
ElectricalChargeUnit.MILLICOULOMB
milliCoulomb = mA.s.
|
static ElectricalChargeUnit |
UNITS.NANOCOULOMB |
static ElectricalChargeUnit |
ElectricalChargeUnit.NANOCOULOMB
nanoCoulomb = nA.s.
|
static ElectricalChargeUnit |
UNITS.PICOCOULOMB |
static ElectricalChargeUnit |
ElectricalChargeUnit.PICOCOULOMB
picoCoulomb = pA.s.
|
static ElectricalChargeUnit |
ElectricalChargeUnit.SI
The SI unit for electrical charge is Coulomb = A.s.
|
static ElectricalChargeUnit |
UNITS.STATCOULOMB |
static ElectricalChargeUnit |
ElectricalChargeUnit.STATCOULOMB
statcoulomb (CGS ESU).
|
Modifier and Type | Method and Description |
---|---|
ElectricalChargeUnit |
ElectricalChargeUnit.getStandardUnit() |
Constructor and Description |
---|
ElectricalChargeUnit(String name,
String abbreviation,
UnitSystem unitSystem,
ElectricalChargeUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
Modifier and Type | Method and Description |
---|---|
protected MutableElectricalChargeMatrix |
MutableElectricalChargeMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableElectricalChargeMatrix |
ElectricalChargeMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected ElectricalCharge |
MutableElectricalChargeMatrix.instantiateScalar(double value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalCharge |
ElectricalChargeMatrix.instantiateScalar(double value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalChargeMatrix |
MutableElectricalChargeMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ElectricalChargeMatrix |
ElectricalChargeMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
ElectricalChargeMatrix(double[][] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeMatrix.
|
ElectricalChargeMatrix(DoubleMatrixData data,
ElectricalChargeUnit unit) |
MutableElectricalChargeMatrix(double[][] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeMatrix.
|
MutableElectricalChargeMatrix(DoubleMatrixData data,
ElectricalChargeUnit unit) |
Modifier and Type | Method and Description |
---|---|
ElectricalCharge |
ElectricalCharge.instantiateRel(double value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
ElectricalCharge(double value,
ElectricalChargeUnit unit)
Construct ElectricalCharge scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableElectricalChargeVector |
MutableElectricalChargeVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableElectricalChargeVector |
ElectricalChargeVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected ElectricalCharge |
MutableElectricalChargeVector.instantiateScalar(double value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalCharge |
ElectricalChargeVector.instantiateScalar(double value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalChargeVector |
MutableElectricalChargeVector.instantiateType(DoubleVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ElectricalChargeVector |
ElectricalChargeVector.instantiateType(DoubleVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
ElectricalChargeVector(double[] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
ElectricalChargeVector(DoubleVectorData data,
ElectricalChargeUnit unit) |
ElectricalChargeVector(List<Double> values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
ElectricalChargeVector(SortedMap<Integer,Double> values,
ElectricalChargeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
MutableElectricalChargeVector(double[] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
MutableElectricalChargeVector(DoubleVectorData data,
ElectricalChargeUnit unit) |
MutableElectricalChargeVector(List<Double> values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
MutableElectricalChargeVector(SortedMap<Integer,Double> values,
ElectricalChargeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatElectricalChargeMatrix |
MutableFloatElectricalChargeMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatElectricalChargeMatrix |
FloatElectricalChargeMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatElectricalCharge |
MutableFloatElectricalChargeMatrix.instantiateScalar(float value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatElectricalCharge |
FloatElectricalChargeMatrix.instantiateScalar(float value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatElectricalChargeMatrix |
MutableFloatElectricalChargeMatrix.instantiateType(FloatMatrixData fmd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatElectricalChargeMatrix |
FloatElectricalChargeMatrix.instantiateType(FloatMatrixData fmd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatElectricalChargeMatrix(float[][] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeMatrix.
|
FloatElectricalChargeMatrix(FloatMatrixData data,
ElectricalChargeUnit unit) |
MutableFloatElectricalChargeMatrix(float[][] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeMatrix.
|
MutableFloatElectricalChargeMatrix(FloatMatrixData data,
ElectricalChargeUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatElectricalCharge |
FloatElectricalCharge.instantiateRel(float value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatElectricalCharge(double value,
ElectricalChargeUnit unit)
Construct FloatElectricalCharge scalar using a double value.
|
FloatElectricalCharge(float value,
ElectricalChargeUnit unit)
Construct FloatElectricalCharge scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatElectricalChargeVector |
MutableFloatElectricalChargeVector.instantiateMutableType(FloatVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatElectricalChargeVector |
FloatElectricalChargeVector.instantiateMutableType(FloatVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatElectricalCharge |
MutableFloatElectricalChargeVector.instantiateScalar(float value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatElectricalCharge |
FloatElectricalChargeVector.instantiateScalar(float value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatElectricalChargeVector |
MutableFloatElectricalChargeVector.instantiateType(FloatVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatElectricalChargeVector |
FloatElectricalChargeVector.instantiateType(FloatVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatElectricalChargeVector(float[] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatElectricalChargeVector.
|
FloatElectricalChargeVector(FloatVectorData data,
ElectricalChargeUnit unit) |
FloatElectricalChargeVector(List<Float> values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatElectricalChargeVector.
|
FloatElectricalChargeVector(SortedMap<Integer,Float> values,
ElectricalChargeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatElectricalChargeVector.
|
MutableFloatElectricalChargeVector(float[] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float ElectricalChargeVector.
|
MutableFloatElectricalChargeVector(FloatVectorData data,
ElectricalChargeUnit unit) |
MutableFloatElectricalChargeVector(List<Float> values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float ElectricalChargeVector.
|
MutableFloatElectricalChargeVector(SortedMap<Integer,Float> values,
ElectricalChargeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float ElectricalChargeVector.
|
Copyright © 2015–2018 Delft University of Technology. All rights reserved.