Uses of Interface
org.tweetyproject.agents.sim.GameProtocol
- 
Packages that use GameProtocol Package Description org.tweetyproject.agents.dialogues.lotteries.sim org.tweetyproject.agents.dialogues.oppmodels org.tweetyproject.agents.sim  - 
- 
Uses of GameProtocol in org.tweetyproject.agents.dialogues.lotteries.sim
Classes in org.tweetyproject.agents.dialogues.lotteries.sim that implement GameProtocol Modifier and Type Class Description classDirectGameProtocolThis 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 GameProtocol Modifier and Type Class Description classGroundedGameProtocolThis 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 GameProtocol Modifier and Type Class Description classGameSimulator<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. 
 -