Skip to content
  • Goetz Gaycken's avatar
    Added tool visitor helper class and visitor to renounce certain inputs. · be0954e8
    Goetz Gaycken authored
    - Added a helper class which iterates recursively over all tools declared
      by a list of tools or their child tools. This helper class can be
      instrumented with a visitor which is called for each visited tool.
    
    - Added a Visitor which renounces certain inputs from all visited tools, to
      be used in cases in which a parent can ensure that one of its outputs is
      available as usable input to its child tools.
    be0954e8