32 lines
786 B
Plaintext
32 lines
786 B
Plaintext
note
|
|
description: "Summary description for {WSF_AUTOCOMPLETION}."
|
|
date: "$Date$"
|
|
revision: "$Revision$"
|
|
|
|
deferred class
|
|
WSF_AUTOCOMPLETION
|
|
|
|
feature -- Query
|
|
|
|
autocompletion (input: READABLE_STRING_GENERAL): JSON_ARRAY
|
|
-- JSON array of suggestions that fit the specific input
|
|
deferred
|
|
end
|
|
|
|
feature -- Access
|
|
|
|
template: detachable READABLE_STRING_32
|
|
-- Customizable template
|
|
|
|
;note
|
|
copyright: "2011-2014, Yassin Hassan, Severin Munger, Jocelyn Fiat, Eiffel Software and others"
|
|
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
|
|
source: "[
|
|
Eiffel Software
|
|
5949 Hollister Ave., Goleta, CA 93117 USA
|
|
Telephone 805-685-1006, Fax 805-685-6869
|
|
Website http://www.eiffel.com
|
|
Customer support http://support.eiffel.com
|
|
]"
|
|
end
|