Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2988, comment 6


Ignore:
Timestamp:
07/11/19 16:49:35 (5 years ago)
Author:
msemenki
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2988, comment 6

    initial v1  
    553. 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.
    664. 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).
     75. ModelTreeNode.cs has additional possibility: to write sub-model in string (then it is possible to write it in file).
    886. InfixExpressionFormatter.cs can work with TreeModelNode.
    997. Possibility for different map types to be readable from files was extended and cheeked.