Hi 
        I want to know the Rete Network at some instant. Can any body send
me the network of nodes at some point of time in execution of SupplyAnd
Demand.java. I tried to form the network but could not get a clear picture.

Thank you,
Maheedhar V



AssignmentNodes are *sometimes* the column-generator nodes.

        name = person.getName()

That takes a table with only a 'person' column, and it generates a
matching 'name' column, populated with the name of the person.

AssignmentNodes are *sometimes* the join-nodes.

        name = otherName

Here, the 'name' column from the person/name table is joined to the
'otherName' column of some other table.

Drools-2 does *not* include ConstantTest nodes at the moment.  I don't
think I'm doing enough anlysis to determine when the RHS is a constant.
But, it's a theoretically possibile optimization.

        -bob


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
drools-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/drools-interest

Reply via email to