pal.statistics
Class TopologyTestEngine

java.lang.Object
  extended by pal.statistics.TopologyTestEngine

public class TopologyTestEngine
extends java.lang.Object


Nested Class Summary
static interface TopologyTestEngine.StatisticsHandler
           
static interface TopologyTestEngine.TestResult
           
static interface TopologyTestEngine.TopologyPool
           
 
Constructor Summary
TopologyTestEngine(TopologyTestEngine.StatisticsHandler statistics)
           
 
Method Summary
 TopologyTestEngine.TestResult performTest(TopologyTestEngine.TopologyPool topologyPool, int numberOfReplicates, AlgorithmCallback callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopologyTestEngine

public TopologyTestEngine(TopologyTestEngine.StatisticsHandler statistics)
Method Detail

performTest

public TopologyTestEngine.TestResult performTest(TopologyTestEngine.TopologyPool topologyPool,
                                                 int numberOfReplicates,
                                                 AlgorithmCallback callback)