Class ParallelAgentCreationAgent


  • public class ParallelAgentCreationAgent
    extends java.lang.Object
    Agent creation benchmark.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String createPeerName​(int num)
      Create a name for a peer with a given number.
      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

      • ParallelAgentCreationAgent

        public ParallelAgentCreationAgent()
    • Method Detail

      • executeBody

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

        protected java.lang.String createPeerName​(int num)
        Create a name for a peer with a given number.