org.drools.benchmark.benchmarks
Class CompareIndexCrossProductNoMatch

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

public class CompareIndexCrossProductNoMatch
extends AbstractBenchmark


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

Constructor Detail

CompareIndexCrossProductNoMatch

public CompareIndexCrossProductNoMatch(int aNr,
                                       int modifications,
                                       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-2012 JBoss by Red Hat. All Rights Reserved.