Uses of Interface
net.sf.tweety.agents.Protocol
-
Packages that use Protocol Package Description net.sf.tweety.agents net.sf.tweety.agents.dialogues.lotteries.sim net.sf.tweety.agents.dialogues.oppmodels net.sf.tweety.agents.sim -
-
Uses of Protocol in net.sf.tweety.agents
Classes in net.sf.tweety.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 net.sf.tweety.agents.dialogues.lotteries.sim
Classes in net.sf.tweety.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 net.sf.tweety.agents.dialogues.oppmodels
Classes in net.sf.tweety.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 net.sf.tweety.agents.sim
Classes in net.sf.tweety.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 net.sf.tweety.agents.sim Modifier and Type Interface Description interfaceGameProtocolClasses implementing this interface represent protocols for games in the game theoretic meaning.
-