Uses of Interface
net.sf.tweety.agents.sim.ProtocolGenerator
- 
Packages that use ProtocolGenerator Package Description net.sf.tweety.agents.dialogues.lotteries.sim net.sf.tweety.agents.dialogues.oppmodels.sim net.sf.tweety.agents.sim  - 
- 
Uses of ProtocolGenerator in net.sf.tweety.agents.dialogues.lotteries.sim
Classes in net.sf.tweety.agents.dialogues.lotteries.sim that implement ProtocolGenerator Modifier and Type Class Description classDirectGameProtocolGeneratorCreates direct game protocols. - 
Uses of ProtocolGenerator in net.sf.tweety.agents.dialogues.oppmodels.sim
Classes in net.sf.tweety.agents.dialogues.oppmodels.sim that implement ProtocolGenerator Modifier and Type Class Description classGroundedGameProtocolGeneratorCreates protocols for a grounded game. - 
Uses of ProtocolGenerator in net.sf.tweety.agents.sim
Fields in net.sf.tweety.agents.sim declared as ProtocolGenerator Modifier and Type Field Description private ProtocolGenerator<S,T,R>GameSimulator. protGeneratorThe protocol generator.Constructors in net.sf.tweety.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. 
 -