org.eclipse.palamedes.gdl.core.model
Class GameFactoryTest

java.lang.Object
  extended by org.eclipse.palamedes.gdl.core.model.GameFactoryTest

public class GameFactoryTest
extends java.lang.Object


Field Summary
static java.lang.String[] gameFiles
           
static java.util.HashMap<java.lang.String,IGame> games
           
static java.lang.String gamesDir
           
static int perftDepth
           
static int perftThreshold
           
 
Constructor Summary
GameFactoryTest()
           
 
Method Summary
 void createGames()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

perftDepth

public static int perftDepth

perftThreshold

public static int perftThreshold

gamesDir

public static java.lang.String gamesDir

gameFiles

public static java.lang.String[] gameFiles

games

public static java.util.HashMap<java.lang.String,IGame> games
Constructor Detail

GameFactoryTest

public GameFactoryTest()
Method Detail

init

public void init()

createGames

public void createGames()
                 throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException