Package org.episteme.natural.chemistry.loaders.animl
package org.episteme.natural.chemistry.loaders.animl
Analytical Information Markup Language (AnIML) loader for Episteme.
This package provides classes for parsing AnIML files containing spectroscopic, chromatographic, and other analytical chemistry data. AnIML is an ASTM standard (E2077) for representing analytical instrument data.
Key Classes:
AnIMLReader- Main parser classAnIMLDocument- Parsed documentAnIMLExperimentStep- Experiment dataAnIMLSeriesData- Numerical series
Supported Analytical Techniques:
- Spectroscopy: UV-Vis, IR, NMR, MS
- Chromatography: GC, HPLC, IC
- Electrochemistry
- Thermal analysis: DSC, TGA
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
ClassDescriptionBridge for converting AnIML DTOs to core Episteme analytical chemistry objects.Represents an AnIML document containing analytical chemistry data.Exception thrown when AnIML parsing fails.Represents an experiment step in AnIML analytical data.Analytical Information Markup Language (AnIML) Reader.Represents a sample in AnIML analytical data.Represents a data series in AnIML analytical data.