All classes for an instnace?
Andrew n marshall <[email protected]>
| Newsgroups | gmane.comp.ai.powerloom |
|---|---|
| Message-ID | <[email protected]> |
How do I retrieve the class sets an instance is a member of?
By example, given:
(defconcept MyClassA)
(defconcept MyClassB)
(assert (and (MyClassA myInstance)
(isa myInstance MyClassB)))
What (retrieve?) statement could return both MyClassA and MyClassB?
Thanks.
Anm