public class Container extends Object implements Cloneable, Formattable
| Modifier and Type | Field and Description | 
|---|---|
| protected String | conformNames a Java class which implements the rules for 
 parsing and evaluating. | 
| protected CheckedMap_RD<String,String> | timelessCollects time-less attributes of this container and 
 its contents. | 
| protected CheckedMap_RD<String,Vox> | voicesNot used in Vox; in TimeScape it holds only timeless
 parameters for subsequent voices 
 in parts with same name. | 
| protected CheckedList<Vox> | voicesBySourceAll voices appearing in the score, in source order 
 of ther first appearance. | 
format| Constructor and Description | 
|---|
| Container()Synthetic minimal constructor provided by the umod compiler. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsKey_timeless(String key0)Convenience un-Currying method. | 
| boolean | containsKey_voices(String key0)Convenience un-Currying method. | 
| void | descend_voices(MATCH_ONLY_00 visitor) | 
| void | descend_voicesBySource(MATCH_ONLY_00 visitor) | 
| Container | doclone()Clones this object. | 
| Format | format()Delivers a format object for pretty-printing by inheritance from some ancestor class. | 
| String | get_conform()Names a Java class which implements the rules for 
 parsing and evaluating. | 
| CheckedMap_RD<String,String> | get_timeless()Collects time-less attributes of this container and 
 its contents. | 
| CheckedMap_RD<String,Vox> | get_voices()Not used in Vox; in TimeScape it holds only timeless
 parameters for subsequent voices 
 in parts with same name. | 
| CheckedList<Vox> | get_voicesBySource()All voices appearing in the score, in source order 
 of ther first appearance. | 
| Container | initFrom(Object o0)Copies values of all common fields from the argument. | 
| void | put_timeless(String key0,
            String value)Convenience un-Currying method. | 
| void | put_voices(String key0,
          Vox value)Convenience un-Currying method. | 
| boolean | set_conform(String val)Names a Java class which implements the rules for 
 parsing and evaluating. | 
| boolean | set_timeless(CheckedMap_RD<String,String> val)Collects time-less attributes of this container and 
 its contents. | 
| boolean | set_voices(CheckedMap_RD<String,Vox> val)Not used in Vox; in TimeScape it holds only timeless
 parameters for subsequent voices 
 in parts with same name. | 
| boolean | set_voicesBySource(CheckedList<Vox> val)All voices appearing in the score, in source order 
 of ther first appearance. | 
protected String conform
get_conform(), 
set_conform(java.lang.String)protected CheckedMap_RD<String,String> timeless
MetaKeys   CheckedMap_RD<java.lang.String(never 
 null),java.lang.String(never null)>(never 
 null)protected CheckedMap_RD<String,Vox> voices
CheckedMap_RD<java.lang.String(never 
 null),Vox(never null)>(never 
 null)protected CheckedList<Vox> voicesBySource
CheckedList<Vox(never 
 null)>(never null)public Container()
public Container doclone()
Cloneable is known to
 be implemented.public Format format()
format in interface Formattablepublic Container initFrom(Object o0)
public String get_conform()
public boolean set_conform(String val)
val - the new value of type java.lang.String(maybe null)conformpublic CheckedMap_RD<String,String> get_timeless()
MetaKeys   CheckedMap_RD<java.lang.String(never 
  null),java.lang.String(never null)>(never 
 null)public boolean set_timeless(CheckedMap_RD<String,String> val)
MetaKeys   val - the new value of type CheckedMap_RD<java.lang.String(never 
  null),java.lang.String(never null)>(never 
 null)timelesspublic void put_timeless(String key0, String value)
val - the new value of type java.lang.String(never null)timelesspublic boolean containsKey_timeless(String key0)
timelesspublic CheckedMap_RD<String,Vox> get_voices()
CheckedMap_RD<java.lang.String(never 
  null),Vox(never null)>(never null)public boolean set_voices(CheckedMap_RD<String,Vox> val)
val - the new value of type CheckedMap_RD<java.lang.String(never 
  null),Vox(never null)>(never null)voicespublic void put_voices(String key0, Vox value)
public boolean containsKey_voices(String key0)
voicespublic void descend_voices(MATCH_ONLY_00 visitor)
public CheckedList<Vox> get_voicesBySource()
CheckedList<Vox(never 
  null)>(never null)public boolean set_voicesBySource(CheckedList<Vox> val)
val - the new value of type CheckedList<Vox(never 
  null)>(never null)voicesBySourcepublic void descend_voicesBySource(MATCH_ONLY_00 visitor)