public class DisjointMapper extends AMapper implements ITopologicRelationMapper
IMapper.Language| Constructor and Description |
|---|
DisjointMapper() |
| Modifier and Type | Method and Description |
|---|---|
AMapping |
getMapping(ACache source,
ACache target,
String sourceVar,
String targetVar,
String expression,
double threshold)
Returns a mapping given a source, a target knowledge base and a link
specification.
|
AMapping |
getMapping(Set<Polygon> sourceData,
Set<Polygon> targetData) |
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.
|
getUriToUriMapping, getUriToUriMapping, getValueToUriMap, setNopublic AMapping getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)
getMapping in interface ITopologicRelationMappersourceData - Set of PolygonstargetData - Set of Polygonspublic AMapping getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)
IMappergetMapping in interface IMappersource - source cachetarget - target cachesourceVar - source property variabletargetVar - size property variableexpression - metric expression of link specificationthreshold - threshold of link specificationpublic double getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
IMappergetRuntimeApproximation in interface 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)
IMappergetMappingSizeApproximation in interface IMappersourceSize - source sizetargetSize - target sizetheta - atomic specification thresholdlanguage - language of source and target variablesCopyright © 2020. All rights reserved.