女人被狂躁到高潮视频免费无遮挡,内射人妻骚骚骚,免费人成小说在线观看网站,九九影院午夜理论片少妇,免费av永久免费网址

當(dāng)前位置:首頁 > > 充電吧
[導(dǎo)讀] 9.4.3.1 Features(特征) Each Feature is associated with a Classifier called its featuringClassifier

9.4.3.1 Features(特征)


Each Feature is associated with a Classifier called its featuringClassifier. The Feature represents some structural or behavioral characteristic for its featuringClassifier, except for Properties acting as qualifiers (see 9.5.3).

每個(gè)特征都和一個(gè)叫做特征化類目的類目相關(guān)聯(lián)。特征表現(xiàn)類目的某些結(jié)構(gòu)方面的或者是行為方面的特性。作為限定子的屬性除外。


The isStatic property specifies whether the characteristic relates to the Classifier’s instances considered individually (isStatic=false), or to the Classifier itself (isStatic=true). All semantics relating to Features that do not explicitly state whether the feature is static shall be assumed to refer to non-static Features. Where semantics are not explicitly specified for static Features, those semantics are undefined.

isStatic屬性定義特性是和類目的獨(dú)立的實(shí)例相有關(guān)(isStatic=false),還是和類目本身有關(guān)。所有和沒有明確說明是否為靜態(tài)的特征有關(guān)的語義都應(yīng)該認(rèn)為涉及的是非靜態(tài)特征。當(dāng)語義沒有明確地為靜態(tài)特征定義,那些語義是無定義的(?)。


9.4.3.2 Structural Features(結(jié)構(gòu)特征)
A StructuralFeature is a typed Feature of a Classifier that specifies the structure of instances of the Classifier.The StructuralFeatures of a Classifier that are Properties are called the attributes of the Classifier (see 9.2.3). In UML,
Property is the only kind of StructuralFeature so all of the StructuralFeatures of a Classifier are Properties, and hence attributes.

結(jié)構(gòu)特征是類目的特征的一個(gè)種類,它定義了類目實(shí)例的結(jié)構(gòu)。類目的結(jié)構(gòu)特征是被稱為類目屬性的性質(zhì)。在UML中,性質(zhì)是結(jié)構(gòu)特征唯一的一種類型,即類目的結(jié)構(gòu)特征就是性質(zhì),也就是屬性。


For each instance of a Classifier there is a value or collection of values for each direct or inherited non-static attribute of the Classifier, as follows:

對(duì)于類目的每個(gè)實(shí)例的直接或繼承的非靜態(tài)屬性,存在值或值的聚合,規(guī)則如下:


· If the attribute’s multiplicity is 0..1, there shall either be no value or a single value whose Type conforms to the Type of the attribute

如果屬性的多重度是0..1,則不存在或存在一個(gè)單值,值的類型符合屬性的類型。


· If the attribute’s multiplicity is 1..1, there shall be a single value whose Type conforms to the Type of the attribute.

如果屬性的多重度是1..1,應(yīng)給存在一個(gè)單值,值的類型符合屬性的類型。


· If the attribute’s multiplicity is j..k where k is not 1, there shall be a collection of values whose size is not less than j and not greater than k, each of whose Types conforms to the Type of the attribute.

如果屬性的多重都是j..k,這里k不為1,則存在一個(gè)值的聚合,聚合的大小不小于j而且不大于k,每一個(gè)類型都應(yīng)該符合屬性的類型。


· If the attribute’s multiplicity is 0..0, there shall be no value or values.

如果屬性的多重都為0..0,那么不存在值或值的聚合。


If a StructuralFeature is marked with isStatic = true, then the bullet points above are relative to the Classifier itself considered as an identifiable individual within some execution scope, rather than to individual instances. (See sub
clause 6.3.1 for a discussion of execution scope.)

如果結(jié)構(gòu)特征被標(biāo)記為isStatic=true,那么上面的要點(diǎn)就是關(guān)于類目自身的,它在某些執(zhí)行域中被被識(shí)別,而不是一個(gè)獨(dú)立的實(shí)例被識(shí)別。


In a semantically conforming tool, each inherited static StructuralFeature shall have one of two alternative semantics:

在一個(gè)語義一致的工具中,每一個(gè)繼承的靜態(tài)結(jié)構(gòu)特征應(yīng)該具有兩個(gè)可選語義

中的一個(gè):


1.Within an execution scope, the value or collection of values of the StructuralFeature is always the same for any inheriting Classifier as its value or collection of values for the owning Classifier. These semantics correspond
to those for static members in Java and C#.

?在執(zhí)行領(lǐng)域中,結(jié)構(gòu)特征在繼承 類目中和在結(jié)構(gòu)特征的擁有者類目中的的值或者值聚合都是一樣的。這樣的語義符合Java和C#對(duì)于靜態(tài)成員的定義。


2. Within an execution scope, the StructuralFeature has a separate and in??? dependent value or collection of values for its owning Classifier and for each Classifier that inherits it. These semantics correspond to those for class
instance variables in Ruby and Smalltalk.

在執(zhí)行領(lǐng)域中,結(jié)構(gòu)特征在它的所有者類目中和繼承類目中有分離的,獨(dú)立的值或值聚合。這樣的語義符合Ruby和Smarttalk。


If a StructuralFeature is marked with isReadOnly true, then it may not be updated once it has been assigned an initial value. Conversely, when isReadOnly is false (the default), the value may be modified.

如果結(jié)構(gòu)特征被標(biāo)記為isReadOnly為真,那么一旦它被賦初值以后,就不應(yīng)該再被更新。相反地,當(dāng)isReadOnly為假(缺省值),值可以被更改。


