Releases: Electrostat-Lab/Automata4j
Releases · Electrostat-Lab/Automata4j
1.0.0-beta-version
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.
1.0.0-alpha-version
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.
1.0.0-pre-alpha-version
What's Changed
- Automata4j: added CI/CD and fix javadoc errors by @Scrappers-glitch in #1
- Dfsa implementation by @Scrappers-glitch in #2
- Automata4j-API: Fix javadoc and code enhancements by @Scrappers-glitch in #4
- variables.sh: updated maven-3 version by @Scrappers-glitch in #5
Full Changelog: https://github.com/Software-Hardware-Codesign/Automata4j/commits/1.0.0-pre-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-pre-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.
incubator-version
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"
}