java.lang.Object
com.aquima.interactions.spellengine.ds.xml.parsing.XmlRuleDS
All Implemented Interfaces:
IRuleDS

public class XmlRuleDS extends Object implements IRuleDS
This data source implements the IRuleDS interface for XML.
Since:
6.0
Author:
Jon van Leuven
  • Constructor Details

    • XmlRuleDS

      protected XmlRuleDS(IXmlNode node)
  • Method Details

    • getBase

      public int getBase()
      Description copied from interface: IRuleDS
      The base integer of the rule.
      Specified by:
      getBase in interface IRuleDS
      Returns:
      The base.
    • getRule

      public String getRule()
      Description copied from interface: IRuleDS
      This method returns the rule.
      Specified by:
      getRule in interface IRuleDS
      Returns:
      The rule.