|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agentfactory.cldc.logic.Perceivable
com.agentfactory.cldc.Perceptor
public abstract class Perceptor
Application developers extend the perceptor class to enable agents to perceive information related to their state or their environment.
| Constructor Summary | |
|---|---|
Perceptor(PerceptionManager manager)
Creates an instance of Perceptor. |
|
| Method Summary | |
|---|---|
void |
adoptBelief(FOS fos)
Adds the belief to the agent's current belief set. |
void |
adoptBelief(java.lang.String string)
Converts the string to a first order structure and adds the first order structure to the agent's current belief set. |
| Methods inherited from class com.agentfactory.cldc.logic.Perceivable |
|---|
perceive |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Perceptor(PerceptionManager manager)
manager - the perception manager of the agent.| Method Detail |
|---|
public void adoptBelief(FOS fos)
fos - the belief to be added.public void adoptBelief(java.lang.String string)
string - a string representation of a belief.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||