public interface LearningExample<I,D,A extends UniversalAutomaton<?,I,?,?,?> & SuffixOutput<I,D>>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LearningExample.DFALearningExample<I> |
static interface |
LearningExample.MealyLearningExample<I,O> |
| Modifier and Type | Method and Description |
|---|---|
Alphabet<I> |
getAlphabet() |
A |
getReferenceAutomaton() |
Copyright © 2015. All rights reserved.