Class TSConverterInput
- java.lang.Object
-
- org.processmining.plugins.transitionsystem.miner.TSMinerOutput
-
- org.processmining.plugins.transitionsystem.converter.TSConverterInput
-
public class TSConverterInput extends TSMinerOutput
Transition System Converter Input. Input settings for the transition system converter.- Version:
- 0.1
- Author:
- hverbeek
-
-
Constructor Summary
Constructors Constructor Description TSConverterInput()Select default conversions.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetUse(TSConversions conversion)Return whether to use a certain conversion.booleansetUse(TSConversions conversion, boolean newValue)Sets whether to use a certain conversion.-
Methods inherited from class org.processmining.plugins.transitionsystem.miner.TSMinerOutput
getAccepts, getStarts, getTransitionSystem, getWeights, setAccepts, setStarts, setTransitionSystem, setWeights
-
-
-
-
Method Detail
-
getUse
public boolean getUse(TSConversions conversion)
Return whether to use a certain conversion.- Parameters:
conversion- The conversion.- Returns:
- Whether to use this conversion.
-
setUse
public boolean setUse(TSConversions conversion, boolean newValue)
Sets whether to use a certain conversion.- Parameters:
conversion- The conversion.newValue- Whether to use the conversion.- Returns:
- The old value.
-
-