sequence charts
2017-03-13 21:46:23 0 举报
序列图(Sequence Diagram)是一种用于描述对象之间交互的图形表示方法,主要用于展示对象之间的消息传递顺序。在UML(统一建模语言)中,序列图是行为模型的重要组成部分,它强调对象间的时间和顺序关系。序列图通常包括参与者(Actor)、生命线(Lifeline)、激活期(Activation Bar)和消息(Message)等元素。通过观察序列图,我们可以清楚地了解系统中各个组件之间的交互过程,以及它们在特定时间点上的状态变化。序列图在软件开发、系统分析和设计等领域具有广泛的应用,有助于提高团队之间的沟通效率,确保项目按照预期的需求和目标进行。
作者其他创作
大纲/内容
maintain(transactionRecord)
:News
:Product
update(foreignCurrencyTransactionRecord)
view(graph)
view(product)
return(foreignCurrencyTransactionRecord)
update(product)
return(product)
update(transactionRecord)
return(news)
return(transactionRecord)
browse(product)
add/delete(transactionRecord)
return(graph)
browse(news)
select(news)
convertCurrency(transactionRecord)
view(news)
calculateForeignCurrencyExchange(transactionRecord)
update(graph)
:AccountBook
:Administrator
:User
update(news)
select(product)
check(transactionRecord)
0 条评论
下一页