|
||||||||||
| 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.name_service.UniqueNameActuator
public class UniqueNameActuator
The unique name actuator causes the belief haveName to be adopted on the next iteration of the control cycle if the agent's name is unique. The belief requestName is adopted if the name is not unique. . The trigger for this actuator is uniqueName.
| Constructor Summary | |
|---|---|
UniqueNameActuator(AffectManager mgr)
Creates a new instance of UniqueNameActuator. |
|
| 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 UniqueNameActuator(AffectManager mgr)
mgr - the affect manager for the agent.| 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 | |||||||||