4.4.2.6 is from 5.5.0 Final. This is not part of the "stable" API Documentation: read the source files. -W
On 19/04/2013, Bojan Janisch <[email protected]> wrote: > Thanks Wolfgang, > > this Information is indeed useful (btw. I found the API under section > 4.5.2.6, maybe there are different versions on the net, I didn't found a > user guide where you section matches the topic), but it is a bit thin. Could > you explain the use of the API or do you know a more detailed documentation > about this topic? > > Greetings > Bojan > > ----- Ursprüngliche Mail ----- > Von: "Wolfgang Laun" <[email protected]> > An: "Rules Users List" <[email protected]> > Gesendet: Freitag, 19. April 2013 11:17:28 > Betreff: Re: [rules-users] Importing Rules as Object into KnowledgeBuilder > > On 19/04/2013, Bojan Janisch <[email protected]> wrote: >> Thx for the fast reply Wolfgang, >> >> but it is not very helpful. Maybe I should have asked another way to get >> it >> clearer. Is there a way in Drools to represent a rule in another way than >> file, string, bytearray or even a compiled form? For example: I want to >> create a syntaxtree for rules, but I don't know how to import the tree >> (which simple represents a specific rule) into the KnowledgeBuilder. So is >> there a way how to import this object into the Builder or (if it is not >> possible yet) which Interface do I have to use, to write an API between >> the >> Tree and the KnowledgeBuilder? > > This is indeed clearer. - See 4.4.2.6, Rule API, in Drools > Introduction and General User Guide. > -W > >> >> Greetings >> Bojan >> >> ----- Ursprüngliche Mail ----- >> Von: "Wolfgang Laun" <[email protected]> >> An: "Rules Users List" <[email protected]> >> Gesendet: Freitag, 19. April 2013 10:49:15 >> Betreff: Re: [rules-users] Importing Rules as Object into KnowledgeBuilder >> >> On 19/04/2013, Bojan Janisch <[email protected]> wrote: >>> Hello everyone, >>> >>> is there a way to import Rules as Objects >> >> java.lang.Object? Anything is an Object. >> >> You can add rules in a KnowledgePackage compiled earlier and serialized. >> >> -W >> >>> into the Knowledgebase? So far >>> I've seen, Drools supports only Bytearray, Files and InputStream as Rule >>> Resources. >>> >>> Greetings >>> Bojan >>> _______________________________________________ >>> rules-users mailing list >>> [email protected] >>> https://lists.jboss.org/mailman/listinfo/rules-users >>> >> _______________________________________________ >> rules-users mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/rules-users >> >> _______________________________________________ >> rules-users mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/rules-users > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
