Add the ability to run pynoptic and output a JSON object of the final model /
partition graph for use in the in-progress pynoptic frontend. Add a flag to do
this. It would be best to add a new class in the package synoptic.model.export
for this purpose which might be parameterized in the future if need be.
The structure of the JSON object should be similar to the following:
1. log: one object per trace containing one object per event
2. partitions: one object per partition containing one object per eventNode and
the eventType
3. invariants: one object per invariant
Original issue reported on code.google.com by tonyohm...@gmail.com on 30 Oct 2013 at 2:35
Original issue reported on code.google.com by
tonyohm...@gmail.com
on 30 Oct 2013 at 2:35