Package jadex.micro.benchmarks
Class ParallelAgentCreationAgent
- java.lang.Object
- 
- jadex.micro.benchmarks.ParallelAgentCreationAgent
 
- 
 public class ParallelAgentCreationAgent extends java.lang.ObjectAgent creation benchmark.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.
 - 
Constructor SummaryConstructors Constructor Description ParallelAgentCreationAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringcreatePeerName(int num)Create a name for a peer with a given number.IFuture<java.lang.Void>executeBody()Execute an agent step.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 
- 
 - 
Method Detail- 
executeBodypublic IFuture<java.lang.Void> executeBody() Execute an agent step.
 - 
createPeerNameprotected java.lang.String createPeerName(int num) Create a name for a peer with a given number.
 
- 
 
-