問題タブ [state-diagram]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
uml - UML 状態図でのガードのみの状態遷移
私が理解している限りでは、UML 状態図で次のような遷移を行うことができます。
- イベント[ガード]/アクション
- イベント[]/アクション
- イベント
http://www.sparxsystems.com/resources/uml2_tutorial/uml2_statediagram.html
UML では、ガードのみでイベントとアクションなしで遷移することも可能/有効ですか?
- ノーイベント[ガード]/ノーアクション
ありがとう!
regex - 表示されているマシンの正規表現は何ですか?
私はこの問題に取り組んでおり、このマシンを記述する言語の正規表現として 0*1+(00 U 01)* を得ました。これは正しいです?または、より良い/より簡単な答えはありますか?