EntryPointNode epn = kieComponentFactory.getNodeFactoryService().buildEntryPointNode( this.reteooBuilder.getIdGenerator().getNextId(),
RuleBasePartitionId.MAIN_PARTITION,
this.getConfiguration().isMultithreadEvaluation(),
this.rete,
EntryPointId.DEFAULT );
epn.attach();
}
public void registerAddedEntryNodeCache(EntryPointNode node) {
if (addedEntryNodeCache == null) addedEntryNodeCache = new HashSet<EntryPointNode>();
addedEntryNodeCache.add(node);