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 classBooleanCriterionclassDateCriterionclassNumberCriterionclassStringCriterionFields in org.openrefine.sorting with type parameters of type Criterion Modifier and Type Field Description protected List<Criterion>BaseSorter. _criteriaprotected List<Criterion>SortingConfig. _criteriaMethods 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 SerializableBaseSorter. makeKey(Criterion.KeyMaker keyMaker, Criterion c, T o)protected SerializableRecordSorter. makeKey(Criterion.KeyMaker keyMaker, Criterion c, Record o)protected SerializableRowSorter. 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)
-