Module net.automatalib.core

This module contains concrete implementations for many of the automaton model interfaces defined in the API module. Additionally, it provides abstract base classes that facilitate implementing new automaton model classes. Note that concrete algorithms (traversal, reachability analysis etc.) are part of the net.automatalib.util module.

This module is provided by the following Maven dependency:

 <dependency>
   <groupId>net.automatalib</groupId>
   <artifactId>automata-core</artifactId>
   <version>${version}</version>
 </dependency>