Package net.automatalib.serialization.fsm.parser
package net.automatalib.serialization.fsm.parser
-
ClassDescriptionAbstractFSM2MealyParser<I,
O, A extends MutableMealyMachine<Integer, I, ?, O>> An FSM parser for Mealy machines.This class provides methods to parse automata in FSM format.An enumeration for the three parts in the FSM file.FSM2DFAParser<I,A extends MutableDFA<Integer, I>> Parses an FSM to a DFA.FSM2MealyParserAlternating<I,O, A extends MutableMealyMachine<Integer, I, ?, O>> Parses a Mealy machine with alternating edge semantics from an FSM source.FSM2MealyParserIO<I,O, A extends MutableMealyMachine<Integer, I, ?, O>> Parse a Mealy machine from an FSM source with straightforward edge semantics (as compared toFSM2MealyParserAlternating).