Uses of Interface
org.tweetyproject.agents.Perceivable
Package
Description
-
Uses of Perceivable in org.tweetyproject.agents
Modifier and TypeMethodDescriptionEnvironment.execute
(Collection<? extends Executable> actions) Executes the given actions simultaneously and returns the resulting percepts.Environment.execute
(Executable action) Executes the given action and returns the resulting percepts.Environment.getPercepts
(Agent agent) Retrieves the current percepts for the given agent.Modifier and TypeMethodDescriptionabstract Executable
Agent.next
(Collection<? extends Perceivable> percepts) Determines the next action of this agent wrt.DummyAgent.next
(Collection<? extends Perceivable> percepts) -
Uses of Perceivable in org.tweetyproject.agents.dialogues
Modifier and TypeClassDescriptionclass
This class models the environment for agents in argumentation games.class
This class models the environment for agents in argumentation games with lotteries.Modifier and TypeMethodDescriptionArgumentationEnvironment.execute
(Collection<? extends Executable> actions) ArgumentationEnvironment.execute
(Executable action) LotteryArgumentationEnvironment.execute
(Collection<? extends Executable> actions) LotteryArgumentationEnvironment.execute
(Executable action) ArgumentationEnvironment.getPercepts
(Agent agent) LotteryArgumentationEnvironment.getPercepts
(Agent agent) -
Uses of Perceivable in org.tweetyproject.agents.dialogues.lotteries
Modifier and TypeMethodDescriptionabstract ExecutableDungTheory
AbstractLotteryAgent.next
(Collection<? extends Perceivable> percepts) DummyLotteryAgent.next
(Collection<? extends Perceivable> percepts) ProbabilisticLotteryAgent.next
(Collection<? extends Perceivable> percepts) RandomLotteryAgent.next
(Collection<? extends Perceivable> percepts) UtilityBasedLotteryAgent.next
(Collection<? extends Perceivable> percepts) Chooses the next action based on the utility of subgraphs in the agent's current theory. -
Uses of Perceivable in org.tweetyproject.agents.dialogues.oppmodels
Modifier and TypeClassDescriptionclass
This class models the environment for agents in a game of deductive argumentation.Modifier and TypeMethodDescriptionDeductiveEnvironment.execute
(Collection<? extends Executable> actions) DeductiveEnvironment.execute
(Executable action) DeductiveEnvironment.getPercepts
(Agent agent) -
Uses of Perceivable in org.tweetyproject.agents.dialogues.structured
Modifier and TypeClassDescriptionclass
This class packs a structured argumentation framework into a perceivable object.Modifier and TypeMethodDescriptionCautiousArgumentationAgent.next
(Collection<? extends Perceivable> percepts) OvercautiousArgumentationAgent.next
(Collection<? extends Perceivable> percepts) SasAgent.next
(Collection<? extends Perceivable> percepts) TruthfulArgumentationAgent.next
(Collection<? extends Perceivable> percepts)