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
ed3c1304743aac6450fa222763b31d4df3ec4563
5785aa17c13a935e86acefd4033b78f6d36e9b48
/docs/puml/Verification-and-Attestation-Citizen-with-Chamber-Of-Commerce.puml
705d0249716c6a3ca890e0842693190fe57e97a7
[ "Apache-2.0" ]
permissive
ID-Chain/Common
cfb3307816188a6753609baad3809aac805b5d87
9cc5ed429986ce3cc22b7c0bdb586279a5d66260
refs/heads/master
2020-04-05T11:54:53.329196
2019-01-31T15:31:41
2019-01-31T15:31:41
156,849,928
1
2
Apache-2.0
2019-02-23T14:18:27
2018-11-09T10:57:52
JavaScript
UTF-8
PlantUML
false
false
4,804
puml
@startuml skinparam ParticipantPadding 50 skinparam BoxPadding 40 title Identity Chain Proof Verification before Attestation Flow # Citizen registers a new Company on Chamber of Commerce (KvK) # Citizen is onboarded with Chamber of Commerce (KvK) # Chamber of Commerce (KvK) requests passport attributes proof signed by the Government # Citizen proofs KvK and gets Company/Organization credentials end title box "Mobile App Agent " #LightBlue actor "User (Citizen) " as U participant "Mobile App" as UAPP endbox participant "Firebase Cloud Messaging " as FCM box "Cloud Agent " #LightBlue participant "Back-End" as CA endbox box "Chamber Of Commerce (KvK) Agent " #LightBlue participant "Chamber Of Commerce WebApp " as CCAPP participant "Chamber of Commerce Node API " as CCNODE endbox participant "Ledger" as L === Company Registration & Onboarding == U -> CCAPP: Fill new company registration form CCAPP -> CCNODE: Request new <b> Connection Offer CCNODE -> CCAPP: Response with <b> Connection Offer Information CCAPP -> CCAPP: Generate QR Code from Connection Offer Information CCAPP -> U: Display QR Code with <b> Connection Offer U -> UAPP: Open Mobile Application UAPP -> CCAPP: Scan <b> QR Code</b>: { \nTA_DID,\nNONCE (Linked to Citizen),\nMOBILE METADATA (Name, logo, description) \n} UAPP -> L: Read ledger: <b>Endpoint Host Address & Verification Key UAPP -> UAPP: <b>Generate DID</b> (Citizen -> KvK) UAPP -> CCNODE: Send <b>Connection Request</b> CCNODE -> CCNODE: <b>Generate DID</b> (KvK -> Citizen) CCNODE -> CCNODE: Creates <b>Pairwise</b> in wallet CCNODE -> CA: Send <b>Connection Response</b> CA -> FCM: Forward <b>Connection Response</b> activate FCM FCM -> UAPP: Push Notification with <b> Connection Response </b> deactivate FCM UAPP -> UAPP: Creates <b>Pairwise</b> in wallet UAPP -> CCNODE: <b>Connection Acknowledge</b> note over U : REFINE THIS POINT: \nUSER SHOULD GET SOME FEEDBACK? U -> CCAPP: Check if connection was successful linked === Proof Request & Verification == note over CCNODE : Automatically generate Proof Request \nfor new Connections linked to new Companies \n(Until now marked as NOT VERIFIED) note over CCNODE : REFINE THIS POINT: \nShould we allow some triggering from Admin UI? CCNODE -> CCNODE: Generate Proof Request CCNODE -> CA: Send <b> Proof Request</b> CA -> FCM: Forward <b> Proof Request</b> activate FCM FCM -> UAPP: Push Notification with <b> Proof Request</b> : { \nName (disclosed),\nSurname (disclosed), BSN? (disclosed), \nOver 18 years all (ZKRP), \n (All attributes should be signed by the Governerment) \n} deactivate FCM activate UAPP UAPP -> UAPP: Check if the user can generate Requested Proof note over UAPP : REFINE THIS POINT: \nHow do we handle if not, how the user is notified? UAPP -> L: Get Passport Schema UAPP -> L: Get Government Passport Credential Definition UAPP -> U: Notify and display the requested data. \n <b>Do you agree on sharing? U -> UAPP: <b>Accepts</b> sharing the credentials with Chamber Of Commerce UAPP -> UAPP: Generate Proof UAPP -> CCNODE: Send <b>Proof deactivate UAPP CCNODE -> CCNODE: Verifies if proof is valid? CCNODE -> CCNODE: Store proof together with pairwise CCNODE -> CCNODE: Mark new registered company\n as <b>Verified & link user to company === Attestation == U -> CCAPP: Request company credentials CCAPP -> CCNODE: Generate Credential Offer for given user/DID/citizen linked to company CCNODE -> CA: Send Company Credential Offer CA -> FCM: Forward <b> Credential Offer</b> activate FCM FCM -> UAPP: Push Notification with <b> Credential Offer</b> : Company Information deactivate FCM UAPP -> UAPP: Generate <b>Credential Request UAPP -> CCNODE: Send <b>Credential Request CCNODE -> CCNODE: Check if company is already verified and owner matches request? CCNODE -> CCNODE: Generate <b> Company Credentials CCNODE -> CA: Send <b> Company Credentials CA -> FCM: Forward <b> Company Credentials</b> activate FCM FCM -> UAPP: Push Notification with <b> Company Credentials</b> deactivate FCM UAPP -> U: Show received company credentials \n <b>Do you accept this credentials? U -> UAPP: <b>Accept</b> credentials UAPP -> UAPP: <b>Store credentials in Wallet footer Pre-conditions: # Citizen - Was already onboarded with Government - Holds passport credentials signed by the Government in his Mobile App Wallet # Pool - Using default test genesis file - Government onboarded as Trust Anchor by Default Steward - Cloud agent onboarded as User by Default Steward # Cloud Agent - Registered with Firebase Cloud Messaging (FCM) # Mobile App - Knowledge about Cloud Agent - Registered to Cloud Agent (FCM) - Connected to Pool (Sent by Cloud Agent) - Generated Wallet # Government Trust Anchor - Created Schema & Credential Definition for Passport end footer @enduml
false
true
false
false
usecase
e7925192e11bccca588b7915e5246984f793815b
71876eb0846f6f2490ac8f6b60c48d1d97a47f60
/VenturaAPI/docs/diagrams-class/plantuml/core.domain.vaga.plantuml
507efe2dcc26966a949608da8e16ebe26f51a0cc
[]
no_license
RogerVFbr/VenturaHR
281efe904cd77152f339c801ccd6b3182d90af70
11d031caaae19c0c6f0f1c809ef14f7b3014bcdf
refs/heads/master
2023-01-20T07:24:50.235474
2020-12-03T13:11:59
2020-12-03T13:11:59
285,815,756
3
1
null
null
null
null
UTF-8
PlantUML
false
false
3,357
plantuml
@startuml title __CORE DOMAIN VAGA's Class Diagram__\n namespace com.soundlab.dockerizedjavaapi { namespace core { namespace domain.vaga { class com.soundlab.dockerizedjavaapi.core.domain.vaga.Vaga { - city : String - expirationDate : LocalDateTime - id : Long - longDescription : String - ownerId : Long - respostas : List<Resposta> - shortDescription : String - state : String - timeSpan : String - vagaCriterios : List<VagaCriterio> + Vaga() + equals() + getCity() + getExpirationDate() + getId() + getLongDescription() + getOwner() + getOwnerId() + getPerfil() + getRespostas() + getRespostasCount() + getShortDescription() + getState() + getTimeSpan() + getType() + getVagaCriterios() + hashCode() + setCity() + setExpirationDate() + setId() + setLongDescription() + setOwner() + setOwnerId() + setRespostas() + setShortDescription() + setState() + setTimeSpan() + setType() + setVagaCriterios() + toString() # canEqual() } } } } namespace com.soundlab.dockerizedjavaapi { namespace core { namespace domain.vaga { class com.soundlab.dockerizedjavaapi.core.domain.vaga.VagaCriterio { - description : String - id : Long - name : String - position : int + VagaCriterio() + equals() + getDescription() + getId() + getName() + getPmd() + getPosition() + getWeight() + hashCode() + setDescription() + setId() + setName() + setPmd() + setPosition() + setWeight() + toString() # canEqual() } } } } namespace com.soundlab.dockerizedjavaapi { namespace core { namespace domain.vaga { enum VagaType { CLT PJ description id } } } } com.soundlab.dockerizedjavaapi.core.domain.vaga.Vaga -up-|> com.soundlab.dockerizedjavaapi.core.AuditableEntity com.soundlab.dockerizedjavaapi.core.domain.vaga.Vaga o-- com.soundlab.dockerizedjavaapi.core.domain.user.Empresa : owner com.soundlab.dockerizedjavaapi.core.domain.vaga.Vaga o-- com.soundlab.dockerizedjavaapi.core.domain.vaga.VagaType : type com.soundlab.dockerizedjavaapi.core.domain.vaga.VagaCriterio -up-|> com.soundlab.dockerizedjavaapi.core.AuditableEntity com.soundlab.dockerizedjavaapi.core.domain.vaga.VagaCriterio o-- com.soundlab.dockerizedjavaapi.core.Level : pmd com.soundlab.dockerizedjavaapi.core.domain.vaga.VagaCriterio o-- com.soundlab.dockerizedjavaapi.core.Level : weight 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
false
true
false
false
class
2e22aa5d569544875baf3d5441480cb3d9ebae1c
147e8bb4df27ec1cd9c5a7273026bf1d1e4183fb
/open/bosminer/bosminer/trait-hierarchy.puml
d79a307c61bb4f3f1facda2c592cdcb9d42d2111
[]
no_license
qqq-tech/braiins
7e64040ac28a9591e8d2e2f20bf17f0b49b58f9d
b4a98a542c00396f1df63db2f3d592eaba61c1b1
refs/heads/master
2023-07-20T07:39:26.131579
2020-04-30T20:00:03
2020-04-30T20:00:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,411
puml
@startuml interface node::Stats { mining_stats(&self) -> &dyn stats::Mining } interface node::ClientStats { fn client_stats(&self) -> &dyn stats::Client; } interface node::Info { } interface node::Client { fn descriptor(&self) -> Option<&client::Descriptor> async fn get_last_job(&self) -> Option<Arc<dyn job::Bitcoin>>; } interface node::WorkSolver { } interface node::WorkSolverStats { fn work_solver_stats(&self) -> &dyn stats::WorkSolver; } interface hal::Backend node::Stats <|-- node::Info node::Stats <|-- node::WorkSolverStats node::Info <|-- node::WorkSolver node::Info <|-- node::Client node::WorkSolverStats <|-- node::WorkSolver node::WorkSolver <|-- hal::Backend node::Stats <|-- node::ClientStats node::ClientStats <|-- node::Client interface stats::Mining { fn start_time(&self) -> &time::Instant; fn last_share(&self) -> &LastShare; fn valid_network_diff(&self) -> &Meter; fn valid_job_diff(&self) -> &Meter; fn valid_backend_diff(&self) -> &Meter; fn error_backend_diff(&self) -> &Meter; } interface stats::Client { fn valid_jobs(&self) -> &Counter; fn invalid_jobs(&self) -> &Counter; fn generated_work(&self) -> &Counter; fn accepted(&self) -> &Meter; fn rejected(&self) -> &Meter; fn stale(&self) -> &Meter; } interface stats::WorkSolver stats::Mining <|-- stats::WorkSolver stats::Mining <|-- stats::Client @enduml
false
true
false
false
sequence
425429b1252c8db5298d02803afd4232f180d80a
c067a7796bba1bcd97ed5d7a5a7877a3217d532c
/uml/Properties/State/Utente.puml
06cfc0be7d14e7ff613645d9d9dd97f6b1b0c19b
[]
no_license
inifares23lab/PMO_Proj-DatiCovid
6897e2d04753c6faff3045aa2ac8822035683e14
186ec91ef3eb5647439c346909bfd8e7b3fb9e6e
refs/heads/master
2022-10-22T03:17:14.494294
2020-06-16T21:10:50
2020-06-16T21:10:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
359
puml
@startuml class DisplayChoice { + DisplayChoice(lbItalia:Label, lbRegioni:Label, lbInfo2:Label) + Next(lbRegioni:Label, lbInfo2:Label) : void + Update(lbItalia:Label, lbRegioni:Label, lbInfo2:Label) : void + Previous(lbRegioni:Label, lbInfo2:Label) : void } DisplayChoice --> "O" Officina DisplayChoice --> "CurrentState" DisplayState @enduml
false
true
false
false
class
839a57107f766695ba5050481d82ce3a7311b125
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartRemoveItemShippingAddressAction.puml
024c7db7163f8b203f53698887cac4dd6a18d195
[]
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
459
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 CartRemoveItemShippingAddressAction [[CartRemoveItemShippingAddressAction.svg]] extends CartUpdateAction { action: String addressKey: String } interface CartUpdateAction [[CartUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
ac8b334695487ac79286e43feab185ec915fa544
64a08c0e9739da0c13bce9489e4aaa5fa18ae37c
/DesignPattern/src/main/resources/uml/StudentWork.puml
25548b90020681317368f4a00f52a538faa8561b
[]
no_license
protriable/LearnRecordForJob
63fd38599362a9cba02cc4346b39763b5786ac02
62a8ca296ca81f92c61a89782baf9a56c2942aea
refs/heads/main
2023-04-07T20:47:54.904645
2021-04-10T06:22:07
2021-04-10T06:22:07
354,177,994
0
0
null
null
null
null
UTF-8
PlantUML
false
false
465
puml
@startuml 'https://plantuml.com/class-diagram 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 { DAYS HOURS MINUTES } class Singleton { Singleton instance Singleton() Singleton getInstance() } @enduml
false
true
false
false
class
faae16a2dc699f77e644d254f49a03ded6c48271
c452e4f63f50eca1ab44e5bb5fa557cbc5c93515
/src/main/resources/ex42/ClassDiagrams/OutputFormatter.puml
648014566ad960741d6745c942829981a2a0b7a7
[]
no_license
mplekunov/Assignment_3
b1ca62cde7a6a1dd495bdc8c52e34d494a8e947b
81138b959274d3c8bf9586c0c4f6c164f6c84780
refs/heads/master
2023-05-31T12:28:19.214249
2021-06-21T00:40:42
2021-06-21T00:40:42
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
167
puml
@startuml 'https://plantuml.com/class-diagram class OutputFormatter { -OutputFormatter() +String convertEmployeeToString(List<Employee> employees) } @enduml
false
true
false
false
class
4c5b22dc6f267adf65c0db6a148a4edc463bd48b
b8b944a1c6b89f9426d9c85b2560968b41e913d2
/resources/UML/ro.uaic.info/configuration/basic/basic.plantuml
af3dbd13ff7959c9fed3b4c39ac2cee3aa450cc7
[]
no_license
anaidde/VladianaInvaders
e0076b7a4e2b4cc48de6cabfa4ee0158888f5ec0
aff35c93b657c06ca9038884126fe0dd0a7a094a
refs/heads/master
2022-11-12T10:03:36.383752
2020-07-02T09:30:37
2020-07-02T09:30:37
261,261,460
0
0
null
null
null
null
UTF-8
PlantUML
false
false
194
plantuml
@startuml title __BASIC's Class Diagram__\n namespace ro.uaic.info.configuration.basic { class ro.uaic.info.configuration.basic.BuildTest { {static} + main() } } @enduml
false
true
false
false
class
93454131bf8fb00771fd0e7684225c6421a20565
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/core06_01/insert_image/i120836/core06_01_analysis.puml
a308b16bf28f46c76ffd5e8c0ba47f812c0059b1
[]
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
622
puml
@startuml doc-files/insert_image_extension_analysis.png actor User participant "<<analysis>>\nImageUI" as UI participant "<<analysis>>\nImageCtrl" as ctrl participant "<<analysis>>\nSpreadsheet" as sheet participant "<<analysis>>\nCell" as cell User -> UI : selectCell() activate UI UI -> ctrl : getCellImage() activate ctrl ctrl -> sheet : getCell() ctrl -> cell : getImage() deactivate ctrl UI -> UI : displayImage() deactivate UI User -> UI : InsertImage() activate UI UI -> ctrl : setCellImage() activate ctrl ctrl -> cell : setImage() deactivate ctrl deactivate UI @enduml
false
true
false
false
sequence
0fa5b908f3874c3d1f931077946d49a9f28514db
1e2c53296d19f7c1af32dbf2ac58b6cc7814c65d
/UML/LogitudUML.puml
c06a81dc1c288b1001f0910b6edaf5a5ffcd1834
[]
no_license
jcalise6891/Logitud_SkiChampionShip
54640eafddad940bce704eb772e3aab3d5d5b0fe
b4466abdaa964a7a7edb2acc0d2d5eebffec5c8f
refs/heads/main
2023-01-03T00:48:01.579142
2020-11-02T15:36:26
2020-11-02T15:36:26
303,393,784
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,080
puml
@startuml package BDDoriented{ class Epreuve { -ID: int -Nom: String -Date: Date } class Personne{ -ID: int -Nom: String -Prénom: String -DateDeNaissance: Date -Catégorie: int -Profil: int } class Epreuve_Personne{ -Epreuve_ID: int -Personne_ID: int } class Catégorie{ -ID: int -Nom: String } class Profil{ -ID: int -Nom: String } class Passage{ -ID: int -Temps: Date } class Personne_Passage{ Personne_ID: int Passage_ID: int } Personne "0..*" o-l- "1" Catégorie : Catégorise Personne "0..*" o-r- "1" Profil : Possède Epreuve_Personne "0..*" *-u- "1" Personne : Participe Epreuve_Personne "0..*" *-- "1" Epreuve: Possède Personne_Passage "0..2" *-u- "1" Personne : Effectue Personne_Passage "1" *-- "1" Passage : Réalise } newpage namespace ClassOrientend{ namespace Entite{ class Epreuve { -ID: int -Nom: String -Date: Date } class Personne{ -ID: int -Nom: String -Prénom: String -DateDeNaissance: Date -Catégorie: int -Profil: int } class Catégorie{ -ID: int -Nom: String } class Profil{ -ID: int -Nom: String } class Passage{ -ID: int -Temps: Date } } namespace Modele{ abstract BDD{ +Connexion() +addToBDD() +deleteFromBDD() } } namespace Controller{ class EpreuveController{ -Epreuve : Object -BDD : Object +addEpreuve() +deleteEpreuve() +modifyEpreuve() } EpreuveController <|-- ClassOrientend.Entite.Epreuve EpreuveController <|-- ClassOrientend.Modele.BDD } } @enduml
false
true
true
false
class
fe7430413d4eb5410d112bebf8bdf5d798bf186a
abe16d0ba344a67354718c7324e1ddac43efd373
/dahua-design/src/main/java/ch25/访问者模式.puml
8451556b545ed351448e2caf60d4c1badbf00d02
[]
no_license
gerrywen/java-learn
9888ccdf04aff50e4d8e5902c03e13c64dbf65b8
a3ed4ab50af0c2bf305eda04730f7f2db326a141
refs/heads/master
2022-12-24T18:14:07.724295
2020-06-15T08:30:49
2020-06-15T08:30:49
203,317,957
0
0
null
2022-12-15T23:58:26
2019-08-20T06:56:17
Java
UTF-8
PlantUML
false
false
39
puml
@startuml interface IVisitor @enduml
false
true
false
false
class
cff3b9bb989fe0fe2f09b89ba149ee4c25cdf78b
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/PoseOptimizer/PoseOptimizerSL/PoseOptimizerSL_Activity_search.puml
6a2afc1de671f9386ab770972077ac7a841c3796
[]
no_license
ShisatoYano/SLAMDesignUML
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
bb8678908952205d1fdc2ea5e49c9ca752e123b9
refs/heads/master
2022-11-25T17:49:03.514885
2020-08-02T00:27:38
2020-08-02T00:27:38
261,206,484
0
0
null
null
null
null
UTF-8
PlantUML
false
false
565
puml
@startuml /' line search by brent method input1: double ev0 input2: Pose2D &pose input3: Pose2D &dp '/ (*) --> "int bits = numerical_limits<double>::digits boost::uintmax_t maxIter = 40" --> "pair<double, double> result = boost::math::tools::brent_find_minima( [this, &pose, &dp](double tt) {return (objFunc(tt, pose, dp))}, -2.0, 2.0, bits, maxIter)" --> "double t = result.first double v = result.second" --> "pose.tx = pose.tx + t * dp.tx pose.ty = pose.ty + t * dp.ty pose.th = MyUtil::add(pose.th, t * dp.th)" --> "return(v)" --> (*) @enduml
false
true
false
false
sequence
d67f6466eb8ae09933cf5ba9000614d06b3736d1
1e3dba3f02025ce0e7ff066565f56eeb516bcea0
/docs/SprintD/US_1/UC1_MD.puml
a6e558f4efad33064245eb54b658d6521659109c
[]
no_license
RuiRioPina/ManyLabs
1e3f413a08ef6ed2ad35b0326f992fef2808a4c7
4ef550952a81c0ce24b47dd85b3062e0c32df05b
refs/heads/master
2023-06-10T21:37:15.884362
2021-06-20T21:44:38
2021-06-20T21:44:38
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
841
puml
@startuml skinparam classAttributeIconSize 0 hide methods left to right direction class Company { -designation } Class TestStore { -testParam -parameter } class Test { -nhsCode; -internalCode; -client; -testType; -sampleCollectionMethod; -parameterCategory; -parameter; -samples -registrationDate; -samplesCollectionDate; -chemicalAnalysisDate; -diagnosisDate; -validationDate; } class Client { -name -address -phoneNumber -eMail -sex -cnn -nhsNumber -birthDate -tin } Class TestResult { -referenceValue -result -parameter } Class Report { -reportText } Company "1" -- "1..*" TestStore : has > Company "1" -- "*" Client : has > TestStore "1" -- "*" Test : has > Client "1" -- "1..*" Test : performs > Test "1" -- "1" TestResult : have > Test "1" -- "1" Report : have > @enduml
false
true
false
false
class
b509c58dd5b878403cfd779b18a90a000f1137f0
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/documentation/serviceApi/inventory/media/src/useCase2Flow.puml
dae3cea2961423a32e7a5c0fcc77603b47dd59ff
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Legato-SDK
b2ed422108f4bbb5d3aff27123d3f31305fd808f
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
refs/heads/working-draft
2023-07-06T06:44:01.113378
2023-06-23T14:14:48
2023-06-23T14:14:48
94,903,642
5
4
Apache-2.0
2022-05-04T10:22:56
2017-06-20T15:00:38
null
UTF-8
PlantUML
false
false
260
puml
@startuml hide footbox participant BUS participant SOF BUS -> SOF : GET {{baseUrl}}/service SOF -> SOF : validate Request alt success BUS <-- SOF : 200 Service[] else validation or internal problem BUS <-- SOF: 4xx/5xx : error response end @enduml
false
true
false
false
sequence
23f11415825226cc9afcbd07511e031096a3df8a
0bc7bf29514e3fa3c2b54d70c6f3bcc6daaff6ab
/cardreader.provider.usb.identos/doc/plantuml/UIDECRP/control.plantuml
b31772b69badf23157dcaf5f18a333644a935797
[ "Apache-2.0" ]
permissive
gematik/ref-CardReaderProvider-USB-Identos-Android
7e74fb4ab0980f27e9288e3b9f2e3e9477c2c3a7
bbbb80694ade1139b3f004fd4e33115274c738d1
refs/heads/master
2022-01-12T21:04:35.091433
2022-01-07T07:24:23
2022-01-07T07:24:23
213,916,220
2
0
null
null
null
null
UTF-8
PlantUML
false
false
7,794
plantuml
@startuml namespace de.gematik.ti.cardreader.provider.usb.identos { namespace control { class de.gematik.ti.cardreader.provider.usb.identos.control.IdentosCardReaderController { {static} - ACTION_USB_PERMISSION_IDENTOS : String {static} - LOG : Logger - cardReaders : Map<Integer, ICardReader> {static} - instance : IdentosCardReaderController + ctInitCompleted() + getCardReaders() + getIdentosUsbReceiver() {static} + getInstance() + setContext() + waitForPermission() ~ addNewAndInform() ~ removeAndInform() - IdentosCardReaderController() - createUsbReceiver() - readDevices() } } } namespace de.gematik.ti.cardreader.provider.usb.identos { namespace control { class de.gematik.ti.cardreader.provider.usb.identos.control.IdentosCardReaderProvider { - providerDescriptor : ProviderDescriptor + IdentosCardReaderProvider() + getCardReaderController() + getDescriptor() } } } namespace de.gematik.ti.cardreader.provider.usb.identos { namespace control { class de.gematik.ti.cardreader.provider.usb.identos.control.IdentosEventListener { {static} - LOG : Logger - cardEventTransmitter : CardEventTransmitter + IdentosEventListener() + onCardEvent() } } } namespace de.gematik.ti.cardreader.provider.usb.identos { namespace control { class de.gematik.ti.cardreader.provider.usb.identos.control.IdentosUsbReceiver { {static} - LOG : Logger + IdentosUsbReceiver() + onReceive() - onDeviceAttached() - onDeviceDetached() } } } namespace de.gematik.ti.cardreader.provider.usb.identos { namespace control { class de.gematik.ti.cardreader.provider.usb.identos.control.MockContext { + bindService() + bindServiceAsUser() + canLoadUnsafeResources() + checkCallingOrSelfPermission() + checkCallingOrSelfUriPermission() + checkCallingPermission() + checkCallingUriPermission() + checkPermission() + checkPermission() + checkSelfPermission() + checkUriPermission() + checkUriPermission() + checkUriPermission() + clearWallpaper() + createApplicationContext() + createConfigurationContext() + createContextForSplit() + createCredentialProtectedStorageContext() + createDeviceProtectedStorageContext() + createDisplayContext() + createPackageContext() + createPackageContextAsUser() + databaseList() + deleteDatabase() + deleteFile() + deleteSharedPreferences() + enforceCallingOrSelfPermission() + enforceCallingOrSelfUriPermission() + enforceCallingPermission() + enforceCallingUriPermission() + enforcePermission() + enforceUriPermission() + enforceUriPermission() + fileList() + getActivityToken() + getApplicationContext() + getApplicationInfo() + getAssets() + getBasePackageName() + getCacheDir() + getClassLoader() + getCodeCacheDir() + getContentResolver() + getDataDir() + getDatabasePath() + getDir() + getDisplay() + getExternalCacheDir() + getExternalCacheDirs() + getExternalFilesDir() + getExternalFilesDirs() + getExternalMediaDirs() + getFileStreamPath() + getFilesDir() + getMainExecutor() + getMainLooper() + getMainThreadHandler() + getNoBackupFilesDir() + getObbDir() + getObbDirs() + getOpPackageName() + getPackageCodePath() + getPackageManager() + getPackageName() + getPackageResourcePath() + getPreloadsFileCache() + getResources() + getSharedPreferences() + getSharedPreferences() + getSharedPreferencesPath() + getSystemService() + getSystemServiceName() + getTheme() + getUserId() + getWallpaper() + getWallpaperDesiredMinimumHeight() + getWallpaperDesiredMinimumWidth() + grantUriPermission() + isCredentialProtectedStorage() + isDeviceProtectedStorage() + isRestricted() + moveDatabaseFrom() + moveSharedPreferencesFrom() + openFileInput() + openFileOutput() + openOrCreateDatabase() + openOrCreateDatabase() + peekWallpaper() + registerReceiver() + registerReceiver() + registerReceiver() + registerReceiver() + registerReceiverAsUser() + reloadSharedPreferences() + removeStickyBroadcast() + removeStickyBroadcastAsUser() + revokeUriPermission() + revokeUriPermission() + sendBroadcast() + sendBroadcast() + sendBroadcast() + sendBroadcast() + sendBroadcastAsUser() + sendBroadcastAsUser() + sendBroadcastAsUser() + sendBroadcastAsUser() + sendBroadcastAsUserMultiplePermissions() + sendBroadcastMultiplePermissions() + sendOrderedBroadcast() + sendOrderedBroadcast() + sendOrderedBroadcast() + sendOrderedBroadcast() + sendOrderedBroadcastAsUser() + sendOrderedBroadcastAsUser() + sendOrderedBroadcastAsUser() + sendStickyBroadcast() + sendStickyBroadcastAsUser() + sendStickyBroadcastAsUser() + sendStickyOrderedBroadcast() + sendStickyOrderedBroadcastAsUser() + setTheme() + setWallpaper() + setWallpaper() + startActivities() + startActivities() + startActivity() + startActivity() + startForegroundService() + startForegroundServiceAsUser() + startInstrumentation() + startIntentSender() + startIntentSender() + startService() + startServiceAsUser() + stopService() + stopServiceAsUser() + unbindService() + unregisterReceiver() + updateDisplay() } } } de.gematik.ti.cardreader.provider.usb.identos.control.IdentosCardReaderController -up-|> de.gematik.ti.openhealthcard.common.AbstractAndroidCardReaderController de.gematik.ti.cardreader.provider.usb.identos.control.IdentosCardReaderController o-- de.gematik.ti.cardreader.provider.usb.identos.control.IdentosUsbReceiver : identosUsbReceiver de.gematik.ti.cardreader.provider.usb.identos.control.IdentosCardReaderProvider .up.|> de.gematik.ti.cardreader.provider.spi.ICardReaderControllerProvider de.gematik.ti.cardreader.provider.usb.identos.control.IdentosEventListener .up.|> com.identos.android.id100.library.ccid.OnCardEventListener de.gematik.ti.cardreader.provider.usb.identos.control.IdentosUsbReceiver -up-|> android.content.BroadcastReceiver de.gematik.ti.cardreader.provider.usb.identos.control.MockContext -up-|> android.content.Context @enduml
false
true
false
false
class
e7a3a99b479bc83ca535d2f806d67234a81cfce3
b0c541155af19a606585e3b62a55cb92b9870fb0
/Diagram46.puml
16f5ca484227f2eab25fee4e8953380be64208da
[]
no_license
BudderAsian/Nham-cop3330-assignment3.
5fcfe79038a4c0c37a80a29ddbc41c2a060644d2
4e35e2bb7d83dc0cfc3bf8bdb4d4e35ac1e74a75
refs/heads/main
2023-08-24T08:08:46.271327
2021-10-10T15:52:00
2021-10-10T15:52:00
415,341,312
0
0
null
null
null
null
UTF-8
PlantUML
false
false
36
puml
@startuml class Solution46 @enduml
false
true
false
false
class
aa04da79473eae463c9a408e960e4208f4864cb4
f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6
/_src/rad75.plantuml
d878f1c40b0bc43c05a5b5452141ac16cc9307be
[ "MIT", "GPL-1.0-or-later", "WTFPL", "CC-BY-3.0-US", "BSD-3-Clause", "OFL-1.1" ]
permissive
oehf/ipf-docs
178fe1e3fe079afede58fd25fe93a360234a273a
3a8ea98c86b3405f6571cb23b4da44a726a8fbf4
refs/heads/master
2023-08-30T06:25:52.374023
2023-08-29T14:34:33
2023-08-29T14:34:33
158,552,584
0
3
MIT
2022-03-30T07:48:51
2018-11-21T13:31:43
HTML
UTF-8
PlantUML
false
false
738
plantuml
@startuml hide footbox participant "Initiating Imaging Gateway" as IG participant "Responding Imaging Gateway" as RG group Synchronous Request IG -> RG : Cross Gateway Retrieve Imaging Document Set Request activate RG RG --> IG : Cross Gateway Retrieve Imaging Document Set Response deactivate RG end group group Asynchronous Request IG -> RG : Cross Gateway Retrieve Imaging Document Set Request activate IG activate RG RG --> IG : Cross Gateway Retrieve Imaging Document Set Request Response deactivate IG ||| note right of RG: Handle request RG -> IG : Cross Gateway Retrieve Imaging Document Set Reply activate IG IG --> RG : Cross Gateway Retrieve Imaging Document Set Reply Response deactivate IG deactivate RG end group @enduml
false
true
false
false
sequence
450a84d8f91084cb06ecadbfcf886b1d7d3d0034
58f5766244826918a3cf79312f861f76c5aa6f7d
/Documents/uml/Services/GenerageConfigDialogService.puml
d24e572e24029ee5ed68a6e9240bab432278a1bf
[ "MIT" ]
permissive
BillKrat/CsvEditSharp
3835aa9d7955a33830be47b044d3c05763c68dff
a91334a8aa1b08c4f7fe38116892b088e92d4da4
refs/heads/master
2022-01-28T15:31:06.719793
2019-07-28T11:39:25
2019-07-28T11:39:25
198,216,226
0
1
MIT
2019-07-22T12:10:45
2019-07-22T12:10:44
null
UTF-8
PlantUML
false
false
212
puml
@startuml class GenerateConfigDialogService { + Result : GenerateConfigSettings <<get>> + ShowModal() : bool? } "IModalDialogService`1" "<GenerateConfigSettings>" <|-- GenerateConfigDialogService @enduml
false
true
false
false
class
11fa3bbcaf9af105ba8194e93ad5022c6abd200d
16c85e114821ddcde7225efdbd56f6b89ea6e1ca
/app/src/main/java/com/example/azhar/lppm/uml/tambahPengabdian.puml
51464289a14dc4474f601638a178632f90c0ef50
[]
no_license
azharsiddiq36/LppmAndroid
fbd9dfb3bfeb4152e92fd1a421b91653c1d6004d
b9398634a885142d64bd3d6c8cb6ddd2a4407408
refs/heads/master
2020-04-09T07:13:35.914438
2019-06-12T10:37:25
2019-06-12T10:37:25
160,146,232
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,658
puml
@startuml Actor Pengguna Boundary MainActivity Boundary TahunActivity Boundary PengabdianActivity Boundary FormPengabdianActivity Control PengabdianAdapter Control ViewPagerAdapter Entity ModelPengabdian Pengguna ->MainActivity:Membuka Tampilan MainActivity-> MainActivity: onCreate() Pengguna -> MainActivity : onNavigationItemSelected(Pengabdian) MainActivity->TahunActivity:Intent(this,TahunActivity.class) TahunActivity->TahunActivity:onCreate() TahunActivity -> Pengguna: Tampilkan Tahun Pengajuan Pengguna -> TahunActivity:onItemSelected() TahunActivity -> PengabdianActivity:Intent(TahunActivity.this,PengabdianAcitivity.class) PengabdianActivity->ViewPagerAdapter:setFragment(TerbaruFragment) ViewPagerAdapter ->ViewPagerAdapter:onCreateView() ViewPagerAdapter -> PengabdianAdapter:listPengabdian() PengabdianAdapter -> ModelPengabdian: getListPengabdian() ModelPengabdian -> PengabdianAdapter: Berhasil Memuat Data PengabdianAdapter->PengabdianActivity:setAdapter() PengabdianActivity->Pengguna:Menampilkan List Surat Pengabdian Pengguna -> PengabdianActivity:fab.setOnClickListener() PengabdianActivity->FormPengabdianActivity:Intent(this,FormPengabdianActivity.class) FormPengabdianActivity->FormPengabdianActivity:onCreate() FormPengabdianActivity->Pengguna:Menampilkan form Pengabdian Pengguna->FormPengabdianActivity:btnSimpan.setOnClickListener() FormPengabdianActivity->PengabdianAdapter:insertPengabdian() PengabdianAdapter->ModelPengabdian:setPengabdian() ModelPengabdian->PengabdianAdapter:Menambahkan Data PengabdianAdapter->MainActivity:Berhasil Menambahkan Data MainActivity->Pengguna: Menampilkan Toast Berhasil Menambahka Data @enduml
false
true
false
false
usecase
7148360b51e5b418d15cefa3d32271e81d4115d1
188aa3bd1c4fc0a88cab9726c2f2299f147e70d8
/docs/UC_04/UC04_MD.puml
2d984485388d13772bd111ff2f52bf3d0e882c83
[]
no_license
botelho-io/lapr2-2020-g029
c6a3c15bace1145c94c0495ac5f8ce54b7be478c
1834bf842e5ae1f94d20ab61dad8e8124fc9f61b
refs/heads/master
2023-08-17T00:53:42.364156
2020-06-14T22:29:10
2020-06-14T22:29:10
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,291
puml
@startuml MD skinparam classAttributeIconSize 0 hide methods left to right direction class App { } class Organization { - String name - String NIF } class Transaction { } class Task { - String id - String description - Integer durationInHours - Double costPerHourOfJuniorEur - String category } class HistoricalTransactionFile { } class Collaborator { - String name - String email - String password } class Freelancer { - String id - String name - String levelOfExpertise - String email - String NIF - String bankAccountIBAN - String address - String country } Organization "1" -- "1" Collaborator : has > Organization "1" -- "*" Task : publishes > Organization "1" -- "*" Transaction : has > App "1" -- "*" Organization : has > App "1" -- "*" Freelancer : has > Collaborator "1" -- "*" HistoricalTransactionFile : loads > HistoricalTransactionFile "1" -- "*" Transaction : records > @enduml
false
true
false
false
class
64d4f72bd804f71a8830f7c420db6c3891d889fa
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/Common/Shared/Events/Queue/IReadOnlyEventQueue.puml
c63b3419e6ab7754278d2288808817bf15e424f5
[ "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
180
puml
@startuml skinparam monochrome true skinparam classAttributeIconSize 0 !startsub default interface "IReadOnlyEventQueue<T: Event>" { + IsClosed: bool <<get>> } !endsub @enduml
false
true
false
false
class
f193d1dc7988c7c49a1ccd768cb4ac3dc34cbc14
e7aab27dc3b56328c92d783d7fa8fce12d8ac544
/kapitler/media/uml-datatype-skjerming.iuml
0cf2da0d55d3acc3b1020a9eef24ac7f7b53d4a8
[]
no_license
petterreinholdtsen/noark5-tjenestegrensesnitt-standard
855019a61c8679a8119549e2824fa32ecc669e66
4673ba7134d83a6992bba6f9036c521c7ae1897f
refs/heads/master
2023-06-11T12:08:52.134764
2023-03-05T11:05:21
2023-03-05T11:05:21
160,586,219
0
0
null
null
null
null
UTF-8
PlantUML
false
false
319
iuml
@startuml class Arkivstruktur.Skjerming <<dataType>> { +tilgangsrestriksjon : Tilgangsrestriksjon +skjermingshjemmel : string +skjermingMetadata : SkjermingMetadata [0..*] +skjermingDokument : SkjermingDokument [0..1] +skjermingsvarighet : integer [0..1] +skjermingOpphoererDato : datetime [0..1] } @enduml
false
true
false
false
class
b5cb29fdc55b38e43dea9be145870176bc447d04
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Engines/Sales/ValidationResponse.puml
9a0a11da3eb0918f22a1933ea96ceceee1fb4c43
[ "BSD-3-Clause" ]
permissive
noelmartens/TransitionAcademy
4e02379d234aa4859a497ee2846420f4c55b9e12
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
refs/heads/master
2023-06-14T05:25:35.514249
2021-07-02T19:40:29
2021-07-02T19:40:29
362,512,351
0
0
null
null
null
null
UTF-8
PlantUML
false
false
84
puml
@startuml class ValidationResponse { } ResponseBase <|-- ValidationResponse @enduml
false
true
false
false
class
668cb81109793c53853c18ca30cd9b4935682307
b19e1cd9af26a9f3cb65823e1a7885ce278337fe
/documentation/productApi/serviceability/offeringQualification/media/product_spec_AEL.puml
49e610d2d655a4f9b9a87ed234f2e0f295c107b1
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Sonata-SDK
969c3717fba3fffa009bf3a5de65337b2caccaaf
6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f
refs/heads/working-draft
2023-07-07T02:17:11.649855
2023-06-23T09:30:18
2023-06-23T09:30:18
90,886,429
33
32
Apache-2.0
2023-01-05T23:58:23
2017-05-10T16:38:08
null
UTF-8
PlantUML
false
false
2,624
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor<<API>> Black } hide <<API>> stereotype class MEFProductRefOrValue<<API>> { } class MEFProductConfiguration<<API>> { @type*: string } MEFProductRefOrValue *--> MEFProductConfiguration : productConfiguration class AccessElineOvcEndPoint { identifier: string maintenanceIntermediatePoint: EnabledDisabled egressEquivalenceClassIdentifier: CosFrom aggregationLinkDepth: AggLinkDepth[] ovcEgressMap: OvcEgressMap[] ovcEndPointEnvelopes : Envelope[] ovcEndPointMap: OvcEndPointMapForm colorMap: OvcColorFrom ingressClassOfServiceMap: CosFrom sourceMacAddressLimit: SourceMacAddressLimit[] maintenanceEndPointList: MepLevelAndDirection[] } AccessElineOvcEndPoint *-->"*" BwpFlow : egressBandwidthProfilePerEndPoint AccessElineOvcEndPoint *-->"*" BandwidthProfilePerClassOfServiceName : egressBwpPerEgressEquivalenceClassName AccessElineOvcEndPoint *-->"*" BandwidthProfilePerClassOfServiceName : ingressBandwidthProfilePerClassOfServiceName class AccessElineOvc as "Access Eline OVC v1.0.0" { ceVlanIdPreservation: CeVlanIdPreservation cTagPcpPreservation: EnabledDisabled cTagDeiPreservation: EnabledDisabled listOfClassOfServiceNames: string[] availableMegLevel: integer maximumFrameSize: integer } MEFProductConfiguration <|-- AccessElineOvc AccessElineOvc *-->"1" AccessElineOvcEndPoint : enniEp AccessElineOvc *-->"1" AccessElineOvcEndPoint : uniEp class BandwidthProfilePerClassOfServiceName { classOfServiceName*: string } BandwidthProfilePerClassOfServiceName *-->"1..*" BwpFlow : bwpFlow class BwpFlow { envelopeRank*: integer couplingFlag*: boolean envelopeId*: string tokenRequestOffset*: integer colorMode*: ColorMode } BwpFlow *-->"1" InformationRate : eirMax BwpFlow *-->"1" InformationRate : cirMax BwpFlow *-->"1" DataSize : cbs BwpFlow *-->"1" DataSize : ebs BwpFlow *-->"1" InformationRate : cir BwpFlow *-->"1" InformationRate : eir enum CeVlanIdPreservation { PRESERVE STRIP RETAIN } enum ColorMode { COLOR_BLIND COLOR_AWARE } class DataSize { dataSizeUnits*: DataSizeUnits dataSizeValue*: integer } enum DataSizeUnits { BYTES KBYTES MBYTES GBYTES TBYTES PBYTES EBYTES ZBYTES YBYTES } enum EnabledDisabled { ENABLED DISABLED } class InformationRate { irValue*: number irUnits*: IrUnits } enum IrUnits { BPS KBPS MBPS GBPS TBPS PBPS EBPS ZBPS YBPS } @enduml
false
true
false
false
sequence
f1095ad274e330e8bd4204dca3ce43b4417e0fea
17a6a64d2275c47c9b205f088394b4937292f9f5
/docs/clamp/acm/plantuml/system-dialogues/UnlockInstanceElements.puml
fdcdc912e90a81cec33be3e2a2caa3bda0c38b52
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
onap/policy-parent
2e8db0a82311ed576a2d3166ac293b8b5687987c
b12c67854c70ae410e02af501126ecf8434e5dd9
refs/heads/master
2023-08-16T15:28:59.552318
2023-08-04T13:00:54
2023-08-08T10:14:28
159,416,823
3
1
NOASSERTION
2021-06-29T19:01:07
2018-11-27T23:53:56
null
UTF-8
PlantUML
false
false
1,071
puml
@startuml participant ACM_Runtime participant Participant participant Participant_API ACM_Runtime -> Participant: [ASYNC] Unlock AC Element Instances for this AC Instance loop over AC Element Instances in AC Instance alt Does the primed Participant ID on this AC Element Instance\nmatch my Participant ID? alt Is this AC Element Instance administrative state not LOCKED ACM_Runtime <- Participant: [ASYNC] WARN: AC Element is not LOCKED else Participant -> Participant_API: Unlock AC Element Instance activate Participant_API Participant <- Participant_API: Unlock AC Element Instance Response deactivate Participant_API alt AC Element unlocked successfully Participant -> Participant: Set AC Element Instance administrative state to UNLOCKED ACM_Runtime <- Participant: [ASYNC] INFO: AC Element has been unlocked else ACM_Runtime <- Participant: [ASYNC] ERROR: AC Element was not unlocked end end else note left of participant Ignore this AC Element instance as its for another participant end note end end @enduml
false
true
false
false
sequence
019a1e0f3f53e4175dbe9a5521dacfd1c446d4cc
7495d45dfe8320ff033116dc4e91993bcb8ab121
/assignment18-sort-klassestudent-scholzmagdalena/images/CLD.puml
5e6a990ac5b5c810d05711a9bce413818b5440d6
[]
no_license
1819-2ahitm-sew/assignment18-sort-klassestudent-scholzmagdalena
dec2f877de8cb6ecf691ec8f4b49d9bbb03db77c
0410826b8e937c3acfff69df94cca24e6216757b
refs/heads/master
2020-04-28T00:48:50.269563
2019-03-15T13:57:12
2019-03-15T13:57:12
174,830,037
0
0
null
null
null
null
UTF-8
PlantUML
false
false
317
puml
@startuml interface Comparable { {abstract} int compareTo(Student o) } class Klasse { int klassenbezeichnung Student[] students sortBubble() sortInsertion() } class Student { int katNr String vorname String nachname int compareTo(Student o) } Comparable <|.. Student Klasse o-- Student @enduml
false
true
false
false
class
ed5b07fb2aff2974f11c4fdba3a6e2d1244e7545
f37e90775a158ea0ae644e334eac5bba341f4989
/Documentation+/PlantUml/class/class_members.puml
0a703f2d2e76c95cc0cb01806026502c361ea13c
[]
no_license
Aleks-Ya/yaal_examples
0087bbaf314ca5127051c93b89c8fc2dcd14c1e3
ec282968abf1b86e54fc2116c39f2d657b51baac
refs/heads/master
2023-09-01T07:40:44.404550
2023-08-27T15:24:34
2023-08-29T22:01:46
14,327,752
4
2
null
2021-06-16T20:39:19
2013-11-12T09:26:08
Java
UTF-8
PlantUML
false
false
242
puml
@startuml class ArrayList { Object[] elementData int position int size() void clear() } class ArrayList2 ArrayList2 : Object[] elementData ArrayList2 : int position ArrayList2 : int size() ArrayList2 : void clear() @enduml
false
true
false
false
class
592020b61afdb63fe9245bc63aff49d255af4765
ef87426e4d6698b432a8f1f0efce2430a8ae45ad
/documentation/sequence.puml
aceea2d535a5bab25a677c36cf5d546cec77efe0
[]
no_license
mauquoic/MoneyManagement
abd640ff468a2b71c8deecb322cea9e402509e1b
f3eedcdafc719235204ff05a13a7ba4962d02416
refs/heads/master
2023-01-03T18:28:03.251319
2020-11-01T19:47:50
2020-11-01T19:47:50
268,065,879
0
0
null
2020-07-13T21:27:29
2020-05-30T11:27:04
Kotlin
UTF-8
PlantUML
false
false
344
puml
@startuml actor User User -> UI: Registration Request UI -> Thau: getToken Thau -> DB: storeUserAndToken DB -> Thau: OK Thau -> UI: token UI -> User: loggedIn User -> UI: doWhatever(token) UI -> App: doWhatever(token) App -> Thau: getUser(token) Thau -> App: user App -> App: doWhatever App -> UI: whateverDone UI -> User: whateverDone @enduml
false
true
false
false
usecase
79de71859001c5204ecd90486e750ae34c785a9f
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPairAdjustmentRecordPropertyDrawer.puml
026b272c7ddddb9b1cb5dcd44ef40b053697410d
[]
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
485
puml
@startuml class TMP_GlyphPairAdjustmentRecordPropertyDrawer { + <<override>> OnGUI(position:Rect, property:SerializedProperty, label:GUIContent) : void ValidateInput(source:string) : bool GetUnicodeCharacter(source:string) : uint DrawGlyph(glyphIndex:uint, position:Rect, property:SerializedProperty) : void } PropertyDrawer <|-- TMP_GlyphPairAdjustmentRecordPropertyDrawer TMP_GlyphPairAdjustmentRecordPropertyDrawer o-> "s_CharacterTextFieldLabel" GUIContent @enduml
false
true
false
false
class
4b7376371f94f42ab2e957df8494cef12f786c01
326f0532299d6efcaec59d5a2cc95c31d9af9ef2
/src/com/atguigu/principle/demeter/demeter.plantuml
f0d061894e7fde8f240ecff821b9f5c0b465e828
[]
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
1,035
plantuml
@startuml title __DEMETER's Class Diagram__\n namespace com.atguigu.principle.demeter { class com.atguigu.principle.demeter.CollegeEmployee { - id : String + getId() + setId() } } namespace com.atguigu.principle.demeter { class com.atguigu.principle.demeter.CollegeManager { + getAllEmployee() } } namespace com.atguigu.principle.demeter { class com.atguigu.principle.demeter.Demeter1 { {static} + main() } } namespace com.atguigu.principle.demeter { class com.atguigu.principle.demeter.Employee { - id : String + getId() + setId() } } namespace com.atguigu.principle.demeter { class com.atguigu.principle.demeter.SchoolManager { + getAllEmployee() ~ printAllEmployee() } } 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
false
true
false
false
class
c568c0ad1002dd2e8e469218631797fbd2c344ba
967db7f88bdf0e5cb8feca9571b9e85175f7bcc8
/docs/Solution/Cloud/CloudRelationships.puml
4dd9ba90abf2fa00626429a0c806ec5f34fdd777
[]
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
402
puml
@startuml abstract class Cloud { infrastructure orchestration storage network compute security } class MultiCloud { service orchestration registry provisioning data coordination cloud broker secure overlay network } MultiCloud "1" o--> "n" Cloud Cloud <|-- MicroCloud Cloud <|-- PrivateCloud SDI ()- Cloud SDI ()- PrivateCloud uSDI ()- MicroCloud C3 ()- MultiCloud @enduml
false
true
false
false
class
f64583851a6f7a05b32e10307ebae519eefac6f6
7549fa1a44c66a40ca946e6b569e8f14afeb2887
/src/main/java/ex42/ex42.puml
6cc22a603392b4698209f74452eec6a5d3ac8761
[]
no_license
Urimus3600/Mathew-cop3330-assignment3
8300e7358dc53e27e8377941ce7461233938995d
0b52281c5b3cf6baafb6b35416403beca0b7bdcd
refs/heads/master
2023-09-04T17:57:11.561509
2021-10-12T06:12:46
2021-10-12T06:12:46
416,103,880
0
0
null
null
null
null
UTF-8
PlantUML
false
false
162
puml
@startuml 'https://plantuml.com/sequence-diagram class Employee{ +lastname: String +firstname: String +salary: String +Employee(String stuck): Employee } @enduml
false
true
false
false
class
4c4de64b25825cb2e652f47b15ff0930ec71ec6e
3495a3bc8450a240a21780fb8c795c215f88000a
/Exemplos/uc13-timer example/UC13_SD.puml
afaeb43a12e71eb3341a2b9c4910373c364a0c64
[]
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
590
puml
@startuml autonumber participant ":Plataforma" as PLAT participant "task\n:SeriarCandidaturasAnunciosTask" as SCAT participant "t\n:timer" as T [o-> PLAT : agendaSeriacao() activate PLAT PLAT --> SCAT** : create(...) PLAT -> PLAT : delay = getDelay() PLAT -> PLAT : intervalo = getIntervalo() PLAT --> T** : create() PLAT -> T : schedule(task, delay, intervalo) activate T deactivate T deactivate PLAT T -> SCAT : run() activate SCAT SCAT -> SCAT : seriarCandidaturasSubmetidas() ref over SCAT : UC13_SD_seriarCandidaturasSubmetidas activate SCAT deactivate SCAT deactivate SCAT @enduml
false
true
false
false
sequence
5bfdd03b118353c459b53654575e1fdc4fff0fe9
26405e87132b048a89a59e2ccc409eb90c74376a
/2.puml
fecb30d76ad2037f381c80ca7cb0be7410ec11ec
[]
no_license
haunt98/gogeta
97605ab42931522ada193e65a91ede53c89f8290
c6789eae8525cc03441552ce6cd0ec8729347ce5
refs/heads/master
2022-04-06T22:04:22.550888
2020-02-29T10:16:41
2020-02-29T10:16:41
216,186,143
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,126
puml
@startuml title Gogeta Processor participant "Gogeta Queue" as gogeta_queue participant "AI Queue" as ai_queue participant "Processor Queue" as processor_queue participant "Gogeta Processor" as processor participant Cache as cache == Receive task == gogeta_queue -> processor: dequeue task processor -> cache: save task with processing status and max retry processor -> ai_queue: enqueue AI task processor -> processor_queue: enqueue check status task == Update task == ai_queue -> processor: dequeue done AI task processor -> cache: get status task activate cache return status task alt processing processor -> cache: update task with successful / failed status end processor -> gogeta_queue: enqueue done task == Check status task == processor_queue -> processor: dequeue check status task processor -> cache: get status task activate cache return status task alt processing alt retry counter < max retry processor -> cache: increase retry counter processor -> gogeta_queue: enqueue check status task else retry counter >= max retry processor -> cache: update task with failed status end @enduml
false
true
false
false
sequence
1d92ff62f242df36f7586d56c3bacff77a9fd2d0
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/Commands/BeforeAfterTestCommandBase.puml
8a631df40510ad05942d8640c9103258e81a4d8e
[]
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
334
puml
@startuml abstract class "BeforeAfterTestCommandBase`1"<T> { + ExecuteEnumerable(context:ITestExecutionContext) : IEnumerable + <<override>> Execute(context:ITestExecutionContext) : TestResult } DelegatingTestCommand <|-- "BeforeAfterTestCommandBase`1" IEnumerableTestMethodCommand <|-- "BeforeAfterTestCommandBase`1" @enduml
false
true
false
false
class
478607d1f630506342fd9af3d9d2a45a49c66cda
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/latedeliveryandpenalty@0.0.4.puml
62aa86ac22044903bcb724f6510cc7521809b04a
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0" ]
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
847
puml
@startuml class org.accordproject.latedeliveryandpenalty.TemplateModel { + Boolean forceMajeure + Duration penaltyDuration + Double penaltyPercentage + Double capPercentage + Duration termination + TemporalUnit fractionalPart } class org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest << (T,yellow) >> { + Boolean forceMajeure + DateTime agreedDelivery + DateTime deliveredAt + Double goodsValue } org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest --|> org.hyperledger.composer.system.Transaction class org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyResponse << (T,yellow) >> { + Double penalty + Boolean buyerMayTerminate } org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyResponse --|> org.hyperledger.composer.system.Transaction @enduml
false
true
false
false
class
9556381fefc58a37fcd871ece760d89126b0d1ca
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/learning_plan/algorithms/seventh_day/seventh_day.plantuml
c9cfa976ee6425dc14f5cf29ce50618d1feafd80
[]
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
895
plantuml
@startuml title __SEVENTH_DAY's Class Diagram__\n namespace cn.shui.learning_plan.algorithms.seventh_day { class cn.shui.learning_plan.algorithms.seventh_day.L695 { - di : int[] - dj : int[] - dx : int[] - dy : int[] + maxAreaOfIsland1() + maxAreaOfIsland2() + maxAreaOfIsland3() - dfs() } } namespace cn.shui.learning_plan.algorithms.seventh_day { class cn.shui.learning_plan.algorithms.seventh_day.L733 { - dx : int[] - dy : int[] {static} + floodFill1() {static} + main() {static} - BFS() - dfs() - floodFill2() - floodFill3() } } 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
false
true
false
false
class
8f832c92f9e80ffa694043a011d76f715259d699
cb5fd3c318c3b1d032bb5eb47a858e7ef0278450
/vcx/docs/aries/credential-issuance/credential-issuance-issuer.puml
934a6918ab2f680331012e21a24458c5e6a5c4ac
[ "Apache-2.0" ]
permissive
Artemkaaas/indy-sdk
d78f06f834bdbbcd7f606c1f8ff0432fa32e3260
6fb162f89e830a4e89f8583cea9a0053797c3f6d
refs/heads/master
2021-06-01T12:13:53.586049
2020-08-19T08:44:44
2020-08-19T09:45:04
92,382,515
3
0
Apache-2.0
2019-08-19T11:11:19
2017-05-25T08:33:21
Rust
UTF-8
PlantUML
false
false
335
puml
@startuml [*] --> OfferSent : Init by Issuer [*] --> OfferSent : Proposal negotiated OfferSent --> [*] : Offer Rejected OfferSent --> [*] : Proposal rejected OfferSent --> OfferSent : Proposal negotiated OfferSent --> CredentialSent : Request received CredentialSent --> [*] : Credential acked [*] --> [*] : Proposal rejected @enduml
false
true
false
false
sequence
39a10fc0525048df111b3ba1dee3cb9be826b9d2
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/Rendu/doc/javadoc/ch/tofind/commusica/core/package.puml
56b77ad82d0e93a49fd335d9eb324868ea130c2c
[]
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
6,331
puml
@startuml namespace ch.tofind.commusica.core { abstract class AbstractCore { [[AbstractCore.html]] {static} -LOG: Logger +execute(String, ArrayList<Object>): String {abstract} ~sendUnicast(InetAddress, String): void {abstract} ~sendMulticast(String): void {abstract} ~stop(): void {abstract} ~isServer(): boolean } class ServerCore { [[ServerCore.html]] {static} -LOG: Logger {static} -TIME_BEFORE_PLAYLIST_UPDATE: int {static} -name: String -multicast: MulticastClient -server: Server -userSessionManager: UserSessionManager -broadcastPlaylist: ScheduledExecutorService +END_OF_COMMUNICATION(ArrayList<Object>): String +SEND_PLAYLIST_UPDATE(ArrayList<Object>): String +NEW_ACTIVE_CLIENT(ArrayList<Object>): String +TRACK_REQUEST(ArrayList<Object>): String +SENDING_TRACK(ArrayList<Object>): String +UPVOTE_TRACK_REQUEST(ArrayList<Object>): String +DOWNVOTE_TRACK_REQUEST(ArrayList<Object>): String +SEND_NEXT_TRACK_REQUEST(ArrayList<Object>): String +SEND_PLAY_PAUSE_REQUEST(ArrayList<Object>): String +SEND_UPVOTE_TRACK_REQUEST(ArrayList<Object>): String +SEND_DOWNVOTE_TRACK_REQUEST(ArrayList<Object>): String +PLAY_PAUSE_REQUEST(ArrayList<Object>): String +NEXT_TRACK_REQUEST(ArrayList<Object>): String +PREVIOUS_TRACK_REQUEST(ArrayList<Object>): String +SEND_TURN_VOLUME_UP_REQUEST(ArrayList<Object>): String +TURN_VOLUME_UP_REQUEST(ArrayList<Object>): String +SEND_TURN_VOLUME_DOWN_REQUEST(ArrayList<Object>): String +TURN_VOLUME_DOWN_REQUEST(ArrayList<Object>): String +sendUnicast(InetAddress, String): void +sendMulticast(String): void +stop(): void +isServer(): boolean } class ClientCore { [[ClientCore.html]] {static} -LOG: Logger -multicast: MulticastClient -client: UnicastClient -fileToSend: File -trackToSend: Track -serverSessionManager: ServerSessionManager -threadPool: ExecutorService +END_OF_COMMUNICATION(ArrayList<Object>): String +PLAYLIST_UPDATE(ArrayList<Object>): String +SEND_FIRST_CONNECTION(ArrayList<Object>): String +SEND_TRACK_REQUEST(ArrayList<Object>): String +TRACK_ACCEPTED(ArrayList<Object>): String +TRACK_REFUSED(ArrayList<Object>): String +TRACK_SAVED(ArrayList<Object>): String +SEND_PLAY_PAUSE_REQUEST(ArrayList<Object>): String +SEND_NEXT_TRACK_REQUEST(ArrayList<Object>): String +SEND_PREVIOUS_TRACK_REQUEST(ArrayList<Object>): String +SEND_TURN_VOLUME_UP_REQUEST(ArrayList<Object>): String +SEND_TURN_VOLUME_DOWN_REQUEST(ArrayList<Object>): String +SEND_UPVOTE_TRACK_REQUEST(ArrayList<Object>): String +SEND_DOWNVOTE_TRACK_REQUEST(ArrayList<Object>): String +TRACK_UPVOTED(ArrayList<Object>): String +TRACK_DOWNVOTED(ArrayList<Object>): String +ERROR(ArrayList<Object>): String +SUCCESS(ArrayList<Object>): String +sendUnicast(InetAddress, String): void +sendMulticast(String): void +stop(): void +isServer(): boolean } class Core { [[Core.html]] {static} -instance: AbstractCore {static} +execute(String, ArrayList<Object>): String {static} +isServer(): boolean {static} +setupAsServer(): void {static} +setupAsClient(): void {static} +stop(): void } 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 } interface ICore { [[ICore.html]] {abstract} +sendUnicast(InetAddress, String): void {abstract} +sendMulticast(String): void {abstract} +stop(): void } AbstractCore <|-- ServerCore ICore <|.. ServerCore AbstractCore <|-- ClientCore ICore <|.. ClientCore } @enduml
false
true
false
false
class
519fddc4af0d1477316b1e62cd9f15c6d1f3f475
40e351567ea4253710fab5639d62af6dbb8686d2
/plantuml/Polyline.puml
d1d893e99765fbeb416888c1196b35dc66628d21
[]
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
196
puml
@startuml class Polyline { + Points : string <<get>> + Id : int <<get>> + Polyline(points:string, id:int) + <<override>> ToString() : string } Shape <|-- Polyline @enduml
false
true
false
false
class
f40fc1f4b9d4e9fb648094ab91e18ba597e9e474
d3f921b9e488b1d7e2fa86d01a2e6855219b1d05
/fdv.session.handler/src/test/java/de/gematik/ti/epa/fdv/session/handler/handler.plantuml
130c97d3891d30bbd6496263d926aa229f1d970d
[ "Apache-2.0" ]
permissive
gematik/ref-ePA-FdV-Modul
d50e244d781702b95a9a31dc4efee09765546d79
2c6aba13f01c4fb959424342a5fa8ce1660ffad4
refs/heads/master
2022-01-19T20:31:23.703274
2022-01-07T07:24:03
2022-01-07T07:24:03
239,501,237
2
1
null
null
null
null
UTF-8
PlantUML
false
false
418
plantuml
@startuml title __HANDLER's Class Diagram__\n namespace de.gematik.ti.epa.fdv.session.handler { class de.gematik.ti.epa.fdv.session.handler.ServiceLocalizerLoaderTest { + testGetServices() } } 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
false
true
false
false
class
cad63345f681efc9949692797aad4855f6078545
7f3046c2e1fbd4585906edcdc4f5812180271358
/docs/diagrammes/authentification-flux-milo.puml
d922f0f0038d01742e586036a68a11380d534352
[]
no_license
SocialGouv/pass-emploi-api
88c73c6d4e12648396ccd675b070b5f120e4aa53
b93965c8d30d08a4d00a0200e5a329579b8e43db
refs/heads/develop
2023-08-31T08:43:35.584599
2023-08-30T12:38:46
2023-08-30T12:38:46
389,574,892
7
0
null
2023-09-14T08:05:55
2021-07-26T09:13:38
TypeScript
UTF-8
PlantUML
false
false
1,739
puml
@startuml authentification-flux-milo skinparam backgroundColor white actor "Conseiller Milo" as conseiller participant "i-Milo" as milo #CBC3E3 participant "Keycloak i-Milo" as kckMilo #CBC3E3 participant "CEJ" as cej #ADD8E6 participant "Keycloak CEJ" as kckCej #ADD8E6 actor "Jeune Milo" as jeune header Page Header title Flux d'authentification pour un Jeune Milo autonumber group Création du Jeune Milo sur le CEJ skinparam sequenceMessageAlign right conseiller -> cej : Création du compte CEJ Jeune : infos Jeune skinparam sequenceMessageAlign left cej -> cej : Check BDD\nJeune non existant skinparam sequenceMessageAlign center cej -> milo :demande création de compte SSO Milo : idDossier kckMilo -> kckMilo : Check aucun jeune lié au dossier\nMilo lie Jeune ML au compte milo -> cej : succès : id-keycloak = idAuth skinparam sequenceMessageAlign left cej -> cej : Enregistrement BDD\nid-keycloak\ninfos Jeune end note over kckCej, jeune : À ce stade, le compte du jeune\nest inactif. Il est activé à l'étape\nsuivante. group Connexion du Jeune sur le CEJ skinparam sequenceMessageAlign center jeune -> cej : Demande de connexion sur l'application cej -> kckMilo : Redirection SSO Milo jeune -> kckMilo : ID + MDP Milo kckMilo -> kckCej : Authentification SSO Milo\nNouvelle session keycloak CEJ : infos Jeune note left : Ici, les infos Jeune envoyées sont les\ndernières à jour de i-milo, pour\nun changement d'email par exemple. kckCej -> cej : Authent OK : infos utilisateur note left : On crée l'utilisateur sur keycloak\nici lors de la première connexion. cej -> cej : Get Jeune by idAuth\nUpdate infos Jeune en BDD note right : On synchronise les infos i-milo\navec nos infos Jeune en BDD. end @enduml
false
true
true
false
sequence
6ded73dc837bedb4d3b7391ff132d918bf9c36a8
3150c7ff97d773754f72dabc513854e2d4edbf04
/P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/test/concordion/extension/extension.plantuml
8b655f0c514a3c3b48aa246390924e992f461e48
[ "WTFPL" ]
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
6,632
plantuml
@startuml title __EXTENSION's Class Diagram__\n package test.concordion { package test.concordion.extension { class AssertLogger { - stream : PrintStream + setStream() + successReported() + failureReported() } } } package test.concordion { package test.concordion.extension { class CSSEmbeddedExtension { + addTo() } } } package test.concordion { package test.concordion.extension { class CSSLinkedExtension { + addTo() } } } package test.concordion { package test.concordion.extension { class CommandExtension { - stream : PrintStream + withStream() + addTo() } } } package test.concordion { package test.concordion.extension { class ConcordionBuildLogger { - stream : PrintStream + setStream() + concordionBuilt() } } } package test.concordion { package test.concordion.extension { class DocumentParsingLogger { - stream : PrintStream + setStream() + beforeParsing() } } } package test.concordion { package test.concordion.extension { class DynamicResourceExtension { {static} + SOURCE_PATH : String - target : Target + addTo() + concordionBuilt() - createResourceInTarget() } } } package test.concordion { package test.concordion.extension { class ExampleEventTestExtension { - name : String - log : List<String> + addTo() + withLog() - log() + beforeProcessingSpecification() + afterProcessingSpecification() + beforeOuterExample() + afterOuterExample() + beforeExample() + afterExample() } } } package test.concordion { package test.concordion.extension { class ExampleLogger { - stream : PrintStream + setStream() + beforeExample() + afterExample() } } } package test.concordion { package test.concordion.extension { class ExampleProcessingExtension { - assertLogger : AssertLogger - concordionBuildLogger : ConcordionBuildLogger - specificationProcessingLogger : SpecificationProcessingLogger - documentParsingLogger : DocumentParsingLogger - exampleLogger : ExampleLogger + addTo() + withStream() } } } package test.concordion { package test.concordion.extension { class ExampleTestExtension { - stream : PrintStream + addTo() + withStream() + beforeExample() + afterExample() } } } package test.concordion { package test.concordion.extension { class ExecuteLogger { - stream : PrintStream + setStream() + executeCompleted() } } } package test.concordion { package test.concordion.extension { class JavaScriptEmbeddedExtension { + addTo() } } } package test.concordion { package test.concordion.extension { class JavaScriptLinkedExtension { + addTo() } } } package test.concordion { package test.concordion.extension { class LoggingExtension { - assertLogger : AssertLogger - executeLogger : ExecuteLogger - setLogger : SetLogger - verifyRowsLogger : VerifyRowsLogger + addTo() + withStream() } } } package test.concordion { package test.concordion.extension { class ProcessingExtension { - assertLogger : AssertLogger - concordionBuildLogger : ConcordionBuildLogger - specificationProcessingLogger : SpecificationProcessingLogger - documentParsingLogger : DocumentParsingLogger + addTo() + withStream() } } } package test.concordion { package test.concordion.extension { class ResourceExtension { {static} + SOURCE_PATH : String + addTo() - at() } } } package test.concordion { package test.concordion.extension { class SetLogger { - stream : PrintStream + setStream() + setCompleted() - getTargetExpression() } } } package test.concordion { package test.concordion.extension { class SpecificationProcessingLogger { - stream : PrintStream + setStream() + beforeProcessingSpecification() + afterProcessingSpecification() } } } package test.concordion { package test.concordion.extension { class VerifyRowsLogger { - stream : PrintStream + setStream() + expressionEvaluated() + missingRow() + surplusRow() } } } AssertLogger -up-|> AssertEqualsListener AssertLogger -up-|> AssertTrueListener AssertLogger -up-|> AssertFalseListener CSSEmbeddedExtension -up-|> ConcordionExtension CSSLinkedExtension -up-|> ConcordionExtension CommandExtension -up-|> ConcordionExtension ConcordionBuildLogger -up-|> ConcordionBuildListener DocumentParsingLogger -up-|> DocumentParsingListener DynamicResourceExtension -up-|> ConcordionExtension DynamicResourceExtension -up-|> ConcordionBuildListener ExampleEventTestExtension -up-|> ConcordionExtension ExampleEventTestExtension -up-|> SpecificationProcessingListener ExampleEventTestExtension -up-|> OuterExampleListener ExampleEventTestExtension -up-|> ExampleListener ExampleLogger -up-|> ExampleListener ExampleProcessingExtension -up-|> ConcordionExtension ExampleTestExtension -up-|> ConcordionExtension ExampleTestExtension -up-|> ExampleListener ExecuteLogger -up-|> ExecuteListener JavaScriptEmbeddedExtension -up-|> ConcordionExtension JavaScriptLinkedExtension -up-|> ConcordionExtension LoggingExtension -up-|> ConcordionExtension ProcessingExtension -up-|> ConcordionExtension ResourceExtension -up-|> ConcordionExtension SetLogger -up-|> SetListener SpecificationProcessingLogger -up-|> SpecificationProcessingListener VerifyRowsLogger -up-|> VerifyRowsListener 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
false
true
false
false
class
290be2134d71ed6dd16b22262686591b9a770414
a046dca5901019c33365e28ccfa4d1443249fd7b
/qmlcourseRU/_static/index/program.plantuml
9d5e0562f700d196ee207924befbead69dc90f5c
[ "CC-BY-4.0" ]
permissive
manokhina/qmlcourse
2a6c689517ba3fe1c2d9ef1605c66d4d41682ff3
6b424eef59b70438c49e6bfc94c899295f8d23e1
refs/heads/master
2023-06-01T09:15:49.836025
2021-06-07T13:44:13
2021-06-07T13:44:13
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,463
plantuml
@startuml package "Prerequisites" #Bisque { rectangle "Python Intro" as python #White rectangle "Numpy & Linalg" as numpy #White rectangle "Classical ML/DL" as ml #White } package "Quantum Computing" as qci #Bisque { rectangle "Qubit" as qubit #40B464 rectangle "Gates" as gates #40B464 rectangle "Physics of qubit" as physq #E0535C rectangle "Mixed Stated" as mixed #FFC864 rectangle "Grover" as grover #FFC864 rectangle "Shor" as shor #E0535C } package "NISQ Hardware" #Bisque { rectangle "Hardware review" as review #40B464 rectangle "Perspectives in NISQ-era" as nisq #40B464 } package "Programming QC" #Bisque { rectangle "PennyLane" as pennylane #40B464 rectangle "Qiskit & Aqua" as qiskit #FFC864 rectangle "Cirq & TFQ" as cirq #FFC864 } package "VQC" #Bisque { rectangle "VQC" as vqc #40B464 rectangle "VQC as kernels" as kernelvqc #FFC864 rectangle "Universality of VQC" as univvqc #E0535C } package "Gradients" #Bisque { rectangle "Gradients" as grad #40B464 rectangle "High-order gradients" as hograd #FFC864 rectangle "QNG" as qng #E0535C } package "Classification" #Bisque { rectangle "VQC classification" as vqcc #40B464 rectangle "Barren plateaus" as barren #FFC864 rectangle "Data encoding" as encoding #FFC864 } package "Quantum SVM" #Bisque { rectangle "Hybrid SVM" as hsvm #40B464 rectangle "Classical SVM math" as csvm #FFC864 rectangle "SVM with Grover" as gsvm #E0535C } package "Problems for QML" #Bisque { rectangle "Combinatorial Optimization" as copt #40B464 rectangle "Quantum\nMany-Body physics" as qmbp #E0535C rectangle "Quantum Chemistry" as qchem #E0535C } package "VQE" #Bisque { rectangle "VQE" as vqe #40B464 rectangle "Adaptive VQE" as avqe #FFC864 rectangle "Layered VQC" as lvqe #FFC864 rectangle "UUC anzatz" as uuc #E0535C } package "QAOA" #Bisque { rectangle "QAOA" as qaoa #40B464 rectangle "Cost/Mixed Hamiltonians" as hams #FFC864 } package "D-Wave" #Bisque { rectangle "D-Wave & Sampling" as dwave #40B464 rectangle "Probabilistic Learning\n with D-Wave" as probml #E0535C } package "Jobs and Perspectives" as jobs #Bisque { rectangle "Academic positions" as academic #White rectangle "Industrial positions" as industrial #White } package "Advanced Topics" as adv #Bisque { rectangle "SotA review" as sota #40B464 rectangle "Quantum RL" as qrl #FFC864 rectangle "Advanced QRL" as aqrl #E0535C rectangle "CV quantum computers" as svqc #E0535C rectangle "LSTM VQC" as lstm #FFC864 rectangle "Convolutional VQC" as convvqc #FFC864 } python --> qubit numpy --> qubit ml --> qubit qubit --> gates qubit -> physq mixed <- qubit gates -> grover shor <- gates gates --> review review -> nisq gates --> pennylane cirq <- pennylane pennylane -> qiskit pennylane --> vqc kernelvqc <- vqc vqc -> univvqc vqc --> grad qng <- grad grad -> hograd grad --> vqcc barren <- vqcc vqcc -> encoding vqcc --> hsvm csvm <- hsvm hsvm -> gsvm hsvm --> copt qmbp <- copt copt -> qchem copt --> vqe uuc <- vqe vqe -> avqe avqe -> lvqe copt --> qaoa qaoa -> hams qaoa --> dwave vqe --> dwave dwave -> probml dwave --> jobs dwave -->adv qrl --> aqrl @enduml
false
true
false
false
uml-unknown
12da6dfed7f50fcdd4f2c0540f5ab00512940e4d
4902bddef5de08d05b27ccd2e05eaafa602a6ac5
/documents/footprint_data_analysis_table_design.puml
ed71ea23295627e5b4c9b3f79e6888cfe0f428cb
[ "MIT" ]
permissive
cnukaus/footprint-analytics
03984398498b08c4f0203816aa0cdbd6bb44d32b
5de4932ce1c21860785edcce90ffdf097b6f9921
refs/heads/main
2023-07-14T22:00:02.760645
2021-08-20T11:38:00
2021-08-20T11:38:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,179
puml
@startuml title Defi Pool package transactions { entity transactions_local { .. fields .. transaction_hash block_timestamp tx_from_address- interacted_contract- from_address- to_address- value- token_address- } } package common { entity tokens { .. fields .. address--token decimal-- } entity contracts { .. fields .. address--contracts platform-- process-- others } entity token_price { .. fields .. address--token time price } } package out { entity transactions { .. fields .. transaction_hash block_timestamp tx_from_address- interacted_contract- from_address- to_address-- value-- token_address-- method--// } entity pools { .. fields .. tvl deposit withdraw earn-- true_apy } entity pools_relationship { .. fields .. address--contracts up--contracts balance--contracts } } @enduml
false
true
false
false
sequence
894870fbe1a485f7d904854c980e1a5233db674d
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestRun/Tasks/SaveUndoIndexTask.puml
0397eb21a0df223dfe84bc31160a6b76cf57e84b
[]
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
148
puml
@startuml class SaveUndoIndexTask { + <<override>> Execute(testJobData:TestJobData) : IEnumerator } TestTaskBase <|-- SaveUndoIndexTask @enduml
false
true
false
false
class
aefd2f50975708d9083cc04a794ccf9f6e822f95
326f0532299d6efcaec59d5a2cc95c31d9af9ef2
/src/com/atguigu/principle/inversion/inversion.plantuml
85cd4bcfcd0c6765820cc0256df13d2830025039
[]
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
660
plantuml
@startuml title __INVERSION's Class Diagram__\n namespace com.atguigu.principle.inversion { class com.atguigu.principle.inversion.DependencyInversion { {static} + main() } } namespace com.atguigu.principle.inversion { class com.atguigu.principle.inversion.Email { + getInfo() } } namespace com.atguigu.principle.inversion { class com.atguigu.principle.inversion.Person { + receive() } } 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
false
true
false
false
class
92e443184512c8b35cfecf79fab67a4415575c04
01cf293a1b781ae355c4c8eb8409a6e1c85428e9
/6.Ficheros/docs/diagrams/src/Analisis/analisisSave.plantuml
71451f163064be93aef862f7a74990787be84406
[]
no_license
EnriqueCF/requirements
fe59445d677f9bae4262950cbd9ab61688e90013
8afdff6df115f97585ff980abe253d4da387de90
refs/heads/master
2023-06-13T23:42:22.698560
2021-07-11T18:59:59
2021-07-11T18:59:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
846
plantuml
@startuml save allow_mixing actor :Player: as Playerr package controllers { object SaveController{ } } package models { object Board{ } object Game{ } object Turn{ } } package types { object Coordinate{ } object Color{ } } package views { object SaveView{ } object Message{ } } Playerr --> SaveView note on link save() end note SaveView --> SaveController note on link save(gameName) end note SaveView ..> Message note on link write() end note SaveController --> Game note on link save(gameName) end note SaveController ..> Coordinate Game *-down-> Turn note on link save(gameName) end note Game *-down-> Board note on link save(gameName) end note Board ..> Coordinate Board *-> Color Game ..> Coordinate Turn ..> Coordinate @enduml
false
true
false
false
usecase
9b20a624316170fcd1bc2cfb1c409355d22a2c41
6140730a88dd498be1767cd2b9dffe90cc051829
/unary_api/pcbook/proto/uml/complete_model.puml
b4ec014cc49d88c131f7a21f6f71553c8e28d6ec
[]
no_license
paragonjh/gRPCStudy
039878ec781de247520a7027e30b7aa5f70ed92f
33783137157116b79ca9c030bfd64b3c894795ff
refs/heads/main
2023-01-10T01:28:46.895096
2020-11-05T00:34:24
2020-11-05T00:34:24
304,649,819
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,623
puml
@startuml hide empty methods hide empty fields skinparam classBackgroundColor #EEEEEE skinparam classArrowColor black skinparam classBorderColor black skinparam packageBackgroundColor white skinparam packageBorderColor black techschool.pcbook.Screen -- techschool.pcbook.Screen::Resoultion techschool.pcbook.Screen -- techschool.pcbook.Screen::Panel techschool.pcbook.Keyboard -- techschool.pcbook.Keyboard::Layout techschool.pcbook.CreateLaptopRequest -- techschool.pcbook.Laptop techschool.pcbook.Filter -- techschool.pcbook.Memory techschool.pcbook.GPU -- techschool.pcbook.Memory techschool.pcbook.Storage -- techschool.pcbook.Storage::Driver techschool.pcbook.Storage -- techschool.pcbook.Memory techschool.pcbook.Laptop -- techschool.pcbook.Screen techschool.pcbook.Laptop -- techschool.pcbook.CPU techschool.pcbook.Laptop -- techschool.pcbook.Laptop::Weight techschool.pcbook.Laptop -- techschool.pcbook.Storage techschool.pcbook.Laptop -- techschool.pcbook.Memory techschool.pcbook.Laptop -- techschool.pcbook.Keyboard techschool.pcbook.Laptop -- techschool.pcbook.GPU techschool.pcbook.Memory -- techschool.pcbook.Memory::Unit package techschool.pcbook { class CPU { brand: String name: String number_cores: Int number_threads: Int min_ghz: Double max_ghz: Double } class CreateLaptopRequest { laptop: Laptop } class CreateLaptopResponse { id: String } class Filter { max_price_usd: Double min_cpu_cores: Int min_cpu_ghz: Double min_ram: Memory } class GPU { brand: String name: String min_ghz: Double max_ghz: Double memory: Memory } class Keyboard { layout: Keyboard::Layout backlit: Bool } enum Keyboard::Layout { UNKNOWN QWERTY QWERTZ AZERTY } class Laptop { id: String brand: String name: String cpu: CPU ram: Memory gpus: GPU [*] storages: Storage [*] screen: Screen keyboard: Keyboard price_usd: Double release_year: Int weight: Laptop::Weight } class Laptop::Weight << oneOf >> { weight_kg: Double weight_lb: Double } class Memory { value: Long unit: Memory::Unit } enum Memory::Unit { UNKNOWN BIT BYTE KILOBYTE MEGABYTE GIGABYTE TERABYTE } class Screen { size_inch: Float resolution: Screen::Resoultion panel: Screen::Panel multitouch: Bool } enum Screen::Panel { UNKNOWN IPS OLED } class Screen::Resoultion { width: Int height: Int } class Storage { driver: Storage::Driver memory: Memory } enum Storage::Driver { UNKNOWN HDD SSD } } @enduml
false
true
false
false
class
34c0fba149c570ed9897877368dde2c3ad6fd4ea
c3287e91ce0ebce396cd3966de3d2f7d90131c20
/Plantuml/BL/Factories/TourLogFactory.puml
d081adc9c5b25ef288844b88e55ff6ec581e7353
[]
no_license
kretmatt/SWE2-Tourplanner
497ec2e888112bd3d67a0f2b97e7c1e8e0348371
f064500ae5b913b00671f358a586011affcdaf00
refs/heads/main
2023-05-12T11:48:29.605417
2021-06-06T21:53:11
2021-06-06T21:53:11
341,115,114
0
0
null
null
null
null
UTF-8
PlantUML
false
false
342
puml
@startuml class TourLogFactory { + TourLogFactory() + TourLogFactory(uow:IUnitOfWork) + CreateTourLog(tourLog:TourLog) : Task + UpdateTourLog(tourLog:TourLog) : Task + DeleteTourLog(tourLog:TourLog) : Task } ITourLogFactory <|-- TourLogFactory TourLogFactory --> "logger" ILog TourLogFactory --> "uow" IUnitOfWork @enduml
false
true
false
false
class
90b2360a5089b3a719a676fe825370ecc7cb6856
59accdf083d3993d86a47b84e555b288b5a0dbf2
/documentation/diagrams/cglib-proxy.puml
b05e3478163d27c64de741e5abf3e750a30d41b8
[]
no_license
markojevtic/spring-boot-workshop
bd20ebc1f5259f9cf048accf752f0796e4d66009
699bb67ec5efa19882b4bdcb377d10f5e7464fd7
refs/heads/master
2021-09-09T08:22:33.769221
2018-03-14T11:01:35
2018-03-14T11:01:35
110,736,600
0
0
null
null
null
null
UTF-8
PlantUML
false
false
142
puml
@startuml interface Service { doSomething() } class ServiceImpl { } class Proxy { } Service <|-- ServiceImpl ServiceImpl <|-- Proxy @enduml
false
true
false
false
class
abf8e2da7f08acf4a7cc1a74ddbdbb3c7bf6b369
19de0597a5790bab6ff021899b4479506ae0829a
/uml/skeleton_seq_diagrams/asteroid explosion and reaction/aster_expl_w_teleport2.plantuml
ade51748576124d3b34e09616f2a00f1952507ca
[]
no_license
bbucsy/projlab_holy_oil
e703a3ac579555a6c62f91051d7fbb5572c88d30
a1c4e9b953e7f7c22dabbd935abb461f9cacd409
refs/heads/master
2023-05-02T06:22:36.234536
2021-05-09T09:46:04
2021-05-09T09:46:04
342,634,410
0
1
null
null
null
null
UTF-8
PlantUML
false
false
936
plantuml
@startuml skinparam SequenceLifeLineBackgroundColor LightYellow title "Asteroid explodes with a TeleportGate on it (pair in Storage)" actor Controller as C participant "a: Asteroid" as a participant ": SunController" as sun participant ": GameController" as game participant "teleporter: TeleportGate" as tport participant "pair: TeleportGate" as pair participant "homeStorageOfPair: PlayerStorage" as home2 C -> a ++ : Explode() a -> sun ++ : RemoveAsteroid(a) sun --> a -- a -> game ++ : RemoveAsteroid(a) game --> a -- alt teleporter is not null a -> tport ++ : Explode() tport -> pair ++ : ExplodePair() alt pair not on asteroid pair -> home2 ++ : RemoveTeleportGate(pair) home2 --> pair -- end pair --> tport -- tport -> a ++ : RemoveTeleporter(teleporter) a --> tport -- tport --> a -- end a --> C -- @enduml
false
true
false
false
usecase
0b804e91dd35eaab9765b434790c1ced835cc36a
58bbfceefa4ee368a32526a05a3a35ba4123772d
/diagrams/plantuml-src/get-athlete-api-call.puml
92f3365b00833692a684a6a76ec4ffdd10554117
[]
no_license
skarning/software-engineering-gr14-project
f16946c93fb0463821b44f8c4de1b9ea8a89a91d
44c46809d6b396a9f0253fd9f9cac16c63ab7965
refs/heads/master
2020-08-02T00:16:42.287934
2020-01-10T13:11:56
2020-01-10T13:11:56
211,172,826
2
0
null
2019-11-18T22:43:16
2019-09-26T20:08:31
Java
UTF-8
PlantUML
false
false
119
puml
@startuml Client -> Server: Get: /api/athlete-results/event Server --> Client: status: 200 OK, athlete results @enduml
false
true
false
false
sequence
e557cb409b455ace5f67b23f39dc833f72d3bce6
ed45ea4470bcfc497e2584697d7842a540e04fd9
/ros2/navigation2/nav2_util/lifecycle_node.puml
fa18a5310c1acb7d5dd48f7881fc9fe69a7f5cc6
[]
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
1,028
puml
@startuml 'https://plantuml.com/class-diagram namespace nav2_util{ class floating_point_range { double from_value; double to_value; double step; } class integer_range{ int from_value; int to_value; int step; } class LifecycleNode{ -- public method -- using CallbackReturn = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn; void add_parameter(name, default_value, description,additional_constraints, read_only) void add_parameter(name, default_value, fp_range, description, additional_constraints, read_only) void add_parameter(name, default_value, int_range, description, additional_constraints, read_only) std::shared_ptr<nav2_util::LifecycleNode> shared_from_this() nav2_util::CallbackReturn on_error(const rclcpp_lifecycle::State & /*state*/) -- protected method -- void print_lifecycle_node_notification(); -- protected data -- bool use_rclcpp_node_; rclcpp::Node::SharedPtr rclcpp_node_; std::unique_ptr<NodeThread> rclcpp_thread_; } rclcpp_lifecycle.LifecycleNode <-- LifecycleNode } @enduml
false
true
false
false
class
e699537dd3ead81c84a7b83fd5ebf38b5bb064b3
ddd27ef7207e3b508ba557b6f5ca1b2bd172a734
/app/UML/StacyConcUseCase1.puml
0f2f412041afb69f944e6b804a20b400ca724b21
[]
no_license
QRP0002/Wireless_Quote
7c095f66043b7780f03d624be2fe7956b3369a27
0b4762a69db0ebada3d518573e7618a0e57f0368
refs/heads/master
2020-06-04T02:48:51.629364
2015-05-01T12:49:49
2015-05-01T12:49:49
33,549,841
0
0
null
2015-04-16T20:57:50
2015-04-07T14:57:28
Java
UTF-8
PlantUML
false
false
1,054
puml
@startuml Employee -> SystemHomePage : Log In activate Employee activate SystemHomePage activate EmployeeHomePage SystemHomePage -> EmployeeHomePage : onCreate() EmployeeHomePage -> EmployeeHomePageController: onCreate activate EmployeeHomePageController EmployeeHomePageController -> ManageQuotePage : onClickCreate () activate ManageQuotePage EmployeeHomePageController -> ManageQuotePage : Display Field ManageQuotePage -> ManageQuotePageController : onCreate() activate ManageQuotePageController Employee -> ManageQuotePageController : Click Manage Quote ManageQuotePageController -> EditQuotePage : onClickCreate() activate EditQuotePage Employee -> EditQuotePage : Click Edit Quote EditQuotePage -> EditQuotePageController : onCreate() activate EditQuotePageController EditQuotePageController --> EditQuotePage : Display Fields Employee -> EditQuotePage : Change Fields Employee -> EditQuotePage : Submit EditQuotePage -> EditQuotePageController : Return Employee Changes EditQuotePageController -> Server : Save Changes activate Server @enduml
false
true
false
false
sequence
e3b0430a9021c7eded6fe6331a31e3821c6ecc62
fdc33768a0011c7695a34f5936b6acec687d6a31
/socket/doc/socket.puml
77cda8c4ecceb4b60f6d57df72854d5fa4c99eff
[]
no_license
CoreAngel/Object-Oriented-Technologies
98014c01107c51a17e8b7249a124114e6b5d7ef1
cb8d3dda115b93e17c1b85e72d459e45163cd0ab
refs/heads/master
2022-05-28T06:14:19.317567
2019-12-14T19:24:42
2019-12-14T19:24:42
217,926,764
0
0
null
2022-05-20T21:19:40
2019-10-27T22:46:48
Java
UTF-8
PlantUML
false
false
724
puml
@startuml interface IRequest { + handleReq(): void } class JpegReq extends Request { - data: byte[] - type: byte + handle(): Object + encode(o: Object): void + getData(): byte[] } class TextReq extends Request { - data: byte[] - type: byte + handle(): Object + encode(): void + getData(): byte[] } abstract class Request implements IRequest { - type: byte - data: byte[] - next: IRequest + handleReq(): void + {abstract} handle(): Object + {abstract} encode(): void + {abstract} getData(): byte[] } 'agregacja Request --o JpegReq 'delegacja TextReq --> Request 'to samo ale mozna inaczej oznaczac @enduml
false
true
false
false
class
604816b811c1ddc0ce98c9553156dca18a6ef622
e80c5fe439cb8fe4bcca554f1ff861299f40fa60
/1.Basics/3_Button/thingml-gen/UML/Button1App/Button1App/docs/Button1App_datatypes.plantuml
2d4437edcd643428cdc0fb6c5a49596177aeb48c
[]
no_license
madkira/ThingMLArduinoDemo
331a8e258d4e57d18efb9dccd581179b8f69c0ba
730789e11960547852cd4e1a0254f49f08ea8131
refs/heads/master
2020-12-07T03:57:47.048263
2017-06-27T12:19:36
2017-06-27T12:19:36
95,461,161
0
0
null
2017-06-26T15:27:01
2017-06-26T15:27:01
null
UTF-8
PlantUML
false
false
501
plantuml
@startuml caption Datatypes used in configuration Button1App class UInt8 <<(D,#D2E524)1>> { } note bottom of UInt8 : <b>@type_checker</b> <color:royalBlue>"Integer"</color>\n<b>@c_type</b> <color:royalBlue>"uint8_t"</color>\n<b>@c_byte_size</b> <color:royalBlue>"1"</color>\n class UInt32 <<(D,#D2E524)4>> { } note bottom of UInt32 : <b>@type_checker</b> <color:royalBlue>"Integer"</color>\n<b>@c_type</b> <color:royalBlue>"uint32_t"</color>\n<b>@c_byte_size</b> <color:royalBlue>"4"</color>\n @enduml
false
true
false
false
class
d0bdec17e381690d499d87fc6cc948569807f227
fd17159b68f9d1708dd700cc603419056eed36a9
/src/AppBundle/Hashtest/diagram.puml
2f785e1e1022c1e2f2e9e03f6116745b85d9a5a4
[]
no_license
rfuente-randock/randhash
ea8cf26763b0e0c192527d1a713289fa6c47fecb
b44adbea38e6fb75cb9cfa0c388fb89e49978bce
refs/heads/master
2020-06-12T18:42:57.393492
2016-12-09T05:40:11
2016-12-09T05:40:11
75,545,698
0
0
null
null
null
null
UTF-8
PlantUML
false
false
462
puml
@startuml class hashApiClient{ __construct(api_username, api_password) getHash(data[]) : String } class hashApiFactory{ {static} getHashApi(data[], api_config[]) : hashApiInterface } interface hashApiInterface{ create($data[], api_config[]) getHash() : String } class hashApi1 implements hashApiInterface{ create($data[], api_config[]) getHash() : String } hashApiFactory->hashApiInterface hashApiClient->hashApiFactory @enduml
false
true
false
false
class
a8f8cd32c737e09055ce7692bfa8af8e83df8dbf
65a639468be0ada475e161897ef9a276c359cc65
/docs/diagrams/plantuml/test_interfaces/01-fake_mhs_gateway.plantuml
e7b23c80e466c255d5f444aa5b366aae6db1e627
[]
no_license
tomzo/prm-deductions-gp2gp-adaptor
13fb0b9fe327b28884ac5d0b25434e7199cac628
4d7f188f0ee9954a381e4203746902bf81b58ed3
refs/heads/master
2021-03-04T04:24:01.629601
2020-03-09T09:07:26
2020-03-09T09:07:26
246,008,185
0
0
null
2020-03-09T10:39:32
2020-03-09T10:39:31
null
UTF-8
PlantUML
false
false
3,244
plantuml
@startuml !include https://gist.githubusercontent.com/fishey2/c9d9d7c7426d3701959789c10e96fdb0/raw/2afa46ecf5e126ad563693a8dccfa3e7ee46a50c/nhs_stylesheet.iuml actor client participant "GP2GP Adapter" as gp2gp participant "RabbitMQ" as mq autonumber "<b>[100]" group Example Get EHR Record (OPENTEST) activate gp2gp gp2gp o-> mq : Connect (failover) activate mq else Error <-[NHS_ERROR]- gp2gp : Could not connect else mq --> gp2gp : Client created gp2gp -> mq : Subscribe to channel else Error <-[NHS_ERROR]- gp2gp: Could not subscribe to channel else mq --> gp2gp : Subscribed gp2gp -> gp2gp : Add message handler client -> gp2gp : /ehr-request note left: {\n\ "nhsNumber": "123456",\n\ "odsCode": "234567" \n\ } else has MHS_ERROR occurred gp2gp -[NHS_ERROR]-> client : 503 NOK else gp2gp -> gp2gp : getRoutingInfo(odsCode) note left: { \n\ "asid": "aisd-${odsCode}" \n\ } gp2gp -> gp2gp : generateEhrRequestQuery(...) note left: Template RCMR_IN010000UK05 \ \n\ <id> = uuid, \ \n\ <creationTime> = timestamp, \ \n\ <communicationFunctionRcv::device::id> = receievingAsid, \ \n\ <communicationFunctionRcv::device::id> = sendingAsid, \ \n\ <ControlActEvent::author1::AgentSystemSDS::id> = sendingAsid, \ \n\ <subject::EhrRequest::recordTarget::patient::id> = nhsNumber \ \n\ <subject::author::AgentOrgSDS::id = sendingOdsCode, \ \n\ <destination::author::AgentOrgSDS::id = sendingOdsCode gp2gp --[NHS_WARM_YELLOW]--> gp2gp : sendMessage(RCMR_IN010000UK05) gp2gp -[NHS_WARM_YELLOW]-> mq : sendToQueue(RCMR_IN030000UK06) note left: Template RCMR_IN030000UK06 \ \n\ Contains EHR Extract activate mq mq -[NHS_WARM_YELLOW]-> mq: Message inbound -> outbound mq -> gp2gp : RCMR_IN030000UK06 -> Subscriber deactivate mq gp2gp -[NHS_WARM_YELLOW]-> gp2gp : sendMessage(COPC_IN000001UK01) note left: Template COPC_IN000001UK01 \ \n\ Common Content (Confirm) gp2gp -[NHS_WARM_YELLOW]-> mq : Fragment 1 (COPC_MT000001UK01) activate mq gp2gp -[NHS_WARM_YELLOW]-> mq : ... gp2gp -[NHS_WARM_YELLOW]-> mq : Fragment N gp2gp -[NHS_WARM_YELLOW]-> mq : Acknowledgement (Type: AA::ER) mq -[NHS_WARM_YELLOW]-> mq: Messages inbound -> outbound mq -> gp2gp : Fragment X gp2gp -> gp2gp : messageHandler(fragment) else could not handle message gp2gp -[NHS_ERROR]-> mq : Transaction (Fragment X) else gp2gp -> mq : Acknowledgement (Fragment X) mq -> gp2gp : Acknowledgement(AA::ER) deactivate mq gp2gp -> gp2gp : messageHandler(acknowledgement) else is negative acknowledgement gp2gp -[NHS_ERROR]-> client : 503 NOK else gp2gp -> client : 200 OK deactivate gp2gp end @enduml
false
true
false
false
usecase
d51563495cf6949d9078276f5ad22cdd56d017d8
e7b7df0cf36cf83e9c440c3a81f4f85193e37a72
/1 Sequence Diagram/25c Stereotypes and Spots.puml
70c1431d3377da92be4dd1d43f23e63c8e46b4a2
[ "MIT" ]
permissive
jys129/PlantUML
38dd154cc9a45d3206abf26f95bfb45e32d4c186
f0e62bf90332a1a541ded76d2101ebdd9215adaa
refs/heads/master
2023-03-16T15:54:12.053012
2020-10-18T15:49:08
2020-10-18T15:49:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
116
puml
@startuml participant Bob << (C,#ADD1B2) >> participant Alice << (C,#ADD1B2) >> Bob->Alice: First message @enduml
false
true
false
false
sequence
f0dfbfc65ab4b9821102a6647123fefda5d11f36
8a88be2e482e53297658603e1366ceee6feeaea9
/out/production/Battleship/cz/kksffn/prepare/prepare.plantuml
f723f6dfb09458d87f7cb8b51474d5bafcac0429
[]
no_license
kksffn/Battleship-game
5ee55463c94f26c99c9b5aee11ad1f7205a343d8
3c742fc063e917f27153b16a3862699d59b7acd2
refs/heads/master
2022-12-19T02:28:21.951379
2020-08-26T18:29:13
2020-08-26T18:29:13
290,570,273
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,955
plantuml
@startuml title __PREPARE's Class Diagram__\n package cz.kksffn { package prepare { abstract class cz.kksffn.prepare.ASetShips { ~ coordinatesOfShips : HashMap<ShipName, ArrayList<Integer>> ~ success : boolean {abstract} + getCoordinatesOfShips() {abstract} + getSuccess() {abstract} ~ actualizeCoordinatesOfShips() {abstract} ~ instructions() {abstract} ~ sailOutBattleship() {abstract} ~ sailOutCarrier() {abstract} ~ sailOutCruiser() {abstract} ~ sailOutFrigate() {abstract} ~ sailOutPatrol() {abstract} ~ sailOutYacht() } } } package cz.kksffn { package prepare { interface cz.kksffn.prepare.ISetShips { {abstract} + getCoordinatesOfShips() {abstract} + getSuccess() {abstract} + setShipCoordinates() } } } package cz.kksffn { package prepare { class cz.kksffn.prepare.SetShipsInConsole { - coordinatesOfShips : HashMap<ShipName, ArrayList<Integer>> - forbiddenXY : ArrayList<Integer> - isHuman : boolean - rand : Random - success : boolean + SetShipsInConsole() + getCoordinatesOfShips() + getSuccess() + setShipCoordinates() ~ actualizeCoordinatesOfShips() ~ instructions() ~ sailOutBattleship() ~ sailOutCarrier() ~ sailOutCruiser() ~ sailOutFrigate() ~ sailOutPatrol() ~ sailOutYacht() - actualizeForbiddenXY() - battleshipIsInsideTheBoard() - carrierIsInsideTheBoard() - cruiserIsInsideTheBoard() - frigateIsInsideTheBoard() - getChoiceForCruiser() - getChoiceForFrigate() - getChoiceForPatrol() - getChoiceForYacht() - informationForBattleship() - informationForCarrier() - inputInCollisions() - notCollision() - patrolIsInsideTheBoard() - trySailOutBattleship() - trySailOutCarrier() - trySailOutCruiser() - trySailOutFrigate() - yachtIsInsideTheBoard() } } } package cz.kksffn { package prepare { enum cz.kksffn.prepare.ShipName { BATTLESHIP CARRIER CRUISER FRIGATE PATROL YACHT showIt } } } cz.kksffn.prepare.ASetShips .up.|> cz.kksffn.prepare.ISetShips cz.kksffn.prepare.ASetShips o-- cz.kksffn.display.IMap : map cz.kksffn.prepare.SetShipsInConsole -up-|> cz.kksffn.prepare.ASetShips cz.kksffn.prepare.SetShipsInConsole o-- cz.kksffn.display.IMap : map 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
false
true
false
false
class
20e574d42781868a5e5784767e2c02590f1d0ee0
38b4399e9250868c765ee97bb03b4c2c59c877a8
/UML/ETM/etm-class-tjob-execution-live-general-back.puml
930fa2c626647738a2bca740cd4e3d83fbae9b3e
[]
no_license
elastest/elastest.io-docs
5a20391d94b542d2ad0260f5043efdd4eef72d58
4443845d28b9717c0e77fdef9b0f9682165a77dd
refs/heads/master
2021-01-22T20:18:45.974210
2020-07-30T08:23:47
2020-07-30T08:23:47
85,305,936
1
7
null
2019-11-20T08:55:03
2017-03-17T11:46:37
HTML
UTF-8
PlantUML
false
false
1,387
puml
@startuml skinparam class { FontSize 16 FontStyle bold FontColor white BackgroundColor #ffac2f ArrowFontColor #333333 ArrowThickness 2 } skinparam linetype ortho ' Classes class TjobApiController class TJobService class TSSService class TJobExecOrchestratorService abstract class AbstractMonitoringService class SutService class EimService class EtPluginsService abstract class PlatformService class EtmFilesService class EtmTestResultService interface EsmServiceClient ' Relations TjobApiController --> TJobService TJobService --> TJobExecOrchestratorService TJobService --> AbstractMonitoringService TJobService --> EtmTestResultService TJobService --> PlatformService TJobService --> EtmFilesService TJobExecOrchestratorService --> TSSService TJobExecOrchestratorService --> SutService TJobExecOrchestratorService --> PlatformService TJobExecOrchestratorService --> AbstractMonitoringService TJobExecOrchestratorService --> EimService TJobExecOrchestratorService --> EtmTestResultService TSSService --> EtmFilesService TSSService --> PlatformService TSSService --> EtPluginsService TSSService --> EsmServiceClient SutService --> AbstractMonitoringService SutService --> EimService EimService --> EtPluginsService EtPluginsService --> PlatformService PlatformService --> EtmFilesService EtmTestResultService --> AbstractMonitoringService @enduml
false
true
false
false
class
4a30885ba822eef6b9438484e061035aa0abb05e
ba8fb309e22f35423ac57f99496fe980cfb35edd
/DeTrace-sequence-connection.plantuml
f2e76422e7609cd9c5ee4458492ffdd72dd0eaf3
[]
no_license
yaroslavPodymsky/repositoryOne
969a25c167dfe4eed192dd8070b52ecc5ecea869
0ae4c00baa1062ad1235fb184d828d639492ac8f
refs/heads/master
2023-07-16T21:06:41.828234
2021-09-01T12:06:18
2021-09-01T12:06:18
401,990,418
2
1
null
2021-09-01T12:03:45
2021-09-01T08:40:22
Solidity
UTF-8
PlantUML
false
false
1,163
plantuml
@startuml DeTrace header DeTrace title DeTrace Creature connection skinparam maxMessageSize 200 skinparam guillemet true autonumber participant "Wheel_1" as C <<Creature: Wheel>> participant "Wheel_1" as B <<Creature: BBBBB>> participant "Wheel_2" as C_1 <<Creature: Wheel>> activate C activate B activate B_1 activate C_1 C -> C_1 : changeOwner C_1 -> C_1 : checkMatrix C_1 -> C_1 : checkSlot C_1 -> C_1 : checkOwner C_1 -X C : connectError B -> B_1 : cdcdcdcdcd deactivate C_1 deactivate C deactivate B_1 deactivate B autonumber participant "Wheel_3" as C_2 <<Creature: Wheel>> participant "Wheel_4" as C_3 <<Creature: Wheel>> participant "Wheel_5" as C_4 <<Creature: Wheel>> participant "Frame" as F <<Creature: Frame>> activate F activate C_2 C_2 -> F : changeOwner F -> F : checkMatrix F -> F : checkOwner F -> F : checkSlot F -> C_2 : connect deactivate C_2 activate C_3 C_3 -> F : changeOwner F -> F : checkMatrix F -> F : checkOwner F -> F : checkSlot F -> C_3 : connect deactivate C_3 activate C_4 C_4 -> F : changeOwner F -> F : checkMatrix F -> F : checkOwner F -> F : checkSlot F -x C_4 : connect deactivate C_4 deactivate F @enduml
false
true
false
false
sequence
a20e081f5dd7f1d6180acb99d05fc0f6356480c2
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedOrderSetDeliveryAddressCustomFieldAction.puml
137d343f2080ee5b0e5547944d440dc48102622e
[]
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
576
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 StagedOrderSetDeliveryAddressCustomFieldAction [[StagedOrderSetDeliveryAddressCustomFieldAction.svg]] extends StagedOrderUpdateAction { action: String deliveryId: String deliveryKey: String name: String value: [[Object.svg Object]] } interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
64acfa2331f19cefcc97bee9b54698756b024555
6558255fb4c77f2522ebc21fd7101b377a999c14
/doc/class-relations.puml
b70f0ad03b62b6f9763780c3413506276418cd52
[ "MIT" ]
permissive
JoernT/Fore
7350bbab757fe6bac1f435f75c32372a06765e3c
843123286f8b88fe81ce47ced1122775e5e05bf6
refs/heads/dev
2023-03-04T23:27:04.650074
2021-03-12T15:34:38
2021-03-12T15:34:38
295,987,333
2
2
MIT
2023-03-03T03:27:02
2020-09-16T09:33:42
JavaScript
UTF-8
PlantUML
false
false
1,954
puml
@startuml class HTMLElement{ } class LitElement class XfForm { refresh() } LitElement <|-- XfForm class ForeElementMixin{ getModel() evalInContext() getModelItem() isNotBound() isBound() getBindingExpr() _getParentBindingElement() _inScopeContext() } package "model" #DDDDDD { class XfModel{ bindingMap[] rebuild() recalculate() revalidate() registerBinding() } class XfInstance{ getInstanceData() getDefaultContext() } class ModelItem{ node getValue setValue readonly required relevant valid type } class XfBind{ createModelItem() buildBindGraph() } class XfSubmission HTMLElement <|-- XfInstance HTMLElement <|-- XfBind HTMLElement <|-- XfModel } XfModel o-- ModelItem package "view" #DDDDDD{ abstract class XfContainer{ refresh() } abstract class AbstractControl{ getValue() refresh() } class XfSwitch #lightgrey class XfSelect1 #lightgrey class XfSelect #lightgrey AbstractControl <|-- XfInput AbstractControl <|-- XfOutput AbstractControl <|-- XfButton XfContainer <|-- XfRepeat XfContainer <|-- XfRepeatitem XfContainer <|-- XfGroup XfContainer <|-- XfSwitch AbstractControl <|-- XfSelect AbstractControl <|-- XfSelect1 } package "controller" #DDDDDD{ class XfAction{ needsRebuild needsRecalculate needsRevalidate needsRefresh execute() actionPerformed() } XfAction <|-- XfDelete XfAction <|-- XfAppend XfAction <|-- XfInsert XfAction <|-- XfSetvalue } LitElement <|-- XfContainer LitElement <|-- AbstractControl ForeElementMixin *.. AbstractControl ForeElementMixin *.. XfContainer HTMLElement <|-- XfAction ForeElementMixin *.. XfAction @enduml
false
true
false
false
class
415235e1c415f6f02a61581c05cabcaea666041d
ff8b4b0462ff47b8ad3a1047b2a05029624b1f16
/Diagramms/CreateProductSequenceDiagram.puml
8c8eccc8c082e96c550682591770edf95499dd42
[]
no_license
aymericCOUPRIE/Mercat
2506ef17081effa7e7efff990af2f7cbc4743ac6
ca22ada502684b3a359882aefa30859bac6fd0ad
refs/heads/master
2023-02-23T04:27:43.524935
2021-01-12T13:29:52
2021-01-12T13:29:52
317,266,550
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,136
puml
@startuml activate ProductUI ProductUI -> ProductController : createProduct(int idProduct, String nameProduct, float price,... ) deactivate ProductUI activate ProductController ProductController -> ProductFacade : createProduct(int idProduct, String nameProduct, float price,... ) activate ProductFacade ProductFacade -> DAOFactoryMySQL : createProductDAO() activate DAOFactoryMySQL DAOFactoryMySQL --> ProductDAOMySQL: new() activate ProductDAOMySQL ProductDAOMySQL --> ProductFacade: ProductDAO ProductFacade -> ProductDAOMySQL : updateProduct(Product product) ProductDAOMySQL -> MySQLConnection : createStatement() activate MySQLConnection MySQLConnection --> ProductDAOMySQL: true activate Product ProductDAOMySQL -> Product : new() Product --> ProductDAOMySQL : Product deactivate Product ProductDAOMySQL --> ProductFacade : Product deactivate DAOFactoryMySQL deactivate ProductFacade deactivate ProductDAOMySQL deactivate MySQLConnection ProductFacade --> ProductController ProductController -> ProductController : getInstance.display("New Product") deactivate ProductController deactivate Product deactivate ProductFacade @enduml
false
true
false
false
sequence
9dbe0a9a9fdc5c216aca722b0a96b027faede002
280e71f017b028dc2f37c9868883b243a72d61ac
/umls/sequence.puml
b1173027ed87ffe13067b12629db7a35591c4be1
[]
no_license
azrayildiz/live-tours-famous-cities-app
78d6664873b636bb754bff6b78c8c0387fa55849
ece4e1c1357b0aa05d5a92852c1cb34192935fd7
refs/heads/main
2023-09-01T07:45:34.702211
2021-10-29T05:10:50
2021-10-29T05:10:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
401
puml
@startuml actor User participant "Live Tours" as A participant "Live Talk" as B participant "Top Videos" as C participant "Save Events" as D participant "Attent Event" as E User --> A: Interest in Events activate A A --> B: Save a Live Talk activate C B --> C: Watched Videos C --> D: Saved Events D --> E: Attented Event deactivate A deactivate B deactivate C deactivate D deactivate E @enduml
false
true
false
false
sequence
28a59a7a8364385c5ea82c9054f5a76c4a8e24d2
87ad0f09eb4baf40ebebfb7c5a3da6debe0068eb
/src/hello_imgui/doc_src/hello_imgui_diagram.puml
78aa51807c055445100232f68d0796a16e24d13b
[ "MIT" ]
permissive
imgui-works/hello_imgui
b24f1e05a7e635570d2482a24b9266c8ea78c31e
cede535de87564f71182784b5331896aad2a76f3
refs/heads/master
2022-11-08T18:43:26.872126
2020-06-24T07:58:26
2020-06-24T07:58:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,412
puml
@startuml namespace HelloImGui { enum _ <functions>{ + void Run(RunnerParams &) + void Run(VoidFunction, windowSize, title) } _ --> RunnerParams: use class RunnerParams <struct> { RunnerCallbacks callbacks; AppWindowParams appWindowParams; ImGuiWindowParams imGuiWindowParams; DockingParams dockingParams; bool appShallExit = false; } class RunnerCallbacks <struct> { --- VoidFunction ShowGui = {}; VoidFunction ShowMenus = {}; VoidFunction ShowStatus = {}; VoidFunction PostInit = {}; //Handle any backend event (e.g.SDL_Event) AnyBackendEventCallback = {}; VoidFunction LoadAdditionalFonts = LoadDefaultFont_WithFontAwesomeIcons; VoidFunction SetupImGuiConfig = SetupDefaultImGuiConfig; VoidFunction SetupImGuiStyle = SetupDefaultImGuiStyle; mobileCallbacks; } class MobileCallbacks <struct>{ --- Only available on mobile devices --- VoidFunction OnDestroy = {}; VoidFunction OnLowMemory = {}; VoidFunction OnPause = {}; VoidFunction OnResume = {}; } RunnerCallbacks *-- MobileCallbacks class AppWindowParams <struct> { std::string windowTitle = ""; ImVec2 windowSize = {800.f, 600.f}; bool maximized = false; bool fullScreen = false; ImVec2 windowPosition = {-11000.f, -1.f}; } class ImGuiWindowParams <struct> { defaultImGuiWindowType = ProvideFullScreenWindow; ImVec4 backgroundColor; bool showMenuBar = false; bool showMenu_App_QuitZoom = true; bool showMenu_View = true; bool showStatusBar = false; bool showStatus_Fps = true; bool configWindowsMoveFromTitleBarOnly = true; } class DockingParams <struct> { vector<DockingSplit> dockingSplits; vector<DockableWindow> dockableWindows; bool resetUserDockLayout = true; bool wasDockLayoutApplied = false; } class DockableWindow <struct> { string label; DockSpaceName dockSpaceName; VoidFunction GuiFonction = {}; bool isVisible = true; bool canBeClosed = true; } class DockingSplit <struct> { DockSpaceName initialDock; DockSpaceName newDock; ImGuiDir_ direction; float ratio = 0.25f; } RunnerParams *-- RunnerCallbacks RunnerParams *-- AppWindowParams RunnerParams *-- ImGuiWindowParams RunnerParams *-- DockingParams DockingParams *-- DockableWindow : vector DockingParams *-- DockingSplit : vector } @enduml
false
true
false
false
sequence
e77ba94a490495a12b6be70d1a43f5fa803ce84f
f8e357daee592f0c24cd2e5778c643a77b4a6404
/08_sequencediagram/42_sequence_lifeline.puml
8d169bd68374eeff591b6f8e859f9e7bec4914cb
[]
no_license
jahmanitheone/plantuml
bd3914c882d79157f387aa84268510edbebb05c2
dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1
refs/heads/main
2023-01-01T12:40:34.242849
2020-10-22T17:01:59
2020-10-22T17:01:59
306,404,003
0
0
null
null
null
null
UTF-8
PlantUML
false
false
635
puml
' 'Basics: Lifeline 'Lifeline Activation and Destruction 'activate: ' The activate and deactivate are used to denote participant activation. ' Once a participant is activated, its lifeline appears. 'destroy: ' The destroy denote the end of the lifeline of a participant. 'The activate and deactivate apply on the previous message. ' @startuml participant User User -> A: DoWork activate A A -> B: << createRequest >> activate B B -> C: DoWork activate C C --> B: WorkDone destroy C B --> A: RequestCreated deactivate B A -> User: Done deactivate A @enduml
false
true
false
false
sequence
357272717e776de37e5a89182eba9af9e12d55af
568565f45f162e249ddc2cd84c367b8c8b1030ea
/calcite_uml/seq/jdbc_seq_createstatement.puml
605ccc27d0f28cee1da1786dff2e027c12c39df5
[]
no_license
YSMull/calcite-tutorial
36b908954435b9524f1db20e6b740974fd6df934
867b90abd775f3291a5f9cab692200eca6a1c28b
refs/heads/master
2022-11-08T21:51:29.514937
2020-06-24T08:28:55
2020-06-24T08:28:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
489
puml
@startuml Connection -> Connection:createStatement activate Connection Connection -> AvaticaConnection:createStatement AvaticaConnection -> CalciteConnectionImpl:createStatement CalciteConnectionImpl --> AvaticaConnection:super.createStatement AvaticaConnection -> CalciteJdbc41Factory:newStatement CalciteJdbc41Factory -> CalciteJdbc41Statement:new CalciteJdbc41Factory --> AvaticaConnection:return statement AvaticaConnection --> Connection:return statement deactivate Connection @enduml
false
true
false
false
sequence
0cdd0984c5ed6a845fa0dd8f23f6cd4fd2f8b7cd
d5612578ccf2b52438eb329ee180377a3455fc49
/asciidocs/plantuml/commits-detached-head-lost-commit.puml
abca4216a25c2f9217e91727779ade7b6a83a1bf
[]
no_license
2021-3ahif-syp/lecture-notes
9e570f63f78522f4191b305e22dc5cf340351679
32e17259d69821bca264c82364f9fa4b4bed498a
refs/heads/master
2023-05-26T22:18:13.452286
2021-05-17T09:40:03
2021-05-17T09:40:03
297,027,366
1
3
null
null
null
null
UTF-8
PlantUML
false
false
238
puml
@startuml circle first as "initial \ncommit" circle second as " " circle third as " " circle fourth as " " card MASTER card HEAD first <-right- second second <-right- third MASTER --> third HEAD -right-> fourth fourth -down->first @enduml
false
true
false
false
uml-unknown
dd8400c9390d4216dfb59e07aa75d06e33b3eb97
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/perishable-goods@0.1.1.puml
15771d4de15c7876402ec75779e4d4576948358d
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0" ]
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
2,764
puml
@startuml class org.accordproject.perishablegoods.PerishableGoodsClause << (A,green) >> { + Grower grower + Importer importer + Shipment shipment + DateTime dueDate + MonetaryAmount unitPrice + UnitOfMass unit + Integer minUnits + Integer maxUnits + String product + Integer sensorReadingFrequency + TemporalUnit duration + Double minTemperature + Double maxTemperature + Double minHumidity + Double maxHumidity + Double penaltyFactor } org.accordproject.perishablegoods.PerishableGoodsClause --|> org.accordproject.cicero.contract.AccordClause class org.accordproject.perishablegoods.ShipmentStatus << (E,grey) >> { + CREATED + IN_TRANSIT + ARRIVED } class org.accordproject.perishablegoods.ShipmentTransaction << (T,yellow) >> { + Shipment shipment } org.accordproject.perishablegoods.ShipmentTransaction --|> org.accordproject.cicero.runtime.Request class org.accordproject.perishablegoods.SensorReading << (T,yellow) >> { + Double centigrade + Double humidity } org.accordproject.perishablegoods.SensorReading --|> org.accordproject.perishablegoods.ShipmentTransaction class org.accordproject.perishablegoods.ShipmentReceived << (T,yellow) >> { + Integer unitCount } org.accordproject.perishablegoods.ShipmentReceived --|> org.accordproject.perishablegoods.ShipmentTransaction class org.accordproject.perishablegoods.PriceCalculation << (T,yellow) >> { + Double totalPrice + Double penalty + Boolean late } org.accordproject.perishablegoods.PriceCalculation --|> org.accordproject.perishablegoods.ShipmentTransaction class org.accordproject.perishablegoods.Shipment << (A,green) >> { + String shipmentId + ShipmentStatus status + Grower grower + Importer importer + SensorReading[] sensorReadings + String smartClause } org.accordproject.perishablegoods.Shipment --|> org.hyperledger.composer.system.Asset class org.accordproject.perishablegoods.Business << (P,lightblue) >> { + MonetaryAmount accountBalance } org.accordproject.perishablegoods.Business --|> org.accordproject.organization.Organization class org.accordproject.perishablegoods.Grower << (P,lightblue) >> { } org.accordproject.perishablegoods.Grower --|> org.accordproject.perishablegoods.Business class org.accordproject.perishablegoods.Shipper << (P,lightblue) >> { } org.accordproject.perishablegoods.Shipper --|> org.accordproject.perishablegoods.Business class org.accordproject.perishablegoods.Importer << (P,lightblue) >> { } org.accordproject.perishablegoods.Importer --|> org.accordproject.perishablegoods.Business class org.accordproject.perishablegoods.SetupDemo << (T,yellow) >> { } org.accordproject.perishablegoods.SetupDemo --|> org.hyperledger.composer.system.Transaction @enduml
false
true
false
false
class
8fc86c4ae5b19572399302cf138c74dbce9b019b
34e71ff0017af88018f8ae52356f8dbba8bc1f37
/src/main/plantuml/sample001.puml
97de73ebaf2108885239a5d78639d6732a3e3985
[ "Apache-2.0" ]
permissive
qwfys/asciidoctor-sample
7ddc1efef8b12c045b3e7fd28efdc7577aaa6f2c
3286ad201c23036d3b65eca750ed8d01bde8ee50
refs/heads/main
2023-08-02T10:17:00.491606
2021-09-28T15:32:51
2021-09-28T15:32:51
362,727,750
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,995
puml
@startuml skinparam rectangle<<behavior>> { roundCorner 25 } sprite $bProcess jar:archimate/business-process sprite $aService jar:archimate/application-service sprite $aComponent jar:archimate/application-component rectangle "Handle claim" as HC <<$bProcess>><<behavior>> #Business rectangle "Capture Information" as CI <<$bProcess>><<behavior>> #Business rectangle "Notify\nAdditional Stakeholders" as NAS <<$bProcess>><<behavior>> #Business rectangle "Validate" as V <<$bProcess>><<behavior>> #Business rectangle "Investigate" as I <<$bProcess>><<behavior>> #Business rectangle "Pay" as P <<$bProcess>><<behavior>> #Business HC *-down- CI HC *-down- NAS HC *-down- V HC *-down- I HC *-down- P CI -right->> NAS NAS -right->> V V -right->> I I -right->> P rectangle "Scanning" as scanning <<$aService>><<behavior>> #Application rectangle "Customer admnistration" as customerAdministration <<$aService>><<behavior>> #Application rectangle "Claims admnistration" as claimsAdministration <<$aService>><<behavior>> #Application rectangle Printing <<$aService>><<behavior>> #Application rectangle Payment <<$aService>><<behavior>> #Application scanning -up-> CI customerAdministration -up-> CI claimsAdministration -up-> NAS claimsAdministration -up-> V claimsAdministration -up-> I Payment -up-> P Printing -up-> V Printing -up-> P rectangle "Document\nManagement\nSystem" as DMS <<$aComponent>> #Application rectangle "General\nCRM\nSystem" as CRM <<$aComponent>> #Application rectangle "Home & Away\nPolicy\nAdministration" as HAPA <<$aComponent>> #Application rectangle "Home & Away\nFinancial\nAdministration" as HFPA <<$aComponent>> #Application DMS .up.|> scanning DMS .up.|> Printing CRM .up.|> customerAdministration HAPA .up.|> claimsAdministration HFPA .up.|> Payment legend left Example from the "Archisurance case study" (OpenGroup). See ==== <$bProcess> :business process ==== <$aService> : application service ==== <$aComponent> : application component endlegend @enduml
false
true
false
false
uml-unknown
a087c9a4c65845b3ddc5792d08834040bbd4a64f
ffade83391ea375a9f27fa08c37866ee9e446d1f
/Documentation/Images/Plantuml/FormEngine/FormEngineDataCompiling.plantuml
05c5a4000dc1b5e97782013c19c43517436ee4a2
[]
no_license
TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
8454bb7f89639feb7ebc1b771dd4edd8b9fdf14e
74519a9cb48e0fc563cb5f7096b8ab4ca4704ca7
refs/heads/main
2023-08-28T10:20:39.963790
2023-08-18T02:36:54
2023-08-18T02:36:54
20,250,438
26
480
null
2023-09-14T17:52:05
2014-05-28T08:34:01
Shell
UTF-8
PlantUML
false
false
471
plantuml
@startuml FormDataGroup --|> FirstDataProvider : addData($initialDataArray) FormDataGroup <|-- FirstDataProvider : $modifiedDataArray FormDataGroup --|> SecondDataProvider : addData($modifiedDataArray) FormDataGroup <|-- SecondDataProvider : $furtherModifiedDataArray FormDataGroup --|> ... : addData($furtherMmodifiedDataArray) FormDataGroup <|-- ... : $dataArray FormDataGroup --|> LastDataProvider : $dataArray FormDataGroup <|-- LastDataProvider : $dataArray @enduml
false
true
false
false
class
d6014ea5c729d5da27135ef59c557a0c8eede45a
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductVariantSelectionIncludeAllExcept.puml
a5a8ecdfcc2f0f591187fc83b6b48a04a3e8183a
[]
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
629
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 ProductVariantSelectionIncludeAllExcept [[ProductVariantSelectionIncludeAllExcept.svg]] extends ProductVariantSelection { type: [[ProductVariantSelectionTypeEnum.svg ProductVariantSelectionTypeEnum]] skus: [[String.svg List<String>]] } interface ProductVariantSelection [[ProductVariantSelection.svg]] { type: [[ProductVariantSelectionTypeEnum.svg ProductVariantSelectionTypeEnum]] } @enduml
false
true
false
false
class
3447886639ba897804a7f92caa460cac6ed89a0f
856447e30ad4c24a8496f9462801d2479b6a520a
/WebPult/WebZulu/documents/UML/Packets/ru.zulu.shared.puml
5b5658711b8fa2e88a31aded9b5754a674821768
[]
no_license
Zulu-Platform/Zulu-ManagementPlane
d65c5d8c68271386b33dbaea9b7d32f8649a001c
b660f0096fff6138f0b7560ec6cef7ae03b66252
refs/heads/master
2021-03-30T17:58:24.822767
2017-08-24T08:44:10
2017-08-24T08:44:10
36,858,630
1
0
null
null
null
null
UTF-8
PlantUML
false
false
85
puml
@startuml package ru.zulu.shared { } package ru.zulu.shared.db { } @enduml
false
true
false
false
uml-unknown
6957f6acbff98377499510261adaec655cac1885
f22acb2262a5d4e80de44177ff691bc7d3492841
/design-pattern/src/main/java/org/marco/designpattern/gof/creational/factory/simplefactory/simpleFactory.puml
76ddb19bde8272b86bb606d0aca8a640180d127b
[]
no_license
zyr3536/java-learn
5e64ef2111b978916ba47132c1aee19d1eb807f9
78a87860476c02e5ef9a513fff074768ecb2b262
refs/heads/master
2022-06-21T19:03:46.028993
2019-06-21T13:21:04
2019-06-21T13:21:04
184,074,885
0
0
null
null
null
null
UTF-8
PlantUML
false
false
225
puml
@startuml abstract class AbstractProduct class ProductA class ProductB class Factory { + newInstance(): AbstractProduct } ProductA --|> AbstractProduct ProductB --|> AbstractProduct Factory ..> AbstractProduct @enduml
false
true
false
false
class
d0be922e001fd582c784c078bad200cec2dbab1c
e4b4aed18ec0ad6904d2b72568a1f7bd8645bf94
/src/main/java/adapter/adapter.puml
51e1644c49f183d9d29842b3028ed5c1a93ff4a6
[]
no_license
dengguoqing93/designNew
7da31ae79d5224f8524d3330f66b059bbc5d5bfd
c2e41dca091a4907a5339d450ea57cedbb1ca9b3
refs/heads/master
2021-06-01T16:51:44.337978
2018-07-04T13:04:06
2018-07-04T13:04:06
136,009,177
0
0
null
2021-05-12T00:15:23
2018-06-04T10:27:26
Java
UTF-8
PlantUML
false
false
233
puml
@startuml interface Target Class Adapter Class Adaptee Class Client Client ---> Target Adapter ...|>Target Adapter ---->Adaptee Interface Target{ request() } Class Adapter{ request() } Class Adaptee{ specificRequest() } @enduml
false
true
false
false
class
c3612aa92660b7572e40fa4617dead31e3a95c9b
4d82b0d65ad85bca4deb49e6ce4257b358ae4670
/figure-3.7.puml
28072e147ca41d356062d524321b39652c1787e0
[]
no_license
netpyoung/bs.uml-distilled
d0877c8e69156560d2c252c6dcc24bf4764105cd
9ae1c24be4b8d3f0456d2b2e1d6fc8e0843f21bc
refs/heads/master
2020-04-21T05:10:41.074540
2019-02-06T00:10:17
2019-02-06T00:11:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
203
puml
@startuml object BenefitWindow object Employee object EmployeeDataGateway object BenefitsDataGateway BenefitWindow .> Employee Employee ..> EmployeeDataGateway Employee ..> BenefitsDataGateway @enduml
false
true
false
false
class
ae15fc92f8bcd28baf4a5e076047593b3c59dee8
a751888fd29a1b92bb32ef7d272d3e72f664ed30
/src/design/small-maneuver-sequence-diagram.puml
6e39ec15251f9694f0412cbe82cac82c6d56f193
[ "Apache-2.0", "MIT", "EPL-1.0" ]
permissive
petrushy/Orekit
b532c7db85c992d85b5ac3d858d18d656e2b8c46
1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443
refs/heads/develop
2023-08-16T11:37:43.709083
2023-07-18T20:13:14
2023-07-18T20:13:14
42,349,064
10
2
Apache-2.0
2023-07-21T14:54:14
2015-09-12T07:39:56
Java
UTF-8
PlantUML
false
false
4,160
puml
' Copyright 2002-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam SequenceActorBorderColor #6A584B skinparam SequenceParticipantBackgroundColor #F3EFEB/CCC9C5 skinparam SequenceParticipantBorderColor #6A584B skinparam SequenceLifeLineBackgroundColor #CCC9C5/F3EFEB skinparam SequenceLifeLineBorderColor #6A584B skinparam SequenceArrowColor #6A584B skinparam SequenceBorderColor #6A584B skinparam SequenceFontSize 11 hide footbox box "User application" #F3EDF7 actor "Main" as M participant StationKeepingMonitorHandler end box participant Propagator participant EphemerisGenerator participant BoundedPropagator participant AdapterPropagator participant "Small maneuver" as m participant "J₂ due to maneuver" as j activate M M -> Propagator : getEphemerisGenerator activate Propagator create EphemerisGenerator Propagator --> EphemerisGenerator : create deactivate Propagator M -> Propagator : propagate activate Propagator Propagator -> EphemerisGenerator : feed activate EphemerisGenerator deactivate EphemerisGenerator deactivate Propagator M -> EphemerisGenerator : getGeneratedEphemeris activate EphemerisGenerator create BoundedPropagator EphemerisGenerator --> BoundedPropagator : create EphemerisGenerator --> M : generated ephemeris deactivate EphemerisGenerator loop #CBDBC8 for p optimization attempts create AdapterPropagator M -> AdapterPropagator : create activate AdapterPropagator AdapterPropagator -> BoundedPropagator : grab activate BoundedPropagator deactivate BoundedPropagator deactivate AdapterPropagator loop #DDEBD8 for n maneuvers create m M -> m : create M -> AdapterPropagator : addEffect(direct maneuver effect) activate AdapterPropagator deactivate AdapterPropagator create j M -> j : create M -> AdapterPropagator : addEffect(indirect J₂ effect) activate AdapterPropagator deactivate AdapterPropagator end M -> AdapterPropagator : register SK monitor M -> AdapterPropagator : propagate activate AdapterPropagator AdapterPropagator -> BoundedPropagator : propagate reference activate BoundedPropagator deactivate BoundedPropagator loop #DDEBD8 for q steps loop #ECEBD8 for n maneuvers AdapterPropagator -> m : apply activate m deactivate m AdapterPropagator -> j : apply activate j deactivate j end AdapterPropagator -> StationKeepingMonitorHandler : handleStep activate StationKeepingMonitorHandler deactivate StationKeepingMonitorHandler end AdapterPropagator --> M : final state deactivate AdapterPropagator M -> StationKeepingMonitorHandler : check Station Keeping goals activate StationKeepingMonitorHandler deactivate StationKeepingMonitorHandler end deactivate M @enduml
false
true
true
false
usecase
ae9e15ff950d24f911cb44d832c6b2041194a643
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/LightCyan.puml
aa990d0fc0c91a7ddc33f26eceb0571c3c01f507
[]
no_license
weedySeaDragon/plantuml-documentation
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
3c23cd2cd7fc1b4a85423ef9861711907fab2296
refs/heads/develop
2022-12-09T05:57:04.055959
2022-05-12T16:05:20
2022-05-12T16:05:20
165,910,589
55
6
null
2022-11-22T10:34:29
2019-01-15T19:28:35
SCSS
UTF-8
PlantUML
false
false
316
puml
@startuml skinparam ClassBackgroundColor #LightCyan skinparam ClassFontColor #LightCyan skinparam ClassBorderColor #LightCyan skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
e06cc690126def6affb1ec0f3bfe83e7cd4d0993
8b60a1f56c325ba482666d1a97c25a1fc68b599c
/diagrams/src/Models/DataTransferObjects/UserRegisteredDto.puml
46f5386031322d145bd822357153afeed8ea25ab
[ "MIT" ]
permissive
converge-app/authentication-service
f0dfce52551d1ef9911caeef2d48272d8a9cb3bb
256dae2474075ff8a08ce8de3b09bdf5389bf397
refs/heads/master
2023-03-07T02:57:16.611505
2019-12-17T11:40:12
2019-12-17T11:40:12
211,710,378
0
0
MIT
2023-03-04T01:15:38
2019-09-29T18:51:22
C#
UTF-8
PlantUML
false
false
117
puml
@startuml class UserRegisteredDto { + Id : string <<get>> <<set>> + Email : string <<get>> <<set>> } @enduml
false
true
false
false
class
463b4b91d4813175e38c85b97c30938c4a65553f
844665d08d1be5dacc41d8495725d881c68dba71
/Conferencias/Conferencia 3_ Patrones de Diseño Estructurales/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/behavioral/command/class-diagram.puml
18f0e548fd543436c2d35178ba1d32ad210ddff4
[ "MIT" ]
permissive
alexescalonafernandez/curso-patrones-diseno
ec1cf0a993707d78c294208e04604a3a0ffd164e
f586e27791e1281087df6cc137da87f407179e65
refs/heads/master
2021-01-25T13:35:26.659206
2018-03-02T20:18:06
2018-03-02T20:18:06
123,588,331
0
0
null
null
null
null
UTF-8
PlantUML
false
false
653
puml
@startuml skinparam backgroundcolor transparent skinparam classFontSize 18 skinparam noteFontSize 18 skinparam arrowFontSize 18 skinparam classAttributeFontSize 18 skinparam titleFontColor #5cb85c Title Command Pattern class Invoker interface Command{ + void execute() } class ConcreteCommand implements Command{ - Receiver receiver + void execute() } Invoker o-- Command class Receiver{ + void action } ConcreteCommand --> Receiver: receive note right of ConcreteCommand::execute public void execute(){ receiver.action() } end note class Client Client --> Receiver Client ..> ConcreteCommand: create @enduml
false
true
false
false
sequence
6f3ee22ec4182903073b3ea800f9276dd4287636
8a7a2b763c25a755aedf038864286f5fcf0e47be
/exercise44/docs/classes.puml
f1a927287ac4e9d23355d23d76c85384759e2ca3
[]
no_license
Your0nlySon/Duncan-a04
c9b375dd79a52ec89e7c59ed1ef8b3230f2ac05d
6108e441b8dd7d5d0063426aa571ab0608f6c55e
refs/heads/main
2023-08-24T19:49:40.986791
2021-10-18T03:55:07
2021-10-18T03:55:07
416,451,319
0
0
null
null
null
null
UTF-8
PlantUML
false
false
386
puml
@startuml class Solution44 { -JSONObject jsonObject; -Object obj; main(String[]) +readJSON() 'rJ.parseJson() +uInputRead() 'uR.readInput(readJSON()) } class jsonReader { +JSONArray parseJSON(JSONObject jsonObject, Object obj) } class readUserInput { +readInput(JSONArray subjects) } Solution44 --o jsonReader Solution44 --o readUserInput @enduml
false
true
false
false
class
c9a2fa8d2108f5b6161442d424642445fdd64ad9
96bfc83bdc5004cc1432515d6cbee64f42e8c82f
/docs/system-structure-overview-files/1.puml
1a68608f1833feb995be59203a6849cede6dfaa5
[]
no_license
thanhnguyen2187/amber
e67f870826db48ece330b46739504fac862e9595
a14e150f3612d167d03d270367dd0caa05377f46
refs/heads/master
2023-06-03T19:40:13.408132
2021-06-23T22:58:03
2021-06-23T22:58:03
320,848,888
0
0
null
null
null
null
UTF-8
PlantUML
false
false
357
puml
@startuml ' Definitions package Frontend { [End-user Views] as EUV [Management Views] as MNV } package Backend { [End-user API Endpoints] as EUAE [Management API Endpoints] as MNAE } database Database as DB ' Order fixes EUV -[hidden]right- MNV EUAE -[hidden]right- MNAE ' Connections MNV ..> MNAE EUV ..> EUAE EUAE ..> DB MNAE ..> DB @enduml
false
true
false
false
sequence
0ae4d9d50fd81542637efe8b2a1785a971ceb64a
6eed6c3c25f9e3419944d517c8ddc300652ba266
/Final/Docs/Diagrams/behaviour diagrams/scripts/algoChooseSeq.puml
87024aa41fe4cdb37b1cf8897a3972341bf82b15
[]
no_license
avivgu/FinalProject
628ebf73b7a1bd0eaf843227a01f9788bbfb2555
f54d0101b13bf278e5782aa2a8ea943aa150d7db
refs/heads/master
2021-08-31T23:44:01.031638
2017-12-23T15:05:26
2017-12-23T15:05:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,743
puml
@startuml actor User as u participant DataAccessController as DAC activate u activate Service activate UiHandler u -> UiHandler : select algorithms UiHandler -> Service : getAvailableAlgorithms() Service -> DAC : getAvailableAlgorithms() activate DAC DAC --> Service : [List<AlgorithmName : String>] alt There are available algorithms in the system Service --> UiHandler : [List<AlgorithmName : String>] UiHandler --> u : [opens an algorithm selection dialog] u -> UiHandler : [selectedAlgorithms] note left user selects the desired algorithms from the dialog end note UiHandler -> Service : getAlgorithms(List<algorithmNames: String>) Service -> DAC : getAlgorithms(List<algorithmNames: String>) loop for each Algorithm name activate AlgorithmLoader DAC -> AlgorithmLoader : loadAlgorithm(String algorithmName) AlgorithmLoader --> DAC : [SmartHomeAgentBehaviour] end DAC --> Service : [List<SmartHomeAgentBehaviour>] Service --> UiHandler : showSuccessMsg(msg: String) UiHandler --> u : [shows a success message] Service -> u : [opens an iteration count form] u -> Service : inputs the desired iteration number opt input is not a number or input <= 0 Service --> u : [shows a validation error message] note left dialog will not clear until the user submits a valid input end note end Service --> UiHandler : showSuccessMsg(msg: String) UiHandler --> u : [shows a success message] else There are no available algorithms in the system Service --> UiHandler : showErrorMessage(msg: String) UiHandler --> u : [shows a descriptive error message] end @enduml
false
true
false
false
usecase
a4cfde71170e4e3a629f996b6ce477ec96d76684
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductTypeChangeDescriptionAction.puml
561a405f64b17fda22a8bcc13a62ab21b9d1b22f
[]
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
479
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 ProductTypeChangeDescriptionAction [[ProductTypeChangeDescriptionAction.svg]] extends ProductTypeUpdateAction { action: String description: String } interface ProductTypeUpdateAction [[ProductTypeUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
90122052e592f35e3ec5f2164eb0b153235f0860
9e418a0fb69b8ee356d5c1d5d009706394edf54d
/SingleClass/resource.plantuml
1572ece345a7029529f08aed85ac8d9aaa967e17
[]
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
433
plantuml
@startuml resource class Resource { -id: bigint -classroom_id: bigint -uploaded_by: bigint -resource: string -created_at: datetime + get_id(): bigint + get_classroom_id(): bigint + set_classroom_id(bigint) + get_uploaded_by(): bigint + set_uploaded_by(bigint) + get_resource(): string + set_resource(string) + get_created_at(): datetime + get_updated_at(): datetime } @enduml
false
true
false
false
class
304ad41e855913e170ec4aba57c641a3f70e4fe1
6fa8fe37da87993d127b07488030fee8255dc538
/src/builderPattern/builder.puml
72202da46f364f84aa0b0362094fe311bd4240e1
[]
no_license
xdongz/JavaDesignPattern
31b077ce8011d46c58efd63b1f23b8261e386bcc
cb4c72d4e5a37d9f0fcaf3bbd2738e3b32431278
refs/heads/main
2023-02-21T17:48:23.239990
2021-01-27T14:31:25
2021-01-27T14:31:25
329,818,514
0
0
null
null
null
null
UTF-8
PlantUML
false
false
392
puml
@startuml interface computerBuilder class computer class advancedComputer class middleComputer class lowComputer class director computerBuilder <|-- advancedComputer computerBuilder <|-- middleComputer computerBuilder <|-- lowComputer computerBuilder o-- director computer *-- advancedComputer computer *-- middleComputer computer *-- lowComputer computer <.. computerBuilder @enduml
false
true
false
false
class
65e054b96a2682aaa45bbbed89bf74c39cf04434
1b68c8d908a1185bc1ef1fe261f79313f0e9e24e
/pumls/M_box_handler_state_machine.puml
88c4cef6294dc696f92017ea0507af03459a3181
[ "MIT" ]
permissive
jotautomation/gaia-client-docs
790f0f352c705e1766b9b33e28bbdf3426b37970
89af910d201940748da9656de35e9b45fbc15ffb
refs/heads/master
2022-12-19T14:10:29.879337
2020-09-29T04:04:38
2020-09-29T04:04:38
298,198,742
0
0
null
null
null
null
UTF-8
PlantUML
false
false
622
puml
@startuml skinparam state { StartColor #005aa1 EndColor Red BackgroundColor #005aa1 BackgroundColor<<Warning>> Olive BorderColor #5a5a5a FontName Apex AttributeFontColor White FontColor White ArrowColor #005aa1 } [*] --> NotReady state ReadyForOpen{ ReadyForOpen: The M Test Box is closed and ready for open command NotReady -down-> ReadyForOpen Empty: No DUT in Tested: Test executed with unknown result Fail: Test executed with fail result Pass: Test executed with pass result } Open -> NotReady Open: The M Test Box is open and ready to receive or give out the DUT. ReadyForOpen -up-> Open @enduml
false
true
false
false
state
9be0ad65e9d2f07ac3a3297d34ee87201799ef0f
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyPaymentSetCustomFieldAction.puml
7c41c1ff88ad44666eda85ad3d788c5dd13cb385
[]
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
489
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface MyPaymentSetCustomFieldAction [[MyPaymentSetCustomFieldAction.svg]] extends MyPaymentUpdateAction { action: String name: String value: [[Object.svg Object]] } interface MyPaymentUpdateAction [[MyPaymentUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
f753c5362386d70a206caeb413e63107a1b79c27
6ed9f7f7b5a704f9bf37b0cc45936d7f0a457735
/TP2.puml
9cc1ef252ea68b6bc45d355f2716aff0b031214f
[]
no_license
ZoeWang0505/TP2_1025
877c619fb622a521754c7164c9e894cc801b360b
1737c0dabd15ed8cbd92e05f08b0f066768002cf
refs/heads/master
2020-05-04T11:55:17.089747
2019-04-12T01:09:20
2019-04-12T01:09:20
179,118,309
0
0
null
null
null
null
UTF-8
PlantUML
false
false
922
puml
@startuml class Element { String mode private int coodX; private int coodY; public list<int> getPasspoint(); } Element <|-- Phontome class Phontome { private double gravite } Element <|-- Obstacle class Obstacle { } Obstacle <|-- Simple class Simple { } Obstacle <|-- Sinus class Sinus { } Obstacle <|-- Quantic class Quantic { } class Resources{ public string getImage(String name) } class jeu { private string mode //debug or normal private List<obstacle> obs_list private int score private void setScore() public static void main() private boolean isCollision() private void addObstacles()//3 seconde timer private boolean obstaclePassed(Phontome pt) private void start() private void updateEnvionment() private void initialiseEnv() private event updateView() private collision(phontome pt, list<obstacles> ob_list) } @enduml
false
true
false
false
class
57351e2ac652c32e84075891eac987e2442f8a4f
68e6169d299ad4315c20e65ff75bc2a427784b69
/uml/paquetes.plantuml
8ef121a2e81f73db51f947954a35a192481d4434
[]
no_license
jrgallego21/sopaLetras
f3f53240adc1fc6650db592516d6c2e921f8a3cf
c84409b5322efe69497a0d2b6f03ad84cb67cfcc
refs/heads/main
2023-05-23T09:29:16.987774
2021-06-11T01:56:26
2021-06-11T01:56:26
375,226,604
0
0
null
null
null
null
UTF-8
PlantUML
false
false
944
plantuml
@startuml diagrama_paquetes ' https://plantuml.com/es/ package "vendor" { [kint-php/kint] [phpunit/phpunit] [guzzlehttp/guzzle] [monolog/monolog] [dompdf/dompdf] [twig/twig] [symplify/easy-coding-standard] [illuminate/database] [Autoload] #Yellow } package "Entidades" { [Juego] [Tablero] [Palabra] [CargarPalabra] [ValidarCargarPalabra] [Movimiento] [ValidarMomiento] [TipoMovimiento] } package "Controlador" { [ControladorJuego] [ControladorTablero] [ControladorPalabra] [ControladorMovimiento] [ControladorTipoMovimiento] } package "Vista" { [VistaJuego] [TableroTablero] [VistaPalabra] [VistaMovimiento] [VistaTipoMovimiento] } database "Postgres" { frame "sopa de letras" { [SopaDeLetras] } } [ControladorJuego] -left-> [Autoload] [ControladorJuego] -right-> [Juego] [ControladorJuego] -right-> [VistaJuego] [illuminate/database] -up-> [SopaDeLetras] @enduml
false
true
false
false
sequence
75c15dca324e68d03d6f37221e8c834400a1cc20
90696609384bca174520e749760921983d3c5d26
/app/src/main/java/com/code/group3finalproject/APIEndPoints/APIEndPoints.plantuml
2a881e5dc87587761b643b74da884e66bbf3a597
[]
no_license
guer1830/Group3FinalProject
b66e799ad3296bf6914f271239c349bdd58a026a
9a1cf7205e283cc13ccc14913463438390a62ed9
refs/heads/master
2023-07-01T10:51:46.699456
2021-08-08T17:54:34
2021-08-08T17:54:34
373,564,181
0
0
null
2021-08-07T05:21:36
2021-06-03T15:56:15
Java
UTF-8
PlantUML
false
false
844
plantuml
@startuml title __APIENDPOINTS's Class Diagram__\n namespace com.code.group3finalproject { namespace APIEndPoints { class com.code.group3finalproject.APIEndPoints.QuoteAPIEndPoint { ~ mPriceText : TextView - mAPIKey : String - mQuoteURL : String - mSymbol : String - stockPrice : String + QuoteAPIEndPoint() + getAPIKey() + getSymbol() + setAPIKey() + setSymbol() # doInBackground() # onPostExecute() } } } com.code.group3finalproject.APIEndPoints.QuoteAPIEndPoint -up-|> android.os.AsyncTask 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
false
true
false
false
class
d008513402d60cfe4541d4eb8b3f9c4fe7dbdd7e
b70a5a3c89608492db88d6ca84f4ef94443ade62
/uml/mr-master-state-machine.puml
9fd9ebe1845047701094f4b86facc7d3dd947234
[]
no_license
ChocoCLv/ChocoCLv.github.io
9f8b5e7792afcc63aa0497ce901d8ea0421d22e1
de70ff212e5d4dd8a925178b344953b9195ca92e
refs/heads/master
2020-07-26T23:03:30.315711
2020-06-30T07:42:49
2020-06-30T07:42:49
112,202,049
2
0
null
null
null
null
UTF-8
PlantUML
false
false
56
puml
@startuml hide empty description [*] --> Master @enduml
false
true
false
false
state
90a4b79cd017ba606fcab2f551d779396e61bbfe
84d49c29cfedd2d78f8d4381859b6e48d20b3509
/sequence_diagram_wiki_list.puml
6de1c07e42a153a85786545d5951c8c4d62827a0
[]
no_license
poznas/hydra-aimo
9e79ff6a0ff4a38871815bdd4ee33435a1a43c31
e1497ee5e689e8d9f81f4c2e989924e2c355ace3
refs/heads/master
2020-04-14T00:45:27.398473
2019-01-21T12:25:05
2019-01-21T12:25:05
163,541,573
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,169
puml
@startuml actor User boundary WikiScreen database AsyncStorage control BearerFilter control HydraController control WikiService control HydraRepository database DB box "Client" #LightBlue participant WikiScreen participant AsyncStorage end box box "Server" #Pink control BearerFilter control HydraController control WikiService control HydraRepository end box box "Model" #Orange participant DB end box User -> WikiScreen : navigateToWikiScreen() activate WikiScreen group DECORATE REQUEST WITH JWT TOKEN WikiScreen -> AsyncStorage : getJwtToken() activate AsyncStorage AsyncStorage --> WikiScreen : jwtToken note right Currently logged in user jwt token. Retrieved from server after successful sign in **(UC_1)**. end note deactivate AsyncStorage WikiScreen -> WikiScreen : decorateRequestHeaders() end WikiScreen -> BearerFilter : **GET /wiki/entries** (token) activate BearerFilter group VALIDATE USER TOKEN BearerFilter -> BearerFilter : validateJwtToken(request) alt token is not valid BearerFilter --> WikiScreen : error message deactivate BearerFilter WikiScreen -> WikiScreen : showErrorMessage() WikiScreen -> WikiScreen : navigateToLoginScreen() ref over WikiScreen : **UC_1** else token is valid note right of BearerFilter userId decoded from token end note activate BearerFilter BearerFilter -> BearerFilter : decorateRequestWithUserId() BearerFilter -> HydraController : << forward request >> activate HydraController deactivate BearerFilter end alt end HydraController -> WikiService : getWikiEntries() activate WikiService WikiService -> HydraRepository : getWikiEntries() activate HydraRepository HydraRepository -> DB activate DB DB --> HydraRepository deactivate DB HydraRepository --> WikiService : List<Information> deactivate HydraRepository WikiService --> HydraController : List<Information> deactivate WikiService HydraController --> WikiScreen : List<Information> deactivate HydraController WikiScreen -> WikiScreen : renderWikiEntries() @enduml
false
true
false
false
usecase
e15af1c0c7a1600d90f60dfa81de4f64544db4e5
967db7f88bdf0e5cb8feca9571b9e85175f7bcc8
/docs/Solution/Control/Security/Detection/UseCases.puml
ca1c63b25a6c29f3d61300c296c49aba6d59abe5
[]
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
272
puml
@startuml rectangle "Diagram TBD" @enduml left to right direction actor :User: <<Person>> actor :SubSystem: <<Person>> rectangle "Security/Detection" #lightBlue { UseCase UC1 as "Use Case1" UseCase UC2 as "Use Case2" User --> UC1 UC1 --> UC2 UC2 --> SubSystem }
false
true
false
false
usecase
1bb16341211fe50946758b4c1b28a0cdef0ef4b7
58f5766244826918a3cf79312f861f76c5aa6f7d
/Documents/uml/Bindings/DelegateCommand.puml
c1ff7d50b0f5bf9cfef6fff37e5aa80e54bd8200
[ "MIT" ]
permissive
BillKrat/CsvEditSharp
3835aa9d7955a33830be47b044d3c05763c68dff
a91334a8aa1b08c4f7fe38116892b088e92d4da4
refs/heads/master
2022-01-28T15:31:06.719793
2019-07-28T11:39:25
2019-07-28T11:39:25
198,216,226
0
1
MIT
2019-07-22T12:10:45
2019-07-22T12:10:44
null
UTF-8
PlantUML
false
false
232
puml
@startuml class DelegateCommand { + DelegateCommand(execute:Action<object>, canExecute:Func<object, bool>) + CanExecute(parameter:object) : bool + Execute(parameter:object) : void } ICommand <|-- DelegateCommand @enduml
false
true
false
false
class
ea3fbfd325c23008668d630c1393bcf37c4ab6ab
84039bf9a80039400f9dcfe303222145ca354e10
/puml/CareCommunicationCommunication.puml
d57c834ec7edefeaaa4280ade3194d919d8b42dd
[ "MIT" ]
permissive
tmsMedcom/dk-medcom
d570d7aa5842ec50f19c594113568e88dbcb67b8
6ecf74788e2839327015e569fd06de93e41aa9d8
refs/heads/master
2023-06-12T07:42:56.063194
2021-06-29T08:28:01
2021-06-29T08:28:01
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
651
puml
@startuml CareCommunicationCommunication hide empty members class "MedComCareCommunication" as communication class "MedComCorePatient" as patient class "MedComCoreEncounter" as encounter class "Organization" as recipientOrganization class "PractitionerRole" as recipientRole class "Practitioner" as author communication -- patient : "subject" communication -- encounter communication --"0..1" recipientOrganization : "sender" communication --"0..1" recipientRole : "sender" communication --"*" recipientOrganization : "recipient" communication --"*" recipientRole : "recipient" communication --"1...*" author : "author" patient - encounter @enduml
false
true
false
false
class
624f2278af3adf4d0311a421309d598aea5e1fd3
828c82c547b87b537d134ca535887f866120962a
/exercise43/Solution43.puml
26b2cb8527fbbfd058eb469f00c01efb51d0d565
[]
no_license
dbattles2001/battles-a04
eded7544940f5d7f7b92ec740a0204934035a284
db3e02e8d78b9dbe110d336a529d732d9a9b50ab
refs/heads/main
2023-08-22T10:44:36.920771
2021-10-17T14:37:41
2021-10-17T14:37:41
417,545,336
0
0
null
null
null
null
UTF-8
PlantUML
false
false
211
puml
@startuml 'https://plantuml.com/class-diagram class Solution43 { +main() WebsiteGenerator d } class WebsiteGenerator { String path +createWebsite(String websiteName) } Solution43 --o WebsiteGenerator @enduml
false
true
false
false
class