Read the documentation on Conflict Resolution.
Mark
Nirmal.R wrote:
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