# File automaten.rb, line 180
        def to_s
                return ("[" + @zustand.to_s + " --" + @symbol + "--> " + @folge.to_s + "]" + "\n")
        end