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

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

public class GetOurFlag
extends Goal


Field Summary
protected  Player enemy
           
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.Goal
bot
 
Constructor Summary
GetOurFlag(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
 

Field Detail

enemy

protected Player enemy
Constructor Detail

GetOurFlag

public GetOurFlag(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.