Uses of Interface
org.tweetyproject.agents.Protocol
Package
Description
-
Uses of Protocol in org.tweetyproject.agents
Modifier and TypeClassDescriptionclass
A protocol gives instructions in which order agents have to be asked for actions in a multi-agent system.class
This class models a rigid protocol, i.e.class
This class models a round robin protocol for multi-agent systems.class
This class models a synchronous protocol for multi-agent systems. -
Uses of Protocol in org.tweetyproject.agents.dialogues.lotteries.sim
Modifier and TypeClassDescriptionclass
This class implements a direct protocol for argumentation games. -
Uses of Protocol in org.tweetyproject.agents.dialogues.oppmodels
Modifier and TypeClassDescriptionclass
This class implements a round robin protocol for the grounded game. -
Uses of Protocol in org.tweetyproject.agents.sim
Modifier and TypeInterfaceDescriptioninterface
ProtocolGenerator<T extends Protocol,
S extends Agent, R extends MultiAgentSystem<S>> Generates protocols for simulation.Modifier and TypeInterfaceDescriptioninterface
Classes implementing this interface represent protocols for games in the game theoretic meaning.