Uses of Class
org.openrefine.model.Cell
-
-
Uses of Cell in org.openrefine
Methods in org.openrefine with parameters of type Cell Modifier and Type Method Description protected List<Row>
RefineTest. toRows(Cell[][] cells)
-
Uses of Cell in org.openrefine.browsing.columns
Methods in org.openrefine.browsing.columns with parameters of type Cell Modifier and Type Method Description ColumnStats
ColumnStats. withCell(Cell cell)
Returns a copy of this object after updating it with a single cell. -
Uses of Cell in org.openrefine.commands.expr
Methods in org.openrefine.commands.expr with parameters of type Cell Modifier and Type Method Description protected static PreviewExpressionCommand.RowResult
PreviewExpressionCommand. evaluate(Properties bindings, ColumnModel columnModel, IndexedRow indexedRow, Record record, String columnName, Cell cell, Map<String,OverlayModel> overlayModels, long projectId, Evaluable eval, boolean repeat, int repeatCount)
-
Uses of Cell in org.openrefine.expr
Fields in org.openrefine.expr declared as Cell Modifier and Type Field Description Cell
WrappedCell. cell
Methods in org.openrefine.expr with parameters of type Cell Modifier and Type Method Description void
Binder. bind(Properties bindings, Row row, long rowIndex, String columnName, Cell cell)
static void
ExpressionUtils. bind(Properties bindings, ColumnModel columnModel, Row row, long rowIndex, Record record, String columnName, Cell cell, Map<String,OverlayModel> overlayModels, long projectId)
Prepares the context for the evaluation of an expression by storing certain context objects within the supplied bindings.Constructors in org.openrefine.expr with parameters of type Cell Constructor Description WrappedCell(String columnName, Cell cell)
-
Uses of Cell in org.openrefine.importers
Methods in org.openrefine.importers that return Cell Modifier and Type Method Description protected static Cell
ExcelImporter. extractCell(org.apache.poi.ss.usermodel.Cell cell)
protected static Cell
ExcelImporter. extractCell(org.apache.poi.ss.usermodel.Cell cell, boolean forceText)
protected static Cell
ExcelImporter. extractCell(org.apache.poi.ss.usermodel.Cell cell, Map<String,Recon> reconMap)
Cell
LegacyProjectImporter.SerializedCell. toCell(Map<Long,Recon> pool)
-
Uses of Cell in org.openrefine.importers.tree
Fields in org.openrefine.importers.tree with type parameters of type Cell Modifier and Type Field Description List<List<Cell>>
ImportRecord. rows
-
Uses of Cell in org.openrefine.model
Fields in org.openrefine.model declared as Cell Modifier and Type Field Description static Cell
Cell. NULL
static Cell
Cell. PENDING_NULL
Fields in org.openrefine.model with type parameters of type Cell Modifier and Type Field Description com.google.common.collect.ImmutableList<Cell>
Row. cells
Methods in org.openrefine.model that return Cell Modifier and Type Method Description Cell
RowCellMapper. apply(long rowId, Row row)
static Cell
Cell. deserialize(Object value, String type, Recon recon, String error, Boolean pending)
Cell
Row. getCell(int cellIndex)
Cell
RowBuilder. getCell(int cellIndex)
Accesses the existing cells while building the row.static Cell
Cell. loadStreaming(String s)
Methods in org.openrefine.model that return types with arguments of type Cell Modifier and Type Method Description List<Cell>
Row. getCells()
Methods in org.openrefine.model with parameters of type Cell Modifier and Type Method Description Row
Row. insertCell(int index, Cell cell)
Inserts a cell at a given index.Row
Row. withCell(int index, Cell cell)
Overwrite a cell at a given index.RowBuilder
RowBuilder. withCell(int index, Cell cell)
Sets a cell at a given index.Method parameters in org.openrefine.model with type arguments of type Cell Modifier and Type Method Description Row
Row. insertCells(int index, List<Cell> cells)
Insest multiple cells contiguously, starting at a given indexConstructor parameters in org.openrefine.model with type arguments of type Cell Constructor Description Row(com.google.common.collect.ImmutableList<Cell> cells, boolean flagged, boolean starred)
Row(List<Cell> cells)
Construct a new Row containing the given cells.Row(List<Cell> cells, boolean flagged, boolean starred)
-
Uses of Cell in org.openrefine.model.changes
Fields in org.openrefine.model.changes declared as Cell Modifier and Type Field Description Cell
CellAtRow. cell
Methods in org.openrefine.model.changes that return Cell Modifier and Type Method Description Cell
CellChangeDataSerializer. deserialize(String serialized)
Methods in org.openrefine.model.changes that return types with arguments of type Cell Modifier and Type Method Description List<Cell>
CellListChangeDataSerializer. deserialize(String serialized)
Methods in org.openrefine.model.changes with parameters of type Cell Modifier and Type Method Description String
CellChangeDataSerializer. serialize(Cell changeDataItem)
Method parameters in org.openrefine.model.changes with type arguments of type Cell Modifier and Type Method Description List<Row>
RowInRecordChangeDataJoiner. call(Record record, IndexedData<List<Cell>> indexedData)
String
CellListChangeDataSerializer. serialize(List<Cell> changeDataItem)
Constructors in org.openrefine.model.changes with parameters of type Cell Constructor Description CellAtRow(int row, Cell cell)
-
Uses of Cell in org.openrefine.model.recon
Fields in org.openrefine.model.recon with type parameters of type Cell Modifier and Type Field Description List<List<Cell>>
ReconciledDataExtensionJob.DataExtension. data
Methods in org.openrefine.model.recon with parameters of type Cell Modifier and Type Method Description ReconJob
DataExtensionReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)
abstract ReconJob
ReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)
ReconJob
StandardReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)
protected void
ReconciledDataExtensionJob. storeCell(List<List<Cell>> rows, int row, int col, Cell cell)
Method parameters in org.openrefine.model.recon with type arguments of type Cell Modifier and Type Method Description protected void
ReconciledDataExtensionJob. storeCell(List<List<Cell>> rows, int row, int col, Cell cell)
Constructor parameters in org.openrefine.model.recon with type arguments of type Cell Constructor Description DataExtension(List<List<Cell>> data)
-
Uses of Cell in org.openrefine.operations
Methods in org.openrefine.operations that return types with arguments of type Cell Modifier and Type Method Description static RowInRecordChangeDataProducer<Cell>
ExpressionBasedOperation. evaluatingChangeDataProducer(int columnIndex, String baseColumnName, OnError onError, int repeatCount, Evaluable eval, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
protected RowInRecordChangeDataProducer<Cell>
ExpressionBasedOperation. getChangeDataProducer(Grid state, ChangeContext context)
Constructor parameters in org.openrefine.operations with type arguments of type Cell Constructor Description PositiveRowMapper(RowInRecordChangeDataProducer<Cell> producer, RowInRecordChangeDataJoiner joiner)
-
Uses of Cell in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell that return types with arguments of type Cell Modifier and Type Method Description protected static RowScanMapper<Cell>
BlankDownOperation. rowScanMapper(int columnIndex, int keyColumnIndex)
protected static RowScanMapper<Cell>
FillDownOperation. rowScanMapper(int columnIndex, int keyColumnIndex)
Method parameters in org.openrefine.operations.cell with type arguments of type Cell Modifier and Type Method Description Row
TextTransformOperation.Joiner. call(Row row, IndexedData<Cell> indexedData)
-
Uses of Cell in org.openrefine.operations.column
Fields in org.openrefine.operations.column with type parameters of type Cell Modifier and Type Field Description protected RowInRecordChangeDataProducer<Cell>
ColumnAdditionByFetchingURLsOperation.URLFetchingChangeProducer. _evaluatingChangeDataProducer
Methods in org.openrefine.operations.column that return Cell Modifier and Type Method Description Cell
ColumnAdditionByFetchingURLsOperation.URLFetchingChangeProducer. call(Record record, long rowId, Row row)
Methods in org.openrefine.operations.column that return types with arguments of type Cell Modifier and Type Method Description protected RowInRecordChangeDataProducer<Cell>
ColumnAdditionByFetchingURLsOperation. getChangeDataProducer(Grid state, ChangeContext context)
Method parameters in org.openrefine.operations.column with type arguments of type Cell Modifier and Type Method Description Row
ColumnAdditionOperation.Joiner. call(Row row, IndexedData<Cell> indexedData)
Constructor parameters in org.openrefine.operations.column with type arguments of type Cell Constructor Description URLFetchingChangeProducer(OnError onError, List<ColumnAdditionByFetchingURLsOperation.HttpHeader> httpHeaders, boolean cacheResponses, int delay, RowInRecordChangeDataProducer<Cell> evaluatingChangeDataProducer)
-
Uses of Cell in org.openrefine.operations.recon
Methods in org.openrefine.operations.recon that return Cell Modifier and Type Method Description Cell
ReconOperation.ReconChangeDataProducer. call(Record record, long rowId, Row row)
Methods in org.openrefine.operations.recon that return types with arguments of type Cell Modifier and Type Method Description List<Cell>
ReconOperation.ReconChangeDataProducer. callRowBatch(List<IndexedRow> rows)
Method parameters in org.openrefine.operations.recon with type arguments of type Cell Modifier and Type Method Description Row
ReconOperation.Joiner. call(Row row, IndexedData<Cell> indexedData)
-
Uses of Cell in org.openrefine.runners.testing
Methods in org.openrefine.runners.testing with parameters of type Cell Modifier and Type Method Description protected Grid
RunnerTestBase. createGrid(String[] columnNames, Cell[][] cells)
-
Uses of Cell in org.openrefine.wikibase.schema
Methods in org.openrefine.wikibase.schema that return Cell Modifier and Type Method Description Cell
ExpressionContext. getCellByName(String name)
Retrieves a cell in the current row, by column name.Methods in org.openrefine.wikibase.schema with parameters of type Cell Modifier and Type Method Description org.wikidata.wdtk.datamodel.interfaces.TimeValue
WbDateVariable. fromCell(Cell cell, ExpressionContext ctxt)
org.wikidata.wdtk.datamodel.interfaces.EntityIdValue
WbEntityVariable. fromCell(Cell cell, ExpressionContext ctxt)
org.wikidata.wdtk.datamodel.interfaces.ItemIdValue
WbItemVariable. fromCell(Cell cell, ExpressionContext ctxt)
String
WbLanguageVariable. fromCell(Cell cell, ExpressionContext ctxt)
org.wikidata.wdtk.datamodel.interfaces.GlobeCoordinatesValue
WbLocationVariable. fromCell(Cell cell, ExpressionContext ctxt)
org.wikidata.wdtk.datamodel.interfaces.StringValue
WbStringVariable. fromCell(Cell cell, ExpressionContext ctxt)
abstract T
WbVariableExpr. fromCell(Cell cell, ExpressionContext ctxt)
Method that should be implemented by subclasses, converting an OpenRefine cell to a Wikibase value.
-