Class FilteredRecordsAsFilteredRows

java.lang.Object
com.google.refine.browsing.util.FilteredRecordsAsFilteredRows
All Implemented Interfaces:
FilteredRows

public class FilteredRecordsAsFilteredRows extends Object implements FilteredRows
  • Field Details

  • Constructor Details

    • FilteredRecordsAsFilteredRows

      public FilteredRecordsAsFilteredRows(FilteredRecords filteredRecords)
  • Method Details

    • accept

      public void accept(Project project, RowVisitor visitor)
      Description copied from interface: FilteredRows
      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.
      Specified by:
      accept in interface FilteredRows