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.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":185.7-186.7, see this pretty print.)
The type of this field isTDivision
(nevernull
)
It is set by every possible constructor.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.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":141.5-142.5, see this pretty print.)
The type of this field isCheckedMap_RD
<Tp
(nevernull
),CheckedMap_RD
<java.lang.Integer(nevernull
),TDivision
(nevernull
)>(nevernull
)>(nevernull
)
Its value defaults to an empty collection.protected CheckedSet
<TDivision> All divisions ending at this point.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":145.5-146.5, see this pretty print.)
The type of this field isCheckedSet
<TDivision
(nevernull
)>(nevernull
)
Its value defaults to an empty collection.Modifier and TypeMethodDescriptionTDivision.doclone()
Clones this object.__SAX_Parser.fill_TDivision
(Object res) TpSub.get_division()
The divistion which defines it.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":185.7-186.7, see this pretty print.)
Generated getter method.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.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":141.5-142.5, see this pretty print.)
Generated getter method.Tp.get_endingDivisions()
All divisions ending at this point.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":145.5-146.5, see this pretty print.)
Generated getter method.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.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":185.7-186.7, see this pretty print.)
Updates the (mutable) instance destructively.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.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":141.5-142.5, see this pretty print.)
Updates the (mutable) instance destructively.boolean
Tp.set_endingDivisions
(CheckedSet<TDivision> val) All divisions ending at this point.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":145.5-146.5, see this pretty print.)
Updates the (mutable) instance destructively.ModifierConstructorDescriptionTpSub
(Location<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.