From: <Ren...@we...> - 2001-07-30 13:55:33
|
Hi, for a long time I'm working with Topic Maps and since a the last weeks I'm= dealing with TM4J. I'm able to create the several objects in memory, to w= rite the topic map into a file and to read files with TM4J. But if I try to write a topic map I created, that also includes associatio= ns, into a file, then everything is written in the right manner except the= associations. The associations are always omitted. I create the association like the following: TopicMapFactoryImpl tmfi =3D new TopicMapFactoryImpl(); Topic t =3D tmfi.createTopic( "associationTopic" ); Association a =3D tmfi.createAssociation( "association", t ); Member m1 =3D tmfi.createMember( a, "m1" ); Member m2 =3D tmfi.createMember( a, "m2" ); m1.addPlayer( tmfi.createTopic( "m1" ) ); m2.addPlayer( tmfi.createTopic( "m2" ) ); Could you tell me what I've done wrong=3F Ren=E9 Wiederhold =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F Jetzt und nur hier Ihr original PREMIERE WORLD SportPaket=20 plus 100 Euro ExtraPr=E4mie: http://premiere.web.de |