私はEMFに関する非常に基本的な問題で立ち往生しています、これが私が持っているものです。
EClass A:
aID : EInteger (Key: true)
EClass B:
bID : EInteger (Key: true)
EClass C:
Reference refA: to elements of A, containment: true, EKeys: aID, 0 .. n
Reference refB: to elements of B, containment: true, EKeys: bID, 0 .. n
ここに問題があります。私のaリストとbリストの両方で、0からnまでのIDが必要です。ただし、これを行うと、次のメッセージが表示されます。
The ID '1' of 'A' collides with that of 'B'
私の問題が明確に説明されていることを願っています。誰かが私が間違っていることを知っていますか?ありがとう!