Class ReconJudgeSimilarCellsOperation
java.lang.Object
com.google.refine.model.AbstractOperation
com.google.refine.operations.EngineDependentOperation
com.google.refine.operations.EngineDependentMassCellOperation
com.google.refine.operations.recon.ReconJudgeSimilarCellsOperation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Recon.Judgmentprotected final ReconCandidateprotected final booleanprotected final StringFields inherited from class com.google.refine.operations.EngineDependentMassCellOperation
_columnName, _updateRowContextDependenciesFields inherited from class com.google.refine.operations.EngineDependentOperation
_engineConfig -
Constructor Summary
ConstructorsConstructorDescriptionReconJudgeSimilarCellsOperation(EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, Boolean shareNewTopics) -
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) getMatch()booleanMethods 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
-
_judgment
-
_match
-
-
Constructor Details
-
ReconJudgeSimilarCellsOperation
public ReconJudgeSimilarCellsOperation(EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, Boolean shareNewTopics)
-
-
Method Details
-
getColumnName
- Overrides:
getColumnNamein classEngineDependentMassCellOperation
-
getSimilarValue
-
getJudgment
-
getMatch
-
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
-