Uses of Class
eu.bandm.tscore.model.Timeless
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 Timeless in eu.bandm.tscore.base
Modifier and TypeFieldDescriptionTimelesses.asFlag
Timelesses.asFloat
Timelesses.asInteger
Timelesses.asIs
Timelesses.asIs
Timelesses.asList
Timelesses.asList
Timelesses.asRational
Timelesses.asString
Modifier and TypeMethodDescriptionTimelesses.findInList
(Timeless host, List<Object> coordinates) Timelesses.findInList
(List<Timeless> list, List<Object> coordinates) static Timeless
Finds a text value or an assignment with the given text contents.Timelesses.findToplevel
(Container container, String topId) Timelesses.findToplevel
(Part part, String topId) Timelesses.findToplevel
(TimeScape ts, String topId) Timelesses.findToplevel
(Vox vox, String topId) Deliver the entry (instance of TimeLess) at the given coordinates.protected Timeless
RawParser.timelessLine()
Parsesa = b = X anda = b = (c=d e=f 1 2 3) Modifier and TypeMethodDescriptionstatic void
Timelesses.findInList
(Timeless host, List<Object> coordinates) Modifier and TypeMethodDescriptionTimelesses.findInList
(List<Timeless> list, List<Object> coordinates) static Timeless
Finds a text value or an assignment with the given text contents.static Textvalue
Timelesses.findTextvalue
(List<Timeless> list, String text) 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) static <T> T
Timelesses.getTl
(List<Timeless> list, Function<@Opt Timeless, @Opt T> conversion, Object... subCoordinates) static <T> T
Timelesses.getTl
(List<Timeless> list, Function<@Opt Timeless, @Opt T> conversion, Object... subCoordinates) static <T> T
Timelesses.getTl
(List<Timeless> list, Function<@Opt Timeless, @Opt T> conversion, List<Object> subCoordinates) static <T> T
Timelesses.getTl
(List<Timeless> list, Function<@Opt Timeless, @Opt T> conversion, List<Object> subCoordinates) protected void
RawParser.timelessSequence
(List<Timeless> target) Parser code (=test, consume, store to target, and return flag) for one timeless item, whch can be a value or an assigment. -
Uses of Timeless in eu.bandm.tscore.model
Modifier and TypeClassDescriptionclass
Assigns to a qualified identifier an optional value.class
Container for more than one timeless value, may represent a tuple, a binding, a sequence, a set, a bag, etc.class
String value for a time-less voice parameter.Modifier and TypeFieldDescriptionprotected Timeless
Assignment.value
The value assigned to the identifier.Modifier and TypeFieldDescriptionprotected CheckedList<Timeless>
Parameterlist.subs
The sub-items of this parameter value.protected CheckedList<Timeless>
Container.timelesslist
Collects time-less attributes of this container and its contents.Modifier and TypeMethodDescriptionTimeless.doclone()
Clones this object.__SAX_Parser.fill_Timeless
(Object res) Assignment.get_value()
The value assigned to the identifier.Copies values of all common fields from the argument.__SAX_Parser.matchSAX_Timeless()
Modifier and TypeMethodDescriptionParameterlist.get_subs()
The sub-items of this parameter value.Container.get_timelesslist()
Collects time-less attributes of this container and its contents.protected CheckedList<Timeless>
__SAX_Parser.parse_0()
protected CheckedList<Timeless>
__SAX_Parser.parse_14()
Modifier and TypeMethodDescriptionprotected void
void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
void
__SAX_Parser.XMLPARSER_Timeless.fillFields
(Timeless newobj) void
protected void
protected void
protected void
Dump.printscalars
(Timeless e0) boolean
The value assigned to the identifier.protected Format
Modifier and TypeMethodDescriptionboolean
Parameterlist.set_subs
(CheckedList<Timeless> val) The sub-items of this parameter value.boolean
Container.set_timelesslist
(CheckedList<Timeless> val) Collects time-less attributes of this container and its contents.ModifierConstructorDescriptionAssignment
(eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> location, String id, Timeless value) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".