cz.cuni.amis.pogamut.ut2004.examples.ctfbot
Interface IGoal

Package class diagram package IGoal
All Superinterfaces:
Comparable<IGoal>
All Known Implementing Classes:
CloseInOnEnemy, GetEnemyFlag, GetHealth, GetItems, GetOurFlag, Goal

public interface IGoal
extends Comparable<IGoal>


Method Summary
 void abandon()
           
 double getPriority()
           
 boolean hasFailed()
           
 boolean hasFinished()
           
 void perform()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

perform

void perform()

getPriority

double getPriority()

hasFailed

boolean hasFailed()

hasFinished

boolean hasFinished()

abandon

void abandon()


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