Uses of Class
eu.bandm.tscore.model.Container
Packages that use Container
Package
Description
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 Container in eu.bandm.tscore.base
Methods in eu.bandm.tscore.base with parameters of type ContainerModifier and TypeMethodDescriptionstatic void
static void
static void
Timelesses.findToplevel
(Container container, String topId) 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.Deliver the entry (instance of TimeLess) at the given coordinates.static <T> T
Timelesses.getTl
(Container container, Function<@Opt Timeless, @Opt T> conversion, String topId, Object... subCoordinates) Deliver the entry at the given coordinates.static <T> T
Timelesses.getTl
(Container container, Function<@Opt Timeless, @Opt T> conversion, String topId, List<Object> subCoordinates) 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
Parser function (=test, consume and return) for
voxParams ::= VOX_and_name conform?, timeless*
Creates a new voice by callingRawParser.VOX_and_name(Container,boolean)
, which stores this either to the timescape or to the part under construction. -
Uses of Container in eu.bandm.tscore.model
Subclasses of Container in eu.bandm.tscore.modelModifier and TypeClassDescriptionclass
Part of a time scape = of a parsed source text file.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":50.3-65.7, see this pretty print.)class
Top container which relates time points, voices and events.class
A voice, the central means for organizing events.Fields in eu.bandm.tscore.model declared as ContainerModifier and TypeFieldDescriptionprotected Container
Vox.context
The Part which contains this Vox (or TimeScape for time-less global values only).
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":72.7-73.7, see this pretty print.)
The type of this field isContainer
(nevernull
)
It is set by every possible constructor.Methods in eu.bandm.tscore.model that return ContainerModifier and TypeMethodDescriptionContainer.doclone()
Clones this object.__SAX_Parser.fill_Container
(Object res) Container.get_context()
Vox.get_context()
The Part which contains this Vox (or TimeScape for time-less global values only).
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":72.7-73.7, see this pretty print.)
Generated getter method.Copies values of all common fields from the argument.__SAX_Parser.matchSAX_Container()
Methods in eu.bandm.tscore.model with parameters of type ContainerModifier and TypeMethodDescriptionprotected void
void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
void
__SAX_Writer.dumpfields
(Container e0) void
__SAX_Parser.XMLPARSER_Container.fillFields
(Container newobj) void
Dump.follow_timelesslist
(Container element) void
Match.follow_timelesslist
(Container element) void
SingleMatch.follow_timelesslist
(Container element) void
Dump.follow_voices
(Container element) void
Match.follow_voices
(Container element) void
SingleMatch.follow_voices
(Container element) void
Dump.follow_voicesBySource
(Container element) void
Match.follow_voicesBySource
(Container element) void
SingleMatch.follow_voicesBySource
(Container element) void
MATCH_ONLY_00.followAll_timelesslist
(Container element) void
MATCH_ONLY_00.followAll_voices
(Container element) void
MATCH_ONLY_00.followAll_voicesBySource
(Container element) void
void
__SAX_Parser.XMLPARSER_Container.parsefields
(Container newobj) protected void
protected void
protected void
Dump.printscalars
(Container e0) boolean
Part.set_context
(Container val) The score this part is part of.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":53.7-54.7, see this pretty print.)
Updates the (mutable) instance destructively.boolean
Vox.set_context
(Container val) The Part which contains this Vox (or TimeScape for time-less global values only).
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":72.7-73.7, see this pretty print.)
Updates the (mutable) instance destructively.protected Format
Constructors in eu.bandm.tscore.model with parameters of type Container