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?

AIシステムの中に、AI機能と、非AI機能に分けて表現してみる。

Last updated at Posted at 2025-08-09

AIシステムの中に、AI機能と、非AI機能に分けて表現してみる。

``txt:`plantuml
@startuml
left to right direction

actor "User" as user

rectangle "AI システム" {
usecase "イラストを描く" as UC1
usecase "名称を入力する" as UC2
usecase "色を指定する" as UC3
usecase "背景情報を入力する" as UC4
usecase "イラストを生成する" as UC5
usecase "生成したイラストを出力する" as UC6
}

user --> UC1
user --> UC2
user --> UC3
user --> UC4

UC1 --> UC5
UC2 --> UC5
UC3 --> UC5
UC4 --> UC5

UC5 --> UC6
@enduml




課題研究
https://qiita.com/kaizen_nagoya/items/cb41441cf520c68b13bc

職業訓練(IT)
https://qiita.com/kaizen_nagoya/items/95368b63fa21d64271ec
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?