| 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 | Field and Description |
|---|---|
(package private) GroupCollector.Kind |
GroupCollector.GroupEvent.kind
Whether start, end, or singleton
|
| Modifier and Type | Method and Description |
|---|---|
static GroupCollector.Kind |
GroupCollector.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupCollector.Kind[] |
GroupCollector.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GroupEvent(GroupCollector.Kind kind,
@Opt String parenthesis,
@Opt String name,
@Opt Integer number,
String additionalText)
Constructor which sets all parameters.
|