uk.ac.soton.ecs.grimoires.test.JenaVsSesame
Class Tester

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.test.JenaVsSesame.Tester
Direct Known Subclasses:
JenaTester, SesameTester

public abstract class Tester
extends Object

Author:
wf TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static String businessFileName
           
static String currentConfiguration
           
static String dataFileName
           
static String directory
           
static int EXPECTED_SERVICE_NUMBER
           
static boolean gcSyn
           
static String indexTemplate
           
static String keyTemplate
           
static String queryFileName
           
static String serviceFileName
           
static int SERVICES_PER_MEASUREMENT
           
static String tModelFileName
           
static boolean verbose
           
 
Constructor Summary
Tester()
           
 
Method Summary
protected  int getIndex()
           
protected  InputStream getInputStreamOfNextBusiness()
           
protected  InputStream getInputStreamOfNextService()
           
protected  InputStream getInputStreamOfNexttModel()
           
protected  String getQuery()
           
protected  int getRandom()
           
protected abstract  void getService()
           
protected abstract  void saveService()
           
 void testServicePerformance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directory

public static String directory

businessFileName

public static String businessFileName

tModelFileName

public static String tModelFileName

serviceFileName

public static String serviceFileName

queryFileName

public static String queryFileName

indexTemplate

public static String indexTemplate

keyTemplate

public static String keyTemplate

EXPECTED_SERVICE_NUMBER

public static int EXPECTED_SERVICE_NUMBER

SERVICES_PER_MEASUREMENT

public static int SERVICES_PER_MEASUREMENT

currentConfiguration

public static String currentConfiguration

dataFileName

public static String dataFileName

gcSyn

public static boolean gcSyn

verbose

public static boolean verbose
Constructor Detail

Tester

public Tester()
Method Detail

getInputStreamOfNextBusiness

protected InputStream getInputStreamOfNextBusiness()

getInputStreamOfNexttModel

protected InputStream getInputStreamOfNexttModel()

getInputStreamOfNextService

protected InputStream getInputStreamOfNextService()

getQuery

protected String getQuery()

getIndex

protected int getIndex()

getRandom

protected int getRandom()

testServicePerformance

public void testServicePerformance()
                            throws Exception
Throws:
Exception

saveService

protected abstract void saveService()
                             throws Exception
Throws:
Exception

getService

protected abstract void getService()
                            throws Exception
Throws:
Exception