class Nodus::Nodes::ConcurrentNode
Public Class Methods
on_compose(title, *sub_nodes)
click to toggle source
Defined by aggregate of all parameters, input ports, and output ports (of all kinds). Probably automatically need their own naming conventions…
Calls superclass method
Nodus::Nodes::Node::on_compose
# File lib/nodus/nodes.rb, line 94 def on_compose(title, *sub_nodes) super(title) sub_nodes.each{|node| sub << node} end