| Modifier and Type | Class and Description |
|---|---|
class |
InputAnalyzer<G extends Enum<G>,P extends Enum<P> & InputPart>
An analyzer that might be used in cases where an input term has to be checked
against a set of
InputGroup. |
static class |
InputAnalyzer.InputAnalyzerBuilder<G extends Enum<G>,P extends Enum<P> & InputPart>
Builder for
InputAnalyzers. |
class |
InputGroup<P extends Enum<P> & InputPart>
|
static class |
InputGroup.InputGroupBuilder<P extends Enum<P> & InputPart>
A builder for
InputGroups. |
| Modifier and Type | Method and Description |
|---|---|
static <G extends Enum<G>,P extends Enum<P> & InputPart> |
InputAnalyzer.forGroup(G identifier,
InputGroup<P> group)
Begins a new
InputAnalyzer.InputAnalyzerBuilder. |
static <P extends Enum<P> & InputPart> |
InputGroup.forPart(P inputPart)
Begins a new
InputGroup.InputGroupBuilder. |
static <P extends Enum<P> & InputPart> |
InputGroup.forPart(P inputPart,
PartOccurrenceMode partOccurrenceMode)
Begins a new
InputGroup.InputGroupBuilder. |
Copyright © 2020. All rights reserved.