From: Norbert H. <rue...@se...> - 2001-08-24 18:47:50
|
Hi, I've got a problem with the tm4j API. Maybe I misunderstood the purpose. Is the setTypes() method supposed to overwrite any exisiting type value? I have Topic A with Topics T1 as a type of Topic A and an Topic Array B which conatains Topics T3. If I call A.setTypes(B) then I should get a Topic A with Topics T3 and T4 stored as types, right? But I get a Topic A with T1, T2 as Types. I append a short piece of testcode to make clear what I meant. I would be very glad to hear if this is a tm4j problem or if I misunderstood the whole thing. thanks in advance, Norbert |