Package eu.bandm.tscore.model
Class Part
java.lang.Object
eu.bandm.tscore.model.Container
eu.bandm.tscore.model.Part
- All Implemented Interfaces:
Formattable,Cloneable
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-02_12h46m54")
public class Part
extends Container
Part of a time scape = of a parsed source text
file.
(This definition has been created by UMod from
the source at SYSTEM "tscore.umod":57.3-72.7, see this pretty
print.)-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TimeScapeThe score this part is part of.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":60.7-61.7, see this pretty print.)
The type of this field isTimeScape(nevernull)
It is set by every possible constructor.static final Stringprotected Location<XMLDocumentIdentifier> The text position of its external representations.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":63.7-64.7, see this pretty print.)
The type of this field isLocation(nevernull)
It is set by every possible constructor.protected StringThe name of the part (eg.static final Stringprotected CheckedList<CheckedList<TpTop>> The input lines starting with "T" and giving the top time points.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":69.7-70.7, see this pretty print.)
The type of this field isCheckedList<CheckedList<TpTop(nevernull)>(nevernull)>(nevernull)
Its value defaults to an empty collection.Fields inherited from class eu.bandm.tscore.model.Container
conform, timelesslist, voices, voicesBySource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddescend_tlines(MATCH_ONLY_00 visitor) Deprecated.doclone()Clones this object.format()Delivers a format object for pretty-printing by inheritance from some ancestor class.The score this part is part of.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":60.7-61.7, see this pretty print.)
Generated getter method.The text position of its external representations.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":63.7-64.7, see this pretty print.)
Generated getter method.get_name()The name of the part (eg.The input lines starting with "T" and giving the top time points.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":69.7-70.7, see this pretty print.)
Generated getter method.Copies values of all common fields from the argument.booleanset_context(Container val) The score this part is part of.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":60.7-61.7, see this pretty print.)
Updates the (mutable) instance destructively.booleanThe text position of its external representations.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":63.7-64.7, see this pretty print.)
Updates the (mutable) instance destructively.booleanThe name of the part (eg.booleanset_tlines(CheckedList<CheckedList<TpTop>> val) The input lines starting with "T" and giving the top time points.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":69.7-70.7, see this pretty print.)
Updates the (mutable) instance destructively.Methods inherited from class eu.bandm.tscore.model.Container
containsKey_voices, descend_timelesslist, descend_voices, descend_voicesBySource, get_conform, get_timelesslist, get_voices, get_voicesBySource, put_voices, set_conform, set_timelesslist, set_voices, set_voicesBySource
-
Field Details
-
TIMELINE_PSEUDO_VOICE
- See Also:
-
FORMA_SUPREMA
- See Also:
-
context
The score this part is part of.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":60.7-61.7, see this pretty print.)
The type of this field isTimeScape(nevernull)
It is set by every possible constructor.- See Also:
-
location
The text position of its external representations.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":63.7-64.7, see this pretty print.)
The type of this field isLocation(nevernull)
It is set by every possible constructor.- See Also:
-
name
The name of the part (eg. as written in the score file).(This definition has been created by UMod from the source at SYSTEM "tscore.umod":66.7-67.7, see this pretty print.)
The type of this field is java.lang.String(nevernull)
It is set by every possible constructor.- See Also:
-
tlines
The input lines starting with "T" and giving the top time points.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":69.7-70.7, see this pretty print.)
The type of this field isCheckedList<CheckedList<TpTop(nevernull)>(nevernull)>(nevernull)
Its value defaults to an empty collection.- See Also:
-
-
Constructor Details
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneableis known to be implemented. -
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
formatin interfaceFormattable- Overrides:
formatin classContainer- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument. -
get_context
The score this part is part of.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":60.7-61.7, see this pretty print.)
Generated getter method.- Overrides:
get_contextin classContainer- Returns:
- The current field value of type
TimeScape(nevernull) - See Also:
-
set_context
The score this part is part of.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":60.7-61.7, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeTimeScape(nevernull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
get_location
The text position of its external representations.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":63.7-64.7, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
Location(nevernull) - See Also:
-
set_location
The text position of its external representations.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":63.7-64.7, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeLocation(nevernull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
get_name
The name of the part (eg. as written in the score file).(This definition has been created by UMod from the source at SYSTEM "tscore.umod":66.7-67.7, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type java.lang.String(never
null) - See Also:
-
set_name
The name of the part (eg. as written in the score file).(This definition has been created by UMod from the source at SYSTEM "tscore.umod":66.7-67.7, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of type java.lang.String(nevernull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
get_tlines
The input lines starting with "T" and giving the top time points.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":69.7-70.7, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
CheckedList<CheckedList<TpTop(nevernull)>(nevernull)>(nevernull) - See Also:
-
set_tlines
The input lines starting with "T" and giving the top time points.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":69.7-70.7, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeCheckedList<CheckedList<TpTop(nevernull)>(nevernull)>(nevernull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
descend_tlines
Deprecated.
-