Uses of Class
net.sf.tweety.agents.RigidProtocol
-
Packages that use RigidProtocol Package Description net.sf.tweety.agents net.sf.tweety.agents.dialogues.lotteries.sim net.sf.tweety.agents.dialogues.oppmodels -
-
Uses of RigidProtocol in net.sf.tweety.agents
Subclasses of RigidProtocol in net.sf.tweety.agents Modifier and Type Class Description class
RoundRobinProtocol
This class models a round robin protocol for multi-agent systems.class
SynchronousProtocol
This class models a synchronous protocol for multi-agent systems. -
Uses of RigidProtocol in net.sf.tweety.agents.dialogues.lotteries.sim
Subclasses of RigidProtocol in net.sf.tweety.agents.dialogues.lotteries.sim Modifier and Type Class Description class
DirectGameProtocol
This class implements a direct protocol for argumentation games. -
Uses of RigidProtocol in net.sf.tweety.agents.dialogues.oppmodels
Subclasses of RigidProtocol in net.sf.tweety.agents.dialogues.oppmodels Modifier and Type Class Description class
GroundedGameProtocol
This class implements a round robin protocol for the grounded game.
-