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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1aff557b48917b8214fd5ac4d7b4446cf61bd561 | fd5d65ab0fc27d5255d41f332cb4def35ea951f6 | /docs/notifications/NotificationPluginIntegration.puml | de714d1af8218f072e84703657ebc2e913ed988a | [
"Apache-2.0"
] | permissive | kroussou/dashboards-reports | 8298af43bd6f82ff5dacf7ae3d50ea33d996dbfc | 7939f00346a2cc9282e78df90512e1c1e8bccc88 | refs/heads/main | 2023-08-02T10:21:26.106091 | 2021-10-06T18:21:04 | 2021-10-06T18:21:04 | 398,925,445 | 0 | 0 | Apache-2.0 | 2021-08-22T23:56:00 | 2021-08-22T23:55:59 | null | UTF-8 | PlantUML | false | false | 797 | puml | @startuml
package "Reporting Plugins" {
component [Reporting Dashboards] as rd
component [Reporting OpenSearch] as ros
component [Reporting Index] as ri
component [Reporting JobScheduler] as rjs
rd --> ros : CRUD operations on Report \n instances and Report Definitions
ros --> ri : Document Index operations
ros --> rjs : Initialize SPI
rjs --> ri : Listen for updates
rjs --> ros : executeJob callback
}
package "Notification Plugins" {
component [Notifications Dashboards] as nd
component [Notifications OpenSearch] as nos
component [Notifications SPI] as nspi
nd --> nos : CRUD operations on \n notification configurations
nos --> nspi : Send notification operations
}
ros -> nos : SendNotification Request
rd --> nos : GetNotificationFeatureChannelList
@enduml | false | true | false | false | sequence |
990e90127b91f60823ee84db778ae8687f6c48f4 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/order/media/src/useCase8CancelModel.puml | 959e9511fc4dab05697facc416ea9efce6f74d3a | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 2,236 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class CancelProductOrder {
cancellationDeniedReason: string
cancellationReason: string
cancellationReasonType: CancellationReasonType
href: string
id*: string
state*: MEFChargeableTaskStateType
}
CancelProductOrder *-->"0..*" MEFProductOrderChargeRef : charge
CancelProductOrder *-->"1" MEFProductOrderRef : productOrder
CancelProductOrder *-->"1..*" RelatedContactInformation : relatedContactInformation
class MEFProductOrderChargeRef {
href: string
id*: string
}
class CancelProductOrder_Create {
cancellationReason: string
cancellationReasonType: CancellationReasonType
}
CancelProductOrder_Create *-->"1" MEFProductOrderRef : productOrder
CancelProductOrder_Create *-->"1..*" RelatedContactInformation : relatedContactInformation
class FieldedAddress {
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
streetName*: string
streetNr: string
streetNrLast: string
streetNrLastSuffix: string
streetNrSuffix: string
streetSuffix: string
streetType: string
}
RelatedPlaceRefOrValue <|-- FieldedAddress
FieldedAddress *--> GeographicSubAddress : geographicSubAddress
class GeographicSubAddress {
buildingName: string
levelNumber: string
levelType: string
privateStreetName: string
privateStreetNumber: string
}
GeographicSubAddress *-->"*" MEFSubUnit : subUnit
class Note {
author*: string
date*: date-time
id*: string
source*: MEFBuyerSellerType
text*: string
}
class MEFProductOrderRef {
productOrderHref: string
productOrderId*: string
}
class MEFSubUnit {
subUnitNumber*: string
subUnitType*: string
}
class RelatedPlaceRefOrValue {
@schemaLocation: uri
@type*: string
role*: string
}
class RelatedContactInformation {
emailAddress*: string
name*: string
number*: string
numberExtension: string
organization: string
role*: string
}
RelatedContactInformation *--> FieldedAddress : postalAddress
enum CancellationReasonType {
technical
commercial
}
@enduml
| false | true | false | false | sequence |
55a637b6b8c5f0736514a6752d9eb83359e3a44c | e4f13402473eae982787d3c898508ad8cec361eb | /Source/EtAlii.Generators.Stateless.Tests/StateMachines/SubStateStateMachine.puml | 1031325b3cb4734bff66a0ca0a456f95645dd24c | [
"MIT"
] | permissive | Jonsen94/EtAlii.Generators | 6ea3d616efa1012ce1a84116021abfb22376406e | cb4dfbb75e2b38a9996b2661125e7f3fd04301b8 | refs/heads/main | 2023-04-21T17:56:06.327922 | 2021-05-11T09:31:13 | 2021-05-11T09:31:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,132 | puml | @startuml
'stateless namespace EtAlii.Generators.Stateless.Tests
'stateless class SubStateStateMachineBase
'stateless generate partial
'stateless using System.Text
[*] -up-> State1 : Continue1
State1 -right-> SuperState1 : Continue
note top on link
Transition towards superstate with unnamed start trigger
--
- Only one single start trigger is supported.
- The superstate will automatically transition
towards the specified substate.
end note
state SuperState1 {
[*] -right-> SubState1
}
[*] -right-> State2 : Continue2
State2 -right-> SuperState2 : Continue
note top on link
Transition towards superstate with named start trigger
--
- Multiple start trigger are supported (in one single superstate).
- The superstate will NOT automatically transition
towards the specified substate.
end note
state SuperState2 {
[*] -right-> SubState2 : Start
}
[*] -down-> State3 : Continue3
state SuperState3 {
state SubState3
}
State3 -right-> SubState3 : Continue
note top on link
Transition directly towards a substate
--
- The superstate will automatically transition
towards the specified substate.
end note
@enduml
| false | true | false | false | sequence |
e2b5ebb1cb005735390d62ed431629f4b905d63b | b7e8bc7e94e19b28899eba1b78ca9a41de7b10c0 | /libBuild.plantuml | ff58ed8ba5e8fdd93066e1bfa21927e8e634afc3 | [] | no_license | desfate/liveKit | 8ef705c57da116c682aad6a0021c7e7187a98286 | 23dfb161ea2bb74655d85f45348e8465189d3a96 | refs/heads/master | 2023-04-08T22:48:47.215826 | 2021-04-19T01:44:46 | 2021-04-19T01:44:46 | 301,649,263 | 5 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 292 | plantuml | @startuml
title __LIBBUILD's Component Diagram__\n
[libBuild.app] --> [libBuild.livekit]
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 | uml-unknown |
ce536461dec8db04a78cd262a1ba2cc63463e166 | 6d2ab6d2cc2157c1c0b744cb5e3d682597335b3a | /res/diagrams/misc/compiler-basic.plantuml | 73b74921d09a9291f3cefbdf30e3288143d97c30 | [] | no_license | chlablak/platinum-parsing | 319ca41be2c352831c5c3fab47c6299ee118568f | 2b8be943267a1305b4d295429d3702370f9ff153 | refs/heads/master | 2021-08-22T06:17:24.976284 | 2017-11-29T13:38:24 | 2017-11-29T13:38:24 | 84,449,306 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 157 | plantuml | @startuml
rectangle "Langage source" as src
rectangle "Compilation" as compiler
rectangle "Langage cible" as dst
src --> compiler
compiler -> dst
@enduml
| false | true | false | false | uml-unknown |
c0eaa6388afba0a1bb065ed48a4fc7d41231f11b | 56a492f87582cf04ae5c8750cdec6a0b2afd4501 | /domain-model.puml | 14ec657f6a52f7fb37cae4916338772d21ee0795 | [] | no_license | vzhuleho/microservices-school | 6b419f0e87425cce519e2def4c6dbabde7d744bd | 55547d716147db3091fc1d56793c5ee40a392a37 | refs/heads/master | 2022-10-04T15:22:38.696465 | 2020-01-12T16:09:52 | 2020-01-12T16:10:11 | 179,672,649 | 2 | 2 | null | 2022-02-16T01:00:26 | 2019-04-05T11:54:01 | Java | UTF-8 | PlantUML | false | false | 1,523 | puml | @startuml
class Teacher {
+ name
+ passportNumber
+ phoneNumber
+ email
+ status
+ salary
+ bonus
}
class Subject {
+ name
}
class Pupil {
+ name
+ age
+ grade
+ phoneNumber
+ email
}
class Address {
+ city
+ street
+ house
+ apartment
+ zipCode
}
class Parent {
+ name
+ phoneNumber
+ email
}
class SchoolClass {
+ letter
+ grade
+ year
}
class Schedule {
+ year
}
class Lesson {
+ date
}
class Curriculum {
+ grade
}
class Course {
+ lessonCount
}
class Mark {
+ value
}
class HomeWork {
+ description
}
Pupil "1" o-- "1" Address : lives by >
Parent "1" o-- "1" Address : lives by >
Pupil "many" -- "many" Parent: has >
Teacher "1" o-- "1" Address : lives by >
Teacher "1" -- "many" Subject : teaches >
Teacher .-left-> Mark : gives >
Teacher .-left-> HomeWork : gives >
SchoolClass "1" -- "1" Teacher: managed by >
SchoolClass "1" o-up- "many" Pupil: contains >
Schedule "1" *-left- "many" Lesson: contains >
Teacher "1" -right- "many" Lesson: conducts >
SchoolClass "1" -- "many" Lesson: attends >
Curriculum "1" *-left- "many" Course: contains >
Course "many" -left- "1" Subject: for >
Mark "many" -- "1" Lesson: given during >
Pupil "1" -right- "many" Mark: gets >
Pupil "1" .-right- "many" HomeWork: views >
Parent "1" .-right- "many" HomeWork: views >
Parent "1" .-right- "many" Mark: views >
Lesson "many" -- "1" Subject: for >
HomeWork "1" -- "1" Lesson: assigned to >
@enduml
| false | true | false | false | sequence |
a3e681bc4eb41bf067732bd7f8c25b1f8e0ea8bb | 3f0f1beb0020ef10c82e25f24f5ba1e6125d09e2 | /src/zhw/designpattern/builder/really/HouseBuilderUML.puml | cbda7e94c5e7aad17ca464fadefc50cab3f7f8a4 | [] | no_license | ShepherdOutsidethefortres/JavaBase | 14995735a15d04529ea5fc487fea3aeac878a22c | f7b748ba4b808ba6bf9922718b6fa28615775fc0 | refs/heads/master | 2021-06-26T15:07:04.659964 | 2021-02-25T06:38:51 | 2021-02-25T06:38:51 | 211,585,121 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 754 | puml | @startuml
class House{
-baise:String
-wall:String
-roofed:String
+get()/set()
}
abstract class HouseBuilder{
# house : House
# buildBasic() : void
# buildWalls() : void
# roofed() : void
+ buidHouse() : House
}
class CommonHouse{
+ buildBasic() : void
+ buildWalls() : void
+ roofed() : void
}
class HighBuilding{
+ buildBasic() : void
+ buildWalls() : void
+ roofed() : void
}
class HouseDirector{
-houseBuilder:HouseBuilder
+HouseDirector(HouseBuilder)
+setHouseBuilder(HouseBuilder):void
+<color red><b>concreteHouse():House
}
class Client{}
left to right direction
HouseBuilder <|-- CommonHouse
HouseBuilder <|-- HighBuilding
HouseBuilder *-- House
HouseBuilder <-[hidden] House
HouseDirector o-- HouseBuilder
Client ..> HouseDirector
@enduml | false | true | false | false | class |
44d540ddaf7965a9961e9a037b92ddd6c6d31639 | 42e57a58fc95226a7ec40bca58c351092f126102 | /kapitler/media/uml-sakarkiv-entiteter.puml | 6ae8fa0a65081768027da412430756956b1c120e | [] | no_license | tsodring/noark5-tjenestegrensesnitt-standard | 8d3b31fe83203255ae8361e639f99209974c3ece | df354ac231091e63bde3123f2c779009009b7e80 | refs/heads/master | 2023-01-22T01:33:20.794431 | 2019-07-02T12:40:47 | 2019-07-02T12:40:47 | 194,827,953 | 0 | 0 | null | 2019-07-02T09:03:29 | 2019-07-02T09:03:28 | null | UTF-8 | PlantUML | false | false | 1,140 | puml | @startuml uml-sakarkiv-entiteter.puml
skinparam classAttributeIconSize 0
skinparam nodesep 180
class Arkivstruktur.Mappe <Arkivenhet>
class Arkivstruktur.Registrering <Arkivenhet>
class Sakarkiv.Journalpost <Registrering>
class Sakarkiv.Saksmappe <Mappe>
Arkivstruktur.Registrering <|-- Sakarkiv.Journalpost
Arkivstruktur.Mappe <|- Sakarkiv.Saksmappe
Arkivstruktur.Mappe "+mappe 0..1" o--> "+registrering 0..*" Arkivstruktur.Registrering
Arkivstruktur.Mappe "+overmappe 0..1" o--> "+undermappe 0..*" Arkivstruktur.Mappe
Arkivstruktur.Mappe *-> "+part 0..*" Sakarkiv.Part
Arkivstruktur.Registrering *-> "+part 0..*" Sakarkiv.Part
Sakarkiv.Saksmappe "+sak 0..*" o--> "+presedens 0..*\n" Sakarkiv.Presedens
Sakarkiv.Journalpost "+journalpost 0..*" o--> "+presedens 0..*" Sakarkiv.Presedens
Arkivstruktur.Registrering *--> "+korrespondansepart 0..*" Sakarkiv.Korrespondansepart
Sakarkiv.Journalpost *--> "+avskrivning 0..*" Sakarkiv.Avskrivning
Sakarkiv.Journalpost *--> "+dokumentflyt 0..*\n" Sakarkiv.Dokumentflyt
Arkivstruktur.Registrering "+registrering 1..*" o--> "+dokumentbeskrivelse 0..*" Arkivstruktur.Dokumentbeskrivelse
@enduml
| false | true | false | false | class |
354e8c72468104950926b6ee3013d2e947ee39bf | 85e88cb4e5cf8b10c8c1cffa5f2b55d93877d87c | /test.puml | af32cbe78a20222485cdfa59630d16a09d80439d | [
"MIT"
] | permissive | ranxin1022/laravelProject | d085515d650e27c4ea2e68c574740fb5a152e8dc | da75c0b98b186060b1bb85dc48e6469386fa97e7 | refs/heads/master | 2021-06-24T08:13:09.173110 | 2019-08-09T02:31:29 | 2019-08-09T02:31:29 | 159,143,895 | 0 | 0 | null | 2021-01-05T04:00:38 | 2018-11-26T09:30:55 | PHP | UTF-8 | PlantUML | false | false | 354 | puml | @startuml
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
class Dog{
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
@enduml | false | true | false | false | class |
f5e543f92cbb9c7f996e236f95331b4570c6863a | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-korrespondanseparttype.iuml | 3335407d41d0bc203ddf183e37fb4a992062525e | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 249 | iuml | @startuml
class Kodelister.Korrespondanseparttype <<codelist>> {
+Avsender = EA
+Mottaker = EM
+Kopimottaker = EK
+Gruppemottaker = GM
+Intern avsender = IA
+Intern mottaker = IM
+Intern kopimottaker = IK
+Medavsender = IS
}
@enduml
| false | true | false | false | class |
d3c618f9351652a05aa06203cac7b2cb2e3d76a5 | fa65bd33f2416099466754440799a0013668ab19 | /src/main/resources/Oscilloscope.puml | f12bd72961c2d5f93b189304a7f17db165d3fbef | [] | no_license | HelgeStenstrom/xr3UsageExamples | b4c7208d0e6bcebcdae89c712d9dfad514d18ece | f0d54de6525e50dd0f873d55b410daa659d1fb74 | refs/heads/master | 2020-05-16T20:57:09.500067 | 2019-08-20T21:25:31 | 2019-08-20T21:25:31 | 183,292,774 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 943 | puml | @startuml
note "Part of JavaFx" as N1
N1 .. Canvas
N1 .. GraphicsContext
class GraphicsContext {
strokeLine()
}
class Canvas
class ResizableCanvas extends Canvas{
+GraphicsContext gc
}
interface KJDigitalSignalProcessor
abstract class VisualizerModel extends ResizableCanvas implements KJDigitalSignalProcessor
class VisualizerDrawer extends VisualizerModel {
drawOscilloScopeLines()
drawOscilloscope(boolean stereo)
}
abstract class Visualizer extends VisualizerDrawer {
}
class XPlayerVisualizer extends Visualizer
class MicrophoneVisualizer extends Visualizer
class PaintService extends AnimationTimer {
handle()
}
class Oscilloscope {
visualizerDrawer
}
class WaveVisualization extends WaveFormPane
class WaveFormPane extends ResizableCanvas
Oscilloscope o-- VisualizerDrawer : has a reference to
VisualizerDrawer o-- Oscilloscope : Creates Oscilloscope and has a reference to it
ResizableCanvas o-- GraphicsContext
@enduml | false | true | false | false | class |
f755f820044babe4b8d4c97aa2cdcf69113f1e82 | cf22d2333b7a8798f659166c8c956518aa0695ae | /wsnext/editor.plantuml | bbc80d62d9920109e49f650b450c99bc4ab59fdc | [] | no_license | l0rd/blog-files | f7c538502d93643cf6e908f51f3909dc70dfe90f | e162f31fdbfb39b806b85a34a6e9aaa8f855a0a9 | refs/heads/master | 2023-04-30T06:42:37.062603 | 2018-07-06T16:23:20 | 2018-07-06T16:23:20 | 24,036,983 | 0 | 8 | null | 2018-07-03T11:51:50 | 2014-09-15T00:18:13 | CSS | UTF-8 | PlantUML | false | false | 780 | plantuml | @startuml
class WorkspaceConfiguration {
- userRuntimeRecipe
- plugins
- editor
}
class ChePlugin {
- name
- version
- endpoints
- containers
- editorsPlugins
}
class CheEditorPlugin {
- editor
- name
- version
}
class CheEditor {
- name
- version
- endpoints
- containers
}
WorkspaceConfiguration o-- CheEditor
WorkspaceConfiguration *-- ChePlugin
ChePlugin *-- CheEditorPlugin
CheEditor --o CheEditorPlugin
note as editornote
- Theia,
- Orion
- SAP web IDE
- Jupyter
etc...
end note
editornote .. CheEditor
note as pluginnote
- language servers
- terminal
- git plugin
etc...
end note
pluginnote .. ChePlugin
note as editorpluginnote
- language server's clients
etc...
end note
CheEditorPlugin .. editorpluginnote
@enduml | false | true | false | false | class |
587716abb0e237c72477f81806bc47c529aa6ce7 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Data-Coordinator/Data-Exchange/Deployment.puml | 36081178164763cab8a2889dd38d5e537c644e76 | [] | 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 | 341 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "Control/Data Coordinator/Data Exchange" #lightblue {
folder bin #ffffff {
file binName
}
folder Services #ffffff {
file uservice
}
node micro
node sailsjs
database DB1
sailsjs -- DB1
bin .. sailsjs
Services .. micro
micro -- DB1
sailsjs -> micro
}
| false | true | false | false | sequence |
5b35b6938fcdee565287da1170a17b07240bba45 | cb5fd3c318c3b1d032bb5eb47a858e7ef0278450 | /docs/architecture/libindy_components.puml | fbcdbc0994e91d9aea94095e7d9d7007a0400713 | [
"Apache-2.0"
] | permissive | Artemkaaas/indy-sdk | d78f06f834bdbbcd7f606c1f8ff0432fa32e3260 | 6fb162f89e830a4e89f8583cea9a0053797c3f6d | refs/heads/master | 2021-06-01T12:13:53.586049 | 2020-08-19T08:44:44 | 2020-08-19T09:45:04 | 92,382,515 | 3 | 0 | Apache-2.0 | 2019-08-19T11:11:19 | 2017-05-25T08:33:21 | Rust | UTF-8 | PlantUML | false | false | 1,789 | puml | @startuml
package "Libindy API" as la {
[Anoncreds API] as anoncreds_api
[Cache API] as cache_api
[Crypto API] as crypto_api
[DID API] as did_api
[Ledger API] as ledger_api
[Non Secrets API] as nonsecrets_api
[Pairwise API] as pairwise_api
[Payment API] as payment_api
[Pool API] as pool_api
[Wallet API] as wallet_api
}
package "Libindy Commands Executors" as lce {
[Anoncreds CE] as anoncreds_ce
[Cache CE] as cache_ce
[Crypto CE] as crypto_ce
[DID CE] as did_ce
[Ledger CE] as ledger_ce
[Non Secrets CE] as nonsecrets_ce
[Pairwise CE] as pairwise_ce
[Payment CE] as payment_ce
[Pool CE] as pool_ce
[Wallet CE] as wallet_ce
}
package "Libindy Services" as ls {
[Anoncreds Service] as anoncreds_s
[Crypto Service] as crypto_s
[Ledger Service] as ledger_s
[Payment Service] as payment_s
[Pool Service] as pool_s
[Wallet Service] as wallet_s
}
anoncreds_api ~~> anoncreds_ce
cache_api ~~> cache_ce
crypto_api ~~> crypto_ce
did_api ~~> did_ce
ledger_api ~~> ledger_ce
nonsecrets_api ~~> nonsecrets_ce
pairwise_api ~~> pairwise_ce
payment_api ~~> payment_ce
pool_api ~~> pool_ce
wallet_api ~~> wallet_ce
anoncreds_ce ~~> anoncreds_s
anoncreds_ce ~~> wallet_s
anoncreds_ce ~~> crypto_s
anoncreds_ce ~~> pool_s
cache_ce ~~> wallet_s
crypto_ce ~~> crypto_s
crypto_ce ~~> wallet_s
did_ce ~~> crypto_s
did_ce ~~> ledger_s
did_ce ~~> wallet_s
ledger_ce ~~> crypto_s
ledger_ce ~~> ledger_s
ledger_ce ~~> pool_s
ledger_ce ~~> wallet_s
nonsecrets_ce ~~> wallet_s
pairwise_ce ~~> wallet_s
payment_ce ~~> crypto_s
payment_ce ~~> ledger_s
payment_ce ~~> payment_s
payment_ce ~~> wallet_s
pairwise_ce ~~> pool_s
pool_ce ~~> pool_s
wallet_ce ~~> wallet_s
wallet_ce ~~> crypto_s
@enduml
| false | true | false | false | uml-unknown |
bdbf2c30fc1e6b52d1cd2fdf036827419d55aec8 | 102e153db54be8aab984b599cee179c8e87729e0 | /UML_Diagram/ToDoLists.puml | 5a598633575bfced76ec29b777f865bc1bd9f8b3 | [] | no_license | Mauricio1629/rios-cop3330-assignment4 | 14e04a651bbe95b0cef895ce079b19bbdd72cd82 | 9cf476c4acacde0c7f9c0cf1f3c579523249bd21 | refs/heads/master | 2023-06-11T22:47:27.630232 | 2021-07-05T23:33:18 | 2021-07-05T23:33:18 | 383,287,342 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,627 | puml | @startuml
class App{
main()
start()
}
class ToDoListController{
-ToDoList: ArrayList<List>
-toDoListDisplay: ListView
-itemDisplay: TableView
-descriptionCellDisplay: TableColumn
-dueDateCellDisplay: TableColumn
-completeCellDisplay: TableColumn
-EnterListNameDisplay: TextField
-EditListNameDisplay: TextField
-dueDateDisplay: TextField
-descriptionDisplay: TextArea
-editDescriptionDisplay: TextArea
-editDueDateDisplay: TextField
+completedItemsCheckBoxClicked()
+uncompletedItemsCheckBoxClicked()
+addListButtonClicked()
+editListButtonClicked()
+addItemButtonClicked()
+searchItemsButtonClicked()
+viewSelectedListButtonClicked()
+deleteListButtonClicked()
+saveListButtonClicked()
+saveAllListsButtonClicked()
+loadListButtonClicked()
+loadAllListsButtonClicked()
+deleteItemButtonClicked()
+editDescriptionButtonClicked()
+editDueDateButtonClicked()
+addList()
+editList()
+searchItems()
+viewLists()
+deleteList()
+saveList()
+saveAll()
+loadList()
+loadAll()
+deleteItem()
+editDescription()
+editDate()
}
class Item{
+completion: Boolean/Checkbox
+description: String
+dueDate: String
+getCompletion()
+setCompletion()
+getDescription()
+setDescription()
+getDueDate()
+setDueDate()
+toString();
}
class List{
+items: ArrayList<Item>
+getItems();
+setItems();
+toString();
}
org.javafx.ToDoListApplication -- App
App -- ToDoListController
List - Item
ToDoListController - List
@enduml | false | true | false | false | class |
82ee91129925953d04f9f569b7f7332eca205f6a | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/green/1160815/sp3/analysis1.puml | 24c646b83fbe1ed7137c0b5843d52c266270bf5a | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 592 | puml | @startuml analysis1.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User -> Browser : navigate to Note page
Browser ->> Server : getAllNotes()
database Database
Server -> Database : fetch
Server -->> Browser : return
Browser -> Browser : display notes
User -> Browser : clicks in edit button of a note
Browser -> Server : updateNote()
Server -> Database : update()
Database -> Server : return()
Server -> Browser : return()
Browser -> Browser : display notes
@enduml | false | true | false | false | sequence |
a9155ed7018963d4978703382f554765d6476cdb | 8f18b6f5eb73b1f84d73fc4e77f8795333d89702 | /src/main/java/UML/SequenceDiagram_UpdateOrder.puml | 6774dc6518c9c993405570d2c96a25a1e54f548d | [] | no_license | NikolajX4000/Sem2Exam | 2b132d7733aaa7a0340cdca99eb80697f109d3a4 | 2e74cda6d83cab6c190be7959fc94d0985a346e0 | refs/heads/master | 2020-03-10T17:37:13.385377 | 2018-06-01T15:48:31 | 2018-06-01T15:48:31 | 129,504,246 | 3 | 0 | null | 2018-06-01T15:35:36 | 2018-04-14T09:50:11 | Java | UTF-8 | PlantUML | false | false | 325 | puml | @startuml
actor Ansat
boundary "allOrders.jsp" as AO
boundary "CmdPageUpdateOrder.java" as CUO
participant "OrderMapper.java" as OM
database "Database" as DB
Ansat -> CUO : Opdater ordre
CUO -> OM : DB adgang
OM -> DB : Tilføj opdatering
DB -> OM : Hent ordre
OM -> AO : Orderhistorik
AO -> Ansat : Fremvis ordre
@enduml | false | true | true | false | sequence |
3bcce72e5c21ab9f38c1e35b61df55c270ff9580 | 65093332faafc0b6bdb5b08ef7c89af6af7b7334 | /document/classes/class.puml | 4b8ba813b8d2939696283a92662e4a8b71c49a1c | [
"MIT"
] | permissive | hataketsu/Quan_ly_giang_day | 8a4d237cfaf8aee4d36af7485b28b640e3f5979f | d6b222db699253d4288f80f44dfc5da3a73ad805 | refs/heads/master | 2020-04-08T02:29:24.941707 | 2019-01-10T15:38:16 | 2019-01-10T15:38:16 | 158,937,374 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 196 | puml | @startuml
class Hoc_phan{
+id
+ten
+so_tin_chi
+so_tiet_ly_thuyet
+so_tiet_thuc_hanh
}
class Setting{
+key
+value
}
class User{
+id
+name
+phone
+address
+is_admin
+email
+password
}
@enduml | false | true | false | false | class |
44623e521dc5dd880626a5a84e2ab4b2417b2cc0 | 317138d37430f9f52d740b823ba81162886cd8d9 | /hotswap-test-runner/src/main/java/com/anniefraz/dissertation/test/runner/hotswap/example/example.plantuml | c40282e0a61e0db892ebdd6caf564a4aeb5118e1 | [] | no_license | AnnieFraz/GIN | dffb35140a7080d6a9b814f986225dda1240f1ec | e3dfe1e87cea21b4897399fb5e64a48ba9d67e1a | refs/heads/master | 2021-10-26T00:15:41.820527 | 2019-02-27T12:23:43 | 2019-02-27T12:23:43 | 150,884,121 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 613 | plantuml | @startuml
title __EXAMPLE's Class Diagram__\n
package com.anniefraz.dissertation.test.runner.hotswap {
package com.anniefraz.dissertation.test.runner.hotswap.example {
class A {
+ A()
}
}
}
package com.anniefraz.dissertation.test.runner.hotswap {
package com.anniefraz.dissertation.test.runner.hotswap.example {
class A2 {
+ A2()
}
}
}
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 |
738cffcba96d6e7859aaa2c2575611e7c8f51858 | 2c50e2c92ea1e2fa53f9c3f1871b9163c61a2e00 | /EyeOfBeholder.Uml.Tests/testData/Association.puml | 8aee4cb3266e7589a2801d1375629832919e2b07 | [] | 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 | 169 | puml | @startuml
class Class
Class --> Association1 : associationAttribute1Name
class Class
Class --> Association2 : associationAttribute2Name
class Class {
}
@enduml | false | true | true | false | sequence |
5164f455857c117401747b8770b8e4e07dbd2c72 | 369db1e5fbb24c1b103966fb52b7d3cc9b5bbe9d | /doc/Ambient_Air_Temperature.puml | 64200c7c20475f961be7022073b626a21ccac0e5 | [] | no_license | HomeMadeBots/Physical_Quantities_Interfaces | 2118107b602c1ae6039d6c2800e563c9a53d2b9d | bb0e98be209c225a60a1afd36d66554778504941 | refs/heads/main | 2023-07-18T21:54:27.234362 | 2021-09-20T13:23:54 | 2021-09-20T13:23:54 | 391,996,167 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 252 | puml | @startuml
interface Ambient_Air_Temperature <<Client_Server_Interface>>
{
Defines an operation allowing to get data from an ambient air
temperature sensor.
--
+ Get_Temperature( OUT temperature:T_Ambient_Air_Temperature )
}
@enduml | false | true | false | false | class |
2cbe890e1eac160bc0f6a46884e4e0ead8d90c1e | f4912b210d7eb691deae8a8a396ecbc2b9ae4386 | /assets/TextMessage.puml | dfd9260f0343631ae4c437ca5e58eebb6302eadd | [
"MIT"
] | permissive | newportg/newportg.github.io | 8eaf3eb41e7502b26c7aa33b55e3e9ec67731536 | 5fae722e228c339cf6707ba4a4747fc7bbbf9705 | refs/heads/master | 2021-06-06T00:04:48.145436 | 2020-03-06T09:18:45 | 2020-03-06T09:18:45 | 152,589,658 | 0 | 1 | null | 2019-02-08T15:05:51 | 2018-10-11T12:40:31 | JavaScript | UTF-8 | PlantUML | false | false | 1,376 | puml | @startuml TextMessage
' Interfaces, Classes, Methods
Interface INotification
Interface INotificationHandler
Class TextMessageOutboxedEvent
Class TextMessageOutboxedEventHandler
'Class TextMessageViewModel
INotification : mediate()
TextMessageOutboxedEventHandler : Handle()
' Relationship
INotification <- INotificationHandler : mediator
INotification -[hidden]-> TextMessageOutboxedEventHandler
INotification <|-- TextMessageOutboxedEvent : Implements
INotificationHandler <|-- TextMessageOutboxedEventHandler : Implements
TextMessageOutboxedEvent -> TextMessageOutboxedEventHandler
note "En Queue Message" as n1
n1 .. TextMessageOutboxedEventHandler
' =======================
' Interfaces, Classes, Methods
Interface IRequest
interface IRequestHandler
Class TextMessageCommandBase
Class TextMessageQueryHandler
Class CreateTextMessageCommandHandler
IRequest : mediate()
CreateTextMessageCommandHandler : Handle()
' Relationship
IRequest <- IRequestHandler : mediator
IRequest -[hidden]-> TextMessageQueryHandler
IRequest <|-- TextMessageCommandBase
IRequestHandler <|-- TextMessageQueryHandler : Implements
CreateTextMessageCommand -up-> CreateTextMessageCommandHandler
TextMessageQueryHandler <|-- CreateTextMessageCommandHandler : Implements
TextMessageCommand -up-> TextMessageCommandBase
TextMessageCommand -right-> CreateTextMessageCommandHandler
@enduml
| false | true | false | false | class |
35b28ca6180569c9dd4ab3c390f258ded2ed6155 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyQuoteRequestUpdateAction.puml | b57acffefa1210a90f80b6daf3008b8c6808cd12 | [] | 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 | 763 | 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 MyQuoteRequestUpdateAction [[MyQuoteRequestUpdateAction.svg]] {
action: String
}
interface MyQuoteRequestCancelAction [[MyQuoteRequestCancelAction.svg]] {
action: String
}
interface MyQuoteRequestUpdate [[MyQuoteRequestUpdate.svg]] {
version: Long
actions: [[MyQuoteRequestUpdateAction.svg List<MyQuoteRequestUpdateAction>]]
}
MyQuoteRequestUpdateAction --> MyQuoteRequestCancelAction #blue;text:blue : "action : cancelQuoteRequest"
MyQuoteRequestUpdateAction --> MyQuoteRequestUpdate #green;text:green : "actions"
@enduml
| false | true | false | false | sequence |
875c59aec6f6d4524dd431a44a70570b95f421d5 | 1107f653f6ff34f512be3100704dbf68aee4ffdd | /Author-java/MathUnited/doc/uml/subversion/004-subversion-checkout-commit.puml | a208138fc5a91658837bbcf1c403104f9aabd16a | [] | no_license | algebrakit/mathunited | 943de310678a138c32233a271264440ec77782d4 | fd9e4fe833f0aa1e0472c538cc6dff7f62daad50 | refs/heads/master | 2023-04-08T07:46:44.876111 | 2023-04-01T09:28:32 | 2023-04-01T09:28:32 | 13,353,105 | 0 | 0 | null | 2022-12-14T20:24:32 | 2013-10-05T21:49:13 | HTML | UTF-8 | PlantUML | false | false | 506 | puml | @startuml
' Define the actors
actor User
box "Server" #LightGray
control Auteurstool as AUT
control "SVN Repo" as SVN
end box
title
Auteurstool
Edit pipeline
(nog geen locks)
end title
hide footbox
User -> AUT: Edit //id//
AUT -> SVN: svn co //id//
SVN -> AUT: /tmp///id//
AUT -> User: Render
User -> User: edit
User -> AUT: Save
AUT -> AUT: AJAX to XML
AUT -> SVN: svn commit
SVN --> AUT: Done
AUT -> User: Render
...
User --> AUT: Lock timeout
AUT -> AUT: rm -r /tmp///id//
@enduml
| false | true | false | false | usecase |
8ba6807122543010d39718aa5ea9875dc0f59be3 | dc147c1a9cf9a1579db5af35375fbbc0900ba706 | /Project/Documents/EndSequenceSoftware.puml | a6cc338e229cd7fc95e61e7c585ae036b5603105 | [] | no_license | nus-wira/CG2271 | a10d244b9a6084fb9f69eff11c9b85a8236a238d | 88b7a5c7a06a87796ae062a0ccdd36217b148adf | refs/heads/master | 2023-02-09T17:41:56.332520 | 2021-05-11T09:36:16 | 2021-05-11T09:36:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 674 | puml | @startuml
autoactivate on
box Software
participant ":main" as main
participant ":UART" as UART
participant ":basic" as basic
participant ":brain_thread" as brain
participant ":sound_thread" as sound
participant ":sound" as soundh
participant ":PWM" as PWM
end box
[-> main : 0x41
main -> UART : NVIC_IRQHandler()
UART -> basic : bleNum = 0x41
UART <-- basic : osSemapahoreRelease(brainSem)
main <-- UART
main -> brain : osSemaphoreAcquire(brainSem)
main <-- brain : osSemaphoreRelease(soundSem)
main -> sound : osSemaphoreAcquire(soundSem)
sound -> soundh : playMegalovania()
soundh -> PWM : setPWMFreq()
soundh <-- PWM
sound <-- soundh
main <-- sound
[<-- main
@enduml | false | true | false | false | sequence |
200cdb6e9fb5e90387a0e34771f022d014c51ed6 | 83a0533c9bf79bc47cb06d9855db8a4ea5fd3dfb | /diagrams/plantUml/Classes.puml | 624dc984b72b962181bdaa624d0bf0db3809558e | [] | no_license | sjaulin/snowtricks | 19d15e1bc7a43ed011db814592590c4dc732517b | b1bb98ea6649d3bb83f977fd3965eae8aa311c37 | refs/heads/main | 2023-03-31T19:03:47.890016 | 2021-03-25T10:15:28 | 2021-03-25T10:15:28 | 316,492,473 | 1 | 2 | null | 2021-03-25T10:17:18 | 2020-11-27T12:13:28 | PHP | UTF-8 | PlantUML | false | false | 1,457 | puml | @startuml Classes
'see:https://plantuml.com/fr/class-diagram
class User {
{field} email: string
{field} password: string
{field} createdDatetime: DateTimeInterface
{field} roles: string
{method} getRoles()
{method} getAvatar()
}
class Avatar {
{field} name: string
}
class Category {
{field} name: string
{field} slug: string
{method} getTricks()
}
class Trick {
{field} name: string
{field} slug: string
{field} description: string
{field} createdDatetime: DateTimeInterface
{method} getPictures()
{method} getVideos()
{method} getComments()
}
class Picture {
{field} name: string
}
class Video {
{field} url: string
}
class Comment {
{field} createdDatetime: DateTimeInterface
{field} message: string
{method} getUser()
}
User "1" *-- "1" Avatar : composition
User "1" -- "0..*" Trick
Category "1" o-- "0..*" Trick : aggregation
Trick "1" *-- "1..*" Picture : composition
Trick "1" *-- "0..*" Video : composition
Trick "1" *-- "0..*" Comment : composition
Comment "1" *-- "1..*" User : composition
@enduml | false | true | false | false | class |
2afd17bd511c5aea22147ad7107620186b24567f | f98fa1852c1765b2a10e87475fb1352de77e56b1 | /src/main/scala/$1_where/$1_business_logic/$2_on_domain/model.puml | c90375169c0f53cedd176dc833d6ad19dcf1573f | [] | no_license | suzuki-hoge/ddd-questions | bc14a78b0a0279e09b1418bc5cb098f5c25ae2c5 | 22a48f894e06b6c3affca7233c1b9aabc3da4ab1 | refs/heads/master | 2021-08-06T16:28:05.537406 | 2017-11-06T14:35:15 | 2017-11-06T14:35:15 | 109,396,522 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 782 | puml | @startuml
package domain {
class Customer {
- id
- plan
- start
+ Boolean isCampaignTarget()
}
class CustomerId {
- String
}
enum Plan {
FREE, PREMIUM
}
class StartDate {
- LocalDate
+ Boolean isPassedNYears(Int)
}
interface CustomerRepository {
List<Customer> all()
}
interface NoticeRepository {
void campaign(Customer)
}
Customer -down-> CustomerId
Customer -down-> Plan : is
Customer -down-> StartDate : is
CustomerRepository -left-> Customer : found
NoticeRepository -right-> Customer
}
package table {
class CustomerRepositoryTable {
List<Customer> all()
}
}
object database
CustomerRepositoryTable -down-|> CustomerRepository
CustomerRepositoryTable -up-> database : select all
@enduml
| false | true | false | false | sequence |
ddda40c7b973942212a9aca7e61f88ab730ad311 | e99bd81bb700efb400c72f617797915bc3fdb85d | /diagrams/memento.plantuml | f92e569624a5cf5603168d85687516035ebf0d16 | [
"MIT"
] | permissive | peteruhnak/pharo-tanks-game | 762aca1f261c2534b57cd56c1a874cb594284e31 | a7c1039dacf7802fcf364c01d1e31088473b4891 | refs/heads/master | 2021-01-13T11:24:14.153392 | 2016-12-21T16:24:52 | 2016-12-21T16:24:52 | 77,060,643 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 796 | plantuml | @startuml
package "Memento pattern" {
interface Originator
interface Memento
package "Model" {
class ADPWorld {
memento() : ADPWorld // deep copy with modified ADPTank deep copy
memento:(aMemento : ADPWorld)
}
class ADPTank {
memento() : ADPTank
memento:(aMemento : ADPTank)
}
}
Originator <|-- ADPWorld
Memento <|-- ADPWorld
note "In Smalltalk all methods are public,\n\
so method hiding/narrowing is done by context and convention.\n\
Therefore Memento can be created just by cloning (copying) the model.\n\
\
Only restoration has to be a bit more proper,\n\
as references to existing objects must not be broken (e.g. observers),\n\
or done so in a predicable fashion.\
" as N2
N2 .. Originator
N2 .. Memento
}
@enduml
| false | true | false | false | class |
efa591e5093c1724fb36cc310a2017cb39c441c7 | 7f2c3c7279d02ef9a0f540cb3f5465ec150fc274 | /Part3/documentation/Diagrams PUML/UCCalendar.puml | eedf21cb5c9bab97e91eee55dfc24fc76ba7ed3b | [] | no_license | UpSkillCobol/lab2 | 50af33d8a3dc2de7d582439bae1d0a2b0661af85 | 0bd40727e16972be0188d9b98865d92752226811 | refs/heads/main | 2023-04-05T14:51:59.017317 | 2021-03-25T16:42:50 | 2021-03-25T16:42:50 | 325,392,334 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 401 | puml | @startuml
left to right direction
header
UPskillCobol: Breadwich
endheader
title \nDeliciousSandwich\n
package Calendar {
usecase "UC1: Add downtime" as UC1
usecase "UC2: Update downtime" as UC2
usecase "UC3: Remove downtime" as UC3
usecase "UC4: View downtime" as UC4
usecase "UC5: Create Report" as UC5
}
Admin --> UC1
Admin --> UC2
Admin --> UC3
Admin --> UC4
Admin --> UC5
@enduml | false | true | false | false | usecase |
322d43e03cb459a8d612374c1ed6105d89742fa2 | 736b8100a60b57be803ecbf8dc308b16f3fa9186 | /design/exam.puml | a986e1d795b1766a7fe2d8a18ae0ddf4d2934ece | [] | no_license | OkieLe/exam-plantform | 96e62f011587fe12d7bd445415a2d7f87869282d | b8fdda61b362c2a4410b687492167bdf3e9c58cb | refs/heads/master | 2022-05-27T18:33:51.396637 | 2020-04-14T05:45:28 | 2020-04-14T05:45:28 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,335 | puml | @startuml
package paper <<Aggregate>> {
class Paper <<Aggregate Root>> {
id: String
blankQuizzes: List
reassemble()
{static} assemble(): Paper
}
class BlankQuiz <<Value Object>> {
id: String
question: String
referenceAnswer: String
score: Number
}
Paper "1" o-- "N" BlankQuiz
}
package examination <<Aggregate>> {
class Examination <<Aggregate Root>> {
id: String
paper: Paper
teacherId: String
duration: Time
dueTime: Date
{static} create(): Examination
}
class "Paper" as p <<Value Object>> {
blankQuizzes: List
}
class "BlankQuiz" as b <<Value Object>> {
question: String
referenceAnswer: String
score: Number
}
Examination "1" *-- "1" p
p "1" *-- "5..20" b
}
package answerSheet <<Aggregate>> {
class AnswerSheet <<Aggregate Root>> {
id: String
studentId: String
examinationId: String
answers: List
score: Number
submit()
handIn()
review()
{static} assign(): AnswerSheet
}
class Answer <<Entity>> {
id: String
answer: String
score: Number
submit()
}
AnswerSheet "1" o-- "5..20" Answer
}
@enduml | false | true | false | false | class |
797193c704f4a4528e2777b5785dc6448b858e13 | 2978b8beb62ee639fba84cb27425d7d9afa7e473 | /mern-stack/.docs/.diagrams/dev-ci-sequence.puml | 252f64258b9e22526cc0c51ce06db2e018dd4ad4 | [] | no_license | pillaiashwin/mern-stack-template | 7b7d6ba68135549025702ef9165453fee7702185 | cd87c4d8ab1fb251e2a7967249161d664bfa192d | refs/heads/main | 2023-08-08T01:29:33.539064 | 2021-09-22T21:18:56 | 2021-09-22T21:18:56 | 409,359,282 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 399 | puml | @startuml dev-ci-sequence
title CI Flow
skinparam style strictuml
actor "Developer" as dev
participant "GitHub" as github
participant "NPM Registry" as npm
== build job ==
dev -> github : create PR
github -> github : checkout
github -> npm : fetch dependencies
npm --> github : ok
github -> github : build
github -> github : test
@enduml | false | true | false | false | sequence |
da3e5b7bb1ae5928ca819a1506ecb48a688e03e1 | aefb1807676f66cc46e45071b3deb1969e682322 | /SELAIN SISTEM/UML/DIAGRAM/UsecaseDiagram.puml | d45560ba3e5f7761ba98191d2e658c845ee5c14d | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kurniado729/sistem_kp | f456f7a22392f99c117797370c9a8d70c96b0df4 | c77c7bc9aa28fe414be3254880112dbffb4b2ab2 | refs/heads/master | 2023-02-01T21:00:47.861038 | 2019-12-20T18:52:46 | 2019-12-20T18:52:46 | 220,038,247 | 0 | 1 | MIT | 2023-02-01T02:14:20 | 2019-11-06T16:12:42 | HTML | UTF-8 | PlantUML | false | false | 3,928 | puml | @startuml Usecase
Left to Right Direction
skinParam packageStyle rectangle
actor Administrator
rectangle "Use Case Diagram Manajemen Surat Perintah Tugas"{
Administrator -- (Melihat Dashboard)
Administrator-- (Melihat Profil)
Administrator-- (Mengubah Profil)
Administrator-- (Mengubah Password)
Administrator-- (Forgot Password)
Administrator-- (Melihat Role)
Administrator-- (Menambah Role)
Administrator-- (Mengubah Role)
Administrator-- (Menghapus Role)
Administrator-- (Menambah Akses)
Administrator-- (Mengurangi Akses)
Administrator-- (Melihat Menu)
Administrator-- (Menambah Menu)
Administrator-- (Mengubah Menu)
Administrator-- (Menghapus Menu)
Administrator-- (Melihat Submenu)
Administrator-- (Menambah Submenu)
Administrator-- (Mengubah Submenu)
Administrator-- (Menghapus Submenu)
Administrator-- (Melihat Pegawai TU)
Administrator-- (Menambah Pegawai TU)
Administrator-- (Mengubah Pegawai TU)
Administrator-- (Menghapus Pegawai TU)
Administrator-- (Melihat Pegawai BKD)
Administrator-- (Menambah Pegawai BKD)
Administrator-- (Mengubah Pegawai BKD)
Administrator-- (Menghapus Pegawai BKD)
Administrator-- (Melihat Pegawai BKA)
Administrator-- (Menambah Pegawai BKA)
Administrator-- (Mengubah Pegawai BKA)
Administrator-- (Menghapus Pegawai BKA)
Administrator-- (Melihat Pegawai Trash)
Administrator-- (Megembalikan Pegawai)
Administrator-- (Menghapus Permanen Pegawai)
Administrator-- (Mencari Menu)
Administrator-- (Mencari Submenu)
Administrator-- (Mencari Pegawai TU)
Administrator-- (Mencari Pegawai BKD)
Administrator-- (Mencari Pegawai BKA)
Administrator-- (Mencari Pegawai Trash)
' semua aktor
(Melihat Dashboard)..> (Login) : include
(Melihat Profil)..> (Login) : include
(Mengubah Profil)..> (Login) : include
(Mengubah Password)..> (Login) : include
(Forgot Password)..> (Login) : include
(Melihat Role)..> (Login) : include
(Menambah Role)..> (Melihat Role) : include
(Mengubah Role)..> (Melihat Role) : include
(Menghapus Role)..> (Melihat Role) : include
(Menambah Akses)..> (Melihat Role) : include
(Mengurangi Akses)..> (Melihat Role) : include
' admin
(Melihat Menu)..> (Login) : include
(Menambah Menu)..> (Melihat Menu) : include
(Mengubah Menu)..> (Melihat Menu) : include
(Menghapus Menu)..> (Melihat Menu) : include
(Melihat Submenu)..> (Login) : include
(Menambah Submenu)..> (Melihat Submenu) : include
(Mengubah Submenu)..> (Melihat Submenu) : include
(Menghapus Submenu)..> (Melihat Submenu) : include
(Melihat Pegawai TU)..> (Login) : include
(Menambah Pegawai TU)..> (Melihat Pegawai TU) : include
(Mengubah Pegawai TU)..> (Melihat Pegawai TU) : include
(Menghapus Pegawai TU)..> (Melihat Pegawai TU) : include
(Melihat Pegawai BKD)..> (Login) : include
(Menambah Pegawai BKD)..> (Melihat Pegawai BKD) : include
(Mengubah Pegawai BKD)..> (Melihat Pegawai BKD) : include
(Menghapus Pegawai BKD)..> (Melihat Pegawai BKD) : include
(Melihat Pegawai BKA)..> (Login) : include
(Menambah Pegawai BKA)..> (Melihat Pegawai BKA) : include
(Mengubah Pegawai BKA)..> (Melihat Pegawai BKA) : include
(Menghapus Pegawai BKA)..> (Melihat Pegawai BKA) : include
(Melihat Pegawai Trash)..> (Login) : include
(Megembalikan Pegawai)..> (Melihat Pegawai Trash) : include
(Menghapus Permanen Pegawai)..> (Melihat Pegawai Trash) : include
(Mencari Menu)..> (Melihat Menu) : include
(Mencari Submenu)..> (Melihat Submenu) : include
(Mencari Pegawai TU)..> (Melihat Pegawai TU) : include
(Mencari Pegawai BKD)..> (Melihat Pegawai BKD) : include
(Mencari Pegawai BKA)..> (Melihat Pegawai BKA) : include
(Mencari Pegawai Trash)..> (Melihat Pegawai Trash) : include
}
@enduml | false | true | false | false | usecase |
92d193f07cafe2178f49a200bb0aaeef422cd14e | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/LightSeaGreen.puml | 5760fe88b9da3fc5c7844d29c8758496f2316cfb | [] | 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 | 328 | puml | @startuml
skinparam ClassBackgroundColor #LightSeaGreen
skinparam ClassFontColor #LightSeaGreen
skinparam ClassBorderColor #LightSeaGreen
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
21a206081a135f52f8397a8eb312f1d82320771e | 8f8c5f8a0ffa3a51d091183966007fff022db792 | /src/main/java/com/m2i/poe/geometry/geometry.plantuml | 17e3168c73908854822b229ce6b66958ca2dc494 | [] | no_license | cyrilvincent/POE | aa94acf0fc41369d73a3c1f27054510a048cdd5f | 76bd32226bfd0f1ea432c541a36fbe0afc844fd8 | refs/heads/master | 2020-03-21T12:52:21.932649 | 2018-09-17T07:31:24 | 2018-09-17T07:31:24 | 138,575,981 | 1 | 8 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,707 | plantuml | @startuml
title __GEOMETRY's Class Diagram__\n
package com.m2i.poe {
package com.m2i.poe.geometry {
class Carre {
+ Carre()
}
}
}
package com.m2i.poe {
package com.m2i.poe.geometry {
class Point {
- x : double
- y : double
+ Point()
+ Point()
~ moveTo()
~ display()
~ moveRelative()
+ getX()
- setX()
+ getY()
- setY()
+ toString()
}
}
}
package com.m2i.poe {
package com.m2i.poe.geometry {
class Point3d {
- z : double
+ Point3d()
+ getZ()
+ setZ()
+ toString()
}
}
}
package com.m2i.poe {
package com.m2i.poe.geometry {
class Rectangle {
- width : double
- height : double
+ Rectangle()
+ Rectangle()
+ getWidth()
+ setWidth()
+ getHeight()
+ setHeight()
+ getOrigin()
+ setOrigin()
+ getSurface()
+ getPerimetre()
}
}
}
package com.m2i.poe {
package com.m2i.poe.geometry {
class TriangleRectangle {
+ TriangleRectangle()
+ TriangleRectangle()
+ getSurface()
+ getHypothenuse()
+ getPerimetre()
}
}
}
Carre -up-|> Rectangle
Point3d -up-|> Point
Rectangle o-- Point : origin
TriangleRectangle -up-|> Rectangle
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 |
f3882e0b567d3778c26fbe93c661d856d83d7459 | 81c5341b371310f415b7c5ed1193e72bba5eedda | /diagrams/server/LoggerClassDiagram.puml | 394ce2a0454e9a8501e8406b650e418ff8fe6ca4 | [
"MIT"
] | permissive | wolfj123/PolicyModelsPlugin | cb8a8687f66e95f164e2cf76cb8ff91245bad598 | c012734157bb8a03348e55e6844e34b6bc1596fc | refs/heads/master | 2023-01-08T05:03:52.950396 | 2020-06-17T15:59:44 | 2020-06-24T13:50:58 | 229,545,591 | 0 | 0 | MIT | 2023-01-07T18:08:47 | 2019-12-22T09:32:58 | TypeScript | UTF-8 | PlantUML | false | false | 1,421 | puml | @startuml
enum logSources {
server
serverHttp
documents
parser
}
card ext [
<<external library>>
\tWinston
]
interface Logger {
+error(msg: string, moreData?: any): any
+warn(msg: string, moreData?: any): any
+info(msg: string, moreData?: any): any
+http(funcName: string, funcParmas?: any): any
}
class DummyLogger implements Logger {
+error(msg: string, moreData?: any): void
+warn(msg: string, moreData?: any): void
+info(msg: string, moreData?: any): void
+http(funcName: string, funcParmas?: any): void
}
class Logger1 implements Logger {
-_log: Logger
-_type: logSources
+error(msg: string, moreData?: any): Promise<void>
+warn(msg: string, moreData?: any): Promise<void>
+info(msg: string, moreData?: any): Promise<void>
+http(funcName: string, funcParmas?: any): Promise<void>
}
class LoggerGlobal{
+logFolder: string
+serverLogFileName: string
+serverHttpLogFileName: string
+documentsLogFileName: string
+parserLogFileName: string
+allLogs: {logSources, string} []
+allLoggers: {logSources, Logger} []
+globalLog: Winston.Logger
+printFormat({string, string, string}): string
+logsFormat(Winston.Format []) : Format
+initLogger(string): void
}
Logger1 o-- "1...1" ext
DummyLogger o-- "1...1" ext
LoggerGlobal "0...*" o-- "5...5" Logger
LoggerGlobal --> logSources : uses
@enduml | false | true | false | false | sequence |
3c2421176f5dd7b4af898b3e33f9cc308893a41a | fa9855ed2f2ad20f1876549b9aa036265346adff | /use-cases/use-case-1.2.puml | c20a9356cfa8d508e893c7dc7690b66da26bce1a | [
"Apache-2.0"
] | permissive | scan-lan/Group-Project | fcc0f346ebe2c5495b2c31328275fcd773846892 | db93a1510cce1355ebb79f01ba8eb42d2312a685 | refs/heads/master | 2023-04-15T18:20:10.702190 | 2021-04-27T17:23:47 | 2021-04-27T17:23:47 | 333,326,638 | 0 | 0 | Apache-2.0 | 2021-04-27T17:23:48 | 2021-01-27T06:32:57 | Java | UTF-8 | PlantUML | false | false | 302 | puml | @startuml
rectangle Database
rectangle "Organisation" {
usecase UC1 as "Get countries in continent
by largest population to smallest"
usecase UCa as "Print: Code, Name, Continent,
Region, Population, Capital"
}
User1 - UC1
UC1 ..> UCa : include
UC1 - Database
@enduml | false | true | false | false | usecase |
625c0d15cd72d0af0ee5266811e5acca5fb3176b | 06682e4ce38bc10f215e0209e35442025748e381 | /workFlow/Uml/tutorial/sequence/delay.puml | 1ba2643caafca631d1c02b416ebdc6c370b67e83 | [] | no_license | damoncheng/Markdown | 6a9983baaf21bd7d67a3846e42fc136679e2a7d8 | ae7958aba91e21c4133222978e1028b91a2478cb | refs/heads/master | 2023-03-24T14:45:42.000592 | 2022-04-15T16:31:41 | 2022-04-15T16:31:41 | 65,825,196 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 151 | puml | @startuml deplay
Alice -> Bob : Authentication Request
...
Bob --> Alice : Authentication Response
...5 minutes later...
Bob --> Alice : Bye!
@enduml | false | true | false | false | sequence |
886a48b6a9ebb505140d27486aa67d1c7ed5bd37 | 33c9019347fc7c36b29c6a80906363229bfead1f | /uml/resetpassword-class.puml | 909d7ed462e14f8445063f7c977f8585ab768c70 | [] | no_license | nzyi/Django--Shihu | 59da0f90c3c67dee1f55d219a8139149f2fcf713 | 60b7284db19db109b232b8e467e91250155c2541 | refs/heads/master | 2020-12-09T19:51:38.890733 | 2020-01-13T08:57:13 | 2020-01-13T08:57:13 | 233,404,186 | 0 | 0 | null | 2020-01-13T08:21:52 | 2020-01-12T14:21:08 | CSS | UTF-8 | PlantUML | false | false | 438 | puml | @startuml resetpassword-class
package django.forms {
class Form
}
package django.db.models {
class Model
}
package forms {
class UserForm {
username
}
class UserPass {
password1
password2
}
class UserCode {
usercode
}
UserForm --|> Form
UserPass --|> Form
UserCode --|> Form
}
package models {
class ConfirmString
ConfirmString --|> Model
}
@enduml | false | true | false | false | class |
f96e029427bec39835adda6ac75b81a7e3c1b797 | c9c618e7ea0dc7e1e8957ddba74791e0b34419af | /src/main/java/comportement/chainofresponsibility/eni/chainofresponsibility.puml | d0db2867b1a223b782a5b35ab393d85e7e3ce111 | [] | no_license | soffiane/java-design-patterns | c978e24723721895e559683ad3334a44ce540a05 | bff3ce4caf56590daa35e8b1a08bdcdf6e118e73 | refs/heads/master | 2020-12-03T06:12:13.046057 | 2020-02-13T21:48:22 | 2020-02-13T21:48:22 | 231,225,139 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 945 | puml | @startuml
note "Ce pattern construit une chaine d'objets telle que\nsi un objet de la chaine ne peut pas repondre a une\nrequete,il puisse transmettre cette requete à l'objet suivant\netc... jusqu'a ce qu'un puisse y repondre. Ici on veut pouvoir\nfournir une description d'un vehicule si elle existe ou une \ndescription par defaut.Les objets sont lies entre eux du plus\nspecifique(le vehicule) au moins specifique(la marque)" as N0
abstract class ObjetBase{
#getDescription()
-descriptionParDefaut()
+donneDescription()
}
class Vehicule{
#getDescription()
}
class Modele{
#getDescription()
}
class Marque{
#getDescription()
}
ObjetBase -> "#suivant 0..1" ObjetBase
ObjetBase <|-- Vehicule
ObjetBase <|-- Modele
ObjetBase <|-- Marque
note left of ObjetBase : resultat = this.getDescription();\nif(resultat != null)\nreturn resultat;\nif(suivant != null)\nreturn suivant.donneDescription();\nelse\nreturn this.descriptionParDefaut();
@enduml | false | true | true | false | class |
ed4dd20791c3e3100ba04ec2ddd31ea6ced2e296 | 7f81fd3b997e5a8e9e16a8deb60143c8e3563b95 | /interpreter/interpreter.puml | 9e867cae56031940af74c3ba178d293a947f1c2d | [] | no_license | importPI19fromDHGE/plantumltemplates | 997d66e986422e41aaf5b3e1aebb7cde0d2b6ffe | eeb04c47e2b241a6a17cbfbd026834cba8ddb3a3 | refs/heads/main | 2023-05-20T06:52:08.463806 | 2021-06-10T15:54:58 | 2021-06-10T15:54:58 | 366,027,631 | 0 | 0 | null | 2021-05-20T14:07:50 | 2021-05-10T12:01:11 | null | UTF-8 | PlantUML | false | false | 340 | puml | @startuml
skinparam linetype ortho
top to bottom direction
title Interpreter
rectangle "Programm"as P
rectangle "Abstrakte Maschine" as A
rectangle "Basissystem" as B
P -right-> A
note right
parsen des Skriptes bzw. der Programms
end note
A <-down->B
actor " " as AC
note right
Interaktion mit dem Programm
end note
AC <-down-> A
@enduml | false | true | false | false | sequence |
9f16dcf5e10971520691250c12dceb1b5a2d6367 | bc434fc50889e457d47679919a512b6bbe6b2123 | /poom-services-paged-collection/doc/page-collection-entity-level.puml | c57b8bbe126b851a2078d38c58f38ecf8d362f71 | [
"Apache-2.0"
] | permissive | flexiooss/poom-services | c1db2a96a5cc518e8c4b3e184349188d15d674b2 | 873cd0d29db9138bd210ae3d728dc55c1183a48d | refs/heads/master | 2023-08-31T10:04:59.337434 | 2023-08-28T15:45:46 | 2023-08-28T15:45:46 | 93,128,488 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,743 | puml | @startuml
actor Client as client
participant "API" as api
== RETRIEVE entity ==
client -> api: <b>GET</b> /path/to/things/<b>{entity-id}</b>
activate api
alt entity retrieved
client <- api: <b>200</b> \
\n<i>headers</i>: \n\tx-entity-id \n\tlocation \
\n<i>body</i> {entity-type representation}
else
client <- api: one of <b>400, 401, 403, 404, 405, 500</b>\
\n<i>body</i>: {error description}
end
deactivate api
== REPLACE entity ==
client -> api: <b>PUT</b> /path/to/things/<b>{entity-id}</b>\
\n<i>body</i>: {replace-type representation}
activate api
alt entity replaced
client <- api: <b>200</b> \
\n<i>headers</i>: \n\tx-entity-id \n\tlocation \
\n<i>body</i> {entity-type representation}
else
client <- api: one of <b>400, 401, 403, 404, 405, 500</b>\
\n<i>body</i>: {error description}
end
deactivate api
== UPDATE entity ==
client -> api: <b>PATCH</b> /path/to/things/<b>{entity-id}</b>\
\n<i>body</i>: {update-type representation}
activate api
alt entity updated
client <- api: <b>200</b> \
\n<i>headers</i>: \n\tx-entity-id \n\tlocation \
\n<i>body</i> {entity-type representation}
else
client <- api: one of <b>400, 401, 403, 404, 405, 500</b>\
\n<i>body</i>: {error description}
end
deactivate api
== DELETE entity ==
client -> api: <b>DELETE</b> /path/to/things/<b>{entity-id}</b>
activate api
alt entity deleted
client <- api: <b>204</b>
else
client <- api: one of <b>400, 401, 403, 404, 405, 500</b>\
\n<i>body</i>: {error description}
end
deactivate api
@enduml | false | true | false | false | sequence |
74b3b57149916df3a698fada5227349e498a1c03 | b04d5166435afbe4a531aaccc447a40c92bb649b | /docs/Solution/Data-Coordinator/Deployment.puml | ff5bbba7fbc7535c4ed6fc2e93aeeeb6eac4f38e | [] | no_license | CAADE/CloudLet | bc8e2d2ca4662aa60732888d727fca11d4045f66 | 08066bb296578ca6dc60a20388b15cb0f08425c4 | refs/heads/master | 2021-07-24T19:23:37.384552 | 2018-08-11T13:37:52 | 2018-08-11T13:37:52 | 81,122,426 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 155 | puml | @startuml
package "Data Coordinator" {
cloud cloud1
node node1
artifact artifact1
storage objectStore
database db1
folder folder1
}
@enduml
| false | true | false | false | sequence |
a4a6d3dfd4e03eb7b794897a8e90742a34ab4930 | 59c326c788c48a4b54da464574fcf2775a885389 | /docs/modules/puml/:android:app.puml | b4cb8b35cb19738fc2345f47f805f0f4c9beca27 | [
"MIT"
] | permissive | pawelpasterz/crypton | e2dc1ec909b7fca9ef48ea88f99f8e6e77094562 | 77f984a4ead0bcc0a4e28ea2284ba54379ed75bb | refs/heads/master | 2022-11-18T21:35:11.492360 | 2020-07-20T19:59:48 | 2020-07-20T19:59:48 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,046 | puml | @startuml
package ":core" {
[:core:backend]
[:core:domain]
[:core:api]
[:core:cli]
}
package ":net" {
[:net:smack:android]
}
package ":android" {
[:android:room]
[:android:sys]
[:android:log]
[:android:error]
[:android:main]
[:android:indicator]
[:android:core]
[:android:notification]
[:android:resources]
[:android:debug]
[:android:intent]
[:android:account]
[:android:roster]
[:android:chat]
[:android:drawer]
[:android:widget]
[:android:app]
}
package ":engine" {
[:engine:paging]
[:engine:connectable]
[:engine:util]
[:engine:log]
[:engine:translator]
}
[:core:backend] --> [:core:domain]
[:net:smack:android] --> [:core:api]
[:android:room] --> [:core:api]
[:android:sys] --> [:android:indicator]
[:android:log] --> [:engine:log]
[:android:error] --> [:engine:log]
[:android:main] --> [:android:intent]
[:android:main] --> [:android:account]
[:android:main] --> [:android:roster]
[:android:main] --> [:android:chat]
[:android:main] --> [:android:drawer]
[:android:main] --> [:core:domain]
[:core:domain] --> [:engine:paging]
[:core:domain] --> [:core:api]
[:core:api] --> [:engine:connectable]
[:engine:connectable] --> [:engine:util]
[:engine:connectable] --> [:engine:log]
[:android:indicator] --> [:android:core]
[:android:indicator] --> [:android:notification]
[:android:core] --> [:android:resources]
[:android:core] --> [:android:debug]
[:android:debug] --> [:core:api]
[:android:intent] --> [:core:api]
[:android:account] --> [:android:core]
[:android:roster] --> [:android:core]
[:android:chat] --> [:android:core]
[:android:chat] --> [:android:notification]
[:android:chat] --> [:android:widget]
[:android:chat] --> [:core:cli]
[:android:drawer] --> [:android:core]
[:android:widget] --> [:android:resources]
[:core:cli] --> [:engine:translator]
[:core:cli] --> [:core:api]
[:android:app] --> [:core:backend]
[:android:app] --> [:net:smack:android]
[:android:app] --> [:android:room]
[:android:app] --> [:android:sys]
[:android:app] --> [:android:log]
[:android:app] --> [:android:error]
[:android:app] --> [:android:main]
@enduml
| false | true | false | false | sequence |
055769f64df3c9ba0561f17a759eddbcf4d8cc9a | 7c2a17fd3d19a13fb71558f79900a2908de98c58 | /docs/uml-class-diagrams/display01/test/DisplayGpsManagerImplementationTests/DisplayGpsManagerImplementationTests.puml | 24a61440634a038d95be54726866e278cfd7877a | [] | no_license | casher-ou/csi-3370-software-project | 483b1add9fbab8349f30009eecc123c884bdcc7b | 629fb9cce10429c2b80bd1ad33ab898d1466883b | refs/heads/main | 2023-01-22T00:44:50.062944 | 2020-11-29T23:00:50 | 2020-11-29T23:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 327 | puml | @startuml DisplayGpsManagerImplementationTests
package edu.oakland.test.display01 {
class DisplayGpsManagerImplementationTests {
+ void receivedGpsSignalStrengths()
+ void ifAcceptableGpsSignalStrengths()
+ void elsePoorGpsSignalStrengths()
+ void middlewareGisIsNotNull()
}
}
@enduml
| false | true | false | false | class |
5505112ecbaf340a2d1c8cb861c8759a455c02f2 | 147e8bb4df27ec1cd9c5a7273026bf1d1e4183fb | /open/bosminer/bosminer/work.puml | 6ea6190ec7d4d41b13343e80e27e43e7e08d50f7 | [] | no_license | qqq-tech/braiins | 7e64040ac28a9591e8d2e2f20bf17f0b49b58f9d | b4a98a542c00396f1df63db2f3d592eaba61c1b1 | refs/heads/master | 2023-07-20T07:39:26.131579 | 2020-04-30T20:00:03 | 2020-04-30T20:00:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 846 | puml | @startuml
cloud "Stratum" as stratum
cloud "S9" as s9
package "Hub" {
rectangle "Solver" as sol {
rectangle "Generator" as gen {
rectangle "EngineReceiver" as er {
}
}
rectangle "SolutionSender" as ssend {
}
}
rectangle "JobSolver" as jsolver {
rectangle "JobSender" as jsender {
rectangle "EngineSender" as es {
}
}
() CurrentTarget as curtag
rectangle "JobSolutionReceiver" as jsolrecv {
}
curtag ~~~> jsender
curtag ~~~> jsolrecv
}
note right of sol : backend
note right of jsolver : frontend
es -> er : WorkEngine
ssend -> jsolrecv : UniqueMiningWorkSolution
stratum --> jsender : Job
jsender --> es : engine::VersionRolling(job)
jsolrecv --> stratum : UniqueMiningWorkSolution
}
gen --> s9 : MiningWork
s9 --> ssend : UniqueMiningWorkSolution
@enduml
| false | true | false | false | sequence |
1dcd4bef82f930d5af9d79e8a6198b5531223063 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Security/UseCases.puml | eefc3b0701e27aa0fcbe8ff5326bdd79b8937a7a | [] | 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 | 627 | puml | @startuml
left to right direction
actor :User: <<Person>>
actor :SubSystem: <<Person>>
rectangle "Security" #lightBlue {
UseCase "Boot Protection" as UC1
UseCase "Establish Root of Trust" as UC2
UseCase "Maintain a Root of Trust" as UC3
UseCase "Create Secure Topology" as UC4
UseCase "Establish Integrity Network" as UC5
UseCase "Create Security Policy" as UC6
UseCase "Filter Data based on Security" as UC7
UseCase "Encrypt Data" as UC8
UseCase "Protect the Platform" as UC9
UseCase "Detect State of the Platform" as UC10
UseCase "Isolate workloads" as UC11
UC6 --> UC7
UC2 --> UC3
User --> UC1
User --> UC2
}
@enduml
| false | true | false | false | usecase |
813718db89c0721fbb54f25263eed0e68de67457 | 015af2febe164b9667ae91319080ed064c132b0e | /qnl/key-routing-service/src/main/java/com/uwaterloo/iqc/qnl/qnl.plantuml | 1ff3aa86769e4b8d2c62a5876500f02e77d6a7ea | [
"MIT"
] | permissive | crazoter/qkd-net | fb247b3a122821451a64ea587619926d9571444c | 182860ec031bf066fd3a9fa60d6d3629b4d37899 | refs/heads/master | 2022-08-25T23:32:53.109504 | 2020-05-20T02:25:20 | 2020-05-20T02:25:20 | 263,811,400 | 1 | 0 | null | 2020-05-14T04:05:04 | 2020-05-14T04:05:04 | null | UTF-8 | PlantUML | false | false | 4,482 | plantuml | @startuml
title __QNL's Class Diagram__\n
namespace com.uwaterloo.iqc.qnl {
class com.uwaterloo.iqc.qnl.KeyClientRouterInitializer {
{static} - LOGGER : Logger
- inboundChannel : Channel
- qConfig : QNLConfiguration
+ KeyClientRouterInitializer()
+ initChannel()
}
}
namespace com.uwaterloo.iqc.qnl {
class com.uwaterloo.iqc.qnl.KeyRouter {
{static} - LOGGER : Logger
{static} + main()
}
}
namespace com.uwaterloo.iqc.qnl {
class com.uwaterloo.iqc.qnl.KeyRouterBackendHandler {
{static} - LOGGER : Logger
- blockByteSz : int
- cfg : QNLConfig
- inboundChannel : Channel
- qConfig : QNLConfiguration
- respQNL : QNLResponse
+ KeyRouterBackendHandler()
+ channelActive()
+ channelInactive()
+ channelRead()
+ exceptionCaught()
- processResp()
}
}
namespace com.uwaterloo.iqc.qnl {
class com.uwaterloo.iqc.qnl.KeyRouterConnectHandler {
{static} - LOGGER : Logger
- inboundChannel : Channel
- outboundChannel : Channel
- qConfig : QNLConfiguration
- remoteHost : String
- remotePort : int
+ KeyRouterConnectHandler()
+ channelActive()
+ channelInactive()
+ channelRead()
+ channelReadComplete()
+ exceptionCaught()
{static} ~ closeOnFlush()
}
}
namespace com.uwaterloo.iqc.qnl {
class com.uwaterloo.iqc.qnl.KeyRouterFrontendHandler {
~ qReq : QNLRequest
{static} - LOGGER : Logger
- inboundChannel : Channel
- qConfig : QNLConfiguration
+ KeyRouterFrontendHandler()
+ channelActive()
+ channelRead()
+ channelReadComplete()
+ exceptionCaught()
{static} ~ closeOnFlush()
- processReq()
- retainConnectHandler()
}
}
namespace com.uwaterloo.iqc.qnl {
class com.uwaterloo.iqc.qnl.KeyServerRouterInitializer {
{static} - LOGGER : Logger
- qConfig : QNLConfiguration
+ KeyServerRouterInitializer()
+ initChannel()
}
}
namespace com.uwaterloo.iqc.qnl {
class com.uwaterloo.iqc.qnl.OTPKey {
{static} + OTPKEYNAME : String
{static} - LOGGER : Logger
- id : String
- otpKey : byte[]
- qnlConfig : QNLConfiguration
+ OTPKey()
+ otp()
- createKey()
}
}
namespace com.uwaterloo.iqc.qnl {
class com.uwaterloo.iqc.qnl.QNLConfig {
{static} + KMS : String
+ OTPConfig : Map<String, String>
{static} + OTP_KEYBLOCKSZ : String
- base : String
- headerSz : int
- keyBlockSz : int
- keyBytesSz : int
- kmsIP : String
- kmsPort : int
- port : int
- qllBlockSz : int
- qnlSiteKeyLoc : String
- routeConfigLoc : String
- siteId : String
+ getBase()
+ getHeaderSz()
+ getKeyBlockSz()
+ getKeyBytesSz()
+ getKmsIP()
+ getKmsPort()
+ getOTPKeyBlockSz()
+ getOTPKeyLoc()
+ getPort()
+ getQNLSiteKeyLoc()
+ getQllBlockSz()
+ getQnlSiteKeyLoc()
+ getRouteConfigLoc()
+ getSiteId()
}
}
namespace com.uwaterloo.iqc.qnl {
class com.uwaterloo.iqc.qnl.QNLConfiguration {
{static} - LOGGER : Logger
- config : QNLConfig
- configLoc : String
- otpKeyMap : Map<String, OTPKey>
- qllClientMap : Map<String, QLLReader>
- routeCfg : RouteConfig
+ QNLConfiguration()
+ QNLConfiguration()
+ getConfig()
+ getConfigLoc()
+ getOTPKey()
+ getQLLReader()
+ getRouteConfig()
- createOTPKeys()
- createQLLClients()
- loadConfig()
}
}
namespace com.uwaterloo.iqc.qnl {
class com.uwaterloo.iqc.qnl.RouteConfig {
+ adjacent : Map<String, String>
+ nonAdjacent : Map<String, String>
- lsrpRouter : LSRPRouter
+ getAdjacentId()
+ getAdjacentIdAddress()
+ getOtherAdjacentId()
+ isIdAdjacent()
+ setLSRPRouter()
}
}
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 |
a398d7cc56028a660849b2c37b7ffb4b528e2011 | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/users-service/Application/Models/DataTransferObjects/UserCreationDto.puml | e8672c684f6920c576ced7c1aa3b260a018d2eb4 | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 162 | puml | @startuml
class UserCreationDto {
+ FirstName : string <<get>> <<set>>
+ LastName : string <<get>> <<set>>
+ Email : string <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
384c9c3344b9c31026e52d7a1a792be3fa1b659e | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 2_ Patrones de Diseño Creacionales/PrincipleAndPatternDesign/src/cu/datys/patterns/gof/creational/prototype/class-diagram.puml | 86a81450ab7533010fb6df4a29c2c41ca510539e | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 450 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title Prototype Pattern
class Prototype{
+ Object clone()
}
class ConcretePrototype1 extends Prototype{
+ Object clone()
}
class ConcretePrototype2 extends Prototype{
+ Object clone()
}
class Client
Client --> Prototype: use
@enduml | false | true | false | false | sequence |
963e08f64579647ce81c9d6513a14058d56f6057 | c5f6be1c13ab1d0c99b597130443273e13bc06e7 | /screenshot/uml/vector_structure.puml | 52d6f4227fa9f2aa5e7c9ba3f99beb1b0000f9d4 | [] | 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 | 283 | puml | @startuml
abstract AbstractList
interface List
class Vector{
}
AbstractList <|- Vector
List <|.. Vector
abstract AbstractCollection
AbstractCollection <|- AbstractList
List <|.. AbstractList
interface Collection
Collection <|.. AbstractCollection
Collection <|- List
@enduml | false | true | false | false | class |
23c3c8b30d7967c58a978fc2d07e590e9e34a9b7 | 3d154adefdd79cf5873b12ae054aad182cd12f40 | /introduction/images/oauth2_ro_password_credentials_flow.puml | 56091362c03c18a886581c7357781d3c3407431f | [
"Apache-2.0",
"MIT"
] | permissive | andifalk/cloud-security-workshop | 5ffd13b3a9f51683e9054f2dec401e8d30e86f51 | 2d814d827fb1621c6aaeb44af3a0014a89e40e2f | refs/heads/master | 2023-05-14T03:25:45.807118 | 2023-05-10T10:31:28 | 2023-05-10T10:31:28 | 92,535,055 | 7 | 6 | null | null | null | null | UTF-8 | PlantUML | false | false | 656 | puml | @startuml
'https://plantuml.com/sequence-diagram
!include <logos/oauth>
!include <logos/dotnet>
title "<$oauth>\nOAuth 2.0 Resource Owner Password Credentials Grant"
autonumber
actor "Resource Owner" as ro
participant "<$dotnet>\nClient" as client
participant "Authorization Server" as authzserver
ro -> client: username/password credentials
client -> authzserver: Request access token with username/password credentials\n(and //client_id// & //client_secret//)
authzserver -> authzserver: Token Endpoint:\nAuthenticates client with credentials\nand //client_id/client_secret//\n& issues //access token//)
client <-- authzserver: Access Token
@enduml | false | true | false | false | sequence |
f06ed2396569b5fadaa1ca0396bd2d1b2ce0a841 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/Tan.puml | a51d66cc7d2174e5fe2e017a1dbac235cb109c54 | [] | 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 | 298 | puml | @startuml
skinparam ClassBackgroundColor #Tan
skinparam ClassFontColor #Tan
skinparam ClassBorderColor #Tan
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
755250da76464dbeaf0828e8d05765941bc75210 | 6ed8cf4371a85261e78536e0f1bd68b6f38f2c8d | /design/uml/sequence-diagram/game-initialization-sequence.puml | c1fe4bf72387a2b5249d84e22d76e94f854bb740 | [
"Apache-2.0"
] | permissive | ondramastik/Bang-online | 4d5c31277a7b933cf9c40de55fd7e3edd07294db | 269cfa5dae948059ade350e3562d4a614d4bc351 | refs/heads/master | 2023-08-17T15:51:51.838431 | 2021-09-20T10:03:54 | 2021-09-20T10:03:54 | 406,950,695 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 987 | puml | @startuml
actor User
Lobby -> Game : startGame
Game -> PlayerGroup : spawnPlayerGroup
PlayerGroup -> CardsDeck : spawnCardsDeck
loop configuredCards times
CardsDeck -> Card : init
Card -> CardLogicManager: requestCardLogicRef
return cardLogicRef
Card --> CardsDeck : cardRef
end
CardsDeck --> PlayerGroup: cardsDeckRef
PlayerGroup --> Game: playerGroupRef
Game --> Lobby : gameInitialisationStarted
loop Each player
User -> Lobby : selectCharacter(characterId)
Lobby -> Game : selectCharacter
Game -> PlayerGroup : selectCharacter(characterId)
PlayerGroup -> Player : selectCharacter(characterId)
loop Count of card based on selected character
Player -> CardsDeck : draw
return ack
end
Player -> CharacterLogicManager : requestCharacterLogicRef
return supplyCharacterLogicRef
Player --> PlayerGroup : setPlayerInitialised
end
PlayerGroup --> Game : initialised
Game --> Lobby : gameStarted
@enduml | false | true | false | false | usecase |
51415577d4f57d447391ec278735e048bfaf2fed | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderImportCustomLineItemStateAction.puml | c89ab202c1aa37af4c4a8aa31f25aaa1b3352450 | [] | 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 | 575 | 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 StagedOrderImportCustomLineItemStateAction [[StagedOrderImportCustomLineItemStateAction.svg]] extends StagedOrderUpdateAction {
action: String
customLineItemId: String
customLineItemKey: String
state: [[ItemState.svg List<ItemState>]]
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | state |
63a6d84cc4f432b396ca5327f6fa43f8e7f9c212 | e48090f8931b40bfc0e0a53bdcfac0e4a4b1b714 | /imgs/scalaz.puml | baec9dc81c95e0a98c912887e46fb7374ac9dc8c | [] | no_license | zhenglaizhang/scala-mania | 80ff3e06ef1ab709b02bfdad5935c44dd9fe26ab | 81f3ca186684db70beaa2f94f94c9fba46f7d065 | refs/heads/master | 2020-05-21T19:38:37.871600 | 2016-12-07T14:53:41 | 2016-12-07T14:53:41 | 65,605,212 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,616 | puml | @startuml
abstract class InvariantFunctor {
xmap()
}
abstract class Functor {
/** Lift `f` into `F` and apply to `F[A]`. */
def map[A, B](fa: F[A])(f: A => B): F[B]
}
abstract class Apply {
def ap[A,B](fa: => F[A])(f: => F[A => B]): F[B]
}
abstract class Applicative {
def point[A](a: => A): F[A]
}
abstract class Semigroup {
/** The binary operation to combine `f1` and `f2`. */
def append(f1: F, f2: => F): F
}
abstract class Monoid {
/** The identity element for `append`. */
def zero: F
}
Semigroup <|-- Monoid
abstract class Monad {
}
note "Monad, an <b>Applicative</b> that also supports <b>Bind</b>, circumscribed by the <b>monad laws</b>." as NM
NM..Monad
abstract class MonadPlus {
def filter[A](fa: F[A])(f: A => Boolean)
}
abstract class ApplicativePlus {
}
abstract class PlusEmpty {
def empty[A]: F[A]
}
abstract class Plus {
def plus[A](a: F[A], b: => F[A]): F[A]
-- PlusOps --
def <+>(other : => F[A]) : F[A]
}
'Monad[F[_]] <|-- MonadPlus
Monad <|-- MonadPlus
ApplicativePlus <|-- MonadPlus
Applicative <|-- ApplicativePlus
PlusEmpty <|-- ApplicativePlus
Plus <|-- PlusEmpty
abstract class Foldable
abstract class Bind {
-- Equivalent to `join(map(fa)(f))`. --
def bind[A, B](fa: F[A])(f: A => F[B]): F[B]
-- BindOps --
def flatMap[B](f: A => F[B]) = F.bind(self)(f)
def >>=[B](f: A => F[B]) = F.bind(self)(f)
def ∗[B](f: A => F[B]) = F.bind(self)(f)
}
Applicative <|-- Monad
Bind <|-- Monad
Apply <|-- Bind
InvariantFunctor <|-- Functor
Functor <|-- Apply
Apply <|-- Applicative
enum TimeUnit {
DAYS
HOURS
MINUTES
}
@enduml
| false | true | true | false | class |
af34d4bab2adf340aaab24199231092059febbbb | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/green/1140572/sp1/searchSSD.puml | 82fb7d32a3ff3b99e453724fc43d8020363fa0dd | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 404 | puml | @startuml Pedro
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User -> System : Log in and redirected to home
System --> User : List all the workbooks
User->System : Introduces the total/parcial name of the workbook
System --> User : Shows the workbooks that contain the name introduced
@enduml
| false | true | false | false | sequence |
992c1ff277029c85c53e67cd53eae272cb0418e6 | 8e4fc7e0c3b6a8fa3a9d99403aa14bf6b9374401 | /lib/UML/Choped/base.puml | d5561aaab4d8e8d3456f2944aa20334abacfda1a | [] | no_license | Dariusz-Pluta/Locato | 5acff50930b68616bf232374c7322bfe1d484b7f | 2611a960ae69638aa9af2222dc254a32b2ec7619 | refs/heads/master | 2022-10-23T10:32:21.820239 | 2020-06-20T10:27:26 | 2020-06-20T10:27:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,038 | puml | @startuml
set namespaceSeparator ::
class "Locato::MainClasses.dart::Event" #DeepSkyBlue{
+int id
+String name
+DateTime beginTime
+DateTime endTime
+String cycle
+String color
+String description
+List<Notifi> listNotifi
}
class "Locato::MainClasses.dart::Group" {
+int id
+String name
+int howMuchDone
+bool isSelected
}
class "Locato::MainClasses.dart::Localization" #YellowGreen{
+int id
+double latitude
+double longitude
+String name
+String city
+String street
+bool isNearBy
+bool wasNotified
+bool isSelected
}
class "Locato::MainClasses.dart::Notifi" {
+int id
+int idTask
+int idEvent
+Duration duration
}
class "Locato::MainClasses.dart::Task" {
+int id
+String name
+bool done
+DateTime endTime
+String description
+Localization localization
+Group group
+List<Notifi> listNotifi
}
"Locato::MainClasses.dart::Task" o-[#YellowGreen]- "Locato::MainClasses.dart::Localization"
"Locato::MainClasses.dart::Task" o-- "Locato::MainClasses.dart::Group"
@enduml | false | true | false | false | class |
ad62be90417073af28c268d0fd135640572c24ad | 00d11305bfdccb6591d2e0418ff586393ce7abc1 | /docs/modules/ROOT/workflows/vm_create.puml | 168ba093563ab36f92a179f9b005611ae6d142b5 | [
"GPL-2.0-only",
"Apache-2.0"
] | permissive | issacyxw/alcor | a1fe494b073a22a03b1e2f57a5f160883d22cf11 | 1268e1b17c97ffdc86681c755ebe2a43bd412eae | refs/heads/master | 2023-03-21T22:47:29.238949 | 2021-03-17T01:48:22 | 2021-03-17T01:48:22 | 263,571,948 | 0 | 2 | Apache-2.0 | 2020-05-13T08:34:50 | 2020-05-13T08:34:49 | null | UTF-8 | PlantUML | false | false | 3,546 | puml | ' Copyright 2019 The Alcor Authors.
' Licensed 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 monochrome true
autonumber "<b>[00]"
actor User as user
participant "Horizon Dashboard/CLI" as frontend
participant Keystone as keystone
participant "Nova-API Server" as novaapi
database "Nova DB" as novadb
participant "Message queue" as queue
participant "Nova-Scheduler" as scheduler
participant "Nova-Compute" as compute
participant "Nova-Conductor" as conductor
participant "Hypervisor" as hypervisor
participant "Glance" as glance
participant "Neutron/Alcor" as network
participant "Cinder" as cinder
note over keystone: REST APIs
/ note over novaapi: REST APIs
/ note over glance: REST APIs
/ note over network: REST APIs
/ note over cinder: REST APIs
user -> frontend: Log in with credential
frontend -> keystone: Send user's credential\nfor authentication
keystone --> frontend: Authenticate the credential\nsend back auth-token
user -> frontend: Launch VM instance\n(nova boot command)
frontend -> novaapi: Convert frontend request to REST API request
novaapi -> keystone: Validation of auth-token\nand access permission
keystone --> novaapi: Send updated authentication\nheaders with roles and permission
novaapi -> novadb: Check for conflicts and\ncreate initial db entry
novadb --> novaapi: DB access response
group Scheduling Nodes
novaapi -> queue: Ask to specify host id for the instance
queue -> scheduler: Schedule picks the request
scheduler -> novadb: Locate a host using filtering and weighing
novadb --> scheduler: Return updated instance entry w/ host id
scheduler -> queue: Send Rpc.cast request to\nnova-compute on the selected\nhost for launching an instance
queue -> compute: Nova-compute picks the request from the queue
end
group Fetching Instance Information
compute -> queue: send the rpc.call request to nova-conductor\nto fetch instance info such as host ID and flavor
queue -> conductor: Nova-conductor picks the request form the queue
conductor -> novadb: Request host info
novadb --> conductor: Return requested host info
conductor -> queue: Send request to nova-compute on the target host
queue -> compute: Nova-compute picks the requested instance info
end
group Fetching VM Images
compute -> glance: Pass auth-token, get image URL by ID,\nand upload image from image storage
glance <-> keystone: Validate auth-token
glance --> compute: Return the image metadata
end
group Allocating Network Resources
compute -> network: Pass auth-token, allocate/configure network resources\nfor the instance
network <-> keystone: Validate auth-token
network --> compute: Return the requested network resources (ports etc.)
end
group Allocating Block Storage
compute -> cinder: Pass auth-token, attach storage volumes to the instance
cinder <-> keystone: Validate auth-token
cinder --> compute: Return the requested block storage info
end
compute -> hypervisor: Generate data for hypervisor driver,\nand executes request on Hypervisor\nvia libvirt or api
@enduml | false | true | false | false | usecase |
7c66788b3fc6b3b9cba73cf3b7d7d27ab27421bf | 7492600bcc0d1c1b2bd59d591cffcc78a4a64a44 | /src/main/java/quadraticEquation/QuadraticEquation.puml | 4c8cb4d43cf84234ff46b7d25a96d9b8e4bb0831 | [] | no_license | minhlee32/oop-exercise | 9e00c4fd336c35ef91e06115d4da0949cdbe2f8c | 48a3cecf9443c25628b4c8d4644e8129de17cd7d | refs/heads/master | 2020-03-23T12:09:21.697705 | 2018-07-19T11:22:41 | 2018-07-19T11:22:41 | 141,540,558 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 208 | puml | @startuml
class QuadraticEquation{
-a: double
-b: double
-c: double
+QuadraticEquation()
+getA() double
+getB() double
+getC() double
+getDiscriminant() double
+getRoot1() double
+getRoot2() double
}
@enduml | false | true | false | false | class |
eed0063635082e6ec0325d0e23c93ab62f1d363d | 29363e9aed82b14ec16febb9701d449db5270cba | /container/quiz2/orig07/src/main/java/org/interventure/configuration/subclassproxy/subclass-based-sequence.puml | cfc9900df2a4c0156d6ecb24d164d5828b005226 | [] | no_license | interventure-growingtogether/spring-certification | 1d039f3bf089553d580cd4719fad4b69d3e9be80 | b8bd5ac507ecca59abc089dec08143fe80a6f1ce | refs/heads/master | 2022-01-22T06:50:37.743024 | 2019-11-27T13:16:41 | 2019-11-27T13:16:41 | 207,088,173 | 1 | 0 | null | 2022-01-21T23:34:16 | 2019-09-08T09:13:29 | Java | UTF-8 | PlantUML | false | false | 443 | puml | @startuml
participant ConfigurationSubclassProxyTest as c
participant ProxyFactory as pf
participant SubclassBasedProxy as p<<proxy>>
participant AppConfig as t<<target>>
c -> pf : newProxyInstance()
c <- pf : ap::ConfigurationSubclassProxy
c -> p : clientService1()
p -> t : clientService1()
t -> t : clientDao()
t -> p:cs1
p -> c :cs1
c -> p : clientService2()
p -> t : clientService2()
t -> t : clientDao()
t -> p:cs2
p -> c :cs2
@enduml
| false | true | false | false | sequence |
7f316f61d50be688ee93100d1ad942a69eb3bf37 | 80ebb72f964ce04f26191ac78acba6f19296eced | /docs/puml/tpl-hlf-cp-install-v1.iuml | 33daf2cf41fe52dfe105def276c3531099fe14a4 | [
"Apache-2.0"
] | permissive | dltdojo/taichu-crypto | f25fd8765bf77378ad0611d01587889c1bd8d4ce | d4db2aa67d41d5b5b6ea0fb4a0ebbe618fa14e94 | refs/heads/master | 2023-03-04T12:58:54.251174 | 2022-12-14T14:11:41 | 2022-12-14T14:11:41 | 196,412,006 | 1 | 0 | Apache-2.0 | 2023-03-03T05:15:55 | 2019-07-11T14:37:10 | JavaScript | UTF-8 | PlantUML | false | false | 517 | iuml | ' Commercial paper tutorial
' https://hyperledger-fabric.readthedocs.io/en/release-1.4/tutorial/commercial_paper.html
'
@startuml
folder MagnetoCorp {
agent "Admin\nConsole" as MAC
artifact "Paper\nContract" as MPC
}
folder PaperNet {
node CA
node Orderer
folder "MagnetoCorp" as PNMC {
package "Peer" as MPEER {
node "Ledger\nDatabase" as LDB
artifact "Paper\nContract" as PNPC
}
}
}
MPC -> MAC
MAC --> MPEER: install
PNPC <-> LDB: getState/putState
@enduml | false | true | false | false | sequence |
052e533c905fb328a2eabfd9a1dafff78382fab6 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GraphQLDuplicateAttributeValueError.puml | 428a0e94976d7ab874da6bf9fe60e5db8d73454f | [] | 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 | 481 | 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 GraphQLDuplicateAttributeValueError [[GraphQLDuplicateAttributeValueError.svg]] extends GraphQLErrorObject {
code: String
attribute: [[Attribute.svg Attribute]]
}
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] {
code: String
}
@enduml
| false | true | false | false | class |
0155e6dc22741a7705b8ddf8ee8c526bfc282fda | ef5852b964f91ce0b67fb6f85eb009209fba5df2 | /src/main/asciidoc/images/package-math.puml | 5ef28d51db1d44167fa4651feaa5fdd3a3e8bef5 | [
"Apache-2.0"
] | permissive | oboehm/jfachwert | 86f56f1e4fa2061347db989c3d63d091ef39ccda | 1947001ea920f07452a6d46a06e05e6fe733ba5c | refs/heads/develop | 2023-08-10T11:33:40.348501 | 2023-08-04T15:02:46 | 2023-08-04T15:02:46 | 84,598,578 | 1 | 1 | Apache-2.0 | 2023-03-31T18:48:35 | 2017-03-10T20:34:17 | Kotlin | UTF-8 | PlantUML | false | false | 420 | puml | @startuml
package "math" {
class AbstractNumber
class Nummer
class PackedDecimal
class Bruch
class Primzahl
class Promille
class Prozent
}
interface java.lang.Number #white
java.lang.Number <|-- AbstractNumber
java.lang.Number <|-- Primzahl
AbstractNumber <|-- Nummer
AbstractNumber <|-- PackedDecimal
AbstractNumber <|-- Bruch
AbstractNumber <|-- Prozent
Prozent <|-- Promille
@enduml
| false | true | false | false | class |
666f4e5cc724f36084dc55499ba2d0b8f685537e | 002cce44acedf7993c3c7ec9e946c38dfe613d61 | /designpattern/com/xzy/factory/simplefactory/simplefactory.puml | f179452da69296181696bf592d1e7dbe3157c27f | [] | no_license | blueskyxzy/algorithms_java | ee240e3a9ad950ef9338189121f81000288f30d5 | 6d3a839d6409087042a0315828c83377f41d15ee | refs/heads/master | 2022-09-06T02:43:16.271881 | 2019-09-15T12:47:33 | 2019-09-15T12:47:33 | 133,464,892 | 2 | 0 | null | 2022-09-01T23:06:37 | 2018-05-15T05:43:36 | Java | UTF-8 | PlantUML | false | false | 203 | puml | @startuml
interface Car{
void run();
}
class Audi{
void run()
}
class BaoMa{
void run()
}
class CarFactory{
static Car createCar(String type)
}
class Cliet1{
void main()
}
@enduml | false | true | false | false | class |
02ddc516e7a063c651a178878cc053fcc44e7cd9 | 62f0d64f2408d480dfdb7a255494e2264900c2f2 | /demo/AndroidX/app/src/main/java/com/pingfangx/demo/androidx/activity/android/view/view/View 绘制过程时序图.puml | b569c789156a6be0f1bfa79135d4579d59a14af5 | [] | no_license | pingfangx/AndroidX | 1c6abf93fcfb975fd0ae1fc3c0ed27ba5ad2a458 | a5f76a598e65002052b25866afb94cedb43dde4d | refs/heads/master | 2021-06-03T23:23:47.146750 | 2019-11-19T08:13:14 | 2019-11-19T15:40:29 | 102,621,690 | 4 | 5 | null | null | null | null | UTF-8 | PlantUML | false | false | 787 | puml | @startuml
--> ViewRootImpl:requestLayout
ViewRootImpl -> ViewRootImpl:scheduleTraversals\n postCallback
--> TraversalRunnable:run
TraversalRunnable -> ViewRootImpl:doTraversal
ViewRootImpl -> ViewRootImpl:performTraversals
ViewRootImpl -> ViewRootImpl:performMeasure
ViewRootImpl -> View:measure
View -> DecorView:onMeasure
DecorView -> ViewGroup:measureChildWithMargins
ViewGroup -> View:measure
View -> View:onMeasure
ViewRootImpl -> ViewRootImpl:performLayout
ViewRootImpl -> DecorView:onLayout
DecorView -> ViewGroup:onLayout
ViewGroup -> View:layout
ViewRootImpl -> ViewRootImpl:performDraw
ViewRootImpl -> View:draw
View -> DecorView:draw
DecorView -> View:draw
View -> ViewGroup:dispatchDraw
ViewGroup -> ViewGroup:drawChild
ViewGroup -> View:draw
View -> View:onDraw
@enduml | false | true | false | false | sequence |
a3a1d0b16b5f5f476d4a3c4ada0ad034272174ba | 74fd3a89164b0b55924c144e106ddfe41a57dfe2 | /GUI/UML.puml | a697eb9dbd17020e3df135c8c87a5ffc013181c4 | [] | no_license | wassim6975/class_attendance_GUI | 5b1bf68a038f3120a603925fa4a81ae8048cac4e | 4c56c00a948384efda4362b32d516805be8fa15e | refs/heads/master | 2023-04-14T02:50:10.434261 | 2021-04-21T21:55:08 | 2021-04-21T21:55:08 | 355,805,146 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,225 | puml | @startuml
class gui.FXMLAddStudentController {
- TextField firstNameAdd
- TextField lastNameAdd
- TextField IDAdd
+ void handleButtonAction(ActionEvent)
}
class gui.GUI {
+ void start(Stage)
+ {static} void main(String[])
}
class gui.FXML_ContentController {
+ TableColumn<Student,String> IDColumn
+ TableColumn<Student,String> LastNameColumn
+ TableColumn<Student,String> FirstNameColumn
+ TableColumn<Student,String> DateColumn
+ TableColumn<Student,String> HourColumn
+ TableColumn<Student,String> IDColumnP
+ TableColumn<Student,String> LastNameColumnP
+ TableColumn<Student,String> FirstNameColumnP
+ TableColumn<Student,String> DateColumnP
+ TableColumn<Student,String> HourColumnP
+ TableColumn<Student,String> IDColumnA
+ TableColumn<Student,String> LastNameColumnA
+ TableColumn<Student,String> FirstNameColumnA
+ TableColumn<Student,String> DateColumnA
+ TableColumn<Student,String> HourColumnA
+ TableView<Student> tableViewStudents
+ TableView<Student> tableViewPresent
+ TableView<Student> tableViewAbsent
+ List<Student> data
+ List<Student> dataNew
~ ObservableList<Student> observableList
+ ObservableList<Student> observablePresent
~ ObservableList<Student> observableAbsent
+ String class_start
+ void testSerialCom()
- void handleButtonSearch(ActionEvent)
- void handleButtonAddStudent(ActionEvent)
+ void handleButtonRefreshStudents(ActionEvent)
+ String getHour()
+ String getDate()
+ void initialize(URL,ResourceBundle)
+ boolean isLate(String,String)
}
class gui.IDConnection {
+ boolean check(String,String)
}
class gui.FXML_searchController {
- ImageView img_photo
- Label label_lastName
- Label label_firstName
- Label label_studentID
+ List<String> dataSearch
- Label label_ID
- Label label_date
- Label label_hours
- TextField firstNameSearch
- TextField lastNameSearch
- void handleButtonAction(ActionEvent)
+ void initialize(URL,ResourceBundle)
}
class gui.Arduino {
+ List<String> Sdata
+ List<Student> dta
+ void enable()
+ int getListeningEvents()
+ void serialEvent(SerialPortEvent)
+ List<String> getData()
+ void removeDate()
}
class gui.Connexion {
+ Connection connect()
+ void selectAll()
+ List<Student> retunData()
+ List<String> searchStudent(String,String)
+ String getDate()
+ String getHour()
+ void addDataDB(String,String,String)
+ void changeDB(String,String,String)
}
class gui.Student {
- String ID
- String lastName
- String firstName
- String Date
- String Hours
+ String getID()
+ void seID(String)
+ String getFirstName()
+ void setFirstName(String)
+ String getLastName()
+ void setLastName(String)
+ String getDate()
+ void setDate(String)
+ String getHours()
+ void setHours(String)
}
class gui.FXMLDocumentController {
- Button button
- Label label_date
- Label label_hour
- TextField name
- PasswordField password
+ String Class_start
- void handleButtonAction(ActionEvent)
+ void initialize(URL,ResourceBundle)
+ String getDate()
+ String getHour()
+ void go(ActionEvent)
}
javafx.application.Application <|-- gui.GUI
javafx.fxml.Initializable <|.. gui.FXML_ContentController
javafx.fxml.Initializable <|.. gui.FXML_searchController
com.fazecast.jSerialComm.SerialPortDataListener <|.. gui.Arduino
javafx.fxml.Initializable <|.. gui.FXMLDocumentController
@enduml | false | true | false | false | class |
1f058258d948fc67b6311603011e3fb898dd4d7e | 6fedb79cb2a26d55ec22595e3a001378b97b8f74 | /app/src/main/java/com/alex/kotlin/javadesignmode/observe/observe.puml | 0264c926e1ae9d55a2443474d2470ab23058cd04 | [] | no_license | AlexTiti/JavaDesignMode | e3b283b9547207a82b3d1ea7e12e617038a5aacb | c605ca319c20d8628d7fa38c42c5776943568e06 | refs/heads/master | 2020-05-04T19:34:08.751540 | 2019-09-09T08:44:44 | 2019-09-09T08:44:44 | 179,399,468 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 387 | puml | @startuml
interface Observer{
action()
}
class MyObserver{
action()
}
interface Observable{
observer
addObserver()
removeObserver()
notify()
}
class MyObservable{
addObserver()
removeObserver()
notify()
}
MyObserver ..|> Observer
MyObservable ..|> Observable
Observable o--> Observer
@enduml | false | true | false | false | class |
d8f45b2bb56790387ac7ea684b5c06a06d8cd34f | 5d2564cc0c0e977542a9ef528c43cb321138c71e | /uml/Collection.puml | cc905a7087334ccd75e5c474308524422cc85f1c | [] | no_license | AttITuder/java-study | a2a04fe6675f0f49941612c31412f8b5766f0d8a | 9b13225f1041a42d5bdd2b00caa75569f012602e | refs/heads/master | 2022-04-26T16:28:43.560276 | 2020-04-19T15:40:48 | 2020-04-19T15:40:48 | 256,947,608 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 762 | puml | @startuml
interface Collection{
..Query Operations..
int size();
boolean isEmpty();
boolean contains(Object o);
Iterator<E> iterator();
Object[] toArray();
<T> T[] toArray(T[] a);
..Modification Operations..
boolean add(E e);
boolean remove(Object o);
..Bulk Operations..
boolean containsAll(Collection<?> c);
boolean addAll(Collection<? extends E> c);
boolean removeAll(Collection<?> c);
default boolean removeIf(Predicate<? super E> filter)
boolean retainAll(Collection<?> c);
void clear();
..Comparison and hashing..
boolean equals(Object o);
int hashCode();
@Override
default Spliterator<E> spliterator()
default Stream<E> stream()
default Stream<E> parallelStream()
}
@enduml | false | true | false | false | class |
79d8cda2cffd7d790d32c60a99a4de3febaf6cc0 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Common.Contracts/AmbientContext.puml | ffb8a9124d2d129860911b7e26bddba87fdedb14 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 157 | puml | @startuml
class AmbientContext {
+ AuthToken : string <<get>> <<set>>
+ SellerId : int <<get>> <<set>>
}
AmbientContext --> "SessionId" Guid
@enduml
| false | true | false | false | class |
d7748c93604dad9d46134de7f97d6d890c0ecc25 | 6bc17f14e18802692c43be2669855c066d12eccc | /diagrams/broadcaster.puml | 2b1ddb51ec4108e7db0ffc35ed27294768800c6b | [] | no_license | metalg0su/engine-explained | 6872644741fbccdff1bf1c51ef5e195e5d5c8e21 | f0c034089770f090bb89081a3b975930be1b67d2 | refs/heads/master | 2021-07-10T00:17:08.604316 | 2020-08-19T07:12:15 | 2020-08-19T07:12:15 | 171,679,437 | 0 | 0 | null | 2020-06-25T05:01:29 | 2019-02-20T13:36:08 | Python | UTF-8 | PlantUML | false | false | 1,004 | puml | @startuml
'----- Declaration
'etc
class "CommonThread" as common_thread
class "ModuleProcess" as module_process
'broadcasters
class "Broadcaster" as bc {
- audience
- channel
+ handle_command()
}
abstract class "Broadcastscheduler" as bc_scheduler {
+ add_schedule_listner()
+ remove_schedule_listener()
+ schedule_job()
+ schedule_broadcast()
+ reset_audience_reps_hash()
}
class "BroadcastThread" as bc_thread {
}
class "BroadcastSchedulerThread" as bc_scheduler_thread {
}
class "BroadcastSchedulerMp" as bc_scheduler_mp {
}
class "BroadcastSchedulerFactory" as bc_factory {
+ new()
}
'----- Relations
'Additional
common_thread <|-- bc_thread
'broadcast_scheduler
bc_scheduler <|. bc_scheduler_mp
bc_scheduler_thread .|> bc_scheduler
'factory
bc_scheduler_thread <.. bc_factory: new
bc_scheduler_mp <.. bc_factory: new
'Thread
bc_thread <. bc_scheduler_thread
bc <.. bc_thread
'Process
bc <. bc_scheduler_mp
module_process <.. bc_scheduler_mp
@enduml | false | true | false | false | class |
9b86a0a19c38febbdd36995913bc04dbc49da2fa | 45f4981497e2b0bd9556e30c2adc0d1d00d868f3 | /doc/arc.plantuml | eaf33bc5211d3209839137ce9d778f40af87c616 | [] | no_license | possemeeg/mollycat | d5b804ce9602982cf693ef9bbd35902391182d53 | 713616993ddb8c9d41748a842d7b8c6a657e1e89 | refs/heads/master | 2021-08-06T16:21:52.345868 | 2017-11-06T13:35:24 | 2017-11-06T13:35:24 | 106,921,189 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,861 | plantuml | @startuml
component [web client 1] as c1
component [web client 2] as c2
component [phone client] as pc
component [cli client] as clic
interface HTTP as http
interface REST as rest
interface "STOMP over WS" as stomp
interface "REST" as admint
folder "Mollycat instance" {
component hs [
<b>hub service</b>
<i>core component</i>
<i>handles access to data</i>
<i>system can run on this component alone</i>
]
component as [
<b>admin service</b>
<i>client components (web services or cli)</i>
<i>manages links to other nodes</i>
<i>manages user and server configuration (possibly)</i>
]
component [client service] as cs
component [git config] as config
database "Database:\nusers\nstreams\nlinked hubs" as db
cloud "message bus" as msg1
hs <.right.> msg1
as <.left.> msg1
hs -down-> db
as -down-> db
as -up- admint
cs <..> msg1
note right of cs
basic web access
browsers
end note
note left of cs
basic rest service
command line
mobile apps
end note
note right of config
publicly stored in github or
private git server
end note
as <-up-> config
hs -up-> config
cs -up- http
cs -up- rest
cs -up- stomp
c1 ..> http
c2 ..> http
c1 ..> rest
c2 ..> rest
pc ..> rest
clic ..> rest
c1 ..> stomp
c2 ..> stomp
c1 ..> stomp
c2 ..> stomp
pc ..> stomp
clic ..> stomp
component [interhub service] as ih1
ih1 <.up.> msg1
}
cloud "external message bus" as msg2
ih1 <.down.> msg2
node "Mollycat sister instance 1" {
component [interhub service] as ih2
}
node "Mollycat sister instance 2" {
component [interhub service] as ih3
}
node "Mollycat sister instance 3" {
component [interhub service] as ih4
}
ih2 <.up.> msg2
ih3 <.up.> msg2
ih4 <.up.> msg2
note as innote
event-driven interface
between mollycat instances
end note
innote .right. msg2
@enduml
| false | true | false | false | sequence |
3986e5b27c39b8a7963644749ebf847e97740d8d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/DiscountCodeChangeIsActiveAction.puml | 8f0d90a4e456b6cf9fad40b53b85da7e785290d1 | [] | 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 | 476 | 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 DiscountCodeChangeIsActiveAction [[DiscountCodeChangeIsActiveAction.svg]] extends DiscountCodeUpdateAction {
action: String
isActive: Boolean
}
interface DiscountCodeUpdateAction [[DiscountCodeUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
0ae41b49f6ffce07b74a9dedda86516253cfd56e | f20133f7e03f69e64428e62b7389fb906d8e5f64 | /doc/EISBEIN-search.plantuml | 3d3ad7ff628a345c0726eedc685906c9d59b2f75 | [
"Apache-2.0"
] | permissive | hslu-students/ad-exercises | f534f439db4d8ca72ba0b505ef9c5f16487baccd | 92cfef8014b6395f56768be90325aabe1ea59941 | refs/heads/master | 2020-06-04T22:09:06.929198 | 2019-11-03T20:34:33 | 2019-11-03T20:34:33 | 192,209,227 | 1 | 0 | NOASSERTION | 2020-01-31T18:20:32 | 2019-06-16T15:48:55 | Java | UTF-8 | PlantUML | false | false | 292 | plantuml | @startuml
' style
skinparam Handwritten true
skinparam monochrome true
[*] --> Z0
Z0 --> Z1: E
Z0 --> Z0: !E
Z1 --> Z2: I
Z1 --> Z0: !I
Z2 --> Z3: S
Z2 --> Z0: !S
Z3 --> Z4: B
Z3 --> Z0: !B
Z4 --> Z5: E
Z4 --> Z0: !E
Z5 --> Z6: I
Z5 --> Z0: !I
Z6 --> Z7: N
Z6 --> Z2: !N
Z7 --> [*]
@enduml | false | true | false | false | sequence |
d499ddf2aa8936552c262c44cdd4859c834bde4c | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/behavioral/Iterator.puml | 81514e3295f8120326bfbbf6c996fabd0385a091 | [
"MIT"
] | permissive | vuquangtin/designpattern | 4d4a7d09780a0ebde6b12f8edf589b6f45b38f62 | fc672493ef31647bd02c4122ab01992fca14675f | refs/heads/master | 2022-09-12T07:00:42.637733 | 2020-09-29T04:20:50 | 2020-09-29T04:20:50 | 225,505,298 | 0 | 0 | null | 2022-09-01T23:16:34 | 2019-12-03T01:41:33 | Java | UTF-8 | PlantUML | false | false | 148 | puml | @startuml
scale 1024 height
class Product
interface Iterator
class ConcreteIterator
Product *--> Iterator
Iterator <|-- ConcreteIterator
@enduml | false | true | false | false | class |
8da7963dd4a868ec47b306ce8d78b40303b225ad | fa037035dd5f0606860e8b9e25f4df7d021eb0b1 | /documentation/uml/comite.puml | 587154ad14acfd18b92379072da55f7732bf3c2d | [
"MIT"
] | permissive | AudrenGuillaume/TTVirton | 23bb27efc0f1a78fdfc217bd7298201a774a5821 | 2e198c20589c34b9af395e5ce53f5dbfe1352ad2 | refs/heads/master | 2020-03-18T16:50:27.961140 | 2018-06-11T13:27:20 | 2018-06-11T13:27:20 | 134,988,357 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 520 | puml | @startuml Comité - use cases
' skinparam monochrome true
left to right direction
actor "comité" as user
(gérer membres) as gerer
(écrire articles) as write
(imprimer feuille \nde match) as print
(établir composition \ndes équipes) as compose
(modifier composition \nd'équipes) as update
(générer feuille \nde match pré-rempli) as auto_fill
user --- gerer
user --- write
user --- print
user --- compose
compose <.. update : << extends >>
compose ..> auto_fill : << include >>
auto_fill -- system
@enduml | false | true | true | false | usecase |
6452fcae998c3dcc6630b208481d6c206b5b23ef | ad1a176754dfe839d48db3abdc1a9d16d66c2608 | /img/vocab_hashes_and_lexemes.puml | d22f200b8cc7bddf506ba83e1cba068e90a4a4f6 | [] | no_license | keyfour/advanced-nlp-with-spacy | d146095d3bb4158e9934372661460577bad698d8 | bdd26ac8a30d8bd3d7cb6d0ed3cb3a494e2b9823 | refs/heads/master | 2021-02-11T02:11:14.866898 | 2020-04-02T19:27:37 | 2020-04-02T19:27:37 | 244,441,298 | 0 | 0 | null | 2020-04-02T19:27:39 | 2020-03-02T18:12:19 | Jupyter Notebook | UTF-8 | PlantUML | false | false | 835 | puml | @startuml
package "DOC" as doc {
object "Token" as token0
token0 : I
token0 : PRON
object "Token" as token1
token1 : love
token1 : VERB
object "Token" as token2
token2 : coffee
token2 : NOUN
token0 <- token1 : nsubj
token1 -> token2 : dobj
}
package "VOCAB" as vocab {
object "Lexeme" as lexeme0
lexeme0 : 46904...
object "Lexeme" as lexeme1
lexeme1 : 37020...
object "Lexeme" as lexeme2
lexeme2 : 31979...
token0 <--> lexeme0
token1 <--> lexeme1
token2 <--> lexeme2
}
package "STRING STORE" as store {
object "46904..." as string0
string0 : "I"
object "37020..." as string1
string1 : "love"
object "31979..." as string2
string2 : "coffee"
lexeme0 <--> string0
lexeme1 <--> string1
lexeme2 <--> string2
}
@enduml | false | true | false | false | sequence |
44d5820f24785e147d5c113a7f2ad617a718b031 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/DarkSeaGreen.puml | fa2bee6b90e14e9e05ab8392c6fc57a7cd6c99a3 | [] | 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 #DarkSeaGreen
skinparam ClassFontColor #DarkSeaGreen
skinparam ClassBorderColor #DarkSeaGreen
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
64af85971c78ac354e15653cbac3e84d03d83541 | a55a88aa2a615019a52acbf39aa811893e593265 | /docs/design/customer/create_group.puml | 7622e10b0907c2b17555a86df93eb4633db6f271 | [] | no_license | antiline/videoshop | 4b788399ccb35903a9a2200e6596d9b49fd05291 | c166e2e750ca8a3372c2d521732018e5c749cd4f | refs/heads/master | 2020-08-02T18:19:00.514832 | 2017-12-01T10:39:10 | 2017-12-01T10:39:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,574 | puml | @startuml
entity customer as "Customer" <<entity>>
participant customerGroupController as "CustomerGroupController" <<controller>> #aaffaa
participant customerGroupService as "CustomerGroupService" <<service>> #aaffaa
entity account as "Account" <<entity>>
participant customerGroupRepo as "CustomerGroupRepository" <<repository>> #aaffaa
participant customerGroupMemberRepo as "CustomerGroupMemberRepository" <<repository>>
customer -> customerGroupController: AddGroupRequest(title)
activate customerGroupController
customerGroupController -> customerGroupController: validate addGroupRequest
customerGroupController -> customerGroupController: get account entity
customerGroupController -> customerGroupService: createGroup(addGroupRequest, account)
activate customerGroupService
customerGroupService -> account: assertIsCustomer
activate account
alt if not customer
account -> account: throw
note left #ffaaaa: CustomerAssertionFailedException
end
customerGroupService <- account:
deactivate account
group check guest is already in other group
customerGroupService -> customerGroupService: assertIsNotInGroup(guest)
activate customerGroupService
customerGroupService -> customerGroupService: isInGroup(guest)
activate customerGroupService
customerGroupService -> customerGroupMemberRepo: countByAccount(guest)
activate customerGroupMemberRepo
customerGroupService <- customerGroupMemberRepo: return count
deactivate customerGroupMemberRepo
customerGroupService <- customerGroupService: return isIn
deactivate customerGroupService
alt if account is already in group
customerGroupService -> customerGroupService: throw
note left #ffaaaa: CustomerInGroupException
end
customerGroupService <- customerGroupService:
deactivate customerGroupService
end
group transactional
customerGroupService -> customerGroupService: create CustomerGroup(title)
customerGroupService -> customerGroupRepo: save(group)
activate customerGroupRepo
customerGroupService <- customerGroupRepo:
deactivate customerGroupRepo
customerGroupService -> customerGroupService: create CustomerGroupMember(group, account)
customerGroupService -> customerGroupMemberRepo: save()
activate customerGroupMemberRepo
customerGroupService <- customerGroupMemberRepo:
deactivate customerGroupMemberRepo
end
customerGroupController <- customerGroupService:
deactivate customerGroupService
customer <- customerGroupController: success
deactivate customerGroupController
@enduml | false | true | false | false | sequence |
a502ff0893520908637e3fb9b515906f6b88c38e | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/billing/media/src/billingManagement.api.puml | efd1704e5fe1a297d219c10db0f69a825af0bc87 | [
"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 | 5,708 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
scale 4096 width
class AppliedPayment {
}
AppliedPayment *--> Money : appliedAmount
AppliedPayment *--> PaymentItem : payment
class AttachmentURL {
url: string
}
class BillingAccountRef {
id*: string
}
class CustomerBill {
id*: string
href: string
billCycle*: string
billDate*: date-time
billNo*: string
category*: CustomerBillCategory
lastUpdate*: date-time
paymentDueDate*: date-time
runType*: CustomerBillRunType
state*: CustomerBillStateType
}
CustomerBill *-->"1" Money : amountDue
CustomerBill *-->"1..*" AppliedPayment : appliedPayment
CustomerBill *-->"1" BillingAccountRef : billingAccount
CustomerBill *-->"1" AttachmentURL : billDocument
CustomerBill *-->"1" TimePeriod : billingPeriod
CustomerBill *-->"1" Money : credits
CustomerBill *-->"1..*" CustomerBillItemRef : customerBillItem
CustomerBill *-->"1" Money : discounts
CustomerBill *-->"1" Money : fees
CustomerBill *-->"1" FinancialAccountRef : financialAccount
CustomerBill *-->"1..*" RelatedContactInformation : relatedContactInformation
CustomerBill *-->"1" Money : remainingAmount
CustomerBill *-->"1" Money : taxExcludedAmount
CustomerBill *-->"1" Money : taxIncludedAmount
CustomerBill *-->"1..*" TaxItem : taxItem
class CustomerBillItem {
id*: string
href: string
customerBillItemType*: MEFPriceType
description*: string
productName*: string
state*: CustomerBillItemStateType
unit*: string
unitQuantity*: null
}
CustomerBillItem *-->"1..*" CustomerBillItemTax : appliedTax
CustomerBillItem *-->"1..*" CustomerBillItemFee : appliedFee
CustomerBillItem *-->"1" TimePeriod : periodCoverage
CustomerBillItem *-->"1" ProductRef : product
CustomerBillItem *-->"1" MEFProductOrderItemRef : productOrderItem
CustomerBillItem *-->"1" Money : taxExcludedAmount
CustomerBillItem *-->"1" Money : unitRate
class CustomerBillItemFee {
category: CustomerBillItemFeeCategory
rate: float
description: string
}
CustomerBillItemFee *--> Money : amount
enum CustomerBillCategory {
normal
duplicate
trial
}
class CustomerBillItemRef {
href: string
id*: string
}
class CustomerBillItemTax {
category: CustomerBillItemTaxCategory
rate: float
description: string
}
CustomerBillItemTax *--> Money : amount
class CustomerBill_Find {
id*: string
billNo*: string
category*: CustomerBillCategory
state*: CustomerBillStateType
}
CustomerBill_Find *--> BillingAccountRef : billingAccount
CustomerBill_Find *--> TimePeriod : billingPeriod
class Error400 {
code*: Error400Code
}
Error <|-- Error400
class Error401 {
code*: Error401Code
}
Error <|-- Error401
class Error403 {
code*: Error403Code
}
Error <|-- Error403
class Error500 {
code*: string
}
Error <|-- Error500
class Error501 {
code*: string
}
Error <|-- Error501
enum CustomerBillRunType {
onCycle
offCycle
}
class EventSubscription {
id*: string
callback*: string
query: string
}
class FieldedAddress {
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
streetName*: string
streetNr: string
streetNrLast: string
streetNrLastSuffix: string
streetNrSuffix: string
streetSuffix: string
streetType: string
}
FieldedAddress *--> GeographicSubAddress : geographicSubAddress
class FinancialAccountRef {
id*: string
href: string
name: string
type: string
}
class Money {
unit*: string
value*: float
}
class PaymentItem {
id*: string
paymentMethod: PaymentMethod
paymentDate: date-time
}
PaymentItem *--> Money : amount
class ProductRef {
id*: string
href: string
}
class RelatedContactInformation {
emailAddress*: string
name*: string
number*: string
numberExtension: string
organization: string
role*: string
}
RelatedContactInformation *--> FieldedAddress : postalAddress
enum Error401Code {
missingCredentials
invalidCredentials
}
enum Error400Code {
missingQueryParameter
missingQueryValue
invalidQuery
invalidBody
}
class Error404 {
code*: string
}
Error <|-- Error404
class Error {
reason*: string
message: string
referenceError: uri
}
class EventSubscriptionInput {
callback*: string
query: string
}
class GeographicSubAddress {
buildingName: string
levelNumber: string
levelType: string
privateStreetName: string
privateStreetNumber: string
}
GeographicSubAddress *-->"*" MEFSubUnit : subUnit
class TaxItem {
taxCategory: string
taxRate: float
}
TaxItem *--> Money : taxAmount
enum CustomerBillItemFeeCategory {
recurring
nonRecurring
other
}
enum Error403Code {
accessDenied
forbiddenRequester
tooManyUsers
}
enum CustomerBillItemTaxCategory {
country
state
county
city
other
}
enum CustomerBillItemStateType {
credit
disputeBeingInvestigated
generated
paymentDue
settled
withDrawn
}
enum MEFPriceType {
recurring
nonRecurring
usageBased
}
enum CustomerBillStateType {
generated
paymentDue
settled
}
class MEFProductOrderItemRef {
productOrderHref: string
productOrderId*: string
productOrderItemId*: string
}
class MEFSubUnit {
subUnitNumber*: string
subUnitType*: string
}
enum PaymentMethod {
check
wireTransfer
electronic
cash
other
}
class TimePeriod {
endDateTime: date-time
startDateTime: date-time
}
@enduml
| false | true | false | false | sequence |
0d743c0d246f1565116137d6359279ee28e1aa40 | deaea2d2654b67f1dd3d7bbfd92720b417afa21f | /metrics/ci_integrations/docs/diagrams/sync_algorithm_class_diagram.puml | 87293e0be34c4706bab8376ada9b4b61d2f6a746 | [
"Apache-2.0"
] | permissive | solid-maxim/monorepo | 3b3af830bb1ac779f6bb2e21cf1c064080b2ade4 | 6cdba060331b15dd81e388b6fba3018fa802bc45 | refs/heads/master | 2023-03-30T07:22:29.002984 | 2021-03-29T11:30:17 | 2021-03-29T11:30:17 | 310,013,265 | 0 | 0 | Apache-2.0 | 2020-11-04T13:37:54 | 2020-11-04T13:37:54 | null | UTF-8 | PlantUML | false | false | 1,964 | puml | @startuml sync_algorithm_class_diagram
'https://plantuml.com/class-diagram
package integration.interface as Interface {
package source {
interface SourceClient {
+ fetchBuild(String projectId, int buildNumber): BuildData
+ fetchBuilds(String projectId, int fetchLimit): List<BuildData>
+ fetchBuildsAfter(String projectId, BuildData build): List<BuildData>
+ fetchCoverage(BuildData build): Percent
+ dispose(): void
}
}
package destination {
interface DestinationClient {
+ fetchLastBuild(String projectId): BuildData
+ fetchBuildsWithStatus(String projectId, BuildStatus status): List<BuildData>
+ addBuilds(String projectId, List<BuildData> builds): void
+ updateBuilds(String projectId, List<BuildData> builds): void
+ dispose(): void
}
}
}
package integration.ci as CI {
package config.model {
class SyncConfig {
+ sourceProjectId: String
+ destinationProjectId: String
+ initialSyncLimit: int
+ inProgressTimeout: int
+ coverage: bool
}
}
class CiIntegration {
+ sourceClient: SourceClient
+ destinationClient: DestinationClient
+ sync(SyncConfig config): InteractionResult
- _syncInProgressBuilds(SyncConfig config): InteractionResult
- _syncInProgressBuild(SyncConfig config, BuildData build): BuildData
- _fetchBuild(String sourceProjectId, int buildNumber): BuildData
- _shouldTimeoutBuild(DateTime startedAt, Duration timeout): bool
- _syncBuilds(SyncConfig config): InteractionResult
- _addCoverageData(List<BuildData> builds): List<BuildData>
}
CiIntegration -right-> SyncConfig: uses
}
Interface -[hidden]down-> CI
CiIntegration -up-> SourceClient: uses
CiIntegration -up-> DestinationClient: uses
@enduml
| false | true | false | false | sequence |
ad62f5eb92de04b1c3374bb54daa766de6288c3f | 553f0bf87ffb874ea3172086b3671e7524d3fb65 | /documents/version2/DiagSequenceJeuDeplacer.puml | 11b36b9fec24c53f80a2f788eafdfadb29d0853d | [] | no_license | MichelGrolet/2d-game | 18e6467de68899057d520d61d5a4c18bf47e7acc | 5d2714985fa270be60a60e7232d22267dddd7293 | refs/heads/main | 2023-05-26T06:11:18.518661 | 2021-06-11T10:00:13 | 2021-06-11T10:00:13 | 370,970,154 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 288 | puml | @startuml
autonumber
-> Jeu: deplacer(pos : String)
activate Jeu
Jeu -> Personnage: setX(x : int)
activate Personnage
Jeu <-- Personnage
deactivate Personnage
Jeu -> Personnage: setY(y : int)
activate Personnage
Jeu <-- Personnage
deactivate Personnage
<-- Jeu
deactivate Jeu
@enduml | false | true | false | false | sequence |
e0cd5c4adc4231a45dc50301554d3ca3b653a2a6 | aba34cfac47f97ae538a3b136c415ea2f7a39d51 | /investment.puml | dbc809d41cfaf1a535d5da55234d6834561da6a6 | [] | no_license | staffordrn/cit260-final-project | e69d17b8cc3428d13527b3df3d1e6155e168e0eb | eb587672540d80ad2a42c0637e28ec8f8c4c2d84 | refs/heads/master | 2020-09-16T06:45:23.765005 | 2019-12-18T20:50:37 | 2019-12-18T20:50:37 | 223,687,259 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,063 | puml | @startuml
class Residence {
#bedroom: int { get set }
#bathrooms: double { get set }
#sqft: int { get set }
#purchasePrice: double { get set }
#taxes: double { get set }
#address: String { get set } - where to put?
#interestRate: double { get set }
#loanPeriod: int { get, set }
#monthlyPayment { get, set }
#rentalIncome { get, set }
#PERCENT_DOWN: double {readOnly}
#RENT_PER_SQFT: double {readOnly}
+Residence()
+Residence(bedrooms: int, bathrooms: double, sqft: int, purchasePrice: double, taxes: double, address: String)
+percentageDown(purchasePrice: double): double
+pricePerSqFt(purchasePrice: double, sqft: int): double
+monthlyPayment(purchasePrice: double, interestRate: double, loanPeriod: double): double
+rentalIncome(sqft: int): double
+monthlyNetProfit(monthlyPayment, taxes: double, rentalIncome: double): double
+toString(): String
}
class House extends Residence {
+House()
+House(bedrooms: int, bathrooms: int, sqft: int, purchasePrice: double, taxes: double, address: String)
+toString(): String
}
class Condo extends Residence {
-hoaFee: double { get set }
-amenities: String
+Condo()
+Condo(hoaFee: double, amenities: String, bedrooms: int, bathrooms: int, sqft: int, purchasePrice: double, taxes: double, address: String)
+monthlyNetProfit(hoaFee: double, monthlyPayment, taxes: double, rentalIncome()): double
+toString: String
}
class MultiPlex extends Residence {
-units: int { get set }
+utilities: double { get set }
+MultiPlex()
+MultiPex(units: int, bedrooms: int, bathrooms: int, sqft: int, purchasePrice: double, taxes: double, address: String)
+rentalIncome(units: int, sqft: int): double
+monthlyNetProfit(utilities: double, monthlyPayment, taxes: double, rentalIncome()): double
+portionRentalIncome(units: int, rentalIncome()): double
+toString(): String
}
realEstateInvestmentTool o-- Residence
@enduml | false | true | false | false | class |
aea6805866955da47207a4b1ec0922673a9c023d | 2a4c846463e2ecced37e6007f73ed692ecd0d1dc | /plantuml/codegeist-2020/AWS-simple.puml | dab29a543986550810bd3c8850f993131ea212ca | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | utoolity/visualize-with-aws-samples | 52fb63aa87774535507d0c732a614b21054fa83e | 0f96a3278ef93df35a4ed0a2cf5818e50dd7a3f8 | refs/heads/main | 2023-04-17T11:22:50.322092 | 2021-04-27T23:27:58 | 2021-04-27T23:27:58 | 359,260,065 | 3 | 0 | MIT | 2021-04-27T23:27:58 | 2021-04-18T21:51:31 | Dockerfile | UTF-8 | PlantUML | false | false | 1,088 | puml | @startuml
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/master/dist
!includeurl AWSPuml/AWSCommon.puml
' Uncomment the following line to create simplified view
!includeurl AWSPuml/AWSSimplified.puml
!includeurl AWSPuml/General/Users.puml
!includeurl AWSPuml/Mobile/APIGateway.puml
!includeurl AWSPuml/SecurityIdentityAndCompliance/Cognito.puml
!includeurl AWSPuml/Compute/all.puml
!includeurl AWSPuml/Database/DynamoDB.puml
left to right direction
Users(jira, "Jira users", "millions of users")
Users(confluence, "Confluence users", "millions of users")
APIGateway(renderingAPI, "Rendering API", "declarative charts/diagrams")
ElasticContainerService(renderECSVisualization, "Docker engines", "return jwt")
Lambda(renderLambdaVisualization, "Lambda engines", "return jwt")
DynamoDB(atlassian, "Atlassian Cloud", "one entry per user")
jira--> renderingAPI
confluence--> renderingAPI
renderingAPI --> renderECSVisualization
renderingAPI --> renderLambdaVisualization
renderECSVisualization--> atlassian
renderLambdaVisualization--> atlassian
@enduml
| false | true | false | false | uml-unknown |
ee50b550bde676592065d02f70e5ca6abc17cedc | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Connection-Services/Notification-Gateway/UseCases.puml | 9b29259420ba60857147dcad7d18176d965e6a36 | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 365 | puml | @startuml
left to right direction
skinparam usecase {
BackgroudnColor #ffffaa
BackgroundColor<<Main>> #lightblue
}
actor :User: <<Person>>
actor :SubSystem: <<Person>>
rectangle "Service-Stack/Connection-Services/Notification-Gateway" {
UseCase UC1 <<Main>> as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
@enduml
| false | true | false | false | usecase |
d1037de64008bb2d1cad9307693594d8ebe24028 | cdab2de7023d6cc88d25f6c9c6357c9533cff00e | /schema.puml | cceb1b0862437256ecd4eca5df20fd8fe88ac42d | [
"MIT"
] | permissive | d-tolstov/Ax2009-ICollection | 8ca5ce593f75543d74f195022f3e5ec5dab4dc95 | ecb571437b7c0ff3951cd6b79633419cae7373f0 | refs/heads/master | 2021-03-06T22:47:00.630092 | 2020-09-19T16:53:38 | 2020-09-19T16:53:38 | 246,230,289 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,150 | puml | @startuml "ICollection"
interface Enumerable{
GetEnumerator() : Enumerator
}
interface ICollection{
Add(anytype item) : ICollection
Remove(anytype item) : ICollection
Count() : int
Contains(anytype item) : boolean
Except(ICollection collection) : ICollection
Union(ICollection collection) : ICollection
Concat(ICollection collection) : ICollection
}
Enumerable <|-- ICollection
class SysSet{
GetEnumerator() : SetEnumerator
Add(anytype item) : SysSet
Remove(anytype item) : SysSet
Except(SysSet collection) : SysSet
Union(SysSet collection) : SysSet
Concat(SysSet collection) : SysSet
}
ICollection <|.. SysSet
class Set{
}
SysSet o-- Set
class SetEnumerator{
}
SysSet o-- SetEnumerator
class SysList{
GetEnumerator() : ListEnumerator
Add(anytype item) : SysList
Remove(anytype item) : SysList
Except(SysList collection) : SysList
Union(SysList collection) : SysList
Concat(SysList collection) : SysList
}
ICollection <|.. SysList
class ListEnumerator{
}
SysList o-- ListEnumerator
class List{
}
SysList o-- List
interface Enumerator{
}
SetEnumerator ..|> Enumerator
ListEnumerator ..|> Enumerator
class SysICollectionCLR{
GetEnumerator() : SysEnumerator_SystemCollection
Add(anytype item) : SysICollectionCLR
Remove(anytype item) : SysICollectionCLR
Except(SysICollectionCLR collection) : SysICollectionCLR
Union(SysICollectionCLR collection) : SysICollectionCLR
Concat(SysICollectionCLR collection) : SysICollectionCLR
}
ICollection <|.. SysICollectionCLR
class SysListCLR{
}
SysICollectionCLR <|-- SysListCLR
class SysSetCLR{
}
SysICollectionCLR <|-- SysSetCLR
class SysEnumerator_SystemCollection{
}
SysICollectionCLR o-- SysEnumerator_SystemCollection
interface ISysEnumerator{
}
SysEnumerator_SystemCollection ..|> ISysEnumerator
ISysEnumerator --|> Enumerator
package System.Collections.Generic{
interface ICollection(T){
}
SysICollectionCLR o-- "ICollection(T)"
SysListCLR o-- "List(T)"
"List(T)" ..|> "ICollection(T)"
SysSetCLR o-- "SortedSet(T)"
"SortedSet(T)" ..|> "ICollection(T)"
}
@enduml | false | true | false | false | class |
6f61a3b783beb75707d2503e51920734d29f1067 | c69cbc86fb04b9a266f704da3587e8a1c6d157f8 | /src/javax/main/uml/Adapter..puml | 473fd0ed2eea537a2b3c9fbd661edc00bda613e8 | [] | no_license | Belolme/javalearn | 763e8ab24969ef7b507664bc03123ce67251526b | 870f8d9fdb68f8c7283170e81126cda10746dd20 | refs/heads/master | 2022-12-12T18:38:31.841843 | 2022-12-07T03:14:23 | 2022-12-07T03:14:23 | 65,531,160 | 5 | 0 | null | 2022-12-07T03:14:24 | 2016-08-12T07:02:32 | Java | UTF-8 | PlantUML | false | false | 266 | puml | @startuml
interface Target{
+ request()
}
class Adaptee{
+ request()
}
class Adapter{
- adaptee: Adaptee
+ request() ~ adaptee.request()
}
Adapter .up.|> Target
class Client
'---------------------
Client -> Target
Adapter o-> Adaptee
@enduml | false | true | false | false | class |
2c982bab52432ea990c3cfb2fbcd6a14d0af78a7 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/InventoryEntryDraft.puml | c8b3d22e53229069bce342a9a7002199afb21f72 | [] | 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 | 538 | 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 InventoryEntryDraft [[InventoryEntryDraft.svg]] {
sku: String
key: String
supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]]
quantityOnStock: Long
restockableInDays: Long
expectedDelivery: DateTime
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
@enduml
| false | true | false | false | class |
e7f1944c7be0de468f9cd905d5d6b0470fb52040 | bd3b5a925b6fc7cd394e308a3fd7a17c76c91274 | /doc/uml/components.puml | 1bd0cd56afd45213dbad5120c9e3118b0e9cb001 | [
"Apache-2.0"
] | permissive | fett-teufel/buchhalter | fc9e05159b1176f5f71b3e056fc33de11fe54823 | 3526e666b1ca01e9b5c946f5b26c5c1fce29e478 | refs/heads/master | 2020-09-16T09:49:50.253866 | 2019-12-15T10:57:54 | 2019-12-15T10:57:54 | 223,733,375 | 0 | 0 | Apache-2.0 | 2019-11-24T12:18:57 | 2019-11-24T11:29:34 | null | UTF-8 | PlantUML | false | false | 319 | puml | @startuml
package "REST API" {
HTTP - [Spring Kotlin APP]
[DJVUReader] - HTTP
[Search UI] - HTTP
}
package "DataBase" {
[Spring Kotlin APP] - [Postgresql]
}
package "FullTextSearch" {
[Spring Kotlin APP] - [Manticora - search engine]
}
package "FileStorage" {
[Spring Kotlin APP] - [Minio (file storage)]
}
@enduml | false | true | false | false | uml-unknown |
519312ffcd85e215086b28a8a2865ea6b0b355f7 | 79b1afae05be893d0d860ad88e065a1fe3fe7717 | /creation/builder/uml/builder_cd.puml | 0ac284ee5ee396c6944b05820a275d4979b45ec9 | [] | no_license | danielleberre/pattern-repository | 5dd0c84147f35c9e22abfe30abd93b8cb51560f3 | 68eab140c40174e2fc1769f4b718f7528b440921 | refs/heads/master | 2020-04-30T14:20:09.435842 | 2019-03-25T13:07:03 | 2019-03-25T13:07:03 | 176,888,097 | 0 | 0 | null | 2019-03-21T07:00:12 | 2019-03-21T07:00:10 | null | UTF-8 | PlantUML | false | false | 372 | puml | @startuml
skinparam nodesep 75
skinparam ranksep 50
hide empty members
class Director {
+ construct(): Product
}
Director *-> "1\nbuilder" Builder
interface Builder {
+ {abstract} buildPart()
+ {abstract} result(): Product
}
class ConcreteBuilder {
+ buildPart()
+ result(): Product
}
class Product
Builder <|-- ConcreteBuilder
Builder . Product
@enduml
| false | true | false | false | class |
088e0c117edc52a85e8ca3e45359024dd5a229d2 | 29e499c7049d725de515d0f0294f765b6bbb4dc3 | /DesignPattern/out/production/DesignPattern/com/ilike/composite/OrganizationComponent.puml | ae22fb080f829387e65a24b151282ef38c471cbe | [] | no_license | dongyuancaizi/designPatternLearning | 70dddd9d156fd3d4e9c07bb4f94f76820b625308 | 1fbde529b073b9a205bffd90607574754d6aac50 | refs/heads/master | 2020-07-04T05:13:23.384529 | 2019-11-19T13:09:10 | 2019-11-19T13:09:10 | 202,167,833 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 382 | puml | @startuml
class OrganizationComponent
class University
class College
class Department
class Client
OrganizationComponent <|-- University
OrganizationComponent <|-- College
OrganizationComponent <|-- Department
OrganizationComponent <-- Client
University o-- College
College o-- Department
class OrganizationComponent{
+ void add();
+ void delete();
+ void print();
}
@enduml | false | true | false | false | class |
63c141afb3c22ca5486abb9dbaf744dd830d7d62 | f8efd1c90aad05041f2b5ec116176764d86e98e7 | /docs/sequence-diagram.puml | 2e3e1cbd82c91cdf8162e784adf1a91ebfda5d59 | [] | no_license | cunla/velocity-limiter | 5ce2d2a21658c6b77dafa801f7f0e79e452f6b35 | 89b4cb1c9e0c02ef0d87b422c1a39ca18ef5b66f | refs/heads/main | 2023-01-01T09:32:05.430343 | 2020-10-24T22:36:43 | 2020-10-24T22:36:43 | 304,780,084 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,187 | puml | @startuml
actor user as "User"
participant rest as "FundAccountApi"
participant logic as "FundAccount"
participant model as "FundModel"
user -> rest: FundRequest
activate rest
rest -> rest: convert FundRequest \nto Fund model
rest -> logic: Check Fund validity
activate logic
logic -> model: check if fund with this \ncustomer_id and id exists
alt fund with customer_id and id exists
model --> logic: return error
logic --> rest: return error
rest --> user: return no response
else fund with customer_id and id does not exist
logic -> model: check sum and count of \naccepted funds that day
activate model
model --> logic: daySum, dayCount
deactivate model
logic -> model: check sum of accepted \nfunds that week
activate model
model --> logic: weekSum
deactivate model
logic -> logic: Check that daySum, dayCount \nand weekSum fulfill requirements
logic -> model: write new fund with accepted value to DB
logic --> rest: return accepted/not accepted
deactivate logic
rest -> rest: build FundResponse
rest --> user: FundResponse json
end
deactivate rest
@enduml | false | true | false | false | sequence |
e58b3b38d267505897c28a912f1651a69b1aa1cf | 418a32737205ad75e92e19eccde192972818c8ac | /class-diagram/class-diagram.iuml | de62eb1defc9d920b78431a96d7a36f9dfcb3812 | [] | no_license | arielazzi/desenvolvimento-de-software-I | 862da2641569dc94091b619d307dc9ac73dc6776 | 2f997fc72c7095e946fd84c34cf8eb6b09e52635 | refs/heads/master | 2023-06-04T18:30:09.084947 | 2021-01-06T12:59:28 | 2021-01-06T12:59:28 | 300,101,436 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,315 | iuml | @startuml class
enum TipoAcademicoEnum <<Enum>> {
ALUNO
PROFESSOR
TECNICOADM
}
enum TipoMidiaEnum <<Enum>> {
MUSICA
VIDEO
PODCAST
LIVRO
}
abstract class Usuario {
nome
ultimoNome
email
senha
credito
List<Midia> midiasAdquiridas
Map<TipoMidiaEnum, List<Midia>> midiasfavoritas
}
class Academico {
tipo : TipoAcademicoEnum
}
class Administrador {}
class Album {
List<Musica> musicas
}
abstract class Midia {
nome
descricao
imagem
preco
autores
conteudo
dataCriacao
pagavel: boolean
}
abstract class MidiaPlayer {
duracao
}
class Dashboard {
}
class Livro {
numeroPaginas
categorias
}
class Musica {
categorias
}
class Video {
categorias
}
class Podcast {
categorias
}
Autor "1" *-- "1..*" Midia : cria >
Usuario o-- Midia
Academico *-- TipoAcademicoEnum
Usuario *-- TipoMidiaEnum
Usuario <|-- Academico : < é um
Academico <|-- Autor : < é um (se criou 1 ou mais midias)
Usuario <|-- Administrador: < é uma
Midia <|-- Livro : < é uma
Midia <|-- MidiaPlayer : < é uma
MidiaPlayer <|-- Musica : tem >
MidiaPlayer <|-- Video : tem >
MidiaPlayer <|-- Podcast : tem >
Musica "1..*" --o "0" Album
interface VisualizarMidia <<Interface>>
interface RemoverMidia <<Interface>>
interface RemoverAcademico <<Interface>>
interface AtualizarMidia <<Interface>>
interface AdicionarCredito <<Interface>>
interface CriarAlbum <<Interface>>
interface VisualizarAlbum <<Interface>>
VisualizarAlbum <|.. Academico
CriarAlbum <|.. Autor
AdicionarCredito <|.. Usuario
VisualizarMidia <|.. Usuario
RemoverMidia <|.. Autor
RemoverMidia <|.. Administrador
RemoverAcademico <|.. Administrador
AtualizarMidia <|.. Autor
interface ExecutarMidiaPlayer <<Interface>>
interface ComprarMidia <<Interface>>
interface VenderMidia <<Interface>>
interface DownloadMidia <<Interface>>
interface AdicionarMidiaEmListaFavorito <<Interface>>
interface VisualizarCreditor <<Interface>>
interface VisualizarCreditor <<Interface>>
VisualizarCreditor <|.. Usuario
AdicionarMidiaEmListaFavorito <|.. Usuario
ExecutarMidiaPlayer <|.. Usuario
ComprarMidia <|.. Usuario
VenderMidia <|.. Usuario
DownloadMidia <|.. Usuario
Administrador --> Dashboard : <<delegates>>
hide Dashboard attributes
hide TipoAcademicoEnum methods
hide TipoMidiaEnum methods
@enduml | false | true | true | false | sequence |
3ce0b56832ed67b3b9040d4a48c77b039ad25a74 | 5653994dabf895da044b58d5d0dd22e3d004dcd6 | /src/site/design/solver.puml | d02d89567396facfa950a1777408dca9ab6f1dbb | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | RayDeCampo/commons-numbers | 726101b43d18445edbb05b60bf534be17504248d | 0d64d85edac739593908f4a7d024c9e802109428 | refs/heads/master | 2021-06-11T13:45:29.147178 | 2017-01-09T02:58:45 | 2017-01-09T02:58:45 | 78,243,319 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,105 | puml | ' Licensed to the Apache Software Foundation (ASF) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' The ASF 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
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
package org.apache.commons.complex.differentiation.solvers #ECEBD8 {
enum AllowedSolution {
ANY_SIDE
LEFT_SIDE
RIGHT_SIDE
BELOW_SIDE
ABOVE_SIDE
}
interface "BaseUnivariateSolver<FUNC extends UnivariateFunction>" as BaseUnivariateSolver_FUNC_ {
+int getMaxEvaluations()
+int getEvaluations()
+double getAbsoluteAccuracy()
+double getRelativeAccuracy()
+double getFunctionValueAccuracy()
+double solve(int maxEval, FUNC f, double min, double max)
+double solve(int maxEval, FUNC f, double min, double max, double startValue)
+double solve(int maxEval, FUNC f, double startValue)
}
abstract class "BaseAbstractUnivariateSolver<FUNC extends UnivariateFunction>" as BaseAbstractUnivariateSolver_FUNC_ {
#{Abstract} double doSolve()
}
interface UnivariateSolver
abstract class AbstractUnivariateSolver
interface DifferentiableUnivariateSolver
abstract class AbstractDifferentiableUnivariateSolver
interface PolynomialSolver
abstract class AbstractPolynomialSolver
BaseUnivariateSolver_FUNC_ <|.. BaseAbstractUnivariateSolver_FUNC_
BaseUnivariateSolver_FUNC_ <|.. UnivariateSolver
UnivariateSolver <|.. AbstractUnivariateSolver
BaseAbstractUnivariateSolver_FUNC_ <|-- AbstractUnivariateSolver
BaseUnivariateSolver_FUNC_ <|.. DifferentiableUnivariateSolver
DifferentiableUnivariateSolver <|.. AbstractDifferentiableUnivariateSolver
BaseAbstractUnivariateSolver_FUNC_ <|-- AbstractDifferentiableUnivariateSolver
BaseUnivariateSolver_FUNC_ <|.. PolynomialSolver
PolynomialSolver <|.. AbstractPolynomialSolver
BaseAbstractUnivariateSolver_FUNC_ <|-- AbstractPolynomialSolver
interface "BracketedUnivariateSolver<FUNC extends UnivariateFunction>" as BracketedUnivariateSolver_FUNC_
AllowedSolution <-- BracketedUnivariateSolver_FUNC_ : solution side selector
BaseUnivariateSolver_FUNC_ <|.. BracketedUnivariateSolver_FUNC_
abstract class BaseSecantSolver
AbstractUnivariateSolver <|-- BaseSecantSolver
BracketedUnivariateSolver_FUNC_ <|.. BaseSecantSolver
BaseSecantSolver <|-- IllinoisSolver
BaseSecantSolver <|-- PegasusSolver
BaseSecantSolver <|-- RegulaFalsiSolver
AbstractUnivariateSolver <|-- BracketingNthOrderBrentSolver
BracketedUnivariateSolver_FUNC_ <|.. BracketingNthOrderBrentSolver
AbstractUnivariateSolver <|-- BrentSolver
AbstractUnivariateSolver <|-- SecantSolver
AbstractUnivariateSolver <|-- RiddersSolver
AbstractUnivariateSolver <|-- MullerSolver
AbstractUnivariateSolver <|-- MullerSolver2
AbstractDifferentiableUnivariateSolver <|-- NewtonSolver
AbstractPolynomialSolver <|-- LaguerreSolver
AbstractUnivariateSolver <|-- BisectionSolver
}
@enduml
| false | true | false | false | class |
63f7834994f90976585dc9dedbe8398191268d60 | 6264540498c7c4553de20e6d1ea9d50bff4e8685 | /classdiagram.puml | 10c6a2f06c1c7dd3daabce220c07f916e5829132 | [] | no_license | HANprojectsENG/SPOT2 | 9c0ddb63421c44b058a65326e667b8c142030274 | 22398ecc799ef767d484629b6135451cd1209ad1 | refs/heads/master | 2020-09-25T17:15:36.923374 | 2020-02-12T14:38:17 | 2020-02-12T14:38:17 | 226,051,832 | 0 | 0 | null | 2020-02-12T14:38:19 | 2019-12-05T08:23:09 | Python | UTF-8 | PlantUML | false | false | 1,617 | puml | @@startuml
title "Proposition for architecture"
abstract Manipulator{
name
image
procMillis = 0
--
ready = pyqtSignal()
message = pyqtSignal(str) # Message signal
ready = pyqtSignal()
__init__()
}
class ImgEnhancer{
image
--
ImgUpdate()
run()
setRotateAngle(angle)
setGamma(val)
setClaheClipLimit(val)
setCrop(point,val)
}
class ImgSegmenter{
image
ROIs
--
start(image)
}
class BlobDetector{
image
BlobData
--
start(image, ROIs)
setOffset(val)
setBlockSize(val)
adjust_gamma(image, gamma=1.0)
rotateImage(image, angle)
moving_average(x, N=5)
find1DGrid(data, N)
}
class ImgProcessor{
image
RoI
rectsList
ImgEnhancer
ImgSegmentor
ImgDetector
--
start()
getBlobs()
}
class CentroidTracker{
nextObjectID
objects
disappeared
euclideanDis
--
register(centroid)
deregister(objectID)
getEuclideans()
update(rects)
}
class MainWindow{
name
closing
message
image
--
__init__()
initUI()
imgUpdate()
kickTimer()
temperatureUpdate(temp)
wheelEvent(event)
closeEvent(event)
snapshot()
loadSettings()
saveSettings()
}
BlobDetector -up-|> Manipulator
ImgEnhancer -up-|> Manipulator
ImgSegmenter -up-|> Manipulator
BlobDetector --* ImgProcessor
ImgSegmenter --* ImgProcessor
ImgEnhancer --* ImgProcessor
ImgProcessor <.right. CentroidTracker
ImgProcessor -left-o MainWindow
@@enduml | false | true | false | false | class |
f5de9a796737fadf809e481b7cf97c62091fa9e9 | 6d52d8dbfa9e58a82ce873b9b9412af98b151874 | /docs/diagrams/BinaryTreeInitialObjectDiagram.puml | e3b5bea40aef972498849ef470ca5bef7e86f175 | [] | no_license | PraveenElango/tp | 59072e694da65abf1fb5b88a783f0a957af9ed66 | 58778e0f0e7c6648d758a6f41abcd47391d2ccd1 | refs/heads/master | 2023-01-06T16:21:12.970855 | 2020-10-26T17:28:42 | 2020-10-26T17:28:42 | 299,291,890 | 0 | 0 | null | 2020-10-11T03:05:42 | 2020-09-28T11:49:57 | Java | UTF-8 | PlantUML | false | false | 150 | puml | @startuml
object BinaryTree
BinaryTree : tree = ""
object Gate
Gate : - input
Gate : - secondInput
BinaryTree *--> "0..15 \n arrayList" Gate
@enduml | false | true | false | false | class |
a5730d35869dfbf54c754b08b8f92541f938922d | cc6b5940d80553bf8a178e8f3108167945fcfb12 | /efesto/documentation/puml/PMMLDRLRuntimeSequence.plantuml | e3271f8452a716c6b5514a578117d898728b4057 | [
"Apache-2.0"
] | permissive | yesamer/drools | f0f9889f212a1becb1144ed704e58649f2555bcd | 92b5f4e57755bfd1f4e52af34dfcbf0d608f33c9 | refs/heads/master | 2023-07-06T14:50:31.161516 | 2023-06-27T01:00:28 | 2023-06-27T01:00:28 | 185,600,193 | 0 | 0 | Apache-2.0 | 2022-02-15T11:22:48 | 2019-05-08T12:19:09 | Java | UTF-8 | PlantUML | false | false | 1,217 | plantuml | @startuml
'https://plantuml.com/sequence-diagram
title PMML-DRL Resource
autonumber 1
actor Input_provider
note over Input_provider: Any service requiring PMML evaluation (e.g. Kogito, KieServer)
Input_provider -> Runtime_Manager: execute (EfestoInputPMML)
Runtime_Manager --> KieRuntimeServicePMML: canManageInput (EfestoInputPMML)
KieRuntimeServicePMML --> Runtime_Manager: true
Runtime_Manager --> KieRuntimeServicePMML: evaluateInput (EfestoInputPMML)
KieRuntimeServicePMML --> KiePMMLDroolsModel: evaluate
KiePMMLDroolsModel --> Runtime_Manager: execute (AbstractEfestoInput<EfestoMapInputDTO>)
Runtime_Manager --> KieRuntimeServiceDrlMapInput: canManageInput (AbstractEfestoInput<EfestoMapInputDTO>)
KieRuntimeServiceDrlMapInput --> Runtime_Manager: true
Runtime_Manager --> KieRuntimeServiceDrlMapInput: evaluateInput (AbstractEfestoInput<EfestoMapInputDTO>)
KieRuntimeServiceDrlMapInput --> Runtime_Manager: Optional<EfestoOutputDrlMap>
Runtime_Manager --> KiePMMLDroolsModel: Optional<EfestoOutputDrlMap>
KiePMMLDroolsModel --> KieRuntimeServicePMML: PMML4Result
KieRuntimeServicePMML --> Runtime_Manager: Optional<EfestoOutputPMML>
Runtime_Manager -> Input_provider: Optional<EfestoOutputPMML>
@enduml | false | true | false | false | usecase |
da3a608bf29441602b6e69f756607405fb66f596 | 0505c7b9c7d04041d7545facc40dd29196eee9d2 | /Docs/StartGameSequenceDiagram.puml | 80adc68b15713ca5c236c58e2d5f7cdb8d95f50d | [] | no_license | v-bodnar/Spartaaa | 3a61d890d8654e5c1b4c8a42e8328cd1c43c6e7c | 5a83c5b187dfb5c2917896bf0bfe2c394d514f5f | refs/heads/master | 2023-03-18T08:23:25.685552 | 2021-11-25T16:36:16 | 2021-11-25T16:36:16 | 253,110,684 | 0 | 1 | null | 2023-03-06T18:38:35 | 2020-04-04T22:29:21 | Java | UTF-8 | PlantUML | false | false | 1,609 | puml | @startuml
actor Player1
Player1 -> Player1: show connection screen
Player1->Server: connect
alt on connection error repeat each 10 sec
Player1->Server: connect
end
Player1 -> Player1: show start screen
Player1->Server: startNewGame()
Activate Server
rnote over Server
Server:
-creates new game
-generates password
-creates and shuffles deck
-decides on available Houses
-sets GameDto to NEW
endrnote
Server->Player1: GameDto, List<Dominus> available dominus list
Player1->Server: selectDominus(Dominus selectedDominus)
== waiting for players ==
actor Player2
Player2->Server: connect
alt on connection error repeat each 10 sec
Player2->Server: connect
end
Player2 -> Player2: show start screen
Player2 -> Server:joinGame(String gameId, String password)
rnote over Server
Server:
-searches for NEW game with given gameId
-checks given password
endrnote
Server -> Player2:GameDto, List<Dominus> available dominus list
Player2->Server: selectDominus(Dominus selectedDominus)
Server->Player1: GameDto (server notifies all players about joined player)
Server->Player2: GameDto (server notifies all players about joined player)
Player1->Player1: startGame button active
Player1->Server: startGame()
rnote over Server
Server:
-deals cards according Dominus description
-deals money according Dominus description
endrnote
Server->Player1: GameDto (server notifies all players about game started)
Server->Player2: GameDto (server notifies all players about game started)
Player1->Player1: show Intrigue Phase screen
Player2->Player2: show Intrigue Phase screen
@enduml | false | true | false | false | usecase |
eb371c5fc6d551674f376fa97d9ff126f0d75247 | c6d61964203ebb7c890f21b00798025879cfedc4 | /doc/uma-share.puml | 754dd79e097d310515d7e1283e36cf89270ea87f | [] | no_license | lapnd/keycloak-uma-delegation-poc | f1f5aa5c609bcbbed871e3c5f8f11a9ab35fab44 | 921775fc3825b1417121c23215461277b85ff69b | refs/heads/master | 2022-12-29T15:05:36.551749 | 2019-08-28T11:48:24 | 2019-08-28T11:48:24 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 358 | puml | @startuml
skinparam backgroundColor #FFFFFF
skinparam defaultFontName "Source Sans Pro"
hide footbox
actor Beavis
actor Butthead
actor Daria
Beavis -> Stuff **: <<create>>
Beavis -> Butthead: <<share>>
note right of Beavis
for read/write
end note
Butthead -> Stuff: <<get>>
activate Stuff
return OK
Daria -> Stuff: <<get>>
return Forbidden
@enduml
| false | true | false | false | sequence |
6369af273578e167c8d1efdd33eb95f527830cf0 | 3b861a1eb7939432fedec3009599b09f18241bca | /sequence/35.皮肤参数2.puml | 716c73ef1f948ab29c31f887aba715fd94b6805c | [] | no_license | congwiny/PlantUmlDemo | 4ee84b933630b5ab5653fc5ad6526cb2d52680b9 | b0df9b021c7a13c98c7b9c7d2736c9580b3215ae | refs/heads/master | 2022-06-14T04:45:21.696897 | 2020-05-05T09:28:05 | 2020-05-05T09:28:05 | 261,207,824 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 802 | puml | @startuml
skinparam backgroundColor #EEEBDC
skinparam handwritten true
skinparam sequence {
ArrowColor DeepSkyBlue
ActorBorderColor DeepSkyBlue
LifeLineBorderColor blue
LifeLineBackgroundColor #A9DCDF
ParticipantBorderColor DeepSkyBlue
ParticipantBackgroundColor DodgerBlue
ParticipantFontName Impact
ParticipantFontSize 17
ParticipantFontColor #A9DCDF
ActorBackgroundColor aqua
ActorFontColor DeepSkyBlue
ActorFontSize 17
ActorFontName Aapex
}
actor User
participant "First Class" as A
participant "Second Class" as B
participant "Last Class" as C
User -> A: DoWork
activate A
A -> B: Create Request
activate B
B -> C: DoWork
activate C
C --> B: WorkDone
destroy C
B --> A: Request Created
deactivate B
A --> User: Done
deactivate A
@enduml | false | true | false | false | sequence |
8660bd6628f1c6bc993044313b967f016a5abb31 | 3eee07d73747125843fdbd92ff680e90418a997f | /fixtures/diff/newModel_v3.puml | fb7b4541134394cd33e312c6f3f3c2ae124bbb76 | [
"MIT"
] | permissive | notyy/TypeFlow | c3af91ec898b9ff96af4d288b0ababc89a68a186 | 6e5559f095ac749c5998ba87c9eff9c60432afb9 | refs/heads/master | 2021-07-30T01:31:21.012779 | 2021-07-28T03:27:21 | 2021-07-28T03:27:21 | 208,800,249 | 24 | 5 | MIT | 2020-06-24T04:22:24 | 2019-09-16T12:58:46 | Scala | UTF-8 | PlantUML | false | false | 689 | puml |
@startuml
skinparam class {
BackgroundColor<<CommandLineInputEndpoint>> BurlyWood
BackgroundColor<<CommandLineArgsInputEndpoint>> BurlyWood
BackgroundColor<<AliyunHttpInputEndpoint>> BurlyWood
BackgroundColor<<OutputEndpoint>> BurlyWood
BackgroundColor<<PureFunction>> LightBlue
BackgroundColor<<AlternativePath>> Crimson
}
class NumInput <<AliyunHttpInputEndpoint>>
class Add2 <<PureFunction>>
class Add <<PureFunction>>
class Multi3 <<PureFunction>>
NumInput --> NI::Integer
NI::Integer --> Add2
NI::Integer --> Multi3
Add2 --> A2::Integer
A2::Integer --> "2" Add
Multi3 --> M3::Integer
M3::Integer --> "1" Add
Add --> A::Integer
A::Integer --> NumInput
@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.