Uses of Interface
org.tweetyproject.agents.Perceivable
Packages that use Perceivable
Package
Description
-
Uses of Perceivable in org.tweetyproject.agents
Methods in org.tweetyproject.agents that return types with arguments of type PerceivableModifier 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.Method parameters in org.tweetyproject.agents with type arguments of type PerceivableModifier 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
Classes in org.tweetyproject.agents.dialogues that implement PerceivableModifier 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.Methods in org.tweetyproject.agents.dialogues that return types with arguments of type PerceivableModifier 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
Method parameters in org.tweetyproject.agents.dialogues.lotteries with type arguments of type PerceivableModifier 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) -
Uses of Perceivable in org.tweetyproject.agents.dialogues.oppmodels
Classes in org.tweetyproject.agents.dialogues.oppmodels that implement PerceivableModifier and TypeClassDescriptionclass
This class models the environment for agents in a game of deductive argumentation.Methods in org.tweetyproject.agents.dialogues.oppmodels that return types with arguments of type PerceivableModifier and TypeMethodDescriptionDeductiveEnvironment.execute
(Collection<? extends Executable> actions) DeductiveEnvironment.execute
(Executable action) DeductiveEnvironment.getPercepts
(Agent agent) Method parameters in org.tweetyproject.agents.dialogues.oppmodels with type arguments of type Perceivable -
Uses of Perceivable in org.tweetyproject.agents.dialogues.structured
Classes in org.tweetyproject.agents.dialogues.structured that implement PerceivableModifier and TypeClassDescriptionclass
This class packs a structured argumentation framework into a perceivable object.Method parameters in org.tweetyproject.agents.dialogues.structured with type arguments of type PerceivableModifier 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)