blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 5 227 | content_id stringlengths 40 40 | detected_licenses listlengths 0 28 | license_type stringclasses 2 values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 36 values | visit_date timestamp[us]date 2015-08-14 10:26:58 2023-09-06 06:45:32 | revision_date timestamp[us]date 2011-07-11 04:02:09 2023-09-04 16:40:12 | committer_date timestamp[us]date 2011-07-11 04:02:09 2023-09-04 16:40:12 | github_id int64 206k 631M ⌀ | star_events_count int64 0 6.51k | fork_events_count int64 0 1.54k | gha_license_id stringclasses 11 values | gha_event_created_at timestamp[us]date 2012-08-01 17:54:24 2023-09-14 21:57:05 ⌀ | gha_created_at timestamp[us]date 2009-05-21 02:09:00 2023-04-21 10:18:22 ⌀ | gha_language stringclasses 55 values | src_encoding stringclasses 12 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 16 1.74M | extension stringclasses 12 values | code stringlengths 16 1.74M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b1a31966d11b64c59bbcda2a59e6ce539ff9af40 | 8b86222dc74eaef77f55d450840b2e495cb0a0b0 | /test3/类图.puml | 4e28a1738dfb1bc41786a6a7257ace1d85aac665 | [] | no_license | jiangnhao/is_analysis | 311d136b1845f1543094ca2bb3d5661c1d0bac3d | 2987c77f8f2ac2cdf68300d1fe2e7e5cd0c3300e | refs/heads/master | 2022-07-17T08:53:17.981464 | 2020-05-27T03:36:27 | 2020-05-27T03:36:27 | 244,273,620 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 868 | puml | @startuml
skinparam classAttributeIconSize 0
图书管理员"*" -- "*"借阅信息:登记
续借信息"1" --* "1"借阅信息
读者"1" -- "*"预定信息
预定信息"*" -- "1"书目信息:被预定
书本"*" --|> "*"书目信息
借阅信息"*" -- "1"罚款明细
书目信息"*" -- "1"借阅信息
class 图书管理员 {
-工号
-姓名
}
class 读者{
-姓名
-身份证号
-电话
-借阅卡号
-已借图书
}
class 书目信息{
+书名
+作者
+印刷号
+书籍ISBN
}
class 书本{
+馆藏编号
+按书目查找
+简介
}
class 借阅信息{
+书籍ISBN
+借阅开始时间
+借阅截止时间
}
class 预定信息{
+预定日期
+书籍ISBN
-借阅卡号
}
class 罚款明细{
-罚款金额
-借阅卡号
}
class 续借信息{
+编号
-借阅卡号
}
@enduml |
f1234ca6365178c1a0e4c6ad46deee1eb3373b7b | 3d312f7a6b4211011474707109a71c6bd9885e2b | /uml/ListController.puml | b1b5ea90a1771da435baa57ca10e4c855dc7255d | [] | no_license | rodriguezA3/Rodriguez-cop3330-assignment4part2 | 1133f7d278c118afe19cab9fd1ece4506d568559 | 284036ada238fa05f6cedb5d8aac35efb3924828 | refs/heads/master | 2023-08-30T18:28:06.277502 | 2021-11-16T04:01:21 | 2021-11-16T04:01:21 | 428,492,554 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,054 | puml | @startuml
class TaskController{
+FXML TextField nameTextField;
+FXML DatePicker datePicker;
+FXML TextArea descriptionTextArea;
+FXML Button addTaskButton;
+FXML Button removeTaskButton;
+FXML Button removeAllTasksButton;
+FXML Button markCompleteButton;
+FXML Button saveExportButton;
+FXML Button importButton;
+FXML ListView<ToDoTask> taskList;
+ObservableList<ToDoTask> ToDoTasks;
+FileOutputStream fileOut;
+addTaskEvent(Event e);
+ToDoTask selUser();
+removeTaskEvent(Event e);
+removeAllTasksEvent(Event e);
+saveExport();
+saveExportEvent(Event e);
+importEvent();
+importEvent(Event e);
}
class ToDoTask {
+private String name;
+private LocalDate date;
+private String description;
+String getName();
+setName(String name);
+LocalDate getDate();
+setDate(LocalDate date);
+String getDescription();
+setDescription(String description);
+ToDoTask(String name, LocalDate date, String description);
}
ToDoTask <|-- TaskController
@enduml |
ef662cd4b012aab911745f1c59e8560c137cb1d7 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/java/concept-collectionsframeworkmap-1.plantuml | 89684621615150f03620b7ee412dbee53f385cfb | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 530 | plantuml | @startuml
interface Map {
}
interface SortedMap {
}
interface NavigableMap {
}
abstract class AbstractMap {
}
class EnumMap {
}
class HashMap {
}
class LinkedHashMap {
}
class IdentityHashMap {
}
class TreeMap {
}
class WeakHashMap {
}
Map <|-- SortedMap
SortedMap <|-- NavigableMap
Map <|... AbstractMap
NavigableMap <|... TreeMap
AbstractMap <|-- EnumMap
AbstractMap <|-- HashMap
AbstractMap <|-- IdentityHashMap
AbstractMap <|-- TreeMap
AbstractMap <|-- WeakHashMap
HashMap <|-- LinkedHashMap
@enduml |
921e099646730513896d224ea976d54fded010f9 | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /06classdiagram/26_classdiagram_abstractclass_and_interface.puml | 6d37520e0abb1dab032a39318d7e90e9491f5931 | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 759 | puml | '
'ClassDiagrams: Abstract class, interface and enum
'
'You can declare a class as abstract using abstract" or abstract class keywords.
'The class will be printed in italic.
'You can use the interface, annotation and enum keywords too.
'
'abstract - italic
'interface - italic
'enum
'
'--------------------------------------
'
@startuml
'Definition
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
class ArrayList {
Object[] elementData
size()
}
annotation SuppressWarnings
'interface
Collection <|- List
Collection <|-- AbstractCollection
'abstract
List <|-- AbstractList
AbstractCollection <|- AbstractList
'class
AbstractList <|-- ArrayList
enum TimeUnit {
DAYS
HOURS
MINUTES
}
@enduml |
3144b649b545fd21ef782d3e82af0cbbc580955d | aefdc6e26db90fe88c57b7eecde5596afc49d4cb | /src/it/example-java-x/src/test/resources/domain-aggregate-diagram.plantuml | 1759f50cc26ba26cbb5c656a7c0df2b1e835af90 | [
"Apache-2.0"
] | permissive | jboz/plantuml-builder | 724bf75b2d5794b53603f8a9f60b01ae8b79116c | 266d960a5d4a7c8e18048ddd7360df221428a0c4 | refs/heads/main | 2023-08-06T15:42:33.576311 | 2023-07-21T23:24:51 | 2023-07-21T23:24:51 | 89,647,955 | 41 | 13 | Apache-2.0 | 2023-07-21T23:22:32 | 2017-04-27T23:14:47 | Java | UTF-8 | PlantUML | false | false | 365 | plantuml | @startuml
class "Car" {
brand : String
model : String
drivers : Set<Driver>
price : Price
wheels : Collection<Wheel>
addDriver(Driver) : Car
addWheel(Wheel)
buyBy(Driver, BigDecimal, Devise) : Driver
}
"Car" --> "Devise" : use
"Car" --> "*" "Driver" : drivers
"Car" --> "Price" : price
"Car" --> "*" "Wheel" : wheels
"Vehicule" <|-- "Car"
@enduml |
7f628a63c43a3c700409f95bc2ce7398c8dd1195 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ContainerAndKey.puml | a83870d3406cee5647eb3f8c5bfe655869913e90 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 684 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ContainerAndKey [[ContainerAndKey.svg]] {
key: String
container: String
}
interface UserProvidedIdentifiers [[UserProvidedIdentifiers.svg]] {
key: String
externalId: String
orderNumber: String
customerNumber: String
sku: String
slug: [[LocalizedString.svg LocalizedString]]
containerAndKey: [[ContainerAndKey.svg ContainerAndKey]]
}
ContainerAndKey --> UserProvidedIdentifiers #green;text:green : "containerAndKey"
@enduml
|
23ac39cdacfe01d5083f78c0b86e4d6a12ec463c | 6c732bae3f33a411a9bfa743cbf6cc7897eff371 | /doc/uml/src/system.puml | 3958c76f7485bf343e3048243230184294ec2271 | [] | no_license | JoshuaSFryer/5001-simulation-project | 0d8c8425f23fc614006032101a8f91017d23a734 | c20daac96592a653748f7149a32dc6c2971d3d6d | refs/heads/main | 2023-04-06T20:54:06.752859 | 2021-04-11T21:40:32 | 2021-04-11T21:40:32 | 339,490,496 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,210 | puml | @startuml system-class-diagram
skinparam ClassAttributeIconSize 0
' skinparam Linetype ortho
package "System" {
class System {
- clock : int
- num_outputs : int
- blocked_time : int
- init()
- time_advance()
- next_event()
- event_inspection(e:EndInspectionEvent)
- event_assembly(e:EndAssemblyEvent)
- event_end(e:EndSimulationEvent)
- generate_statistics()
}
enum ComponentType {
C1
C2
C3
}
package "Inspector" {
class Inspector {
+ id : int
- input_types : list<ComponentType>
' - routing : OutputPolicy
- pick_input()
- pick_output()
- generate_duration() : float
- inspect()
- is_blocked() : bool
}
enum OutputPolicy {
DEFAULT
SHORTEST_QUEUE
}
Inspector --> ComponentType : Inspects
Inspector --> OutputPolicy : Implements
}
package "Workstation" {
class Workstation {
+ id : int
+ output_type : ProductType
- generate_duration() : float
- get_components()
- assemble()
+ can_accept(input:ComponentType) : bool
}
class Buffer {
+ id : int
- type : ComponentType
- capacity : int
- contents : list<ComponentType>
+ enqueue(type:ComponentType)
+ dequeue() : ComponentType
+ is_full() : bool
+ is_empty() : bool
}
enum ProductType {
P1
P2
P3
}
Workstation --> ProductType : Outputs
Workstation --> ComponentType : Consumes
Workstation "1" *-- "*" Buffer : Draws From
Buffer -left-> ComponentType : Stores
}
class FutureEventList {
events : list<Event>
add_event(time)
next() : Event
}
System "1" o-- "*" Inspector
System "1" o-- "*" Workstation
System *-- FutureEventList : Manages
Inspector --> Workstation : Outputs to
}
@enduml |
4d8b965bf42e7a09d62443c0165f72c52de04e30 | 0b427603548a80945e1c7b75541ea5384f2e4509 | /docs/model.puml | 68e618157380f938221ea8ca07045de0dddd3b72 | [] | no_license | ilb/chatbox | 11acebc2b550cee98067c17c737ba1d08fa5f701 | 99f84ee094806eaa633d745f31452cb201e62b4a | refs/heads/master | 2023-03-18T05:36:52.289749 | 2021-03-09T08:35:24 | 2021-03-09T08:35:24 | 343,313,904 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 968 | puml | @startuml model
class User<<Пользователь>>{
# id
# code
+ name
}
class Chat <<Чат>>{
# id
# uid
# code
+ name
+ begDate
+ endDate
}
class ChatMemberRole <<Роль участника>>{
# id
+ code
+ name
}
ChatMember .. "1" ChatMemberRole
class ChatMember<<Участник чата>> {
# id
+ user: User
+ chat: Chat
+ role: ChatMemberRole <<Роль>>
+ begDate: DateTime
+ endDate: DateTime
}
User "1" *-- "M" ChatMember : является >
Chat "1" *-- "M" ChatMember : содержит >
class Message <<Сообщение>>{
# id
+ date
+ author: User
+ text
+ attachments[]
+ chatMember
}
class Attachment <<Вложение>>{
# id
+ date
+ name
+ contentType
+ content
}
Message "1" *-- "M" Attachment : содержит >
Chat "1" *-- "M" Message : содержит >
@enduml
|
c35d60c4d546e011fb07eda4952f7ba68c14d6b4 | 346a7fb1e36df2691e26da9a6c40619ad7c95e41 | /05-iterator/factory-method.plantuml | 9bad806a3d0c913e4e7e043a608f8ce7f036a231 | [
"MIT"
] | permissive | sWIFlezech/hsro-wif-prg2.github.io | c1587385b40dc11afc28a75367184108c97e0008 | 3698354299e087a8629c0e56c3f0a14ac985e2d9 | refs/heads/master | 2020-03-11T10:53:04.071038 | 2018-04-22T15:48:20 | 2018-04-22T15:48:20 | 129,954,522 | 0 | 0 | MIT | 2018-04-17T19:25:19 | 2018-04-17T19:25:19 | null | UTF-8 | PlantUML | false | false | 233 | plantuml | @startuml factory-method
interface Interface {
+operation()
}
class SomeClass {
+interface(): Interface
}
class MyInterfaceImpl implements Interface {
+operation()
}
SomeClass ..left..> MyInterfaceImpl : "<<creates>>"
@enduml |
ab7eee54390b578d0a0e9df65d934dc5e02139c1 | 4fb7e3ef2b429c6343e78f487da054b04491061c | /app/src/main/java/Diagrams/Service Class Diagram.puml | 155d6a6be0775dc012b05bc74ef6805c0edf0bb8 | [] | no_license | Kayu/COEN390 | cf36d113f9f27946f5a07979e32451da46f48d04 | adb807ebe6c1ce3430328eff29fa2ef0110fe5e0 | refs/heads/master | 2016-08-12T19:29:35.302950 | 2016-04-14T22:00:38 | 2016-04-14T22:00:38 | 53,161,179 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,509 | puml | @startuml
package "Service"{
class DbContract{
}
class AddressEntry <<Static>>{
+ {static} TABLE_NAME: String
+ {static} COLUMN_NAME: String
+ {static} COLUMN_NUM: String
}
class ContactsEntry <<Static>>{
+ {static} TABLE_NAME: String
+ {static} COLUMN_FACT: String
}
class DbHelper{
- {static} DATABASE_NAME: String
- {static} DATABASE_VERSION: int
- DROP_ADDRESS: String
- DROP_CONTACTS: String
- ContactsTable: String
- AddressTable: String
- db: SQLiteDatabase
+ DbHelper (context: Context)
+ onCreate (db: SQLiteDatabase)
+ onUpgrade (db: SQLiteDatabase, oldVersion: int, newVersion: int)
+ insert_address (address: String) : boolean
+ getAllData_address () : Cursor
+ getAddress () : Cursor
+ deleteAll_address ()
+ insert_contact (name: String, num: String)
+ getContact (num: int) : Cursor
+ getAllData_contacts () : Cursor
+ deleteAllData_contacts () : Cursor
+ deleteAll_contacts ()
+ getDBVersion () : int
}
class MyLocListener{
- context: Context
- GPSEnabled: boolean
- NetworkEnabled: boolean
- accessLocation: boolean
- hasPermission: boolean
- location: Location
- latitude: double
- longitude: double
- {static} MIN_DISTANCE: long
- {static} MIN_TIME_UPDATE: long
- locationManager: LocationManager
+ MyLocListener (context: Context, gpsPermission : boolean
+ getLocation () : Location
+ getLongitude () : double
+ getLongitude () : double
+ ableToAccessLocation () : boolean
+ setPermission (permission: boolean)
+ showAlert ()
+ onLocationChanged (location: Location)
+ onProviderDisabled (provider: String)
+ onProviderEnabled (provider: String)
+ onStatusChanged (provider: String, status: int, extras: Bundle)
+ onBind (arg0: Intent) : IBinder
}
class OutgoingCallReceiver{
+ onReceive (context: Context, intent: Intent)
+ checkIfNeedBlocking (outgoingNumber: String, context: Context)
}
}
DbContract o-- AddressEntry
DbContract o-- ContactsEntry
DbContract <.. DbHelper
DbHelper <-- MainActivity
DbHelper <-- SettingsActivity
MainActivity ..>MyLocListener
OutgoingCallReceiver<--MainActivity
@enduml |
eb6c6b43ea027b394c727c7dfcd7af62a31918c9 | d358c3dcfd0db80c18e47237c3ec99277f2d0b3b | /db-connection/mysql-jdbc/docs/mybatis-query-detail.puml | 7056f9764aafc115bce0e4de2afcacaf821dd079 | [] | no_license | FS1360472174/javaweb | e23f7ab8265a6f1d6c0cd17f8907526e4e5667bd | b4a46490e488358c4ef761cd7e04b8a4c412fc93 | refs/heads/master | 2022-12-16T08:34:49.542490 | 2019-10-07T08:16:01 | 2019-10-07T08:16:01 | 64,014,164 | 8 | 3 | null | 2022-11-24T07:13:25 | 2016-07-23T11:57:12 | Java | UTF-8 | PlantUML | false | false | 466 | puml | @startuml
class MapperProxy
interface InvocationHandler
Executor <.. SqlSession
SqlSession <.. MapperMethod:委托给SqlSession去执行sql
InvocationHandler <|.. MapperProxy:给代理类注入了sqlSession
MapperMethod <.. MapperProxy
Executor <|.. BaseExecutor
BaseExecutor<|-- SimpleExecutor
class MapperMethod {
private final SqlCommand command;
private final MethodSignature method;
Object execute(SqlSession sqlSession, Object[] args) ;
}
@enduml |
d76fa25b79a9aa0d3dc1f92d9a4f25f687b3335a | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ChannelUpdateAction.puml | 5e622103d74800576dd94c508235d4fd7ab23457 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 3,489 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ChannelUpdateAction [[ChannelUpdateAction.svg]] {
action: String
}
interface ChannelAddRolesAction [[ChannelAddRolesAction.svg]] {
action: String
roles: [[ChannelRoleEnum.svg List<ChannelRoleEnum>]]
}
interface ChannelChangeDescriptionAction [[ChannelChangeDescriptionAction.svg]] {
action: String
description: [[LocalizedString.svg LocalizedString]]
}
interface ChannelChangeKeyAction [[ChannelChangeKeyAction.svg]] {
action: String
key: String
}
interface ChannelChangeNameAction [[ChannelChangeNameAction.svg]] {
action: String
name: [[LocalizedString.svg LocalizedString]]
}
interface ChannelRemoveRolesAction [[ChannelRemoveRolesAction.svg]] {
action: String
roles: [[ChannelRoleEnum.svg List<ChannelRoleEnum>]]
}
interface ChannelSetAddressAction [[ChannelSetAddressAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface ChannelSetAddressCustomFieldAction [[ChannelSetAddressCustomFieldAction.svg]] {
action: String
name: String
value: [[Object.svg Object]]
}
interface ChannelSetAddressCustomTypeAction [[ChannelSetAddressCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface ChannelSetCustomFieldAction [[ChannelSetCustomFieldAction.svg]] {
action: String
name: String
value: [[Object.svg Object]]
}
interface ChannelSetCustomTypeAction [[ChannelSetCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface ChannelSetGeoLocationAction [[ChannelSetGeoLocationAction.svg]] {
action: String
geoLocation: [[GeoJson.svg GeoJson]]
}
interface ChannelSetRolesAction [[ChannelSetRolesAction.svg]] {
action: String
roles: [[ChannelRoleEnum.svg List<ChannelRoleEnum>]]
}
interface ChannelUpdate [[ChannelUpdate.svg]] {
version: Long
actions: [[ChannelUpdateAction.svg List<ChannelUpdateAction>]]
}
ChannelUpdateAction --> ChannelAddRolesAction #blue;text:blue : "action : addRoles"
ChannelUpdateAction --> ChannelChangeDescriptionAction #blue;text:blue : "action : changeDescription"
ChannelUpdateAction --> ChannelChangeKeyAction #blue;text:blue : "action : changeKey"
ChannelUpdateAction --> ChannelChangeNameAction #blue;text:blue : "action : changeName"
ChannelUpdateAction --> ChannelRemoveRolesAction #blue;text:blue : "action : removeRoles"
ChannelUpdateAction --> ChannelSetAddressAction #blue;text:blue : "action : setAddress"
ChannelUpdateAction --> ChannelSetAddressCustomFieldAction #blue;text:blue : "action : setAddressCustomField"
ChannelUpdateAction --> ChannelSetAddressCustomTypeAction #blue;text:blue : "action : setAddressCustomType"
ChannelUpdateAction --> ChannelSetCustomFieldAction #blue;text:blue : "action : setCustomField"
ChannelUpdateAction --> ChannelSetCustomTypeAction #blue;text:blue : "action : setCustomType"
ChannelUpdateAction --> ChannelSetGeoLocationAction #blue;text:blue : "action : setGeoLocation"
ChannelUpdateAction --> ChannelSetRolesAction #blue;text:blue : "action : setRoles"
ChannelUpdateAction --> ChannelUpdate #green;text:green : "actions"
@enduml
|
4d539d26f2e8cbc3142da577a81c41a0368c5ac1 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Core/MORR/Session/Crypto/CryptoHelper.puml | a31a76ab7bbaa3606fc5a8253ebdf39492c39a2a | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 191 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
class CryptoHelper <<static>> {
+ {static} GenerateHash(rawData:string) : string
}
!endsub
@enduml |
544517ffc60ace279215e8e424a9407795dd2151 | d3a876dfe2851c165719340252ac30e60912f6e6 | /bg-manager/bg-designPattern/src/main/java/com/mhm/create/singleton/singleton.puml | 62e69a85b6b932b322d48b53747b565d3c9c6ed2 | [] | no_license | 289562326/bigdata_mhm | 846af37dbc8a00580b3c0424f1cebc21d659c672 | 210636d2ea350c0228deccf1485d3d1a6eb4a39c | refs/heads/master | 2022-07-10T14:41:56.081002 | 2021-04-29T11:33:58 | 2021-04-29T11:33:58 | 190,759,465 | 0 | 0 | null | 2022-06-17T03:33:35 | 2019-06-07T14:42:09 | Java | UTF-8 | PlantUML | false | false | 124 | puml | @startuml
Singleton --> Singleton
class Singleton {
-singleton:Singleton
-Singleton()
+getInstance():Singleton
}
@enduml |
27651d8ce950cb029369706a6e66fc628253e3c7 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/SubscriptionUpdateAction.puml | 1a6ebbfeee79eda33dd358605e224b1f51af702e | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,551 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface SubscriptionUpdateAction [[SubscriptionUpdateAction.svg]] {
action: String
}
interface SubscriptionChangeDestinationAction [[SubscriptionChangeDestinationAction.svg]] {
action: String
destination: [[Destination.svg Destination]]
}
interface SubscriptionSetChangesAction [[SubscriptionSetChangesAction.svg]] {
action: String
changes: [[ChangeSubscription.svg List<ChangeSubscription>]]
}
interface SubscriptionSetKeyAction [[SubscriptionSetKeyAction.svg]] {
action: String
key: String
}
interface SubscriptionSetMessagesAction [[SubscriptionSetMessagesAction.svg]] {
action: String
messages: [[MessageSubscription.svg List<MessageSubscription>]]
}
interface SubscriptionUpdate [[SubscriptionUpdate.svg]] {
version: Long
actions: [[SubscriptionUpdateAction.svg List<SubscriptionUpdateAction>]]
}
SubscriptionUpdateAction --> SubscriptionChangeDestinationAction #blue;text:blue : "action : changeDestination"
SubscriptionUpdateAction --> SubscriptionSetChangesAction #blue;text:blue : "action : setChanges"
SubscriptionUpdateAction --> SubscriptionSetKeyAction #blue;text:blue : "action : setKey"
SubscriptionUpdateAction --> SubscriptionSetMessagesAction #blue;text:blue : "action : setMessages"
SubscriptionUpdateAction --> SubscriptionUpdate #green;text:green : "actions"
@enduml
|
8699e958e675dfcb847bb089e232fe37080a41a4 | c60a8fb67fedcbae08755d8125d97468a8aca24d | /Projet de UML Reverse/documents/trash/DAL/DiagrammesVueVersion1erLivrable/viewsimplifie.puml | a3c27afbccfd831bd06e2b97feb2efbd6883e5f0 | [
"Apache-2.0"
] | permissive | BelkhousNabil/Projets-Informatiques | 6be114f6a8dbcf978ef67daffb1394ee023255cf | 47ffd6526bb66ae263c34725fe2b515b751127bb | refs/heads/master | 2021-01-17T07:12:08.050466 | 2017-02-26T17:03:56 | 2017-02-26T17:03:56 | 54,788,129 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,669 | puml | @startuml
package View {
class ADiagramEditor extends Pane implements IDiagramEditor {
}
class ADiagramEditorController implements IDiagramEditorController {
}
class classDiagramEditor extends ADiagramEditor {
}
class ClassDiagramEditorController extends ADiagramEditorController {
}
class Gestures {
}
interface IDiagramEditor {
}
interface IDiagramEditorController {
}
class MenuController {
}
class NodeGestures extends Gestures {
}
class PannableCanvas extends Group {
}
class SceneGestures extends Gestures {
}
class ZoomableScrollPane extends ScrollPane {
}
}
SceneGestures --> EventHandler
Gestures +-- DragContext
NodeGestures ..> PannableCanvas
ZoomableScrollPane --> Group
ZoomableScrollPane ..> Node
MenuController o-- MenuBar
MenuController o-- Window
MenuController --> ADiagramEditor
PannableCanvas --o "1" ADiagramEditor
ADiagramEditor --> IDiagramEditorController
ADiagramEditor --> PannableCanvas
ADiagramEditorController --> ADiagramEditor
ADiagramEditorController --> INoteGraphic
ADiagramEditorController --> MenuItem
ADiagramEditorController --> ISelectionableEntityGraphic
ADiagramEditorController ..> INoteGraphic
ADiagramEditorController ..> IRelationGraphic
ADiagramEditorController ..> ISelectionnableEntityGraphic
ADiagramEditorController ..> NoteGraphic
ClassDiagramEditorController --> IClassDiagram
ClassDiagramEditorController ..> ADiagramEditor
ClassDiagramEditorController ..> ObjectEntityGraphic
@enduml
|
ed0e960aab526328d31fa16df48155a7b4c31e48 | 618414d7666e67b9535ebd975e1de61e9c01e095 | /QLSV/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/fragment/fragment.plantuml | 20dfb8023979b485689f51e29eb332f230205467 | [] | no_license | h2312/Do-an-TTLTA-03-TIN230DV01-0100 | a0792724add3844de35d48a2bd87d3eeb8de8a93 | e9f01e84b45042bd6192333842fb80feabb74707 | refs/heads/master | 2022-06-30T21:56:05.032422 | 2020-04-25T10:33:44 | 2020-04-25T10:33:44 | 258,747,594 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 9,408 | plantuml | @startuml
title __FRAGMENT's Class Diagram__\n
package android.support.fragment {
class R {
- R()
}
}
package android.support.fragment {
class attr {
{static} + alpha : int
{static} + coordinatorLayoutStyle : int
{static} + font : int
{static} + fontProviderAuthority : int
{static} + fontProviderCerts : int
{static} + fontProviderFetchStrategy : int
{static} + fontProviderFetchTimeout : int
{static} + fontProviderPackage : int
{static} + fontProviderQuery : int
{static} + fontStyle : int
{static} + fontVariationSettings : int
{static} + fontWeight : int
{static} + keylines : int
{static} + layout_anchor : int
{static} + layout_anchorGravity : int
{static} + layout_behavior : int
{static} + layout_dodgeInsetEdges : int
{static} + layout_insetEdge : int
{static} + layout_keyline : int
{static} + statusBarBackground : int
{static} + ttcIndex : int
- attr()
}
}
package android.support.fragment {
class color {
{static} + notification_action_color_filter : int
{static} + notification_icon_bg_color : int
{static} + ripple_material_light : int
{static} + secondary_text_default_material_light : int
- color()
}
}
package android.support.fragment {
class dimen {
{static} + compat_button_inset_horizontal_material : int
{static} + compat_button_inset_vertical_material : int
{static} + compat_button_padding_horizontal_material : int
{static} + compat_button_padding_vertical_material : int
{static} + compat_control_corner_material : int
{static} + compat_notification_large_icon_max_height : int
{static} + compat_notification_large_icon_max_width : int
{static} + notification_action_icon_size : int
{static} + notification_action_text_size : int
{static} + notification_big_circle_margin : int
{static} + notification_content_margin_start : int
{static} + notification_large_icon_height : int
{static} + notification_large_icon_width : int
{static} + notification_main_column_padding_top : int
{static} + notification_media_narrow_margin : int
{static} + notification_right_icon_size : int
{static} + notification_right_side_padding_top : int
{static} + notification_small_icon_background_padding : int
{static} + notification_small_icon_size_as_large : int
{static} + notification_subtext_size : int
{static} + notification_top_pad : int
{static} + notification_top_pad_large_text : int
- dimen()
}
}
package android.support.fragment {
class drawable {
{static} + notification_action_background : int
{static} + notification_bg : int
{static} + notification_bg_low : int
{static} + notification_bg_low_normal : int
{static} + notification_bg_low_pressed : int
{static} + notification_bg_normal : int
{static} + notification_bg_normal_pressed : int
{static} + notification_icon_background : int
{static} + notification_template_icon_bg : int
{static} + notification_template_icon_low_bg : int
{static} + notification_tile_bg : int
{static} + notify_panel_notification_icon_bg : int
- drawable()
}
}
package android.support.fragment {
class id {
{static} + action_container : int
{static} + action_divider : int
{static} + action_image : int
{static} + action_text : int
{static} + actions : int
{static} + async : int
{static} + blocking : int
{static} + bottom : int
{static} + chronometer : int
{static} + end : int
{static} + forever : int
{static} + icon : int
{static} + icon_group : int
{static} + info : int
{static} + italic : int
{static} + left : int
{static} + line1 : int
{static} + line3 : int
{static} + none : int
{static} + normal : int
{static} + notification_background : int
{static} + notification_main_column : int
{static} + notification_main_column_container : int
{static} + right : int
{static} + right_icon : int
{static} + right_side : int
{static} + start : int
{static} + tag_transition_group : int
{static} + tag_unhandled_key_event_manager : int
{static} + tag_unhandled_key_listeners : int
{static} + text : int
{static} + text2 : int
{static} + time : int
{static} + title : int
{static} + top : int
- id()
}
}
package android.support.fragment {
class integer {
{static} + status_bar_notification_info_maxnum : int
- integer()
}
}
package android.support.fragment {
class layout {
{static} + notification_action : int
{static} + notification_action_tombstone : int
{static} + notification_template_custom_big : int
{static} + notification_template_icon_group : int
{static} + notification_template_part_chronometer : int
{static} + notification_template_part_time : int
- layout()
}
}
package android.support.fragment {
class string {
{static} + status_bar_notification_info_overflow : int
- string()
}
}
package android.support.fragment {
class style {
{static} + TextAppearance_Compat_Notification : int
{static} + TextAppearance_Compat_Notification_Info : int
{static} + TextAppearance_Compat_Notification_Line2 : int
{static} + TextAppearance_Compat_Notification_Time : int
{static} + TextAppearance_Compat_Notification_Title : int
{static} + Widget_Compat_NotificationActionContainer : int
{static} + Widget_Compat_NotificationActionText : int
{static} + Widget_Support_CoordinatorLayout : int
- style()
}
}
package android.support.fragment {
class styleable {
{static} + ColorStateListItem : int[]
{static} + ColorStateListItem_android_color : int
{static} + ColorStateListItem_android_alpha : int
{static} + ColorStateListItem_alpha : int
{static} + CoordinatorLayout : int[]
{static} + CoordinatorLayout_keylines : int
{static} + CoordinatorLayout_statusBarBackground : int
{static} + CoordinatorLayout_Layout : int[]
{static} + CoordinatorLayout_Layout_android_layout_gravity : int
{static} + CoordinatorLayout_Layout_layout_anchor : int
{static} + CoordinatorLayout_Layout_layout_anchorGravity : int
{static} + CoordinatorLayout_Layout_layout_behavior : int
{static} + CoordinatorLayout_Layout_layout_dodgeInsetEdges : int
{static} + CoordinatorLayout_Layout_layout_insetEdge : int
{static} + CoordinatorLayout_Layout_layout_keyline : int
{static} + FontFamily : int[]
{static} + FontFamily_fontProviderAuthority : int
{static} + FontFamily_fontProviderCerts : int
{static} + FontFamily_fontProviderFetchStrategy : int
{static} + FontFamily_fontProviderFetchTimeout : int
{static} + FontFamily_fontProviderPackage : int
{static} + FontFamily_fontProviderQuery : int
{static} + FontFamilyFont : int[]
{static} + FontFamilyFont_android_font : int
{static} + FontFamilyFont_android_fontWeight : int
{static} + FontFamilyFont_android_fontStyle : int
{static} + FontFamilyFont_android_ttcIndex : int
{static} + FontFamilyFont_android_fontVariationSettings : int
{static} + FontFamilyFont_font : int
{static} + FontFamilyFont_fontStyle : int
{static} + FontFamilyFont_fontVariationSettings : int
{static} + FontFamilyFont_fontWeight : int
{static} + FontFamilyFont_ttcIndex : int
{static} + GradientColor : int[]
{static} + GradientColor_android_startColor : int
{static} + GradientColor_android_endColor : int
{static} + GradientColor_android_type : int
{static} + GradientColor_android_centerX : int
{static} + GradientColor_android_centerY : int
{static} + GradientColor_android_gradientRadius : int
{static} + GradientColor_android_tileMode : int
{static} + GradientColor_android_centerColor : int
{static} + GradientColor_android_startX : int
{static} + GradientColor_android_startY : int
{static} + GradientColor_android_endX : int
{static} + GradientColor_android_endY : int
{static} + GradientColorItem : int[]
{static} + GradientColorItem_android_color : int
{static} + GradientColorItem_android_offset : int
- styleable()
}
}
R +-down- attr
R +-down- color
R +-down- dimen
R +-down- drawable
R +-down- id
R +-down- integer
R +-down- layout
R +-down- string
R +-down- style
R +-down- styleable
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
025551e80ece4ba94c4082d9b3744608de78dbc9 | d2a188c9357d76c2a22a9d5f4f68154a6a1901a4 | /docs/uml/graphimprove_pipeline.plantuml | f4cf7a2341119d1efe957bb589f7802694a2612b | [
"MIT"
] | permissive | ArDoCo/PARSEGraphImprove | 9f1b4e17be90862a7d488c2b45606a352a224aa6 | 3520197d6a1260566e6dd2da0ee279aa82b83709 | refs/heads/master | 2023-02-10T19:43:43.186266 | 2020-12-21T14:57:19 | 2020-12-21T14:57:19 | 244,677,807 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,583 | plantuml | @startuml
class GraphImprovePipeline [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImprovePipeline]] {
+{static}String GRAPH_IMPROVE_PIPELINE
+void init()
+void exec(AbstractPipelineData data)
+String getID()
}
class GraphImproveStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImproveStrategy]] {
}
GraphImprovePipeline --> "*" GraphImproveStrategy : strategies
interface IPipelineStage [[java:edu.kit.ipd.parse.luna.pipeline.IPipelineStage]] {
}
IPipelineStage <|.. GraphImprovePipeline
interface GraphImproveStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImproveStrategy]] {
void createArcTypes(IGraph graph)
void createNodeTypes(IGraph graph)
void executeImprovement(IGraph graph)
}
class PhraseStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.improvestrategies.PhraseStrategy]] {
+{static}String CHUNKIOB_ATTRIBUTE_KEY
~Map<String,INodeType> nodeTypes
~Map<String,IArcType> arcTypes
~Map<String,Function<INode,Void>> functionMap
~IGraph graph
~INode phraseNode
+PhraseStrategy()
+void createArcTypes(IGraph graph)
+void createNodeTypes(IGraph graph)
+void executeImprovement(IGraph graph)
-List<INode> getTokenNodes(IGraph graph)
}
interface GraphImproveStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImproveStrategy]] {
}
GraphImproveStrategy <|.. PhraseStrategy
class SentenceStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.improvestrategies.SentenceStrategy]] {
+{static}String SENTENCE_NODE_TYPE
+{static}String SENTENCE_TO_SENCTENCE_ARC_TYPE
+{static}String WORD_TO_SENCTENCE_ARC_TYPE
+{static}String SENTENCE_NUMBER_ATTRIBUTE
-{static}int FIRST_SENTENCE_NUMBER
-{static}IArcType word2sentenceArcTyp
-{static}IArcType sentence2sentenceArcTyp
-{static}INodeType sentenceNodeType
+void createArcTypes(IGraph graph)
+void createNodeTypes(IGraph graph)
+void executeImprovement(IGraph graph)
-Map<Integer,List<INode>> getTokenGroupedBySentence(IGraph graph)
-void buildSentence(Map<Integer,List<INode>> sentences, IGraph graph)
}
interface GraphImproveStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImproveStrategy]] {
}
GraphImproveStrategy <|.. SentenceStrategy
class SentenceToPhraseStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.improvestrategies.SentenceToPhraseStrategy]] {
+{static}String SENTENCE2PHRASE
-IArcType sentenceToPhraseArcTyp
+void createArcTypes(IGraph graph)
+void createNodeTypes(IGraph graph)
+void executeImprovement(IGraph graph)
}
interface GraphImproveStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImproveStrategy]] {
}
GraphImproveStrategy <|.. SentenceToPhraseStrategy
@enduml |
a0e6ebed7ca12dad4729a4fa7da1200cacf7953c | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyCompanyDraft.puml | 54ccab8f8e61e4e9080453cb5d7d14a007afcad6 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,143 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface MyCompanyDraft [[MyCompanyDraft.svg]] extends MyBusinessUnitDraft {
key: String
unitType: [[BusinessUnitType.svg BusinessUnitType]]
name: String
contactEmail: String
custom: [[CustomFields.svg CustomFields]]
addresses: [[BaseAddress.svg List<BaseAddress>]]
shippingAddresses: [[Integer.svg List<Integer>]]
defaultShippingAddress: Integer
billingAddresses: [[Integer.svg List<Integer>]]
defaultBillingAddress: Integer
}
interface MyBusinessUnitDraft [[MyBusinessUnitDraft.svg]] {
key: String
unitType: [[BusinessUnitType.svg BusinessUnitType]]
name: String
contactEmail: String
custom: [[CustomFields.svg CustomFields]]
addresses: [[BaseAddress.svg List<BaseAddress>]]
shippingAddresses: [[Integer.svg List<Integer>]]
defaultShippingAddress: Integer
billingAddresses: [[Integer.svg List<Integer>]]
defaultBillingAddress: Integer
}
@enduml
|
1eaeb01cd9a60139417cce005bc9a7bb4191846f | 75819a1112c00d3128a0e15fb61af8b5cbecef4d | /data/ClassDiagram.puml | 121f3388772f45f444d60af75ecc1c9eb7ece5c2 | [] | no_license | OnlyShoky/TER-Trampolin | b42e956655ee6e3b287643503c3a6fdf9854ac58 | f8f161328179630e641aa0d2b02efc7749df4a70 | refs/heads/master | 2020-05-17T01:22:34.729524 | 2019-04-25T11:53:29 | 2019-04-25T11:53:29 | 183,423,764 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,023 | puml | @startuml
title Machine temps de vol - Diagramme de classe
class Ecran {
-adresse : uint8
+clear()
+write(string str)
}
class HTMLgenerator {
+static page_vide : const char[]
+static getCode(list<array<uint32, 10>> temps) : string
}
class Serveur {
-DNS_PORT = 53 : const byte
-SSID : const char*
+WebServer(string SSID)
+modifyMeasurements(list<array<uint32, 10>> tabTemps)
}
class ModeMesure{
-tabTemps : array<uint32, 10>
-indiceTabTemps : int
-pause : bool
-mode1 : bool
-mode2 : bool
-interference : bool
-presenceTrampolin : bool
-presenceP : bool
-lancerM : bool
-finMesure : bool
__
+ModeMesure (seuil = 300 : int, seuilInter = 100 : int)
+getTime(): uint32_t
+getTabTemps() : list<array<uint32, 10>>
+lancerMesure()
+presancePersonne() : bool
.. Note ..
presancePersonne() retourne un booléen pour indiquer la fin
de la mesure :
True - fin de la mesure
False - Mesure en cours
..
+getIndicateur() : bool
+getIndice() : int
+absencePersonne()
}
class TableauDesMesures{
-nbValue : uint32
-index_write : uint32
-tabToutesMesure : std::array<uint32_t, 10>[20]
-EEPROMReadLong(adress:int): uint32
-EEPROMWriteLong(adress: int, value : uint32)
+clearAll()
+writeAll()
+readAll()
+remplirTableau(tab[10] : uint32)
+getTab() : list<array<uint32, 10>>
}
class main {
nbSaut = 0 : uint32
tempsVol = 0 : uint32
tempsTotal = 0 : uint32
bool enMesure = false : bool
--
-void boutonPress()
-void laser1Change()
-void laser2Change()
-void laser2Change()
.. Note ..
interruptions déclanché sur le un front des lasers ou du bouton
..
+setup()
+loop()
==
Programme principale.
Il interface les entrées sortie du système
avec les classes.
}
Serveur*--HTMLgenerator
main*--Ecran
main*--Serveur
main*--ModeMesure
main*--TableauDesMesures
hide main circle
@enduml |
a85c8f5a0a45d2fc20569961628ce9fcacb22a7d | 65d20a2522663f335ac05ff61a0d00cb3c9e02d6 | /设计模式/行为型模式/17.Mediator中介者/mediator.puml | 9f07a4e2f901231e1c5bee7f82e6e253ef9cff10 | [] | no_license | GungnirLaevatain/doc | 3f436387665cd67b93e84df0a0c92f9f894ad4a3 | 519643453e49a5a82e4a971597d186bfdc280116 | refs/heads/master | 2020-08-08T15:52:54.217559 | 2020-03-16T02:10:08 | 2020-03-16T02:10:08 | 213,863,201 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 653 | puml | @startuml
abstract class BaseJudgmentMediator{
+ {abstract} void win(int chip, BasePlayer basePlayer)
}
abstract class BasePlayer{
+ {abstract} void win(int chip, BaseJudgmentMediator mediator)
+ {abstract} void lose(int chip)
}
abstract class JudgmentMediator{
- BasePlayer first
- BasePlayer second
+ void win(int chip, BasePlayer basePlayer)
}
abstract class Player{
- int chip
+ void win(int chip, BaseJudgmentMediator mediator)
+ void lose(int chip)
}
Player --|> BasePlayer
JudgmentMediator --|> BaseJudgmentMediator
JudgmentMediator --> Player
BaseJudgmentMediator..>BasePlayer
BasePlayer..>BaseJudgmentMediator
@enduml |
59aedc1cd76ba6cf27514957d21a6cd1e137bc60 | 5635c597a38479879c55c4594c8b09877ef1102b | /src/main/java/org/hfeng/misc/hfdp/ch3/first-beverage.puml | cd88822ab5244e7d3f070c8ea92d929a7d45cf30 | [] | no_license | harrifeng/java-in-action | 6c4d49f51634e5397606690710331438e4835a9f | e9b88ecf2fd2033e1848234c770fb3967fb1ec9d | refs/heads/master | 2020-11-26T18:31:08.066713 | 2015-05-19T01:04:17 | 2015-05-19T01:04:17 | 23,460,887 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 273 | puml | @startuml
abstract class Beverage {
description
getDescription()
cost()
}
class HouseBlend extends Beverage {
cost()
}
class DarkRoast extends Beverage {
cost()
}
class Decaf extends Beverage {
cost()
}
class Espresso extends Beverage {
cost()
}
@enduml |
0eae251a0ab8647c93d1db0cfeadb1bd8d15d838 | 3f0f1beb0020ef10c82e25f24f5ba1e6125d09e2 | /src/zhw/designpattern/facade/facadextend.puml | 77d173af79adfe71950d28fef25e7c77bdbe6b6f | [] | no_license | ShepherdOutsidethefortres/JavaBase | 14995735a15d04529ea5fc487fea3aeac878a22c | f7b748ba4b808ba6bf9922718b6fa28615775fc0 | refs/heads/master | 2021-06-26T15:07:04.659964 | 2021-02-25T06:38:51 | 2021-02-25T06:38:51 | 211,585,121 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 834 | puml | @startuml
interface LetterProcess{
+writeContext(String):void
+fillEnvelope(String):void
+letterInotoEnvelope():void
+sendLetter():void
}
class LetterProcessImpl{
+writeContext(String):void
+fillEnvelope(String):void
+letterInotoEnvelope():void
+sendLetter():void
}
class Police{
+checkLetter(LetterProcess):void
}
class ModenPostOffice{
-letterProcess:LetterProcess
-letterPolice:Police
+sendLetter(String,String):void
}
class Client{
+{static}main(String[]):void
}
LetterProcess <|.. LetterProcessImpl
LetterProcessImpl ..* ModenPostOffice
ModenPostOffice <.. Client
Police ..* ModenPostOffice
note right of LetterProcess
写信的过程
end note
note right of LetterProcessImpl
写信的实现类
end note
note left of Police
警察局检查信件
end note
note left of ModenPostOffice
邮局(门面)
end note
@enduml |
dd312d2c29a30144cd8a5b996bce3e925f3ef630 | 2a80cb8bfa6a711c50e003e5b10d58908ae5284c | /doc/Customizing-Authentication-Managers.plantuml | 4fd5027120433a6e52d495e48eca076f42802250 | [] | no_license | EvanJonQiu/StudySpringSecurity | 79cd4e2f7d08287cc645d2ce71408ac2cf02fdcb | c55625f4a99c769fa36732fea82d2e365bfc9170 | refs/heads/main | 2023-08-02T16:09:01.592076 | 2021-09-29T03:40:44 | 2021-09-29T03:40:44 | 411,110,209 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,271 | plantuml | @startuml
together {
abstract class WebSecurityConfigurerAdapter {
+configure(AuthenticationManagerBuilder builder)
}
class ApplicationSecurityConfigurer extends WebSecurityConfigurerAdapter {
-UserDetailsServiceImpl userDetialService
+configure(AuthenticationManagerBuilder auth)
--Beans--
+PasswordEncoder encoder()
}
note left of ApplicationSecurityConfigurer::configure
auth.userDetailsService(userDetialService).passwordEncoder(encoder);
end note
note left of ApplicationSecurityConfigurer::encoder
new BCryptPasswordEncoder()
end note
interface UserDetailsService {
+UserDetails loadUserByUsername(String username)
}
class UserDetailsServiceImpl implements UserDetailsService {
-UserRepository userRepository
+UserDetails loadUserByUsername(String username)
}
note right of UserDetailsServiceImpl::loadUserByUsername
SysUser sysUser = this.userRepository.findByUsername(username);
if (sysUser == null) {
throw new UsernameNotFoundException("User '" + username + "' not found");
}
return new SysUserDetails(sysUser);
end note
class UserRepository {
+SysUser findByUsername(String username)
}
UserDetailsServiceImpl - UserRepository
ApplicationSecurityConfigurer - UserDetailsServiceImpl
}
@enduml |
cab9d6d4008a44d799a3966f32638ed3f016a285 | 449d02c3e9fddcf7e3d49579e0703c11b45b9283 | /pert5/inhe.puml | 64c940bb40b6cf00888c9648bb297973039558d4 | [] | no_license | tiarauliasbrna/pbo-1 | 4ae4482b14ba2b55ac3347009c8b3b4881dd4e18 | 544a45fd021043460d8e8039a738e05a1b0ba272 | refs/heads/main | 2023-08-16T04:58:24.130963 | 2021-10-25T09:05:49 | 2021-10-25T09:05:49 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 734 | puml | @startuml inheritance
header
Pertemuan 5
endheader
caption copyright@esaunggul.ac.id
legend left
CTI211-Pemograman Berorientasi Objek
endlegend
class Kendaraan{
__ protected __
# merk : string
# jenis : string
--
source code pert5-3.cc
}
class Mobil{
__ public __
+ kendaraan(): param
__ private __
- paramJenis : string
- paramMerk : string
--
source code pert5-3.cc
}
Kendaraan <|--- Mobil
note top of Kendaraan : Inheritance adalah konsep OOP dimana sebuah class dapat menurunkan data member dan member function yang dimilikinya kepada class lain. Konsep inheritance dipakai untuk memanfaatkan fitur code reuse, yakni menghindari terjadinya duplikasi kode program.
@enduml |
f1feaf356fbf0b7d15cc39543d760ce87d72dbd4 | 14aff7a8f8c9d4f961962f538398f322fa1a5481 | /ProgramowanieObiektowe/Lista7/PO_L7/src/com/company/utils/utils.plantuml | 4afa193f386c5cf602f066c377d42c13f106709f | [] | no_license | jakubprzydatek/studia | 6529c5d024bf42d4c230dc966d8b3fbfa32729f1 | 9ae3ffe6206ed8fccd4434c5646c9993f9cf57fe | refs/heads/main | 2023-04-11T16:40:21.418832 | 2021-04-22T21:56:15 | 2021-04-22T21:56:15 | 318,674,064 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 476 | plantuml | @startuml
title __UTILS's Class Diagram__\n
namespace com.company {
namespace utils {
class com.company.utils.FileUtils {
{static} + ReadObjectFromFile()
{static} + WriteObjectToFile()
{static} + isFileExists()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
d1427d1f9ab82fdc80c075f80643ab69a4cfa6c1 | 3074b80e34f0cd74b8f518339ad20a03b9d8c0b8 | /doc/design/attitude.puml | 70e2a79046504db079e41ae68afe367a4311b420 | [] | no_license | Orchaldir/SocialSimulation | f6a76987a1110141a0decd14e599736253d865af | de261249a873c1aa1a03b97ccceaac0b81f6ec0d | refs/heads/master | 2022-12-26T02:24:50.700746 | 2020-09-26T08:55:39 | 2020-09-26T08:55:39 | 294,708,362 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 487 | puml | @startuml
hide empty members
package character {
package attitude {
class Attitude {
String name
int default
}
class AttitudeComponent {
Map<Pair<CharacterId,Attitude>,Int> attitudes
Map<Attitude,Int> getAttitudes(CharacterId id)
Map<CharacterId,Int> getAttitudes(Attitude type)
int getAttitude(CharacterId id, Attitude type)
}
}
class CharacterId
class Character
}
AttitudeComponent -- Attitude
Character *-- AttitudeComponent
CharacterId *-- Character
@enduml |
ff1b60da2d992f9bf2bc27911bbfd99a27899bdd | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderSetShippingAddressCustomTypeAction.puml | 73aa23f49ede6b52501deb5393575662e1ddf405 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 561 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface OrderSetShippingAddressCustomTypeAction [[OrderSetShippingAddressCustomTypeAction.svg]] extends OrderUpdateAction {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
|
1f9d49a86ca8e9ba227e516de188f8d4224d0160 | 8a7d4e7348e7cf75ea65d857f140d0454add6f84 | /docs/src/developer/subarraynode/core.puml | 37e7b0a94e275f54c60125839d1f71a6fb03ebad | [
"BSD-3-Clause"
] | permissive | ska-telescope/cdm-shared-library | d1812ed010a09765a5be5a41d1c7e8e9694d110a | 87083655aca8f8f53a26dba253a0189d8519714b | refs/heads/master | 2023-09-01T08:27:16.704307 | 2023-08-08T13:01:10 | 2023-08-08T13:01:10 | 191,747,755 | 0 | 0 | BSD-3-Clause | 2023-02-10T13:48:25 | 2019-06-13T11:11:28 | Python | UTF-8 | PlantUML | false | false | 419 | puml | @startuml
hide empty members
package ska_tmc_cdm.messages.subarray_node.configure {
package core.py <<Rectangle>> {
class Target {
coord : astropy.SkyCoord
target_name : str
}
class PointingConfiguration
PointingConfiguration *-- "1" Target
class DishConfiguration {
receiver_band : ReceiverBand
}
enum ReceiverBand {
BAND_1
BAND_2
BAND_5A
BAND_5B
}
}
}
@enduml
|
2fae642740f39d9d4211d6d4e0636ed4e88fdc3c | 2abdc1d1aa0b6109f4b2d5ce4f332600c0f0d8ed | /UML/ApplicationUML.puml | c922d54ce5036852db069e2385d59981a95d6fc5 | [] | no_license | RobertUriarte/Uriarte-2284-a5 | 5589edd0b18619d26b7613e9b6a96b15fad763c1 | 4751baf25c1d0d9eb09b73767e9b4c53f731c992 | refs/heads/master | 2023-06-23T20:47:01.227323 | 2021-07-24T18:27:58 | 2021-07-24T18:27:58 | 388,201,171 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,609 | puml | @startuml
'https://plantuml.com/class-diagram
class InventoryApplication{
- main(args)
- start(Stage)
}
class Inventory_Controller{
+ item_list: ObservableList<Inventory_Item>
+ location: URL
+ recourses: ResourceBundle
+ file: File
+ operator: String
+ tableView: TableView
+ value: TableColumn
+ serial: TableColumn
+ name: TableColumn
+ actionEvent: ActionEvent
+ valueTextField TextField
+ serialTextField TextField
+ nameTextField TextField
+ searchTextField TextField
+ selected_item: Inventory_Item
+ sortedList: SortedList<Inventory_Item>
+ filteredList: FilteredList<Inventory_Item>
+ newValue: String
+ duplicate: boolean
+ correct_serial: boolean
+ money_value: String
+ name_value: String
+ allItem: ObservableList<Inventory_Item>
+ all: ObservableList<Inventory_Item>
- Initialize(location,recourses)
- SearchButtonClicked(ActionEvent)
- filterData(filteredList,newValue)
- filterList(item_list,searchTextField)
- addItemFunction(money_value,serialText,name_value,item_list)
- AddItemButtonClicked(ActionEvent)
- RemoveItemButtonClicked(ActionEvent)
- remove_items(allItems,selectedRows)
- remove_all_items(allItems,all)
- is_duplicate(val, item_list)
- valid_serial(serial_number,item_list)
- valid_name(user_input,item_list)
- ClearAllButtonClicked((ActionEvent)
- format_money(money_value,item_list)
- loadTsvButtonClicked(ActionEvent)
- loadHtmlButtonClicked(ActionEvent)
- loadJsonButtonClicked(ActionEvent)
- saveTsvButtonClicked(ActionEvent)
- saveHtmlButtonClicked(ActionEvent)
- saveJsonButtonClicked(ActionEvent)
- ChangeTitleCell(TableColumn.CellEditEvent )
- ChangeDescriptionCell(TableColumn.CellEditEvent )
- ChangeDateCell(TableColumn.CellEditEvent )
- ChangeStatusCell(TableColumn.CellEditEvent )
}
class Inventory_Item{
+ value: String
+ serial: String
+ name: String
- Inventory_Item(value,serial,name)
- getValue()
- getSerial()
- getName()
- setValue(name)
- setSerial(description)
- setName(due_date)
}
class ParseTsv{
+ tableView: TableView
+ fileChooser: JFileChooser
+ fileToSave: File
+ br: BuffReader
+ line: String
+ split: String[]
- import_tsv(tableView))
- read_tsv_file(item_list,fileToSave)
}
class TsvExport{
+ item_list: ObservableList<Inventory_Item>
+ fileChooser: JFileChooser
+ fileToSave: File
+ sb: StringBuilder
+ write: FileWriter
- export_tsv(item_list)
- write_tsv(item_list,fileToSave)
}
class ParseHtml{
+ tableView: TableView
+ fileChooser: JFileChooser
+ fileToSave: File
+ br: BuffReader
+ line: String
- import_html(tableView))
- read_html(item_list,fileToSave)
}
class HtmlExport{
+ item_list: ObservableList<Inventory_Item>
+ fileChooser: JFileChooser
+ fileToSave: File
+ sb: StringBuilder
+ write: FileWriter
+ out: BuffWriter
- export_html(item_list)
- write_html(item_list,fileToSave)
}
class ParseJson{
+ items: ObservableList<Inventory_Item>
+ fileElement: JsonElement
+ fileObject: JsonObject
+ fileChooser: FileChooser
+ jsonArrayofProducts: JsonArray
+ title: String
+ description: String
+ date: String
+ status: String
+ item: Inventory_Item
+ json: File
+ tableView: TableView<Inventory_Item>
- parse(json file)
- read_json(file,item_list)
}
class JsonExport{
+ item_list: ObservableList<Inventory_Item>
+ fileChooser: JFileChooser
+ fileToSave: File
+ writer: FileWriter
- export_json(item_list)
- write_json(item_list,fileToSave)
}
class ExcelExport{
+ tableView: TableView<Inventory_Item>
+ hssfWorkbook: HSSFWorkbook
+ hssfSheet: HSSFSheet
+ HSSFRow: firstRow
+ hssfRow: HSSFRow
+ celValue: Object
+ file: File
- export(TableView)
}
java.fx <|-- InventoryApplication
Inventory_Controller o--> Inventory_Item
Inventory_Controller o--> ParseJson
Inventory_Controller o--> ParseHtml
Inventory_Controller o--> ParseTsv
Inventory_Controller o--> TsvExport
Inventory_Controller o--> HtmlExport
Inventory_Controller o--> JsonExport
Inventory_Controller o--> ExcelExport
ParseJson o--> Inventory_Item
ParseHtml o--> Inventory_Item
ParseTsv o--> Inventory_Item
TsvExport o--> Inventory_Item
HtmlExport o--> Inventory_Item
JsonExport o--> Inventory_Item
ExcelExport o--> Inventory_Item
InventoryApplication - Inventory_Controller
@endUML
|
4334c9d145ad5ba30f41627e78196dc3a2e141e6 | cf9baed37600b84a10cedb8ed18ab9fa30a392e8 | /src/main/java/TemplateTransaction/TemplateTransaction.plantuml | ff5081ebabb211b2ba66de487a18a37f45ee1b5f | [] | no_license | hoganSean99/DesignPatternsCA | d8a9f8e7112fb6ac173a5fd2d7fed8adafb850a7 | 6e050bcf936818dd100a897c94fe37b5117cc84c | refs/heads/master | 2020-08-05T17:44:17.034255 | 2020-02-03T16:38:29 | 2020-02-03T16:38:29 | 212,638,867 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,082 | plantuml | @startuml
title __TEMPLATETRANSACTION's Class Diagram__\n
abstract class TemplateTransaction.BookTransaction {
+ payment()
{abstract} ~ confirmPayment()
{abstract} ~ printReceipt()
{abstract} ~ startPayment()
{abstract} ~ startTransaction()
}
class TemplateTransaction.PurchaseBook {
~ confirmPayment()
~ printReceipt()
~ startPayment()
~ startTransaction()
}
class TemplateTransaction.RentBook {
~ confirmPayment()
~ printReceipt()
~ startPayment()
~ startTransaction()
}
class TemplateTransaction.TemplateDriver {
{static} + main()
}
TemplateTransaction.PurchaseBook -up-|> TemplateTransaction.BookTransaction
TemplateTransaction.RentBook -up-|> TemplateTransaction.BookTransaction
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
0bb06a7a86f8607487d5b583dc8aad91d882ec91 | fb110fead2ecfffb4b78d3920da1a3d162bd1932 | /de.gematik.ti.cardreader.provider.api/src/main/java/de/gematik/ti/cardreader/provider/api/entities/entities.plantuml | 35842dfe96ddb6423e82a2c3cb1e850394525f03 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-Api | ca8495bbb81b6f018f09c7f9856db5b56f827b4e | 80d863c5b03a776534d7fa8a26916273dc7e39b9 | refs/heads/master | 2022-02-10T18:06:21.446280 | 2022-01-07T07:36:00 | 2022-01-07T07:36:00 | 227,793,349 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,432 | plantuml | @startuml
title __ENTITIES's Class Diagram__\n
namespace de.gematik.ti.cardreader.provider.api {
namespace entities {
interface de.gematik.ti.cardreader.provider.api.entities.IProviderDescriptor {
{abstract} + getClassName()
{abstract} + getDescription()
{abstract} + getLicense()
{abstract} + getName()
{abstract} + getShortDescription()
}
}
}
namespace de.gematik.ti.cardreader.provider.api {
namespace entities {
class de.gematik.ti.cardreader.provider.api.entities.ProviderDescriptor {
- className : String
- description : String
- license : String
- name : String
{static} - serialVersionUID : long
- shortDescription : String
+ ProviderDescriptor()
+ getClassName()
+ getDescription()
+ getLicense()
+ getName()
+ getShortDescription()
+ setClassName()
+ setDescription()
+ setLicense()
+ setShortDescription()
}
}
}
de.gematik.ti.cardreader.provider.api.entities.ProviderDescriptor .up.|> de.gematik.ti.cardreader.provider.api.entities.IProviderDescriptor
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
3a9918cfada19edae4e1d1ed8628d85e90ba7bef | de6c5a5bd148ba54f06ef9797f78b6a6fc06e058 | /src/main/java/org/assignment3/resources/ex43uml.puml | 9cbb4cf106ffec017b142f7de52fed5204b3728a | [] | no_license | akwill47/weatherlow-cop3330-assignment3 | 879bab21366508ee14317fe1dda975472ead53fe | 82706afc9da87c617be1a2fa0fb278c39690135e | refs/heads/master | 2023-06-03T10:09:39.704192 | 2021-06-21T01:53:04 | 2021-06-21T01:53:04 | 376,952,678 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 205 | puml | @startuml
'https://plantuml.com/class-diagram
App --|> input
App --|> generate
class input{
+author()
+siteName();
+jsPrompt();
+cssPrompt();
}
class generate {
+createHtml();
+createDirs();
}
@enduml |
a312f5477e08fecb75ee790ffd5c4fdcd128467d | 3967933d314adb789c879344140767f45fee86d2 | /src/twisk/ressources/UML/fichierPUML/UML_mondeIG.puml | 7dfc7913c6095f340d66086d8b4595a9d0c009fe | [] | no_license | PerryPerrz/Twisk | 2281d95416de256a57ab68412b0caf80932b0146 | b7677e715cad0aca198d3cc32f349b655eaa4c7d | refs/heads/master | 2023-08-17T19:13:42.345634 | 2021-06-07T17:44:24 | 2021-06-07T17:44:24 | 406,896,396 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,127 | puml | @startuml
class twisk.mondeIG.MondeIG {
- {static} long serialVersionUID
- int style
- Object simulation
- int nbClients
- String nom
- String loi
+ void ajouter(String)
+ Iterator<EtapeIG> iterator()
+ int nbEtapes()
+ void ajouter(PointDeControleIG,PointDeControleIG)
+ Iterator<ArcIG> iteratorArcs()
+ void creationArc(PointDeControleIG)
+ EtapeIG getEtapeIndice(String)
+ void ajouterEtapeSelectionnee(EtapeIG)
+ boolean isSelected(EtapeIG)
+ void supprimerLaSelection()
+ void supprimer(Iterator<EtapeIG>)
+ void renommerLaSelection(String)
+ int nbEtapesSelectionnees()
+ void changerEmplacementEtape(String,int,int)
+ void selectionArc(ArcIG)
+ boolean isSelected(ArcIG)
+ void effacerLaSelection()
+ void setEntree()
+ void setSortie()
+ void setDelai(String)
+ void setEcart(String)
+ void setStyle(int)
+ int getStyle()
+ void setTokens(int)
+ boolean etapesSelectionneesSontDesGuichets()
- void verifierMondeIG()
+ Monde creerMonde()
+ void simuler()
+ CorrespondanceEtapes getCorE()
+ GestionnaireClients getGestionnaireClientDeSimulation()
+ boolean simulationACommencee()
+ void reagir()
+ void lavageDesClients()
+ int getNbClients()
+ void setNbClients(int)
+ String getNom()
+ void setNom(String)
+ void setLoi(String)
+ String getLoi()
+ int getNbArcsSelectionnes()
+ boolean etapesSelectionneesContientUnGuichet()
}
twisk.mondeIG.MondeIG--"*" twisk.mondeIG.EtapeIG
twisk.mondeIG.MondeIG--"*" twisk.mondeIG.EtapeIG
twisk.mondeIG.MondeIG--"*" twisk.mondeIG.ArcIG
twisk.mondeIG.MondeIG--"1" twisk.outils.CorrespondanceEtapes
twisk.mondeIG.MondeIG--"1" twisk.outils.FabriqueIdentifiant
class twisk.mondeIG.ActiviteIG {
- {static} long serialVersionUID
- boolean estUneActiviteRestreinte
+ boolean estUneActivite()
+ boolean estUneActiviteRestreinte()
+ int siEstUnGuichetGetNbJetons()
+ void siEstUnGuichetSetNbJetons(int)
+ void siEstUnGuichetSetVersLaDroite(Boolean)
+ boolean setActiviteRestreinte(boolean)
+ Boolean siEstUnGuichetGetVersLaDroite()
}
class twisk.mondeIG.PointDeControleIG {
- {static} long serialVersionUID
- int centreX
- int centreY
- String id
- boolean clicked
+ void setCentre(int,int)
+ int getCentreX()
+ int getCentreY()
+ void setClicked()
+ boolean isClicked()
+ String getId()
+ EtapeIG getEtapeRattache()
}
twisk.mondeIG.PointDeControleIG--"1" twisk.mondeIG.EtapeIG
class twisk.mondeIG.ArcIG {
- {static} long serialVersionUID
- boolean select
+ PointDeControleIG getPdcDepart()
+ PointDeControleIG getPdcArrive()
+ boolean isLinkedToStage(EtapeIG)
+ boolean isSelected()
+ void setSelect(boolean)
+ EtapeIG getEtapePdcDepart()
+ EtapeIG getEtapePdcArrive()
}
twisk.mondeIG.ArcIG --"2" twisk.mondeIG.PointDeControleIG
abstract class twisk.mondeIG.EtapeIG {
- {static} long serialVersionUID
# String nom
# String identifiant
# int posX
# int posY
# boolean entree
# boolean sortie
# int delai
# int ecart
# int nbPrec
+ void randomPositions()
+ void raffraichissementPdc()
+ String getIdentifiant()
+ int getPosX()
+ int getPosY()
+ Iterator<PointDeControleIG> iterator()
+ PointDeControleIG getPdcIndex(int)
+ String getNom()
+ void setNom(String)
+ void setPosXPosY(int,int)
+ void invEntree()
+ void invSortie()
+ int getDelai()
+ int getEcart()
+ void setDelai(int)
+ void setEcart(int)
+ boolean estUneEntree()
+ boolean estUneSortie()
+ boolean estUneActivite()
+ boolean estUneActiviteRestreinte()
+ boolean estUnGuichet()
+ {abstract}int siEstUnGuichetGetNbJetons()
+ {abstract}void siEstUnGuichetSetNbJetons(int)
+ {abstract}void siEstUnGuichetSetVersLaDroite(Boolean)
+ void ajouterSuccesseur(EtapeIG)
+ void supprimerSuccesseur(EtapeIG)
+ boolean possedeUnSuccesseur()
+ boolean estSuivieDUneActivite()
+ {abstract}boolean setActiviteRestreinte(boolean)
+ boolean actSuccIntoActRes()
+ ArrayList<EtapeIG> getSucc()
+ boolean estAccessibleDepuis(EtapeIG)
+ int getNbPrec()
+ void incrementeNbPrec()
+ void decrementeNbPrec()
+ {abstract}Boolean siEstUnGuichetGetVersLaDroite()
}
twisk.mondeIG.EtapeIG--"*" twisk.mondeIG.PointDeControleIG
twisk.mondeIG.EtapeIG--"*" twisk.mondeIG.EtapeIG
twisk.mondeIG.EtapeIG--"1" twisk.outils.FabriqueIdentifiant
class twisk.mondeIG.GuichetIG {
- {static} long serialVersionUID
- int nbJetons
- int numSemaphore
- Boolean versLaDroite
+ boolean estUnGuichet()
+ int siEstUnGuichetGetNbJetons()
+ void siEstUnGuichetSetNbJetons(int)
+ void siEstUnGuichetSetVersLaDroite(Boolean)
+ boolean setActiviteRestreinte(boolean)
+ Boolean siEstUnGuichetGetVersLaDroite()
+ void setVersLaDroite(Boolean)
}
twisk.mondeIG.GuichetIG--"1"twisk.outils.FabriqueIdentifiant
twisk.designPattern.Observateur <|.. twisk.mondeIG.MondeIG
java.io.Serializable <|.. twisk.mondeIG.MondeIG
twisk.designPattern.SujetObserve <|-- twisk.mondeIG.MondeIG
java.io.Serializable <|.. twisk.mondeIG.ActiviteIG
twisk.mondeIG.EtapeIG <|-- twisk.mondeIG.ActiviteIG
java.io.Serializable <|.. twisk.mondeIG.PointDeControleIG
java.io.Serializable <|.. twisk.mondeIG.ArcIG
twisk.mondeIG.Iterable <|.. twisk.mondeIG.EtapeIG
java.io.Serializable <|.. twisk.mondeIG.EtapeIG
java.io.Serializable <|.. twisk.mondeIG.GuichetIG
twisk.mondeIG.EtapeIG <|-- twisk.mondeIG.GuichetIG
@enduml |
49a533cd6ec81dd5efd349773ed9afdd8fbfb6bb | 286b233fd7e797c9d122461c20e399eba41ff31f | /creation/abstract_factory/uml/abstract_factory_cd.puml | b7d88085dd3b586737a21d291efb0bb5c992876d | [] | no_license | ace-lectures/pattern-repository | ab18431255285aff7a909ce020d4f0be8f17e4a2 | 126c9f42e8f29e48458196be48ca40dca1023e25 | refs/heads/master | 2021-07-05T20:59:34.369443 | 2020-09-18T14:39:38 | 2020-09-18T14:39:38 | 175,689,148 | 22 | 13 | null | 2020-09-18T14:39:40 | 2019-03-14T19:48:30 | Java | UTF-8 | PlantUML | false | false | 1,037 | puml | @startuml
skinparam nodesep 75
skinparam ranksep 50
hide empty members
together {
interface AbstractFactory {
+ {abstract} buildA(): ProductA
+ {abstract} buildB(): ProductB
}
class ConcreteFactory1 {
+ buildA(): ProductA
+ buildB(): ProductB
}
class ConcreteFactory2 {
+ buildA(): ProductA
+ buildB(): ProductB
}
}
AbstractFactory <|.. ConcreteFactory1
AbstractFactory <|.. ConcreteFactory2
package A {
interface ProductA
class ConcreteProductA1
class ConcreteProductA2
ConcreteProductA2 .[hidden]. ConcreteProductA1
ProductA <|.. ConcreteProductA1
ProductA <|.. ConcreteProductA2
}
package B {
interface ProductB
class ConcreteProductB1
class ConcreteProductB2
ConcreteProductB2 .[hidden]. ConcreteProductB1
ProductB <|.. ConcreteProductB1
ProductB <|.. ConcreteProductB2
}
ConcreteFactory2 .[hidden]. ConcreteFactory1
ConcreteFactory1 .> ConcreteProductA1
ConcreteFactory2 ..> ConcreteProductA2
ConcreteFactory1 .> ConcreteProductB1
ConcreteFactory2 ..> ConcreteProductB2
@enduml
|
7549ea85172764216fc3f4699b9491869839247c | 85941aa70df3b2bd4a9e2d2f389067a8175da56e | /docs/plantUML/inheritance-coordinator-actions.puml | cedf9e93d67f43b1a7a9bce988e7ba247b9aa5c8 | [] | no_license | chuyunshen/recruitment-system | ce94a33772d2d3bb51824eca98c99d5971af0cde | d4b625f77a12401666052e9cd361becfd7cb6e0f | refs/heads/master | 2020-11-29T01:22:53.328872 | 2019-12-24T11:18:19 | 2019-12-24T11:18:19 | 229,976,040 | 0 | 2 | null | 2019-12-24T16:55:17 | 2019-12-24T16:55:17 | null | UTF-8 | PlantUML | false | false | 3,227 | puml | @startuml
title: Coordinator Actions
footer Page 5 of 9
interface Action {
+ collectParameters(): void
+ performAction(): void
+ getDescription(): String
+ getShortcut(): String
}
abstract class AbstractAction {
- description: String
- shortcut: String
+ AbstractAction(shortcut: String, description: String)
+ getDescription(): String
+ getShortcut(): String
}
Action <|-- AbstractAction
AbstractAction <|-- CoordinatorAction
CoordinatorAction <|-- CloseJobPostingAction
CoordinatorAction <|-- CreateJobPostingAction
CoordinatorAction <|-- HireApplicantAction
CoordinatorAction <|-- GetApplicantsInfoAction
CoordinatorAction <|-- CreateInterviewAction
CoordinatorAction <|-- GetJobPostingApplicantsAction
CoordinatorAction <|-- ReadReferenceLetterAction
abstract class CoordinatorAction{
# coordinator: Coordinator
+ CoordinatorAction(shortcut: String, description: String, coordinator: Coordinator)
}
class CloseJobPostingAction {
- jobPosting: JobPosting
- closingDate: Date
+ collectParameters(): void
+ performAction(): void
}
class CreateJobPostingAction{
- title: String
- description: String
- location: String
- postedDate: Date
- applicationDeadlineDate: Date
- interviewType: Map<String, Integer>
- tags: List<String>
- requiredDocuments: List<String>
- {static} PREFIX: String
+ CreateJobPostingAction(coordinator: Coordinator)
+ collectParameters(): void
+ performAction(): void
- getDateFromUser(dateType: String): Date
- chooseInterviewType(): void
- addTags(): void
- addLocation(): void
- addRequiredDocuments(): void
}
class HireApplicantAction{
- jobApplicationsForHiring: Map<JobPosting, List<Application>>
- jobToFill: JobPosting
- applicationToAccept: Application
- today: Date
+ HireApplicantAction(coordinator: Coordinator, today: Date)
+ collectParameters(): void
+ performAction(): void
}
class ReadReferenceLetterAction {
- applicant: Applicant
- lettersIds: List<Integer>
- allApplicants: List<User>
+ ReadReferenceLetterAction(coordinator: Coordinator)
+ collectParameters(): void
+ performAction(): void
}
class GetApplicantsInfoAction {
- {static} APPLICANTS_DOCUMENTS: String
- {static} INFO_APPLIED_JOBS: String
- applicant: Applicant
- applicantUsername: String
- actionOptionChoice: String
- documentTitle: String
- {static} PREFIX: String
+ GetApplicantsInfoAction(coordinator: Coordinator)
+ collectParameters(): void
+ performAction(): void
- getJobPostingsInCompany(): List<JobPosting>
}
class GetJobPostingApplicantsAction{
- jobPosting: JobPosting
+ GetJobPostingApplicantsAction(coordinator: Coordinator)
+ collectParameters(): void
+ performAction(): void
}
class CreateInterviewAction {
- chosenApplications: Application
- chosenInterviewer: Interviewer
- chosenInterviewType: String
+ CreateInterviewAction(coordinator: Coordinator)
+ collectParameters(): void
+ performAction(): void
- chooseApplication(): void
- chooseInterviewType(): InterviewType
- chooseInterviewer(): void
}
@enduml
|
fd5b610d88a8fa28cafb65a52e6e501797856be0 | 9a5854d7e73a6476f9c3ce7986078422acf983f6 | /docs/initialarticleclass.puml | 830e21793f38a3d43da1489a9ab76c016e9e2d8f | [
"BSD-3-Clause"
] | permissive | papagr/mnemon | 2b48dd1beab048f7b0d27e7fe7bf887b350c2129 | e51787cea3d0d1a2d5e6b8b02211c2335ff73a11 | refs/heads/master | 2023-01-05T03:25:10.295473 | 2020-10-29T20:52:19 | 2020-10-29T20:52:19 | 305,522,288 | 1 | 0 | BSD-3-Clause | 2020-10-22T07:51:03 | 2020-10-19T21:55:41 | HTML | UTF-8 | PlantUML | false | false | 265 | puml | @startuml
skinparam monochrome true
class Article {
+ id : str
+ source_url : str
+ tags : list of str
+ is_favorite : bool
+ title : str
+ abstract : str
+ body : str
+ author : str
+ extracted_on : date
+ published_on : date
+ status : str
}
@enduml |
42894c32c9a7719f9427f18b80d309d0d80e915b | 996ee478b490942918811a5000706e6a41549015 | /UML/ToDoProjectUML.puml | 1a3bb8e5ade45ed2f3593674a37c17a09f7a1bea | [] | no_license | Bash259/Braimoh-cop330-Assignment4part2 | 90e7946b9f2e9982026afc31c93be26fee6b342a | f3ea3fb3d12addc47ba7ce6ec048104c2f477b6f | refs/heads/master | 2023-06-15T04:04:25.563393 | 2021-07-12T03:02:20 | 2021-07-12T03:02:20 | 384,608,493 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 621 | puml | @startuml
class MainApp{
main()
start()
}
class ToDoListCollector{
String Progress
String Task
String Date
+getProgress()
+setProgress()
+getTask()
+setTask()
+getDate()
+setDate()
}
class MainAppController{
+returnToDoList
+returnListItem
+returnItemDate
+AddItem()
+ToDoListCollectorGen()
+initialize()
+buttonRemove()
+onEditChanged()
+saveAList()
+LoadList()
+showDone()
}
javafx.Application <|-- MainApp
MainApp <|-- ToDoListfxml
ToDoListfxml --|> MainAppController
MainAppController <|-- ToDoListCollector
@enduml |
4eecb4ff724b599b7766a99dd0381846a918a0f8 | d6ba22a8a9dd431921b8af8982edf115e0f84e01 | /stroom-proxy/stroom-proxy-app/doc/storing-data.puml | dc869c93b750dddc31a2cafba0d4770f5ba28907 | [
"LicenseRef-scancode-proprietary-license",
"Apache-2.0",
"CDDL-1.0",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"MPL-1.0",
"CC-BY-4.0",
"LicenseRef-scancode-public-domain",
"EPL-1.0"
] | permissive | gchq/stroom | 15dc1d4a8527fe7888d060d39e639b48183ff8bd | 759370c31d5d441444bca9d59c41c54bc42816f2 | refs/heads/master | 2023-09-05T01:40:41.773252 | 2023-09-04T16:40:12 | 2023-09-04T16:40:12 | 72,740,687 | 442 | 65 | Apache-2.0 | 2023-09-14T12:12:28 | 2016-11-03T11:55:47 | Java | UTF-8 | PlantUML | false | false | 456 | puml | @startuml
title Storing Data
class ProxyRequestHandler {
}
class ProxyRepo {
}
class ProxyRepoSources {
}
storage repo {
folder folder {
file zip {
}
file meta {
}
}
}
package Database <<Database>> {
entity source
}
interface ChangeListener {
}
ProxyRequestHandler --> ProxyRepo
ProxyRepo --|> repo
ProxyRepo --> ProxyRepoSources
ProxyRepoSources --|> source
ProxyRepoSources ..> ChangeListener
@enduml
|
46789d24d150f64279f4be29172ace8331d2acb3 | e114f68911384d55b11189f635b5f38a2b5d39fe | /compilers/thingmltools/src/main/java/org/thingml/monitor/class.plantuml | 1a2852ecd4dc77a5219fa59896169d2050efe6c9 | [
"Apache-2.0",
"MIT",
"EPL-1.0"
] | permissive | TelluIoT/ThingML | f498076404072c7302dd554029c12de363b75970 | 8196145a401c1ce2b335da9a0e9c849c691106b4 | refs/heads/master | 2022-02-21T09:46:12.634874 | 2022-02-03T08:37:14 | 2022-02-03T08:37:14 | 1,971,081 | 61 | 31 | Apache-2.0 | 2021-04-26T17:40:09 | 2011-06-29T07:38:33 | Java | UTF-8 | PlantUML | false | false | 2,061 | plantuml | @startuml
namespace org.thingml.compilers #DDDDDD {
interface ThingMLGenerator {
name, ID, description : String
+compile(ThingMLModel model, String... options)
}
abstract class ThingMLCompiler {
}
note bottom of org.thingml.compilers.ThingMLCompiler
ThingML2Code generators
end note
}
namespace org.thingml.tools #DDDDDD {
abstract class ThingMLTool {
}
note bottom of org.thingml.tools.ThingMLTool
ThingML2ThingML pre-processors
end note
}
namespace org.thingml.tools.monitor #DDDDDD {
interface MonitoringAspect {
+monitor()
}
org.thingml.compilers.ThingMLGenerator <|-left- org.thingml.tools.ThingMLTool
org.thingml.compilers.ThingMLGenerator <|-- org.thingml.compilers.ThingMLCompiler
namespace org.thingml.tools.monitor.string #DDDDDD {
class MonitorGenerator {
}
class EventMonitoring {}
class FunctionMonitoring {}
class PropertyMonitoring {}
org.thingml.tools.ThingMLTool <|-left- MonitorGenerator
EventMonitoring <-down- MonitorGenerator
FunctionMonitoring <-down- MonitorGenerator
PropertyMonitoring <-down- MonitorGenerator
org.thingml.tools.monitor.MonitoringAspect <|-up- EventMonitoring
org.thingml.tools.monitor.MonitoringAspect <|-up- FunctionMonitoring
org.thingml.tools.monitor.MonitoringAspect <|-up- PropertyMonitoring
}
namespace org.thingml.tools.monitor.binary #DDDDDD {
class BinaryMonitorGenerator {
}
class EventMonitoringBinary {}
class FunctionMonitoringBinary {}
class PropertyMonitoringBinary {}
org.thingml.tools.ThingMLTool <|-left- BinaryMonitorGenerator
org.thingml.tools.monitor.MonitoringAspect <|-down- EventMonitoringBinary
org.thingml.tools.monitor.MonitoringAspect <|-down- FunctionMonitoringBinary
org.thingml.tools.monitor.MonitoringAspect <|-down- PropertyMonitoringBinary
EventMonitoringBinary <-up- BinaryMonitorGenerator
FunctionMonitoringBinary <-up- BinaryMonitorGenerator
PropertyMonitoringBinary <-up- BinaryMonitorGenerator
class Binary2String {}
class ByteHelper {}
Binary2String <-left- BinaryMonitorGenerator
ByteHelper <-down- BinaryMonitorGenerator
}
}
@enduml |
fbaf0302e62af47f669008351b0f63e962dc5c04 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/minimum_depth_of_binary_tree_111/minimum_depth_of_binary_tree_111.plantuml | f9b359d4f17c532b6b90fd8eef1f5ad3487abae0 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 501 | plantuml | @startuml
title __MINIMUM_DEPTH_OF_BINARY_TREE_111's Class Diagram__\n
namespace cn.shui.order {
namespace minimum_depth_of_binary_tree_111 {
class cn.shui.order.minimum_depth_of_binary_tree_111.Solution {
{static} + main()
{static} - minDepth()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
3058d41225525fb13534c26fe6a6e9bea690a4da | ded296da4bb9fcc7316fd6f789e3554fffac118e | /design/back-end/authentication.puml | 1349b99897c1fae214b4d5931d0f521b86279d9f | [
"MIT"
] | permissive | giuliobosco/domotics | 7feacd7647318222ad89f20a5c6cd5b83bd1ad90 | b327a94e319c379148b3a0ec1d840d820bb1c4bd | refs/heads/master | 2021-06-21T16:28:59.965625 | 2019-05-29T09:29:45 | 2019-05-29T09:29:45 | 133,505,107 | 3 | 1 | MIT | 2018-10-16T14:47:08 | 2018-05-15T11:18:30 | JavaScript | UTF-8 | PlantUML | false | false | 2,715 | puml | @startuml
package javax.servlet.http {
class HttpServlet {
}
}
package ldap {
class LdapConnector {
+ final DEFAULT_PORT : int
+ static DEFAULT_SECURITY_AUTHENTICATION : String
+ static DEFAULT_INITIAL_CONTEXT_FACTORY : String
- domain : String
- port : int
- base : String
- security : String
- setDomain(domain : String) : void
+ getDomain() : String
- setPort(port : int) : void
+ getPort() : int
- setBase(base : String) : void
+ getBase() : String
- setSecurity(security : String)
+ getSecurity() : String
+ LdapConnector(domain : String, port : int, base : String, security : String)
+ LdapConnector(domain : String, port : int, base : String)
+ LdapConnector(domain : String, base : String, security : String)
+ LdapConnector(domain : String, base : String)
- getConnectionString() : String
- getDn(username : String) : String
- getEnvironment(username : String, password : String) : Hashtable<String, String>
+ getDirContext(username : String, password : String) : DirContext
+ static main(args : String[]) : void
}
}
package portal.authentication {
interface Authenticator {
authenticate(username : String, password : String) : boolean
}
class SqlAuthenticator {
+ authenticate(username : String, password : String) : boolean
}
Authenticator <|.. SqlAuthenticator
class LdapAuthenticator {
- static DOMAIN : String
- static PORT : int
- static BASE_OU : String
- static SECURITY : String
- subOu : String
- getBaseOu() : String
+ LdapAuthenticator(subOu : String)
+ LdapAuthenticator()
- getLdapConnector() : LdapConnector
+ authenticate(username : String, password : String) : boolean
+ static main(args : String[]) : void
}
Authenticator <|.. LdapAuthenticator
class AuthenticationChecker {
- session : HttpSession
+ AuthenticationChecker(session : HttpSession)
+ isValidSession() : boolean
+ getSessionUsername() : String
}
class LoginServlet {
# doPost(request : HttpServletRequest, response : HttpServletResponse) : void
# doGet(request : HttpServletRequest, response : HttpServletResponse) : void
}
HttpServlet <|-- LoginServlet
class LogoutServlet {
# doPost(request : HttpServletRequest, response : HttpServletResponse) : void
# doGet(request : HttpServletRequest, response : HttpServletResponse) : void
}
HttpServlet <|-- LogoutServlet
}
@enduml
|
b0753aa35300da7223b598af054dd46d063ef5c8 | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /class - design/classroom/updateClass.plantuml | 91c29303f6d0ab03121b8dc128b45eb9447c24a4 | [] | no_license | anonyhostvn/OOAD-Diagram | 67f3a3a4aa976ee8459d3f4801147ddd1382e41e | f8f7a0e4ba826335cc964d3b73bebea3f4f857e4 | refs/heads/master | 2023-01-10T04:26:29.983705 | 2020-11-13T10:08:12 | 2020-11-13T10:08:12 | 311,749,932 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,629 | plantuml | @startuml updateClass
class Classroom {
- id: bigint
- classroom_name: string
- description: string
- teacher_id: bigint
- created_at: datetime
- updated_at: datetime
+ get_id(): bigint
+ get_classroom_name(): string
+ set_classroom_name(string)
+ get_description(): string
+ set_description(string)
+ get_teacher_id(): string
+ set_teacher_id(string)
+ get_created_at(): datetime
+ get_updated_at(): datetime
}
class IClassroomDB <<interface>> {
+ create(classroom_name, description, teacher_id)
+ read()
+ read(classroom_id)
+ update(classroom_id, class_name, description)
+ delete(classroom_id)
+ get_users(classroom)
}
class UpdateClassroomForm {
- classroom_id: string
- classroom_name: string
- description: string
+ validate(token, classroom_id)
+ update_classroom(token, classroom_id, classroom_name, description)
}
class IClassroomForm <<interface>> {
+ validate(token, classroom_name, description)
+ update_classroom(token, classroom_id, classroom_name, description)
}
class ClassroomController {
+ update_classroom(token, classroom_id, classroom_name, description)
+ validate_update_classroom(token, classroom_id, classroom_name, description)
}
hide Classroom circle
hide IClassroomDB <<interface>> circle
hide UpdateClassroomForm circle
hide IClassroomForm <<interface>> circle
hide ClassroomController circle
IClassroomDB -down.> Classroom
IClassroomForm .down.> UpdateClassroomForm
ClassroomController "1"-left-"1" IClassroomDB
IClassroomForm "1"-left-"1" ClassroomController
@enduml
|
2949c869fde532ca2bdc619de78a2f924fc14a09 | d7cdb6cd725e77545feb32c1af04d7c5e1c5225a | /class-diagram/contest.puml | 635e956b3301a32d61d0c05931045d4b1558e5ed | [
"MIT"
] | permissive | shuoj/diagram | 2df5b6929c6be317b046204512f59417905e1d80 | 598db805fdbee9e8050051022168cd91cfba2c41 | refs/heads/master | 2020-09-02T05:34:48.410912 | 2019-12-12T15:29:04 | 2019-12-12T15:29:04 | 219,143,722 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,465 | puml | @startuml
class Clarification {
private String id;
private User author;
private Contest contest;
private String question;
private String answer;
private LocalDateTime createDate;
private Boolean isPublic;
private Boolean isRead;
}
class Contest {
private String id;
private Long idx;
private User author;
private String name;
private String description;
private String password;
private OpenType openType = OpenType.PUBLIC;
private ContestType contestType = ContestType.ICPC;
private JudgeType judgeType = JudgeType.IMMEDIATELY;
private Boolean realTimeRank = true;
private LocalDateTime startDate;
private LocalDateTime endDate;
private LocalDateTime createDate;
private List<Submission> submissionList;
private Set<ContestProblem> contestProblemSet;
private List<Clarification> clarificationList;
private Set<RankingUser> rankingUserList;
private Long frozenOffset = 4 * 60 * 60 * 1000L;
private Boolean frozen = false;
private Boolean enable = false;
private Boolean visible = false;
private ContestStatus status = ContestStatus.NOT_STARTED;
private Boolean sharable = true;
public void setPassword(String password);
public boolean isRankingFrozen();
public boolean isICPC();
public boolean isOI();
}
class ContestProblem {
private String id;
private Contest contest;
private Problem problem;
private String label;
private Integer acceptCount = 0;
private Integer submitCount = 0;
private Double acceptRate = 0.0;
private Integer score = 0;
private List<TimeCost> timeList;
private Submission firstSubmission;
public String getContestId()
public String getProblemId()
public void increaseAcceptCount()
public void decreaseAcceptCount()
public void increaseSubmitCount()
public void computeAcceptRate()
}
class Problem {
private String id;
private Long idx;
private User author;
private String title;
private String description;
private Integer timeLimit;
private Integer ramLimit;
private Difficulty difficulty;
private Double degreeOfDifficulty;
private Boolean visible = true;
private Set<Tag> tagList;
private String inputDesc;
private String outputDesc;
private String sampleIO;
private List<ContestProblem> contestProblemList;
private List<Submission> submissionList;
private Boolean specialJudged = false;
private String testData;
private String hint = "";
private String source = "";
private Integer averageAcceptTime = 0;
private Integer acceptCount = 0;
private Integer submitCount = 0;
private Double acceptRate = 0.0;
private LocalDateTime createDate;
private LocalDateTime lastUsedDate;
private LocalDateTime modifiedDate;
private Integer testCaseCount = 0;
}
class RankingUser {
private String id;
private User user;
private Contest contest;
private Integer passedCount = 0;
private Integer acceptCount = 0;
private Integer submitCount = 0;
private Integer errorCount = 0;
private Double score = 0.0;
private Long time = 0L;
private List<TimeCost> timeList;
private Boolean ranked = true;
private Integer rankingNumber;
private String teacherId;
private String groupId;
public void increasePassedCount()
public void increaseAcceptCount()
public void decreaseAcceptCount()
public void decreaseSubmitCount()
public void increaseSubmitCount()
public void increaseErrorCount()
public void addTime(Long milliseconds)
public void minusTime(Long milliseconds)
public void addScore(Double score)
public void minusScore(Double score)
}
class Submission {
private String id;
private Long idx;
private User author;
private Problem problem;
private String code;
private Contest contest;
private Boolean isPractice;
private LocalDateTime createDate;
private Language language;
private Integer memory;
private Integer length;
private Integer duration;
private Boolean isBeforeFrozen;
private Boolean shared;
private Result result;
private String resultDetail;
public String getAuthorId()
public String getContestId()
public String getProblemId()
}
class User {
private String id;
private String username;
private String password;
private String studentNumber;
private String firstname;
private String lastname;
private String name;
private String email;
private String school;
private String signature;
private Long acCount = 0L;
private Long submitCount = 0L;
private Double acRate = 0.0;
private Boolean enabled = true;
private Date lastPasswordResetDate;
private List<Authority> authorities;
private List<Problem> problemList;
private List<VirtualProblem> virtualProblemList;
private List<Contest> contestList;
private List<RankingUser> rankingUserList;
private List<Announcement> announcementList;
private List<Group> createGroupList;
private List<AuthLog> authLogList;
private List<Clarification> clarificationList;
private List<Group> groupList;
private List<UserSecurityQuestion> userSecurityQuestionList;
private Long referUserId;
private Boolean temporary = false;
public boolean isAdmin()
public boolean isAdminOrStuff()
public void setPassword(String password)
public void setMd5Password(String password)
}
class TimeCost {
private String id;
private ContestProblem contestProblem;
private Long totalTime = 0L;
private Integer errorCount = 0;
private Boolean submitted = false;
private Boolean passed = false;
private Boolean firstPassed = false;
private Double score = 0.0;
private RankingUser rankingUser;
public void addTotalTime(Long milliseconds)
public void minusTotalTime(Long milliseconds)
public void increaseErrorCount()
public void decreaseErrorCount()
public void addScore(Double score)
}
User "1"--"many" Contest : create
User "1"--"many" Problem : create
Contest "1"--"many" RankingUser : contains
User "1"--"many" RankingUser : join
RankingUser "1"--"many" TimeCost : contains
Contest "1"--"many" ContestProblem : contains
Problem "1"--"many" ContestProblem : used
ContestProblem "1"--"many" TimeCost : contains
Contest "1"--"many" Clarification : contains
Contest "1"--"many" Submission : contains
Problem "1"--"many" Submission : has
User "1"--"many" Submission : create
User "1"--"many" Clarification : create
@enduml |
2e61785c4bd0a1a525aed895a875e6bed958031d | 4d643dcfa275852670031cf5749921cfd235221c | /patterns/c_Abstract factory.puml | 31e193ed073b86ec701d6479109c6789ea418edb | [] | no_license | ezhov-da/notes | a2552cb0a53ffccf6e426986a06af09d280d2566 | 51e77e442c3db8900eadc3b35c701b26b170911d | refs/heads/master | 2023-05-12T20:58:00.276582 | 2021-05-28T05:37:01 | 2021-05-28T05:37:01 | 275,666,019 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 776 | puml | @startuml
title Абстрактная фабрика (Abstract factory)
note as INFO
<b>Тип:</b> <u>Порождающий</u>
<b>Что это:</b>
Предоставляет интерфейс для
создания групп связанных или
зависимых объектов, не
указывая их конкретный класс.
endnote
class Client
interface AbstractFactory{
+createProductA(): AbstractProduct
+createProductB(): AbstractProduct
}
class ConcreteFactory{
+createProductA(): AbstractProduct
+createProductB(): AbstractProduct
}
interface AbstractProduct
class ConcreteProduct
Client --> AbstractFactory
Client --> AbstractProduct
ConcreteFactory ..|> AbstractFactory
ConcreteProduct ..|> AbstractProduct
@enduml |
2c7f50beab6c212d57f3674d8fe3c7e1d628fa8d | c7cdd92a5da35eb761253b22a56f252991bad235 | /src/docs/domain/championship/Season.puml | b11bee1d5bfbd3a093a60c6b2f2597a4f1a3396e | [
"MIT"
] | permissive | CollaborationInEncapsulation/snooker | 708ea84bcfa843b3ef1474ccf37f9fe663f50b4e | 9282c4cc45e27c401c837680cc20dc96e1615971 | refs/heads/master | 2021-01-12T15:05:04.099769 | 2017-02-04T09:11:28 | 2017-02-04T09:11:28 | 71,690,299 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 110 | puml | @startuml
package ua.cie.snooker.domain.championship {
class Season {
int year
}
}
@enduml |
9b47e2e1aeff90076df5993d4d149478c1621fd6 | 5c444423b1f6f7b7699611395f7c5e5e5b0477ee | /DiveIntoDesignPatterns/structural/Adapter/page147.plantuml | 6a1f503b2370b11cbf2106b20ada5edf485e0890 | [
"MIT"
] | permissive | zhengtong0898/books | f7951cbb949ba2cc4ff6c3015c031f54c127d490 | 65ca7d7cfaf3d07f910a0ba324e00017022c68ee | refs/heads/master | 2021-06-21T14:40:34.883570 | 2020-07-16T02:56:34 | 2020-07-16T02:56:34 | 254,500,102 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 669 | plantuml | @startuml
hide empty members
class Client {}
interface ClientInterface {
+ method(data)
}
package "serviceA Adapter" {
class ServiceA << concrete class >> {
...
--
+ serviceAMethod(special_data)
}
class ServiceAAdapter {
- ServiceA service
+ method(data)
}
ServiceAAdapter o-right-> ServiceA
ServiceAAdapter -up-|> ClientInterface
}
package "serviceB Adapter" {
class ServiceB << concrete class >> {
...
--
+ OtherServiceMethod(special_Data)
}
class ServiceBAdapter {
- ServiceB service
+ method(data)
}
ServiceBAdapter o-right-> ServiceB
ServiceBAdapter -up-|> ClientInterface
}
Client -down-> ClientInterface
@enduml |
fdac08417a2e6b5c6794da077a76fc016f2785e3 | 17fe0f5df5b8d1ad7ab001775c37cf6c9ca3084e | /factory/uml.puml | 8c91bfebe90af2ead92d919ac02161095b909e76 | [] | no_license | lazy3311/design_patterns | a91c86a17aeb8bda3564c2f4db2cd8f5774b63ea | f8da613ecf14d9f47fac67d1efafbafe6156f0b1 | refs/heads/master | 2022-12-09T20:32:13.457813 | 2020-09-11T09:25:31 | 2020-09-11T09:25:31 | 286,716,509 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,008 | puml | @startuml factory_pattern
!define DARKORANGE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
abstract class Creator <<FactoryAnimal>> {
+ {abstract} Product create_product();
}
class ConcreateCreator <<FactoryPet>> {
+ Product create_product();
}
abstract Product <<Animal>> {
- string name;
+ product_name();
+ do_work();
}
class ConcreateProduct {
+ do_work();
}
note "Cat Dog Animals" as N1
allow_mixing
rectangle Client #DarkOliveGreen
Client --> Creator
Client --> Product
Creator <|-down- ConcreateCreator
Product <|-down- ConcreateProduct
' Creator .right.> Product
ConcreateCreator .right.> ConcreateProduct
' note left of Creator : Factory abstract class
' note right of Product : Abstract product class
note left of ConcreateCreator : will return new product
N1 .up. ConcreateProduct
' -- Below is sample to connect notes --
' note "Product will be created at creator" as N1
' Creator .. N1
' N1 .. ConcreateCreator
@enduml |
b9cf7c5491f6f70c382b16689e7aa028c422c355 | d6a6863b7418539ed11f34645323de08bce8acca | /raw/Movie.puml | c2e0a072e05713cb6ed916e5a5324c71c6a93012 | [] | no_license | Qiaoidea/GifListsRecord | eb8fe3217808b508f0bdfb6a391599bd2a13769b | b3467b88ad1323f3dc99d002df1cf3c4c84302e7 | refs/heads/master | 2016-09-13T02:04:59.058165 | 2016-05-16T09:20:00 | 2016-05-16T09:20:00 | 58,313,925 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,290 | puml | @startuml
class GifView{
- mMovie : Movie
- mMovieStart : long
- mCurrentAnimationTime : int
- isPaused : boolean
+ setMovie(Movie movie) : void
+ setFile(File file) : void
+ setInputStream(InputStream ins) : void
+ onMeasure(int widthMeasureSpec, int heightMeasureSpec) : void
+ updateAnimationTime() : void
+ drawMovieFrame(Canvas canvas) : void
}
note top: 1.使用setFile/setInputStream来设置Movie的数据流;\n2.onMeasure()时根据movie.width()/height()来确定是否缩放;\n3.如果未暂停,则计算当前动画时间 curr = time % movie.durduration();\n4.movie.setTime()并且canvas.scale()缩放后绘制movie.draw()
GifView o- Movie
class Movie{
- mNativeMovie
+ width() : int
+ height() : int
+ decodeStream(InputStream is) : void
+ decodeFile(String pathName) : void
+ setTime(int relativeMilliseconds) : boolean
+ draw(Canvas canvas, float x, float y, Paint paint) : void
}
Movie <|-- Native.Movie
class Native.Movie{
+ movie_duration(JNIEnv* env, jobject movie) : int
+ movie_setTime(JNIEnv* env, jobject movie, int ms) : boolean
+ movie_draw(JNIEnv* env, jobject movie, jobject canvas,jfloat fx, jfloat fy, jobject jpaint) : void
+ movie_decodeStream(JNIEnv* env, jobject clazz, jobject istream) : object
}
@enduml |
8dd3fadb55f6a27178058b13a5f41ffda4098f41 | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /Rendu/doc/javadoc/ch/tofind/commusica/ui/SettingsView.puml | 4de5f375d47e163886a385c8a8da75223a4048e2 | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 454 | puml | @startuml
class SettingsView {
[[SettingsView.html]]
{static} -FXML_FILE: String
-interfacesList: ComboBox<Map.Entry<String, InetAddress>>
-serverNameField: TextField
-serverNameLabel: Label
-serversList: ComboBox<ServerSession>
-serversListLabel: Label
-initializeInterfacesList(): void
-initializeServerNameField(): void
-initializeServersList(): void
}
@enduml
|
050df8825b103a55393c95fd44685b938fcb2dee | c815f9c82c1400f76243750cd0ec609d217b9943 | /poison-pill/etc/poison-pill.urm.puml | f05c406922266fcb94266d367e75e917c2c682bc | [
"MIT"
] | permissive | mikulucky/java-design-patterns | 6ab10e9e5c95b6caffebf045d37d04a1571bc0cd | cbbf3bf08842723964719ed7d8ab92864ec5a58d | refs/heads/master | 2021-01-17T23:34:49.962450 | 2016-09-28T19:54:28 | 2016-09-28T19:54:28 | 48,302,802 | 1 | 1 | null | 2016-01-02T23:58:44 | 2015-12-20T01:00:47 | Java | UTF-8 | PlantUML | false | false | 1,873 | puml | @startuml
package com.iluwatar.poison.pill {
interface MqPublishPoint {
+ put(Message) {abstract}
}
interface Message {
+ POISON_PILL : Message {static}
+ addHeader(Headers, String) {abstract}
+ getBody() : String {abstract}
+ getHeader(Headers) : String {abstract}
+ getHeaders() : Map<Headers, String> {abstract}
+ setBody(String) {abstract}
}
class App {
+ App()
+ main(args : String[]) {static}
}
interface MessageQueue {
}
class Producer {
- isStopped : boolean
- name : String
- queue : MqPublishPoint
+ Producer(name : String, queue : MqPublishPoint)
+ send(body : String)
+ stop()
}
class Consumer {
- name : String
- queue : MqSubscribePoint
+ Consumer(name : String, queue : MqSubscribePoint)
+ consume()
}
class SimpleMessageQueue {
- queue : BlockingQueue<Message>
+ SimpleMessageQueue(bound : int)
+ put(msg : Message)
+ take() : Message
}
interface MqSubscribePoint {
+ take() : Message {abstract}
}
class SimpleMessage {
- body : String
- headers : Map<Headers, String>
+ SimpleMessage()
+ addHeader(header : Headers, value : String)
+ getBody() : String
+ getHeader(header : Headers) : String
+ getHeaders() : Map<Headers, String>
+ setBody(body : String)
}
enum Headers {
+ DATE {static}
+ SENDER {static}
+ valueOf(name : String) : Headers {static}
+ values() : Headers[] {static}
}
}
SimpleMessageQueue --> "-queue" Message
Headers ..+ Message
Consumer --> "-queue" MqSubscribePoint
Producer --> "-queue" MqPublishPoint
SimpleMessage --+ Message
Producer --+ Message
Message --> "-POISON_PILL" Message
Consumer --+ Message
MessageQueue --|> MqPublishPoint
MessageQueue --|> MqSubscribePoint
SimpleMessageQueue ..|> MessageQueue
SimpleMessage ..|> Message
@enduml |
d5d2d7325e896bba1dee630245186f1d5c88d273 | e84cdf400a0c388fb619ee59d2e9b7088c68a42e | /Lab submits/60030112/Task 2/Task 2.puml | 1ccd75d817450c56ae4c63a618202761f98dcf94 | [] | no_license | 03376808-OOAD/OOAD-WEEK09 | d26687e13b991490dd87ed39c672401b613de35d | 5d1067a52587f950b5abf6e89de8a951f752266d | refs/heads/master | 2022-09-08T11:20:50.411169 | 2020-06-01T09:05:32 | 2020-06-01T09:05:32 | 69,578,305 | 0 | 10 | null | 2020-06-01T09:05:33 | 2016-09-29T14:57:50 | null | UTF-8 | PlantUML | false | false | 783 | puml | @startuml
skinparam classAttributeIconSize 0
hide circle
class Computer{
+ CPU
- PowerSupply
+ Brand logo
+ Monitor()
+ Mouse()
+ Printer()
+ Scanner()
+ Keyboard)
}
class Monitor{
+ Button
+ Brand logo
+ Plug Screen()
}
class Mouse{
+color
- USB wireless
+ Brand logo
+ Click left()
+ Click eight()
+ sroll bar()
}
class Printer{
+ Brand logo
+ Scan
+ Print BlackWhithe()
+ Print Color()
}
class Scanner{
+Macro
+Brand logo
+RGB
+Check val()
+Send val()
}
class Keyboard{
+Button text
+Button number
+Brand logo
+Change symbols()
+ChangeLanguage()
+Key up
}
Computer -- "1..."Monitor :connect
Computer -- "1...1"Mouse :connect
Computer -- "0...1"Printer :connect
Computer -- "0...1"Scanner :connect
Computer -- "1...1"Keyboard :connect
@enduml |
3e7f6625ec20f563dcba859b845e90f2a58255bb | 9fe1fda67ad94124e2bfc1214d396bbb7e37583a | /flutter_unit_test/flutter_unit_ex/reports/docs/diagrams/src/diagrams.puml | b815bf568bc699cfded9bc26a1dd13e1334bd672 | [
"BSD-3-Clause"
] | permissive | fredgrott/flutter_test | e45f6ee7c14653c9817441369db26702a9199937 | cf79be56197740bfa17e2e4e2939189b51a5e94b | refs/heads/master | 2023-07-28T02:51:44.887893 | 2021-08-29T16:33:49 | 2021-08-29T16:33:49 | 399,275,568 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 627 | puml | @startuml
set namespaceSeparator ::
class "flutter_unit_ex::main.dart::MyApp" {
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "flutter_unit_ex::main.dart::MyApp"
class "flutter_unit_ex::main.dart::MyHomePage" {
+dynamic title
+State createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "flutter_unit_ex::main.dart::MyHomePage"
class "flutter_unit_ex::main.dart::_MyHomePageState" {
-int _counter
-void _incrementCounter()
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "flutter_unit_ex::main.dart::_MyHomePageState"
@enduml |
bcf3d23ab7ae0661b1299888d6e84e2d165993d8 | 57e8b8da601d18fc1d3b94c01ea1cba7e0afeae5 | /server/Izeat/src/java/fr/izeat/service/user/NutritionStatusInferfaceUML.puml | 4b1edb0736ed05d8040a7cbc1745edf6b03ad8e5 | [
"ISC"
] | permissive | baballev/Izeat | 89091a7d34a51186ad1c6115301074f67c63b6f3 | 230416058c65a52e7ccdbbbc7a8cc14416b9a199 | refs/heads/master | 2022-10-31T22:20:55.149931 | 2020-06-08T14:42:04 | 2020-06-08T14:42:04 | 270,700,260 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 160 | puml | @startuml
interface NutritionStatusInterface{
void setStatusFromDataBase(int userId)
NutritionValues getUserNeeds()
NutritionValues setUserNeeds()
}
@enduml |
872b39988ca48ca834aa35e5da0f846a6f690bd7 | 005aa476ac9d11d36d1c0d202daa1e7c86df94c2 | /hedwig-jdesignpattern/docs/imgs/structural/composite/composite.puml | 1ff35456a89f6f64cac0efe349a6d33c32f333a3 | [] | no_license | qdriven/designpattern-sanity | 51d2c9ebb1970c24bb2746ac6ba38ffd966a541c | c67622c9d153a9154e941fa2aad4ab1c10dd37a9 | refs/heads/master | 2022-12-06T22:02:15.117957 | 2020-08-21T05:59:25 | 2020-08-21T05:59:25 | 98,328,079 | 0 | 0 | null | 2020-05-15T19:22:30 | 2017-07-25T16:33:31 | Java | UTF-8 | PlantUML | false | false | 366 | puml | @startuml
class Leaf{
+ operation()
}
class Component {
+ operation()
+ add(Component c)
+ remove(Component c)
+ getChild(int index)
}
class Composite{
+ operation()
+ add(Component c)
+ remove(Component c)
+ getChild(int index)
}
Component <-- Composite
Component <-- Leaf
Composite *--->Component
client ..> Component
@enduml |
df97d76905a338054c7a9359492520dc08fde1d7 | 067248aada04b94cd18945347f6c90178b8510a5 | /test5/源码/3.1.puml | bc1020e3acfc84e23bdde9436370ab7e4295a1e4 | [] | no_license | wuhengqiang100/is_analysis | edb2d72a716336ee06b682338eaedad6628ba958 | 8984de1272f740a734aaa9da90b70ca7fce8708d | refs/heads/master | 2018-10-05T11:08:14.564858 | 2018-07-08T05:24:54 | 2018-07-08T05:24:54 | 125,818,184 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,172 | puml | @startuml
class 借阅记录{
借阅日期
借阅人ID
图书编号
数量
归还情况
}
class 学生{
学号
所属院系
}
class 老师{
工号
}
class 读者{
读者ID
读者类型
}
class 馆员
class 罚款{
金额
罚款人ID
校园卡卡号
}
class 图书管理系统
class 维护人员
class 预订记录{
预约人ID
预约日期
预约书号
}
class 书目{
书号
书名
作者
出版社
出版日期
版本号
ISBN
总书本数
借书数量
预订数量
}
class 图书{
图书编号
图书状态
}
读者 <|-down-老师
读者 <|-right- 学生
借阅记录 "0..5" -down-"1" 读者:借阅
图书管理系统 "1"-right-"0..*"读者
读者 "0..1" -left- "0..3" 预订记录:预订
借阅记录 "0..n" -left- "1" 馆员:管理;
馆员 "1..*" -left- "0..*"图书:管理
罚款 "1"-- "0..*"读者:+缴费
图书管理系统 -down- 罚款:查询
图书管理系统 "1"-left-"1" 书目:拥有
维护人员 "1..*" -down- "1" 图书管理系统:维护
预订记录 "0..n" -left- "0..1"书目:预订
图书 "n" -up- "1" 书目
@enduml |
6e4426a81d0ae09a0104ab275d78ead810bdc5f7 | 6a6e92ffad3161e2fce6fc74ea96ac9354c66637 | /src/uml/promotion-system-model.puml | fff862449e946156545d8147a5db5db6106ec6c6 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | search-cloud/spring-boot-cloud-microservices-docker | ac4363b844f217fa80982c94cd1688a912ce4800 | 7e09a4b3ff04548e34b5e04ead054e8de674eb70 | refs/heads/master | 2021-07-08T07:58:34.387474 | 2018-10-29T15:20:14 | 2018-10-29T15:20:14 | 110,517,124 | 0 | 0 | Apache-2.0 | 2018-10-29T15:20:16 | 2017-11-13T07:55:10 | Java | UTF-8 | PlantUML | false | false | 717 | puml | @startuml
title: 促销活动平台模型抽象
interface Platform<平台>
interface Promotion<抽象的活动>
interface PromotionPlatform<活动平台>
interface PromotionSprint<活动专场>
interface PromotionItem<活动项>
Promotion .left. Platform
Platform <|-- PromotionPlatform
Promotion <|-right- PromotionSprint
PromotionSprint "1"<|--"N" PromotionSprint
Promotion .. PromotionItem
PromotionSprint "1"*--"N" PromotionItem : contains \n一个活动项,同一时间,只能参加一个活动专场
'表示可以在上面建立各种活动平台的大平台;
interface Platform {
+ getName(); // 平台名称
+ setName();
}
interface Promotion {
+ getName();
+ setName();
}
@enduml |
c8ce07c35a7f200b70a340577337979df89a2195 | 476cfe55dafcfd1e0a88c798a2cb501a4e3b9660 | /app/src/main/java/com/lyb/besttimer/androidshare/plantuml/simpleSubscribe.puml | 4d68f4b477a4061402fbd3ede07289afcf22b8bc | [] | no_license | linyibiao/AndroidShare | 1fe9d69afea766c6cec959af2ad61778b7c329f1 | cf60592bde28e8a5f95efbb1f63a50c78376138c | refs/heads/master | 2021-06-08T03:02:43.192404 | 2021-06-01T09:31:29 | 2021-06-01T09:31:29 | 63,312,583 | 5 | 3 | null | 2021-05-31T11:09:31 | 2016-07-14T07:25:40 | Java | UTF-8 | PlantUML | false | false | 2,352 | puml | @startuml
interface Function
interface Action extends Function
interface Action0 extends Action{
void call()
}
interface Action1<T> extends Action{
void call(T t)
}
interface OnSubscribe<T> extends Action1{
void call(Subscriber<? super T> t)
}
class Observable<T>{
final OnSubscribe<T> onSubscribe
public final Observable<T> subscribeOn(Scheduler scheduler)
public final Observable<T> observeOn(Scheduler scheduler)
public final Subscription subscribe(final Observer<? super T> observer)
public final Subscription subscribe(Subscriber<? super T> subscriber)
public final Subscription unsafeSubscribe(Subscriber<? super T> subscriber)
}
interface Subscription{
void unsubscribe()
boolean isUnsubscribed()
}
interface Observer<T>{
void onCompleted()
void onError(Throwable e)
void onNext(T t)
}
abstract class Subscriber<T> implements Observer,Subscription{
public void onStart()
}
class SafeSubscriber<T> extends Subscriber{
private final Subscriber<? super T> actual;
}
interface ThreadFactory{
Thread newThread(Runnable r)
}
class RxThreadFactory implements ThreadFactory
abstract class Scheduler{
public abstract Worker createWorker()
}
class NewThreadScheduler extends Scheduler{
final ThreadFactory threadFactory
}
ThreadFactory <-- NewThreadScheduler
class Worker{
public abstract Subscription schedule(Action0 action)
public abstract Subscription schedule(final Action0 action, final long delayTime, final TimeUnit unit)
}
class NewThreadWorker extends Worker{
private final ScheduledExecutorService executor
}
NewThreadWorker <.. NewThreadScheduler
class OperatorSubscribeOn<T> implements OnSubscribe{
final Scheduler scheduler
final Observable<T> source
}
interface Func1<T, R> extends Function{
R call(T t)
}
interface Operator<R, T> extends Func1{
Subscriber<? super T> call(Subscriber<? super R> t)
}
class OperatorObserveOn<T, T> implements Operator{
private final Scheduler scheduler
}
class OnSubscribeLift<T, R> implements OnSubscribe{
final OnSubscribe<T> parent
final Operator<? extends R, ? super T> operator
void call(Subscriber<? super R> r)
}
class ObserveOnSubscriber<T> extends Subscriber implements Action0{
final Subscriber<? super T> child;
final Worker recursiveScheduler;
}
@enduml |
6a6fa3aa8fb6cfe4ef7381ed8ba7233fc0299cc4 | 5bdf02940dcc5fd81c6e7b34d0111ac8fbd0bc28 | /design/exam.puml | 5caddade8b2dddae13e209afd390d9cd1eb32ea8 | [] | no_license | jie-meng/exam | 2790b927b3ed3b00737e77dad8dd99265097e7fc | fad005b769061afbae2f41214a7256847febd473 | refs/heads/master | 2022-04-19T21:08:05.737820 | 2020-04-20T05:48:13 | 2020-04-20T05:48:13 | 255,036,506 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,761 | puml | @startuml
package paper <<Aggregate>> {
class Paper <<Aggregate Root>> {
id: String
blankQuizzes: List<BlankQuiz>
reassemble(blankQuizzes: List<BlankQuiz>)
{static} assemble(blankQuizzes: List<BlankQuiz>): Paper
}
class BlankQuiz <<ValueObject>> {
id: String
question: String
referenceAnswer: String
score: Int
}
Paper "1" o-- "N" BlankQuiz
}
package examination <<Aggregate>> {
class Examination <<Aggregate Root>> {
id: String
paper: Paper
examMinutes: Int
startDate: Long
endDate: Long
{static} create(paperId: PaperId, examMinutes: Int, startDate: Long, endDate: Long): Examination
}
class "Paper" as P <<Value Object>> {
id: String
blankQuizzes: List<BlankQuiz>
}
class "BlankQuiz" as Q <<Value Object>> {
id: String
question: String
referenceAnswer: String
score: Int
}
class PaperId <<Value Object>> {
id: String
}
Examination "1" *-- "1" P
P "1" *-- "5..20" Q
PaperId "1" <.. "1" Examination
}
package examsheet <<Aggregate>> {
class ExamSheet <<Aggregate Root>> {
id: String
studentId: String
examinationId: ExaminationId
answers: List<Answer>
leftMinutes: Int
submitAnswer(index: Int, answer: String)
handIn()
{static} assign(examination: Examination): AnswerSheet
}
class Answer <<Entity>> {
id: String
answer: String
submit(answer: String)
}
class ExaminationId <<Value Object>> {
id: String
}
ExaminationId "1" <-- "1" ExamSheet
ExamSheet "1" *-- "5..20" Answer
}
@enduml
|
865b2fba1f17fbf7ecdaa0d54d4c11b6d04c74d5 | d3a876dfe2851c165719340252ac30e60912f6e6 | /bg-manager/bg-designPattern/src/main/java/com/mhm/struct/facade/facade.puml | 441033e750755782f5a8aa9a4569c410848c80f2 | [] | no_license | 289562326/bigdata_mhm | 846af37dbc8a00580b3c0424f1cebc21d659c672 | 210636d2ea350c0228deccf1485d3d1a6eb4a39c | refs/heads/master | 2022-07-10T14:41:56.081002 | 2021-04-29T11:33:58 | 2021-04-29T11:33:58 | 190,759,465 | 0 | 0 | null | 2022-06-17T03:33:35 | 2019-06-07T14:42:09 | Java | UTF-8 | PlantUML | false | false | 124 | puml | @startuml
Facade o-- Module
class Facade {
-Module module
+doSomething()
}
class Module{
+method()
}
@enduml |
d920e492bcaf265bdd715dc3107de5ea11af94d2 | 5a7e90c78082baf0160490802050be4a35ac4307 | /umls/plantuml/Types.puml | d1b2081c94a426450d5a034c5a34158b5a194e6b | [] | no_license | lamasumas/DLP_PMM | fc3b3560dc92342cd31005fcfa6f5e06acbb2d7a | cd0fe6d29b298791881723877cf9e4c903494326 | refs/heads/master | 2022-11-12T14:24:58.329549 | 2020-07-02T17:58:57 | 2020-07-02T17:58:57 | 276,710,989 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,205 | puml | @startuml Types
class ArrayType{
- int theLine
- int theColumn
- int theSize
- Type theType
+ R accept(Visitor<R,T> v, T param)
+ Type squareBrackets(Type otherType)
+ int getByteSize()
+ FieldDefinition getField()
+ String getTypeString()
}
class CharType{
+ R accept(Visitor<R,T> v, T param)
+ Type promotesTo(Type otherType)
+ boolean isBuiltInType()
+ Type canBeCast(Type otherType)
+ int getByteSize()
+ boolean isValidReturnType(Type otherReturnType)
+ String getTypeString()
}
class DoubleType{
+ R accept(Visitor<R,T> v, T param)
+ Type arithmetic(Type otherType)
+ Type comparison(Type otherType)
+ Type promotesTo(Type otherType)
+ boolean isBuiltInType()
+ Type canBeCast(Type otherType)
+ boolean isValidReturnType(Type otherType)
+ Type arithmetic(int errorline)
+ int getByteSize()
+ String getTypeString()
}
class ErrorType{
- String message
- ErrorHandler eh
+ String getMessage()
+ R accept(Visitor<R,T> v, T param)
+ Type arithmetic(Type otherType)
+ boolean isValidReturnType(Type otherType)
+ Type comparison(Type otherType)
+ Type logic(Type otherType, int errorline)
+ Type logic(int errorline)
+ Type promotesTo(Type otherType)
+ Type canBeCast(Type otherType)
+ Type squareBrackets(Type otherType)
+ Type dot(String theField)
+ Type parenthesis(List<Expression> param, int errorline)
+ Type arithmetic(int errorline)
}
class FieldDefinition{
- String fieldName
- Type fieldType
- int offset
+ String getFieldName()
+ Type getFieldType()
+ R accept(Visitor<R,T> v, T param)
+ int getByteSize()
+ int getOffset()
+ void setOffset()
+ String getTypeString()
}
class FuncType{
- Type returnType
- List<VarDefinition> params
+ Type getReturnType()
+ List<VarDefinition> getParams()
+ R accept(Visitor<R,T> v, T param)
+ boolean isBuiltInType()
+ Type parenthesis(List<Expression> param, int errorline)
+ boolean isValidReturnType(Type otherReturn)
+ int getByteSize()
}
class IntType{
+ boolean isLogic()
+ R accept(Visitor<R,T> v, T param)
+ Type arithmetic(Type otherType)
+ Type comparison(Type otherType)
+ Type logic(int line)
+ Type logic(Type otherType, int errorline)
+ Type promotesTo(Type otherType)
+ boolean isBuiltInType()
+ Type canBeCast(Type otherType)
+ boolean isValidReturnType(Type otherReturn)
+ Type arithmetic(int errorline)
+ int getByteSize()
+ String getTypeString()
}
class StrucType{
- List<FieldDefinition> fieldDefinitionList
+ List<FieldDefinition> getFieldDefinitionList()
+ R accept(Visitor<R,T> v, T param)
+ Type dot(String theField)
+ int getByteSize()
+ String getTypeString()
}
class VoidType{
+ R accept(Visitor<R,T> v, T param)
+ boolean isValidReturnType(Type otherReturn)
}
class Cast {
- Type theType
- Expression theExpression
+ R accept(Visitor<R,T> v, T param)
+ Expression getTheExpression()
+ Type getTheType()
}
interface Type{
boolean isLogic()
Type logic(Type otherType, int errorline)
Type logic(int errorline)
Type arithmetic(Type otherType)
Type arithmetic(int errorline)
Type comparison(Type otherType)
Type promotesTo(Type otherType)
boolean isBuiltInType()
Type canBeCast(Type otherType)
Type squareBrackets(Type otherType)
Type dot(String theField)
Type parenthesis(List<Expression> param, int errorline)
int getByteSize()
boolean isValidReturnType(Type otherReturn)
String getTypeString();
}
note top of Type: This interface is implemented an Abstract class \n and then this abstrac class is extended by each class.
interface ASTNode{
int getLine
int getColumn
R accept(Visitor<R,T> v, T param)
}
Type <|.. IntType
Type <|.. CharType
Type <|.. StrucType
Type <|.. FuncType
Type <|.. ErrorType
Type <|.. DoubleType
Type <|.. VoidType
Type <|.. ArrayType
StrucType o--"n" FieldDefinition
Type "1"--o FieldDefinition
FuncType o--"1" Type : Return type
Type "1"--o Cast
ASTNode <-- Type
@enduml |
d5a24e716d071315fbf90d730c12b1f17d4469cd | 94bce29d12d29b41ff73545ca8b7af668d6afd43 | /src/main/java/ex41/Exercise_41.puml | 3b0ed750bd88b59e1c6ee079273f2e1673e13851 | [] | no_license | ColinMitchellGit/mitchell-cop3330-assignment3 | 3ce2f25b0dbf2d95b0df1810622d472ef4ab6dd0 | 97dff19866a680963e4c8cfe45436071a4772bc0 | refs/heads/master | 2023-06-02T19:15:44.326179 | 2021-06-21T03:15:12 | 2021-06-21T03:15:12 | 378,758,491 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 189 | puml | @startuml
'https://plantuml.com/class-diagram
exercise41_input.txt --|> ex41
NameSorter --|> ex41
ex41 --|> exercise41_output.txt
class NameSorter {
readNames()
outputNames()
}
@enduml |
d4ac39193844c9bd9cc1fc3673f04a628ed779c4 | 34acd2aa8d51295c0c4289e43e8961f5e23b5a08 | /PlantUML/raw/Custom/ElCazador.Worker/Modules/Spoofers/Models/SpooferPacket.puml | 072e86e4f6efc70bea3c6705fc290995c615cf1f | [] | no_license | fisboger/Thesis | a6887e195c7daa8317abe3167de1676420173e33 | 4746126f69da615c641380fd7a33c863f2fedee3 | refs/heads/master | 2020-04-03T15:18:08.671739 | 2019-02-07T11:17:06 | 2019-02-07T11:17:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 120 | puml | @startuml
class SpooferPacket {
+ <<const>> BUFFER_SIZE : int = 508
+ Buffer : byte[] <<get>> <<set>>
}
@enduml
|
c3298bc4709611af2e8ee9ac4e2f56c928b77efa | 0566e0606a56c4ea2c243c9d184a7f5ca89a473a | /Design Pattern/Park/src/main/kotlin/factoryPattern/idCardFactory/IdFactory.puml | fa1815e6d240f973d161d8c6e20b9b80a37134d8 | [] | no_license | jgj1018/long_runner_study | 0ff25bd1bca9f511432d89dc402aca10e2fb5321 | 6c252add5dc49872f9c72419f1628d204fc6e001 | refs/heads/master | 2021-09-08T14:01:14.537303 | 2018-03-10T04:51:29 | 2018-03-10T04:51:29 | 104,207,490 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 288 | puml | @startuml
abstract Factory{
Product create()
createProduct()
registerProduct()
}
abstract Product{
use()
}
Factory <|-- IDCardFactory
class IDCardFactory{
owners
IDCard createProduct()
registerProduct()
getOwners()
}
Product <|-- IDCard
class IDCard{
owner
use()
getOwner()
}
@enduml |
bb62e826602cc41977280355aed03bb1b63dcdbc | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StoreKeyReference.puml | 35f7f079efe22b3e3068ec7a7e4ea1b2f6656725 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 17,812 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface StoreKeyReference [[StoreKeyReference.svg]] extends KeyReference {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
key: String
}
interface KeyReference [[KeyReference.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
key: String
}
interface BusinessUnit [[BusinessUnit.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
status: [[BusinessUnitStatus.svg BusinessUnitStatus]]
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
unitType: [[BusinessUnitType.svg BusinessUnitType]]
name: String
contactEmail: String
custom: [[CustomFields.svg CustomFields]]
addresses: [[Address.svg List<Address>]]
shippingAddressIds: [[String.svg List<String>]]
defaultShippingAddressId: String
billingAddressIds: [[String.svg List<String>]]
defaultBillingAddressId: String
associateMode: [[BusinessUnitAssociateMode.svg BusinessUnitAssociateMode]]
associates: [[Associate.svg List<Associate>]]
inheritedAssociates: [[InheritedAssociate.svg List<InheritedAssociate>]]
parentUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
topLevelUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface CartDiscount [[CartDiscount.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
name: [[LocalizedString.svg LocalizedString]]
key: String
description: [[LocalizedString.svg LocalizedString]]
value: [[CartDiscountValue.svg CartDiscountValue]]
cartPredicate: String
target: [[CartDiscountTarget.svg CartDiscountTarget]]
sortOrder: String
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
isActive: Boolean
validFrom: DateTime
validUntil: DateTime
requiresDiscountCode: Boolean
references: [[Reference.svg List<Reference>]]
stackingMode: [[StackingMode.svg StackingMode]]
custom: [[CustomFields.svg CustomFields]]
}
interface Customer [[Customer.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
customerNumber: String
externalId: String
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
email: String
password: String
firstName: String
lastName: String
middleName: String
title: String
dateOfBirth: Date
companyName: String
vatId: String
addresses: [[Address.svg List<Address>]]
defaultShippingAddressId: String
shippingAddressIds: [[String.svg List<String>]]
defaultBillingAddressId: String
billingAddressIds: [[String.svg List<String>]]
isEmailVerified: Boolean
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
custom: [[CustomFields.svg CustomFields]]
locale: String
salutation: String
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
authenticationMode: [[AuthenticationMode.svg AuthenticationMode]]
}
interface StoreCartDiscountsLimitReachedError [[StoreCartDiscountsLimitReachedError.svg]] {
code: String
message: String
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
}
interface GraphQLStoreCartDiscountsLimitReachedError [[GraphQLStoreCartDiscountsLimitReachedError.svg]] {
code: String
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
}
interface BusinessUnitStoreModeChangedMessage [[BusinessUnitStoreModeChangedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
oldStores: [[StoreKeyReference.svg List<StoreKeyReference>]]
oldStoreMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
}
interface BusinessUnitStoresSetMessage [[BusinessUnitStoresSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
}
interface BusinessUnitStoreModeChangedMessagePayload [[BusinessUnitStoreModeChangedMessagePayload.svg]] {
type: String
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
oldStores: [[StoreKeyReference.svg List<StoreKeyReference>]]
oldStoreMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
}
interface BusinessUnitStoresSetMessagePayload [[BusinessUnitStoresSetMessagePayload.svg]] {
type: String
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
}
interface Cart [[Cart.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalLineItemQuantity: Long
totalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
cartState: [[CartState.svg CartState]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
custom: [[CustomFields.svg CustomFields]]
deleteDaysAfterLastModification: Integer
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
interface BusinessUnitStoreAddedMessage [[BusinessUnitStoreAddedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
store: [[StoreKeyReference.svg StoreKeyReference]]
}
interface BusinessUnitStoreRemovedMessage [[BusinessUnitStoreRemovedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
store: [[StoreKeyReference.svg StoreKeyReference]]
}
interface OrderStoreSetMessage [[OrderStoreSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
store: [[StoreKeyReference.svg StoreKeyReference]]
}
interface BusinessUnitStoreAddedMessagePayload [[BusinessUnitStoreAddedMessagePayload.svg]] {
type: String
store: [[StoreKeyReference.svg StoreKeyReference]]
}
interface BusinessUnitStoreRemovedMessagePayload [[BusinessUnitStoreRemovedMessagePayload.svg]] {
type: String
store: [[StoreKeyReference.svg StoreKeyReference]]
}
interface OrderStoreSetMessagePayload [[OrderStoreSetMessagePayload.svg]] {
type: String
store: [[StoreKeyReference.svg StoreKeyReference]]
}
interface Order [[Order.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
orderNumber: String
purchaseOrderNumber: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
cart: [[CartReference.svg CartReference]]
quote: [[QuoteReference.svg QuoteReference]]
orderState: [[OrderState.svg OrderState]]
shipmentState: [[ShipmentState.svg ShipmentState]]
paymentState: [[PaymentState.svg PaymentState]]
state: [[StateReference.svg StateReference]]
syncInfo: [[SyncInfo.svg List<SyncInfo>]]
returnInfo: [[ReturnInfo.svg List<ReturnInfo>]]
lastMessageSequenceNumber: Long
custom: [[CustomFields.svg CustomFields]]
completedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
interface QuoteRequest [[QuoteRequest.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
quoteRequestState: [[QuoteRequestState.svg QuoteRequestState]]
comment: String
customer: [[CustomerReference.svg CustomerReference]]
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
shippingAddress: [[Address.svg Address]]
billingAddress: [[Address.svg Address]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
country: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
itemShippingAddresses: [[Address.svg List<Address>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
custom: [[CustomFields.svg CustomFields]]
state: [[StateReference.svg StateReference]]
purchaseOrderNumber: String
cart: [[CartReference.svg CartReference]]
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface Quote [[Quote.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
quoteRequest: [[QuoteRequestReference.svg QuoteRequestReference]]
stagedQuote: [[StagedQuoteReference.svg StagedQuoteReference]]
customer: [[CustomerReference.svg CustomerReference]]
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
validTo: DateTime
sellerComment: String
buyerComment: String
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
shippingAddress: [[Address.svg Address]]
billingAddress: [[Address.svg Address]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
country: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
itemShippingAddresses: [[Address.svg List<Address>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
custom: [[CustomFields.svg CustomFields]]
quoteState: [[QuoteState.svg QuoteState]]
state: [[StateReference.svg StateReference]]
purchaseOrderNumber: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface ShoppingList [[ShoppingList.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
name: [[LocalizedString.svg LocalizedString]]
key: String
customer: [[CustomerReference.svg CustomerReference]]
slug: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
lineItems: [[ShoppingListLineItem.svg List<ShoppingListLineItem>]]
textLineItems: [[TextLineItem.svg List<TextLineItem>]]
deleteDaysAfterLastModification: Long
anonymousId: String
store: [[StoreKeyReference.svg StoreKeyReference]]
custom: [[CustomFields.svg CustomFields]]
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
StoreKeyReference --> BusinessUnit #green;text:green : "stores"
StoreKeyReference --> CartDiscount #green;text:green : "stores"
StoreKeyReference --> Customer #green;text:green : "stores"
StoreKeyReference --> StoreCartDiscountsLimitReachedError #green;text:green : "stores"
StoreKeyReference --> GraphQLStoreCartDiscountsLimitReachedError #green;text:green : "stores"
StoreKeyReference --> BusinessUnitStoreModeChangedMessage #green;text:green : "stores"
StoreKeyReference --> BusinessUnitStoreModeChangedMessage #green;text:green : "oldStores"
StoreKeyReference --> BusinessUnitStoresSetMessage #green;text:green : "stores"
StoreKeyReference --> BusinessUnitStoreModeChangedMessagePayload #green;text:green : "stores"
StoreKeyReference --> BusinessUnitStoreModeChangedMessagePayload #green;text:green : "oldStores"
StoreKeyReference --> BusinessUnitStoresSetMessagePayload #green;text:green : "stores"
StoreKeyReference --> Cart #green;text:green : "store"
StoreKeyReference --> BusinessUnitStoreAddedMessage #green;text:green : "store"
StoreKeyReference --> BusinessUnitStoreRemovedMessage #green;text:green : "store"
StoreKeyReference --> OrderStoreSetMessage #green;text:green : "store"
StoreKeyReference --> BusinessUnitStoreAddedMessagePayload #green;text:green : "store"
StoreKeyReference --> BusinessUnitStoreRemovedMessagePayload #green;text:green : "store"
StoreKeyReference --> OrderStoreSetMessagePayload #green;text:green : "store"
StoreKeyReference --> Order #green;text:green : "store"
StoreKeyReference --> QuoteRequest #green;text:green : "store"
StoreKeyReference --> Quote #green;text:green : "store"
StoreKeyReference --> ShoppingList #green;text:green : "store"
@enduml
|
7337498127859958427d45f56339b1cc51f4d449 | c2a9989820cfbad677989362adf5f5063534b1aa | /Collection.puml | 958033a86706af20c896602371cde211f0305464 | [] | no_license | luckystar88/JDKNote | 9cff0effb34301ce9e4e20c2466c9e8c1911287e | 654ea610a6a12953925843a42198f060667a7f39 | refs/heads/master | 2020-04-24T02:22:43.282510 | 2019-02-28T08:25:22 | 2019-02-28T08:25:22 | 171,634,832 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,893 | puml | @startuml
abstract class AbstractList
abstract AbstractCollection
abstract AbstractSet
interface List
interface Collection
interface Set
class EnumSet
class HashSet
interface Map
class HashMap
class EnumMap
abstract class AbstractMap
class Hashtable
abstract class Dictionary
class IdentityHashMap
class ConcurrentHashMap
interface ConcurrentMap
class TreeMap
interface NavigableMap
interface SortedMap
class WeakHashMap
class LinkedHashMap
class LinkedHashSet
class LinkedList
abstract class AbstractSequentialList
class CopyOnWriteArrayList
class Properties
class TreeSet
interface SortedSet
interface NavigableSet
class Vector
Dictionary <|-- Hashtable
Hashtable ..|> Map
AbstractMap<|--ConcurrentHashMap
AbstractMap <|-- IdentityHashMap
IdentityHashMap ..|> Map
Map <|-- ConcurrentMap
ConcurrentHashMap ..|> ConcurrentMap
Map <|-- ConcurrentMap
AbstractMap <|-- TreeMap
TreeMap ..|> NavigableMap
SortedMap <|-- NavigableMap
Map <|-- SortedMap
AbstractMap <|-- WeakHashMap
WeakHashMap ..|> Map
HashMap <|-- LinkedHashMap
LinkedHashMap ..|> Map
Hashset <|-- LinkedHashSet
LinkedHashSet ..|> Set
AbstractList <|-- AbstractSequentialList
AbstractSequentialList <|-- LinkedList
LinkedList ..|> List
Hashtable <|-- Properties
AbstractSet <|-- TreeSet
TreeSet ..|> NavigableSet
SortedSet <|-- NavigableSet
Set <|-- SortedSet
AbstractList <|-- Vector
Vector ..|> List
AbstractMap ..|> Map
AbstractMap <|-- HashMap
AbstractMap <|-- EnumMap
HashMap ..|> Map
Iterable <|-- Collection
List <|-- AbstractList
AbstractCollection ..|> Collection
AbstractSet ..|> Collection
Collection <|- List
Collection <|-- Set
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
ArrayList ..|> List
CopyOnWriteArrayList ..|> List
AbstractSet <|-- EnumSet
AbstractSet <|-- HashSet
HashSet ..|> Set
interface Iterable {
Iterator iterator()
}
class ArrayList {
Object[] elementData
size()
}
@enduml |
fff1070b160adc49373e9d71fc1eba988b58a738 | abc9c76539eb29eb9ea75392e80f52016e145dc4 | /observer/observer.puml | 991af416a2a7b4d074420c73d6300c4c1fc923cc | [] | no_license | burakCokyildirim/yazilimTasarimKaliplari_01 | f2bef048e4b11f06136ec5d0c53ab9f046102492 | 43eb28d97387ea4f1c5e6bdfaf436022716b06de | refs/heads/master | 2022-11-28T20:05:19.706006 | 2020-08-05T07:54:31 | 2020-08-05T07:54:31 | 246,383,862 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 672 | puml |
@startuml
skinparam classAttributeIconSize 0
interface "Observer" {
+update(usbA: usbB: usbC:)
}
interface "Subject" {
+register(observer:)
+unregister(observer:)
+notify()
}
Class "USBManager" {
-observers: [Observer]
-isConnect_usbA: Bool
-isConnect_usbB: Bool
-isConnect_usbC: Bool
+register(observer:)
+unregister(observer:)
+notify()
+changeUSBState(usbType:)
}
Class "USBObserver" {
+init(subject: Subject)
+update(usbA: usbB: usbC:)
}
enum "USBTypes" {
usbA
usbB
usbC
}
USBManager ..|> Subject
USBObserver -> Subject : <<uses>>
USBObserver ..|> Observer
USBManager -> Observer : <<uses>>
USBManager - USBTypes
@enduml
|
28de50d89efd2e9e3bfa05adddfccd7526a31bda | fee440e085cbf63e26d2dae8a0fbc398b23eeef6 | /src/main/java/ar/edu/unahur/obj2/ejercicio4/ejercicio4.plantuml | d143e5c0a369835e1ac535ec6ea3f98dfa7ee2bb | [] | no_license | adramarilla/recuperatorio-objetos2-25062019-IDMorrison | 847b6b0bb5d2ba60fb619ac6261f3337a1c86369 | 2072c5f87041a60b657cd69e6cdafd8772a21890 | refs/heads/master | 2020-06-11T00:08:02.058400 | 2019-06-25T23:53:28 | 2019-06-25T23:53:28 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,197 | plantuml | @startuml
interface ChristmasTree {
{abstract} + assembly()
}
class PlasticChristmasTree {
+ assembly()
}
class PlasticChristmasTreeWithBubbleLights {
+ assembly()
}
class PlasticChristmasTreeWithGarland {
+ assembly()
}
class PlasticChristmasTreeWithGarlandAndBubbleLights {
+ assembly()
}
class RealChristmasTree {
+ assembly()
}
class RealChristmasTreeWithBubbleLights {
+ assembly()
}
class RealChristmasTreeWithGarland {
+ assembly()
}
class RealChristmasTreeWithGarlandAndBubbleLights {
+ assembly()
}
PlasticChristmasTree .up.|> ChristmasTree
PlasticChristmasTreeWithBubbleLights -up-|> PlasticChristmasTree
PlasticChristmasTreeWithGarland -up-|> PlasticChristmasTree
PlasticChristmasTreeWithGarlandAndBubbleLights -up-|> PlasticChristmasTreeWithGarland
RealChristmasTree .up.|> ChristmasTree
RealChristmasTreeWithBubbleLights -up-|> RealChristmasTree
RealChristmasTreeWithGarland -up-|> RealChristmasTree
RealChristmasTreeWithGarlandAndBubbleLights -up-|> RealChristmasTreeWithGarland
@enduml
|
fd4c8508a941ff897e3e01323e7a2a9aa5d4a41f | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartSetBillingAddressCustomFieldAction.puml | 161992bd2eebc6f1ab309b142ce4471e1dfaad00 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 492 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface CartSetBillingAddressCustomFieldAction [[CartSetBillingAddressCustomFieldAction.svg]] extends CartUpdateAction {
action: String
name: String
value: [[Object.svg Object]]
}
interface CartUpdateAction [[CartUpdateAction.svg]] {
action: String
}
@enduml
|
b75732d9ce2b4d5d462659f20b1cb928d04e3d55 | 1cf4490d48f50687a8f036033c37d76fec39cd2b | /src/main/java/global/skymind/training/advanced/gui/javafx/ex1/ex1.plantuml | 9058c1b38aad9a437333cd54b97bce6e18522622 | [
"Apache-2.0"
] | permissive | muame-amr/java-traininglabs | 987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83 | a93268f60e6a8491b1d156fae183a108ff0d9243 | refs/heads/main | 2023-08-06T10:04:57.996593 | 2021-09-28T11:21:00 | 2021-09-28T11:21:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 561 | plantuml | @startuml
title __EX1's Class Diagram__\n
namespace global.skymind {
namespace training.advanced.gui.javafx.ex1 {
class global.skymind.training.advanced.gui.javafx.ex1.MyFXStage {
{static} + main()
+ start()
}
}
}
global.skymind.training.advanced.gui.javafx.ex1.MyFXStage -up-|> javafx.application.Application
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
a0691f68660b9eecd94eed0323df818b2b573d53 | 0bcfca13028126a2924e67d25ba541d746f002ec | /Tema_3/T_3_3/pruebaDiagrama.puml | c7c3ec00711116893c6a3082ecd26d4c03360f1f | [] | no_license | POOUJA/teoria | 1be824afb326302605dec45cec0a2ff8e0f9a1d8 | 7cf89985981f523328cf0338ba1963fa1570da6a | refs/heads/master | 2023-03-30T12:41:52.859593 | 2023-03-21T10:12:37 | 2023-03-21T10:12:37 | 42,666,840 | 7 | 24 | null | 2019-02-27T16:55:31 | 2015-09-17T16:12:09 | C++ | UTF-8 | PlantUML | false | false | 905 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
class Tablero {
- _tablero: carácter[3,3]
- checkMovimiento ( f: entero, c: entero )
+ Tablero ()
+ Tablero ( orig: Tablero )
+ ~Tablero ()
+ getPos ( f: entero, c: entero ): carácter
+ setPos ( f: entero, c: entero, jugador: carácter ): entero
+ operator= ( orig: Tablero ): Tablero
}
class TicTacToe {
- _jugadores: texto[2]
- _turno: entero
+ TicTacToe ( )
+ TicTacToe ( orig: TicTacToe )
+ TicTacToe ( jugador1: texto, jugador2: texto )
+ ~TicTacToe ( )
+ setJugador1 ( j1: texto )
+ setJugador2 ( j2: texto )
+ getJugador1 (): texto
+ getJugador2 (): texto
+ getSiguiente (): texto
+ getAnterior (): texto
+ getTablero (): Tablero
+ movimiento ( f: entero, c: entero ): entero
+ operator= ( orig: TicTacToe ): TicTacToe
}
TicTacToe *--- "tablero\n1" Tablero
@enduml
|
9a76f57d4919cadd5d6b39d082696d82a540ddf1 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-class-mappe.puml | 94fd4d950aac3f68758307e0eba9678da4788c6b | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 2,245 | puml | @startuml
skinparam nodesep 100
hide circle
class Arkivstruktur.Mappe <Arkivenhet> {
+mappeID : string [0..1] [1..1]
+tittel : string
+offentligTittel : string [0..1]
+beskrivelse : string [0..1]
+noekkelord : string [0..*]
+dokumentmedium : Dokumentmedium [0..1] [1..1]
+oppbevaringssted : string [0..*]
+avsluttetDato : datetime [0..1]
+avsluttetAv : string [0..1]
+referanseAvsluttetAv : SystemID [0..1]
+kassasjon : Kassasjon [0..1]
+skjerming : Skjerming [0..1]
+gradering : Gradering [0..1]
+referanseForelderMappe : SystemID [0..1]
+virksomhetsspesifikkeMetadata : VirksomhetsspesifikkeMetadata [0..1]
}
class Arkivstruktur.Arkivdel <Arkivenhet> {
}
Arkivstruktur.Arkivdel "arkivdel 0..1" o--> "mappe 0..*" Arkivstruktur.Mappe
class Arkivstruktur.Arkivenhet {
}
Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Mappe
class Arkivstruktur.Klasse <Arkivenhet> {
}
Arkivstruktur.Klasse "klasse 0..1" o--> "mappe 0..*" Arkivstruktur.Mappe
class Arkivstruktur.Kryssreferanse <Arkivenhet> {
}
Arkivstruktur.Mappe "mappe 0..1" *--> "kryssreferanse 0..*" Arkivstruktur.Kryssreferanse
class Arkivstruktur.Registrering <Arkivenhet> {
}
Arkivstruktur.Mappe "mappe 0..1" o--> "registrering 0..*" Arkivstruktur.Registrering
Arkivstruktur.Mappe "overmappe 0..1" o-- "undermappe 0..*" Arkivstruktur.Mappe
class Arkivstruktur.Merknad {
}
Arkivstruktur.Mappe *-- "merknad 0..*" Arkivstruktur.Merknad
class Arkivstruktur.Part {
}
Arkivstruktur.Mappe *-- "part 0..*" Arkivstruktur.Part
class Arkivstruktur.Gradering <<dataType>> {
}
Arkivstruktur.Mappe *-- Arkivstruktur.Gradering
class Arkivstruktur.Kassasjon <<dataType>> {
}
Arkivstruktur.Mappe *-- Arkivstruktur.Kassasjon
class Arkivstruktur.Skjerming <<dataType>> {
}
Arkivstruktur.Mappe *-- Arkivstruktur.Skjerming
class VirksomhetsspesifikkeMetadata.VirksomhetsspesifikkeMetadata <<VirksomhetsspesifikkeMetadata>> {
}
Arkivstruktur.Mappe *-- VirksomhetsspesifikkeMetadata.VirksomhetsspesifikkeMetadata
class Sakarkiv.Saksmappe <Mappe> {
}
Arkivstruktur.Mappe <|-- Sakarkiv.Saksmappe
class Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator {
}
Arkivstruktur.Mappe o-- "nasjonalidentifikator 0..*" Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator
@enduml
|
87ec6f494bf712a0bb8956c082f9b29b6b4fce60 | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/src/cu/datys/patterns/gof/structural/facade/discount/class-diagram.puml | cd0eda66aedfc1a474037c2dcc54b92bb0b28a96 | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,301 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam packageFontSize 18
skinparam titleFontColor #5cb85c
Title Facade Pattern Example
class ApplyDiscountRequest {
- long idCustomer
- long idProduct
- long idDiscount
}
class Customer {
- String name
- String address
- Date birthDate
}
class Product {
- long idProduct
- String name
- BigDecimal price
}
class ProductService {
+ Product find(long id)
}
class CustomerService {
+ Customer find(long id)
}
class DiscountFacade {
- CustomerService cs
- ProductService ps
- DiscountService dse
+ boolean applyDiscount(ApplyDiscountRequest adr)
}
class DiscountService {
+ boolean applyDiscount(Customer c, Product p)
}
ProductService --> Product: find
CustomerService --> Customer: find
DiscountService --> Product: use
DiscountService --> Customer: use
DiscountFacade --> ProductService: use
DiscountFacade --> CustomerService: use
DiscountFacade --> DiscountService: use
DiscountFacade --> ApplyDiscountRequest: use
note right of DiscountFacade::applyDiscount
Customer c = cs.find(adr.getIdCustomer());
Product p = ps.find(adr.getIdProduct());
return ds.applyDiscount(c, p);
end note
@enduml |
cdfc86902582f80dccbf489fd1a3cc6de878a106 | 139cd7d8785ab417690f02fe0f41eee7c435bed5 | /docs/class.puml | 23ab9a85e6f2fcddde6246aae1dfa76771232292 | [] | no_license | appkr/laravel-msa-example | 762b9171c3746b990d804334e53556d41207fcc1 | e7e177d99b7ed67d9bc7ba1680ffc484e516d349 | refs/heads/master | 2023-03-10T16:56:06.997208 | 2021-02-24T03:28:47 | 2021-02-24T03:28:47 | 336,183,291 | 6 | 0 | null | 2021-02-24T03:28:48 | 2021-02-05T06:20:34 | PHP | UTF-8 | PlantUML | false | false | 743 | puml | @startuml
class TokenAuthenticate <<HTTP middleware>> {
+ handle(Request): Closure
}
class TokenExtractor {
+ {static} extract(Request): String
}
class TokenParser {
+ parse(String): Token
}
interface TokenKeyProvider {
+ getKey(): String
}
class UaaTokenKeyProvider implements TokenKeyProvider {
- httpClient: GuzzleClient
}
class CacheableTokenKeyProvider implements TokenKeyProvider {
- delegate: TokenKeyProvider
- cacheRepository: Repository
}
class Token {
+ {static} fromTokenString(String): Token
}
class JWT <<ext library>> {
+ {static} decode(): stdClass
}
TokenAuthenticate --> TokenExtractor
TokenAuthenticate --> TokenParser
TokenParser --> Token
TokenParser --> TokenKeyProvider
Token --> JWT
@enduml
|
6e59ea98ff502c4864acfc22758cad0abb2c8eaf | c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac | /docs/uml-class-diagrams/middleware01/test/MiddlewareGisProcessorImplementationTests/MiddlewareGisProcessorImplementationTests.puml | 0fc26451dcf288669821ecea8706e9ee5f539878 | [] | no_license | Slackjaw1431/csi-3370-software-project | 79666760712ee4625bea3daea48c7072e7826465 | af44ad1066695e4f9eff74eda79cebef3ad2b1af | refs/heads/main | 2023-03-23T23:03:17.404846 | 2021-03-17T18:52:02 | 2021-03-17T18:52:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 267 | puml | @startuml MiddlewareGisProcessorImplementationTests
package edu.oakland.test.middleware01 {
class MiddlewareGisProcessorImplementationTests {
+ void isGpsSignalStrengthNull()
+ void checkValueGpsSignalStrength()
+ void managerIsNotNull()
}
}
@enduml |
6bbdbf5221bbd4ad22d8acb257964063739a4564 | 6fedb79cb2a26d55ec22595e3a001378b97b8f74 | /app/src/main/java/com/alex/kotlin/javadesignmode/meidator/mediator.puml | 61512227e0b02ac18cf35c41675a6392d43392de | [] | no_license | AlexTiti/JavaDesignMode | e3b283b9547207a82b3d1ea7e12e617038a5aacb | c605ca319c20d8628d7fa38c42c5776943568e06 | refs/heads/master | 2020-05-04T19:34:08.751540 | 2019-09-09T08:44:44 | 2019-09-09T08:44:44 | 179,399,468 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 245 | puml | @startuml
interface Action{
action()
}
class First{
action()
}
class Second{
action()
}
class Meidator{
-first
-second
action()
}
First ..|> Action
Second ..|> Action
Meidator o--> First
Meidator o--> Second
Client --> Meidator
@enduml |
576963f9cbc8a770a8dab69e5a48e6f3396af184 | f670d34bede06fe268889adf16d93f1ec0b68363 | /autoscale-source-kubernetes/diagrams/Source.puml | ade4c50c4422b6d6b17f864c231a32c1e495ad32 | [
"Apache-2.0"
] | permissive | Autoscaler/autoscaler | eb5b7ec6bbbc8c00389b5cf501183c3910cb88c3 | f078ebd43fe8fdf087d4d848eb32892e08f5c9d5 | refs/heads/develop | 2023-08-31T21:48:10.116383 | 2023-08-24T10:29:06 | 2023-08-24T10:29:06 | 85,935,924 | 2 | 5 | Apache-2.0 | 2023-09-06T13:32:40 | 2017-03-23T10:17:33 | Java | UTF-8 | PlantUML | false | false | 1,412 | puml | @startuml
interface ServiceSource {
+ Set<ScalingConfiguration> getServices()
}
interface ServiceSourceProvider {
+ ServiceSource getServiceSource()
}
class K8sServiceSourceProvider {
+ K8sServiceSource getServiceSource()
}
class K8sServiceSource {
- AppsV1Api api;
- K8sAutoscaleConfiguration config;
+ Set<ScalingConfiguration> getServices()
}
class ScalingConfiguration {
Used by the autoscale application
in determining how to scale a service.
The below methods return the value of labels
on a ReplicaSet.
+ String getId()
+ String getWorkloadMetric() autoscale.metric
+ String getScalingTarget() autoscale.scalingtarget
+ int int getInterval() autoscale.interval
+ int getMinInstances() autoscale.mininstances
+ int getMaxInstances() autoscale.maxinstances
+ String getScalingProfile() autoscale.profile
+ int getBackoffAmount() autoscale.backoff
+ int getScaleDownBackoffAmount() autoscale.scaledownbackoff
+ int getScaleUpBackoffAmount() autoscale.scaleupbackoff
}
class K8sAutoscaleConfiguration {
+ int getMaximumInstances()
+ String getMetric()
+ String getNamespace()
}
K8sServiceSource -- ScalingConfiguration
K8sServiceSource -- K8sAutoscaleConfiguration
K8sServiceSourceProvider -- K8sAutoscaleConfiguration
ServiceSource <|.. K8sServiceSource
ServiceSourceProvider <|.. K8sServiceSourceProvider
@enduml
|
f755a52c8c58c94c0397f8f29d8c99afb1ea4cbf | 16d0235019a85c80156f91eaebf8f4f13fe7f064 | /Diagramme.puml | 084cd8c71a1aa460211fcfe2da3dc006baa4d40b | [] | no_license | sdeltombe/DroneControllerLib | 71d8407dc602e29768f0f3a82b997130f4ddaea8 | c2dc89059edc231d2f72f93e002ed959eff2262f | refs/heads/master | 2016-09-15T17:55:30.048116 | 2014-03-26T20:04:31 | 2014-03-26T20:04:31 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,428 | puml | @startuml
package dronecontrollerlib #DDDDDD{
DCManager *-- Controller
DCManager *-- ArDroneCommander
DCManager o-- Factory
DCManager o-- Utility
ArDroneCommander *-- ArDroneReceiver
ArDroneCommander *-- ArDroneCommand
ArDroneCommander *-- ArDroneCommander
ArDroneReceiver *-- NavData
ArDroneCommander o-- NavData
ISubscriber <|-- DCManager
Controller <|-- MyoController
Controller o-- ISubscriber
Controller o-- ArDroneCommand
class NavData{
-Map<String,Boolean> states
+Boolean getState(String stateType)
+void SetState(String stateType, Boolean value)
+Boolean IsUpdate()
+void parseNavData(int state)
}
class DCManager{
+DCManager(Factory factory,String defaultControllerType, Object[] args)
+run()
}
abstract Factory{
+Controller CreateController(string type,string[] args)
+{abstract} Utility CreateUtility();
}
abstract Utility{
+ void trace(String trace);
+ void traceError(String trace,Exception ex);
}
class ArDroneCommand{
+leftRightTilt
+frontBackTilt
+verticalSpeed
+angularSpeed
+DroneAction action
+ArDroneCommand clone()
}
class ArDroneCommander{
-socket
+static ArDroneCommander getInstance()
+void init(Utility utility)
+void command(ArDroneCommand cmd)
+void takeOff()
+void landing()
+void run();
}
class ArDroneReceiver{
-socket
+void sendInitMessage()
+void connect()
+void run();
}
abstract Controller{
-ISubscriber subscriber
+void connect()
+void diconnect()
+void listen()
+void subscribe(ISubscriber subscriber)
}
interface ISubscriber{
+void onReceivedCommand(ArDroneCommand cmd);
}
class MyoController {
}
}
package dronecontrollerlibstd{
Controller <|-- KeyboardController
Factory <|-- StandardFactory
Utility <|-- StandardUtility
class KeyboardController{
}
class StandardFactory{
}
class StandardUtility{
}
}
package dronecontrollerlibandroid{
Controller <|-- SmartPhoneController
Factory <|-- AndroidFactory
Utility <|-- AndroidUtility
class SmartPhoneController{
}
class AndroidFactory{
}
class AndroidUtility{
}
}
@enduml |
591d1f34842fe19ccbf09d4f11367596efd216ec | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MaxCartDiscountsReachedError.puml | 2770570819edc0d9eaebc80aa32a753b57e6e433 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 443 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface MaxCartDiscountsReachedError [[MaxCartDiscountsReachedError.svg]] extends ErrorObject {
code: String
message: String
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
|
9f373646b906268ed354a3e3ee12ae36410bb2df | 332274a5ca5012eabcc24f56d13e4b5c18486f54 | /.idea/modules/app/app.plantuml | 8f1b0d1e82914cc7d5ce7ba77a7351b456b21420 | [] | no_license | anwarch0wdhury/MVVM-Example | 1257eb11a2167d14feef9e663c3bf71bdba0e714 | 93629f389bb219b8abb3d10fa91aa28b836227f5 | refs/heads/main | 2023-01-05T08:50:48.568055 | 2020-11-05T22:23:19 | 2020-11-05T22:23:19 | 310,166,529 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,363 | plantuml | @startuml
title __SIMPLE_MVVM_JAVA_EXAMPLE.APP's Class Diagram__\n
namespace com.anwar.simplemvvmjavaexample {
interface com.anwar.simplemvvmjavaexample.Api {
}
}
namespace com.anwar.simplemvvmjavaexample {
class com.anwar.simplemvvmjavaexample.BuildConfig {
}
}
namespace com.anwar.simplemvvmjavaexample {
class com.anwar.simplemvvmjavaexample.MainActivity {
}
}
namespace com.anwar.simplemvvmjavaexample {
class com.anwar.simplemvvmjavaexample.MainModel {
}
}
namespace com.anwar.simplemvvmjavaexample {
class com.anwar.simplemvvmjavaexample.MainModelAdapter {
}
}
namespace com.anwar.simplemvvmjavaexample {
class com.anwar.simplemvvmjavaexample.MainViewModel {
}
}
com.anwar.simplemvvmjavaexample.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.anwar.simplemvvmjavaexample.MainActivity o-- com.anwar.simplemvvmjavaexample.MainModelAdapter : adapter
com.anwar.simplemvvmjavaexample.MainModelAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter
com.anwar.simplemvvmjavaexample.MainViewModel -up-|> androidx.lifecycle.ViewModel
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
0c33a4312e98310368fcf0b8047b087ad23b5b38 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyCartSetCountryAction.puml | 70adcae6f7ddf8e798cf1de2c566395db8a12ffe | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 436 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface MyCartSetCountryAction [[MyCartSetCountryAction.svg]] extends MyCartUpdateAction {
action: String
country: String
}
interface MyCartUpdateAction [[MyCartUpdateAction.svg]] {
action: String
}
@enduml
|
edf65dd4dd0cb84c06c98b2f5aa19f8ff6e4049f | 426eb29881a71b80d15771180e3ef7c559d04dc8 | /plantuml/GameDirector.puml | b743bc8d7494288fa632d55b90f7fa71a4fd4efa | [
"MIT"
] | permissive | ds202004gp/BlackjackUnity | a9a8aed6c17e1d4faad967606c4d9b7822d4caf9 | 64f454f3b17b58fd391898f468065fbe229545be | refs/heads/main | 2023-01-23T04:36:04.150573 | 2020-11-20T08:41:04 | 2020-11-20T08:41:04 | 302,887,444 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,323 | puml | @startuml
class GameDirector {
maxBet : int
MaxBet : int <<set>>
minBet : int
MinBet : int <<set>>
defaultPlayersMoney : int
Start() : void
+ GameStart() : void
playerScore : int
dealerScore : int
Judgement() : void
dividendMultiplier : float
DividendResult() : void
playersMoney : int
IsGameFollow() : bool
GameOver() : void
gameClearMoney : int = 10000
+ Stand() : void
DividendToPlayer() : void
+ BetToDealer(bet:int) : void
+ ResetField() : void
BackGround() : void
BetLimit() : void
Update() : void
}
enum JudgeEnum {
Win,
Draw,
Lose,
}
enum StageEnum {
Normal,
Vip,
}
MonoBehaviour <|-- GameDirector
GameDirector --> "gameOverPanel" GameObject
GameDirector --> "gameClearPanel" GameObject
GameDirector --> "playerController" PlayerController
GameDirector --> "dealerController" DealerController
GameDirector --> "trumpController" TrumpController
GameDirector --> "buttonController" ButtonController
GameDirector --> "judgementText" Text
GameDirector --> "dividendText" Text
GameDirector --> "judgeEnum" JudgeEnum
GameDirector --> "stageEnum" StageEnum
GameDirector --> "normalBackGround" GameObject
GameDirector --> "vipBackGround" GameObject
GameDirector +-- JudgeEnum
GameDirector +-- StageEnum
@enduml
|
ce613576681f382ff32e745e90277ca40a316230 | 21607427b056effbb50bbdc7a05d3e26705455af | /app/docs/asciidoc/models/modelui5.puml | 081da475ac8d248a18e612a90fb4b162775ff383 | [
"Apache-2.0"
] | permissive | Kazetavi/Sonofy | 302d17585945847c4eb2972113991cc547823fa6 | dbbfe3791bfa1f3d9fef6185d4ea4725789292d6 | refs/heads/master | 2023-02-08T15:43:15.903753 | 2020-12-31T20:01:47 | 2020-12-31T20:01:47 | 325,859,551 | 0 | 0 | Apache-2.0 | 2020-12-31T19:12:49 | 2020-12-31T19:11:36 | null | UTF-8 | PlantUML | false | false | 1,491 | puml | @startuml modelui5
title <size:30><b>Diagramme de classes ui pour la page de connexion</b></size>
legend
|= Couleur |= Description |
| <size:11><back:#grey> </back></size>| Les classes qui ne sont pas encore utilisées |
endlegend
package app{
package ui{
package login{
class LoggedInUserView #grey{
}
class LoginActivity extends AppCompatActivity implements View.OnClickListener{
- TAG : String
- loginViewModel : LoginViewModel
- usernameEditText : EditText
- passwordEditText: EditText
- loginButton: Button
- new_count:TextView
- mdpo: TextView
- loadingProgressBar: ProgressBar
- auth: FirebaseAuth
+ onCreate(savedInstanceState : Bundle): void
- updateUiWithUser( model: LoggedInUserView): void
- showLoginFailed(errorString : @StringRes Integer): void
- showLoginFailed(@StringRes Integer errorString): void
+ onClick(v :View): void
- loginUser(): void
}
class LoginFormState #grey{}
class LoginResult #grey{}
class LoginViewModel #grey{}
class LoginViewModelFactory #grey{}
}
}
}
@enduml |
f34329ec8e59649c95ff910d3f1dbdd292d37058 | 0ce500e94344d17abe1bee853e4f070bdc6a0c1b | /src/test/java/plantuml/a.puml | d9ef9b4b2b6ee8acdccd4b7236fe18784dd11308 | [] | no_license | shibo92/exercise | 0b65e2d9c7aec34fc4eb7609a821047670bd0ac1 | 70b3fd0b42c1d128c199e0eaef2c2ce112eaba3d | refs/heads/master | 2022-12-11T13:39:58.934353 | 2022-12-07T05:55:54 | 2022-12-07T05:55:54 | 155,800,951 | 0 | 0 | null | 2022-09-01T22:58:46 | 2018-11-02T02:04:29 | Java | UTF-8 | PlantUML | false | false | 358 | puml | @startuml
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
Object element
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
@enduml |
7f7d303cd4e5853b60f43cd2dc35c7ab1b32c62e | 6e977671e2f4d7e3dda4a3259b1ab2a565965a13 | /02 Linq/04_GroupBy/classdiagram.puml | d4efed8ff4d82561c1475365a9a4c5b6e430c82b | [] | no_license | schletz/Pos3xhif | 65e58b80ed93244bc592a71b2327543220b3fd0f | 36f64716d86e5e09349dfc433ccb87d4e3ba4ba9 | refs/heads/master | 2023-06-26T06:01:10.270943 | 2023-06-11T15:44:34 | 2023-06-11T15:44:34 | 167,781,051 | 41 | 34 | null | 2023-05-03T12:44:53 | 2019-01-27T07:07:44 | C# | UTF-8 | PlantUML | false | false | 1,688 | puml | @startuml
hide empty methods
left to right direction
class Period {
+ Nr : int
+ From : DateTime
+ To : DateTime
+ Lessons : List<Lesson>
+ Exams : List<Exam>
}
class Teacher {
+ Id : string
+ Lastname : string
+ Firstname : string
+ Email : string
+ Account : string
+ Lessons : List<Lesson>
+ Schoolclasses : List<Schoolclass>
+ Exams : List<Exam>
}
class Schoolclass {
+ Id : string
+ Department : string
+ ClassTeacherId : string
+ ClassTeacher : Teacher
+ Lessons : List<Lesson>
+ Pupils : List<Pupil>
+ Exams : List<Exam>
}
Teacher <--> Schoolclass : "< Class Teacher\n> Schoolclasses"
class Pupil {
+ Id : int
+ Lastname : string
+ Firstname : string
+ Account : string
+ SchoolclassId : string
+ Schoolclass : Schoolclass
}
Pupil <--> Schoolclass : "< Pupils\n> Schoolclass"
class Lesson {
+ Id : int
+ UntisId : int
+ SchoolclassId : string
+ Schoolclass : Schoolclass
+ TeacherId : string
+ Teacher : Teacher
+ Subject : string
+ Room : string?
+ Day : int
+ PeriodNr : int
+ Period : Period
}
Lesson <--> Schoolclass : "< Lessons\n> Schoolclass"
Lesson <--> Teacher : "< Lessons\n> Teacher"
Lesson <--> Period : "< Lessons\n> Period"
class Exam {
+ Id : int
+ SchoolclassId : string
+ Schoolclass : Schoolclass
+ TeacherId : string
+ Teacher : Teacher
+ Subject : string
+ Date : DateTime
+ PeriodNr : int
+ Period : Period
}
Exam o--> Schoolclass : "< Exams\n> Schoolclass"
Exam o--> Teacher : "< Exams\n> Teacher"
Exam o--> Period : "< Exams\n> Period"
@enduml |
18b6f85fc55d734b2d213bceaa52210c90a5fe50 | 128331354dfdc23feac9288a9d3956480f2b9601 | /src/Server/Database/Database.plantuml | e5207e158f265fc53b965ce9ff609bf780f96a25 | [] | no_license | SamerAtawna/JavaBank | d812a16e6bdb09f3e62d0236ce866a5e161a0e01 | 240715f240ebb9035f852d4402d17aaa04d32c95 | refs/heads/master | 2022-12-14T10:26:04.406020 | 2020-09-09T11:13:21 | 2020-09-09T11:13:21 | 272,089,064 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 599 | plantuml | @startuml
title __DATABASE's Class Diagram__\n
namespace Server {
namespace Database {
class Server.Database.DB {
~ con : Connection
+ DB()
+ atmAuth()
+ authenticate()
+ createNewAccount()
+ disponse()
+ getClients()
+ getTransactions()
+ getUsers()
+ withdraw()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
186a21ef2ca403bd37ad650da9cd6290da54bec3 | a73a9f5a79597c7bd1d406dfdbf04f0de6114672 | /gpstrackapp/gpstrackapp.plantuml | 492057fbbf4e72262930847b690d427c6fb4610c | [] | no_license | Antonio9227/proiectscd | b49531138a41769bbecab2db1a87618457231cc3 | 62ddd9de50e58b548a025a585322f8de2fa39617 | refs/heads/master | 2023-02-16T22:00:46.420780 | 2021-01-05T12:28:46 | 2021-01-05T12:28:46 | 307,406,033 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,753 | plantuml | @startuml
title __GPSTRACKAPP's Class Diagram__\n
namespace com.anto.gpstrack {
class com.anto.gpstrack.ApplicationConfig {
}
}
namespace com.anto.gpstrack {
class com.anto.gpstrack.GpsTrackApplication {
}
}
namespace com.anto.gpstrack {
namespace api {
class com.anto.gpstrack.api.PhoneController {
}
}
}
namespace com.anto.gpstrack {
namespace api {
class com.anto.gpstrack.api.PositionController {
}
}
}
namespace com.anto.gpstrack {
namespace api {
class com.anto.gpstrack.api.WebController {
}
}
}
namespace com.anto.gpstrack {
namespace dto {
class com.anto.gpstrack.dto.DeletePhoneDto {
}
}
}
namespace com.anto.gpstrack {
namespace dto {
class com.anto.gpstrack.dto.GetPositionsDto {
}
}
}
namespace com.anto.gpstrack {
namespace dto {
class com.anto.gpstrack.dto.LoginDto {
}
}
}
namespace com.anto.gpstrack {
namespace dto {
class com.anto.gpstrack.dto.PositionDto {
}
}
}
namespace com.anto.gpstrack {
namespace dto {
class com.anto.gpstrack.dto.RegisterPhoneDto {
}
}
}
namespace com.anto.gpstrack {
namespace dto {
class com.anto.gpstrack.dto.RegisterPhoneResponseDto {
}
}
}
namespace com.anto.gpstrack {
namespace dto {
class com.anto.gpstrack.dto.RequestAccessTokenDto {
}
}
}
namespace com.anto.gpstrack {
namespace dto {
class com.anto.gpstrack.dto.RequestAccessTokenResponseDto {
}
}
}
namespace com.anto.gpstrack {
namespace dto {
class com.anto.gpstrack.dto.ValidateTokenDto {
}
}
}
namespace com.anto.gpstrack {
namespace entities {
class com.anto.gpstrack.entities.AccessToken {
}
}
}
namespace com.anto.gpstrack {
namespace entities {
class com.anto.gpstrack.entities.Phone {
}
}
}
namespace com.anto.gpstrack {
namespace entities {
class com.anto.gpstrack.entities.Position {
}
}
}
namespace com.anto.gpstrack {
namespace repositories {
interface com.anto.gpstrack.repositories.AccessTokenRepository {
}
}
}
namespace com.anto.gpstrack {
namespace repositories {
interface com.anto.gpstrack.repositories.PhoneRepository {
}
}
}
namespace com.anto.gpstrack {
namespace repositories {
interface com.anto.gpstrack.repositories.PositionRepository {
}
}
}
namespace com.anto.gpstrack {
namespace service {
class com.anto.gpstrack.service.AccessTokenService {
}
}
}
namespace com.anto.gpstrack {
namespace service {
class com.anto.gpstrack.service.PhoneService {
}
}
}
namespace com.anto.gpstrack {
namespace service {
class com.anto.gpstrack.service.PositionService {
}
}
}
com.anto.gpstrack.ApplicationConfig .up.|> org.springframework.web.servlet.config.annotation.WebMvcConfigurer
com.anto.gpstrack.api.PhoneController o-- com.anto.gpstrack.service.PhoneService : phoneService
com.anto.gpstrack.api.PhoneController o-- com.anto.gpstrack.service.PositionService : positionService
com.anto.gpstrack.api.PhoneController o-- com.anto.gpstrack.service.AccessTokenService : tokenService
com.anto.gpstrack.api.PositionController o-- com.anto.gpstrack.service.PositionService : positionService
com.anto.gpstrack.api.WebController o-- com.anto.gpstrack.service.PhoneService : phoneService
com.anto.gpstrack.api.WebController o-- com.anto.gpstrack.service.PositionService : positionService
com.anto.gpstrack.api.WebController o-- com.anto.gpstrack.service.AccessTokenService : tokenService
com.anto.gpstrack.entities.Position o-- com.anto.gpstrack.entities.Phone : phoneId
com.anto.gpstrack.service.AccessTokenService o-- com.anto.gpstrack.repositories.AccessTokenRepository : repository
com.anto.gpstrack.service.PhoneService o-- com.anto.gpstrack.repositories.PhoneRepository : phoneRepository
com.anto.gpstrack.service.PhoneService o-- com.anto.gpstrack.repositories.PositionRepository : positionRepository
com.anto.gpstrack.service.PositionService o-- com.anto.gpstrack.repositories.PhoneRepository : phoneRepository
com.anto.gpstrack.service.PositionService o-- com.anto.gpstrack.repositories.PositionRepository : repository
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
2b537d6ff16eb31f7dd3a057ba30c07a0649efd1 | c417d80f62ec26bcb06a9619ff9b5c35c54190fe | /demos/src/main/java/com/kco/pattern/bridge/桥接模式1.puml | d3ca661a7586b941aa2b94a4a68fe28f22a7f200 | [] | no_license | kco1989/examples | 370f95d6e599af4551c17a38745cc9cdf2350917 | daa9197c8ddc846615fc9339001a81b48d8b851a | refs/heads/master | 2021-01-20T14:23:56.770073 | 2018-05-25T03:43:19 | 2018-05-25T03:43:19 | 90,605,536 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 676 | puml | @startuml
class 桥接对象{
抽象维度1
抽象维度2
抽象维度3
}
interface 抽象维度1
interface 抽象维度2
interface 抽象维度3
class 具体维度1变化1
class 具体维度1变化2
class 具体维度2变化1
class 具体维度2变化2
class 具体维度3变化1
class 具体维度3变化2
桥接对象 *-d-> 抽象维度1
桥接对象 *-d-> 抽象维度2
桥接对象 *-d-> 抽象维度3
具体维度1变化1 -u.|> 抽象维度1
具体维度1变化2 -u.|> 抽象维度1
具体维度2变化1 -u.|> 抽象维度2
具体维度2变化2 -u.|> 抽象维度2
具体维度3变化1 -u.|> 抽象维度3
具体维度3变化2 -u.|> 抽象维度3
@enduml |
cca9057ec0626d2de6f2be589f35e461576a97f1 | 784420293504203e0485674947e252b9a884f9cf | /asciidoctor-editor-plugin/examples/plantuml/class-diagram.puml | 79da855ef99879eda83a9362f309a5da3f21b793 | [
"Apache-2.0"
] | permissive | de-jcup/eclipse-asciidoctor-editor | db5515421613e8ccfec749318fb6366b1f838e76 | 5dbbb4fdeac0634eec94c1cb6773246457ac2c3f | refs/heads/master | 2023-02-16T00:20:39.858165 | 2023-02-10T21:52:39 | 2023-02-10T21:52:54 | 125,332,958 | 49 | 18 | NOASSERTION | 2022-08-21T23:26:15 | 2018-03-15T08:06:29 | Java | UTF-8 | PlantUML | false | false | 1,233 | puml | @startuml
'Hide empty parts:
hide empty fields
hide empty methods
'You can find more examles at https://plantuml.com/class-diagram
package java.util {
interface Collection
interface List extends Collection
abstract class AbstractList extends AbstractCollection implements List
abstract AbstractCollection implements Collection
class ArrayList extends AbstractList{
Object[] elementData
size()
}
package java.util.concurrent {
enum TimeUnit {
DAYS
HOURS
MINUTES
}
}
}
package de.jcup.example #cccccc {
annotation PathExampleAnnotation {
String path
String getPath()
}
class PathFinder{
+ int publicField
~ int packagePrivateField
- int privateField
+ List<String> getCollectPathes();
~ clearCache()
- inspectClasspath()
}
}
database DB {
}
PathFinder *-- List #line:green;line.dashed;text:orange : contains
PathFinder ..> PathExampleAnnotation : collects
PathFinder --> DB #line:black;line.bold;text:blue : "Writes into\ndatabase."
note top of PathFinder
You can define notes at classes, interfaces etc.
end note
@enduml
|
ea3f7774f97971b610d6f1eb67ad07925ffccaa2 | ca6796def41f24f410bcc30a208da57eaf745e76 | /docs/UML/statistic.iuml | 1fb049f0d3a0da3ca3763a3ffb3b01f4e1be698f | [] | no_license | JustKiddingCode/ASGProjekte | 0a55353ddc80c3a4eca29d184c51e683f9d0901b | c0f5ad4f696064ff1356473eb04de5f9e82906cf | refs/heads/master | 2021-01-20T22:28:17.044125 | 2014-12-24T15:04:19 | 2014-12-24T15:04:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 113 | iuml | class Statistic {
algorithm : SolvingAlgorithm
-firstChoice : int
-secondChoice : int
-thirdChoice : int
}
|
8521044bc576ac1dc52eeb194dd6b634347ccff1 | 25401ecdc0394dfeed79f6ab59b8339d8c1cc74a | /cardreader.provider.usb.tactivo/cardreader.provider.usb.tactivo.plantuml | 06e950fa7cbe3944712b6ec6fc3d0a93d39d921b | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-USB-Tactivo-Android | f1f6d544358c5d93963ef889cb6281a059678b60 | e49e01f305cc3f24fe3544fbe9cdb3077cddcb6f | refs/heads/master | 2022-02-07T13:08:30.124094 | 2022-01-07T07:24:20 | 2022-01-07T07:24:20 | 214,091,078 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,390 | plantuml | @startuml
title __CARDREADER.PROVIDER.USB.TACTIVO's Class Diagram__\n
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
class de.gematik.ti.cardreader.provider.usb.tactivo.BuildConfig {
}
}
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
class de.gematik.ti.cardreader.provider.usb.tactivo.BuildConfig {
}
}
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
namespace control {
class de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCallback {
}
}
}
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
namespace control {
class de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardChecker {
}
}
}
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
namespace control {
class de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderController {
}
}
}
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
namespace control {
class de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderProvider {
}
}
}
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
namespace entities {
class de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCard {
}
}
}
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
namespace entities {
class de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCardChannel {
}
}
}
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
namespace entities {
class de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCardReader {
}
}
}
de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCallback .up.|> com.precisebiometrics.android.mtk.api.PBInitializedCallback
de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCallback -up-|> android.content.BroadcastReceiver
de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCallback o-- de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderController : controller
de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderController -up-|> de.gematik.ti.openhealthcard.common.AbstractAndroidCardReaderController
de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderController o-- de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCallback : callback
de.gematik.ti.cardreader.provider.usb.tactivo.control.TactivoCardReaderProvider .up.|> de.gematik.ti.cardreader.provider.spi.ICardReaderControllerProvider
de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCard .up.|> de.gematik.ti.cardreader.provider.api.card.ICard
de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCardChannel .up.|> de.gematik.ti.cardreader.provider.api.card.ICardChannel
de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCardChannel o-- de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCard : tactivoCard
de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCardReader .up.|> de.gematik.ti.cardreader.provider.api.ICardReader
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
e474743317d55a808a159b97eb5a464cb6b76292 | d658077b97f29ee990ee9fb828d8c94934477628 | /src/test/resources/classdiagrams/methods-3.puml | c758bce7a493c6a7bac300ece4523da81bea4167 | [
"Apache-2.0"
] | permissive | verhage/plantuml-parser | 7fd40e8591c1548c5c417a0facf806e8c246a8b0 | c792da387dd0a05b9737c69d3454d1f0d3a797a3 | refs/heads/master | 2022-11-12T02:36:14.941532 | 2020-07-05T20:29:27 | 2020-07-05T20:29:27 | 277,164,332 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 98 | puml | @startuml
class Dummy {
{field} A field (despite parentheses)
{method} Some method
}
@enduml
|
57d6884bf2e08625a5b8160750da8e82f03426c9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShippingInfoImportDraft.puml | d8828dd2afab0727042fc6fc893df8446518e2de | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 2,405 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ShippingInfoImportDraft [[ShippingInfoImportDraft.svg]] {
shippingMethodName: String
price: [[Money.svg Money]]
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
taxRate: [[TaxRate.svg TaxRate]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
deliveries: [[DeliveryDraft.svg List<DeliveryDraft>]]
discountedPrice: [[DiscountedLineItemPriceDraft.svg DiscountedLineItemPriceDraft]]
shippingMethodState: [[ShippingMethodState.svg ShippingMethodState]]
}
interface OrderImportDraft [[OrderImportDraft.svg]] {
orderNumber: String
purchaseOrderNumber: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupResourceIdentifier.svg CustomerGroupResourceIdentifier]]
businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]]
store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]]
lineItems: [[LineItemImportDraft.svg List<LineItemImportDraft>]]
customLineItems: [[CustomLineItemImportDraft.svg List<CustomLineItemImportDraft>]]
totalPrice: [[Money.svg Money]]
taxedPrice: [[TaxedPriceDraft.svg TaxedPriceDraft]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[BaseAddress.svg BaseAddress]]
shippingAddress: [[BaseAddress.svg BaseAddress]]
itemShippingAddresses: [[BaseAddress.svg List<BaseAddress>]]
shippingInfo: [[ShippingInfoImportDraft.svg ShippingInfoImportDraft]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
paymentState: [[PaymentState.svg PaymentState]]
shipmentState: [[ShipmentState.svg ShipmentState]]
orderState: [[OrderState.svg OrderState]]
state: [[StateReference.svg StateReference]]
country: String
origin: [[CartOrigin.svg CartOrigin]]
completedAt: DateTime
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
ShippingInfoImportDraft --> OrderImportDraft #green;text:green : "shippingInfo"
@enduml
|
7dca5ed1217e251b4bda869d241c6b0167ec9704 | bb209a68f1d9336a28270a7afbdcb899c91918df | /p07_template_method/template_method.puml | 5d429e7b9d0b8e5945c269349928e51a4a567c83 | [] | no_license | CrazyBilipala/Design-Patterns-2019 | 25376e46641cff4a200b6d594e10b866b182d7b2 | 17512c6e0e1286e218f139c2ca3fceeeba92e38e | refs/heads/master | 2020-07-14T14:42:01.329685 | 2019-08-30T08:24:26 | 2019-08-30T08:24:26 | 205,336,482 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 127 | puml | @startuml
abstract class Template{
abstract method(): any
}
class Component extends Template{
method(): any
}
@enduml |
5072b5f05ebd6cb4b9d8d949601c41b7054fb2ef | 5419ba65627214efbf640b0643d5524c4f2a646f | /Architecture/08.RPDT#44.present-performance-data/PPDT#175.class.plantuml | bbaec52d6d42872b11512e5e41fcf3e602a03629 | [] | no_license | ovidiomanteiga/horuslauncher | 3ed7ce5283dd4a267b1284f6bc192c0426b98150 | 26159c90e70d3042f2ac04d8cb8284c1c8c26de2 | refs/heads/master | 2020-09-14T05:44:31.073187 | 2019-07-22T19:55:47 | 2019-07-22T19:55:47 | 223,037,096 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,481 | plantuml |
@startuml PPDT#175.class
skinparam monochrome true
package Domain {
class LauncherPresentation <<VO>> {
UUID identifier
Date launchTime
Date actionTime
LauncherPresentationResult result
}
class LauncherStats <<VO>> {
Float averageActionTimeInSeconds
Long averageGettingHorusListTimeInMilliseconds
Float horusListAccuracyPercentage
}
class GetLauncherStats <<Interactor>> {
+ LauncherStats LauncherStats
+ void perform()
}
class LauncherPresentationRepository <<Repository>> {
+ List<LauncherPresentation> all
+ add(LauncherPresentation)
}
GetLauncherStats -r-> "1" LauncherPresentationRepository
GetLauncherStats .u.> "1" LauncherStats : <<creates>>
GetLauncherStats .u.> LauncherPresentation
LauncherPresentationRepository o-u-> "*" LauncherPresentation
}
package Infrastructure {
class DBLauncherPresentationRepository <<Repository>> {
+ List<LauncherPresentation> all
+ add(LauncherPresentation)
}
DBLauncherPresentationRepository .u.|> LauncherPresentationRepository
}
package UI {
class MainActivity <<Activity>> {
}
class StatsActivity <<Activity>> {
}
class StatsFragment <<Fragment>> {
}
}
MainActivity .u.> StatsActivity : <<launches>>
StatsActivity .> StatsFragment : <<presents>>
StatsFragment -u-> GetLauncherStats
hide empty members
@enduml
|
71807c1135185cf794bf940b467d78881e214399 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitAssociateRemovedMessage.puml | 359329c87cbae09390c05de440b4d8d569812470 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,194 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface BusinessUnitAssociateRemovedMessage [[BusinessUnitAssociateRemovedMessage.svg]] extends Message {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
associate: [[Associate.svg Associate]]
}
interface Message [[Message.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
|
2a858a389afc6b004124ac786e9de173d89f10f4 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao2/UC4_MD.puml | 2d514dc65c7b34d26c9263c05b9420148d994839 | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 728 | puml | @startuml
hide methods
left to right direction
skinparam classAttributeIconSize 0
class Plataforma {
-String designacao
}
class CompetenciaTecnica {
-String codigo
-String descBreve
-String descDetalhada
}
class AreaAtividade {
-String codigo
-String descBreve
-String descDetalhada
}
class Administrativo {
}
class Utilizador {
-String nome
-String email
-String password
}
Plataforma "1" -- "*" CompetenciaTecnica : possui >
CompetenciaTecnica "*" -- "1" AreaAtividade : referente a >
Administrativo "1" -- "*" CompetenciaTecnica: especifica >
Administrativo "0..1" -- "1" Utilizador: atua como >
Plataforma "1" -- "*" Administrativo : tem >
Plataforma "1" -- "*" AreaAtividade : possui >
@enduml
|
c670c557d9abb37a26c3a99b880ddc5c09b20af0 | 67d616bdde1b978f6d43a0d540471ec111a93827 | /cpp/inheritance_review/Review-06-CPP-Shapes/Example-9/uml/shapes-2.puml | f1fd110c01041fc3f0c098cb3418613ef38405a2 | [] | no_license | Crusaton/cs330fall2020 | 6efad5dcd0d14bca6a2bba00129c9a43e3964769 | 282827769eb4f737b6c12ac730cee90f73a2ff45 | refs/heads/main | 2023-01-30T11:19:04.390813 | 2020-12-08T01:13:28 | 2020-12-08T01:13:28 | 314,138,571 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,062 | puml | @startuml
skinparam classAttributeIconSize 0
hide empty members
class Circle {
+Circle()
+Circle(double r)
+Circle(const Circle& src)
+~Circle()
+clone() : Shape*
-_radius : double
+area() : double
+diameter() : double
+perimeter() : double
+radius() : double
-{static} PI :const double
-{static} TAU :const double
+display(std::ostream& outs) : void
+radius(double r) : void
+read(std::istream& ins) : void
}
class EquilateralTriangle {
+EquilateralTriangle()
+EquilateralTriangle(double side)
+EquilateralTriangle(const EquilateralTriangle& src)
+~EquilateralTriangle()
+clone() : Shape*
+area() : double
+height() : double
+side() : double
-{static} ROOT_3_DIV_4 :const double
+display(std::ostream& outs) : void
+read(std::istream& ins) : void
+side(double s) : void
}
class RightTriangle {
+RightTriangle()
+RightTriangle(double base, double height)
+RightTriangle(const RightTriangle& src)
+~RightTriangle()
+clone() : Shape*
+area() : double
+base() : double
-{static} computeHypotenuse(double base, double height) : double
+height() : double
+hypotenuse() : double
-{static} ONE_HALF :const double
+base(double side) : void
+display(std::ostream& outs) : void
+height(double side) : void
+read(std::istream& ins) : void
}
abstract class Shape {
+Shape()
+Shape(std::string name)
+~Shape()
+{abstract} clone() : Shape*
+{abstract} area() : double
+{abstract} perimeter() : double
#{static} WIDTH_LABEL :const int
#{static} WIDTH_VALUE :const int
#_name : std::string
+name() : std::string
+display(std::ostream& outs) : void
#name(std::string _name) : void
+{abstract} read(std::istream& ins) : void
}
class ShapeFactory {
+{static} createShape(std::string name) : Shape*
+{static} isKnown(std::string name) : bool
+{static} numberKnown() : int
-{static} _known_shapes :ShapePair
+{static} listKnown(std::ostream& outs) : void
}
class ShapeFactory::ShapePair {
+ShapePair()
+ShapePair(std::string name, Shape* shape)
+~ShapePair()
+_model : Shape*
+_name : std::string
}
class Square {
+Square()
+Square(double s)
+Square(const Square& src)
+~Square()
+clone() : Shape*
-_side : double
+area() : double
+perimeter() : double
+side() : double
+display(std::ostream& outs) : void
+read(std::istream& ins) : void
+side(double s) : void
}
class Triangle {
+Triangle()
+Triangle(double _side_a, double _side_b, double _side_c)
+Triangle(const Triangle& src)
+~Triangle()
+clone() : Shape*
#_side_a : double
#_side_b : double
#_side_c : double
+area() : double
+perimeter() : double
+sideA() : double
+sideB() : double
+sideC() : double
+display(std::ostream& outs) : void
+read(std::istream& ins) : void
+sideA(double side) : void
+sideB(double side) : void
+sideC(double side) : void
}
/' Inheritance relationships '/
.Shape <|-- .Circle
.Shape <|-- .Square
.Shape <|-- .Triangle
.Triangle <|-- .EquilateralTriangle
.Triangle <|-- .RightTriangle
/' Aggregation relationships '/
ShapeFactory::ShapePair o-- .Shape
@enduml
|
4daa342d12d1b7a3cdbaf0046061991979602d16 | a9addcf84f053c5f4d342d0a94dc5c46eac0b101 | /analyse/diagrammes/DiagrammeClasse.plantuml | e6036e1992252bc54062a34e70bf869b1406bef7 | [] | no_license | IUT-Blagnac/bcoo-retro2021-bcoo-retro2021-g16 | 28992fca9a1d225398ebd1cc7bd10ca5b8cb1060 | 45028e1bc96edbbb5af7d844caa430afa2cb0071 | refs/heads/master | 2023-06-07T22:05:39.653102 | 2021-06-21T14:11:26 | 2021-06-21T14:11:26 | 365,143,142 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 664 | plantuml | @startuml
class Enseignant {
idEnseignant
nom
prénom
initiales
une photo
un descriptif succinct
}
class formation{
idFormation
nom formation
}
class Module{
idModule
nom Module
Initiales
}
class profil {
idProfil
}
class Eleve{
idEleve
}
class Secretaire{
idSecretaire
}
class EnseignantVacataire {
idEnseignantVa
nomentreprise
Emailpro
}
Enseignant "1" -- "1" formation : pratique
Enseignant "1..*" -- "1..*" Module : assigner
Enseignant "1" -right- "1" profil : appartient
Eleve "1..*" -down- "1..*" profil : consulter
Secretaire "1..*" -- "1..*" profil : modifier
EnseignantVacataire ..> Enseignant : extend
@enduml
|
e95e009a569591c4243e047e6e888ba140d92376 | 7028a90e3cc6096e70b06e0d18c51983bf54f4d6 | /plantuml/SoundManager.puml | f62509a3d9794dede80487c921a64c8c83cb1aef | [] | no_license | KazukiShimura/AnimalVillage | 2d73f459e9df3b839f9328309de890c09f4b1f1d | 916c5edc80613ade565b5fe481debf79f890b505 | refs/heads/main | 2023-05-06T07:27:10.043196 | 2021-05-27T01:55:47 | 2021-05-27T01:55:47 | 358,861,857 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 185 | puml | @startuml
class SoundManager {
- Start() : void
+ OnSound() : void
+ OffSound() : void
}
MonoBehaviour <|-- SoundManager
SoundManager --> "OnSoundButton" GameObject
@enduml
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.