Uses of Interface
com.google.refine.browsing.RecordVisitor
Packages that use RecordVisitor
Package
Description
-
Uses of RecordVisitor in com.google.refine.browsing
Methods in com.google.refine.browsing with parameters of type RecordVisitorModifier and TypeMethodDescriptionvoidFilteredRecords.accept(Project project, RecordVisitor visitor) Go through the records of the given project, determine which match and which don't, and call visitor.visit() on those that match -
Uses of RecordVisitor in com.google.refine.browsing.facets
Classes in com.google.refine.browsing.facets that implement RecordVisitor -
Uses of RecordVisitor in com.google.refine.browsing.util
Classes in com.google.refine.browsing.util that implement RecordVisitorModifier and TypeClassDescriptionclassVisit matched rows or records and group them into facet choices based on the values computed from a given expression.classVisit matched rows or records and slot them into bins based on the numbers computed from a given expression.classVisit matched rows or records and slot them into bins based on the date computed from a given expression.classMethods in com.google.refine.browsing.util with parameters of type RecordVisitorModifier and TypeMethodDescriptionvoidConjunctiveFilteredRecords.accept(Project project, RecordVisitor visitor) -
Uses of RecordVisitor in com.google.refine.commands.row
Classes in com.google.refine.commands.row that implement RecordVisitor -
Uses of RecordVisitor in com.google.refine.operations.row
Classes in com.google.refine.operations.row that implement RecordVisitor -
Uses of RecordVisitor in com.google.refine.sorting
Classes in com.google.refine.sorting that implement RecordVisitorFields in com.google.refine.sorting declared as RecordVisitorConstructors in com.google.refine.sorting with parameters of type RecordVisitor -
Uses of RecordVisitor in com.google.refine.templating
Classes in com.google.refine.templating that implement RecordVisitorMethods in com.google.refine.templating that return RecordVisitor