| Interface | Description |
|---|---|
| POParserConstants |
Token literal values and constants.
|
| UPParserConstants |
Token literal values and constants.
|
| Class | Description |
|---|---|
| POChanger<T> |
This class is meant to provide a structure to change preference orders and compare the results between changes
|
| POParser | |
| POParserTokenManager |
Token Manager.
|
| POWriter<T> | |
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| Token |
Describes the input token stream.
|
| UPParser |
Update Parser for reading updates for dynamic Preference Aggregation
Please note: update file syntax changed from
(index, operation, amount, element)
e.g.
|
| UPParserTokenManager |
Token Manager.
|
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| TokenMgrError |
Token Manager Error.
|