Class GroundedGameT2AgentGenerator
- java.lang.Object
 - 
- org.tweetyproject.agents.dialogues.oppmodels.sim.GroundedGameAgentGenerator
 - 
- org.tweetyproject.agents.dialogues.oppmodels.sim.GroundedGameT2AgentGenerator
 
 
 
- 
- All Implemented Interfaces:
 AgentGenerator<ArguingAgent,GroundedGameSystem>
public class GroundedGameT2AgentGenerator extends GroundedGameAgentGenerator
Generates agents of type T2.- Author:
 - Matthias Thimm
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GroundedGameT2AgentGenerator(GroundedGameSystem.AgentFaction faction, T2Configuration config)Creates a new generator for agents of type T1. 
- 
Method Summary
- 
Methods inherited from class org.tweetyproject.agents.dialogues.oppmodels.sim.GroundedGameAgentGenerator
equals, generate, getFaction, hashCode, setSeed, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
GroundedGameT2AgentGenerator
public GroundedGameT2AgentGenerator(GroundedGameSystem.AgentFaction faction, T2Configuration config)
Creates a new generator for agents of type T1.- Parameters:
 faction- the faction of the agents to be generated.config- configuration for creating belief states.
 
 - 
 
 -