Uses of Interface
org.tweetyproject.agents.Executable
Package
Description
-
Uses of Executable in org.tweetyproject.agents
Modifier and TypeFieldDescriptionstatic final Executable
Executable.NO_OPERATION
This constant represents the default null operation.Modifier and TypeMethodDescriptionActionEvent.getAction()
abstract Executable
Agent.next
(Collection<? extends Perceivable> percepts) Determines the next action of this agent wrt.DummyAgent.next
(Collection<? extends Perceivable> percepts) Modifier and TypeMethodDescriptionEnvironment.execute
(Executable action) Executes the given action and returns the resulting percepts.Modifier and TypeMethodDescriptionEnvironment.execute
(Collection<? extends Executable> actions) Executes the given actions simultaneously and returns the resulting percepts.ModifierConstructorDescriptionActionEvent
(Agent agent, MultiAgentSystem<? extends Agent> multiAgentSystem, Executable action) Creates a new ActionEvent. -
Uses of Executable in org.tweetyproject.agents.dialogues
Modifier and TypeClassDescriptionclass
This class packs a Dung theory into an executable object.class
This class packs an extension into an executable object.class
This class packs a set of formulas into an executable object.Modifier and TypeMethodDescriptionArgumentationEnvironment.execute
(Executable action) LotteryArgumentationEnvironment.execute
(Executable action) Modifier and TypeMethodDescriptionArgumentationEnvironment.execute
(Collection<? extends Executable> actions) LotteryArgumentationEnvironment.execute
(Collection<? extends Executable> actions) -
Uses of Executable in org.tweetyproject.agents.dialogues.oppmodels
Modifier and TypeMethodDescriptionDeductiveEnvironment.execute
(Collection<? extends Executable> actions) -
Uses of Executable in org.tweetyproject.agents.dialogues.structured
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)