1.0.0-beta-version
Pre-release
Pre-release
What's Changed
- Reorganize examples by @Scrappers-glitch in #9
- archives/architecture: updated architecture documents by @Scrappers-glitch in #10
- Cascading transition paths by @Scrappers-glitch in #12
Full Changelog: 1.0.0-alpha...1.0.0-beta
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:1.0.0-beta"
}
Notes:
- Use the examples provided by the API for best practices!
- At least, make sure to read and understand this manual file.
- For more about finite-states, use the Automata4j-wiki.