掲示板一覧   -   トピック一覧
   Enterprise Architect 全般
     RUP の表記について


フラット表示 前のトピック | 次のトピック
投稿者 トピック
未登録ゲスト
投稿日時: 2006-5-11 17:37

Re: RUP の表記について

頻繁に使用するものは、UMLプロファイルを作成しておくと便利ですね。


<?xml version="1.0" encoding="UTF-8"?>
<UMLProfile profiletype="uml2">
	<Documentation id="03144738-0" name="UML Profile for Business Modeling" version="1.0" notes="ビジネスモデリングのためのUMLプロファイル"/>
	<!-- The profile content -->
	<Content>
		<!-- List of stereotypes used in this profile-->
		<Stereotypes>
			<Stereotype name="business actor" notes="ビジネスアクター">
				<AppliesTo>
					<Apply type="actor"/>
				</AppliesTo>
			</Stereotype>
			<Stereotype name="business entity" notes="ビジネスエンティティ">
				<AppliesTo>
					<Apply type="class"/>
					<Apply type="object"/>
				</AppliesTo>
			</Stereotype>
			<Stereotype name="business use case" notes="ビジネスユースケース">
				<AppliesTo>
					<Apply type="usecase"/>
				</AppliesTo>
			</Stereotype>
			<Stereotype name="business use-case realization" notes="ビジネスユースケース実現">
				<AppliesTo>
					<Apply type="collaboration"/>
				</AppliesTo>
			</Stereotype>
			<Stereotype name="business worker" notes="ビジネスワーカー">
				<AppliesTo>
					<Apply type="class"/>
					<Apply type="object"/>
				</AppliesTo>
			</Stereotype>
		</Stereotypes>
		<TaggedValueTypes/>
	</Content>
</UMLProfile>
フラット表示 前のトピック | 次のトピック

題名 投稿者 日時
   RUP の表記について 未登録ゲスト 2006-4-28 14:32
     Re: RUP の表記について 未登録ゲスト 2006-5-7 2:06
       Re: RUP の表記について 未登録ゲスト 2006-5-10 12:40
         Re: RUP の表記について 未登録ゲスト 2006-5-10 14:49
           Re: RUP の表記について 未登録ゲスト 2006-5-10 17:37
           » Re: RUP の表記について 未登録ゲスト 2006-5-11 17:37