Puzzled

Harrison R. Ulrich (hrulrich@marble.aud.alcatel.com)
Thu, 10 Apr 97 08:10:13 CDT

Hi,

Maybe someone could enlighten me as to what Routes are?

I think they are simply assignment statements. Is this not correct?

Given an object 'obj' and arbitrary attributes tightly associated to
that object, can a Route be rewritten?

ROUTE HIS.age TO HER.age

HIS = Create 'type' 'male' 'age' 25 'email' 'hrulrich@aud.alcatel.com'
HER = Create 'type' 'female' 'email' 'sheba@thelions'

The above abstractions create two objects/nodes.

Why can I not think of the ROUTE as follows? (someone told me this is wrong)

HER.age = HIS.age

Dick