Project Modules

This project has declared the following modules:

Name Description
AutomataLib :: Commons :: Utilities Basic utility library containing several useful classes (e.g., a Pair class) to ease everyday programming.
AutomataLib :: Commons :: Smart Collections This library provides efficient implementations for various collection data structures (esp. linked lists and priority queues), which have very insufficient implementation in the Java Collections Foundations that makes it hard or even impossible to exploit their efficiencies.
AutomataLib :: Commons :: DOT Utilities 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.