Class SurjectionFinder

  • Direct Known Subclasses:
    FairSurjectionFinder

    public class SurjectionFinder
    extends Object
    class to find the surjection of the larger polygon to the smaller one.
    Version:
    Jul 15, 2016
    Author:
    Mohamed Sherif (sherif@informatik.uni-leipzig.de)
    • Method Detail

      • getSurjectionPairsList

        public List<PairSimilar<Point>> getSurjectionPairsList()
        Returns:
        SurjectionPairsList
      • getNearestPoint

        protected Point getNearestPoint​(Point x,
                                        Polygon Y)
        Parameters:
        x - Point
        Y - Polygon
        Returns:
        the nearest to x from the points of the polygon Y
      • getRuntimeApproximation

        public double getRuntimeApproximation​(double mappingSize)
        Parameters:
        mappingSize -
        Returns: