public class LimesResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AMapping |
acceptanceMapping |
protected AMapping |
verificationMapping |
| Constructor and Description |
|---|
LimesResult(AMapping verificationMapping,
AMapping acceptanceMapping)
Constructor
|
LimesResult(AMapping verificationMapping,
AMapping acceptanceMapping,
ACache sourceCache,
ACache targetCache,
long runTime)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
forceOneToOneMapping() |
AMapping |
getAcceptanceMapping()
Getter for acceptance part
|
String |
getStatistics() |
String |
getStatistics(AMapping reference) |
AMapping |
getVerificationMapping()
Getter for verification part
|
protected AMapping verificationMapping
protected AMapping acceptanceMapping
public LimesResult(AMapping verificationMapping, AMapping acceptanceMapping)
verificationMapping - Mapping where acceptanceThreshold > sim >= verificationThresholdacceptanceMapping - Mapping where sim >= acceptanceThresholdpublic LimesResult(AMapping verificationMapping, AMapping acceptanceMapping, ACache sourceCache, ACache targetCache, long runTime)
verificationMapping - Mapping where acceptanceThreshold > sim >= verificationThresholdacceptanceMapping - Mapping where sim >= acceptanceThresholdsourceCache - source resources cachetargetCache - target resources cacherunTime - run timepublic AMapping getVerificationMapping()
public AMapping getAcceptanceMapping()
public String getStatistics()
public void forceOneToOneMapping()
Copyright © 2020. All rights reserved.