Package | Description |
---|---|
eu.bandm.tscore.base |
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework. |
eu.bandm.tscore.model |
Umod main model class: Generic score model for
denotating time-based sequences of arbitrary events.
|
Modifier and Type | Field and Description |
---|---|
(package private) Map<TDivision,TDivision> |
DottedNotationExpander.tdiv2shifted
Temporary map for all time divisions affected by a dotting.
|
(package private) Map<TDivision,TDivision> |
DottedNotationExpander.tdiv2shifted
Temporary map for all time divisions affected by a dotting.
|
Modifier and Type | Method and Description |
---|---|
protected @Opt TDivision |
DottedNotationExpander.getTdivshifted(TDivision tdiv)
Return new, shifted divison, or null iff tdivision is NOT affected by shift.
|
Modifier and Type | Method and Description |
---|---|
protected @Opt TDivision |
DottedNotationExpander.getTdivshifted(TDivision tdiv)
Return new, shifted divison, or null iff tdivision is NOT affected by shift.
|
Modifier and Type | Field and Description |
---|---|
protected TDivision |
TpSub.division
The divistion which defines it.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<Tp,CheckedMap_RD<Integer,TDivision>> |
Tp.divisions
All divisions startig at this point, accessible by
their end point and their division
count.
|
Modifier and Type | Method and Description |
---|---|
TDivision |
TDivision.doclone()
Clones this object.
|
TDivision |
__SAX_Parser.fill_TDivision(Object res) |
TDivision |
TpSub.get_division()
The divistion which defines it.
|
TDivision |
TDivision.initFrom(Object o0)
Copies values of all common fields from the argument.
|
TDivision |
Tp.makeDivision(Tp tp,
int cnt,
boolean defByEvent) |
TDivision |
__SAX_Parser.matchSAX_TDivision() |
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<Tp,CheckedMap_RD<Integer,TDivision>> |
Tp.get_divisions()
All divisions startig at this point, accessible by
their end point and their division
count.
|
protected CheckedMap_RD<Integer,TDivision> |
__SAX_Parser.parse_14() |
protected CheckedMap_RD<Tp,CheckedMap_RD<Integer,TDivision>> |
__SAX_Parser.parse_15() |
Modifier and Type | Method and Description |
---|---|
void |
__SAX_Writer.action(TDivision e0) |
protected void |
SingleMatch.action(TDivision e0) |
protected void |
Match.action(TDivision e0) |
protected void |
__Formatter.action(TDivision el) |
protected void |
__TREEGEN__.Inner1.Inner2.action(TDivision e0) |
protected void |
MATCH_ONLY_00.action(TDivision e0) |
protected void |
Dump.action(TDivision e0) |
protected void |
Match.descend(TDivision e0) |
protected void |
Dump.descend(TDivision e0) |
void |
__SAX_Writer.dumpfields(TDivision e0) |
void |
__SAX_Parser.XMLPARSER_TDivision.fillFields(TDivision newobj) |
void |
MATCH_ONLY_00.match(TDivision e0) |
void |
__SAX_Parser.XMLPARSER_TDivision.parsefields(TDivision newobj) |
protected void |
Match.post(TDivision e0) |
protected void |
Match.pre(TDivision e0) |
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 |
__Formatter.toFormat(TDivision el) |
Modifier and Type | Method and Description |
---|---|
void |
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 startig at this point, accessible by
their end point and their division
count.
|
Constructor and Description |
---|
TpSub(Location<XMLDocumentIdentifier> location,
TDivision division,
int pos,
boolean defByEvent)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
TpSub(TDivision division,
int pos,
boolean defByEvent)
Synthetic minimal constructor provided by the umod compiler.
|