KStateMachine / kstatemachine

KStateMachine is a Kotlin DSL library for creating state machines and statecharts.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
340 stars 19 forks source link

Make states nested #3

Closed nsk90 closed 3 years ago

nsk90 commented 3 years ago

With nested states it is possible to have a tree of states where child states inherit parent transitions. It is useful when a group of states have same transitions.

nsk90 commented 3 years ago

done in fe2343f8

add possibility to override parent transition in child states