Uses of Class
cz.cuni.amis.pogamut.defcon.utils.closestpoints.ClosestPointsLookUp.ClosestPoints

Packages that use ClosestPointsLookUp.ClosestPoints
cz.cuni.amis.pogamut.defcon.utils.closestpoints   
 

Uses of ClosestPointsLookUp.ClosestPoints in cz.cuni.amis.pogamut.defcon.utils.closestpoints
 

Methods in cz.cuni.amis.pogamut.defcon.utils.closestpoints that return types with arguments of type ClosestPointsLookUp.ClosestPoints
 SortedMap<Integer,List<ClosestPointsLookUp.ClosestPoints>> ClosestPointsManager.getClosestForEnemyTerritory(int enemyTerritoryId)
           
 List<ClosestPointsLookUp.ClosestPoints> ClosestPointsManager.getClosestForSpecificTerritories(int enemyTerritoryId, int ownTerritoryId)
           
 SortedMap<Integer,SortedMap<Integer,List<ClosestPointsLookUp.ClosestPoints>>> ClosestPointsManager.getClosestPoints()
           
 

Constructor parameters in cz.cuni.amis.pogamut.defcon.utils.closestpoints with type arguments of type ClosestPointsLookUp.ClosestPoints
ClosestPointsManager(SortedMap<Integer,SortedMap<Integer,List<ClosestPointsLookUp.ClosestPoints>>> closestPoints)
           
ClosestPointsManager(SortedMap<Integer,SortedMap<Integer,List<ClosestPointsLookUp.ClosestPoints>>> closestPointsToEnemyTerritories, Logger log)
           
 



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