Interface Consequence

    • Method Detail

      • evaluate

        void evaluate​(KnowledgeHelper knowledgeHelper,
                      WorkingMemory workingMemory)
               throws Exception
        Execute the consequence for the supplied matching Tuple.
        Parameters:
        knowledgeHelper -
        workingMemory - The working memory session.
        Throws:
        ConsequenceException - If an error occurs while attempting to invoke the consequence.
        Exception
      • isCompiledInvoker

        static boolean isCompiledInvoker​(Consequence consequence)