public static interface LearningExample.StateLocalInputMealyLearningExample<I,O> extends LearningExample<I,StateLocalInputMealyMachine<?,I,?,O>>
LearningExample refinement for StateLocalInputMealyMachine.
Note that while StateLocalInputMealyMachines can return information about their local inputs and are therefore in general partially defined, the
examples are total MealyMachines in order to be usable with the existing integration-test infrastructure
of (total) MealyMachines. The 'undefined' transitions are answered with getUndefinedOutput().
LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>, LearningExample.StateLocalInputMealyLearningExample<I,O>| Modifier and Type | Method and Description |
|---|---|
O |
getUndefinedOutput() |
getAlphabet, getReferenceAutomatonO getUndefinedOutput()
Copyright © 2020. All rights reserved.