Uses of Class
eu.bandm.tscore.model.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
Modifier and TypeFieldDescriptionScore_cwn.legatos
Event sets standing for legato arcs, parsed from the param track calledScore_cwn.paramname_articulation
.Score_cwn.motifs
Groups of events collected to represent "analytical brackets" for motifs, etc. -
Uses of EventSet in eu.bandm.tscore.base
Modifier and TypeFieldDescription(package private) EventSet
GroupCollector.GroupEvent.eventSet
Result.(package private) EventSet[]
TendencyCollector.runningTendencies
Set of all currently collecting tendencies, when visiting the analysed events in source order.Modifier and TypeMethodDescriptionvoid
GroupCollector.reify
(MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg, Iterable<Event> evs, Multimap<String, EventSet> result) Analyses the collected parameter text, and creates EventSets accordingly.void
TendencyCollector.reify
(MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.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
Modifier and TypeFieldDescriptionprotected CheckedSet<EventSet>
Event.containedIn
All sets of events this event has been added to.Modifier 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()
Modifier and TypeMethodDescriptionEvent.get_containedIn()
All sets of events this event has been added to.protected CheckedSet<EventSet>
__SAX_Parser.parse_15()
Modifier and TypeMethodDescriptionprotected void
void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
void
__SAX_Writer.dumpfields
(EventSet e0) void
__SAX_Parser.XMLPARSER_EventSet.fillFields
(EventSet newobj) void
Dump.follow_constructionSequence
(EventSet element) void
Match.follow_constructionSequence
(EventSet element) void
SingleMatch.follow_constructionSequence
(EventSet element) void
Dump.follow_events
(EventSet element) void
Match.follow_events
(EventSet element) void
SingleMatch.follow_events
(EventSet element) void
Dump.follow_voices
(EventSet element) void
Match.follow_voices
(EventSet element) void
SingleMatch.follow_voices
(EventSet element) void
MATCH_ONLY_00.followAll_constructionSequence
(EventSet element) void
MATCH_ONLY_00.followAll_events
(EventSet element) void
MATCH_ONLY_00.followAll_voices
(EventSet element) void
void
__SAX_Parser.XMLPARSER_EventSet.parsefields
(EventSet newobj) protected void
protected void
protected void
Dump.printscalars
(EventSet e0) protected Format
Modifier and TypeMethodDescriptionboolean
Event.set_containedIn
(CheckedSet<EventSet> val) All sets of events this event has been added to.