Class FSM2MealyParserIO<I,​O>

  • Type Parameters:
    I - the input type
    O - the output type
    All Implemented Interfaces:
    ModelDeserializer<CompactMealy<I,​O>>

    public final class FSM2MealyParserIO<I,​O>
    extends AbstractFSM2MealyParser<I,​O>
    Parse a Mealy machine from an FSM source, with straightforward edge semantics.