| Home | Trees | Indices | Help |
|
|---|
|
|
Convert Finite State Machines to State Chart XML (SCXML)
| Functions | |||
| SCXML str |
|
||
| Variables | |
__package__ = Nonehash(x) |
|
| Function Details |
Convert Mealy machine to SCXML. Using examples/transys/machine_examples: >>> from machine_examples import garage_counter >>> from tulip.transys.export import machine2scxml >>> m = garage_counter() >>> s = machine2scxml.mealy2scxml(m) >>> f = open('mealy.scxml', 'w') >>> f.write(s) >>> f.close() See Alsotransys.machines.mealy
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Nov 19 00:11:17 2016 | http://epydoc.sourceforge.net |