Uses of Class
org.tweetyproject.agents.AbstractProtocol
Packages that use AbstractProtocol
Package
Description
-
Uses of AbstractProtocol in org.tweetyproject.agents
Subclasses of AbstractProtocol in org.tweetyproject.agentsModifier and TypeClassDescriptionclass
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.Methods in org.tweetyproject.agents with parameters of type AbstractProtocolModifier and TypeMethodDescriptionvoid
MultiAgentSystem.execute
(AbstractProtocol protocol) Executes the given protocol till it terminates.boolean
MultiAgentSystem.execute
(AbstractProtocol protocol, int numOfSteps) Executes the given protocol for the given number of steps. -
Uses of AbstractProtocol in org.tweetyproject.agents.dialogues.lotteries
Methods in org.tweetyproject.agents.dialogues.lotteries with parameters of type AbstractProtocol -
Uses of AbstractProtocol in org.tweetyproject.agents.dialogues.lotteries.sim
Subclasses of AbstractProtocol in org.tweetyproject.agents.dialogues.lotteries.simModifier and TypeClassDescriptionclass
This class implements a direct protocol for argumentation games. -
Uses of AbstractProtocol in org.tweetyproject.agents.dialogues.oppmodels
Subclasses of AbstractProtocol in org.tweetyproject.agents.dialogues.oppmodelsModifier and TypeClassDescriptionclass
This class implements a round robin protocol for the grounded game.Methods in org.tweetyproject.agents.dialogues.oppmodels with parameters of type AbstractProtocol -
Uses of AbstractProtocol in org.tweetyproject.agents.sim
Classes in org.tweetyproject.agents.sim with type parameters of type AbstractProtocolModifier and TypeClassDescriptionclass
GameSimulator<S extends AbstractProtocol & GameProtocol,
T extends Agent, R extends MultiAgentSystem<T>> This class implements a game simulator.class
SimulationResult<S extends AbstractProtocol & GameProtocol,
T extends Agent, R extends MultiAgentSystem<T>> Instances of this class summarize information on a performed simulation.