| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model | |
| ch.sahits.game.openpatrician.model.impl |
| Modifier and Type | Field and Description |
|---|---|
private List<IAIPlayer> |
AIPlayerList.players |
| Modifier and Type | Method and Description |
|---|---|
IAIPlayer |
GameFactory.createAIPlayer(ICity homeTown,
long cash)
Create an artifiacial player instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<IAIPlayer> |
AIPlayerList.getAll() |
Iterator<IAIPlayer> |
AIPlayerList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AIPlayerList.add(IAIPlayer player) |
| Modifier and Type | Class and Description |
|---|---|
class |
AIPlayer
Implementation of an artificial intelligence player.
|
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.