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 class
AbstractProtocol
A protocol gives instructions in which order agents have to be asked for actions in a multi-agent system.class
RigidProtocol
This class models a rigid protocol, i.e.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 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 class
DirectGameProtocol
This 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 class
GroundedGameProtocol
This 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 interface
ProtocolGenerator<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 interface
GameProtocol
Classes implementing this interface represent protocols for games in the game theoretic meaning.
-