# File Grammatiken.rb, line 258
        def toRel
                links = @symbol 
                tmpMenge = Menge.new(getAlts)
                tmpRel = Relation.new([[]])
                tmpMenge.each{|i| i.getSymbols.each{|j| tmpRel.addPaar!(links.to_s, j.to_s )}}
        return tmpRel
        end