Overview
Handling of IMD16 is split into 3 levels of processing:
flowchart TD
reading["Reading/Parsing IMD16 XML"]
mapping["Mapping/Indexing into internal knowledge"]
rendering["Rendering into desired format"]
rendering-->mapping-->reading
The following table gives an overview about current status of the implementation:
| Name | Features implemented | Coverage | Comment |
|---|---|---|---|
| Reading IMD16 | ⏳ (123/126) |
~97% | All constucts out ofilisMeta16.ili (version 2022-04-28)can be read into Python see Reading IlisMeta16 |
| Index Mapper | ⏳ (10/21) |
~48% | Ongoing DEV process see Index Mapper |
| Python Classes (renderer) |
⏳ | Demonstrator tool, see Python Classes | |
| UML Diagrams (renderer) |
✅ (7/7) |
100% | Demonstrator tool, see UML Diagrams |