目標(biāo):
本文主要介紹數(shù)據(jù)項(xiàng)、新增數(shù)據(jù)項(xiàng)、數(shù)據(jù)項(xiàng)的唯一性代碼選項(xiàng)和重用選項(xiàng)等。 一、數(shù)據(jù)項(xiàng) 數(shù)據(jù)項(xiàng)(Data Item)是信息存儲(chǔ)的最小單位,它可以附加在實(shí)體上作為實(shí)體的屬性。 注意:模型中允許存在沒(méi)有附加至任何實(shí)體上的數(shù)據(jù)項(xiàng)。 二、新建數(shù)據(jù)項(xiàng) 1)使用“Model”---> Data Items 菜單,在打開(kāi)的窗口中顯示已有的數(shù)據(jù)項(xiàng)的列表,點(diǎn)擊 “Add a Row”按鈕,創(chuàng)建一個(gè)新數(shù)據(jù)項(xiàng),如圖所示 2)當(dāng)然您可以繼續(xù)設(shè)置具體數(shù)據(jù)項(xiàng)的Code、DataType、Length等等信息。這里就不再詳細(xì)說(shuō)明了。 三、數(shù)據(jù)項(xiàng)的唯一性代碼選項(xiàng)和重用選項(xiàng) 使用Tools--->Model Options->Model Settings。在Data Item組框中定義數(shù)據(jù)項(xiàng)的唯一性代碼選項(xiàng)(Unique Code)與重用選項(xiàng)(Allow Reuse)。 注意: 如果選擇Unique Code復(fù)選框 ,每個(gè)數(shù)據(jù)項(xiàng)在同一個(gè)命名空間有唯一的代碼,而選擇Allow reuse ,一個(gè)數(shù)據(jù)項(xiàng)可以充當(dāng)多個(gè)實(shí)體的屬性。 四、在實(shí)體中添加數(shù)據(jù)項(xiàng) 1)雙擊一個(gè)實(shí)體符號(hào),打開(kāi)該實(shí)體的屬性窗口。 2)單擊Attributes選項(xiàng)卡,打開(kāi)如下圖所示窗口 注意: Add a DataItem 與 Reuse a DataItem的區(qū)別在于 Add a DataItem 情況下,選擇一個(gè)已經(jīng)存在的數(shù)據(jù)項(xiàng),系統(tǒng)會(huì)自動(dòng)復(fù)制所選擇的數(shù)據(jù)項(xiàng)。如果您設(shè)置了UniqueCode選項(xiàng),那系統(tǒng)在復(fù)制過(guò)程中,新數(shù)據(jù)項(xiàng)的Code會(huì)自動(dòng)生成一個(gè)唯一的號(hào)碼,否則與所選擇的數(shù)據(jù)項(xiàng)完全一致。 Reuse a DataItem情況下,只引用不新增,就是引用那些已經(jīng)存在的數(shù)據(jù)項(xiàng),作為新實(shí)體的數(shù)據(jù)項(xiàng)。 |
|
來(lái)自: WindySky > 《PowerDesigner教程系列》