Uses of Class
org.djunits.unit.EnergyUnit
Packages that use EnergyUnit
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 EnergyUnit in org.djunits.unit
Fields in org.djunits.unit declared as EnergyUnitModifier and TypeFieldDescriptionstatic final EnergyUnitEnergyUnit.BTU_ISOBritish thermal unit (ISO).static final EnergyUnitEnergyUnit.BTU_ITBritish thermal unit (International Table).static final EnergyUnitEnergyUnit.CALORIEcalorie.static final EnergyUnitEnergyUnit.CALORIE_ITcalorie (International Table).static final EnergyUnitEnergyUnit.ELECTRONVOLTelectronvolt.static final EnergyUnitEnergyUnit.ERGerg (cgs).static final EnergyUnitEnergyUnit.FOOT_POUND_FORCEfoot-pound force.static final EnergyUnitEnergyUnit.GIGAELECTRONVOLTgiga-electronvolt.static final EnergyUnitEnergyUnit.GIGAJOULEgigajoule.static final EnergyUnitEnergyUnit.GIGAWATT_HOURgigawatt-hour.static final EnergyUnitEnergyUnit.INCH_POUND_FORCEinch-pound force.static final EnergyUnitEnergyUnit.JOULEJoule.static final EnergyUnitEnergyUnit.KILOCALORIEkilocalorie.static final EnergyUnitEnergyUnit.KILOELECTRONVOLTkilo-electronvolt.static final EnergyUnitEnergyUnit.KILOJOULEkilojoule.static final EnergyUnitEnergyUnit.KILOWATT_HOURkilowatt-hour.static final EnergyUnitEnergyUnit.MEGAELECTRONVOLTmega-electronvolt.static final EnergyUnitEnergyUnit.MEGAJOULEmegajoule.static final EnergyUnitEnergyUnit.MEGAWATT_HOURmegawatt-hour.static final EnergyUnitEnergyUnit.MICROELECTRONVOLTmicro-electronvolt.static final EnergyUnitEnergyUnit.MICROJOULEmicrojoule.static final EnergyUnitEnergyUnit.MICROWATT_HOURmicrowatt-hour.static final EnergyUnitEnergyUnit.MILLIELECTRONVOLTmilli-electronvolt.static final EnergyUnitEnergyUnit.MILLIJOULEmillijoule.static final EnergyUnitEnergyUnit.MILLIWATT_HOURmilliwatt-hour.static final EnergyUnitEnergyUnit.PETAJOULEpetajoule.static final EnergyUnitEnergyUnit.PETAWATT_HOURpetawatt-hour.static final EnergyUnitEnergyUnit.SIThe SI unit for energy is Joule (J) = kgm2/s2.static final EnergyUnitEnergyUnit.STHENE_METERsthene-meter (mts).static final EnergyUnitEnergyUnit.TERAJOULEterajoule.static final EnergyUnitEnergyUnit.TERAWATT_HOURterawatt-hour.static final EnergyUnitEnergyUnit.WATT_HOURwatt-hour.Fields in org.djunits.unit with type parameters of type EnergyUnitModifier and TypeFieldDescriptionstatic final Quantity<EnergyUnit>EnergyUnit.BASEThe base, with "kgm2/s2" as the SI signature. -
Uses of EnergyUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as EnergyUnitModifier and TypeFieldDescriptionstatic final EnergyUnitUNITS.BTU_ISOstatic final EnergyUnitUNITS.BTU_ITstatic final EnergyUnitUNITS.CALORIEstatic final EnergyUnitUNITS.CALORIE_ITstatic final EnergyUnitUNITS.ENERGY_ELECTRONVOLTstatic final EnergyUnitUNITS.ENERGY_GIGAELECTRONVOLTstatic final EnergyUnitUNITS.ENERGY_KILOELECTRONVOLTstatic final EnergyUnitUNITS.ENERGY_MEGAELECTRONVOLTstatic final EnergyUnitUNITS.ENERGY_MICROELECTRONVOLTstatic final EnergyUnitUNITS.ENERGY_MILLIELECTRONVOLTstatic final EnergyUnitUNITS.ERGstatic final EnergyUnitUNITS.FOOT_POUND_FORCEstatic final EnergyUnitUNITS.GIGAJOULEstatic final EnergyUnitUNITS.GIGAWATT_HOURstatic final EnergyUnitUNITS.INCH_POUND_FORCEstatic final EnergyUnitUNITS.JOULEstatic final EnergyUnitUNITS.KILOCALORIEstatic final EnergyUnitUNITS.KILOJOULEstatic final EnergyUnitUNITS.KILOWATT_HOURstatic final EnergyUnitUNITS.MEGAJOULEstatic final EnergyUnitUNITS.MEGAWATT_HOURstatic final EnergyUnitUNITS.MICROJOULEstatic final EnergyUnitUNITS.MICROWATT_HOURstatic final EnergyUnitUNITS.MILLIJOULEstatic final EnergyUnitUNITS.MILLIWATT_HOURstatic final EnergyUnitUNITS.PETAJOULEstatic final EnergyUnitUNITS.PETAWATT_HOURstatic final EnergyUnitUNITS.STHENE_METERstatic final EnergyUnitUNITS.TERAJOULEstatic final EnergyUnitUNITS.TERAWATT_HOURstatic final EnergyUnitUNITS.WATT_HOUR -
Uses of EnergyUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type EnergyUnitModifier and TypeMethodDescriptionfinal EnergyMatrixSIMatrix.asEnergy(EnergyUnit displayUnit) Return the current matrix as a energy matrix, and provide a display unit.EnergyMatrix.instantiateMatrix(DoubleMatrixData dmd, EnergyUnit displayUnit) EnergyMatrix.instantiateScalarSI(double valueSI, EnergyUnit displayUnit) EnergyMatrix.instantiateVector(DoubleVectorData dvd, EnergyUnit displayUnit) Constructors in org.djunits.value.vdouble.matrix with parameters of type EnergyUnitModifierConstructorDescriptionEnergyMatrix(double[][] data, EnergyUnit displayUnit) Construct a EnergyMatrix from a double[][] object.EnergyMatrix(double[][] data, EnergyUnit displayUnit, StorageType storageType) Construct a EnergyMatrix from a double[][] object.EnergyMatrix(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, EnergyUnit displayUnit, int rows, int cols) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.EnergyMatrix(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, EnergyUnit displayUnit, int rows, int cols, StorageType storageType) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.EnergyMatrix(DoubleMatrixData data, EnergyUnit displayUnit) Construct a EnergyMatrix from an internal data object.EnergyMatrix(Energy[][] data, EnergyUnit displayUnit) Construct a EnergyMatrix from an array of an array of Energy objects.EnergyMatrix(Energy[][] data, EnergyUnit displayUnit, StorageType storageType) Construct a EnergyMatrix from an array of an array of Energy objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type EnergyUnitModifierConstructorDescriptionEnergyMatrix(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, int rows, int cols) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.EnergyMatrix(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, int rows, int cols, StorageType storageType) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.EnergyMatrix(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, EnergyUnit displayUnit, int rows, int cols) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.EnergyMatrix(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, EnergyUnit displayUnit, int rows, int cols, StorageType storageType) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of EnergyUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type EnergyUnitModifier and TypeMethodDescriptionfinal EnergySIScalar.asEnergy(EnergyUnit displayUnit) Return the current scalar as a energy, and provide a display unit.final EnergyEnergy.instantiateRel(double value, EnergyUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type EnergyUnitModifierConstructorDescriptionEnergy(double value, EnergyUnit unit) Construct Energy scalar with a unit. -
Uses of EnergyUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type EnergyUnitModifier and TypeMethodDescriptionfinal EnergyVectorSIVector.asEnergy(EnergyUnit displayUnit) Return the current vector as a energy vector, and provide a display unit.EnergyVector.instantiateScalarSI(double valueSI, EnergyUnit displayUnit) EnergyVector.instantiateVector(DoubleVectorData dvd, EnergyUnit displayUnit) Constructors in org.djunits.value.vdouble.vector with parameters of type EnergyUnitModifierConstructorDescriptionEnergyVector(double[] data, EnergyUnit displayUnit) Construct an EnergyVector from a double[] object.EnergyVector(double[] data, EnergyUnit displayUnit, StorageType storageType) Construct an EnergyVector from a double[] object.EnergyVector(List<? extends Number> data, EnergyUnit displayUnit) Construct an EnergyVector from a list of Number objects or a list of Energy objects.EnergyVector(List<? extends Number> data, EnergyUnit displayUnit, StorageType storageType) Construct an EnergyVector from a list of Number objects or a list of Energy objects.EnergyVector(Map<Integer, ? extends Number> data, int size, EnergyUnit displayUnit) Construct an EnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Energy objects.EnergyVector(Map<Integer, ? extends Number> data, int size, EnergyUnit displayUnit, StorageType storageType) Construct an EnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Energy objects.EnergyVector(Energy[] data, EnergyUnit displayUnit) Construct an EnergyVector from an array of Energy objects.EnergyVector(Energy[] data, EnergyUnit displayUnit, StorageType storageType) Construct an EnergyVector from an array of Energy objects.EnergyVector(DoubleVectorData data, EnergyUnit displayUnit) Construct an EnergyVector from an internal data object. -
Uses of EnergyUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type EnergyUnitModifier and TypeMethodDescriptionfinal FloatEnergyMatrixFloatSIMatrix.asEnergy(EnergyUnit displayUnit) Return the current matrix as a energy matrix, and provide a display unit.FloatEnergyMatrix.instantiateMatrix(FloatMatrixData fmd, EnergyUnit displayUnit) FloatEnergyMatrix.instantiateScalarSI(float valueSI, EnergyUnit displayUnit) FloatEnergyMatrix.instantiateVector(FloatVectorData fvd, EnergyUnit displayUnit) Constructors in org.djunits.value.vfloat.matrix with parameters of type EnergyUnitModifierConstructorDescriptionFloatEnergyMatrix(float[][] data, EnergyUnit displayUnit) Construct a FloatEnergyMatrix from a float[][] object.FloatEnergyMatrix(float[][] data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyMatrix from a float[][] object.FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, EnergyUnit displayUnit, int rows, int cols) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, EnergyUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix(FloatMatrixData data, EnergyUnit displayUnit) Construct a FloatEnergyMatrix from an internal data object.FloatEnergyMatrix(FloatEnergy[][] data, EnergyUnit displayUnit) Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.FloatEnergyMatrix(FloatEnergy[][] data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type EnergyUnitModifierConstructorDescriptionFloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, int rows, int cols) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, int rows, int cols, StorageType storageType) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, EnergyUnit displayUnit, int rows, int cols) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, EnergyUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of EnergyUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type EnergyUnitModifier and TypeMethodDescriptionfinal FloatEnergyFloatSIScalar.asEnergy(EnergyUnit displayUnit) Return the current scalar as a energy, and provide a display unit.final FloatEnergyFloatEnergy.instantiateRel(float value, EnergyUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type EnergyUnitModifierConstructorDescriptionFloatEnergy(double value, EnergyUnit unit) Construct FloatEnergy scalar with a unit using a double value.FloatEnergy(float value, EnergyUnit unit) Construct FloatEnergy scalar with a unit. -
Uses of EnergyUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type EnergyUnitModifier and TypeMethodDescriptionfinal FloatEnergyVectorFloatSIVector.asEnergy(EnergyUnit displayUnit) Return the current vector as a energy vector, and provide a display unit.FloatEnergyVector.instantiateScalarSI(float valueSI, EnergyUnit displayUnit) FloatEnergyVector.instantiateVector(FloatVectorData fvd, EnergyUnit displayUnit) Constructors in org.djunits.value.vfloat.vector with parameters of type EnergyUnitModifierConstructorDescriptionFloatEnergyVector(float[] data, EnergyUnit displayUnit) Construct a FloatEnergyVector from a float[] object.FloatEnergyVector(float[] data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyVector from a float[] object.FloatEnergyVector(List<? extends Number> data, EnergyUnit displayUnit) Construct a FloatEnergyVector from a list of Number objects or a list of FloatEnergy objects.FloatEnergyVector(List<? extends Number> data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyVector from a list of Number objects or a list of FloatEnergy objects.FloatEnergyVector(Map<Integer, ? extends Number> data, int size, EnergyUnit displayUnit) Construct a FloatEnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEnergy objects.FloatEnergyVector(Map<Integer, ? extends Number> data, int size, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEnergy objects.FloatEnergyVector(FloatEnergy[] data, EnergyUnit displayUnit) Construct a FloatEnergyVector from an array of FloatEnergy objects.FloatEnergyVector(FloatEnergy[] data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyVector from an array of FloatEnergy objects.FloatEnergyVector(FloatVectorData data, EnergyUnit displayUnit) Construct a FloatEnergyVector from an internal data object.