頻繁に使用するものは、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>