[rules-users] Asserting objects of same class

Mark Proctor mproctor at codehaus.org
Thu Jan 18 06:25:23 EST 2007


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
>
>
>   




More information about the rules-users mailing list