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(a)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-Cla...
Sent from the Drools: User forum mailing list archive at
Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users