Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Interface 在组件图中使用所需/提供的接口_Interface_Components_Diagram_Plantuml - Fatal编程技术网

Interface 在组件图中使用所需/提供的接口

Interface 在组件图中使用所需/提供的接口,interface,components,diagram,plantuml,Interface,Components,Diagram,Plantuml,我想在PlantUML的组件图中包含所需/提供的接口,但我在文档中没有看到这是如何实现的。有人能帮忙吗? 谢谢 控制 将呈现为: 欢迎来到堆栈溢出。请拿着这本书学习。请展示你想要的/你已经尝试过的。 @startuml [Component] -right-( Interface [AnotherComponent] -left- Interface @enduml

我想在PlantUML的组件图中包含所需/提供的接口,但我在文档中没有看到这是如何实现的。有人能帮忙吗? 谢谢

控制

将呈现为:


欢迎来到堆栈溢出。请拿着这本书学习。请展示你想要的/你已经尝试过的。
@startuml
[Component] -right-( Interface
[AnotherComponent] -left- Interface
@enduml