Class ReconClearSimilarCellsOperation
java.lang.Object
com.google.refine.model.AbstractOperation
com.google.refine.operations.EngineDependentOperation
com.google.refine.operations.EngineDependentMassCellOperation
com.google.refine.operations.recon.ReconClearSimilarCellsOperation
-
Field Summary
FieldsFields inherited from class com.google.refine.operations.EngineDependentMassCellOperation
_columnName, _updateRowContextDependenciesFields inherited from class com.google.refine.operations.EngineDependentOperation
_engineConfig -
Constructor Summary
ConstructorsConstructorDescriptionReconClearSimilarCellsOperation(EngineConfig engineConfig, String columnName, String similarValue) -
Method Summary
Modifier and TypeMethodDescriptionprotected ChangecreateChange(Project project, Column column, List<CellChange> cellChanges) protected StringcreateDescription(Column column, List<CellChange> cellChanges) protected RowVisitorcreateRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected StringgetBriefDescription(Project project) Methods inherited from class com.google.refine.operations.EngineDependentMassCellOperation
createHistoryEntryMethods inherited from class com.google.refine.operations.EngineDependentOperation
createEngine, getEngineConfigMethods inherited from class com.google.refine.model.AbstractOperation
createProcess, getJsonDescription, getOperationId
-
Field Details
-
_similarValue
-
-
Constructor Details
-
ReconClearSimilarCellsOperation
public ReconClearSimilarCellsOperation(EngineConfig engineConfig, String columnName, String similarValue)
-
-
Method Details
-
getColumnName
- Overrides:
getColumnNamein classEngineDependentMassCellOperation
-
getSimilarValue
-
getBriefDescription
- Overrides:
getBriefDescriptionin classAbstractOperation
-
createDescription
- Specified by:
createDescriptionin classEngineDependentMassCellOperation
-
createRowVisitor
protected RowVisitor createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) throws Exception - Specified by:
createRowVisitorin classEngineDependentMassCellOperation- Throws:
Exception
-
createChange
- Overrides:
createChangein classEngineDependentMassCellOperation
-