Uses of Interface
org.tweetyproject.agents.sim.GameProtocol
Packages that use GameProtocol
Package
Description
-
Uses of GameProtocol in org.tweetyproject.agents.dialogues.lotteries.sim
Classes in org.tweetyproject.agents.dialogues.lotteries.sim that implement GameProtocolModifier and TypeClassDescriptionclass
This class implements a direct protocol for argumentation games. -
Uses of GameProtocol in org.tweetyproject.agents.dialogues.oppmodels
Classes in org.tweetyproject.agents.dialogues.oppmodels that implement GameProtocolModifier and TypeClassDescriptionclass
This class implements a round robin protocol for the grounded game. -
Uses of GameProtocol in org.tweetyproject.agents.sim
Classes in org.tweetyproject.agents.sim with type parameters of type GameProtocolModifier and TypeClassDescriptionclass
GameSimulator<S extends AbstractProtocol & GameProtocol,
T extends Agent, R extends MultiAgentSystem<T>> This class implements a game simulator.class
SimulationResult<S extends AbstractProtocol & GameProtocol,
T extends Agent, R extends MultiAgentSystem<T>> Instances of this class summarize information on a performed simulation.