Interface LTSminAlternating<I,O,R>

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:
LTSminLTLAlternating, LTSminMonitorAlternating

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

The implementation uses FSM2MealyParserAlternating, and Mealy2ETFWriterAlternating, to read the MealyMachine, and write the MealyMachine respectively.