Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- more customizable slice command added possibility to specify parent folder and prefixing for generated files - more customizable trace generation logger added possibility to specify parent folder and prefixing for generated files - options for the draw command (default as sequence diagram, option for tree term) - created io package for centralizing code for handling inputs and outputs of the tool - added cluster manipulation in graphviz module and other little things - refactored rendering (both the code for drawing individual interactions and for the graphic logger), clearly separate the code according to the representation it participates in (as sequence diagram or as term representation) - more customizable graphic logger added possibility to: + specify parent folder + specify output file name + to put on each node either or both of a sd repr or a term repr - different temp folders for different loggers so as to avoid potential side effects - started working on generation of interaction files (hif) from interactions - made a dedicated module in core/transformation to centralize the definitions of all syntaxic term transformations for later use in canonization, merging and others - refactored a bit input hcf parser - re-implemented canonization feature with the new unified process format
- Loading branch information