# File Automaten.rb, line 227
        def copy
                temp=Zustand.new(nil)   
                @items.each{|i| temp.add_i(i.copy) if i != nil }
                return temp
        end