Package com.google.refine.browsing.util
Class FilteredRecordsAsFilteredRows
java.lang.Object
com.google.refine.browsing.util.FilteredRecordsAsFilteredRows
- All Implemented Interfaces:
FilteredRows
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Project project, RowVisitor visitor) Go through the rows of the given project, determine which match and which don't, and call visitor.visit() on those that match, and possibly their context and dependent rows.
-
Field Details
-
_filteredRecords
-
-
Constructor Details
-
FilteredRecordsAsFilteredRows
-
-
Method Details
-
accept
Description copied from interface:FilteredRowsGo through the rows of the given project, determine which match and which don't, and call visitor.visit() on those that match, and possibly their context and dependent rows.- Specified by:
acceptin interfaceFilteredRows
-