[rules-users] Inserting Different Objects Of Same Class !

Wolfgang Laun wolfgang.laun at gmail.com
Tue Nov 27 05:40:33 EST 2012


Entry points are "partitions" of Working Memory. See the "Fusion"
manual and Drools' javadoc.

List<?>  listA = ...
WorkingMemoryEntryPoint epListA =
    kSession.getWorkingMemoryEntryPoint( "listA" );
epListA.insert( listA );

rule matchListA
when
    List(...) from entry-point "listA"
then

That's about all there is to it.
-W

On 27/11/2012, abhinay_agarwal <abhinay_agarwal at infosys.com> wrote:
> entry point ??
>
> can yu throw me some light on "entry points" ?
>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Inserting-Different-Objects-Of-Same-Class-tp4020971p4020980.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>


More information about the rules-users mailing list