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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
388e3e2c9c83bdbd0bd65d7683da62a022425416 | cb54ba3a70398612ba94341808a52dc8487e3674 | /diagrams/sample-summary-state.puml | 73c88ab3803470524566a93b7c9cccbfd32bb3b9 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | ONSdigital/rm-sample-service | ea680d423f322a64a0d3145f89b933ba9f9d21c2 | fc0d10409ecdc33b3e09d8283a6291df5e6f6e3b | refs/heads/main | 2023-08-31T16:15:29.897017 | 2023-08-24T12:39:19 | 2023-08-24T12:39:19 | 85,964,165 | 4 | 3 | MIT | 2023-09-14T13:50:20 | 2017-03-23T15:12:38 | Java | UTF-8 | PlantUML | false | false | 210 | puml | @startuml
skinparam state {
BackgroundColor HoneyDew
}
[*] --> INIT
INIT --> ACTIVE : activated
ACTIVE --> FAILED : fail_validation
ACTIVE --> COMPLETE : completed
ACTIVE --> FAILED: fail_ingestion
@enduml | false | true | false | false | sequence |
99f4aab87022b82321c595f4610246097848a345 | e192d7ea430aae13299b219e78012f6111ad6d60 | /asciidocs/plantuml/hotel.puml | f9d841d01306a39561c32fbfb9a25c61dfdfa462 | [] | no_license | 2122-4ahif-syp/01-cld-hotel-tamaraMelcher | 3d7a6361e1400c25423107a5e13f6a8411e1d9ad | 1211265fadc575e51ad3fd34cbd2130b1bc77089 | refs/heads/main | 2023-08-15T04:44:35.003514 | 2021-10-11T08:50:29 | 2021-10-11T08:50:29 | 415,813,229 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 956 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Room{
-int number
Category:category
}
class Category{
-int id
-string category
}
class Employee{
-int svnr
-string name
-string address
}
class RoomCleaner{
-string description
Room:room
}
class Supervisor{
-string description
-string subject
}
class Guest{
-int guestnr
-string name
-string address
}
class Booking{
Room:room
Guest:guest
LocalDate arrivalDate
LocalDate departureDate
}
class ServicePackage{
-string description
-double price
-int numberOf
}
class ServicePackageSupervisor{
ServicePackage:servicePackage
Supervisor:supervisor
}
Room "*" -> "1" Category
Guest "*"--"*" Room
(Guest,Room)..Booking
Employee "1"-->"*" Supervisor
Employee "1"-->"*" RoomCleaner
Room "1"<--"*" RoomCleaner
ServicePackage "*"--"1..*" Supervisor
(ServicePackage,Supervisor)--ServicePackageSupervisor
@enduml | false | true | false | false | class |
802f10bdda762cc9533d9b6ce5440b817d5fd681 | a3752f5a40057cb3aff276d7ae357eb73b0a7338 | /dev-docs/diagrams/deployment-single-local.iuml | 937365a5f94a857f0e437d7c366515217828db00 | [
"Apache-2.0",
"CC-BY-2.0",
"SAX-PD",
"MPL-2.0",
"Artistic-2.0",
"MIT-CMU",
"BSD-3-Clause",
"0BSD",
"CC-BY-4.0",
"LGPL-3.0-or-later",
"CC0-1.0",
"CC-BY-3.0",
"BSD-Source-Code",
"Apache-1.1",
"Ruby",
"WTFPL",
"BSD-1-Clause",
"MIT",
"Unlicense",
"BSD-2-Clause"
] | permissive | chef/automate | e1af4e5617c272f524fa821678a2b0c90a8ce1aa | bc54a4bbd22a9799ee6b782942d26ad1717882d8 | refs/heads/main | 2023-08-18T13:36:40.273599 | 2023-08-18T10:53:08 | 2023-08-18T10:53:08 | 179,318,179 | 230 | 139 | Apache-2.0 | 2023-09-14T19:20:33 | 2019-04-03T15:26:38 | Go | UTF-8 | PlantUML | false | false | 793 | iuml | @startuml
object "Automate Host (customer)" as automate_host <<Linux, Habitat>>{
+automate-ui
+edge load balancer
automate-gateway
deployment-cli
deployment-service
license-control-service
config-mgmt-service
ingest-service
compliance-policy-service
compliance-reporting-service
compliance-scanner-service
postgres
notifications-service
authz-service
user-token-service
elasticsearch
elasticsearch-curator
}
object "License Host (chef)" as license <<Linux, Habitat>> {
+license
}
object "Chef" as chef <<External>>
object "Inspec" as inspec <<External>>
object "Web Browser" as browser <<External>>
license -up-> automate_host : manual copy
chef -left> automate_host : https/rest
inspec -down-> automate_host : https/rest
browser <-> automate_host : https/rest
@enduml
| false | true | false | false | sequence |
45eb07cf36d9affd3a764f11af5fbb3173a20bf5 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Signals/TreeView/SignalReceiverTreeView.puml | 4fa617d27811432f91cacab142af33c673c73755 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,037 | puml | @startuml
class SignalReceiverTreeView {
+ dirty : bool <<set>>
<<const>> k_VerticalPadding : float = 5
<<const>> k_HorizontalPadding : float = 5
+ SignalReceiverTreeView(state:TreeViewState, multiColumnHeader:MultiColumnHeader, receiver:SignalReceiver, serializedObject:SerializedObject)
+ readonlySignals : bool <<get>> <<set>>
+ SetSignalContext(assetContext:SignalAsset) : void
SetSerializedProperties(serializedObject:SerializedObject) : void
+ Draw() : void
+ RefreshIfDirty() : void
+ {static} GetColumns() : MultiColumnHeaderState.Column[]
AddItem(root:TreeViewItem, id:int, enabled:bool) : void
GetTotalHeight() : float
{static} FindIdForSignal(signals:SerializedProperty, signalToFind:SignalAsset) : int
}
TreeView <|-- SignalReceiverTreeView
SignalReceiverTreeView --> "signals" SerializedProperty
SignalReceiverTreeView --> "events" SerializedProperty
SignalReceiverTreeView --> "m_Target" SignalReceiver
SignalReceiverTreeView --> "signalAssetContext" SignalAsset
@enduml
| false | true | false | false | class |
d77cc9e25e53e435a16312365ad287eb2e454221 | 86333d3ca841459c80fc8f5d2d5be15e8fd4a6cd | /images/userinfo-direct.puml | 171dbf5500efa4db2db65077691470bcf756f0f7 | [
"MIT"
] | permissive | vippsas/vipps-recurring-api | 832c176cee7576ac20d04dbc57e9a450386a364e | 7eee983429243157790cfa36bde7c8f2b18fe55b | refs/heads/master | 2023-08-31T13:24:59.827305 | 2023-08-22T14:32:45 | 2023-08-22T14:32:45 | 147,787,517 | 13 | 36 | MIT | 2023-09-12T12:29:14 | 2018-09-07T07:29:39 | null | UTF-8 | PlantUML | false | false | 747 | puml | @startuml
Actor User
Actor UserVippsApp
Participant Merchant
Participant Vipps
User -> Merchant : Start agreement
Merchant -> Vipps : Draft agreement
note right
Example "scopes: "name address email"
end note
Vipps --> Merchant : Session link
Merchant -> UserVippsApp : Trigger session
UserVippsApp -> Vipps : Approve agreement and detail sharing
Vipps -> Vipps : Save Consent and generate sub
alt Initial charge
Vipps -> Vipps : Perform payment
end
Vipps --> UserVippsApp : Response
UserVippsApp -> Merchant : Response
Merchant -> Vipps : Get agreement details
Vipps --> Merchant : Return details, sub included
Merchant -> Vipps : Get on userinfo/{sub}
Vipps --> Merchant : Return userinfo
Merchant -> Merchant : Handle session result
@enduml | false | true | false | false | sequence |
bb56f5a173a4dbba55cedec9936d45457501913c | a751888fd29a1b92bb32ef7d272d3e72f664ed30 | /src/design/dsst-tesseral-contribution-class-diagram.puml | fd4582fb48a1b61facffad555f4d0852602c0171 | [
"Apache-2.0",
"MIT",
"EPL-1.0"
] | permissive | petrushy/Orekit | b532c7db85c992d85b5ac3d858d18d656e2b8c46 | 1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443 | refs/heads/develop | 2023-08-16T11:37:43.709083 | 2023-07-18T20:13:14 | 2023-07-18T20:13:14 | 42,349,064 | 10 | 2 | Apache-2.0 | 2023-07-21T14:54:14 | 2015-09-12T07:39:56 | Java | UTF-8 | PlantUML | false | false | 2,031 | puml | ' Copyright 2002-2022 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.orekit #ECEBD8 {
package propagation.semianalytical.dsst #DDEBD8 {
Package forces #CBDBC8 {
interface DSSTForceModel
interface ShortPeriodTerms
DSSTForceModel <|-- DSSTTesseral
DSSTTesseral --> TesseralShortPeriodicCoefficients
ShortPeriodTerms <|-- TesseralShortPeriodicCoefficients
}
package utilities #CBDBC8 {
package hansen #CCCCC7 {
class HansenTesseralLinear
}
TesseralShortPeriodicCoefficients *--> "*" ShortPeriodicsInterpolatedCoefficient
DSSTTesseral *--> HansenTesseralLinear
}
package forces.gravity.potential #CBDBC8 {
interface UnnormalizedSphericalHarmonicsProvider
UnnormalizedSphericalHarmonicsProvider "1" <--* DSSTTesseral
}
}
@enduml
| false | true | false | false | class |
7849b4b21df30ffd3a92b88d8c0458ea6e96d6d3 | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/profile-service/Application/Models/DataTransferObjects/ProfileCreationDto.puml | 7f964f6512abb761f3eacaeeccc79a45da5cd7ab | [] | 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 | 345 | puml | @startuml
class ProfileCreationDto {
+ UserId : string <<get>> <<set>>
+ ProfilePictureUrl : string <<get>> <<set>>
+ Title : string <<get>> <<set>>
+ Rating : decimal <<get>> <<set>>
+ Description : string <<get>> <<set>>
+ Skills : List<string> <<get>> <<set>>
+ Experience : List<string> <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
37b420186f0bfb8748852584e8438cf2ae9142a3 | 3c67d67ff8534aef07e23a6995506a357548a668 | /img/3.puml | 94a7f1f7eccf6f80198aca58b7c742b266de3ddb | [
"MIT"
] | permissive | tetsu-hasegawa/ts28_series | 26970f281a05ba487d82b322330e54e146826414 | 420b4002eaaa1d4a8f3d471f24836b87f227ed8f | refs/heads/main | 2023-04-11T16:02:28.387908 | 2021-05-09T22:33:30 | 2021-05-09T22:33:30 | 365,676,800 | 0 | 0 | MIT | 2021-05-09T22:33:30 | 2021-05-09T05:44:02 | null | UTF-8 | PlantUML | false | false | 1,374 | puml | @startuml
title Centralized energy saving activation Diagram
participant "MnS producer of Centralized ES" as MnSProdCSON
participant "Performance Assurance MnS producer" as MnSProdPA
participant "Provisioning MnS producer" as MnSProdProv
participant "NR Capacity Booster Cell" as NRCapacityBCell
participant "NR Cells" as NRCandidateCells
MnSProdPA <- NRCapacityBCell: 1. Collects traffic load performance measurements
MnSProdPA <- NRCandidateCells: 1. Collects traffic load performance measurements
MnSProdPA -> MnSProdCSON: 2. Collects traffic load performance measurements
note over MnSProdCSON: Analyzes traffic load performance measurements
opt if decision is taken that the NR capacity booster cell should enter the energySaving state
MnSProdCSON -> MnSProdProv: 3. <i>modifyMOIAttributes</i> (NR Capacity Booster Cell, (energySaving, old value = 'off', new value = 'on'))
MnSProdProv -> NRCapacityBCell: 4. Configures NR Capacity Booster Cell
note over NRCapacityBCell: 5. May initiate handover actions
MnSProdProv -> NRCandidateCells: 6. Configures Candidate Cells
note over NRCapacityBCell: 7. Enters energySaving state
NRCapacityBCell -> MnSProdProv: 8. Informs that energySaving state has changed
MnSProdProv -> MnSProdCSON: 9. <i>notifyMOIAttributeValueChanges</i> (NR Capacity Booster Cell, (energySaving, old value = 'off', new value = 'on'))
end
@enduml | false | true | false | false | sequence |
3f6bc49a53a5e141fb21a82f1d22d051eef982b0 | d9b60bc7d589b46e216d5778a6f4a7aa1f7ebe5a | /src/main/java/DiagramaCasosDeUso.puml | d73f043384e6daa41aed42ff56a4459c2cf92393 | [] | no_license | arimohy/TallerDocumetacionComoCodigo | ae987693ba2cb3ec2b79bc64778b38bea2b8b5f9 | b56148a6e70449d972e456fb3ddb03986117bfbf | refs/heads/master | 2023-08-28T16:00:56.409215 | 2021-10-25T07:28:58 | 2021-10-25T07:28:58 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 645 | puml | @startuml
'https://plantuml.com/use-case-diagram
left to right direction
actor Bibliotecario as b
package ApiBiblioteca{
usecase "Actualizar Recurso" as uc1
usecase "Consular Disponibilidad de Recurso " as uc2
usecase "Crear Recurso" as uc3
usecase "Devolver recurso" as uc4
usecase "Eliminar Recurso" as uc5
usecase "Guardar Recurso" as uc6
usecase "Listar Recurso" as uc7
usecase "Prestar Resurso" as uc8
usecase "Recomendar por tematica" as uc9
usecase "Recomendar por tipo" as uc10
usecase "Recomendar por tematica y tipo" as uc11
}
b -->uc1
b -->uc2
b -->uc3
b -->uc4
b -->uc5
b -->uc6
b -->uc7
b -->uc8
b -->uc9
b -->uc10
b -->uc11
@enduml | false | true | false | false | usecase |
0a03f877b028ef43eecca088b34c79694e75bd4b | 93d6a4da85c789012ddf69a53faaca26b8e8ae6c | /astrofy-docs/UML/sequence/add-item.puml | d4fc693b2c89f51d950c88f709104f8c57f40bdd | [] | no_license | stroitel201/Astrofy | 2f3d22bc556c80afdfa21c77744cda929038f37d | c0c1bf02b5c4e4baf9f965abc0a110aaed472b9d | refs/heads/main | 2023-01-20T04:21:27.492937 | 2020-12-02T01:22:14 | 2020-12-02T01:22:14 | 317,713,163 | 0 | 0 | null | 2020-12-02T01:19:13 | 2020-12-02T01:19:12 | null | UTF-8 | PlantUML | false | false | 701 | puml | @startuml Create Bot
hide footbox
actor Administrator
Administrator -> "Create Item : UI" as UI: Create Item Button
activate UI
UI -> GraphQLResolvers: << POST >>
activate GraphQLResolvers
GraphQLResolvers -> ItemModel: addItem(item: ItemInputSchema)
activate ItemModel
activate FileStorage
ItemModel -> FileStorage: addPhoto
FileStorage -> ItemModel: S3 link
deactivate FileStorage
activate Database
ItemModel -> Database: addItem
Database -> ItemModel: Serializable info
deactivate Database
ItemModel --> GraphQLResolvers: Item was added
deactivate ItemModel
GraphQLResolvers --> UI: Returned to client
deactivate GraphQLResolvers
UI --> Administrator: Display item
deactivate UI
@enduml
| false | true | false | false | usecase |
b2d69d9e96c54995a03d68d13f1766773064afd3 | 5229c30142a44eba1f7afb8c57f12bf187bc2d03 | /src/main/kotlin/com/mgy/observer/observer.puml | 8fcc58af66ff4b3e94a6a9d61246ba946d15cc6e | [] | no_license | Drunkman/kotlin-design-pattern | 16b98c7fff938c06c4623568673a1c8cc28e606b | 91196fcee1b4fc09350666ef537135f8f0e45b3c | refs/heads/master | 2020-03-19T21:13:16.754197 | 2018-08-12T14:21:07 | 2018-08-12T14:21:07 | 136,933,013 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 293 | puml | @startuml
interface Observer{
+update()
}
class Orcs{
+update()
}
class Hobbits{
+update()
}
class Weather{
-observers
+addObserver()
+removeObserver()
-notifyObservers()
}
Orcs --|> Observer
Hobbits --|> Observer
Weather -left-> Observer: -observers
@enduml | false | true | false | false | sequence |
2971ae68cf08a7cd0e4479cd5c1cdecc328b7769 | 2658a42eb6bbcc140cae19c1120864277f893b2f | /documentation/src/orchid/resources/assets/diagrams/rule.puml | adf0c739063e2e135296ce95f224011958772734 | [
"Apache-2.0"
] | permissive | tuProlog/2p-kt | 0935dbeb88272f79df1ebbd2339767bccc8ecfa4 | 6510ea0414985b708dd492ee240727f2e261176c | refs/heads/master | 2023-08-17T18:41:12.310798 | 2023-07-19T10:34:16 | 2023-07-19T13:13:27 | 230,784,338 | 84 | 15 | Apache-2.0 | 2023-09-13T22:49:25 | 2019-12-29T17:51:34 | Kotlin | UTF-8 | PlantUML | false | false | 283 | puml | @startuml
left to right direction
skinparam shadowing false
interface Struct
interface Clause
interface Rule {
+ head: Struct
+ body: Term
+ {static} of(head: Struct, **varargs** body: Term): Rule
}
interface Fact
Struct <|-- Clause
Clause <|-- Rule
Rule <|-- Fact
@enduml | false | true | false | false | class |
fc28a5c5453b75dbaa4ca3a13d690d516d9afe57 | 7a674dff87b93cae3183399c4d1ce77c0742fca6 | /umlcomposition.puml | feeef2e906eb4200be62026fec856568edb22d53 | [] | no_license | DDshka/PartyCalculator | 2415ae351875f612ef0958cf64ecaa09a759d072 | c07128306d8dc02905bcbd7ff7c10c85b29c33ab | refs/heads/master | 2022-12-18T07:58:27.008254 | 2019-12-25T08:15:58 | 2019-12-25T08:15:58 | 134,732,284 | 0 | 0 | null | 2022-05-25T01:38:40 | 2018-05-24T15:08:21 | Python | UTF-8 | PlantUML | false | false | 803 | puml | @startuml
enum State {
ACTIVE
INACTIVE
}
class Profile {
String name
String email
}
class DjangoUser {
User user
}
class Party {
String name
Profile created_by
State _state
Integer template_party_id
}
class Food {
String name
Decimal price
}
class Membership {
Integer profile_id
Integer party_id
Boolean is_owner
Decimal total_sponsored
}
class MemberFoodExclude {
Integer membership_id
Integer ordered_food_id
}
class OrderedFood {
Integer party_id
String food_name
Decimal price_per_unit
Integer quantity
}
DjangoUser "1" --- "1" Profile
Profile "1" *-- "many" Membership
Membership "1" *-- "many" MemberFoodExclude
Membership "many" *-- "1" Party
Party "1" --* "many" OrderedFood
Party "1" *-- "1" Profile
TemplateParty "1" --* "many" Party
@enduml | false | true | false | false | state |
be3b0e94cf3b84cd306c3e5f3739392a25935d41 | 56c3d96069bdb4cdeadfae340022e3b90511afc0 | /src/incl/psr7/upload.puml | 139411dffaa779b0ef8e4bcebad1e476ca495ab8 | [] | no_license | nibralab/joomla-architecture | 38db6234c9e12298716e529e46c907387e214166 | 99ab82e904fc56dc6113cf58a5990b295951aa12 | refs/heads/master | 2021-01-19T04:06:37.675771 | 2017-07-07T17:13:48 | 2017-07-07T17:13:48 | 36,740,646 | 3 | 5 | null | 2016-04-09T15:01:23 | 2015-06-02T14:57:25 | PHP | UTF-8 | PlantUML | false | false | 397 | puml | @startuml
namespace Psr.Http.Message {
interface UploadedFileInterface {
+{abstract} StreamInterface <b>getStream</b>()
+{abstract} <b>moveTo</b>(string)
+{abstract} int|null <b>getSize</b>()
+{abstract} int <b>getError</b>()
+{abstract} string|null <b>getClientFilename</b>()
+{abstract} string|null <b>getClientMediaType</b>()
}
}
@enduml
| false | true | false | false | class |
ece0ac5a2f1a2f934ac0b2a9fcc8c2e7491b82dc | 76229fa7a8b5b76fe6def3975c9a2e0fa96c82e3 | /openTCS-Documentation/src/docs/developers-guide/images/peripheral_commadapter_classes_kcc.puml | 823e48c6583203f65f230d3022ca8468871ef792 | [
"MIT",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | openTCS/opentcs | 447d4b8e25e1cb42e74b0e03b1ac930964a5bb17 | 4d20aaa21fdfe722e953a3cb7fbb359b169f6ecb | refs/heads/master | 2023-08-19T21:30:16.979399 | 2023-08-17T08:38:01 | 2023-08-17T08:38:01 | 389,536,225 | 233 | 93 | MIT | 2023-07-26T02:37:37 | 2021-07-26T06:49:25 | Java | UTF-8 | PlantUML | false | false | 864 | puml | @startuml
skinparam monochrome true
'skinparam linetype ortho
hide empty members
'left to right direction
together {
interface PeripheralCommAdapterPanelFactory
class "**CustomPanelFactory**" as CustomPanelFactory
PeripheralCommAdapterPanelFactory <|-- CustomPanelFactory
}
together {
abstract class PeripheralCommAdapterPanel
class "**CustomPanel**" as CustomPanel
PeripheralCommAdapterPanel <|-- CustomPanel
}
together {
abstract class PeripheralCommAdapterDescription
class "**CustomDescription**" as CustomDescription
PeripheralCommAdapterDescription <|-- CustomDescription
}
together {
class PeripheralProcessModel
class "**CustomProcessModel**" as CustomProcessModel
PeripheralProcessModel <|-- CustomProcessModel
}
CustomPanelFactory ..> CustomPanel : instantiates
CustomPanel ..> CustomProcessModel : consumes
@enduml | false | true | false | false | class |
df2d9cff1d5d4c7cd56e15805b018887a8d4851c | ceb68c034ba95c562692003af1df29292112726e | /tuc/examples/post-data.puml | dffdac676ea0b736a810d9f94d8ba899c9b6bcdf | [] | no_license | TypedUseCase/TypedUseCase.github.io | c92c05c71004d97ba4af505b9ab4b44691440fe2 | 753e523d560053460e464f0351049ffd1e8e94ef | refs/heads/master | 2023-05-16T03:43:52.360390 | 2021-06-08T14:21:38 | 2021-06-08T14:21:38 | 301,753,387 | 0 | 0 | null | 2021-06-08T14:21:39 | 2020-10-06T14:24:27 | F# | UTF-8 | PlantUML | false | false | 621 | puml | @startuml post-data
== Post Data ==
actor "Main Service" as MainService <<My>>
database "InteractionDatabase" as InteractionDatabase <<My>>
database "InteractionCache" as InteractionCache <<My>>
activate MainService
MainService ->> InteractionDatabase: InteractionEntity
MainService ->> InteractionCache: [[{InteractionEvent.Confirmed}Confirmed]]
MainService ->> InteractionCache: [[{InteractionEvent.Rejected}Rejected]]
MainService ->> InteractionCache: [[{InteractionEvent.Rejected.Expired}Expired]]
MainService ->> InteractionCache: [[{InteractionEvent.Rejected.Rejected}Rejected]]
deactivate MainService
@enduml
| false | true | false | false | sequence |
1db368e81d31ecde9e81dec9044dc6e20db2761f | a8fb6ac1f0604a5f9a67825f286512087388e582 | /Doc/System Design/diagram/stopsequence.puml | c7fb97d2f3d025820ea592bcd280c8b267976468 | [] | no_license | apanesarr/capstone | 65f524fb59cd337fde2e340b0828dcc8b0fcf997 | 15b3eee878ea7c943f070d2bcd8928600acb979a | refs/heads/master | 2021-01-02T00:09:19.131182 | 2020-02-10T01:57:06 | 2020-02-10T01:57:06 | 239,405,067 | 0 | 0 | null | 2020-02-10T01:41:24 | 2020-02-10T01:41:23 | null | UTF-8 | PlantUML | false | false | 709 | puml | @startuml
actor "Researcher" as User
participant "User \n Interface" as ui
participant Simulation
participant "Data \n Storage" as ds
participant "Area \n Coverage \n Algorithm" as area
participant "Insect \n tracking" as tracking
participant "Insect \n Measurement \n Sensors" as sensors
participant "Server \n Communication \n interface" as servercomm
participant "Insect \n User \n Communication \n interface" as insectcomm
participant "Insect \n Motor \n Control" as imc
activate User #FFBBBB
User -> ui : stop()
activate ui #FFBBBB
deactivate User
ui -> area : returnToBase()
deactivate ui
activate area #FFBBBB
area -> ds : insert(details)
activate ds #FFBBBB
deactivate ds
deactivate area
@enduml
| false | true | false | false | usecase |
8fc4054669e4a6c4de14e31b414a3af9e1075058 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TaxCategoryAddTaxRateAction.puml | 3a6d8411dbfb55f883e2b4d07f43c7f9a26c9b2c | [] | 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 | 488 | 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 TaxCategoryAddTaxRateAction [[TaxCategoryAddTaxRateAction.svg]] extends TaxCategoryUpdateAction {
action: String
taxRate: [[TaxRateDraft.svg TaxRateDraft]]
}
interface TaxCategoryUpdateAction [[TaxCategoryUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
dedc8ddf6e101a45857373a010a5813cc583990e | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii02/doc/plantuml/ua/khpi/oop/malokhvii02/event/GlobalEventsContainer.SingletonHolder.puml | 83f62bb128c90828c106a0bb1e6f95020ef2888e | [
"MIT"
] | permissive | P-Kalin/kit26a | fb229a10ad20488eacbd0bd573c45c1c4f057413 | 2904ab619ee48d5d781fa3d531c95643d4d4e17a | refs/heads/master | 2021-08-30T06:07:46.806421 | 2017-12-16T09:56:41 | 2017-12-16T09:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 161 | puml | @startuml
class GlobalEventsContainer.SingletonHolder {
{static} -instance: GlobalEventsContainer
-SingletonHolder()
}
@enduml
| false | true | false | false | class |
87b3c49abf657ed6e4c7f1a14805ccce29e7ea38 | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/network-discovery/bfd-global-toggle.puml | 17c6b3b23f0686dfe81cce968ba5daf7b0d65142 | [
"Apache-2.0"
] | permissive | telstra/open-kilda | 874b5204f8c2070860a2e7fc6f8be368a5d18726 | 686d31220f1033595d7f1d4374544af5ba9c42fe | refs/heads/develop | 2023-08-15T21:24:21.294425 | 2023-08-14T08:51:52 | 2023-08-14T08:51:52 | 104,974,693 | 82 | 70 | Apache-2.0 | 2023-09-14T19:11:22 | 2017-09-27T05:13:18 | Java | UTF-8 | PlantUML | false | false | 763 | puml |
Input signals:
* enable
* disable
* bfd-up
* bfd-down
* bfd-kill
Output signals:
* bfd-up
* bfd-down
* bfd-kill
@startuml
title BFD global toggle
[*] --> DOWN_ENABLED : [enabled]
[*] --> DOWN_DISABLED : [disabled]
DOWN_ENABLED -r-> DOWN_DISABLED : disable
DOWN_ENABLED --> UP_ENABLED : bfd-up
DOWN_ENABLED : bfd-kill / proxy bfd-kill
DOWN_ENABLED : bfd-fail / proxy bfd-fail
DOWN_DISABLED -l-> DOWN_ENABLED : enable
DOWN_DISABLED --> UP_DISABLED : bfd-up
DOWN_DISABLED : bfd-fail / proxy bfd-fail
UP_ENABLED -r-> UP_DISABLED : disable / emit bfd-kill
UP_ENABLED -u-> DOWN_ENABLED : bfd-down / proxy bfd-down\nbfd-kill / proxy bfd-kill
UP_ENABLED : enter / emit bfd-up
UP_DISABLED -l-> UP_ENABLED : enable
UP_DISABLED -u-> DOWN_DISABLED : bfd-down
@enduml
| false | true | false | false | sequence |
b632af35d950edfdfc38420d24e740efb7c76611 | 02b0d37dad8182bfbc5414bbd250f36c6e888b28 | /PlantUml/Scripts/Design Patterns/Factory/Pizza/Ingredient/Ingredient.puml | 97eb605aee44925ff10394dc02740b0a8ba8e0b9 | [] | no_license | Darcy97/U3D_Libs | ee8b1afb4e4cdc99fd80ab404fc8171cf2181ca0 | cc6143112916cafa346a00bc1fab7841b7888444 | refs/heads/master | 2020-06-21T16:37:56.155301 | 2019-08-20T07:04:09 | 2019-08-20T07:04:09 | 197,504,293 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 103 | puml | @startuml
abstract class Ingredient {
+ Name : string <<get>> <<set>>
+ Ingredient()
}
@enduml
| false | true | false | false | class |
c415c94bc449552b348e2e9cc33a0dca609e0278 | baf18fbf9ad3fbc94fc7e7aa22c1daec5dce57ce | /ProyectoTDP/src/Misc/Misc.puml | 36ac52b7bb1a3646d5aa671c14a8a86a311e59cf | [] | no_license | Nicolas-Guasch/Proyecto-TDP | 9dc37086538f8f7b96cd2cad2981b0176a858439 | 0e2e0bc65790cf9a8c615163bcd0f3c84bcd3327 | refs/heads/master | 2020-03-26T09:52:51.608125 | 2018-11-30T01:31:33 | 2018-11-30T01:31:33 | 144,770,001 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 140 | puml | @startuml
package Misc{
class DeathStar{
+{static} get():IGameObject
-{static} instance : IGameObject
}
}
@enduml
| false | true | false | false | class |
bd41f8d63526e740e932846b520b16f71f9f863b | 3b587e9034d35a1feff33079d59b6e2043781ed5 | /docs/assets/images/plantuml/FactoryLayout.plantuml | bf864ded45457fbef68d62f3f4ca8df8d9bb4b2a | [
"Apache-2.0",
"MIT"
] | permissive | Factor-y/domino-keep-docs | ed12a64dd91ce71fd92fbbb7cb8ff2fc9bbd095e | f172c3aa8ae47603921f307942e6a2d5b85d4c8a | refs/heads/main | 2023-08-14T10:34:58.851394 | 2021-10-14T13:22:55 | 2021-10-14T13:22:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 630 | plantuml | @startuml FactorySetup
package domino-jnx {
interface DominoClient
interface DominoProcess
}
package keep-core {
enum KeepFactorySource
interface KeepFactory
KeepFactorySource - KeepFactory
}
note top of KeepFactorySource : This singleton contains\nthe actual KeepFactory in use
note top of KeepFactory: Interface with complete\nimplementation of all methods
package keep-core-test {
class ModuleKeepFactory implements KeepFactory
class MockKeepFactory implements KeepFactory
class ForDbTestsKeepFactory implements KeepFactory
}
KeepFactory - DominoClient
KeepFactory - DominoProcess
@enduml | false | true | false | false | class |
8388465f63d0f02814bf837e26696910fcb47fee | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ExternalOAuthFailedError.puml | bbd9055a8bf1716f326c2dc9e35255dfde057e89 | [] | 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 | 435 | 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 ExternalOAuthFailedError [[ExternalOAuthFailedError.svg]] extends ErrorObject {
code: String
message: String
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
| false | true | false | false | class |
6da0e7d2a4adcf3768c19e6c190aee16b685ba06 | 57fbc019b098405977ffe0e93551d48425ba78d0 | /smart-contracts/openzepplin/oz-v4-accesscontrol-model.plantuml | 7c3584cf5267d93e353ff0f23372831dae18e9dd | [] | no_license | 3rdstage/models | 40922c538ad3b56a555817d2258ee5f863002fca | 7d6d41020f53fb39eace3fa3987af63a56d0ace3 | refs/heads/master | 2023-07-19T08:53:40.724866 | 2023-01-09T09:00:46 | 2023-01-09T09:00:46 | 205,056,655 | 0 | 2 | null | 2021-11-04T06:22:06 | 2019-08-29T01:39:54 | D | UTF-8 | PlantUML | false | false | 900 | plantuml | @startuml
' Useful references
/'
https://plantuml.com/class-diagram
https://plantuml.com/sequence-diagram
https://plantuml.com/creole
https://plantuml-documentation.readthedocs.io/en/latest/formatting/all-skin-params.html
https://plantuml-documentation.readthedocs.io/en/latest/formatting/all-skin-params.html#class
https://plantuml-documentation.readthedocs.io/en/latest/formatting/color-names.html
https://www.w3schools.com/colors/colors_names.asp
https://plantuml.com/color
'/
hide circle
hide empty fields
hide empty methods
' hide stereotypes
abstract class AccessControl
class Contract
class Role
abstract class Account
class OwnedAccount
class ContractAccount
Contract -up-|> AccessControl
Contract "1" *--right--> "0..*" Role : " has "
Role --> Role
Role "0..*" ..right.. "0..*" Account : " granted to "
OwnedAccount -up-|> Account
ContractAccount -up-|> Account
@enduml | false | true | false | false | sequence |
ca1b126a718ede955b1486b8b163f9f1d99a3eb3 | 88b1f455d98ddccea7e0ac690dd28ac38e52f311 | /docs/uml/BuildingBlockView.puml | fdea1b31a6c87749306d46775aad63edf7842463 | [
"Apache-2.0"
] | permissive | sberdyshev/java-file-handling | 97bc2b050e8c6c1203f1deac93489f81d3b3de5f | a29762cfb70c6dbe10f88a654c0e23e9e67de411 | refs/heads/master | 2020-06-15T04:58:06.081526 | 2019-07-09T10:35:52 | 2019-07-09T10:35:52 | 195,209,233 | 0 | 0 | Apache-2.0 | 2019-07-09T10:35:53 | 2019-07-04T09:15:27 | null | UTF-8 | PlantUML | false | false | 1,227 | puml | @startuml
skinparam componentStyle uml2
package "Client" {
[KeyStore]
[ClientApp] as ClientApp
}
interface "TCP" as TCPAuthServiceAPI
interface "TCP" as TCPFileDeletorAPI
interface "TCP" as TCPFileFetcherAPI
interface "TCP" as TCPFileCreatorAPI
package "Server" as Server {
[AuthService] as AuthService
[FileDeletor] as FileDeletor
[FileFetcher] as FileFetcher
[FileCreator] as FileCreator
database "HDFS" as HDFS
interface "Java API" as HDFSJavaAPI
database "AuthDB" as AuthDB
interface "Java API" as AuthDBJavaAPI
}
ClientApp -down-> TCPAuthServiceAPI
ClientApp -down-> TCPFileFetcherAPI
ClientApp -down-> TCPFileCreatorAPI
ClientApp -down-> TCPFileDeletorAPI
TCPAuthServiceAPI -down- AuthService
TCPFileDeletorAPI -down- FileDeletor
TCPFileFetcherAPI -down- FileFetcher
TCPFileCreatorAPI -down- FileCreator
HDFSJavaAPI -down- HDFS
AuthDBJavaAPI -down- AuthDB
FileFetcher --> HDFSJavaAPI
FileCreator --> HDFSJavaAPI
FileDeletor --> HDFSJavaAPI
AuthService --> AuthDBJavaAPI
ClientApp -[hidden]right- KeyStore
AuthService -[hidden]right- FileDeletor
FileDeletor -[hidden]right- FileFetcher
FileFetcher -[hidden]right- FileCreator
Client -[hidden]down- Server
FileFetcher -[hidden]down- HDFSJavaAPI
@enduml
| false | true | false | false | sequence |
f8d34d4377c6caf6f248af629765f09fafa0ec32 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Actors/Application-Developer/UseCases.puml | 357b90bd16f4e09bbdf159effc624bfd0ac3e259 | [] | 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 | 164 | puml | @startuml
left to right direction
:Application Developer: as Actor
rectangle "Automotive Data Center" {
(Manage Applications) as U1
}
Actor --> U1
@enduml
| false | true | false | false | usecase |
9d61209a5acecbbaccd08c5c29fd3db670ecf3df | 2c7b3d0a9f435618ac6d5e165333d97f0dffb1ce | /src/main/java/com/mrathena/design/pattern/creational/patterns/builder/pattern/builder.pattern.puml | b87d580e127e2ee52b86c74868aeade28d4c028d | [] | no_license | mrathena/design.pattern | 0a068b32e670c8856638557be23d93a9bd679ca8 | a65520b5a130cab5b163e9d99665ce5bdcb017d9 | refs/heads/master | 2021-06-03T01:13:15.722914 | 2020-07-02T08:02:08 | 2020-07-02T08:02:08 | 223,210,637 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 654 | puml | @startuml
class Product {
- String head
- String body
- string arm
- String leg
- String foot
}
abstract class AbstractBuilder {
# Product product = new Product()
+ abstract void buildHead()
+ abstract void buildBody()
+ abstract void buildFoot()
+ Product build() return product
}
class ConcreteBuilder extends AbstractBuilder {
+ void buildHead()
+ void buildBody()
+ void buildFoot()
}
class Directory {
- AbstractBuilder builder
+ Product build() return builder.build()
}
AbstractBuilder *-- Product
ConcreteBuilder ..> Product
Directory o-- AbstractBuilder
Directory ..> Product
@enduml | false | true | false | false | class |
65ba5d850242ffdb33892ad7eade8af68e7f3326 | 52876f40501b8fd5d299611835cb63e2df117fce | /architecture.puml | 0db30ca02bd8f9738111a5cc1ebbbff092e42c65 | [
"Apache-2.0"
] | permissive | csadari/consumer-driven-contracts | e28412165764cc3f56c0d0b3a882b73faaf01c9e | ed4fe2b20fb64d409d19002a920c68146f9ef49b | refs/heads/master | 2022-11-16T15:56:24.679929 | 2020-06-02T08:53:38 | 2020-06-02T08:53:38 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 550 | puml | @startuml
package "Accounts Services - producer" as ass{
(Discovery Service) as disc
[Banking Library] as lib
[Bank Account Service] as acc
lib <.. acc
acc .> disc : register
}
package "Mobile - consumer"{
[Mobile Banking Service] as mob
mob .> disc : register
acc <-- mob : HTTP
Mobile_UI -> mob: HTTP
}
package "ATM - consumer"{
[ATM Service] as atm
atm .> disc : register
acc <-- atm: HTTP
atm <- ATM_UI: HTTP
}
note right of disc
Service location
and load balancing
endnote
@enduml | false | true | false | false | sequence |
58dfb2fec6b3c05fa80b34163f2ee2bd3c9cd231 | f64fe6610e4c5d577a15bfb724284166220a513c | /Use cases/kathra-use-cases-origin.puml | 46442995b0999dfd63f7bd8112df9b3903894155 | [
"Apache-2.0"
] | permissive | kathra-project/specifications | 9f605febafa845dbe02988c1d00bd36298efd3e7 | 495100b867ab2bd6993caf3190a38b3afe0774f3 | refs/heads/master | 2022-12-17T06:55:11.624675 | 2020-08-04T17:44:25 | 2020-08-04T17:44:25 | 195,241,374 | 0 | 0 | Apache-2.0 | 2022-12-06T01:32:33 | 2019-07-04T12:53:28 | Shell | UTF-8 | PlantUML | false | false | 1,461 | puml | @startuml
'default
left to right direction
:developer: as "Developer"
:experimenter: as "Experimenter"
:productionManager: as "Production Manager"
:admin: as "Administrator"
:demonstrator: as "Demonstrator"
(development) as "Make developments"
(manageApplicationLifecycle) as "Manage application lifecycle"
(experiment) as "Experiment"
(manageProductionPlatform) as "Manage production plateform"
(usePlatform) as "Use plateform"
(managePlatform) as "Manage plateform"
(manageApplication) as "Manage applications"
(manageAccess) as "Manage access"
(publishApplication) as "Publish application"
(monitorPlatform) as "Monitor plateform"
(operate) as "Operate"
(superversion) as "Superversion"
(acl) as "Make ACL"
(demonstrate) as "Demonstration"
developer --> (development)
experimenter --> (experiment)
productionManager --> (manageProductionPlatform)
demonstrator --> (demonstrate)
admin --> (operate)
(development) .> (manageApplicationLifecycle) : extends
(development) .> (experiment) : extends
(development) .> (publishApplication) : extends
(experiment) .> (usePlatform) : include
(experiment) .> (managePlatform) : include
(managePlatform) .> (manageApplication) : include
(managePlatform) .> (manageAccess) : include
(experiment) .> (monitorPlatform) : include
(manageProductionPlatform) .> (monitorPlatform) : include
(operate) .> (superversion) : include
(operate) .> (acl) : include
(demonstrate) .> (usePlatform) : include
@enduml
| false | true | false | false | uml-unknown |
4ba8aec4434a24ff4ef7d0d7af6b604480bae3c0 | 2224a126b01b992d959a6bd54f2d1011a5ba4d70 | /src/Docs/Sprint2/GetDevicesInHouseGrid.puml | 566c1a24b0c61bb98bd26da492570a5a76834345 | [] | no_license | 1181687/hateoasToy | f7d5f6aeffe15f30adea325f40670f0e0b15cc35 | 0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375 | refs/heads/master | 2020-05-24T10:01:58.451415 | 2019-05-15T11:02:39 | 2019-05-15T11:02:39 | 187,203,481 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,594 | puml | @startuml
skinparam sequenceMessageAlign center
skinparam sequence {
ArrowColor DeepSkyBlue
ActorBorderColor DarkBlue
LifeLineBorderColor black
LifeLineBackgroundColor #A9DCDF
ParticipantBorderColor Black
ParticipantBackgroundColor DeepSkyBlue
ParticipantFontStyle Bold
ActorBackgroundColor DimGrey
ActorFontColor DeepSkyBlue
ActorFontSize 17
ActorFontName Aapex
}
autonumber
actor PowerUserAdministrator
PowerUserAdministrator -> ":UI": GetDevicesInHouseGrid
activate ":UI"
":UI" -> ":Controller": GetHouseGridListToString()
activate ":Controller"
":Controller" -> ":House": GetHouseGridListToString()
activate ":House"
":House" -> ":House": GetHouseGridListToString()
":Controller" <-- ":House": String
deactivate ":House"
":UI" <-- ":Controller": String
deactivate ":Controller"
PowerUserAdministrator <--":UI":String
PowerUserAdministrator -> ":UI": ChooseHouseGrid
":UI" -> ":Controller": GetGridNameByPosition()
activate ":Controller"
":Controller" -> ":House": GetGridNameByPosition()
activate ":House"
":House" -> ":House": GetGridNameByPosition()
":Controller" <-- ":House": String
deactivate ":House"
":UI" <-- ":Controller": String
deactivate ":Controller"
":UI" -> ":Controller": GetDeviceListContentNameTypeLocationByGrid()
activate ":Controller"
":Controller" -> ":House": GetDeviceListContentNameTypeLocationByGrid()
activate ":House"
":House" -> ":House": GetDeviceListContentNameTypeLocationByGrid()
":Controller" <-- ":House": String
deactivate ":House"
":UI" <-- ":Controller": String
deactivate ":Controller"
PowerUserAdministrator <-- ":UI": String
@enduml | false | true | false | false | sequence |
335e8beeeea40c37267f86326b4bfcc44fcc5ff5 | 7a1d90175f78470e0b54d5431d12c21132d826ff | /docs/bracelet/my-bracelet-reading.puml | 9fe1deb341df456d75f5ba19722ec2d0aa8b1808 | [
"Apache-2.0",
"CC-BY-3.0"
] | permissive | reTHINK-project/dev-hyperty | bc4a17625fd2ad4f29f220413682570882a115d2 | 04dcfdb817161ad58ce13878be392f9b6d3ac3df | refs/heads/master | 2020-12-03T03:47:35.106591 | 2019-07-02T15:44:32 | 2019-07-02T15:44:32 | 56,135,123 | 0 | 3 | Apache-2.0 | 2019-05-23T10:16:43 | 2016-04-13T08:37:48 | JavaScript | UTF-8 | PlantUML | false | false | 1,210 | puml | @startuml
autonumber
participant "Smart Contextual Assistance\nApp" as app
participant "My Bracelet\nHyperty" as myBra
participant "My Heart\nData Object" as myHeart
participant "My Steps\nData Object" as mySteps
participant "Heart Rate Sensor\nAPI" as heartrateAPI
participant "Pedometer Sensor\nAPI" as pedometerAPI
participant "Syncher" as sync
participant "My Heart\nContextURL" as myHeartURL
participant "My Steps\nContextURL" as myStepsURL
app -> myBra : startReading( options )
loop
myBra <- heartrateAPI : onchange( event )
myBra -> myHeart : set data
group MyHeart changes are published in myHeartURL
myHeart -> sync : syncCallback( my heart changes )
sync -> myHeartURL : update( my heart changes )
end
group MyHeart changes are notified to app
myHeart -> app : appCallback( my heart changes )
end
end
loop
myBra <- pedometerAPI : onchange( event )
myBra -> mySteps : set data
group mySteps changes are published in myHeartURL
mySteps -> sync : syncCallback( my steps changes )
sync -> myStepsURL : update( my steps changes )
end
group mySteps changes are notified to app
mySteps -> app : appCallback( my steps changes )
end
end
@enduml
| false | true | false | false | sequence |
a624da9af00878825d6756940ce466eb0c4d6f95 | 6be978559fbddff4cb628c4d1ee3b207e8dadad3 | /Scenarios/ExampleUseCase.plantuml | 3f58ffabd69c510b7e5e2c02fc8f89c300b0a746 | [] | no_license | dannypas00/bouw7-uml | 5dd1f14ccc73cf1cfa89d66ad6847cfef321da73 | 3f058e2479504d571087ee3210fe5497c90fcb96 | refs/heads/master | 2023-04-29T13:48:13.478189 | 2021-05-26T12:21:57 | 2021-05-26T12:21:57 | 353,636,973 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 383 | plantuml | @startuml usecase
left to right direction
rectangle "Update user data in database" {
usecase interaction as "Update user data"
usecase crud as "CRUD action" <<interface>>
interaction <|.. crud : Extends
usecase display as "Display data to user"
display <|.. crud: Extends
}
actor User as "System user"
display -- User
User -- interaction
@enduml | false | true | false | false | usecase |
fd371fb608a09b39c4a49a5ecd06f484e8b3b458 | 0505c7b9c7d04041d7545facc40dd29196eee9d2 | /Docs/GameClassDiagram.puml | 40f9f5884ddf52d3387933b893e7f54cf68f7cd1 | [] | 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 | 4,600 | puml | @startuml
title Game - Class Diagram
package "com.freetimers.spartacus.game"{
+class GameFactory{
Game createGame(Deck<IntrigueCard> intrigueDeck, Deck<MarketCard> marketDeck, Deck<DominusCard> dominusDeck)
}
GameFactory *-- Game
+interface Game {
+String getId()
+boolean connect(String password)
+void selectDominus(PlayerDto player)
+int getRound()
' Upkeep
+void chooseGladiatorsToRelease(DominusDto target)
' Intrigue phase
+void chooseGladiatorsToRelease(DominusDto target)
+DominusDto getActiveDominus()
+void requestHelp(DominusDto source, DominusDto target, IntrigueCard intrigue)
+CompletionStage<Void> playIntrigue(DominusDto source, DominusDto target, IntrigueCard intrigue)
+void sellIntrigue(IntrigueCardDto intrigue)
+void useDominusSkill(DominusDto dominus)
+CompletionStage<Void> playReaction(DominusDto source, ReactionCard reactionCard, IntrigueCard intrigueTarget)
+void finishTurn(DominusDto dominus)
' MarketPhase
+CompletionStage<Void> makeOffer(OfferDto offer)
+void acceptOffer(OfferDto offer)
+void declineOffer(OfferDto offer)
+void sellCard(DominusDto source, Card card)
+void finishTrading(DominusDto dominus)
+void makeBet(DominusDto source, int goldCoins)
}
~class CoreGame extends Game{
-Instant startTime
-Instant finishedTime
-List<Dominus> dominusList
-Deck<MarketCard> marketDeck
-Deck<IntrigueCard> intrigueDeck
-Phase gamePhase
-State gameState
-List<UpkeepPhase> upkeepPhase
-List<IntriguePhase> intriguePhase
-List<MarketPhase> marketPhase
-List<ArenaPhase> arenaePhase
}
CoreGame *-- Dominus
CoreGame *-- Phase
CoreGame *-- UpkeepPhase
CoreGame *-- IntriguePhase
CoreGame *-- MarketPhase
CoreGame *-- ArenaPhase
CoreGame *-- State
~class Dominus{
-DominusCard dominusCard
-Player activePlayer
-List<GladiatorCard> gladiators
-List<SlaveCard> slaves
-List<EquipmentCard> equipmentCard
-List<IntrigueCard> hand
-Integer guardsNumber
-Integer goldCoins
-Integer influence
-boolean arenaHost
~void giveGold(int goldCoins)
~void takeGold(int goldCoins)
~void increaseInfluence(int influence)
~void decreaseInfluence(int influence)
~void giveCard(Card card)
~void takeCard(Card card)
~void moveGuardFromHand()
}
Dominus*--Player
~class Player{
-String name
-String sessionToken
-String avatar
~getters()
}
~class UpkeepPhase{
~void chooseGladiatorsToRelease(Dominus target)
}
UpkeepPhase*--Dominus
~class IntriguePhase{
List<Intrigue> intrigues
~Dominus getActiveDominus()
~boolean isDominusActive()
~void requestHelp(Intrigue intrigue)
~CompletionStage<Void> playIntrigue(Intrigue intrigue)
~void sellIntrigue(IntrigueCard intrigue)
~void useDominusSkill(Dominus dominus)
~void playReaction(Intrigue intrigue)
~void finishTurn(Dominus dominus)
}
IntriguePhase*-- Dominus
IntriguePhase*-- Intrigue
~class Intrigue{
-IntrigueState intrigueState
-Dominus source
-Dominus support
-Set<Dominus> target
-SchemeCard schemeCard
-List<ReactionCard> reactions
~getters()
playReaction(Intrigue intrigue)
}
Intrigue *-- IntrigueState
Intrigue *-- Dominus
~class MarketPhase{
-List<MarketCard> auction
-MarketCard revealedMarkedCard
-Map<Dominus, MarketCard> completedTrades
-List<Offer> offersMade
-Map<Dominus, Integer> stash
~makeOffer(Offer offer)
~void acceptOffer(Offer offer)
~void declineOffer(Offer offer)
~void finishTrading(Dominus dominus)
~void makeBet(Dominus source, int goldCoins)
}
MarketPhase *-- Dominus
MarketPhase *-- Offer
~class Offer{
-String id
-Dominus source
-Card card
-Integer goldCoins
-Dominus target
-OfferState state
~getters()
}
Offer *-- OfferState
Offer *-- Dominus
enum IntrigueState{
ACTIVE
SUCCESS
FAILURE
}
enum OfferState{
ACTIVE
DECLINED
}
enum State{
NEW
STARTED
PAUSED
ABANDONED
FINISHED
}
enum Phase{
LOBBY
UPKEEP
INTRIGUE
MARKET
ARENA
AWARDS
}
}
@enduml | false | true | false | false | class |
d2752b0e1818ac51f11c0c8840172db0292a8f41 | 77184a0639bb9540530dfe0c3827fd4c3f3ed3a4 | /docs/STLDD/seq3.plantuml | abc41e4ef9e6286d2332c9444b47d6844558b68c | [] | no_license | ockka/ETSN05-Group2 | f82eafcf3f659d70280b593317d4cbb3a0d9382b | c60f4f7ad06f7260aa7b7095652612c59c2f573c | refs/heads/master | 2021-05-29T20:38:22.033035 | 2015-10-14T14:17:20 | 2015-10-14T14:17:20 | 41,856,887 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 517 | plantuml | title Disconnect during interaction with light bulb
participant LightBulbActivity
participant NetworkManager
box "Application" #LightBlue
participant LightBulbActivity
participant NetworkManager
end box
database Backend
LightBulbActivity -> NetworkManager: setColor(Device, Color, Callback)
NetworkManager -[#0000FF]> Backend : API call
NetworkManager x<[#0000FF]- Backend : SensorValues
LightBulbActivity<- NetworkManager : Connection lost.
LightBulbActivity-> LightBulbActivity: Display error message.
| false | true | false | false | sequence |
2f5c2826952a4594f38415dab5ab737efc3a27cc | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/designpattern/concept-flyweight-3.plantuml | 121ca343b57bf4c4ae4c2461b5391b912192df84 | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 225 | plantuml | @startuml
[BusStationA] --> Bus1
[BusStationC] --> Bus1
[BusStationD] --> Bus1
[BusStationA] --> Bus2
[BusStationB] --> Bus2
[BusStationC] --> Bus2
[BusStationB] --> Bus3
[BusStationC] --> Bus3
[BusStationD] --> Bus3
@enduml | false | true | false | false | uml-unknown |
a93bf4033370c64f808f1eb31db28126dd362919 | eb79b5e41b205bca757ecb47616d107d0c78e13d | /design_patterns/creational/builder/1. builder_pattern.puml | f268b269a08bb87ba6263f92582d08e5f5f4dafd | [] | no_license | kevinwong1983/exploration | 6023bb1c903c316794b132b1bff4ef817fe55f5d | 20029c025c7ae44e0dba535a6ec47b065b19f65b | refs/heads/master | 2022-06-09T09:48:26.087800 | 2022-06-05T22:29:47 | 2022-06-05T22:29:47 | 207,248,735 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 844 | puml | @startuml
skinparam monochrome true
class Director {
construct()
}
interface Builder {
buildPart()
}
class ConcreteBuilder {
buildPart()
build()
}
Director -l-o Builder
Builder <|-r- ConcreteBuilder
note TOP of Director
Director uses the builder interface
to assemble the product. Depending on
which concrete builder it is using, it will
result in different concrete products.
end note
note TOP of ConcreteBuilder
Once the Director has called the
methods to build the product, the
director needs to get a reference
to the finished product. Here is where
the build method comes in.
The build method takes all the parts
that have been added to the object via the
Builder interace, assembles the final
product and returns that product to the
Director.
end note
@enduml | false | true | false | false | class |
600e5773618201b7c486bb5e9cca725177e06f9d | 506173bc0f9b782952597666e49f57a852f1e379 | /states.plantuml | 5cc22de02b8b73bfe12aa7984f462fc6c16e57c9 | [] | no_license | DonPavlov/DuploTrain | 5196459e60a5c8e81aa28a905b795480298f9e2d | 53559de98f90a6b7761342da73c7c20fd4248f7a | refs/heads/master | 2023-03-25T17:15:10.890234 | 2021-03-27T14:37:27 | 2021-03-27T14:37:27 | 343,158,569 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 480 | plantuml | @startuml
[*] --> Connecting
Connecting -> Connecting : wait for connect
' Remove wifi debugging
' Connecting -----> [*] : wifi connection timeout
Connecting --> Idle : connected
Idle --> ParseData : receivedData
ParseData --> changeSpeed : speeddata
ParseData --> playSound : sounddata
changeSpeed -> Idle
playSound -> Idle
' Test first the basic functionality
' Idle --> changeSpeed : movement
' Idle --> changeSpeed : lightsensor
' Idle --> playSound : lightsensor
@enduml
| false | true | false | false | sequence |
fe6c354ddde2e055ad52845a846a7499b5b43617 | 21a1a144906036f6f69e8dde579cc293817797d4 | /docs/DIAGRAMMA_CLASSI.puml | 11133c461a73793000fb71160d609365b1d3876b | [] | no_license | Diffblue-benchmarks/Frarlo-GiocoDeiCammelli | 55a79629979b5d6fda07ea7999e3db1eb2bbee8c | 5609b680335e12566f19b28bc738bf73a2e33de7 | refs/heads/master | 2020-05-26T11:05:49.603090 | 2019-05-23T10:05:08 | 2019-05-23T10:05:21 | 188,209,826 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,304 | puml | @startuml GiocoPalla
PApplet <|-- GiocoPalla
class GiocoPalla {
-{static}INSTANCE: GiocoDeiCammelli
--
-inputManager: InputManager
-valueManager: ValueManager
-entityManager: EntityManager
-currentGui: Gui
--
'Ereditato da PApplet
+width: int
'Ereditato da PApplet
+height: int
--
-GiocoDeiCammelli()
+{static} getInstance(): GiocoDeiCammelli
--
'Effettua il setup della finestra di processing ed
'inizializza gli attributi della classe
+setup(): void
'Setta la dimensione della finestra
+settings(): void
'Disegna la finestra di gioco (gui) corrente
+draw(): void
--
'Cambia la finestra di gioco (gui) visualizzata
+displayGui(newGui: Gui): void
}
GiocoPalla"1" -- "1"ScaledResolution: >
class ScaledResolution {
-width: float
-height: float
--
-scaledWidth: float
-scaledHeight: float
--
-widthScaleFactor: float
-heightScaleFactor: float
--
+ScaledResolution(width: float, height: float, scaledWidth: float, scaledHeight: float)
+ScaledResolution(width: float, height: float, scaleFactor: float)
+setupScaling(enable: true): void
+scaleX(toScale: float): float
+scaleY(toScale: float): float
}
GiocoPalla"1" -- "1"InputManager: >
class InputManager {
-subscriptions: Map<Object, InputSubscription>
+subscribe(subscriber: Object): InputSubscription
+unsubscribe(subscriber: Object): InputSubscription
+post(letto: InputData);
}
InputManager"1" -- "0...*"InputSubscription: >
class InputSubscription {
-queue: Queue<InputData>
+poll(): InputData
~post(letto: InputData);
}
InputSubscription -- InputData: >
interface InputData {
}
InputData <|-- NoInput
class NoInput {
-NoInput()
+{static}instance(): NoInput
}
InputData <|-- InputGyroscope
class InputGyroscope {
-xAxis: float
-yAxis: float
}
GiocoPalla -- Gui
'Interfaccia di base che rappresenta una schermata del gioco
'(ex. schermata di gioco, menu principale, menu delle opzioni, etc.)
interface Gui {
'Disegna la Gui
+onRender(): void
'Chiamato quando la finestra cambia dimensioni
+onResize(newWidth: float, newHeight: float): void
'Clicka la gui alle coordinate date
+onClick(xPos: float, yPos: float): void
'Chiamato quando la gui viene chiusa (perchè cambiata con un'altra)
+onGuiClose(): void
}
Gui <|-- BaseGui
'Implementazione di base della Gui con implementazioni dei metodi e
'attributi che sono comuni a gran parte delle gui
abstract class BaseGui {
'Componenti che compongono questa gui
~components: List<GuiComponent>
~width: float;
~height: float;
'Disegna i componenti della gui
+onRender(): void
'Si occupa di determinare quale elemento della gui sia stato clickato
'e richiama il relativo metodo
+onClick(xPos: float, yPos: float): void
'Setta dimensioni e richiama l'altro onResize
+onResize(newWidth: float, newHeight: float): void
--
'Metodi vuoti implementati solo per evitare di doverlo
'poi fare per ogni classe che estende questa
+onResize(): void
+onGuiClose(): void
}
BaseGui"1" o-- "0...*"GuiComponent: contains >
'Interfaccia di base per ogni classe che rappresenta un elemento della gui
'(ex. bottone, label, textbox, etc)
interface GuiComponent {
+onRender(): void
+intersects(xPos: float, yPos: float): boolean
+onClick(xPos: float, yPos: float): void
--
+getX(): float
+setX(float x): void
+setCenterX(float x): void
--
+getY(): float
+setY(y: float): void
+setCenterY(y: float): void
--
+float getWidth(): float
+setWidth(width: float): void
--
+getHeight(): float
+void setHeight(height: float): void
}
GuiComponent <|-- BaseGuiComponent
'Implementazione di base della Gui con implementazioni dei metodi e
'attributi che sono comuni a gran parte dei componenti
abstract class BaseGuiComponent {
~x: float
~y: float
~width: float
~height: float
'Determina se il componente occupa la posizione data
+intersects(xPos: float, yPos: float): boolean
+isHovered(): boolean
+onResize(): void
}
BaseGui <|-- GameGui
'Schermata di gioco, in cui si svolge il gioco vero e proprio
class GameGui {
-{static}backgroundColor: ColorValue
'Inizializza il bottone per mettere il gioco in pausa
+GameGui()
'Disegna il gioco e i componenti della gui
+onRender(): void
}
GiocoPalla -- EntityManager
class EntityManager {
-entities: List<Entity>
+render(): void
}
EntityManager"1" o-- "0...*"Entity: contains >
interface Entity {
'Gestisce la fisica dell'entità
+onTick(): void
'Disegna l'entità
+onRender(): void
}
Thread <|-- PhysicsThread
Entity -- PhysicsThread
InputSubscription -- PhysicsThread
class PhysicsThread {
-entity: Entity
+run(): void
}
Entity <|-- BallEntity
class BallEntity {
-xPos: float
-yPos: float
-radius: float
'Muove la palla
+onTick(): void
'Disegna la palla
+onRender(): void
}
Entity <|-- PoolEntity
'TODO: figure out how to do this
class PoolEntity {
-xPos: float
-yPos: float
-xWidth: float
-yWidth: float
-height: float
+onTick(): void
+onRender(): void
}
BaseGui <|-- PauseMenuGui
'Gui che viene mostrata quando il gioco viene messo in pausa
class PauseMenuGui {
'Inizializza i 3 bottoni per mettere riprendere il gioco,
'aprire le opzioni e chiudere il gioco
+PauseMenuGui()
}
PauseMenuGui -- PauseMenuButton
BaseGuiComponent <|-- PauseMenuButton
class PauseMenuButton {
-content: String
-color: int
-focusedColor: int
-actionListeners: List<Runnable>
'Disegna il bottone
+onRender(): void
'Richiama i listener
+onClick(xPos: float, yPos: float): void
+addActionListener(listener: Runnable): void
+removeActionListener(listener: Runnable): void
}
GameGui -- PauseButton
BaseGuiComponent <|-- PauseButton
class PauseButton {
-actionListeners: List<Runnable>
'Disegna il bottone
+onRender(): void
'Richiama i listener
+onClick(xPos: float, yPos: float): void
+addActionListener(listener: Runnable): void
+removeActionListener(listener: Runnable): void
}
GiocoPalla -- ValueManager
class ValueManager {
-values: List<Value<?>>
-immutableValues: List<Value<?>>
+registerValue(Value<?> v): void
+getValues(): List<Value<?>>
}
ValueManager"1" *-- "0...*"Value: contains >
class Value<T> {
-name: String
-value: T
-valueType: Class<T>
--
+Value()
+set(T obj): void
+get(): T
}
Value <|-- ColorValue: <Color>
class ColorValue {
-isRainbow: boolean
--
+ColorValue(String name, Color defaultValue)
+ColorValue(String name, int r, int g, int b)
--
+getRGB(): int
}
BaseGuiComponent <|- ColorSlider
ColorSlider -- ColorValue
class ColorSlider {
-value: ColorValue
'Disegna il bottone
+onRender(): void
'Setta il valore corretto al value
+onClick(xPos: float, yPos: float): void
}
BaseGui <|-- OptionsGui
OptionsGui -- ValueManager
OptionsGui -- ColorSlider
class OptionsGui {
'Inizializza i componenti per modificare le opzioni
+OptionsGui()
}
@enduml | false | true | true | false | sequence |
9fcd3aee62d9d7d62d8930a5d9f571625425b00e | 7479a7f0061248cabbc966ab44a5671b53f582b3 | /Etol.puml | 679ba115bea4d762ad21e97188faf52440a1a0b9 | [] | no_license | apasajaboleh1/FPPPL | 0774dc7019a23dc33a583b2d5aa9d9171fd8e7e7 | 7c68d1b06277f9bba578df632e80fdf4bdac7679 | refs/heads/master | 2016-09-14T22:02:53.036767 | 2015-12-24T05:14:13 | 2015-12-24T05:14:13 | 47,873,854 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,415 | puml | @startuml
annotation java.lang.SuppressWarnings
class com.itextpdf.text.Document
class com.itextpdf.text.DocumentException
class com.itextpdf.text.Paragraph
class com.itextpdf.text.pdf.PdfWriter
class controller.ControlData
class etollform.ViewEtool
class java.sql.Connection
class java.sql.DriverManager
class java.sql.PreparedStatement
class java.sql.ResultSet
class java.sql.SQLException
class java.util.Date
class java.util.logging.Level
class java.util.logging.Logger
class javax.swing.ButtonGroup
class javax.swing.JFileChooser
class javax.swing.JFrame
class javax.swing.JOptionPane
class model.Harga_Tol
class model.History_Pengguna
class model.Pengguna
controller.ControlData ..> com.itextpdf.text.Document
controller.ControlData ..> com.itextpdf.text.DocumentException
controller.ControlData ..> com.itextpdf.text.Paragraph
controller.ControlData ..> com.itextpdf.text.pdf.PdfWriter
controller.ControlData ..> model.Harga_Tol
controller.ControlData ..> model.History_Pengguna
controller.ControlData ..> model.Pengguna
etollform.ViewEtool ..> java.lang.SuppressWarnings
etollform.ViewEtool ..> controller.ControlData
etollform.ViewEtool ..> java.util.logging.Level
etollform.ViewEtool ..> java.util.logging.Logger
etollform.ViewEtool ..> javax.swing.ButtonGroup
etollform.ViewEtool ..> javax.swing.JFileChooser
etollform.ViewEtool --|> javax.swing.JFrame
etollform.ViewEtool ..> javax.swing.JOptionPane
model.Harga_Tol ..> java.sql.Connection
model.Harga_Tol ..> java.sql.DriverManager
model.Harga_Tol ..> java.sql.PreparedStatement
model.Harga_Tol ..> java.sql.ResultSet
model.Harga_Tol ..> java.sql.SQLException
model.Harga_Tol ..> java.util.logging.Level
model.Harga_Tol ..> java.util.logging.Logger
model.History_Pengguna ..> java.sql.Connection
model.History_Pengguna ..> java.sql.DriverManager
model.History_Pengguna ..> java.sql.PreparedStatement
model.History_Pengguna ..> java.sql.SQLException
model.History_Pengguna ..> java.util.Date
model.History_Pengguna ..> java.util.logging.Level
model.History_Pengguna ..> java.util.logging.Logger
model.Pengguna ..> java.sql.Connection
model.Pengguna ..> java.sql.DriverManager
model.Pengguna ..> java.sql.PreparedStatement
model.Pengguna ..> java.sql.ResultSet
model.Pengguna ..> java.sql.SQLException
model.Pengguna ..> java.util.logging.Level
model.Pengguna ..> java.util.logging.Logger
@enduml | false | true | false | false | class |
59e3e3854d3f87d4daee8ea58d634c3ae458eb66 | 981bf6a7ce9a0a7a45f3af8ac26a9f8b9fc26b70 | /source/spring-framework-3.2.18.RELEASE/src/org/springframework/transaction/config/AopAutoProxyConfigurer.puml | 5d6392bd61ee1fdb08721285a514870335f0cdb7 | [] | no_license | litter-fish/ReadSource | f0dab8c757b5647c1b2c4b4b9edb4d45502cb6bc | fa93b54e203bc5e630d89bae0f6ad175d39fe71f | refs/heads/master | 2022-12-20T17:17:08.081908 | 2020-01-20T14:09:06 | 2020-01-20T14:09:06 | 227,380,506 | 1 | 2 | null | 2022-12-10T05:39:57 | 2019-12-11T14:07:11 | Java | UTF-8 | PlantUML | false | false | 90 | puml | @startuml
AnnotationTransactionAttributeSource "1" *-- "many" Class02 : contains
@enduml | false | true | false | false | class |
2a7efd70dcccfebeeee4b13afeb701dd9a3e099c | e0014ae67dde057f2ea9e78d089097315f2cee1f | /doc/img/architecture.puml | b772ee22ea38999a44e1431dcc4a9bc7b93b61b4 | [] | no_license | zonbitamago/graphql-nodejs-sample | 311efdc573adcc2804b7269d2d053945164d2eb1 | cb1db479d6f9e10acfe72e0fb728d4d7610480bc | refs/heads/master | 2023-01-07T14:29:30.601043 | 2020-08-03T20:16:50 | 2020-08-03T20:16:50 | 163,471,540 | 0 | 0 | null | 2023-01-04T01:53:44 | 2018-12-29T03:21:04 | JavaScript | UTF-8 | PlantUML | false | false | 469 | puml | @startuml architecture
title GraphQL as Backens For Frontends
agent browser[
Browser
]
package Docker{
frame "Backends For Frontends"{
agent graphql[
GraphQL-Server
]
}
frame "container2"{
agent nodejs[
API-Server
]
}
}
cloud web [
Web
]
browser -r- web
web -r- graphql
graphql -- nodejs
@enduml | false | true | false | false | deployment |
0b02178ee567e2e464333eca3cbca1699a17d8d6 | 84928bc4e24e240e4369015f2f4d305348ec64b9 | /app/src/main/java/com/ustc/location/view/view.plantuml | 762fb822d71c47bd0ed5e2f98635d91e788d2e69 | [] | no_license | xupingao/BleLbs | 35065b50d0f43eedc7a5faa00e06c80f8ad3ae52 | 19f110e9ce29282a4a385532a1fc3cd2d922f37f | refs/heads/master | 2022-11-18T04:52:16.033609 | 2020-07-19T12:50:24 | 2020-07-19T12:50:24 | 278,265,696 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,536 | plantuml | @startuml
title __VIEW's Class Diagram__\n
namespace com.ustc.location {
namespace view {
class com.ustc.location.view.MyMapView {
+ drawLayer : GraphicsLayer
- dialog : ProgressDialog
- featureLayer : FeatureLayer
- graphicsLayer : GraphicsLayer
- handler : Handler
- isInitMap : boolean
- mapView : MapView
- markerSymbol : SimpleFillSymbol
- paintList : RecyclerView
- searchEt : EditText
- searchView : RelativeLayout
- view : View
+ MyMapView()
+ MyMapView()
+ handleDrawEvent()
+ initPaintTool()
+ loadLocalMap()
+ onClick()
+ onEditorAction()
+ onItemClick()
+ showAreaInfo()
+ showNativeInfo()
+ showPeolpleInfo()
+ visiblePaintTool()
+ visiblesearchTool()
- initHandler()
- initView()
- search()
- setPaintToolState()
- setSearchViewState()
- showSearchInfo()
}
}
}
namespace com.ustc.location {
namespace view {
class com.ustc.location.view.ShowSymbolInfo {
- areGraphic : Graphic[]
- context : Context
- featureLayer : FeatureLayer
- gInts : int[]
- infoLayout : GraphicsLayer
- isShow : boolean
- mapLongs : long[]
- mapView : MapView
- peoGraphic : Graphic[]
+ ShowSymbolInfo()
+ removeLayout()
+ setMapLongs()
+ showAreaInfo()
+ showNativeInfo()
+ showPeopleInfo()
- showLayout()
}
}
}
com.ustc.location.view.MyMapView .up.|> android.view.View.OnClickListener
com.ustc.location.view.MyMapView .up.|> android.widget.TextView.OnEditorActionListener
com.ustc.location.view.MyMapView .up.|> com.ustc.location.adapter.RecyclerViewHolder.RVItemClickListener
com.ustc.location.view.MyMapView .up.|> com.ustc.location.drawtool.DrawEventListener
com.ustc.location.view.MyMapView -up-|> android.widget.RelativeLayout
com.ustc.location.view.MyMapView o-- com.ustc.location.drawtool.DrawTool : drawTool
com.ustc.location.view.MyMapView o-- com.ustc.location.view.ShowSymbolInfo : showTypeInfo
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 |
055d4a94e8611b3352ccb18ec0851808c84b6b19 | f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6 | /_src/chcidd.plantuml | 24c7cade0a50693adcac499b3272cff4a0cdc0b4 | [
"MIT",
"GPL-1.0-or-later",
"WTFPL",
"CC-BY-3.0-US",
"BSD-3-Clause",
"OFL-1.1"
] | permissive | oehf/ipf-docs | 178fe1e3fe079afede58fd25fe93a360234a273a | 3a8ea98c86b3405f6571cb23b4da44a726a8fbf4 | refs/heads/master | 2023-08-30T06:25:52.374023 | 2023-08-29T14:34:33 | 2023-08-29T14:34:33 | 158,552,584 | 0 | 3 | MIT | 2022-03-30T07:48:51 | 2018-11-21T13:31:43 | HTML | UTF-8 | PlantUML | false | false | 323 | plantuml | @startuml
hide footbox
participant "Community Information Consumer" as Consumer
participant "Community Information Provider" as Provider
Consumer -> Provider : Community Information Delta Download Request
activate Provider
Provider --> Consumer : Community Information Delta Download Response
deactivate Provider
@enduml | false | true | false | false | sequence |
cf4bdca9e35ad6fcd4f6bfdd93048b2e96a57102 | 20c9d90f40e69cba7b7044b840d3e29c6c79ea65 | /docs/modules/ROOT/workflows/MQ_portcreate.puml | 82e6d66a8b341c9cfab494fa0f7022bcf2f07a5a | [
"MIT"
] | permissive | xieus/alcor | 4ca39226596e66ada3832ae5df18bf2bd01c1c19 | d786ac2bdd2cfab369fce1e3139cd0ace392ff4d | refs/heads/master | 2023-02-08T06:04:53.875318 | 2022-12-22T03:59:06 | 2022-12-22T03:59:06 | 252,636,860 | 1 | 0 | Apache-2.0 | 2020-06-04T21:46:18 | 2020-04-03T05:03:05 | Java | UTF-8 | PlantUML | false | false | 2,342 | puml | @startuml
'https://plantuml.com/sequence-diagram
== Select MQ Channel==
autonumber
user -> PM: Create a port
PM <-> SM_MACM_IPM_RM: PortInfo update
PM <-> NM: Nodeinfo query by Node_id
PM -> DPM: Send down network configuration request
DPM <-> VPCM: VpcInfo query by vpc_vni
DPM ->DPM: CSA-Alg: Select chanel for this network configuration (MQ selected)\n Query (MQ_url & unicast_topic & multicast_topic & vip_topic) in Vpcinfo \n create these topics if no topics \n subscribe the ack topic (MQ_url & ack_topic)
'DPM <-> VPCM: VPC info query
'DPM <->NM: Query whether target node subscript vpc topic or not
DPM --> targetNodeACA: Query vpc_subs in Nodeinfo \n If target node doesn't subscribe topic, \n Using (MQ_url & unicast_topic & multicast_topic & vip_topic) in VpcInfo \n to call subscribe API with GRPC \n Send the ack topic info (MQ_url & ack_topic) in VpcInfo
targetNodeACA <--> MQ: Subscribe the topic
targetNodeACA --> DPM: subscribe result with GRPC
'DPM -> NM: Node subscription info update
DPM -> MQ: Send goalState (GoalState1) with target MQ\n Using (MQ_url) in VpcInfo
MQ -> targetNodeACA: Send goalState (GoalState2) with MQ
targetNodeACA -> MQ: Goalstate configuration result
MQ -> DPM: Goalstate configuration result
DPM -> DPM: Update NeighborAck & PortAck in cache \n Start a new thread to check the NeighborAck periodicity
DPM -> PM: Network configuration result
== Select GRPC Channel==
autonumber
user -> PM: Create a port
PM <-> SM_MACM_IPM_RM: PortInfo update
PM <-> NM: Nodeinfo query by Node_id
PM -> DPM: Send down network configuration request
DPM <-> VPCM: VpcInfo query by vpc_vni
DPM ->DPM: CSA-Alg: Select chanel for this network configuration (GRPC selected)
'DPM <-> VPCM: VPC info query
'DPM <->NM: Query whether target node subscript vpc topic or not
DPM --> targetNodeACA: call node unsubscribe API with GRPC\n Using (MQ_url & unicast_topic & multicast_topic & vip_topic) in VpcInfo
targetNodeACA <--> MQ: Unsubscribe the topic
targetNodeACA --> DPM: Unsubscribe result with GRPC
'DPM -> NM: Node subscription info update
DPM -> targetNodeACA: Send goalState (GoalState2) with GRPC
targetNodeACA -> DPM: Goalstate configuration result
DPM -> DPM: Update NeighborAck & PortAck in cache \n Start a new thread to check the NeighborAck periodicity
DPM -> PM: Network configuration result
@enduml | false | true | false | false | sequence |
c5daa65a283fb7fee5226f628037f80bed68419a | 1fdb3eeb00a050b0cf936cbc5199b333324b111b | /doc/dc.puml | 474d289fa1f0d45c5bcfa8bca764d15f56fd032b | [] | no_license | BilelJegham/loli-arbre | 86a8493531d92ec1a38112801ef6c8e63867d5c1 | 32c5003aacc87809e2de00384cd547ccc7ca1b43 | refs/heads/master | 2022-03-08T06:54:39.062170 | 2019-11-11T17:24:19 | 2019-11-11T17:24:19 | 220,959,733 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 491 | puml | hide method
hide attribute
class Donnee
class DonneeComportement
class DonneeEnv
Donnee <|-- DonneeEnv
Donnee <|-- DonneeComportement
class Capteur
class Fixe
class Mobile
Capteur <|-- Mobile
Capteur <|-- Fixe
class Algo
DonneeEnv -- Algo
DonneeComportement -- Algo
class Pattern
Algo - Pattern
class Objet
Pattern- Objet
class Famille
class Membre
Famille -- Membre
Objet- Famille
Objet - Membre
class Foyer
Famille - Foyer
class Endroit
Endroit - Foyer
Fixe -Endroit
| false | true | false | false | class |
2701c53bc67be0bbdb4fe69b69cb5dc8fae9447c | 06b4f9b29e51db9eef79b9f9828f3aa369840ec1 | /Deliverables/Oblig3/src/test/java/inf112/skeleton/app/app.plantuml | 4c861119112970d8d15d57d9beacdf90bae672d1 | [] | no_license | inf112-v19/Thebadguys | d650f57d5b23824e82498cfc55c7026d29a59762 | ec1cbbd1ab466b1482fb0a72b466f351481d4917 | refs/heads/master | 2020-04-19T11:14:13.465654 | 2019-05-03T17:29:09 | 2019-05-03T17:29:09 | 168,161,605 | 0 | 0 | null | 2019-03-08T14:24:40 | 2019-01-29T13:44:35 | Java | UTF-8 | PlantUML | false | false | 673 | plantuml | @startuml
title __APP's Class Diagram__\n
package inf112.skeleton.app {
class AppTest {
~ testCard : Cards
~ testCardSlot : CardSlots
~ deck : Deck
~ test : float
+ shouldAnswerWithTrue()
+ createCardTest()
+ createCardSlotTest()
+ createDeckTest()
+ addCardToDeckTest()
+ gridSetGetTest()
+ mapGetCellTest()
+ mapBadMoveTest()
+ mapGoodMoveTest()
}
}
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 |
a8adb8f8337415fd147d262b4f4a0cd7fafb4379 | f7eea5cc0be09100690dd741a15eb2c97b9f3519 | /Analyse/src/main/java/Model/Model.plantuml | 4f164796578085b5ba69fffbc74d090adb33f7d5 | [] | no_license | filipeguimaraes/GR_TP2 | 39d5bcc01a209746e9ef2c9bad09b335de6b8f7f | 1d73f04fd25d3312ffd0c62c6e835638e53d6097 | refs/heads/main | 2023-06-28T23:57:31.099477 | 2021-07-25T10:18:23 | 2021-07-25T10:18:23 | 314,855,252 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,508 | plantuml | @startuml
title __MODEL's Class Diagram__\n
namespace Model {
class Model.Agregador {
- estados : List<Estado>
{static} - instance : Agregador
- lastProcesses : ObservableList<Process>
- lock : ReentrantLock
+ addEstado()
+ getEstados()
+ getFirstProcessUptime()
{static} + getInstance()
+ getLastCPUTotal()
+ getLastMEMTotal()
+ getLastProcessUptime()
+ getLastProcesses()
+ getProcessGroupByName()
+ getTotalTimeProcess()
- Agregador()
}
}
namespace Model {
class Model.Estado {
- cpuTotal : Double
- processos : Map<Integer, Process>
- ramTotal : Double
- uptime : String
+ Estado()
+ addProcess()
+ containsPID()
+ getCpuTotal()
+ getProcessesByName()
+ getProcessos()
+ getRamTotal()
+ getUptime()
+ setCpuTotal()
+ setRamTotal()
+ setUptime()
}
}
namespace Model {
class Model.Log {
~ path : String
- br : BufferedReader
- running : boolean
+ Log()
+ init()
+ open()
+ read()
}
}
namespace Model {
class Model.Process {
- cpu : Double
- mem : Double
- name : String
- pid : Integer
+ Process()
+ getCpu()
+ getMem()
+ getName()
+ getPid()
}
}
namespace Model {
class Model.ProcessGroup {
- cpu : Double
- mem : Double
- name : String
- pid : Integer
- uptime : Long
+ ProcessGroup()
+ getCpu()
+ getMem()
+ getName()
+ getPid()
+ getUptime()
+ setCpu()
+ setMem()
+ setName()
+ setPid()
+ setUptime()
}
}
namespace Model {
class Model.Tradutor {
{static} + linhaProcess()
{static} + linhaToUptime()
{static} - getCPU()
{static} - getName()
{static} - getPID()
{static} - getRAM()
}
}
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 |
3639107f057b60cfd91203a28b4c1c3cf4dc51ff | 47f9814aa98bb33f4f87ffbecf8068c1ed326734 | /diagram/SpringSecurity-InvocationSpringSecurityFilterChain.puml | 5b1c3b9e563f7422813a52bc31cf7db57d6aa565 | [
"MIT"
] | permissive | ppretki/ppretki.github.io | 93e3c5492a02efa4f87d1e6e7489266024c1b12c | eec4b390173ae18dd972426bdbe157efa6a3a406 | refs/heads/master | 2023-07-09T18:28:07.649492 | 2021-08-13T03:42:20 | 2021-08-13T03:42:20 | 259,206,519 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 966 | puml | @startuml
title SpringSecurityFilterChain Invocation
participant "<b>StandardWrapperValve</b>\n<<catalina.core.ValveBase>>" as StandardWrapperValve
participant "<b>ApplicationFilterChain</b>\n<<javax.servlet.FilterChain>>" as ApplicationFilterChain
participant "<b>DelegatingFilterProxy</b>\n<<org.springframework.web.filter>>" as DelegatingFilterProxy
participant "<b>WebApplicationContext</b>\n<<spring-web>>" as WebApplicationContext
participant "<b>SpringSecurityFilterChain</b>\n<<FilterChainProxy>>" as SpringSecurityFilterChain
StandardWrapperValve -> ApplicationFilterChain: doFilter(request, response)
ApplicationFilterChain -> DelegatingFilterProxy: doFilter(request, response, filterChain)
DelegatingFilterProxy -> WebApplicationContext: getBean("springSecurityFilterChain")
WebApplicationContext --> DelegatingFilterProxy: SpringSecurityFilterChain
DelegatingFilterProxy -> SpringSecurityFilterChain: doFilter(request, response, filterChain)
@enduml
| false | true | false | false | sequence |
e1e710d5d87c4e82847082b7c8316b717abe1318 | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/UseCases/Manage-Policies/Create-Policy.puml | 0a7adedf2f6315f4a24799aa1a41b6b6026c4db2 | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 364 | puml | @startuml
Actor "Operations Manager" as A
box "Manage-Policies" #lightblue
participant CLI as CLI
participant Web as Web
participant "c3" as S
A -> CLI : c3-policy-create(name,cloud,env,filename)
CLI -> S : policy/create(name,cloud,env,filename)
A -> Web : policy/create(name,cloud,env,filename)
Web -> S : policy/create(name,cloud,env,filename)
end box
@enduml
| false | true | false | false | usecase |
5dafe45896c87d58043f3055863324784eeacde8 | e04b4630836d345c7d3d96b2d5f80ebe2a7f8763 | /anc31819a_gr7/Analyse/SD/SD_MATCH_ADD.puml | 290263df5c05c3d8859777477f984ae0aa96e9fd | [] | no_license | 1204almabikamuzadi/java-desktop | 749c1d92715e187dce82088a14134b776369af5d | ed50d6c1a1737aa6498bd812c21299f409b3eb17 | refs/heads/main | 2022-12-30T01:50:06.434551 | 2020-10-18T08:03:06 | 2020-10-18T08:03:06 | 305,051,343 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 523 | puml | @startuml
skinparam shadowing false
hide footbox
Actor Manager as M
participant View as V <<Match add>>
participant Match
participant Controller as C
participant Repository as R
create V
C->V:new
M->V: selectPlayerFirstName(player1):String
M->V:selectPkayerFirstName(player):String
M->V:selectScore():string
M->V:validate():ButtonAdd
create Match
V->Match:new
V->Match:validate(): error[]
Match-->V
V->C:createMatch(Match)
C->R:saveMatch(Match)
destroy V
destroy Match
@enduml
| false | true | false | false | usecase |
620b065b522d3c4d959ba47c0398060489613cc3 | ded296da4bb9fcc7316fd6f789e3554fffac118e | /design/back-end/back-end.puml | f3aaf86ca9e17e54a927cc05db36f63468d5eb2f | [
"MIT"
] | permissive | giuliobosco/domotics | 7feacd7647318222ad89f20a5c6cd5b83bd1ad90 | b327a94e319c379148b3a0ec1d840d820bb1c4bd | refs/heads/master | 2021-06-21T16:28:59.965625 | 2019-05-29T09:29:45 | 2019-05-29T09:29:45 | 133,505,107 | 3 | 1 | MIT | 2018-10-16T14:47:08 | 2018-05-15T11:18:30 | JavaScript | UTF-8 | PlantUML | false | false | 9,003 | puml | @startuml
package javax.servlet.http {
class HttpServlet {
}
}
package jdbc {
class JdbcConnector {
+ static DEFAULT_PORT = 3306 : int
+ TIMEZONE_UTC : String
- username : String
- password : String
- hostname : String
- port : int
- database : String
- statement : Statement
+ JdbcConnector(String username, String password, String host, int port, String database)
+ JdbcConnector(String username, String password, String host, String database)
# getDbConnection(String username, String password, String host, int port, String database) : Connection
+ createStatement() : void
+ closeStatement() : void
+ openConnection() : void
+ query(query : String) : ResultSet
+ update(update : String) : void
+ closeConnection() : void
+ static main(args : String[]) : void
}
class DomoticsJdbcC {
- static USERNAME : String
- static PASSWORD : String
- static HOSTNAME : String
- static PORT : int
- static DATABASE : String
+ static getConnector() : JdbcConnector
+ static getIdManager() : IdManager
}
}
package ldap {
class LdapConnector {
+ final DEFAULT_PORT : int
+ static DEFAULT_SECURITY_AUTHENTICATION : String
+ static DEFAULT_INITIAL_CONTEXT_FACTORY : String
- domain : String
- port : int
- base : String
- security : String
- setDomain(domain : String) : void
+ getDomain() : String
- setPort(port : int) : void
+ getPort() : int
- setBase(base : String) : void
+ getBase() : String
- setSecurity(security : String)
+ getSecurity() : String
+ LdapConnector(domain : String, port : int, base : String, security : String)
+ LdapConnector(domain : String, port : int, base : String)
+ LdapConnector(domain : String, base : String, security : String)
+ LdapConnector(domain : String, base : String)
- getConnectionString() : String
- getDn(username : String) : String
- getEnvironment(username : String, password : String) : Hashtable<String, String>
+ getDirContext(username : String, password : String) : DirContext
+ static main(args : String[]) : void
}
}
package portal.authentication {
interface Authenticator {
authenticate(username : String, password : String) : boolean
}
class SqlAuthenticator {
+ authenticate(username : String, password : String) : boolean
}
Authenticator <|.. SqlAuthenticator
class LdapAuthenticator {
- static DOMAIN : String
- static PORT : int
- static BASE_OU : String
- static SECURITY : String
- subOu : String
- getBaseOu() : String
+ LdapAuthenticator(subOu : String)
+ LdapAuthenticator()
- getLdapConnector() : LdapConnector
+ authenticate(username : String, password : String) : boolean
+ static main(args : String[]) : void
}
Authenticator <|.. LdapAuthenticator
class AuthenticationChecker {
- session : HttpSession
+ AuthenticationChecker(session : HttpSession)
+ isValidSession() : boolean
+ getSessionUsername() : String
}
class LoginServlet {
# doPost(request : HttpServletRequest, response : HttpServletResponse) : void
# doGet(request : HttpServletRequest, response : HttpServletResponse) : void
}
HttpServlet <|-- LoginServlet
class LogoutServlet {
# doPost(request : HttpServletRequest, response : HttpServletResponse) : void
# doGet(request : HttpServletRequest, response : HttpServletResponse) : void
}
HttpServlet <|-- LogoutServlet
}
package models {
class Room {
- name : String
+ getName() : String
+ Room(name : String)
+ getJson() : JSONObject
+ getJsonString() : String
+ static getRooms(sqlResultSet : ResultSet) : List<Room>
+ static get(name : String) : Room
+ static get(name : String, jdbcConnector : JdbcConnector) : Room
+ static main(args : String[]) : void
}
class Arduino {
- id : String
- ip : String
- key : String
- rootPassword : String
+ getId() : String
+ getIp() : String
+ getKey() : String
+ getRoom() : Room
+ Arduino(id : String, ip : String, key : String, rootPassword : String, room : Room)
+ Arduino(idManager : IdManager, id : String, ip : String)
+ Arduino(connector : JdbcConnector, id : String)
+ Arduino(connector : JdbcConnector, ip : String, key : String)
+ set(resultSet : ResultSet) : void
+ getJson() : JSONObject
+ getJsonString() : String
+ isAlive() : boolean
+ static getArduinos(sqlResultSet : ResultSet) : List<Arduino>
+ static getArduinosByRoom(jdbcConnector : JdbcConnector, roomName : String)
+ static main(args : String[]) : void
}
Room o-- Arduino
class Light {
+ LIGHT_ON : int
+ LIGHT_OFF : int
- pin : int
- name : String
+ getPin() : int
+ getArduino() : Arduino
+ getName() : String
+ getId() : String
+ isOn() : boolean
+ Light(pin : int, arduino : Arduino, name : String)
+ Light(pin : int, arduino : Arduino, connector JdbcConnector)
+ getJson() : JSONObject
+ getJsonString() : String
- getRequestString(status : int) : String
- getRequestString() : String
+ turnOn() : void
+ turnOff() : void
+ getStatus() : int
+ toggleLight() : void
+ static getLights(rs : ResultSet) : List<Light>
+ static getJsonLights(lights : List<Light>) : JSONArray
+ static getLights(connector : JdbcConnector, room : Room) : List<Light>
+ static main(args : String[]) : void
}
Arduino o-- Light
class LightButton {
- buttonPin : int
- light : Light
+ getButtonPin() : int
+ getLight() : Light
+ getArduino() : Arduino
+ LightButton(buttonPin : int, ip : String, key : String, connector : JdbcConnector)
+ LightButton(buttonPin : int, id : String, connector : JdbcConnector)
- checkPin(int pin, connector : JdbcConnector) : void
- loadLight(connector : JdbcConnector) : void
+ static main(args : String[]) : void
}
Arduino o-- LightButton
class Thermometer {
- pin : String
- type : String
+ Thermometer(pin : String, arduinoId : String, connector : JdbcConnector)
+ getValue() : double
+ getValue(decimals : int) : double
- getRequestString() : String
+ static getTemperatureByRoom(room : Room, connector : JdbcConnector) : double
+ static main(args : String[]) : void
}
Arduino o-- Thermometer
}
package acc {
class JsonBuilder {
+ static ERROR : String
+ static OK : String
+ static getJsonResponse(status : String, message : String) : String
+ static getJsonResponseError(message : String) : String
+ static getJsonResponseOk(message : String) : String
}
class AccServlet {
- AUTOCONF : String
- REQUEST : String
- doPost(request : HttpServletRequest, response : HttpServletResponse) : void
- doGet(request : HttpServletRequest, response : HttpServletResponse) : void
}
HttpServlet <|-- AccServlet
class Autoconf {
- arduinoId : String
- arduinoKey : String
- serverAddress : String
- serverPort : String
+ getJson() : String
+ Autoconf(idManager : IdManager, arduinoId : String, arduinoIp : String, serverAddress : String, serverPort : int)
}
class ControllerServlet {
# doPost(request : HttpServletRequest, response : HttpServletResponse) : void
# doGet(request : HttpServletRequest, response : HttpServletResponse) : void
}
HttpServlet <|-- ControllerServlet
class GetRequest {
+ get(urlString : String) : String
}
class IdManager {
+ CLIENT_KEY_LENGTH : int
- connector : JdbcConnector
+ IdManager(connector JdbcConnector)
+ checkIp(id : String, ip : String) : void
+ getAccClientKey(id : String) : String
+ getRoomById(id : String) : Room
+ static createKey() : String
+ static main(args : String[]) : void
}
}
package data {
class RoomsServlet {
# doPost(request : HttpServletRequest, response : HttpServletResponse) : void
# doGet(request : HttpServletRequest, response : HttpServletResponse) : void
- getJsonRoom(room : Room, connector : JdbcConnector) : JSONObject
}
HttpServlet <|-- RoomsServlet
}
@enduml
| false | true | false | false | class |
16722c31c10b405cb3ea6eb158258cf596a1d5ab | 9e4edfded3c726685d261c4f9ab2dc7eb5b67f5c | /tribuo-tutorials/docs/classification.puml | dee4e0daeb37f3d051606e99645ac80dd6ba6373 | [
"Apache-2.0"
] | permissive | krkrreddy/conclave-samples | b376324244fc062fc118c92a5dae2bc2ba303615 | 17b640b26ad9a52a2cc4eb97f0be0e0fa4b08158 | refs/heads/master | 2023-08-12T17:25:07.952924 | 2021-10-07T09:46:20 | 2021-10-07T09:46:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 410 | puml | @startuml "classification"
skinparam linetype ortho
annotation Serializable
package common {
class InitializeClassification
class DataStats
class DataStatsResponse
class TrainerInfo
class TrainAndEvaluate
}
InitializeClassification -u-> Serializable
DataStats -u-> Serializable
DataStatsResponse -u-> Serializable
TrainerInfo -u-> Serializable
TrainAndEvaluate -u-> Serializable
@enduml | false | true | false | false | class |
eff44291ce282d3e3844e3bb4e44ce298477ec05 | 7bf5bd7c1e8ab456884f744507ec776d844fc78c | /Domain.puml | f95286732575c7756c3937d9c4ec3246dc5fdd7b | [] | no_license | MathiasJensen96/School | 37d355939fa51ca1c6dabeba5b5d974112f69b66 | cf7785bb5dad743dfbd46eb5cef3a2024d779bd4 | refs/heads/main | 2023-01-21T15:17:46.220464 | 2020-12-03T14:52:37 | 2020-12-03T14:52:37 | 308,035,139 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 301 | puml | @startuml
class PizzaBar {
Show Turnover
}
class Order {
Save orders for statistics
}
class PickupTime {
}
class OrderOptions {
Phone
In the store
}
class ListOfOrders {
add or remove orders
NextPizza()
}
class Menu {
ShowMenu()
}
class Pizza {
}
class Payment {
}
PizzaBar - Order
@enduml | false | true | false | false | class |
ea001342eb51febeaa60098ac4578d66d79bd717 | 625e3447fea7ecfac5cd9601974a5439b552200c | /Homework/ChocolateBoiler/Team2/class_diagram/refactor_design.puml | 2b626b4fe61e046b1ea106520942752453d288c0 | [] | no_license | ss900405twtw/SED2019 | f9edec553c22fafb22199dedeb9c25046f2b80f9 | 17e5ceb84f4f8ca84b26013e5ab95516b82e1be4 | refs/heads/master | 2022-07-19T00:13:36.456120 | 2020-05-10T02:56:01 | 2020-05-10T02:56:01 | 262,698,934 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 741 | puml | @startuml
class client {
}
class Boiler {
{field} - <u>boiler</u>: Boiler
{field} - isEmpty: Bool
{field} - isBoiled: Bool
{method} + fill(): void
{method} + boil(): void
{method} + drain(): void
{method} + <u>getBoiler()</u>: void
}
note as N1
fill() {
if (isEmpty && !isBoiled) {
do fill
isEmpty = false
}
}
boil() {
if (!isBoiled && !isEmpty) {
do boil
isBoiled = true
}
}
drain() {
if (isBuild && !isEmpty) {
do drain
isBoiled = false
isEmpty = true
}
}
<u>getBoiler</u> () {
if (boiler == NULL) {
boiler = new Boiler()
}
return boiler
}
endnote
client ..> Boiler : <<use>>
N1 .right. Boiler
@enduml | false | true | false | false | activity |
2a309511af909db3e7159e7e7a9f07e81b972eb2 | c815f9c82c1400f76243750cd0ec609d217b9943 | /event-driven-architecture/etc/event-driven-architecture.urm.puml | 8314913a6114b2f1aa99e8a39bb94b7a7fea3b7e | [
"MIT"
] | permissive | mikulucky/java-design-patterns | 6ab10e9e5c95b6caffebf045d37d04a1571bc0cd | cbbf3bf08842723964719ed7d8ab92864ec5a58d | refs/heads/master | 2021-01-17T23:34:49.962450 | 2016-09-28T19:54:28 | 2016-09-28T19:54:28 | 48,302,802 | 1 | 1 | null | 2016-01-02T23:58:44 | 2015-12-20T01:00:47 | Java | UTF-8 | PlantUML | false | false | 1,563 | puml | @startuml
package com.iluwatar.eda.handler {
class UserCreatedEventHandler {
+ UserCreatedEventHandler()
+ onEvent(event : UserCreatedEvent)
}
class UserUpdatedEventHandler {
+ UserUpdatedEventHandler()
+ onEvent(event : UserUpdatedEvent)
}
}
package com.iluwatar.eda.event {
abstract class AbstractEvent {
+ AbstractEvent()
+ getType() : Class<? extends Event>
}
class UserCreatedEvent {
- user : User
+ UserCreatedEvent(user : User)
+ getUser() : User
}
class UserUpdatedEvent {
- user : User
+ UserUpdatedEvent(user : User)
+ getUser() : User
}
}
package com.iluwatar.eda.framework {
interface Handler<E extends Event> {
+ onEvent(E extends Event) {abstract}
}
class EventDispatcher {
- handlers : Map<Class<? extends Event>, Handler<? extends Event>>
+ EventDispatcher()
+ dispatch(event : E extends Event)
+ registerHandler(eventType : Class<E extends Event>, handler : Handler<E extends Event>)
}
interface Event {
+ getType() : Class<? extends Event> {abstract}
}
}
package com.iluwatar.eda.model {
class User {
- username : String
+ User(username : String)
+ getUsername() : String
}
}
package com.iluwatar.eda {
class App {
+ App()
+ main(args : String[]) {static}
}
}
UserUpdatedEvent --> "-user" User
UserCreatedEvent --> "-user" User
AbstractEvent ..|> Event
UserCreatedEvent --|> AbstractEvent
UserCreatedEventHandler ..|> Handler
UserUpdatedEvent --|> AbstractEvent
UserUpdatedEventHandler ..|> Handler
@enduml | false | true | false | false | class |
5bd61e31d84eec45028d133e5a5246acdc458383 | 6a0b5e4e253a2a40bb6c95089ce141615ebff36e | /docs/technical_architecture_design.plantuml | bcbd545ab35771938c677544d07e363e9cc9f296 | [
"MIT"
] | permissive | frederikheld/pot-pourri | c29ed46d754107d4ced510ca508cef434eacfe04 | ddce7eddd0c599173eca5faef7af29f18be65938 | refs/heads/master | 2023-03-09T15:00:59.579703 | 2022-02-04T22:26:15 | 2022-02-04T22:26:15 | 139,646,913 | 0 | 0 | MIT | 2023-03-05T10:53:25 | 2018-07-03T23:41:50 | JavaScript | UTF-8 | PlantUML | false | false | 1,656 | plantuml | @startuml
skinparam componentStyle uml2
title Technical Architecture Design Diagram
actor Gardener
actor :Data Scientist:
package "pot-pourri" {
package "mqtt-broker" #LightBlue {
[HiveMQ] as MQTTBroker
}
package "visualization" {
[Grafana]
}
package "persistence" {
[InfluxDB]
[Telegraf]
}
package "metastore" {
[Metastore]
}
package "webapp" {
[Web App]
}
package "event-engine" #LightGrey {
[Event Engine] #LightGrey
}
}
package "pot-pourri-devices" {
package "pot-monitoring-wifi" {
() "Sensor"
() "Actuator" #LightGrey
}
}
:Data Scientist: --> [Grafana]
[Grafana] -[norank]-> [InfluxDB] : get data
[Sensor] --> [Telegraf] #CornflowerBlue : send value
[Telegraf] --> [InfluxDB] : set data
Gardener --> [Web App]
[Web App] -> [Metastore] : get/set meta data
[Web App] --> [Event Engine] : get/set events
[Web App] --> [InfluxDB] : get data
[Event Engine] -> [InfluxDB] : get data
[Event Engine] -> [Metastore] : get meta data
[Actuator] -> [Event Engine] #CornflowerBlue : request command
legend
- arrows are pointing from the calling element to the one that is being called
- blue: MQTT communication conducted via MQTT Broker
- grey: not implemented yet or work in progress
'pot-pourri-devices can be found in a separate repository
'Devices have to call other participants in order to allow energy savings with deep-sleep mode.
'Deep-sleep mode might not be relevant for Actuators since they will need a lot more energy and therefore an external power supply.
endlegend
@enduml | false | true | false | false | sequence |
8b509c13362bfe00c61e309196b5c91d9d45e1ab | 068c009740890f0b2d80394e3948725a26c1304c | /Ejercicio 3/ejercicio3.puml | b4a674c2fef69440dcb11e6cb1a03fd5139777a2 | [] | no_license | PacoGarcia79/actividades1-UT4 | 8d9796c76db8320d336b7b834c12435e4c16d0cc | a1cbd57523daa795dac251d3f3b74f2498230085 | refs/heads/master | 2023-03-14T01:39:46.550457 | 2021-03-04T16:12:17 | 2021-03-04T16:12:17 | 342,895,668 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,236 | puml | @startuml
scale 2
class Tienda {
-cif: string
-ubicacion: string
-nombre: string
+ Cif()
+ Nombre()
+ Ubicacion()
+ AltaCliente()
+ AltaEquipo()
}
class Equipo {
+ RegistraNumeroEquipo()
}
class Esqui {
-numeroSerie: integer
+ NumeroSerie()
}
class Marca {
-direccionProveedor: string
-direccionServicioTecnico: string
+ DireccionProveedor()
+ DireccionServicioTecnico()
}
class Gafa {
-marca: string
-modelo: string
-numeroSerie: integer
+ Marca()
+ Modelo()
+ NumeroSerie()
}
class Baston {
-marca: string
-modelo: string
-numeroSerie: integer
+ Marca()
+ Modelo()
+ NumeroSerie()
}
class Cliente {
-dni: string
-nombre: string
-telefono: integer
+ Dni()
+ Nombre()
+ Telefono()
+ AlquilaEquipo()
}
class Alquiler {
-fechaAlquiler: DateTime
-fechaDevolucion: DateTime
+ FechaAlquiler()
+ FechaDevolucion()
+ RegistraAlquiler()
}
Tienda "1" --- "*" Cliente
Tienda "1" --- "*" Equipo
Equipo "1" *-- "*" Esqui
Equipo "1" *-- "*" Gafa
Equipo "1" *-- "*" Baston
Equipo "1" *-- "*" Alquiler
Cliente "1" --- "0..1" Equipo
Esqui "*" --- "*" Marca
@enduml
| false | true | false | false | class |
6191342d03a5c15a991f21ca320eb4a605a1715c | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/crm02_01/address_edition/i130371/crm_02_01_ssd.puml | 1e7ea2b15892868f8a9256205012127bc7efc159 | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 421 | puml | @startuml doc-files/crm_02_01_ssd.png
actor User
participant "<<analysis>>\nSystem" as s
User -> s : Address edition
s -> User: Show all contacts
User -> s: Selects one contact
s -> User: Ask for all the information
User -> s: Inserts street, locality, postal code, city and country of one or two address
s -> User: Ask about confirmation
User -> s: Confirm
s -> User: Success of the use case
@enduml
| false | true | false | false | sequence |
125d36940271ec6270bac0f9c6c4bb65074916c3 | 5229c30142a44eba1f7afb8c57f12bf187bc2d03 | /src/main/kotlin/com/mgy/factorymethod/factorymethod.puml | e8e620aca4730f9e26fa5d5d3b18f316f4e96c80 | [] | no_license | Drunkman/kotlin-design-pattern | 16b98c7fff938c06c4623568673a1c8cc28e606b | 91196fcee1b4fc09350666ef537135f8f0e45b3c | refs/heads/master | 2020-03-19T21:13:16.754197 | 2018-08-12T14:21:07 | 2018-08-12T14:21:07 | 136,933,013 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 297 | puml | @startuml
interface Blacksmith {
+manufactureWeapon()
}
OrcBlacksmith --|> Blacksmith
ElfBlacksmith --|> Blacksmith
interface Weapon {
+getWeaponType()
}
OrcWeapon --|> Weapon
ElfWeapon --|> Weapon
Blacksmith ..> Weapon
OrcBlacksmith ..> OrcWeapon
ElfBlacksmith ..> ElfWeapon
@enduml | false | true | false | false | class |
8183218f9e21c9456d47242a01a57a01ff863b55 | b615d963ae1cfa22289775c561dd073b55a71ebd | /docs/uml-class-diagrams/admin/test/SatelliteTests/SatelliteTests.puml | a30aafe5fa5fdc1599e4ec57ac26ef3b7ce8081d | [] | no_license | elilley15/csi-3370-software-project | 8062dddf435ab0c7941acdf03225f84c18457947 | d2642cf649dabeafd6d9753c483b9df265d85118 | refs/heads/main | 2023-01-18T15:48:03.237629 | 2020-11-28T21:24:10 | 2020-11-28T21:24:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 597 | puml | @startuml SatelliteTests
package edu.oakland.test.admin {
class SatelliteTests {
+ void satNameInIsSatNameOut()
+ void strengthInIsStrengthOutConstructor()
+ void strengthInIsStrengthOutSetter()
+ void getLocation0IsCorrect()
+ void getLocation1IsCorrect()
+ void getLocationNIsCorrect()
+ void getLocationAcrossMultipleObjectsInSync()
+ void strengthNotLessThanOneConstructor()
+ void strengthNotMoreThanTenConstructor()
+ void strengthNotLessThanOneSetter()
+ void strengthNotMoreThanTenSetter()
}
}
@enduml
| false | true | false | false | class |
b4d1aadaf0cc30b224cc0434a75395091c7fd218 | 8e865e67551a6e7d6010dbecb9de5a3e92fd3883 | /Adapter/UML/class.puml | ae9293b945aa92cd3da799b0cd0cc902b726f905 | [] | no_license | marcin-wrotecki/Design-patterns | bd3fe28cc8edd2e9645b1b8a0539b9fa004f1b21 | dcb3d00f9d105b62d6322eec4d36e7e77af78f59 | refs/heads/master | 2021-02-07T17:50:04.684670 | 2020-04-03T21:28:18 | 2020-04-03T21:28:18 | 244,058,852 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 671 | puml | @startuml
package main{
class main.Adapter{
-private SmartPhone smartPhone
}
class main.FlipPhone{
}
class main.Smartphone
interface main.IFlipPhone{
+ void makeCall(String number)
+ String getContants()
+ void takePhoto()
+ String getSpecification()
}
interface main.ISmartPhone{
+ void setPhoto(String img);
+ void makeCall(String number);
+ void takePhotoButBetter(String choosenFilter);
+ String getSpecification();
+ String getContants();
}
main.ISmartPhone<|--main.Adapter
main.IFlipPhone<|--main.Adapter
main.ISmartPhone<|--main.Smartphone
main.IFlipPhone<|--main.FlipPhone
}
@enduml
| false | true | false | false | class |
d4a1f7285366fe40104f3650425a75ebe2fdcf67 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TaxCategoryUpdateAction.puml | 272fa57509682735b652a89d7e31f1514a59e894 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,970 | 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 TaxCategoryUpdateAction [[TaxCategoryUpdateAction.svg]] {
action: String
}
interface TaxCategoryAddTaxRateAction [[TaxCategoryAddTaxRateAction.svg]] {
action: String
taxRate: [[TaxRateDraft.svg TaxRateDraft]]
}
interface TaxCategoryChangeNameAction [[TaxCategoryChangeNameAction.svg]] {
action: String
name: String
}
interface TaxCategoryRemoveTaxRateAction [[TaxCategoryRemoveTaxRateAction.svg]] {
action: String
taxRateId: String
taxRateKey: String
}
interface TaxCategoryReplaceTaxRateAction [[TaxCategoryReplaceTaxRateAction.svg]] {
action: String
taxRateId: String
taxRateKey: String
taxRate: [[TaxRateDraft.svg TaxRateDraft]]
}
interface TaxCategorySetDescriptionAction [[TaxCategorySetDescriptionAction.svg]] {
action: String
description: String
}
interface TaxCategorySetKeyAction [[TaxCategorySetKeyAction.svg]] {
action: String
key: String
}
interface TaxCategoryUpdate [[TaxCategoryUpdate.svg]] {
version: Long
actions: [[TaxCategoryUpdateAction.svg List<TaxCategoryUpdateAction>]]
}
TaxCategoryUpdateAction --> TaxCategoryAddTaxRateAction #blue;text:blue : "action : addTaxRate"
TaxCategoryUpdateAction --> TaxCategoryChangeNameAction #blue;text:blue : "action : changeName"
TaxCategoryUpdateAction --> TaxCategoryRemoveTaxRateAction #blue;text:blue : "action : removeTaxRate"
TaxCategoryUpdateAction --> TaxCategoryReplaceTaxRateAction #blue;text:blue : "action : replaceTaxRate"
TaxCategoryUpdateAction --> TaxCategorySetDescriptionAction #blue;text:blue : "action : setDescription"
TaxCategoryUpdateAction --> TaxCategorySetKeyAction #blue;text:blue : "action : setKey"
TaxCategoryUpdateAction --> TaxCategoryUpdate #green;text:green : "actions"
@enduml
| false | true | false | false | sequence |
befa828ad061794d2ec9f811bab45c2d382339b9 | 7658a6afe423ee752a621096f3b142ad7133277d | /aws/Storage-StorageGateway.puml | 2d8937c0878094e81ff89235b494801d0192cd6a | [] | no_license | sky0621/try-plantuml | 9bf1812c4ccd2c05a40a3253356f354efff92b9d | efb79c54685bfcc649da7840ed6cebb302c046ec | refs/heads/master | 2020-04-22T13:38:33.556631 | 2019-10-02T15:13:27 | 2019-10-02T15:13:27 | 170,415,988 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 679 | puml | @startuml
!define AWSPUML https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist
!includeurl AWSPUML/common.puml
!includeurl AWSPUML/Storage/AWSStorageGateway/AWSStorageGateway.puml
!includeurl AWSPUML/Storage/AWSStorageGateway/cachedvolume/cachedvolume.puml
!includeurl AWSPUML/Storage/AWSStorageGateway/non_cachedvolume/non_cachedvolume.puml
!includeurl AWSPUML/Storage/AWSStorageGateway/virtualtapelibrary/virtualtapelibrary.puml
package "Storage" {
AWSSTORAGEGATEWAY("AWSSTORAGEGATEWAY") {
CACHEDVOLUME("CACHEDVOLUME")
NON_CACHEDVOLUME("NON_CACHEDVOLUME")
VIRTUALTAPELIBRARY("VIRTUALTAPELIBRARY")
}
}
@enduml | false | true | false | false | uml-unknown |
3c2cb09e706bd95031c155cf7d74b394da0ec5c4 | aa0b6430cebd12849b44285dac2f3a28d6d2502e | /src/test/resources/usecase6.plantuml | bab08e1b51438f90dce05513eca79696b7f3eefa | [
"MIT"
] | permissive | dirkarnez/plantuml-antlr4 | 8642e39d59dacfed57131c55cec419b67ac0eaa1 | d0076126aac0bc9a2f91dbaae0530828f5b04910 | refs/heads/master | 2020-06-20T17:21:13.233584 | 2015-03-20T12:46:36 | 2015-03-20T12:46:36 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 262 | plantuml | @startuml
title Package - Use Case Diagram
rectangle Features {
(Login)
(Create / Delete User) as CDU
}
:Employee:
:Client:
:Supervisor:
Employee --> (Login)
Supervisor --> (Login)
Client ..> (Login) : NO!!!!
Supervisor ---> CDU: I am god
@enduml
| false | true | false | false | sequence |
93eb8f9c95cc222679d66488e6d37dee78975a95 | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/hub-and-spoke/v7/wfm-no-concurrent-request.puml | 1afdfa5e46761fb69fd5cbefd394ef72f03c1adb | [
"Apache-2.0"
] | permissive | telstra/open-kilda | 874b5204f8c2070860a2e7fc6f8be368a5d18726 | 686d31220f1033595d7f1d4374544af5ba9c42fe | refs/heads/develop | 2023-08-15T21:24:21.294425 | 2023-08-14T08:51:52 | 2023-08-14T08:51:52 | 104,974,693 | 82 | 70 | Apache-2.0 | 2023-09-14T19:11:22 | 2017-09-27T05:13:18 | Java | UTF-8 | PlantUML | false | false | 744 | puml | @startuml
title hub and spoke wfm mk7 happy path (no concurrent request)
hide footbox
participant NB
participant "Kafka" as bus
participant "Async Job" as async_job
box "Hub" #LightBlue
participant "Spout" as sp_hub
participant "Bolt" as bolt_hub
end box
participant "Coordinator\nBolt" as coordinator
NB ->> bus : request
sp_hub <<- bus
sp_hub ->> bolt_hub
loop while task is not done
bolt_hub ->> coordinator : register callback request
bolt_hub ->> bus
async_job <<- bus
async_job -> async_job
async_job ->> bus
sp_hub <<- bus
sp_hub ->> bolt_hub : result of async op
bolt_hub -> bolt_hub : process request
bolt_hub ->> coordinator : cancel callback
end
bolt_hub ->> bus
NB <<- bus
@enduml | false | true | false | false | sequence |
807343807a15d22d7bc3ce155af36d5e834022d5 | e15413bf56f8405e3f54556efac8d9dcf70863cb | /Wasteless-app/wasteless-server/src/main/java/wasteless/server/diagrams/factory.plantuml | 2ba52a4bff9716f7262196255fa1fe9cd2568eb1 | [] | no_license | sd-2020-30431/assignment-2-cezarasabou | 901d0b605ac3cd374eff28f958ab845f9d5f829c | f3bfda99dad3f12326b9ff1cc41d2fbfb12b9d38 | refs/heads/master | 2023-01-14T01:25:19.393086 | 2020-04-18T15:47:19 | 2020-04-18T15:47:19 | 249,999,198 | 0 | 0 | null | 2023-01-07T17:08:31 | 2020-03-25T14:21:57 | Java | UTF-8 | PlantUML | false | false | 1,000 | plantuml | @startuml
title __FACTORY's Class Diagram__\n
namespace wasteless.server {
namespace export.factory {
interface wasteless.server.export.factory.AbstractFactory {
{abstract} + create()
}
}
}
namespace wasteless.server {
namespace export.factory {
class wasteless.server.export.factory.FactoryProvider {
+ getFactory()
}
}
}
namespace wasteless.server {
namespace export.factory {
enum FactoryType {
REPORT_FACTORY
}
}
}
namespace wasteless.server {
namespace export.factory {
class wasteless.server.export.factory.ReportFactory {
+ create()
}
}
}
wasteless.server.export.factory.ReportFactory .up.|> wasteless.server.export.factory.AbstractFactory
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 |
97011005f34a2357371ef2a62dd411891ed17531 | e30e784d7ee56674973b80b367b6ba73a98091d2 | /doc/refund/refund_class.puml | 4a87919b7f79eb7d0ab857e6e0b73bc8b79252ce | [] | no_license | suevip/trade-1 | 774bb35a3aa878c42280f6770524eba08923b4aa | 4a48848eebb5ebcf0958fcdc61b4a6e357ec38b8 | refs/heads/master | 2018-01-14T17:41:43.441561 | 2016-02-22T08:39:47 | 2016-02-22T08:39:47 | 63,680,598 | 1 | 0 | null | 2016-07-19T09:30:20 | 2016-07-19T09:30:20 | null | UTF-8 | PlantUML | false | false | 1,675 | puml | @startuml
class Facade
Facade *--OrderRefundService_
Facade *--OrderItemRefundService
Facade *--SafeguardRefundService
Facade *--CashBackService
Facade *--OrderOverPayRefundService
Facade *--OrderExpireRefundService
Facade *--PeerpayRefundService
Facade *--PeerpayOverPayRefundService
Facade *--PeerpayExpireRefundService
Facade *--OnlineRefundProxy
Facade *--TransferAccountsService
Facade *--ItemTransferAccountsService
package OrderRefundService.realization{
class RefundBaseService
RefundBaseService <|-- OrderRefundService
class OrderRefundService
OrderRefundService : merRefund
OrderRefundService : format
OrderRefundService *-- OrderRefundStrategy
OrderRefundService *-- OrderRefundChecker
class BaseStrategy
BaseStrategy <|-- OrderRefundStrategy
OrderRefundStrategy *-- FundsService
OrderRefundStrategy *-- Dispatcher
OrderRefundStrategy *-- OrderService
OrderRefundStrategy *-- RefLogService
class OrderRefundStrategy
OrderRefundStrategy : createRefundRecord
OrderRefundStrategy : refundStart
OrderRefundStrategy : afterRefundProcess
class OrderRefundChecker
class BaseChecker
BaseChecker <|-- OrderRefundChecker
class FundsService
FundsService : freezeBalance
FundsService : unfreezeBalance
class Dispatcher
Dispatcher : merRefund
class OrderService
OrderService : getOrder
class RefLogService
RefLogService : createRefundLog
RefLogService : updateRefundLog
RefLogService : getRefundLog
}
@enduml
| false | true | false | false | class |
b9aab00cda41fd97416b2350fec688dba224d945 | d1ac1ceadcd7268b24c5c5d0123291aec4630246 | /UML.puml | d3dc3d2e1460902f97ef6b957ff155df2804f599 | [] | no_license | juliia5m/C--project-Geifman-Marchuk | 09189a002d9395aeaf1e32bfb7533c221bb3541d | 090d6e541fd96d7d6b713ba0591f494fb658b95d | refs/heads/master | 2020-05-28T10:17:26.336603 | 2019-05-30T04:39:23 | 2019-05-30T04:39:23 | 188,967,704 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,053 | puml | @startuml
/' Objects '/
class Customer {
+Customer(string name, int age, double money)
+k : int
+money : int
}
class Human {
+Human(string name, double age)
#age : int
#name : string
+show() : void
}
class Product {
+Product(string name, double price)
+get_price() : double
-price : double
+get_name() : string
-name : string
+changePrice(double q) : void
+show() : void
}
class Seller {
+Seller(string name, int age, double salary)
-salary : double
+quantity : int
+changeSalary(double q) : void
+show() : void
}
class Shop {
+Shop(string name)
-profit : double
-name : string
-costumers : vector<Customer>
-products : vector<Product>
-sellers : vector<Seller>
+get_customer(Customer a) : void
+get_product(Product a) : void
+get_seller(Seller a) : void
+sell_product(Product a, Customer b, Seller c) : void
+show() : void
}
/' Inheritance relationships '/
Human <|-- Customer
Human <|-- Seller
/' Aggregation relationships '/
Shop o-- Customer
Shop o-- Product
Shop o-- Seller
@enduml
| false | true | false | false | class |
9a8f05f566a28548b475e4d79082e69450b26436 | 912d65be9bbd436a671d948abe8dadf356eb5216 | /src/main/java/com/jdk1_8/test3/test3.plantuml | f9d278e6f029053462fcc25965bc381f588ed408 | [] | no_license | ljhpole/netty-lecture | 02318e9992f488f03425c93b981e8718582b1b4b | a20bef9e6db5d1061a6f37ec0593087588ea1a0a | refs/heads/main | 2023-02-24T21:52:42.964037 | 2021-01-31T15:35:18 | 2021-01-31T15:35:18 | 334,686,240 | 0 | 1 | null | 2021-01-31T15:35:19 | 2021-01-31T15:19:40 | null | UTF-8 | PlantUML | false | false | 708 | plantuml | @startuml
title __TEST3's Class Diagram__\n
namespace com.jdk1_8.test3 {
class com.jdk1_8.test3.ConditionTest {
~ elementCount : int
~ elements : String[]
~ lock : Lock
~ notEmpty : Condition
~ notFull : Condition
~ putIndex : int
~ takeIndex : int
+ init()
+ putElement()
+ takeElement()
}
}
namespace com.jdk1_8.test3 {
class com.jdk1_8.test3.ConditionTestMain {
{static} + main()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
8764630412f3c9cd566e1eb58d440e2f0e447f9a | 72c605a8372b04f19ec6ee6cefaf5517524d8f74 | /ButtonLed/ButtonLedPwmEnv.emi/src-models/output-ButtonLedCS/output-CompositeStructureSM.plantuml | e92e611484728744fe650c193109d2457274b7bc | [] | no_license | ValentinBesnard/emi-deployment | 73fba07d8f2cb6fabf82b4274bff564c3d17798e | d18eac496381bbf60ff6a2a0492083c8f0705a72 | refs/heads/master | 2022-04-15T22:09:51.331064 | 2020-02-24T07:03:54 | 2020-02-24T07:03:54 | 182,274,203 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 175 | plantuml |
@startuml
state Main {
state "system : System" as ButtonLeds_Main_system {
}
state "env : Env" as ButtonLeds_Main_env {
}
| false | true | false | false | state |
cb78298f8ae4b0d1e21ac92d2ff6bb21baaf2c77 | f6e8d9ffb0fbe22f284a9771933ad71a3538ac49 | /Diagrams/SequenceDiagrams/seq-fulfil-2.1.1.plantuml | 1fec11f0c8050e3dbf2a213656268ff9a0124d66 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | mDuo13/docs-1 | 2b734c7d927e6e7c9714320c6c3c5ef2b49d76b5 | b2b18663510b0bc92a3c8e8768adc8be0e21cd91 | refs/heads/master | 2020-04-30T13:06:06.901776 | 2019-03-14T11:26:50 | 2019-03-14T11:26:50 | 176,845,744 | 0 | 0 | null | 2019-03-21T01:31:09 | 2019-03-21T01:31:08 | null | UTF-8 | PlantUML | false | false | 11,717 | plantuml | /'*****
License
--------------
Copyright © 2017 Bill & Melinda Gates Foundation
The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files 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, the Mojaloop files are 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.
Contributors
--------------
This is the official list of the Mojaloop project contributors for this file.
Names of the original copyright holders (individuals or organizations)
should be listed with a '*' in the first column. People who have
contributed from an organization can be listed under the organization
that actually holds the copyright for their contributions (see the
Gates Foundation organization for an example). Those individuals should have
their names indented and be marked with a '-'. Email address can be added
optionally within square brackets <email>.
* Gates Foundation
- Name Surname <name.surname@gatesfoundation.com>
* Rajiv Mothilal <rajiv.mothilal@modusbox.com>
* Georgi Georgiev <georgi.georgiev@modusbox.com>
--------------
******'/
@startuml
' declate title
title 2.1.1. Fulfil Handler Consume (Success)
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistance Store
' declare actors
collections "Fulfil-Topic" as TOPIC_FULFIL
control "Fulfil Event Handler" as FULF_HANDLER
collections "Event-Topic" as TOPIC_EVENT
collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION
collections "Notification-Topic" as TOPIC_NOTIFICATIONS
'entity "Transfer Duplicate Facade" as DUP_FACADE
entity "Position DAO" as POS_DAO
database "Central Store" as DB
box "Central Service" #LightYellow
participant TOPIC_FULFIL
participant FULF_HANDLER
participant TOPIC_TRANSFER_POSITION
participant TOPIC_EVENT
participant TOPIC_NOTIFICATIONS
participant POS_DAO
participant DB
end box
' start flow
activate FULF_HANDLER
group Fulfil Handler Consume (Success)
alt Consume Single Message
TOPIC_FULFIL <- FULF_HANDLER: Consume Fulfil event message for Payer
activate TOPIC_FULFIL
deactivate TOPIC_FULFIL
break
group Validate Event
FULF_HANDLER <-> FULF_HANDLER: Validate event - Rule: type == 'fulfil' && action == 'commit'\n<color #FF0000><b>Error codes:</b> 2001</color>
end
end
group Persist Event Information
FULF_HANDLER -> TOPIC_EVENT: Publish event information
ref over FULF_HANDLER, TOPIC_EVENT: Event Handler Consume {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-event-9.1.0.svg 9.1.0.]]}
end
group Validate FSPIOP-Signature
|||
ref over FULF_HANDLER, TOPIC_NOTIFICATIONS: Validate message.content.headers.**FSPIOP-Signature** {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-signature-validation.svg seq-signature-validation]]} \n<color #FF0000><b>Error codes:</b> 3105/3106</color>
end
group Validate Transfer Fulfilment Duplicate Check
FULF_HANDLER -> FULF_HANDLER: Generate transferFulfilmentId uuid
FULF_HANDLER -> POS_DAO: Request to retrieve transfer fulfilment hashes by transferId\n<color #FF0000><b>Error code:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Request Transfer fulfilment duplicate message hashes
hnote over DB #lightyellow
SELET transferId, hash
FROM **transferFulfilmentDuplicateCheck**
WHERE transferId = request.params.id
end note
activate DB
POS_DAO <-- DB: Return existing hashes
deactivate DB
POS_DAO --> FULF_HANDLER: Return (list of) transfer fulfil messages hash(es)
deactivate POS_DAO
FULF_HANDLER -> FULF_HANDLER: Loop the list of returned hashes and compare each entry with the calculated message hash
alt Hash matched
' Need to check what respond with same results if finalised then resend, else ignore and wait for response
FULF_HANDLER -> TOPIC_EVENT: Publish event information (for duplicate) ( Event Handler Consume {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-event-9.1.0.svg 9.1.0]]} )
FULF_HANDLER -> POS_DAO: Request to retrieve Transfer Fulfilment and Transfer state\n<color #FF0000><b>Error code:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Request to retrieve Transfer Fulfilment and Transfer state
hnote over DB #lightyellow
transferFulfilment
transferStateChange
end note
activate DB
POS_DAO <-- DB: Return Transfer Fulfilment and Transfer state
deactivate DB
POS_DAO --> FULF_HANDLER: Return Transfer Fulfilment and Transfer state
deactivate POS_DAO
alt transferFulfilment.isValid == 0
break
FULF_HANDLER <-> FULF_HANDLER: <color #FF0000><b>Error handling:</b> 3106</color>
end
else transferState IN ['COMMITTED', 'ABORTED']
break
ref over FULF_HANDLER, TOPIC_NOTIFICATIONS: Send notification to Participant (Payee) {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.4.a.svg 1.1.4.a.]]} \n
end
else transferState NOT 'RESERVED'
break
FULF_HANDLER <-> FULF_HANDLER: <color #FF0000><b>Error code:</b> 2001</color>
end
else
break
FULF_HANDLER <-> FULF_HANDLER: Allow previous request to complete
end
end
else Hash not matched
FULF_HANDLER -> POS_DAO: Request to persist transfer hash\n<color #FF0000><b>Error codes:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Persist hash
hnote over DB #lightyellow
transferFulfilmentDuplicateCheck
end note
activate DB
deactivate DB
POS_DAO --> FULF_HANDLER: Return success
deactivate POS_DAO
end
end
group Validate and persist Transfer Fulfilment
FULF_HANDLER -> POS_DAO: Request information for the validate checks\n<color #FF0000><b>Error code:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Fetch from database
activate DB
hnote over DB #lightyellow
transfer
end note
DB --> POS_DAO
deactivate DB
FULF_HANDLER <-- POS_DAO: Return transfer
deactivate POS_DAO
FULF_HANDLER ->FULF_HANDLER: Validate that Transfer.ilpCondition = SHA-256 (content.payload.fulfilment)\n<color #FF0000><b>Error code:</b> 2001</color>
FULF_HANDLER -> FULF_HANDLER: Validate expirationDate\n<color #FF0000><b>Error code:</b> 3303</color>
opt Transfer.ilpCondition validate successful
group Request current Settlement Window
FULF_HANDLER -> POS_DAO: Request to retrieve current/latest transfer settlement window\n<color #FF0000><b>Error code:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Fetch settlementWindowId
activate DB
hnote over DB #lightyellow
settlementWindow
end note
DB --> POS_DAO
deactivate DB
FULF_HANDLER <-- POS_DAO: Return settlementWindowId to be appended during transferFulfilment insert\n**TODO**: During settlement design make sure transfers in 'RECEIVED-FULFIL'\nstate are updated to the next settlement window
deactivate POS_DAO
end
end
group Persist fulfilment
FULF_HANDLER -> POS_DAO: Persist fulfilment with the result of the above check (transferFulfilment.isValid)\n<color #FF0000><b>Error code:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Persist to database
activate DB
deactivate DB
hnote over DB #lightyellow
transferFulfilment
transferExtension
end note
FULF_HANDLER <-- POS_DAO: Return success
deactivate POS_DAO
end
alt Transfer.ilpCondition validate successful
group Persist Transfer State (with transferState='RECEIVED-FULFIL')
FULF_HANDLER -> POS_DAO: Request to persist transfer state\n<color #FF0000><b>Error code:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Persist transfer state
activate DB
hnote over DB #lightyellow
transferStateChange
end note
deactivate DB
POS_DAO --> FULF_HANDLER: Return success
deactivate POS_DAO
end
note right of FULF_HANDLER #yellow
Message:
{
id: <ID>,
from: <transferHeaders.FSPIOP-Source>,
to: <transferHeaders.FSPIOP-Destination>,
type: application/json,
content: {
headers: <transferHeaders>,
payload: <transferMessage>
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: position,
action: commit,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
FULF_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event for Payee
activate TOPIC_TRANSFER_POSITION
deactivate TOPIC_TRANSFER_POSITION
else Validate Fulfil Transfer not successful
break
FULF_HANDLER -> TOPIC_NOTIFICATIONS: Route & Publish Notification event for Payee
activate TOPIC_NOTIFICATIONS
deactivate TOPIC_NOTIFICATIONS
end
end
end
else Consume Batch Messages
note left of FULF_HANDLER #lightblue
To be delivered by future story
end note
end
end
deactivate FULF_HANDLER
@enduml
| false | true | true | false | sequence |
2a12f7d595a8a6f32ed260ab752a267ca6d23826 | df9feca01c652070ea04889cdd6ba19207eedd8b | /app/app.plantuml | 602bdfc44de5f10b5d7ce142b060915a76ff1389 | [] | no_license | r-ferrier/artistExMachina | 596785a640703487f677ae799ffa9fdfa6019d71 | f6685fa933a35ab63c82fc570f979620caff3f70 | refs/heads/master | 2020-06-11T20:18:20.505472 | 2019-09-04T18:22:34 | 2019-09-04T18:22:34 | 194,072,738 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 10,249 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace com.example.workinprogress {
class com.example.workinprogress.About {
}
}
namespace com.example.workinprogress {
class com.example.workinprogress.BuildConfig {
}
}
namespace com.example.workinprogress {
class com.example.workinprogress.DataDisplay {
}
}
namespace com.example.workinprogress {
class com.example.workinprogress.DisplayImage {
}
}
namespace com.example.workinprogress {
class com.example.workinprogress.Gallery {
}
}
namespace com.example.workinprogress {
class com.example.workinprogress.GalleryRecyclerViewAdapter {
}
}
namespace com.example.workinprogress {
class com.example.workinprogress.GenericFileProvider {
}
}
namespace com.example.workinprogress {
class com.example.workinprogress.MainActivity {
}
}
namespace com.example.workinprogress {
class com.example.workinprogress.MainClassAnimation {
}
}
namespace com.example.workinprogress {
class com.example.workinprogress.ShortPortrait {
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
abstract class com.example.workinprogress.dataSetsAndComponents.DataSet {
}
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
interface com.example.workinprogress.dataSetsAndComponents.DataSetPoint {
}
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
class com.example.workinprogress.dataSetsAndComponents.LightData {
}
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
class com.example.workinprogress.dataSetsAndComponents.LocationData {
}
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
class com.example.workinprogress.dataSetsAndComponents.LocationTwoPointsDataSet {
}
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
class com.example.workinprogress.dataSetsAndComponents.PositionData {
}
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
class com.example.workinprogress.dataSetsAndComponents.PositionSensorThreePointsDataSet {
}
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
class com.example.workinprogress.dataSetsAndComponents.SensorSingularPointDataSet {
}
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
abstract class com.example.workinprogress.dataSetsAndComponents.SingularPointDataSet {
}
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
abstract class com.example.workinprogress.dataSetsAndComponents.ThreePointsDataSet {
}
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
abstract class com.example.workinprogress.dataSetsAndComponents.TwoPointsDataSet {
}
}
}
namespace com.example.workinprogress {
namespace dataSetsAndComponents {
class com.example.workinprogress.dataSetsAndComponents.UnscaledSingleEntryDataSet {
}
}
}
namespace com.example.workinprogress {
namespace paintings {
class com.example.workinprogress.paintings.AbstractShapes {
}
}
}
namespace com.example.workinprogress {
namespace paintings {
class com.example.workinprogress.paintings.AlbersImage {
}
}
}
namespace com.example.workinprogress {
namespace paintings {
class com.example.workinprogress.paintings.AutomaticDrawing {
}
}
}
namespace com.example.workinprogress {
namespace paintings {
class com.example.workinprogress.paintings.KineticArt {
}
}
}
namespace com.example.workinprogress {
namespace paintings {
class com.example.workinprogress.paintings.Landscape {
}
}
}
namespace com.example.workinprogress {
namespace paintings {
abstract class com.example.workinprogress.paintings.Painting {
}
}
}
namespace com.example.workinprogress {
namespace paintings {
class com.example.workinprogress.paintings.PositionAndLightPainting {
}
}
}
namespace com.example.workinprogress {
namespace paintings {
namespace shapes {
class com.example.workinprogress.paintings.shapes.BumpyShape {
}
}
}
}
namespace com.example.workinprogress {
namespace paintings {
namespace shapes {
class com.example.workinprogress.paintings.shapes.CircleShape {
}
}
}
}
namespace com.example.workinprogress {
namespace paintings {
namespace shapes {
class com.example.workinprogress.paintings.shapes.CurvedShape {
}
}
}
}
namespace com.example.workinprogress {
namespace paintings {
namespace shapes {
class com.example.workinprogress.paintings.shapes.LineShape {
}
}
}
}
namespace com.example.workinprogress {
namespace paintings {
namespace shapes {
abstract class com.example.workinprogress.paintings.shapes.Shape {
}
}
}
}
namespace com.example.workinprogress {
namespace paintings {
namespace shapes {
class com.example.workinprogress.paintings.shapes.SquiggleShape {
}
}
}
}
com.example.workinprogress.About -up-|> androidx.appcompat.app.AppCompatActivity
com.example.workinprogress.DataDisplay -up-|> androidx.appcompat.app.AppCompatActivity
com.example.workinprogress.DisplayImage .up.|> androidx.viewpager.widget.ViewPager.OnPageChangeListener
com.example.workinprogress.DisplayImage -up-|> androidx.appcompat.app.AppCompatActivity
com.example.workinprogress.DisplayImage o-- com.example.workinprogress.paintings.Painting : createdImage
com.example.workinprogress.Gallery -up-|> androidx.appcompat.app.AppCompatActivity
com.example.workinprogress.Gallery o-- com.example.workinprogress.GalleryRecyclerViewAdapter : galleryRecyclerViewAdapter
com.example.workinprogress.GalleryRecyclerViewAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter
com.example.workinprogress.GenericFileProvider -up-|> androidx.core.content.FileProvider
com.example.workinprogress.MainActivity .up.|> com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks
com.example.workinprogress.MainActivity .up.|> com.google.android.gms.common.api.GoogleApiClient.OnConnectionFailedListener
com.example.workinprogress.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.workinprogress.ShortPortrait .up.|> android.hardware.SensorEventListener
com.example.workinprogress.ShortPortrait .up.|> android.location.LocationListener
com.example.workinprogress.ShortPortrait -up-|> androidx.appcompat.app.AppCompatActivity
com.example.workinprogress.dataSetsAndComponents.DataSet .up.|> java.io.Serializable
com.example.workinprogress.dataSetsAndComponents.LightData .up.|> com.example.workinprogress.dataSetsAndComponents.DataSetPoint
com.example.workinprogress.dataSetsAndComponents.LocationData .up.|> com.example.workinprogress.dataSetsAndComponents.DataSetPoint
com.example.workinprogress.dataSetsAndComponents.LocationTwoPointsDataSet -up-|> com.example.workinprogress.dataSetsAndComponents.TwoPointsDataSet
com.example.workinprogress.dataSetsAndComponents.PositionData .up.|> com.example.workinprogress.dataSetsAndComponents.DataSetPoint
com.example.workinprogress.dataSetsAndComponents.PositionSensorThreePointsDataSet -up-|> com.example.workinprogress.dataSetsAndComponents.ThreePointsDataSet
com.example.workinprogress.dataSetsAndComponents.SensorSingularPointDataSet -up-|> com.example.workinprogress.dataSetsAndComponents.SingularPointDataSet
com.example.workinprogress.dataSetsAndComponents.SingularPointDataSet -up-|> com.example.workinprogress.dataSetsAndComponents.DataSet
com.example.workinprogress.dataSetsAndComponents.ThreePointsDataSet -up-|> com.example.workinprogress.dataSetsAndComponents.DataSet
com.example.workinprogress.dataSetsAndComponents.TwoPointsDataSet -up-|> com.example.workinprogress.dataSetsAndComponents.DataSet
com.example.workinprogress.dataSetsAndComponents.UnscaledSingleEntryDataSet -up-|> com.example.workinprogress.dataSetsAndComponents.SingularPointDataSet
com.example.workinprogress.paintings.AbstractShapes -up-|> com.example.workinprogress.paintings.Painting
com.example.workinprogress.paintings.AlbersImage -up-|> com.example.workinprogress.paintings.Painting
com.example.workinprogress.paintings.AutomaticDrawing -up-|> com.example.workinprogress.paintings.Painting
com.example.workinprogress.paintings.KineticArt -up-|> com.example.workinprogress.paintings.AbstractShapes
com.example.workinprogress.paintings.Landscape -up-|> com.example.workinprogress.paintings.PositionAndLightPainting
com.example.workinprogress.paintings.Painting -up-|> android.graphics.drawable.Drawable
com.example.workinprogress.paintings.PositionAndLightPainting -up-|> com.example.workinprogress.paintings.Painting
com.example.workinprogress.paintings.shapes.BumpyShape -up-|> com.example.workinprogress.paintings.shapes.LineShape
com.example.workinprogress.paintings.shapes.CircleShape -up-|> com.example.workinprogress.paintings.shapes.LineShape
com.example.workinprogress.paintings.shapes.CurvedShape -up-|> com.example.workinprogress.paintings.shapes.Shape
com.example.workinprogress.paintings.shapes.LineShape -up-|> com.example.workinprogress.paintings.shapes.Shape
com.example.workinprogress.paintings.shapes.Shape -up-|> android.graphics.drawable.Drawable
com.example.workinprogress.paintings.shapes.SquiggleShape -up-|> com.example.workinprogress.paintings.shapes.LineShape
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 |
7d6556b81de9280fbba326104209dc06240064bf | 0c50b78afaf6adb723d576a8ff475bfbab3047fc | /ToDo/ToDo/klassenDiagramm.puml | a9f1255165c3d3e05f6f77576c0c8d1a9cbe11d4 | [] | no_license | Lionel1291/ToDo | c3c1a60bbcf9d2c942b8118249013acca6b0977b | c6dbb100e42d4987e1a2b29932ac9d8036ae441a | refs/heads/master | 2023-05-26T17:12:00.730505 | 2020-06-12T09:41:32 | 2020-06-12T09:41:32 | 271,761,602 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,458 | puml | @startuml klassenDiagramm
class App{
- {static} scene : Scene
+ start(Stage stage) : void
{static} setRoot(String fxml) : void
- {static} loadFXML(String fxml) : Parent
+ {static} main(String[] args) : void
}
class DeleteController{
- button_No : Button
- button_Yes : Button
- deleteNr : String
- sqlDelete : String
# deleteData(MouseEvent event) : void
# backToMain(MouseEvent event) : void
}
class SQLiteDBToDo{
+ {static} sQLiteDBToDoConnection() : Connection null
}
class ToDo{
- number : int
- toDoName : String
- withWho : String
- where : String
- date : Date
- time : String
+ ToDo(int newNumber, String newToDoName, String newWithWho, String newWhere, Date newDate, String newTime) : void
+ setNumber(int newNumber) : void
+ getNumber() : int
+ setToDoName(String newToDoName) : void
+ getToDoName() : String
+ setWithWho(String newWithWho) : void
+ getWithWho() : String
+ setWhere(String newWhere) : void
+ getWhere() : String
+ setDate(Date newDate) : void
+ getDate() : Date
+ setTime(String newTime) : void
+ getTime() : String
}
class ViewController{
- tf_Name_Add : TextField
- tf_WithWho_Add : TextField
- tf_Where_Add : TextField
- tf_Hours_Add : TextField
- tf_Minutes_Add : TextField
- tf_DeleteToDoNr : TextField
- t_State : Text
- dp_Add : DatePicker
- button_Add : Button
- butto_Delete : Button
- tv_Show : TableView<ToDo>
- tc_Show_ToDoNumber : TableColumn<ToDo, Integer>
- tc_Show_ToDoName : TableColumn<ToDo, String>
- vtc_Show_WithWho : TableColumn<ToDo, String>
- tc_Show_Where : TableColumn<ToDo, String>
- tc_Show_Date : TableColumn<ToDo, Date>
- tc_Show_Time : TableColumn<ToDo, String>
- ol : ObservableList<ToDo>
- sqlSelect : String
- sqlInsert : String
- sqlDelete : String
+ {static} deleteNr : String
# addData(MouseEvent event) : void
# deleteData(MouseEvent event) : void
- loadAll() : void
- insertAll(String toDoName, String withWho, String where, java.sql.Date sqlDate, String time) : void
- actuallDateInsert(LocalDate localDate, Boolean idBoolean) : Boolean
- timeCheck(String hours, String minutes) : String
- actuallDateSelect(Boolean sdBoolean, LocalDate localSQLDate) : Boolean
}
@enduml | false | true | false | false | class |
c0bffd23bbfb40fd5bf9d7b0af16c274eb0eba47 | 1dc52c46fa5ea18a3dc4565467cb364a5829a0db | /dokumentaatio/sekvenssikaavio_muistinKirjoitusWindows.puml | b159894d68b36e5dd8883bd0d2e320c3e287a70a | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | huudev/lacuna | f6aba984b1e575844fe7b395d1015646667eacf8 | 9a22ca30bb7a592cf775a3737b9ae3c4fd593406 | refs/heads/master | 2023-03-16T07:02:37.288715 | 2019-01-20T22:46:39 | 2019-01-20T22:46:39 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,237 | puml | @startuml
actor User
participant "LacunaBootstrap" as LacunaBootstrapStatic << Static >>
User -> LacunaBootstrapStatic : forCurrentPlatform()
activate LacunaBootstrapStatic
LacunaBootstrapStatic -> LacunaBootstrap : new
activate LacunaBootstrap
LacunaBootstrapStatic <-- LacunaBootstrap
deactivate LacunaBootstrap
User <-- LacunaBootstrapStatic : bootstrap
deactivate LacunaBootstrapStatic
User -> LacunaBootstrap : getMemoryWriter()
activate LacunaBootstrap
User <-- LacunaBootstrap : writer
deactivate LacunaBootstrap
participant MemoryWriter << MemoryWriterImpl >>
User -> MemoryWriter : writeInt(process, offset)
activate MemoryWriter
MemoryWriter -> ByteBuffer : putInt(value)
activate ByteBuffer
MemoryWriter -> ByteBuffer : array()
MemoryWriter <-- ByteBuffer : data
deactivate ByteBuffer
participant RawMemoryWriter << WindowsRawMemoryWriter >>
MemoryWriter -> RawMemoryWriter : write(process, offset, data)
activate RawMemoryWriter
RawMemoryWriter -> NativeProcess : process.getPid()
activate NativeProcess
RawMemoryWriter <-- NativeProcess : pid
deactivate NativeProcess
participant ProcessOpener << WindowsProcessOpener >>
RawMemoryWriter -> ProcessOpener : open(pid, FLAGS_WRITEMEMORY)
activate ProcessOpener
participant OpenProcess << Kernel32 >>
ProcessOpener -> OpenProcess : openProcess(flags, false, pid)
activate OpenProcess
OpenProcess ->] : (native code)
OpenProcess <--] : nativeHandle
ProcessOpener <-- OpenProcess : nativeHandle
deactivate OpenProcess
ProcessOpener -> WinApiProcessHandle : new(nativeHandle)
activate WinApiProcessHandle
ProcessOpener <-- WinApiProcessHandle : handle
deactivate WinApiProcessHandle
RawMemoryWriter <-- ProcessOpener : handle
deactivate ProcessOpener
RawMemoryWriter -> WinApiProcessHandle : getNativeHandle()
activate WinApiProcessHandle
RawMemoryWriter <-- WinApiProcessHandle : nativeHandle
deactivate WinApiProcessHandle
participant WriteProcessMemory << Kernel32 >>
RawMemoryWriter -> WriteProcessMemory : writeProcessMemory
activate WriteProcessMemory
WriteProcessMemory ->] : (native code)
WriteProcessMemory <--] : success
RawMemoryWriter <-- WriteProcessMemory : success
deactivate WriteProcessMemory
deactivate RawMemoryWriter
deactivate MemoryWriter
@enduml | false | true | false | false | usecase |
058a80631d64638f509dbb9dbb4568e31b959836 | 409baf50fa5597d1a4890ad0204172a2302d3430 | /actors/stage/src/main/java/com/ea/orbit/actors/net/channelSequenceWithContext.puml | dee511de8ff15f33c82db39ea8c96c90b924510d | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | Jedmond/orbit | 98be7b37ef6e8c298da5e3ad8ee66ceb2905bb0f | 852c9e3656ac700c2d65f01d4522d419c0631721 | refs/heads/master | 2020-12-28T22:53:56.214302 | 2015-11-10T04:29:02 | 2015-11-10T04:29:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 960 | puml | @startuml
title Channel Sequence
actor Application
box "Handler 1" #LightBlue
participant Handler_1
participant Context_1
end box
box "Handler 2" #White
participant Handler_2
participant Context_2
end box
box "Handler 3" #LightBlue
participant Handler_3
participant Context_3
end box
box "Connection (last)" #White
participant Connection
participant Context_4
end box
Application -> Handler_1 : sendMessage
Handler_1 -> Context_1 : fireWrite
Context_1 --> Handler_2 : onWrite
Handler_2 -> Context_2 : fireWrite
Context_2 --> Handler_3 : onWrite
Handler_3 -> Context_3 : fireWrite
Context_3 --> Connection : onWrite
Connection -->Network : send bytes
|||
Network--> Connection : receive bytes
Connection -> Context_4 : fireRead
Context_4 --> Handler_3 : onRead
Handler_3 -> Context_3 : fireRead
Context_3 --> Handler_2 : onRead
Handler_2 -> Context_2 : fireRead
Context_2 --> Handler_1 : onRead
Handler_1 -> Application : receiveMessage
@enduml
| false | true | false | false | usecase |
eda31ee8513ce5c833ebcfa4747689565105a131 | b2377dbb97354ebb11f18337fae7a5deb10e9fd1 | /docs/Solution/Hardware-Stack/Data-Lake/Logical.puml | 558758ca8aad17d30d12ff61a3cb5e2e7814d603 | [] | no_license | CAADE/H2C | 634e94afdd5302232d234aa7abefcfc61a24ea8e | 91227f94a60c8e3285c24333da340c06a51afa9d | refs/heads/master | 2021-03-27T18:25:35.652782 | 2018-06-01T21:58:49 | 2018-06-01T21:58:49 | 83,159,772 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 232 | puml | @startuml
package "Hardware-Stack/Data-Lake" {
interface "Hardware-Stack/Data-Lake" {
}
CLI ()-- "Hardware-Stack/Data-Lake"
REST ()-- "Hardware-Stack/Data-Lake"
Web ()-- "Hardware-Stack/Data-Lake"
}
@enduml
| false | true | false | false | class |
4bcdca224a7cf9203f344a5c1a71010d1f71b3d4 | 7041d4eab20296045d22e31c56211bc84b17da1c | /docs/Ajouter question/DSS_Ajouter_Question.puml | 73b04f36c9a433d1ba866ca14dff823099b3e9ee | [] | no_license | nerdz88/SGA-TS | ff97ce5cd5c78de97a851e80e0c948f7552b0f2c | 608d0748ff5ceff47ff75a9053cc1b5fee061df9 | refs/heads/main | 2023-07-09T19:54:11.262264 | 2021-07-28T17:39:07 | 2021-07-28T17:39:07 | 397,959,207 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 733 | puml | @startuml DSS_Ajouter_Question
title DSS ajouter question
hide footbox
actor ":Enseignant" as professeur
participant ":Systeme" as systeme
professeur -> systeme : recupererTousEspaceCours(token : String)
professeur <-- systeme : liste des espaceCours de l'enseignant
professeur -> systeme : recupererToutesQuestionsEspaceCours(idEspaceCours : int)
professeur <-- systeme : questions associées à l'espaceCours
loop !terminerQuestion
professeur -> systeme : ajouterQuestion(tags : String[], nom : String, \ntexteQuestion : String, reponse : boolean,\ntexteBonneReponse : String, texteMauvaiseReponse : String)
systeme --> professeur : liste de questions mise à jour
end
professeur -> systeme : terminerAjouterQuestion()
@enduml | false | true | true | false | usecase |
5dceb86260272d6cb4d80b23d5f891bac87e27c3 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140364/sprint1/ipc_extension_image5.puml | abcae19321a7412b18bd9239f41cd88861c44a73 | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 620 | puml | @startuml doc-files/ipc_extension_image5.png
actor User
participant OptionsAction as EA
participant OptionsUI as Option
participant JOptionPane as JOption
participant "controller : ShareCellsController" as Control
participant "this.uiController : UIController" as UIC
User -> EA : actionPerformed(ActionEvent event)
create Option
EA -> Option : new()
EA -> Option : run()
create Control
Option -> Control : new()
alt !port >= 0 && !timer >= 0
Option -> UIC : addSelectionListener(this)
Option -> JOption : result=showMessageDialog(...)
Option -> Option : dispose()
else
end
@enduml
| false | true | false | false | usecase |
13f1a2b2570949ee325629f0c752e0cf3501fff8 | 6180d2f459e52ba2494532385294cb16554ff305 | /diagrams/state/state_menu/state_menu.puml | 55a8abc339107da7854d9687f17671ddc18182d6 | [] | no_license | MyraMidnight/VLN1_h16 | 2214cbc9106ac2f8504e81303df1338c49f89b2e | 5834fc1f8fae1f9db5baa333b9322c7fa6001ab9 | refs/heads/master | 2020-09-17T00:16:55.151798 | 2019-12-15T12:09:05 | 2019-12-15T12:09:05 | 223,929,419 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 430 | puml | @startuml
state main {
state main as "Main menu"
state print as "birta gögn"
print : "exit/ main menu"
state update as "uppfæra gögn"
update : "exit/ main menu"
state create as "Skrá ný gögn"
create : "exit/ main menu"
[*] --> print
[*] --> create
[*] --> update
print --> [*]
update --> [*]
create --> [*]
}
[*] --> main : opnar forritið
main --> [*] : lokar forritinu
@enduml | false | true | true | false | sequence |
9cf97d40036a882494450b2b6f6d455cb91b231b | 6180d2f459e52ba2494532385294cb16554ff305 | /diagrams/class/nan_air_classes.puml | 15bd4f89fd0a9d13dd9efcd8846ec71648837577 | [] | no_license | MyraMidnight/VLN1_h16 | 2214cbc9106ac2f8504e81303df1338c49f89b2e | 5834fc1f8fae1f9db5baa333b9322c7fa6001ab9 | refs/heads/master | 2020-09-17T00:16:55.151798 | 2019-12-15T12:09:05 | 2019-12-15T12:09:05 | 223,929,419 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 11,389 | puml | @startuml
left to right direction
' class diagram for the final handin
package ui_layer <<Rectangle>> {
class PrintHandler #LightPink {
- DisplayScreen
-----
- __dataTypes: dictionary
---methods---
- __getTerminalSize()
- __listAllTemplates()
- detectDataType()
- __sectionHeader()
- __sectionList()
- __sectionText()
- __sectionShortCuts()
- __sectionOptions()
+ sectionHandler()
+ cutString()
}
note right of PrintHandler
This is basically the other half of DisplayScreen,
it was split into two classes to keep the code organized.
It takes a list of dictionaries, each being a section
( list, options, text, header ), and processes the given data
into single strings per line that would print on the screen.
When processing a list of data ('list' or 'options'), then it
detects the keys and checks if it matches existing templates,
which contain custom column widths and titles to properly adjust
the table according to the data type.
If it doesn't find a match, then it just creates a custom template
with preset colWidths and keys as titles. This allows the handler
to be flexible and process any list of dictionaries into tables
end note
class DateUtil #LightPink{
-GetLogic
-UpdateLogic
-VoyageHandler
-InputHandler
----
+ date: str
+ time: str
+ day: str
+ month: str
+ year: str
+ hour: str
+ minute: str
+ second: str
--methods--
- parse(datetime:str)
- date_parse(datetime:str)
- day_parse(datetime:str)
- month_parse(datetime:str, name:str = "")
- year_parse(datetime:str)
- time_parse(datetime:str)
- hour_parse(datetime:str)
- minute_parse(datetime:str)
- second_parse(datetime:str)
+ updateTime(date:str, time:str)
+ createObject
}
note right of DateUtil
This is just a tool that takes a datetime
string (isoformat) and parces it into parts
that can be accessed through the the attributes,
also can convert the given datetime string
into a datetime object
end note
class DisplayScreen #LightPink{
- PrintHandler
-----
- __terminalSize: dict
- __compiledSections: list
- minScreenWidth: int
--methods--
- __getTerminalSize()
- __printScreen(frame:bool = False)
--public--
+ printList(data:list, header:str = "Table of data",numList:bool = False, frame:bool = True)
+ printOptions(data:list, header:str = "List of choices", frame:bool = True)
+ printText(data:list, header:str = "Information", frame:bool = True)
+ printCustom(sectionData:list, frame:bool = True)
}
note right of DisplayScreen
Takes a list of data (containing either
dictionaries or strings depending
on section type) and optional header string.
printList() creates a table with columns and rows
printOptions() is basically enumerated printList
printText() creates paragraphs of each string
printCustom() takes in a list of sections,
each section being a dictionary with sectionType string and list,
(it is the same format that each of the print methods would pass unseen
to the PrintHandler to process the data as a list of strings, each
being a single line printed on the screen.)
When all the data has been processed into a list of strings,
then it prints the list, or adds a frame around the content before
printing it, detecting the widest string and sets the box width accordingly
end note
class InputHandler #LightPink{
- CreateLogic
- GetLogic
- UpdateLogic
- VoyageHandler
- MenuHandler
----
+ numChoices(numOfChoices: int, inputQuestion : str = "Pick a number: " ):
+ confirmation(inputQuestion:str = "Press enter to continue", acceptedInput:list = ["yes"])
+ license(self,role: str, aircraftType_list: list, inputQustion: str = "")
+ yesOrNoConfirmation(inputQuestion: str = "")
+ strNoCheck(inputQuestion: str = "")
+ multipleNumChoices(data_list:list, inputQuestion : str = "")
..specific format..
+ digit(inputQuestion:str = "")
+ textSetLength(numLength:int, inputQuestion:str = ""
+ numSetLength(self,numLength:int, inputQuestion: str = "")
..date and time..
+ dateTime(questionDate:str = "")
+ timeOnly(inputQuestion:str = "")
+ dateOnly(inputQuestion:str = "")
..form input ..
+ fullName(inputQuestion : str = "Enter the full name of the person: ")
+ ssn(inputQuestion:str = "")
+ address(inputQuestion: str = "")
+ phoneNumber(inputQuestion: str = "")
+ email(inputQuestion: str = "")
+ role(inputQuestion: str = "")
+ roleUpdate(airplaneType_list)
+ rank(role: str, inputQuestion: str = "")
+ planetype(inputQuestion:str = "")
+ country(inputQuestion : str = "")
+ airport(airport_list: list, inputQuestion: str = "")
+ distance(inputQuestion : str = "")
+ destinationID(airport_list: list, inputQuestion: str = "")
+ planeInsignia(inputQuestion: str = "")
}
note right of InputHandler
InputHandler promts the user for any input,
processes it to check if it fits expected format
and then returns the value back to caller or
returns False if user pressed the 'exitKey' (q).
end note
class MenuHandler #LightPink{
-LLAPI
----
- minScreenWidth: int
- currentLocation_str: str
- breadcrumbs: list
- currentMenu_list: dict
- menuOptions: dict
- menuLayout: dict
--methods--
- printHeader()
- printMenu(menuOptions:dict,currentMenu:str)
- displayLogo()
+ displayMenu()
}
note right of MenuHandler
MenuHandler is the body of the program,
it directs the user to everything they might
want to do. Either it prints a submenu or runs
the associated method through the LLAPI
and once those methods are done running, it returns
the user back to the menu.
end note
' DisplayScreen --* PrintHandler
}
package logic_layer <<Rectangle>> {
class LLAPI #LightGreen{
- CreateLogic
- GetLogic
- UpdateLogic
----
createLogic: class(DATA_FILES)
getLogic: class(DATA_FILES)
updateLogic: class(DATA_FILES)
--- create---
+ createEmployee()
+ createPlane()
+ createVoyage()
+ createDestination()
---get---
+ getSingleEmployee()
+ getPilots()
+ getFlightAttendants()
+ getAllCrew()
+ getPlanes()
+ getDestinations()
+ getVoyages()
+ getAway()
+ getWorking()
+ getWeekWork()
+ getPilotsByLicence()
+ printPilotsByLicence()
+ licenceByCount()
+ getWeekVoyages()
+ getDayVoyages()
---update---
+ updateVoyage()
+ updateEmployee()
+ updateDestination()
}
class CreateLogic #LightGreen{
- IOAPI
- DisplayScreen
- InputHandler
- VoyageHandler
----
- dataFiles: list
---methods--
+ createDestination()
+ createEmployee()
+ createPlane()
}
class GetLogic #LightGreen{
-IOAPI
-InputHandler
-DisplayScreen
-DateUtil
----
- dataFiles: list
--- methods--
- printData(data:list, header:str)
+ getSingleEmployee()
+ getPilots()
+ getFlightAttendants()
+ getAllCrew()
+ getPlanes()
+ getDestinations()
+ getVoyages()
+ getAway()
+ getWorking()
+ getWeekWork()
+ getPilotsByLicence()
+ printPilotsByLicence()
+ licenceByCount()
+ getWeekVoyages()
+ getDayVoyages()
}
note right of GetLogic
This class contains all the methods designed to
get and display specific data in certain ways or
at given input.
end note
class UpdateLogic #LightGreen{
-IOAPI
-Voyage
-DateUtil
-DisplayScreen
-InputHandler
--- attributes--
-dataFiles: dict
-getLogic: class
---methods--
+updateEmployee()
+updateDestination()
+updateVoyage()
}
class VoyageHandler #LightGreen{
-CreateLogic
-IOAPI
-DisplayScreen
-InputHandler
--atributes--
- dataFiles: list
- _flightOut [ "flightNumber", {flight info}]
- _flightIn: [ "flightNumber", {flight info}]
- _destination: dictionary
- _departingFrom:string
- _departure:string = datetime.isoformat
- _return :string = datetime.isoformat
- _aircraftID :string
- _captain :string = ""
- _copilot:string = ""
- _fsm :string = ""
- _fa1 :string = ""
- _fa2 :string = ""
--methods--
# setVoyage(data:list)
- createVoyage()
- processFlight(flight:dict)
- createFlightNumber(latestFlightNumber: str)
- selectAircraft()
- selectDepartureTime(questionDate:str, questionTime:str, errorMessage:str)
- calculateArrival(departure:str, flightTime:str)
+ getFlights()
- createFlights()
}
note right of VoyageHandler
This class originally served as a model class,
the createVoyage() method lives in this class and would
have been extracted and moved to CreateLogic if given time.
The createVoyage() creates a pair of flights after
it has collected the required information from the user,
which includes the departure date/time and return flight.
It makes sure that the returning flight is not within the
flightduration (so the plane has at least arrived at destination first).
end note
}
package data_layer <<Rectangle>> {
class IOAPI #LightBlue {
- CreateLogic
- GetLogic
- UpdateLogic
- VoyageHandler
----
- dataFiles: list
---methods --
+ opener(askedFile)
+ appender(fileName,filePackage)
+ updater(fileName,filePackage)
}
note right of IOAPI
IOAPI simply lets the logic_layer interact with the data,
the caller simply provides it with the filename, which
are kept in a dictionary in LLAPI and passed down to the
logic classes when called, which keeps the filenames consistent.
get the desired data from CSV files processes them
into lists of dictionaries for each row.
It can take single dictionary and append it to the given file
And then it can do reverse of get, by overwriting the given
file with provided data, expecting it to conform to correct keys.
end note
}
class Voyage #LightGray {
--atributes--
- _flightOut [ "flightNumber", {flight info}]
- _flightIn: [ "flightNumber", {flight info}]
- _destination: dictionary
- _departingFrom:string
- _departure:string = datetime.isoformat
- _return :string = datetime.isoformat
- _aircraftID :string
- _captain :string = ""
- _copilot:string = ""
- _fsm :string = ""
- _fa1 :string = ""
- _fa2 :string = ""
---methods--
#setVoyage(self, data:list)
+addCrew(self, crew:dict = {})
-processFlight(self, flight:dict)
-createFlightNumber(self,latestFlightNumber: str)
+ getFlights(self)
}
note right of Voyage
This is a model class that processes two flights and creates a
single voyage from them and makes easy work of getting the
flight data back in the form of two separate flights again.
it can take a list of employees with assigned roles for the
voyage to pudate the crew, and also return the list of crew.
When getting the flights, it makes sure that their shared info
is applied to the flights correctly, such as crew and destination.
end note
' class Destination
' class Flight
' class Employee
@enduml
| false | true | false | false | activity |
43be19ac8e491504423daadc74ec57685363b224 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/learning_plan/algorithms/third_day/third_day.plantuml | 35a2c630c562c8407343f0a5347a3460cb66ae0f | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 654 | plantuml | @startuml
title __THIRD_DAY's Class Diagram__\n
namespace cn.shui.learning_plan.algorithms.third_day {
class cn.shui.learning_plan.algorithms.third_day.L167 {
- twoSum1()
- twoSum2()
- twoSum3()
- twoSum4()
}
}
namespace cn.shui.learning_plan.algorithms.third_day {
class cn.shui.learning_plan.algorithms.third_day.L283 {
- moveZeros1()
- moveZeros2()
- swap()
}
}
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 |
740d493cba768ee7af0653ec414910173ec70a4f | cbc067da7b96237331cb104f8d6b93b191486300 | /doc/archi_dev.puml | 541a368ad80c343396f8df4457cbaf9c5aa8b669 | [] | no_license | redoxate/atlas | bd88a593498851690931abf28d3e6527c0fd9325 | 14573622bcfce8715bc7e4aff23f4329180258ca | refs/heads/master | 2023-01-31T14:24:37.473710 | 2020-12-15T09:58:04 | 2020-12-15T09:58:04 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,847 | puml | @startuml
frame DESKTOP {
component IDE [
Integrated Development Environment : Celui que le dév voudra utiliser
]
component CONTAINERS_LOCAL [
Serveur de conteneurs local : Docker Desktop
]
component VCS_CLIENT [
Client VCS : Git
]
}
component ORCHESTRATOR [
Orchestrateur : Jenkins
Dirige l'exécution automatisée d'une ou partie de ligne de production logicielle
]
component CONTAINERS [
Serveur de conteneurisation : Docker
Permet de créer et exécuter des conteneurs (sorte de systèmes virtuels)
Intérêt :
* Maîtrise du contexte d'exécution (images)
* Séparation des contextes
* Indépendant du système hôte
* Optimisation de l'utilisation des ressources (création/destruction en fonction du besoin)
* Généricité apportée par la couche de composition (docker-compose)
* Porteur d'une implémentation du paradigme Infrastructure as Code
]
component VCS [
Version Control System : GitLab
Stocke le code et ses modifications pour :
* scripts, données et documentation des tests
* code, conf et documentation des outils de test
]
component BRM [
Binary Repository Manager : JFrog Artifactory
Stocke les paquets de binaires pour un ensemble de technologies variées
* tar balls
* images Docker
* packages Python ou Java
]
component SUT [
System Under Test
Tout système à tester avec l'infrastructure
]
IDE -- VCS_CLIENT : Plugin
IDE -- CONTAINERS_LOCAL : Plugin
VCS_CLIENT --> VCS : PULL
CONTAINERS_LOCAL --> BRM : GET
CONTAINERS_LOCAL --> SUT : f(SUT)
VCS_CLIENT --> VCS : PUSH
VCS --> ORCHESTRATOR : WebHook
ORCHESTRATOR --> CONTAINERS : SSH
VCS <-- CONTAINERS : PULL
CONTAINERS --> BRM : POST
@enduml | false | true | true | false | sequence |
010c20f348256b4bac3bb39d2cd05080289fd9c6 | d827540cbf464c3c09194c3022598f94043a04f8 | /puml-diagrams/sdd_err_revoca.puml | 1e39d5a63308bcd1301c85842002ee4686dc0ea3 | [] | no_license | gliasphaltatori/pagopa-specifichepagamenti-docs | 25f671a585e50a68a02291378ac28f0767b14866 | 49c30c276bff9109f36e598f9678b94b58a9a997 | refs/heads/master | 2023-04-30T21:55:52.268768 | 2021-05-11T08:08:00 | 2021-05-11T08:08:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 473 | puml | @startuml
hide footbox
autonumber
actor Utilizzatore_Finale
participant PSP
participant NodoSPC
participant EC
Utilizzatore_Finale -> PSP: Richiesta rimborso
PSP -> NodoSPC: nodoInviaRichiestaRevoca
NodoSPC->NodoSPC: Validazione Richiesta Revoca
note right NodoSPC :PPT_SINTASSI_EXTRASDA\nPPT_SINTASSI_XSD\nPPT_RR_DUPLICATA\nPPT_OPER_NON_REVOCABILE\nPPT_SEMANTICA
NodoSPC-[#0000FF]->PSP:resp KO nodoInviaRichiestaRevoca
PSP-[#0000FF]->Utilizzatore_Finale: Esito KO
@enduml | false | true | false | false | sequence |
cec3f8d05f2cc042bc2c05041ddd632d29735270 | d55544391a239166726a71e2495a7c2b54f947eb | /mybatis-core/src/main/resources/diagrams/classes/OgnlContext.puml | ab5bf0dd5bea1c5b8797218707ad93dbaa1b7e81 | [] | no_license | kxumiaoing/mybatis-3.5.2-src | a5cb657372464022655004c6308031107d3bef23 | 12be9d9bf38f837380dd4bb31d452b8567a97fc8 | refs/heads/master | 2023-04-04T01:56:57.414953 | 2021-04-07T08:26:51 | 2021-04-07T08:28:25 | 316,460,366 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 118 | puml | @startuml
class OgnlContext
OgnlContext : <b>Object</b> <i>_root</i>
OgnlContext : <b>Map</b> <i>_values</i>
@enduml | false | true | false | false | class |
329118b77b607866081cccb8497b34be7a6c3b28 | 8029967a928f564ef12e2456e21f86e50d2a8712 | /.idea/modules/app/app.plantuml | 37cab66d122046b86bd110863de86dfb4b781d67 | [] | no_license | CPEN391ClockedIn/clockedin-frontend | 3039b248440abfe340419072f1305163317f0fec | ee95497d034a0a5db96930fea168052d9446f689 | refs/heads/master | 2023-04-07T13:01:27.961632 | 2021-04-14T04:58:29 | 2021-04-14T04:58:29 | 344,352,477 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,170 | plantuml | @startuml
title __CLOCKEDIN.APP's Class Diagram__\n
namespace com.example.clockedin {
class com.example.clockedin.BuildConfig {
}
}
namespace com.example.clockedin {
class com.example.clockedin.FirebaseMsg {
}
}
namespace com.example.clockedin {
class com.example.clockedin.LoginActivity {
}
}
namespace com.example.clockedin {
class com.example.clockedin.MainActivity {
}
}
namespace com.example.clockedin {
class com.example.clockedin.RegisterActivity {
}
}
namespace com.example.clockedin {
class com.example.clockedin.ServerCommu {
}
}
namespace com.example.clockedin {
class com.example.clockedin.User {
}
}
namespace com.example.clockedin {
namespace ui.calendar {
class com.example.clockedin.ui.calendar.CalendarFragment {
}
}
}
namespace com.example.clockedin {
namespace ui.chart {
class com.example.clockedin.ui.chart.ChartFragment {
}
}
}
namespace com.example.clockedin {
namespace ui.home {
class com.example.clockedin.ui.home.HomeFragment {
}
}
}
namespace com.example.clockedin {
namespace ui.profile {
class com.example.clockedin.ui.profile.ProfileFragment {
}
}
}
com.example.clockedin.FirebaseMsg -up-|> com.google.firebase.messaging.FirebaseMessagingService
com.example.clockedin.LoginActivity .up.|> android.view.View.OnClickListener
com.example.clockedin.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.clockedin.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.clockedin.RegisterActivity .up.|> android.view.View.OnClickListener
com.example.clockedin.RegisterActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.clockedin.User .up.|> android.os.Parcelable
com.example.clockedin.ui.calendar.CalendarFragment .up.|> android.widget.CalendarView.OnDateChangeListener
com.example.clockedin.ui.calendar.CalendarFragment -up-|> androidx.fragment.app.Fragment
com.example.clockedin.ui.calendar.CalendarFragment o-- com.example.clockedin.User : user
com.example.clockedin.ui.chart.ChartFragment .up.|> android.widget.AdapterView.OnItemSelectedListener
com.example.clockedin.ui.chart.ChartFragment -up-|> androidx.fragment.app.Fragment
com.example.clockedin.ui.chart.ChartFragment o-- com.example.clockedin.User : user
com.example.clockedin.ui.home.HomeFragment .up.|> android.view.View.OnClickListener
com.example.clockedin.ui.home.HomeFragment -up-|> androidx.fragment.app.Fragment
com.example.clockedin.ui.home.HomeFragment o-- com.example.clockedin.User : user
com.example.clockedin.ui.profile.ProfileFragment .up.|> android.view.View.OnClickListener
com.example.clockedin.ui.profile.ProfileFragment -up-|> androidx.fragment.app.Fragment
com.example.clockedin.ui.profile.ProfileFragment o-- com.example.clockedin.User : user
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
31a54dd300d7de2cd232237c9c2f60bce8dc4454 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/Attributes/TestEnumerator.puml | 77db970f21c6b3b1d71713b19f63ec744a135a50 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 197 | puml | @startuml
class TestEnumerator {
+ TestEnumerator(context:ITestExecutionContext, testEnumerator:IEnumerator)
+ Execute() : IEnumerator
}
TestEnumerator --> "Enumerator" IEnumerator
@enduml
| false | true | false | false | class |
5498a4e20e94f4ec1ac6597c29066a445b94f7de | 9b9216e6ff465e2ca33b476a554d4bbc080bb737 | /requirements/puml/InitalState.puml | 807754dbaea57f37b4df6ed69cbe3e5a7e34bf2b | [] | no_license | jumpering/Hanged | 00b22fc8f12889cac3121d9b45778f779d98d196 | efee06ada5a9fe450dcf704aedd099034da70e8b | refs/heads/main | 2023-08-26T06:24:02.132882 | 2021-10-31T20:10:24 | 2021-10-31T20:10:24 | 387,567,922 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 584 | puml | @startuml
Object ":Hanged" as Hanged
Object ":Turn" as Turn
Object ":StartController" as StartController
Object ":Logic" as Logic
Object ":Game" as Game
Object ":State" as State
Object ":Player" as Player
Object ":StartView" as StartView
Object ":SecretWord" as SecretWord
Object ":StateValue.START" as StateValue
Hanged --> StartView
Hanged --> StartController
StartView ..> StartController
StartController o--> Logic
Logic *--> Game
Game *--> Turn
Game *--> State
Game *--> SecretWord
State --> StateValue
Turn *--> Player
note left: "puede haber varios objetos usuario"
@enduml
| false | true | false | false | state |
ec416bcb8357401f9f982b17aa73bdc594efe506 | 7fb3eeefb1d2f5d4598bdc59498fb276675dab14 | /src/MST.puml | c9b0fd5853c047fd797a2ca1ca62876934438e51 | [] | no_license | ufii4/MST | aba57d5066fd26d9c88d026d188ff72f30fd829a | 5f5f9083d6676fdbca637f66346e7062dd6e7477 | refs/heads/master | 2023-01-27T13:33:07.802865 | 2020-12-10T19:12:30 | 2020-12-10T19:12:33 | 316,590,321 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 776 | puml | @startuml
DisjointSet <.right. Graph
class Graph {
-unsigned int numberOfNodes;
-double **adjMatrix;
+Graph();
+Graph(unsigned int numberOfNodes);
+~Graph();
+void init();
+void insertEdge(unsigned int v1, unsigned int v2, double weight);
+bool rmEdge(unsigned int v1, unsigned int v2);
+unsigned int getEdgeCount() const;
+unsigned int getDegreeOf(unsigned int vertex) const;
+bool tryGetMSTWeight(double &weight) const;
+unsigned int getSize() const;
}
class DisjointSet {
+DisjointSet();
+DisjointSet(unsigned int n);
+~DisjointSet();
+void merge(unsigned int i1, unsigned int i2);
+unsigned int find(unsigned int x);
-unsigned int n;
-unsigned int *nodes;
}
class InvalidArgument {}
@enduml | false | true | false | false | class |
d8bb23ab5812b1e3162156e3e331674094a4caec | 6a6ad6f2d0217abce752da94a181daefee7e3c0c | /docs/image-sources/gitops-with-image.puml | baa2787ea17f6a25bdb630a808766eac98d6e387 | [] | no_license | syllogy/gitops-talks | f4c471405a17244c32537534e89a39fdc9a3d45f | 8052d90d92ae9c45bc5f2d3f4517335638349bee | refs/heads/main | 2023-06-19T18:34:53.126370 | 2021-07-14T11:19:02 | 2021-07-14T11:19:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,682 | puml | @startuml
!includeurl https://raw.githubusercontent.com/michiel/plantuml-kubernetes-sprites/master/resource/k8s-sprites-unlabeled-25pct.iuml
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0
!includeurl ICONURL/common.puml
!includeurl ICONURL/devicons/docker.puml
!includeurl ICONURL/devicons/git.puml
!includeurl ICONURL/font-awesome-5/jenkins.puml
!includeurl ICONURL/font-awesome-5/sync.puml
!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master
!includeurl CLOUDOGUURL/tools/k8s.puml
!define CLOUDOGU_BLUE #23a3dd
!define COLOR_ABOVE_TRANSPARENT_BACKGROUND WHITE
skinparam actorStyle awesome
together {
actor Developer as user
rectangle "<$git>\nGit Repo" as gitRepo
rectangle "<$jenkins>\nCI Server" as ciServer
}
rectangle "<$k8s>\nK8s Cluster" as k8s {
rectangle "<$sync>\nGitOps\noperator" as operator
}
rectangle "<$docker>\nOCI Registry" as registry
user -> gitRepo : push
gitRepo <-- ciServer : pull
ciServer -> registry : push
k8s --> registry : pull
gitRepo <- k8s : pull
k8s -> k8s : deploy
skinparam arrow {
Color COLOR_ABOVE_TRANSPARENT_BACKGROUND
FontColor COLOR_ABOVE_TRANSPARENT_BACKGROUND
}
skinparam actor {
BackgroundColor CLOUDOGU_BLUE
BorderColor #16688d
FontColor COLOR_ABOVE_TRANSPARENT_BACKGROUND
}
skinparam rectangle {
BackgroundColor CLOUDOGU_BLUE
BorderColor #16688d
FontColor WHITE
backgroundColor<<node>> WHITE
FontColor<<node>> CLOUDOGU_BLUE
}
skinparam interface {
BackgroundColor WHITE
BorderColor #16688d
}
skinparam note {
BackgroundColor WHITE
BorderColor #16688d
}
@enduml | false | true | false | false | sequence |
4885d91417f4e48303bf7deb3fe1f5e83d85f9cb | 47af1c862b63ad16eeff08b252f796f53dadc93c | /scala/model/Search.puml | 0356fe1dc93168f6e04143be22bc068f64052677 | [] | no_license | suzuki-hoge/ec-site-practice | fb942bb6ef95384ff117f1b89b87b2a178fd7aa1 | 5e9f19cd313fb967c70c6c3bea9996f9b4e64ff9 | refs/heads/master | 2021-06-10T08:55:32.813588 | 2017-01-29T08:57:34 | 2017-01-29T09:09:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 328 | puml | @startuml
class Book
class BookId
class BookName
class ISBN
enum Genre
enum Language
Book -down-> BookId
Book -down-> BookName
Book -down-> ISBN
Book -down-> Genre
Book -down-> Language
class Filter
Filter -up->"0..1" Genre
Filter -up->"0..1" Language
interface BookSearchRepository {
[Book] find(Filter)
}
@enduml | false | true | false | false | class |
08c0e0bfc872216f770fb5075f33e299839639e3 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-tilgangskategori.iuml | 32be626225f1b2a771ff7fe46e992182563c65aa | [] | 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 | 159 | iuml | @startuml
class Kodelister.Tilgangskategori <<codelist>> {
+arkivdel = A
+klasse = K
+mappe = M
+registrering = R
+dokumentbeskrivelse = D
}
@enduml
| false | true | false | false | class |
e4637b629ee3e437b528d654ab0d0e23f7f4fced | ea1c235d799a63eb2ad7fab3a262b51199ab1c96 | /src/main/java/com/designpatterns/graph/pattern/struct/adapter/interfaceadapter/InterfaceAdapter.puml | b62a112a49fae49d060d848153cf8b88a242212e | [] | no_license | violet-Bin/designpatterns | f286a9f4b18674acc1f095a440b104402c5f9edc | fb73bc8f033a3248ef41c17874ccea13c439120a | refs/heads/master | 2022-07-13T02:43:34.134498 | 2021-11-25T16:25:42 | 2021-11-25T16:25:42 | 174,949,082 | 1 | 0 | null | 2022-06-17T03:35:02 | 2019-03-11T07:39:12 | Java | UTF-8 | PlantUML | false | false | 292 | puml | @startuml
interface Interface1
abstract class AbsAdapter
class AImpl
Interface1 <.. AbsAdapter
AbsAdapter <.. AImpl
Interface1 : +method1()
Interface1 : +method2()
Interface1 : +method3()
AbsAdapter : +method1()
AbsAdapter : +method2()
AbsAdapter : +method3()
AImpl : +method1()
@enduml | false | true | false | false | class |
9e25162b6978cf8152273cc600cc7e5a3755e0f7 | b6ef874704b2d26f7d1ed4838f68f7735d84dc93 | /docs/uml-diagrams/Show.puml | f1a16faefddefd3882bd6c1b759f1ad6669b53ff | [] | no_license | AY2122S1-CS2113T-W12-2/tp | 1494ecfe347d8733e1041085cff7ff4efe2b7739 | 47addc59a00bf047e96c84218a229c0faf0b0876 | refs/heads/master | 2023-08-26T04:02:15.336551 | 2021-11-11T04:31:02 | 2021-11-11T04:31:02 | 408,789,383 | 2 | 3 | null | 2021-11-10T14:26:41 | 2021-09-21T11:15:45 | Java | UTF-8 | PlantUML | false | false | 992 | puml | @startuml
[-> ShowCommand : execute()
activate ShowCommand
alt Able to connect
ShowCommand -> NusMods : fetchModOnline()
activate NusMods
NusMods -> NusMods : getOnlineModInfo()
activate NusMods
NusMods --> NusMods
deactivate NusMods
NusMods -> ModStorage : saveModInfo()
activate ModStorage
ModStorage --> NusMods
deactivate ModStorage
NusMods -> ModStorage : loadModInfo()
activate ModStorage
ModStorage -> TextUI : printModFullDescription()
activate TextUI
TextUI --> ModStorage
deactivate TextUI
ModStorage --> NusMods
deactivate ModStorage
NusMods --> ShowCommand
deactivate NusMods
else No connection
ShowCommand -> ModStorage : loadModInfo()
activate ModStorage
ModStorage -> TextUI : printModFullDescription()
activate TextUI
TextUI --> ModStorage
deactivate TextUI
ModStorage --> ShowCommand
deactivate ModStorage
end
<-- ShowCommand
deactivate ShowCommand
@enduml
| false | true | false | false | sequence |
d63e94fa5ce2f9320c028d9e3123bb227cbd69e0 | 5b9092e6cb6760e2471483e438520451f408511e | /doc/2_sprint/diagrams/puml/sequences/load.puml | d21eb2e8003b5d58860c6d4ca181065b851303c2 | [] | no_license | Reynault/ACL_2019_Zelpop | ac8be33233a78ecb010ffc7c3135031dfece3dd6 | 0edbfabd698ac2ef2e16e5cf70f41d8f9a310219 | refs/heads/master | 2020-08-15T14:32:19.385568 | 2019-12-10T16:59:19 | 2019-12-10T16:59:19 | 215,357,337 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 165 | puml | @startuml
title When the player wants to load a game
Actor Player
Player -> ZelpopGame: The player wants to load a game
ZelpopGame -> ZelpopGame: load()
@enduml
| false | true | false | false | sequence |
023fb4ae3c1059eebfe18ce8b87223ca71a17ebc | a88c11df2c1189b6e651d85cf3dc2388f9fcfc95 | /diagrams/sequence_imagecapture.plantuml | 7a0c1df20c9ec6abe737113681da08146b78dec1 | [] | no_license | TomSievers/EVD_Proj | cf6fcb6bfb3cca23a45fb434f8f5097d5aa56f4b | 19abc059668d86b1c4c0d4e93bd8acb38223a36e | refs/heads/develop | 2023-02-20T12:32:11.254938 | 2021-01-21T08:16:31 | 2021-01-21T08:16:31 | 293,806,246 | 0 | 0 | null | 2021-01-21T08:16:32 | 2020-09-08T12:39:05 | C++ | UTF-8 | PlantUML | false | false | 562 | plantuml | @startuml
participant main as "main"
participant cap as "Capture : cap"
participant conf as "CameraConfig : config"
create cap
activate main
main -> cap : <<construct>>
activate cap
create conf
cap -> conf : <<construct>>
cap -> conf : getValue(exposure) : exposure
activate conf
conf --> cap
deactivate conf
cap -> conf !! : <<deconstruct>>
cap -> cap : update()
activate cap
main -> cap : getFrame() : frame
cap --> main
cap -> cap : update()
main -> cap : stop()
deactivate cap
cap --> main
deactivate cap
main -> cap !! : <<deconstruct>>
@enduml | false | true | false | false | sequence |
66a1ef4193c4518a1838bb356ebc3af3826383b1 | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /class - analysis/resources/viewResource.plantuml | 3f2ae778f7bc236815434ac1329dd6e592c261f5 | [] | no_license | anonyhostvn/OOAD-Diagram | 67f3a3a4aa976ee8459d3f4801147ddd1382e41e | f8f7a0e4ba826335cc964d3b73bebea3f4f857e4 | refs/heads/master | 2023-01-10T04:26:29.983705 | 2020-11-13T10:08:12 | 2020-11-13T10:08:12 | 311,749,932 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 928 | plantuml | @startuml viewResource
class Resource <<entity>> {
id: bigint
classroom_id: bigint
uploaded_by: bigint
resource: string
created_at: datetime
// create ()
// read ()
// delete ()
// update ()
// request view resource ()
}
class ClassroomMember <<entity>> {
id: bigint
user_id: bigint
classroom_id: bigint
created_at: datetime
// create ()
// read ()
// delete ()
// update ()
// checking permission to view resource ()
}
class ViewResourceForm <<boundary>> {
// request view resource ()
}
class ResourceController <<controller>> {
// request view resource ()
}
hide Resource <<entity>> circle
hide ViewResourceForm <<boundary>> circle
hide ResourceController <<controller>> circle
ResourceController "1" -left- "1" Resource
ResourceController "1" -right- "1" ClassroomMember
ResourceController "1" -down- "1" ViewResourceForm
@enduml
| false | true | false | false | class |
73d54986a8d8aa75dadd078fcc85255ee964a770 | d1de60e3c008bef024e689149ed9dc1d18cf9ced | /ontrack-docs/src/docs/asciidoc/model.puml | df53e94a1302b7aa6624385855c3517272113e62 | [
"MIT"
] | permissive | igormedo/ontrack | 1e716345ba5ecbceee01bf4dc568e5b1aba30247 | b49b8b2941262d892c6aec1dfa78749d4d07f105 | refs/heads/master | 2021-09-09T20:13:48.708183 | 2018-03-19T11:29:29 | 2018-03-19T11:29:29 | 125,834,437 | 0 | 0 | null | 2018-03-19T09:37:10 | 2018-03-19T09:37:09 | null | UTF-8 | PlantUML | false | false | 584 | puml | @startuml
object Project
object Branch
object Build
object "Promotion level" as PromotionLevel
object "Validation stamp" as ValidationStamp
object "Promotion run" as PromotionRun
object "Validation run" as ValidationRun
object "Validation run status" as ValidationRunStatus
Project o-- "*" Branch
Branch o-- "*" Build
Branch o-- "*" PromotionLevel
Branch o-- "*" ValidationStamp
Build o-- "*" PromotionRun
PromotionRun --> "1" PromotionLevel
Build --> "*" Build
Build o-- "*" ValidationRun
ValidationRun --> "1" ValidationStamp
ValidationRun o-- "*" ValidationRunStatus
@enduml
| false | true | false | false | class |
922852ec6a5ddb60949e8410584012188f4628a0 | ff37fc7cd12d4fbf1edbfb497f799f0da4f796ed | /plantuml/basic-uml.puml | bc6fb3d8fcb9744a249fdf06b86a6a36f270a6a7 | [] | no_license | abulka/lcodemaps | d3cd2e748cd14026c2a055939b69ba9ba44c3a61 | d40f7437cbe5a3484fb2136118f2c32a87aa7ceb | refs/heads/master | 2022-03-07T13:32:43.446713 | 2022-02-14T00:21:25 | 2022-02-14T00:21:25 | 223,074,570 | 43 | 8 | null | null | null | null | UTF-8 | PlantUML | false | false | 99 | puml | @startuml Basic UML class diagram
class Payroll {
employees[]
pay()
count()
}
@enduml | false | true | false | false | class |
17582a01ebeb8f5247f687668e23f99794ef54b8 | 7a1d90175f78470e0b54d5431d12c21132d826ff | /docs/connector/connector-alice-acked-bob-accepted-invitation.puml | 8854bbe969ad772bfe95820be26a05e37186e9ac | [
"Apache-2.0",
"CC-BY-3.0"
] | permissive | reTHINK-project/dev-hyperty | bc4a17625fd2ad4f29f220413682570882a115d2 | 04dcfdb817161ad58ce13878be392f9b6d3ac3df | refs/heads/master | 2020-12-03T03:47:35.106591 | 2019-07-02T15:44:32 | 2019-07-02T15:44:32 | 56,135,123 | 0 | 3 | Apache-2.0 | 2019-05-23T10:16:43 | 2016-04-13T08:37:48 | JavaScript | UTF-8 | PlantUML | false | false | 1,097 | puml | @startuml
autonumber
participant "App" as app
participant "WRTC\nAPI" as wrtcAPI
participant "Connector\nHyperty" as voiceH
participant "Connection\nController" as connCtrl
participant "Connection\nData Object" as ConnA
participant "Bob Peer\nData Object" as ConnB
participant "Syncher" as sync
participant "Message BUS" as bus
bus -> sync : postMessage( createBobPeerObjectReq )
sync -> voiceH : onNotification( notification )
opt Hyperty acknowledges notification received
sync <- voiceH : notification.ack()
sync -> bus : postMessage( createBobPeerObjectRes )
end
group Hyperty subscribes Bob Peer object
voiceH -> sync : subscribe( bobPeerURL )
create ConnB
sync -> ConnB : new()
sync -> bus : postMessage( subscribeBobPeerReq )
...
sync <- bus : postMessage( subscribeBobPeerRes )
sync --> voiceH : return BobPeer
end group
group Bob SDP is set
voiceH -> connCtrl : addPeer(BobPeer)
connCtrl -> connCtrl : Object.observe(BobPeer, callback )
connCtrl -> app : on( ConnectionChangesEvt )
connCtrl -> wrtcAPI : set BobCommResources\n(incl SDP)
end group
@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.