Package pal.statistics
Class TopologyTestEngine
- java.lang.Object
-
- pal.statistics.TopologyTestEngine
-
public class TopologyTestEngine extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TopologyTestEngine.StatisticsHandler
static interface
TopologyTestEngine.TestResult
static interface
TopologyTestEngine.TopologyPool
-
Constructor Summary
Constructors Constructor Description TopologyTestEngine(TopologyTestEngine.StatisticsHandler statistics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopologyTestEngine.TestResult
performTest(TopologyTestEngine.TopologyPool topologyPool, int numberOfReplicates, AlgorithmCallback callback)
-
-
-
Constructor Detail
-
TopologyTestEngine
public TopologyTestEngine(TopologyTestEngine.StatisticsHandler statistics)
-
-
Method Detail
-
performTest
public TopologyTestEngine.TestResult performTest(TopologyTestEngine.TopologyPool topologyPool, int numberOfReplicates, AlgorithmCallback callback)
-
-