| Interface | Description |
|---|---|
| LearningCache<A,I,O> |
Interface for a cache used in automata learning.
|
| LearningCache.DFALearningCache<I> |
Specialization of the
LearningCache interface for DFA learning. |
| LearningCache.MealyLearningCache<I,O> |
Specialization of the
LearningCache interface for Mealy machine learning. |
| LearningCacheOracle<A,I,D> |
A
learning cache that also serves as a membership oracle. |
| LearningCacheOracle.DFALearningCacheOracle<I> |
Specialization of the
LearningCacheOracle interface for DFA learning. |
| LearningCacheOracle.MealyLearningCacheOracle<I,O> |
Specialization of the
LearningCacheOracle interface for Mealy machine learning. |
| Class | Description |
|---|---|
| Caches | Deprecated
since 2014-01-24.
|
Copyright © 2015. All Rights Reserved.