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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassGameSimulator<S extends AbstractProtocol & GameProtocol,T extends Agent, R extends MultiAgentSystem<T>> This class implements a game simulator.classSimulationResult<S extends AbstractProtocol & GameProtocol,T extends Agent, R extends MultiAgentSystem<T>> Instances of this class summarize information on a performed simulation.