Re: JESS: asserting a fact from another

2006-08-27 Thread friedman_hill ernest j
I think Skeptic 2000 wrote: > > 1) Since there is no multiple inheritance (extends can be done only on one > fact), what would be the best way to create this : > > A has two slots, X, Y > B has one slot Z > C would have X, Y, Z. No special trick; C can inherit from A or B, but not both, and add

Re: JESS: asserting a fact from another

2006-08-27 Thread Skeptic 2000
Yeah, that's better than slot-values, but I was hoping for something specific to extended template, thanks anyway :) Two others questions, 1) Since there is no multiple inheritance (extends can be done only on one fact), what would be the best way to create this : A has two slots, X, Y B h