public class Cluster extends TimedObject
| Modifier and Type | Field and Description |
|---|---|
protected CheckedList<Chord> |
lefts
Generated by umod; model author's documentation MISSING.
|
protected Chord |
middle
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<Chord> |
rights
Generated by umod; model author's documentation MISSING.
|
whenglyph, logicalColor, logicalSizelocation, semanticsformat| Constructor and Description |
|---|
Cluster() |
Cluster(Rational when,
Chord middle)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
void |
descend_lefts(MATCH_ONLY_00 visitor) |
void |
descend_rights(MATCH_ONLY_00 visitor) |
Cluster |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
CheckedList<Chord> |
get_lefts()
Generated by umod; model author's documentation MISSING.
|
Chord |
get_middle()
Generated by umod; model author's documentation MISSING.
|
CheckedList<Chord> |
get_rights()
Generated by umod; model author's documentation MISSING.
|
Cluster |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_lefts(CheckedList<Chord> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_middle(Chord val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_rights(CheckedList<Chord> val)
Generated by umod; model author's documentation MISSING.
|
get_when, set_whendoPrint, get_glyph, get_logicalColor, get_logicalSize, set_glyph, set_logicalColor, set_logicalSizeget_location, get_rawExtension, get_semantics, set_location, set_semanticsprotected CheckedList<Chord> lefts
CheckedList<Chord(never
null)>(never null)protected Chord middle
Chord(never null)protected CheckedList<Chord> rights
CheckedList<Chord(never
null)>(never null)public Cluster(Rational when, Chord middle)
when - is copied to field TimedObject.whenmiddle - is copied to field middleCluster()
public Cluster doclone()
Cloneable is known to
be implemented.doclone in class TimedObjectpublic Format format()
format in interface Formattableformat in class TimedObjectpublic Cluster initFrom(java.lang.Object o0)
initFrom in class TimedObjectpublic CheckedList<Chord> get_lefts()
CheckedList<Chord(never
null)>(never null)public boolean set_lefts(CheckedList<Chord> val)
val - the new value of type CheckedList<Chord(never
null)>(never null)leftspublic void descend_lefts(MATCH_ONLY_00 visitor)
public Chord get_middle()
Chord(never null)public boolean set_middle(Chord val)
public CheckedList<Chord> get_rights()
CheckedList<Chord(never
null)>(never null)public boolean set_rights(CheckedList<Chord> val)
val - the new value of type CheckedList<Chord(never
null)>(never null)rightspublic void descend_rights(MATCH_ONLY_00 visitor)