I - input symbol typeD - output domain type@ParametersAreNonnullByDefault public interface SuffixOutput<I,D> extends Output<I,D>
Note that this is a special case of the Output feature, as computeOutput(input) =
computeSuffixOutput(epsilon, input).
| Modifier and Type | Method and Description |
|---|---|
default D |
computeOutput(Iterable<? extends I> input) |
D |
computeSuffixOutput(Iterable<? extends I> prefix,
Iterable<? extends I> suffix) |
Copyright © 2019. All rights reserved.