Uses of Class
org.djunits.unit.PowerUnit
Packages that use PowerUnit
Package
Description
Units for version 4 of DJUNITS.
Utility classes for the unit package.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of PowerUnit in org.djunits.unit
Fields in org.djunits.unit declared as PowerUnitModifier and TypeFieldDescriptionstatic final PowerUnitPowerUnit.ERG_PER_SECONDerg per second.static final PowerUnitPowerUnit.FOOT_POUND_FORCE_PER_HOURfoot-pound-force per hour.static final PowerUnitPowerUnit.FOOT_POUND_FORCE_PER_MINUTEfoot-pound-force per minute.static final PowerUnitPowerUnit.FOOT_POUND_FORCE_PER_SECONDfoot-pound-force per second.static final PowerUnitPowerUnit.GIGAWATTgigawatt.static final PowerUnitPowerUnit.HORSEPOWER_METRIChorsepower (metric).static final PowerUnitPowerUnit.KILOWATTkiloawatt.static final PowerUnitPowerUnit.MEGAWATTmegawatt.static final PowerUnitPowerUnit.MICROWATTmicrowatt.static final PowerUnitPowerUnit.MILLIWATTmilliwatt.static final PowerUnitPowerUnit.PETAWATTpetawatt.static final PowerUnitPowerUnit.SIThe SI unit for power is watt.static final PowerUnitPowerUnit.STHENE_METER_PER_SECONDsthene-meter per second.static final PowerUnitPowerUnit.TERAWATTterawatt.static final PowerUnitPowerUnit.WATTwatt.Fields in org.djunits.unit with type parameters of type PowerUnit -
Uses of PowerUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as PowerUnitModifier and TypeFieldDescriptionstatic final PowerUnitUNITS.ERG_PER_SECONDstatic final PowerUnitstatic final PowerUnitstatic final PowerUnitstatic final PowerUnitUNITS.GIGAWATTstatic final PowerUnitUNITS.HORSEPOWER_METRICstatic final PowerUnitUNITS.KILOWATTstatic final PowerUnitUNITS.MEGAWATTstatic final PowerUnitUNITS.MICROWATTstatic final PowerUnitUNITS.MILLIWATTstatic final PowerUnitUNITS.PETAWATTstatic final PowerUnitUNITS.STHENE_METER_PER_SECONDstatic final PowerUnitUNITS.TERAWATTstatic final PowerUnitUNITS.WATT -
Uses of PowerUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type PowerUnitModifier and TypeMethodDescriptionfinal PowerMatrixReturn the current matrix as a power matrix, and provide a display unit.PowerMatrix.instantiateMatrix(DoubleMatrixData dmd, PowerUnit displayUnit) PowerMatrix.instantiateScalarSI(double valueSI, PowerUnit displayUnit) PowerMatrix.instantiateVector(DoubleVectorData dvd, PowerUnit displayUnit) Constructors in org.djunits.value.vdouble.matrix with parameters of type PowerUnitModifierConstructorDescriptionPowerMatrix(double[][] data, PowerUnit displayUnit) Construct a PowerMatrix from a double[][] object.PowerMatrix(double[][] data, PowerUnit displayUnit, StorageType storageType) Construct a PowerMatrix from a double[][] object.PowerMatrix(Collection<DoubleSparseValue<PowerUnit, Power>> data, PowerUnit displayUnit, int rows, int cols) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix(Collection<DoubleSparseValue<PowerUnit, Power>> data, PowerUnit displayUnit, int rows, int cols, StorageType storageType) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix(DoubleMatrixData data, PowerUnit displayUnit) Construct a PowerMatrix from an internal data object.PowerMatrix(Power[][] data, PowerUnit displayUnit) Construct a PowerMatrix from an array of an array of Power objects.PowerMatrix(Power[][] data, PowerUnit displayUnit, StorageType storageType) Construct a PowerMatrix from an array of an array of Power objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type PowerUnitModifierConstructorDescriptionPowerMatrix(Collection<DoubleSparseValue<PowerUnit, Power>> data, int rows, int cols) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix(Collection<DoubleSparseValue<PowerUnit, Power>> data, int rows, int cols, StorageType storageType) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix(Collection<DoubleSparseValue<PowerUnit, Power>> data, PowerUnit displayUnit, int rows, int cols) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix(Collection<DoubleSparseValue<PowerUnit, Power>> data, PowerUnit displayUnit, int rows, int cols, StorageType storageType) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of PowerUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type PowerUnitModifier and TypeMethodDescriptionfinal PowerReturn the current scalar as a power, and provide a display unit.final PowerPower.instantiateRel(double value, PowerUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type PowerUnit -
Uses of PowerUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type PowerUnitModifier and TypeMethodDescriptionfinal PowerVectorReturn the current vector as a power vector, and provide a display unit.PowerVector.instantiateScalarSI(double valueSI, PowerUnit displayUnit) PowerVector.instantiateVector(DoubleVectorData dvd, PowerUnit displayUnit) Constructors in org.djunits.value.vdouble.vector with parameters of type PowerUnitModifierConstructorDescriptionPowerVector(double[] data, PowerUnit displayUnit) Construct an PowerVector from a double[] object.PowerVector(double[] data, PowerUnit displayUnit, StorageType storageType) Construct an PowerVector from a double[] object.PowerVector(List<? extends Number> data, PowerUnit displayUnit) Construct an PowerVector from a list of Number objects or a list of Power objects.PowerVector(List<? extends Number> data, PowerUnit displayUnit, StorageType storageType) Construct an PowerVector from a list of Number objects or a list of Power objects.PowerVector(Map<Integer, ? extends Number> data, int size, PowerUnit displayUnit) Construct an PowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Power objects.PowerVector(Map<Integer, ? extends Number> data, int size, PowerUnit displayUnit, StorageType storageType) Construct an PowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Power objects.PowerVector(Power[] data, PowerUnit displayUnit) Construct an PowerVector from an array of Power objects.PowerVector(Power[] data, PowerUnit displayUnit, StorageType storageType) Construct an PowerVector from an array of Power objects.PowerVector(DoubleVectorData data, PowerUnit displayUnit) Construct an PowerVector from an internal data object. -
Uses of PowerUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type PowerUnitModifier and TypeMethodDescriptionfinal FloatPowerMatrixReturn the current matrix as a power matrix, and provide a display unit.FloatPowerMatrix.instantiateMatrix(FloatMatrixData fmd, PowerUnit displayUnit) FloatPowerMatrix.instantiateScalarSI(float valueSI, PowerUnit displayUnit) FloatPowerMatrix.instantiateVector(FloatVectorData fvd, PowerUnit displayUnit) Constructors in org.djunits.value.vfloat.matrix with parameters of type PowerUnitModifierConstructorDescriptionFloatPowerMatrix(float[][] data, PowerUnit displayUnit) Construct a FloatPowerMatrix from a float[][] object.FloatPowerMatrix(float[][] data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerMatrix from a float[][] object.FloatPowerMatrix(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, PowerUnit displayUnit, int rows, int cols) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, PowerUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix(FloatMatrixData data, PowerUnit displayUnit) Construct a FloatPowerMatrix from an internal data object.FloatPowerMatrix(FloatPower[][] data, PowerUnit displayUnit) Construct a FloatPowerMatrix from an array of an array of FloatPower objects.FloatPowerMatrix(FloatPower[][] data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerMatrix from an array of an array of FloatPower objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type PowerUnitModifierConstructorDescriptionFloatPowerMatrix(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, int rows, int cols) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, int rows, int cols, StorageType storageType) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, PowerUnit displayUnit, int rows, int cols) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, PowerUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of PowerUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type PowerUnitModifier and TypeMethodDescriptionfinal FloatPowerReturn the current scalar as a power, and provide a display unit.final FloatPowerFloatPower.instantiateRel(float value, PowerUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type PowerUnitModifierConstructorDescriptionFloatPower(double value, PowerUnit unit) Construct FloatPower scalar with a unit using a double value.FloatPower(float value, PowerUnit unit) Construct FloatPower scalar with a unit. -
Uses of PowerUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type PowerUnitModifier and TypeMethodDescriptionfinal FloatPowerVectorReturn the current vector as a power vector, and provide a display unit.FloatPowerVector.instantiateScalarSI(float valueSI, PowerUnit displayUnit) FloatPowerVector.instantiateVector(FloatVectorData fvd, PowerUnit displayUnit) Constructors in org.djunits.value.vfloat.vector with parameters of type PowerUnitModifierConstructorDescriptionFloatPowerVector(float[] data, PowerUnit displayUnit) Construct a FloatPowerVector from a float[] object.FloatPowerVector(float[] data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerVector from a float[] object.FloatPowerVector(List<? extends Number> data, PowerUnit displayUnit) Construct a FloatPowerVector from a list of Number objects or a list of FloatPower objects.FloatPowerVector(List<? extends Number> data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerVector from a list of Number objects or a list of FloatPower objects.FloatPowerVector(Map<Integer, ? extends Number> data, int size, PowerUnit displayUnit) Construct a FloatPowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPower objects.FloatPowerVector(Map<Integer, ? extends Number> data, int size, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPower objects.FloatPowerVector(FloatPower[] data, PowerUnit displayUnit) Construct a FloatPowerVector from an array of FloatPower objects.FloatPowerVector(FloatPower[] data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerVector from an array of FloatPower objects.FloatPowerVector(FloatVectorData data, PowerUnit displayUnit) Construct a FloatPowerVector from an internal data object.