Class EntryPointBuilder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.drools.base.rule.RuleConditionElement build​(RuleBuildContext context, org.drools.drl.ast.descr.BaseDescr descr)  
      org.drools.base.rule.RuleConditionElement build​(RuleBuildContext context, org.drools.drl.ast.descr.BaseDescr descr, org.drools.base.rule.Pattern prefixPattern)  
      • Methods inherited from class java.lang.Object

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

      • EntryPointBuilder

        public EntryPointBuilder()
    • Method Detail

      • build

        public org.drools.base.rule.RuleConditionElement build​(RuleBuildContext context,
                                                               org.drools.drl.ast.descr.BaseDescr descr,
                                                               org.drools.base.rule.Pattern prefixPattern)
        Specified by:
        build in interface RuleConditionBuilder