Re: JESS: how to assert initial objects?

2004-05-21 Thread ejfried
I think =?Windows-1252?Q?Diego_Alonso_Gonz=E1lez?= wrote: > I can use "definstance" for just asserting one JavaBean object as > a fact, but I need more and -obviously - I'd love to learn how to add several > objects at once. > is it possible? No, you need to call definstance once for each object

JESS: how to assert initial objects?

2004-05-21 Thread Diego Alonso González
Title: RE: JESS: keeping jess in a different file? Dear Dr.Friedman and all, I designed a solution with "deftemplates" grouped by modules, and then I prepared a basic knowledge for the solution by means of "deffacts". Now I moved to JavaBeans and I made use of "defclass". I can use "definstan