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<TpSub,TpSub> |
DottedNotationExpander.tpsub2shifted
Temporary map for all time points affected by a dotting.
|
(package private) Map<TpSub,TpSub> |
DottedNotationExpander.tpsub2shifted
Temporary map for all time points affected by a dotting.
|
Modifier and Type | Method and Description |
---|---|
protected @Opt TpSub |
DottedNotationExpander.getTpsubshifted(TpSub tpsub)
Returns new, shifted TpSub, or null iff tdivision is NOT affected by shift.
|
Modifier and Type | Method and Description |
---|---|
protected @Opt TpSub |
DottedNotationExpander.getTpsubshifted(TpSub tpsub)
Returns new, shifted TpSub, or null iff tdivision is NOT affected by shift.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<TpSub> |
TDivision.points
The sequence of time points between the limits.
|
Modifier and Type | Method and Description |
---|---|
TpSub |
TpSub.doclone()
Clones this object.
|
TpSub |
__SAX_Parser.fill_TpSub(Object res) |
TpSub |
TpSub.initFrom(Object o0)
Copies values of all common fields from the argument.
|
TpSub |
__SAX_Parser.matchSAX_TpSub() |
Modifier and Type | Method and Description |
---|---|
CheckedList<TpSub> |
TDivision.get_points()
The sequence of time points between the limits.
|
protected CheckedList<TpSub> |
__SAX_Parser.parse_16() |
Modifier and Type | Method and Description |
---|---|
void |
__SAX_Writer.action(TpSub e0) |
protected void |
SingleMatch.action(TpSub e0) |
protected void |
Match.action(TpSub e0) |
protected void |
__Formatter.action(TpSub el) |
protected void |
__TREEGEN__.Inner1.Inner2.action(TpSub e0) |
protected void |
MATCH_ONLY_00.action(TpSub e0) |
protected void |
Dump.action(TpSub e0) |
protected void |
Match.descend(TpSub e0) |
protected void |
Dump.descend(TpSub e0) |
void |
__SAX_Writer.dumpfields(TpSub e0) |
void |
__SAX_Parser.XMLPARSER_TpSub.fillFields(TpSub newobj) |
void |
MATCH_ONLY_00.match(TpSub e0) |
void |
__SAX_Parser.XMLPARSER_TpSub.parsefields(TpSub newobj) |
protected void |
Match.post(TpSub e0) |
protected void |
Match.pre(TpSub e0) |
protected void |
Dump.printscalars(TpSub e0) |
protected Format |
__Formatter.toFormat(TpSub el) |
Modifier and Type | Method and Description |
---|---|
boolean |
TDivision.set_points(CheckedList<TpSub> val)
The sequence of time points between the limits.
|