arch-design-agent-skill-das.../design/domains/graph/01-domain-overview.md

20 lines
674 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 关系图领域Graph
## 职责
将 Design 实体转换为可视化的图结构(节点+边+分组),支持全景视图、分组、下钻查询、邻居查询。
## 核心概念
- GraphNode图节点类型、ID、标签、状态、所属分组
- GraphEdge图边source、target、关系类型
- GraphGroup分组按架构层级
- GraphView完整图视图支持按层级过滤
## 边界
- 依赖 Design 领域获取源数据Capability、Module、Entity、TraceabilityLink 等)
- 不直接读文件系统
- 图结构是展示层概念,不是设计领域概念
- 不负责图的前端渲染(那是 MOD-FE-GRAPH 的事)