Class ChatE3Agent


  • public class ChatE3Agent
    extends java.lang.Object
    Chat micro agent.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChatE3Agent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void executeBody()
      Execute the functional body of the agent.
      IFuture<java.lang.Void> init()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nickname

        protected java.lang.String nickname
        The nickname.
    • Constructor Detail

      • ChatE3Agent

        public ChatE3Agent()
    • Method Detail

      • init

        public IFuture<java.lang.Void> init()
      • executeBody

        public void executeBody()
        Execute the functional body of the agent. Is only called once.