IMapper.Language| Constructor and Description |
|---|
ExactMatchMapper() |
| Modifier and Type | Method and Description |
|---|---|
AMapping |
getMapping(ACache source,
ACache target,
String sourceVar,
String targetVar,
String expression,
double threshold)
Computes a mapping between a source and a target.
|
double |
getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
String |
getName()
Returns the name of the mapper.
|
double |
getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
Map<String,Set<String>> |
index(ACache c,
String property) |
getUriToUriMapping, getUriToUriMapping, getValueToUriMappublic AMapping getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)
source - Source cachetarget - Target cachesourceVar - Variable for the source datasettargetVar - Variable for the target datasetexpression - Expression to process.threshold - Similarity thresholdpublic String getName()
IMapperpublic double getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
IMappersourceSize - source sizetargetSize - target sizetheta - atomic specification thresholdlanguage - language of source and target variablespublic double getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
IMappersourceSize - source sizetargetSize - target sizetheta - atomic specification thresholdlanguage - language of source and target variablesCopyright © 2018. All rights reserved.