Interface IBaseDecisionRow

    • Method Detail

      • getNumberOfParams

        int getNumberOfParams()
      • getNumberOfRules

        int getNumberOfRules()
      • isEmpty

        boolean isEmpty​(int ruleN)
      • hasFormula

        boolean hasFormula​(int ruleN)
      • getParamValue

        Object getParamValue​(int paramIdx,
                             int ruleN)
      • getDecisionTable

        ILogicalTable getDecisionTable()
        Returns:
        Parsed table that contains this decision row.
      • removeDebugInformation

        void removeDebugInformation()