| Package | Description |
|---|---|
| de.learnlib.algorithms.ttt.base | |
| de.learnlib.algorithms.ttt.dfa | |
| de.learnlib.algorithms.ttt.mealy |
| Modifier and Type | Field and Description |
|---|---|
protected TTTHypothesis<I,D,?> |
BaseTTTLearner.hypothesis |
| Modifier and Type | Method and Description |
|---|---|
TTTHypothesis<I,D,?> |
BaseTTTLearner.getHypothesisDS() |
| Constructor and Description |
|---|
BaseTTTLearner(Alphabet<I> alphabet,
MembershipOracle<I,D> oracle,
TTTHypothesis<I,D,?> hypothesis,
LocalSuffixFinder<? super I,? super D> suffixFinder) |
| Modifier and Type | Class and Description |
|---|---|
class |
TTTHypothesisDFA<I> |
| Modifier and Type | Class and Description |
|---|---|
class |
TTTHypothesisMealy<I,O> |
Copyright © 2015. All Rights Reserved.