Class XmlDecisionTreeSymptomDS
- java.lang.Object
-
- com.aquima.interactions.dtree.ds.xml.r8.parsing.XmlDecisionTreeSymptomDS
-
- All Implemented Interfaces:
IDecisionTreeSymptomDS
public class XmlDecisionTreeSymptomDS extends Object implements IDecisionTreeSymptomDS
Release 8.x implementation of the decision tree data source from XML.- Since:
- 7.2
- Author:
- Jon van Leuven
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XmlDecisionTreeSymptomDS(IXmlNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMultilingualText
getSymptomText()
This method returns an object containing the symptom text in the supported languages.
-
-
-
Constructor Detail
-
XmlDecisionTreeSymptomDS
protected XmlDecisionTreeSymptomDS(IXmlNode node)
-
-
Method Detail
-
getSymptomText
public IMultilingualText getSymptomText()
Description copied from interface:IDecisionTreeSymptomDS
This method returns an object containing the symptom text in the supported languages.- Specified by:
getSymptomText
in interfaceIDecisionTreeSymptomDS
- Returns:
- Text object containing the symptom texts.
-
-