Reference¶
R2X Core provides data file management, parser, and exporter framework classes:
Core Classes¶
System
- Core system containerDataStore
- Data file storageDataReader
- Data reading utilityBaseParser
- Parser base classPluginConfig
- Configuration baseBaseExporter
- Exporter base classPluginManager
- Plugin managementPluginComponent
- Plugin containerFileFormat
- File format enum
For detailed API documentation with examples and method signatures, see the Complete API Documentation.
Documentation Coverage¶
Filename |
Total |
Covered |
Missing |
Coverage in % |
---|---|---|---|---|
📦r2x_core |
0 |
0 |
0 |
-100.0% |
📦r2x_core |
1 |
1 |
0 |
100.0% |
📦units |
5 |
5 |
0 |
100.0% |
⚙️_mixins |
9 |
9 |
0 |
100.0% |
⚙️_specs |
6 |
6 |
0 |
100.0% |
⚙️_utils |
7 |
7 |
0 |
100.0% |
⚙️datafile |
3 |
3 |
0 |
100.0% |
⚙️exceptions |
6 |
6 |
0 |
100.0% |
⚙️exporter |
5 |
5 |
0 |
100.0% |
⚙️file_readers |
6 |
6 |
0 |
100.0% |
⚙️file_types |
9 |
9 |
0 |
100.0% |
⚙️h5_readers |
5 |
5 |
0 |
100.0% |
⚙️parser |
13 |
13 |
0 |
100.0% |
⚙️plugin_config |
5 |
5 |
0 |
100.0% |
⚙️plugins |
22 |
22 |
0 |
100.0% |
⚙️processors |
19 |
19 |
0 |
100.0% |
⚙️reader |
10 |
10 |
0 |
100.0% |
⚙️store |
16 |
16 |
0 |
100.0% |
⚙️system |
12 |
12 |
0 |
100.0% |
⚙️utils |
3 |
3 |
0 |
100.0% |
Overall (20 files): |
1 |
1 |
0 |
100.0% |