Package | Description |
---|---|
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 | Method and Description |
---|---|
static Vox |
Util.findVoice(Container ts,
@Opt MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
boolean generateErrors,
String voiceName)
Searches for the voice with the given name and generates messages if not found.
|
protected boolean |
RawParser.timeless(Container target)
Parser function (=test, consume and return) for
timeless ::= ident = token_or_list token_or_list ::= "(" token_or_list* ")" | non_white_space FIXME IMPLEMENT FIXME IMPLEMENT Zugriffsfunktionen ("asList" "asInt" "asString" etc.) in base/Util. |
protected @Opt Vox |
RawParser.VOX_and_name(Container container,
boolean multiple)
Parse function (=test, consume and return) for
VOX_and_name ::= VOX ident
Can be called (a) in context of meta values (in a score or in a part, before the first T-line) or (b) in an accolade after the T-line. |
protected boolean |
RawParser.voxParams(Container container)
Parser function (=test, consume and return) for
voxParams ::= VOX_and_name conform?, timeless*
Creates a new voice by calling RawParser.VOX_and_name(Container,boolean) ,
which stores this either to the timescape or to the part under construction. |
Modifier and Type | Class and Description |
---|---|
class |
Part
Part of a time scape = of a parsed source text file.
|
class |
TimeScape
Top container which relates time points, voices and
events.
|
class |
Vox
A voice, the central means for organizing events.
|
Modifier and Type | Field and Description |
---|---|
protected Container |
Vox.context
The part (or score) this voice is part of.
|
Modifier and Type | Method and Description |
---|---|
Container |
Container.doclone()
Clones this object.
|
Container |
__SAX_Parser.fill_Container(Object res) |
Container |
Vox.get_context()
The part (or score) this voice is part of.
|
Container |
Container.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Container |
__SAX_Parser.matchSAX_Container() |
Modifier and Type | Method and Description |
---|---|
void |
__SAX_Writer.action(Container e0) |
protected void |
SingleMatch.action(Container e0) |
protected void |
Match.action(Container e0) |
protected void |
__Formatter.action(Container el) |
protected void |
__TREEGEN__.Inner1.Inner2.action(Container e0) |
protected void |
MATCH_ONLY_00.action(Container e0) |
protected void |
Dump.action(Container e0) |
protected void |
Match.descend(Container e0) |
protected void |
Dump.descend(Container e0) |
void |
__SAX_Writer.dumpfields(Container e0) |
void |
__SAX_Parser.XMLPARSER_Container.fillFields(Container newobj) |
void |
MATCH_ONLY_00.match(Container e0) |
void |
__SAX_Parser.XMLPARSER_Container.parsefields(Container newobj) |
protected void |
Match.post(Container e0) |
protected void |
Match.pre(Container e0) |
protected void |
Dump.printscalars(Container e0) |
boolean |
Vox.set_context(Container val)
The part (or score) this voice is part of.
|
protected Format |
__Formatter.toFormat(Container el) |
Constructor and Description |
---|
Vox(Container context,
String name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |