Class: Wukong::Dataflow

Inherits:
Hanuman::Tree show all
Defined in:
lib/wukong/dataflow.rb

Constant Summary

Constants included from Hanuman::TreeInstanceMethods

Hanuman::TreeInstanceMethods::MultipleRoots

Instance Attribute Summary

Attributes included from Hanuman::StageInstanceMethods

#graph

Class Method Summary collapse

Methods included from Hanuman::TreeInstanceMethods

#add_link, #ancestor, #append, #directed_sort, #each_stage, #leaves, #prepend, #root, #tsort_each_child, #tsort_each_node

Methods included from Hanuman::GraphInstanceMethods

#add_link, #add_stage, #ancestors, #descendents, #each_stage, #has_link?

Methods inherited from Hanuman::Stage

#clone

Methods included from Hanuman::StageClassMethods

#builder, #label, #register, #set_builder

Methods included from Hanuman::StageInstanceMethods

#add_link, #linkable_name, #root

Class Method Details

.configure(settings) ⇒ Object



4
5
6
# File 'lib/wukong/dataflow.rb', line 4

def self.configure(settings)
  settings.description = builder.description if builder.description
end