Class GroundedGameT3AgentGenerator
- java.lang.Object
-
- net.sf.tweety.agents.dialogues.oppmodels.sim.GroundedGameAgentGenerator
-
- net.sf.tweety.agents.dialogues.oppmodels.sim.GroundedGameT3AgentGenerator
-
- All Implemented Interfaces:
AgentGenerator<ArguingAgent,GroundedGameSystem>
public class GroundedGameT3AgentGenerator extends GroundedGameAgentGenerator
Generates agents of type T3.- Author:
- Matthias Thimm
-
-
Constructor Summary
Constructors Constructor Description GroundedGameT3AgentGenerator(GroundedGameSystem.AgentFaction faction, T3Configuration config)
Creates a new generator for agents of type T1.
-
Method Summary
-
Methods inherited from class net.sf.tweety.agents.dialogues.oppmodels.sim.GroundedGameAgentGenerator
equals, generate, getFaction, hashCode, setSeed, toString
-
-
-
-
Constructor Detail
-
GroundedGameT3AgentGenerator
public GroundedGameT3AgentGenerator(GroundedGameSystem.AgentFaction faction, T3Configuration 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.
-
-