Class DTreeSearch
java.lang.Object
com.aquima.interactions.framework.handler.dtree.DTreeSearch
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
double
void
setMaximumResults
(int maximumResults) void
setSymptomText
(String symptomText) void
setThreshold
(double threshold)
-
Constructor Details
-
DTreeSearch
public DTreeSearch()
-
-
Method Details
-
getSymptomText
-
setSymptomText
-
getMaximumResults
public int getMaximumResults() -
setMaximumResults
public void setMaximumResults(int maximumResults) -
getThreshold
public double getThreshold() -
setThreshold
public void setThreshold(double threshold)
-