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