I - input symbol typeD - domain symbol typepublic interface StateLocalInputOracle<I,D> extends MembershipOracle<I,D>
MembershipOracle that adds the possibility to query for what continuations of a word
the membership function is still defined. That is, the membership function is undefined for any word, that continues
the queried input sequence with a symbol that is not contained in the returned set.| Modifier and Type | Interface and Description |
|---|---|
static interface |
StateLocalInputOracle.StateLocalInputDFAOracle<I> |
static interface |
StateLocalInputOracle.StateLocalInputMealyOracle<I,O> |
MembershipOracle.DFAMembershipOracle<I>, MembershipOracle.MealyMembershipOracle<I,O>| Modifier and Type | Method and Description |
|---|---|
Set<I> |
definedInputs(Word<? extends I> input) |
answerQuery, answerQuery, asOracle, processQueries, processQueryCopyright © 2019. All rights reserved.