Uses of Interface
org.tweetyproject.agents.Protocol
- 
Packages that use Protocol Package Description org.tweetyproject.agents org.tweetyproject.agents.dialogues.lotteries.sim org.tweetyproject.agents.dialogues.oppmodels org.tweetyproject.agents.sim  - 
- 
Uses of Protocol in org.tweetyproject.agents
Classes in org.tweetyproject.agents that implement Protocol Modifier and Type Class Description classAbstractProtocolA protocol gives instructions in which order agents have to be asked for actions in a multi-agent system.classRigidProtocolThis class models a rigid protocol, i.e.classRoundRobinProtocolThis class models a round robin protocol for multi-agent systems.classSynchronousProtocolThis class models a synchronous protocol for multi-agent systems. - 
Uses of Protocol in org.tweetyproject.agents.dialogues.lotteries.sim
Classes in org.tweetyproject.agents.dialogues.lotteries.sim that implement Protocol Modifier and Type Class Description classDirectGameProtocolThis class implements a direct protocol for argumentation games. - 
Uses of Protocol in org.tweetyproject.agents.dialogues.oppmodels
Classes in org.tweetyproject.agents.dialogues.oppmodels that implement Protocol Modifier and Type Class Description classGroundedGameProtocolThis class implements a round robin protocol for the grounded game. - 
Uses of Protocol in org.tweetyproject.agents.sim
Classes in org.tweetyproject.agents.sim with type parameters of type Protocol Modifier and Type Interface Description interfaceProtocolGenerator<T extends Protocol,S extends Agent,R extends MultiAgentSystem<S>>Generates protocols for simulation.Subinterfaces of Protocol in org.tweetyproject.agents.sim Modifier and Type Interface Description interfaceGameProtocolClasses implementing this interface represent protocols for games in the game theoretic meaning. 
 -