| Package | Description |
|---|---|
| org.djunits.unit |
Classes for the unit system.
|
| 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.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| 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.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,
TimeUnit timeUnit,
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 conversionFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
ElectricalPotentialUnit(MassUnit massUnit,
LengthUnit lengthUnit,
ElectricalCurrentUnit electricalCurrentUnit,
TimeUnit timeUnit,
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,
TimeUnit timeUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define a user-defined ElectricalResistanceUnit based on its constituent base units, e.g.
|
| Constructor and Description |
|---|
ElectricalCurrent(double value,
ElectricalCurrentUnit unit)
Construct ElectricalCurrent scalar.
|
| Constructor and Description |
|---|
ElectricalCurrent(DoubleScalar.Rel<ElectricalCurrentUnit> value)
Construct ElectricalCurrent scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
ElectricalCurrentUnit unit)
Construct a new Dense Immutable Double ElectricalCurrent Vector.
|
Dense(double[] values,
ElectricalCurrentUnit unit)
Construct a new Dense Immutable Double ElectricalCurrent Vector.
|
Dense(List<Double> values,
ElectricalCurrentUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
ElectricalCurrentUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
ElectricalCurrentVector(ElectricalCurrentUnit unit) |
MutableElectricalCurrentVector(ElectricalCurrentUnit unit) |
Sparse(double[] values,
ElectricalCurrentUnit unit)
Construct a new Sparse Immutable Double ElectricalCurrent Vector.
|
Sparse(double[] values,
ElectricalCurrentUnit unit)
Construct a new Sparse Immutable Double ElectricalCurrent Vector.
|
Sparse(SortedMap<Integer,Double> values,
ElectricalCurrentUnit unit,
int length)
Construct a new Sparse Immutable ElectricalCurrent Vector.
|
Sparse(SortedMap<Integer,Double> values,
ElectricalCurrentUnit unit,
int length)
Construct a new Sparse Immutable ElectricalCurrent Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<ElectricalCurrentUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<ElectricalCurrentUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<ElectricalCurrentUnit>> values,
int length)
Construct a new Sparse Immutable ElectricalCurrent Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<ElectricalCurrentUnit>> values,
int length)
Construct a new Sparse Immutable ElectricalCurrent Vector.
|
| Constructor and Description |
|---|
FloatElectricalCurrent(double value,
ElectricalCurrentUnit unit)
Construct FloatElectricalCurrent scalar using a double value.
|
FloatElectricalCurrent(float value,
ElectricalCurrentUnit unit)
Construct FloatElectricalCurrent scalar.
|
| Constructor and Description |
|---|
FloatElectricalCurrent(FloatScalar.Rel<ElectricalCurrentUnit> value)
Construct FloatElectricalCurrent scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.