plantuml使用

使用方法

java -jar plantuml.1.2021.8.jar /Users/imac/Documents/coderep/understandchain/md/filecoin_puml/phala.puml



## 如果需要math等数学公式插件,可以下载相应的包,然后将jar文件放到跟plantuml jar文件同一个目录下
imacdeiMac:tools imac$ tree
.
├── batik-all-1.7.jar
├── jlatexmath-minimal-1.0.3.jar
├── jlm_cyrillic.jar
├── jlm_greek.jar
├── plantuml-jlatexmath.zip
├── plantuml.1.2021.8.jar


## uml目录的文件内容为


@startuml  phala 

'节点注册过程 gatekeeper或者miner
gatekeeper -> gatekeeper: pRuntime.GetIdentity

gatekeeper -> gatekeeper : pRuntime.GetRAQuote

gatekeeper -> Remote_Attestation_Service : q

Remote_Attestation_Service  -> gatekeeper: q_signed

note right
Try also
d/dxf(x)=lim_(h->0)(f(x+h)-f(x))/h
P(y|bb"x") or f(bb"x")+epsilon
end note
' gatekeeper -> blockchain : q_signed


@enduml
uml效果

你可能感兴趣的:(plantuml使用)