0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

UML入門

Last updated at Posted at 2025-06-11

索引にある単語で、よく知らない言葉を抜き出す。

par

索引にある。検索しても出てこない。

UCDD

Urban Center for the Developmentally Disabled (UCDD)
United Car and Diesel Distributors (UCDD)

浅い履歴擬似状態

ステートマシンの仕組みのおさらい その2
https://wiz-code.digick.jp/blog/javascript-ajax/post-2090

アセンブリコネクタ

Assembly Connectors vs Delegation Connectors
https://www.ancitconsulting.com/connectors.html

ロリポップ lolipop

​a hard round or flat sweet made of boiled sugar on a small stick
https://www.oxfordlearnersdictionaries.com/definition/english/lollipop?q=lollipop

棒付き飴の通称

バウンダリ

https://www.sparxsystems.jp/help/17.0/boundary.html
スクリーンショット 2025-06-11 153545.png

バウンダリの入った図を探す。

https://stackoverflow.com/questions/683825/in-uml-class-diagrams-what-are-boundary-classes-control-classes-and-entity-cl
Boundaries (view/service collaborator)
Objects that interface with system actors (e.g. a user or external service). Windows, screens and menus are examples of boundaries that interface with users.
システムアクタ(ユーザや外部サービスなど)の境界のオブジェクト。ウィンドウ、画面、メニューなどは、ユーザとインタフェース例です。

https://buildersbox.corp-sansan.com/entry/2022/02/28/110000
スクリーンショット 2025-06-11 154535.png

マニフェステーション

an event, action or thing that is a sign that something exists or is happening; the act of appearing as a sign that something exists or is happening
https://www.oxfordlearnersdictionaries.com/definition/english/manifestation?q=manifestation

何かが存在する、または起こっていることを示す出来事、行動、または物。現れる行為

マニフェスト関係
https://www.ibm.com/docs/ja/rsas/7.5.0?topic=diagrams-manifestation-relationships

EJB component UserService and skeleton of web services are manifested (implemented) by EJB module user-service.jar artifact

--> stack overflowで聞く。

スリーアミーゴ

UML創設者の3人
Ivar Yacobson、Grady Booch、James Rumbaugh。

Unifiedしてるか?

Tres Amigos
Three Brothers

UMLは信仰するものではなく、調べるためのもの。

DAOパターン

Data Access Object

DataとDatabaseの間にあるもの。

Code that depends on specific features of data resources ties together business logic with data access logic. This makes it difficult to replace or modify an application's data resources.

The Data Access Object (or DAO) pattern:

separates a data resource's client interface from its data access mechanisms
adapts a specific data resource's access API to a generic client interface
The DAO pattern allows data access mechanisms to change independently of the code that uses the data.

データリソースの特定の機能に依存するコードは、ビジネスロジックとデータアクセスロジックを結び付けます。そのため、アプリケーションのデータリソースの置き換えや変更が困難になります。
データアクセスオブジェクト(DAO)パターンは、以下のことを実現します。
データリソースのクライアントインタフェースをデータアクセスメカニズムから分離します。
特定のデータリソースのアクセスAPIを汎用クライアントインタフェースに適合させます。
DAOパターンにより、データアクセスメカニズムは、データを使用するコードとは独立して変更できます。

数値として、よくなる結果を示していない。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?