cz.cuni.amis.pogamut.ut2004.examples.ctfbot
Class GoalManager
java.lang.Object
cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GoalManager
public class GoalManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
goals
protected final LinkedList<IGoal> goals
currentGoal
protected IGoal currentGoal
bot
protected UT2004Bot bot
GoalManager
public GoalManager(UT2004Bot bot)
addGoal
public boolean addGoal(IGoal goal)
executeBestGoal
public IGoal executeBestGoal()
getCurrentGoal
public IGoal getCurrentGoal()
abandonAllGoals
public void abandonAllGoals()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.