public class LinkFinder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Polygon |
large |
protected List<PairSimilar<Point>> |
linkPairsList |
protected Polygon |
small |
| Constructor and Description |
|---|
LinkFinder(Polygon X,
Polygon Y)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<PairSimilar<Point>> |
getlinkPairsList() |
double |
getRuntimeApproximation(double mappingSize) |
protected List<PairSimilar<Point>> linkPairsList
protected Polygon small
protected Polygon large
public List<PairSimilar<Point>> getlinkPairsList()
public double getRuntimeApproximation(double mappingSize)
mappingSize - mapping sizeCopyright © 2020. All rights reserved.