On 02/10/2012, raffi <[email protected]> wrote: > How can I get only the Recommendation instances from working memory in my > main java class? > I think it has to be something with the /getObjects/ method for my ksession > variable!?
Use a query. getObjects() returns all WM fact objects, but the query will give you just the Recommendataion objects. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
