Class RuleRunner


  • public class RuleRunner
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleRunner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void runRules​(java.lang.String[] rules, java.lang.Object[] facts)  
      • Methods inherited from class java.lang.Object

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

      • RuleRunner

        public RuleRunner()
    • Method Detail

      • runRules

        public void runRules​(java.lang.String[] rules,
                             java.lang.Object[] facts)