A C D E G I L M P R S T V

A

acquaintanceAddresses() - Method in class madkit.strobekit.StrobeAbstractAgent
Return an array of agent addresses corresponding to all the agents a Strobe agent has a cognitive environment dedicated to.
acquaintanceAndIAddresses() - Method in class madkit.strobekit.StrobeAbstractAgent
Return an array of agent addresses corresponding to itself (first position) and all the agents it has a cognitive environment dedicated to.
acquaintanceAndINames() - Method in class madkit.strobekit.StrobeAbstractAgent
Return an array of agent namess corresponding to itself (first position) and all the agents it has a cognitive environment dedicated to.
acquaintanceNames() - Method in class madkit.strobekit.StrobeAbstractAgent
Return an array of agent names corresponding to all the agents a Strobe agent has a cognitive environment dedicated to.
activate() - Method in class madkit.strobekit.StrobeAbstractAgent
Method initially called when the micro-kernel registers the agent; Strobe agents have to use the method StrobeActivate.
addAcquaintance(AgentAddress) - Method in class madkit.strobekit.StrobeAbstractAgent
This method has to be redefined by Strobe agents; it corresponds to the adding acquaintance policy i.e., how a Strobe agents create a new CognitiveEnv when they meet a new agent for the very first time.
addAcquaintanceByCopyingGlobalEnv(AgentAddress) - Method in class madkit.strobekit.StrobeAbstractAgent
Create a new local cognitive environment for a by copying the Strobe agent global cognitive environment.
addAcquaintanceByCopyingLocalEnv(AgentAddress, AgentAddress) - Method in class madkit.strobekit.StrobeAbstractAgent
Create a new local cognitive environment for newa by copying the Strobe agent local cognitive environment dedicated to olda.
addAcquaintanceBySharingLocalEnv(AgentAddress, AgentAddress) - Method in class madkit.strobekit.StrobeAbstractAgent
Use the same local cognitive environment for newa by sharing the Strobe agent local cognitive environment dedicated to olda.
analyzeAnswer(String) - Method in class madkit.strobekit.StrobeAbstractAgent
This method has to be redefined by Strobe agents; it corresponds to the way answer returned by Strobe message evaluation are analyzed.

A C D E G I L M P R S T V