whishlist.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. * Generation of LaTeX ... in drawio2cdf and/or in generated "simulator"?
  2. ---> In the generated file only. Though, I am not fully convinced the current syntax/way
  3. of doing it is 'clean'.
  4. TODO: LaTeX functions must be checked/altered (they must be ordered)
  5. ---> Add LaTeX generation of the flattened CBDs!
  6. * Custom LaTeX representation for custom blocks?
  7. ---> Can be defined by implementing a latex() function
  8. * Generate FMU (in the near future)
  9. * Restructure simulator based on Claudio's version
  10. ---> Complete restructure: done
  11. * In the future: refactor simulator to use internal (graph) structure from ModelverseState (MvS).
  12. This is the first step to full integration with the Modelverse. drawio will then be
  13. one possible visual interface for formalism-specific syntax-directed editing of Modelverse models
  14. * currently, remove graphViz (or keep for dependency graph)
  15. ---> The CBD class now has a "gvDepGraph(curIt)" function, which generates a graphviz file for the depgraph
  16. * docs to online sphinx hosting
  17. * Verbose simulation output?
  18. ---> Later, together with SysLog server and visualizer
  19. (Maybe using XML/VCD/...)
  20. As part of generic "simulation library".
  21. ---> Add tracers!
  22. ---> Create XML/VCD trace visualizer for generic use (allow discrete events, continuous transfers...)
  23. * Plotting: ggplot
  24. * Better conversion from drawio to CBD, using Andrei's and Joeri's work
  25. * Custom CBD Exception for better fine-grained error handling?
  26. -> Instead of "ValueError"s