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(String name)Creates a new dummy agent with the given name.
-
Method Summary
Modifier and Type Method Description Executablenext(Collection<? extends Perceivable> percepts)Determines the next action of this agent wrt.StringtoString()
-
-
-
Constructor Detail
-
DummyAgent
public DummyAgent(String name)
Creates a new dummy agent with the given name.- Parameters:
name- some name.
-
-
Method Detail
-
next
public Executable next(Collection<? extends Perceivable> percepts)
Description copied from class:AgentDetermines the next action of this agent wrt. the given percepts.
-
-