Uses of Class
org.episteme.natural.physics.loaders.thermoml.ThermoMLPropertyValue
Packages that use ThermoMLPropertyValue
Package
Description
ThermoML loader for IUPAC/NIST thermodynamic property data.
-
Uses of ThermoMLPropertyValue in org.episteme.natural.physics.loaders.thermoml
Methods in org.episteme.natural.physics.loaders.thermoml that return types with arguments of type ThermoMLPropertyValueModifier and TypeMethodDescriptionThermoMLDataReport.getPropertyValues()Returns an unmodifiable list of property values.Methods in org.episteme.natural.physics.loaders.thermoml with parameters of type ThermoMLPropertyValueModifier and TypeMethodDescriptionvoidThermoMLDataReport.addPropertyValue(ThermoMLPropertyValue value) Adds a property value to this report.Method parameters in org.episteme.natural.physics.loaders.thermoml with type arguments of type ThermoMLPropertyValueModifier and TypeMethodDescriptionvoidThermoMLDataReport.addPropertyValues(List<ThermoMLPropertyValue> values) Adds multiple property values to this report.