Fabric Composer 对比 -->

Fabric Composer o vs -->

我找不到这方面的任何文档,那么Fabric Composer中的o-->有什么区别,应该在什么情况下使用它们?

考虑这个...

asset Document identified by docId {
    o String docId
    o Articles[] articles
}

对比这个...

asset Document identified by docId {
    o String docId
    --> Articles[] articles
}

我刚开始学习 Hyperledger,但我在该视频 https://youtu.be/6nGIptzBZis?t=17m(第 17 分钟及以后)中看到了参考资料。

'o' indicates has-a relationship

'-->' indicates pass by reference

希望对您有所帮助 =)

有一篇关于CTO语言的文档。本文档提到了 has-a 关系 (o) 和引用 (-->)。

Fabric Composer 建模语言 https://fabric-composer.github.io/reference/cto_language.html