Class MegaParallelCreationAgent


  • public class MegaParallelCreationAgent
    extends java.lang.Object
    Agent creation benchmark.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IInternalAccess agent
      The agent.
      protected int num
      The number of the agent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Field Detail

      • num

        protected int num
        The number of the agent.
    • Constructor Detail

      • MegaParallelCreationAgent

        public MegaParallelCreationAgent()
    • Method Detail

      • executeBody

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