Class Diagram
2016-12-06 00:38:18 0 举报
类图(Class Diagram)是一种用于描述系统结构和静态关系的图形表示方法。它展示了系统中的类、接口、关联关系、继承关系、实现关系等元素,并帮助我们理解系统的组成部分以及它们之间的交互方式。类图中的每个类都用一个矩形表示,类名位于矩形的中心,类的属性和方法则列在矩形的下方。关联关系用一条实线表示,箭头指向被关联的类;继承关系用一条带空心三角形的实线表示,箭头指向父类;实现关系用一条虚线表示,箭头指向被实现的接口。通过类图,我们可以更容易地分析和设计软件系统,从而提高开发效率和质量。
作者其他创作
大纲/内容
AllocDotField
Represents an alloc-site-dot-field node (Yellow) in the pointer assignment graph.
ContextVarNode
Represents a simple variable node with context.
VarNode
Represents a simple variable node (Green) in the poinater assignment graph.
ClassConstantNode
Represents an allocation site node the represents a known java.lang.Class object.
FieldRefNode
Represents a field reference node (Red) in the pointer assignment graph.
ValNode
Represents a simple of field ref node (Green or Red) in the pointer assignment graph.
LocalVarNode
Represents a simple variable node (Green) in the pointer assignment graph that is specific to a particular method invocation.
Node
Represents every node in the pointer assignment graph
StringConstantNode
Represents an allocation site node the represents a constant string.
AllocNode
Represents an allocation site node (Blue) in the pointer assignment graph.
GlobalVarNode
Represents a simple variable node (Green) in the pointer assignment graph that is not associated with any particular method invocation.
0 条评论
下一页