|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agentfactory.cldc.logic.Action
com.agentfactory.cldc.Actuator
com.agentfactory.cldc.AdoptActuator
public class AdoptActuator
The adopt actuator is used when an agent wishes to adopt a belief. The belief will be present on the subsequent iteration of the control algorithm. The trigger for the actuator is adoptBelief(?belief). The ?belief variable represents the belief to be adopted.
| Constructor Summary | |
|---|---|
AdoptActuator(AffectManager manager)
Constructs an AdoptActuator using the specified manager. |
|
| Method Summary | |
|---|---|
boolean |
act(FOS action)
The act method is implemented by concrete classes of Action. |
| Methods inherited from class com.agentfactory.cldc.Actuator |
|---|
adoptBelief, adoptBelief, register, retractBelief |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdoptActuator(AffectManager manager)
manager - the specified manager.| Method Detail |
|---|
public boolean act(FOS action)
Action
act in class Actionaction - the applied first order stucture, which matches with the identifier for
the Actuator or Action.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||