1.0.0-alpha-version
Pre-release
Pre-release
pavly-gerges
released this
15 Aug 10:04
·
10 commits
to master
since this release
What's Changed
- archives: added architecture class-diagram by @Scrappers-glitch in #6
- Code enhances by @Scrappers-glitch in #7
- TransitionalManager#transit(long, TransitionPath, TransitionalListener): code fix by @Scrappers-glitch in #8
Full Changelog: 1.0.0-pre-alpha...1.0.0-alpha
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-alpha"
}
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.