Package jadex.micro.benchmarks
Class TreeStressTestAgent
- java.lang.Object
-
- jadex.micro.benchmarks.TreeStressTestAgent
-
public class TreeStressTestAgent extends java.lang.Object
Creates a complex tree structure of sub components.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.
-
Constructor Summary
Constructors Constructor Description TreeStressTestAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
executeBody()
Execute the agent.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
-
Method Detail
-
executeBody
public IFuture<java.lang.Void> executeBody()
Execute the agent.
-
-