Hi,
Can I keep two instances of the same class in working memory? I guess
'Yes'.
If yes then how do I access each instance separately in DSL?
I am doing this: workingMemory.assertObject(personA),
workingMemory.assertObject(personB);
e.g; Person exists = personA:Person()
Thanks
Show replies by date