Uses of Class
eu.bandm.tscore.model.TDivision
Packages that use 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
Fields in eu.bandm.tscore.base with type parameters of type TDivisionModifier and TypeFieldDescriptionDottedNotationExpander.tdiv2shiftedTemporary map for all time divisions affected by a dotting.DottedNotationExpander.tdiv2shiftedTemporary map for all time divisions affected by a dotting.Methods in eu.bandm.tscore.base that return TDivisionModifier and TypeMethodDescriptionDottedNotationExpander.getTdivshifted(TDivision tdiv) Return new, shifted divison, or null iff tdivision is NOT affected by shift.Methods in eu.bandm.tscore.base with parameters of type TDivisionModifier and TypeMethodDescriptionDottedNotationExpander.getTdivshifted(TDivision tdiv) Return new, shifted divison, or null iff tdivision is NOT affected by shift.static voidUtil.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
Fields in eu.bandm.tscore.model declared as TDivisionModifier and TypeFieldDescriptionprotected TDivisionTpSub.divisionThe divistion which defines it.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":202.7-203.7, see this pretty print.)
The type of this field isTDivision(nevernull)
It is set by every possible constructor.Fields in eu.bandm.tscore.model with type parameters of type TDivisionModifier and TypeFieldDescriptionprotected CheckedMap_RD<Tp, CheckedMap_RD<Integer, TDivision>> Tp.divisionsAll 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":155.5-156.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":159.5-160.5, see this pretty print.)
The type of this field isCheckedSet<TDivision(nevernull)>(nevernull)
Its value defaults to an empty collection.Methods in eu.bandm.tscore.model that return TDivisionModifier 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":202.7-203.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()Methods in eu.bandm.tscore.model that return types with arguments of type TDivisionModifier 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":155.5-156.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":159.5-160.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()Methods in eu.bandm.tscore.model with parameters of type TDivisionModifier and TypeMethodDescriptionprotected voidvoidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidvoid__SAX_Writer.dumpfields(TDivision e0) void__SAX_Parser.XMLPARSER_TDivision.fillFields(TDivision newobj) voidDump.follow_points(TDivision element) voidMatch.follow_points(TDivision element) voidSingleMatch.follow_points(TDivision element) voidMATCH_ONLY_00.followAll_points(TDivision element) voidvoid__SAX_Parser.XMLPARSER_TDivision.parsefields(TDivision newobj) protected voidprotected voidprotected voidDump.printscalars(TDivision e0) voidTp.put_divisions(Tp key0, int key1, TDivision value) Convenience un-Currying method.booleanTpSub.set_division(TDivision val) The divistion which defines it.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":202.7-203.7, see this pretty print.)
Updates the (mutable) instance destructively.protected FormatMethod parameters in eu.bandm.tscore.model with type arguments of type TDivisionModifier and TypeMethodDescriptionvoidTp.put_divisions(Tp key0, CheckedMap_RD<Integer, TDivision> value) Convenience un-Currying method.booleanTp.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":155.5-156.5, see this pretty print.)
Updates the (mutable) instance destructively.booleanTp.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":159.5-160.5, see this pretty print.)
Updates the (mutable) instance destructively.Constructors in eu.bandm.tscore.model with parameters of type TDivisionModifierConstructorDescriptionTpSub(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.