On Tuesday 01 October 2002 10:39 am, [EMAIL PROTECTED] wrote: > hello, > > I would like to treat relations between objects as objects. > I did not yet find out how this is done. > > thanks for any suggestions. Hi Frank
The Relation Interface extends the Node interface so I think this sould answer your question. Suppose node 123 is a Relation cloud.getNode(123) wil not return an node but a Relation. you can then "cast" the node to a relation. (I personaly don't think it's nice but is works)
