Uses of Interface
org.tweetyproject.agents.sim.ProtocolGenerator
- 
Packages that use ProtocolGenerator Package Description org.tweetyproject.agents.dialogues.lotteries.sim org.tweetyproject.agents.dialogues.oppmodels.sim org.tweetyproject.agents.sim  - 
- 
Uses of ProtocolGenerator in org.tweetyproject.agents.dialogues.lotteries.sim
Classes in org.tweetyproject.agents.dialogues.lotteries.sim that implement ProtocolGenerator Modifier and Type Class Description classDirectGameProtocolGeneratorCreates direct game protocols. - 
Uses of ProtocolGenerator in org.tweetyproject.agents.dialogues.oppmodels.sim
Classes in org.tweetyproject.agents.dialogues.oppmodels.sim that implement ProtocolGenerator Modifier and Type Class Description classGroundedGameProtocolGeneratorCreates protocols for a grounded game. - 
Uses of ProtocolGenerator in org.tweetyproject.agents.sim
Constructors in org.tweetyproject.agents.sim with parameters of type ProtocolGenerator 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. 
 -