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

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

public class GetItems
extends Goal


Field Summary
protected  Item item
           
protected  LinkedList<Item> itemsToRunAround
           
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.examples.ctfbot.Goal
bot
 
Constructor Summary
GetItems(CTFBot bot)
           
 
Method Summary
 void abandon()
           
 Item getItem()
           
 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

item

protected Item item

itemsToRunAround

protected LinkedList<Item> itemsToRunAround
Constructor Detail

GetItems

public GetItems(CTFBot bot)
Method Detail

perform

public void perform()

getPriority

public double getPriority()

hasFailed

public boolean hasFailed()

hasFinished

public boolean hasFinished()

abandon

public void abandon()

getItem

public Item getItem()


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