Class Settings
- java.lang.Object
-
- org.processmining.variantfinder.parameters.Settings
-
public class Settings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Settings(TsSettings tsSettings, TreeSettings treeSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeSettingsgetTreeSettings()TsSettingsgetTsSettings()
-
-
-
Constructor Detail
-
Settings
public Settings(TsSettings tsSettings, TreeSettings treeSettings)
-
-
Method Detail
-
getTsSettings
public TsSettings getTsSettings()
-
getTreeSettings
public TreeSettings getTreeSettings()
-
-