AutomataLib 13.0.0 API

Modules
Module
Description
This module contains the API of AutomataLib, which mainly consists of interfaces for the various concepts and automaton models supported by the AutomataLib core.
This module contains adapter classes for treating the Automaton objects from the BRICS library as AutomataLib models.
This module contains a collection of utility methods to parse AutomataLib specific settings.
This module contains efficient implementations for various collection data structures.
This module contains several useful classes to ease everyday programming.
This module contains concrete implementations for many of the automaton model interfaces defined in the API module.
This module contains algorithms for incrementally constructing DFAs (prefix-closed and non-prefix-closed), Mealy machines, and Moore machines from a finite, incrementally growing set of example inputs/outputs.
This module contains the integration of the model checker LTSmin as described in the paper Sound Black-Box Checking in the LearnLib by Jeroen Meijer and Jaco van de Pol.
This module contains the implementation of the model checker presented in the paper M3C: Modal Meta Model Checking by Bernhard Steffen and Alnis Murtovi.
This module contains (de-) serializers for the AUT format.
This module contains (de-) serializers for the BA format.
This module contains (de-) serializers for the DOT format.
This module contains serializers for LTSmin's Enumerated Table Format (ETF).
This module contains deserializers for the Finite State Machine (FSM) format as used by LTSmin.
This module contains (de-) serializers for the legacy LearnLibV2 format.
This module contains (de-) serializers for the Mata automaton format.
This module contains (de-) serializers for the Simple Automaton Format (SAF).
This module contains (de-) serializers for the Textual Automaton Format (TAF).
This module contains several utility methods for the different types of automata, transition systems, and graphs supported by AutomataLib.
This module contains VisualizationProviders based on the GraphVIZ DOT tool.
This module contains a VisualizationProvider based on the JUNG library.