Uses of Class
eu.bandm.tscore.model.EventSet
Packages that use EventSet
Package
Description
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.Umod main model class: Generic score model for
denotating time-based sequences of arbitrary
events.
-
Uses of EventSet in eu.bandm.music.top
Fields in eu.bandm.music.top with type parameters of type EventSetModifier and TypeFieldDescriptionScore_cwn.legatosEvent sets standing for legato arcs, parsed from the param track calledScore_cwn.paramname_articulation.Score_cwn.legatosEditorEvent sets standing for legato arcs, parsed from the param track calledScore_cwn.paramname_articulation_editor.Score_cwn.motifsGroups of events collected to represent "analytical brackets" for motifs, etc. -
Uses of EventSet in eu.bandm.tscore.base
Fields in eu.bandm.tscore.base declared as EventSetModifier and TypeFieldDescription(package private) EventSetGroupCollector.GroupEvent.eventSetResult.(package private) EventSet[]TendencyCollector.runningTendenciesSet of all currently collecting tendencies, when visiting the analysed events in source order.Method parameters in eu.bandm.tscore.base with type arguments of type EventSetModifier and TypeMethodDescriptionvoidGroupCollector.reify(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Iterable<Event> evs, Multimap<String, EventSet> result) Analyses the collected parameter text, and creates EventSets accordingly.voidTendencyCollector.reify(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Iterable<Event> evs, Map<String, EventSet> tendencies, Map<EventSet, @Opt E> startValues, Map<EventSet, @Opt E> endValues, Map<EventSet, @Opt String> startTexts, Map<EventSet, @Opt String> endTexts, Map<Event, E> singleton_explicit, Map<Event, E> singleton_inherited, Map<Event, String> singleton_text) Analyses the parameter text of the events by visiting them in the given order. -
Uses of EventSet in eu.bandm.tscore.model
Fields in eu.bandm.tscore.model with type parameters of type EventSetModifier and TypeFieldDescriptionprotected CheckedSet<EventSet> Event.containedInAll sets of events this event has been added to.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":235.5-236.5, see this pretty print.)
The type of this field isCheckedSet<EventSet(nevernull)>(nevernull)
Its value defaults to an empty collection.Methods in eu.bandm.tscore.model that return EventSetModifier and TypeMethodDescriptionEventSet.doclone()Clones this object.__SAX_Parser.fill_EventSet(Object res) Copies values of all common fields from the argument.__SAX_Parser.matchSAX_EventSet()Methods in eu.bandm.tscore.model that return types with arguments of type EventSetModifier and TypeMethodDescriptionEvent.get_containedIn()All sets of events this event has been added to.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":235.5-236.5, see this pretty print.)
Generated getter method.protected CheckedSet<EventSet> __SAX_Parser.parse_15()Methods in eu.bandm.tscore.model with parameters of type EventSetModifier and TypeMethodDescriptionprotected voidvoidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidvoid__SAX_Writer.dumpfields(EventSet e0) void__SAX_Parser.XMLPARSER_EventSet.fillFields(EventSet newobj) voidDump.follow_constructionSequence(EventSet element) voidMatch.follow_constructionSequence(EventSet element) voidSingleMatch.follow_constructionSequence(EventSet element) voidDump.follow_events(EventSet element) voidMatch.follow_events(EventSet element) voidSingleMatch.follow_events(EventSet element) voidDump.follow_voices(EventSet element) voidMatch.follow_voices(EventSet element) voidSingleMatch.follow_voices(EventSet element) voidMATCH_ONLY_00.followAll_constructionSequence(EventSet element) voidMATCH_ONLY_00.followAll_events(EventSet element) voidMATCH_ONLY_00.followAll_voices(EventSet element) voidvoid__SAX_Parser.XMLPARSER_EventSet.parsefields(EventSet newobj) protected voidprotected voidprotected voidDump.printscalars(EventSet e0) protected FormatMethod parameters in eu.bandm.tscore.model with type arguments of type EventSetModifier and TypeMethodDescriptionbooleanEvent.set_containedIn(CheckedSet<EventSet> val) All sets of events this event has been added to.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":235.5-236.5, see this pretty print.)
Updates the (mutable) instance destructively.