Uses of Interface
org.tweetyproject.agents.sim.ProtocolGenerator
Packages that use ProtocolGenerator
Package
Description
-
Uses of ProtocolGenerator in org.tweetyproject.agents.dialogues.lotteries.sim
Classes in org.tweetyproject.agents.dialogues.lotteries.sim that implement ProtocolGeneratorModifier and TypeClassDescriptionclass
Creates direct game protocols. -
Uses of ProtocolGenerator in org.tweetyproject.agents.dialogues.oppmodels.sim
Classes in org.tweetyproject.agents.dialogues.oppmodels.sim that implement ProtocolGeneratorModifier and TypeClassDescriptionclass
Creates protocols for a grounded game. -
Uses of ProtocolGenerator in org.tweetyproject.agents.sim
Constructors in org.tweetyproject.agents.sim with parameters of type ProtocolGeneratorModifierConstructorDescriptionGameSimulator(MultiAgentSystemGenerator<T,R> masGenerator, ProtocolGenerator<S,T,R> protGenerator, List<AgentGenerator<T,R>> agentGenerators)
Creates a new GameSimulator for the given MultiAgentSystemGenerator and AgentGenerators.