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 ExecutableAgent. next(java.util.Collection<? extends Perceivable> percepts)Determines the next action of this agent wrt.ExecutableDummyAgent. 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 classArgumentationEnvironmentThis class models the environment for agents in argumentation games.classLotteryArgumentationEnvironmentThis 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 ExecutableDungTheoryAbstractLotteryAgent. next(java.util.Collection<? extends Perceivable> percepts)ExecutableDungTheoryDummyLotteryAgent. next(java.util.Collection<? extends Perceivable> percepts)ExecutableDungTheoryProbabilisticLotteryAgent. next(java.util.Collection<? extends Perceivable> percepts)ExecutableDungTheoryRandomLotteryAgent. next(java.util.Collection<? extends Perceivable> percepts)ExecutableDungTheoryUtilityBasedLotteryAgent. 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 classDeductiveEnvironmentThis 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 ExecutableArguingAgent. 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 classPerceivableStructuredArgumentationFrameworkThis 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 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)
-