| Package | Description |
|---|---|
| net.sf.tweety.agents |
| Modifier and Type | Field and Description |
|---|---|
static Executable |
Executable.NO_OPERATION
This constant represents the default null operation.
|
| Modifier and Type | Method and Description |
|---|---|
Executable |
ActionEvent.getAction() |
Executable |
DummyAgent.next(Collection<? extends Perceivable> percepts) |
abstract Executable |
Agent.next(Collection<? extends Perceivable> percepts)
Determines the next action of this agent wrt.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Perceivable> |
Environment.execute(Executable action)
Executes the given action and returns the
resulting percepts.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Perceivable> |
Environment.execute(Collection<? extends Executable> actions)
Executes the given actions simultaneously and returns
the resulting percepts.
|
| Constructor and Description |
|---|
ActionEvent(Agent agent,
MultiAgentSystem<? extends Agent> multiAgentSystem,
Executable action)
Creates a new ActionEvent.
|
Copyright © 2018. All rights reserved.