public class SimulatorEQOracle<I,O> extends Object implements EquivalenceOracle<UniversalDeterministicAutomaton<?,I,?,?,?>,I,O>
| Constructor and Description |
|---|
SimulatorEQOracle(R reference) |
| Modifier and Type | Method and Description |
|---|---|
DefaultQuery<I,O> |
findCounterExample(UniversalDeterministicAutomaton<?,I,?,?,?> hypothesis,
Collection<? extends I> alphabet) |
public SimulatorEQOracle(R reference)
public DefaultQuery<I,O> findCounterExample(UniversalDeterministicAutomaton<?,I,?,?,?> hypothesis, Collection<? extends I> alphabet)
findCounterExample in interface EquivalenceOracle<UniversalDeterministicAutomaton<?,I,?,?,?>,I,O>Copyright © 2013. All Rights Reserved.