blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 227 | content_id stringlengths 40 40 | detected_licenses listlengths 0 28 | license_type stringclasses 2
values | repo_name stringlengths 6 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 61
values | visit_date timestamp[us]date 2015-08-14 10:26:58 2023-09-06 07:53:38 | revision_date timestamp[us]date 2011-01-31 21:28:29 2023-09-05 14:54:58 | committer_date timestamp[us]date 2011-01-31 21:28:29 2023-09-05 14:54:58 | github_id int64 206k 631M ⌀ | star_events_count int64 0 108k | fork_events_count int64 0 34.4k | gha_license_id stringclasses 13
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 79
values | src_encoding stringclasses 12
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 8 1.29M | extension stringclasses 17
values | code stringlengths 8 1.29M | non_uml bool 1
class | uml bool 1
class | has_non_ascii bool 2
classes | has_non_latin bool 1
class | uml_subtype stringclasses 10
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
74ddd02781a265c6b3c1e63caf39013e5e5b2e93 | d2e59b4fde18cb85e5bbbb35f0a231a20c39fcb4 | /03-class/car.puml | 872db708fca7843f5614bdd93d35886cf83e66a5 | [] | no_license | andri2621/materi-day03 | ed44f8f77393c2c2f9c459e0c8eac07d15ce3fb7 | 4bad91321d0fcf7d9dd50bc2feb1625c3c6cb04b | refs/heads/master | 2023-03-28T20:03:55.022576 | 2021-03-30T18:20:47 | 2021-03-30T18:20:47 | 353,100,363 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 315 | puml | @startuml classdiagram-car
class Car{
+merk: String
+tahun : String
+info():String
}
class Taxi extends Car{
+totalRevenue():Number
}
class Main {
Main()
}
interface apiCar{
+totalCar(listCar):Number
}
Main --> Car
Main --> Taxi
Main --> apiCar
apiCar --> Car
apiCar --> Taxi
@enduml | false | true | false | false | class |
e50c409b27e96fdf1310df3c8c3427bf1ca0f701 | 7e1254c89796e44c559f72d55a73f3e32a15fbb5 | /sequence.plantuml | b87af37cb71e67a3d194ccb5be058658cf6baaa7 | [] | no_license | augustoaccorsi/tam-training | cce19b2997611d00a109f267dfb24cacf0909b64 | ca7089d2d583a040b59f2b2672bd6be50282f73a | refs/heads/main | 2023-09-03T20:01:36.959539 | 2021-09-16T18:20:27 | 2021-09-16T18:20:27 | 406,908,395 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 621 | plantuml | @startuml sequence
!include https://hcm-commons.cfapps.eu10.hana.ondemand.com/iuml/skins
!include https://hcm-commons.cfapps.eu10.hana.ondemand.com/iuml/activity
ApplicationA -> Enqueue: Enqueue X
activate ApplicationA
activate Enqueue
Enqueue --> ApplicationA: Success
ApplicationA -> Enqueue: Acquire X
ApplicationB ... | false | true | false | false | sequence |
176859db5009e423720c1ef3396f26421aaae74f | ed46977954b0228495c02ea9198df0d92e3d2060 | /Documentation/FormGenerator.puml | e08f668474775668a238071060788af6d75816ba | [
"BSD-3-Clause"
] | permissive | SlicerProstate/SlicerPIRADS | 9327450234be7a14bf77ecaf6a8adcafbd6d1539 | b160dc547a955f2d20f52b7247d39d4de21eaa8e | refs/heads/master | 2021-05-12T08:10:13.225219 | 2020-05-12T17:19:24 | 2020-05-12T17:19:24 | 117,270,412 | 0 | 0 | BSD-3-Clause | 2018-04-20T16:57:10 | 2018-01-12T17:39:15 | null | UTF-8 | PlantUML | false | false | 1,562 | puml | @startuml
class Widget {
- __formGeneratorFactory
+ setup()
}
Widget::__formGeneratorFactory ..> FormGeneratorFactory: uses
class FormGeneratorFactory {
+ {static} getFormGenerator(filePath): JSONFormGenerator
}
FormGeneratorFactory::getFormGenerator ..> FormGenerator: returns
class FormGenerator {
+ {vir... | false | true | false | false | class |
5419b34979b929eee61c48e2f601fec1bdedf0e5 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/core05_02/send_Email/i130419/draft_send_email.puml | bf27301032d07d6389a8deaf2f0184719346c5be | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 629 | puml | @startuml doc-files/draft_send_email.png
participant User as usr
participant "<<Analysis>>\nSendEmailUI" as seui
participant "<<Analysis>>\nSendEmailAction" as sea
participant "<<Analysis>>\nEmailController" as emc
participant "<<Analysis>>\ne: Email" as em
participant "<<Analysis>>\n<<Service>>\nEmailSender" as emse
u... | false | true | false | false | sequence |
4a51cb20894a93ccf6026e32f1e2b2c872a2da6b | 579c9c804ab162523c8ebd15dcafef1bcb83d971 | /uml/ts/BaseModule.puml | 2ad7566a839b534af7d1ef5e5be6a2d39f8c9394 | [] | no_license | Neticon/webgl-tests | dc287657a688af6b5c7fb80b28e3d34fd9d2cdf5 | 7104ac320af8fac24a01322f574382307130b2de | refs/heads/master | 2020-03-30T13:59:17.832681 | 2019-01-14T13:44:16 | 2019-01-14T13:44:16 | 151,296,096 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,424 | puml | @startuml
interface IBaseModule{
+width : number
+height : number
+depth : number
+type : any
+state : any
+parent : IBaseModule
+children : (IBaseModule | KObject)[]
+object3D : any
+next : IBaseModule | undefined
+prev : IBaseModule | undefined
+init(): void
+clone(): IBaseModule
+cloneChild... | false | true | false | false | class |
9e81d3aeb2c4874427d02563442cdf927d198071 | a0f6ef98af8a52989bb2d8381fc2b2d849e4c1de | /simplified-model.plantuml | 6800c9794c137b58e93308a55bff9a1a3c41017b | [] | no_license | clingen-data-model/functional-assays | 611447bf17e6a11d4603d3d91ec9f2bd346037a2 | f376100bb7970cbe96e405c883d35c9e8065f8a1 | refs/heads/master | 2020-05-21T00:27:46.071125 | 2019-11-13T23:46:22 | 2019-11-13T23:46:22 | 185,828,277 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,485 | plantuml | @startuml
skinparam object {
backgroundColor<<evidence line>> Khaki
backgroundColor<<contribution>> Khaki
backgroundColor<<assertion method>> Lavender
backgroundColor<<statement>> LightSkyBlue
backgroundColor<<assertion>> LightSkyBlue
StereotypeFontSize 24
FontSize 18
}
object EvidenceLine... | false | true | false | false | sequence |
b22a43e5d9345d0d65fc2018558a0c337e5c7725 | 0b4019db64dd36d38f615003bf77b70c9b04ccea | /plantuml/HelloWorld/HelloWorld_Class.puml | 78dc938b749a38a1a879477768d97720b7b7ca62 | [
"MIT"
] | permissive | kbasar/embeddedcpp | 701ef08abff1b873aec901d96d8e92828a156167 | 84463d5916df774523c9422c70ca1a4de2d42b15 | refs/heads/master | 2020-07-29T07:12:51.781915 | 2019-08-22T03:28:47 | 2019-08-22T03:28:47 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 529 | puml | @startuml Helloworld_Class
namespace stm32f767.Usart {
enum eWordlen {
7_BITS
8_BITS
9_BITS
}
enum eParity {
NONE
ODD
EVEN
}
enum eMode {
RX
TX
RX_TX
}
enum eFlowControl {
NONE
RTS
CTS
RTS_CTS
}
class Settings {
+Settings()
+uint32_t baudrate
+uint32_t... | false | true | false | false | class |
98405bed6bfd58aa6b53b5743f05d5a053b81180 | 6d49d8cc8178b0bd65590a6a59757a210c9aeecc | /uml/flow-lifelines.puml | 2bdf4b5742ff07d61cd8ef208889b71905015bbe | [
"Apache-2.0"
] | permissive | slim-gears/rxrpc | 51cf5df121302966cbe45dc207a7f95615a69767 | fa3aa74dbf847f1169cbba2ee5261eb9f5160031 | refs/heads/master | 2023-02-22T22:56:47.434489 | 2022-07-21T04:45:51 | 2022-07-21T04:45:51 | 143,330,131 | 1 | 12 | Apache-2.0 | 2023-02-15T14:03:37 | 2018-08-02T18:16:14 | Java | UTF-8 | PlantUML | false | false | 397 | puml | @startuml
!includeurl https://raw.githubusercontent.com/slim-gears/rxrpc/dev/uml/skin.puml
box "Client" #ffe8c0
participant UserComponent
participant SayHelloEndpointClient
participant RxClient
participant ResponseSubject
end box
participant RxTransport
box "Server" #e8ffc0
participant RxServer
particip... | false | true | false | false | sequence |
c5ee1f7e55f093c23b39ac011eec8d14345672e1 | 7154939c3052f3c4ea24e753a984d9212aed0be5 | /src/docs/asciidoc/diagrams/behind-the-scenes.puml | 84d708f3e8954afb58e4c580f699852a8cdc4e50 | [] | no_license | chrisdutz/ACEU2016-Frontends-for-IoT-systems-built-with-Apache-Flex | e251cbaeed25f9e57f0eea1c6b05398346311d39 | c722d6b07d8898040f001b26df5e5e9af41c0a9f | refs/heads/master | 2021-01-12T14:50:25.083852 | 2016-11-01T14:35:13 | 2016-11-01T14:35:13 | 72,102,971 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 243 | puml | @startuml
User -> Flex: Clicks on a button
Flex --> BlazeDS: Calls method (AMF)
BlazeDS --> Service: Invokes method (Java)
Service --> BlazeDS: Returns result (Java)
BlazeDS --> Flex: Returns result (AMF)
Flex --> User: Displays result
@enduml | false | true | false | false | sequence |
26965c98e98562234d6b5c112af8d494c62ac6a6 | 5fc9ee806f51009b57fa77aae4e4a2c44f60fba3 | /content/post/2020/reliability/services.puml | de6acf865ebe32b966056073756ac18610a18f7d | [] | no_license | pchudzik/blog.pchudzik.com | 9c18b7780ba2c14ac8079128f80fa18e622d7aa6 | 131da432f7db1ac9f9a676853d5f17dfe5a32bf5 | refs/heads/master | 2022-10-13T23:27:24.427784 | 2022-09-26T19:25:21 | 2022-09-26T19:25:21 | 71,178,821 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 900 | puml | @startuml
package "Rating Service" {
component [Reliability\n99.9%] as rating
}
:user:
node "The system" {
package "Cart Service" {
component [Reliability\n99.95%] as cart_service
}
database "Cart Database" as cart_service_db {
[Reliability\n99.99%] as cartdbr
}
package "Pro... | false | true | false | false | sequence |
629629ef161e27828c58e3580d660b11b34e166c | 1a3123ab9f1801ed9c962dea2fe7de64b0b1648b | /doc/birthday_greeting_use_cases.puml | 927c17a84caf40b7be5f661ca396663431fc6a00 | [
"Unlicense"
] | permissive | techrabbit58/KataBirthdayGreeting | cc395b4cd6733bb34d95b2514edea9399e9bb20e | 0154c7120464b326d6b77bf29ad79510937a952c | refs/heads/master | 2020-09-02T11:57:03.752718 | 2019-11-09T15:08:26 | 2019-11-09T15:08:26 | 219,215,898 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 579 | puml | @startuml
actor "Caller" as CALLER
rectangle "Birthday Greeting" as GREETER {
usecase RUN [
Run new
birthday greeter.
]
CALLER ->> RUN
usecase "Get current date." as TODATE
note "Obey leap years." as NOTE1
RUN ..> TODATE : include
TODATE .. NOTE1
usecase SELECT [
Select f... | false | true | false | false | usecase |
851740219f5b3bbadf84232611bebe6419311a34 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Actions/MarkerActions.puml | 0b9473c11b1121ba38e9a10eb9161ed419ec9caa | [] | 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 | 192 | puml | @startuml
class CopyMarkersToClipboard {
+ <<override>> Execute(state:WindowState, markers:IMarker[]) : bool
}
class "ItemAction`1"<T> {
}
MarkerAction <|-- CopyMarkersToClipboard
@enduml
| false | true | false | false | class |
a3fd5617a2a296da9ea668919d04c82a52a4c769 | 5296702956daa313c36df4bb12a97a6cf3547527 | /src/main/javadoc/resources/fr/kbertet/lattice/io/ContextWriterCsv.iuml | ca9a159b35d1ce87db5c0a3f621d85c03e16abdb | [
"CECILL-B"
] | permissive | JeanFrancoisViaud/java-lattices | c76184e9092e78aee10d91e1151ae27d8414b805 | 8b849295557752f599512712d2855b9e90b40799 | refs/heads/master | 2021-01-18T15:32:51.708817 | 2014-10-25T16:41:55 | 2014-10-25T16:41:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 289 | iuml | package fr.kbertet.lattice.io {
class ContextWriterCsv {
-{static}ContextWriterCsv instance
+void write(Context context, BufferedWriter file)
+{static}ContextWriterCsv getInstance()
+{static}void register()
}
ContextWriter <|-- ContextWriterCsv
}
| false | true | false | false | class |
438ceb5ccd4540c231f7731b63c0ae80c6ac6bf1 | f307970b839abfefbcd59b5aec6d5f871a961f72 | /src/main/java/com/slas/mapper/mapper.plantuml | 42b1e6fda77b01eb930ea6129c1ee98333d399e2 | [] | no_license | atanuroy911/SLAS_WEB | f27cd49c8dee735432c9521b77e21db14c1a27b4 | d6dcf31ec7a1d6bc592afdd3bfa6d3841ab21d5e | refs/heads/main | 2023-03-05T06:24:00.145938 | 2021-02-20T00:08:03 | 2021-02-20T00:08:03 | 335,622,112 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 480 | plantuml | @startuml
title __MAPPER's Class Diagram__\n
namespace java{
namespace com.slas {
namespace mapper {
interface com.slas.mapper.MainMapper {
{abstract} + GetLectureById()
{abstract} + GetUserByCard_no()
}
}
}
}
right footer
PlantUML diagram gener... | false | true | false | false | class |
0f84b6728ab73f7379ec90b7f95835aa3f4a3947 | 98be616c9e077db836803ec56452564b291e3ff9 | /PlantUml/class/class_diagram.puml | 5d2b46c9e232ca92a00d8437100963f6d62f6da5 | [] | no_license | grozhnev/yaal_examples | adef871b0f23f866491cc41f6c376964ace3fbe2 | fe337ee825b3c063d7ed0c3e7e54bef440421894 | refs/heads/master | 2021-03-30T12:20:42.402132 | 2019-12-26T07:01:54 | 2019-12-26T15:08:11 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 362 | puml | @startuml
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
enum TimeUnit {... | false | true | false | false | class |
5f6425dfee9ffe68bb9e6840a6a6321a809f9f98 | 4830d642871bca9d89b03473d53ee32e8cd64121 | /use-cases/38/use-case-38.puml | 30c93cdfe4a8e32571ec546a75d6b232f4678f78 | [
"Apache-2.0"
] | permissive | eoinkane/sem-coursework | ac12b74e2d7deca4a584c89a521a809b4f189ed6 | 634006895b639327b2dcd053d1de169e0f65a492 | refs/heads/master | 2023-04-17T10:53:39.026338 | 2021-04-30T08:28:10 | 2021-04-30T08:28:10 | 333,163,286 | 3 | 0 | null | 2021-02-06T13:27:57 | 2021-01-26T17:32:14 | null | UTF-8 | PlantUML | false | false | 292 | puml | @startuml
actor Member as "Member of the
organisation"
rectangle Database
rectangle "Population Information System" {
usecase UC38 as "Get the population of a country"
usecase UCa as "Output the report."
Member - UC38
UC38 ..> UCa : include
UC38 - Database
}
@enduml | false | true | false | false | usecase |
8e199cbde96ef797cc23681bd34768574e9b5a33 | 53c2c80c6b53bc1624c77ea8317499d2f28da495 | /readme/request_diagram.puml | 7cbdd4df1a5f96316126712268177e62d8cae2ed | [] | no_license | a-polyakov/com.zemrow.messenger | 3016d864e7ad4a13f51fd7b35f898551b440a0f4 | dc865d21b45634fb791ad033e0598f495022cb2d | refs/heads/master | 2022-11-25T20:48:19.089558 | 2022-01-05T01:25:07 | 2022-01-05T02:08:45 | 129,466,574 | 0 | 0 | null | 2022-11-23T22:18:03 | 2018-04-14T00:27:24 | Java | UTF-8 | PlantUML | false | false | 746 | puml | @startuml
actor User
collections Client
collections Server
collections Controller
collections Service
collections Logic
collections Dao
database Database
autonumber
User -> Client
Client -> Server: Requers
Server -> Controller : Routing
Controller -> Service : Transform
Service -> Service : Checks before transaction
gr... | false | true | false | false | sequence |
1cb36a45f1179b0facbdd1bf85bf500e437d86c8 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/ipc04_01/import_export_text/i130664/ipc04_01_sequence_diagram_export.puml | 8a5cf391ae8198a3a4a7076867aafe9ae32b4f1e | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,430 | puml | @startuml doc-files/export_from_text_file_ipc04_01.png
actor User
participant "ExportAction" as iea
participant "ExportUI" as ui
participant "ExportController" as ctrl
participant "th:Thread" as th
participant "thr:CustomExportation" as thr
participant "UIController" as uictrl
participant "stream:PrintWriter" a... | false | true | false | false | usecase |
0569e0eca75cd180a3f83d6e34eacdc80663b7f9 | bb3c8954c7aade9c1607433d368480383a7a7ef7 | /spring-lykos/src/main/java/com/lykos/ioc/chapter1/Observer.puml | 36df3fb6eb75079bf5e48ca8e1b29e7a05ec523e | [
"Apache-2.0"
] | permissive | lykosliu/spring-framework | 000889911bf23da1b1bf15d82cf70637320e1a26 | fbb799cbab5f8508fb79933ded5a2fbe87ca9fa5 | refs/heads/master | 2020-09-15T16:44:08.496750 | 2020-03-27T18:43:19 | 2020-03-27T18:43:19 | 223,504,165 | 0 | 0 | null | 2019-11-22T23:41:46 | 2019-11-22T23:41:45 | null | UTF-8 | PlantUML | false | false | 135 | puml | @startuml
class Subject
class Observer
Subject o-- Observer:1..*
class Subject{
Observer [] observers
}
class Observer{
}
@enduml | false | true | false | false | class |
4d0b81c89278271fc2b3c9f900c26a2d6aed8f56 | 5dc9e41cc781a3ce07954ad8b4e70ff66ab124ee | /docs/alfresco-identity-service/alfresco-identity-service-2.0.0.puml | 035f5c5d3cfee848c54e42fd64ddaa9bdaeb8649 | [
"Apache-2.0"
] | permissive | melahn/helm-chartmap | ada77202fdc8002788ac75ef2fe734d06e2c5f7e | 82c99f6ca09b54e7c7901c065f5d3fe6d0d1800d | refs/heads/master | 2022-10-15T08:43:17.746888 | 2022-09-23T00:11:42 | 2022-09-23T00:11:42 | 249,056,151 | 2 | 0 | Apache-2.0 | 2022-01-05T00:16:08 | 2020-03-21T20:33:46 | Java | UTF-8 | PlantUML | false | false | 1,951 | puml | @startuml
skinparam linetype ortho
skinparam backgroundColor white
skinparam usecaseBorderColor black
skinparam usecaseArrowColor LightSlateGray
skinparam artifactBorderColor black
skinparam artifactArrowColor LightSlateGray
title Chart Map for alfresco-identity-service:2.0.0
'There are 3 referenced Helm Charts
artif... | false | true | false | false | usecase |
ce166e41cc1e3d17af39690550db1b150a952ba3 | 9c78b0351e70888d0706f276d47526a42b56bbd7 | /user-account/.docs/uml/saml.puml | 8c459c4987ec53bc843c7f37885e5ffab8bc01a9 | [
"Apache-2.0"
] | permissive | nu-art-js/thunderstorm | 5f183e80f67a8114b389a1bef18541e0c921cbf3 | 93eecca8b7e8f17b6b93383afc0a58e631e5ee22 | refs/heads/master | 2023-08-31T09:06:58.270832 | 2021-12-21T14:52:32 | 2021-12-21T14:52:32 | 173,503,689 | 13 | 1 | NOASSERTION | 2022-02-19T12:42:36 | 2019-03-02T22:02:47 | TypeScript | UTF-8 | PlantUML | false | false | 794 | puml | @startuml
participant App_FE
participant App_BE
participant Auth_FE
participant Auth_BE
control Google
App_FE -> App_BE: Validate Sessions
App_BE -> Auth_BE: Validate Sessions
Auth_BE --> App_BE: Invalid session
App_BE --> App_FE: Invalid session
App_FE -> Auth_FE: Authenticate User
Auth_FE -> Auth_BE: Authenticate Us... | false | true | false | false | sequence |
8843cec4e6e3adc8391dd6a5b311e14a8f7487c6 | 0246a4889713a9f37cfe235f04a53eb6770a61ae | /content/en/docs/api-reference/img/KeypleCalypso-1-Transaction-PO_Selection.iuml | 1159fe9bf6905b20738edad9d5bfdaaf83cb6fcf | [
"Apache-2.0"
] | permissive | jeanpierrefortune/docsy-example | 2022b03167acf7620070d9ff1f11061a71d94898 | b1d35577041ed5788965d95149f6b223ff78b816 | refs/heads/master | 2021-01-14T02:48:32.503680 | 2020-02-25T17:22:53 | 2020-02-25T17:22:53 | 242,576,043 | 0 | 0 | Apache-2.0 | 2020-02-23T19:16:52 | 2020-02-23T19:16:51 | null | UTF-8 | PlantUML | false | false | 4,505 | iuml | @startuml
package org.eclipse.keyple #FFFFFF {
package core #FFFFFF {
package seproxy #FFFFFF {
+class AidSelector <<static>> {
+{static} final int AID_MIN_LENGTH = 5;
+{static} final int AID_MAX_LENGTH = 16;
+AidSelector(byte[] aidToSelect, Set<Integer> successfulSelectionStatusCodes,
FileOccurrence fileOccurrenc... | false | true | false | false | uml-unknown |
90905e769ba2b1cf7c476b0175ef8dc07d3466f6 | 6eccaf698fec5038d2c49d28fab5d5a85a942360 | /source/uml/model.puml | 6b769bdbb84fec1f91346a52ab93235760ee4afe | [
"Apache-2.0"
] | permissive | PerformanceIMMO/API | b4e7c65da391fbf3d3421a9ba90fadae85753f29 | 88d9e27862d9a2d95934cd5bf2fc613c8a6ff7c8 | refs/heads/master | 2021-07-09T10:34:15.620741 | 2020-09-01T12:20:19 | 2020-09-01T12:20:19 | 56,850,318 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 668 | puml | @startuml
ticket -- clientCompany
clientCompany -- agency
ticket -- patrimoine
clientCompany -- patrimoine
patrimoine -- lot
@enduml
@startuml
ProviderContact : Fournisseur
ticket o- user
ticket o-- patrimoine
ticket o-- assignee
assignee --* ProviderContact
assignee --* ProviderCompany
ticket o-- Reclamation
Provide... | false | true | false | false | class |
7ea8c3ada903f2ab7148edd45afcb565452a0d35 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StoreUpdateAction.puml | fa49352d71f10eb12eba5943a998054496ff1695 | [] | 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,196 | 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 StoreUpdateAction [[StoreUpdateAction.svg]] {
action: String
}
interface StoreAddCountryAction... | false | true | false | false | sequence |
710e6e279a87ee229e0aa26b93e2e9a4f0665556 | 8ec1fb16b350f453824ca50174347688b310ce2c | /aula07/Ex1/Ex1.plantuml | ae8f47d5767a0ce65ca363dd917dfbff62f834fa | [] | no_license | oEscal/PDS | 2f32cd491a0a963e3b7182f772d8699ba82f3bf3 | 5feca5f16979319869da5fcf97ae3f3dfbbf1986 | refs/heads/master | 2020-04-25T00:23:09.561837 | 2019-06-03T09:17:43 | 2019-06-03T09:17:43 | 172,376,799 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,534 | plantuml | @startuml
title __EX1's Class Diagram__\n
package aula07.Ex1 {
class Employee {
- name : String
+ Employee()
+ start()
+ terminate()
+ work()
}
}
package aula07.Ex1 {
abstract class EmployeeDecorator {
+ EmployeeDecorator()
+ start()
... | false | true | false | false | class |
2faa96ed6efc62538cbcf0178bd4ecf367c48be1 | 41e335a2ded65f95ece1c413fe9d465df1d198b4 | /app/src/main/java/utils_use/timer/timer.plantuml | f3824fcfceb22702c1628acaaab1467ba34d23be | [
"Apache-2.0"
] | permissive | tulensayyj/DevUtils | ea40e897de72b88591cc1f1cea798eb74175eda8 | 3bc39eaf343c811270bc01e223cd37e80db9e04c | refs/heads/master | 2022-11-27T05:08:28.115620 | 2020-07-27T13:24:50 | 2020-07-27T13:24:50 | 281,569,859 | 0 | 0 | Apache-2.0 | 2020-07-22T03:59:24 | 2020-07-22T03:59:23 | null | UTF-8 | PlantUML | false | false | 516 | plantuml | @startuml
title __TIMER's Class Diagram__\n
namespace utils_use.timer {
class utils_use.timer.TimerUse {
- NOTIFY : int
{static} - TAG : String
- TimerUse()
- timerUse()
}
}
utils_use.timer.TimerUse o-- dev.utils.app.assist.manager.TimerManager.AbsTimer : absTimer
r... | false | true | false | false | class |
a525634c29883358d8edb3e944a802bdd70c816c | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductDiscountReference.puml | 053235c34c7e0a826849050de4d282f8157418c5 | [] | 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,029 | 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 ProductDiscountReference [[ProductDiscountReference.svg]] extends Reference {
typeId: [[Reference... | false | true | false | false | sequence |
1c8f0522da42f2f6c576736fe679537ea9cf1c83 | 201248461d8243c5bae4ca1ae71cbf73e3d61e25 | /docs/uml/pic3-adapter,inspoint,button.puml | ae56144df2d6e6ed96cb88955275467aad3fffb1 | [
"MIT"
] | permissive | dapplets/dapplet-extension | 639cbedb8187b2d72b78b48d288d7ca83a15aa1e | 39584cfcab2a2ae8885e4e43d9009ee38078c624 | refs/heads/master | 2023-08-30T10:17:34.600981 | 2023-08-28T21:45:54 | 2023-08-28T21:45:54 | 180,519,848 | 19 | 6 | MIT | 2023-09-14T20:19:13 | 2019-04-10T06:47:41 | TypeScript | UTF-8 | PlantUML | false | false | 1,269 | puml | @startuml "dapplet-extension"
skinparam componentStyle uml2
skinparam defaultFontSize 16
skinparam legendFontSize 20
skinparam linetype polylne
legend top left
Website, Adapter, Feature
end legend
component "external Service,\nOverlay or Wallet\n" as Service #cyan
package "web page" as Webpage {
[DOM]
[Widget... | false | true | false | false | sequence |
cd96de539e719e93ff65b405211420639b654ac6 | 0907fc2446db19123b9347587fbed53ba623fe29 | /Wealth.puml | 539170b5a176b5a3f8d4684ce5f8b27063a0beef | [] | no_license | FrancoDominic/csm10j-Hw02 | c329e956543b332e351ebc7020aa535534699774 | 208176e765d44b22cca4b6e0d06aa1d28f8d60c7 | refs/heads/master | 2021-01-10T17:25:23.769576 | 2015-11-10T23:50:49 | 2015-11-10T23:50:49 | 45,943,941 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,082 | puml | @startuml
abstract class InheritanceDesign.Asset
abstract class InheritanceDesign.Property
abstract class InheritanceDesign.Security
annotation java.lang.Override
class InheritanceDesign.BankAccount
class InheritanceDesign.Bond
class InheritanceDesign.Car
class InheritanceDesign.House
class InheritanceDesign.Stock
clas... | false | true | false | false | class |
214ac85ce139d2ece1cdc55b7bb5c94d672b9ef2 | 1b50fe1118a908140b6ba844a876ed17ad026011 | /core/models/rating/ContentQualityRating-sequence.puml | 8756c74bd38c35866114c7ab58c98b28a4a1c886 | [
"MIT"
] | permissive | jimador/narrative | a6df67a502a913a78cde1f809e6eb5df700d7ee4 | 84829f0178a0b34d4efc5b7dfa82a8929b5b06b5 | refs/heads/master | 2022-04-08T13:50:30.489862 | 2020-03-07T15:12:30 | 2020-03-07T15:12:30 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 316 | puml | @startuml
actor Rest
Rest -> PostController: /posts/{postOid}/qualityRating
PostController -> PostService: qualityRatePost (OID postOid, QualityRatingEnum rating)
PostService -> PostService: getContentforPostOid (OID postOid)
PostService -> RatingServiceImpl: setRating (Content, User, QualityRatingEnum)
@enduml | false | true | false | false | usecase |
9809b17819c5e289b8acc300b059c31b03028e15 | 326f0532299d6efcaec59d5a2cc95c31d9af9ef2 | /src/com/atguigu/proxy/dynamic/dynamic.plantuml | a7bd69a23f0e894f26237b440ff13e23ca8262bb | [] | no_license | srefp/design_pattern | 4b45ceb0808a8ae98a007bc5b0e01825693dcf7b | b7ff2d80172c55848b8f59530da6ccca477dfd24 | refs/heads/main | 2023-01-19T06:12:14.495913 | 2020-11-24T08:48:53 | 2020-11-24T08:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 952 | plantuml | @startuml
title __DYNAMIC's Class Diagram__\n
namespace com.atguigu.proxy.dynamic {
class com.atguigu.proxy.dynamic.Client {
{static} + main()
}
}
namespace com.atguigu.proxy.dynamic {
interface com.atguigu.proxy.dynamic.ITeacherDao {
{abstract} + sayHello()
{abstract} + ... | false | true | false | false | class |
f88fe13a3b8ec5c5d67797fd9d0fc317e5555b13 | ece7901e2a5e88048743f4ab96caff7e4063e987 | /SP0321.puml | 6dfd1f905179be6561cde5ba61def67e6fdd3ae7 | [] | no_license | manish-drake/sportspiparch | ac43f6ab453b0c291d9f738b14bfe07116306f34 | 8ac9d63eefaa0f4ac66df9fe2edace10ccf4ce67 | refs/heads/master | 2023-04-06T05:07:48.477941 | 2021-04-06T10:53:26 | 2021-04-06T10:53:26 | 291,276,027 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,852 | puml | @startuml Message Queue
actor admin as "Admin"
actor coach as "Coach"
boundary emu as "Controller\n(emmulating Stream Deck)"
create mq_emu as "Dispatcher\n(Controller)"
emu -> mq_emu: listen(port:8880)
control srv as "Service\n(Win/Linux)"
create mq_srv as "Dispatcher\n(Service)"
srv -> mq_srv: listen(port:8880)
bou... | false | true | false | false | usecase |
c14134be776c5d6ee56e179d8445b49b8af477f6 | b582b2522fd68b6903f8318725308c22fbc97563 | /cardreader.provider.bluetooth.feitian/doc/plantuml/BFEICRP/FeitianCardChannel.plantuml | b3276952218b889dddb293e5b5093fb2eeff6982 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-Bluetooth-Feitian-Android | 4a8bb848ef0894c7da3516a82150a8cef6079fd8 | 5acf358dd6a5819c20b85d5b778d1aa487f7b3d7 | refs/heads/master | 2022-01-12T05:42:43.524841 | 2022-01-07T07:24:26 | 2022-01-07T07:24:26 | 214,090,891 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 716 | plantuml | @startuml
package de.gematik.ti.cardreader.provider.bluetooth.feitian.entities {
class FeitianCardChannel {
- channelNo : int
{static} - MANAGE_CHANNEL_COMMAND_CLOSE : CommandAPDU
{static} - RESPONSE_SUCCESS : int
{static} - LOW_CHANNEL_NUMBER_VALUE : int
{static... | false | true | false | false | class |
d07d042d826dd86c09791eac8cacf51f721e0cd8 | cbd9df5ba2c7a60893eb391e8b1b73561aef43aa | /puml/netconf-call-home-websocket.puml | 1be59f2b76e2cdaef56f5f7848d18ec341348f93 | [
"MIT"
] | permissive | husky2008/sdn-handbook | fdc5b851130bd45b16ae4bacc1d757bb443b5e4f | 0ee77c846e6020bceeab406e082436d50abfa59a | refs/heads/master | 2020-05-30T02:53:16.106692 | 2019-05-14T07:56:53 | 2019-05-14T07:56:53 | 189,505,133 | 1 | 0 | MIT | 2019-05-31T01:17:29 | 2019-05-31T01:17:29 | null | UTF-8 | PlantUML | false | false | 696 | puml | @startuml
title __NETCONF Call home overview__ over WebSocket
box "Client" #LightGreen
participant "NETCONF Client" as nc
participant "WS Client" as wc
end box
box "Server" #LightBlue
participant "WS Server" as ws
participant "NETCONF Server" as ns
end box
nc -> wc : Load html file
wc -> ws : TLS handshake
ws -> n... | false | true | false | false | sequence |
fb89f474c8759d64729eb4a23709fa5bb4c3db7d | 7f99c1917be45c66f1dca6870114034068239f23 | /src/main/java/ex42/Parser.puml | 074db9ed5aeeaa0e9b0e2c4954fb055453c7ddb7 | [] | no_license | julianlondono123/londono-cop3330-assignment3 | 50f5d9c1d726ff24e916220e06e0bf60f267cb8d | cd35a975fc63a57e7b520af2577a932dd6bbe069 | refs/heads/master | 2023-08-14T02:51:52.251122 | 2021-10-12T00:48:58 | 2021-10-12T00:48:58 | 416,130,509 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 145 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Parser{
file : File
names : ArrayList<String
read_File()
print_table()
}
@enduml | false | true | false | false | class |
a523f933d26b22af1a6507b3c856f151cb77c7e8 | 79b1afae05be893d0d860ad88e065a1fe3fe7717 | /creation/abstract_factory/uml/abstract_factory_cd.puml | b6608ea8567e3059732fef051d033b0d156805d5 | [] | no_license | danielleberre/pattern-repository | 5dd0c84147f35c9e22abfe30abd93b8cb51560f3 | 68eab140c40174e2fc1769f4b718f7528b440921 | refs/heads/master | 2020-04-30T14:20:09.435842 | 2019-03-25T13:07:03 | 2019-03-25T13:07:03 | 176,888,097 | 0 | 0 | null | 2019-03-21T07:00:12 | 2019-03-21T07:00:10 | null | UTF-8 | PlantUML | false | false | 1,037 | puml | @startuml
skinparam nodesep 75
skinparam ranksep 50
hide empty members
together {
interface AbstractFactory {
+ {abstract} buildA(): ProductA
+ {abstract} buildB(): ProductB
}
class ConcreteFactory1 {
+ buildA(): ProductA
+ buildB(): ProductB
}
class ConcreteFactory2 {
+ buildA(): Prod... | false | true | false | false | class |
34f182c48fe7ccb75ba4ecf902b06c9828404177 | b774d5b532ef20e5c8476e35ea90da5e3f09287e | /src/com/github/tomap/uml/conception/sequenceDiagrams/addMethodInterface.puml | 6495fceb4091d914071f294bbdc9b0e194bb6b9d | [] | no_license | Phalexei/Modeleur | ae94ab6c191a7999cf9deaee4dac8542eb6a52bb | f143c85930c3b668670087693ec807a9cd4bda81 | refs/heads/master | 2021-01-02T08:51:16.535103 | 2013-11-16T19:54:20 | 2013-11-16T19:54:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,219 | puml | @startuml
actor User as u
participant ListenerGinterface as lgi
participant ListenerDialogMethodInterface as lmi
participant "i : An_Interface" as i
participant "m : Method" as m
participant "p : Parameter" as p
u -> lgi: click add method
activate lgi
lgi -> lmi : new ListenerDial... | false | true | false | false | usecase |
76177a0492873a2c219f04fba7282852cfe6401a | 7fbdb3db8e966a7f78cad2d9e6798dfd8aedea01 | /src/com/cjj/designpattern/behavioral/mediator/MediatorSequenceGraph.puml | 851a9b5120e002c92a9367bc8f548743b3297b52 | [] | no_license | vuquangtin/DesignPattern-1 | 3d1fc64e8412bf5ba3a10a38dde121c68ffc8b9a | 47182c1c6e3f7e4126d33bdca53e055d9f0b3b5d | refs/heads/master | 2021-10-09T20:10:01.009239 | 2019-01-03T01:33:51 | 2019-01-03T01:33:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 484 | puml | @startuml
activate ColleagueCheckbox
ColleagueCheckbox ->LoginFrame:colleagueChanged
activate LoginFrame
LoginFrame ->ColleagueTextField:setColleagueEnable
activate ColleagueTextField
ColleagueTextField -->LoginFrame
deactivate ColleagueTextField
LoginFrame ->ColleagueButton:setColleagueEnable
activate Colleag... | false | true | false | false | sequence |
d985d7c682fb5dbea02efa180387e1db4a9d883e | e5b6e5746af566514213da1d8c79d93111058e14 | /api/src/main/uml/training_activity.puml | 36e2ae806f3995151bb282714b57359248d21434 | [
"Apache-2.0"
] | permissive | lanking520/djl | 55506812346e2bd0ad27e931854b5e54993f016f | 790fce542ff55a5c181fb71e79e3182ab672c0b7 | refs/heads/master | 2023-07-19T04:29:13.515886 | 2023-05-16T20:15:04 | 2023-05-16T20:44:47 | 224,953,783 | 8 | 0 | Apache-2.0 | 2019-12-11T23:15:09 | 2019-11-30T03:25:40 | null | UTF-8 | PlantUML | false | false | 336 | puml | @startuml
(*) --> "Build neural network"
--> "Create Model with neural network"
--> "Determined training configuration"
--> "Create Trainer with TrainingConfig"
--> "Train model: trainer.fit(dataset)"
(*) --> "Prepare training dataset"
"Prepare training dataset" --> "Train model: trainer.fit(dataset)"
--> "Save Model"
... | false | true | false | false | sequence |
7d528b4f362861bb259f03c56d7dca97c2c8abe8 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/TestRunner/ITestRunnerListener.puml | 93347fd7527387f61277cfbf86de2d85ab632c79 | [] | 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 | 555 | puml | @startuml
interface ITestRunnerListener {
RunStarted(testsToRun:ITest) : void
RunFinished(testResults:ITestResult) : void
TestStarted(test:ITest) : void
TestFinished(result:ITestResult) : void
}
class TestFinishedEvent {
}
class TestStartedEvent {
}
class RunFinishedEvent {
}
class RunStartedEvent {
}
c... | false | true | false | false | class |
ab577e9df52a3487d139085ddff18484b18b6518 | 944560598177da3887c45a555bbaef8aa10ee308 | /basic.iuml | 9378fb0a04ef8e8c34d6a20ed9620e6da3a0ac3f | [] | no_license | Roalaz/PlantUMLStyle | 9d7601cadd57af39f1e87796337f892ff3af3bfd | aae4fdda3414ff41e67b866516e7038bb763c06d | refs/heads/master | 2022-12-04T16:09:34.120999 | 2020-08-30T21:41:07 | 2020-08-30T21:41:07 | 266,476,442 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,109 | iuml | 'Constant Definition
!define FONTSERIF Constantia
!define FONTSANS Calibri
!define FONTMONO Consolas
'General
skinparam shadowing false
skinparam handwritten false
'skinparam backgroundColor transparent
skinparam componentStyle uml2
'skinparam dpi 150
'Default'
skinparam default{
'Font Style
FontColor Black
Fon... | false | true | false | false | sequence |
4dec994d888956840507fe56f85d7a292bc3d4b6 | 6a14af5dcf62b90c0ae38fe9af7ead6d87dc80d7 | /Diagrams/shoemart.puml | 7b042cbf67a11b9e6f9d8c6238ac110be51e2511 | [] | no_license | naisu1412/ShoeMart | 1170cda3fd4cb6611d66a18785ffa501cddd943d | 2aa075f445d55c752a271ba724accdd481f45225 | refs/heads/main | 2023-06-29T01:16:17.483265 | 2021-08-05T07:42:41 | 2021-08-05T07:42:41 | 342,458,207 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 942 | puml | @startuml Shoemart
class Item {
id: GUID
name: string
category: Category
description: string
price: float
rating: int
quantity: int
photos: string[]
getId()
changePrice()
setId()
}
class User {
id: GUID
displayName: string
cart: Cart
address: string
billi... | false | true | false | false | class |
34537c2074e91f80eaf65caf1bc9f6bc732b6038 | b99c0768ada0f1fc62bc51241dae78e35596e2cc | /iot/iot-wearable-usecase.puml | e81c13bf55980b5fdb0ddd74ecdcbdf4615a0a45 | [] | no_license | cwhiteley/diagrams-images | cc1783f48fa9a4aeae52b89142e88d5b23ad4c5c | 836868308dcd2d246fea50014233428abed9c56a | refs/heads/master | 2021-01-25T00:56:12.636827 | 2017-06-21T20:14:22 | 2017-06-21T20:14:22 | 94,699,847 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 569 | puml | @startuml
left to right direction
actor user <<human>>
rectangle IOT <<device>> {
(interface) as i
component "wearable\ndevice" as device
(sensor) as s
}
rectangle "field gateway" {
component gateway as field
}
rectangle "Cloud System "{
component gateway as cloud
component "frontend\nservice" as front
componen... | false | true | false | false | usecase |
caff297c48a7c7b23264340129385fe77dda4866 | 7afae61c56909d702d61f3cb62a7ef560b0b9e37 | /uml/pta/PointerAnalysis.puml | dcbba62dd8a34ad595313c0f6b69d717e9d4144b | [] | no_license | zihammmm/JavaSoftwareAnalysis | 7f60d74a5e0a69033292eb9f95129ae25a708549 | 99544708287a3656a4af11fb24330d4d29d83c66 | refs/heads/master | 2023-02-05T02:23:26.068926 | 2020-12-29T07:09:34 | 2020-12-29T07:09:34 | 320,218,738 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 161 | puml | @startuml
interface PointerAnalysis
interface IAnalysis
class PointerAnalysisImpl
PointerAnalysis <- PointerAnalysisImpl
IAnalysis <- PointerAnalysis
@enduml | false | true | false | false | class |
9e9ae1c5e24483987f5f26ccb524d56ddc9bb54a | 618414d7666e67b9535ebd975e1de61e9c01e095 | /QLSV/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/arch/lifecycle/livedata/core/core.plantuml | 8fb0cec9c50cf7927034c797caa3539b763b5826 | [] | no_license | h2312/Do-an-TTLTA-03-TIN230DV01-0100 | a0792724add3844de35d48a2bd87d3eeb8de8a93 | e9f01e84b45042bd6192333842fb80feabb74707 | refs/heads/master | 2022-06-30T21:56:05.032422 | 2020-04-25T10:33:44 | 2020-04-25T10:33:44 | 258,747,594 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 446 | plantuml | @startuml
title __CORE's Class Diagram__\n
package android.arch.lifecycle {
package android.arch.lifecycle.livedata {
package android.arch.lifecycle.livedata.core {
class R {
- R()
}
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbuck... | false | true | false | false | class |
128ddf1ccc0f53b15b528f3d6a3e9c45131d2f78 | 060b0266aee407140ad499575eae8d4e0b822162 | /KisVuzDotNetCore2/Models/UchPosobiya/LibraryUchPosobiya.puml | 9ea8f9fab726270771b30496d5cb963851893cec | [] | no_license | achii-dongau-zernograd/KisVuzDotNetCore2 | e00668175845e485c6c751387b4e4128f878043c | 6ab7fe9388f68121ae1e8826e34bebe735a19f6f | refs/heads/master | 2023-07-09T13:10:44.898096 | 2023-07-03T12:25:09 | 2023-07-03T12:25:09 | 123,829,095 | 1 | 0 | null | 2019-10-29T21:03:12 | 2018-03-04T21:06:23 | C# | UTF-8 | PlantUML | false | false | 679 | puml | @startuml
interface IFileModelRepository
interface IUchPosobiyaRepository
interface ISelectListRepository
together {
class UchPosobiyaRepository
class SelectListRepository
}
LibraryUchPosobiyaController *-- IUchPosobiyaRepository
IUchPosobiyaRepository <|-- UchPosobiyaRepository
UchPosobiyaRepository *-- AppI... | false | true | true | false | class |
149f4999fec4e6c38e8f2d91eb160a16adec3e95 | 529ec65ce2433cd830dde3a22055630e22ebda77 | /docs/diagrams/program.plantuml | 580f2abe0767b1b106664fea3d108ed4f38c57de | [] | no_license | aitorllanos99/xana-compiler | a4a4b605e80b4f6f1353fe5e94d14671b51e6e50 | 61fb8bd9ed8bb18da44721b28da55c1d8c5db26e | refs/heads/main | 2023-06-12T18:07:36.323336 | 2021-07-06T09:09:56 | 2021-07-06T09:09:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 843 | plantuml | @startuml Program
skinparam style strictuml
skinparam monochrome true
interface ASTNode {
getLine(): int
getColumn(): int
}
class Program
interface Definition
class VarDefinition
class FuncDefinition{
name:String
parameters: List<VarDefinition>
varDefinition: List<VarDefinition>
statement... | false | true | false | false | class |
85b6bde3fd0a700c933262472177b67a4c8b41f5 | 3623ee4aa114f7495d659c4d7ecfabadab1eb67d | /plantuml/class/game/start_game.plantuml | 453c1b2f364cb0aa4aa561e7ab54e1370fdbd8ff | [
"Apache-2.0"
] | permissive | t-sone/reversi | 82429a0f50872d8ac73ef6416d4b3c238f78a326 | 0a8597a3b97d36948cefb76c00b7c7a10e9cc70b | refs/heads/main | 2023-04-03T02:58:26.517062 | 2021-04-11T07:44:03 | 2021-04-11T07:44:03 | 349,641,655 | 0 | 0 | Apache-2.0 | 2021-04-11T07:44:04 | 2021-03-20T06:00:47 | Java | UTF-8 | PlantUML | false | false | 560 | plantuml | @startuml
class Game
Game -- StartPosition
Game -- Players
Game -- Board
enum StartPosition {
original
othello
}
class Players {
- light: Player
- dark: Player
}
class GameService {
start(StartPosition) : Game
}
StartPosition -- GameService
GameService *-- BoardFactory
GameService *-- PlayersFactory
GameS... | false | true | false | false | class |
ef255d96bc277e30a8cc5df64d25cdf80499a6a1 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Cloud/UseCases.puml | 84f3d01edcedc9f1a5e44031c9b1b3ebf971a409 | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 939 | puml | @startuml
left to right direction
actor :Operations Manager: as Actor
actor :Control: as Control
rectangle "Cloud" #lightBlue {
UseCase UC1 as "Manage Cloud"
UseCase UC2 as "Destroy Multi Cloud" #lightgreen
UseCase UC3 as "Monitor Multi Cloud" #lightgreen
UseCase UC4 as "Create Multi Cloud" #lightgre... | false | true | false | false | usecase |
a422a0d779a2e448c8fdf2e683009914042aa605 | 77ff36ba4a94749920c2683bb9836422a235e7a6 | /rest-tcc-projects/rest-tcc-product/src/main/resources/puml/participant-state.puml | e9a091cff815ee49d9aca0ba152bdef9bf304a0c | [] | no_license | 448915931/tcc | d38e3989b56ce0d7176caf8dd15c17814a29cbdb | 63de5efabf27065aab3de4d31c733ca00047ab16 | refs/heads/master | 2023-02-02T03:25:38.935778 | 2020-12-10T01:55:36 | 2020-12-10T01:55:36 | 319,592,336 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 902 | puml | @startuml
skinparam monochrome true
scale 1
title Product Transaction State Machine
' State
state "TRYING[√]" as TRYING
TRYING: + action: initial "state" 0000
TRYING: + action: reduce corresponding col `inventory` in t_product
TRYING: + action: recording final field "amount"
TRYING: + action: recording final field "ex... | false | true | true | false | sequence |
bcacf90536e1099ae47fe103e79483aa39fb4e1f | 290713d0e597a039075d93c7420f741a80663dbb | /docs/api.puml | acdf18a689f34401c2c25bfa7810defc1f1a9e11 | [] | no_license | o-alex/sda-filesystem | 529593558fbd9f25f2cb7f0be64b4c6485ab4d03 | 23198f94a517822d1c4cfdbb3d9d4f4e27688c06 | refs/heads/master | 2023-08-26T05:29:48.845830 | 2021-10-19T12:54:17 | 2021-10-19T12:54:17 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,520 | puml | @startuml SD Connect API
participant FUSE as f
participant "SD Connect API" as a
participant OpenStack as o
autonumber 1
==TOKEN==
group GET /token (unscoped)
f -> a : get unscoped token\n(Authorization: Basic {base64(username:password)})
a -> o : OpenStack Identity V3 authentication\n(username, password)
... | false | true | false | false | sequence |
1e443d9823ddb07cc920056f6d4ccc776d54751c | 3a87571e84f18ed4bf02f652408bee9e4a18505c | /diagram/steven_incremental.puml | 203c9a4e5c7fb07a9529bf4efb9b0c0f45024306 | [
"MIT"
] | permissive | canonical-debate-lab/cd-domain-model | e2b945066f963d12206083792f063e56886ef13b | 37921e45659b6d0bd2d0d8ed8679f2d010e2c4bb | refs/heads/main | 2023-04-02T18:12:29.555732 | 2021-04-13T16:05:31 | 2021-04-13T16:05:31 | 317,239,684 | 1 | 0 | MIT | 2020-12-11T18:54:27 | 2020-11-30T13:55:48 | Kotlin | UTF-8 | PlantUML | false | false | 275 | puml | @startuml
class Claim {
String sentences[]
String negations[]
}
'Claim "1" -> "1" Claim : > negation
'note "anti-reflexive, symmetric?, anti-transitive?" as N1
'(Claim, Claim) .. N1
class Argument {
supports_negation: boolean
}
Argument "*" o-> "1" Claim
@enduml
| false | true | false | false | class |
401f2afb4fc2a320e5867d13d2bb17625ddd0289 | ce1f23495f0429a5461fa3384d929a7b7cde27f7 | /fedot/design/core.puml | 34393ccef87d7ec17864e5e72c5aecca72f1d98d | [
"BSD-3-Clause"
] | permissive | alievilya/nas-fedot-earth-patches-classification | b604d57f5c707afa0f88827fdc4dd1d4fdc0fe2e | ce1b07505cd189f3097f1cfa6c38cb4f0d56ccea | refs/heads/master | 2023-03-17T01:42:18.864954 | 2021-03-09T16:32:22 | 2021-03-09T16:32:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,328 | puml | @startuml
class Chain {
nodes
{static} Chain load_atomic_model(file_path: String)
Data evaluate()
add_node(new_node: Node)
update_node(new_node: Node)
AtomicModel save_as_atomic_model()
}
interface Composer {
Chain compose_chain(initial_chain, requirements, metrics)
}
... | false | true | false | false | class |
3620b026487095419835dbb09c26eb7e0c86762e | 24cd90ee0db3478cc657fc2e2cbc3cd0d49db136 | /FinalAssignment/test3.puml | 95a1b07dbe3683ce2c5ad4f250230487566bed03 | [] | no_license | m-rios/PAFinalAssignment | 7d20609790b2b286ad87fde84648c4f1215e4a20 | 10523c8f034c00507016b9f1eed012cd1aa61945 | refs/heads/master | 2021-01-01T06:34:08.291736 | 2014-05-22T14:35:57 | 2014-05-22T14:35:57 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,598 | puml | @startuml
abstract class playground.Attraction
annotation java.lang.Override
annotation java.lang.SuppressWarnings
class controlModules.MonitorServer
class controlModules.SupervisorServer
class java.lang.Thread
class java.util.ArrayList
class java.util.Random
class java.util.concurrent.BrokenBarrierException
class java... | false | true | false | false | class |
5e5b7e4e6663528e963f39ba6b48d582fa9dc36b | 8346e88afd786d114f567c5efb8ffea7eb8bed86 | /uml/CustomerArea/Models/Customer/ICustomerUserView.puml | 64a9d1761aac8b06e55e39fd37dd258cca270a68 | [
"MIT"
] | permissive | lefevbre-organization/eShopOnContainers | 910e7af562fe4fd7cbffc048c402551dad93cf91 | 620dfaf3b8ca51732417432ea3a15d748368967f | refs/heads/lef-main-containers | 2023-02-18T21:08:56.362792 | 2023-02-09T11:02:48 | 2023-02-09T11:02:48 | 203,787,005 | 0 | 0 | MIT | 2023-02-08T05:15:42 | 2019-08-22T12:06:29 | PHP | UTF-8 | PlantUML | false | false | 291 | puml | @startuml
interface ICustomerUserView {
Version : short <<get>> <<set>>
+ Domains : List<Domain> <<get>> <<set>>
Smtp : Smtp <<get>> <<set>>
Config : Configuration <<get>> <<set>>
Location : ZoneLocation <<get>> <<set>>
}
ICustomerUserBase <|-- ICustomerUserView
@enduml
| false | true | false | false | class |
a15736376beec3f88d7d6ffd917ee6819a05555a | f97d951bad2c89e81e77f6d97d1fe3cf905be393 | /docs/diagrams/src/mastermind_domain_model.plantuml | 52f663567703605590afce1892b44f524724be91 | [] | no_license | aberbel/mastermind-requirements | ea1f2bdbe5178ecb3acbffdc853900958b9040c8 | 0db6b8da998d8f9d9448267fbf14f922ae3c10dd | refs/heads/master | 2023-03-31T23:19:08.650375 | 2021-04-01T10:53:53 | 2021-04-01T10:53:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,636 | plantuml | @startuml mastermind_domain_model
class Mastermind
class Turn
class Board
class Player
class MakerPlayer
class BreakerPlayer
class Combination
class ProposedCombination
class SecretCombination
class Result
class WinnerResult
class Success
class White
class Black
enum Color {
- RED
- GREEN
- BLUE
- YELLOW
- CYAN
-... | false | true | false | false | sequence |
e8d87c53778289db305e6378b2f10f1cd2029e12 | 32c29184895a2b1715dfbcc0179eba2405b7cfe1 | /doc/doxfiles/vscp_modules.plantuml | 9435ec9a592dbae87ffac2fbc855ed3b9be1c9cb | [
"MIT"
] | permissive | BlueAndi/vscp-framework | d911f82a84d3ff76b0aceed583d82be2fbbd7c60 | a9f662e6b37ae384dbf86ef07db69240efbc6582 | refs/heads/master | 2023-01-11T19:28:18.162409 | 2022-12-22T16:18:53 | 2022-12-22T16:18:53 | 28,864,703 | 14 | 17 | NOASSERTION | 2021-02-14T22:58:46 | 2015-01-06T13:27:49 | C | UTF-8 | PlantUML | false | false | 2,069 | plantuml | @startuml
title VSCP-framework
package "Core Modules" as core_modules {
component "VSCP logger" as logger
component "VSCP core" as core
component "VSCP device data" as device_data
component "VSCP decision matrix" as dm
component "VSCP decision matrix NG" as dm_ng
component "VSCP tran... | false | true | false | false | class |
1fd46eee4b3cd4609090983c90524c3651979a9e | c73381744f027cb066ce752ae1590b128668a0a4 | /docs/diagrams/UML/ListCommandSequenceDiagram.puml | 158ae37b99369d172e7742b1e7a6babc80110c8f | [] | 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,983 | puml | @startuml
-> ":ListCommandParser": getListCommand()
activate ":ListCommandParser"
alt MODULE_PREFIX
create ":ListCommand"
":ListCommandParser" -> ":ListCommand": ListCommand(1)
activate ":ListCommand"
":ListCommandParser" <-- ":ListCommand":
deactivate ":ListCommand"
else TASK_PREFIX
... | false | true | false | false | sequence |
89a02c3875e394e6eb93140279cc025136c1b7e9 | 3495a3bc8450a240a21780fb8c795c215f88000a | /docs/UC2 - Create Task/UC2_MD.puml | b05a52b6e21588af1041b197a48b8e7d11b5b3c2 | [] | no_license | 1190452/LAPR2 | f27ac4e485b91d04189dd0a37551bc108c070b12 | 97c5488c091243cf65f9e16821f56a5020e0ae2e | refs/heads/master | 2023-05-09T02:35:50.850483 | 2020-06-14T21:07:59 | 2020-06-14T21:07:59 | 372,570,349 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 661 | puml | @startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Platform{
}
class Organization {
-String name
-String email
-String nif
}
class Collaborator{
-String nameC
-String emailC
-String role
}
class Task {
-String idTask
-String description
-int timeTask
-double... | false | true | false | false | class |
85fca0136de28f616c7e7823f1e96f7dce6761e3 | 71b2b850f26a7aff13ad816e58b8a0e78bf7f16f | /distribution/material-4/Hardware/HeadsetOff.puml | ab995017d751b3b22e46c92bb348ae99cfce4f17 | [
"MIT"
] | permissive | VinayaSathyanarayana/plantuml-libs | 3af384f3c7c471f928f48a9c6c7087586b9ad74e | d15f62139a69c281047469db46dcfd8d32cfadd1 | refs/heads/master | 2023-08-16T08:28:18.839481 | 2021-09-25T13:17:07 | 2021-09-28T14:13:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 756 | puml | ' definition of the Item material-4/Hardware/HeadsetOff
sprite $HeadsetOffXs [10x10/16z] Oq00VY3Yvm6n6Fb198I0Cpd1eY3C1bO0vl43cL0MN1kK2mECl
sprite $HeadsetOffSm [12x12/16z] JKo50G0X4EBJblsdjVKw0MXBBMtuncmpQD_0fo--Vm2EqZxDlZWES-5CoprpVBZdiUmP76f-VJF4x5K1
sprite $HeadsetOffMd [16x16/16z] {
NKw54GH132Adw_JVxJ_hSt4F-98rQ... | false | true | false | false | class |
26e1ba3414c04b73c905cb196115213034de9419 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/InventoryEntryDeletedMessagePayload.puml | 8dcecfd7fe02ba25e2e070245c55ae9e43d0a477 | [] | 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 | 503 | 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 InventoryEntryDeletedMessagePayload [[InventoryEntryDeletedMessagePayload.svg]] extends MessagePayloa... | false | true | false | false | class |
f136e3b7dfd1e2e23129939e4ff3bcd3acdc560a | aefb1807676f66cc46e45071b3deb1969e682322 | /SELAIN SISTEM/UML/SEQUENCE/administratorbka/AjukanSPT.puml | 4a90a8e1eaf7391806d2cda19b2e36c39b9d9a25 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kurniado729/sistem_kp | f456f7a22392f99c117797370c9a8d70c96b0df4 | c77c7bc9aa28fe414be3254880112dbffb4b2ab2 | refs/heads/master | 2023-02-01T21:00:47.861038 | 2019-12-20T18:52:46 | 2019-12-20T18:52:46 | 220,038,247 | 0 | 1 | MIT | 2023-02-01T02:14:20 | 2019-11-06T16:12:42 | HTML | UTF-8 | PlantUML | false | false | 785 | puml | @startuml
autonumber
hide footbox
title Mengajukan SPT
Actor AdministratorBKA
boundary Dashboard_V
boundary SPT_V
control Admin_C
control BKA_C
Entity SuratPerintahTugas_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> AdministratorBKA: Halaman Dashboard
AdministratorBKA --> Dashboard_V: klik menu Surat Peri... | false | true | false | false | sequence |
a9c57c47701794e5d7c918e00516c49b6c681b11 | 117a372cf3a8b337213f11acc1ff3b7b27f7fe03 | /DEPEProjectDiagram.puml | fdb04f7fb1944fdd15f83c43c4b899ce7b84fa4d | [] | no_license | matthewbonodelasalas/DEPEProject | 50dd7ce1b78e84f766a1505f3da169b7c7152178 | 6ccf7ed7ba385e1557bcf75ffdb59ee2ce92fbaf | refs/heads/master | 2022-07-09T09:27:46.237922 | 2020-05-09T13:07:44 | 2020-05-09T13:07:44 | 261,468,168 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 546 | puml | @startuml
skinparam packageStyle rectangle
Actor Player
rectangle Computer_Program{
(Import tkinter) -->(Import Random)
(Import Random)-->(Import Time)
(Import Time)-->(initialization)
(initialization)-->(Draw Board)
(Draw Board)-->(Start time)
(Player)-->(Input)
(Start time)-->(Input)
(Input)-->(Hide Tile... | false | true | false | false | usecase |
3dc6e68a6041ce4f56e8b24dd9b31af3185eeeca | 318424de584cd9a8426c76f9d6a04ca5cb15b4f2 | /src/uml/UseCase.puml | 5efbccf3a5d24a57af3b3f340ef9e679301d6b7a | [] | no_license | SergeyShkuratko/CourseProject | 835d695f63b970214067e1aaa32203dd71f5c0d7 | 03c79610e6cc4461c805aba9c0de3dc90ade4ca4 | refs/heads/master | 2021-05-05T04:44:32.162587 | 2017-10-01T15:14:01 | 2017-10-01T15:14:01 | 105,349,140 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 792 | puml | @startuml
:user: as user
left to right direction
user ->(Registration)
user ->(Login)
(Registration) --> (Login)
(Login) --> (Setup profile)
(Edit language and language levels).>(Setup profile):extends
(Edit hobbies) .> (Setup profile):extends
usecase selectLan as "Select language
for current session"
(Setup profile... | false | true | false | false | usecase |
37aaf02b88f5379209ac1a1505e13089f4551979 | 9cc7c4099f6330f9a4384b56427d40d46b9d6f4a | /diagrams/service-expose.puml | 8fe7e2bfabe65a3dbb567d05dcee8930633bf1ba | [
"MIT"
] | permissive | maulvialf/belajar-kubernetes | 0e28a11d9f75b3b1d17ffbe86151ecedf3bb603e | 809ac5514e9c0c188a3775f53e0d340b0587c132 | refs/heads/master | 2022-10-22T09:32:07.830441 | 2020-06-13T17:43:51 | 2020-06-13T17:43:51 | 272,653,376 | 1 | 0 | MIT | 2020-06-16T08:32:21 | 2020-06-16T08:32:20 | null | UTF-8 | PlantUML | false | false | 493 | puml | @startuml
node "Mobile App" as mobile
node "Kubernetes Cluster" {
component "Service"as service
node "Node 1" {
component "Pod Client" as client
component "Pod A" as poda1
component "Pod ..." as podb2
}
node "Node 2" {
component "Pod A" as poda2
component "Pod A... | false | true | false | false | sequence |
ceccf2dffc3ddc20fdb3b5911a1d409ef3209dd2 | e032dab934c4fa3ff55da94de2f15d246a4aed8c | /design-pattern/src/main/java/wr1ttenyu/f1nal/study/designpattern/pattern23/iterator/showDepartment.puml | 450168462dac050270fa1c243236e0b87037fd54 | [] | no_license | wr1ttenyu/f1nal | 9d21aeb1ae14505fc2e9add9220f81719840f37f | fd27d32d2f877ea98c19d892d13df36a99059a46 | refs/heads/master | 2022-07-07T02:15:25.931532 | 2020-06-11T01:19:16 | 2020-06-11T01:19:16 | 207,061,707 | 0 | 0 | null | 2022-01-12T23:05:07 | 2019-09-08T04:31:27 | Java | UTF-8 | PlantUML | false | false | 730 | puml | @startuml
interface Iterator
interface College
ComputerCollegeIterator ..|> Iterator
InfoCollegeIterator ..|> Iterator
InfoCollege ..|> College
ComputerCollege ..|> College
InfoCollege ..> InfoCollegeIterator
ComputerCollege ..> ComputerCollegeIterator
Client ..> Iterator
Client ..> College
Department ..o Computer... | false | true | false | false | class |
bd08cb6daaca567712411a0d62c3cdd5808dd461 | 253fc63d734c4127709d0513e64a6ee392834259 | /docs/ToDoListApplication.puml | ea899f2bd0d566ef647271bc0beb98f5a30a56b4 | [] | no_license | Reynaldo-Martinez2021/martinez-app1-impl | d5afa99733abd74036948680c6a04c6e3143a5ca | e3cc3205192b4d79f7aee79230807a476e6fcc7a | refs/heads/main | 2023-09-04T15:13:31.963443 | 2021-11-08T02:50:31 | 2021-11-08T02:50:31 | 425,088,146 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,568 | puml | @startuml
Class ItemListOperations{
+addToList(ObservableList<Item> controllerList, Item newItem): boolean
+deleteFromList(ObservableList<Item> controllerList, Item newItem)
}
Class TaskViewOptions{
+displayIncomplete(TableView<Item> tableView, ObservableList<Item> itemObservableList)
+displayComplete(TableView<Item>... | false | true | false | false | class |
4d87e5889d7265b359cadb8e3dbcebec61ebbde3 | 51bef828a55ef1ed0a1d4f67258f23b34e10cb5e | /app/src/androidTest/java/com/example/sample2/sample2.plantuml | a78d44fbbe092f7fc12eae8edc4b960a35051efa | [] | no_license | g107904/Building_higher | 5c2c0c771f0a2cbcc91daf6d7f39af5f47841277 | d9f3380afc83f6138c3fcc3f03d8b582d7669f84 | refs/heads/master | 2020-05-15T11:33:04.222423 | 2020-02-03T13:04:35 | 2020-02-03T13:04:35 | 182,233,310 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 355 | plantuml | @startuml
title __SAMPLE2's Class Diagram__\n
package com.example.sample2 {
class ExampleInstrumentedTest {
+ useAppContext()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.me... | false | true | false | false | class |
3635f9614ad25b502a8e8d8aa81103d73a38f627 | 3856e70d14d390815ecf95fc5be9cbce1430738a | /Design/CiaransDesignUpdatedFullDiagram27_04_2020.puml | 07ea274360587e6d8f124f77e762dfbbdb7429c4 | [
"Apache-2.0"
] | permissive | bilalshaikh42/libOmexMeta | 7131083d5ea6a8d8eaea7620e8083f3a942b3cf9 | f25f44a0a7e67d38f1e94fd69c08ae7f73be2079 | refs/heads/master | 2023-07-14T04:39:33.367113 | 2021-08-24T13:52:52 | 2021-08-24T13:52:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 20,965 | puml | @startuml
/' Objects '/
namespace omexmeta {
class BiomodelsBiologyQualifier {
+BiomodelsBiologyQualifier()
+BiomodelsBiologyQualifier(librdf_world* world, const std::string& term)
}
class BiomodelsModelQualifier {
+BiomodelsModelQualifier()
+BiomodelsModelQualifier(librdf_worl... | false | true | false | false | sequence |
9f92b101831c46830a056f980953029357ab52a7 | 6bbee52d396d1aca9dfeb24d5d4a93293e49470c | /src/main/java/com/inspiware/price/aggregator/exception/exception.plantuml | 18ceea9fe786c98d46550f8fd2e5147786dd7fb2 | [] | no_license | rpayal/price-aggregator | 5d99dc92b87398c2f8001921e0b774eda6e4a86e | 49df131fc3a22dc35fc4d7eb11a12e0a453b1d5f | refs/heads/master | 2021-09-22T01:24:42.470662 | 2018-09-04T06:49:54 | 2018-09-04T06:49:54 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,448 | plantuml | @startuml
title __EXCEPTION's Class Diagram__\n
package com.inspiware.price.aggregator {
package com.inspiware.price.aggregator.exception {
class UnknownDatastoreTypeException {
+ UnknownDatastoreTypeException()
+ UnknownDatastoreTypeException()
+ UnknownDatastoreTypeExceptio... | false | true | false | false | class |
6e5f3477eb6d8764a375cbee2757b4153b6b6ce6 | c083168b4255af019262677c09ac0883d199b532 | /kapitler/media/uml-class-korrespondansepartenhet.iuml | 9aacdea9a96351499804067cd66ab2e1c6684584 | [] | no_license | gra-moore/noark5-tjenestegrensesnitt-standard | 270f7088898ff0c5fa809b42297cfc56f829eeaa | 0c3936475ce40ab41793b61aee5c4dcdff9c791d | refs/heads/master | 2020-05-22T18:37:59.814751 | 2019-05-13T11:10:23 | 2019-05-13T11:10:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 302 | iuml | @startuml
class Sakarkiv.KorrespondansepartEnhet <Korrespondansepart> {
+organisasjonsnummer : string [0..1]
+navn : string
+forretningsadresse : EnkelAdresse [0..1]
+postadresse : EnkelAdresse [0..1]
+kontaktinformasjon : Kontaktinformasjon [0..1]
+kontaktperson : string [0..1]
}
@enduml
| false | true | false | false | class |
a47a98fa34cd168d36d380e091229f7c80136b38 | 7b9310235a11a0e4143eac3a35fe5c1347024f8d | /process-watch-java-JuhaszEvelin/src/main/java/com/codecool/processwatch/gui/gui.plantuml | 160882cd1f807064dec5f50077490a09269cec2c | [] | no_license | JuhaszEvelin/ProcessWatchTest | 63aca94ca5eb85d6f6d0e71278aef67e29654f5d | fc6524bd462a1ed344a718435e33f0efba7a637e | refs/heads/main | 2023-02-19T16:02:45.972206 | 2021-01-21T10:21:59 | 2021-01-21T10:21:59 | 330,632,439 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,922 | plantuml | @startuml
title __GUI's Class Diagram__\n
namespace com.codecool.processwatch.gui {
class com.codecool.processwatch.gui.App {
+ App()
}
}
namespace com.codecool.processwatch.gui {
class com.codecool.processwatch.gui.FxMain {
{static} - TITLE : String
{static... | false | true | false | false | class |
d9081fceee4734c5630231e684f34b4dec6d3e3f | bd5d7f181d6e751ddfe0b9b5caefdf8602e9b9e9 | /docs/sequence.puml | ba789aa27cc143cabe356c3f59d8d30641d5e7f5 | [] | no_license | albert-zhang/webrtc-call | 31e1e8917f6cd0779bb8e8ec1889100d333e3559 | ae7f07264c847a415a8258abff97f1fa14ec42f9 | refs/heads/master | 2022-12-12T04:55:36.017969 | 2019-02-13T10:10:46 | 2019-02-13T10:10:46 | 291,391,669 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,381 | puml | @startuml webrtc
actor Peer1
actor Peer2
actor Server
== init ==
Peer1 -> Peer1: getUserMedia
Peer1 -> Peer1: new RTCPeerConnection()
Peer1 -> Peer1: addTracks
== init ==
Peer2 -> Peer2: getUserMedia
Peer2 -> Peer2: new RTCPeerConnection()
Peer2 -> Peer2: addTracks
== join ==
Peer1 -> Server: join
Server -> Peer... | false | true | false | false | usecase |
6b2dcbc3cd666c2c6e2770462ddec57b7ce1f30d | 0e43f538adbf1cefc637a4d4d51dd1daebb92c2a | /UMLs/Pacman.move().puml | 65cdd06384f29d99c3829c40315873fa18a29c74 | [] | no_license | plspeziali/jpacman | ce7be0f6e4121f89ce5e667383af7dd20fa2c9e4 | 559734c443bcff46e4281b28c9b3f33cc70e92db | refs/heads/master | 2022-12-03T17:06:41.978403 | 2020-08-23T10:38:24 | 2020-08-23T10:38:24 | 280,392,795 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 448 | puml | @startuml
(*) --> "Pacman.move() è chiamato da\nupdate() di GameLogic"
If "Pac-Man è morto" then
--> [No] If "Il prossimo blocco nella\ndirezione di Pac-Man è vuoto" then
--> [Si] "Aggiunge alle coordinate la\nvelocità di movimento di Pac-Man"
--> "Torna a GameLogic"
else
--> [No] "Torna a GameLogic"
... | false | true | true | false | activity |
fd927947cc6c5887b6e72a211c3db262d6b27fb5 | 9bd3363456776acaf2740dbb98d9a580ce0a33a5 | /templates.puml | 30fff5c872d5cf0c501e743c7949111dd80ab664 | [] | no_license | pgpbpadilla/reading-notes-angular | 14060f06ebf59cb8268d3b3e202def8f15a6f1bb | e740c63b4fa15e06cc26db3753e53bdd137ac9a9 | refs/heads/master | 2023-06-09T13:57:22.284069 | 2021-06-29T10:16:30 | 2021-06-29T10:16:30 | 316,340,119 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 411 | puml | @startuml
package Templates {
component TypeScript
component HTML
component "Angular Templates" as AT
AT -up-> HTML: extends
AT -up-> TypeScript: extends
package Binding {
component Event [
Event
---
<T (e) = "fn" />
]
component Prop [
Property
---
<T [k] = "v" />
]
component Inte... | false | true | false | false | sequence |
6de78b7bc719b4c2843e0e84c6f2169a341a4871 | 897c5f0768d85d6070cbac83453eaeda84f86ab7 | /SELAIN SISTEM/UML/SEQUENCE/admin/EditPegawaiBKA.puml | 21cbf859660bb7003a9092e19bb3eee49707d6ee | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | fiqihrosady/sistem_kp | b593e68eda63e3c4b2953447a2aa8f25f33f9921 | 7b9060a89f852577a6f4c1ea2596b59beb5e5b77 | refs/heads/master | 2020-09-27T00:03:37.042300 | 2019-12-05T18:54:26 | 2019-12-05T18:54:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,324 | puml | @startuml
autonumber
hide footbox
title Menambah Pegawai BKA
Actor Admin
boundary Dashboard_V
boundary PegawaiBKA_V
boundary EditPegawaiBKA_V
control Admin_C
control Pegawai_C
Entity Pegawai_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> Admin: Halaman Dashboard
Admin --> Dashboard_V: klik menu Pegawai BKA
... | false | true | false | false | sequence |
788ca45b7b3e13b7201902ec77b3c00ea81d9520 | 17212a416267bc784eb3ce778bf578ccad9aba36 | /Design/DICOMSegmentationConverter.puml | 0c4567c8f50573091d0b89bbb0f4844a437e5201 | [
"BSD-3-Clause"
] | permissive | afshinmessiah/dcmqi | fe05238d90a16ac78aa4576c2dca460ee3b6d6c2 | ea4f0809c8ba771e262a69b5f81d547a3945b264 | refs/heads/master | 2020-12-23T01:58:04.946656 | 2020-01-23T00:54:59 | 2020-01-23T00:54:59 | 236,997,047 | 0 | 0 | BSD-3-Clause | 2020-01-29T14:09:54 | 2020-01-29T14:09:53 | null | UTF-8 | PlantUML | false | false | 3,016 | puml | @startuml
title ITK image -> DCM segmentation, DCM segmentation -> ITK image
package Metadata <<Rectangle>> {
package JSON-LD as JSON <<Database>> {
note as metaNote
- series
- segment(s)
end note
}
}
package Segmentation(s) <<Rectangle>>{
package NRRD <<Database>> {
... | false | true | false | false | sequence |
60a1e2bd1c8098b19fdc291bf04ba042e92786c7 | 51f5c0398b46f6712e44b34f3dd93a70f56c3551 | /docs/capcalculatordiagrams/PrintModuleList.puml | 4e3b69bde5db48051741b1a5bce5f9f9e28ccd50 | [] | no_license | AY2021S2-CS2113T-T09-3/tp | 27f7266901c5956ad32363ef328c083c97315f6a | 174234bb59eeb735d270f82871ef7971b608c8d0 | refs/heads/master | 2023-04-08T08:58:34.476604 | 2021-04-12T17:06:24 | 2021-04-12T17:06:24 | 344,310,640 | 0 | 4 | null | 2021-04-12T16:47:01 | 2021-03-04T01:14:10 | Java | UTF-8 | PlantUML | false | false | 2,990 | puml | @startuml
hide footbox
title "PrintModuleListCommand"
activate ":PrintModuleListCommand"
":PrintModuleListCommand" -> ":PrintModuleListCommand" : modulesExist
activate ":PrintModuleListCommand"
":PrintModuleListCommand" -> ":ModuleList" : size
activate ":ModuleList"
":ModuleList" --> ":PrintModuleListCommand"
deactiv... | false | true | false | false | sequence |
720f22a3d8166d421230a80e2f31b791f149bdd2 | 4dd86382514c3217737ae9be5f06d63418a19713 | /doc/aufgabe3_3_4_IssueBuilderSequence.puml | 1842d39c757e63b8555bccde59b8d6f86c96361b | [
"MIT"
] | permissive | sschroep/analysis-model | 065a1a96f6cc2812d2d6609a4b6b09098a1149c8 | b24d51abdec4c0b5ac1c74af1acefe85964e3342 | refs/heads/master | 2022-10-30T18:31:31.245985 | 2020-06-07T17:32:39 | 2020-06-07T17:47:10 | 270,259,520 | 0 | 0 | MIT | 2020-06-07T09:42:46 | 2020-06-07T09:42:45 | null | UTF-8 | PlantUML | false | false | 867 | puml | @startuml
activate IssueFilterTest
IssueFilterTest -> IssueBuilder: new IssueBuilder()
activate IssueBuilder
IssueFilterTest <-- IssueBuilder: IssueBuilder
IssueFilterTest -> IssueBuilder: setFileName("FileName1")
IssueFilterTest <-- IssueBuilder: IssueBuilder
IssueFilterTest -> IssueBuilder: setPackageName("Pack... | false | true | false | false | sequence |
26bfa59d4e883d21675fd433af8f87a41c77dfca | 410ddebef110899fc5cf2c554f67720bfa26be19 | /use_case_diagram.puml | fa4212ce22a57eec13d63c5dcad3267acb410e0b | [] | no_license | ReddingsbrigadeDeventer/Documentation | 4196d3fdebdb77c55aaa4d2767ba3c9eb32f7dcf | 23c244837ba299fcb384be1956fa113cd54e65d4 | refs/heads/master | 2022-11-18T07:31:24.546473 | 2020-07-21T20:15:42 | 2020-07-21T20:15:42 | 260,764,291 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,086 | puml | @startuml
left to right direction
actor jeugd
actor senior
actor jongeren
actor "evenement organisatie" as organisatie
actor "niet leden" as nl
actor "ingelogde leden" as leden
actor instructeur
actor bestuurslid
actor commissielid
rectangle Openbaar {
rectangle "publiek/openbaar" {
usecase "kalender bek... | false | true | false | false | usecase |
651f86531a34c08c7a9669458e42e6f9c6342b02 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartSetKeyAction.puml | d209115cec2df1af4bb4b012cbb27e7bae8cb7b8 | [] | 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 | 414 | 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 CartSetKeyAction [[CartSetKeyAction.svg]] extends CartUpdateAction {
action: String
key: Stri... | false | true | false | false | class |
2369589ed93a4c2007e34662406b8dcbe935d7d5 | 3a6315f37e4cc341f1b2d65a0a2d9e7b4dafa884 | /plantuml/Facturator/Utilitario.puml | 83d0e55bad10fadc3ebb9d9d6d813a65ca3ec7d8 | [] | no_license | xaca/facturator | 7f028c1ce4c732c6d0f114150f230a35e86922d5 | a07b8b50da2d6ecd7dc0914571f8edabdca85fa0 | refs/heads/master | 2020-04-30T02:30:40.072209 | 2019-10-04T12:15:12 | 2019-10-04T12:15:12 | 176,561,924 | 2 | 2 | null | 2019-10-04T12:15:14 | 2019-03-19T17:08:27 | C# | UTF-8 | PlantUML | false | false | 731 | puml | @startuml
class Utilitario {
+ {static} CARACTER_ESPACIO : string = " "
+ {static} ConvertirFlotante(temp:string) : float
+ {static} ConvertirEntero(temp:string) : int
+ {static} SepararCadena(cadena:string, separador:char) : string[]
+ {static} ImprimirEspacios(total:int) : void
+ {static} Impr... | false | true | false | false | class |
229560ee39ec61b1fd6695cd7516da1e01100aaf | fd5b272c92c969977d585f673891034a90ebc032 | /design-patterns/state-pattern/state-pattern-uml.iuml | 0b6b0e8e51e40e461f2a64582b12727e83c85dee | [] | no_license | elirex/learning-notes | 2d908535d6457595be0f8bb8329fe78e0e6ee70b | 9d3386edf0d242c11048e7c3bf303cc80f358c7f | refs/heads/master | 2021-06-16T03:35:37.283917 | 2021-02-22T14:57:44 | 2021-02-22T14:57:44 | 162,009,719 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 346 | iuml | @startuml
State <|--- ConcreteState1
State <|--- ConcreteState2
State <---o Context
class Context {
-currentState: State
+getCurrentState(): State
+setCurrentState(state: State)
+handle()
}
abstract class State {
-context: Context
+setContext(context: Context)
+{abstract}handle()
}
class ConcreteState1
clas... | false | true | false | false | state |
095378cbe2ff5a1d0cd5e03d01b024569b225beb | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Modules/Mouse/Producers/MouseMoveEventProducer.puml | 869f9aba86e3233f1625a6267ba4f60329d6c652 | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 331 | puml | @startuml
skinparam monochrome true
skinparam ClassAttributeIconSize 0
!startsub default
class MouseMoveEventProducer {
+ StartCapture(nativeM : INativeMouse) : void
+ StopCapture() : void
}
abstract class "DefaultEventQueue<T>" {
}
!endsub
"DefaultEventQueue<T>" " <MouseMoveEvent>" <|-- MouseMoveEventProduc... | false | true | false | false | class |
09f858adbed7c7c34e6bdf6881b89d4654b101e7 | c12709b46160493fa7837ddd96cf2dc170b7dc0d | /assets/umls/strategy-pattern1.puml | 6b01c38b5049ec04c97d980443bb0cfc9e26ff6f | [] | no_license | battlerhythm/battlerhythm.github.io | c0e9bd62695b915ce734266be35a0e367c4e6225 | 3b53041d25f2935747122c75dc3b501bc9cba05a | refs/heads/master | 2021-12-03T08:38:20.238977 | 2021-11-28T19:21:25 | 2021-11-28T19:21:25 | 132,821,261 | 0 | 1 | null | 2018-05-10T01:15:52 | 2018-05-09T22:59:00 | JavaScript | UTF-8 | PlantUML | false | false | 355 | puml | @startuml
class Duck {
quack()
display()
fly()
}
class CityDuck {
display()
}
class WildDuck {
display()
}
class RubberDuck {
display()
fly()
}
class MountinDuck {
display()
fly()
}
class CloudDuck {
display()
fly()
}
Duck <|-- CityDuck
Duck <|-- WildDuck
Duck <|-- RubberDuck
MountinDuck -|... | false | true | false | false | class |
a55526b5411882a6cfa2ec3956f4f37bb1d7c3f3 | 91678f027f1da807dfe4c113028f331f458c3a3d | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-framework-app.puml | 00ad9e6cd466e7f046381ca552911f9b57a3c10e | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | amtee/platform | fd4b863a98c4302a26782486d173c437dfa98baa | 3518811b02bcfb746abb8553ae8e5ac6f15338c0 | refs/heads/trunk | 2023-08-20T03:41:00.473175 | 2021-09-27T11:20:36 | 2021-09-27T11:20:36 | 410,864,620 | 1 | 0 | MIT | 2022-02-06T18:56:01 | 2021-09-27T11:54:21 | null | UTF-8 | PlantUML | false | false | 4,374 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we u... | false | true | false | false | uml-unknown |
3332466a13b838a0ec6c679f34521691073a6721 | 874fb77bc16a5b6693272d5d267c45dfee98e24d | /text-resource.puml | efa62f244542a6342433269166cd05d8cfe93a59 | [] | no_license | saintshaga/auth | 012e3c411325531b55de7ec14acbfc641b50779e | c90e4ebb5727b4735d50f5c1f48d349df4092db7 | refs/heads/master | 2020-04-01T01:45:36.091750 | 2018-12-03T08:06:13 | 2018-12-03T08:06:13 | 152,751,158 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,313 | puml | @startuml
package "dependency relationShip" {
package tenantLibrary {
mix_usecase (hue-tenant-saas) as tenant
mix_usecase (hue-tenant-dynamoDB-saas) as tenantDynamoDB
mix_usecase (hue-tenant-saas-for-lambda) as tenantLambda
mix_usecase (hue-tenant-saas-for-spring) as tenantSpring
tenantLambda --> tenant : dep... | false | true | false | false | sequence |
2e9d49a3580af54270d34dec2d5d9b5042b7e49e | b8c409912c930baf8050f8c85da0cf2e97966b27 | /src/main/resources/uml/case/2_15Business Use Case.puml | 74fc560d5ff0426717a5af750d734579fb60093c | [] | no_license | tom1120/BaseStudy | 8cd1b735a119e022d54738c7ba3d8a9cd16aa8d5 | 35d1c19a6ebaabbb52870af8b61604d8f0290a5e | refs/heads/master | 2023-07-24T13:22:00.656180 | 2023-07-08T15:53:45 | 2023-07-08T15:53:45 | 135,059,686 | 0 | 0 | null | 2023-07-08T15:54:31 | 2018-05-27T15:40:27 | Java | UTF-8 | PlantUML | false | false | 245 | puml | @startuml
'https://plantuml.com/use-case-diagram
(First usecase)/
(Another usecase)/ as (UC2)
usecase/ UC3
usecase/ (Last\nusecase) as UC4
newpage
:First Actor:/
:Another\nactor:/ as Man2
actor/ Woman3
actor/ :Last actor: as Person1
@enduml | false | true | false | false | usecase |
fce5f74ae7566f87b4719edcedc90e84975c1526 | 9d519606b9661226a213298d5cb07f433689b3b9 | /docs/pedidosya.auth.plantuml | 8fae949573251f4f80b257ffad8ebcb3470c5c29 | [] | no_license | andresmiguel/restaurants | 4e5ca967a3c3538cff8841472fc41859de0aa801 | cbd1535d770a755a5c57fefd110495fc88d314b5 | refs/heads/master | 2020-03-27T02:23:12.541935 | 2018-08-27T03:14:49 | 2018-08-27T03:15:45 | 145,786,464 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,189 | plantuml | @startuml
title __PedidosYa AUTH's Class Diagram__\n
package com.py.restaurants {
package com.py.restaurants.pedidosya.auth {
interface PyAccessTokenManager {
{abstract} + getToken()
{abstract} + refreshToken()
}
}
}
package com.py.restaurants {
package com.py.res... | false | true | false | false | class |
550bc24644f8abe3b49fe2b2f0f25911da73b6b3 | dea8eff220e275a169ccecc0f65a3c8c57f19640 | /pic/workflow.plantuml | 58b2a10dfef489d4bbf69d48d1e8810936ff3ac1 | [
"MIT"
] | permissive | profAW/toc2mm | a16065e23a1a28259f9628137ffaa9977cc71885 | 7ba886d4e898948c9ff3f765b55a7454e2c6c2c8 | refs/heads/master | 2023-08-06T20:15:45.658914 | 2021-09-23T09:46:21 | 2021-09-23T09:46:21 | 408,718,548 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,154 | plantuml | @startuml
skinparam DefaultFontName Hack
skinparam shadowing false
skinparam RoundCorner 10
skinparam ComponentBorderColor Black
skinparam Actor {
BorderColor Black
BackgroundColor White
'BackgroundColor hidden 'Damit etwas verschwindet"
}
skinparam Component {
BorderColor Black
BackgroundColor Al... | false | true | false | false | sequence |
d0b62d81983c87d885f925180f7d2b9fa4b6eb4c | 6b1b506139088aa30de9fd65cff9e3b6a3a36874 | /docs/sofia_redux/toolkit/resampling/paper/images/software_flow.puml | aa494891feb112f99b46f30d7e282fb408652b33 | [
"BSD-3-Clause"
] | permissive | SOFIA-USRA/sofia_redux | df2e6ad402b50eb014b574ea561734334d70f84d | 493700340cd34d5f319af6f3a562a82135bb30dd | refs/heads/main | 2023-08-17T11:11:50.559987 | 2023-08-13T19:52:37 | 2023-08-13T19:52:37 | 311,773,000 | 12 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,274 | puml | @startuml
skinparam objectFontSize 12
skinparam FontSize 12
package "Inputs" {
object Resampler.Parameters {
+ Order
+ Window
+ Other options
}
object Sample.Data {
+ Measurement values
+ Measurement errors
+ Sample coordinates (X)
}
object Reduct... | false | true | false | false | sequence |
0cfe99bfc8674e218ec9ab91057311ee43bf1ecf | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CategoryChangeOrderHintAction.puml | aa9ae1b00bc4344782b2670572ddfebcf08054b1 | [] | 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 | 458 | 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 CategoryChangeOrderHintAction [[CategoryChangeOrderHintAction.svg]] extends CategoryUpdateAction {
... | false | true | false | false | class |
b18146e0229ed137def84780d4073c2896c614b6 | 3576ec713485a374cd82f4db2df455e2108fbf46 | /features/0075-payment-decorators/payment-request-api-flow.puml | ffc891be3bd958006c8fca88117033afbad15149 | [
"Apache-2.0",
"LicenseRef-scancode-dco-1.1"
] | permissive | hyperledger/aries-rfcs | b5de0c6f3b6855c6b66039b3f3580e062d238cdf | 097053c6e91f16d4dad18b5367cf338721423dc7 | refs/heads/main | 2023-08-31T08:13:57.556336 | 2023-07-24T21:30:11 | 2023-07-24T21:30:11 | 185,645,683 | 340 | 259 | Apache-2.0 | 2023-09-13T01:20:18 | 2019-05-08T16:49:20 | Python | UTF-8 | PlantUML | false | false | 373 | puml | @startuml
autonumber 1
hide footbox
entity Payee
control Payer_User_Agent
actor Payer
entity Payment_Method
Payee --> Payer_User_Agent: Payment Request
group internal to payer
Payer_User_Agent -[#blue]-\ Payer: Render
Payer -[#blue]-\ Payer_User_Agent: Configure
Payer_User_Agent ->o Payer_User_Agent: Payment Response
e... | false | true | false | false | sequence |
da8749db809d3bcde07f5ed315c5b95fc1260d7e | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1130383/sprint2/sort_class_diagram.puml | 117b1169044bb063e2da3fe8e4c847384849aeea | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,914 | puml | @startuml doc-files/sort_class_diagram.png
class MenuBar {
+MenuBar(Cleansheet app, ActionManager actionManager, UIController uiController)
}
class JMenuBar {
}
class UIController {
-extensions : uiExtension[]
--
+UIController(Cleansheet app)
+getExtensions() : uiExtension[]
}
class ExtensionManager {
-instan... | false | true | false | false | sequence |
aa4bbea6e934e7faa2cc08f71f518f472eeb627d | 399f2b4a13c4a158eb0cc38e29eba5f3fb9b998a | /use-cases/code-review5-use-case.puml | 638fbab93ec9627017258746436f28e3257d456d | [
"Apache-2.0"
] | permissive | HeinThuAung-11/group3 | 646550418fa773f1e6b0ead248bc548f4e469fe0 | 225559c753ad61f4adb9f71320db119281bd622c | refs/heads/master | 2023-01-23T06:59:36.885539 | 2020-12-05T04:14:55 | 2020-12-05T04:14:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,512 | puml | @startuml
skinparam usecase {
FontName Aapex
BackgroundColor Aquamarine
BorderColor DarkCyan
ArrowColor DarkCyan
}
skinparam actor{
FontName Aapex
BackgroundColor Aquamarine
BorderColor DarkCyan
}
left to right direction
skinparam packageStyle rectangle
actor User
rectangle database as "Database"
rectangle "Code Review... | false | true | false | false | usecase |
b5d006f8a23defde4db6560e7b25e63dbda0b683 | 64f99d56f63424c070e9d08e50735e9293863269 | /tallycontroler_tc_v2.puml | 15dfd5e12a57437aca7e249abb31c4415bd8cf89 | [] | no_license | EliasTechnik/EnglishPresentation | 5dac746533a84451c7f0c4be8ed4425ad9061616 | 37185a03341635009090251b914aae730735f15c | refs/heads/main | 2023-06-03T23:43:58.915152 | 2021-06-28T12:53:53 | 2021-06-28T12:53:53 | 378,847,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,121 | puml | @startuml tallycontroler_v2
class ttally_controler{
-tlazserial com
-twshandler ws
-tlist tallys
-tlist scenes
-tstringlist tasklist
-ansistring serialbuffer
-int last_msg_id
-tlog l
-tcommandline cli
-tmemo memo
-ansistring wanted_msg
-boolmsg_received
-tprocnoargs g... | false | true | false | false | class |
6ce04472de624b54b1973ebb45e54ab1f6235fcb | 3fbe88503df5797c1094574013c1e0e9cc47a5bf | /doc/must_gather_store_components.uml | 8123c31b52b8b90f9f349bd73be64b920d59f1f2 | [
"Apache-2.0"
] | permissive | lukasHumpolok/insights-operator-controller | 0f0a70027d27178187a12e834bed61df382b3342 | 3eb50c11842ee53dfb9dd6945d9a099e8b4a7c6d | refs/heads/master | 2020-12-15T12:19:22.127623 | 2020-01-20T12:57:19 | 2020-01-20T12:57:19 | 235,101,183 | 0 | 0 | Apache-2.0 | 2020-01-20T12:54:52 | 2020-01-20T12:54:51 | null | UTF-8 | PlantUML | false | false | 681 | uml | // Copyright Pavel Tisnovsky 2019
//
// vim:syntax=plantuml
@startuml
[Insights operator controller service] as service #99ff99
[Insights operator] as operator #ccccff
[Hydra] as hydra
[Amazon S3] as s3
package "Customer case" {
[Attachment]
}
interface "REST API" as service_http
service -- service_http
interfac... | false | true | false | false | class |
5cd6b03447675a0d299775f854901fe8d1cc53b4 | b5fc7582d0d738b7bbdf2b6b6e96bf1b700b33f4 | /view/uml-test/test3.puml | 71397b9565ab4ddc8d5aaf97300427b28d525728 | [] | no_license | dohoby/dohoby.github.io | ac377bef14084d11c11fad2bd43b11d379859934 | f9d3c434c814481ad8c9d20e49b38373808df347 | refs/heads/master | 2021-10-22T03:31:16.100844 | 2021-10-19T11:55:43 | 2021-10-19T11:55:43 | 71,213,202 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 254 | puml | @startuml
object Object01
object Object02
object Object03
object Object04
object Object05
object Object06
object Object07
object Object08
Object01 <|-- Object02
Object03 *-- Object04
Object05 o-- "4" Object06
Object07 .. Object08 : some labels
@enduml
| false | true | false | false | class |
c44c81b760090f18efd4b94a6923f1464cac7af0 | dda7b506188d7a34ac15ae3b7c3a55f8c94eabe7 | /src/main/java/com/clexel/dp/uml/generalization.puml | 1138d2425a58cba6069cfab2e5c944032b2c4b70 | [
"Apache-2.0"
] | permissive | jonathanzhan/design-pattern | 77e7088c37a40320c94f18f4f68dbfff260639d0 | 3b118a1e0769b78127ed806b95ff011db5b15be8 | refs/heads/master | 2021-07-05T21:20:38.942127 | 2019-08-29T09:37:57 | 2019-08-29T09:37:57 | 191,871,045 | 0 | 0 | Apache-2.0 | 2020-10-13T13:53:42 | 2019-06-14T03:37:20 | Java | UTF-8 | PlantUML | false | false | 212 | puml | @startuml
class Person{
- name:String
- age:int
+ speak():void
}
class Student{
+ study():void
}
class Teacher{
+ teach():void
}
Student -left--|> Person
Teacher -right--|> Person
@enduml | false | true | false | false | class |
29a0e4fb038d32c8297157f87d90a76cc7870b43 | a0da64289aeb4b257eafd0445649c54971c2ef39 | /proxy-pattern/doc/proxy-pattern.puml | 143db366ade07bf73eea719b4cb0a36a26066e16 | [] | no_license | ThomsonTang/Design-Pattern | 04db1920f2a06e4caff3a5fa20691f589bff38ec | d976f0f186d2540e9b64c026a7f34db7add6f41d | refs/heads/master | 2022-07-20T18:58:13.548479 | 2022-07-07T10:13:35 | 2022-07-07T10:13:35 | 39,445,011 | 0 | 0 | null | 2015-12-26T10:00:38 | 2015-07-21T12:50:07 | null | UTF-8 | PlantUML | false | false | 182 | puml | @startuml
interface Subject {
request()
}
class RealSubject {
request()
}
class Proxy {
request()
}
Subject <|-- RealSubject
Subject <|-- Proxy
RealSubject <-left- Proxy
@enduml
| false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.