I - input symbol typeD - output domain typepublic interface QueryAnswerer<I,D>
| Modifier and Type | Method and Description |
|---|---|
default D |
answerQuery(Word<I> input) |
D |
answerQuery(Word<I> prefix,
Word<I> suffix) |
default MembershipOracle<I,D> |
asOracle() |
Copyright © 2020. All rights reserved.