samples.tutorials.database
Class DbExample

java.lang.Object
  extended by samples.tutorials.database.DbExample
All Implemented Interfaces:
Example

public class DbExample
extends Object
implements Example


Field Summary
 IDbConnector dbConnector
           
static samples.tutorials.database.DbExample.TimeLimitWrapper EX_WRAPPER
           
static int NB_RUNS
           
static int TIME_LIMIT
           
 
Fields inherited from interface samples.tutorials.Example
LOGGER
 
Constructor Summary
DbExample()
           
 
Method Summary
 void execute(String... args)
           
protected  void executeBenchmark()
           
 void executeEx(String name, String... args)
           
static void main(String[] args)
           
 void solveGolombRulers()
           
 void solveMED()
           
 void solveQueens()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NB_RUNS

public static final int NB_RUNS
See Also:
Constant Field Values

TIME_LIMIT

public static final int TIME_LIMIT
See Also:
Constant Field Values

EX_WRAPPER

public static final samples.tutorials.database.DbExample.TimeLimitWrapper EX_WRAPPER

dbConnector

public IDbConnector dbConnector
Constructor Detail

DbExample

public DbExample()
Method Detail

executeEx

public void executeEx(String name,
                      String... args)

solveGolombRulers

public void solveGolombRulers()

solveQueens

public void solveQueens()

solveMED

public void solveMED()

executeBenchmark

protected void executeBenchmark()

execute

public void execute(String... args)
Specified by:
execute in interface Example

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.