Uses of Interface
org.tweetyproject.agents.Executable
Packages that use Executable
Package
Description
-
Uses of Executable in org.tweetyproject.agents
Fields in org.tweetyproject.agents declared as ExecutableModifier and TypeFieldDescriptionstatic final Executable
Executable.NO_OPERATION
This constant represents the default null operation.Methods in org.tweetyproject.agents that return ExecutableModifier 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) Methods in org.tweetyproject.agents with parameters of type ExecutableModifier and TypeMethodDescriptionEnvironment.execute
(Executable action) Executes the given action and returns the resulting percepts.Method parameters in org.tweetyproject.agents with type arguments of type ExecutableModifier and TypeMethodDescriptionEnvironment.execute
(Collection<? extends Executable> actions) Executes the given actions simultaneously and returns the resulting percepts.Constructors in org.tweetyproject.agents with parameters of type ExecutableModifierConstructorDescriptionActionEvent
(Agent agent, MultiAgentSystem<? extends Agent> multiAgentSystem, Executable action) Creates a new ActionEvent. -
Uses of Executable in org.tweetyproject.agents.dialogues
Classes in org.tweetyproject.agents.dialogues that implement ExecutableModifier 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.Methods in org.tweetyproject.agents.dialogues with parameters of type ExecutableModifier and TypeMethodDescriptionArgumentationEnvironment.execute
(Executable action) LotteryArgumentationEnvironment.execute
(Executable action) Method parameters in org.tweetyproject.agents.dialogues with type arguments of type ExecutableModifier and TypeMethodDescriptionArgumentationEnvironment.execute
(Collection<? extends Executable> actions) LotteryArgumentationEnvironment.execute
(Collection<? extends Executable> actions) -
Uses of Executable in org.tweetyproject.agents.dialogues.oppmodels
Methods in org.tweetyproject.agents.dialogues.oppmodels that return ExecutableMethods in org.tweetyproject.agents.dialogues.oppmodels with parameters of type ExecutableMethod parameters in org.tweetyproject.agents.dialogues.oppmodels with type arguments of type ExecutableModifier and TypeMethodDescriptionDeductiveEnvironment.execute
(Collection<? extends Executable> actions) -
Uses of Executable in org.tweetyproject.agents.dialogues.structured
Methods in org.tweetyproject.agents.dialogues.structured that return ExecutableModifier 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)