Uses of Interface
net.sf.tweety.agents.Perceivable
-
Packages that use Perceivable Package Description net.sf.tweety.agents -
-
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 Set<Perceivable>Environment. execute(Collection<? extends Executable> actions)Executes the given actions simultaneously and returns the resulting percepts.Set<Perceivable>Environment. execute(Executable action)Executes the given action and returns the resulting percepts.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(Collection<? extends Perceivable> percepts)Determines the next action of this agent wrt.ExecutableDummyAgent. next(Collection<? extends Perceivable> percepts)
-