| Interface | Description |
|---|---|
| InputPart |
Interface for
Enums that define parts of input terms. |
| Class | Description |
|---|---|
| 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. |
| InputAnalyzer.InputAnalyzerBuilder<G extends Enum<G>,P extends Enum<P> & InputPart> |
Builder for
InputAnalyzers. |
| InputGroup<P extends Enum<P> & InputPart> | |
| InputGroup.InputGroupBuilder<P extends Enum<P> & InputPart> |
A builder for
InputGroups. |
| Enum | Description |
|---|---|
| PartOccurrenceMode |
Describes the occurrence of a part in a group.
|
Copyright © 2020. All rights reserved.