Interface RuleTemplateModel


  • public interface RuleTemplateModel
    RuleTemplateModel is a model allowing to programmatically apply a Drools Rule Template to a Decision Table
    • Method Detail

      • getDtable

        String getDtable()
      • getTemplate

        String getTemplate()
      • getRow

        int getRow()
      • getCol

        int getCol()