Package net.automatalib.serialization.fsm.parser
-
Class Summary Class Description AbstractFSM2MealyParser<I,O,A extends MutableMealyMachine<Integer,I,?,O>> An FSM parser for Mealy machines.AbstractFSMParser<I> This class provides methods to parse automata in FSM format.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
). -
Enum Summary Enum Description AbstractFSMParser.Part An enumeration for the three parts in the FSM file.