|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcz.cuni.amis.pogamut.ut2004.examples.ctfbot.Goal
public abstract class Goal
| Field Summary | |
|---|---|
protected CTFBot |
bot
|
| Constructor Summary | |
|---|---|
Goal(CTFBot bot)
|
|
| Method Summary | |
|---|---|
int |
compareTo(IGoal arg0)
Reverse ordering, greater numbers first, lesser later |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface cz.cuni.amis.pogamut.ut2004.examples.ctfbot.IGoal |
|---|
abandon, getPriority, hasFailed, hasFinished, perform |
| Field Detail |
|---|
protected CTFBot bot
| Constructor Detail |
|---|
public Goal(CTFBot bot)
| Method Detail |
|---|
public int compareTo(IGoal arg0)
compareTo in interface Comparable<IGoal>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||