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 class
DirectGameProtocolGenerator
Creates 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 class
GroundedGameProtocolGenerator
Creates protocols for a grounded game. -
Uses of ProtocolGenerator in net.sf.tweety.agents.sim
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.
-