Package jadex.micro.benchmarks
Class ParallelAgentCreationAgent
- java.lang.Object
-
- jadex.micro.benchmarks.ParallelAgentCreationAgent
-
public class ParallelAgentCreationAgent extends java.lang.Object
Agent creation benchmark.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.
-
Constructor Summary
Constructors Constructor Description ParallelAgentCreationAgent()
-
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.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
-
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.
-
-