Class FireflyAgent


  • public class FireflyAgent
    extends java.lang.Object
    The firefly agent.
    • Constructor Summary

      Constructors 
      Constructor Description
      FireflyAgent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void agentCreated()
      Init method.
      IFuture<java.lang.Void> executeBody()
      Execute an agent step.
      • Methods inherited from class java.lang.Object

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

      • FireflyAgent

        public FireflyAgent()
    • Method Detail

      • agentCreated

        public void agentCreated()
        Init method.
      • executeBody

        public IFuture<java.lang.Void> executeBody()
        Execute an agent step.