incubator-version
Pre-release
Pre-release
Warning: This is an incubator version of the framework, not intended for general use.
Features:
- Basic Finite-State-Automaton framework.
- Supports State Transitions, Transitional Manager, and AutoStates.
In order to utilize in your project, add the API to your dependencies and make sure mavenCentral() is defined:
repositories {
mavenCentral()
}
dependencies {
implementation "io.github.software-hardware-codesign:automata4j:incubator"
}