Uses of Class
nl.tudelft.goal.ut2004.selector.ContextSelector

Packages that use ContextSelector
nl.tudelft.goal.ut2004.agent   
nl.tudelft.goal.ut2004.selector   
nl.tudelft.goal.ut2004.translators   
 

Uses of ContextSelector in nl.tudelft.goal.ut2004.agent
 

Fields in nl.tudelft.goal.ut2004.agent with type parameters of type ContextSelector
protected  List<ContextSelector> UT2004BotBehavior.lookSelector
           
protected  List<ContextSelector> UT2004BotBehavior.targetSelector
           
 

Uses of ContextSelector in nl.tudelft.goal.ut2004.selector
 

Subclasses of ContextSelector in nl.tudelft.goal.ut2004.selector
 class ALocation
          Selects a location given before hand.
 class APlayer
          Select the player with the given unreal ID.
 class EnemyFlagCarrier
          Selects the enemy flag carrier.
 class FriendlyFlagCarrier
          Selects the friendly flag carrier.
 class NearestEnemy
          Selects the closest enemy Player.
 class NearestFriendly
          Selects the closest friendly Player.
 class NearestFriendlyWithLinkGun
          Selects the closest friendly Player.
 class None
          Selects a location given before hand.
 

Methods in nl.tudelft.goal.ut2004.selector that return ContextSelector
 ContextSelector ContextSelector.setContext(UT2004BotModuleController modules)
           
 

Uses of ContextSelector in nl.tudelft.goal.ut2004.translators
 

Methods in nl.tudelft.goal.ut2004.translators that return ContextSelector
 ContextSelector SelectorTranslator.translate(eis.iilang.Parameter parameter)
           
 

Methods in nl.tudelft.goal.ut2004.translators that return types with arguments of type ContextSelector
 Class<ContextSelector> SelectorTranslator.translatesTo()
           
 



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