Uses of Interface
cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.flags.IFlagChecker

Packages that use IFlagChecker
cz.cuni.amis.pogamut.defcon.agent.impl   
cz.cuni.amis.pogamut.defcon.communication.worldview   
cz.cuni.amis.pogamut.defcon.communication.worldview.modules.bitmap   
cz.cuni.amis.pogamut.defcon.communication.worldview.polygons   
 

Uses of IFlagChecker in cz.cuni.amis.pogamut.defcon.agent.impl
 

Fields in cz.cuni.amis.pogamut.defcon.agent.impl declared as IFlagChecker
protected  IFlagChecker DefConAgentLogicController.flagChecker
           
 

Methods in cz.cuni.amis.pogamut.defcon.agent.impl that return IFlagChecker
 IFlagChecker DefConAgentLogicController.getFlagChecker()
          Returns flag checker used for map analysis.
 

Uses of IFlagChecker in cz.cuni.amis.pogamut.defcon.communication.worldview
 

Classes in cz.cuni.amis.pogamut.defcon.communication.worldview that implement IFlagChecker
 class AbstractMapSource
          Implements common methods to all map sources.
 class NativeMapSource
          Uses ingame representation of to provide info about it.
 

Uses of IFlagChecker in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.bitmap
 

Classes in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.bitmap that implement IFlagChecker
 class BitmapMapSource
          Map source using bitmaps from the Bitmaps/ directory to provide access to map features.
 

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

Fields in cz.cuni.amis.pogamut.defcon.communication.worldview.polygons declared as IFlagChecker
protected  IFlagChecker GameMapInfoPolygons.flagChecker
          Flag checker for queries to map features
 

Constructors in cz.cuni.amis.pogamut.defcon.communication.worldview.polygons with parameters of type IFlagChecker
GameMapInfoPolygons(DefConAgent<?> agent, IFlagChecker flagChecker)
           
GameMapInfoPolygons(DefConAgent<?> agent, IFlagChecker flagChecker, String preprocessedPath)
           
GameMapInfoPolygons(DefConAgent<?> agent, IFlagChecker flagChecker, String preprocessedPath, Logger log)
           
GameMapInfoPolygons(DefConAgent<?> agent, IFlagChecker flagChecker, String preprocessedPath, Logger log, ComponentDependencies dependencies)
           
 



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