Package com.google.refine.browsing.util
Class ConjunctiveFilteredRecords
java.lang.Object
com.google.refine.browsing.util.ConjunctiveFilteredRecords
- All Implemented Interfaces:
FilteredRecords
Encapsulate logic for visiting records that match all given record filters.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(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 matchvoidadd(RecordFilter recordFilter) protected booleanmatchRecord(Project project, Record record)
-
Field Details
-
_recordFilters
-
-
Constructor Details
-
ConjunctiveFilteredRecords
public ConjunctiveFilteredRecords()
-
-
Method Details
-
add
-
accept
Description copied from interface:FilteredRecordsGo through the records of the given project, determine which match and which don't, and call visitor.visit() on those that match- Specified by:
acceptin interfaceFilteredRecords
-
matchRecord
-