Uses of Interface
org.tweetyproject.agents.Protocol
Packages that use Protocol
Package
Description
-
Uses of Protocol in org.tweetyproject.agents
Classes in org.tweetyproject.agents that implement ProtocolModifier 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
Classes in org.tweetyproject.agents.dialogues.lotteries.sim that implement ProtocolModifier and TypeClassDescriptionclass
This 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 ProtocolModifier and TypeClassDescriptionclass
This 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 ProtocolModifier and TypeInterfaceDescriptioninterface
ProtocolGenerator<T extends Protocol,
S extends Agent, R extends MultiAgentSystem<S>> Generates protocols for simulation.Subinterfaces of Protocol in org.tweetyproject.agents.simModifier and TypeInterfaceDescriptioninterface
Classes implementing this interface represent protocols for games in the game theoretic meaning.