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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
03614b53d8856cfbfcf96d70ab7e0b1efbc34472 | f1cbfce2cd9914fdab33210429a8d12cdae07015 | /asciidocs-slides/plantuml/pipeline.puml | b4a8448f95ddf7f7515af4002ea8a989fcce3efd | [] | no_license | chrissyraffeiner/leo-database-learner-slides | 7498e5d54b572c06efde05963a7a031d1fe8cb16 | 43ea1eb1e5af4676081f294dac0825800f39addc | refs/heads/main | 2023-08-19T22:41:09.045811 | 2021-10-22T07:10:15 | 2021-10-22T07:10:15 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 397 | puml | @startuml
left to right direction
rectangle "IDE" as ide {
file "java-code" as code
}
database "git-repo" as gitrepo
node "gh-build-server" <<ubuntu>> as ghserver {
artifact ".jar-file" as ghjar
}
node "remote-server" <<ubuntu>> as remoteserver {
artifact ".jar-file" as remotejar
}
code --> gitrepo
gitrepo --> ghjar : triggered by push
ghjar --> remotejar : gh-actions (.yml))
@enduml | false | true | false | false | sequence |
26ea121043cdfcac8d91783e511aff5580fbca86 | f67714e1555685ac1ce619b530a64220936e880a | /data/Klassendiagramm.puml | 8e3aa8360b4c449e74a8a7ca9c9c7b340dc37d3c | [] | no_license | eisler/isms | 75b0b1b421cad54e927952512cb31c55ae6a963b | e2a775d1e20cc6ec955825aa030927d7f2772792 | refs/heads/master | 2023-01-29T18:33:17.858045 | 2020-12-16T13:53:40 | 2020-12-16T13:53:40 | 298,498,741 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 910 | puml | @startuml
Organisation -* Personal : ist Mitglied von <
Prozess *- Informationen : benötigt >
Prozess *- Organisation : wird durchgeführt von >
Prozess *- Anwendung : wird durchgeführt von >
Organisation *- "IT-System" : nutzt/wartet >
Organisation *- "IOT-System" : nutzt/wartet >
Organisation *- "ICS-System" : nutzt/wartet >
Organisation *- Anwendung : nutzt/wartet >
Organisation *- Raum : arbeitet in >
Anwendung *- "IT-System" : wird betrieben auf >
Anwendung *- "IOT-System" : wird betrieben auf >
Anwendung *- "ICS-System" : wird betrieben auf >
"IT-System" *- Raum : steht in >
"IOT-System" *- Raum : steht in >
"ICS-System" *- Raum : steht in >
"IT-System" *- Netze : kommuniziert über >
"IOT-System" *- Netze : kommuniziert über >
"ICS-System" *- Netze : kommuniziert über >
Raum *- Gebäude : ist in >
Gebäude *- Standort : steht in >
class Vorfälle
class Aufzeichnungen
@enduml
| false | true | true | false | class |
25c5b6339278d4ff0bb6c48f8042f9556cceedbd | 7fe38b028e4a091f048e35dcd448834ed7b52aa3 | /TD5.2.Plantuml | db753d5f5f2f79e43c5b44d433a6ca00f096ec20 | [
"MIT"
] | permissive | IUT-Blagnac/bcoo-Yannis-TUDELA | 7cd3bfe4875604f73294844e4616cc6786baee1c | 1da6d985da5e6bc5b55050d4d2038b49eb82fd8e | refs/heads/main | 2023-04-13T17:39:28.009468 | 2021-04-27T13:58:13 | 2021-04-27T13:58:13 | 335,632,261 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 818 | plantuml | @startuml
'autonumber
hide footbox
participant A as ":Client"
participant B as ":Caissier"
participant C as ":Caisse"
A -> B: step
activate B
participant Tapis as ":Tapis"
A -> Tapis: deposerArticles
activate Tapis
loop "Pour chaque article a"
B -> Tapis: prendreArticle
B -> C: scan(a)
activate C
participant Article as "a:Article"
par
C --> Article: getPrix()
C --> Article: getLibellé()
else
opt "qté > 1"
B -> C:saisir(Qte)
end
end
C --> A: prix et libellé
C --> B: prix et libellé
C -> C: montantTotal += prix * qté
end
B -> C: fin
C --> B: montant total
B --> A: montant total
A -> B: paiement en liquide (s)
B -> C: encaisser (s)
C --> B: reste à rendre
B -> A: rendre reste
C -> C: Enregistrement
C --> B: impression ticket
B --> A: Donne Ticket de caisse
@enduml
| false | true | true | false | sequence |
102ae556cd18290a4b607422cf2afedb99516757 | 30a76b74b86a91b5b8e6b10a60085bbaca3151bc | /src/strategy/strategy.plantuml | 90f561e5689a0a2978dded7183fdee08bf91a3df | [] | no_license | huynh91/DesignPatterns | 09a48d300593b6dfb85d579155bad627f409ff92 | f47830382ccb6297b4678a2e670b2ca093ca4493 | refs/heads/master | 2020-04-10T16:36:37.977207 | 2018-12-10T12:22:31 | 2018-12-10T12:22:31 | 161,150,654 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,604 | plantuml | @startuml
title __STRATEGY's Class Diagram__\n
package strategy {
abstract class Duck {
+ fly()
+ quack()
{abstract} + display()
+ swim()
+ setFlyBehavior()
+ setQuackBehavior()
}
}
package strategy {
class DuckSim {
{static} + main()
}
}
package strategy {
interface FlyBehavior {
{abstract} + fly()
}
}
package strategy {
class FlyNoWay {
+ fly()
}
}
package strategy {
class FlyWithWings {
+ fly()
}
}
package strategy {
class MallardDuck {
+ MallardDuck()
+ display()
}
}
package strategy {
class ModelDuck {
+ ModelDuck()
+ display()
}
}
package strategy {
class MuteQuack {
+ quack()
}
}
package strategy {
class Quack {
+ quack()
}
}
package strategy {
interface QuackBehavior {
{abstract} + quack()
}
}
package strategy {
class RocketFly {
+ fly()
}
}
package strategy {
class RubberDuck {
+ RubberDuck()
+ display()
}
}
package strategy {
class Squeak {
+ quack()
}
}
Duck o-- FlyBehavior : flyBehavior
Duck o-- QuackBehavior : quackBehavior
FlyNoWay -up-|> FlyBehavior
FlyWithWings -up-|> FlyBehavior
MallardDuck -up-|> Duck
ModelDuck -up-|> Duck
MuteQuack -up-|> QuackBehavior
Quack -up-|> QuackBehavior
RocketFly -up-|> FlyBehavior
RubberDuck -up-|> Duck
Squeak -up-|> QuackBehavior
@enduml
| false | true | false | false | class |
2b67fee34b0a46523faad151b921b6c1aa1670c6 | 519ad30df70a1b8fdc13ab89b8f577c9ded0155d | /auth/session-workflow.puml | 2ec9b501269dfc36211bfcc02364f9727d7440a1 | [
"MIT"
] | permissive | melissa-24/node-auth1-guided | f353434cbbb79da4485aa2089b47c8c258ba9423 | 66a35651693125ecf48b296a31488252974d7930 | refs/heads/main | 2022-11-29T21:17:08.469152 | 2020-08-14T14:23:39 | 2020-08-14T14:23:39 | 285,144,039 | 0 | 0 | MIT | 2020-08-14T14:23:40 | 2020-08-05T01:23:51 | null | UTF-8 | PlantUML | false | false | 572 | puml | @startuml session_workflow
actor client
participant server
participant datastore
note over datastore
The datastore could be a database
or in memory... for now, it is
in memory. Restarting the server
will wipe your session(s).
end note
client -> server : send credentials
server -> server : verify credentials
server -> datastore : create session
server -> client : send session ID cookie
client -> client : store session ID cookie
client -> server : api request (with cookie)
server -> datastore : verify cookie and session
server -> client : respond to request
@enduml | false | true | false | false | usecase |
1d167db6014c6295e1e5f82609b15f418dc37a29 | 461901a377b07e8d699ab4afb6e7488f14143a55 | /src/com/wsh/pattern/uml/composition/composition1.puml | ae7763a0fa0a1837b861b3ccdd400eea5cdfd6a1 | [] | no_license | wushanghui/project | 7009bd5fb484422d6e404483f9b9b2bd1e03f379 | 81f7d061ed471ae03ff5d33756ce23efa473a37a | refs/heads/master | 2020-06-17T18:34:13.378885 | 2019-10-07T14:35:35 | 2019-10-07T14:35:35 | 192,837,011 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 155 | puml | @startuml
class Head
class IDCard
class Person
Person o-- IDCard
Person *-- Head
class Person {
-card: IDCard
{field}-head: Head = new Head()
}
@enduml | false | true | false | false | class |
f6c7c09aa2dcc27609b6b354fed9932487c6931d | 7e2871c5edbab944c09ac6e3cea8005c757228e1 | /uml/StateMachine/JobOrdererStateMachine.plantuml | 8c85138d61802eb8766b4c1d333c213302108c62 | [
"Apache-2.0"
] | permissive | yashlala/junknet | a2f87b39788d0c2618d94f95d3fdc40cea2fed61 | 2d1a4246c1b9634c19eae7a599dd1ae0d5dec228 | refs/heads/master | 2023-03-18T13:34:57.031817 | 2021-03-08T07:56:28 | 2021-03-08T07:56:28 | 345,901,835 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,022 | plantuml | @startuml JobOrdererStateMachine
[*] --> Initialized
Initialized: entry [root jobs provided]
Initialized: do /BFS using root jobs to initialize sources, nonSources, and inProgress
Initialized --> Ready: sources.length > 0
Initialized --> [*]: sources.length == 0 /throw error
Ready: do /wait for requests
Ready --> CheckingJobs: job requested
Ready --> UpdatingJobs: job reported completed [job exists in graph]\n/remove job from inProgress and update its dependents in nonSources
Ready --> UpdatingJobs: job reported failed [job exists in graph]\n/move job from inProgress to sources
CheckingJobs: do /check sources for runnable jobs
CheckingJobs --> Ready: sources contains runnable job /return job
CheckingJobs --> Ready: sources does not contain runnable Job\n/return null
UpdatingJobs --> Ready: not all jobs are done\n[sources, nonSources, or inProgress is not empty]
UpdatingJobs --> Finished: all jobs are done\n[sources, nonSources, and inProgress are empty]
Finished: do /report finished if asked
@enduml
| false | true | false | false | sequence |
23ca9ecf47c36c107c9fe1980e4fc7e3de6c007f | c85d255daca76e76b7073e0a288849be195b214e | /app/src/main/java/com/architectica/socialcomponents/managers/listeners/listeners.plantuml | 01076cf75a0d95131a2074bd1137a2d978c9a0ba | [
"Apache-2.0"
] | permissive | AryaAshish/Archcrony | 75bb4646d938b2da11721aff0dde11ad49f4a357 | 3cf972c48e900d513d53ebed857373741c1969b5 | refs/heads/master | 2020-04-29T12:34:32.168647 | 2019-08-01T12:56:05 | 2019-08-01T12:56:05 | 176,141,477 | 1 | 3 | Apache-2.0 | 2019-08-01T12:56:06 | 2019-03-17T18:16:12 | Java | UTF-8 | PlantUML | false | false | 3,492 | plantuml | @startuml
title __LISTENERS's Class Diagram__\n
namespace com.architectica.socialcomponents {
namespace managers {
namespace listeners {
interface com.architectica.socialcomponents.managers.listeners.OnCountChangedListener {
{abstract} + onCountChanged()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace managers {
namespace listeners {
interface com.architectica.socialcomponents.managers.listeners.OnDataChangedListener {
{abstract} + onListChanged()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace managers {
namespace listeners {
interface com.architectica.socialcomponents.managers.listeners.OnObjectChangedListener {
{abstract} + onError()
{abstract} + onObjectChanged()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace managers {
namespace listeners {
abstract class com.architectica.socialcomponents.managers.listeners.OnObjectChangedListenerSimple {
+ onError()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace managers {
namespace listeners {
interface com.architectica.socialcomponents.managers.listeners.OnObjectExistListener {
{abstract} + onDataChanged()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace managers {
namespace listeners {
interface com.architectica.socialcomponents.managers.listeners.OnPostChangedListener {
{abstract} + onError()
{abstract} + onObjectChanged()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace managers {
namespace listeners {
interface com.architectica.socialcomponents.managers.listeners.OnPostCreatedListener {
{abstract} + onPostSaved()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace managers {
namespace listeners {
interface com.architectica.socialcomponents.managers.listeners.OnPostListChangedListener {
{abstract} + onCanceled()
{abstract} + onListChanged()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace managers {
namespace listeners {
interface com.architectica.socialcomponents.managers.listeners.OnProfileCreatedListener {
{abstract} + onProfileCreated()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace managers {
namespace listeners {
interface com.architectica.socialcomponents.managers.listeners.OnRequestComplete {
{abstract} + onComplete()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace managers {
namespace listeners {
interface com.architectica.socialcomponents.managers.listeners.OnTaskCompleteListener {
{abstract} + onTaskComplete()
}
}
}
}
com.architectica.socialcomponents.managers.listeners.OnObjectChangedListenerSimple .up.|> com.architectica.socialcomponents.managers.listeners.OnObjectChangedListener
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 |
0de934160848130a41fd4dfdee9be49649f4588a | 6e29d893e7deebb9339dd5515195d7e510aba402 | /Documentação/Sprint 3/UC10_B_Seriar_Candidaturas_(automaticamente)/UC10_B_Seriar_Candidaturas_(automaticamente)_Diagrama_Classes.puml | d849edca05eb55814a6973df0d20c1adc6969106 | [] | no_license | blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2 | 3a257326461907780a503165042584c5b7a8e535 | 95c31675e9008e961f00b177d6814046a72b577c | refs/heads/main | 2023-03-18T20:54:48.147868 | 2021-03-21T20:10:16 | 2021-03-21T20:10:16 | 331,623,577 | 0 | 2 | null | 2021-03-21T20:10:17 | 2021-01-21T12:38:14 | Java | UTF-8 | PlantUML | false | false | 1,468 | puml | @startuml
title UC10-B - Seriar Candidaturas de Anúncios (automaticamente)
left to right direction
class Colaborador {
-String nome
-Email email
-String funcao
-String telefone
}
class RepositorioAnuncio{
}
class RepositorioCandidatura {
}
class RepositorioClassificacao{
--
-saveClassificacaoAutomatica(idAnuncio)
}
class RepositorioSeriacao{
--
-saveSeriacao(idAnuncio, dataSeriacao, listaCandidaturasSeriadas(idAnuncio))
}
class UC10_UI{
--
-getAllAnunciosASeriar(emailColaborador, idRegimentoAutomatico)
-listaAnunciosASeriar(emailColaborador, idRegimentoAutomatico)
-getAllCandidaturas(idAnuncio)
-listaCandidaturas(idAnuncio)
-saveClassificacaoAutomatica(idAnuncio)
-listaCandidaturasSeriadas(idAnuncio)
-saveSeriacao(idAnuncio, dataSeriacao, listaCandidaturasSeriadas(idAnuncio))
}
class UC10_CTRL{
--
-getAllAnunciosASeriar(emailColaborador, idRegimentoManual)
-listaAnunciosASeriar(emailColaborador, idRegimentoManual)
-getAllCandidaturas(idAnuncio)
-listaCandidaturas(idAnuncio)
-saveClassificacaoAutomatica(idAnuncio)
-listaCandidaturasSeriadas(idAnuncio)
-saveSeriacao(idAnuncio, dataSeriacao, listaCandidaturasSeriadas(idAnuncio))
}
Colaborador ..> UC10_UI
UC10_UI ..> UC10_CTRL
UC10_CTRL ..> RepositorioAnuncio
UC10_CTRL ..> RepositorioCandidatura
UC10_CTRL ..> RepositorioClassificacao
UC10_CTRL ..> RepositorioSeriacao
@enduml | false | true | true | false | class |
a38941ce5073941dbc20e0d74e06dbc4d01aa3fd | ee96a70918e886f49a11a2646742ecd0615cd83d | /src/diagrams/util/parser/Parsers.puml | 90f19f224ac40fcd2beb9fd5976d0ed260fe9277 | [
"MIT"
] | permissive | DorinR/Politisense | 675c8138b8e768d3962759c8a52c15dfd3b42756 | 921e9ab04b378ebe341186d32e5c9522cab624b6 | refs/heads/master | 2023-01-23T12:20:29.224166 | 2020-04-12T00:42:39 | 2020-04-12T00:42:39 | 317,986,401 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,011 | puml | @startuml
class Error <<E, yellow>>
package Firebase #e0e0d1 {
package Models #e0e0d1 {
class Model
class VoteRecord
class Vote
class Role
class Politician
class LegislativeActivity
}
package Builders #e0e0d1 {
class VoteRecordBuilder
class VoteParticipantBuilder
class RoleBuilder
class BillBuilder
}
}
package Parsers #e0e0d1 {
abstract class XmlDataParser<T extends Model> {
- xml: String
- $: cheerio::Parser
+ XmlDataParser(xml: String): XmlDataParser
+ xmlToJson(void) : T
+ getAllFromXml(onlyFromListTag: Boolean) : Array<T>
+ isTagInXml(tag: String) : Boolean
+ hasData(void) : Boolean
+ hasListOfData(void) : Boolean
+ formatXmlDate(xmlDate: String) : String
# getDataInTag(tag: String, allowMissingTag: Boolean) : String
# getXmlInTag(tag: String, allowMissingTag: Boolean) : String
# getDataInAttribute(tag: String, attribute: String, allowMissingTag: Boolean) : String
{abstract} # tagName(void) : String
{abstract} # listTagName(void) : String
{abstract} # generateNewParser(xml: String) : XmlDataParser
# passesFilters(void) : Boolean
# buildJson(void) : T
}
XmlDataParser --> Models
XmlDataParser --> Builders
XmlDataParser --> DataNotFoundError
class DataNotFoundError extends Error {
- message: String
- name: String
+ DataNotFoundError(message: String): DataNotFoundError
}
class ParliamentNotSetError extends Error {
- message: String
- name: String
+ ParliamentNotSetError(message: String): ParliamentNotSetError
}
class VoteXmlParser extends XmlDataParser {
+ VoteXmlParser(xml: String, currentParliament: Boolean): VoteXmlParser
# tagName(void) : String
# listTagName(void) : String
# generateNewParser(xml: String) : VoteXmlParser
# buildJson(void) : VoteRecord
- isInCurrentParliament(void) : Boolean
- isFinalDecision(void) : Boolean
}
class VoteParticipantXmlParser extends XmlDataParser {
+ VoteParticipantXmlParser(xml: String, id: String): VoteParticipantXmlParser
# tagName(void) : String
# listTagName(void) : String
# generateNewParser(xml: String) : VoteParticipantXmlParser
# buildJson(void) : VoteRecord
}
class RoleXmlParser extends XmlDataParser {
+ RoleXmlParser(xml: String): RoleXmlParser
+ hasData(void) : Boolean
# tagName(void) : String
# listTagName(void) : String
# generateNewParser(xml: String) : RoleXmlParser
# buildJson(void) : Object
}
RoleXmlParser --> ParliamentaryRoleXmlParser
RoleXmlParser --> CommitteeRoleXmlParser
RoleXmlParser --> AssociationRoleXmlParser
class ParliamentaryRoleXmlParser extends XmlDataParser {
- id: String
+ ParliamentaryRoleXmlParser(xml: String, id: String): ParliamentaryRoleXmlParser
+ hasData(void) : Boolean
# tagName(void) : String
# listTagName(void) : String
# generateNewParser(xml: String) : ParliamentaryRoleXmlParser
# buildJson(void) : Role
}
class CommitteeRoleXmlParser extends XmlDataParser {
- id: String
+ CommitteeRoleXmlParser(xml: String, id: String): CommitteeRoleXmlParser
+ hasData(void) : Boolean
# tagName(void) : String
# listTagName(void) : String
# generateNewParser(xml: String) : CommitteeRoleXmlParser
# buildJson(void) : Role
}
class AssociationRoleXmlParser extends XmlDataParser {
- id: String
+ AssociationRoleXmlParser(xml: String, id: String): AssociationRoleXmlParser
+ hasData(void) : Boolean
# tagName(void) : String
# listTagName(void) : String
# generateNewParser(xml: String) : AssociationRoleXmlParser
# buildJson(void) : Role
}
class MpXmlParser extends XmlDataParser {
- mustBeACurrentMember: Boolean
+ MpXmlParser(xml: String, mustBeACurrentMember: Boolean): MpXmlParser
+ hasData(void) : Boolean
# tagName(void) : String
# listTagName(void) : String
# generateNewParser(xml: String) : MpXmlParser
# buildJson(void) : Role
# passesFilters(void) : Boolean
- isACurrentMember(void) : Boolean
}
class BillXmlParser extends XmlDataParser {
+ BillXmlParser(xml: String, filters: Object, currentParliament: Boolean): BillXmlParser
# tagName(void) : String
# listTagName(void) : String
# generateNewParser(xml: String) : BillXmlParser
# buildJson(void) : VoteRecord
# passesFilters(void) : Boolean
- isInCurrentParliament(void) : Boolean
- getLinkToBillText(void) : String
- getPublicationUrlPath(publication: String) : String
- hasRoyalAssent(void) : Boolean
}
class LegislativeActivityXmlParser extends XmlDataParser {
-parser: _LegislativeActivityXmlParser
+ LegislativeActivityXmlParser(xml: String): LegislativeActivityXmlParser
# tagName(void) : String
# listTagName(void) : String
+ getAllFromXml(onlyFromListTag: Boolean) : Array<LegislativeActivity>
+ hasData(void) : Boolean
# buildJson(void) : LegislativeActivity
# generateNewParser(xml: String) : LegislativeActivityXmlParser
}
LegislativeActivityXmlParser --> _LegislativeActivityXmlParser
class _LegislativeActivityXmlParser extends XmlDataParser {
+ _LegislativeActivityXmlParser(xml: String): _LegislativeActivityXmlParser
# tagName(void) : String
# listTagName(void) : String
+ hasData(void) : Boolean
# buildJson(void) : LegislativeActivity
# generateNewParser(xml: String) : _LegislativeActivityXmlParser
}
}
@enduml | false | true | false | false | class |
e57d28c046a3eb9ebc147bced72f76e31640721f | 2c50e2c92ea1e2fa53f9c3f1871b9163c61a2e00 | /EyeOfBeholder.Uml.Tests/testData/Realization.puml | fe535bf307f61b5692e676d1471789da255d2a2b | [] | no_license | piotr-polanski/EyeOfBeholder | 20a4cb3b15232bebc87793b2dc7e9412da9042c8 | 2222d267e565674084ce69c47bd039f492b878df | refs/heads/develop | 2021-03-19T16:51:42.063522 | 2017-06-06T07:33:55 | 2017-06-06T07:33:55 | 76,058,352 | 0 | 0 | null | 2016-12-10T09:42:41 | 2016-12-09T17:59:58 | C# | UTF-8 | PlantUML | false | false | 112 | puml | @startuml
class InterfaceRealization {
}
interface Interface
Interface <|.. InterfaceRealization
@enduml | false | true | true | false | class |
43163546c6d83bed6a155d26a899f8516945e220 | 89634bb006a9df141b85b9d653ed3f9036cebe42 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-content-productstream.puml | 17561840387d2cce0ca557d2904e33804510b208 | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | 8mylez/platform | a3290e4e2294dd9d21def95a90c28951084c3a93 | 14c3bc69c720e82f0d5e4ffc70af5ded2e13efc9 | refs/heads/master | 2021-01-13T23:30:54.500566 | 2020-09-18T07:06:25 | 2020-09-18T07:06:25 | 296,546,535 | 1 | 1 | MIT | 2020-09-18T07:27:12 | 2020-09-18T07:27:11 | null | UTF-8 | PlantUML | false | false | 3,295 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreContentProductStreamProductStreamDefinition, "product_stream\n(Product streams)") {
primary_key(id) id
apiFilter json
invalid bool
name translated
description translated
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition, "product_stream_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(productStreamId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition, "product_stream_filter\n(A Product stream filter term)") {
primary_key(id) id
not_null(productStreamId) foreignKey
parentId parentFk
not_null(type) string
field string
operator string
value longText
parameters json
position int
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
ForeignTable(ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition, "product_cross_selling") {
}
ForeignTable(ShopwareCoreContentProductExportProductExportDefinition, "product_export") {
}
ForeignTable(ShopwareCoreContentCategoryCategoryDefinition, "category") {
}
ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") {
}
' relationshipd
ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition
ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition
ShopwareCoreContentProductStreamProductStreamDefinition --> ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition
ShopwareCoreContentProductStreamProductStreamDefinition --> ShopwareCoreContentProductExportProductExportDefinition
ShopwareCoreContentProductStreamProductStreamDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition --> ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition
@enduml
| false | true | false | false | uml-unknown |
d614a1e264a93db5f5f91443faed338d40d2edd4 | d6342e2d3295115ab9c6619dae6e098d93094ac8 | /docs/syncleInfra.puml | dc936cffc605a37e7b7c685674a863d16a7c43f4 | [] | no_license | ryota0624/react-native-sample | 85d3fce5a72100b134e0512b073224bb11bef0b5 | 5800e65b3104f7d2a316b65518508906e5625007 | refs/heads/master | 2021-03-27T20:16:27.890746 | 2017-06-18T23:41:31 | 2017-06-18T23:41:31 | 92,147,074 | 0 | 0 | null | 2017-06-18T23:41:31 | 2017-05-23T08:14:42 | TypeScript | UTF-8 | PlantUML | false | false | 303 | puml | @startuml
class Application {
state: State
}
class State
interface View {
render(viewModel)
}
class ReactNative implements View {
render(viewModel)
}
interface Repository {
}
class Adaptor implements Repository {
}
View <- Application : use
Repository <- Application : use
@enduml | false | true | false | false | state |
4ad9af21b1eaf5c0715250d1a7fd7ee75d60900d | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/ApplicationsEnvironmentsTest.puml | 36a64a49aa13196e059982f1cf453db3482bcffe | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 352 | puml | @startuml
left to right direction
Actor Dev
package "Test" #lightblue {
component NodeJS1 #lightgreen
component NodeJS2 #lightgreen
component "NodeJS Worker 1" #lightgreen
component "NodeJS Worker 2" #lightgreen
component MongoDB1 #pink
component MongoDB2 #pink
component Redis1 #orange
component Redis2 #orange
}
Dev --> Test
@endum
| false | true | false | false | sequence |
0c84ed86d1f3c61f619c2a09a8aacb539f8a908f | 44ae64e360f47faa5ea2e79f519d38cc037552a4 | /Mastermind.puml | f85e5b2b9f5e55519a0b04cbe776b5dc02b6bf88 | [] | no_license | Master-Desarrollo-20-21/ejercicio-2-modelo-de-dominio-mastermind-JoaquinRamos | 424478b2ae9b921c19cae6e4f5c3230fbbfcbf73 | 535540ce5af06278ee5c3e6cbe0d0ebf3cc071f0 | refs/heads/main | 2023-01-28T01:14:36.778444 | 2020-12-05T17:43:48 | 2020-12-05T17:43:48 | 309,685,086 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,086 | puml |
@startuml name Mastermind_JoaquinRamos
Mastermind *-down-> "2" Jugador
Mastermind *-down- Tablero
Mastermind *-down-> Turno
Jugador <|-down- Maestro
Jugador <|-down- Adivinador
Turno --> "2" Jugador
Tablero *-- CombinaciónSecreta
Tablero --> "0..10" CombinaciónPropuesta
Tablero --> "1..10" ComprobarCombinación
CombinaciónSecreta-up-|> Combinación
CombinaciónPropuesta -up-|> Combinación
Maestro --> ElegirCombinaciónSecreta
ElegirCombinaciónSecreta --> CombinaciónSecreta
Adivinador-->"1..10" ProponerCombinación
ProponerCombinación --> CombinaciónPropuesta
ComprobarCombinación --> CombinaciónSecreta
ComprobarCombinación --> CombinaciónPropuesta
ComprobarCombinación --> Resultado
Resultado *--> "0..4" FichitasNegras
Resultado *--> "0..4" FichitasBlancas
ResultadoFinal -up-|> Resultado
Combinación *--> "4" Posición
Posición *--> Color
FichitasNegras *--> Posición
Verde -up-|> Color
Rojo -up-|> Color
Azul -up-|> Color
Amarilla -up-|> Color
Rosas -up-|> Color
Violeta -up-|> Color
@enduml
| false | true | true | false | class |
0a444b95260f8178a449112b2c886a3a5e5af675 | a4728d7562ab47f6d5aca796a7a668850fb2c208 | /docs/diagrams/Pairing.puml | 205a9c346d6ac33e380f06c5021c02609f79ffb0 | [
"Apache-2.0"
] | permissive | jakub-dzon/k4e-agent | 746d02d5d26315273e53a4232ff406d96eb5f760 | cfd15e9849ce7c009c9fc48b3751599683af869b | refs/heads/main | 2023-06-05T02:01:25.910408 | 2021-07-05T12:50:43 | 2021-07-05T12:50:43 | 372,785,965 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 621 | puml | @startuml
'https://plantuml.com/sequence-diagram
title Pairing
autonumber
actor User
User -> Device: Boot k4e device ISO
Device -> User: Up
Device -> Agent: Start agent
Agent -> Device: Up
Agent -> Operator: Send pairing request
Operator -> "EdgeDeviceRequest CR": Create
User -> "EdgeDeviceRequest CR": Approve and assign namespace
Operator -> "EdgeDevice CR": Create
Operator -> OBC: Create Object Bucket Claim for the device data
Operator -> "EdgeDevice CR": Update status with OBC info
Operator -> Agent: Send pairing confirmation
Agent -> Agent: Start processing requests
Agent -> Clock: Start heartbeats
@enduml | false | true | false | false | sequence |
44842f4c1c0aa1faa73ac65474b51eb5ebbb6341 | ba8fb309e22f35423ac57f99496fe980cfb35edd | /sender copy.plantuml | aff7f9c9aa5b2dd1b0ed77f1bf25a62c9a504014 | [] | 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 | 381 | plantuml | @startuml Quvvino
header Quvvino
title Quvvino-integration-sequence
skinparam maxMessageSize 200
skinparam guillemet true
autonumber
actor "User"
participant "Surf"
participant "Debot"
participant "Root"
User --> Surf ++:
Surf --> Debot ++: run debot
Debot --> Debot: check wallet existence
Debot --> Root ++: deploy wallet
Root --> Debot: wallet address
deactivate Root
@enduml | false | true | false | false | sequence |
8feffd598a696d2a32d6d12f322daff7d28a4c1c | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomFieldDateTimeType.puml | 8fcc6df461c8d2435990626799b6d7f329a7ad1d | [] | 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 | 387 | 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 CustomFieldDateTimeType [[CustomFieldDateTimeType.svg]] extends FieldType {
name: String
}
interface FieldType [[FieldType.svg]] {
name: String
}
@enduml
| false | true | false | false | class |
cdf1244aab01ab39505efb93e834383f80624a47 | 2cb0d17b297862de0b2876905bc69fab6a3fda1a | /diagrams/class_diagram/archive/2/taskman past.plantuml | 1aa7daa610d2cf752cb3e0c6f3d9328080462d44 | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | julienbenaouda/projectJJA | 507bd714ec752d41ce1ef2f7fd05104390f34e92 | 9063388043b79e68640379cda5f674df62f76213 | refs/heads/master | 2021-04-27T17:28:29.111045 | 2018-06-14T19:29:11 | 2018-06-14T19:29:11 | 122,321,355 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 13,532 | plantuml | @startuml
title TASKMAN\n
package Frontend {
class Composite {
}
}
package Frontend {
class Form {
}
}
package Frontend {
abstract class GraphicSection {
- title : String
{static} - decoration : String
+ GraphicSection(String title)
+ void show()
{abstract} # void showContent()
# void print(String text)
# void println(String text)
- void printTitle(String text)
# String inputString()
# String inputString(String question)
# String inputValidAnswer(String question, Collection<String> answers)
}
}
package Frontend {
class Info {
}
}
package Frontend {
class Menu {
- names : ArrayList<String>
- actions : ArrayList<GraphicSection
+ Menu(String title)
+ void addOption(String name, GraphicSection action)
# void showContent()
}
}
package Frontend {
class UserInterface {
- Controller controller
+ UserInterface(Controller c)
+ void start()
- void startMenu()
- void login()
- void userCreationMenu()
- void importFromFile()
- void exportToFile()
- void mainMenu()
+ String selectProject()
- void showProjectDetails()
- void createProject()
- void createTask()
- void showSystemTime()
- void advanceSystemTime()
+ void addAlternativeToTask(String name)
+ void addDependencyToTask(String name)
+ void showAvailableTasks(String name)
- HashMap<String, String> fillInTaskUpdateForm()
+ void updateTaskStatus(String name)
- String mapToString(Map<String, String> map)
- void print(String text)
- void println(String text)
- void printTitle(String text)
- String inputString()
- String inputString(String question)
- Integer inputInteger(String question)
- Integer inputIntegerBetween(String question, Integer min, Integer max)
- String inputValidAnswer(String question, Collection<String> answers)
- String[] inputAnswers(String[] questions)
- String[] inputAnswersWithCancel(String[] questions)
- boolean inputCancel()
- Integer inputOption(String[] items)
}
}
package Backend {
class Initiator {
{static} + void main(String[] args)
{static} + void initialize()
}
}
package Backend {
class Controller {
- Clock clock
- UserManager userManager
- ProjectOrganizer projectOrganizer
+ Controller(Clock clock, UserManager userManager, ProjectOrganizer projectOrganizer)
+ String getSystemTime()
+ void updateSystemTime(String newTime)
+ String getCurrentUserName()
+ void createUser(String name, String password, String type)
+ void login(String name, String password)
+ void logout()
+ Collection<String> getProjectNames()
+ String getProjectStatus(String projectname)
+ Map<String, String> getProjectDetails(String name)
+ void createProject(String name, String description, String dueTime)
+ Integer getNumberOfTasks(String projectName)
+ Map<String, String> getTaskDetails(String projectName, Integer taskIndex)
+ void createTask(String projectName, String description, Long estimatedDuration, Double acceptableDeviation)
+ void addAlternativeToTask(String projectName, Integer taskIndex, Integer alternativeTaskIndex)
+ void addDependencyToTask(String projectName, Integer taskIndex, Integer dependencyTaskIndex)
+ void updateTaskStatus(String projectName, Integer taskIndex, String startTime, String endTime, String status)
+ void exportSystem(String path)
{static} + Controller importSystem(String path)
}
}
package Backend {
class Clock {
- time : LocalDateTime
+ LocalDateTime getTime()
+ void updateSystemTime(LocalDateTime newTime)
+ accept(Visitor v)
}
}
package Backend {
class TimeParser {
{static} - DATE_TIME_FORMATTER : DateTimeFormatter
{static} + String convertLocalDateTimeToString(LocalDateTime time)
{static} + LocalDateTime convertStringToLocalDateTime(String time)
}
}
package Backend {
interface Entity {
+ void accept(Visitor v)
}
}
package Backend {
interface Visitor {
+ void visitProject(Project p)
+ void visitTask(Task t)
+ void visitTimeSpan(TimeSpan t)
+ void visitClock(Clock c)
+ void visitUser(User u)
}
}
package Backend {
class DetailVisitor {
- Map<String, String> details
- LocalDateTime currentSystemTime
+ DetailVisitor(LocalDateTime currentSystemTime)
+ getCurrentSystemTime()
- createDetailsMap()
+ Map<String, String> getDetails()
+ void visitProject(Project p)
+ void visitTask(Task t)
+ void visitTimeSpan(TimeSpan t)
+ void visitClock(Clock c)
+ void visitUser(User u)
}
}
package Backend {
class Project {
- name : String
- description : String
- creationTime : LocalDateTime
- dueTime : LocalDateTime
- taskList : ArrayList<Task>
+ Project(String name, String description, LocalDateTime startTime, LocalDateTime dueTime, User user)
+ createTask(String description, long estimatedDuration, double acceptableDeviation, User user)
+ String getName()
- void setName(String name)
+ String getDescription()
- void setDescription(String description)
+ LocalDateTime getCreationTime()
- void setCreationTime(LocalDateTime creationTime)
+ LocalDateTime getDueTime()
- void setDueTime(LocalDateTime dueTime)
+ List<Task> getTasks()
+ Task getTask(int index)
- void addTaskToList(Task t)
+ void removeTask(Task task)
+ boolean isFinished()
+ void accept(Visitor v)
}
}
package Backend {
class ProjectOrganizer {
- projects : Collection<Project>
+ ProjectOrganizer()
+ Project getProject(String name)
+ createProject(String name, String description, LocalDateTime creationTime, LocalDateTime dueTime, User user
+ Collection<String> getProjectNames()
+ boolean projectExists())
}
}
package Backend {
class Task {
- description : String
- estimatedDuration : long
- acceptableDeviation : double
- dependencies : ArrayList<Task>
- TimeSpan timesSpan
- State: state
+ Task(String description, long estimatedDuration, double acceptableDeviation)
- Task(String description, long estimatedDuration, double acceptableDeviation, TimeSpan timeSpan)
+ String getDescription()
- void setDescription(String description)
+ long getEstimatedDuration()
- void setEstimatedDuration(long duration)
+ double getAcceptableDeviation()
- void setAcceptableDeviation(double acceptableDeviation)
+ timeSpan getTimeSpan()
- void setTimeSpan(TimeSpan timeSpan)
# setTimeSpan(LocalDateTime startTime, LocalDateTime endTime)
+ TaskState getState()
# void setState()
+ void endExecution(LocalDateTime startTime, LocalDateTime endTime, String status)
+ boolean isAvailable()
+ boolean getUnavailable()
+ boolean isExecuting()
+ boolean isFinished()
+ boolean isFailed()
+ long getDelay()
+ Task getAlternative()
+ void setAlternative(Task task)
# void setAlternativeTask(Task task)
+ ArrayList<Task> getDependencies()
- void setDependencies(ArayList<Task> tasks)
# addDependencyTask(Task task)
+ void addDependency(Task task)
+ void removeDependency(Task task)
{static} - boolean containsLoop(Task root, Task searchedTask)
+ void accept(Visitor v)
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
abstract class TaskState {
+ boolean isAvailable(Task task)
+ boolean isUnavailable(Task task)
+ boolean isExecuting(Task task)
+ boolean isFinished(Task task)
+ boolean isFailed(Task task)
+ long getDelay(Task task)
+ boolean endExecution(Task task, LocalDateTime startTime, LocalDateTime endTime, String taskStatus)
+ void setAlternative(Task task, Task alternative)
+ void addDependency(Task task, Task dependency)
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
class TaskStateExecuting {
+ TaskStateExecuting()
+ boolean isExecuting()
+ void endExecution(Task task, LocalDateTime startTime, LocalDateTime endTime)
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
class TaskStateFailed {
+ TaskStateFailed()
+ boolean isFailed()
+ void setAlternative(Task task, Task alternative)
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
class TaskStateFinished {
+ TaskStateFinished()
+ boolean isFinished()
+ long getDelay(Task task)
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
class TaskStateInactive {
+ TaskStateInactive()
+ boolean isAvailable(Task task)
+ boolean isUnavailable(Task task)
+ void addDependency(Task task, Task dependency)
}
}
}
}
package Backend {
class TimeSpan {
- startTime: LocalDateTime
- endTime: LocalDateTime
+ TimeSpan(LocalDateTime startTime, LocalDateTime endtime)
+ LocalDateTime getStartTime()
- void setStartTime(LocalDateTime startTime)
+ LocalDateTime getEndTime()
- void setEndTime(LocalDateTime endTime)
+ boolean canHaveAsEndTime(LocalDateTime endtime)
+ accept(Visitor v)
}
}
package Backend {
class ResourceType {
}
}
package Backend {
class UserManager {
- users: HashMap<String, User>
- currentUser: User
+ UserManager()
- Map<String, User> getUsers()
+ User getCurrentUser()
+ void setCurrentUser(User user)
+ boolean hasCurrentUser()
+ void createUser(String name, String password, String type)
- void createDeveloper(String name, String password)
- void createProjectManager(String name, String password)
+ void login(String name, String password)
+ void logout()
}
}
package Backend {
abstract class User {
- name: String
- password: String
+ User(String name, String password)
+ String getName()
- void setName(String name)
+ String getPassword()
- void setPassword(String password)
+ accept(Visitor v)
}
}
package Backend {
class ProjectManager {
+ ProjectManager(String name, String password)
}
}
package Backend {
class Developer {
+ Developer(String name, String password)
}
}
package Backend {
class ImportExportException {
+ ImportExportException(String message)
}
}
package Backend {
class OperationNetPermittedException {
+ OperationNotPermittedException(String message)
}
}
package Backend {
class XmlObject {
- doc : Document
- element : Element
+ XmlObject()
- XmlObject(Document doc, Element e)
+ void exportTo(String path)
{static} + XmlObject importFrom(String path)
+ List<XmlObject> getXmlObjects(String name)
+ XmlObject getXmlObject(String name)
+ XmlObject createXmlLObject(String name)
+ String getAttribute(String name)
+ void addAttribute(String name, String value)
+ List<String> getTexts(String name)
+ String getText(String name)
+ void addText(String element, String value)
}
}
GraphicSection <|-- Menu
UserInterface o-- Controller
Controller *-- Clock
Controller *-- ProjectOrganizer
Controller o-- Project
Controller o-- Task
Controller o-- XmlObject
Controller o-- User
ProjectOrganizer *-- Project
Project *-- Task: task
Task *-- Task : alternative
Task *-- Task: dependencies
Task *-- TimeSpan: timespans
Task *-- TaskState
TaskStateInactive --|> TaskState
TaskStateExecuting --|> TaskState
TaskStateFailed --|> TaskState
TaskStateFinished --|> TaskState
XmlObject o-- Project
XmlObject o-- Task
XmlObject o-- User
XmlObject o-- Clock
XmlObject o-- XmlException
controller o-- UserManager
UserManager o-- User
Developer --|> User
ProjectManager --|> User
Task o-- User
Project o-- User
Controller o-- User
Project o-- Visitor
Task o-- Visitor
TimeSpan o-- Visitor
User o-- Visitor
Controller o-- Visitor
DetailVisitor --|> Visitor
@enduml
| false | true | false | false | class |
cb61f9de655a4b55fb1e5ac384336e2565628d9d | c0f28d2de7e4a92638263182912936b29e368c3d | /gateway/Transaction_to_G2.puml | 76df0dd8abec57358f3a1b586407c739dd230e9b | [] | no_license | gdfernandez/puml | f60c7e751bac347dc8c419ddd069a0edf9d1099f | 3ba2cd684d57c37596ad00b81cb9eea29a8b24b5 | refs/heads/master | 2020-04-07T09:22:04.656327 | 2018-11-19T15:48:20 | 2018-11-19T15:48:20 | 158,249,183 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,167 | puml | @startuml
package "Gateway I" {
node "Transctions"{
[Agregator]
[Native]
[Balancer]
[ConsumerG2]
}
node OnlinePayments #FA5858
node PaymentsOffline
}
package "Gateway II" {
node Router
node Integration
node Channel #FA5858
node Notifier
}
package "Payments" {
node OP
}
node Vault #FA5858
OP --> Native #black : ((with merchant account))
OP --> Agregator #black : ((without merchant account))
Native --> OnlinePayments #black
Agregator --> Balancer #green : ((Operation Online))
Balancer --> OnlinePayments #black
OnlinePayments --> Provider #black
OnlinePayments --> Vault #black
Balancer --> Router #green
Agregator --> PaymentsOffline #black : ((Operation Offline))
PaymentsOffline --> Router #black
Router --> Integration #black
Integration --> Channel #black
Channel --> Provider #black
Channel --> Vault #black
Notifier ..> ConsumerG2 #black
Integration ..> Notifier #black
note left of [ConsumerG2]
Encargado de actualizar la operacion.
Solo para offline.
end note
note left of [Balancer]
Encargado de balancer la carga entre OP y G2.
Banamex:
90%: OnlinePayments
10%: Gateway II
end note
@enduml | false | true | false | false | sequence |
20218e2c914506807a30f17f2e4b5fa57d3c9568 | d6bc3af8ae811c58fcb1099ff7916482aed5dc82 | /ejemplo-diagrama-secuencia-carro.puml | 1a825b3b22862dadc9c2cae6df4ad157591bec4e | [] | no_license | wormaza/EjemploDiagramaSecuencia | 269ba019c48968333f39cb10a0fe5bdb44ac50fc | 27a839a4b7901715a0dcec027c0395b1f0bb7ea0 | refs/heads/master | 2023-04-07T10:41:33.472945 | 2021-04-13T02:01:30 | 2021-04-13T02:01:30 | 297,774,863 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 733 | puml | @startuml
title Diagrama de Secuencia: Agregar/Quitar producto
header INF 236
skinparam style strictuml
hide methods
hide empty members
cliente -> ":CarroDeCompras" : agregarProductoTipo(x)
activate ":CarroDeCompras" #LightGreen
create "px:ProductoX"
":CarroDeCompras" -> "px:ProductoX" : nuevo(x)
activate "px:ProductoX" #YellowGreen
"px:ProductoX" --> ":CarroDeCompras"
deactivate "px:ProductoX"
":CarroDeCompras" --> cliente
deactivate ":CarroDeCompras"
...
cliente -> ":CarroDeCompras" : quitarProducto(px)
activate ":CarroDeCompras" #LightGreen
":CarroDeCompras" -> "px:ProductoX" !! : quitar(px)
"px:ProductoX" --> ":CarroDeCompras"
deactivate "px:ProductoX"
":CarroDeCompras" --> cliente
deactivate ":CarroDeCompras"
@enduml | false | true | false | false | sequence |
29c3465ad589cc0ee06fdd1b3a35ea84ec9c2008 | 9b6ee2c53b6b40cbbbb5a8679b6f53c95e96ea79 | /docs/architecture.puml | 33af5f4d872bc9f2fea27f7f07dbdca169997d75 | [
"MIT"
] | permissive | naucon/Processor | c67f3315c977834fe01502a137e9f2be5b049892 | e56800fb7fff028fd4d8a29a4d439c8ef1a0d50c | refs/heads/master | 2021-01-22T03:33:30.251369 | 2017-05-25T16:51:57 | 2017-05-25T16:51:57 | 92,387,809 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 645 | puml | @startuml
interface ProcessorInterface {
+bool process(Model $model)
}
abstract class AbstractProcessor {
+ __construct(string $modelClass)
}
AbstractProcessor ..|> ProcessorInterface
AbstractProcessor ..|> SupportAwareInterface
class ProcessorChain {
+void addProcessor(ProcessorInterface $processor)
+bool process(Model $model)
}
ProcessorChain *--> AbstractProcessor
ProcessorChain ..|> ProcessorInterface
interface ProcessorAwareInterface {
+void setProcessor(ProcessorInterface $processor)
}
ProcessorAwareInterface --> ProcessorChain
interface SupportAwareInterface {
+bool support(Model $model)
}
@enduml | false | true | false | false | class |
ddd190e673965bf7e4f148eb2877cf0d6a4fa0d7 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/DarkBlue.puml | cb24d94b66e0314960a41004b1b904fe906971fc | [] | 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 | 313 | puml | @startuml
skinparam ClassBackgroundColor #DarkBlue
skinparam ClassFontColor #DarkBlue
skinparam ClassBorderColor #DarkBlue
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
555340e9c4903130464b0d93beb115b541b0cc05 | c5f6be1c13ab1d0c99b597130443273e13bc06e7 | /screenshot/uml/design_pattern_singleton.puml | 6c97ebca4e5d095f7bfd0d050cd4c2e0fd6c1319 | [] | no_license | chenzhe/BlogSource | e82a0648b6addebbe0ab6f4da3ae8c1f03e42852 | 284bd5e1131b98923076c88f356831623e315d94 | refs/heads/master | 2021-02-06T10:16:36.754496 | 2018-06-07T08:09:10 | 2018-06-07T08:09:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 85 | puml | @startuml
class Singleton{
static uniqueInstance
static getInstance()
}
@enduml | false | true | false | false | class |
2ebdfa48b0e684ff3d0807fce47c56e927d5601d | fd2f472634c68934b6de8f38ea141294a1476c64 | /lib/src/main/java/com/example/lib/桥接模式_手机示例.puml | ef486a039db53ac9836a4efc02c632d6ef145d1d | [] | no_license | guangdeshishe/DesignPattern | d45bae8428c9c41fcbc95c05da41f0d8fae824c6 | 9a1c7504131ca6a866d3bb5f16e6b42a3ce7889a | refs/heads/master | 2020-06-25T02:53:15.755175 | 2019-09-29T09:09:41 | 2019-09-29T09:09:41 | 199,177,202 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 374 | puml | @startuml
abstract class MobilePhone{
- mPhoneType : PhoneType
setPhoneType()
}
class XiaoMiMobilePhone{
}
class HuaWeiMobilePhone{
}
interface PhoneType{
}
class OldmanPhone{
}
class StudentPhone{
}
MobilePhone <|-- XiaoMiMobilePhone
MobilePhone <|-- HuaWeiMobilePhone
PhoneType <|.. OldmanPhone
PhoneType <|.. StudentPhone
PhoneType <-- MobilePhone
@enduml | false | true | false | false | class |
dcfff917bedb4255b42a313a59e4edfeea6d6e34 | ffbc236cfbbda0b7af27e8f1626b8d538327d707 | /uml/sequence-diagrams/security/Web_Login.puml | ec9c34073be50190817487b9d31ce7d675bc0391 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | SODALITE-EU/project-wide-documentation | bd035fd455660368675843cdee74f86b8f685629 | 7a7b8ce76add1940c5f501ae2c2280ab47b939de | refs/heads/master | 2021-12-27T17:22:26.360944 | 2021-12-22T15:48:10 | 2021-12-22T15:48:10 | 225,436,822 | 3 | 3 | Apache-2.0 | 2021-12-22T15:49:03 | 2019-12-02T17:59:29 | null | UTF-8 | PlantUML | false | false | 733 | puml | @startuml
hide unlinked
title Login
actor "User" as user
participant "Browser" as browser
participant "Semantic\nReasoner" as reasoner
participant "Semantic\nKnowledge Base\n(ontology in GraphDB)" as ontology
participant "Secrets\nVault" as secretstore
participant "IAM" as IAM
participant "Platform Discovery\nService" as PDS
participant "Infrastructure\nresource" as resource
activate browser
browser -> user: Present login screen
user -> browser: Username/password
browser -> IAM: Send username/password
activate IAM
IAM->IAM: Check credentials
alt #LightBlue Successful login
IAM--> browser: Cookie
browser -> browser: Save Cookie
else #Pink Failure
IAM-->editor: Invalid credentials
end
deactivate IAM
@enduml
| false | true | false | false | usecase |
4d5908a8c1eb14a20ef92cd9d5b2815cfc9c5a9d | 15d24bf69ba282e62c1c9df0c1763b612121d173 | /.docs/usecase.puml | 439701590e7781ad945589f1c006ad78eaabb891 | [] | no_license | disc99/microservices-cinema-complex | 81312bae8f376266f6df1e2e9788d7d87662fc63 | d17d0a16d623e75122ed816932addc9aa1e2f463 | refs/heads/master | 2021-06-11T11:57:07.182750 | 2017-01-01T13:11:42 | 2017-01-01T13:11:42 | 73,371,652 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,071 | puml | @startuml
skinparam monochrome true
left to right direction
actor "System administrator" as s_admin
actor "Theater administrator" as t_admin
actor User as user
actor "Film‐distributing agency" as agency
package "maintenance" {
s_admin -- (Create theater ID)
s_admin -- (Create agency ID)
(Create theater ID) -- t_admin
}
package "agency-administration" {
(Create agency ID) -- agency
agency -- (Login agency)
(Create theater ID) -- (Search theater ID)
agency -- (Search theater ID)
agency -- (Add movie)
agency -- (Edit movie)
agency -- (Delete movie)
}
package "theater-administration" {
t_admin -- (Login theater admin)
t_admin -- (Edit theater)
t_admin -- (Create screen)
t_admin -- (Edit screen)
t_admin -- (Delete screen)
t_admin -- (Set movie to screen)
(Add movie) -- (Set movie to screen)
}
package "portal" {
(Edit theater) -- (Search theater)
(Search theater) -- user
(Set movie to screen) -- (Search movie)
(Search movie) -- user
(Reserve movie) -- user
}
@enduml | false | true | true | false | usecase |
f0c6c5c2e058f1b331c98a1e95867a0409e7b85a | 070bf6a84cea197919ad6919052fd9ba263b1da1 | /app/app.plantuml | 4f3490bae67f24fcbbcc854c4dbac406f33fbe8e | [] | no_license | simonprovost/Epicture | 0bbb1a173c0eda7833f5fa00ed5bae47457ee376 | e36c0e3fd865e41f644495dc4eb609de63d05e4e | refs/heads/master | 2020-08-22T08:29:20.746359 | 2019-11-11T15:55:57 | 2019-11-11T15:55:57 | 216,356,594 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 337 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace com.example.epicture {
class com.example.epicture.BuildConfig {
}
}
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 |
b6a85fe0d8c730f980566be4bbdb61d48c4b09e5 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductDiscountSetValidUntilAction.puml | 51e78ca33b4a9ee3e576719ea97fe728eb10f861 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 492 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ProductDiscountSetValidUntilAction [[ProductDiscountSetValidUntilAction.svg]] extends ProductDiscountUpdateAction {
action: String
validUntil: DateTime
}
interface ProductDiscountUpdateAction [[ProductDiscountUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
5f9edaad276207c421ffa400275ae14f670cb91e | 068579f9ad18a1368961dc3b9f812129f4f7e858 | /DesignPattern/Observer/SmartLightReactive/uml/class_diagram.puml | fd36483ded75d826fd54c98b89fd5e992ccab7a9 | [] | no_license | AleMidolo/materiale-tutorato-ids | d9c27a9d0da9436842144a7cc8bd6d381f6e3546 | 3d95de651214245b113c92481007ec177ce95471 | refs/heads/master | 2023-03-30T22:05:39.627666 | 2021-04-01T13:53:07 | 2021-04-01T13:53:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,331 | puml | ' Documentazione: https://plantuml.com/class-diagram
@startuml
' START STYLE
skinparam {
monochrome true
'shadowing false
classBackgroundColor white
noteBackgroundColor white
classAttributeIconSize 0
}
hide circle
' END STYLE
interface Publisher
hide Publisher members
class SubmissionPublisher<ComandoVocale> implements Publisher
hide SubmissionPublisher members
class AssistenteVocale {
- storicoComandi: ComandoVocale[0..*]
+ attach(s: Subscriber<ComandoVocale>)
+ registra(c: ComandoVocale)
}
AssistenteVocale "publ" -up-> SubmissionPublisher
Publisher -right-> Subscriber
interface Subscriber<ComandoVocale> {
+ onSubscribe(s: Subscription)
+ onNext(c: ComandoVocale)
+ onError(t: Throwable)
+ onComplete()
}
class SmartLight implements Subscriber {
- sub: Subscription
+ onSubscribe(s: Subscription)
+ onNext(c: ComandoVocale)
+ onError(t: Throwable)
+ onComplete()
- elaboraComando(c: ComandoVocale)
- accendi()
- spegni()
}
note right of SmartLight::onSubscribe
this.sub = s;
sub.request(1);
end note
note right of SmartLight::onNext
elaboraComando(c);
sub.request(1);
end note
note left of AssistenteVocale::attach
publ.subscribe(s);
end note
note left of AssistenteVocale::registra
storicoComandi.add(c);
publ.submit(c);
end note
AssistenteVocale -[hidden]right-> SmartLight
@enduml | false | true | false | false | class |
d6dc8e1b35abba0a77afbf4e0bae2f53a124341b | 55fa13549472b9618458fb8233282e36b943d43c | /as - Copy.puml | 17e590d5295d6bd1ecde248b724e9efc00673de9 | [] | no_license | truongduy12/MovieSystem | d60248337c8aa224f68c6c253c2af888c87732b7 | 7d63a44f988d354437315496e3597ca25c59616c | refs/heads/master | 2023-07-16T18:30:09.907183 | 2021-08-28T08:11:46 | 2021-08-28T08:11:46 | 383,118,694 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,081 | puml | @startuml
skinparam groupinheritance 2
'skinparam linetype polyline
left to right direction
interface IMenu {
+ ChooseMenu(): string
+ ShowMenu(): string
}
interface IView {
+ View(): void
}
interface IMovie {
+ ID: int
+ Name: string
+ Price: double
+ Nation: string
+ Duration: int
+ Publish: DateTime
+ Status: bool
+ Add(): IMovie
+ Update(): void
+ Delete(): void
+ Restore(): void
}
IMovie <|-- Movie
class FeatureFilmMenu {
- IdFinder: IFind
- NameFinder: IFind
- NationFinder: IFind
- DeletedFinder: IFind
- DefaultView: IView
- DeletedView: IView
- PriceInsView: IView
- PriceDesView: IView
+ ShowMenu(): void
+ ChooseMenu(): string
}
class TVSeriesMenu {
- IdFinder: IFind
- NameFinder: IFind
- NationFinder: IFind
- DeletedFinder: IFind
- DefaultView: IView
- DeletedView: IView
- PriceInsView: IView
- PriceDesView: IView
+ ShowMenu(): void
+ ChooseMenu(): string
}
abstract class Movie {
+ ID: int
+ Name: string
+ Price: double
+ Nation: string
+ Duration: int
+ Publish: DateTime
+ Status: bool
+ Add(): IMovie
+ Update(): void
+ Delete(): void
+ Restore(): void
+ {static} Message(): void
+ {abstract} ToString(): string
}
class ChapterMenu {
+ ChapterMenu()
+ ShowMenu(): void
+ ChooseMenu(): string
- IdFinder: IFind
- NameFinder: IFind
- DeletedFinder: IFind
- DefaultView: IView
- DeletedView: IView
- _thisSeries: TVSeries
- _listChapter: List<IMovie>
}
class MainMenu {
+ ShowMenu(): void
+ ChooseMenu(): string
}
class DefaultView {
+ View(): void
}
class DeletedView {
+ View(): void
}
class PriceDesView {
+ View(): void
}
class PriceInsView {
+ View(): void
}
IView <|-- PriceInsView
IView <|-- PriceDesView
IView <|-- DeletedView
IView <|-- DefaultView
class DeletedFind {
+ Find(): List<IMovie>
}
class IDFind {
+ Find(): List<IMovie>
}
class NameFind{
+ Find(): List<IMovie>
}
class NationFind {
+ Find(): List<IMovie>
}
interface IFind {
+ Find(): List<IMovie>
}
IFind <|-- NationFind
IFind <|-- NameFind
IFind <|-- IDFind
IFind <|-- DeletedFind
IMenu <|--- ChapterMenu
IMenu <|-- FeatureFilmMenu
IMenu <|-- TVSeriesMenu
IMenu <|-- MainMenu
class MovieCreator {
+ Movie: IMovie
+ MovieCreator()
+ Create(): Movie
+ MovieInfo: MovieInfo
+ PublishInfo: PublishInfo
}
class MovieInfo {
+ MovieInfo()
+ SetName(): MovieInfo
+ SetPrice(): MovieInfo
+ SetDuration(): MovieInfo
+ SetStatus(): MovieInfo
}
class PublishInfo {
+ PublishInfo()
+ SetNation(): PublishInfo
+ SetPublishDate(): PublishInfo
}
MovieCreator <|-- MovieInfo
MovieCreator <|-- PublishInfo
class Chapter {
+ Add(): IMovie
+ Update(): void
+ ToString(): string
}
TVSeries <|-- Chapter
IMovie - MovieCreator : Create <
class FeatureFilm {
+ ToString: string
}
class TVSeries {
+ ListChapter: List<IMovie>
- GetTotalPrice(): double
- GetTotalChapters(): int
+ ToString(): string
}
Movie <|-- FeatureFilm
Movie <|-- TVSeries
class Program {
+ {static} ListFeatureFilms: List<IMovie>
+ {static} ListTVSeries: List<IMovie>
+ {static} Main(): void
}
Movie -- IFind : > Use
Movie -- IView : > Use
IMenu - Program : Use <
Program - IMovie : Use >
@enduml | false | true | false | false | class |
cc08acfaa980387a679b0cc894243150b79e944d | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/MediumOrchid.puml | ce02fec48d5b9f0aefbdf4210367781edbee01b3 | [] | 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 | 325 | puml | @startuml
skinparam ClassBackgroundColor #MediumOrchid
skinparam ClassFontColor #MediumOrchid
skinparam ClassBorderColor #MediumOrchid
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
15c0c3ec6dbb344c197414663fa45d6b70fef73d | 07d3dbf15be1abf0400474357daca62e4d245d38 | /RequestDetailState.puml | 1a92f4184d36607792dda132a86297d8bd7580cc | [] | no_license | bellmit/piggymetrics | 69a996343e39465c1df7663192d98088784b0b6e | c3257265c634a41bd1077b5767230fc01c5440a5 | refs/heads/main | 2023-08-02T22:32:37.381965 | 2021-09-29T02:40:38 | 2021-09-29T02:40:38 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 506 | puml | @startuml
'https://plantuml.com/state-diagram
scale 750 width
PENDING:
PROCESSING:
SUCCESS:
FAILED:
REJECTED:
CANCELLED:
[*] --> PENDING
PENDING --> PROCESSING : Follow parent request (Approved or STP)
PROCESSING --> SUCCESS : Replied Success by CCASS
PROCESSING --> FAILED: Replied failure by CCASS
PENDING --> REJECTED: Follow parent request(Rejected by user)
PENDING --> CANCELLED: Follow parent request(Cancelled by client)
SUCCESS --> [*]
REJECTED --> [*]
CANCELLED --> [*]
FAILED --> [*]
@enduml | false | true | false | false | sequence |
c722d37746334d4c6e1429078ddb6e0a80e3a239 | c69dba4cef780d27a126166ee912005507258413 | /src/design/attitude-class-diagram.puml | c248b92b4543970a9c6671729ee8740ff618ccaf | [
"MIT",
"EPL-1.0",
"Apache-2.0"
] | permissive | CS-SI/Orekit | 2265900b501fe6727a57378956f9f2c61564909a | 7ab7a742674eabee00e1dbe392833d587fdcdaab | refs/heads/develop | 2023-09-03T20:33:42.748576 | 2023-09-01T14:34:03 | 2023-09-01T14:34:03 | 22,851,787 | 144 | 79 | Apache-2.0 | 2023-03-28T17:53:33 | 2014-08-11T19:29:35 | Java | UTF-8 | PlantUML | false | false | 3,607 | puml | ' Copyright 2002-2023 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 ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.orekit #ECEBD8 {
package frames #DDEBD8 {
class Frame
}
package time #DDEBD8 {
interface TimeStamped
interface "TimeShiftable<T>" as TimeShiftable_T_
interface "TimeInterpolable<T>" as TimeInterpolable_T_
}
package attitude #DDEBD8 {
class Attitude {
+Attitude withReferenceFrame
+Frame getReferenceFrame
+Rotation getRotation
+Vector3D getSpin
}
class AttitudesSequence {
+void resetActiveProvider
+void registerSwitchEvents
+void addSwitchingCondition
}
interface AttitudeProvider {
+ Attitude getAttitude(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame)
}
class FixedRate {
+Attitude getReferenceAttitude()
}
interface AttitudeProviderModifier {
+AttitudeProvider getUnderlyingAttitudeProvider()
}
abstract class GroundPointing {
#Vector3D getTargetPoint
#PVCoordinates getTargetPV
}
Frame <-up- "1" Attitude
Attitude <-up- AttitudeProvider : create
TimeStamped <|.. Attitude
TimeShiftable_T_ <|.. Attitude
TimeInterpolable_T_ <|.. Attitude
AttitudeProvider <|-- FixedRate
AttitudeProvider <|-- AttitudeProviderModifier
AttitudesSequence ..|> AttitudeProvider
AttitudesSequence "*" o--> AttitudeProvider
AttitudeProvider <--* "1" LofOffsetPointing
AttitudeProvider <|.. GroundPointing
LofOffsetPointing --|> GroundPointing
AttitudeProviderModifier <|-- SpinStabilized
AttitudeProviderModifier <|-- GroundPointingWrapper
GroundPointing <|-- BodyCenterPointing
GroundPointing <|-- NadirPointing
GroundPointing <|-- TargetPointing
GroundPointing <|-- YawCompensation
AttitudeProviderModifier <|-- YawCompensation
GroundPointing <|-- YawSteering
AttitudeProviderModifier <|-- YawSteering
AttitudeProvider <|-- CelestialBodyPointed
AttitudeProvider <|-- FrameAlignedProvider
AttitudeProvider <|-- LofOffset
AttitudeProvider <|-- TabulatedProvider
AttitudeProvider <|-- TorqueFree
}
}
@enduml
| false | true | false | false | class |
778bc95e0dfcca21998c814e08d650b7a1a65378 | 73071b503ae97c90519e39dbc4bd83f9f6786c46 | /project_diagrams/sequenceDiagrams/notificationManagement.puml | b2372ce29f09c53b8b2fb616038800adf5568a64 | [] | no_license | guillaume-chebib/StudEasy | 3327c1ddfe16b4068332a179ede5913c0cef6c0c | 17a90a16cd1d1a954941d5acea26ce0c1b22231a | refs/heads/master | 2023-02-14T20:32:03.490210 | 2021-01-11T15:09:17 | 2021-01-11T15:09:17 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,348 | puml | @startuml
autonumber
actor User
seeNotificationController -> FacadeNotification : getInstance()
activate seeNotificationController
activate FacadeNotification
FacadeNotification -> NotificationDAO : getInstance()
activate NotificationDAO
NotificationDAO -> Factory : getInstance()
activate Factory
Factory --> MySQLFactory : MySQLFactory()
deactivate Factory
activate MySQLFactory
NotificationDAO -> MySQLFactory : createNotificationDAO()
deactivate NotificationDAO
MySQLFactory --> MySQLNotificationDAO : MySQLNotificationDAO()
deactivate MySQLFactory
activate MySQLNotificationDAO
deactivate MySQLNotificationDAO
seeNotificationController -> seeNotificationController : initialize(location,ressources)
seeNotificationController -> FacadeNotification : getNotification(User)
FacadeNotification-> MySQLNotificationDAO : getNotifications(User)
database DB
MySQLNotificationDAO -> DB : Query Information
activate DB
DB --> MySQLNotificationDAO : Result Set
deactivate DB
MySQLNotificationDAO --> FacadeNotification : List of notifications
deactivate MySQLNotificationDAO
FacadeNotification --> seeNotificationController : List of notifications
deactivate FacadeNotification
seeNotificationController -> seeNotificationController : Update the view
seeNotificationController --> User : Display notifications
deactivate seeNotificationController
@enduml | false | true | false | false | usecase |
9ba50a7178c0ee2b57ba6e46f6cf5279196d6831 | ad8871cd450dfd32f2eba002aa20723ebb4ba133 | /design/original_g_drive/Design/IdentityManagement/identity-cls.puml | 4b2d7589d245c9dd5102c6430f61f9254fd94edf | [] | no_license | LogosNetwork/SDF | 8ec0455b56f17c0fd0b5132d4c3f2f4c5fd1616c | 4dc77526a02c2ea0aba89a5d58315bf7dfbe9f4b | refs/heads/master | 2020-03-19T21:24:06.901182 | 2019-09-17T17:15:14 | 2019-09-17T17:15:14 | 136,939,166 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,779 | puml | @startuml
class DelegateIdentity {
BlsPubKey sign_key
ECIESPubKey encr_key
}
enum P2pAppType {
Consensus
AddressAd
AddressAdTxAcceptor
}
class P2pHeader {
uint8_t version
P2pAppType app_type
}
note top of P2pHeader : Depending on app_type\nP2pHeader is followed\n\
by either P2pConsensusHeader\n\
or AddressAd\n\
or AddressAdTxAcceptor
P2pHeader -- P2pAppType
class P2pConsensusHeader {
uint32_t epoch_number
uint8_t src_delegate_id
uint8_t dest_delegate_id
}
class AddressAd {
uint8_t delegate_id
uint32_t epoch_number
uint8_t encr_delegate_id
uint128_t ip
uint16_t port
Signature signature
Hash()
Serialize(ECIESPubKey &encr_key)
Deserialize(bool &error, ECIESPrivKey &decr_key)
}
note top of AddressAd : ip/port are encrypted in the\n\
serialized message\n\
with encr_delegate_id delegate id\n\
ECIES public key
class AddressAdTxAcceptor {
uint16_t json_port
Hash()
Serialize()
Deserialize(bool &error)
}
AddressAd <|- AddressAdTxAcceptor
P2pHeader "1" o-- "1" P2pConsensusHeader
P2pConsensusHeader "1" o-- "1" ConsensusMessage
P2pHeader "1" o-- "1" AddressAd
DelegateIdentityManager -- DelegateIdentity
class DelegateIdentityManager {
p2p_interface & _p2p
uint128_t ip
uint16_t port
vector<tuple<uint128_t,uint16_t,uint16_t>> tx_acceptors
vector<AddressAd> addresses
vector<AddressAdTxAcceptor> tx_acceptor_addresses
BlsPrivKey sign_key
ECIESPrivKey encr_key
DelegateIdentity [] delegates_key
IdentifyDelegates(uint32_t epoch_number, uint8_t & delegate_id, DelegateIdentity[] &)
OnAddressAd(uint8_t delegate_id, void *message, size_t size)
OnAddressAdTxAcceptor(uint8_t delegate_id, void *message, size_t size)
OnTxAcceptorAdded(string ip, uint16_t port, uint16_t json_port)
OnTxAcceptorDeleted(string ip, uint16_t port, uint16_t json_port)
Sign(AddressAd &message)
Sign(AddressAdTxAcceptor &message)
Validate(AddressAd &message)
Validate(AddressAdTxAcceptor &message)
Advertise(const void *message, size_t size)
AdvertiseTxAcceptor(const void *message, size_t size)
ScheduleAdvert(Minutes)
SchedulePeerAddrRequest(Minutes)
Advert()
PeerAddrRequest()
UpdateDelegateAddressDB()
UpdateTxAcceptorAddressDB()
DeleteDelegateAddressDB(epoch_number)
DeleteTxAcceptorAddressDB(epoch_number)
OnEpochTransitionEnd()
OnPeerAddrRequest()
}
note top of DelegateIdentityManager : ip,port,tx_acceptors -\n\
this delegate's address;\n\
addresses,tx_acceptor_addresses -\n\
other delegates' address
DelegateIdentityManager "1" o-- "31" AddressAd
DelegateIdentityManager "1" o-- "*" AddressAdTxAcceptor
class node
node "1" o-- "1" DelegateIdentityManager
@enduml | false | true | false | false | class |
28f5db479a7dff71116161e6864f1c2183f8bb81 | acfe4c2ba05f99ee718fc7b55daa92f766195ae1 | /src/main/java/Exercise46/Exercise46.puml | 1e96e2049b2cc5ba7bbfa1c859de2f2d63fab2b7 | [] | no_license | RobertUriarte/Uriarte-cop3330-assignment3 | 5ea15a55014b317647fef879373e166685e59e2e | 0135a62c38c2287fc4851e82c19b62fba29a707c | refs/heads/master | 2023-06-15T04:15:06.995278 | 2021-07-01T05:40:22 | 2021-07-01T05:40:22 | 378,049,486 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 474 | puml | @startuml
'https://plantuml.com/class-diagram
class File{
- File: File
- Animals: String[]
- Animal: ArrayList<String>
+ read_file(File)
+ set_animal_array(Animals)
}
class Exercise46{
+ used: ArrayList<String>
+ used_counter: List<Integer>
- get_animal_array_values(Animal Array)
- Sort_used_animals(used array)
- sort_used_counter(used counter)
- print_animal_values(used array , used counter)
}
Exercise46 o--> File
@enduml | false | true | false | false | class |
f2bc992370e640fed2dc2d9f127970115af2b784 | 95359165ef052380534d37af31d62ff7fbc442b4 | /out/plantuml/Order.plantuml | 4612a02575a4d581b2db6a8a39ba0aa5fb421e70 | [] | no_license | spashii/stock-exchange-model | f7a5d5dd823e43f8c4c1bf56ec241b75c48c606d | c2665ab87e29dd3991bd62ff9cb4cbcf6c6b81b2 | refs/heads/master | 2023-01-09T05:48:37.657882 | 2020-11-10T08:51:17 | 2020-11-10T08:51:17 | 310,286,052 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,772 | plantuml | @startuml
title __ORDER's Class Diagram__\n
namespace com.StockExchangeModel {
namespace StockExchange {
namespace Order {
class com.StockExchangeModel.StockExchange.Order.Order {
~ quantity : int
~ rate : double
+ Order()
+ Order()
+ Order()
+ getQuantity()
+ getRate()
+ getStock()
+ getTrader()
+ getType()
+ setQuantity()
+ setRate()
+ setTrader()
+ toString()
+ toStringStatus()
}
class com.StockExchangeModel.StockExchange.Order.OrderActionHandler {
+ OrderActionHandler()
+ handleAction()
}
class com.StockExchangeModel.StockExchange.Order.Transaction {
+ Transaction()
+ execute()
+ getBuyer()
+ getSeller()
+ getTrader()
+ setBuyer()
+ setSeller()
+ setTrader()
+ toString()
}
class com.StockExchangeModel.StockExchange.Order.Type {
+ equals()
+ getTypeEnum()
+ getTypeString()
+ hashCode()
+ toString()
~ Type()
~ Type()
{static} ~ getStringFromType()
{static} ~ getTypeFromString()
}
enum TypeEnum {
BUY
NULL
SELL
TRANSACTION
}
}
}
}
com.StockExchangeModel.StockExchange.Order.Order o-- com.StockExchangeModel.StockExchange.Company.Stock : stock
com.StockExchangeModel.StockExchange.Order.Order o-- com.StockExchangeModel.StockExchange.Order.Type : type
com.StockExchangeModel.StockExchange.Order.Order o-- com.StockExchangeModel.StockExchange.Trader.Trader : trader
com.StockExchangeModel.StockExchange.Order.OrderActionHandler -up-|> com.StockExchangeModel.StockExchange.Interpreter.ActionHandler
com.StockExchangeModel.StockExchange.Order.Transaction -up-|> com.StockExchangeModel.StockExchange.Order.Order
com.StockExchangeModel.StockExchange.Order.Transaction o-- com.StockExchangeModel.StockExchange.Trader.Trader : buyer
com.StockExchangeModel.StockExchange.Order.Transaction o-- com.StockExchangeModel.StockExchange.Trader.Trader : seller
com.StockExchangeModel.StockExchange.Order.Type o-- com.StockExchangeModel.StockExchange.Order.Type.TypeEnum : type
com.StockExchangeModel.StockExchange.Order.Type +-down- com.StockExchangeModel.StockExchange.Order.Type.TypeEnum
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 |
06c9bcf244cc188efdd635e24d864c524ee645ea | f843c9d5922c2ef92cc3ca50f20f44184ed27ef8 | /src/main/java/Iterateur/Songs/README.puml | d0cefbf850301f797fb7f46308562e2f4d67a9c6 | [] | no_license | yvanross/LOG121-GOF-exemples | c80a4d1b29f0b953e4666e100a82d4fde1923bea | 7cff56d019b40901ed54b85a62d69317cf61da59 | refs/heads/master | 2023-05-04T07:39:48.742354 | 2021-05-21T13:43:50 | 2021-05-21T13:43:50 | 261,219,115 | 2 | 25 | null | 2021-01-25T22:44:14 | 2020-05-04T15:11:44 | Java | UTF-8 | PlantUML | false | false | 417 | puml | @startuml Diagramme de classe
interface SongIterator {
createIterator(): Iterator<SongInfo>
}
class DiskJockey{
printTheSongs(Iterator<SongInfo> iterator): void
}
class SongOfThe70s
SongOfThe70s-up->SongIterator
SongOfThe80s-up->SongIterator
SongOfThe90s-up->SongIterator
DiskJockey *-- "3" SongIterator
SongOfThe70s*-down- "*" SongInfo
SongOfThe80s*-down- "*" SongInfo
SongOfThe90s *-down- "*" SongInfo
@enduml | false | true | false | false | class |
67f5dd1f99d4482ab72a4384bbaaa41997000c3a | 92977ea6ba766b9d87fcfc6dce5b6d0c712aa3d2 | /docs/diagrams/DietTrackerAddCommandClassDiagram.puml | 0768674b12530bcd1f7f79ee2be1e73320d973a6 | [
"MIT"
] | permissive | WillySeahh/main | 202ea13b74807727fa8b1010b30139a034b8d94e | 664611ec114ad35b7528bab89ca4c47876b28f22 | refs/heads/master | 2021-01-05T16:17:11.402471 | 2020-04-16T18:11:29 | 2020-04-16T18:11:29 | 241,072,558 | 0 | 0 | NOASSERTION | 2020-02-17T09:52:59 | 2020-02-17T09:52:58 | null | UTF-8 | PlantUML | false | false | 1,718 | puml | @startuml
/' @author @akhilvuputuri'/
/' Got inspiration and adapted
from https://github.com/AY1920S2-CS2103T-W12-1/main/blob/master/docs/images/DeliveredClassDiagram.png '/
skinparam backgroundColor #ffffff
skinparam classAttributeIconSize 0
hide circle
class AddCommandParser implements Parser {
/' Methods '/
+ parse(args : String) : AddCommand
}
interface Parser<T extends Command> {
parse(userInput : String) : AddCommand
}
abstract class Command<E> {
{abstract} execute(model : E) : CommandResult
}
class AddCommand extends Command {
/' Fields '/
- COMMAND_WORD : String = "add"
- MESSAGE_USAGE : String
- MESSAGE_SUCCESS : String
- MESSAGE_DUPLICATE_FOOD : String
- toAdd : Food
/' Methods '/
+ execute(dietModel : DietModel) : CommandResult
}
interface DietModel <<Interface>> {
- PREDICATE_SHOW_ALL_FOODS : Predicate<Food>
+ hasFood(food : Food) : boolean
+ addFood(food : Food) : void
}
class ParserUtil {
<u> + parseCalories(calories : String) : Calories
<u> + parseName(name : String) : Name
<u> + parseTag(tag : String) : Tag
<u> + parseTags(tags : Collection<Tag>) : Set<Tag>
}
class DietModelManager implements DietModel {
/' Fields '/
- FoodBook : foodBook
/' Methods '/
+ addFood(food : Food) : void
+ isReceiptDone() : boolean
}
class Food {
- name : Name
}
class FoodBook {
/' Fields '/
- UniqueFoodList : foods
/' Methods '/
+ addFood(food : Food) : void
}
class Name {
- name : String
}
AddCommandParser ..> AddCommand
AddCommandParser ..> ParserUtil
AddCommand ..> DietModel
AddCommand --> Food
Food --> Name
DietModelManager *-right->"1" FoodBook
@enduml
| false | true | false | false | class |
7b1e16506e575ec1b6a2c506b4f120ecca64ec93 | 5d3d7395a0460d770ffc6fb1fd14496809e81402 | /usecases.puml | 16926e55d66a024581dfbd130bc6eb60d5cff7dc | [] | no_license | erkinkarincaoglu/PetFinder | 731e8a97386107c8366171ef2490ee51c0f53526 | 7130900a31b08e9cb4d4d4b05b37550b3777a187 | refs/heads/main | 2023-05-30T21:57:49.282690 | 2021-07-12T10:17:21 | 2021-07-12T10:17:21 | 384,812,353 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 394 | puml | @startuml
Spotter -> (Find the missing pets nearby)
Spotter ---> (Comment on a missing entry)
Spotter --> (Send a "PetFound!" message\n to a pet owner with a photo)
Spotter --> (See the comments)
PetOwner --> (See the comments)
PetOwner --> (Create a new \nmissing pet entry)
PetOwner -> (Mark pet as "FOUND")
PetOwner <-- (Receive a notification with \n a photo when the pet is found)
@enduml
| false | true | false | false | uml-unknown |
b3a3819642ab56f86ae4cb161155b7ccf89e7722 | 287ed8e615c3fb8a9b591e0683071d90b5a25652 | /src/main/resources/beanXml/bean.puml | 3ac776702891e53c104114a4df41b84c2f43be1c | [] | no_license | qasrc/bbsProject | 773de3e1be17f7a5c14aa39dbb4e5f6e46bfc7e3 | 7b731f394a220241d381558c36aae1a4da5e45a2 | refs/heads/master | 2021-01-16T21:41:55.620133 | 2017-12-13T05:16:41 | 2017-12-13T05:16:41 | 100,245,560 | 0 | 0 | null | 2017-08-14T08:44:00 | 2017-08-14T08:32:11 | Java | UTF-8 | PlantUML | false | false | 288 | puml | @startuml
:Main Admin: as Admin
(Use the application) as (Use)
User -> (Start)
User --> (Use)
Admin ---> (Use)
note right of Admin : This is an example.
note right of (Use)
A note can also
be on several lines
end note
note "This note is connected\nto several objects." as N2
@enduml | false | true | false | false | uml-unknown |
1433575d484b087fdb6fed50bdea50d8a0be5a14 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderSetShippingAddressCustomFieldAction.puml | 796933c86945918e969e83116789854d6fb618ef | [] | 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 | 499 | 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 OrderSetShippingAddressCustomFieldAction [[OrderSetShippingAddressCustomFieldAction.svg]] extends OrderUpdateAction {
action: String
name: String
value: [[Object.svg Object]]
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
3042367ce7236f0963144f24cdb06881df7ac5ad | 3f45f4a0c5af6d8f46213a17508399250416c2f5 | /static/assets/node-vue-websockets/dev.iuml | 96dfaef7d35463dc6ba8c7b04226f58089593775 | [] | no_license | anoff/blog | 5f6b95bf0563c2ffb7ff529ae389795282e23943 | 4facac908edbd9b511ff44237ecfb5c277d4f858 | refs/heads/master | 2022-10-06T23:53:09.347809 | 2022-08-31T12:43:58 | 2022-08-31T12:43:58 | 128,989,915 | 6 | 3 | null | 2020-04-22T20:04:30 | 2018-04-10T20:16:42 | TeX | UTF-8 | PlantUML | false | false | 347 | iuml | @startuml
node "webpack dev server" as client
node "server.js host" as server
node "browser"
interface html
interface wss
wss -down- server
html -down- client
browser --( wss: port 3000
browser --( html: port 8080
skinparam {
nodeBackgroundColor yellow
arrowColor black
interfaceBackgroundColor lime
interfaceBorderColor black
}
@enduml | false | true | false | false | class |
f5e2758ce71a3fc8493735602b5c6f03021a0209 | c592ac18df1efc2d1f8c6d74e3982a4031892861 | /workshop2/uml/seq_list-all-members.puml | bd23b2bba4ef3bebbd8809faf4ff2e7192c34811 | [] | no_license | jonasjberg/1dv607_workshops | ffac12c9258ac79e17c13a785ec032c55d4e5688 | d735dae6fa5dd7534f14566182b4a12b70baff59 | refs/heads/master | 2021-08-11T04:01:01.074775 | 2017-11-13T05:51:26 | 2017-11-13T05:51:26 | 103,867,858 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,000 | puml | ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' 1DV607 -- Object-Oriented Design and Analysis with UML
' Workshop 2: Design
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Created by Jonas Sjöberg (js224eh) on 2017-10-03.
' Linnaeus University
' ""js224eh@student.lnu.se""
' ""http://www.jonasjberg.com""
' ""https://github.com/jonasjberg""
@startuml
' ______________________________________________________________________________
' ____ CONFIGURATION OPTIONS ___________________________________________________
' debug flag creates a 'svek.dot' and 'svek.svg' file in ~/
' !pragma svek_trace on
' allow_mixing
skinparam {
monochrome true
'backgroundColor transparent
classBackgroundColor transparent
style strictuml
}
' ______________________________________________________________________________
' ____ USECASE DIAGRAM _________________________________________________________
header
1DV607 - Workshop 2: Design
Jonas Sjöberg <""js224eh@student.lnu.se"">
end header
title \nSequence Diagram\nList all Members\n
ApplicationController -> ApplicationView: msg_application_start()
ApplicationController -> ApplicationView: get_selection_from(events)
activate ApplicationView
ApplicationController <-- ApplicationView: chosen_event
deactivate ApplicationView
activate ApplicationController
ApplicationController -> ApplicationController: event_func() (bound method)
ApplicationController -> MemberController: _list_all()
deactivate ApplicationController
MemberController -> MemberRegistry: getall()
activate MemberRegistry
MemberController <-- MemberRegistry: member_list
deactivate MemberRegistry
MemberController -> MemberView: list(member_list)
activate MemberView
MemberView -> MemberView: get_selection_from(verbosity_map)
MemberView -> MemberView: display(selected_verobosity)
MemberController <-- MemberView: exceptions.InvalidUserInput
deactivate MemberView
ApplicationController <-- MemberController: exceptions.InvalidUserInput
@enduml
| false | true | true | false | sequence |
1e3fba8a5c843809fe107ed2a0d5daaf3bc46e6d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/SubscriptionHealthStatus.puml | 2ebb8b4978d75a14aeed8056d7aa84bd88f08836 | [] | 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 | 788 | puml | @startuml
hide methods
enum SubscriptionHealthStatus {
HEALTHY
CONFIGURATION_ERROR
CONFIGURATION_ERROR_DELIVERY_STOPPED
TEMPORARY_ERROR
}
interface Subscription [[Subscription.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
changes: [[ChangeSubscription.svg List<ChangeSubscription>]]
destination: [[Destination.svg Destination]]
key: String
messages: [[MessageSubscription.svg List<MessageSubscription>]]
format: [[DeliveryFormat.svg DeliveryFormat]]
status: [[SubscriptionHealthStatus.svg SubscriptionHealthStatus]]
}
SubscriptionHealthStatus --> Subscription #green;text:green : "status"
@enduml
| false | true | false | false | sequence |
2f29c2076f0e18aab5defd0b9eb37c8dcf8a90a2 | 5bdbd6738fe541bd2e09ee38cdcf8e5396e969e4 | /hadoop/src/mr2/secure-mapreduce2-03-job-submission.puml | aeb33e5fb6bd1aa4950762cf2d669fc05b5a4671 | [] | no_license | kminder/puml | a788960884f2cabea5ff3daf05818716c0c28489 | bc65fc266143105da327d94e1fc6a91677093412 | refs/heads/master | 2021-01-20T06:25:50.168990 | 2013-06-18T17:20:54 | 2013-06-18T17:20:54 | 10,411,289 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,217 | puml | @startuml
title Secure Map Reduce 2 - Map Reduce Job Submission
autonumber
'hide footbox
'participant "Kerberos\nKDC" as KDC
participant "Client\n(c)" as C
participant "Resource\nManager\n(rm)" as RM
'participant "History\nServer\n(hs)" as HS
'participant "Node\nManager\n(nm)" as NM
'participant "Shuffle\nHandler\n(ss)" as SS
'participant "Application\nMaster\n(am)" as AM
'participant "Client\nService\n(cs)" as CS
'participant "Application\nContainer\n(ac)" as AC #red
'participant "Task\n(t)" as T #orange
'participant "File\nSystem\n(fs)" as FS
'participant "Name\nNode\n(nn)" as NN
'participant "Data\nNode\n(dn)" as DN
'note over C,RM #green: QUESTION: ?
activate C
note over C,RM #green: Q1: How does RM know this is a MR app and which AM impl to use?
'1
C->RM: <b>submitApplication\n [RSKT(c-rm-kst)]\n ( job-dir, c-tokens )\n : app-rpt{clnt-tkn}
note right: Client's serialize c-tokens include:\nc-nn-dt, c-hs-dt, [c-rm-dt,] shfl-tkn
activate RM
'3
RM->RM: <b>createClientToken\n ( clnt-tkn-mk )\n : clnt-tkn
note left: For the C to talk to AM.
'6
C<--RM: <b>app-rpt{clnt-tkn}
note right: ApplicationReport contains\nclnt-tkn which contain\nam-id
deactivate RM
deactivate C
@enduml | false | true | false | false | sequence |
fd876b171a3dc915e508f1dfb19a5c9b9ff781b1 | 91fceecc2c8cf6309741e0fb715cec95f8558ca8 | /assets/dp-observer-seq.plantuml | d54180cbe09fd064b48079f970cde6f9b3aa3130 | [
"MIT"
] | permissive | ohm-softa/ohm-softa.github.io | dd8b3fbbcce62d3625603376f0771ab62557d76a | 7479445d2b5598a9aaaa4f37ffd76436fc81482e | refs/heads/master | 2023-07-20T07:43:25.665737 | 2023-07-12T08:10:32 | 2023-07-12T08:10:32 | 170,150,460 | 20 | 42 | MIT | 2023-06-24T15:22:55 | 2019-02-11T15:16:01 | HTML | UTF-8 | PlantUML | false | false | 385 | plantuml | @startuml
client --> observable : addObserver(observer1)
client --> observable : addObserver(observer2)
observable --> observable : notifyObservers(...)
observable --> observer1 : update(...)
observable --> observer2 : update(...)
client --> observable : deleteObserver(observer1)
observable --> observable : notifyObservers(...)
observable --> observer2 : update(...)
@enduml
| false | true | false | false | sequence |
cc73b013cbdb0372271becb2fab6d0440b51260d | 6759dc257c3789550d3a6e5d0020c7b72e0dfb39 | /izanami-documentation/src/main/plantuml/lock.plantuml | e3d8523c43dd35b93ce63c677250ec0c2a9ff35c | [
"Apache-2.0"
] | permissive | MAIF/izanami | 049a68de012298fa316b92369478da2e2e134bf4 | d99d66ea291e403cfde63e891af7eba2e5d8035f | refs/heads/master | 2023-07-11T18:16:48.519836 | 2023-05-16T07:47:30 | 2023-05-16T07:47:30 | 113,339,504 | 175 | 57 | Apache-2.0 | 2023-08-28T11:29:23 | 2017-12-06T16:19:20 | Scala | UTF-8 | PlantUML | false | false | 125 | plantuml | @startuml
usecase a #red
usecase b #blue;text:white
usecase b1 #green
usecase c #green
a --> (b)
a --> (b1)
b --> (c)
@enduml | false | true | false | false | usecase |
e18f99080a2ab619d3597591c10eefa995342ed7 | 799fdb5c954b2a54b9bbbbc241cdd241823ec1c5 | /figures/task3.puml | 9fd24bea0f88d43c9508a0047c07130dcfadbfcb | [] | no_license | UAL-PP/lab5 | d29a62062cf32bab100b1a2ab3748ddb9c8b90ad | 5823622638b591660dcef0cbb9d36eecac4e34c5 | refs/heads/main | 2023-05-03T01:19:00.782783 | 2021-05-17T12:18:02 | 2021-05-17T12:18:02 | 368,172,953 | 0 | 12 | null | null | null | null | UTF-8 | PlantUML | false | false | 736 | puml | @startuml task3
!define LIGHTBLUE
!includeurl https://gist.githubusercontent.com/amgs/de57560012a8a5f0e4240f392b678a40/raw/c903c6b4f16b60b5eef3248f093497faae378f51/style.puml
participant main.StartServer <<Thread>>
participant main.StartClient <<Thread>>
main.StartServer -> TCPServer ** : create
loop 3 times
main.StartClient -> TCPClient ** : create
end
loop 3 times
participant TCPServerThread <<Thread>>
TCPServer -> TCPServer : socket = accept()
activate TCPServer
TCPClient -> TCPServer : connect
deactivate
TCPServer -> TCPServerThread **: create(socket)
TCPServerThread --> TCPClient : socket
TCPClient -> TCPServerThread : ""ping""
TCPServerThread --> TCPClient : ""pong""
end
@enduml | false | true | false | false | sequence |
d342767d4c29d4b9653e9e68bcc6b8dd0231e5bb | a751888fd29a1b92bb32ef7d272d3e72f664ed30 | /src/design/celestial-bodies-class-diagram.puml | d64b1e710af312e9f15efebfbe202ab24a7ac795 | [
"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 | 3,102 | 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 ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.orekit #ECEBD8 {
package frames #DDEBD8 {
class Frame
}
package utils #DDEBD8 {
interface ExtendedPVCoordinatesProvider
}
package bodies #DDEBD8 {
interface CelestialBody {
+Frame getInertiallyOrientedFrame()
+Frame getBodyOrientedFrame()
+String getName()
+double getGM()
}
class CelestialBodyFactory {
+CelestialBody getSolarSystemBarycenter()
+CelestialBody getSun()
+CelestialBody getMercury()
+CelestialBody getVenus()
+CelestialBody getEarthMoonBarycenter()
+CelestialBody getEarth()
+CelestialBody getMoon()
+CelestialBody getMars()
+CelestialBody getJupiter()
+CelestialBody getSaturn()
+CelestialBody getUranus()
+CelestialBody getNeptune()
+CelestialBody getPluto()
+CelestialBody getBody(String name)
}
interface CelestialBodyLoader {
+CelestialBody loadCelestialBody(String name)
}
class JPLEphemeridesLoader
interface IAUPole {
+Vector3D getPole(AbsoluteDate date)
+Vector3D getNode(AbsoluteDate date)
+double getPrimeMeridianAngle(AbsoluteDate date)
}
abstract class PredefinedIAUPoles {
+IAUPole getIAUPole(EphemerisType body)
}
CelestialBodyLoader <|.. JPLEphemeridesLoader
CelestialBody "*" <-left-o "1" CelestialBodyFactory
CelestialBodyFactory "1" o--> "*" CelestialBodyLoader
ExtendedPVCoordinatesProvider <|-- CelestialBody
CelestialBody -up-> Frame
IAUPole "*" <-left-* "1" PredefinedIAUPoles : creates
CelestialBody "1" *--> IAUPole
CelestialBody <-left- JPLEphemeridesLoader : creates
}
package data #DDEBD8 {
abstract class AbstractSelfFeedingLoader
JPLEphemeridesLoader --|> AbstractSelfFeedingLoader
}
}
@enduml
| false | true | false | false | class |
8068f483be41788c204c06e674512024d12ee018 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/crm03_01/email_sms_edition/i130616/crm_03_01_email_sequence_diagram_design.puml | b84458200e99ee0c804902eb1d99990497680bc5 | [] | 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 | 2,055 | puml | @startuml doc-files/crm_03_01_email_sequence_diagram_design.png
actor User
participant "UIExtensionContacts" as UII
participant "nContactsController" as ctrll
participant "Contact" as contact
participant "List<Email>" as emails
participant "Email" as email
participant "Persistence" as pers
participant "RepositoryFactory" as repFactory
participant "ContactsRepository" as contactsRep
User -> UII : Selects Contact
alt Option == "Create Email"
UII -> ctrll: newEmail(contact, text)
ctrll->contact: newEmail(text)
create email
contact -> email: create(text)
email->email:validate()
ctrll -> contact: addEmail(email)
contact -> emails: add(email)
ctrll -> pers : getRepositoryFactory()
pers -> repFactory : newInstance()
ctrll -> repFactory : getContactsRepository()
ctrll -> contactsRep: updateContact(contact)
else Option == "Edit Email"
User -> UII: Selects Email
User -> UII: Enter the new information
UII -> ctrll: editEmail(contact,email,text)
ctrll -> email: edit(text)
email -> email: validate()
ctrll -> pers : getRepositoryFactory()
pers -> repFactory : newInstance()
ctrll -> repFactory : getContactsRepository()
ctrll -> contactsRep: updateContact(contact)
else Option == "Remove Email"
User -> UII: Selects Email
UII -> ctrll: removeEmail(contact, email)
ctrll -> contact: removeEmail(email)
contact -> emails: remove(email)
ctrll -> pers : getRepositoryFactory()
pers -> repFactory : newInstance()
ctrll -> repFactory : getContactsRepository()
ctrll -> contactsRep: updateContact(contact)
else Option == "Edit Primary Email"
User -> UII: Selects Email
UII-> ctrll: setPrimaryEmail(contact,email)
ctrll->contact: setPrimaryEmail(email)
contact->emails: set(index,email)
ctrll -> pers : getRepositoryFactory()
pers -> repFactory : newInstance()
ctrll -> repFactory : getContactsRepository()
ctrll -> contactsRep: updateContact(contact)
end
@enduml
| false | true | false | false | usecase |
4da168a663f1ff32e2a2b0ce87c1723c48ba2d5e | 7658a6afe423ee752a621096f3b142ad7133277d | /aws/Compute-EC2.puml | 4c9f3ec9a69d58cd1e00dbeca6ac324cea1d7b76 | [] | no_license | sky0621/try-plantuml | 9bf1812c4ccd2c05a40a3253356f354efff92b9d | efb79c54685bfcc649da7840ed6cebb302c046ec | refs/heads/master | 2020-04-22T13:38:33.556631 | 2019-10-02T15:13:27 | 2019-10-02T15:13:27 | 170,415,988 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,564 | puml | @startuml
!define AWSPUML https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist
!includeurl AWSPUML/common.puml
!includeurl AWSPUML/Compute/AmazonEC2/AmazonEC2.puml
!includeurl AWSPUML/Compute/AmazonEC2/AMI/AMI.puml
!includeurl AWSPUML/Compute/AmazonEC2/AutoScaling/AutoScaling.puml
!includeurl AWSPUML/Compute/AmazonEC2/DBoninstance/DBoninstance.puml
!includeurl AWSPUML/Compute/AmazonEC2/EC2rescue/EC2rescue.puml
!includeurl AWSPUML/Compute/AmazonEC2/ElasticIPaddress/ElasticIPaddress.puml
!includeurl AWSPUML/Compute/AmazonEC2/SpotFleet/SpotFleet.puml
!includeurl AWSPUML/Compute/AmazonEC2/SpotInstance/SpotInstance.puml
!includeurl AWSPUML/Compute/AmazonEC2/X1instance/X1instance.puml
!includeurl AWSPUML/Compute/AmazonEC2/instance/instance.puml
!includeurl AWSPUML/Compute/AmazonEC2/instances/instances.puml
!includeurl AWSPUML/Compute/AmazonEC2/instancewithCloudWatch/instancewithCloudWatch.puml
!includeurl AWSPUML/Compute/AmazonEC2/optimizedinstance/optimizedinstance.puml
package "Compute" {
AMAZONEC2("AMAZONEC2") {
AMI("AMI")
AUTOSCALING("AutoScaling")
DBONINSTANCE("DBONINSTANCE")
EC2RESCUE("EC2RESCUE")
ELASTICIPADDRESS("ELASTICIPADDRESS")
SPOTFLEET("SPOTFLEET")
SPOTINSTANCE("SPOTINSTANCE")
X1INSTANCE("X1INSTANCE")
INSTANCE("INSTANCE")
INSTANCES("INSTANCES")
AMAZONEC2_INSTANCES("AMAZONEC2_INSTANCES")
INSTANCEWITHCLOUDWATCH("INSTANCEWITHCLOUDWATCH")
OPTIMIZEDINSTANCE("OPTIMIZEDINSTANCE")
}
}
@enduml | false | true | false | false | uml-unknown |
648f09418f434a371f28fbc85d64e9dd2f75482f | d2d56c280c3be8f22c01004223590497eda0bc7c | /docs/high-level-design.plantuml | 3003a62bf846344959349e7c8ff048b8288b78f3 | [] | no_license | anapitupulu/currency-rate | c83ac21f2df418f9286fa0552e650644674074b8 | cd129b27c896159040d39fbafb3eb8281e0f7bce | refs/heads/master | 2022-12-11T22:41:30.242896 | 2019-09-22T04:37:06 | 2019-09-22T04:47:32 | 210,003,723 | 0 | 0 | null | 2022-12-11T06:39:38 | 2019-09-21T14:56:00 | TypeScript | UTF-8 | PlantUML | false | false | 344 | plantuml | @startuml
card App.vue
card BaseCurrency.vue
card CurrencyRate.vue
storage VuexStore
cloud exchangerateapi.io
App.vue --> BaseCurrency.vue : pass base currency data
App.vue --> CurrencyRate.vue : pass currency data
App.vue --> VuexStore : read / write data to the store
VuexStore --> exchangerateapi.io : fetch rates and store them
@enduml
| false | true | false | false | sequence |
6dbbf9cd5f80c1d98f21ab6e7b0bea6e48476780 | 12c226d65959fb8496b5d27e7a65db029f953c2f | /src/src.plantuml | 799efabab61339c8cd647c896a8495fadb4ff41f | [] | no_license | VitalyVV/FinalProjDesignPatterms | 41c08f5300bc3201ebad0396e07bb3645e6d013c | 6416ee637f4041c2cb7b848de71365045f15ddfe | refs/heads/master | 2022-07-03T14:09:42.817044 | 2020-05-08T15:03:34 | 2020-05-08T15:03:34 | 257,310,942 | 0 | 0 | null | 2020-05-08T15:03:36 | 2020-04-20T14:43:20 | Java | UTF-8 | PlantUML | false | false | 4,283 | plantuml | @startuml
title __SRC's Class Diagram__\n
class application.Application {
+ Application()
+ run()
- router()
}
class application.ApplicationContext {
- commands : HashMap<String, Command>
- in : BufferedReader
{static} - instance : ApplicationContext
- out : PrintWriter
+ getCommands()
+ getIn()
{static} + getInstance()
+ getMediator()
+ getOut()
+ setIn()
+ setOut()
+ write()
+ writeln()
~ addCommand()
}
application.Application .up.|> java.lang.Runnable
application.ApplicationContext o-- mediator.Mediator : taskMediator
class tasks.Project {
- name : String
- taskList : ArrayList<Task>
+ Project()
+ addTask()
+ getName()
+ getTask()
+ getTasks()
+ removeTask()
}
class tasks.Task {
- deadline : Calendar
- description : String
- done : boolean
- id : long
- subTasks : ArrayList<Task>
+ addTask()
+ getDeadline()
+ getDescription()
+ getId()
+ getSubTask()
+ getSubTasks()
+ isDone()
+ listTasks()
+ removeSubTask()
+ setDeadline()
+ setDone()
~ Task()
- isToday()
}
class tasks.TaskAgency {
- projects : HashMap<String, Project>
+ addDeadline()
+ addNewProject()
+ addNewSubTask()
+ addNewTask()
+ findTaskById()
+ getProject()
+ getProjects()
+ listTasks()
+ removeTask()
+ setTaskDone()
}
class tasks.TaskFactory {
{static} - id : long
{static} + createNewTask()
}
interface mediator.Mediator {
{abstract} + notify()
}
class mediator.TaskMediator {
+ addProject()
+ addSubTask()
+ addTask()
+ checkTask()
+ notify()
+ removeTask()
+ showTask()
+ showTodayDeadlines()
+ uncheckTask()
- add()
- notifyAgency()
- notifyCommand()
}
namespace commands{
interface commands.Command {
{abstract} + description()
{abstract} + execute()
}
class commands.ErrorCommand {
+ description()
+ execute()
}
class commands.HelpCommand {
+ description()
+ execute()
}
namespace tasks{
class commands.tasks.AddCommand {
+ description()
}
class commands.tasks.CheckCommand {
+ description()
}
class commands.tasks.DeadlineCommand {
+ description()
}
class commands.tasks.RemoveCommand {
+ description()
}
class commands.tasks.ShowCommand {
+ description()
}
abstract class commands.tasks.TaskCommand {
+ execute()
}
class commands.tasks.TodayCommand {
+ description()
}
class commands.tasks.UncheckCommand {
+ description()
}
}
}
commands.tasks.AddCommand -up-|> commands.tasks.TaskCommand
commands.tasks.CheckCommand -up-|> commands.tasks.TaskCommand
commands.tasks.DeadlineCommand -up-|> commands.tasks.TaskCommand
commands.tasks.RemoveCommand -up-|> commands.tasks.TaskCommand
commands.tasks.ShowCommand -up-|> commands.tasks.TaskCommand
commands.tasks.TaskCommand .up.|> commands.Command
commands.tasks.TodayCommand -up-|> commands.tasks.TaskCommand
commands.tasks.UncheckCommand -up-|> commands.tasks.TaskCommand
commands.ErrorCommand .up.|> commands.Command
commands.HelpCommand .up.|> commands.Command
mediator.TaskMediator .up.|> mediator.Mediator
mediator.TaskMediator o-- tasks.TaskAgency : taskAgency
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 |
c9b521ef1dd64c8cbf2d106072187bf32d2a968a | a124f8cffd3f9d60d4b1dfe10771c9147d4d8367 | /docs/UML/Diagramme d'activité/Creation_ticket.puml | 6c6e8ac282cd14140732c6237159f0948597ff67 | [] | no_license | dorianleveque/CoHub | 6d74d48bc68b78865eca96008319a7900710dcb6 | 1427516ecaa1bcb3e6f53d1822bc9b30fb5a2ba6 | refs/heads/master | 2023-01-13T03:15:42.307065 | 2020-11-21T15:59:01 | 2020-11-21T15:59:01 | 314,390,488 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,168 | puml | @startuml
title __Création d'un ticket__ \n Pré-requis : Connexion
partition Utilisateur {
(*) --> "Accès à l'application"
}
partition Système {
"Accès à l'application" --> "Affichage de la liste des demande"
partition Utilisateur {
"Affichage de la liste des demande" --> "Appuis sur le bouton création de demande"
}
partition Système {
"Appuis sur le bouton création de demande" --> "Affichage de la page de création de ticket"
}
partition Utilisateur {
"Affichage de la page de création de ticket" --> "Insertion des informations nécessaires"
"Insertion des informations nécessaires" --> "Appuis sur le bouton de validation des informations"
}
partition Système {
"Appuis sur le bouton de validation des informations" --> "Vérification des informations du ticket"
"Vérification des informations du ticket" --> if "Informations correct" then
-->[true] "valider la création"
"valider la création" --> "Stockage du ticket"
"Stockage du ticket" -->(*)
else
-->[false] "Afficher message d'erreur"
"Afficher message d'erreur" --> "Insertion des informations nécessaires"
@enduml | false | true | true | false | activity |
98bdfd44ce5835c5a77d058e5a513521a744fff9 | fce2d7964ab73c9a3ecae18177ad8115ee370d06 | /observer/doc/explanation/class.puml | 1d3e65640c5804e6b945adf16010510df6185fef | [] | no_license | nsanitate/design-patterns | 56bfcd97e6a98572a897a49483513dba133e4113 | 6056a264c8b0dbe512084d47f7ee2e9c3550f78f | refs/heads/master | 2021-09-14T09:35:33.889605 | 2018-05-11T11:04:27 | 2018-05-11T11:04:27 | 125,198,854 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 587 | puml | @startuml Observer Pattern class diagram
title Observer Pattern sequence diagram
interface IObservable {
List<IObserver> observers
add(IObserver)
remove(IObservable)
notifyObservers()
}
interface IObserver {
update()
}
class ConcreteObservable {
add(IObserver)
remove(IObservable)
notifyObservers()
getState()
}
class ConcreteObserver {
ConcreteObservable concreteObservable
update()
}
IObservable -> "0..n" IObserver
IObservable <|-- ConcreteObservable
IObserver <|-- ConcreteObserver
ConcreteObservable <- ConcreteObserver
@enduml | false | true | false | false | class |
77672fb74ae0ee25df511499b61ee2071705d0e8 | 0a0e986dd1f62801857242e14aac97cb9a0108c4 | /Proj/docs/uml/attack_strategy.puml | 384bab0821da6484c68ce89e2c647bf8f7d9571c | [] | no_license | JoaoCostaIFG/LPOO | 6bca97bcf5d65ca79b1d83ef322a70b9c14aa5a3 | 0db8aca4897f50d202ed695750c8ddf10ff100b7 | refs/heads/master | 2021-02-07T04:39:57.611429 | 2020-10-19T09:52:19 | 2020-10-19T09:52:19 | 305,335,228 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,039 | puml | @startuml
hide empty members
skinparam classAttributeIconSize 0
skinparam linetype polyline
skinparam shadowing false
/' Behaviour '/
interface Agressive {
+ setAtkStrat(AttackStrategy)
+ getAtkStrat() : AttackStrategy
+ attack(Room, me: Element, target: Element) : boolean
}
abstract class Element {
+ attack(Room, target: Element) : boolean
}
class AgressiveBehaviour {
- attackStrat: AttackStrategy
}
class PassiveBehaviour {}
class Laser {}
class MeleeGuy {}
class RangedGuy {}
/' Attack strats '/
interface AttackStrategy {
+ attack(Room, me: Element, target: Element) : boolean
}
class LaserAtkStrat {}
class MeleeAtkStrat {}
class RangedGuyAtkStrat {}
/' Connections '/
AgressiveBehaviour .down.^ Agressive
PassiveBehaviour .down.^ Agressive
Element -up-> Agressive
Element .up.^ Agressive
Laser -up-^ Element
MeleeGuy -up-^ Element
RangedGuy -up-^ Element
LaserAtkStrat .up.^ AttackStrategy
MeleeAtkStrat .up.^ AttackStrategy
RangedGuyAtkStrat .up.^ AttackStrategy
AgressiveBehaviour -left-> AttackStrategy
@enduml
| false | true | false | false | class |
a282982f14374c659bfb2ebda0ef089fe06b2431 | dab688a00bb3b108471dc56e639dbe787429b0c5 | /structural/proxy/proxy.puml | 0ec5c06895841ed626ab8611ba01d5c1ee3fa848 | [] | no_license | huayun321/go-design-patterns | 39c756ac1552ecf22c9a500a478a98bef30d05b9 | bd3370011dfd857db7f7e71beec0b82930222703 | refs/heads/master | 2023-02-20T08:44:03.693540 | 2021-01-15T01:12:25 | 2021-01-15T01:12:25 | 325,818,390 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 749 | puml | @startuml
namespace proxy {
class User << (S,Aquamarine) >> {
+ ID int32
}
interface UserFinder {
+ FindUser(id int32) (User, error)
}
class UserList << (S,Aquamarine) >> {
- addUser(newUser User)
+ FindUser(id int32) (User, error)
}
class UserListProxy << (S,Aquamarine) >> {
+ SomeDatabase *UserList
+ StackCache UserList
+ StackCapacity int
+ DidLastSearchUsedCache bool
- addUserToStack(user User)
+ FindUser(id int32) (User, error)
}
class proxy.UserList << (T, #FF7700) >> {
}
}
"proxy.UserFinder" <|-- "proxy.UserList"
"proxy.UserFinder" <|-- "proxy.UserListProxy"
"proxy.[]User" #.. "proxy.UserList"
@enduml
| false | true | false | false | class |
e62ef0914a354b8a7185252a4625e5258f0dbd97 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/serviceability/site/media/src/useCase3Flow.puml | 5f7b5a209f12509b01813b4e190f4158b94ed917 | [
"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 | 300 | puml | @startuml
hide footbox
participant Buyer
participant Seller
Buyer -> Seller : GET {{baseUrl}}/geographicSite
Seller -> Seller : validate Request
alt success
Buyer <-- Seller : 200 GeographicSite[]
else validation or internal problem
Buyer <-- Seller: 4xx/5xx : error response
end
@enduml | false | true | false | false | sequence |
6b824e5eaa6e223d83c422cd07794c85f4b2f426 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140611/sprint2/chat_app_analysis.puml | 1df4294572fba860b1bacb606b047c35c3d6297b | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 958 | puml | @startuml doc-files/chat_app_analysis.png
actor User
participant "<<analysis>>\nChatAppUI" as ChatAppUI
participant "<<analysis>>\nChatAppController" as ChatAppController
participant "<<analysis>>\nUdpService" as UdpService
participant "<<analysis>>\nTcpService" as TcpService
participant "<<analysis>>\nVolt.UdpClient" as UdpClient
participant "<<analysis>>\nVolt.UdpServer" as UdpServer
participant "<<analysis>>\nVolt.TcpServer" as TcpServer
participant "<<analysis>>\nVolt.TcpClient" as TcpClient
User->ChatAppUI: open chat option
ChatAppUI->ChatAppController: new()
activate ChatAppController
ChatAppController->UdpService: new()
UdpService->UdpServer:server(int localPort, int targetPort)
UdpService->UdpClient:client(int seconds)
ChatAppController->TcpService: new()
ChatAppController->TcpService: sendMessage()
TcpService->TcpServer:server(int port)
TcpService->TcpClient:client(String target, String message)
deactivate ChatAppController
@enduml | false | true | false | false | usecase |
5cb5b3d399ecd8e628cf83db220172f2868b385b | b812cc2900143ed25a5951264bd54b1cf17fde11 | /doc/SlicerDevelopmentToolbox.puml | 2376985b1470730b2fc566e3691e95be5400e250 | [
"BSD-3-Clause",
"LicenseRef-scancode-3dslicer-1.0"
] | permissive | QIICR/SlicerDevelopmentToolbox | b8a11cba0de2f7a7dbc9353f9cdf662f1e0e4529 | 2c2465d3440f1c4791eba81e9dd9ea7f3516dd68 | refs/heads/master | 2022-09-20T14:38:43.877224 | 2022-09-14T19:19:15 | 2022-09-14T19:19:15 | 88,293,612 | 6 | 7 | NOASSERTION | 2022-09-14T19:19:16 | 2017-04-14T18:43:00 | Python | UTF-8 | PlantUML | false | false | 7,915 | puml | @startuml
skinparam classBackgroundColor white
package "qt" #41cd52 {
class QWidget
class QMessageBox
class QGroupBox
class DICOMProcess
class QPushButton
}
package "buttons" #0077ff {
abstract class BasicIconButton {
+ {abstract} ICON_FILENAME=None
+ buttonIcon
__
+ onAboutToBeDestroyed(obj)
# _connectSignals()
}
abstract class CheckableIconButton {
.. slots ..
{abstract} onToggled(checked)
}
abstract class LayoutButton {
+ {abstract} LAYOUT=None
__
.. properties ..
+ layoutManager
.. slots ..
+ onLayoutChanged(layout)
}
class ModuleSettingsButton {
.. slots ..
+ onClicked()
}
class RedSliceLayoutButton {
+ LAYOUT=slicer.vtkMRMLLayoutNode.SlicerLayoutOneUpRedSliceView
}
class FourUpLayoutButton {
+ LAYOUT=slicer.vtkMRMLLayoutNode.SlicerLayoutFourUpView
}
class FourUpTableViewLayoutButton {
+ LAYOUT=slicer.vtkMRMLLayoutNode.SlicerLayoutFourUpTableView
}
class SideBySideLayoutButton {
+ LAYOUT=slicer.vtkMRMLLayoutNode.SlicerLayoutSideBySideView
}
class CrosshairButton{
+ DEFAULT_CROSSHAIR_MODE=slicer.vtkMRMLCrosshairNode.ShowSmallBasic
__
# _setCrosshairMode(mode)
# _setSliceIntersectionEnabled(enabled)
# _connectCrosshairNode()
# _disconnectCrosshairNode()
.. slots ..
+ onCursorPositionChanged()
}
class WindowLevelEffectsButton {
.. properties ..
+ sliceWidgets
__
+ wlEffects: dict(sliceWidget:WindowLevelEffect)
__
+ refreshForAllAvailableSliceWidgets()
+ cleanupSliceWidgets()
+ addSliceWidget(sliceWidget)
+ removeSliceWidget(sliceWidget)
__
# _enableWindowLevelEffects()
# _disableWindowLevelEffects()
}
BasicIconButton <|-- ModuleSettingsButton
CheckableIconButton <|-- LayoutButton
LayoutButton <|-- RedSliceLayoutButton
LayoutButton <|-- FourUpLayoutButton
LayoutButton <|-- FourUpTableViewLayoutButton
LayoutButton <|-- SideBySideLayoutButton
BasicIconButton <|-- CheckableIconButton
CheckableIconButton <|-- CrosshairButton
CheckableIconButton <|-- WindowLevelEffectsButton
}
package "helpers" #008822 {
class SampleDataDownloader {
.. events ..
+ StatusChangedEvent
+ DownloadCanceledEvent
+ DownloadFinishedEvent
+ DownloadFailedEvent
__
+ downloadFileIntoCache(uri, name)
+ downloadFile(uri, destFolderPath, name)
+ cancelDownload()
}
class DirectoryWatcher {
.. events ..
+ StartedWatchingEvent
+ StoppedWatchingEvent
+ IncomingFileCountChangedEvent
__
+ start()
+ stop()
__
# _startWatching()
# _onFileCountChanged(count)
}
class TimeoutDirectoryWatcher {
.. events ..
+ IncomingDataReceiveFinishedEvent
__
# _checkIfStillSameFileCount()
}
class SmartDICOMReceiver {
.. events ..
+ StatusChangedEvent
+ DICOMReceiverStartedEvent
+ DICOMReceiverStoppedEvent
+ IncomingDataReceiveFinishedEvent
+ IncomingFileCountChangedEvent
.. slots ..
+ onDataReceivedFinished()
+ onIncomingFileCountChanged(caller, event, callData)
__
+ start(runStoreSCP=True)
+ stop()
+ startStoreSCP()
+ stopStoreSCP()
+ forceStatusChangeEventUpdate()
__
# _updateStatus(text)
}
class WindowLevelEffect {
+ enable()
+ disable()
__
# _updateNodeWL(node, startWindowLevel, startXY)
# _createWLCursor()
# _processEvent(caller, event)
}
class SliceAnnotation
class WatchBoxAttribute {
+ MASKED_PLACEHOLDER="X"
+ TRUNCATE_LENGTH=None
.. properties ..
+ title
+ masked
+ value
+ originalValue
__
+ maskedValue(value):string
+ updateVisibleValues(value)
}
DICOMProcess <|-- DICOMDirectorySender
}
package "widgets" #00FFFF {
class SettingsMessageBox {
+ moduleName
+ keyElementPairs: dict
__
+ getSettingNames(): []
.. slots ..
+ onOkButtonClicked()
}
class CustomStatusProgressbar {
+ STYLE="QWidget{background-color:#FFFFFF;}"
.. properties ..
+ text
+ value
+ maximum
__
+ reset()
+ updateStatus(text, value=None)
+ refreshProgressVisibility()
}
class TargetCreationWidget {
+ HEADERS=["Name","Delete"]
+ MODIFIED_EVENT="ModifiedEvent"
+ DEFAULT_FIDUCIAL_LIST_NAME=None
+ DEFAULT_CREATE_FIDUCIALS_TEXT="Place Target(s)"
+ DEFAULT_MODIFY_FIDUCIALS_TEXT="Modify Target(s)"
+ ICON_SIZE=qt.QSize(24, 24)
.. events ..
+ TargetingStartedEvent
+ TargetingFinishedEvent
.. properties ..
+ currentNode
+ targetListSelectorVisible
__
+ startPlacing()
+ stopPlacing()
+ getOrCreateFiducialNode()
+ createNewFiducialNode(name=None)
+ resetTable()
+ cleanupButtons()
+ updateButtons()
+ handleDeleteButtonClicked(idx)
+ addTargetListObservers()
+ removeTargetListObservers()
+ hasTargetListAtLeastOneTarget(): boolean
__
# _processKwargs(**kwargs)
# _addDeleteButton()
.. slots ..
+ onInteractionModeChanged(caller, event)
+ onFiducialListSelected(node)
+ onFiducialsUpdated(caller, event)
+ onCellChanged(row, col)
}
class ExtendedQMessageBox
class IncomingDataWindow
class RatingWindow {
.. events ..
+ RatingWindowClosedEvent
.. properties ..
+ maximumValue
__
+ text
__
+ isRatingEnabled(): boolean
+ eventFilter(obj, event)
+ onRatingButtonClicked(buttonId)
__
# _connectButtons()
# _disconnectButtons()
# _onHoverEvent(obj)
# _onLeaveEvent()
}
class BasicInformationWatchBox {
+ DEFAULT_STYLE='background-color: rgb(230,230,230)'
+ PREFERRED_DATE_FORMAT="%Y-%b-%d"
__
+ reset()
+ checkAttributeUniqueness(): boolean
+ getAttribute(name): WatchBoxAttribute
__
+ attributes
}
class FileBasedInformationWatchBox {
+ FileBasedInformationWatchBox=": "
+ DEFAULT_TAG_NAME_SEPARATOR="_"
.. properties ..
+ sourceFile
__
+ updateInformation()
+ updateInformationFromWatchBoxAttribute(attribute)
__
# _getTagNameFromTagNames(tagNames)
# _getTagValueFromTagValues(values)
}
class XMLBasedInformationWatchBox
class DICOMBasedInformationWatchBox {
+ DATE_TAGS_TO_FORMAT=[DICOMTAGS.STUDY_DATE, DICOMTAGS.PATIENT_BIRTH_DATE]
+ updateInformationFromWatchBoxAttribute(attribute)
}
BasicInformationWatchBox <|-- FileBasedInformationWatchBox
FileBasedInformationWatchBox <|-- XMLBasedInformationWatchBox
FileBasedInformationWatchBox <|-- DICOMBasedInformationWatchBox
}
WatchBoxAttribute <.. BasicInformationWatchBox::attributes
package "mixins" #c3ff00 {
class ParameterNodeObservationMixin
class GeneralModuleMixin
class ModuleWidgetMixin
class ModuleLogicMixin
ParameterNodeObservationMixin <|-- GeneralModuleMixin
GeneralModuleMixin <|-- ModuleWidgetMixin
GeneralModuleMixin <|-- ModuleLogicMixin
}
package "metaclasses" #d398aa {
class Singleton
}
package "decorators" #97b7d2 {
class logmethod
class onModuleSelected
class MultiMethod
class processEventsEvery
}
SettingsMessageBox <.. ModuleSettingsButton: uses
WindowLevelEffect <.. WindowLevelEffectsButton::wlEffects : 0..n
ParameterNodeObservationMixin <|-- SampleDataDownloader
FancyURLopener <|-- SampleDataDownloader
DirectoryWatcher <|-- TimeoutDirectoryWatcher
ModuleLogicMixin <|-- SmartDICOMReceiver
ModuleLogicMixin <|-- DirectoryWatcher
ModuleWidgetMixin <|-- IncomingDataWindow
ModuleWidgetMixin <|-- TargetCreationWidget
ModuleWidgetMixin <|-- RatingWindow
QWidget <|-- IncomingDataWindow
QWidget <|-- TargetCreationWidget
QWidget <|-- CustomStatusProgressbar
QWidget <|-- RatingWindow
QMessageBox <|-- SettingsMessageBox
QMessageBox <|-- ExtendedQMessageBox
QGroupBox <|-- BasicInformationWatchBox
QPushButton <|-- BasicIconButton
@enduml | false | true | false | false | class |
f8dba401922c25c9bb0deb25879060388b5bfb12 | 6b331b0be8735f3fb7a8f348bc17bbd268670050 | /UML/ClassDiagram/PackageDiagram.puml | 2d5b0a8ce56e6b95d06f74b2e62922d620b42afc | [] | no_license | WLun001/service-request-app | 79ee292ddee2e90b87d0175921f19486e65afc35 | 5b8a1bfa2f95bcc36fc097de38136512ccf7080f | refs/heads/master | 2021-04-12T01:38:32.744096 | 2018-04-05T01:03:45 | 2018-04-05T01:03:45 | 125,892,479 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 554 | puml | @startuml
title Package Diagram
service.ui .up.> service.dbHelper : <<use>>
service.ui .up.> service.domain : <<use>>
package "service.dbHelper" {
abstract class person
class Client
class Technician
abstract class PersonList
class TechnicianList
class ClientList
}
package "service.domain" {
class Controller
class ServiceRequest
class ServiceRequestList
interface IServiceRequestList
}
package "service.ui" {
interface IUserInterface
class AppUI
class ServiceRequestApp
}
package "library"{
class List
class Scanner
class String
@enduml | false | true | false | false | class |
bc5aa78871ec940a1f997a9a6643274f674c3175 | b8c409912c930baf8050f8c85da0cf2e97966b27 | /src/main/resources/uml/case/2_1用例.puml | 18a41ec8d6b0cbe49a1899feabb894ed6e3c9ee8 | [] | no_license | tom1120/BaseStudy | 8cd1b735a119e022d54738c7ba3d8a9cd16aa8d5 | 35d1c19a6ebaabbb52870af8b61604d8f0290a5e | refs/heads/master | 2023-07-24T13:22:00.656180 | 2023-07-08T15:53:45 | 2023-07-08T15:53:45 | 135,059,686 | 0 | 0 | null | 2023-07-08T15:54:31 | 2018-05-27T15:40:27 | Java | UTF-8 | PlantUML | false | false | 144 | puml | @startuml
'https://plantuml.com/use-case-diagram
(First usecase)
(Another usecase) as (UC2)
usecase UC3
usecase (Laset\nusecase) as UC4
@enduml | false | true | false | false | usecase |
5c6841262b0cfb09e4e29ef87cc63ac99781b848 | 8f6be88687cf22545917cde690f2850a0a9fa6df | /use-cases/World FactBook Info.puml | 0704969edd90a1e41823cc78372254e225ab54bf | [
"Apache-2.0"
] | permissive | EinGyinMoe/Group3 | 951a3fc53b186c1998062696860a002063dc4e07 | 03700e55b7ca6ec420551095006b900d8c884b60 | refs/heads/master | 2020-07-01T14:28:55.368924 | 2019-09-06T04:18:36 | 2019-09-06T04:18:36 | 201,196,766 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,619 | puml | @startuml
'Start PlantUML
'Use Cases using in DevOps help to solve the problems and improve performance of the system.
actor user as "Organization User"
'Defined the system using rectangles
'rectangle Database
rectangle "World factbook Information System " {
usecase UC1 as "Country Report"
usecase UC2 as "City Report"
usecase UC3 as "Capital City Report"
usecase UC4 as "Population Report"
usecase UC5 as "Population According to User-input Report"
usecase UC6 as "Language Report"
' usecase UCa as "Print all information"
'To provide a name for usecases (use case UC1 as use case 1)
user--UC1
user - UC2
user - UC3
user - UC4
' UC4 ..> UCa : include
' UC4 - Database
user - UC5
' UC5 ..> UCa : include
' UC5 - Database
' user - UC6
'' UC6 ..> UCa : include
'' UC6 - Database
' user - UC7
'' UC7 ..> UCa : include
'' UC7 - Database
' user - UC8
'' UC8 ..> UCa : include
'' UC8 - Database
' user - UC9
'' UC9 ..> UCa : include
'' UC9 - Database
' user - UC10
'' UC10 ..> UCa : include
'' UC10 - Database
' user - UC11
'' UC11 ..> UCa : include
'' UC11 - Database
' user - UC12
'' UC12 ..> UCa : include
'' UC12 - Database
' user - UC13
'' UC13 ..> UCa : include
'' UC13 - Database
' user - UC14
'' UC14 ..> UCa : include
'' UC14 - Database
' user - UC15
'' UC15 ..> UCa : include
'' UC15 - Database
' user - UC16
'' UC16 ..> UCa : include
'' UC16 - Database
' user - UC17
'' UC17 ..> UCa : include
'' UC17 - Database
}
'End PlantUML
@enduml
| false | true | false | false | usecase |
9a1137af478785c6ba1a01593c1d0e30feffcde3 | 831e34223751ba984839b477e9334a7316b044af | /docs/diagramas/diagramas de clase/Batalla.puml | deabdbc84c1e6461ff632fd0b2b0f1e002007831 | [
"MIT"
] | permissive | nauee/Algo3-TP2 | 7163a693b752906e48f416d6a02fad76cd357961 | d1bec97ab04bb6272d851c6627b72d5a0951ab31 | refs/heads/main | 2023-07-11T13:04:23.873792 | 2021-08-12T23:26:02 | 2021-08-12T23:26:02 | 381,121,179 | 6 | 5 | MIT | 2021-08-12T02:33:59 | 2021-06-28T18:05:13 | Java | UTF-8 | PlantUML | false | false | 617 | puml | @startuml
title Batalla
hide empty members
class Batalla {
- atacado: Pais
- atacante: Pais
- cantidadEjercitoAtacante: int
+ {static} Batalla(atacado, atacante, cantidadEjercitoAtacante): Batalla
- determinarPerdedor(dadoAtacante: int, dadoAtacado: int): Pais
+ ataqueEntrePaises(resultadosDadosAtacado: ArrayList, resultadosDadosAtacante: ArrayList): void
+ batallar(): void
}
Batalla ..> Dado
class Dado {
+ {static} lanzar(cantidad: int): ArrayList
}
Pais ..> Batalla
class Pais {
+ atacarPais(paisAtacado: Pais, cantidadEjercito: int, jugador: Jugador): void
}
@enduml | false | true | false | false | class |
bf8241db6df6fde54c121c2a83811da97ba9c1b2 | a6c6260c47cfd485d9efada5d5465f8e76fd9fd6 | /docs/Libgdx_ATC_Simulator/Design_and_API/System_Design.puml | 705de09e4d83d5735538023b204fb23d32d9eb88 | [
"MIT"
] | permissive | kellpossible/libgdx-atc-sim | de1a0c6bdf4aef62f81be8054bb6b0fef9169057 | b469ccc3245004d36a9e0f6d1d27651182ba2962 | refs/heads/master | 2020-03-16T21:28:47.083340 | 2019-07-03T04:29:20 | 2019-07-03T04:29:20 | 133,000,560 | 1 | 3 | MIT | 2019-07-03T04:29:21 | 2018-05-11T06:47:03 | Java | UTF-8 | PlantUML | false | false | 2,135 | puml | @startuml
package "External Servers" as External <<Node>> {
object ExternalCat62Server
object ExternalADSBServer
}
package "External ATC Display" as ExternalATCDisplayPackage <<Node>> {
object ExternalATCDisplay
object "PredictionFeedDecoder" as ExternalPredictionFeedDecoder
ExternalATCDisplay o-left- ExternalPredictionFeedDecoder
}
package "Prediction Service" as PredictionService <<Node>> {
note as N2
The prediction service contains
all the prototype algorithms.
It takes data feeds as inputs,
and prediction feeds to displays
are its outputs.
end note
object DebugDataFeedClientThread
object PredictionFeedServer
object Cat62Decoder
object ADSBDecoder
}
package "ATC Simulator" as ATCSimulator <<Node>> {
note as N1
The ATC Simulator serves as a test-bed for
the prediction service, providing all the
necessary inputs and outputs required
to perform integration testing on the
prediction service.
end note
package "Display" as DisplayPackage {
object PredictionFeedDecoder
object Display
note left of Display
The Display reads data from
a predection server, and displays
it. It also is capable of displaying
debug information directly from the
DebugDataFeed
end note
PredictionFeedDecoder --o Display
}
package "Debug Data Feed" as DebugDataFeedPackage {
object DebugDataFeed
object DebugDataFeedServer
DebugDataFeed o-- DebugDataFeedServer
note left of DebugDataFeedServer
The DataServer reads data
in from files and then
provides data in a stream
format
end note
}
Display --> DebugDataFeed
Display <-- DebugDataFeed
}
DebugDataFeedServer --> DebugDataFeedClientThread
DebugDataFeedServer <-- DebugDataFeedClientThread
PredictionFeedServer --> PredictionFeedDecoder
PredictionFeedServer <-- PredictionFeedDecoder
PredictionFeedServer --> ExternalPredictionFeedDecoder
PredictionFeedServer <-- ExternalPredictionFeedDecoder
ExternalCat62Server --> Cat62Decoder
ExternalCat62Server <-- Cat62Decoder
ExternalADSBServer --> ADSBDecoder
ExternalADSBServer <-- ADSBDecoder
@enduml
| false | true | false | false | class |
1391c1e80f1ba4c52d60cb42883799e1ac496a71 | 4a45879f3faebefebb27fad5b61b398bf87217f9 | /dubbo-demo/dubbo-demo-provider/src/main/java/com/alibaba/dubbo/uml/compiler.puml | 618ffc0ec8722876778739c5c66993260e5c432e | [
"Apache-2.0"
] | permissive | zhaojigang/dubbo-notes | eda9f2ad21af5665f80382cca0af515d5c038b52 | 51816c8349a073c7801268898a5895f2124ce6ba | refs/heads/2.6.x | 2022-09-23T02:31:48.859625 | 2019-08-15T06:46:39 | 2019-08-15T06:46:46 | 194,365,385 | 3 | 2 | Apache-2.0 | 2022-09-15T03:37:28 | 2019-06-29T04:48:15 | Java | UTF-8 | PlantUML | false | false | 600 | puml | @startuml
interface Compiler {
+ Class<?> compile(String code, ClassLoader classLoader)
}
class AdaptiveCompiler implements Compiler {
+ Class<?> compile(String code, ClassLoader classLoader)
}
abstract class AbstractCompiler implements Compiler {
+ Class<?> compile(String code, ClassLoader classLoader)
# abstract Class<?> doCompile(String name, String source)
}
class JavassistCompiler extends AbstractCompiler {
+ Class<?> doCompile(String name, String source)
}
class JdkCompiler extends AbstractCompiler {
+ Class<?> doCompile(String name, String source)
}
@enduml | false | true | false | false | class |
9aca603d39c16bddc63c532b33dbefa99c3b1219 | 25509ebe2a169a65c5e07c502099920657d34bf1 | /assets/TERN/6_auction.plantuml | b5ef90f4aabbbf7fb5a8ba0154d2221109c7ef68 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | abdi1965/turtledove | 3e22817c805a935207b88e7127b41652dc97b932 | acb1486b4a86dac487e2371c07a7a609d27c3dbe | refs/heads/master | 2023-01-23T16:24:04.967192 | 2020-11-05T21:19:16 | 2020-11-05T21:19:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,666 | plantuml | @startuml
title Publisher-directed auction
actor "User" as user
box #eeeeee
participant "UA" as ua
participant "Publisher JS" as pub_pixel
participant "SSP JS" as ssp_pixel
end box
user -> ua : navigate(publisher.example/...)
...
ua -> pub_pixel : execute()
activate pub_pixel
pub_pixel -> pub_pixel: start publisher-\ndirected auction
pub_pixel -> ssp_pixel : execute(\n ctx={"url": ..,\n {"auction-mechanics": ..,\n ...})
activate ssp_pixel
ssp_pixel ->] : publisherRequest(..)
ssp_pixel <-] : { dsp1: .., dsp2: .., ...}
ssp_pixel -> pub_pixel : publisherResponse={..}
deactivate ssp_pixel
pub_pixel -> ua : generate_bids(publisherResponse)
activate ua
rnote over ua
UA provides a facility for
sandboxed evaluation of
each DSP's bidding.js logic.
Logic results in bids for both
contextual and interest group ads.
end note
ua -> ua : dsp1_bidding.js:generate_bid(\n dsp1_adSignals,\n dsp1_pubSignals,\n browserSignals\n)
...
ua -> ua : dsp3_bidding.js:generate_bid(\n dsp3_adSignals,\n dsp3_pubSignals,\n browserSignals\n)
alt any bids were generated
ua -> pub_pixel : true
else no bids generated
ua -> pub_pixel : false
end
deactivate ua
rnote over pub_pixel
Publisher may trigger
the final auction.
end note
pub_pixel -> ua : trigger_auction(privateData)
deactivate pub_pixel
activate ua
rnote over ua
UA provides a facility for
sandboxed evaluation of
publisher or SSP-provided
auction.js.
end note
ua -> ua : auction.js:evaluate_auction([\n dsp1_ads,\n dsp2_ads,\n ...],\n privateData\n)
deactivate ua
ua --> ua : <winning ad(s)>
ua --> ua : <render ads>
ua -> user : (rendered page)
@enduml
| false | true | false | false | usecase |
e90e5d4f54aa9bc2ebb7afa873e085a918bbc0f1 | ddd27ef7207e3b508ba557b6f5ca1b2bd172a734 | /app/UML/ApplicationState9.puml | d4c2be8c8f87c1cfc3eafa60660f5ab386039f9f | [] | 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 | 199 | puml | @startuml
[*] --> ActivityBar
ActivityBar --> HomePage : Select Home Page
HomePage: do/ display home page
ActivityBar --> LoggingOff : Selects Logoff
LoggingOff: do/ go to system home page
@enduml | false | true | false | false | sequence |
01d1c326a2afe6b8a1484ab7537e4b35451340a0 | e10cac196aa29d7353b36e26c7bf65fa39c5763b | /docs/DG_Diagrams/RouteCommand/RouteCommand.puml | f5fa3803c00f6ff8f821e433d079cb17d32e1ab9 | [] | no_license | wamikamalik/tp | 174c866802ecc34139def88fa91c79d9c682c7bc | d6beb431ad97a6608bcdf8418f698c6faa779c61 | refs/heads/master | 2023-01-11T22:41:16.157009 | 2020-11-09T13:17:45 | 2020-11-09T13:17:45 | 299,304,875 | 1 | 0 | null | 2020-09-28T12:41:08 | 2020-09-28T12:41:07 | null | UTF-8 | PlantUML | false | false | 765 | puml | @startuml
box Logic
[-> ":Parser": setUserInput("/route loc1 /to loc2")
activate ":Parser"
[<--":Parser"
deactivate ":Parser"
[-> ":Parser": extractType()
activate ":Parser"
create ":RouteCommand"
":Parser" -> ":RouteCommand":new RouteCommand("loc1 /to loc2")
activate ":RouteCommand"
create ":RouteParser"
":RouteCommand" -> ":RouteParser": new RouteParser("loc1 /to loc2")
activate ":RouteParser"
":RouteCommand" <-- ":RouteParser"
deactivate ":RouteParser"
":Parser" <-- ":RouteCommand"
deactivate ":RouteCommand"
":Parser" -> ":RouteCommand":executeCommand()
activate ":RouteCommand"
ref over ":RouteCommand"
execute route finder
end
":Parser" <-- ":RouteCommand"
deactivate ":RouteCommand"
[<-- ":Parser": boolean isOngoing
deactivate ":Parser"
@enduml | false | true | false | false | sequence |
4d61d6715f64564fbf93aa384439bc5addeae5ab | 3e8de74dfe19cd437fd7842887394d4921a109d7 | /docs/images/conventions.plantuml | 26cb3f1d3b0a33b31cb7d42065358c60cce50fa6 | [] | no_license | jmbruel/InnopolisDesignPatterns | 62c5f1df870883cd44245d6459243c83b96d0995 | a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e | refs/heads/master | 2021-02-04T20:34:22.378185 | 2020-11-16T17:40:28 | 2020-11-16T17:40:28 | 243,707,157 | 0 | 7 | null | 2020-10-23T08:58:33 | 2020-02-28T07:49:59 | JavaScript | UTF-8 | PlantUML | false | false | 551 | plantuml | @startuml
'-----------------------------------
' UML concepts illustrated
' JMB 2014
'-----------------------------------
'hide circle
hide empty members
hide empty methods
skinparam classAttributeIconSize 0
interface MyInterface
note "Ceci est une interface" as NInter
MyInterface .. NInter
abstract class AbstractClass
note "Ceci est une classe abstraite" as NAbstr
AbstractClass .. NAbstr
class MyClass
note "Ceci est une classe normale" as N
MyClass .. N
AbstractClass <|-- MyClass
MyInterface <|.. AbstractClass : << implements >>
@enduml
| false | true | false | false | class |
36d8a6c15fd449a0404462ab1f390f2a721a1cf8 | 6d43e120445c4ac4e181b77262cf76ea1aea193a | /docs/res/GitMonitor.puml | e057f1af651b150bb43212098a648acfcbed5ef4 | [
"MIT"
] | permissive | imdar1/GitMonitor | 307258c3b4a9d4dd7563e627f623f95ce4730cb5 | 1709b5016b94a163ead028bdf17ed143d87ec842 | refs/heads/main | 2023-08-14T17:49:31.348122 | 2021-09-13T16:49:49 | 2021-09-13T16:49:49 | 335,209,158 | 1 | 1 | MIT | 2021-08-25T08:20:21 | 2021-02-02T07:48:53 | Go | UTF-8 | PlantUML | false | false | 5,053 | puml | @startuml
skinparam monochrome true
hide circle
namespace contribution {
class ContributorData << (S,Aquamarine) >> {
- authorMap <font color=blue>map</font>[git.Author]git.AuthorInfo
}
class authorTable << (S,Aquamarine) >> {
}
}
"git.Author" *-- "contribution.authorTable"
"git.AuthorInfo" *-- "contribution.authorTable"
namespace db {
class DBConfig << (S,Aquamarine) >> {
+ Driver *sql.DB
+ Close <font color=blue>func</font>()
- insertProject(p models.Project) int64
- taskStatusIsInProgress(branchId int) bool
+ GetBranchesData(projectId int64) ([]models.Branch, error)
+ GetBranchById(branchId int) models.Branch
+ GetBranchIdByName(branchName string) int
+ SyncBranches(projectId int64, branches []string) error
+ GetProjects() []models.Project
+ GetProjectByDir(dir string) models.Project
+ GetTasksData(projectId int64) []models.Task
+ AddTask(task models.Task) error
+ UpdateTask(task models.Task) error
+ SyncTask(tasks []models.Task, branches []models.Branch) error
}
}
namespace general {
class FileInformation << (S,Aquamarine) >> {
+ TotalFiles binding.String
+ TotalCode binding.String
+ TotalComments binding.String
+ TotalBlanks binding.String
}
class GeneralData << (S,Aquamarine) >> {
+ ProjectDir string
+ OriginUrl string
+ ProjectName string
+ RepoStartDate string
+ Commits []*object.Commit
}
}
"general.FileInformation" *-- "general.GeneralData"
namespace git {
left to right direction
class Author << (S,Aquamarine) >> {
+ Name string
+ Email string
}
class AuthorInfo << (S,Aquamarine) >> {
+ TotalCommit int
+ LastCommit time.Time
+ FirstCommit time.Time
}
class GitConfig << (S,Aquamarine) >> {
- repo *git.Repository
- auth transport.AuthMethod
+ GetBranchList() []string
+ GetRemoteBranches(askAuth <font color=blue>func</font>() transport.AuthMethod) ([]string, error)
+ GetAuthorInfoByAuthor(commits []*object.Commit) (<font color=blue>map</font>[Author]{packageName}AuthorInfo, error)
+ FetchAndCheckout(askAuth <font color=blue>func</font>() transport.AuthMethod) error
+ GetOriginUrl() string
+ GetPaths() ([]string, error)
+ GetCommitObjects() ([]*object.Commit, error)
}
}
namespace models {
class Branch << (S,Aquamarine) >> {
+ BranchId int
+ ProjectId int
+ Name string
+ IsMergeTarget bool
+ IsDeleted bool
}
class Project << (S,Aquamarine) >> {
+ ProjectId int64
+ ProjectDir string
}
class Task << (S,Aquamarine) >> {
+ TaskId int
+ ProjectId int64
+ BranchId int
+ Name string
+ AssigneeName string
+ AssigneeEmail string
+ TaskStatus int
+ StartDate int64
+ EndDate int64
}
}
namespace state {
class AppData << (S,Aquamarine) >> {
+ Repo git.GitConfig
+ Database *db.DBConfig
+ SelectedProject models.Project
}
class AppState << (S,Aquamarine) >> {
+ ProfileState ProfileState
+ DashboardState TabItemsState
+ OnWindowLoaded()
+ OnRepositoryLoaded()
}
class ProfileState << (S,Aquamarine) >> {
- projects []models.Project
+ ProjectEntry *widget.SelectEntry
+ OnWindowLoaded(appData *AppData)
+ OnRepositoryLoaded(appData *AppData)
}
class TabItemsState << (S,Aquamarine) >> {
+ GeneralContent fyne.CanvasObject
+ TaskContent fyne.CanvasObject
+ ContributionContent fyne.CanvasObject
+ OnWindowLoaded(appData *AppData)
+ OnRepositoryLoaded(appData *AppData)
}
}
"state.AppData" *-u- "state.AppState"
"state.AppData" o-- "db.DBConfig"
"state.AppData" o-- "git.GitConfig"
"state.AppData" o-- "models.Project"
"state.AppState" o-u- "state.ProfileState"
"state.AppState" o-u- "state.TabItemsState"
namespace task {
class TaskData << (S,Aquamarine) >> {
+ Project models.Project
+ Tasks []models.Task
+ Branches []models.Branch
+ ReadTaskData(gitConfig git.GitConfig, db db.DBConfig)
}
class formData << (S,Aquamarine) >> {
- projectId int64
- tempStartDate string
- tempEndDate string
- tempBranch string
- task models.Task
- branches []models.Branch
}
class taskInformation << (S,Aquamarine) >> {
- startDateStr string
- days int
}
class timelineData << (S,Aquamarine) >> {
- tasks <font color=blue>map</font>[string]taskInformation
- getGanttChartImage() []byte
}
}
"task.taskInformation" *-u- "task.timelineData"
"task.TaskData" o-u- "models.Branch"
"task.TaskData" o-u- "models.Project"
"task.TaskData" o-- "models.Task"
@enduml
| false | true | false | false | class |
ba76947b9e9551087973bc95663c15426a0af800 | 1e85cfe22656ff58cca0402e5240191b41e6eb8e | /documentation/architecture/sequences/user-create-bank-account.puml | 2bb1beebeb31075366555b8c08b00d9a9c7940e0 | [] | no_license | jjaros/microservices-bank | b4d9f2e0c95ed537d5c738b820430874c04e828d | b6323180cdfb8ef1fc2ad73005d201f76d04b991 | refs/heads/master | 2020-04-24T16:53:50.035043 | 2019-02-25T13:24:47 | 2019-02-25T13:24:47 | 172,125,872 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 622 | puml | @startuml
title User creates new bank account
actor User
== Initialization ==
User -> "Bank web": visit page
User <- "Bank web": get page
User -> User: fill form data
== invalid request ==
User -> "Bank web": POST form
User <- "Bank web": not valid
== Create account ==
User -> "Bank web": POST form
"Bank web" -> Bank: create bank account
Bank -> Bank: create user account
Bank -> Bank: create bank account
Bank -> Bank: <async> request new card
"Bank web" <- Bank: ok: created
User <- "Bank web": ok: created
== Create & send card ==
...
Bank -> Bank: create new card
User <- Bank: <async> card delivery
@enduml | false | true | false | false | sequence |
a2e7153eef40ed4d6ba5c4997d620390aa7f620c | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Services/control/Physical.puml | 25c84f8a7b7153b42f543fbc33de08a80d3b0652 | [] | 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 | 195 | puml | @startuml
rectangle "Diagram TBD"
@enduml
interface external
package "control" #lightblue {
component service
interface internal
}
external -- service : 3000
internal - service : 5000
| false | true | false | false | class |
d775cc8d770587d5705902a28a486918032a5db9 | 80004bb3168eae83c1fd2c8269fbfb274728ad41 | /doc/_static/uml/models/InstalledProfile.plantuml | cb3747ea8816b2159cf2f5ba6e4a5344be39a61c | [
"MIT"
] | permissive | sighttviewliu/commandment | 1d6620cb801599e496370aaccea84948cb5c199b | a1418bf1eaa3adfdfb31a53155243c8112c1ef82 | refs/heads/master | 2020-03-23T19:35:36.930141 | 2018-07-22T12:04:38 | 2018-07-22T12:04:38 | 141,989,705 | 2 | 0 | MIT | 2018-07-23T09:08:07 | 2018-07-23T09:08:07 | null | UTF-8 | PlantUML | false | false | 944 | plantuml | @startuml
skinparam defaultFontName Courier
Class installed_profiles {
INTEGER ★ id
INTEGER ☆ device_id
CHAR[32] ⚪ device_udid
BOOLEAN ⚪ has_removal_password
BOOLEAN ⚪ is_encrypted
VARCHAR ⚪ payload_description
VARCHAR ⚪ payload_display_name
VARCHAR ⚪ payload_identifier
VARCHAR ⚪ payload_organization
BOOLEAN ⚪ payload_removal_disallowed
CHAR[32] ⚪ payload_uuid
INDEX[device_udid] » ix_installed_profiles_device_udid
INDEX[payload_uuid] » ix_installed_profiles_payload_uuid
}
right footer generated by sadisplay v0.4.8
@enduml | false | true | true | false | class |
8bfb17b33bfc3b8f02faa4d2b9c89640440539ca | c3287e91ce0ebce396cd3966de3d2f7d90131c20 | /Plantuml/DAL/Repositories/TourLogRepository.puml | c5be8f9328444ac908f455ee30c29745f60b2e98 | [] | 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 | 569 | puml | @startuml
class TourLogRepository {
+ TourLogRepository()
+ TourLogRepository(db:IDBConnection, commitCommands:List<IDBCommand>)
- ConvertToTourLog(row:object[]) : TourLog
- CheckDBConstraints(tourLog:TourLog) : bool
+ Delete(id:int) : void
+ Insert(entity:TourLog) : void
+ Read(id:int) : TourLog
+ ReadAll() : List<TourLog>
+ Update(entity:TourLog) : void
}
class "List`1"<T> {
}
ITourLogRepository <|-- TourLogRepository
TourLogRepository --> "db" IDBConnection
TourLogRepository --> "commitCommands<IDBCommand>" "List`1"
@enduml
| false | true | false | false | class |
2ba0978188d855229632f123d0d8c2d77cc8a939 | 0ce6609bc01ee91c63ed9004e42f8bc6a7029cf7 | /src/docs/asciidoc/components.puml | 33f018015cba7c3abeedadbcd3cedb8c3e80479d | [] | no_license | dcoraboeuf/do-swarm | 3216d48d1a0ae26bd5968f04f8d782b046475d58 | bd3310fb9cf0dc4c1125d5c47ed6928f2da704f1 | refs/heads/master | 2021-01-13T07:49:15.273501 | 2016-12-06T19:40:18 | 2016-12-06T19:40:18 | 71,702,785 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,090 | puml | @startuml
cloud "DigitalOcean" {
cloud "Docker Swarm" {
node "master-initial" <<droplet,coreos>> {
component "ip" <<network>> as MasterIP
component "docker" as MasterDocker
database "storage" as MasterStorage
}
node "master" <<droplet,coreos>> {
component "docker" as MasterSecondaryDocker
database "storage" as MasterSecondaryStorage
}
node "agent" <<droplet,coreos>> {
component "docker" as AgentDocker
database "storage" as AgentStorage
}
}
component "MasterIP" <<floating-ip>> as MasterFloatingIP
node "nemerosa.net" <<domain>> {
component "swarm" <<a-record>> as SwarmDNS
}
cloud "GlusterFS" {
node "glusterfs-primary" <<droplet,ubuntu>> {
component "glusterfs-server" as GlusterFSServerPrimary
database "storage" as GlusterFSStoragePrimary
}
node "glusterfs-peer" <<droplet,ubuntu>> {
component "glusterfs-server" as GlusterFSServerPeer
database "storage" as GlusterFSStoragePeer
}
node "glusterfs-prober" <<droplet,ubuntu>> {
component "glusterfs-server" as GlusterFSServerProber
database "storage" as GlusterFSStorageProber
note right
Used for the initial peer probing
Normal member of the cluster
Can be down
end note
}
}
}
GlusterFSServerPrimary -right- GlusterFSServerPeer: probe
GlusterFSServerPeer -right- GlusterFSServerProber: probe
GlusterFSServerPrimary -right- GlusterFSStoragePrimary
GlusterFSServerPeer -right- GlusterFSStoragePeer
GlusterFSServerProber -right- GlusterFSStorageProber
MasterDocker -right- MasterSecondaryDocker:swarm
MasterSecondaryDocker -right- AgentDocker:swarm
MasterStorage --> GlusterFSStoragePrimary
MasterSecondaryStorage --> GlusterFSStoragePrimary
AgentStorage --> GlusterFSStoragePrimary
MasterFloatingIP .left.> MasterIP
SwarmDNS .down.> MasterFloatingIP
@enduml
| false | true | false | false | sequence |
6d941b86042ebc832fb1fe49c5fb25758a4cd54b | 913dcaaad8e91ba178a593f909d08f271c25b737 | /CollabDiagram.puml | ca51adb6ce2db2b6cb94b39ca8a2f94f2c1b842a | [] | no_license | oli-clarke/plantUML-training | 7bb525b157b5506fa58c3295a40ad15f8dedadd4 | 1b243afa0b3526835018c6313bf2995a6b512c3c | refs/heads/master | 2020-07-17T15:46:36.715647 | 2019-09-03T15:15:22 | 2019-09-03T15:15:22 | 206,047,589 | 0 | 0 | null | 2019-09-03T10:25:04 | 2019-09-03T10:07:49 | null | UTF-8 | PlantUML | false | false | 563 | puml | @startuml interaction diagram
allowmixing
object administrator
object pendingComment
together {
object library
object eachPost
}
actor approver
object reader
administrator -> library : 1 display pending comments
library -> eachPost : 2 get pending comments
library <. eachPost : pending comments
pendingComment <- library : 3 request approval
pendingComment <- eachPost : 2.1 are you pending
pendingComment <- approver : 4 approve
library <- pendingComment : 5 I'm approved
pendingComment -> reader : 4.1 comment approved
@enduml | false | true | false | false | sequence |
1d17424523f01e5726cb04ff70e3fc0bfbf3de74 | e49567ea3e4e5a6e5c7e988a46e8175f6a39857f | /uml/ShowAll.puml | d3b9cdaec869c8b0aef8c119658108e625c8da4e | [] | no_license | mate-gam/Gamero-cop3330-assignment4 | c5405940b3dd352731beb8b376734cf138d48d57 | 47193a255453dca6d73f4dd6bd2a2f5f3624cb50 | refs/heads/master | 2023-09-05T09:42:47.978569 | 2021-11-01T23:29:04 | 2021-11-01T23:29:04 | 423,345,539 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 195 | puml | @startuml
class ShowAll{
TableColumn tableColumn
CheckBoxTableCell checkBoxTableCell
==
.. Get Show ALl of the Rows ..
+ TableColumn getShowAll()
.. Set Show All ..
+ void setShowAll()
}
@enduml | false | true | false | false | class |
d1ed7296bb17f84fb6b294e07a0dc63ea0fc0221 | a4b516bf3cfd1231070016601ccb94c81d3cf7c4 | /src/main/java/oop/assignment3/ex41/base/solution41.puml | 3c6da949d37bf697323a52aa4f7d4bf4ffdea189 | [] | no_license | Robinsonk17/Robinson-cop3330-assignment3 | a893696e9d16281c89d0dbe9df034acd8536baa0 | a677b0035bb33884170b6f025b177a70ce13e199 | refs/heads/main | 2023-06-27T06:43:40.519006 | 2021-07-25T21:12:56 | 2021-07-25T21:12:56 | 378,800,920 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 74 | puml | @startuml
class solution41
{
+inputName()
+outputName()
+main()
}
@enduml | false | true | false | false | class |
10862c193af05b89d76271cbb59d9ea8e0962ff8 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/org/concordion/internal/util/util.plantuml | 849801b0105501b80b6963e543252a344ee52e04 | [
"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 | 783 | plantuml | @startuml
title __UTIL's Class Diagram__\n
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.util {
class SimpleFormatterTest {
+ testFormatWithoutSpecifiers()
+ testFormatWithStartingConversion()
+ testFormatWithConversion()
+ testFormatWithEndingConversion()
+ testFormatWithConversionAtStartAndEnd()
+ testFormatWithMissingArgs()
+ testFormatWithNullArgs()
+ testWithoutSpecifiersButArgs()
}
}
}
}
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 |
13a9cec1703d2b10a752cbf41a31cba84e11748f | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/macros02_03/edit_variables/i130339/macros02_03_analysis_sequence.puml | 838542d036a681fa0b95dff0176f9454ba2e4f49 | [] | 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 | 648 | puml | @startuml doc-files/macros02_03_analysis_sequence.png
actor User
participant "<<analysis>>\nEditVariablesUI" as UI
participant "<<analysis>>\nUIController" as uicontroller
participant "<<analysis>>\nw: Workbook" as workbook
participant "<<analysis>>\nlist: List<Variable>" as lvariable
participant "<<analysis>>\nVariable" as variable
User -> UI: Edit variables
UI -> uicontroller: w = getActiveWorkbook()
UI -> workbook: list = getVariables()
loop
lvariable -> UI: addItem(Variable)
end loop
User -> UI: Selects a variable and \n changes the value
UI -> variable: setValue(newValue)
@enduml | false | true | false | false | usecase |
7844fd02770a0dde7af07bd799ef603881cdc6fc | 8526162a04e1aafc763c035c23cfcfb25eee6159 | /app/src/main/java/com/voicenotes/view/library/helpers/helpers.plantuml | d3220695dba1e3c95517d932d838fdb58924a5fe | [
"BSD-2-Clause"
] | permissive | fernandopm7/com.tfg.voicenotes | b1c869a0c94b59c6d7d2bce936b489bd84d3ae3b | 7bef4346b79bada48a85ff1c3011e39a753b814b | refs/heads/master | 2020-06-04T22:08:42.890833 | 2019-08-27T17:10:46 | 2019-08-27T17:10:46 | 192,209,386 | 0 | 0 | BSD-2-Clause | 2019-08-27T18:56:21 | 2019-06-16T15:50:32 | Java | UTF-8 | PlantUML | false | false | 541 | plantuml | @startuml
title __HELPERS's Class Diagram__\n
package com.voicenotes {
package com.voicenotes.view.library {
package com.voicenotes.view.library.helpers {
class AudioShareHelper {
{static} - ffmpeg : FFmpeg
{static} + init()
{static} + sendAudioFile()
}
}
}
}
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 |
f10fea75080d2a2003f490a73ef6f9d7f2be23e9 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1130105/sprint4/lang08.3_Import_desgin.puml | 2cdce693eb90fe45e49242e32425c47e0fcaa593 | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,258 | puml | @startuml doc-files/lang08.3_Import_design.png
actor User
participant "ImportXMLUI" as ImportXMLUI
participant "ImportXMLController" as ImportXMLController
participant "UIController" as UIController
participant "Workbook" as Workbook
participant "SpreedSheet" as SpreedSheet
participant "Cell" as Cell
participant "File" as File
User->ImportXMLUI:select import
alt selected workbook
ImportXMLUI->ImportXMLController:importWorkbook()
ImportXMLController->UIController:getActiveWorkbook()
ImportXMLController->File:getFileData()
ImportXMLController->Workbook:getSpreedSheets()
ImportXMLController->SpreedSheet:getCells()
ImportXMLController->Cell:setContent()
else select SpreedSheet
ImportXMLUI->ImportXMLController:importSpreedSheet()
ImportXMLController->File:getFileData()
ImportXMLController->UIController:getActiveSpreedSheet()
ImportXMLController->SpreedSheet:getCells()
ImportXMLController->Cell:setContent()
else select SelectedSpreedSheet
ImportXMLUI->ImportXMLController:importSelectedSpreedSheet()
ImportXMLController->File:getFileData()
ImportXMLController->UIController:getActiveSpreedSheet()
ImportXMLController->SpreedSheet:getCells()
ImportXMLController->Cell:setContent()
end
ImportXMLUI->User:import succesfully
@enduml
| false | true | false | false | sequence |
038f61ff2123c272c1401e08fa6ddc2cdec9cf48 | 29e06a727e2951557b086ea8c5cf74d1deac8ff4 | /input/images-source/example8-result.plantuml | d63f63e92349a2dccefcfb8cbbefb3185d9f5416 | [
"CC0-1.0"
] | permissive | costateixeira/hl7-be-fhir-medication | 8f715f8dc918cb32bb482c1d4c895173716b30c3 | e7de80006725f75ffc3eb09a713c6e4c10fb1df3 | refs/heads/master | 2023-07-13T23:41:06.234140 | 2021-08-20T09:01:07 | 2021-08-20T09:01:07 | 379,354,108 | 0 | 0 | CC0-1.0 | 2021-06-22T17:44:08 | 2021-06-22T17:44:07 | null | UTF-8 | PlantUML | false | false | 436 | plantuml | @startuml
package "Treatment" <<Rectangle>>
{
package "Second Treatment Line" <<Rectangle>> {
object "New Prescription" as Prescription2 {
product = new product
}
}
package "First Treatment Line" <<Rectangle>> {
object Prescription{
product = amoxicillin + clavulanic acid 875 mg + 125 mg
}
object Dispense{
product = Amoxiclav Sandoz 875/125
}
object Administration{
status = stopped
}
}
}
@enduml
| false | true | false | false | object |
3ee6cf8789ff41ebe10007c789d14da2487a2b75 | 1b68c8d908a1185bc1ef1fe261f79313f0e9e24e | /pumls/G5_handler_sequence.puml | 1ff93c064d68bf1aac01cea8e1240e0b97af73a7 | [
"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 | 1,272 | puml | @startuml
skinparam noteBorderColor #5a5a5a
skinparam noteBackgroundColor #005aa1
skinparam noteFontColor white
skinparam sequence {
ArrowColor #005aa1
ParticipantBackgroundColor #005aa1
ParticipantFontName Apex
ParticipantFontSize 17
ParticipantFontColor White
ParticipantBorderColor #5a5a5a
ActorBorderColor #5a5a5a
ActorBackgroundColor #005aa1
ActorFontColor #005aa1
ActorFontSize 17
ActorFontName Apex
}
participant G5
participant "Test Sequencer"
participant Handler
== Power on ==
G5 -> "Test Sequencer": State: NotReady
note over G5: G5 initializes
== Test sequence loop start ==
Handler -> G5: Put DUT(s) in
Handler -> G5: POST URL/api/state {"value": "Engage"}
note over G5: Slide or hatch starts to close
G5 -> "Test Sequencer": State: Ready
note over "Test Sequencer", G5
Testing can be started with some limitation,
robot cannot be moved and there is no RF/audio shielding
end note
G5 -> "Test Sequencer": State: Ready
note over "Test Sequencer", G5: Slide or hatch is fully closed and all test features are available.
"Test Sequencer" -> "Test Sequencer": POST URL/api/state {"value": "Release"}
G5 -> "Test Sequencer": State: NotReady
Handler -> G5: Takes DUT(s) out
== End of the test sequence loop ==
@enduml | false | true | false | false | sequence |
7ff5f4cf669ae6e31041af81b3bbb846feb5e4a0 | 1443b89b5a20f5229b17a0c159c6fafadaaea24f | /images/uml/enumerators.puml | a29c24a52845228a2a3a2e91c827868aa6d4119b | [] | no_license | akorb/bachelor-thesis | d0bef7f0a876a203f7a3bdb5f26b8a35771ccbb4 | 1ccf908bd453e029468f36f4dbdbb3fa27a6ddb2 | refs/heads/main | 2023-03-21T13:57:37.545738 | 2021-03-21T15:37:26 | 2021-03-21T15:37:26 | 308,689,940 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,807 | puml | @startuml enumerators
skinparam classAttributeIconSize 0
skinparam defaultFontSize 15
UDS_RDBISelectiveEnumerator "0..1" -down- "1 " UDS_RDBIEnumerator
UDS_RDBISelectiveEnumerator "0..1" -down- "1" UDS_RDBIRandomEnumerator
UDS_RCSelectiveEnumerator "0..1" -down- "1" UDS_RCEnumerator
UDS_RCSelectiveEnumerator "0..1" -down- "1" UDS_RCStartEnumerator
abstract AutomotiveTestCaseABC {
{abstract} + execute(socket : SuperSocket, state : EcuState) : void
{abstract} + show() : void
}
abstract AutomotiveTestCase #back:PeachPuff {
{abstract} # get_initial_requests() : Packet[]
# evaluate_response(response: Packet) : bool
+ execute(socket : SuperSocket, state : EcuState) : void
+ show() : void
}
abstract UDS_Enumerator {
}
class UDS_RDBISelectiveEnumerator #back:PeachPuff
class UDS_RCSelectiveEnumerator #back:PeachPuff
class UDS_RDBIRandomEnumerator #back:PeachPuff {
# get_initial_requests() : Packet[]
}
class UDS_RDBIEnumerator {
# get_initial_requests() : Packet[]
}
class UDS_RCEnumerator #back:PeachPuff {
# get_initial_requests() : Packet[]
}
class UDS_RCStartEnumerator #back:PeachPuff {
# get_initial_requests() : Packet[]
}
class StagedAutomotiveTestCase {
- test_cases : AutomotiveTestCaseABC[]
- connectors : Callable[]
+ execute(socket : SuperSocket, state : EcuState) : void
+ show() : void
}
AutomotiveTestCaseABC <|-- AutomotiveTestCase
AutomotiveTestCaseABC <|-- StagedAutomotiveTestCase
AutomotiveTestCase <|-- UDS_Enumerator
UDS_Enumerator <|-- UDS_RCEnumerator
UDS_Enumerator <|-- UDS_RCStartEnumerator
UDS_Enumerator <|-- UDS_RDBIEnumerator
UDS_Enumerator <|-- UDS_RDBIRandomEnumerator
StagedAutomotiveTestCase <|-- UDS_RDBISelectiveEnumerator
StagedAutomotiveTestCase <|-- UDS_RCSelectiveEnumerator
@enduml
| false | true | false | false | class |
d0e0e5f5b5f5335dc39fc61d9e48b3dbd63b920d | e2d7c6f90469fa874a157acba102b9afdaf420c9 | /src/main/java/design/patten/composite/composite.puml | 4eb61b620f3d0b5163cc8969dd38140b5b3c576c | [] | no_license | Asituyasi/TestPro | 59ccb89a6672b30c2917eb4521f6d3d1845cf88c | 18ec9b5b42f925864e20d547e56a8d5559e4e704 | refs/heads/master | 2020-04-26T07:45:54.089590 | 2019-03-21T11:40:02 | 2019-03-21T11:40:02 | 173,403,396 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 387 | puml | @startuml
interface Component {
+void display();
+void add(Component component);
+void remove(Component component);
}
class Composite {
+void display();
+void add(Component component);
+void remove(Component component);
}
class Leaf {
+void display();
+void add(Component component);
+void remove(Component component);
}
Component <|.. Composite
Component <|.. Leaf
@enduml | false | true | false | false | class |
9e2b6fd7748a84b0352e09aecedd32cf0dcbd44b | af85987a1d1c83f29672ac0d9862a565c413d465 | /doc/useCases/3.2 definitionWithDataFetched.plantuml | 9742607912a6d40c86b1475448c975200cb6da0a | [] | no_license | PSI-Polska/aaas-java6 | bff2459fc98c9852306fe78d859d9eebc64a61dc | adc652e4b2ea91d6a199e870c780bf11c0b14211 | refs/heads/master | 2020-03-24T23:39:24.051357 | 2018-08-01T07:11:42 | 2018-08-01T07:11:42 | 143,147,531 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 562 | plantuml | @startuml
skinparam dpi 200
skinparam backgroundColor transparent
title Definition called with data source definition
actor PSIproduct
boundary Gateway
boundary DataRepository as Repo
boundary Engine as Engine
autonumber
PSIproduct -> Gateway: execute(CalculationDefinition, dataSourceDefinition)
Gateway -> Repo: fetch(dataSourceDefinition)
Repo -> Gateway: data(dataSourceDefinition)
Gateway -> Engine: call(CalculationDefinition, data)
Engine -> Engine: calculation
Engine -> Gateway: {calculationResult}
Gateway -> PSIproduct: {calculationResult}
@enduml | false | true | false | false | usecase |
d319cfef2a867f13a666fe4520d46cadbe9c31ab | 78cdbd7b0f31eed7b727cf7eb89ed94ec6d9917f | /searchProduct.puml | 8e3b7751fe3a5d8e8a71c82e08a023e983412bbf | [] | no_license | kimberlene/INFO202 | 2cf3dee2262fe79679b58104cd3a066dc0068b86 | 479d30bc4f40e0fadc6bd9a91de41d04474a596b | refs/heads/master | 2020-04-30T13:55:53.480054 | 2019-03-21T05:28:37 | 2019-03-21T05:28:37 | 176,873,395 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,446 | puml | @startuml
' style tweaks to make the diagram a little more readable
skinparam {
Style strictuml
RoundCorner 8
Sequence {
' make activations yellow too
LifeLineBackgroundColor #FDFDCD
' make stereotypes less ugly
Stereotype {
Font {
Size 11
Style plain
}
}
}
DatabaseBorderColor #A80036
}
title Search Product
actor User as user
participant "Main" as main << main >>
participant "MainMenu" as menu << frame >>
participant "ProductReportDialog" as report << dialog >>
participant "ProductDAO" as dao << DAO >>
participant "SimpleModelList" as model <<model>>
create menu
main -> menu : « create »
user -> menu : clicks 'View Products'
activate menu
create report
menu -> report : « create »
activate report
create dao
report -> dao: « create »
note over report: as shown in\n'View Products'\ndiagram
user <-- report : list of products displayed
deactivate report
user -> report++ : selects a product in the list
report--
user -> report : enters ID then clicks 'Search' button
activate report
report -> report : getText() gets the ID entered by user
report -> dao++ : SearchProduct(Id) to check if Id exists
dao -> report: product with matching Id or null
dao--
report -> model++ : updateItems()
model -> report: updated ProductList
report --> user : product with matching Id displayed if it exists
@enduml
| false | true | true | false | usecase |
f91422b64254a5792050177617d4fb9db6fb7abe | 2233ecb0f0dfb124b3c413aaf3fa1a1916059739 | /docs/Deliverable_51/hyperties/my-context/my-context-production.puml | 632fde2d01ab56f0309db49566dc3e8f359ef965 | [
"Apache-2.0"
] | permissive | reTHINK-project/scenario-service-implementation | 5dc30cd716d3a875ea8edfd93f8e62fde33adecc | c8c0a90299938bf00e31c01ca72a49eab26f8436 | refs/heads/master | 2021-03-16T09:11:46.864830 | 2017-06-01T14:43:15 | 2017-06-01T14:43:15 | 37,669,121 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 763 | puml | @startuml
autonumber
participant "My Context\nApp" as app
participant "My Context\nHyperty" as myCtxtH
participant "My Context\nData Object" as myCtxt
participant "Context Source\nData Object" as ctxtSrc
participant "Syncher" as sync
alt context value change is set by App
app -> myCtxt : set context value
else context value change is set by observed Context Source
bus -> sync : postMsg( Update Context Message )
sync -> ctxtSrc : set context valuse
ctxtSrc -> myCtxtH : hypertyCallback( source context changes )
myCtxtH -> myCtxt : set context value
end
group MyContext changes are published in myContextURL/changes
myCtxt -> sync : syncCallback( my context changes )
sync -> myContextURL : update( my context changes )
end
@enduml
| false | true | false | false | sequence |
c5ede15e90463ae0ebd9cbdc7f7727e7af04b265 | 0550d5735fec61ce6160686fabae376a193ac9bd | /uml/plantuml/SequenceDiagrams/FRU_DiscoverySequence.puml | e6a82c71066da96700af3f482f1a1e5da9aa7fc8 | [
"CC0-1.0"
] | permissive | tamlicke/examples | 1d9b4bf8c29c807a42865e43a94134a6869b596c | fca91e4187c396d29f5f4674be0fb3091432f9f8 | refs/heads/master | 2023-03-14T21:43:28.245417 | 2023-03-09T10:26:27 | 2023-03-09T10:26:27 | 50,775,637 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,137 | puml | @startuml
header Page: Revision 1
footer Page %page% of %lastpage%
title FRU Discovery Sequence
actor APPLICATION
collections gRPC_HTTP2
actor Console_Service
collections FracTalk_TCP_IP
actor Syringe_FRU
actor Valve_FRU
actor Heater_FRU
== Chassis Initialization ==
Syringe_FRU -> Valve_FRU: Discovery UDP
activate Syringe_FRU
Syringe_FRU -> Heater_FRU: Discovery UDP
Syringe_FRU <-- Valve_FRU: Discovery Response
Syringe_FRU <-- Heater_FRU: Discovery Response
deactivate Syringe_FRU
== Application Startup FRU Discovery ==
APPLICATION -> Console_Service: FRU Discovery Request
activate APPLICATION
Console_Service -> Syringe_FRU: FRU Discovery UDP
Console_Service -> Valve_FRU: FRU Discovery UDP
Console_Service -> Heater_FRU: FRU Discovery UDP
Console_Service <-- Syringe_FRU: FRU Discovery Response
APPLICATION <-- Console_Service: FRU Discovery Response Syringe
Console_Service <-- Valve_FRU: FRU Discovery Response
APPLICATION <-- Console_Service: FRU Discovery Response Valve
Console_Service <-- Heater_FRU: FRU Discovery Response
APPLICATION <-- Console_Service: FRU Discovery Response Heater
deactivate APPLICATION
@enduml
| false | true | false | false | sequence |
86f5defa090beb8f1d53f1db983a167f5f6fbd12 | 51f5c0398b46f6712e44b34f3dd93a70f56c3551 | /docs/capcalculatordiagrams/CommandsForCapCalculator.puml | cad883721b0b0fc1439564dfed666b9d8ea759b3 | [] | no_license | AY2021S2-CS2113T-T09-3/tp | 27f7266901c5956ad32363ef328c083c97315f6a | 174234bb59eeb735d270f82871ef7971b608c8d0 | refs/heads/master | 2023-04-08T08:58:34.476604 | 2021-04-12T17:06:24 | 2021-04-12T17:06:24 | 344,310,640 | 0 | 4 | null | 2021-04-12T16:47:01 | 2021-03-04T01:14:10 | Java | UTF-8 | PlantUML | false | false | 1,084 | puml | @startuml
'https://plantuml.com/class-diagram
hide members
hide circle
package "storageforcapcalculator" {
class ModuleStorage
}
package "commandsforcapcalculator" #DDD {
abstract class CommandsForCapCalculator
class AddNewModuleCommand
class ChangeSemesterViewCommand
class DeleteModuleCommand
class DisplayHelpCommand
class EditModuleCommand
class ExitCapCalculatorCommand
class PrintModuleListCommand
class ShowAllModulesCommand
class SuggestGoalCommand
class UpdateStudentSemesterCommand
CommandsForCapCalculator <|-- AddNewModuleCommand
CommandsForCapCalculator <|-- ChangeSemesterViewCommand
CommandsForCapCalculator <|-up- DeleteModuleCommand
CommandsForCapCalculator <|-up- DisplayHelpCommand
CommandsForCapCalculator <|-up- EditModuleCommand
CommandsForCapCalculator <|-up- ExitCapCalculatorCommand
CommandsForCapCalculator <|-left- PrintModuleListCommand
CommandsForCapCalculator <|-right- ShowAllModulesCommand
CommandsForCapCalculator <|-- SuggestGoalCommand
CommandsForCapCalculator <|-- UpdateStudentSemesterCommand
ModuleStorage <--CommandsForCapCalculator
}
@enduml | false | true | false | false | class |
d8d57d5831af84e89310cc3d58ba0d74109f296f | f7df17c45bce8258d87f7e57bffa05aa330f3cb9 | /doc/goto-lambda-arch.puml | 1d58ec0d5bcf6af1415e4d3e4a06860767df8df9 | [
"MIT"
] | permissive | highstreeto/GoTo | 431c828db47311e1cb00e0a896f89f94d255ada0 | faabb63b51025fcdc313aebd64731531828def48 | refs/heads/master | 2020-05-22T06:06:36.592867 | 2019-12-09T20:52:18 | 2019-12-09T20:52:18 | 186,246,504 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,155 | puml | @startuml goto-lambda-arch
class Domain.Destination {
-string name
-double latitude
-double longitude
}
class Domain.Trip {
-DateTime startTime
-string startLocation
-DateTime endTime
-string endLocation
-string provider
+TimeSpan GetDuration()
}
Domain.Trip --> Domain.TripKind : -kind
enum Domain.TripKind {
PublicTransport,
OfferedByUser
}
interface Services.ITripSearcher {
+{abstract} Task<IEnumerable<Destination>> FindDestinationByName(string name)
+{abstract} Task<IEnumerable<Destination>> FindDestinationByGeo(double lat, double lon)
+{abstract} Task<IEnumerable<Trip>> SearchForTripsAsync(string start, string end, DateTime time)
}
Services.ITripSearcher --> Domain.Destination : <<creates>>
Services.ITripSearcher --> Domain.Trip : <<creates>>
class Services.GoToTripSearcher {
-string host
}
Services.ITripSearcher <|.. Services.GoToTripSearcher
class Services.TripSearcherFake {
}
Services.ITripSearcher <|.. Services.TripSearcherFake
note bottom of Services.TripSearcherFake
Dient zum Testen der Lambda-Funktion,
ohne den GoTo.Service aufzurufen.
end note
@enduml | false | true | false | false | sequence |
645eb7f7b63b964642893a4579967f0bd9b8ab3a | 394a56ac07462a7305e934de37c3ed3a5363f56a | /Sprint 3/Análise/UC7_Registar_Freelancer/UC7_SD/UC7_SD.plantuml | 176efd51b174654c83c442e0ab55e7c74e11b993 | [] | no_license | pedro-miguez/upskill_java1_labprg_grupo3 | 69ab871772f2a2faba901ee894aea2f8fe7392bb | 99bed16b491e8f0fbceb86e621cb9164e7722586 | refs/heads/main | 2023-03-24T02:26:43.964110 | 2021-03-22T10:50:54 | 2021-03-22T10:50:54 | 331,625,464 | 1 | 0 | null | 2021-03-19T18:00:07 | 2021-01-21T12:45:29 | Java | UTF-8 | PlantUML | false | false | 2,114 | plantuml | @startuml
actor Administrativo as Administrativo
Administrativo -> "AreaAdministrativoUI" : 1 Introduz os dados solicitados
activate Administrativo
activate "AreaAdministrativoUI"
"AreaAdministrativoUI" -> "RegistrarFreelancerController" : 2 registarFreelancer(nomeFreelancer, contactoFreelancer,\n emailFreelancer, nifFreelancer, reconhecimento, habilitacoes)
activate "RegistrarFreelancerController"
"RegistrarFreelancerController" -> "rf:RepositorioFreelancer" : 3 freelancer = criarFreelancer(nomeFreelancer,\n contactoFreelancer, emailFreelancer,\n nifFreelancer, reconhecimento, habilitacoes)
activate "rf:RepositorioFreelancer"
"rf:RepositorioFreelancer" -> NIF ** : 4 create(nif)
"rf:RepositorioFreelancer" -> Telefone ** : 5 create(contacto)
"rf:RepositorioFreelancer" -> Email ** : 6 create(email)
group loop
"rf:RepositorioFreelancer" -> HabilitacaoAcademica ** : 7 create(grau, designacaoCurso, nomeInstituicao, mediaCurso)
end
group loop
"rf:RepositorioFreelancer" -> ReconhecimentoCT ** : 8 create(competenciaTecnica, grauProficiencia, dataReconhecimento)
end
"rf:RepositorioFreelancer" -> Freelancer ** : 9 create(nomeFreelancer, contactoFreelancer, emailFreelancer, nifFreelancer, reconhecimento, habilitacoes)
deactivate "rf:RepositorioFreelancer"
"RegistrarFreelancerController" -> "ac:AuthenticationController" : 10 registarFreelancerComoUtilizador(freelancer)
activate "ac:AuthenticationController"
"RegistrarFreelancerController" <-- "ac:AuthenticationController" : 11 ok
deactivate "ac:AuthenticationController"
"RegistrarFreelancerController" -> "BaseDados" : insertUtilizadorFreelancer(freelancer, password)
activate "BaseDados"
"RegistrarFreelancerController" <-- "BaseDados" : 12 ok
deactivate "BaseDados"
deactivate "RegistrarFreelancerController"
AreaAdministrativoUI -> ServiceController : 13 getFreelancerToStringCompletoByEmail(String email)
activate ServiceController
ServiceController --> AreaAdministrativoUI : 13 OK
deactivate ServiceController
"AreaAdministrativoUI" --> Administrativo : 14 operação bem sucedida, \n mostra dados
deactivate "AreaAdministrativoUI"
@enduml | false | true | true | false | usecase |
9a3250d58e41c9dfd29e7023a247704e9aacfbd7 | 25a32a7f345a98b57a1bb277cbf7aa7e79267adc | /sequence.iuml | 3c4be2e88528a03ecf0425bc614dd68802449322 | [
"MIT"
] | permissive | michelemotta/devices_stats | 0c8cdc4fe933ab260fa97645143fa686cfbd5612 | 830cb099eb6030f2ff523710e805b615bd6d79ec | refs/heads/main | 2023-05-05T13:54:26.194626 | 2021-05-17T20:00:11 | 2021-05-17T20:00:11 | 367,127,024 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 417 | iuml | @startuml
actor Device as Device
queue Server as Server
control Node as Node
entity Validator as Validator
database Storage as Storage
Device -> Server : New message from device
Server -> Node : Callback, new data!
Node -> Validator : is valid?
alt Valid Message
Validator -> Node : Valid Message
Node -> Storage: store data
Node -> Storage: print updated statistics
else
Validator -> Node : Bad Message
end
@enduml | false | true | false | false | sequence |
0c6f15768550ff90168d7a47147f3e80d1122cee | 80905daea20f037ad1e90829c67947b7b95816b0 | /code/10_UML/Graphs/OperationsExample.plantUML | f35268e2461d78ef701ed55bbaa0d027ed4b3991 | [] | no_license | Divino21/CsharpCourse | 7916b7b892fc3858ea3697f39e1fcd802fa2d475 | 473d92cd96346d005979770bdcae020cf4bbf0c4 | refs/heads/master | 2022-11-22T05:43:24.789564 | 2020-07-31T01:47:22 | 2020-07-31T01:47:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 251 | plantuml | @startuml
skinparam classAttributeIconSize 0
hide circle
class Example{
+ {static} operation1()
- operation2(in param1: int = 5): int {readonly}
# operation3(inout param2 : C)
~ operation4(out param3: String [1..*] {ordered}): B
}
@enduml
| false | true | false | false | class |
a8ab88487ca2f21c44fd905106ffcd7c7a9f6959 | 4d09d961288d59df1dc82bb8d1e3236411097fcd | /app/uml/android/activity/Activity.puml | d41c3a965c64f1e7232af20ce8a381076148a57f | [] | no_license | hackerlc/GearKJ | 3304a71316ade0dde509abf3f62af944d08510f1 | 0196dd1faf7941be1551739d2e098070bcd26e1f | refs/heads/master | 2021-09-24T11:29:48.512771 | 2018-10-09T03:39:02 | 2018-10-09T03:39:02 | 108,965,925 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,777 | puml | @startuml
Context <|-- ContextWrapper
ContextWrapper <|-- ContextThemeWrapper
ContextThemeWrapper <|---- Activity
Activity ...> Bundle
Activity ---> Intent
LayoutInflater.Factory <|-- LayoutInflater.Factory2
LayoutInflater.Factory2 <|..... Activity
Window.Callback <|...... Activity
KeyEvent.Callback <|.... Activity
OnCreateContextMenuListener <|... Activity
ComponentCallbacks2 <|... Activity
Window.OnWindowDismissedCallback <|..... Activity
WindowControllerCallback <|... Activity
AutofillManager.AutofillClient <|..... Activity
class Activity {
+int RESULT_CANCELED
+int RESULT_OK
+int RESULT_FIRST_USER
-Instrumentation mInstrumentation
-Application mApplication
Intent mIntent
-ComponentName mComponent
ActivityInfo mActivityInfo
ActivityThread mMainThread
Activity mParent
Configuration mCurrentConfig
-SearchManager mSearchManager
-MenuInflater mMenuInflater
-Window mWindow
-WindowManager mWindowManager
ActionBar mActionBar
-Thread mUiThread
+Intent getIntent()
+void setIntent(Intent newIntent)
+final Application getApplication()
{field}final Handler mHandler = new Handler()
{field}final FragmentController mFragments = FragmentController.createController(new HostCallbacks())
#void onCreate(@Nullable Bundle savedInstanceState)
#void onStart()
#void onRestart()
#void onResume()
#void onNewIntent(Intent intent)
#void onSaveInstanceState(Bundle outState)
#void onPause()
#void onStop()
#void onDestroy()
+FragmentManager getFragmentManager()
+<T extends View> T findViewById(@IdRes int id)
+void setContentView(@LayoutRes int layoutResID)
+void setContentView(View view)
+boolean onKeyDown(int keyCode, KeyEvent event)
+boolean onTouchEvent(MotionEvent event)
+boolean dispatchTouchEvent(MotionEvent ev)
+LayoutInflater getLayoutInflater()
+void startActivityForResult(@RequiresPermission Intent intent, int requestCode,@Nullable Bundle options)
+void startActivity(Intent intent, @Nullable Bundle options)
+void finish(int finishTask)
+void finishActivity(int requestCode)
#void onActivityResult(int requestCode, int resultCode, Intent data)
}
class Bundle {
}
class Intent {
}
interface LayoutInflater.Factory2 {
+View onCreateView(View parent, String name, Context context, AttributeSet attrs)
}
interface LayoutInflater.Factory {
+View onCreateView(String name, Context context, AttributeSet attrs)
}
interface Window.Callback
interface KeyEvent.Callback
interface OnCreateContextMenuListener
interface ComponentCallbacks2
interface Window.OnWindowDismissedCallback
interface WindowControllerCallback
interface AutofillManager.AutofillClient
class ContextThemeWrapper {
-int mThemeResource
-Resources.Theme mTheme
-LayoutInflater mInflater
-Configuration mOverrideConfiguration
-Resources mResources
+ContextThemeWrapper(Context base, @StyleRes int themeResId)
+ContextThemeWrapper(Context base, Resources.Theme theme)
+applyOverrideConfiguration(Configuration overrideConfiguration)
}
class ContextWrapper {
Context mBase
#void attachBaseContext(Context base)
}
class Context {
+AssetManager getAssets()
+Resources getResources()
+PackageManager getPackageManager()
+ContentResolver getContentResolver()
+Looper getMainLooper()
+Context getApplicationContext()
+registerComponentCallbacks(ComponentCallbacks callback)
+unregisterComponentCallbacks(ComponentCallbacks callback)
+CharSequence getText(@StringRes int resId)
+String getString(@StringRes int resId)
+String getString(@StringRes int resId, Object... formatArgs)
+int getColor(@ColorRes int id)
+Drawable getDrawable(@DrawableRes int id)
+ColorStateList getColorStateList(@ColorRes int id)
+ClassLoader getClassLoader()
+String getPackageName()
+String getPackageResourcePath()
+String getPackageCodePath()
+Drawable getWallpaper()
+void startActivity(@RequiresPermission Intent intent)
+void startActivityForResult(@NonNull String who, Intent intent, int requestCode, @Nullable Bundle options)
+void sendBroadcast(@RequiresPermission Intent intent)
+Intent registerReceiver(@Nullable BroadcastReceiver receiver,IntentFilter filter)
+void unregisterReceiver(BroadcastReceiver receiver)
+ComponentName startService(Intent service)
+boolean stopService(Intent service)
+boolean bindService(@RequiresPermission Intent service,@NonNull ServiceConnection conn, @BindServiceFlags int flags)
+void unbindService(@NonNull ServiceConnection conn)
+Context createPackageContext(String packageName,@CreatePackageOptions int flags)
+int getUserId()
}
@enduml | false | true | false | false | class |
81a3d6bf359dfba94d9eeb373671776f6c22d5b0 | ae0c7ca98990c90239b4f577f5e4f364ad5c8598 | /documentation/PublicationObserver.puml | f6171625a758f865b6fd0573232350eb7d777f73 | [
"MIT"
] | permissive | aguther/dds-examples | 2868c3c1aa757521f7becf1e44b872c88dbb512b | a228d4dea0f79c8776d5c2e2367d0e2487eac8e2 | refs/heads/master | 2023-03-06T21:41:01.637403 | 2023-02-25T08:05:28 | 2023-02-25T08:05:28 | 100,160,664 | 5 | 1 | MIT | 2019-12-23T21:44:18 | 2017-08-13T07:21:10 | Java | UTF-8 | PlantUML | false | false | 956 | puml | @startuml
title Publication Observer
participant DataReader
participant PublicationObserver
control SingleThreadExecutor
collections PublicationObserverListener
DataReader -> PublicationObserver: on_data_available()
activate PublicationObserver
PublicationObserver -> SingleThreadExecutor: submit()
PublicationObserver --> DataReader: done
deactivate PublicationObserver
...
[-> SingleThreadExecutor: run()
activate SingleThreadExecutor
loop RETCODE_NO_DATA|RETCODE_ERROR
SingleThreadExecutor -> DataReader: read_next_sample_untyped()
activate DataReader
DataReader --> SingleThreadExecutor: sample, sampleInfo
deactivate DataReader
alt sampleInfo.valid_data = true
SingleThreadExecutor -> PublicationObserverListener: publicationDiscovered()
else sampleInfo.valid_data = false
SingleThreadExecutor -> PublicationObserverListener: publicationLost()
end
end
[<-- SingleThreadExecutor: done
deactivate SingleThreadExecutor
@enduml
| false | true | false | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.