Type Parameters:
I - the input type.
O - the output type.
R - the type of counterexample
All Superinterfaces:
LTSmin<I,MealyMachine<?,I,?,O>,R>, LTSminMealy<I,O,R>, ModelChecker<I,MealyMachine<?,I,?,O>,String,R>, ModelChecker.MealyModelChecker<I,O,String,R>
All Known Implementing Classes:
LTSminLTLIO, LTSminMonitorIO

public interface LTSminIO<I,O,R> extends LTSminMealy<I,O,R>
A model checker using LTSmin for Mealy machines using synchronous edge semantics.

The implementation uses FSM2MealyParserIO, and Mealy2ETFWriterIO, to read the MealyMachine, and write the MealyMachine respectively.