Hi,
I assert objects of same class into the working memory
e.g
asssert(new String("first assert"));
asssert(new String("second assert"));
asssert(new String("Third assert"));
does the engine follows any order while resolution or is there any way to
impose such order i.e if instance of same class are asserted, resolve the
objects in the same order in which it was asserted
thanx
Nirmal
--
View this message in context:
http://www.nabble.com/Asserting-objects-of-same-class-tf3033511.html#a842...
Sent from the drools - user mailing list archive at
Nabble.com.