public class ProximityMatchStats extends Object
Constructor and Description |
---|
ProximityMatchStats() |
Modifier and Type | Method and Description |
---|---|
void |
backtrack()
A backtrack has been done.
|
void |
doubleCheck()
Double checked a candidate pair of match.
|
void |
failedDoubleCheck()
A double check has failed.
|
void |
identicCompare()
We compared two objects looking for identic objects.
|
void |
identicSuccess()
We successfully matched two objects while trying to find identic objects.
|
void |
noMatch()
We found no match for an Object.
|
void |
similarityCompare()
We compared two objects by their similarity.
|
void |
similaritySuccess()
We achieved a match using similarity.
|
String |
toString() |
public void backtrack()
public void identicSuccess()
public void identicCompare()
public void similarityCompare()
public void doubleCheck()
public void similaritySuccess()
public void failedDoubleCheck()
public void noMatch()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.