Class GroundedGameT1AgentGenerator
- java.lang.Object
-
- net.sf.tweety.agents.dialogues.oppmodels.sim.GroundedGameAgentGenerator
-
- net.sf.tweety.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 net.sf.tweety.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:
hashCode
in classGroundedGameAgentGenerator
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classGroundedGameAgentGenerator
-
-