1: package org.drools.rule.builder; 2: 3: public interface RuleClassBuilder { 4: 5: public void buildRule(final RuleBuildContext context); 6: 7: }