Class ThermoMLBridge

java.lang.Object
org.episteme.natural.physics.loaders.thermoml.ThermoMLBridge

public class ThermoMLBridge extends Object
Bridge for converting ThermoML DTOs to core Episteme thermodynamics objects.

ThermoML is the IUPAC XML standard for thermophysical and thermochemical data. This bridge converts parsed ThermoML to Episteme chemistry and measurement structures.

Architecture

ThermoML → ThermoMLReader → ThermoML DTOs → ThermoMLBridge → Core Objects
                                                             ├── Molecule
                                                             ├── ThermodynamicProperty
                                                             └── ThermodynamicDataset
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)