public class ProductionRuleAgent extends Object implements Agent
Constructor and Description |
---|
ProductionRuleAgent() |
Modifier and Type | Method and Description |
---|---|
void |
addRule(Rule rule) |
Action |
doDefaultBehaviour(int playerID,
GameState state) |
Action |
doMove(int agentID,
GameState state)
Standardised interface for game playing agents.
|
List<Rule> |
getRules() |
String |
toString() |
Copyright © 2017 FOSS Galaxy. All rights reserved.