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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
94c805c1e85bf2015c5f2f309be90c0e82b29067 | f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6 | /_src/iti86.plantuml | d2f20b989016d008186b60f4c01744dcc2e7b3b6 | [
"MIT",
"GPL-1.0-or-later",
"WTFPL",
"CC-BY-3.0-US",
"BSD-3-Clause",
"OFL-1.1"
] | permissive | oehf/ipf-docs | 178fe1e3fe079afede58fd25fe93a360234a273a | 3a8ea98c86b3405f6571cb23b4da44a726a8fbf4 | refs/heads/master | 2023-08-30T06:25:52.374023 | 2023-08-29T14:34:33 | 2023-08-29T14:34:33 | 158,552,584 | 0 | 3 | MIT | 2022-03-30T07:48:51 | 2018-11-21T13:31:43 | HTML | UTF-8 | PlantUML | false | false | 223 | plantuml | @startuml
hide footbox
participant "Document Administrator" as ADM
participant "Document Registry" as REG
ADM -> REG : Remove Documents Request
activate REG
REG --> ADM : Remove Documents Response
deactivate REG
@enduml | false | true | false | false | sequence |
bf66e03fab5520d90ac1e964507ffefb5fa11fa4 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/Pose2D/Pose2D_Activity_Pose2D().puml | c1c97f51677b27e136b1ad182f20da8a00796404 | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 362 | puml | @startuml
(*) --> "Loop(size_t i: 0 ~ 2)"
if "i < 2" as judge_i then
--> [Yes] "Loop(size_t j: 0 ~ 2)"
if "j < 2" as judge_j then
--> [Yes] "Rmat[i][j] = (i==j)? 1.0:0.0"
--> judge_j
else
-right-> [No] "Loop j finish"
-left-> judge_i
endif
else
--> [No] "Loop i finish"
endif
"Loop i finish" --> (*)
@enduml | false | true | false | false | sequence |
f90b9801bd2b66b479e1e1551d076b71b72ffd6f | da2694a774d9dda7d5408d525810721071bc7803 | /reg-express/src/main/resources/pattern-success.puml | d192048376d4f4ff411e0d958feea9d6ca79bfc2 | [] | no_license | fonoisrev/fragment-code | 0f23bb577076f13996a5f1eb181267574c0d95ad | 157290f867ed7ebf29fcec3b918d7e4e89d78823 | refs/heads/master | 2022-11-21T21:24:56.849717 | 2019-07-21T08:48:30 | 2019-07-21T08:48:30 | 141,118,325 | 0 | 0 | null | 2022-11-16T10:48:09 | 2018-07-16T09:40:07 | Java | UTF-8 | PlantUML | false | false | 607 | puml | @startuml
object "Pattern$Start" as start
object "Pattern$Single" as single123{
int c = '{'
}
object "Pattern$Curly" as curly
object "Pattern$5" as 5
object "Pattern$Ctype" as ctype
object "Pattern$CharProperty" as charProperty
object "Pattern$Single" as single125{
int c = '}'
}
object "Pattern$LastNode" as last
object "Pattern$Node" as node {
boolean match { return true;}
}
start -> single123 : next
single123 -> curly : next
curly --> 5 : atom
5 --> ctype : lhs
5 --> charProperty : rhs
5 --> node : next
curly --> single125 : next
single125 --> last : next
last --> node : next
@enduml | false | true | false | false | sequence |
83ce41e2a658dcceb4c0df6bf2026f4a2f149dac | f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6 | /_src/iti66.plantuml | 3ea5ca2d34e43ac4a1484f719fae8de3e0cf5770 | [
"MIT",
"GPL-1.0-or-later",
"WTFPL",
"CC-BY-3.0-US",
"BSD-3-Clause",
"OFL-1.1"
] | permissive | oehf/ipf-docs | 178fe1e3fe079afede58fd25fe93a360234a273a | 3a8ea98c86b3405f6571cb23b4da44a726a8fbf4 | refs/heads/master | 2023-08-30T06:25:52.374023 | 2023-08-29T14:34:33 | 2023-08-29T14:34:33 | 158,552,584 | 0 | 3 | MIT | 2022-03-30T07:48:51 | 2018-11-21T13:31:43 | HTML | UTF-8 | PlantUML | false | false | 217 | plantuml | @startuml
hide footbox
participant "Document Consumer" as C
participant "Document Responder" as R
C -> R : Find Document Manifests Request
activate R
R --> C : Find Document Manifests Response
deactivate R
@enduml | false | true | false | false | sequence |
e23ca901427249b12f1dfa46946a291c88cff31b | a8a76b2d0c9889ece5ffb03215db563311cd5b00 | /Server/src/main/Server/Server.plantuml | fbacbf7f933b7ccb0118be1784a443550eea0839 | [] | no_license | PandaFood/D7032E-Hemtenta | c71900a16c4d299e2aace2882e80d205e94eb3d0 | baf4d7b824c7a3a8e269281197cee8d5382925a9 | refs/heads/master | 2020-08-28T21:11:25.135784 | 2019-10-31T14:03:22 | 2019-10-31T14:03:22 | 217,822,361 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,007 | plantuml | @startuml
title __Server Class Diagram__\n
namespace Server {
class Server.CardShop {
~ sb : StringBuilder
~ shop : List<Card>
- MAXCARDSINSHOP : int
+ CardShop()
+ buyCard()
+ checkCards()
- canPlayerAffordCard()
- topUpShop()
}
class Server.Deck {
~ deck : List<Card>
- availableDeck : Stack<Card>
- discardPile : Stack<Card>
+ Deck()
+ discardCard()
+ getDeck()
+ getTopCard()
+ setDeck()
+ shuffleInDiscardPile()
}
class Server.Dice {
{static} + CLAWS : int
{static} + ENERGY : int
{static} + HEART : int
{static} + POINT1 : int
{static} + POINT2 : int
{static} + POINT3 : int
+ value : int
- random : Random
+ Dice()
+ compareTo()
+ equals()
+ hashCode()
+ rollDie()
+ toString()
}
class Server.DiceRollHandler {
+ DiceRollHandler()
+ checkDiceResults()
~ checkClaw()
~ checkEnergy()
~ checkHeart()
~ checkStars()
}
class Server.Game {
~ response : int[]
- ALLDICE : int[]
- started : boolean
+ Game()
- checkVictory()
- hasWon()
- monsterTurn()
- rollDice()
- startGame()
}
class Server.GameConfigurator {
+ GameConfigurator()
+ loadDeckConfiguration()
}
class Server.GameState {
+ TOTALPLAYERSPOTS : int
# dice : List<Dice>
~ availableMonsters : Stack<Monster>
~ monsters : List<Monster>
+ GameState()
+ assignMonster()
+ getAlive()
+ getMonsters()
+ rollDice()
+ setMonsterInTokyo()
}
abstract class Server.Monster.Monster {
+ inFromClient : BufferedReader
+ outToClient : DataOutputStream
# evolutions : Stack<Card>
# name : String
- cards : List<Card>
- connection : Socket
- currentHealth : int
- energy : int
- inTokyo : boolean
- isAlive : boolean
- maxHealth : int
- victoryPoints : int
+ Monster()
+ addCard()
+ addEnergy()
+ addVictoryPoints()
+ assignPlayer()
+ drawEvolutionCard()
+ getCards()
+ getCurrentHealth()
+ getEffects()
+ getEnergy()
+ getMaxHealth()
+ getName()
+ getPlayerIntInput()
+ getPlayerStringInput()
+ getVictoryPoints()
+ healHealth()
+ isAlive()
+ isInTokyo()
+ reduceEnergy()
+ reduceHealth()
+ setInTokyo()
}
class Server.Playables.Card {
- cl : ClassLoader
- cost : int
- description : String
- discard : boolean
- effects : List<Effect>
- id : int
- name : String
+ Card()
+ Card()
+ getCost()
+ getDescription()
+ getEffects()
+ getId()
+ getName()
+ isDiscard()
+ setCost()
+ setDescription()
+ setDiscard()
+ setEffects()
+ setId()
+ setName()
+ toString()
}
abstract class Server.Playables.Effect {
+ getArmor()
+ getLessCost()
+ getMoreDamage()
+ getMoreStars()
+ starsWhenAttacking()
}
}
Server.CardShop o-- Server.GameState : gameState
Server.Dice .up.|> java.lang.Comparable
Server.DiceRollHandler o-- Server.Util.EffectCalculator : effectCalculator
Server.DiceRollHandler o-- Server.GameState : gameState
Server.Game o-- Server.CardShop : cardShop
Server.Game o-- Server.Util.ConnectionManager : connectionManager
Server.Game o-- Server.Deck : deck
Server.Game o-- Server.GameConfigurator : gameConfigurator
Server.Game o-- Server.GameState : gameState
Server.Game o-- Server.DiceRollHandler : rollHandler
Server.GameState o-- Server.Deck : cardDeck
Server.GameState o-- Server.Monster.Monster : monsterInTokyo
Server.Monster.Monster o-- Server.Monster.Util.Printer : print
Server.Monster.Monsters.Alienoid -up-|> Server.Monster.Monster
Server.Monster.Monsters.Gigazaur -up-|> Server.Monster.Monster
Server.Monster.Monsters.Kong -up-|> Server.Monster.Monster
Server.Playables.Effects.Store.Armor1 -up-|> Server.Playables.Effect
Server.Playables.Effects.Store.CardsCostLess1 -up-|> Server.Playables.Effect
Server.Playables.Effects.Store.MoreDamage1 -up-|> Server.Playables.Effect
Server.Playables.Effects.Store.Stars1 -up-|> Server.Playables.Effect
Server.Playables.Effects.Store.Stars2 -up-|> Server.Playables.Effect
Server.Playables.Effects.Store.Stars3 -up-|> Server.Playables.Effect
Server.Playables.Effects.Store.StarsWhenAttacking -up-|> Server.Playables.Effect
right footer
endfooter
@enduml
| false | true | false | false | class |
139a7332c82248caab3e8c391c780206954fed1e | 72b3f41c1c007997d547e65869d5eea61b611aaa | /src/main/java/com/z/kmodule/plantUML/Demo01.puml | 08f4cfdf083ac87028f948c256c02f6ccbd09878 | [] | no_license | CustomFN/KModule | 5bbf939f6672db1314961835e2f5c65e93dd16af | 7aa7062f8c3b256445a73c3af55f00c6ba6bd527 | refs/heads/master | 2022-06-22T00:52:40.002878 | 2021-05-04T12:29:27 | 2021-05-04T12:29:27 | 177,618,775 | 1 | 0 | null | 2022-06-17T03:33:48 | 2019-03-25T15:56:32 | Java | UTF-8 | PlantUML | false | false | 35 | puml | @startuml
Person <|-- Child
@enduml | false | true | false | false | class |
0dd2f3e3ec3d9f47eb7d36c592f1252d8e7e8ea0 | 90696609384bca174520e749760921983d3c5d26 | /app/src/main/java/com/code/group3finalproject/RSSClasses/Feeds/Feeds.plantuml | 3a7e2d244b970db4751983beb1f4585e3b4f94f5 | [] | no_license | guer1830/Group3FinalProject | b66e799ad3296bf6914f271239c349bdd58a026a | 9a1cf7205e283cc13ccc14913463438390a62ed9 | refs/heads/master | 2023-07-01T10:51:46.699456 | 2021-08-08T17:54:34 | 2021-08-08T17:54:34 | 373,564,181 | 0 | 0 | null | 2021-08-07T05:21:36 | 2021-06-03T15:56:15 | Java | UTF-8 | PlantUML | false | false | 5,902 | plantuml | @startuml
title __FEEDS's Class Diagram__\n
namespace com.code.group3finalproject {
namespace RSSClasses {
namespace Feeds {
class com.code.group3finalproject.RSSClasses.Feeds.CNNBusiness {
- RSSFeedURL : String
- includeFeed : Boolean
- name : String
+ CNNBusiness()
+ getDescriptionTag()
+ getHyperLinkTag()
+ getImageLinkTag()
+ getIncludeFeed()
+ getItemTag()
+ getPublicationDateTag()
+ getRSSFeedName()
+ getRSSFeedURL()
+ getTitleTag()
}
}
}
}
namespace com.code.group3finalproject {
namespace RSSClasses {
namespace Feeds {
class com.code.group3finalproject.RSSClasses.Feeds.CNNFinance {
- RSSFeedURL : String
- includeFeed : Boolean
- name : String
+ CNNFinance()
+ getDescriptionTag()
+ getHyperLinkTag()
+ getImageLinkTag()
+ getIncludeFeed()
+ getItemTag()
+ getPublicationDateTag()
+ getRSSFeedName()
+ getRSSFeedURL()
+ getTitleTag()
}
}
}
}
namespace com.code.group3finalproject {
namespace RSSClasses {
namespace Feeds {
class com.code.group3finalproject.RSSClasses.Feeds.CNNWealth {
- RSSFeedURL : String
- includeFeed : Boolean
- name : String
+ CNNWealth()
+ getDescriptionTag()
+ getHyperLinkTag()
+ getImageLinkTag()
+ getIncludeFeed()
+ getItemTag()
+ getPublicationDateTag()
+ getRSSFeedName()
+ getRSSFeedURL()
+ getTitleTag()
}
}
}
}
namespace com.code.group3finalproject {
namespace RSSClasses {
namespace Feeds {
class com.code.group3finalproject.RSSClasses.Feeds.FinancialTimes {
- RSSFeedURL : String
- includeFeed : Boolean
- name : String
+ FinancialTimes()
+ getDescriptionTag()
+ getHyperLinkTag()
+ getImageLinkTag()
+ getIncludeFeed()
+ getItemTag()
+ getPublicationDateTag()
+ getRSSFeedName()
+ getRSSFeedURL()
+ getTitleTag()
}
}
}
}
namespace com.code.group3finalproject {
namespace RSSClasses {
namespace Feeds {
class com.code.group3finalproject.RSSClasses.Feeds.Fortune {
- RSSFeedURL : String
- includeFeed : Boolean
- name : String
+ Fortune()
+ getDescriptionTag()
+ getHyperLinkTag()
+ getImageLinkTag()
+ getIncludeFeed()
+ getItemTag()
+ getPublicationDateTag()
+ getRSSFeedName()
+ getRSSFeedURL()
+ getTitleTag()
}
}
}
}
namespace com.code.group3finalproject {
namespace RSSClasses {
namespace Feeds {
class com.code.group3finalproject.RSSClasses.Feeds.Investing {
- RSSFeedURL : String
- includeFeed : Boolean
- name : String
+ Investing()
+ getDescriptionTag()
+ getHyperLinkTag()
+ getImageLinkTag()
+ getIncludeFeed()
+ getItemTag()
+ getPublicationDateTag()
+ getRSSFeedName()
+ getRSSFeedURL()
+ getTitleTag()
}
}
}
}
namespace com.code.group3finalproject {
namespace RSSClasses {
namespace Feeds {
class com.code.group3finalproject.RSSClasses.Feeds.YahooFinance {
- RSSFeedURL : String
- includeFeed : Boolean
- name : String
+ YahooFinance()
+ getDescriptionTag()
+ getHyperLinkTag()
+ getImageLinkTag()
+ getIncludeFeed()
+ getItemTag()
+ getPublicationDateTag()
+ getRSSFeedName()
+ getRSSFeedURL()
+ getTitleTag()
}
}
}
}
com.code.group3finalproject.RSSClasses.Feeds.CNNBusiness .up.|> java.io.Serializable
com.code.group3finalproject.RSSClasses.Feeds.CNNBusiness -up-|> com.code.group3finalproject.RSSClasses.RSSNewsFeed
com.code.group3finalproject.RSSClasses.Feeds.CNNFinance .up.|> java.io.Serializable
com.code.group3finalproject.RSSClasses.Feeds.CNNFinance -up-|> com.code.group3finalproject.RSSClasses.RSSNewsFeed
com.code.group3finalproject.RSSClasses.Feeds.CNNWealth .up.|> java.io.Serializable
com.code.group3finalproject.RSSClasses.Feeds.CNNWealth -up-|> com.code.group3finalproject.RSSClasses.RSSNewsFeed
com.code.group3finalproject.RSSClasses.Feeds.FinancialTimes .up.|> java.io.Serializable
com.code.group3finalproject.RSSClasses.Feeds.FinancialTimes -up-|> com.code.group3finalproject.RSSClasses.RSSNewsFeed
com.code.group3finalproject.RSSClasses.Feeds.Fortune .up.|> java.io.Serializable
com.code.group3finalproject.RSSClasses.Feeds.Fortune -up-|> com.code.group3finalproject.RSSClasses.RSSNewsFeed
com.code.group3finalproject.RSSClasses.Feeds.Investing .up.|> java.io.Serializable
com.code.group3finalproject.RSSClasses.Feeds.Investing -up-|> com.code.group3finalproject.RSSClasses.RSSNewsFeed
com.code.group3finalproject.RSSClasses.Feeds.YahooFinance .up.|> java.io.Serializable
com.code.group3finalproject.RSSClasses.Feeds.YahooFinance -up-|> com.code.group3finalproject.RSSClasses.RSSNewsFeed
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 |
91285efafae37ac675bc5a593dd870e7f656e11b | 41a59498034c527e41804f51cffbd1a4f45fab3f | /lab4/diagrams/default.puml | e4e1794ec96dafaf8c3d66fb9e8adafa04449097 | [
"MIT"
] | permissive | vinogradnick/HsePatternsLab | 0d7242c9245e1ca28b2f8211f1b11dae07ccd6a8 | d8222e56edc2c889eeb854c3372aafe8a165b171 | refs/heads/master | 2021-01-07T22:30:41.031197 | 2020-02-20T09:04:40 | 2020-02-20T09:04:40 | 241,838,221 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 263 | puml | ```plantuml
@startuml compactors
activate Client
Client -> Composite: new()
activate Composite
Client <-- Composite: return Composite
Client -> Composite: execute()
Composite -> Leaf: execute()
activate Leaf
deactivate Leaf
deactivate Composite
@enduml
```
| false | true | false | false | sequence |
b46cdb2247a033e6d7d747a381de1c8534ee9934 | b2d3e18b09206032b1ef90776ae6662049eed6bb | /documentation/fe-goal.plantuml | 663d52410af4eda2db408a2f3328f8812b83a4f5 | [] | no_license | justrocket/fragma | e26380d7ee68903e26dba167a337a6d8586e4e39 | 68d46610b5d0c6de38a116e4b934e067e98df97c | refs/heads/master | 2023-01-19T23:40:37.059212 | 2021-06-21T12:00:27 | 2021-06-21T12:00:27 | 229,782,036 | 2 | 0 | null | 2023-01-11T03:44:30 | 2019-12-23T15:54:12 | TypeScript | UTF-8 | PlantUML | false | false | 303 | plantuml | @startuml
actor user
component "backend API" as backend
component "frontend\n" {
[view]
[state]
[service]
view -down-> state
state -down-> service
service -right-> backend
backend -left-> service
service -up-> state
state -up-> view
}
user -right-> view
@enduml | false | true | false | false | sequence |
df3f7b4ee14cfaccadf7a342ad0b153baaa60d32 | c2b6bfee8da36cc39de688e146ba107b74218b12 | /plantuml/Planning/planned-trip.plantuml | f26f94f9c795519296188f655d0ef8523eb0fc30 | [
"Apache-2.0"
] | permissive | TOMP-WG/TOMP-API | 02bbd268c6ece21f7a5d28f4e42e1b456233e8e9 | 2aa6ae3d6b355a12a8936ff1069821bb7c89a743 | refs/heads/master | 2023-09-01T16:13:50.445300 | 2023-07-25T12:08:52 | 2023-07-25T12:08:52 | 189,022,994 | 80 | 34 | Apache-2.0 | 2023-08-22T12:36:34 | 2019-05-28T12:21:59 | null | UTF-8 | PlantUML | false | false | 1,460 | plantuml | @startuml Planned trip
title Planning Scenario 'planned trip' - V1.0.0
actor User
participant App
autoactivate on
note over MP, TO
**ProcessIdentifiers** : PLANNING_BASED
The TO is allowed to return AssetTypes without real
assets, only telling the number of available assets of
each type.
end note
User -> App : I want to travel from A to B\n leaving at C
App -> MP : I've got a user who wants\nto travel from A to B, leaving at C
note over MP
the MP should doing some routing
and find TOs in the area where the
planned trip will take place.
Time to contact the selected TOs
end note
MP -> TO : look for planning options (optional)
note over TO
planning options
without booking intent. The results don't have
to be precise, but it must be likely that you can
provide an asset for this trip.
end note
return likely legs
note over MP
The MP gathers all results from the TOs.
Constructs the best trips - using the knowledge
of how his end user likes to travel.
Time to ask the TOs to 'prebook'
end note
MP -> TO : prebook (booking-intent=true)
note over TO
the TO 'prebooks' the trips. It serves offers with a unique
ID. This ID will remain the ID for the whole lifetime of
the trip.
The result should contain real offers;
there must be a high guarantee that the legs can be done
end note
return offers
note over MP
The MP constructs the best suitable trips.
end note
return best trips
return best trips
@enduml
| false | true | false | false | usecase |
8906dd6a4391622242f0e478a81efbcab21a1992 | e58fcda7c86c6b746f7eea7f08b5e50b6ad546ac | /lab1/src/Nonpattern/Nonpattern.plantuml | 72bdd85707563b047ae6cd7da4be937bd29cd86b | [] | no_license | ppongnp/SDA-labs | b2828656bc50382679a1a1d767b0c43d01cb53d9 | 35f8b1930b4c5962f46a3c973fa1ecccc677b54c | refs/heads/master | 2021-01-01T12:44:41.729434 | 2020-05-03T20:23:19 | 2020-05-03T20:23:19 | 239,284,063 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,471 | plantuml | @startuml
title __NONPATTERN's Class Diagram__\n
namespace Nonpattern {
class Nonpattern.CourseRecord {
- name : String
- numOfStudents : int
+ CourseRecord()
+ getName()
+ getNumOfStudents()
+ setNumOfStudents()
+ toString()
}
}
namespace Nonpattern {
class Nonpattern.CourseViewer {
- button : JButton
- coursePanel : JPanel
- scrollPane : JScrollPane
- sliderPanel : JPanel
- sliders : ArrayList<JSlider>
+ CourseViewer()
+ actionPerformed()
+ addCourse()
{static} + main()
+ paint()
+ stateChanged()
}
}
namespace Nonpattern {
class Nonpattern.LayoutConstants {
{static} + barHeight : int
{static} + barSpacing : int
{static} + barWidth : int
{static} + courseColours : Color[]
{static} + graphHeight : int
{static} + maxValue : int
{static} + xOffset : int
{static} + yOffset : int
{static} + paintBarChartOutline()
}
}
Nonpattern.CourseViewer .up.|> java.awt.event.ActionListener
Nonpattern.CourseViewer .up.|> javax.swing.event.ChangeListener
Nonpattern.CourseViewer -up-|> javax.swing.JFrame
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 |
10475177be3aa02eef6032d6e13cc49285cda78c | 8d751506bc876c7f84bb8db1a57829a594d62208 | /docs/sequence_uml/comms_manager.puml | 9aacda5d1b50e935f4818d4955682df371227d4e | [] | no_license | avrocha/plant-floor-control | 28cd87fb8eb93aff6b5ee2cbc0eb6188a62ff346 | 374ca15bba08ca04c901ab9859432210f5d59415 | refs/heads/main | 2023-06-02T20:43:59.264827 | 2021-06-09T12:37:29 | 2021-06-09T12:37:29 | 341,634,003 | 4 | 0 | null | 2021-06-21T14:05:56 | 2021-02-23T17:26:39 | Java | UTF-8 | PlantUML | false | false | 301 | puml | @startuml
skinparam linetype ortho
skinparam Monochrome true
skinparam classAttributeIconSize 0
title Communication Manager Sequence Diagram
actor Factory
Factory-> CommsManager: startServer
activate CommsManager
loop loop
end
Factory-> CommsManager: stopServer
deactivate CommsManager
@enduml | false | true | false | false | sequence |
0d6979c8ac439993cce4ed9262add4ca4df6eccb | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Scripting/PlayableTrack.puml | c615c3504faf9fd6edd841b796b67668433aae16 | [] | 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 | 72 | puml | @startuml
class PlayableTrack {
}
TrackAsset <|-- PlayableTrack
@enduml
| false | true | false | false | class |
c38bbd1291eb55b3e050de4c424f7ee85ffd8da1 | eeaa5c632615d2a999693af1b61292907643903e | /asciidocs/plantuml/cld.puml | d6431ad0976d764c7f042bb19184ddfa6e415245 | [] | no_license | 2122-5ahif-nvs/02-microproject-Paatz | 098e50548b8f517044dae99d271f206ad4a825b1 | 8fb0e67f74ecf352bb33bc107486b3385343bfcd | refs/heads/main | 2023-08-22T14:50:24.680625 | 2021-10-17T14:09:01 | 2021-10-17T14:09:01 | 413,361,372 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 396 | puml | @startuml
class Dancer {
- firstname
- lastname
- address
- age
}
class DanceTeacher{
}
class Group {
- name
- ageLimit
- dancerLimit
}
class DanceClass{
- time
}
class Room{
- number
- personLimit
}
Dancer <|-- DanceTeacher
Group "1" -up- "*" Dancer : has >
Group "1" -down- "1..*" DanceClass : assigned to >
DanceClass "1" -down- "1" Room : is in >
@enduml | false | true | false | false | sequence |
7d11d98bdf6f6e0f738a4925cf03b6549a3dea23 | 3eb09e6a715cd51237220a02acaf2b5766b117c8 | /test3/systemmanager.puml | 6b217f8fbd996e3fc62a8dbdb67e5c32601b1a88 | [] | no_license | SuperTchain/is_analysis | 7c118b80c4e5c7117b695095d7a164bdc8957351 | e0ac48f38159bc74485891bbe889e12782c657b2 | refs/heads/master | 2021-01-14T06:44:21.003157 | 2020-05-26T17:07:52 | 2020-05-26T17:07:52 | 244,513,732 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 249 | puml | @startuml
object SystemManager
SystemManager : adminid=1
SystemManager : adminname="dad"
SystemManager : readeraccount=1213
SystemManager : readerpassword="adad"
SystemManager : bookadminaccoint=234
SystemManager : bookadminpassword="dadad"
@enduml | false | true | false | false | class |
a540dd8a67f24b191fd7df83e561411ab9a0f73d | d62eb36247d422453d13124cdadb4cce6042d1f7 | /diagramas/clasesObjetivo.puml | ed105e129c58a6255c04eca9561f86581f8a31c8 | [
"MIT"
] | permissive | valengutierrez/algo3_tp2 | d5579f678ffd301b284e1b5a3c4b4842520ca485 | 7435ad6d2cf44df9baadcdb6557017a133c98840 | refs/heads/master | 2023-07-07T21:35:37.949278 | 2021-08-13T17:51:03 | 2021-08-13T17:51:03 | 382,075,823 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 639 | puml | @startuml
skinparam classAttributeIconSize 0
hide class circle
interface Objetivo{
+cumplido(paisesOcupados, unJugador): Boolean
+mostrarse()
}
Class ObjetivoComun{
-unaCantidad:int
+cumplido(paisesOcupados, unJugador): Boolean
+mostrarse()
}
Class ObjetivoOcupar{
-continentes
+cumplido(paisesOcupados, unJugador): Boolean
+mostrarse()
}
Class ObjetivoDestruir{
-jugadorADestruir:Jugador
-jugadorAlternativa:Jugador
+cumplido(paisesOcupados, unJugador): Boolean
+mostrarse()
}
Objetivo <|.down. ObjetivoOcupar
Objetivo <|.down. ObjetivoDestruir
Objetivo <|.down. ObjetivoComun
@enduml | false | true | false | false | class |
e6eb48a78dba43d71cc22b471dce097fd02a2bd7 | 8eea3d156ed8f8c32a5c4df3fad10c1fcd3a8ed4 | /development/app-architecture/app-architecture-current.puml | e44ef9f97a364ba862c16b47b62d20754af8a1e4 | [] | no_license | alpheios-project/documentation | e9c949f9f78ac3c8ba5b6af424adfa31bcdad9b1 | 3b452dfcd0b94832ec0d0718ff51c099d2ba66f7 | refs/heads/master | 2021-06-06T01:33:49.616128 | 2021-04-24T12:56:24 | 2021-04-24T12:56:24 | 129,736,263 | 0 | 0 | null | 2021-01-04T14:36:49 | 2018-04-16T12:02:23 | null | UTF-8 | PlantUML | false | false | 1,492 | puml | @startuml
class Content #lightblue {
}
class ContentProcess #lightblue {
Handling of background script/app requests
Notification of background of state changes
..
browser dependent
==
User communication with page content
..
browser independent
}
class TabScript {
State of a current tab (page)
}
class ContentOptions {
Options of working with page content
}
class ResourceOptions {
Options of language resources
}
class UIOptions {
Options of a UI
}
class MessagingService #lightblue {
Sending and receiving messages
to/from background
..
browser dependent
}
class MorphAnalyzerAdapter {
}
class LemmaTranslations {
}
class AppController {
Coordinates all interactions with a user
}
object "Panel Vue Instance" as PanelVI {
Holds a panel component
and a tree of subcomponents
}
object "Popup Vue Instance" as PopupVI {
Holds a popup component
and a tree of subcomponents
}
class L10n {
}
Content *-- ContentProcess
ContentProcess *-- MessagingService
ContentProcess *-- MorphAnalyzerAdapter
ContentProcess *-- LemmaTranslations
ContentProcess *-- AppController
ContentProcess *-- TabScript
ContentProcess *-- ContentOptions
ContentProcess *-- ResourceOptions
ContentProcess *-- UIOptions
AppController *-- PanelVI
AppController *-- PopupVI
AppController *-- L10n
AppController o-- TabScript
AppController o-- ContentOptions
AppController o-- ResourceOptions
AppController o-- UIOptions
@enduml
| false | true | false | false | state |
ed7c1252056d510fb90892df4cb8208879a31b6f | e14c0aada2d2052407a8815aff053f10ff65cc85 | /docs/createsurvey.seqdiagram.puml | ec535d3c0c33dff007e41ad0b20163b9df740467 | [] | no_license | rogermori/survey-api-de | 58e15359e854705b44bd95a0dd4c224d0a070783 | 66925a04e0435fc390e5717251d23b0a90d7bd9f | refs/heads/master | 2023-09-03T05:18:34.108805 | 2021-11-09T03:40:52 | 2021-11-09T03:40:52 | 426,066,799 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 902 | puml | @startuml create surveys
hide footbox
title Create Surveys
participant Browser as browser
participant Server as server
participant Authenticator as auth
participant Validator as valt
participant SurveyController as controller
participant SurveyService as service
participant SurveyModel as model
database Database as database
browser -> server: POST /20210-10-1/surveys
server -> auth: decode(jwt)
auth -> server : authorized
server -> valt : validate(request)
valt -> valt : validate
valt -> valt : sanitize
valt -> server : valid
server -> controller : handleRequest
controller -> service : create
service -> model : createSurvey
model -> database : insert records
note left: start and end transaction
database -> model
model -> service
service -> controller
controller -> controller : add header and status code
controller -> server : created payload
server -> browser : created
@enduml
| false | true | false | false | sequence |
9d1a63ca5c0c01a6167e7237c979dbc87e8e3daf | 030eb7d52ad58cdea7fc423b201493b40d484d21 | /docs/diagrams/StorageClassDiagram.puml | 37c84b53e0f12bf0bb8dc5407256b5588ca40ded | [] | no_license | LilyDaytoy/tp | 50a3f1b81f8ebc04f8815347ce82b91c5bac597e | 17af2c2339edde40bfffad62f37be7c1e034245d | refs/heads/master | 2023-08-30T01:43:46.058613 | 2021-11-08T13:08:38 | 2021-11-08T13:08:38 | 411,932,185 | 0 | 0 | null | 2021-10-10T08:37:39 | 2021-09-30T05:17:35 | Java | UTF-8 | PlantUML | false | false | 341 | puml | @startuml
class Storage {
+ Storage()
- void InitCard()
+ void initEasyGameRecords()
+ void initDifficultGameRecords()
+ void initPlayer()
+ void loadPlayer()
+ void loadPlayer(String)
+ void savePlayer()
}
GameMainMenu ..> Storage
GameMenu ..> Storage
GameMainMenu --up|> Menu
GameMenu --up|> Menu
@enduml | false | true | false | false | class |
919882440b51caa9b9c0b9570d947c5dad207203 | a30b93addd419ce3dde8643ee0ad244aaeda5a31 | /src/06_2_cd_updated.puml | 90001650ce7d740d5fc73c0e0d69db59913cb34d | [] | no_license | mosser/ood-dojo | 484ae52842522c6f622b9c8a89644b1f98d84d9d | eaddb9c943dc9ee901e3e841673e4902156c3e81 | refs/heads/master | 2020-03-30T13:13:53.645253 | 2018-10-03T21:23:59 | 2018-10-03T21:23:59 | 151,264,520 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 987 | puml | @startuml
skinparam nodesep 60
skinparam ranksep 60
skinparam class {
backgroundColor<<external>> #D3D3D3
}
hide stereotypes
class Portfolio {
~ {static} findByName(String): Project
+ create(String, String): Boolean
- addToPortfolio(Project): Boolean
- isAvailable(String): Boolean
}
class Project {
+ name: String
+ Project(String)
+ save(): Boolean
+ updateReport()
}
class Task {
- status: Status
+ start()
+ stop()
+ finish()
+ save(): Boolean
}
enum Status {
READY
IN_PROGRESS
DONE
}
class Manager <<external>>
class Member <<external>>
abstract class Employee <<external>> {
+ employeeId: String
+ check(): Boolean
}
Employee <|-- Manager
Employee <|-- Member
class Report
note "Working on a given task must \nupdate the associated report" as Note
Project .. Note
Note . Report
Task . Note
Project "1" *- "1" Report
Portfolio "1" *-- "*" Project
Project "1" *-- "*" Task
Member "0..1" - "*" Task
Manager "1" - "*" Project
@enduml
| false | true | false | false | class |
e3247c38d23b6c19c3625419a733fcfd8ecbbdea | cbb18ed5b97ea8436eb50e0f42c90662a78b48d0 | /Household-Web/src/main/java/de/applegreen/household/household.plantuml | 07e9c4d77e165f84e4609814c38af17ba8551956 | [] | no_license | alexApplegreen/household | b3b312dca2fc9d9f01cabcf152434c1164cf9efb | 991228fb76c0d624e4f6463b18b7503adb88bf6a | refs/heads/master | 2022-08-10T04:07:55.125362 | 2022-01-06T08:25:32 | 2022-01-06T08:25:32 | 234,955,001 | 0 | 1 | null | 2022-06-21T02:40:20 | 2020-01-19T19:41:02 | JavaScript | UTF-8 | PlantUML | false | false | 384 | plantuml | @startuml
title __HOUSEHOLD's Class Diagram__\n
namespace de.applegreen.household {
class de.applegreen.household.HouseholdApplication {
{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 |
abd526083ab499182e8497fd6ba6742a93ec82f1 | a7d1ec9a943606d0aa6d6a1fe9890e66f36ff1aa | /dokumentation/use cases/usecase.plantuml | 110a13c8a3b81e1d41d65012c5ee9e66dfd22908 | [] | no_license | skaraborgfakir/Lexicon-Vending_machine | 59998f2b9135ab235c935e7322ce9a2a455ac095 | ab12da3d083ccdf144ca45ba189b1e7385ec222e | refs/heads/master | 2023-07-02T10:19:32.123107 | 2021-08-05T12:26:31 | 2021-08-05T12:26:31 | 383,794,785 | 0 | 0 | null | 2021-08-05T12:32:29 | 2021-07-07T12:42:04 | C# | UTF-8 | PlantUML | false | false | 1,603 | plantuml | @startuml
left to right direction
actor Kund as k
package Varuautomat {
usecase "Mata in kontanter" as mata_in_kontanter
usecase "Välj produkt" as välj_produkt
usecase "Produkt lämnas ut\nom tillgänglig" as produkt_matas_ut
usecase "Slutför transaktionen" as slutför_transaktionen
usecase "Återfå växel" as återfå_växel
usecase "Enbart i fasta valörer" as enbart_hela_valörer_hanteras
usecase "Underhåll" as underhåll
usecase "Påfyllning" as påfyllning
usecase "Tömma kontanter" as tömma_kontanter
usecase "Fylla på växelmynt" as växelmynt
usecase "Mata in mynt" as mata_in_mynt
usecase "Mata in sedlar" as mata_in_sedlar
usecase "Saldo debiteras" as saldo_debiteras
usecase "Saldo krediteras" as saldo_krediteras
}
package Personal {
actor Tekniker as t
}
k --> (mata_in_kontanter)
mata_in_kontanter <|-- mata_in_mynt
mata_in_kontanter <|-- mata_in_sedlar
mata_in_kontanter .> saldo_krediteras : include
k --> (välj_produkt)
k --> (slutför_transaktionen)
(mata_in_kontanter) .> (enbart_hela_valörer_hanteras) : include
(välj_produkt) .> (produkt_matas_ut) :include
(produkt_matas_ut) .> (saldo_debiteras) :include
(slutför_transaktionen) .> (återfå_växel) : include
(återfå_växel) .> (enbart_hela_valörer_hanteras) : include
(återfå_växel) .> (saldo_debiteras) :include
t --> (underhåll)
(underhåll) .> (påfyllning) : include
t -> (tömma_kontanter)
t -> (växelmynt)
@enduml
| false | true | true | false | usecase |
382babb57ef79dafeb2b3ca18b57f7d3497f9f1d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyPaymentDraft.puml | 862a323b969b9c0868feba388da31e58165b487a | [] | 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 | 501 | 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 MyPaymentDraft [[MyPaymentDraft.svg]] {
amountPlanned: [[Money.svg Money]]
paymentMethodInfo: [[PaymentMethodInfo.svg PaymentMethodInfo]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
transaction: [[MyTransactionDraft.svg MyTransactionDraft]]
}
@enduml
| false | true | false | false | class |
468670decad6d65a6f982c8c85682cc9a5fea857 | a7b7fc77a24f9303002690c2200a5df124c6b7c5 | /payment-processor/doc/puml/purchase-with-default-source.puml | dd204e2339b4c29febedea1b779671fcad72d7e6 | [
"Apache-2.0"
] | permissive | ostelco/ostelco-core | e2916cc5aefca5f5a3049f4a528e4d2b84e04b86 | b072ada4aca8c4bf5c3c2f6fe0d36a5ff16c11af | refs/heads/develop | 2021-07-21T19:44:47.777138 | 2019-12-18T14:13:16 | 2019-12-18T14:13:16 | 112,729,477 | 38 | 12 | Apache-2.0 | 2021-06-30T14:12:00 | 2017-12-01T10:51:32 | Kotlin | UTF-8 | PlantUML | false | false | 2,210 | puml | @startuml
actor Client
participant Client
box "Prime"
participant "client-api"
participant "payment-processor"
participant OCS
participant DAO
end box
participant Stripe
activate Client
Client -> Client : Select product ({sku})
Client -> "client-api": POST /products {sku}
activate "client-api"
note right of "client-api"
{name} identifies the user (from Oauth2 auth.)
and is equivalent to the users email address
end note
"client-api" -> DAO : getCustomerId(name)
activate DAO
DAO -> "client-api" : {customerId}
deactivate DAO
note right of "client-api"
Report an error if {customerId} does not exists, as a "default source"
can not be used without having a valid {customerId}
end note
"client-api" -> "payment-processor" : getDefaultSource(customerId)
activate "payment-processor"
"payment-processor" -> "client-api" : {sourceId}
deactivate "payment-processor"
"client-api" -> DAO : getProduct(sku)
activate DAO
DAO -> "client-api" : {product}
deactivate DAO
"client-api" -> "payment-processor" : purchaseProduct(customerId, sourceId, amount, currency)
activate "payment-processor"
alt successful case
"payment-processor" -> Stripe : POST /v1/charges {customerId, sourceId, amount, currency, product.description}
activate Stripe
Stripe -> "payment-processor" : {chargeInfo}
deactivate Stripe
"payment-processor" -> DAO: recordChargeInfo(customerId, chargeInfo)
activate DAO
DAO -> "payment-processor" : {result}
deactivate DAO
note right
Charges/refunds to be recorded
in a "ledger" type of store
end note
"payment-processor" -> OCS : updateBundle(customerId, product.size)
activate OCS
OCS -> "payment-processor" : {result}
deactivate OCS
else error
note right of "payment-processor" : Unroll charge with Stripe etc. (TBD)
end
"payment-processor" -> "client-api" : {result}
deactivate "payment-processor"
"client-api" -> Client : {result}
deactivate "client-api"
deactivate Client
@enduml
| false | true | false | false | usecase |
ef65beb92d64f36edcda992c5f6231e147334b53 | 0924d6372ac025c051bafbd33f1330a0bf83d60d | /src/main/java/com/deerhunter/uml/Topic065State.puml | 370523a5d507ea5378e2e3473270647ff2caef97 | [] | no_license | EvilDjango/leetcode | a91887c41f453df9a91a5d61ed0b207671984402 | 58fb57e375c007e26c8e0c27c1e532d0f78fdd57 | refs/heads/master | 2022-06-15T10:44:08.880153 | 2022-06-04T02:31:23 | 2022-06-04T02:31:23 | 202,256,218 | 1 | 0 | null | 2020-10-13T15:19:33 | 2019-08-14T02:13:20 | Java | UTF-8 | PlantUML | false | false | 345 | puml | @startuml
hide empty description
[*] --> 0 : blank
0 --> 0 : blank
0 --> 1 : +-
0 --> 2 : 0-9
0 --> 3 : dot
1 --> 2 : 0-9
1 --> 3 : dot
2 --> 2 : 0-9
2 --> 3 : dot
2 --> 5 : e
2 --> 8 : blank
3 --> 4 : 0-9
4 --> 4 : 0-9
4 --> 5 : e
4 --> 8 : blank
5 --> 6 : +-
5 --> 7 : 0-9
6 --> 7 : 0-9
7 --> 7 : 0-9
7 --> 8 : blank
8 --> 8 : blank
@enduml
| false | true | false | false | sequence |
e1379b8e48804f156bd1b84f10b8f519c7eea27b | 255852865d696df356670d8e879eb18168604e9b | /asciidocs-slides/plantuml/distributed-vcs.puml | e4fb03327c1dd02982557801a1842b143148458b | [] | no_license | htl-leonding-college/git-intro-slides | afe7b4f3808f9fb406ae9860f441ced25c44aad3 | ea6cb58e8b204564e632623f2591943b2b9c0ae8 | refs/heads/main | 2023-08-18T07:37:56.525623 | 2021-10-03T21:00:11 | 2021-10-03T21:00:11 | 412,761,896 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 272 | puml | @startuml
rectangle "remote vcs" as vcs
rectangle "local repo" as repo1
rectangle "local repo" as repo2
rectangle "local repo" as repo3
actor hansi
actor luki
actor susi
susi -up- repo1
hansi -up- repo3
luki -up-repo2
repo1 -up- vcs
repo2 -up- vcs
repo3 -up- vcs
@enduml | false | true | false | false | sequence |
586849beb77afa6ed44336e38f9c126043aa9b6a | d3d3e185fe49edc81ae8baafb8d7c35d7aeff08e | /kc-portals/docs/classes.puml | cfedd0c6d318a29982e75d5ad4f172cb82d2abe9 | [] | no_license | shyam0917/my-pro | 8d86086d81bef3ad6f26d03958599b292ec2fbff | 2a56315e8ad6ee8adfd8766125231a7437842bda | refs/heads/master | 2020-09-08T18:15:27.791071 | 2019-11-12T11:53:30 | 2019-11-12T11:53:30 | 221,206,159 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,924 | puml | @startuml
class config
package Controllers {
class Page {
dispatcher();
definePath();
onChangeLocation();
onLoadModule();
init();
out();
}
class Courses {
defineContent();
onLessonShow();
onLoadQuiz();
onSendFeedback();
getMessageByCode();
}
class Library {
defineContent();
onCategoryShow();
}
Page <|-- Courses
Page o-- config
Page <|-- MyAccount
Page <|-- MyLearning
}
package ServiceIntegratorPackage #EEEEEE {
class RemoteCall {
string resource;
object parameters;
string method;
object options;
function dataHandler;
function errorHandler;
defineErrorHandler();
asCached();
asLocalCached();
asPhpXDebug();
}
RemoteCall <|-- CallGet
RemoteCall <|-- CallPost
RemoteCall <|-- CallPut
RemoteCall <|-- CallPortal
class RemoteService {
Promise query(RemoteCall query);
}
RemoteService <|-- CDN
RemoteService <|-- ServiceIntegrator
class LocalStorage {
getLocalStorageItem();
setLocalStorageItem();
clear();
}
ServiceIntegrator *-- CDN
ServiceIntegrator *-- LocalStorage
}
Page *-- ServiceIntegratorPackage
package UserPackage #BFEFFF {
class User {
auth();
logout();
isAuth();
getUserId();
getSessionId();
}
class UserCourses {
getAllCourses();
getCourseStats();
saveLessonStats();
getCertificate();
getQuizStats();
}
UserCourses *-- User
}
Page *-- UserPackage
package UI_Components #CFFFBF {
class ModalWindow
class LoginForm
class Quiz
LoginForm *-- ModalWindow
Quiz *-- ModalWindow
}
class Template
Template -- Page
@enduml | false | true | false | false | class |
6676c0f62290a21b3e9319893e0f0822ae656e42 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Accessors/DataTransferObjects/SellerOrderData.puml | b65d80b94f3decc1014d05ad94746121a6808b4b | [
"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 | 205 | puml | @startuml
class SellerOrderData {
+ SellerId : int <<get>> <<set>>
+ SellerName : string <<get>> <<set>>
+ OrderCount : int <<get>> <<set>>
+ OrderTotal : decimal <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
17fa9db8514a62b74842591eb833ddea2bd38c71 | b8c409912c930baf8050f8c85da0cf2e97966b27 | /src/main/resources/uml/case/2_10改变箭头方向.puml | 07300ba576f612ba60f3684124c0e184ae3f9c39 | [] | no_license | tom1120/BaseStudy | 8cd1b735a119e022d54738c7ba3d8a9cd16aa8d5 | 35d1c19a6ebaabbb52870af8b61604d8f0290a5e | refs/heads/master | 2023-07-24T13:22:00.656180 | 2023-07-08T15:53:45 | 2023-07-08T15:53:45 | 135,059,686 | 0 | 0 | null | 2023-07-08T15:54:31 | 2018-05-27T15:40:27 | Java | UTF-8 | PlantUML | false | false | 258 | puml | @startuml
'https://plantuml.com/use-case-diagram
:user:-->(Use case 1)
:user:->(Use case 2)
(Use case 3) <.. :user1:
(Use case 4) <- :user1:
:user5: -left->(dummyLeft)
:user5: -right->(dummyRight)
:user5: -up->(dummyUp)
:user5: -down->(dummyDown)
@enduml | false | true | false | false | uml-unknown |
2ad76d08b907bf8bc66961b75abf8303cb545228 | 72673b72d2790d34c27a25eff4d8ea21e9c0bd4f | /src/doc/interaction-diagram.puml | bf6ad297947109c5d2087b646bb94664358939e6 | [
"MIT"
] | permissive | xee5ch/exist-jwt | f73cfa483907e3f1187d77fc99118f7adf5140f2 | d6c4ade45828d11f29fd0636fba6e6b762105620 | refs/heads/main | 2023-05-07T06:29:10.813871 | 2021-01-18T20:15:02 | 2021-01-18T20:15:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 795 | puml | @startuml
actor user
user -> application: request token
application -> "exist-JWT": jwt:instance(secret, lifetime)
note right of "exist-JWT"
return map with partial functions
end note
"exist-JWT" -> application: JWT instance
note right of application
build payload which usually
includes username and groups
end note
application -> application:instance:create(payload)
note right of application
signed token includes payload
with "iat" (issued at)
end note
application -> user: token
user -> application: request restrited resource
note right: header contains token
application -> application: instance:verify(token)
note right of application
if token is valid payload is returned
end note
application -> application: authorize
application -> user: return restricted resource
@enduml | false | true | false | false | usecase |
65bb4cd649490027ad8f82d4382a290f10ac3b32 | 86e4b5a58d3f5049b32910c1569c3bf605f6b517 | /docs/sequence.puml | 9818264277a98caaddd8d6bf1b50b989fca40493 | [] | no_license | mjedwabn/opentracing | a9b0a1d8189812b764352477d90165f21fb271cb | d678a3c9368d365572c093e8d33704fe8e1c5259 | refs/heads/master | 2020-11-30T05:26:37.963909 | 2019-12-27T00:02:23 | 2019-12-27T00:02:23 | 230,315,759 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 135 | puml | @startuml
actor user
user -> client
client -> gateway
gateway -> backend
gateway <- backend
client <- gateway
user <- client
@enduml
| false | true | false | false | sequence |
0a94cd2289c02bee465dea699e68fc9f3d6d7c87 | b038203821d22f0ae9db9697aaf5b41b9f77a40d | /src-gen/serviceSystem_BC_MedicalServiceProvider_HealthCareContext.puml | 1bf57c5fb5f61c24ef8d9732b480450660c5c29b | [] | no_license | NormanBaechtold/ServiceSystem | 5b9ad5f8bf1860154b70f79f0f33d6fe17cac35a | ba125d9cb21cec6a894cef3936cce7dcbc21b5c9 | refs/heads/master | 2023-08-20T23:35:47.215567 | 2021-10-06T09:08:54 | 2021-10-06T09:08:54 | 394,977,218 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 622 | puml | @startuml
skinparam componentStyle uml2
package "'HealthCareContext' Aggregate" <<Rectangle>> {
class HealthInstitutionAttributes <<(A,#fffab8) Aggregate Root>> {
String testCenterLocation
String testResults
String patienVaccinationStatus
OrganizationalNeeds impacts
HealthCareData healthcareData
}
class OrganizationalNeeds <<(E,DarkSeaGreen) Entity>> {
String patientPersonalData
String patientHealthData
String patientDataDistribution
SimplyGoValueProposition4 enable
HealthCareEngagementDesign engagementPreferences
}
}
HealthInstitutionAttributes --> OrganizationalNeeds : impacts
@enduml
| false | true | false | false | sequence |
68285a7f0160194f80e87c921207ba760c223aa2 | 751781b4d947495d9a8e2cd7a21f60342fba46e5 | /test3/puml文档/DiscKind.puml | 6ee0fdda3c317f58565d9a5e3c5ec92e79aaf8a6 | [] | no_license | Wangzhenzhenya/is_analysis | 87229412176c5ffce548ff7f5393293eb9ce7bc3 | a7c278af5028f16aa29bf8f0c13aebeb0df4b741 | refs/heads/master | 2022-06-28T15:16:47.521273 | 2020-05-15T06:55:15 | 2020-05-15T06:55:15 | 244,304,420 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 123 | puml | @startuml
object DiscKind
DiscKind : disctype="DVD"
DiscKind : discnum="100"
DiscKind : madeCompany="huawei"
@enduml
| false | true | false | false | class |
717e38eaf0b07107c058592eaf8dd45e67ba42d5 | 4ee46c4f82ed1aaa4a22cedd34c158e119f0a15f | /payment-staging-sequence.puml | cbcba212d62bc5685ff37ea212ddfaec6e19d55f | [] | no_license | evgueni-spb/bootcamp | 72ee0254cdd55cfeb6c817f194c3283fae0744c8 | 15793448d3c17576d0dd8aef5490a982ef94115b | refs/heads/master | 2020-08-30T08:53:37.046485 | 2019-11-26T21:12:08 | 2019-11-26T21:12:08 | 218,325,256 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,060 | puml | @startuml
skinparam participant {
BackgroundColor yellow
BorderColor brown
}
actor Billing
actor Commissions
actor Claims
participant EISUPaymentUpdatedEventListener
participant EISUPaymentStagingService
participant EISUPaymentStagingDao
Billing ->o EISUPaymentUpdatedEventListener : generate PaymentUpdatedEvent
Commissions ->o EISUPaymentUpdatedEventListener : generate PaymentUpdatedEvent
Claims ->o EISUPaymentUpdatedEventListener : generate PaymentUpdatedEvent
EISUPaymentUpdatedEventListener -> EISUPaymentUpdatedEventListener ++ :onApplicationEvent
opt "payment qualifies for staging"
EISUPaymentUpdatedEventListener -> EISUPaymentStagingService ++ : stagePayment
EISUPaymentStagingService -> EISUPaymentStagingDao ++ :retrievePaymentForStaging
return
EISUPaymentStagingService -> EISUPaymentStagingDao ++ :createUpdateStagingRecord
return
return
end
opt "void payment"
EISUPaymentUpdatedEventListener -> EISUPaymentStagingService ++ : voidPayment
EISUPaymentStagingService -> EISUPaymentStagingDao ++ :voidPayment
return
return
end
@enduml | false | true | false | false | sequence |
e36bf9d0e34c48a83593dd3a6a94fb63038017da | 2674d2bfed6d4a96db1f1d40d19b237642d01ca7 | /docs/white/s4567890/sp1/dm.puml | 6ea2bd6c25916e46a7fc6e5340b11ed117e70112 | [] | no_license | HugoFernandes2343/LAPR4_2017-2018 | 9c827075d64c92d89c05bb772f7e7c3192416803 | e1d4724d9995676ac1f25bed0e9c2884929c12bb | refs/heads/master | 2023-02-26T22:39:42.292967 | 2018-06-20T12:37:30 | 2018-06-20T12:37:30 | 336,568,975 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 270 | puml | @startuml dm.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
hide empty methods
class WorkbookDescription << (E,yellow) >> {
String name
String description
}
@enduml | false | true | false | false | class |
7bfebebfd97755813e28ba7295254d3f5c08ac6d | 68cfe56325be29d7f9c318611a604812cc26c04a | /src/main/java/ex44/Ex44_Class_Diagrams.puml | 29df277a80a5ca530ee47ef812bdfb004fbae9b9 | [] | no_license | jamesk08/karlinski-cop3330-assignment3 | 3661b05d5987be4347c31a25b945e5682df84ad4 | 594e40827b97dc1d18f0a7c683dcc5f2530f4efb | refs/heads/main | 2023-08-18T01:37:03.999745 | 2021-10-11T00:12:49 | 2021-10-11T00:12:49 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 614 | puml | ' UCF COP3330 Fall 2021 Assignment 3 Solution
' Copyright 2021 James Karlinski
@startuml
class ex44.Product
{
+ String name
+ int quantity
+ double price
}
class ex44.ProductManager
{
- {static} String PRODUCTS
- {static} String NAME
- {static} String PRICE
- {static} String QUANTITY
- {static} Scanner scanner
- List<Product> products
- JsonElement getValue(JsonElement,String)
- void setProductsListFromJsonData(String)
+ void output(String)
+ String buildResultMessage(Product)
+ String getInput(String)
+ Product findProduct(String)
}
@enduml | false | true | false | false | class |
fe883f2c424e74b1f19ff68327005fcd955728c9 | e778c50fb529563a0106509e3635959099a00924 | /Conception/Diagrams/plantUml/Use Cases/Post_Interactions.puml | 2589737cb6b288c06a7b642ecfb3adf88a438c5d | [] | no_license | joelemenyu20/Sahem | cc07c7172dbaec42199510089f7d372b91a8508f | 1f3ecf0b5fb67d2f74d11f679a6cfad99d9a04ff | refs/heads/master | 2023-05-07T03:17:02.861896 | 2020-07-21T05:45:26 | 2020-07-21T05:45:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 585 | puml |
@startuml PostInteractions
left to right direction
skinparam packageStyle rectangle
actor Creator as A3 << Human >>
actor Post as A8 << DataBase >>
' actor Post as A8 << Database >>
' usecase (UC4-ShareToSocialMedia) as UC4
' A1 -- (UC4)
' (UC4) -- A6
rectangle PostInteractions {
usecase (UC17-CommentOnPost) as UC17
usecase (UC25-SharePost) as UC25
usecase (UC20-VoteOnPost) as UC20
usecase (UC20-ReportPost) as UC29
(UC17) -- A8
(UC25) -- A8
(UC20) -- A8
(UC29) -- A8
A3 -- (UC17)
A3 -- (UC25)
A3 -- (UC20)
A3 -- (UC29)
}
@enduml
| false | true | false | false | usecase |
7e8b9a8f1686926136ee1011b66a817f2e721ab7 | d7d130486aaa3abfb0a41e3ae2a1234ff485780b | /go/bowlingGame/1/design/design.puml | c07ddf020fc8046d5e9b76141930f6c640d428d2 | [] | no_license | Jumziey/kata | 3f099cd46f83fc5f6bb3fd058969af9534ade103 | 39160a79f7001711719263109e85aa0158a2fdd5 | refs/heads/main | 2023-01-27T16:39:56.369021 | 2020-12-14T14:11:26 | 2020-12-14T14:11:26 | 314,662,062 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 482 | puml | @startuml
Object Game {
+Roll(pins int)
+Score() int
}
Object Frame {
+Score() int
}
Game --> Frame:10
Object Roll {
-Pins int
}
Frame --> Roll:1..2
Frame --> Frame: lastframe
note left of Frame
Need to know the last frame in
order to calculate the score
end note
Object FrameTenth {
+Score() int
}
note top of FrameTenth
A special frame that might require
3 rolls depending on spare or strike
end note
FrameTenth --|> Frame
FrameTenth --> Roll: 1..3
@enduml
| false | true | false | false | sequence |
622b215b76445447b659bf31cd33940d19a9473b | 82dd7b778e320eb988c11cd8b598d1e7ecade126 | /ChatClient.plantuml | 1c284df91bc979dbd561732710476d53188ce42a | [] | no_license | joram-sjamaar/ChatClient | e998e0092dd1cd0b6b5f45b4ee1d6767c7189685 | c8be32fbac4ce89883ebb45aca070e0cf97e51b4 | refs/heads/master | 2022-11-03T14:35:55.806756 | 2020-01-26T22:15:04 | 2020-01-26T22:15:04 | 223,383,408 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,765 | plantuml | @startuml
title __CHATCLIENT's Class Diagram__\n
namespace controllers {
class controllers.Controller {
+ exit : boolean
- login_error : String
- socket : Socket
- waiting_for_login : boolean
{static} + main()
+ setLoginError()
+ setWaitingForLogin()
- init()
- login()
- run()
}
}
namespace exceptions {
class exceptions.TooFewArgumentsException {
+ TooFewArgumentsException()
+ TooFewArgumentsException()
}
}
namespace handlers {
class handlers.ErrorHandler {
{static} + handleError()
}
}
namespace handlers {
class handlers.HeartBeatHandler {
{static} + handleTimout()
{static} + sendPong()
}
}
namespace handlers {
class handlers.MessageHandler {
{static} + handle()
}
}
namespace handlers {
class handlers.ResponseHandler {
{static} + handleResponse()
}
}
namespace handlers {
namespace commands {
class handlers.commands.CommandHandler {
{static} + handle()
{static} + handleOkResponse()
{static} + handleResponse()
}
class handlers.commands.DirectMessageHandler {
{static} + handleDirectMessage()
{static} + printDirectMessage()
{static} + send()
}
class handlers.commands.FileTransferHandler {
{static} - PACKET_SIZE : int
{static} + handleFileTransfer()
{static} + transfer()
{static} - sendFile()
}
class handlers.commands.GroupHandler {
{static} + createGroup()
{static} + handleOkResponse()
{static} + handleResponse()
{static} + joinGroup()
{static} + kickFromGroup()
{static} + leaveGroup()
{static} + messageGroup()
{static} + printMessage()
{static} + requestList()
{static} - handleJoinedGroup()
{static} - handleKick()
{static} - handleLeftGroup()
{static} - printCreatedGroup()
{static} - printGroupList()
{static} - printJoinedGroup()
{static} - printKicked()
{static} - printLeftGroup()
}
class handlers.commands.UserListHandler {
{static} + print()
{static} + request()
}
}
}
namespace model {
class model.Group {
- groupName : String
+ Group()
+ getGroupName()
+ setGroupName()
}
}
namespace model {
class model.Message {
- date : Date
- message : String
+ Message()
+ getDate()
+ getMessage()
+ getMessageType()
+ toString()
}
}
namespace model {
class model.User {
- inGroup : boolean
- loggedIn : boolean
- sentMessages : LinkedList<Message>
- username : String
+ User()
+ getGroup()
+ getUsername()
+ isInGroup()
+ isLoggedIn()
+ logSentMessage()
+ printSentMessages()
+ setGroup()
+ setInGroup()
+ setLoggedIn()
+ setUsername()
}
class model.Recipient {
- privateKey : String
- username : String
+ Recipient()
+ equals()
+ getPrivateKey()
+ getUsername()
+ hashCode()
+ setPrivateKey()
}
}
namespace threads {
class threads.Receiver {
- reader : BufferedReader
+ Receiver()
+ run()
+ setSender()
- getMessage()
}
}
namespace threads {
class threads.Sender {
~ outputStream : OutputStream
~ socket : Socket
+ Sender()
+ broadcast()
+ login()
+ logout()
+ pong()
+ send()
+ sendFile()
}
}
namespace util {
enum MessageType {
BROADCAST
PRIVATE
}
}
threads.Receiver -- handlers.ResponseHandler
threads.Receiver -- handlers.ErrorHandler
handlers.commands.FileTransferHandler -- handlers.ErrorHandler
handlers.ResponseHandler -- handlers.commands.CommandHandler
handlers.commands.CommandHandler -- handlers.commands.GroupHandler
handlers.commands.CommandHandler -- handlers.commands.DirectMessageHandler
handlers.commands.CommandHandler -- handlers.commands.FileTransferHandler
handlers.commands.CommandHandler -- handlers.commands.UserListHandler
handlers.MessageHandler -- controllers.Controller
handlers.HeartBeatHandler -- threads.Receiver
exceptions.TooFewArgumentsException -- handlers.commands.FileTransferHandler
controllers.Controller o-- threads.Receiver : receiver
controllers.Controller o-- threads.Sender : sender
controllers.Controller o-- model.User : user
threads.Receiver o-- controllers.Controller : controller
threads.Receiver o-- threads.Sender : sender
threads.Receiver o-- model.User : user
threads.Sender o-- controllers.Controller : controller
threads.Sender o-- threads.Receiver : receiver
threads.Sender o-- model.User : user
model.User o-- model.Message
model.User o-- model.Group
model.User o-- model.Recipient
model.Message -- util.MessageType
util.MessageType -- model.User
util.MessageType -- handlers.ResponseHandler
@enduml
| false | true | false | false | class |
1479a6ddea39c7c85a28c6d8954e1fb06cbf60f7 | 7c96a247c9488efd661d7551e54bc6fc7a909488 | /src/main/java/com/rezahdrm/creational/builder/builderUML.puml | 102e6d92ca9eb1f0e8b220deee7bc758d13a1788 | [] | no_license | reza-hdrm/DesignPatterns | a998d0a0f19660316a094ae1624f3b75b7bba332 | 05ccb8498b45e5511f35f2bd1c72da5f8b9da083 | refs/heads/master | 2023-04-10T23:45:27.006631 | 2021-04-12T14:20:18 | 2021-04-12T14:20:18 | 320,042,304 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,593 | puml | @startuml
class X264Properties{
- keyInt : int
- minKeyInt : int
- sceneCut : int
- bFrames : int
- bAdapt : int
- qp : int
- bitrate :int
- bFrameBias : boolean
- crf : int
- qpStep : int
- pbRatio : int
- chromaOffset : int
- rateTol : float
- pass : byte
- stats : boolean
- direct : int
- meRange : int
- weightB : boolean
- noFastPSkip : boolean
}
class Builder{
- keyInt : int
- minKeyInt : int
- sceneCut : int
- bFrames : int
- bAdapt : int
- qp : int
- bitrate :int
- bFrameBias : boolean
- crf : int
- qpStep : int
- pbRatio : int
- chromaOffset : int
- rateTol : float
- pass : byte
- stats : boolean
- direct : int
- meRange : int
- weightB : boolean
- noFastPSkip : boolean
+ keyInt(keyInt:int) : Builder
+ minKeyInt(minKeyInt:int) : Builder
+ sceneCut(sceneCut:int) : Builder
+ bFrames(bFrames:int) : Builder
+ bAdapt(bAdapt:int) : Builder
+ qp(qp:int) : Builder
+ bitrate(bitrate:int) : Builder
+ bFrameBias(bFrameBias:boolean) : Builder
+ crf(crf:int) : Builder
+ qpStep(qpStep:int) : Builder
+ pbRatio(pbRatio:int) : Builder
+ chromaOffset(chromaOff:int) : Builder
+ rateTol(rateTol:float) : Builder
+ pass(pass:byte) : Builder
+ stats(stats:boolean) : Builder
+ direct(direct:int) : Builder
+ meRange(meRange:int) : Builder
+ weightB(weightB:boolean) : Builder
+ noFastPSkip(noFastPSkip:boolean) : Builder
+ build() : X264Properties
}
class X264PropertiesTest {
+ X264PropertiesBuilderTest() : void
}
Builder --+ X264Properties
X264PropertiesTest ..> X264Properties
X264PropertiesTest ..> Builder
@enduml | false | true | false | false | class |
5153ef4d5c12d743b426195ff172ac0b77776024 | 4ae0ab4f6a4e7f82ef99f12ca3bff91329deb3a5 | /docs/diagrams/LogicClass.puml | 89efc7d1a6ffcce960ca11cce0bf9adaff330f77 | [] | no_license | AY2021S1-CS2113T-W12-1/tp | 26e4ac19bd5b66eb03049100967d52f5e62b5bd8 | 52ff4eacd4a5077f1808bad2ba00ac53879b8d08 | refs/heads/master | 2023-01-13T09:21:49.104114 | 2020-11-13T14:49:49 | 2020-11-13T14:49:49 | 299,202,991 | 0 | 10 | null | 2020-11-13T14:44:45 | 2020-09-28T05:54:06 | Java | UTF-8 | PlantUML | false | false | 1,784 | puml | @startuml
skinparam classAttributeIconSize 0
class Parser {
+{method} processRaw(String): Command
}
abstract class Command {
+{abstract}{method} execute(TaskMap): CommandResult
}
class AddCommand {
+{field} commandWord: String
+{field} commandPattern: Pattern
+{method} execute(TaskMap): CommandResult
}
class ByeCommand {
+{field} commandWord: String
+{field} commandPattern: Pattern
+{method} execute(TaskMap): CommandResult
}
class ClearCommand {
+{field} commandWord: String
+{field} commandPattern: Pattern
+{method} execute(TaskMap): CommandResult
}
class DeleteCommand {
+{field} commandWord: String
+{field} commandPattern: Pattern
+{method} execute(TaskMap): CommandResult
}
class EditCommand {
+{field} commandWord: String
+{field} commandPattern: Pattern
+{method} execute(TaskMap): CommandResult
}
class HelpCommand {
+{field} commandWord: String
+{field} commandPattern: Pattern
+{method} execute(TaskMap): CommandResult
}
class ListCommand {
+{field} commandWord: String
+{field} commandPattern: Pattern
+{method} execute(TaskMap): CommandResult
}
class SearchCommand {
+{field} commandWord: String
+{field} commandPattern: Pattern
+{method} execute(TaskMap): CommandResult
}
class UndoCommand {
+{field} commandWord: String
+{field} commandPattern: Pattern
+{method} execute(TaskMap): CommandResult
}
class CommandResult
Command -[dashed]> CommandResult
Command -[dashed]> TaskMap
Parser -[dashed]> Command
Command <|-- AddCommand
Command <|-- ByeCommand
Command <|--- ClearCommand
Command <|--- DeleteCommand
Command <|--- EditCommand
Command <|--- HelpCommand
Command <|--- ListCommand
Command <|-- SearchCommand
Command <|-- UndoCommand
@enduml | false | true | false | false | class |
35a574e1ff0ec0c286fa6700bc57cf05a3dea1f7 | 784420293504203e0485674947e252b9a884f9cf | /asciidoctor-editor-other/testscripts/diagrams/relations-highlighting/deployment-links.puml | c6a6136a1d87d98cf1f7574023238dac9a781ca5 | [
"Apache-2.0"
] | permissive | de-jcup/eclipse-asciidoctor-editor | db5515421613e8ccfec749318fb6366b1f838e76 | 5dbbb4fdeac0634eec94c1cb6773246457ac2c3f | refs/heads/master | 2023-02-16T00:20:39.858165 | 2023-02-10T21:52:39 | 2023-02-10T21:52:54 | 125,332,958 | 49 | 18 | NOASSERTION | 2022-08-21T23:26:15 | 2018-03-15T08:06:29 | Java | UTF-8 | PlantUML | false | false | 528 | puml | @startuml
actor foo1
actor foo2
foo1 <-0-> foo2
foo1 <-(0)-> foo2
(ac1) -l(0)-> left1
ac1 -right(0)-> right1
ac1 .up(0).> up1
ac1 ~up(0)~> up2
ac1 -down(0)-> down1
ac1 -do(0)-> down2
actor1 -0)- actor2
component comp1
component comp2
comp1 *-0)-+ comp2
[comp3] <-->> [comp4]
boundary b1
control c1
b1 -(0)- c1
component comp1
interface interf1
comp1 #~~( interf1
:mode1actor: -0)- fooa1
:mode1actorl: -ri0)- foo1l
[component1] 0)-(0-(0 [componentC]
() component3 )-0-(0 "foo" [componentC]
[aze1] #-->> [aze2]
@enduml
| false | true | false | false | usecase |
9f29e6a3e9480fe9bc2e69094701db1eada7ce70 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyCartAddPaymentAction.puml | c4fe99f9e75f5294242d5a286b2dbd18afe9ed37 | [] | 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 | 489 | 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 MyCartAddPaymentAction [[MyCartAddPaymentAction.svg]] extends MyCartUpdateAction {
action: String
payment: [[PaymentResourceIdentifier.svg PaymentResourceIdentifier]]
}
interface MyCartUpdateAction [[MyCartUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
347e2883b177885758122997af3b87a14b2f1fc0 | 16d0c388a796b9a9a31527e2b7ca63b7611000d5 | /P_2_EX_6.puml | 0406cacb38e6ff0f0b8a6d24f7d70660a8f645f9 | [] | no_license | frcalderon/TimeTracker | e3bf405cef182c5e22b6cd0a0e1909b033c15a18 | 6f9deab9fdc31fb0e8155e1875835bb0e441e59b | refs/heads/main | 2023-08-22T11:19:50.640618 | 2021-10-24T11:55:09 | 2021-10-24T11:55:09 | 417,759,680 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 465 | puml | @startuml
class Client {}
class Portfolio {}
class CC {}
class Moneda {}
class Euro {}
class Dolar {}
class Yen {}
class Franc {}
class Lliure {}
class ExchanceRate {}
class Operacio {}
class Buy {}
class Exchange {}
class Sell {}
Client --* Portfolio
Portfolio *--* Moneda
Portfolio *--* CC
Euro --|> Moneda
Dolar --|> Moneda
Yen --|> Moneda
Franc --|> Moneda
Lliure --|> Moneda
Buy --|> Operacio
Exchange --|> Operacio
Sell --|> Operacio
@enduml | false | true | false | false | class |
7af874ce4d2a671398fb822e38a7d9c7910b241e | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/FloralWhite.puml | ff341a66946d66f922de064e0a661b4d6329488d | [] | no_license | weedySeaDragon/plantuml-documentation | 1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba | 3c23cd2cd7fc1b4a85423ef9861711907fab2296 | refs/heads/develop | 2022-12-09T05:57:04.055959 | 2022-05-12T16:05:20 | 2022-05-12T16:05:20 | 165,910,589 | 55 | 6 | null | 2022-11-22T10:34:29 | 2019-01-15T19:28:35 | SCSS | UTF-8 | PlantUML | false | false | 322 | puml | @startuml
skinparam ClassBackgroundColor #FloralWhite
skinparam ClassFontColor #FloralWhite
skinparam ClassBorderColor #FloralWhite
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
a3a90e088da7750311751e6bcd055a9c6349f6a5 | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /examples/uml/ejb-profile.puml | 66073d54f6dbf75f09010b5be896aa3dbc197da9 | [
"MIT"
] | permissive | tizuck/scala-uml-diagrams | 4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b | c5c432132bff9df7ab60352f0e715583d9d51973 | refs/heads/main | 2023-03-01T02:44:15.288794 | 2021-02-03T22:26:55 | 2021-02-03T22:26:55 | 306,687,367 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,153 | puml | @startuml
package Manufacturer <<profile>> {
class Class <<metaclass>>
class Device <<stereotype>>{
author:String
color:Color
volume:JavaInteger
}
Class <-- Device
}
package Types {
class Color <<enumeration>> {
red
green
blue
}
class JavaInteger
}
package Factory {
class TV <<device>> {
channel:JavaInteger
-- <<Device>> --
volume=10
}
}
Manufacturer -[hidden]right- Factory
Manufacturer -[hidden]up- Types
Types -[hidden]down- Factory
Manufacturer <-- Factory : <<apply>>\w
Manufacturer --> Types: <<import>>
Types <-- Factory : <<import>>
hide circle
hide methods
hide attributes
show Device attributes
show Color attributes
show TV attributes
skinparam defaultFontName Source Code Pro
skinparam ClassStereotypeFontColor #1b1f23
skinparam class {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #6f42c1
}
skinparam note {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #d73a49
}
skinparam stereotype {
FontColor #d73a49
}
@enduml | false | true | false | false | sequence |
fcc025c273e8bb80667cca7ed25b11720c912eb6 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/Moccasin.puml | 712f04b0426563fa6e337b49be8de4d9a741b2f8 | [] | no_license | weedySeaDragon/plantuml-documentation | 1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba | 3c23cd2cd7fc1b4a85423ef9861711907fab2296 | refs/heads/develop | 2022-12-09T05:57:04.055959 | 2022-05-12T16:05:20 | 2022-05-12T16:05:20 | 165,910,589 | 55 | 6 | null | 2022-11-22T10:34:29 | 2019-01-15T19:28:35 | SCSS | UTF-8 | PlantUML | false | false | 313 | puml | @startuml
skinparam ClassBackgroundColor #Moccasin
skinparam ClassFontColor #Moccasin
skinparam ClassBorderColor #Moccasin
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
b27988be053058fa107107777f2569d85633f24b | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/connected-devices-lldp-switch/lldp-catching-other.puml | f2f901ad22630651c5e17e3d2dbf328fbf540822 | [
"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 | 601 | puml | @startuml
title Detect Connected Devices on Other Ports
participant "Switch A\ninput table " as SWA
participant "Switch B " as SWB
collections "Floodlights " as FL
control "kilda.floodlight.\nconnected.devices.priv " as TP
participant "ConnectedDevicesTopology " as CDT
database DB
activate SWA
SWA -> SWB : All packets from Flows
SWA -> SWB : All packets from ISLs
SWA -> FL: Match LLDP by\n eth_type and eth_dst
deactivate SWA
activate FL
FL -> TP : SwitchLldpInfoData
deactivate FL
TP -> CDT : SwitchLldpInfoData
activate CDT
CDT -> DB : Save/update\nConnected Device
deactivate CDT
@enduml
| false | true | false | false | sequence |
60893a2693c6ed4edc3a0a5b297c0c022ec662aa | 29e06a727e2951557b086ea8c5cf74d1deac8ff4 | /input/images-source/usecase-medicationschema-2.plantuml | 54c1dd16d53ec65703b03dade79fc24f3663916b | [
"CC0-1.0"
] | permissive | costateixeira/hl7-be-fhir-medication | 8f715f8dc918cb32bb482c1d4c895173716b30c3 | e7de80006725f75ffc3eb09a713c6e4c10fb1df3 | refs/heads/master | 2023-07-13T23:41:06.234140 | 2021-08-20T09:01:07 | 2021-08-20T09:01:07 | 379,354,108 | 0 | 0 | CC0-1.0 | 2021-06-22T17:44:08 | 2021-06-22T17:44:07 | null | UTF-8 | PlantUML | false | false | 663 | plantuml | @startuml
title Use Case 2 - Update Medication Schema
skinparam actorStyle awesome
hide footbox
'!include ./style.iuml
actor "**Patient**" as P
actor "**GP**" as GP
Participant "** GP **\n** Software **" as GPS
Participant "** Vault / other **\n ** System **" as V
group Identification
P -[#A92]-> GPS : Identification / authorization
end
...
group Request Medication Summary
GPS <- V : **Return Medication Summary**
end
...
group Request Medication Summary
GP --> GPS : Update Medication Summary
activate GPS
GPS -> V : Submit updated\nMedication Summary
deactivate GPS
activate V
V -> V : Update version\nMedication Summary
deactivate V
end
@enduml
| false | true | false | false | sequence |
4eb6ad9650bf2b271f82ba118a507e1f157f4aab | 8bf140dd27e6c583c368863ca0057420aae62972 | /Year 1 Archive/PROG1400/M02/src/rudimentary/rudimentary.plantuml | 08f377d057efbcdc1781aa948d558bc9b73b844e | [] | no_license | MasonJF/SchoolWork | aed27b66a7f6f24f4258345bc91815f0269e65b6 | 23d907a76abacd87dcbd541c58a50cd645833f4b | refs/heads/master | 2023-01-27T21:12:46.432458 | 2019-12-09T02:30:32 | 2019-12-09T02:30:32 | 212,391,855 | 0 | 0 | null | 2023-01-07T12:18:51 | 2019-10-02T16:42:41 | Python | UTF-8 | PlantUML | false | false | 1,274 | plantuml | @startuml
title __RUDIMENTARY's Class Diagram__\n
package rudimentary {
class Main {
{static} + main()
}
}
package rudimentary {
class airplane {
- maxHeight : int
- color : String
- topSpeed : int
+ airplane()
+ airplane()
+ setMaxHeight()
+ getMaxHeight()
+ setColor()
+ getColor()
+ setTopSpeed()
+ getTopSpeed()
}
}
package rudimentary {
class car {
- numOfPass : int
- topSpeed : int
- color : String
- typeOfRadio : String
+ car()
+ car()
~ setNumOfPass()
~ setTypeOfRadio()
~ setColor()
~ setTopSpeed()
+ getTopSpeed()
~ getColor()
~ getNumOfPass()
~ getTypeOfRadio()
}
}
package rudimentary {
class vehicle {
~ topSpeed : int
- color : String
+ vehicle()
+ vehicle()
~ setTopSpeed()
~ setColor()
+ getTopSpeed()
~ getColor()
}
}
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 |
99b990a440b852eb9946d44dfd32ba6d3497665a | d6374fe9363a41031c51eb622cb0cb5e75b78380 | /website/versioned_docs/v1.0.1/technical/account-lookup-service/assets/diagrams/sequence/seq-acct-lookup-post-participants-batch-7.1.1.plantuml | c92838dc99fa155f397f8b05a1ce7ed771091b4b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mojaloop/documentation | 18a1e58443956b9c718f5f85590f652f803f4748 | 6ad904da0293bb259bd9f5140bcecd719d8c8024 | refs/heads/master | 2023-07-26T17:13:14.811484 | 2023-06-26T15:18:57 | 2023-06-26T15:18:57 | 170,135,923 | 24 | 98 | NOASSERTION | 2023-09-01T14:57:33 | 2019-02-11T13:45:44 | JavaScript | UTF-8 | PlantUML | false | false | 12,077 | 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>
* Georgi Georgiev <georgi.georgiev@modusbox.com>
* Rajiv Mothilal <rajiv.mothilal@modusbox.com>
--------------
******'/
@startuml
' declare title
title 7.1.1. Post Participant (Batch) Details
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' entity - Database Access Objects
' database - Database Persistence Store
' declare actors
actor "Payer FSP" as PAYER_FSP
boundary "Account Lookup\nService (ALS)" as ALS_API
control "ALS Participant\nHandler" as ALS_PARTICIPANT_HANDLER
entity "ALS CentralService\nEndpoint DAO" as ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
entity "ALS CentralService\nParticipant DAO" as ALS_CENTRALSERVICE_PARTICIPANT_DAO
entity "ALS Participant\nOracle DAO" as ALS_PARTICIPANT_ORACLE_DAO
database "ALS Database" as ALS_DB
boundary "Oracle Service API" as ORACLE_API
boundary "Central Service API" as CENTRALSERVICE_API
box "Financial Service Provider" #LightGrey
participant PAYER_FSP
end box
box "Account Lookup Service" #LightYellow
participant ALS_API
participant ALS_PARTICIPANT_HANDLER
participant ALS_PARTICIPANT_ORACLE_DAO
participant ALS_DB
participant ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
participant ALS_CENTRALSERVICE_PARTICIPANT_DAO
end box
box "Central Services" #LightGreen
participant CENTRALSERVICE_API
end box
box "ALS Oracle Service/Adapter" #LightBlue
participant ORACLE_API
end box
' START OF FLOW
group Post Participant's FSP Details
note right of PAYER_FSP #yellow
Headers - postParticipantsHeaders: {
Content-Length: <Content-Length>,
Content-Type: <Content-Type>,
Date: <Date>,
X-Forwarded-For: <X-Forwarded-For>,
FSPIOP-Source: <FSPIOP-Source>,
FSPIOP-Destination: <FSPIOP-Destination>,
FSPIOP-Encryption: <FSPIOP-Encryption>,
FSPIOP-Signature: <FSPIOP-Signature>,
FSPIOP-URI: <FSPIOP-URI>,
FSPIOP-HTTP-Method: <FSPIOP-HTTP-Method>
}
Payload - postParticipantsMessage:
{
"requestId": "string",
"partyList": [
{
"partyIdType": "string",
"partyIdentifier": "string",
"partySubIdOrType": "string",
"fspId": "string"
}
],
"currency": "string"
}
end note
PAYER_FSP ->> ALS_API: Request to add participant's FSP details\nPOST - /participants\n<color #388724><b>Response code:</b> 202</color> \n<color #FF0000><b>Error code:</b> 200x, 300x, 310x, 320x</color>
activate ALS_API
note left ALS_API #lightgray
Validate request against
Mojaloop Interface Specification.
<color #red><b>Error code:</b> 300x, 310x</color>
end note
ALS_API -> ALS_PARTICIPANT_HANDLER: Process create participant's FSP details
deactivate ALS_API
activate ALS_PARTICIPANT_HANDLER
'********************* Sort into Participant buckets based on {TYPE} - START ************************
loop for Participant in ParticipantList
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Validate that PARTICIPANT.fspId == FSPIOP-Source\n<color #FF0000><b>Error code:</b> 3100</color>
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Group Participant lists into a Map (ParticipantMap) based on {TYPE}
end loop
'********************* Sort into Participant buckets based on {TYPE} - END ************************
alt Validation passed and the ParticipantMap was created successfully
loop for keys in ParticipantMap -> TypeKey
'********************* Fetch Oracle Routing Information - START ************************
'********************* Retrieve Oracle Routing Information - START ************************
ALS_PARTICIPANT_HANDLER <-> ALS_DB: Get Oracle Routing Config based on TypeKey (and optional Currency)\n<color #FF0000><b>Error code:</b> 300x, 310x</color>
ref over ALS_PARTICIPANT_HANDLER, ALS_DB
GET Participants - [[https://docs.mojaloop.live/mojaloop-technical-overview/account-lookup-service/als-get-participants.html Get Oracle Routing Config Sequence]]
|||
end ref
'********************* Retrieve Oracle Routing Information - END ************************
|||
' '********************* Fetch Oracle Routing Information - END ************************
'
' '********************* Retrieve Switch Routing Information - START ************************
'
' ALS_PARTICIPANT_HANDLER <-> ALS_DB: Get Switch Routing Config\n<color #FF0000><b>Error code:</b> 300x, 310x</color>
' ref over ALS_PARTICIPANT_HANDLER, ALS_DB
' |||
' GET Participants - [[https://docs.mojaloop.live/mojaloop-technical-overview/account-lookup-service/als-get-participants.html Get Switch Routing Config Sequence]]
' |||
' end ref
'
' '********************* Retrieve Switch Routing Information - END ************************
' |||
'********************* Validate Participant - START ************************
group Validate Participant's FSP
ALS_PARTICIPANT_HANDLER -> ALS_CENTRALSERVICE_PARTICIPANT_DAO: Request participant (PARTICIPANT.fspId) information for {TypeKey}\n<color #FF0000><b>Error code:</b> 200x</color>
activate ALS_CENTRALSERVICE_PARTICIPANT_DAO
ALS_CENTRALSERVICE_PARTICIPANT_DAO -> CENTRALSERVICE_API: GET - /participants/{PARTICIPANT.fspId}\n<color #388724><b>Response code:</b> 200</color> \n<color #FF0000><b>Error code:</b> 200x, 310x, 320x</color>
activate CENTRALSERVICE_API
CENTRALSERVICE_API --> ALS_CENTRALSERVICE_PARTICIPANT_DAO: Return participant information
deactivate CENTRALSERVICE_API
ALS_CENTRALSERVICE_PARTICIPANT_DAO --> ALS_PARTICIPANT_HANDLER: Return participant information
deactivate ALS_CENTRALSERVICE_PARTICIPANT_DAO
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Validate participant\n<color #FF0000><b>Error code:</b> 320x</color>
end group
'********************* Validate Participant - END ************************
'********************* Create Participant Information - START ************************
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_ORACLE_DAO: Create participant's FSP details\nPOST - /participants\n<color #FF0000><b>Error code:</b> 200x, 310x, 320x</color>
activate ALS_PARTICIPANT_ORACLE_DAO
ALS_PARTICIPANT_ORACLE_DAO -> ORACLE_API: Create participant's FSP details\nPOST - /participants\n<color #388724><b>Response code:</b> 204</color> \n<color #FF0000><b>Error code:</b> 200x, 310x, 320x</color>
activate ORACLE_API
ORACLE_API --> ALS_PARTICIPANT_ORACLE_DAO: Return result of Participant Create request
deactivate ORACLE_API
ALS_PARTICIPANT_ORACLE_DAO --> ALS_PARTICIPANT_HANDLER: Return result of Participant Create request
deactivate ALS_PARTICIPANT_ORACLE_DAO
'********************* Create Participant Information - END ************************
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Store results in ParticipantResultMap[TypeKey]
end loop
loop for keys in ParticipantResultMap -> TypeKey
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Combine ParticipantResultMap[TypeKey] results into ParticipantResult
end loop
'********************* Get PayerFSP Participant End-point Information - START ************************
ALS_PARTICIPANT_HANDLER -> ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO: Retrieve the PayerFSP (FSPIOP-Source) Participant Callback Endpoint\n<color #FF0000><b>Error code:</b> 200x, 310x, 320x</color>
activate ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO -> CENTRALSERVICE_API: Retrieve the PayerFSP Participant Callback Endpoint\nGET - /participants/{FSPIOP-Source}/endpoints\n<color #388724><b>Response code:</b> 200</color> \n<color #FF0000><b>Error code:</b> 200x, 310x, 320x</color>
activate CENTRALSERVICE_API
CENTRALSERVICE_API --> ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO: List of PayerFSP Participant Callback Endpoints
deactivate CENTRALSERVICE_API
ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO --> ALS_PARTICIPANT_HANDLER: List of PayerFSP Participant Callback Endpoints
deactivate ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Match PayerFSP Participant Callback Endpoints for\nFSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT
'********************* Get PayerFSP Participant End-point Information - END ************************
ALS_PARTICIPANT_HANDLER --> ALS_API: Return list of Participant information from ParticipantResult
ALS_API ->> PAYER_FSP: Callback: PUT - /participants/{requestId}
else Validation failure and/or the ParticipantMap was not created successfully
'********************* Get PayerFSP Participant End-point Information - START ************************
ALS_PARTICIPANT_HANDLER -> ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO: Retrieve the PayerFSP (FSPIOP-Source) Participant Callback Endpoint\n<color #FF0000><b>Error code:</b> 200x, 310x, 320x</color>
activate ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO -> CENTRALSERVICE_API: Retrieve the PayerFSP Participant Callback Endpoint\nGET - /participants/{FSPIOP-Source}/endpoints\n<color #388724><b>Response code:</b> 200</color> \n<color #FF0000><b>Error code:</b> 200x, 310x, 320x</color>
activate CENTRALSERVICE_API
CENTRALSERVICE_API --> ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO: List of PayerFSP Participant Callback Endpoints
deactivate CENTRALSERVICE_API
ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO --> ALS_PARTICIPANT_HANDLER: List of PayerFSP Participant Callback Endpoints
deactivate ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Match Participant Callback Endpoints for\nFSPIOP_CALLBACK_URL_PARTICIPANT_BATCH_PUT_ERROR
'********************* Get PayerFSP Participant End-point Information - END ************************
ALS_PARTICIPANT_HANDLER --> ALS_API: Handle error\n<color #FF0000><b>Error code:</b> 200x, 310x, 320x</color>
ALS_API ->> PAYER_FSP: Callback: PUT - /participants/{requestId}/error
end alt
deactivate ALS_PARTICIPANT_HANDLER
end
@enduml
| false | true | true | false | usecase |
8ddaf307c294b5102ec97d22a15858bd1dc00736 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/DiscountCodeInfo.puml | 05062c8eb9f17e3a778e2dafa9109c9bb66e9bd2 | [] | 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 | 4,801 | 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 DiscountCodeInfo [[DiscountCodeInfo.svg]] {
discountCode: [[DiscountCodeReference.svg DiscountCodeReference]]
state: [[DiscountCodeState.svg DiscountCodeState]]
}
interface Cart [[Cart.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalLineItemQuantity: Long
totalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
cartState: [[CartState.svg CartState]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
custom: [[CustomFields.svg CustomFields]]
deleteDaysAfterLastModification: Integer
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
interface Order [[Order.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
orderNumber: String
purchaseOrderNumber: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
cart: [[CartReference.svg CartReference]]
quote: [[QuoteReference.svg QuoteReference]]
orderState: [[OrderState.svg OrderState]]
shipmentState: [[ShipmentState.svg ShipmentState]]
paymentState: [[PaymentState.svg PaymentState]]
state: [[StateReference.svg StateReference]]
syncInfo: [[SyncInfo.svg List<SyncInfo>]]
returnInfo: [[ReturnInfo.svg List<ReturnInfo>]]
lastMessageSequenceNumber: Long
custom: [[CustomFields.svg CustomFields]]
completedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
DiscountCodeInfo --> Cart #green;text:green : "discountCodes"
DiscountCodeInfo --> Order #green;text:green : "discountCodes"
@enduml
| false | true | false | false | sequence |
265105ee437de94d7fce1c8ca3a67b7fe6695cbb | e996fa8ecacb2f092ee170ba4703cdafd464097a | /bouquet-SubSystem/templates/Deployment.puml | 18a05f53ac60e79bbde13d8e7e74ede24c3c4911 | [
"MIT"
] | permissive | madajaju/bouquet | 24f46a8786cc9829eee8b7a2c452137b1481683a | 3224eef247bae360d30e90bd4928eb2cde29f3ac | refs/heads/master | 2023-04-28T22:12:20.533376 | 2018-11-21T13:45:09 | 2018-11-21T13:45:09 | 90,114,169 | 2 | 1 | null | 2023-04-18T11:23:53 | 2017-05-03T06:08:04 | JavaScript | UTF-8 | PlantUML | false | false | 332 | puml | @startuml
rectangle "Deployment Diagram TBD"
@enduml
package "<%= nameSpaces %>" #lightblue {
folder bin #ffffff {
file binName
}
folder Services #ffffff {
file uservice
}
node micro
node sailsjs
database DB1
sailsjs -- DB1
bin .. sailsjs
Services .. micro
micro -- DB1
sailsjs -> micro
}
| false | true | false | false | sequence |
b4a206e11f3449ac6b92b594bbce4840ce7cb1c8 | 1fef2f0f0ad13aebb3d3f732d0cae8867ee8e87c | /plantuml/Microwave.Classes/Interfaces/ITimer.puml | 97538d3fcc136a3ccb7c5ce8f2db5f2e436f985d | [] | no_license | eengstroem/MicrowaveOven | b9711c314f053f00f9208cae69085d7bdf0ba3d4 | ac721f24f0025f5e10f50d4d58c4a7ad30f9fbd2 | refs/heads/master | 2023-04-25T09:55:42.513911 | 2021-05-24T16:45:23 | 2021-05-24T16:45:23 | 363,380,008 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 196 | puml | @startuml
interface ITimer {
TimeRemaining : int <<get>>
<<event>> Expired : EventHandler
<<event>> TimerTick : EventHandler
Start(time:int) : void
Stop() : void
}
@enduml
| false | true | false | false | class |
96e83060499bf614bb3cc800c93a9d036a4dcf25 | 6d093b8a50ccbbafd801ede4e37deb54d0adc012 | /PoC/docs/interactionDiagrams/src/USAAIssuanceLIApplication.puml | 2d1ae1d628876d8ac4aefeb76dd80bab9575d9ee | [
"Apache-2.0"
] | permissive | bharatUSAA/bbu-tswg-research | f90616bd77eeb5b17ccc729b6e46488d4cf5c42f | 09e9dc4be4bcd26123dbb08ccd4030c1729328f3 | refs/heads/main | 2023-08-22T22:42:02.027685 | 2021-09-24T13:47:31 | 2021-09-24T13:47:31 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,176 | puml | @startuml
participant "Bob" as USER
participant "Bob's Mobile Phone" as MP
participant "USAA Web Portal" as US
Participant "Lumedic" as LU
participant "Bedrock Ledger" as LE
group Share Electronic Health Information with Application to Insurance Company
USER->US: Chooses "Apply for Life Insurance" path
US->USER: Displays page requesting information. User may provide\n requested information or provide an Electronic Health Information Credential
USER->US: Chooses Electronic Health Information Credential path
US->USER: Displays page seeking user's consent to share data and\nthe terms under which it will be shared
USER->US: Consents to share information and agrees to the terms
US->USER: Displays page that can be used to begin the connection process
USER->US: Connection established with USAA's agent
US->USER: Displays page portraying successful connection and information on\narriving proof request for electronic health information.
US->MP: USAA agent sends Aries RFC 0037 compliant request-proof message to mobile agent
MP->USER: Notifies user of request for proof
USER->MP: User agrees to provide information
MP->USER: Mobile agent presents user with available information in wallet that satisfies request
USER->MP: User selects Lumedic credential, sends response
MP->LE: Mobile agent builds proof of non-revocation
MP->US: Mobile agent sends presentation message to USAA agent
US->LE: Checks for revocation, retrieves credential schemas and definitions for issuers
US->US: USAA agent verifies proof response
US->MP: USAA agent sends ack message to mobile agent
MP->USER: Notifies user of successful share
US->US: Search for existing application or quote for user. Quote found.
US->US: Gathered information from credential as well as user consent documented\nin the life insurance case file
US->USER: Displays Health and Lifestyle Questionnaire in the insurance application workflow
USER->US: Submits completed questionnaire
US->LU: Initiate workflow to access all EMRs of the applicant
US->US: Add EMRs to applicant's life insurance case file
end
group Left to Do
USER->US: Define how user uses mobile app to connect with USAA
end
@enduml | false | true | false | false | sequence |
b9cdd3ec8e4d4152ece7f597223749acf2037040 | 8d851571fc1da2bcd4915af01ba79e379231d7d6 | /src/motion/wordMorionStateModel/changeWord.plantuml | 478dbd485f7d21d917213e2c1356e9df604c5f2c | [
"MIT"
] | permissive | dylan2083/vscode-vim | bc356ff406d04d0f227176fe1a99a020b86261bd | d803910e20b4c8c9ce3367e608fb4e2d54cf1e57 | refs/heads/master | 2023-02-13T21:09:29.968264 | 2020-12-22T02:40:04 | 2020-12-22T02:40:04 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,308 | plantuml | @startuml
title change N words ( cNw )
(*) --> first
if "count" then
--> [ =1] "first count=1"
else
--> [>1] "first count>1"
note right :do not count first character
end if
"first count=1" --> [character] "character count=1"
"first count=1" --> [space] "space count=1"
"first count=1" --> [linefeed] "delete until just before"
"character count=1" --> [defference type character,linefeed,space] "delete until just before"
"character count=1" -> [same type character] "character count=1"
"space count=1" -> [space] "space count=1"
"space count=1" --> [linefeed, character] "delete until just before"
"delete until just before" --> (*)
"first count>1" --> [character] "character"
"first count>1" --> [space] "space"
"first count>1" --> [linefeed] "linefeed"
"character" --> [defferece type character] "count--"
if "count" then
-up-> [ =1] "character count=1"
else
-up-> [>1] "character"
end if
"character" -> [same type character] "character"
"character" -> [space] "space"
"character" -> [linefeed] "linefeed"
"space" --> [character] "count--"
"space" -> [space] "space"
"space" -> [linefeed] linefeed
"linefeed" -down-> [linefeed] "count-- at linefeed"
if "count" then
-up-> [ =1] "first count=1"
else
-up-> [>1] "linefeed"
end if
"linefeed" --> [character] "count--"
"linefeed" -> [space] "space"
@enduml | false | true | false | false | activity |
495e62bd2242f111ad0ad38bcd369d26528e1079 | 7125836b45d79a4b47619227ff1150d2c4fd4ae0 | /entwurf/reset.plantuml | d7e3372557be7fa439e852e8887bee184009c817 | [] | no_license | erlangh8er/Verteilter-Algorithmus | 72d4f7a0d56b06edad52872ae6a9af67ab5be00d | a0ce12720b8f2fd9235c3b362139a60e13787d16 | refs/heads/main | 2023-04-05T14:44:57.473720 | 2021-04-07T13:41:13 | 2021-04-07T13:41:13 | 355,557,234 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 673 | plantuml | @startuml Reset
actor Client #red
participant Koordinator
participant Namensdienst
participant Starter
participant ggTProzess
Client -> Koordinator : reset
Koordinator -> ggTProzess : kill
ggTProzess -> Namensdienst : {<PID>,{unbind,MeinName}}
Namensdienst --> ggTProzess : ok
ggTProzess -> ggTProzess: kill
ggTProzess --> Koordinator : ok
destroy ggTProzess
Koordinator -> Namensdienst : {From,reset}
Namensdienst --> Koordinator : ok
Koordinator -> Namensdienst : net_adm:ping
Namensdienst --> Koordinator :pong
Koordinator -> Namensdienst: {<PID>, {From, {rebind,meindienst,node()}}}
Namensdienst --> Koordinator : ok
create Starter
Client -> Starter : go()
@enduml | false | true | false | false | sequence |
fbac96322af6d76ebbfeea6c4a72090b53ca54d6 | 988534e60d6e426db0a1cc0ecc101f524d3eab06 | /tools/plantuml/usecase.puml | 7a8105b3d1cdd1198fd843ee01abd0f32b39a1b0 | [
"MIT"
] | permissive | vpopescu/dataworkbench-jekyll-theme | 9547567f2c5c5a625cc3456f2c4471f49d736619 | 46f24be99a1273e3bcf4ee6bd0cef4455a4bda2b | refs/heads/master | 2022-12-01T19:12:25.588430 | 2020-08-13T21:39:07 | 2020-08-13T21:39:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 596 | puml | @startuml
actor user as "User"
actor developer as "Developer"
actor appman as "Application Manager"
actor dwb as "DataWorkbench"
user <|-- appman
appman <|-right- developer
developer <|-right- dwb
usecase hfeedback as "Get human-readable feedback"
usecase mfeedback as "Get machine-readable feedback"
usecase api as "Access an API"
usecase run as "Run the validator software"
usecase ws as "Access a web service"
(api) <|-- (mfeedback)
(api) <|-- (hfeedback)
(run) <|-- (api)
(ws) <|-- (run)
user --> (ws)
appman -> (api): "access"
developer -down-> (run)
dwb -> (ws): "operate"
@enduml
| false | true | false | false | usecase |
0cd0fd239c9f9e5d1e4c81135da45d85bc87846e | 9bbd408bc1bc4f8d05e9de47099db6eeb0368c37 | /.idea/modules/app/app.plantuml | 5400b659d041fc06b1adb1fd3614a1417724f819 | [] | no_license | ferllop/evermind-android | 35d5b5acfbf50a49becfcc006e35a697f5f171a0 | 60ace128d8b0152f974cdf55c0bec6a1bcd2c0b3 | refs/heads/main | 2023-04-22T03:00:14.156604 | 2021-04-23T18:56:36 | 2021-04-23T18:56:36 | 342,582,389 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 19,626 | plantuml | @startuml
title __EVERMIND.APP's Class Diagram__\n
namespace com.ferllop.evermind {
class com.ferllop.evermind.AndroidApplication {
}
}
namespace com.ferllop.evermind {
class com.ferllop.evermind.BuildConfig {
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.CardDataActivity {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.CardsAdapter {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.EntryActivity {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.HomeActivity {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.LoginActivity {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
abstract class com.ferllop.evermind.activities.MainNavigationActivity {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.MyCards {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.MySubscriptions {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.RegisterActivity {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.ReviewActivity {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.ReviewResultActivity {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.SearchCardsActivity {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
class com.ferllop.evermind.activities.SettingsActivity {
}
}
}
namespace com.ferllop.evermind {
namespace activities {
namespace fragments {
class com.ferllop.evermind.activities.fragments.DeleteCardDialogFragment {
}
}
}
}
namespace com.ferllop.evermind {
namespace activities {
namespace fragments {
class com.ferllop.evermind.activities.fragments.SearchInfoDialog {
}
}
}
}
namespace com.ferllop.evermind {
namespace activities {
namespace fragments {
class com.ferllop.evermind.activities.fragments.SearchResultsFragment {
}
}
}
}
namespace com.ferllop.evermind {
namespace activities {
namespace fragments {
class com.ferllop.evermind.activities.fragments.VerifyEmailDialog {
}
}
}
}
namespace com.ferllop.evermind {
namespace models {
class com.ferllop.evermind.models.Card {
}
}
}
namespace com.ferllop.evermind {
namespace models {
class com.ferllop.evermind.models.Labelling {
}
}
}
namespace com.ferllop.evermind {
namespace models {
enum Level {
}
}
}
namespace com.ferllop.evermind {
namespace models {
abstract class com.ferllop.evermind.models.Model {
}
}
}
namespace com.ferllop.evermind {
namespace models {
class com.ferllop.evermind.models.Search {
}
}
}
namespace com.ferllop.evermind {
namespace models {
class com.ferllop.evermind.models.SubscribedCard {
}
}
}
namespace com.ferllop.evermind {
namespace models {
class com.ferllop.evermind.models.Subscription {
}
}
}
namespace com.ferllop.evermind {
namespace models {
class com.ferllop.evermind.models.User {
}
}
}
namespace com.ferllop.evermind {
namespace models {
enum UserStatus {
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
class com.ferllop.evermind.repositories.AuthRepository {
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
class com.ferllop.evermind.repositories.CardRepository {
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
class com.ferllop.evermind.repositories.SubscriptionRepository {
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
class com.ferllop.evermind.repositories.SubscriptionsGlobal {
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
class com.ferllop.evermind.repositories.UserRepository {
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace datastores {
interface com.ferllop.evermind.repositories.datastores.AuthDataStore {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace datastores {
class com.ferllop.evermind.repositories.datastores.AuthFirestoreDataStore {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace datastores {
class com.ferllop.evermind.repositories.datastores.CardFirestoreDataStore {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace datastores {
class com.ferllop.evermind.repositories.datastores.CrudFirestoreDataStore {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace datastores {
abstract class com.ferllop.evermind.repositories.datastores.FirestoreDataStore {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace datastores {
class com.ferllop.evermind.repositories.datastores.SubscriptionFirestoreDataStore {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace datastores {
class com.ferllop.evermind.repositories.datastores.UserFirestoreDataStore {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace datastores {
class com.ferllop.evermind.repositories.datastores.UserLocalDataStore {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace fields {
enum AuthError {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace fields {
enum CardField {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace fields {
enum DataStoreError {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace fields {
enum FirestoreCollectionsLabels {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace fields {
enum SubscriptionField {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace fields {
enum UserField {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
interface com.ferllop.evermind.repositories.listeners.AuthListener {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
enum AuthMessage {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
interface com.ferllop.evermind.repositories.listeners.CardDataStoreListener {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
interface com.ferllop.evermind.repositories.listeners.CrudDataStoreListener {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
enum DataStoreMessage {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
interface com.ferllop.evermind.repositories.listeners.SubscriptionDataStoreListener {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
interface com.ferllop.evermind.repositories.listeners.UserDataStoreListener {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace mappers {
class com.ferllop.evermind.repositories.mappers.CardMapper {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace mappers {
interface com.ferllop.evermind.repositories.mappers.ModelMapper {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace mappers {
class com.ferllop.evermind.repositories.mappers.SubscriptionMapper {
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace mappers {
class com.ferllop.evermind.repositories.mappers.UserMapper {
}
}
}
}
com.ferllop.evermind.AndroidApplication -up-|> android.app.Application
com.ferllop.evermind.activities.CardDataActivity .up.|> com.ferllop.evermind.activities.fragments.DeleteCardDialogFragment.DeleteDialogListener
com.ferllop.evermind.activities.CardDataActivity .up.|> com.ferllop.evermind.repositories.listeners.CardDataStoreListener
com.ferllop.evermind.activities.CardDataActivity .up.|> com.ferllop.evermind.repositories.listeners.SubscriptionDataStoreListener
com.ferllop.evermind.activities.CardDataActivity -up-|> com.ferllop.evermind.activities.MainNavigationActivity
com.ferllop.evermind.activities.CardDataActivity o-- com.ferllop.evermind.repositories.datastores.UserLocalDataStore : userLocal
com.ferllop.evermind.activities.CardsAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter
com.ferllop.evermind.activities.CardsAdapter o-- com.ferllop.evermind.repositories.listeners.SubscriptionDataStoreListener : listener
com.ferllop.evermind.activities.EntryActivity .up.|> com.ferllop.evermind.repositories.listeners.UserDataStoreListener
com.ferllop.evermind.activities.EntryActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.ferllop.evermind.activities.EntryActivity o-- com.ferllop.evermind.repositories.UserRepository : userRepo
com.ferllop.evermind.activities.HomeActivity .up.|> com.ferllop.evermind.repositories.listeners.SubscriptionDataStoreListener
com.ferllop.evermind.activities.HomeActivity -up-|> com.ferllop.evermind.activities.MainNavigationActivity
com.ferllop.evermind.activities.LoginActivity .up.|> com.ferllop.evermind.repositories.listeners.UserDataStoreListener
com.ferllop.evermind.activities.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.ferllop.evermind.activities.LoginActivity o-- com.ferllop.evermind.repositories.datastores.UserLocalDataStore : userLocal
com.ferllop.evermind.activities.LoginActivity o-- com.ferllop.evermind.repositories.UserRepository : userRepository
com.ferllop.evermind.activities.MainNavigationActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.ferllop.evermind.activities.MyCards .up.|> com.ferllop.evermind.activities.fragments.SearchResultsFragment.OnSearchHaveResults
com.ferllop.evermind.activities.MyCards -up-|> com.ferllop.evermind.activities.MainNavigationActivity
com.ferllop.evermind.activities.MySubscriptions .up.|> com.ferllop.evermind.activities.fragments.SearchResultsFragment.OnSearchHaveResults
com.ferllop.evermind.activities.MySubscriptions -up-|> com.ferllop.evermind.activities.MainNavigationActivity
com.ferllop.evermind.activities.RegisterActivity .up.|> com.ferllop.evermind.activities.fragments.VerifyEmailDialog.VerifyEmailDialogListener
com.ferllop.evermind.activities.RegisterActivity .up.|> com.ferllop.evermind.repositories.listeners.UserDataStoreListener
com.ferllop.evermind.activities.RegisterActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.ferllop.evermind.activities.RegisterActivity o-- com.ferllop.evermind.repositories.UserRepository : userRepository
com.ferllop.evermind.activities.ReviewActivity .up.|> com.ferllop.evermind.repositories.listeners.CardDataStoreListener
com.ferllop.evermind.activities.ReviewActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.ferllop.evermind.activities.ReviewResultActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.ferllop.evermind.activities.SearchCardsActivity .up.|> com.ferllop.evermind.activities.fragments.SearchResultsFragment.OnSearchHaveResults
com.ferllop.evermind.activities.SearchCardsActivity -up-|> com.ferllop.evermind.activities.MainNavigationActivity
com.ferllop.evermind.activities.SearchCardsActivity o-- com.ferllop.evermind.activities.fragments.SearchResultsFragment : searchResultsFragment
com.ferllop.evermind.activities.SettingsActivity .up.|> com.ferllop.evermind.repositories.listeners.CardDataStoreListener
com.ferllop.evermind.activities.SettingsActivity .up.|> com.ferllop.evermind.repositories.listeners.SubscriptionDataStoreListener
com.ferllop.evermind.activities.SettingsActivity .up.|> com.ferllop.evermind.repositories.listeners.UserDataStoreListener
com.ferllop.evermind.activities.SettingsActivity -up-|> com.ferllop.evermind.activities.MainNavigationActivity
com.ferllop.evermind.activities.SettingsActivity o-- com.ferllop.evermind.repositories.datastores.UserLocalDataStore : userLocal
com.ferllop.evermind.activities.SettingsActivity o-- com.ferllop.evermind.repositories.UserRepository : userRepository
com.ferllop.evermind.activities.fragments.DeleteCardDialogFragment -up-|> androidx.fragment.app.DialogFragment
com.ferllop.evermind.activities.fragments.DeleteCardDialogFragment o-- com.ferllop.evermind.activities.fragments.DeleteCardDialogFragment.DeleteDialogListener : listener
com.ferllop.evermind.activities.fragments.SearchInfoDialog -up-|> androidx.fragment.app.DialogFragment
com.ferllop.evermind.activities.fragments.SearchResultsFragment .up.|> com.ferllop.evermind.repositories.listeners.CardDataStoreListener
com.ferllop.evermind.activities.fragments.SearchResultsFragment .up.|> com.ferllop.evermind.repositories.listeners.SubscriptionDataStoreListener
com.ferllop.evermind.activities.fragments.SearchResultsFragment -up-|> androidx.fragment.app.Fragment
com.ferllop.evermind.activities.fragments.SearchResultsFragment o-- com.ferllop.evermind.activities.CardsAdapter : adapter
com.ferllop.evermind.activities.fragments.SearchResultsFragment o-- com.ferllop.evermind.repositories.CardRepository : cardRepository
com.ferllop.evermind.activities.fragments.SearchResultsFragment o-- com.ferllop.evermind.activities.fragments.SearchResultsFragment.OnSearchHaveResults : listener
com.ferllop.evermind.activities.fragments.VerifyEmailDialog -up-|> androidx.fragment.app.DialogFragment
com.ferllop.evermind.activities.fragments.VerifyEmailDialog o-- com.ferllop.evermind.activities.fragments.VerifyEmailDialog.VerifyEmailDialogListener : listener
com.ferllop.evermind.models.Card -up-|> com.ferllop.evermind.models.Model
com.ferllop.evermind.models.Card o-- com.ferllop.evermind.models.Labelling : labelling
com.ferllop.evermind.models.SubscribedCard o-- com.ferllop.evermind.models.Card : card
com.ferllop.evermind.models.SubscribedCard o-- com.ferllop.evermind.models.Subscription : subscription
com.ferllop.evermind.models.Subscription -up-|> com.ferllop.evermind.models.Model
com.ferllop.evermind.models.Subscription o-- com.ferllop.evermind.models.Level : level
com.ferllop.evermind.models.User -up-|> com.ferllop.evermind.models.Model
com.ferllop.evermind.models.User o-- com.ferllop.evermind.models.UserStatus : status
com.ferllop.evermind.repositories.AuthRepository o-- com.ferllop.evermind.repositories.datastores.AuthDataStore : auth
com.ferllop.evermind.repositories.CardRepository o-- com.ferllop.evermind.repositories.datastores.CardFirestoreDataStore : dataStore
com.ferllop.evermind.repositories.SubscriptionRepository o-- com.ferllop.evermind.repositories.datastores.SubscriptionFirestoreDataStore : dataStore
com.ferllop.evermind.repositories.UserRepository .up.|> com.ferllop.evermind.repositories.listeners.AuthListener
com.ferllop.evermind.repositories.UserRepository o-- com.ferllop.evermind.repositories.AuthRepository : authRepository
com.ferllop.evermind.repositories.UserRepository o-- com.ferllop.evermind.repositories.datastores.UserFirestoreDataStore : dataStore
com.ferllop.evermind.repositories.UserRepository o-- com.ferllop.evermind.repositories.listeners.UserDataStoreListener : listener
com.ferllop.evermind.repositories.UserRepository o-- com.ferllop.evermind.repositories.datastores.UserLocalDataStore : localDataStore
com.ferllop.evermind.repositories.UserRepository o-- com.ferllop.evermind.repositories.UserRepository.RegisteringUser : registeringUser
com.ferllop.evermind.repositories.datastores.AuthFirestoreDataStore .up.|> com.ferllop.evermind.repositories.datastores.AuthDataStore
com.ferllop.evermind.repositories.datastores.AuthFirestoreDataStore o-- com.ferllop.evermind.repositories.listeners.AuthListener : listener
com.ferllop.evermind.repositories.datastores.CardFirestoreDataStore .up.|> com.ferllop.evermind.repositories.listeners.CrudDataStoreListener
com.ferllop.evermind.repositories.datastores.CardFirestoreDataStore -up-|> com.ferllop.evermind.repositories.datastores.FirestoreDataStore
com.ferllop.evermind.repositories.datastores.CardFirestoreDataStore o-- com.ferllop.evermind.repositories.listeners.CardDataStoreListener : listener
com.ferllop.evermind.repositories.datastores.SubscriptionFirestoreDataStore .up.|> com.ferllop.evermind.repositories.listeners.CrudDataStoreListener
com.ferllop.evermind.repositories.datastores.SubscriptionFirestoreDataStore -up-|> com.ferllop.evermind.repositories.datastores.FirestoreDataStore
com.ferllop.evermind.repositories.datastores.SubscriptionFirestoreDataStore o-- com.ferllop.evermind.repositories.listeners.SubscriptionDataStoreListener : listener
com.ferllop.evermind.repositories.datastores.UserFirestoreDataStore .up.|> com.ferllop.evermind.repositories.listeners.CrudDataStoreListener
com.ferllop.evermind.repositories.datastores.UserFirestoreDataStore -up-|> com.ferllop.evermind.repositories.datastores.FirestoreDataStore
com.ferllop.evermind.repositories.datastores.UserFirestoreDataStore o-- com.ferllop.evermind.repositories.listeners.UserDataStoreListener : listener
com.ferllop.evermind.repositories.mappers.CardMapper .up.|> com.ferllop.evermind.repositories.mappers.ModelMapper
com.ferllop.evermind.repositories.mappers.SubscriptionMapper .up.|> com.ferllop.evermind.repositories.mappers.ModelMapper
com.ferllop.evermind.repositories.mappers.UserMapper .up.|> com.ferllop.evermind.repositories.mappers.ModelMapper
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 |
f6284202aba6d7c490c991ea2739b4d5cc01c427 | bd476f37187de4fc934d85f55faa23024305e43d | /documentation/puml/stages.puml | 9a48fe670436f446d561674786d563628e561957 | [
"Apache-2.0"
] | permissive | PavelChekhov/edp-admin-console | 371885251bec749e4c4894f0ed61b7473043c2f6 | a787978dfaf586bc01a7475e0ce6c2d23a197a87 | refs/heads/master | 2023-06-11T05:38:17.789479 | 2021-07-07T14:53:47 | 2021-07-07T14:56:49 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 808 | puml | @startuml
package "Code Review pipeline" as 1 {
[init] as i
[gerrit-checkout]
[commit-validate]
[build] as b
[tests] as t
package {
[sonar] as s
[lint]
}
i->[gerrit-checkout]
[gerrit-checkout]->[commit-validate]
[commit-validate]->b
b->t
t->s
s-[lint]
}
package "Build pipeline" as 2 {
[init] as i1
[checkout]
[get-version]
[tests] as t1
[sonar] as s1
[build] as b1
[build-image-kaniko]
[create-jira-issue-metadata]
[ecr-to-docker]
[git-tag]
i1->[checkout]
[checkout]->[get-version]
[get-version]->t1
t1->s1
s1->b1
b1->[build-image-kaniko]
[build-image-kaniko]->[create-jira-issue-metadata]
[create-jira-issue-metadata]->[ecr-to-docker]
[ecr-to-docker]->[git-tag]
}
package "Deploy pipeline" as 3 {
[init] as i2
i2->[deploy]
[deploy]->[manual]
[manual]->[promote-images]
}
1 -down->2
2 -down->3
@enduml | false | true | false | false | uml-unknown |
acf67c3c0a2e633bc4c7728cdc2b48dda6c76682 | fa713460b1f3004d5691e7c15a0d275b205ef851 | /diagram/Todoc_Use_Diagram.puml | 0c9def19d44697bc3b20c50b2646b4b31d90e2e5 | [] | no_license | Philippe-DEBANDE/OC-DevAndroid-Projet5 | d513cac4f0fb32445b44edd3eea39937eb08cf18 | b9cf9c1005b79c9714fa6fd6e0a5ef9c861e7d08 | refs/heads/master | 2022-11-28T07:06:10.580004 | 2020-08-02T15:18:32 | 2020-08-02T15:18:32 | 284,226,422 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 636 | puml | @startuml
!define LIGHTBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
skinparam roundcorner 20
title __Todoc USE Diagram__\n
left to right direction
rectangle Todoc #FFFFFF {
usecase "Lister les tâches" as UC1
(Trier les tâches)
(Tri par date) #WHITESMOKE
(Tri alphabétique) #WHITESMOKE
(Trier les tâches) ..> (Tri par date) #BLUE
(Trier les tâches) ..> (Tri alphabétique) #BLUE
usecase "Créer Tâche" as UC3
usecase "Supprimer Tâche" as UC4
}
actor "Utilisateur" as user #BLUE/SKYBLUE
user ---> (UC1)
user ---> (Trier les tâches)
user ---> (UC3)
user ---> (UC4)
@enduml | false | true | true | false | usecase |
b30ef26126cc25bbcb5303534ca70983e4d5a99c | 0041a51974395d13014e7fde2d308efa57cd670b | /docs/diagrams/commandsPlantUML/EditExpenditureCommand.puml | b83e2c943c3bf1bfb6f9f8e31a65dbb2301252b4 | [
"MIT"
] | permissive | sogggy/tp | 944107897674c708cc6920276700bebd278cde3f | a5fe214586f5a57322d097ed9df26b8987df50eb | refs/heads/master | 2023-01-06T12:02:50.032190 | 2020-11-08T19:24:02 | 2020-11-08T19:24:02 | 295,070,262 | 0 | 0 | NOASSERTION | 2020-11-09T09:00:02 | 2020-09-13T03:25:08 | Java | UTF-8 | PlantUML | false | false | 1,818 | puml | @startuml
skinparam Sequence {
MessageAlign center
}
hide footbox
box "Logic" #LightBlue
participant ":LogicManager" as LM
participant ":BudgetPageParser" as BPP
participant ":EditExpenditureCommandParser" as EECP
participant "c:EditExpenditureCommand" as EEC
participant "result:CommandResult" as CR
participant "e:EditExpenditureDescriptor" as EED
participant "i:ExpenditureIndex" as EI
end box
box "Model" #LightYellow
participant "toEdit:Expenditure" as toEditExpenditure
participant "edited:Expenditure" as editedExpenditure
participant "m:Model" as M
end box
[-> LM : excute("edit 1 n/Basketball p/50 t/Ball")
activate LM
create BPP
LM -> BPP
activate BPP
LM <-- BPP
deactivate BPP
LM -> BPP : parseCommand("edit 1 n/Basketball p/50 t/Ball")
activate BPP
create EECP
BPP -> EECP
activate EECP
BPP <-- EECP
deactivate EECP
BPP -> EECP : parse("1 n/Basketball p/50 t/Ball")
activate EECP
create EI
EECP -> EI
activate EI
EECP <-- EI : i
deactivate EI
create EED
EECP -> EED
activate EED
EECP <-- EED : e
deactivate EED
create EEC
EECP -> EEC : createExpenditureCommand(i, e)
activate EEC
EECP <-- EEC : c
deactivate EEC
BPP <-- EECP : c
deactivate EECP
BPP <-[hidden]- EECP
destroy EECP
deactivate EECP
LM <-- BPP : c
deactivate BPP
BPP <-[hidden]- LM
destroy BPP
LM -> EEC: excute(m)
activate EEC
create toEditExpenditure
EEC -> toEditExpenditure
activate toEditExpenditure
EEC <-- toEditExpenditure : toEdit
deactivate toEditExpenditure
create editedExpenditure
EEC -> editedExpenditure
activate editedExpenditure
EEC <-- editedExpenditure : edited
deactivate editedExpenditure
EEC -> M : editExpenditure(toEdit, edited)
activate M
EEC <-- M
deactivate M
create CR
EEC -> CR
activate CR
EEC <-- CR : result
deactivate CR
LM <-- EEC : result
deactivate EEC
[<-- LM : result
deactivate LM
@enduml
| false | true | false | false | sequence |
200f35beb112649b3a77e200116375b0db34168a | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyCustomerChangePassword.puml | 233976d4bcaca25e38f9fa3108a82db6df93c31c | [] | 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 | 366 | 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 MyCustomerChangePassword [[MyCustomerChangePassword.svg]] {
version: Long
currentPassword: String
newPassword: String
}
@enduml
| false | true | false | false | class |
8b62ffb0119e15d33db3cbabaf8818a7707430fc | d8542196004614346e18570418310e4104c01578 | /docs/proposals/images/machine-states-preboot/Figure8.plantuml | bf848760e5429c0c2d15bb44f183378a605cb298 | [
"Apache-2.0"
] | permissive | diamanticom/cluster-api | d30ab09dd0756742707a7483e6cf7919562eaf64 | 1491f04a099dfcb9c61d116bed1236dc6426dc5e | refs/heads/master | 2022-01-01T14:28:15.712115 | 2021-08-30T20:43:39 | 2021-08-30T20:43:39 | 238,814,477 | 1 | 1 | Apache-2.0 | 2021-06-01T12:56:47 | 2020-02-07T00:39:53 | Go | UTF-8 | PlantUML | false | false | 1,492 | plantuml | @startuml
title Figure 8: User creates a machine with kubeadm bootstrapper
' -- GROUPS START ---
box #lightgreen
participant "API Server"
end box
box #lightblue
participant "Cluster API Machine Controller"
end box
box #lightgreen
participant "Workload Cluster API Server"
end box
' -- GROUPS END ---
"API Server"-->>"Cluster API Machine Controller": AWSInfrastructureConfig updated
"Cluster API Machine Controller"-> "Cluster API Machine Controller":Machine Controller Reconcile
activate "Cluster API Machine Controller"
note over "Cluster API Machine Controller": - ✅ Machine.Status.Phase is "Provisioned" \n- ✅ Machine.Spec.InfrastructureRef -> Status.Ready is true\n- ✅ Machine.Spec.InfrastructureRef -> Status.Addresses is not empty
loop until timeout or Node's status is Ready
"Cluster API Machine Controller"->"Workload Cluster API Server": Get Node
"Cluster API Machine Controller"<<--"Workload Cluster API Server": Response
note over "Cluster API Machine Controller":Loop conditions:\n- ✅ Node.Spec.ProviderID matches Machine.Spec.ProviderID\n- ✅ Node status is "Ready"
end
"Cluster API Machine Controller"->"Cluster API Machine Controller": Set Machine.Status.NodeRef
"Cluster API Machine Controller"->"Cluster API Machine Controller": Set Machine.Status.Phase to "Ready"
"Cluster API Machine Controller"->"API Server": Update Machine
"Cluster API Machine Controller"<--"API Server": Response
deactivate "Cluster API Machine Controller"
hide footbox
@enduml
| false | true | true | false | sequence |
308347983e40ce2da9b358ef95b368a092c63294 | 4b81e72878f40b705ac32cf8e136311dc4dc3699 | /app/src/main/java/sud_tanj/com/icare/Backend/Utility/Utility.plantuml | 49794fc2296b2638221b8a5806d7ad55c467aad6 | [] | no_license | sudtanj/iCare-PHR | 826f6e1ffa0b4217ed128a36386a7494e22c521e | 2d334a5dd7854b8cc204dd8adbe9f74d86c7d694 | refs/heads/master | 2020-03-23T04:46:07.948787 | 2019-12-22T03:22:09 | 2019-12-22T03:22:09 | 141,104,375 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,054 | plantuml | @startuml
title __UTILITY's Class Diagram__\n
package sud_tanj.com.icare {
package sud_tanj.com.icare.Backend {
package sud_tanj.com.icare.Backend.Utility {
class AnalysisDataSynchronizer {
- identification : String
{static} + sync()
+ onDataChange()
+ onCancelled()
- AnalysisDataSynchronizer()
}
}
}
}
package sud_tanj.com.icare {
package sud_tanj.com.icare.Backend {
package sud_tanj.com.icare.Backend.Utility {
class SystemStatus {
{static} - backgroundJobCancel : Boolean
{static} + setBackgroundJobCancel()
{static} + getBackgroundJobCancel()
}
}
}
}
AnalysisDataSynchronizer -up-|> ValueEventListener
AnalysisDataSynchronizer o-- DataAnalysis : dataAnalysis
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 |
b0bc132f80d06de185ba812e6f553bf5dbe8e72d | d775fb741928d0a703356497ef2ef35fba903682 | /doc/Domain Model.puml | ca01cb0306491de234ac17cce43521569a605884 | [] | no_license | martialtimira/PIS_AppNotes | 6738581d7f3e76d248c43a1fa2e9c9f1d0d7e89e | da3ab159a26a70fa5f9aa5a9f960c52ba1354815 | refs/heads/master | 2023-05-15T08:29:51.340453 | 2021-06-04T17:39:52 | 2021-06-04T17:39:52 | 361,375,909 | 0 | 0 | null | 2021-04-25T10:15:55 | 2021-04-25T08:45:03 | Java | UTF-8 | PlantUML | false | false | 2,153 | puml | @startuml
object Note{
title
}
object NoteAudio{
fileLenght
filePath
}
object NoteImage{
file
}
object NoteText{
body
}
object audioCreatorActivity{
LOG_TAG
REQUEST_RECORD_AUDIO_PERMISSION
filePath
fileLenght
mRecorder
recordButton
mStartRecording
nChronometer
viewModel
}
object audioViewActivity{
LOG_TAG
viewModel
mMediaPlayer
mHandler
isPlaying
filePath
playBtn
mSeekBar
minutes
seconds
actualTimerTextView
fileLenghtTextView
}
object CarteraUsuari{
userList
}
object imageCreatorActivity{
selectedImage
camera_button
gallery_button
imageUri
viewModel
GALLERY_REQUEST_CODE
GALLERY_PERMISSION_CODE
CAMERA_PERMISSION_CODE
CAMERA_REQUEST_CODE
}
object imageViewActivity{
viewModel
}
object LoginActivity{
viewModel
}
object MainActivity{
noteListAdapter
viewModel
}
object NoteListAdapter{
noteList
lInflater
context
mOnNoteListener
}
object SharedViewModel{
loggedInUser
noteList
userList
noteToView
TAG
}
object SignUpActivity{
viewModel
}
object textCreatorActivity{
viewModel
}
object textViewActivity{
viewModel
}
object User{
userName
password
noteList
}
CarteraUsuari "1" *-- "1, ,*" User : té
User "1" -- "0, ,100" Note: té
Note <|-- NoteText
Note <|-- NoteAudio
Note <|-- NoteImage
MainActivity "*" *-- "1" SharedViewModel : té
SharedViewModel "1" *-- "1" NoteListAdapter : té
SharedViewModel "1" *--- "1" CarteraUsuari : té
NoteListAdapter "1" *---- "0, ,100" Note : té
SharedViewModel "1" -- "*" imageCreatorActivity : té
SharedViewModel "1" -- "*" audioCreatorActivity : té
SharedViewModel "1" -- "*" textCreatorActivity : té
SharedViewModel "1" -- "*" imageViewActivity : té
SharedViewModel "1" -- "*" audioViewActivity : té
SharedViewModel "1" -- "*" textViewActivity : té
SharedViewModel "1" -- "*" LoginActivity : té
SharedViewModel "1" -- "*" SignUpActivity : té
MainActivity "1" ---- "*" audioCreatorActivity: navega
MainActivity "1" ---- "*" imageCreatorActivity: navega
MainActivity "1" ---- "*" textCreatorActivity: navega
MainActivity "1" ---- "*" audioViewActivity: navega
MainActivity "1" ---- "*" imageViewActivity: navega
MainActivity "1" ---- "*" textViewActivity: navega
@enduml | false | true | true | false | class |
df46580203700ba9c3a745010ee949d29253f3c5 | cc246efff82b31cf8196c13f2dc904940db18fca | /StateMachine.puml | 67a14718540415416aa0cdc30e7a1b2bd7256cf5 | [] | no_license | okotaro/PlantUML | a78031797d3a59f6b074f72606fde6229a338c50 | 8612905d20ebd45c2d2d020138df90f520ec4c83 | refs/heads/master | 2023-01-19T10:45:23.488948 | 2020-11-27T00:04:11 | 2020-11-27T00:04:11 | 316,360,102 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 388 | puml | @startuml
skinparam state<<Layout>> {
BackgroundColor Transparent
BorderColor Transparent
fontColor Transparent
}
skinparam Shadowing<<Layout>> false
state visible1
state invisible1<<Layout>>
state visible2
state invisible2<<Layout>>
visible1 -right[hidden]-> invisible1
visible1 -down[hidden]-> invisible2
invisible1 -down[hidden]-> visible2
visible1 --> visible2
@enduml | false | true | false | false | state |
d0c55f9740f1af61d8c99acddd92d75911d45bac | ca959bd62595a2bed0fcd10e53ddfd841e6fbd77 | /src/main/java/ex41/diagram.puml | 83f2086df1da2ddd0f9226189b304af4f1ebe656 | [] | no_license | christianklingbiel/klingbiel-cop3330-assignment3 | 61192858500595be3a8d7cdcfc22433fe5c523ef | 9a952cd63d349574dd4e35a8d482685443305fed | refs/heads/master | 2023-06-01T03:26:33.976253 | 2021-06-26T15:14:58 | 2021-06-26T15:14:58 | 378,721,478 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 107 | puml | @startuml
'https://plantuml.com/sequence-diagram
Class App{
- file : File
- list : List<String>
}
@enduml
| false | true | false | false | class |
4cd867d8e9953e5b971352d0f74679d3b86666ab | 77b70352a642e53061e20fc3dd37b9fe09aa82ba | /webViewProducts.puml | 1e78236d7ce19eaae8a9b8fdce02bec5176015d7 | [] | no_license | Jack-Baucke/INFO202-Project | 2ca0329b10d2a59cb4d2a6a2776bb75081ec7988 | 60da62325e9e433cbbc93a2fb95ac92db376b79c | refs/heads/master | 2020-04-04T21:49:24.741107 | 2018-11-05T23:57:26 | 2018-11-05T23:57:26 | 156,299,584 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,490 | puml | @startuml
' style tweaks to make the diagram a little more readable
skinparam {
Style strictuml
RoundCorner 8
Sequence {
' make activations yellow too
LifeLineBackgroundColor #FDFDCD
' make stereotypes less ugly
Stereotype {
Font {
Size 11
Style plain
}
}
}
DatabaseBorderColor #A80036
}
title View Products (using products.html)
actor "User" as user
participant "products.html" as web <<Web Page>>
participant "ProductController" as prodCtrl <<Controller>>
participant "ProductModule" as prodMod <<Module>>
participant "ProductsDAO" as dao <<DAO>>
database "Database" as db
web++
create web
user -> web : Loads up products.html page
web -> prodCtrl++ : get list of categories from database
prodCtrl -> prodMod++ : query for list of categories
prodMod -> dao++ : getCategories()
dao -> db++ : "select distinct category from product"
return categories
return categories
return categories
return categories
web -> web : for each category in\ncategories display category
note left : category buttons now\nvisible to user
db--
dao--
prodMod--
prodCtrl--
web -> prodCtrl++ : get list of products from database
prodCtrl -> prodMod++ : query for list of products
prodMod -> dao++ : getProducts()
dao -> db++ : "select * from product"
return products
return products
return products
return products
web -> web : for each product in\nproducts display product
note left : products now\nvisible to user
db--
dao--
prodMod--
prodCtrl--
@enduml
| false | true | false | false | usecase |
60b9528181badf1ba11ddf69e23448e5b56495e9 | 0ab80ec5defb04d3b2d5eb7b3609e0da3389229d | /CI/docs/diagrams/cron-start.plantuml | 3af91ce6cd7860ae91ed7a8ebbd999e1fbf7fbd4 | [] | no_license | isabella232/plumbing-1 | 62c8e8039aca058ee884970b24c76a79c3206a56 | 78270529dc45743e90454400725c872b050fa10e | refs/heads/master | 2023-04-09T22:21:53.351454 | 2020-04-17T06:49:57 | 2020-04-17T06:49:57 | 358,573,217 | 0 | 0 | null | 2021-04-16T11:15:08 | 2021-04-16T11:13:55 | null | UTF-8 | PlantUML | false | false | 399 | plantuml | @startuml
participant "Cron" as cron
participant "GitHub PR" as ghPr
participant "Trigger Service" as trigger
participant "Pipeline CI" as pipelineCI
== Cron starting Pipelinerun ==
autonumber
cron->ghPr: Cron create a new pull request to a GitHub repository.
ghPr->triggers: GitHub send a webhook to triggers
triggers->pipelineCI: triggers parse the request and start a new PipelineRun
@enduml
| false | true | false | false | sequence |
e86fd39e365d50af7e171d2242c02ef8f27ae799 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao3/UC3/UC3_SSD1.puml | d6c89220b38e33e6199ce398f5189508bf11915b | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,211 | puml | @startuml
autonumber
actor "Administrativo" as ADM
participant ":Sistema" as SIST
activate ADM
ADM -> SIST : inicia definição de nova categoria de tarefa
activate SIST
SIST --> ADM : mostra a lista de áreas de atividade e solicita a descrição da categoria \nde tarefa e a escolha de uma área de atividade
deactivate SIST
ADM -> SIST : introduz a descrição e seleciona a área de atividade pretendida
activate SIST
SIST --> ADM : mostra a lista de competências técnicas associadas à área de \natividade especificada e solicita a escolha de uma delas
deactivate SIST
loop
ADM -> SIST : seleciona competência técnica solicitada
activate SIST
SIST --> ADM : mostra graus de proficiência relativos à competência técnica selecionada
deactivate SIST
ADM -> SIST: seleciona o grau de proficiencia minimo
activate SIST
SIST --> ADM : solicita indicação do seu caráter \n (i.e. obrigatória ou desejável)
deactivate SIST
ADM -> SIST : introduz informação pedida
|||
activate SIST
end loop
SIST --> ADM : apresenta dados e solicita confirmação
deactivate SIST
ADM -> SIST : confirma
activate SIST
SIST --> ADM : informa operação bem sucedida
deactivate SIST
deactivate ADM
@enduml
| false | true | true | false | usecase |
d1c9d60acd3699742cf638c6be15405805f4c325 | 80f01c276984441ffd55362c845ad71c6da6003f | /doc/diagrams/game.puml | dfe52dd366894fd0733d27a92016a44f70f07c48 | [] | no_license | MyNAmeissaso/laseroid | b18bccbaa9c5e7d337a47a31daf2622cd9dab242 | dc8e489b149a944bcf7bf8840356c2dd188cf7bc | refs/heads/master | 2023-05-31T18:33:50.988916 | 2021-06-17T12:06:42 | 2021-06-17T12:06:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,711 | puml | @startuml
abstract class Actor {
# hexi : Hexi
# game : Game
# main : Main
+ life : number
+ initialLife : number
# sprite : "Hexi.Sprite"
+ {abstract} move()
+ {abstract} update()
+ setPosition(position : {x, y})
+ remove()
+ hit()
}
class WeaponedActor {
# automatedWeapons : Array
# canShoot : boolean
- isWeaponShooting : boolean
+ startShoot()
+ stopShoot()
+ onShootStarted()
+ onShootStopped()
+ updateShooting()
}
class Enemy {
+ type : string
# syncWeapons : JSON
#movementEngine : MovementEngine
+shipConfiguration : JSON
+ setWeapon()
- shootWithWeapon()
- setLifeLine()
+ hit()
}
class Player {
# weapons : Array
# collisionSprite : "Hexi.Sprite"
- weaponLifeLevels : Array<int>
- invisibilityCounter : number
+ upgrade()
+ downgrade()
# shootWithLaser(currentWeapon, weapon)
# shootWithBullets(currentWeapon, weapon)
# setWeapon()
# setLife(life: number)
# hitUpgrade(upgradeItem)
}
class MovementEngine {
# movementsConfiguration: JSON
# firstMovementConfiguration : JSON
# movementItensity : number
# movementItensityCounter : number
# movementItensitySlot : number
+ isBounceBottom : boolean
# setMovement()
+ updateMovement()
}
class Bonus {
+ type : string
# movementEngine : MovementEngine
+ shipConfiguration : JSON
# upgradeBonus : JSON
# shootWithUpgrade(upgradeBonus : JSON)
}
class Game {
+ level : JSON
+ score : JSON
- bulletsController : BulletsController
- enemyController : EnemyController
- player : Player
# hexi : Hexi
+ onEnemyDestroyed : Function
+ onLevelChanged : Function
+ clearShips()
+ setupLevel(currentWave)
+ nextLevel()
+ previousLevel()
+ forwardLevel()
+ rewindLevel()
+ restoreState(gameState: JSON)
+ resetGame()
+ update()
+ enemyDestroyed()
}
class EnemyController {
# enemies : Array<Enemy>
# bonuses : Array<Bonus>
# player : Player
# upgrades : Array
+ isLevelCompleted()
+ update()
+ clear()
}
class BulletsController {
# playerBullets : Array
# enemyBullets : Array
# explosionSplashes : Array
# playerLaser : Object
+ update()
+ clear()
# updatePlayerBullets()
# updatePlayerLaser()
# updateEnemyBullets()
# updateExplosions()
}
class Main {
# {static} resources : Array<string>
# {static} sounds : Map<string, string>
+ gameScene : Hexi.Scene
- inputDevice : InputDevice
# hexi : Hexi
# game : Game
# gameStorage : GameStorage
+ init()
+ load()
+ setup()
+ playLoop()
+ nextLevel()
+ saveGame()
+ loadGame()
# levelChanged(currentWave)
# changeState()
}
class MainScreen {
}
class GameStorage {
- game : Game
+ save()
+ load()
}
class InputDevice {
- game : Game
+ init()
+ loadTapped()
+ storeTapped()
+ resetTapped()
+ pauseTapped()
}
class Hexi {
+ stage : Stage
+ canvas : Canvas
+ start()
+ move(sprite)
+ sprite()
+ json()
+ pause()
+ resume()
}
Actor <|-- WeaponedActor
WeaponedActor <|-- Enemy
WeaponedActor <|-- Player
Actor <|-- Bonus
Game "1" *-- "1" BulletsController
Game "1" *-- "1" EnemyController
Game "1" *-- "1" Player
Game "1" *-- "1" InputDevice
Game "1" *-- "1" GameStorage
MovementEngine "1" *-- "1" Enemy
EnemyController "1" *-- "*" Bonus
EnemyController "1" *-- "*" Enemy
BulletsController <-- Actor
Hexi "1" o-- "1" Actor
Hexi "1" o-- "1" Main
Main "1" *-- "1" Game
@enduml | false | true | false | false | usecase |
8f31f0a2d508c07dbe92c9f08a13952bca44e265 | 912d65be9bbd436a671d948abe8dadf356eb5216 | /src/main/java/com/juc/threadpool/threadpool.plantuml | efaa21a4555b516bd56aaf8b624a8ebf87f1c2de | [] | no_license | ljhpole/netty-lecture | 02318e9992f488f03425c93b981e8718582b1b4b | a20bef9e6db5d1061a6f37ec0593087588ea1a0a | refs/heads/main | 2023-02-24T21:52:42.964037 | 2021-01-31T15:35:18 | 2021-01-31T15:35:18 | 334,686,240 | 0 | 1 | null | 2021-01-31T15:35:19 | 2021-01-31T15:19:40 | null | UTF-8 | PlantUML | false | false | 557 | plantuml | @startuml
title __THREADPOOL's Class Diagram__\n
namespace com.juc.threadpool {
class com.juc.threadpool.Task {
- name : String
+ Task()
+ run()
}
}
namespace com.juc.threadpool {
class com.juc.threadpool.ThreadPool {
{static} + main()
}
}
com.juc.threadpool.Task .up.|> java.lang.Runnable
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 |
0c7e18190eacbf8f40aef2e4d1fc0e573b8d09a5 | b8c409912c930baf8050f8c85da0cf2e97966b27 | /src/main/resources/uml/seq/1_35_1.puml | f2548b9ed2ef780f048c08b8a8bdf557d69228d0 | [] | no_license | tom1120/BaseStudy | 8cd1b735a119e022d54738c7ba3d8a9cd16aa8d5 | 35d1c19a6ebaabbb52870af8b61604d8f0290a5e | refs/heads/master | 2023-07-24T13:22:00.656180 | 2023-07-08T15:53:45 | 2023-07-08T15:53:45 | 135,059,686 | 0 | 0 | null | 2023-07-08T15:54:31 | 2018-05-27T15:40:27 | Java | UTF-8 | PlantUML | false | false | 813 | puml | @startuml
'https://plantuml.com/sequence-diagram
skinparam backgroundColor #EEEBDC
skinparam handwritten true
skinparam sequence{
ArrowColor DeepSkyBlue
ActorBorderColor DeepSkyBlue
LifeLineBorderColor blue
LifeLineBackgroundColor #A9DCDF
ParticipantBorderColor DeepSkyBlue
ParticipantBackgroundColor DodgerBlue
ParticipantFontName Impact
ParticipantFontSize 17
ParticipantFontColor #A9DCDF
ActorBackgroundColor aqua
ActorFontColor DeepSkyBlue
ActorFontSize 17
ActorFontName Aapex
}
actor User
participant "First Class" as A
participant "Second Class" as B
participant "Last Class" as C
User->A:DoWork
activate A
A->B:Create Request
activate B
B->C:DoWork
activate C
C-->B:WorkDone
destroy C
B-->A:Request Created
deactivate B
A-->User:Done
deactivate A
@enduml | false | true | false | false | sequence |
506960b467c37ef34971b90a42267ad7375b15ae | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /1 Sequence Diagram/19a Lifeline Activation and Destruction.puml | 2fd587fba54f2518544301457db701b5fd457151 | [
"MIT"
] | permissive | jys129/PlantUML | 38dd154cc9a45d3206abf26f95bfb45e32d4c186 | f0e62bf90332a1a541ded76d2101ebdd9215adaa | refs/heads/master | 2023-03-16T15:54:12.053012 | 2020-10-18T15:49:08 | 2020-10-18T15:49:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 231 | puml | @startuml
participant User
User -> A: DoWork
activate A
A -> B: << createRequest >>
activate B
B -> C: DoWork
activate C
C --> B: WorkDone
destroy C
B --> A: RequestCreated
deactivate B
A -> User: Done
deactivate A
@enduml
| false | true | false | false | sequence |
956193ad21815b4f7616f1c90a4d1902c74aac61 | 71f45437edf85e5baaa6d08fba003c9c23474b40 | /diagramas/er.puml | 89db807fd07ada4b5b2f22e32164de5ae504c020 | [] | no_license | caiopsouza/puchealth | e3916fa373d4d1ce555d124e6f1c14ef0a073f77 | 32966cd9746ac9db21ebb473a155fc0a8719c786 | refs/heads/master | 2023-07-10T06:09:36.475527 | 2021-08-09T13:17:02 | 2021-08-09T13:17:02 | 378,430,069 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,129 | puml | @startuml Entidade e relacionamento
left to right direction
' hide the spot
hide circle
' avoid problems with angled crows feet
skinparam linetype ortho
entity "Endereço" as endereco {
*Id : Guid <<generated>>
--
*Rua : String
*Numero : String
*Bairro : String
*Cidade : String
*Estado : String
*CEP : String
}
entity "NivelPermissao" as permissao {
*Id: Int
--
*Nome: String
}
entity "Usuário" as usuario {
*Id: Guid
--
*Nome: String
*Email: String
*Senha: Hash
*Ativo: Bool
*NivelPermissao: Int <<FK>>
*EnderecoId: Guid <<FK>>
}
usuario }o--|| permissao
usuario }|--|| endereco
entity "Paciente" as paciente {
*UsuarioId : Guid <<FK>>
}
paciente |o--|| usuario
entity "Profissional" as profissional {
*UsuarioId : Guid <<FK>>
--
*EspecialidadeId: Guid <<FK>>
*TipoId: Int <<FK>>
}
profissional |o--|| usuario
entity "Especialidade" as especialidade {
*Id : Guid
--
*Nome: String
Descrição: String
}
profissional }o--|| especialidade
entity "ProfissionalTipo" as profissional_tipo {
*Id: Int
--
*Nome: String
}
profissional }o--|| profissional_tipo
entity "Estabelecimento" as estabelecimento {
*Id: Guid
--
*Nome: String
*RazaoSocial: String
*TipoId: Int <<FK>>
*EnderecoId: Guid <<FK>>
}
estabelecimento }|--|| endereco
entity "EstabelecimentoTipo" as estabelecimento_tipo {
*Id: Int
--
*Nome: String
}
estabelecimento }o--|| estabelecimento_tipo
entity "Medicamento" as medicamento {
*Id: Guid
--
*Nome: String
*Quantidade: Int
*EstabelecimentoId: Guid <<FK>>
}
estabelecimento ||--o{ medicamento
entity "Vacina" as vacina {
*Id: Guid
*Nome: String
Descrição: String
}
class "VacinaOferecida" as vacina_oferecida {
+Id: Guid
}
vacina_oferecida ||--o{ estabelecimento
vacina_oferecida ||--o{ vacina
entity "Procedimento" as procedimento {
*Id: Guid
--
*Nome: String
*Descrição: String
}
entity "ProcedimentoOferecido" as proc_oferecido {
*Id: Guid
--
*Horário: DateTime
*Duração: TimeSpan
*EstabelecimentoId: Guid <<FK>>
*ProcedimentoId: Guid <<FK>>
*ProfissionalId: Guid <<FK>>
}
proc_oferecido ||--o{ estabelecimento
proc_oferecido ||--o{ procedimento
profissional ||--o{ proc_oferecido
entity "AgendaSituacao" as agenda_situacao {
*Id: Int
--
*Nome: String
}
entity "Agenda" as agenda {
*Id: Guid
*AgendaSituacao: Situacao
Entrada: DateTime
Saída: DateTime
}
agenda_situacao ||--o{ agenda
paciente ||--o{ agenda
proc_oferecido ||--o{ agenda
entity "Leito" as leito {
*Id: Guid
--
*EstabelecimentoId: Guid <<FK>>
}
estabelecimento ||--o{ leito
entity "Internação" as internacao {
*Id: Guid
--
*LeitoId: Guid <<FK>>
*Entrada: DateTime
Saída: DateTime
}
internacao ||--o{ leito
internacao ||--o{ paciente
entity "Ação" as acao {
*Id: Guid
--
*Título: String
*Descrição:: String
*InícioExibição: DateTime
*FinalExibição: DateTime
}
entity "CodigoDoencas" as doencas {
*Id: Guid
--
*Cid: String
*Nome: String
*Descrição:: String
*Ativo: Bool
}
@enduml | false | true | true | false | sequence |
86af5f611a2cba1d5c2721628595e28d7d8cb8fc | f5cddffd01d2d842fc26ddd859c51dbbd0e48f9a | /enumerados/MetodoAcceso.iuml | 2692e052ea7c4050c27410caf540d1c5412df73a | [] | no_license | alejflorg/Entregable-1 | 6a2b6ab4df1ba7e2d04a20f26400742559db65ca | e750bf10fbccc33cbc53ba35743f4be88401ff49 | refs/heads/main | 2023-01-06T01:14:49.249982 | 2020-11-01T16:39:43 | 2020-11-01T16:39:43 | 309,140,327 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 90 | iuml | Enum MetodoAcceso <<Enumerate>> {
selectividad
cicloMayor
tituladoExtrangero
} | false | true | false | false | class |
0ef74e8e34a89b0fbd661979efdd2c892a6d9db8 | 5b9092e6cb6760e2471483e438520451f408511e | /doc/2_sprint/diagrams/puml/class/behavior.puml | 67386dacbdd4d8a95ba454ae4213176b27ec87f5 | [] | no_license | Reynault/ACL_2019_Zelpop | ac8be33233a78ecb010ffc7c3135031dfece3dd6 | 0edbfabd698ac2ef2e16e5cf70f41d8f9a310219 | refs/heads/master | 2020-08-15T14:32:19.385568 | 2019-12-10T16:59:19 | 2019-12-10T16:59:19 | 215,357,337 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,731 | puml | @startuml
class Entity{
}
package behavior{
class Behavior{
- maze: Maze
- entity: Entity
# Behavior(maze: Maze, entity: Entity)
+ behave(): Cmd
- move(maze: Maze, entity: Entity): Cmd
- attack(maze: Maze, entity: Entity)
- check(maze: Maze, entity: Entity): boolean
}
note left: behave is a pattern method: \n\nif check then \n attack \nelse \n move
package check{
interface Check{
+ check(maze: Maze, entity: Entity): boolean
}
class CheckSimple{
+ check(maze: Maze, entity: Entity): boolean
}
class CheckHero{
+ check(maze: Maze, entity: Entity): boolean
}
}
package move{
interface Move{
+ move(maze: Maze, entity: Entity): Cmd
}
class MoveRandom{
+ move(maze: Maze, entity: Entity): Cmd
}
class MoveHero{
+ move(maze: Maze, entity: Entity): Cmd
}
}
package attack{
interface Attack{
+ attack(maze: Maze, entity: Entity)
}
class AttackSimple{
+ attack(maze: Maze, entity: Entity)
}
class AttackHero{
+ attack(maze: Maze, entity: Entity)
}
}
class BehaveFabric{
+ getMonsterBehavior(maze: Maze, entity: Entity): Behavior
+ getHeroBehavior(maze: Maze, entity: Entity): Behavior
}
}
AttackSimple ..|> Attack
AttackHero ..|> Attack
MoveRandom ..|> Move
MoveHero ..|> Move
CheckSimple ..|> Check
CheckHero ..|> Check
Entity --> "1" Behavior: - behavior
Behavior --> "1" Move
Behavior --> "1" Check
Behavior --> "1" Attack
@enduml | false | true | false | false | sequence |
24e4470eb5882640b375449f41f61c178f403525 | 2b6941b92c50f4249cae69ba78da255f533addda | /ext/sequenceDiag/quickHelpPost.puml | 8ebcd283f51cd775dba37472bb92abb8ace3d7c6 | [] | no_license | LBiasibetti/coopToolProject | 25c4d476c0a5f98e247078bfc47d80c21d56b163 | 271604fbefa294b0f3f1da26b5122c9252e4013d | refs/heads/master | 2023-02-12T03:59:20.248862 | 2021-01-12T17:58:39 | 2021-01-12T17:58:39 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,625 | puml | @startuml
actor user
participant HandleQuickHelpPostController
participant QuickHelpPostFacade
participant AbstractDAOFactory
participant QuickHelpPostDAO
participant QuickHelpPost
database CoopToolDatabase
user -> HandleQuickHelpPostController : create()
activate HandleQuickHelpPostController
HandleQuickHelpPostController -> QuickHelpPostFacade : getInstance()
QuickHelpPostFacade -> AbstractDAOFactory : getInstance()
activate QuickHelpPostFacade
activate AbstractDAOFactory
AbstractDAOFactory -> AbstractDAOFactory : getQuickHelpPostDAO()
AbstractDAOFactory -> QuickHelpPostDAO : getInstance()
QuickHelpPostDAO --> AbstractDAOFactory : quickHelpPostDAO
AbstractDAOFactory --> QuickHelpPostFacade : quickHelpPostDAO
deactivate AbstractDAOFactory
QuickHelpPostFacade --> HandleQuickHelpPostController : QuickHelpPostFacade
HandleQuickHelpPostController -> QuickHelpPostFacade : create(description : String, subject : Subject)
create QuickHelpPost
QuickHelpPostFacade -> QuickHelpPost : new
QuickHelpPost --> QuickHelpPostFacade : QuickHelpPost
QuickHelpPostFacade -> QuickHelpPostDAO : create(quickHelpPost : QuickHelpPost)
activate QuickHelpPostDAO
QuickHelpPostDAO -> CoopToolDatabase : saveData
CoopToolDatabase --> QuickHelpPostDAO : result
alt success
QuickHelpPostDAO --> QuickHelpPostFacade : True
QuickHelpPostFacade --> HandleQuickHelpPostController : True
else !success
QuickHelpPostDAO --> QuickHelpPostFacade : False
QuickHelpPostFacade --> HandleQuickHelpPostController : False
end
deactivate HandleQuickHelpPostController
deactivate QuickHelpPostFacade
deactivate QuickHelpPostDAO
@enduml | false | true | false | false | usecase |
295bb4e5f6ae2f3257e3dd397b74172af6189c09 | 6bbee52d396d1aca9dfeb24d5d4a93293e49470c | /src/main/java/com/inspiware/price/aggregator/consumer/consumer.plantuml | 5eb0f8e1f0fd48fcee30e5cb41dbd3fd3aa0ed4c | [] | no_license | rpayal/price-aggregator | 5d99dc92b87398c2f8001921e0b774eda6e4a86e | 49df131fc3a22dc35fc4d7eb11a12e0a453b1d5f | refs/heads/master | 2021-09-22T01:24:42.470662 | 2018-09-04T06:49:54 | 2018-09-04T06:49:54 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 538 | plantuml | @startuml
title __CONSUMER's Class Diagram__\n
package com.inspiware.price.aggregator {
package com.inspiware.price.aggregator.consumer {
class PriceServiceJMSConsumer {
- jmsTemplate : JmsTemplate
- consumerTopic : String
+ PriceServiceJMSConsumer()
+ consume()
}
}
}
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 |
605e34e027c265b846603828f0a477a53a2bdfd8 | 01cb5dea2df442ad2bf4b3e7122ebb1355459cab | /simi/doc/puml/src/simi_iam.puml | 1b11ce2b5bb5513f80fcd6012b7f859bac3611ea | [
"MIT"
] | permissive | Luescher/simi | a48b0cc5abe59087b6e9a017c09470e4f3d550f6 | addabd782a82171b0afdedc4ad3cb643b1923ee6 | refs/heads/master | 2022-11-27T07:20:07.996250 | 2020-07-28T15:18:19 | 2020-07-28T15:18:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 327 | puml | @startuml
package IAM {
class "Identity" as ident
class "Group" as grp
class "User" as usr
class "Role" as role
class "Permission" as perm
ident <|-- grp
ident <|-- usr
perm "*" -right- "1" role
role "*" -right- "*" ident
grp "*" -right- "*" usr
}
class "SingleLayer (SL)" as sl << package Core >>
sl "1" -- "*" perm
@enduml | false | true | false | false | class |
ec4031ca04262f6bd15948d09f498bcda0a2f07a | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/green/1160815/sp3/design4.puml | 603c3bdae7c76f1b8dca1e717283d8dc63d661b0 | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,638 | puml | @startuml design3.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
boundary HomeView
control HomePresenter
control NotesService
control EditNoteController
control NoteService
entity NoteRepository
database Database
box "NSheets Client"
participant HomeView
participant HomePresenter
end box
box "Server"
participant NotesService
participant EditNoteController
participant NoteService
participant NoteRepository
end box
box "Database"
participant Database
end box
User -> HomePresenter : onReveal() / navigate to page
HomeView -> HomePresenter : getAllNotes()
HomePresenter ->> NotesService : getAllNotes()
NotesService -> EditNoteController : listNotes()
EditNoteController -> NoteService : allNotes()
NoteService -> NoteRepository : findAll()
NoteRepository -> Database : fetch
NoteRepository -->> NoteService : return
NoteService -->> EditNoteController : return
EditNoteController -->> NotesService : return
NotesService ->> HomePresenter : onSuccess()
HomePresenter -> HomeView : setContents()
User -> HomePresenter : note to delete
HomeView -> HomePresenter : getID()
HomePresenter ->> NotesService : getID()
NotesService -> EditNoteController : deletNote()
EditNoteController -> NoteService : deleteNote(id)
NoteService -> NoteRepository : remove(id)
NoteRepository -> Database : fetch
NoteRepository -->> NoteService : return
NoteService -->> EditNoteController : return
EditNoteController -->> NotesService : return
NotesService ->> HomePresenter : onSuccess()
HomePresenter -> HomeView : setContents()
@enduml | false | true | false | false | usecase |
d6c1a7f76dcaae476d4f7fa8e5376827732b5937 | 0451c8ba480721dd4f116d8d1c989fc941bf91f8 | /personalFinanceManagement/src/main/java/switch2019/project/controllerLayer/rest/US0010_1GetGroupTransactionsInDateRangeControllerRest_Part1.puml | 8ff6c563101e2e6e27c6b7cf9db226cbec9cc743 | [] | no_license | mleitaoribeiro/DevOpsMaven | ee8eac2ea35a3818a4480c7ee57c305f9f8938e3 | c8e4bcb36dfd765a08f8b9140d3b60a260734ae1 | refs/heads/master | 2023-01-01T13:37:18.143028 | 2020-07-02T16:16:52 | 2020-07-02T16:16:52 | 304,918,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,355 | puml | @startuml
skinparam DefaultFontSize 25
participant "HTTP Client (Test)"
participant "mvcResult:MvcResult"
participant "mvc:MockMvc"
participant "restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest"
participant ":LedgerDTOAssembler"
participant "service\n:US0010_1GetGroupTransactionsInDateRangeService"
== Arrange ==
autonumber
create "inputDTO:\nMemberInfoDTO"
"HTTP Client (Test)" -> "inputDTO:\nMemberInfoDTO": inputDTO = new MemberInfoDTO(personEmail)
activate "HTTP Client (Test)" #FFBBBB
"HTTP Client (Test)" -> "HTTP Client (Test)": inputJson = mapToJson(inputDTO)
== Act ==
create "mvc:MockMvc"
"HTTP Client (Test)" -> "mvc:MockMvc" :GET /groups/{groupDescription}/ledger/transactions/\ninitalDate/{initalDate}/finalDate/{finalDate} {inputJson}
activate "mvc:MockMvc" #FFBBBB
autonumber 3.1
"mvc:MockMvc" -> "mvc:MockMvc" : deserialize inputJson
create "infoDTO\n:MemberInfoDTO"
"mvc:MockMvc"-->"infoDTO\n:MemberInfoDTO": create
"mvc:MockMvc"-> "restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest": createGroupTransaction(groupId, infoDTO)
activate "restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest" #FFBBBB
autonumber 3.3.1
"restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest"-> ":LedgerDTOAssembler": transformIntoGetGroupTransactionInDateRangeDTO\n(groupId, personEmail, initalDate, finalDate)
activate ":LedgerDTOAssembler" #FFBBBB
autonumber 3.3.1.1
create "getGroupTransactionsInDateRangeDTO\n:GetGroupTransactionsInDateRangeDTO"
":LedgerDTOAssembler" -> "getGroupTransactionsInDateRangeDTO\n:GetGroupTransactionsInDateRangeDTO": create(groupId, personEmail, initalDate, finalDate)
":LedgerDTOAssembler" -> "restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest" : getGroupTransactionsInDateRangeDTO
deactivate ":LedgerDTOAssembler"
||| /' space for better visibility '/
autonumber 3.3.2
"restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest"->"service\n:US0010_1GetGroupTransactionsInDateRangeService": getGroupTransactionsInDateRange(getGroupTransactionsInDateRangeDTO)
activate "service\n:US0010_1GetGroupTransactionsInDateRangeService" #FFBBBB
||| /' space for better visibility '/
ref over "service\n:US0010_1GetGroupTransactionsInDateRangeService" : US0010_1GetGroupTransactionsInDateRangeControllerRest_Part2
autonumber 3.3.2.1
"service\n:US0010_1GetGroupTransactionsInDateRangeService" --> "restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest" : List<TransactionShortDTO>
deactivate "service\n:US0010_1GetGroupTransactionsInDateRangeService"
||| /' space for better visibility '/
autonumber 3.3.3
"restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest"->"restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest": selfLink = /groups/{groupId}/ledger/transactions/{id}
||| /' space for added visibility '/
"restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest"-> "transactionShortDTO\n:TransactionShortDTO": add(selfLink)
activate "transactionShortDTO\n:TransactionShortDTO" #FFBBBB
deactivate "transactionShortDTO\n:TransactionShortDTO" #FFBBBB
"restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest" -> "mvc:MockMvc": responseEntity = Response Entity<>\n(List<TransactionShortDTO>,HttpStatus.CREATED)
deactivate "restController\n:US0010_1GetGroupTransactionsInDateRangeControllerRest"
||| /' space for better visibility '/
autonumber 3.4
"mvc:MockMvc" -> "mvc:MockMvc" : serialize responseEntity
"mvc:MockMvc" --> "HTTP Client (Test)" : {jsonResponse}
deactivate "mvc:MockMvc"
||| /' space for better visibility '/
autonumber 4
create "mvcResult:MvcResult"
"HTTP Client (Test)" -> "mvcResult:MvcResult" : create
"HTTP Client (Test)" -> "mvcResult:MvcResult" : status = getStatus()
activate "mvcResult:MvcResult" #FFBBBB
deactivate "mvcResult:MvcResult"
"HTTP Client (Test)" -> "mvcResult:MvcResult" : result = getContentAsString()
activate "mvcResult:MvcResult" #FFBBBB
deactivate "mvcResult:MvcResult"
== Assert ==
"HTTP Client (Test)" -> "HTTP Client (Test)" : assertEquals(200, status)
||| /' space for better visibility '/
"HTTP Client (Test)" -> "HTTP Client (Test)" : assertEquals(expected, result)
||| /' space for better visibility '/
deactivate "HTTP Client (Test)" #FFBBBB
@enduml
| false | true | false | false | sequence |
332aa6cd18c4b10d9ecaff1f014d7f120d99c28b | 942438f1316c8c5bcb8f4d705290fec63a7f1446 | /src/main/java/tech/eportfolio/server/common/unsplash/unsplash.plantuml | 90be35d4328b0ae611ec9eefdb935d601d2b0d2e | [] | no_license | eportfolio-tech/server | 30ab0be7c66902552673de2d9401a71c9d88f787 | 058cf845b2a1b56487e61908266bae8a7c0203d6 | refs/heads/dev | 2023-01-20T07:06:12.074820 | 2020-12-02T15:31:42 | 2020-12-02T15:31:42 | 284,626,361 | 0 | 0 | null | 2020-11-02T08:41:44 | 2020-08-03T06:55:12 | Java | UTF-8 | PlantUML | false | false | 595 | plantuml | @startuml
title __UNSPLASH's Class Diagram__\n
namespace tech.eportfolio.server {
namespace common.unsplash {
class tech.eportfolio.server.common.unsplash.Client {
{static} + JSON : MediaType
{static} - BASE_URL : String
- accessKey : String
- client : OkHttpClient
- logger : Logger
+ randomImage()
}
}
}
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 |
b483e299a7b87ab54adf7fbe7c02297cc9d47b4d | 41c80c3d87d335b4b1bd5e412712585337fea21b | /uml/activity - play a game.puml | d5e909a76ccef8aa2db2bfb78dab5c60ed528e39 | [] | no_license | Fermento99/Wei-chi-2.0 | b00bbbdd617c15e792c69c8a4b284c23f5f916d3 | aa2ce8d7620541e599225878d7d1e75b08931016 | refs/heads/master | 2022-05-13T03:09:51.982372 | 2022-04-05T07:46:54 | 2022-04-05T07:46:54 | 236,172,777 | 0 | 0 | null | 2022-04-05T07:46:55 | 2020-01-25T13:20:08 | Java | UTF-8 | PlantUML | false | false | 193 | puml | @startuml
(*) --> user.choose_size
--> system.mark_size
--> user.choose_bot
--> system.start_with_parameters
--> user.play
--> system.terminate
note right
rematch?
end note
--> (*)
@enduml | false | true | false | false | uml-unknown |
825596bbdd63307175d2e78f1cc029432339b820 | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /08_sequencediagram/72_sequence_changingapdding.puml | 3956b5f46a11a7b73e64041c4331111b898b40cb | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 341 | puml | '
'Basics: Changing padding
'
'It is possible to tune some padding settings.
'
@startuml
skinparam ParticipantPadding 20
skinparam BoxPadding 10
box "Alice Actions"
participant Alice1
participant Alice2
end box
box "Bob Actions"
participant Bob1
participant Bob2
end box
Alice1 -> Bob1 : hello
Alice1 -> Out : out
@enduml | false | true | false | false | sequence |
667bfe2534d52556947811ccaed6307f17a93ed1 | 3e8de74dfe19cd437fd7842887394d4921a109d7 | /docs/images/superCanardInterfaces.plantuml | 88beae6947624ddeac20dbf8001bb363122d7a0b | [] | no_license | jmbruel/InnopolisDesignPatterns | 62c5f1df870883cd44245d6459243c83b96d0995 | a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e | refs/heads/master | 2021-02-04T20:34:22.378185 | 2020-11-16T17:40:28 | 2020-11-16T17:40:28 | 243,707,157 | 0 | 7 | null | 2020-10-23T08:58:33 | 2020-02-28T07:49:59 | JavaScript | UTF-8 | PlantUML | false | false | 477 | plantuml | @startuml
'-----------------------------------
' UML concepts illustrated
' JMB 2014
'-----------------------------------
'hide circle
hide empty members
hide empty methods
interface Cancaneur {
cancaner()
}
interface Volant {
voler()
}
abstract class Canard {
nager()
afficher()
}
class Colvert {
afficher()
voler()
cancaner()
}
class Mandarin {
afficher()
voler()
cancaner()
}
class CanardEnPlastique {
afficher()
cancaner()
}
class Leurre {
afficher()
}
@enduml
| false | true | false | false | class |
fcba69dfc1bc02269fad0104aee34ab8cc8361ff | 6af55be926028d477d24727fa23663bdb88e55ec | /Assets/Documentation/SystemArchitecture/TextSystem.puml | fe2bd8cb63cc6f77b90b8d75c34ca36f3435dcc7 | [] | no_license | CriusNyx/GD-Project2 | 854af8df7ae910b7d237c3044f535017c71543a7 | 47572732cc58b3b25a2af68b7bd771a533ed84fa | refs/heads/master | 2022-12-29T03:46:26.320399 | 2020-10-08T01:42:55 | 2020-10-08T01:42:55 | 298,855,836 | 0 | 0 | null | 2020-10-08T01:42:56 | 2020-09-26T16:33:28 | C# | UTF-8 | PlantUML | false | false | 1,222 | puml | @startuml TextSystem
class TextMessage{
// Indicates that this message starts a conversation
+ bool startingMessage
// If set the conversation will end on a timeout
+ bool endConversation
// Customer message
+ string message
// Possible responses
+ MessageResponse[] messageResponses
// Time limit to respond to a customer
// To make a conversation progress automatically
// leaves message responses empty and set a timeout
+ float timeout
// Message to display on timeout
+ TextMessage timeoutReponse
}
class MessageResponse{
// Option that the player can respond with
+ string text
// Message the customer can respond with
+ TextMessage nextMessage
// If set, the conversation will end
+ bool endConversation
}
class Conversation{
// This MonoBehaviour processes logic for conversations
// and displays them on the ui
--
+ static Conversation StartConversation(TextMessage)
// Updates the gui with the new message
- SetCurrentMessage(TextMessage)
}
class ScriptableObject{
}
class MonoBehaviour{
}
MonoBehaviour <|-- Conversation
ScriptableObject <|-- TextMessage
TextMessage *-- MessageResponse
@enduml | false | true | false | false | class |
4f5e314b3da4d611c8b0ce04030e37bfd35db522 | aedec23132eabce8e05ee4a0c773b86b470ab0f1 | /Diagrams/SequenceDiagrams/seq-prepare-1.1.2.a.plantuml | 8400888d8dc1f10af2ce74653e0ae41f3f1d0b00 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | arfintechpy/docs | 465ef01f8bcf8201c7dd36033a4970886e40d09a | 305a593be2ecd3f470dd6e199ef5656a2c746355 | refs/heads/master | 2020-04-20T22:03:45.265174 | 2019-02-01T08:00:32 | 2019-02-01T08:00:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,488 | plantuml | @startuml
' declate title
title 1.1.2.a. Position Handler Consume (single message)
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistance Store
' declare actors
collections "Position-Topic-dfsp1" as TOPIC_POSITION_DFSP1
control "Position Event Handler" as POS_HANDLER
collections "Transfer-Topic" as TOPIC_TRANSFERS
entity "Position DAO" as POS_DAO
collections "Event-Topic" as TOPIC_EVENTS
collections "Notification-Topic" as TOPIC_NOTIFICATIONS
entity "Participant DAO" as PARTICIPANT_DAO
entity "Transfer DAO" as TRANS_DAO
database "Central Store" as DB
box "Central Service" #LightYellow
participant TOPIC_POSITION_DFSP1
participant POS_HANDLER
participant TOPIC_TRANSFERS
participant TOPIC_EVENTS
participant TOPIC_NOTIFICATIONS
participant POS_DAO
participant PARTICIPANT_DAO
participant TRANS_DAO
participant DB
end box
' start flow
activate POS_HANDLER
group Position Handler Consume
TOPIC_POSITION_DFSP1 <- POS_HANDLER: Consume Position event message for Payer
activate TOPIC_POSITION_DFSP1
deactivate TOPIC_POSITION_DFSP1
break
group Validate Event
POS_HANDLER <-> POS_HANDLER: Validate event - Rule: type == 'position' && action == 'prepare'
end
end
group Persist Event Information
|||
POS_HANDLER -> TOPIC_EVENTS: Publish event information
ref over POS_HANDLER, TOPIC_EVENTS : Event Handler Consume {[[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-event-9.1.0.svg 9.1.0.]]} \n
|||
end
alt Calulate & Validate Latest Position (success)
group Calculate position and persist change
POS_HANDLER -> POS_DAO: Request latest position from DB for Payer
activate POS_DAO
POS_DAO -> DB: Retrieve latest position from DB for Payer
activate DB
hnote over DB #lightyellow
transferPosition
end note
DB --> POS_DAO: Retrieve latest position from DB for Payer
deactivate DB
POS_DAO --> POS_HANDLER: Return latest position
deactivate POS_DAO
POS_HANDLER -> PARTICIPANT_DAO: Request position limits for Payer Participant
activate PARTICIPANT_DAO
PARTICIPANT_DAO -> DB: Request position limits for Payer Participant
activate DB
hnote over DB #lightyellow
participant
participantLimit
end note
DB --> PARTICIPANT_DAO: Return position limits
deactivate DB
deactivate DB
PARTICIPANT_DAO --> POS_HANDLER: Return position limits
deactivate PARTICIPANT_DAO
POS_HANDLER <-> POS_HANDLER: Calculate latest position (lpos) for prepare
POS_HANDLER <-> POS_HANDLER: Validate Calculated latest position against the net-debit cap (netcap) - Rule: lpos < netcap
POS_HANDLER -> POS_DAO: Request to persist latest position for Payer
activate POS_DAO
POS_DAO -> DB: Persist latest position to DB for Payer
hnote over DB #lightyellow
transferPosition
end note
activate DB
deactivate DB
POS_DAO --> POS_HANDLER: Return success
deactivate POS_DAO
end
group Persist Transfer State (with transferState='RESERVED' on position check pass)
POS_HANDLER -> TRANS_DAO: Request to persist transfer
activate TRANS_DAO
TRANS_DAO -> DB: Persist transfer state
hnote over DB #lightyellow
transferStateChange
end note
activate DB
deactivate DB
TRANS_DAO --> POS_HANDLER: Return success
deactivate TRANS_DAO
end
note right of POS_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <transferMessage.payerFsp>,
to: <transferMessage.payeeFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: <transferMessage>
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: transfer,
action: prepare,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
POS_HANDLER -> TOPIC_TRANSFERS: Publish Transfer event
activate TOPIC_TRANSFERS
deactivate TOPIC_TRANSFERS
else Calculate & Validate Latest Position (failure)
group Calculate position and persist change
POS_HANDLER -> POS_DAO: Request latest position from DB for Payer
activate POS_DAO
POS_DAO -> DB: Retrieve latest position from DB for Payer
activate DB
hnote over DB #lightyellow
transferPosition
end note
DB --> POS_DAO: Retrieve latest position from DB for Payer
deactivate DB
deactivate DB
POS_DAO --> POS_HANDLER: Return latest position
deactivate POS_DAO
POS_HANDLER -> PARTICIPANT_DAO: Request position limits for Payer Participant
activate PARTICIPANT_DAO
PARTICIPANT_DAO -> DB: Request position limits for Payer Participant
activate DB
hnote over DB #lightyellow
participant
participantLimit
end note
DB --> PARTICIPANT_DAO: Return position limits
deactivate DB
deactivate DB
PARTICIPANT_DAO --> POS_HANDLER: Return position limits
deactivate PARTICIPANT_DAO
POS_HANDLER <-> POS_HANDLER: Calculate latest position (lpos) for prepare
POS_HANDLER <-> POS_HANDLER: Validate Calculated latest position against the net-debit cap (netcap) - Rule: lpos < netcap
note right of POS_HANDLER #red: Validation failure!
end
group Persist Transfer State (with transferState='ABORTED' on position check pass)
POS_HANDLER -> TRANS_DAO: Request to persist transfer
activate TRANS_DAO
TRANS_DAO -> DB: Persist transfer state
hnote over DB #lightyellow
transferStateChange
end note
activate DB
deactivate DB
TRANS_DAO --> POS_HANDLER: Return success
deactivate TRANS_DAO
end
note right of POS_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <ledgerName>,
to: <transferMessage.payerFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: {
"errorInformation": {
"errorCode": 4001,
"errorDescription": "Payer FSP insufficient liquidity",
"extensionList": <transferMessage.extensionList>
}
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: notification,
action: prepare,
createdAt: <timestamp>,
state: {
status: 'error',
code: <errorInformation.errorCode>
description: <errorInformation.errorDescription>
}
}
}
}
end note
POS_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification (failure) event for Payer
activate TOPIC_NOTIFICATIONS
deactivate TOPIC_NOTIFICATIONS
deactivate POS_HANDLER
end
end
deactivate POS_HANDLER
@enduml
| false | true | false | false | sequence |
f72f41cd94013bb0e9f4c829890254f9a73cf142 | 05650b509c92caecb7482a21b479685250a9d0ed | /plantuml/usecase.plantuml | 9f96b637bb6865b6f3b6283dc5b3cd3ccb9fa5d7 | [
"MIT"
] | permissive | txcary/traceability | 46cc615befe0de3ae95860100d0a590b3b5a09d9 | 247c5601ab0777d4cd71304f4f2584e64a8740b2 | refs/heads/master | 2020-03-24T14:21:06.539231 | 2018-08-22T13:37:59 | 2018-08-22T13:37:59 | 142,766,450 | 6 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,262 | plantuml | @startuml
actor "supervisor" as supervisor
actor "material vendor" as vendor
actor "manufactor" as manufactor
actor "distributor" as distributor
actor "retailer" as retailer
actor "consumer" as consumer
rectangle {
usecase "credit,deduction,restitution of token" as supervise
usecase "Create, Push" as createMaterial
usecase "Pull, Create, Push" as createPig
usecase "Pull, Create, Push" as createBody
usecase "Pull, Create, Push" as createPork
usecase "Pull" as consume
rectangle "Goods" as goods {
together {
component "feed, drugs" as material
component "pig" as pig
component "body" as body
component "pork" as pork
}
database "credit token when push" as token
material .down. pig
pig .down. body
body .down. pork
}
}
usecase "complaint, submit evidence" as complaint
consumer->complaint
complaint-->supervisor
supervisor-down->supervise
supervise-down->token
vendor-right->createMaterial
createMaterial-right->material
material-right->createPig
manufactor-right->createPig
createPig-right->pig
pig-right->createBody
distributor-right->createBody
createBody-right->body
body-right->createPork
retailer-right->createPork
createPork-right->pork
pork-left->consume
consume-left->consumer
@enduml | false | true | true | false | usecase |
20539dc7026308049b370e41da1ed72670eeb97b | 4cd2054a4beded3b16a5292948960a974d5fe810 | /exercise46/Diagram.puml | 2f6225c0e74a6f2476bf9f3e5a04a0e4a93e2716 | [] | no_license | BronRed/Reed-a04 | 3ef8a042c3585abeb39f2d0734dc4a8f34baf4ff | a787348edd65ba01431876e244dd48045701bb08 | refs/heads/main | 2023-08-17T21:59:58.486607 | 2021-10-17T23:53:25 | 2021-10-17T23:53:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 141 | puml | @startuml
class Solution46{
}
class WordCounter{
+HashMap<String, Integer> map
+readFile()
+printMap()
}
Solution46 --o WordCounter
@enduml | false | true | false | false | class |
d448b03f26e06dec15e178cf7dc179e8a13c0353 | 4630546b9080fbaf3a6917ff9277c73ac4664c97 | /docs/main.plantuml | cbdd8d32031d6a89bb8809070241cad58dafa960 | [] | no_license | identifactor/vscode-rpc | a93388f062a4f2fd3e90e8773a96f7250a2b0418 | 015b09460be34abfa5ade9a2feb4e5b20a19aa4f | refs/heads/master | 2023-05-02T08:37:24.709375 | 2019-11-07T10:48:06 | 2019-11-07T10:48:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,203 | plantuml | @startuml RegistrarStartup
actor user as "User"
participant vscode1 as "Vs Code 1"
participant registrar1 as "Registrar 1"
participant vscode2 as "Vs Code 2"
participant registrar2 as "Registrar 2"
participant os as "Operating System"
activate user
group Start Vs Code 1
create vscode1
user ->> vscode1: Start
activate vscode1
create registrar1
vscode1 ->> registrar1: ""spawn""
activate registrar1
registrar1 -> os: Open Port 56024
activate os
os --> registrar1: Success
deactivate os
registrar1 ->> vscode1: Ready
vscode1 ->> registrar1: Connect
end
group Start Vs Code 2
create vscode2
user ->> vscode2: Start
activate vscode2
create registrar2
vscode2 ->> registrar2: ""spawn""
activate registrar2
registrar2 -> os: Open Port 56024
activate os
os --> registrar2: ""EADDRINUSE""
deactivate os
registrar2 ->> vscode2: Ready
destroy registrar2
vscode2 ->> registrar1: Connect
end
group Close Vs Code 1
user ->> vscode1: Close
vscode1 ->> registrar1: Disconnect
destroy vscode1
end
group Close Vs Code 2
user ->> vscode2: Close
vscode2 ->> registrar1: Disconnect
destroy vscode2
end
destroy registrar1
@enduml
@startuml VsCodeAuthentication
participant os as "Operating System"
participant vscode as "Vs Code"
participant registrar as "Registrar"
activate vscode
vscode -> os: Open Random Port
activate os
os -> vscode: Port
deactivate os
vscode -> registrar: ""registerAsVsCodeInstance(vsCodeServerPort)""
activate registrar
registrar -> vscode: ""authenticateVsCodeInstance(filePathToRead)""
activate vscode
vscode --> registrar: ""ok(content)""
deactivate vscode
registrar --> vscode: ""ok""
deactivate registrar
@enduml
@startuml ClientRequestsToken
participant client as "Client"
participant registrar as "Registrar"
participant vscode1 as "Vs Code 1"
participant vscode2 as "Vs Code 2"
activate client
client -> registrar: ""requestToken""
activate registrar
registrar -> vscode1: ""requestAccess""
activate vscode1
registrar -> vscode2: ""requestAccess""
activate vscode2
vscode1 --> registrar: ""grant""
deactivate vscode1
registrar ->> vscode1: ""cancelAccessRequest""
registrar ->> vscode2: ""cancelAccessRequest""
vscode2 --> registrar: ""cancelled""
deactivate vscode2
registrar -> registrar: Store ""hash(token)""
registrar --> client: ""ok(token)""
deactivate registrar
@enduml
@startuml ClientAuthenticatesToRegistrar
participant client as "Client"
participant registrar as "Registrar"
participant vscode1 as "Vs Code 1"
participant vscode2 as "Vs Code 2"
activate client
client -> registrar: ""authenticate(token)""
activate registrar
registrar ->> vscode1: ""clientConnected""
registrar ->> vscode2: ""clientConnected""
registrar --> client: ""ok""
@enduml
@startuml ClientAuthenticatesToVSCode
participant client as "Client"
participant vscode as "VS Code"
participant registrar as "Registrar"
activate client
client -> vscode: ""authenticate(token)""
activate vscode
vscode -> registrar: ""authenticateClient(token)""
activate registrar
registrar --> vscode: ""ok""
deactivate registrar
vscode --> client: ""ok""
@enduml
| false | true | false | false | usecase |
d907dc68dc9149965723b4a8649dda2fc1a6b19d | b8c409912c930baf8050f8c85da0cf2e97966b27 | /src/main/resources/uml/case/2_11分割图示.puml | 1e9ddb34724e1afd3ba55c16bb28448fccf70229 | [] | no_license | tom1120/BaseStudy | 8cd1b735a119e022d54738c7ba3d8a9cd16aa8d5 | 35d1c19a6ebaabbb52870af8b61604d8f0290a5e | refs/heads/master | 2023-07-24T13:22:00.656180 | 2023-07-08T15:53:45 | 2023-07-08T15:53:45 | 135,059,686 | 0 | 0 | null | 2023-07-08T15:54:31 | 2018-05-27T15:40:27 | Java | UTF-8 | PlantUML | false | false | 168 | puml | @startuml
'https://plantuml.com/use-case-diagram
'default
'top to bottom direction
left to right direction
:actor1:--> (Usecase1)
newpage
:actor2:-->(Usecase2)
@enduml | false | true | false | false | class |
a70e9188a164014f8501cad1eb0dd88010fcb4cb | 98ec8424f3bb8af10cc0c13f001f4294d9caaf3f | /Code/Foundational-Java-Master/java-basics/old-lessons/sequence-diagrams/resources/Uml-Sequence-diagram.puml | e3843621cb3007bbcfeef2f688e79acc69363f83 | [] | no_license | le-christine/SEI | a2e5f0f661a3ce43a9ddff7e1c5a896e7cdc4f11 | 991ffdff23258453bc1c14dcbbe29ddef144b0e3 | refs/heads/master | 2022-12-23T02:12:47.670883 | 2019-10-30T02:13:26 | 2019-10-30T02:13:26 | 299,365,122 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,162 | puml | NOTE: To render these, use the PlantUML plugin.
@startuml
actor User
User->Login: login()
activate Login
Login--> User
deactivate Login
|||
User->>TradingMain: bookTrade(Asset)
Activate TradingMain
activate Market
TradingMain->>Market: bookTrade(Asset)
deactivate Market
deactivate TradingMain
|||
Market->>TradingMain
activate Market
activate TradingMain
|||
TradingMain->TradingMain: saveTradeDetails
activate TradingMain
deactivate Market
TradingMain -> TradeDAL ** : create
TradingMain->TradeDAL: saveTradeDetails
database DB
TradeDAL->DB: saveTradeDetails
DB-->TradeDAL
TradeDAL-->TradingMain
|||
deactivate TradingMain
deactivate TradingMain
@enduml
@startuml
TradingMain->TradeDAL: saveTradeDetails
|||
TradeDAL-->TradingMain
|||
|||
@enduml
@startuml
actor User
User->TradingMain: bookTrade
activate TradingMain
TradingMain -> TradeDAL ** : create
TradingMain->TradeDAL: saveTradeDetails
database DB
activate TradeDAL
TradeDAL->DB: saveTradeDetails
deactivate TradeDAL
deactivate TradingMain
@enduml
@startuml
TradingMain->>Market: bookTrade(Asset)
activate Market
Activate TradingMain
deactivate Market
deactivate TradingMain
|||
|||
|||
@enduml
| false | true | false | false | usecase |
ae48d6a4f768272372cec0a166754f74c190f3bf | d6374fe9363a41031c51eb622cb0cb5e75b78380 | /website/versioned_docs/v1.0.1/api/thirdparty/assets/diagrams/linking/6a-unlinking-dfsp-hosted.puml | 4c2ff1b57d6adb83cccb2de06e6472edfe1d8ace | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mojaloop/documentation | 18a1e58443956b9c718f5f85590f652f803f4748 | 6ad904da0293bb259bd9f5140bcecd719d8c8024 | refs/heads/master | 2023-07-26T17:13:14.811484 | 2023-06-26T15:18:57 | 2023-06-26T15:18:57 | 170,135,923 | 24 | 98 | NOASSERTION | 2023-09-01T14:57:33 | 2019-02-11T13:45:44 | JavaScript | UTF-8 | PlantUML | false | false | 1,651 | puml | @startuml
' declaring skinparam
skinparam shadowing false
skinparam defaultFontName Verdana
skinparam monochrome true
skinparam SequenceLifeLineBackgroundColor WhiteSmoke
skinparam SequenceLifeLineBorderColor Black
skinparam ParticipantFontStyle Bold
skinparam ParticipantFontSize 20
skinparam ParticipantBackgroundColor WhiteSmoke
skinparam ArrowColor Black
hide footbox
!pragma teoz true
title PISP Linking: Unlinking
participant "PISP" as PISP
box "Mojaloop"
participant Switch
end box
participant "DFSP" as DFSP
autonumber 1 "<b>UNLINK-A-#</b>"
activate PISP
...
note over PISP, DFSP
In this scenario there is no Hub-hosted Auth Service. The DFSP is the authority on the ""Consent"" object.
end note
...
PISP -> Switch ++: ""DELETE /consents/22222222-0000-0000-0000-000000000000""\n\
"" FSIOP-Source: pispa""\n\
"" FSIOP-Destination: dfspa""
Switch --> PISP: ""202 Accepted""
deactivate PISP
Switch -> DFSP ++: ""DELETE /consents/22222222-0000-0000-0000-000000000000""
DFSP --> Switch: ""202 Accepted""
deactivate Switch
DFSP -> DFSP: Mark the ""Consent"" object as "REVOKED"
DFSP -> Switch ++: ""PATCH /consents/22222222-0000-0000-0000-000000000000""\n\
"" FSIOP-Source: dfspa""\n\
"" FSIOP-Destination: pispa""\n\
""{ ""\n\
"" status: "REVOKED",""\n\
"" revokedAt: "2020-06-15T13:00:00.000"""\n\
""}""
Switch --> DFSP: ""200 OK""
deactivate DFSP
Switch -> PISP ++: ""PATCH /consents/22222222-0000-0000-0000-000000000000""\n\
"" FSIOP-Source: dfspa""\n\
"" FSIOP-Destination: pispa""\n\
""{ ""\n\
"" status: "REVOKED",""\n\
"" revokedAt: "2020-06-15T13:00:00.000""\n\
""}""
PISP --> Switch: ""200 OK""
@enduml
| false | true | false | false | sequence |
fc5be90172ff12e98c5c8863a64d1187a813d7bf | e7b46ab28944e0e492271f96b723069446a108d4 | /Bounty Hunter/src/util/util.plantuml | 82363e30cfdd0cb9267a10201512c22551c7645b | [] | no_license | badboiririi/blonde | 21fb32baee3adb765c5f8ebb58a94f278b612ee9 | a688ab3006516f9f0cc23c73897cd8a5dcb100dc | refs/heads/main | 2023-06-09T18:55:18.723775 | 2021-06-24T03:01:19 | 2021-06-24T03:01:19 | 367,758,887 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,480 | plantuml | @startuml
title __UTIL's Class Diagram__\n
namespace util {
class util.Infor {
- costInt : int
- otherString : String
- phoneString : String
- placeGetString : String
- placeStirng : String
- stateByte : byte
- timeString : String
- titleString : String
+ Infor()
+ Infor()
+ getCostInt()
+ getOtherString()
+ getPhoneString()
+ getPlaceGetString()
+ getPlaceStirng()
+ getStateByte()
+ getTimeString()
+ getTitleString()
+ setCostString()
+ setOtherString()
+ setPhoneString()
+ setPlaceGetString()
+ setPlaceStirng()
+ setStateByte()
+ setTimeString()
+ setTitleString()
}
}
namespace util {
class util.JDBC_link {
+ openOrcl()
}
}
namespace util {
class util.USERS {
- idString : String
- idTypeString : byte
- passwordString : String
- stateString : String
+ USERS()
+ USERS()
+ getId()
+ getIdType()
+ getPassword()
+ getStateString()
+ setId()
+ setIdType()
+ setPassword()
+ setStateString()
}
}
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 |
bf298cffa7f65cb26fba763f363786de68a1c65c | 29163fcac801850959adf2a21e4b9e1a34a40aa4 | /doc/example2.plantuml | 80b8d15613520111fa4fcbeaabd16d843dde124c | [] | no_license | besok/test-server-flow | c8f1f2ff9fe2555ba8df3d359dc6bbd1f2077029 | 632f22db2d4a7ae1b438abf731295f0738128286 | refs/heads/master | 2022-12-02T12:39:43.833832 | 2020-08-06T22:23:15 | 2020-08-06T22:23:15 | 275,860,129 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 73 | plantuml | @startuml
Mock_Server --> Test_Server: send a parcel every second
@enduml | false | true | false | false | sequence |
69d2eaf235d6f28a9963603ef010b789cd576818 | 4fb7e3ef2b429c6343e78f487da054b04491061c | /app/src/main/java/Diagrams/Block Call Sequence Diagram.puml | b7b9b7250da172247481c96f1e8b6005a810d638 | [] | no_license | Kayu/COEN390 | cf36d113f9f27946f5a07979e32451da46f48d04 | adb807ebe6c1ce3430328eff29fa2ef0110fe5e0 | refs/heads/master | 2016-08-12T19:29:35.302950 | 2016-04-14T22:00:38 | 2016-04-14T22:00:38 | 53,161,179 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 717 | puml | @startuml
activate MainActivity
MainActivity-->MainActivity:onPause()
MainActivity-->OutgoingCallReceiver:OutgoingCallReceiver()
activate OutgoingCallReceiver
OutgoingCallReceiver-->OutgoingCallReceiver:onReceive()
activate OutgoingCallReceiver
deactivate OutgoingCallReceiver
OutgoingCallReceiver-->OutgoingCallReceiver:checkIfNeedBlocking
activate OutgoingCallReceiver
deactivate OutgoingCallReceiver
OutgoingCallReceiver-->ContactsDbHelper:getAllData_contacts()
activate ContactsDbHelper
ContactsDbHelper-->OutgoingCallReceiver:Cursor data
deactivate ContactsDbHelper
OutgoingCallReceiver-->OutgoingCallReceiver:setResultData(null)
activate OutgoingCallReceiver
deactivate OutgoingCallReceiver
hide footbox
@enduml | false | true | false | false | sequence |
d04717600094a50bcf94ff6e1a9318f89305f127 | 75adac47a26efa7b85c67635b526f9e4e48c451d | /light/skin.puml | 51d67efe9c4cfa64201245ed37f27a6f5862423d | [] | no_license | leaves4j/puml-theme | 8a8691d215251fe7dcc2794e89017013057c45f4 | 1f1d4b43fc09a2e87cd077710bc9934595aaea03 | refs/heads/master | 2021-11-25T16:35:53.869353 | 2021-11-03T04:02:37 | 2021-11-03T04:02:37 | 191,276,714 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,782 | puml | !define BORDER_COLOR #3078b8
!define ARROW_COLOR #3078b8
!define BACKGROUND_COLOR #efefef
!define BORDER_WIDTH 1
!define FONT_NAME "PingFang SC, Helvetica, Tahoma, Arial, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei"
skinparam Shadowing false
skinparam roundCorner 10
skinparam ArrowColor ARROW_COLOR
skinparam FontName FONT_NAME
skinparam backgroundColor #FFF
skinparam class {
BorderColor BORDER_COLOR
BackgroundColor BACKGROUND_COLOR
AttributeFontSize 12
FontSize 14
BorderThickness BORDER_WIDTH
FontName FONT_NAME
}
skinparam activity {
BackgroundColor BACKGROUND_COLOR
BorderColor BORDER_COLOR
BarColor #3078b8
DiamondBorderColor BORDER_COLOR
DiamondBackgroundColor BACKGROUND_COLOR
BorderThickness BORDER_WIDTH
FontSize 12
StartColor BORDER_COLOR
EndColor BORDER_COLOR
FontName FONT_NAME
}
skinparam node {
BackgroundColor BACKGROUND_COLOR
BorderColor BORDER_COLOR
FontName FONT_NAME
}
skinparam rectangle {
BorderColor BORDER_COLOR
FontName FONT_NAME
BackgroundColor BACKGROUND_COLOR
BorderThickness BORDER_WIDTH
}
skinparam component {
BackgroundColor BACKGROUND_COLOR
BorderColor BORDER_COLOR
FontName FONT_NAME
BorderThickness BORDER_WIDTH
}
skinparam database {
BackgroundColor BACKGROUND_COLOR
BorderColor BORDER_COLOR
BorderThickness BORDER_WIDTH
FontName FONT_NAME
}
skinparam sequence {
Participant {
BackgroundColor BACKGROUND_COLOR
BorderColor BORDER_COLOR
BorderThickness BORDER_WIDTH
FontName FONT_NAME
}
Box {
BorderColor BORDER_COLOR
FontName FONT_NAME
}
LifeLine {
BorderColor BORDER_COLOR
FontName FONT_NAME
}
Group {
BorderColor BORDER_COLOR
BorderThickness BORDER_WIDTH
FontName FONT_NAME
}
}
skinparam collections {
BackgroundColor BACKGROUND_COLOR
BorderColor BORDER_COLOR
FontName FONT_NAME
}
skinparam state {
BackgroundColor BACKGROUND_COLOR
BorderThickness BORDER_WIDTH
BorderColor BORDER_COLOR
FontSize 12
AttributeFontSize 10
StartColor BORDER_COLOR
EndColor BORDER_COLOR
FontName FONT_NAME
}
skinparam archimate {
BorderColor BORDER_COLOR
FontName FONT_NAME
}
skinparam object {
BorderColor BORDER_COLOR
BackgroundColor BACKGROUND_COLOR
AttributeFontSize 12
FontSize 14
BorderThickness BORDER_WIDTH
FontName FONT_NAME
}
skinparam actor {
BackgroundColor BACKGROUND_COLOR
BorderColor BORDER_COLOR
BorderThickness BORDER_WIDTH
FontName FONT_NAME
}
skinparam legend {
FontSize 12
BackgroundColor BACKGROUND_COLOR
BorderThickness BORDER_WIDTH
BorderColor BORDER_COLOR
FontName FONT_NAME
}
skinparam partition {
BorderColor BORDER_COLOR
AttributeFontSize 12
FontSize 14
BorderThickness BORDER_WIDTH
FontName FONT_NAME
}
| false | true | false | false | sequence |
4dd014ff9ce07d7c34d0a8a4a7583b827f7d2385 | fd2f472634c68934b6de8f38ea141294a1476c64 | /lib/src/main/java/com/example/lib/建造者模式.puml | cc8d79581f37e1f6e6df2270aa9e6e8ea5f444f4 | [] | no_license | guangdeshishe/DesignPattern | d45bae8428c9c41fcbc95c05da41f0d8fae824c6 | 9a1c7504131ca6a866d3bb5f16e6b42a3ce7889a | refs/heads/master | 2020-06-25T02:53:15.755175 | 2019-09-29T09:09:41 | 2019-09-29T09:09:41 | 199,177,202 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 865 | puml | @startuml
abstract class SmartDevice{
displayer : String
cpu : String
system : String
+ setDisplayer(String)
+ setCpu(String)
+ setSystem(String)
}
class MobilePhone {
+ setDisplayer(String)
+ setCpu(String)
+ setSystem(String)
}
abstract class SmartDeviceBuilder{
+ buildDisplayer(String)
+ buildCpu(String)
+ buildSystem(String)
+ createDevice() : SmartDevice
}
class MobilePhoneBuilder{
- device : SmartDevice
+ buildDisplayer(String)
+ buildCpu(String)
+ buildSystem(String)
+ createDevice() : SmartDevice
}
class SmartDeviceDirector{
-builder : SmartDeviceBuilder
+ Director(SmartDeviceBuilder)
+ create(String,String,String) : SmartDevice
}
SmartDeviceBuilder <|-- MobilePhoneBuilder
SmartDevice <|-- MobilePhone
SmartDeviceBuilder <-- SmartDeviceDirector
@enduml | false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.