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
bf9b755726b71cbf9df2be3823459ae1d25d6873
0e12d47461298f9253ab27c8899c65265d93dbac
/doc/pic/src/boot.sag.puml
9901603826553e715bd924545ade60f55dba5f22
[ "Apache-2.0" ]
permissive
swcurran/von_base
4639736d67fe9ae3421b64ccc0323a121acff941
688040920ff8819810deec183ad107d36b0128df
refs/heads/master
2020-03-17T07:30:03.550082
2018-05-01T17:56:25
2018-05-01T17:56:25
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,106
puml
@startuml /' Copyright 2017-2018 Government of Canada - Public Services and Procurement Canada - buyandsell.gc.ca Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. '/ skinparam ParticipantPadding 20 skinparam BaloxPadding 20 title SRI Agent Boot Sequence box "Indy" #LightBlue participant "Ledger" as ledger endbox actor "Trust Anchor\n(Origin)\nAgent" as tag actor "Verifier/Issuer\n(SRI)\nAgent" as sag === BOOTSTRAP == note over ledger, sag Trust anchor agent service wrapper API is up endnote sag -> tag: get DID tag --> sag: trust anchor DID sag -> ledger: Look up own nym alt Nym present ledger --> sag: nym else Nym not present sag -[#blue]> tag: POST <agent-nym-send> tag -[#blue]> ledger: send Issuer nym ledger --[#blue]> tag: Issuer nym tag --[#blue]> sag: Issuer nym end sag -> ledger: Look up endpoint attribution alt Endpoint attribution present ledger --> sag: agent endpoint else Endpoint attribution not present sag -[#blue]> ledger: send agent endpoint ledger --[#blue]> sag: agent endpoint end loop for each schema that issuer originates bcrag -> ledger: look up schema alt Schema present ledger --> bcrag: schema else Schema not present bcrag -[#blue]> ledger: send schema ledger --[#blue]> bcrag: return schema end bcrag -> ledger: look up claim def alt Claim def present bcrag -> ledger: send claim definition else Schema not present bcrag -[#blue]> ledger: send claim def end ledger --> bcrag: return end @enduml
false
true
false
false
usecase
9de7544165943d6ccfc426d70ef51c5d576b5e6e
66189c5ec1fd3d87a5db4f281fb8eee547b62011
/com/zx/memento/game/game.puml
9a05d04af6752bf2161755fd13d756f12dbdf092
[]
no_license
Jcduhdt/DesignPattern
27168347a85ab79a0976d2ef3ce6e8687bd01ddd
501635e4eebba510ae3d1bb26ebfdaccf76beb8c
refs/heads/master
2021-02-17T20:03:58.951599
2020-03-15T08:34:11
2020-03-15T08:34:11
245,124,068
0
0
null
null
null
null
UTF-8
PlantUML
false
false
216
puml
@startuml class GameRole{ createMemento():Memento } class Memento{ vit:int def:int } class Caretaker{ createMemento:Memento } Client ..> GameRole Client ..> Memento GameRole ..> Memento Memento --o Caretaker @enduml
false
true
false
false
class
024649aaffa586667be1148e360d02147df56d98
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/Solution/Application-Orchestrator/Logical.puml
0c2c6eb4c1f2a9a8894165258e0e4e6c6ba9c2be
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
1,323
puml
@startuml package "Application Orchestrator" { interface "Application Orchestrator" { Application launchApplication(ServiceStack, Environment, Map config) rebalanceApplication(Application) } class ApplicationInstance { String state } class ServiceInstance { String state } ApplicationInstance *--> ServiceInstance } package "Cloud Broker" #lightgreen {} package "Provision Engine" #lightgreen {} package "Data Coordinator" #lightgreen {} package "Telemetry Bus SNAP" #pink {} package "Application Analyzer" #lightblue {} package "Application Manager" #lightblue {} package "Identity Manager" #lightgreen {} package "Environment Manager" #lightgreen { class Environment { } } package "Artifact Repository" #pink { class Application { } class Servicelet { } } Application *--> ApplicationInstance Servicelet o--> ServiceInstance ServiceInstance o--> Environment ApplicationInstance o--> Environment "Application Orchestrator" --> "Identity Manager" "Application Orchestrator" --> "Cloud Broker" "Application Orchestrator" --> "Provision Engine" "Application Orchestrator" --> "Data Coordinator" "Telemetry Bus SNAP" --> "Application Orchestrator" "Application Manager" --> "Application Orchestrator" "Application Analyzer" --> "Application Orchestrator" @enduml
false
true
false
false
class
b7c624843c44da624724e30ad47625472bdb787f
36039e95069f518ee58b74e340056476f0534815
/docs/diagrams/src/PNet_API_Processing.puml
6dcc0c3e16b212840616bf6bf6ed3d2ff16d9e04
[ "Apache-2.0" ]
permissive
gdmmanmeet/moh-eRx
fcb843649c104285c362c6a92197b958feda757b
0559af1a449e4813667f9a064cb5a2ce32da2839
refs/heads/master
2023-08-21T04:27:30.603090
2021-07-15T22:04:46
2021-07-15T22:04:46
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
860
puml
@startuml (*) --> "Validate Access Token" --> if "valid?" then --> [yes] "Check for Required Scope for this FHIR Resource" --> if "OAuth2 scope correct?" then --> [yes] "Check HL7-v2 Message Transaction by looking at MSH and Z-segment(s)" --> if "Is this a cofigured HL7-v2 message for this Resource?" then --> [yes] "Forward HL7-v2 Message to PharmaNet" --> "Return Response from PharmaNet Proxy" --> (*) else --> [no] "Return 401 Unauthorized" --> (*) endif else --> [no] "Return 401 Unauthorized" endif else --> [no] "Return 401 Unauthorized" --> (*) endif
false
true
false
false
activity
b6c0903cd6873dc25ae7929c5fa23173e51e283b
dfa53285f24d26e57315c21a9a23ff86c5b5ddce
/app/src/main/java/com/hyh/android_animation/propertyAnimator/Keyframe.puml
a41eb635072c3769b52208144738b630a58d2372
[ "Apache-2.0" ]
permissive
hyhdy/android-animation
b06ba2a91512a52ba15ce4a5c94cfc93f56c4d69
b0487c03d58afeee17a8db19ceef60a081117510
refs/heads/master
2020-05-09T20:48:33.060673
2019-10-23T15:56:13
2019-10-23T15:56:13
181,421,123
0
0
null
null
null
null
UTF-8
PlantUML
false
false
267
puml
@startuml abstract class Keyframe class ObjectKeyframe class IntKeyframe class FloatKeyframe Keyframe +-- ObjectKeyframe Keyframe <|-- ObjectKeyframe Keyframe +-- IntKeyframe Keyframe <|-- IntKeyframe Keyframe +-- FloatKeyframe Keyframe <|-- FloatKeyframe @enduml
false
true
false
false
class
e4f521997f080ea8ec82deb1e783785d02c5818f
2ed81bf10c4a7901707f9e14d8417906472f297f
/documentation/diagrams/diagram_sekwencji_logowanie.plantuml
76586ca1bbda7489f5a5ec4fbe23a65ebfe5d74d
[ "MIT" ]
permissive
TheVivent-Politechnika-Lodzka/io_webrpg
852d8b08208d2241e2b036fbee11cb661cb223a3
33df9f53f400deeb558e93f020216c28072aced6
refs/heads/main
2023-06-14T11:14:33.356773
2021-07-06T21:06:07
2021-07-06T21:06:07
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
555
plantuml
@startuml skinparam defaultFontName "Comic Sans MS" header webrpg.pl title "diagram sekwencji - logowanie" actor Player participant "sessionController" as SessionController database MongoDB as db Player -> SessionController : logowanie activate SessionController SessionController -> db : sprawdzanie danych logowania activate db db --> SessionController : status deactivate db alt sukces SessionController --> Player : stworzenie sesji else błąd SessionController --> Player : błąd deactivate SessionController end @enduml
false
true
true
false
sequence
3c5999bdc12144d0cb4b5faa4b88bd23b8e95606
c931fab627d76aac94f223642e63dc0f5358c800
/app/app.plantuml
6af702d13b7da7793bda365de299fce14a7e0292
[]
no_license
aflahtaqiu/tracki-android
842c78ad53d0717f51e094721150a6d8205e3a7a
6990d21cf21771cd1e5927e44564b06f4b2c8391
refs/heads/master
2020-04-15T02:03:17.136741
2019-01-06T12:02:17
2019-01-06T12:02:17
164,301,470
0
0
null
2019-01-06T11:40:37
2019-01-06T11:40:36
null
UTF-8
PlantUML
false
false
31,736
plantuml
@startuml title __APP's Class Diagram__\n package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class AboutTrackiActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.NavbarFragment { class AccountFragment { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class Advertisement { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class Advertisements { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { package com.example.aflah.tracki_master.Data.remote { package com.example.aflah.tracki_master.Data.remote.API { class ApiClient { } } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { package com.example.aflah.tracki_master.Data.remote { package com.example.aflah.tracki_master.Data.remote.API { interface ApiInterface { } } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Retrofit { interface ApiRequest { } } } package com.example.aflah.tracki_master { class App { } } package com.example.aflah.tracki_master { class BuildConfig { } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Adapter { class CarouselDetailTokoAdapter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class Category { } } } package com.example.aflah.tracki_master { class DateDialog { } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class DetailMenuActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface DetailMenuContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class DetailMenuPresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class DetailPromoActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface DetailPromoContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class DetailPromoPresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { package com.example.aflah.tracki_master.Data.remote { class DetailPromoRemoteDataSource { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class DetailPromoRepository { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface DetailPromoSource { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Adapter { class DetailTokoAdapter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface DetailTokoContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class DetailTokoFragment { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class DetailTokoPresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Adapter { class DetailTokoViewPagerAdapter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class EditProfilActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface EditProfilContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class EditProfilePresenter { } } } package com.example.aflah.tracki_master { class ExampleInstrumentedTest { } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class ForgotPasswordActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface ForgotPasswordContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class ForgotPasswordPresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class Galery { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class HasilSearchProductActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Adapter { class HasilSearchProductAdapter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface HasilSearchProductContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class HasilSearchProductPresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class HasilSearchStoreActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Adapter { class HasilSearchStoreAdapter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface HasilSearchStoreContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class HasilSearchStorePresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.NavbarFragment { class HomeFragment { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Auth { interface ILogin { } } } package com.example.aflah.tracki_master { class Injection { } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Adapter { class ListMakananAdapter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Adapter { class ListMinumanAdapter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Adapter { class ListPromotionAdapter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Adapter { class ListSavePromoAdapter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Auth { class LoginActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Auth { interface LoginContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Auth { class LoginPresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface MakananContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class MakananFragment { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class MakananPresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface MinumanContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class MinumanFragment { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class MinumanPresenter { } } } package com.example.aflah.tracki_master { class NavigationActivity { } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class PivotPromo { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class PivotReview { } } } package com.example.aflah.tracki_master { class PreferenceManager { } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class Product { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { package com.example.aflah.tracki_master.Data.remote { class ProductRemoteDataSource { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class ProductRepository { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface ProductSource { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class PrologActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class PromoFragment { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class Promotion { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface PromotionContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class PromotionPresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { package com.example.aflah.tracki_master.Data.remote { class PromotionRemoteDataSource { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class PromotionRepository { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface PromotionSource { } } } package com.eyro.cubeacon { class R { } } package com.google.android.gms.auth { package com.google.android.gms.auth.api { class R { } } } package com.squareup.picasso { class R { } } package com.google.android.gms.tasks { class R { } } package android.support.design { class R { } } package android.support.graphics.drawable { class R { } } package com.facebook { class R { } } package android.support.mediacompat { class R { } } package com.facebook { package com.facebook.messenger { class R { } } } package android.support.fragment { class R { } } package com.google.android.gms.auth { package com.google.android.gms.auth.api { package com.google.android.gms.auth.api.phone { class R { } } } } package com.facebook { package com.facebook.login { class R { } } } package android.support.customtabs { class R { } } package android.support.v7.recyclerview { class R { } } package com.facebook { package com.facebook.applinks { class R { } } } package com.facebook { package com.facebook.places { class R { } } } package me.omidh.ripplevalidatoredittext { class R { } } package android.support.compat { class R { } } package com.example.aflah.tracki_master { class R { } } package android.arch.lifecycle { package android.arch.lifecycle.viewmodel { class R { } } } package android.support.multidex { class R { } } package android.support.v7.cardview { class R { } } package android.arch.lifecycle { package android.arch.lifecycle.livedata.core { class R { } } } package com.facebook { package com.facebook.common { class R { } } } package android.support.coreui { class R { } } package android.arch.core { class R { } } package de.hdodenhof.circleimageview { class R { } } package android.support.coreutils { class R { } } package android.support.transition { class R { } } package android.support.v7.appcompat { class R { } } package android.support.graphics.drawable { package android.support.graphics.drawable.animated { class R { } } } package android.arch.lifecycle { class R { } } package com.google.android.gms.auth { class R { } } package org.altbeacon.beacon { class R { } } package com.facebook { package com.facebook.core { class R { } } } package cn.pedant.SweetAlert { class R { } } package com.facebook { package com.facebook.share { class R { } } } package android.support.v4 { class R { } } package com.wajahatkarim3.easyvalidation.core { class R { } } package com.pnikosis.materialishprogress { class R { } } package android.support.constraint { class R { } } package com.google.zxing.client.android { class R { } } package com.google.android.gms.common { class R { } } package com.facebook { package com.facebook.marketing { class R { } } } package com.google.android.gms.base { class R { } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class RegisterActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface RegisterContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class RegisterPresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseAddReview { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseDeletePromo { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseDetailToko { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseForgotPassword { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseLogin { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseLogout { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseProductById { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponsePromotionById { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseRedeemPromotion { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseRegister { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseSearchNameProduct { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseSearchNameStore { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseSearchProduct { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseTokoByUID { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { package com.example.aflah.tracki_master.Model.Response { class ResponseUserById { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Retrofit { class RetroServer { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Adapter { class ReviewAdapter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { package com.example.aflah.tracki_master.Data.remote { class ReviewRemoteDataSource { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class ReviewTokoActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface ReviewTokoContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class ReviewTokoPresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class ReviewTokoRepository { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface ReviewTokoSource { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class Reviewer { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class SearchName { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class SplashScreen { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class Store { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { package com.example.aflah.tracki_master.Data.remote { class StoreRemoteDataSource { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class StoreRepository { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface StoreSource { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class StoreType { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.View { class TokoActivity { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Contract { interface TokoContract { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Presenter { class TokoPresenter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Adapter { class TokoTerdekatAdapter { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class User { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Model { class UserLogin { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { package com.example.aflah.tracki_master.Data.remote { class UserRemoteDataSource { } } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class UserRepository { } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface UserSource { } } } package com.example.aflah.tracki_master { class setting { } } AboutTrackiActivity -up-|> AppCompatActivity AccountFragment -up-|> Fragment AccountFragment o-- UserLogin : userLogin AccountFragment o-- ListSavePromoAdapter : listSavePromoAdapter Advertisement o-- Store : store App -up-|> BootstrapNotifier App -up-|> Application CarouselDetailTokoAdapter -up-|> PagerAdapter DateDialog -up-|> OnDateSetListener DateDialog -up-|> DialogFragment DetailMenuActivity -up-|> view DetailMenuActivity -up-|> AppCompatActivity DetailMenuActivity o-- DetailMenuPresenter : presenter DetailMenuPresenter -up-|> presenter DetailMenuPresenter o-- ProductRepository : productRepository DetailMenuPresenter o-- view : view DetailPromoActivity -up-|> view DetailPromoActivity -up-|> AppCompatActivity DetailPromoActivity o-- UserLogin : userLogin DetailPromoActivity o-- DetailPromoPresenter : presenter DetailPromoPresenter -up-|> presenter DetailPromoPresenter o-- DetailPromoRepository : detailPromoRepository DetailPromoPresenter o-- view : view DetailPromoRemoteDataSource -up-|> DetailPromoSource DetailPromoRemoteDataSource o-- ApiInterface : apiInterface DetailPromoRepository -up-|> DetailPromoSource DetailPromoRepository o-- DetailPromoRemoteDataSource : detailPromoRemoteDataSource DetailTokoAdapter -up-|> Adapter DetailTokoAdapter o-- Store : store DetailTokoFragment -up-|> view DetailTokoFragment -up-|> Fragment DetailTokoFragment o-- OnFragmentInteractionListener : mListener DetailTokoFragment o-- DetailTokoAdapter : adapter DetailTokoFragment o-- Store : store DetailTokoFragment o-- DetailTokoPresenter : presenter DetailTokoPresenter -up-|> presenter DetailTokoPresenter o-- StoreRepository : storeRepository DetailTokoPresenter o-- view : view DetailTokoViewPagerAdapter -up-|> FragmentPagerAdapter EditProfilActivity -up-|> OnClickListener EditProfilActivity -up-|> view EditProfilActivity -up-|> Activity EditProfilActivity o-- UserLogin : userLogin EditProfilActivity o-- EditProfilePresenter : presenter EditProfilePresenter -up-|> presenter EditProfilePresenter -up-|> Activity EditProfilePresenter o-- UserRepository : userRepository EditProfilePresenter o-- view : view ForgotPasswordActivity -up-|> view ForgotPasswordActivity -up-|> AppCompatActivity ForgotPasswordActivity o-- ForgotPasswordPresenter : presenter ForgotPasswordPresenter -up-|> presenter ForgotPasswordPresenter o-- UserRepository : userRepository ForgotPasswordPresenter o-- view : view HasilSearchProductActivity -up-|> view HasilSearchProductActivity -up-|> Activity HasilSearchProductActivity o-- HasilSearchProductAdapter : hasilSearchProductAdapter HasilSearchProductActivity o-- HasilSearchProductPresenter : presenter HasilSearchProductAdapter -up-|> Adapter HasilSearchProductPresenter -up-|> presenter HasilSearchProductPresenter o-- ProductRepository : productRepository HasilSearchProductPresenter o-- view : view HasilSearchStoreActivity -up-|> view HasilSearchStoreActivity -up-|> Activity HasilSearchStoreActivity o-- HasilSearchStoreAdapter : hasilSearchStoreAdapter HasilSearchStoreActivity o-- HasilSearchStorePresenter : presenter HasilSearchStoreAdapter -up-|> Adapter HasilSearchStorePresenter -up-|> presenter HasilSearchStorePresenter o-- StoreRepository : storeRepository HasilSearchStorePresenter o-- view : view HomeFragment -up-|> OnCubeaconUpdated HomeFragment -up-|> OnItemClickListener HomeFragment -up-|> OnRefreshListener HomeFragment -up-|> OnItemSelectedListener HomeFragment -up-|> Fragment HomeFragment o-- TokoTerdekatAdapter : tokoTerdekatAdapter HomeFragment o-- OnFragmentInteractionListener : mListener ListMakananAdapter -up-|> Adapter ListMinumanAdapter -up-|> Adapter ListPromotionAdapter -up-|> Adapter ListSavePromoAdapter -up-|> Adapter LoginActivity -up-|> OnClickListener LoginActivity -up-|> ILogin LoginActivity -up-|> Activity MakananFragment -up-|> view MakananFragment -up-|> Fragment MakananFragment o-- OnFragmentInteractionListener : mListener MakananFragment o-- ListMakananAdapter : adapter MakananFragment o-- MakananPresenter : presenter MakananPresenter -up-|> presenter MakananPresenter o-- ProductRepository : productRepository MakananPresenter o-- view : view MinumanFragment -up-|> view MinumanFragment -up-|> Fragment MinumanFragment o-- ListMinumanAdapter : adapter MinumanFragment o-- OnFragmentInteractionListener : mListener MinumanFragment o-- MinumanPresenter : presenter MinumanPresenter -up-|> presenter MinumanPresenter o-- ProductRepository : productRepository MinumanPresenter o-- view : view NavigationActivity -up-|> OnNavigationItemSelectedListener NavigationActivity -up-|> OnFragmentInteractionListener NavigationActivity -up-|> CBRangingListener NavigationActivity -up-|> CBServiceListener NavigationActivity -up-|> AppCompatActivity NavigationActivity o-- HomeFragment : homeFragment NavigationActivity o-- AccountFragment : accountFragment NavigationActivity o-- PromoFragment : promoFragment NavigationActivity o-- OnCubeaconUpdated : mOnCubeaconUpdated PreferenceManager -up-|> AppCompatActivity Product o-- Category : category ProductRemoteDataSource -up-|> ProductSource ProductRemoteDataSource o-- ApiInterface : apiInterface ProductRepository -up-|> ProductSource ProductRepository o-- ProductRemoteDataSource : productRemoteDataSource PrologActivity -up-|> AppCompatActivity PrologActivity o-- MyViewPagerAdapter : myViewPagerAdapter PrologActivity o-- PreferenceManager : prefManager PromoFragment -up-|> view PromoFragment -up-|> Fragment PromoFragment o-- ListPromotionAdapter : listPromotionAdapter PromoFragment o-- PromotionPresenter : presenter PromoFragment o-- OnFragmentInteractionListener : mListener Promotion o-- PivotPromo : pivot Promotion o-- Store : store PromotionPresenter -up-|> presenter PromotionPresenter o-- PromotionRepository : promotionRepository PromotionPresenter o-- view : view PromotionRemoteDataSource -up-|> PromotionSource PromotionRemoteDataSource o-- ApiInterface : apiInterface PromotionRepository -up-|> PromotionSource PromotionRepository o-- PromotionRemoteDataSource : promotionRemoteDataSource RegisterActivity -up-|> OnClickListener RegisterActivity -up-|> view RegisterActivity -up-|> AppCompatActivity RegisterActivity o-- RegisterPresenter : presenter RegisterPresenter -up-|> presenter RegisterPresenter o-- UserRepository : userRepository RegisterPresenter o-- view : view ResponseAddReview o-- Store : store ResponseDetailToko o-- Store : store ResponseLogin o-- UserLogin : userLogin ResponseProductById o-- Product : product ResponsePromotionById o-- Promotion : promotion ResponseRedeemPromotion o-- User : user ResponseRegister o-- UserLogin : user ResponseUserById o-- User : user ReviewAdapter -up-|> Adapter ReviewRemoteDataSource -up-|> ReviewTokoSource ReviewRemoteDataSource o-- ApiInterface : apiInterface ReviewTokoActivity -up-|> OnClickListener ReviewTokoActivity -up-|> view ReviewTokoActivity -up-|> AppCompatActivity ReviewTokoActivity o-- ReviewAdapter : reviewAdapter ReviewTokoActivity o-- ReviewTokoPresenter : presenter ReviewTokoPresenter -up-|> presenter ReviewTokoPresenter o-- ReviewTokoRepository : reviewTokoRepository ReviewTokoPresenter o-- view : view ReviewTokoRepository -up-|> ReviewTokoSource ReviewTokoRepository o-- ReviewRemoteDataSource : reviewRemoteDataSource Reviewer o-- PivotReview : pivot SplashScreen -up-|> AppCompatActivity Store o-- StoreType : store_type StoreRemoteDataSource -up-|> StoreSource StoreRemoteDataSource o-- ApiInterface : apiInterface StoreRepository -up-|> StoreSource StoreRepository o-- StoreRemoteDataSource : storeRemoteDataSource TokoActivity -up-|> OnFragmentInteractionListener TokoActivity -up-|> OnFragmentInteractionListener TokoActivity -up-|> OnFragmentInteractionListener TokoActivity -up-|> view TokoActivity -up-|> AppCompatActivity TokoActivity o-- DetailTokoViewPagerAdapter : detailTokoViewPagerAdapter TokoActivity o-- CarouselDetailTokoAdapter : carouselDetailTokoAdapter TokoActivity o-- TokoPresenter : presenter TokoPresenter -up-|> presenter TokoPresenter o-- StoreRepository : storeRepository TokoPresenter o-- view : view TokoTerdekatAdapter -up-|> Adapter UserRemoteDataSource -up-|> UserSource UserRemoteDataSource o-- ApiInterface : apiInterface UserRepository -up-|> UserSource UserRepository o-- UserRemoteDataSource : userRemoteDataSource setting -up-|> AppCompatActivity 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
7fa1bf614510afea1dcceaa985141003254ae65c
564e8c1810c4c7cae58332e369289129185a1bb4
/Entwurf/PlantUML/ClassDiagrams/MVC/Model.puml
85cafbe1e9634868bce0c71713ec99d76112b4c4
[]
no_license
JonaEnz/pse-airquality-1
e1e23bce8330949fabb822dcf4ac3ab70aac5ca7
b7d69bd0f4c9a749e9755196c77a92335949c2b0
refs/heads/master
2022-12-14T03:04:53.259309
2020-09-06T18:54:30
2020-09-06T18:54:30
262,756,089
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,398
puml
@startuml Model namespace Model { Feature --> Position Feature --> Scale MapPin --> Position Viewport --> Position Observation --> Feature Observation --> Position Observation --> ObservationStation ObservationStation --> Feature ObservationStation --> Position Scale --> Color Polygon --> ObservationStation class FrostResult<T> { constructor(res : T, success : boolean, err? : string) result : T success : boolean errorMessage : string } class Polygon { + constructor(color : Color, stations : ObservationStation[]) .. + getColor() : Color + setColor(color : Color) + getStations() : ObservationStation[] } class MapPin { +constructor(id: string, position: Position, vaule: number,color: Color) .. + getPosition() : Position + setPosition(position : Position) : void + getValue() : number + getStationId() : string + getColor() : Color } class Viewport { + constructor(center: Position, zoom: number) .. + getCenter() : Position + getZoom() : number + getRadius() : number .. + setCenter(position : Position) : void + setZoom(zoom : number) : void } class ObservationStation { - id : string - name : string - description : string - position : Position - availableFeatures : Feature[] + constructor(id: string, name: string, description: string, position: Position, features : Feature[]) + getId() : string + getName() : string + getDescription() : string + getPosition() : Position + getFeatures() : Feature[] + <<async>> getDiagrams() : Promise<DetailPage.Diagram[]> + hasFeature(feature : Feature) : Boolean } class Observation { - observationStation : ObservationStation - feature : Feature - value : number - timestamp : Date + constructor(observationStation: ObservationStation, feature: Feature, date: Date, value: number) + getObservationStation() : ObservationStation + getFeature() : Feature + getValue() : number + getTimeStamp() : Date } enum Timespan { LAST_YEAR, LAST_3_MONTHS, LAST_MONTH, LAST_WEEK, LAST_3_DAYS, TODAY, } class Position { - latitude : number - logitude : number + constructor(latitude: number, longitude: number) + getCoordinates(): [lat : number, lng: number] + getLatitude(): number + getLongitude(): number + toString(): string } class Feature { - id : number - nameId : string - descriptionId : string - scale : Scale - relatedWeblinkId : string - limit: number - unitOfMeasurement: string - drawableDiagramIds: string[] + constructor(id : string, nameId : string, descriptionId : string, relatedWeblinkId : string, scale : Scale, drawableDiagramIds: string[], limit: number, unitOfMeasurement: string) + getID(): number + getName(): string + getDescription(): string + getRelatedScale(): Scale + getRelatedWeblink(): string + <<async>> getDrawableDiagrams(observationStation: ObservationStation): Promise<DetailPage.Diagram[]> + getLimit(): number + getUnitOfMeasurement(): string + isLimitExeeded(observation: Observation): boolean } class Color { {static} + readonly GREEN = "#50EE70" {static} + readonly LIGHTGREEN = "#AAFF55" {static} + readonly YELLOW = "#FFFF00" {static} + readonly ORANGE = "#FFA500" {static} + readonly RED = "#FF0000" {static} + readonly WHITE = "#FFFFFF" {static} + readonly BLACK = "#000000" {static} + readonly PRIMARY {static} + readonly SECONDARY + constructor(r: number, g: number, b: number) + constructor(hex: string) + getRGB() : [number, number, number] + getHex() : string } class Scale { + constructor(linearTransition: boolean, colors : {number, string}[]) + getColor(value : number) : Color } } @enduml
false
true
false
false
class
f1c37df9ae65deddaaf4f57e450c2e46f08fd2bd
45d81f7c3a8d193661421c5b65b6785a933884cc
/ClassDiagram.puml
269bb6aae2d84984b69cd4ea26e3daeaa79314ec
[]
no_license
ar-kaleta/HarmonySearchAlgorithm
df3dcd2887c08addfdaee80e168082b1a7372468
89ef3a50bf81a2bd9a55c799f8c696dd6b46fc2d
refs/heads/master
2020-09-07T03:45:03.870354
2020-07-30T05:21:54
2020-07-30T05:21:54
220,646,276
1
1
null
null
null
null
UTF-8
PlantUML
false
false
2,504
puml
@startuml hide empty members class Harmony{ + notes + val_of_object_fun + init(self, opt_problem) } class HarmonyMemory{ + harmonies: List[Harmony] + init(self, num_of_rows, opt_problem) + index(self, value_to_find, note_index, gain) + max_note_index(self) } class Tsp{ + data + distance + init(self) + calculate_obj_function(self, harmony) + generate_dec_variable(self, new_harmony) + take_dec_variable_hm(self, harmony_memory, new_harmony, note_index) + pitch adj_mechanism(self, harmony_memory, new_harmony, new_note, note_index, hm_bandwidth) + complete_harmony(self) + visualise_solution(self, harmony) + is_harmony_complete(self) + exchange_solution(self, worst_hm_obj_fun, new_sol_obj_fun) + reverse_sort(self) } class Kp{ + data + capacity + available_cap + init(self, capacity) + calculate_obj_function(self, harmony) + generate_dec_variable(self, new_harmony) + take_dec_variable_hm(self, harmony_memory, new_harmony, note_index) + pitch adj_mechanism(self, harmony_memory, new_harmony, new_note, note_index, hm_bandwidth) + complete_harmony(self) + visualise_solution(self, harmony) + is_harmony_complete(self) + exchange_solution(self, worst_hm_obj_fun, new_sol_obj_fun) + reverse_sort(self) } interface OptimizationProblem{ {abstract} + calculate_obj_function(self, harmony) {abstract} + generate_dec_variable(self, new_harmony) {abstract} + take_dec_variable_hm(self, harmony_memory, new_harmony, note_index) {abstract} + pitch adj_mechanism(self, harmony_memory, new_harmony, new_note, note_index, hm_bandwidth) {abstract} + complete_harmony(self) {abstract} + visualise_solution(self, harmony) {abstract} + is_harmony_complete(self) {abstract} + exchange_solution(self, worst_hm_obj_fun, new_sol_obj_fun) {abstract} + reverse_sort(self) } class OutputData{ + obj_functions + iterations + path_to_data + init(path) + add_data(self, iteration, obj_function) + data_to_xls(self) + plot_data(self) } OptimizationProblem <|-- Tsp OptimizationProblem <|-- Kp HarmonyMemory o-- Harmony Harmony <.. OptimizationProblem : uses note "harmony_search_algorithm(num_of_rows_hm, num_of_iterations, hm_considering_rate, hm_pitch_adjusting_rate, hm_bandwidth, opt_problem, out_data, expected_value)" as alg alg <.. OptimizationProblem : uses alg <.. HarmonyMemory : uses alg <.. OutputData : uses @enduml
false
true
false
false
class
695ebf5e67564d1d032a3d85fc2a40b01154d6c4
ae504f896ab36d7486f7751744b523b93b54602c
/02DierentuinV0.2/sequence.plantuml
aa5714e5b7b78f4c79cbd5f386ccf4001b995293
[]
no_license
daniel1890/CSharpRepo1
345c4bbfffddba22d70dcae9e4e151b128d3639a
ddd2b6d729d46e8ef15ef0a07f46417d651673b3
refs/heads/main
2023-03-07T11:05:13.118525
2021-02-24T23:27:07
2021-02-24T23:27:07
341,586,077
0
0
null
null
null
null
UTF-8
PlantUML
false
false
958
plantuml
@startuml Abstract Class Dier { + string Naam + int AantalLedematen } Interface IDierBasisPropsWritable { + int AantalLedematen {set;} + string Naam {set;} } Interface IDierBasisPropsReadable { + int AantalLedematen {get;} + string Naam {get;} } Class Tijger { } Class Vis { } Class Vogel { } Class Jungle { + List<Tijger> Tijgers } Class Aquarium { + List<Vis> Vissen } Class Vogelkooi { + List<Vogel> Vogels } Class Dierentuin { + Jungle JungleZone + Aquarium AquariumZone + Vogelkooi VogelkooiZone } Tijger --> Dier : is een Vis --> Dier : is een Vogel --> Dier : is een Dier ..> IDierBasisPropsWritable : implementeert Dier ..> IDierBasisPropsReadable : implementeert Jungle o-- Tijger : bevat Vogelkooi o-- Vogel : bevat Aquarium o-- Vis : bevat Dierentuin *-- Jungle : bestaat uit Dierentuin *-- Aquarium : bestaat uit Dierentuin *-- Vogelkooi : bestaat uit @enduml
false
true
false
false
sequence
277bbd32be262a847277404e8300dcdbb4f1bd71
e9bc38b4d51e587eac6324a03d56acc87540b654
/dsl/documentation/ansible/uml/metamodel KB/loop.puml
c2905d551db2e884e2f4afdb5af1a465c3804a01
[ "Apache-2.0" ]
permissive
SODALITE-EU/ide
7c97d121cecc7d7c23e56e75c9f30491867e1819
f9e9f9513af467881b9898cf4282a5f427f4251e
refs/heads/master
2023-08-30T23:41:32.331505
2022-05-15T20:14:46
2022-05-15T20:14:46
225,427,488
7
4
Apache-2.0
2023-09-01T14:52:01
2019-12-02T17:07:27
Java
UTF-8
PlantUML
false
false
533
puml
@startuml object Loop object LoopOverList { loop_list : ValuePassed ? loop_control : LoopControl } object Until { ? until_condition : JinjaExpressionEvaluationWithoutBrackets ? retries : NumberPassed ? delay : NumberPassed } object WithLookUp { lookup : String with_list : ValuePassed } Loop <|-- LoopOverList Loop <|-- Until Loop <|-- WithLookUp object LoopControl { ? label : ValuePassed ? pause : NumberPassed ? index_var : IndexOrLoopVariable ? loop_var : IndexOrLoopVariable ? extended : BooleanPassed } @enduml
false
true
false
false
sequence
260c2a808a5f0f3f9e6e7e1d7e6a4dc5b5f32e6b
5635c597a38479879c55c4594c8b09877ef1102b
/src/main/java/org/hfeng/book/dpj/ch2/adapter/deletage/abstract-delegate.puml
db5f53a777deddbc69422a28722ab9fff5045a0c
[]
no_license
harrifeng/java-in-action
6c4d49f51634e5397606690710331438e4835a9f
e9b88ecf2fd2033e1848234c770fb3967fb1ec9d
refs/heads/master
2020-11-26T18:31:08.066713
2015-05-19T01:04:17
2015-05-19T01:04:17
23,460,887
0
0
null
null
null
null
UTF-8
PlantUML
false
false
318
puml
@startuml Abstract class Target { +void printWeak() +void printStrong() } class Adaptee { +void showWithParen() +void showWithAster() } class Adapter extends Target { -Banner banner; +void printWeak(); +void printStrong(); } class Main Main --> Target : Uses Adapter o-- Adaptee @enduml
false
true
false
false
sequence
327229b0940e010c1d7ae46c29a3b8b64c69110e
a35feffea5eb1644a77d0c703a4634053a9a8bec
/resources/account-creation-service.puml
feddf3c46605104470deb834d5e73c2b35d3159a
[ "MIT" ]
permissive
gklijs/open-bank-mark
b0c7541cc69b723477afbf246b563e875c6bd159
d674dddbf0e04aa9253f1e131d9049275d5b7bdc
refs/heads/master
2020-05-27T08:13:48.866357
2019-10-28T21:04:17
2019-10-28T21:04:17
188,541,746
5
3
MIT
2019-10-24T23:02:45
2019-05-25T08:38:52
Clojure
UTF-8
PlantUML
false
false
688
puml
@startuml title Account creation service package "nl.openweb.graphql-endpoint.money-transfer-service.clj" as ts #Yellow { database account as ac #LightBlue component producer as p component consumer as c } [Kafka cluster] as kc #Orange actor client as cl component "schema-provider" as sp #Yellow ac -> p :make request using uuid c <-- kc :consumes\lAccountCreationConfirmed\nand\nAccountCreationFailed cl <-l-> sp :request account\lusing server\nneeds token and iban ac <-- sp :if the username\lalready exists\nchecks the password\notherwise insert\nwith new uuid p -> kc :produces\lConfirmAccountCreation c ---> sp :send AccountResult\nfor active subscriptions @enduml
false
true
false
false
sequence
f2aa13d92f3564394830e21e2a8e7c5d365f20d3
5b9092e6cb6760e2471483e438520451f408511e
/doc/2_sprint/diagrams/puml/class/global.puml
5383c8fcef442a0f94a319b897c1ce7f664e2028
[]
no_license
Reynault/ACL_2019_Zelpop
ac8be33233a78ecb010ffc7c3135031dfece3dd6
0edbfabd698ac2ef2e16e5cf70f41d8f9a310219
refs/heads/master
2020-08-15T14:32:19.385568
2019-12-10T16:59:19
2019-12-10T16:59:19
215,357,337
2
0
null
null
null
null
UTF-8
PlantUML
false
false
3,521
puml
@startuml class ZelpopGame{ + setState(state: State) } package state{ interface GameState{ + draw(image: BufferedImage) + evolve(game: Game, commande: Cmd) } class InGame{ - dungeon: Dungeon + draw(image: BufferedImage) + evolve(game: Game, commande: Cmd) } class Menu{ + draw(image: BufferedImage) + evolve(game: Game, commande: Cmd) } } interface Game{ } package dungeon{ class Dungeon{ - nbMaze: int + moveHero(Cmd d) + generateMaze() + generateMaze(File Filename) + attack() + updateAll() + draw() + changeLevel() } class Maze{ - toDrawEntity: List<Entity> - toDrawTile: List<Tile> + Maze(List<Tile> tiles, List<Entity> entities) + draw() + moveEntity(Entity e, Cmd d) + moveEntity(Entity e) + attack() + killEntity(killed: Entity, by: Entity) + getEntity(x: int, y: int): Entity + canMove(Entity e, Tile t): boolean + removeEntity(e: Entity) + getChestScore(): int + isFinished(): boolean } package scoring{ class Scoring{ } note left: Class diagram of scoring } package tile{ class Tile{ } note left: Class diagram of tiles } package entity{ abstract Entity{ } note left: Class diagram of entities } package mazeFactory{ interface MazeFactory{ + {static} getMaze(): Maze + {static} getMaze(File fileName) + {static} getRandomMaze() } } } class ZelpopPainter{ } class TextureFactory{ + {static}getMonster() + {static}getHero() + {static}getEmptyTile() + {static}getWall() + {static}getTrap() + {static}getTreasure() + {static}getStairs() } package sprite{ abstract SpriteManager{ + currentSprite: int + SpriteSheet: Image + SpriteManager(Image sprite) + {abstract} setSprite(Cmd direction) + {abstract} getCurrentSprite(): Image } class SpriteManagerHero{ + setSprite(Cmd direction) + getCurrentSprite(): Image } class SpriteManagerMonster{ + setSprite(Cmd direction) + getCurrentSprite(): Image } class SpriteManagerTile{ + setSprite(Cmd direction) + getCurrentSprite(): Image } } SpriteManagerHero --|> SpriteManager SpriteManagerMonster --|> SpriteManager SpriteManagerTile --|> SpriteManager package global{ class GlobalSprite{ + {static} get8Sprite():int + {static} get16Sprite():int } class Position{ + {final} x: int + {final} y: int + {final} direction: Cmd + getX(): int + getY(): int + getDirection(): Cmd } } package engine{ enum Cmd{ LEFT RIGHT UP DOWN IDLE ATTACK LEAVE_LEVEL } } Dungeon "1" --> "*" Maze: -maze Dungeon "1" --> "1" MazeFactory: -mazeFactory Maze "1" --> "*" Tile: -tiles Maze "1" --> "*" Entity: -entities ZelpopGame ..|> Game ZelpopGame --> "1" Dungeon: -dungeon ZelpopPainter --> "1" ZelpopGame: - game Dungeon "1" --> "1" Entity : -hero Tile --> "1" SpriteManager Entity --> "1" SpriteManager InGame ..|> GameState Menu ..|> GameState Maze --> "1" Scoring: - scoring ZelpopGame --> "1" GameState: - state @enduml
false
true
false
false
sequence
23e2eff8256f49edb621016f8fafd1871e08eb59
f003754eaff1a7235348409b9f1719db5a01f1fd
/samples/extensions.puml
2b0cb3be28f5283868bccbc2a04326d1f7a6a4c3
[ "MIT" ]
permissive
johthor/DomainStory-PlantUML
30ad2f3faac742c477a5dcf44d2234acb7c64338
025a2444a06680a7babeec64de51910d1037e22a
refs/heads/main
2022-05-04T20:06:55.732440
2022-04-18T20:16:15
2022-04-18T20:16:15
244,016,348
54
4
null
null
null
null
UTF-8
PlantUML
false
false
855
puml
@startuml !include https://raw.githubusercontent.com/johthor/DomainStory-PlantUML/main/domainStory.puml '!include ../domainStory.puml ' Actors !include <material/store> !unquoted procedure Merchant($name, $label = "", $color = "", $scale = "", $note = "") Actor("Merchant", "$ma_store", $name, $label, $color, $scale, $note) !endprocedure !include <material/crown> !unquoted procedure Customer($name, $label = "", $color = "", $scale = "", $note = "") Actor("Customer", "$ma_crown", $name, $label, $color, $scale, $note) !endprocedure !include <material/settings_box> !unquoted procedure Process($name, $label = "", $color = "", $scale = "", $note = "") Actor("Process", "$ma_settings_box", $name, $label, $color, $scale, $note) !endprocedure Boundary(actors) { Merchant(Merchant) Customer(Customer) Process(Process) } @enduml
false
true
false
false
usecase
5de1147cb579c67fd51521e5847606353ca8d0e3
824bb2d77a1387a97c0029ecfc651609e28a3c74
/restbackend.plantuml
dd307afc38154286a87dd4f2a21744e31eb6c286
[]
no_license
burner/allspreadsheetsmustdie
d30f1fb2accb0776bb8e3e99851cd06e6c8d5b0f
ff4bcec66c645dc1bb90e554ace0d35c82d44f60
refs/heads/master
2020-05-06T12:19:37.865303
2019-05-07T13:59:20
2019-05-07T13:59:20
180,116,818
1
0
null
null
null
null
UTF-8
PlantUML
false
false
882
plantuml
@startuml Frontend --> Backend: getAllEmployees() Frontend <-- Backend: Employee[] allEmps Frontend --> Backend: <font color=blue><b>foreach</b></font> getEmployeeInfo(emp.infoId); Frontend <-- Backend: EmployeeInfo info Frontend --> Backend: <font color=blue><b>foreach</b></font> getSalary(info.salaryId); Frontend <-- Backend: Salary sal Frontend --> Backend: <font color=blue><b>foreach</b></font> getCurrencyAmount(sal.amountId); Frontend <-- Backend: CurrencyAmount ca Frontend --> Backend: <font color=blue><b>foreach</b></font> getCurrency(ca.currencyId); Frontend <-- Backend: Currency c Frontend --> Backend: <font color=blue><b>foreach</b></font> getEmployee(sal.createdById); Frontend <-- Backend: Employee createdby Frontend --> Backend: <font color=blue><b>foreach</b></font> getEmployeeInfo(createdBy.infoId); Frontend <-- Backend: EmployeeInfo createdbyInfo @enduml
false
true
false
false
sequence
b761647466b270636862ea98e698b8d024c9e78f
a751888fd29a1b92bb32ef7d272d3e72f664ed30
/src/design/propagator-conversion-class-diagram.puml
28500eadf271d940f7798ef83b020ca259c1b8a4
[ "Apache-2.0", "MIT", "EPL-1.0" ]
permissive
petrushy/Orekit
b532c7db85c992d85b5ac3d858d18d656e2b8c46
1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443
refs/heads/develop
2023-08-16T11:37:43.709083
2023-07-18T20:13:14
2023-07-18T20:13:14
42,349,064
10
2
Apache-2.0
2023-07-21T14:54:14
2015-09-12T07:39:56
Java
UTF-8
PlantUML
false
false
3,585
puml
' Copyright 2002-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB/CCC9C5 skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 skinparam PackageFontSize 12 skinparam linetype ortho package org.orekit #ECEBD8 { package utils #DDEBD8 { class ParameterDriver { +getName() +getDimension() +getInitialValue() +getVaue() +setValue() +isEstimated() } } package propagation.conversion #DDEBD8 { interface PropagatorBuilder { +buildPropagator(date, parameters) +getFrame() +getParametersDrivers() } class NumericalPropagatorBuilder { +addForceModel(model) +setAttitudeProvider(attitudeProvider) +setMass(mass) } class DSSTPropagatorBuilder class KeplerianPropagatorBuilder class TLEPropagatorBuilder class EcksteinHechlerPropagatorBuilder class BrouwerLyddanePropagatorBuilder interface PropagatorConverter { +Propagator convert(Propagator source, double timeSpan, int nbPoints, Collection<String> freeParameters) +Propagator convert(Propagator source, double timeSpan, int nbPoints, String ... freeParameters) +Propagator convert(List<SpacecraftState> states, boolean positionOnly, Collection<String> freeParameters) +Propagator convert(List<SpacecraftState> states, boolean positionOnly, String ... freeParameters) } abstract class AbstractPropagatorConverter { +Propagator getAdaptedPropagator() +double getRMS() +int getEvaluations() } class FiniteDifferencePropagatorConverter class JacobianPropagatorConverter interface IntegratorBuilder { +buildIntegrator() } NumericalPropagatorBuilder <-* "1" JacobianPropagatorConverter NumericalPropagatorBuilder "1" *--> IntegratorBuilder ParameterDriver <--* PropagatorBuilder PropagatorBuilder <|.. NumericalPropagatorBuilder PropagatorBuilder <|.. KeplerianPropagatorBuilder PropagatorBuilder <|.. TLEPropagatorBuilder PropagatorBuilder <|.. DSSTPropagatorBuilder PropagatorBuilder <|.. BrouwerLyddanePropagatorBuilder PropagatorBuilder <|.right. EcksteinHechlerPropagatorBuilder PropagatorConverter <|.. AbstractPropagatorConverter AbstractPropagatorConverter <|.. JacobianPropagatorConverter AbstractPropagatorConverter <|.. FiniteDifferencePropagatorConverter PropagatorBuilder <--* "1" AbstractPropagatorConverter } } @enduml
false
true
false
false
class
fa212110d91be47896755db12f16e4cfe70aa975
ae8d603e1a8a158e234db029994362498bd676cf
/Dossier de conception/V1/couper.puml
61bc99737dc8bc6aa205f6707ff4f16ffc880ccb
[]
no_license
LeaMercier/Creation-of-a-mini-editor
91a29f663c0ba822ec6b23aaaf84ae2058738715
eee5fcd95a05ea43a43929a2c1d1169b8968eaa4
refs/heads/master
2023-04-08T11:16:27.934645
2021-04-17T11:13:04
2021-04-17T11:13:04
358,853,598
0
0
null
null
null
null
UTF-8
PlantUML
false
false
334
puml
@startuml VueComportementale skinparam Style strictuml actor Utilisateur Utilisateur -> Interface_Graphique : couper_une_selection(selection, cache, memoire) Interface_Graphique -> PressePapier : enregistreCache() Buffer -> Interface_Graphique : supprimeLecache() Interface_Graphique -> Utilisateur : changeAffichage() @enduml
false
true
false
false
usecase
0c133c54cbf5c939b70fadc56086410715b2c418
6d52d8dbfa9e58a82ce873b9b9412af98b151874
/docs/diagrams/AddSequenceDiagram.puml
bd61815dc37bba549dbfd9abc8166c248328c936
[]
no_license
PraveenElango/tp
59072e694da65abf1fb5b88a783f0a957af9ed66
58778e0f0e7c6648d758a6f41abcd47391d2ccd1
refs/heads/master
2023-01-06T16:21:12.970855
2020-10-26T17:28:42
2020-10-26T17:28:42
299,291,890
0
0
null
2020-10-11T03:05:42
2020-09-28T11:49:57
Java
UTF-8
PlantUML
false
false
1,249
puml
@startuml box logic participant ":Parser" as Parser participant ":AddCommand" as AddCommand end box box model participant ":RcTemplate" as RcTemplate participant ":Capacitor" as Capacitor end box [-> Parser : parse("add parallel c 20") activate Parser Parser -> Parser : prepareAdd("add parallel c 20") activate Parser Parser -> AddCommand : AddCommand(RcTemplate,"parallel","c", 500) activate AddCommand Parser <-- AddCommand : add deactivate AddCommand Parser <-- Parser : add deactivate Parser [<-- Parser : add deactivate Parser [-> AddCommand: execute() activate AddCommand AddCommand -> RcTemplate : getComponent(c) activate RcTemplate RcTemplate -> RcTemplate : getCapacitor() activate RcTemplate RcTemplate <-- RcTemplate : capacitor deactivate RcTemplate AddCommand <-- RcTemplate : capacitor deactivate RcTemplate AddCommand -> AddCommand : getNewValue() activate AddCommand AddCommand -> Capacitor : capacitor.addParallel(20) activate Capacitor AddCommand <-- Capacitor : value deactivate Capacitor AddCommand <-- AddCommand : value deactivate AddCommand AddCommand -> Capacitor: capacitor.setValue(value) activate Capacitor AddCommand <-- Capacitor deactivate Capacitor [<-- AddCommand deactivate AddCommand @enduml
false
true
false
false
sequence
6c1e5517d8cd9c781f66d8c2da47b295f4ce9d46
b00c4b49dd28cff571c9afe0b50e202607c2704f
/src/com/m2i/poe/genetic/genetic.plantuml
70bc274103e541093a7ca5258c3fecc9307401de
[]
no_license
gisellejimenezc/POE
3c649d3d6d589e3508b426e663ffc43618f08d68
6b02f2d9db209d198e6d088b48cd46c7021ace22
refs/heads/master
2020-03-22T09:04:34.684375
2018-07-05T07:27:30
2018-07-05T07:27:30
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,376
plantuml
@startuml title __GENETIC's Class Diagram__\n package com.m2i.poe { package com.m2i.poe.genetic { class RNA { - strand : List<Base> + RNA() + translate() : List<AminoAcid> } } } package com.m2i.poe { package com.m2i.poe.genetic { class AminoAcid { - symbol : String - trigram : String - name : String + AminoAcid() + getSymbol() + getTrigram() + getName() + toString() } } } package com.m2i.poe { package com.m2i.poe.genetic { class Base { - symbol : String - name : String - familly : String + Base(String symbol) + getApparie() : Base } } } package com.m2i.poe { package com.m2i.poe.genetic { class DNA { - strand : List<Base> + DNA(String code) + DNA() + getComplementary() : List<Base> + transcription() : RNA } } } Base o--> "1" Base : apparie DNA o--> "*" Base : strand DNA o--> "1" RNA : transcription RNA o--> "*" AminoAcid : translation 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
5ce9776053a5d73ba1ddc3d50f72da57adb71410
373861653fd34beb6f2e073a3e77e07c9ebc7f5d
/de.gematik.ti.healthcard.common/doc/plantuml/HCCCOM/CardDetector.plantuml
c13ebc49a465890f09b39c4b35619fe9e5fdf62f
[ "Apache-2.0" ]
permissive
gematik/ref-HealthCardControlCommon
3c190515d68689fe3d6aec1afaec3013e75011d5
dddb68cecbfe446b6fd76874aac7569ca1fa27a2
refs/heads/master
2022-01-20T15:15:50.239121
2022-01-07T07:24:15
2022-01-07T07:24:15
214,093,084
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,884
plantuml
@startuml package de.gematik.ti.healthcard.control.common { class CardDetector { {static} - LOG : Logger {static} - TAG : String {static} - RECEIVE_BUFFER_SIZE : int - healthCardMap : Map<ICardReader, IHealthCard> {static} - instance : CardDetector - CardDetector() {static} + getInstance() {static} + startDetection() {static} + stopDetection() + register() + unregister() + handleCardPresentEvents() - createHealthCardWithTypeAndSendEvent() - extractCardType() - sendEvent() - createPresentEventForHealthCardType() - getHealthCardTypeSmcb() - getHealthCardTypeHba() - getHealthCardTypeForEgk() + handleCardAbsentEvents() - sendCardAbsentEvent() + handleCardReaderDisconnectedEvents() - createAbsentEventForHealthCardType() } } package de.gematik.ti.healthcard.control.common { enum CARD_TYPE { EGK HBA SMCB UNKNOWN } } package de.gematik.ti.healthcard.control.common { class CardGenerationExtractor { + getCardGeneration() + getCardGeneration() - convertToInt() - check() } } package de.gematik.ti.healthcard.control.common { enum CardGeneration { G1 G1P G2 G2_1 UNKNOWN } class WrongObjectSystemVersionArraySizeException { {static} + MESSAGE : String + WrongObjectSystemVersionArraySizeException() } } CardDetector +-down- CARD_TYPE CardDetector o-- CardGenerationExtractor CardGenerationExtractor ..> WrongObjectSystemVersionArraySizeException CardGenerationExtractor ..> CardGeneration @enduml
false
true
false
false
class
dc1458f0e63a4d8913e7694f62385faf81a4a804
9dc7349978074cf37e1d214024553a57175cd075
/src/main/resources/diagram/AbstractFactory.puml
cbcd8016a95c90333080289c7e5133268e14fac5
[]
no_license
yixiu868/design-pattern
34b2cebb4962d2602628337ee58bb90db9edccb7
87819e035ac08957f4721053485ea4f27418623d
refs/heads/main
2023-07-06T05:16:02.996982
2021-08-06T13:31:33
2021-08-06T13:31:33
392,955,564
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,264
puml
@startuml interface Fruit { +void get(); } interface FruitFactory { +Fruit getApple(); +Fruit getBanana(); } abstract Apple { +{abstract} void get(); } abstract Banana { +{abstract} void get(); } class InnerApple { +void get(); } class NorthApple { +void get(); } class SouthApple { +void get(); } class InnerBanana { +void get(); } class NorthBanana { +void get(); } class SouthBanana { +void get(); } class InnerFruitFactory { +Fruit getApple(); +Fruit getBanana(); } class NorthFruitFactory { +Fruit getApple(); +Fruit getBanana(); } class SouthFruitFactory { +Fruit getApple(); +Fruit getBanana(); } FruitFactory <|.. InnerFruitFactory FruitFactory <|.. NorthFruitFactory FruitFactory <|.. SouthFruitFactory Fruit <|.. Apple Fruit <|.. Banana Apple <|-- InnerApple Apple <|-- NorthApple Apple <|-- SouthApple Banana <|-- InnerBanana Banana <|-- NorthBanana Banana <|-- SouthBanana Fruit <.. FruitFactory InnerApple <.. InnerFruitFactory InnerBanana <.. InnerFruitFactory NorthApple <.. NorthFruitFactory NorthBanana <.. NorthFruitFactory SouthApple <.. SouthFruitFactory SouthBanana <.. SouthFruitFactory @enduml
false
true
false
false
class
7e89f339d368c3d8c120c25dcba3d9460475d486
3016d1c3b63bcc28e349150f18540c50c70fc0ae
/diagram.puml
48525c4a001bd6eea95101c37ac9abf3803b42d3
[]
no_license
STP5940/sys-admin-day-2021
528dd0c24a30974ab3860dfc129fde901e8bf63c
6386f10ba5ef3c7ba0ace3ec0f0eabb9370347ad
refs/heads/main
2023-07-01T13:16:13.704126
2021-07-30T08:38:06
2021-07-30T08:38:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,825
puml
@startuml diagram !include <logos/memcached> !include <logos/wordpress> !include <logos/mariadb> skinparam handwritten true skinparam sequenceArrowThickness 2 skinparam roundcorner 10 skinparam maxmessagesize 100 skinparam sequenceParticipant underline skinparam maxCardWidth 200 actor User << User >> agent Browser << Web or Mobile >> card Infrastructure { card Gateway { agent "<img:openresty-logo.png>" as OpenResty } card ktserver { agent "<$memcached>" as kt1 agent "<$memcached>" as kt2 agent "<$memcached>" as kt3 } card WordPress { agent "<$wordpress>" as wp1 agent "<$wordpress>" as wp2 agent "<$wordpress>" as wp3 card "Shared Storage" { agent "/var/www/html" as storage } } card Database { agent "<img:maxscale-logo.png>" as maxscale card MariaDB { agent "<$mariadb>" as db1 agent "<$mariadb>" as db2 agent "<$mariadb>" as db3 } } } User <-right-> Browser Browser <-right-> OpenResty OpenResty <-[#darkblue]-> wp1 OpenResty <-[#darkblue]-> wp2 OpenResty <-[#darkblue]-> wp3 OpenResty <-[#darkgreen]-> ktserver wp1 <-[#blue]right-> kt1 wp2 <-[#blue]right-> kt2 wp3 <-[#blue]right-> kt3 wp2 <-[#blue]right-> kt1 wp2 <-[#blue]right-> kt2 wp2 <-[#blue]right-> kt3 wp3 <-[#blue]right-> kt1 wp3 <-[#blue]right-> kt2 wp3 <-[#blue]right-> kt3 wp1 <-[#orange]-> maxscale wp2 <-[#orange]-> maxscale wp3 <-[#orange]-> maxscale wp1 <--> storage wp2 <--> storage wp3 <--> storage maxscale <-[#darkblue]-> db1 maxscale <-[#darkblue]-> db2 maxscale <-[#darkblue]-> db3 db1 <-[#black]right-> db2 db2 <-[#black]down-> db3 db3 <-[#black]-> db1 kt1 <-[#black]right-> kt2 kt2 <-[#black]down-> kt3 kt3 <-[#black]-> kt1 @enduml
false
true
false
false
sequence
1b377c7abb05431b9a2db4b79d6704a27b7b9ff4
e34a2ed2af9aba5d0b4d576e9d0aeb7f24baeca3
/4.0/autoscaling/component.puml
811704eb8dabbbc739758ba0292cfaa06549ecc0
[]
no_license
grze/archexamples
704c20fac419574dbceeab4adb40ad86d83da455
8e470a48d814af456108aae86a6be08f52d160f9
refs/heads/master
2016-08-08T05:01:32.760462
2014-08-12T06:45:04
2014-08-12T06:45:04
19,866,489
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,027
puml
@startuml title http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html frame ELB { interface RegisterInstance } frame AutoScaling { component ASG component Tags component ASProcess component ASActivity component Launch component Terminate component AddToLoadBalancer component AlarmNotification component AZRebalance component HealthCheck component ReplaceUnhealthy component ScheduledActions Launch -|> ASProcess Terminate -|> ASProcess AddToLoadBalancer --|> ASProcess AlarmNotification --|> ASProcess AZRebalance --|> ASProcess HealthCheck --|> ASProcess ReplaceUnhealthy --|> ASProcess ScheduledActions --|> ASProcess ASProcess --* ASActivity : Does a bunch of ASG --> Tags : has ASProcess ..> ASG : acts on } frame Compute { interface DescribeInstances interface RunInstances interface TerminateInstances } ASActivity -> DescribeInstances ASActivity -> TerminateInstances ASActivity -> RunInstances ASActivity -> RegisterInstance @enduml
false
true
false
false
sequence
a855ee2fb079695cf84a39ca30c031a4adf60db3
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/DiscountCodeSetValidFromAction.puml
e959abc5526126dfa9406e7f17eea23eafe7d5e6
[]
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
474
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 DiscountCodeSetValidFromAction [[DiscountCodeSetValidFromAction.svg]] extends DiscountCodeUpdateAction { action: String validFrom: DateTime } interface DiscountCodeUpdateAction [[DiscountCodeUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
c451c0f99ca71b7d5184f09f875723170a590802
65ca054caa856c00676e94134fc256b4a69fc6bc
/storage/graph.puml
cb24e09a461162321365ffc4bef8c356134882d2
[]
no_license
keleqnma/influxdb-cluster
39a85d941e62b4c81d4940ed561c5512e7ee6324
2f947fc2a1d471a23a353aeb473f0078d2e7d1b9
refs/heads/master
2023-04-03T06:53:29.335596
2021-04-11T09:58:42
2021-04-11T09:58:42
328,880,594
0
0
null
null
null
null
UTF-8
PlantUML
false
false
341
puml
@startuml class SingleStorage { -client: *Client -transport: Transport +CheckInterval: int +BaseURL: string +Active: bool -running: bool +*Query(db string): []byte, error +*Write(db string, lp []byte): error +*WriteStream(db string, stream Reader, compressed bool): error +*checkActive(): +*Ping(): string, error +*Close(): error } @enduml
false
true
false
false
class
dbc9bf3713fdfacc735805a226cdc74585287178
650a3622be0cb60f8e1a7a256a4c11541aebfb6d
/docs/puml/config_schema.puml
2b55e367c1d03e73e33d4a88ac20f53598e2f6ce
[ "MIT" ]
permissive
OkieOth/yacg
2b2524cb3d4915e4afe379d0781a2bb299dfde80
43b5034af1b28f29276bae69291d17b970f93dca
refs/heads/master
2023-08-07T02:33:52.225606
2023-07-31T19:57:42
2023-07-31T19:57:42
236,339,419
51
8
MIT
2023-07-31T19:57:43
2020-01-26T16:24:08
Python
UTF-8
PlantUML
false
false
2,042
puml
@startuml class Job { StringType name StringType description Model[] models Task[] tasks } note top: base object that describes a\ncomplete code generation process class Model { StringType jsonSchema StringType nameSpace BlackWhiteListEntry[] blackListed BlackWhiteListEntry[] whiteListed } note top: A model that should be\nused class Task { StringType name StringType description BlackWhiteListEntry[] blackListed BlackWhiteListEntry[] whiteListed SingleFileTask singleFileTask MultiFileTask multiFileTask } note top: A task to run class BlackWhiteListEntry { StringType name BlackWhiteListEntryTypeEnum type } note top: entry of a type back/white\nlist class BlackWhiteListEntryTypeEnum { } class SingleFileTask { StringType template StringType destFile TemplateParam[] templateParams } note top: parameter of a code generation\ntask that creates one file class TemplateParam { StringType name StringType value } note top: additional, template specific custom parameter\nfor codegen task class MultiFileTask { StringType template StringType destDir StringType destFilePrefix StringType destFilePostfix StringType destFileExt TemplateParam[] templateParams } note top: parameter of a code generation\ntask that creates one file\nper model type Job "0" *-- "n" Model Job "0" *-- "n" Task Model "0" *-- "n" BlackWhiteListEntry Task "0" *-- "n" BlackWhiteListEntry Task *-- SingleFileTask Task *-- MultiFileTask BlackWhiteListEntry *-- BlackWhiteListEntryTypeEnum SingleFileTask "0" *-- "n" TemplateParam MultiFileTask "0" *-- "n" TemplateParam footer \ngenerated with yacg (https://github.com/OkieOth/yacg),\npowered by plantuml (https://plantuml.com/) @enduml
false
true
false
false
class
3112a0229651e4b4d40047807b12587bd550cd36
6dc4060219814af5499b1014a6404f0840257833
/总结/服务调用过程/时序图.puml
21949c82731e9c6ee02a31264117aa6f7a358938
[ "Apache-2.0" ]
permissive
qq511340079/dubbo2.6x
8d9265eeed3e66fecfe6b709fd18118f2ab431d0
9bc91a99304b60b233172ef0f8426a620d13855b
refs/heads/master
2022-09-27T09:01:41.845548
2019-05-27T11:50:38
2019-05-27T11:50:38
165,955,310
0
0
Apache-2.0
2022-09-15T03:37:05
2019-01-16T01:59:37
Java
UTF-8
PlantUML
false
false
219
puml
@startuml ServiceProxy -> InvokerInvocationHandler: invoke(proxy, Method, args) Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response @enduml
false
true
false
false
sequence
b157301643ece9bc35d603e4014246ef1a52e1a5
06b4f9b29e51db9eef79b9f9828f3aa369840ec1
/src/main/java/inf112/skeleton/app/app.plantuml
90aa9b1b62165c6f8f07a8e1843e0740e1410b2c
[]
no_license
inf112-v19/Thebadguys
d650f57d5b23824e82498cfc55c7026d29a59762
ec1cbbd1ab466b1482fb0a72b466f351481d4917
refs/heads/master
2020-04-19T11:14:13.465654
2019-05-03T17:29:09
2019-05-03T17:29:09
168,161,605
0
0
null
2019-03-08T14:24:40
2019-01-29T13:44:35
Java
UTF-8
PlantUML
false
false
8,759
plantuml
@startuml title __APP's Class Diagram__\n package inf112.skeleton.app { class AIRobot { - id : int - sprite : Sprite - alive : Boolean - posX : int - posY : int - checkpoint : int[] - flagsPassed : int - lives : int - damage : int - w : float - h : float - tiledMap : TiledMap - prop : MapProperties - mapWidth : int - mapHeight : int - tilePixelWidth : int - tilePixelHeight : int - x0 : int - y0 : int - turn : int - selectedCards : Cards[] + rng() + makeDeck() + fillDeck() + doTurn() + AIRobot() + setDirection() + moveSprite() + rotateSprite() + getAlive() + getPosX() + getPosY() + getSprite() + getCheckpoint() + getFlagsPassed() + getDirection() + getLives() + getDamage() + getSpriteX() + getSpriteY() + setAlive() + setCheckpoint() + setPosX() + setPosY() + setDamage() + setLives() + getTilePixelWidth() + getTilePixelHeight() + rotate_right() + rotate_left() + moveForward() + move() + died() + takeDamage() + checkNext() + canMove() + robotFireLasers() + robotFireLasers() } } package inf112.skeleton.app { class Button { - posX : int - posY : int - name : String - buttonSprite : Sprite + Button() + createButton() + getPosX() + getPosY() + getSprite() + buttonClicked() } } package inf112.skeleton.app { interface IButton { {abstract} + buttonClicked() } } package inf112.skeleton.app { interface IRobot { {abstract} + getAlive() {abstract} + getPosX() {abstract} + getPosY() {abstract} + getSprite() {abstract} + getCheckpoint() {abstract} + getFlagsPassed() {abstract} + getDirection() {abstract} + getLives() {abstract} + getDamage() {abstract} + died() {abstract} + takeDamage() {abstract} + checkNext() {abstract} + canMove() {abstract} + moveForward() {abstract} + setPosX() {abstract} + setPosY() {abstract} + moveSprite() {abstract} + rotateSprite() {abstract} + getTilePixelWidth() {abstract} + getTilePixelHeight() {abstract} + setDamage() {abstract} + setAlive() {abstract} + setCheckpoint() {abstract} + setDirection() {abstract} + rotate_right() {abstract} + rotate_left() } } package inf112.skeleton.app { class Main { {static} + main() } } package inf112.skeleton.app { class RoboRallyDemo { {static} - tiledMap : TiledMap - tiledMapRenderer : TiledMapRenderer - camera : OrthographicCamera - i : int - tick : int {static} - turn : int {static} - isEndOfTurn : Boolean {static} - robot : Robot - viewPort : FitViewport {static} - cardHandler : CardHandler {static} - selectedCards : Cards[] - firstRund : boolean - firstround : boolean - statBoardList : ArrayList<Sprite> - batch : SpriteBatch - texture : Texture - sprite : Sprite - AIsprite : Sprite - posX : float - posY : float - font : BitmapFont - statBoardSprite : Sprite {static} - map : GameMap - starts : int[][] {static} - client : Client {static} - robots : Robot[] - sprites : Sprite[] - textures : Texture[] {static} - clientCount : int {static} - colors : String[] {static} - ID : int {static} - ready : boolean[] - moves : String[][] - order : int[] {static} - singlePlayerMode : boolean {static} - AIs : AIRobot[] - AIstarts : int[][] {static} + getSinglePlayerMode() {static} + setReady() {static} + killMe() {static} + amIAlive() {static} + amIAliveAI() {static} + setDead() {static} + getColors() {static} + setClientCount() + createv2() + create() + dispose() + render() + resize() + pause() + resume() + keyDown() + keyUp() + keyTyped() + touchDown() {static} + getRobot() {static} + getAIs() {static} + getRobots() + touchUp() + touchDragged() + mouseMoved() + scrolled() - createGrid() {static} + getTiledMap() {static} + getIGameMap() + setCamera() + endTurnButtonCreation() + powerdownButtonCreation() + statBoardCreation() + drawStats() + drawReady() + doTurn() - mapElements() {static} + areCardSlotsFull() {static} + getCardHandler() + checkLock() {static} + getEndOfTurn() {static} + getTurn() {static} + setID() {static} + getID() {static} + getClient() + checkMode() } } package inf112.skeleton.app { class Robot { - sprite : Sprite - alive : Boolean - posX : int - posY : int - checkpoint : int[] - flagsPassed : int - lives : int - damage : int - w : float - h : float - tiledMap : TiledMap - prop : MapProperties - mapWidth : int - mapHeight : int - tilePixelWidth : int - tilePixelHeight : int - x0 : int - y0 : int - turn : int - initPowerdown : boolean - execPowerdown : boolean - indexToBePushed : int - willDie : Boolean + Robot() + Robot() + Robot() + getAlive() + getPosX() + getPosY() + getSprite() + getCheckpoint() + getFlagsPassed() + getDirection() + getLives() + getDamage() + getSpriteX() + getSpriteY() + moveSprite() + rotateSprite() + getTilePixelWidth() + getTilePixelHeight() + setAlive() + setCheckpoint() + setFlagsPassed() + setDirection() + setPosX() + setPosY() + setDamage() + rotate_right() + rotate_left() + moveForward() + move() + died() + takeDamage() + getExecPowerdown() + setExecPowerdown() + getInitPowerdown() + robotFireLasers() + setInitPowerdown() + doPowerdown() + playerCollidesWithPlayer() + checkNext() + canPush() + pushRobot() - updateMeOnline() + canMove() } } package inf112.skeleton.app { class mainMenu { {static} - mainRunning : boolean ~ batch : SpriteBatch - font : BitmapFont + mainMenu() + startMenu() + render() # getCenterY() # getClientBtn() # getServerBtn() # getStartBtn() {static} + getMainRunning() {static} + setMainRunning() } } AIRobot -up-|> IRobot AIRobot o-- CardHandler : cardHandler AIRobot o-- Direction : dir AIRobot o-- GameMap : gameMap AIRobot o-- Deck : randomDeck AIRobot o-- ExpressBelt : ebelt AIRobot o-- Belt : belt AIRobot o-- Spin : spin Button -up-|> IButton Button o-- CardHandler : cardHandler Button o-- Robot : robot RoboRallyDemo -up-|> ApplicationListener RoboRallyDemo -up-|> InputProcessor RoboRallyDemo o-- Button : endTurnButton RoboRallyDemo o-- Button : powerdownButton RoboRallyDemo o-- AIRobot : AIrobot RoboRallyDemo o-- Cards : statBoard0 RoboRallyDemo o-- Cards : card RoboRallyDemo o-- mainMenu : mainMenu RoboRallyDemo o-- IGrid : grid RoboRallyDemo o-- Server : server Robot -up-|> IRobot Robot o-- CardHandler : cardHandler Robot o-- Direction : dir Robot o-- GameMap : gameMap Robot o-- ExpressBelt : ebelt Robot o-- Belt : belt Robot o-- Spin : spin Robot o-- Direction : dirToBePushed mainMenu o-- Button : serverButton mainMenu o-- Button : clientButton mainMenu o-- Button : startButton 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
29bc3bf1b6614a215f662cf5f307966cc444a553
fe550d38e0b0a68f3c93731e3e459c5435bdeadc
/readme/도메인모델설계_상세.puml
cca04e4ef859f803eee0636dc053a45a15baea6a
[]
no_license
kwonyoungran/jpaWebApplication
3451997cf193e933a3ba3e6612a97a0a806634ce
05cd73701d88b384e0c5da205640a621a3b040cd
refs/heads/master
2022-12-31T02:00:50.757820
2020-10-25T12:20:24
2020-10-25T12:20:24
302,657,714
0
0
null
null
null
null
UTF-8
PlantUML
false
false
958
puml
@startuml Member ||--|{ Order Member : id : Long Member : name : String Member : address : Address Member : orders : List Order : id Order : member : Member Order : orderItems : List Order : delevery : Delivery Order : orderDate : Date Order : state : OrderStatus Order ||--|| Delivery Delivery : id Delivery : order : Order Delivery : address : Address Delivery : status : DeliveryStatus Order ||--|{ OrderItem OrderItem : id OrderItem : item : Item OrderItem : order : Order OrderItem : orderPrice OrderItem : count Category }|--|{ Item Category : id Category : name Category : itmes : List Category : parent : Category Category : child : List OrderItem ||--|{ Item Item : id Item : name Item : price : int Item : stockQuantity Item : categories : List Item <|-- Album Album : artist Album : etc Item <|-- Book Book : author Book : isbn Item <|-- Movie Movie : director Movie : actor class Address { +city +street +zipcode } @enduml
false
true
false
false
class
55a08fb5376855437a31b77ed69bb2e12a53e158
299b128aa49ea8056a297d9ac1141bd3837b0c71
/src/main/java/ex41/ex41.puml
02f9313e38eaa3a1f44e2db0d6af319744556762
[]
no_license
DyroZang/mousa-cop3330-assignment3
b9cbe9cfe95bc82797f426b986b65a1010a660ab
85d49ecd8592919592be8706fc54b2b37d62a450
refs/heads/master
2023-08-23T11:14:59.921548
2021-10-11T21:10:09
2021-10-11T21:10:09
416,087,579
0
0
null
null
null
null
UTF-8
PlantUML
false
false
190
puml
@startuml class ex41.App { ~ {static} ArrayList<String> sorter(ArrayList<String>) ~ {static} void reader() ~ {static} void printer(ArrayList<String>) + {static} void main(String[]) } @enduml
false
true
false
false
class
1f75085fa6a8608cabbef559dfa798f72c5837e2
e2b0b842e6af5a3a9e1733f624ff9427dd43cb82
/diagrams/composition_diag.puml
29e950455721a51fd5ce19294cf3c3316166b488
[]
no_license
skywolfmo/SMIUML
9b9943d64d28911f2ee3fb7a40063d7a7af088bb
a76f3aecd7057706021d58989f29f2e5754455b3
refs/heads/master
2023-03-01T03:29:17.420813
2021-02-10T22:11:56
2021-02-10T22:11:56
337,801,355
0
0
null
2021-02-10T22:14:53
2021-02-10T17:34:03
HTML
UTF-8
PlantUML
false
false
112
puml
@startuml skinparam monochrome true left to right direction class Human class Brain Human *-- Brain @enduml
false
true
false
false
class
9e7994a98a6d3531ff8f3c7e16b9e27ae0240805
0744dcc5394cebf57ebcba343747af6871b67017
/os/board/rtl8730e/src/component/soc/amebad2/atf/docs/resources/diagrams/plantuml/io_arm_class_diagram.puml
53594c2baa60d0b0c007c5b41cf1b3348bef9061
[ "GPL-1.0-or-later", "BSD-3-Clause", "ISC", "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-permissive", "Apache-2.0", "GPL-2.0-or-later", "BSD-2-Clause", "Zlib", "NCSA" ]
permissive
Samsung/TizenRT
96abf62f1853f61fcf91ff14671a5e0c6ca48fdb
1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686
refs/heads/master
2023-08-31T08:59:33.327998
2023-08-08T06:09:20
2023-08-31T04:38:20
82,517,252
590
719
Apache-2.0
2023-09-14T06:54:49
2017-02-20T04:38:30
C
UTF-8
PlantUML
false
false
1,666
puml
@startuml package arm_io_storage { class plat_io_policy { dev_handle : uintptr_t* image_spec : uintptr_t {abstract} check() : fctptr } class FIP_IMAGE_ID { memmap_dev_handle fip_block_spec open_memmap() } class BL2_IMAGE_ID{ fip_dev_handle bl2_uuid_spec open_fip() } class xxx_IMAGE_ID{ fip_dev_handle xxx_uuid_spec open_fip() } class arm_io_storage { fip_dev_con : io_dev_connector_t* fip_dev_handle : uintptr_t memmap_dev_con : io_dev_connector_t* memmap_dev_handle : uintptr_t fip_block_spec : io_block_spec_t policies : plat_io_policy[1..*] -open_fip() -open_memmap() +arm_io_setup() +plat_get_image_source() } FIP_IMAGE_ID -up-|> plat_io_policy BL2_IMAGE_ID -up-|> plat_io_policy xxx_IMAGE_ID -up-|> plat_io_policy arm_io_storage *-"1..*" plat_io_policy } package IO { class io_storage { io_dev_open() io_dev_init() io_dev_close() .. synchronous operations .. io_open() io_seek() io_size() io_read() io_write() io_close() io_register_device() } class io_fip { register_io_dev_fip() .. io_dev_funcs_t interface .. fip_dev_funcs : io_dev_funcs_t } class io_memmap { register_io_dev_memmap() .. io_dev_funcs_t interface .. memmap_dev_funcs : io_dev_funcs_t } interface io_driver { io_entity_t io_dev_info_t .. io_dev_connector_t interface .. dev_open() .. io_dev_funcs_t interface .. type() open() seek() size() read() write() close() dev_init() dev_close() io_register_device() } } arm_io_storage .. io_driver arm_io_storage .. io_fip arm_io_storage .. io_memmap arm_io_storage .. io_storage @enduml
false
true
false
false
class
aa0217652ddff66e5297d37ca34db803886235f8
458d2ce4e9e348895e1ebeba205c4c50a2890ab2
/exercise43/docs/diagram.puml
901ffad1c694f9c6d8c3c3812570c40af3ef7262
[]
no_license
billyfurie/furie-a04
6b8457044006338c33255953e8829353b74b3e36
318b5e852c5731647fa72e2719ff9fa36415b998
refs/heads/main
2023-08-18T06:49:51.184517
2021-10-16T20:13:05
2021-10-16T20:13:05
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
735
puml
@startuml 'https://plantuml.com/class-diagram class Solution { -String getStringFromUser(String prompt) -boolean getYesOrNoFromUser(String prompt) +boolean isValidYesOrNoResponse(String response) -void generateWebsite(String siteName, String authorName, boolean createJS, boolean createCSS) -void generateDirectoryMain(String siteName) -void generateDirectoryJS(String siteName) -void generateDirectoryCSS(String siteName) -void generateIndex(String siteName, String authorName) +String generateIndexContent(String siteName, String authorName) +String getTitleHTML(String siteName) -createFileOrDirectory(String path) -createFileOrDirectory(String path, String fileContent) } @enduml
false
true
false
false
class
4b6c13405ae173e1c01be8922ed1f0e417ba7d88
7041d4eab20296045d22e31c56211bc84b17da1c
/docs/modeles/old/dss-jouer.puml
831fe357dcdc6d72bd78b44b1e698bd72175b3e4
[]
no_license
nerdz88/SGA-TS
ff97ce5cd5c78de97a851e80e0c948f7552b0f2c
608d0748ff5ceff47ff75a9053cc1b5fee061df9
refs/heads/main
2023-07-09T19:54:11.262264
2021-07-28T17:39:07
2021-07-28T17:39:07
397,959,207
0
0
null
null
null
null
UTF-8
PlantUML
false
false
474
puml
@startuml skinparam style strictuml skinparam defaultfontname Verdana skinparam sequence { MessageAlign center } title DSS pour un scénario adapté de <i>Jouer aux dés</i>\n(Ch. 1 de Larman) actor ":Joueur" as c participant ":Système" as s c->s : démarrerJeu(nom : String) loop pas terminé c->s : jouer(nom : String) c<<--s : nom, total du lancer, résultat (gagné ou perdu),\nnb de parties, nb de parties gagnées end loop c->s : terminerJeu(nom :String) @enduml
false
true
true
false
usecase
203352c69007ce05ad98be3b13bcf9faef734ecb
8b899ba8220c247a9cce52ee728717afa31faf42
/src/class_sales.puml
a16d28061909946469634896c5c4148dd40d98d7
[]
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,273
puml
@startuml skinparam linetype ortho left to right direction 'skinparam nodesep 30 skinparam nodesep 50 scale 1.5 'title: FerryTix Class Diagram skinparam monochrome true class TicketSale { returnValid: Boolean ' from: MachineLocation 'positions: [Position] } class Position { ' fare: Fare count: Integer } Position "1" - "1" Fare Position "1…*" -- "1" TicketSale Sale "1" -- "1" Payment class TicketClass { bicycle: Boolean return: Boolean reduced: Boolean staff: Boolean } abstract class Sale { saleID: String 'signedBy: VendingMachine signature: String 'payment: Payment } TicketSale ..left|> Sale TopUp ..|> Sale class TopUp { 'for: FaehrCard amount: Integer initial: Boolean } 'TopUp "1" -- "1" Payment FaehrCard "1" -up "1…*" TopUp class Fare { ' ticketClass: TicketClass fare: Integer } Fare "1" -- "1" TicketClass ' enum MachineCommand { ' setSignalRed ' setSignalGreen ' stopVending ' startVending ' } ' class MachineStatus { ' vending: Boolean ' waiting: [WaitingPassenger] ' } 'WaitingPassenger <- MachineStatus ' class WaitingPassenger { ' ticketClass: TicketClass ' waitingSince: DateTime ' } ' ' WaitingPassenger --> TicketClass @enduml
false
true
true
false
class
5953a5ca84c58d613a5265a2743be0eca70fdad7
13402e6981976267970ce26493d0b8504a9c53de
/docs/diagrams/device_create_sequence.puml
dcd8d52e30bf840c6e5df146e8d5eab7f5d1614d
[]
no_license
prakharshreyash/community_sdk_python
2c333c1458c7681aefdcdbf16c7c064632c29bdd
615ca718e39f035603a543f5fca2becd0605c966
refs/heads/main
2023-08-23T23:57:49.506818
2021-10-21T15:46:20
2021-10-21T15:46:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
939
puml
@startuml device_create_sequence title Device create hide footbox actor "api user" as user participant KentikAPI #pink user -> KentikAPI: devices.create(device) note right: device is created using factory method:\n **Device.new_dns(...)** activate KentikAPI #pink alt NO EXCEPTION KentikAPI -> CreateRequest: payload = from_device(device) activate CreateRequest #red CreateRequest -> CreateRequest: validate(device) return KentikAPI -> api_calls: api_call = create_device() KentikAPI -> APIConnector: response = send(api_call, payload) KentikAPI -> CreateResponse: result = from_json(response.text).to_device() activate CreateResponse #red CreateResponse -> CreateResponse: validate(json) return user <-- KentikAPI: result (created device) else KentikAPI exception user <-- KentikAPI: exception end deactivate @enduml
false
true
false
false
usecase
05cc1f1a28b6ad5070f188a82975f861152c10e4
6b94956262f6a8825dea7f2823a3f33ee322e39e
/docs/diagrams/links/addLink.puml
477fd331feb5035a0a4c74bd2e65f147a8fb4a90
[]
no_license
AY2021S2-CS2113T-F08-4/tp
607eea5a4fe93824d6aa573c087fae90ad920eff
7c8b292c9c0cda3d4fbb3652f821c2cfef2051cd
refs/heads/master
2023-04-01T01:28:10.618333
2021-04-12T14:40:07
2021-04-12T14:40:07
344,644,962
0
4
null
2021-04-12T14:40:08
2021-03-05T00:13:09
Java
UTF-8
PlantUML
false
false
662
puml
@startuml hide footbox participant ":Links" ":Links" -> ":ExternalLinks" : execute() activate ":ExternalLinks" ":ExternalLinks" -> ":Ui" : printEnterLinkMessage() activate ":Ui" ":Ui" --> ":ExternalLinks" deactivate ":Ui" ":ExternalLinks" -> ":Ui" : readCommand() activate ":Ui" ":Ui" --> ":ExternalLinks" deactivate ":Ui" opt isValidLink() && !isDuplicate() ":ExternalLinks" -> ":LinkInfo" : addLink() activate ":LinkInfo" ":LinkInfo" --> ":ExternalLinks" deactivate ":LinkInfo" ":ExternalLinks" -> ":Ui" : printAddLinkMessage() activate ":Ui" ":Ui" --> ":ExternalLinks" deactivate ":Ui" ":ExternalLinks" --> ":Links" deactivate ":ExternalLinks" end @enduml
false
true
false
false
sequence
eb29a7d080cee6ec5059847c75aaa20f3bedc69e
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StateSetDescriptionAction.puml
81c57862f2bff76a15d7c2e422dceb2048321243
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
476
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface StateSetDescriptionAction [[StateSetDescriptionAction.svg]] extends StateUpdateAction { action: String description: [[LocalizedString.svg LocalizedString]] } interface StateUpdateAction [[StateUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
e5ca739810daf78fb1e531c857bcf8772def4ba4
58f5766244826918a3cf79312f861f76c5aa6f7d
/Documents/uml/Models/ColumnValidation.puml
729534ecd6d085a062324392183bdb8a16f817e5
[ "MIT" ]
permissive
BillKrat/CsvEditSharp
3835aa9d7955a33830be47b044d3c05763c68dff
a91334a8aa1b08c4f7fe38116892b088e92d4da4
refs/heads/master
2022-01-28T15:31:06.719793
2019-07-28T11:39:25
2019-07-28T11:39:25
198,216,226
0
1
MIT
2019-07-22T12:10:45
2019-07-22T12:10:44
null
UTF-8
PlantUML
false
false
202
puml
@startuml class ColumnValidation { + Validation : Func<object, bool> <<get>> + ErrorMessage : string <<get>> + ColumnValidation(validation:Func<object, bool>, errorMessage:string) } @enduml
false
true
false
false
class
dda0c0b4978bfbfc58b081d3a4cdac671e4b5efe
3d152062945dc6bc52a4d87ca0f0c8052e14c7aa
/docs/diagrams/ImportClassDiagram.puml
65b6640851402585e2b84319c973dd5c3e93a35b
[ "MIT" ]
permissive
Cherweijie/main
adff38b7d3a7f5de1e5213454f860e1b4b93c248
25e8860f5b2417a30c69a9d07daef097c2aec5e6
refs/heads/master
2021-01-14T17:10:02.254944
2020-04-11T10:21:35
2020-04-11T10:21:35
242,690,844
0
1
NOASSERTION
2020-02-24T09:12:25
2020-02-24T09:07:53
null
UTF-8
PlantUML
false
false
1,387
puml
@startuml skinparam backgroundColor #ffffff skinparam classAttributeIconSize 0 hide circle class ImportCommandParser implements Parser { /' Methods '/ + parse(args : String) : ImportCommand } interface Parser<T> <<interface>> { parse(userInput : String) : ImportCommand } abstract class "{abstract}\nCommand" { + {abstract} execute(model : Model) : CommandResult } class ImportCommand { /' Fields '/ - ordersData : List<String> - invalidCounter : int - processedOrderCounter : int - processedReturnOrderCounter : int - duplicateCounter : int /' Methods '/ + execute(model : Model) : CommandResult - processData(model : Model) - {static} printResult() : String } class ParserUtil { + {static} parseCsvFile(filePath : String) : List<String> } class CsvProcessor { + {static} retrieveData(filePath : Path) : List<String> - {static} processData(fileData : String) : List<String> - {static} getCsvData(sentence : String) : List<String> } class InsertCommandParser { parse(args : String) : InsertCommand } class ReturnCommandParser { parse(args : String) : ReturnCommand } ImportCommand ..> InsertCommandParser ImportCommand ..> ReturnCommandParser ImportCommandParser ..down> ParserUtil ParserUtil ..down> CsvProcessor ImportCommand ..> CsvProcessor ImportCommand --up|> "{abstract}\nCommand" @enduml
false
true
false
false
class
5fd15322dda136f6a883d577c0cfbb7854ac7732
7a37af987c144bc42e0da4140fe73179ae8bb824
/c++/docs/math_lib_class_diagram.puml
1eda84bb8fd1ee7ecac952af65eef3427f8171cb
[ "MIT" ]
permissive
FasterCoding/Matrix-Math
566b59a4d83c65622260758e04cb0ee2f41d47da
7879f11a186c44b82ae784a88bb30875663bb8f2
refs/heads/develop
2020-05-24T11:29:51.353916
2019-06-09T19:40:08
2019-06-09T19:40:08
187,249,741
0
1
MIT
2019-06-11T20:29:47
2019-05-17T16:34:10
C++
UTF-8
PlantUML
false
false
615
puml
@startuml FasterCodingMatrixLibrary package FasterCodingMatrixLibrary <<Frame>> { class Matrix { - _matrix: std::vector<vector<int>> + Matrix(int width, int height) + Matrix(std::vector<std::vector<int>> matrix) + ~Matrix() + operator*(Matrix& matrix): Matrix* + operator*(Vector& vector): Vector* + getValueAt(int& x, int& y): int + setValueAt(int& x, int& y, int& value): void + getWidth(): size_t + getHeight(): size_t + print(): void } class Vector { - _vector: vector<int> + Vector(std::vector<int>) + ~Vector() + getSize(): size_t } } @enduml
false
true
false
false
class
e4f167963d201ad8e46c92bfdfc2aeb1abf47f3e
f5f73af8a0cbfeb1f811fd0cfab6a8bd866d49a0
/Prova25maggio2020/PUML_LABScuola.puml
9ccb39faed7b4d4aa9a99e36d498dd41d5962b0e
[]
no_license
Trihexa01/Tep-LAB
86ce0cb778bfae8f31fd7129d4c15e8fb707ee70
6a91f1a1476ef04dfc6ab3d5055a6cda4f52cd96
refs/heads/master
2022-09-01T17:52:05.754746
2020-05-29T06:23:04
2020-05-29T06:23:04
267,778,206
0
0
null
2020-05-29T06:31:45
2020-05-29T06:03:27
null
UTF-8
PlantUML
false
false
742
puml
@startuml class UML_HWLabScuola { public static void main(String[] args) } class CComputer { String marca; int byteRam; int byteHD; } class CDate { int numGiorni; String toString(); } class CHardware { int codiceIdentificativo; int costo; CDate dataAcquisto; } class CLaboratorio { int siglaIdentificativa; String nome; String descrizione; String edificio; int piano; } class CPersona { String nome; CDate dataNascita; } class CProfessore { String materiaInsegnata; int tipoProfessore; // Docente o ITP } class CStudente { String classe; String specializzazione; } @enduml
false
true
false
false
class
7d6db7b40ef809937a6ccc6d12e1a5e4d2b16fdb
83341b75b601856ab388c6a7f97c5b72d8a14a01
/system-design.puml
d4bcd7a6dc2555242a1d0921d53a73efe9685a49
[]
no_license
usupsuparma/Restful-Api-Spring
198823cfd9847889305b2b27ca34041e1f32a335
e4ca891e8223578a441b2708ee8c6288f0541ce4
refs/heads/master
2022-12-28T21:57:56.279917
2020-10-15T16:18:39
2020-10-15T16:18:39
304,382,819
0
0
null
null
null
null
UTF-8
PlantUML
false
false
314
puml
@startuml actor "user" as user node "Kotlin ReSTful Api" { component "Controller" as controller component "Service" as service component "Repository" as repository } database "MySql" as database user <--> controller controller <--> service service <--> repository repository <--> database @enduml
false
true
false
false
sequence
9a0ec8e223cbf9b6f89fa317b3ed37e091504f9f
4e735a2b94ef137437adc8798f08fe9ca8b8b6c5
/docs/diagrams/EventClassDiagram.puml
eb0425b108694ee4c8348db20f0af3905eb646bb
[ "MIT" ]
permissive
AY1920S1-CS2103T-T11-1/main
077c196c06f1ce91d5fb1afe8b969390ba737f85
e2e0e05955f04931ddaff41685a3dba64c0e6e86
refs/heads/master
2020-07-21T05:18:09.774695
2019-11-12T15:45:13
2019-11-12T15:45:13
206,758,681
0
7
NOASSERTION
2019-11-12T15:18:58
2019-09-06T09:19:12
Java
UTF-8
PlantUML
false
false
248
puml
@startuml class Event class Description class Price class Timestamp class Category Description "2" <-- Event Price "1" <-- Event Timestamp "1" <-- Event Category "1" <-- Event class Event { + setBudget(b: Budget) + convertToExpense() } @enduml
false
true
false
false
class
78d1c4bc9b93dea7a9187efb91fcdfe662f18669
35cb5a678f461414326be39f405ed729976806af
/src/site/plantuml/datamodel.puml
ed177c087cb80f9087b13e3320798237d0c62562
[]
no_license
gastonx99/gameon
6c6fe6f22660fb6e0ae58621bd10a8f899da39b7
68f99ef9d702b864fcf98d50ce88699e43c7334c
refs/heads/master
2023-06-14T07:25:56.818596
2023-06-05T20:45:28
2023-06-05T20:45:28
230,757,256
0
0
null
2023-06-05T20:45:29
2019-12-29T13:54:49
Java
UTF-8
PlantUML
false
false
599
puml
@startuml !ifdef GIT_COMMIT legend top Datamodel end legend !endif enum TournamentType { CUP LEAGUE } class Match { pk -- finalScore : Score } class Score { home away } class Season class Team class Tournament { pk -- type : TournamentType } class Venue class User class MatchBet { pk -- score : Score } Tournament *-- Season Season *-- Match Match *-- Venue Team "1" *-- "*" Match Season *-- "*" FantasySeason FantasySeason *-- User : owner FantasySeason *-- "*" User : members User *-- "*" MatchBet Match *-- "*" MatchBet @enduml
false
true
false
false
class
2b0ee46abee0ff88fdf0300e97bef9928d66ee1f
96874e0e3f9711f63256e620f7e83d6c24addc40
/T4 - Sara/plantuml/CG_Privado/Privado_BBox.puml
b14d8f94c3257e6e0539a6949036df24f29c6a37
[]
no_license
sarahelenargthss/LudoOpenGL
d61bf926e3e5f14695cba7681b5704c037560dc3
7112a5c8facf2ee60a3b9d0a1161e03d23bb4422
refs/heads/main
2023-02-04T22:39:57.249310
2020-12-22T00:11:23
2020-12-22T00:11:23
323,476,001
0
0
null
null
null
null
UTF-8
PlantUML
false
false
103
puml
@startuml abstract class Privado_BBox { + {static} Dentro(bBox:BBox, pto:Ponto4D) : bool } @enduml
false
true
false
false
class
142d7122c325a1a8399f410292603ae96b98c414
800724e2b1a04d51b59c245dd700a5396eb25f55
/DD/diagrams/GroupDataRequest_Sequence.puml
450476f33440a5651d3e6ecbf7f3b7c25cbed99e
[]
no_license
AlviseDeFaveri/BiscontiniDeFaveriGelli
2d2628fbff1dbb1d03a7ba3e63e1241da00850c7
67303ff8209bf42863169275651dd97d26b7d071
refs/heads/master
2020-03-31T17:50:42.283938
2020-01-12T12:21:21
2020-01-12T12:21:21
152,436,166
1
0
null
null
null
null
UTF-8
PlantUML
false
false
895
puml
@startuml skinparam monochrome true actor ThirdParty as TP participant Sender as SND participant RequestManager as REQ participant AuthenticationService as AUTH participant AnonymizationService as NOT TP -> REQ : askGroupData(ReqParams, filters, token, callback, isSub) activate REQ REQ -> AUTH: authRequest(token) activate AUTH AUTH --> REQ: VAT_Code deactivate AUTH REQ -> REQ : addGroupReq(params, filters, callback, VAT_Code) activate REQ deactivate REQ REQ -> NOT : isAnonymizable(req_ID) activate NOT alt anonymizable group NOT --> REQ : YES REQ -> SND : send(req_ID) deactivate REQ activate SND SND -> SND : builds message using filters and parameters activate SND deactivate SND SND -> TP: GroupData deactivate SND else not enough users NOT -> REQ : NO deactivate NOT activate REQ REQ -> SND : send(error) deactivate REQ activate SND SND -> TP: Error deactivate SND end @enduml
false
true
false
false
usecase
d21d7705ecfed03dbdf64b1a6e56bc21a25fe6f1
5f8c519abc8326f93330b09655abc5e426900d8e
/Actividades/A4.1.Command/commandPattern.puml
dd6790bedcd57eee55843f5650e8a9026066d581
[]
no_license
emilianoabascal/A01023234_AyMSS18
2fcfaa6305b3ab3bcee6651dd2e1c9016f90dca7
fb9f85b509d848e22d5d300d5d6447a6558bf80c
refs/heads/master
2021-05-12T14:35:33.911706
2018-05-14T01:12:59
2018-05-14T01:12:59
116,961,382
1
0
null
null
null
null
UTF-8
PlantUML
false
false
376
puml
@startuml scale 2 class Client{ } class Invoker{ } class Command{ state; +Execute(); } class Receiver{ +Action(); } class ConcreteCommand{ state; +Execute(); } note "receiver.Action()" as n Client..>ConcreteCommand Client -> Receiver ConcreteCommand->Receiver: Receiver ConcreteCommand-|>Command Invoker o-->Command n--ConcreteCommand @enduml
false
true
false
false
sequence
2777d17a89562f33ecf5d109469ac5612ce8ee72
ca79b2d9beef8c7b22637ff4a591d1f46fabfdf4
/dist/DatabaseLogical.iuml
8a77747440f79a74792221e05e2b68e52c53ee01
[ "BSD-3-Clause" ]
permissive
chippyash/db-plantuml
b4123ee9431a3e992f4c704ab03adb08f61665ab
15c9f20f5b6017bd2b28b525ffab43bc9383b673
refs/heads/master
2022-08-12T13:36:53.469823
2022-07-29T07:09:06
2022-07-29T07:09:06
234,874,336
13
2
BSD-3-Clause
2022-04-20T13:32:02
2020-01-19T09:35:17
PHP
UTF-8
PlantUML
false
false
4,030
iuml
@startuml /' * PlantUml Logical Database support * * @author Ashley Kitson * @license BSD-3 Clause * @copyright Ashley Kitson, UK, 2020 '/ /' Components '/ 'Logical diagrams deal with Entity, so mark Table class a E !unquoted procedure Table(alias, name="", description="") !if (%strlen(name) == 0) !name = alias !endif !if (%strlen(description) > 0) class alias as "name\n(description)" << (E,#FFAAAA)Table>> !else class "name" as alias << (E,#FFAAAA)Table>> !endif !endprocedure 'Psuedonym for Table !define Entity(alias, name="", description="") Table(alias, name, description) 'Type (Enum) !unquoted procedure Type(alias, name="", description="") !if (%strlen(name) == 0) !name = alias !endif !if (%strlen(description) > 0) enum alias as "name\n(description)" << (T, green)Enum>> !else enum "name" as alias << (T, green)Enum>> !endif !endprocedure 'Set (Enum) !unquoted procedure Set(alias, name="", description="") !if (%strlen(name) == 0) !name = alias !endif !if (%strlen(description) > 0) enum alias as "name\n(description)" << (S, green)Set>> !else enum "name" as alias << (S, green)Set>> !endif !endprocedure /' Data Types '/ !define string(l=30) string !define char(l=8) char !define text() text !define date() date !define time() time !define datetime() datetime !define int(l=8) int !define real() real !define bool() boolean /' Data Type modifiers '/ !define not_null(name, type) name type not empty !define unsigned(name, l=8) name unsigned int !define _unsigned(l=8) unsigned int /' Indexes '/ 'Primary key is bold. By default PKs are called 'id' and are autoincrement Integers !unquoted procedure primary($name = 'id', $type=_unsigned(), $auto=1) !$autoincrement = '' <b>PK $name</b> :$type $autoincrement !endprocedure 'Non unique index !unquoted procedure idx($name, $type=int()) <color:blue>IDX $name</color> :$type !endprocedure 'Unique Index !unquoted procedure unique($name, $type=int()) <color:blue>KEY $name</color> :$type !endprocedure 'Generic index definitions !define idx2(name1, name2) <i>index(name1, name2)</i> !define idx3(name1, name2, name3) <i>index(name1, name2, name3)</i> /' Entity joins '/ !unquoted procedure _join($from, $to, $verb, $fNum, $tNum) !if ($fNum == 0) !if ($tNum == 0) $from -- $to: $verb !endif !if ($tNum == 1) $from "0" o-- "1" $to: $verb !endif !if ($tNum == 'n') $from "0" o-- $to: $verb !endif !if (%intval($tNum) > 1) $from --o "$tNum" $to: $verb !endif !endif !if ($fNum == 1) !if ($tNum == 0) $from -- $to: $verb !endif !if ($tNum == 1) $from *-- $to: $verb !endif !if ($tNum == 'n') $from o-- $to: $verb !endif !if (%intval($tNum) > 1) $from o-- "$tNum" $to: $verb !endif !endif !if ($fNum == 'n') !if ($tNum == 0) $from --o $to: $verb !endif !if ($tNum == 1) $from --o $to: $verb !endif !if ($tNum == 'n') $from o--o $to: $verb !endif !if (%intval($tNum) > 1) $from o--o "$tNum" $to: $verb !endif !endif !if (%intval($fNum) > 1) !if ($tNum == 0) $from "$fNum" o-- $to: $verb !endif !if ($tNum == 1) $from "$fNum" o-- $to: $verb !endif !if ($tNum == 'n') $from "$fNum" o--o $to: $verb !endif !if (%intval($tNum) > 1) $from "$fNum" o--o "$tNum" $to: $verb !endif !endif !endprocedure 'Zero, one or more to many !unquoted procedure zeromany(from, to, verb, tNum='n') _join(from,to,verb,0,tNum) !endprocedure 'One to Many !unquoted procedure onemany(from, to, verb, tNum='n') _join(from,to,verb,1,tNum) !endprocedure 'Many to Many !unquoted procedure manymany($from, $to, $verbFrom, $verbTo) _join($from, $to, "$verbFrom >\n< $verbTo", n, n) !endprocedure 'One To One !unquoted procedure oneone(from, to, verb, keyname='id', type=int()) _join(from,to,verb,1,1) !endprocedure 'Type Dependency !unquoted procedure depends($from, $to, $colName) $from : $colName $to $from::$colName --> $to : $colName !endprocedure hide stereotypes hide empty members @enduml
false
true
false
false
sequence
63e59603ee3844ae0c13994729a17679be923c76
b13efe96f0d51d1db9385fc050f7cd6ac8cf5f22
/src/test/java/GetBuildingsTest.puml
201dc92df07e66ea06214a53dc7c958aa34b08d0
[]
no_license
kaspercphbusiness/2semWebbuildingsWithTest
2ab93594d48cf9194a997ea822974fb37767edc8
41bfcf7df951701d8e12cb8b496d54ae43bfd5a1
refs/heads/master
2021-01-12T14:43:44.919357
2017-05-02T11:59:58
2017-05-02T11:59:58
72,072,010
2
0
null
null
null
null
UTF-8
PlantUML
false
false
579
puml
@startuml participant UnitTest << (T,#ADD1B2) >> participant DBFacade participant JDBCConnection << (T,#ADD1B2) >> participant JDBCStatement create JDBCConnection UnitTest -> JDBCConnection: get testConnection UnitTest <-- JDBCConnection: connection Create DBFacade UnitTest -> DBFacade: setConnection( testConnection s) UnitTest -> DBFacade: getBuildings() group implementation of getBuildings() ||| DBFacade -> JDBCConnection create JDBCStatement DBFacade -> JDBCStatement end UnitTest <- DBFacade: return List<Building> UnitTest <- UnitTest: assert list has 5 elements @enduml
false
true
false
false
sequence
bfead00956bb8c63467dcadcc1cd9ec162c8936a
3e8de74dfe19cd437fd7842887394d4921a109d7
/docs/images/etat-c.plantuml
8c673b4bdf0c538a6af4daec69ab90821ff1996e
[]
no_license
jmbruel/InnopolisDesignPatterns
62c5f1df870883cd44245d6459243c83b96d0995
a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e
refs/heads/master
2021-02-04T20:34:22.378185
2020-11-16T17:40:28
2020-11-16T17:40:28
243,707,157
0
7
null
2020-10-23T08:58:33
2020-02-28T07:49:59
JavaScript
UTF-8
PlantUML
false
false
405
plantuml
@startuml '----------------------------------- ' UML patterns illustrated ' JMB 2014 '----------------------------------- interface Etat Etat : {abstract} gerer() 'class Contexte --> "+etat" Etat Contexte : requete() {etat.gerer();} 'class EtatConcret1 implements Etat 'class EtatConcret2 implements Etat class EtatConcret1 class EtatConcret2 EtatConcret1 : gerer() EtatConcret2 : gerer() @enduml
false
true
false
false
class
5955c7ca7d7f84a09f60f7dec40a792a9dd4c94a
51bbfaef0331f2ab3506802100a1d18b1f12c4e9
/design-pattern/factory/etc/factory.puml
d779e94d89181f7258346512aefabac8226cf0f4
[ "Apache-2.0" ]
permissive
JaphyFan/spring-bootstrap
6439c91d95f98c16dccb7c36b07bb8f777d04792
c817b4a4f847d9b12c6613b2fedf9064f7fd40a9
refs/heads/master
2023-07-23T20:03:53.087571
2023-04-25T01:10:05
2023-04-25T01:10:05
228,553,612
0
0
Apache-2.0
2023-07-07T21:52:20
2019-12-17T06:59:45
Java
UTF-8
PlantUML
false
false
533
puml
@startuml package com.japhy.design.factory { enum CarType { + FORD {static} + FERRARI {static} } class Ford { - DESCRIPTION: String + Ford() + getDescription(): String } class Ferrari { - DESCRIPTION: String + Ferrari() + getDescription(): String } class CarFactory { + getCar(carType: CarType): Car {static} } interface Car { + getDescription(): String } Ford ..|> Car Ferrari ..|> Car } @enduml
false
true
false
false
class
ac737db4292ccbc00825b997fb66bd0d10b80e3c
800724e2b1a04d51b59c245dd700a5396eb25f55
/RASD/Diagrams/Draw.io/seq_user_registration.puml
04c71032df27e84efb14a43106c10cbe5ed00f02
[]
no_license
AlviseDeFaveri/BiscontiniDeFaveriGelli
2d2628fbff1dbb1d03a7ba3e63e1241da00850c7
67303ff8209bf42863169275651dd97d26b7d071
refs/heads/master
2020-03-31T17:50:42.283938
2020-01-12T12:21:21
2020-01-12T12:21:21
152,436,166
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,091
puml
@startuml autonumber "<b>[0]:</b>" skinparam monochrome true actor User participant UI participant Data4Help activate User User -> UI : click(register_button) activate UI UI -->> User : show(registration_form) deactivate UI loop User -> UI : fillIn(registration_form) activate UI UI -> UI : verifyInput() activate UI #lightgrey deactivate UI alt success UI -> User : show(data_treatment_policy) activate User #lightgrey User -->> UI : agree(data_treatment_policy) deactivate User UI -> Data4Help : registerUser(fiscal_code, password) activate Data4Help Data4Help -> Data4Help : checkExistingUsers() activate Data4Help #lightgrey deactivate Data4Help alt user doesn't exists Data4Help -->> UI : confirmUser() UI -->> User : confirmRegistration() else already existing user autonumber 9 Data4Help -->> UI : sendError(error) deactivate Data4Help UI -->> User : showError(user_already_exists) end else any input error autonumber 5 UI -->> User : showError(input_error) deactivate UI end end deactivate User @enduml
false
true
false
false
usecase
7a284124027b996253d543fd3bda42d8668b976c
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/BusinessUnitParentChangedMessage.puml
15b4cce318263833d2c6d83e69f6c0693f05c071
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,299
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 BusinessUnitParentChangedMessage [[BusinessUnitParentChangedMessage.svg]] extends Message { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] oldParentUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] newParentUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] } interface Message [[Message.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
false
true
false
false
class
91851aa311857fe47b6c3dcc38a1d9a93712cc23
ad12e3186b27f3c49830eafa359576f98d6e3c18
/Uml/ToggleTask.plantuml
d550bf5a75812511a640d18695a236eeca09a232
[]
no_license
Florkin/todoandco
eb3d25da13cb45cef83dbeb8c1cf8fcece95e664
baee942e863408173e3b05d39e6c88270b705dcb
refs/heads/master
2023-03-23T02:03:12.140051
2021-03-11T11:47:15
2021-03-11T11:47:15
327,698,030
0
1
null
2021-02-11T15:02:16
2021-01-07T18:49:06
PHP
UTF-8
PlantUML
false
false
362
plantuml
@startuml Client -> App : [XmlHttpRequest] toggle done/todo App -> App : Check permissions alt permission denied App --> Client : [HTTP::403] Forbidden else permission granted App -> MySQL : UPDATE Query MySQL -> MySQL : ProcessQuery MySQL --> App : response App --> Client : [HTTP::200] Success Client -> Client : Modify DOM end @enduml
false
true
false
false
sequence
76db359a754e9676aea367c48fb50669e8fd4d10
897c5f0768d85d6070cbac83453eaeda84f86ab7
/SELAIN SISTEM/UML/DIAGRAM/UsecaseDiagram/kepala.puml
61dcc482da17880143fdd74648e1e586f8a1a0f2
[ "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
5,257
puml
@startuml UsecaseMSPT Left to Right Direction skinParam packageStyle rectangle actor Kepala rectangle "Use Case Diagram Manajemen Surat Perintah Tugas"{ Kepala -- (Melihat Dashboard) Kepala -- (Melihat Profil) Kepala -- (Mengubah Profil) Kepala-- (Mengubah Password) Kepala -- (Forgot Password) Kepala -- (Melihat Persetujuan Disposisi) Kepala -- (Melihat File Disposisi) Kepala -- (Menyetujui Disposisi Ke BKD) Kepala -- (Menyetujui Disposisi Ke BKA) Kepala -- (Melihat Disposisi BKD) Kepala -- (Melihat File Disposisi BKD) Kepala -- (Melihat File Persetujuan Disposisi BKD) Kepala -- (Mengupload Persetujuan Disposisi BKD) Kepala -- (Menyetujui Disposisi BKD) Kepala -- (Menolak Disposisi BKD) Kepala -- (Melihat Disposisi BKA) Kepala -- (Melihat File Disposisi BKA) Kepala -- (Melihat File Persetujuan Disposisi BKA) Kepala -- (Mengupload Persetujuan Disposisi BKA) Kepala -- (Menyetujui Disposisi BKA) Kepala -- (Menolak Disposisi BKA) Kepala -- (Melihat Persetujuan SPT BKD) Kepala -- (Melihat File SPT BKD) Kepala -- (Melihat File Persetujuan SPT BKD) Kepala -- (Mengupload Persetujuan SPT BKD) Kepala -- (Menyetujui SPT BKD) Kepala -- (Menolak SPT BKD) Kepala -- (Melihat Persetujuan SPT BKA) Kepala -- (Melihat File SPT BKA) Kepala -- (Melihat File Persetujuan SPT BKA) Kepala -- (Mengupload Persetujuan SPT BKA) Kepala -- (Menyetujui SPT BKA) Kepala -- (Menolak SPT BKA) Kepala -- (Mencari Persetujuan Disposisi) Kepala -- (Mencari Disposisi BKD) Kepala -- (Mencari Disposisi BKA) Kepala -- (Mencari Persetujuan SPT BKD) Kepala -- (Mencari Persetujuan SPT BKA) Kepala -- (Melihat Pemberitahuan Surat Disposisi) Kepala -- (Melihat Pemberitahuan Surat Disposisi BKD) Kepala -- (Melihat Pemberitahuan Surat Disposisi BKA) Kepala -- (Melihat Pemberitahuan Persetujuan SPT BKD) Kepala -- (Melihat Pemberitahuan Persetujuan SPT BKA) (Melihat Dashboard)..> (Login) : include (Melihat Profil)..> (Login) : include (Mengubah Profil)..> (Login) : include (Mengubah Password)..> (Login) : include (Forgot Password)..> (Login) : include (Melihat Role)..> (Login) : include (Menambah Role)..> (Melihat Role) : include (Mengubah Role)..> (Melihat Role) : include (Menghapus Role)..> (Melihat Role) : include (Menambah Akses)..> (Melihat Role) : include (Mengurangi Akses)..> (Melihat Role) : include (Melihat Persetujuan Disposisi)..> (Login) : include (Melihat File Disposisi)..> (Melihat Persetujuan Disposisi) : include (Menyetujui Disposisi Ke BKD)..> (Melihat Persetujuan Disposisi) : include (Menyetujui Disposisi Ke BKA)..> (Melihat Persetujuan Disposisi) : include (Melihat Disposisi BKD)..> (Login) : include (Melihat File Disposisi BKD)..> (Melihat Disposisi BKD) : include (Melihat File Persetujuan Disposisi BKD)..> (Melihat Disposisi BKD) : include (Mengupload Persetujuan Disposisi BKD)..> (Melihat Disposisi BKD) : include (Menyetujui Disposisi BKD)..> (Melihat Disposisi BKD) : include (Menolak Disposisi BKD)..> (Melihat Disposisi BKD) : include (Melihat Disposisi BKA)..> (Login) : include (Melihat File Disposisi BKA)..> (Melihat Disposisi BKA) : include (Melihat File Persetujuan Disposisi BKA)..> (Melihat Disposisi BKA) : include (Mengupload Persetujuan Disposisi BKA)..> (Melihat Disposisi BKA) : include (Menyetujui Disposisi BKA)..> (Melihat Disposisi BKA) : include (Menolak Disposisi BKA)..> (Melihat Disposisi BKA) : include (Melihat Persetujuan SPT BKD)..> (Login) : include (Melihat File SPT BKD)..> (Melihat Persetujuan SPT BKD) : include (Melihat File Persetujuan SPT BKD)..> (Melihat Persetujuan SPT BKD) : include (Mengupload Persetujuan SPT BKD)..> (Melihat Persetujuan SPT BKD) : include (Menyetujui SPT BKD)..> (Melihat Persetujuan SPT BKD) : include (Menolak SPT BKD)..> (Melihat Persetujuan SPT BKD) : include (Melihat Persetujuan SPT BKA)..> (Login) : include (Melihat File SPT BKA)..> (Melihat Persetujuan SPT BKA) : include (Melihat File Persetujuan SPT BKA)..> (Melihat Persetujuan SPT BKA) : include (Mengupload Persetujuan SPT BKA)..> (Melihat Persetujuan SPT BKA) : include (Menyetujui SPT BKA)..> (Melihat Persetujuan SPT BKA) : include (Menolak SPT BKA)..> (Melihat Persetujuan SPT BKA) : include (Mencari Persetujuan Disposisi)..> (Melihat Persetujuan Disposisi) : include (Mencari Disposisi BKD)..> (Melihat Disposisi BKD) : include (Mencari Disposisi BKA)..> (Melihat Disposisi BKA) : include (Mencari Persetujuan SPT BKD)..> (Melihat Persetujuan SPT BKD) : include (Mencari Persetujuan SPT BKA)..> (Melihat Persetujuan SPT BKA) : include (Melihat Pemberitahuan Surat Disposisi)..> (Melihat Persetujuan Disposisi) : include (Melihat Pemberitahuan Surat Disposisi BKD)..> (Melihat Disposisi BKD) : include (Melihat Pemberitahuan Surat Disposisi BKA)..> (Melihat Disposisi BKA) : include (Melihat Pemberitahuan Persetujuan SPT BKD)..> (Melihat Persetujuan SPT BKD) : include (Melihat Pemberitahuan Persetujuan SPT BKA)..> (Melihat Persetujuan SPT BKA) : include } @enduml
false
true
false
false
usecase
f866ea2bf8e8abc404454fe317205ad6818f3250
f0d65880e915ada4064e6427e8c772db1b2a1519
/UseCases/UseCase-01-Diagram.puml
f1ecdc48240efdb55e976ad37b36ed70e0610460
[ "MIT" ]
permissive
gaborbuzasi/group-b-sem-coursework
6da85aaf7e2875f269f4faf14b61f9e2f0095f3d
59e2229e89cf442c9489c084e1b638c3eb5af119
refs/heads/master
2020-04-17T22:19:48.854942
2019-04-26T08:41:14
2019-04-26T08:41:14
166,989,856
1
0
MIT
2019-04-25T12:14:23
2019-01-22T12:24:08
Java
UTF-8
PlantUML
false
false
413
puml
@startuml actor Statistics as "Statistician" rectangle Database rectangle "Population Information System" { usecase UC1 as "Get report of All the countries in the world OR a continent OR a region ordered by population " usecase UC1 as "Print report of All the countries in the world OR a continent OR a region ordered by population" ST - UC1 UC1 ..> UCa : include UC1 - Database } @enduml
false
true
false
false
usecase
cf927cdd88e788635d9b4ad2e2245f8944ffc63d
d061fb67eb1edba69c940ed07f2a0ddc4d997cd4
/Diagrams/jam.puml
054dbd4685bd24b6b6faf622e6c7a5c996416b26
[]
no_license
TomasDiez99/BelowTheSins
c2ad474001f1a0bb3ae41d4248de95d6f40b2e84
ebd81102dc884dd587d60f8b0cea04afe6f8819f
refs/heads/master
2021-03-13T21:12:33.313092
2018-10-28T14:42:57
2018-10-28T14:42:57
246,712,859
2
0
null
null
null
null
UTF-8
PlantUML
false
false
280
puml
@startuml class GiverSinners { } class GiverPhrase{ } abstract class Phrases{ -phrase:String -demon:Demon[] +HasDemon(d:Demon) } class Sinner{ -Image:Sprite -phrase:Phrase } class Demon{ score:float +Increment() +Decrement() } @enduml
false
true
false
false
class
441ad1459369122935e2ce2c513d662c902a120a
d8542196004614346e18570418310e4104c01578
/docs/proposals/images/controlplane/controlplane-init-1.plantuml
5353a47a7a9cbf08812f1025f4b3c194bf118a8a
[ "Apache-2.0" ]
permissive
diamanticom/cluster-api
d30ab09dd0756742707a7483e6cf7919562eaf64
1491f04a099dfcb9c61d116bed1236dc6426dc5e
refs/heads/master
2022-01-01T14:28:15.712115
2021-08-30T20:43:39
2021-08-30T20:43:39
238,814,477
1
1
Apache-2.0
2021-06-01T12:56:47
2020-02-07T00:39:53
Go
UTF-8
PlantUML
false
false
1,793
plantuml
@startuml title User creates a Cluster with KubeadmControlPlane actor User ' -- GROUPS START --- box #lightgreen participant "API Server" end box box #lightslategray participant "Cluster API Cluster Controller" end box ' -- GROUPS END --- User->"API Server":kubectl apply -f cluster.yaml "API Server"-->>"Cluster API Cluster Controller": New Cluster "Cluster API Cluster Controller"-> "Cluster API Cluster Controller":Cluster Controller Reconcile activate "Cluster API Cluster Controller" note over "Cluster API Cluster Controller": - ✅ Cluster.Status.InfrastructureReady is false\n- ✅ Cluster.Spec.ControlPlaneRef is populated\n- ✅ Cluster.Spec.ControlPlaneRef -> Status.Ready is false opt Required only if the object hasn't been seen before "Cluster API Cluster Controller"-> "Cluster API Cluster Controller":Add watcher for \nCluster.Spec.ControlPlaneRef.Kind objects end opt Required only if the infrastructure object doesn't have a Cluster owner reference "Cluster API Cluster Controller"-> "Cluster API Cluster Controller":Set Cluster.Spec.InfrastructureRef -> OwnerReferences[0] to Cluster "Cluster API Cluster Controller"->"API Server": Patch AWSCluster "Cluster API Cluster Controller"<<--"API Server": Response end opt Required only if the control plane object doesn't have a Cluster owner reference "Cluster API Cluster Controller"-> "Cluster API Cluster Controller":Set Cluster.Spec.ControlPlaneRef -> OwnerReferences[0] to Cluster "Cluster API Cluster Controller"->"API Server": Patch KubeadmControlPlane "Cluster API Cluster Controller"<<--"API Server": Response end "Cluster API Cluster Controller"->"API Server": Patch Cluster Status "Cluster API Cluster Controller"<<--"API Server": Response deactivate "Cluster API Cluster Controller" hide footbox @enduml
false
true
true
false
sequence
57dbb9d49effd5ddf76dbf59dd383b3cd548afd2
0854491daf9cdc4eec02cb0266e984a490ddc101
/game-of-thrones/uml/Validator.plantuml
48f1394a02230fe13592376c92dc314127665bf8
[]
no_license
charantej224/game-of-thrones
7cfffba19e5f6137922fbfa36b49aba647ca4ac9
69348d6cae6b14da037b86118471f09988917e7a
refs/heads/master
2020-05-15T03:37:03.060951
2019-04-23T05:40:11
2019-04-23T05:40:11
182,070,674
0
1
null
2019-04-21T23:30:04
2019-04-18T10:53:37
Java
UTF-8
PlantUML
false
false
676
plantuml
@startuml title __VALIDATOR's Class Diagram__\n package com.thrones.of.game { package com.thrones.of.game.Validator { class GameValidator { - helpProperties : Properties - patternProperties : Properties + canUserFightWithWeapon() + isSelectedUserHavingWeapons() + validateRegistry() + validatePlayerLevel() + checkIfRegisteredUser() } } } GameValidator o-- Session : session 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
ccaf5244a34ec61f58cdac800941f4d1bb4e9b1c
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii02/doc/plantuml/ua/khpi/oop/malokhvii02/event/DataCollectionEvent.puml
97d38af0594d7421e2b44d397c543fe04c93d1b9
[ "MIT" ]
permissive
P-Kalin/kit26a
fb229a10ad20488eacbd0bd573c45c1c4f057413
2904ab619ee48d5d781fa3d531c95643d4d4e17a
refs/heads/master
2021-08-30T06:07:46.806421
2017-12-16T09:56:41
2017-12-16T09:56:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
146
puml
@startuml class DataCollectionEvent { +DataCollectionEvent() +perform(EventLoop, DataContainer): void } @enduml
false
true
false
false
class
3335ea33cf182466aed94cc3fa1bd458a6d9850a
989b3152bddfc7a4a6f155115f3528e00dac0158
/docs/umls/stateEnemy.iuml
2eff4b6769fa71d6ff0e31a6c2f3ee3e8f38a88b
[]
no_license
up201806330/ASCIIValley
aa5904c13aa3b41e5c4551e0add5f53b6d89514a
5e908626e1a4cae1cefde3d3323a2d90d755bdf9
refs/heads/master
2023-02-20T23:49:37.835398
2021-01-26T16:38:10
2021-01-26T16:38:10
308,782,804
1
0
null
null
null
null
UTF-8
PlantUML
false
false
678
iuml
@startuml abstract class Enemy{ EnemyHumour activeHumour void setAggroedState() void setNormalState() } abstract class EnemyHumour{ Enemy me; int maxCooldown; TextColor color; Command enemyAction() } abstract class AggroedHumour{ } abstract class NormalHumour{ } class GhostAggroed{ Command enemyAction() } class GhostNormal{ Command enemyAction() } class MummyAggroed{ Command enemyAction() } class MummyNormal{ Command enemyAction() } Enemy o- EnemyHumour EnemyHumour <|-- AggroedHumour EnemyHumour <|-- NormalHumour AggroedHumour <|-- MummyAggroed AggroedHumour <|-- GhostAggroed NormalHumour <|-- MummyNormal NormalHumour <|-- GhostNormal @enduml
false
true
false
false
class
b2336d8164f9d2ab400a604675fd21c1aca2816f
6a1fe48e0bb80dd14a10f08df977846f00c92073
/messaging-api/messaging-api.plantuml
fa42543eb09f143ed9c23fd49991f8458d0b0dc8
[]
no_license
Hyphen133/Messanger
0e33d9747a5f1b096157dedb1a3bb1f4f5322f1d
848c13a06e7a6ebd9ad43e37cade6099aec136f1
refs/heads/master
2023-02-12T11:55:05.167343
2021-01-06T22:41:54
2021-01-06T22:41:54
308,900,718
0
0
null
2021-01-06T22:41:56
2020-10-31T14:33:26
Java
UTF-8
PlantUML
false
false
5,473
plantuml
@startuml title __MESSAGING-API's Class Diagram__\n namespace application { interface application.MessagingAPI { } } namespace application { class application.MessagingAPIFactory { } } namespace application { class application.ReadMessage { } } namespace application { class application.StandardMessagingAPI { } } namespace application { class application.WriteMessage { } } namespace application { class application.WriteMessageBuilder { } } namespace domain { class domain.Author { } } namespace domain { class domain.Chat { } } namespace domain { class domain.ChatMessage { } } namespace domain { class domain.NewMessageReceived { } } namespace domain { class domain.User { } } namespace domain { class domain.UserAddedToChat { } } namespace infrastructure { class infrastructure.ConsoleInfoLogger { } } namespace infrastructure { class infrastructure.local.InMemoryChatRepository { } } namespace infrastructure { class infrastructure.local.LocalChatRepositoryFactory { } } namespace infrastructure { class infrastructure.local.LocalMessageEventDispatcher { } } namespace infrastructure { class infrastructure.local.LocalMessageEventDispatcherFactory { } } namespace infrastructure { class infrastructure.LoggerFactory { } } namespace ports { interface ports.ChatRepository { } } namespace ports { interface ports.ChatRespositoryFactory { } } namespace ports { interface ports.Logger { } } namespace ports { enum LoggingType { } } namespace ports { interface ports.MessageEventDispatcher { } } namespace ports { interface ports.MessageEventDispatcherFactory { } } namespace presentation { class presentation.MessagingAPIStarter { } } namespace presentation { namespace frontend { class presentation.frontend.ChatCreationRequestBody { } } } namespace presentation { namespace frontend { class presentation.MessagingAPIConfiguration { } } } namespace presentation { namespace frontend { class presentation.frontend.MessagingAPIController { } } } namespace presentation { namespace frontend { class presentation.frontend.UserConnectToChatRequestBody { } } } namespace presentation { namespace frontend { class presentation.frontend.WriteMessageRepresentation { } } } namespace presentation { namespace frontend { namespace websockets { class presentation.frontend.websockets.MessageRepresentation { } } } } namespace presentation { namespace frontend { namespace websockets { class presentation.frontend.websockets.MessageRepresentationDecoder { } } } } namespace presentation { namespace frontend { namespace websockets { class presentation.frontend.websockets.MessageRepresentationEncoder { } } } } namespace presentation { namespace frontend { namespace websockets { class presentation.frontend.websockets.MessagingSocket { } } } } namespace presentation { namespace frontend { namespace websockets { class presentation.frontend.websockets.SessionUserRegistry { } } } } namespace presentation { namespace frontend { namespace websockets { class presentation.frontend.websockets.UserSocketRegistry { } } } } application.StandardMessagingAPI .up.|> application.MessagingAPI application.StandardMessagingAPI o-- ports.MessageEventDispatcher : dispatcher application.StandardMessagingAPI o-- ports.ChatRepository : chatRepository application.StandardMessagingAPI o-- ports.Logger : logger domain.ChatMessage o-- domain.Author : author infrastructure.ConsoleInfoLogger .up.|> ports.Logger infrastructure.local.InMemoryChatRepository .up.|> ports.ChatRepository infrastructure.local.LocalChatRepositoryFactory .up.|> ports.ChatRespositoryFactory infrastructure.local.LocalMessageEventDispatcher .up.|> ports.MessageEventDispatcher infrastructure.local.LocalMessageEventDispatcherFactory .up.|> ports.MessageEventDispatcherFactory presentation.frontend.MessagingAPIController o-- application.MessagingAPI : messagingAPI presentation.frontend.websockets.MessageRepresentationDecoder .up.|> javax.websocket.Decoder.Text presentation.frontend.websockets.MessageRepresentationEncoder .up.|> javax.websocket.Encoder.Text presentation.frontend.websockets.MessagingSocket o-- ports.Logger : logger presentation.frontend.websockets.MessagingSocket o-- application.MessagingAPI : messagingAPI presentation.frontend.websockets.MessagingSocket o-- presentation.frontend.websockets.SessionUserRegistry : sessionUserRegistry presentation.frontend.websockets.MessagingSocket o-- presentation.frontend.websockets.UserSocketRegistry : userSocketRegistry 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
9d942696ccc2e51042df74348753a1ff6cab9cbe
57fbc019b098405977ffe0e93551d48425ba78d0
/smart-contracts/openzepplin/openzeppelin-erc20-contracts.plantuml
ec1dd1812bf42bd49a5b309524740971bb2654ff
[]
no_license
3rdstage/models
40922c538ad3b56a555817d2258ee5f863002fca
7d6d41020f53fb39eace3fa3987af63a56d0ace3
refs/heads/master
2023-07-19T08:53:40.724866
2023-01-09T09:00:46
2023-01-09T09:00:46
205,056,655
0
2
null
2021-11-04T06:22:06
2019-08-29T01:39:54
D
UTF-8
PlantUML
false
false
2,678
plantuml
@startuml ' OpenZeppelin v3.2 ERC-20 Token Contracts ' https://github.com/OpenZeppelin/openzeppelin-contracts/tree/v3.2.0/contracts/token/ERC20 ' https://plantuml.com/en/class-diagram ' https://plantuml-documentation.readthedocs.io/en/latest/formatting/all-skin-params.html ' https://plantuml-documentation.readthedocs.io/en/latest/formatting/all-skin-params.html#class skinparam { DefaultFontName Lucida Console 'DefaultFontName Consolas Lucida Console DefaultFontSize 12 DiagramBorderColor silver DiagramBorderThickness 1 MinClassWidth 100 ClassFontStyle bold } hide Circle caption [[https://github.com/OpenZeppelin/openzeppelin-contracts/tree/v3.2.0/contracts/token/ERC20| OpenZeppelin v3.2 ERC-20 Token Contracts]] package utils{ class Pausable { + paused() <<final, view>> - _pause() } } package access{ abstract class AccessControl <<abstract>>{ - _roles : mapping + DEFAULT_ADMIN_ROLE : bytes32 = '0x00' + hasRole(role, acct) <<final, view>> + getRoleMemberCount(role) <<final, view>> + getRoleMember(role, index) <<final, view>> + getRoleAdmin(role) <<final, view>> + grantRole(role, acct) + revokeRole(role, acct) + renounceRole(role, acct) } } package token{ interface IERC20 <<interface>>{ + {abstract} totalSupply() <<view>> + {abstract} balanceOf(acct) <<view>> + {abstract} transfer(recipient, amt) + {abstract} allowance(owner, spender) <<view>> + {abstract} approve(spender, am) + {abstract} transferFrom(sender, recipients, amt) } class ERC20 implements IERC20{ - _balances : mapping - _allowances : mapping - _totalSupply : uint256 + name() <<final, view>> + symbol() <<final, view>> + decimals() <<final, view>> + totalSupply() <<final, view>> + balanceOf(acct) <<final, view>> + transfer(recipient, amt) + allowance(owner, spender) <<view>> + approve(spender, amt) + transferFrom(recipient, amt) + increaseAllowance(spender, delta) + decreaseAllowance(spender, delta) # _transfer(sender, recipient, amt) # _mint(acct, amt) # _burn(acct, amt) # _beforeTransfer(from, to, amt) } abstract class ERC20Bunrable <<abstract>> extends ERC20{ + burn(amt) + burnFrom(owner, amt) } abstract class ERC20Pausable <<abstract>> extends ERC20, Pausable{ } abstract class ERC20Capped <<abstract>> extends ERC20{ + cap() <<final, view>> } } package presets { class ERC20PresetMinterPauser extends ERC20Bunrable, ERC20Pausable, AccessControl{ + MINTER_ROLE : bytes32 + PAUSER_ROLE : bytes32 + mint(to, amt) + pause() + unpause() } } @enduml
false
true
false
false
class
15ae373a128f8020fdf3d2546564079d1a49ddbe
6a3ff4e8626dcf77e590ca1d75ab2326c65ae554
/app/src/main/java/com/android/javademo/Control.puml
5a54a449f721d44b324498d34b6fc0481c87a23a
[]
no_license
Star-Sky-Star/javaDemo
676248904bd5cb88bde19fe81d65b36720668c22
020f0749c63aa165ab8f2a7fc9e7fe165f57a91b
refs/heads/master
2020-08-22T11:29:36.156735
2019-10-20T15:34:58
2019-10-20T15:34:58
216,384,410
0
0
null
null
null
null
UTF-8
PlantUML
false
false
227
puml
@startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1->Foo2:To boundary Foo1->Foo3 :To control Foo1->Foo4 : To entity Foo1->Foo5: To database Foo1->Foo6: To collections @enduml
false
true
false
false
sequence
730454ad1fb13e95f4a2da478733a007fd641da5
2224a126b01b992d959a6bd54f2d1011a5ba4d70
/src/Docs/Sprint2/GetNominalPowerOfARoom.puml
02ea6b253989f12279415629192feaa66f45fff4
[]
no_license
1181687/hateoasToy
f7d5f6aeffe15f30adea325f40670f0e0b15cc35
0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375
refs/heads/master
2020-05-24T10:01:58.451415
2019-05-15T11:02:39
2019-05-15T11:02:39
187,203,481
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,175
puml
@startuml skinparam sequenceMessageAlign center skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DarkBlue LifeLineBorderColor black LifeLineBackgroundColor #A9DCDF ParticipantBorderColor Black ParticipantBackgroundColor DeepSkyBlue ParticipantFontStyle Bold ActorBackgroundColor DimGrey ActorFontColor DeepSkyBlue ActorFontSize 17 ActorFontName Aapex } autonumber actor User User -> UI: GetNominalPowerOfARoom () activate UI UI -> Controller: GetListOfRooms () activate Controller Controller -> House: GetListOfRooms () activate House House -> RoomList: GetListOfRooms () activate RoomList UI <-- RoomList: Room list deactivate RoomList deactivate House deactivate Controller User <- UI: Choose room from list User -> UI: int Position UI -> Controller: getNominalPower(Position) activate Controller Controller -> House: getNominalPower(Position) activate House House -> RoomList: getNominalPower(Position) activate RoomList RoomList -> Room: getNominalPower(Position) activate Room UI <-- Room: NominalPowerOfARoom deactivate Room deactivate RoomList deactivate House deactivate Controller User <-- UI: NominalPowerOfARoom deactivate UI @enduml
false
true
false
false
usecase
e5c7b8731d44b396e5e3fbc88a97593628980def
8268c82187e3033384157dc074724363570e40d5
/bankWebsite/UML Diagrams/src/Customer.puml
2caaf60f4d7d508896a6e84390a5629881be05f2
[]
no_license
nexxoshivank/Nexxo-Bank-
5b8f41ae87c1a0a010762a68e1140b61de9c2cc9
cd31c44f205970328b2fe0f3fdf73f303874f87c
refs/heads/master
2023-08-20T17:54:15.086870
2021-10-19T05:58:14
2021-10-19T05:58:14
416,671,909
0
0
null
null
null
null
UTF-8
PlantUML
false
false
293
puml
@startuml left to right direction actor "Customer" as c rectangle CustomerBankApp { usecase " Login" as uc1 usecase " Account Statements " as uc3 usecase "Profile Details" as uc4 usecase "Send Money" as uc5 usecase "Give Feedback " as uc6 } c--> uc1 c--> uc3 c--> uc4 c--> uc5 c--> uc6 @enduml
false
true
false
false
usecase
8c34873c5c8997966f90660d94de5bf1c5ae97c5
271eb04d522e661c1328ea47266851b2e2b5fcf0
/documentView/withFactoryMethod/docs/diagrams/src/paquetes.plantuml
b4146504000c132be7a17a4e9f30e4c36785bbc6
[]
no_license
kodenix/solution.java.swing.socket.sql
d734ae8d123ec67cfd18ebe8ff764ccb5e6b5be8
604ecc1523e235c9b6767d7381db9d281e340df2
refs/heads/master
2023-01-24T15:21:14.111851
2020-12-05T23:35:31
2020-12-05T23:35:31
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
17,612
plantuml
@startuml tictactoe class usantatecla.tictactoe.ConsoleTicTacToe { ~ ConsoleTicTacToe() - play() + {static} main(String[]) } class usantatecla.tictactoe.GraphicsTicTacToe { - GraphicsTicTacToe() - play() + {static} main(String[]) } class usantatecla.tictactoe.TicTacToe{ - game: Game - view: View # TicTacToe() # {abstract} createView(Game): View # play() } usantatecla.tictactoe.TicTacToe <|-down- usantatecla.tictactoe.ConsoleTicTacToe usantatecla.tictactoe.TicTacToe <|-down- usantatecla.tictactoe.GraphicsTicTacToe class Game as "usantatecla.models.Game" class consoleView as "usantatecla.tictactoe.views.console.ConsoleView" class graphicsView as "usantatecla.tictactoe.views.graphics.GraphicsView" usantatecla.tictactoe.ConsoleTicTacToe *-down-> Game usantatecla.tictactoe.GraphicsTicTacToe *-down-> Game usantatecla.tictactoe.ConsoleTicTacToe *-down-> consoleView usantatecla.tictactoe.GraphicsTicTacToe *-down-> graphicsView @enduml @startuml tictactoe.views class usantatecla.tictactoe.views.ErrorView { + {static} String[] MESSAGES + ErrorView(Error) } enum usantatecla.tictactoe.views.Message { + TITTLE + NUMBER_PLAYERS + SEPARATOR + VERTICAL_LINE_LEFT + VERTICAL_LINE_CENTERED + VERTICAL_LINE_RIGHT + ENTER_COORDINATE_TO_PUT + ENTER_COORDINATE_TO_REMOVE + COORDINATE_TO_PUT + COORDINATE_TO_REMOVE + COORDINATE_TO_MOVE + PLAYER_WIN + RESUME - String message; - Message(String) + String getMessage() + write() + writeln() + String toString() } class usantatecla.tictactoe.views.View { + View(Game) + interact() # {abstract} start() # {abstract} play() # {abstract} boolean isNewGame() } class Game as "usantatecla.tictactoe.models.Game" class Console as "usantatecla.utils.Console" class Error as "usantatecla.tictactoe.types.Error" usantatecla.tictactoe.views.ErrorView *-down-> Error usantatecla.tictactoe.views.View *-down-> Game usantatecla.tictactoe.views.Message .down.> Console @enduml @startuml tictactoe.views.console class usantatecla.tictactoe.views.console.CoordinateView { + Coordinate read(String) } usantatecla.tictactoe.views.console.CoordinateView .down.> usantatecla.tictactoe.views.console.ErrorView class Coordinate as "usantatecla.tictactoe.models.Coordinate" class Error as "usantatecla.tictactoe.types.Error" class Console as "usantatecla.utils.Console" usantatecla.tictactoe.views.console.CoordinateView .down.> Console usantatecla.tictactoe.views.console.CoordinateView .down.> Error usantatecla.tictactoe.views.console.CoordinateView .down.> Coordinate class usantatecla.tictactoe.views.console.ErrorView { ~ ErrorView(Error) ~ writeln() } class ErrorView as "usantatecla.tictactoe.views.ErrorView" ErrorView <|-down- usantatecla.tictactoe.views.console.ErrorView usantatecla.tictactoe.views.console.ErrorView .down.> Console usantatecla.tictactoe.views.console.ErrorView *-down-> Error class usantatecla.tictactoe.views.console.GameView { ~ GameView(Game) ~ write() } class Game as "usantatecla.tictactoe.models.Game" class Message as "usantatecla.tictactoe.views.Message" usantatecla.tictactoe.views.console.GameView *-down-> Game usantatecla.tictactoe.views.console.GameView .down.> Coordinate usantatecla.tictactoe.views.console.GameView .down.> Message usantatecla.tictactoe.views.console.GameView .down.> usantatecla.tictactoe.views.console.TokenView class usantatecla.tictactoe.views.console.SubView { ~ SubView(Game) } usantatecla.tictactoe.views.console.SubView *-down-> Game class usantatecla.tictactoe.views.console.PlayView { ~ interact() - put() - move() } usantatecla.tictactoe.views.console.SubView <|-down- usantatecla.tictactoe.views.console.PlayView usantatecla.tictactoe.views.console.PlayView .down.> Coordinate usantatecla.tictactoe.views.console.PlayView .down.> Message usantatecla.tictactoe.views.console.PlayView .down.> Error usantatecla.tictactoe.views.console.PlayView .down.> usantatecla.tictactoe.views.console.ErrorView usantatecla.tictactoe.views.console.PlayView .down.> usantatecla.tictactoe.views.console.CoordinateView usantatecla.tictactoe.views.console.PlayView .down.> usantatecla.tictactoe.views.console.GameView usantatecla.tictactoe.views.console.PlayView .down.> usantatecla.tictactoe.views.console.TokenView class usantatecla.tictactoe.views.console.ResumeView { ~ boolean interact() } class YesNoDialog as "usantatecla.utils.YesNoDialog" usantatecla.tictactoe.views.console.SubView <|-down- usantatecla.tictactoe.views.console.ResumeView usantatecla.tictactoe.views.console.ResumeView .down.> Message usantatecla.tictactoe.views.console.ResumeView .down.> YesNoDialog class usantatecla.tictactoe.views.console.StartView { ~ interact() } class LimitedIntDialog as "usantatecla.utils.LimitedIntDialog" usantatecla.tictactoe.views.console.SubView <|-down- usantatecla.tictactoe.views.console.StartView usantatecla.tictactoe.views.console.StartView .down.> Message usantatecla.tictactoe.views.console.StartView .down.> LimitedIntDialog usantatecla.tictactoe.views.console.StartView .down.> usantatecla.tictactoe.views.console.GameView class usantatecla.tictactoe.views.console.TokenView { + {static} char[] SYMBOLS ~ TokenView(Token) ~ write() } class Token as "usantatecla.tictactoe.types.Token" usantatecla.tictactoe.views.console.TokenView *-down-> Token usantatecla.tictactoe.views.console.TokenView .down.> Console class usantatecla.tictactoe.views.console.ConsoleView { + View(Game) } class View as "usantatecla.tictactoe.views.View" View <|-down- usantatecla.tictactoe.views.console.ConsoleView usantatecla.tictactoe.views.console.ConsoleView *-down-> usantatecla.tictactoe.views.console.ResumeView usantatecla.tictactoe.views.console.ConsoleView *-down-> usantatecla.tictactoe.views.console.PlayView usantatecla.tictactoe.views.console.ConsoleView *-down-> usantatecla.tictactoe.views.console.StartView @enduml @startuml tictactoe.views.graphics class usantatecla.tictactoe.views.graphics.ChoosePlayersView { - {static} ACCEPT: String - label: JLabel - textField: JTextField - button: JButton - playersNumber: String ~ ChoosePlayersView(JRootPane) ~ resetPlayersNumber() ~ getPlayersNumber(): String + actionPerformed(ActionEvent) + keyTyped(KeyEvent) + keyPressed(KeyEvent) + keyReleased(KeyEvent) } class ErrorView as "usantatecla.tictactoe.views.ErrorView" class Coordinate as "usantatecla.tictactoe.models.Coordinate" usantatecla.tictactoe.views.graphics.ChoosePlayersView .down.> usantatecla.tictactoe.views.graphics.Constraints usantatecla.tictactoe.views.graphics.ChoosePlayersView .down.> ErrorView class usantatecla.tictactoe.views.graphics.Constraints { ~ Constraints(int, int, int, int) } class usantatecla.tictactoe.views.graphics.CoordinateMoveView extends usantatecla.tictactoe.views.graphics.CoordinateView { {static} ENTER_COORDINATE_TO_REMOVE: String - labelRowToMove: JLabel - labelColumnToMove: JLabel - titleLabelToMove: JLabel - textFieldRowToMove: JTextField - textFieldColumnToMove: JTextField - coordinates: Coordinate[] ~ CoordinateMoveView() ~ resetCoordinates() ~ getCoordinates(): Coordinate[] + actionPerformed(ActionEvent) } class Error as "usantatecla.tictactoe.types.Error" class ErrorView as "usantatecla.tictactoe.views.ErrorView" usantatecla.tictactoe.views.graphics.CoordinateMoveView .down.> Error usantatecla.tictactoe.views.graphics.CoordinateMoveView .down.> ErrorView usantatecla.tictactoe.views.graphics.CoordinateMoveView *-down-> "2" Coordinate class usantatecla.tictactoe.views.graphics.CoordinatePutView extends usantatecla.tictactoe.views.graphics.CoordinateView { ~ CoordinatePutView() ~ resetCoordinate() ~ Coordinate getCoordinate() + actionPerformed(ActionEvent) + keyTyped(KeyEvent) + keyPressed(KeyEvent) + keyReleased(KeyEvent) } class Coordinate as "usantatecla.tictactoe.models.Coordinate" usantatecla.tictactoe.views.graphics.CoordinatePutView .down.> ErrorView usantatecla.tictactoe.views.graphics.CoordinatePutView *-down-> Coordinate class usantatecla.tictactoe.views.graphics.CoordinateView { # {static} String ENTER_COORDINATE_TO_PUT # {static} String ACCEPT # labelRow: JLabel # labelColumn: JLabel # titleLabel: JLabel # textFieldRow: JTextField # textFieldColumn: JTextField # button: JButton CoordinateView() + {abstract} actionPerformed(ActionEvent) + keyTyped(KeyEvent) + keyPressed(KeyEvent) + keyReleased(KeyEvent) } class usantatecla.tictactoe.views.graphics.GameView { ~ GameView(Game) ~ write() - printRowBoard(int) - getSquareBoardText(int, int): String } class Game as "usantatecla.tictactoe.models.Game" class Token as "usantatecla.tictactoe.types.Token" class Message as "usantatecla.tictactoe.views.Message" class TokenView as "usantatecla.tictactoe.views.console.TokenView" usantatecla.tictactoe.views.graphics.GameView *-down-> Game usantatecla.tictactoe.views.graphics.GameView .down.> Coordinate usantatecla.tictactoe.views.graphics.GameView .down.> Token usantatecla.tictactoe.views.graphics.GameView .down.> Message usantatecla.tictactoe.views.graphics.GameView .down.> Token usantatecla.tictactoe.views.graphics.GameView .down.> TokenView class usantatecla.tictactoe.views.graphics.PlayView { ~ {static} ENTER_COORDINATE_TO_PUT: String ~ {static} ENTER_COORDINATE_TO_REMOVE: String ~ PlayView(Game) ~ interact() - put() - move() } usantatecla.tictactoe.views.graphics.PlayView .down.> Coordinate usantatecla.tictactoe.views.graphics.PlayView *-down-> Game usantatecla.tictactoe.views.graphics.PlayView *-down-> usantatecla.tictactoe.views.graphics.GameView usantatecla.tictactoe.views.graphics.PlayView *-down-> usantatecla.tictactoe.views.graphics.CoordinateMoveView usantatecla.tictactoe.views.graphics.PlayView *-down-> usantatecla.tictactoe.views.graphics.CoordinatePutView usantatecla.tictactoe.views.graphics.PlayView *-down-> ErrorView usantatecla.tictactoe.views.graphics.PlayView *-down-> Message class usantatecla.tictactoe.views.graphics.ResumeView { - newGame: boolean ~ ResumeView() ~ isResumedGame(): boolean } usantatecla.tictactoe.views.graphics.ResumeView .down.> Message class usantatecla.tictactoe.views.graphics.StartView { ~ StartView(Game) ~ interact() } usantatecla.tictactoe.views.graphics.StartView *-down-> Game usantatecla.tictactoe.views.graphics.StartView .down.> Message usantatecla.tictactoe.views.graphics.StartView .down.> usantatecla.tictactoe.views.graphics.ChoosePlayersView usantatecla.tictactoe.views.graphics.StartView .down.> usantatecla.tictactoe.views.graphics.GameView class usantatecla.tictactoe.views.graphics.GraphicsView extends View { + View(GameView) } class View as "usantatecla.tictactoe.views.View" usantatecla.tictactoe.views.graphics.GraphicsView *-down-> usantatecla.tictactoe.views.graphics.PlayView usantatecla.tictactoe.views.graphics.GraphicsView *-down-> usantatecla.tictactoe.views.graphics.StartView usantatecla.tictactoe.views.graphics.GraphicsView .down.> usantatecla.tictactoe.views.graphics.ResumeView @enduml @startuml tictactoe.models class usantatecla.tictactoe.models.Board{ - tokens: Token[][] ~ Board() - Board(Board) ~ copy(): Board ~ Token getToken(Coordinate) ~ boolean isCompleted() ~ put(Coordinate, Token) ~ move(Coordinate, Coordinate) ~ isCompleted(Coordinate, Token): boolean ~ isOccupied(Coordinate, Token): boolean ~ isEmpty(Coordinate): boolean ~ isTicTacToe(Token): boolean - getCoordinates(Token): List<Coordinate> + equals(Object): boolean } class ClosedInterval as "usantatecla.utils.ClosedInterval" class ConcreteCoordinate as "usantatecla.utils.ConcreteCoordinate" class Direction as "usantatecla.utils.Direction" usantatecla.tictactoe.models.Board *-down-> usantatecla.tictactoe.models.Coordinate usantatecla.tictactoe.models.Board .down.> usantatecla.tictactoe.types.Token usantatecla.tictactoe.models.Board .down.> usantatecla.tictactoe.models.Turn usantatecla.tictactoe.models.Board .down.> Direction class usantatecla.tictactoe.models.Coordinate{ - {static} NULL_COORDINATE: Coordinate + {static} DIMENSION: int - {static} LIMITS: ClosedInterval + Coordinate() + Coordinate(int, int) + isNull(): boolean + isValid(): Error + getDirection(Coordinate): Direction - inInverseDiagonal(): boolean + random() } ConcreteCoordinate <|-down- usantatecla.tictactoe.models.Coordinate usantatecla.tictactoe.models.Coordinate .down.> usantatecla.tictactoe.types.Error usantatecla.tictactoe.models.Coordinate .down.> Direction usantatecla.tictactoe.models.Coordinate .down.> ClosedInterval enum usantatecla.tictactoe.types.Error{ + NOT_EMPTY + NOT_OWNER + SAME_COORDINATES + WRONG_COORDINATES + NULL_ERROR + isNull(): boolean } class usantatecla.tictactoe.models.Game{ - board: Board - turn: Turn + Game() + reset() + setUsers(int) + isBoardComplete(): boolean + isUser(): boolean + put(Coordinate): Error + move(Coordinate, Coordinate): Error - next() + isTicTacToe(): boolean + getToken(Coordinate): Token + getToken(): Token + getMaxPlayers(): int + equals(Object) } usantatecla.tictactoe.models.Game *-down-> usantatecla.tictactoe.models.Board usantatecla.tictactoe.models.Game *-down-> usantatecla.tictactoe.models.Turn usantatecla.tictactoe.models.Game .down.> usantatecla.tictactoe.models.Coordinate usantatecla.tictactoe.models.Game .down.> usantatecla.tictactoe.types.Error class usantatecla.tictactoe.models.Player{ - token: Token - board: Board ~ Player(Token, Board) ~ put(Coordinate): Error ~ move(Coordinate, Coordinate): Error ~ getToken(): Token + copy(Board): Player + equals(Object) } usantatecla.tictactoe.models.Player *-down-> usantatecla.tictactoe.types.Token usantatecla.tictactoe.models.Player *-down-> usantatecla.tictactoe.models.Board usantatecla.tictactoe.models.Player .down.> usantatecla.tictactoe.models.Coordinate usantatecla.tictactoe.models.Player .down.> usantatecla.tictactoe.types.Error enum usantatecla.tictactoe.types.Token{ + X + O + NULL + isNull(): boolean + {static} get(int): Token + toString(): String } usantatecla.tictactoe.types.Token .down.> ClosedInterval class usantatecla.tictactoe.models.Turn{ + {static} NUM_PLAYERS: int - players: Player[] - board: Board - active: int - users: int ~ Turn(Board) + Turn(Turn, Board) + copy(Board): Turn ~ setUsers(int) ~ set(int) ~ next() ~ isUser(): boolean ~ put(Coordinate): Error ~ getPlayer(): Player ~ move(Coordinate, Coordinate): Error ~ getToken(): Token } usantatecla.tictactoe.models.Turn *-down-> usantatecla.tictactoe.models.Player usantatecla.tictactoe.models.Turn .down.-> usantatecla.tictactoe.models.Board usantatecla.tictactoe.models.Turn .down.-> usantatecla.tictactoe.types.Token usantatecla.tictactoe.models.Turn .down.-> usantatecla.tictactoe.models.Coordinate usantatecla.tictactoe.models.Turn .down.-> usantatecla.tictactoe.types.Error @enduml @startuml class BufferedReader as "java.io.BufferedReader"{} class usantatecla.utils.ClosedInterval{ - min: int - max: int + ClosedInterval(int,int) + isIncluded(int): boolean + toString(): String } class usantatecla.utils.ConcreteCoordinate{ # row: int # column: int - {static} ROW: String - {static} COLUMN: String # ConcreteCoordinate() # ConcreteCoordinate(int,int) + isNull(): boolean + getDirection(Coordinate): Direction + inHorizontal(Coordinate): boolean + inVertical(Coordinate): boolean + inMainDiagonal(): boolean # read(String) + getRow(): int + getColumn(): int + hashCode(): int + equals(Object): boolean + toString(): String } usantatecla.utils.Coordinate <|-down- usantatecla.utils.ConcreteCoordinate usantatecla.utils.ConcreteCoordinate .down.> usantatecla.utils.Direction usantatecla.utils.ConcreteCoordinate .down.> usantatecla.utils.Console class usantatecla.utils.Console{ - {static} console: Console + {static} instance(): Console - readString(String): String + readString(): String + readInt(String): int ~ readChar(String): char + writeln() + write(String) + write(int) + writeln(String) + writeln(int) + write(char) - writeError(String) } usantatecla.utils.Console *-down-> BufferedReader interface usantatecla.utils.Coordinate{ ~ isNull(): boolean ~ getDirection(Coordinate): Direction ~ inHorizontal(Coordinate): boolean ~ inVertical(Coordinate): boolean ~ inMainDiagonal(): boolean } usantatecla.utils.Coordinate .down.> usantatecla.utils.Direction enum usantatecla.utils.Direction{ VERTICAL HORIZONTAL MAIN_DIAGONAL INVERSE_DIAGONAL NULL } class usantatecla.utils.LimitedIntDialog{ - LIMITS: ClosedInterval - {static} ERROR_MESSAGE: String + LimitedIntDialog(int,int) + read(String): int } usantatecla.utils.LimitedIntDialog *-down-> usantatecla.utils.ClosedInterval usantatecla.utils.LimitedIntDialog .down.> usantatecla.utils.Console class usantatecla.utils.NullCoordinate{ - {static} instance: NullCoordinate + {static} instance(): Coordinate + isNull(): boolean + getDirection(Coordinate): Direction + inHorizontal(Coordinate): boolean + inVertical(Coordinate): boolean + inMainDiagonal(): boolean + hashCode(): int + equals(Object): boolean + toString(): String } usantatecla.utils.Coordinate <|-down- usantatecla.utils.NullCoordinate usantatecla.utils.NullCoordinate .down.> usantatecla.utils.Direction class usantatecla.utils.YesNoDialog{ - {static} AFIRMATIVE: char - {static} NEGATIVE: char - {static} SUFFIX: String - {static} MESSAGE: String - answer: char + read(String): boolean - isAffirmative(): boolean - getAnswer(): char - isNegative(): boolean } usantatecla.utils.YesNoDialog .down.> usantatecla.utils.Console @enduml
false
true
false
false
class
059208d3f1e0ff3613fca0d241a8294a79bf76f2
a751888fd29a1b92bb32ef7d272d3e72f664ed30
/src/design/unscented-kalman-filter-diagram.puml
10c4343fb49e0d34fe1dbbc0a5837284857b49fa
[ "Apache-2.0", "MIT", "EPL-1.0" ]
permissive
petrushy/Orekit
b532c7db85c992d85b5ac3d858d18d656e2b8c46
1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443
refs/heads/develop
2023-08-16T11:37:43.709083
2023-07-18T20:13:14
2023-07-18T20:13:14
42,349,064
10
2
Apache-2.0
2023-07-21T14:54:14
2015-09-12T07:39:56
Java
UTF-8
PlantUML
false
false
5,059
puml
' Copyright 2002-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB/CCC9C5 skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 skinparam PackageFontSize 12 skinparam linetype ortho skinparam arrowSize 1 package org.hipparchus #ECEBD8 { package util #DDEBD8 { interface UnscentedTransformProvider { + RealVector[] unscentedTransform(RealVector state, RealMatrix covariance) + RealVector getWc() + RealVector getWm() } class MerweUnscentedTransform class JulierUnscentedTransform MerweUnscentedTransform ..|> UnscentedTransformProvider JulierUnscentedTransform ..|> UnscentedTransformProvider } package filtering.kalman #DDEBD8 { interface "KalmanFilter<T extends Measurement>" as KalmanFilter_T { + estimationStep(measurement) + getPredicted() + getCorrected() } interface Measurement { + getTime() + getValue() + getCovariance() } package unscented #F3EFEB { interface UnscentedProcess { + UnscentedEvolution getEvolution() + RealVector getInnovations() } class UnscentedEvolution { + RealVector[] getCurrentStates() + double getCurrentTime() + RealVector[] getCurrentMeasurements() + RealMatrix getProcessNoiseMatrix() } class "UnscentedKalmanFilter<T extends Measurement>" as UnscentedKalmanFilter_T { - ProcessEstimate predicted - ProcessEstimate corrected - UnscentedTransformProvider utProvider + RealVector[] unscentedTransform() + predict(double time, RealVector[] predictedStates, RealMatrix noise) + correct(T measurement, RealMatrix innovationCovarianceMatrix, RealMatrix crossCovarianceMatrix, RealVector innovation) } UnscentedKalmanFilter_T o-->"1" UnscentedProcess : estimate UnscentedKalmanFilter_T --> UnscentedEvolution UnscentedKalmanFilter_T ..|> KalmanFilter_T UnscentedProcess --> UnscentedEvolution : generate Measurement <-- KalmanFilter_T : consume UnscentedKalmanFilter_T *-up-> UnscentedTransformProvider } } } package org.orekit #ECEBD8 { package estimation.sequential.unscented #DDEBD8 { class UnscentedKalmanEstimator { - UnscentedKalmanFilter filter - UnscentedKalmanModel processModel + Propagator[] processMeasurements(List<ObservedMeasurement> measurements) + Propagator[] estimationStep(ObservedMeasurement<?> observedMeasurement) } class UnscentedKalmanEstimatorBuilder { + decomposer(MatrixDecomposer decomposer) + addPropagationConfiguration(Propagator propagator, CovarianceMatrixProvider initialCovariance) + unscentedTransformProvider(UnscentedTransformProvider transformProvider) + estimatedMeasurementsParameters(ParameterDriversList estimatedMeasurementsParams, CovarianceMatrixProvider provider) + UnscentedKalmanEstimator build() } class UnscentedKalmanModel { - ParameterDriversList allEstimatedOrbitalParameters - ParameterDriversList allEstimatedPropagationParameters - ParameterDriversList estimatedMeasurementsParameters - AbsoluteDate currentDate - ProcessEstimate correctedEstimate - List<NumericalPropagatorBuilder> builder + ProcessEstimate getEstimate() + AbsoluteDate getCurrentDate() + SpacecraftState[] getPredictedSpacecraftStates() + SpacecraftState[] getCorrectedSpacecraftStates() + RealMatrix getPhysicalEstimatedCovarianceMatrix() } UnscentedKalmanEstimator <-- UnscentedKalmanEstimatorBuilder : create UnscentedProcess <|.left. UnscentedKalmanModel UnscentedKalmanModel <-right-* UnscentedKalmanEstimator UnscentedKalmanEstimator *-left-> UnscentedKalmanFilter_T } } @enduml
false
true
false
false
sequence
4eeb43ee1c7a4807c4099b49653b2b368cda7f72
2eb4ebd229acaa1b57f582c1a26b6316083f57f6
/overview/dia/dependency-injection.puml
611541ea4b70460db2c813204f4246b95300793b
[]
no_license
liviolopez/price-checker
c9cbe284a1ae14654721c927719d327973270024
0d15f76440dc5956b9e21d884b9bf6cea7c8aae1
refs/heads/master
2023-05-13T22:34:40.150338
2021-05-31T00:21:32
2021-05-31T00:21:32
364,814,659
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,205
puml
Dependency Injection - Dagger Hilt @startuml package Dagger-Hilt { frame EntryPoint as entry { component App as app frame Activities { component MainActivity as main frame Test as testEntry #LightGray { component HiltActivityTest as hilt } } frame Fragments { component StoriesFragment as stories component SourceFragment as source } app -down-> main app -down..|> hilt main -down-> stories main -down-> source } rectangle Modules as modules { collections "* Local (DB)\n* Data Store" as local collections "RemoteParams" as remoteParams collections "Remote (API)" as remote collections "Repository" as repository collections "Utils" as utils frame Test as testModule #LightGray { collections "RemoteParams" as remoteParamsTest } local -[hidden]> remote remote -[hidden]> repository repository -[hidden]> utils remoteParams -down-> remote remoteParamsTest -down..|> remote remoteParams - remoteParamsTest } } @enduml
false
true
false
false
sequence
9e47a5a13c1d65cbd3783fad033d5ea4e34fdcc8
f9c819a11b754f84085e15df192909ccf36712dc
/docs/diagrams/List_Reco_Sequence.puml
0fe8b81467787312eaac92f1a9699c2cb10fc693
[]
no_license
Krithigha24/TeamProject-CS2113T
bead66fbcde0acbadeeeaaec4232f19697512b4e
ab3de91cdea12aaf961c7f124795fb8a63fb0baa
refs/heads/master
2023-04-12T08:39:43.404808
2021-04-12T13:46:32
2021-04-12T13:46:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
890
puml
@startuml List_Sequence_Diagram !define LIGHTBLUE !includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml skinparam style strictuml participant Ui #Turquoise participant Parser #PaleGreen participant Commands #PaleGreen participant RecommendationList #Gold activate Ui #Turquoise Ui -> Parser : determineCommand() activate Parser #PaleGreen Parser -> Commands : list() activate Commands #PaleGreen Commands -> RecommendationList : listRecommendations() activate RecommendationList #Gold alt recommendations.size() == 0 RecommendationList --> Ui : printEmptyRecommendationListMessage() else else RecommendationList -> RecommendationList : displayRecommendations() end RecommendationList --> Commands deactivate RecommendationList Commands --> Parser deactivate Commands Parser --> Ui deactivate Parser @enduml
false
true
false
false
sequence
6bdef28d55f4f698179dff18e037dea80a6f14ab
cde433048c4291d3352565b650088aef7b1566d0
/src/main/java/nl/han/dea/marijn/dtos/subscription/subscriptionslist/subscriptionslist.plantuml
5bb6a95df7a730d91495bde5cd3e338eadb244ba
[]
no_license
marijndegen/deaberoepsproduct
5f0fa0ec728683410476fe4713860c716e1b5d53
6e50e270168072f7fdcb551a0ca229f5a23135ff
refs/heads/master
2022-10-28T18:32:44.607645
2018-04-05T09:43:17
2018-04-05T09:43:17
125,343,381
0
0
null
null
null
null
UTF-8
PlantUML
false
false
726
plantuml
@startuml title __SUBSCRIPTIONSLIST's Class Diagram__\n package nl.han.dea.marijn.dtos.subscription { package nl.han.dea.marijn.dtos.subscription.subscription { package nl.han.dea.marijn.dtos.subscription.subscriptionslist { class ListedActiveSubscriptionResponse { - abonnementen : List<Subscription> - totalPrice : double + addSubscription() + getTotalPrice() + setTotalPrice() + addSubscriptions() } } } } 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
bffc1769adce4e2857c0050c2ed79a7668d6fdd5
b0418114098fb00e939444148763f210a339db68
/docs/diagrams/commandsPlantUML/ListBudgetCommand.puml
6aa99a1065cff1a3529bf4aae503ebe96afea27e
[ "MIT" ]
permissive
EkChinHui/tp
7221b0bd94d600b27fc05a4a5f4e6e0d427d3b90
d4df21e0570e9f3aa5bdb23ac17c9a1ec70a6e10
refs/heads/master
2023-01-06T12:02:49.314354
2020-11-09T15:16:20
2020-11-09T15:16:20
295,070,386
0
0
NOASSERTION
2020-09-13T03:26:11
2020-09-13T03:26:11
null
UTF-8
PlantUML
false
false
837
puml
@startuml hide footbox skinparam Sequence { MessageAlign center } box "Logic" #LightBlue participant ":LogicManager" as LM participant ":MainPageParser" as MPP participant "c:ListBudgetCommand" as LBC participant "result:CommandResult" as CR end box box "Model" #LightYellow participant "m:ModelManager" as M end box [-> LM : execute("list") activate LM create MPP LM -> MPP activate MPP LM <-- MPP deactivate MPP LM -> MPP : parseCommand("list") activate MPP create LBC MPP -> LBC activate LBC MPP <-- LBC : c deactivate LBC LM <-- MPP : c deactivate MPP LM <-[hidden]- MPP destroy MPP LM -> LBC : execute(m) activate LBC LBC -> M : listBudgets() activate M LBC <-- M deactivate M create CR LBC -> CR activate CR LBC <-- CR : result deactivate CR LM <-- LBC : result deactivate LBC [<-- LM : result deactivate LM @enduml
false
true
false
false
sequence
c34242809e3e984d7a07257aa5aa02800e4fda9b
f576ded7c7322e8bb02ac9334761cafcf0106385
/Facade/Use/out/Book.puml
0e5424d624605a887e7696ab568d7f932f2f1137
[]
no_license
Zukky55/design_pattern
233c7befca30d98af43804450c41f9fea36e4b0e
512464b01c23029db879b48a3e5533ec910724e8
refs/heads/master
2023-01-10T17:34:28.021070
2020-11-17T06:13:51
2020-11-17T06:13:51
304,786,374
0
0
null
null
null
null
UTF-8
PlantUML
false
false
77
puml
@startuml class Book { + Name : string + Book(name:string) } @enduml
false
true
false
false
class
c0b5f4fcd509f5142d547694b4b2b2f7ea5796a0
b4f327673cda5c4eadf4d86e12167ce4da4f68d4
/src/main/java/com/designpattern/behavioral/visitor/Visitor.puml
bf7312227a5bf50ba5afebdff2f979b850f7c7e4
[]
no_license
ZhengHuaJing/designpattern
85d7271ee15db12bde4bedd56953f339b6a93034
2baf3818c8d8813263d9fcac5037da6a5b449358
refs/heads/master
2023-01-04T23:58:14.169526
2020-11-01T11:10:12
2020-11-01T11:10:12
309,076,376
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,434
puml
@startuml interface ComputerPart { + {abstract} accept(computerPartVisitor: ComputerPartVisitor): void } class Keyboard { .. Override .. + accept(computerPartVisitor: ComputerPartVisitor): void } class Monitor { .. Override .. + accept(computerPartVisitor: ComputerPartVisitor): void } class Mouse { .. Override .. + accept(computerPartVisitor: ComputerPartVisitor): void } class Computer { - parts: ComputerPart[] .. Constructor .. + Computer(): void .. Override .. + accept(computerPartVisitor: ComputerPartVisitor): void } interface ComputerPartVisitor { + {abstract} visit(computer: Computer): void + {abstract} visit(mouse: Mouse): void + {abstract} visit(keyboard: Keyboard): void + {abstract} visit(monitor: Monitor): void } class ComputerPartDisplayVisitor { .. Constructor .. + visit(computer: Computer): void + visit(mouse: Mouse): void + visit(keyboard: Keyboard): void + visit(monitor: Monitor): void } class Client { + {static} main(): void } ComputerPart <|.. Keyboard ComputerPart <|.. Monitor ComputerPart <|.. Mouse ComputerPart <|.. Computer ComputerPartVisitor <|.. ComputerPartDisplayVisitor Client -up-> Computer Client --> ComputerPartDisplayVisitor ComputerPartVisitor -up-> Keyboard ComputerPartVisitor -up-> Monitor ComputerPartVisitor -up-> Mouse ComputerPartVisitor -up-> Computer @enduml
false
true
false
false
class
6f0bdc02b8026fd470de886cf87140294a0f109b
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/InventoryEntryDeletedMessage.puml
5d9ced9ecaa5d29d095f237e357f8a888c04440d
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,214
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 InventoryEntryDeletedMessage [[InventoryEntryDeletedMessage.svg]] extends Message { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] sku: String supplyChannel: [[ChannelReference.svg ChannelReference]] } interface Message [[Message.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
false
true
false
false
class
bbcaadf1cfee704488fe25727ae53ab1b636ec5c
b2377dbb97354ebb11f18337fae7a5deb10e9fd1
/docs/Solution/Hardware-Stack/Cloud-Island/Process.puml
dc4be672cdfe7a83253668d37f7b1b9d3104660e
[]
no_license
CAADE/H2C
634e94afdd5302232d234aa7abefcfc61a24ea8e
91227f94a60c8e3285c24333da340c06a51afa9d
refs/heads/master
2021-03-27T18:25:35.652782
2018-06-01T21:58:49
2018-06-01T21:58:49
83,159,772
0
0
null
null
null
null
UTF-8
PlantUML
false
false
277
puml
@startuml partition "Hardware-Stack/Cloud-Island" { } partition SubSystem #cccccc { (*) --> "Create Project" --> "Write Code" } partition "Hardware-Stack/Cloud-Island" { "Write Code" --> "Test Code" "Test Code" --> "Deploy Code" "Deploy Code" --> (*) } @enduml
false
true
false
false
activity
f04534018ebc0911a9a198fb425c7a63b1cb1e26
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.WebStore/Sales/IWebStoreCartManager.puml
8408ac8244ce27c80f703a6d462ab26823e30539
[ "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
527
puml
@startuml interface IWebStoreCartManager { SaveCartItem(catalogId:int, productId:int, quantity:int) : WebStoreCartResponse RemoveCartItem(catalogId:int, productId:int) : WebStoreCartResponse ShowCart(catalogId:int) : WebStoreCartResponse UpdateBillingInfo(catalogId:int, billingInfo:Address, shippingSameAsBilling:bool) : WebStoreCartResponse UpdateShippingInfo(catalogId:int, shippingInfo:Address, billingSameAsShipping:bool) : WebStoreCartResponse } IServiceContractBase <|-- IWebStoreCartManager @enduml
false
true
false
false
class
2194ece9092219799877d5bfc613be1f575236f3
6010e9317efac394b9ed3f27af354d261cd9a549
/ejercicio2.puml
a15613a8c8009b4452d55bbe8ce3158dc757a45d
[]
no_license
Manumk13/PUML
8be4461e997328e2574d12ba684722cdf55e379b
86321776e04f6672c24704fcbac4952756de24bc
refs/heads/master
2022-04-22T08:47:31.024192
2020-04-21T20:57:05
2020-04-21T20:57:05
257,713,470
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,035
puml
@startuml Ejercicio2 left to right direction skinparam packageStyle rectangle actor profesor actor alumno rectangle aulaVirtual{ profesor - (gestionar materia) profesor -- (gestionar grupo) (materia) <.. (creacion materia) : extends (materia) <. (gestionar materia) : include (gestionar materia) <.. (modificar contenidos) : extends (gestionar materia) <.. (modificar tareas) : extends (gestionar materia) <.. (modificar calificaciones) : extends (gestionar materia) <.. (modificar grupos) : extends (modificar grupos) ..> (grupo) : include (grupo) <.. (creacion grupo) : extends (grupo) <.. (gestionar grupo) : include (gestionar grupo) <.. (modificar alumno) : extends (gestionar grupo) <.. (añadir alumno) : extends (gestionar grupo) <.. (eliminar alumno) : extends alumno -- (curso) (curso) ..> (materia) : include (curso) <.. (subir tareas) : extends (curso) <.. (consultar contenido) : extends (curso) <.. (consultar calificaciones) : extends } @enduml
false
true
true
false
usecase
dadc9ddba023f6c24da7e672aa862031494734fa
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartSetShippingCustomFieldAction.puml
ce66288d2c63977eeaae047f70b53264d3e227d5
[]
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
504
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 CartSetShippingCustomFieldAction [[CartSetShippingCustomFieldAction.svg]] extends CartUpdateAction { action: String shippingKey: String name: String value: [[Object.svg Object]] } interface CartUpdateAction [[CartUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
6b21cc3d3a5ba84b30714c4cbfb89ba8b55d574d
d8b1358fc28ff09472b527b8dd995349f65e7259
/src/client/build/docs/diagrams/src/sequence_reset_password.puml
9bf6c4f5b5c20adf9816a20e2c1847b7cc4749bb
[ "MIT" ]
permissive
quangcap/hms-PERN
fff85f081f42d8b10ee99a48105101a5fde2b66a
a4e14f6205d85518e526187ca373fec2915e82ab
refs/heads/main
2023-02-04T20:40:57.924942
2020-12-26T04:49:25
2020-12-26T04:49:25
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,241
puml
@startuml title Reset Password Sequence actor user as U boundary website as W control api entity authentication as A entity mailer as M database Postgres as P U -> W ++: GET /reset-password?token=... W -> api ++: /validate-token api -> api ++: validate_token(token) api-- alt token verified api -> api++: decode_token(token) api-- api -> api++: compare(now,token.expire_time) alt token not expired W <-- api: token data U <-- W: reset password form U -> W++: submit reset password form W -> api++: POST /reset-password api -> A++: reset_password(id,pw) A -> P++: update query return update successful return success return success return reset successful announcement\nand redirect to login page else token expired W <-- api: invalid token api-- W -> W++: GET /forget-password W-- U <-- W: invalid token announcement\nand redirect to email form end else token verifying failed return invalid token W -> W++: GET /forget-password W-- return invalid token announcement\nand redirect to email form end @enduml
false
true
false
false
usecase
f2b91e567cf70e77e700ff25e7fe235044d519ee
55261e1e9a841f514598d8fb0fbe95a7493460e3
/class/classes/logic/dapp.puml
53d8a406d558d68f95927dc8e8b14bc07cea6556
[]
no_license
LucasIsasmendi/lisk-core-plantuml
ac01094fd56590b361ab8992b52f0cfc3175aa60
e0941f6e800dc16a9dc0f8367304149fbf2200e1
refs/heads/master
2021-01-21T11:53:42.861882
2017-05-24T12:56:58
2017-05-24T12:56:58
91,758,697
0
0
null
null
null
null
UTF-8
PlantUML
false
false
645
puml
@startuml class DApp < logic > { - __private: {} - library .. library .. - db - logger - schema - network .. prototype .. + schema + dbTable: dapps + dbFields -- Methods -- + DApp (db, logger, schema, network) + bind () + create (data, trs) + calculateFee (trs, sender) + verify (trs, sender, cb) + process (trs, sender, cb) + getBytes (trs) + apply (trs, block, sender, cb) + undo (trs, block, sender, cb) + applyUnconfirmed (trs, sender, cb) + undoUnconfirmed (trs, sender, cb) + objectNormalize (trs) + dbRead (raw) + dbSave (trs) + afterSave (trs, cb) + ready (trs, sender) } @endtuml
false
true
false
false
class
08f743d51d9edc00a6a709a4d412268b7f7f131a
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderPaymentAddedMessage.puml
afacaa8d0bc0a5cdabad7e25a19f68405d28912f
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,184
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 OrderPaymentAddedMessage [[OrderPaymentAddedMessage.svg]] extends Message { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] payment: [[PaymentReference.svg PaymentReference]] } interface Message [[Message.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
false
true
false
false
class
23483ff80744f7c3a79a74d95e9c8451c506dcd6
7f7d7dfaa87da947d1078722720c0ee9623ce490
/images/iceberg.iuml
42436e0f0b21fe6e4b35ea7cd517cd25cf2060c8
[ "MIT" ]
permissive
dyno/dyno.github.io
d342427a0deec1f589e0d2840e40a66994cfbef8
06b9934bcc5c8fe886878f12397d49fe1973e4bf
refs/heads/master
2023-06-28T04:32:26.332972
2023-06-15T01:53:13
2023-06-15T01:53:13
40,215,858
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,594
iuml
@startuml '!theme sketchy-outline '!theme toy !$COLOR0 = "#EDE7DC" !$COLOR1 = "#DCD2CC" !$COLOR2 = "#CCAFA5" !$COLOR3 = "#BDC3CB" /' !$COLOR0 = "#E5F9DB" !$COLOR1 = "#A0D8B3" !$COLOR2 = "#A2A378" !$COLOR3 = "#83764F" '/ top to bottom direction skinparam frame {   borderColor Transparent   'fontColor Transparent } skinparam database {   borderColor Black } 'skinparam linetype ortho database catalog as "Iceberg Catalog" $COLOR3 { file table as "db1.table1" { circle metadata_location } } frame metadata as "__ metadata layer __" { file metadata0 as "<0000>-<uuid>.metadata.json" $COLOR0;line.dotted { circle metadata0_current_snapshot_id as "current_snapshot_id" circle metadata0_snapshots as "snapshots" } file s0 as "manifest_list - snap-<snap_id0>-1-<uuid>.avro" $COLOR0;line.dotted { circle s0_i as "manifest_path[]" } file metadata1 as "<0001>-<uuid>.metadata.json" $COLOR1;line.dotted { circle metadata1_current_snapshot_id as "current_snapshot_id" circle metadata1_snapshots as "snapshots" } file s1 as "manifest_list - snap-<snap_id1>-1-<uuid>.avro" $COLOR1;line.dotted { circle s1_i as "manifest_path[]" } file metadata2 as "<0002>-<uuid>.metadata.json" $COLOR2;line.dotted { circle metadata2_current_snapshot_id as "current_snapshot_id" circle metadata2_snapshots as "snapshots" } file s2 as "manifest_list - snap-<snap_id2>-1-<uuid>.avro" $COLOR2;line.dotted { circle s2_i as "manifest_path[]" } file metadata3 as "<0003>-<uuid>.metadata.json" $COLOR3 { circle metadata3_current_snapshot_id as "current_snapshot_id" circle metadata3_snapshots as "snapshots" } file s3 as "manifest_list - snap-<snap_id3>-1-<uuid>.avro" $COLOR3 { circle s3_i as "manifest_path[]" } file manifest0 as "manifest - <uuid0>-m0.avro" $COLOR0;line.dotted { circle df0_i as "data-file" } file manifest1 as "manifest - <uuid1>-m0.avro" $COLOR1;line.dotted { circle df1_i as "data-file" } file manifest2 as "manifest - <uuid2>-m0.avro" $COLOR2;line.dotted { circle df2_i as "data-file" } file manifest3 as "manifest - <uuid3>-m0.avro" $COLOR3 { circle df3_i as "data-file" } } frame data as "__ data layer __" { collections files0 $COLOR0 [ data files ] collections files1 $COLOR1 [ data files ] collections files2 $COLOR2 [ data files ] } metadata_location -[dotted]--> metadata0 : 0 - df.writeTo(table).overwrite(partition) metadata_location -[dotted]--> metadata1 : 1 - df.writeTo(table).overwrite(partition) metadata_location -[dotted]--> metadata2 : 2 - df.writeTo(table).overwrite(partition) metadata_location --> metadata3 : 3 - CALL system.rewrite_manifests /' note top of metadata0 df.writeTo(table).overwrite(partition) => operation:overwrite endnote note top of metadata1 df.writeTo(table).overwrite(partition) => operation:overwrite endnote note top of metadata2 df.writeTo(table).overwrite(partition) => operation:overwrite endnote note right of metadata3 CALL system.rewrite_manifests => operation:replace endnote '/ metadata0 -[hidden]r-> metadata1 metadata1 -[hidden]r-> metadata2 metadata0_current_snapshot_id --> s0 metadata1_current_snapshot_id --> s1 metadata2_current_snapshot_id --> s2 metadata3_current_snapshot_id --> s3 /' metadata3_snapshots --> s0 metadata3_snapshots --> s1 metadata3_snapshots --> s2 metadata3_snapshots --> s3 '/ s0_i --> manifest0 s1_i --> manifest0 s1_i --> manifest1 s2_i --> manifest0 s2_i --> manifest1 s2_i --> manifest2 s3_i --> manifest3 df0_i --> files0 df1_i --> files1 df2_i --> files2 df3_i --> files0 df3_i --> files1 df3_i --> files2 @enduml
false
true
true
false
sequence
045845acbdf35db28f55f161aee8224ed87ae195
ee5915cdc264c73f29afcfffb75825256a58bc0a
/src/main/java/es/ull/controllers/controllers.plantuml
892fb055d4cb43ad8ed7d041e6494eb41839b44a
[]
no_license
SamuelFumeroHdez/TwitterObserver
eb612dd1f7f0111c0efeb7b61f6971074aaa5616
eaf27d54353c902f74de4c9b24512119a4dfff0a
refs/heads/main
2023-08-25T01:29:46.834998
2021-11-09T10:17:00
2021-11-09T10:17:00
323,710,480
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,521
plantuml
@startuml title __CONTROLLERS's Class Diagram__\n namespace es.ull { namespace controllers { class es.ull.controllers.Controller { - cuadroGRafico : JInternalFrame + Controller() + run() } } } namespace es.ull { namespace controllers { class es.ull.controllers.CovidController { - cuadroGRafico : JInternalFrame + CovidController() + run() } } } namespace es.ull { namespace controllers { class es.ull.controllers.WeatherController { - cuadroGRafico : JInternalFrame + WeatherController() + run() } } } es.ull.controllers.Controller .up.|> java.lang.Runnable es.ull.controllers.Controller o-- es.ull.charts.GraphicContext : gc es.ull.controllers.Controller o-- es.ull.models.Model : twitterModel es.ull.controllers.CovidController .up.|> java.lang.Runnable es.ull.controllers.CovidController o-- es.ull.models.CovidModel : covidModel es.ull.controllers.CovidController o-- es.ull.charts.GraphicContext : gc es.ull.controllers.WeatherController .up.|> java.lang.Runnable es.ull.controllers.WeatherController o-- es.ull.charts.GraphicContext : gc es.ull.controllers.WeatherController o-- es.ull.models.WeatherModel : weatherModel 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
045aab3cd8bb9cc0675085dd85d44fddea997a47
1da59c980e0f5689a7c711988d562a355fa64820
/decorator-pattern/uml/DecoratorPatterns.puml
a6dbc4d95854e7bc2ae7e331f21c3b72e6c98b3f
[]
no_license
ye-geeee/headfirst-designpattern-practice
b8b39aa93c6d5c0dd21b619614f894ef7409bffa
b060bdc8412aaefff14b21ae27ada92651701748
refs/heads/master
2023-06-09T07:00:16.962806
2021-07-06T20:31:40
2021-07-06T20:31:40
371,192,159
2
1
null
null
null
null
UTF-8
PlantUML
false
false
545
puml
@startuml 'https://plantuml.com/class-diagram class Component { methodA() methodB() } class ConcreteComponent { methodA() methodB() } class Decorator { methodA() methodB() } class ConcreteDecoratorA { Component wrappedObj; methodA() methodB() newBehavior() } class ConcreteDerocatorB { Component wrappedObj; Object newState; methodA() methodB() } Component <|-- ConcreteComponent Component <|-- Decorator Decorator <|-- ConcreteDecoratorA Decorator <|-- ConcreteDerocatorB @enduml
false
true
false
false
class
e90f899327a30c8d2c9598659f97f9a65e742947
a751888fd29a1b92bb32ef7d272d3e72f664ed30
/src/design/ccsds-lexical-class-diagram.puml
d6e4fe9b2cdea66d4e414445247d9b7520c0c1ed
[ "Apache-2.0", "MIT", "EPL-1.0" ]
permissive
petrushy/Orekit
b532c7db85c992d85b5ac3d858d18d656e2b8c46
1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443
refs/heads/develop
2023-08-16T11:37:43.709083
2023-07-18T20:13:14
2023-07-18T20:13:14
42,349,064
10
2
Apache-2.0
2023-07-21T14:54:14
2015-09-12T07:39:56
Java
UTF-8
PlantUML
false
false
2,671
puml
' Copyright 2002-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB/CCC9C5 skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 skinparam PackageFontSize 12 skinparam linetype ortho package org.orekit #ECEBD8 { package data #DDEBD8 { class DataSource { +getName() +getOpener() } } package files.ccsds.utils #DDEBD8 { enum FileFormat { +KVN +XML } package lexical #CBDBC8 { class KvnLexicalAnalyzer class XmlLexicalAnalyzer interface LexicalAnalyzer { +accept(MessageParser) } class LexicalAnalyzerSelector { +LexicalAnalyzer select(DataSource) } note right selection is based on data source first bytes (looking for XML declaration) end note enum TokenType { +START +ENTRY +STOP +RAW_LINE } class ParseToken interface "MessageParser<T>" as MessageParser { +parseMessage(Datasource) +reset(FileFormat) +process(ParseToken) +T build() } } } } DataSource <-- KvnLexicalAnalyzer DataSource <-- XmlLexicalAnalyzer KvnLexicalAnalyzer ..|> LexicalAnalyzer XmlLexicalAnalyzer ..|> LexicalAnalyzer LexicalAnalyzer -right-> ParseToken : produces LexicalAnalyzer <-- LexicalAnalyzerSelector : create LexicalAnalyzer --> MessageParser : reset MessageParser --> LexicalAnalyzerSelector : select FileFormat <-left- LexicalAnalyzer TokenType "1" <--o ParseToken ParseToken <-- MessageParser : "process" @enduml
false
true
false
false
sequence
a8c0fced5b938a08ddcd30a689be5e9c500717d0
124b894a3ef93319757b58a1fd24ff43d69e7186
/docs/uml/commit.puml
73a90724ff18d5726100ef6c16dac8f0b94e18fb
[ "MIT" ]
permissive
0chain/gosdk
614cc6079609f0a02aefc37f9ef5d3e2164317ff
acf2724b91db051ea886b20f991cf4a34a48665c
refs/heads/staging
2023-08-31T22:49:21.221247
2023-08-16T15:16:35
2023-08-16T15:16:35
191,593,548
30
36
MIT
2023-09-14T19:54:49
2019-06-12T15:04:03
Go
UTF-8
PlantUML
false
false
1,231
puml
@startuml participant "<size:20><&terminal></size> ./zbox commit" as cli collections gosdk collections blobber collections miner collections sharder cli -> gosdk: GetAllocation(allocationID) cli -> gosdk: GetFileStats(remotepath) alt not empty file stats cli -> gosdk: CommitMetaTransaction() gosdk -> gosdk: check initialized allocation alt empty file meta alt not empty remote path gosdk -> blobber: get file meta else not empty auth ticket gosdk -> blobber: get file meta with auth ticket end end gosdk -> gosdk: create commit meta request gosdk -> gosdk: create new transaction entity gosdk -> gosdk: compute hash and sign gosdk -> miner: send transaction group for each txn query gosdk -> sharder: verify transaction end gosdk -> gosdk: create commit meta response gosdk -> gosdk: commit meta completed else cli -> gosdk: CommitFolderChange() gosdk -> gosdk: check initialized allocation gosdk -> gosdk: create commit folder data gosdk -> gosdk: create new transaction entity gosdk -> gosdk: compute hash and sign gosdk -> miner: send transaction group for each txn query gosdk -> sharder: verify transaction end gosdk -> gosdk: create commit folder response gosdk -> cli: return commit folder response end @enduml
false
true
false
false
sequence
1cee3598e7d01abecd88429500b799e6c2f2a853
40e54f7c8cad952b5b0b4c4c748a174653cd3eec
/docs/ProblemSetModel.puml
bd95165899eb670fc5d2efb7fab0967f33275e3e
[]
no_license
benjishults/bitnots
bdb88ae6a56875fb185bc5ac59f2daade13a4e75
1b44bf1e37a0faa14dde8c1483dfd7fb4cd3b577
refs/heads/develop
2023-07-20T16:50:30.807693
2023-07-07T23:20:36
2023-07-07T23:20:36
95,510,147
3
1
null
2023-07-07T23:20:37
2017-06-27T02:41:43
Kotlin
UTF-8
PlantUML
false
false
286
puml
@startuml hide empty description agent "Problem Set" as problem_set agent Harness agent Run agent Prover agent Version usecase asdf agent Result Run --> Prover Run --> Harness Run --> problem_set Run -> Result Prover --> Version problem_set --> Version Harness --> Version @enduml
false
true
false
false
usecase
6324178c9e81d77e69cc51ddb7607f4362c841e9
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ChannelReference.puml
bab6d67bfa969beed91411d1620a0215ab18feb9
[]
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
15,373
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 ChannelReference [[ChannelReference.svg]] extends Reference { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String obj: [[Channel.svg Channel]] } interface Reference [[Reference.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String } interface Review [[Review.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] key: String uniquenessValue: String locale: String authorName: String title: String text: String target: [[Object.svg Object]] includedInStatistics: Boolean rating: Integer state: [[StateReference.svg StateReference]] customer: [[CustomerReference.svg CustomerReference]] custom: [[CustomFields.svg CustomFields]] } interface Store [[Store.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] key: String name: [[LocalizedString.svg LocalizedString]] languages: [[String.svg List<String>]] countries: [[StoreCountry.svg List<StoreCountry>]] distributionChannels: [[ChannelReference.svg List<ChannelReference>]] supplyChannels: [[ChannelReference.svg List<ChannelReference>]] productSelections: [[ProductSelectionSetting.svg List<ProductSelectionSetting>]] custom: [[CustomFields.svg CustomFields]] } interface CartDiscountValueGiftLineItem [[CartDiscountValueGiftLineItem.svg]] { type: String product: [[ProductReference.svg ProductReference]] variantId: Long supplyChannel: [[ChannelReference.svg ChannelReference]] distributionChannel: [[ChannelReference.svg ChannelReference]] } interface LineItem [[LineItem.svg]] { id: String key: String productId: String productKey: String name: [[LocalizedString.svg LocalizedString]] productSlug: [[LocalizedString.svg LocalizedString]] productType: [[ProductTypeReference.svg ProductTypeReference]] variant: [[ProductVariant.svg ProductVariant]] price: [[Price.svg Price]] quantity: Long totalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]] discountedPricePerQuantity: [[DiscountedLineItemPriceForQuantity.svg List<DiscountedLineItemPriceForQuantity>]] taxedPrice: [[TaxedItemPrice.svg TaxedItemPrice]] taxedPricePortions: [[MethodTaxedPrice.svg List<MethodTaxedPrice>]] state: [[ItemState.svg List<ItemState>]] taxRate: [[TaxRate.svg TaxRate]] perMethodTaxRate: [[MethodTaxRate.svg List<MethodTaxRate>]] supplyChannel: [[ChannelReference.svg ChannelReference]] distributionChannel: [[ChannelReference.svg ChannelReference]] priceMode: [[LineItemPriceMode.svg LineItemPriceMode]] lineItemMode: [[LineItemMode.svg LineItemMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] shippingDetails: [[ItemShippingDetails.svg ItemShippingDetails]] custom: [[CustomFields.svg CustomFields]] addedAt: DateTime lastModifiedAt: DateTime } interface Price [[Price.svg]] { id: String key: String value: [[TypedMoney.svg TypedMoney]] country: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] channel: [[ChannelReference.svg ChannelReference]] validFrom: DateTime validUntil: DateTime discounted: [[DiscountedPrice.svg DiscountedPrice]] tiers: [[PriceTier.svg List<PriceTier>]] custom: [[CustomFields.svg CustomFields]] } interface QueryPrice [[QueryPrice.svg]] { id: String value: [[Money.svg Money]] country: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] channel: [[ChannelReference.svg ChannelReference]] validFrom: DateTime validUntil: DateTime discounted: [[DiscountedPriceDraft.svg DiscountedPriceDraft]] custom: [[CustomFields.svg CustomFields]] tiers: [[PriceTierDraft.svg List<PriceTierDraft>]] } interface ScopedPrice [[ScopedPrice.svg]] { id: String value: [[TypedMoney.svg TypedMoney]] currentValue: [[TypedMoney.svg TypedMoney]] country: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] channel: [[ChannelReference.svg ChannelReference]] validFrom: DateTime validUntil: DateTime discounted: [[DiscountedPrice.svg DiscountedPrice]] custom: [[CustomFields.svg CustomFields]] } interface MatchingPriceNotFoundError [[MatchingPriceNotFoundError.svg]] { code: String message: String productId: String variantId: Integer currency: String country: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] channel: [[ChannelReference.svg ChannelReference]] } interface GraphQLMatchingPriceNotFoundError [[GraphQLMatchingPriceNotFoundError.svg]] { code: String productId: String variantId: Integer currency: String country: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] channel: [[ChannelReference.svg ChannelReference]] } interface InventoryEntry [[InventoryEntry.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] key: String sku: String supplyChannel: [[ChannelReference.svg ChannelReference]] quantityOnStock: Long availableQuantity: Long restockableInDays: Long expectedDelivery: DateTime custom: [[CustomFields.svg CustomFields]] } interface InventoryEntryDeletedMessage [[InventoryEntryDeletedMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] sku: String supplyChannel: [[ChannelReference.svg ChannelReference]] } interface InventoryEntryQuantitySetMessage [[InventoryEntryQuantitySetMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] oldQuantityOnStock: Long newQuantityOnStock: Long oldAvailableQuantity: Long newAvailableQuantity: Long supplyChannel: [[ChannelReference.svg ChannelReference]] } interface OrderLineItemDistributionChannelSetMessage [[OrderLineItemDistributionChannelSetMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] lineItemId: String lineItemKey: String distributionChannel: [[ChannelReference.svg ChannelReference]] } interface InventoryEntryDeletedMessagePayload [[InventoryEntryDeletedMessagePayload.svg]] { type: String sku: String supplyChannel: [[ChannelReference.svg ChannelReference]] } interface InventoryEntryQuantitySetMessagePayload [[InventoryEntryQuantitySetMessagePayload.svg]] { type: String oldQuantityOnStock: Long newQuantityOnStock: Long oldAvailableQuantity: Long newAvailableQuantity: Long supplyChannel: [[ChannelReference.svg ChannelReference]] } interface OrderLineItemDistributionChannelSetMessagePayload [[OrderLineItemDistributionChannelSetMessagePayload.svg]] { type: String lineItemId: String lineItemKey: String distributionChannel: [[ChannelReference.svg ChannelReference]] } interface SyncInfo [[SyncInfo.svg]] { channel: [[ChannelReference.svg ChannelReference]] externalId: String syncedAt: DateTime } interface StandalonePrice [[StandalonePrice.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] key: String sku: String value: [[TypedMoney.svg TypedMoney]] country: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] channel: [[ChannelReference.svg ChannelReference]] validFrom: DateTime validUntil: DateTime tiers: [[PriceTier.svg List<PriceTier>]] discounted: [[DiscountedPrice.svg DiscountedPrice]] custom: [[CustomFields.svg CustomFields]] staged: [[StagedStandalonePrice.svg StagedStandalonePrice]] active: Boolean } interface StoreCreatedMessage [[StoreCreatedMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] name: [[LocalizedString.svg LocalizedString]] languages: [[String.svg List<String>]] countries: [[StoreCountry.svg List<StoreCountry>]] distributionChannels: [[ChannelReference.svg List<ChannelReference>]] supplyChannels: [[ChannelReference.svg List<ChannelReference>]] productSelections: [[ProductSelectionSetting.svg List<ProductSelectionSetting>]] custom: [[CustomFields.svg CustomFields]] } interface StoreDistributionChannelsChangedMessage [[StoreDistributionChannelsChangedMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] addedDistributionChannels: [[ChannelReference.svg List<ChannelReference>]] removedDistributionChannels: [[ChannelReference.svg List<ChannelReference>]] } interface StoreSupplyChannelsChangedMessage [[StoreSupplyChannelsChangedMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] addedSupplyChannels: [[ChannelReference.svg List<ChannelReference>]] removedSupplyChannels: [[ChannelReference.svg List<ChannelReference>]] } interface StoreCreatedMessagePayload [[StoreCreatedMessagePayload.svg]] { type: String name: [[LocalizedString.svg LocalizedString]] languages: [[String.svg List<String>]] countries: [[StoreCountry.svg List<StoreCountry>]] distributionChannels: [[ChannelReference.svg List<ChannelReference>]] supplyChannels: [[ChannelReference.svg List<ChannelReference>]] productSelections: [[ProductSelectionSetting.svg List<ProductSelectionSetting>]] custom: [[CustomFields.svg CustomFields]] } interface StoreDistributionChannelsChangedMessagePayload [[StoreDistributionChannelsChangedMessagePayload.svg]] { type: String addedDistributionChannels: [[ChannelReference.svg List<ChannelReference>]] removedDistributionChannels: [[ChannelReference.svg List<ChannelReference>]] } interface StoreSupplyChannelsChangedMessagePayload [[StoreSupplyChannelsChangedMessagePayload.svg]] { type: String addedSupplyChannels: [[ChannelReference.svg List<ChannelReference>]] removedSupplyChannels: [[ChannelReference.svg List<ChannelReference>]] } ChannelReference --> Review #green;text:green : "target" ChannelReference --> Store #green;text:green : "distributionChannels" ChannelReference --> Store #green;text:green : "supplyChannels" ChannelReference --> CartDiscountValueGiftLineItem #green;text:green : "supplyChannel" ChannelReference --> CartDiscountValueGiftLineItem #green;text:green : "distributionChannel" ChannelReference --> LineItem #green;text:green : "supplyChannel" ChannelReference --> LineItem #green;text:green : "distributionChannel" ChannelReference --> Price #green;text:green : "channel" ChannelReference --> QueryPrice #green;text:green : "channel" ChannelReference --> ScopedPrice #green;text:green : "channel" ChannelReference --> MatchingPriceNotFoundError #green;text:green : "channel" ChannelReference --> GraphQLMatchingPriceNotFoundError #green;text:green : "channel" ChannelReference --> InventoryEntry #green;text:green : "supplyChannel" ChannelReference --> InventoryEntryDeletedMessage #green;text:green : "supplyChannel" ChannelReference --> InventoryEntryQuantitySetMessage #green;text:green : "supplyChannel" ChannelReference --> OrderLineItemDistributionChannelSetMessage #green;text:green : "distributionChannel" ChannelReference --> InventoryEntryDeletedMessagePayload #green;text:green : "supplyChannel" ChannelReference --> InventoryEntryQuantitySetMessagePayload #green;text:green : "supplyChannel" ChannelReference --> OrderLineItemDistributionChannelSetMessagePayload #green;text:green : "distributionChannel" ChannelReference --> SyncInfo #green;text:green : "channel" ChannelReference --> StandalonePrice #green;text:green : "channel" ChannelReference --> StoreCreatedMessage #green;text:green : "distributionChannels" ChannelReference --> StoreCreatedMessage #green;text:green : "supplyChannels" ChannelReference --> StoreDistributionChannelsChangedMessage #green;text:green : "addedDistributionChannels" ChannelReference --> StoreDistributionChannelsChangedMessage #green;text:green : "removedDistributionChannels" ChannelReference --> StoreSupplyChannelsChangedMessage #green;text:green : "addedSupplyChannels" ChannelReference --> StoreSupplyChannelsChangedMessage #green;text:green : "removedSupplyChannels" ChannelReference --> StoreCreatedMessagePayload #green;text:green : "distributionChannels" ChannelReference --> StoreCreatedMessagePayload #green;text:green : "supplyChannels" ChannelReference --> StoreDistributionChannelsChangedMessagePayload #green;text:green : "addedDistributionChannels" ChannelReference --> StoreDistributionChannelsChangedMessagePayload #green;text:green : "removedDistributionChannels" ChannelReference --> StoreSupplyChannelsChangedMessagePayload #green;text:green : "addedSupplyChannels" ChannelReference --> StoreSupplyChannelsChangedMessagePayload #green;text:green : "removedSupplyChannels" @enduml
false
true
false
false
sequence
cc0c472094a483c2bf170248a8f47e4f3bf06820
77a830791d974c400a49cc9a80092ac4d6f8d603
/spec/architecture.puml
121814abbdd5e038661c5122e1a3cb2d2ec046bc
[]
no_license
ISTIC-M2-ILa-GM/SIT-Groupe-EnAvance
b43b6031c981422344b4a7a79f9fc87c292b01f5
eb2ddf4efaf566730f6417da3a81e51b6f5a2fc1
refs/heads/master
2020-04-21T16:49:36.953667
2019-02-16T11:40:27
2019-02-16T11:40:27
169,705,146
0
0
null
null
null
null
UTF-8
PlantUML
false
false
473
puml
@startuml component "Application Mobile" as mo cloud Firebase as f node "Serveur de communication" as serv { component "Application Drone" as appdrone component "Application Serveur" as appserv database "Base de\ndonnées" as db } interface "Drone" as drone actor "Utilisateur" as u mo <- u: IHM mo -> appserv: API REST appserv --> f: Notification Push f --> mo: Notification Push appserv --> db appserv <- appdrone: API REST appdrone -> drone: MAVLink @enduml
false
true
true
false
sequence
550c16aa4be0596191fd648d008e6d2215a61eb9
6e43c89d67e8f3edcfea7d99aa87b09e47680b80
/Homework1/Homework1.puml
0dda6059bdce79ab078861e1e2c2829a6a0b13cd
[]
no_license
SteveTsao/DesignPattern
9fe82d94b6550e0c8501f7eff28fbf13aa57bbfe
4879a9b9102877143d0e45bc01500a04b1e032d1
refs/heads/master
2021-09-12T23:20:23.307109
2018-04-22T15:20:17
2018-04-22T15:20:17
114,538,275
0
0
null
null
null
null
UTF-8
PlantUML
false
false
341
puml
@startuml abstract class AbstractObservalbe { +registerObserver +notifyObservers } class clock { -onTick +registerObserver +notifyObservers } abstract class AbstractClockDisplay { +update } class DigitalClock { -right +update } AbstractObservalbe <|-- clock AbstractClockDisplay <|-- DigitalClock @enduml
false
true
false
false
class
ccc6d4e45ef7f1386334119e94430cd45f1499f3
8647fb9e7ecc6e34c5d51dc45622215c0e839c58
/MTD Arch Docs/MTD-DES/MTD-obligations-DES.puml
de81745682af069b27a235ad9f014e05b3552485
[ "Apache-2.0" ]
permissive
uk-gov-mirror/hmrc.api-architecture
68206547d85e8d172634e51b40f936514897e870
bf51f6dccfb84ac02a3614a06caa8993f8345609
refs/heads/master
2023-04-16T07:30:16.174231
2021-04-19T17:09:11
2021-04-19T17:09:11
356,719,835
0
0
null
null
null
null
UTF-8
PlantUML
false
false
729
puml
@startuml skinparam componentStyle rectangle left to right direction skinparam component { BackgroundColor #fafcff BorderColor black } package "obligations-api" #d6e6ff { [Retrieve Income Tax (Self Assessment) Income and Expenditure Obligations - test only] [Retrieve Income Tax (Self Assessment) Crystallisation Obligations - test only] [ Retrieve Income Tax (Self Assessment) End of Period Statement - test only ] } [Retrieve Income Tax (Self Assessment) Income and Expenditure Obligations - test only]-->[DES API#1330] [Retrieve Income Tax (Self Assessment) Crystallisation Obligations - test only]-->[DES API#1330] [ Retrieve Income Tax (Self Assessment) End of Period Statement - test only ]-->[DES API#1330] @enduml
false
true
false
false
uml-unknown
471a28a2b128023286733a2654e2b28b8ac7f690
97ddd96e1528ee31bdd6380452c0082187a3f50d
/projektarbeit_aufgabe_1/team_2_aufgabe_1_Systemkontextdiagramm.plantuml
bf4b7ad46a22ca608f6c531c9c4f3226d7163761
[ "MIT" ]
permissive
gianmarcov/SWE-1
d60075c1ae97b6093b6c8e0348eff289fce73b6a
a76c508ab362c41d429fa743f45b4c2d2f444c28
refs/heads/master
2020-05-04T22:02:26.163112
2019-06-13T14:55:15
2019-06-13T14:55:15
179,497,554
0
0
null
null
null
null
UTF-8
PlantUML
false
false
534
plantuml
@startuml title Systemkontextdiagramm rectangle "<<System>> Benutzerverwaltung" { rectangle Kunde { (erfassen) (editieren) (löschen) (suchen) (lesen) } } :Mitarbeiter / IT-Administrator / Sonstige Mitarbeiter: as user user --> (erfassen) user --> (editieren) user --> (löschen) user --> (suchen) user --> (lesen) :Finanzbuchhaltung / Auftragsverwaltung / Webshop: as api_user (editieren) <-- api_user (suchen) <-- api_user (erfassen) <-- api_user (lesen) <-- api_user @enduml
false
true
true
false
uml-unknown
a76d341a52229af5c29e51ec6a3bbab40bc856fe
ae7d504c6bc2e6f8067393f54976fd6b2ddf0e17
/src/main/java/com/example/objects/chap1/ex3.puml
35cdc41b3d5cedab158e3597137322bf52dc2744
[]
no_license
habinkim/OOPDesign
c2872397bb986866b952e504fdf14e3a9b7e2d58
b0cb4d8e3a733a5fc8f2096a3924baa6f5d8fd29
refs/heads/master
2023-03-08T15:40:56.180700
2021-02-28T14:11:48
2021-02-28T14:11:48
341,558,343
0
0
null
null
null
null
UTF-8
PlantUML
false
false
785
puml
@startuml Bag <|-- Audience: bag Invitation <|-- Bag: invitation Ticket <|-- Bag: ticket Ticket <|-- TicketOffice: tickets TicketOffice <|-- TicketSeller: ticketOffice TicketSeller <|-- Theater: ticketSeller class Theater implements Audience class TicketSeller implements Ticket, Audience, Bag class Audience { + getBag() } class Bag { - amount + hasInvitaion() + hasTicket() + setTikcet(ticket) + minusAmount(amount) + plusAmount(amount) } class Invitation { - when } class Ticket { - fee + getFee() } class TicketSeller { + sellTo(audience) } class TicketOffice { - amount + getTikcet() + minusAmount(amount) + plusAmount(amount) } class Audience { + getBag() } class Theater { + enter(audience) } @enduml
false
true
false
false
class
ccbe8552564289acbe81aade48d8ee7e640fe943
d5642de56715926b30b1fbf3f1ddaa4595c63f5e
/docs/diagram-sequence/save.puml
b749c54f6d1820ecc46a41c05d58423c37fa11c4
[]
no_license
edufratari/cadastropessoas
fb4e1ec54832d65d0bc66e32962bb44692b03e5e
f4691a587293c1eee901268f9353f4d5e83c0377
refs/heads/master
2021-07-18T23:31:08.445578
2017-10-11T13:12:53
2017-10-11T13:12:53
105,665,591
0
0
null
null
null
null
UTF-8
PlantUML
false
false
338
puml
@startuml actor Client control controller boundary commandHandler boundary Domain boundary Repository database postgres Client -> controller: Request controller -> commandHandler: command commandHandler -> Domain: create() Domain -> Repository: save() Repository -> postgres: insert @enduml
false
true
false
false
sequence
a4bf6189feb59a66c8cee98867ccbd3b21744934
a3faded5a55bc21be298300d143d41f6e50a9ce6
/action-observer-design/observer-design-uml.puml
96404e69404ceffa205918b4634f2bb6fcf431a6
[]
no_license
qiding1991/design-pattern
7c506e5d4abd1f010751f644888d422cd01dbf36
696fd672b0badbeab9fda8aa57c42fe8bbfe55e1
refs/heads/master
2021-07-16T03:15:50.424962
2019-10-23T13:41:05
2019-10-23T13:41:05
215,778,627
0
1
null
2020-10-13T16:56:06
2019-10-17T11:44:06
Java
UTF-8
PlantUML
false
false
657
puml
@startuml interface Observer{ + observe():void } class ConcreteObserver1{ - name:String + observe():void } class ConcreteObserver2{ - name:String + observe():void } abstract class Subject{ # observers:List<Observer> + addObserver(Observer observer):void + removeObserver(Observer observer):void + notifyObserver():void } class ConcreteSubject{ + notifyObserver():void } Subject o- Observer Subject <|-- ConcreteSubject Observer<|-- ConcreteObserver1 Observer<|-- ConcreteObserver2 @enduml
false
true
false
false
class
f07a1a69c59822156a138252417de67826760ec5
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/SensorDataReader/SensorDataReader_Class.puml
213ed371487b79ab267ddc7120b5457deed8433e
[]
no_license
ShisatoYano/SLAMDesignUML
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
bb8678908952205d1fdc2ea5e49c9ca752e123b9
refs/heads/master
2022-11-25T17:49:03.514885
2020-08-02T00:27:38
2020-08-02T00:27:38
261,206,484
0
0
null
null
null
null
UTF-8
PlantUML
false
false
575
puml
@startuml skinparam classAttributeIconSize 0 class SensorDataReader { - int angleOffset - std::ifstream inFile + SensorDataReader() : angleOffset(180) + ~SensorDataReader() + bool openScanFile(const char *filepath){inFile.open(filepath)} + void closeScanFile(){inFile.close()} + void setAngleOffset(int o){angleOffset = o} + bool loadScan(size_t cnt, Scan2D &scan) + bool loadLaserScan(size_t cnt, Scan2D &scan) } SensorDataReader --> MyUtil SensorDataReader --> LPoint2D SensorDataReader --> Pose2D SensorDataReader --> Scan2D @enduml
false
true
false
false
class
0a6af5a259e7174d6a08c63977620e6c5bd18365
8441c3a3100d7bb191f97a48e29c7431c71c7b19
/src/main/resources/fileTemplates/internal/UML Component.puml.ft
6bd5ccaaaf15232cca5c11bb4f19aa9c7750f4ad
[ "Apache-2.0" ]
permissive
esteinberg/plantuml4idea
5bda89db63fb0e4cf9a86bd457c84d6277565126
736fbdb812702b80b81ca648df51e4ba82bc360c
refs/heads/master
2023-08-24T13:39:11.319652
2023-08-23T07:00:30
2023-08-23T07:00:30
4,382,019
543
122
Apache-2.0
2023-09-11T13:11:22
2012-05-20T01:25:35
Java
UTF-8
PlantUML
false
false
436
ft
@startuml 'https://plantuml.com/component-diagram package "Some Group" { HTTP - [First Component] [Another Component] } node "Other Groups" { FTP - [Second Component] [First Component] --> FTP } cloud { [Example 1] } database "MySql" { folder "This is my folder" { [Folder 3] } frame "Foo" { [Frame 4] } } [Another Component] --> [Example 1] [Example 1] --> [Folder 3] [Folder 3] --> [Frame 4] @enduml
false
true
false
false
sequence