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.GroupEventGroupCollector.GroupEvent.predByNameStack link for all groups with same name.(package private) GroupCollector.GroupEventGroupCollector.GroupEvent.predByParenthesisStack 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.byNameCurrently collecting event sets while visiting the events in source order.(package private) Map<String, GroupCollector.GroupEvent> GroupCollector.byParenthesisCurrently collecting event sets while visiting the events in source order.(package private) final Multimap<Event, GroupCollector.GroupEvent> GroupCollector.groupEventsMaps an event to all decoded group start, end, and singleton commands.(package private) Map<String, GroupCollector.GroupEvent> GroupCollector.onlySetsThe last event set created with this name.protected Comparator<GroupCollector.GroupEvent> GroupCollector.sourceOrderCompares to GroupEvents according to increasing time of creation.Methods in eu.bandm.tscore.base with parameters of type GroupCollector.GroupEventModifier and TypeMethodDescriptionprotected voidGroupCollector.closeSet(GroupCollector.GroupEvent ge, String name, String para) Close a GroupEvent representing a set.protected voidGroupCollector.openSet(GroupCollector.GroupEvent ge, String name, String para) Open a GroupEvent representing a set.