Skip to content

Services

Antoine Théate edited this page Feb 16, 2023 · 1 revision

MappingConfigurationService

The MappingConfigurationService takes care of handling all operation related to saving and loading configured mapping.

When opening an 10-25 Iteration, this service will take care of loading each saved configured mapping so the user is able to select one mapping to load. When processing a transfer of data, this service will save the current mapping done inside the ExternalIdentifierMap of the Iteration.

MatlabConnectorService

This service takes care of any operation against the MATLAB software. It provides capability to establish a connection to MATLAB and enable read/write operation to the software.

MatlabParserService

Based on the MParser project, this service is able to parse a MATLAB script and extract input variables.

A variable is defined as input if it represents any simple assignation (for example: a = 5)

Clone this wiki locally