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.GroupEvent |
GroupCollector.GroupEvent.predByName
Stack link for all groups with same name.
|
(package private) GroupCollector.GroupEvent |
GroupCollector.GroupEvent.predByParenthesis
Stack link for all groups with same parenthesis.
|
Modifier and Type | Field and Description |
---|---|
(package private) Map<String,GroupCollector.GroupEvent> |
GroupCollector.byName
Currently collecting event sets while visiting the events in source order.
|
(package private) Map<String,GroupCollector.GroupEvent> |
GroupCollector.byParenthesis
Currently collecting event sets while visiting the events in source order.
|
(package private) Multimap<Event,GroupCollector.GroupEvent> |
GroupCollector.groupEvents
Maps an event to all decoded group start, end, and singleton commands.
|
(package private) Map<String,GroupCollector.GroupEvent> |
GroupCollector.onlySets
The last event set created with this name.
|
protected Comparator<GroupCollector.GroupEvent> |
GroupCollector.sourceOrder
Cmpares to GroupEvents according to increasing time of creation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GroupCollector.closeSet(GroupCollector.GroupEvent ge,
String name,
String para)
Close a GroupEvent representing a set.
|
protected void |
GroupCollector.openSet(GroupCollector.GroupEvent ge,
String name,
String para)
Open a GroupEvent representing a set.
|