Uses of Class
com.google.refine.model.changes.CellAtRow
Packages that use CellAtRow
Package
Description
-
Uses of CellAtRow in com.google.refine.model.changes
Fields in com.google.refine.model.changes declared as CellAtRowModifier and TypeFieldDescriptionprotected final CellAtRow[]ColumnAdditionChange._newCellsprotected CellAtRow[]ColumnRemovalChange._oldCellsMethods in com.google.refine.model.changes that return CellAtRowConstructor parameters in com.google.refine.model.changes with type arguments of type CellAtRowModifierConstructorDescriptionColumnAdditionChange(String columnName, int columnIndex, List<CellAtRow> newCells) -
Uses of CellAtRow in com.google.refine.operations.column
Method parameters in com.google.refine.operations.column with type arguments of type CellAtRowModifier and TypeMethodDescriptionprotected StringColumnAdditionByFetchingURLsOperation.createDescription(Column column, List<CellAtRow> cellsAtRows) protected StringColumnAdditionOperation.createDescription(Column column, List<CellAtRow> cellsAtRows) protected RowVisitorColumnAdditionOperation.createRowVisitor(Project project, List<CellAtRow> cellsAtRows) -
Uses of CellAtRow in com.google.refine.operations.recon
Method parameters in com.google.refine.operations.recon with type arguments of type CellAtRowModifier and TypeMethodDescriptionprotected StringExtendDataOperation.createDescription(Column column, List<CellAtRow> cellsAtRows)