Community
Participate
Working Groups
Sketches are relatively big objects, since they hold: -raw points (x,y) -quantized points (only the x,y pairs that matter for recognition) -sketch's word (the quantized points transformed into a word, for string comparison using Levenshtein string distance) -location -size At the present version, the only attribute that is hold is the word and the element's name, onto a serialized Properties object. We need a better way of storing sketches, in order to: -algorithms to take advantage of the information -allow background computation of sketches, since some may take place while the tool is inactive. Ordering, ranking, and so on.
Created attachment 168062 [details] mylyn/context/zip
One possible way is to use EMF + XML schema: http://www.eclipse.org/modeling/emf/docs/1.x/tutorials/xlibmod/xlibmod_emf1.1.html
(In reply to comment #2) > One possible way is to use EMF + XML schema: > http://www.eclipse.org/modeling/emf/docs/1.x/tutorials/xlibmod/xlibmod_emf1.1.html correcy link http://www.eclipse.org/modeling/emf/docs/2.x/tutorials/xlibmod/xlibmod_emf2.0.html