Uses of Class
com.google.refine.model.changes.CellChange
Packages that use CellChange
Package
Description
-
Uses of CellChange in com.google.refine.model.changes
Fields in com.google.refine.model.changes declared as CellChangeMethods in com.google.refine.model.changes that return CellChangeModifier and TypeMethodDescriptionstatic CellChangeCellChange.load(LineNumberReader reader, Pool pool) Constructors in com.google.refine.model.changes with parameters of type CellChangeModifierConstructorDescriptionMassCellChange(CellChange[] cellChanges, String commonColumnName, boolean updateRowContextDependencies) MassCellChange(CellChange cellChange, String commonColumnName, boolean updateRowContextDependencies) ReconChange(CellChange[] cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats) ReconChange(CellChange cellChange, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats) Constructor parameters in com.google.refine.model.changes with type arguments of type CellChangeModifierConstructorDescriptionMassCellChange(List<CellChange> cellChanges, String commonColumnName, boolean updateRowContextDependencies) ReconChange(List<CellChange> cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats) -
Uses of CellChange in com.google.refine.operations
Method parameters in com.google.refine.operations with type arguments of type CellChangeModifier and TypeMethodDescriptionprotected ChangeEngineDependentMassCellOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected abstract StringEngineDependentMassCellOperation.createDescription(Column column, List<CellChange> cellChanges) protected abstract RowVisitorEngineDependentMassCellOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) -
Uses of CellChange in com.google.refine.operations.cell
Method parameters in com.google.refine.operations.cell with type arguments of type CellChangeModifier and TypeMethodDescriptionprotected StringBlankDownOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringFillDownOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringMassEditOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringTextTransformOperation.createDescription(Column column, List<CellChange> cellChanges) protected RowVisitorBlankDownOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorFillDownOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorMassEditOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorTextTransformOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) -
Uses of CellChange in com.google.refine.operations.recon
Method parameters in com.google.refine.operations.recon with type arguments of type CellChangeModifier and TypeMethodDescriptionprotected ChangeReconClearSimilarCellsOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconDiscardJudgmentsOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconJudgeSimilarCellsOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconMarkNewTopicsOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconMatchBestCandidatesOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconMatchSpecificTopicOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected ChangeReconUseValuesAsIdentifiersOperation.createChange(Project project, Column column, List<CellChange> cellChanges) protected StringReconClearSimilarCellsOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconDiscardJudgmentsOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconJudgeSimilarCellsOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconMarkNewTopicsOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconMatchBestCandidatesOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconMatchSpecificTopicOperation.createDescription(Column column, List<CellChange> cellChanges) protected StringReconUseValuesAsIdentifiersOperation.createDescription(Column column, List<CellChange> cellChanges) protected RowVisitorReconClearSimilarCellsOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconDiscardJudgmentsOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconJudgeSimilarCellsOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconMarkNewTopicsOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconMatchBestCandidatesOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconMatchSpecificTopicOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconUseValuesAsIdentifiersOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID)