
net.pechorina.kairos.automat.Action.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kairos-automat Show documentation
Show all versions of kairos-automat Show documentation
Kairos Automat is a finite-state machine library
The newest version!
package net.pechorina.kairos.automat
typealias Action = (transition: Transition, automat: Automat) -> Unit
© 2015 - 2025 Weber Informatics LLC | Privacy Policy