| Package | Description |
|---|---|
| de.learnlib.algorithms.ttt.base | |
| de.learnlib.algorithms.ttt.dfa | |
| de.learnlib.algorithms.ttt.mealy |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractTTTHypothesis<I,D,?> |
AbstractTTTLearner.hypothesis |
| Modifier and Type | Method and Description |
|---|---|
AbstractTTTHypothesis<I,D,?> |
AbstractTTTLearner.getHypothesisDS() |
| Constructor and Description |
|---|
AbstractTTTLearner(net.automatalib.words.Alphabet<I> alphabet,
MembershipOracle<I,D> oracle,
AbstractTTTHypothesis<I,D,?> hypothesis,
BaseTTTDiscriminationTree<I,D> dtree,
AcexAnalyzer analyzer) |
| Modifier and Type | Class and Description |
|---|---|
class |
TTTHypothesisDFA<I> |
| Modifier and Type | Class and Description |
|---|---|
class |
TTTHypothesisMealy<I,O> |
Copyright © 2018. All rights reserved.