I - input symbol typeD - (suffix) output domain typepublic class SimulatorOracle<I,D> extends AbstractSingleQueryOracle<I,D>
SuffixOutput concept, allowing to identify a suffix part in the output
(relative to a prefix/suffix subdivision in the input).| Modifier and Type | Class and Description |
|---|---|
static class |
SimulatorOracle.DFASimulatorOracle<I> |
static class |
SimulatorOracle.MealySimulatorOracle<I,O> |
AbstractSingleQueryOracle.AbstractSingleQueryOracleDFA<I>, AbstractSingleQueryOracle.AbstractSingleQueryOracleMealy<I,O>MembershipOracle.DFAMembershipOracle<I>, MembershipOracle.MealyMembershipOracle<I,O>| Constructor and Description |
|---|
SimulatorOracle(SuffixOutput<I,D> automaton)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
D |
answerQuery(Word<I> prefix,
Word<I> suffix) |
processQueriesCopyright © 2015. All Rights Reserved.