Uses of Interface
org.openrefine.expr.Evaluable
-
-
Uses of Evaluable in org.openrefine.browsing.facets
Fields in org.openrefine.browsing.facets declared as Evaluable Modifier and Type Field Description protected Evaluable
ListFacet. _eval
protected Evaluable
RangeFacet.RangeFacetConfig. _evaluable
protected Evaluable
TimeRangeFacet.TimeRangeFacetConfig. _evaluable
protected Evaluable
ScatterplotFacet. eval_x
protected Evaluable
ScatterplotFacet. eval_y
Methods in org.openrefine.browsing.facets that return Evaluable Modifier and Type Method Description Evaluable
ListFacet.ListFacetConfig. getEvaluable()
Evaluable
ScatterplotFacet.ScatterplotFacetConfig. getEvaluableX()
Evaluable
ScatterplotFacet.ScatterplotFacetConfig. getEvaluableY()
-
Uses of Evaluable in org.openrefine.browsing.filters
Fields in org.openrefine.browsing.filters declared as Evaluable Modifier and Type Field Description protected Evaluable
ExpressionStringComparisonRowFilter. _evaluable
Constructors in org.openrefine.browsing.filters with parameters of type Evaluable Constructor Description ExpressionStringComparisonRowFilter(Evaluable evaluable, Boolean invert, String columnName, int cellIndex)
-
Uses of Evaluable in org.openrefine.browsing.util
Fields in org.openrefine.browsing.util declared as Evaluable Modifier and Type Field Description protected Evaluable
ExpressionBasedRowEvaluable. _eval
Constructors in org.openrefine.browsing.util with parameters of type Evaluable Constructor Description ExpressionBasedRowEvaluable(String columnName, int cellIndex, Evaluable eval, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
-
Uses of Evaluable in org.openrefine.commands.expr
Methods in org.openrefine.commands.expr with parameters of type Evaluable 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 Evaluable in org.openrefine.expr
Methods in org.openrefine.expr that return Evaluable Modifier and Type Method Description Evaluable
LanguageSpecificParser. parse(String source, String languagePrefix)
static Evaluable
MetaParser. parse(String s)
Parse an expression that might have a language prefix into an Evaluable.default Evaluable
Evaluable. renameColumnDependencies(Map<String,String> substitutions)
Translates this expression by simultaneously substituting column names as the supplied map specifies.Methods in org.openrefine.expr with parameters of type Evaluable Modifier and Type Method Description static boolean
ExpressionUtils. dependsOnPendingValues(Evaluable evaluable, String baseColumnName, ColumnModel columnModel, Row row, Record record)
Checks if the given expression relies on any pending cells in the given evaluation context. -
Uses of Evaluable in org.openrefine.grel
Classes in org.openrefine.grel that implement Evaluable Modifier and Type Class Description class
GrelEvaluable
Methods in org.openrefine.grel that return Evaluable Modifier and Type Method Description Evaluable
Parser. getExpression()
Evaluable
GrelEvaluable. renameColumnDependencies(Map<String,String> substitutions)
-
Uses of Evaluable in org.openrefine.jython
Classes in org.openrefine.jython that implement Evaluable Modifier and Type Class Description class
JythonEvaluable
-
Uses of Evaluable in org.openrefine.operations
Fields in org.openrefine.operations declared as Evaluable Modifier and Type Field Description protected Evaluable
ExpressionBasedOperation. _eval
Methods in org.openrefine.operations that return Evaluable Modifier and Type Method Description protected Evaluable
ExpressionBasedOperation. getEvaluable()
Methods in org.openrefine.operations with parameters of type Evaluable 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 ColumnModel
ExpressionBasedOperation. getNewColumnModel(Grid state, ChangeContext context, Evaluable eval)
Returns the new column model after the operation has run.protected Map<String,OverlayModel>
ExpressionBasedOperation. getNewOverlayModels(Grid state, ChangeContext context, Evaluable evaluable)
Returns the new overlay models after this change is applied.protected Grid
ExpressionBasedOperation. postTransform(Grid state, ChangeContext context, Evaluable eval)
-
Uses of Evaluable in org.openrefine.operations.column
Methods in org.openrefine.operations.column with parameters of type Evaluable Modifier and Type Method Description protected ColumnModel
ColumnAdditionByFetchingURLsOperation. getNewColumnModel(Grid grid, ChangeContext context, Evaluable evaluable)
protected ColumnModel
ColumnAdditionOperation. getNewColumnModel(Grid state, ChangeContext context, Evaluable eval)
-