cz.cuni.amis.pogamut.ut2004.examples.ctfbot
Class GetEnemyFlag

Package class diagram package GetEnemyFlag
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.examples.ctfbot.Goal
      extended by cz.cuni.amis.pogamut.ut2004.examples.ctfbot.GetEnemyFlag
All Implemented Interfaces:
IGoal, Comparable<IGoal>

public class GetEnemyFlag
extends Goal


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.Goal
bot
 
Constructor Summary
GetEnemyFlag(CTFBot bot)
           
 
Method Summary
 void abandon()
           
 double getPriority()
           
 boolean hasFailed()
           
 boolean hasFinished()
           
 void perform()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.Goal
compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetEnemyFlag

public GetEnemyFlag(CTFBot bot)
Method Detail

perform

public void perform()

getPriority

public double getPriority()

hasFailed

public boolean hasFailed()

hasFinished

public boolean hasFinished()

abandon

public void abandon()


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