PlantUML 1.2020.23 言語リファレンスガイドアクティビティ図 • コンポーネント図 • 状態遷移図(ステートマシン図) • オブジェクト図 • 配置図 • タイミング図 以下のような、UML 以外の図もサポートしてます。 • JSON Data • ワイヤーフレーム • アーキテクチャ図 • 仕様及び記述言語 (SDL) • Ditaa • ガントチャート • マインドマップ • WBS 図 (作業分解図) • AsciiMath さい。 PlantUML 言語リファレンスガイド (1.2020.23) 50 / 305 3.5 可視性の定義 3 クラス図 @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml {field} や class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.8 注釈とステレオタイプ ステレオタイプは、キーワード class に << と0 码力 | 306 页 | 3.19 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2020.22)アクティビティ図 • コンポーネント図 • 状態遷移図(ステートマシン図) • オブジェクト図 • 配置図 • タイミング図 以下のような、UML 以外の図もサポートしてます。 • JSON Data • ワイヤーフレーム • アーキテクチャ図 • 仕様及び記述言語 (SDL) • Ditaa • ガントチャート • マインドマップ • WBS 図 (作業分解図) • AsciiMath さい。 PlantUML 言語リファレンスガイド (1.2020.22) 41 / 293 3.5 可視性の定義 3 クラス図 @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml {field} や class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.8 注釈とステレオタイプ ステレオタイプは、キーワード class に << と0 码力 | 294 页 | 3.11 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)アクティビティ図 • コンポーネント図 • 配置図 • 状態遷移図(ステートマシン図) • タイミング図 以下のような、UML 以外の図もサポートしてます。 • JSON Data • YAML Data • Network diagram (nwdiag) • ワイヤーフレーム • アーキテクチャ図 • 仕様及び記述言語 (SDL) • Ditaa • ガントチャート • ださい。 PlantUML 言語リファレンスガイド (1.2021.2) 55 / 398 3.5 可視性の定義 3 クラス図 @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml {field} や class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.8 注釈とステレオタイプ ステレオタイプは、キーワード class に << と0 码力 | 399 页 | 4.33 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)オブジェクト図 • アクティビティ図 • コンポーネント図 • 配置図 • 状態遷移図(ステートマシン図) • タイミング図 以下のような、UML 以外の図もサポートしてます。 • JSON Data • Network diagram (nwdiag) • ワイヤーフレーム • アーキテクチャ図 • 仕様及び記述言語 (SDL) • Ditaa • ガントチャート • マインドマップ ださい。 PlantUML 言語リファレンスガイド (1.2021.1) 55 / 392 3.5 可視性の定義 3 クラス図 @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml {field} や class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.8 注釈とステレオタイプ ステレオタイプは、キーワード class に << と0 码力 | 393 页 | 4.27 MB | 1 年前3
Comprehensive Rust(日语) 202412("Final x: {x}"); } 6.2.1 for The for loop iterates over ranges of values or the items in a collection: fn main() { for x in 1..5 { println!("x: {x}"); } for elem in [1, 2, 3, 4, 5] { println of the value, and is also called ”borrowing”. Shared references are read-only, and the referenced data cannot change. fn main() { let a = 'A'; let b = 'B'; let mut r: &char = &a; println!("r: {}", *r); {s3}"); } • &str introduces a string slice, which is an immutable reference to UTF-8 encoded string data stored in a block of memory. String literals ("Hello"), are stored in the program’ s binary. • Rust's0 码力 | 381 页 | 1.36 MB | 10 月前3
PlantUML 1.2019.3 言語リファレンスガイドを使って、フィールドやメソッドをくくることもできます。 構文はタイプや名前の順番について非常に柔軟であることに注意してください。 @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml You can use class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml PlantUML 言語リファレンスガイド (1.2019.3) 37 / 159 3 AbstractList abstract AbstractCollection interface List interface Collection List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|--0 码力 | 160 页 | 1.80 MB | 1 年前3
PlantUML 1.2019.2 言語リファレンスガイドを使って、フィールドやメソッドをくくることもできます。 構文はタイプや名前の順番について非常に柔軟であることに注意してください。 @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml You can use class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml PlantUML 言語リファレンスガイド (1.2019.2) 37 / 159 3 AbstractList abstract AbstractCollection interface List interface Collection List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|--0 码力 | 160 页 | 1.80 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2019.1)を使って、フィールドやメソッドをくくることもできます。 構文はタイプや名前の順番について非常に柔軟であることに注意してください。 @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml You can class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 注釈とステレオタイプ ステレオタイプは、キーワード class に << 言語リファレンスガイド (1.2019.1) 37 / 147 3.11 非文字の使用 3 クラス図 interface Collection List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|--0 码力 | 148 页 | 1.92 MB | 1 年前3
PlantUML 1.2019.6 言語リファレンスガイドを使って、フィールドやメソッドをくくることもできます。 構文はタイプや名前の順番について非常に柔軟であることに注意してください。 @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml You can use class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml PlantUML 言語リファレンスガイド (1.2019.6) 37 / 173 3 AbstractList abstract AbstractCollection interface List interface Collection List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|--0 码力 | 174 页 | 1.99 MB | 1 年前3
PlantUML 1.2019.4 言語リファレンスガイドを使って、フィールドやメソッドをくくることもできます。 構文はタイプや名前の順番について非常に柔軟であることに注意してください。 @startuml class Dummy { String data void methods() } class Flight { flightNumber : Integer departureTime : Date } @enduml You can use class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml PlantUML 言語リファレンスガイド (1.2019.4) 37 / 167 3 AbstractList abstract AbstractCollection interface List interface Collection List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|--0 码力 | 168 页 | 1.90 MB | 1 年前3
共 24 条
- 1
- 2
- 3













