Uses of Class
net.automatalib.serialization.fsm.parser.AbstractFSMParser
-
-
Uses of AbstractFSMParser in net.automatalib.serialization.fsm.parser
Subclasses of AbstractFSMParser in net.automatalib.serialization.fsm.parser Modifier and Type Class Description classAbstractFSM2MealyParser<I,O,A extends MutableMealyMachine<Integer,I,?,O>>An FSM parser for Mealy machines.classFSM2DFAParser<I,A extends MutableDFA<Integer,I>>Parses an FSM to a DFA.classFSM2MealyParserAlternating<I,O,A extends MutableMealyMachine<Integer,I,?,O>>Parses a Mealy machine with alternating edge semantics from an FSM source.classFSM2MealyParserIO<I,O,A extends MutableMealyMachine<Integer,I,?,O>>Parse a Mealy machine from an FSM source with straightforward edge semantics (as compared toFSM2MealyParserAlternating).
-