Class MiningParametersWithoutLogAbstract
- java.lang.Object
-
- org.processmining.plugins.inductiveminer2.withoutlog.MiningParametersWithoutLogAbstract
-
- All Implemented Interfaces:
MiningParametersWithoutLog
- Direct Known Subclasses:
MiningParametersIMWithoutLog
public abstract class MiningParametersWithoutLogAbstract extends java.lang.Object implements MiningParametersWithoutLog
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisDebugprotected booleanisUseMultithreadingprotected floatnoiseThreshold
-
Constructor Summary
Constructors Constructor Description MiningParametersWithoutLogAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetNoiseThreshold()booleanisDebug()booleanisUseMultithreading()voidsetDebug(boolean isDebug)voidsetNoiseThreshold(float noiseTreshold)voidsetUseMultithreading(boolean isUseMultiThreading)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.plugins.inductiveminer2.withoutlog.MiningParametersWithoutLog
getBaseCaseFinders, getCutFinders, getFallThroughs, getPostProcessors, getReduceParameters, hasNoise, splitGraphConcurrent, splitGraphInterleaved, splitGraphLoop, splitGraphOr, splitGraphSequence, splitGraphXor
-
-
-
-
Method Detail
-
getNoiseThreshold
public float getNoiseThreshold()
- Specified by:
getNoiseThresholdin interfaceMiningParametersWithoutLog- Returns:
- The noise threshold, or 0 if hasNoise() returns false.
-
setNoiseThreshold
public void setNoiseThreshold(float noiseTreshold)
-
isDebug
public boolean isDebug()
- Specified by:
isDebugin interfaceMiningParametersWithoutLog
-
setDebug
public void setDebug(boolean isDebug)
-
isUseMultithreading
public boolean isUseMultithreading()
- Specified by:
isUseMultithreadingin interfaceMiningParametersWithoutLog
-
setUseMultithreading
public void setUseMultithreading(boolean isUseMultiThreading)
-
-