public class StatisticalTestParametersAbstract extends java.lang.Object implements StatisticalTestParameters
Constructor and Description |
---|
StatisticalTestParametersAbstract(boolean debug,
int threads,
long seed,
double alpha) |
Modifier and Type | Method and Description |
---|---|
double |
getAlpha() |
long |
getSeed() |
int |
getThreads() |
boolean |
isDebug() |
void |
setAlpha(double alpha) |
void |
setDebug(boolean debug) |
void |
setSeed(long seed) |
void |
setThreads(int threads) |
public StatisticalTestParametersAbstract(boolean debug, int threads, long seed, double alpha)
public boolean isDebug()
isDebug
in interface StatisticalTestParameters
public void setDebug(boolean debug)
public int getThreads()
getThreads
in interface StatisticalTestParameters
public void setThreads(int threads)
public long getSeed()
getSeed
in interface StatisticalTestParameters
public void setSeed(long seed)
public double getAlpha()
getAlpha
in interface StatisticalTestParameters
public void setAlpha(double alpha)