com.sun.labs.minion.test
Class RandomVectorTest

java.lang.Object
  extended by com.sun.labs.minion.test.RandomVectorTest

public class RandomVectorTest
extends java.lang.Object


Field Summary
protected static java.text.DecimalFormat form
           
 
Constructor Summary
RandomVectorTest()
          Creates a new instance of VectorTest
 
Method Summary
static int[] getPairs(int n)
           
static void main(java.lang.String[] args)
           
static void runKeyPairs(int n, PartitionManager manager)
           
static void runResultLists(int n, PartitionManager manager)
           
static void runResultPairs(int n, PartitionManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

form

protected static java.text.DecimalFormat form
Constructor Detail

RandomVectorTest

public RandomVectorTest()
Creates a new instance of VectorTest

Method Detail

getPairs

public static int[] getPairs(int n)

runKeyPairs

public static void runKeyPairs(int n,
                               PartitionManager manager)

runResultPairs

public static void runResultPairs(int n,
                                  PartitionManager manager)
                           throws SearchEngineException
Throws:
SearchEngineException

runResultLists

public static void runResultLists(int n,
                                  PartitionManager manager)
                           throws SearchEngineException
Throws:
SearchEngineException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args - the command line arguments
Throws:
java.lang.Exception