Class DynamicAttributeEvaluator<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.drools.model.DynamicValueSupplier<T> supplier  
    • Constructor Summary

      Constructors 
      Constructor Description
      DynamicAttributeEvaluator​(org.drools.model.DynamicValueSupplier<T> supplier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.drools.core.rule.Declaration[] getDeclarations​(org.drools.core.reteoo.Tuple tuple)  
      • Methods inherited from class java.lang.Object

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

      • supplier

        protected final org.drools.model.DynamicValueSupplier<T> supplier
    • Constructor Detail

      • DynamicAttributeEvaluator

        public DynamicAttributeEvaluator​(org.drools.model.DynamicValueSupplier<T> supplier)
    • Method Detail

      • getDeclarations

        protected org.drools.core.rule.Declaration[] getDeclarations​(org.drools.core.reteoo.Tuple tuple)