Uses of Class
com.google.refine.model.recon.ReconConfig
Packages that use ReconConfig
Package
Description
-
Uses of ReconConfig in com.google.refine.model
Methods in com.google.refine.model that return ReconConfigMethods in com.google.refine.model with parameters of type ReconConfigModifier and TypeMethodDescriptionvoidColumn.setReconConfig(ReconConfig config) voidColumn.setSourceReconConfig(ReconConfig sourceConfig) -
Uses of ReconConfig in com.google.refine.model.changes
Fields in com.google.refine.model.changes declared as ReconConfigModifier and TypeFieldDescriptionprotected final ReconConfigReconChange._newReconConfigprotected ReconConfigReconChange._oldReconConfigConstructors in com.google.refine.model.changes with parameters of type ReconConfigModifierConstructorDescriptionReconChange(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) -
Uses of ReconConfig in com.google.refine.model.recon
Subclasses of ReconConfig in com.google.refine.model.reconFields in com.google.refine.model.recon with type parameters of type ReconConfigModifier and TypeFieldDescriptionstatic final Map<Class<? extends ReconConfig>,String> ReconConfig.s_opClassToNamestatic final Map<String,List<Class<? extends ReconConfig>>> ReconConfig.s_opNameToClassMethods in com.google.refine.model.recon that return ReconConfigMethods in com.google.refine.model.recon that return types with arguments of type ReconConfigModifier and TypeMethodDescriptionstatic Class<? extends ReconConfig>ReconConfig.getClassFromMode(String mode) Method parameters in com.google.refine.model.recon with type arguments of type ReconConfigModifier and TypeMethodDescriptionstatic voidReconConfig.registerReconConfig(edu.mit.simile.butterfly.ButterflyModule module, String name, Class<? extends ReconConfig> klass) -
Uses of ReconConfig in com.google.refine.operations.recon
Fields in com.google.refine.operations.recon declared as ReconConfigMethods in com.google.refine.operations.recon that return ReconConfigModifier and TypeMethodDescriptionprotected ReconConfigReconMarkNewTopicsOperation.getNewReconConfig(Column column) ReconOperation.getReconConfig()Constructors in com.google.refine.operations.recon with parameters of type ReconConfigModifierConstructorDescriptionReconOperation(EngineConfig engineConfig, String columnName, ReconConfig reconConfig)