Package jadex.bdiv3.examples.blocksworld
Class BenchmarkPlan
- java.lang.Object
-
- jadex.bdiv3.examples.blocksworld.BenchmarkPlan
-
public class BenchmarkPlan extends java.lang.Object
Measures Jadex performance by executing several configure goals.
-
-
Field Summary
Fields Modifier and Type Field Description protected BlocksworldAgent
capa
protected BlocksworldAgent.ConfigureGoal
goal
protected int
goals
The number of different goals to be executed per run.protected IPlan
rplan
protected int
runs
The number of runs to be performed.
-
Constructor Summary
Constructors Constructor Description BenchmarkPlan(int runs, int goals)
Create new plan.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The plan body.protected long
getTime()
-
-
-
Field Detail
-
runs
protected int runs
The number of runs to be performed.
-
goals
protected int goals
The number of different goals to be executed per run.
-
capa
protected BlocksworldAgent capa
-
rplan
protected IPlan rplan
-
goal
protected BlocksworldAgent.ConfigureGoal goal
-
-