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 ColumnStatsColumnStats. 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.RowResultPreviewExpressionCommand. 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 CellWrappedCell. cellMethods in org.openrefine.expr with parameters of type Cell Modifier and Type Method Description voidBinder. bind(Properties bindings, Row row, long rowIndex, String columnName, Cell cell)static voidExpressionUtils. 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 CellExcelImporter. extractCell(org.apache.poi.ss.usermodel.Cell cell)protected static CellExcelImporter. extractCell(org.apache.poi.ss.usermodel.Cell cell, boolean forceText)protected static CellExcelImporter. extractCell(org.apache.poi.ss.usermodel.Cell cell, Map<String,Recon> reconMap)CellLegacyProjectImporter.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 CellCell. NULLstatic CellCell. PENDING_NULLFields in org.openrefine.model with type parameters of type Cell Modifier and Type Field Description com.google.common.collect.ImmutableList<Cell>Row. cellsMethods in org.openrefine.model that return Cell Modifier and Type Method Description CellRowCellMapper. apply(long rowId, Row row)static CellCell. deserialize(Object value, String type, Recon recon, String error, Boolean pending)CellRow. getCell(int cellIndex)CellRowBuilder. getCell(int cellIndex)Accesses the existing cells while building the row.static CellCell. 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 RowRow. insertCell(int index, Cell cell)Inserts a cell at a given index.RowRow. withCell(int index, Cell cell)Overwrite a cell at a given index.RowBuilderRowBuilder. 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 RowRow. 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 CellCellAtRow. cellMethods in org.openrefine.model.changes that return Cell Modifier and Type Method Description CellCellChangeDataSerializer. 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 StringCellChangeDataSerializer. 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)StringCellListChangeDataSerializer. 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. dataMethods in org.openrefine.model.recon with parameters of type Cell Modifier and Type Method Description ReconJobDataExtensionReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)abstract ReconJobReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)ReconJobStandardReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)protected voidReconciledDataExtensionJob. 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 voidReconciledDataExtensionJob. 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 RowTextTransformOperation.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. _evaluatingChangeDataProducerMethods in org.openrefine.operations.column that return Cell Modifier and Type Method Description CellColumnAdditionByFetchingURLsOperation.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 RowColumnAdditionOperation.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 CellReconOperation.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 RowReconOperation.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 GridRunnerTestBase. 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 CellExpressionContext. 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.TimeValueWbDateVariable. fromCell(Cell cell, ExpressionContext ctxt)org.wikidata.wdtk.datamodel.interfaces.EntityIdValueWbEntityVariable. fromCell(Cell cell, ExpressionContext ctxt)org.wikidata.wdtk.datamodel.interfaces.ItemIdValueWbItemVariable. fromCell(Cell cell, ExpressionContext ctxt)StringWbLanguageVariable. fromCell(Cell cell, ExpressionContext ctxt)org.wikidata.wdtk.datamodel.interfaces.GlobeCoordinatesValueWbLocationVariable. fromCell(Cell cell, ExpressionContext ctxt)org.wikidata.wdtk.datamodel.interfaces.StringValueWbStringVariable. fromCell(Cell cell, ExpressionContext ctxt)abstract TWbVariableExpr. fromCell(Cell cell, ExpressionContext ctxt)Method that should be implemented by subclasses, converting an OpenRefine cell to a Wikibase value.
-