# File kwartz.rb, line 943
        def exec_nodelist(nodelist, arg1=nil, arg2=nil)
            #raise AbstractMethodInvocationError("#{self.class.name}#exec_nodelist()")
            nodelist.each do |node|
                node.execute(self, arg1, arg2)
            end
        end