automata
This artifact contains the API of AutomataLib, which mainly consists of interfaces
for the various concepts and automaton models supported by the AutomataLib core.
In addition to that, it also defines some fundamental classes for dealing with
words of symbols.
Last Release on Mar 11, 2025
The core artifact of AutomataLib. This library contains concrete implementations for many
of the automaton model interfaces defined in the API artifact, as well as abstract
base classes that facilitate implementing new automaton model classes. Note that
concrete algorithms (traversal, reachability analysis etc.) are part of the automata-util artifact.
Last Release on Mar 11, 2025
Basic utility library containing several useful classes to ease everyday programming.
Last Release on Mar 11, 2025
This artifact provides various common utility operations for analyzing and manipulating
automata and graphs, such as traversal, minimization and copying.
Last Release on Mar 11, 2025
This artifact provides efficient implementations for various collection data structures
(esp. linked lists and priority queues), which have very insufficient implementation in
the Java Collections Framework that makes it hard or even impossible to exploit their
efficiencies.
Last Release on Mar 11, 2025
This utility artifact contains methods that facilitate interaction with the
<a href="http://www.graphviz.org/">GraphVIZ DOT</a> tool, and allows to render and
display DOT models directly from within the application.
Last Release on Jun 4, 2015