dk.brics.bisim.controller
Interface AI
- All Superinterfaces:
- java.lang.Runnable
- All Known Implementing Classes:
- AIAttacker, AIDefender
public interface AI
- extends java.lang.Runnable
Interface for computer players.
- Author:
- Martin Mosegaard martinm@daimi.au.dk
Field Summary |
static int |
AI_SLEEP
A fixed amount of milliseconds to sleep before making a move. |
Method Summary |
void |
kill()
Tell the AI to stop running. |
Methods inherited from interface java.lang.Runnable |
run |
AI_SLEEP
static final int AI_SLEEP
- A fixed amount of milliseconds to sleep before making a move.
AIs use it to appear to be thinking very hard.
- See Also:
- Constant Field Values
kill
void kill()
- Tell the AI to stop running.