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 <[email protected]> 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
> [email protected]
> https://lists.jboss.org/mailman/listinfo/rules-users
>
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to