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 TypeClassDescriptionclassThis class models a rigid protocol, i.e.classThis class models a round robin protocol for multi-agent systems.classThis class models a synchronous protocol for multi-agent systems.Methods in org.tweetyproject.agents with parameters of type AbstractProtocolModifier and TypeMethodDescriptionvoidMultiAgentSystem.execute(AbstractProtocol protocol) Executes the given protocol till it terminates.booleanMultiAgentSystem.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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassGameSimulator<S extends AbstractProtocol & GameProtocol, T extends Agent, R extends MultiAgentSystem<T>>This class implements a game simulator.classSimulationResult<S extends AbstractProtocol & GameProtocol, T extends Agent, R extends MultiAgentSystem<T>>Instances of this class summarize information on a performed simulation.