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 ElectricalCurrentUnit |
UNITS.ABAMPERE |
static ElectricalCurrentUnit |
ElectricalCurrentUnit.ABAMPERE
abampere (GCS EMU).
|
static ElectricalCurrentUnit |
UNITS.AMPERE |
static ElectricalCurrentUnit |
ElectricalCurrentUnit.AMPERE
Ampere.
|
static ElectricalCurrentUnit |
UNITS.KILOAMPERE |
static ElectricalCurrentUnit |
ElectricalCurrentUnit.KILOAMPERE
kiloampere.
|
static ElectricalCurrentUnit |
UNITS.MEGAAMPERE |
static ElectricalCurrentUnit |
ElectricalCurrentUnit.MEGAAMPERE
megaampere.
|
static ElectricalCurrentUnit |
UNITS.MICROAMPERE |
static ElectricalCurrentUnit |
ElectricalCurrentUnit.MICROAMPERE
microampere.
|
static ElectricalCurrentUnit |
UNITS.MILLIAMPERE |
static ElectricalCurrentUnit |
ElectricalCurrentUnit.MILLIAMPERE
milliampere.
|
static ElectricalCurrentUnit |
UNITS.NANOAMPERE |
static ElectricalCurrentUnit |
ElectricalCurrentUnit.NANOAMPERE
nanoampere.
|
static ElectricalCurrentUnit |
ElectricalCurrentUnit.SI
The SI unit for electrical current is Ampere.
|
static ElectricalCurrentUnit |
UNITS.STATAMPERE |
static ElectricalCurrentUnit |
ElectricalCurrentUnit.STATAMPERE
statampere (GCS ESU).
|
Modifier and Type | Method and Description |
---|---|
ElectricalCurrentUnit |
ElectricalResistanceUnit.getElectricalCurrentUnit() |
ElectricalCurrentUnit |
ElectricalPotentialUnit.getElectricalCurrentUnit() |
ElectricalCurrentUnit |
ElectricalChargeUnit.getElectricalCurrentUnit() |
ElectricalCurrentUnit |
ElectricalCurrentUnit.getStandardUnit() |
Constructor and Description |
---|
ElectricalChargeUnit(ElectricalCurrentUnit electricalCurrentUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Build a user-defined ElectricalChargeUnit as an electrical current unit times a time unit.
|
ElectricalCurrentUnit(String name,
String abbreviation,
UnitSystem unitSystem,
ElectricalCurrentUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
ElectricalPotentialUnit(MassUnit massUnit,
LengthUnit lengthUnit,
ElectricalCurrentUnit electricalCurrentUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define a user-defined ElectricalPotentialUnit based on its constituent base units, e.g.
|
ElectricalPotentialUnit(PowerUnit powerUnit,
ElectricalCurrentUnit electricalCurrentUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Build a user-defined ElectricalPotentialUnit based on power divided by current (V=W/A).
|
ElectricalResistanceUnit(ElectricalPotentialUnit electricalPotentialUnit,
ElectricalCurrentUnit electricalCurrentUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define a user-defined ElectricalResistanceUnit based on an electrical potential unit and an electrical current unit, e.g.
|
ElectricalResistanceUnit(MassUnit massUnit,
LengthUnit lengthUnit,
ElectricalCurrentUnit electricalCurrentUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define a user-defined ElectricalResistanceUnit based on its constituent base units, e.g.
|
Modifier and Type | Method and Description |
---|---|
protected MutableElectricalCurrentMatrix |
MutableElectricalCurrentMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableElectricalCurrentMatrix |
ElectricalCurrentMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected ElectricalCurrent |
MutableElectricalCurrentMatrix.instantiateScalar(double value,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalCurrent |
ElectricalCurrentMatrix.instantiateScalar(double value,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalCurrentMatrix |
MutableElectricalCurrentMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ElectricalCurrentMatrix |
ElectricalCurrentMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
ElectricalCurrentMatrix(double[][] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentMatrix.
|
ElectricalCurrentMatrix(DoubleMatrixData data,
ElectricalCurrentUnit unit) |
MutableElectricalCurrentMatrix(double[][] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentMatrix.
|
MutableElectricalCurrentMatrix(DoubleMatrixData data,
ElectricalCurrentUnit unit) |
Modifier and Type | Method and Description |
---|---|
ElectricalCurrent |
ElectricalCurrent.instantiateRel(double value,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
ElectricalCurrent(double value,
ElectricalCurrentUnit unit)
Construct ElectricalCurrent scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableElectricalCurrentVector |
MutableElectricalCurrentVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableElectricalCurrentVector |
ElectricalCurrentVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected ElectricalCurrent |
MutableElectricalCurrentVector.instantiateScalar(double value,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalCurrent |
ElectricalCurrentVector.instantiateScalar(double value,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalCurrentVector |
MutableElectricalCurrentVector.instantiateType(DoubleVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ElectricalCurrentVector |
ElectricalCurrentVector.instantiateType(DoubleVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
ElectricalCurrentVector(double[] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(DoubleVectorData data,
ElectricalCurrentUnit unit) |
ElectricalCurrentVector(List<Double> values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(SortedMap<Integer,Double> values,
ElectricalCurrentUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(double[] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(DoubleVectorData data,
ElectricalCurrentUnit unit) |
MutableElectricalCurrentVector(List<Double> values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(SortedMap<Integer,Double> values,
ElectricalCurrentUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatElectricalCurrentMatrix |
MutableFloatElectricalCurrentMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatElectricalCurrentMatrix |
FloatElectricalCurrentMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatElectricalCurrent |
MutableFloatElectricalCurrentMatrix.instantiateScalar(float value,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatElectricalCurrent |
FloatElectricalCurrentMatrix.instantiateScalar(float value,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatElectricalCurrentMatrix |
MutableFloatElectricalCurrentMatrix.instantiateType(FloatMatrixData fmd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatElectricalCurrentMatrix |
FloatElectricalCurrentMatrix.instantiateType(FloatMatrixData fmd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatElectricalCurrentMatrix(float[][] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentMatrix.
|
FloatElectricalCurrentMatrix(FloatMatrixData data,
ElectricalCurrentUnit unit) |
MutableFloatElectricalCurrentMatrix(float[][] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentMatrix.
|
MutableFloatElectricalCurrentMatrix(FloatMatrixData data,
ElectricalCurrentUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatElectricalCurrent |
FloatElectricalCurrent.instantiateRel(float value,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatElectricalCurrent(double value,
ElectricalCurrentUnit unit)
Construct FloatElectricalCurrent scalar using a double value.
|
FloatElectricalCurrent(float value,
ElectricalCurrentUnit unit)
Construct FloatElectricalCurrent scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatElectricalCurrentVector |
MutableFloatElectricalCurrentVector.instantiateMutableType(FloatVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatElectricalCurrentVector |
FloatElectricalCurrentVector.instantiateMutableType(FloatVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatElectricalCurrent |
MutableFloatElectricalCurrentVector.instantiateScalar(float value,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatElectricalCurrent |
FloatElectricalCurrentVector.instantiateScalar(float value,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatElectricalCurrentVector |
MutableFloatElectricalCurrentVector.instantiateType(FloatVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatElectricalCurrentVector |
FloatElectricalCurrentVector.instantiateType(FloatVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatElectricalCurrentVector(float[] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatElectricalCurrentVector.
|
FloatElectricalCurrentVector(FloatVectorData data,
ElectricalCurrentUnit unit) |
FloatElectricalCurrentVector(List<Float> values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatElectricalCurrentVector.
|
FloatElectricalCurrentVector(SortedMap<Integer,Float> values,
ElectricalCurrentUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatElectricalCurrentVector.
|
MutableFloatElectricalCurrentVector(float[] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float ElectricalCurrentVector.
|
MutableFloatElectricalCurrentVector(FloatVectorData data,
ElectricalCurrentUnit unit) |
MutableFloatElectricalCurrentVector(List<Float> values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float ElectricalCurrentVector.
|
MutableFloatElectricalCurrentVector(SortedMap<Integer,Float> values,
ElectricalCurrentUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float ElectricalCurrentVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.