Package | Description |
---|---|
eu.bandm.music.top |
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
|
eu.bandm.tscore.base |
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework. |
eu.bandm.tscore.model |
Umod main model class: Generic score model for
denotating time-based sequences of arbitrary events.
|
Modifier and Type | Field and Description |
---|---|
(package private) Multimap<String,EventSet> |
Score_cwn.legatos
Event sets standing for legato arcs, parsed from the param track called
Score_cwn.paramname_articulation . |
(package private) Multimap<String,EventSet> |
Score_cwn.motifs
Groups of events collected to represent
"analytical brackets" for motifs, etc.
|
Modifier and Type | Field and Description |
---|---|
(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 Type | Method and Description |
---|---|
void |
TendencyCollector.reify(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Iterable<Event> evs,
Map<String,EventSet> tendencies,
Map<EventSet,E> startValues,
Map<EventSet,E> endValues,
Map<EventSet,String> startTexts,
Map<EventSet,String> endTexts,
Map<Event,E> singleton_explict,
Map<Event,E> singleton_inherited,
Map<Event,String> singleton_text)
Analyses the parameter text of the events by visiting them in the given order.
|
void |
TendencyCollector.reify(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Iterable<Event> evs,
Map<String,EventSet> tendencies,
Map<EventSet,E> startValues,
Map<EventSet,E> endValues,
Map<EventSet,String> startTexts,
Map<EventSet,String> endTexts,
Map<Event,E> singleton_explict,
Map<Event,E> singleton_inherited,
Map<Event,String> singleton_text)
Analyses the parameter text of the events by visiting them in the given order.
|
void |
TendencyCollector.reify(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Iterable<Event> evs,
Map<String,EventSet> tendencies,
Map<EventSet,E> startValues,
Map<EventSet,E> endValues,
Map<EventSet,String> startTexts,
Map<EventSet,String> endTexts,
Map<Event,E> singleton_explict,
Map<Event,E> singleton_inherited,
Map<Event,String> singleton_text)
Analyses the parameter text of the events by visiting them in the given order.
|
void |
TendencyCollector.reify(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Iterable<Event> evs,
Map<String,EventSet> tendencies,
Map<EventSet,E> startValues,
Map<EventSet,E> endValues,
Map<EventSet,String> startTexts,
Map<EventSet,String> endTexts,
Map<Event,E> singleton_explict,
Map<Event,E> singleton_inherited,
Map<Event,String> singleton_text)
Analyses the parameter text of the events by visiting them in the given order.
|
void |
TendencyCollector.reify(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Iterable<Event> evs,
Map<String,EventSet> tendencies,
Map<EventSet,E> startValues,
Map<EventSet,E> endValues,
Map<EventSet,String> startTexts,
Map<EventSet,String> endTexts,
Map<Event,E> singleton_explict,
Map<Event,E> singleton_inherited,
Map<Event,String> singleton_text)
Analyses the parameter text of the events by visiting them in the given order.
|
void |
GroupCollector.reify(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Iterable<Event> evs,
Multimap<String,EventSet> result)
Analyses the collected parameter text, and creates EventSets accordingly.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedSet<EventSet> |
Event.containedIn
All sets of events this event has been added to.
|
Modifier and Type | Method and Description |
---|---|
EventSet |
EventSet.doclone()
Clones this object.
|
EventSet |
__SAX_Parser.fill_EventSet(Object res) |
EventSet |
EventSet.initFrom(Object o0)
Copies values of all common fields from the argument.
|
EventSet |
__SAX_Parser.matchSAX_EventSet() |
Modifier and Type | Method and Description |
---|---|
CheckedSet<EventSet> |
Event.get_containedIn()
All sets of events this event has been added to.
|
protected CheckedSet<EventSet> |
__SAX_Parser.parse_13() |
Modifier and Type | Method and Description |
---|---|
void |
__SAX_Writer.action(EventSet e0) |
protected void |
SingleMatch.action(EventSet e0) |
protected void |
Match.action(EventSet e0) |
protected void |
__Formatter.action(EventSet el) |
protected void |
__TREEGEN__.Inner1.Inner2.action(EventSet e0) |
protected void |
MATCH_ONLY_00.action(EventSet e0) |
protected void |
Dump.action(EventSet e0) |
protected void |
Match.descend(EventSet e0) |
protected void |
Dump.descend(EventSet e0) |
void |
__SAX_Writer.dumpfields(EventSet e0) |
void |
__SAX_Parser.XMLPARSER_EventSet.fillFields(EventSet newobj) |
void |
MATCH_ONLY_00.match(EventSet e0) |
void |
__SAX_Parser.XMLPARSER_EventSet.parsefields(EventSet newobj) |
protected void |
Match.post(EventSet e0) |
protected void |
Match.pre(EventSet e0) |
protected void |
Dump.printscalars(EventSet e0) |
protected Format |
__Formatter.toFormat(EventSet el) |
Modifier and Type | Method and Description |
---|---|
boolean |
Event.set_containedIn(CheckedSet<EventSet> val)
All sets of events this event has been added to.
|