public class Part extends Container
Modifier and Type | Field and Description |
---|---|
protected TimeScape |
context
The score this part is part of.
|
protected Location<XMLDocumentIdentifier> |
location
The text position of its external representations.
|
protected String |
name
The name of the part (eg.
|
static String |
timeline_pseudo_voice |
protected CheckedList<CheckedList<TpTop>> |
tlines
The input lines starting with "T" and giving the top
time points.
|
conform, timeless, voices, voicesBySource
format
Constructor and Description |
---|
Part() |
Part(TimeScape context,
Location<XMLDocumentIdentifier> location,
String name)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Modifier and Type | Method and Description |
---|---|
void |
descend_tlines(MATCH_ONLY_00 visitor) |
Part |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
TimeScape |
get_context()
The score this part is part of.
|
Location<XMLDocumentIdentifier> |
get_location()
The text position of its external representations.
|
String |
get_name()
The name of the part (eg.
|
CheckedList<CheckedList<TpTop>> |
get_tlines()
The input lines starting with "T" and giving the top
time points.
|
@Opt String |
getTimeless(String key) |
Part |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_context(TimeScape val)
The score this part is part of.
|
boolean |
set_location(Location<XMLDocumentIdentifier> val)
The text position of its external representations.
|
boolean |
set_name(String val)
The name of the part (eg.
|
boolean |
set_tlines(CheckedList<CheckedList<TpTop>> val)
The input lines starting with "T" and giving the top
time points.
|
containsKey_timeless, containsKey_voices, descend_voices, descend_voicesBySource, get_conform, get_timeless, get_voices, get_voicesBySource, put_timeless, put_voices, set_conform, set_timeless, set_voices, set_voicesBySource
public static final String timeline_pseudo_voice
protected TimeScape context
TimeScape
(never null)protected Location<XMLDocumentIdentifier> location
Location
(never
null)protected String name
get_name()
,
set_name(java.lang.String)
protected CheckedList<CheckedList<TpTop>> tlines
CheckedList
<CheckedList
<TpTop
(never
null)>(never null)>(never null)public Part(TimeScape context, Location<XMLDocumentIdentifier> location, String name)
Part()
public Part doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
format
in class Container
public Part initFrom(Object o0)
public TimeScape get_context()
TimeScape
(never
null)public boolean set_context(TimeScape val)
public Location<XMLDocumentIdentifier> get_location()
Location
(never null)public boolean set_location(Location<XMLDocumentIdentifier> val)
public String get_name()
public boolean set_name(String val)
val
- the new value of type java.lang.String(never null)name
public CheckedList<CheckedList<TpTop>> get_tlines()
CheckedList
<CheckedList
<TpTop
(never
null)>(never null)>(never null)public boolean set_tlines(CheckedList<CheckedList<TpTop>> val)
val
- the new value of type CheckedList
<CheckedList
<TpTop
(never
null)>(never null)>(never null)tlines
public void descend_tlines(MATCH_ONLY_00 visitor)