RandomSec/src/main/java/com/metaweb/gridworks/model
David Huynh 1d0e6abaf8 Got some work done on the plane:
- better detection of record XML elements in XML importer
- XML importer creates column groups and data table view renders them


git-svn-id: http://google-refine.googlecode.com/svn/trunk@356 7d457c2a-affb-35e4-300a-418c747d4874
2010-03-27 05:23:09 +00:00
..
changes Track freebase types of columns added with data from Freebase, so that we can later add more data based on those columns. Fixed minor bug in serialization of data extension records. 2010-03-16 06:18:00 +00:00
recon Track freebase types of columns added with data from Freebase, so that we can later add more data based on those columns. Fixed minor bug in serialization of data extension records. 2010-03-16 06:18:00 +00:00
AbstractOperation.java Major refactoring: everything is now saved to disk using our own formats, mostly json-based, some inside zip files. 2010-03-07 22:37:26 +00:00
Cell.java Major refactoring: everything is now saved to disk using our own formats, mostly json-based, some inside zip files. 2010-03-07 22:37:26 +00:00
Column.java Major refactoring: everything is now saved to disk using our own formats, mostly json-based, some inside zip files. 2010-03-07 22:37:26 +00:00
ColumnGroup.java Still some old Serializable stuff to remove. 2010-03-07 23:02:57 +00:00
ColumnModel.java Got some work done on the plane: 2010-03-27 05:23:09 +00:00
Project.java Detect max cell index on load, just in case the max cell index we've stored previously was out of whack. 2010-03-23 03:19:17 +00:00
Recon.java Fixed minor bug: recon wasn't saving out its candidates if its judgment is Matched. So when a project is saved and reloaded, it loses all of the recon candidates except for the matches. 2010-03-23 18:02:08 +00:00
ReconCandidate.java Fixed a bug introduced recently: recon candidates were not serializing their topic types for the data view, so in the data view we can't send back a candidate's types when the user wants to match the candidate to some cells. I need to figure out a better way to optimize this. 2010-03-24 03:58:52 +00:00
ReconStats.java Major refactoring: everything is now saved to disk using our own formats, mostly json-based, some inside zip files. 2010-03-07 22:37:26 +00:00
Row.java Made various GEL functions and the forEach control work with java.util.List and java.util.Collection in addition to just Object[]. 2010-03-19 23:04:17 +00:00