| Package | Description |
|---|---|
| de.learnlib.api | |
| de.learnlib.mealy | |
| de.learnlib.oracles |
| Modifier and Type | Method and Description |
|---|---|
DefaultQuery<I,O> |
EquivalenceOracle.findCounterExample(A hypothesis,
Collection<? extends I> inputs)
Searches for a counterexample disproving the subjected hypothesis.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LearningAlgorithm.refineHypothesis(DefaultQuery<I,O> ceQuery)
Triggers a refinement of the model by providing a counterexample.
|
| Modifier and Type | Method and Description |
|---|---|
static <I,O> DefaultQuery<I,O> |
MealyUtil.reduceCounterExample(MealyMachine<?,I,?,O> hypothesis,
DefaultQuery<I,Word<O>> ceQuery) |
static <I,O> DefaultQuery<I,Word<O>> |
MealyUtil.shortenCounterExample(MealyMachine<?,I,?,O> hypothesis,
DefaultQuery<I,Word<O>> ceQuery) |
| Modifier and Type | Method and Description |
|---|---|
static <I,O> DefaultQuery<I,O> |
MealyUtil.reduceCounterExample(MealyMachine<?,I,?,O> hypothesis,
DefaultQuery<I,Word<O>> ceQuery) |
static <I,O> DefaultQuery<I,Word<O>> |
MealyUtil.shortenCounterExample(MealyMachine<?,I,?,O> hypothesis,
DefaultQuery<I,Word<O>> ceQuery) |
| Modifier and Type | Method and Description |
|---|---|
static <I,O> DefaultQuery<I,O> |
MQUtil.query(MembershipOracle<I,O> oracle,
Word<I> queryWord) |
static <I,O> DefaultQuery<I,O> |
MQUtil.query(MembershipOracle<I,O> oracle,
Word<I> prefix,
Word<I> suffix) |
Copyright © 2013. All Rights Reserved.