# File lib_wpm/wpm.rb, line 837
    def find(component_name)
      if (self.component_name == component_name) then
        return self
      else
        return nil
      end
    end