Service
Table of Contents
Classes
- ContextBuilder
- Class ContextBuilder
- FactMapper
- FactMapper is responsible for transforming raw fact data into structured fact representations
suitable for further processing.
- ReportAssembler
- The ReportAssembler class is responsible for assembling and rendering structured reports
based on provided data and taxonomy configurations. It provides methods to create complete
report documents in various formats, including XHTML and XML.
- ReportFactRepository
- A repository class responsible for retrieving and normalizing fact data for reports.
- TaxonomyReaderService
- Class responsible for retrieving and managing taxonomy-related data, such as elements, labels,
parent-child relationships, and dimensions. Interacts with a MySQL database to perform queries
and return structured results.
- UnitBuilder