WSO2 GREG では、オブジェクト間の少なくとも 2 種類の関係 (関連付けと依存関係) をモデル化できます。Governance API は 2 つの間で異なることがわかりました。依存関係は、API ユーザーにとって使用するのがやや簡単かもしれません。ただし、関連付けにはタイプを含めることができます。
次のアプローチをお勧めしますか?
if (there are more than one type of relation directed from A to B)
use associations for this relation!
else
use dependencies for this relation!
モデルの関係タイプを選択する際に、どの基準を使用しますか?