public class FloatingMulti extends Floating
Modifier and Type | Field and Description |
---|---|
protected CheckedList<TimedObject> |
references
Generated by umod; model author's documentation MISSING.
|
glyph, logicalColor, logicalSize
location, semantics
format
Constructor and Description |
---|
FloatingMulti()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
void |
descend_references(MATCH_ONLY_00 visitor) |
FloatingMulti |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
CheckedList<TimedObject> |
get_references()
Generated by umod; model author's documentation MISSING.
|
FloatingMulti |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_references(CheckedList<TimedObject> val)
Generated by umod; model author's documentation MISSING.
|
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<TimedObject> references
CheckedList
<TimedObject
(never
null)>(never null)public FloatingMulti()
public FloatingMulti doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
format
in class Floating
public FloatingMulti initFrom(java.lang.Object o0)
public CheckedList<TimedObject> get_references()
CheckedList
<TimedObject
(never
null)>(never null)public boolean set_references(CheckedList<TimedObject> val)
val
- the new value of type CheckedList
<TimedObject
(never
null)>(never null)references
public void descend_references(MATCH_ONLY_00 visitor)