Class CheckRunManager


  • public class CheckRunManager
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Set<Check> rechecks  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addChecks​(java.util.Set<Check> checks)  
      void cancelExistingAnalysis()  
      boolean isEmpty()  
      void remove​(RuleInspector removedRuleInspector)  
      void run​(org.drools.verifier.api.StatusUpdate onStatus, org.drools.verifier.api.Command onCompletion)
      Run analysis with feedback
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rechecks

        protected final java.util.Set<Check> rechecks
    • Constructor Detail

      • CheckRunManager

        public CheckRunManager​(CheckRunner checkRunner)
    • Method Detail

      • run

        public void run​(org.drools.verifier.api.StatusUpdate onStatus,
                        org.drools.verifier.api.Command onCompletion)
        Run analysis with feedback
        Parameters:
        onStatus - Command executed repeatedly receiving status update
        onCompletion - Command executed on completion
      • addChecks

        public void addChecks​(java.util.Set<Check> checks)
      • isEmpty

        public boolean isEmpty()
      • remove

        public void remove​(RuleInspector removedRuleInspector)
      • cancelExistingAnalysis

        public void cancelExistingAnalysis()