# File lib/tapkit/control/qualifier.rb, line 384
                def initialize( key, symbol, value )
                        super()
                        @key = key
                        @symbol = symbol
                        @value = value
                end