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 private ExecutableActionEvent. actionstatic ExecutableExecutable. NO_OPERATIONThis constant represents the default null operation.Methods in net.sf.tweety.agents that return Executable Modifier and Type Method Description ExecutableActionEvent. getAction()abstract ExecutableAgent. next(java.util.Collection<? extends Perceivable> percepts)Determines the next action of this agent wrt.ExecutableDummyAgent. 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 classExecutableDungTheoryThis class packs a Dung theory into an executable object.classExecutableExtensionThis class packs an extension into an executable object.classExecutableFormulaSetThis 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 ExecutableArguingAgent. 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 ExecutableCautiousArgumentationAgent. next(java.util.Collection<? extends Perceivable> percepts)ExecutableOvercautiousArgumentationAgent. next(java.util.Collection<? extends Perceivable> percepts)ExecutableSasAgent. next(java.util.Collection<? extends Perceivable> percepts)ExecutableTruthfulArgumentationAgent. next(java.util.Collection<? extends Perceivable> percepts)Methods in net.sf.tweety.agents.dialogues.structured with parameters of type Executable Modifier and Type Method Description java.util.Set<Perceivable>StructuredArgumentationSystem.SasEnvironment. execute(Executable action)Method parameters in net.sf.tweety.agents.dialogues.structured with type arguments of type Executable Modifier and Type Method Description java.util.Set<Perceivable>StructuredArgumentationSystem.SasEnvironment. execute(java.util.Collection<? extends Executable> actions)
-