sequence charts
2017-03-13 21:46:23 0 举报
序列图是一种用于描述对象之间交互行为的图形表示方法。它以时间轴为基准,展示了对象之间的消息传递顺序和时间顺序。在序列图中,对象通常被表示为矩形框,而消息则被表示为箭头。箭头的起始点表示消息的发送者,终点表示消息的接收者。序列图可以用于展示一个操作的执行过程,或者多个对象之间的复杂交互关系。通过序列图,我们可以清晰地了解系统中各个组件之间的协作方式,以及它们在特定时间点上的状态变化。序列图是软件工程中常用的一种建模工具,特别适用于分析和设计面向对象的系统。
作者其他创作
大纲/内容
maintain(transactionRecord)
convertCurrency(transactionRecord)
view(news)
:News
return(transactionRecord)
:Product
return(product)
update(foreignCurrencyTransactionRecord)
view(graph)
calculateForeignCurrencyExchange(transactionRecord)
view(product)
update(graph)
update(transactionRecord)
return(foreignCurrencyTransactionRecord)
update(product)
:AccountBook
:Administrator
return(news)
:User
update(news)
add/delete(transactionRecord)
browse(product)
return(graph)
select(product)
browse(news)
select(news)
check(transactionRecord)
0 条评论
下一页