Dataflow Diagram
| DRC |
|---|
![]() |
Vectorization and Interpolation
Vectorization is used within the ETL procedure for DRC; therefore interpolation is required also.Normalization
DRC-relevant Stores
The stores that are relevant for DRC are:| Stores |
|---|
| DRCIMABase Store |
| DRCScenarios Store |
| DRCScenariosCount Store |
Column Calculators and Tuple Publishers
Column Calculators are used within the ETL procedure for DRC.The Tuple Publisher and Publisher Classes
The function of the TuplePublisher and its associated Publisher classes is to separate data in the incoming file row according to relevance to particular stores and applying ETL logic to incoming rows. The publishers that are employed, together with their descriptions, are listed in the following table:| Tuple Publisher Class | Function |
|---|---|
| DRCScenarioCountTuplePublisher | |
| DRCNonLinearIMABaseTuplePublisher | |
| DRCLinearIMABaseTuplePublisher |
