Uses of Class
com.pervasive.datarush.matching.Comparison
Packages that use Comparison
Package
Description
Provides operators for performing discovering duplicates or links between
records.
-
Uses of Comparison in com.pervasive.datarush.matching
Methods in com.pervasive.datarush.matching that return types with arguments of type ComparisonModifier and TypeMethodDescriptionPhase.getComparisons()Get the list of comparisons configured for this phase.Methods in com.pervasive.datarush.matching with parameters of type ComparisonModifier and TypeMethodDescriptionvoidPhase.addComparison(Comparison comparison) Add a comparison to this phase.Method parameters in com.pervasive.datarush.matching with type arguments of type ComparisonModifier and TypeMethodDescriptionvoidPhase.setComparisons(List<Comparison> comparisons) Set the comparisons to use in this phase.Constructor parameters in com.pervasive.datarush.matching with type arguments of type ComparisonModifierConstructorDescriptionPhase(List<Comparison> comparisons, Classifier classifier, Filter filter, Phase.CleanupMode cleanupMode) Construct a phase with the given configuration.Phase(List<Comparison> comparisons, List<Classifier> classifiers, Filter filter, Phase.CleanupMode cleanupMode) Construct a phase with the given configuration.