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.
|
when
glyph, logicalColor, logicalSize
location, semantics
format
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_when
doPrint, get_glyph, get_logicalColor, get_logicalSize, set_glyph, set_logicalColor, set_logicalSize
get_location, get_rawExtension, get_semantics, set_location, set_semantics
protected 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.when
middle
- is copied to field middle
Cluster()
public Cluster doclone()
Cloneable
is known to
be implemented.doclone
in class TimedObject
public Format format()
format
in interface Formattable
format
in class TimedObject
public Cluster initFrom(java.lang.Object o0)
initFrom
in class TimedObject
public 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)lefts
public 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)rights
public void descend_rights(MATCH_ONLY_00 visitor)