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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
abf81b94ff5f79857a8c6d78eae04ff3a6356d5d | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Signals/SignalManager.puml | d23049fc02eff0cf14ae9a0a6dd6324f7c166c6e | [] | 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 | 423 | puml | @startuml
class SignalManager {
+ {static} CreateSignalAssetInstance(path:string) : SignalAsset
+ Dispose() : void
Register(a:SignalAsset) : void
Refresh() : void
}
class "List`1"<T> {
}
class "IEnumerable`1"<T> {
}
IDisposable <|-- SignalManager
SignalManager --> "m_Instance" SignalManager
SignalManager o-> "m_assets<SignalAsset>" "List`1"
SignalManager --> "assets<SignalAsset>" "IEnumerable`1"
@enduml
| false | true | false | false | class |
224c9ba1fcdfbbddb6dc2472f9e22d2edf229f76 | c931fab627d76aac94f223642e63dc0f5358c800 | /app/src/main/java/com/example/aflah/tracki_master/Retrofit/Retrofit.plantuml | 4b12e70543316fa2035e029a076fb04ce0c5cc42 | [] | no_license | aflahtaqiu/tracki-android | 842c78ad53d0717f51e094721150a6d8205e3a7a | 6990d21cf21771cd1e5927e44564b06f4b2c8391 | refs/heads/master | 2020-04-15T02:03:17.136741 | 2019-01-06T12:02:17 | 2019-01-06T12:02:17 | 164,301,470 | 0 | 0 | null | 2019-01-06T11:40:37 | 2019-01-06T11:40:36 | null | UTF-8 | PlantUML | false | false | 1,054 | plantuml | @startuml
title __RETROFIT's Class Diagram__\n
package com.example.aflah.tracki_master {
package com.example.aflah.tracki_master.Retrofit {
interface ApiRequest {
{abstract} + getStoreByUID()
{abstract} + getSavedPromo()
{abstract} + deletePromo()
{abstract} + getSearchNamesStore()
{abstract} + getSearchNamesProduct()
{abstract} + sendRegister()
{abstract} + sendLogout()
{abstract} + sendLogin()
{abstract} + updateProfilPicture()
}
}
}
package com.example.aflah.tracki_master {
package com.example.aflah.tracki_master.Retrofit {
class RetroServer {
{static} - BASE_URL : String
{static} - retrofit : Retrofit
{static} + getClient()
{static} + getRegister()
}
}
}
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 |
86fb1e5b96d0035b84772537dd35a2480a484286 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/workforce/media/src/useCaseWorkOrder.puml | 35388298e6d82072da7a05b2177aa299b4e2230d | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 2,350 | puml | @startuml
hide footbox
participant Buyer
entity "TroubleTicket" as TT
entity "WorkOrder" as WORK
entity "SearchTimeslot " as SAT
entity "Appointment" as APO
autonumber
Buyer -> TT : POST /troubleTicket request
activate TT
TT -> TT: status: acknowledged
...
note over TT: The Seller starts processing the Trouble Ticket.
TT -> TT: status: inProgress
TT -> Buyer: POST /troubleTicketStatusChangeEvent
...
note over WORK: The Seller decides WorkOrder and Appointment for Trouble Ticket are needed.
WORK -> Buyer: POST /workOrderCreateEvent
activate WORK
WORK -> WORK: state: open
WORK --> TT: (causes status change)
TT -> TT: status: pending
...
note over WORK: The Buyer requests detailed information about a WorkOrder based on a WorkOrder Identifier.
Buyer -> WORK : GET /workOrder/{{id}} request
WORK --> Buyer: GET /workOrder/{{id}} response \n'appointmentRequired=true'
...
note over SAT: WorkOrder has 'appointmentRequired=true', \nso the Buyer searches for a time slot for scheduling an Appointment.
Buyer -> SAT : POST /searchTimeSlot request
activate SAT
SAT --> Buyer: POST /searchTimeSlot response
deactivate SAT
...
note over APO: The Buyer schedules an Appointment with confirmed time slot.
Buyer -> APO : POST /appointment request
activate APO
APO -> APO: state: confirmed
APO --> WORK: (causes state change)
WORK -> WORK: state: planned
WORK -> Buyer: POST /workOrderStateChangeEvent
WORK --> TT: (causes status change)
TT -> TT: status: inProgress
TT -> Buyer: POST /troubleTicketStatusChangeEvent
...
note over APO: The Appointment starts.
APO -> APO: status: inProgress
APO -> Buyer: POST /appointemntStatusChangeEvent
APO --> WORK: (causes status change)
WORK -> WORK: state: inProgress
WORK -> Buyer: POST /workOrderStateChangeEvent
...
note over APO: The Appointment ends sucessfully.
APO -> APO: status: completed
APO -> Buyer: POST /appointemntStatusChangeEvent
APO --> WORK: (causes status change)
WORK -> WORK: state: completed
WORK -> Buyer: POST /workOrderStateChangeEvent
WORK --> TT: (causes status change)
TT -> TT:state: resolved
TT -> Buyer: POST /troubleTicketStatusChangeEvent
TT -> Buyer: POST /troubleTicketResolvedEvent
...
note over Buyer: The Buyer acknowledges ticket resolution. .
Buyer ->TT: POST /troubleTicket/{id}/close
TT -> TT:state: closed
TT -> Buyer: POST /troubleTicketStatusChangeEvent
@enduml
| false | true | false | false | sequence |
e3bf9a542e80a4371332a92755a12849ce6bd857 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140423/sprint1/ipc_extension_image4.puml | a69809b884ac23311bcc9ed5e7f0f8a012cc7f82 | [] | 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 | 723 | puml | @startuml doc-files/ipc_extension_image4.png
participant MenuBar as MB
participant "extensionsMenu : JMenu" as extensionsMenu
participant UIController as UIC
participant "extension : UIExtensionShare" as UIE
participant "extensionMenu : ShareMenu" as EM
MB -> MB : extensionsMenu = addMenu("Extensions", KeyEvent.VK_X);
activate MB
create extensionsMenu
MB -> extensionsMenu : new
deactivate MB
MB -> UIC : extensions=getExtensions();
loop for UIExtension extension : extensions
MB -> UIE : extensionMenu=extension.getMenu();
activate UIE
create EM
UIE -> EM : new
deactivate UIE
MB -> EM : icon = getIcon();
MB -> extensionsMenu : add(extensionMenu);
end
@enduml | false | true | false | false | sequence |
32720cd46e971bf55a82dfe3dfa0ee95a2a28763 | 277448f6e83236a8a92eb44ece7d004c2a212f85 | /docs/diagrams/LocateSequence.puml | e6fb7d911b6054c33b2654596735ce87c8bf8327 | [] | no_license | Lee-Juntong/tp | 73ac82cd30fd0159a60d6b5bb7aad8879551f323 | a30ee327c31ccc7e5a57cdec65afd9a6e5e2e59d | refs/heads/master | 2023-01-09T11:30:11.655268 | 2020-11-13T06:06:45 | 2020-11-13T06:06:45 | 300,521,331 | 0 | 0 | null | 2020-11-13T04:07:05 | 2020-10-02T06:25:15 | Java | UTF-8 | PlantUML | false | false | 776 | puml | @startuml
Actor User
box Logic
User -> Parser: locate [input]
activate Parser
Parser -> LocateCommand: LocateCommand(input)
activate LocateCommand
LocateCommand -> LocateCommand: execute()
activate LocateCommand
end box
box Model
alt input is an integer
LocateCommand -> EventList: getLocation(input)
activate EventList
return location
else input is a String
alt valid location
LocateCommand -> LocationList: findLocation(input)
activate LocationList
return location
else invalid location
LocateCommand -> LocationList: checkValidLocation(input)
activate LocationList
return false
note left: prints error message
end
end
deactivate LocateCommand
destroy LocateCommand
deactivate Parser
return
@enduml | false | true | false | false | usecase |
ef654950c6c847852dd196575453b6e11eefe3df | b2f185148858336a84ec94586df311fcb9608dda | /uml/FXMLController.puml | b6a94a19828b426e54fbafdbb5b1c321d9c6e83c | [] | no_license | EPro30/singh-cop3330-assingment4 | 7828f38244667def9604ebb2dc255344ed7829e3 | 84df0c12169feedff9794bb32fe885d8065995a7 | refs/heads/master | 2023-08-23T17:04:30.809601 | 2021-11-02T03:59:02 | 2021-11-02T03:59:02 | 423,697,309 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 569 | puml | /*
* UCF COP3330 Fall 2021 Assignment 4 Solution
* Copyright 2021 Riya Singh
*/
@startuml
class FXMLController
{
- label: Label
- button1: Button
- title: TextField
- date: DatePicker
- fileName: String
+ initialize(url: URL, rb: ResourceBundle)
+ handle(event: ActionEvent)
+ addToArrayList()
+ getToDoList()
+ removeToDoListName(str: String)
+ editToDoListName(oldStr: String, newStr: String)
+ saveFile()
+ newFile()
+ openFile()
+ close()
+ renameFile()
+ deleteFile()
+ help()
}
@enduml | false | true | false | false | class |
702261fdd460f9751b118cc63569bb4d2fe9fce4 | 84e6231269c035efc91ae8e7b681543fdee1efc0 | /BlackJackSimulator.puml | 1af49a6ab491004758cac09a964da1de55d55ab5 | [] | no_license | faikturan/blackjack-simulation-1 | d3f62f263a443ee21c6266951585430a35c104a0 | 785dc9aab739f5f72f0b412b61c2381acf7d3d49 | refs/heads/master | 2020-09-20T15:56:45.483549 | 2017-08-04T08:11:45 | 2017-08-04T08:11:45 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,332 | puml | @startuml
annotation java.lang.Override
annotation org.junit.After
annotation org.junit.AfterClass
annotation org.junit.Before
annotation org.junit.BeforeClass
annotation org.junit.Test
class com.lordmat.blackjacksimulator.AI_Player
class com.lordmat.blackjacksimulator.BlackJackTable
class com.lordmat.blackjacksimulator.Card
class com.lordmat.blackjacksimulator.Deck
class com.lordmat.blackjacksimulator.RoundHand
class com.lordmat.blackjacksimulator.RoundHandTest
class com.lordmat.blackjacksimulator.ScoreComparator
class com.lordmat.blackjacksimulator.SimulationRunner
class com.lordmat.blackjacksimulator.spending.BigSpender
class com.lordmat.blackjacksimulator.spending.DealerSpending
class com.lordmat.blackjacksimulator.statergy.CardCounter
class com.lordmat.blackjacksimulator.statergy.DealerStrategy
class com.lordmat.blackjacksimulator.statergy.SafePlayer
class com.lordmat.blackjacksimulator.statergy.WatchesDealersCard
class java.util.ArrayList
class java.util.Collections
class java.util.Iterator
class java.util.List
class java.util.Stack
class org.junit.Assert
enum com.lordmat.blackjacksimulator.ScoreOutcome
enum com.lordmat.blackjacksimulator.Suit
enum com.lordmat.blackjacksimulator.Value
enum com.lordmat.blackjacksimulator.statergy.Move
interface com.lordmat.blackjacksimulator.Player
interface com.lordmat.blackjacksimulator.spending.Spending
interface com.lordmat.blackjacksimulator.statergy.CardObserver
interface com.lordmat.blackjacksimulator.statergy.DealerCardObserver
interface com.lordmat.blackjacksimulator.statergy.Strategy
com.lordmat.blackjacksimulator.AI_Player ..> java.lang.Override
com.lordmat.blackjacksimulator.AI_Player ..> com.lordmat.blackjacksimulator.statergy.Move
com.lordmat.blackjacksimulator.AI_Player --|> com.lordmat.blackjacksimulator.Player
com.lordmat.blackjacksimulator.AI_Player ..> com.lordmat.blackjacksimulator.spending.Spending
com.lordmat.blackjacksimulator.AI_Player ..> com.lordmat.blackjacksimulator.statergy.Strategy
com.lordmat.blackjacksimulator.BlackJackTable ..> com.lordmat.blackjacksimulator.spending.DealerSpending
com.lordmat.blackjacksimulator.BlackJackTable ..> java.util.ArrayList
com.lordmat.blackjacksimulator.BlackJackTable ..> java.util.Iterator
com.lordmat.blackjacksimulator.BlackJackTable ..> java.util.List
com.lordmat.blackjacksimulator.BlackJackTable ..> com.lordmat.blackjacksimulator.statergy.Move
com.lordmat.blackjacksimulator.BlackJackTable ..> com.lordmat.blackjacksimulator.statergy.CardObserver
com.lordmat.blackjacksimulator.BlackJackTable ..> com.lordmat.blackjacksimulator.statergy.DealerCardObserver
com.lordmat.blackjacksimulator.BlackJackTable ..> com.lordmat.blackjacksimulator.statergy.Strategy
com.lordmat.blackjacksimulator.Card ..> java.lang.Override
com.lordmat.blackjacksimulator.Deck ..> java.lang.Override
com.lordmat.blackjacksimulator.Deck ..> java.util.ArrayList
com.lordmat.blackjacksimulator.Deck ..> java.util.Collections
com.lordmat.blackjacksimulator.Deck ..> java.util.List
com.lordmat.blackjacksimulator.Deck ..> java.util.Stack
com.lordmat.blackjacksimulator.RoundHand ..> java.lang.Override
com.lordmat.blackjacksimulator.RoundHand ..> java.util.ArrayList
com.lordmat.blackjacksimulator.RoundHand ..> java.util.List
com.lordmat.blackjacksimulator.RoundHandTest ..> org.junit.After
com.lordmat.blackjacksimulator.RoundHandTest ..> org.junit.AfterClass
com.lordmat.blackjacksimulator.RoundHandTest ..> org.junit.Before
com.lordmat.blackjacksimulator.RoundHandTest ..> org.junit.BeforeClass
com.lordmat.blackjacksimulator.RoundHandTest ..> org.junit.Test
com.lordmat.blackjacksimulator.RoundHandTest ..> org.junit.Assert
com.lordmat.blackjacksimulator.SimulationRunner ..> com.lordmat.blackjacksimulator.spending.BigSpender
com.lordmat.blackjacksimulator.SimulationRunner ..> com.lordmat.blackjacksimulator.statergy.DealerStrategy
com.lordmat.blackjacksimulator.SimulationRunner ..> com.lordmat.blackjacksimulator.statergy.SafePlayer
com.lordmat.blackjacksimulator.SimulationRunner ..> com.lordmat.blackjacksimulator.statergy.WatchesDealersCard
com.lordmat.blackjacksimulator.spending.BigSpender ..> java.lang.Override
com.lordmat.blackjacksimulator.spending.BigSpender --|> com.lordmat.blackjacksimulator.spending.Spending
com.lordmat.blackjacksimulator.spending.DealerSpending ..> java.lang.Override
com.lordmat.blackjacksimulator.spending.DealerSpending --|> com.lordmat.blackjacksimulator.spending.Spending
com.lordmat.blackjacksimulator.statergy.CardCounter ..> java.lang.Override
com.lordmat.blackjacksimulator.statergy.CardCounter ..> com.lordmat.blackjacksimulator.RoundHand
com.lordmat.blackjacksimulator.statergy.CardCounter --|> com.lordmat.blackjacksimulator.spending.Spending
com.lordmat.blackjacksimulator.statergy.CardCounter --|> com.lordmat.blackjacksimulator.statergy.CardObserver
com.lordmat.blackjacksimulator.statergy.CardCounter --|> com.lordmat.blackjacksimulator.statergy.DealerCardObserver
com.lordmat.blackjacksimulator.statergy.CardCounter --|> com.lordmat.blackjacksimulator.statergy.Strategy
com.lordmat.blackjacksimulator.statergy.DealerStrategy ..> java.lang.Override
com.lordmat.blackjacksimulator.statergy.DealerStrategy ..> com.lordmat.blackjacksimulator.RoundHand
com.lordmat.blackjacksimulator.statergy.DealerStrategy --|> com.lordmat.blackjacksimulator.statergy.Strategy
com.lordmat.blackjacksimulator.statergy.SafePlayer ..> java.lang.Override
com.lordmat.blackjacksimulator.statergy.SafePlayer ..> com.lordmat.blackjacksimulator.RoundHand
com.lordmat.blackjacksimulator.statergy.SafePlayer --|> com.lordmat.blackjacksimulator.statergy.Strategy
com.lordmat.blackjacksimulator.statergy.WatchesDealersCard ..> java.lang.Override
com.lordmat.blackjacksimulator.statergy.WatchesDealersCard ..> com.lordmat.blackjacksimulator.RoundHand
com.lordmat.blackjacksimulator.statergy.WatchesDealersCard --|> com.lordmat.blackjacksimulator.statergy.DealerCardObserver
com.lordmat.blackjacksimulator.statergy.WatchesDealersCard --|> com.lordmat.blackjacksimulator.statergy.Strategy
com.lordmat.blackjacksimulator.Suit ..> java.lang.Override
com.lordmat.blackjacksimulator.Value ..> java.lang.Override
com.lordmat.blackjacksimulator.Player ..> com.lordmat.blackjacksimulator.statergy.Move
com.lordmat.blackjacksimulator.statergy.Strategy ..> com.lordmat.blackjacksimulator.RoundHand
@enduml | false | true | false | false | class |
577edab6a9073b633d9a447caf619db6f7f6426a | 698db3164639a98e6dc9bab0a9412b8dd39870d0 | /enny/component.puml | 0eeee7438e99f4734c1abe44c4dee45db500a5fc | [] | no_license | emmanuel-nyberg/enny | 4fc05024bd3d9a8af7ba2584259ae0919749f47f | d0b3bf1271ebea4f53ae87490eb6da3b36dd1ed0 | refs/heads/master | 2023-01-01T15:48:18.298574 | 2020-10-20T20:50:59 | 2020-10-20T20:50:59 | 264,938,579 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 197 | puml | @startuml
title Components
box "AWS"
participant Lambda
participant Database as DB
end box
box "The Internet"
participant "Alpha Vantage" as AV
end box
Lambda <-> DB
Lambda <- AV
@enduml | false | true | false | false | sequence |
eb58c2191ea5ca8abf693d52fbfd95dacec6b85f | a751888fd29a1b92bb32ef7d272d3e72f664ed30 | /src/design/propulsion-class-diagram.puml | 24018c12c84680724740c2344f895d541066d2a5 | [
"Apache-2.0",
"MIT",
"EPL-1.0"
] | permissive | petrushy/Orekit | b532c7db85c992d85b5ac3d858d18d656e2b8c46 | 1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443 | refs/heads/develop | 2023-08-16T11:37:43.709083 | 2023-07-18T20:13:14 | 2023-07-18T20:13:14 | 42,349,064 | 10 | 2 | Apache-2.0 | 2023-07-21T14:54:14 | 2015-09-12T07:39:56 | Java | UTF-8 | PlantUML | false | false | 2,425 | puml | ' Copyright 2002-2022 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.orekit #ECEBD8 {
package attitude #DDEBD8 {
interface AttitudeProvider
}
package forces.maneuvers.propulsion #DDEBD8 {
interface PropulsionModel {
+getName()
+init()
+getAcceleration()
+getMassDerivatives()
+getParametersDrivers()
}
interface ThrustPropulsionModel {
+getIsp()
+getDirection()
+getThrust()
+getThrustVector()
+getFlowRate()
}
interface ThrustDirectionProvider {
+computeThrustDirection()
}
abstract class AbstractConstantThrustPropulsionModel
class BasicConstantThrustPropulsionModel
class ScaledConstantThrustPropulsionModel
class ThrustDirectionAndAttitudeProvider
PropulsionModel <|.. ThrustPropulsionModel
ThrustPropulsionModel <|-- AbstractConstantThrustPropulsionModel
AbstractConstantThrustPropulsionModel <|-- BasicConstantThrustPropulsionModel
AbstractConstantThrustPropulsionModel <|-- ScaledConstantThrustPropulsionModel
AttitudeProvider <|.. ThrustDirectionAndAttitudeProvider
ThrustDirectionAndAttitudeProvider <-- "1" ThrustDirectionProvider
}
}
@enduml
| false | true | false | false | class |
61e462b1b629b810a025b212a23f1bc6085b50b4 | 9735593c0c7c9f71651b174ec0dfc02753a2d0b2 | /src/main/java/designpatterns/command/concreteExample_command.puml | c582ea07f123b27986181065596ea99418c8d1a6 | [] | no_license | pepe00486/DesignPatterns | cbfbe5b7b1435e6791e496db646646c27beb73e3 | d57000a580947bf67f433cc08936a5c6c8a6c1a5 | refs/heads/main | 2023-02-10T14:41:04.246343 | 2021-01-10T22:13:16 | 2021-01-10T22:13:16 | 326,499,753 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,165 | puml | @startuml
title Command Pattern
interface SoldierCommand{
{abstract} +execute() : void
{abstract} +undo() : void
}
class MoveCommand{
-soldier : Soldier
x : double
y : double
+MoveCommand(soldier : Soldier)
+execute() : void
+undo() : void
}
class MoveForwardCommand{
}
class MoveBackCommand{
}
class MoveLeftCommand{
}
class MoveRightCommand{
}
class ShootCommand{
-soldier : Soldier
+ShootCommand(soldier : Soldier)
+execute() : void
+undo() : void
}
interface Soldier{
{abstract} +shoot() : void
{abstract} +reload() : void
{abstract} +move(x double, y double) : void
}
class RegularSoldier{
~ammunition : int
~positionX : double
~positionY : double
-speed : double
-shotCost : int
-shotSound : String
+shoot() : void
+reload() : void
+move(x double, y double) : void
}
class InfantrySoldier{
{static} SHOT_COST : int
{static} SHOT_SOUND : String
{static} SPEED : double
+InfantrySoldier(ammunition : int, positionX : double, positionY : double)
}
class ArtillerySoldier{
{static} SHOT_COST : int
{static} SHOT_SOUND : String
{static} SPEED : double
+ArtillerySoldier(ammunition : int, positionX : double, positionY : double)
}
class IntelligenceSoldier{
{static} SHOT_COST : int
{static} SHOT_SOUND : String
{static} SPEED : double
+IntelligenceSoldier(ammunition : int, positionX : double, positionY : double)
}
class SoldierController {
-commandsExecuted : List<SoldierCommand>
-soldier : Soldier
+moveForward() : void
+moveBackward() : void
+moveLeft() : void
+moveRight() : void
+shoot() : void
+revertCommands(numberOfCommands : int) : void
}
MoveForwardCommand -down-|> MoveCommand
MoveBackCommand -down-|> MoveCommand
MoveLeftCommand -down-|> MoveCommand
MoveRightCommand -down-|> MoveCommand
MoveCommand .right.|> SoldierCommand
ShootCommand .down.|> SoldierCommand
MoveForwardCommand -down-o Soldier
MoveBackCommand -down-o Soldier
MoveLeftCommand -down-o Soldier
MoveRightCommand -down-o Soldier
ShootCommand -down-o Soldier
SoldierController -down-o SoldierCommand
RegularSoldier .down.|> Soldier
InfantrySoldier -left-|> RegularSoldier
IntelligenceSoldier -right-|> RegularSoldier
ArtillerySoldier -down-|> RegularSoldier
@enduml | false | true | false | false | class |
c064f4dd89ef5f96be2fa1123ab0a0d9ac3df0d7 | 14aff7a8f8c9d4f961962f538398f322fa1a5481 | /ProgramowanieObiektowe/Lista5/PO_L5_Z2/PO_L5_Z2.plantuml | 79a33d4c0b3cf8866a51eb02692047c3a9c5e24e | [] | no_license | jakubprzydatek/studia | 6529c5d024bf42d4c230dc966d8b3fbfa32729f1 | 9ae3ffe6206ed8fccd4434c5646c9993f9cf57fe | refs/heads/main | 2023-04-11T16:40:21.418832 | 2021-04-22T21:56:15 | 2021-04-22T21:56:15 | 318,674,064 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,393 | plantuml | @startuml
title __PO_L5_Z2's Class Diagram__\n
namespace com.company {
interface com.company.Argument {
}
}
namespace com.company {
class com.company.Dodaj {
}
}
namespace com.company {
class com.company.Dzielenie {
}
}
namespace com.company {
class com.company.Main {
}
}
namespace com.company {
class com.company.Mnozenie {
}
}
namespace com.company {
class com.company.Odejmowanie {
}
}
namespace com.company {
class com.company.Stala {
}
}
namespace com.company {
abstract class com.company.Wyrazenie {
}
}
namespace com.company {
class com.company.Zmienna {
}
}
com.company.Dodaj -up-|> com.company.Wyrazenie
com.company.Dzielenie -up-|> com.company.Wyrazenie
com.company.Mnozenie -up-|> com.company.Wyrazenie
com.company.Odejmowanie -up-|> com.company.Wyrazenie
com.company.Stala .up.|> com.company.Argument
com.company.Wyrazenie .up.|> com.company.Argument
com.company.Wyrazenie o-- com.company.Argument : argument1
com.company.Wyrazenie o-- com.company.Argument : argument2
com.company.Zmienna .up.|> com.company.Argument
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 |
2fb3fcfbbc3a96ef23fc373f1eb7ee3d280bf3c7 | b7d2ba71058efa46eff4ed885324819fb3f99266 | /src/doc/CLI_Controllers/HouseMonitoring/US620/US620_sd_HouseMonitoring.puml | 4886f5919e197557f0d7fc49931d6aa90df3a440 | [] | no_license | Almadanmp/backend4 | 3aaa5cbe453041917a510ceee83bf318499a9823 | 07ab3c1af9c7de6ff35cf23bf44b0e664db82f46 | refs/heads/master | 2022-11-25T10:30:27.184246 | 2019-06-30T19:26:12 | 2019-06-30T19:26:12 | 194,547,877 | 0 | 0 | null | 2022-11-16T11:54:00 | 2019-06-30T18:24:24 | Java | UTF-8 | PlantUML | false | false | 1,850 | puml | @startuml
skinparam titleBorderRoundCorner 10
skinparam titleBorderThickness 3
skinparam titleBorderColor indianred
skinparam titleBackgroundColor ivory
skinparam FontName quicksand
skinparam actor {
BorderColor indianred
}
skinparam sequence {
LifeLineBackgroundColor indianred
ParticipantBackgroundColor ivory
}
skinparam roundcorner 10
skinparam component {
arrowThickness 1
ArrowFontName Verdana
ArrowColor indianred
ArrowFontColor darkslategrey
}
title US0620
actor User
User -> MainUI: Get Average Rainfall on House Area on a single day
activate MainUI
MainUI ->HouseMonitoringUI: Get Average Rainfall on House Area on a single day
activate HouseMonitoringUI
HouseMonitoringUI --> User: Request Date
User -> HouseMonitoringUI: insert Date (Date(y-m-d))
MainUI -> HouseMonitoringUI: create data (Date(y-m-d))
HouseMonitoringUI -> HouseMonitoringUI: set data (year, month, day)
HouseMonitoringUI -> HouseMonitoringController: createDate (year, month, day)
activate HouseMonitoringController
HouseMonitoringController --> HouseMonitoringUI: return Date
HouseMonitoringUI -> HouseMonitoringController: getAVGDailyRainfallOnGivenDay(mHouse, givenDate)
HouseMonitoringController -> GeographicArea: getAvgReadingsFromSensorTypeInGA ("rain", Date)
activate GeographicArea
GeographicArea -> ReadingList: getAverageReadingsOnSingleDay ("Rain", Date)
activate ReadingList
ReadingList --> GeographicArea: return AVGValuesFromDaysWithReadings
deactivate ReadingList
GeographicArea --> HouseMonitoringController: return AVGReadingsFromSensorType
deactivate GeographicArea
HouseMonitoringController --> HouseMonitoringUI: return AVGReadingsFromSensorType
deactivate HouseMonitoringController
HouseMonitoringUI -> HouseMonitoringUI: Build result string
HouseMonitoringUI -->User: Display result string
deactivate MainUI
@enduml | false | true | false | false | usecase |
15167f4c32f3241fe540e54911f22c6f5804e675 | 8bf775240facf29d08f57be6e5f2a4975c5086e7 | /app/src/main/java/com/deviantsatyr/healthy/views/views.plantuml | f618cd2d2be141ae04da270d8a5495e507d14345 | [] | no_license | Merdzhanov/HealthyApp | 0e0724a799f6e7987d0043e898faa82172d89744 | a002cfef0efc1bdffa1fb490915aa47e09cdcfbc | refs/heads/master | 2020-03-26T21:57:51.034523 | 2018-08-20T14:02:52 | 2018-08-20T14:02:52 | 145,421,740 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,559 | plantuml | @startuml
title __VIEWS's Class Diagram__\n
package com.deviantsatyr.healthy {
package com.deviantsatyr.healthy.views {
class DailyMealsListFragment {
- mDailyMealsAdapter : ArrayAdapter<String>
- mDailyMealsListView : ListView
- mDB : FirebaseFirestore
- mDailyMealsRepository : Repository<Dining>
+ DailyMealsListFragment()
{static} + instance()
+ onCreateView()
+ onItemClick()
+ setNavigator()
}
}
}
class SavedState {
{static} + CREATOR : ClassLoaderCreator<SavedState>
~ SavedState()
+ describeContents()
+ writeToParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
class InstantiationException {
+ InstantiationException()
}
package com.deviantsatyr.healthy {
package com.deviantsatyr.healthy.views {
class DailySummaryActivity {
{static} - RC_SIGN_IN : int
- mButtonNavigate : View
- mIsPhone : boolean
- mAuth : FirebaseAuth
# onCreate()
+ navigateWith()
+ onStart()
- updateUI()
- shouldStartSignIn()
- startSignIn()
}
}
}
package com.deviantsatyr.healthy {
package com.deviantsatyr.healthy.views {
class GadgetsFragment {
~ pStatus : int
~ mTVCalPercentage : TextView
+ GadgetsFragment()
+ onCreateView()
{static} + instance()
}
}
}
class SavedState {
{static} + CREATOR : ClassLoaderCreator<SavedState>
~ SavedState()
+ describeContents()
+ writeToParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
class InstantiationException {
+ InstantiationException()
}
package com.deviantsatyr.healthy {
package com.deviantsatyr.healthy.views {
class MealDetailsActivity {
# onCreate()
}
}
}
package com.deviantsatyr.healthy {
package com.deviantsatyr.healthy.views {
class MealDetailsFragment {
- mMeal : String
- mMealTextView : TextView
+ MealDetailsFragment()
+ onCreateView()
{static} + instance()
+ setMeal()
}
}
}
class SavedState {
{static} + CREATOR : ClassLoaderCreator<SavedState>
~ SavedState()
+ describeContents()
+ writeToParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
class InstantiationException {
+ InstantiationException()
}
DailyMealsListFragment -up-|> OnItemClickListener
DailyMealsListFragment -up-|> Fragment
DailyMealsListFragment o-- Navigator : navigator
DailyMealsListFragment o-- Navigator : mNavigator
DailyMealsListFragment +-down- SavedState
DailyMealsListFragment +-down- InstantiationException
SavedState -up-|> Parcelable
SavedState +-down- Creator
SavedState +-down- ClassLoaderCreator
InstantiationException -up-|> AndroidRuntimeException
DailySummaryActivity -up-|> Navigator
DailySummaryActivity -up-|> Activity
DailySummaryActivity o-- DailyMealsListFragment : mDailyMealsListFragment
DailySummaryActivity o-- GadgetsFragment : mGadgetsFragment
DailySummaryActivity o-- MealDetailsFragment : mMealDetailsFragment
GadgetsFragment -up-|> Fragment
GadgetsFragment +-down- SavedState
GadgetsFragment +-down- InstantiationException
SavedState -up-|> Parcelable
SavedState +-down- Creator
SavedState +-down- ClassLoaderCreator
InstantiationException -up-|> AndroidRuntimeException
MealDetailsActivity -up-|> Activity
MealDetailsActivity o-- MealDetailsFragment : mMealDetailsFragment
MealDetailsFragment -up-|> Fragment
MealDetailsFragment +-down- SavedState
MealDetailsFragment +-down- InstantiationException
SavedState -up-|> Parcelable
SavedState +-down- Creator
SavedState +-down- ClassLoaderCreator
InstantiationException -up-|> AndroidRuntimeException
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 |
1b08a842190f01fcfd3d800c2aea918bf306f466 | c7ffe844725460cd68e3a9fef31ce8a9a5baafdc | /app/src/main/java/com/example/Site_RegistrationApp/Site_RegisterationApp.plantuml | c0b8e082ca810b6e8d7e918c86be19570121fb86 | [] | no_license | DvirDadon1/Site_RegistrationApp2 | 91686ea2d1730cfe9dedf4a631e07e047f6d46b3 | ffe545cc926cbb498fdd5a070648d32a18728825 | refs/heads/master | 2023-05-15T21:57:32.448005 | 2021-06-07T21:50:39 | 2021-06-07T21:50:39 | 374,809,349 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,265 | plantuml | @startuml
title __SiteRegistrationApp's Class Diagram__\n
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Barcode {
~ DateCounter : long
~ HealthDeceleration : Builder
~ QrCodeValue : String
~ SiteName : String
~ UserDateCounter : long
~ isAdmin : String
+ GetandSendData()
+ Scan()
+ ScanQrCode()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
+ storeDatetoFirebase()
+ storeHourtoFirebase()
# onActivityResult()
# onCreate()
- CheckSite()
- ChecksAdmin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.CaptureAct {
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Credits {
~ isAdmin : String
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
# onCreate()
- ChecksAdmin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.DatePickerFragment {
+ onCreateDialog()
+ onDateSet()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.FBref {
{static} + FBDB : FirebaseDatabase
{static} + refSite : DatabaseReference
{static} + refUserVisit : DatabaseReference
{static} + refUsers : DatabaseReference
{static} + refVisit : DatabaseReference
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.MainActivity {
~ ETMail : EditText
~ ETPass : EditText
~ TXTForgot : TextView
~ TXTRegister : TextView
~ passwordResetDialog : Builder
- fAuth : FirebaseAuth
- rem_userpass : CheckBox
+ SignIn()
# onCreate()
- userLogin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.MyProfile {
~ ListUserInfo : ListView
~ currentFirebaseUser : String
~ isAdmin : String
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
# onCreate()
- ChecksAdmin()
- ShowData()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.MyVisitors {
~ SiteId : String
~ TodayDate : TextView
~ currentDateString : String
~ date : String
- lV : ListView
+ OpenCalendarForVisitors()
+ onCreateOptionsMenu()
+ onDateSet()
+ onOptionsItemSelected()
# onCreate()
- UserSitename()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.MyVisits {
~ TodayDate : TextView
~ currentDateString : String
~ date : String
- lV : ListView
+ OpenCalendar()
+ onCreateOptionsMenu()
+ onDateSet()
+ onOptionsItemSelected()
# onCreate()
- ChecksAdmin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.RegisterYourSite {
~ isAdmin : String
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
# onCreate()
- CheckisAdmin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Register_Activity {
~ TXTLogin : TextView
~ m : Matcher
~ pattern : String
- ETEmail : EditText
- ETLastName : EditText
- ETName : EditText
- ETPassword : EditText
- ETPhone : EditText
- fAuth : FirebaseAuth
+ CheckPhoneNumber()
+ SingUpAsUser()
# onCreate()
- SignUp()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Settings {
~ TXTSignSite : TextView
~ isAdmin : String
+ CreditsActivity()
+ Go2MyProfile()
+ LogOut()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
# onCreate()
- ChecksAdmin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Site {
+ ManagerName : String
+ SiteId : String
+ SiteName : String
+ Site()
+ Site()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.UserVisit {
- Date : String
- UserId : String
- WhenHour : String
- WhereVisited : String
+ UserVisit()
+ UserVisit()
+ getDate()
+ getUserId()
+ getWhenHour()
+ getWhereVisited()
+ setDate()
+ setUserId()
+ setWhenHour()
+ setWhereVisited()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Users {
+ Email : String
+ FullName : String
+ PhoneNumber : String
+ SiteName : String
+ UID : String
+ isAdmin : String
+ Users()
+ Users()
+ Users()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Visit {
- Hour : String
- UserEmail : String
- UserName : String
- UserPhone : String
- WhereSite : String
+ Visit()
+ Visit()
+ getHour()
+ getUserEmail()
+ getUserName()
+ getUserPhone()
+ getWhereSite()
+ setHour()
+ setUserEmail()
+ setUserName()
+ setUserPhone()
+ setWhereSite()
}
}
com.example.SiteRegistrationApp.Barcode -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.CaptureAct -up-|> com.journeyapps.barcodescanner.CaptureActivity
com.example.SiteRegistrationApp.Credits -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.DatePickerFragment .up.|> android.app.DatePickerDialog.OnDateSetListener
com.example.SiteRegistrationApp.DatePickerFragment -up-|> androidx.fragment.app.DialogFragment
com.example.SiteRegistrationApp.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.MyProfile -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.MyVisitors .up.|> android.app.DatePickerDialog.OnDateSetListener
com.example.SiteRegistrationApp.MyVisitors -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.MyVisits .up.|> android.app.DatePickerDialog.OnDateSetListener
com.example.SiteRegistrationApp.MyVisits -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.RegisterYourSite -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.Register_Activity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.Settings -up-|> androidx.appcompat.app.AppCompatActivity
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
c2d052c00f0a4c0f9af8364ae0726334dedd4607 | 52ca52ff0ab109553953139c0206437651c4acea | /Structural/CompositePattern/Composite.puml | d51709587742905592c4e529662079709da8c558 | [] | no_license | semihsevmm/Design-Patterns | d5abf13f2d9703a133ed3f66fcbaa7cff4dab6c1 | 58c108bd23ef5f913a25b2e9d15dd6899a85e6b5 | refs/heads/main | 2023-08-10T23:58:15.067685 | 2021-09-14T19:54:11 | 2021-09-14T19:54:11 | 349,040,506 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 666 | puml | @startuml
abstract class "Component"{
#parent : Component
#name : string
+setParent(parent : Component)
+getParent() : Component
{abstract} +add(component : Component)
{abstract} +remove(component : Component))
{abstract} +isComposite() : bool
+setName(name : string)
{abstract}+getPath(tab : string)
}
class File{
+File()
+File(name : String)
+getPath(tab : string)
}
class Directory{
#children : list<Component>
+Directory()
+Directory(name : string)
+add(component : Component)
+remove(component : Component))
+isComposite() : bool
+getPath(tab : string)
}
Component <|.. File
Component <|.. Directory
Directory o-- File
@enduml | false | true | false | false | class |
4cdcc3a155d0d439c87f140792bdff0c6f37e78a | 566827975c8d816b4aa3fab687d92283db1de2ff | /mojaloop-technical-overview/central-settlements/settlement-process/assets/diagrams/sequence/seq-setwindow-6.1.2.plantuml | bbc92269116746c85ea241f27c5666b18a6b06e1 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | duxzitta/documentation | 5c3fe033ca54880046f04fb45737cfad2c484200 | cf04ef0786e79a9be21e9f8c93a50eb7c6678611 | refs/heads/master | 2021-01-03T15:25:56.664256 | 2020-02-10T18:30:03 | 2020-02-10T18:30:03 | 240,131,322 | 0 | 0 | NOASSERTION | 2020-02-12T22:48:36 | 2020-02-12T22:48:35 | null | UTF-8 | PlantUML | false | false | 14,584 | 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
' declate title
title 6.1.2. Close Settlement Window (closeSettlementWindow)
autonumber
' declare actors
actor "Hub Employee" as OPERATOR
boundary "Settlement Service API" as SSAPI
collections "topic-\nsettlement-window" as TOPIC_SET_WIN
control "Settlement Window\nHandler" as SET_WIN_HANDLER
collections "topic-event" as TOPIC_EVENT
entity "Settlement DAO" as SETTLE_DAO
database "Central Store" as DB
box "Central HUB" #lightpink
participant OPERATOR
end box
box "Settlement Service" #lightgreen
participant SSAPI
participant TOPIC_SET_WIN
participant SET_WIN_HANDLER
participant TOPIC_EVENT
participant SETTLE_DAO
end box
box "Central Services" #lightyellow
participant DB
end box
' start flow
group Close Settlement Window
activate OPERATOR
activate SET_WIN_HANDLER
note right of OPERATOR #yellow
{
"state": "CLOSED",
"reason": <string>
}
end note
OPERATOR -> SSAPI: POST - /settlementWindows/{id}
activate SSAPI
SSAPI -> SSAPI: Validate payload, existing window,\nstate, assigned transfers, etc.
break
note right of SSAPI #yellow
{
"errorInformation": {
"errorCode": <integer>,
"errorDescription": "FSPIOP Error Description"
}
}
end note
OPERATOR <-- SSAPI: Respond HTTP - 400 (Bad Request)
end
SSAPI -> SETTLE_DAO: Get requested settlementWindow and state\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
SETTLE_DAO -> DB: Get settlementWindow state
activate DB
hnote over DB #lightyellow
SELECT sw.settlementWindowId, swsc.settlementWindowStateId,
swsc.reason, sw.createdDate, swsc.createdDate changedDate
FROM **settlementWindow** AS sw
JOIN **settlementWindowStateChange** AS swsc
ON swsc.settlementWindowStateChangeId = sw.currentStateChangeId
WHERE sw.settlementWindowId = {id}
end hnote
deactivate DB
SETTLE_DAO --> SSAPI: Return result
deactivate SETTLE_DAO
alt settlementWindow found && settlementWindowStateId == 'OPEN'
group Process settlement window
SSAPI -> SETTLE_DAO: Terminate current window and open a new one\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
group <color #blue>DB TRANSACTION: Terminate window usage and initate next</color>
note right of SETTLE_DAO #lightgray
let **transactionTimestamp** = now()
end note
SETTLE_DAO -> DB: Terminate requested window
activate DB
hnote over DB #lightyellow
INSERT INTO **settlementWindowStateChange**
(settlementWindowId, settlementWindowStateId, reason, createdDate)
VALUES ({id}, 'PROCESSING', {payload.reason}, {transactionTimestamp})
end hnote
SETTLE_DAO <-- DB: Return **settlementWindowStateChangeId**
deactivate DB
SETTLE_DAO -> DB: Update pointer to current state change id
activate DB
hnote over DB #lightyellow
UPDATE **settlementWindow**
SET currentStateChangeId = {settlementWindowStateChangeId}
WHERE settlementWindowId = {id}
end hnote
deactivate DB
SETTLE_DAO -> DB: Create new settlementWindow
activate DB
hnote over DB #lightyellow
INSERT INTO **settlementWindow** (reason, createdDate)
VALUES ({payload.reason}, {transactionTimestamp})
end note
SETTLE_DAO <-- DB: Return **settlementWindowId**
deactivate DB
SETTLE_DAO -> DB: Insert intial state for the created window
activate DB
hnote over DB #lightyellow
INSERT INTO **settlementWindowStateChange**
(settlementWindowId, settlementWindowStateId, reason, createdDate)
VALUES ({settlementWindowId}, 'OPEN', {payload.reason}, {transactionTimestamp})
end note
SETTLE_DAO <-- DB: Return **newSettlementWindowStateChangeId**
deactivate DB
SETTLE_DAO -> DB: Update pointer to current state change id
activate DB
hnote over DB #lightyellow
UPDATE **settlementWindow**
SET currentStateChangeId = {newSettlementWindowStateChangeId}
WHERE settlementWindowId = {settlementWindowId}
end hnote
deactivate DB
end
SSAPI <-- SETTLE_DAO: Return success
deactivate SETTLE_DAO
end
note right of SSAPI #yellow
Message:
{
id: <uuid>
from: switch,
to: switch,
type: application/json
content: {
payload: {
settlementWindowId: {id}
}
},
metadata: {
event: {
id: <uuid>,
responseTo: null,
type: setwin,
action: close,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
SSAPI -> TOPIC_SET_WIN: Produce Settlement Window\nevent message\n<color #FF0000><b>Error codes:</b> 2003</color>
activate TOPIC_SET_WIN
deactivate TOPIC_SET_WIN
note left of SSAPI #yellow
{
"id": settlementWindowId,
"state": 'OPEN',
"reason": payload.reason,
"createdDate": transactionTimestamp,
"changedDate": transactionTimestamp
}
end note
OPERATOR <-- SSAPI: Respond HTTP - 201 (Created)
deactivate SSAPI
deactivate OPERATOR
group Close settlement window (SettlementWindowHandler)
TOPIC_SET_WIN <- SET_WIN_HANDLER: Consume Settlement Window\nevent message
activate TOPIC_SET_WIN
deactivate TOPIC_SET_WIN
group Persist Event Information
|||
SET_WIN_HANDLER -> TOPIC_EVENT: Publish event information
ref over SET_WIN_HANDLER, TOPIC_EVENT: Event Handler Consume\n
|||
end
note right of SET_WIN_HANDLER #lightgray
let **id** = message.content.payload.settlementWindowId
let **windowContentReady** = false
let **iter** = 0
end note
loop iter < Config.WIN_AGGREGATION_RETRY_COUNT && !windowContentReady
note right of SET_WIN_HANDLER #lightgray
iter++
end note
SET_WIN_HANDLER -> SETTLE_DAO: Generate window content and aggregations\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
group <color #blue>DB TRANSACTION: Generate window content and aggregations</color>
note right of SETTLE_DAO #lightgray
let **transactionTimestamp** = now()
end note
SETTLE_DAO -> DB: Determine window content and insert
activate DB
hnote over DB #lightyellow
INSERT INTO **settlementWindowContent** (settlementWindowId, ledgerAccountTypeId,
currencyId, createdDate)
SELECT DISTINCT {id} settlementWindowId, pc.ledgerAccountTypeId,
pc.currencyId, transactionTimestamp
FROM **transferFulfilment** tf
JOIN **transferParticipant** tp
ON tp.transferId = tf.transferId
JOIN **participantCurrency** pc
ON pc.participantCurrencyId = tp.participantCurrencyId
WHERE tf.settlementWindowId = {id}
end hnote
deactivate DB
SETTLE_DAO -> DB: Aggregate window data and insert
activate DB
hnote over DB #lightyellow
INSERT INTO **settlementContentAggregation** (settlementWindowContentId, participantCurrencyId,
transferParticipantRoleTypeId, ledgerEntryTypeId, currentStateId, createdDate, amount)
SELECT swc.settlementWindowContentId, pc.participantCurrencyId, tp.transferParticipantRoleTypeId,
tp.ledgerEntryTypeId, 'CLOSED', transactionTimestamp, SUM(tp.amount)
FROM **transferFulfilment** tf
JOIN **transferParticipant** tp
ON tf.transferId = tp.transferId
JOIN **participantCurrency** pc
ON pc.participantCurrencyId = tp.participantCurrencyId
JOIN **settlementWindowContent** swc
ON swc.settlementWindowId = tf.settlementWindowId
AND swc.ledgerAccountTypeId = pc.ledgerAccountTypeId
AND swc.currencyId = pc.currencyId
WHERE tf.settlementWindowId = {id}
GROUP BY swc.settlementWindowContentId, pc.participantCurrencyId,
tp.transferParticipantRoleTypeId, tp.ledgerEntryTypeId
end hnote
deactivate DB
SETTLE_DAO -> DB: Insert initial window content state change
activate DB
hnote over DB #lightyellow
INSERT INTO **settlementWindowContentStateChange**
(settlementWindowContentId, settlementWindowStateId)
SELECT swc.settlementWindowContentId, 'CLOSED'
FROM **settlementWindowContent** swc
WHERE swc.settlementWindowId = {id}
end hnote
deactivate DB
SETTLE_DAO -> DB: Update pointers to current state change ids
activate DB
hnote over DB #lightyellow
settlementWindowContent
end hnote
deactivate DB
end
SETTLE_DAO --> SET_WIN_HANDLER: Return result
deactivate SETTLE_DAO
opt success
note right of SET_WIN_HANDLER #lightgray
windowContentReady = true
end note
SET_WIN_HANDLER -> SETTLE_DAO: Close requested window\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
SETTLE_DAO -> DB: Change window state to 'CLOSED'
activate DB
hnote over DB #lightyellow
settlementWindowStateChange
settlementWindow.currentStateChangeId
end hnote
deactivate DB
deactivate SETTLE_DAO
else failure && iter < Config.WIN_AGGREGATION_RETRY_COUNT
note right of SET_WIN_HANDLER #lightgray
**sleep** Config.WIN_AGGREGATION_RETRY_INTERVAL seconds
end note
else failure
SET_WIN_HANDLER -> SETTLE_DAO: Fail requested window\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
SETTLE_DAO -> DB: Change window state to 'FAILED'
activate DB
hnote over DB #lightyellow
settlementWindowStateChange
settlementWindow.currentStateChangeId
end hnote
deactivate DB
deactivate SETTLE_DAO
SET_WIN_HANDLER ->> SET_WIN_HANDLER: Log ERROR event
end
end
end
else
SSAPI ->> SSAPI: Log ERROR event
activate SSAPI
note left of SSAPI #yellow
{
"errorInformation": {
"errorCode": <integer>,
"errorDescription": "Client error description"
}
}
end note
OPERATOR <-- SSAPI: Respond HTTP - 4xx (Client error)
deactivate SSAPI
activate OPERATOR
end
deactivate OPERATOR
deactivate SET_WIN_HANDLER
end
@enduml
| false | true | true | false | usecase |
a25ecba10b1ebec930a5900719bb99726acafac4 | 250d6fbb3b0a5fdea9efab6e94ed5b6db043e4cf | /docs/architecture.puml | 8cf9e0f0f957203e90f783dcb317f70851812d48 | [
"MIT"
] | permissive | xmldom/xmldom | 6992d7bba8c0daeabff3f02ccec63cbabccaf92b | b1a327370427beac08171ac2ab103783765b1cb6 | refs/heads/master | 2023-08-31T14:30:46.220612 | 2023-08-29T04:33:33 | 2023-08-29T04:33:33 | 229,145,432 | 277 | 87 | MIT | 2023-09-14T20:02:27 | 2019-12-19T21:59:46 | HTML | UTF-8 | PlantUML | false | false | 984 | puml | @startuml
'Syntax: https://plantuml.com/component-diagram
'to update the SVG after changing this file run
'docs/puml2svg.sh
skinparam componentStyle rectangle
frame "lib/dom.js" {
cloud "Spec:DOM" {
[DOMException]
[DOMImplementation]
interface Document
interface Element
interface Node
}
component XMLSerializer [
XMLSerializer
Spec:DOM-Parsing
]
}
frame "lib/dom-parser.js" {
component DOMParser [
DOMParser
Spec:HTML
]
component DOMHandler [
DOMHandler
Spec:SAX
]
}
frame "lib/sax.js" {
component XMLReader [
XMLReader
Spec:SAX
]
[ParseError]
}
DOMParser -d-> DOMHandler: new
DOMParser -r-> XMLReader: new
XMLReader --> DOMHandler: using
XMLReader --> ParseError: throw
DOMHandler --> DOMImplementation: new
DOMHandler --> Document: using
DOMImplementation -d-> Document: new
Document -r-> Node: new
Document -l-> Element: new
Document -d-> DOMException: throw
XMLSerializer -u-> Node: visit
@enduml
| false | true | false | false | sequence |
af9487157cdd9d0801d06c1c59a987dac3e64a48 | 1656774271bfaa85871f6c52a9f018a1842d8443 | /docs/layout/left2right.puml | a7cd3c629bda3f5886d950b0fd58f45ddb1539d9 | [] | no_license | starkmapper/PlayingWithPlantUMLSource | e522a0d7b874bc027bbb05ab13c8607ed64f3c24 | 6a3102305852eae8d8b2a3376489a142840b8228 | refs/heads/master | 2022-09-13T17:00:13.963876 | 2020-06-01T19:10:56 | 2020-06-01T19:10:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 233 | puml | @startuml
left to right direction
'top to bottom direction
rectangle Arrows
rectangle A
rectangle B
rectangle C
rectangle D
rectangle E
rectangle F
Arrows --> A
Arrows --> B
Arrows --> C
Arrows --> D
Arrows --[hidden]> E
@enduml | false | true | false | false | uml-unknown |
4635fc87599373caf7f4df220a12fda9f3519f69 | bfe333973362802da041e14a279e527456c6657b | /units/src/unit_02/excercise_a/assets/classes-before-refactoring.puml | 216b71e023162c70839610c481c24317ed000978 | [] | no_license | raveshs/java-tutorial | a035d270c95470ebbce2201735d8d21623ff54e4 | e79c32b092bc0d162125149205fda2ebaaebbb24 | refs/heads/master | 2020-08-04T07:48:27.775409 | 2019-09-30T19:25:19 | 2019-09-30T19:25:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 755 | puml | @startuml
abstract class Blume
Blume <|-- Rose
Blume <|-- Tulpe
Blume <|-- Nelke
class Blume {
// Blumensorten, implizit
protected final static int ROSE = 0;
protected final static int TULPE = 1;
protected final static int NELKE = 2;
// Farben, implizit
protected final static String ROT = "rot";
protected final static String GELB = "gelb";
protected final static String BLAU = "blau";
//Instanzfelder
int blume
String farbe
public void farbe()
public void identifizieren()
}
class Rose {
public void identifizieren()
public void wurzeln()
}
class Tulpe {
public void identifizieren()
public void zwiebeln()
}
class Nelke {
public void identifizieren()
public void stauden()
}
center footer excercise_a von unit_02 vor dem Refaktoring
@enduml | false | true | false | false | class |
4264ff95fa14f5f0980b405adcdb5efd07a96b63 | 346a7fb1e36df2691e26da9a6c40619ad7c95e41 | /03-tree-set/baum.plantuml | 196358f208645ab7739d375c517633a4cc7cf094 | [
"MIT"
] | permissive | sWIFlezech/hsro-wif-prg2.github.io | c1587385b40dc11afc28a75367184108c97e0008 | 3698354299e087a8629c0e56c3f0a14ac985e2d9 | refs/heads/master | 2020-03-11T10:53:04.071038 | 2018-04-22T15:48:20 | 2018-04-22T15:48:20 | 129,954,522 | 0 | 0 | MIT | 2018-04-17T19:25:19 | 2018-04-17T19:25:19 | null | UTF-8 | PlantUML | false | false | 1,553 | plantuml | @startuml tree-od1
allow_mixing
left to right direction
actor User
object baum {
root = null
}
User -..-> baum : "is = new IntSet()"
@enduml
@startuml tree-od2
allow_mixing
left to right direction
actor User
object baum {
root = 4
}
User -..-> baum : "is.add(4)"
object 4 {
left = null
right = null
}
baum --> 4 : root
@enduml
@startuml tree-od3
allow_mixing
left to right direction
actor User
object baum {
root = 4
}
User -..-> baum : "is.add(2)"
object 4 {
left = 2
right = null
}
baum --> 4 : root
object 2 {
left = null
right = null
}
4 --> 2 : "kleiner 4"
@enduml
@startuml tree-od4
allow_mixing
left to right direction
actor User
object baum {
root = 4
}
User -..-> baum : "is.add(3)"
object 4 {
left = 2
right = null
}
baum --> 4 : root
object 2 {
left = null
right = 3
}
4 --> 2 : "kleiner 4"
object 3
2 --> 3 : "groesser 2"
@enduml
@startuml tree-od5
left to right direction
allow_mixing
actor User
object baum {
root = 4
}
User -..-> baum: "is.add(6)"
object 4 {
left = 2
right = null
}
baum --> 4 : root
object 2 {
left = null
right = 3
}
object 3
2 --> 3 : "groesser 3"
object 6
4 --> 2 : "kleiner 4"
4 --> 6 : "groesser 4"
@enduml
@startuml tree-od6
left to right direction
allow_mixing
actor User
object baum {
root = 4
}
User -..-> baum: "is.add(1)"
object 4 {
left = 2
right = 6
}
baum --> 4 : root
object 2 {
left = 1
right = 3
}
object 1
object 3
2 --> 1 : "kleiner 2"
2 --> 3 : "groesser 2"
object 6
4 --> 2 : "kleiner 4"
4 --> 6 : "groesser 4"
@enduml | false | true | false | false | usecase |
9f7f35dfcfefe63adb045e1697611da018828735 | b9044429ee1c069ac3a8ade4ad8ad47d7024c65d | /docs/cart.puml | 969b191047127090b181308fc870460973c9f66e | [] | no_license | umitakkaya/marketplace | dfbd2ffeb3e23b2bf6fc0b116361e62a827a3216 | 12b77a3a810db3c63615d9ce7bc8f0d0261fcc70 | refs/heads/master | 2023-04-28T06:38:21.955146 | 2020-06-26T12:33:36 | 2020-06-26T12:33:36 | 274,249,569 | 1 | 1 | null | 2023-04-19T19:41:30 | 2020-06-22T21:51:00 | PHP | UTF-8 | PlantUML | false | false | 1,922 | puml | @startuml
set namespaceSeparator \\
class Cart\\Business\\Input\\AddToCartInput {
+getSku(): string
+getCartId(): UuidInterface
+getQuantity(): int
}
interface Cart\\Business\\Contract\\CartServiceInterface {
+add(AddToCartInput $input): Cart
}
interface Cart\\Business\\Contract\\CartRepositoryInterface {
+get(UuidInterface $cartId): Cart
+save(Cart): void
}
interface Cart\\Business\\Contract\\ProductRepositoryInterface {
+get(string $sku): Product
}
class Cart\\Business\\Service\\CartService implements Cart\\Business\\Contract\\CartServiceInterface {
+add(AddToCartInput $input): Cart
}
class Cart\\Business\\Domain\\Cart {
+cartTotal(): float
+add(CartItem $itemToAdd): void
}
class Cart\\Business\\Domain\\CartItem {
-Product product
-int quantity
+price(): float
+equalsTo(CartItem itemToCompare): bool
+combine(CartItem itemToCombine): void
+getQuantity(): int
+getProduct(): Product
}
class Cart\\Business\\Domain\\Product {
+getSku(): string
+getName(): string
+getPrice(): float
}
class Cart\\DataAccess\\Repository\\CartRepository implements Cart\\Business\\Contract\\CartRepositoryInterface {
+get(UuidInterface $cartId): Cart
+save(Cart): void
}
Cart\\Business\\Domain\\Cart ..> Cart\\Business\\Domain\\CartItem
Cart\\Business\\Domain\\CartItem .right.> Cart\\Business\\Domain\\Product
Cart\\Business\\Contract\\CartServiceInterface ..> Cart\\Business\\Input\\AddToCartInput
Cart\\Business\\Contract\\CartServiceInterface ..> Cart\\Business\\Domain\\Cart
Cart\\Business\\Contract\\CartRepositoryInterface ..> Cart\\Business\\Domain\\Cart
Cart\\Business\\Contract\\ProductRepositoryInterface ..> Cart\\Business\\Domain\\Product
Cart\\Business\\Service\\CartService .left.> Cart\\Business\\Contract\\ProductRepositoryInterface
@enduml | false | true | false | false | class |
2e7db440a994fda5a26881e063bc4024cea04139 | 9e039545017f14ff898ef5eb9d5d5b4b141c9390 | /diagrams/belated-response.puml | f7a2206129d879fda53e4eaff6463ca9aa2c2a0a | [
"MIT"
] | permissive | xing/cross-application-csrf-prevention | e5cac12d08bd652205f98752a7881f93eb1b86a3 | da74305420f15f009346d78c5af14b8450f2b01d | refs/heads/master | 2020-03-19T07:50:36.015640 | 2018-06-05T15:41:04 | 2018-06-05T15:41:04 | 136,153,443 | 8 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,926 | puml | @startuml
actor User
participant Frontend
participant Browser
participant "Backend A"
participant "Backend B"
participant "Backend C"
User -> Browser: Open /page
activate Browser
Browser -> "Backend A": GET /page
activate "Backend A"
"Backend A" --> Browser: Page
deactivate "Backend A"
Browser --> Frontend: Render
Frontend --> User: Ready
activate Frontend
Frontend ->> Browser: Load Dynamic Component X
Browser -> "Backend B": GET /app-b/dynamic-component-x
activate "Backend B"
Frontend ->> Browser: Load Dynamic Component Y
Browser -> "Backend C": GET /app-c/dynamic-component-y
activate "Backend C"
"Backend B" --> Browser: Dynamic Component X\nSet cookie token=<back:green><color:white>BBB</color></back>\nSet cookie checksum=<back:green><color:white>XXX</color></back>
deactivate "Backend B"
Browser --> Frontend: Render Dynamic Component X
Frontend -->> User: Component X ready
User ->> Frontend: Fill in Component X data
User ->> Frontend: Save Component X
group Race condition
Frontend -> Browser: Load the token cookie
Browser --> Frontend: Token=<back:green><color:white>BBB</color></back>
Frontend -> Frontend: Set request header: token=<back:green><color:white>BBB</color></back>
"Backend C" --> Browser: Dynamic Component Y\nSet cookie token=<back:blue><color:white>CCC</color></back>\nSet cookie checksum=<back:blue><color:white>YYY</color></back>
deactivate "Backend C"
Browser --> Frontend: Render Dynamic Component Y
Frontend -> Browser: Request saving Dynamic Component X
Browser -> "Backend B": POST /app-b/dynamic-component-x\nSet header token=<back:green><color:white>BBB</color></back>\nSet cookie checksum=<back:blue><color:white>YYY</color></back>
activate "Backend B"
"Backend B" --> Browser: 400 Bad Request
deactivate "Backend B"
end
Browser --> Frontend: Saving Dynamic Component X failed
Frontend -->> User: Saving Component X failed
deactivate Browser
deactivate Frontend
@enduml
| false | true | false | false | sequence |
b3ed58a576a8a0ffbdd7872e2e89edb027251b8f | 4b859bba3d2d62d7c32b1f6f48dfd5ecf37c7b00 | /assets/techjobs_mvc_controllers.puml | 734213a061ad910d9e3ca5cd56afa9edcbb9a44c | [] | no_license | jrcharney/java-web-dev-techjobs-mvc | dcd9ebd30c62a1b5aae61294739629a7168f9a1e | 9f105cb8e6aa24208e7598ee445be2b2a8c3440f | refs/heads/master | 2022-11-20T11:32:56.817182 | 2020-07-15T03:34:29 | 2020-07-15T03:34:29 | 265,135,143 | 0 | 0 | null | 2020-05-19T03:39:13 | 2020-05-19T03:39:12 | null | UTF-8 | PlantUML | false | false | 2,511 | puml | @startuml
title Tech Jobs : MVC : Controllers
skinparam monochrome true
package controllers {
class HomeController <<Controller>> {
+@RequestMapping(value="") index(model : Model) : String
{method} \t actions = actionChoices
{method} \t return "index"
}
class ListController <<Controller>> <<@RequestMapping(value = list) >> {
{static} -columnChoices : Map<String,String> = new HashMap()
{static} -tableChoices : Map<String,Object> = new HashMap()
__
+ListController()
..
+@RequestMapping(value = "") list(model : Model) : String
{method} \t columns = columnChoices
{method} \t tableChoices = tableChoices
{method} \t employers = JobData.getAllEmployers()
{method} \t locations = JobData.getAllLocations()
{method} \t positions = JobData.getAllPositionTypes()
{method} \t skills = JobData.getAllCoreCompetency()
{method} \t return "list"
+@RequestMapping(value = "jobs") listJobsByColumnAndValue(model : Model, @RequestParam column : String, @RequestParam value : String)
{method} \t If column.toLowerCase().equals("all")
{method} \t\t title = "All Jobs"
{method} \t\t jobs = JobData.findAll()
{method} \t Else
{method} \t\t title = "Jobs with" + columnChoices.get(column) + ": " + value
{method} \t\t jobs = JobData.findByColumnAndValue(column,value)
{method} \t return "list-jobs"
}
class SearchController <<Controller>> <<@RequestMapping("search")>> {
+@RequestMapping(value = "") search(model : Model) : String
{method} \t column = ListController.columnChoices
{method} \t return "search"
+@RequestMapping(value = "results") displaySearchResults(model : Model, @RequestParam searchType : String, @RequestParam searchTerm : String)
{method} \t if(searchTerm != null || searchTerm.toLowerCase().equals("all")) {
{method} \t\t jobs = JobData.findByColumnAndValue(searchType, searchTerm);
{method} \t\t title = "Search for " + searchTerm + " in " + columnChoices.get(searchType)
{method} \t else {
{method} \t\t jobs = JobData.findAll();
{method} \t\t title = "All Jobs"
{method} \t type = searchType
{method} \t columns = columnChoices
{method} \t return "search"
}
HomeController .[hidden]. ListController
ListController .[hidden]. SearchController
}
@enduml | false | true | false | false | class |
90f14756f9550378314254bf8ade4047bbc37e00 | 0111ef4da90634b4da71ceff23235aa8a7594087 | /docs/diagrams/create_shipment.puml | 16f51c926aae092954681a631d1bb7f51e81de0a | [
"MIT"
] | permissive | trivedisorabh/shipment-service | 4942920f36ea409e5cd3a5beeab965518387cfbd | f668d13a88e2379d77312a0a31aaf9f9c91aef12 | refs/heads/main | 2023-04-16T21:23:07.310667 | 2021-05-06T10:18:30 | 2021-05-06T10:18:30 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 906 | puml | @startuml Create Shipment
scale max 1920 width
skinparam backgroundColor #fefefe
skinparam BoxPadding 6
skinparam sequence {
ArrowColor #0F58D6
ActorBorderColor #0F58D6
BoxBackgroundColor #FFF9E7
BoxBorderColor transparent
GroupBackgroundColor transparent
GroupBodyBackgroundColor transparent
GroupBorderThickness 1
ParticipantBackgroundColor #E7EEFA
ParticipantBorderColor #0F58D6
}
participant "Client" as client
box "Shipment Service"
participant "REST server" as rest
participant "Business Logic" as logic
participant "Data Layer" as datalayer
end box
client -> rest: POST /v1/tenants/{tenant_id}/shipments
rest -> logic: Create Shipment
logic -> logic: Validate Input
logic -> logic: Calculate Price
logic -> datalayer: Store Shipment
logic -> rest: Return the created ID and calculated price
rest -> client: Returns the Shipment incl. ID and a calculated price
@enduml | false | true | false | false | sequence |
f68a19085613657335d3d08dad1f977e771845fc | 421fe5ebbc81036217d5e9428152af4155ecc0f2 | /doc/branching_model.puml | d53542bbe931b25fd4319a91480c6ab5769ee05b | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | tvtongerloo/django-DefectDojo | 960b056f30841d5538a0798b75baa1d8eb694223 | 77f241afd7773a95a73621fcc60971263885337a | refs/heads/master | 2021-06-30T15:17:53.908623 | 2021-01-20T10:27:21 | 2021-01-20T10:27:21 | 331,649,824 | 0 | 0 | BSD-3-Clause | 2021-01-21T15:10:19 | 2021-01-21T14:17:06 | null | UTF-8 | PlantUML | false | false | 2,042 | puml | @startuml
!pragma teoz true
== Initial release ==
participant "Dev branch" as devbranch order 10 #LightBlue
participant "Release branch" as rlsbranch order 20 #YellowGreen
participant "Master branch" as master order 30 #99FF99
participant "Maintainance branch" as maintainbranch order 40 #YellowGreen
participant "Hotfix branch" as hotbranch order 40 #DarkSalmon
{startrc} devbranch -> rlsbranch ++ #YellowGreen: Create branch "release/1.0.0"
note left of devbranch
Evolutions
end note
note right of rlsbranch
Bug fixes
end note
rlsbranch --> devbranch: Contributors merge bug fixes using a separate PR
rlsbranch -> master: Merge
note right of master
Official release
- Tag "1.0.0"
- Push "1.0.0" to DockerHub
end note
== Release maintainance ==
master -> maintainbranch ++ #YellowGreen: Create branch "release/1.0.x"
note right of maintainbranch
Bug fixes
end note
maintainbranch --> devbranch: Contributors merge bug fixes using a separate PR
maintainbranch -> master: Merge
note right of master
Official release
- Tag "1.0.1"
- Push "1.0.1" to DockerHub
end note
maintainbranch --> devbranch: Contributors merge bug fixes using a separate PR
maintainbranch -> master: Merge
note right of master
Official release
- Tag "1.0.2"
- Push "1.0.2" to DockerHub
end note
== Hotfix ==
master -> hotbranch ++ #DarkSalmon: Create short-lived fix branch "hotfix/1.0.3"
note left
If in need of an urgent fix
and PR have already been merged to release/1.0.x
since 1.0.2 release
end note
note right of hotbranch
Severe bug
to be corrected
end note
hotbranch -> maintainbranch: Merge
hotbranch -> devbranch --: Merge (Optional)
hotbranch -> master --: Merge
note right of master
Official release
- Tag "1.0.3"
- Push "1.0.3" to DockerHub
end note
== Next release ==
{endrc} devbranch -> rlsbranch: Create branch\n "release/1.1.0"
note left of devbranch
Or release/2.0.0 in case of
major breaking change
end note
... ...
{startrc} <-> {endrc}: \n4-8 weeks
@enduml | false | true | false | false | sequence |
46a2a1042c3226237dbf630f9ab5ad3503671b1e | e20adcd256924faa2caa23c4bb27354e1d38bda9 | /exercise41/docs/41UML.puml | 98acd46370e93b2e0cfc97b0c23ff189e40e5cf5 | [] | no_license | jmazor/mazor-a04 | 72011ab7516956e7c497debb15c4033c16b65cf4 | 0e94fb2d34d2702cc639f9e855c44ad34328ac8c | refs/heads/main | 2023-08-28T15:18:24.704213 | 2021-10-18T02:59:40 | 2021-10-18T02:59:40 | 414,770,548 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 176 | puml | @startuml
'https://plantuml.com/class-diagram
class wordSort {
- List<String> words
+wordSort()
+wordSort(String input)
+sort()
+printList()
+getWords()
}
@enduml
| false | true | false | false | class |
9b9559f6d8cc3b9f97f7aead7762faf51c1d7f50 | 6333e8bcbf93be3def14d9abf234ea267cf33d9b | /docs/topicos/webservices/slides/webservices.puml | 1e3a9d9b44eee7c4e405fd8459eb76676c762920 | [
"CC-BY-4.0"
] | permissive | Kahrosa/pw2 | 6e910faf92192cb7f9576403a004407816f25803 | 8f1653d9fe7870e795ac99b8388ef218f0eb56b7 | refs/heads/main | 2023-08-22T14:19:40.594526 | 2021-08-13T14:35:52 | 2021-08-13T14:35:52 | 416,928,331 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 180 | puml | @startuml
rectangle Browser
node "Server" {
Op1 <-right- [WSDL] : exposes
Op2 <-- [WSDL] : exposes
}
Op1 <-left-> Browser : soap/http
Op2 <-left-> Browser : soap/http
@enduml | false | true | false | false | sequence |
83774abadb1d674f8de5464f93289a6536316348 | d3748d9913134ebe4cf96189f910bf5b18c3a216 | /docs/Actors/admin/UseCases.puml | ff2cd9556f4a90b535cf965f1d55bec498e956a8 | [] | no_license | madajaju/fleet | 5449a4cd1e0979d8a6c370baf179ac4a08234371 | 259fc03531375aa0053651a23659f605687b2840 | refs/heads/master | 2023-04-27T09:53:37.670570 | 2018-06-30T12:55:13 | 2018-06-30T12:55:13 | 138,994,303 | 0 | 0 | null | 2023-04-25T22:53:31 | 2018-06-28T09:08:25 | JavaScript | UTF-8 | PlantUML | false | false | 126 | puml | @startuml
left to right direction
:admin: as Actor
rectangle "system.name" {
(Use Case) as U1
}
Actor --> U1
@enduml
| false | true | false | false | usecase |
43036600a58d0fd3543af6485b49a524b44903aa | ec1bc3dc302cd5330e634a3d82f94708a1979d39 | /Velha/Classe.puml | 155d79b63cf45669645e4a7cd3e89ded338e3669 | [] | no_license | afonsoaugusto/jogo-da-velha | e7eaf73f78ed2cde5e077a2b38e4077e6eed4744 | 1d2543e3c65bf7c02315845360be1e4baa863499 | refs/heads/master | 2016-08-12T07:39:02.201592 | 2015-05-28T01:29:40 | 2015-05-28T01:29:40 | 36,105,556 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,374 | puml | @startuml
abstract class jogadores.Player
annotation java.lang.Override
annotation java.lang.SuppressWarnings
class java.io.BufferedInputStream
class java.io.FileInputStream
class java.io.IOException
class java.io.InputStream
class java.io.InputStreamReader
class java.net.ServerSocket
class java.net.Socket
class java.util.ArrayList
class java.util.Date
class java.util.Formatter
class java.util.List
class java.util.Scanner
class java.util.concurrent.ExecutorService
class java.util.concurrent.Executors
class javax.sound.midi.Instrument
class javax.sound.midi.InvalidMidiDataException
class javax.sound.midi.MetaMessage
class javax.sound.midi.MidiChannel
class javax.sound.midi.MidiSystem
class javax.sound.midi.MidiUnavailableException
class javax.sound.midi.Sequence
class javax.sound.midi.Sequencer
class javax.sound.midi.Soundbank
class javax.sound.midi.Synthesizer
class javax.swing.JFrame
class javax.swing.JOptionPane
class jogadores.Jogador
class jogadores.Servidor
class jogodavelhas.Campo
class jogodavelhas.Jogo
class jogodavelhas.JogoDaVelhaS
class jogodavelhas.Regras
class jogodavelhas.Rodada
class org.apache.log4j.PropertyConfigurator
class util.Logger
class util.Midi
class util.SynthNote
enum jogodavelhas.Opcoes
interface java.lang.Runnable
interface javax.sound.midi.MetaEventListener
jogadores.Player ..> java.lang.Override
jogadores.Player ..> java.net.Socket
jogadores.Player ..> java.util.Formatter
jogadores.Player ..> java.util.Scanner
jogadores.Player ..> jogodavelhas.Campo
jogadores.Player ..> jogodavelhas.Jogo
jogadores.Player ..> jogodavelhas.Regras
jogadores.Player ..> util.Logger
jogadores.Player ..> jogodavelhas.Opcoes
jogadores.Player --|> java.lang.Runnable
jogadores.Jogador --|> jogadores.Player
jogadores.Jogador ..> java.lang.Override
jogadores.Jogador ..> java.io.IOException
jogadores.Jogador ..> java.io.InputStreamReader
jogadores.Jogador ..> java.net.Socket
jogadores.Jogador ..> java.util.Formatter
jogadores.Jogador ..> java.util.Scanner
jogadores.Jogador ..> java.util.concurrent.ExecutorService
jogadores.Jogador ..> java.util.concurrent.Executors
jogadores.Jogador ..> jogodavelhas.Campo
jogadores.Jogador ..> jogodavelhas.Regras
jogadores.Jogador ..> util.Logger
jogadores.Jogador ..> jogodavelhas.Opcoes
jogadores.Servidor --|> jogadores.Player
jogadores.Servidor ..> java.lang.Override
jogadores.Servidor ..> java.io.IOException
jogadores.Servidor ..> java.net.ServerSocket
jogadores.Servidor ..> java.util.Formatter
jogadores.Servidor ..> java.util.Scanner
jogadores.Servidor ..> java.util.concurrent.ExecutorService
jogadores.Servidor ..> java.util.concurrent.Executors
jogadores.Servidor ..> jogodavelhas.Campo
jogadores.Servidor ..> jogodavelhas.Regras
jogadores.Servidor ..> util.Logger
jogadores.Servidor ..> jogodavelhas.Opcoes
jogodavelhas.Campo ..> java.lang.Override
jogodavelhas.Jogo ..> jogadores.Player
jogodavelhas.Jogo ..> java.lang.SuppressWarnings
jogodavelhas.Jogo --|> javax.swing.JFrame
jogodavelhas.Jogo ..> javax.swing.JOptionPane
jogodavelhas.Jogo ..> util.Logger
jogodavelhas.Jogo ..> util.SynthNote
jogodavelhas.JogoDaVelhaS ..> jogadores.Player
jogodavelhas.JogoDaVelhaS ..> javax.swing.JOptionPane
jogodavelhas.JogoDaVelhaS ..> jogadores.Jogador
jogodavelhas.JogoDaVelhaS ..> jogadores.Servidor
jogodavelhas.JogoDaVelhaS ..> util.Logger
jogodavelhas.JogoDaVelhaS ..> util.Midi
jogodavelhas.Regras ..> java.util.ArrayList
jogodavelhas.Regras ..> java.util.List
jogodavelhas.Rodada ..> java.lang.Override
jogodavelhas.Rodada ..> java.util.Date
util.Logger ..> javax.swing.JOptionPane
util.Logger ..> org.apache.log4j.PropertyConfigurator
util.Midi ..> java.lang.Override
util.Midi ..> java.io.BufferedInputStream
util.Midi ..> java.io.FileInputStream
util.Midi ..> java.io.IOException
util.Midi ..> java.io.InputStream
util.Midi ..> javax.sound.midi.InvalidMidiDataException
util.Midi ..> javax.sound.midi.MetaMessage
util.Midi ..> javax.sound.midi.MidiSystem
util.Midi ..> javax.sound.midi.MidiUnavailableException
util.Midi ..> javax.sound.midi.Sequence
util.Midi ..> javax.sound.midi.Sequencer
util.Midi --|> javax.sound.midi.MetaEventListener
util.SynthNote ..> javax.sound.midi.Instrument
util.SynthNote ..> javax.sound.midi.MidiChannel
util.SynthNote ..> javax.sound.midi.MidiSystem
util.SynthNote ..> javax.sound.midi.Soundbank
util.SynthNote ..> javax.sound.midi.Synthesizer
@enduml | false | true | false | false | class |
3c5345ff570d273eca8545472b510e5cb8d66897 | 418493e99ee0c87456da7cb3ef22aa4bcb83be60 | /documentation/software_design/authentication/current_login_class_diagram.puml | 7a16839aad2e7b88f35b0a17a5b37583913c3b9a | [] | no_license | AyoubMoujane/SplitPay | 8fc6fe1eb09b5d1566015994b5443e77eb5ec2a4 | 8408108f732a77ed837dfc695e9a712c33b614a7 | refs/heads/main | 2023-02-16T11:40:57.259756 | 2021-01-17T07:26:19 | 2021-01-17T07:26:19 | 311,427,277 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,597 | puml | @startuml login_1.0
package authController <<Folder>> {
class NormalUserSignUpController {
+signUp()
}
class StoreOwnerSignUpController {
+signUp()
}
class LoginController {
+login() : void
+logout() : void
}
}
package auth <<Folder>> {
class UserFaçade {
+getInstance() : UserFaçade
+storeOwnerEmailLogin(String email, String password) : StoreOwner
+storeOwnerPhoneLogin(String phone, String password) : StoreOwner
+normalUserEmailLogin(String email, String password) : NormalUser
+normalUserPhoneLogin(String phone, String password) : NormalUser
+storeOwnerEmailSignUp(String credential, String companyName, String nickname, String siret, String password) : StoreOwner
+storeOwnerPhoneSignUp(String credential, String companyName, String nickname, String siret, String password) : StoreOwner
+normalUserEmailSignUp(String credential, String firstName, String lastName, String nickname, String password) : NormalUser
+normalUserPhoneSignUp(String credential, String firstName, String lastName, String nickname, String password) : NormalUser
+logout() : void
}
class Session {
-loggedNormalUser : NormalUser
-loggedStoreOwner : StoreOwner
+getInstance() : Session
+getLoggedInNormalUser() : NormalUser
+getLoggedInStoreOwner() : StoreOwner
+logout() : void
}
UserFaçade -> Session
}
package dao <<Folder>> {
abstract class DAOFactory {
#{static}connection : Connection
+createUserDao() : UserDaoImpl
+{static}getConnection() : Connection
}
package mysql <<Folder>> {
class MySqlDAOFactory {}
class MySqlUserDAO {}
MySqlDAOFactory .down.> MySqlUserDAO : creates
}
package postgres <<Folder>> {
class MyPostGresDAOFactory {}
class MyPostGresUserDAO {}
MyPostGresDAOFactory .down.> MyPostGresUserDAO : creates
}
interface UserDAO {
+getConnection() : Connection
+emailLogin(String email, String password)
+phoneLogin(String phone, String password)
+createStoreOwner(StoreOwner user) : StoreOwner
+createNormalUser(NormalUser user) : NormalUser
+findUserByEmail(String email) : User
+findUserByPhone(String phone) : User
+findUser(String credential) : User
}
DAOFactory <|-- MySqlDAOFactory
DAOFactory <|-- MyPostGresDAOFactory
UserDAO <|.. MyPostGresUserDAO
UserDAO <|.. MySqlUserDAO
}
UserFaçade -down-> DAOFactory
UserFaçade -down-> UserDAO
LoginController .down.> UserFaçade
StoreOwnerSignUpController .down.> UserFaçade
NormalUserSignUpController .down.> UserFaçade
@enduml | false | true | true | false | class |
df2393f82fe97afdf847361fda7d489273b27e40 | 4e66b60562009e54e3249595d08d88573c1d7fba | /uml/NestedClass.puml | 1bb9b4328d5af672759c330681c675170f99a165 | [
"MIT"
] | permissive | pierre3/PlantUmlClassDiagramGenerator | a17a7ec5e3b547b0a9d5afee1d74436c6d602782 | 00bd84d543a14f05c95857426060e677c4668cc8 | refs/heads/master | 2023-07-06T01:15:15.436366 | 2023-05-31T13:39:56 | 2023-06-02T10:24:02 | 41,860,665 | 598 | 123 | MIT | 2023-08-20T06:56:51 | 2015-09-03T13:17:42 | C# | UTF-8 | PlantUML | false | false | 144 | puml | @startuml
class OuterClass {
}
class InnerClass {
}
class InnerStruct <<struct>> {
}
InnerClass +- InnerStruct
OuterClass +- InnerClass
@enduml
| false | true | false | false | class |
c1d86461c34ec6ccd0de34bf5de21c1b786eef29 | 8d3957a0b15338e6c8491756394821062eaed362 | /doc/models.puml | 3b65c80c5c90912161d26dcb0ac3d63c32d43299 | [
"MIT"
] | permissive | Nooblisk/levelup | 6a7522150120a41300a01e8916020d199b06306d | c55f3cdb01d2d1c94292c4d84a996a7790667f13 | refs/heads/master | 2021-05-04T10:17:07.522646 | 2017-09-12T18:00:01 | 2017-09-12T18:00:01 | 51,316,839 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 692 | puml | @startuml
class User {
Collection Features
Collection Quests
Collection Steps
string username
int level
}
class Feature {
Collection Quests
string title
string description
string imageUrl
int level
}
class Quest {
Collection Steps
string title
string description
string imageUrl
integer maxSteps
}
class Step {
string comment
DateTime completedAt
User user
Quest quest
}
class Achievement {
User user
string title
string description
string imageUrl
DateTime awardedAt
}
User <-left-> Feature
User <--> Quest
User <-> Step
User <-down- Achievement
Feature --> Quest
Quest <--> Step
@enduml | false | true | false | false | class |
7ac729b57858aa750daaf1ab5e1a9a8d9de7dfe1 | 75fb80c7d4e215bf21096ccf34dc097220a62514 | /GCP Icons/Products and services/Data Analytics/Cloud Data Catalog.puml | b95fab3baf24a2cc692ff89fc3fe7c01e33bebfd | [] | no_license | minhtuanvu/plantuml-gcp-icons | ef3eb5319fdeedd85460e7edfb8df53c6488a64e | fb6ec96c5cc5a79737c602ea605021248f90f34b | refs/heads/master | 2020-12-12T23:47:50.535282 | 2020-01-16T07:28:23 | 2020-01-16T07:28:23 | 234,254,501 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,083 | puml | sprite $CloudDataCatalog [80x80/16z] {
xPTdekCm28HD7-N-1zvrYfrNGERrzkLtC30ZX9Olpn_4EeTfEGWxnXmuBuSGZ6D03cM7SHGSo91y7CTfNkqew5TCCJh4B44TFRIlRR_YMemQfxTChqwGO_G9
BiNeerLwRvcWZPTXr3-uVKd8nqjnghpI1zezk7r9TBm6evuO20zq9gjDxmgsAg8tn83nfGQDmZDpCN1bimCPhYIJjHOZP4LZjvV1PCLH7cD6uIhoktXnhJnA
IQnoFSTzFCd_ORKOQuT9LGrxF8MhgYG9IdLmOLjVD_UJRwtNfA1S3Dxxwa9hj4q6IHoXrzucwP7jVXPYmxqtDFECLUbjXCVOqQHBQn9HnKl8uWLj-qfUxrCy
gNSCJkBL2KfQbgJnu4IQn5FAvf7aJOB7W1cUD49zX2CTWrxFgSqcknN9a4_1D45SNBoGnDvKlPvfBwQqrPVMlPHMJoIhhWx8qtcXHRpzdEiRnTDgslVZ1LK3
i1zFqjKbruFI34vEami4nazUStvEWWs9LyeR130cmm2sBM70c2GIhqot8KIiGQy5GqbZH3nR31rTXupM_fx-_vpo4MR5DldKfU8HuPolsC79EfbycbQA2QkD
RHmo--Z9gREWEjE5h5fmxpM36wq70yKRRCzliU7hMxrMTp7UCa5PCiX67wCtVG23bm9z0p4QakH3_gqaaQM6lEsL6iQRYT6Nn9Ovv9rgtopWPVuVGnmf-rsd
j1o6vYpVWJ_-0G
}
!definelong GCP_CloudDataCatalog(alias,name,container='rectangle',stereo='CloudDataCatalog')
skinparam container<<stereo>> {
BackgroundColor White
BorderColor White
Shadowing false
}
container alias <<stereo>> [
<b>name
<color:GCP_COLOR><$CloudDataCatalog{scale=0.3}></color>
]
!enddefinelong
| false | true | false | false | class |
5bb96e6767d7c33d9486c71110f4e51e222bbfab | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /sequence - analysis/comment/createComment.plantuml | 33078a4108b7d78fbee566412f455184faeffce2 | [] | no_license | anonyhostvn/OOAD-Diagram | 67f3a3a4aa976ee8459d3f4801147ddd1382e41e | f8f7a0e4ba826335cc964d3b73bebea3f4f857e4 | refs/heads/master | 2023-01-10T04:26:29.983705 | 2020-11-13T10:08:12 | 2020-11-13T10:08:12 | 311,749,932 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,857 | plantuml | @startuml createComment
actor ": User"
boundary ": CreateCommentForm"
control ": CommentController"
entity ": CommentEntity"
entity ": ClassroomMember"
entity ": Topic"
activate ": User"
": User" -> ": CreateCommentForm": 1 // request create comment
activate ": CreateCommentForm"
": CreateCommentForm" -> ": CommentController": 2 // request create comment
activate ": CommentController"
": CommentController" -> ": ClassroomMember": 3 // checking permission to create comment
activate ": ClassroomMember"
alt can create topic
": ClassroomMember" -->> ": CommentController": 4 // can create comment
": CommentController" -> ": Topic": 5 // checking comment is in right topic
activate ": Topic"
alt comment is in right topic
": Topic" -->> ": CommentController": 6 // comment is in right topic
": CommentController" ->> ": CommentEntity": 7 // request create comment
activate ": CommentEntity"
": CommentController" -->> ": CreateCommentForm": 8 // create comment successfully
deactivate ": CommentEntity"
": CreateCommentForm" -->> ": User": 9 // create comment successfully
else comment is not in right topic
": Topic" -->> ": CommentController": 6.1 // comment is not in topic
deactivate ": Topic"
": CommentController" -->> ": CreateCommentForm": 6.2 // create comment failed
": CreateCommentForm" -->> ": User": 6.3 // create comment failed
end
else can not create topic
": ClassroomMember" -->> ": CommentController": 4.1 // can not create comment
deactivate ": ClassroomMember"
": CommentController" -->> ": CreateCommentForm": 4.2 // create comment failed
deactivate ": CommentController"
": CreateCommentForm" -->> ": User": 4.3 // create comment failed
end
deactivate ": User"
deactivate ": CreateCommentForm"
@enduml | false | true | false | false | sequence |
9062ff32e1ea63d6a0aaba05a94e539f570e2db5 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductSetAssetCustomFieldAction.puml | b1ab0ae03e7b8a45c2b8707a055ee1d57caeac74 | [] | 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 | 586 | 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 ProductSetAssetCustomFieldAction [[ProductSetAssetCustomFieldAction.svg]] extends ProductUpdateAction {
action: String
variantId: Long
sku: String
staged: Boolean
assetId: String
assetKey: String
name: String
value: [[Object.svg Object]]
}
interface ProductUpdateAction [[ProductUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
654308793a9f168cdee1bda912b9d693aaefd496 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Engines/EngineFactory.puml | 3133ded0c70a2f79c65522b0c04288f008e2e05d | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 293 | puml | @startuml
class EngineFactory {
+ EngineFactory(context:AmbientContext, accessorFactory:AccessorFactory, utilityFactory:UtilityFactory)
+ CreateEngine() : T
+ CreateEngine(accessorFactory:AccessorFactory, utilityFactory:UtilityFactory) : T
}
FactoryBase <|-- EngineFactory
@enduml
| false | true | false | false | class |
498a5ed2c44ce02b9fa2f587f24fb6e0605ecfff | 478d812ca8ed1731fa102710004cbbd18f23b2b9 | /Documentation/Utilisateur.puml | 7d54a6445b63edd26a2aea3c13bb6e6080b53a51 | [] | no_license | Alarty/KYChain | 488d97dc9e1ce3d6ddb35bedd34f25d8a01ad470 | b48328c44cc5a3a65c62e322f35df195ccc265ca | refs/heads/master | 2020-03-22T10:05:03.289926 | 2018-07-05T17:23:34 | 2018-07-05T17:23:34 | 139,879,805 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 941 | puml | @startuml
:Utilisateur: as client
rectangle "Utilisateur déconnecté" as RecDeco {
(Se connecter) as Connect
(Visualiser une information) as Visu1
}
rectangle "Utilisateur connecté" as RecCo {
rectangle "Consultation" as Consu{
(Init) as init
(Visualiser une information) as Visu2
(Lister toutes ses informations) as ListVisu
}
(Se déconnecter) as disconnect
}
note "Avec une clef publique" as publique
client -> Connect
client - publique
publique -> Visu1
Visu1 .. Visu2
Connect --> RecCo
disconnect -> RecDeco
init -> ListVisu
ListVisu -> Visu2
@enduml
Une information peut être trouver grâce à une clef public
L'utilisateur se connecte
L'utilisateur se déconnecte
L'utilisateur peut lister toutes ses informations
L'utilisateur peut regarder une information
L'utilisateur peut partager une information | false | true | true | false | uml-unknown |
747210506c4fa75ec6f9a1680223bcb0d246d909 | e55716ede3c9e4d921061371195588fc1ed0c4d7 | /use-cases/City Report.puml | e31922dda6f766ce62628af58326fa6bef33ac6b | [
"Apache-2.0"
] | permissive | DanBeardm/semCoursework | 845a6073632ff8270cd2cb3d714b0fbbcea9f947 | 375464a8f016c71169f0478c545e7435c48f8d7c | refs/heads/master | 2023-04-09T05:59:58.964492 | 2021-04-28T08:50:05 | 2021-04-28T08:50:05 | 335,610,704 | 1 | 2 | Apache-2.0 | 2021-03-31T13:30:07 | 2021-02-03T12:02:34 | Java | UTF-8 | PlantUML | false | false | 561 | puml | @startuml
actor rep as "Reporter"
rectangle Database
rectangle "City Report" {
usecase UC1 as "Get Cities
By Population"
usecase UC2 as "Order Largest
To Smallest"
usecase UC3 as "Number 1 To 10"
usecase UCa as "Print Name"
usecase UCb as "Print Country"
usecase UCc as "Print District"
usecase UCd as "Print Population"
rep - UC1
UC1 ..> UC2 : include
UC2 ..> UCa : include
UC2 ..> UCb : include
UC2 ..> UCc : include
UC2 ..> UCd : include
UC2 .> UC3 : extend
UC1 - Database
}
@enduml | false | true | false | false | usecase |
f8a9a5e6d6fa19c97eb1dcd4203f1ad5d258910d | 35552edb412ad669958deab0c76f6251fd0b9065 | /docs/design/hub-and-spoke/crud/update/flow-update-fsm.puml | c3452b004dca7e558fbe5c68aa09c9e99821827c | [
"Apache-2.0"
] | permissive | jonvestal/open-kilda | 9c74b02920259f723be3ff6fdf28c1b660f526c2 | 09aa85ed13f5c890023847ba7809663092bb45f2 | refs/heads/master | 2021-06-07T01:32:52.560693 | 2020-11-17T19:16:17 | 2020-11-17T19:16:17 | 106,089,943 | 0 | 0 | Apache-2.0 | 2019-11-07T04:25:55 | 2017-10-07T10:37:51 | Java | UTF-8 | PlantUML | false | false | 6,262 | puml | flow-update-fsm.png was created with draw.io to make the diagram easier to read.
The current file was created so that in the case of a FSM design change we have the textual difference of what was
changed. This file exactly describes all the transitions in the implemented FSM.
@startuml
title Flow Update FSM
hide empty description
[*] --> FLOW_VALIDATED : next
[*] --> FINISHED_WITH_ERROR : error
FLOW_VALIDATED --> FLOW_UPDATED : next
FLOW_VALIDATED --> REVERTING_FLOW_STATUS : timeout
FLOW_VALIDATED --> REVERTING_FLOW_STATUS : error
FLOW_UPDATED --> PRIMARY_RESOURCES_ALLOCATED : next
FLOW_UPDATED --> RESOURCE_ALLOCATION_COMPLETED : update-endpoint-rules-only
FLOW_UPDATED --> REVERTING_FLOW: timeout
FLOW_UPDATED --> REVERTING_FLOW: error
PRIMARY_RESOURCES_ALLOCATED --> PROTECTED_RESOURCES_ALLOCATED : next
PRIMARY_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : timeout
PRIMARY_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : error
PRIMARY_RESOURCES_ALLOCATED --> REVERTING_ALLOCATED_RESOURCES : no-path-found
PROTECTED_RESOURCES_ALLOCATED --> RESOURCE_ALLOCATION_COMPLETED : next
PROTECTED_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : timeout
PROTECTED_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : error
PROTECTED_RESOURCES_ALLOCATED --> REVERTING_ALLOCATED_RESOURCES : no-path-found
RESOURCE_ALLOCATION_COMPLETED --> INSTALLING_NON_INGRESS_RULES : next
RESOURCE_ALLOCATION_COMPLETED --> NEW_RULES_REVERTED : timeout
RESOURCE_ALLOCATION_COMPLETED --> NEW_RULES_REVERTED : error
INSTALLING_NON_INGRESS_RULES : response-received / remove pending command
INSTALLING_NON_INGRESS_RULES : error-received / put failed command
INSTALLING_NON_INGRESS_RULES --> NON_INGRESS_RULES_INSTALLED : rules-installed
INSTALLING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : timeout
INSTALLING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : error
NON_INGRESS_RULES_INSTALLED --> VALIDATING_NON_INGRESS_RULES : next
NON_INGRESS_RULES_INSTALLED --> PATHS_SWAP_REVERTED : timeout
NON_INGRESS_RULES_INSTALLED --> PATHS_SWAP_REVERTED : error
VALIDATING_NON_INGRESS_RULES : response-received / remove pending command
VALIDATING_NON_INGRESS_RULES : error-received / put failed command
VALIDATING_NON_INGRESS_RULES --> NON_INGRESS_RULES_VALIDATED : rules-validated
VALIDATING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : timeout
VALIDATING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : error
VALIDATING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : missing-rule-found
NON_INGRESS_RULES_VALIDATED --> PATHS_SWAPPED : next
NON_INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : timeout
NON_INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : error
PATHS_SWAPPED --> INSTALLING_INGRESS_RULES : next
PATHS_SWAPPED --> REVERTING_PATHS_SWAP : timeout
PATHS_SWAPPED --> REVERTING_PATHS_SWAP : error
INSTALLING_INGRESS_RULES : response-received / remove pending command
INSTALLING_INGRESS_RULES : error-received / put failed command
INSTALLING_INGRESS_RULES --> INGRESS_RULES_INSTALLED : rules-installed
INSTALLING_INGRESS_RULES --> INGRESS_RULES_INSTALLED : ingress-is-skipped
INSTALLING_INGRESS_RULES --> REVERTING_PATHS_SWAP : timeout
INSTALLING_INGRESS_RULES --> REVERTING_PATHS_SWAP : error
INGRESS_RULES_INSTALLED --> VALIDATING_INGRESS_RULES : next
INGRESS_RULES_INSTALLED --> REVERTING_PATHS_SWAP : timeout
INGRESS_RULES_INSTALLED --> REVERTING_PATHS_SWAP : error
VALIDATING_INGRESS_RULES : response-received / remove pending command
VALIDATING_INGRESS_RULES : error-received / put failed command
VALIDATING_INGRESS_RULES --> INGRESS_RULES_VALIDATED : rules-validated
VALIDATING_INGRESS_RULES --> REVERTING_PATHS_SWAP : timeout
VALIDATING_INGRESS_RULES --> REVERTING_PATHS_SWAP : error
VALIDATING_INGRESS_RULES --> REVERTING_PATHS_SWAP : missing-rule-found
INGRESS_RULES_VALIDATED --> NEW_PATHS_INSTALLATION_COMPLETED : next
INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : timeout
INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : error
NEW_PATHS_INSTALLATION_COMPLETED --> REMOVING_OLD_RULES : next
NEW_PATHS_INSTALLATION_COMPLETED --> REVERTING_PATHS_SWAP : timeout
NEW_PATHS_INSTALLATION_COMPLETED --> REVERTING_PATHS_SWAP : error
REMOVING_OLD_RULES : response-received / remove pending command
REMOVING_OLD_RULES : error-received / put failed command
REMOVING_OLD_RULES --> OLD_RULES_REMOVED : rules-removed
REMOVING_OLD_RULES --> OLD_RULES_REMOVED : error
OLD_RULES_REMOVED --> OLD_PATHS_REMOVAL_COMPLETED : next
OLD_RULES_REMOVED --> UPDATING_FLOW_STATUS : update-endpoint-rules-only
OLD_PATHS_REMOVAL_COMPLETED --> DEALLOCATING_OLD_RESOURCES : next
OLD_PATHS_REMOVAL_COMPLETED --> DEALLOCATING_OLD_RESOURCES : error
DEALLOCATING_OLD_RESOURCES --> OLD_RESOURCES_DEALLOCATED : next
OLD_RESOURCES_DEALLOCATED --> UPDATING_FLOW_STATUS : next
OLD_RESOURCES_DEALLOCATED --> UPDATING_FLOW_STATUS : error
UPDATING_FLOW_STATUS --> FLOW_STATUS_UPDATED : next
FLOW_STATUS_UPDATED --> FINISHED : next
FLOW_STATUS_UPDATED --> FINISHED_WITH_ERROR : error
FINISHED --> [*]
FINISHED_WITH_ERROR : enter / report error
FINISHED_WITH_ERROR --> [*]
REVERTING_PATHS_SWAP : enter / report error
REVERTING_PATHS_SWAP --> PATHS_SWAP_REVERTED : next
PATHS_SWAP_REVERTED : enter / report error
PATHS_SWAP_REVERTED --> REVERTING_NEW_RULES : next
PATHS_SWAP_REVERTED --> REVERTING_NEW_RULES : error
REVERTING_NEW_RULES : response-received / remove pending command
REVERTING_NEW_RULES : error-received / put failed command
REVERTING_NEW_RULES --> NEW_RULES_REVERTED : rules-removed
REVERTING_NEW_RULES --> NEW_RULES_REVERTED : error
NEW_RULES_REVERTED --> REVERTING_ALLOCATED_RESOURCES : next
NEW_RULES_REVERTED --> REVERTING_ALLOCATED_RESOURCES : error
NEW_RULES_REVERTED --> REVERTING_FLOW : update-endpoint-rules-only
REVERTING_ALLOCATED_RESOURCES : enter / report error
REVERTING_ALLOCATED_RESOURCES --> RESOURCES_ALLOCATION_REVERTED : next
REVERTING_ALLOCATED_RESOURCES --> RESOURCES_ALLOCATION_REVERTED : error
RESOURCES_ALLOCATION_REVERTED --> REVERTING_FLOW : next
RESOURCES_ALLOCATION_REVERTED --> REVERTING_FLOW : error
REVERTING_FLOW : enter / report error
REVERTING_FLOW --> REVERTING_FLOW_STATUS : next
REVERTING_FLOW --> REVERTING_FLOW_STATUS : error
REVERTING_FLOW_STATUS --> FINISHED_WITH_ERROR : next
REVERTING_FLOW_STATUS --> FINISHED_WITH_ERROR : error
@enduml
| false | true | false | false | sequence |
1b52673dcc21fc80ba640695354f218ca778b5fb | f2286f0532a3213ef872cf398cdb7d9fd914c1ba | /UML/seq_arr_verif.puml | 0c3d89dcd265255706d209251609f1c348cdc9bb | [
"MIT"
] | permissive | bj0rnar/ProjectTicketService | fc38a734df8d935a07a8684a30abf56a990639fd | 633417255588d0aa0b22c18c4e9305751fffad59 | refs/heads/master | 2022-01-28T12:39:19.209678 | 2019-06-12T08:56:20 | 2019-06-12T08:56:20 | 173,109,596 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 524 | puml | @startuml
Actor Arrangør as A
Participant Validator as V
DataBase Database as DB
A -> V: Authentication request \n(Verification code)
activate V
V -> DB: Search \n(EventId, Verification code)
activate DB
DB --> V: Result
V -> V: Check ticket not already used
deactivate DB
alt Found match
V -> DB: Set ticket used \n(EventId, verification code)
activate DB
DB --> V: Confirmation
deactivate DB
V --> A: Verification successful
else No match
V --> A: Verification failed
deactivate V
end
@enduml | false | true | true | false | usecase |
5d1bceb5be5e5c4da840873206b30616f80e61cd | 201ec6575fe19b53149ee3c034e8871b9e970875 | /diagrama de classes.puml | 390664319c29d82d827e68133935d2d71abd78ce | [] | no_license | fernandojunior90/jogo-da-velha | 78ba4297ef22329b14837cbaca3b007a9f3600ed | 72e45403aa0b4024e58aaa0241e48d3057b1a86b | refs/heads/master | 2020-03-23T21:04:02.811864 | 2018-07-30T22:51:31 | 2018-07-30T22:51:31 | 142,079,411 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 276 | puml | @startuml
class partida{
Jogadores1/2
Tabuleiro
Se jogador1 ou jogador2 ganhou, empate
}
class tabuleiro{
Imprime tabuleiro
Verifica linha, colunas, diagonais
}
class jogador{
Realizar jogada
Verifica se pode jogar
}
partida --> tabuleiro: A
partida --> jogador : B
@enduml | false | true | false | false | sequence |
f9aa9df134ef5ac9c599aab52f3d743ed47a9097 | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1121060/sprint2/ipc05_01_design_02.puml | 00691d512a2db713e99acfb59060892d05739dea | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,002 | puml | @startuml doc-files/ipc05_01_design_02.png
participant "uic: UIController" as uic
participant "uiExtension : UIExtensionComments" as UIExt
participant "SendChatMessagePannel : JPanel" as cp
participant "SendChatMessageController : Observer" as ctrl
participant "ConnectionManager : Obervable, Observer" as conMgr
participant "UdpClient : Obervable, Runnable" as udpC
participant "UdpServer : Runnable" as udpS
participant "TcpServer : Runnable" as tcpS
participant "TcpClientConnection" as tcpC
participant "Message : Serializable" as msg
participant "ChatMessage : Serializable" as chatMsg
create cp
UIExt -> cp : new(uic)
create ctrl
cp -> ctrl : new(uic)
ctrl -> conMgr : getInstance()
ctrl -> conMgr : addObserver(this)
ctrl -> conMgr : connect()
create udpC
conMgr -> udpC : new(udpPort, timeout)
create tcpS
conMgr -> tcpS : new(tcpPort)
conMgr -> tcpS : start()
tcpS -> tcpS : startServer()
create udpS
conMgr -> udpS : new(udpPort)
conMgr -> udpS : start
udpS -> udpS : run()
conMgr -> udpC : addObserver(this)
loop while true
udpC -> udpC : run()
udpC -> conMgr : update(Observable o, Object arg)
conMgr -> ctrl : update(Observable o, Object arg)
end
note right of cp
User connects to a remote instance...
end note
ctrl -> conMgr : connectTo(String remoteAddress)
create tcpC
conMgr -> tcpC : new(remoteAddress, port)
note right of cp
User send a message to a remote instance...
end note
create chatMsg
ctrl -> chatMsg: chat = new(int id, String text, int parentId)
create msg
ctrl -> msg : msg = new(MessageType type, ChatMessage chatMsg, InetAddress localhost)
ctrl -> conMgr : send(msg)
loop for all connected tcp clients
conMgr -> tcpC : send(msg)
end
@enduml
| false | true | false | false | sequence |
3f68867d8a430cb7476947cac912c838a5bea35a | 71876eb0846f6f2490ac8f6b60c48d1d97a47f60 | /VenturaAPI/docs/diagrams-class/plantuml/controllers.view.plantuml | abc7e12cfea77979d19e8b733beced30e96ba675 | [] | no_license | RogerVFbr/VenturaHR | 281efe904cd77152f339c801ccd6b3182d90af70 | 11d031caaae19c0c6f0f1c809ef14f7b3014bcdf | refs/heads/master | 2023-01-20T07:24:50.235474 | 2020-12-03T13:11:59 | 2020-12-03T13:11:59 | 285,815,756 | 3 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,093 | plantuml | @startuml
title __VIEW CONTROLLERS's Class Diagram__\n
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.HomeViewController {
+ HomeViewController()
+ getCandidatoContent()
+ getCandidatoContent()
+ getEmpresaContent()
+ getEmpresaContent()
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.PublishVagaViewContoller {
+ PublishVagaViewContoller()
+ requestSignUp()
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.RankingViewController {
+ RankingViewController()
+ getContent()
+ getResposta()
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.ResponderVagaViewController {
+ ResponderVagaViewController()
+ getContent()
+ requestAnswer()
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.SignInViewController {
+ SignInViewController()
+ getContent()
+ requestSignIn()
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.SignUpViewController {
+ SignUpViewController()
+ requestSignUp()
}
}
}
com.soundlab.dockerizedjavaapi.controllers.view.HomeViewController o-- com.soundlab.dockerizedjavaapi.services.view.HomeCandidatoViewService : homeCandidatoViewService
com.soundlab.dockerizedjavaapi.controllers.view.HomeViewController o-- com.soundlab.dockerizedjavaapi.services.view.HomeEmpresaViewService : homeEmpresaViewService
com.soundlab.dockerizedjavaapi.controllers.view.PublishVagaViewContoller o-- com.soundlab.dockerizedjavaapi.services.view.PublishVagaViewService : publishVagaViewService
com.soundlab.dockerizedjavaapi.controllers.view.RankingViewController o-- com.soundlab.dockerizedjavaapi.services.view.RankingViewService : rankingViewService
com.soundlab.dockerizedjavaapi.controllers.view.ResponderVagaViewController o-- com.soundlab.dockerizedjavaapi.services.view.ResponderVagaViewService : responderVagaViewService
com.soundlab.dockerizedjavaapi.controllers.view.SignInViewController o-- com.soundlab.dockerizedjavaapi.services.view.SignInViewService : signInViewService
com.soundlab.dockerizedjavaapi.controllers.view.SignUpViewController o-- com.soundlab.dockerizedjavaapi.services.view.SignUpViewService : signUpViewService
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 |
2b771430ff189e2dd3923ff25e8dfa7c99c9e648 | ac15203c3e771cb55e6506c671041a1f75000ce5 | /src/main/java/rape/brutal/alex/evaluator/evaluator_diagram.puml | 0bd05cea63e1a420cc51c868458fa67072469061 | [] | no_license | ViRGiL175/java-columbian-checkpoint-breakout | 08a1470dd4fea4ac7d56bccb2d243e9ce8c1f2ce | 2c3d483c949a049b7a48fec9e4e319077d02c200 | refs/heads/master | 2021-01-19T01:13:43.076942 | 2017-04-04T20:36:13 | 2017-04-04T20:36:13 | 87,232,580 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,486 | puml | @startuml
package rape.brutal.alex.evaluator {
+interface IValuable {
+int getValue();
}
+class Evaluator {
+int getValue(IValuable iValuable);
}
+class Concierge {
+Entrance entrance;
}
+class Builder {
+Apartment static build(address, buildingType, hasBoiler, hasParking, entrancesCount,
hasElevator, hasGarbageChute, floorsCount, apartmentsPerFloor, roomsCount);
}
package rape.brutal.alex.evaluator.building {
ApartmentBuilding o-- BuildingType
ApartmentBuilding o-* Entrance
Entrance o-* Apartment
Apartment o-- Room
Room o- RoomType
+class ApartmentBuilding implements IValuable {
-final int entranceCount;
-String address;
-BuildingType buildingType;
-boolean hasBoiler;
-boolean hasParking;
-Entrance[] entrances;
+ApartmentBuilding(String address, BuildingType buildingType,
boolean hasBoiler, boolean hasParking, int entranceCount);
+void addEntrance(Entrance entrance);
}
+enum BuildingType {
BLOCK,
INDIVIDUAL,
BRICK_MONOLITH,
MONOLITH,
PANEL,
BREZHNEV,
KHRUSHCHEV,
STALIN
}
+class Entrance {
-final int floorsCount;
-final int apartmentsPerFloor;
-int number;
-boolean hasElevator;
-boolean hasGarbageChute;
-Apartment[][] apartments;
-ApartmentBuilding parentBuilding;
+Entrance(boolean hasElevator, boolean hasGarbageChute, int floorsCount,
int apartmentsPerFloors, ApartmentBuilding parentBuilding);
+void addApartment(Apartment apartment);
}
+class Apartment implements IValuable {
-final int roomsCount;
-int number;
-int floor;
-Room[] rooms;
-Entrance parentEntrance;
+Apartment(int roomsCount, Entrance parentEntrance);
+void addRoom(Room room);
+int getTotalArea();
}
+class Room {
-RoomType roomType;
-int area;
+Room(RoomType roomType, int area);
}
+enum RoomType {
KITCHEN,
BATHROOM,
LIVING_ROOM
}
}
}
@enduml | false | true | false | false | class |
057c5e89f13323bdcb123a03fc2bc6306c9370fc | afaba8b7f5d826664155b257db77cf4dbf4b8816 | /oop-pattern/ch05/resources/lsp01.puml | ee112cac9e92451ec35cbc34fc9205339d67790a | [
"MIT"
] | permissive | appkr/pattern | b40b621e52c9b27be01f2a21f2f605a459ac998f | 1e635f7b79cc4b89d2e75455cb14e1572619eb20 | refs/heads/master | 2022-11-02T01:56:18.654766 | 2022-10-12T08:45:58 | 2022-10-12T08:47:36 | 71,896,898 | 11 | 2 | MIT | 2018-11-10T15:05:11 | 2016-10-25T12:55:03 | PHP | UTF-8 | PlantUML | false | false | 222 | puml | @startuml
'skinparam linetype ortho
class Billing {}
interface License {
+ calcFee()
}
class PersonalLicense implements License {}
class BusinessLicense implements License {
- users
}
Billing -> License
@enduml
| false | true | false | false | class |
cc3ac82554e549541ad5cc76f1144300c390a140 | 5383caf6f9641aa51e11f17aea2a3543a3c986d6 | /patrones-observer/diagramas/disney+.plantuml | f3345aceeeffde7f6e54335ae7e67115cd6a8325 | [] | no_license | gdaunlam/workspace-taller | bf837039b9739599891ebd7c8920b1497f0065f4 | 4c381c16a2cfe929d68f75016eda890a2ad7e30b | refs/heads/master | 2023-08-15T16:24:14.190520 | 2021-09-27T22:34:42 | 2021-09-27T22:34:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 448 | plantuml | @startuml disney+
skinparam dpi 300
interface Notificador {
+ void agregar()
+ void eliminar()
+ void notificar()
}
interface Suscriptor {
+ void actualizarEstado()
}
class NotificadorConcreto {
- suscriptores : Suscriptor[]
}
class SuscriptorConcreto {
- capSem
}
Notificador <|.. NotificadorConcreto
Suscriptor <|.. SuscriptorConcreto
Notificador --> Suscriptor
SuscriptorConcreto --> NotificadorConcreto
@enduml | false | true | false | false | class |
e95dceaefdf67dd13c1e9bc5463f86079cdcbb98 | 5aba66c5379f4722d08799179fd3a2d5df19c256 | /tetristerm.puml | 656807972f74e93b573a981e2dd2f5f9bd2677bd | [] | no_license | aetxabao/TetrisTerm | 07824175a2cb7c9dc882718f1502195789359391 | 17a91bd9e40282d503e30d6324f472b5d629088b | refs/heads/main | 2023-07-28T05:38:02.317122 | 2021-09-08T21:15:39 | 2021-09-08T21:15:39 | 404,482,234 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,544 | puml | @startuml
class com.aetxabao.tetristerm.Board {
- int width
- int height
- Piece piece
- ETetromino[][] matrix
- Piece nextPiece
- int lines
+ <<Create>> Board(int,int)
- void init()
+ int getWidth()
+ int getHeight()
+ ETetromino[][] getBoardWithPiece()
+ Piece getNextPiece()
+ int getLines()
+ void pieceDoes(EAction)
+ boolean canPieceDo(EAction)
- boolean couldHave(Piece)
+ void mergePiece()
+ boolean newPiece()
+ void removeLines()
}
class com.aetxabao.tetristerm.Conf {
+ {static} int BOARD_WIDTH
+ {static} int BOARD_HEIGHT
+ {static} int TARGET_LINES
- <<Create>> Conf()
}
class com.aetxabao.tetristerm.Tetris {
+ {static} void main(String[])
}
class com.aetxabao.tetristerm.Piece {
- int[][][] SHAPES
- ETetromino tetromino
- int[] pos
- int[][] coords
+ <<Create>> Piece()
+ void setTetromino(ETetromino)
+ ETetromino getTetromino()
+ Piece clone()
+ int[] getPos()
+ void setX(int)
+ void does(EAction)
- void rotate()
+ int[][] getCoords()
+ String toString()
}
class com.aetxabao.tetristerm.Input {
~ {static} void waitStart()
~ {static} EAction readAction()
}
class com.aetxabao.tetristerm.Renderer {
+ {static} void clearScreen()
+ {static} void drawInit()
+ {static} void drawBoard(Board)
+ {static} void drawYouWon(Board)
+ {static} void drawYouLost(Board)
}
class com.aetxabao.tetristerm.Game {
- {static} EGameStatus gameStatus
- {static} Board board
~ {static} void run()
~ {static} void init()
~ {static} void render_game()
~ {static} void process_input()
~ {static} void update_game()
~ {static} void finish()
}
@enduml | false | true | false | false | class |
93c092d87a95de37568b3a69466021daf12a31b4 | e5ea6c9106f51c7f72d991a179a68de6683b2b62 | /Testing System/src/TestingSystem.puml | 9dca63de35a1eaee59abd6d2ff1d4853b3168fd3 | [] | no_license | im337/CS350 | 17e87023b480763baea7f813e035d4bc06694e6d | 20ad7fe946f498c3be6d34fa2569c1d77d69d7ef | refs/heads/master | 2020-04-07T00:13:51.971403 | 2018-12-06T21:40:40 | 2018-12-06T21:40:40 | 155,120,194 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,223 | puml | @startuml
' Test types
class Test
class Survey
' Questions
abstract class Question
class TrueFalse
class ShortAnswer
class EssayAnswer
class MultipleChoice
class Ranking
class Matching
' drivers
class Input
class Output
class ResponseCorrectAnswer
' controllers
class MainMenu
MainMenu *-- Test
MainMenu *-- Survey
MainMenu *-- Output
class MainMenu {
-ArrayList<Survey> questionnaireList
+displayQuestionnaires()
+questionnaireController(Survey survey)
}
Survey <|-- Test
Survey *-- Question
Survey *-- Input
Test *-- Input
Test *-- Question
class Survey {
+ String questionnaireName
- ArrayList<Question> Questions
+ getQuestionnaireName() : String
+ setQuestionnaireName(String name)
+ addQuestion(Question question, String Answer)
+ addNoAnswerQuestion(Question question)
+ deleteQuestion(Question question)
+ saveQuestionnaire(String name, String filename)
+ loadQuestionnaire(String name) : Survey
}
class Test {
-ArrayList<String> correctAnswers
+testGrade(correctAnswers, responses) : double
+saveGrade(int grade)
}
class Input {
-Scanner inputReader
-String userInput
+getUserInput(String userInput)
}
class Output {
+displayOutput(String output)
}
Question <|-- MultipleChoice
Question <|-- EssayAnswer
Question <|-- Matching
MultipleChoice <|-- TrueFalse
EssayAnswer <|-- ShortAnswer
Matching <|-- Ranking
class Question {
-String questionPrompt
+Question(String questionPrompt)
+getQuestion() : String
+saveQuestion()
}
class EssayAnswer{
}
class ShortAnswer{
-int wordLimit
+setWordLimit(int limit)
+getWordLimit() : int
}
class MultipleChoice{
-ArrayList<String> Choices
+getChoices() : ArrayList<String>
}
class TrueFalse{
}
class Matching{
-ArrayList<String> choices
+setUserChoices(ArrayList<String> choices)
}
class Ranking{
-ArrayList<String> userRankings
+setUserRankings(ArrayList<String> rankings)
}
Test *-- ResponseCorrectAnswer
class ResponseCorrectAnswer {
-ArrayList<String> responses
+getResponses() : ArrayList<String> responses
+addResponse(String response);
+setResponses(ArrayList<String> responses)
+stringCompare(String correctAnswer, String response) : bool
+matchingCompare(ArrayList<String> matchingAnswers, ArrayList<String> matchingResponses)
}
@enduml | false | true | false | false | class |
ea6f0f9f9a15c7e5ca0114bea53d1f5f2e41cbcd | 8b30cabdb130ee23a92a94885c6f709c5babcf37 | /nutriClin/Diagramas/Clases.puml | e0e3d8f49939cb192621df935154455acfbd84d6 | [] | no_license | iberlot/ProgAvans | 6c5782c1b1f8bad57ffdcd9ef06c8b4499dd9e86 | 435a8bce13a7b81c15504d18a1eb17303445da37 | refs/heads/master | 2020-05-02T01:48:10.686416 | 2019-03-29T21:03:04 | 2019-03-29T21:03:04 | 177,692,124 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 966 | puml | @startuml
class Pacientes {
# int documento
# Calendar fNacimiento
# String nombre
# String apellido
# String sexo
# int telefono
# boolean obraSocial
# ArrayList <Tratamientos> tratamientos
# ArrayList <Visitas> visitas
+ boolean comprobar_fNac()
}
class Visitas {
- int numero
- Calendar fecha
- String comentarios
- ArrayList <Productos> productos
- int siguiente_numero()
}
abstract class Tratamientos {
# int numero
# String nombre
- ArrayList <Productos> productos
}
class TratNtucion extends Tratamientos {
- float caloriasMaximas
- Array <Comidas> camidasPermitidas
- float costo
}
class TratEsteticos extends Tratamientos {
- int cantidadSeciones
- float precioSecion
}
class Comidas {
}
class Productos {
- int codigo
- String nombre
- float precio
}
TratNtucion "1" o-- "*" Comidas
Pacientes "1" o-- "*" Tratamientos
Pacientes "1" o-- "*" Visitas
Visitas "1" o-- "*" Productos
@enduml | false | true | false | false | class |
d4d7a2c960de53c200da7a98dddba5a88e50be76 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestLaunchers/PlayerLauncherBuildOptions.puml | 0132d8868ce0b2ae94081e5925f8243afe4057ab | [] | 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 | 196 | puml | @startuml
class PlayerLauncherBuildOptions {
+ PlayerDirectory : string
+ <<override>> ToString() : string
}
PlayerLauncherBuildOptions --> "BuildPlayerOptions" BuildPlayerOptions
@enduml
| false | true | false | false | class |
a12073151643705e82cd1ca390743c80a46c36d0 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderRemoveItemShippingAddressAction.puml | 200928013118906f12fe790aa6bbc843175fd7f0 | [] | 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 | 464 | 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 OrderRemoveItemShippingAddressAction [[OrderRemoveItemShippingAddressAction.svg]] extends OrderUpdateAction {
action: String
addressKey: String
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
899db856f27722e85b0ee7a74b0716d6c88cfe1d | d082f824b547d2ce3bfc66ee5a24239488551919 | /examples/diagrams/state.plantuml | 5104b2be0f5882338c2bdd6b89972d918129850d | [
"MIT"
] | permissive | iris-retail/plantuml-styles | 26f1469c007cc38897723f15efca6f5606056213 | 52c1a0f038ba7ec69b96b909679852e5b9e48509 | refs/heads/main | 2023-03-28T04:33:38.849941 | 2021-03-13T20:18:51 | 2021-03-13T20:18:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 450 | plantuml | @startuml State Example
state join1 <<join>>
state end1 <<end>>
state "Req(Id)" as ReqId <<sdlreceive>>
state c <<choice>>
state Somp {
state entry1 <<entryPoint>>
state entry2 <<expansionInput>>
state sin
entry1 --> sin
entry2 -> sin
sin -> sin2
sin2 --> join1
sin2 --> exitA <<exitPoint>>
}
[*] --> entry1
exitA --> Foo
Foo : Example Text
Foo1 -> entry2
Foo1 --> ReqId
ReqId --> join1
join1 --> end1
Foo --> c
c --> end1
@enduml | false | true | false | false | state |
ffac084efcdfc9294bfdbe0d38a838ca148c7f45 | 105171abc9ad1f14285ff1e839ce907a44a06195 | /out/production/Build-A-Net/application/application.plantuml | 5983098f7017b303921be75b184986618656b0d9 | [] | no_license | Sam-Malpass/Build-A-Net | 517e20ff04764fc104db7e063da35a38bafff26f | e8259a031b588cd6087cc94f2349bcbb751fb4a2 | refs/heads/master | 2022-12-08T17:01:09.936646 | 2020-09-11T06:46:10 | 2020-09-11T06:46:10 | 232,276,459 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 647 | plantuml | @startuml
title __APPLICATION's Class Diagram__\n
namespace application {
class application.Main {
- mainScene : Scene
- mainStage : Stage
{static} - messageInterface : MessageBus
- windowHeight : double
- windowWidth : double
{static} + passMessage()
{static} + passMessage()
+ start()
- setup()
}
}
application.Main -up-|> javafx.application.Application
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 |
ada49b5ba9abc9873a641f0ce7ea864eb385064c | 4603e564a28249ae32005011beb9f261f53ecb6d | /stackLandscape.plantuml | 3d6d7998a3f0d4a2a0cc9cff4306ec60493ef42b | [
"MIT"
] | permissive | Eifel42/pihole-docker | c55d2af153053db2600728ea53e4199bc9a6ab80 | 99a3a749c92620ad1c1533967181be19c85a98b2 | refs/heads/main | 2023-05-08T09:35:45.461414 | 2021-05-30T16:28:53 | 2021-05-30T16:28:53 | 367,141,752 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 968 | plantuml | @startuml
skinparam componentStyle rectangle
skinparam defaultTextAlignment center
node "Linux Host" {
frame "Docker Containers / Hosts" {
frame "pihole_net 192.168.0.137/29" {
component [ pc3_pihole\n network 192.168.0.140 \n subnet 172.30.9.4] as pc3
component [ pc4_pihole\n network 192.168.0.138 \n subnet 172.30.9.5] as pc4
frame "subnet pihole_dns 172.30.9.0/29" {
component [ pc1_cloudflared \n subnet 172.30.9.1] as pc1
component [ pc2_cloudflared \n subnet 172.30.9.2] as pc2
}
}
}
}
cloud {
frame "Cloudfare" {
component [ DNS 1.1.1.1 ] as dns1
component [ DNS 1.0.0.1 ] as dns2
}
}
pc3 --> pc1
pc3 --> pc2
pc4 --> pc1
pc4 --> pc2
pc1 -> dns1
pc1 -> dns2
pc2 --> dns1
pc2 --> dns2
@enduml | false | true | false | false | component |
a74c4eb62e77ae7476bbcbd62518b6529fe56ce7 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /chrome/browser/ui/android/omnibox/java/src/org/chromium/chrome/browser/omnibox/suggestions/mostvisited/doc/most-visited-tiles-recycled-view-flow.puml | 51bad84bbb73b539815afd671167e7ea73bde2ce | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | PlantUML | false | false | 1,660 | puml | #!/bin/env plantuml -tpng
@startuml most-visited-tiles-recycled-view-flow
scale 1
skinparam shadowing false
skinparam monochrome true
participant Owner as O
participant Processor as P
participant RecycledViewPool as RVP
participant ViewBinder as VB
participant RecyclerView as RV
participant TileView as TV
group Common initialization
activate O
O-> P : Create
activate P
group RecycledViewPool\ncreation and ownership
P -> RVP : Create
activate RVP
P <-- RVP
end
O -> VB : Create
activate VB
O <-- VB
end
...
group Received suggestions with Most Visited Tiles
O -> P : //doesProcessSuggestion()//
O <-- P : //true//
O -> P : //getViewTypeId()//
O <-- P : //TILE_NAVSUGGEST//
O -> RV : Create
activate RV
O <-- RV
O -> P : //populateModel()//
group RecycledViewPool application
P -> VB: apply recycled view pool
VB -> RV : //setRecycledViewPool()//
end
end
...
group Recycled view in action
group No views in RecycledViewPool
RV -> RVP : //getRecycledView()//
RV <-- RVP : //null//
RV -> TV : Create
activate TV
RV <-- TV
end
...
Group TileView reuse via RecycledViewPool
RV -> RVP : //putRecycledView(TileView)//
activate RVP #ccc
RV <-- RVP
...
RV -> RVP : //getRecycledView()//
RV <-- RVP : //TileView//
deactivate RVP
end
end
...
group Received sugggestions without Most Visited Tiles
O -> P : //doesProcessSuggestion()//
O <-- P : //false//
O -X RV: remove view
RV -> RVP : //putRecycledView(TileView)//
activate RVP #ccc
RV <-- RVP
O <-- RV
destroy RV
end
...
group Omnibox focus lost
O -> P : //onUrlFocusChange(false)//
P -> RVP : //clear()//
RVP -> TV : release
RVP <-- TV
destroy TV
P <-- RVP
deactivate RVP
O <-- P
end
@enduml | false | true | false | false | sequence |
d67698a7408e541096f07c47de8d372ec56f723a | 690e043221167b0f9f998d5a199845c19d39e53a | /Artefatos/Diagramas/Casos de Uso/Diagrama_UC_Devflix.puml | bf42a7c1182d65c92477ae756156def13fbc2af0 | [
"MIT"
] | permissive | MurylloEx/DevFlix-PSW | ef94d023ffe22b746331e19aa1e816fb08fb12ae | 89543abf1ffb60116c650786e7f3ca26cb28a209 | refs/heads/main | 2023-04-24T11:43:47.931949 | 2021-03-29T13:51:21 | 2021-03-29T13:51:21 | 340,370,650 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,291 | puml | @startuml DevFlix
title <b>Caso de Uso DevFlix</b>
left to right direction
skinparam Style strictuml
skinparam packageStyle rect
scale 2048 width
scale 2048 height
actor Usuário as USER
actor Administrador as ADMIN
ADMIN -down-> USER
package "Autenticação" {
(Gerenciar usuários) as UC01
(Incluir usuários) as UC02
(Alterar usuários) as UC03
(Excluir usuários) as UC04
(Listar usuários) as UC05
(Autenticar) as UC06
(Entrar com Facebook) as UC07
(Entrar com Google) as UC08
(Desconectar) as UC09
(Cadastrar) as UC10
(Cadastrar com Google) as UC11
(Cadastrar com Facebook) as UC12
UC01 <.. UC05 : extend
UC01 <.. UC04 : extend
UC01 <.. UC03 : extend
UC01 <.. UC02 : extend
UC10 <.. UC11 : extend
UC10 <.. UC12 : extend
UC06 <.. UC07 : extend
UC06 <.. UC08 : extend
ADMIN -right-> UC01
USER -up-> UC10
USER -up-> UC06
USER -down-> UC09
}
package "Canais" {
(Gerenciar canais) as UC18
(Incluir canais) as UC19
(Alterar canais) as UC20
(Excluir canais) as UC21
(Listar canais) as UC22
(Buscar canais) as UC23
UC18 <.. UC19 : extend;
UC18 <.. UC20 : extend;
UC18 <.. UC21 : extend;
UC18 <.. UC22 : extend;
UC18 <.. UC23 : extend;
USER -up-> UC18
}
package "Perfil" {
(Gerenciar perfil) as UC13
(Alterar foto) as UC14
(Alterar descrição) as UC15
(Alterar preferências) as UC16
(Alterar visibilidade do perfil) as UC17
UC13 <.. UC14 : extend
UC13 <.. UC15 : extend
UC13 <.. UC16 : extend
UC13 <.. UC17 : extend
USER -left-> UC13
}
package "Categorias" {
(Gerenciar categorias) as UC24
(Incluir categorias) as UC25
(Alterar categorias) as UC26
(Excluir categorias) as UC27
(Listar categorias) as UC28
(Buscar categorias) as UC29
UC24 <.. UC25 : extend;
UC24 <.. UC26 : extend;
UC24 <.. UC27 : extend;
UC24 <.. UC28 : extend;
UC24 <.. UC29 : extend;
(Compartilhar categoria) as UC30
(Compartilhar Url da categoria) as UC31
(Compartilhar categoria no Whatsapp) as UC32
UC30 <.. UC31 : extend;
UC30 <.. UC32 : extend;
(Gerenciar comentários da categoria) as UC33
(Incluir comentários da categoria) as UC34
(Alterar comentários da categoria) as UC35
(Excluir comentários da categoria) as UC36
(Listar comentários da categoria) as UC37
UC33 <.. UC34 : extend;
UC33 <.. UC35 : extend;
UC33 <.. UC36 : extend;
UC33 <.. UC37 : extend;
USER -right-> UC24
USER -right-> UC30
}
package "Vídeos" {
(Gerenciar vídeos) as UC38
(Incluir vídeos) as UC39
(Alterar vídeos) as UC40
(Excluir vídeos) as UC41
(Listar vídeos) as UC42
(Buscar vídeos) as UC43
UC38 <.. UC39 : extend;
UC38 <.. UC40 : extend;
UC38 <.. UC41 : extend;
UC38 <.. UC42 : extend;
UC38 <.. UC43 : extend;
(Compartilhar vídeo) as UC44
(Compartilhar Url do vídeo) as UC45
(Compartilhar vídeo no Whatsapp) as UC46
UC44 <.. UC45 : extend;
UC44 <.. UC46 : extend;
(Gerenciar comentários do vídeo) as UC47
(Incluir comentários do vídeo) as UC48
(Alterar comentários do vídeo) as UC49
(Excluir comentários do vídeo) as UC50
(Listar comentários do vídeo) as UC51
UC47 <.. UC48 : extend;
UC47 <.. UC49 : extend;
UC47 <.. UC50 : extend;
UC47 <.. UC51 : extend;
USER -right-> UC38
USER -right-> UC44
(Registrar alterações) as UC61
UC61 <.. UC40 : include;
UC61 <.. UC41 : include;
}
package "Youtube" {
(Buscar vídeos do Youtube) as UC52
(Selecionar vídeos) as UC53
(Visualizar metadados) as UC54
(Ordenar resultados) as UC55
(Importar vídeos) as UC56
UC52 <.. UC53 : extend;
UC52 <.. UC54 : extend;
UC52 <.. UC55 : extend;
UC52 <.. UC56 : extend;
UC56 <.. UC39 : include;
USER -right-> UC52
}
package "Administração" {
(Moderar vídeos) as UC57
(Moderar categorias) as UC58
(Moderar comentários) as UC59
(Notificar usuário) as UC60
(Registrar moderação) as UC62
UC58 ..> UC24 : include;
UC57 ..> UC38 : include;
UC59 ..> UC33 : include;
UC59 ..> UC47 : include;
ADMIN -left-> UC57
ADMIN -down-> UC58
ADMIN -down-> UC59
ADMIN -left-> UC60
UC61 <.. UC26 : include;
UC61 <.. UC27 : include;
UC62 <.. UC58 : include;
UC62 <.. UC59 : include;
}
@enduml | false | true | true | false | usecase |
e24bbc1fc4a673d760bfb5d11f5691b87ba5b3c0 | e802274e9f7765ecc472232647b040bb9ea1ce9f | /docs/UML_diaghrams/database_feature/DataBase_search.puml | 94ccdd337b954f6ef9c8cb6be7c0c370132b4f70 | [] | no_license | HengFuYuen/tp | 22dbcd4c31951250d07c9a326461ab9783b2af93 | 747d19bba7bd8315c6d472a3d99f5e3652a832a0 | refs/heads/master | 2023-01-12T00:22:17.158213 | 2020-11-09T16:07:05 | 2020-11-09T16:07:05 | 300,172,151 | 0 | 0 | null | 2020-10-01T06:32:11 | 2020-10-01T06:32:10 | null | UTF-8 | PlantUML | false | false | 569 | puml | @startuml
--> DataBase : searchFoodByIndex
activate DataBase
DataBase -> Stream : foodStream()
activate Stream
Stream --> DataBase : foodStream
DataBase -> Stream : skip()
Stream --> DataBase : foodStream.skip
DataBase -> Stream : findFirst()
Stream --> DataBase : optional Food
deactivate Stream
activate OptionalFood
DataBase -> OptionalFood : orElseThrow()
alt food is present
OptionalFood --> DataBase : Food
end
alt food is not present
OptionalFood --> DataBase : NoSuchElementException
end
destroy OptionalFood
<-- DataBase : Food
deactivate DataBase
@enduml | false | true | false | false | sequence |
b9beab91dc7b4a97050c337e97ed734636605cc5 | 2bf6958eecc139afea58379088deb44318ecd478 | /Lab submit/60030014/Read Instruction/Read Instruction.puml | cf5678224dca64ada1352134addbd4d59a50626d | [] | no_license | OOAD-2563/OOAD-WEEK11 | dcce1041de7b7eac4736de8cecc8e6f52ad06f00 | 80271667ca33f43ca908d14bf28a854be38e93ac | refs/heads/master | 2022-07-13T08:52:22.578294 | 2020-05-11T15:08:25 | 2020-05-11T15:08:25 | 262,949,848 | 0 | 0 | null | 2020-05-11T05:45:46 | 2020-05-11T05:45:46 | null | UTF-8 | PlantUML | false | false | 263 | puml | @startuml Read
skinparam Shadowing false
skinparam state{
BackgroundColor Yellow
BorderColor black
}
[*] -> Ready
Ready : do/waiting for instruction
readInstruction : do/show all instruction
Ready -> readInstruction:Read command
readInstruction --> [*]
@enduml | false | true | false | false | sequence |
5858249fda21f3aaee43338ce0cb7d69af5dfd26 | f29ab18e6e3d9a144e29dede4e9b2c3d40f344ea | /diagrams/signal-end-2-end.puml | f3d9dfa1a3b5bb49c7417cfef2ea6d3049d4c4a7 | [] | no_license | blockrockettech/signal-api | 907fec5ee8fea7125d4328232a8ffcad02233646 | cc5a2fc54ee5d6a00d731c31a08876450ff1ff71 | refs/heads/master | 2020-04-10T04:26:17.124763 | 2018-12-07T09:17:40 | 2018-12-07T09:17:40 | 160,798,119 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,674 | puml | @startuml
actor OdnSender
entity SenderMessengerApp
boundary MessengerServer
entity RecipientMessengerApp
actor OdnRecipient
alt
group Registration
OdnSender -> SenderMessengerApp: register public key
SenderMessengerApp -> SenderMessengerApp: generate registration ID
SenderMessengerApp -> SenderMessengerApp: generate pub/priv key pair
SenderMessengerApp -> SenderMessengerApp: generate identity key
note left: Keys required by signal protocol
SenderMessengerApp -> SenderMessengerApp: generate pre key
SenderMessengerApp -> SenderMessengerApp: generate signed pre key
SenderMessengerApp -> MessengerServer: register keys
SenderMessengerApp -> SenderMessengerApp: build local signal store
end
alt
group Session
SenderMessengerApp -> MessengerServer: fetch recipient keys
MessengerServer ---> SenderMessengerApp: keys
SenderMessengerApp -> SenderMessengerApp: add recipient keys to signal store
SenderMessengerApp -> SenderMessengerApp: build session
group Encrypt
OdnSender -> SenderMessengerApp: "Hello World"
MessengerServer ---> SenderMessengerApp: keys
SenderMessengerApp -> SenderMessengerApp: build session cipher
SenderMessengerApp -> SenderMessengerApp: encrypt message
SenderMessengerApp -> MessengerServer: send encrypted message
end
end
group Decrypt
RecipientMessengerApp -> MessengerServer: Poll for message
MessengerServer ---> RecipientMessengerApp: message
note right: Presuming recipient is registered\n and has sender keys in store
RecipientMessengerApp -> RecipientMessengerApp: build session cipher
RecipientMessengerApp -> RecipientMessengerApp: decrypt message
RecipientMessengerApp -> OdnRecipient: "Hello World"
end
@enduml
| false | true | false | false | sequence |
711b70221fdf059bb05769de66cdf0863ca2fd35 | 18fc9f62daabb3bbfd158acb7a5657e8a72f133c | /Entwurf/Diagramme/Sequenzdiagramme/sequenz_simulation.puml | 757fde14744e42ba303ee956adf9ff4565d277ef | [
"MIT"
] | permissive | tzz1995/pse | 62b4f1ec3b0b02c221f43c1223f905d769e0bd37 | eb2179dea45564ae343a752724e849a0fb435d59 | refs/heads/master | 2021-10-23T20:22:57.125118 | 2019-03-19T18:04:16 | 2019-03-19T18:04:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 638 | puml | @startuml
title Simulationsablauf
skinparam sequenceParticipant underline
hide footbox
participant "sim:Simulation" as A
participant ":PairingAlgorithm" as B
participant ":AdaptationAlgorithm" as C
participant ":RankingAlgorithm" as RA
-> A: run()
activate A
loop <maxZyklen und kein Gleichgewicht
loop Runden
A -> B: getPairing(this)
activate B
A <<-- B: currentPairs
deactivate B
A -> A: simulate()
activate A
deactivate A
end
A -> RA: getRankings(this)
activate RA
A <<-- RA: rankings
deactivate RA
A -> C: adapt(this)
activate C
A <<-- C
deactivate C
end
<<-- A: "done"
deactivate A
@enduml | false | true | false | false | sequence |
b70ba1427b6a985fac21603c43852ccd90f1984f | cfcf3c1b531a2cc9d74147b81903d56e8cb42218 | /images/ch2-2-int32-to-char-ptr.plantuml | 72d16e1369ae8a3d9ddddba8e80504f8f0e24abd | [
"BSD-2-Clause",
"CC-BY-NC-ND-4.0"
] | permissive | daheige/advanced-go-programming-book | d49f5e11983d8048eb44c74609662c5e70a5fa0d | 0241bdc1675532b378912aefd8086fb10526b952 | refs/heads/master | 2022-12-07T19:14:18.865094 | 2022-12-01T04:25:24 | 2022-12-01T04:25:24 | 191,374,142 | 2 | 0 | BSD-2-Clause | 2019-06-11T13:10:35 | 2019-06-11T13:10:34 | null | UTF-8 | PlantUML | false | false | 654 | plantuml | ' Copyright 2017 <chaishushan{AT}gmail.com>. All rights reserved.
' Use of this source code is governed by a Apache
' license that can be found in the LICENSE file.
@startuml
title int32 <=> *C.char
participant int32
participant uintptr
participant unsafe.Pointer as unsafe_Pointer
participant "~*C.char" as c_char_ptr
== Go ==
int32 -> uintptr: int32 to uintptr
uintptr -> unsafe_Pointer: uintptr to unsafe.Pointer
== CGO ==
unsafe_Pointer -> c_char_ptr: unsafe.Pointer to *C.char
c_char_ptr -> unsafe_Pointer: ~*C.char to unsafe.Pointer
== Go ==
unsafe_Pointer -> uintptr: unsafe.Pointer to uintptr
uintptr -> int32: uintptr to int32
@enduml
| false | true | false | false | sequence |
7ac92026a4e395d3db206abe103a131767a13175 | d642ad69c481efd4d83f6a43af4a631b09e9d543 | /docs/schema/subscribeAPI.plantuml | b00059ac885779d9d7c95b9e41d0d6c15c611eef | [
"Apache-2.0"
] | permissive | alexeil/sikb-api | b97ee35bc8f039d07cdd637ee2dd8a950bf654db | fdeb616dc4bfc040a6cfd65a78f1e05b7cd37acc | refs/heads/master | 2022-10-01T12:25:48.254181 | 2019-07-28T18:11:12 | 2019-07-28T18:11:12 | 157,974,272 | 0 | 1 | Apache-2.0 | 2022-09-08T00:59:31 | 2018-11-17T10:36:21 | Java | UTF-8 | PlantUML | false | false | 189 | plantuml | @startuml
title Subscribe API
participant "Api client" as client
participant "Admin" as admin
client -> admin : subscribe to api
client <-- admin : OK (provide login/password)
@enduml | false | true | false | false | sequence |
50a1619cda208cb8e06f2e4c8dfcacf45e0999e5 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/spec/concordion/specificationType/specificationType.plantuml | d8cb1ac73e69e74bc1815740cbd4b7aeaa7fb63d | [
"WTFPL"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 394 | plantuml | @startuml
title __SPECIFICATIONTYPE's Class Diagram__\n
package spec.concordion {
package spec.concordion.specificationType {
class SpecificationTypeFixture {
}
}
}
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 |
43ffcf385bb2183596b7ae7a7eae37850b487855 | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/network-discovery/ISL-FSM.puml | 32c77fe4102de9fbe58457edbfb2a3d5d1967ea2 | [
"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,684 | puml | Internal data:
* reference
* effective-status
* port-state-monitor
* poll-monitor
* bfd-monitor
* round-trip-monitor
Input signals:
* isl-up
* isl-down
* isl-move
* BFD-up
* BFD-down
* BFD-kill
* BFD-fail
* BFD-properties-update
* round-trip-status
Internal(self-injected) signals
* _become_down
Output signals:
* bisl-up (notify BFD-port, notify reroute)
* bisl-down (notify reroute)
* bisl-bfd-properties-update
* bisl-bfd-disable
* isl-move
@startuml
title ISL FSM
[*] --> OPERATIONAL
state OPERATIONAL {
[*] --> PENDING
PENDING --> ACTIVE : _become_up
PENDING --> INACTIVE : _become_down
PENDING --> MOVED : _become_moved
state ACTIVE {
[*] --> SET_UP_RESOURCES
SET_UP_RESOURCES --> USABLE : _resources_done
SET_UP_RESOURCES : enter / init attempts count from config
SET_UP_RESOURCES : enter / send install isl rules for A-end
SET_UP_RESOURCES : enter / send install isl rules for Z-end
SET_UP_RESOURCES : isl-rule-installed / mark setup done for mentioned endpoint
SET_UP_RESOURCES : isl-rule-installed [both sides are valid] / emit _setup_done
SET_UP_RESOURCES : isl-rule-failed [has attempts] / emit install isl rules for failed endpoint
SET_UP_RESOURCES : isl-rule-failed [!has attempts] / emit _setup_done
USABLE : enter / persist state
USABLE : enter [isBfdEnabled] / emit bisl-bfd-properties-update
USABLE : enter / emit reroute-down
}
ACTIVE --> INACTIVE : _become_down
ACTIVE --> MOVED : _become_moved
INACTIVE --> ACTIVE : _become_up
INACTIVE -r-> MOVED : _become_moved
INACTIVE : enter / persist state
INACTIVE : enter / emit isl-down
INACTIVE : enter / emit reroute-affected
MOVED --> ACTIVE : _become_up
MOVED : enter / persist state
MOVED : enter / emit isl-move
MOVED : enter / emit bisl-bfd-disable
MOVED : enter / emit disable auxiliary-poll-mode
MOVED : enter / emit reroute-affected
}
OPERATIONAL --> CLEAN_UP_RESOURCES : isl-remove [effective_status != ACTIVE]
OPERATIONAL : enter / setup discovery monitors
OPERATIONAL : enter / load persisted state
OPERATIONAL : enter [effective_status == ACTIVE && isBfdEnabled] / emit bisl-bfd-properties-update
OPERATIONAL : isl-(up|down|move) / evaluate-state (can emit sync and|or _become_(up|down|moved))
OPERATIONAL : bfd-(up|down|kill|fail) / evaluate-state (can emit sync and|or _become_(up|down))
OPERATIONAL : bfd-(up|down) / emit enable auxiliary-poll-mode
OPERATIONAL : bfd-(kill) / emit disable auxiliary-poll-mode
OPERATIONAL : bfd-properties-update / emit bfd-kill
OPERATIONAL : bfd-properties-update / emit bisl-bfd-properties-update
OPERATIONAL : round-trip-status / evaluate-state (can emit sync and|or _become_(up|down))
OPERATIONAL : _flush / persist discovery data
OPERATIONAL : exit / emit bisl-bfd-disable
OPERATIONAL : exit / emit disable auxiliary-poll-mode
CLEAN_UP_RESOURCES : enter / init attempts count from config
CLEAN_UP_RESOURCES : enter / send remove isl rules for A-end endpoint
CLEAN_UP_RESOURCES : enter / send remove isl rules for Z-end endpoint
CLEAN_UP_RESOURCES : isl-rule-installed / mark remove done for mentioned endpoint
CLEAN_UP_RESOURCES : isl-rule-removed [both endpoints are valid] / emit isl-remove-finished
CLEAN_UP_RESOURCES : isl-rule-failed [has attempts] / emit remove isl rules for failed endpoint
CLEAN_UP_RESOURCES : isl-rule-failed [!has attempts] / emit isl-remove-finished
CLEAN_UP_RESOURCES --> DELETED : _resources_done
CLEAN_UP_RESOURCES --> OPERATIONAL : isl-(up|move)|round-trip-status[status!=down]
DELETED -> [*]
DELETED : enter / emit isl-removed-notification
@enduml
| false | true | false | false | sequence |
aa1d555a904c0e05742039dc1ca0ffd1d91f396f | acfe4c2ba05f99ee718fc7b55daa92f766195ae1 | /src/main/java/Exercise44/Exercise44.puml | a3dada4c38d087cfde4948d97122b4477c144947 | [] | no_license | RobertUriarte/Uriarte-cop3330-assignment3 | 5ea15a55014b317647fef879373e166685e59e2e | 0135a62c38c2287fc4851e82c19b62fba29a707c | refs/heads/master | 2023-06-15T04:15:06.995278 | 2021-07-01T05:40:22 | 2021-07-01T05:40:22 | 378,049,486 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 894 | puml | @startuml
'https://plantuml.com/class-diagram
class Exercise44{
+ product: Products
- print_products(product)
}
class ProductSearch{
+ scan: Scanner
+ input: String
+ products: List<Product>
- Search_for_products(products)
}
class ParseJsonFile{
+ products: List<products>
+ fileElement: JsonElement
+ fileObject: JsonObject
+ jsonArrayofProducts: JsonArray
+ name: String
+ price: String
+ quantity: String
+ product: Product
+ json: File
- parse(json file)
}
class Product{
+ name: String
+ price: String
+ quantity: String
- getName()
- setName(String name)
- getPrice()
- setPrice(String price)
- getQuantity()
- setQuantity(quantity)
}
Exercise44 o--> ProductSearch
Exercise44 o--> Product
ProductSearch o--> ParseJsonFile
ProductSearch o--> Product
ParseJsonFile o--> Product
@enduml | false | true | false | false | class |
87f02d38413699a87ef807d18eee18c0b7bbf7a5 | 7a97fd8a95ed306ec7a7eb827ba68ffaa858990f | /src/main/java/Iterateur/Name/README.puml | acf28c758a5cc4d636690602c09a132d9170b1c4 | [] | no_license | guiddel23/LOG121-GOF-exemples | c114a7a20755d7cbc07034bc70e1f5f15dc0e591 | 8649babfa1f0d53d04adb2624de1f230c216f346 | refs/heads/master | 2023-04-19T18:06:34.418397 | 2021-05-14T16:22:59 | 2021-05-14T16:22:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,471 | puml | @startuml Diagramme de classe
skinparam style strictuml
interface Container <<Interface>> {
getIterator(): Iterator
}
interface Iterator <<Interface>> {
hasNext(): boolen
next(): Object
}
class NameRepository{
name: String[]
getIterator(): Iterator
}
class NameIterator{
hasNext(): boolean
next(): Object
}
class NameRepositoryTest{
}
class NameRepository implements Container
class NameIterator implements Iterator
NameRepository .left-> NameIterator : depend on
NameRepository <-left- NameIterator : internal
NameRepositoryTest -left-> Iterator : uses
Container <-left- NameRepositoryTest : uses
@enduml
@startuml diagramme de séquence
skinparam Style strictuml
title Diagramme de séquence
actor main
participant "namesRepository:NameRepository" as namesRepository
participant "names: String" as names
participant "name:String" as name
participant "iter:NameIterator" as iter
main -> namesRepository ** : namesRepository = new NameRepository()
main -> names **
main -> namesRepository : iter = getIterator()
namesRepository -> iter ** : iterateur = new NameIterator()
iter --> namesRepository
namesRepository --> main : return iterateur
main -> iter : aSuivant = hasNext()
iter -> names : taille = length
alt (index < taille)
iter --> main : true
else (else)
iter --> main : false
end
loop (aSuivant)
main -> iter : suivant = next()
iter -> iter : aSuivant2 = hasNext()
alt (aSuivant2)
iter -> names : item = names[index]
iter --> main : return item
else (else)
iter --> main : return null
end
main -> name ** : suivant = name
main -> System.out : print(suivant)
main -> names : names += name
main ->namesRepository : aSuivant = hasNext()
end
@enduml
@startuml Diagramme de sequence
skinparam style strictuml
actor IteratorPatternDemo
participant "nameRepository:NameRepository" as NameRepository
participant "nameIterator:NameIterator" as NameIterator
participant "System.out" as System
IteratorPatternDemo --> NameRepository ** : nameRepository = new()
IteratorPatternDemo -> NameRepository : getIterator()
NameRepository --> NameIterator ** : nameIterator = new()
NameRepository --> IteratorPatternDemo : nameIterator
IteratorPatternDemo -> NameIterator : hasNext = hasNext()
loop hasNext
IteratorPatternDemo -> NameIterator : currentItem = next()
IteratorPatternDemo -> System : println(currentItem)
IteratorPatternDemo -> NameIterator : hasNext = hasNext()
end
@enduml | false | true | true | false | usecase |
b91555fb6ea11843b968fbd8f936d9dd8d0eafb9 | 4ac1774f06e89230cfe35d65f5a8f07acdaaec9a | /src/main/resources/test.puml | d7808de56b62ef9fecd2b0b36df0214409972c7d | [
"Apache-2.0"
] | permissive | davidhoyt/playground-scala | 3269017abe97866857bdadffe100c375087a41fc | 4f3752cf6b2690e1ed5d69c26ee2a999984452a0 | refs/heads/master | 2021-05-16T03:22:18.020990 | 2017-11-10T07:25:20 | 2017-11-10T07:25:38 | 35,286,095 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,115 | puml | @startuml
actor User as u
participant Queue as q
participant EventConsumer as ec << Actor >>
participant TimelineServiceActor as tsa << Actor >>
participant TimelineService as ts
participant "TimelineEvent" as tec << Cache >>
participant "TimelineIndex" as tic << Cache >>
database UserDB as db
title
TimelineEvent Updates
Before Entry Processor approach
Short index expiration period
end title
q->>ec: JSON
ec->>tsa: StoreEvent(userId, timelineEvent)
activate tsa
tsa->tec: put(timelineEvent)
tec->db: write
deactivate tsa
u->tsa: GetEvents
activate tsa
tsa->ts: timeline(query)
activate ts
ts->tic: get(userId)
tic->db: load
db-->tic: index data
tic-->ts: timelineIndex
ts->tec: getAll()
tec->db: load (as needed)
db-->tec: event data
tec-->ts: events
ts-->tsa: timeline
deactivate ts
tsa-->u: timeline JSON
deactivate tsa
@enduml
@startuml
actor User as u
participant Queue as q
participant EventConsumer as ec << Actor >>
participant TimelineServiceActor as tsa << Actor >>
participant TimelineService as ts
participant "TimelineEvent" as tec << Cache >>
participant "TimelineIndex" as tic << Cache >>
participant "entryProcessor: TimelineIndexEntryProcessor" as tiep
database UserDB as db
title
TimelineEvent Updates
Entry Processor approach
Non-expiring indexes
end title
q->>ec: JSON
ec->>tsa: StoreEvent(userId, timelineEvent)
activate tsa
tsa->tec: put(timelineEvent)
tec->db: write
tsa->tic: invoke(userId, entryProcessor, timelineEvent)
opt index not loaded
tic->db: load
db-->tic: index data (including timelineEvent)
end
tic->tiep: process(userId, timelineIndex, timelineEvent)
activate tiep
opt timelineEvent not in index
tiep-->tic: updatedTimelineIndex
end
tiep-->tsa: timelineSummary
deactivate tiep
deactivate tsa
u->tsa: GetEvents
activate tsa
tsa->ts: timeline(query)
activate ts
ts->tic: get(userId)
note right: No database access needed unless user's index has been evicted
tic-->ts: timelineIndex
ts->tec: getAll()
tec->db: load (as needed)
db-->tec: event data
tec-->ts: timelineEvents
ts-->tsa: timeline
deactivate ts
tsa-->u: timeline JSON
deactivate tsa
@enduml | false | true | false | false | usecase |
b23870e87861d0299d96705fcbffda8896e2792e | 123a4a7988417b40d9255a31a159c72426816c96 | /assignement-2.plantuml | ae20ac320a18c1dc911d5db3ff502b6590da90d4 | [] | no_license | 401-advanced-javascript-joejemmely/lab-36 | bbb10a0074a25009fdaf9cd639d0c2c333f6b171 | 1887d913d414505d4ca5eadf6a5aa355827cc1f9 | refs/heads/master | 2020-06-13T17:48:36.381321 | 2019-07-02T19:36:41 | 2019-07-02T19:36:41 | 194,738,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 300 | plantuml | @startuml lab-36-2
class Redux << (P,yellow) Provider>> {
~store
}
class App {
==props==
# app: Object
# handleChange: function
}
class Number {
==props==
# numbers: Object
# handleChange: function
# handleReset: function
}
Redux <..> App
Redux <..> Number
App --# Number
@enduml | false | true | false | false | class |
6d4e21ba4f46e4c1d2652b013d0990f5852a15c0 | 01a4c6a63915e94ed41a6288a02fca244e28d1ef | /To Do List/out/production/To Do List/ToDOList/ToDoList.plantuml | 710e46b95f724bae1cce646d662c3c20a72d1911 | [] | no_license | Usaghir/ToDoList | 3543f989602be4a3d5fc79bfa0974eb942f77125 | 9670bfeb7aa03c373605409cbcb8c81189fd28b6 | refs/heads/master | 2022-09-30T02:33:47.346891 | 2020-06-04T13:03:39 | 2020-06-04T13:03:39 | 245,476,648 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,326 | plantuml | @startuml
skinparam linetype ortho
ToDoList.Main "1" -- "many" ToDoList.MenuText : MenuText
ToDoList.Task o-- ToDoList.Project : aggregation
ToDoList.Main -- ToDoList.Menu : Menu
ToDoList.Main -- ToDoList.Project : Project
ToDoList.Main "1" -- "many" ToDoList.Task : contains
ToDoList.Menu -- ToDoList.MenuText : MenuText
title __TODOLIST's Class Diagram__\n
namespace ToDoList {
class ToDoList.Main {
{static} + main()
}
}
namespace ToDoList {
class ToDoList.Menu {
+ addTaskData()
+ editTasks()
+ showTasks()
}
}
namespace ToDoList {
class ToDoList.Task {
~ dueDate : String
~ status : String
~ title : String
+ Task()
+ Task()
+ getDueDate()
+ getProject()
+ getStatus()
+ getTitle()
+ setDueDate()
+ setProject()
+ setStatus()
+ setTitle()
}
}
namespace ToDoList {
class ToDoList.Project {
~ name : String
+ Project()
+ Project()
+ getName()
+ setName()
}
}
namespace ToDoList {
class ToDoList.MenuText {
~ menuOptionsText : String
~ selectOption1 : String
~ selectOption2 : String
~ selectOption3 : String
~ selectOption4 : String
~ selectOption5 : String
~ selectOption6 : String
~ selectOption7 : String
~ taskListHeadingText : String
~ welcomeText : String
+ MenuText()
+ getMenuOptionsText()
+ getSelectOption1()
+ getSelectOption2()
+ getSelectOption3()
+ getSelectOption4()
+ getSelectOption5()
+ getSelectOption6()
+ getSelectOption7()
+ getTaskListHeadingText()
+ getWelcomeText()
+ setSelectOption1()
+ setSelectOption2()
+ setSelectOption3()
+ setSelectOption4()
+ setSelectOption5()
+ setSelectOption6()
+ setSelectOption7()
}
}
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 |
144e6af1fd4eece4dfe118abd4b7a8513ce13748 | ffbc236cfbbda0b7af27e8f1626b8d538327d707 | /uml/component-diagrams/CD-SODALITEGeneralArchitecture - by layers.puml | aa37629bc539880fc974c6ff28b1ceba30327e76 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | SODALITE-EU/project-wide-documentation | bd035fd455660368675843cdee74f86b8f685629 | 7a7b8ce76add1940c5f501ae2c2280ab47b939de | refs/heads/master | 2021-12-27T17:22:26.360944 | 2021-12-22T15:48:10 | 2021-12-22T15:48:10 | 225,436,822 | 3 | 3 | Apache-2.0 | 2021-12-22T15:49:03 | 2019-12-02T17:59:29 | null | UTF-8 | PlantUML | false | false | 1,593 | puml | @startuml
title SODALITE General Architecture
skinparam fixCircleLabelOverlapping true
skinparam defaultFontSize 20
'WP3 modelling layer
[SODALITE\nModeling Layer] as WP3 #PaleGreen
interface "Semantic\nReasonerAPI" as sem #PaleGreen
WP3 -d- sem
'WP4 infrastructure as Code layer
[SODALITE\nInfrastructure as Code Layer] as WP4 #LightSalmon
interface "Deployment\nPreparationAPI" as dep #LightSalmon
interface "DefectPrediction\nCorrectionAPI" as defect #LightSalmon
interface "IaCVerifactionAPI" as verif #LightSalmon
interface "ImageRegistryAPI" as imagereg #LightSalmon
interface "ImageBuilderAPI" as imagebuilder #LightSalmon
interface "PlatformDiscoveryAPI" as pds #LightSalmon
WP4 -u- dep
WP4 -u- defect
WP4 -u- verif
WP4 -u- pds
WP4 -d- imagereg
WP4 -u- imagebuilder
'WP4 infrastructure as Code layer
[SODALITE\nRuntime Layer] as WP5 #LightSkyBlue
interface "MonitoringAPI" as mon #LightSkyBlue
interface "OrchestratorAPI" as orch #LightSkyBlue
WP5 -u- mon
WP5 -u- orch
'security APIs
interface "IAMIntrospectionAPI" as IAMApi #LightSlateGrey
interface "SecretVaultAPI" as VaultAPI #LightSlateGrey
cloud {
node OpenStack
node k8s as K8S
node "PBS/Slurm" as wlm
node AWS
node OpenFaaS
}
WP3 -d-( IAMApi
WP3 -d-( VaultAPI
WP3 -d-( dep
WP3 -d-( defect
WP3 -d-( verif
WP3 -d-( mon
WP3 -d-( orch
WP3 -d-( imagebuilder
WP3 -d-( pds
WP4 -u-( IAMApi
WP4 -u-( VaultAPI
WP4 -u-( sem
WP4 -u-( orch
WP5 -u-( IAMApi
WP5 -u-( VaultAPI
WP5 -u-( imagereg
WP5 -r-( dep
WP5 -r-( sem
WP5 .d.> OpenStack
WP5 .d.> K8S
WP5 .d.> wlm
WP5 .d.> AWS
WP5 .d.> OpenFaaS
@enduml
| false | true | false | false | class |
c5ea4a7e818d1d548778fd4f1a6ae44817cf9499 | fafaf973381b21bea8eb334545ded62282cba3a2 | /singleton/Singleton.plantuml | 593434be0e5bae449d47fd0916a696eebad23592 | [] | no_license | recepkaraca/DesignPatternsCourse | d9edc61009b4313a08b0383473b0d97f8fb0a2dd | 69f507ebec842c6b50e9a2a093496f62760170fe | refs/heads/master | 2022-09-11T10:19:54.206890 | 2020-06-02T22:51:09 | 2020-06-02T22:51:09 | 245,816,321 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 321 | plantuml | @startuml scenario_uml
skinparam classAttributeIconSize 0
left to right direction
class GameSun{
+sunName
{static} -gameSun : GameSun
-GameSun()
{static} +Instance() : GameSun
+Rise()
}
class SingletonMainClass{
{static} +Main()
}
GameSun <-- GameSun
GameSun <--- SingletonMainClass
@enduml | false | true | false | false | class |
b93623aae8da488e1d264bc6e635b0bd59589608 | 663d2d490215f9bf3a229ed3d6741daf907c8d68 | /M5/AEA.3.2.1. Iniciació Diagrames de casos d'ús/PlantUML/Restaurant.puml | fd49be19307f9cc8e260c119bf4b87b2fa7891b7 | [] | no_license | saracaparros/DAW | fe17db5b3438e6f47372a4d57d05da7327591824 | e9946bed056ad58b37556614512cefb09a699219 | refs/heads/master | 2020-04-20T06:54:31.056456 | 2019-03-08T15:27:52 | 2019-03-08T15:27:52 | 168,697,147 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 327 | puml | @startuml
:Client: as C
:Empleat: as E
:<<Service>>System: as SS
C -- (Creació comanda)
(Creació comanda) ..> (Seguiment comanda) : <<include>>
(Seguiment comanda) <.. (Modificar comanda) : <<extend>>
E -- (Repartir comandes)
SS --> (Crea informes)
(Comanda) -- (Creació comanda)
(Comanda) -- (Repartir comandes)
@enduml | false | true | true | false | class |
2026e3e29d282925fd4c0845b88539d526ad45c1 | 828c82c547b87b537d134ca535887f866120962a | /exercise41/docs/Solution41.puml | 0dd21ad3f43e55c3f62e330da11bd28e012d30de | [] | no_license | dbattles2001/battles-a04 | eded7544940f5d7f7b92ec740a0204934035a284 | db3e02e8d78b9dbe110d336a529d732d9a9b50ab | refs/heads/main | 2023-08-22T10:44:36.920771 | 2021-10-17T14:37:41 | 2021-10-17T14:37:41 | 417,545,336 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 217 | puml | @startuml
'https://plantuml.com/class-diagram
class Solution41 {
Scanner input
ArrayList<string> names
+main()
}
class NameSorter{
+readNames()
+writeNames()
}
Solution41 --o NameSorter
@enduml | false | true | false | false | class |
94fef4750d68e35da289ec9e01faa3c4444e9225 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/GUI/Views/PlayModeTestListGUI.puml | 0d5363260ee82a2a52b284e599d934799017484f | [] | 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 | 270 | puml | @startuml
class PlayModeTestListGUI {
+ <<override>> PrintHeadPanel() : void
+ <<override>> RenderNoTestsInfo() : void
}
TestListGUI <|-- PlayModeTestListGUI
PlayModeTestListGUI --> "TestMode" TestMode
PlayModeTestListGUI --> "TestPlatform" TestPlatform
@enduml
| false | true | false | false | class |
9dc7d7876ce15a69afab380c0bb15f742d490325 | 17a6a64d2275c47c9b205f088394b4937292f9f5 | /docs/clamp/acm/api-protocol/puml/ParticipantDepriming.puml | 589e2cc38e00bd562ce682e6691a8d25795f1f9f | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | onap/policy-parent | 2e8db0a82311ed576a2d3166ac293b8b5687987c | b12c67854c70ae410e02af501126ecf8434e5dd9 | refs/heads/master | 2023-08-16T15:28:59.552318 | 2023-08-04T13:00:54 | 2023-08-08T10:14:28 | 159,416,823 | 3 | 1 | NOASSERTION | 2021-06-29T19:01:07 | 2018-11-27T23:53:56 | null | UTF-8 | PlantUML | false | false | 779 | puml | @startuml
Commissioning_REST -> CLAMP_Runtime: De-Prime Automation Composition Type Definition
alt Automation Composition Instances exist for Automation Composition Type
Commissioning_REST <- CLAMP_Runtime: Cannot decommission Automation Composition Type Definition
else No Automation Composition Instances exist for Automation Composition Type
Participant <- CLAMP_Runtime: Participant Update\n[Remove Automation Composition Element Definitions\nfrom Participants in Automation Composition]
activate Participant
Participant -> Participant: Delete Automation Composition Element\nType Definitions and\nCommon Property Values
Participant -> CLAMP_Runtime: Participant Update Ack [from each Participant mentioned in Participant Update message]
deactivate Participant
@enduml
| false | true | false | false | sequence |
f4a08f401766c5e0daa37144a0014adcb2c50780 | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/structural/Flyweight-sequence.puml | 4e7d5a4411162dc3761e5721a715c880b61afb4d | [
"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 | 1,838 | puml | @startuml
actor main
main -> Date : new
loop eventList
main -> Math : random
alt random < 0.3
main -> EventSymbol : new
else random < 0.6
main -> EventSymbol : new
else
main -> EventSymbol : new
end
end
main -> Date : new
main -> EventSymbol : new
main -> EventSymbol : new
main -> EventSymbol : new
main -> Date : new
loop eventList
main -> EventSymbol : isEqualTo()
EventSymbol --> main : Boolean
main -> EventSymbol : isEqualTo()
EventSymbol --> main : Boolean
main -> EventSymbol : isEqualTo()
EventSymbol --> main : Boolean
alt bool1
else bool2
else bool3
end
end
main -> Date : new
loop eventList
main -> Math : random
alt random < 0.3
main -> EventSymbolFactory : newEventSymbol()
EventSymbolFactory --> main : EventSymbol
else random < 0.6
main -> EventSymbolFactory : newEventSymbol()
EventSymbolFactory --> main : EventSymbol
else
main -> EventSymbolFactory : newEventSymbol()
EventSymbolFactory --> main : EventSymbol
end
end
main -> Date : new
main -> EventSymbolFactory : newEventSymbol()
EventSymbolFactory --> main : EventSymbol
main -> EventSymbolFactory : newEventSymbol()
EventSymbolFactory --> main : EventSymbol
main -> EventSymbolFactory : newEventSymbol()
EventSymbolFactory --> main : EventSymbol
main -> Date : new
loop eventList
alt eventList[i]==event1
else eventList[i]==event2
else eventList[i]==event3
end
end
main -> Date : new
@enduml
| false | true | false | false | sequence |
f30df61775628216204675605dfdce18f2288de9 | 97e6d0badfbb6b374bbd87e24c22f54b395a7db4 | /TodoClass.puml | 73e63e3f5f698d32643d4ebb26a1eb28f51c3aca | [] | no_license | racingicemen/PhoenixTodo | d711ae61fa8c4ce3f6476618543494271727722e | a9d6dd08aac0c080f624acaae0b05ad9f5501db6 | refs/heads/master | 2022-12-20T20:37:05.288669 | 2020-09-28T19:23:03 | 2020-09-28T19:23:03 | 291,849,502 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 428 | puml | @startuml TodoClassDiagram
entity ToDo
{
* description : string
* priority : integer
* create_datetime : datetime
* due_datetime : datetime
* update_datetime : datetime
* category : Category <<FK>>
* status : Status <<FK>>
}
entity Category
{
* description : string
}
enum Status {
NOT_STARTED
STARTED
COMPLETED
OVERDUE
ABANDONED
}
ToDo }o-|| Category : \t\t\t\t
@enduml | false | true | false | false | sequence |
04be33031878982bf38bc343d4b732c7932fcf2e | 0ad226eb7547a1228118953df986af4bf198f6fe | /src/docs/asciidoc/reactive-streams-seq.puml | c652265b08cc23ca767378bf45b504c2cae0f9b0 | [
"Unlicense"
] | permissive | corneil/reactive-spring-5 | 0c843cf9a62565c4d885bf964365f1112158579e | a08f92a6218dbac0a8aa6495d01ee5d81e2e8304 | refs/heads/master | 2021-09-19T16:11:33.722124 | 2018-07-29T11:58:36 | 2018-07-29T11:58:36 | 109,564,659 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 170 | puml | @startuml
hide footbox
Subscriber --> Publisher : subsribe
create Subscription
Publisher --> Subscription : new
Publisher --\\ Subscriber : onSubscribe(s)
@enduml
| false | true | false | false | sequence |
84b473789e6ab8d3836b36441c0c6127a0dbcbd7 | 6f9566c44e5057a4c32a39985b713e7715e6cffa | /uml/snenglish/word_matching_task.plantuml | d1be3c474bf6f274ee22b64d322f7f3b8f732d1f | [] | no_license | Alexander-Zyurkalov/MakePhrases | e1ffd9e61a83c14265ae5a62923cb3e813ccf115 | 332428a45105780c080a02c378477c5253e0e24e | refs/heads/master | 2020-03-28T11:19:49.916959 | 2018-12-01T18:43:08 | 2018-12-01T18:43:08 | 148,202,580 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 377 | plantuml | @startuml
package SNEnglish{
class WordMatchingTask{
english_word_id
do_matching()
{static}do_matching_for_all()
}
WordMatchingTask --> EnglishWord: it finds words to find related phrases
WordMatchingTask --> WordPhraseRelation: it creates new relations
WordMatchingTask --> SrtPhrase: it checks earch srt_phrase
}
@enduml
| false | true | false | false | sequence |
d33845416589c50a000f23f95ffa36a6030a0232 | ff2da16f1b2664b763e0dd20a7580667775ceef6 | /solid/dip_after.plantuml | 76dcd8370f621ec1dee8f0d87a1354fe34db6b2a | [] | no_license | jtrimind/regacy | 705fdb5123c60ca47b2e00a25be8b6617b086718 | 4beb3698ea1ad791976f0f1608c074586c269758 | refs/heads/master | 2022-04-10T02:41:24.008532 | 2020-03-16T08:42:25 | 2020-03-16T08:42:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 199 | plantuml | @startuml dip_after
hide members
hide circle
package PackageA {
class ObjectA
interface InterfaceA
}
package PackageB {
class ObjectB
}
ObjectA -down-> InterfaceA
InterfaceA <|- ObjectB
@enduml | false | true | false | false | class |
e34ee3afc81968ff3b6b266fa0c7a99f43143697 | 90316a1ff0b3982f1746e248a1952bc5a537c8a5 | /iterator/Iterator.puml | a1377cb751f41b56199905ca9db58c5da94c6352 | [] | no_license | GeekDengshuo/DesignPattern | be3b7286af0323531af09a388f30eadfc9d23add | 219e0118c034cc92fa3430bf2a0d03a463b30b36 | refs/heads/master | 2023-02-23T07:21:11.560579 | 2021-01-23T09:43:14 | 2021-01-23T09:43:14 | 326,142,798 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 765 | puml | @startuml
interface iterator{
+ hasNext():boolean
+ next():Item
}
interface aggregate{
+ createIterator():iterator
}
class concreteIterator{
+ hasNext():boolean
+ next():Item
}
class concreteAggregate{
+ createIterator():iterator
}
class client
iterator <|.. concreteIterator
aggregate <|.. concreteAggregate
iterator <-- client
aggregate <-- client
concreteAggregate <-- concreteIterator
concreteIterator <.. concreteAggregate
class JFrame
interface ActionListener
class PicFrame
class ViewPicture
JFrame <|-- PicFrame
ActionListener <|.. PicFrame
ViewPicture <. PicFrame
interface PicIterator
interface PicSet
class LatestPicIterator
class LatestPicSet
PicIterator <|.. LatestPicIterator
PicSet <|.. LatestPicSet
@enduml | false | true | false | false | class |
1d2cc40f249ed16b5165ebb3ae11feb7a4462b59 | 60d59fb5374170bdb6f9b6cd89c69d71d7163914 | /UML/SingletonUML.puml | 86ed0a44c3ed88a508e98b374f4ab3081adadc9f | [] | no_license | mliumeng/DesignParrern | 9a7720681a0e075fa9091d7b29509abd0a04bfc9 | 4d0a0b0dc736f64bbf248129ea9db0446984f5a4 | refs/heads/master | 2021-01-23T19:26:15.304042 | 2017-09-28T14:31:01 | 2017-09-28T14:31:01 | 102,824,296 | 6 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 291 | puml | @startuml
class Singleton {
- {static}instance:Singleton
__
- Singleton()
+ {static} GetInstance():Singleton
}
Singleton o--> Singleton:instance
note bottom of Singleton{
GetInstance(){
if(instance == null)
instance = new Singleton();
return instance
}
@enduml
| false | true | false | false | sequence |
6a331227d83de3715b9406e60fd79b0c31ad64f0 | fa7a3e1ee7080c9a114abb6830342d5277fd630d | /schema.plantuml | 6d8570c8655be85af82a0ede7a1f984a1903097e | [] | no_license | kasuken/polarisdesk | 83f2d4eb574609313cddd8ee6c7bacf9f8a2d04e | 8e3add9528773e117f038531fc474451af17c9d0 | refs/heads/main | 2023-03-27T13:12:40.120087 | 2020-11-27T13:40:22 | 2020-11-27T13:40:22 | 317,332,478 | 0 | 1 | null | 2021-01-14T09:17:53 | 2020-11-30T20:02:51 | null | UTF-8 | PlantUML | false | false | 1,645 | plantuml | @startuml
package Users {
class User {
first_name : string
last_name : string
email : string
}
class Guest extends User {
not logged in
Total unknown
Asking for general information
}
class Lead extends User {
not logged in
Can be identified by a code or by email
In the leading flow asking for assistance
}
class Customer extends User {
logged in
Is identified
Can be identified much better
}
}
package Staff {
class Department {
name : string
}
class Member {
email : string
first_name : string
last_name : string
}
class StaffDepartment {
Member : Member
Department : Department
}
StaffDepartment "1..1" --d--> Member
StaffDepartment "1..1" --d--> Department
}
package Tickets {
class Ticket {
The actual state of the ticket
==
title : string
description : string
department : Department
user : User
assigned : Member
status : TicketStatus
date_creation
date_update
}
class TicketStatus {
name : string
}
class TicketHistory {
Saved state of a ticket
==
ticket : Ticket
user : User
assigned : Member
status : TicketStatus
comment : string
date_creation : datetime
}
Ticket "1..1" --l--> User
Ticket "1..1" --l--> Member
Ticket "1..1" --l--> Department
Ticket "1..1" --l--> TicketStatus
Ticket "1..n" --l--> TicketHistory
TicketHistory "1..1" --u--> Ticket
TicketHistory "1..1" --u--> User
TicketHistory "1..1" --u--> Member
TicketHistory "1..1" --u--> Department
TicketHistory "1..1" --u--> TicketStatus
}
@enduml | false | true | false | false | class |
c19231b58c6041f04e83eff060d29c17555572fc | ecc115af0c843643698e7faac3e932a2d28215c3 | /designpattern/factorypattern/src/main/java/com/gupao/study/methodfactory/MethodFactoryUml.puml | ff53f4a572ecbb5b93e66897dcc67969a938f998 | [] | no_license | 610232785/gupao | 910aa90b30b953bac5ebe1d4d6c8d896c8159d01 | c9725ca773d547e6c98dc213cd3220b3301f57fe | refs/heads/master | 2020-04-27T10:30:02.052871 | 2019-03-25T08:06:36 | 2019-03-25T08:06:36 | 174,256,802 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 485 | puml | @startuml
interface Project {
output()
}
interface ProjectFactory{
createProject()
}
class JavaProjectFactory {
createProject()
}
class PythonProjectFactory {
createProject()
}
class JavaProject {
output()
}
class PythonProject {
output()
}
JavaProject <|-- Project
PythonProject <|-- Project
JavaProjectFactory <|-- ProjectFactory
PythonProjectFactory <|-- ProjectFactory
JavaProject <|-- JavaProjectFactory
PythonProject <|-- PythonProjectFactory
@enduml | false | true | false | false | class |
1dd8a5be1453f681810c90ae7163e8723b6bcca9 | 8d91ff31e22d4f0f2082ebba0c6da8ec4391e8f4 | /src/doc/sequenceDiagram/Role.puml | 7247bc003103079498b1266da6955cd0418e34e5 | [] | no_license | suraj903/sportsgeek_backend-1 | fe54372687c96ac6a92a8e76d913bf60f44ffee7 | 99fe51fa81a9df4599f2b3eeac299846d5bf835d | refs/heads/master | 2023-07-28T02:16:51.481764 | 2021-09-13T14:43:12 | 2021-09-13T14:43:12 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,395 | puml | @startuml
header SportsGeek
title Role CRUD
skinparam ParticipantPadding 10
skinparam BoxPadding 20
actor Admin
box "SportsGeek System"
participant sportsGeek
end box
box "Role Service"
participant role
end box
box "database"
database database
end box
Admin -> sportsGeek: Get all role Details
activate "sportsGeek" #lightblue
alt #white Get All roles
sportsGeek -> "role" : Get All roles
activate role #lightblue
"role" -> "database" : Get All roles
activate "database" #lightblue
"database" --> "role" : <font color=darkblue><b>Response Get All role Details
deactivate "database"
"role" --> "sportsGeek" : <font color=darkblue><b> Response Get All role Details
deactivate "role"
"sportsGeek" --> Admin : <font color=darkblue><b> Response role Details
deactivate "sportsGeek"
end alt
Admin -> "sportsGeek": Get role Detail By Id
activate "sportsGeek" #lightblue
alt #white Get role By Id
note right #yellow
*params*
roleId=123
end note
"sportsGeek" -> "role" : Get role By Id
activate role #lightblue
"role" -> "database" : Get role By Id
activate "database" #lightblue
"database" --> "role" : <font color=darkblue><b> Response role Details
"role" --> "sportsGeek" : <font color=darkblue><b> Response role Details
"sportsGeek" --> Admin : <font color=darkblue><b> Response role Details
else #pink Not Found
"database" --> "role" : <font color=darkblue><b>Response role Id Not Found
deactivate "database"
"role" --> "sportsGeek" : <font color=darkblue><b>Response role Id Not Found
deactivate "role"
"sportsGeek" --> Admin : <font color=darkblue><b>Response role Id Not Found
deactivate "sportsGeek"
end alt
Admin -> "sportsGeek": Add role Details
activate "sportsGeek" #lightblue
note right #yellow
*params*
name=xyz
end note
alt #white Add roles
"sportsGeek" -> "role" : Add role Details
activate role #lightblue
role -> "database" : Add role Details
activate "database" #lightblue
"database" --> "role" : <font color=darkblue><b>Response role Added Successfully
"role" --> "sportsGeek" : <font color=darkblue><b> Response role Added Successfully
"sportsGeek" --> Admin : <font color=darkblue><b>Response role Added Successfully
else #pink Unable to Add role
"database" --> "role" : <font color=darkblue><b>Response Unable to add role
deactivate "database"
"role" --> "sportsGeek" : <font color=darkblue><b>Response Unable to add role
deactivate "role"
"sportsGeek" --> Admin : <font color=darkblue><b>Response Unable to add role
deactivate "sportsGeek"
end alt
Admin -> "sportsGeek": Update role Details
activate "sportsGeek" #lightblue
note right #yellow
*params*
roleId=1
name=xyz
end note
alt #white Update role
"sportsGeek" -> "role" : Update role
activate role #lightblue
role -> "database" : Update role
activate "database" #lightblue
"database" --> "role" : <font color=darkblue><b>Response role Updated Successfully
"role" --> "sportsGeek" : <font color=darkblue><b>Response role Updated Successfully
"sportsGeek" --> Admin : <font color=darkblue><b> Response role Updated Successfully
else #pink Not Found
"database" --> "role" : <font color=darkblue><b>Response role Id not found
deactivate "database"
"role" --> "sportsGeek" : <font color=darkblue><b>Response role Id not found
deactivate "role"
"sportsGeek" --> Admin : <font color=darkblue><b>Response role Id not found
deactivate "sportsGeek"
end alt
Admin -> "sportsGeek": Delete role
activate "sportsGeek" #lightblue
note right #yellow
*params*
roleId=1
end note
alt #white Delete role
"sportsGeek" -> "role" : Delete role
activate role #lightblue
role -> "database" : Delete role
activate "database" #lightblue
"database" --> "role" : <font color=darkblue><b>Response role Deleted Successfully
"role" --> "sportsGeek" : <font color=darkblue><b>Response role Deleted Successfully
"sportsGeek" --> Admin : <font color=darkblue><b>Response role Deleted Successfully
else #pink Not Found
"database" --> "role" : <font color=darkblue><b>Response role Id not found
deactivate "database"
"role" --> "sportsGeek" : <font color=darkblue><b>Response role Id not found
deactivate "role"
"sportsGeek" --> Admin : <font color=darkblue><b>Response role Id not found
deactivate "sportsGeek"
end alt
@enduml | false | true | false | false | sequence |
10f683d1a02fff8c3c1e8a6177411b08765fc05e | d69d7773ee03eb466c7d3cd5260c7deff1746132 | /tip/hood/goog/storg/src/site/resources/uml/statemachineclasses.puml | 1e7f210a4b8d6ae1f9f724a2266146c5054cd3dc | [] | no_license | max8github/cloudio | ed9e854932031cf4d5b6c272f4150d9088328671 | 397ef65187393b1dd42fa840ac39ba78ee2b9268 | refs/heads/master | 2016-09-06T18:35:03.966945 | 2015-11-18T17:33:55 | 2015-11-18T17:33:55 | 26,938,300 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 853 | puml | @startuml
abstract class VblobHttpContainer
abstract Workflow
abstract SequentialWorkflow
abstract ServerRequestHandler
abstract SequentialWorkflowHandler
VblobHttpContainer <|-- Workflow
Workflow <|-- SequentialWorkflow
SequentialWorkflow <|-- DataServerRequest
DataServerRequest <|-- MultiPartRequest
DataServerRequest <|-- RequestCopyObject
DataServerRequest <|-- RequestGetObject
DataServerRequest <|-- RequestHeadObject
DataServerRequest <|-- RequestPostObject
DataServerRequest <|-- RequestListBucket
Workflow --> "1" ServerRequestHandler
ServerRequestHandler <|-- SequentialWorkflowHandler
SequentialWorkflowHandler <|-- RingCopyObject
SequentialWorkflowHandler <|-- RingDeleteObject
SequentialWorkflowHandler <|-- RingPutObject
SequentialWorkflowHandler <|-- RingHeadObject
SequentialWorkflowHandler <|-- RingCreateMultiPartObject
@enduml | false | true | false | false | class |
e92d511feffc3e0efdbb4c0184f638544b6eac17 | 4fa3470bab92291134039826e59f820b2837e489 | /src/main/java/ex41/NameSorter.puml | 99693ef65ef737e6752390d25f38fc930ce7e99f | [] | no_license | kiwibrie/juntunen-cop3330-assignment3 | 45940de6a234d2c78bff524bffb4af6760d502c3 | 9838a40329422e9d81f36473d6a677c2c80fb7e9 | refs/heads/master | 2023-05-31T20:03:03.258661 | 2021-06-21T21:36:26 | 2021-06-21T21:36:26 | 377,695,884 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 123 | puml | @startuml
'https://plantuml.com/class-diagram
class main{
+ readfromfile
+ sortArray
+ writetofile
}
@enduml | false | true | false | false | class |
d807419b2a175c33b40a54e13bc589917afdc4d7 | ef9afc35876d256f1f56a1f8c730fa6386f14425 | /src/main/ChadChat.puml | 2d534a4e8e3f03eab7a683d1900081cf551a583b | [] | no_license | eelkjaer/ChadChat | 7deee2188cba9ac1af04efa6b695ce51c6176a58 | bdba4d13ada4b7f07590e6287ec868892a602c3d | refs/heads/master | 2022-12-23T21:22:41.438023 | 2020-10-05T09:19:51 | 2020-10-05T09:19:51 | 297,911,469 | 1 | 0 | null | 2020-10-04T16:05:07 | 2020-09-23T08:58:03 | Java | UTF-8 | PlantUML | false | false | 919 | puml | @startuml
package "Domain" {
class User {
String username
int id
DateTime lastSignIn
String password
User(String name)
toString()
getId()
getPassword()
getLastSignin()
}
class Channel {
Int ID
String name;
Channel(int ID, String name)
}
class Subscription {
User user
Channel channel
enum rights
DateTime timestamp
}
interface SubscriptionRepository{
subscribeToChannel(User user, Channel channel)
}
interface SubscriptioFactory{
}
interface MessageRepository {
+getMessages(int limit)
+getMessage(int id)
}
interface MessageFactory{
}
class Message {
int id
String messageText
DateTime timestamp
User user
+Message(User user, String message)
}
}
package "entries" {
class Server {
}
class Chat {
userOnline()
}
class CmdLine {
login(User user)
createUser()
passwordValidation()
}
}
package "infrastructure" {
class Database {
}
}
package UI {
class Menu {
login(User user)
createUser()
}
}
@enduml | false | true | false | false | class |
22028a5907215ee691c0f975a35905ecb22a23c5 | 2fe964e752c35cf63d1d8e726fd7292cad5182d7 | /diagrams/user-sign-up.plantuml | 03b9b53801c66b7c8919634ab7c0e0ead28f7e9e | [
"MIT"
] | permissive | blockrockettech/tally-api | 8d49f89bf67d3c9b12b3623e0aa8ae72e8a05d52 | 9d2a8cb63379401f4aacb5bdffc0e7347c648d8c | refs/heads/master | 2020-04-03T19:50:28.620704 | 2018-12-11T16:56:03 | 2018-12-11T16:56:03 | 155,537,433 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 628 | plantuml | @startuml
actor User
boundary MobileApp
alt
group user sign up
User -> MobileApp: user/pass
MobileApp -> TallyAPI: register
note right: Add SMS verification\nto prevent spam
TallyAPI --> TallyAPI: create user
database TallyDB
TallyDB <--> TallyAPI : persist user
database Stellar
TallyAPI -> Stellar: create XLM\naccount
Stellar --> TallyAPI: pub/pri key
TallyAPI <--> TallyDB: persist keys
TallyAPI --> MobileApp: success
MobileApp --> User: success
end
alt
group user login
User -> MobileApp: user/pass
MobileApp -> TallyAPI: login
MobileApp<--TallyAPI: success
MobileApp --> User: present tally
end
@enduml
| false | true | false | false | sequence |
56e8f7cf2fa28ad03e08c9ad466efa9a56fca8e3 | 6a312ac1272ec81caf54b6640dd8788a739afaef | /Documentation/v140.puml | c99e4c29f430b69e91931a1a71ad01ac2cc5422f | [] | no_license | RicardoGuzmanVelasco/MIW.ADOO | ff65fe4fb530521575a06f80d8d85c6f315cebae | 37d35899498c26ab7faaf34f3932e20ae8dfbc41 | refs/heads/main | 2023-04-28T14:26:36.647336 | 2021-05-22T18:29:58 | 2021-05-22T18:29:58 | 369,761,623 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,230 | puml | @startuml
enum Direction
{
None,
Vertical,
Horizontal,
Diagonal,
InverseDiagonal
}
enum Color
{
None,
X,
O
+ToString()
}
Color <.. Player
Color <.. Board
class ClosedInterval <<ValueObject>>
{
-min : int
-max : int
+ClosedInterval(min : int, max : int)
+Includes(value : int) : bool
+ToString() : string
}
ClosedInterval <.. Coord
class LimitedIntDialog
{
-title : string
-limits : ClosedInterval
+LimitedIntDialog(title: string, max: int)
+LimitedIntDialog(title: string, min: int, max :int)
+Read() : int
}
LimitedIntDialog <.. Coord
LimitedIntDialog ..> IO
LimitedIntDialog ..> ClosedInterval
class Coord
{
+Row : int {get}
+Col : int {get}
+DirectionRelativeTo(other : Coord) : Direction
-IsInDiagonal() : bool
-IsInInverseDiagonal() : bool
+Read(title: string)
+Equals(other: Coord)
}
Coord ..> IO
Coord ..> Direction
Coord ..> Board
class Board
{
+{static} Dimension : int = 3 <<const>>
-coordinates : Dictionary<int, HashSet<Coord>>
+Board()
+IsTicTacToe() : bool
-IsTicTacToe(color : Color) : bool
+IsComplete() : bool
+IsTileEmpty(coord : Coord) : bool
+IsTileFull(coord : Coord, color : Color) : bool
+Put(coord : Coord, color : Color)
+Remove(coord : Coord)
+Write()
}
Board ..> IO
Board ..> Color
class Player
{
~color : Color
+Player(i: int)
+Put(board : Board)
-Put(board : Board, title: string, fromCoord : Coord)
+Move(board : Board)
+Win()
}
Player ..> Board
Player ..> IO
class Turn
{
~value : int = 0
+Turn()
+Current() << "Take" >>
+Next() << "NotTake">>
+Change()
}
class TicTacToe
{
+PlayersCount : int = 2 {static} <<const>>
-board : Board
-players : Player[] [0..*]
-turn : Turn
+TicTacToe()
+Play()
}
TicTacToe --> Board
TicTacToe --> Player
TicTacToe --> Turn
class IO <<static>>
{
+ReadString(title : string) : string {static}
+ReadInt(title : string) : int {static}
+Write(title : string) {static}
+WriteLn() {static}
+WriteError(format : string) {static}
}
@enduml | false | true | false | false | class |
1fc9f34307cc11931e0279336eb7c725a2b0e512 | 2d645ffc27d398e5bbb5cb51d6fd200d4921bdf8 | /src/Symfony/Component/Workflow/Tests/fixtures/puml/square/complex-workflow-marking.puml | fa7efe91f6f813f7494101b9611374318970ddc4 | [
"MIT"
] | permissive | ergiegonzaga/symfony | 528e89636e1d55c5884cb15e2d7de05dac47deb7 | 6b1d607261feb538c767da80add3f52ed5b96adc | refs/heads/master | 2021-05-01T18:42:59.706357 | 2018-02-13T03:43:48 | 2018-02-13T03:43:48 | 121,006,793 | 0 | 0 | MIT | 2018-02-13T03:43:49 | 2018-02-10T10:42:01 | PHP | UTF-8 | PlantUML | false | false | 1,479 | puml | @startuml
allow_mixing
sprite $sf_logo [81x20/16z] {
hPNRaYiX24K1xwBo_tyx6-qaCtDEJ-KXLYMTLbp0HWcHZr3KRDJ8z94HG3jZn4_mijbQ2ryJoFePtXLWA_qxyGy19DpdY_10z11ZAbGjFHRwcEbcKx5-wqsV
yIMo8StMCHKh8ZUxnEwrZiwRAUOvy1lLcPQF4lEFAjhzMd5WOAqvKflS0Enx8PbihiSYXM8ClGVAseIWTAjCgVSAcnYbQG79xKFsZ0VnDCNc7AVBoPSMcTsX
UnrujbYjjz0NnsObkTgnmolqJD4QgGUYTQiNe8eIjtx4b6Vv8nPGpncn3NJ8Geo9W9VW2wGACm_JzgIO8A8KXr2jUBCVGEAAJSZ6JUlsNnmOzmIYti9G7bjL
8InaHM9G40NkwTG7OxrggvNIejA8AZuqyWjOzTIKi-wwYvjeHYesSWuPiTGDN5THzkYLU4MD5r2_0PDhG7LIUG33z5HtM6CP3icyWEVOS61sD_2ZsBfJdbVA
qM53XHDUwhY0TAwPug3OG9NonRFhO8ynF3I4unuAMDHmSrXH57V1RGvl9jafuZF9ZhqjWOEh98y0tUYGsUxkBSllIyBdT2oM5Fn2-ut-fzsq_cQNuL6Uvwqr
knh4RrvOKzxZfLV3s0rs_R_1SdYt3VxeQ1_y2_W2
}
title ComplexDiagram
skinparam titleBorderRoundCorner 15
skinparam titleBorderThickness 2
skinparam state {
BackgroundColor<<initial>> #87b741
BackgroundColor<<marked>> #3887C6
BorderColor #3887C6
BorderColor<<marked>> Black
FontColor<<marked>> White
}
skinparam agent {
BackgroundColor #ffffff
BorderColor #3887C6
}
state "a" <<initial>>
state "b"
state "c" <<marked>>
state "d"
state "e" <<marked>>
state "f"
state "g"
agent "t1"
agent "t2"
agent "t3"
agent "t4"
agent "t5"
agent "t6"
"a" --> "t1"
"t1" --> "b"
"t1" --> "c"
"b" --> "t2"
"t2" --> "d"
"c" --> "t2"
"d" --> "t3"
"t3" --> "e"
"d" --> "t4"
"t4" --> "f"
"e" --> "t5"
"t5" --> "g"
"f" --> "t6"
"t6" --> "g"
footer \nGenerated by <$sf_logo> **Workflow Component** and **PlantUML**
@enduml
| false | true | false | false | state |
d6f33e9aecf84ff7a1a4dcba342c2e7e41eff07c | 39f5d36e159afc4363f2bc098c3530c534b9da28 | /_md/puml-diagrams/sd_pagamento_wallet.puml | a7c2a8b1afaa6e5ff0f455cdca8024ca48f283f0 | [] | no_license | andreapasuch/readthedocs | 5607c14276a948d32d9a594da9ec7ab567c95923 | 319f890a6ab3fe39d9d778a69ec6d20028a7c19b | refs/heads/main | 2023-08-17T11:25:45.168974 | 2021-08-19T13:05:52 | 2021-08-19T13:05:52 | 395,005,620 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 289 | puml | @startuml
hide footbox
autonumber
participant vpos as "VPOS"
participant nodo as "pagoPA"
participant psp as "PSP"
nodo -> psp : req nodoInviaCarrelloRPT() / nodoInviaCarrelloRPTCarte ()
psp -[#blue]-> nodo : resp OK
psp -> nodo : req pspInviaRT
nodo -[#blue]-> psp : resp OK
@enduml | false | true | false | false | sequence |
931d8d1ec1904f385e18837541890e9f0f900857 | e802274e9f7765ecc472232647b040bb9ea1ce9f | /docs/UML_diaghrams/save_load_feature/design.puml | 87199f22ee4f112c5d54affda4de7db0c75fd961 | [] | no_license | HengFuYuen/tp | 22dbcd4c31951250d07c9a326461ab9783b2af93 | 747d19bba7bd8315c6d472a3d99f5e3652a832a0 | refs/heads/master | 2023-01-12T00:22:17.158213 | 2020-11-09T16:07:05 | 2020-11-09T16:07:05 | 300,172,151 | 0 | 0 | null | 2020-10-01T06:32:11 | 2020-10-01T06:32:10 | null | UTF-8 | PlantUML | false | false | 539 | puml | @startuml
object Saver
object Loader
object FoodPortionDateSaveLoadManager
object PersonSaveLoadManager
object Command
object File
object FoodList
File <-up-> Saver
File <-up-> Loader
Saver <-up-> FoodPortionDateSaveLoadManager
Saver <-up-> PersonSaveLoadManager
Loader <-up-> FoodPortionDateSaveLoadManager
Loader <-up-> PersonSaveLoadManager
FoodList -left--> FoodPortionDateSaveLoadManager
FoodPortionDateSaveLoadManager -right--> FoodList
FoodPortionDateSaveLoadManager <-up-> Command
PersonSaveLoadManager <-up-> Command
@enduml
| false | true | false | false | object |
a6c91d23069caa645a575f61f8a5aebb3d0ad610 | 97a84015992d20673a0ceb683c6295b5f20f8823 | /07spring4_staticproxy/src/cn/sxt/staticproxy/proxyUml.puml | fe5f3b7185f6d34c9ad19d9694d243231b86cbfb | [] | no_license | mtxz007/aliSpring | 5dd7a50fb0ae18b14d1c1fcaf8bf1c1c3d2bbe2a | c555549f7848870361ec59cc2f9608017dd22723 | refs/heads/master | 2023-07-13T05:55:38.668323 | 2021-08-09T04:32:09 | 2021-08-09T04:32:09 | 386,122,906 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 181 | puml | @startuml
'https://plantuml.com/class-diagram
interface AbstractSubject
AbstractSubject <|-- RealSubject
AbstractSubject <|-- Proxy
Proxy ..> RealSubject
Client -- Proxy
@enduml | false | true | false | false | class |
1896f6ce1f14974cf2d504eb912e691a1fea29ae | ccf6959092e817633cd354ef8102bf748d4e75d7 | /2017/08/24/Android构建篇/Project 与 Task.puml | e68fd9b303996f5b5389105fee45372b9d506bf0 | [] | no_license | yuting-lin/yuting-lin.github.io | fe8fb23894054bdfc715f384dfe7ada553ccc9d8 | 67e91f3276d2ca9fe73aa4b54c4103971d5a0b85 | refs/heads/master | 2021-01-01T18:24:03.008095 | 2018-01-24T12:09:16 | 2018-01-24T12:09:16 | 96,885,737 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,161 | puml | @startuml
package "Project & Task" {
interface Action<T> {
void execute(T t)
}
interface TaskDependency {
Set<? extends Task> getDependencies(Task task);
}
class Task {
{static} Task.Namer namer;
{static} String TASK_ACTION;
{static} String TASK_DEPENDS_ON;
{static} String TASK_DESCRIPTION;
{static} String TASK_GROUP;
{static} String TASK_NAME;
{static} String TASK_OVERWRITE;
{static} String TASK_TYPE;
.. Dynamic Properties ..
Object property(String propertyName);
void setProperty(String name, Object value)
.. Dynamic Methods ..
Convention getConvention()
.. Task Actions ..
List<Action<? super Task>> getActions();
Task doFirst(Closure action);
Task doLast(Closure action);
.. Task Dependencies ..
Task dependsOn(Object... paths);
void setDependsOn(Iterable<?> dependsOnTasks);
Set<Object> getDependsOn();
.. Task Ordering ..
Task mustRunAfter(Object... paths);
TaskDependency getMustRunAfter();
TaskDependency getShouldRunAfter();
TaskDependency shouldRunAfter(Object... paths);
TaskDependency getTaskDependencies();
}
class Configuration {
{static} Configuration.Namer namer;
Configuration.State getState(); # RESOLVED, RESOLVED_WITH_FAILURES, UNRESOLVED
}
note bottom of Configuration
represents a group of artifacts and their dependencies
end note
interface ConfigurationContainer {
Configuration detachedConfiguration(Dependency... dependencies)
}
note bottom of ConfigurationContainer
responsible for declaring and managing configurations
end note
interface RepositoryHandler {
MavenArtifactRepository jcenter();
MavenArtifactRepository mavenCentral()
}
note bottom of RepositoryHandler
manages a set of repositories
end note
interface Dependency {
{static} String ARCHIVES_CONFIGURATION;
{static} String CLASSIFIER;
{static} String DEFAULT_CONFIGURATION;
}
note bottom of Dependency
com.android.support:appcompat-v7:25.1.1
end note
interface DependencyHandler {
Dependency add(String configurationName, Object dependencyNotation)
}
note bottom of DependencyHandler
Dependencies are grouped into configurations
dependencies {
configurationName dependencyNotation1, dependencyNotation2, ...
compile 'com.android.support:appcompat-v7:25.1.1'
}
end note
interface ScriptHandler {
{static} String CLASSPATH_CONFIGURATION;
ClassLoader getClassLoader();
ConfigurationContainer getConfigurations();
void repositories(Closure configureClosure);
RepositoryHandler getRepositories()
void dependencies(Closure configureClosure);
DependencyHandler getDependencies();
}
note bottom of ScriptHandler
manage the compilation and execution of a build script.
buildscript { ... }
end note
class Project {
.. Properties ..
Set<Project> allprojects;
.. Dynamic Properties ..
Object property(String propertyName);
void setProperty(String name, Object value)
.. Tasks ..
TaskContainer tasks;
.. Dependencies ..
ConfigurationContainer configurations;
.. Plugins ..
void apply(Map<String, ?> options);
buildscript { }
ScriptHandler buildscript;
}
Project *- Project
Project *- TaskContainer
Project *- ConfigurationContainer
Project *- ScriptHandler
TaskContainer *- Task
Task *- Action
TaskDependency *- Task
ScriptHandler *- ConfigurationContainer
ScriptHandler *- RepositoryHandler
ScriptHandler *- DependencyHandler
Dependency <.. ConfigurationContainer
Dependency <.. DependencyHandler
ConfigurationContainer *- Configuration
}
class Settings {
+ void include(String[] projectPaths);
}
@enduml | false | true | true | false | class |
81c47a679cf2c00aaf590b92d323e9ebc3754960 | 1cf4490d48f50687a8f036033c37d76fec39cd2b | /src/main/java/global/skymind/skymind.plantuml | 01b196104c4f95c74273883e200fad9552457624 | [
"Apache-2.0"
] | permissive | muame-amr/java-traininglabs | 987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83 | a93268f60e6a8491b1d156fae183a108ff0d9243 | refs/heads/main | 2023-08-06T10:04:57.996593 | 2021-09-28T11:21:00 | 2021-09-28T11:21:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 354 | plantuml | @startuml
title __SKYMIND's Class Diagram__\n
namespace global.skymind {
class global.skymind.TestRunApp {
{static} + main()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
feb9c2fe2b81cc46e314ba35bde887f3a88a19bb | 104baec967c5fc89abbbcc738f2a9bb58ca8a784 | /uml/lark_v0/impl/my.puml | 833fb79fef3d2ee60ceebb80e238bb804a940ba1 | [] | no_license | lsy357/golang | 57abd62aa859e0779cf2b64a23f2c6cf009a649f | af73d7d784c88934b615b8ea11ca771b47cc4af1 | refs/heads/main | 2023-05-25T03:19:25.749688 | 2021-05-04T09:14:01 | 2021-06-14T05:14:22 | 376,710,612 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,186 | puml | @startuml
abstract class TTransport {
{abstract} open()
{abstract} close()
{abstract} int read(byte[] buf, int off, int len)
{abstract} write(byte[] buf, int off, int len)
{abstract} flush()
}
abstract class TServerTransport {
{abstract} listen()
final TTransport accept()
{abstract} TTransport acceptImpl()
}
abstract class TProtocol {
{abstract} writeMessageBegin(TMessage msg)
{abstract} writeMessageEnd()
{abstract} writeByte()
{abstract} writeI64()
{abstract} TMessage readMessageBegin()
{abstract} readMessageEnd()
}
interface TProcessor {
process(TProtocol in, out)
}
abstract class TServer {
TServerTransport serverTransport_;
TProcessorFactory processorFactory_;
TTransportFactory inputTransportFactory_;
TTransportFactory outputTransportFactory_;
TProtocolFactory inputProtocolFactory_;
TProtocolFactory outputProtocolFactory_;
serve()
stop()
}
abstract class TServiceClient {
TProtocol iprot_;
TProtocol oprot_;
sendBase(String methodName, TBase<?, ?> args)
receiveBase(String methodName, TBase<?, ?> result)
}
'class TThreadSelectorServer extends TServer {}
'class TNonblockingServerSocket extends TServerTransport{
' - ServerSocketChannel serverSocketChannel
' - ServerSocket serverSocket_
'
' TNonblockingSocket acceptImpl()
'}
class CProcessor implements TProcessor {
Map<String, ProcessFunction> processMap
Stack<Middleware> mws
registerMiddleware(Middleware mw)
}
TProtocol o-- TTransport
TProcessor o-- TProtocol
TServer o-- Middleware
TServer o-- TServerTransport
TServer o-- TProtocol
TServer o-- TProcessor
class CustomizedClient extends TServiceClient {
SvrController svrFinder
Stack<Middleware> mws
registerMiddleware(Middleware mw)
setTargetTransport(String svrAddr)
}
CustomizedClient o-- TProtocol
CustomizedClient o-- SvrController
CustomizedClient o-- Middleware
interface SvrController {
String consulEndPoint
String getSvrAddr(String svr)
boolean registerSelf()
findAllSvr(List<String> svrs)
}
interface Middleware {
preProcess(Meta meta)
afterProcess(Meta meta)
}
@enduml | false | true | false | false | class |
338bd5a2f1fab45d5c48d5744204fd6011dad0e8 | 31fd1aa900725aee0049c5b86d9597ff25efec38 | /data/PullVouchers.puml | baa8bae648ae0a41475e0c2c6cf8ce41a16b7e27 | [] | no_license | Jagadeeshnraj/voucher-alert-system | 70db7c0d8528ddd394da648a56c72209d63ee961 | 717d9a5e75f3a46706e5dfbdc8724b7c673ed506 | refs/heads/master | 2023-03-17T11:55:59.284004 | 2020-06-29T20:04:33 | 2020-06-29T21:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 684 | puml | @startuml
box "Internal Services" #LightBlue
participant "Scheduler service" as scheduler order 10
participant "Voucher service" as vs order 15
participant "Integration service" as is order 20
collections "{Affiliate network} integration service" as anis order 30
end box
collections "{Affiliate network}" as an order 40
scheduler -> is : pull vouchers \n from some network
activate is
is -> anis : start pull process \naccording transport \nREST, FTP, something else
activate anis
anis -> an : pull vouchers
an -> anis : vouchers
anis -> is : vouchers
deactivate anis
is -> is : map response to internal Entities \nfrom JSON XML CSV
is -> vs : update vouchers
deactivate is
@enduml | false | true | false | false | sequence |
c918fe88b1bc894f85a171e1dfbaad09ab2d18c1 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Settings.puml | 480ba73be713e3987e6012e880e3975a6e3a32ed | [] | 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 | 2,412 | puml | @startuml
class TMP_Settings {
+ {static} version : string <<get>>
+ {static} enableWordWrapping : bool <<get>>
+ {static} enableKerning : bool <<get>>
+ {static} enableExtraPadding : bool <<get>>
+ {static} enableTintAllSprites : bool <<get>>
+ {static} enableParseEscapeCharacters : bool <<get>>
+ {static} enableRaycastTarget : bool <<get>>
+ {static} getFontFeaturesAtRuntime : bool <<get>>
+ {static} missingGlyphCharacter : int <<get>> <<set>>
+ {static} warningsDisabled : bool <<get>>
+ {static} defaultFontAssetPath : string <<get>>
+ {static} defaultFontSize : float <<get>>
+ {static} defaultTextAutoSizingMinRatio : float <<get>>
+ {static} defaultTextAutoSizingMaxRatio : float <<get>>
+ {static} autoSizeTextContainer : bool <<get>>
+ {static} isTextObjectScaleStatic : bool <<get>> <<set>>
+ {static} matchMaterialPreset : bool <<get>>
+ {static} defaultSpriteAssetPath : string <<get>>
+ {static} enableEmojiSupport : bool <<get>> <<set>>
+ {static} missingCharacterSpriteUnicode : uint <<get>> <<set>>
+ {static} defaultColorGradientPresetsPath : string <<get>>
+ {static} styleSheetsResourcePath : string <<get>>
+ {static} useModernHangulLineBreakingRules : bool <<get>> <<set>>
+ {static} LoadDefaultSettings() : TMP_Settings
+ {static} GetSettings() : TMP_Settings
+ {static} GetFontAsset() : TMP_FontAsset
+ {static} GetSpriteAsset() : TMP_SpriteAsset
+ {static} GetStyleSheet() : TMP_StyleSheet
+ {static} LoadLinebreakingRules() : void
}
class "List`1"<T> {
}
class LineBreakingTable {
}
class "Dictionary`2"<T1,T2> {
}
ScriptableObject <|-- TMP_Settings
TMP_Settings --> "defaultFontAsset" TMP_FontAsset
TMP_Settings --> "defaultTextMeshProTextContainerSize" Vector2
TMP_Settings --> "defaultTextMeshProUITextContainerSize" Vector2
TMP_Settings --> "fallbackFontAssets<TMP_FontAsset>" "List`1"
TMP_Settings --> "defaultSpriteAsset" TMP_SpriteAsset
TMP_Settings --> "defaultStyleSheet" TMP_StyleSheet
TMP_Settings --> "leadingCharacters" TextAsset
TMP_Settings --> "followingCharacters" TextAsset
TMP_Settings --> "linebreakingRules" LineBreakingTable
TMP_Settings --> "instance" TMP_Settings
TMP_Settings +-- LineBreakingTable
LineBreakingTable --> "leadingCharacters<int,char>" "Dictionary`2"
LineBreakingTable --> "followingCharacters<int,char>" "Dictionary`2"
@enduml
| false | true | false | false | class |
6f96ff22d9cff008dfaf29a7c108c3033ee79169 | 6251767bc8bd4728f0c327cad020fd94e298ee6e | /altacliente.puml | 759e83a6d62c38a85f7aea555245c3eb10f22d35 | [] | no_license | HeraclitoDeEfeso/ayp3-tp-final | 182fe00f7cdb7af677d6ba0d0477d012259058e4 | 7fe0ef8598c6df73f6e58e0604b3fc46846dd37a | refs/heads/master | 2022-01-17T15:54:39.909785 | 2019-07-06T09:51:14 | 2019-07-06T09:51:14 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 489 | puml | @startuml
participant Aplicacion
participant "nuevo:Cliente" as Cliente
participant Clave
collections "indices:Indice" as Indice
create Cliente
Aplicacion -> Cliente: crearCliente()
activate Cliente
return nuevo
Aplicacion -> Cliente: formularioCliente(nuevo)
activate Cliente
return nuevo
Aplicacion -> Clave: crearClave(nuevo, posicionArchivo)
activate Clave
return
loop por cada indice en indices
Aplicacion -> Indice: agregarClaveIndice(Clave)
activate Indice
return
end
@enduml
| false | true | false | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.