Class FBRuleInfGraph.RuleStore

  • Enclosing class:
    FBRuleInfGraph

    public static class FBRuleInfGraph.RuleStore
    extends java.lang.Object
    Structure used to wrap up pre-processed/compiled rule sets.
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleStore​(java.util.List<Rule> rawRules, java.lang.Object fRuleStore, java.util.List<Rule> bRules)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RuleStore

        public RuleStore​(java.util.List<Rule> rawRules,
                         java.lang.Object fRuleStore,
                         java.util.List<Rule> bRules)
        Constructor.