Package jadex.micro.benchmarks
Class MegaParallelCreationAgent
- java.lang.Object
- 
- jadex.micro.benchmarks.MegaParallelCreationAgent
 
- 
 public class MegaParallelCreationAgent extends java.lang.ObjectAgent creation benchmark.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected intnumThe number of the agent.
 - 
Constructor SummaryConstructors Constructor Description MegaParallelCreationAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>executeBody()Execute an agent step.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 - 
numprotected int num The number of the agent.
 
- 
 - 
Method Detail- 
executeBodypublic IFuture<java.lang.Void> executeBody() Execute an agent step.
 
- 
 
-