| Package | Description |
|---|---|
| de.learnlib.algorithms.adt.api | |
| de.learnlib.algorithms.adt.config.model.replacer | |
| de.learnlib.algorithms.adt.learner |
| Modifier and Type | Method and Description |
|---|---|
<S,I,O> Set<ReplacementResult<S,I,O>> |
SubtreeReplacer.computeReplacements(MealyMachine<S,I,?,O> hypothesis,
Alphabet<I> inputs,
ADT<S,I,O> adt)
Compute how certain nodes of the ADT should be replaced.
|
| Modifier and Type | Method and Description |
|---|---|
<S,I,O> Set<ReplacementResult<S,I,O>> |
ExhaustiveReplacer.computeReplacements(MealyMachine<S,I,?,O> hypothesis,
Alphabet<I> inputs,
ADT<S,I,O> adt) |
<S,I,O> Set<ReplacementResult<S,I,O>> |
SingleReplacer.computeReplacements(MealyMachine<S,I,?,O> hypothesis,
Alphabet<I> inputs,
ADT<S,I,O> adt) |
<S,I,O> Set<ReplacementResult<S,I,O>> |
LevelOrderReplacer.computeReplacements(MealyMachine<S,I,?,O> hypothesis,
Alphabet<I> inputs,
ADT<S,I,O> adt) |
| Modifier and Type | Method and Description |
|---|---|
ADT<ADTState<I,O>,I,O> |
ADTLearner.getADT() |
Copyright © 2020. All rights reserved.