- Type Parameters:
I - input symbol classO - (suffix) output class
- All Implemented Interfaces:
- MembershipOracle<I,O>, QueryAnswerer<I,O>
- Direct Known Subclasses:
- SimulatorOracle.DFASimulatorOracle, SimulatorOracle.MealySimulatorOracle
public class SimulatorOracle<I,O>
extends AbstractSingleQueryOracle<I,O>
A membership oracle backed by an automaton. The automaton must implement
the SuffixOutput concept, allowing to identify a suffix part in the output
(relative to a prefix/suffix subdivision in the input).
- Author:
- Malte Isberner