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
ea5f7aaa7d3301b2f2682892f58afadf9064809f
96874e0e3f9711f63256e620f7e83d6c24addc40
/T4 - Sara/plantuml/Cilindro.puml
43e43b7d25d2f0dc30eae495f95f8c0f6a615157
[]
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
151
puml
@startuml class Cilindro { + Cilindro(rotulo:string, paiRef:Objeto) + <<override>> ToString() : string } ObjetoGeometria <|-- Cilindro @enduml
false
true
false
false
class
b03520a93d24fbfa87aefaf214fc5194bec3dfc5
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/Solution/Provision-Engine/Logical.puml
d28a533a1d65082b1fdfe532e18bdf07d30a98f5
[]
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
601
puml
@startuml package "Application Orchestrator" #lightgreen {} package "SDI Cloud" #lightgreen {} package "Cloud Broker" #lightgreen {} package "Identity Manager" #lightgreen {} package "Artifact Repository" #lightgreen {} package "Provision Engine" { interface "ProvisionEngine" { } } "CLI" ()-- "ProvisionEngine" "REST API" ()-- "ProvisionEngine" "Portal" ()-- "ProvisionEngine" "Application Orchestrator" --> "ProvisionEngine" "ProvisionEngine" --> "Artifact Repository" "ProvisionEngine" --> "SDI Cloud" "ProvisionEngine" --> "Identity Manager" "ProvisionEngine" --> "Cloud Broker" @enduml
false
true
false
false
class
3c30915203122973b7117105cc4d16f99984bd3e
e3ebf221091ee30de418c963f078ccdd732eaa8c
/docs/diagrams/sequence_send_to_inbox.puml
f697248a431f2b15e5558cb51516250ff3ea103d
[ "Apache-2.0" ]
permissive
valb3r/datasafe
97d9826bb2bc6a478abc56ad30848fcaad8f259a
1b91e90128e2411339a9b904bb92144879b155bb
refs/heads/develop
2020-05-31T16:55:05.487855
2019-06-05T13:00:08
2019-06-05T13:00:08
190,393,370
0
1
Apache-2.0
2019-10-07T09:51:59
2019-06-05T12:48:13
Java
UTF-8
PlantUML
false
false
457
puml
@startuml title Send file to inbox hide footbox actor User participant "REST" as r participant "Lookup Service" as ls participant "VFS Service" as vs participant "Storage Service" as ss participant "S3" as s3 User->ls : get User2 inbox info <&key>(login/password) ls->User : User2 **<&key>public key** and **/inbox** access creds User->ss : encrypt and save file to user's inbox location ss->s3 : persistence s3->ss : success ss->User : success @enduml
false
true
false
false
usecase
c3f4a3d555bf299a805e776349bba079dd58638f
973dcef38fb285cf4f14a2e937af23e26a05564b
/docs/Solution/Hybrid-Cloud/Provision-Engine/Process.puml
2f6e5adc986f869c00e1b0c96ee78b59cba02cf5
[]
no_license
CAADE/CAADE
6a0d37b31e77fd00eeb1ad056d17d484585cad96
3873453a14359879a146f1d5897554ae2e94bd96
refs/heads/master
2021-06-09T05:28:17.894441
2019-06-07T06:08:10
2019-06-07T06:08:10
104,078,969
1
0
null
2020-08-20T15:13:40
2017-09-19T13:32:11
JavaScript
UTF-8
PlantUML
false
false
348
puml
@startuml partition "Hybrid Cloud/Provision Engine" { } partition User #cccccc { (*) --> "Create Project" --> "Write Code" } partition "Hybrid Cloud/Provision Engine" #lightblue { "Write Code" --> "Test Code" "Test Code" --> "Deploy Code" "Deploy Code" --> (*) } partition Used #cccccc { "Test Code" --> "Do Something" } @enduml
false
true
false
false
activity
d937b15f8b7d071c571fc2526a6fcb4c0bbca1e6
933c746219cd5961c5ec886da728ce1a34433ca6
/app/src/main/java/za/co/tribalapp/tribal/Advice_Activity.puml
0997a76c048e598a4a0cac798df8e7e28d11a3ec
[]
no_license
yannickrb/tribal
9166f518744e2ba99f8f04f6f734a3b1c6649439
06511fdc94598cd2aec59d05edf2bbe043a538a0
refs/heads/master
2023-06-10T00:29:39.965107
2021-07-03T20:37:59
2021-07-03T20:37:59
381,655,399
0
0
null
null
null
null
UTF-8
PlantUML
false
false
630
puml
@startuml (*) --> Get metric value --> If "value < targetMin?" then --> [y] If "diff > 0.5*targetMin?" --> [y]"...much more" -->(*) else --> [n]"...a bit more" -->(*) endif else --> [n] If "actual > targetMax?" then --> [y] If "diff > 0.5*targetMin?" --> [y]"...much less" -->(*) else --> [n]"...a bit less" -->(*) endif else --> [n] "...within range" endif Endif -->(*) @enduml
false
true
false
false
activity
4b2727fbe883f0831f9b3c2b7680b1a8523dab71
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/BrowserExtension/Listeners/OpenTabEvent.puml
835e6a3da3c3cfe501785602960cf2abcacae488
[ "MIT" ]
permissive
insightmind/MORR
913c0c16d14745cbde40af07322ca339a0373f32
0830f2155fb3b32dc127587e07cbd780deb0e118
refs/heads/develop
2020-12-08T00:23:17.488431
2020-04-05T20:50:44
2020-04-05T20:50:44
232,827,908
5
1
MIT
2020-04-05T20:55:27
2020-01-09T14:28:48
HTML
UTF-8
PlantUML
false
false
675
puml
@startuml skinparam linetype ortho skinparam monochrome true skinparam classAttributeIconSize 0 class OpenTabEvent extends BrowserEvent { + OpenTabEvent(tabID : number, windowID : number, url : string) } interface IEvent { + timeStamp : Date + issuingModule : number + type : EventType + serialize() : string } IEvent <|.DOWN. BrowserEvent : implements class BrowserEvent { + BrowserEvent(type : EventType, tabID : number, windowID: number, url : string) + timeStamp : Date + issuingModule : number + type : EventType + tabID : number + url : URL + windowID : number + serialize(noUnderScore : boolean) : string } @enduml
false
true
false
false
class
c5246f70c84e0d3a7bfd6b111a44a45d033671ab
0022c671a1f29a101140bad8e4523e43f892ce92
/spring-security/ExpressionAttribute.puml
0e925f64721bbc41f061455269eb836bc8997895
[]
no_license
gujian0302/spring-puml
7430167b52fe1aaa5399b6befe3436b911033063
6984fd426a6f1a933db3eeeef61646b0f77ccfef
refs/heads/main
2023-04-11T08:54:01.627212
2021-04-12T06:42:11
2021-04-12T06:42:11
357,085,696
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,056
puml
@startuml class PostInvocationExpressionAttribute extends AbstractExpressionBasedMethodConfigAttribute implements PostInvocationAttribute {} class PreInvocationExpressionAttribute extends AbstractExpressionBasedMethodConfigAttribute implements PreInvocationAttribute{ filterTarget: String } abstract class AbstractExpressionBasedMethodConfigAttribute implements ConfigAttribute { filterExpression: Expression authroizeExpression: Expression } interface PreInvocationAttribute extends ConfigAttribute { } interface PostInvocationAttribute extends ConfigAttribute { } interface MethodSecurityMetadataSource { getAttributes(Method method, Class<?> target): Collection<ConfigAttribute> } abstract class AbstractMethodSecurityMetadataSource implements MethodSecurityMetadataSource { getAttributes(Object object): Collection<ConfigAttribute> } class PrePostAnnotationSecurityMetadatSource extends AbstractMethodSecurityMetadataSource { } class Jsr250MethodSecurityMetadatSource extends AbstractMethodSecurityMetadataSource { } @enduml
false
true
false
false
class
cafda60141768d8eb4aec8c44747aa98fdc8a3df
90d516e30d56f7aa087fe1a8374067379608acf1
/doc/class-diagram.puml
04a3a893cb150b5066ec08dfdcc72bd8ef8176e6
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
felker/miniFAVOR
33d9f9f0237fd1c1c906971f1ea853a5fc2ff06d
0aea13023cabf8a08080ff367e83b91870661f60
refs/heads/main
2023-04-28T05:41:01.455653
2021-05-18T02:01:05
2021-05-18T02:01:05
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
435
puml
@startuml Title miniFAVOR Class Diagram hide empty methods hide empty attributes input_data_t -down-* output_data_t class output_data_t{ input_data_ : input_data_t R_Tndt_ : real[:] Chemistry_content_ : real[:,:] R_Tndt() : real[:] } detailed_output_t -up-|> output_data_t output_data_t -up-|> oracle_t random_samples_t -up-|> object_t material_content_t -> random_samples_t : receives > oracle_t -up-|> object_t @enduml
false
true
false
false
sequence
f3d7771456dd4ba2a89b6abcefc72c0a5c8affac
b77c1359d58347fa78744a5800d8383ae4199351
/docs/diagrams/index_sequence.plantuml
361727fef7db5f9295b741dbe6d1817aab88759e
[ "Apache-2.0" ]
permissive
roarmstrong/datacube-core
49922efb83ac4e86b4031bbf8085fd32a598a8ac
5e38638dabd9e5112e92b503fae6a83c8dcc4902
refs/heads/develop
2021-06-09T00:04:48.899974
2018-03-26T00:02:23
2018-03-26T00:02:23
125,780,468
0
0
NOASSERTION
2020-06-04T05:40:26
2018-03-19T00:23:33
Jupyter Notebook
UTF-8
PlantUML
false
false
2,669
plantuml
@startuml title Initialise Database participant Test participant Index participant PostgresDb participant "PostgresDbAPI\nWTF is this thing" as PostgresDbAPI note over Index: Entry point is ""connect()""\nin ""index/_api.py"" note over PostgresDb: In ""postgres/_connections.py""" note over PostgresDbAPI: In ""postgres/_api.py""" note over PostgresDbInTransaction,PostgresDbConnection: In ""postgres/_connections.py""" == Create the Database Connection == Test -> Index: index_connect() create PostgresDb Index -> PostgresDb: from_config() activate PostgresDb PostgresDb -> PostgresDb: create() activate PostgresDb PostgresDb -> PostgresDb: _create_engine() activate PostgresDb PostgresDb -> SQLAlchemy: create_engine() SQLAlchemy --> PostgresDb: returns an engine deactivate PostgresDb deactivate PostgresDb PostgresDb --> Index: database ready for use deactivate PostgresDb activate Index Index --> Test: here, have an Index deactivate Index == Use the Database Connection == note over Test: Using begin() starts a transaction Test -> PostgresDb: begin() activate PostgresDb PostgresDb -> PostgresDbInTransaction: _enter__() PostgresDbInTransaction -> PostgresDbAPI: Construct PostgresDbAPI --> PostgresDbInTransaction: self PostgresDbInTransaction --> PostgresDb: return PostgresDbAPI PostgresDb --> Test: a PostgresDbAPI deactivate PostgresDb note over Test: Using connect() does **NOT** start a transaction Test -> PostgresDb: connect() activate PostgresDb PostgresDb -> PostgresDbConnection: _enter__() PostgresDbConnection -> PostgresDbAPI: Construct PostgresDbAPI --> PostgresDbConnection: self PostgresDbConnection --> PostgresDb: return PostgresDbAPI PostgresDb --> Test: a PostgresDbAPI deactivate PostgresDb == Create an Index using the Connection == Test -> Index: dunder_init() Test -> Index: init_db() activate Index Index -> PostgresDb: init() activate PostgresDb PostgresDb -> _core: ensure_db(self._engine) activate _core _core -> SQLAlchemy: engine.connect() SQLAlchemy --> _core: returns a connection database Server _core -> Server: create roles _core -> Server: create schema _core -> Server: create types _core -> Server: create tables _core -> Server: create grants _core --> PostgresDb: True if schema was initialised deactivate _core deactivate PostgresDb deactivate Index == Initialise the Database Using an Index == 'Test -> PostgresDb: init() @enduml
false
true
false
false
sequence
75728d85cfffd7b26d9acf47b2afdaf7e326e44c
c64b9e9225673fe3b818dd44052934641de8031e
/docs/development/diagrams/c4_l1.puml
384f83a263909a845a5e549c25a775214bea8146
[]
no_license
EdLaser/I3_Antragsverwaltungstool
ff50c1db63c5757d3f7c08d738347163c9b1b785
d19a6c6965c13695999e0b746cced89dab827889
refs/heads/main
2023-06-19T02:23:12.410355
2021-07-09T11:47:33
2021-07-09T11:47:33
316,288,477
10
2
null
2021-07-02T19:25:04
2020-11-26T16:48:21
HTML
UTF-8
PlantUML
false
false
520
puml
@startuml "Level 1 - Context" skinparam actorStyle awesome actor Antragssteller <<Person>> actor Präsidium <<Person>> [Antragsverwaltungstool] note right of [Antragsverwaltungstool] : Web-Applikation zum Verwalten und Stellen von Anträgen im StuRa Antragssteller ..> Antragsverwaltungstool : nutzt (HTTP) Präsidium ..> Antragsverwaltungstool : nutzt (HTTP) note left of Antragssteller : Ein Nutzer der einen Antrag stellt note right of Präsidium : Ein Mitlgied im StuRa das Anträge verwalten soll/darf @enduml
false
true
true
false
usecase
970d4347549c568eeb68e4adc1a31beda3b7fc38
d66eb1032384929151f9708f040e333ee53aa9d2
/docs/sequencediagrams/auth-combined-call.plantuml
75625b78fdfcfaf57d82091028e11a5869f9940e
[ "Apache-2.0" ]
permissive
Seagate/cortx-s3server
2762cbbe352590cdd06e39d8fab5c33e553f0be8
b1987967aec7e24530c9703db6f100d2c8289624
refs/heads/main
2023-07-06T09:04:44.435137
2023-06-26T06:32:53
2023-06-26T06:32:53
254,163,200
38
157
Apache-2.0
2023-06-26T06:32:55
2020-04-08T18:02:07
C++
UTF-8
PlantUML
false
false
1,183
plantuml
@startuml header Combined Auth Call\n By Ivan Tishchenko\n2021-03-01 title S3 Auth Sequence (Combined Auth Call) participant "S3 Client" as client participant "S3 Server" as server participant "S3 Auth Server" as auth participant "Motr\nKVS API" as kvs participant "Motr\nObject API" as object autoactivate on client -> server: GET /bucket_name/object_name server -> kvs: get_keyval(global_bucket_index,\n key = "bucket_name") note left: Find bucket owner account ID. kvs --> server: value = account_id of bucket owner server -> kvs: get_keyval(global_bucket_md_index,\n key = "account_id/bucket_name") note left: Load bucket MD. kvs --> server: value = bucket metadata JSON server -> kvs: get_keyval(BUCKET_nnn_obj_index,\n key = "object_name"); note left: Load object MD. kvs --> server: value = object metadata JSON server -> auth #red: AuthenticateAndAuthorize(\n key, secret,\n bucket MD, object MD) note left Are user credentials valid? Does user have access rights? end note note right #FFAAAA: NOTE - Single combined call auth --> server: OK server -> object: read data object --> server: data server --> client: 200 OK, with data @enduml
false
true
false
false
sequence
0b4212e9be972511b0c474556a44224ba8692c02
61ac3430f5ab6f3ed095534045d54f2dc40ffd4b
/docs/ClassDiagramSprintTwo.puml
ab55c0e9b315916f4e51365820f06f11687fb354
[]
no_license
nunocasteleira/switch-2020-group1
53fcda9a891c2c847fc0aa0d7893975ce735d54e
ee15e495dda09397052e961e053d365b02241204
refs/heads/main
2023-06-12T11:26:52.733943
2021-07-09T13:11:57
2021-07-09T13:11:57
384,439,845
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,385
puml
@startuml title Class Diagram Sprint 2 class Family { - familyId: UUID - name: String - registrationDate: Date - administrator: Person - personList: List<Person> - familyRelationships: List<FamilyRelationship> - vatList: List<Vat> - familyCategoryList: List<Category> + addCategory(category) + existsCategory(category) + getRelationBetweenMembers(mainUserId, otherUserId) + getChildrenList() } class FamilyService { - familyList : List<Family> + getFamilyById() + getChildrenList() + getListOfChildrenOwners() + existsRelationship(familyId, mainUserId, otherUserId) } class Person { - personId - name - birthDate - emailAddressList - address - phoneNumber - VAT } class PersonService { - personList + getPersonById() } class PersonalCashAccount { - setDefaultDesignation() } interface Transferable { transferTo(movementAmount, destinationAccount) hasSameCurrency(destinationAccount) transferFrom(movementAmount, originAccount) getCurrency() getDesignation() } interface Payable { pay() } class BankAccount { # creditInitialBalance(initialBalance) } class BankSavingsAccount { - issuer : String + getIssuer() - setDesignation(designation) - checkIssuer(issuer) } class CreditCardAccount { - issuer : String - cardToken : String - creditLimit : MonetaryValue - interestRate : BigDecimal - checkCreditLimit(creditLimit) + setDesignation(designation) - checkIssuer(issuer) - checkToken(cardToken) - checkInterestRate(interestRate) + setInterest(interestRate) } class FamilyCashAccount { - setDefaultDesignation() } class AccountOwner { - type : T - name : String + getType() + getName() } interface AccountOwnable { getOwnerName() } class Category{ - categoryId: UUID - name: String - parentId: UUID - isStandard: boolean + createCustomCategory(name) + createCustomCategory(name, parentName) - validate(name) - checkFormat(name) } class CategoryService { - categoryList: List<Category> - familyService: FamilyService + addFamilyCategory(name) + addFamilyCategory(name, parentName) - existsCategory(other) } abstract class Transaction { # transactionId : UUID # timestamp : Date # amount : MonetaryValue # postBalance : MonetaryValue # description : String # category : category # customTimestamp : Date + setCustomTimestamp() + getDescription() + setDescription() + getCategory() + setCategory() + getTimeStamp() + getAmount() + getPostBalance() } class TransactionService { - accountService : AccountService + getAccountMovementsBetweenTwoDates(accountId, startDate, endDate) - moveAmountBetweenAccounts(originAccount, destinationAccount, movementAmount) + transferFamilyCashToMember(family, familyMemberAccountOwnerDTO, currency, value) + registerPaymentCashAccount(person, entityDescription, currency, value, paymentDateString) + transferMyCashToMember(familyMember, familyMemberAccountOwnerDTO, currency, value) } class Payment { - entityDescription : String + setDescription() } class Transfer { - otherTransfer : Transfer - otherAccountOwner : String + setDescription() + setOtherTransaction(otherTransfer) + setOtherAccountOwner(otherAccountOwner) } class MonetaryValue { - decimalScale : int - value : BigDecimal - currency : Currency + createMonetaryValue(currencyString, doubleValue) + sum(valueToBeAdded) + plus(valueToBeAdded) + minus(valueToBeSubtracted) + invert() + isSameCurrency(other) + isPositive() + isNegative() + isZero() - validateState() - setScale() - getDecimalsForCurrency() + valueOf() + getCurrency() } abstract class Account { # accountId : UUID # accountOwner : AccountOwner # currency : Currency # transactionList : List<Transaction> # designation : String + getAccountId() + getBalance() # creditInitialBalance(initialBalance) # credit(creditAmount) # debit(debitAmount) # debit(debitAmount, description, paymentDate) # verifyDebitAmount(debitAmount) # verifyPositiveAmount(value) + getTransactionList() + getDesignation() + getAccountOwner() + hasOwner(owner) } class AccountService { - accountList : List <Account> + createFamilyCashAccount(family, amount, currency) - existsCashAccount(account) + createPersonalCashAccount(person, amount, currency) + createCreditCardAccount(person, issuer, currency, creditLimit, cardToken, designation) + getAccountById(accountId) + getCashAccountByOwner(owner) # hasCashAccount(owner) + getCashAccountBalance(accountOwnerDTO) + getListOfCashAccountOwnersDTOUsingMapper(family) + getListOfOnlyAccountOwnersDTO(family) + createBankAccount(person, amount, currency, designation) + createBankSavingsAccount(person, amount, currency, issuer, designation) - isCashAccount(account) + getChildrenAccountListDTO(childrenList) + getListOfAccountsOfThisOwner(person) - hasAccount(owner) + getAccountBalance(accountDTO) + getAccountDesignation(designation) } class FamilyRelationship { - relationshipType : FamilyRelationshipType - mainUserId : UUID - otherUserId : UUID + getMainUserId() + getPersonId() + getFamilyRelationshipType() + setFamilyRelationshipType(relationshipType) + isParent(parentId) } Enum FamilyRelationshipType { - numericValue + valueOf(numericValue) + getNumericValue() } Account <|-u- FamilyCashAccount Account <|-u- PersonalCashAccount Account <|-u- BankAccount Account <|-u- BankSavingsAccount Account <|-u- CreditCardAccount Transaction --* FamilyCashAccount: has list of < Transaction --* PersonalCashAccount: has list of < Transaction --* CreditCardAccount: has list of < Transaction --* BankAccount: has list of < Transaction --* BankSavingsAccount: has list of < AccountOwner .down.|> AccountOwnable AccountOwnable <|.left. Family AccountOwnable <|.right. Person Category "0..*" - "1..*" Family : has FamilyCategories Category "0..*" --* "1" CategoryService : contains Transaction "0..*" - "1" TransactionService : contains Payable <|-[dashed]- PersonalCashAccount Transferable <|-[dashed]- PersonalCashAccount Transferable <|-[dashed]- FamilyCashAccount Family "0..*" -up-* "1" FamilyService : contains Person "0..*" -* "1" PersonService : contains Account "0..*" -* "1" AccountService : contains Transaction <|-u- Payment Transaction <|-u- Transfer MonetaryValue -* Transaction::amount Account "1..*" -- "1" AccountOwner Family -[hidden] Person Family "1" -- "0..*" FamilyRelationship : has Person "2" -- "0..*" FamilyRelationship : between FamilyRelationship "1" - "1" FamilyRelationshipType : isOfType AccountOwnable -[hidden] FamilyRelationship @enduml
false
true
false
false
class
b81466193b4e3b4ff78deb96c1bc0c80fc1a8254
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductDiscountChangeIsActiveAction.puml
a633becf32132cc92fbebd92cec1426249fc305b
[]
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
491
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 ProductDiscountChangeIsActiveAction [[ProductDiscountChangeIsActiveAction.svg]] extends ProductDiscountUpdateAction { action: String isActive: Boolean } interface ProductDiscountUpdateAction [[ProductDiscountUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
6cffb0d03748a58bff90d1e174318e97110c4f49
59d06049e64213e4b5a67fe2319721edfbe4c39c
/docs/uml/sequence-diagram.puml
1397e0db14d664e1ca84a5f67fbcfd132b724c73
[]
no_license
heymonheymon3000/technical-assessment
04328eca7adbd910d7cf726e219521909af1db67
a040bec578d14912a127f93364bb935c5c61c88d
refs/heads/main
2023-05-26T22:39:42.206238
2021-06-14T20:00:32
2021-06-14T20:00:32
368,310,106
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,431
puml
@startuml actor user user -> ble_mailbox_central : Opens ble_mailbox_central user -> ble_mailbox_central : Request Scan ble_mailbox_central -> user : Request for permissions user --> ble_mailbox_central : Permissions granted ble_mailbox_central -> ble_mailbox_central : Scan for devices user -> ble_mailbox_central : Select ble_mailbox_perpherial ble_mailbox_central -> ble_mailbox_perpherial : Request connection ble_mailbox_central <-> ble_mailbox_perpherial : Connection handshaking ble_mailbox_central -> ble_mailbox_perpherial : Request state of locker ble_mailbox_perpherial --> ble_mailbox_central : Response state of locker user -> ble_mailbox_central : Sign in ble_mailbox_central -> ble_mailbox_perpherial : Sign in ble_mailbox_perpherial -> ble_mailbox_perpherial : Authenticate user ble_mailbox_central -> ble_mailbox_perpherial : Request state of authentication ble_mailbox_perpherial --> ble_mailbox_central : Response state of authentication user -> ble_mailbox_central : Request to change state of locker ble_mailbox_central -> ble_mailbox_perpherial : Request to change state of locker ble_mailbox_perpherial -> ble_mailbox_perpherial : Change state of locker ble_mailbox_central -> ble_mailbox_perpherial : Request state of locker ble_mailbox_perpherial --> ble_mailbox_central : Response state of locker @enduml
false
true
false
false
sequence
ff0ad9550f36be46c3da9fac310897f22f2c8cb5
3d33f4e31702fdba9b2d095dd3d91d711409264c
/class-diagram/common-cauthdsl-class.puml
470e36c72fbdf80393de857de66a86f2f2aa8f29
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
JulienGuo/fabric-addsm
81a181dd4f91160abbd9f131d87e8c187a32c542
8a489300031d07c09f44fc0f1687793f6eaaa1c0
refs/heads/master
2021-05-04T21:27:43.690594
2018-02-02T05:43:34
2018-02-02T05:43:34
119,926,380
0
1
null
null
null
null
UTF-8
PlantUML
false
false
397
puml
@startuml namespace github.com\\hyperledger\\fabric\\common\\cauthdsl { class provider { deserializer msp.IdentityDeserializer } } namespace github.com\\hyperledger\\fabric\\common\\cauthdsl { class policy { evaluator func([]*cb.SignedData,[]bool)bool } } namespace github.com\\hyperledger\\fabric\\common\\cauthdsl { class context { IDNum int principals []*msp.MSPPrincipal } } @enduml
false
true
false
false
class
1d50836df4478b4415c57c39ab94c0b76acf6191
1da59c980e0f5689a7c711988d562a355fa64820
/decorator-pattern/uml/DecoratorPattern-java.puml
c8bc71b42663dbbc315d227741f223a35a52a12b
[]
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
616
puml
@startuml 'https://plantuml.com/class-diagram abstract class InputStream class FileInputStream class StringBufferInputStream class ByteArrayInputStream abstract class FilterInputStream class PushbackInputStream class BufferedInputStream class DataInputStream class LineNumberInputStream InputStream <|-- FileInputStream InputStream <|-- StringBufferInputStream InputStream <|-- ByteArrayInputStream InputStream <|-- FilterInputStream FilterInputStream <|-- PushbackInputStream FilterInputStream <|-- BufferedInputStream FilterInputStream <|-- DataInputStream FilterInputStream <|-- LineNumberInputStream @enduml
false
true
false
false
class
c8acd73f44e826ae6bddc9da0e076590b055e148
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductDeletedMessagePayload.puml
51d703b928d8fdead1dcd82fae3c385be31bef72
[]
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
529
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 ProductDeletedMessagePayload [[ProductDeletedMessagePayload.svg]] extends MessagePayload { type: String removedImageUrls: [[String.svg List<String>]] currentProjection: [[ProductProjection.svg ProductProjection]] } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
false
true
false
false
class
87cd130b3fb03a5870d1f28081cf68c8220a618c
51eaf1430762e6df7966555761212ecc510078a9
/solutions/Sandbox/source_gen/Self/SelfView.puml
a6e5dbb0e63d195ac761731a5fba8abfe68878a7
[]
no_license
CampagneLaboratory/UML_Diagrams
1912f7f857e5951c2164e4fa7469d50de919af8d
ef1eb91c9de27b5846b7777e67a9c01015f5e119
refs/heads/master
2020-03-30T05:44:32.868157
2014-09-14T18:45:56
2014-09-14T18:45:56
23,975,794
3
0
null
null
null
null
UTF-8
PlantUML
false
false
579
puml
@startuml hide empty members package org.campagnelab.diagrams { class LanguageView { } ' this class extends: ' this class has interfaces: INamedConcept <|-- LanguageView LanguageView *-- "0..n" Language : languages LanguageView *-- "0..1" HiddenConcepts : hiddenConcepts class ConceptReference { } ' this class extends: ' this class has interfaces: ConceptReference o-- "1"AbstractConceptDeclaration : concept class Language { } ' this class extends: ' this class has interfaces: INamedConcept <|-- Language Language *-- "0..n" ConceptReference : concepts } @enduml
false
true
false
false
class
d3b354905c010b98538d72c5812eb9e63c2ffdec
f5f59016295a183565af167a861e2c8db9f1b070
/diagrams/src/Application/Models/Entities/Result.puml
83f3855f1687d956fc45edb3c29d9f0e299644da
[ "MIT" ]
permissive
converge-app/collaboration-broker-service
fb21788289134c265f1cd5db3ceaa3f32ba18406
69c676a5bbb3e602f939f9c91680560a6c63926a
refs/heads/master
2023-03-19T11:36:58.937045
2019-12-17T12:06:26
2019-12-17T12:06:26
218,333,241
0
0
MIT
2023-03-04T01:16:20
2019-10-29T16:29:32
C#
UTF-8
PlantUML
false
false
272
puml
@startuml class Result { + Id : string <<get>> <<set>> + ProjectId : string <<get>> <<set>> + FileUrl : string <<get>> <<set>> + FreelancerId : string <<get>> <<set>> + EmployerId : string <<get>> <<set>> + State : string <<get>> <<set>> } @enduml
false
true
false
false
class
57fea01be46a0d111770bfc3c49632f68a746e53
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/WhitespaceTokenizer.puml
7643a2c6e86ce90024e7e1c21efc9dff10316517
[]
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
400
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 WhitespaceTokenizer [[WhitespaceTokenizer.svg]] extends SuggestTokenizer { type: String } interface SuggestTokenizer [[SuggestTokenizer.svg]] { type: String } @enduml
false
true
false
false
class
798d8eb9e8bf7e0c19e4542c6d680f1e858209f7
df23381b0c6b2830c5fcd7dae97e4c7921647d5a
/c4_extensions/code.puml
c8773569241795a679fc8bd23470d5a226a33145
[]
no_license
Ajay-2007/software-architecture-and-design
d57ce0b5d8714541462ef17769c7cfde5e31eddc
8cf794202559dc991d77e17b6a853ed209030f8c
refs/heads/main
2023-01-20T07:03:34.641384
2020-11-28T22:48:05
2020-11-28T22:48:05
316,816,410
0
0
null
null
null
null
UTF-8
PlantUML
false
false
315
puml
@startuml create-post-diagram actor User User -> PostResource: create post PostResource -> PostService: create post alt success PostResource <-- PostService: success User <-- PostResource: success else failure PostResource <-- PostService: failure User <-- PostResource: failure end @enduml
false
true
false
false
sequence
9ff0dd2ec34aa0a423aba4efa54b9045a386aef5
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/MOTIVATION.puml
c6ccb49a5749a34ac2414197d57ee7b59e4dc02b
[]
no_license
weedySeaDragon/plantuml-documentation
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
3c23cd2cd7fc1b4a85423ef9861711907fab2296
refs/heads/develop
2022-12-09T05:57:04.055959
2022-05-12T16:05:20
2022-05-12T16:05:20
165,910,589
55
6
null
2022-11-22T10:34:29
2019-01-15T19:28:35
SCSS
UTF-8
PlantUML
false
false
319
puml
@startuml skinparam ClassBackgroundColor #MOTIVATION skinparam ClassFontColor #MOTIVATION skinparam ClassBorderColor #MOTIVATION skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
86f1f25303ae25dcb5b736bc88829fbf19ce64c8
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/structural/AdapterClass.puml
41b75d948edf96b157f2383dbe5524777c1e2b06
[ "MIT" ]
permissive
vuquangtin/designpattern
4d4a7d09780a0ebde6b12f8edf589b6f45b38f62
fc672493ef31647bd02c4122ab01992fca14675f
refs/heads/master
2022-09-12T07:00:42.637733
2020-09-29T04:20:50
2020-09-29T04:20:50
225,505,298
0
0
null
2022-09-01T23:16:34
2019-12-03T01:41:33
Java
UTF-8
PlantUML
false
false
286
puml
@startuml AdapterClass scale 1024 height interface Target { Request() } interface Adaptee { SpecificRequest() } class Adapter { Request() } note right of Adapter::Request SpecificRequest() end note Client -> Target Target <|-- Adapter Adaptee <|-- Adapter : implement @enduml
false
true
false
false
class
c521e55c2bc60521b0dac5ecb199f563b85ebc08
e97fa247de81bda8f86620771f28d361b2565ff7
/src/balapan/case213.puml
5c1f79a3907450e73035c73b0ff29456e88d185e
[]
no_license
billymontolalu/thesis
a7513e64edd847e6a98a33efdc0b93558cd9a0bb
e6975930b8d05aeb49f5dd0864e385147f191035
refs/heads/master
2020-04-12T08:11:46.233731
2017-01-19T02:19:13
2017-01-19T02:19:13
65,616,028
0
0
null
null
null
null
UTF-8
PlantUML
false
false
774
puml
@startuml Vehicle : String colour Vehicle : int speed Vehicle : int weight Vehicle : int passenger Vehicle : int maxWeight Vehicle : turnLeft() Vehicle : turnRight() Passenger : int weight Bicycle : int wheelSize MotorVehicle : String engineType Pedicab : int passenger Game : Level level Game : Vehicle[] listVehicle Game : int[] rank Game : Players[] player Game : calculateBonus() Level : constraint Level : getConstraint() Player : money Player : vehicle GameOrganizer : createNewGame() FourWheel --|> MotorVehicle Truck --|> FourWheel Car --|> FourWheel TwoWheel --|> MotorVehicle Bicycle --|> Vehicle Vehicle -- Passenger MotorVehicle --|> Vehicle Pedicab --|> Bicycle MountainBike --|> Bicycle Game -- GameOrganizer Game -- Player Game -- Level Game - Vehicle @enduml
false
true
false
false
class
fa8cc0d05ef265bac8cd826771cc69cf6ca751f2
bf3e610c8668e525aedcca58ddbe9da7c19e427e
/docs/design/solutions/multi-stage-rule-installation/rule-installation-old.puml
1e607bafb2b2136e216f58d2172a0709232ccb7f
[ "Apache-2.0" ]
permissive
telstra/open-kilda
874b5204f8c2070860a2e7fc6f8be368a5d18726
686d31220f1033595d7f1d4374544af5ba9c42fe
refs/heads/develop
2023-08-15T21:24:21.294425
2023-08-14T08:51:52
2023-08-14T08:51:52
104,974,693
82
70
Apache-2.0
2023-09-14T19:11:22
2017-09-27T05:13:18
Java
UTF-8
PlantUML
false
false
1,618
puml
@startuml title Installation of switch rules on flow reroute control kilda.flow participant CrudBolt participant TransactionBolt control kilda.speaker.flow kilda.flow -> CrudBolt: (via SplitterBolt)\nFlowRerouteRequest activate CrudBolt CrudBolt -> CrudBolt: Compute the path and store flow entities loop for each switch rule in old (forward, reverse) flow CrudBolt -> TransactionBolt: CommandMessage (RemoveFlow) TransactionBolt -> kilda.speaker.flow: Forward to Speaker end loop for new (forward, reverse) flow CrudBolt -> TransactionBolt: CommandMessage (InstallEgressFlow) TransactionBolt -> TransactionBolt: Register as a transaction for the flow TransactionBolt -> kilda.speaker.flow: Forward to Speaker loop for each flow segment CrudBolt -> TransactionBolt: CommandMessage (InstallTransitFlow) TransactionBolt -> TransactionBolt: Register as a transaction for the flow TransactionBolt -> kilda.speaker.flow: Forward to Speaker end CrudBolt -> TransactionBolt: CommandMessage (InstallIngressFlow) TransactionBolt -> TransactionBolt: Register as a transaction for the flow TransactionBolt -> kilda.speaker.flow: Forward to Speaker end deactivate CrudBolt loop for each installed switch rule kilda.flow -> TransactionBolt: (via SpeakerBolt)\nCommandMessage TransactionBolt -> TransactionBolt: Mark corresponding transaction as completed opt Are all transactions of a flow completed? TransactionBolt -> StatusBolt: Update the flow status to FlowStatus.UP StatusBolt -> StatusBolt: Set the flow status end end @enduml
false
true
false
false
sequence
2c2335bfc60d99b2ffd369b1c42210251997b4a9
f17f77128c254105d3b7f967fc02fdd0ba6f89fc
/tp/metamodelo/metamodelo.plantuml
33a6ff2fb7cfcc1e9a92884c72ac5b7052517d4f
[]
no_license
pablodanielrey/dsbm
35ce53e0075980e31a96a40229d2babaefd4b476
722a6b02b637f7d989d0ba9b1c4c45a4caf3938c
refs/heads/master
2023-06-11T00:01:34.747361
2021-07-01T12:53:04
2021-07-01T12:53:04
355,921,264
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,311
plantuml
@startuml metamodelo_clases_herencia package Sistema { class Oferta { fecha_inicio: date fecha_fin: date descuento: int + calcular_descuento(compra:Compra) - aplicar_decuento(compra:Compra) } class OfertaLanzamiento { } class OfertaTemporada { } class OfertaUltimosVolumenes { } class OfertaReedicion { } Oferta <|-- OfertaLanzamiento Oferta <|-- OfertaReedicion Oferta <|-- OfertaUltimosVolumenes Oferta <|-- OfertaTemporada } package Metamodelo_Oferta { class ":Class" as c1 { name: String = "Oferta" isAbstract: Boolean = False } class ":PrimitiveType" as date_type { name: String = "date" } class ":Property" as a1 { name: String = "fecha_inicio" isDerived: Boolean = False isReadOnly: Boolean = False aggregation: Boolean = None } a1 *--> date_type : type class ":Property" as a2 { name: String = "fecha_fin" isDerived: Boolean = False isReadOnly: Boolean = False aggregation: Boolean = None } a2 *--> date_type : type class ":Property" as a3 { name: String = "descuento" isDerived: Boolean = False isReadOnly: Boolean = False aggregation: Boolean = None } class ":PrimitiveType" as a3t { name: String = "int" } a3 *--> a3t : type c1 *--> a1 : ownedAttribute c1 *--> a2 : ownedAttribute c1 *--> a3 : ownedAttribute class ":Class" as compra { name: String = "Compra" isAbstract: Boolean = False } class ":Operation" as m1 { name: String = "calcular_descuento" isQuery: Boolean = False visibility: VisibilityKind = Public } c1 *--> m1 : ownedOperation class ":Parameter" as m1_p1 { name: String = "compra" direction: ParameterDirectionKind = in } m1_p1 *--> compra : type m1 *--> m1_p1 : ownedParameter class ":Operation" as m2 { name: String = "aplicar_descuento" isQuery: Boolean = False visibility: VisibilityKind = Private } c1 *--> m2 : ownedOperation class ":Parameter" as m2_p1 { name: String = "compra" direction: ParameterDirectionLind = in } m2_p1 *--> compra : type m2 *--> m2_p1 : ownedParameter } package Metamodelo_Subclases { class ":Class" as o1 { name : String = "OfertaLanzamiento" isAbstract: Boolean = False } class ":Generalization" as g1 { } o1 *-- g1 : generalization g1 --> c1 : general class ":Class" as o2 { name : String = "OfertaTemporada" isAbstract: Boolean = False } class ":Generalization" as g2 { } o2 *-- g2 : generalization g2 --> c1 : general class ":Class" as o3 { name : String = "OfertaUltimosVolumenes" isAbstract: Boolean = False } class ":Generalization" as g3 { } o3 *-- g3 : generalization g3 --> c1 : general class ":Class" as o4 { name : String = "OfertaReedicion" isAbstract: Boolean = False } class ":Generalization" as g4 { } o4 *-- g4 : generalization g4 --> c1 : general } @enduml
false
true
false
false
sequence
fc40f19eb9df01b7ff0ada49ae54f5d1522b67e8
f579c2de5f73ef81ab6009d9dbc06350173784a2
/doc/mrp.puml
09dcd06cf120c61da508e58e98a7eed186589c38
[]
no_license
jobiols/cl-amic
633c8b1a46569f2f5e3c234e62f2c547de437ec6
3f83936c913b7861199c48c70af502fda74bc5c5
refs/heads/11.0
2021-12-11T19:13:37.628012
2021-11-27T17:09:41
2021-11-27T17:09:41
201,338,282
0
4
null
2021-06-20T20:35:14
2019-08-08T21:11:47
Python
UTF-8
PlantUML
false
false
794
puml
@startuml amic class MrpProduction{ product_id product_qty bom_id routing_id move_raw_ids -- wokorder_ids move_raw_ids } class MrpWorkorder { qty_produced: cantidad real producida date_end: fecha final } class MrpWorkcenterProductivity { date_start: datetime date_end: datetime duration: float operator_id workcenter_id loss_id } class StockMoveLine { product_id lot_id product_uom_qty: Reservado qty_done: Hecho } class StockMove { -- active_move_line_ids } MrpWorkorder *-- StockMoveLine : active_move_line_ids MrpWorkorder --* MrpWorkcenterProductivity : time_ids MrpProduction --* MrpWorkorder : workorder_ids MrpProduction -* StockMove: move_raw_ids StockMove -* StockMoveLine: active_move_line_ids note right of StockMoveLine : lotes hechos @enduml
false
true
false
false
class
b206b5fd5ad82d91816ab5d5c7ca9c7ff931a755
455e9048ea698a7b6443ddec49b3d8f678e5c2bc
/diag_component.puml
5c9f018816c1158a61bba3343b60aa2fd64a0b40
[]
no_license
OchirSan/wb_intern
5f0b8ec176fd4d2ac2709dc9e80701ab5e77ec28
b75bbf0bf8d44bfee79f386396aaa03f8490ba44
refs/heads/master
2021-05-18T17:39:19.013275
2020-04-01T14:57:27
2020-04-01T14:57:27
251,341,695
3
1
null
2020-04-03T15:29:30
2020-03-30T15:08:33
Go
UTF-8
PlantUML
false
false
233
puml
@startuml package "Team" { [carry] [support] [ruiner] } [team] [team] --> carryInterface carryInterface -- carry [team] --> supportInterface supportInterface -- support [team] --> ruinerInterface ruinerInterface -- ruiner @enduml
false
true
false
false
uml-unknown
0ad3336d2d1406efdfd8953a4ac3cba2318f20b9
876b60a070f5770d8ee35980049323394524d345
/docs/diagrams/AddCardActivityDiagram.puml
9d62c6852578a546be1ae5388f3d1d046343675d
[ "MIT" ]
permissive
AY1920S2-CS2103T-W17-1/main
c6e7d1e06e3076e9facf971bae86249f187afff6
e2b37ff7e669039330ad98d3eb71582011fe0463
refs/heads/master
2021-01-04T10:38:14.437127
2020-04-13T15:29:11
2020-04-13T15:29:11
240,506,089
0
5
NOASSERTION
2020-04-13T15:29:12
2020-02-14T12:43:57
Java
UTF-8
PlantUML
false
false
529
puml
@startuml (*) --> "enter valid Add Card command " If "" then -> [has valid both front value] "create new Card with new front and back" --> "replace Card to be edited with new Card" else -> [else] If "" then --> [has front value only] "retrieve old back" --> "create new Card with old back and new front" --> "replace Card to be edited with new Card" else -> [has back value only] "retrieve old front" --> "create new Card with old front and new back" Endif Endif --> "replace Card to be edited with new Card" --> (*) @enduml
false
true
false
false
activity
0663a3ea4ff94cc2f8f5b1ff8a13fc731b9cc320
0c4378fca795e705826bfdb824cebccc83fe3c7f
/Docs/Diagrams/類別圖(繼承).puml
bd3ed57feaa06b784220a7a3cb2a90da2cc4fbe7
[ "MIT" ]
permissive
My-Bridge-NET-Sample/HtmlTooltip
4920f0c2323a186cd8cd10ca2decc505dd6d0e9a
8d7920a9dd1e28e0b124264e492aefd17b2c57a1
refs/heads/master
2021-02-25T05:30:46.548216
2018-11-04T02:21:14
2018-11-04T02:21:14
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
915
puml
@startuml skinparam class { FontName "Noto Sans CJK TC Medium" FontSize 14 AttributeFontName "Noto Sans CJK TC Medium" AttributeFontSize 11 } class TransitionFunction { -InitEventHandlers() +HandledEvent() +OnMouseMove() +OnMouseOut() +OnMouseOver() +OnTimeOut() +OnTimeTicks() } class FadeInState { +MouseMove() +MouseOut() +OnTimeTicks() } class FadeOutState { +OnMouseMove() +OnMouseOut() +OnMouseOver() +OnTimeTicks() } class InactiveState { +OnMouseMove() +OnMouseOut() +OnMouseOver() } class DisplayState { +MouseMove() +MouseOut() +TimeOut() } class PauseState { +OnMouseMove() +OnMouseOut() +OnTimeOut() } TransitionFunction <|-- FadeInState TransitionFunction <|--- FadeOutState TransitionFunction <|-- InactiveState TransitionFunction <|--- DisplayState TransitionFunction <|-- PauseState @enduml
false
true
false
false
class
b3cc4554731c0a873ec82da403619a87bedbedaa
c6fa8545978b664ac557f530c9b0fab84780d450
/Builder/docs/img/Builder_SD.puml
a0b387cddc4d9bd1c6b7f044b6fde0ab9ee8dfd0
[]
no_license
rovany706/design-patterns
1779eaf3fdea4b865d7160c46ba918fe0540342a
79eb1e40ebe4e3eb5b3f00f7020bc5e85b0e8fc1
refs/heads/master
2020-12-14T15:35:25.922667
2020-04-15T09:02:51
2020-04-15T09:02:51
234,789,540
0
0
null
null
null
null
UTF-8
PlantUML
false
false
931
puml
@startuml skinparam class { BackgroundColor White ArrowColor Black BorderColor Black } activate Client Client -> Director: new Director() activate Director deactivate Director Client -> ConcreteBuilder: new ConcreteBuilder() activate ConcreteBuilder deactivate ConcreteBuilder Client -> Director: Build() activate Director Director -> ConcreteBuilder: BuildStepA() activate ConcreteBuilder deactivate ConcreteBuilder Director -> ConcreteBuilder: BuildStepB() activate ConcreteBuilder deactivate ConcreteBuilder Director -> ConcreteBuilder: BuildStepC() activate ConcreteBuilder deactivate ConcreteBuilder deactivate Director Client -> ConcreteBuilder: GetResult() activate ConcreteBuilder ConcreteBuilder --> Client: return result deactivate ConcreteBuilder deactivate Director deactivate Client @enduml
false
true
false
false
sequence
48a812c5b06a6d2be29b8559f311a49e334213ad
eb79b5e41b205bca757ecb47616d107d0c78e13d
/design_patterns/structural/proxy/1.proxy_pattern.puml
e87ebeccb1359aadf5a885bdb96d25d8b04ee051
[]
no_license
kevinwong1983/exploration
6023bb1c903c316794b132b1bff4ef817fe55f5d
20029c025c7ae44e0dba535a6ec47b065b19f65b
refs/heads/master
2022-06-09T09:48:26.087800
2022-06-05T22:29:47
2022-06-05T22:29:47
207,248,735
0
0
null
null
null
null
UTF-8
PlantUML
false
false
899
puml
@startuml skinparam monochrome true Interface Subject { request() } class RealSubject{ request() } class Proxy{ request() } RealSubject .u.|> Subject Proxy .u.|> Subject Proxy -l-> RealSubject: subject note left of Subject Both the proxy and the RealSubject implements the subject interface. This allows any client to treat the proxy just like the RealSubject. end note note right of Proxy *The Proxy intercepts a method invocation that client is making on the subject. *The Proxy keeps a reference to the Subject, so it can forward request to the Subject when necessary. *The Proxy often instantiates or handles the creation of the RealSubject. end note note left of RealSubject The RealSubject is usually the object that does most of the real work; The Proxy controls the access to it. end note @enduml
false
true
false
false
sequence
e68ae7f91f76b2ffe683e9e6776104770e31968b
372d0fe94d7e59fd48620c687fee8fc94841408b
/deadheat-lock-example/microservices-example/financial-service/src/main/java/com/vrush/microservices/financial/resources/resources.plantuml
50321b33ae1b3f7d144492917e91dc661003e6c9
[ "Apache-2.0" ]
permissive
vrushofficial/deadheat-lock
4ae44e23fea2ad57db17aadeba58e39ef4f63822
11c516a2ca0e58dd2d6b2ef8c54da0975fcbe5d2
refs/heads/main
2023-01-14T17:28:38.161881
2020-11-29T11:11:55
2020-11-29T11:11:55
310,531,739
2
1
null
2020-11-19T08:16:25
2020-11-06T08:06:52
CSS
UTF-8
PlantUML
false
false
677
plantuml
@startuml title __RESOURCES's Class Diagram__\n namespace com.vrush.microservices.financial { namespace resources { class com.vrush.microservices.financial.resources.TransactionResource { {static} - log : Logger + TransactionResource() + findAll() + findById() } } } com.vrush.microservices.financial.resources.TransactionResource o-- com.vrush.microservices.financial.service.TransactionService : service 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
ef15d943d7469223e300f3bd46c4f8ab25090b55
e02167f4cb0f620e9c633948c69d2e5c434b1b2e
/quiz/quiz_layout_and_project-main/angular_quiz.component.puml
79d9c39fa7eecfb0d34454a54047517acfe04b98
[]
no_license
GaiaGuzzoBonifacio/php
8b2c61537ddccbf1b751848293ca9f9e6f7cb726
12c7d29c92fad085cc6dddaf8b295d71df018ff8
refs/heads/main
2023-04-16T06:51:49.320347
2021-04-26T15:18:51
2021-04-26T15:18:51
348,781,959
0
0
null
2021-04-06T16:04:45
2021-03-17T16:41:47
PHP
UTF-8
PlantUML
false
false
395
puml
@startuml App --- GameComponent App --- MainHeader App --- Footer GameComponent --- QuestionHeader GameComponent --- AnswersList GameComponent --- GameControls GameComponent --- GameProgressBar class App <component> {} class MainHeader { +title (Quiz) +lead (giochiamo open trivial) } class QuestionHeader { question difficulty category } @enduml
false
true
false
false
class
4ca7467f7f79e4b651dafceb54221bd43e48a9d3
df466bfe6abe6815ebe714d1a5d63239a55c3cdd
/docs/deployment.puml
1d77ba5bd871da165f56f5443a9de5449629a143
[]
no_license
jhannes/certificate-fun
87d2922b86ec4bf4b1f6bc6d9214a0cf90ea50f8
d3b16f973d69f390cd27493f652b00b7d5fa649e
refs/heads/master
2023-04-14T12:52:09.619335
2023-04-07T15:06:22
2023-04-07T15:06:22
241,492,907
11
4
null
2021-12-23T08:27:27
2020-02-18T23:52:12
Java
UTF-8
PlantUML
false
false
1,215
puml
@startuml title "Deployment in a real life scenario" cloud { node client { file "PublicCaCertificate <&document>" as publiccacert #aliceblue file "ClientCertificateAndKey <&lock-locked>" #palegreen actor User } cloud { node LoadBalancer { file "SiteCertificateAndPrivateKey <&lock-locked>" as hostcert #aliceblue file "CaCertificate <&document>" #palegreen } note left of LoadBalancer: Terminates https node ApplicationServer { component CertificateIssuer { file "CaCertificateAndPrivateKey <&lock-locked>" #palegreen } database CertificateStorage { collections "IssuedCertificates <&document>" #palegreen } CertificateIssuer ..> CertificateStorage } } User ..> LoadBalancer: https (with client certificate) LoadBalancer ..> ApplicationServer: http (with client certificate as http header) publiccacert ..> Letsencrypt: Verifies site certificate hostcert <.. Letsencrypt: Issue certificate } node Letsencrypt { file "PublicCaCertificateAndPrivateKey <&lock-locked>" #aliceblue } @enduml
false
true
false
false
usecase
d25f62c021e1d1b3fd389b449dd02611a99f734f
43c27440989df07d3ce11281ee9b6e822ec50e27
/use-cases/HR-system.puml
456a4ed87fb5547268761b6dc00250c4c48d5106
[ "Apache-2.0" ]
permissive
markusmeresma/sem
6a2538b65cd387df2bd24cbb0d99d5ec01ce99fc
390c3c97e17b7c21b7389b688a46080c1374011e
refs/heads/master
2023-04-13T10:15:25.913170
2021-04-26T15:44:00
2021-04-26T15:44:00
335,590,901
0
1
null
null
null
null
UTF-8
PlantUML
false
false
974
puml
@startuml actor HR as "HR Advisor" actor DM as "Department Manager" rectangle Database rectangle "HR System" { usecase UC as "Get salaries" usecase UC1 as "Get all salaries" usecase UC2 as "Get salaries in a department" usecase UC3 as "Get salaries in a department" usecase UC4 as "Get salaries by role" usecase UC5 as "Add new employees" usecase UC6 as "View employee's details" usecase UC7 as "Update employee's details" usecase UC8 as "Delete employee's details" usecase UCa as "Produce report" UC ..> UC1 : include UC ..> UC2 : include DM - UC3 UC ..> UC4 : include UC ..> UC5 : include UC ..> UC6 : include UC ..> UC7 : include UC ..> UC8 : include UC1 ..> UCa : include UC2 ..> UCa : include UC3 ..> UCa : include UC4 ..> UCa : include HR - UC UC3 - Database HR - UC5 HR - UC6 HR - UC7 HR - UC8 UC4 ..> UCa : include UC - Database } @enduml
false
true
false
false
usecase
4c89d1207aaa37d27142a3319eb986603ba5abcb
da0cd683d55a0b455a3bc40fa9591a09cf26fc48
/pattern_umls/composite/menu_uml.puml
5226199ba11602b45721ae9feb06fca7db982ff4
[]
no_license
zzbb1199/HeadFirst
5916d340cedfd435722f76c0d72bb1362b57e8bc
94663c586e098b7f4175cbc8c6efc45ae00fbe3f
refs/heads/master
2020-04-05T06:19:40.593678
2018-11-22T14:16:59
2018-11-22T14:16:59
156,634,040
0
0
null
null
null
null
UTF-8
PlantUML
false
false
446
puml
@startuml interface MenuComponent{ getName() add(MenuComponent) remove(MenuComponent) getChild(int) } class MenuItem{ getName() add(MenuComponent) remove(MenuComponent) getChild(int) } class Menu{ menuComponents getName() add(MenuComponent) remove(MenuComponent) getChild(int) } MenuComponent <|-- MenuItem MenuComponent <|-- Menu MenuComponent <-- Menu @enduml
false
true
false
false
class
dd7d3aec6656774bff51f4311b2d864ff6392a82
01c80c1953e1e14aadc102e591bc7b2256d3bf56
/docs/diagram.puml
4800b7323fcf56bcd222d726fbd13e17774c422f
[]
no_license
Scootifer/Schimpf-app1-design
21010dfc6ee62815d84260637571aa89f82ebc3f
8a278229d9a5614b4f948a3f161f3a841983140d
refs/heads/main
2023-08-25T18:00:43.268208
2021-10-25T01:34:57
2021-10-25T01:34:57
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
421
puml
@startuml 'https://plantuml.com/sequence-diagram class ListItem { +id +title +date +description } class Application { +ItemList +itemCounter -addItem(String title, String date, String description) -removeItem(int id) -editTitle(int id, String title) -editDescription(int id, String desc) -sortComplete() -sortIncomplete() -showAll() -save() -load() } @enduml
false
true
false
false
class
a34e7f1c05ffed85b9e4751006ebaf72db0d6b32
83818be369b000b5720194d651ede7cd540dd56e
/diagrams/subsystems.puml
9a378acaaa5ab09104f18a8e4d362fc2f64c7cfe
[ "MIT" ]
permissive
bjsvwcur/components
4937a0fb40df16736277dc712f63d2978f2d8ed8
d25b88b64e2636a5b0eaf95ffedbe1b5bc45a467
refs/heads/master
2022-04-15T02:54:35.532760
2020-04-02T05:02:40
2020-04-02T05:02:40
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
770
puml
@startuml database { [OpenLDAP] as ldap } database { [Geodaten] as data } data --> ldap database { [Konfig-DB] as config } node { [API] as api } api --> data api --> config node { [GRETL] as gretl } gretl --> data gretl --> ldap node { [Grundstuecksinformation] as gsi } gsi --> data node { [Web GIS Client] as wgc } wgc --> config wgc --> api node { [QGIS Client] as qgis } qgis --> data qgis --> api qgis --> config qgis --> ldap node { [Datenabgabe] as export } legend bottom Pfeile zeigen die Abhaengigkeiten zur Laufzeit. A --> B bedeutet: A ist von B abhaengig. QGIS: - Inklusive SO-Locator - Abhaengigkeit auf Konfig-DB aufgrund Dataproduct-Service endlegend @enduml
false
true
false
false
sequence
57c2c1b54e774a9efdb20350915224488e0b1d76
6bd2a7ac5888af14373e6b7c3f13f0c1cc61b66c
/mastermindWeek2/doc/classDiagram.puml
ea7d38fde1f57c2792424342e421441d2eed8865
[]
no_license
chuso/mastercloudapps
e685a78f1268b82024c04df1719145169d2ec5d9
cfcb55c8b0c666c406e82a720bc60d66977f2c15
refs/heads/master
2021-07-16T03:45:28.948164
2019-11-17T21:59:01
2019-11-17T21:59:01
211,486,152
0
0
null
2020-10-13T17:09:32
2019-09-28T10:54:00
Java
UTF-8
PlantUML
false
false
627
puml
class MasterMind MasterMind *-down-> Logic MasterMind *-down-> View interface View View ..> Controller class ConsoleView View <|-down- ConsoleView ConsoleView *-down-> GameView ConsoleView *-down-> ResultView class Controller Controller <|-down- StartController Controller <|-down- ProposeController Controller <|-down- ResumeController class Logic Logic *-down-> StartController Logic *-down-> ProposeController Logic *-down-> ResumeController Logic *-down-> Game Logic *-down-> State interface ControllerVisitor ControllerVisitor <|-down- View Controller ..> ControllerVisitor Controller --> Game Controller --> State
false
true
false
false
class
a400c2661a39eca5cf40b93a60c5cdfe98d4b6ad
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/firebase_analytics/diagrams/firebase_analytics_data_class.puml
185d97352a77f34dcaac3b615115113b58509e3e
[ "Apache-2.0" ]
permissive
solid-vovabeloded/flank-dashboard
7e952fa1399585d3f15cae2ed2cab435fb82df3f
15dae0c40823cc12886a1bb0c087442c0697ac89
refs/heads/master
2023-07-11T19:54:58.430004
2021-08-06T10:29:26
2021-08-06T10:29:26
389,593,827
0
0
Apache-2.0
2021-07-26T10:33:52
2021-07-26T10:25:59
null
UTF-8
PlantUML
false
false
305
puml
@startuml package analytics.data.repositories { class FirebaseAnalyticsRepository {} } package analytics.domain.repositories { interface AnalyticsRepository { Future<void> logPageView() Future<void> logLogin() } } FirebaseAnalyticsRepository ..|> AnalyticsRepository @enduml
false
true
false
false
class
cdd250b0d40c7d56db2d6a3ea2c7b6562d51fccb
659cf4bd3cc9d4e939f44936cdee4c16c540ed20
/va_launch_activity.puml
f0e0415352fc4eb25359b11bbb67d8d5b5fec503
[]
no_license
peggy109/VADoc
7e8bfd9d7f1500163b32128dab7cf039b2dbd07d
42c8b4e44e16f4e92a2b1a85c8130e89c7fe5b17
refs/heads/master
2020-04-12T14:14:29.371693
2019-01-10T10:43:03
2019-01-10T10:43:03
162,544,622
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,217
puml
@startuml title VA_Launch_Activity box "app process" #Pink participant HCallbackStub participant VClientImpl as VCImpl participant NativeEngine participant InvocationStubManager participant AppInstrumentation participant ActivityThread.mH as mH participant ActivityThread endbox [-> HCallbackStub : handleMessage(LAUNCH_ACTIVITY) activate HCallbackStub HCallbackStub-> HCallbackStub : handleLaunchActivity activate HCallbackStub HCallbackStub -> HCallbackStub : note left ActivityClientRecord = msg.obj msg.obj is about StubActivity$Cx end note HCallbackStub -> VCImpl : bindApplication note left : packageName=xx.youku.xx\nprocessName= activate VCImpl VCImpl -> VCImpl : bindApplicationNoCheck activate VCImpl VCImpl -> VCImpl : startIOUniformer note left /sys/class/net/wlan0/address -> /data/user/0/io.virtualapp/virtual/data/user/x/wifiMacAddress /sys/class/net/eth0/address -> /data/user/0/io.virtualapp/virtual/data/user/x/wifiMacAddress /sys/class/net/wifi/address -> /data/user/0/io.virtualapp/virtual/data/user/x/wifiMacAddress /data/data/com.youku.phone -> /data/user/0/io.virtualapp/virtual/data/user/x/com.youku.phone /data/user/0/com.youku.phone -> /data/user/0/io.virtualapp/virtual/data/user/x/com.youku.phone /data/user_de/0/com.youku.phone -> /data/user/0/io.virtualapp/virtual/data/user/x/com.youku.phone /data/user/0/io.virtualapp/virtual/data/user/0/com.youku.phone/lib -> /data/user/x/io.virtualapp/virtual/data/app/com.youku.phone/lib /data/data/com.youku.phone/lib/ -> /data/user/0/io.virtualapp/virtual/data/app/com.youku.phone/lib /data/user/0/com.youku.phone/lib/ -> /data/user/0/io.virtualapp/virtual/data/app/com.youku.phone/lib end note activate VCImpl VCImpl -> NativeEngine : redirectDirectory deactivate VCImpl VCImpl -> InvocationStubManager : checkEnv(AppInstrumentation) activate InvocationStubManager InvocationStubManager -> AppInstrumentation : inject activate InvocationStubManager deactivate InvocationStubManager deactivate InvocationStubManager deactivate VCImpl deactivate VCImpl HCallbackStub -> HCallbackStub : note left ActivityClientRecord = msg.obj set msg.obj.intent = about <true Activity> end note deactivate HCallbackStub HCallbackStub -> mH : handleMessag(LAUNCH_ACTIVITY) mH -> ActivityThread : handleLaunchactivity activate mH ActivityThread -> ActivityThread : performLaunchActivity activate ActivityThread ActivityThread -> AppInstrumentation : callActivityOnCreate ActivityThread -> AppInstrumentation : callActivityOnStart deactivate ActivityThread ActivityThread -> ActivityThread : handleResumeActivity activate ActivityThread ActivityThread -> ActivityThread : performResumeActivity activate ActivityThread ActivityThread -> AppInstrumentation : callActivityOnStart deactivate ActivityThread deactivate ActivityThread deactivate mH deactivate HCallbackStub @enduml
false
true
false
false
sequence
3498ccc668d2d85489fc3e5b86ffccd4a3e51346
b9b78d5cda5cbef6bada879d2b137065ae1e1691
/ansible/images/workflow.plantuml
e5b57405292bfa99892ad7d3ad0bc5532faff661
[]
no_license
stderrat/stderrat.github.io
d711d09f5abed56e3e3d6ba6ffd1c78283c08545
5c77ff6e03df14cc45f3ca3240b7562fbe580349
refs/heads/master
2023-08-04T16:23:48.241168
2023-08-01T15:44:10
2023-08-01T15:44:10
250,527,895
0
1
null
2021-04-08T11:40:13
2020-03-27T12:24:59
HTML
UTF-8
PlantUML
false
false
437
plantuml
@startuml title Ansible Execution Environments images file "quay.io/ansible/ansible-runner:stable-2.12-latest" as base file "quay.io/tosmi/customized-builder:latest" as builder file "quay.io/tosmi/customized-base-ee:latest" as base_ee file "quay.io/tosmi/customized-ee:latest" as customized_ee ' participant "build process" builder --> base : is based on base_ee --> base : is based on base_ee --> customized_ee: is based on @enduml
false
true
false
false
sequence
c3f5db9ed1ea4e9990ad38eeca6629dfcbd05751
2117b98581cd9f6fee0ad30bded7b7f4cff89cfb
/src/main/java/com/philips/research/spdxbuilder/persistence/blackduck/blackduck.puml
b7c7a3898110090fa50be5573782cacece4d63f1
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
timovandeput/spdx-builder
3abe8590197c77331f893e55b7c4ea27bfc08ede
fa8dcdf502cb0dc8c9ca8196184b4198ded1f4b1
refs/heads/main
2023-06-28T13:21:51.341603
2021-06-18T14:55:50
2021-06-18T14:55:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,265
puml
@startuml title Black Duck BOM representation class License { UUID licenseType:{CONJUNCTIVE,DISJUNCTIVE} licenseDisplay:String spdxId:String } License --> "*" License: licenses note bottom of License Nested grouping of AND/OR terms. end note class Origin { UUID externalNamespace:String externalId:String } note left of Origin Exact format of externalId depends on the externalNamespace end note class ComponentVersion { UUID componentName:String componentVersionName:String usages:{see note}[] } ComponentVersion o--> "*" License: licenses\n<AND/OR> ComponentVersion o-d-> "*" Origin: origins ComponentVersion --> "*" ComponentVersion: children note right of ComponentVersion Possible usages values: SOURCE_CODE, STATICALLY_LINKED, DYNAMICALLY_LINKED, SEPARATE_WORK, MERELY_AGGREGATED, IMPLEMENTATION_OF_STANDARD, PREREQUISITE, DEV_TOOL_EXCLUDED, UNSPECIFIED end note class Component { UUID description:String homepage:URI } ComponentVersion -u-> "1" Component: component class ProjectVersion{ UUID versionName:String } ProjectVersion *-> "*" ComponentVersion: BOM class Project { UUID name:String } Project *-> "*" ProjectVersion @enduml
false
true
false
false
sequence
a5279e7cc9501c202ff0170b9561903c8ab95d7b
bb37d4afdbdc35f9aadb7537ad45c4ce1e84df9e
/deQ3usecase.puml
78ab80bf4e1d931781ba4f665bb78d9577d251db
[]
no_license
matthewbonodelasalas/PRELIMS
007248a73293d99d281c72698cc5047a6ed58cfc
d69a25ff6ff500b51af36cfdd962be0ed267d4a1
refs/heads/master
2021-04-01T07:11:10.931036
2020-03-18T09:20:32
2020-03-18T09:20:32
248,166,653
0
0
null
null
null
null
UTF-8
PlantUML
false
false
273
puml
@startuml left to right direction skinparam packageStyle rectangle Actor Customer Actor Clerk Actor Bank Actor Administrator rectangle POS_Terminal { Customer--(checkout):1: (checkout)--Clerk:1: (checkout)--Bank (Manage Users)---Administrator } @enduml
false
true
false
false
usecase
0b383ec2630820183aea9a51b0720e8b9c7bcc79
d6374fe9363a41031c51eb622cb0cb5e75b78380
/legacy/mojaloop-technical-overview/central-ledger/assets/diagrams/sequence/seq-timeout-2.3.1.plantuml
c519767585b4f3264f74e45e624620ebd72c7c47
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mojaloop/documentation
18a1e58443956b9c718f5f85590f652f803f4748
6ad904da0293bb259bd9f5140bcecd719d8c8024
refs/heads/master
2023-07-26T17:13:14.811484
2023-06-26T15:18:57
2023-06-26T15:18:57
170,135,923
24
98
NOASSERTION
2023-09-01T14:57:33
2019-02-11T13:45:44
JavaScript
UTF-8
PlantUML
false
false
4,717
plantuml
/'***** License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Contributors -------------- This is the official list of the Mojaloop project contributors for this file. Names of the original copyright holders (individuals or organizations) should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization that actually holds the copyright for their contributions (see the Gates Foundation organization for an example). Those individuals should have their names indented and be marked with a '-'. Email address can be added optionally within square brackets <email>. * Gates Foundation - Name Surname <name.surname@gatesfoundation.com> * ModusBox - Georgi Georgiev <georgi.georgiev@modusbox.com> -------------- ******'/ @startuml ' declare title title 2.3.1. Timeout Prepare Handler autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors control "Timeout Prepare\nHandler" as TIMEOUT_PREP_HANDLER collections "topic-\ntransfer-timeout" as TOPIC_TRANSFER_TIMEOUT collections "topic-event" as EVENT_TOPIC entity "Timeout DAO" as TIMEOUT_DAO database "Central Store" as DB box "Central Service" #lightyellow participant TIMEOUT_PREP_HANDLER participant TOPIC_TRANSFER_TIMEOUT participant EVENT_TOPIC participant TIMEOUT_DAO participant DB end box ' start flow group Timeout Prepare Handler activate TIMEOUT_PREP_HANDLER group Persist Event Information TIMEOUT_PREP_HANDLER -> EVENT_TOPIC: Publish event information ref over TIMEOUT_PREP_HANDLER, EVENT_TOPIC : Event Handler Consume\n end group Cleanup TIMEOUT_PREP_HANDLER -> TIMEOUT_DAO: Cleanup Fulfilled Transfers\n<color #red><b>Error code:</b> 2003</color> activate TIMEOUT_DAO TIMEOUT_DAO -> DB: Delete fuflfilled transfers records activate DB deactivate DB hnote over DB #lightyellow DELETE et FROM **expiringTransfer** et JOIN **transferFulfilment** tf ON tf.transferId = et.transferId end note TIMEOUT_DAO --> TIMEOUT_PREP_HANDLER: Return success deactivate TIMEOUT_DAO end group List Expired TIMEOUT_PREP_HANDLER -> TIMEOUT_DAO: Retrieve Expired Transfers\n<color #red><b>Error code:</b> 2003</color> activate TIMEOUT_DAO TIMEOUT_DAO -> DB: Select using index activate DB hnote over DB #lightyellow SELECT * FROM **expiringTransfer** WHERE expirationDate < currentTimestamp end note TIMEOUT_DAO <-- DB: Return expired transfers deactivate DB TIMEOUT_DAO --> TIMEOUT_PREP_HANDLER: Return **expiredTransfersList** deactivate TIMEOUT_DAO end loop for each transfer in the list ||| note right of TIMEOUT_PREP_HANDLER #yellow <color #red><b>Message:</b></color> { id: <uuid> from: <switch>, to: <payerFsp>, type: application/json content: { headers: null, payload: <transfer> }, metadata: { event: { id: <uuid>, responseTo: null, type: transfer, action: timeout, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note TIMEOUT_PREP_HANDLER -> TOPIC_TRANSFER_TIMEOUT: Publish Timeout event\n<color #red><b>Error code:</b> 2003</color> activate TOPIC_TRANSFER_TIMEOUT deactivate TOPIC_TRANSFER_TIMEOUT end deactivate TIMEOUT_PREP_HANDLER end @enduml
false
true
true
false
sequence
d3b463ec2df9dd4dff274a004a74373ab9b1d06e
d7a1079c29c96423494f9c4181ca9544235c0162
/doc/architecture/umls/dialog-contact-selected.plantuml
f8bbb00bb7875f218783ae0b0032e00ef67fd494
[ "MIT" ]
permissive
sqglobe/SecureDialogues
ede0431b916a7e30d221edd3994b88c5d6afd6d0
bde56c7a62fb72b1cdfba8cebc0a770157b5f751
refs/heads/dev
2020-05-15T01:50:18.416099
2020-05-01T08:36:24
2020-05-01T08:36:24
182,036,134
3
3
MIT
2020-04-15T19:46:54
2019-04-18T07:14:51
C++
UTF-8
PlantUML
false
false
396
plantuml
@startuml QListView --> BaseSettingsDialog : clicked(index) BaseSettingsDialog --> ContactWidget : actionDisable() BaseSettingsDialog --> ContactGasket : actionViewAt(inxed.row) ContactGasket --> DialogWidgetGasket : viewAt(pos) DialogWidgetGasket --> ContactContainer : at(pos) ContactContainer --> DialogWidgetGasket : contact DialogWidgetGasket --> ContactWidget: setElement(contact) @enduml
false
true
false
false
sequence
2e07b07c60622aea6efa0d5ed72a223073173366
5c9480cc95414de431025c6fc08a27010fbd5cb4
/src/documentation/CU3-DSD.puml
14fe18e04c7f5aba8f3baa2a43d262d33c262d51
[]
no_license
HZjiadong/PLD-MARS
ceab01a73e40f85a99d375988b0352ce631ba4a6
91d8a34d3859c381cb34cd3491b125586adb11e1
refs/heads/main
2023-01-08T07:09:21.002767
2020-11-05T10:20:50
2020-11-05T10:20:50
304,001,908
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,490
puml
@startuml actor Utilisateur as U boundary IHM as I participant Systeme as S participant Contact as C participant Contrat as CON participant Offre as O autonumber U->I: Identifier Client I-[#red]>S: SM:CU1 S-[#0000FF]->I: idClient,Client U->I: Consulter liste contacts de client I-[#red]>S: SM 3.1 consulterListeContacts(idClient) S-[#red]>C: SOM 3.1 getContactClient(idClient) C-[#0000FF]->S: List<idContact, Contact> S-[#0000FF]->I: List<idContact, Contact> alt U->I: Créer contact I-[#red]>S: SM 3.2 creerContact(idCLient,idAgent,Contact) S-[#red]>C: SOM 3.2 ajouterContact(idCLient,idAgent,Contact) C-[#0000FF]->S: CRE S-[#0000FF]->I: CRE else U->I: Consulter onglet contact spontané/commercial U->I: Selectionner un contact U->I: Modifier un contact I-[#red]>S: SM 3.3 modifierContact(idContact,Contact) S-[#red]>C: SOM 3.3 modifierContact(idContact,Contact) C-[#0000FF]->S: CRE S-[#0000FF]->I: CRE else U->I: Consulter onglet entretien U->I: Selectionner un entretien alt U->I: Consulter liste contrats de la banque I--[#red]>S: SM 3.4 consulterListeContrat() S-[#red]>CON: SOM 3.4 getListeContrat() CON-[#0000FF]->S: List<idContrat, Contrat, List<idDomaine, Domaine>> S-[#0000FF]->I: List<idContrat, Contrat, List<idDomaine, Domaine>> U->I: Consulter détail d'un contrat I-[#red]>S: SM 3.5 consulterDetailContrat(idContrat) S -[#red]> CON : SOM 3.5 getContratEtOption(idContrat) CON -[#0000FF]-> S : idContrat, Contrat, List<idOption, Option> S -[#0000FF]-> I: idContrat, Contrat, List<idOption, Option> U->I: Proposer un contrat I-[#red]>S: SM 3.6 proposerContrat(idContact,PropositionContrat,idContrat) S-[#red]>CON: SOM 3.6 formulerPropositionContrat(idContact,PropositionContrat,idContrat) CON-[#0000FF]->S: CRE S-[#0000FF]->I: CRE else U->I: Consulter liste offres de la banque I-[#red]>S: SM 3.7 consulterListeOffres() S-[#red]>O: SOM 3.7 getListeOffre() O-[#0000FF]->S: List<idOffre,Offre> S-[#0000FF]->I: List<idOffre,Offre> U->I: Consulter détaille d'une offre I-[#red]>S: SM 3.8 consulterDetailOffre(idOffre) S -[#red]> O : SOM 3.8 getDetailOffre(idOffre) O -[#0000FF]-> S : idOffre,Offre,list<idProduit,Produit> S-[#0000FF]->I: idOffre,Offre,list<idProduit,Produit> U->I: Proposer une offre I-[#red]>S: SM 3.9 proposerOffre(idContact,PropositionOffre,idOffre) S-[#red]>O: SOM 3.9 formulerPropositionOffre(idContact,PropositionOffre,idOffre) O-[#0000FF]->S: CRE S-[#0000FF]->I: CRE else U->I: Modifier entretien U->I: Enregistrer l'entretien I-[#red]>S: SM 3.3 modifierContact(idContact,Contact) S-[#red]>C: SOM 3.3 modifierContact(idContact,Contact) C-[#0000FF]->S: CRE S-[#0000FF]->I: CRE else U->I: Ajouter annotation U->I: Enregistrer annotation I-[#red]>S: SM 3.10 ajouterAnnotation(idContact,Annotation) S-[#red]>C: SOM 3.10: ajouterAnnotation(idContact, Annotation) C-[#0000FF]->S:CRE S-[#0000FF]->I: CRE U->I: Enregistrer l'entretien I-[#red]>S: SM 3.3 modifierContact(idContact,Contact) S-[#red]>C: SOM 3.3 modifierContact(idContact,Contact) C-[#0000FF]->S: CRE S-[#0000FF]->I: CRE end end @enduml
false
true
true
false
usecase
e6f487002162f06f3e3006948cc13821b4a8a13d
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/AttributeNestedType.puml
21ce145b4133413a875a5bb63603e33990115acb
[]
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
460
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 AttributeNestedType [[AttributeNestedType.svg]] extends AttributeType { name: String typeReference: [[ProductTypeReference.svg ProductTypeReference]] } interface AttributeType [[AttributeType.svg]] { name: String } @enduml
false
true
false
false
class
be5328e56b6e21f8ce086e803fdc01c0e2246c9c
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.collab-proxy@1.2.16/Editor/Collab/Views/CollabHistoryItem.puml
6c7625e28305f91c565a279fef392d0c5a52f545
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
933
puml
@startuml class CollabHistoryItem { + RevisionActionsEnabled : bool <<set>> + CollabHistoryItem(data:RevisionData) + {static} SetUpCallbacks(Restore:RevisionAction, GoBack:RevisionAction, Update:RevisionAction) : void + SetInProgressStatus(revisionIdInProgress:string) : void ShowBuildForCommit() : void ShowServicePage() : void Restore() : void GoBackTo() : void UpdateTo() : void UpdateTimeAgo() : void ShouldTruncateDescription(description:string) : bool GetTruncatedDescription(description:string) : string ToggleDescription() : void } VisualElement <|-- CollabHistoryItem CollabHistoryItem --> "s_OnRestore" RevisionAction CollabHistoryItem --> "s_OnGoBack" RevisionAction CollabHistoryItem --> "s_OnUpdate" RevisionAction CollabHistoryItem --> "s_OnShowBuild" ShowBuildAction CollabHistoryItem --> "s_OnShowServices" Action CollabHistoryItem --> "timeStamp" DateTime @enduml
false
true
false
false
class
4f47b747639f6c4bd5d2324789e44602c8873c10
eb52970261e2379b3daf3cf3ffc2514f28564aa8
/documentação/dominio.puml
9c7221826accf2f9903bc77d81290067d5d9dc9f
[]
no_license
omenakim/fks-kaban
3610b091ce63fc0a0a1805ea118368b692f70081
b817279e01ad8bd9c9e6e18803366b2230c03f77
refs/heads/main
2023-03-11T00:38:32.290968
2021-02-28T05:16:52
2021-02-28T05:16:52
336,832,243
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,257
puml
class Usuario{ String username String password Usuario(String username, String password) } class Quadro{ String titulo String descricao Usuario dono LocalDateTime dataDeCriacao Set<Usuario> membros Boolean aberto Quadro(String titutlo, String descricao, Usuario dono) adicionarMembro(Usuario membro) removerMembro(Usuario membro) transferirTitularidade(Usuario membro) arquivar() reabrir() } class Coluna{ String titulo Quadro quadro Coluna(String titulo, Quadro quadro) } class Cartao{ String titulo String descricao Coluna coluna List<Comentario> comentarios Cartao(String titulo, String descricao, Coluna coluna) editar(String titulo, String descricao) mover(Coluna coluna) comentar(Comentario comentario) excluirComentario(Comentario comentario) substituirComentario(Comentario comentario) } class Comentario{ String descricao LocalDateTime dataDeCriacao Usuario criador Comentario(String descricao, Usuario criador) editar(String descricao) } Usuario "1" --* "N" Quadro Quadro "1" --* "N" Usuario Coluna "N" *-- "1" Quadro Cartao "N" *-- "1" Coluna Comentario "N" *-- "1" Usuario Cartao "1" --* "N" Comentario
false
true
false
false
class
db2d06efffeaaf2ec248adbd0d1ff34a5e819293
e5a8aa083d69cc19f1fd8903d46690ec6d070e8c
/diagrams/architecture.puml
22d0b7a6108cd87d2d8dfccbb41a2fc8ae3d8b9e
[ "MIT" ]
permissive
johanneshanek/metabase
ed9272bc0857e053bd3c445dcbaa68b77ddc2d47
be050a6539f7ff347afde0006185a2e3482912c0
refs/heads/develop
2023-04-05T20:24:39.980353
2021-04-14T13:43:31
2021-04-14T13:43:31
357,913,877
0
0
MIT
2021-04-14T13:43:10
2021-04-14T13:23:57
C#
UTF-8
PlantUML
false
false
1,152
puml
@startuml "Architecture" skinparam componentStyle uml2 actor "User" as User package "Metabase" as Metabase { interface "GraphQL Endpoint" as GraphQlEndpoint /' package "C#" as CSharp { '/ component "GraphQL" as GraphQL component "Command/Query Handlers" as Handlers component "Event Store" as EventStore /' } '/ database "PostgreSQL" as PostgreSql } package "ISE" as Ise { interface "ISE GraphQL Endpoint" as IseGraphQlEndpoint } package "LBNL" as Lbnl { interface "LBNL GraphQL Endpoint" as LbnlGraphQlEndpoint } User --> GraphQlEndpoint : HTTPS Post Requests with GraphQL Queries/Mutations User <-- GraphQlEndpoint : HTTPS Responses with JSON Contents GraphQlEndpoint - GraphQL GraphQL -> Handlers : Queries/Commands GraphQL <- Handlers : Models Handlers -> EventStore : Queries/Events Handlers <- EventStore : Aggregates EventStore -> PostgreSql : SQL Queries EventStore <- PostgreSql : Rows of Events Handlers --> IseGraphQlEndpoint : HTTPS Requests Handlers <-- IseGraphQlEndpoint : HTTPS Responses Handlers --> LbnlGraphQlEndpoint : HTTPS Requests Handlers <-- LbnlGraphQlEndpoint : HTTPS Responses @enduml
false
true
false
false
sequence
3b7a181a90b489c0a03dbec05fbedff25cb5d8bf
1ff534bd13d4172dbb7b2472bc664fd20c298806
/rospace_documentation/design/attitude-propagation-sequence-diagram.puml
da5151baafd37b0ecfbbb9753ef46db5a41b00ee
[ "Zlib" ]
permissive
eSpace-epfl/rospace-core
be7e821e22ea821181abb042e31f7df51eb93098
abf01756f81113cb4822bc7e09b0d75f2c9676d8
refs/heads/master
2020-04-17T03:39:35.265865
2018-12-19T18:48:33
2018-12-19T18:48:33
166,194,441
3
1
null
null
null
null
UTF-8
PlantUML
false
false
3,403
puml
' Copyright (c) 2018, Christian Lanegger (christian.lanegger@epfl.ch) ' ' @license zlib license ' ' This file is licensed under the terms of the zlib license. ' See the LICENSE.md file in the root of this repository ' for complete details. @startuml ' skinparam roundcorner 20 ' skinparam maxmessagesize 100 skinparam SequenceDividerFontSize 20 skinparam ParticipantFontSize 20 skinparam ArrowFontSize 16 skinparam SequenceGroupFontSize 18 skinparam SequenceActorBorderColor #575757 skinparam SequenceParticipantBackgroundColor #DDEBD8 skinparam SequenceParticipantBorderColor #575757 skinparam SequenceLifeLineBackgroundColor #F5F5F5|BFBFBF skinparam SequenceLifeLineBorderColor #575757 skinparam SequenceArrowColor #575757 skinparam SequenceBorderColor #575757 hide footbox participant NumericalPropagator participant AttitudePropagator participant Integrators participant ClassicalRungeKutta participant DormandPrince853 participant "Differential\nEquations" as diffEq participant "Times\nDerivative" as tDer participant "Disturbance\nTorques" as DTs participant StateObserver activate NumericalPropagator NumericalPropagator -> AttitudePropagator : getAttitude activate AttitudePropagator AttitudePropagator -> StateObserver : get previous state activate StateObserver StateObserver --> AttitudePropagator : state(t_0 + (i-1)*dt) deactivate StateObserver AttitudePropagator -> diffEq : create AttitudePropagator -> Integrators : integrate activate Integrators alt #DDEBD8 integration step <= maxDT Integrators -> ClassicalRungeKutta : single step activate ClassicalRungeKutta ClassicalRungeKutta -> tDer : create ClassicalRungeKutta -> diffEq : computeDerivatives activate diffEq diffEq -> DTs : get disturbance torques activate DTs DTs --> diffEq : torques deactivate DTs diffEq --> ClassicalRungeKutta : state at [dt_o] deactivate diffEq ClassicalRungeKutta --> Integrators : state at [dt_o] deactivate ClassicalRungeKutta else intgration step > maxDT Integrators -> DormandPrince853 : integrate activate DormandPrince853 DormandPrince853 -> tDer : create activate tDer deactivate tDer loop #E1D5E7 until j * dt_a == dt_o DormandPrince853 -> diffEq : computeDerivatives activate diffEq diffEq -> DTs : get disturbance torques activate DTs DTs --> diffEq :torques deactivate DTs diffEq --> DormandPrince853 : state at [j*dt_a] deactivate diffEq end DormandPrince853 --> Integrators : state at [dt_o] deactivate DormandPrince853 end Integrators --> AttitudePropagator : state at [dt_o] deactivate Integrators AttitudePropagator --> NumericalPropagator : state at [dt_o] deactivate AttitudePropagator deactivate NumericalPropagator @enduml
false
true
false
false
sequence
cf67201050f6372ec1379e536adf1297605d755e
76bd2393c8efc4ea4f00e604c0325b223e6c18d3
/doc/GroupedObservable.puml
069280d777720838162ef0d36f23f2128f0c49cc
[]
no_license
suribada/RxJavaBook
8d5dfae113d778982822adb30aa3659a6f3fa490
a417aea43dae88f573d8a4121a60f339f008e689
refs/heads/master
2023-04-12T22:31:50.662032
2021-04-04T07:17:55
2021-04-04T07:17:55
106,604,606
0
0
null
null
null
null
UTF-8
PlantUML
false
false
243
puml
@startuml hide members abstract class Observable abstract class GroupedObservable class GroupedUnicast class ObservableGroupBy ObservableGroupBy +-- GroupedUnicast Observable <|-- GroupedObservable GroupedObservable <|-- GroupedUnicast @enduml
false
true
false
false
class
061fc2be8a89fb832537a636c80ae0589a71fb25
70fa7784e8e51981fbcf1185eedaadc893dc7ce1
/generated/traffic-intersection.plantuml
42da43cfe04a4048cb3919ed7c9595f20029d1c9
[]
no_license
cybernetics/kfsm-mpp-compose-traffic
80e8524fa412035af48d0b4e96ee13e593f4f9d6
9e52a90593b313900da57206f94380f3414190b0
refs/heads/main
2023-07-13T18:57:35.555342
2021-08-29T10:17:49
2021-08-29T10:17:49
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,571
plantuml
@startuml skinparam monochrome true skinparam StateFontName Helvetica skinparam defaultFontName Monospaced skinparam defaultFontStyle Bold skinparam state { FontStyle Bold } state TrafficIntersectionFSM { [*] --> OFF OFF --> STOPPED : ON_OFF -> {\l on()\l} STOPPED --> OFF : ON_OFF -> {\l logger.info{"STOPPED:ON_OFF"}\l off()\l} STOPPED --> GOING : START -> {\l logger.info{"STOPPED:START"}\l start()\l} STOPPED --> STOPPED : STOPPED -> {\l logger.info{"STOPPED:STOPPED"}\l} STOPPED --> FLASHING : FLASH -> {\l logger.info{"STOPPED:FLASH"}\l flashAll()\l} GOING --> STOPPING : <<timeout = {cycleTime}>> -> {\l logger.info{"GOING:timeout"}\l stop()\l} GOING --> STOPPING : SWITCH -> {\l logger.info{"GOING:SWITCH"}\l stop()\l} GOING --> WAITING_STOPPED : STOP -> {\l logger.info{"GOING:STOP"}\l stop()\l} STOPPING --> WAITING : STOPPED -> {\l logger.info{"STOPPING:STOPPED"}\l} STOPPING --> STOPPING : SWITCH -> {\l logger.info{"STOPPING:SWITCH"}\l} STOPPING --> WAITING_STOPPED : STOP -> {\l logger.info{"STOPPING:STOP"}\l} WAITING --> GOING : <<timeout = {cycleWaitTime}>> -> {\l logger.info{"WAITING:timeout"}\l next()\l start()\l} WAITING --> WAITING : SWITCH -> {\l logger.info{"WAITING:SWITCH"}\l} WAITING --> STOPPED : STOP -> {\l logger.info{"WAITING:STOP"}\l stop()\l} WAITING_STOPPED --> STOPPED : <<timeout = {cycleWaitTime/2}>> -> {\l logger.info{"WAITING_STOPPED:timeout"}\l} WAITING_STOPPED --> STOPPED : STOPPED -> {\l logger.info{"WAITING_STOPPED:STOPPED:ignore"}\l} FLASHING --> STOPPED : STOP -> {\l stopAll()\l} } @enduml
false
true
false
false
sequence
1cae796a75835e2fc37dbbfaeb63f92369f21d90
2ed26e4235a2dd2abe15418ccc770cb313afc083
/hexagonal/etc/hexagonal.urm.puml
f6dd970c09086a79b0adf03ec9412e16561705f1
[ "MIT" ]
permissive
secorjeretweaz/java-design-patterns
38ffb25f9cf212a5edf74eb44a709879bdc876f9
b2eaa6676430cda29663735125f026df5bb5dcbc
refs/heads/master
2020-03-29T19:47:22.792134
2018-10-02T08:26:07
2018-10-02T08:26:07
150,280,998
0
0
MIT
2018-09-25T14:41:40
2018-09-25T14:41:39
null
UTF-8
PlantUML
false
false
10,170
puml
@startuml package com.iluwatar.hexagonal.sampledata { class SampleData { - PLAYERS : List<PlayerDetails> {static} + SampleData() - getRandomPlayerDetails() : PlayerDetails {static} + submitTickets(lotteryService : LotteryService, numTickets : int) {static} } } package com.iluwatar.hexagonal.service { class ConsoleLottery { - LOGGER : Logger {static} + ConsoleLottery() + main(args : String[]) {static} - printMainMenu() {static} - readString(scanner : Scanner) : String {static} } } package com.iluwatar.hexagonal.mongo { class MongoConnectionPropertiesLoader { - DEFAULT_HOST : String {static} - DEFAULT_PORT : int {static} + MongoConnectionPropertiesLoader() + load() {static} } } package com.iluwatar.hexagonal.domain { class LotteryAdministration { - notifications : LotteryEventLog - repository : LotteryTicketRepository - wireTransfers : WireTransfers + LotteryAdministration(repository : LotteryTicketRepository, notifications : LotteryEventLog, wireTransfers : WireTransfers) + getAllSubmittedTickets() : Map<LotteryTicketId, LotteryTicket> + performLottery() : LotteryNumbers + resetLottery() } class LotteryConstants { + PLAYER_MAX_SALDO : int {static} + PRIZE_AMOUNT : int {static} + SERVICE_BANK_ACCOUNT : String {static} + SERVICE_BANK_ACCOUNT_SALDO : int {static} + TICKET_PRIZE : int {static} - LotteryConstants() } class LotteryNumbers { + MAX_NUMBER : int {static} + MIN_NUMBER : int {static} + NUM_NUMBERS : int {static} - numbers : Set<Integer> - LotteryNumbers() - LotteryNumbers(givenNumbers : Set<Integer>) + create(givenNumbers : Set<Integer>) : LotteryNumbers {static} + createRandom() : LotteryNumbers {static} + equals(obj : Object) : boolean - generateRandomNumbers() + getNumbers() : Set<Integer> + getNumbersAsString() : String + hashCode() : int + toString() : String } -class RandomNumberGenerator { - randomIterator : OfInt + RandomNumberGenerator(min : int, max : int) + nextInt() : int } class LotteryService { - notifications : LotteryEventLog - repository : LotteryTicketRepository - wireTransfers : WireTransfers + LotteryService(repository : LotteryTicketRepository, notifications : LotteryEventLog, wireTransfers : WireTransfers) + checkTicketForPrize(id : LotteryTicketId, winningNumbers : LotteryNumbers) : LotteryTicketCheckResult + submitTicket(ticket : LotteryTicket) : Optional<LotteryTicketId> } class LotteryTicket { - id : LotteryTicketId - lotteryNumbers : LotteryNumbers - playerDetails : PlayerDetails + LotteryTicket(id : LotteryTicketId, details : PlayerDetails, numbers : LotteryNumbers) + equals(obj : Object) : boolean + getId() : LotteryTicketId + getNumbers() : LotteryNumbers + getPlayerDetails() : PlayerDetails + hashCode() : int + setId(id : LotteryTicketId) + toString() : String } class LotteryTicketCheckResult { - checkResult : CheckResult - prizeAmount : int + LotteryTicketCheckResult(result : CheckResult) + LotteryTicketCheckResult(result : CheckResult, amount : int) + equals(obj : Object) : boolean + getPrizeAmount() : int + getResult() : CheckResult + hashCode() : int } enum CheckResult { + NO_PRIZE {static} + TICKET_NOT_SUBMITTED {static} + WIN_PRIZE {static} + valueOf(name : String) : CheckResult {static} + values() : CheckResult[] {static} } class LotteryTicketId { - id : int - numAllocated : int {static} + LotteryTicketId() + LotteryTicketId(id : int) + equals(o : Object) : boolean + getId() : int + hashCode() : int + toString() : String } class LotteryUtils { - LotteryUtils() + checkTicketForPrize(repository : LotteryTicketRepository, id : LotteryTicketId, winningNumbers : LotteryNumbers) : LotteryTicketCheckResult {static} } class PlayerDetails { - bankAccountNumber : String - emailAddress : String - phoneNumber : String + PlayerDetails(email : String, bankAccount : String, phone : String) + equals(obj : Object) : boolean + getBankAccount() : String + getEmail() : String + getPhoneNumber() : String + hashCode() : int + toString() : String } } package com.iluwatar.hexagonal.banking { class InMemoryBank { - accounts : Map<String, Integer> {static} + InMemoryBank() + getFunds(bankAccount : String) : int + setFunds(bankAccount : String, amount : int) + transferFunds(amount : int, sourceBackAccount : String, destinationBankAccount : String) : boolean } class MongoBank { - DEFAULT_ACCOUNTS_COLLECTION : String {static} - DEFAULT_DB : String {static} - accountsCollection : MongoCollection<Document> - database : MongoDatabase - mongoClient : MongoClient + MongoBank() + MongoBank(dbName : String, accountsCollectionName : String) + connect() + connect(dbName : String, accountsCollectionName : String) + getAccountsCollection() : MongoCollection<Document> + getFunds(bankAccount : String) : int + getMongoClient() : MongoClient + getMongoDatabase() : MongoDatabase + setFunds(bankAccount : String, amount : int) + transferFunds(amount : int, sourceBackAccount : String, destinationBankAccount : String) : boolean } interface WireTransfers { + getFunds(String) : int {abstract} + setFunds(String, int) {abstract} + transferFunds(int, String, String) : boolean {abstract} } } package com.iluwatar.hexagonal.database { class InMemoryTicketRepository { - tickets : Map<LotteryTicketId, LotteryTicket> {static} + InMemoryTicketRepository() + deleteAll() + findAll() : Map<LotteryTicketId, LotteryTicket> + findById(id : LotteryTicketId) : Optional<LotteryTicket> + save(ticket : LotteryTicket) : Optional<LotteryTicketId> } interface LotteryTicketRepository { + deleteAll() {abstract} + findAll() : Map<LotteryTicketId, LotteryTicket> {abstract} + findById(LotteryTicketId) : Optional<LotteryTicket> {abstract} + save(LotteryTicket) : Optional<LotteryTicketId> {abstract} } class MongoTicketRepository { - DEFAULT_COUNTERS_COLLECTION : String {static} - DEFAULT_DB : String {static} - DEFAULT_TICKETS_COLLECTION : String {static} - countersCollection : MongoCollection<Document> - database : MongoDatabase - mongoClient : MongoClient - ticketsCollection : MongoCollection<Document> + MongoTicketRepository() + MongoTicketRepository(dbName : String, ticketsCollectionName : String, countersCollectionName : String) + connect() + connect(dbName : String, ticketsCollectionName : String, countersCollectionName : String) + deleteAll() - docToTicket(doc : Document) : LotteryTicket + findAll() : Map<LotteryTicketId, LotteryTicket> + findById(id : LotteryTicketId) : Optional<LotteryTicket> + getCountersCollection() : MongoCollection<Document> + getMongoClient() : MongoClient + getMongoDatabase() : MongoDatabase + getNextId() : int + getTicketsCollection() : MongoCollection<Document> - initCounters() + save(ticket : LotteryTicket) : Optional<LotteryTicketId> } } package com.iluwatar.hexagonal { class App { + App() + main(args : String[]) {static} } } package com.iluwatar.hexagonal.administration { class ConsoleAdministration { - LOGGER : Logger {static} + ConsoleAdministration() + main(args : String[]) {static} - printMainMenu() {static} - readString(scanner : Scanner) : String {static} } } package com.iluwatar.hexagonal.eventlog { interface LotteryEventLog { + prizeError(PlayerDetails, int) {abstract} + ticketDidNotWin(PlayerDetails) {abstract} + ticketSubmitError(PlayerDetails) {abstract} + ticketSubmitted(PlayerDetails) {abstract} + ticketWon(PlayerDetails, int) {abstract} } class MongoEventLog { - DEFAULT_DB : String {static} - DEFAULT_EVENTS_COLLECTION : String {static} - database : MongoDatabase - eventsCollection : MongoCollection<Document> - mongoClient : MongoClient - stdOutEventLog : StdOutEventLog + MongoEventLog() + MongoEventLog(dbName : String, eventsCollectionName : String) + connect() + connect(dbName : String, eventsCollectionName : String) + getEventsCollection() : MongoCollection<Document> + getMongoClient() : MongoClient + getMongoDatabase() : MongoDatabase + prizeError(details : PlayerDetails, prizeAmount : int) + ticketDidNotWin(details : PlayerDetails) + ticketSubmitError(details : PlayerDetails) + ticketSubmitted(details : PlayerDetails) + ticketWon(details : PlayerDetails, prizeAmount : int) } class StdOutEventLog { - LOGGER : Logger {static} + StdOutEventLog() + prizeError(details : PlayerDetails, prizeAmount : int) + ticketDidNotWin(details : PlayerDetails) + ticketSubmitError(details : PlayerDetails) + ticketSubmitted(details : PlayerDetails) + ticketWon(details : PlayerDetails, prizeAmount : int) } } LotteryAdministration --> "-wireTransfers" WireTransfers LotteryTicket --> "-id" LotteryTicketId LotteryTicket --> "-playerDetails" PlayerDetails LotteryService --> "-notifications" LotteryEventLog LotteryAdministration --> "-repository" LotteryTicketRepository LotteryTicket --> "-lotteryNumbers" LotteryNumbers MongoEventLog --> "-stdOutEventLog" StdOutEventLog LotteryService --> "-wireTransfers" WireTransfers SampleData --> "-PLAYERS" PlayerDetails LotteryAdministration --> "-notifications" LotteryEventLog RandomNumberGenerator ..+ LotteryNumbers LotteryService --> "-repository" LotteryTicketRepository CheckResult ..+ LotteryTicketCheckResult LotteryTicketCheckResult --> "-checkResult" CheckResult InMemoryBank ..|> WireTransfers MongoBank ..|> WireTransfers InMemoryTicketRepository ..|> LotteryTicketRepository MongoTicketRepository ..|> LotteryTicketRepository MongoEventLog ..|> LotteryEventLog StdOutEventLog ..|> LotteryEventLog @enduml
false
true
false
false
class
a090c6c8b509dc1dc3661118fc66a4b9a1e93156
7204671d98ac508f410c373821834ec8b8ac7712
/structural/facade/diagram.puml
e820e4464693a04d1a7f5d6ded9eec3503758314
[]
no_license
phamh79/design-pattern-in-go
1e052ec04f3ad9ef049efdd2f2fb7a7d6d62f380
d867a5bfd0cb32aa87f45a20ef1fd03b469ae7b4
refs/heads/master
2022-12-17T07:45:11.746980
2020-09-13T04:43:55
2020-09-13T04:43:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,048
puml
@startuml namespace facade { class account << (S,Aquamarine) >> { - name string - checkAccount(accountName string) error } class ledger << (S,Aquamarine) >> { - makeEntry(accountID string, txnType string, amount int) } class notification << (S,Aquamarine) >> { - sendWalletCreditNotification() - sendWalletDebitNotification() } class securityCode << (S,Aquamarine) >> { - code int - checkCode(incomingCode int) error } class wallet << (S,Aquamarine) >> { - balance int - creditBalance(amount int) - debitBalance(amount int) error } class walletFacade << (S,Aquamarine) >> { - account *account - wallet *wallet - securityCode *securityCode - notification *notification - ledger *ledger - addMoneyToWallet(accountID string, securityCode int, amount int) error - deductMoneyFromWallet(accountID string, securityCode int, amount int) error } } @enduml
false
true
false
false
class
67f0bca320a208675c110b6fe1bae044dcd4770c
aefb1807676f66cc46e45071b3deb1969e682322
/SELAIN SISTEM/UML/SEQUENCE/administrator/removeroleaccess.puml
da641b26b58b0d18167f749ffdc3cf2481459133
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kurniado729/sistem_kp
f456f7a22392f99c117797370c9a8d70c96b0df4
c77c7bc9aa28fe414be3254880112dbffb4b2ab2
refs/heads/master
2023-02-01T21:00:47.861038
2019-12-20T18:52:46
2019-12-20T18:52:46
220,038,247
0
1
MIT
2023-02-01T02:14:20
2019-11-06T16:12:42
HTML
UTF-8
PlantUML
false
false
716
puml
@startuml autonumber hide footbox title Mengurangi Akses Actor Administrator boundary Dashboard_V boundary RoleAccess_V control Admin_C Entity Role_E Admin_C --> Dashboard_V: load->view() Dashboard_V --> Administrator: Halaman Dashboard Administrator --> Dashboard_V: klik menu Role Dashboard_V --> Admin_C: Role() Admin_C --> Role_E: Role_E --> Admin_C: Admin_C --> RoleAccess_V: load->view() RoleAccess_V --> Administrator: Halaman Role Administrator --> RoleAccess_V: klik checkbox pada Role Access yang ingin dihapus RoleAccess_V --> Admin_C: roleaccess() Role_E --> Admin_C: Admin_C --> RoleAccess_V: load->view() RoleAccess_V --> Administrator: Halaman Role Access @enduml
false
true
false
false
sequence
f76dde3b65dd862d8f6668a3fded6b7aed7d39a5
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/database/test/DatabaseCommManagerImplementationTests/DatabaseCommManagerImplementationTests.puml
e29e70b8a9393dd4cffe50f5c79971536f5da9a9
[]
no_license
Slackjaw1431/csi-3370-software-project
79666760712ee4625bea3daea48c7072e7826465
af44ad1066695e4f9eff74eda79cebef3ad2b1af
refs/heads/main
2023-03-23T23:03:17.404846
2021-03-17T18:52:02
2021-03-17T18:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
416
puml
@startuml DatabaseCommManagerImplementationTests package edu.oakland.test.database { class DatabaseCommManagerImplementationTests { + void rfidInIsRfidOut() + void offsetMatchDataPoint() + void modeInIsModeOut() + void trackDataInIsTrackDataOut() + void databasePersistentStorageIsNotNull() - LocationDataPoint generateRandomLocationDataPoint() } } @enduml
false
true
false
false
class
d105da25f362fdda8fb9779f429653d6b96868b0
ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd
/ch05-strategy-pattern/diagrams/robot-add.puml
5ddebd46b4fa050100e4430807b40620332f29bc
[]
no_license
outofworld98/java-design-patterns
d7c41ad0a41bf1f3d1ba4a9f4f2a212658aec427
75964a5387cad3f54726d0f7ba98b0765ca0d650
refs/heads/master
2022-03-29T17:38:14.238273
2019-01-17T11:10:00
2019-01-17T11:10:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
496
puml
@startuml class Robot Robot : -name : String Robot : +Robot(name:String) Robot : +getName() : String Robot : +attack() : void Robot : +move() : void class TaekwonV TaekwonV : TaekwonV(name:String) TaekwonV : +attack() : void TaekwonV : +move() : void class Atom Atom : Atom(name:String) Atom : +attack() : void Atom : +move() : void class Sungard Sungard : Sungard(name:String) Sungard : +attack() : void Sungard : +move() : void Robot <|-- TaekwonV Robot <|-- Atom Robot <|-- Sungard @enduml
false
true
false
false
class
f18c6b9ac93bc486732272ebbf0b080ce32a4498
e3ebf221091ee30de418c963f078ccdd732eaa8c
/docs/modular/sequences/fullsized/write_inbox.puml
d08e537c5e84b8d23d797a0af019f571be21e346
[ "Apache-2.0" ]
permissive
valb3r/datasafe
97d9826bb2bc6a478abc56ad30848fcaad8f259a
1b91e90128e2411339a9b904bb92144879b155bb
refs/heads/develop
2020-05-31T16:55:05.487855
2019-06-05T13:00:08
2019-06-05T13:00:08
190,393,370
0
1
Apache-2.0
2019-10-07T09:51:59
2019-06-05T12:48:13
Java
UTF-8
PlantUML
false
false
13,813
puml
@startuml skinparam SequenceMessageAlign center activate WriteToInboxImpl ' de.adorsys.datasafe.business.api.inbox.actions.WriteToInboxImpl WriteToInboxImpl -> WriteToInboxImpl : resolveFileLocation activate WriteToInboxImpl ' de.adorsys.datasafe.business.api.inbox.actions.WriteToInboxImpl WriteToInboxImpl -> ProfileRetrievalService : publicProfile activate ProfileRetrievalService ' de.adorsys.datasafe.business.api.deployment.profile.ProfileRetrievalService ProfileRetrievalService -> DFSBasedProfileStorageImpl : publicProfile activate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSSystem : systemDfs activate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSSystem DFSBasedProfileStorageImpl <-- DFSSystem : DFSAccess deactivate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnectionService : obtain activate DFSConnectionService ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSConnectionService -> DFSConnectionServiceImpl : obtain activate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.impl.dfs.DFSConnectionServiceImpl DFSConnectionService <-- DFSConnectionServiceImpl : DFSConnection deactivate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSBasedProfileStorageImpl <-- DFSConnectionService : DFSConnection deactivate DFSConnectionService ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSBasedProfileStorageImpl : locatePublicProfile activate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl <-- DFSBasedProfileStorageImpl : BucketPath deactivate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnection : getBlob activate DFSConnection ' de.adorsys.dfs.connection.api.service.api.DFSConnection DFSBasedProfileStorageImpl <-- DFSConnection : Payload deactivate DFSConnection ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> GsonSerde : fromJson activate GsonSerde ' de.adorsys.datasafe.business.impl.profile.serde.GsonSerde DFSBasedProfileStorageImpl <-- GsonSerde : T deactivate GsonSerde ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl ProfileRetrievalService <-- DFSBasedProfileStorageImpl : UserPublicProfile deactivate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.api.deployment.profile.ProfileRetrievalService WriteToInboxImpl <-- ProfileRetrievalService : UserPublicProfile deactivate ProfileRetrievalService deactivate WriteToInboxImpl ' de.adorsys.datasafe.business.api.inbox.actions.WriteToInboxImpl WriteToInboxImpl -> BucketAccessService : publicAccessFor activate BucketAccessService ' de.adorsys.datasafe.business.api.deployment.credentials.BucketAccessService BucketAccessService -> BucketAccessServiceImpl : publicAccessFor activate BucketAccessServiceImpl ' de.adorsys.datasafe.business.impl.profile.dfs.BucketAccessServiceImpl BucketAccessServiceImpl -> DFSCredentialsService : publicUserCredentials activate DFSCredentialsService ' de.adorsys.datasafe.business.api.deployment.credentials.DFSCredentialsService DFSCredentialsService -> DFSCredentialsServiceImpl : publicUserCredentials activate DFSCredentialsServiceImpl ' de.adorsys.datasafe.business.impl.credentials.DFSCredentialsServiceImpl DFSCredentialsServiceImpl -> DFSSystem : systemDfs activate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSSystem DFSCredentialsServiceImpl <-- DFSSystem : DFSAccess deactivate DFSSystem ' de.adorsys.datasafe.business.impl.credentials.DFSCredentialsServiceImpl DFSCredentialsService <-- DFSCredentialsServiceImpl : DFSCredentials deactivate DFSCredentialsServiceImpl ' de.adorsys.datasafe.business.api.deployment.credentials.DFSCredentialsService BucketAccessServiceImpl <-- DFSCredentialsService : DFSCredentials deactivate DFSCredentialsService ' de.adorsys.datasafe.business.impl.profile.dfs.BucketAccessServiceImpl BucketAccessService <-- BucketAccessServiceImpl : DFSAccess deactivate BucketAccessServiceImpl ' de.adorsys.datasafe.business.api.deployment.credentials.BucketAccessService WriteToInboxImpl <-- BucketAccessService : DFSAccess deactivate BucketAccessService ' de.adorsys.datasafe.business.api.inbox.actions.WriteToInboxImpl WriteToInboxImpl -> PublicKeyService : publicKey activate PublicKeyService ' de.adorsys.datasafe.business.api.deployment.keystore.PublicKeyService PublicKeyService -> DFSPublicKeyServiceImpl : publicKey activate DFSPublicKeyServiceImpl ' de.adorsys.datasafe.business.impl.profile.keys.DFSPublicKeyServiceImpl DFSPublicKeyServiceImpl -> BucketAccessService : publicAccessFor activate BucketAccessService ' de.adorsys.datasafe.business.api.deployment.credentials.BucketAccessService BucketAccessService -> BucketAccessServiceImpl : publicAccessFor activate BucketAccessServiceImpl ' de.adorsys.datasafe.business.impl.profile.dfs.BucketAccessServiceImpl BucketAccessServiceImpl -> DFSCredentialsService : publicUserCredentials activate DFSCredentialsService ' de.adorsys.datasafe.business.api.deployment.credentials.DFSCredentialsService DFSCredentialsService -> DFSCredentialsServiceImpl : publicUserCredentials activate DFSCredentialsServiceImpl ' de.adorsys.datasafe.business.impl.credentials.DFSCredentialsServiceImpl DFSCredentialsServiceImpl -> DFSSystem : systemDfs activate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSSystem DFSCredentialsServiceImpl <-- DFSSystem : DFSAccess deactivate DFSSystem ' de.adorsys.datasafe.business.impl.credentials.DFSCredentialsServiceImpl DFSCredentialsService <-- DFSCredentialsServiceImpl : DFSCredentials deactivate DFSCredentialsServiceImpl ' de.adorsys.datasafe.business.api.deployment.credentials.DFSCredentialsService BucketAccessServiceImpl <-- DFSCredentialsService : DFSCredentials deactivate DFSCredentialsService ' de.adorsys.datasafe.business.impl.profile.dfs.BucketAccessServiceImpl BucketAccessService <-- BucketAccessServiceImpl : DFSAccess deactivate BucketAccessServiceImpl ' de.adorsys.datasafe.business.api.deployment.credentials.BucketAccessService DFSPublicKeyServiceImpl <-- BucketAccessService : DFSAccess deactivate BucketAccessService ' de.adorsys.datasafe.business.impl.profile.keys.DFSPublicKeyServiceImpl DFSPublicKeyServiceImpl -> ProfileRetrievalService : publicProfile activate ProfileRetrievalService ' de.adorsys.datasafe.business.api.deployment.profile.ProfileRetrievalService ProfileRetrievalService -> DFSBasedProfileStorageImpl : publicProfile activate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSSystem : systemDfs activate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSSystem DFSBasedProfileStorageImpl <-- DFSSystem : DFSAccess deactivate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnectionService : obtain activate DFSConnectionService ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSConnectionService -> DFSConnectionServiceImpl : obtain activate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.impl.dfs.DFSConnectionServiceImpl DFSConnectionService <-- DFSConnectionServiceImpl : DFSConnection deactivate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSBasedProfileStorageImpl <-- DFSConnectionService : DFSConnection deactivate DFSConnectionService ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSBasedProfileStorageImpl : locatePublicProfile activate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl <-- DFSBasedProfileStorageImpl : BucketPath deactivate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnection : getBlob activate DFSConnection ' de.adorsys.dfs.connection.api.service.api.DFSConnection DFSBasedProfileStorageImpl <-- DFSConnection : Payload deactivate DFSConnection ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> GsonSerde : fromJson activate GsonSerde ' de.adorsys.datasafe.business.impl.profile.serde.GsonSerde DFSBasedProfileStorageImpl <-- GsonSerde : T deactivate GsonSerde ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl ProfileRetrievalService <-- DFSBasedProfileStorageImpl : UserPublicProfile deactivate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.api.deployment.profile.ProfileRetrievalService DFSPublicKeyServiceImpl <-- ProfileRetrievalService : UserPublicProfile deactivate ProfileRetrievalService ' de.adorsys.datasafe.business.impl.profile.keys.DFSPublicKeyServiceImpl DFSPublicKeyServiceImpl -> DFSConnectionService : obtain activate DFSConnectionService ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSConnectionService -> DFSConnectionServiceImpl : obtain activate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.impl.dfs.DFSConnectionServiceImpl DFSConnectionService <-- DFSConnectionServiceImpl : DFSConnection deactivate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSPublicKeyServiceImpl <-- DFSConnectionService : DFSConnection deactivate DFSConnectionService ' de.adorsys.datasafe.business.impl.profile.keys.DFSPublicKeyServiceImpl DFSPublicKeyServiceImpl -> DFSSystem : publicKeyStoreAuth activate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSSystem DFSPublicKeyServiceImpl <-- DFSSystem : KeyStoreAuth deactivate DFSSystem ' de.adorsys.datasafe.business.impl.profile.keys.DFSPublicKeyServiceImpl DFSPublicKeyServiceImpl -> DFSConnection : getBlob activate DFSConnection ' de.adorsys.dfs.connection.api.service.api.DFSConnection DFSPublicKeyServiceImpl <-- DFSConnection : Payload deactivate DFSConnection ' de.adorsys.datasafe.business.impl.profile.keys.DFSPublicKeyServiceImpl DFSPublicKeyServiceImpl -> KeyStoreService : getPublicKeys activate KeyStoreService ' de.adorsys.datasafe.business.api.deployment.keystore.KeyStoreService KeyStoreService -> KeyStoreServiceImpl : getPublicKeys activate KeyStoreServiceImpl ' de.adorsys.datasafe.encrypiton.impl.keystore.KeyStoreServiceImpl KeyStoreService <-- KeyStoreServiceImpl : List deactivate KeyStoreServiceImpl ' de.adorsys.datasafe.business.api.deployment.keystore.KeyStoreService DFSPublicKeyServiceImpl <-- KeyStoreService : List deactivate KeyStoreService ' de.adorsys.datasafe.business.impl.profile.keys.DFSPublicKeyServiceImpl PublicKeyService <-- DFSPublicKeyServiceImpl : PublicKeyIDWithPublicKey deactivate DFSPublicKeyServiceImpl ' de.adorsys.datasafe.business.api.deployment.keystore.PublicKeyService WriteToInboxImpl <-- PublicKeyService : PublicKeyIDWithPublicKey deactivate PublicKeyService ' de.adorsys.datasafe.business.api.inbox.actions.WriteToInboxImpl WriteToInboxImpl -> DocumentWriteService : write activate DocumentWriteService ' de.adorsys.datasafe.business.api.deployment.document.DocumentWriteService DocumentWriteService -> CMSDocumentWriteService : write activate CMSDocumentWriteService ' de.adorsys.datasafe.encrypiton.impl.document.CMSDocumentWriteServiceriteService CMSDocumentWriteService -> DFSConnectionService : obtain activate DFSConnectionService ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSConnectionService -> DFSConnectionServiceImpl : obtain activate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.impl.dfs.DFSConnectionServiceImpl DFSConnectionService <-- DFSConnectionServiceImpl : DFSConnection deactivate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService CMSDocumentWriteService <-- DFSConnectionService : DFSConnection deactivate DFSConnectionService ' de.adorsys.datasafe.encrypiton.impl.document.cmsocument.CMSDocumentWriteService CMSDocumentWriteService -> CMSEncryptionService : encrypt activate CMSEncryptionService ' de.adorsys.datasafe.business.api.encryption.cmsencryption.CMSEncryptionService CMSEncryptionService -> CMSEncryptionServiceImpl : encrypt activate CMSEncryptionServiceImpl ' de.adorsys.datasafe.encrypiton.impl.cmsencryption.CMSEncryptionServiceImpl CMSEncryptionService <-- CMSEncryptionServiceImpl : CMSEnvelopedData deactivate CMSEncryptionServiceImpl ' de.adorsys.datasafe.business.api.encryption.cmsencryption.CMSEncryptionService CMSDocumentWriteService <-- CMSEncryptionService : CMSEnvelopedData deactivate CMSEncryptionService ' de.adorsys.datasafe.encrypiton.impl.document.cmsocument.CMSDocumentWriteService CMSDocumentWriteService -> DFSConnection : putBlob activate DFSConnection ' de.adorsys.dfs.connection.api.service.api.DFSConnection CMSDocumentWriteService <-- DFSConnection : deactivate DFSConnection ' de.adorsys.datasafe.encrypiton.impl.document.CMSDocumentWriteServiceriteService DocumentWriteService <-- CMSDocumentWriteService : deactivate CMSDocumentWriteService ' de.adorsys.datasafe.business.api.deployment.document.DocumentWriteService WriteToInboxImpl <-- DocumentWriteService : deactivate DocumentWriteService deactivate WriteToInboxImpl @enduml
false
true
false
false
sequence
9c2b1e99a9b03e46e44b9a66cb8a9860593a6cc0
1e992cebb323e6f1bbddd1e23b6214f8806b7834
/sip/CallForking/simple_call_forking_case_a_decline_then_busy.puml
c549e8c6b549bc189e097bde45d837bb8d3ecb60
[]
no_license
gongpengjun/code_diagrams
006c66441ae26331d19a408912af01c84e1bd5f4
686a830f47e407ddc58e7f8003331ee4fca5975c
refs/heads/master
2021-06-26T00:52:25.079556
2020-10-27T13:45:34
2020-10-27T13:45:34
166,416,838
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,945
puml
@startuml title call forking: one device DECLINE then another device BUSY flow skinparam monochrome true autonumber "F00 " hide footbox 'skinparam BoxPadding 40 skinparam headerFontSize 14 header SIP-Forking-10 'box "caller" participant "UAC" as Caller_UAC <<caller>> 'end box 'box "proxy" participant "Proxy" as Proxy <<server>> 'end box 'box "callee" participant "UAS 1" as Callee_UAS_1 <<callee>> participant "UAS 2" as Callee_UAS_2 <<callee>> participant "UAS 3" as Callee_UAS_3 <<callee>> 'end box Caller_UAC -> Proxy: INVITE Caller_UAC <- Proxy: 100 Proxy -> Callee_UAS_1: INVITE (to_tag:1) Proxy <- Callee_UAS_1: 180 (to_tag:1) Caller_UAC <- Proxy: 180 (to_tag:1) Proxy -> Callee_UAS_2: INVITE (to_tag:2) Proxy <- Callee_UAS_2: 180 (to_tag:2) Caller_UAC <- Proxy: 180 (to_tag:2) Proxy -> Callee_UAS_3: INVITE (to_tag:3) Proxy <- Callee_UAS_3: 180 (to_tag:3) Caller_UAC <- Proxy: 180 (to_tag:3) note right of Caller_UAC: ignore to_tag in 1xx response == callee user decline on device `UAS 1` while in another call on device `UAS 2` == Proxy <- Callee_UAS_1: 603 (to_tag:1) Proxy <- Callee_UAS_2: 486 (to_tag:2) note right of Proxy: 603 of UAS 1 arrive first, 486 of UAS 2 is ignored Proxy -> Callee_UAS_1: ACK (to_tag:1) Caller_UAC -> Proxy: ACK (to_tag:1) Caller_UAC <- Proxy: 603 (to_tag:1) note right of Proxy: cancel other INVITE transactions ||| Proxy -> Callee_UAS_2: CANCEL (to_tag:2) note right of Proxy: `UAS 2` has already sent final response 486 Proxy <- Callee_UAS_2: 481 (Transaction Does Not Exist) (to_tag:2) note right of Proxy: send BYE to kick UAS 2 off Proxy -> Callee_UAS_2: BYE (to_tag:2) Proxy <- Callee_UAS_2: 200 (BYE) (to_tag:2) ||| Proxy -> Callee_UAS_3: CANCEL (to_tag:3) Proxy <- Callee_UAS_3: 200 (CANCEL) (to_tag:3) Proxy <- Callee_UAS_3: 487 (INVITE) (to_tag:3) Proxy -> Callee_UAS_3: ACK (487) (to_tag:3) skinparam footerFontSize 14 footer https://tools.ietf.org/html/rfc3261#page-55 @enduml
false
true
false
false
sequence
6fc9fcae7f3b631316ce7ce2d4bb57243dd6a4e7
2421a0b7623be73d34b918514c5bb72e1bcab95b
/src/docs/diagrams/epic1/weatherstations_seq.puml
b0dd3a84cd292f2f89db745855d5c32aab7d2c5a
[ "BSD-2-Clause" ]
permissive
weather-balloon/docs
b709d3f4e2d4b779a85faff552975946a666a784
bfe0ac8d3305d046d3e96dcdff39c0da0a301eed
refs/heads/master
2022-12-16T20:17:54.477056
2019-06-23T04:57:39
2019-06-23T04:57:39
193,186,095
0
0
BSD-2-Clause
2022-12-08T05:48:13
2019-06-22T03:25:37
Jupyter Notebook
UTF-8
PlantUML
false
false
768
puml
@startuml Feature 1 - Weather Stations Overview actor Operator control LogicApp_Loader collections BoM database BlobStore actor EventGrid control LogicApp_SearchLoader control FunctionApp_CsvParser boundary AzureSearch Operator --> LogicApp_Loader: Trigger LogicApp_Loader -> GeoNames: Request postcode file GeoNames -> LogicApp_Loader: Return zip file LogicApp_Loader -> LogicApp_Loader: Unzip file LogicApp_Loader -> BlobStore: Store CSV file BlobStore --> EventGrid: New item trigger EventGrid -> LogicApp_SearchLoader: Trigger LogicApp_SearchLoader -> FunctionApp_CsvParser: Post CSV FunctionApp_CsvParser -> FunctionApp_CsvParser: Parse CSV FunctionApp_CsvParser -> LogicApp_SearchLoader: JSON Records LogicApp_SearchLoader -> AzureSearch: Load entries @enduml
false
true
false
false
sequence
98545db9f36a28321bb2fc35230cb473a27a3497
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StandalonePriceTierRemovedMessagePayload.puml
9ee56438f70e2755e71b86bd826ff222e9916163
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
481
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface StandalonePriceTierRemovedMessagePayload [[StandalonePriceTierRemovedMessagePayload.svg]] extends MessagePayload { type: String removedTier: [[PriceTier.svg PriceTier]] } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
false
true
false
false
class
c69eced03ffacb6fef6f9e9d17544c7c29dffbdd
54ebd9eb2ddadc17b215617d96fac1f93f4acfef
/structural/composite/composite-leaf-simplest.puml
8d43184016098accdcc72fbffb011c158aba5d61
[]
no_license
cesarkohl/design-patterns
acb42191662c141f064d9c90426dfd4491d43dfe
991f83d0076b0a69e9d6b7c1163cf49fde3bfcbf
refs/heads/main
2023-06-11T07:16:18.484116
2023-05-28T14:41:01
2023-05-28T14:41:01
199,520,479
4
0
null
null
null
null
UTF-8
PlantUML
false
false
1,165
puml
@startuml note as n1 Composite can have children. Leaf can't have children. const leafA = new Leaf('leaf-a'); const leafB = new Leaf('leaf-b'); const composite1 = new Composite('comp-1'); const composite2 = new Composite('comp-2'); composite1.attach(leafA); composite1.attach(leafB); composite1.attach(composite2); composite2.attach(leafA); composite2.attach(composite1); leafA.method(); leafB.method(); composite1.method(); composite2.method(); end note interface ICompositeComponent { + name: string; + referenceToParent?: Composite; + method(): void; + detach(): void; } class Leaf implements ICompositeComponent { + name: string; + referenceToParent?: Composite; + constructor(name: string) {} + method(): void {} + detach(): void {} } class Composite implements ICompositeComponent { + name: string; + referenceToParent?: Composite; + components: ICompositeComponent[]; + constructor(name: string) {} + method(): void {} + detach(): void {} + attach(component: ICompositeComponent): void {} + delete(component: ICompositeComponent): void {} } Composite o-- ICompositeComponent @enduml
false
true
false
false
class
1667d6da258c6bfa80a02b1d9fa0a9434e8ae6d9
b577d666e6fbb530b8454f5cd00bca3dd014ca80
/docs/diagrams/src/uml.puml
7672a586159393e94bb5d345ee1785e5bead106c
[ "MIT" ]
permissive
msd-11/green-heart
9f41774c68c00441ae4b3d6d47f325b15866feb0
3abb799dfeacf528ed103a2b1cff9af90afc345d
refs/heads/main
2023-05-28T10:08:33.732734
2021-06-04T08:24:11
2021-06-04T08:24:11
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
11,826
puml
@startuml set namespaceSeparator :: class "green_heart::models::GoogleUser.dart::GoogleUser" { +List<dynamic>* docs } class "green_heart::models::Ingredients.dart::Ingredients" { +List<dynamic>* ingredients } class "green_heart::models::Instructions.dart::Instructions" { +List<dynamic>* instructions } class "green_heart::models::GoogleBirthday.dart::GoogleBirthday" { +int* year +int* month +int* day } class "green_heart::models::Recipe.dart::Recipe" { +List<dynamic>* docs } class "green_heart::view::HomePage.dart::HomePageView" { +_HomePageViewState* createState() } class "green_heart::view::HomePage.dart::_HomePageViewState" { -int* _currentIndex -List<Widget*>* _children -List<String*>* _titles +void initState() +Widget* build() } class "green_heart::view::SettingsView.dart::SettingsView" { +_SettingsViewState* createState() } class "green_heart::view::SettingsView.dart::_SettingsViewState" { +SettingsController* c +Widget* build() } "green_heart::view::SettingsView.dart::_SettingsViewState" o-- "green_heart::controllers::SettingsController.dart::SettingsController" class "green_heart::view::ProfileView::ProfileView.dart::ProfileView" { +_ProfileViewState* createState() } class "green_heart::view::ProfileView::ProfileView.dart::_ProfileViewState" { +ProfileController* controller +User* user +void initState() -void _changeTime() +Widget* changeTime() +Widget* build() } "green_heart::view::ProfileView::ProfileView.dart::_ProfileViewState" o-- "green_heart::controllers::ProfileController.dart::ProfileController" "green_heart::view::ProfileView::ProfileView.dart::_ProfileViewState" o-- "firebase_auth::firebase_auth.dart::User" class "green_heart::view::RecipeFeed::RecipeFeedView.dart::RecipeFeedView" { +_RecipeFeedViewState* createState() } class "green_heart::view::RecipeFeed::RecipeFeedView.dart::_RecipeFeedViewState" { +RecipeFeedController* c +void initState() +Widget* build() } "green_heart::view::RecipeFeed::RecipeFeedView.dart::_RecipeFeedViewState" o-- "green_heart::controllers::RecipeFeedController.dart::RecipeFeedController" class "green_heart::view::Login::LoginView.dart::LoginView" { +_LoginViewState* createState() } class "green_heart::view::Login::LoginView.dart::_LoginViewState" { +TextStyle* style +TextEditingController* emailAuth +TextEditingController* passwordAuth +AuthenticationController* c +Widget* build() } "green_heart::view::Login::LoginView.dart::_LoginViewState" o-- "flutter::src::painting::text_style.dart::TextStyle" "green_heart::view::Login::LoginView.dart::_LoginViewState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController" "green_heart::view::Login::LoginView.dart::_LoginViewState" o-- "green_heart::controllers::AuthController.dart::AuthenticationController" class "green_heart::view::RecipeView::RecipeView.dart::RecipeView" { +LinkedHashMap<String*, dynamic>* meal +_RecipeViewState* createState() } "green_heart::view::RecipeView::RecipeView.dart::RecipeView" o-- "dart::collection::LinkedHashMap<String, dynamic>" class "green_heart::view::RecipeView::RecipeView.dart::_RecipeViewState" { +RecipeController* c +void initState() +Widget* build() } "green_heart::view::RecipeView::RecipeView.dart::_RecipeViewState" o-- "green_heart::controllers::RecipeController.dart::RecipeController" class "green_heart::view::ActivityView::ActivityView.dart::ActivityView" { +_ActivityViewState* createState() } class "green_heart::view::ActivityView::ActivityView.dart::_ActivityViewState" { +ActivityController* c +void initState() +Widget* build() } "green_heart::view::ActivityView::ActivityView.dart::_ActivityViewState" o-- "green_heart::controllers::ActivityController.dart::ActivityController" class "green_heart::view::ActivityView::components::GraphGoal.dart::GraphGoal" { +ActivityController* c +List<Color*>* gradientColors +Widget* build() +LineChartData* sampleData1() } "green_heart::view::ActivityView::components::GraphGoal.dart::GraphGoal" o-- "green_heart::controllers::ActivityController.dart::ActivityController" class "green_heart::view::ActivityView::components::GraphCalories.dart::GraphCalories" { +ActivityController* c +List<Color*>* gradientColors +Widget* build() +LineChartData* sampleData1() } "green_heart::view::ActivityView::components::GraphCalories.dart::GraphCalories" o-- "green_heart::controllers::ActivityController.dart::ActivityController" class "green_heart::view::ActivityView::components::CalorieGoal.dart::CalorieGoal" { +ActivityController* c +Widget* build() } "green_heart::view::ActivityView::components::CalorieGoal.dart::CalorieGoal" o-- "green_heart::controllers::ActivityController.dart::ActivityController" class "green_heart::view::HistoryView::HistoryView.dart::HistoryView" { +_HistoryViewState* createState() } class "green_heart::view::HistoryView::HistoryView.dart::_HistoryViewState" { +HistoryController* c +Widget* build() } "green_heart::view::HistoryView::HistoryView.dart::_HistoryViewState" o-- "green_heart::controllers::HistoryController.dart::HistoryController" class "green_heart::main.dart::MyApp" { +SystemUiOverlayStyle* mySystemTheme +Widget* build() } "green_heart::main.dart::MyApp" o-- "flutter::src::services::system_chrome.dart::SystemUiOverlayStyle" class "green_heart::main.dart::MyHomePage" { +String* title +_MyHomePageState* createState() } class "green_heart::main.dart::_MyHomePageState" { -bool* _initialized -bool* _error -Future<FirebaseApp*>* _initialization +Widget* build() } class "green_heart::controllers::HistoryController.dart::HistoryController" { -Stream<QuerySnapshot<Object*>*>* _futureHistory +Stream<QuerySnapshot<Object*>*>* futureHistory +void onInit() +Stream<QuerySnapshot<Object*>*>* getHistory() } "green_heart::controllers::HistoryController.dart::HistoryController" o-- "dart::async::Stream<QuerySnapshot<Object>>" class "green_heart::controllers::ProfileController.dart::ProfileController" { -Future<String*>* _futureGender -Future<GoogleBirthday*>* _futureBirthday -Future<QuerySnapshot<Object*>*>* _futureFavourite -RxString* _dropDownValue -RxInt* _awakeHour -RxInt* _awakeMinute -RxInt* _mealFrequency -int* _age -String* _gender +CollectionReference<Object*>* tableFavorite +DocumentReference<Object*>* documentReference -GoogleSignIn* _googleSignIn +Future<String*>* futureGender +Future<GoogleBirthday*>* futureBirthday +Future<QuerySnapshot<Object*>*>* futureFavourite +RxString* dropDownValue +RxInt* awakeHour +RxInt* awakeMinute +RxInt* mealFrequency +void onInit() +Future<void>* updateInfo() +void retrieveData() +void updateAwakeTime() +void updateDropDownSelected() +void updateMealFrequency() +void updateDiet() +Future<String*>* getGender() +Future<GoogleBirthday*>* getBirthday() +Future<QuerySnapshot<Object*>*>* getFavourite() } "green_heart::controllers::ProfileController.dart::ProfileController" o-- "get::get_rx::src::rx_types::rx_types.dart::RxString" "green_heart::controllers::ProfileController.dart::ProfileController" o-- "get::get_rx::src::rx_types::rx_types.dart::RxInt" "green_heart::controllers::ProfileController.dart::ProfileController" o-- "cloud_firestore::cloud_firestore.dart::CollectionReference<Object>" "green_heart::controllers::ProfileController.dart::ProfileController" o-- "cloud_firestore::cloud_firestore.dart::DocumentReference<Object>" "green_heart::controllers::ProfileController.dart::ProfileController" o-- "google_sign_in::google_sign_in.dart::GoogleSignIn" class "green_heart::controllers::ActivityController.dart::ActivityController" { -RxInt* _calorieGoal -double* _calorieEaten -RxDouble* _percentageCalorie -RxDouble* _co2Saved -RxString* _goalIndex -RxString* _mealIndex -RxString* _co2Index -int* _mealEaten -int* _goalAchieved -DateTime* _isUpdated +RxList<dynamic>* listCalories +RxList<dynamic>* listGoal +int* awakeTimeHour +int* awakeTimeMinute -RxBool* _graphSelect +RxInt* calorieGoal +RxDouble* percentageCalorie +RxDouble* co2Saved +RxString* goalIndex +RxString* mealIndex +RxString* co2Index +RxBool* graphSelect +void onInit() +void initOnChange() +void getCalorieGoal() +void updateProgressBar() +Future<void>* updateCaloriesList() +Future<void>* updateGoalList() +void switchGraph() +void updateAchievements() +void findAssetsGoal() +void findAssetsMeal() +void findAssetsCo2() } "green_heart::controllers::ActivityController.dart::ActivityController" o-- "get::get_rx::src::rx_types::rx_types.dart::RxInt" "green_heart::controllers::ActivityController.dart::ActivityController" o-- "get::get_rx::src::rx_types::rx_types.dart::RxDouble" "green_heart::controllers::ActivityController.dart::ActivityController" o-- "get::get_rx::src::rx_types::rx_types.dart::RxString" "green_heart::controllers::ActivityController.dart::ActivityController" o-- "get::get_rx::src::rx_types::rx_types.dart::RxList<dynamic>" "green_heart::controllers::ActivityController.dart::ActivityController" o-- "get::get_rx::src::rx_types::rx_types.dart::RxBool" class "green_heart::controllers::AuthController.dart::AuthenticationController" { +GoogleSignInAccount* googleUser -GoogleSignIn* _googleSignIn +Future<void>* signInWithGoogle2() +Future<String*>* getGender() +Future<int*>* getBirthday() +Future<void>* checkUserFirebase() } "green_heart::controllers::AuthController.dart::AuthenticationController" o-- "google_sign_in::google_sign_in.dart::GoogleSignInAccount" "green_heart::controllers::AuthController.dart::AuthenticationController" o-- "google_sign_in::google_sign_in.dart::GoogleSignIn" class "green_heart::controllers::RecipeController.dart::RecipeController" { -Future<Ingredients*>* _futureIngredients -Future<Instructions*>* _futureInstructions -RxBool* _isFavorite +CollectionReference<Object*>* tableFavorite +CollectionReference<Object*>* tableEat +Future<Ingredients*>* futureIngredients +Future<Instructions*>* futureInstructions +RxBool* isFavorite +void onInit() +void initFuture() +Future<Ingredients*>* fetchIngredients() +Future<Instructions*>* fetchInstructions() +void checkFavorite() +void addFavorite() +void eatMeal() +Future<void>* sendEmail() } "green_heart::controllers::RecipeController.dart::RecipeController" o-- "get::get_rx::src::rx_types::rx_types.dart::RxBool" "green_heart::controllers::RecipeController.dart::RecipeController" o-- "cloud_firestore::cloud_firestore.dart::CollectionReference<Object>" class "green_heart::controllers::SettingsController.dart::SettingsController" { +void onInit() +void disconnect() } class "green_heart::controllers::RecipeFeedController.dart::RecipeFeedController" { -Future<Recipe*>* _futureRecipe -RxString* _username +double* height +double* weight -List<HealthDataPoint*>* _healthDataList -List<HealthDataPoint*>* _healthProfileList -Future<FirebaseApp*>* _initialization +FirebaseFirestore* firestore +int* age +String* gender +int* awakeTimeHour +int* awakeTimeMinute +int* mealFrequency +int* mealEaten +bool* exists +String* diet +Duration* differenceTime +Future<Recipe*>* futureRecipe +String* username +void onInit() +void onInitChange() +Future<void>* getUserData() +Future<Recipe*>* fetchRecipe() +Future<void>* fetchHealthData() +Future<double*>* calculateCalories() +void saveCalorieGoal() } "green_heart::controllers::RecipeFeedController.dart::RecipeFeedController" o-- "get::get_rx::src::rx_types::rx_types.dart::RxString" "green_heart::controllers::RecipeFeedController.dart::RecipeFeedController" o-- "cloud_firestore::cloud_firestore.dart::FirebaseFirestore" @enduml
false
true
false
false
class
ce7715292c3a9b8170d8eacdb6a10631039f1b29
e41d58aef282bd726f9dbf2a6095ebde93b33e3f
/src/main/resources/diagrams/execution-flow.puml
92c9d5068979f4b3c3b455c08e338469d8fc8080
[]
no_license
constantlearning/rse-service
1a6395d828f4a65ca6c82e53da26d7b81e756dc2
66ad49d76b348506651c3bf87b7787df2fc86285
refs/heads/master
2020-04-05T04:43:48.854150
2018-11-21T21:48:19
2018-11-21T21:48:19
156,564,184
0
0
null
2018-11-21T02:45:52
2018-11-07T15:07:11
Java
UTF-8
PlantUML
false
false
1,906
puml
@startuml participant Client entity Plataforma entity CGI database Recurso autonumber ' Authentication Client -> Plataforma: Solicitação de autenticação activate Plataforma #LightCoral Plataforma -> Plataforma: Verifica credenciais activate Plataforma #DarkSalmon Plataforma -> Recurso: Buscar usuário activate Recurso Recurso -> Plataforma: Retorna usuário deactivate Recurso deactivate Plataforma Plataforma -> Client: Resposta de autenticação deactivate Plataforma ' List Scripts Client -> Plataforma: Solicita lista de scripts activate Plataforma #LightCoral Plataforma -> Plataforma: Valida sessão activate Plataforma #DarkSalmon Plataforma -> Recurso: Busca script associados ao usuário activate Recurso Recurso -> Plataforma: Retorna lista de scripts deactivate Recurso deactivate Plataforma Plataforma -> Client: Retorna lista de scripts deactivate Plataforma ' Execute script Client -> Plataforma: Solicita execução de script activate Plataforma #LightCoral Plataforma -> Plataforma: Valida sessão activate Plataforma #DarkSalmon Plataforma -> Recurso: Busca script activate Recurso Recurso -> Plataforma: Retorna script deactivate Recurso Plataforma -> CGI: Envia script para execução activate CGI #IndianRed CGI -> CGI: Realiza parse e executa no ambiente apropriado CGI -> Plataforma: Retorna resultado do script e tempo de execução deactivate CGI Plataforma -> Plataforma: Realiza cálculo da execução Plataforma -> Recurso: Persiste informações da execução (tempo / valor) activate Recurso Recurso -> Plataforma: Devolve resultado da persistência deactivate Recurso Plataforma -> Client: Retorna resultado da execução deactivate Plataforma @enduml
false
true
true
false
sequence
5e2e1f61f6d5fbad83dac091d6cd74e33a45b09b
961deb12b1050a6883ce6c9427836b908ca91875
/doc/reboot_states.puml
50e2940846b8c583c1419349a04a0bfb4b695f0e
[ "Apache-2.0" ]
permissive
cfig/Android_boot_image_editor
04ff01545ff7ee4df2c02c529280e5362496abf0
82ff5215b7eb4bb6198ca024267c454f1e7958da
refs/heads/master
2023-09-01T13:32:20.862861
2023-07-14T14:52:53
2023-07-14T15:41:55
56,238,465
834
197
Apache-2.0
2022-07-29T00:19:36
2016-04-14T13:12:18
C
UTF-8
PlantUML
false
false
353
puml
@startuml state fastboot normal -right-> recovery: 1 recovery -down-> fastbootd: 2 fastbootd -left-> fastboot: 3 fastboot -up-> normal: 4 'self normal -[dashed]> normal: a recovery -[dashed]> recovery: b fastboot -[dashed]> fastboot: c fastbootd -[dashed]> fastbootd: d 'normal normal -> fastbootd: 5 'recovery recovery -[#blue]> fastboot: 6 @enduml
false
true
false
false
sequence
06a270154b209c471e25d813ff39940d65885398
6631f2c7a4b3fcde26546ab707faf8a2fa56b160
/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/androidx/navigation/ktx/ktx.plantuml
a80e06664f5fdb8c7ea8bc8f6d276c891bc54af4
[]
no_license
DeniE46/iMet-raywenderlich-
a051175bbb549f111f6597e0cd9d4f8064ad14c9
698820ae72707421f5febaa4987428a258153660
refs/heads/master
2020-04-10T21:44:21.743382
2019-05-17T10:02:18
2019-05-17T10:02:18
161,305,177
0
0
null
null
null
null
UTF-8
PlantUML
false
false
9,574
plantuml
@startuml title __KTX's Class Diagram__\n package androidx.navigation { package androidx.navigation.ktx { class R { - R() } } } package androidx.navigation { package androidx.navigation.ktx { class attr { {static} + action : int {static} + argType : int {static} + clearTask : int {static} + data : int {static} + dataPattern : int {static} + destination : int {static} + enterAnim : int {static} + exitAnim : int {static} + font : int {static} + fontProviderAuthority : int {static} + fontProviderCerts : int {static} + fontProviderFetchStrategy : int {static} + fontProviderFetchTimeout : int {static} + fontProviderPackage : int {static} + fontProviderQuery : int {static} + fontStyle : int {static} + fontWeight : int {static} + graph : int {static} + launchDocument : int {static} + launchSingleTop : int {static} + nullable : int {static} + popEnterAnim : int {static} + popExitAnim : int {static} + popUpTo : int {static} + popUpToInclusive : int {static} + startDestination : int {static} + uri : int - attr() } } } package androidx.navigation { package androidx.navigation.ktx { class bool { {static} + abc_action_bar_embed_tabs : int - bool() } } } package androidx.navigation { package androidx.navigation.ktx { class color { {static} + notification_action_color_filter : int {static} + notification_icon_bg_color : int {static} + ripple_material_light : int {static} + secondary_text_default_material_light : int - color() } } } package androidx.navigation { package androidx.navigation.ktx { class dimen { {static} + compat_button_inset_horizontal_material : int {static} + compat_button_inset_vertical_material : int {static} + compat_button_padding_horizontal_material : int {static} + compat_button_padding_vertical_material : int {static} + compat_control_corner_material : int {static} + notification_action_icon_size : int {static} + notification_action_text_size : int {static} + notification_big_circle_margin : int {static} + notification_content_margin_start : int {static} + notification_large_icon_height : int {static} + notification_large_icon_width : int {static} + notification_main_column_padding_top : int {static} + notification_media_narrow_margin : int {static} + notification_right_icon_size : int {static} + notification_right_side_padding_top : int {static} + notification_small_icon_background_padding : int {static} + notification_small_icon_size_as_large : int {static} + notification_subtext_size : int {static} + notification_top_pad : int {static} + notification_top_pad_large_text : int - dimen() } } } package androidx.navigation { package androidx.navigation.ktx { class drawable { {static} + notification_action_background : int {static} + notification_bg : int {static} + notification_bg_low : int {static} + notification_bg_low_normal : int {static} + notification_bg_low_pressed : int {static} + notification_bg_normal : int {static} + notification_bg_normal_pressed : int {static} + notification_icon_background : int {static} + notification_template_icon_bg : int {static} + notification_template_icon_low_bg : int {static} + notification_tile_bg : int {static} + notify_panel_notification_icon_bg : int - drawable() } } } package androidx.navigation { package androidx.navigation.ktx { class id { {static} + action_container : int {static} + action_divider : int {static} + action_image : int {static} + action_text : int {static} + actions : int {static} + async : int {static} + blocking : int {static} + chronometer : int {static} + forever : int {static} + icon : int {static} + icon_group : int {static} + info : int {static} + italic : int {static} + line1 : int {static} + line3 : int {static} + nav_controller_view_tag : int {static} + normal : int {static} + notification_background : int {static} + notification_main_column : int {static} + notification_main_column_container : int {static} + right_icon : int {static} + right_side : int {static} + tag_transition_group : int {static} + text : int {static} + text2 : int {static} + time : int {static} + title : int - id() } } } package androidx.navigation { package androidx.navigation.ktx { class integer { {static} + status_bar_notification_info_maxnum : int - integer() } } } package androidx.navigation { package androidx.navigation.ktx { class layout { {static} + notification_action : int {static} + notification_action_tombstone : int {static} + notification_template_custom_big : int {static} + notification_template_icon_group : int {static} + notification_template_part_chronometer : int {static} + notification_template_part_time : int - layout() } } } package androidx.navigation { package androidx.navigation.ktx { class string { {static} + status_bar_notification_info_overflow : int - string() } } } package androidx.navigation { package androidx.navigation.ktx { class style { {static} + TextAppearance_Compat_Notification : int {static} + TextAppearance_Compat_Notification_Info : int {static} + TextAppearance_Compat_Notification_Line2 : int {static} + TextAppearance_Compat_Notification_Time : int {static} + TextAppearance_Compat_Notification_Title : int {static} + Widget_Compat_NotificationActionContainer : int {static} + Widget_Compat_NotificationActionText : int - style() } } } package androidx.navigation { package androidx.navigation.ktx { class styleable { {static} + ActivityNavigator : int[] {static} + ActivityNavigator_android_name : int {static} + ActivityNavigator_action : int {static} + ActivityNavigator_data : int {static} + ActivityNavigator_dataPattern : int {static} + FontFamily : int[] {static} + FontFamily_fontProviderAuthority : int {static} + FontFamily_fontProviderCerts : int {static} + FontFamily_fontProviderFetchStrategy : int {static} + FontFamily_fontProviderFetchTimeout : int {static} + FontFamily_fontProviderPackage : int {static} + FontFamily_fontProviderQuery : int {static} + FontFamilyFont : int[] {static} + FontFamilyFont_android_font : int {static} + FontFamilyFont_android_fontWeight : int {static} + FontFamilyFont_android_fontStyle : int {static} + FontFamilyFont_font : int {static} + FontFamilyFont_fontStyle : int {static} + FontFamilyFont_fontWeight : int {static} + NavAction : int[] {static} + NavAction_android_id : int {static} + NavAction_clearTask : int {static} + NavAction_destination : int {static} + NavAction_enterAnim : int {static} + NavAction_exitAnim : int {static} + NavAction_launchDocument : int {static} + NavAction_launchSingleTop : int {static} + NavAction_popEnterAnim : int {static} + NavAction_popExitAnim : int {static} + NavAction_popUpTo : int {static} + NavAction_popUpToInclusive : int {static} + NavArgument : int[] {static} + NavArgument_android_name : int {static} + NavArgument_android_defaultValue : int {static} + NavArgument_argType : int {static} + NavArgument_nullable : int {static} + NavDeepLink : int[] {static} + NavDeepLink_android_autoVerify : int {static} + NavDeepLink_uri : int {static} + NavGraphNavigator : int[] {static} + NavGraphNavigator_startDestination : int {static} + NavInclude : int[] {static} + NavInclude_graph : int {static} + Navigator : int[] {static} + Navigator_android_label : int {static} + Navigator_android_id : int - styleable() } } } R +-down- attr R +-down- bool R +-down- color R +-down- dimen R +-down- drawable R +-down- id R +-down- integer R +-down- layout R +-down- string R +-down- style R +-down- styleable 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
81026594f350ec691602d268cdc71aaf6735f659
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductSetAttributeAction.puml
69aeec7f68aa131f2e1285a00486ca7b1e9d5cea
[]
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
531
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 ProductSetAttributeAction [[ProductSetAttributeAction.svg]] extends ProductUpdateAction { action: String variantId: Long sku: String name: String value: [[Object.svg Object]] staged: Boolean } interface ProductUpdateAction [[ProductUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
3282999be84e422c583ee96695b7f527ae64ef6c
cdae9f2c0be2ac42d728f1895a6d9284eab7e02c
/vortrag/images/src/pu/sequence/revoke_signature.plantuml
32f0b584a56340086cbdcd11b291c60272d1d10b
[]
no_license
fab-du/documentations
943c7b8edf6fdd605feb54337616d19ac92446f3
2fd118d6e25f72472ef0bd36bc64fa964344238c
refs/heads/master
2021-01-21T14:01:15.730145
2016-05-09T16:43:07
2016-05-09T16:43:07
53,966,952
0
0
null
null
null
null
UTF-8
PlantUML
false
false
340
plantuml
@startuml Admin -> remote : add new user and put his info in remote -> user : send a email with the init password and link to change it remote <- user : open the page under the link remote --> user : page to change the init password remote <- user : send email, init password and new password remote --> user : success / failed @enduml
false
true
false
false
sequence
7541275accd82776f7ef611ec03f68a858d1be5e
bbb40ced5f64821000b1a05b6ab86a2c52ba6a11
/documentation/code.puml
df986350627e28c231b4dbf38a3fae91b757c73e
[]
no_license
rbaker/DevOps-Course-Starter
e664775bf24707d1ee77c19ea0a0c14e934aa573
330cb2fced8105229ed76fcc4e672b5786a0f48c
refs/heads/master
2023-08-25T10:27:13.890305
2021-10-27T23:57:42
2021-10-27T23:57:42
351,564,033
0
0
null
2021-11-05T17:49:16
2021-03-25T20:15:44
Python
UTF-8
PlantUML
false
false
830
puml
@startuml code allow_mixing class todo_app.app { app create_app() ViewModel index() add_todo_item() start_todo_item(id) complete_todo_item(id) reset_todo_item(id) delete_todo_item(id) } class todo_app.ViewModel { items() todo_items() doing_items() done_items() } class todo_app.Config { } todo_app.app ..> todo_app.ViewModel :creates todo_app.app <.. todo_app.Config :configures class todo_app.data.session_items { Map get_lists() List get_items() Item get_item(id) add_item(title, description) Item save_item(id, list) delete_item(id) } class todo_app.data.Item { id name desc idList listNane } todo_app.app <---right---> todo_app.data.session_items:uses todo_app.data.session_items ..> todo_app.data.Item:creates @enduml
false
true
false
false
sequence
bc716e024e0322a7a901c2c45ecb63747fc422fc
873261e2d27905478bc72db08106f6a3c86eb90c
/ProyectoTDP/src/IAs/IAs.puml
4c861559880e75f6c914936be8cab1f029213fc0
[]
no_license
francoraniolo/PSS18-TPEO3-Com02
f39929d8eab34d448e8661f1a6b6e04dc704a584
60b6f642a1dc85804ea82ad3825e1ec37086dbea
refs/heads/master
2020-04-06T13:07:53.776674
2018-11-15T01:23:46
2018-11-15T01:23:46
157,426,565
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,297
puml
@startuml skinparam classAttributeIconSize 0 package AIs{ interface EntityQuery { +{abstract}whereToMove(ent:Entity ):Vector2 +{abstract}whereToSee(ent:Entity ):Vector2 } abstract class ParametricMove extends AIQueryDecorator{ - t:int - lastDirection:Vector2 +ParametricMove(decorated:EntityQuery) + whereToMove(ent:Entity ):Vector2+ + {abstract} whereToMove(Entity ent, int t):Vector2 + whereToSee(ent:Entity ):Vector2+ } interface IDirGiver { +get():Vector2 } AIQueryDecorator -- "1" EntityQuery abstract class AIQueryDecorator implements EntityQuery { + AIQueryDecorator(decorated:EntityQuery ) } class AbsoluteLateral extends AIQueryDecorator { - steps:int - i:int - speed:int - es_primer_pasada:boolean + int ran; + AbsoluteLateral(d:EntityQuery,steps:int) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ -ran():int +setRandomLevel(x:int) } class DummyEntityQuery implements EntityQuery{ +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ } class EllipseMove extends ParametricMove { -a:float -b:float +EllipseMove(decorated:EntityQuery , a:float , b:float ) +whereToMove(ent:Entity ):Vector2+ } class FalseNTimes implements Predicate{ -n:int + FalseNTimes(n:int ) +test(entity:Entity ):boolean + } class Hybrid50Hunter extends AIQueryDecorator { +Hybrid50Hunter (handler:EntityQuery ) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ } class GetAndRotate implements IDirGiver { -turn:boolean -counter=0:int -max :int -sp :float -last:Vector2 -rot, frot:float GetAndRotate(rot:float , first:Vector2 , rotex:boolean) +get():Vector2 } class IncreaseSpeedIfWatched extends AIQueryDecorator { -pilot:Pilot -common_speed:float -degrees:float +IncreaseSpeedIfWatched (decorated:EntityQuery ,p:Pilot) +IncreaseSpeedIfWatched (decorated:EntityQuery ,p:Pilot,d:float) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ } class Kamikazee extends AIQueryDecorator{ +Kamikazee(decorated:EntityQuery ) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ } class LateralAndDown extends AIQueryDecorator{ - maxDown = 90, maxLateral = 90:int - down, lateral:int +LateralAndDown (decorated:EntityQuery ) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ } class Pilot extends Component{ -final ship:Ship -EntityQuery :handler -float :Speed +Pilot(handler:EntityQuery , ship:Ship , speed:float ) +void update()+ +getHandler():EntityQuery +setHandler(handler:EntityQuery ) +speed():float +setSpeed(v:float) +clone():Pilot } PlayerMove -- "2" AbstractDirectionalInput class PlayerMove extends AIQueryDecorator{ +PlayerMove(eq:EntityQuery,move:AbstractDirectionalInput,top:AbstractDirectionalInput ) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ } class RelativeLateral extends AIQueryDecorator { - steps:int - i:int - speed:int - es_primer_pasada:boolean + int ran; + RelativeLateral(d:EntityQuery,steps:int) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ } class Slippery extends AIQueryDecorator{ -level:float -tolerance:float -middleDispersion:float -last:Vector2 + Slippery(d:EntityQuery) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ } SoloAI -- "*" EnemyShips class SoloAI extends AIQueryDecorator { -waypoints: [Vector2] -max:int -i:int -index_waypoints:int + SoloAI(d:EntityQuery,waypoints:Vector2) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ + searchSomeEnemies(cant:int ) - getTarget(ent:Entity ):Vector2 - getToMove(pos:Vector2 ):Vector2 } class Spinner extends AIQueryDecorator { -lastDirection : Vector2 + Spinner(d:EntityQuery,waypoints:Vector2) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ } SwitchWhen -- "2" EntityQuery class SwitchWhen implements EntityQuery { + SwitchWhen(pred:Predicate<Entity>,handlerFirst:EntityQuery,handlerLast:EntityQuery) -check(e:Entity) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ } WatchAnother -- "1" Transform class WatchAnother extends AIQueryDecorator{ -scapeFrom:int + WatchAnother (another:Transform,decorated:EntityQuery) +whereToMove(ent:Entity ):Vector2+ +whereToSee(ent:Entity ):Vector2+ } } @enduml
false
true
false
false
class
2c1969d3f27f85c6825bd78d3e4a91278b45222f
766ed5ff121c74f00b14617d3cc66c320f37037f
/Documentation/plantuml/Bausteinsicht/UML/Ebene2/2Ebene-miscellaneous.puml
029c1a44d62f5385db25472b8f74625be2afb00a
[]
no_license
pfeilda/softwareengineeringProjekt
6fe14198123690905da2c40c06a055a7a30dcea8
defe7204c0090e5ac1413a68e12ffbfba4268b18
refs/heads/master
2020-03-24T04:06:57.891794
2018-05-16T19:49:28
2018-05-16T19:49:28
142,444,352
0
0
null
null
null
null
UTF-8
PlantUML
false
false
592
puml
@startuml namespace ajb{ namespace miscellaneous{ class HighScoreUtility{ +addHighScore(Highscore score) +readHighScores() +writeHighScores() +printToGui(JList jlist) } HighScoreUtility "1" --> " 0..* highscores" Score class Score { -name: String -score: int -time: LocalTime +Score(String name, int score, Localtime time) +toString() } interface Singleton{ +{static} Singleton getInstance() } } } @enduml
false
true
false
false
class
5b34dfc801e89765fd5fca33518b96fb153b25ee
ed3bfe17984e241df13334809369a8d878f1ef81
/asciidocs/plantuml/kino.puml
e879620df65f4b1baac321b415a5143b1b0d6183
[]
no_license
2122-4ahif-syp/01-cld-hotel-joachimPelzederHTL
0e675f3de0c29712ecb5bb47446c932b01f34597
923581c86cc28f4dcebb745402377b8fb19ae659
refs/heads/main
2023-08-21T01:30:20.011430
2021-10-12T07:13:13
2021-10-12T07:13:13
415,829,389
0
0
null
null
null
null
UTF-8
PlantUML
false
false
331
puml
@startuml left to right direction class Kino { } class Saal { } class Sitz { -int: reihe -int: platz } class Film { } class Vorstellung { } class Eintrittskarte { } Kino <-- Saal Saal <-- Sitz Vorstellung <-- Film Saal <-- Vorstellung Sitz "1" <-- "*" Eintrittskarte Eintrittskarte -- Vorstellung @enduml
false
true
false
false
class
ee487f516b73c41c5c26d3a6e3c9366c3d62f251
5232badf2d0fe89a17c7913aec8df67d00da904f
/src/main/java/oop/assignment/ex45/FinderDiagram.puml
508e5b6cca12ac726a2e6123912b365c70242bb3
[]
no_license
Shobith97/Bhandaru-cop3330-assignment3
f008ec782660685642e4f54f8c2e0a22d146878c
6a78384a1b798fd795f26bb3539ef85b43cb7c5c
refs/heads/master
2023-06-03T12:19:31.741432
2021-06-21T04:05:58
2021-06-21T04:05:58
378,803,355
0
0
null
null
null
null
UTF-8
PlantUML
false
false
403
puml
@startuml 'https://plantuml.com/class-diagram class Solution45 { -oldtext, replacedtext, output_file_name: String +main() +r = Read() object +w = Write() object } class Read { -line, oldtext and replaced: String +get_old_text() +get_replaced_text() } class Write { +open_file() } Solution45 "get old and new texts from Read()" --- Read Solution45 "use Write() to create output file"--- Write @enduml
false
true
false
false
class
0556dd7da5015505eb5df02e6604249be675cb3c
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1140364/sprint2/ipc_3.1_analysis2.puml
82f36f99e708d2aeb78fc24aab81d6d0e5182105
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
1,182
puml
@startuml doc-files/ipc_03.1_analysis2.png actor User participant "<<analysis>>\nSearchInstanceWorkbookUI" as UI participant "<<analysis>>\nSearchInstanceWorkbookController" as Control participant "<<analysis>>\nVolt.TCPServer" as TCPServer participant "<<analusis>>\nSearchWorkbook" as Search Control -> TCPServer: port TCPServer -> TCPServer: expect(":reply", Action) note right of UI: String destination = instance.ip + ":" + instance.port UI -> TCPServer: send(":reply",destination, port) UI <- TCPServer: update User <-- UI: name of workbook? User -> UI: introduces UI -> Control: setNameOfWorkbookToSearch(name) activate Control Control -> Search: setWorkbookToSearch(name) deactivate Control Control -> TCPServer: port TCPServer -> TCPServer: expect(":rsearch", Action) note right of UI: equal to the first case UI -> TCPServer: send(":search",destination, port) UI <- TCPServer: update UI -> Control: searchWorkbook() Control -> Search: findWorkbook() Control -> TCPServer: port TCPServer -> TCPServer: expect(":check", Action) note right of UI: equal to the first case UI -> TCPServer: send(":check",destination, port) UI <- TCPServer: update User <- UI: summary @enduml
false
true
false
false
usecase
c0841b0daaf720cee1e58932d76106a2b3ffd8e0
2ac74657de3cb81bab734d18094e945a442a167d
/sechub-doc/src/docs/asciidoc/diagrams/module_sechub_eventbus.puml
8a27b53d5a58f23e33d036cc00ed580777c12a65
[ "MIT", "ANTLR-PD", "LicenseRef-scancode-generic-exception", "BSD-3-Clause", "LGPL-2.0-or-later", "LGPL-2.1-only", "GPL-1.0-or-later", "LicenseRef-scancode-oracle-openjdk-exception-2.0", "MPL-1.1", "MPL-2.0", "CC-PDDC", "LicenseRef-scancode-warranty-disclaimer", "EPL-2.0", "GPL-2.0-only", "EPL-1.0", "CC0-1.0", "Classpath-exception-2.0", "Apache-2.0", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-public-domain", "GPL-2.0-or-later", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause", "Apache-1.1", "MPL-1.0", "CDDL-1.1", "LicenseRef-scancode-proprietary-license" ]
permissive
de-jcup/sechub
64055bb7ccd5496e32207c140e5812997e97583b
488d2d23b9ae74043e8747467623d291c7371b38
refs/heads/develop
2023-07-22T18:01:47.280074
2023-07-18T15:50:27
2023-07-18T15:50:27
199,480,695
0
1
MIT
2023-03-20T03:00:02
2019-07-29T15:37:19
Java
UTF-8
PlantUML
false
false
213
puml
' SPDX-License-Identifier: MIT @startuml package com.mercedesbenz.sechub.sharedkernel { class DomainMessageService{ } DomainMessageService o-- EventBus queue EventBus{ } } @enduml
false
true
false
false
class
0b473833e3c22a3a4942b1bbbe4fdfdab1bc1691
e025f7f5f80709163d37e676fab1031fe50215ff
/BehavioralPatterns/ChainOfResponsibility/src/main/resources/cor3.puml
be046d7b912ad4665ba05a16a056d919811d9b53
[]
no_license
solitarysp/Example-Learn-Design-Patterns
b08108cdd08389000a85cf46ed0206dad02eb43d
7bf0bcf11ba6b42baca7d394eaf041f4d14a40a7
refs/heads/master
2021-06-18T21:11:12.834002
2021-02-03T08:16:48
2021-02-03T08:16:48
137,770,677
0
0
null
2020-10-21T03:26:53
2018-06-18T15:31:54
Java
UTF-8
PlantUML
false
false
1,580
puml
@startuml class Main{ + main(String[] args) } class OrderService{ + boolean order(OrderEntity orderEntity) } class BaseValidateOrderProcessor{ + boolean validate(OrderEntity orderEntity) + boolean checkUserProcessor(OrderEntity orderEntity) } class TokenValidateProcess extends BaseValidateOrderProcessor { + boolean checkUserProcessor(OrderEntity orderEntity) } class NumberOrderValidateProcess extends BaseValidateOrderProcessor{ + boolean checkUserProcessor(OrderEntity orderEntity) } Main --> OrderService : 1: Gọi đến OrderService OrderService --> BaseValidateOrderProcessor : 2: gọi đến TokenValidateProcess để validate token \n thông qua method validate() trong BaseValidateOrderProcessor BaseValidateOrderProcessor --> TokenValidateProcess : 3: gọi đến TokenValidateProcess \n để validate token TokenValidateProcess --> BaseValidateOrderProcessor : 4: TokenValidateProcess trả lại kết quả validate token cho BaseValidateOrderProcessor BaseValidateOrderProcessor --> NumberOrderValidateProcess : 5: gọi đến NumberOrderValidateProcess \n để validate number NumberOrderValidateProcess --> BaseValidateOrderProcessor : 6: NumberOrderValidateProcess \n trả lại kết quả validate number cho BaseValidateOrderProcessor BaseValidateOrderProcessor --> OrderService : 7 BaseValidateOrderProcessor cố gắng gọi đến \n trình xử lý tiếp theo nhưng không có để gọi. \n BaseValidateOrderProcessor trả về kết quả OrderService --> Main : 8: trả lại kết quả cho Main @enduml
false
true
true
false
sequence
9b0aab2987239f8af7a0b0ef393315e40dbcd61e
deac1e4cb435de8b6359888ca97d2b9ac1df0c65
/assets/images/dev-guide/module-dependencies.puml
8fc6adf505a39c68af036179013a0ef61e241c8d
[ "Apache-2.0" ]
permissive
stroomdev00/stroom-docs
176807aa6073969fb5dcf307dd71ea5e6dd9eaac
5cdd6e6dbb62e3944c167c5ce0d0dd6f21568836
refs/heads/master
2022-06-29T05:17:52.164132
2022-05-25T15:00:52
2022-05-25T15:00:52
253,735,160
0
0
Apache-2.0
2020-04-07T08:38:28
2020-04-07T08:38:28
null
UTF-8
PlantUML
false
false
484
puml
@startuml package "api" { [API] } package "impl" { [REST Endpoint] [GWT Action Handler] [Service] [DAO Interface] } package "impl-db" { [DAO Implementation] } package "impl-db-jooq" { [JOOQ Generated Code] } package "mock" { [Mock Service] } [Service] ..> [API] [REST Endpoint] --> [Service] [GWT Action Handler] --> [Service] [Service] --> [DAO Interface] [DAO Implementation] ..> [DAO Interface] [DAO Implementation] ..> [JOOQ Generated Code] [Mock Service] ..> [API] @enduml
false
true
false
false
class
22ff7f07355c397813ba88d817ae895aa6d5b188
4d97571e6f5fdf2c66b5c64f0ae4cb8d32a31248
/model-diagram/reference.plantuml
f8a4e90de427a486da2e9df24a1f16c395c985c4
[]
no_license
swipswaps/Deep-Learning-Object-Oriented-Framework-Python
155228a3c8eac7e73a6e0c01052465ca18662b68
7079eee60c5f33c71a4288feaf947faf8db2c4df
refs/heads/master
2022-12-17T02:15:27.287783
2020-09-20T07:12:35
2020-09-20T07:12:35
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,205
plantuml
@startuml !pragma teoz true skinparam shadowing false ' skinparam monochrome true hide footbox !define _queue Q !define _sgxt \mathcal{SGX}_t !define _sgxmn \mathcal{SGX}_{\min} !define _sgxmx \mathcal{SGX}_{\max} !define _sgxtable \mathcal{SGX}_{\text{T}} !define _ti \mathcal{T}_{i} !define _at \mathbf{\mathcal{A}}_{t} !define _qt \mathcal{Q}_{t} !define _nodesqt \mathbf{\mathcal{Q}}_{\text{T}} !define _st \mathcal{ST} !define _pk \mathcal{P}_k !define _node \mathcal{N} !define _server \mathcal{S} !define _node_enclave \mathcal{E} !define _npk \mathcal{N}_{_pk} !define _nid \mathcal{N}_{id} !define _tr \mathcal{T}_r !define _rt \mathcal{RT} participant "PoET++ Server\n<math>_server</math>" as server participant "PoET++ Node\n<math>_node</math>" as node participant "Node enclave\n<math>_node_enclave</math>" as node_enclave autonumber ' activate server activate node server <- node ++ : <math>Register(_npk, Sign(_npk))</math> server <- server : Verification of <math>_npk</math> alt ACK server --> node : Respond with <math>_nid</math>, <math>_sgxmn</math>, <math>_sgxmx</math> and <math>_tr</math> else else autonumber 3 server --> node !! : Terminate connection deactivate server ||10|| end ||| activate node_enclave ref over server, node, node_enclave : <b>Remote attestation</b>\n autonumber resume node -> node_enclave !! : Generate <math>_sgxt \in [_sgxmn, _sgxmx]</math>\nand destroy enclave server <- node : Send <math>_sgxt</math> hnote left : Arrival Time server <- server : Verification of <math>_sgxt</math> autonumber stop opt Verification not successful server --> node !! : Terminate connection ' destroy node end autonumber resume server <- server : Insert <math>_nid</math> to <math>_sgxtable</math> and <math>_queue</math> server --> node : Send updated <math>_sgxtable</math> and <math>_queue</math> node -> node : Determine <math>_ti</math>, <math>_qt</math> and <math>_st</math> loop <math>_rt\ne0</math> autonumber 10.1 "<b>00.0</b>" server <- node : Ask for updated <math>_sgxtable</math> node <- node : Determine <math>_st</math> else else autonumber 11 server <- node : Notify the leadership end @enduml
false
true
false
false
sequence
bd1ff1cdad19c05fb1e3fbbfe4a264f20dec603c
186819bc98500f794e563bd3ba5a23073756a2ba
/PSP2/Hospital/src/main/java/com/hospital/Hospital/domainService/drugFactory/drugFactory.plantuml
eb72fa13ae9292a5256d35c8ac3647b3f4e242c0
[]
no_license
macro161/PSP
0e53943e4f8568b2c4b788524dc9e12f276d5c9e
7e5e094bbe42af30006fb28d541229dea4efb610
refs/heads/master
2020-03-30T08:04:17.541705
2018-12-07T20:24:18
2018-12-07T20:24:18
150,986,741
0
0
null
null
null
null
UTF-8
PlantUML
false
false
869
plantuml
@startuml title __DRUGFACTORY's Class Diagram__\n package com.hospital.Hospital { package com.hospital.Hospital.domainService.drugFactory { class ChemicalDrugFactory { + createDrug() } } } package com.hospital.Hospital { package com.hospital.Hospital.domainService.drugFactory { interface DrugFactory { {abstract} + createDrug() } } } package com.hospital.Hospital { package com.hospital.Hospital.domainService.drugFactory { class NaturalDrugFactory { + createDrug() } } } ChemicalDrugFactory -up-|> DrugFactory NaturalDrugFactory -up-|> DrugFactory 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
66490686aa3707b1c517ae2555072820aa8dd0e5
1f83c16c71c50c67514b2eb47503f391eea031cd
/input/images-source/RESTATNA_ActorDiagram_ITI-20.plantuml
d35e1d8d1019644c55bac8aab8fc593c2e4a305a
[]
no_license
costateixeira/ch-epr-mhealth
c4b57185f48070fdcf9c11eed420d6619f2d28ac
85af8017164a027f66fc605dd7047a08e1dad2a5
refs/heads/master
2023-07-24T04:12:52.176956
2021-06-15T15:36:55
2021-06-15T15:36:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
556
plantuml
@startuml title Interaction Diagram for [ITI-20] participant consumer as "Secure Application\nSecure Node\nAudit Record Forwarder" participant responder as "Audit Record\nRepository" consumer -> responder: Send Audit Resource Request activate consumer activate responder responder -> consumer: Send Audit Resource Response deactivate responder deactivate consumer consumer -> responder: Send Audit Bundle Request activate consumer activate responder responder -> consumer: Send Audit Bundle Response deactivate responder deactivate consumer @enduml
false
true
false
false
sequence
bd30b60ed8c44deb0cfba87c84d4d07a42941ba2
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/documentation/serviceApi/pm/performance/media/src/notificationsForPerformanceJob.puml
c69886309a643e8b2fd2af1abb2e207de55652c4
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Legato-SDK
b2ed422108f4bbb5d3aff27123d3f31305fd808f
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
refs/heads/working-draft
2023-07-06T06:44:01.113378
2023-06-23T14:14:48
2023-06-23T14:14:48
94,903,642
5
4
Apache-2.0
2022-05-04T10:22:56
2017-06-20T15:00:38
null
UTF-8
PlantUML
false
false
2,408
puml
@startuml notificationsForPerformanceJob hide footbox participant "Buyer/Client" as B participant SOF B -> SOF : POST {{baseUrl}}/hub with {{callbackUrl}} SOF --> B: 201 confirmation with {{id}} ... B -> SOF : POST {{baseUrl}}/performanceJob SOF -> SOF : basic validation SOF -> SOF : assign performanceJob.id alt succesful inquiry SOF --> B : 201 PerformanceJob with {{id}} in `acknowledged` state SOF -> B: {{callbackUrl}}/listener/performanceJobCreateEvent {{id}} B --> SOF : 204 confirmation ... note over B, SOF : PerformanceJob moves to `scheduled` SOF -> B: {{callbackUrl}}/listener/performanceJobStateChangeEvent {{id}} B --> SOF : 204 confirmation ... note over B, SOF : Schedule start time is reached\n PerformanceJob moves to `in-progress` SOF -> B: {{callbackUrl}}/listener/performanceJobStateChangeEvent {{id}} B --> SOF : 204 confirmation ... note over B, SOF : Schedule start time is reached\nPerformanceJob moves to `in-progress` SOF -> B: {{callbackUrl}}/listener/performanceJobStateChangeEvent {{id}} B --> SOF : 204 confirmation ... note over B, SOF : PerformanceReport is generated SOF -> B: {{callbackUrl}}/listener/performanceJobReportReadyEvent {{id}} B --> SOF : 204 confirmation ... note over B, SOF : SuspendPerformanceJob request is completed SOF -> B: {{callbackUrl}}/listener/performanceJobStateChangeEvent {{id}} B --> SOF : 204 confirmation ... note over B, SOF : ModifyPerformanceJob request is accepted SOF -> B: {{callbackUrl}}/listener/performanceJobStateChangeEvent {{id}} B --> SOF : 204 confirmation ... note over B, SOF : ModifyPerformanceJob request is completed SOF -> B: {{callbackUrl}}/listener/performanceJobAttributeValueChangeEvent {{id}} B --> SOF : 204 confirmation SOF -> B: {{callbackUrl}}/listener/performanceJobStateChangeEvent {{id}} B --> SOF : 204 confirmation note over B, SOF : PerformanceReport generation failed\n SOF -> B: {{callbackUrl}}/listener/performanceJobReportPreparationErrorEvent {{id}} B --> SOF : 204 confirmation note over B, SOF : PerformanceJob is not recurring SOF -> B: {{callbackUrl}}/listener/performanceJobStateChangeEvent {{id}} B --> SOF : 204 confirmation else validation or internal problem SOF --> B : 4xx or 5xx errorresponse end ... B -> SOF : DELETE {{baseUrl}}/hub/{{id}} SOF --> B : 204 confirmation @enduml
false
true
false
false
sequence
a01ad085b8adf1628542d90c73f95e12e240ae2b
031dacfb2b2dfc622a6d90f82cb6b4da4b540373
/diagramas/Diagramas de Paquetes/DiagramaPais.puml
e41cd1c6a052f8f61212fe72ef992547524ab596
[ "MIT" ]
permissive
aperezleiras/algo3_tp2
60ca7bff46cca25f0a07be924c61f586b8e6b82e
c5750c11411247fb9d77a3d422dc7a6dff438fca
refs/heads/master
2023-07-05T18:30:22.312628
2021-08-10T22:23:25
2021-08-10T22:23:25
382,290,818
1
0
MIT
2021-08-09T03:05:10
2021-07-02T09:05:12
Java
UTF-8
PlantUML
false
false
243
puml
@startuml package Modelo { package Pais{ class Continente class Pais class Batalla class Dado class Ejercitos } } Continente --> Pais Batalla --> Pais Batalla --> Dado Pais --> Ejercitos @enduml
false
true
false
false
class
7f20921e6b546a7afa3613a395f19f498f90ad19
e5323bf15fa473b219d62c27603e83fd9e5ce1ff
/docs/consumer.puml
c44f30eeae6b765c0666e0f16c1212d33c80e619
[]
no_license
rpayal/mizuho-esb-test
f7afd2609d5ca0c1465faca6e79ec437d8b657e4
e089821c4ee65a4cb2d15594cf1d73e59e97e3a2
refs/heads/master
2021-09-26T19:24:46.187289
2018-11-01T16:59:14
2018-11-01T16:59:14
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
339
puml
@startuml actor Consumer box "Price Server" Consumer -> PricesController: GET /prices/instruments/AMZN activate PricesController PricesController -> PriceStore :getByInstrumentId(instrument) PriceStore --> PricesController: Stream[Price] PricesController -> Consumer: 200 OK, Body: Price[...] deactivate PricesController end box @enduml
false
true
false
false
usecase
f95c9e12291a41cb2626d7f011c88133e9888199
8647fb9e7ecc6e34c5d51dc45622215c0e839c58
/MTD Arch Docs/MTD-DES/MTD-ind-losses-to-DES.puml
5ef5591aaa6d27aea88766010292e267e2eff64c
[ "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
968
puml
@startuml skinparam componentStyle rectangle left to right direction skinparam component { BackgroundColor #fafcff BorderColor black } package "individual-losses-api" #d6e6ff { [List Brought Forward Losses] [Create a Brought Forward Loss] [Retrieve a Brought Forward Loss] [Delete a Brought Forward Loss] [Amend a Brought Forward Loss] [List Loss Claims] [Create a Loss Claim] [Retrieve a Loss Claim] [Delete a Loss Claim] [Amend a Loss Claim] [Amend Loss Claims Order] } [List Brought Forward Losses]-->[DES API#1503] [Create a Brought Forward Loss]-->[DES API#1500] [Retrieve a Brought Forward Loss]-->[DES API#1502] [Delete a Brought Forward Loss]-->[DES API#1504] [Amend a Brought Forward Loss]-->[DES API#1501] [List Loss Claims]-->[DES API#1507] [Create a Loss Claim]-->[DES API#1505] [Retrieve a Loss Claim]-->[DES API#1508] [Delete a Loss Claim]-->[DES API#1509] [Amend a Loss Claim]-->[DES API#1506] [Amend Loss Claims Order]-->[DES API#1577] @enduml
false
true
false
false
uml-unknown
bfc511f9a7de78184b923f25bdec625312790364
6855bc60b711c60887d056047a63ef15652ae242
/examples/proof-of-concept/certificate-management/docs/cert-management.puml
f6f9bd89fe24bdadf28251932276502f281cab64
[ "Apache-2.0" ]
permissive
JacoJooste/iot-edge
b1f006f2ea0a567a640b66d014b138b740b7fe95
c4f218ba60f6bf8d83bec9442e7dee763ebbd404
refs/heads/main
2023-08-30T13:55:08.503053
2023-08-14T09:15:50
2023-08-16T09:12:55
287,336,870
0
0
Apache-2.0
2020-08-13T17:58:18
2020-08-13T17:07:54
Go
UTF-8
PlantUML
false
false
1,605
puml
@startuml skinparam sequence { ArrowFontColor #062b8c ArrowColor #062b8c LifeLineBorderColor #062b8c ParticipantBorderColor #062b8c ParticipantBackgroundColor #fc6700 ParticipantFontColor #062b8c ActorBorderColor #062b8c ActorBackgroundColor #fc6700 ActorFontColor #062b8c } actor "Admin" as ad actor "Thing" as th participant "Access Management" as am participant "Identity Management" as idm participant "Certificate Authority\nhttp://testrfc7030.com" as ca == Register & Authenticate == th -> am : register using JWT PoP am -> am : verify JWT am -> am : identity exists=false am -> idm : create identity am --> th : collect CSR th -> th : create CSR th -> am : send CSR am -> ca : Enrollment over Secure Transport\nSend CSR to CA ca --> am : return certificate am -> idm : patch identity\nthingConfig=(cert, rotate=false) am --> th : return SSO token == Request Certificate == th -> am : request thingConfig attribute\nusing SSO token am --> th : return thingConfig th -> th : extract certificate == Rotate Certificate == ad -> idm : set rotation=true th -> am : authenticate using JWT PoP am -> am : verify JWT am -> am : identity exists=true, rotate=true am --> th : collect CSR th -> th : create CSR th -> am : send CSR am -> ca : Enrollment over Secure Transport\nSend CSR to CA ca --> am : return certificate am -> idm : patch identity\nthingConfig=(cert, rotate=false) am --> th : return SSO token == Request Certificate == th -> am : request thingConfig attribute\nusing SSO token am --> th : return thingConfig th -> th : extract certificate @enduml
false
true
false
false
usecase
b0ec353e888decfb1720e13b9d797bc375f5c92b
9f0dd7cfce0550509c9c33202513d8ef01b3af72
/DOCS/api/follow.plantuml
2d1a89d90de1c2e19195f5b22e0f1d3092f25125
[ "ISC" ]
permissive
rbccps-iisc/corinthian
3e7af772b52c6e703e39b4c3f27f55ab45ec4071
265bec8a7f7d2198d31ebfbd79bc160aec00c4fd
refs/heads/master
2021-07-11T14:22:03.033543
2019-03-05T06:25:36
2019-03-05T06:25:36
150,595,407
6
5
NOASSERTION
2019-02-01T13:49:46
2018-09-27T13:57:34
CSS
UTF-8
PlantUML
false
false
681
plantuml
hide footbox actor "owner of subscriber" as sowner group HTTPS POST /owner/follow sowner -> IUDX: **id**: string\r**apikey**: string\r**to**: string\r**topic**: string\r**permission**: string\r**validity**: string end group 202 ACCEPTED IUDX -> sowner : {"**follow-id-read**": string, "**follow-id-write**": string} end
false
true
false
false
sequence
49339b5576c2b2fa42fb205d98c78c27ea1ab0f3
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Items/ItemsGroup.puml
585fc869ef5b6d872caece25f3b86a8d27511912
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
336
puml
@startuml class ItemsGroup { + start : double <<get>> <<set>> + end : double <<get>> + ItemsGroup(items:IEnumerable<ITimelineItem>) } ItemsGroup --> "m_LeftMostItem" ITimelineItem ItemsGroup --> "m_RightMostItem" ITimelineItem ItemsGroup --> "leftMostItem" ITimelineItem ItemsGroup --> "rightMostItem" ITimelineItem @enduml
false
true
false
false
class
7fc969e2ddee2edcd084e6d5963190bc5f13024d
bf3e610c8668e525aedcca58ddbe9da7c19e427e
/docs/design/hub-and-spoke/reroute/retry/flow-reroute-queue-service.puml
de191c89aa9358c8496e804227967ccc62b39c59
[ "Apache-2.0" ]
permissive
telstra/open-kilda
874b5204f8c2070860a2e7fc6f8be368a5d18726
686d31220f1033595d7f1d4374544af5ba9c42fe
refs/heads/develop
2023-08-15T21:24:21.294425
2023-08-14T08:51:52
2023-08-14T08:51:52
104,974,693
82
70
Apache-2.0
2023-09-14T19:11:22
2017-09-27T05:13:18
Java
UTF-8
PlantUML
false
false
3,045
puml
@startuml title Flow reroute queue processing participant FlowRerouteQueueBolt participant FlowRerouteQueueService participant FlowRerouteQueue participant TimeWindowBolt ==Manual reroute request== FlowRerouteQueueBolt -> FlowRerouteQueueService : manual reroute request FlowRerouteQueueService -> FlowRerouteQueue : check in-progress reroute alt no in-progress reroute FlowRerouteQueue -> FlowRerouteQueueService : no in-progress reroute FlowRerouteQueueService -> FlowRerouteQueueService : start reroute FlowRerouteQueueService -> FlowRerouteQueue : save in-progress reroute else reroute is in-progress FlowRerouteQueue -> FlowRerouteQueueService : reroute is in-progress FlowRerouteQueueService -> FlowRerouteQueueBolt : send error to northbound end ==Auto reroute request== FlowRerouteQueueBolt -> FlowRerouteQueueService : auto reroute request FlowRerouteQueueService -> FlowRerouteQueue : add reroute request to throttling FlowRerouteQueue -> FlowRerouteQueue : merge request if throttling is not empty FlowRerouteQueueService -> FlowRerouteQueueBolt : send event to time window bolt FlowRerouteQueueBolt -> TimeWindowBolt : extend time window ==Time window closed== TimeWindowBolt -> TimeWindowBolt : tick TimeWindowBolt -> FlowRerouteQueueBolt : emit reroutes command FlowRerouteQueueBolt -> FlowRerouteQueueService : emit reroutes command FlowRerouteQueueService -> FlowRerouteQueue : check in-progress reroute note right: for each flow id alt no in-progress reroute FlowRerouteQueue -> FlowRerouteQueueService : no in-progress reroute FlowRerouteQueueService -> FlowRerouteQueueService : start reroute FlowRerouteQueueService -> FlowRerouteQueue : move throttled reroute to in-progress else reroute is in-progress FlowRerouteQueue -> FlowRerouteQueueService : reroute is in-progress FlowRerouteQueueService -> FlowRerouteQueue : move throttled reroute to pending reroute FlowRerouteQueue -> FlowRerouteQueue : merge requests if pending is not empty end ==Reroute finished or timed out== FlowRerouteQueueService -> FlowRerouteQueueService : check finish state and decide if retry is required alt retry required FlowRerouteQueueService -> FlowRerouteQueue : retry request alt pending is empty FlowRerouteQueue -> FlowRerouteQueue : put retry request into throttling else pending is not empty FlowRerouteQueue -> FlowRerouteQueue : merge retry request with pending end FlowRerouteQueue -> FlowRerouteQueue : move pending to in-progress FlowRerouteQueue -> FlowRerouteQueueService : next reroute request FlowRerouteQueueService -> FlowRerouteQueueService : start reroute else no retry required FlowRerouteQueueService -> FlowRerouteQueue : get pending request FlowRerouteQueue -> FlowRerouteQueue : move pending to in-progress FlowRerouteQueue -> FlowRerouteQueueService : next reroute request FlowRerouteQueueService -> FlowRerouteQueueService : start reroute end @enduml
false
true
false
false
sequence
75cf01cbca876f0d1a44233ee11177e75e2647d9
a70acc943bda6ab3631d5c02927d9e0a4e675ee0
/src/uml/ER_1.puml
322e7c00fab6b1f590192b62a799f611f8e6ebf0
[]
no_license
KarmazinN/db_open_data
92aeef87cc4989f5699706ccf5275c6c0f6678b8
38eae582067e9aa87e0c0f143f8e7227a7f8776a
refs/heads/master
2023-04-07T05:28:11.117228
2021-04-18T15:11:36
2021-04-18T15:11:36
293,720,937
0
7
null
null
null
null
UTF-8
PlantUML
false
false
949
puml
@startuml entity User <<ENTITY>> { name: Text email: EMAIL password: TEXT photo: URL } entity Datafile <<ENTITY>> { name: TEXT path: TEXT mimeType: TEXT } entity Role <<ENTITY>> { name: TEXT permissions: collection of PERMISSION } entity Access <<ENTITY>> {} entity Dataset <<ENTITY>> { guid: GUID } entity Category <<ENTITY>> { name: TEXT description: TEXT } entity Metadata { key: TEXT value: TEXT } entity Comment { author: TEXT body: TEXT parent: TEXT } note "Required metadata keys may be \n name, description, url, organozation, etc" as n n . Metadata User "(1,1) owner"<-down-"(0,*)" Datafile Role "(1,1)"<-d-"(0,*)" Access User "(1,1)"<-l-"(0,*)" Access Dataset "(1,1)"<-d-"(0,*)" Access Datafile "(0,*)"-l->"(1,1)" Dataset Category "(1,1)"<-l-"(0,*)" Dataset Category "(1,1) parent"<-"(0,*)" Category Metadata "(0,*)" --> "(1,1)" Dataset Comment "(0,*)" --> "(1,1)" Dataset @enduml
false
true
false
false
sequence
5d74743b58df0f3bd5e044a39d6af9eb14a1f0fa
9814429e78506e699c0059be7c5a568fe67c900f
/docs/helm/diagrams/helm-community.puml
3749b30df19db0b4eadda2ca8b0aa3c580d92e0c
[ "Apache-2.0" ]
permissive
luojasonlee/acs-deployment
5c745ca1b59fb342e72638667de333e3bf7b7aed
da6351fc3dfe817573fff788a98868301f85eb46
refs/heads/master
2023-08-11T07:42:52.317416
2021-09-27T02:08:56
2021-09-27T02:08:56
366,678,173
0
0
Apache-2.0
2021-09-27T02:08:56
2021-05-12T10:30:35
null
UTF-8
PlantUML
false
false
1,380
puml
@startuml Title: ACS Helm Community Deployment skinparam componentStyle uml2 skinparam linetype ortho skinparam rectangle { BorderStyle dashed FontSize 15 FontStyle none } actor Client node "alfresco namespace" { component "NGINX ingress-controller" as nginx #lightgrey component "Alfresco Content Services" as acs #lightgrey component "Alfresco Search Services" as ass #lightgrey component "Alfresco Sync Service" as sync #lightgrey component "PostgreSQL" as psql #lightgrey component "Alfresco Share" as share #lightgrey component "ActiveMQ" as amq #lightgrey database "Volume Claim" as vc rectangle "Alfresco Transform Service" { ' component "Transform Router" as tr #lightgrey ' component "Shared File Store" as sfs #lightgrey component "Alfresco PDF Renderer" as pdfr #lightgrey component "LibreOffice" as libr #lightgrey component "ImageMagick" as img #lightgrey component "Tika" as tika #lightgrey component "TransformMisc" as misc #lightgrey } } Client --> nginx nginx --> acs nginx --> share acs --> vc ass --> vc psql --> vc ass <-left-> acs acs --> psql acs --> pdfr acs --> libr acs --> img acs --> tika acs --> misc acs <--> amq share --> acs sync <-left-> acs sync --> psql sync --> amq center footer Copyright 2021 Alfresco Software Inc @enduml
false
true
false
false
sequence
329f02400fef4ee2195d9ade480e368790262b39
ea92b794f64577cf3f9895848ed841a2482a6d1e
/docs/assets/images/ITaskTransfer-umlClassDiagram-230.puml
44148f74222a7a8549b0cf7ef5d158715436e187
[ "MIT" ]
permissive
dreambo8563/todo-core
a1cdd6e14ec6445dd1dae84d0ba03bf80b1b09da
96b2af2b5b5c0ba1d1aaa15eba7061c52cafc611
refs/heads/master
2022-11-21T11:51:16.649734
2020-07-18T17:57:03
2020-07-18T17:57:03
274,677,442
0
0
MIT
2020-06-28T10:36:09
2020-06-24T13:36:10
TypeScript
UTF-8
PlantUML
false
false
281
puml
@startuml hide empty methods hide empty fields interface "ITaskTransfer" { +transfer(t: IPeriodTask, o: ITaskOwner) : void } class "TaskTransfer" { -repo : ITaskListRepository +transfer(t: IPeriodTask, o: ITaskOwner) : void } "ITaskTransfer" <|.. "TaskTransfer" @enduml
false
true
false
false
class
2c6300778fa9d4069ed418da930f67194e860fba
1075631c8a87d78d97861bd7435a56972db8d48e
/examples/delegate.puml
b3d16f13377104f2a6a3274e6722c782c81611a5
[ "MIT" ]
permissive
naddison36/tx2uml
54891ff0497611712e12d92e4113e3512f05feb6
e8628a2780ad7d2cbe54004f9d2ee9f8c8ace25b
refs/heads/master
2023-09-06T07:53:39.282089
2023-08-25T05:01:02
2023-08-25T05:01:02
242,624,559
386
34
MIT
2023-04-29T00:06:19
2020-02-24T01:54:21
TypeScript
UTF-8
PlantUML
false
false
853
puml
@startumls title Delegatecall Example participant "0x0000..1111" as 00001111 participant "0x1111..2222" as 11112222 <<Controller>> participant "0x2222..3333" as 22223333 <<Proxy>> participant "0x3333..4444" as 33334444 <<DeFiApp>> participant "0x4444..5555" as 44445555 <<Hacker>> participant "0x5555..6666" as 55556666 <<Oracle>> 00001111 -> 11112222: function call activate 11112222 11112222 --> 22223333: proxy call activate 22223333 22223333 -> 33334444: delegate call activate 33334444 #809ECB 22223333 -[#3471CD]> 44445555: 1st delegated call from 0x2222..3333 activate 44445555 44445555 -> 55556666: not a delegate call activate 55556666 return return 22223333 -[#3471CD]> 44445555: 2nd delegated call from 0x2222..3333 activate 44445555 return return 22223333 -> 44445555: not a delegate call activate 44445555 return return return @endumls
false
true
false
false
sequence
fb4875b7d8e9cb55d0204be144fae35745c58800
00bfc754a2633d06d886ec68408eeb99883797f2
/docs/architecture.puml
57e7f285ac84c019dfef4481f17e6f07482a0949
[ "MIT" ]
permissive
goarano/mogs
1e3752ec4a44d7e987bfa34ca5f42f80c820eb86
c48f79911cbadb2990004631ab09390bc7561db3
refs/heads/master
2020-05-20T03:53:16.064051
2019-05-07T12:36:34
2019-05-07T12:36:34
185,369,631
0
0
null
null
null
null
UTF-8
PlantUML
false
false
505
puml
@startuml "User" as user () "Docker Socket" as docker_socket [DockerRelay] as ms_relay [Spawner] as ms_spawner [Informant] as ms_informant [ConfigTranslator] as ms_trans [API] as ms_api [Watcher] as ms_watcher [Recorder] as ms_recorder database "NoSQL" as db user --> ms_api ms_api --> ms_spawner ms_api --> ms_informant ms_spawner --> ms_trans ms_spawner --> ms_relay ms_relay --> docker_socket ms_watcher --> ms_relay ms_recorder --> db ms_spawner --> ms_recorder ms_informant --> ms_recorder @enduml
false
true
false
false
sequence
d74a0afd4d56408b17d9bc9b9d63aaf11139d1e3
a560b0a49011cec151da585050f6c5a2bf8f2b52
/submit/60030037/stateDiagram_order.puml
d4c614d8819e16508f3d1db6889e180c10090235
[]
no_license
OOAD-037/OOAD-WEEK12
f40cf6914a2014ec7915548596b05cd93c4f3809
d1008a637aa8f56e23a0c0417c03130cae206a52
refs/heads/master
2022-08-19T04:58:14.033777
2020-05-26T08:05:20
2020-05-26T08:05:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
311
puml
@startuml stateDiagram_order [*]->Authorization : /login() Authorization->Authorization : Login Failed Authorization-->checkOut : Logged In Authorization : entry/login() checkOut : do/waiting for button pressed. checkOut-->placeOrder : checkOut button clicked/placeOrder() placeOrder->[*] : orderPlaced @enduml
false
true
false
false
sequence
342c949c3a6d2564dd93e8ba7a39ac78331616cc
3bdbe6ad6fb883b05c43d614ab63d31836f59f62
/src/main/java/cn/vector/pattern/observer/observer.puml
b04715b8920491cd1057b273b3eeffb11f161afb
[]
no_license
HuangVector/pattern_demo
8264be71fa1e7e215b4be0ce9f24e3a0b66328a6
94bfa011decdf8fa97333a5a8a31dbb2fa50947a
refs/heads/master
2020-03-19T13:47:04.544829
2018-06-13T04:00:47
2018-06-13T04:00:47
136,594,947
0
0
null
null
null
null
UTF-8
PlantUML
false
false
290
puml
@startuml interface Subject{ +Attach(o:Observer) +Detach(o:Observer) +Notify() } interface Observer{ +Update() } class ConcreteSubject{ } class ConcreteObserver{ } Subject --> "+subject" Observer:Subject Subject <|.. ConcreteSubject Observer <|.. ConcreteObserver @enduml
false
true
false
false
sequence
2abf317b1d520b53e5ede1b780b6a3a2578ad206
c69a4c4bf8190b1d121dbf52beb72870964a43eb
/docs/archive/linking-old/linking-complete.puml
e7098574f6dfb19bc98de6a46b490694e60c3ece
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
kleyow/pisp
98bc352ef03a5125c35456f422c78c1d2462e519
bf6917f6a0f0066af38b8894b25619261cf4e7af
refs/heads/master
2023-06-27T23:04:05.046890
2020-10-20T02:52:13
2020-10-20T02:52:13
268,942,351
0
0
NOASSERTION
2020-06-03T01:00:48
2020-06-03T01:00:48
null
UTF-8
PlantUML
false
false
10,077
puml
@startuml linking-complete !pragma teoz true participant "PISP" as PISP box "Mojaloop" participant Switch participant "Auth Service" as Auth end box participant "DFSP" as DFSP activate PISP ... note over PISP, DFSP The user initiated some sort of account linking by choosing the appropriate DFSP from a screen inside the PISP application. end note ... group PISP requests the DFSP initiates consent PISP -> Switch ++: ""POST /consentRequests {""\n\ "" id: "456",""\n\ "" initiatorId: "PISP",""\n\ "" authChannels: [ "Web", "OTP" ],""\n\ "" scopes: [ "accounts.getBalance", "accounts.list", "accounts.transfer" ],""\n\ "" callbackUri: "pisp-app://callback..."""\n\ ""}"" Switch --> PISP: ""202 Accepted"" deactivate PISP Switch -> DFSP ++: ""POST /consentRequests {""\n\ "" id: "456",""\n\ "" initiatorId: "PISP",""\n\ "" scopes: [ "accounts.getBalance", "accounts.list", "accounts.transfer" ],""\n\ "" authChannels: [ "Web", "OTP" ],""\n\ "" callbackUri: "pisp-app://callback..."""\n\ ""}"" DFSP --> Switch: ""202 Accepted"" deactivate Switch DFSP -> Switch ++: ""PUT /consentRequests/456 {""\n\ "" initiatorId: "PISP",""\n\ "" scopes: [ "accounts.getBalance", "accounts.list", "accounts.transfer" ],""\n\ "" authChannels: [ "Web", "OTP" ],""\n\ "" callbackUri: "pisp-app://callback..."""\n\ "" **authUri: "dfspa.com/authorize?consentRequestId=456" // This is new!**""\n\ ""}"" Switch --> DFSP: ""202 Accepted"" deactivate DFSP Switch -> PISP ++: ""PUT /consentRequests/456 {""\n\ "" initiatorId: "PISP",""\n\ "" scopes: [ "accounts.getBalance", "accounts.list", "accounts.transfer" ],""\n\ "" authChannels: [ "Web", "OTP" ],""\n\ "" callbackUri: "pisp-app://callback..."""\n\ "" **authUri: "dfspa.com/authorize?consentRequestId=456" // This is new!**""\n\ ""}"" PISP --> Switch: ""202 Accepted"" deactivate Switch end ... note over PISP, DFSP The PISP does the auth song-and-dance, resulting in the user being redirected back to the PISP app with some form of auth token. end note ... group DFSP grants consent to PISP PISP -> Switch ++: ""PUT /consentRequests/456 {""\n\ "" initiatorId: "PISP",""\n\ "" authChannels: [ "Web", "OTP" ],""\n\ "" scopes: [ "accounts.getBalance", "accounts.list", "accounts.transfer" ],""\n\ "" callbackUri: "pisp-app://callback..."""\n\ "" authUri: "dfspa.com/authorize?consentRequestId=456",""\n\ "" **authToken: "secret" // This is new !**""\n\ ""}"" Switch --> PISP: ""202 Accepted"" deactivate PISP Switch -> DFSP ++: ""PUT /consentRequests/456 {""\n\ "" initiatorId: "PISP",""\n\ "" authChannels: [ "Web", "OTP" ],""\n\ "" scopes: [ "accounts.getBalance", "accounts.list", "accounts.transfer" ],""\n\ "" callbackUri: "pisp-app://callback..."""\n\ "" authUri: "dfspa.com/authorize?consentRequestId=456",""\n\ "" **authToken: "secret" // This is new !**""\n\ ""}"" DFSP --> Switch: ""202 Accepted"" deactivate Switch DFSP -> DFSP: Verify the auth token is correct. DFSP -> Switch ++: ""POST /consents {""\n\ "" id: "123",""\n\ "" requestId: "456",""\n\ "" initiatorId: "PISP",""\n\ "" participantId: "DFSP",""\n\ "" scopes: {""\n\ "" accounts.getBalance: "12345-67890",""\n\ "" accounts.transfer: "12345-67890",""\n\ "" }""\n\ "" credential: null""\n\ ""}"" Switch --> DFSP: ""202 Accepted"" deactivate DFSP Switch -> PISP ++: ""POST /consents {""\n\ "" id: "123",""\n\ "" requestId: "456",""\n\ "" initiatorId: "PISP",""\n\ "" participantId: "DFSP",""\n\ "" scopes: {""\n\ "" accounts.getBalance: "12345-67890",""\n\ "" accounts.transfer: "12345-67890",""\n\ "" }""\n\ "" credential: null""\n\ ""}"" PISP --> Switch: ""202 Accepted"" deactivate Switch group PISP asks Auth service to generate a challenge for a credential PISP -> Switch ++: ""POST /consents/123/generateChallenge {}"" Switch --> PISP: ""202 Accepted"" deactivate PISP Switch -> Auth ++: ""POST /consents/123/generateChallenge {}"" Auth --> Switch: ""202 Accepted"" deactivate Switch Auth -> Auth: Generate a new challenge. Auth -> Switch ++: ""PUT /consents/123 {""\n\ "" requestId: "456",""\n\ "" initiatorId: "PISP",""\n\ "" participantId: "DFSP",""\n\ "" scopes: {""\n\ "" accounts.getBalance: "12345-67890",""\n\ "" accounts.transfer: "12345-67890",""\n\ "" }""\n\ "" **credential: { // This is new!**""\n\ "" **id: null,**""\n\ "" **credentialType: "FIDO",**""\n\ "" **status: "PENDING",**""\n\ "" **challenge: {**""\n\ "" **payload: base64(...),**""\n\ "" **signature: null,**""\n\ "" **},**""\n\ "" **payload: null,**""\n\ "" **}**""\n\ ""}"" Switch --> Auth: ""202 Accepted"" deactivate Auth end Switch -> PISP ++: ""PUT /consents/123 {""\n\ "" requestId: "456",""\n\ "" initiatorId: "PISP",""\n\ "" participantId: "DFSP",""\n\ "" scopes: {""\n\ "" accounts.getBalance: "12345-67890",""\n\ "" accounts.transfer: "12345-67890",""\n\ "" }""\n\ "" **credential: { // This is new!**""\n\ "" **id: null,**""\n\ "" **credentialType: "FIDO",**""\n\ "" **status: "PENDING",**""\n\ "" **challenge: {**""\n\ "" **payload: base64(...),**""\n\ "" **signature: null,**""\n\ "" **},**""\n\ "" **payload: null,**""\n\ "" **}**""\n\ ""}"" PISP --> Switch: ""202 Accepted"" deactivate Switch end ... note over PISP, DFSP The PISP uses the FIDO registration flow to generate a new keypair and sign the challenge, relying on the user performing an "unlock action" on their mobile device. end note ... group PISP provides credential to complete the consent grant PISP -> Switch ++: ""PUT /consents/123 {""\n\ "" requestId: "456",""\n\ "" initiatorId: "PISP",""\n\ "" participantId: "DFSP",""\n\ "" scopes: {""\n\ "" accounts.getBalance: "12345-67890",""\n\ "" accounts.transfer: "12345-67890",""\n\ "" }""\n\ "" credential: {""\n\ "" **id: "9876", // This is new!**""\n\ "" credentialType: "FIDO",""\n\ "" status: "PENDING",""\n\ "" challenge: {""\n\ "" payload: base64(...),""\n\ "" **signature: base64(...), // This is new!**""\n\ "" },""\n\ "" **payload: base64(...), // This is new!**""\n\ "" }""\n\ ""}"" Switch --> PISP: ""202 Accepted"" deactivate PISP Switch -> Auth ++: ""PUT /consents/123 {""\n\ "" requestId: "456",""\n\ "" initiatorId: "PISP",""\n\ "" participantId: "DFSP",""\n\ "" scopes: {""\n\ "" accounts.getBalance: "12345-67890",""\n\ "" accounts.transfer: "12345-67890",""\n\ "" }""\n\ "" credential: {""\n\ "" **id: "9876", // This is new!**""\n\ "" credentialType: "FIDO",""\n\ "" status: "PENDING",""\n\ "" challenge: {""\n\ "" payload: base64(...),""\n\ "" **signature: base64(...), // This is new!**""\n\ "" },""\n\ "" **payload: base64(...), // This is new!**""\n\ "" }""\n\ ""}"" Auth --> Switch: ""202 Accepted"" deactivate Switch Auth -> Auth: Verify the signature checks out.\nSave the credential. Auth -> Switch ++: ""PUT /consents/123 {""\n\ "" requestId: "456",""\n\ "" initiatorId: "PISP",""\n\ "" participantId: "DFSP",""\n\ "" scopes: {""\n\ "" accounts.getBalance: "12345-67890",""\n\ "" accounts.transfer: "12345-67890",""\n\ "" }""\n\ "" credential: {""\n\ "" id: "9876",""\n\ "" credentialType: "FIDO",""\n\ "" **status: "VERIFIED", // This is new!**""\n\ "" challenge: {""\n\ "" payload: base64(...),""\n\ "" signature: base64(...),""\n\ "" },""\n\ "" payload: base64(...),""\n\ "" }""\n\ ""}"" Switch --> Auth: ""200 OK"" deactivate Auth Switch -> PISP ++: ""PUT /consents/123 {""\n\ "" requestId: "456",""\n\ "" initiatorId: "PISP",""\n\ "" participantId: "DFSP",""\n\ "" scopes: {""\n\ "" accounts.getBalance: "12345-67890",""\n\ "" accounts.transfer: "12345-67890",""\n\ "" }""\n\ "" credential: {""\n\ "" id: "9876",""\n\ "" credentialType: "FIDO",""\n\ "" status: "VERIFIED",""\n\ "" challenge: {""\n\ "" payload: base64(...),""\n\ "" signature: base64(...),""\n\ "" },""\n\ "" payload: base64(...),""\n\ "" }""\n\ ""}"" & Switch -> DFSP ++: ""PUT /consents/123 {""\n\ "" requestId: "456",""\n\ "" initiatorId: "PISP",""\n\ "" participantId: "DFSP",""\n\ "" scopes: {""\n\ "" accounts.getBalance: "12345-67890",""\n\ "" accounts.transfer: "12345-67890",""\n\ "" }""\n\ "" credential: {""\n\ "" id: "9876",""\n\ "" credentialType: "FIDO",""\n\ "" status: "VERIFIED",""\n\ "" challenge: {""\n\ "" payload: base64(...),""\n\ "" signature: base64(...),""\n\ "" },""\n\ "" payload: base64(...),""\n\ "" }""\n\ ""}"" PISP --> Switch --: ""200 OK"" & DFSP --> Switch --: ""200 OK"" deactivate Switch end @enduml
false
true
false
false
sequence
4862b3759bc169e96e0ad94802ea9b00f372ef55
3a3e44d479b4a2bfc5c57eae20da9865d436f304
/samples/oauth2/tonr/src/main/java/org/springframework/security/oauth/examples/tonr/mvc/mvc.plantuml
5da29b566f513d73ed2943f70f72d398bb987449
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
zwan2016/spring-security-oauth
abd781584a9e309df941ec53122b8f49575cbb35
43d8cf4d0386515c48a5cae2d463e2ac0e40dbe3
refs/heads/master
2020-08-24T19:19:39.887062
2020-04-08T15:57:53
2020-04-08T15:57:53
216,889,795
0
0
Apache-2.0
2019-10-22T19:06:43
2019-10-22T19:06:43
null
UTF-8
PlantUML
false
false
646
plantuml
@startuml title __MVC's Class Diagram__\n namespace org.springframework.security.oauth.examples.tonr { namespace mvc { class org.springframework.security.oauth.examples.tonr.mvc.SparklrController { + user() + setSparklrService() } } } org.springframework.security.oauth.examples.tonr.mvc.SparklrController o-- org.springframework.security.oauth.examples.tonr.SparklrService : sparklrService 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