Package org.tweetyproject.agents
Class DummyAgent
java.lang.Object
org.tweetyproject.agents.Agent
org.tweetyproject.agents.DummyAgent
A dummy agent is an agent that cannot act.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnext
(Collection<? extends Perceivable> percepts) Determines the next action of this agent wrt.toString()
-
Constructor Details
-
DummyAgent
Creates a new dummy agent with the given name.- Parameters:
name
- some name.
-
-
Method Details