java.lang.Object
com.aquima.interactions.spellengine.model.definition.RuleDefinition
All Implemented Interfaces:
Serializable

public class RuleDefinition extends Object implements Serializable
Class containing a single rule definition.
Since:
6.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • RuleDefinition

      public RuleDefinition(IRuleDS datasource)
      Construct a rule definition based on a datasource.
      Parameters:
      datasource - The datasource
  • Method Details

    • getBase

      public int getBase()
      This method returns the base integer of this rule.
      Returns:
      the base.
    • getRule

      public String getRule()
      This method return the rule of the rule.
      Returns:
      The rule of the rule.