| Package | Description |
|---|---|
| net.sf.tweety.agents |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Executable |
DummyAgent.next(Collection<? extends Perceivable> percepts) |
abstract Executable |
Agent.next(Collection<? extends Perceivable> percepts)
Determines the next action of this agent wrt.
|
Copyright © 2018. All rights reserved.