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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dc379c8b001dad6334a9aeaad228b294e1da97ff | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductSetDescriptionAction.puml | ecc08a9f0e49806e38d31dd5a008d4b0bc779158 | [] | 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 | 506 | 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 ProductSetDescriptionAction [[ProductSetDescriptionAction.svg]] extends ProductUpdateAction {
action: String
description: [[LocalizedString.svg LocalizedString]]
staged: Boolean
}
interface ProductUpdateAction [[ProductUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
68547138acf770385a443f697c292d3161c9148c | 4ee46c4f82ed1aaa4a22cedd34c158e119f0a15f | /payment-component.puml | 18c3d58c2114921febbbc6d1cfa70693a5ea2cc4 | [] | no_license | evgueni-spb/bootcamp | 72ee0254cdd55cfeb6c817f194c3283fae0744c8 | 15793448d3c17576d0dd8aef5490a982ef94115b | refs/heads/master | 2020-08-30T08:53:37.046485 | 2019-11-26T21:12:08 | 2019-11-26T21:12:08 | 218,325,256 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,207 | puml | @startuml
left to right direction
skinparam package {
BackgroundColor<<EXTERNAL>> YellowGreen
BorderColor<< EXTERNAL >> YellowGreen
}
skinparam component {
BackgroundColor<<FRAMEWORK>> orange
BorderColor<< FRAMEWORK >> orange
}
skinparam component {
BackgroundColor<<EIS>> olive
BorderColor<<EIS>> olive
}
package "EIS Batch App" {
[Billing]<<EIS>>
[Commissions]<<EIS>>
[Claims]<<EIS>>
[Payment Transfer Job]
[Payment Response Job]
[Payment Clearing Job]
[Payment Staging Layer]
[Apache Camel]<<FRAMEWORK>>
[Payment Transfer Layer]
}
package "Payment Gateway"<< EXTERNAL >> {
SFTP - [File Exchange]
[Payment Processing]
}
[File Exchange] <--> [Payment Processing]
[Payment Transfer Layer] --> [Apache Camel]
[Apache Camel] --> SFTP
[Billing] -> [Payment Staging Layer]
[Commissions] -> [Billing]
[Claims] -> [Billing]
[Payment Transfer Job] -> [Payment Transfer Layer]
[Payment Response Job] -> [Payment Transfer Layer]
[Payment Transfer Job] -----> [Payment Staging Layer]
[Payment Response Job] -> [Payment Staging Layer]
[Payment Clearing Job] -> [Payment Staging Layer]
[Payment Clearing Job] --> [Billing]
@enduml | false | true | false | false | uml-unknown |
fea268e1a53e469da799cd0d1b00f1361024556d | 9b7f01b7bbeab51f1f1d03f46e5905d411e2758e | /diagrams/demo.puml | b0a45fb7ad6303829cd9a78b15518e0fa2b9cca7 | [
"MIT"
] | permissive | bapti/dundee-data-day | f6bfb52c5c9ad9b992d16b5e226b02b961c561cd | 6bec35eb9eb26ea7133c632f3e93f4a1cd02251c | refs/heads/master | 2016-08-11T22:26:02.961231 | 2015-12-05T12:22:55 | 2015-12-05T12:22:55 | 45,143,828 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 572 | puml | @startuml
actor NeilAndRichie
actor Audience
NeilAndRichie -> Live: Demo application
Audience -> Live: Click button
Live -> Prometheus: Send metrics
Prometheus -> Grafana: Visualise usage
NeilAndRichie -> Github: Commit new button code
Github <-> CI: Watches
CI -> CI: Builds Artefact v2
CI -> Live: Deploy Artefact v2
Audience -> Live: Clicks button
Live -> Live: Generate Errors
Live -> Prometheus: Send metrics
Grafana <-> Prometheus: Visualise errors
Prometheus -> CI: Alerts rollback
CI -> Live: Deploy Artefact v1
Audience -> Audience: Isn't that amazing
@enduml
| false | true | false | false | sequence |
458a076bcb157e4113daf72c3501964b7d36c812 | 766ed5ff121c74f00b14617d3cc66c320f37037f | /Documentation/plantuml/Bausteinsicht/UML/Ebene2/2Ebene-Particles.puml | e99fd7c49c17a3699c94379943ef98d80bb197a1 | [] | no_license | pfeilda/softwareengineeringProjekt | 6fe14198123690905da2c40c06a055a7a30dcea8 | defe7204c0090e5ac1413a68e12ffbfba4268b18 | refs/heads/master | 2020-03-24T04:06:57.891794 | 2018-05-16T19:49:28 | 2018-05-16T19:49:28 | 142,444,352 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,288 | puml | @startuml
namespace ajb{
namespace particles{
abstract class Element{
-label: String
~Element(String label)
+getLabel():String
+{abstract} experimentalProof(Substance assay):boolean
' +{abstract} alter():void
}
class Molecule extends Element{
~Molecule(Ion[] ions)
+getIons():Ion[]
}
Molecule "*" --> "- 1..* ions" Ion
class Ion extends Element{
~Ion(int charge, Atoms[] atom)
-charge:int
+getCharge()
+getAtoms(): Atoms[]
}
Ion "*" --> "- 1..* atoms" Atom
class Atom extends Element{
-elementSymbol: String
-ordinal: int
~Atom(String label, String elementSymbol, int ordinal)
+getElementSymbol():String
+getOrdinal():int
}
class ParticleFactory implements .ajb.miscellaneous.Singleton{
+getMoleculeWithIons(Ions[] ions):Molecule
+getIonForAtomsWithCharge(Charge charge, Atom[] atoms):Ion
+getAtomForElementSymbol(String elementSymbol):Atom
+getAtomForLabel(String label):Atom
+getAtomForOrdinal(int Ordinal):Atom
}
}
}
@enduml | false | true | false | false | class |
243c6d0db6b512f2a5604b69c2c16ba91f73fe95 | b7d2ba71058efa46eff4ed885324819fb3f99266 | /src/doc/WEB_Controllers/HouseMonitoring/US630/US630_cd_HouseMonitoring.puml | 5c16eab4543843bed282046d78330df9a6908744 | [] | no_license | Almadanmp/backend4 | 3aaa5cbe453041917a510ceee83bf318499a9823 | 07ab3c1af9c7de6ff35cf23bf44b0e664db82f46 | refs/heads/master | 2022-11-25T10:30:27.184246 | 2019-06-30T19:26:12 | 2019-06-30T19:26:12 | 194,547,877 | 0 | 0 | null | 2022-11-16T11:54:00 | 2019-06-30T18:24:24 | Java | UTF-8 | PlantUML | false | false | 3,072 | puml | @startuml
title US631 Class Diagram - Web Controller Version
skinparam titleBorderRoundCorner 10
skinparam titleBorderThickness 2
skinparam titleBorderColor indianred
skinparam titleBackgroundColor Snow
skinparam FontName quicksand
skinparam titleFontSize 10
skinparam roundcorner 10
skinparam class {
BorderColor indianred
BackgroundColor indianred
BackgroundColor Snow
roundcorner 10
ArrowFontName Verdana
ArrowColor indianred
ArrowFontColor darkslategrey
FontSize 12
}
HTTPClient -- HouseMonitoringControllerWeb : >
HouseMonitoringControllerWeb -- GeographicAreaHouseService : >
GeographicAreaHouseService -- GeographicAreaRepository : >
GeographicAreaRepository -- GeographicAreaCrudRepo : >
GeographicAreaRepository -- GeographicArea : >
GeographicAreaCrudRepo -right- GeographicArea : >
GeographicAreaHouseService -- HouseRepository : >
HouseRepository -- HouseCrudRepo : >
HouseRepository -- House : >
HouseCrudRepo -right- House : >
GeographicArea "1" -- "0.*" AreaSensor : may have >
House"1.*" -right- "1" Localization : in in >
AreaSensor"1.*" -right- "1" Localization : is in >
AreaSensor "1" -left- "0.*" Reading : may have >
AreaSensor -- SensorUtils : >
AreaSensor"0.*" -- "1"SensorType : has a >
Reading -left- ReadingUtils : >
SensorUtils -left- ReadingUtils : >
class HouseMonitoringControllerWeb {
GeographicAreaHouseService;
getHottestDay(DateIntervalDTO)
}
class GeographicAreaHouseService{
GeographicAreaRepository;
HouseRepository;
getClosestAreaSensorOfGivenType(String, House, GeographicArea)
getMinDistanceToSensorOfGivenType(List<AreaSensor, House)
getAreaSensorsByDistanceToHouse(List<AreaSensor>, House, double)
getAreaSensorsDistanceToHouse(List<AreaSensor>, double)
calculateDistanceToSensor(AreaSensor, House)
validateIntervalDTO(DateIntervalDTO)
}
class House{
motherAreaID;
Localization;
getMotherAreaID()
getLocalization()
}
class GeographicArea{
Long ID;
List<AreaSensor>;
getID()
getSensors()
}
class SensorUtils{
getSensorsOfGivenType(List<AreaSensor>, String)
getMostRecentlyUsedSensor(List<AreaSensor>)
getAreaSensorsWithReadings(List<AreaSensor>)
}
class AreaSensor{
String SensorType;
Localization;
List<Reading>;
getSensorType()
getReadings()
getLocalization()
getLastColdestDayInGivenInterval(Date, Date)
getDaysWithReadingsWithReadingsBetweenDates(Date, Date)
getReadingValueOnGivenDay(Date)
getReadingListBetweenDates(Date,Date)
}
class SensorType{
type;
getType()
}
class Localization{
double latitude;
double longitude;
getLinearDistanceBetweenLocalsInKm(Location)
}
class ReadingUtils{
getFirstSecondOfDay(Date)
getLastSecondOfDay(Date)
getReadingDate()
isReadingDateBetweenTwoDates(Date, Date)
getValuesOfSpecificDayReadings(Date)
compareMonthDayAndYearBetweenDates(Date,Date)
getReadingValue(List<Reading>,int)
}
class Reading{
Date date;
double value;
getDate()
getValue()
}
class GeographicAreaRepository{
GeographicAreaCrudRepo;
getByID()
}
Interface GeographicAreaCrudRepo{
findByID()
}
class HouseRepository{
HouseCrudRepo;
getAll()
}
Interface HouseCrudRepo{
findAll()
}
@enduml | false | true | false | false | class |
ac81c5f0f85682d8b53de3a62ee42d16c82e7754 | 897c5f0768d85d6070cbac83453eaeda84f86ab7 | /SELAIN SISTEM/UML/SEQUENCE/bkd/ViewSuratBKD.puml | d4cf9b398d551e4ae88c29a87b3a4fea5de62d10 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | fiqihrosady/sistem_kp | b593e68eda63e3c4b2953447a2aa8f25f33f9921 | 7b9060a89f852577a6f4c1ea2596b59beb5e5b77 | refs/heads/master | 2020-09-27T00:03:37.042300 | 2019-12-05T18:54:26 | 2019-12-05T18:54:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 492 | puml | @startuml
autonumber
hide footbox
title Melihat Surat BKD
Actor AdminBKD
boundary Dashboard_V
boundary SuratBKD_V
control Admin_C
control BKD_C
Entity SuratDisposisi_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> AdminBKD: Halaman Dashboard
AdminBKD --> Dashboard_V: klik menu Surat BKD
Dashboard_V --> BKD_C: index()
BKD_C --> SuratDisposisi_E:
SuratDisposisi_E --> BKD_C:
BKD_C --> SuratBKD_V: load->view()
SuratBKD_V --> AdminBKD: Halaman Surat BKD
@enduml | false | true | false | false | sequence |
78b41d46997780e8ee5a9464ece8b42c4ea6c202 | 7f6da71ca03fab92d01dee8c41c8492f22a05503 | /docs/models.puml | 085797a50be7d56f900f0f074f74308371396136 | [] | no_license | bitplus/setflags | ea788426dc3e96557a0d0701fd530b9048e1cfb1 | f777a26f80f0509255f420253732b4e5d87e778e | refs/heads/master | 2022-07-18T17:10:55.839653 | 2020-05-23T14:29:35 | 2020-05-23T14:29:35 | 266,352,758 | 0 | 0 | null | 2020-05-23T14:26:15 | 2020-05-23T14:26:15 | null | UTF-8 | PlantUML | false | false | 1,217 | puml | @startuml
entity User {
* id: uuid
full_name: string
avatar_url: string
--
/users: GET
/users/:id: PUT
/myflags/:id: GET
/users/:id/rewards/:flag_id GET
}
entity Flag {
* id: uuid
* payer_id: uuid
task: string
days: int
* asset_id: uuid
amount: number
times_achieved: int
max_witness: int
created_at: datetime
updated_at: datetime
--
/flags/:id: POST
/flags: GET
/flags/:id/done: PUT
}
entity Asset {
* id: uuid
symbol: string
price_usd: number
balance: number
paid_at: datetime
--
/assets/:id: GET
}
entity Evidence {
* attachment_id: uuid
* flag_id: uuid
file: file
type: string
created_at: datetime
--
/flags/:id/done PUT
/attachments/:attachment_id: POST
/flags/:flag_id/evidences: GET
}
entity Witness {
* flag_id: uuid
* payee_id: uuid
--
/flags/:id/:op: PUT // yes, no
}
entity Payer {
paid: bool
}
entity Payee {
verified: bool
}
Payer --|> User
Payee --|> User
Flag "1" --- "*" Evidence: upload
Flag "*" --- "1" Asset: pay
Flag "*" --- "*" Witness: verify
Witness "1" -- "*" Asset: award
Witness "1" -- "*" User: reward
@enduml
| false | true | false | false | sequence |
d294cc899f74470496fb2b70250c8cc0b020fc89 | 5758676606a2f3b662a3c51310dfd4f654e18a60 | /docs/ex42.puml | 70b40a361775db24fc2668a29bc298f44634c4c0 | [] | no_license | Jsnoap/snoap-cop3330-assignment3 | 7a2274e6d9cb503da670318cbfe0f8f1e03890de | 6dda24753cd7ca70ba8a811ff0d5f97bbed90636 | refs/heads/master | 2023-08-06T02:55:53.930887 | 2021-10-11T21:27:04 | 2021-10-11T21:27:04 | 414,395,809 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 145 | puml | @startuml
'https://plantuml.com/class-diagram
class App
{
+main( String[] args )
+readAndParseFile()
+printTable(String tableContent)
}
@enduml | false | true | false | false | class |
1337c2272bba8c95c1ec036586916c46e7f402a5 | f256fc6a2d0ae3e5006bd71e755fa703ad4d62e8 | /docs/topicos/jwt/jwt.puml | 7e22102cae454e7e9fd7aee4fd711644f89fd3da | [
"CC-BY-4.0"
] | permissive | rodrigoprestesmachado/pw2 | f1841f4c06ad77bdd1a9788e3329412845cedf41 | a6beabe0b075e7df346f653fdedd182767a5186d | refs/heads/main | 2023-06-24T00:08:29.271819 | 2022-05-25T21:24:39 | 2022-05-25T21:24:39 | 220,531,392 | 4 | 10 | CC-BY-4.0 | 2022-01-30T04:35:28 | 2019-11-08T19:08:01 | Java | UTF-8 | PlantUML | false | false | 248 | puml | @startuml
!theme vibrant
database Data {
}
[Front-end]
sum - [BFF] : 8081/8445
getSum - [Backend] : 8082/8444
getjwt - [Users] : 8080/8443
[Front-end] --> getjwt : (1)
Users --> Data : (2)
[Front-end] --> sum : (3)
sum --> getSum : (4)
@enduml | false | true | false | false | sequence |
b3fdc6668d25b8c6ae0cb0cbebbe833bd6bfddc4 | cd311955a4e833889d31ab910eccf7c2a322de41 | /documentation/diagrams/cases/admin/c15_localbusiness_admin-delete-role-and-actions.puml | aba56e2bd70adb6979e2c41623766dfdffd338b0 | [] | no_license | ogabrielguerra/puc-tcc | 11a8a89e533429f52acd4df1f05419dc2763ccc3 | e02d78e8214c387796553f3703d7b1bc4da1e8c6 | refs/heads/master | 2023-08-26T06:24:38.929937 | 2021-10-23T14:16:50 | 2021-10-23T14:16:50 | 303,121,964 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 318 | puml | @startuml
left to right direction
title "C15. Administrador exclui um Perfil de Acesso"
Admin as "Administrador do Sistema"
rectangle "PAINEL DE CONTROLE ADMIN" {
(Perfis de Acesso) as roles
(Excluir Perfil de Acesso) as delete
}
(Login) as login
Admin -r--> login
login -d--> roles
roles --> delete
@enduml | false | true | false | false | uml-unknown |
afcbe32fa43a9a4b417bb0a083e523e5f57cf3eb | 2da91b0ae94ab5e0cca703ceac749d3629193f5a | /service.puml | 405e745cc3653ba505641dbf01b93824aec7762c | [] | no_license | Service360-SampleOrg/Mobile-iOS-App | 0787a20ee182d4ece7d011b371edc3de1275d227 | 5d205922f968232e6c37f0a6905153ad6cde2661 | refs/heads/master | 2022-12-01T08:52:22.202399 | 2020-08-12T16:56:07 | 2020-08-12T16:56:07 | 219,786,369 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 170 | puml | ' Mobile-iOS-App
@startuml
actor Customer
node "Mobile-iOS-App" as "MobileiOSApp" {
}
node MobileAPI {
}
Customer --> MobileiOSApp
MobileiOSApp --> MobileAPI
@enduml | false | true | false | false | sequence |
08acd40986bcdc352432145d6ff68e2ee54cddfe | c60a8fb67fedcbae08755d8125d97468a8aca24d | /Projet de UML Reverse/documents/trash/STB/old/usecase/useCase_diag_package/uc_pack.puml | 20373928fa7201c4be3b0dbf4270f4990cc42685 | [
"Apache-2.0"
] | permissive | BelkhousNabil/Projets-Informatiques | 6be114f6a8dbcf978ef67daffb1394ee023255cf | 47ffd6526bb66ae263c34725fe2b515b751127bb | refs/heads/master | 2021-01-17T07:12:08.050466 | 2017-02-26T17:03:56 | 2017-02-26T17:03:56 | 54,788,129 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 486 | puml | @startuml
title Diagramme de cas d'utilisation\nde la modification d'un diagramme paquetage
Actor :user:
rectangle {
(Créer/Supprimer/Cacher/Modifier) as (manip)
:user: -- (manip)
(Entité) <|-- (Note)
(Entité) <|-- (Package)
(Package) <|.. "Extend"(Classe)
(manip) <|-- (Entité)
(manip) <|-- (Relation)
note bottom of (Entité)
Possibilité de modifier la visibilité
et la position de nos entités
end note
}
@enduml | false | true | true | false | usecase |
c6d5fc51a6c2c17408016454fb85061d3e669446 | 98c049efdfebfafc5373897d491271b4370ab9b4 | /docs/SPRINT_2/UC28-Create_Pharmacy_Owner/MD.puml | 576184188355cd5d75223b64310e11697ac2eaad | [] | no_license | antoniodanielbf-isep/LAPR3-2020 | 3a4f4cc608804f70cc87a3ccb29cbc05f5edf0f3 | 7ee16e8c995aea31c30c858f93e8ebdf1de7617f | refs/heads/main | 2023-05-27T14:42:05.442427 | 2021-06-20T18:09:59 | 2021-06-20T18:09:59 | 378,709,095 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 561 | puml | @startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Administrator {
}
class User{
}
class PharmacyOwner {
-String email
}
class Pharmacy {
-Integer id
-String designation
}
/'------------------------------------------------------------------------------------ '/
Administrator "1" -- "1" User: acts like >
Administrator "1" -- "*" Pharmacy: creates >
Administrator "1" -- "*" PharmacyOwner: registers >
PharmacyOwner "1" -- "1" Pharmacy: belongs >
PharmacyOwner "1" -- "1" User: acts like >
@enduml
| false | true | false | false | class |
f04407313bd67ae35e4103e36141a00a93149850 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/simplelatedeliveryandpenalty@0.10.0.puml | 4c60841b3c33d117d2d05995f8e17d07c2259e09 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 997 | puml | @startuml
class org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyContract << (A,green) >> {
+ Party buyer
+ Party seller
+ Duration penaltyDuration
+ Double penaltyPercentage
+ Double capPercentage
+ Duration maximumDelay
}
org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyContract --|> org.accordproject.contract.Contract
class org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyRequest << (T,yellow) >> {
+ DateTime agreedDelivery
+ DateTime deliveredAt
+ Double goodsValue
}
org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyRequest --|> org.accordproject.runtime.Request
class org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyResponse << (T,yellow) >> {
+ Double penalty
+ Boolean buyerMayTerminate
}
org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyResponse --|> org.accordproject.runtime.Response
@enduml
| false | true | false | false | class |
cd830b8de9b7126292c22c9229652f15acb523bd | b038203821d22f0ae9db9697aaf5b41b9f77a40d | /src-gen/serviceSystem_BC_ServiceProvider.puml | 2bda90fef3dce79b71a864a67b00e911d46f3f8f | [] | no_license | NormanBaechtold/ServiceSystem | 5b9ad5f8bf1860154b70f79f0f33d6fe17cac35a | ba125d9cb21cec6a894cef3936cce7dcbc21b5c9 | refs/heads/master | 2023-08-20T23:35:47.215567 | 2021-10-06T09:08:54 | 2021-10-06T09:08:54 | 394,977,218 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,729 | puml | @startuml
skinparam componentStyle uml2
package "'ServiceProviderContext' Aggregate" <<Rectangle>> {
class ServiceProviderContext <<(A,#fffab8) Aggregate Root>> {
String serviceProviderBusinessNeeds
String serviceProviderData
BusinessNeeds businessNeeds
BusinessCharacteristics businessData
ServiceProviderValueExpectation invoke()
ServiceProviderCustomerJourney provideData()
ServiceProviderCustomerJourney informEngagementDesign()
}
class BusinessNeeds <<(E,DarkSeaGreen) Entity>> {
String businessOperation
String customerData
String smartIntegration
BusinessCharacteristics businessData
LegalObligations requiredFunctionalities
ServiceProviderContext shapes()
}
class BusinessCharacteristics <<(E,DarkSeaGreen) Entity>> {
String branch
String sizeOfBusiness
String location
String visitorData
BusinessNeeds impact()
}
class LegalObligations <<(E,DarkSeaGreen) Entity>> {
String hygieneMeasures
String attendanceLimits
String visitorTracing
BusinessNeeds invokes()
}
}
package "'ValueSpaceServiceProvider' Aggregate" <<Rectangle>> {
class SimplyGoValueProposition1 <<(E,DarkSeaGreen) Entity>> {
String legalCompliance
String businessOperation
ServiceProviderValueExpectation inspiration
ServiceProviderValueExpectation proposeSolutions()
}
class ServiceProviderValueExpectation <<(A,#fffab8) Aggregate Root>> {
String profit
String businessOperation
ServiceProviderContext businessNeeds
SimplyGoValueProposition1 valueProposition
SimplyGoValueProposition1 openSolutionSpace()
ServiceProviderEngagementDesign dictate()
}
}
package "'ServiceProviderCustomerJourney' Aggregate" <<Rectangle>> {
class ServiceProviderServiceForServiceExchange <<(A,#fffab8) Aggregate Root>> {
String serviceExperience
ServiceProviderValueExpectation expectations
ServiceProviderContext engagementPreferences
ServiceProviderResourceIntegration businessData
ServiceProviderResourceExchange externalData
}
class ServiceProviderResourceIntegration <<(V,DarkSeaGreen) Value Object>> {
String businessData
String customerData
ServiceProviderEngagementDesign customerJourney
provide businessData()
}
class ServiceProviderEngagementDesign <<(E,DarkSeaGreen) Entity>> {
String mobileApp
ServiceProviderResourceIntegration integrateResources()
ServiceProviderResourceExchange enableResourceExchange()
}
class ServiceProviderResourceExchange <<(E,DarkSeaGreen) Entity>> {
String customerData
String legalObligations
ServiceProviderEngagementDesign externalResourceAccess
void integrateExternalResources()
}
}
ServiceProviderContext --> BusinessNeeds : businessNeeds
ServiceProviderContext --> BusinessCharacteristics : businessData
BusinessNeeds --> BusinessCharacteristics : businessData
BusinessNeeds --> LegalObligations : requiredFunctionalities
SimplyGoValueProposition1 --> ServiceProviderValueExpectation : inspiration
ServiceProviderValueExpectation --> ServiceProviderContext : businessNeeds
ServiceProviderValueExpectation --> SimplyGoValueProposition1 : valueProposition
ServiceProviderServiceForServiceExchange --> ServiceProviderValueExpectation : expectations
ServiceProviderServiceForServiceExchange --> ServiceProviderContext : engagementPreferences
ServiceProviderServiceForServiceExchange --> ServiceProviderResourceIntegration : businessData
ServiceProviderServiceForServiceExchange --> ServiceProviderResourceExchange : externalData
ServiceProviderResourceIntegration --> ServiceProviderEngagementDesign : customerJourney
ServiceProviderResourceExchange --> ServiceProviderEngagementDesign : externalResourceAccess
legend left
This bounded context implements the subdomain 'ServiceProviderDomain'.
end legend
@enduml
| false | true | false | false | sequence |
ad05c22d29f879c1c0ff1affdc86544a781e5e35 | c69a4c4bf8190b1d121dbf52beb72870964a43eb | /docs/linking/unlinking.puml | fc1b03f9376826340631c81acf7ec4bab391dc87 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | kleyow/pisp | 98bc352ef03a5125c35456f422c78c1d2462e519 | bf6917f6a0f0066af38b8894b25619261cf4e7af | refs/heads/master | 2023-06-27T23:04:05.046890 | 2020-10-20T02:52:13 | 2020-10-20T02:52:13 | 268,942,351 | 0 | 0 | NOASSERTION | 2020-06-03T01:00:48 | 2020-06-03T01:00:48 | null | UTF-8 | PlantUML | false | false | 1,146 | puml | @startuml
!pragma teoz true
title PISP Linking: Unlinking
participant "PISP" as PISP
box "Mojaloop"
participant Switch
participant "Auth Service" as Auth
end box
participant "DFSP" as DFSP
autonumber 1 "<b>UNLINK-#</b>"
activate PISP
...
note over PISP, DFSP
In this scenario the PISP is triggering the unlinking, however it could just as easily be the DFSP.
end note
...
PISP -> Switch ++: ""POST /consents/123/revoke""
Switch --> PISP: ""202 Accepted""
deactivate PISP
' TODO: Do we include the ALS lookup here to figure out which Auth service is
' responsible for the given Consent?
Switch -> Auth ++: ""POST /consents/123/revoke""
Auth --> Switch: ""202 Accepted""
deactivate Switch
Auth -> Auth: Delete the record of the consent.
Auth -> Switch ++: ""PATCH /consents/123 \n{ status: string,\n revokedAt: string (of timestamp)}""
Switch --> Auth: ""200 OK""
deactivate Auth
Switch -> PISP ++: ""PATCH /consents/123 \n{ status: string,\n revokedAt: string}""
& Switch -> DFSP ++: ""PATCH /consents/123 \n{ status: string,\n revokedAt: string}""
PISP --> Switch: ""200 OK""
& DFSP --> Switch: ""200 OK""
@enduml
| false | true | false | false | sequence |
e6fa6de403b5d6f3cdb9236744c2680aea189686 | 1ea080a9d1f3e8eafa71b2b51b56252380bb3cf2 | /classes.plantuml | 0a3931a6b6872836b6e7fd4ba76906c51d678e56 | [] | no_license | danilchenko-alexander/kpp | afed774fd11437e7d2df2616231acb1a3b221549 | d76aa23eaa6542cd851157bcb56ceeb25e7303b7 | refs/heads/master | 2020-12-25T13:34:15.641155 | 2016-06-14T09:59:14 | 2016-06-14T09:59:14 | 61,111,627 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,444 | plantuml | @startuml
top to bottom direction
skinparam headerFontSize 30
skinparam headerFontStyle bold
skinparam classAttributeIconSize 0
scale 1.0
package default_pack {
class Board {
.. Fields ..
+allEnemiesRemoved : boolean
~board : GameObject[][]
+bombs : ArrayList
+enemies : ArrayList
+fires : ArrayList
.. Methods ..
+addEnemy(Enemy) : void
+draw(Graphics) : void
+getBlockAt(int, int) : Block
+readLevel() : void
-removeDiedEnemies() : void
-removedDiedBombsAndFires() : void
+reset() : void
+setBlockBlockAt(int, int, Block) : void
+update() : void
-updateBombs() : void
-updateEnemies() : void
-updateFires() : void
.. Static ..
+ {static} BLOCKNUMBER : int
}
class Block <? extends GameObject> {
.. Methods ..
-burnSolid() : void
+burnable() : boolean
+changeState(BlockState) : void
+changeStateTo(char) : void
+closeFireAt(int, int, int) : void
+draw(Graphics) : void
-sendCloseFireDown(int) : void
-sendCloseFireLeft(int) : void
-sendCloseFireRight(int) : void
-sendCloseFireUp(int) : void
-sendFireDown(int) : void
-sendFireLeft(int) : void
-sendFireRight(int) : void
-sendFireUp(int) : void
+solid() : boolean
+spreadFireAt(int, int, int) : void
}
class SoftBlock <? extends BlockState> {
.. Fields ..
~image : BufferedImage
.. Methods ..
+burnable() : boolean
~getImage() : BufferedImage
+solid() : boolean
}
class KeyboardHandler <<KeyListener>> {
.. Fields ..
~bomber : Bomber
.. Methods ..
+keyPressed(KeyEvent) : void
+keyReleased(KeyEvent) : void
+keyTyped(KeyEvent) : void
}
class FireState <? extends BlockState> {
.. Fields ..
~image : BufferedImage
.. Methods ..
+burnable() : boolean
~getImage() : BufferedImage
+solid() : boolean
+toString() : String
}
class Bomb <? extends GameObject> {
.. Fields ..
+board : Board
+counter : int
+range : int
+removed : boolean
.. Methods ..
+burnable() : boolean
+changeState(BlockState) : void
-colisionWithFire() : boolean
+draw(Graphics) : void
+solid() : boolean
+update() : void
.. Static ..
+ {static} MAXTIME : int
}
class ResourceLoader {
.. Fields ..
.. Methods ..
.. Static ..
+ {static} PATH : String
+ {static} loadImage() : BufferedImage
}
class TextureAtlas {
.. Fields ..
.. Methods ..
.. Static ..
+ {static} cut() : BufferedImage
~ {static} image : BufferedImage
}
class Enemy <? extends MovingObject> {
.. Fields ..
~count : int
~freq : int
~frequency : int
~random : Random
.. Methods ..
-changeDirection() : void
-moveForwad() : void
+moveOtherwise() : void
+update() : void
.. Static ..
~ {static} MAXSPEED : int
}
class AutomaticHandler <? extends MovingObject> {
.. Fields ..
~count : int
~frequency : int
.. Methods ..
+go() : void
+update() : void
.. Static ..
~ {static} BOMB : int
~ {static} DOWN : int
~ {static} LEFT : int
~ {static} RIGHT : int
~ {static} UP : int
~ {static} bomber : Bomber
~ {static} di : int
~ {static} image : BufferedImage
~ {static} random : Random
}
class Bomber <? extends MovingObject> {
.. Fields ..
~image : BufferedImage
.. Methods ..
-BlockAvailable() : boolean
-colisionWithEnemy() : boolean
+getBoard() : Board
~putBomb() : void
+reset() : void
+update() : void
}
class HardBlock <? extends BlockState> {
.. Fields ..
~image : BufferedImage
.. Methods ..
+burnable() : boolean
~getImage() : BufferedImage
+solid() : boolean
}
class MovingObject <? extends GameObject> {
.. Fields ..
+board : Board
+dir : int
+isAlive : boolean
+speed : int
+xd : int
+yd : int
.. Methods ..
+burnable() : boolean
#canWalk() : boolean
+colisionWithFire() : boolean
+draw(Graphics) : void
+goDown() : void
+goLeft() : void
+goRight() : void
+goUp() : void
+move(int, int) : void
+moveOtherwise() : void
+solid() : boolean
+stopDown() : void
+stopLeft() : void
+stopRight() : void
+stopUp() : void
+toString() : String
.. Static ..
~ {static} DOWN : int
~ {static} LEFT : int
~ {static} RIGHT : int
~ {static} SPEED : int
~ {static} UP : int
}
class Fire <? extends GameObject> {
.. Fields ..
+board : Board
+counter : int
-d : int
-downFireable : int
~image : BufferedImage
-l : int
-leftFireable : int
-r : int
+range : int
+removed : boolean
-rightFireable : int
-u : int
-upFireable : int
.. Methods ..
+burnable() : boolean
-changeFiredTo(BlockState) : void
+changeState(BlockState) : void
+draw(Graphics) : void
+solid() : boolean
+update() : void
.. Static ..
+ {static} MAXTIME_FIRE : int
}
abstract class GameObject {
.. Fields ..
~board : Board
~image : BufferedImage
+isAlive : boolean
+removed : boolean
~state : BlockState
~x : int
~y : int
.. Methods ..
+ {abstract} burnable() : boolean
+changeState(BlockState) : void
+ {abstract} draw(Graphics) : void
+getState() : BlockState
+getX() : int
+getY() : int
+setX(int) : void
+setY(int) : void
+ {abstract} solid() : boolean
+update() : void
.. Static ..
+ {static} SIZE : int
}
class BombBlock <? extends BlockState> {
.. Fields ..
~image : BufferedImage
.. Methods ..
+burnable() : boolean
~getImage() : BufferedImage
+solid() : boolean
}
class Menu {
.. Fields ..
~choice_bot : boolean
~choice_player : boolean
~dim : Dimension
+keyboardHandler : KeyboardHandler
.. Methods ..
+PanelVisible(boolean) : void
-drawMenuScreen() : void
-startComponents(int, boolean) : void
.. Static ..
+ {static} FrameVisible() : void
- {static} openingPictureLabel : JLabel
- {static} openingPicturePanel_lvl_chioce : JPanel
- {static} openningPicturePanel : JPanel
~ {static} frame : JFrame
}
class BomberGame {
.. Fields ..
~automaticHandler : AutomaticHandler
+board : Board
~bomber : Bomber
-choice : boolean
-completed : boolean
-gameTimer : Timer
-image : BufferedImage
-keyboardHandler : KeyboardHandler
-levelLoader : LevelLoader
-levelNo : int
-running : boolean
-ups : int
.. Methods ..
+addEnemy(Enemy) : void
-draw() : void
+getBlockAt(int, int) : Block
+nextLevelExist() : boolean
+paint(Graphics) : void
-run() : void
+setBlockAt(int, int, Block) : void
+setCompleted(boolean) : void
+setRunning(boolean) : void
~update() : void
.. Static ..
+ {static} HEIGHT : int
+ {static} LASTLEVEL : int
+ {static} WIDTH : int
+ {static} main() : void
~ {static} FREQ : int
}
class Utils {
.. Methods ..
.. Static ..
+ {static} resize() : BufferedImage
}
class EmptyBlock <? extends BlockState> {
.. Fields ..
+image : BufferedImage
.. Methods ..
+burnable() : boolean
~getImage() : BufferedImage
+solid() : boolean
}
abstract class BlockState {
.. Methods ..
+ {abstract} burnable() : boolean
~ {abstract} getImage() : BufferedImage
+ {abstract} solid() : boolean
+toString() : String
}
class LevelLoader {
.. Fields ..
~game : BomberGame
~image : BufferedImage
-levelInStr : String
.. Methods ..
+loadLevel(int) : void
+loadLevel() : void
+readLevel(int) : void
+start() : void
}
}
Board *-- "0..*" Enemy
GameObject <|-- Block
BlockState <|-- SoftBlock
KeyboardHandler o-- "1..1" Bomber
BlockState <|-- FireState
GameObject <|-- Bomb
MovingObject <|-- Enemy
MovingObject <|-- AutomaticHandler
AutomaticHandler o-- "1..1" Bomber
MovingObject <|-- Bomber
BlockState <|-- HardBlock
GameObject <|-- MovingObject
MovingObject o-- "1..1" Board
GameObject <|-- Fire
GameObject o-- "1..1" BlockState
BlockState <|-- BombBlock
Menu o-- "1..1" KeyboardHandler
BomberGame o-- "1..1" Bomber
BomberGame o-- "1..1" Board
BomberGame o-- "1..1" KeyboardHandler
BomberGame o-- "1..1" AutomaticHandler
BlockState <|-- EmptyBlock
Board "1..1" *..o "0..*" GameObject
Board "1..1" *..o "0..*" Bomb
Board "1..1" *..o "0..*" Fire
BomberGame "1..1" o..o "1..1" LevelLoader
@enduml
| false | true | false | false | class |
422f0b0b3dcfe2c0d653286a0395aec3caed7587 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/HoneyDew.puml | a0bdf5dd5f42e021afadb8f991b0abe9af898d89 | [] | no_license | weedySeaDragon/plantuml-documentation | 1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba | 3c23cd2cd7fc1b4a85423ef9861711907fab2296 | refs/heads/develop | 2022-12-09T05:57:04.055959 | 2022-05-12T16:05:20 | 2022-05-12T16:05:20 | 165,910,589 | 55 | 6 | null | 2022-11-22T10:34:29 | 2019-01-15T19:28:35 | SCSS | UTF-8 | PlantUML | false | false | 313 | puml | @startuml
skinparam ClassBackgroundColor #HoneyDew
skinparam ClassFontColor #HoneyDew
skinparam ClassBorderColor #HoneyDew
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
618c905021a8832350e637b396bb52aedda9e3f9 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/GUI/TestRunnerResult.puml | 7c8b44d01c20318d6973c39fbd0b061f4a26e8b6 | [] | 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,006 | puml | @startuml
class TestRunnerResult {
+ id : string
+ uniqueId : string
+ name : string
+ fullName : string
+ duration : float
+ messages : string
+ output : string
+ stacktrace : string
+ notRunnable : bool
+ ignoredOrSkipped : bool
+ description : string
+ isSuite : bool
+ parentId : string
+ parentUniqueId : string
+ notOutdated : bool
+ Update(result:TestRunnerResult) : void
+ SetResultChangedCallback(resultUpdated:Action<TestRunnerResult>) : void
+ <<override>> ToString() : string
+ Id : string <<get>>
+ FullName : string <<get>>
+ ParentId : string <<get>>
+ IsSuite : bool <<get>>
+ Clear() : void
}
class "List`1"<T> {
}
enum ResultStatus {
NotRun,
Passed,
Failed,
Inconclusive,
Skipped,
}
TestRunnerResult o-> "resultStatus" ResultStatus
TestRunnerResult --> "categories<string>" "List`1"
TestRunnerResult --> "Categories<string>" "List`1"
TestRunnerResult +-- ResultStatus
@enduml
| false | true | false | false | class |
62f0859578d82fa4b25037cc5bb4d3378d8b867d | 77184a0639bb9540530dfe0c3827fd4c3f3ed3a4 | /docs/STLDD/seq2.plantuml | 1b02bf11b73545f73168430531fa0ff7eeeebca1 | [] | 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 | 543 | plantuml | title Getting all sensor data
participant SensorDeviceActivity
participant NetworkManager
box "Application" #LightBlue
participant SensorDeviceActivity
participant NetworkManager
end box
database Backend
SensorDeviceActivity -> NetworkManager: getAllSensorValues(Device, Callback)
NetworkManager -[#0000FF]> Backend : API call
NetworkManager <[#0000FF]- Backend : SensorValues
SensorDeviceActivity<- NetworkManager : SensorValues
SensorDeviceActivity-> SensorDeviceActivity: Update SensorDeviceActivity\nwith the new sensor data.
| false | true | false | false | sequence |
46731caec770d21a5590a6939dd9f009fb832a17 | 0c4813158bab7af4eabdb7ca6697d33e994a37e5 | /src/main/java/ex42/ex42UML.puml | 55e19de9b52c3d94b67922449729b8077e8bf077 | [] | no_license | EPro30/singh-cop3330-assignment3 | e3a2801bddbbaa6345c7fd6c99ec6338e0a7e30a | 6cbefd051d7f70959770f3cca3ac412909936093 | refs/heads/master | 2023-08-22T18:00:01.731905 | 2021-10-12T03:59:41 | 2021-10-12T03:59:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 271 | puml | @startuml
'https://plantuml.com/sequence-diagram
class parsingDataFile
{
- static ArrayList<String> info
- static ArrayList<String> firstNames
- static ArrayList<String> lastNames
- static ArrayList<Integer> salary
+main()
+setInfo()
+setData()
+print()
}
@enduml | false | true | false | false | class |
b2fdf36d04fab0a0faed2a1bd9db5688d4ec325d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AssociateMissingPermissionError.puml | 456eeeaf719a9fec9a78bd5e67e35b850ac708a8 | [] | 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 | 752 | 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 AssociateMissingPermissionError [[AssociateMissingPermissionError.svg]] extends ErrorObject {
code: String
message: String
associate: [[CustomerResourceIdentifier.svg CustomerResourceIdentifier]]
businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]]
associateOnBehalf: [[CustomerResourceIdentifier.svg CustomerResourceIdentifier]]
permissions: [[Permission.svg List<Permission>]]
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
| false | true | false | false | class |
78e9566df7cba02e78e8440d934c0a9b928a6e7b | f843c9d5922c2ef92cc3ca50f20f44184ed27ef8 | /src/main/java/Factory/Enemy/README.puml | 3a0efd56743ac8d90a37d80b7c0cd60e80a3b9be | [] | no_license | yvanross/LOG121-GOF-exemples | c80a4d1b29f0b953e4666e100a82d4fde1923bea | 7cff56d019b40901ed54b85a62d69317cf61da59 | refs/heads/master | 2023-05-04T07:39:48.742354 | 2021-05-21T13:43:50 | 2021-05-21T13:43:50 | 261,219,115 | 2 | 25 | null | 2021-01-25T22:44:14 | 2020-05-04T15:11:44 | Java | UTF-8 | PlantUML | false | false | 315 | puml | @startuml Diagramme de classe
skinparam style strictuml
abstract class EnemyShip
class UFOEnemyShip extends EnemyShip
class RocketEnemyShip extends EnemyShip
class BigUFOEnemyShip extends UFOEnemyShip
class EnemyShipFactory {
makeEnemyShip(String type): EnemyShip
}
EnemyShipFactory -right->EnemyShip
@enduml | false | true | false | false | class |
d0c8d03482311eef7ddaa362368ec333a651fd95 | 5b6adf04e916e1eb5c0d96cfa2041d44059d8a08 | /src/main/uml/togglz-classes.puml | a80105a23a14fb07f8836bf902fb0bbaa66a101a | [] | no_license | linux-china/spring-boot-starter-togglz | 078693499f6f65e41c88f9df6eba8d86b2e0fce9 | 9bba4efaf41fb938fb2cb857d3b23eb0dbde6cd6 | refs/heads/master | 2021-01-10T08:13:12.023843 | 2016-01-15T01:28:30 | 2016-01-15T01:28:30 | 49,468,921 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 335 | puml | @startuml
class FeatureManager {
}
interface Feature {
getName();
}
class FeatureState {
Feature feature;
boolean enabled;
String strategyId;
Map<String, String> parameters;
}
class ActivationStrategy {
String id;
boolean isActive();
}
FeatureState -down-> Feature
FeatureState -> ActivationStrategy
@enduml | false | true | false | false | class |
f8839e667dd0ede09960e6d92c4ace21824801b2 | 4a2a96a9d4538ae3ea0f2c23a7cd65d4d7686e5e | /menu/Deleting SubMenu.puml | 9ed3e848a82dd5df64a69cfc6d58407f200e74c6 | [] | no_license | ronie2/navigation | d36deb7fa9f28f048637373d04d0b1c380996f6c | e8d4eb3108e15d574cd6eeffcabde7661a4180c1 | refs/heads/master | 2020-06-16T16:55:58.739409 | 2016-12-02T16:18:45 | 2016-12-02T16:18:45 | 75,081,620 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 831 | puml | @startuml
autonumber
title Delete SubMenu\n in CMS v2
actor User
participant FrontendCMSv2
participant Radiality_BE
database RethinkDB
User -> FrontendCMSv2 : Delete SubMenu
FrontendCMSv2 -> Radiality_BE : DELETE 'menu' item\n (<b>Item_ID)
Radiality_BE -> RethinkDB : Recursively DELETE\n ALL children\n in 'menu' table
note left
If Child_ID is
not in 'menu'
table
DO NOTHING
(Article,
Product etc.)
end note
Radiality_BE -> RethinkDB : DELETE 'menu'\n Item
Radiality_BE -> RethinkDB : Give all records\n in 'menu' table
RethinkDB --> Radiality_BE : 'menu' table\n cursor
Radiality_BE -> Radiality_BE : Create list (?)
Radiality_BE --> FrontendCMSv2 : List of all items
FrontendCMSv2 -> FrontendCMSv2 : Parse response\n and create 'tree' (?)
FrontendCMSv2 -> FrontendCMSv2 : Render UI
FrontendCMSv2 --> User : Show menu
@enduml
| false | true | false | false | usecase |
a4e0be606fa67fed557f24f03ff1b13cd18c7693 | fc48b588dc5f329947df43410e856d411865be88 | /vscp/doc/doxfiles/vscp_modules.plantuml | 3ea66a1a27fdb6b1ed488d29e26d5f618cb8d7bb | [
"MIT"
] | permissive | onitake/vscp-framework | 25db03cac3a3f16d6dfefe9ae28d78e3faedd4f1 | cc3a6d9097686c5a08aa3ade6038edc5896496f9 | refs/heads/master | 2022-12-03T19:05:55.144525 | 2020-06-03T20:52:56 | 2020-06-03T20:52:56 | 290,039,530 | 1 | 0 | NOASSERTION | 2020-08-24T21:03:58 | 2020-08-24T21:03:57 | null | UTF-8 | PlantUML | false | false | 2,022 | plantuml | @startuml
title VSCP-framework
package "Core Modules" as core_modules {
component "VSCP logger" as logger
component "VSCP core" as core
component "VSCP device data" as device_data
component "VSCP decision matrix" as dm
component "VSCP decision matrix NG" as dm_ng
component "VSCP transport" as transport
component "VSCP utilities" as utilities
component "VSCP persistent memory" as ps
}
package "Adaption Modules" as adaption_modules {
component "VSCP timer" as timer #LightBlue
component "VSCP transport adapter" as transport_adapter #LightBlue
component "VSCP action" as action #LightBlue
component "VSCP portable" as portable #LightBlue
component "VSCP application register" as application_register #LightBlue
component "VSCP persistent memory access" as ps_access #LightBlue
}
component "CAN" as can #LightGray
component "EEPROM" as eeprom #LightGray
component "Application" as app
app ..> logger: uses
app ..> core: process and uses
app ..> timer: process
logger .> core: uses
logger ..> ps: uses
core ..> timer: uses
core ..> application_register: read and write
core ..> portable: uses
core ..> device_data: read and write
core ..> dm: forward events
core ..> dm_ng: forward events
core ..> transport: send and receive events
core ..> ps: read and write
dm ..> action: execute
dm ..> portable: uses
dm ..> ps: read
dm_ng ..> ps: read
dm_ng ..> action: execute
ps ..> ps_access: read and write
transport .> utilities: uses
transport ..> transport_adapter: read and write
device_data ..> ps: read
device_data ..> portable: read
transport_adapter ..> can: read and write
ps_access ..> eeprom: read and write
application_register .left.> ps_access: read and write
note right of eeprom
Use a real EEPROM or
a EEPROM emulation in the flash.
end note
note right of can
Just an example.
Other physical transports
are possible as well.
end note
@enduml | false | true | false | false | class |
b561139f810b6e2a10fa9f843aea07facbc080d3 | 615aa15c4eeebf0eff78c7f02e65ad7c7814babb | /docs/BasicCommunication/OnSystemCapabilityUpdated/assets/OnSystemCapabilityUpdated_REMOVED.puml | f12806dff638dfca7a712b8dae0af7d2a3b411d9 | [] | permissive | smartdevicelink/sdl_hmi_integration_guidelines | 4c1413d80b3a07a0293a1a62ba02ce413820bfab | a89289d22a3fe75db6e5b45d39d158e5b282021f | refs/heads/master | 2022-10-31T16:50:47.768891 | 2022-10-26T15:27:10 | 2022-10-26T15:27:10 | 55,093,865 | 12 | 34 | BSD-3-Clause | 2022-10-25T21:08:55 | 2016-03-30T20:02:23 | null | UTF-8 | PlantUML | false | false | 461 | puml | @startuml OnSystemCapabilityUpdated_REMOVED
participant Mobile
participant Core
participant HMI
note left of Mobile: Mobile app has \nmultiple published \napp services
Mobile -> Core : Disconnect
Core -> Core : UnregisterApplication
loop For every service published by Application
Core ->> Mobile : OnSystemCapabilityUpdated\n(APP_SERVICES, REMOVED)
Core ->> HMI : BasicCommunication\n.OnSystemCapabilityUpdated\n(APP_SERVICES, REMOVED)
end
@enduml
| false | true | false | false | sequence |
0509c48ef054ea9d1946d556f6583ed9c3b56b50 | 6dac6ea52e6b61c3426907a7e2077b583fc127e9 | /models.puml | 7a638db901a72beaff3f4b7b1161cce079c9c0b1 | [
"MIT"
] | permissive | City-of-Helsinki/kerrokantasi | 3c37d735c7a1d2bb6edbf1a941db6e6a4e62732c | 4e37a0180f16faed777687cd619d0af58eee992d | refs/heads/master | 2023-08-03T09:19:29.741648 | 2023-08-01T18:09:10 | 2023-08-02T06:09:29 | 44,660,623 | 8 | 21 | MIT | 2023-09-14T12:44:01 | 2015-10-21T07:46:44 | Python | UTF-8 | PlantUML | false | false | 1,295 | puml | @startuml
skinparam shadowing false
abstract class Base {
created_by: FK user
created_on: datetime
modified_by: FK user
modified_by: datetime
deleted: soft-deletion flag
}
abstract class Comment << versioned >> {
n_votes: cache value
content
followers: M2M
voters: M2M
}
abstract class Image {
title
caption
height
width
image
ordering
}
abstract class Commentable {
n_comments: cache value
commenting: disallow, registered, anonymous
}
class Hearing {
opens_on: datetime
closes_on: datetime
heading: heading of the hearing
abstract: abstract of the hearing
borough: borough which the hearing concerns
servicemap_url: url to the map to embed at http://palvelukartta.hel.fi
latitude: coordinate for position
longitude: coordinate for position
}
class HearingLabel {
label
}
class Section {
type - `introduction`, `section`, `scenario`, `area`, possibly others in the future
position
heading
abstract
content
ordering
}
Base <|-- Hearing
Base <|-- Section
Base <|-- Comment
Base <|-- Image
Hearing *-- "many" Section : contains
Commentable <|-- Hearing
Commentable <|-- Section
Hearing *-- "many" Comment
Hearing *-- "many" Image
Hearing *-- "many" HearingLabel
Section *-- "many" Comment
Section *-- "many" Image
@enduml
| false | true | false | false | class |
f89cbd2c39077631b817d396fe24593229145f59 | 4c13527f24ccc6d0524d18cc56deeb7e81886b36 | /Java3/src/main/java/E45.puml | 650eeb2df1823641d1ff739ec473a1de6e4026ee | [] | no_license | Nickc123z/-COOK--cop3330-assignment3 | f5b176a2a2b946a24610e1394b215a708453985d | 2fb7ae553249c86152141ef356db8bf3815e4621 | refs/heads/main | 2023-09-04T09:33:29.931092 | 2021-10-12T03:55:47 | 2021-10-12T03:55:47 | 416,132,133 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 460 | puml | @startuml
'https://plantuml.com/class-diagram
writable <|-- main
rfile <|-- main
getcount <|-- main
readily <|-- main
class rfile {
list = arraylist;
scan = newscan;
}
class writable{
while true(){
count++}
break;
}
class getcount{
returns count;
}
class readily{
while loop;
add.namelist();
}
abstract class main{
scan file;
readfile1.readily();
list = readfile1;
write1 = writefile;
writefile1.writable();
}
@enduml | false | true | false | false | sequence |
a7ce386ce17eaf335c346a6ac36825631529e758 | d6374fe9363a41031c51eb622cb0cb5e75b78380 | /docs/technical/central-ledger/assets/diagrams/sequence/seq-prepare-1.1.1.a.plantuml | 4df26eef9fafa67428dfac35519f9cf66819772c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mojaloop/documentation | 18a1e58443956b9c718f5f85590f652f803f4748 | 6ad904da0293bb259bd9f5140bcecd719d8c8024 | refs/heads/master | 2023-07-26T17:13:14.811484 | 2023-06-26T15:18:57 | 2023-06-26T15:18:57 | 170,135,923 | 24 | 98 | NOASSERTION | 2023-09-01T14:57:33 | 2019-02-11T13:45:44 | JavaScript | UTF-8 | PlantUML | false | false | 11,041 | 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>
* Shashikant Hirugade <shashikant.hirugade@modusbox.com>
* Georgi Georgiev <georgi.georgiev@modusbox.com>
* Rajiv Mothilal <rajiv.mothilal@modusbox.com>
* Samuel Kummary <sam@modusbox.com>
* Miguel de Barros <miguel.debarros@modusbox.com>
--------------
******'/
@startuml
' declate title
title 1.1.1.a. Prepare Handler Consume (single message)
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistance Store
' declare actors
collections "topic-transfer-prepare" as TOPIC_TRANSFER_PREPARE
control "Prepare Event Handler" as PREP_HANDLER
collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION
collections "Event-Topic" as TOPIC_EVENTS
collections "Notification-Topic" as TOPIC_NOTIFICATIONS
entity "Position DAO" as POS_DAO
entity "Participant DAO" as PARTICIPANT_DAO
database "Central Store" as DB
box "Central Service" #LightYellow
participant TOPIC_TRANSFER_PREPARE
participant PREP_HANDLER
participant TOPIC_TRANSFER_POSITION
participant TOPIC_EVENTS
participant TOPIC_NOTIFICATIONS
participant POS_DAO
participant PARTICIPANT_DAO
participant DB
end box
' start flow
activate PREP_HANDLER
group Prepare Handler Consume
TOPIC_TRANSFER_PREPARE <- PREP_HANDLER: Consume Prepare event message
activate TOPIC_TRANSFER_PREPARE
deactivate TOPIC_TRANSFER_PREPARE
break
group Validate Event
PREP_HANDLER <-> PREP_HANDLER: Validate event - Rule: type == 'prepare' && action == 'prepare'\n<color #FF0000><b>Error codes:</b> 2001</color>
end
end
group Persist Event Information
|||
PREP_HANDLER -> TOPIC_EVENTS: Publish event information
ref over PREP_HANDLER, TOPIC_EVENTS: Event Handler Consume\n
|||
end
group Validate Prepare Transfer
PREP_HANDLER <-> PREP_HANDLER: <color #AAA>Schema validation of the incoming message</color>
PREP_HANDLER <-> PREP_HANDLER: <color #AAA>Verify the message's signature (to be confirmed in future requirement)</color>
note right of PREP_HANDLER #lightgrey
The above validation steps are already handled by
the ML-Adapter for the open source implementation.
It may need to be added in future for custom adapters.
end note
group Validate Duplicate Check
|||
PREP_HANDLER -> DB: Request Duplicate Check
ref over PREP_HANDLER, DB: Request Duplicate Check\n
DB --> PREP_HANDLER: Return { hasDuplicateId: Boolean, hasDuplicateHash: Boolean }
end
alt hasDuplicateId == TRUE && hasDuplicateHash == TRUE
break
PREP_HANDLER -> PREP_HANDLER: stateRecord = await getTransferState(transferId)
alt endStateList.includes(stateRecord.transferStateId)
|||
ref over PREP_HANDLER, TOPIC_NOTIFICATIONS: getTransfer callback\n
PREP_HANDLER -> TOPIC_NOTIFICATIONS: Produce message
else
note right of PREP_HANDLER #lightgrey
Ignore - resend in progress
end note
end
end
else hasDuplicateId == TRUE && hasDuplicateHash == FALSE
note right of PREP_HANDLER #lightgrey
Validate Prepare Transfer (failure) - Modified Request
end note
else hasDuplicateId == FALSE
group Validate Payer
PREP_HANDLER -> PARTICIPANT_DAO: Request to retrieve Payer Participant details (if it exists)
activate PARTICIPANT_DAO
PARTICIPANT_DAO -> DB: Request Participant details
hnote over DB #lightyellow
participant
participantCurrency
end note
activate DB
PARTICIPANT_DAO <-- DB: Return Participant details if it exists
deactivate DB
PARTICIPANT_DAO --> PREP_HANDLER: Return Participant details if it exists
deactivate PARTICIPANT_DAO
PREP_HANDLER <-> PREP_HANDLER: Validate Payer\n<color #FF0000><b>Error codes:</b> 3202</color>
end
group Validate Payee
PREP_HANDLER -> PARTICIPANT_DAO: Request to retrieve Payee Participant details (if it exists)
activate PARTICIPANT_DAO
PARTICIPANT_DAO -> DB: Request Participant details
hnote over DB #lightyellow
participant
participantCurrency
end note
activate DB
PARTICIPANT_DAO <-- DB: Return Participant details if it exists
deactivate DB
PARTICIPANT_DAO --> PREP_HANDLER: Return Participant details if it exists
deactivate PARTICIPANT_DAO
PREP_HANDLER <-> PREP_HANDLER: Validate Payee\n<color #FF0000><b>Error codes:</b> 3203</color>
end
alt Validate Prepare Transfer (success)
group Persist Transfer State (with transferState='RECEIVED-PREPARE')
PREP_HANDLER -> POS_DAO: Request to persist transfer\n<color #FF0000><b>Error codes:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Persist transfer
hnote over DB #lightyellow
transfer
transferParticipant
transferStateChange
transferExtension
ilpPacket
end note
activate DB
deactivate DB
POS_DAO --> PREP_HANDLER: Return success
deactivate POS_DAO
end
else Validate Prepare Transfer (failure)
group Persist Transfer State (with transferState='INVALID') (Introducing a new status INVALID to mark these entries)
PREP_HANDLER -> POS_DAO: Request to persist transfer\n(when Payee/Payer/crypto-condition validation fails)\n<color #FF0000><b>Error codes:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Persist transfer
hnote over DB #lightyellow
transfer
transferParticipant
transferStateChange
transferExtension
transferError
ilpPacket
end note
activate DB
deactivate DB
POS_DAO --> PREP_HANDLER: Return success
deactivate POS_DAO
end
end
end
end
alt Validate Prepare Transfer (success)
note right of PREP_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <transferMessage.payerFsp>,
to: <transferMessage.payeeFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: <transferMessage>
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: position,
action: prepare,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
PREP_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event for Payer\n<color #FF0000><b>Error codes:</b> 2003</color>
activate TOPIC_TRANSFER_POSITION
deactivate TOPIC_TRANSFER_POSITION
else Validate Prepare Transfer (failure)
note right of PREP_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <ledgerName>,
to: <transferMessage.payerFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: {
"errorInformation": {
"errorCode": <possible codes: [2003, 3100, 3105, 3106, 3202, 3203, 3300, 3301]>
"errorDescription": "<refer to section 35.1.3 for description>",
"extensionList": <transferMessage.extensionList>
}
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: notification,
action: prepare,
createdAt: <timestamp>,
state: {
status: 'error',
code: <errorInformation.errorCode>
description: <errorInformation.errorDescription>
}
}
}
}
end note
PREP_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification (failure) event for Payer\n<color #FF0000><b>Error codes:</b> 2003</color>
activate TOPIC_NOTIFICATIONS
deactivate TOPIC_NOTIFICATIONS
end
end
deactivate PREP_HANDLER
@enduml
| false | true | true | false | sequence |
49b88ff1a1530f8f362ef5d09362543ff20ba80f | e9484221b0c6ba02e8734ee8012e6fd51603bf5f | /source/puml/user_analysis/senorge_producer.puml | 2a6f0e5e46133ca559e0fca5b7b9e650a05afa0d | [] | no_license | metno/S-ENDA-documentation | 91ec3d69bb94f3c2e6902478b179821eaf0b98d7 | a8c109a440587105509f800429d83657939c1c1e | refs/heads/master | 2023-02-23T16:06:50.410409 | 2022-02-14T17:17:06 | 2022-02-14T17:17:06 | 227,606,604 | 2 | 7 | null | 2023-02-15T11:21:12 | 2019-12-12T12:52:31 | Python | UTF-8 | PlantUML | false | false | 393 | puml | @startuml
package "Level 1 data" as L1 {
(Historical observations\nSource:) as (CD1)
}
package "Level 2 data" as L2 {
(Aggregated time series\nSource:) as (CD2)
}
package "Level 3 data" as L3 {
(Gridded historical weather observations\nSource:) as (CD3)
}
actor "Producer" as Producer
Producer --> (CD1) : Consumes
Producer --> (CD2) : Consumes
Producer --> (CD3) : Produces
@enduml
| false | true | false | false | usecase |
b0d2548ddb2fd0ce7d9e8bae0c673ae6899822d6 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AttributeConstraintEnumDraft.puml | 5804b306e8fcb5f6c116a9f70840924eac60e078 | [] | 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 | 420 | puml | @startuml
hide methods
enum AttributeConstraintEnumDraft {
NONE
}
interface ProductTypeChangeAttributeConstraintAction [[ProductTypeChangeAttributeConstraintAction.svg]] {
action: String
attributeName: String
newValue: [[AttributeConstraintEnumDraft.svg AttributeConstraintEnumDraft]]
}
AttributeConstraintEnumDraft --> ProductTypeChangeAttributeConstraintAction #green;text:green : "newValue"
@enduml
| false | true | false | false | sequence |
21842bbc4f2aaaae69aa9c4dbf45e8f9bb7114ca | c4247dacd93fda114afb1f966c9c35a57ab7c9ae | /tesis/.arquitectura/Diagrama de despliegue/despliegue.plantuml | fb86a9d5db6490448b5070fc1e44593da11d9308 | [] | no_license | krivxII/Tesis_Auth-Layer-Service | bb4e0f8fd4bbde1824b4ba99f3b9fb1c3d51cd94 | ca20bafa886142a1115b496e733e3b8bd7bb86e4 | refs/heads/master | 2023-08-15T10:18:57.598634 | 2021-09-17T10:00:16 | 2021-09-17T10:00:16 | 363,900,690 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,413 | plantuml | @startuml
node servidor <<cliente>>
node "Navegador Web"<<cliente>>
node "Doker host" <<host>>{
circle " puerto 80"
circle " puerto 6379"
node "aplicacion" <<contenedor>>{
node servicio_de_correo <<imagen>> [----
servicio de correo
----
Node.js, Express.js]
node servicio_de_persistencia <<imagen>> [----
servicio de persistencia
----
Node.js, Express.js]
node api_gateway <<imagen>> [----
api gateway
----
Node.js, Express.js]
database "redis" <<imagen>>
node "redis-comander" <<imagen>>
}
}
servidor --> [ puerto 80]: http
[Navegador Web]--> [ puerto 6379]: http
[ puerto 80]--> api_gateway
[ puerto 6379]--> [redis-comander]
api_gateway --- servicio_de_correo : http
api_gateway --- servicio_de_persistencia : http
servicio_de_persistencia --- redis: http
redis--- [redis-comander]: http
@enduml
http://www.plantuml.com/plantuml/png/dPDFImCn4CNl-HHXpwu8Wd-aB3tejLSFPIdJP6YZsoHCqgf8lxkpPbqthYlgN5fulpVl4MRd8GB5_QuHrccK0UbWj2Cvcwd6e8rOLKaf5d303RJQFQwBiNxh7f7areLOiBlzhQfN8NcK8TKm8Ndy7YawUNLMJ4aNvvVNIKnxmJT6WJBEjdkLuqoBNAFTpbYQp_8ChZIkb2D2nmQpWmtQgfBBakV3qBEIVOdjfOnRyEBJXt0YxvuzOGZyl_uXrYC54xYXCl2xyA7ZtnN0czK68Zx1otGgGxA3_XBKoneYh26WB0Yr2SKWAM-Jz5Av7LYDD0AFuYX4VsbboKMpqwXlv3P6BvRPoTK9p0-bH_C5Z6Pl8hxwqhAyPos6blPflhke53YDZgwWCqpfoVtUf2DJgx8SzUlqELhD7-mR | false | true | false | false | sequence |
0ca763a7373892c309beebcd1e55f20ec00591d0 | f939a4efe0206988680cb49787f3edbf0efbfae8 | /Diagrama de Clases.puml | e93a1dcedcea4416128a0b2eb4b36db551d03f24 | [] | no_license | mecsafonso/QueMePongo2 | f3183c0058077234943191eb52b6aebdeda1b6ef | 468b0dee34b07afd59ed295789a3da567c31b651 | refs/heads/main | 2023-04-17T07:57:01.856660 | 2021-04-30T21:17:14 | 2021-04-30T21:17:14 | 361,443,660 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 880 | puml | @startuml
left to right direction
skinparam backgroundColor transparent
skinparam arrowFontColor royalblue
skinparam arrowColor royalblue
'https://plantuml.com/class-diagram
class Prenda{
Map<String,Atributo> atributos
categoria() : Categoria
agregarAtributo(Atributo atributo)
crearBorrador() : Borrador
}
class Tipo{
getCategoria()
}
class Color{
int red
int green
int blue
}
enum Material{
GABARDINA, NYLON, ALGODON
}
enum Categoria{
SUPERIOR, CALZADO, INFERIOR, ACCESORIO
}
enum Trama{
LISA,RAYADA,CON_LUNARES,A_CUADROS,ESTAMPADO
}
interface Atributo{
}
Prenda --right> "1" Tipo
Prenda --> "*" Atributo
Material ..up|> Atributo
Categoria ..up|> Atributo
Trama ..up|> Atributo
Color ..up|> Atributo
class Atuendo{
List<Prenda> prendas
agregarPrenda(Prenda prenda)
}
Atuendo --> "*" Prenda
class Uniforme{
String nombreInstitucion
}
Uniforme --left|> Atuendo
@enduml | false | true | false | false | class |
f230948dccafc7d399f2e01d7678836b0e208435 | 3716c63c30e0edc60445fc207517992c7620a96a | /dependecymanager/docs/class_diagram.plantuml | ef80031f689036eb4a6c5839c3d9c9657f3c5489 | [
"Zlib"
] | permissive | davincif/dependency_manager | 4d49ff9ed8b657fc466a5b8551de33ce23ae7778 | 7a46fbecd9622186944b07b4ba28b5ef6da85727 | refs/heads/master | 2020-12-19T19:19:30.128777 | 2020-07-29T15:27:23 | 2020-07-29T15:47:09 | 235,827,015 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 111 | plantuml | # PlantUML Editor
@startuml
class Dependecy_Manager {
init()
install(dev)
install_package(dev)
}
@enduml
| false | true | false | false | class |
b2acee0ef692ef03303aaa81c1ca63820b0f6073 | e585be0c356bba949ecad37bf513cddc91c22a9f | /uml/8_activity_life_cycle/4_activity_on_poste_create.puml | 01dbf8072b964beb4eb1f1baa33526be306de1ac | [] | no_license | heavy-james/AndroidStartSequence | b69b9a1cb57764cda5344a542e48a9b0986732c0 | c043546aa56e0cae5bba1f9b34ad08af80a2c8fc | refs/heads/master | 2020-04-25T04:26:36.861476 | 2019-02-26T00:57:10 | 2019-02-26T00:57:28 | 172,510,252 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 785 | puml | @startuml
participant ActivityThread as "ActivityThread.java"
participant Instrumentation as "Instrumentation.java"
participant Activity as "Activity.java"
ActivityThread -> Instrumentation : callActivityOnPostCreate(activity, r.state);
deactivate ActivityThread
activate Instrumentation
Instrumentation -> Activity : activity.onPostCreate(icicle);
deactivate Instrumentation
activate Activity
alt isChild()
else No
Activity -> Activity : mTitleReady = true;
Activity -> Activity : onTitleChanged(getTitle(), getTitleColor());
end
Activity -> Activity : mCalled = true;
Activity --> Instrumentation : onPostCreate finished
deactivate Activity
activate Instrumentation
Instrumentation --> ActivityThread : callActivityOnPostCreate finished
deactivate Instrumentation
@enduml | false | true | false | false | sequence |
8ba3d12fca409a9006edc3e6c2823e65f79b921b | 69001696658e56c2dbe8e68edd07ac8ac331c558 | /src/main/java/ex45/base/Word Finder.puml | 7f865d65defda29f5188168728ba3dd7ca3f3783 | [] | no_license | bbmkastan/kastan-cop3330-assignment3 | e6a5b96e86472947d0b27da3cb396dc29284efec | 96ad36b165002f7c8c7872737eaf0f583121085c | refs/heads/main | 2023-06-06T03:49:41.740123 | 2021-06-21T03:54:41 | 2021-06-21T03:54:41 | 378,422,380 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 608 | puml | @startuml
!define DARKBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
'https://plantuml.com/class-diagram
package classes_used_in_multiple_packages {
class FileReader {
- filePath: string
+ setFilePath(newFilePath)
+ getFilePath()
+ getStrings()
+ readFile()
}
}
package ex45.base {
class App {
+ main()
}
class TextManipulator {
+ generateNewFile(title ,content)
+ replaceUtilizeWithUse()
+ getStringFromArrayList)
}
file "exercise45_input.txt" {
}
}
App --> TextManipulator
TextManipulator o--> FileReader
FileReader o--> exercise45_input.txt
@enduml | false | true | false | false | class |
c66817f0e71c897e9f5f6ecf33528e08430b13ff | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/fixed-interests@0.5.2.puml | 0e418aa03b7a89e42abd8fc218a48c666c90f8cc | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 639 | puml | @startuml
class org.accordproject.interests.Request << (T,yellow) >> {
+ String input
}
org.accordproject.interests.Request --|> org.accordproject.base.Transaction
class org.accordproject.interests.Response << (T,yellow) >> {
+ String output
}
org.accordproject.interests.Response --|> org.accordproject.base.Transaction
class org.accordproject.interests.TemplateModel << (A,green) >> {
+ MonetaryAmount loanAmount
+ Double rate
+ Integer loanDuration
}
org.accordproject.interests.TemplateModel --|> org.accordproject.cicero.contract.AccordClause
class org.accordproject.interests.TextResponse {
+ String text
}
@enduml
| false | true | false | false | class |
7e5ba65e40703441b8655b68ba3f9990727003d2 | 535dca469320dec5b0a348ab927bf887fe5672b0 | /src/main/java/UML/search-product.puml | 4b99b895f3405bbe5c17c2fbb66fbf6b22814083 | [] | no_license | Camaz993/Info202Project | b13f4a7d1c864685c9e033880f6c963186aa1bbf | 7a43c35b37fb1782166ea39b616fdb86eb620b12 | refs/heads/master | 2023-01-09T23:04:29.538283 | 2020-11-05T07:41:30 | 2020-11-05T07:41:30 | 310,222,521 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,853 | puml | @startuml
'worked with Bradley WindyBank on UML Diagrams'
'Also Sourced from reference document'
' style tweaks to make the diagram a little more readable
skinparam {
Style strictuml
RoundCorner 8
Sequence {
' make activations yellow too
LifeLineBackgroundColor #FDFDCD
' make stereotypes less ugly
Stereotype {
Font {
Size 11
Style plain
}
}
}
DatabaseBorderColor #A80036
}
title Search Products (using DB dao)
actor User as user
participant "Administration" as main << main >>
participant "MainMenu" as menu << frame >>
participant "ProductReportDialog" as dialog << dialog >>
participant "ProductDatabaseDAO" as dao << ProductDAO >>
participant "SimpleListModel\n:model" as model
database "Database" as db
main++
create menu
main -> menu : « construct »
user ->> menu : clicks 'View Products'
menu++
create dialog
menu -> dialog++ : « construct »
create dao
dialog -> dao : « construct »
dialog -> dao++ : getProducts()
dao -> db++ : select * from product
return ResultSet
dao -> dao : reconstruct products\nfrom ResultSet
return products
create model
dialog -> model : « construct »
dialog -> model++ : updateItems(products)
model--
dialog -> dialog-- : lstProducts.setModel(model)
note left : products now\nvisible to user
user -> dialog++ : search for product using id
opt if txtIDSearch value is not null
dialog -> dialog : txtIDSearch.getValue()
dialog -> dao++ : productSearch(id)
dao -> db++ : select * from product
return ResultSet
dao -> dao : construct product\nfrom ResultSet
return product
dialog -> model++ : updateItems(product)
model--
dialog -> dialog-- : lstProducts.setModel(model)
note left : product now\nvisible to user if exists
else No value entered
dialog -> dialog++ : alert the user\nthat no value was entered
dialog--
end
@enduml
| false | true | true | false | usecase |
43722330b6c01c41374db8125ab70f86be501dad | 8f79723474b85f849569afca21d13447da9fbe7d | /Assets/Plugins/Script/plantuml/Score.puml | 4c4220e2cbdfe27dc23e46236828d556cd639ee5 | [] | no_license | YutaMochizuki-Siki/taiko | 51d4f004b10ab93ea30a888f7638d9a16904071b | e0cd2cdbdcbe864cd1232bf0ec74d710796ad1d6 | refs/heads/main | 2023-04-22T13:59:21.998542 | 2021-05-11T09:51:09 | 2021-05-11T09:51:09 | 352,619,868 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 303 | puml | @startuml
class Score {
Start() : void
Update() : void
+ button_click() : void
HpParamete(hp:float) : void
}
MonoBehaviour <|-- Score
Score --> "LessHpGage" Slider
Score --> "MoreHpGage" Slider
Score --> "HanteiText" Text
Score --> "ScoreText" Text
Score --> "scorenum" ScoreNum
@enduml
| false | true | false | false | class |
0426706a79fe9d5b1941715158b51261c784011a | 427bf83e6a8ace667e70cbba87b2dda899937a14 | /docs/uml.puml | 74ea86fae3e1a8a30b05fd110e8ff66659b08019 | [] | no_license | nikolai-git-house/USFigureSkating | a81eea8d0001f8910fd2ef613a982de84c8ffde7 | 3fb9fa916fcb25d921ee340a68cda2ce9db8a82d | refs/heads/master | 2023-04-01T23:31:52.990061 | 2021-04-08T16:32:41 | 2021-04-08T16:32:41 | 355,962,059 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 989 | puml | @startuml
class User {
public name: String;
public id: Number;
}
class Competition{
public id: Number;
public dates: any;
public name: String;
public detail_link: string;
public icon: string;
public information_link: string;
}
class Rink{
String name
}
abstract class Session{
public name: string
public date: date
public time_start: string
public time_end: string
public slots_registered: number;
public slots_available: number;
public type_key: string;
}
class CompetitionService{
}
class Event{
}
class PracticeIce{
}
class Resurface{
}
class Credits {
public UPI: Number
public OPI: Number
public WU: Number
}
Credits --* User
Competition "1..*" --o CompetitionService
(Competition,CompetitionService) --. User
Arena "1..*" ---* Competition
Session "1..*" --* Arena
Event "0..*" --o User
PracticeIce "0..*" --o User
Event --|> Session
PracticeIce --|> Session
Resurface --|> Session
@enduml
| false | true | false | false | class |
517d290c2eb9d91b44dae6b219bf22c7e44dee5d | bad0e618c193eab5c01ec876fee546342f4805ba | /plantuml/ui.plantuml | 7335df2c5cfd6a7643da86fa1e83958ab6982af4 | [
"MIT"
] | permissive | gerald1248/hollows | 804dbbe8bc8e1fe29e088f06993ad8eb4a34143d | 1f62b4367ca995877b65697458f7683972db2bb0 | refs/heads/master | 2021-01-20T08:37:24.514162 | 2019-09-18T17:34:34 | 2019-09-18T17:34:34 | 90,167,569 | 2 | 0 | MIT | 2018-01-07T20:48:01 | 2017-05-03T15:59:50 | Java | UTF-8 | PlantUML | false | false | 344 | plantuml | @startuml
(*) --> "Screen press" as DOWN
if "" then
-down->[move left/right] "Rotate left/right" as MOVE
else
-down->[long press] "Accelerate" as THRUST
else
-down->[short press] "Fire" as FIRE
MOVE -->[pause movement] THRUST
THRUST -->[move left/right] MOVE
MOVE --> "Screen press ends" as UP
THRUST --> UP
FIRE --> UP
UP --> (*)
@enduml
| false | true | false | false | activity |
faedd3d5b93a6db99eb3a9636b524fab00192e69 | 1796581f86afff7ca46e44c51358bc4b38a5375a | /programming/design-pattern/plantuml/visitor_sample.puml | 5d9be34b2e80858c3459b183293ec1d9b83992b1 | [] | no_license | ruleless/ORG | 7de911d850c3861d44ecb5ee395874c637e22380 | cd3021a55f2ac47e0c1271fe745c1d2c28289eca | refs/heads/master | 2023-06-01T04:41:54.376093 | 2023-05-17T14:28:44 | 2023-05-17T14:28:44 | 44,298,812 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 402 | puml | @startuml Vistor Sample
class Node {
{method} +TypeCheck()
{method} +GenerateCode()
{method} +PrettyPrint()
}
class VariableRefNode {
{method} +TypeCheck()
{method} +GenerateCode()
{method} +PrettyPrint()
}
class AssignmentNode {
{method} +TypeCheck()
{method} +GenerateCode()
{method} +PrettyPrint()
}
Node <|-- VariableRefNode
Node <|-- AssignmentNode
@enduml | false | true | false | false | class |
843e08350512583b4421d210991b752f4cbec6d6 | 61a39d01a651d637be340c423419021654be5572 | /Romuald78-chesspublic-860e4f85613e.plantuml | b2aa31c4fc17f35e4dce26177a1b7986f7e3900f | [] | no_license | Escias/Java-Chess | fd8be387dce94dc2ccd4eedbbfcc54e0a0ae8460 | f370c04a1081d166bec532e4dd731c1f46e42e2e | refs/heads/master | 2021-02-15T09:51:26.090614 | 2020-03-04T12:05:44 | 2020-03-04T12:05:44 | 244,887,017 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,608 | plantuml | @startuml
title __CHESS's Class Diagram__\n
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.Bishop {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.Board {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.ChessModel {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.King {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.Knight {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.LostPieces {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.MoveUtil {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.Pawn {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.Piece {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.Queen {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.Rook {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.Timer {
}
}
namespace fr.rphstudio.chess.game {
class fr.rphstudio.chess.game.Undo {
}
}
namespace fr.rphstudio.chess.interf {
class fr.rphstudio.chess.interf.ChessException {
}
}
namespace fr.rphstudio.chess.interf {
class fr.rphstudio.chess.interf.EmptyCellException {
}
}
namespace fr.rphstudio.chess.interf {
interface fr.rphstudio.chess.interf.IChess {
}
}
namespace fr.rphstudio.chess.interf {
interface fr.rphstudio.chess.interf.IMove {
}
}
namespace fr.rphstudio.chess.interf {
class fr.rphstudio.chess.interf.OutOfBoardException {
}
}
namespace fr.rphstudio.chess.launcher {
class fr.rphstudio.chess.launcher.ChessFontManager {
}
}
namespace fr.rphstudio.chess.launcher {
class fr.rphstudio.chess.launcher.ChessGameController {
}
}
namespace fr.rphstudio.chess.launcher {
class fr.rphstudio.chess.launcher.MainLauncher {
}
}
fr.rphstudio.chess.game.Bishop .up.|> fr.rphstudio.chess.interf.IMove
fr.rphstudio.chess.game.ChessModel .up.|> fr.rphstudio.chess.interf.IChess
fr.rphstudio.chess.game.ChessModel o-- fr.rphstudio.chess.game.Board : board
fr.rphstudio.chess.game.ChessModel o-- fr.rphstudio.chess.game.LostPieces : lostPieces
fr.rphstudio.chess.game.ChessModel o-- fr.rphstudio.chess.game.Timer : timer
fr.rphstudio.chess.game.King .up.|> fr.rphstudio.chess.interf.IMove
fr.rphstudio.chess.game.Knight .up.|> fr.rphstudio.chess.interf.IMove
fr.rphstudio.chess.game.Pawn .up.|> fr.rphstudio.chess.interf.IMove
fr.rphstudio.chess.game.Piece o-- fr.rphstudio.chess.interf.IChess.ChessColor : color
fr.rphstudio.chess.game.Piece o-- fr.rphstudio.chess.interf.IMove : imove
fr.rphstudio.chess.game.Piece o-- fr.rphstudio.chess.interf.IChess.ChessPosition : position
fr.rphstudio.chess.game.Piece o-- fr.rphstudio.chess.interf.IChess.ChessType : type
fr.rphstudio.chess.game.Queen .up.|> fr.rphstudio.chess.interf.IMove
fr.rphstudio.chess.game.Rook .up.|> fr.rphstudio.chess.interf.IMove
fr.rphstudio.chess.game.Undo o-- fr.rphstudio.chess.interf.IChess.ChessPosition : finalPosition
fr.rphstudio.chess.game.Undo o-- fr.rphstudio.chess.game.Piece : pieceToMove
fr.rphstudio.chess.game.Undo o-- fr.rphstudio.chess.game.Piece : removedPiece
fr.rphstudio.chess.game.Undo o-- fr.rphstudio.chess.interf.IChess.ChessPosition : sourcePosition
fr.rphstudio.chess.interf.EmptyCellException -up-|> fr.rphstudio.chess.interf.ChessException
fr.rphstudio.chess.interf.OutOfBoardException -up-|> fr.rphstudio.chess.interf.ChessException
fr.rphstudio.chess.launcher.ChessGameController -up-|> org.newdawn.slick.state.BasicGameState
fr.rphstudio.chess.launcher.ChessGameController o-- fr.rphstudio.chess.interf.IChess : board
fr.rphstudio.chess.launcher.ChessGameController o-- fr.rphstudio.chess.launcher.ChessFontManager : chessFont
fr.rphstudio.chess.launcher.ChessGameController o-- fr.rphstudio.chess.interf.IChess.ChessColor : currentColor
fr.rphstudio.chess.launcher.ChessGameController o-- fr.rphstudio.chess.interf.IChess.ChessPosition : selectPos
fr.rphstudio.chess.launcher.MainLauncher -up-|> org.newdawn.slick.state.StateBasedGame
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 |
12bb9449a40d851c37f801dcddfe8e5c415a7529 | 2bff705b32daaa67473cad8e4db05300e4347298 | /src_diagramme/dss_senregistrer.puml | 528c8b3c55f5113de7f76c14b9c8fe7bccaecd59 | [] | no_license | BanProg23/apsio-uml | 55daed071f249a46392c97b76d5ff44ce61de0cc | 6e64333b1406100122ab883a935c99175492203e | refs/heads/master | 2021-01-11T04:34:04.831508 | 2016-10-19T12:57:02 | 2016-10-19T12:57:02 | 71,135,862 | 0 | 0 | null | null | null | null | ISO-8859-1 | PlantUML | false | false | 605 | puml | @startuml
Actor Utilisateur as U
participant Application as app
U -> app : appuie sur s'enregistrer
app --> U : envoit le formulaire pour s'enregistrer
loop tant que l'utilisateur ne valide pas les informations demandé
U -> app : remplit les informations pour s'enregistrer
alt les informations remplissent les conditions affichées case
app -> U : Peut appuyer sur le bouton valider
U --> app : appuie sur le bouton valider
else
U -> app : doit corriger les informations demandées
end
end
app -> app : Enregistre l'utilisateur
app --> U : Renvoit à la page d'accueil
@enduml | false | true | true | false | sequence |
5166a4c6383281c759f3805bf05b031538d83d89 | 19de0597a5790bab6ff021899b4479506ae0829a | /uml/skeleton_seq_diagrams/controller step/sun_takes_a_step.plantuml | 5de5e6ac3cebba3b535ed4144607b12224adeb25 | [] | no_license | bbucsy/projlab_holy_oil | e703a3ac579555a6c62f91051d7fbb5572c88d30 | a1c4e9b953e7f7c22dabbd935abb461f9cacd409 | refs/heads/master | 2023-05-02T06:22:36.234536 | 2021-05-09T09:46:04 | 2021-05-09T09:46:04 | 342,634,410 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 866 | plantuml | @startuml
title "Sun Steps"
actor Controller as CTR
participant ": SunController" as sunController
participant "a: Asteroid" as asteroid
actor Tester as TST
CTR -> sunController ++ : Step()
loop for all a in asteroids
sunController -> asteroid ++ : ReactToSunNearby()
asteroid --> sunController --
end
loop for all a in asteroids
sunController -> TST ++ : Should this asteroid be near sun? <<Input>>
TST --> sunController -- : newSunNearby
sunController -> asteroid ++ : SetIsNearby(newSunNearby)
asteroid --> sunController --
end
sunController -> TST ++ : Should I start a sunstorm? <<Input>>
TST --> sunController -- : startSunStorm
alt startSunStorm
loop for all a in asteroids
sunController -> asteroid ++ : ReactToSunstorm()
asteroid --> sunController --
end
end
sunController --> CTR --
@enduml | false | true | false | false | usecase |
ae0fa397ffc55b6a44860f4c9a145d163d608f52 | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /class - design/resource/viewResource.plantuml | 40a0098c809f66ba8f90b52fa8fd5e89981c85bf | [] | 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 | 2,204 | plantuml | @startuml viewResource
class ViewResourceForm {
- token: string
- resource_id: bigint
+ view_resource(token, resource_id)
}
class IResourceForm <<interface>> {
+ view_resource(token, resource_id)
}
class ResourceController {
+ view_resource(token, resource_id)
}
class ClassroomMember {
- id: bigint
- user_id: bigint
- classroom_id: bigint
- created_at: datetime
+ get_id(): bigint
+ get_user_id(): bigint
+ set_user_id(bigint)
+ get_classroom_id(): bigint
+ set_classroom_id(bigint)
+ get_created_at(): datetime
+ get_updated_at(): datetime
}
class IClassroomMemberDB <<interface>> {
+ create(classroom_id, user_id): void
+ read(classroom_id)
+ read(user_id)
+ read(classroom_member_id)
+ read(classroom_id, user_id)
+ update_rollcall(classroom_member_id, created_at, is_presented)
+ update_bonus_point(classroom_member_id, created_at, point)
+ update_score(classroom_member_id, created_at, test_title, score)
+ delete(classroom_id, user_id)
+ get_user(classroom_member)
+ get_classroom(classroom_member)
}
class Resource {
-id: bigint
-classroom_id: bigint
-uploaded_by: bigint
-resource: string
-created_at: datetime
+ get_id(): bigint
+ get_user_id(): bigint
+ set_user_id(bigint)
+ get_classroom_id(): bigint
+ set_classroom_id(bigint)
+ get_created_at(): datetime
+ get_updated_at(): datetime
}
class IResourceDB <<interface>> {
+ save_resource()
+ get_resource_url()
+ create(classroom_id, uploaded_by, resource_url)
+ read(classroom_id)
+ read(uploaded_by)
+ read(resource_id)
+ delete(resource_id)
}
hide ViewResourceForm circle
hide IResourceForm <<interface>> circle
hide ResourceController circle
hide IClassroomMemberDB <<interface>> circle
hide ClassroomMember circle
hide IResourceDB <<interface>> circle
hide Resource circle
IResourceForm .down.> ViewResourceForm
IClassroomMemberDB .down.> ClassroomMember
IResourceDB .down.> Resource
IResourceForm "1"-left-"1" ResourceController
ResourceController "1"-left-"1" IClassroomMemberDB
ResourceController "1"-left-"1" IResourceDB
@enduml
| false | true | false | false | class |
16ea64cdd48b060deedf818ac6c2d79f0eeaa293 | ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd | /ch05-strategy-pattern/diagrams/robot-design-enhanced.puml | 3add241243599c1653f7cfaf6fa57b170ea0f86c | [] | no_license | outofworld98/java-design-patterns | d7c41ad0a41bf1f3d1ba4a9f4f2a212658aec427 | 75964a5387cad3f54726d0f7ba98b0765ca0d650 | refs/heads/master | 2022-03-29T17:38:14.238273 | 2019-01-17T11:10:00 | 2019-01-17T11:10:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 868 | puml | @startuml
class Robot {
-name : String
+Robot(Name : String)
+getName() : String
+move() : void
+attack() : void
+setMovingStrategy(movingStrategy : MovingStrategy) : void
+setAttackStrategy(attackStrategy : AttackStrategy) : void
}
class Atom {
+Atom(name : String)
}
class TaekwonV {
+TaekwonV(name : String)
}
Robot <|-- Atom
Robot <|-- TaekwonV
interface MovingStrategy {
+move() : void
}
class WalkingStrategy {
+move() : void
}
class FlyingStrategy {
+move() : void
}
MovingStrategy <|-- WalkingStrategy
MovingStrategy <|-- FlyingStrategy
MovingStrategy <-- Robot
interface AttackStrategy {
+move() : void
}
class PunchStrategy {
+move() : void
}
class MissileStrategy {
+move() : void
}
AttackStrategy <|-- PunchStrategy
AttackStrategy <|-- MissileStrategy
AttackStrategy <-- Robot
@enduml | false | true | false | false | class |
d6ab1e32a974d3de5fd41553ebfa0b8d6c3aaba7 | 323e0e4ca81363ff1afeeecf9a399b4237e592af | /doc/Clock_Data.puml | 1b431713a4711da57c8664daf41042340fadd84b | [] | no_license | HomeMadeBots/Time_Measurement | 5391ba5d70c8a7ae36a9ad7cb9b358a3cba5a2ce | 49c044a75cd06cf936a93b63339742b1d6601897 | refs/heads/main | 2023-08-14T05:29:04.921643 | 2021-09-22T13:04:20 | 2021-09-22T13:04:20 | 383,393,028 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 400 | puml | @startuml
interface Clock_Data <<Client_Server_Interface>>
{
Gathers operations allowing to access the data of a clock.
--
{abstract} +Get_Date( OUT day:E_Day, OUT hour:uint8, OUT minute:uint8, OUT second:uint8 )
{abstract} +Get_Day( OUT day:E_Day )
{abstract} +Get_Hour( OUT hour:uint8 )
{abstract} +Get_Minute( OUT minute:uint8 )
{abstract} +Get_Second( OUT second:uint8 )
}
@enduml | false | true | false | false | class |
67ce8ac56ab8c5a5a531ebccb4988647d89e6b5b | 51775b6b67d2dcd819915661e25dc5ce4ea7b77b | /docs/helm/diagrams/helm-eks-s3-rds-mq-ai.puml | 9d403ac2c2bb8982c2985ff09c293f4acdba23bd | [
"Apache-2.0"
] | permissive | Alfresco/acs-deployment | 66ba9791576a23cbc0bf224a8493c8726227ca34 | 205d8420bd3fb4b27c75013bec9c15bb68b4acc7 | refs/heads/master | 2023-09-05T21:00:42.453816 | 2023-09-05T14:54:58 | 2023-09-05T14:54:58 | 128,182,796 | 156 | 287 | Apache-2.0 | 2023-09-14T16:47:57 | 2018-04-05T09:06:13 | Smarty | UTF-8 | PlantUML | false | false | 2,355 | puml | @startuml
!theme bluegray
Title: ACS with Intelligence Services on EKS using S3, RDS and MQ Helm Deployment Overview
skinparam componentStyle uml2
skinparam linetype ortho
skinparam rectangle {
BorderStyle dashed
FontSize 15
FontStyle none
BackgroundColor Azure
}
skinparam cloud {
BorderThickness 3
BorderColor Orange
BackgroundColor white
CloudFontSize 15
}
actor Client
frame "alfresco namespace" {
component "NGINX ingress-controller" as nginx
together {
component "Alfresco Digital Workspace \n (with AI config)" as adw
component "Alfresco Share \n (with AI AMP)" as share
}
component "Alfresco Content Services \n (with AI AMP)" as acs
component "Alfresco Search Services" as ass
component "Alfresco Sync Service" as sync
rectangle "Alfresco Transform Service" as ats {
component "Transform Router \n (with AI config)" as tr
component "Shared File Store" as sfs
component "Alfresco PDF Renderer" as pdfr
component "LibreOffice" as libr
component "ImageMagick" as img
component "Tika" as tika
component "TransformMisc" as misc
component "AI T-Engine" as aiEngine
}
}
cloud "Amazon Web Services" {
rectangle "S3 buckets" {
storage "ACS" as s3acs #Orange
storage "AI" as s3ai #Orange
}
database "Aurora RDS" as db #Orange
rectangle "GP2/3" {
storage "EBS Volume" as ebs #Orange
}
rectangle "EFS CSI" {
storage "EFS Volume Claim" as vc #Orange
}
queue "Amazon MQ" as mq #Orange
node "Comprehend" as comp #Orange
node "Rekognition" as rek #Orange
node "Textract" as tex #Orange
}
acs -[hidden]- ats
Client -->> nginx
nginx -->> acs
nginx -->> share
nginx -->> adw
ass -->> ebs
sfs -->> vc
acs -->> s3acs
ass <<->> acs
acs -->> db
acs -->> pdfr
acs -->> libr
acs -->> img
acs -->> tika
acs -->> misc
acs -->> sfs
acs <<-->> mq
tr -up->> pdfr
tr -up->> libr
tr -up->> img
tr -up->> tika
tr -up->> misc
tr -up->> aiEngine
tr <<-->> mq
pdfr -->> sfs
libr -->> sfs
img -->> sfs
tika -->> sfs
misc -->> sfs
share -->> acs
adw -->> acs
sync <<->> acs
sync -->> db
sync -->> mq
aiEngine -->> sfs
aiEngine -->> s3ai
aiEngine -->> comp
aiEngine -->> rek
aiEngine -->> tex
center footer Copyright 2021 Alfresco Software Inc
@enduml
| false | true | false | false | usecase |
7c33dad351eca01778a1719402b7482479c53808 | 17a6a64d2275c47c9b205f088394b4937292f9f5 | /docs/clamp/acm/plantuml/system-dialogues/LockAcInstanceElements.puml | 4fbb9335a97c14fcbab55c9e6f332b64f7545d7a | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | onap/policy-parent | 2e8db0a82311ed576a2d3166ac293b8b5687987c | b12c67854c70ae410e02af501126ecf8434e5dd9 | refs/heads/master | 2023-08-16T15:28:59.552318 | 2023-08-04T13:00:54 | 2023-08-08T10:14:28 | 159,416,823 | 3 | 1 | NOASSERTION | 2021-06-29T19:01:07 | 2018-11-27T23:53:56 | null | UTF-8 | PlantUML | false | false | 1,154 | puml | @startuml
participant ACM_Runtime
participant Participant
participant Participant_API
ACM_Runtime -> Participant: [ASYNC] Lock AC Element Instances for this AC Instance
loop over AC Element Instances in AC Instance
alt Does the primed Participant ID on this AC Element Instance\nmatch my Participant ID?
alt Is this AC Element Instance administrative state not UNLOCKED
ACM_Runtime <- Participant: [ASYNC] WARN: AC Element is not UNLOCKED
else
Participant -> Participant: Set AC Element Instance administrative state to SHUTTING_DOWN
Participant -> Participant_API: Lock AC Element Instance
activate Participant_API
Participant <- Participant_API: Lock AC Element Instance Response
deactivate Participant_API
alt AC Element locked successfully
Participant -> Participant: Set AC Element Instance administrative state to LOCKED
ACM_Runtime <- Participant: [ASYNC] INFO: AC Element has been locked
else
ACM_Runtime <- Participant: [ASYNC] ERROR: AC Element was not locked
end
end
else
note left of participant
Ignore this AC Element instance as its for another participant
end note
end
end
@enduml
| false | true | false | false | sequence |
f6c9aabc06101410a8a67fb0422cdb32de81f3d1 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/GUI/IAssetsDatabaseHelper.puml | fb1c29c7b7663a09be2c2f09ef110edc4b28128e | [] | 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 | 129 | puml | @startuml
interface IAssetsDatabaseHelper {
OpenAssetInItsDefaultExternalEditor(assetPath:string, line:int) : void
}
@enduml
| false | true | false | false | class |
48dd5918f4a7acac1705ec8a7eb266d95b2aa9ca | 61f77755f3ca65fa0a0dfbbdc51137e01ded03fc | /design_model/src/main/java/example/designpattern/structural/flyweight/flyweight pattern.puml | 1985827deebe47139eb8c59567de77e400b40126 | [] | no_license | lyszhen3/myWeb | 670e02a585ea3193f6c388b9cea37969a94792dc | c1543ec5f48d84e6c6481a95e54b84f04654b323 | refs/heads/master | 2023-07-11T02:29:33.530130 | 2019-02-25T01:39:29 | 2019-02-25T01:39:29 | 78,835,228 | 0 | 1 | null | 2022-12-16T04:38:41 | 2017-01-13T09:31:45 | Java | UTF-8 | PlantUML | false | false | 481 | puml | @startuml
abstract class IgoChessman{
+{abstract} String getColor();
+{abstract} void display();
}
class IgoChessmanFactory{
-IgoChessmanFactory instance;
-Hashtable ht;
-IgoChessmanFactory();
+IgoChessmanFactory getInstance();
+IgoChessman getLgoChessman(String color);
}
class BlackIgoChessman{
+String getColor();
}
class WhiteIgoChessman{
+String getColor();
}
BlackIgoChessman -up-|>IgoChessman
WhiteIgoChessman -up-|>IgoChessman
IgoChessmanFactory ..>IgoChessman
@enduml | false | true | false | false | class |
fbd963061983591a7e5d8f450efff312c4237f19 | 23767e38913f173d0bb1136f15205087cae08d9f | /Python/sdk/Documentation/images/roaming_auth.plantUML | 3acf47b917490790ff5008022233aa8b2dc57669 | [
"Apache-2.0"
] | permissive | mdhawk19/SampleApps | ecf4ce5ff91824dab0ef8a28634d510c30d3f0e5 | 05c48921f3835b8df90d40d96a6025d2b8cfc17c | refs/heads/master | 2021-01-25T04:21:32.106525 | 2017-06-16T18:36:09 | 2017-06-16T18:36:09 | 93,425,856 | 0 | 0 | null | 2017-06-05T16:44:40 | 2017-06-05T16:44:40 | null | UTF-8 | PlantUML | false | false | 1,244 | plantuml | @startuml
autonumber "<b> [000]"
participant "Nymi Band API" as Nymi
participant "Relying Party Terminal (NEA)" as Terminal
participant "Relying Party Server" as Server
title Nymi Band as a Roaming Authenticator
== Roaming Authentication ==
Terminal -> Nymi: Request list of visible Nymi Bands
Nymi --> Terminal: List of visible Nymi Bands
Terminal -> Nymi: Start roaming authentication with specific Band
Nymi --> Terminal: Advertising nonce [16 bytes]
Terminal -> Server: Advertising nonce
Server -> Server: Generate new server nonce [32 bytes]
Server -> Server: Concatinate advertising and server nonces, \ncreate SHA 256 hash and sign (ECDSA/NIST-256P) \nwith RP private key
Server -> Terminal: Server nonce, RP public key, \nServer signature
Terminal -> Nymi: Server nonce, RP public key, Server signature
Nymi -> Nymi: Verify Server signature using RP public key
Nymi -> Nymi: Sign server nonce with Nymi Band (NB) private key
Nymi -> Terminal: NB signature, NB public key ID
Terminal -> Server: NB signature, NB public key ID
Server -> Server: Locate NB public key by ID
Server -> Server: Verify SIG using NB public key
Server -> Server: Retrieve profile associated with NB public key ID
Server -> Terminal: Authorize user
@enduml
| false | true | false | false | sequence |
e086d026781b586a4aef43e260b40fe73bf37537 | fcdac2ff464753a150c6d05f3b5eb71e66cdfb37 | /store 2020a 14 septiembre/backend/plantUML/global.puml | e5f93130f77dbeb34d7b01feb8c822182b9384e5 | [] | no_license | felixJarteaga/storeApp2020Felix | ded7a88c9baff635cace0dac68b13ffdef72886a | c5eb3d4e66d526d31cb9eff8683fa5812859a3ab | refs/heads/main | 2022-12-24T18:46:15.568832 | 2020-10-02T19:20:02 | 2020-10-02T19:20:02 | 300,714,214 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 625 | puml | @startuml
object FactoryTag{
footer(params)
p(params)
button(params)
span(params)
section(params)
article(params)
image(params)
text(params)
svg(params)
a(params)
}
object FactoryLogo{
logoInformatica()
logoHarnina()
logoMarcaAgua()
}
object FactoryBranding{
brandingIndex()
}
object FactoryHeader{
}
object FactoryButton{
hamburgerButton()
}
object FactoryFooter{
}
object Index{
}
FactoryFooter *-- FactoryButton
FactoryHeader *-- FactoryBranding
FactoryBranding*-- FactoryLogo
FactoryButton *-- FactoryTag
FactoryLogo *-- FactoryTag
Index o-- FactoryFooter : footer
Index o-- FactoryHeader : header
@enduml | false | true | false | false | class |
7222448cf6e6baa7e73e4c0a2db32f8bbf8ad1b5 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Evaluation/InfiniteRuntimeClip.puml | 30e7ceaaa716d0d3ff9e10fd38959b1e8243fc65 | [] | 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 | 340 | puml | @startuml
class InfiniteRuntimeClip {
+ InfiniteRuntimeClip(playable:Playable)
+ <<override>> enable : bool <<set>>
+ <<override>> EvaluateAt(localTime:double, frameData:FrameData) : void
}
RuntimeElement <|-- InfiniteRuntimeClip
InfiniteRuntimeClip --> "intervalStart" Int64
InfiniteRuntimeClip --> "intervalEnd" Int64
@enduml
| false | true | false | false | class |
28844a17abb555147b974f53d941af7d3b6f2f2f | 594a32fcaeff60411c2d7ceb4bb4e749b7cc8223 | /docs/local.puml | 39d57ccf801bbd5a846e4aa61204b30a30755fd2 | [
"Apache-2.0",
"MIT"
] | permissive | jiro4989/websh | 2f9f6c8ae0d9e3ff45a8e93939400755422a5b96 | d9c59cdd4d176208a5e4bec1b81528b797844f53 | refs/heads/master | 2023-04-03T01:58:56.966424 | 2022-11-17T11:16:11 | 2022-11-17T11:16:11 | 217,877,724 | 66 | 7 | Apache-2.0 | 2023-03-30T02:59:28 | 2019-10-27T15:46:46 | Nim | UTF-8 | PlantUML | false | false | 441 | puml | @startuml
actor Developer as dev
node PC {
package Docker {
[nginx] as nginx
frame Application {
[websh_server] as server
[websh_remover] as remover
}
[shellgeibot] as bot
}
[file_system] as fs
}
dev -down-> nginx : POST http://localhost/api/shellgei
nginx -down-> server : proxy
server -left-> bot : POST
server -down-> fs : read / write file
bot -> fs : write file
remover -> fs : remove file
@enduml
| false | true | false | false | sequence |
0607c626236b30a0ca6c1377f84d123b90f87d8a | 785f748c56555e9a8f449a46c762b9fbfe08885e | /sprint_5/srcdoc/diagrammeC.puml | f63aae96246ac717ca5ed0dbd2baa0d9f0bee3f9 | [] | no_license | IUT-Blagnac/MPA2015G3B2 | ab59a481ea89ee3f0615d07e4bb9275ed0cf9b59 | c2689af005153181a1d6396fd2425915690d698c | refs/heads/master | 2020-12-26T03:22:43.121808 | 2015-11-06T09:42:29 | 2015-11-06T09:42:29 | 44,253,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 433 | puml | @startuml
object Etudiants {
idE
groupe
nom
prenom
}
object Sujets{
idS
nom
titre
}
object Intervenants{
idI
prenom
nom
}
object Projets{
idP
client
superviseur
support_technique
}
object Groupes{
idG
}
Projets "1"--"1" Groupes : Appartenir
Groupes "1"--"0..1" Sujets : Affecter
Intervenants "*"--"*" Projets : Intervenir
Etudiants "1..*"--"1" Groupes : Composer
@enduml | false | true | false | false | object |
0b5ec52b0438eee646407e0985310aca743e2187 | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /Rendu/doc/javadoc/org/hibernate/dialect/identity/SQLiteDialectIdentityColumnSupport.puml | ec345d2cca3c854f56846671a6861596f955c9ab | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 325 | puml | @startuml
class SQLiteDialectIdentityColumnSupport {
[[SQLiteDialectIdentityColumnSupport.html]]
+supportsIdentityColumns(): boolean
+hasDataTypeInIdentityColumn(): boolean
+getIdentitySelectString(String, String, int): String
+getIdentityColumnString(int): String
}
@enduml
| false | true | false | false | class |
659a38dc944ecb394d2c14aacace3d8ae5e5ba64 | 64f99d56f63424c070e9d08e50735e9293863269 | /ttally_tc_v2.puml | 92a72461aafe8ce74391ddaa82ee354b8bd914d9 | [] | no_license | EliasTechnik/EnglishPresentation | 5dac746533a84451c7f0c4be8ed4425ad9061616 | 37185a03341635009090251b914aae730735f15c | refs/heads/main | 2023-06-03T23:43:58.915152 | 2021-06-28T12:53:53 | 2021-06-28T12:53:53 | 378,847,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,069 | puml | @startuml ttally
class ttally{
-int id //remove
-int dip_nr
-byte device_health
-trgb afront_color
-trgb aback_color
-trgb efront_color
-trgb eback_color
-tip tally_ip //remove
-byte emode
-byte eanimation
-byte amode
-byte aanimation
-bool push_update
-bool online
+create(_id: integer)
+create_dummy()
+void decode_tally_info(msg: array of byte)
+void set_front_color(_front_color:trgb)
+void set_back_color(_back_color:trgb)
+void set_online(_online:boolean)
+void init_tally(_msg: array of byte)
+bool is_online()
+int get_id()
+int get_dip_nr()
+byte get_device_health()
+trgb get_front_color()
+trgb get_back_color()
+trgb get_efront_color()
+trgb get_eback_color()
+string get_tally_ip() //remove
+tip get_tally_ip_bin() //remove
+bool new_data()
+string get_instr_str(msg_type:byte)
}
@enduml | false | true | false | false | class |
0ada96511706fae599bb76385fecc6d0b9016250 | 73bd4bf036ec1492754bf2eb913d37f9d62b3556 | /Geraldo.puml | 190f173f57288ced69fddad2b36b2380c2b73b62 | [] | no_license | sharkb8i/Modelagem-3D | f2bdf12ae020827bbe4e03f116711e17f1747183 | 6152fa2c4c9097901820650f8ffbf41176230f07 | refs/heads/master | 2020-04-07T09:46:11.562841 | 2018-11-20T01:24:04 | 2018-11-20T01:24:04 | 158,264,513 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,736 | puml | @startuml
annotation java.lang.Override
annotation javafx.fxml.FXML
class java.io.File
class java.io.FileInputStream
class java.io.FileNotFoundException
class java.io.FileOutputStream
class java.io.FileWriter
class java.io.IOException
class java.io.ObjectInputStream
class java.io.ObjectOutputStream
class java.net.URL
class java.nio.file.Files
class java.util.LinkedList
class java.util.ResourceBundle
class java.util.Scanner
class java.util.stream.Collectors
class javafx.application.Application
class javafx.event.ActionEvent
class javafx.fxml.FXMLLoader
class javafx.scene.Parent
class javafx.scene.Scene
class javafx.scene.canvas.Canvas
class javafx.scene.canvas.GraphicsContext
class javafx.scene.control.Button
class javafx.scene.control.ComboBox
class javafx.scene.control.RadioButton
class javafx.scene.image.Image
class javafx.scene.input.MouseButton
class javafx.scene.input.MouseEvent
class javafx.scene.layout.AnchorPane
class javafx.scene.layout.GridPane
class javafx.scene.paint.Color
class javafx.stage.Stage
class javax.swing.JFileChooser
class teobaldo.Teobaldo
class teobaldo.controller.ArquivoController
class teobaldo.controller.InterfaceController
class teobaldo.controller.ObjetoController
class teobaldo.controller.RevolveController
class teobaldo.controller.SolidoController
class teobaldo.model.Aresta
class teobaldo.model.Arquivos
class teobaldo.model.Face
class teobaldo.model.Lista
class teobaldo.model.Objeto
class teobaldo.model.Solido
class teobaldo.model.Vertice
interface java.io.Serializable
interface java.lang.Cloneable
interface javafx.fxml.Initializable
teobaldo.Teobaldo ..> java.lang.Override
teobaldo.Teobaldo --|> javafx.application.Application
teobaldo.Teobaldo ..> javafx.fxml.FXMLLoader
teobaldo.Teobaldo ..> javafx.scene.Parent
teobaldo.Teobaldo ..> javafx.scene.Scene
teobaldo.Teobaldo ..> javafx.scene.image.Image
teobaldo.Teobaldo ..> javafx.stage.Stage
teobaldo.controller.ArquivoController ..> java.io.File
teobaldo.controller.ArquivoController ..> java.io.FileInputStream
teobaldo.controller.ArquivoController ..> java.io.FileNotFoundException
teobaldo.controller.ArquivoController ..> java.io.FileOutputStream
teobaldo.controller.ArquivoController ..> java.io.FileWriter
teobaldo.controller.ArquivoController ..> java.io.IOException
teobaldo.controller.ArquivoController ..> java.io.ObjectInputStream
teobaldo.controller.ArquivoController ..> java.io.ObjectOutputStream
teobaldo.controller.ArquivoController ..> java.nio.file.Files
teobaldo.controller.ArquivoController ..> java.util.LinkedList
teobaldo.controller.ArquivoController ..> java.util.Scanner
teobaldo.controller.ArquivoController ..> java.util.stream.Collectors
teobaldo.controller.ArquivoController ..> javafx.scene.paint.Color
teobaldo.controller.ArquivoController ..> javax.swing.JFileChooser
teobaldo.controller.ArquivoController ..> teobaldo.model.Objeto
teobaldo.controller.ArquivoController ..> teobaldo.model.Vertice
teobaldo.controller.InterfaceController ..> java.lang.Override
teobaldo.controller.InterfaceController ..> javafx.fxml.FXML
teobaldo.controller.InterfaceController ..> java.io.IOException
teobaldo.controller.InterfaceController ..> java.net.URL
teobaldo.controller.InterfaceController ..> java.util.ResourceBundle
teobaldo.controller.InterfaceController ..> javafx.event.ActionEvent
teobaldo.controller.InterfaceController ..> javafx.fxml.FXMLLoader
teobaldo.controller.InterfaceController ..> javafx.scene.Parent
teobaldo.controller.InterfaceController ..> javafx.scene.Scene
teobaldo.controller.InterfaceController ..> javafx.scene.canvas.Canvas
teobaldo.controller.InterfaceController ..> javafx.scene.canvas.GraphicsContext
teobaldo.controller.InterfaceController ..> javafx.scene.control.Button
teobaldo.controller.InterfaceController ..> javafx.scene.control.ComboBox
teobaldo.controller.InterfaceController ..> javafx.scene.control.RadioButton
teobaldo.controller.InterfaceController ..> javafx.scene.image.Image
teobaldo.controller.InterfaceController ..> javafx.scene.input.MouseButton
teobaldo.controller.InterfaceController ..> javafx.scene.input.MouseEvent
teobaldo.controller.InterfaceController ..> javafx.scene.layout.AnchorPane
teobaldo.controller.InterfaceController ..> javafx.scene.layout.GridPane
teobaldo.controller.InterfaceController ..> javafx.scene.paint.Color
teobaldo.controller.InterfaceController ..> javafx.stage.Stage
teobaldo.controller.InterfaceController ..> teobaldo.model.Aresta
teobaldo.controller.InterfaceController ..> teobaldo.model.Objeto
teobaldo.controller.InterfaceController ..> teobaldo.model.Vertice
teobaldo.controller.InterfaceController --|> javafx.fxml.Initializable
teobaldo.controller.ObjetoController ..> java.util.LinkedList
teobaldo.controller.ObjetoController ..> javafx.scene.canvas.Canvas
teobaldo.controller.ObjetoController ..> javafx.scene.canvas.GraphicsContext
teobaldo.controller.ObjetoController ..> teobaldo.model.Aresta
teobaldo.controller.ObjetoController ..> teobaldo.model.Objeto
teobaldo.controller.ObjetoController ..> teobaldo.model.Vertice
teobaldo.controller.ObjetoController --|> java.lang.Cloneable
teobaldo.controller.RevolveController ..> java.lang.Override
teobaldo.controller.RevolveController ..> java.net.URL
teobaldo.controller.RevolveController ..> java.util.ResourceBundle
teobaldo.controller.RevolveController ..> javafx.stage.Stage
teobaldo.controller.RevolveController --|> javafx.fxml.Initializable
teobaldo.controller.SolidoController ..> java.util.LinkedList
teobaldo.controller.SolidoController ..> javafx.scene.canvas.Canvas
teobaldo.controller.SolidoController ..> javafx.scene.canvas.GraphicsContext
teobaldo.controller.SolidoController ..> teobaldo.model.Objeto
teobaldo.controller.SolidoController ..> teobaldo.model.Solido
teobaldo.model.Aresta ..> java.lang.Override
teobaldo.model.Arquivos ..> java.io.FileNotFoundException
teobaldo.model.Arquivos ..> java.util.Scanner
teobaldo.model.Arquivos ..> javax.swing.JFileChooser
teobaldo.model.Face ..> java.util.LinkedList
teobaldo.model.Lista ..> java.util.LinkedList
teobaldo.model.Lista --|> java.io.Serializable
teobaldo.model.Objeto ..> java.lang.Override
teobaldo.model.Objeto ..> java.util.LinkedList
teobaldo.model.Objeto ..> javafx.scene.canvas.GraphicsContext
teobaldo.model.Objeto ..> javafx.scene.paint.Color
teobaldo.model.Objeto --|> java.io.Serializable
teobaldo.model.Objeto --|> java.lang.Cloneable
teobaldo.model.Solido ..> java.util.LinkedList
teobaldo.model.Vertice ..> java.lang.Override
teobaldo.model.Vertice --|> java.io.Serializable
teobaldo.model.Vertice --|> java.lang.Cloneable
@enduml | false | true | false | false | class |
26c3c437d0e00651fd84c181045bfcad88280d1a | 79d17c448f332733a97c8958082bcd1ef034b0c2 | /Documentation/models.puml | 1f487bc8549b070b6c8c0a067133dafb5194702a | [
"MIT"
] | permissive | saitho/ngHashi | 34fe3bfaa5a05411ab353d31665e9fd7ef367f5e | bdddd85a27a797fd1269c6e3bc9d082702fffa23 | refs/heads/master | 2021-05-06T22:41:36.513992 | 2017-12-31T14:23:18 | 2017-12-31T14:23:18 | 112,853,927 | 0 | 0 | null | 2019-02-12T23:06:18 | 2017-12-02T15:38:49 | TypeScript | UTF-8 | PlantUML | false | false | 4,104 | puml | @startuml
package Angular {
interface AfterViewInit {
+ ngAfterViewInit()
}
interface OnInit {
+ ngOnInit()
}
}
class EditorComponent extends AbstractGameBoardComponent {
# map: EditorMap
+ setBridges: boolean = false
+ islandSize: number
+ gameWidth: number
+ gameHeight: number
+ valid: boolean = false
+ exportData
# initGame(design: AbstractDesign)
+ setTool(tool: string)
# toggleIsland(e) {async}
- hasConnectionOnTile(x: number, y: number): boolean
+ drawGameBoard()
+ submitGitHub()
+ playMap()
+ importModal(content)
+ import(data) {async}
+ export()
# save()
+ onTouchDown(e)
+ onTouchUp(e)
+ onTouchMove(e)
}
class GameComponent extends AbstractGameBoardComponent implements AfterViewInit {
# map: AbstractMap
+ message: string
+ islandSize: number
+ ngAfterViewInit()
+ restart() {async}
+ help(content)
+ print()
+ drawGameBoard()
+ onTouchDown(e)
+ onTouchUp(e)
+ onTouchMove(e)
}
class GameHelpComponent
class LevelSelectComponent {
levels: AbstractMap[]
}
abstract class AbstractGameBoardComponent implements OnInit, AfterViewInit {
# map: AbstractMap
# canvasBg: ElementRef
# canvas: ElementRef
# canvasContext: CanvasRenderingContext2D
# canvasBgContext: CanvasRenderingContext2D
# gameWidth_default: number
# gameHeight_default: number
+ islandSize: number {abstract}
+ gameWidth: number
+ gameHeight: number
# design: AbstractDesign
# started: boolean
# startPosition: Coords
# stopPosition: Coords
# gameBoardConfig
+ ngOnInit()
+ ngAfterViewInit()
# removeConnectionOnCursorPos(e) {async}
# getConnectionsFromCursorPos(e): Connection[]
# initGame(design: AbstractDesign)
+ onTouchDown(e) {abstract}
+ onTouchUp(e) {abstract}
+ onTouchMove(e) {abstract}
# clearGameBoard()
# drawGrid()
+ drawGameBoard()
}
AbstractGameBoardComponent --> Coords
AbstractGameBoardComponent --> GameGUI
AbstractGameBoardComponent --> GameEngine
AbstractGameBoardComponent - "0..*" Connection : "drawnConnections"
class GameGUI {
- map: AbstractMap
+ setMap(map: AbstractMap)
+ removeBridge(connection: Connection)
+ putBridge(start: Coords, stop: Coords)
+ getTile(x, y, islandsOnly = true): Island
+ hasIsland(x, y, islandsOnly = true): boolean
- getLineDirection(start: Coords, stop: Coords)
- getIslandInRange(start: Coords, stop: Coords): Set<Island>
}
GameGUI --> Coords
GameGUI -> GameEngine
class GameEngine {
# connections: IGameEngineConnection[] {static}
+ setConnections(connections: IGameEngineConnection[]) {static}
- getIslandPos(island1: Island, island2: Island, direction: BoardDirections) {static}
- connectionObstructed(island1: Island, island2: Island, direction: BoardDirections): boolean {static}
+ connectIslands(island1: Island, island2: Island, direction: BoardDirections, editorMode = false) {static}
+ disconnectIslands(island1: Island, island2: Island, direction: BoardDirections, editorMode = false) {static}
}
GameEngine --> "0..*" IGameEngineConnection
interface IGameEngineConnection {
direction: BoardDirections;
start: number;
end: number;
otherAxis: number;
island: Island;
connectedIsland: Island;
}
interface Connection extends IGameEngineConnection {
startPx: number;
endPx: number;
otherAxisPx: number;
}
class AbstractMap {
+ title: string
+ themeName: string
# data: Array<Array<Island>>
+ timer: number
# timerActive: boolean
- depthSearchMarkers: Set<Coords>
+ startTimer()
+ stopTimer()
+ importFromJSON(object: any)
+ exportObject()
+ reset()
+ isSolved(): boolean
+ getData(): Array<Array<Island>>
- depthSearch(island: Island)
+ isConnectedGraph(): boolean
}
AbstractMap --> Coords
AbstractMap --> Island
interface Coords {
x: number
y: number
}
class Island {
constructor(bridges: number = 0)
+ init: boolean = false
+ bridges: number
+ tileCoords: Coords
+ pxCoordsStart: Coords
+ pxCoordsEnd: Coords
+ connections: object
+ countConnections(): number
+ isComplete(): boolean
}
Island --> Coords
@enduml
| false | true | false | false | class |
84f53377970bc624fc168e9982fd848235ffd517 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyOrderFromQuoteDraft.puml | 10da7a237a59f4300c20dc96dfc3b27a7c8d7aec | [] | 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 | 357 | 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 MyOrderFromQuoteDraft [[MyOrderFromQuoteDraft.svg]] {
id: String
version: Long
quoteStateToAccepted: Boolean
}
@enduml
| false | true | false | false | class |
3f71a2757c98c51fe5ffdfa4bf7b47a05f1a5a9c | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/Runner/UnityLogCheckDelegatingCommand.puml | 83e8f3bda157da467adcb5595cbdc29f5c377249 | [] | 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,030 | puml | @startuml
class UnityLogCheckDelegatingCommand {
+ UnityLogCheckDelegatingCommand(innerCommand:TestCommand)
+ <<override>> Execute(context:ITestExecutionContext) : TestResult
+ ExecuteEnumerable(context:ITestExecutionContext) : IEnumerable
{static} CaptureException(result:TestResult, action:Action) : bool
{static} ExecuteAndCheckLog(logScope:LogScope, result:TestResult, action:Action) : bool
{static} PostTestValidation(logScope:LogScope, command:TestCommand, result:TestResult) : void
{static} CheckLogs(result:TestResult, logScope:LogScope) : bool
{static} CheckFailingLogs(logScope:LogScope, result:TestResult) : bool
{static} CheckExpectedLogs(logScope:LogScope, result:TestResult) : bool
{static} MustExpect(method:MemberInfo) : bool
}
class "Dictionary`2"<T1,T2> {
}
DelegatingTestCommand <|-- UnityLogCheckDelegatingCommand
IEnumerableTestMethodCommand <|-- UnityLogCheckDelegatingCommand
UnityLogCheckDelegatingCommand o-> "s_AttributeCache<object,bool?>" "Dictionary`2"
@enduml
| false | true | false | false | class |
65b9516f88856c366c60d14eaf19ee8a803e0f60 | cc6b5940d80553bf8a178e8f3108167945fcfb12 | /drools-scenario-simulation/drools-scenario-simulation-api/scenariosimulationmodel.puml | dd578a4fd5342b4d64ca8b34943395776cb8a757 | [
"Apache-2.0"
] | permissive | yesamer/drools | f0f9889f212a1becb1144ed704e58649f2555bcd | 92b5f4e57755bfd1f4e52af34dfcbf0d608f33c9 | refs/heads/master | 2023-07-06T14:50:31.161516 | 2023-06-27T01:00:28 | 2023-06-27T01:00:28 | 185,600,193 | 0 | 0 | Apache-2.0 | 2022-02-15T11:22:48 | 2019-05-08T12:19:09 | Java | UTF-8 | PlantUML | false | false | 534 | puml | @startuml
left to right direction
class AbstractScesimModel<T extends AbstractScesimData>
class Background<BackgroundData>
class Simulation<Scenario>
AbstractScesimData <|- BackgroundData
AbstractScesimData <|- Scenario
AbstractScesimModel ---* AbstractScesimData
AbstractScesimModel ---* SimulationDescriptor
Background -|> AbstractScesimModel
Simulation -|> AbstractScesimModel
ScenarioSimulationModel -* Simulation
ScenarioSimulationModel -* Background
ScenarioSimulationModel -* Settings
ScenarioSimulationModel -* Imports
@enduml | false | true | false | false | class |
20a69a54d962e83244720c6eadf8eb97a3e3fee0 | d1ffaec31f5b34555dd61e14cdb9159924a941ea | /Finales/final-2021-08-26-AlgoVozBatallas/resolucion_alumno/plantuml/SecuenciaC.plantuml | 50620ff3ca635dc66a61d21400c8539e6fadcb7f | [
"MIT"
] | permissive | guille-acosta/7507-Algo3 | 79250bf90d927881636074cd80c6a4da5039f0c9 | 4e3019ca8199f1e3e40aa21d5110f2697a72f12b | refs/heads/master | 2023-08-12T03:44:14.748803 | 2021-09-17T12:07:23 | 2021-09-17T12:07:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,185 | plantuml | @startuml
skinparam style strictuml
skinparam classAttributeIconSize 0
skinparam monochrome true
actor actor
participant p1 as "unParticipante:Participante"
participant pp1 as "unaPresentacion:Presentacion"
participant p2 as "otroParticipante:Participante"
participant pp2 as "otraPresentacion:Presentacion"
participant coach as "coach:Coach"
participant bat as "tercerBatalla:Batalla"
participant bat2 as "segundaBatalla:Batalla"
participant p3 as "carismatico:Participante"
participant coach2 as "ladron:Coach"
participant coach3 as "otroLadron:Coach"
actor ++
note over bat2 : viene de antes
actor -> coach2 ++ : robarDe( segundaBatalla )
coach2 -> bat2 ++ : robarPor( ladron )
bat2 -> coach2 ++ : asignarParticipantes( [carismatico] )
coach2 -> p3 ++ : asignarCoach(ladron)
note over coach : siempre fue el mismo
p3 -> coach ++ : perderParticipante( carismatico )
return
return
return
return
return
actor -> p1 **
actor -> p2 **
actor -> coach ++ : asignarParticipantes( [unParticipante, otroParticipante] )
return
actor -> coach ++: batallaEntre( unParticipante, otroParticipante)
coach -> bat **
coach -> bat ++: entre(unParticipante, otroParticipante)
bat -> p1 ++: presentaMejorQue( otroParticipante )
p1 -> pp1 **
note over pp1 : comete 1 error
p1 -> p2 ++: presentaMejorQue( unParticipante, unaPresentacion )
p2 -> pp2 **
note over pp2 : cometio 0 errores
p2 -> pp2 ++: presentaMejorQue( otroParticipante,unParticipante, unaPresentacion )
pp2 -> pp1 ++: errores()
return
pp2 -> pp2 : comparar errores
note over pp2 : otroParticipante cometio menos errores
return otroParticipante
return otroParticipante
return otroParticipante
bat -> bat ++ : setGanador(otroParticipante)
return
bat -> bat ++ : setPerdedor(unParticipante)
return
return otroParticipante
return otroParticipante
actor -> coach2 ++ : robarDe( tercerBatalla )
note over coach2 : ya Robo
return
actor -> coach3 ++ : robarDe( tercerBatalla )
coach3 -> bat ++ : robarPor( otroLadron )
bat -> coach3 ++ : asignarParticipantes( [unParticipante] )
coach3 -> p1 ++ : asignarCoach(otroLadron)
p1 -> coach ++ : perderParticipante( unParticipante )
return
return
return
return
return
@enduml | false | true | false | false | usecase |
4b397642d48e566e224718e135a841ad43599e01 | c69a4c4bf8190b1d121dbf52beb72870964a43eb | /docs/archive/linking-old/enrolment.iuml | d08df4fc454687a81d042fccbd0fa2cb258e457d | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | kleyow/pisp | 98bc352ef03a5125c35456f422c78c1d2462e519 | bf6917f6a0f0066af38b8894b25619261cf4e7af | refs/heads/master | 2023-06-27T23:04:05.046890 | 2020-10-20T02:52:13 | 2020-10-20T02:52:13 | 268,942,351 | 0 | 0 | NOASSERTION | 2020-06-03T01:00:48 | 2020-06-03T01:00:48 | null | UTF-8 | PlantUML | false | false | 1,113 | iuml | group FIDO Enrollment
note over Server
TODO: Add API resource names and params/body to this section
end note
autonumber 1 "<b>ENROL-#</b>"
activate App
App -> Switch: I'd like to register a key for Alice's Account #1.
deactivate App
activate Switch
Switch -> DFSP: Can you confirm that Alice has granted consent to act on her behalf with PISPA
activate DFSP
DFSP --> Switch: Yes, Alice granted consent a few slides back
deactivate DFSP
Switch -> FIDO: PISP wants to register.\nCan you generate a challenge?
activate FIDO
FIDO --> Switch: Here's a challenge. Send it back signed\nalong with the public key.
deactivate FIDO
Switch -> Server: Here's a challenge. Send it back signed\nalong with the public key.
deactivate Switch
activate Server
Server -> App: Here's a challenge. Send it back signed\nalong with the public key.
deactivate Server
activate App
App -> App: ""Authenticator.generateKeypair()""
App -> App: ""Authenticator.sign(challenge)""
App --> Alice: Register your fingerprint to authenticate\nwhen transacting in future
activate Alice
Alice -> App: <scan fingerprint>
deactivate Alice
end | false | true | false | false | sequence |
d2b798e48407a899da683bc620c984f2212a189a | 1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a | /docs/diagrams/manualtracker/Commands_Logic.puml | 1338c90ddc133abac8251e4debbeb2715bdc91a6 | [] | no_license | AY2021S1-CS2113-T16-1/tp | 8abd1e1798a8ecc64b4b3ae28dd5da618714b972 | 6ef0845c809addb46fef872101ef528780571b5d | refs/heads/master | 2023-01-13T17:13:34.579399 | 2020-11-16T05:03:49 | 2020-11-16T05:03:49 | 300,199,426 | 0 | 1 | null | 2020-11-16T05:03:50 | 2020-10-01T08:10:30 | Java | UTF-8 | PlantUML | false | false | 3,241 | puml | @startuml
left to right direction
hide circle
scale 1500 width
skinparam classAttributeIconSize 0
skinparam BoxPadding 20
skinparam shadowing false
skinparam package<<Layout>> {
borderColor Transparent
backgroundColor Transparent
fontColor Transparent
stereotypeFontColor Transparent
}
rectangle Logic {
package p1 <<Layout>> {
}
package p2 <<Layout>> {
}
package p3 <<Layout>> {
}
class ParamChecker <<Singleton>>{
+ checkAndReturnDate(paramType : String) : LocalDate
+ checkAndReturnTime(paramType : String) : LocalTime
+ checkAndReturnIndex(paramType : String, list : ArrayList) : Integer
+ checkAndReturnDouble(paramType : String) : Double
+ checkAndReturnInt(paramType : String) : Integer
+ checkAndReturnCategory(paramType : String) : String
}
p1 -[hidden] p2
p2 -[hidden] p3
p2 -[hidden] ParamChecker
rectangle "CommandHandlers" {
abstract class ParamHandler {
+ handleParams(packet : CommandPacket) : void
+ {abstract} handleSingleParam(packet : CommandPacket, paramType : String)
}
rectangle "Ledger CommandHandlers" {
class createLedgerHandler <<Singleton>>{
+ handlePacket() : void
+ handleSingleParams(paramType : String) : void
+ handleParams(packet : CommandPacket) : void
}
class retrieveLedgerHandler <<Singleton>>{
+ handlePacket() : void
+ handleSingleParams(paramType : String) : void
+ handleParams(packet : CommandPacket) : void
}
}
package p4 <<Layout>> {
}
rectangle "Entry CommandHandlers" {
class createEntryHandler <<Singleton>>{
+ handlePacket() : void
+ handleSingleParams(paramType : String) : void
+ handleParams(packet : CommandPacket) : void
}
class editEntryHandler <<Singleton>>{
+ handlePacket() : void
+ handleSingleParams(paramType : String) : void
+ handleParams(packet : CommandPacket) : void
}
class retrieveEntryHandler <<Singleton>>{
+ handlePacket() : void
+ handleSingleParams(paramType : String) : void
+ handleParams(packet : CommandPacket) : void
}
}
"Entry CommandHandlers" -[hidden]- p4
ParamChecker -[hidden]- ParamHandler
}
ParamChecker "1" <... createLedgerHandler #line:blue;text:black : < Verifies params using
ParamChecker "1" <... retrieveLedgerHandler #line:blue;text:black : < Verifies params using
ParamChecker "1" <... createEntryHandler #line:blue;text:black : < Verifies params using
ParamChecker "1" <... editEntryHandler #line:blue;text:black : < Verifies params using
ParamChecker "1" <... retrieveEntryHandler #line:blue;text:black : < Verifies params using
ParamHandler <|--- createLedgerHandler #line:purple;line.bold;text:red
ParamHandler <|--- retrieveLedgerHandler #line:purple;line.bold;text:red
ParamHandler <|--- createEntryHandler #line:purple;line.bold;text:red
ParamHandler <|----- retrieveEntryHandler #line:purple;line.bold;text:red
ParamHandler <|--- editEntryHandler #line:purple;line.bold;text:red
}
@enduml | false | true | false | false | class |
07da8c9b8cb01fdd76341f809746d7078653d3ae | fa713460b1f3004d5691e7c15a0d275b205ef851 | /diagram/individuals/injection.plantuml | 25848c3adf6202fd3a667a0191d2d6c6cbce557b | [] | no_license | Philippe-DEBANDE/OC-DevAndroid-Projet5 | d513cac4f0fb32445b44edd3eea39937eb08cf18 | b9cf9c1005b79c9714fa6fd6e0a5ef9c861e7d08 | refs/heads/master | 2022-11-28T07:06:10.580004 | 2020-08-02T15:18:32 | 2020-08-02T15:18:32 | 284,226,422 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 598 | plantuml | @startuml
title __INJECTION's Class Diagram__\n
namespace com {
namespace cleanup.todoc {
namespace injection {
class com.cleanup.todoc.injection.Injection {
{static} + provideExecutor()
{static} + provideProjectDataSource()
{static} + provideTaskDataSource()
{static} + provideViewModelFactory()
}
}
}
}
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 |
5c363da6c7555bcc36c8d2c38b67b3b22af12daf | 190b5e4e1ade4d3bf4e168c93db037dd84dba802 | /Publish a Composite Datastream Sequence Diagram.puml | 79e613fb121ca9a7974c11765e394665571a4ffb | [] | no_license | kerry-t-johnson/thingbook-doc | 067e70587b3831320ece5fd1c7a920f292f9919b | 5f97b2381f31c9285e61c8839dbbefc3d2e392f3 | refs/heads/master | 2023-04-02T02:15:03.431817 | 2021-04-10T19:33:34 | 2021-04-10T19:33:34 | 356,671,959 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 443 | puml | @startuml "Publish a Composite Datastream"
actor ProducerOrganization
actor ConsumerOrganization1
actor ConsumerOrganizationN
group Prerequisite
ProducerOrganization <- ThingBook: Subscribe <<SensorThings>>
end
ProducerOrganization -> ThingBook : Observation <<SensorThings>>
ConsumerOrganization1 <- ThingBook : Observation <<SensorThings>>
ConsumerOrganizationN <- ThingBook : Observation <<SensorThings>>
hide footbox
@enduml
| false | true | false | false | sequence |
9738671c36ec8f96276cf0a4c3e25d2ac94e26f7 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Physical/UserInteraction.puml | b3a44486efe5bf8666f1e315f407c6b6a628001b | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 141 | puml | @startuml
rectangle "Diagram TBD"
@enduml
actor User
User -> "Physical": UseCase
"Physical" -> bin: bin-name()
bin -> sailsjs: bin/name()
| false | true | false | false | sequence |
ccd72772c886a931b96b7ad48c63d32705e5164e | 8b899ba8220c247a9cce52ee728717afa31faf42 | /src/class_machines.puml | 4f8d9675f3e7225fdd18efc34437a4c6bc93e001 | [] | no_license | FerryTix/diagrams | 5313dce8043080074c4097bd4b0e0533a78a1019 | db4a2c2b99f4e4e273ef9b5fd47f7fdef9e5e319 | refs/heads/main | 2023-04-18T03:34:17.313112 | 2021-05-03T19:22:08 | 2021-05-03T19:22:08 | 341,652,352 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,441 | puml | @startuml
skinparam linetype ortho
left to right direction
skinparam nodesep 30
'title: FerryTix Class Diagram
skinparam monochrome true
scale 1.5
class Payment {
'issuedBy: Union<null, VendingMachine>
uuid: UUID
issuedAt: DateTime
amount: Integer
'details: PaymentDetails
'method: PaymentMethod
}
Payment "*" -- "1" VendingMachine
' TicketSale "1" -- "1" Payment
class MachineConfiguration {
'forMachine: VendingMachine
maxBicycles: Integer
maxBicyclesTolerance: Integer
maxPassengers: Integer
maxPassengersTolerance: Integer
'fares: [Fare]
}
MachineConfiguration "1" -- "1…*" VendingMachine
MachineConfiguration "*" -- "*" Fare
class Fare {
' ticketClass: TicketClass
fare: Integer
}
enum MachineLocation {
Bislich
Xanten
}
class VendingMachine {
uuid: UUID
publicKey: PublicKey
'location: MachineLocation
}
MachineLocation "1" -- "*" VendingMachine
class MachineStatus {
vending: Boolean
' waiting: [WaitingPassenger]
batteryCharge: float
estimatedReceiptPaperFillLevel: float
receiptPaperRollLength: float
cpuTemperature: float
'ticketsSoldToday:
volumeOfSalesToday: integer
saleCounter: integer
}
WaitingPassenger "*" - "1" MachineStatus
class WaitingPassenger {
ticketClass: TicketClass
waitingSince: DateTime
}
WaitingPassenger "*" -- "1" TicketClass
VendingMachine "1" - "1" MachineStatus
@enduml | false | true | true | false | class |
bdc221a40824d5d7876b7054448c1d749ca11bc8 | ec709d474bbea9c17b4718aabd736e0b7f22920b | /TMDBKOIN/app/src/main/java/KK.puml | bd7027eaa138ea62c38c7747737b872635521019 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | TomerBu/Calculator | f187721d164b8c26dfb00b873e7cf2a695472b35 | 9d585a10719b6879552188d8a3b53817fc6b7f35 | refs/heads/master | 2022-11-10T16:53:22.297130 | 2020-06-29T09:48:57 | 2020-06-29T09:48:57 | 275,783,874 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 190 | puml | @startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml
| false | true | false | false | sequence |
6689434cbcf6121e29795fa445f3d8f583aba497 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartPagedQueryResponse.puml | 217c1bf269974bbd5fe08eca24cb722c2f7eb3f1 | [] | 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 | 394 | 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 CartPagedQueryResponse [[CartPagedQueryResponse.svg]] {
limit: Long
offset: Long
count: Long
total: Long
results: [[Cart.svg List<Cart>]]
}
@enduml
| false | true | false | false | class |
376ba62843efb4a9b8a787f3a9ed3bb69a01671c | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Application/Services/UserInteraction.puml | 62e1074b21dab261bf0e33159d7f33e6c56ef60c | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 165 | puml | @startuml
rectangle "Diagram TBD"
@enduml
actor User
User -> "Application/Services": UseCase
"Application/Services" -> bin: bin-name()
bin -> sailsjs: bin/name()
| false | true | false | false | sequence |
88432f35ad920ee5dd44c2363d63bb6a13765da6 | 17429b63dad6d21c4438c3d014c968fb486bbfb3 | /src/main/java/ex44/ex44uml.puml | f41c05d5323958a5e3a412e682bf5dd9608fd26d | [] | no_license | mate-gam/Gamero-cop3330-assignment3 | b5c7c3e71b7cda59802f54d65e3a7d93aba7cb13 | fcd67eeb224cc3fbc2cfa4cef712b7e07ee16b61 | refs/heads/master | 2023-08-22T06:46:03.142132 | 2021-10-11T14:38:33 | 2021-10-11T14:38:33 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 165 | puml | @startuml
Class App
{
String[][] array
==
.. Convert JsonFile to String Array ..
+ jsonFileToStringArray()
.. Print out the results ..
+ printStatements()
}
@enduml | false | true | false | false | class |
591b9afddad1512f64168f69d56ec1d561df5ecf | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Connected-Car-Cloud/Process.puml | c1bdb7bd1c52e61fed3f43768c0ed8e9b937ab58 | [] | 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 | 289 | puml | @startuml
partition "Service-Stack/Cloud-Connected-Car" {
}
partition SubSystem #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "Service-Stack/Cloud-Connected-Car" {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
@enduml
| false | true | false | false | activity |
21e75f8e77d5e34957f188ca5787217695646544 | eed201d89056e2b82926aa34df90f1b282e41f2e | /uml.puml | d6758030faeea797185af1184c66a0675fe94cdf | [] | no_license | atheeng/oosse | bff84978f2fdb73b4df5dcc77479764fdfc36480 | 46844e2950953a69a0e2d48cccfb4558aca11fec | refs/heads/master | 2023-03-07T19:48:56.227847 | 2021-02-26T03:57:48 | 2021-02-26T03:57:48 | 342,456,156 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,534 | puml | @startuml
annotation java.lang.Override
annotation java.lang.SuppressWarnings
class com.DaoImpl.UserDaoImpl
class com.dashboard.Dashboard
class com.db.DataBaseConnection
class com.dto.UserModelTable
class com.model.User
class com.utils.ButtonEditor
class com.utils.ButtonRenderer
class com.utils.TableWithButtonDemo
class java.awt.Color
class java.awt.Component
class java.awt.EventQueue
class java.awt.event.ActionEvent
class java.awt.event.ActionListener
class java.sql.Connection
class java.sql.DriverManager
class java.sql.PreparedStatement
class java.sql.ResultSet
class java.sql.SQLException
class java.sql.Statement
class java.util.ArrayList
class java.util.List
class javax.swing.DefaultCellEditor
class javax.swing.JButton
class javax.swing.JCheckBox
class javax.swing.JFrame
class javax.swing.JLabel
class javax.swing.JOptionPane
class javax.swing.JPanel
class javax.swing.JPasswordField
class javax.swing.JScrollPane
class javax.swing.JTable
class javax.swing.JTextField
class javax.swing.SwingUtilities
class javax.swing.UIManager
class javax.swing.table.AbstractTableModel
class javax.swing.table.DefaultTableModel
class javax.swing.table.TableModel
class jdk.nashorn.internal.scripts.JO
class view.CustomerFrame
class view.LoginForm
class view.ProductFrame
enum com.Enum.RoleType
interface com.dao.UserDao
interface javax.swing.table.TableCellRenderer
com.DaoImpl.UserDaoImpl ..> java.lang.Override
com.DaoImpl.UserDaoImpl ..> com.db.DataBaseConnection
com.DaoImpl.UserDaoImpl ..> com.model.User
com.DaoImpl.UserDaoImpl ..> java.sql.Connection
com.DaoImpl.UserDaoImpl ..> java.sql.PreparedStatement
com.DaoImpl.UserDaoImpl ..> java.sql.ResultSet
com.DaoImpl.UserDaoImpl ..> java.sql.Statement
com.DaoImpl.UserDaoImpl ..> java.util.ArrayList
com.DaoImpl.UserDaoImpl ..> java.util.List
com.DaoImpl.UserDaoImpl ..> javax.swing.table.DefaultTableModel
com.DaoImpl.UserDaoImpl ..> view.CustomerFrame
com.DaoImpl.UserDaoImpl ..> com.Enum.RoleType
com.DaoImpl.UserDaoImpl --|> com.dao.UserDao
com.dashboard.Dashboard ..> java.lang.SuppressWarnings
com.dashboard.Dashboard ..> com.DaoImpl.UserDaoImpl
com.dashboard.Dashboard ..> com.dto.UserModelTable
com.dashboard.Dashboard ..> com.model.User
com.dashboard.Dashboard ..> java.util.List
com.dashboard.Dashboard --|> javax.swing.JFrame
com.dashboard.Dashboard ..> javax.swing.JOptionPane
com.dashboard.Dashboard ..> javax.swing.JScrollPane
com.dashboard.Dashboard ..> javax.swing.JTable
com.dashboard.Dashboard ..> view.CustomerFrame
com.dashboard.Dashboard ..> view.LoginForm
com.dashboard.Dashboard ..> view.ProductFrame
com.dashboard.Dashboard ..> com.Enum.RoleType
com.dashboard.Dashboard ..> com.dao.UserDao
com.db.DataBaseConnection ..> java.sql.Connection
com.db.DataBaseConnection ..> java.sql.DriverManager
com.db.DataBaseConnection ..> java.sql.SQLException
com.dto.UserModelTable ..> java.lang.Override
com.dto.UserModelTable ..> com.model.User
com.dto.UserModelTable ..> java.util.ArrayList
com.dto.UserModelTable ..> java.util.List
com.dto.UserModelTable --|> javax.swing.table.AbstractTableModel
com.model.User ..> com.Enum.RoleType
com.utils.ButtonEditor ..> java.lang.Override
com.utils.ButtonEditor ..> java.awt.Component
com.utils.ButtonEditor ..> java.awt.event.ActionEvent
com.utils.ButtonEditor ..> java.awt.event.ActionListener
com.utils.ButtonEditor --|> javax.swing.DefaultCellEditor
com.utils.ButtonEditor ..> javax.swing.JButton
com.utils.ButtonEditor ..> javax.swing.JCheckBox
com.utils.ButtonEditor ..> javax.swing.JOptionPane
com.utils.ButtonEditor ..> javax.swing.JTable
com.utils.ButtonRenderer ..> java.lang.Override
com.utils.ButtonRenderer ..> java.awt.Component
com.utils.ButtonRenderer ..> java.awt.event.ActionEvent
com.utils.ButtonRenderer ..> java.awt.event.ActionListener
com.utils.ButtonRenderer ..> javax.swing.DefaultCellEditor
com.utils.ButtonRenderer --|> javax.swing.JButton
com.utils.ButtonRenderer ..> javax.swing.JCheckBox
com.utils.ButtonRenderer ..> javax.swing.JFrame
com.utils.ButtonRenderer ..> javax.swing.JOptionPane
com.utils.ButtonRenderer ..> javax.swing.JScrollPane
com.utils.ButtonRenderer ..> javax.swing.JTable
com.utils.ButtonRenderer ..> javax.swing.SwingUtilities
com.utils.ButtonRenderer ..> javax.swing.UIManager
com.utils.ButtonRenderer ..> javax.swing.table.DefaultTableModel
com.utils.ButtonRenderer --|> javax.swing.table.TableCellRenderer
com.utils.TableWithButtonDemo ..> com.DaoImpl.UserDaoImpl
com.utils.TableWithButtonDemo ..> com.model.User
com.utils.TableWithButtonDemo ..> java.awt.Color
com.utils.TableWithButtonDemo ..> java.awt.Component
com.utils.TableWithButtonDemo ..> java.awt.EventQueue
com.utils.TableWithButtonDemo ..> java.awt.event.ActionEvent
com.utils.TableWithButtonDemo ..> java.awt.event.ActionListener
com.utils.TableWithButtonDemo ..> java.util.List
com.utils.TableWithButtonDemo ..> javax.swing.DefaultCellEditor
com.utils.TableWithButtonDemo ..> javax.swing.JButton
com.utils.TableWithButtonDemo ..> javax.swing.JCheckBox
com.utils.TableWithButtonDemo ..> javax.swing.JFrame
com.utils.TableWithButtonDemo ..> javax.swing.JOptionPane
com.utils.TableWithButtonDemo ..> javax.swing.JScrollPane
com.utils.TableWithButtonDemo ..> javax.swing.JTable
com.utils.TableWithButtonDemo ..> javax.swing.UIManager
com.utils.TableWithButtonDemo ..> javax.swing.table.DefaultTableModel
com.utils.TableWithButtonDemo ..> javax.swing.table.TableModel
com.utils.TableWithButtonDemo ..> com.dao.UserDao
com.utils.TableWithButtonDemo ..> javax.swing.table.TableCellRenderer
view.CustomerFrame ..> java.lang.SuppressWarnings
view.CustomerFrame ..> com.DaoImpl.UserDaoImpl
view.CustomerFrame ..> com.dashboard.Dashboard
view.CustomerFrame ..> com.db.DataBaseConnection
view.CustomerFrame ..> com.dto.UserModelTable
view.CustomerFrame ..> com.model.User
view.CustomerFrame ..> com.utils.ButtonEditor
view.CustomerFrame ..> com.utils.ButtonRenderer
view.CustomerFrame ..> com.utils.TableWithButtonDemo
view.CustomerFrame ..> java.sql.Connection
view.CustomerFrame ..> java.sql.PreparedStatement
view.CustomerFrame ..> java.sql.ResultSet
view.CustomerFrame ..> java.sql.SQLException
view.CustomerFrame ..> java.sql.Statement
view.CustomerFrame ..> java.util.List
view.CustomerFrame ..> javax.swing.JButton
view.CustomerFrame ..> javax.swing.JCheckBox
view.CustomerFrame --|> javax.swing.JFrame
view.CustomerFrame ..> javax.swing.JLabel
view.CustomerFrame ..> javax.swing.JOptionPane
view.CustomerFrame ..> javax.swing.JPanel
view.CustomerFrame ..> javax.swing.JPasswordField
view.CustomerFrame ..> javax.swing.JScrollPane
view.CustomerFrame ..> javax.swing.JTable
view.CustomerFrame ..> javax.swing.JTextField
view.CustomerFrame ..> javax.swing.table.DefaultTableModel
view.CustomerFrame ..> com.Enum.RoleType
view.CustomerFrame ..> com.dao.UserDao
view.LoginForm ..> java.lang.SuppressWarnings
view.LoginForm ..> com.DaoImpl.UserDaoImpl
view.LoginForm ..> com.dashboard.Dashboard
view.LoginForm ..> com.model.User
view.LoginForm --|> javax.swing.JFrame
view.LoginForm ..> javax.swing.JOptionPane
view.LoginForm ..> jdk.nashorn.internal.scripts.JO
view.LoginForm ..> com.dao.UserDao
view.ProductFrame ..> java.lang.SuppressWarnings
view.ProductFrame ..> com.dashboard.Dashboard
view.ProductFrame ..> com.model.User
view.ProductFrame --|> javax.swing.JFrame
com.dao.UserDao ..> com.model.User
com.dao.UserDao ..> java.util.List
@enduml | false | true | false | false | class |
f7e0a6c5434b92e11b2fc54cb749cba22ee11b0a | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Application-Development-Framework/UseCases.puml | 4aa690a1dcaba27ab135edf7168bc1a0b963d064 | [] | 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 | 358 | puml | @startuml
left to right direction
skinparam usecase {
BackgroudnColor #ffffaa
BackgroundColor<<Main>> #lightblue
}
actor :User: <<Person>>
actor :SubSystem: <<Person>>
rectangle "Service-Stack/Application-Development-Framework" {
UseCase UC1 <<Main>> as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
@enduml
| false | true | false | false | usecase |
bf259c769dff348129d5d65b41226d169de0d7cd | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.Admin/Catalog/AdminCatalogsResponse.puml | 979dcfb3e007e89f43bd6506db0dbf0cdd2ffa3e | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 90 | puml | @startuml
class AdminCatalogsResponse {
}
ResponseBase <|-- AdminCatalogsResponse
@enduml
| false | true | false | false | class |
9e03917fa4b9f39ca5952bf91da14d803de7af37 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TypeChangeLocalizedEnumValueLabelAction.puml | a9f6f76bc4572f829ae720d8ae190cdbfab67d69 | [] | 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 | 545 | 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 TypeChangeLocalizedEnumValueLabelAction [[TypeChangeLocalizedEnumValueLabelAction.svg]] extends TypeUpdateAction {
action: String
fieldName: String
value: [[CustomFieldLocalizedEnumValue.svg CustomFieldLocalizedEnumValue]]
}
interface TypeUpdateAction [[TypeUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
9ab70f878c4599418c12ab04c7042943276743b1 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductTypeUpdate.puml | 831f77339aa1e67d73199e856020bd40df3c1f29 | [] | 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 | 375 | 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 ProductTypeUpdate [[ProductTypeUpdate.svg]] {
version: Long
actions: [[ProductTypeUpdateAction.svg List<ProductTypeUpdateAction>]]
}
@enduml
| false | true | false | false | class |
90941259aa43fe0a348c0ec75c81a4177cee33cd | 531021c0d92723ea2ab9e3609f7bc7ee099099f9 | /todo-code/src/main/kotlin/io/patamon/todo/design_pattern/观察者模式.puml | 80725f0d1b6d1c50e4c1b12d1bf6f541fd59faaf | [] | no_license | IceMimosa/TODO | fba00de99ac6cd99d64c5f0954860863abe78aba | 192c73a827e905f9d0473c602d15d1df7a6623d8 | refs/heads/master | 2022-06-03T15:48:53.673061 | 2022-05-29T13:32:54 | 2022-05-29T13:32:54 | 137,827,298 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 434 | puml | @startuml
package "Subject" {
interface Subject {
+register(Observer observer)
+remove(Observer observer)
+notify(Observer observer)
}
class ConcreteSubject extends Subject {
}
}
package "Observer" {
interface Observer {
+update()
}
class ConcreteObserver extends Observer {
}
}
Subject --> Observer : notify
ConcreteObserver ..> ConcreteSubject : pull
@enduml
| false | true | false | false | sequence |
9a0fe42c2beab1f36d638f9ce7412723ba1f7ddb | e95f543abae68daf66a319d2191fdf5c7d06f325 | /uml/sync_sequence.puml | ae4d3aef2a76690306d48817ad4f92be211d7470 | [
"Apache-2.0"
] | permissive | ffc-nectec/entities | b3bd479c51c12ce60f7a9a0d6b2f6374af83bb11 | 6ec51b8cd89c3f9a26548fd0d25e1f5583df1ce8 | refs/heads/master | 2021-07-02T01:44:25.660575 | 2019-05-02T08:23:21 | 2019-05-13T06:55:57 | 137,706,528 | 0 | 0 | Apache-2.0 | 2020-08-24T03:03:10 | 2018-06-18T03:30:20 | Kotlin | UTF-8 | PlantUML | false | false | 1,419 | puml | @startuml
skinparam monochrome true
actor Bob <<Application>>
actor Alice <<Application>>
participant API
participant "Push Notification \nService Provider" as PUSH
box "PCU\nPrimary Care Unit"
participant "AirSync" as AIR
database "JHCIS\nDatabase" as J
actor Lisa <<JHCIS>>
end box
== Initialization ==
Bob -> PUSH : Subscribe as Client
Alice -> PUSH : Subscribe as Client
AIR -> PUSH : Subscribe as AirSync
== Operation ==
Alice -> API : Make update via Application
hnote over API : isSynced=false
API -> PUSH : Push notification to \norganization's server (AirSync)
PUSH -> AIR : broadcast to subscriber (AirSync)\n with Data type and ID
AIR -> API : Ask for Update data
API --> AIR : Response update data
AIR -> J : Update data to \nlocal database
J -> Lisa : See changed via JHCIS
AIR -> API : Confirm sync data completed
hnote over API : isSynced=true
API -> PUSH : Push notification to \nall client in organization
PUSH -> Alice : broadcast to subscriber (Client)
PUSH -> Bob : broadcast to subscriber (Client)
newpage
== Initialization ==
AIR -> J : Start database monitoring
activate J
== Operation ==
Lisa -> J : Make change via JHCIS
J --> AIR : Receive changed data
AIR -> API : Send update
hnote over API : isSynced=true
API -> PUSH : Push notification to \nall client in organization
PUSH -> Alice : broadcast to subscriber (Client)
PUSH -> Bob : broadcast to subscriber (Client)
@enduml
| false | true | false | false | usecase |
fd30edf40ea39d9650d81ea5ac4a4e5c1e29c662 | ae2b542745730cc44ac21318c7cbbc0c7c6605fa | /sort_docs/design/opstate.puml | eb6be73d42f06cc23db5f903d9170c92dc3b68de | [
"Apache-2.0"
] | permissive | weideng1/nosqlbench | 39957535cda38f3d01e0efe6b73444a68c359b6e | 87302800f27a25c63934aac631e0929776e57b1b | refs/heads/master | 2022-09-20T10:23:19.454187 | 2022-08-10T22:59:44 | 2022-08-10T22:59:44 | 260,520,242 | 0 | 0 | Apache-2.0 | 2020-05-01T17:38:55 | 2020-05-01T17:38:54 | null | UTF-8 | PlantUML | false | false | 1,345 | puml | @startuml
scale 600 width
[*] --> TrackedOp : track()
TrackedOp: setCycle(cycle)
TrackedOp: setWaitTime(delay)
TrackedOp: start()
TrackedOp:
TrackedOp: setData(data)
TrackedOp: getData()
TrackedOp: skip(reason)
State InProtocol {
TrackedOp --> StartedOp : start()
StartedOp: getCycle()
StartedOp: setData(data)
StartedOp: getData()
StartedOp: succeed(status)
StartedOp:
StartedOp: retry()
StartedOp: fail(status)
StartedOp: getStartedAtNanos()
StartedOp: getCurrentServiceTimeNanos()
StartedOp: getCurrentResponseTimeNanos()
StartedOp -> StartedOp : retry()
StartedOp --> SucceededOp : succeed()
SucceededOp: getCycle()
SucceededOp: getResult()
SucceededOp: getTries()
SucceededOp: getStartedAtNanos()
SucceededOp: getServiceTimeNanos()
SucceededOp: getResponseTimeNanos()
StartedOp --> FailedOp: fail()
FailedOp: getCycle()
FailedOp: getResult()
FailedOp: getTries()
FailedOp: getStartedAtNanos()
FailedOp: getServiceTimeNanos()
FailedOp: getResponseTimeNanos()
}
TrackedOp --> SkippedOp : skip()
SkippedOp: getSkippedReason()
SkippedOp:
SkippedOp: getCycle()
SkippedOp: getResult()
SkippedOp: getStartedAtNanos()
SkippedOp: getData()
SkippedOp: setData(data)
SucceededOp --> [*]
FailedOp --> [*]
SkippedOp --> [*]
@enduml | false | true | false | false | sequence |
07b96747be80097fd17e77426a7ea1816c1c852c | 7f81fd3b997e5a8e9e16a8deb60143c8e3563b95 | /compiler/compiler.puml | 09c1064be5b401fc96360d67eba0a363cefd7d56 | [] | no_license | importPI19fromDHGE/plantumltemplates | 997d66e986422e41aaf5b3e1aebb7cde0d2b6ffe | eeb04c47e2b241a6a17cbfbd026834cba8ddb3a3 | refs/heads/main | 2023-05-20T06:52:08.463806 | 2021-06-10T15:54:58 | 2021-06-10T15:54:58 | 366,027,631 | 0 | 0 | null | 2021-05-20T14:07:50 | 2021-05-10T12:01:11 | null | UTF-8 | PlantUML | false | false | 561 | puml | @startuml
skinparam linetype polyline
top to bottom direction
title Arbeitsweise Compiler
package "Frontend" as F{
rectangle "lexikalische Analyse" as LA
package "Parsing" as P {
rectangle "Syntaxanalyse" as SY
rectangle "Semantische Analyse" as SA
}
rectangle "Zwischencodeerzeugung" as ZW
}
[Quellcode] -down->LA
LA -down-> SY
SY -down-> SA
SA -down->ZW
ZW -down-> [Zwischencode]
package "Backend" as B{
rectangle "Codeoptimierung" as CO
rectangle "Codeerzeugung" as CG
}
[Zwischencode] -down-> CO
CO -down->CG
CG -down->[Maschinencode / Bytecode ]
@enduml | false | true | false | false | uml-unknown |
aee2fb8f6f432afe855b03eb8912b39c842479f2 | a87fe54a4214ce679793435025bd24899ee01be4 | /docs/concepts/text_search_im/search_request.puml | 5f2584624265cad9942aab1fcd159b547478644d | [
"MIT"
] | permissive | rillbert/giblish | 7bfb0980dd37569d7dee40a6467138dd8be39a56 | 0c707376e1709921b16694d2abcdbe8d93691f0c | refs/heads/main | 2023-05-12T10:50:40.471334 | 2023-02-08T16:14:33 | 2023-02-08T16:14:33 | 95,320,718 | 12 | 4 | MIT | 2022-08-29T08:25:54 | 2017-06-24T20:21:02 | Ruby | UTF-8 | PlantUML | false | false | 959 | puml | @startuml
!theme cerulean-outline
hide footbox
autonumber
title "Using a Passenger web-app for search requests"
actor Viewer as Vi
box "Document-hosting Server" #EEEEEE
participant "Web Server" as Webserv
participant "Passenger" as Pass
participant "Search script\n(Web app)" as Searcher
note over of Searcher
This could eg be a
sinatra-based application
that use the
""Giblish::RequestManager""
class.
end note
database "Search index" as Index
end box
Vi -> Webserv : Search Query\n(html POST)
Webserv -> Pass : hand over\nPOST request
Pass -> Searcher : hand over\nPOST request
Searcher -> Index : Search the\nindex
Searcher -> Pass : Return search\nresult (html)
note right
Giblish contains help
classes fthat provide
most of the heavy lifting
for retrieving and formatting
the search result.
end note
Pass -> Webserv : Return search\nresult (html)
Webserv -> Vi : Return search\nresult (html)
@enduml
| false | true | false | false | usecase |
5a074c57bf4487cf52788f5d3ed32b4a3fa16824 | a68128b7cd155dd88cba45ffd66d1139a939a1f6 | /UML/ListItem.puml | 99ae6a5e9f934c5fb5bd5b760ca97f786187e2a0 | [] | no_license | DyroZang/mousa-cop3330-assignment4 | 430e36f42f273621d47a62155ccb800858cc892d | dfb63fe8f00fbb1763a5a4eeadc3340da96d587a | refs/heads/master | 2023-08-27T06:45:23.835879 | 2021-11-02T02:46:37 | 2021-11-02T02:46:37 | 423,685,854 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 288 | puml | @startuml
class ucf.assignments.ListItem {
- Boolean completed
- String description
- String date
~ String[] months
+ boolean isState()
+ String getDescription()
+ String getDate()
+ void delete()
+ void setCompleted(Boolean)
+ void setDescription(String)
+ void setDate(String)
}
@enduml | false | true | false | false | class |
c28f01378349814644b353a5093330beb2ebf91f | 9266fbcd6f9de11116364f51aab7289161b277a3 | /domain-model-with-bounded-contexts.puml | 6138c29946b004af7d8aeeca164259aabd6fd74b | [] | no_license | memor1s/microservices-school | a25206b2ca20d9bed2b56695ab479a214cc703a1 | bf3ddf16566018833a677eb1aba6dc2d59e5722e | refs/heads/master | 2020-05-06T20:09:11.186020 | 2019-09-03T06:40:52 | 2019-09-03T06:40:52 | 180,224,409 | 0 | 0 | null | 2019-06-10T20:29:13 | 2019-04-08T20:05:23 | Java | UTF-8 | PlantUML | false | false | 1,849 | puml | @startuml
'skinparam linetype polyline
'skinparam linetype ortho
left to right direction
namespace userservice {
class User {
+ login
+ password
}
class Principal {
}
class Teacher {
+ name
+ passportNumber
+ phoneNumber
+ email
+ status
+ salary
+ bonus
}
class Parent {
+ name
+ phoneNumber
+ email
}
class Pupil {
+ name
+ age
+ grade
+ phoneNumber
+ email
}
class Address {
+ city
+ street
+ house
+ apartment
+ zipCode
}
User <|- Principal
User <|-- Teacher
User <|-- Parent
User <|-- Pupil
Principal "1" o- "1" Address : lives by >
Pupil "1" o- "1" Address : lives by >
Parent "1" o- "1" Address : lives by >
Teacher "1" o-- "1" Address : lives by >
Pupil "*" -l- "*" Parent: \n\thas\n >
}
together {
namespace scheduleservice {
class userservice.Teacher {
+ name
}
class Schedule {
+ year
}
class Lesson {
+ date
+ marks
+ absentPupils
}
class HomeWork {
+ description
}
Schedule "1" *-l> "*" Lesson : \ncontains\n
Lesson "1" *-l> "1" HomeWork : \ncontains\n
}
namespace curriculumservice {
class Curriculum {
+ grade
}
class Course {
+ lessonCount
}
class Subject {
+ name
}
Curriculum "1" *-u> "*" Course : \ncontains\n
Course "1" *-u> "1" Subject : \ncontains\n
}
}
namespace schoolclassservice {
class SchoolClass {
+ letter
+ grade
+ year
}
}
schoolclassservice .-> userservice : gets info about teachers
schoolclassservice .-> userservice : gets info about pupils
scheduleservice .-> curriculumservice : gets info about courses
scheduleservice .-r> schoolclassservice : gets info about classes
@enduml
| false | true | false | false | sequence |
21ddfe29c80fcd23782f948adf46ff1aa17e799d | 0ec9b09bca5e448ded9866a5fe30c7a63b82b8b3 | /modelViewPresenter/presentationModel/withoutDoubleDispatching/docs/diagrams/src/paquetes.plantuml | da18e14d2689826f27ed8e8c784ef545f4623ce6 | [] | no_license | pixelia-es/USantaTecla-project-mastermind-java.swing.socket.sql | 04de19c29176c4b830dbae751dc4746d2de86f2e | 2b5f9bf273c67eedff96189b6b3c5680c8b10958 | refs/heads/master | 2023-06-10T13:09:55.875570 | 2021-06-29T15:16:23 | 2021-06-29T15:16:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 15,301 | plantuml | @startuml mastermind
class View as "usantatecla.\nmastermind.views.\nView"
class ConsoleView as "usantatecla.\nmastermind.views.\nconsole.ConsoleView"
class GraphicsView as "usantatecla.\nmastermind.views.\nconsole.GraphicsView"
class Logic as "usantatecla.\nmastermind.controllers.\nLogic"
abstract class Controller as "usantatecla.\nmastermind.controllers.\nController"
class usantatecla.mastermind.ConsoleMastermind{
+ {static} main(String[])
# createView(): View
}
usantatecla.mastermind.Mastermind <|-down- usantatecla.mastermind.ConsoleMastermind
usantatecla.mastermind.ConsoleMastermind .down.> ConsoleView
class usantatecla.mastermind.GraphicsMastermind{
+ {static} main(String[])
# createView(): View
}
usantatecla.mastermind.Mastermind <|-down- usantatecla.mastermind.GraphicsMastermind
usantatecla.mastermind.GraphicsMastermind .down.> GraphicsView
abstract class usantatecla.mastermind.Mastermind{
# Mastermind()
# {abstract} createView(): View
# play()
}
usantatecla.mastermind.Mastermind *-down-> View
usantatecla.mastermind.Mastermind *-down-> Logic
usantatecla.mastermind.Mastermind .down.> Controller
@enduml
@startuml usantatecla.mastermind.views
abstract class Controller as "usantatecla.\nmastermind.controllers.\nController"
enum Color as "usantatecla.\nmastermind.types.\nColor"
enum Error as "usantatecla.\nmastermind.types.\nError"
abstract class usantatecla.mastermind.views.ColorView{
+ {static} INITIALS: char[]
# ColorView()
# ColorView(Color)
+ {static} getInstance(char): Color
+ allInitials(): String
# {abstract} resultInitials(int): String
}
usantatecla.mastermind.views.ColorView *-down-> Color
abstract class usantatecla.mastermind.views.ErrorView{
+ MESSAGES: String[]
# ErrorView()
+ ErrorView(Error)
# {abstract} colorInitials(): String
}
usantatecla.mastermind.views.ErrorView *-down-> Error
enum usantatecla.mastermind.views.Message{
+ ATTEMPTS
+ SECRET
+ RESUME
+ RESULT
+ PROPOSED_COMBINATION
+ TITLE
+ WINNER
+ LOOSER
- message: String
~ MessageView(String)
+ getMessage(): String
}
abstract class usantatecla.mastermind.views.View{
+ {abstract} interact(Controller)
}
usantatecla.mastermind.views.View .down.> Controller
@enduml
@startuml usantatecla.mastermind.console
abstract class Controller as "usantatecla.\nmastermind.controllers.\nController"
class StartController as "usantatecla.\nmastermind.controllers.\nStartController"
class ProposalController as "usantatecla.\nmastermind.controllers.\nProposalController"
class ResumeController as "usantatecla.\nmastermind.controllers.\nResumeController"
enum Error as "usantatecla.\nmastermind.types.\nError"
enum Color as "usantatecla.\nmastermind.types.\nColor"
abstract class View as "usantatecla.\nmastermind.views.\nView"
abstract class ColorView as "usantatecla.\nmastermind.views.\nColorView"
abstract class ErrorView as "usantatecla.\nmastermind.views.\nErrorView"
enum Message as "usantatecla.\nmastermind.views.\nMessageView"
class Console as "usantatecla.utils.\nConsole"
class YesNoDialog as "usantatecla.utils.\nYesNoDialog"
enum ColorCode as "usantatecla.utils.\nColorCode"
class usantatecla.mastermind.views.console.ConsoleView {
+ ConsoleView()
+ interact(Controller)
}
usantatecla.mastermind.views.console.ConsoleView -up-|> View
usantatecla.mastermind.views.console.ConsoleView *-down-> usantatecla.mastermind.views.console.StartView
usantatecla.mastermind.views.console.ConsoleView *-down-> usantatecla.mastermind.views.console.ProposalView
usantatecla.mastermind.views.console.ConsoleView *-down-> usantatecla.mastermind.views.console.ResumeView
usantatecla.mastermind.views.console.ConsoleView .down.> Controller
usantatecla.mastermind.views.console.ConsoleView .down.> StartController
usantatecla.mastermind.views.console.ConsoleView .down.> ProposalController
usantatecla.mastermind.views.console.ConsoleView .down.> ResumeController
class usantatecla.mastermind.views.console.ResumeView {
~ interact(ResumeController)
}
usantatecla.mastermind.views.console.ResumeView .down.> ResumeController
usantatecla.mastermind.views.console.ResumeView .down.> Message
usantatecla.mastermind.views.console.ResumeView .down.> YesNoDialog
class usantatecla.mastermind.views.console.StartView {
~ interact(StartController)
}
usantatecla.mastermind.views.console.StartView *-down-> usantatecla.mastermind.views.console.SecretCombinationView
usantatecla.mastermind.views.console.StartView .down.> Console
usantatecla.mastermind.views.console.StartView .down.> StartController
usantatecla.mastermind.views.console.StartView .down.> Message
class usantatecla.mastermind.views.console.ProposalView {
~ interact(ProposalController)
}
usantatecla.mastermind.views.console.ProposalView .down.> usantatecla.mastermind.views.console.GameView
usantatecla.mastermind.views.console.ProposalView .down.> usantatecla.mastermind.views.console.ProposedCombinationView
usantatecla.mastermind.views.console.ProposalView .down.> usantatecla.mastermind.views.console.ErrorView
usantatecla.mastermind.views.console.ProposalView .down.> ProposalController
usantatecla.mastermind.views.console.ProposalView .down.> Color
usantatecla.mastermind.views.console.ProposalView .down.> Error
class usantatecla.mastermind.views.console.GameView {
~ GameView(ProposalController)
~ write()
}
usantatecla.mastermind.views.console.GameView *-down-> ProposalController
usantatecla.mastermind.views.console.GameView .down.> usantatecla.mastermind.views.console.AttemptsView
usantatecla.mastermind.views.console.GameView .down.> usantatecla.mastermind.views.console.SecretCombinationView
usantatecla.mastermind.views.console.GameView .down.> usantatecla.mastermind.views.console.ProposedCombinationView
usantatecla.mastermind.views.console.GameView .down.> usantatecla.mastermind.views.console.ResultView
usantatecla.mastermind.views.console.GameView .down.> Message
usantatecla.mastermind.views.console.GameView .down.> Console
class usantatecla.mastermind.views.console.ProposedCombinationView {
+ ProposedCombinationView(ProposalController)
+ write(int)
+ read(): List<Color>
}
usantatecla.mastermind.views.console.ProposedCombinationView *-down-> ProposalController
usantatecla.mastermind.views.console.ProposedCombinationView .down.> usantatecla.mastermind.views.console.ColorView
usantatecla.mastermind.views.console.ProposedCombinationView .down.> Color
usantatecla.mastermind.views.console.ProposedCombinationView .down.> Message
usantatecla.mastermind.views.console.ProposedCombinationView .down.> Console
class usantatecla.mastermind.views.console.SecretCombinationView {
~ SecretCombinationView(Controller)
~ writeln()
}
usantatecla.mastermind.views.console.SecretCombinationView *-down-> Controller
usantatecla.mastermind.views.console.SecretCombinationView ..> Message
usantatecla.mastermind.views.console.SecretCombinationView ..> Console
class usantatecla.mastermind.views.console.ResultView {
+ ResultView(ProposalController)
+ writeln(int)
}
usantatecla.mastermind.views.console.ResultView *-down-> ProposalController
usantatecla.mastermind.views.console.ResultView .down.> Message
usantatecla.mastermind.views.console.ResultView .down.> Console
class usantatecla.mastermind.views.console.AttemptsView {
~ AttemptsView(ProposalController)
~ writeln()
}
usantatecla.mastermind.views.console.AttemptsView *-down-> ProposalController
usantatecla.mastermind.views.console.AttemptsView .down.> Console
usantatecla.mastermind.views.console.AttemptsView .down.> Message
class usantatecla.mastermind.views.console.ColorView {
+ ColorView()
+ ColorView(Color)
# resultInitials(int) : String
+ write()
}
usantatecla.mastermind.views.console.ColorView -up-|> ColorView
usantatecla.mastermind.views.console.ColorView .down.> ColorCode
usantatecla.mastermind.views.console.ColorView .down.> Console
usantatecla.mastermind.views.console.ColorView .down.> Color
class usantatecla.mastermind.views.console.ErrorView {
~ ErrorView()
+ ErrorView(Error)
+ writeln()
# colorInitials() : String
}
usantatecla.mastermind.views.console.ErrorView -up-|> ErrorView
usantatecla.mastermind.views.console.ErrorView .down.> Error
usantatecla.mastermind.views.console.ErrorView .down.> Console
usantatecla.mastermind.views.console.ErrorView .down.> usantatecla.mastermind.views.console.ColorView
@enduml
@startuml usantatecla.mastermind.controllers
abstract class Combination as "usantatecla.\nmastermind.models.\nCombination"
class Game as "usantatecla.\nmastermind.models.\nGame"
class State as "usantatecla.\nmastermind.models.\nState"
class ProposedCombination as "usantatecla.\nmastermind.models.\nProposedCombination"
enum StateValue as "usantatecla.\nmastermind.models.\nStateValue"
enum Error as "usantatecla.\nmastermind.types.\nError"
enum Color as "usantatecla.\nmastermind.types.\nColor"
abstract class usantatecla.mastermind.controllers.Controller{
~ Controller(Game, State)
+ getWidth(): int
}
usantatecla.mastermind.controllers.Controller *-down-> Game
usantatecla.mastermind.controllers.Controller *-down-> State
usantatecla.mastermind.controllers.Controller .down.> Combination
class usantatecla.mastermind.controllers.Logic{
+ Logic()
+ getController(): Controller
}
usantatecla.mastermind.controllers.Logic *-down-> usantatecla.mastermind.controllers.Controller
usantatecla.mastermind.controllers.Logic *-down-> Game
usantatecla.mastermind.controllers.Logic *-down-> State
usantatecla.mastermind.controllers.Logic *-down-> StateValue
usantatecla.mastermind.controllers.Logic .down.> usantatecla.mastermind.controllers.ResumeController
usantatecla.mastermind.controllers.Logic .down.> usantatecla.mastermind.controllers.StartController
usantatecla.mastermind.controllers.Logic .down.> usantatecla.mastermind.controllers.PlayController
class usantatecla.mastermind.controllers.PlayController{
+ ProposalController(Game, State)
+ addProposedCombination(List<Color>): Error
+ isWinner(): boolean
+ isLooser(): boolean
+ getAttempts(): int
+ getColors(int): List<Color>
+ getBlacks(int): int
+ getWhites(int): int
}
usantatecla.mastermind.controllers.Controller <|-down- usantatecla.mastermind.controllers.PlayController
usantatecla.mastermind.controllers.PlayController .down.> Combination
usantatecla.mastermind.controllers.PlayController .down.> Game
usantatecla.mastermind.controllers.PlayController .down.> State
usantatecla.mastermind.controllers.PlayController .down.> ProposedCombination
usantatecla.mastermind.controllers.PlayController .down.> Error
usantatecla.mastermind.controllers.PlayController .down.> Color
class usantatecla.mastermind.controllers.ResumeController{
+ ResumeController(Game, State)
+ resume(boolean)
}
usantatecla.mastermind.controllers.Controller <|-down- usantatecla.mastermind.controllers.ResumeController
usantatecla.mastermind.controllers.ResumeController .down.> Game
usantatecla.mastermind.controllers.ResumeController .down.> State
class usantatecla.mastermind.controllers.StartController{
+ StartController(Game, State)
+ start()
}
usantatecla.mastermind.controllers.Controller <|-down- usantatecla.mastermind.controllers.StartController
usantatecla.mastermind.controllers.StartController .down.> Game
usantatecla.mastermind.controllers.StartController .down.> State
@enduml
@startuml usantatecla.mastermind.models
enum Color as "usantatecla.\nmastermind.types.\nColor"
class usantatecla.mastermind.models.State {
- stateValue: StateValue
+ state()
+ next()
+ reset()
+ getValueState(): StateValue
}
usantatecla.mastermind.models.State *-down-> usantatecla.mastermind.models.StateValue
enum usantatecla.mastermind.models.StateValue {
+ INITIAL
+ IN_GAME
+ FINAL
+ EXIT
}
abstract class usantatecla.mastermind.models.Combination {
- {static} WIDTH: int
# Combination()
+ {static} getWidth(): int
}
usantatecla.mastermind.models.Combination *-down-> "*" Color
class usantatecla.mastermind.models.Game {
- {static} MAX_LONG: int
- attempts: int
+ Game()
+ clear()
+ addProposeCombination(ProposedCombination)
+ isLooser(): boolean
+ isWinner(): boolean
+ getAttempts(): int
+ getProposedCombination(int): ProposedCombination
+ getResult(int): Result
}
usantatecla.mastermind.models.Game *-down-> usantatecla.mastermind.models.SecretCombination
usantatecla.mastermind.models.Game *-down-> "0..*" usantatecla.mastermind.models.Result
usantatecla.mastermind.models.Game *-down-> "0..*" usantatecla.mastermind.models.ProposedCombination
class usantatecla.mastermind.models.ProposedCombination {
~ contains(Color, int): boolean
~ contains(Color): boolean
+ getColors(): List<Color>
}
usantatecla.mastermind.models.Combination <|-down- usantatecla.mastermind.models.ProposedCombination
usantatecla.mastermind.models.ProposedCombination .down.> Color
class usantatecla.mastermind.models.SecretCombination {
~ SecretCombination()
~ getResult(ProposedCombination): Result
}
usantatecla.mastermind.models.Combination <|-down- usantatecla.mastermind.models.SecretCombination
usantatecla.mastermind.models.SecretCombination .down.> usantatecla.mastermind.models.Result
usantatecla.mastermind.models.SecretCombination .down.> usantatecla.mastermind.models.ProposedCombination
usantatecla.mastermind.models.SecretCombination .down.> Color
class usantatecla.mastermind.models.Result {
- blacks: int
- whites: int
~ Result(int, int)
~ isWinner(): boolean
+ getBlacks(): int
+ getWhites(): int
}
usantatecla.mastermind.models.Result .down.> usantatecla.mastermind.models.Combination
@enduml
@startuml usantatecla.mastermind.types
enum usantatecla.mastermind.types.Color {
+ RED
+ BLUE
+ YELLOW
+ GREEN
+ ORANGE
+ PURPLE
+ NULL
~ {static} length(): int
+ isNull(): boolean
}
enum usantatecla.mastermind.types.Error {
+ DUPLICATED
+ WRONG_CHARACTERS
+ WRONG_LENGTH
+ NULL
+ isNull(): boolean
}
@enduml
@startuml usantatecla.utils
class BufferedReader as "java.io.BufferedReader"{}
enum usantatecla.utils.views.ColorCode{
+ RED
+ BLUE
+ YELLOW
+ GREEN
+ ORANGE
+ PURPLE
+ RESET_COLOR
- color: String
~ ColorCode(String)
+ getColor(): String
+ {static} getColorByIndex(int): String
}
class usantatecla.utils.views.Console{
- {static} console: Console
+ {static} getInstance(): Console
+ readString(String): String
+ readString(): String
+ readInt(String): int
+ readChar(String): char
+ writeln()
+ write(String)
+ writeln(String)
+ write(char)
- writeError(String)
}
usantatecla.utils.views.Console *-down-> BufferedReader
class usantatecla.utils.views.YesNoDialog{
- {static} AFIRMATIVE: char
- {static} NEGATIVE: char
- {static} QUESTION: String
- {static} MESSAGE: String
+ YesNoDialog()
+ read(String): boolean
- {static} isAfirmative(char): boolean
- {static} isNegative(char): boolean
}
usantatecla.utils.views.YesNoDialog ..> usantatecla.utils.views.Console
@enduml
| false | true | false | false | class |
2611a003dcbf6139c47aed7d48e3304b8b04f076 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/blue/1161386/sp1/dm.puml | 228b3b4397dc12d06b5c8e6848598e1ca3d2bfe5 | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 420 | puml | @startuml dm.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
hide empty methods
class NaryOperation << (C,yellow) >> {
-Expression[] operands
+NaryOperation(operator, operands)
+evaluate()
+accept()
+getOperands()
}
interface NaryOperator << (I, yellow) >>{
-applyTo()
}
NaryOperation o-- NaryOperator
@enduml | false | true | false | false | class |
9e21fc4be7832cae058e44a6f206b305772410d6 | 6c1c7cd7bf6df648880c0676964502463f18fda5 | /src/main/java/View/component/component.plantuml | 37aef5c704689e2b4f8fc5b5687d5835cd7e6a5b | [] | no_license | yannickTilly/appliVisiteurCli | 978c0ee4f04bca36c12911c2b7bb477ed53275d8 | 407e183f3998825d96409eef530ed5d6656fe5b5 | refs/heads/master | 2022-12-11T17:56:20.251585 | 2020-05-19T11:24:35 | 2020-05-19T11:24:35 | 217,737,041 | 0 | 0 | null | 2022-11-15T23:31:18 | 2019-10-26T16:28:45 | Java | UTF-8 | PlantUML | false | false | 8,064 | plantuml | @startuml
title __COMPONENT's Class Diagram__\n
namespace View.component {
class View.component.ConsultationDrugsView {
- drugs : VBox
- searchButton : Button
+ ConsultationDrugsView()
+ addDrug()
+ clearDrug()
+ initialize()
+ onChangeModel()
+ setListener()
- fireSearch()
}
}
namespace View.component {
class View.component.ConsultationPratitionnersView {
- pratitionners : VBox
- searchButton : Button
+ ConsultationPratitionnersView()
+ addPratitionner()
+ clearPratitionners()
+ initialize()
+ setListener()
- fireSearch()
}
}
namespace View.component {
class View.component.ConsultationRapportVisiteView {
- date : Label
- description : Label
- drugPresentations : HBox
- pratitionner : Label
- region : Label
+ ConsultationRapportVisiteView()
+ getConsultationRapportVisiteModel()
+ onRapportVisiteChange()
+ setConsultationRapportVisiteModel()
}
}
namespace View.component {
class View.component.ConsultationRapportVisitesView {
- consultationRapportVisitesListeners : Collection<ConsultationRapportVisitesListener>
- rapportVisites : VBox
- searchSubmit : Button
+ ConsultationRapportVisitesView()
+ addConsultationRapportVisitesListener()
+ getConsultationRapportVisitesModel()
+ getRouteListener()
+ initialize()
+ onRapportVisitesChange()
+ removeConsultationRapportVisitesListener()
+ setConsultationRapportVisitesModel()
+ setRouteListener()
- fireRequestConsultationRapportVisite()
- fireSearchSubmit()
}
}
namespace View.component {
class View.component.DrugPresentationResumeView {
- drugName : Label
+ DrugPresentationResumeView()
+ setDrugName()
}
}
namespace View.component {
class View.component.DrugResumeView {
- name : Label
+ DrugResumeView()
+ setName()
}
}
namespace View.component {
class View.component.LoginView {
- gsbLogin : TextField
- listeners : Collection<LoginListener>
- password : PasswordField
- submit : Button
+ LoginView()
+ addListener()
+ initialize()
+ removeListener()
- fireSubmit()
}
}
namespace View.component {
class View.component.MainView {
{static} + consultationDrugs : int
{static} + consultationPratitionners : int
{static} + consultationRapportVisite : int
{static} + consultationRapportVisites : int
{static} + login : int
{static} + newReport : int
+ MainView()
+ display()
+ getConsulatationDrugsView()
+ getConsultationPratitionnersView()
+ getConsultationReportView()
+ getConsultationReportsView()
+ getLoginView()
+ getMenuView()
+ getNewReportView()
+ initialize()
}
}
namespace View.component {
class View.component.MenuView {
- consulter : MenuItem
- drugs : MenuItem
- newReport : MenuItem
- pratitionners : MenuItem
+ MenuView()
+ getListener()
+ initialize()
+ onConsulterClick()
+ onNewReportClick()
+ setListener()
- onDrugsClick()
- onPraticionnersClick()
}
}
namespace View.component {
class View.component.VisitorPrationnerResumeView {
- name : Label
+ PrationnerResumeView()
+ setName()
}
}
namespace View.component {
class View.component.VisitorRapportVisiteResumeView {
- note : Label
- ouvrirRapport : Button
+ RapportVisiteResumeView()
+ setNote()
+ setOnOuvrirRapport()
}
}
namespace View.component {
class View.component.FormReportView {
~ pratitionnersIdName : Hashtable<Long, String>
~ selectedDrugIds : List<Long>
- date : DatePicker
- description : TextArea
- drugs : MenuButton
- pratitionners : ComboBox<Prationner>
- submit : Button
+ SaisirRapportVisiteView()
+ addDrug()
+ addPratitionners()
+ getDate()
+ getDescription()
+ getDrugIds()
+ getListener()
+ getPrationerId()
+ initialize()
+ onSubmit()
+ setListener()
}
}
View.component.ConsultationDrugsView .up.|> Listener.ConsultationDrugsModelListener
View.component.ConsultationDrugsView .up.|> javafx.fxml.Initializable
View.component.ConsultationDrugsView -up-|> javafx.scene.layout.AnchorPane
View.component.ConsultationDrugsView o-- Listener.ConsultationDrugsViewListener : listener
View.component.ConsultationPratitionnersView .up.|> javafx.fxml.Initializable
View.component.ConsultationPratitionnersView -up-|> javafx.scene.layout.AnchorPane
View.component.ConsultationPratitionnersView o-- Listener.ConsultationPratitionnerViewListener : listener
View.component.ConsultationRapportVisiteView .up.|> Listener.ConsultationRapportVisiteModelListener
View.component.ConsultationRapportVisiteView -up-|> javafx.scene.layout.VBox
View.component.ConsultationRapportVisiteView o-- Model.ConsultationRapportVisiteModel : consultationRapportVisiteModel
View.component.ConsultationRapportVisitesView .up.|> Listener.ConsultationRapportVisitesModelListener
View.component.ConsultationRapportVisitesView .up.|> javafx.fxml.Initializable
View.component.ConsultationRapportVisitesView -up-|> javafx.scene.layout.VBox
View.component.ConsultationRapportVisitesView o-- Model.ConsultationRapportVisitesModel : consultationRapportVisitesModel
View.component.ConsultationRapportVisitesView o-- Listener.RouteListener : routeListener
View.component.DrugPresentationResumeView -up-|> javafx.scene.layout.HBox
View.component.DrugResumeView -up-|> javafx.scene.layout.AnchorPane
View.component.LoginView .up.|> javafx.fxml.Initializable
View.component.LoginView -up-|> javafx.scene.layout.VBox
View.component.MainView .up.|> javafx.fxml.Initializable
View.component.MainView -up-|> javafx.scene.layout.BorderPane
View.component.MainView o-- View.component.ConsultationDrugsView : consultationDrugsView
View.component.MainView o-- View.component.ConsultationPratitionnersView : consultationPratitionnersView
View.component.MainView o-- View.component.ConsultationRapportVisiteView : consultationReportView
View.component.MainView o-- View.component.ConsultationRapportVisitesView : consultationReportsView
View.component.MainView o-- View.component.LoginView : loginView
View.component.MainView o-- View.component.MenuView : menuView
View.component.MainView o-- View.component.FormReportView : newReportView
View.component.MenuView .up.|> javafx.fxml.Initializable
View.component.MenuView -up-|> javafx.scene.control.MenuBar
View.component.MenuView o-- Listener.MenuListener : listener
View.component.VisitorPrationnerResumeView -up-|> javafx.scene.layout.AnchorPane
View.component.VisitorRapportVisiteResumeView -up-|> javafx.scene.layout.HBox
View.component.FormReportView .up.|> javafx.fxml.Initializable
View.component.FormReportView -up-|> javafx.scene.layout.VBox
View.component.FormReportView o-- Listener.NewReportListener : listener
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 |
a4b916442f8ca1e844ff31658c7f32abb0d54811 | 4da8d3dea8d3d93a5932ab3e2f3cdce618d04396 | /chatServer.plantuml | f93d31a908e5665fb505abc34a92b9f0f9e4ba51 | [
"MIT"
] | permissive | signofthefour/chatServer2 | b761fa544c5f3972bbf305942de034c705fcd249 | b0d7b919ee7475f8e86486de89264806f4abc316 | refs/heads/master | 2022-10-14T09:55:32.795035 | 2020-06-09T22:32:40 | 2020-06-09T22:32:40 | 268,006,340 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,181 | plantuml | @startuml
title __CHATSERVER's Class Diagram__\n
namespace database {
class database.AccountManager {
}
}
namespace database {
class database.DatabaseControl {
}
}
namespace database {
class database.MysqlUser {
}
}
namespace database {
class database.User {
}
}
namespace protocol {
class protocol.Message {
}
}
namespace protocol {
namespace request {
class protocol.request.Login {
}
}
}
namespace protocol {
namespace request {
interface protocol.request.Request {
}
}
}
namespace server {
class server.ChatClientHandler {
}
}
namespace server {
class server.ChatClientInHandler {
}
}
namespace server {
class server.ChatClientOutHandler {
}
}
namespace server {
class server.ChatServer {
}
}
namespace server {
class server.DirectMessage {
}
}
namespace server {
class server.GroupChat {
}
}
namespace server {
class server.Server {
}
}
database.DatabaseControl o-- database.AccountManager : accountManager
database.DatabaseControl o-- database.MysqlUser : mysqlUser
server.ChatClientHandler o-- server.ChatClientHandler.Output : chatOut
server.ChatClientHandler o-- server.ChatClientHandler.ChatQueue : chatQueue
server.ChatClientHandler o-- server.ChatServer : chatServer
server.ChatClientInHandler .up.|> java.lang.Runnable
server.ChatClientInHandler o-- server.ChatClientHandler : chatClientHandler
server.ChatClientOutHandler .up.|> java.lang.Runnable
server.ChatClientOutHandler o-- server.ChatClientHandler : client
server.ChatClientOutHandler o-- protocol.Message : message
server.ChatServer o-- server.ChatServer.ChatQueue : chatQueue
server.DirectMessage .up.|> java.lang.Runnable
server.DirectMessage o-- server.ChatServer : chatServer
server.DirectMessage o-- protocol.Message : message
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 | sequence |
8c1bb7c480daea06abbee58de4d0e37ac423a1e8 | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /Rendu/doc/javadoc/ch/tofind/commusica/utils/Logger.Level.puml | 8ace9b35590104b309f5baa41790262aa88e6139 | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 274 | puml | @startuml
enum Logger.Level {
[[Logger.Level.html]]
{static} +INFO
{static} +SEVERE
{static} +SUCCESS
{static} +WARNING
~color: Logger.ANSIColor
-Level(Logger.ANSIColor)
+toString(): String
}
@enduml
| false | true | false | false | class |
bf10a75fa89dcbcb56bcf07211d0f34a20904a85 | 880cacbe1934514641649ef669ae72634bde35c8 | /UML/DcPOJO.puml | fd143bf1b7a2113e590ac6723e261c97cbddb7e1 | [] | no_license | Sherif-IT/Zoo | 8a03a0fd6815130d5950d33bf3a709a73a7411ec | 2758d75792350ef265417164bbf2d6c3d022031f | refs/heads/main | 2023-03-11T20:43:25.498971 | 2021-02-16T01:45:40 | 2021-02-16T01:45:40 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 103 | puml |
@startuml
class AnimalPOJO{}
class GazellePOJO{}
AnimalPOJO o--"0:1" GazellePOJO:-gaz
@enduml | false | true | false | false | class |
b0f4bb8c2b0e461c1bae343acd844753582f7712 | 86a3a7f68a26bf947a96c34a6b008dc98e48c575 | /lapr2-2020-g041/docs/UC10/SD_calculateMeanP.puml | 2789dfe045e3962cdce9fc639ecd9235cd56310a | [
"MIT"
] | permissive | GJordao12/ISEP-LAPR2 | 7f01f7fe4036f17a4a76f0595e80564c2dda7b3c | 0c537d1cf57f627f98e42b6f1b7e100f49ff2d15 | refs/heads/master | 2023-08-17T10:59:19.469307 | 2021-10-02T16:27:19 | 2021-10-02T16:27:19 | 272,283,723 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,055 | puml | @startuml
autonumber
participant "org:Organization" as OR
participant "trans:PaymentTransactionList" as TLIST
participant "m_ListPay:List<PaymentTransaction>" as LIST
participant "transaction:PaymentTransaction" as TRA
participant "freel:Freelancer" as FREEL
participant "free:Freelancer" as FREE
[o-> OR: calculateMeanP(free)
activate OR
OR -> OR : paymentSum = 0
OR -> OR : cont = 0
OR -> OR : trans = getPaymentTransactionList()
OR -> TLIST : m_ListPay = getPaymentTransactions()
activate TLIST
deactivate TLIST
loop [ For each Transaction ]
OR -> LIST : transaction = get(i)
activate LIST
deactivate LIST
OR -> TRA : freel = getFreelancer()
activate TRA
deactivate TRA
OR -> FREEL : idFreel = getId()
activate FREEL
deactivate FREEL
OR -> FREE : idFree = getId()
activate FREE
deactivate FREE
opt [ idFree.equals(idFreel) ]
OR -> TRA : value = getValue()
activate TRA
deactivate TRA
OR -> OR : paymentSum = paymentSum + value
OR -> OR : sum++
end
end loop
OR -> OR : mean = paymentSum / cont
<-- OR : mean
deactivate OR
@enduml
| false | true | false | false | sequence |
382c7d46a4cc742068990f2f3c4a3e441144f87c | 9b4db5933b8160e7a3cfc12b937fa3fa42dbdd7b | /src/pers/caijx/composite/HashMap.puml | 51018e33e0facb38b8b1f9e1c7735c87e09a274a | [] | no_license | SmileCJX/DesignPattern | 73014d9bf34b52d4089a605e980e9ee8ee0558ba | 7c5b234d76efd424820e0b1a5521e885dd606bcd | refs/heads/master | 2020-08-05T08:35:19.258006 | 2019-12-03T01:25:06 | 2019-12-03T01:25:06 | 212,466,258 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 209 | puml | @startuml
class Client
interface Map
abstract class AbstractHashMap
class HashMap
AbstractHashMap ..|> Map
HashMap --|> AbstractHashMap
class Node
Node --* HashMap
Client ..> Map
Client ..> HashMap
@enduml | false | true | false | false | class |
7713de62ad3f6df5247ff327ec4c784e8a1107e3 | 431c585b08c9534476fc28636fde0734b6458756 | /documentation/simple_flow.puml | faebdbafb2dc1f30333781938d0d589b3a761a3f | [
"MIT"
] | permissive | cyberlis/hitbox | e40af59654e0623f54ec8a66fe99f6a6f9cd3761 | c9266124e544b9ed80934f2a171bf883e58931ac | refs/heads/master | 2023-07-19T09:59:02.106699 | 2021-09-15T19:00:51 | 2021-09-15T19:00:51 | 406,895,267 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,325 | puml | @startuml
'https://plantuml.com/sequence-diagram
participant GetUsers << (M,#ADD1B2) >>
participant "QueryCache<GetUsers>" << (M,#ADD1B2) >>
participant CacheActor
participant CacheBackend
participant DatabaseActor
== First request ==
autonumber 1
GetUsers -> "QueryCache<GetUsers>": into_cache()
activate "QueryCache<GetUsers>"
"QueryCache<GetUsers>" --> CacheActor: send()
activate CacheActor
CacheActor --> CacheBackend: send()
activate CacheBackend
CacheActor <-- CacheBackend:
deactivate CacheBackend
note right: No cached data found
CacheActor --> DatabaseActor: send()
activate DatabaseActor
CacheActor <-- DatabaseActor
deactivate DatabaseActor
note right: Return data from database
CacheActor --> CacheBackend: update_cache()
activate CacheBackend
CacheActor <-- CacheBackend
deactivate CacheBackend
CacheActor -> GetUsers: response
deactivate CacheActor
deactivate "QueryCache<GetUsers>"
== Second request ==
autonumber 1
GetUsers -> "QueryCache<GetUsers>": into_cache()
activate "QueryCache<GetUsers>"
"QueryCache<GetUsers>" --> CacheActor: send()
activate CacheActor
CacheActor --> CacheBackend: send()
activate CacheBackend
CacheActor <-- CacheBackend:
deactivate CacheBackend
note right: Return cached data
CacheActor -> GetUsers: response
deactivate CacheActor
deactivate "QueryCache<GetUsers>"
@enduml
| false | true | false | false | sequence |
d4020c524448f3232c6cab0855c9e9623ce0f55c | 5a010d81c1f1aac7af40aa372f47177cd0f01432 | /structure.puml | e50e2067a1ed2517093224d91ff6a6419c03656f | [
"MIT"
] | permissive | Christophe1997/seProxy | bda81a08db470a7001ce50906c9ccce5b0bbbdbd | a48ad438222f45e11b90c3b4a826982107a9199d | refs/heads/master | 2020-04-27T01:28:48.943406 | 2019-05-17T09:26:32 | 2019-05-17T09:26:32 | 173,966,852 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,759 | puml | @startuml
package seProxy.parser <<Frame>> {
class ParserWrapper {
init();
getParser();
}
}
package seProxy.rewriter <<Frame>> {
interface Rewriter {
rewrite();
}
}
package seProxy.security <<Frame>> {
package seProxy.security.cipher <<Frame>> {
interface KeyGenerable {
getBlockSize();
generateKey();
toKey();
generateIv();
}
interface SimpleCipher {
byte[] encrypt(plaintext, key);
byte[] decrypt(ciphertext, key);
}
interface IvCipher {
byte[] encrypt(plaintext, key, iv);
byte[] decrypt(ciphertext, key, iv);
}
interface OPECipher {
BigInteger encrypt(plaintext, key);
BigInteger decrypt(ciphertext, key);
BigInteger encrypt(plaintext, key, iv);
BigInteger decrypt(ciphertext, key, iv);
}
KeyGenerable <|-- SimpleCipher
KeyGenerable <|-- OPECipher
SimpleCipher <|-- IvCipher
}
interface SecurityScheme {
encrypt();
decrypt();
middleware();
}
SecurityScheme o-- seProxy.security.cipher
}
package seProxy.proxy <<Frame>> {
interface Middleware {
getColsFromTable();
getSpecificLevel();
getSpecificIv();
getSpecificKey();
adjustLevel();
initDatabase();
}
interface DataSourceManager {
executeUpdate();
getConnection();
printSQLException();
printSQLWarnings();
}
Middleware o-- DataSourceManager
}
SecurityScheme o-- Middleware
Middleware o-- seProxy.security.cipher
Rewriter o-- SecurityScheme
Rewriter o-- ParserWrapper
@enduml | false | true | false | false | class |
906928b110dcc112fe6458c807452de317892237 | 5bdc19e7ff1d6880ca51c600fb9edc3943a3c4b5 | /doc/plantuml/src/class_diagrams/tempotimer.puml | f2dcd789e9db9bb1d22a056f5e80f94ffe9f808d | [] | no_license | Warwolt/tr2k_drum_machine | 1a8e617137ed8c6d23856bf490c18f0067979564 | 430e9a3199b16807a6e88860d80c1ec4fd826fa9 | refs/heads/master | 2022-04-08T10:36:54.567422 | 2020-02-24T22:30:07 | 2020-02-24T22:30:07 | 192,423,856 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 713 | puml | @startuml
skinparam linetype ortho
title TempoTimer implementation
''' Class definitions '''
Package "Domain"
{
class PlaybackManager
{
}
interface TempoTimer
{
setTempo(bpm : Integer)
clearCounter()
start()
stop()
}
}
Package "Hardware Abstraction Layer"
{
class TempoTimer16Bit
{
}
interface Timer16Bit
{
setPeriod(Integer)
setPrescaler(PrescaleOption)
clearCounter()
start()
stop()
}
}
Package "Drivers"
{
class Timer1
{
setPeriod(Integer)
setPrescaler(PrescaleOption)
clearCounter()
start()
stop()
}
}
''' Class relations '''
PlaybackManager --> TempoTimer
TempoTimer <|.. TempoTimer16Bit
TempoTimer16Bit --> Timer16Bit
Timer16Bit <|.. Timer1
@enduml
| false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.