Uses of Interface
org.openrefine.overlay.OverlayModel
-
Packages that use OverlayModel Package Description org.openrefine.browsing.facets org.openrefine.browsing.util org.openrefine.commands.expr org.openrefine.commands.project org.openrefine.expr org.openrefine.model org.openrefine.operations org.openrefine.overlay org.openrefine.runners.local Supplies aRunner
which is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.logging org.openrefine.runners.testing org.openrefine.templating org.openrefine.wikibase.schema -
-
Uses of OverlayModel in org.openrefine.browsing.facets
Fields in org.openrefine.browsing.facets with type parameters of type OverlayModel Modifier and Type Field Description protected Map<String,OverlayModel>
RangeFacet. _overlayModels
protected Map<String,OverlayModel>
TimeRangeFacet. _overlayModels
protected Map<String,OverlayModel>
ScatterplotFacet. overlayModels
Method parameters in org.openrefine.browsing.facets with type arguments of type OverlayModel Modifier and Type Method Description Facet
FacetConfig. apply(ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
Instantiates the given facet on a particular column model.ListFacet
ListFacet.ListFacetConfig. apply(ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
RangeFacet
RangeFacet.RangeFacetConfig. apply(ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
ScatterplotFacet
ScatterplotFacet.ScatterplotFacetConfig. apply(ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
Facet
StringFacet.Config. apply(ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
TextSearchFacet
TextSearchFacet.TextSearchFacetConfig. apply(ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
TimeRangeFacet
TimeRangeFacet.TimeRangeFacetConfig. apply(ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
Constructor parameters in org.openrefine.browsing.facets with type arguments of type OverlayModel Constructor Description ListFacet(ListFacet.ListFacetConfig config, ColumnModel model, Map<String,OverlayModel> overlayModels, long projectId)
RangeFacet(RangeFacet.RangeFacetConfig config, int cellIndex, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
ScatterplotFacet(ScatterplotFacet.ScatterplotFacetConfig config, int cellIndexX, int cellIndexY, ColumnModel columnModel, Map<String,OverlayModel> overlayModels)
TimeRangeFacet(TimeRangeFacet.TimeRangeFacetConfig config, int cellIndex, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
-
Uses of OverlayModel in org.openrefine.browsing.util
Fields in org.openrefine.browsing.util with type parameters of type OverlayModel Modifier and Type Field Description protected Map<String,OverlayModel>
ExpressionBasedRowEvaluable. _overlayModels
Constructor parameters in org.openrefine.browsing.util with type arguments of type OverlayModel Constructor Description ExpressionBasedRowEvaluable(String columnName, int cellIndex, Evaluable eval, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
-
Uses of OverlayModel in org.openrefine.commands.expr
Method parameters in org.openrefine.commands.expr with type arguments of type OverlayModel 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 OverlayModel in org.openrefine.commands.project
Fields in org.openrefine.commands.project with type parameters of type OverlayModel Modifier and Type Field Description protected Map<String,OverlayModel>
GetModelsCommand.ModelsResponse. overlayModels
Constructor parameters in org.openrefine.commands.project with type arguments of type OverlayModel Constructor Description ModelsResponse(ColumnModel columns, Map<String,OverlayModel> overlays, Map<String,MetaParser.LanguageInfo> languageInfos, Map<String,HttpHeadersSupport.HttpHeaderInfo> headers)
-
Uses of OverlayModel in org.openrefine.expr
Method parameters in org.openrefine.expr with type arguments of type OverlayModel Modifier and Type Method Description 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. -
Uses of OverlayModel in org.openrefine.model
Fields in org.openrefine.model with type parameters of type OverlayModel Modifier and Type Field Description Map<String,OverlayModel>
Grid.Metadata. overlayModels
Methods in org.openrefine.model that return types with arguments of type OverlayModel Modifier and Type Method Description Map<String,OverlayModel>
Grid. getOverlayModels()
Map<String,OverlayModel>
Project. getOverlayModels()
Convenience function to return the current overlay modelsMethod parameters in org.openrefine.model with type arguments of type OverlayModel Modifier and Type Method Description default Grid
Runner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)
Creates aGrid
from an iterable collection of rows.Grid
Runner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)
Creates aGrid
from an in-memory list of rows, which will be numbered from 0 to length-1.static void
Project. registerOverlayModel(String name, Class<? extends OverlayModel> klass)
Deprecated.Grid
Grid. withOverlayModels(Map<String,OverlayModel> overlayModel)
Returns a new grid where the overlay models have changed. -
Uses of OverlayModel in org.openrefine.operations
Fields in org.openrefine.operations with type parameters of type OverlayModel Modifier and Type Field Description protected Map<String,OverlayModel>
RowMapOperation.GridMap. overlayModels
Methods in org.openrefine.operations that return types with arguments of type OverlayModel Modifier and Type Method Description protected Map<String,OverlayModel>
ExpressionBasedOperation. getNewOverlayModels(Grid state, ChangeContext context, Evaluable evaluable)
Returns the new overlay models after this change is applied.protected Map<String,OverlayModel>
RowMapOperation. getNewOverlayModels(Grid state, ChangeContext context)
Returns the new overlay models after this change is applied.Method parameters in org.openrefine.operations with type arguments of type OverlayModel 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)
Constructor parameters in org.openrefine.operations with type arguments of type OverlayModel Constructor Description GridMap(ColumnModel columnModel, RowInRecordMapper positiveMapper, RowInRecordMapper negativeMapper, Map<String,OverlayModel> overlayModels)
-
Uses of OverlayModel in org.openrefine.overlay
Classes in org.openrefine.overlay that implement OverlayModel Modifier and Type Class Description class
UnknownOverlayModel
An overlay model that is unknown to the current OpenRefine instance, but might be interpretable by another instance (for instance, a later version of OpenRefine, or using an extension).Fields in org.openrefine.overlay with type parameters of type OverlayModel Modifier and Type Field Description protected static Map<Class<? extends OverlayModel>,String>
OverlayModelResolver. s_classToId
protected static Map<String,Class<? extends OverlayModel>>
OverlayModelResolver. s_overlayModelClasses
Methods in org.openrefine.overlay that return types with arguments of type OverlayModel Modifier and Type Method Description static Class<? extends OverlayModel>
OverlayModelResolver. getClass(String id)
Exposed for deserialization of legacy projects.Method parameters in org.openrefine.overlay with type arguments of type OverlayModel Modifier and Type Method Description static void
OverlayModelResolver. registerOverlayModel(String modelName, Class<? extends OverlayModel> klass)
-
Uses of OverlayModel in org.openrefine.runners.local
Fields in org.openrefine.runners.local with type parameters of type OverlayModel Modifier and Type Field Description protected Map<String,OverlayModel>
LocalGrid. overlayModels
Methods in org.openrefine.runners.local that return types with arguments of type OverlayModel Modifier and Type Method Description Map<String,OverlayModel>
LocalGrid. getOverlayModels()
Method parameters in org.openrefine.runners.local with type arguments of type OverlayModel Modifier and Type Method Description Grid
LocalRunner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)
Grid
LocalRunner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)
Grid
LocalGrid. withOverlayModels(Map<String,OverlayModel> newOverlayModels)
Constructor parameters in org.openrefine.runners.local with type arguments of type OverlayModel Constructor Description LocalGrid(LocalRunner runner, ColumnModel columnModel, PairPLL<Long,IndexedRow> grid, Map<String,OverlayModel> overlayModels, long cachedRecordCount)
Constructs a grid, supplying all required fields.LocalGrid(LocalRunner runner, PairPLL<Long,Row> grid, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long cachedRecordCount)
Convenience constructor to construct a grid from a PLL of a slightly different type.LocalGrid(PairPLL<Long,Record> records, LocalRunner runner, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long rowCount)
Constructs a grid from a grid of records. -
Uses of OverlayModel in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging that return types with arguments of type OverlayModel Modifier and Type Method Description Map<String,OverlayModel>
LoggedGrid. getOverlayModels()
Method parameters in org.openrefine.runners.local.logging with type arguments of type OverlayModel Modifier and Type Method Description Grid
LoggedRunner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)
Grid
LoggedRunner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)
Grid
LoggedGrid. withOverlayModels(Map<String,OverlayModel> overlayModel)
-
Uses of OverlayModel in org.openrefine.runners.testing
Fields in org.openrefine.runners.testing declared as OverlayModel Modifier and Type Field Description protected OverlayModel
RunnerTestBase. overlayModel
Methods in org.openrefine.runners.testing that return types with arguments of type OverlayModel Modifier and Type Method Description Map<String,OverlayModel>
TestingGrid. getOverlayModels()
Method parameters in org.openrefine.runners.testing with type arguments of type OverlayModel Modifier and Type Method Description Grid
TestingRunner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)
Grid
TestingRunner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)
Grid
TestingGrid. withOverlayModels(Map<String,OverlayModel> overlayModel)
Constructor parameters in org.openrefine.runners.testing with type arguments of type OverlayModel Constructor Description TestingGrid(List<IndexedRow> indexedRows, ColumnModel columnModel, Map<String,OverlayModel> overlayModels)
TestingGrid(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)
-
Uses of OverlayModel in org.openrefine.templating
Method parameters in org.openrefine.templating with type arguments of type OverlayModel Modifier and Type Method Description void
Template. internalVisit(long rowIndex, Row row, long total, Writer writer, Properties bindings, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId, Record record)
void
Template. writeRecords(CloseableIterator<Record> records, Writer writer, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId, int limit)
void
Template. writeRows(CloseableIterator<IndexedRow> rows, Writer writer, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId, int limit)
-
Uses of OverlayModel in org.openrefine.wikibase.schema
Classes in org.openrefine.wikibase.schema that implement OverlayModel Modifier and Type Class Description class
WikibaseSchema
Main class representing a skeleton of Wikibase edits with OpenRefine columns as variables.
-