IMapper.Language| Constructor and Description |
|---|
OrchidMapper() |
| Modifier and Type | Method and Description |
|---|---|
AMapping |
getMapping(ACache source,
ACache target,
String sourceVar,
String targetVar,
String expression,
double threshold)
Computes a mapping using the setMeasure distance
|
double |
getMappingSizeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
String |
getName()
Returns the name of the mapper.
|
static List<Point> |
getPoints(String wktString) |
static Polygon |
getPolygon(String wktString)
Computes a polygon out of a WKT string
|
Set<Polygon> |
getPolygons(ACache c,
String property)
Computes polygons out of strings in the WKT format.
|
double |
getRuntimeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
getUriToUriMapping, getUriToUriMapping, getValueToUriMap, setNopublic static Polygon getPolygon(String wktString)
wktString - An WKT stringpublic 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. Leads to termination if the expression
is not atomicthreshold - Similarity threshold. Is transformed internally into a
distance threshold theta with threshold = 1/(1+theta)public Set<Polygon> getPolygons(ACache c, String property)
c - Cache from which the data is to be fetchedproperty - Property to usepublic String getName()
IMapperpublic double getRuntimeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language)
IMappersourceSize - source sizetargetSize - target sizethreshold - atomic specification thresholdlanguage - language of source and target variablespublic double getMappingSizeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language)
IMappersourceSize - source sizetargetSize - target sizethreshold - atomic specification thresholdlanguage - language of source and target variablesCopyright © 2020. All rights reserved.