I - input symbol typeD - output domain typepublic class CompleteExplorationEQOracle<I,D> extends Object implements EquivalenceOracle<DetOutputAutomaton<?,I,?,D>,I,D>
EquivalenceOracle.DFAEquivalenceOracle<I>, EquivalenceOracle.MealyEquivalenceOracle<I,O>| Constructor and Description |
|---|
CompleteExplorationEQOracle(MembershipOracle<I,D> sulOracle,
int maxDepth)
Constructor.
|
CompleteExplorationEQOracle(MembershipOracle<I,D> sulOracle,
int minDepth,
int maxDepth)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultQuery<I,D> |
findCounterExample(DetOutputAutomaton<?,I,?,D> hypothesis,
Collection<? extends I> alphabet) |
public CompleteExplorationEQOracle(MembershipOracle<I,D> sulOracle, int maxDepth)
sulOracle - interface to the system under learningmaxDepth - maximum exploration depthpublic CompleteExplorationEQOracle(MembershipOracle<I,D> sulOracle, int minDepth, int maxDepth)
sulOracle - interface to the system under learningminDepth - minimum exploration depthmaxDepth - maximum exploration depthpublic DefaultQuery<I,D> findCounterExample(DetOutputAutomaton<?,I,?,D> hypothesis, Collection<? extends I> alphabet)
findCounterExample in interface EquivalenceOracle<DetOutputAutomaton<?,I,?,D>,I,D>Copyright © 2015. All Rights Reserved.