Uses of Class
eu.bandm.tscore.base.GroupCollector.GroupEvent
Packages that use GroupCollector.GroupEvent
Package
Description
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.-
Uses of GroupCollector.GroupEvent in eu.bandm.tscore.base
Fields in eu.bandm.tscore.base declared as GroupCollector.GroupEventModifier and TypeFieldDescription(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.Fields in eu.bandm.tscore.base with type parameters of type GroupCollector.GroupEventModifier and TypeFieldDescription(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) final 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.Methods in eu.bandm.tscore.base with parameters of type GroupCollector.GroupEventModifier and TypeMethodDescriptionprotected 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.