Uses of Interface
org.tweetyproject.agents.sim.AgentGenerator
- 
Packages that use AgentGenerator Package Description org.tweetyproject.agents.dialogues.lotteries.sim org.tweetyproject.agents.dialogues.oppmodels.sim org.tweetyproject.agents.sim  - 
- 
Uses of AgentGenerator in org.tweetyproject.agents.dialogues.lotteries.sim
Classes in org.tweetyproject.agents.dialogues.lotteries.sim that implement AgentGenerator Modifier and Type Class Description classDummyAgentGeneratorGenerates dummy lottery agents.classProbabilisticLotteryAgentGeneratorGenerates lottery agents.classRandomLotteryAgentGeneratorGenerates baseline lottery agents.classUtilityBasedAgentGeneratorGenerates baseline lottery agents. - 
Uses of AgentGenerator in org.tweetyproject.agents.dialogues.oppmodels.sim
Classes in org.tweetyproject.agents.dialogues.oppmodels.sim that implement AgentGenerator Modifier and Type Class Description classGroundedGameAgentGeneratorGenerates new arguing agents for a grounded game.classGroundedGameT1AgentGeneratorGenerates agents of type T1.classGroundedGameT2AgentGeneratorGenerates agents of type T2.classGroundedGameT3AgentGeneratorGenerates agents of type T3. - 
Uses of AgentGenerator in org.tweetyproject.agents.sim
Methods in org.tweetyproject.agents.sim with parameters of type AgentGenerator Modifier and Type Method Description voidSimulationResult. addEntry(AgentGenerator<T,R> winner, java.util.Map<AgentGenerator<T,R>,java.lang.Double> utilities)Adds a new entry of a simulation run.Method parameters in org.tweetyproject.agents.sim with type arguments of type AgentGenerator Modifier and Type Method Description voidSimulationResult. addEntry(AgentGenerator<T,R> winner, java.util.Map<AgentGenerator<T,R>,java.lang.Double> utilities)Adds a new entry of a simulation run.Constructor parameters in org.tweetyproject.agents.sim with type arguments of type AgentGenerator Constructor Description GameSimulator(MultiAgentSystemGenerator<T,R> masGenerator, ProtocolGenerator<S,T,R> protGenerator, java.util.List<AgentGenerator<T,R>> agentGenerators)Creates a new GameSimulator for the given MultiAgentSystemGenerator and AgentGenerators.SimulationResult(java.util.List<AgentGenerator<T,R>> agentGenerators)Creates a new SimulationResult for the given set of agent generators. 
 -