org.drools.benchmark.benchmarks
Class InsertAndRetractInTurn

java.lang.Object
  extended by org.drools.benchmark.benchmarks.AbstractBenchmark
      extended by org.drools.benchmark.benchmarks.InsertAndRetractInTurn
All Implemented Interfaces:
Benchmark

public class InsertAndRetractInTurn
extends AbstractBenchmark


Field Summary
 
Fields inherited from class org.drools.benchmark.benchmarks.AbstractBenchmark
LINE_SEPARATOR
 
Constructor Summary
InsertAndRetractInTurn()
           
InsertAndRetractInTurn(String drlFile)
           
 
Method Summary
 void execute(int repNr)
           
 void init(BenchmarkDefinition definition)
           
 void terminate()
           
 
Methods inherited from class org.drools.benchmark.benchmarks.AbstractBenchmark
createKnowledgeBase, createKnowledgeBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertAndRetractInTurn

public InsertAndRetractInTurn()

InsertAndRetractInTurn

public InsertAndRetractInTurn(String drlFile)
Method Detail

init

public void init(BenchmarkDefinition definition)
Specified by:
init in interface Benchmark
Overrides:
init in class AbstractBenchmark

execute

public void execute(int repNr)

terminate

public void terminate()
Specified by:
terminate in interface Benchmark
Overrides:
terminate in class AbstractBenchmark


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.