public class ResolutionStatistics extends Object
| Constructor and Description |
|---|
ResolutionStatistics(int total,
int exact,
int ambiguous,
int unresolved,
int tableCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmbiguousMatches() |
double |
getCoverageRate()
Calculate resolution coverage (resolved / total)
Includes both exact and ambiguous matches
|
int |
getExactMatches() |
int |
getReferencedTableCount() |
double |
getSuccessRate()
Calculate resolution success rate (exact matches / total)
|
int |
getTotalReferences() |
int |
getUnresolvedReferences() |
String |
toString() |
public ResolutionStatistics(int total, int exact, int ambiguous, int unresolved, int tableCount)
public int getTotalReferences()
public int getExactMatches()
public int getAmbiguousMatches()
public int getUnresolvedReferences()
public int getReferencedTableCount()
public double getSuccessRate()
public double getCoverageRate()