[rules-users] is is possible to insert facts into working memory from functions ?

Wolfgang Laun wolfgang.laun at gmail.com
Fri Mar 11 01:15:04 EST 2011


import org.drools.spi.KnowledgeHelper;

function void ins( KnowledgeHelper k, Object o ){
  k.insert(o);
}


On 11 March 2011 04:26, groovenarula <gnarula1 at la-z-boy.com> wrote:

> Hello all,
>
> As the title states, I need to create new facts and insert them into
> working
> memory from a function. Is it possible to do that ? I tried to create a
> function with 'KnowledgeHelper' as a parameter and my rule file failed to
> compile. Then I even tried to reference 'drools' instance variable from
> within a function and that failed to compile too.
>
> So if this is possible, I'd appreciate it if someone can shed some light on
> this !
>
> Thanks in advance,
> G
>
> --
> View this message in context:
> http://drools-java-rules-engine.46999.n3.nabble.com/is-is-possible-to-insert-facts-into-working-memory-from-functions-tp2663433p2663433.html
> Sent from the Drools - User mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20110311/219219f2/attachment.html 


More information about the rules-users mailing list