Uses of Class
com.pervasive.datarush.matching.Comparison
-
Packages that use Comparison Package Description com.pervasive.datarush.matching 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 Comparison Modifier and Type Method Description List<Comparison>
Phase. getComparisons()
Get the list of comparisons configured for this phase.Methods in com.pervasive.datarush.matching with parameters of type Comparison Modifier and Type Method Description void
Phase. addComparison(Comparison comparison)
Add a comparison to this phase.Method parameters in com.pervasive.datarush.matching with type arguments of type Comparison Modifier and Type Method Description void
Phase. setComparisons(List<Comparison> comparisons)
Set the comparisons to use in this phase.Constructor parameters in com.pervasive.datarush.matching with type arguments of type Comparison Constructor Description Phase(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.
-