public class TimeScape extends Container
| Modifier and Type | Field and Description |
|---|---|
protected CheckedMap_RD<String,Part> |
parts
Different parts of one score file, by their names.
|
conform, timeless, voices, voicesBySourceformat| Constructor and Description |
|---|
TimeScape()
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey_parts(String key0)
Convenience un-Currying method.
|
void |
descend_parts(MATCH_ONLY_00 visitor) |
TimeScape |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
CheckedMap_RD<String,Part> |
get_parts()
Different parts of one score file, by their names.
|
TimeScape |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
void |
put_parts(String key0,
Part value)
Convenience un-Currying method.
|
boolean |
set_parts(CheckedMap_RD<String,Part> val)
Different parts of one score file, by their names.
|
boolean |
singlePart() |
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_voicesBySourceprotected CheckedMap_RD<String,Part> parts
CheckedMap_RD<java.lang.String(never
null),Part(never null)>(never
null)public TimeScape()
public TimeScape doclone()
Cloneable is known to
be implemented.public Format format()
format in interface Formattableformat in class Containerpublic boolean singlePart()
public TimeScape initFrom(Object o0)
public CheckedMap_RD<String,Part> get_parts()
CheckedMap_RD<java.lang.String(never
null),Part(never null)>(never null)public boolean set_parts(CheckedMap_RD<String,Part> val)
val - the new value of type CheckedMap_RD<java.lang.String(never
null),Part(never null)>(never null)partspublic void put_parts(String key0, Part value)
public boolean containsKey_parts(String key0)
partspublic void descend_parts(MATCH_ONLY_00 visitor)