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>
Generates agents of type T1.
- Author:
- Matthias Thimm
-
Constructor Summary
ConstructorDescriptionGroundedGameT1AgentGenerator
(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 Details
-
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 Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classGroundedGameAgentGenerator
-
equals
- Overrides:
equals
in classGroundedGameAgentGenerator
-