Interface Consequence<T extends ConsequenceContext>

    • Method Detail

      • getName

        java.lang.String getName()
      • evaluate

        void evaluate​(T knowledgeHelper,
                      ValueResolver valueResolver)
               throws java.lang.Exception
        Execute the consequence for the supplied matching Tuple.
        Parameters:
        knowledgeHelper -
        valueResolver - The working memory session.
        Throws:
        ConsequenceException - If an error occurs while attempting to invoke the consequence.
        java.lang.Exception