Uses of Class
com.google.refine.model.ReconStats
Packages that use ReconStats
-
Uses of ReconStats in com.google.refine.model
Methods in com.google.refine.model that return ReconStatsMethods in com.google.refine.model with parameters of type ReconStats -
Uses of ReconStats in com.google.refine.model.changes
Fields in com.google.refine.model.changes declared as ReconStatsModifier and TypeFieldDescriptionprotected ReconStatsReconChange._newReconStatsprotected ReconStatsReconChange._oldReconStatsConstructors in com.google.refine.model.changes with parameters of type ReconStatsModifierConstructorDescriptionReconChange(CellChange[] cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats) ReconChange(CellChange cellChange, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats) ReconChange(List<CellChange> cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats)