Class ThermodynamicProperty
java.lang.Object
org.episteme.natural.chemistry.thermodynamics.ThermodynamicProperty
Represents a single thermodynamic property measurement.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Quantity<?> Quantity<?> getUnit()getValue()voidsetCompound(Molecule compound) voidsetMixtureComponents(List<Molecule> mixtureComponents) voidvoidsetPressure(Quantity<?> pressure) voidsetTemperature(Quantity<?> temperature) voidvoidsetUncertainty(double uncertainty) voidsetUncertainty(Real uncertainty) voidvoidsetValue(double value) void
-
Constructor Details
-
ThermodynamicProperty
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
setValue
public void setValue(double value) -
getUnit
-
setUnit
-
getTemperature
-
setTemperature
-
getPressure
-
setPressure
-
getUncertainty
-
setUncertainty
-
setUncertainty
public void setUncertainty(double uncertainty) -
getCompound
-
setCompound
-
getMixtureComponents
-
setMixtureComponents
-
setTrait
-
getTrait
-