Standard file format for describing hierarchical (nested) machines of final state?

I need to describe a hierarchical end state machine in a standard and portable format. Is there a generally accepted and supported file format that I should use?

Is there a more acceptable alternative than one of the above? Should I use one or the other of the above?

One example of portability is that I would like the chart to be read and used by an HSM simulator such as Matlab Stateflow .

+3
source share
1 answer

There is an OMG standard for exchanging UML diagrams . But I don’t get it. You can also use eclipse EMF UML2 , for which you can develop translators for other formats.

+1
source

All Articles