Uses of Interface
net.sf.tweety.agents.Perceivable
-
-
Uses of Perceivable in net.sf.tweety.agents
Methods in net.sf.tweety.agents that return types with arguments of type Perceivable 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.java.util.Set<Perceivable>
Environment. execute(Executable action)
Executes the given action and returns the resulting percepts.java.util.Set<Perceivable>
Environment. getPercepts(Agent agent)
Retrieves the current percepts for the given agent.Method parameters in net.sf.tweety.agents with type arguments of type Perceivable Modifier and Type Method Description 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)
-
Uses of Perceivable in net.sf.tweety.agents.dialogues
Classes in net.sf.tweety.agents.dialogues that implement Perceivable Modifier and Type Class Description class
ArgumentationEnvironment
This class models the environment for agents in argumentation games.class
LotteryArgumentationEnvironment
This class models the environment for agents in argumentation games with lotteries.Methods in net.sf.tweety.agents.dialogues that return types with arguments of type Perceivable Modifier and Type Method Description java.util.Set<Perceivable>
ArgumentationEnvironment. execute(java.util.Collection<? extends Executable> actions)
java.util.Set<Perceivable>
ArgumentationEnvironment. execute(Executable action)
java.util.Set<Perceivable>
LotteryArgumentationEnvironment. execute(java.util.Collection<? extends Executable> actions)
java.util.Set<Perceivable>
LotteryArgumentationEnvironment. execute(Executable action)
java.util.Set<Perceivable>
ArgumentationEnvironment. getPercepts(Agent agent)
java.util.Set<Perceivable>
LotteryArgumentationEnvironment. getPercepts(Agent agent)
-
Uses of Perceivable in net.sf.tweety.agents.dialogues.lotteries
Method parameters in net.sf.tweety.agents.dialogues.lotteries with type arguments of type Perceivable Modifier and Type Method Description abstract ExecutableDungTheory
AbstractLotteryAgent. next(java.util.Collection<? extends Perceivable> percepts)
ExecutableDungTheory
DummyLotteryAgent. next(java.util.Collection<? extends Perceivable> percepts)
ExecutableDungTheory
ProbabilisticLotteryAgent. next(java.util.Collection<? extends Perceivable> percepts)
ExecutableDungTheory
RandomLotteryAgent. next(java.util.Collection<? extends Perceivable> percepts)
ExecutableDungTheory
UtilityBasedLotteryAgent. next(java.util.Collection<? extends Perceivable> percepts)
-
Uses of Perceivable in net.sf.tweety.agents.dialogues.oppmodels
Classes in net.sf.tweety.agents.dialogues.oppmodels that implement Perceivable Modifier and Type Class Description class
DeductiveEnvironment
This class models the environment for agents in a game of deductive argumentation.Methods in net.sf.tweety.agents.dialogues.oppmodels that return types with arguments of type Perceivable Modifier and Type Method Description java.util.Set<Perceivable>
DeductiveEnvironment. execute(java.util.Collection<? extends Executable> actions)
java.util.Set<Perceivable>
DeductiveEnvironment. execute(Executable action)
java.util.Set<Perceivable>
DeductiveEnvironment. getPercepts(Agent agent)
Method parameters in net.sf.tweety.agents.dialogues.oppmodels with type arguments of type Perceivable Modifier and Type Method Description Executable
ArguingAgent. next(java.util.Collection<? extends Perceivable> percepts)
-
Uses of Perceivable in net.sf.tweety.agents.dialogues.structured
Classes in net.sf.tweety.agents.dialogues.structured that implement Perceivable Modifier and Type Class Description class
PerceivableStructuredArgumentationFramework
This class packs a structured argumentation framework into a perceivable object.Method parameters in net.sf.tweety.agents.dialogues.structured with type arguments of type Perceivable 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)
-