參考資料:

《OMG Unified Modeling Language TM (OMG UML) Version 2.5》

? URL:http://www.omg.org/spec/UML/2.5


以上就是今天的文章,歡迎點(diǎn)贊,關(guān)注并推薦給您的朋友! 閱讀更多更新文章,請(qǐng)掃描下面二維碼,關(guān)注微信公眾號(hào)【面向?qū)ο笏伎肌?


本站聲明: 本文章由作者或相關(guān)機(jī)構(gòu)授權(quán)發(fā)布,目的在于傳遞更多信息,并不代表本站贊同其觀點(diǎn),本站亦不保證或承諾內(nèi)容真實(shí)性等。需要轉(zhuǎn)載請(qǐng)聯(lián)系該專欄作者,如若文章內(nèi)容侵犯您的權(quán)益,請(qǐng)及時(shí)聯(lián)系本站刪除。
換一批
延伸閱讀

LED驅(qū)動(dòng)電源的輸入包括高壓工頻交流(即市電)、低壓直流、高壓直流、低壓高頻交流(如電子變壓器的輸出)等。

關(guān)鍵字: 驅(qū)動(dòng)電源

在工業(yè)自動(dòng)化蓬勃發(fā)展的當(dāng)下,工業(yè)電機(jī)作為核心動(dòng)力設(shè)備,其驅(qū)動(dòng)電源的性能直接關(guān)系到整個(gè)系統(tǒng)的穩(wěn)定性和可靠性。其中,反電動(dòng)勢(shì)抑制與過流保護(hù)是驅(qū)動(dòng)電源設(shè)計(jì)中至關(guān)重要的兩個(gè)環(huán)節(jié),集成化方案的設(shè)計(jì)成為提升電機(jī)驅(qū)動(dòng)性能的關(guān)鍵。

關(guān)鍵字: 工業(yè)電機(jī) 驅(qū)動(dòng)電源

LED 驅(qū)動(dòng)電源作為 LED 照明系統(tǒng)的 “心臟”,其穩(wěn)定性直接決定了整個(gè)照明設(shè)備的使用壽命。然而,在實(shí)際應(yīng)用中,LED 驅(qū)動(dòng)電源易損壞的問題卻十分常見,不僅增加了維護(hù)成本,還影響了用戶體驗(yàn)。要解決這一問題,需從設(shè)計(jì)、生...

關(guān)鍵字: 驅(qū)動(dòng)電源 照明系統(tǒng) 散熱

根據(jù)LED驅(qū)動(dòng)電源的公式,電感內(nèi)電流波動(dòng)大小和電感值成反比,輸出紋波和輸出電容值成反比。所以加大電感值和輸出電容值可以減小紋波。

關(guān)鍵字: LED 設(shè)計(jì) 驅(qū)動(dòng)電源

電動(dòng)汽車(EV)作為新能源汽車的重要代表,正逐漸成為全球汽車產(chǎn)業(yè)的重要發(fā)展方向。電動(dòng)汽車的核心技術(shù)之一是電機(jī)驅(qū)動(dòng)控制系統(tǒng),而絕緣柵雙極型晶體管(IGBT)作為電機(jī)驅(qū)動(dòng)系統(tǒng)中的關(guān)鍵元件,其性能直接影響到電動(dòng)汽車的動(dòng)力性能和...

關(guān)鍵字: 電動(dòng)汽車 新能源 驅(qū)動(dòng)電源

在現(xiàn)代城市建設(shè)中,街道及停車場(chǎng)照明作為基礎(chǔ)設(shè)施的重要組成部分,其質(zhì)量和效率直接關(guān)系到城市的公共安全、居民生活質(zhì)量和能源利用效率。隨著科技的進(jìn)步,高亮度白光發(fā)光二極管(LED)因其獨(dú)特的優(yōu)勢(shì)逐漸取代傳統(tǒng)光源,成為大功率區(qū)域...

關(guān)鍵字: 發(fā)光二極管 驅(qū)動(dòng)電源 LED

LED通用照明設(shè)計(jì)工程師會(huì)遇到許多挑戰(zhàn),如功率密度、功率因數(shù)校正(PFC)、空間受限和可靠性等。

關(guān)鍵字: LED 驅(qū)動(dòng)電源 功率因數(shù)校正

在LED照明技術(shù)日益普及的今天,LED驅(qū)動(dòng)電源的電磁干擾(EMI)問題成為了一個(gè)不可忽視的挑戰(zhàn)。電磁干擾不僅會(huì)影響LED燈具的正常工作,還可能對(duì)周圍電子設(shè)備造成不利影響,甚至引發(fā)系統(tǒng)故障。因此,采取有效的硬件措施來解決L...

關(guān)鍵字: LED照明技術(shù) 電磁干擾 驅(qū)動(dòng)電源

開關(guān)電源具有效率高的特性,而且開關(guān)電源的變壓器體積比串聯(lián)穩(wěn)壓型電源的要小得多,電源電路比較整潔,整機(jī)重量也有所下降,所以,現(xiàn)在的LED驅(qū)動(dòng)電源

關(guān)鍵字: LED 驅(qū)動(dòng)電源 開關(guān)電源

LED驅(qū)動(dòng)電源是把電源供應(yīng)轉(zhuǎn)換為特定的電壓電流以驅(qū)動(dòng)LED發(fā)光的電壓轉(zhuǎn)換器,通常情況下:LED驅(qū)動(dòng)電源的輸入包括高壓工頻交流(即市電)、低壓直流、高壓直流、低壓高頻交流(如電子變壓器的輸出)等。

關(guān)鍵字: LED 隧道燈 驅(qū)動(dòng)電源
關(guān)閉