Uses of Interface
net.sf.tweety.agents.Executable
-
Packages that use Executable Package Description net.sf.tweety.agents net.sf.tweety.agents.dialogues net.sf.tweety.agents.dialogues.oppmodels net.sf.tweety.agents.dialogues.structured -
-
Uses of Executable in net.sf.tweety.agents
Fields in net.sf.tweety.agents declared as Executable Modifier and Type Field Description static Executable
Executable. NO_OPERATION
This constant represents the default null operation.Methods in net.sf.tweety.agents that return Executable Modifier and Type Method Description Executable
ActionEvent. getAction()
abstract Executable
Agent. next(java.util.Collection<? extends Perceivable> percepts)
Determines the next action of this agent wrt.Executable
DummyAgent. next(java.util.Collection<? extends Perceivable> percepts)
Methods in net.sf.tweety.agents with parameters of type Executable Modifier and Type Method Description java.util.Set<Perceivable>
Environment. execute(Executable action)
Executes the given action and returns the resulting percepts.Method parameters in net.sf.tweety.agents with type arguments of type Executable Modifier and Type Method Description java.util.Set<Perceivable>
Environment. execute(java.util.Collection<? extends Executable> actions)
Executes the given actions simultaneously and returns the resulting percepts.Constructors in net.sf.tweety.agents with parameters of type Executable Constructor Description ActionEvent(Agent agent, MultiAgentSystem<? extends Agent> multiAgentSystem, Executable action)
Creates a new ActionEvent. -
Uses of Executable in net.sf.tweety.agents.dialogues
Classes in net.sf.tweety.agents.dialogues that implement Executable Modifier and Type Class Description class
ExecutableDungTheory
This class packs a Dung theory into an executable object.class
ExecutableExtension
This class packs an extension into an executable object.class
ExecutableFormulaSet
This class packs a set of formulas into an executable object.Methods in net.sf.tweety.agents.dialogues with parameters of type Executable Modifier and Type Method Description java.util.Set<Perceivable>
ArgumentationEnvironment. execute(Executable action)
java.util.Set<Perceivable>
LotteryArgumentationEnvironment. execute(Executable action)
Method parameters in net.sf.tweety.agents.dialogues with type arguments of type Executable Modifier and Type Method Description java.util.Set<Perceivable>
ArgumentationEnvironment. execute(java.util.Collection<? extends Executable> actions)
java.util.Set<Perceivable>
LotteryArgumentationEnvironment. execute(java.util.Collection<? extends Executable> actions)
-
Uses of Executable in net.sf.tweety.agents.dialogues.oppmodels
Methods in net.sf.tweety.agents.dialogues.oppmodels that return Executable Modifier and Type Method Description Executable
ArguingAgent. next(java.util.Collection<? extends Perceivable> percepts)
Methods in net.sf.tweety.agents.dialogues.oppmodels with parameters of type Executable Modifier and Type Method Description java.util.Set<Perceivable>
DeductiveEnvironment. execute(Executable action)
Method parameters in net.sf.tweety.agents.dialogues.oppmodels with type arguments of type Executable Modifier and Type Method Description java.util.Set<Perceivable>
DeductiveEnvironment. execute(java.util.Collection<? extends Executable> actions)
-
Uses of Executable in net.sf.tweety.agents.dialogues.structured
Methods in net.sf.tweety.agents.dialogues.structured that return Executable Modifier and Type Method Description Executable
CautiousArgumentationAgent. next(java.util.Collection<? extends Perceivable> percepts)
Executable
OvercautiousArgumentationAgent. next(java.util.Collection<? extends Perceivable> percepts)
Executable
SasAgent. next(java.util.Collection<? extends Perceivable> percepts)
Executable
TruthfulArgumentationAgent. next(java.util.Collection<? extends Perceivable> percepts)
-