Class: Threadset
- Inherits:
-
Sections
- Object
- MelodyObject
- Sections
- Threadset
- Defined in:
- lib/melody_object/Mo_h_hc.rb
Instance Attribute Summary
Attributes inherited from MelodyObject
#children, #childrenlist, #chn, #currentchild, #flag, #gotimeobject, #leng, #name, #nayme, #offset, #parent, #place, #seeder, #situation, #space, #started, #status, #type, #val
Instance Method Summary collapse
Methods inherited from Sections
Methods inherited from MelodyObject
#alter_pitch, #alter_versions_all, #alteri, #anewchildren, #backout, #bottomlevel, #bottomlevel!, #cc, #checkwhere, #ending?, #fynd, #fynd!, #go_down, #go_up, #gotime, #halved, #initialize, #innerbottomlevel, #innerbottomlevel!, #innerfynd, #innerfynd!, #klean, #lastchild, #localinit, #midifeed, #pass, #passchildrensdata, #repl, #runn, #setsituations, #starting?, #statusempties, #statussituation, #threadout, #versionize
Constructor Details
This class inherits a constructor from MelodyObject
Instance Method Details
#childtypestatus ⇒ Object
1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/melody_object/Mo_h_hc.rb', line 1083 def childtypestatus if @currentchild==@children.length-1 :allchildrencollected else :notallchildrencollected end end |
#locallocal ⇒ Object
1079 1080 1081 |
# File 'lib/melody_object/Mo_h_hc.rb', line 1079 def locallocal @childhash=Hash.new end |