DavidDurman / statechart

Statechart implementation in JavaScript
MIT License
100 stars 16 forks source link

Harel's statechart formalism #18

Closed brucou closed 5 years ago

brucou commented 6 years ago

While reviewing the library, I was wondering whether you have the following features from Harel's statechart formalism:

I could not figure that out from Quantum Leaps web pages.

Thanks

EasonPai commented 6 years ago

I have the same question

brucou commented 6 years ago

From the source code, it seems the answer is no to both questions.

gregwebs commented 5 years ago

These both exist in the JS statechart lib that I wrote: https://github.com/gregwebs/StateTree

brucou commented 5 years ago

@gregwebs you should join this group : https://spectrum.chat/statecharts dedicated to state charts and let people know.