Package jadex.micro.benchmarks
Class TreeStressTestAgent
- java.lang.Object
- 
- jadex.micro.benchmarks.TreeStressTestAgent
 
- 
 public class TreeStressTestAgent extends java.lang.ObjectCreates a complex tree structure of sub components.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.
 - 
Constructor SummaryConstructors Constructor Description TreeStressTestAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>executeBody()Execute the agent.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 
- 
 - 
Method Detail- 
executeBodypublic IFuture<java.lang.Void> executeBody() Execute the agent.
 
- 
 
-