Package de.learnlib.algorithm.kv.mealy
Class KearnsVaziraniMealyState<I,O>
- java.lang.Object
-
- de.learnlib.algorithm.kv.mealy.KearnsVaziraniMealyState<I,O>
-
- Type Parameters:
I
- The input alphabet type.O
- The output alphabet type.
public class KearnsVaziraniMealyState<I,O> extends Object
Class that contains all data that represent the internal state of theKearnsVaziraniMealy
learner.