Title: MultiSlots

Hi,

I have something I wish to do and I was wondering if it would be better to do it in Java or Jess. My app is a java application with Jess as a library.

If I have a set of facts:

Fact no         Slotname. Value
1.              A. a                    B. b            C.c             D.d
2.              A. a                    B. e            C.f             D.g    
3.              A. h                    B. i            C.j             D.k            
4.              A. h                    B. l            C.m             D.n    
5.              A. o                    B.p             C.q             D.r

Now, what I wish to do is create new facts which would format the above like so:

Fact no.                                Multislot
11.             A.a                     pointer to 1, 2
12.             A.h                     pointer to 3, 4

Is this possible?

What would be an efficient way? I would have to access slots in the facts in the multislots.

Chirag


NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited.

Reply via email to