Class StatisticalTestParametersAbstract
- java.lang.Object
-
- org.processmining.statisticaltests.StatisticalTestParametersAbstract
-
- All Implemented Interfaces:
StatisticalTestParameters
- Direct Known Subclasses:
LogCategoricalTestParametersAbstract,LogLogUnknownProcessTestParametersAbstract,ModelModelLogTestParametersAbstract
public class StatisticalTestParametersAbstract extends java.lang.Object implements StatisticalTestParameters
-
-
Constructor Summary
Constructors Constructor Description StatisticalTestParametersAbstract(boolean debug, int threads, long seed, double alpha)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAlpha()longgetSeed()intgetThreads()booleanisDebug()voidsetAlpha(double alpha)voidsetDebug(boolean debug)voidsetSeed(long seed)voidsetThreads(int threads)
-
-
-
Method Detail
-
isDebug
public boolean isDebug()
- Specified by:
isDebugin interfaceStatisticalTestParameters
-
setDebug
public void setDebug(boolean debug)
-
getThreads
public int getThreads()
- Specified by:
getThreadsin interfaceStatisticalTestParameters
-
setThreads
public void setThreads(int threads)
-
getSeed
public long getSeed()
- Specified by:
getSeedin interfaceStatisticalTestParameters
-
setSeed
public void setSeed(long seed)
-
getAlpha
public double getAlpha()
- Specified by:
getAlphain interfaceStatisticalTestParameters
-
setAlpha
public void setAlpha(double alpha)
-
-