cz.cuni.amis.pogamut.base.utils.math
Interface DistanceUtils.IBetterRelation<T>

Package class diagram package DistanceUtils.IBetterRelation
Type Parameters:
T -
All Known Implementing Classes:
DistanceUtils.RelationCloser, DistanceUtils.RelationFurther
Enclosing class:
DistanceUtils

public static interface DistanceUtils.IBetterRelation<T>

Relation-ship estimator between two ILocated objects and their distance (or whatever required).

Author:
Jimmy

Method Summary
 boolean isBetterRelation(ILocated target, T examinedObject, double examinedObjectToTargetDistance, T currentBestCandidate, double currentBestObjectToTargetDistance)
           
 

Method Detail

isBetterRelation

boolean isBetterRelation(ILocated target,
                         T examinedObject,
                         double examinedObjectToTargetDistance,
                         T currentBestCandidate,
                         double currentBestObjectToTargetDistance)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.