How is it possible to get all the relations being defined for a class without having access to any kind of instance of said class?
I could for instance have the following: (class +Usr +Entity) (rel nm (+String)) (rel age (+Number)) Later on I need to get the relation info without having access to a proper instance of +Usr, ie how would the body of something like (getRelations '+Usr) look like? Cheers, /Henrik -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]
