Uses of Class
eu.bandm.tscore.model.TDivision
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 TDivision in eu.bandm.tscore.base
Modifier and TypeFieldDescriptionDottedNotationExpander.tdiv2shifted
Temporary map for all time divisions affected by a dotting.DottedNotationExpander.tdiv2shifted
Temporary map for all time divisions affected by a dotting.Modifier and TypeMethodDescriptionDottedNotationExpander.getTdivshifted
(TDivision tdiv) Return new, shifted divison, or null iff tdivision is NOT affected by shift.Modifier and TypeMethodDescriptionDottedNotationExpander.getTdivshifted
(TDivision tdiv) Return new, shifted divison, or null iff tdivision is NOT affected by shift.static void
Util.shiftDivision
(TDivision td, Tp old, Tp now) Change the division to end at "now" and no longer at "old". -
Uses of TDivision in eu.bandm.tscore.model
Modifier and TypeFieldDescriptionprotected TDivision
TpSub.division
The divistion which defines it.Modifier and TypeFieldDescriptionprotected CheckedMap_RD<Tp,
CheckedMap_RD<Integer, TDivision>> Tp.divisions
All divisions starting at this point, accessible by their end point and their division count.protected CheckedSet<TDivision>
All divisions ending at this point.Modifier and TypeMethodDescriptionTDivision.doclone()
Clones this object.__SAX_Parser.fill_TDivision
(Object res) TpSub.get_division()
The divistion which defines it.Copies values of all common fields from the argument.Tp.makeDivision
(Tp tp, int cnt, boolean defByEvent) __SAX_Parser.matchSAX_TDivision()
Modifier and TypeMethodDescriptionTp.get_divisions()
All divisions starting at this point, accessible by their end point and their division count.Tp.get_endingDivisions()
All divisions ending at this point.protected CheckedMap_RD<Integer,
TDivision> __SAX_Parser.parse_16()
protected CheckedMap_RD<Tp,
CheckedMap_RD<Integer, TDivision>> __SAX_Parser.parse_17()
protected CheckedSet<TDivision>
__SAX_Parser.parse_18()
Modifier and TypeMethodDescriptionprotected void
void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
void
__SAX_Writer.dumpfields
(TDivision e0) void
__SAX_Parser.XMLPARSER_TDivision.fillFields
(TDivision newobj) void
Dump.follow_points
(TDivision element) void
Match.follow_points
(TDivision element) void
SingleMatch.follow_points
(TDivision element) void
MATCH_ONLY_00.followAll_points
(TDivision element) void
void
__SAX_Parser.XMLPARSER_TDivision.parsefields
(TDivision newobj) protected void
protected void
protected void
Dump.printscalars
(TDivision e0) void
Tp.put_divisions
(Tp key0, int key1, TDivision value) Convenience un-Currying method.boolean
TpSub.set_division
(TDivision val) The divistion which defines it.protected Format
Modifier and TypeMethodDescriptionvoid
Tp.put_divisions
(Tp key0, CheckedMap_RD<Integer, TDivision> value) Convenience un-Currying method.boolean
Tp.set_divisions
(CheckedMap_RD<Tp, CheckedMap_RD<Integer, TDivision>> val) All divisions starting at this point, accessible by their end point and their division count.boolean
Tp.set_endingDivisions
(CheckedSet<TDivision> val) All divisions ending at this point.ModifierConstructorDescriptionTpSub
(eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> location, TDivision division, int pos, boolean defByEvent) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Synthetic minimal constructor provided by the umod compiler.