我对模型文件中使用的 'o' 和 '-->' 有点困惑,例如:
asset Field identified by assetId {
o String assetId
o Customer owner
--> Customer custId
}
participant Customer identified by customerId {
o String customerId
}
“o Customer owner”和“--> Customer custId”有什么区别?