# File Automaten.rb, line 85
        def <=>(anOther)
                return @item<=>anOther.getItem
        end