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
e24c1eaaa1f30f0ca44fc0c0b1b3b9b2015ee126
331b5fb9eb6c392092ab8826181261276b854181
/libraries/Catena-Arduino-Platform/assets/cFram.puml
1a3832c12ac30b6e123b64efc5ed648665ebb9dc
[ "MIT" ]
permissive
cornell-eerl-iot/iotHardware
ceabd45968856e826ee94e5ccb52739687d795b4
a1213cb57c569850a1fd4da2f1a77617d92c6812
refs/heads/master
2020-03-20T10:24:20.510006
2018-07-02T14:59:00
2018-07-02T14:59:00
137,369,594
2
0
null
2018-08-07T03:55:49
2018-06-14T14:33:22
C++
UTF-8
PlantUML
false
false
1,856
puml
@startuml /' PlantUML image for FRAM '/ namespace McciCatena { abstract class cPersistentStorage { +{abstract} virtual bool begin(); +{abstract} virtual bool initialize(); +{abstract} virtual bool reset(); +{abstract} virtual bool isValid(); +{abstract} virtual bool isReady(); +{abstract} virtual void invalidate(); } cPersistentStorage <|-- cFram abstract class cFram { +virtual bool begin(); +virtual bool initialize(); +virtual bool reset(); +virtual bool isValid(); +virtual bool isReady(); +virtual void invalidate(); +{abstract} size_t read(); +{abstract} size_t write(); +{abstract} cFramStorage::Offset getsize(); +bool addCommands(); +{static}cCommandStream::CommandStatus doDump(); +{static}cCommandStream::CmmandStatus doReset(); +void saveField(); +template <typename T> void saveField(); +bool getField(); +template <typename T> bool getField(); #bool m_fReady #cFramStorage::Offset m_offsetCache[] #uint8_t m_uVerCache[]; #cFramStorage::Offset m_endOffset; #void loadCache(); #void resetCache(); #void setCacheEntry(); #cFramStorage::Offset allocate(); #bool writeItemData(); } class cFram2K { +bool begin(); +size_t read(); +size_t write(); +cFramStorage::Offset getsize(); -Adafruit_FRAM_I2C m_hw } cFram <|-- cFram2K class cFram::Cursor { +bool create(); +bool isbound(); +bool islocated(); +bool locate(cFramStorage::StandardItem); +bool locate(cFramStorage::StandardKeys); +bool getitem(); +size_t getitemsize(); +bool get(uint8_t *, size_t); +bool getuint32(uint32_t &); +bool put(const uint8_t *, size_t); +bool putuint32(uint32_t &); +bool parsevalue(); +size_t formatvalue(); -cFramStorage::StandardItem getItem(); -cFram *m_pFram; -uint16_t m_uSize; -uint8_t m_uKey; -uint8_t m_uVer; -uint32_t m_offset; } cFram <- cFram::Cursor } @enduml
81bf188f1b49c3229c853b397b7998c22fc6b2bc
a4780f35709afddcca3092a870ec7d5e67444f6f
/DOC/Metric_05.puml
beb2f96ad3340bf5e0dbbcd3d5e1513bb681ae53
[]
no_license
marekz/metric_test
9caa905146e8d3239c55764755d9ac18ca66417f
2430aae769660e24d1df4ac94d365dad1b18e55b
refs/heads/master
2021-01-01T16:29:07.438848
2017-10-31T15:09:08
2017-10-31T15:09:08
97,843,867
0
0
null
null
null
null
UTF-8
PlantUML
false
false
944
puml
@startuml interface MetricInterface { presentMetricStatus() ' getCompareResult() -- Zobowiązanie -- Zwracać powinna wyłącznie status metryki: " 1" - poprawia się " 0" - bez zmian, "-1" - spada, } class Metric { metricStatus -- presentMetricStatus() -- Zobowiązanie -- Zwraca status metryki } Metric -up-|> MetricInterface interface MetricCompareInterface { compareData() } class MetricCompare { currentData previousData -- compareData() displayResult() } MetricCompare -up-|> MetricCompareInterface MetricCompare -left-> Metric /' interface MetricScallarReprezentInterface { convertDataSet() } class MetricScallarReprezent { dataSet -- convertDataSet() -- Zobowiązanie -- Zwraca skonwertowaną, przeliczoną, przetworzoną wartość liczbową umożlwiającą wykonanie porównania } MetricScallarReprezent -up-|> MetricScallarReprezentInterface MetricCompare -right-> MetricScallarReprezent '/ @enduml
4c28fad4a026c1e681276916f1da10b6f48eea1c
1136a23e1c82aee31c05882fe3ef9fabb9167e7c
/src/SingletonPattern/UML.puml
575205f44718ecf957b71d6b9b92560ca420c303
[]
no_license
vladv75/DesignPatterns
868a42fff7b37fa5b8e48b7ef85bce7b654266ed
fa1bdee0798f47c0a850481f67db6aab8d30156a
refs/heads/master
2021-01-20T20:52:38.291802
2016-02-07T10:31:05
2016-02-07T10:31:05
60,034,456
0
0
null
null
null
null
UTF-8
PlantUML
false
false
121
puml
@startuml class Singleton { - instance: Singleton - Singleton(): void + getInstance(): Singleton } @enduml
981f48b50212a11b964ff6004d107f1fb11b0709
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ExtensionResourceTypeId.puml
1424d31f48898f220e49e4ab1ea8ba42fcaecfcb
[]
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
468
puml
@startuml hide methods enum ExtensionResourceTypeId { CART ORDER PAYMENT CUSTOMER QUOTE_REQUEST STAGED_QUOTE QUOTE BUSINESS_UNIT } interface ExtensionTrigger [[ExtensionTrigger.svg]] { resourceTypeId: [[ExtensionResourceTypeId.svg ExtensionResourceTypeId]] actions: [[ExtensionAction.svg List<ExtensionAction>]] condition: String } ExtensionResourceTypeId --> ExtensionTrigger #green;text:green : "resourceTypeId" @enduml
4ff7585e93636cba55896c4a2f825c008c412d93
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/PaymentDraft.puml
0fd89072709c25c129a5aa03cc2d691e9aabe20a
[]
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
951
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 PaymentDraft [[PaymentDraft.svg]] { customer: [[CustomerResourceIdentifier.svg CustomerResourceIdentifier]] anonymousId: String externalId: String interfaceId: String amountPlanned: [[Money.svg Money]] amountAuthorized: [[Money.svg Money]] authorizedUntil: String amountPaid: [[Money.svg Money]] amountRefunded: [[Money.svg Money]] paymentMethodInfo: [[PaymentMethodInfo.svg PaymentMethodInfo]] paymentStatus: [[PaymentStatusDraft.svg PaymentStatusDraft]] transactions: [[TransactionDraft.svg List<TransactionDraft>]] interfaceInteractions: [[CustomFieldsDraft.svg List<CustomFieldsDraft>]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] key: String } @enduml
191e0d9a977dbb3b89a70a19e699b83d7d12ed7c
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/safte@0.1.1.puml
d22889788997e2525291b3ae76328bae727fecf6
[ "Apache-2.0", "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
1,382
puml
@startuml class org.accordproject.safte.TokenSale << (T,yellow) >> { + Double tokenPrice } org.accordproject.safte.TokenSale --|> org.hyperledger.composer.system.Transaction class org.accordproject.safte.TokenShare << (T,yellow) >> { + Double tokenAmount } org.accordproject.safte.TokenShare --|> org.hyperledger.composer.system.Transaction class org.accordproject.safte.EquityFinancing << (T,yellow) >> { + Double sharePrice } org.accordproject.safte.EquityFinancing --|> org.hyperledger.composer.system.Transaction class org.accordproject.safte.EquityShare << (T,yellow) >> { + Double equityAmount } org.accordproject.safte.EquityShare --|> org.hyperledger.composer.system.Transaction class org.accordproject.safte.DissolutionEvent << (T,yellow) >> { + String cause } org.accordproject.safte.DissolutionEvent --|> org.hyperledger.composer.system.Transaction class org.accordproject.safte.PayOut << (T,yellow) >> { + Double amount } org.accordproject.safte.PayOut --|> org.hyperledger.composer.system.Transaction class org.accordproject.safte.TemplateModel { + String companyName + Long companyRegistrationNumber + String purchaser + State jurisdiction + Double purchaseAmount + Double discount + String projectName + String projectDescription + Integer months + String monthsText + Double amount + String amountText } @enduml
9342aff312b2b18be1a33e79a494aef8a1b4ad00
98d354b02719933a104aa96a689fa0963a2218d1
/doc/uml/class_diagrams/fragments/fragment.plantuml
5137054ba2843c24b1dcf87e9b9156cd8e527ae8
[ "Apache-2.0" ]
permissive
cmput301w19t02/Alexandria
fbbc1cf26ad3a18d7a5baecc582418d49bf83546
1e66077a3661ef6f8c72d414117b5512c59f9d8a
refs/heads/master
2023-01-28T11:39:01.320635
2019-04-01T21:57:49
2019-04-01T21:57:49
169,452,637
2
6
Apache-2.0
2023-01-09T11:35:24
2019-02-06T18:12:07
Java
UTF-8
PlantUML
false
false
6,925
plantuml
@startuml title __MISC. FRAGMENT's Class Diagram__\n package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.adapter { class ChatRecyclerViewAdapter { {static} - MESSAGE_READ : int {static} - MESSAGE_UNREAD : int - mContext : Context - mChatRoomList : List<ChatRoomItem> - mProfileImageMap : Map<String, RoundedBitmapDrawable> - userController : UserController - chatController : ChatController - imageController : ImageController + ChatRecyclerViewAdapter() + getItemViewType() + onCreateViewHolder() + onBindViewHolder() + getItemCount() + updateChatRoomList() + updateProfileImageMap() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.fragment { class MessagesFragment { - chatRoomList : List<ChatRoomItem> - profileImageMap : Map<String, RoundedBitmapDrawable> - activity : Activity - chatRoomListRef : DatabaseReference - chatListener : ValueEventListener - adapter : ChatRecyclerViewAdapter - imageController : ImageController + onAttach() + onCreate() + onCreateView() + onResume() + onStop() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.controller { class BookController { - firebase : FirebaseDatabase - userController : UserController - notificationController : NotificationController - observableUserCache : ObservableUserCache {static} - instance : BookController - BookController() {static} + getInstance() + addBook() + getBook() + updateBook() + requestBook() + cancelRequest() + acceptRequest() + declineRequest() + scanMyBorrowedBook() + scanMyOwnedBook() + exchangeBook() + returnBook() + getMyBorrowedBook() + getMyBorrowedBooks() + addMyOwnedBook() + getMyOwnedBook() + getMyOwnedBooks() + updateMyOwnedBook() + deleteMyOwnedBook() + getUserOwnedBook() + getUserOwnedBooks() + getBookPath() + getBorrowedBooksPath() + getBorrowedBookPath() + getOwnedBooksPath() + getOwnedBookPath() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.controller { class ImageController { - IMAGE_FORMAT : String - storage : StorageReference - cache : ImageCache {static} - instance : ImageController - ImageController() {static} + getInstance() + addImage() + getImage() + updateImage() + deleteImage() - getImageReference() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.adapter { class BookRecyclerViewAdapter { - mContext : Context - mBookListItem : List<BookListItem> - destination : String + BookRecyclerViewAdapter() + onCreateViewHolder() + onBindViewHolder() + getItemCount() - dataBundler() + setmBookListItem() - setDestination() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.controller { class SearchController { - client : Client - index : Index - gson : Gson {static} - instance : SearchController - GOOGLE_BOOK_URL : String - booksApiKey : String {static} - userController : UserController - SearchController() {static} + getInstance() + searchBooks() + compareIsbn() + searchIsbn() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.fragment { class SearchFragment { - searchBooks : List<BookListItem> - searchText : EditText - results : CompletableFuture<ArrayList<Book>> - imageController : ImageController - bookController : BookController - bookAdapter : BookRecyclerViewAdapter + onCreateView() + onStart() + onPause() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.fragment { class UserBookFragment { - coverId : String - title : String - author : String - isbn : String - status : String - ownerId : String - RESULT_ISBN : int - activity : Activity - scanSuccessfulDialog : AlertDialog - valueEventListener : ValueEventListener - databaseReference : DatabaseReference - mListener : OnClickListener - imageController : ImageController - bookController : BookController + onAttach() + onCreateView() + onDestroyView() + onCreate() + onCreateOptionsMenu() + onOptionsItemSelected() - setImage() - setBookInfo() - showError() - setStatusBar() - setButtons() - onClickUser() - onClickMessageUser() - onClickButton() - onClickTempButton() + onActivityResult() - sendRequest() - cancelRequest() - setStatusBorrowed() - processReturn() + onClick() } } } package ca.ualberta.CMPUT3012019T02.alexandria { package ca.ualberta.CMPUT3012019T02.alexandria.model { package ca.ualberta.CMPUT3012019T02.alexandria.model.chatroom { class ChatRoomItem { - chatId : String - user1Id : String - user1Name : String - user1UserPic : String - user2Id : String - user2Name : String - user2UserPic : String - readStatus : boolean + ChatRoomItem() + ChatRoomItem() + toMap() + getUser1Id() + setUser1Id() + getUser1Name() + setUser1Name() + getUser1UserPic() + setUser1UserPic() + getUser2Id() + setUser2Id() + getUser2Name() + setUser2Name() + getUser2UserPic() + setUser2UserPic() + getChatId() + setChatId() + getReadStatus() + setReadStatus() } } } } MessagesFragment -up-|> Fragment MessagesFragment o-- "1" ChatRecyclerViewAdapter MessagesFragment o-- "1" ImageController MessagesFragment o-- "*" ChatRoomItem SearchFragment -up-|> Fragment SearchFragment o-- "1" BookRecyclerViewAdapter SearchFragment o-- "1" SearchController SearchFragment o-- "1" ImageController UserBookFragment -up-|> OnClickListener UserBookFragment -up-|> Fragment UserBookFragment o-- "1" ImageController UserBookFragment o-- "1" BookController right footer PlantUML diagram partly generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
ebfb05a58357734ba083bf30253bd08b87e3d974
e0ff365645a56e840fd5dd2b684aa9e7d52eaa92
/src/main/java/design/template/Template.puml
dde09ddfe1bfec8cf8eb545226b487b2e1852d26
[]
no_license
JinHuan1996/designpatterns
7af9e56d74e5e6b36d3a9aacbc301f9735902278
51a4724f7041a13c57592dde381598f75c9c8386
refs/heads/master
2022-06-25T23:01:33.565927
2019-10-11T10:11:34
2019-10-11T10:11:34
181,664,224
0
0
null
2022-06-17T02:30:40
2019-04-16T10:05:25
Java
UTF-8
PlantUML
false
false
1,719
puml
@startuml skinparam classAttributeIconSize 0 package "class Template(模板方法模式)" #DDDDDD { abstract class AbstractBike { #boolean isNeedUnlock; #{abstract} void unlock(); #{abstract} void ride(); #{abstract} void lock(); #{abstract} void pay(); #void isNeedUnlock():boolean; +final void use(); } note right: 定义算法框架的抽象类 class OfoBike { #void unlock(); #void ride(); #void lock(); #void pay(); } note right: 具体实现类A class BlueBike { #void unlock(); #void ride(); #void lock(); #void pay(); #void isNeedUnlock():boolean; } note right: 具体实现类B AbstractBike <|-- OfoBike AbstractBike <|-- BlueBike } note as N1 定义: 定义抽象类并且声明一些抽象基本方法供子类实现不同逻辑, 同时在抽象类中定义具体方法吧抽象基本方法封装起来. 基本方法 抽象方法:由抽象模板角色声明,abstract修饰,具体模板角色实现。 钩子方法:由抽象模板角色声明并实现,具体模板角色可实现加以扩展。 具体方法:由抽象模板角色声明并实现,而子类并不实现。 优点: 1.良好的封装性,把共有不便的方法封装在父类,子类负责实现具体逻辑 2.良好的扩展性,增加功能由子类实现基本方法扩展,符合单一和开闭原则 3.复用代码 缺点: 1.由于是通过继承实现代码复用来改变算法,灵活度会降低 2.子类的执行影响父类的结果,增加代码的月度难度. end note @enduml
6a33a12337332a4fe91d2df78ded529d854b2e16
88bee0d8971b0051ef84add0dc38c8857865bae1
/resourceplanning-entity/src/main/resources/classes.puml
6ada946cffb2acd7ffbc269ed3f9e759b68bb0ad
[]
no_license
gheddie/speedys-resourceplanning-new
894245bba36b35662b24fe3d790b97d2872afb79
64e7c22337b5c3b8c5f22c3e66efb0021d19a8cf
refs/heads/master
2020-12-12T13:53:58.357395
2016-08-04T13:22:53
2016-08-04T13:22:53
47,066,595
0
0
null
null
null
null
ISO-8859-1
PlantUML
false
false
1,751
puml
@startuml class Helper { firstName : String lastName : String dateOfBirth : Date email : String helperState : HelperState } class EventTemplate { description : String } class Event { eventDate : Date eventKey : String description : String } class Position { description : String minimalAge : int domain : Domain } class Domain { name : String domainNumber : int } note left of Domain Fasst mehrere Positionen zu einer übergeortneten Einheit zusammen end note class HelperAssignment { helper : Helper helperId : Long event : Event position : Position } note left of HelperAssignment Zuordnung eines Helfers zu einer zu besetzenden Position end note class EventPosition { position : Position event : Event } note left of EventPosition Zuordnung einer Position zu einem dedizierten Event (ergibt insgesamt eine M:N-Relation zwischen Position und Event) end note class DomainResponsibility { position : Position helper : Helper } note left of DomainResponsibility Verantwortlichkeit für einen Teilbereich, der sich ggf. auf mehrere Helfer verteilen kann (M:N) end note class MessageQueue { fromAddress : String toAddress : String subject : String body : String messagingState : MessagingState } '---Verknüpfungen--- HelperAssignment "1" -- "1" Helper HelperAssignment "1" -- "1" Event HelperAssignment "1" -- "1" Position Position "1" -- "1" EventPosition Event "1" -- "1" EventPosition Position "1..n" -- "1" Domain Helper "1" -- "1" DomainResponsibility : Leitung des Teilbereiches Domain "1" -- "1" DomainResponsibility Event "1..n" -- "1" EventTemplate Domain "1..n" -- "1" EventTemplate @enduml
5c3543879deba57c81e92b99a3ddab6a56f60e88
6153f22ccad5e550ec60e6465d77bd7088174144
/DesignPattern/StatePattern/uml/State.puml
6e6ea983c58c9d18326dc11bff02099db11ed880
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
zwxbest/Demo
a5093d4e82b269d200d23a7a390e299334301917
16ce40b63907d52d65ad93fba6a793847911d216
refs/heads/master
2023-06-08T17:15:27.688512
2022-03-03T03:53:31
2022-03-03T03:53:31
123,203,277
1
7
MIT
2023-05-26T22:15:03
2018-02-27T23:52:55
Roff
UTF-8
PlantUML
false
false
417
puml
@startuml abstract class State{ {abstract}WriteProgram(Work) } together { class AfternoonState{ if(hour<XX)一些操作 else w.setState(next);w.WriteProgram() } class NoonState class EveningState } AfternoonState--up|>State NoonState--up|>State EveningState--up|>State class Work{ int hour State current +WriteProgram(){current.WriteProgram(this); } Work--down>State State..up>Work Class Main Main..down>Work @enduml
00c867ec04a8ccb7e2d33c3e155ac81eb3ac5782
831e34223751ba984839b477e9334a7316b044af
/docs/diagramas/diagramas de clase/Observador.puml
d92ab014f0bd11b9d75122723dbe94b8ef6af22e
[ "MIT" ]
permissive
nauee/Algo3-TP2
7163a693b752906e48f416d6a02fad76cd357961
d1bec97ab04bb6272d851c6627b72d5a0951ab31
refs/heads/main
2023-07-11T13:04:23.873792
2021-08-12T23:26:02
2021-08-12T23:26:02
381,121,179
6
5
MIT
2021-08-12T02:33:59
2021-06-28T18:05:13
Java
UTF-8
PlantUML
false
false
344
puml
@startuml title Observador hide empty members interface Observador { + actualizar(): void } class ObservadorJuego { - vista: VistaJuego + {static} ObservadorJuego(juego: Observable, vista): ObservadorJuego } ObservadorJuego ..|> Observador ObservadorPaisesSeleccionados ..|> Observador Juego "1" --> "1...*" Observador @enduml
25e5f7ac26e059ea2c8c5b59beea3e627d8659c6
9b455a89aa9fe70b20b4b57f6216cd645a18af34
/src/main/java/com/company/behavioral/observer/ObserverPattern.puml
fc18236ffa58590f79f5c1151098fdcf475b0e2c
[]
no_license
guvenbe/DesignPatternsCoffeePowered
4f99b36b6974399425177e83d5fdde6f3f067ee6
126a47351a8a3a3b2169f73b8e03f2c492992bc6
refs/heads/master
2023-06-30T02:32:34.008742
2021-08-02T02:16:40
2021-08-02T02:16:40
390,589,880
0
0
null
null
null
null
UTF-8
PlantUML
false
false
486
puml
@startuml 'https://plantuml.com/class-diagram class ConcreteObserver{ +update() } class ConcreteSubject{ -Observer observers[] +RegisterObserver(Observer) +removeObserver(Observer) +notify(Observer) } interface Subject{ +RegisterObserver(Observer) +removeObserver(Observer) +notify(Observer) } interface Observer{ +update() } Subject -o Observer ConcreteSubject -u->Subject ConcreteObserver-u->Observer ConcreteSubject <- ConcreteObserver @enduml
f09853ea2ecac9a749c6f1c5652a17aff15a4a8f
9738105752fd6763fac57347d1c9fa31dbd0d03f
/src/State/State.plantuml
9f3c2b02675731bd41021fc54c05850674a76f6a
[]
no_license
Kenzki/design-patterns-dvd-store-system
5c6f3787a32b3ccfba3092e77975962fc4e3e0ba
299cbc477c1e88b8cebcd778551f1a2fabdfcd10
refs/heads/master
2022-12-02T17:14:15.889515
2020-08-22T22:29:35
2020-08-22T22:29:35
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
929
plantuml
@startuml title __STATE's Class Diagram__\n class State.RentalStatusActive { + rentalStatus() } class State.RentalStatusContext { + getRentalStatus() + rentalStatus() + setState() } class State.RentalStatusInactive { + rentalStatus() } class State.RentalStatusUnavailable { + rentalStatus() } interface State.State { {abstract} + rentalStatus() } State.RentalStatusActive .up.|> State.State :implements State.RentalStatusContext o-- State.State State.RentalStatusInactive .up.|> State.State :implements State.RentalStatusUnavailable .up.|> State.State :implements 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
cbf4e3a9d5676b8f879a8afd8a3f57f4ccd6f380
49ade9e69003fd2175cfbfa0409bde56a291f430
/docs/setlistbot-c4-class-kglw-provider.puml
0d108dffc942146279a7a0f6349bac76c824aaa8
[]
no_license
cjbanna/setlistbot
f4c15b8ac2b6215678ec55be715b848bece4790d
06c5ea3439068fc4decf24da03e3ac362ee9b2bd
refs/heads/main
2023-05-28T21:03:57.578670
2023-05-22T06:25:45
2023-05-22T06:25:45
84,362,983
1
0
null
2023-05-17T03:40:56
2017-03-08T20:26:03
C#
UTF-8
PlantUML
false
false
1,370
puml
@startuml C4 Code interface IReplyBuilder { +string ArtistId +string BuildReply(Setlist[] setlists) } interface ISetlistProvider { +string ArtistId +Setlist GetSetlist(DateTime date) } package "Setlistbot.Domain.Kglw" { class KglwRedditReplyBuilder <<IReplyBuilder>> { +string BuildReply(Setlist[] setlists) } KglwRedditReplyBuilder ..|> IReplyBuilder class KglwDiscordReplyBuilder <<IReplyBuilder>> { +string BuildReply(Setlist[] setlists) } KglwDiscordReplyBuilder ..|> IReplyBuilder } package "Setlistbot.Infrastructure.Kglw" { class KglwSetlistProvider <<ISetlistProvider>> { +Setlist GetSetlist(DateTime date) } KglwSetlistProvider ..|> ISetlistProvider KglwSetlistProvider --* ISongfishClient interface ISongfishClient { +SongfishSetlistResponse GetSetlist(DateTime date) } ISongfishClient ..> SongfishSetlistResponse class SongfishSetlistResponse { +bool Error +string ErrorMessage +SongfishSetlistData[] Data } SongfishSetlistResponse ..> SongfishSetlistData class SongfishSetlistData { +string Set +string Song +int Position +string Transition +string Footnote +string Venue +string City +string state +string Country } }
807f7bc7cfa0af2e03232da25050c0101d80c9fc
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/learning_plan/offer/twentieth/twentieth.plantuml
481ecd8a394c99c991d680db7c8a8856d8f36271
[]
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
965
plantuml
@startuml title __TWENTIETH's Class Diagram__\n namespace cn.shui.learning_plan.offer.twentieth { class cn.shui.learning_plan.offer.twentieth.Offer07 { - indexMap : Map<Integer, Integer> + buildTree() + buildTree2() + myBuildTree() - build() - findIndexOfRange() } } namespace cn.shui.learning_plan.offer.twentieth { class cn.shui.learning_plan.offer.twentieth.Offer16 { + myPow() } } namespace cn.shui.learning_plan.offer.twentieth { class cn.shui.learning_plan.offer.twentieth.Offer33 { + verifyPostorder() + verifyPostorder2() + verifyPostorder3() - findFirstLargerNumberIndexOfRange() - help() - recur() } } 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
c1d16b6e96d424c4ca5e2dba5e4669af87d895bc
c183a3bcca39c12fcdf8c69f9418d29161cd67a9
/src/app/fachinformatiker/myMashup/constants/constants.plantuml
a84ed82783ba76ce77eff0a492d4f0faeab9c001
[ "MIT" ]
permissive
fachinformatiker/myMashup
5b6510714e9a921771f96c5e90cf729c5ee1d54e
63033ae85ab75c0a64cf7ec5332510a2d3325dd6
refs/heads/master
2021-06-25T06:01:50.243448
2021-06-22T13:00:04
2021-06-22T13:00:04
184,805,428
2
0
null
null
null
null
UTF-8
PlantUML
false
false
964
plantuml
@startuml title __CONSTANTS's Class Diagram__\n namespace app.fachinformatiker.myMashup.constants { interface app.fachinformatiker.myMashup.constants.Constants { {static} + NO_ARGUMETS : String {static} + NONNUMERIC_ARGUMETS : String {static} + PRODUCER : String {static} + CONSUMER : String {static} + SYNC : String {static} + HELL : String {static} + HOPE : String {static} + MagicNumberDetected : String {static} + run : boolean {static} + MagicNumber : int {static} + MIN_HELL : int {static} + MAX_HELL : int {static} + HOPE_LEFT_LIMIT : int {static} + HOPE_RIGHT_LIMIT : int {static} + HOPE_TARGET_STRING_LENGTH : int } } 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
f22695f83ab1f914dc32732be2d33a6796134d17
76d2a6a8a992f88f8eb2d5c4b9d782b2d3bfe617
/docs/db-schema-guideline.puml
9aaad910e5c2dd73acd684ad3918788a5d136d2b
[]
no_license
LueZero/math-sharing
43001b09f9822de75634e24865ef2ab7ef59cd17
e37c3c951cb910dfbd1c144046bcade654aa7a6f
refs/heads/master
2023-07-13T14:32:58.252108
2021-08-30T13:56:44
2021-08-30T13:56:44
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
435
puml
@startuml left to right direction class users << (T,#ADD1B2) >>{ id -- email : string -- password : string -- name : string -- created_at : timestamp -- updated_at : timestamp } class posts << (T,#ADD1B2) >>{ id -- users_id : int -- content : string -- created_at : timestamp -- updated_at : timestamp } users::id “1” -- “*" posts::users_id @enduml
15ce4b87262a5b2a3b11ec039ae8e4c4c1cff03b
336c916699df8aaf502f430df20e984b5338e4a5
/doc/uml/PluginInterfaceDiagram.plantuml
6a327b4ddaf563b970de2484c5e47428ff06ddf2
[]
no_license
Siprj/modular-MCU-flasher
18497ffb77be67af0c35eee0f4f443b7debabaf4
d85fe443da5c63aa90d25114f484e7e8a63ceaec
refs/heads/master
2016-09-06T10:48:27.132426
2016-01-27T10:25:50
2016-01-27T10:25:50
22,478,653
0
1
null
2016-01-27T10:25:50
2014-07-31T17:40:16
C++
UTF-8
PlantUML
false
false
722
plantuml
@startuml interface FlasherPlugin { + {abstract} initPlugin() : quint32 + {abstract} getPluginWidget() ; QWidget + {abstract} flash(QByteArray data) : void -- signals: + {abstract} printProgressInfo(QString info) : void + {abstract} progressInPercentage(qint32 progress) : void + {abstract} done() : void } interface ReaderPlugin { + {abstract} initPlugin() : quint32 + {abstract} readData(QString fileName) : void + {abstract} getSuffixesGroups() : QMap<QString, QStringList> -- signals: + {abstract} printProgressInfo(QString info) : void + {abstract} progressInPercentage(qint32 progress) : void + {abstract} done(QByteArray data) : void } @enduml
3b29350bc5a3f9755cdfb58499bcc06193bad295
b04d5166435afbe4a531aaccc447a40c92bb649b
/docs/Solution/Cloudlet-Manager/Logical.puml
040206f6bf4653052afd5d7fea84d6997f826d5b
[]
no_license
CAADE/CloudLet
bc8e2d2ca4662aa60732888d727fca11d4045f66
08066bb296578ca6dc60a20388b15cb0f08425c4
refs/heads/master
2021-07-24T19:23:37.384552
2018-08-11T13:37:52
2018-08-11T13:37:52
81,122,426
0
0
null
null
null
null
UTF-8
PlantUML
false
false
202
puml
@startuml package "Cloudlet Manager" #lightblue { interface "Cloudlet Manager" { } CLI ()-- "Cloudlet Manager" REST ()-- "Cloudlet Manager" Web ()-- "Cloudlet Manager" } @enduml
ebbf0fc75d2b53d8be6de0b40966deec39810e1d
9dacf3115d4da5b805449c0247658f7599d15073
/uml/ClassDiagram.puml
9449e293778214a89c34f058fdebac5a36e610f8
[]
no_license
xera51/gray-cop3330-assignment4part2
8e372853fae20c1ff6fcb63b0aa1d8c9ef4f3249
fed733e420982c3f7ae252b58c842eaeb70993f6
refs/heads/master
2023-06-26T12:53:40.665340
2021-07-12T04:34:23
2021-07-12T04:34:23
383,518,572
0
0
null
null
null
null
UTF-8
PlantUML
false
false
890
puml
@startuml package ucf.assignments { note "More details included in other diagrams" as N1 package model { class ToDo {} class ToDoListDAO {} class ToDoListManagerModel {} } package factories { class PopUps {} class TaskCell {} } package util { class ToDoListSerializer {} } package controllers { class ToDoListManagerController {} class TaskCellController {} } class ToDoListManager {} ToDoListManager -> ToDoListManagerController : creates ToDoListManagerController -> TaskCell : uses ToDoListManagerController --> PopUps : uses TaskCellController <- TaskCell : creates ToDoListManagerModel o- ToDo ToDoListDAO --o ToDoListManagerModel ToDoListDAO --> ToDoListSerializer : uses ToDoListManagerModel -o ToDoListManagerController } @enduml
0d4bfedbc8f3ee42add7752b9b98058fa6649af8
176fa7e597c2f2337f80a9d4e393e636e5823129
/stocky-devel/stocky/docs/source/uml_images/classes_wcviews_classes.plantuml
fa0c32b5b7ddb9922e4abe840021e8136ab3dbe8
[ "Apache-2.0" ]
permissive
cfe-lab/stocky
0133abf16bbf068d8ef3684af4d7b22e96756e37
6c4114551d9b61c5ba3db2c237e995fecdd2f6b3
refs/heads/master
2021-04-15T17:01:15.610547
2019-04-08T18:51:52
2019-04-08T18:51:52
126,519,914
2
0
null
null
null
null
UTF-8
PlantUML
false
false
3,004
plantuml
@startuml title classes wcviews class SwitcheeView { +h1 +helptext +wcstatus +Redraw(self) +rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type]) } class RadarView { +coldct +dist_lst +svg +display_distances(self) +drawcolumn(self, colnum:int, epc:str, dst:float) +reset_radar(self) +set_radardata(self, radarinfo:typing.List[typing.Tuple[(str, int, float)]]) } class BaseScanList { +add_scan(self, newdat:base.MSGdata_Type) +post_add_scan_CB(self) } class AddScanList { +get_active_tags(self) +post_add_scan_CB(self) +reset(self) } class AddNewStockView { +GO_ADD_NEW_RFIDTAG +GO_ADD_NEW_STOCK +GO_RESET_TABLE +gobutton +resetbutton +scanlist +tgbutton +Redraw(self) +get_selection_dct(self) +rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type]) +redirect(self, url:str) } class DownloadQAIView { +message_bar +stat_tab +Redraw(self) +stop_download(self, resdct:dict) } class rowtracker { +action_tog +detected +expected +has_rfid_label +id +rownum +scanstat_tog } class CheckFSM { +ST_ERROR_STATE +ST_IGNORE +ST_REPORT_FOUND +ST_REPORT_MISSING +ST_REPORT_MOVED +dd +hasRFIDlabel +isdetected_lab +isexpected +get_init_state(self) +get_new_state(self, curstate:int, event:str) } class CheckLabel { +detected_lab +rcvMsg(self, whofrom:base.base_obj, msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type]) } class CheckScanList { +rfid_sel_but +wcstatus +get_move_list(self) +rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type]) +reset(self, ll:typing.Optional[list]) } class CheckStockView { +GO_CHECK_STOCK +gobutton +location_sel +rfid_sel_but +scanlist +Redraw(self) +rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type]) } class LocMutTable { +wcstatus +get_locmove_list(self) +rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type]) +reset(self) } class UploadLocMutView { +GO_UPLOAD_LOCMUT +gobutton +locmut_tab +Redraw(self) +rcvMsg(self, whofrom:'base.base_obj', msgdesc:base.MSGdesc_Type, msgdat:typing.Optional[base.MSGdata_Type]) +stop_locmut_download(self) } class ConfigStatusView { +cfg_tab +Redraw(self) } SwitcheeView <|-- RadarView BaseScanList <|-- AddScanList SwitcheeView <|-- AddNewStockView SwitcheeView <|-- DownloadQAIView BaseScanList <|-- CheckScanList SwitcheeView <|-- CheckStockView SwitcheeView <|-- UploadLocMutView SwitcheeView <|-- ConfigStatusView AddNewStockView o-- AddScanList rowtracker o-- CheckLabel CheckStockView o-- CheckScanList UploadLocMutView o-- LocMutTable @enduml
3b28a7630992dbdbb6351d3d2363c423d31ba5ff
13d8c83e14ae1cad511f30b984f5f4c86ed97976
/exercise46/docs/ex46.puml
af77a35f4d804a542922324ef11b17d4ceab01a3
[]
no_license
drumman22/grossman-a04
5a31dcf4086dbfceb889c6437477cdb65e285041
4303c3147249bf183f5af5b4fffbbd843947ba6a
refs/heads/master
2023-09-06T04:20:42.918012
2021-10-26T15:55:32
2021-10-26T15:55:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
213
puml
@startuml class Solution46 { Map<String, Integer> wordFrequencyMap } Solution46 : + void wordsToMap(File inputFile) Solution46 : + String numToStars(int num) Solution46 : + void printWordFrequency() @enduml
0b2ae4b735dfc7b06cd528b3970a4ae609156865
40e351567ea4253710fab5639d62af6dbb8686d2
/plantuml/Canvas.puml
fc22db2a725200bb035b46d0f3d857ba4e4b833b
[]
no_license
AlexMaxwell2001/MementoDesignPattern
e6e0c9715217e47ea352c5084621148897ba03c3
54a456ac2eecdca88dd7fab09ec7de19d04c7f59
refs/heads/main
2023-01-18T15:46:11.610765
2020-12-03T13:22:49
2020-12-03T13:22:49
318,200,279
0
0
null
null
null
null
UTF-8
PlantUML
false
false
216
puml
@startuml class Canvas { + Add(s:Shape) : void + Remove() : void + Canvas() + <<override>> ToString() : string + GetState() : ArrayList + SetState(savedOne:Memento) : void } @enduml
3a15cdb5626f0d4cc512c5cf1638d09447c5969e
1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a
/docs/diagrams/manualtracker/Handler_Parser.puml
f5224c8176a76da387b13e566c461e7620fbfe1d
[]
no_license
AY2021S1-CS2113-T16-1/tp
8abd1e1798a8ecc64b4b3ae28dd5da618714b972
6ef0845c809addb46fef872101ef528780571b5d
refs/heads/master
2023-01-13T17:13:34.579399
2020-11-16T05:03:49
2020-11-16T05:03:49
300,199,426
0
1
null
2020-11-16T05:03:50
2020-10-01T08:10:30
Java
UTF-8
PlantUML
false
false
1,138
puml
@startuml scale 1094 width hide circle skinparam classAttributeIconSize 0 skinparam BoxPadding 20 skinparam shadowing false skinparam package<<Layout>> { borderColor Transparent backgroundColor Transparent fontColor Transparent stereotypeFontColor Transparent } rectangle LogicManagers { class ManualTracker { ~ {static} handleCreateLedger() : State ~ {static} handleOpenLedger() : State ~ {static} handleDeleteLedger() : State } class EntryTracker { ~ {static} handleCreateEntry() : State ~ {static} handleEditEntry() : State ~ {static} handleDeleteEntry() : State } } rectangle Parser{ class InputParser <<Singleton>> { + parseInput(inputString:String):CommandPacket } class ParamParser <<Singleton>> { + parseParams(inputString:String):HashMap } InputParser *-> ParamParser : Parse param substring with > InputParser "1" <-[#red]- ManualTracker #line:red;line.dashed;text:red : Parse input string with < InputParser "1" <-[#red]- EntryTracker #line:red;line.dashed;text:red : Parse input string with < } @enduml
4f6f82b38d06b71ae2e8a10994a3bd48eff227d4
21617bb474470c80fff2f99a74dcc069a03a4a06
/documentation/Diagramme de classes.puml
18e3eef31dc73aab3895b59630d34b9f59ddada6
[]
no_license
flamy39/filmographie
d7e20ab624476d8165479032f01a2a3a07334da9
c76f223c2af2b744864e26812912b7ee8f2ec326
refs/heads/master
2023-02-07T07:09:34.352550
2020-12-15T16:37:43
2020-12-15T16:37:43
321,679,249
0
0
null
null
null
null
UTF-8
PlantUML
false
false
620
puml
@startuml skinparam classAttributeIconSize 0 skinparam class { BackgroundColor Ivory ArrowColor SeaGreen BorderColor DarkOrange } skinparam stereotypeCBackgroundColor Gold class Filmographie { -id : Integer -libelle : String } class Film { -id : Integer -titre : String -description : String -duree : Integer -dateSortie : Date } class Genre { -id : Integer -libelle : String } class Commentaire { -id : Integer -auteur : String -note : Integer -contenu : String } Film "0..*" --> "1..1" Genre Film "1..1" --> "0..*" Commentaire Filmographie --> "0..*" Film @enduml
d3b2136cef975f3cb382494d881427abaf0727b2
277510c06b82f033ec74f5996fac0d0e13127daa
/schoolcannon.plantuml
c6bc2dab7d499ee2f5b71ab07afe3f63ea54c2cd
[]
no_license
Lukires/school_cannon
c5448379fb5f33900ea31eab0f3643fd50643e83
4c82a7221a406c4c6a4c87a68c764136fc968346
refs/heads/master
2020-07-13T17:37:34.052637
2019-09-22T22:58:25
2019-09-22T22:58:25
205,124,231
3
0
null
null
null
null
UTF-8
PlantUML
false
false
7,281
plantuml
@startuml title __SCHOOLCANNON's Class Diagram__\n namespace com.lukire.camera { class com.lukire.camera.Camera { } } namespace com.lukire.effect { abstract class com.lukire.effect.Effect { } } namespace com.lukire.effect { namespace effects { class com.lukire.effect.effects.Explosion { } } } namespace com.lukire.entity { class com.lukire.entity.Collision { } } namespace com.lukire.entity { abstract class com.lukire.entity.Entity { } } namespace com.lukire.entity { enum EntityShape { } } namespace com.lukire.entity { class com.lukire.entity.Hitbox { } } namespace com.lukire.entity { class com.lukire.entity.Placement { } } namespace com.lukire.entity { namespace attributes { interface com.lukire.entity.attributes.EntityCollision { } } } namespace com.lukire.entity { namespace attributes { interface com.lukire.entity.attributes.EntityExplosive { } } } namespace com.lukire.entity { namespace attributes { interface com.lukire.entity.attributes.EntityPhysics { } } } namespace com.lukire.entity { namespace entities { class com.lukire.entity.entities.Cannon { } } } namespace com.lukire.entity { namespace entities { class com.lukire.entity.entities.CannonBall { } } } namespace com.lukire.entity { namespace types { abstract class com.lukire.entity.types.Projectile { } } } namespace com.lukire.event { class com.lukire.event.Event { } } namespace com.lukire.event { class com.lukire.event.EventHandler { } } namespace com.lukire.event { interface com.lukire.event.EventListener { } } namespace com.lukire.event { interface com.lukire.event.Listener { } } namespace com.lukire.event { namespace events { class com.lukire.event.events.ClickEvent { } } } namespace com.lukire.event { namespace events { class com.lukire.event.events.EntityBlockCollisionEvent { } } } namespace com.lukire.event { namespace events { class com.lukire.event.events.EntityOnEntityCollision { } } } namespace com.lukire.event { namespace events { class com.lukire.event.events.KeyPressEvent { } } } namespace com.lukire.event { namespace events { class com.lukire.event.events.MouseMoveEvent { } } } namespace com.lukire.event { namespace events { class com.lukire.event.events.NewFrameEvent { } } } namespace com.lukire.event { namespace listeners { class com.lukire.event.listeners.ClickListener { } } } namespace com.lukire.event { namespace listeners { class com.lukire.event.listeners.EntityBlockCollisionListener { } } } namespace com.lukire.event { namespace listeners { class com.lukire.event.listeners.KeyListener { } } } namespace com.lukire.event { namespace listeners { class com.lukire.event.listeners.MouseMoveListener { } } } namespace com.lukire.event { namespace listeners { class com.lukire.event.listeners.PhysicsListener { } } } namespace com.lukire.main { class com.lukire.main.Main { } } namespace com.lukire.map { class com.lukire.map.Map { } } namespace com.lukire.map { class com.lukire.map.MapGeneration { } } namespace com.lukire.map { namespace chunk { class com.lukire.map.chunk.Chunk { } } } namespace com.lukire.map { namespace chunk { class com.lukire.map.chunk.NoChunkException { } } } namespace com.lukire.map { namespace tile { class com.lukire.map.tile.NoTileException { } } } namespace com.lukire.map { namespace tile { abstract class com.lukire.map.tile.Tile { } } } namespace com.lukire.map { namespace tile { enum TileType { } } } namespace com.lukire.map { namespace tile { namespace tiles { class com.lukire.map.tile.tiles.AirTile { } } } } namespace com.lukire.map { namespace tile { namespace tiles { class com.lukire.map.tile.tiles.DirtTile { } } } } namespace com.lukire.map { namespace tile { namespace tiles { class com.lukire.map.tile.tiles.StoneTile { } } } } com.lukire.camera.Camera -up-|> processing.core.PMatrix2D com.lukire.entity.Collision o-- T : object com.lukire.entity.Entity o-- com.lukire.entity.Placement : placement com.lukire.entity.Hitbox o-- com.lukire.entity.EntityShape : entityShape com.lukire.entity.Placement -up-|> processing.core.PVector com.lukire.entity.Placement o-- com.lukire.map.Map : map com.lukire.entity.entities.Cannon .up.|> com.lukire.entity.attributes.EntityCollision com.lukire.entity.entities.Cannon -up-|> com.lukire.entity.Entity com.lukire.entity.entities.CannonBall .up.|> com.lukire.entity.attributes.EntityExplosive com.lukire.entity.entities.CannonBall -up-|> com.lukire.entity.types.Projectile com.lukire.entity.types.Projectile .up.|> com.lukire.entity.attributes.EntityCollision com.lukire.entity.types.Projectile -up-|> com.lukire.entity.Entity com.lukire.event.events.ClickEvent -up-|> com.lukire.event.Event com.lukire.event.events.EntityBlockCollisionEvent -up-|> com.lukire.event.Event com.lukire.event.events.EntityBlockCollisionEvent o-- com.lukire.entity.Entity : e com.lukire.event.events.EntityOnEntityCollision -up-|> com.lukire.event.Event com.lukire.event.events.KeyPressEvent -up-|> com.lukire.event.Event com.lukire.event.events.MouseMoveEvent -up-|> com.lukire.event.Event com.lukire.event.events.NewFrameEvent -up-|> com.lukire.event.Event com.lukire.event.listeners.ClickListener .up.|> com.lukire.event.Listener com.lukire.event.listeners.EntityBlockCollisionListener .up.|> com.lukire.event.Listener com.lukire.event.listeners.KeyListener .up.|> com.lukire.event.Listener com.lukire.event.listeners.KeyListener o-- com.lukire.camera.Camera : camera com.lukire.event.listeners.MouseMoveListener .up.|> com.lukire.event.Listener com.lukire.event.listeners.PhysicsListener .up.|> com.lukire.event.Listener com.lukire.main.Main -up-|> processing.core.PApplet com.lukire.main.Main o-- com.lukire.event.events.NewFrameEvent : newFrameEvent com.lukire.main.Main o-- com.lukire.camera.Camera : camera com.lukire.main.Main o-- com.lukire.map.Map : map com.lukire.map.tile.Tile o-- com.lukire.map.tile.TileType : tile com.lukire.map.tile.tiles.AirTile -up-|> com.lukire.map.tile.Tile com.lukire.map.tile.tiles.DirtTile -up-|> com.lukire.map.tile.Tile com.lukire.map.tile.tiles.StoneTile -up-|> com.lukire.map.tile.Tile 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
5b136abc1a5defd393c2bb1510c291c45159615c
92addf9ac745235fb51e5e3a0abd2494db5f9f4b
/src/main/java/ex41/exercise41_UML.puml
0820e38393e643fda3016b2591635977806037b0
[]
no_license
vishal8557/choday-cop3330-assignment3
bd61e8060aba52f8d5376e6df2faedc02ed1d3d3
d81199eae03bf0404114aa812f8c3f50f425e2db
refs/heads/master
2023-08-31T07:45:19.655353
2021-10-11T18:26:49
2021-10-11T18:26:49
416,053,974
0
0
null
null
null
null
UTF-8
PlantUML
false
false
186
puml
@startuml 'https://plantuml.com/sequence-diagram class App{ - App : ArrayList<String> - lets_count_now - THE_LIST } class our_name_list{ - ArrayList -> THE_RECORD - count_now } @enduml
5ddd3552a2c639c9b630a0dbf8e0ebb48f095844
e39355f8c4eaeb560c5cb338142f21aae5441e12
/docs/argos.plantuml
9319beb625167e3c5042bc491d351c54382fb813
[ "Apache-2.0" ]
permissive
gerardborst/argos
6edb8c773fe06d06c5fbe1cf2a03f79bb3b6dafa
1ba5281a07fb8177c53a2a8eb3ae032e40df57e5
refs/heads/master
2022-04-02T23:15:50.037357
2020-01-24T15:47:19
2020-01-24T15:47:19
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,145
plantuml
@startuml skinparam roundcorner 25 skinparam defaultFontColor Black skinparam defaultFontSize 12 skinparam Padding 10 skinparam pageMargin 40 skinparam classFontSize 14 skinparam classFontColor black skinparam classFontStyle bold skinparam ArrowFontStyle bold skinparam ArrowThickness 2 skinparam class { BackgroundColor PaleGreen ArrowColor DarkSlateGray ArrowFontColor Black BorderColor SlateGray } skinparam stereotypeCBackgroundColor Snow class SupplyChain #Tan { UUID name } class Label #Tan { } together { class Signature #pink { signature } together { class Key #pink { keyId } class PubKey #pink { keyId } } together { class RSAKey #pink { } class GPGKey #pink { } } Signature "0..*" -down- "1" Key Key "1" - "1" PubKey Key <|-down- GPGKey Key <|-down- RSAKey } together { class Verifyable #PaleTurquoise { } together { class LayoutMetablock { } class LinkMetablock { } } class Signable #PaleTurquoise { } together { class Layout #Gainsboro { } class Link #Gainsboro { runID } class Command #Gainsboro { } } together { class Step #Gainsboro { name } class Artifact #Gainsboro { } } Verifyable <|-down- LayoutMetablock Verifyable <|-down LinkMetablock Layout "0..*" - "0..*" Layout : Sublayout Signable <|-left- Layout Signable <|-down- Link Link "0..*" .. "1" Step LinkMetablock "1" -down- "1" Link LayoutMetablock "1" -down- "1" Layout Layout <|-down- Link Artifact "0..*" -up- "0..*" Link : Materials Artifact "0..*" -up- "0..*" Link : Products Command "1" -left- "1" Link } together { class Privilege #cornsilk { type } class Role #cornsilk { } class User #cornsilk { UUID } Class ImportLink #cornsilk { } Class Read #cornsilk { } ImportLink -up-|> Privilege Label -down- Privilege Read -up-|> Privilege SupplyChain "0..*" -down- "0..*" Label User "1" -down- "0..*" Role User "0..*" - "0..*" Label Privilege "1..*" -down- "1..*" Role } together { class Rule #Plum { pattern } Class Modifyable #Plum { } Class Allow #Plum { } Class DisAllow #Plum { } Class CreateRule #Plum { } Class ModifyRule #Plum { } Class MatchRule #Plum { } Class DeleteRule #Plum { } Class RequireRule #Plum { } } Rule <|-up- Allow Rule <|-up- CreateRule Rule <|-right- DeleteRule Rule <|-down- DisAllow Rule <|-down- MatchRule Rule <|-down- ModifyRule Rule <|-left- RequireRule Rule <|-up- Modifyable PubKey "0..*" - "0..*" Layout Key "1..*" -down- "-" Step : authorized Key "1" - "1" PubKey SupplyChain - LayoutMetablock SupplyChain - LinkMetablock Rule "0..*" - "1" Step @enduml
2ee3b1d82e486b4d5c4c5136142f6eeed151067e
95db096f36828b7124792f7ce52368a58783e9e9
/docs/javadocs/soen6441riskgame/singleton/GameBoard.puml
5b306c68eb645e84934f49d1dd205f0cb840b487
[]
no_license
huntertran/soen6441-riskgame
81af179068618a3870b14ef46cf51ea65c31ac6b
f6605e3c5bdd3346f65288c96de6d169faa47f00
refs/heads/master
2023-06-22T21:10:32.772010
2021-03-31T21:48:30
2021-04-02T03:19:34
209,664,319
2
1
null
2023-06-14T22:29:59
2019-09-19T23:16:40
Java
UTF-8
PlantUML
false
false
4,230
puml
@startuml skinparam svgLinkTarget _parent skinparam linetype ortho set namespaceSeparator none class "<b><size:14>GameBoard</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoard [[../../soen6441riskgame/singleton/GameBoard.html{soen6441riskgame.singleton.GameBoard}]] { +PrintStream standardPrintStream {static} -int NUMBER_OF_CARDS {static} -GameBoard instance -GameBoardPlayer gameBoardPlayer -GameBoardMap gameBoardMap -GameBoardPlaying gameBoardPlaying -ExchangeCardView exchangeCardView -Card cards +GameBoard() +void initCards() +Card getSpecificCardForTest(CardType cardType) +Card getCardsForSave() +void loadCardFromSave(Card cards) +void loadGameBoardPlaying(GameBoardPlaying serialized) +Card getRandomAvailableCard() +ExchangeCardView getExchangeCardView() +GameBoardPlayer getGameBoardPlayer() +GameBoardMap getGameBoardMap() +GameBoardPlaying getGameBoardPlaying() {static} +void setTestingInstance(GameBoard newTestingInstance) {static} +GameBoard getInstance() +void reset() } soen6441riskgame.singleton.GameBoard --> "instance" soen6441riskgame.singleton.GameBoard class "<b><size:14>GameBoardPlayer</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoardPlayer [[../../soen6441riskgame/singleton/GameBoardPlayer.html{soen6441riskgame.singleton.GameBoardPlayer}]] { } hide soen6441riskgame.singleton.GameBoardPlayer fields hide soen6441riskgame.singleton.GameBoardPlayer methods soen6441riskgame.singleton.GameBoard --> "gameBoardPlayer" soen6441riskgame.singleton.GameBoardPlayer class "<b><size:14>GameBoardMap</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoardMap [[../../soen6441riskgame/singleton/GameBoardMap.html{soen6441riskgame.singleton.GameBoardMap}]] { } hide soen6441riskgame.singleton.GameBoardMap fields hide soen6441riskgame.singleton.GameBoardMap methods soen6441riskgame.singleton.GameBoard --> "gameBoardMap" soen6441riskgame.singleton.GameBoardMap class "<b><size:14>GameBoardPlaying</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoardPlaying [[../../soen6441riskgame/singleton/GameBoardPlaying.html{soen6441riskgame.singleton.GameBoardPlaying}]] { } hide soen6441riskgame.singleton.GameBoardPlaying fields hide soen6441riskgame.singleton.GameBoardPlaying methods soen6441riskgame.singleton.GameBoard --> "gameBoardPlaying" soen6441riskgame.singleton.GameBoardPlaying class "<b><size:14>ExchangeCardView</b>\n<size:10>soen6441riskgame.views" as soen6441riskgame.views.ExchangeCardView [[../../soen6441riskgame/views/ExchangeCardView.html{soen6441riskgame.views.ExchangeCardView}]] #white { } hide soen6441riskgame.views.ExchangeCardView fields hide soen6441riskgame.views.ExchangeCardView methods soen6441riskgame.singleton.GameBoard --> "exchangeCardView" soen6441riskgame.views.ExchangeCardView class "<b><size:14>Card</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Card [[../../soen6441riskgame/models/Card.html{soen6441riskgame.models.Card}]] #white { } hide soen6441riskgame.models.Card fields hide soen6441riskgame.models.Card methods soen6441riskgame.singleton.GameBoard --> "cards" soen6441riskgame.models.Card class "<b><size:14>PrintStream</b>\n<size:10>java.io" as java.io.PrintStream #lightgrey { } hide java.io.PrintStream fields hide java.io.PrintStream methods soen6441riskgame.singleton.GameBoard --> "standardPrintStream" java.io.PrintStream interface "<b><size:14>Resettable</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.Resettable [[../../soen6441riskgame/singleton/Resettable.html{soen6441riskgame.singleton.Resettable}]] { } hide soen6441riskgame.singleton.Resettable fields hide soen6441riskgame.singleton.Resettable methods soen6441riskgame.singleton.GameBoard ..|> soen6441riskgame.singleton.Resettable enum "<b><size:14>CardType</b>\n<size:10>soen6441riskgame.enums" as soen6441riskgame.enums.CardType [[../../soen6441riskgame/enums/CardType.html{soen6441riskgame.enums.CardType}]] #white { } hide soen6441riskgame.enums.CardType fields hide soen6441riskgame.enums.CardType methods soen6441riskgame.singleton.GameBoard ..> soen6441riskgame.enums.CardType @enduml
20f593a72e97d9970e75c64c8a3aa61937c66890
0339a55d9af23ebb6078c905104e78e4dd1499b9
/04-DP_In_JDK/src/com/lft/pattern09/facade/JDK中的外观模式.puml
8ec48c448567e955bf49626bb1a9f8ee1d26c08f
[ "Apache-2.0" ]
permissive
Laifengting/Design-Pattern
05c8a53815a204d883a0bdb6b0d2e75be9f604a0
e4305a04d2836c1bc5337fe27b564bd9a89abcb0
refs/heads/main
2023-05-11T17:19:34.806116
2021-05-28T12:59:37
2021-05-28T12:59:37
333,338,498
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,656
puml
@startuml title UML类图 class Class{ + forName() } abstract class ClassLoader{ + {static}{method} getClassLoader(caller):ClassLoader } class System{ + {static}{method} getSecurityManager(): SecurityManager } Class *-- ClassLoader Class *-- System class Client Client .right.> Class /' '''' 类之间的关系 依赖关系..> .> <. <.. 继承关系--|> -|> <|- <|-- 实现关系..|> .|> <|. <|.. 关联关系--> <--> -- -> <-> 聚合关系--o <--o o- o-- 组合关系--* <--* *- *-- '''' 访问权限 - private # protected ~ default + public '''' 备注 note top of Object : 备注在对象的四周 note "无方位位置" as Note1 note left: 备注在前一个类的四周 note on link #red : 链接注释 '''' 包 package com.lft.design.pattern { ' 接口 interface Interface ' 棒棒糖接口()-- ()- --() -() Interface2 ()-- A ' 抽象类 abstract class AbstractClass } ' 枚举 enum TimeUnit{ DAYS HOURS MINUTES SECONDS } '''' 泛型 class Eye<? extends Head>{ } '''' 命名空间 namespace net.dummy #DDDDDD { Meeting o-- Person .BaseClass <|- Meeting } '''' 改变箭头方向 left right up down A .up.> B '''' 关系类 class Student{ Name } Student "0..*" -- "1..*" Course (Student, Course) . Enrollment class Enrollment{ drop() cancel() } ' 普通类 class Person{ ..Field.. {field} - name: String {static}{field} - head: Head --Constructor-- + Person(name: String) ==Method== {method} + getName(): String {abstract}{method} + doSomething(): void __Other__ } class Head Person "1" *-- "1" Head : contains > ' 类说明 class A << (I,#FF7700) 说明 >> ' 箭头颜色 A .[#395862].> B '/ '''' 类图样式 ' 全局样式 skinparam { ' 全局背景颜色 backgroundColor #F0F7F7 ' 画布样式 DiagramBorderColor #677C81 DiagramBorderThickness 1 ' 分辨率 Dpi 1920 ' 是否启用阴影 Shadowing false ' 手写样式是否启用 handwritten false ' 箭头 ArrowColor #6D6D6D ArrowThickness 1 ' 标题样式 TitleFontColor #6A8181 TitleFontName YouYuan TitleFontSize 20 ' 类图主样式 ClassBackgroundColor #E3EAED ClassHeaderBackgroundColor #CBD8D8 ClassBorderColor #A0A4AF ClassBorderThickness 1 ClassAttributeIconSize 10 ClassFontColor #283428 ClassFontName Fira Code ClassFontSize 17 ' 图头标志样式 StereotypeABackgroundColor #C3E88D StereotypeABorderColor #347998 StereotypeCBackgroundColor #4FC3F7 StereotypeCBorderColor #3683A5 StereotypeEBackgroundColor #F78C6C StereotypeEBorderColor #894D3E StereotypeIBackgroundColor #C3E88D StereotypeIBorderColor #6F8150 StereotypeNBackgroundColor #C691E9 StereotypeNBorderColor #5D436A ' 类图包样式 PackageBackgroundColor #EAF9F7-#D4F1F2 PackageBorderThickness 1 PackageBorderColor 6D6D6D PackageFontColor #283428 PackageFontName Fira Code PackageFontSize 10 '''包样式 <<Node>> <<Rectangle>> <<Folder>> <<Frame>> <<Cloud>> <<Database>> PackageStyle Frame PackageTitleAlignment center ' 注释样式 NoteBackgroundColor #E3EAED NoteBorderColor #47A7AB NoteFontColor #283428 NoteFontName YouYuan NoteFontSize 14 ' 时序图生命线样式 LifeLineBorderColor #DarkSlateGray LifeLineBackgroundColor #DarkSeaGreen ' 时序图类样式 ParticipantBorderColor #586736 ParticipantBackgroundColor #YellowGreen ParticipantFontName Fira Code ParticipantFontSize 17 ParticipantFontColor #283428 ' 时序图角色样式 ActorBackgroundColor #Gold ActorBorderColor #black ActorFontColor #283428 ActorFontSize 17 ActorFontName Fira Code } @enduml
a00dffdbdfde289ca6f20dcced48476fca91d467
1ff534bd13d4172dbb7b2472bc664fd20c298806
/rospace_documentation/design/propagator-builder-class-diagram.puml
ee53af44ab4bc7de772fc556338d8a70bb9fd752
[ "Zlib" ]
permissive
eSpace-epfl/rospace-core
be7e821e22ea821181abb042e31f7df51eb93098
abf01756f81113cb4822bc7e09b0d75f2c9676d8
refs/heads/master
2020-04-17T03:39:35.265865
2018-12-19T18:48:33
2018-12-19T18:48:33
166,194,441
3
1
null
null
null
null
UTF-8
PlantUML
false
false
2,394
puml
@startuml ' Copyright (c) 2018, Christian Lanegger (christian.lanegger@epfl.ch) ' ' @license zlib license ' ' This file is licensed under the terms of the zlib license. ' See the LICENSE.md file in the root of this repository ' for complete details. skinparam ClassBackgroundColor #F3EFEB/E1D5E7 skinparam ClassBorderColor #5F4869 skinparam ClassArrowColor #5F4869 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #5F4869 skinparam NoteFontColor #5F4869 skinparam PackageFontSize 12 skinparam ClassFontSize 11 package propagator #F5F5F5{ package PropagatorBuilder #DDEBD8{ interface Builder { +{abstract} _buid_state() +{abstract}_build_integrator() +{abstract} _build_propagator() +{abstract} _get_propagator() } class PropagatorBuilder { + PropagatorBuilder() + _buid_state() + _build_integrator() + _build_propagator() + _get_propagator() {method}. {method}. {method}. } class Propagator << (O,Salmon) >> abstract GravityFractory { +{static}isApplicable(name : String) +{static}Setup(setup : dict) } class GravityPerturbationModel_1 { +{static}Setup(setup : dict) } class GravityPerturbationModel_2 { +{static}Setup(setup : dict) } abstract ThrustFactory { +{static}isApplicable(name : String) +{static}Setup(setup : dict) } class ThrustModel { +{static}Setup(setup : dict) } note "Other Perturbation\nModel Classes" as nFM } package OrekitPropagator #DDEBD8{ class OrekitPropagator { +builder : PropagatorBuilder +{method}<<build_propagator>> } note bottom of OrekitPropagator self.builder._build_force() end note } } Builder <|.right. PropagatorBuilder Propagator <-- PropagatorBuilder Builder -right-* OrekitPropagator PropagatorBuilder *-- GravityFractory GravityFractory <|-- GravityPerturbationModel_1 GravityFractory <|-- GravityPerturbationModel_2 ThrustFactory --* PropagatorBuilder ThrustFactory <|-- ThrustModel GravityFractory .right. nFM ThrustFactory .left. nFM @enduml
9deeec6fcfe017f3db6d92a8ba9aef1e12b78e66
575026b9cee018b37413c6a2d85f1571577c1ae2
/uml/Assignment4.puml
6928f26194926cb728ce2796103c86fbccfaa85b
[]
no_license
AwesomeDin/dinesh-cop3330-assignment4
255722dcc210afac3114a540d0fcaed7bf7ef39a
232ced3df597d07fcd06b08c7b60cc53bebb2596
refs/heads/master
2023-08-22T04:35:20.890439
2021-10-26T16:53:58
2021-10-26T16:53:58
419,944,762
0
0
null
null
null
null
UTF-8
PlantUML
false
false
874
puml
@startuml 'https://plantuml.com/class-diagram javafx.application <|-- theApp javafx.application -- theListController theListController -- ToDoListTableManagement theListController -- ToDoListItemManagement theListController -- ToDoListItem theListController -- ToDoListFiles class theApp { +main() +start() } class theListController { +buttonAddItem() +buttonRemoveItem() +buttonChangeStatus() +buttonShowIncomplete() +buttonShowComplete() +buttonShowAll() +buttonChangeTitle() +buttonNewTab() +buttonSaveList() +buttonLoadList() +buttonRemoveTab() } class ToDoListFiles { +saveFile() +loadFile() } class ToDoListItem { -descript -status -dueDate +getdescript() +setdescript() +getstatus() +setstatus() +getdueDate() +setdueDate() } class ToDoListItemManagement { +addItem() +deleteItem() } class ToDoListTableManagement { +showIncomplete() +showComplete() } @enduml
7b71ffa891a36803c1df5e216ca5fc8a60a3d40c
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductSelectionSettingDraft.puml
b3e3cd46bc069cb5c7826195d00ea07be4b34f79
[]
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,350
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 ProductSelectionSettingDraft [[ProductSelectionSettingDraft.svg]] { productSelection: [[ProductSelectionResourceIdentifier.svg ProductSelectionResourceIdentifier]] active: Boolean } interface StoreDraft [[StoreDraft.svg]] { key: String name: [[LocalizedString.svg LocalizedString]] languages: [[String.svg List<String>]] countries: [[StoreCountry.svg List<StoreCountry>]] distributionChannels: [[ChannelResourceIdentifier.svg List<ChannelResourceIdentifier>]] supplyChannels: [[ChannelResourceIdentifier.svg List<ChannelResourceIdentifier>]] productSelections: [[ProductSelectionSettingDraft.svg List<ProductSelectionSettingDraft>]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface StoreSetProductSelectionsAction [[StoreSetProductSelectionsAction.svg]] { action: String productSelections: [[ProductSelectionSettingDraft.svg List<ProductSelectionSettingDraft>]] } ProductSelectionSettingDraft --> StoreDraft #green;text:green : "productSelections" ProductSelectionSettingDraft --> StoreSetProductSelectionsAction #green;text:green : "productSelections" @enduml
3c3d3d579d1152304729b4e1f84e9673fb5c928b
b9fdd82cf6611667ef1314763d81713ec9358fc9
/docs/diagrams/ResourceServer.puml
2e7a8b5b7ce2f53fe30b74f82bc75504d635c97e
[ "MIT" ]
permissive
shyam28598/iudx-python-sdk
b7e6f9f5234abe784e96fcde8e4d39ea0669d392
25160a9b982bdbd64bf60a3b52cc147b5b682fa8
refs/heads/master
2023-07-15T15:52:12.354103
2021-08-16T13:17:18
2021-08-16T13:17:18
394,954,853
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,748
puml
@startuml class ResourceServer { <extends HttpEntity> -- public variables -- Enum IUDXEntityEnum str url (default to staticurl) optional str token (required for onboarders) optional list headers -- public methods -- ResourceServer init(str rs_url, optional str token, option dict headers) bool status() // check status List[ResourceResult] get_data(List[ResourceQuery] queries) } class HTTPEntity { <extends Requests> -- public variables -- dict cert // (str cert, str key) -- public methods -- HTTPResponse get(str url, dict headers) HTTPResponse delete(str url, dict headers) HTTPResponse post(str url, str body, dict headers) HTTPResponse update(str url, str body, dict headers) } class HTTPResponse { <extends requests.Response> -- private variables -- Response _response -- public methods -- dict get_json() int get_status_code() } class ResourceQuery { -- private variables-- str _geoproperty, _geometry, _georel int _max_distance list _coordinates str _start_time str _end_time str _key <str/float> _value str _operation list<str> _filters list<str> _entities -- public methods -- ResourceQuery add_entity(String iid) // add an id to entities ResourceQuery geo_search(str geoproperty, \t str geometry, str georel, \t int _max_distance, list coordinates) ResourceQuery during_search(str start_time, str end_time) ResourceQuery property_search(str key, \t str/float value, str operation) ResourceQuery add_filters(list<str> filters) str latest_search() str get_query() } class ResourceResult { -- public variables -- list<dict> results int type str title } @enduml
c9632279b504a598ce4f6de30fccb3aad3e3e9cf
ece0340d094951c9b00dc7990820da3b18de26cc
/resource/类图/参考/test4.puml
af55b3cd00ecd4690ac3cf34a91ca06577db0dec
[]
no_license
swf2020/clssuml
1ae35ac8f8cd3c0dc83bc6d691ee0b2d893cca5e
bb233a0e4f9058fa36aebb2aa806ed8039735a80
refs/heads/master
2022-12-04T17:14:55.118424
2020-08-21T09:02:14
2020-08-21T09:02:14
284,682,724
0
0
null
null
null
null
UTF-8
PlantUML
false
false
277
puml
@startuml Class China { -String area /'-表示权限private'/ #int rivers /'#表示权限protected'/ +long person /'+表示权限public'/ class Beijing{} interface aa{} ~String getArea() /'~表示权限package private'/ long getPerson() } @enduml
fe72123626d06c0a5529c084b111d6837bf31926
afaba8b7f5d826664155b257db77cf4dbf4b8816
/oop-pattern/ch07/resources/05-proxy-protection.puml
a8bb53808c97ccdf892df2288b4c5e8c2eae5c9f
[ "MIT" ]
permissive
appkr/pattern
b40b621e52c9b27be01f2a21f2f605a459ac998f
1e635f7b79cc4b89d2e75455cb14e1572619eb20
refs/heads/master
2022-11-02T01:56:18.654766
2022-10-12T08:45:58
2022-10-12T08:47:36
71,896,898
11
2
MIT
2018-11-10T15:05:11
2016-10-25T12:55:03
PHP
UTF-8
PlantUML
false
false
305
puml
@startuml 'skinparam linetype ortho class App {} interface Service { + request(): void } class PublicService <<proxy>> implements Service { - premiumService: PremiumService } class PremiumService <<concrete subject>> implements Service {} App -> Service PublicService -> PremiumService @enduml
6b9397503bdc66e8d6ffb536f4ffe7d1415dd613
a2b717706eb8dfd1c36045606e5824934cfc20a5
/diagrams/adapter-class-schema.puml
a19e78b678d9d195a41cd90442257d8746c3ecd6
[]
no_license
zhongshijun/head-first-design-patterns-cpp
66f706264f848e26f6791057eb089a6cdf0a44d9
3dc4fc23abb884395313b388fd33e87c0b7730c6
refs/heads/master
2023-03-18T20:51:13.129157
2021-01-25T20:55:26
2021-01-25T20:55:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
229
puml
@startuml adapter-class-schema class Target{ +request() } class Adaptee{ specificRequest() } class Adapter{ request() } Target <|-down- Adapter Adaptee <|-down- Adapter class Client{} Client -> Target @enduml
049ce8a1eedbc094995a67285afa820043b3ec1c
d70822ad93348d34c9addc7aecb7d8213588d050
/ebobalo-U3-ParkingApp/out/production/ebobalo-U3-ParkingApp/com/ebobalo/UML_Diagram.puml
adc320caaaa1b519331bfc5b903b2cb01a07072a
[]
no_license
eugene8105/U3-parkingApp
4e95e1dd18a8b945819cc30d6725a8d3d0607c33
48b5248eb10ebd9fbb9d42fae0bf6b3c5919b2d7
refs/heads/master
2022-08-12T08:05:14.589481
2020-05-21T21:48:21
2020-05-21T21:48:21
263,364,763
0
0
null
null
null
null
UTF-8
PlantUML
false
false
394
puml
@startuml skinparam classHeaderBackgroundColor orange class ParkingGarageRunner{ } class Client{ } class FeeFactory<interface>{ } class LostTicket{ } class SpecialEvent{ } class MinMax{ } class CheckIn{ } class CheckOut{ } class Menu{ } FeeFactory <|-- ParkingGarageRunner Client <-- LostTicket Client <-- SpecialEvent Client <-- MinMax note left : extends \n client class @enduml
0210571122b8871cff3f1d1b305c830cad5ad390
c8b226052253fc523ddccdf846cb7bdb96cff35e
/clientfx/src/com/blackhearth/securevoipclient/client/connection/dto/dto.plantuml
d841fde1958ced550c44fc94d0abe8b40fba1921
[]
permissive
517435708/TIP
50bb55479c5d217bb52bd2c361b8472d88d9b244
713158c0ee7677d9031e51bbd630ebf1a8fb2527
refs/heads/master
2022-12-23T20:36:16.554721
2020-09-27T15:44:26
2020-09-27T15:44:26
247,706,067
0
0
MIT
2020-09-27T15:44:39
2020-03-16T13:13:56
Java
UTF-8
PlantUML
false
false
744
plantuml
@startuml title __DTO's Class Diagram__\n namespace com.blackhearth.securevoipclient { namespace client { namespace connection { namespace dto { class com.blackhearth.securevoipclient.client.connection.dto.VoIPConnectionResponse { - message : String + VoIPConnectionResponse() + equals() + getMessage() + hashCode() + setMessage() + toString() # canEqual() } } } } } 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
fc12d3c13745e47025fc96816426cebe5e8a7116
912d65be9bbd436a671d948abe8dadf356eb5216
/src/main/java/com/juc/threadpool/completionservice/completionservice.plantuml
8ee572c6b7d5d17c20755ab597bcfa43ab5bd7cb
[]
no_license
ljhpole/netty-lecture
02318e9992f488f03425c93b981e8718582b1b4b
a20bef9e6db5d1061a6f37ec0593087588ea1a0a
refs/heads/main
2023-02-24T21:52:42.964037
2021-01-31T15:35:18
2021-01-31T15:35:18
334,686,240
0
1
null
2021-01-31T15:35:19
2021-01-31T15:19:40
null
UTF-8
PlantUML
false
false
447
plantuml
@startuml title __COMPLETIONSERVICE's Class Diagram__\n namespace com.juc.threadpool { namespace completionservice { class com.juc.threadpool.completionservice.CompletionServiceTest { {static} + main() } } } 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
bca93bd5ff951f6d869f90a49442d6bf583b6689
35c2389b489960c5cb6cb9baa2c65b0346cb8702
/design/brewerydb.puml
3b0b16175892fca255fa9d275043b29372865198
[]
no_license
urizev/birritas
1f5d87fbf012ac2c9196daf3a863765ceb40e8c4
d6473c4ad728a220a5cd1d5e53a37e36e60b4459
refs/heads/master
2018-09-30T10:07:42.042595
2018-06-11T18:18:47
2018-06-11T18:18:47
121,119,551
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,970
puml
@startuml BeerOwnership ..> Brewery BeerOwnership ..> Beer BreweryOwnership ..> Guild BreweryOwnership ..> Brewery Image --> Brewery Image --> Beer Image --> Guild Beer --> Style Beer --> Glass Style --> Category Location --> Brewery Ingredient ..> Beer Ingredient ..> Malt Ingredient ..> Yeast Ingredient ..> Hop class Beer { *glass_id *style_id +id +name +nameDiplay +description +avb +isOrganic +createDate +downloadDate +updateDate +status } class Brewery { +id +name +nameShortDisplay +description +website +isOrganic +isMassOwned +brandClassification +status +createDate +downloadDate +updateDate } class Image { +id +url +item_id +item_type +size } class Glass { +id +name +createDate +downloadDate } class Style { +category_id +id +name +shortName +description +ibuMax +ibuMin +abvMax +abvMin +ogMax +ofMax +ofMin +createDate +downloadDate +updateDate } class Category { +id +name +createDate +downloadDate } class BeerOwnership { *brewery_id *beer_id } class BreweryOwnership { *guild_id *brewery_id } class Guild { +id +name +description +website +status +createDate +downloadDate +updateDate } class Location { *brewery_id *country_id +id +name +locationType +phone +website +streetAddress +extendedAddress +hoursOfOperationExplicit +hoursOfOperationNotes +postalCode +locality +region +timezoneId +isClosed +isPrimary +inPlanning +coordinate +openToPublic +status +createDate +downloadDate +updateDate } class Ingredient { *beer_id *ingredient_type *ingredient_id +createDate +downloadDate } class Country { +id } class Hop { } class Malt { } class Yeast { } @enduml
55ce54e067cc5c63200623da37ed039bb567b59d
3749560da1ecabdc893404c1c2889c97dcd905bf
/src/main/java/com/myself/nettychat/bootstrap/handler/handler.plantuml
2df4af9069dabcf30c19e0a7f0847f3b211707d9
[ "Apache-2.0" ]
permissive
anhtu1197/WebSocketProject
02ceb566fc9995d499a76e685b053781b5d4b885
7e57a9077943322fbe3cd845fc65029c1155fe1f
refs/heads/master
2020-04-05T04:38:52.015046
2018-11-09T01:24:28
2018-11-09T01:24:28
156,559,854
0
0
null
null
null
null
UTF-8
PlantUML
false
false
793
plantuml
@startuml title __HANDLER's Class Diagram__\n package com.myself.nettychat { package com.myself.nettychat.bootstrap { package com.myself.nettychat.bootstrap.handler { class DefaultMqttHandler { + DefaultMqttHandler() + doMessage() + channelActive() + exceptionCaught() } } } } interface Sharable { } DefaultMqttHandler -up-|> MqttHander DefaultMqttHandler o-- MqttHandlerIntf : mqttHandlerApi DefaultMqttHandler o-- ChannelService : channelService DefaultMqttHandler +-down- Sharable 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
6d6c33c941777819bd4acbd7ca58d59f1c19634a
4e96f383d4703ad8ee58869ed91a0c8432c8a051
/Cura/libCharon/docs/class_diagram.plantuml
66af50a4c85d16a27a7eaea5480d3f356aecf81d
[ "LGPL-3.0-only", "GPL-3.0-only" ]
permissive
flight7788/3d-printing-with-moveo-1
b2dba26010c4fa31815bc1d2d0966161a8600081
7fcb9c6b5da9245d54ac917de8c2a7f5148e42b0
refs/heads/Feature_Marlin_with_AlanBoy
2022-08-30T18:36:44.785058
2020-05-30T07:52:58
2020-05-30T07:52:58
212,583,912
0
0
MIT
2020-05-16T07:39:47
2019-10-03T13:13:01
C
UTF-8
PlantUML
false
false
1,926
plantuml
@startuml package Service { class FileService << DBusService >> { +startRequest(file: String, paths: List[str]): int +cancelRequest(requestId: int) --- +signal requestData(requestId: int, data: Dict[str, Any]) +signal requestFinished(requestId: int) +signal requestError(requestId: int, error: str) } class Queue { +enqueue(job: Job) +dequeue(job: Job) +takeNext() : Job } class Worker << Thread >> { +run() } class Job { +execute() +requestId: int } FileService *-- Queue Queue o-- Job Worker --> Queue : Take Worker --> Job : Execute } package Library { interface FileInterface { +open(path : str, mode : OpenMode = ReadOnly) +openStream(stream: BufferedIOBase, mimetype: String) +close() +flush() +getData(virtual_path: String) : Dict[str, Any] +setData(data: Dict[str, Any]) +getStream(virtual_path : String) : BufferedIOBase +listPaths() : List[str] +toByteArray(offset: int = 0, count: int = -1) : Bytes } class VirtualFile << ContextManager >> { -implementation : FileImplementation } abstract class FileImplementation { } FileInterface <|-- VirtualFile FileInterface <|-- FileImplementation VirtualFile *-- FileImplementation note on link VirtualFile creates a FileImplementation based on the mimetype of the file it should open. end note FileImplementation <|-- GCodeFile FileImplementation <|-- ContainerFile } class FileRequest { +state: RequestState +file_path: str +virtual_paths: List[str] +result: Dict[str, Any] +start() +waitUntilFinished() --- signal dataReceived(request: FileRequest, data: Dict[str, any]) signal finished(request: FileRequest) } @enduml
94abf95746f52a872203e62407675ac63c9d06b2
5b56d0ec345d19c3e9c17764cdfa4ef8180f25e0
/2020-01-haskell/doc/domain.puml
af1dab6817e88497303f8ceb280eaa93caf4bcd1
[]
no_license
suzuki-hoge/warikan
6e6d5f814fe4a9130b61a416f495326c316e2a8c
d47c32338421d4c6c88022a7d64a478e79708835
refs/heads/master
2020-12-04T08:54:07.960635
2020-02-07T03:29:52
2020-02-07T10:09:56
231,702,653
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,943
puml
@startuml hide empty methods package Party { class Party << (T, orange) >> { PartyName PartyHoldAt FractionPolicy [Participant] <font color=red>BillingAmount</font> <font color=red>AdjustingUnitAmount</font> } class PartyName << (T, orange) >> { NonEmptyString } class PartyHoldAt << (T, orange) >> { DateTime } class FractionPolicy << (S, lightskyblue) >> { PaybackToSecretary | NextParty } class Participant << (T, orange) >> { ParticipantName ParticipantType <font color=red>PaymentSection</font> } class ParticipantName << (T, orange) >> { NonEmptyString } class ParticipantType << (S, lightskyblue) >> { Secretary | NotSecretary } class plan << (F, lightgreen) >> { PartyName -> PartyHoldAt -> FractionPolicy -> (ParticipantName, <font color=red>PaymentSection</font>) -> <font color=red>BillingAmount</font> -> <font color=red>AdjustingUnitAmount</font> -> Party } class add << (F, lightgreen) >> { Party -> Participant -> Party } class remove << (F, lightgreen) >> { Party -> ParticipantName -> Party } class changeAdjustingUnitAmount << (F, lightgreen) >> { Party -> <font color=red>AdjustingUnitAmount</font> -> Party } class demand << (F, lightgreen) >> { Party -> Either <font color=red>PaymentError</font> [(ParticipantName, <font color=red>PaymentAmount</font>)] } Party -u-> PartyName Party -u-> PartyHoldAt Party -u-> FractionPolicy Participant -u-> ParticipantName Participant -u-> ParticipantType Party -u-> "0..*" Participant } package Payment { class PaymentSection << (S, lightskyblue) >> { More | Normal | Less } class AdjustingUnitAmount << (T, orange) >> { Money } class AdjustingUnitCount << (T, orange) >> { Int } class BillingAmount << (T, orange) >> { Money } class SharingAmount << (T, orange) >> { Money } class FractionAmount << (T, orange) >> { Money } class PaymentAmount << (T, orange) >> { Money } class PaymentAmount << (T, orange) >> { Money } class calculate << (F, lightgreen) >> { BillingAmount -> [PaymentSection] -> AdjustingUnitAmount -> Either PaymentError ([(PaymentSection, PaymentAmount)], FractionAmount) } class divide << (F, lightgreen) >> { BillingAmount -> DivideNumber -> AdjustingUnitAmount -> Either PaymentError (SharingAmount, FractionAmount) } class adjustByUnit << (F, lightgreen) >> { [PaymentSection] -> [(PaymentSection, AdjustingUnitCount)] } class sharing << (F, lightgreen) >> { SharingAmount -> AdjustingUnitAmount -> DivideNumber -> [(PaymentSection, AdjustingUnitCount)] -> Either PaymentError [(PaymentSection, PaymentAmount)] } class "(<++)" << (F, lightgreen) >> { PaymentAmount -> FractionAmount -> PaymentAmount } class PaymentError << (E, tomato) >> { UnsharableAdjustingUnitAmount TooLargeAdjustingUnitAmount } divide -u-> BillingAmount : in < divide -d-> AdjustingUnitAmount : in < divide -d-> SharingAmount : out > divide -d-> FractionAmount : out > divide -d-> PaymentError : out > adjustByUnit -u-> PaymentSection : in < adjustByUnit -d-> AdjustingUnitCount : out > sharing --> SharingAmount : in < sharing ----> AdjustingUnitAmount : in < sharing ---> PaymentSection : in < sharing --> AdjustingUnitCount : in < sharing -d-> PaymentAmount : out > sharing --> PaymentError : out > calculate -d-> divide calculate -d-> adjustByUnit calculate -d-> sharing "(<++)" -u-> PaymentAmount : out > "(<++)" -u-> FractionAmount : in < } Party --> BillingAmount Party --> AdjustingUnitAmount Participant --> PaymentSection demand --> calculate package Fundamental { class Money << (T, orange) >> { Int } class NonEmptyString << (T, orange) >> { String IsString } class DateTime << (T, orange) >> { String IsString } class mapR << (F, lightgreen) >> { (b -> c) -> (a, b) -> (a, c) } class mapL << (F, lightgreen) >> { (a -> c) -> (a, b) -> (c, b) } class ($+$) << (F, lightgreen) >> { Money -> Money -> Money } class ($*$) << (F, lightgreen) >> { Money -> Int -> Money } "($+$)" --> Money "($*$)" --> Money } ' layout add -d[hidden]-> remove "remove" -[hidden]d-> changeAdjustingUnitAmount changeAdjustingUnitAmount -[hidden]d-> demand demand -[hidden]l-> Party divide -[hidden]r-> adjustByUnit adjustByUnit -[hidden]r-> sharing AdjustingUnitAmount -[hidden]d-> "($+$)" Money -[hidden]r-> DateTime DateTime -[hidden]r-> NonEmptyString @enduml
b0e7644c60cd1e0f390bde4dc4c84e2a2cfaf717
4e22d261d7dcf5fe2731d77ba3cfb47c5568977c
/Documentation/Source/Breakdown/Engine/TempestEngine/PersistenceRequest-Class.iuml
b9fc73d6e7894a26ee3c928d7d5a000b0ba2ee5f
[]
no_license
SeraphinaMJ/Reformed
2d7424d6d38d1cfaf8d385fade474a27c02103a5
8563d35ab2b80ca403b3b57ad80db1173504cf55
refs/heads/master
2023-04-06T00:40:34.223840
2021-05-06T11:25:51
2021-05-06T11:25:51
364,884,928
0
0
null
null
null
null
UTF-8
PlantUML
false
false
279
iuml
namespace Serialization { class PersistenceRequest<T> { +Execute() +WriteDataToFile() +ReadDataFromFile() +GetData() +GetFolderName() +GetFileName() +GetRelativePath() } }
b890a2e7e2510d5ad05ca85cf63e44c5bf44ba0d
f055983d41ff8738a956dd84b791debc3dff1812
/uml/qlearn/qlearn_class.puml
de5be7e33106a73e8822b4813a5417150073e5ae
[ "MIT" ]
permissive
intel/cppnnml
04d373d6d8d0c0adb9c349e7519d53aee88d189b
5346642f71c00f58130670cef4e28668bdf31029
refs/heads/master
2023-05-31T09:36:25.277761
2023-01-07T00:47:12
2023-01-07T00:47:12
272,829,948
70
22
MIT
2021-04-01T19:50:04
2020-06-16T23:06:01
C++
UTF-8
PlantUML
false
false
2,784
puml
/' * Copyright (c) 2020 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. *'/ @startuml class DefaultRewardPolicy { +ValueType getRewardForStateAndAction(const size_t state, const size_t action) const +void setRewardForStateAndAction(const size_t state, const size_t action, const ValueType& reward) -ValueType mRewardTable[NumberOfStates][NumberOfActions] } RewardPolicy <|-- DefaultRewardPolicy class QLearningEnvironment::experience_t { +size_t state +size_t action +ValueType reward +size_t newState } class QLearningEnvironment { #ValueType mLearningRate; #ValueType mDiscountFactor; #size_t mRandomActionDecisionPoint; #RandomNumberGeneratorPolicy mRandomNumberGenerator; #RewardPolicy mRewardPolicy; } QLearningEnvironment <|-- EnvironmentType QLearningEnvironment -- RewardPolicy class QLearner { +void updateFromExperience(const QLearningEnvironment::experience_t& experience) -EnvironmentType mEnvironment -StateType mState -ValueType mAccumulatedReward -QValuePolicy mQValuePolicy } QLearner -- StateToActionPolicy QLearner *-- EnvironmentType QLearner *-- QValuePolicy QLearner -- QLearningEnvironment::experience_t class QTablePolicy { +ValueType getQValue(const size_t state, const size_t action) const +void setQValue(const size_t state, const size_t action, const ValueType& value) -ValueType mQTable[EnvironmentType::EnvironmentNumberOfStates][EnvironmentType::EnvironmentNumberOfActions] } QValuePolicy <|-- QTablePolicy class StateToActionPolicy { +{static} size_t selectActionForState() } StateToActionPolicy <|-- ArgMaxPolicy StateToActionPolicy -- QValuePolicy @enduml
57afa7eca71b05afe36f7d220bd29f0a1858bc25
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/Rendu/doc/javadoc/ch/tofind/commusica/core/ApplicationProtocol.puml
235700d80ac4edb009fef503a5212bbe36425c9a
[]
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
1,849
puml
@startuml class ApplicationProtocol { [[ApplicationProtocol.html]] {static} +myId: Integer {static} +serverId: Integer {static} +serverAddress: InetAddress {static} +serverName: String {static} +SUCCESS: String {static} +ERROR: String {static} +SEND_FIRST_CONNECTION: String {static} +TRACK_REQUEST: String {static} +TRACK_ACCEPTED: String {static} +TRACK_REFUSED: String {static} +TRACK_SAVED: String {static} +SENDING_TRACK: String {static} +SEND_UPVOTE_TRACK_REQUEST: String {static} +SEND_DOWNVOTE_TRACK_REQUEST: String {static} +UPVOTE_TRACK_REQUEST: String {static} +DOWNVOTE_TRACK_REQUEST: String {static} +TRACK_DOWNVOTED: String {static} +TRACK_UPVOTED: String {static} +PLAYLIST_UPDATE: String {static} +NEW_ACTIVE_CLIENT: String {static} +SEND_PLAYLIST_UPDATE: String {static} +SEND_TRACK_REQUEST: String {static} +SEND_PLAY_PAUSE_REQUEST: String {static} +PLAY_PAUSE_REQUEST: String {static} +PLAY: String {static} +PAUSE: String {static} +SEND_NEXT_TRACK_REQUEST: String {static} +NEXT_TRACK_REQUEST: String {static} +SEND_PREVIOUS_TRACK_REQUEST: String {static} +PREVIOUS_TRACK_REQUEST: String {static} +SEND_TURN_VOLUME_UP_REQUEST: String {static} +TURN_VOLUME_UP_REQUEST: String {static} +VOLUME_TURNED_UP: String {static} +SEND_TURN_VOLUME_DOWN_REQUEST: String {static} +TURN_VOLUME_DOWN_REQUEST: String {static} +VOLUME_TURNED_DOWN: String {static} +SUCCESS_VOTE: String {static} +ERROR_VOTE: String {static} +ERROR_DURING_TRANSFER: String {static} +ERROR_FILE_NOT_SUPPORTED: String } @enduml
2092a27777ffab834adb7fa18a472a8991e3fd62
c73381744f027cb066ce752ae1590b128668a0a4
/docs/diagrams/UML/NotesClassDiagram.puml
3dd81a4c7710bf690b55b7588358eccf581c5092
[]
no_license
wangqinNick/tp
d10f9d105ff95aec9ca4dff054c1225b73c08d0c
962afeb345eb8967ab47d1596fc1eb8ab2f48579
refs/heads/master
2021-02-12T01:45:33.306273
2020-11-13T09:57:29
2020-11-13T09:57:29
244,548,857
1
0
null
2020-03-03T05:21:58
2020-03-03T05:21:57
null
UTF-8
PlantUML
false
false
1,409
puml
@startuml hide circle skinparam classAttributeIconSize 0 class NotesAddCommand class NotesDeleteCommand class NotesListCommand class NotesViewCommand class NotesManager class Note class "NotesCommandParser" { + {static} parseNotesCommand() - {static} parseNotesAddCommand() - {static} parseNotesDeleteCommand() - {static} parseNotesViewCommand() - {static} parseNotesListCommand() } class NotesManager { notes: ArrayList<Note> + addNote() + listNote() + deleteNote() + viewNote() } class Note { - note: String } abstract class "{abstract} \n Command " { + execute() } abstract class "{abstract} \n NotesCommand " { + execute() } class IncorrectCommand { + execute() } class NotesAddCommand { + execute() } class NotesDeleteCommand { + execute() } class NotesListCommand { + execute() } class NotesViewCommand { + execute() } Note --* "*" NotesManager NotesManager <.. "{abstract} \n NotesCommand " "{abstract} \n NotesCommand " --|> "{abstract} \n Command " IncorrectCommand --|> "{abstract} \n Command " "{abstract} \n NotesCommand " <|-- NotesListCommand NotesDeleteCommand --|> "{abstract} \n NotesCommand " "{abstract} \n NotesCommand " <|-- NotesViewCommand NotesAddCommand --|> "{abstract} \n NotesCommand " NotesCommandParser ..> IncorrectCommand NotesCommandParser ..> "{abstract} \n NotesCommand " @enduml
e6c76d881bc4c307d636f8e5cb340649a00896af
5124b2dbc6276b681910d5584179a02ddc345669
/documentation/uml/class/StaffRoom.puml
ee4793f1531364558a015c3401502b94de12742f
[]
no_license
Dedda/paintball
258257ce2b0b6160abe4a9dbbbf7c7a658416d5b
fb18cf11e2fc3f7eca7e0d26a2847743b560dc2f
refs/heads/master
2020-12-30T09:58:02.507682
2015-06-16T17:22:59
2015-06-16T17:22:59
30,232,508
1
1
null
null
null
null
UTF-8
PlantUML
false
false
185
puml
@startuml class hotel.entity.StaffRoom { - staff : int - room : int + getStaff() : int + setStaff(int) : void + getRoom() : int + setRoom(int) : void } @enduml
2fe5c3f6c7f4f474955bced2912becb2773c7296
9e418a0fb69b8ee356d5c1d5d009706394edf54d
/class - design/rollcall/updateRollCall.plantuml
06937bf38b82d10366e8f4471d30256e0c1ee79d
[]
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
2,354
plantuml
@startuml updateRollCall class UpdateRollCallForm { - classroom_member_id: bigint - token: string + update_roll_call(token, classroom_member_id) } class IStudentForm <<interface>> { + update_roll_call(token, classroom_member_id) } class StudentController { + update_roll_call(token, classroom_member_id, \n created_at, is_presented) } class ClassroomMember { - id: bigint - user_id: bigint - classroom_id: bigint - created_at: datetime + get_id(): bigint + get_user_id(): bigint + set_user_id(bigint) + get_classroom_id(): bigint + set_classroom_id(bigint) + get_created_at(): datetime + get_updated_at(): datetime } class IClassroomMemberDB <<interface>> { + create(classroom_id, user_id): void + read(classroom_id) + read(user_id) + read(classroom_member_id) + read(classroom_id, user_id) + update_rollcall(classroom_member_id, \n created_at, is_presented) + update_bonus_point(classroom_member_id, \n created_at, point) + update_score(classroom_member_id, created_at, \n test_title, score) + delete(classroom_id, user_id) + get_user(classroom_member) + get_classroom(classroom_member) } class RollCall { - id: bigint - classroom_member_id: bigint - date: date - is_presented: bool - created_at: datetime - updated_at: datetime + get_id(): bigint + get_classroom_member_id(): bigint + set_classroom_member_id(bigint) + get_date(): date + set_date(date) + get_is_presented(): bool + set_is_presented(bool) + get_created_at(): datetime + get_updated_at(): datetime } class IRollCallDB <<interface>> { + create(classroom_member_id, date, is_presented) + read(classroom_member_id) + read(classroom_member_id, rollcall_id) + delete(classroom_member_id, rollcall_id) } hide UpdateRollCallForm circle hide IStudentForm <<interface>> circle hide StudentController circle hide IClassroomMemberDB <<interface>> circle hide ClassroomMember circle hide IRollCallDB <<interface>> circle hide RollCall circle IStudentForm .down.> UpdateRollCallForm IClassroomMemberDB .down.> ClassroomMember IRollCallDB .down.> RollCall IStudentForm "1"-left-"1" StudentController StudentController "1"-left-"1" IClassroomMemberDB StudentController "1"-down-"1" IRollCallDB @enduml
19460ac1d376d4a8c6daf4f0590ba2adf377388c
1a2b58f1f9c3a792eff84ba7845a7a78cc01d426
/src/main/java/com/biblioteca/biblioteca/controller/controller.plantuml
30cf279167f378434c95fda0ae888a10bfd76f6f
[]
no_license
LaNsDiego/proyectolp3
89dd2f89625aaf1db66fe55bf1f12bf0558db620
48aef97439b5b77c07b2aabefae9f19283999bb5
refs/heads/master
2020-09-04T04:27:50.573220
2019-12-07T09:22:31
2019-12-07T09:22:31
219,657,261
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,990
plantuml
@startuml title __CONTROLLER's Class Diagram__\n namespace w { namespace om.biblioteca.biblioteca { namespace controller { class com.biblioteca.biblioteca.controller.BibliotecariaController { {static} + BASE_URL : String ~ session : HttpSession + principal() } } } } namespace w { namespace om.biblioteca.biblioteca { namespace controller { class com.biblioteca.biblioteca.controller.CompraController { {static} + BASE_URL : String + agregar() + agregar() + listar() + listar() } } } } namespace w { namespace om.biblioteca.biblioteca { namespace controller { class com.biblioteca.biblioteca.controller.EstudianteController { {static} + BASE_URL : String + principal() } } } } namespace w { namespace om.biblioteca.biblioteca { namespace controller { class com.biblioteca.biblioteca.controller.KardexController { {static} - BASE_URL : String + listar() } } } } namespace w { namespace om.biblioteca.biblioteca { namespace controller { class com.biblioteca.biblioteca.controller.LibroController { {static} + BASE_URL : String - DIRECTORIO_IMAGENES : String + agregar() + agregar() + listar() + validarIsbn() } } } } namespace w { namespace om.biblioteca.biblioteca { namespace controller { class com.biblioteca.biblioteca.controller.LoginController { {static} + BASE_URL : String ~ httpSessionFactory : ObjectFactory<HttpSession> + login() + login() + logout() } } } } namespace w { namespace om.biblioteca.biblioteca { namespace controller { class com.biblioteca.biblioteca.controller.PrestamoController { {static} + BASE_URL : String ~ session : HttpSession + atendidos() + carrito() + devolver() + historial() + prestar() + reservados() + reservar() } } } } namespace w { namespace om.biblioteca.biblioteca { namespace controller { class com.biblioteca.biblioteca.controller.ReporteController { {static} + BASE_URL : String + ReporteLibroMasPrestadoPorBiblioteca() + reporteLibroMasPrestado() + reportePrestamosAreaChart() + reportePrestamosPieChart() + reportePrestamosPorMes() } } } } namespace w { namespace om.biblioteca.biblioteca { namespace controller { class com.biblioteca.biblioteca.controller.ReporteVistaController { {static} + BASE_URL : String + misPrestamos() + reportes() } } } } com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.CompraService : daoCompra com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.CompraDetalleService : daoCompraDetalle com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.KardexService : daoKardex com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.KardexDetalleService : daoKardexDetalle com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.LibroService : daoLibro com.biblioteca.biblioteca.controller.CompraController o-- com.biblioteca.biblioteca.service.ProveedorService : daoProveedor com.biblioteca.biblioteca.controller.KardexController o-- com.biblioteca.biblioteca.service.KardexService : daoKardex com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.AutorService : daoAutor com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.CategoiaService : daoCategoria com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.LibroService : daoLibro com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.LibroAutorService : daoLibroAutor com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.LibroMateriaService : daoLibroMateria com.biblioteca.biblioteca.controller.LibroController o-- com.biblioteca.biblioteca.service.MateriaService : daoMateria com.biblioteca.biblioteca.controller.LoginController o-- com.biblioteca.biblioteca.service.UsuarioService : daoUsuario com.biblioteca.biblioteca.controller.PrestamoController o-- com.biblioteca.biblioteca.service.KardexService : daoKardex com.biblioteca.biblioteca.controller.PrestamoController o-- com.biblioteca.biblioteca.service.KardexDetalleService : daoKardexDetalle com.biblioteca.biblioteca.controller.PrestamoController o-- com.biblioteca.biblioteca.service.PrestamoService : daoPrestamo com.biblioteca.biblioteca.controller.ReporteController o-- com.biblioteca.biblioteca.service.LibroMasPrestadoPorBibliotecaService : daoLibroReporte com.biblioteca.biblioteca.controller.ReporteController o-- com.biblioteca.biblioteca.service.EstadisticaMisActividadesService : daoMisActividades com.biblioteca.biblioteca.controller.ReporteController o-- com.biblioteca.biblioteca.service.EstadisticaPrestamosPieChartService : daoPrestamoPieChart com.biblioteca.biblioteca.controller.ReporteController o-- com.biblioteca.biblioteca.service.PrestamosPorMesService : daoPrestamoPorDia 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
7826352797bcc269b04ab4ad2297e0a7b275765b
366b04c0ecc60f4f827ccc25cc47201652cf29e8
/src/factories/_initialCase/uml/Factories_initialCase.puml
3783370393b66cb3c0496cf4a92f1d5b80504f7f
[]
no_license
vitalispopoff/designPatterns
c14b6d222603d6873229b17254b4e001b1b23bac
9d90e87ddbd6f964ba681c7bb13b94551383ff07
refs/heads/master
2022-11-16T10:20:38.580475
2020-06-20T21:36:16
2020-06-20T21:36:16
267,718,159
1
0
null
null
null
null
UTF-8
PlantUML
false
false
273
puml
@startuml +class ToyProducer{ -- +{method} Toy produceToy(String) } +abstract class Toy{ +{field} String toyName +{field} boolean forGirls -- } +class ToyBall extends Toy{ } +class ToyDoll extends Toy{ } ToyProducer .left.> Toy @enduml
373b82d64490a888bee090f7a29aed66ba20a585
2c4f2efab569c5d9302f9c00a972298802e61f67
/Task2_MultiThreading/src/by/training/task2/runner/runner.plantuml
a2bb54cca38c7f2b69bb291fc3c924fdfc69e4d0
[]
no_license
alialiusefi/EPAM_JavaWebDev_Course
066ffe0c3b3fcdd5b5a51b2e59e887752b1f1157
b229167d84b118147d6b255229976b0ff3ec23aa
refs/heads/master
2022-12-04T15:02:37.944559
2019-08-03T08:56:54
2019-08-03T08:56:54
170,365,647
1
1
null
null
null
null
UTF-8
PlantUML
false
false
340
plantuml
@startuml title __RUNNER's Class Diagram__\n package by.training.task2.runner { class Main { {static} + main() } } 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
0b3cb7e3613e1849f595d43fa01ee6dcb5c8d4ce
b5bc19cdf4e40c24fb4a028c42cc73d112760547
/DesignMode/src/main/resources/FlyweightPattern.puml
450e93948fb65fcd3e71a6e128a73cc0e0478253
[ "Apache-2.0" ]
permissive
793753509/InterviewIForJob
5b92bae2f72a73ffb36e2cee8638b8bfe3000a2f
2c3f5fc4e1aa599581223000b5ac591e43bc1388
refs/heads/main
2023-03-29T04:18:57.081000
2021-04-03T05:00:40
2021-04-03T05:00:40
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,012
puml
@startuml /'渲染一片森林'/ /'每颗树的特殊状态'/ class Tree{ - int x; - int y; - TreeType type; + void draw(Graphics g); } Tree *--> TreeType /'多棵树共享的状态'/ class TreeType{ - String name; - Color color; - String otherTreeData; + void draw(Graphics g, int x, int y); } /'封装创建享元的复杂机制'/ class TreeFactory{ ~ static Map<String, TreeType> treeTypes = new HashMap<>; + static TreeType getTreeType(String name, Color color, String otherTreeData); } TreeFactory o--> TreeType /'森林'/ class Forest{ - List<Tree> trees = new ArrayList<>; + void plantTree(int x, int y, String name, Color color, String otherTreeData); + void paint(Graphics graphics); } Forest --|> JFrame Forest *--> Tree Forest --> TreeFactory /'客户端'/ class Client{ } Client -down-> Forest note left of Tree: 非享元类 note left of TreeType: 享元类 note top of TreeFactory: 非享元类工厂 note left of Forest: 由非享元类组成的产品 @enduml
ea2256d4d1c16d04078b83e9d42050537b2d4bba
6c1c7cd7bf6df648880c0676964502463f18fda5
/src/main/java/Model/Model.plantuml
089869620b64120bbe62b72361b8c28af6e7f9fb
[]
no_license
yannickTilly/appliVisiteurCli
978c0ee4f04bca36c12911c2b7bb477ed53275d8
407e183f3998825d96409eef530ed5d6656fe5b5
refs/heads/master
2022-12-11T17:56:20.251585
2020-05-19T11:24:35
2020-05-19T11:24:35
217,737,041
0
0
null
2022-11-15T23:31:18
2019-10-26T16:28:45
Java
UTF-8
PlantUML
false
false
7,177
plantuml
@startuml title __MODEL's Class Diagram__\n namespace Model { class Model.ConsultationDrugsModel { ~ drugs : Collection<Drug> + getDrugs() + setDrugs() } } namespace Model { class Model.ConsultationPratitionnersModel { } } namespace Model { class Model.ConsultationRapportVisiteModel { - listeners : Collection<ConsultationRapportVisiteModelListener> + ConsultationRapportVisiteModel() + addListener() + getRapportVisite() + removeListener() + setRapportVisite() - fireRapportVisiteChange() } } namespace Model { class Model.ConsultationRapportVisitesModel { - listeners : Collection<ConsultationRapportVisitesModelListener> - rapportVisites : Collection<Report> + ConsultationRapportVisitesModel() + addListener() + getRapportVisites() + removeListener() + setRapportVisites() - fireRapportVisitesModel() } } namespace Model { class Model.Context { - contextListeners : List<ContextListener> - token : String + Context() + addListener() + getToken() + removeListener() + setToken() - fireUserLoginSucess() } } namespace Model { class Model.Credential { - login : String - password : String + getLogin() + getPassword() + setLogin() + setPassword() } } namespace Model { class Model.Department { - code : String - id : long - name : String - workedTimes : Collection<WorkedTime> + getCode() + getId() + getName() + getWorkedTimes() + setCode() + setId() + setName() + setWorkedTimes() } } namespace Model { class Model.Diploma { - id : long - name : String - pratitionners : Collection<Pratitionner> - speciality : String + getId() + getName() + getPratitionners() + getSpeciality() + setId() + setName() + setPratitionners() + setSpeciality() } } namespace Model { class Model.Drug { - description : String - drugPresentations : Collection<DrugPresentation> - id : long - name : String + Drug() + getDescription() + getDrugPresentations() + getId() + getName() + setDescription() + setDrugPresentations() + setId() + setName() } } namespace Model { class Model.DrugPresentation { - id : long + getDrug() + getId() + getReport() + setDrug() + setId() + setReport() } } namespace Model { class Model.Pratitionner { - diplomas : Collection<Diploma> - firstName : String - id : long - reports : Collection<Report> + getDiplomas() + getFirstName() + getId() + getReports() + setDiplomas() + setFirstName() + setId() + setReports() } } namespace Model { class Model.Region { - code : String - delegues : Collection<User> - id : long - name : String - reports : Collection<Report> - workedTimes : Collection<WorkedTime> + getCode() + getDelegues() + getId() + getName() + getReports() + getSector() + getWorkedTimes() + setCode() + setDelegues() + setId() + setName() + setReports() + setSector() + setWorkedTimes() } } namespace Model { class Model.Report { - date : LocalDate - description : String - drugPresentations : Collection<DrugPresentation> - id : long + Report() + getDate() + getDescription() + getDrugPresentations() + getId() + getPratitionner() + getRegion() + getUser() + setDate() + setDescription() + setDrugPresentations() + setId() + setPratitionner() + setRegion() + setUser() } } namespace Model { class Model.Sector { - code : String - id : long - name : String + getCode() + getId() + getName() + setCode() + setId() + setName() } } namespace Model { class Model.User { - codePostal : String - hiringDate : String - id : long - login : String - matricule : String - nom : String - password : String - prenom : String - reports : Collection<Report> - ville : String - workedTimes : Collection<WorkedTime> + getCodePostal() + getHiringDate() + getId() + getLogin() + getMatricule() + getNom() + getPassword() + getPrenom() + getRegion() + getReports() + getVille() + getWorkedTimes() + setCodePostal() + setHiringDate() + setId() + setLogin() + setMatricule() + setNom() + setPassword() + setPrenom() + setRegion() + setReports() + setVille() + setWorkedTimes() } } namespace Model { class Model.WorkedTime { - dateEnd : Date - dateStart : Date - id : long + getDateEnd() + getDateStart() + getDepartment() + getId() + getRegion() + getUser() + setDateEnd() + setDateStart() + setDepartment() + setId() + setRegion() + setUser() } } Model.ConsultationRapportVisiteModel o-- Model.Report : rapportVisite Model.DrugPresentation o-- Model.Drug : drug Model.DrugPresentation o-- Model.Report : report Model.Region o-- Model.Sector : sector Model.Report o-- Model.Pratitionner : pratitionner Model.Report o-- Model.Region : region Model.Report o-- Model.User : user Model.User o-- Model.Region : region Model.WorkedTime o-- Model.Department : department Model.WorkedTime o-- Model.Region : region Model.WorkedTime o-- Model.User : user 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
b1d507625c601d05dd5fbec17b097674610cef98
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductRevertedStagedChangesMessagePayload.puml
971121f2615c1256a4970c3e6b9ec66402a49a08
[]
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
490
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 ProductRevertedStagedChangesMessagePayload [[ProductRevertedStagedChangesMessagePayload.svg]] extends MessagePayload { type: String removedImageUrls: [[String.svg List<String>]] } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
e75dfc0a8010ae6dd345be912c7c410209a08889
ee91868dbe44ca6d30083ba94de75dbc00939b93
/android/src/uas/lntv/pacmangame/pacmangame.plantuml
29feb7deb6d4649086806d6c6ffc7af79957ce2b
[]
no_license
CruseoGithub/pacman
3ff68054d89bed70c27f26f38477a6ac55365b0b
27cb32503e0ef5ad903457d67361d7e3b9fb184d
refs/heads/main
2023-04-11T02:05:41.222384
2021-04-27T09:09:29
2021-04-27T09:09:29
323,032,133
0
0
null
null
null
null
UTF-8
PlantUML
false
false
465
plantuml
@startuml title __PACMANGAME's Class Diagram__\n namespace uas.lntv.pacmangame { class uas.lntv.pacmangame.AndroidLauncher { # onCreate() } } uas.lntv.pacmangame.AndroidLauncher -up-|> com.badlogic.gdx.backends.android.AndroidApplication 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
930126e97663a8dfb7ff50af903b9b36bf785e59
172e4895181dca01903565564bfe13679dadc38f
/plantuml/domain.plantuml
2d85dd6f45748fbf96910505ec9e120d260c97cc
[]
no_license
Brunomcarvalho89/RentCar
f39e552622801e122d90e4f63afadaa483afef92
2299d2fc8ea8dbda13be436507d97f781de0b56f
refs/heads/main
2023-03-23T08:13:41.351309
2021-03-05T00:43:15
2021-03-05T00:43:15
344,620,069
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,578
plantuml
@startuml package "domain" { class CarRentalAgreement { -int id -std::shared_ptr<Client> client -std::shared_ptr<Car> car -std::shared_ptr<CarClassification> carClassification -std::shared_ptr<RentalPeriod> rentalPeriod -std::shared_ptr<DailyPrice> dailyPrice -std::shared_ptr<InsurancePrice> insurancePrice +CarRentalAgreement( int id,std::shared_ptr<Client> client,std::shared_ptr<Car> car, std::shared_ptr<CarClassification> carClassification, std::shared_ptr<RentalPeriod> rentalPeriod, std::shared_ptr<DailyPrice> dailyPrice,std::shared_ptr<InsurancePrice> insurancePrice) +virtual ~CarRentalAgreement() +std::shared_ptr<Car> getCar() +std::shared_ptr<CarClassification> getCarClassification() +std::shared_ptr<Client> getClient() +std::shared_ptr<DailyPrice> getDailyPrice() +int getId() +std::shared_ptr<InsurancePrice> getInsurancePrice() +std::shared_ptr<RentalPeriod> getRentalPeriod() +double calculateTotalValue() } class Vehicle { #int id #std::string brand #std::string model #std::string description #std::string color #std::string registrationPlate #int year +Vehicle(int id, std::string brand, std::string model, std::string description, std::string color, std::string registrationPlate, int year) +virtual ~Vehicle() +int getId() +std::string getModel() } class Car { +std::string renavan; +Car(int id,std::string brand,std::string model,std::string description,std::string color,std::string registrationPlate,std::string renavan,int year) +virtual ~Car(); } Vehicle <|-- Car class Client { #int id; #std::shared_ptr<Person> person #std::shared_ptr<Address> address +Client(int id,std::shared_ptr<Person> person, std::shared_ptr<Address> address) +virtual ~Client() +int getId() +std::shared_ptr<Address> getAddress() +std::shared_ptr<Person> getPerson() } class CarClassification { -int id -std::string name -std::string description +CarClassification(int id, std::string name, std::string description) +virtual ~CarClassification() +int getId() +std::string getDescription() +std::string getName() } class RentalPeriod { -tm* contractStartDate -tm* contractTerminationDate +RentalPeriod(tm* contractStartDate, tm* contractTerminationDate) +virtual ~RentalPeriod() +tm* getContractStartDate() +tm* getContractTerminationDate() } class DailyPrice { -double price +DailyPrice(double price) +virtual ~DailyPrice() +double getPrice() +double calculateByDays(int days) } class InsurancePrice { -double value +InsurancePrice(double value) +virtual ~InsurancePrice() +double getPrice() } CarRentalAgreement *-- Client CarRentalAgreement *-- Car CarRentalAgreement *-- CarClassification CarRentalAgreement *-- RentalPeriod CarRentalAgreement *-- DailyPrice CarRentalAgreement *-- InsurancePrice class Person { #int id; #std::string name; #tm* dateOfbirth; +Person() +Person(int id, std::string name, tm* dateOfbirth) +virtual ~Person() +tm* getDateOfbirth() +void setDateOfbirth(tm* dateOfbirth) +int getId() +void setId(int id) +std::string getName() +void setName(std::string name) } class LegalPerson { #std::string cnpj +LegalPerson(int id, std::string name, tm* dateOfbirth, std::string cnpj) +LegalPerson() +virtual ~LegalPerson() +std::string getCnpj() +void setCnpj(std::string cnpj) } class NaturalPerson { #std::string cpf +NaturalPerson(int id, std::string name, tm* dateOfbirth, std::string cpf) +NaturalPerson() +virtual ~NaturalPerson() +std::string getCpf() +void setCpf(std::string cpf) } Person <|-- NaturalPerson Person <|-- LegalPerson Client *-- Person class Address { -int id -std::string addressDescription -std::string addressComplement -std::string numberAddress -std::string zipCode -std::string city -std::string state -std::string country +Address(int id, std::string addressDescription, std::string addressComplement, std::string numberAddress, std::string zipCode, std::string city,std::string state,std::string country) +virtual ~Address() } Client *-- Address class VehicleMaintenance { -int id -std::shared_ptr<Car> car -std::shared_ptr<MaintenancePrice> maintenancePrice +VehicleMaintenance(int id, std::shared_ptr<Car> car, std::shared_ptr<MaintenancePrice> maintenancePrice) +virtual ~VehicleMaintenance() +int getId() } class MaintenancePrice { -double price +MaintenancePrice(double price) +virtual ~MaintenancePrice() } VehicleMaintenance *-- Car VehicleMaintenance *-- MaintenancePrice } @enduml
689dbf2a79678e6058a18cb3cdfa132bb7f391dd
f579c2de5f73ef81ab6009d9dbc06350173784a2
/doc/dependencies.puml
59df8976f462bf322fadf69d5f455899a27c7884
[]
no_license
jobiols/cl-amic
633c8b1a46569f2f5e3c234e62f2c547de437ec6
3f83936c913b7861199c48c70af502fda74bc5c5
refs/heads/11.0
2021-12-11T19:13:37.628012
2021-11-27T17:09:41
2021-11-27T17:09:41
201,338,282
0
4
null
2021-06-20T20:35:14
2019-08-08T21:11:47
Python
UTF-8
PlantUML
false
false
611
puml
@startuml dependencias de modulos class mrp_easy_prod { } class mrp_lot_attributes { } class mrp_ot { } class mrp_production_cancel { } class pre_printed_stock_picking { } mrp_easy_prod -u-> odoo.mrp mrp_easy_prod -u-> odoo.hr mrp_lot_attributes -u-> odoo.stock mrp_lot_attributes -u-> odoo.mrp mrp_lot_attributes -u-> mrp_ot mrp_ot -u-> odoo.mrp mrp_ot -u-> odoo.product mrp_ot -u-> oca.web_widget_timepicker mrp_easy_prod --> mrp_ot mrp_ot -u-> odoo.stock mrp_production_cancel -u-> odoo.mrp pre_printed_stock_picking -u-> adhoc.l10n_ar_aeroo_stock pre_printed_stock_picking -u-> mrp_lot_attributes @enduml
65eeab3d3b37a379733a9bc03cf18d5a7eb40ab5
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/cli/docs/features/update/diagrams/updater_class_diagram.puml
21c784e097ed6edb5043b9657b3bbbdfccfb4318
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
solid-vovabeloded/flank-dashboard
7e952fa1399585d3f15cae2ed2cab435fb82df3f
15dae0c40823cc12886a1bb0c087442c0697ac89
refs/heads/master
2023-07-11T19:54:58.430004
2021-08-06T10:29:26
2021-08-06T10:29:26
389,593,827
0
0
Apache-2.0
2021-07-26T10:33:52
2021-07-26T10:25:59
null
UTF-8
PlantUML
false
false
6,056
puml
@startuml updater_class_diagram package services { package firebase { interface FirebaseService { + login(): Future<void> + createWebApp(String projectId): Future<void> + deployHosting(String projectId, String target, String appPath, [String authToken]): Future<void> + deployFirebase(String projectId, String firebasePath, [String authToken]): Future<void> + upgradeBillingPlan(String projectId): FutureOr<void> + initializeFirestoreData(String projectId): FutureOr<void> + enableAnalytics(String projectId): FutureOr<void> + configureAuthProviders(String projectId): FutureOr<String> + acceptTermsOfService(): FutureOr<void> } } package flutter { interface FlutterService { + build(String appPath): Future<void> } } package git { interface GitService { + checkout(String repoUrl, String targetDirectory): Future<void> } } package npm { interface NpmService { + installDependencies(String path): Future<void> } } package sentry { interface SentryService { + login(): Future<void> + createRelease(SentryRelease release, List<SourceMap> sourceMaps, [String authToken]): Future<void> + getRelease(): SentryRelease + getProjectDsn(SentryProject project): String } } } package common { package model as common.model { package factory as model.factory { class ServicesFactory { + create(): Services } class PathsFactory { + create(String rootPath): Paths } } class Services { + flutterService: FlutterService + gcloudService: GCloudService + npmService: NpmService + gitService: GitService + firebaseService: FirebaseService + sentryService: SentryService } class Paths { + rootPath: String + webAppPath: String + webAppBuildPath: String + firebasePath: String + firebaseFunctionsPath: String + metricsConfigPath: String } class WebMetricsConfig { + {static} googleSignInClientIdName: String + {static} sentryDsnName: String + {static} sentryEnvironmentName: String + {static} sentryReleaseName: String + sentryWebConfig: SentryWebConfig + toMap(): Map<String, String> } class SentryWebConfig { + dsn: String + environment: String + release: String } } } package core.domain.entities { interface MetricsConfig { + googleSignInClientId: String + sentryDsn: String + sentryEnvironment: String + sentryRelease: String } } package cli { package command { class UpdateCommand { + name: String + description: String + updaterFactory: UpdaterFactory + run(): Future<void> } } package updater { package constants { class UpdateConstants { + {static} repoURL: String + {static} firebaseTarget: String + {static} sentryEnvironment: String + {static} tempDirectoryPrefix: String } } package factory { class UpdaterFactory { - _servicesFactory: ServicesFactory + create(): Updater } } package config as updater.config { package factory as updater.factory { class UpdateConfigFactory { - _fileHelper: FileHelper - _configParser: UpdateConfigParser + create(String configPath): UpdateConfig } } package model as updater.model { class UpdateConfig { + firebaseConfig: FirebaseConfig + sentryConfig: SentryConfig + {static} fromJson(Map<String,dynamic> json): UpdateConfig } } package parser { class UpdateConfigParser { - {static} _parser: YamlMapParser + parse(String configYaml): UpdateConfig } } } class Updater { - _flutterService: FlutterService - _npmService: NpmService - _gitService: GitService - _firebaseService: FirebaseService - _sentryService: SentryService - _fileHelper: FileHelper - _pathsFactory: PathsFactory + update(String configPath): Future<void> } } } package util.file { class FileHelper { + getFile(String path): File + createTempDirectory(Directory directory, String prefix): Directory + replaceEnvironmentVariables(File file, Map<String, dynamic> environment): void } } UpdateCommand --> Updater: uses UpdateCommand --> UpdaterFactory: uses UpdateCommand --> UpdateConfigFactory: uses Updater --> services: uses Updater -down---> FileHelper: uses Updater --> UpdateConstants: uses Updater -up-> common.model: uses UpdateConfigParser --> UpdateConfig: uses UpdateConfigFactory --> UpdateConfigParser: uses UpdateConfigFactory --> UpdateConfig: uses UpdaterFactory -right-> ServicesFactory: uses UpdaterFactory -right> Updater: creates Services -down--> services: uses ServicesFactory --> Services: creates PathsFactory --> Paths: creates WebMetricsConfig -left> SentryWebConfig: uses WebMetricsConfig .up.|> MetricsConfig UpdaterFactory -[hidden]down-> UpdateConstants SentryService -[hidden]down-> FirebaseService FlutterService -[hidden]down-> NpmService NpmService -[hidden]down-> GitService @enduml
959f77a1e8238e812cec0354cb1654f347997e06
766e54f7e74376370411bfa97d7bb153748197b0
/exercise44/docs/exercise44UML.puml
c246e13503a9262390886f0f9d26d9bcba14dcbf
[]
no_license
WhorTez/Ortiz-a04
2db3a342e36fa9794ae271a653592ebe710df8ea
6296b9208536c8b340217ecb8dbd6c4f6dc8bb59
refs/heads/main
2023-08-23T17:53:51.474137
2021-10-18T03:25:23
2021-10-18T03:25:23
415,972,380
0
0
null
null
null
null
UTF-8
PlantUML
false
false
374
puml
@startuml class Solution44 { Inventory i +main(String[] args) +String getItemName() +void getJSONDATA() +void checkInventory(String item) } class item{ String name double price int amount +String getName(): name +double getPrice(): price +int getAmount(): amount/quantity } class inventory{ ArrayList<item> products } inventory --> item Solution44 --> inventory @enduml
3bdadaa8bcd1169bd704c3634c170fe4eb0047b5
21e84fc3166fe5a703c7d066bbdbd8e913624d3b
/_drafts/uml/设计模式/创建型模式/建造者模式-Builder.puml
66d42f644563941e98082fa44c50877f5c26fe44
[ "MIT" ]
permissive
sunmood/sunmood.github.io
eae0c10f7f8c7f06fa84e20a1ec177f2c1068415
10b7131d7b48e2eed29be153543b64b47fd028c7
refs/heads/master
2021-08-15T23:52:30.677755
2021-01-28T02:23:00
2021-01-28T02:23:00
90,123,783
3
0
null
null
null
null
UTF-8
PlantUML
false
false
643
puml
@startuml note "建造者模式类图" as title class Director{ - Builder builder ..调用Builder中的方法创建Product并返回.. + construct() } note bottom of Director buildPartA() buildPartB() buildPartC() return builder.getResult() end note abstract class Builder{ ..分别创建Product的各个部分.. + buildPartA() + buildPartB() + buildPartC() ..返回创建完成的Product.. + getResult() } class ConcreteBuilder{ + buildPartA() + buildPartB() + buildPartC() + getResult() } class Product Director "builder" o- Builder Builder <|-- ConcreteBuilder ConcreteBuilder .> Product @enduml
d2ad6b9a432bbe6da566c7f6e48a10bd73ea3d36
5ae3918bd2f41a233c17989c679e271524519771
/Class/generics.puml
9ccc557d2a4c93aa722fed63f1cd74a21a41eeee
[]
no_license
frontjang/uml
cc23fd9bd26fb89f680976e01c39e67361351fa5
73a4762697fcf587a93ffa012aa68c579b71ccb7
refs/heads/master
2021-01-13T07:20:39.736312
2016-10-04T07:19:10
2016-10-04T07:19:10
69,414,550
1
2
null
null
null
null
UTF-8
PlantUML
false
false
158
puml
@startuml class Foo<? extends Element> { int size() } Foo *- Element class System << (S,#FF7700) Singleton >> class Date << (D,orchid) >> @enduml
864a2d9dad7835c3a5fb81a0516ed78854661ea2
512f6d2466c56f73fb32d366e57af926b219f470
/UMLS/StrategyPreRefactoring.puml
080aae0204079715721b7fcea3eda8983e396594
[]
no_license
GerardRyan1989/SoftwareDesignPatternsCA
0d2e9f617d1e2c7c1c3642056045b401c8254226
76bf52230278309d6c690caf8273ac4af357a929
refs/heads/master
2020-04-05T02:09:58.501941
2019-04-14T00:38:10
2019-04-14T00:38:10
156,466,359
1
0
null
null
null
null
UTF-8
PlantUML
false
false
440
puml
@startuml class User{ -age: int -uName: String -balance: double +User() +User(uName: String, age: int, balance: double) +setName(uName: String): void +setAge(age: int): void +setBalance(balance: double): void +getName(): String +getAge(): int +getBalance(): double +toString(): String } class Dealer{ -name: String -balance: double +Dealer() +Dealer(name: String, balance: double) +toString(): String } User <|-- Dealer @enduml
3af50731fb485a900276e798b45ca728e5a0eb8e
bfd3eaff7a78f0836cf723de2a6aa229d804b52a
/test6/class.puml
b16ed1921bde03b476f1fd1892ca664c66ef78a2
[]
no_license
wjcml/is_analysis
d45c78078a731e5bb8185224c451071c61afab5b
b28c62e416c770577079fa6618eafd6eb6f122a1
refs/heads/master
2021-04-15T08:09:51.756872
2019-02-13T09:15:12
2019-02-13T09:15:12
126,784,830
1
1
null
null
null
null
UTF-8
PlantUML
false
false
851
puml
@startuml class User{ +用户ID(user_id) +用户名(user_name) +GitHub账户(GitHub_name) +用户密码(password) +是否禁用(disable) } class Teacher{ +职工号(teacher_id) +部门(department) } class stu{ +学号(stu_id) +姓名(stu_name) +专业(major) +班级(C) } class course{ +课程号(course_id) +课程名(course_name) +课程简介 +开课学期(term) } class score{ +课程号(course_id) +学号(stu_id) +成绩(score) +评语 +批改日期 } class 实验{ +课程号(course_id) +试验编号 +实验目的 +实验内容 +最后的日期 } User*---Teacher User*---stu stu"n"---"n"course Teacher"n"---"n"course course"1"---"n"score course"1"---"n"实验 @enduml
1c762bf36f1b9c984adec306196e12fca23d100e
088856ec5790009dd9f9d3498a56fe679cfab2e8
/src/puml/5/ucmitz/svg/class/bc-blog/manage_blog_contents.puml
b9b87146ef2d5fa6b3f99d679bc5d1d4dc648e0f
[]
no_license
baserproject/baserproject.github.io
21f244348890652286969afa1fde27c5c4d9e4ad
8d61cf720f833854e1a3c97136e22e75baea7bb0
refs/heads/master
2023-08-09T03:21:53.341423
2023-07-27T07:28:50
2023-07-27T07:28:50
228,826,353
0
12
null
2023-08-17T02:31:05
2019-12-18T11:31:51
HTML
UTF-8
PlantUML
false
false
1,544
puml
@startuml skinparam handwritten true skinparam backgroundColor white hide circle skinparam classAttributeIconSize 0 title ブログコンテンツ管理 class Admin\BlogContentsController { + 編集:edit() + 削除:delete() } class BlogContentsService { + BlogContentsTable } class BlogContentsServiceInterface { + 初期データ取得:getNew() + 作成:create() + 編集:update() + 削除:delete() ※物理削除 + 単一データ取得:get() + 一覧データ取得:getIndex() + リスト取得:getList() } class BlogContentsTable { } class BlogContent { + 説明文:description + フロントの記事一覧の表示件数:list_count + フロントの記事一覧の表示順:list_direction + RSSフィードの出力記事件数:feed_count + コメント受付機能の利用状態:comment_use + コメント承認機能の利用状態:comment_approve + コメントイメージ認証の利用状態:auth_captcha + タグ機能の利用状態:tag_use + フロントに表示するウィジェットエリア:widget_area + フロントで利用するコンテンツテンプレート :template + アイキャッチのリサイズサイズ:eye_catch_size + 記事概要の利用状態:use_content } Admin\BlogContentsController -down[#Black]-> BlogContentsService BlogContentsService -down[#Black]-> BlogContentsTable BlogContentsService -left[dotted,#Black]-|> BlogContentsServiceInterface BlogContentsTable -down[#Black]-> BlogContent @enduml
2b05f554fc97573ee8e3bb2c4c2dfb260c3cae33
1e557a8d0b755ce2d66458e43dcd426dd8f27fec
/阅读代码/android/组件相关/Handler 源码/Handler.plantuml
32df7a9ad856e342184c340e56a1eaee1412d9dc
[]
no_license
rickgit/rickgit.github.io
94ff804637d1fe891583c9c1513a9b65b86361f5
5891f01bdd8ca1231cd9977a68960e11e28688f4
refs/heads/master
2023-08-29T21:35:00.999632
2023-08-12T04:40:16
2023-08-12T04:40:16
52,088,713
4
0
null
null
null
null
UTF-8
PlantUML
false
false
1,232
plantuml
@startuml Handler_class_diagram skinparam monochrome true skinparam classBackgroundColor transparent skinparam style strictuml class Looper { static final ThreadLocal<Looper> sThreadLocal = new ThreadLocal<Looper>(); MessageQueue mQueue } class MessageQueue { } class Handler { Looper mLooper public void dispatchMessage(Message msg) } class Message { Handler target MessageQueue mQueue } class Thread { } MessageQueue <-- Looper Looper <-- Handler Handler <-- Message MessageQueue <-left- Message Thread <.left. Looper class HandlerThread extends Thread { Looper mLooper; } note left of HandlerThread final Handler mHandler = new Handler(mHandlerThread.getLooper()) { @Override public void handleMessage(Message msg) { Log.i("tag", "接收到消息:" + msg.obj.toString()); } }; 不需要这个looper线程的时候需要手动停止掉; end note Looper <-- HandlerThread abstract class IntentService extends Service { - volatile Looper mServiceLooper; - volatile ServiceHandler mServiceHandler; } class ServiceHandler extends Handler { } Looper <-- IntentService ServiceHandler <-- IntentService ServiceHandler --+ IntentService HandlerThread <.. IntentService @enduml
4b9015cf30e63469fed10a4b0ed112786d792e70
9ed64cf55205875b3577756ca587e4d94abbf1fa
/src/com/design/behavior/strategy/strategy.puml
93cb1e1d2059c624c81a378e7724a0c9beac2cd5
[]
no_license
shf-1218/Design_Patterns
65f3e8598b9223489d805759f59ba186300d86d9
52a3b279609a6699300699d21877137c878dfe32
refs/heads/master
2022-12-26T13:40:57.846535
2020-09-27T10:23:30
2020-09-27T10:23:30
299,005,976
0
0
null
null
null
null
UTF-8
PlantUML
false
false
396
puml
@startuml interface Strategy Class ConcreteStrategyA Class ConcreteStrategyB Class Context Strategy<|.. ConcreteStrategyA Strategy<|.. ConcreteStrategyB Context o-- Strategy interface Strategy{ strategyMethod():void } Class ConcreteStrategyA{ strategyMethod():void } Class ConcreteStrategyB{ strategyMethod():void } Class Context{ strategy:Strategy strategy():void } @enduml
df585b32f559892559d67b644af27f53f1d5be6b
58cf1bd56e09ca6199e9134c8682265a34cc4dae
/ClassDiagram/Homework05.puml
abc3fa222cedf34ab9524bc3012c906d251f05f1
[]
no_license
VickyHuang5/DPHomework
a6dbedbec970ea69cb06107374c3f0832ce99b07
bdb47171644f0ebd6feb997fba9d2afc9374bd73
refs/heads/master
2021-05-11T20:08:43.084037
2018-04-19T06:29:13
2018-04-19T06:29:13
117,434,066
0
0
null
null
null
null
UTF-8
PlantUML
false
false
594
puml
@startuml Homework05ClassDiagram interface IBank { +VerifyCardNumber() } interface IBankFactory{ +VerifyCreditCard() } class CathayBankFactory{ +VerifyCreditCard() } class CtbcBankFactory{ +VerifyCreditCard() } class NcccFactory{ +VerifyCreditCard() } class CathayBank{ +VerifyCardNumber() } class CtbcBank{ +VerifyCardNumber() } class Nccc{ +VerifyCardNumber() } IBankFactory <|.. CathayBankFactory IBankFactory <|.. CtbcBankFactory IBankFactory <|.. NcccFactory IBankFactory ..> IBank IBank <|.. CathayBank IBank <|.. CtbcBank IBank <|.. Nccc @enduml
753333806ecb0e0d23a76509179839c80d8ea34c
1d3f362960fda75be8b2ddb481ee4185325e40e5
/tdMAPC/tdMAPC.plantuml
c18c8259cd5a4c6acc5307ac924bdfa15be3ceee
[]
no_license
SUPREMEchelson/TD2MAPC
a23c8d900962fcf733d14c6ed206308540a4d8f0
60e9b3f273e3a71cbfe878d04e2fdd99f4b891ba
refs/heads/main
2022-12-29T07:14:09.161714
2020-10-13T15:24:30
2020-10-13T15:24:30
303,745,640
0
0
null
null
null
null
UTF-8
PlantUML
false
false
934
plantuml
@startuml title __TDMAPC's Class Diagram__\n namespace Factory { interface Factory.FSFactory { + createComponent() } } namespace FileSystem { class FileSystem.Composant { + String getNom() + Double getSize() + setOwner() } } namespace FileSystem { class FileSystem.Main { } } namespace FileSystem { class FileSystem.Repertoire { + addChild(Component child) + Component getChildren() + removeChild() + removeChildren() } } namespace api.Client { class api.Client.Client { } } FileSystem.Composant .up.|> Factory.FSFactory FileSystem.Repertoire -up-|> FileSystem.Composant 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
1d1ad4f8c57cb5ce9dac93f33c897b6eb082e2cb
0854491daf9cdc4eec02cb0266e984a490ddc101
/game-of-thrones/uml/utils.plantuml
2cf25b56f929bb17c9bb560487c6fddb530e387b
[]
no_license
charantej224/game-of-thrones
7cfffba19e5f6137922fbfa36b49aba647ca4ac9
69348d6cae6b14da037b86118471f09988917e7a
refs/heads/master
2020-05-15T03:37:03.060951
2019-04-23T05:40:11
2019-04-23T05:40:11
182,070,674
0
1
null
2019-04-21T23:30:04
2019-04-18T10:53:37
Java
UTF-8
PlantUML
false
false
913
plantuml
@startuml title __UTILS's Class Diagram__\n package com.thrones.of.game { package com.thrones.of.game.utils { class FileLoader { {static} + loadFiles() {static} + getResource() {static} + getResource() } } } package com.thrones.of.game { package com.thrones.of.game.utils { class InputOutputHelper { + readFile() + writeFile() } } } package com.thrones.of.game { package com.thrones.of.game.utils { class MessagePrinter { - helpProperties : Properties + printStartupMessages() - printIntroductoryMessages() - printCommandMessages() } } } 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
119cc46b4322764feb8057d44e39b8e1263f3020
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedOrderSetCustomerGroupAction.puml
110a0f74e36b0db0ecd8ba4f3be946d26a186ad6
[]
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
544
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 StagedOrderSetCustomerGroupAction [[StagedOrderSetCustomerGroupAction.svg]] extends StagedOrderUpdateAction { action: String customerGroup: [[CustomerGroupResourceIdentifier.svg CustomerGroupResourceIdentifier]] } interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] { action: String } @enduml
ee8e37bfc2924906b63a5c00207111b0dbc9a2f5
27239bd828c71a00b14805563078d9215eee943e
/JavaOOP/src/com/vamshi/oop/oop.plantuml
e6230c378262832ce55eaa32ede70981b30b0216
[]
no_license
vamshizemo/Java
97015e73f6bf6ccbf3fbd92037cbb21affe9f034
81514065e1b0076e55b0bb71daf3771808e4651f
refs/heads/master
2022-07-17T22:04:35.274511
2020-05-15T05:13:04
2020-05-15T05:13:04
250,186,686
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,529
plantuml
@startuml title __OOP's Class Diagram__\n namespace com.vamshi.oop { class com.vamshi.oop.A { } } namespace com.vamshi.oop { class com.vamshi.oop.AbstractionDemo { {static} + main() } } namespace com.vamshi.oop { class com.vamshi.oop.Addition { {static} ~ a1 : int {static} + findSum() } } namespace com.vamshi.oop { class com.vamshi.oop.Addition1 { + sum() + sum() + sum() } } namespace com.vamshi.oop { class com.vamshi.oop.AgentTicketBooking { + AgentTicketBooking() + ticketBooking() } } namespace com.vamshi.oop { class com.vamshi.oop.AggregationDemo { {static} + main() } } namespace com.vamshi.oop { class com.vamshi.oop.Apple { + contacts : ArrayList<String> + addContacts() + call() + sendMessage() } } namespace com.vamshi.oop { class com.vamshi.oop.B { } } namespace com.vamshi.oop { class com.vamshi.oop.BankAccount { - balance : double + getBalance() + setBalance() } } namespace com.vamshi.oop { class com.vamshi.oop.College { ~ name : String - teacher : List<Teacher> + College() + getTeacher() } } namespace com.vamshi.oop { class com.vamshi.oop.CompositionDemo { {static} + main() } } namespace com.vamshi.oop { class com.vamshi.oop.DIPDemo { {static} + main() } } namespace com.vamshi.oop { class com.vamshi.oop.DelegationDemo { {static} + main() } } namespace com.vamshi.oop { class com.vamshi.oop.Demo { {static} + main() } } namespace com.vamshi.oop { class com.vamshi.oop.EncapsulationDemo { {static} + main() } } namespace com.vamshi.oop { class com.vamshi.oop.Fan { {static} + num : int - isOn : boolean + turnOff() + turnOn() ~ Fan() } } namespace com.vamshi.oop { class com.vamshi.oop.FlightBooking { + ticketBooking() } } namespace com.vamshi.oop { class com.vamshi.oop.House { + House() + getFood() } } namespace com.vamshi.oop { interface com.vamshi.oop.ILogger { {abstract} + logInformation() } } namespace com.vamshi.oop { class com.vamshi.oop.InheritanceDemo { } } namespace com.vamshi.oop { interface com.vamshi.oop.InterfaceDemo { {static} + a : String {abstract} + m1() {abstract} + m2() {static} + m3() + m4() - m5() } } namespace com.vamshi.oop { class com.vamshi.oop.JavaExample { {static} + main() } } namespace com.vamshi.oop { class com.vamshi.oop.Kitchen { - food : String + getFood() + setFood() } } namespace com.vamshi.oop { class com.vamshi.oop.LSPDemo { {static} + main() } } namespace com.vamshi.oop { class com.vamshi.oop.Logger { + logInformation() } } namespace com.vamshi.oop { class com.vamshi.oop.LogginIntoDB { + LogginIntoDB() + logging() } } namespace com.vamshi.oop { class com.vamshi.oop.LogginIntoFile { + LogginIntoFile() + logging() } } namespace com.vamshi.oop { interface com.vamshi.oop.Mobile { {abstract} + call() {abstract} + sendMessage() } } namespace com.vamshi.oop { abstract class com.vamshi.oop.Mobile1 { ~ contacts : ArrayList<String> ~ addContacts() {abstract} ~ calling() {abstract} ~ sendMessage() } } namespace com.vamshi.oop { class com.vamshi.oop.OverloadingDemo { {static} + main() } } namespace com.vamshi.oop { class com.vamshi.oop.OverridingDemo { {static} + main() } } namespace com.vamshi.oop { class com.vamshi.oop.Samsung { ~ calling() ~ sendMessage() } } namespace com.vamshi.oop { class com.vamshi.oop.Teacher { ~ name : String ~ subject : String + Teacher() + toString() } } namespace com.vamshi.oop { class com.vamshi.oop.TrainBooking { + ticketBooking() } } namespace com.vamshi.oop { interface com.vamshi.oop.TravelBooking { {abstract} + ticketBooking() } } namespace com.vamshi.oop { class com.vamshi.oop.Vehicle { ~ version : int + run() } } namespace com.vamshi.oop { class com.vamshi.oop.bird { + getinfo() } } namespace com.vamshi.oop { class com.vamshi.oop.car { ~ price : int + run() } } namespace com.vamshi.oop { class com.vamshi.oop.ostrich { } } namespace com.vamshi.oop { class com.vamshi.oop.psudoAdd { {static} + findSum() } } namespace com.vamshi.oop { class com.vamshi.oop.sparrow { + fly() } } namespace com.vamshi.oop { class com.vamshi.oop.test { + m1() + m2() + m4() } } namespace com.vamshi.oop { abstract class com.vamshi.oop.testabs { {abstract} + method() } } com.vamshi.oop.AgentTicketBooking .up.|> com.vamshi.oop.TravelBooking com.vamshi.oop.AgentTicketBooking o-- com.vamshi.oop.TravelBooking : t com.vamshi.oop.Apple .up.|> com.vamshi.oop.Mobile com.vamshi.oop.B -up-|> com.vamshi.oop.A com.vamshi.oop.FlightBooking .up.|> com.vamshi.oop.TravelBooking com.vamshi.oop.House o-- com.vamshi.oop.Kitchen : kitchen com.vamshi.oop.Logger .up.|> com.vamshi.oop.ILogger com.vamshi.oop.LogginIntoDB o-- com.vamshi.oop.ILogger : logger com.vamshi.oop.LogginIntoFile o-- com.vamshi.oop.ILogger : logger com.vamshi.oop.Samsung -up-|> com.vamshi.oop.Mobile1 com.vamshi.oop.TrainBooking .up.|> com.vamshi.oop.TravelBooking com.vamshi.oop.car -up-|> com.vamshi.oop.Vehicle com.vamshi.oop.ostrich -up-|> com.vamshi.oop.bird com.vamshi.oop.psudoAdd -up-|> com.vamshi.oop.Addition com.vamshi.oop.sparrow -up-|> com.vamshi.oop.bird com.vamshi.oop.test .up.|> com.vamshi.oop.InterfaceDemo 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
ef1b3d3aae7a5d3a83329a68dd875230092aae59
28f125ec4908b16cdfe21d9e5ff40c3a1e04dc8b
/src/main/resources/ex44/App.puml
d095dc81b89d1cbaa793af1ef1b60cc1dda351bb
[]
no_license
ZhengWilliamUCF/Zheng-cop3330-assignment3
d859fbffdf55fcf75f657a52b72e80b6f7d8984c
46b6a26e1754ecb0d6961f857548d2646a7c66f1
refs/heads/master
2023-06-08T11:39:14.736136
2021-06-20T21:44:26
2021-06-20T21:44:26
378,745,289
0
0
null
null
null
null
UTF-8
PlantUML
false
false
633
puml
@startuml 'https://plantuml.com/sequence-diagram class App { - inputProductName String + getUserInputProductName() + printNotFound() } class Product { - inputProductName String - indexOfArrayContainsThatProduct Integer + checkProductExistsOnShelf(inputProductName) + printProductInfo(indexOfArrayContainsThatProduct) + whileProductDoesNotExist(inputProductName) + getUserInputProductName() } class JSON { - Shelves String[] - convertedJSONText String + parseJSON() + formatJSONText(convertedJSONText, Shelves) + createShelves() } App <---> Product App o---> JSON @enduml
a7547c6a9c2db66399dc2fee2a1aa09fe9e5013c
da311f3c39421f5ff2277bd403b80cb0587c8abc
/Serveur/diagrammes/class_diagram_fragments/class_diagram_droits.puml
144894b533c68d9fd750ade1bfe808893aae2916
[]
no_license
Reynault/Pipop-Calendar
380059bcbaa89d464b9ddf7c5661c924bb47b2ab
5d2b5e28f604cd67964b316517c80c490ce5692e
refs/heads/master
2021-06-09T14:35:16.647870
2019-03-29T14:22:13
2019-03-29T14:22:13
173,611,806
8
3
null
2021-04-29T09:40:03
2019-03-03T18:12:28
JavaScript
UTF-8
PlantUML
false
false
550
puml
@startuml skinparam class { BackgroundColor AliceBlue ArrowColor DarkTurquoise BorderColor Turquoise } skinparam stereotypeCBackgroundColor DarkTurquoise skinparam stereotypeIBackgroundColor Magenta skinparam stereotypeABackgroundColor Yellow package "serveur.mycalendar.modele" #F0F0F0 { package droits #E0E0E0 { abstract class Droit { } class Admin { } class Inviter { } class Modifier { } class Retirer { } } Admin --|> Droit Inviter --|> Droit Modifier --|> Droit Retirer --|> Droit } @enduml
c9cd76eea534ccb94c09cd378e9ba8c3bfb407b8
92692d636eca83bf56f07c92b553265ee7203dcf
/src/main/java/com/peppayi/designpattern/headfirst/chapters/chapter06/uml/commandpattern.puml
be1a616294f79c7bba820ab09852c18887f0a3a6
[]
no_license
qingzhusay/design-pattern
19aee4b20296b17539db12d5826d3fb97657880f
bd31c8a22b79290a65c86501a77516c8969a8318
refs/heads/master
2022-08-29T20:34:45.487283
2020-05-09T14:46:06
2020-05-09T14:46:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,234
puml
@startuml class Client note top of Client The Client is resposible for creating a ConcreteCommand and setting its Receiver end note class Invoker { + void setCommand() } note top of Invoker The Invoker holds a command and at some point asks the command to carry out a request by calling its execute() method. end note interface Command { + void execute() + void undo() } note top of Command Command declares an interface for all commands. As you already know, a command is invoked throught its execute() method, which asks a receiver to perform an action. end note class Receiver { + void action() } note bottom of Receiver The Receiver knows how to perform the work needed to carry out the request. Any class can act as a Receiver. end note class ConcreteCommand { + void execute() + void undo() } note bottom of ConcreteCommand The ConcreteCommand defines a binding between an action and a Receiver. The Invoker makes a request by calling execute() and the ConcreteCommand carries it out by calling one or more actions on the Receiver. end note Client -right-> Receiver Client -right-> ConcreteCommand Invoker -right-> Command Command <|.. ConcreteCommand Receiver <-left- ConcreteCommand @enduml
42ef4bc60dea1783164606ba32ab57237df3140f
ed45ea4470bcfc497e2584697d7842a540e04fd9
/ros2/navigation2/nav2_behavior_tree/bt_conversions.puml
aafa9993987c49e0ef1c7b5c8582e8ac2f8b1067
[]
no_license
cf-zhang/documents
ffcd8213587f8aa9c47406cf2491bf77beec9c33
8a4439932017b67fba7988ff7fadd9829bce1e4c
refs/heads/master
2022-03-03T13:52:27.333343
2022-02-25T11:31:22
2022-02-25T11:31:22
154,789,912
11
1
null
null
null
null
UTF-8
PlantUML
false
false
397
puml
@startuml 'https://plantuml.com/class-diagram namespace BT{ class BtConversions{ -- public method -- template<> inline geometry_msgs::msg::Point convertFromString(const StringView key) template<> inline geometry_msgs::msg::Quaternion convertFromString(const StringView key) template<> inline std::chrono::milliseconds convertFromString<std::chrono::milliseconds>(const StringView key) } } @enduml
89fc9dab8492ac50bd03d92ff84567ec637a8c69
dd2d59dcfe4a9fb21cb10f1910a02eb62e879a8d
/doc/plantUML/DomeinModel.puml
e4732cb479141d64a3792b1284c78183cf80407f
[]
no_license
Lidazhang99/vkfep2021-test
990d432fe285fb89a3c5369f1c5d196316bcf6b5
17854b7322413e6b06f4cf4d28bc706d6dfb6571
refs/heads/main
2023-02-28T16:13:25.652211
2021-02-08T15:13:02
2021-02-08T15:13:02
337,115,168
1
0
null
2021-02-08T15:11:34
2021-02-08T15:11:33
null
UTF-8
PlantUML
false
false
341
puml
@startuml hide circle hide empty members class Reparatiekaart { - klant: Klant - voertuigType: VoertuigType - reparatie: ArrayList<String> - ontvangstDatum: DateTime - tijd: Number } enum VoertuigType <<Enumeration>> { Fiets Scooter } class Klant { - naam: String - telefoonnummer: Number } @enduml
09ab4a64508e819c3f9c67d08a2943e052f698b1
dceede6e0ffcfdf6fbb800429d0233eb108fb71b
/src/main/java/DesignPatterns/StructuralType/Adapter/ClassAdapter/ClassAdapter.puml
eaee16d38a6be36245f06a371dd323b615cbb078
[]
no_license
GitHub-yuteng/LearningNotes
543ccda372e0d4498eba9245848059f64b3966c9
7a37bc8a33190526fa0a6cca5376651ac434f8c4
refs/heads/master
2022-12-22T14:05:05.590359
2022-04-27T00:36:30
2022-04-27T00:36:30
200,153,900
2
0
null
2022-12-16T04:25:16
2019-08-02T02:53:39
Java
UTF-8
PlantUML
false
false
414
puml
@startuml interface IVoltage5V { public int output5V(); } class Voltage220V { public int output220V() } class VoltageAdapter extends Voltage220V implements IVoltage5V { public int output5V() } class Phone { public void charging(IVoltage5V iVoltage5V) } class Client { Phone phone = new Phone(); phone.charging(new VoltageAdapter()); } Phone <.. Client VoltageAdapter <.. Client IVoltage5V <.. Phone @enduml
06b8fddac011d559a132ffdf8992cfbc2a659116
1f401659cd1184107cf2817a313a6f0711e63844
/doc/uml/program.puml
7932f5fdb3efce823e56c82771c3e16feceb2ae8
[]
no_license
Dedda/bratwurst
53b0229ce12f4d756bfb2d5c3b04c14814496299
1a83a1d04445db581d2ca8eaea0cf3256e18cfbd
refs/heads/master
2022-02-27T01:50:54.372565
2022-02-13T01:45:02
2022-02-13T01:45:02
43,151,240
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,455
puml
@startuml class org.dedda.bratwurst.lang.BWClass { - {static} classes : List<BWClass> - name : String - functions : FunctionFactory[] + {static} getClassForName(String) : BWClass + BWClass(String, BWFunction[]) + BWObject : createInstance() } abstract class org.dedda.bratwurst.lang.BWExpression { + BWExpression(int) + {abstract} getValue() : BWObject + {abstract} getIntValue() : int + {abstract} getValueType() : String } class org.dedda.bratwurst.lang.BWFunction { - name : String - instructions : BWInstruction[] - value : BWObject - variables : List<BWVariable> + BWFunction(String, BWInstruction[]) + getName() : String + getInstructions() : BWInstruction[] + getVariables() : List<BWVariable> } org.dedda.bratwurst.lang.BWFunction --|> org.dedda.bratwurst.lang.BWExpression abstract class org.dedda.bratwurst.lang.BWInstruction { - lineNumber : int - arguments : BWVariable[] + BWInstruction(int) + {abstract} run(Scope) + getArguments() : BWVariable[] + setArguments(BWVariable[]) + getLineNumber() : int } class org.dedda.bratwurst.lang.BWInteger { - value : int + BWInteger(int) } org.dedda.bratwurst.lang.BWInteger --|> org.dedda.bratwurst.lang.BWObject class org.dedda.bratwurst.lang.BWObject { - bwClass : BWClass - variables : BWVariable[] - functions : BWFunction[] + BWObject(BWClass, BWFunction[]) + getVariables() : BWVariable[] + addVariable(BWVariable) + getFunctions() : BWFunction[] + setFunctions(BWFunction[]) } org.dedda.bratwurst.lang.BWObject --|> org.dedda.bratwurst.lang.BWExpression class org.dedda.bratwurst.lang.BWString { - value : String + BWString(String) } org.dedda.bratwurst.lang.BWString --|> org.dedda.bratwurst.lang.BWObject class org.dedda.bratwurst.lang.BWVariable { - name : String - value : BWObject - expression : BWExpression + BWVariable(String, BWObject) + BWVariable(String, BWExpression) + getName() : String + getValue() : BWObject + setValue(BWObject) + getIntValue() : int } org.dedda.bratwurst.lang.BWVariable --|> org.dedda.bratwurst.lang.BWExpression class org.dedda.bratwurst.lang.Calculation { - leftSide : BWExpression - rightSide : BWExpression - operator : char - value : int + Calculation(int, BWExpression, BWExpression, char) + getOperator() : char + getLeftSide() : BWExpression + getRightSide() : BWExpression } org.dedda.bratwurst.lang.Calculation --|> org.dedda.bratwurst.lang.BWExpression class org.dedda.bratwurst.lang.ClassRegistration { - bwClass : BWClass + ClassRegistration(int, BWClass) } org.dedda.bratwurst.lang.ClassRegistration --|> org.dedda.bratwurst.lang.BWInstruction class org.dedda.bratwurst.lang.Condition { - toEvaluate : BWExpression - trueInstructions : BWInstruction[] - falseInstructions : BWInstruction[] + Condition(int, BWExpression, BWInstruction, BWInstruction) - runTrue(Scope) - runFalse(Scope) } org.dedda.bratwurst.lang.Condition --|> org.dedda.bratwurst.lang.BWInstruction class org.dedda.bratwurst.lang.Exit { + Exit(int) } org.dedda.bratwurst.lang.Exit --|> org.dedda.bratwurst.lang.BWInstruction class org.dedda.bratwurst.lang.FunctionCall { - variableName : String - functionName : String - value : BWObject + FunctionCall(int, String, BWVariable[]) + FunctionCall(int, String, String, BWVariable[]) } org.dedda.bratwurst.lang.FunctionCall --|> org.dedda.bratwurst.lang.BWExpression class org.dedda.bratwurst.lang.Loop { - toEvaluate : BWExpression - instructions : BWInstruction[] + Loop(int, BWExpression, BWInstruction[]) - runInstructions(Scope) } org.dedda.bratwurst.lang.Loop --|> org.dedda.bratwurst.lang.BWInstruction class org.dedda.bratwurst.lang.ObjectCreation { - className : String - object : BWObject + ObjectCreation(int, String) } org.dedda.bratwurst.lang.ObjectCreation --|> org.dedda.bratwurst.lang.BWExpression class org.dedda.bratwurst.lang.PrintChar { - toPrint : char + PrintChar(int, char) + getToPrint() : char } org.dedda.bratwurst.lang.PrintChar --|> org.dedda.bratwurst.lang.BWInstruction class org.dedda.bratwurst.lang.PrintInt { - message : String + PrintInt(int, String) } org.dedda.bratwurst.lang.PrintInt --|> org.dedda.bratwurst.lang.BWInstruction class org.dedda.bratwurst.lang.PrintVariable { - variableName : String + PrintVariable(int, String) + getVariableName() : String } org.dedda.bratwurst.lang.PrintVariable --|> org.dedda.bratwurst.lang.BWInstruction class org.dedda.bratwurst.lang.Program { - {static} instance : Program - functions : BWFunction[] - classes : BWClass[] - variables : ArrayList<BWVariable> - instructions : BWInstruction[] - Program() + run() + registerVariable(BWVariable) + registerClass(BWClass) + getFunctions() : BWFunction[] + setFunctions(BWFunction[]) + getClasses() : BWClass[] + setClasses(BWClass[]) + setInstructions(BWInstruction[]) + getVariable(String) : BWVariable + getVariables() : ArrayList<BWVariable> + setVariables(ArrayList<BWVariable>) } class org.dedda.bratwurst.lang.ReadVariable { - variableName : String - value : BWObject + ReadVariable(int, String) } org.dedda.bratwurst.lang.ReadVariable --|> org.dedda.bratwurst.lang.BWExpression class org.dedda.bratwurst.lang.Return { - expression : BWExpression - value : BWObject + Return(int, BWExpression) } org.dedda.bratwurst.lang.Return --|> org.dedda.bratwurst.lang.BWExpression class org.dedda.bratwurst.lang.Scope { - currentObject : BWObject - currentFunction : BWFunction + Scope() + Scope(BWObject) + Scope(BWFunction) + Scope(BWObject, BWFunction) + getCurrentObject() : BWObject + isInObject() : boolean + isInFunction() : boolean + registerVariable(BWVariable) + getVariable(String) : BWVariable + getFunction(String) : BWFunction + getFunction(String, String) : BWFunction + registerClass(BWClass) } class org.dedda.bratwurst.lang.VariableDeclaration { - variableName : String - targetValue : BWExpression + VariableDeclaration(int, String, BWExpression) + getVariableName() : String } org.dedda.bratwurst.lang.VariableDeclaration --|> org.dedda.bratwurst.lang.BWInstruction @enduml
d03d0cc526c132164e0510dc487f5ed9d3c8b342
622c008212ad81846b9e5fbf6ac5ea98d4a442c9
/src/factory/absfactory/absfactory.puml
3136aedcc56d30bbec03ea261b6fa95eb359e1ea
[]
no_license
YangLiuQing-star/design-pattern
a6561cf5113128be355ec118807c2c0c6206bad7
2823c77e317a1de922142590166f784966f0b152
refs/heads/master
2022-12-27T21:23:56.249453
2020-10-13T13:49:25
2020-10-13T13:49:25
303,718,595
0
0
null
null
null
null
UTF-8
PlantUML
false
false
556
puml
@startuml together { abstract class Pizza { prepare():void bake():void cut():void box():void } class LDChessPizza class LDGreekPizza class BJChessPizza class BJGreekPizza } interface AbsFactory{ createPizza():Pizza } together { abstract class OrderPizza class BJFactory class LDFactory } BJChessPizza --|> Pizza BJGreekPizza --|> Pizza LDChessPizza --|> Pizza LDGreekPizza --|> Pizza BJFactory --|> AbsFactory LDFactory --|> AbsFactory AbsFactory --o OrderPizza @enduml
6fe748b874c436c2ab34eb74046367837f3f5f33
8f83adb253993728ad2b965efda9e2d0d9167ffd
/src/main/doc/resources/org/thegalactic/context/io/TextSerializer.iuml
659a9d47402670a19394862333e326abde640c59
[ "CECILL-B" ]
permissive
jcarbonnel/java-lattices
3906f29a84526dfeb3af5d24f4429d22d56f82b1
6df82e197748a455b1d886247a11ec1a56055def
refs/heads/master
2021-08-26T05:01:08.308878
2017-11-17T11:00:45
2017-11-17T11:00:45
109,843,590
0
0
null
2017-11-07T14:06:18
2017-11-07T14:06:18
null
UTF-8
PlantUML
false
false
405
iuml
package org.thegalactic.context.io { class TextSerializer { -{static}TextSerializer instance +void read(Context context, BufferedReader file) +void write(Context context, BufferedWriter file) +{static}TextSerializer getInstance() +{static}void register() } org.thegalactic.io.Reader <|-- TextSerializer org.thegalactic.io.Writer <|-- TextSerializer }
4a08c9789e6ddeebd0f2a942d9cd77f771c3ac73
3150c7ff97d773754f72dabc513854e2d4edbf04
/P2/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test-dummies/java/spec/concordion/common/results/runTotals/testsuite/ignoredIndex/ignoredIndex.plantuml
6176b451ec4410b2ab61677884af0d8fef38382a
[ "WTFPL", "Apache-2.0" ]
permissive
leRoderic/DS18
c8aa97b9d376788961855d6d75996990b291bfde
0800755c58f33572e04e7ce828770d19e7334745
refs/heads/master
2020-03-29T05:14:14.505578
2019-11-07T18:01:37
2019-11-07T18:01:37
149,574,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,209
plantuml
@startuml title __IGNOREDINDEX's Class Diagram__\n package spec.concordion { package spec.concordion.common.results { package spec.concordion.common.results.runTotals { package spec.concordion.common.results.runTotals.testsuite { package spec.concordion.common.results.runTotals.testsuite.ignoredIndex { class ExpectedToFailSpec { + sleep() } } } } } } package spec.concordion { package spec.concordion.common.results { package spec.concordion.common.results.runTotals { package spec.concordion.common.results.runTotals.testsuite { package spec.concordion.common.results.runTotals.testsuite.ignoredIndex { class FailureSpec { + sleep() } } } } } } package spec.concordion { package spec.concordion.common.results { package spec.concordion.common.results.runTotals { package spec.concordion.common.results.runTotals.testsuite { package spec.concordion.common.results.runTotals.testsuite.ignoredIndex { class IgnoredIndex { } } } } } } package spec.concordion { package spec.concordion.common.results { package spec.concordion.common.results.runTotals { package spec.concordion.common.results.runTotals.testsuite { package spec.concordion.common.results.runTotals.testsuite.ignoredIndex { class SuccessSpec { + sleep() } } } } } } package spec.concordion { package spec.concordion.common.results { package spec.concordion.common.results.runTotals { package spec.concordion.common.results.runTotals.testsuite { package spec.concordion.common.results.runTotals.testsuite.ignoredIndex { class UnimplementedSpec { } } } } } } 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
e0ebde9e35c0d235f40e8a39bc097ff6d386e6a7
f9a5c861f62be11a36b05673e95ffe4c95f33c3f
/asciidocs/plantuml/cld.puml
f97e6365020939f52082412b15ef38cf4e7f5e20
[]
no_license
2122-5ahitm-sew/01-microproject-kellytran03
15b29c74762d989af5122917907f3c24b6b3f39a
2cd145606da72f996403bbba378ae04da2de2515
refs/heads/master
2023-08-17T02:34:15.943979
2021-09-27T09:59:08
2021-09-27T09:59:08
408,423,085
0
0
null
null
null
null
UTF-8
PlantUML
false
false
715
puml
@startuml class Call { id: Long; customer: Customer; employee Employee; } class Customer{ id: Long; firstName: String; lastName: String; call: Call; } class Employee{ id: Long; firstName: String; lastName: String; call: Call; department: Department; } class Department{ departmentName: String; employees: List<Employee>; headOfDepartment: HeadOfDepartment; } class HeadOfDepartment{ id: Long; firstName: String; lastName: String; department: Department; } Call "1" <-left- "1" Customer: tätigt < Call "*" <-right- "*" Employee: nimmt entgegen < Department "1" <-- "*"Employee: angestellt < HeadOfDepartment "1" <-- "1"Department: leitet > @enduml
b54cae97e9864af13ced7da798767828c2f79d07
4e22d261d7dcf5fe2731d77ba3cfb47c5568977c
/Documentation/Source/Breakdown/Engine/TempestEngine/PersistenceSystem-Class.iuml
ab898137f5c0866355fbcf91ff51c68bb668aebf
[]
no_license
SeraphinaMJ/Reformed
2d7424d6d38d1cfaf8d385fade474a27c02103a5
8563d35ab2b80ca403b3b57ad80db1173504cf55
refs/heads/master
2023-04-06T00:40:34.223840
2021-05-06T11:25:51
2021-05-06T11:25:51
364,884,928
0
0
null
null
null
null
UTF-8
PlantUML
false
false
363
iuml
namespace Serialization { class PersistenceSystem { {static} +GetName() +Name() +OnHandleMessage() +OnUpdate() +ObjectToStream() +GetDataLocation() +WriteToFile() +ReadFromFile() } PersistenceSystem --|> SystemManagement::SystemBase }
054530b3fe53f50f2b532f93c113428b213a7294
580dee4a9ca41f9315d8bf2a5cd5ead7899179e6
/app/di.puml
56e346b4935011e06aae2bf8c9f1ee192467669d
[]
no_license
Sakrefyohan/todoc-YS
e9dee295c4cfc87c12d92d7b3d8fdee3fdc2b2d0
d7783900f9a22c62d698fd56823de19985f5f95a
refs/heads/master
2022-07-18T18:58:03.149917
2020-05-16T09:45:36
2020-05-16T09:45:36
258,253,587
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,867
puml
@startuml MainActivity o-- TaskViewModel Project --o MainActivity Task --o TaskAdapter TaskDataRepository o-- TaskDao ProjectDataRepository o-- ProjectDao TodocDatabase o-- TodocDatabase ViewModelFactory o-- ProjectDataRepository ViewModelFactory o-- TaskDataRepository TaskViewModel o-left- ProjectDataRepository TaskViewModel o-left- TaskDataRepository TaskAdapter --o MainActivity interface ProjectDao { LiveData<List<Project>> getProjects() void insertProject(Project... pProjects) } interface TaskDao{ LiveData<List<Task>> getTasks() long insertTask(Task pTask) int updateTask(Task pTask) int deleteTask(Task pTask) } class TodocDatabase{ + {abstract} TaskDao TaskDao + {abstract} ProjectDao ProjectDAO + {static} TodocDatabase getInstance(Context context) - {static} Callback prepopulateDatabase() } class Injection{ + {static} ProjectDataRepository provideProjectDataSource(Context context) + {static} TaskDataRepository provideTaskDataSource(Context context) + {static} Executor provideExecutor() + {static} ViewModelFactory provideViewModelFactory(Context context) } class ViewModelFactory{ - final ProjectDataRepository mProjectDataSource - final TaskDataRepository mTaskDataSource - final Executor mExecutor + ViewModelFactory(ProjectDataRepository mProjectDataSource, TaskDataRepository mTaskDataSource, Executor mExecutor) + <T extends ViewModel> T create(Class<T> modelClass) } class Project{ - final long id - final String name - final int color + Project(long id, @NonNull String name, @ColorInt int color) + {static} Project[] getAllProjects() + {static} Project getProjectById(long id) + long getId() + String getName() } class Task{ - long id - long projectId - String name - long creationTimestamp + Task(long projectId, @NonNull String name, long creationTimestamp) + long getId() + long getProjectId() + long getCreationTimestamp() + void setId(long pId) - void setProjectId(long projectId) + Project getProject() + String getName() - void setName(@NonNull String name) - void setCreationTimestamp(long creationTimestamp) + {static} class TaskAZComparator implements Comparator<Task> + {static} class TaskZAComparator implements Comparator<Task> + {static} class TaskRecentComparator implements Comparator<Task> + {static} class TaskOldComparator implements Comparator<Task> } class ProjectDataRepository{ - ProjectDao mProjectDao + ProjectDataRepository(ProjectDao mProjectDao) + LiveData<List<Project>> getProjects() } class TaskDataRepository{ - TaskDao mTaskDao + TaskDataRepository(TaskDao mTaskDao) + LiveData<List<Task>> getTasks() + void createTask(Task mTask) + void deleteTask(Task mTask) } class MainActivity{ - List<Project> allProjects - TaskViewModel mTaskViewModel - final TasksAdapter adapter = new TasksAdapter(new ArrayList<>(), this) - SortMethod sortMethod = SortMethod.NONE + AlertDialog dialog = null - EditText dialogEditText = null - Spinner dialogSpinner = null - RecyclerView listTasks - TextView lblNoTasks + void onCreate(@Nullable Bundle savedInstanceState) - void configureViewModel() - void getProjects() - void updateProjects(List<Project> projects) - void getTasks() + boolean onCreateOptionsMenu(Menu menu) + boolean onOptionsItemSelected(MenuItem item) + void onDeleteTask(Task task) - void onPositiveButtonClick(DialogInterface dialogInterface) - void showAddTaskDialog() - void addTask(@NonNull Task task) - void updateTasks(List<Task> tasks) - AlertDialog getAddTaskDialog() - void populateDialogSpinner() - void populateDialogSpinner() - enum SortMethod } class TaskAdapter{ - List<Task> tasks - final DeleteTaskListener deleteTaskListener TasksAdapter(@NonNull final List<Task> tasks, @NonNull final DeleteTaskListener deleteTaskListener) void updateTasks(@NonNull final List<Task> tasks) + TaskViewHolder onCreateViewHolder(@NonNull ViewGroup viewGroup, int viewType) + void onBindViewHolder(@NonNull TaskViewHolder taskViewHolder, int position) + int getItemCount() + interface DeleteTaskListener class TaskViewHolder extends RecyclerView.ViewHolder } class TaskViewModel{ - final ProjectDataRepository mProjectDataSource - final TaskDataRepository mTaskDataSource - final Executor mExecutor - LiveData<List<Project>> mProjects + TaskViewModel(ProjectDataRepository mProjectDataSource, TaskDataRepository mTaskDataSource, Executor mExecutor) + void init() + LiveData<List<Project>> getProjects() + LiveData<List<Task>> getTasks() + void createTask(Task task) + void deleteTask(Task task) } @enduml
1d0740090fae79c21c986f86ad76b73f182ff1b0
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.collab-proxy@1.2.16/Editor/Collab/CollabToolbarButton.puml
808a7e9ed7e9c7505a5b53a14f4f944d28ca4685
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,698
puml
@startuml class CollabToolbarButton { <<const>> kCollabButtonWidth : float = 78.0f m_DynamicTooltip : string {static} m_ShowCollabTooltip : bool = false + CollabToolbarButton() OnUnityConnectUserStateChanged(state:UserInfo) : void OnUnityConnectStateChanged(state:ConnectInfo) : void + <<override>> OnGUI(rect:Rect) : void GUIToScreenRect(guiRect:Rect) : Rect ShowPopup(rect:Rect) : void DoCollabDropDown(rect:Rect) : void + OnCollabStateChanged(info:CollabInfo) : void + UpdateCollabToolbarState() : void ReserveRight(width:float, pos:Rect) : void ReserveBottom(height:float, pos:Rect) : void GetCollabButton() : ButtonWithAnimatedIconRotation + Dispose() : void } enum CollabToolbarState { NeedToEnableCollab, UpToDate, Conflict, OperationError, ServerHasChanges, FilesToPush, InProgress, Disabled, Offline, } class CollabToolbarContent { <<readonly>> m_iconName : string <<readonly>> m_toolTip : string + CollabToolbarContent(state:CollabToolbarState, iconName:string, toolTip:string) } class "Dictionary`2"<T1,T2> { } SubToolbar <|-- CollabToolbarButton IDisposable <|-- CollabToolbarButton CollabToolbarButton o-> "m_CollabToolbarState" CollabToolbarState CollabToolbarButton --> "m_CollabButton" ButtonWithAnimatedIconRotation CollabToolbarButton +-- CollabToolbarState CollabToolbarButton +-- CollabToolbarContent CollabToolbarContent --> "m_state" CollabToolbarState CollabToolbarContent --> "m_CollabIcons<CollabToolbarContent,GUIContent>" "Dictionary`2" CollabToolbarContent --> "RegisteredForState" CollabToolbarState CollabToolbarContent --> "GuiContent" GUIContent @enduml
f624e447e3aa6113b224d076c83426f76ab16039
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartDiscountReference.puml
e2689e1a32c93a50030d139238bf339edb0499c6
[]
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
5,767
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 CartDiscountReference [[CartDiscountReference.svg]] extends Reference { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String obj: [[CartDiscount.svg CartDiscount]] } interface Reference [[Reference.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String } 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 DiscountCode [[DiscountCode.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] name: [[LocalizedString.svg LocalizedString]] description: [[LocalizedString.svg LocalizedString]] code: String cartDiscounts: [[CartDiscountReference.svg List<CartDiscountReference>]] cartPredicate: String isActive: Boolean references: [[Reference.svg List<Reference>]] maxApplications: Long maxApplicationsPerCustomer: Long custom: [[CustomFields.svg CustomFields]] groups: [[String.svg List<String>]] validFrom: DateTime validUntil: DateTime applicationVersion: Long } 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]] } CartDiscountReference --> Cart #green;text:green : "refusedGifts" CartDiscountReference --> DiscountCode #green;text:green : "cartDiscounts" CartDiscountReference --> Order #green;text:green : "refusedGifts" @enduml
69a7aa1705cf4805388be6baf8bc6769ee325691
625e3447fea7ecfac5cd9601974a5439b552200c
/Homework/GUIApplication/Team2/class_diagram/refactored_design.puml
fdfc70f6b935373b28ec4de106797ef568e4f8c2
[]
no_license
ss900405twtw/SED2019
f9edec553c22fafb22199dedeb9c25046f2b80f9
17e5ceb84f4f8ca84b26013e5ab95516b82e1be4
refs/heads/master
2022-07-19T00:13:36.456120
2020-05-10T02:56:01
2020-05-10T02:56:01
262,698,934
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,691
puml
# Refactored Design @startuml WidgetFactory <|-- MotifWidgetFactory WidgetFactory <|-- PMWidgetFactory Button <|-- MotifButton Button <|-- PMButton Window <|-- MotifWindow Window <|-- PMWindow ScrollBar <|-- MotifScrollBar ScrollBar <|-- PMScrollBar Widget <|-- Button Widget <|-- Window Widget <|-- ScrollBar GUI --> "*" Widget GUI --> "1" WidgetFactory MotifWidgetFactory ..> MotifButton: <<creates>> MotifWidgetFactory ..> MotifScrollBar: <<creates>> MotifWidgetFactory ..> MotifWindow: <<creates>> PMWidgetFactory ..> PMButton: <<creates>> PMWidgetFactory ..> PMScrollBar: <<creates>> PMWidgetFactory ..> PMWindow: <<creates>> interface WidgetFactory { + makeWindow(String): Window + makeScrollBar(String): ScrollBar + makeButton(String): Button } class GUI { - widgets: List<Widget> - widgetFactory: WidgetFactory + add(String, String): void + setStyle(WidgetFactory): void + present(): void } class MotifWidgetFactory{ + makeWindow(String): Window + makeScrollBar(String): ScrollBar + makeButton(String): Button } class PMWidgetFactory { + makeWindow(String): Window + makeScrollBar(String): ScrollBar + makeButton(String): Button } abstract class Widget { - id: int - name: String + {abstract} present(): void } abstract class Window { - {static} priority = 1 } class MotifWindow { + present(): void } class PMWindow { + present(): void } abstract class ScrollBar { - {static} priority = 2 } class MotifScrollBar { + present(): void } class PMScrollBar { + present(): void } abstract class Button { {static} priority = 3 } class MotifButton { + present(): void } class PMButton { + present(): void } @enduml
ff8369e459890715975bad807f852237adc0e087
286b233fd7e797c9d122461c20e399eba41ff31f
/creation/singleton/uml/_example.puml
589f808d20218a0ad0b67be30015347438063dae
[]
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
468
puml
@startuml skinparam nodesep 75 skinparam ranksep 50 hide empty members interface Product { + {abstract} doSomething() } class Regular { - int counter = 0; __ + this() __ + {static} int howManyCreated(); + doSomething() } class Unique << Singleton >> { - int counter = 0; - Unique instance; __ - this() __ + {static} int howManyCreated(); + {static} Unique build() + doSomething() } Product <|.. Regular Product <|.. Unique @enduml
d7eff7482365efa0a1f4b6d4f5c3c3def00069b8
a65fe81fdb57e5d389a290fc70f724a593f1cd85
/01.Observer/src/ES2015-DigitalClock/diagrams/ObserverPattern.puml
8eb972bfbe0a461becd948ca05317f9ea4ada3e6
[ "MIT" ]
permissive
leoshiang/DesignPatterns
56a74d317893e96d19e62d789f0379096ae4fe8b
aefa956b0d8caac1e4f80f75e87a5b44b954e8cb
refs/heads/master
2020-04-01T10:12:37.390007
2018-10-15T12:21:22
2018-10-15T12:21:22
113,122,364
0
0
null
null
null
null
UTF-8
PlantUML
false
false
493
puml
@startuml skinparam class { FontStyle bold FontSize 12 } class Subject{ +attach(observer) +detach(observer) +notify() } class ConcreteSubject{ +concreteState +getState() +setState() } class Observer{ +update } class ConcreteObserver{ +observerState +update } Subject <|-down- ConcreteSubject Observer <|-down- ConcreteObserver Subject -right-> Observer ConcreteObserver -left-> ConcreteSubject @enduml
66bd9ddc4c62c53bded2302e73717705d7083758
72c605a8372b04f19ec6ee6cefaf5517524d8f74
/ButtonLed/ButtonLedSimulatedEnv.emi/src-models/output-ButtonLedCS/output-Class.plantuml
1c8d487ffe547811cd38144e0385d27c6fbc176a
[]
no_license
ValentinBesnard/emi-deployment
73fba07d8f2cb6fabf82b4274bff564c3d17798e
d18eac496381bbf60ff6a2a0492083c8f0705a72
refs/heads/master
2022-04-15T22:09:51.331064
2020-02-24T07:03:54
2020-02-24T07:03:54
182,274,203
0
0
null
null
null
null
UTF-8
PlantUML
false
false
849
plantuml
@startuml class "[[ButtonLedsSystem%3A%3AButtonPort-Class.svg ButtonLedsSystem::ButtonPort]]" as ButtonLedsSystem_ButtonPort class "[[ButtonLedsEnvironment%3A%3AEnvButtonPort-Class.svg ButtonLedsEnvironment::EnvButtonPort]]" as ButtonLedsEnvironment_EnvButtonPort class "[[ButtonLedsSystem%3A%3ALightPort-Class.svg ButtonLedsSystem::LightPort]]" as ButtonLedsSystem_LightPort class "[[ButtonLedsEnvironment%3A%3AEnvLedPort-Class.svg ButtonLedsEnvironment::EnvLedPort]]" as ButtonLedsEnvironment_EnvLedPort class "Main" as ButtonLeds_Main { +♦ system : [[ButtonLedsSystem%3A%3ASystem-Class.svg System]] +♦ env : [[ButtonLedsEnvironment%3A%3AEnv-Class.svg Env]] } ButtonLedsSystem_ButtonPort -- ButtonLedsEnvironment_EnvButtonPort : envButtonPort ButtonLedsSystem_LightPort -- ButtonLedsEnvironment_EnvLedPort : envLedPort @enduml
4d0f02266c203ab87f0cfc4e4a8094c3634d9741
f843c9d5922c2ef92cc3ca50f20f44184ed27ef8
/src/main/java/Framework/Graphed2/README.puml
f0d0cad6ed774f40730ca8b3ec4553864a2edc3d
[]
no_license
yvanross/LOG121-GOF-exemples
c80a4d1b29f0b953e4666e100a82d4fde1923bea
7cff56d019b40901ed54b85a62d69317cf61da59
refs/heads/master
2023-05-04T07:39:48.742354
2021-05-21T13:43:50
2021-05-21T13:43:50
261,219,115
2
25
null
2021-01-25T22:44:14
2020-05-04T15:11:44
Java
UTF-8
PlantUML
false
false
2,217
puml
@startuml Diagramme de classe package Graphed2{ class FormLayout class GraphFrame class GraphPanel class JFrame class JPanel class LineStyleEditor class PropertyEditorSupport class PropertySheet class SimpleGraphEditor note bottom of SimpleGraphEditor: Contain main operation class ToolBar interface java.lang.Clonable interface LayoutManager interface java.io.Serializable package Nodes { interface Node { void draw(Graphics2D g2); boolean contains(Point2D aPoint); void connect(Node aStart, Node anEnd); Node getStart(); Node getEnd(); Line2D getConnectionPoints(); Rectangle2D getBounds(Graphics2D g2); } class PointNode class CircleNode } package edges { abstract class AbstractEdge{ public Object clone() public void connect(Node s, Node e) public Node getStart() public Node getEnd() public Rectangle2D getBounds(Graphics2D g2) public Line2D getConnectionPoints() private Node start; private Node end; } interface Edge { void draw(Graphics2D g2); boolean contains(Point2D aPoint); void connect(Node aStart, Node anEnd); Node getStart(); Node getEnd(); Line2D getConnectionPoints(); Rectangle2D getBounds(Graphics2D g2); } class LineEdge class LineStyle { private LineStyle(String name) public Stroke getStroke() protected Object readResolve() throws ObjectStreamException public static final LineStyle SOLID public static final LineStyle DOTTED } } package Graphes { abstract class Graph class SimpleGraph } AbstractEdge -up-|> Edge Graph -up-|> java.io.Serializable CircleNode -up-|> Node FormLayout --|> LayoutManager GraphFrame --|> JFrame GraphPanel --|> JPanel LineEdge -up-|> AbstractEdge LineStyle -up-|> java.io.Serializable LineStyleEditor --|> PropertyEditorSupport PointNode -up-|> Node PropertySheet --|> JPanel SimpleGraph -up-|> Graph ToolBar --|> JPanel Edge -up-|> java.io.Serializable Node -up-|> java.io.Serializable LineEdge .left-> LineStyle: depend on Edge -up-|> java.lang.Clonable Node -up-|> java.lang.Clonable SimpleGraphEditor .up.> SimpleGraph } @enduml
92ee6a6390358b2ff83b82d98a605e5c4eee714c
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/AttributeGroupReference.puml
83b37e7caad061643c5ecd7a2c0636e84028cd24
[]
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
534
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 AttributeGroupReference [[AttributeGroupReference.svg]] extends Reference { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String obj: [[AttributeGroup.svg AttributeGroup]] } interface Reference [[Reference.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String } @enduml
ab8afaf36303b43be6b48f06c695f3430aa3c00a
bc23399234b648c3108426173ee85a075434101b
/app/uml/General.puml
b307e8d61f5c8d3f68b1a397fa81b7e58dad0570
[]
no_license
igorsan98v2/urk_dactyl_lang
489dcf38e4de78387429888154b4cb6ea9980940
138debd4dfbf86e248bec6daa32ce4920f93a1dc
refs/heads/master
2023-07-11T01:37:41.448121
2021-08-22T22:34:15
2021-08-22T22:34:15
373,769,647
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,904
puml
@startuml skinparam dpi 450 scale 3 left to right direction interface "Метод розпізнання" abstract class "Нейроні Мережі" abstract class "Розпізнавач" abstract class "Гра" abstract class "Дактильна гра" abstract class "Жестова гра" abstract class "Карткова гра" class Оцінювач { Оцінка оцінити(ВихіднийСигнал сигнал) } class Налаштування { налаштуванняМетоду(Метод метод) налаштуватиСкладність(Гра гра) } class "Результат дії \n користувача" as result{ додатиОцінювач(Оцінювач оцінювач); видалитиОцінювач(Оцінювач оцінювач); сповістити() } class Статистика { зібрати( Оцінка оцінка) } "Вхідний сигнал" <|-- Дактиль "Вхідний сигнал" <|-- Жест "Вхідний сигнал" <|-- Картка Статистика <|-- "Статистика Гри" Статистика <|-- "Статистика Методу" "Метод розпізнання" <|-- "Нейроні Мережі" "Метод розпізнання" <|-- КінцевийАвтомат "Нейроні Мережі" <|-- "GRU метод" "Нейроні Мережі" <|-- "RNN метод" "Нейроні Мережі" <|-- "TGCN метод" "Розпізнавач" *-- "Метод розпізнання" "Розпізнавач" "1" --> "n" "Вихідний сигнал":Видає "Розпізнавач" <|-- "Розпізнавач дактилів" "Розпізнавач" <|-- "Розпізнавач жестів" "Розпізнавач" <|-- "Розпізнавач карток" "Гра" "1" *-- "n" "Розпізнавач" "Гра" <|-- "Жестова гра" "Гра" <|-- "Дактильна гра" "Гра" <|-- "Карткова гра" "Жестова гра" <|-- "Розповідь казок" "Жестова гра" <|-- "Гра в асоциації" "Карткова гра" <|-- "Гра пари" "Дактильна гра" <|-- "Гра алфавіт" "Оцінювач" o-- Гра "Оцінювач"--o "Вихідний сигнал" "Вихідний сигнал" --|> result "Розпізнавач" <.. "Вхідний сигнал": розпізнається Оцінювач o-- Оцінка "Вхідний сигнал" --o Гра Статистика --o Оцінювач Статистика <-- СтатисничнийЗапис Гра <.. Налаштування: змінює складність гри, обирає доступність "Метод розпізнання" <.. Налаштування: змінює метод для розпізнання у грі @enduml
a0b610cedb68fd018abd3b11838ca848a63dfc7c
d2a42287e8b9102a35174a2e7cd25eb6e910ad0c
/docs/diagrams/input-widget-class-diagram.puml
9460e9e15a053cb8794b19e0b9edfabee47acf90
[ "MIT" ]
permissive
thebjorn/dkdj
23f1e016c8d59702b6641a68c548ae073a205c43
181d11af0d36747b48f41e2cb483ff8f7a62d3bf
refs/heads/master
2023-08-17T11:15:43.691256
2023-08-08T10:52:23
2023-08-08T10:52:23
142,187,325
0
0
MIT
2023-01-26T17:57:20
2018-07-24T16:48:12
JavaScript
UTF-8
PlantUML
false
false
777
puml
@startuml Widget <|-- InputWidget InputWidget <|-- TextInputWidget InputWidget <|-- DurationWidget InputWidget <|-- RadioInputWidget InputWidget <|-- SelectWidget SelectWidget <|-- RadioSelectWidget RadioSelectWidget <|-- CheckboxSelectWidget InputWidget <|-- TriboolWidget class InputWidget { #value #dom_value formatted_value() get_field_value() data_changed(...) widget_changed(event) stringify(val) parse(str) handlers() } class RadioInputWidget { #checked } class SelectWidget { #options #value #dom_value } class RadioSelectWidget { #dom_value rebuild_options() handlers() } class CheckboxSelectWidget { #dom_value rebuild_options() widget_changed(event) handlers() } @enduml
666751d09c44cd6e0c5984127f2a324ca1b666d4
623901f88add92381284879aa64c7f0fb9aab9a1
/app/docs/app_architecture_uml.puml
1e0f895955cb35b22a09c27ab682cb43587815c0
[]
no_license
flotji-potji/healthyRACUN
65d5039180950fa022e4a69a404a32653430dd69
d17f5e850412fd181b76780563196721f975d1a4
refs/heads/master
2023-06-02T22:01:22.425547
2021-06-18T05:48:49
2021-06-18T05:49:01
358,341,954
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,275
puml
@startuml 'https://plantuml.com/component-diagram package "Activity/Fragments" { object Activity { MainActivity CreateMealActivity LoadingScreenActivity ProfileFormActivity } object Fragment { HomeFragment MealLoggingFragment AddQuickMealFragment NutritionAlarmFragment ProfileFragment AddNourishmentFragment } } package "ViewModels" { object Classes { SplashScreenViewModel ProfileFormViewModel HomeViewModel MealLoggingViewModel AddQuickMealViewModel NutritionAlarmViewModel ProfileViewModel CreateMealViewModel AddNourishmentViewModel } } node "Repository" { class HealthyRepository { healthyDao : HealthyDao netData : NetData -- getNutritionFactTable() : LiveData<List<NutritionFactTable>> geDietaryRestrictionTable() : LiveData<List<DietaryRestrictionTable>> } } node "RoomDatabase" { package "HealthyDatabase" { database "sqlite" { } } } cloud "Inet" { } "Activity/Fragments" ---> "ViewModels" "ViewModels" --> "Repository" HealthyRepository ---> "RoomDatabase" HealthyRepository ---> "Inet" @enduml
9d0262655cd719479d1975778b9c5239751e0170
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/Rendu/doc/javadoc/ch/tofind/commusica/network/package.puml
a34ad69dfede80198c174d6262a2dc284401b8e2
[]
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
1,740
puml
@startuml namespace ch.tofind.commusica.network { class UnicastClient { [[UnicastClient.html]] {static} -LOG: Logger -socket: Socket -out: PrintWriter -in: BufferedReader +UnicastClient(InetAddress, int) +UnicastClient(Socket) +send(String): void +send(File): void +run(): void } class MulticastClient { [[MulticastClient.html]] {static} -LOG: Logger -port: int -multicastGroup: InetAddress -socket: MulticastSocket -running: boolean +MulticastClient(String, int, InetAddress) +stop(): void +send(String): void +run(): void } class Server { [[Server.html]] {static} -LOG: Logger -socket: ServerSocket -port: int -running: boolean -threadPool: ExecutorService +Server(int) +stop(): void +run(): void } class NetworkProtocol { [[NetworkProtocol.html]] {static} +interfaceToUse: InetAddress {static} +MULTICAST_PORT: int {static} +UNICAST_PORT: int {static} +MULTICAST_ADDRESS: String {static} +END_OF_LINE: String {static} +END_OF_COMMAND: String {static} +END_OF_COMMUNICATION: String } interface java.lang.Runnable { {abstract} +run(): void } java.lang.Runnable <|.. UnicastClient java.lang.Runnable <|.. MulticastClient java.lang.Runnable <|.. Server } @enduml
b6b4c57b00b49f308e67ead99917a47efc4ea999
962989bb15befd5177b53099836f5262cb2d82d0
/5.1-data-model/LAG.puml
8b19a9dfcfa9fbf81356407aa5da6488986b0c0f
[]
no_license
jnpr-tjiang/cfm-data-model
25c12acca65e6a7e4db10058172665517a0f9c11
2046f7227f80f98d88844c256b310c442d9cd960
refs/heads/master
2020-03-16T23:10:44.612882
2019-02-04T05:51:27
2019-02-04T05:51:27
133,068,065
2
0
null
null
null
null
UTF-8
PlantUML
false
false
2,088
puml
@startuml package global-system-config { class physical_router << (I, #FF7700) Identity>> { [[file:///Users/tjiang/gitlab/xmlparsing/xmltest/svg/physical_router.svg]] - vendor_name: String - product_name: String - role: PhysicalRouterRole - rb_roles: List<RoutingBridgingRole> - device_family: String</b> - serial_num: String</b> } class physical_interface << (I, #FF7700) Identity>> { [[file:///Users/tjiang/gitlab/xmlparsing/xmltest/svg/physical_interface.svg]] - ethernet_segment_identifier: String - type: enum { regular, ae, irb } - mac_addresses: MacAddressesType</b> } class logical_interface << (I, #FF7700) Identity>> { [[file:///Users/tjiang/gitlab/xmlparsing/xmltest/svg/logical_interface.svg]] } class link_aggregation_group << (I, #FF7700) Identity>> { - lacp_enabled: Boolean</b> } class fabric << (I, #FF7700) Identity>> { - annotations: Map<String, String> - credentials: List<DeviceCredential> - fabric_protocol: enum { ebgp } } fabric -> physical_router fabric *--- link_aggregation_group: has physical_router *-- physical_interface: has physical_interface *-- logical_interface: has physical_interface <-- link_aggregation_group } package tenant-project { class virtual_machine_interface << (I, #FF7700) Identity>> { - mac_addresses: MacAddressesType } class virtual_network << (I, #FF7700) Identity>> { } class bridge_domain { - vlan_tag_based_bridge_domain: boolean } class BridgeDomainMembershipType << (T, #FF7700) ComplexType >> #lightblue { - vlan_tag: Dot1QTagType } virtual_machine_interface --> bridge_domain (virtual_machine_interface, bridge_domain) . BridgeDomainMembershipType virtual_machine_interface "n " -> "1 " virtual_network virtual_network *-- bridge_domain: has } link_aggregation_group --> virtual_machine_interface logical_interface --> virtual_machine_interface @enduml
91a721bd98f475e35de84090ad5b83c9b8894baf
2ba3f5a76717fb6fff46612a773eae08af109dcd
/Renderer.plantuml
445c494f963eba8f35b2f279ab8cb50798f92eb6
[]
no_license
7Physics/7Physics
540b9f5f64747fa997e948c525683598a9339b2a
59cc9d7ae2132078d63bf32cfb886647324bd1ed
refs/heads/master
2023-05-29T21:38:22.282734
2021-06-11T21:55:18
2021-06-11T21:55:18
364,243,256
0
0
null
2021-06-11T13:13:35
2021-05-04T12:08:10
Java
UTF-8
PlantUML
false
false
2,187
plantuml
@startuml title 7Physics package Renderer { class Scene3D { - glu: GLU - fpsAnimator: FPSAnimator + Scene3D(camera: Camera, ground: Ground) + startAnimation() + init(drawable: GLAutoDrawable) + display(drawable: GLAutoDrawable) + iterator(): Iterator<Object3D> } interface Renderable { + render(gl: GL2) } class Object3D { - color: Color + render(gl: GL2) + Object3D(position: Position, shape: Shape, color: Color, edgeColor: Color) + Object3D(position: Position, shape: Shape) } class Ground { - width: double - lineGap: double + Ground(width: double, lineGap: double) + render(gl: GL2) } class Camera { - fov: double + zoom() + dezoom() + moveForward(offset: double) + moveBackward(offset: double) + moveRight(offset: double) + moveLeft(offset: double) + getLookAt(): Vec3 + rotateVertical(angleRadians: double) + rotateHorizontal(angleRadians: double) } class SceneKeyListener { + SceneKeyListener(scene: Scene3D) + update() } class SceneMouseListener { + SceneMouseListener(scene: Scene3D) } Object3D "*" --o Scene3D Renderable <|.. Object3D Renderable <|.. Ground Scene3D o--"*" Renderable: renderables Scene3D --> "1" Camera: camera SceneKeyListener - Scene3D SceneMouseListener - Scene3D SceneKeyListener --> "1" Camera } package Common { class Position { - horizontalAngle: double - verticalAngle: double + Position(x: double, y: double, z: double, horizontalAngle: double, verticalAngle: double) + translate(translation: Vec3) + rotate(hAngle: double, vAngle: double) + clone(): Position } class Shape { + Shape() + Shape(vertices: List<Vec3>) # addSquare(a: Vec3, b: Vec3, c: Vec3, d: Vec3) } interface Positionnable } Object3D --> "1" Shape Object3D --> "1" Position Scene3D --> "1" Position Camera --> "1" Position Camera ..|> Positionnable @enduml