Uses of Class
cz.cuni.amis.pogamut.defcon.utils.Pair

Packages that use Pair
cz.cuni.amis.pogamut.defcon.communication.worldview.polygons   
cz.cuni.amis.pogamut.defcon.utils.closestpoints   
cz.cuni.amis.pogamut.defcon.utils.quadtree   
 

Uses of Pair in cz.cuni.amis.pogamut.defcon.communication.worldview.polygons
 

Fields in cz.cuni.amis.pogamut.defcon.communication.worldview.polygons with type parameters of type Pair
protected  TreeMap<Integer,SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>>> GameMapInfoPolygons.enemyTerritories
          List of enemy territories.
protected  TreeMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>> GameMapInfoPolygons.ownTerritories
          List of own territories.
protected  ArrayList<Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>> GameMapInfoPolygons.territories
          Territories.
 

Methods in cz.cuni.amis.pogamut.defcon.communication.worldview.polygons that return Pair
 Pair<List<List<DefConLocation>>,List<List<DefConLocation>>> GameMapInfoPolygons.getTerritory(int territoryId)
          Returns a single territory.
 

Methods in cz.cuni.amis.pogamut.defcon.communication.worldview.polygons that return types with arguments of type Pair
 SortedMap<Integer,SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>>> GameMapInfoPolygons.getEnemiesTerritories()
           
 SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>> GameMapInfoPolygons.getEnemyTerritories(int enemyId)
          Returns a list of territories the enemy has.
 SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>> GameMapInfoPolygons.getOwnTerritories()
           
 

Uses of Pair in cz.cuni.amis.pogamut.defcon.utils.closestpoints
 

Methods in cz.cuni.amis.pogamut.defcon.utils.closestpoints that return types with arguments of type Pair
static SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> ClosestPointsLookUp.prepareEnemyQuadTrees(SortedMap<Integer,SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>>> enemyQuadTrees)
           
 

Method parameters in cz.cuni.amis.pogamut.defcon.utils.closestpoints with type arguments of type Pair
static SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> ClosestPointsLookUp.prepareEnemyQuadTrees(SortedMap<Integer,SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>>> enemyQuadTrees)
           
 

Constructor parameters in cz.cuni.amis.pogamut.defcon.utils.closestpoints with type arguments of type Pair
ClosestPointsLookUp(GameInfo gameInfo, Logger log, SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> enemyQuadTrees, SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> ownQuadTrees)
           
ClosestPointsLookUp(GameInfo gameInfo, Logger log, SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> enemyQuadTrees, SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> ownQuadTrees)
           
ClosestPointsLookUp(GameInfo gameInfo, Logger log, SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> enemyQuadTrees, SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> ownQuadTrees, int pointsLimit)
           
ClosestPointsLookUp(GameInfo gameInfo, Logger log, SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> enemyQuadTrees, SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> ownQuadTrees, int pointsLimit)
           
 

Uses of Pair in cz.cuni.amis.pogamut.defcon.utils.quadtree
 

Methods in cz.cuni.amis.pogamut.defcon.utils.quadtree that return types with arguments of type Pair
 SortedMap<Integer,SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>>> QuadTreesManager.getEnemyQuadTrees()
           
 SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> QuadTreesManager.getEnemyQuadTrees(int enemyId)
           
 SortedMap<Integer,Pair<List<QuadTree>,List<QuadTree>>> QuadTreesManager.getOwnQuadTrees()
           
 

Constructor parameters in cz.cuni.amis.pogamut.defcon.utils.quadtree with type arguments of type Pair
QuadTreesManager(SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>> ownTerritories, SortedMap<Integer,SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>>> enemyTerritories, DefConWorldView worldview)
           
QuadTreesManager(SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>> ownTerritories, SortedMap<Integer,SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>>> enemyTerritories, DefConWorldView worldview)
           
QuadTreesManager(SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>> ownTerritories, SortedMap<Integer,SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>>> enemyTerritories, DefConWorldView worldview, Logger log)
           
QuadTreesManager(SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>> ownTerritories, SortedMap<Integer,SortedMap<Integer,Pair<List<List<DefConLocation>>,List<List<DefConLocation>>>>> enemyTerritories, DefConWorldView worldview, Logger log)
           
 



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