mapping
Class Testing

java.lang.Object
  extended by mapping.Testing

public class Testing
extends java.lang.Object


Constructor Summary
Testing()
           
 
Method Summary
static void buildTablesAndSolve_v2(Mapper m)
           
static void buildTablesAndSolve(Mapper m)
           
static void generateTaskForTest(int jobClassID, Mapper m)
           
static void LPAS_Test(Mapper m)
           
static void main(java.lang.String[] args)
           
static void main3(java.lang.String[] args)
           
static void prepareLPAS_DG(Mapper m)
           
static void sleep(long millis)
           
static void test()
           
static void testGenerator()
           
static void waitToFinish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Testing

public Testing()
Method Detail

main

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

main3

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

waitToFinish

public static void waitToFinish()

sleep

public static void sleep(long millis)

testGenerator

public static void testGenerator()

generateTaskForTest

public static void generateTaskForTest(int jobClassID,
                                       Mapper m)

prepareLPAS_DG

public static void prepareLPAS_DG(Mapper m)

LPAS_Test

public static void LPAS_Test(Mapper m)

test

public static void test()

buildTablesAndSolve_v2

public static void buildTablesAndSolve_v2(Mapper m)

buildTablesAndSolve

public static void buildTablesAndSolve(Mapper m)