| Package | Description |
|---|---|
| de.learnlib.cache | |
| de.learnlib.cache.dfa | |
| de.learnlib.cache.mealy |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LearningCacheOracle.DFALearningCacheOracle<I>
Specialization of the
LearningCacheOracle interface for DFA learning. |
static interface |
LearningCacheOracle.MealyLearningCacheOracle<I,O>
Specialization of the
LearningCacheOracle interface for Mealy machine learning. |
| Modifier and Type | Class and Description |
|---|---|
class |
DFACacheOracle<I>
DFA cache.
|
class |
DFAHashCacheOracle<I> |
| Modifier and Type | Class and Description |
|---|---|
class |
MealyCacheOracle<I,O>
Mealy cache.
|
Copyright © 2014. All Rights Reserved.