Uses of Interface
org.tweetyproject.agents.sim.ProtocolGenerator
Package
Description
-
Uses of ProtocolGenerator in org.tweetyproject.agents.dialogues.lotteries.sim
Modifier and TypeClassDescriptionclass
Creates direct game protocols. -
Uses of ProtocolGenerator in org.tweetyproject.agents.dialogues.oppmodels.sim
Modifier and TypeClassDescriptionclass
Creates protocols for a grounded game. -
Uses of ProtocolGenerator in org.tweetyproject.agents.sim
ModifierConstructorDescriptionGameSimulator
(MultiAgentSystemGenerator<T, R> masGenerator, ProtocolGenerator<S, T, R> protGenerator, List<AgentGenerator<T, R>> agentGenerators) Creates a new GameSimulator for the given MultiAgentSystemGenerator and AgentGenerators.