Package jadex.bdiv3.examples.blocksworld
Class BenchmarkPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.blocksworld.BenchmarkPlan
 
- 
 public class BenchmarkPlan extends java.lang.ObjectMeasures Jadex performance by executing several configure goals.
- 
- 
Field SummaryFields Modifier and Type Field Description protected BlocksworldAgentcapaprotected BlocksworldAgent.ConfigureGoalgoalprotected intgoalsThe number of different goals to be executed per run.protected IPlanrplanprotected intrunsThe number of runs to be performed.
 - 
Constructor SummaryConstructors Constructor Description BenchmarkPlan(int runs, int goals)Create new plan.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The plan body.protected longgetTime()
 
- 
- 
- 
Field Detail- 
runsprotected int runs The number of runs to be performed.
 - 
goalsprotected int goals The number of different goals to be executed per run.
 - 
capaprotected BlocksworldAgent capa 
 - 
rplanprotected IPlan rplan 
 - 
goalprotected BlocksworldAgent.ConfigureGoal goal 
 
- 
 
-