Package | Description |
---|---|
eu.bandm.tscore.base |
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework. |
Modifier and Type | Class and Description |
---|---|
static class |
Translet.PlusParser<D>
Repetition parser which does not allow allow empty list as result.
|
static class |
Translet.StarParser<D>
Repetition parser which allows empty list as result.
|