Class ReteBuilderContext


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

      Fields 
      Modifier and Type Field Description
      org.drools.core.reteoo.builder.BuildContext buildContext  
      org.drools.base.rule.Declaration declaration  
      org.drools.kiesession.rulebase.InternalKnowledgeBase kBase  
      org.drools.core.reteoo.ObjectTypeNode otn  
      org.drools.model.Variable<PropertyEvaluator> variable  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • kBase

        public org.drools.kiesession.rulebase.InternalKnowledgeBase kBase
      • buildContext

        public org.drools.core.reteoo.builder.BuildContext buildContext
      • declaration

        public org.drools.base.rule.Declaration declaration
      • otn

        public org.drools.core.reteoo.ObjectTypeNode otn
    • Constructor Detail

      • ReteBuilderContext

        public ReteBuilderContext()