Uses of Class
org.openrefine.sorting.Criterion
-
Packages that use Criterion Package Description org.openrefine.sorting -
-
Uses of Criterion in org.openrefine.sorting
Subclasses of Criterion in org.openrefine.sorting Modifier and Type Class Description class
BooleanCriterion
class
DateCriterion
class
NumberCriterion
class
StringCriterion
Fields in org.openrefine.sorting with type parameters of type Criterion Modifier and Type Field Description protected List<Criterion>
BaseSorter. _criteria
protected List<Criterion>
SortingConfig. _criteria
Methods in org.openrefine.sorting that return types with arguments of type Criterion Modifier and Type Method Description List<Criterion>
SortingConfig. getCriteria()
Methods in org.openrefine.sorting with parameters of type Criterion 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)
Constructor parameters in org.openrefine.sorting with type arguments of type Criterion Constructor Description SortingConfig(List<Criterion> criteria)
-