freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

電信業(yè)務(wù)與網(wǎng)絡(luò)第08講(參考版)

2025-05-18 22:17本頁(yè)面
  

【正文】 可參閱以下資料: – Mark Finkelstein, etc., ―The Future of the Intelligent Network‖, IEEE Communications Magazine, June 2021. – 楊放春等,智能網(wǎng)技術(shù)及其發(fā)展(修訂版),北京郵電大學(xué)出版社, 2021年 2月第1版 。 約束( Constraint) 約束示例 Person chairof * Committee * 1 * memberof {subset} 注:圖例摘自張龍祥編著《 UML與系統(tǒng)分析設(shè)計(jì) 》 思考題 ? 閱讀 ITUT建議 ( 2021)附錄 III( Examples of Interface Classes formed from Service/Application requirements),理解從業(yè)務(wù)需求到接口類的 IDL描述這一過(guò)程。 ? 對(duì)于兩個(gè)模型元素之間的約束關(guān)系,約束可以表示為從一個(gè)模型元素指向另一個(gè)模型元素的虛箭線,其上標(biāo)有約束的文字串。 ? 約束用括在花括號(hào) {}中的文字串表示。 ? 在 UML中,有些約束是預(yù)定義的,如“ Xor‖,有些是用戶自定義的。 ? UML預(yù)定義了一批標(biāo)準(zhǔn)的標(biāo)記值。標(biāo)記( Tag)代表具有給定值的任意性質(zhì)的名稱,是一個(gè)用字符串表示的關(guān)鍵字。 – 操作“ length()‖和“ reorder()‖ 分別有構(gòu)造型 query和 help function – {version = }為標(biāo)記值 注:圖例摘自張龍祥編著《 UML與系統(tǒng)分析設(shè)計(jì) 》 ? UML預(yù)定義了一批標(biāo)準(zhǔn)的構(gòu)造型。模型元素的性質(zhì)可以放在模型元素的名字之后。用構(gòu)造型引入的新模型元素是原來(lái)的模型元素的子元素 ? 一個(gè)構(gòu)造型可引入附加的標(biāo)記值、約束和一個(gè)新的圖形表示。 ? UML的擴(kuò)展機(jī)制有 3種:構(gòu)造型( stereotype)、 標(biāo)記值( tagged value) 和約束( constraints) – 構(gòu)造型用于對(duì)模型元素分類,在既有的基本模型元素上定義新模型元素。 結(jié)構(gòu)類的事物 Window size: Area visibility: Boolean display () hide () Window 類( Class) 接口( Interface) interface Store + getPOStotals(POSid) + updateStoreTotals(Id, Sales) + get(Item) 圖例 圖例 結(jié)構(gòu)類的事物主要有 7種:用況( use case)、 類( class)、 主動(dòng)類( active class)、接口( interface)、 構(gòu)件( ponent)、 協(xié)作( collaboration) 及節(jié)點(diǎn)( node) 注:除特別說(shuō)明外,圖例均摘自O(shè)MG Unified Modeling Language Specification, Version , 下同 結(jié)構(gòu)類的事物 用況( Use Case) Place Order 用況圖( Use Case Diagram)舉例 Place order Check status Fill orders Establish credit Supervisor Telephone catalog Shipping Clerk Salesperson Customer 圖例 結(jié)構(gòu)類的事物 用況間的關(guān)系舉例: Supply Customer Data Order Product Arrange Payment include include include Place Order Extension points additional request: after creation of the order Request Catalog extend The salesperson asks for catalog Salesperson 1 * 結(jié)構(gòu)類的事物 協(xié)作( Collaboration) Observer 協(xié)作的使用( Use of a collaboration)舉例: Observer Call Queue queue: List of Call source: Object waitAlarm: Alarm capability: Integer SlidingBarIcon reading: Real color: Color range: Interval Observer Subject = length () = (0 .. ) 圖例 結(jié)構(gòu)類的事物 協(xié)作圖舉例 ——Collaboration Diagram at specification level / Teacher : Person / Student : Person : Course : Faculty tutor 1 student * participant * taken course * lecturer 1 given course * faculty 1 faculty member * 結(jié)構(gòu)類的事物 協(xié)作圖舉例 ——Collaboration Diagram at instance level : Controller : Window window wire: Wire : Line{new} left: Bead right: Bead i1 i redisplay() 1: displayPositions(window) parameter window wire self *[i:=1..n]: drawSegment(i) : r0 :=position() : r1 :=position() localline : create(r0,r1) : display(window) : add(self) contents {new} 結(jié)構(gòu)類的事物 主動(dòng)類( Active Class) 圖例 EventManager q : EventQueue suspend() flush() 構(gòu)件( Component) 圖例 EJBSession ShoppingSession ShoppingSessionHome ShoppingSession 結(jié)構(gòu)類的事物 構(gòu)件圖( Component Diagram)舉例 ShoppingSessionHome ShoppingSession EJBSession ShoppingSession EJBEntity ShoppingCard ShoppingCartHome EJBEntity Catalog focus Catalog auxiliary CatalogPK auxiliary CatalogInfo file CatalogJar CatalogHome Catalog CatalogHome Catalog ShoppingCart 結(jié)構(gòu)類的事物 節(jié)點(diǎn)( Node) 圖例 Server 舉例:節(jié)點(diǎn)與構(gòu)件實(shí)例 primaryServer: AppServer :quoteService database :AccountDB primaryBroker :BondBroker backupServer: AppServer database :AccountDB backupBroker :BondBroker :quoteService bee 行為類的事物 交互( interaction) 行為類的事物主要有兩種:交互( interaction) 與狀態(tài)機(jī)( statechart) 圖例:順序圖( Sequence Diagram)表示交互 ob1:C1 ob3:C3 ob4:C4 ob2:C2 op() [x0]foo(x) [x0]bar(x) doit(z) doit(w) more() 行為類的事物 狀態(tài)機(jī)( statechart) 狀態(tài)圖( State Diagram)舉例 idle Timeout do/ play message DialTone do/ play dial tone Dialing after(15 sec.) after(15 sec.) dial digit(n) dial digit(n)[invalid] Invalid do/ play message Connecting Ringing do/ playringing tone Busy do/ play busy tone Talking Pinned callee hangs up callee answers callee answers /enable speech connected busy dial digit(n)[valid] /connect Caller /disconnect hangs up lift /get dial tone receiver dial digit(n)[inplete] 分組類的事物 包( package) 分組類的事物主要有四種:包( package)、 模型( model)、 子系統(tǒng)( subsystem)和框架( framework) 圖例 Editor Diagram Elements Controller Domain Elements Graphics Core MotifCore WindowsCore import import import access access import import Motif import Microsoft Window Windowing System 分組類的事物 子系統(tǒng)( subsystem) 圖例 Realization Elements Specification Elements 圖例 SS2 SS3 SS1 注解類的事物 注釋( ment) 注解類的事物主要是注釋( ment) 圖例 依賴( Dependency) 關(guān)系 圖例 ClassD operationZ( ) ClassA ClassB ClassC ClassD ClassE friend friend call instantiate refine ClassC bines two logical classes 依賴( dependency) 對(duì)于依賴可加上構(gòu)造型( stereotype),規(guī)定依賴的含義與作用,常用的構(gòu)造型有:use, instantiate, call, friend, access, i
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1