Package jadex.micro.benchmarks
Class MegaParallelCreationAgent
- java.lang.Object
-
- jadex.micro.benchmarks.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.
-
Constructor Summary
Constructors Constructor Description MegaParallelCreationAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
executeBody()
Execute an agent step.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
num
protected int num
The number of the agent.
-
-
Method Detail
-
executeBody
public IFuture<java.lang.Void> executeBody()
Execute an agent step.
-
-