Class BenchmarkPlan

java.lang.Object
jadex.bdi.blocksworld.BenchmarkPlan

public class BenchmarkPlan extends Object
Measures Jadex performance by executing several configure goals.
  • Field Details

    • 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 jadex.bdi.runtime.IPlan rplan
    • goal

  • Constructor Details

    • BenchmarkPlan

      public BenchmarkPlan(int runs, int goals)
      Create new plan.
      Parameters:
      runs -
      goals -
  • Method Details

    • body

      public void body()
      The plan body.
    • getTime

      protected long getTime()