Note that there are some explanatory texts on larger screens.

plurals
  1. POVisual statechart editor for non-programmers, with limited conditions, events and actions
    text
    copied!<p>I'm looking for some visual statechart-editor, for my customer. I'm building for him server application, and he needs tool to build statecarts and upload them to the servers. Ofcourse, the tool needs to have the capability to export to some readable format (such as <code>SCXML</code>), so I could build a reader for it. </p> <p>I saw some tools, like <code>fsm-editor</code>. But they can't be good for me, because I want to limit my customer to set of specific set of parametrized-conditions, parametrized-events and parametrized-actions.</p> <p>For example, I'll define:</p> <pre><code>conditions: coIsDoorOpen, coIsThereNAppelsOnTheTree(n as uint[0..200]), ... events: evLightOn, evLightOff, evTimeout(ms as uint[1..10,000]), ... actions: acSetAlarmOn, acCloseWindowN(n as uint[1..10]), ... </code></pre> <p>and my customer could build some dozens statecharts with those explicit predefined attributes (conds, events &amp; actions), and upload the export of them to the approperiate places.</p> <p>There is no need to be strict to one statechart-standard or to another. But I need support on this things:</p> <ul> <li>parametrized conditions/events/actions</li> <li>before entering/exiting state actions</li> </ul> <p>no need to support inner variables; I can use actions&amp;conditions for it.</p> <p>Is there any tool for it (preferably free)?</p> <p>If not - is there any OpenSource (C# / JS) implementation of editor that supports all abpve without the stricting of conds/events/actions, that I could easily break in to it and add the requested <em>strict mode</em>?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload