cs546-poject-state diagram
2015-04-22 14:46:13 2 举报
CS546项目状态图是一种图形化工具,用于描述项目中各个任务或活动的状态变化。它展示了从项目的开始到结束,各个任务如何从一个状态转移到另一个状态。这个图表通常包括任务的初始状态、可能的中间状态和最终状态,以及导致状态变化的触发事件。通过使用状态图,项目经理和团队成员可以更好地理解项目的进度,预测可能出现的问题,并制定相应的应对策略。此外,状态图还可以帮助团队成员明确自己的责任和期望,从而提高项目的执行效率。总的来说,CS546项目状态图是一种强大的项目管理工具,可以帮助团队更好地管理和控制项目进度。
作者其他创作
大纲/内容
the cards in player has two states:no card and has cardsno card:#cards=0 has cards:#cards0The score has two states:no score and has scoreno score:#score=0has score#score0
no player
state diagram of Player
has score
The suit and the number in card class is fixed and can not be changed
has cards
localPlayer's turn
opponent's turn
has players
no card
createPlayer()
no score
[isEnd()==true]
0 条评论
下一页