Package org.tweetyproject.agents
Class Agent
java.lang.Object
org.tweetyproject.agents.Agent
- Direct Known Subclasses:
AbstractLotteryAgent
,ArguingAgent
,DummyAgent
,SasAgent
An agent is a possibly proactive entity situated in some environment.
- Author:
- Matthias Thimm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of this agent.abstract Executable
next
(Collection<? extends Perceivable> percepts) Determines the next action of this agent wrt.toString()
-
Constructor Details
-
Agent
Creates a new agent with the given name.- Parameters:
name
- some string.
-
-
Method Details