public class DummyAgent extends Agent
| Constructor and Description |
|---|
DummyAgent(String name)
Creates a new dummy agent with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Executable |
next(Collection<? extends Perceivable> percepts)
Determines the next action of this agent wrt.
|
String |
toString() |
public DummyAgent(String name)
name - some name.public Executable next(Collection<? extends Perceivable> percepts)
AgentCopyright © 2018. All rights reserved.