public class TSConverterInput extends TSMinerOutput
| Constructor and Description |
|---|
TSConverterInput()
Select default conversions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getUse(TSConversions conversion)
Return whether to use a certain conversion.
|
boolean |
setUse(TSConversions conversion,
boolean newValue)
Sets whether to use a certain conversion.
|
getAccepts, getStarts, getTransitionSystem, getWeights, setAccepts, setStarts, setTransitionSystem, setWeightspublic boolean getUse(TSConversions conversion)
conversion - The conversion.public boolean setUse(TSConversions conversion, boolean newValue)
conversion - The conversion.newValue - Whether to use the conversion.