KStateMachine / kstatemachine

KStateMachine is a powerful Kotlin Multiplatform library with clean DSL syntax for creating complex state machines and statecharts driven by Kotlin Coroutines.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
358 stars 21 forks source link

Proposal to add the option to use event class names as transition labels in PlantUML export #75

Closed jmichaud closed 10 months ago

jmichaud commented 10 months ago

Added this so that PlantUML export has the option of including Event Class names for transition labels, especially in smaller state machines where the transition isn't explicitly named.

Set default to false so it shouldn't change any behavior for existing code.

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication