Uses of Class
org.openrefine.sorting.Criterion.KeyMaker
-
Packages that use Criterion.KeyMaker Package Description org.openrefine.sorting -
-
Uses of Criterion.KeyMaker in org.openrefine.sorting
Fields in org.openrefine.sorting declared as Criterion.KeyMaker Modifier and Type Field Description protected Criterion.KeyMaker[]
BaseSorter. _keyMakers
Methods in org.openrefine.sorting that return Criterion.KeyMaker Modifier and Type Method Description Criterion.KeyMaker
BooleanCriterion. createKeyMaker(ColumnModel columnModel)
abstract Criterion.KeyMaker
Criterion. createKeyMaker(ColumnModel columnModel)
Instantiates the criterion on a particular column model, making it possible to compare two rows together (since we now have access to the column index of the target column).Criterion.KeyMaker
DateCriterion. createKeyMaker(ColumnModel columnModel)
Criterion.KeyMaker
NumberCriterion. createKeyMaker(ColumnModel columnModel)
Criterion.KeyMaker
StringCriterion. createKeyMaker(ColumnModel columnModel)
Methods in org.openrefine.sorting with parameters of type Criterion.KeyMaker Modifier and Type Method Description protected abstract Serializable
BaseSorter. makeKey(Criterion.KeyMaker keyMaker, Criterion c, T o)
protected Serializable
RecordSorter. makeKey(Criterion.KeyMaker keyMaker, Criterion c, Record o)
protected Serializable
RowSorter. makeKey(Criterion.KeyMaker keyMaker, Criterion c, IndexedRow row)
-