public abstract class AMapper extends Object implements IMapper
IMapper.Language| Constructor and Description |
|---|
AMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected AMapping |
getUriToUriMapping(Map<String,Map<String,Double>> valueMap,
Map<String,Set<String>> sourceValueToUriMap,
Map<String,Set<String>> targetValueToUriMap) |
protected AMapping |
getUriToUriMapping(Map<String,Map<String,Double>> valueMap,
Map<String,Set<String>> sourceValueToUriMap,
Map<String,Set<String>> targetValueToUriMap,
boolean swapped)
Helper method, re-factored from common return code blocks.
|
protected Map<String,Set<String>> |
getValueToUriMap(ACache cache,
String property)
Helper method, re-factored from common setup code of Mappers.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMapping, getMappingSizeApproximation, getName, getRuntimeApproximationprotected Map<String,Set<String>> getValueToUriMap(ACache cache, String property)
cache, - Input cacheproperty, - Input linking propertyprotected AMapping getUriToUriMapping(Map<String,Map<String,Double>> valueMap, Map<String,Set<String>> sourceValueToUriMap, Map<String,Set<String>> targetValueToUriMap, boolean swapped)
valueMap - Mapping from values to values with similarity scoresourceValueToUriMap - ValueToUriMap constructed from a source cachetargetValueToUriMap - ValueToUriMap constructed from a target cacheswapped - True if source and target have been swapped in the valueMapCopyright © 2018. All rights reserved.