| Package | Description | 
|---|---|
| net.sf.tweety.agents.dialogues.lotteries.sim | |
| net.sf.tweety.agents.dialogues.oppmodels.sim | |
| net.sf.tweety.agents.sim | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LotteryGameGenerator
Generates lottery games. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GroundedGameGenerator
Generates grounded games. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private MultiAgentSystemGenerator<T,R> | 
GameSimulator.masGenerator
The multi-agent system generator. 
 | 
| Constructor and Description | 
|---|
GameSimulator(MultiAgentSystemGenerator<T,R> masGenerator,
             ProtocolGenerator<S,T,R> protGenerator,
             java.util.List<AgentGenerator<T,R>> agentGenerators)
Creates a new GameSimulator for the given
 MultiAgentSystemGenerator and AgentGenerators. 
 |