Class TsSettings
- java.lang.Object
-
- org.processmining.variantfinder.parameters.TsSettings
-
public class TsSettings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TsSettings(org.processmining.plugins.transitionsystem.miner.TSMinerInput input, boolean isThresholdEnabled, double frequencyThreshold, boolean isShowTransitionLabelsEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetFrequencyThreshold()org.processmining.plugins.transitionsystem.miner.TSMinerInputgetTsAbstractions()booleanisEqual(TsSettings o1)booleanisShowTransitionLabelsEnabled()booleanisThresholdEnabled()booleanisTsEqual(TsSettings o1)
-
-
-
Method Detail
-
getTsAbstractions
public org.processmining.plugins.transitionsystem.miner.TSMinerInput getTsAbstractions()
-
isThresholdEnabled
public boolean isThresholdEnabled()
-
isShowTransitionLabelsEnabled
public boolean isShowTransitionLabelsEnabled()
-
getFrequencyThreshold
public double getFrequencyThreshold()
-
isEqual
public boolean isEqual(TsSettings o1)
-
isTsEqual
public boolean isTsEqual(TsSettings o1)
-
-