Class TreeSelectorParameters
- java.lang.Object
-
- com.aquima.interactions.framework.container.dtree.TreeSelectorParameters
-
public class TreeSelectorParameters extends Object
This class parses the parameters for a DecisionTree Selector.- Since:
- 5.1
- Author:
- F. van der Meer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TreeSelectorParameters​(IParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getMatchButton()
protected String
getMatchButtonEvent()
protected int
getMaxResults()
protected String
getSelectButton()
protected String
getSelectButtonEvent()
protected String
getSymptomAttribute()
protected String
getSymptomEntity()
protected double
getThreshold()
-
-
-
Constructor Detail
-
TreeSelectorParameters
protected TreeSelectorParameters​(IParameters parameters)
-
-
Method Detail
-
getSymptomAttribute
protected String getSymptomAttribute()
-
getSymptomEntity
protected String getSymptomEntity()
-
getMatchButton
protected String getMatchButton()
-
getMatchButtonEvent
protected String getMatchButtonEvent()
-
getSelectButton
protected String getSelectButton()
-
getSelectButtonEvent
protected String getSelectButtonEvent()
-
getThreshold
protected double getThreshold()
-
getMaxResults
protected int getMaxResults()
-
-