null);
RuleBaseConfiguration conf = new RuleBaseConfiguration();
conf.setPhreakEnabled(false);
conf.setSequential(true);
final ReteooRuleBase ruleBase = (ReteooRuleBase) RuleBaseFactory.newRuleBase(conf);
buildContext = new BuildContext(ruleBase, ((ReteooRuleBase) ruleBase).getReteooBuilder().getIdGenerator());
buildContext.setObjectTypeNodeMemoryEnabled(false);
final AbstractWorkingMemory workingMemory = new AbstractWorkingMemory(1,
ruleBase);
final Rete source = ruleBase.getRete();
final EntryPointNode entryPoint = new EntryPointNode(0,
source,
buildContext);
entryPoint.attach(buildContext);