Class RuleBaseBenchmark


  • public class RuleBaseBenchmark
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void benchmark​(java.lang.String ruleBaseFile, java.lang.String queryFile, int iterations)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuleBaseBenchmark

        public RuleBaseBenchmark()
    • Method Detail

      • benchmark

        public void benchmark​(java.lang.String ruleBaseFile,
                              java.lang.String queryFile,
                              int iterations)
                       throws java.io.IOException,
                              ParseException
        Throws:
        java.io.IOException
        ParseException
      • main

        public static void main​(java.lang.String[] args)