Package net.sf.tweety.agents
Class DummyAgent
- java.lang.Object
-
- net.sf.tweety.agents.Agent
-
- net.sf.tweety.agents.DummyAgent
-
public class DummyAgent extends Agent
A dummy agent is an agent that cannot act.- Author:
- Matthias Thimm
-
-
Constructor Summary
Constructors Constructor Description DummyAgent(java.lang.String name)
Creates a new dummy agent with the given name.
-
Method Summary
Modifier and Type Method Description Executable
next(java.util.Collection<? extends Perceivable> percepts)
Determines the next action of this agent wrt.java.lang.String
toString()
-
-
-
Method Detail
-
next
public Executable next(java.util.Collection<? extends Perceivable> percepts)
Description copied from class:Agent
Determines the next action of this agent wrt. the given percepts.
-
-