⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 onlinebank1.mdl

📁 网上银行 rational rose 模型
💻 MDL
📖 第 1 页 / 共 5 页
字号:

(object Petal
    version    	50
    _written   	"Rose 2006.0.0.060314"
    charSet    	134)

(object Design "Logical View"
    is_unit    	TRUE
    is_loaded  	TRUE
    attributes 	(list Attribute_Set
	(object Attribute
	    tool       	"Java"
	    name       	"IDE"
	    value      	"Internal Editor")
	(object Attribute
	    tool       	"Java"
	    name       	"UserDefineTagName1"
	    value      	"")
	(object Attribute
	    tool       	"Java"
	    name       	"UserDefineTagText1"
	    value      	"")
	(object Attribute
	    tool       	"Java"
	    name       	"UserDefineTagApply1"
	    value      	"")
	(object Attribute
	    tool       	"Java"
	    name       	"UserDefineTagName2"
	    value      	"")
	(object Attribute
	    tool       	"Java"
	    name       	"UserDefineTagText2"
	    value      	"")
	(object Attribute
	    tool       	"Java"
	    name       	"UserDefineTagApply2"
	    value      	"")
	(object Attribute
	    tool       	"Java"
	    name       	"UserDefineTagName3"
	    value      	"")
	(object Attribute
	    tool       	"Java"
	    name       	"UserDefineTagText3"
	    value      	"")
	(object Attribute
	    tool       	"Java"
	    name       	"UserDefineTagApply3"
	    value      	""))
    quid       	"46396446037A"
    enforceClosureAutoLoad 	FALSE
    defaults   	(object defaults
	rightMargin 	0.250000
	leftMargin 	0.250000
	topMargin  	0.250000
	bottomMargin 	0.500000
	pageOverlap 	0.250000
	clipIconLabels 	TRUE
	autoResize 	TRUE
	snapToGrid 	TRUE
	gridX      	0
	gridY      	0
	defaultFont 	(object Font
	    size       	12
	    face       	"Arial"
	    bold       	FALSE
	    italics    	FALSE
	    underline  	FALSE
	    strike     	FALSE
	    color      	0
	    default_color 	TRUE)
	showMessageNum 	3
	showClassOfObject 	TRUE
	notation   	"Unified")
    root_usecase_package 	(object Class_Category "Use Case View"
	quid       	"46396446037C"
	exportControl 	"Public"
	global     	TRUE
	logical_models 	(list unit_reference_list
	    (object Class "BankCustomer"
		quid       	"4639645601D4"
		stereotype 	"Actor")
	    (object Class "NewClass"
		quid       	"463973250177"
		stereotype 	"Actor")
	    (object UseCase "ManageAccount"
		quid       	"463964760196"
		documentation 	
|Pre-condition:
|  The Bank Customer (BC) request for the managent function of his/her account.
|Flow of Events:
|Basic Path
|  1. The BC invokes the use case by applying for the management of his/her account. The system checks if the potential customer is a Bank Member (BM). If BC is a BM it continues,
|Otherwise, refuses the request.
|  2. The system provides further options for the account management,for example ViewCreditBalance, ViewHistoryTransaction,etc.
|Alternative Paths:
|  The BC can in any step give up the login request and cancel the application.
		
		visible_modules 	(list dependency_list
		    (object Dependency_Relationship
			quid       	"46396CC0033C"
			stereotype 	"include"
			supplier   	"Use Case View::IdentifyBankMember"
			quidu      	"46396C970222")))
	    (object UseCase "ViewCreditBalance"
		quid       	"463966E103B9"
		documentation 	
|Pre-condition:
|  The Bank Member (BM) request for the managent function to view credit balance of his/her account.
|Flow of Events:
|Basic Path
|  The bank system cites the records about the member's account and shows the Credit Balance to the member.
|Alternative Paths:
|  The BM can in any step give up the  request and cancel the application.
|
|  
		)
	    (object UseCase "ViewHistoryTransaction"
		quid       	"463966F900DA"
		documentation 	
|Pre-condition:
|  The Bank Member (BM) request for the managent function to view history transaction of his/her account.
|Flow of Events:
|Basic Path
|  The bank system cites the records about the member's account and shows the history transaction to the member.
|Alternative Paths:
|  The BM can in any step give up the  request and cancel the application.
|
		)
	    (object UseCase "ManagePIN"
		quid       	"463967800177"
		documentation 	
|Pre-condition:
|  The Bank Member (BM) request for the managent function to manage PIN of his/her account.
|Flow of Events:
|Basic Path
|  1. The bank system will create a series of random numbers and show them to the member and request for the member to type them down to  contrast with the system created numbers. And at the same time, the system will request the member to input his/her original PIN and input new PIN for twice. If the original PIN is correct, the twice inputted new PINs are the same and the random numbers inputted by the member is the same with the numbers, it continues. Otherwise, refuses the request.
		)
	    (object UseCase "MakeOnlinePayment"
		quid       	"4639695D02FD"
		visible_modules 	(list dependency_list
		    (object Dependency_Relationship
			quid       	"46396CD900AB"
			stereotype 	"include"
			supplier   	"Use Case View::IdentifyBankMember"
			quidu      	"46396C970222")))
	    (object UseCase "MakePayment"
		quid       	"4639697A0261"
		visible_modules 	(list dependency_list
		    (object Dependency_Relationship
			quid       	"46396DCA0399"
			stereotype 	"include"
			supplier   	"Use Case View::TransferMoney"
			quidu      	"46396DB802CE")))
	    (object UseCase "TransferMoneyBetweenAccounts"
		quid       	"4639697C02BF"
		visible_modules 	(list dependency_list
		    (object Dependency_Relationship
			quid       	"46396DCD01B5"
			stereotype 	"include"
			supplier   	"Use Case View::TransferMoney"
			quidu      	"46396DB802CE")))
	    (object UseCase "GetCustomerService"
		quid       	"463969DF00CB"
		visible_modules 	(list dependency_list
		    (object Dependency_Relationship
			quid       	"46396CF5029F"
			stereotype 	"include"
			supplier   	"Use Case View::IdentifyBankMember"
			quidu      	"46396C970222")))
	    (object UseCase "ViewDirectDebits"
		quid       	"46396B2E0167"
		documentation 	
|Pre-condition:
|  The Bank Member (BM) request for the managent function to view direct debits of his/her account.
|Flow of Events:
|Basic Path
|  The bank system cites the records about the member's account and shows the direct debits to the member.
|Alternative Paths:
|  The BM can in any step give up the  request and cancel the application.
|
		)
	    (object UseCase "ChangePersonalInformation"
		quid       	"46396B7F0138")
	    (object UseCase "MakeOnlineApplication"
		quid       	"46396BC000DA"
		documentation 	
|Pre-condition:
|  The Bank Customer (BC) request for the online application. 
|  Flow of Events:
|Basic Path
|  1. The BC invokes the use case by applying for the online application. The system checks if the potential customer is a Bank Member (BM). If BC is a BM it continues, Otherwise, refuses the request.
|  2. The BM choose one service in OrderNewAccount and OrderChequebooks.
|  3. This use case invoke another use case to complete the service.
		
		visible_modules 	(list dependency_list
		    (object Dependency_Relationship
			quid       	"46396D030232"
			stereotype 	"include"
			supplier   	"Use Case View::IdentifyBankMember"
			quidu      	"46396C970222")))
	    (object UseCase "OrderChequebooks"
		quid       	"46396BD2030D"
		documentation 	
|Pre-condition:
|  The BM request for the order chequebooks.
|  Flow of Events:
|Basic Path
|  1. This use case invoked by Make Online Application use case.
|  2. Create a new chequebook number.
|  3. Print the new chequebook number on the screen.
		)
	    (object UseCase "OrderNewAccountCards"
		quid       	"46396BD402EE"
		documentation 	
|Pre-condition:
|  The BM request for the order new account cards.
|  Flow of Events:
|Basic Path
|  1. This use case invoked by Make Online Application use case.
|  2. Create a new account card number.
|  3. Print the new account number on the screen.
		)
	    (object UseCase "OrderBankStatement"
		quid       	"46396C1E0232"
		documentation 	
|Pre-condition:
|  The Bank Member (BM) request for the managent function to order bank statement of his/her account.
|Flow of Events:
|Basic Path
|  The bank system cites the records about the member's account and shows the bank statement to the member.
|Alternative Paths:
|  The BM can in any step give up the  request and cancel the application.
|
		)
	    (object UseCase "IdentifyBankMember"
		quid       	"46396C970222")
	    (object UseCase "TransferMoney"
		quid       	"46396DB802CE")
	    (object UseCase "SetDirectDebits"
		quid       	"46396F5B0138")
	    (object Association "$UNNAMED$0"
		quid       	"4639679D0138"
		roles      	(list role_list
		    (object Role "$UNNAMED$1"
			quid       	"4639679D0261"
			supplier   	"Use Case View::ViewCreditBalance"
			quidu      	"463966E103B9"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$2"
			quid       	"4639679D02CE"
			supplier   	"Use Case View::BankCustomer"
			quidu      	"4639645601D4")))
	    (object Association "$UNNAMED$3"
		quid       	"4639679F0138"
		roles      	(list role_list
		    (object Role "$UNNAMED$4"
			quid       	"4639679F02AF"
			supplier   	"Use Case View::ViewHistoryTransaction"
			quidu      	"463966F900DA"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$5"
			quid       	"4639679F02B1"
			supplier   	"Use Case View::BankCustomer"
			quidu      	"4639645601D4")))
	    (object Association "$UNNAMED$6"
		quid       	"463967A300DA"
		roles      	(list role_list
		    (object Role "$UNNAMED$7"
			quid       	"463967A4003E"
			supplier   	"Use Case View::ManagePIN"
			quidu      	"463967800177"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$8"
			quid       	"463967A40040"
			supplier   	"Use Case View::BankCustomer"
			quidu      	"4639645601D4")))
	    (object Association "$UNNAMED$9"
		quid       	"463968F8031C"
		roles      	(list role_list
		    (object Role "$UNNAMED$10"
			quid       	"463968FA0109"
			supplier   	"Use Case View::ManageAccount"
			quidu      	"463964760196"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$11"
			quid       	"463968FA010B"
			supplier   	"Use Case View::BankCustomer"
			quidu      	"4639645601D4"
			is_navigable 	TRUE)))
	    (object Association "$UNNAMED$12"
		quid       	"463969140119"
		roles      	(list role_list
		    (object Role "$UNNAMED$13"
			quid       	"46396914034B"
			supplier   	"Use Case View::ManageAccount"
			quidu      	"463964760196"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$14"
			quid       	"46396914034D"
			supplier   	"Use Case View::ViewCreditBalance"
			quidu      	"463966E103B9")))
	    (object Association "$UNNAMED$15"
		quid       	"463969170148"
		roles      	(list role_list
		    (object Role "$UNNAMED$16"
			quid       	"46396917038A"
			supplier   	"Use Case View::ManageAccount"
			quidu      	"463964760196"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$17"
			quid       	"46396917038C"
			supplier   	"Use Case View::ViewHistoryTransaction"
			quidu      	"463966F900DA")))
	    (object Association "$UNNAMED$18"
		quid       	"46396919033C"
		roles      	(list role_list
		    (object Role "$UNNAMED$19"
			quid       	"4639691A0177"
			supplier   	"Use Case View::ManageAccount"
			quidu      	"463964760196"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$20"
			quid       	"4639691A0186"
			supplier   	"Use Case View::ViewDirectDebits"
			quidu      	"46396B2E0167")))
	    (object Association "$UNNAMED$21"
		quid       	"4639691C0213"
		roles      	(list role_list
		    (object Role "$UNNAMED$22"
			quid       	"4639691D0128"
			supplier   	"Use Case View::ManageAccount"
			quidu      	"463964760196"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$23"
			quid       	"4639691D012A"
			supplier   	"Use Case View::ManagePIN"
			quidu      	"463967800177")))
	    (object Association "$UNNAMED$24"
		quid       	"4639696902EE"
		roles      	(list role_list
		    (object Role "$UNNAMED$25"
			quid       	"4639696A009C"
			supplier   	"Use Case View::MakeOnlinePayment"
			quidu      	"4639695D02FD"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$26"
			quid       	"4639696A009E"
			supplier   	"Use Case View::BankCustomer"
			quidu      	"4639645601D4"
			is_navigable 	TRUE)))
	    (object Association "$UNNAMED$27"
		quid       	"463969CF030D"
		roles      	(list role_list
		    (object Role "$UNNAMED$28"
			quid       	"463969D000EA"
			supplier   	"Use Case View::MakeOnlinePayment"
			quidu      	"4639695D02FD"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$29"
			quid       	"463969D000EC"
			supplier   	"Use Case View::MakePayment"
			quidu      	"4639697A0261")))
	    (object Association "$UNNAMED$30"
		quid       	"463969D20119"
		roles      	(list role_list
		    (object Role "$UNNAMED$31"
			quid       	"463969D2030D"
			supplier   	"Use Case View::MakeOnlinePayment"
			quidu      	"4639695D02FD"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$32"
			quid       	"463969D2030F"
			supplier   	"Use Case View::TransferMoneyBetweenAccounts"
			quidu      	"4639697C02BF")))
	    (object Association "$UNNAMED$33"
		quid       	"46396B0A034B"
		roles      	(list role_list
		    (object Role "$UNNAMED$34"
			quid       	"46396B0B02DE"
			supplier   	"Use Case View::GetCustomerService"
			quidu      	"463969DF00CB"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$35"
			quid       	"46396B0B02E0"
			supplier   	"Use Case View::BankCustomer"
			quidu      	"4639645601D4"
			is_navigable 	TRUE)))
	    (object Association "$UNNAMED$36"
		quid       	"46396B6603D8"
		roles      	(list role_list
		    (object Role "$UNNAMED$37"
			quid       	"46396B6701A5"
			supplier   	"Use Case View::GetCustomerService"
			quidu      	"463969DF00CB"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$38"
			quid       	"46396B6701A7"
			supplier   	"Use Case View::ViewDirectDebits"
			quidu      	"46396B2E0167")))
	    (object Association "$UNNAMED$39"
		quid       	"46396B82003E"
		roles      	(list role_list
		    (object Role "$UNNAMED$40"
			quid       	"46396B8201E4"
			supplier   	"Use Case View::GetCustomerService"
			quidu      	"463969DF00CB"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$41"
			quid       	"46396B8201E6"
			supplier   	"Use Case View::ChangePersonalInformation"
			quidu      	"46396B7F0138")))
	    (object Association "$UNNAMED$42"
		quid       	"46396BC502DE"
		roles      	(list role_list
		    (object Role "$UNNAMED$43"
			quid       	"46396BC601A5"
			supplier   	"Use Case View::MakeOnlineApplication"
			quidu      	"46396BC000DA"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$44"
			quid       	"46396BC601A7"
			supplier   	"Use Case View::BankCustomer"
			quidu      	"4639645601D4"
			is_navigable 	TRUE)))
	    (object Association "$UNNAMED$45"
		quid       	"46396C31000F"
		roles      	(list role_list
		    (object Role "$UNNAMED$46"
			quid       	"46396C3101E4"
			supplier   	"Use Case View::ManageAccount"
			quidu      	"463964760196"
			is_navigable 	TRUE)
		    (object Role "$UNNAMED$47"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -