Uses of Interface
com.google.refine.browsing.RowVisitor
Packages that use RowVisitor
Package
Description
-
Uses of RowVisitor in com.google.refine.browsing
Methods in com.google.refine.browsing with parameters of type RowVisitorModifier and TypeMethodDescriptionvoidFilteredRows.accept(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. -
Uses of RowVisitor in com.google.refine.browsing.facets
Classes in com.google.refine.browsing.facets that implement RowVisitor -
Uses of RowVisitor in com.google.refine.browsing.util
Classes in com.google.refine.browsing.util that implement RowVisitorModifier 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.Fields in com.google.refine.browsing.util declared as RowVisitorModifier and TypeFieldDescriptionprotected final RowVisitorRowVisitorAsRecordVisitor._rowVisitorMethods in com.google.refine.browsing.util with parameters of type RowVisitorModifier and TypeMethodDescriptionvoidConjunctiveFilteredRows.accept(Project project, RowVisitor visitor) voidFilteredRecordsAsFilteredRows.accept(Project project, RowVisitor visitor) protected booleanConjunctiveFilteredRows.visitRow(Project project, RowVisitor visitor, int rowIndex, Row row) Constructors in com.google.refine.browsing.util with parameters of type RowVisitor -
Uses of RowVisitor in com.google.refine.commands.row
Classes in com.google.refine.commands.row that implement RowVisitor -
Uses of RowVisitor in com.google.refine.operations
Methods in com.google.refine.operations that return RowVisitorModifier and TypeMethodDescriptionprotected abstract RowVisitorEngineDependentMassCellOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) -
Uses of RowVisitor in com.google.refine.operations.cell
Methods in com.google.refine.operations.cell that return RowVisitorModifier and TypeMethodDescriptionprotected RowVisitorBlankDownOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorFillDownOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorMassEditOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorTextTransformOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) -
Uses of RowVisitor in com.google.refine.operations.column
Classes in com.google.refine.operations.column that implement RowVisitorMethods in com.google.refine.operations.column that return RowVisitorModifier and TypeMethodDescriptionprotected RowVisitorColumnAdditionOperation.createRowVisitor(Project project, List<CellAtRow> cellsAtRows) -
Uses of RowVisitor in com.google.refine.operations.recon
Methods in com.google.refine.operations.recon that return RowVisitorModifier and TypeMethodDescriptionprotected RowVisitorReconClearSimilarCellsOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconDiscardJudgmentsOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconJudgeSimilarCellsOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconMarkNewTopicsOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconMatchBestCandidatesOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconMatchSpecificTopicOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected RowVisitorReconUseValuesAsIdentifiersOperation.createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) -
Uses of RowVisitor in com.google.refine.operations.row
Classes in com.google.refine.operations.row that implement RowVisitorMethods in com.google.refine.operations.row that return RowVisitorModifier and TypeMethodDescriptionprotected RowVisitorRowFlagOperation.createRowVisitor(Project project, List<Change> changes) protected RowVisitorRowRemovalOperation.createRowVisitor(Project project, List<Integer> rowIndices) protected RowVisitorRowStarOperation.createRowVisitor(Project project, List<Change> changes) -
Uses of RowVisitor in com.google.refine.sorting
Classes in com.google.refine.sorting that implement RowVisitorFields in com.google.refine.sorting declared as RowVisitorConstructors in com.google.refine.sorting with parameters of type RowVisitor -
Uses of RowVisitor in com.google.refine.templating
Classes in com.google.refine.templating that implement RowVisitorMethods in com.google.refine.templating that return RowVisitor