I - input symbol typeO - output symbol typepublic static interface MembershipOracle.MealyMembershipOracle<I,O> extends MembershipOracle<I,Word<O>>
MembershipOracle that binds the output domain to Words of the specified
output type. Queries should be answered according to the Mealy output semantics (transition-based). This means an
input sequence of length n results in an output word of length n.MembershipOracle.DFAMembershipOracle<I>, MembershipOracle.MealyMembershipOracle<I,O>answerQuery, answerQuery, asOracle, processQueries, processQueryCopyright © 2019. All rights reserved.