[gee-cvs] gabel/src/net/sf/gabel/util KeyAliasFactory.java, 1.2, 1.3 LikertScale.java, 1.1, NONE
Status: Alpha
Brought to you by:
alllee
|
From: Zoran R. <way...@us...> - 2006-06-24 23:46:05
|
Update of /cvsroot/gabel/gabel/src/net/sf/gabel/util In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv32083/src/net/sf/gabel/util Modified Files: KeyAliasFactory.java Removed Files: LikertScale.java Log Message: Stable Social client/server. Many small bugfixes, features * and featurelettes to the client/server pair and to * individual experiments as well. Index: KeyAliasFactory.java =================================================================== RCS file: /cvsroot/gabel/gabel/src/net/sf/gabel/util/KeyAliasFactory.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** KeyAliasFactory.java 2 Nov 2005 01:03:13 -0000 1.2 --- KeyAliasFactory.java 24 Jun 2006 23:45:32 -0000 1.3 *************** *** 27,31 **** * A key must be an Object with a string representation (i.e. must implement toString() method).</br> * Since the set of all possible keys (<i>K</i>) is <i>K</i> â <i>N</i>, we create the ! * set of human-readable aliases (<i>A</i>) in such a way to ensure</br> * </br> * <i>A</i> = { "<i>a'</i>", "<i>a'_x</i>" | <i>a'</i> â <i>A'</i> â <i>x</i> â <i>N</i> U {0} }</br> --- 27,31 ---- * A key must be an Object with a string representation (i.e. must implement toString() method).</br> * Since the set of all possible keys (<i>K</i>) is <i>K</i> â <i>N</i>, we create the ! * set of human-readable aliases (<i>A</i>) in such a way to ensure that</br> * </br> * <i>A</i> = { "<i>a'</i>", "<i>a'_x</i>" | <i>a'</i> â <i>A'</i> â <i>x</i> â <i>N</i> U {0} }</br> *************** *** 78,82 **** totalKeys = keys.size(); Arrays.sort(sortedKeys, comparator); - System.err.println("** net.sf.gabel.util.ClientAliasFactory: cached " + totalKeys + " keys"); } --- 78,81 ---- --- LikertScale.java DELETED --- |