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

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

public class CloseInOnEnemy
extends Goal


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

runningToPlayer

protected boolean runningToPlayer
Constructor Detail

CloseInOnEnemy

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