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

S

StrobeAbstractAgent - class madkit.strobekit.StrobeAbstractAgent.
The main class of the STROBEKIT agent API.
StrobeAbstractAgent() - Constructor for class madkit.strobekit.StrobeAbstractAgent
Default no-args constructor, which just set-up internal structures.
StrobeAbstractAgent(String, String, String) - Constructor for class madkit.strobekit.StrobeAbstractAgent
Do the same that StrobeAbstractAgent() but set-up also agent name, group, and role.
StrobeMsg - class madkit.strobekit.StrobeMsg.
This class define the type of message exchanged by Strobe agents.
StrobeMsg(String, String) - Constructor for class madkit.strobekit.StrobeMsg
Construt a Strobe message with the performative p and the content c.
sendMessageAndPrint(AgentAddress, StrobeMsg) - Method in class madkit.strobekit.StrobeAbstractAgent
Print the StrobeMsg in the Strobe agent output writer just after sending it (using sendMessage).
setGlobalEnv(CognitiveEnv) - Method in class madkit.strobekit.StrobeAbstractAgent
 
setLocalEnvs(HashMap) - Method in class madkit.strobekit.StrobeAbstractAgent
 
setStrobeAgentGroup(String) - Method in class madkit.strobekit.StrobeAbstractAgent
 
setStrobeAgentRole(String) - Method in class madkit.strobekit.StrobeAbstractAgent
 
strobeActivate() - Method in class madkit.strobekit.StrobeAbstractAgent
Replace the method activate for Strobe agents .
strobeEnd() - Method in class madkit.strobekit.StrobeAbstractAgent
Replace the method end for Strobe agents .
strobeLive() - Method in class madkit.strobekit.StrobeAbstractAgent
Replace the method live for Strobe agents .

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