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.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
Fields in eu.bandm.tscore.base declared as EventSetModifier 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.Method parameters in eu.bandm.tscore.base with type arguments of type EventSetModifier and TypeMethodDescriptionvoid
GroupCollector.reify
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Iterable<Event> evs, Multimap<String, EventSet> result) Analyses the collected parameter text, and creates EventSets accordingly.void
TendencyCollector.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.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":217.5-218.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":217.5-218.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 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
Method parameters in eu.bandm.tscore.model with type arguments of type EventSetModifier and TypeMethodDescriptionboolean
Event.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":217.5-218.5, see this pretty print.)
Updates the (mutable) instance destructively.