Class ChatE5Agent


  • public class ChatE5Agent
    extends java.lang.Object
    Chat micro agent with a .
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IInternalAccess agent
      The agent.
      protected java.lang.String nickname
      The nickname.
      protected java.lang.String partner
      The partner's nickname.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChatE5Agent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void executeBody()
      Execute the functional body of the agent.
      • 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.
      • partner

        protected java.lang.String partner
        The partner's nickname.
    • Constructor Detail

      • ChatE5Agent

        public ChatE5Agent()
    • Method Detail

      • executeBody

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