* @see org.kie.reteoo.builder.ReteooComponentBuilder#build(org.kie.reteoo.builder.BuildContext, org.kie.reteoo.builder.BuildUtils, org.kie.rule.RuleConditionElement)
*/
public void build(BuildContext context,
BuildUtils utils,
RuleConditionElement rce) {
final EntryPointId entry = (EntryPointId) rce;
context.setCurrentEntryPoint( entry );
EntryPointNode epn = context.getRuleBase().getRete().getEntryPointNode( entry );
if( epn == null ) {
NodeFactory nFactory = context.getComponentFactory().getNodeFactoryService();