Module net.automatalib.serialization.dot

This module contains (de-) serializers for the DOT format. For further information about the DOT format, see https://graphviz.org/doc/info/lang.html.

This module is provided by the following Maven dependency:

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