Class Diagram
2016-08-31 19:28:03 0 举报
类图(Class Diagram)是一种用于描述系统中的类、接口、关联关系、泛化关系、依赖关系等结构的静态结构图。它以一种可视化的方式展示了系统中各个类的结构和它们之间的关系,有助于开发者更好地理解系统的设计和实现。类图中通常包括以下几个元素:类(Class)、接口(Interface)、属性(Attribute)、方法(Method)、关联关系(Association)、聚合关系(Aggregation)、组合关系(Composition)和继承关系(Inheritance)。通过类图,开发者可以更容易地分析和设计系统,从而提高软件开发的效率和质量。
作者其他创作
大纲/内容
OperationBase
Call、Send
template class LocalOperationCallerImpl
template struct OperationCallerBase
OperationInterface
template struct CollectBase
OperationCallerBaseInvoker
template struct LocalOperationCaller
template class Operation
template struct InvokerBase
OperationInterfacePart
template class OperationCaller
OperationCallerInterface
DisposableInterface
template struct BindStorage
collect、collectIfDone
0 条评论
下一页