产品服务类图
2017-03-15 11:14:47 0 举报
产品服务类图是一种用于描述系统内部组件之间关系的图形表示方法。它展示了系统中各个组件之间的交互和服务调用关系,以及它们之间的依赖关系。在产品服务类图中,通常会使用矩形来表示组件,箭头表示组件之间的交互和服务调用关系,而菱形则表示组件之间的依赖关系。这种图形表示方法可以帮助开发人员更好地理解系统的结构和功能,从而更好地进行系统设计和开发。总之,产品服务类图是一种非常重要的工具,它能够帮助开发人员更好地理解系统的结构和功能,从而更好地进行系统设计和开发。
作者其他创作
大纲/内容
ProductConfigurationService
+ operation1(params):returnType- operation2(params)- operation3()
Case
+ attribute1:type = defaultValue+ attribute2:type- attribute3:type
Scene
-sceneId:type = long-sceneName:type = String-scenepicLDUrl:type=String-sceneFlag:type = int
ProductConfigurationMapper
Product
-productId:type = long-productName:type=String-productPicLDUrl:type=String-productDescription:type=String-productFeature:type=String-productFlag:type = int
ProductConfiguration
CaseMapper
ProductServiceImpl
ProductService
ServiceMapper
ProductMapper
ProductConfigurationServiceImpl
SceneServiceImpl
SceneMapper
ProductModuleService
ServiceService
CaseServiceImpl
ProductModuleMapper
ServiceServiceImpl
SceneService
ProductModuleServiceImpl
CaseService
0 条评论
下一页