Changes between Initial Version and Version 1 of Ticket #2988, comment 6
- Timestamp:
- 07/11/19 16:49:35 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2988, comment 6
initial v1 5 5 3. Parts of self-configuration mechanism was transferred from EMMSucsessMap.cs to SelfConfiguration.cs. Now EMMSucsessMap used SelfConfiguration like one of data member. Other parts of project was adopted for this changing. 6 6 4. FileComunication class was added. It include the majority of functions for printing to files or reading from files. Here were realized possibility to write and read to hl files. 7 5. ModelTreeNode.cs has additional possibility -to write sub-model in string (then it is possible to write it in file).7 5. ModelTreeNode.cs has additional possibility: to write sub-model in string (then it is possible to write it in file). 8 8 6. InfixExpressionFormatter.cs can work with TreeModelNode. 9 9 7. Possibility for different map types to be readable from files was extended and cheeked.