Uses of Interface
cz.cuni.amis.pogamut.ut2004.examples.ctfbot.IGoal

Uses of IGoal in cz.cuni.amis.pogamut.ut2004.examples.ctfbot
 

Classes in cz.cuni.amis.pogamut.ut2004.examples.ctfbot that implement IGoal
 class CloseInOnEnemy
           
 class GetEnemyFlag
           
 class GetHealth
           
 class GetItems
           
 class GetOurFlag
           
 class Goal
           
 

Fields in cz.cuni.amis.pogamut.ut2004.examples.ctfbot declared as IGoal
protected  IGoal GoalManager.currentGoal
           
 

Fields in cz.cuni.amis.pogamut.ut2004.examples.ctfbot with type parameters of type IGoal
protected  LinkedList<IGoal> GoalManager.goals
           
 

Methods in cz.cuni.amis.pogamut.ut2004.examples.ctfbot that return IGoal
 IGoal GoalManager.executeBestGoal()
           
 IGoal GoalManager.getCurrentGoal()
           
 

Methods in cz.cuni.amis.pogamut.ut2004.examples.ctfbot with parameters of type IGoal
 boolean GoalManager.addGoal(IGoal goal)
           
 int Goal.compareTo(IGoal arg0)
          Reverse ordering, greater numbers first, lesser later
 



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