|
cmds.add( new SetVariableCommand( "ROOT",
"kbuilder",
new NewKnowledgeBuilderCommand( null ) ) );
cmds.add( new KnowledgeContextResolveFromContextCommand( new KnowledgeBuilderAddCommand( ResourceFactory.newByteArrayResource( str.getBytes() ),
ResourceType.DRL,
null ),
"kbuilder",
null,
null, null ) );
|