|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bot | |
---|---|
bot | |
bot.talk |
Uses of Bot in bot |
---|
Subclasses of Bot in bot | |
---|---|
class |
DroolsBot
Foundation of a bot which wants to implement its strategy via drools. |
class |
HSBremen1
An example bot which implements its strategy in java. |
class |
HSBremen2
Basic example bot which implements its strategy with drools. |
class |
RandomBot
Simple bot who plays all games and bets randomly. |
Uses of Bot in bot.talk |
---|
Fields in bot.talk declared as Bot | |
---|---|
protected Bot |
Talk.bot
The actual Bot; needed for communication |
Constructors in bot.talk with parameters of type Bot | |
---|---|
Talk_ACPC(Bot bot,
java.lang.String serverAdress,
int port)
Calls super constructor with the given parameters. |
|
Talk(Bot bot,
java.lang.String serverAdress,
int port)
Builds a Talk object and sets the given fields. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |