LEMS / jLEMS

Java Interpreter for the Low Entropy Model Specification language
https://docs.neuroml.org/Userdocs/Software/jLEMS.html
MIT License
8 stars 10 forks source link

Adding serialization for ref components #82

Closed adrianq closed 8 years ago

adrianq commented 8 years ago

This PR provides a mechanism to serialize components that have been previously resolved and therefore the ref components can not be found in the root level but inside each component. Basically, a variable includeRefComponents (which by default is set to false) can be initialised in the constructor. If it is set to true ref components will be included at the root level of the serialised string.

@pgleeson You made some commits in this branch... I am not sure if they are fully tested. If you don't want those commits to go in to development, just let me know and I will cherry pick my changes and create the PR from another branch.

pgleeson commented 8 years ago

Also adds Event recording to jLEMS, for #67