kconf.setOption( RuleEngineOption.PHREAK );
kBase = (InternalKnowledgeBase) KnowledgeBaseFactory.newKnowledgeBase();
buildContext = new BuildContext( kBase, kBase.getReteooBuilder().getIdGenerator() );
PropagationContextFactory pctxFactory = kBase.getConfiguration().getComponentFactory().getPropagationContextFactory();
context = pctxFactory.createPropagationContext(0, PropagationContext.INSERTION, null, null, null);
ObjectTypeNode otn = new ObjectTypeNode( 4, null, new ClassObjectType( String.class ), buildContext );
liaNode = new LeftInputAdapterNode( 5, otn, buildContext );
n1 = (BetaNode) createNetworkNode( 10, type, liaNode, null );