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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6c45a7ef0076435605a47ec8a20cce26b091129a | 90c1100ef937cc116c8b6db00eb5bc93ec443171 | /src/main/java/Exercise41/Exercise41_uml.puml | 62d857e64685af61e455b65825fe9f3e32a94100 | [] | no_license | Bash259/Braimoh-cop3330-assignment3 | 131ee524c72ea4a77f93f648ae7a1dc0c72554b9 | ab72dc6b8a2bd22bb9314439ae1c18dc5fbf5340 | refs/heads/master | 2023-06-02T18:35:41.155347 | 2021-06-21T03:51:00 | 2021-06-21T03:51:00 | 378,799,584 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 156 | puml | @startuml
class Main
Main --|> FileReader
FileReader --|> GetStrings
GetStrings --|> NameSorter
NameSorter --|> Main
NameSorter --|> OutputToFile
@enduml | false | true | false | false | class |
cadaeabc76fc90c11081f0416472aa13afabb448 | f65f2ceebfb8d52281b71223b4b5c59352bb1da2 | /docs/diagrams/readTextFileToString-Sequence_Diagram.puml | ded3f15d06c9cbb3d8ea9fb4b79449e447e35db0 | [] | no_license | jyxhazcake/tp | 830160168489af7feea4a9d3da0246c6d64020bb | 4927316c73ba729482a8fb4f7cb598ee3a922685 | refs/heads/master | 2023-08-26T00:33:57.901825 | 2021-11-08T06:34:55 | 2021-11-08T06:34:55 | 412,310,989 | 0 | 0 | null | 2021-10-01T03:23:53 | 2021-10-01T03:23:53 | null | UTF-8 | PlantUML | false | false | 997 | puml | @startuml
'https://plantuml.com/sequence-diagram
hide footbox
-> readTextFile: readTextFileToString()
activate readTextFile
create ArrayList
readTextFile -> ArrayList: new ArrayList()
activate ArrayList
readTextFile <-- ArrayList: listOfRawCommand: ArrayList<String>
deactivate ArrayList
create File
readTextFile -> File: new File()
activate File
File -> File: isFile()
activate File
deactivate File
deactivate File
readTextFile <-- File
create BufferReader
readTextFile -> BufferReader: new BufferReader()
activate BufferReader
BufferReader -> BufferReader: readLine()
activate BufferReader
loop while There are still lines in buffer not read yet
"BufferReader" -> ":readline()"
BufferReader <-- ":readline()" : line
alt if not null
BufferReader <-- ":add()" : line
end
readTextFile <-- BufferReader: listOfRawCommand: ArrayList<String>
end
deactivate BufferReader
deactivate BufferReader
return listOfRawCommand: ArrayList<String>
deactivate readTextFile
@enduml | false | true | false | false | sequence |
7106e3dc374fe75360929315e48ce3334c9dcd53 | 042ce5c98b1adfc963c1f166bbe5823a6e67a9fa | /docs/class-diagram-uc12.plantuml | 38130c2834ba2970357a60b2de777ab128921443 | [] | no_license | Phoenix1355/I4PRJ4-Web | 2ef52a859f70b1914cfe81699e63c5633cb6b38a | 479dfa2caae9c6f00a8135c7c7c90f1e40e5027a | refs/heads/master | 2021-07-04T17:55:28.686958 | 2019-05-21T08:35:56 | 2019-05-21T08:35:56 | 171,445,702 | 2 | 0 | null | 2020-09-04T10:17:00 | 2019-02-19T09:33:09 | Vue | UTF-8 | PlantUML | false | false | 867 | plantuml | @startuml UC12-Oversigt
skinparam shadowing false
skinparam classAttributeIconSize 0
skinparam monochrome true
skinparam backgroundColor transparent
skinparam style strictuml
package Nuxt {
class $router <<domain>> {
+ currentRoute
--
+ push(path) : void
}
class $store <<domain>> {
+ state : object
+ getters : object
--
+ commit(type, payload, options) : Promise
+ dispatch(type, payload) : Promise
}
}
class index <<controller>> {
--
- created() : void
- retrieve() : void
}
index-->$store
class auth <<domain>> {
+ token : string <<get, set>>
--
}
$store ---> auth
auth --> $router
class api <<boundary>> {
--
+ openRidesAll(token) : Promise
}
auth --> api
class axios <<boundary>> {
--
+ get(url, config) : Promise
}
api -> axios
@enduml
| false | true | false | false | class |
c3d6a95540a49833326d79c5c1d50d49b4b79f1b | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Runtime/PostProcessDebug.puml | 9309abec990284e34a40c181a8af5a927cb3d168 | [] | 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 | 683 | puml | @startuml
class PostProcessDebug <<sealed>> {
+ lightMeter : bool
+ histogram : bool
+ waveform : bool
+ vectorscope : bool
OnEnable() : void
OnDisable() : void
Update() : void
Reset() : void
UpdateStates() : void
OnPostRender() : void
OnGUI() : void
DrawMonitor(rect:Rect, monitor:Monitor, enabled:bool) : void
}
MonoBehaviour <|-- PostProcessDebug
PostProcessDebug --> "postProcessLayer" PostProcessLayer
PostProcessDebug --> "m_PreviousPostProcessLayer" PostProcessLayer
PostProcessDebug o-> "debugOverlay" DebugOverlay
PostProcessDebug --> "m_CurrentCamera" Camera
PostProcessDebug --> "m_CmdAfterEverything" CommandBuffer
@enduml
| false | true | false | false | class |
f9947e08f4087a13489d1639e42197cf88124da7 | f37e90775a158ea0ae644e334eac5bba341f4989 | /Documentation+/PlantUml/common/hidden_link.puml | 884f873084e3b1a25c3e032fca2ec59f911dd1fd | [] | no_license | Aleks-Ya/yaal_examples | 0087bbaf314ca5127051c93b89c8fc2dcd14c1e3 | ec282968abf1b86e54fc2116c39f2d657b51baac | refs/heads/master | 2023-09-01T07:40:44.404550 | 2023-08-27T15:24:34 | 2023-08-29T22:01:46 | 14,327,752 | 4 | 2 | null | 2021-06-16T20:39:19 | 2013-11-12T09:26:08 | Java | UTF-8 | PlantUML | false | false | 151 | puml | @startuml
'Docs: https://plantuml.com/class-diagram#c08f8d9927fcb626
class A
class B
class C
class D
class E
A -[hidden]-> C
B -[hidden]-> D
@enduml | false | true | false | false | class |
d17b4e82909c942375d62ae47d772d62a434960f | c69dba4cef780d27a126166ee912005507258413 | /src/design/data-filtering-sequence-diagram.puml | 13abeb2863fdccb7d63f2a75388b63e21ee627b4 | [
"MIT",
"EPL-1.0",
"Apache-2.0"
] | permissive | CS-SI/Orekit | 2265900b501fe6727a57378956f9f2c61564909a | 7ab7a742674eabee00e1dbe392833d587fdcdaab | refs/heads/develop | 2023-09-03T20:33:42.748576 | 2023-09-01T14:34:03 | 2023-09-01T14:34:03 | 22,851,787 | 144 | 79 | Apache-2.0 | 2023-03-28T17:53:33 | 2014-08-11T19:29:35 | Java | UTF-8 | PlantUML | false | false | 4,601 | puml | ' Copyright 2002-2023 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam SequenceActorBorderColor #6A584B
skinparam SequenceParticipantBackgroundColor #F3EFEB/CCC9C5
skinparam SequenceParticipantBorderColor #6A584B
skinparam SequenceLifeLineBackgroundColor #CCC9C5/F3EFEB
skinparam SequenceLifeLineBorderColor #6A584B
skinparam SequenceArrowColor #6A584B
skinparam SequenceBorderColor #6A584B
skinparam SequenceFontSize 11
hide footbox
participant DataProvidersManager
participant FiltersManager
participant GzipFilter
participant "DataProvider\nDirectoryCrawler" as DirectoryCrawler
participant MSAFEPattern
participant "DataLoader\nMSAFELoader" as MSAFELoader
participant "DataSource\nutc-tai.dat" as DataSource1
participant "DataSource\nmay2019f10_prd.txt.gz" as DataSource2
participant "DataSource\nmay2019f10_prd.txt" as DataSource3
activate DataProvidersManager
DataProvidersManager -> DirectoryCrawler : feed
activate DirectoryCrawler
create DataSource1
DirectoryCrawler -> DataSource1 : create
DirectoryCrawler -> DataProvidersManager : getFiltersManager
DirectoryCrawler -> FiltersManager : applyRelevantFilters
activate FiltersManager
FiltersManager -> GzipFilter : filter
activate GzipFilter
GzipFilter -> DataSource1 : getName
return no filtering
deactivate GzipFilter
FiltersManager --> DirectoryCrawler
deactivate FiltersManager
DirectoryCrawler -> MSAFEPattern : check name
activate MSAFEPattern
MSAFEPattern --> DirectoryCrawler : no match
deactivate MSAFEPattern
DirectoryCrawler -> DirectoryCrawler : drop utc-tai.dat
create DataSource2
DirectoryCrawler -> DataSource2 : create
DirectoryCrawler -> DataProvidersManager : getFiltersManager
DirectoryCrawler -> FiltersManager : applyRelevantFilters
activate FiltersManager
FiltersManager -> GzipFilter : filter
activate GzipFilter
GzipFilter -> DataSource2 : getName
create DataSource3
GzipFilter -> DataSource3 : create
return filtered DataSource
deactivate GzipFilter
FiltersManager -> FiltersManager : restart loop on filters
FiltersManager -> GzipFilter : filter
activate GzipFilter
GzipFilter -> DataSource3 : getName
return no filtering
deactivate GzipFilter
FiltersManager --> DirectoryCrawler
deactivate FiltersManager
DirectoryCrawler -> MSAFEPattern : check name
activate MSAFEPattern
MSAFEPattern --> DirectoryCrawler : match found
deactivate MSAFEPattern
DirectoryCrawler -> DataSource3 : openStreamOnce
activate DataSource3
DataSource3 -> DataSource2 : openStreamOnce
activate DataSource2
DataSource2 --> DataSource3 : compressed stream
deactivate DataSource2
DataSource3 --> DirectoryCrawler : uncompressed stream
deactivate DataSource3
DirectoryCrawler -> MSAFELoader : feed
activate MSAFELoader
MSAFELoader -> MSAFELoader : parse data
MSAFELoader --> DirectoryCrawler
deactivate MSAFELoader
DirectoryCrawler --> DataProvidersManager
deactivate DirectoryCrawler
deactivate DataProvidersManager
@enduml
| false | true | false | false | sequence |
cd263657c514d80ccfa80328254ecd00c89ce4b4 | 2c1f3ef913cffdbdec2ea022b45e86268dd64fbb | /docs/sources/paqueteMastermindModels.iuml | 4c1be79327deb29c2fb690e34ddcb135876c1b9f | [] | no_license | jprieto92/mastermindClientServer | 43e90d8290f3e9fde38275ef350617c2e7e0e648 | fc7f02ef4e87f6a2189db8c2071104c0e05726ed | refs/heads/master | 2023-01-24T22:40:07.406751 | 2020-12-13T20:02:36 | 2020-12-13T20:02:36 | 317,664,986 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,386 | iuml | @startuml
class mastermind.models.Board [[java:jprieto.mastermind.models.Board]] {
-SecretCombination secretCombination
-List<ProposedCombination> proposedCombinations
-List<Result> results
-int attempts
+Board()
-Board(Board board)
+Board copy()
+void clear()
+void addProposedCombination(List<Color> colors)
+int getAttempts()
+Result getResult(int position)
+ProposedCombination getProposedCombination(int position)
+SecretCombination getSecretCombination()
+List<Color> getColors(int position)
+int getBlacks(int position)
+int getWhites(int position)
+int getWidth()
+void putSecretCombination(SecretCombination secretCombination)
+void putProposedCombinations(int attempts, List<ProposedCombination> proposedCombinations)
+void putResults(List<Result> results)
}
mastermind.models.Board *-down-> mastermind.models.SecretCombination
mastermind.models.Board *-down-> mastermind.models.ProposedCombination
mastermind.models.Board *-down-> mastermind.models.Result
mastermind.models.Board *-down-> java.util.ArrayList
mastermind.models.Board ..> mastermind.models.Combination
abstract class mastermind.models.Combination [[java:jprieto.mastermind.models.Combination]] {
-{static}int WIDTH
#List<Color> colors
#Combination()
+{static}int getWidth()
+{abstract}Combination copy()
}
mastermind.models.Combination *-down-> mastermind.types.Color
mastermind.models.Combination *-down-> java.util.ArrayList
class mastermind.models.Game [[java:jprieto.mastermind.models.Game]] {
-{static}int MAX_LONG
-Board board
+Game()
+void clear()
+void addProposedCombination(List<Color> colors)
+Error getProposedCombinationError(List<Color> colors)
+boolean isLooser()
+boolean isWinner()
+int getAttempts()
+List<Color> getColors(int position)
+int getBlacks(int position)
+int getWhites(int position)
+int getWidth()
+GameMemento createMemento()
+void set(GameMemento memento)
+void newGame()
}
mastermind.models.Game *-down-> mastermind.models.Board
mastermind.models.Game ..> mastermind.types.Error
mastermind.models.Game ..> java.util.ArrayList
mastermind.models.Game ..> mastermind.models.Combination
mastermind.models.Game ..> utils.ColorUtils
mastermind.models.Game ..> mastermind.models.GameMemento
class mastermind.models.GameMemento [[java:jprieto.mastermind.models.GameMemento]] {
-Board board
~GameMemento(Board board)
~Board getBoard()
}
mastermind.models.GameMemento *-down-> mastermind.models.Board
class mastermind.models.GameRegistry [[java:jprieto.mastermind.models.GameRegistry]] {
-List<GameMemento> mementos
-Game game
-int firstPrevious
~GameRegistry(Game game)
~void register()
~void undo()
~void redo()
~boolean isUndoable()
~boolean isRedoable()
~void reset()
}
mastermind.models.GameRegistry *-down-> mastermind.models.GameMemento
mastermind.models.GameRegistry *-down-> mastermind.models.Game
mastermind.models.GameRegistry *-down-> java.util.ArrayList
class mastermind.models.ProposedCombination [[java:jprieto.mastermind.models.ProposedCombination]] {
~ProposedCombination(List<Color> colors)
-ProposedCombination(ProposedCombination proposedCombination)
~boolean contains(Color color, int position)
~boolean contains(Color color)
+ProposedCombination copy()
}
mastermind.models.Combination <|-- mastermind.models.ProposedCombination
class mastermind.models.Result [[java:jprieto.mastermind.models.Result]] {
-int blacks
-int whites
~Result(int blacks, int whites)
-Result(Result result)
~boolean isWinner()
~int getBlacks()
~int getWhites()
~Result copy()
}
mastermind.models.Result ..> mastermind.models.Combination
class mastermind.models.SecretCombination [[java:jprieto.mastermind.models.SecretCombination]] {
~SecretCombination()
-SecretCombination(SecretCombination secretCombination)
~Result getResult(ProposedCombination proposedCombination)
+SecretCombination copy()
}
mastermind.models.Combination <|-- mastermind.models.SecretCombination
mastermind.models.SecretCombination ..> mastermind.types.Color
mastermind.models.SecretCombination ..> java.util.Collections
mastermind.models.SecretCombination ..> java.util.Random
interface mastermind.models.Session [[java:jprieto.mastermind.models.Session]] {
StateValue getValueState()
int getWidth()
}
class mastermind.models.SessionImplementation [[java:jprieto.mastermind.models.SessionImplementation]] {
-Game game
-GameRegistry registry
-State state
+SessionImplementation()
+void addProposedCombination(List<Color> colors)
+Error getProposedCombinationError(List<Color> colors)
+StateValue getValueState()
+int getWidth()
+void next()
+void newGame()
+boolean isLooser()
+boolean isWinner()
+void undo()
+boolean undoable()
+void redo()
+boolean redoable()
+int getAttempts()
+List<Color> getColors(int position)
+int getBlacks(int position)
+int getWhites(int position)
}
mastermind.models.SessionImplementation *-down-> mastermind.models.Game
mastermind.models.SessionImplementation *-down-> mastermind.models.GameRegistry
mastermind.models.SessionImplementation *-down-> mastermind.models.State
mastermind.models.Session <|.. mastermind.models.SessionImplementation
class mastermind.models.State [[java:jprieto.mastermind.models.State]] {
-StateValue stateValue
+State()
+void next()
+void reset()
+StateValue getValueState()
}
mastermind.models.State *-down-> mastermind.models.StateValue
@enduml | false | true | false | false | class |
3ea6de74cc9a3db0f8148db4378b0cfc21515aab | 136ce57f474d035a700706c5a2c829b716c32f1e | /cdct/diagramme_de_sequence/plantuml/get_manuel.puml | c48275d4ea0ef8f207d01bc074e80091e4d5534a | [] | no_license | SKAVALT-io/esidom_doc | fe98aefe219afc0d5761244c7a65977ca2953d55 | b04889428a1a913e381cc5fc8615c4c7e450c854 | refs/heads/main | 2023-03-11T08:41:02.553855 | 2021-03-02T02:21:34 | 2021-03-02T02:21:34 | 322,641,413 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 302 | puml | @startuml afficher manuel
actor "Utilisateur" as u
participant "Esidom front-end" as fe
participant "Esidom back-end" as m
participant "Home Assistant" as ha
u -> fe: Afficher un manuel
fe -> m: GET /manual/{ean}
m -> ha: ???
ha --> m: ???
m --> fe: 200 - Ok
fe --> u: Le manuel est affiché
@enduml | false | true | true | false | sequence |
c0a88de66f95e5fc6fb618674e6b29af64f015cb | a7db7f381f681f7b863a0d8fafab1c7be61f07ff | /reponses/creation.cloudproviders.amiazon.puml | 315d4ab647eea16bdebbe7319ecd433342212d65 | [] | no_license | Ramin-Erwyn/mapc-cc1 | 03b0af4fc06a629c3362bfe0ebf5084c626d514b | 04c434f122c324775ca2225a1f0d791147a3b298 | refs/heads/master | 2023-01-03T02:30:50.606721 | 2020-11-03T16:35:35 | 2020-11-03T16:35:35 | 309,746,429 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,250 | puml | @startuml
Package creation.cloudproviders.amiazon{
class creation.cloudproviders.amiazon.AmiazonCloud extends CloudImpl {
+ AmiazonCloud(String name)
}
class creation.cloudproviders.amiazon.AmiazonCloudProvider implements CloudProvider{
- AMIAZON : String
+ createCloud(String name) :Cloud
+ createDeploymentPlan(String name) :DeploymentPlan
+ getName() :String
}
class creation.cloudproviders.amiazon.AmiazonDeploymentPlanCreator implements DeploymentPlanCreator{
- INSTANCE : AmiazonDeploymentPlanCreator
- DEFAULT_APACHE : String
- DEFAULT_NGINX : String
- DEFAULT_TOMCAT : String
- DEFAULT_MYSQL : String
- DEFAULT_MONGODB : String
- DEFAULT_FLUME : String
- DEFAULT_PROMETHEUS :String
- DEFAULT_WEB_SERVER_SERVICE : String
- DEFAULT_APP_SERVER_SERVICE : String
- DEFAULT_STORAGE_SERVER_SERVICE : String
- DEFAULT_LOGGING_SERVER_SERVICE : String
- DEFAULT_MONITORING_SERVER_SERVICE : String
+ AmiazonDeploymentPlanCreator()
+ instance():AmiazonDeploymentPlanCreator
+ createDeploymentPlan(String name) :DeploymentPlan
}
}
@enduml | false | true | false | false | class |
eddda90e2b858a9220b8d24cbd63f0644bdefca7 | d5cd4002a5839acc484a6186263702b522d3491e | /pr4/src/com/company/model/model.plantuml | 2feecf7b9b0c739c880fa207376973e27f577967 | [] | no_license | shevchenkona19/javaIPZ-31Shevchenko | bf8b84dc1d76eaf87c0d7a0265c6524233273efe | 46571bb3b2ca95526332db55f4ab0d093f41fcba | refs/heads/master | 2020-04-09T20:23:29.658468 | 2018-12-05T20:09:51 | 2018-12-05T20:09:51 | 160,571,977 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 957 | plantuml | @startuml
title __MODEL's Class Diagram__\n
package com.company {
package com.company.model {
class Answer {
- text : String
- isCorrect : boolean
- isChosen : boolean
+ Answer()
+ Answer()
+ getText()
+ setText()
+ isCorrect()
+ setCorrect()
+ isChosen()
+ setChosen()
}
}
}
package com.company {
package com.company.model {
class Question {
- answers : Answer[]
- title : String
+ Question()
+ ask()
+ setTitle()
+ addAnswer()
+ respond()
+ getMark()
+ toString()
}
}
}
Question -up-|> IQuestion
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 |
633f7d1ed45ea92f468c0ba95d8eb4a772626147 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/docusign-connect@0.10.0.puml | 5b6db7bc31be94b0d553e0fe709f95fbcf7f3dec | [
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 621 | puml | @startuml
class com.docusign.connect.counter.MyResponse << (T,yellow) >> {
+ String output
+ Integer counter
}
com.docusign.connect.counter.MyResponse --|> org.accordproject.runtime.Response
class com.docusign.connect.counter.DocuSignEnvelopeCounterState << (A,green) >> {
+ Integer counter
}
com.docusign.connect.counter.DocuSignEnvelopeCounterState --|> org.accordproject.runtime.State
class com.docusign.connect.counter.DocuSignEnvelopeCounterClause << (A,green) >> {
+ EnvelopeStatusCode status
}
com.docusign.connect.counter.DocuSignEnvelopeCounterClause --|> org.accordproject.contract.Contract
@enduml
| false | true | false | false | class |
08cce8e7aa342145f30139682e20739b99e55d36 | 8aba3db694b0d20ca6bb74670991456738ed49b8 | /design/class_design_uml.puml | 283b4dcea495b88b77db115f58625fdf9fb14aa8 | [] | no_license | khoivudev/strategy_pattern_example | 460976e59a15ec55f39cc044429a50a3d7f5a34a | 464b67b4da8a7389046dda53b5db77302195c246 | refs/heads/master | 2023-08-23T14:59:00.903514 | 2021-10-10T01:23:08 | 2021-10-25T13:46:48 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,153 | puml | @startuml
package Client <<Rectangle>> {
abstract class Duck {
FlyBehavior flyBehavior
QuackBehavior quackBehavior
swim()
display()
performQuack()
performFly()
setFlyBehavior()
setQuackBehavior()
}
class MallardDuck {
fly()
}
class RedheadDuck {
fly()
}
class RubberDuck {
fly()
}
class DecoydDuck {
fly()
}
}
package EncapsulatedFlyBehavior <<Rectangle>> {
interface FlyBehavior {
fly()
}
class FlyWithWing implements FlyBehavior {
fly()
}
class FlyNoWay implements FlyBehavior {
fly()
}
}
package EncapsulatedQuackBehavior <<Rectangle>> {
interface QuackBehavior {
quack()
}
class Quack implements QuackBehavior {
quack()
}
class MuteQuack implements QuackBehavior {
quack()
}
class Squeak implements QuackBehavior {
quack()
}
}
Duck <|-- MallardDuck
Duck <|-- RedheadDuck
Duck <|-- RubberDuck
Duck <|-- DecoydDuck
Duck::flyBehavior --> FlyBehavior
Duck::quackBehavior --> QuackBehavior
@enduml
| false | true | false | false | class |
a6a887054d10e4e07ddb0594c1da8117b10301fa | dc6bc4b4d04aaedd50aaa703bfa05972a32239b0 | /openapi2puml-core/src/main/java/org/openapi2puml/openapi/plantuml/vo/vo.plantuml | c04eb32e3a7c4f4c3082f00e835600b62973221b | [
"Apache-2.0"
] | permissive | openapi2puml/openapi2puml | 1a4586b475b88e5c0f2f676fbf85895d6ab745d7 | db2886ffd2b3e4302c8647ce93a9a229391e912a | refs/heads/master | 2022-02-28T21:11:18.269239 | 2022-01-24T09:25:48 | 2022-01-24T09:25:48 | 203,056,881 | 7 | 6 | Apache-2.0 | 2022-01-24T09:25:49 | 2019-08-18T21:10:51 | Java | UTF-8 | PlantUML | false | false | 3,955 | plantuml | @startuml
title __VO's Class Diagram__\n
namespace org.openapi2puml {
namespace openapi {
namespace plantuml {
namespace vo {
class org.openapi2puml.openapi.plantuml.vo.ClassDiagram {
- childClasses : List<ClassRelation>
- className : String
- description : String
- fields : List<ClassMembers>
- isClass : boolean
- superClass : String
+ ClassDiagram()
+ ClassDiagram()
+ getChildClass()
+ getClassName()
+ getDescription()
+ getFields()
+ getSuperClass()
+ isClass()
+ setChildClass()
+ setClass()
+ setClassName()
+ setDescription()
+ setFields()
+ setSuperClass()
+ toString()
}
}
}
}
}
namespace org.openapi2puml {
namespace openapi {
namespace plantuml {
namespace vo {
class org.openapi2puml.openapi.plantuml.vo.ClassMembers {
- cardinality : String
- className : String
- dataType : String
- name : String
+ ClassMembers()
+ ClassMembers()
+ getCardinality()
+ getClassName()
+ getDataType()
+ getName()
+ setCardinality()
+ setClassName()
+ setDataType()
+ setName()
+ toString()
}
}
}
}
}
namespace org.openapi2puml {
namespace openapi {
namespace plantuml {
namespace vo {
class org.openapi2puml.openapi.plantuml.vo.ClassRelation {
- cardinality : String
- isComposition : boolean
- isExtension : boolean
- sourceClass : String
- targetClass : String
+ ClassRelation()
+ ClassRelation()
+ getCardinality()
+ getSourceClass()
+ getTargetClass()
+ isComposition()
+ isExtension()
+ setCardinality()
+ setComposition()
+ setExtension()
+ setSourceClass()
+ setTargetClass()
+ toString()
}
}
}
}
}
namespace org.openapi2puml {
namespace openapi {
namespace plantuml {
namespace vo {
class org.openapi2puml.openapi.plantuml.vo.InterfaceDiagram {
- childClasses : List<ClassRelation>
- errorClasses : List<String>
- interfaceName : String
- methods : List<MethodDefinitions>
+ InterfaceDiagram()
+ InterfaceDiagram()
+ getChildClass()
+ getErrorClasses()
+ getInterfaceName()
+ getMethods()
+ setChildClass()
+ setErrorClasses()
+ setInterfaceName()
+ setMethods()
+ toString()
}
}
}
}
}
namespace org.openapi2puml {
namespace openapi {
namespace plantuml {
namespace vo {
class org.openapi2puml.openapi.plantuml.vo.MethodDefinitions {
- methodDefinition : String
- returnType : String
+ MethodDefinitions()
+ MethodDefinitions()
+ getMethodDefinition()
+ getReturnType()
+ setMethodDefinition()
+ setReturnType()
+ toString()
}
}
}
}
}
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 |
f006eaca59ab3e9874e71597d8cba0da1b7706b3 | 77100b5b61239dce4170e06da0830fa57261d80d | /Console/NutritionTracker/src/Project.puml | 48c7a48f4d866c542e57d70f862419f8d45089fa | [] | no_license | p4ulor/NutritionTracker | c047331a6ac5daebed8770461698e9b647674d6e | bf1eb277fc55f2e8360fa71f363f474d909c5e86 | refs/heads/main | 2023-06-03T08:18:12.740727 | 2021-06-29T15:29:28 | 2021-06-29T15:29:28 | 343,446,950 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,354 | puml | @startuml
'https://plantuml.com/class-diagram
'https://plantuml.com/color
'https://htmlcolorcodes.com/
'https://forum.plantuml.net/977/change-a-distance-between-classes
'https://www.visual-paradigm.com/guide/uml-unified-modeling-language/uml-aggregation-vs-composition/
'No, I will not declare the fields has being-> id: int. I will type like it's in the code. It's more readable this way
skinparam nodesep 100
skinparam ranksep 100
'reduces eye strain:
skinparam backgroundcolor Wheat
note "The Console.java is in red because it's our entry point(has\n the method main() \nAnd the classes with a green thick border are the ones\nthat are not instantiated(which work with only static\nmethods and fields(thus, I dont even put the static keyword\non these members on these classes).\nIMO, it's much more readable this way than underlining\neverything just because it's a static member(like in the\ndocumentation) or putting 'static' everywhere that's static\nsince the sheer ammount of static members.\n\nThe LinkedLists in class Main are composed of instances\nfrom the class Food and the enum Nutrients).\nConsole can be viewed as the Controller and Main as\nthe Model and IInputOutput as the View(MVC) " as N1
interface IInputOutput {
+ int errorCode
+ static void print(String text)
+ static getIntInput()
+ static String getInput()
default void printFormat(String s, String s2)
+void LCD_Display_print(String text)
}
package Console.java <<Rectangle>> #F96D76 {
class Console << final >> #back:lightgreen|lightblue;header:black/white;line.bold:green {
-final String[] cmds
-final String extraInfo
+{static}void main(String[] args)
-void run()
-void printCommands()
-void processConsoleCommand(String input)
+void print(String text)
+void printf(String s, String s2)
+String getInput()
+ @Override LCD_Display_print(String text)
}
IInputOutput <|.. Console : " Implements\n\n"
}
package Main.java <<Rectangle>> {
class Main #line.bold:green{
+final String commentSymbol
+final String unknownSymbol
+final String foodsFile
+final String mealsFile
-final int ammountOfNutrients
-LinkedList<Food> foods
-LinkedList<Food> meals
-final int ammountOfNutrients
-Food currentSum
}
class Food {
-final String name
-Nutrients[] nutrients
-float[] vals
+Food(String name, Nutrients[] nutrients, float[] values)
+Food(String name, Nutrients[] nutrients, float[] values, int currentISO, String...stores)
+void sortNutrients()
+[getters & setters]()
}
Main o-- Food : Main uses \n class\nFood\n(Aggregation)
class FoodSafetyInfo << static >> {
-static final int ISO_1
-static final int ISO_2
-static int CURRENTISO
+FoodSafetyInfo(int currentIso)
}
FoodSafetyInfo +--Food : Inner class
class InStores {
+String stores;
+Stores(String... args)
+String getStores()
}
InStores +--Food : Inner class
Console --> Main #line:red;line.bold : Console(deals with user input) calls functions from Main\nwhich contains and deals with all the user's food data
}
package Nutrients.java <<Rectangle>> {
enum Nutrients {
CALS, CARBS, PRO, FAT, FIB
VA, VC, VE, VK, V1, V2, V3
V5, V6, V9, V12
CALC, IR, MAG, PH, POT, SOD,
ZI, COP, MAN, SEL, O3, O6
-final String fullName
-final char group
-final float dailyValue
+ [getters]()
}
Food *-Nutrients : " Nutrients\nis dependent\n upon Food(Composition) \n A Nutrient will not exist outside\nof a Food "
}
@enduml | false | true | false | false | sequence |
e35f37752be16810c5aee43b38fb3dcf651ff263 | 63d05a2d8db31272352bb47eaf1981b74093b719 | /uml/controller/apps/l3_base/_add_new_router_port.puml | 90b2e2a074cbb4e8c6f9ec677bdb6cd1ddf9d21d | [
"Apache-2.0"
] | permissive | ChaosXu/dragonflow | b0635a237ed48d9741c1bb4d5ebbc17a5f5d815c | e497928bc34269bcecc7ea4488f22b5c98b972dc | refs/heads/master | 2020-05-05T09:33:07.999625 | 2019-04-25T11:07:00 | 2019-04-25T11:07:00 | 179,908,580 | 0 | 0 | null | 2019-04-07T02:18:32 | 2019-04-07T02:18:32 | null | UTF-8 | PlantUML | false | false | 3,123 | puml | @startuml add new router port
L3AppMixin->L3AppMixin:_add_new_router_port
activate L3AppMixin
note over L3AppMixin
Handle the creation of a new router interface on the router.
* Match L2 address and update reg5
* Install ARP and ICMP responders
* Match packets with router as dst
* Add flows for new route entries
:param router: The router on which the interface is added
:type router: LogicalRouter model object
:param router_port: The router interface being added
:type router_port: RouterInterface model object
end note
L3AppMixin->LOG:info("Adding new logical router interface = %r",router_port)
L3AppMixin-> router_port:local_network_id = lswitch.unique_key
note over L3AppMixin
parser = self.parser
ofproto = self.ofproto
mac = router_port.mac
router_unique_key = router.unique_key
dst_ip = router_port.network.ip
is_ipv4 = (netaddr.IPAddress(dst_ip).version == common_const.IP_VERSION_4)
end note
note over L3AppMixin
Add rule for making packets go from L2_LOOKUP_TABLE
to L3_LOOKUP_TABLE
end note
L3AppMixin->parser:match = OFPMatch()
L3AppMixin->match:set_metadata(local_network_id)
L3AppMixin->match:set_dl_dst(os_ken_mac_lib.haddr_to_bin(mac))
L3AppMixin->parser:action = OFPActionSetField(reg5=router_unique_key)
L3AppMixin->array:actions = [action]
L3AppMixin->parser:action_inst = OFPInstructionActions(OFPIT_APPLY_ACTIONS, actions)
L3AppMixin->parser:goto_inst = OFPInstructionGotoTable(L3_LOOKUP_TABLE)
L3AppMixin->array:inst = [action_inst, goto_inst]
L3AppMixin->L3AppMixin:mod_flow(inst=inst,table_id=L2_LOOKUP_TABLE,priority=PRIORITY_HIGH,match=match)
note over L3AppMixin
Add router ARP & ICMP responder for IPv4 Addresses
end note
loop is_ipv4
L3AppMixin->arp_responder:ArpResponder(self,local_network_id,dst_ip, mac).add()
L3AppMixin->icmp_responder:ICMPResponder(self,dst_ip,router_key=router_unique_key).add()
end
note over L3AppMixin
If router interface is not concrete, send to local controller. local
controller will create icmp unreachable message. A virtual router
interface will not be in local cache, as it doesn't have chassis
information.
end note
L3AppMixin->L3AppMixin:lport = db_store.get_one(l2.LogicalPort(id=router_port.id))
alt not lport
L3AppMixin->L3AppMixin:match = _get_router_interface_match(router_unique_key, dst_ip)
note over L3AppMixin
actions = [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER,ofproto.OFPCML_NO_BUFFER)]
action_inst = parser.OFPInstructionActions(ofproto.OFPIT_APPLY_ACTIONS, actions)
end note
L3AppMixin->L3AppMixin:mod_flow(inst=[action_inst],table_id=const.L3_LOOKUP_TABLE,priority=const.PRIORITY_HIGH,match=match)
else
L3AppMixin->L3AppMixin:_add_concrete_router_interface(lport, router=router)
end
note over L3AppMixin
dd rule for routing packets to subnet of this router port
end note
L3AppMixin->L3AppMixin:match = _get_router_route_match(router_unique_key,router_port.network)
L3AppMixin->L3AppMixin:_add_subnet_send_to_route(match, local_network_id, router_port)
deactivate
@enduml | false | true | false | false | sequence |
0ba7222220d9040a5844d4387170b4653ffee7eb | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/EngineInterfaces/RenderContextInterface-Class.iuml | 1d44cf13757b0440bc6c7ce30359b45a3d868047 | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 308 | iuml | namespace External {
interface RenderContextInterface {
+HandleSwapBuffersRequest()
+QueryContextChanged()
+QueryContextParameters()
+UpdateAssetPath() #FF0000
+Draw() #FF0000
+UpdateCameraMatrices() #FF0000
}
}
| false | true | false | false | class |
fd2bc2a8cac10cbbd9d3d49fcd0741de8a2444ec | 35232f13369f62da9ebc81f52a193dc34334fff2 | /testing/test.puml | 673721ae5c31d2ef9040a3c32b7ea47e0f7e40f4 | [] | no_license | Darwish98/OOP | 848a73111b86dd155adfcb2be7dd0cdd1a7f4c23 | e919703587571438b14ddbc396198d6d2f1a3c4f | refs/heads/master | 2022-11-05T17:56:48.841682 | 2020-06-20T10:01:17 | 2020-06-20T10:01:17 | 273,674,741 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 66 | puml | @startuml class_AB
A <-- B
c o-- d
f *-- g
h <|-- i
j <|.. k
@end | false | true | false | false | class |
96120a4c95657ca630de00cee750a42b3c7ffbe4 | 22d04c6c48741d578b62d4b83552a8a90f8ec199 | /docs/_book/plantuml/ActionSpecification.puml | db24e2bff21340fc7f1048ceebaa0ba6c4bf8534 | [
"MIT"
] | permissive | RobinJespersen/BEMOnt | 54d63846d3644ebbcd46f527207396b5af77ff58 | 1a7619ce8c8a1ee8d5b612697cd553ca0eb29f4d | refs/heads/master | 2023-07-14T04:16:26.887385 | 2021-08-31T09:56:29 | 2021-08-31T09:56:29 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,529 | puml | @startuml
scale 0.6
skinparam class {
ArrowColor DarkBlue
ArrowFontColor DarkBlue
BackgroundColor LightBlue
BorderColor DarkGrey
}
skinparam dpi 300
skinparam stereotypeCBackgroundColor Wheat
skinparam classAttributeFontColor Green
class Actions <<HIT2GAP>>{
}
class SystemActions<<HIT2GAP>>{
}
class Device <<SSN>>{
}
class Alert <<HIT2GAP>>{
}
class Inaction <<HIT2GAP>>{
}
class Feedback <<HIT2GAP>>{
}
class OccupantDiscomfort <<HIT2GAP>>{
}
class WindowCoverings <<bem>>
class IfcActuator <<ifc4>>
class IfcActuatorType <<ifc>>
class IfcWindow <<ifc>>
class IfcZone <<ifc>>
class IfcDistributionControlElement <<ifc>>
class IfcEnergyConversionDevice <<ifc>> {
hasSetPoint xsd:boolean
}
class IfcOccupant <<IFC>>{
age xsd:double
gender xsd:string
lifestyle xsd:string
jobType xsd:string
}
Actions <|-- SystemActions
Actions <|-- Inaction
Actions <|-- Feedback
Actions <|-- OccupantEvent
Actions --> OccupantDiscomfort: hit2gap:provoke
SystemActions --> IfcDistributionControlElement:hit2gap_changes
IfcDistributionControlElement --> Alert: hit2gap:receivesAlert
SystemActions --> Device: hit2gap:actuateOver
SystemActions --> IfcActuator: hit2gap:actuateOver
IfcOccupant --> Actions: hit2gap:performsAction
IfcWindow --> WindowCoverings: hit2gap:hasCoverings
IfcActuator --> IfcWindow: hit2gap:OpenClose
IfcActuator --> WindowCoverings: hit2gap:OpenClose
IfcEnergyConversionDevice --> IfcZone: hit2gap:InputOutput
IfcActuator --> IfcActuatorType: owl:equivalentClass
@enduml
| false | true | false | false | sequence |
ae0c6b0f739e6f8a9f926148856230125fe1c618 | c60a8fb67fedcbae08755d8125d97468a8aca24d | /Projet de UML Reverse/documents/trash/DAL/Diagrammes New Version/view/old/Component.puml | 09914fdf5063aeae5816e2b2e67e6deb7b9e1735 | [
"Apache-2.0"
] | permissive | BelkhousNabil/Projets-Informatiques | 6be114f6a8dbcf978ef67daffb1394ee023255cf | 47ffd6526bb66ae263c34725fe2b515b751127bb | refs/heads/master | 2021-01-17T07:12:08.050466 | 2017-02-26T17:03:56 | 2017-02-26T17:03:56 | 54,788,129 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,965 | puml | @startuml
Package Component {
class Relation {
-relations:HashMap<DraggableEntity,Arrow>
}
interface DraggableEntity {
+double getHeight()
+double getWidth()
+double getX()
+double getY()
+String getName()
--
+void setEntityHeight(double value)
+void setEntityWidth(double value)
+void setEntityX(double value)
+void setEntityY(double value)
+void setName()
}
abstract class AbstractUml implements DraggableEntity {
+double getHeight()
+double getWidth()
+double getX()
+double getY()
+String getName()
--
+void setHeight(double value)
+void setWidth(double value)
+void setX(double value)
+void setY(double value)
+void setName()
}
class UmlActor implements DraggableEntity {
}
class UmlCase implements DraggableEntity {
+String getCaseName()
+Point2D getUpperLeftBound()
+double getWidthCenter()
+double getHeightCenter()
--
+void setCaseName(String name)
+void setUpperLeftBound(Point2D p)
+void setWidthCenter(double wc)
+void setHeigthCenter(double hc)
}
class UmlFrontiere implements DraggableEntity {
-children : List<DraggableEntity>
--
+String getSystemName()
--
+void setSystemName(String name)
}
class UmlObject implements DraggableEntity {
}
class UmlClass implements DraggableEntity {
}
class UmlSequenceLine implements DraggableEntity{
}
class ArrowHead {
+int getWidth()
+int getLength()
+TypeRelation getType()
--
+void setWidth(int width)
+void setLength(int length)
+void setType(TypeRelation tr)
}
class Arrow {
-List<TextArea> tArea
--
+List<TextArea> getTextArea()
+double getWidth()
+double getHeigth()
+double getHeadWidth()
+double getHeadLength()
+double getLineWidth()
+double getLineLength()
+double getX()
+double getY()
+Point2D getPosition()
--
+void setWidth(double width)
+void setHeigth(double heigth)
+void setHeadWidth(double width)
+void setHeadLength(double length)
+void setLineWidth(double width)
+void setLineLength(double length)
+void setX(double x)
+void setY(double y)
+void addTextArea(TextArea t)
+void setTextForTextArea(TextArea t, String m)
+void setPosition(double x, double y)
}
}
javafx.Node <|-- DraggableEntity
UmlCase --> javafx.GraphicsContext
ArrowHead --> javafx.Point2D
Arrow "0..2" o--> ArrowHead
Arrow "1" o--> javafx.Line
Arrow "1" o-- javafx.CubicCurve
Arrow "5" o--> javafx.TextField
AbstractUml <|-- UmlCase
AbstractUml <|-- UmlFrontiere
AbstractUml <|-- UmlActor
AbstractUml <|-- UmlClass
AbstractUml <|-- UmlObject
UmlFrontiere --> javafx.GraphicsContext
UmlFrontiere --> javafx.TextField
UmlActor --> javafx.Line
UmlActor --> javafx.TextField
UmlActor --> javafx.GraphicsContext
UmlClass --> javafx.TextField
UmlClass --> javafx.GraphicsContext
UmlObject --> javafx.GraphicsContext
UmlObject "0..n" o--> javafx.TextField
UmlObject "0..n" o--> javafx.Line
Relation "1..n" o--> DraggableEntity
Relation "1..n" o--> Arrow
AbstractUml <|-- UmlSequenceLine
@enduml
| false | true | false | false | class |
d17e31f8313ab57cb34d759e5dcecff7339edfd3 | e00719d13ec796088adf530a1696276b8ca325e1 | /mojaloop-technical-overview/central-ledger/assets/diagrams/sequence/seq-reject-2.2.0-v1.1.plantuml | e1bc7e5e1e662b9d8fd1eeedc5a7a54ccbc9de34 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | abehnamfard/documentation | 5158199612e136f4eb357f8ce77c6287d8935276 | 1e3a78954789e1f50185d752953409991d7e1b0f | refs/heads/master | 2022-12-10T04:45:01.467124 | 2020-08-29T08:51:01 | 2020-08-29T08:51:01 | 291,335,317 | 0 | 0 | NOASSERTION | 2020-08-29T19:25:13 | 2020-08-29T19:25:13 | null | UTF-8 | PlantUML | false | false | 5,584 | plantuml | /'*****
License
--------------
Copyright © 2017 Bill & Melinda Gates Foundation
The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contributors
--------------
This is the official list of the Mojaloop project contributors for this file.
Names of the original copyright holders (individuals or organizations)
should be listed with a '*' in the first column. People who have
contributed from an organization can be listed under the organization
that actually holds the copyright for their contributions (see the
Gates Foundation organization for an example). Those individuals should have
their names indented and be marked with a '-'. Email address can be added
optionally within square brackets <email>.
* Gates Foundation
- Name Surname <name.surname@gatesfoundation.com>
* Rajiv Mothilal <rajiv.mothilal@modusbox.com>
* Georgi Georgiev <georgi.georgiev@modusbox.com>
--------------
******'/
@startuml
' declate title
title 2.2.0. DFSP2 sends a Fulfil Reject Transfer request
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistance Store
' declare actors
actor "DFSP1\nPayer" as DFSP1
actor "DFSP2\nPayee" as DFSP2
boundary "ML API Adapter" as MLAPI
control "ML API Notification Event Handler" as NOTIFY_HANDLER
boundary "Central Service API" as CSAPI
collections "Fulfil-Topic" as TOPIC_FULFIL
control "Fulfil Event Handler" as FULF_HANDLER
' collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION
' control "Position Event Handler" as POS_HANDLER
' collections "Event-Topic" as TOPIC_EVENTS
' collections "Notification-Topic" as TOPIC_NOTIFICATIONS
box "Financial Service Providers" #lightGray
participant DFSP1
participant DFSP2
end box
box "ML API Adapter Service" #LightBlue
participant MLAPI
participant NOTIFY_HANDLER
end box
box "Central Service" #LightYellow
participant CSAPI
participant TOPIC_FULFIL
participant FULF_HANDLER
end box
' start flow
activate NOTIFY_HANDLER
activate FULF_HANDLER
group DFSP2 sends a Fulfil Reject Transfer request
DFSP2 <-> DFSP2: Retrieve fulfilment string generated during\nthe quoting process or regenerate it using\n**Local secret** and **ILP Packet** as inputs
note right of DFSP2 #lightblue
**Note**: In the payload for PUT /transfers/<ID>
only the **transferState** field is **required**
end note
note right of DFSP2 #yellow
Headers - transferHeaders: {
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 - transferMessage:
{
"fulfilment": <IlpFulfilment>,
"completedTimestamp": <DateTime>,
"transferState": "ABORTED",
"extensionList": {
"extension": [
{
"key": <string>,
"value": <string>
}
]
}
}
end note
note right of DFSP2 #lightgray
**Note**: Payee rejection reason should be captured
in the extensionList within the payload.
end note
DFSP2 ->> MLAPI: **PUT - /transfers/<ID>**
activate MLAPI
MLAPI -> MLAPI: Validate incoming token and originator matching Payee
note right of MLAPI #yellow
Message:
{
id: <ID>,
from: <transferHeaders.FSPIOP-Source>,
to: <transferHeaders.FSPIOP-Destination>,
type: application/json,
content: {
headers: <transferHeaders>,
payload: <transferMessage>
},
metadata: {
event: {
id: <uuid>,
type: fulfil,
action: reject,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
MLAPI -> TOPIC_FULFIL: Route & Publish Fulfil event for Payee
activate TOPIC_FULFIL
TOPIC_FULFIL <-> TOPIC_FULFIL: Ensure event is replicated as configured (ACKS=all)
TOPIC_FULFIL --> MLAPI: Respond replication acknowledgements have been received
deactivate TOPIC_FULFIL
MLAPI -->> DFSP2: Respond HTTP - 200 (OK)
deactivate MLAPI
TOPIC_FULFIL <- FULF_HANDLER: Consume message
FULF_HANDLER -> FULF_HANDLER: Log error message
note right of FULF_HANDLER: (corresponding to a Fulfil message with transferState='ABORTED')\naction REJECT is not allowed into fulfil handler
end
@enduml
| false | true | true | false | usecase |
62cc9d70b4ef5007dfc4b7d1134c5f4d51341941 | 8dcbfd647299e16df56bf81cf6c7de3a948f42af | /DiagramaClases.puml | ec9c65a82004c33cc2c811eb864eff2eb9ea9e95 | [] | no_license | manelme/alan-game | 900d5d529fb44d114ffee42ac268471a088cdfc3 | e469a783d8c647de53f106fd75f9a68da8234834 | refs/heads/master | 2020-05-03T04:19:15.013984 | 2019-04-23T10:29:41 | 2019-04-23T10:29:41 | 178,418,336 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,444 | puml | @startuml DiagramaClases
Personaje "1" *--- "1" Inventario : inventario >
Guerrero "1" o--- "0..*" Fisica: habilidades >
Mago "1" o--- "0..*" Magia: habilidades >
Asesino "1" o--- "0..*" Subterfujio: habilidades >
Inventario "1" o--- "0..huecos" Objeto: objetos >
Personaje <|-- Guerrero
Personaje <|-- Mago
Personaje <|-- Asesino
Habilidad <|-- Fisica
Habilidad <|-- Subterfujio
Habilidad <|-- Magia
Objeto <|-- Arma
Objeto <|-- Equipamiento
Objeto <|-- Pocion
Objeto <|-- Pocion_mana
Objeto <|-- Pocion_vida
class Personaje {
String nombre
Number nivel
Number porcentaje_de_nivel
Number vida_restante
Number vida_total
Number elo
__init__(self, nombre, vida_total, vida_restante)
}
class Guerrero{
Number furia_total
Number furia_restante
__init__(self, nombre)
atacar(personaje_objetivo, habilidad)
modificar_vida(cantidad)
modificar_vida_total(cantidad)
modificar_furia(cantidad)
modificar_furia_total(cantidad)
add_habilidad(habilidad)
}
class Mago{
Number mana_total
Number mana_restante
__init__(self, nombre)
atacar(personaje_objetivo, habilidad)
modificar_vida(cantidad)
modificar_vida_total(cantidad)
modificar_mana(cantidad)
modificar_mana_total(cantidad)
add_habilidad(habilidad)
}
class Asesino{
Number energia_total
Number energia_restante
__init__(self, nombre)
atacar(personaje_objetivo, habilidad)
modificar_vida(cantidad)
modificar_vida_total(cantidad)
modificar_energia(cantidad)
modificar_energia_total(cantidad)
add_habilidad(habilidad)
}
class Objeto{
String nombre
Number precio
Number peso
__init__(self, nombre, precio, peso)
}
class Inventario{
Number huecos
Number peso_maximo
__init__(self, huecos, peso_maximo)
introducir_objeto(objeto)
}
class Equipamiento{
Number armadura
__init_(self, nombre, precio, peso, armadura)
}
class Arma{
Number danyo
__init_(self, nombre, precio, peso, danyo)
}
class Pocion_mana{
Number mana
}
class Pocion_vida{
Number vida
}
class Habilidad{
String nombre
String danyo
__init__(self, nombre, danyo)
}
class Magia{
Number coste_mana
__init__(self, nombre, danyo, coste_mana)
}
class Fisica{
Number coste_furia
__init__(self, nombre, danyo, coste_furia)
}
class Subterfujio{
Number coste_energia
__init__(self, nombre, danyo, coste_energia)
}
@enduml | false | true | false | false | class |
1f00354a9e0739ae6cf51ae8d33f2da7b776fc90 | 39d4485b1e5aab886f61520ac0a04831ede672b8 | /uml/persons_list.puml | 232a68386492fe0c9ff544955e4bad6d294b6b87 | [] | no_license | jesusdmedinac/PersonList | a36f79c58d1b4250cebbac6a14e860d5bc17537b | 9337ec21c851dd1cea83b8d5daa2e39a04ca35c3 | refs/heads/master | 2023-05-13T20:57:12.879792 | 2021-06-11T05:42:47 | 2021-06-11T05:42:47 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,239 | puml | @startuml
title Person List - Class Diagram
package utils {
interface Mapper {
+ map(input: I): O
}
interface ListMapper implements Mapper {
+ map(input: List<I>): List<O>
}
class ListMapperImpl implements ListMapper {
+ ListMapperImpl(mapper: Mapper<I, O>)
+ map(input: List<I>): List<O>
}
}
package presentation {
package ui {
class MainActivity
}
package viewmodel {
class PersonViewModel {
+ PersonViewModel(\ngetPersonsUseCase: GetPersonsUseCase,\nretrievePersonsUseCase: RetrievePersonsUseCase,\ndomainPersonToUIPersonListMapper: ListMapper<DomainPerson, UIPerson>)
+ retrievePersons()
+ getPersons(): StateFlow<List<UIPerson>>
}
}
package presentationmapper {
interface DomainPersonToUIPersonMapper implements Mapper {
+ map(input: DomainPerson): UIPerson
}
class DomainPersonToUIPersonMapperImpl implements DomainPersonToUIPersonMapper
}
class UIPerson {
+ acronym: String
+ fullName: String
+ birthday: String
}
}
package domain {
package usecase {
interface RetrievePersonsUseCase {
+ invoke()
}
class RetrievePersonsUseCaseImpl implements RetrievePersonsUseCase {
+ RetrievePersonsUseCaseImpl(personRepository: PersonRepository)
}
interface GetPersonsUseCase {
+ invoke(): Flow<List<DomainPerson>>
}
class GetPersonsUseCaseImpl implements GetPersonsUseCase {
+ GetPersonsUseCaseImpl(personRepository: PersonRepository)
}
}
package repository {
interface PersonRepository {
+ retrievePersons()
+ getPersons(): Flow<List<DomainPerson>>
}
class PersonRepositoryImpl implements PersonRepository {
+ PersonRepositoryImpl(\npersonLocalDataSource: PersonLocalDataSource,\npersonRemoteDataSource: PersonRemoteDataSource,\nremotePersonToLocalPersonMapper: RemotePersonToLocalPersonMapper,\nlocalPersonToDomainPersonListMapper: ListMapper<LocalPerson, DomainPerson>\n)
}
}
package domainmapper {
interface RemotePersonToLocalPersonMapper implements Mapper {
+ map(input: RemotePerson): LocalPerson
}
class RemotePersonToLocalPersonMapperImpl implements RemotePersonToLocalPersonMapper
interface LocalPersonToDomainPersonMapper implements Mapper {
+ map(input: LocalPerson): DomainPerson
}
class LocalPersonToDomainPersonMapperImpl implements LocalPersonToDomainPersonMapper
}
class DomainPerson {
+ firstName: String
+ lastName: String
+ birthDay: Date
}
}
package data {
package local {
interface PersonLocalDataSource {
+ addPersons(persons: List<LocalPerson>)
+ getPersons(): Flow<List<LocalPerson>>
}
class PersonLocalDataSourceImpl implements PersonLocalDataSource {
+ PersonLocalDataSourceImpl(personQueries: PersonQueries)
}
class LocalPerson {
+ firstName: String
+ lastName: String
+ birthDay: Date
}
}
package sqldelight {
interface PersonQueries {
+ <T : Any> getPersons(mapper: (id: Long, firstName: String, lastName: String, birthday: String) -> T): Query<T>
+ getPersons(): Query<Person>
+ insertOrReplacePerson(id: Long?, firstName: String, lastName: String, birthday: String)
}
}
package remote {
interface PersonRemoteDataSource {
+ getPersons(): List<RemotePerson>
}
class PersonRemoteDataSourceImpl implements PersonRemoteDataSource {
+ PersonRemoteDataSourceImpl(httpClient: HttpClient)
}
class RemotePerson {
+ firstName: String
+ lastName: String
+ birthDay: String
}
}
package ktor {
class HttpClient
}
}
MainActivity --> PersonViewModel
PersonViewModel --> UIPerson
PersonViewModel --> RetrievePersonsUseCase
PersonViewModel --> GetPersonsUseCase
PersonViewModel -U-> ListMapper
DomainPersonToUIPersonMapper --> UIPerson
RetrievePersonsUseCaseImpl --> PersonRepository
GetPersonsUseCaseImpl --> PersonRepository
GetPersonsUseCase --> DomainPerson
PersonRepository --> DomainPerson
DomainPersonToUIPersonMapper --> DomainPerson
RemotePersonToLocalPersonMapper --> RemotePerson
RemotePersonToLocalPersonMapper --> LocalPerson
LocalPersonToDomainPersonMapper --> RemotePerson
LocalPersonToDomainPersonMapper --> LocalPerson
PersonRepositoryImpl --> PersonLocalDataSource
PersonRepositoryImpl --> PersonRemoteDataSource
PersonRepositoryImpl --> RemotePersonToLocalPersonMapper
PersonRepositoryImpl -U-> ListMapper
PersonLocalDataSource --> LocalPerson
PersonRemoteDataSource --> RemotePerson
PersonLocalDataSourceImpl --> PersonQueries
PersonRemoteDataSourceImpl --> HttpClient
@enduml | false | true | false | false | sequence |
8d6e3a49d6fd1c4473a31b55f8a1e124f1244091 | 176fa7e597c2f2337f80a9d4e393e636e5823129 | /stocky-devel/stocky/docs/source/uml_images/classes_simpletable_classes.plantuml | b183c76b35221f9a3ab1b5688e7ad9cb59baf507 | [
"Apache-2.0"
] | permissive | cfe-lab/stocky | 0133abf16bbf068d8ef3684af4d7b22e96756e37 | 6c4114551d9b61c5ba3db2c237e995fecdd2f6b3 | refs/heads/master | 2021-04-15T17:01:15.610547 | 2019-04-08T18:51:52 | 2019-04-08T18:51:52 | 126,519,914 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,128 | plantuml | @startuml
title classes simpletable
class datacell {
+get_content(self)
+set_content(self, newcont:typing.Optional[html.base_element])
}
class baserow {
+isnew
}
class datarow {
+getcell(self, colnum:int)
+getcellcontent(self, colnum:int)
+setcellcontent(self, colnum:int, newcont:typing.Optional[html.base_element])
}
class headerrow {
+getcell(self, colnum:int)
}
class simpletable {
+numcols
+add_header_row(self)
+adjust_row_number(self, newn:int)
+append_row(self)
+getcell(self, rownum:int, colnum:int)
+getcellcontent(self, rownum:int, colnum:int)
+getheader(self, colnum:int)
+getrow(self, rownum:int)
+has_header_row(self)
+numrows(self)
+set_alignment(self, rownum:int, colnum:int, alignstr:str)
+setcellcontent(self, rownum:int, colnum:int, newcont:typing.Optional[html.base_element])
+setrowvisible(self, rownum:int, is_visible:bool)
}
class dict_table {
+refill_table(self, tup_lst)
+update_table(self, new_dct:dict)
}
baserow <|-- datarow
baserow <|-- headerrow
simpletable <|-- dict_table
simpletable o-- headerrow
@enduml
| false | true | false | false | class |
289a337bf4a0ecf4926e1de3c024711db5adedca | dca8938b76ae33950996b85fda8027ede62174b4 | /Raytracerv1.0/out/production/Raytracerv0.7/up/edu/isgc/raytracer/tools/tools.plantuml | f6bb066b26e0c837534735ae669d6108b6dcd529 | [] | no_license | Benchamon/RayTracer | e2ecc50d3d78042b80c518ad041a411dcea87e07 | 4ecfbca46c8f7e8f5df2a33f58404b0920b8ed2d | refs/heads/main | 2023-09-02T19:27:52.176211 | 2021-11-03T18:36:07 | 2021-11-03T18:36:07 | 423,940,210 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 635 | plantuml | @startuml
title __TOOLS's Class Diagram__\n
namespace up.edu.isgc.raytracer {
namespace tools {
class up.edu.isgc.raytracer.tools.Barycentric {
{static} + CalculateBarycentricCoordinates()
- Barycentric()
}
}
}
namespace up.edu.isgc.raytracer {
namespace tools {
abstract class up.edu.isgc.raytracer.tools.OBJReader {
{static} + GetPolygon()
}
}
}
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 |
1c0084324a57d21b38a30647e889817e9d92a214 | 52571bbc269a804c7df8f7b27ae3c41ee84f84f2 | /kafka-data-pipeline/src/main/resources/plantuml/data-pipeline.puml | 4451867b39412ecfe3f4f0abccf380d7e5218e5b | [] | no_license | codexehan/java-related | 8b684b18b2402983cfd0ab6e44a860b8c014f0e7 | a023a4f3e87a6558925af49f35de2f39bb0c1194 | refs/heads/master | 2020-05-07T06:02:43.118869 | 2019-12-30T10:40:55 | 2019-12-30T10:40:55 | 180,296,971 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,824 | puml | @startuml
hide empty description
state "KafkaConsumer..ProductStatusChangeConsumer"
state "KafkaConsumer..StreetItemUpdateConsumer"
state "KafkaConsumer..ProductConsumer"
state KafkaConsumer..ProductInventoryConsumer
state KafkaConsumer..ProductPriceConsumer
state KafkaMiddleware..ProductValidateMiddleware
state KafkaMiddleware..ProductInventoryValidateMiddleware
state KafkaMiddleware..ProductPriceValidateMiddleware
state KafkaMiddleware..ProductFinalStatusValidateMiddleware
state KafkaMiddleware_ProductStatusChangeMiddleware
state KafkaTopic..DejaProductsGlobal
state KafkaTopic..DejaProductsPriceGlobal
state KafkaTopic..DejaProductsInventoryGlobal
state KafkaTopic..DejaProductValidateGlobal
state KafkaTopic..DejaProductPriceValidateGlobal
state KafkaTopic..DejaProductInventoryValidateGlobal
state KafkaTopic..DejaProductFinalStatusGlobal
state KafkaTopic..DejaProductStatusChangeGlobal
state KafkaTopic..DejaStreetItemRefreshGlobal
[*]-->KafkaTopic..DejaProductsGlobal:from data team
[*]-->KafkaTopic..DejaProductsPriceGlobal:from data team
[*]-->KafkaTopic..DejaProductsInventoryGlobal:from data team
[*]-->KafkaTopic..DejaStreetItemRefreshGlobal:from data team
KafkaTopic..DejaProductsGlobal-->KafkaConsumer..ProductConsumer
KafkaTopic..DejaProductsGlobal-->KafkaMiddleware..ProductValidateMiddleware
KafkaMiddleware..ProductValidateMiddleware-->KafkaTopic..DejaProductValidateGlobal
KafkaMiddleware..ProductValidateMiddleware-->KafkaTopic..DejaProductPriceValidateGlobal
KafkaTopic..DejaProductValidateGlobal-->KafkaMiddleware..ProductFinalStatusValidateMiddleware
KafkaTopic..DejaProductsPriceGlobal-->KafkaConsumer..ProductPriceConsumer
KafkaTopic..DejaProductsPriceGlobal-->KafkaMiddleware..ProductPriceValidateMiddleware
KafkaMiddleware..ProductPriceValidateMiddleware-->KafkaTopic..DejaProductPriceValidateGlobal
KafkaTopic..DejaProductPriceValidateGlobal-->KafkaMiddleware..ProductFinalStatusValidateMiddleware
KafkaTopic..DejaProductsInventoryGlobal-->KafkaConsumer..ProductInventoryConsumer
KafkaTopic..DejaProductsInventoryGlobal-->KafkaMiddleware..ProductInventoryValidateMiddleware
KafkaMiddleware..ProductInventoryValidateMiddleware-->KafkaTopic..DejaProductInventoryValidateGlobal
KafkaTopic..DejaProductInventoryValidateGlobal-->KafkaMiddleware..ProductFinalStatusValidateMiddleware
KafkaMiddleware..ProductFinalStatusValidateMiddleware-->KafkaTopic..DejaProductFinalStatusGlobal
KafkaTopic..DejaProductFinalStatusGlobal-->KafkaMiddleware_ProductStatusChangeMiddleware
KafkaMiddleware_ProductStatusChangeMiddleware-->KafkaTopic..DejaProductStatusChangeGlobal
KafkaTopic..DejaProductStatusChangeGlobal-->KafkaConsumer..ProductStatusChangeConsumer
KafkaConsumer..ProductStatusChangeConsumer-->KafkaTopic..DejaStreetItemRefreshGlobal
KafkaConsumer..ProductStatusChangeConsumer-->[*]:to es
KafkaTopic..DejaStreetItemRefreshGlobal-->KafkaConsumer..StreetItemUpdateConsumer
KafkaConsumer..StreetItemUpdateConsumer-->[*]:to es
KafkaConsumer..ProductConsumer-->[*]:to es
KafkaConsumer..ProductPriceConsumer-->[*]:to es
KafkaConsumer..ProductInventoryConsumer-->[*]:to es
KafkaConsumer..ProductStatusChangeConsumer:update product status in real time
KafkaConsumer..ProductStatusChangeConsumer:1.updateProductStatus(productUpdateMap);
KafkaConsumer..ProductStatusChangeConsumer:2.updatePsRelation(productUpdateMap);
KafkaConsumer..ProductStatusChangeConsumer:3.toKafka(productUpdateMap) ..> StreetItemUpdateConsumer;
KafkaConsumer..StreetItemUpdateConsumer:update field of street item and street for analysis in real time
KafkaConsumer..StreetItemUpdateConsumer:updateCountField(streetItemSet);
KafkaConsumer..StreetItemUpdateConsumer: .. updateStreetItemCount(streetItemSet);
KafkaConsumer..StreetItemUpdateConsumer: .. updateStreetForAnalysisRecommend(streetItemSet);
@enduml | false | true | false | false | sequence |
6d028184a5a6aa8a412d2ef5adcb82a5bb4962d8 | e6a585dfa5292761773d2d523832eef2b49e8e9d | /docs/diagrams/Architecture.plantuml | 93a404e9c9dcf3a63a556e40b0d2b05bf7fecc08 | [] | no_license | AY2021S2-CS2113T-F08-3/tp | 82d8b49f18290b6e0d37f1aaa77b711455ace50f | 27db5d4a86be5478fc4e8258997fb8c83257cec6 | refs/heads/master | 2023-04-14T04:07:25.089995 | 2021-04-12T16:53:53 | 2021-04-12T16:53:53 | 344,644,739 | 0 | 4 | null | 2021-04-12T15:56:05 | 2021-03-05T00:12:02 | Java | UTF-8 | PlantUML | false | false | 857 | plantuml | @startuml Architecture
!define LIGHTBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
skinparam style strictuml
skinparam actorStyle awesome
skinparam linetype ortho
actor User #APPLICATION;line:RoyalBlue
rectangle Ui #Turquoise
rectangle Sorter #NavajoWhite
rectangle Connoisseur #LightPink
rectangle Storage #PowderBlue
database Data #APPLICATION;line:RoyalBlue
rectangle Logic #TECHNOLOGY {
rectangle Commands #PaleGreen
rectangle Parser #PaleGreen
}
rectangle Model #Khaki {
rectangle ReviewList #Gold
rectangle RecommendationList #Gold
}
User <-> Ui
Ui --> Connoisseur
Connoisseur -> Parser
Parser --> Commands
Commands -left-> ReviewList
Commands -left-> RecommendationList
RecommendationList -u-> ReviewList
ReviewList <-> Sorter
Commands -left-> Storage
Storage -left-> Data
@enduml | false | true | false | false | sequence |
0638e433777b3fd49eb71548fa55c5424038a213 | 71bf91308d31289e4f85001a074b2f9fd28857df | /NaturalAPI_Design/NaturalAPI_Design.plantuml | 19e78dc526b5f0bc74722d48d1336f5646c7286d | [
"MIT"
] | permissive | fourcatsteam/NaturalAPI | 180563686a91b494b8f7084f13e44b95e02a6aa2 | eb612e47de99893f307f6549feaa889becda2b8a | refs/heads/master | 2022-12-23T04:34:00.959782 | 2020-05-18T13:37:13 | 2020-05-18T13:37:13 | 250,514,043 | 0 | 1 | MIT | 2022-12-16T05:16:55 | 2020-03-27T11:14:03 | HTML | UTF-8 | PlantUML | false | false | 16,172 | plantuml | @startuml
title __NATURALAPI_DESIGN's Class Diagram__\n
namespace fourcats {
class fourcats.GuiLauncher {
}
}
namespace fourcats {
namespace datastructure {
class fourcats.datastructure.AnalyzedData {
}
}
}
namespace fourcats {
namespace datastructure {
class fourcats.datastructure.BlackList {
}
}
}
namespace fourcats {
namespace datastructure {
class fourcats.datastructure.Dependency {
}
}
}
namespace fourcats {
namespace datastructure {
class fourcats.datastructure.WordCounter {
}
}
}
namespace fourcats {
namespace datastructure {
class fourcats.datastructure.WordTag {
}
}
}
namespace fourcats {
namespace datastructure {
namespace observer {
interface fourcats.datastructure.observer.Observer {
}
}
}
}
namespace fourcats {
namespace datastructure {
namespace observer {
abstract class fourcats.datastructure.observer.Subject {
}
}
}
}
namespace fourcats {
namespace entities {
class fourcats.entities.Action {
}
}
}
namespace fourcats {
namespace entities {
class fourcats.entities.Actor {
}
}
}
namespace fourcats {
namespace entities {
class fourcats.entities.Bal {
}
}
}
namespace fourcats {
namespace entities {
class fourcats.entities.Bdl {
}
}
}
namespace fourcats {
namespace entities {
class fourcats.entities.ObjectParam {
}
}
}
namespace fourcats {
namespace entities {
class fourcats.entities.Scenario {
}
}
}
namespace fourcats {
namespace entities {
class fourcats.entities.Type {
}
}
}
namespace fourcats {
namespace frameworks {
class fourcats.frameworks.BalAnalyzerImplementation {
}
}
}
namespace fourcats {
namespace frameworks {
class fourcats.frameworks.DataKeeper {
}
}
}
namespace fourcats {
namespace frameworks {
class fourcats.frameworks.FileSystemAccess {
}
}
}
namespace fourcats {
namespace frameworks {
class fourcats.frameworks.Repository {
}
}
}
namespace fourcats {
namespace frameworks {
class fourcats.frameworks.StanfordNlp {
}
}
}
namespace fourcats {
namespace interfaceaccess {
interface fourcats.interfaceaccess.BalAnalyzer {
}
}
}
namespace fourcats {
namespace interfaceaccess {
interface fourcats.interfaceaccess.PersistentMemoryAccess {
}
}
}
namespace fourcats {
namespace interfaceaccess {
interface fourcats.interfaceaccess.RepositoryAccess {
}
}
}
namespace fourcats {
namespace interfaceaccess {
interface fourcats.interfaceaccess.TextAnalyzer {
}
}
}
namespace fourcats {
namespace interfaceadapters {
class fourcats.interfaceadapters.Controller {
}
}
}
namespace fourcats {
namespace interfaceadapters {
class fourcats.interfaceadapters.DataPresenter {
}
}
}
namespace fourcats {
namespace interfaceadapters {
class fourcats.interfaceadapters.DataPresenterGUI {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.AddBalSuggestionInputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.AddBalSuggestionOutputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.CreateCustomTypeInputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.CreateCustomTypeOutputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.DeclineBalSuggestionInputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.DeclineBalSuggestionOutputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.GenerateBalInputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.GenerateBalOutputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.GenerateBalSuggestionsInputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.GenerateBalSuggestionsOutputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.LoadBdlInputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.LoadBdlOutputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.ModifyBalSuggestionInputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.ModifyBalSuggestionOutputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.RemoveBdlInputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.RemoveBdlOutputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.ShowTypesInputPort {
}
}
}
namespace fourcats {
namespace port {
interface fourcats.port.ShowTypesOutputPort {
}
}
}
namespace fourcats {
namespace suggestionbdlalgorithm {
interface fourcats.suggestionbdlalgorithm.SuggestionFeedback {
}
}
}
namespace fourcats {
namespace suggestionbdlalgorithm {
class fourcats.suggestionbdlalgorithm.SuggestionFrequency {
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.AddBalSuggestion {
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.CreateCustomType {
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.DeclineBalSuggestion {
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.GenerateBal {
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.GenerateBalSuggestions {
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.LoadBdl {
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.ModifyBalSuggestion {
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.RemoveBdl {
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.ShowTypes {
}
}
}
namespace fourcats {
namespace view {
class fourcats.view.Cli {
}
}
}
namespace fourcats {
namespace view {
namespace gui {
class fourcats.view.gui.AddSuggestionButtonWidget {
}
}
}
}
namespace fourcats {
namespace view {
namespace gui {
class fourcats.view.gui.AttributeWidget {
}
}
}
}
namespace fourcats {
namespace view {
namespace gui {
class fourcats.view.gui.CustomTypeCreation {
}
}
}
}
namespace fourcats {
namespace view {
namespace gui {
class fourcats.view.gui.GuiDesign {
}
}
}
}
namespace fourcats {
namespace view {
namespace gui {
class fourcats.view.gui.ObjectParamWidget {
}
}
}
}
namespace fourcats {
namespace view {
namespace gui {
class fourcats.view.gui.ScenarioWidget {
}
}
}
}
namespace fourcats {
namespace view {
namespace gui {
class fourcats.view.gui.SuggestionGenerated {
}
}
}
}
namespace fourcats {
namespace view {
namespace gui {
class fourcats.view.gui.SuggestionWidget {
}
}
}
}
fourcats.datastructure.WordCounter .up.|> java.lang.Comparable
fourcats.entities.Action o-- fourcats.entities.Type : type
fourcats.entities.ObjectParam o-- fourcats.entities.Type : type
fourcats.frameworks.BalAnalyzerImplementation .up.|> fourcats.interfaceaccess.BalAnalyzer
fourcats.frameworks.DataKeeper o-- fourcats.entities.Bdl : bdl
fourcats.frameworks.FileSystemAccess .up.|> fourcats.interfaceaccess.PersistentMemoryAccess
fourcats.frameworks.Repository .up.|> fourcats.interfaceaccess.RepositoryAccess
fourcats.frameworks.Repository o-- fourcats.frameworks.DataKeeper : dataKeeper
fourcats.frameworks.Repository o-- fourcats.interfaceaccess.PersistentMemoryAccess : memoryAccess
fourcats.frameworks.StanfordNlp .up.|> fourcats.interfaceaccess.TextAnalyzer
fourcats.interfaceadapters.Controller o-- fourcats.port.AddBalSuggestionInputPort : addSuggestion
fourcats.interfaceadapters.Controller o-- fourcats.port.CreateCustomTypeInputPort : createCustomType
fourcats.interfaceadapters.Controller o-- fourcats.port.DeclineBalSuggestionInputPort : declineSuggestion
fourcats.interfaceadapters.Controller o-- fourcats.port.GenerateBalInputPort : generateBAL
fourcats.interfaceadapters.Controller o-- fourcats.port.GenerateBalSuggestionsInputPort : generateSuggestion
fourcats.interfaceadapters.Controller o-- fourcats.port.LoadBdlInputPort : loadBdl
fourcats.interfaceadapters.Controller o-- fourcats.port.ModifyBalSuggestionInputPort : modifySuggestion
fourcats.interfaceadapters.Controller o-- fourcats.port.RemoveBdlInputPort : removeBdl
fourcats.interfaceadapters.Controller o-- fourcats.port.ShowTypesInputPort : showTypes
fourcats.interfaceadapters.DataPresenter .up.|> fourcats.port.AddBalSuggestionOutputPort
fourcats.interfaceadapters.DataPresenter .up.|> fourcats.port.CreateCustomTypeOutputPort
fourcats.interfaceadapters.DataPresenter .up.|> fourcats.port.DeclineBalSuggestionOutputPort
fourcats.interfaceadapters.DataPresenter .up.|> fourcats.port.GenerateBalOutputPort
fourcats.interfaceadapters.DataPresenter .up.|> fourcats.port.GenerateBalSuggestionsOutputPort
fourcats.interfaceadapters.DataPresenter .up.|> fourcats.port.LoadBdlOutputPort
fourcats.interfaceadapters.DataPresenter .up.|> fourcats.port.ModifyBalSuggestionOutputPort
fourcats.interfaceadapters.DataPresenter .up.|> fourcats.port.RemoveBdlOutputPort
fourcats.interfaceadapters.DataPresenter .up.|> fourcats.port.ShowTypesOutputPort
fourcats.interfaceadapters.DataPresenter -up-|> fourcats.datastructure.observer.Subject
fourcats.interfaceadapters.DataPresenterGUI .up.|> fourcats.port.AddBalSuggestionOutputPort
fourcats.interfaceadapters.DataPresenterGUI .up.|> fourcats.port.CreateCustomTypeOutputPort
fourcats.interfaceadapters.DataPresenterGUI .up.|> fourcats.port.DeclineBalSuggestionOutputPort
fourcats.interfaceadapters.DataPresenterGUI .up.|> fourcats.port.GenerateBalOutputPort
fourcats.interfaceadapters.DataPresenterGUI .up.|> fourcats.port.GenerateBalSuggestionsOutputPort
fourcats.interfaceadapters.DataPresenterGUI .up.|> fourcats.port.LoadBdlOutputPort
fourcats.interfaceadapters.DataPresenterGUI .up.|> fourcats.port.ModifyBalSuggestionOutputPort
fourcats.interfaceadapters.DataPresenterGUI .up.|> fourcats.port.RemoveBdlOutputPort
fourcats.interfaceadapters.DataPresenterGUI .up.|> fourcats.port.ShowTypesOutputPort
fourcats.interfaceadapters.DataPresenterGUI -up-|> fourcats.datastructure.observer.Subject
fourcats.interfaceadapters.DataPresenterGUI o-- fourcats.suggestionbdlalgorithm.SuggestionFeedback : algorithm
fourcats.suggestionbdlalgorithm.SuggestionFrequency .up.|> fourcats.suggestionbdlalgorithm.SuggestionFeedback
fourcats.suggestionbdlalgorithm.SuggestionFrequency o-- fourcats.entities.Bdl : bdl
fourcats.usecaseinteractor.AddBalSuggestion .up.|> fourcats.port.AddBalSuggestionInputPort
fourcats.usecaseinteractor.AddBalSuggestion o-- fourcats.port.AddBalSuggestionOutputPort : out
fourcats.usecaseinteractor.AddBalSuggestion o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.CreateCustomType .up.|> fourcats.port.CreateCustomTypeInputPort
fourcats.usecaseinteractor.CreateCustomType o-- fourcats.port.CreateCustomTypeOutputPort : out
fourcats.usecaseinteractor.CreateCustomType o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.DeclineBalSuggestion .up.|> fourcats.port.DeclineBalSuggestionInputPort
fourcats.usecaseinteractor.DeclineBalSuggestion o-- fourcats.port.DeclineBalSuggestionOutputPort : out
fourcats.usecaseinteractor.DeclineBalSuggestion o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.GenerateBal .up.|> fourcats.port.GenerateBalInputPort
fourcats.usecaseinteractor.GenerateBal o-- fourcats.interfaceaccess.BalAnalyzer : balAnalyzer
fourcats.usecaseinteractor.GenerateBal o-- fourcats.port.GenerateBalOutputPort : out
fourcats.usecaseinteractor.GenerateBal o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.GenerateBalSuggestions .up.|> fourcats.port.GenerateBalSuggestionsInputPort
fourcats.usecaseinteractor.GenerateBalSuggestions o-- fourcats.port.GenerateBalSuggestionsOutputPort : out
fourcats.usecaseinteractor.GenerateBalSuggestions o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.GenerateBalSuggestions o-- fourcats.interfaceaccess.TextAnalyzer : textAnalyzer
fourcats.usecaseinteractor.LoadBdl .up.|> fourcats.port.LoadBdlInputPort
fourcats.usecaseinteractor.LoadBdl o-- fourcats.port.LoadBdlOutputPort : out
fourcats.usecaseinteractor.LoadBdl o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.ModifyBalSuggestion .up.|> fourcats.port.ModifyBalSuggestionInputPort
fourcats.usecaseinteractor.ModifyBalSuggestion o-- fourcats.port.ModifyBalSuggestionOutputPort : out
fourcats.usecaseinteractor.ModifyBalSuggestion o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.RemoveBdl .up.|> fourcats.port.RemoveBdlInputPort
fourcats.usecaseinteractor.RemoveBdl o-- fourcats.port.RemoveBdlOutputPort : out
fourcats.usecaseinteractor.RemoveBdl o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.ShowTypes .up.|> fourcats.port.ShowTypesInputPort
fourcats.usecaseinteractor.ShowTypes o-- fourcats.port.ShowTypesOutputPort : out
fourcats.usecaseinteractor.ShowTypes o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.view.Cli .up.|> fourcats.datastructure.observer.Observer
fourcats.view.Cli o-- fourcats.interfaceadapters.Controller : contr
fourcats.view.Cli o-- fourcats.interfaceadapters.DataPresenter : dataPresenter
fourcats.view.gui.CustomTypeCreation -up-|> java.awt.Component
fourcats.view.gui.GuiDesign .up.|> fourcats.datastructure.observer.Observer
fourcats.view.gui.GuiDesign -up-|> java.awt.Component
fourcats.view.gui.GuiDesign o-- fourcats.interfaceadapters.Controller : controller
fourcats.view.gui.GuiDesign o-- fourcats.interfaceadapters.DataPresenterGUI : dataPresenter
fourcats.view.gui.ScenarioWidget -up-|> javax.swing.JComponent
fourcats.view.gui.SuggestionGenerated .up.|> fourcats.datastructure.observer.Observer
fourcats.view.gui.SuggestionGenerated -up-|> java.awt.Component
fourcats.view.gui.SuggestionGenerated o-- fourcats.interfaceadapters.Controller : contr
fourcats.view.gui.SuggestionGenerated o-- fourcats.interfaceadapters.DataPresenterGUI : dataPresenter
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 |
d732c58b22715f85fa314271807c2ec6fff8d8d7 | 3069f97a4bf8d374ab21db27d3ca212fbe8742f2 | /documentation/SprintD/US_2013/US_2013_SD.puml | bcab694af790ff994e0b305da6ed09e599ec3809 | [
"MIT"
] | permissive | guilhermeDaniel10/LAPR4_ISEP | dbd4d74dce74b4abc028264404a234b0c7fcb801 | 065d4e384f480b44db04d82e9301bce3109defa7 | refs/heads/master | 2023-08-16T22:30:02.149536 | 2021-10-06T22:38:25 | 2021-10-06T22:38:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,121 | puml | @startuml
actor "Gestor de Serviços de Help Desk" as GSH
participant ListarCumprimentoSlaUI as UI <<presentation>>
control ListarCumprimentoSlaController as Controller <<application>>
participant ListarPedidosController as listService
database PedidoRepository as PedidoRepository <<repository>>
database ServicoRepository as ServicoRepository <<repository>>
GSH -> UI: Listagem sobre o (in)cumprimento de SLA
activate UI
UI -> Controller: create()
activate Controller
Controller -> listService: create()
activate listService
listService -> PedidoRepository: create()
activate PedidoRepository
deactivate PedidoRepository
deactivate listService
deactivate Controller
UI -> GSH: Intervalo de datas
deactivate UI
loop até ao GSH inserir que não pretende continuar
GSH -> UI: Introduz as datas
activate UI
UI -> Controller: listarInfomacaoCumprimentoSLA(Date limiteInferior, Date limiteSuperior,\n Map<String,List<Pedido>> infoPedidos, Map<String,List<Servico>> infoServicos
activate Controller
Controller -> listService: listarInfomacaoCumprimentoSLA(Date limiteInferior, Date limiteSuperior)
activate listService
listService -> PedidoRepository: pedidosConcluidosForaPrazo
activate PedidoRepository
listService -> PedidoRepository: pedidosConcluidosDentroPrazo
listService -> PedidoRepository: pedidosPorConcluirDentroDoPrazo
listService -> PedidoRepository: tarefasPorConcluirForaPrazo
listService -> PedidoRepository: pedidosPorAprovarDentroPrazo
listService -> PedidoRepository: pedidosPorAprovarForaPrazo
deactivate PedidoRepository
deactivate listService
Controller -> listService: listarInformacaoCumprimentosMediasSLA()
activate listService
listService ->ServicoRepository : findAll()
activate ServicoRepository
listService -> PedidoRepository: tempoMedioAprovacaoServico
deactivate ServicoRepository
activate PedidoRepository
listService -> PedidoRepository: tempoMedioResolucaoServico
deactivate PedidoRepository
deactivate listService
deactivate Controller
UI -> GSH: Listagem sobre cumprimento SLA
UI -> GSH: Continuar ?
deactivate UI
end loop
GSH-> UI: Terminar
activate UI
deactivate UI
@enduml
| false | true | true | false | usecase |
7d2c731201076e8b158b25b5ff34ca5bed17b286 | 34bc006a4b1e3cd60c67300cbab59fbd484d7166 | /docs/Server_Use_cases.puml | 38ca960c1ecfe0f57177586345b2209190ceceae | [] | no_license | jenirainerpdx/test | 70a969be72c128c52d0b95b6dc3088606f5ad627 | 65eb0b10669ce9351ad73940f9207ec61f8c9fea | refs/heads/master | 2021-06-15T05:57:22.623660 | 2019-08-29T02:32:44 | 2019-08-29T02:32:44 | 153,035,056 | 0 | 0 | null | 2021-03-31T20:58:58 | 2018-10-15T01:14:35 | Java | UTF-8 | PlantUML | false | false | 272 | puml | @startuml
Client --> (Connect)
Client ---> (Send data - 9 digit number)
Client ----> (Send kill switch)
Admin --> (Review deduped Log)
(Connect) <|-- (Request Connection)
(Connect) <|-- (Open port 4000)
note "This note is connected\nto several objects." as N2
@enduml | false | true | false | false | class |
e3327c1c8b1ba593cf6a7a33e32b572c9b822434 | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/Solution/Environment-Manager/Deployment.puml | e32e224b0de5dfa66338bad68c11f1114ebbb548 | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 306 | puml | @startuml
package "Environment Manager" #lightblue {
folder bin #ffffff {
file environment
}
folder Services #ffffff {
file "env-manager"
}
node micro
node sailsjs
database DB1
sailsjs -- DB1
bin .. sailsjs
Services .. micro
micro -- DB1
sailsjs -> micro
}
@enduml
| false | true | false | false | sequence |
ac7fc0628f85c34265929ec1b2a36ab5f9497f5e | a4728d7562ab47f6d5aca796a7a668850fb2c208 | /docs/diagrams/Workload_deployment.puml | 121512ac83ed3fe6aa1b60757743ab1a1c202491 | [
"Apache-2.0"
] | permissive | jakub-dzon/k4e-agent | 746d02d5d26315273e53a4232ff406d96eb5f760 | cfd15e9849ce7c009c9fc48b3751599683af869b | refs/heads/main | 2023-06-05T02:01:25.910408 | 2021-07-05T12:50:43 | 2021-07-05T12:50:43 | 372,785,965 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 506 | puml | @startuml
'https://plantuml.com/sequence-diagram
title Workload deployment
autonumber
actor User
User -> "EdgeDeployment CR": Create
Operator -> "EdgeDeployment CR": Process
Operator -> "EdgeDevice CR": add workload reference to status
Operator -> Agent: Send pod yaml
Operator -> "EdgeDeployment CR": Set status to deploying
Agent -> Podman: run pod
Agent -> firewalld: open ports
loop
Agent -> Operator: Heartbeat with workload information
Operator -> "EdgeDeployment CR": Update status
end
@enduml | false | true | false | false | sequence |
99abc129357aacf944eb57edc85c023064f7d255 | 9964bd51a40a6cb8829db1ac7d326715313ee290 | /projects/serial_freertos/doc/secuencia.puml | a91977366524aee215eb3f1b885f53263353fd47 | [
"BSD-3-Clause"
] | permissive | sebamat/plantilla | a7a4ff91f61a55856445cd3f8a8b1dd4ad259d42 | 210ef2b6b83522dc5be6e81c97a65068ce7ac786 | refs/heads/master | 2020-05-21T18:16:29.568124 | 2019-05-30T23:23:54 | 2019-05-30T23:23:54 | 186,129,992 | 0 | 1 | BSD-3-Clause | 2019-05-11T12:26:33 | 2019-05-11T12:26:32 | null | UTF-8 | PlantUML | false | false | 1,143 | puml | @startuml
participant "Tarea Enviar()" as tarea
participant "EnviarTexto()" as enviar
participant "EnviarCaracter()" as caracter
participant "UART2_IRQHandler" as servicio
participant "UART" as uart
[-> tarea: TaskResume(Enviar)
activate tarea
tarea -> enviar: 'Hola'
activate enviar
enviar --> uart: 'H'
activate uart
enviar --> tarea: TRUE
deactivate enviar
[<- tarea: WaitBits(COMPLETO)
deactivate tarea
uart -> servicio: TxEmpty
deactivate uart
activate servicio
servicio -> caracter
activate caracter
caracter --> uart: 'o'
activate uart
caracter --> servicio: FALSE
deactivate caracter
deactivate servicio
uart -> servicio: TxEmpty
deactivate uart
activate servicio
servicio -> caracter
activate caracter
caracter --> uart: 'l'
activate uart
caracter --> servicio: FALSE
deactivate caracter
deactivate servicio
uart -> servicio: TxEmpty
deactivate uart
activate servicio
servicio -> caracter
activate caracter
caracter --> uart: 'a'
activate uart
caracter --> servicio: TRUE
deactivate caracter
servicio -> tarea: SetBits(COMPLETO);
deactivate servicio
deactivate uart
activate tarea
[<- tarea: TaskSuspend()
deactivate tarea
@enduml | false | true | false | false | sequence |
3794e1c0e86b8d82fba114965b806bcbc1f64750 | cbae2c225bd245204a40e41a25415c41604e6219 | /design_document/diagrams/sequence_diagram/sequence-diagram_newEvent3.plantuml | 1d276fe7e6d1d00336267fb24a3c6019b1d1c40a | [] | no_license | fcremo/AlfonsoCarsenzuolaCremonese-ingsw2 | c15da77f1c33c9cdd0dd1dbe0c79bfe7bfea3903 | 931288cf6f6e98e177432e5445c6361a0c3443c4 | refs/heads/master | 2021-03-30T17:25:41.027189 | 2017-11-26T20:43:18 | 2017-11-26T20:43:18 | 105,372,279 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,987 | plantuml | @startuml
actor User
participant WebServer
participant CalendarManagementService
participant DatabaseService
activate User #FFBBBB
User -> WebServer: NewEvent
activate WebServer #FFBBBB
WebServer -> WebServer: LoadNewEventForm
WebServer --> User: ShowNewEventForm
deactivate WebServer
User -> WebServer: InsertInformation
activate WebServer #FFBBBB
WebServer -> CalendarManagementService: EventData
deactivate WebServer
activate CalendarManagementService #FFBBBB
CalendarManagementService -> CalendarManagementService: VerifyData
deactivate CalendarManagementService
alt correct data
CalendarManagementService -> WebServer: CorrectData
activate WebServer #FFBBBB
WebServer --> User: DataConfirmation
deactivate WebServer
User -> WebServer: FlexibleEvent
activate WebServer #FFBBBB
WebServer --> User: ShowFlexibleEventForm
deactivate WebServer
User -> WebServer: InsertFlexibleEventInformation
activate WebServer #FFBBBB
WebServer -> CalendarManagementService: FlexibleEventData
deactivate WebServer
CalendarManagementService -> CalendarManagementService: VerifyData
alt correct data
CalendarManagementService -> WebServer: CorrectData
activate WebServer #FFBBBB
WebServer --> User: FlexibleEventInformationConfirmation
deactivate WebServer
else incorrect data
CalendarManagementService -> WebServer: IncorrectData
activate WebServer #FFBBBB
WebServer --> User: Error
deactivate WebServer
end
User -> WebServer: NewEventConfirm
activate WebServer #FFBBBB
WebServer -> CalendarManagementService: NewEvent
activate DatabaseService #FFBBBB
CalendarManagementService -> DatabaseService: NewEvent
deactivate DatabaseService
CalendarManagementService --> WebServer: EventCreated
WebServer --> User: ShowCreatedEvent
deactivate WebServer
else incorrect data
CalendarManagementService -> WebServer: IncorrectData
activate WebServer #FFBBBB
WebServer --> User: Error
deactivate WebServer
end
@enduml
| false | true | false | false | sequence |
32a84da53c734fa7bebd7db4a5dd1cdcac7ac906 | ade6828159cfad850e92d0399c3e78fdfac0ba35 | /workspaces/homepage/src/pages/developer-documentation/images/telepath-usage.puml | 588f3305e5a3104e6d6fbc99cc1017b545ec0438 | [
"MIT"
] | permissive | philips-software/cogito | c983f219b0cb0374552e313bf0ac66f8005ddc7d | e84ddb4fb1e9ae95652595f3111c43eebb6e4982 | refs/heads/master | 2023-08-31T16:18:56.808691 | 2020-08-25T15:31:54 | 2020-08-26T07:44:55 | 136,214,087 | 17 | 7 | MIT | 2023-08-23T21:36:31 | 2018-06-05T17:47:45 | Swift | UTF-8 | PlantUML | false | false | 1,592 | puml | @startuml
package "Cogito Attestations" {
[AttestationsRetriever]
}
package "Cogito Encryption" {
[CogitoEncryption]
[CogitoKeyProvider]
}
package "Cogito Web3 Provider" {
[CogitoProvider] ..> TelepathJS
}
note left of [CogitoProvider]
Telepath is injected and
used through its APIs
end note
package "TelepathJS" {
() REST as TelepathREST
() "Socket.IO" as TelepathSocketIO
[Telepath] -u- TelepathREST
[Telepath] -u- TelepathSocketIO
}
package "Cogito Ethereum" {
[CogitoEthereum] -r-> CogitoProvider
[CogitoEthereum] --> TelepathREST
[CogitoEthereum] --> TelepathSocketIO
}
package "Cogito Ethereum React" {
[CogitoEthereumReact] --> CogitoEthereum
}
package "Cogito Identity" {
[CogitoIdentity]
}
package "Cogito React UI" {
[CogitoConnector]
[CogitoQRCode]
[CogitoConnector] -> CogitoQRCode
}
package "Demo App Contracts" {
[SimpleStorage]
}
package "Demo App" {
[Main] --> CogitoEthereumReact
CogitoEthereumReact ..> Main: Telepath channel
[Main] -r-> SimpleStorage
folder "Identity" {
[CogitoConnectorButton] --> CogitoConnector
[IdentityControls] -> CogitoConnectorButton
[CogitoAddress] -u-> CogitoIdentity
[CogitoAddress] -> IdentityControls
[CogitoId] -> CogitoAddress
[Main] -u-> CogitoId
}
folder "Attestations" {
[Attestations] --> AttestationsRetriever
[CogitoAttestations] --> CogitoQRCode
Attestations -> [CogitoAttestations]
[Main] -> Attestations
}
Main -> [EncryptionState]
[EncryptionState] -d-> CogitoEncryption
[EncryptionState] -d-> CogitoKeyProvider
}
@enduml
| false | true | false | false | class |
fa0e966b6efaeff9095995c92528d63b6cd0a48b | 1782d4864105588a2af3c07ead583f7dd9dedb02 | /src/test.nz.ac.vuw.ecs.swen225.gp20/persistence/persistence.plantuml | e8cb2b272dab78225a770b39036eb447c929af26 | [] | no_license | hawadlu/Chaps-Challenge | 7c5cba0fca4dc2c6753f0064103b2e9927b26f57 | 3ff3e468a4650fe923fe37ff25c94f1b12fb203a | refs/heads/master | 2023-05-07T20:58:49.332845 | 2020-10-22T21:19:43 | 2020-10-22T21:19:43 | 370,510,864 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,745 | plantuml | @startuml
title __PERSISTENCE's Class Diagram__\n
namespace test.nz.ac.vuw.ecs.swen225.gp20.persistence {
class test.nz.ac.vuw.ecs.swen225.gp20.persistence.PersistenceTest {
- fileName : String
{static} + saveFile()
+ test_Load_01_Wall()
+ test_Load_02_FreeTile()
+ test_Load_03_FreeTile()
+ test_Load_04_FreeTile()
+ test_Load_05_FreeTile()
+ test_Load_06_FreeTile()
+ test_Load_07_LockedDoor()
+ test_Load_08_ExitLock()
+ test_Load_09_Exit()
+ test_Load_10_Water()
+ test_Load_11_Ice()
+ test_Load_12_InfoTile()
+ test_Load_13_Conveyor()
+ test_Load_14_Vent()
+ test_Load_15_Player()
+ test_Load_16_Player()
+ test_Load_17_Enemy()
+ test_Load_18_Enemy()
+ test_Load_19_Enemy()
+ test_Load_20_Floor()
+ test_Save_01_Wall()
+ test_Save_02_FreeTile()
+ test_Save_03_FreeTile()
+ test_Save_04_FreeTile()
+ test_Save_05_FreeTile()
+ test_Save_06_FreeTile()
+ test_Save_07_LockedDoor()
+ test_Save_08_ExitLock()
+ test_Save_09_Exit()
+ test_Save_10_Water()
+ test_Save_11_Ice()
+ test_Save_12_InfoTile()
+ test_Save_13_Conveyor()
+ test_Save_14_Vent()
+ test_Save_15_Player()
+ test_Save_16_Player()
+ test_Save_17_Enemy()
+ test_Save_18_Enemy()
+ test_Save_19_Enemy()
+ test_Save_20_Floor()
}
}
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 |
04e802d3d7e54274134f22b0b1861090b131c0a6 | 6bdb6f1e0e094792856dfc063fa7772df9c19bd6 | /PlantUML/Persistence/Persistece_Run_Sequences.puml | 8ec3285821117730c3b91743d05c0585a4c29bb7 | [
"MIT"
] | permissive | mixapiy/import-frame | 965e1fef4bfca71075c1c650ff364b989187a67f | f51bcacafd0fb09fcff2bc75a87230c61a595e88 | refs/heads/master | 2020-03-27T17:56:24.890655 | 2018-08-31T19:49:01 | 2018-08-31T19:49:01 | 146,886,513 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,280 | puml | @startuml
title The logic of the __run()__ method
skinparam guillemet false
participant Persistence << (I,#8b00ff) IPersistence >>
activate Persistence
[-> Persistence : Run($context)
Persistence -> Persistence : setContext($context)
note right
$this->data = $context
end note
Persistence -> Persistence : beforRun()
activate Persistence #green
note left
logic before execute
end note
deactivate Persistence
Persistence -> Persistence : doRun()
activate Persistence #green
note left
logic execute, must be set result
in $this->runResult
end note
deactivate Persistence
Persistence -> Persistence : afterRun()
activate Persistence #green
note left
logic after execute
end note
deactivate Persistence
Persistence -> Persistence : getResult()
activate Persistence #green
note right
return run result
$this->runResult
end note
deactivate Persistence
[<- Persistence : return runResult
deactivate Persistence
@enduml | false | true | false | false | sequence |
87310a0ef70ec7da4ab17e5fd99f2aca32684ebf | 092d40f0ce3ff9a3887d94d8c33780ca15fc6f42 | /doc/diagrams/class_diagrams/class_diagram_models.puml | 0297b16480c2adbd287b03fbad2e5c36c90b49dd | [] | no_license | yanzj/KAPPA | 4f15412ef0a39a3bf5091852e26150a5f30ced11 | cf7664d90c47bf0eb12fae2c344a006c946b4551 | refs/heads/master | 2020-09-04T20:44:33.909560 | 2019-05-23T17:18:50 | 2019-05-23T17:18:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,776 | puml | @startuml class_diagram_models
package models
{
class Model
{
}
class ImageModel
{
-id : Integer
-comment : String
-lastUpdate : String
-path : String
-length : Integer
-width : Integer
-size : Integer
-FaceVectors : List<FaceVectorModel>
-ObjectVectors : List<ObjectVectorModel>
+getId() : Integer
+setId(id : Integer)
+getComment() : String
+setComment(comment : String)
+getLastUpdate() : String
+setLastUpdate(lastUpdate : String)
+getPath() : String
+setPath(path : String)
+getLength() : Integer
+setLength(length : Integer)
+getWidth() : Integer
+setWidth(width : Integer)
+getSize() : Integer
+setSize(size : Integer)
+getFaceVectors() : List<FaceVectorModel>
+setFaceVectors(vectors : List<FaceVectorModel>)
+getObjectVectors() : List<ObjectVectorModel>
+setObjectectors(vectors : List<ObjectVectorModel>)
}
class VectorModel
{
-id : Integer
-value : String
-tagName : String
-parent : VectorModel
+getId() : Integer
+setId(id : Integer)
+getValue() : String
+setValue(value : String)
+getTagName() : String
+setTagName(tagName : String)
+getParent() : VectorModel
+setParent(parent : VectorModel)
}
class ObjectVectorModel
{
}
class FaceVectorModel
{
-isKnown : Boolean
+getIsKnown() : Boolean
+setIsKnown(isKnown : Boolean)
}
Model <|-- ImageModel
Model <|-- VectorModel
VectorModel <|-- FaceVectorModel
VectorModel <|-- ObjectVectorModel
}
@enduml
| false | true | false | false | class |
754ffb6c7edc22faeacad6bf199c1b085c78de8f | f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6 | /_src/pcd01.plantuml | fd21de94804a9ed4cbd3ed43a796ba111a4e0494 | [
"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 | 241 | plantuml | @startuml
hide footbox
participant "Device Observation\nReporter" as DOR
participant "Device Observation\nConsumer" as DOC
DOR -> DOC : Communicate PCD Data ORU^R01
activate DOC
DOC --> DOR : Acknowledge HL7 ORU^ACK
deactivate DOC
@enduml | false | true | false | false | sequence |
0ee69f6af1626fb222a47cb66c3aa26f4c4b8bdd | 3e8de74dfe19cd437fd7842887394d4921a109d7 | /docs/images/specialsubject.plantuml | 946358fdfdd723905326bf4812195ab6b7c890ef | [] | 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 | 746 | plantuml | @startuml
package java.util {
interface Observer
class Observable
}
class ParentClass
class SpecialSubject extends ParentClass {
private String name;
private float price;
public SpecialSubject(String name, float price);
public String getName();
public float getPrice();
public Observable getObservable();
public void setName(String name);
public void setPrice(float price);
}
class DelegatedObservable extends Observable {
public void clearChanged();
public void setChanged();
}
DelegatedObservable "1" <- SpecialSubject
class PriceObserver implements Observer
class NameObserver implements Observer
PriceObserver : void update(Observable o, Object arg);
NameObserver : void update(Observable o, Object arg);
@enduml
| false | true | false | false | class |
8b36eb81e122224084a6ba00e95e7d8e6de3e14b | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/DiscountCodeSetValidFromAndUntilAction.puml | 69f40d61beee5cbba2ed4cd3b2550f0bb81c760c | [] | 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 | 515 | 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 DiscountCodeSetValidFromAndUntilAction [[DiscountCodeSetValidFromAndUntilAction.svg]] extends DiscountCodeUpdateAction {
action: String
validFrom: DateTime
validUntil: DateTime
}
interface DiscountCodeUpdateAction [[DiscountCodeUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
2ee33dbdfbbb125eec35a07adea08e1a9152634a | 83df72f57154553960b025f00f6dce31d4ae778a | /app/src/main/java/com/example/cardihealt/Formularios/Formularios.plantuml | 26379f4c6d06c1f77383d81eacf5b2083d17e855 | [] | no_license | alejandrogualdron/CardiHealt | 464a4c79e5310a341c31567cae14cbb6ac88ac81 | 9fe93d3091ae81936c996a9975cac7e15940532b | refs/heads/master | 2023-08-30T15:18:22.356698 | 2021-09-30T00:14:05 | 2021-09-30T00:14:05 | 341,059,283 | 0 | 0 | null | null | null | null | ISO-8859-1 | PlantUML | false | false | 5,404 | plantuml | @startuml
title __FORMULARIOS's Class Diagram__\n
namespace com.example.cardihealt {
namespace Formularios {
class com.example.cardihealt.Formularios.FormularioInfoPersonal {
~ apellido : String
~ btnSiguiente : ImageButton
~ edad : String
~ etApellido : EditText
~ etFechaN : EditText
~ etNombre : EditText
~ fechaNacimiento : String
~ genero : String
~ genetica : String
~ hombre : RadioButton
~ mujer : RadioButton
~ noG : RadioButton
~ nombre : String
~ siG : RadioButton
- mAuth : FirebaseAuth
- mDatabase : DatabaseReference
+ calcEdad()
+ crearDB()
+ etFechaEdad()
+ genero()
+ genetica()
+ onClick()
# onCreate()
}
}
}
namespace com.example.cardihealt {
namespace Formularios {
class com.example.cardihealt.Formularios.FormularioInfoPersonal1 {
~ altura : String
~ añosF : EditText
~ añosFumador : String
~ btnSiguiente : ImageButton
~ cadera : String
~ cbCianosis : CheckBox
~ cbColesterol : CheckBox
~ cbDiabetes : CheckBox
~ cbHipertension : CheckBox
~ cianosis : String
~ cintura : String
~ colesterol : String
~ diabetes : String
~ etAltura : EditText
~ etCadera : EditText
~ etCintura : EditText
~ etPeso : EditText
~ fuma : String
~ hipertension : String
~ no : RadioButton
~ numeroC : EditText
~ numeroCigarrillos : String
~ peso : String
~ si : RadioButton
- mAuth : FirebaseAuth
- mDatabase : DatabaseReference
+ cianosis()
+ colesterol()
+ crearDB()
+ diabetes()
+ fumador()
+ hipertension()
+ onClick()
# onCreate()
}
}
}
namespace com.example.cardihealt {
namespace Formularios {
class com.example.cardihealt.Formularios.FormularioInfoPersonal2 {
~ actividadF : String
~ altura : double
~ alturaDb : String
~ apellido : String
~ añosFDb : String
~ añosFumador : int
~ btnSiguiente1 : ImageButton
~ cadera : double
~ caderaDb : String
~ caminarL : CheckBox
~ cianosisDb : String
~ cicla : CheckBox
~ cintura : double
~ cinturaDb : String
~ cocinar : CheckBox
~ colesterolDb : String
~ conducir : CheckBox
~ diabetesDb : String
~ disnea : String
~ disnea0 : RadioButton
~ disnea1 : RadioButton
~ disnea2 : RadioButton
~ disnea3 : RadioButton
~ dormir : CheckBox
~ edadDb : String
~ energiaC : double
~ fumaDb : String
~ generoDb : String
~ geneticaDb : String
~ hipertensionDb : String
~ imc : double
~ imcS : String
~ indiceTabaquico : int
~ leer : CheckBox
~ nombre : String
~ numeroCDb : String
~ numeroCigarrillos : int
~ perAbd : double
~ peso : double
~ pesoDb : String
~ planchar : CheckBox
~ rEdad : String
~ regCheckbx : CheckBox
~ riesgoEpoc : int
~ riesgoLetras : String
~ riesgoPerAb : String
~ riesgoPor : String
~ riesgoProm : int
~ riesgoT : int
~ saltarC : CheckBox
~ trabajoE : CheckBox
~ trotar : CheckBox
~ verTv : CheckBox
- mAuth : FirebaseAuth
- mDatabase : DatabaseReference
+ actividadFis()
+ crearDB()
+ crearDBInforme()
+ disnea()
+ ejerciciosPlanPersonaliado()
+ indiceMasaCorporal()
+ informeDatabase()
+ onClick()
+ planEntrenamientoAlto()
+ planEntrenamientoBajo()
+ planEntrenamientoMedio()
+ planEntrenamientoMuyAlto()
+ revisarSintomas()
+ riesgoAbdominal()
+ riesgoActividadFisica()
+ riesgoAntecedentes()
+ riesgoGenetico()
+ riesgoPorEdad()
+ riesgoPorTabaco()
+ riesgoPromedio()
# onCreate()
}
}
}
com.example.cardihealt.Formularios.FormularioInfoPersonal .up.|> android.view.View.OnClickListener
com.example.cardihealt.Formularios.FormularioInfoPersonal -up-|> androidx.appcompat.app.AppCompatActivity
com.example.cardihealt.Formularios.FormularioInfoPersonal1 .up.|> android.view.View.OnClickListener
com.example.cardihealt.Formularios.FormularioInfoPersonal1 -up-|> androidx.appcompat.app.AppCompatActivity
com.example.cardihealt.Formularios.FormularioInfoPersonal2 .up.|> android.view.View.OnClickListener
com.example.cardihealt.Formularios.FormularioInfoPersonal2 -up-|> androidx.appcompat.app.AppCompatActivity
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | true | false | class |
87442cc83b893ed2a92ecf51eee06eb30a897d21 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitAssociatesSetMessagePayload.puml | 67674bcccca2402877bd2ca20e35d77bb57b1709 | [] | 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 | 484 | 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 BusinessUnitAssociatesSetMessagePayload [[BusinessUnitAssociatesSetMessagePayload.svg]] extends MessagePayload {
type: String
associates: [[Associate.svg List<Associate>]]
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
5625c0251e2b8fbf6a368476ec41859d0fbb53d3 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1130523/sprint3/crm_contacts_with_tags_design_sd_3.puml | 800bbccf9745ee4942de2df14d0f4de639990946 | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,275 | puml | @startuml doc-files/crm_contacts_with_tags_design_sd_3.png
User -> TagUI : select button of contact to delete tag
TagUI -> TagController: getSelectedContact(contact)
TagController -> Persistence : repositoryFactory = repositories()
Persistence -> AppSettings : instance()
Persistence -> AppSettings : getRepositoryFactory()
create "<interface>\nRepositoryFactory"
AppSettings -> "<interface>\nRepositoryFactory" : create()
AppSettings --> Persistence : RepositoryFactory
Persistence --> TagController : RepositoryFactory
TagController -> "<interface>\nRepositoryFactory" : contactsRepository()
"<interface>\nRepositoryFactory" -> "<interface>\nContactRepository": getSelectedContact(contact)
TagController <-- "<interface>\nContactRepository": contact
TagUI <-- TagController: contact
User -> TagUI : select tag to eliminate
TagUI -> TagController: removeTag(Contact theContact, String Tag)
TagController-> "<interface>\nContact" : deleteTag(String tagName)
TagController -> "<interface>\nContactRepository": contacts()
"<interface>\nContactRepository"-> "<interface>\nContactRepository": save(contact)
TagController <-- "<interface>\nContactRepository": Contact with tag eliminated
TagUI <-- TagController: Contact with tag
User <-- TagUI: Success of operation
@enduml
| false | true | false | false | sequence |
13b94a531741c50cda9ab237803a1f3dfaaea945 | 5a23b388b499ea0adcf1db3d6d115c5888000de7 | /diagrams/Sekvensdiagram.puml | f09275ac761b5aa2c1468e9ec3f85dc912078b25 | [] | no_license | Nicolaad/IT1901 | 0b8cf5426fb2761ffa734e6ad8438898fbf202c8 | 95e7541da308f22f0a691a8fadb36727b8229897 | refs/heads/master | 2022-12-08T23:02:31.482689 | 2019-11-11T22:54:56 | 2019-11-11T22:54:56 | 293,622,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,161 | puml | @startuml
actor User
User -> FxAppUsingRestController: Trykker på "Legg til utgift" \nknappen
FxAppUsingRestController -> FxLeggTilUtgiftController: leggTilUtgift
User -> FxLeggTilUtgiftController: Trykker på \n"Bekreft Utgift" knappen
FxLeggTilUtgiftController -> FxAppUsingRestController: ferdigUtgift
FxLeggTilUtgiftController -> RestUtgiftListDataAccess: addUtgift
RestUtgiftListDataAccess -> UtgiftObjectMapperProvider: writeValueAsString
UtgiftObjectMapperProvider --> RestUtgiftListDataAccess: a JSON string
RestUtgiftListDataAccess -> UtgiftListService: HTTP POST "/" \n -> addUtgift
UtgiftListService --> RestUtgiftListDataAccess: en int
FxAppUsingRestController -> FxAppUsingRestController: init2: liknende operasjoner av det \n under skjer også for å \n oppdatere Piechart
FxAppUsingRestController -> RestUtgiftListDataAccess: getUtgifter
RestUtgiftListDataAccess -> UtgiftObjectMapperProvider: readValue
UtgiftObjectMapperProvider --> RestUtgiftListDataAccess: UtgiftList
RestUtgiftListDataAccess --> FxAppUsingRestController: ObservalbleList<Utgift>
FxAppUsingRestController --> User: Ny utgift vises i lista \nog ligger i PieChart
@enduml | false | true | true | false | sequence |
3dba9c97e8681f49a556273fc8c08c07abda684d | 0ec9b09bca5e448ded9866a5fe30c7a63b82b8b3 | /domainModel/basic/docs/diagrams/src/paquetes.plantuml | 0f50d02c8e4484799bd4516a8edd4f42587b89dc | [] | no_license | pixelia-es/USantaTecla-project-mastermind-java.swing.socket.sql | 04de19c29176c4b830dbae751dc4746d2de86f2e | 2b5f9bf273c67eedff96189b6b3c5680c8b10958 | refs/heads/master | 2023-06-10T13:09:55.875570 | 2021-06-29T15:16:23 | 2021-06-29T15:16:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,348 | plantuml | @startuml mastermind
package usantatecla.mastermind {
class Mastermind {
+ play()
- playGame()
- isResumedGame(): boolean
+ {static} main(String[])
}
class Board {
- MAX_ATTEMPS: {static} int
- attempts: int
~ Board()
+ writeln()
+ add(ProposedCombination)
+ isFinished(): boolean
+ isWinner(): boolean
- isLooser(): boolean
}
abstract class Combination {
# colors: List<Color>
# Combination ()
}
class SecretCombination {
~ SecretCombination()
~ getResult(ProposedCombination): Result
~ writeln()
}
class ProposedCombination {
~write()
~read()
- checkError(String): Error
~ contains(Color, int): boolean
~ contains(Color): boolean
}
class Result{
+ WIDTH: {static} int
- blacks: int
- whites: int
~ Result(int, int)
~ isWinner(): boolean
~ writeln()
}
enum Color {
+ RED
+ BLUE
+ YELLOW
+ GREEN
+ ORANGE
+ PURPLE
+ NULL_COLOR
- initial: String
- RESET_COLOR: {static} String
- Color()
- Color(char)
~ {static} getInitials(): String
~ {static} getInstance(char): Color
~ {static} length(): int
~ {static} get(int): Color
~ write()
~ isNull(): boolean
}
enum Error {
+ DUPLICATED
+ WRONG_CHARACTERS
+ WRONG_LENGTH
+ NULL_ERROR
- message: String
- Error()
- Error(String)
~ writeln()
+ isNull(): boolean
}
enum Message {
+ ATTEMPTS
+ SECRET_COMBINATION
+ RESUME
+ RESULT
+ PROPOSED_COMBINATION
+ TITLE
+ WINNER
+ LOOSER
- message: String
- Message(String)
~ write()
~ writeln()
~ writeln(int)
~ writeln(int, int)
}
Mastermind *-down-> Board
Mastermind .down.> ProposedCombination
Board *-down-> SecretCombination
Board o-down-> "0..10" ProposedCombination
Board o-down-> "0..10" Result
Combination *-down-> "4" Color
Combination <|-down- SecretCombination
Combination <|-down- ProposedCombination
ProposedCombination .down.> Error
Mastermind .down.> Message
Board .down.> Message
ProposedCombination .down.> Message
Result .down.> Message
}
class Console as "usantatecla.utils.views.Console" {
}
class YesNoDialog as "usantatecla.utils.views.YesNoDialog" {
}
enum ColorCode as "usantatecla.utils.views.ColorCode" {
}
Board .down.> Console
Color .down.> Console
Color .down.> ColorCode
Error .down.> Console
Message .down.> Console
ProposedCombination .down.> Console
SecretCombination .down.> Console
Mastermind .down.> YesNoDialog
@enduml
@startuml usantatecla.utils
class BufferedReader as "java.io.BufferedReader"{}
enum usantatecla.utils.views.ColorCode{
+ RED
+ BLUE
+ YELLOW
+ GREEN
+ ORANGE
+ PURPLE
+ RESET_COLOR
- color: String
~ ColorCode(String)
+ getColor(): String
+ {static} getColorByIndex(int): String
}
class usantatecla.utils.views.Console{
- {static} console: Console
+ {static} getInstance(): Console
+ readString(String): String
+ readString(): String
+ readInt(String): int
+ readChar(String): char
+ writeln()
+ write(String)
+ writeln(String)
+ write(char)
- writeError(String)
}
usantatecla.utils.views.Console *-down-> BufferedReader
class usantatecla.utils.views.YesNoDialog{
- {static} AFIRMATIVE: char
- {static} NEGATIVE: char
- {static} QUESTION: String
- {static} MESSAGE: String
+ YesNoDialog()
+ read(String): boolean
- {static} isAfirmative(char): boolean
- {static} isNegative(char): boolean
}
usantatecla.utils.views.YesNoDialog ..> usantatecla.utils.views.Console
@enduml
| false | true | false | false | class |
7bf2c8ef6e4f2009394b29d81f99713153571006 | afaba8b7f5d826664155b257db77cf4dbf4b8816 | /oop-pattern/ch03/resources/그림3.8.puml | 773f6ce80fae05e495399c224eee74153bf597b2 | [
"MIT"
] | permissive | appkr/pattern | b40b621e52c9b27be01f2a21f2f605a459ac998f | 1e635f7b79cc4b89d2e75455cb14e1572619eb20 | refs/heads/master | 2022-11-02T01:56:18.654766 | 2022-10-12T08:45:58 | 2022-10-12T08:47:36 | 71,896,898 | 11 | 2 | MIT | 2018-11-10T15:05:11 | 2016-10-25T12:55:03 | PHP | UTF-8 | PlantUML | false | false | 469 | puml | @startuml
'skinparam linetype polyline
'skinparam linetype ortho
class FlowController {}
class ByteSourceFactory {}
interface ByteSource {
+ read(): byte[]
}
class FileDataReader implements ByteSource {}
class SocketDateReader implements ByteSource {}
FlowController -> ByteSource
FlowController --> ByteSourceFactory
ByteSourceFactory -up-> ByteSource
ByteSourceFactory .> FileDataReader: <<create>>
ByteSourceFactory .> SocketDateReader: <<create>>
@enduml
| false | true | false | false | class |
68b7a71d052b00923090512205c2e4ee37620caa | 40d8647ba099d849a0bf1be549d135ab5c7bef7c | /doc/enums.puml | 1d22a5c7b5418bd364776755a1d9e4828fd0407d | [] | no_license | JensenQi/had | 56f63ac6350a0a38572b0c09f4276e11c7514ab9 | 0fe22055d60154bc1fa3cc9c961c0465b883c386 | refs/heads/master | 2022-09-29T11:46:52.661333 | 2019-09-12T14:13:44 | 2019-09-12T14:13:44 | 201,086,773 | 0 | 0 | null | 2022-09-17T00:01:00 | 2019-08-07T16:24:57 | Kotlin | UTF-8 | PlantUML | false | false | 1,885 | puml | @startuml
package "enums"{
enum WhichRow{
INPUT_OUTER
INPUT_INNER
OUTPUT
GROUPBY
}
enum SQLOps {
EQ
BW_EQ
NE
LT
GT
LE
GE
AND
OR
NOT
MINUS
PLUS
MULTIPLY
DIVIDE
MODULO
UMINUS
IS_NULL
IS_NOT_NULL
EXISTS
CAST
ARRAY_AT
UNNEST
FUNCTION
IN
OVERLAPS
}
enum SQLQualifier {
ONE
ANY
ALL
}
enum SQLAgg {
AVG
MIN
MAX
SUM
COUNT
APPROX_COUNT_DISTINCT
SAMPLE
}
enum ExtractField {
YEAR
QUARTER
MONTH
DAY
HOUR
MINUTE
SECOND
MILLI_SECOND
MICRO_SECOND
NANO_SECOND
DOW
ISO_DOW
DOY
EPOCH
QUARTER_DAY
WEEK
}
enum DateAddField {
YEAR
QUARTER
MONTH
DAY
HOUR
MINUTE
SECOND
MILLENNIUM
CENTURY
DECADE
MILLI_SECOND
MICRO_SECOND
NANO_SECOND
WEEK
QUARTER_DAY
WEEKDAY
DAY_OF_YEAR
INVALID
}
enum DateTruncField {
YEAR
QUARTER
MONTH
DAY
HOUR
MINUTE
SECOND
MILLENNIUM
CENTURY
DECADE
MILLI_SECOND
MICRO_SECOND
NANO_SECOND
WEEK
QUARTER_DAY
INVALID
}
enum SqlWindowFunctionType {
ROW_NUMBER
RANK
DENSE_RANK
PERCENT_RANK
CUME_DIST
NTILE
LAG
LEAD
FIRST_VALUE
LAST_VALUE
AVG
MIN
MAX
SUM
COUNT
SUM_INTERNAL
}
}
@enduml | false | true | false | false | class |
5758dc3c12412e6f9a2188fdfec5fb8cd19a68e9 | e81ab05344cab4c17cf2183ee2804d64322b7458 | /diagrams/component/pki-architecture.puml | 6d639a42cfad5d3683bfe5adb4ab6eeecf1c6c46 | [] | no_license | buehler/mse-project-thesis-1 | 2b3b177b724f19ad6f969d541eb5dc405729df5d | 5a1230517aa1dafea47b661a9ffc851fab9ce2f0 | refs/heads/master | 2023-08-16T04:09:33.174155 | 2021-08-31T09:22:37 | 2021-08-31T09:22:37 | 342,259,878 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 430 | puml | @startuml
skinparam backgroundcolor transparent
component "Public Key Infrastructure (PKI)" as pki
component "Translator" as t_a
component "Translator" as t_b
component "Proxy" as p_a
component "Proxy" as p_b
pki <--> t_a : Key Material
pki <--> t_b : Key Material
t_a <--> p_a : Translation\nof Credentials
t_b <--> p_b : Translation\nof Credentials
t_a <.> t_b : Validation\nof Trust
p_a <-> p_b : Communication
@enduml
| false | true | false | false | sequence |
f5716f81695130d3e6329d5ded4354feee994cdd | ad398cd9d6a5b69b09b0b07f2299b1f62e364c5e | /docs/assets/lifecycle_en.puml | 1bbbe11f347d6ead503928d035f2eabcc1785d0d | [
"MIT"
] | permissive | KevinGarnett21/egg | 171f5504c232a5760b086284c47de1889e006e39 | c3c4e2e3e04a924595d6837ab15c7b292e3529f6 | refs/heads/master | 2020-04-02T05:55:15.285750 | 2018-10-22T02:49:34 | 2018-10-22T02:49:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,291 | puml | @startuml
start
: start master;
partition agent {
: fork agent worker;
: load plugin.js, config.js, extends;
: load agent.js;
note right
class mode
configWillLoad
configDidLoad
async didLoad
async willReady
async didReady
async serverDidReady
====
method mode
beforeStart(deprecate)
end note
fork
: configWillLoad;
note left
All the files are loaded,
The last chance to modify the config
end note
: configDidLoad;
note left
All the files are loaded,
To execute some sync logic
end note
: async didLoad;
note left
Files and configs are loaded
The same sync logic and execution sequence as in app.js,
To execute some async tasks
E.g: Pull configs in async to load client,
or check the state of client
end note
fork again
: beforeStart(deprecate);
note right
Tasks mounted on beforeStart
Running in parallel at this time
end note
endfork
: async willReady;
note left
All the plug-ins are loaded,
All the plug-ins are normal,
To execute some tasks before request enters,
E.g: Pull some configs for applications
end note
: async didReady;
note right
agent is ready,
and it can work normally
====
The time is the same as 'ready',
The original 'ready' doesn't support AsyncFunction
end note
: emit 'agent-start';
}
partition app {
: start app workers;
: load plugin.js, config.js, extends;
: load app.js;
note right
class mode
configWillLoad
configDidLoad
async didLoad
async willReady
async didReady
async serverDidReady
====
method mode
beforeStart(deprecate)
end note
fork
: configWillLoad;
note left
All the files are loaded,
The last chance to modify the config
end note
: configDidLoad;
note left
All the files are loaded,
The same sync logic and execution sequence as in app.js,
Some configs can be modified, the order of middlewares
end note
: load app/service;
: load app/middleware;
: load app/controller;
: load app/router.js;
: async DidLoad;
note left
Files and configs are loaded
To execute some async tasks
E.g: Pull configs in async to load client,
or check the state of client
end note
fork again
: beforeStart(deprecate);
note right
Tasks mounted on beforeStart
Running in parallel at this time
end note
end fork
: async WillReady;
note left
All the plug-ins are loaded,
All the plug-ins are normal,
To execute some tasks before request enters,
E.g: Pull some configs for applications
end note
: async DidReady;
note right
app is ready
HTTP server starts listening at the port
====
The time is the same as 'ready',
The original 'ready' doesn't support AsyncFunction
end note
: emit 'app-start';
}
: emit 'egg-ready';
: async serverDidReady;
note right
agent and all the apps are ready
requests are allowed
end note
: master receive SIGTERM;
fork
: agent beforeClose;
fork again
: app beforeClose;
note right
To execute in a reversed order against the inserting
DO NOT recommend in PROD env,
May not finish before the process ends
end note
endfork
stop
@enduml
| false | true | false | false | activity |
5a80a5076b8d584889e61e8fb09747bd42963faf | 7fe4e107ff6df1006f926385c77e3bcec7d1953f | /Resources/doc/paydirekt-authorize.puml | 2006e08e6e4ecac9d38c90111860278f7bdff906 | [
"MIT"
] | permissive | valiton/payum-payone | 43f20eeb0595dece5912fb4b93a7cd432907bef0 | 79162eb008674c47f3e7d723f7161759e59fe2dd | refs/heads/master | 2022-12-14T16:36:36.491221 | 2022-12-06T09:27:30 | 2022-12-06T09:27:30 | 81,426,097 | 10 | 9 | MIT | 2022-12-06T15:49:24 | 2017-02-09T08:14:26 | PHP | UTF-8 | PlantUML | false | false | 1,011 | puml | @startuml
title Authorize Paydirekt Payment
participant Client
participant Shop
participant PAYONE
participant Paydirekt
activate Client
Client -> Shop: POST prepare.php
activate Shop
Shop --> Client: 302 authorize.php
deactivate Shop
Client -> Shop: GET authorize.php
activate Shop
Shop -> PAYONE: POST request=preauthorization
activate PAYONE
PAYONE --> Shop: 200 status=REDIRECT redirecturl=https://...
deactivate PAYONE
Shop -> Shop: Set Payment Status to "pending"
Shop -> Client: 302 Redirect to Redirect URL
deactivate Shop
Client -> Paydirekt
activate Paydirekt
Paydirekt -> PAYONE
activate PAYONE
PAYONE -> Shop: POST notify.php txaction=appointed transaction_status=completed
activate Shop
Shop -> Shop: Set Payment Status to "authorized"
Shop --> PAYONE: 200 TSOK
deactivate Shop
PAYONE --> Paydirekt
deactivate PAYONE
Paydirekt --> Client: 302 done.php
deactivate Paydirekt
Client -> Shop: GET done.php
activate Shop
Shop --> Client: 200 Thanks
deactivate Shop
deactivate Client
@enduml
| false | true | false | false | sequence |
cc48a2bb51b9e79446a50f25922b03ec4b3234ab | 5d180276957df094f09ee511e05786316537f25d | /src/main/java/log/log.plantuml | bae84590f9eb60f88ca75ebcd0b3f0bc9f106b9b | [
"Apache-2.0"
] | permissive | SomberOfShadow/Local | f727189f1791de203f1efd5cd76b8f241857e473 | 474e71024f72af5adf65180e5468de19ad5fdfd8 | refs/heads/main | 2023-07-18T04:11:49.240683 | 2021-09-07T15:55:28 | 2021-09-07T15:55:28 | 389,494,221 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 557 | plantuml | @startuml
title __LOG's Class Diagram__\n
namespace log {
class log.CommonLog {
{static} - logger : Log
~ CommonLog()
}
}
namespace log {
class log.CommonLog2 {
{static} - logger : Log
~ CommonLog2()
}
}
namespace log {
class log.CommonLogTest {
{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 |
bd9a40114635f2a8412dcde70d36e35ac3314451 | 922d98ceb2339c0282040fccf9c4e2031e398789 | /diagramas/USCglobal.plantuml | d524b2f183547ee63d1e296d976281fb636dad1d | [] | no_license | vonbeitthia/FarmaciaUML | 30fb8825a643c759f0c2d8de23464bae89c23551 | 8b3ba6ca0b9da6fcbac7fecfbebc1134f1b5650b | refs/heads/main | 2023-01-27T11:31:15.031334 | 2020-12-06T00:27:34 | 2020-12-06T00:27:34 | 316,989,460 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 887 | plantuml | ```plantuml
@startuml uscase1
title
caso de uso general (UCgeneral)
**sistema de Farmacia**
end title
header
vision global de sistema
end header
!include https://raw.githubusercontent.com/vonbeitthia/FarmaciaUML/main/skin/blue.plantuml
actor A10UsuarioAnonimo
actor A12UsuarioRegistrado
rectangle "sistema" {
'CRUD
usecase USC12AgregarMedicamento
usecase USC10BuscarMedicamento
usecase USC14ModificarMedicamento
usecase USC16EliminarMedicamento
}
A10UsuarioAnonimo -- USC10BuscarMedicamento
A12UsuarioRegistrado -u- USC10BuscarMedicamento <<token>>
A12UsuarioRegistrado -u- USC12AgregarMedicamento <<token>>
A12UsuarioRegistrado -u- USC14ModificarMedicamento <<token>>
A12UsuarioRegistrado -u- USC16EliminarMedicamento <<token>>
note right of A12UsuarioRegistrado
el usuario registrado requiere
autenticacion en el sistema
end note
@enduml
``` | false | true | false | false | usecase |
db282def2a31637f94dbe6534e0d8024fec3d56a | a7c840a7202d4d52e063b6e3d46c7062d9ba6316 | /sequence-puptoo.puml | 7b203155f6ba073fa5492bb8a563211768b42934 | [] | no_license | jhjaggars/insights-storage-broker | f62dd83b713d2ab73e3e44207e076a4d9099e774 | 722b6caa6aa3f1fbaefac7abcc7b0e3bb5f2d697 | refs/heads/master | 2021-04-02T19:56:43.570298 | 2020-02-20T19:28:07 | 2020-02-20T19:28:07 | 248,314,611 | 0 | 0 | null | 2020-03-18T18:42:02 | 2020-03-18T18:42:01 | null | UTF-8 | PlantUML | false | false | 674 | puml | @startuml Insights Storage Broker
participant puptoo
entity platform_inventory_host_ingress
participant HBI
entity platform_inventory_host_egress
participant storage_broker
entity platform_upload_available
puptoo->platform_inventory_host_ingress: puptoo sends successful payload to HBI
platform_inventory_host_ingress->HBI
HBI->platform_inventory_host_egress: HBI advertises new payload to the host-egress topic
platform_inventory_host_egress->storage_broker: Storage Broker reads the egress topic
storage_broker->platform_upload_available: Storage Broker republishes the message to the available topic
Note right of storage_broker: This supports the legacy pipeline
@enduml | false | true | false | false | sequence |
ca6cfd894c09386356fcac8c3644ed7a781147b9 | b8175bf41417b99cc50cbfa347aefdfa4c068c58 | /plantuml/storage-gateway.puml | a15f4d99a84370e008c427c24be70fd766ae3cc1 | [] | no_license | garrettsutula/aws-solutions-architect-associate-notes | 399399330ae2adcbbd4bef58bc286f715c9297e0 | 6ed294bcd94b6b05902845865a3dcb006db31d58 | refs/heads/master | 2022-10-20T19:50:36.881179 | 2020-06-12T00:28:45 | 2020-06-12T00:28:45 | 270,098,539 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,514 | puml | @startuml File Gateway
left to right direction
node "Application Server" as app
boundary "Storage Gateway" as gateway
node {
rectangle "Direct Connect" as dc
rectangle "Internet" as internet
rectangle "Amazon VPC" as vpc
}
cloud AWS {
frame "S3" {
file "S3" as s3
file "S3-IA" as s3ia
file "Glacier" as glacier
}
s3 -- s3ia
s3ia -- glacier
}
app -- gateway: NFS
gateway -- dc
gateway -- internet
gateway -- vpc
dc -- s3
internet -- s3
vpc -- s3
@enduml
@startuml Volume Gateway - Stored Volumes
left to right direction
actor "Users" as users
node "Client" as client
node "Application Server" as app
node "Host" as host {
node "Hypervisor" {
storage "Volume Storage" as volume
storage "Upload Buffer" as buffer
}
}
storage "**Storage Appliance**\nStorage Area Network\nDirect Attached Storage\nNetwork Attached Storage" as storage
cloud "AWS" {
frame "S3" {
file "Snapshot" as snapshot
}
}
users <-> client
client <--> app
app <--> host: ICSI
host <--> storage
volume <--> buffer
buffer <--> snapshot
@enduml
@startuml Volume Gateway - Cache Volumes
left to right direction
actor "Users" as users
node "Client" as client
node "Application Server" as app
node "Host" as host {
node "Hypervisor" {
storage "Volume Storage" as volume
storage "Upload Buffer" as buffer
}
}
storage "**Storage Appliance**\nStorage Area Network\nDirect Attached Storage\nNetwork Attached Storage" as storage
cloud "AWS" {
frame "S3" {
storage "Volume Storage" as cloud_volume
file "Snapshot" as snapshot
cloud_volume -- snapshot
}
}
users <-> client
client <--> app
app <--> host: ICSI
host <--> storage
volume <--> buffer
buffer <--> cloud_volume
@enduml
@startuml Tape Gateway
left to right direction
node "Application Server" as app
node "Backup Appliance" as backup
node "Host" as host {
node "Hypervisor" {
agent "Tape Drive" as tape
agent "Media Changer" as changer
storage "Volume Storage" as volume
storage "Upload Buffer" as buffer
tape <--> volume
changer <--> volume
}
}
storage "**Storage Appliance**\nStorage Area Network\nDirect Attached Storage\nNetwork Attached Storage" as storage
cloud "AWS" {
frame "S3" {
storage "Virtual Tape" as s3_tape
}
frame "Glacier" {
storage "Virtual Tape" as glacier_tape
}
}
app <--> backup: ICSI
backup <--> host: ICSI
host <--> storage
volume <--> buffer
buffer <--> s3_tape
s3_tape --> glacier_tape: Archiving
glacier_tape --> s3_tape: Retrieving
@enduml
| false | true | false | false | sequence |
0a611741ff5ec2d9b54b465efe0c8b0bd0a2623c | 61f6a3452ee4ded9ebdfdb5028545d672d8f40af | /AutoCompletionSystem/src/InterogatorFraza.puml | 910ae0bb1605ab27ac004a68224f610d6a1919aa | [] | no_license | scatalin/licenta | ce5387edc0d685c79b18c10623b3cb51fff164b9 | 9349d677b9ade4da41b32c95429ce80ee7049e72 | refs/heads/master | 2021-01-10T19:28:09.475799 | 2015-09-13T19:02:05 | 2015-09-13T19:02:05 | 22,123,620 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 187 | puml | @startuml
PhraseQuery --> DirectedGraph
class DirectedGraph {
getSuggestions(String prefix) : List<String>
}
class PhraseQuery {
getSuggestions(String prefix) : List<String>
}
@enduml | false | true | false | false | class |
dfb91f1a14f7eeb884b8f845cdfc7ab1b2c801b7 | 6d5779f920ac2697aa39e983b4ba695cd18556f8 | /tests/simple_classes_nodep.puml | f29c9568ec3327e23667011988c46509c1bec760 | [
"MIT"
] | permissive | khoben/hpp2plantuml | da42f4c98abd9118685e474f2839373b428b58bb | 76617809bfba3f0ec5eb8162a546e01ae6259813 | refs/heads/master | 2022-10-23T23:48:32.879544 | 2020-06-11T07:55:40 | 2020-06-11T07:55:40 | 271,468,624 | 0 | 0 | MIT | 2020-06-11T06:24:58 | 2020-06-11T06:24:58 | null | UTF-8 | PlantUML | false | false | 1,288 | puml | @startuml
/' Objects '/
abstract class Class01 {
+{abstract} AbstractPublicMethod(int param) : bool
+PublicMethod(int param) : bool {query}
+{static} StaticPublicMethod(bool param) : bool
#{abstract} _AbstractMethod(int param) : bool
#_ProtectedMethod(int param) : bool
#{static} _StaticProtectedMethod(bool param) : bool
#_protected_var : int
+public_var : int
}
class Class02 {
+AbstractPublicMethod(int param) : bool
-_AbstractMethod(int param) : bool
-_PrivateMethod(int param) : bool
-{static} _StaticPrivateMethod(bool param) : bool
-_private_var : int
}
class Class03 <template<typename T>> {
+Class03()
+~Class03()
-_data : Class01*
-_obj : Class01*
-_typed_obj : T*
-_obj_list : list<Class02>
+Method(Interface::Class04& c4) : void
}
namespace Interface {
class Class04 {
+Class04()
+~Class04()
-_obj : Class01*
-_flag : bool
}
}
namespace Interface {
class Class04_derived {
+Class04_derived()
+~Class04_derived()
-_var : int
}
}
enum Enum01 {
VALUE_0
VALUE_1
VALUE_2
}
/' Inheritance relationships '/
.Class01 <|-- .Class02
namespace Interface {
Class04 <|-- Class04_derived
}
/' Aggregation relationships '/
.Class03 "2" o-- .Class01
.Class03 *-- .Class02
Interface.Class04 o-- .Class01
@enduml
| false | true | false | false | class |
88b909c75679759fabc47af339d60e49b0019213 | bdd433c3af2f10384f0a4fb06a6354b51a70750e | /plantuml/Use Case Diagram.puml | 6cbe6f93d25885eb4632caa3420250e08d1faab7 | [] | no_license | I4PRJ4/I4PRJ4-plantuml | d6188b60011e5a5f6f3cf7853393cba43996dfbf | 2b528f0a911917d5ee61a6d0051d46ea59282c5a | refs/heads/master | 2023-05-14T13:43:29.403199 | 2021-06-03T10:33:59 | 2021-06-03T10:33:59 | 348,710,373 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 577 | puml | @startuml
Left to right direction
skinparam actorStyle awesome
frame "uc Studietips" {
actor Studerende
database "Database" as db
Rectangle Studietips {
usecase "UC1: Tilføj Tip" as US1
usecase "UC2: Læs Tip" as US2
usecase "UC3: Søg Tip" as US3
usecase "UC4: Godkend/Afvis Tip" as US4
usecase "UC5: Fjern Tip" as US5
}
US1 -[hidden]left- US2
US2 -[hidden]left- US3
US4 -[hidden]left- US5
Studerende --> US1
Studerende --> US2
Studerende --> US3
Moderator --> US4
Moderator --> US5
US1 --> db
US2 --> db
US3 --> db
US4 --> db
US5 --> db
}
@enduml | false | true | true | false | usecase |
9f74da25a6aaaea8ef90f331ca1b8dbab7b5459e | 897c5f0768d85d6070cbac83453eaeda84f86ab7 | /SELAIN SISTEM/UML/SEQUENCE/pemberitahuan/admin bka/PemberitahuanSPT.puml | c070f333d9dced4d48af6fa4a370fcac5d88a084 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | fiqihrosady/sistem_kp | b593e68eda63e3c4b2953447a2aa8f25f33f9921 | 7b9060a89f852577a6f4c1ea2596b59beb5e5b77 | refs/heads/master | 2020-09-27T00:03:37.042300 | 2019-12-05T18:54:26 | 2019-12-05T18:54:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 550 | puml | @startuml
autonumber
hide footbox
title Pemberitahuan SPT BKA
Actor AdminBKD
boundary Dashborad_V
boundary SuratPerintahTugas_V
control Admin_C
control BKD_C
Entity SuratPerintahTugas_E
Admin_C --> Dashborad_V: load->view()
Dashborad_V --> AdminBKD: Halaman Dashborad
AdminBKD --> Dashborad_V: klik tombol pemberitahuan
Dashborad_V --> BKD_C: spt()
BKD_C --> SuratPerintahTugas_E:
SuratPerintahTugas_E --> BKD_C:
BKD_C --> SuratPerintahTugas_V: load->view()
SuratPerintahTugas_V --> AdminBKD: Halaman Surat Perintah Tugas
@enduml | false | true | false | false | sequence |
d93d181db53d8ca21153e39dbf5eda529910fec8 | c242ddc8a644e8285ef6aa7f743b9afa68c02db3 | /src/main/java/com/example/progetto/csv/csv.plantuml | 644ee7b3f971ce3ebaaeca935bb093b04fbf9cbd | [] | no_license | Luca-Dambro/progetto_programmazione_ad_oggetti_java | 0d9e04ee2cb908e2f425beb26fdf13b1862fba0c | e81630f7279f37f1a9844d0ff8d03b05b62fe058 | refs/heads/master | 2022-01-18T15:04:44.602780 | 2019-07-19T16:32:33 | 2019-07-19T16:32:33 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,302 | plantuml | @startuml
title __CSV's Class Diagram__\n
namespace com.example.progetto {
namespace csv {
class com.example.progetto.csv.Conversions {
{static} + convInteger()
{static} + convProgramming_Period()
{static} + convString()
}
}
}
namespace com.example.progetto {
namespace csv {
class com.example.progetto.csv.CsvParser {
- currentLine : String
- cvsSplitBy : String
- flagParse : boolean
- metadata : Vector<Header>
- path : Path
- payments : Vector<Payment>
+ CsvParser()
+ displayParse()
+ executeParse()
+ getMetadata()
+ getPayments()
+ setMetadata()
+ setPayments()
- ParserLogic()
}
}
}
namespace com.example.progetto {
namespace csv {
class com.example.progetto.csv.CsvUtilities {
- br : BufferedReader
- flag : boolean
- line : String
~ CsvUtilities()
~ CsvUtilities()
~ getFirstLine()
~ getLine()
~ print()
~ splitLine()
}
}
}
right footer
endfooter
@enduml
| false | true | false | false | class |
223ef8a1250ef6d3da75aa34cfa6f5cfaca54a5d | 43403bad91d19ba379458bd8f86a648c462c43e8 | /diagrams/program_structure.puml | 2436b721572ead5be5db4d4e035773f906a6289d | [] | no_license | shocoman/TAC_IDE | eced3e0f8882ea4badb4c7c146e1c31a31c17b16 | 8b2e60f7626f0fa9b109707fedc6e9cc467a0cce | refs/heads/main | 2023-06-04T15:22:21.013308 | 2021-06-14T15:24:41 | 2021-06-14T15:24:41 | 302,440,257 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,145 | puml | @startuml
'https://plantuml.com/class-diagram
class Operand {
Type type
String value
BasicBlock* predecessor
{method} ...
}
class Destination {
Type type
String name
{method} ...
}
class Quad {
Type type
Destination destination
Operand[] operands
String format()
{method} ...
}
class BasicBlock {
Type type
int id
String label_name
Quad[] quads;
Set<BasicBlock*> predecessors
Set<BasicBlock*> successors
String format()
void add_successor(BasicBlock*)
void remove_successor(BasicBlock*)
void append_quad(Quad)
}
class Function {
String name
BasicBlock[] basic_blocks
Map<int, BasicBlock*> id_to_block
String get_as_code()
void reverse_graph()
BasicBlock* get_entry_block()
BasicBlock* get_exit_block()
Byte[] print_cfg()
}
class Program {
Function[] functions
{static} Program make_from_file(String file_name)
{static} Program make_from_program_code(String code)
String get_as_code()
}
Quad --> Destination
Quad --> Operand
BasicBlock -->Quad
Function -> BasicBlock
Program --> Function
@enduml | false | true | false | false | class |
a1b1db6442a1ff178b76126474cd2d6641c91623 | 56ce44dfe111ed3ec436ca9aa151ffe446a3b2d2 | /TestUMLParserAveia.puml | 9f33c596930f9818bd5033bfbe0cd741481084b0 | [] | no_license | dim6ata/AVEIA | a85a795a4d610f8afe6687607d9f7a04cfd6d8af | d22f1e0350fbfd76f5790813c9e50d93e479de3e | refs/heads/master | 2023-05-30T17:59:45.230996 | 2021-06-12T10:44:35 | 2021-06-12T10:44:35 | 376,246,846 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,739 | puml | @startuml
class com.example.aveia.CompleteInterval {
}
class com.example.aveia.IntervalManager {
}
class com.example.aveia.XYPadActivity {
}
class com.example.aveia.LengthBarHandler {
}
abstract class com.example.aveia.InstrumentBaseActivity {
}
class com.example.aveia.DataStorage {
}
class com.example.aveia.AveiaDialog {
}
class com.example.aveia.ThereminActivity {
}
class com.example.aveia.StartupActivity {
}
class com.example.aveia.FrequencyManager {
}
class com.example.aveia.NoteTutorial {
}
class com.example.aveia.EngineConnector {
}
class com.example.aveia.VolumeBar {
}
class com.example.aveia.NavigationActivity {
}
class com.example.aveia.Frequency {
}
class com.example.aveia.SelectInterval {
}
class com.example.aveia.Interval {
}
class com.example.aveia.RandomNumberGenerator {
}
class com.example.aveia.AveiaToast {
}
class com.example.aveia.ButtonManager {
}
com.example.aveia.NoteTutorial <|-- com.example.aveia.CompleteInterval
com.example.aveia.InstrumentBaseActivity <|-- com.example.aveia.XYPadActivity
android.hardware.SensorEventListener <|.. com.example.aveia.InstrumentBaseActivity
androidx.appcompat.app.AppCompatActivity <|-- com.example.aveia.InstrumentBaseActivity
com.example.aveia.InstrumentBaseActivity <|-- com.example.aveia.ThereminActivity
androidx.appcompat.app.AppCompatActivity <|-- com.example.aveia.StartupActivity
com.example.aveia.OnTouchListener <|.. com.example.aveia.NoteTutorial
com.example.aveia.OnClickListener <|.. com.example.aveia.NoteTutorial
androidx.appcompat.app.AppCompatActivity <|-- com.example.aveia.NoteTutorial
androidx.appcompat.app.AppCompatActivity <|-- com.example.aveia.NavigationActivity
com.example.aveia.NoteTutorial <|-- com.example.aveia.SelectInterval
@enduml | false | true | false | false | class |
28b704615b515ef04ec904441ca86cf939e3241d | 434d5256fa47c6bec0e5d79917f2d09b52490fa0 | /doc/source/imgs/src/mlsdc_pattern.puml | a6ef3daa3cf0a9ed6962e18be47d805025774311 | [
"MIT"
] | permissive | Parallel-in-Time/PyPinT | 2d0a54d21a6b50863c6acef69eb9a86d3bcc7fcf | 90aed34cf43d633e44f56444f6c5d4fa39619663 | refs/heads/master | 2016-08-03T18:58:05.269042 | 2014-06-10T08:27:30 | 2014-06-10T08:32:45 | 19,447,961 | 0 | 2 | null | 2014-06-02T14:26:08 | 2014-05-05T07:39:20 | Python | UTF-8 | PlantUML | false | false | 1,030 | puml | @startuml
participant L2 as " finest level "
participant L1 as " intermediate level(s) "
participant L0 as " base level "
note over L2: U(k,2) -> F(U(k,2))
L2 -> L2: SDC
note over L2: U(k',2) -> F(U(k',2))
L2 -> L1: restrict
note over L1: U(k,1) -> F(U(k,1))
L1 -> L1: FAS
note over L1: tau = Q(1)*F(U(k,1)) - R*Q(2)*F(U(k',2))
L1 -> L1: SDC with FAS
note over L1: U(k',1) -> F(U(k',1))
L1 -> L0: restrict
note over L0: U(k,0) -> F(U(k,0))
L0 -> L0: FAS
note over L0: tau = Q(0)*F(U(k,0)) - R*Q(1)*F(U(k',1))
L0 -> L0: SDC with FAS
note over L0: U(k+,0) -> F(U(k+,0))
L0 -> L0: coarse correction
note over L0: c(0) = U(k+,0) - R*U(k',1)
L0 -> L1: prolongate
L1 -> L1: correct
note over L1: U(k'',1) = U(k',1) + P*c(0)
L1 -> L1: SDC
note over L1: U(k+,1) -> F(U(k+,1))
L1 -> L1: coarse correction
note over L1: c(1) = U(k+,1) - R*U(k',2)
L1 -> L2: prolongate
L2 -> L2: correct
note over L2: U(k'',2) = U(k',2) + P*c(1)
L2 -> L2: SDC
note over L2: U(k+,2) -> F(U(k+,2))
@enduml
| false | true | false | false | sequence |
15c5ca87e508c368135351474ed0ba968d9896fa | 4344fb11071b2a315598db01931fd116b95a7077 | /diagrams/architecture.puml | 0a11cba18d30b742ff5a25a894a94efd05a440f8 | [] | no_license | lexuzieel/dwd-phenology-stream | 198fdb1cc7cb3928b1b7b5ae226721379ba67057 | 9981a456d0a0c9d66d9d5e9a78868aba96ad2e93 | refs/heads/master | 2023-01-13T10:46:16.151311 | 2020-11-21T17:26:34 | 2020-11-21T17:26:34 | 278,485,006 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 491 | puml | @startuml diagram
skinparam linetype ortho
interface Loader {
+ load(options)
}
class CsvLoader {
- delimiter
- cache_dir
- eor_mode
- writeCache(data, key)
- readCache(key)
- getHash(url)
- cache(url, duration)
}
Loader <|-- CsvLoader
abstract Stream {
- config
+ {static} make(stream_type, config)
+ fetch()
}
class DwdStream {
- loader
- stations
- phases
- plants
}
Stream <|-- DwdStream
DwdStream -* CsvLoader
@enduml
| false | true | false | false | class |
8c27887bf3379390d3fc0bbf8c6b45b7ce6985e6 | 17d379635b7eab96da73a633d80cbd485c3ac8d8 | /info202_project/add_new_product_sequence.puml | 46a55298077277c735642e0bb73241591a367b47 | [] | no_license | Ben-Stacey/INFO202-Project | e64f74aa338bb50ed98fea03bd61c6bbbabbfd45 | 2f7de985a3be5f15795713f749b23ef14ad78663 | refs/heads/master | 2023-08-24T06:04:05.611004 | 2021-10-26T03:35:19 | 2021-10-26T03:35:19 | 411,868,582 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,080 | puml | @startuml
' === Style Tweaks ===
skinparam {
Style StrictUML
RoundCorner 5
ParticipantPadding 10
Padding 2
SequenceStereotype {
Font {
Size 10
Style plain
}
}
}
' === Actors / Participants
actor "User" as user
participant "MainMenu" as menu <<form>>
participant "AddNewProducts" as ProductEditor <<form>>
participant "ProductCollectionsDAO : ProductCollectionsDAO" as dataStore <<data store>>
participant "Product" as product <<domain>>
' === Messages ===
user -> menu : click "Add a New Product"
menu++
menu -> ProductEditor : displayForm()
ProductEditor++
user -> ProductEditor : enter Id
user -> ProductEditor : enter Name
user -> ProductEditor : enter Description
user -> ProductEditor : Choose from drop down menu or type category
user -> ProductEditor : enter Price
user -> ProductEditor : enter Quantity in Stock
user -> ProductEditor : click "Save"
create product
ProductEditor -> product : <<construct from form data>>
ProductEditor -> dataStore : saveProduct(p)
dataStore++
dataStore--
return
destroy ProductEditor
@enduml | false | true | false | false | usecase |
7822e774a9f8080ec61066e3dd8bfdefca44e6a3 | c1165853f2713632ce06308b5aa8dc50a5b9ceca | /examples/healthz/components.puml | fb98076f467b1895a0a2fca8635f643847e3b5e8 | [
"MIT"
] | permissive | rycus86/podlike | 7a018fd68673bb5ddb138fd59a55eda34876135d | 5e394691e24d85920729051142db6227a92d62a2 | refs/heads/master | 2023-05-31T14:00:36.910715 | 2022-10-29T07:17:51 | 2022-10-29T07:17:51 | 130,613,123 | 73 | 15 | MIT | 2023-05-11T20:38:35 | 2018-04-22T22:30:23 | Go | UTF-8 | PlantUML | false | false | 503 | puml | @startuml
frame "pod" {
[app] as app << Java + JMX >> #afa
[exporter] as exp << JMX exporter >> #faa
[goss] as goss << Healthz >> #aaf
frame "volume" {
[report file] as rf #aaa
}
}
[Monitoring] as mon #ffa
app --> rf : Append to file\nperiodically
exp -> app : Read state\n[ JMX ]
goss -> app : Check process is running
goss -> exp : Check metrics\n[ HTTP ]
goss -> rf : Check report file exists\nand is modified recently
mon -> goss : GET /healthz\n[ HTTP ]
@enduml
| false | true | false | false | sequence |
07fa22d922b97c5dd96769c8d9f6c3956d38f5b7 | 91fceecc2c8cf6309741e0fb715cec95f8558ca8 | /assets/dp-iterator.plantuml | cf65c62ff13280d23c879e2d4517dcc532f55b67 | [
"MIT"
] | permissive | ohm-softa/ohm-softa.github.io | dd8b3fbbcce62d3625603376f0771ab62557d76a | 7479445d2b5598a9aaaa4f37ffd76436fc81482e | refs/heads/master | 2023-07-20T07:43:25.665737 | 2023-07-12T08:10:32 | 2023-07-12T08:10:32 | 170,150,460 | 20 | 42 | MIT | 2023-06-24T15:22:55 | 2019-02-11T15:16:01 | HTML | UTF-8 | PlantUML | false | false | 502 | plantuml | @startuml
allow_mixing
interface Aggregate<T> {
+ iterator(): Iterator<T>
}
interface Iterator<T> {
+ next(): T
+ hasNext(): boolean
}
agent Client
Aggregate <-left- Client
Client -right-> Iterator
class ConcreteAggregate<T> implements Aggregate {
+ iterator(): Iterator<T>
}
note bottom of ConcreteAggregate
return new ConcreteIterator(this)
end note
class ConcreteIterator<T> implements Iterator {
+ next(): T
+ hasNext(): boolean
}
ConcreteAggregate -right- ConcreteIterator
@enduml
| false | true | false | false | class |
a826ab36024915833d303ae12fd97a521e962ed1 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Editor/Decorators/AttributeDecorator.puml | 333dbdccf332b344528e6fec3db7d46a10eca0e8 | [] | 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 | 230 | puml | @startuml
abstract class AttributeDecorator {
+ <<virtual>> IsAutoProperty() : bool
+ {abstract} OnGUI(property:SerializedProperty, overrideState:SerializedProperty, title:GUIContent, attribute:Attribute) : bool
}
@enduml
| false | true | false | false | class |
506c031abb4af0c71114fee7bb4a75b6d1ae0773 | 595e801950acf4b948a5c93f60628b12118ebe8a | /day03.plantuml | 07c01eb7abdc80d5d48516918ff1b9b38462c021 | [] | no_license | co0p/rustmas | 4b4547cd486a297aeb692c7a6cf6260646924bcc | 8aead8450406ee0ce0e829b42f2058d3e30f6ef1 | refs/heads/master | 2023-02-20T02:37:25.357755 | 2021-01-21T21:13:11 | 2021-01-21T21:13:11 | 325,823,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 445 | plantuml | @startuml
class ForestMap {
ForestMap(Integer[String])
Integer[String] map
+Boolean isTree(Position)
+Boolean stillInside(Position)
}
class Toboggan {
Toboggan(map, vX, vY)
ForestMap map
Integer vX
Integer vY
Position current
Integer treeCount
void slide()
+Integer startTravel()
}
class Position {
+Integer x
+Integer y
}
Toboggan -- Position
ForestMap -- Position
Toboggan "1" *- ForestMap
@enduml | false | true | false | false | class |
c3b32863fb4076dafbafe665439217f0397e5b15 | ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd | /ch10-decorator-patterns/diagrams/decorator-pattern-road-class-diagram3.puml | 95b06ea988b602a281ea0280f6a3f2c964806e84 | [] | no_license | outofworld98/java-design-patterns | d7c41ad0a41bf1f3d1ba4a9f4f2a212658aec427 | 75964a5387cad3f54726d0f7ba98b0765ca0d650 | refs/heads/master | 2022-03-29T17:38:14.238273 | 2019-01-17T11:10:00 | 2019-01-17T11:10:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,093 | puml | @startuml
class RoadDisplay {
+ draw() : void
}
class RoadDisplayWithLane {
+ draw() : void
- drawLane() : void
}
class RoadDisplayWithTraffic {
+ draw() : void
- drawTraffic() : void
}
class RoadDisplayWithCrossing {
+ draw() : void
- drawCrossing() : void
}
class RoadDisplayWithLaneTraffic {
+ draw() : void
- drawLane() : void
- drawTraffic() : void
}
class RoadDisplayWithLaneCrossing {
+ draw() : void
- drawLane() : void
- drawCrossing() : void
}
class RoadDisplayWithTrafficCrossing {
+ draw() : void
- drawTraffic() : void
- drawCrossing() : void
}
class RoadDisplayWithLaneTrafficCrossing {
+ draw() : void
- drawLane() : void
- drawTraffic() : void
- drawCrossing() : void
}
RoadDisplay <|- RoadDisplayWithLane
RoadDisplayWithTraffic -|> RoadDisplay
RoadDisplay <|-- RoadDisplayWithCrossing
RoadDisplay <|-- RoadDisplayWithLaneTraffic
RoadDisplay <|--- RoadDisplayWithLaneCrossing
RoadDisplay <|--- RoadDisplayWithTrafficCrossing
RoadDisplay <|---- RoadDisplayWithLaneTrafficCrossing
@enduml | false | true | false | false | class |
06161f7b8400b2d9f1d1ed71d5d0fd7c220fdb61 | da74b72e87d3426833fd89f69f90d92688451594 | /docs/uml/stake pool unlock.puml | db58152adf877054f954ec78f7b5c2947566662c | [
"MIT"
] | permissive | jkrus/0Chain-gosdk | b3c9865603c4887e00d21202bd89fe2b2e69fea9 | 7c126c5de14eba4e97795a609309272f9c6d85d1 | refs/heads/master | 2023-07-24T09:02:43.116593 | 2021-09-10T08:08:46 | 2021-09-10T08:08:46 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 420 | puml | @startuml
participant "<size:20><&terminal></size> ./zbox sp-unlock" as cli
collections gosdk
cli -> gosdk: StakePoolUnlock(blobberID, poolID, fee)
gosdk -> gosdk: check initialized sdk
alt empty blobber id
gosdk -> gosdk: get client id
end
gosdk -> gosdk: create stake pool request
gosdk -> gosdk: create smart contract txn data
gosdk -> gosdk: send smart contract txn value fee
gosdk -> cli: return result
@enduml
| false | true | false | false | sequence |
352160c1cbd0912eab35b0d2575a09def18b506e | 5154f1f50574e5238ba9fd189a1c52693eea8763 | /docs/_book/plantuml/BuildingInfrastructure.puml | 799bdb977f6ae18a27861c6478fd72dac38abd21 | [
"MIT"
] | permissive | darkar5555/HIT2GAPOnt | 04cdf08c6d4803c17d026b2b42d238c1fc8c9776 | 8b663ad8162debf72b946e2a1c103975c92b76bb | refs/heads/master | 2020-06-04T12:01:36.330677 | 2019-03-21T09:36:40 | 2019-03-21T09:36:40 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 31,981 | puml | @startuml
scale 0.1
skinparam class {
ArrowColor DarkBlue
ArrowFontColor DarkBlue
BackgroundColor LightBlue
BorderColor DarkGrey
}
skinparam dpi 300
skinparam stereotypeCBackgroundColor Wheat
skinparam classAttributeFontColor Green
/'
Definition of the classes referring the SSN-core part
'/
class System <<ssn>>
class Sensor <<ssn>>
class Observation <<ssn>> {
externalStorageID xsd:string
}
class MobileBuildingApplianceLocationObservation <<hit2gap>>
class MobileBuildingAppliance <<hit2gap>>
class FeatureOfInterest <<ssn>>
class Property <<ssn>>
class SensorOutput <<ssn>>
class ObservationValue <<ssn>>
class Instant <<time>>{
time:inXSDDateTime [xsd:DateTime]
}
class DateTimeInterval <<time>>{
time:inXSDDateTime [xsd:DateTime]
}
class Unit <<QUDT>>
/'
Definition of the Geo-core part
'/
class _Feature <<geo>>
class _Geometry <<geo>>
class Point <<geo>>
class Polygon <<geo>>
class Hemisphere <<hit2gap>>
class Climate <<hit2gap>>
class Northern <<(I,orchid),hit2gap>>
class Southern <<(I,orchid),hit2gap>>
class Tropical <<(I,orchid),hit2gap>>
class TropicalRainforest <<(I,orchid),hit2gap>>
class TropicalMonsoon <<(I,orchid),hit2gap>>
class TropicalSavanna <<(I,orchid),hit2gap>>
class Arid <<(I,orchid),hit2gap>>
class HotDesert <<(I,orchid),hit2gap>>
class ColdDesert <<(I,orchid),hit2gap>>
class MildDesert <<(I,orchid),hit2gap>>
class HotSemiArid <<(I,orchid),hit2gap>>
class ColdSemiArid <<(I,orchid),hit2gap>>
class MildSemiArid <<(I,orchid),hit2gap>>
class Temperate <<(I,orchid),hit2gap>>
class HumidSubtropical <<(I,orchid),hit2gap>>
class TemperateOceanic <<(I,orchid),hit2gap>>
class SubpolarOceanic <<(I,orchid),hit2gap>>
class MonsoonInfluencedHumidSubtropical <<(I,orchid),hit2gap>>
class TemperateOceanicWithDryWinters <<(I,orchid),hit2gap>>
class SubPolarOceanicWithDryWinters <<(I,orchid),hit2gap>>
class HotSummerMediterranean <<(I,orchid),hit2gap>>
class WarnSummerMediterranean <<(I,orchid),hit2gap>>
class CoolSummerMediterranean <<(I,orchid),hit2gap>>
class Continental <<(I,orchid),hit2gap>>
class HotSummerHumidContinental <<(I,orchid),hit2gap>>
class WarmSummerHumidContinental <<(I,orchid),hit2gap>>
class Subartic <<(I,orchid),hit2gap>>
class ExtremelyColdSubartic <<(I,orchid),hit2gap>>
class MonsoonInfluencedHotSummerHumidContinental <<(I,orchid),hit2gap>>
class MonsoonInfluencedWarmSummerHumidContinental <<(I,orchid),hit2gap>>
class MonsoonInfluencedSubartic <<(I,orchid),hit2gap>>
class MonsoonInfluencedExtremelyColdSubarctic <<(I,orchid),hit2gap>>
class HotDrySummerContinental <<(I,orchid),hit2gap>>
class WarmDrySummerContinental <<(I,orchid),hit2gap>>
class DrySummerSubarctic <<(I,orchid),hit2gap>>
class ExtremelyColdDrySummerSubarctic <<(I,orchid),hit2gap>>
class Polar <<(I,orchid),hit2gap>>
class MildTundra <<(I,orchid),hit2gap>>
class FrostColdTundra <<(I,orchid),hit2gap>>
class IceCap <<(I,orchid),hit2gap>>
/'
Definition of the Feature of interest classes
'/
class BuildingAppliance <<hit2gap>>
class StaticBuildingAppliance <<hit2gap>>
class MobileBuildingAppliance <<hit2gap>>
class BuildingType <<hit2gap>>
class IfcBuilding <<ifc>>
class IfcElement <<ifc>>
class IfcSpatialElement <<h2gifc4>>
class IfcBuildingElement <<ifc>>
class IfcSpatialStructureElement <<ifc>>{
hasSpatialStructureCapacity: xsd:double;
}
class IfcElementComponent <<ifc>>
class IfcDistributionControlElement <<ifc>>
class IfcDistributionFlowElement <<ifc>>
class IfcZone <<ifc>>
class IfcSpatialZone <<h2gifc4>>
class Orientation <<hit2gap>>
class North <<(I,orchid),hit2gap>>
class South <<(I,orchid),hit2gap>>
class West <<(I,orchid),hit2gap>>
class East <<(I,orchid),hit2gap>>
class North_East <<(I,orchid),hit2gap>>
class North_West <<(I,orchid),hit2gap>>
class South_East <<(I,orchid),hit2gap>>
class South_West <<(I,orchid),hit2gap>>
/'
Building types class definition
'/
class Agricultural <<hit2gap>>
class Barn <<(I,orchid),hit2gap>>
class Cellar <<(I,orchid),hit2gap>>
class Farmhouse <<(I,orchid),hit2gap>>
class Greenhouse <<(I,orchid),hit2gap>>
class Silo <<(I,orchid),hit2gap>>
class Commercial <<hit2gap>>
class AutomobileRepair <<(I,orchid),hit2gap>>
class ConventionCenter <<(I,orchid),hit2gap>>
class Drugstore <<(I,orchid),hit2gap>>
class Hotel <<(I,orchid),hit2gap>>
class Pharmacy <<(I,orchid),hit2gap>>
class Office <<(I,orchid),hit2gap>>
class MallSupermarket <<(I,orchid),hit2gap>>
class BarRestaurant <<(I,orchid),hit2gap>>
class Shop <<(I,orchid),hit2gap>>
class Residential <<hit2gap>>
class Apartment <<(I,orchid),hit2gap>>
class House <<(I,orchid),hit2gap>>
class Bungalow <<(I,orchid),hit2gap>>
class Educational <<hit2gap>>
class University <<(I,orchid),hit2gap>>
class Secondary <<(I,orchid),hit2gap>>
class Primary <<(I,orchid),hit2gap>>
class Industrial <<hit2gap>>
class Factory <<(I,orchid),hit2gap>>
class DataCenter <<(I,orchid),hit2gap>>
class LogisticPlatform <<(I,orchid),hit2gap>>
class PowerPlant <<(I,orchid),hit2gap>>
class Warehouse <<(I,orchid),hit2gap>>
class Religious <<hit2gap>>
class Public <<hit2gap>>
class Library <<(I,orchid),hit2gap>>
class Nursery <<(I,orchid),hit2gap>>
class SwimmingCenter <<(I,orchid),hit2gap>>
class Gym <<(I,orchid),hit2gap>>
class Administration <<(I,orchid),hit2gap>>
class NightClubConcert <<(I,orchid),hit2gap>>
class Cinema <<(I,orchid),hit2gap>>
class MuseumGallery <<(I,orchid),hit2gap>>
class Hospital <<(I,orchid),hit2gap>>
class Transports <<hit2gap>>
class Airport <<(I,orchid),hit2gap>>
class TrainStation <<(I,orchid),hit2gap>>
class BusStation <<(I,orchid),hit2gap>>
class Metro <<(I,orchid),hit2gap>>
/'
Building Zones types definition
'/
class Room <<hit2gap>>
class Floor <<hit2gap>>
class OpenSpace <<hit2gap>>
class Desk <<hit2gap>>
class Subterranean <<hit2gap>>
class Ground <<hit2gap>>
/'
Definition of Building Elements subclasses
'/
class IfcBeam <<ifc>>
class IfcColumn <<ifc>>
class IfcCovering <<ifc>>
class IfcCurtainWall <<ifc>>
class IfcDoor <<ifc>>
class IfcFooting <<ifc>>
class IfcMember <<ifc>>
class IfcPile <<ifc>>
class IfcPlate <<ifc>>
class IfcRailing <<ifc>>
class IfcRamp <<ifc>>
class IfcRampFlight <<ifc>>
class IfcRoof <<ifc>>
class IfcShadingDevice <<h2gifc4>>
class IfcSlab <<ifc>>
class IfcStair <<ifc>>
class IfcStairFlight <<ifc>>
class IfcWall <<ifc>>
class IfcWindow <<ifc>>
class IfcSpace <<ifc>>
/'
Definition of the types of Sensors
'/
class IfcActuator <<ifc4>>
class IfcActuatorType <<ifc>>
class IfcAlarm <<ifc4>>
class IfcAlarmType <<ifc>>
class IfcController <<ifc4>>
class IfcControllerType <<ifc>>
class IfcFlowInstrument <<ifc4>>
class IfcFlowInstrumentType <<ifc>>
class IfcProtectiveDeviceTrippingUnit <<h2gifc4>>
class IfcSensor <<ifc4>>
class IfcSensorType <<ifc>>
class IfcUnitaryControlElement <<h2gifc4>>
class Meter <<hit2gap>>
/'
Definition of Spaces Types
'/
class Office <<hit2gap>>
class CirculationArea <<hit2gap>>
class WetArea <<hit2gap>>
class ConferenceRoom <<hit2gap>>
class Balcony <<hit2gap>>
class Kitchen <<hit2gap>>
class Toilets <<hit2gap>>
class Bathroom <<hit2gap>>
class RestRoom <<hit2gap>>
class Canteen <<hit2gap>>
class Cafeteria <<hit2gap>>
/'
Definition of IfcWindows
'/
class WindowCoverings <<hit2gap>>
class Curtains <<hit2gap>>
class Blinds <<hit2gap>>
class Shutters <<hit2gap>>
class Shades <<hit2gap>>
/'
Definition of microgrid part
'/
class IfcSystem <<ifc>>
class Microgrid <<ontomg>>
class Branch <<ontomg>>
class ESBranch <<ontomg>>
class DERBranch <<ontomg>>
class ELBranch <<ontomg>>
class InfraBranch <<ontomg>>
class EnergyStorage <<ontomg>>
class BranchController <<ontomg>>
class BranchSwitch <<ontomg>>
class NonRenewableDERBranch <<ontomg>>
class RenewableDERBranch <<ontomg>>
class SolarPowerBranch <<ontomg>>
class WindPowerBranch <<ontomg>>
class Converter <<ontomg>>
class Inverter <<ontomg>>
class AcDcConverter <<ontomg>>
class SmallWindTurbine <<ontomg>>
class MicroturbinesBranch <<hit2gap>>
class SolarHybridBranch <<hit2gap>>
class WindHybridBranch <<hit2gap>>
class PhotovoltaicBranch <<hit2gap>>
class SolarCell <<ontomg>>
class FuelCellBranch <<ontomg>>
class CHPPPowerBranch <<ontomg>>
class DieselGenerator <<ontomg>>
class MonophasicInverter <<ontomg>>
class TriphasicInverter <<ontomg>>
class ConductingEquipement <<cim>>
class RectifierInverter <<cim>>
class HydroPowerBranch <<hit2gap>>
class GeoThermalBranch <<hit2gap>>
class BiomassBranch <<hit2gap>>
class OilBranch <<hit2gap>>
class GasBranch <<hit2gap>>
class CoalBranch <<hit2gap>>
class NuclearBranch <<hit2gap>>
class MicroCHPPPowerBranch <<hit2gap>>
class ReciprocatingBranch <<hit2gap>>
class StirlingBranch <<hit2gap>>
class IfcDistributionCircuit <<h2gifc4>>
class IfcDistributionSystem <<h2gifc4>>
/'
Definition of DistributionFlow Element
'/
class ElectricElement <<hit2gap>>
class WereableElement <<hit2gap>>
class IfcDistributionChamberElement <<ifc>>
class IfcEnergyConversionDevice <<ifc>> {
hasSetPoint xsd:boolean
}
class IfcFlowController <<ifc>>
class IfcFlowFitting <<ifc>>
class IfcFlowMovingDevice <<ifc>>
class IfcFlowTerminal <<ifc>>
class IfcFlowStorageDevice <<ifc>>
class IfcFlowTreatmentDevice <<ifc>>
/'
Definition of the Energy Conversion Device
'/
class AirHandlingUnit <<hit2gap>>
class IfcBoiler <<ifc4>>
class IfcBoilerType <<ifc>>
class IfcChiller <<ifc4>>
class IfcChillerType <<ifc>>
class IfcCoil <<ifc4>>
class IfcCoilType <<ifc>>
class IfcBurner <<h2gifc4>>
class IfcEvaporativeCooler <<ifc4>>
class IfcEvaporativeCoolerType <<ifc>>
class IfcEngine <<h2gifc4>>
class WaterPlant <<hit2gap>>
class SteamPlant <<hit2gap>>
class IfcHeatExchanger <<ifc4>>
class IfcHeatExchangerType <<ifc>>
class IfcAirToAirHeatRecovery <<ifc4>>
class IfcAirToAirHeatRecoveryType <<ifc>>
class IfcHumidifier <<ifc4>>
class IfcHumidifierType <<ifc>>
class IfcEvaporator <<ifc4>>
class IfcEvaporatorType <<ifc>>
class ChilledBeams <<hit2gap>>
class IfcCoolingTower <<ifc4>>
class IfcCoolingTowerType <<ifc>>
class IfcCondenser <<ifc4>>
class IfcCondenserType <<ifc>>
class IfcTransformer <<ifc4>>
class IfcTransformerType <<ifc>>
class IfcElectricGenerator <<ifc4>>
class IfcElectricGeneratorType <<ifc>>
class IfcElectricMotor <<ifc4>>
class IfcElectricMotorType <<ifc>>
class IfcSolarDevice <<h2gifc4>>
class ElectricHeater <<hit2gap>>
class SOLARCOLLECTOR <<(I,orchid),h2gifc4>>
class SOLARPANEL <<(I,orchid),h2gifc4>>
class SOLARELECTRIC <<(I,orchid),hit2gap>>
class SOLARTHERMAL <<(I,orchid),hit2gap>>
/'
Definition of the Element Component Devices
'/
class IfcVibrationIsolator <<ifc4>>
class IfcVibrationIsolatorType <<ifc>>
/'
Definition of the Flow Terminal Devices
'/
class IfcSpaceHeater <<ifc4>>
class IfcSpaceHeaterType <<ifc>>
class IfcFireSuppressionTerminal <<ifc4>>
class IfcFireSuppressionTerminalType <<ifc>>
class IfcSanitaryTerminal <<ifc4>>
class IfcSanitaryTerminalType <<ifc>>
class IfcStackTerminal <<ifc4>>
class IfcStackTerminalType <<ifc>>
class IfcWasteTerminal <<ifc4>>
class IfcWasteTerminalType <<ifc>>
class IfcAudioVisualAppliance <<h2gifc4>>
class IfcCommunicationAppliance <<h2gifc4>>
class IfcElectricAppliance <<ifc4>>
class IfcElectricApplianceType <<ifc>>
class IfcLamp <<ifc4>>
class IfcLampType <<ifc>>
class IfcOutlet <<ifc4>>
class IfcOutletType <<ifc>>
class LampType <<hit2ga>>
class CentralLight <<(I,orchid),hit2gap>>
class DeskLight <<(I,orchid),hit2gap>>
class OutdoorlLight <<(I,orchid),hit2gap>>
/'
Definition of the Moving Devices
'/
class IfcCompressor <<ifc4>>
class IfcCompressorType <<ifc>>
class IfcFan <<ifc4>>
class IfcFanType <<ifc>>
class IfcPump <<ifc4>>
class IfcPumpType <<ifc>>
class FanCoilUnit <<hit2gap>>
class HeatPump <<hit2gap>>
/'
Definition of the Flow Storage Device
'/
class IfcTank <<ifc4>>
class IfcTankType <<ifc>>
class IfcElectricFlowStorageDevice <<ifc4>>
class IfcElectricFlowStorageDeviceType <<ifc>>
/'
Definition of the Flow Controller
'/
class IfcValve <<ifc4>>
class IfcValveType <<ifc>>
class IfcDamper <<ifc4>>
class IfcDamperType <<ifc>>
/'
Definition of the Treatment Devices
'/
class IfcInterceptor <<h2gifc4>>
/'
Definition of the Physical Medium
'/
class PhysicalMedium <<hit2gap>>
class Oil <<hit2gap>>
class Gas <<hit2gap>>
class Water <<hit2gap>>
class Air <<hit2gap>>
class Steam <<hit2gap>>
class Radiation <<hit2gap>>
/'
Definition of building elements (systems)
'/
class Monitoring <<hit2gap>>
class Wereable <<hit2gap>>
class Smartwatch <<hit2gap>>
class Smartphone <<hit2gap>>
/'
Definition of the Properties Medium
'/
class EconomicProperties <<hit2gap>>
class PhysicProperties <<hit2gap>>
class OccupantStateProperties <<hit2gap>>
class Stress <<hit2gap>>
class Pulse <<hit2gap>>
class Cost <<hit2gap>>
class Investment <<hit2gap>>
class Air <<hit2gap>>
class Area <<hit2gap>>
class Capacity <<hit2gap>>
class ProductionCapacity <<hit2gap>>
class Color <<hit2gap>>
class Conductivity <<hit2gap>>
class Density <<hit2gap>>
class Depth <<hit2gap>>
class EquivalentDepth <<hit2gap>>
class Energy <<hit2gap>>
class ElectricEnergy <<hit2gap>>
class HeatFluxEnergy <<hit2gap>>
class Evaporation <<hit2gap>>
class Condensation <<hit2gap>>
class Medium <<hit2gap>>
class Precipitation <<hit2gap>>
class Pressure <<hit2gap>>
class Radiation <<hit2gap>>
class IncidentRadiation <<hit2gap>>
class AbsorbedIncidentRadiation <<hit2gap>>
class ReflectedIncidentradiation <<hit2gap>>
class AbsorbedScatteredIncidentRadiation <<hit2gap>>
class TransmittedIncidentRadiation <<hit2gap>>
class Rainfall <<hit2gap>>
class Reflectivity <<hit2gap>>
class Shape <<hit2gap>>
class CrossSection <<hit2gap>>
class Height <<hit2gap>>
class Length <<hit2gap>>
class Slope <<hit2gap>>
class Weight <<hit2gap>>
class Width <<hit2gap>>
class Speed <<hit2gap>>
class Temperature <<hit2gap>>
class Time <<hit2gap>>
class Transparency <<hit2gap>>
class Velocity <<hit2gap>>
class Visibility <<hit2gap>>
class Volume <<hit2gap>>
class Discharge <<hit2gap>>
class Flow <<hit2gap>>
class Inflow <<hit2gap>>
class Outflow <<hit2gap>>
class AirMedium <<hit2gap>>
class IfcDistributionElement <<ifc>>
class DistributionElementState <<hit2gap>>
class DiscreteState <<hit2gap>>
class ContinousState <<hit2gap>>
class IfcBuildingStorey <<ifc>>
class IfcSite <<ifc>>
class IfcSpace <<ifc>>
class SpaceCapacity <<hit2gap>>
/'
Definition of the SSN model to model the sensor observation of the building
facilities
'/
System <|-- Sensor
Observation <|-- MobileBuildingApplianceLocationObservation
MobileBuildingAppliance --> MobileBuildingApplianceLocationObservation: hit2gap:wasLocated
System --> System: ssn:hasSubSystem
IfcSensor --> Sensor: owl:equivalentClass
Sensor --> Observation: ssn:observedBy
Sensor --> Property: ssn:observes
Observation --> FeatureOfInterest: ssn:featureOfInterest
Observation --> Property: ssn:observedProperty
FeatureOfInterest --> Property: ssn:Property
Observation --> SensorOutput: ssn:ObservationResult
SensorOutput --> ObservationValue: ssn:hasValue
ObservationValue --> Unit: qudt:unit
Observation --> Instant: ssn:observationResultTime
Observation --> DateTimeInterval: ssn:observationResultTime
/'
Definition of the geospatial part using GeoOWL ontology
'/
_Feature --> _Geometry: geo:where
_Geometry <|-- Point
_Geometry <|-- Polygon
_Feature <|-- FeatureOfInterest
_Feature <|-- System
_Feature --> Hemisphere: hit2gap:locatedInHemisphere
Hemisphere ..[#orchid] Northern
Hemisphere ..[#orchid] Southern
Climate ..[#orchid] Tropical
Climate ..[#orchid] Arid
Climate ..[#orchid] Temperate
Climate ..[#orchid] Continental
Climate ..[#orchid] Polar
Tropical ..[#orchid] TropicalRainforest
Tropical ..[#orchid] TropicalMonsoon
Tropical ..[#orchid] TropicalSavanna
Arid ..[#orchid] HotDesert
Arid ..[#orchid] ColdDesert
Arid ..[#orchid] MildDesert
Arid ..[#orchid] HotSemiArid
Arid ..[#orchid] ColdSemiArid
Arid ..[#orchid] MildSemiArid
Temperate ..[#orchid] HumidSubtropical
Temperate ..[#orchid] TemperateOceanic
Temperate ..[#orchid] SubpolarOceanic
Temperate ..[#orchid] MonsoonInfluencedHumidSubtropical
Temperate ..[#orchid] TemperateOceanicWithDryWinters
Temperate ..[#orchid] SubPolarOceanicWithDryWinters
Temperate ..[#orchid] HotSummerMediterranean
Temperate ..[#orchid] WarnSummerMediterranean
Temperate ..[#orchid] CoolSummerMediterranean
Continental ..[#orchid] HotSummerHumidContinental
Continental ..[#orchid] WarmSummerHumidContinental
Continental ..[#orchid] Subartic
Continental ..[#orchid] ExtremelyColdSubartic
Continental ..[#orchid] MonsoonInfluencedHotSummerHumidContinental
Continental ..[#orchid] MonsoonInfluencedWarmSummerHumidContinental
Continental ..[#orchid] MonsoonInfluencedSubartic
Continental ..[#orchid] MonsoonInfluencedExtremelyColdSubarctic
Continental ..[#orchid] HotDrySummerContinental
Continental ..[#orchid] WarmDrySummerContinental
Continental ..[#orchid] DrySummerSubarctic
Continental ..[#orchid] ExtremelyColdDrySummerSubarctic
Polar ..[#orchid] MildTundra
Polar ..[#orchid] FrostColdTundra
Polar ..[#orchid] IceCap
/'
Definition of the types of FoIs
'/
FeatureOfInterest <|-- IfcBuilding
FeatureOfInterest <|-- BuildingAppliance
FeatureOfInterest <|-- IfcElement
FeatureOfInterest <|-- IfcSpatialElement
IfcSpatialStructureElement <|-- IfcBuilding
IfcSpatialElement <|-- IfcSpatialStructureElement
IfcSpatialStructureElement <|-- IfcBuildingStorey
IfcSpatialStructureElement <|-- IfcSite
IfcSpatialStructureElement <|-- IfcSpace
IfcSpatialElement <|-- IfcSpatialZone
IfcSpatialStructureElement --> SpaceCapacity: hit2gap:hasCapacity
IfcSite --> IfcSite: hit2gap:contains
IfcSite --> IfcBuilding: hit2gap:contains
IfcSite --> Climate: hit2gap:locatedInClimate
IfcBuilding --> IfcBuilding: hit2gap:contains
IfcBuildingStorey -->IfcSpace: hit2gap:contains
IfcZone -->IfcZone: hit2gap:contains
IfcZone -->IfcSpace: hit2gap:contains
IfcBuilding -->IfcSpatialZone: hit2gap:contains
IfcBuilding -->IfcSpace: hit2gap:contains
IfcBuilding --> IfcBuildingStorey: hit2gap:contains
IfcSpatialZone --> IfcElement: hit2gap:contains
IfcElement <|-- IfcDistributionElement
IfcElement <|-- IfcBuildingElement
IfcElement <|-- IfcElementComponent
IfcDistributionElement <|-- IfcDistributionControlElement
IfcDistributionElement <|-- IfcDistributionFlowElement
IfcDistributionElement --> DistributionElementState: hit2gap:hasState
DistributionElementState <|-- ContinousState
DistributionElementState <|-- DiscreteState
IfcDistributionElement --> IfcBuildingElement: hit2gap:contains
BuildingType <|-- Agricultural
Agricultural ..[#orchid] Barn
Agricultural ..[#orchid] Cellar
Agricultural ..[#orchid] Farmhouse
Agricultural ..[#orchid] Greenhouse
Agricultural ..[#orchid] Silo
BuildingType <|-- Commercial
Commercial ..[#orchid] AutomobileRepair
Commercial ..[#orchid] ConventionCenter
Commercial ..[#orchid] Drugstore
Commercial ..[#orchid] Hotel
Commercial ..[#orchid] Pharmacy
Commercial ..[#orchid] Office
Commercial ..[#orchid] MallSupermarket
Commercial ..[#orchid] BarRestaurant
Commercial ..[#orchid] Shop
BuildingType <|-- Residential
Residential ..[#orchid] Apartment
Residential ..[#orchid] House
Residential ..[#orchid] Bungalow
BuildingType <|-- Educational
Educational ..[#orchid] University
Educational ..[#orchid] Secondary
Educational ..[#orchid] Primary
BuildingType <|-- Industrial
Industrial ..[#orchid] Factory
Industrial ..[#orchid] DataCenter
Industrial ..[#orchid] LogisticPlatform
Industrial ..[#orchid] PowerPlant
Industrial ..[#orchid] Warehouse
BuildingType <|-- Religious
BuildingType <|-- Public
Public ..[#orchid] Library
Public ..[#orchid] Nursery
Public ..[#orchid] SwimmingCenter
Public ..[#orchid] Gym
Public ..[#orchid] Administration
Public ..[#orchid] NightClubConcert
Public ..[#orchid] Cinema
Public ..[#orchid] MuseumGallery
Public ..[#orchid] Hospital
BuildingType <|-- Transports
Transports ..[#orchid] Airport
Transports ..[#orchid] TrainStation
Transports ..[#orchid] BusStation
Transports ..[#orchid] Metro
IfcBuilding --> BuildingType: hit2gap:hasType
BuildingAppliance <|-- StaticBuildingAppliance
BuildingAppliance <|-- MobileBuildingAppliance
StaticBuildingAppliance <|-- IfcFlowTerminal
StaticBuildingAppliance <|-- Monitoring
MobileBuildingAppliance <|-- Wereable
BuildingAppliance --> BuildingAppliance: hit2gap:contains
Monitoring --> BuildingAppliance: hit2gap:MeasureInputOutput
StaticBuildingAppliance --> IfcZone: hit2gap:isLocatedIn
IfcEnergyConversionDevice --> IfcZone: hit2gap:InputOutput
StaticBuildingAppliance <|-- IfcFlowStorageDevice
StaticBuildingAppliance <|-- IfcFlowMovingDevice
StaticBuildingAppliance <|-- IfcFlowController
StaticBuildingAppliance <|-- IfcFlowTreatmentDevice
StaticBuildingAppliance <|-- IfcEnergyConversionDevice
Wereable <|-- Smartwatch
Wereable <|-- Smartphone
Monitoring <|-- IfcSensor
Monitoring <|-- IfcActuator
Monitoring <|-- IfcAlarm
Monitoring <|-- Meter
IfcBuildingElement <|-- IfcBeam
IfcBuildingElement <|-- IfcChimmey
IfcBuildingElement <|-- IfcColumn
IfcBuildingElement <|-- IfcCovering
IfcBuildingElement <|-- IfcCurtainWall
IfcBuildingElement <|-- IfcDoor
IfcBuildingElement <|-- IfcFooting
IfcBuildingElement <|-- IfcMember
IfcBuildingElement <|-- IfcPile
IfcBuildingElement <|-- IfcPlate
IfcBuildingElement <|-- IfcRailing
IfcBuildingElement <|-- IfcRamp
IfcBuildingElement <|-- IfcRampFlight
IfcBuildingElement <|-- IfcRoof
IfcBuildingElement <|-- IfcShadingDevice
IfcBuildingElement <|-- IfcSlab
IfcBuildingElement <|-- IfcStair
IfcBuildingElement <|-- IfcStairFlight
IfcBuildingElement <|-- IfcWall
IfcBuildingElement <|-- IfcWindow
IfcSpace <|-- Office
IfcSpace <|-- CirculationArea
IfcSpace <|-- WetArea
IfcSpace <|-- ConferenceRoom
IfcSpace <|-- Balcony
IfcSpace <|-- Kitchen
IfcSpace <|-- Toilets
IfcSpace <|-- Bathroom
IfcSpace <|-- RestRoom
IfcSpace <|-- Canteen
IfcSpace <|-- Cafeteria
IfcSpace <|-- Room
IfcSpace <|-- Desk
IfcSpace <|-- OpenSpace
IfcBuildingStorey <|-- Floor
Floor <|-- Subterranean
Floor <|-- Ground
IfcWindow --> WindowCoverings: hit2gap:hasCoverings
WindowCoverings <|-- Curtains
WindowCoverings <|-- Blinds
WindowCoverings <|-- Shutters
WindowCoverings <|-- Shades
IfcActuator --> IfcWindow: hit2gap:OpenClose
IfcActuator --> IfcWindowCoverings: hit2gap:OpenClose
IfcDistributionElement <|-- IfcDistributionControlElement
IfcDistributionControlElement <|-- IfcActuator
IfcDistributionControlElement <|-- IfcAlarm
IfcDistributionControlElement <|-- IfcController
IfcDistributionControlElement <|-- IfcFlowInstrument
IfcDistributionControlElement <|-- IfcProtectiveDeviceTrippingUnit
IfcDistributionControlElement <|-- IfcSensor
IfcDistributionControlElement <|-- IfcUnitaryControlElement
IfcSite --> Orientation: hit2gap:hasOrientation
IfcBuilding --> Orientation: hit2gap:hasOrientation
Orientation..[#orchid] North
Orientation..[#orchid] South
Orientation..[#orchid] West
Orientation..[#orchid] East
Orientation..[#orchid] North_East
Orientation..[#orchid] North_West
Orientation..[#orchid] South_East
Orientation..[#orchid] South_West
/'
Incorporation of micro-grid description to the building
'/
Microgrid --> Property: hit2gap:hasProperty
FeatureOfInterest <|-- Microgrid
Microgrid --> Branch: ontomg:hasBranch
Branch --> Branch: ontomg:isComposedOf
Branch <|-- ESBranch
Branch <|-- DERBranch
Branch <|-- ELBranch
Branch <|-- InfraBranch
Branch --> BranchController: hit2gap:hasA
IfcDistributionSystem <|-- IfcDistributionCircuit
BranchController <|-- IfcFlowController
ConductingEquipement <|-- BranchController
InfraBranch <|-- IfcDistributionCircuit
ESBranch <|-- IfcDistributionElement
ELBranch <|-- IfcDistributionElement
EnergyStorage <|-- IfcElectricalFlowStorageDevice
ELBranch <|-- IfcFlowMovingDevice
ELBranch <|-- IfcEnergyConversionDevice
IfcSystem <|-- IfcDistributionElement
DERBranch --> BranchSwitch: ontomg:hasA
DERBranch<|-- RenewableDERBranch
DERBranch<|-- NonRenewableDERBranch
RenewableDERBranch <|-- SolarPowerBranch
RenewableDERBranch <|-- SmallWindPowerBranch
RenewableDERBranch <|-- HydroPowerBranch
RenewableDERBranch <|-- GeoThermalBranch
RenewableDERBranch <|-- BiomassBranch
RenewableDERBranch <|-- MicroturbinesBranch
RenewableDERBranch <|-- SolarHybridBranch
RenewableDERBranch <|-- WindHybridBranch
RenewableDERBranch <|-- PhotovoltaicBranch
SolarPowerBranch--> SolarCell: ontomg:hasA
WindPowerBranch --> WindTurbine: ontomg:hasA
RegulatingCongEq <|-- WindTurbine
RegulatingCongEq <|-- SolarCell
SolarPowerBranch --> Converter: ontomg:hasA
WindPowerBranch --> Converter: ontomg:hasA
RectifierInverter <|-- Converter
Converter <|-- Inverter
Converter <|-- AcDcConverter
Inverter <|-- MonophasicInverter
Inverter <|-- TriphasicInverter
NonRenewableDERBranch <|-- OilBranch
NonRenewableDERBranch <|-- GasBranch
NonRenewableDERBranch <|-- CoalBranch
NonRenewableDERBranch <|-- NuclearBranch
OilBranch <|-- FuelCellBranch
NonRenewableDERBranch <|-- CHPPPowerBranch
NonRenewableDERBranch <|-- MicroCHPPPowerBranch
NonRenewableDERBranch <|-- ReciprocatingBranch
NonRenewableDERBranch <|-- StirlingBranch
FuelCellBranch --> Converter: ontomg:hasA
FuelCellBranch --> DieselGenerator: ontomg:hasA
/'
Definiton of Mechanical Building Elements
'/
IfcDistributionFlowElement <|-- ElectricElement
IfcDistributionFlowElement <|-- MonitoringElement
IfcDistributionFlowElement <|-- WereableElement
IfcDistributionFlowElement <|-- IfcDistributionChamberElement
IfcDistributionFlowElement <|-- IfcEnergyConversionDevice
IfcDistributionFlowElement <|-- IfcFlowController
IfcDistributionFlowElement <|-- IfcFlowFitting
IfcDistributionFlowElement <|-- IfcFlowMovingDevice
IfcDistributionFlowElement <|-- IfcFlowTerminal
IfcDistributionFlowElement <|-- IfcFlowStorageDevice
IfcDistributionFlowElement <|-- IfcFlowTreatmentDevice
IfcEnergyConversionDevice <|-- AirHandlingUnit
IfcEnergyConversionDevice <|-- IfcBoiler
IfcEnergyConversionDevice <|-- IfcChiller
IfcEnergyConversionDevice <|-- IfcCoil
IfcEnergyConversionDevice <|-- IfcBurner
IfcEnergyConversionDevice <|-- IfcCoil
IfcEnergyConversionDevice <|-- IfcEvaporativeCooler
IfcEnergyConversionDevice <|-- IfcEngine
IfcEnergyConversionDevice <|-- WaterPlant
IfcEnergyConversionDevice <|-- SteamPlant
IfcEnergyConversionDevice <|-- IfcHeatExchanger
IfcEnergyConversionDevice <|-- IfcAirToAirHeatRecovery
IfcEnergyConversionDevice <|-- IfcHumidifier
IfcEnergyConversionDevice <|-- IfcEvaporator
IfcEnergyConversionDevice <|-- ChilledBeams
IfcEnergyConversionDevice <|-- IfcCoolingTower
IfcEnergyConversionDevice <|-- IfcCondenser
IfcEnergyConversionDevice <|-- IfcTransformer
IfcEnergyConversionDevice <|-- IfcElectricGenerator
IfcEnergyConversionDevice <|-- IfcElectricMotor
IfcEnergyConversionDevice <|-- IfcSolarDevice
IfcSolarDevice ..[#orchid] SOLARCOLLECTOR
IfcSolarDevice ..[#orchid] SOLARPANEL
IfcSolarDevice ..[#orchid] SOLARELECTRIC
IfcSolarDevice ..[#orchid] SOLARTHERMAL
IfcElementComponent <|-- IfcVibrationIsolator
IfcFlowTerminal <|-- IfcSpaceHeater
IfcFlowTerminal <|-- IfcFireSuppressionTerminal
IfcFlowTerminal <|-- IfcSanitaryTerminal
IfcFlowTerminal <|-- IfcStackTerminal
IfcFlowTerminal <|-- IfcWasteTerminal
IfcFlowTerminal <|-- IfcAudioVisualAppliance
IfcFlowTerminal <|-- IfcCommunicationAppliance
IfcFlowTerminal <|-- IfcElectricAppliance
IfcFlowTerminal <|-- IfcLamp
IfcFlowTerminal <|-- IfcOutlet
IfcFlowTerminal <|-- ElectricHeater
IfcLamp --> LampType: hit2gap:hasLampType
LampType ..[#orchid] CentralLight
LampType ..[#orchid] DeskLight
LampType ..[#orchid] OutdoorlLight
IfcFlowMovingDevice <|-- IfcCompressor
IfcFlowMovingDevice <|-- IfcFan
IfcFan <|-- FanCoilUnit
IfcFlowMovingDevice <|-- IfcPump
IfcPump <|-- HeatPump
IfcFlowStorageDevice <|-- IfcTank
IfcFlowStorageDevice <|-- IfcElectricFlowStorageDevice
IfcFlowController <|-- IfcValve
IfcFlowController <|-- IfcDamper
IfcFlowTreatmentDevice <|-- IfcInterceptor
/'
Definition of the properties hierarchy
'/
Property <|-- EconomicProperties
Property <|-- PhysicProperties
Property <|-- OccupantStateProperties
EconomicProperties <|-- Cost
EconomicProperties <|-- Investment
PhysicProperties <|-- Air
PhysicProperties <|-- Area
PhysicProperties <|-- Capacity
Capacity<|-- ProductionCapacity
PhysicProperties <|-- Color
PhysicProperties <|-- Conductivity
PhysicProperties <|-- Density
PhysicProperties <|-- Depth
PhysicProperties <|--EquivalentDepth
PhysicProperties <|-- Energy
Energy<|-- ElectricEnergy
Energy<|-- HeatFluxEnergy
PhysicProperties <|-- Evaporation
PhysicProperties <|-- Condensation
PhysicProperties <|-- Medium
PhysicProperties <|-- Precipitation
PhysicProperties <|-- Pressure
PhysicProperties <|-- Radiation
Radiation<|-- IncidentRadiation
IncidentRadiation<|-- AbsorbedIncidentRadiation
IncidentRadiation<|-- ReflectedIncidentradiation
IncidentRadiation<|-- AbsorbedScatteredIncidentRadiation
IncidentRadiation<|-- TransmittedIncidentRadiation
PhysicProperties <|-- Rainfall
PhysicProperties <|-- Reflectivity
PhysicProperties <|-- Shape
Shape<|-- CrossSection
Shape<|-- Height
Shape<|-- Length
Shape<|-- Slope
Shape<|-- Weight
Shape<|-- Width
PhysicProperties <|-- Speed
PhysicProperties <|-- Temperature
PhysicProperties <|-- Time
PhysicProperties <|-- Transparency
PhysicProperties <|-- Velocity
PhysicProperties <|-- Visibility
PhysicProperties <|-- Volume
Volume<|-- Discharge
Volume<|-- Flow
Flow<|-- Inflow
Flow<|-- Outflow
Medium<|-- AirMedium
PhysicProperties <|-- Climate
PhysicalMedium <|-- Oil
PhysicalMedium <|-- Gas
PhysicalMedium <|-- Water
PhysicalMedium <|-- Air
PhysicalMedium <|-- Steam
PhysicalMedium <|-- Radiation
IfcFlowMovingDevice --> PhysicalMedium: hit2gap:transports
IfcEnergyConversionDevice --> PhysicalMedium: hit2gap:consumes
IfcEnergyConversionDevice --> PhysicalMedium: hit2gap:produces
IfcFlowStorageDevice --> PhysicalMedium: hit2gap:stores
IfcFlowController --> PhysicalMedium: hit2gap:controls
IfcFlowTerminal --> PhysicalMedium: hit2gap:consumes
OccupantStateProperties <|-- Stress
OccupantStateProperties <|-- Pulse
IfcActuator --> IfcActuatorType: owl:equivalentClass
IfcAlarm --> IfcAlarmType: owl:equivalentClass
IfcController --> IfcControllerType: owl:equivalentClass
IfcSensor --> IfcSensorType: owl:equivalentClass
IfcFlowInstrument --> IfcFlowInstrumentType: owl:equivalentClass
IfcBoiler --> IfcBoilerType: owl:equivalentClass
IfcChiller --> IfcChillerType: owl:equivalentClass
IfcCoil --> IfcCoilType: owl:equivalentClass
IfcEvaporativeCooler --> IfcEvaporativeCoolerType: owl:equivalentClass
IfcHeatExchanger --> IfcHeatExchangerType: owl:equivalentClass
IfcAirToAirHeatRecovery --> IfcAirToAirHeatRecoveryType: owl:equivalentClass
IfcHumidifier --> IfcHumidifierType: owl:equivalentClass
IfcEvaporator --> IfcEvaporatorType: owl:equivalentClass
IfcCoolingTower --> IfcCoolingTowerType: owl:equivalentClass
IfcCondenser --> IfcCondenserType: owl:equivalentClass
IfcTransformer --> IfcTransformerType: owl:equivalentClass
IfcElectricGenerator --> IfcElectricGeneratorType: owl:equivalentClass
IfcElectricMotor --> IfcElectricMotorType: owl:equivalentClass
IfcVibrationIsolator --> IfcVibrationIsolatorType: owl:equivalentClass
IfcSpaceHeater --> IfcSpaceHeaterType: owl:equivalentClass
IfcFireSuppressionTerminal --> IfcFireSuppressionTerminalType: owl:equivalentClass
IfcSanitaryTerminal --> IfcSanitaryTerminalType: owl:equivalentClass
IfcStackTerminal --> IfcStackTerminalType: owl:equivalentClass
IfcWasteTerminal --> IfcWasteTerminalType: owl:equivalentClass
IfcElectricAppliance --> IfcElectricApplianceType: owl:equivalentClass
IfcLamp --> IfcLampType: owl:equivalentClass
IfcOutlet --> IfcOutletType: owl:equivalentClass
IfcCompressor --> IfcCompressorType: owl:equivalentClass
IfcFan --> IfcFanType: owl:equivalentClass
IfcPump --> IfcPumpType: owl:equivalentClass
IfcTank --> IfcTankType: owl:equivalentClass
IfcElectricFlowStorageDevice --> IfcElectricFlowStorageDeviceType: owl:equivalentClass
IfcValve --> IfcValveType: owl:equivalentClass
IfcDamper --> IfcDamperType: owl:equivalentClass
@enduml
| false | true | false | false | sequence |
b613a0de032b8c8f09699c2a075a909dff7e2476 | d68142d9abef373808da3369c60b4c9a37fca7a9 | /src/main/plain/LibraryClass.puml | c66c05ad1e8fab39d6088c2bd069982f24f922af | [] | no_license | iam-nhi-nguyen/library-management | ba433b61e0683694bab549cef6dd7f8f183f2e92 | c231bbed87e8892484922df0ae30152ff512b5cf | refs/heads/master | 2023-06-11T07:18:41.093574 | 2021-06-25T06:35:05 | 2021-06-25T06:35:05 | 378,774,223 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 554 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class Person {
id
name
email
phone
}
class Borrower {
positionId
}
class Author
class Book {
id
title
category
available
}
class Loan {
id
borrowerId
bookId
timeBorrow
timeReturn
}
class Position {
id
title
length
number
}
class Librarian {
id
username
password
name
}
Person <|-r- Borrower
Person <|-l- Author
Author }|--|{ Book
Loan }o-u-o| Borrower
Loan }o-l-o| Book
Borrower }o-|| Position
@enduml | false | true | false | false | class |
2287c43ac82a10df71d70b5156e73841d5eceff2 | 6e7eee30b5d1700459f1f0193ecd81c7b7cc2155 | /src/Poker/plantuml/HandException.puml | e8112126a2fe79a1609f094e228e41a0006f2f07 | [] | no_license | jonaskeisu/newton-sysg-test | 7f534f17c8400eb03c618c7d4c064cc7652fe896 | 1201512b8946cb1dd535cda3341c0d79f4eaf094 | refs/heads/main | 2023-01-23T00:52:40.483897 | 2020-12-08T08:31:54 | 2020-12-08T08:31:54 | 311,073,580 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 160 | puml | @startuml
class HandException {
+ HandException()
+ HandException(message:string)
+ HandException(message:string, inner:System.Exception)
}
@enduml
| false | true | false | false | class |
a6b2b1d61e608e79ed903ec9719146ae59fe5178 | 224a1a9d2889a43246bccd99371848e546f85dd8 | /src/main/docs/base_pfmp.puml | 740cd913651d675c09e884b7513ebbdb354220b8 | [] | no_license | ejakubiec/gestages | 37e8e9d04467bbc8d4f138a9af3bd7cf436d5f3e | c4884e5e99acff217ebbd9ef82441b78648620df | refs/heads/master | 2021-04-29T12:42:42.665596 | 2018-03-07T13:42:16 | 2018-03-07T13:42:16 | 121,733,809 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,147 | puml | @startuml
class Individu << Entity >> {
- id: Bigint
- nom: String
- prenom: String
- civilite: String
- naissance: Date
- code_synchro: String
- telephoneMobile: String
- telephoneFixe: String
- email: String
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Utilisateur << Entity >> {
-id: Bigint
-login: String
-mdp : String
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Division << Entity >> {
- id: Bigint
- code: String
- libelle: String
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Niveau << Entity >> {
- id: Bigint
- code: String
- niveauCourt: String
- niveauLong: String
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Discipline << Entity >> {
- id: Bigint
- code: String
- libelle: String
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
hide circle
Individu "0..*" --- "profs *" Division
Individu " profs *" --- "0..*" Discipline
Division "0..*" --- "0..1" Niveau
Individu "1 " --- "0..1" Utilisateur
@enduml | false | true | false | false | class |
22a93c5963237eadfe3f144a5afbb75b706245bb | 4d8eb6475f9802d0c0294eb570ebb4a7e724c0a0 | /src/main/java/shiro/demo.puml | d0732e0cef933d007ccd7805a0ba2f9a8f0acb60 | [] | no_license | dominoTao/java-test | 0d34ce9b713ae6df3c9b8f1e4f8c1b566043fd5d | f7b1b34cb8eb15f90d4b8e8ee8b902ce72edeff9 | refs/heads/master | 2022-12-04T18:46:27.258450 | 2020-09-02T15:38:36 | 2020-09-02T15:38:36 | 288,077,406 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 154 | puml | @startuml
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <-- AbstractList
Collection <-- List
@enduml | false | true | false | false | class |
352d3d014bd3b012c2e6572dffbb99606224c5a3 | fa5b182a425c4d522da16ac2b5fbbad86a8e85a9 | /src/main/java/org/example/Solution41/Solution41UML.puml | 811b8d40e9f7513810774ca7834decf3107b032e | [] | no_license | SabirahSalau/salau-cop3330-assignment3 | 5fbc3666a33a3b05409421c4d109fa1352020473 | 889a2d29496b9b4174d0e65d351c6d393f571de5 | refs/heads/master | 2023-06-29T18:18:28.314222 | 2021-08-02T05:33:31 | 2021-08-02T05:33:31 | 378,772,806 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 320 | puml | @startuml
'https://plantuml.com/sequence-diagram
Class ReadNames
{
ArrayList<String> nameList
-inputFile
+outputFile path
read names
sort list
print output
}
Class SortNames
{
+sortNames
}
Class OutputNames
{
+printSortedNames
Output to console
}
ReadNames --> SortNames
ReadNames -->OutputNames
@enduml | false | true | false | false | class |
347093996fb6bafbbda25e9b29874c92f13796f3 | 3d152062945dc6bc52a4d87ca0f0c8052e14c7aa | /docs/diagrams/ReturnClassDiagram.puml | 4c409e4e44b41b21fc2c6295fd732e33ccbc3b73 | [
"MIT"
] | permissive | Cherweijie/main | adff38b7d3a7f5de1e5213454f860e1b4b93c248 | 25e8860f5b2417a30c69a9d07daef097c2aec5e6 | refs/heads/master | 2021-01-14T17:10:02.254944 | 2020-04-11T10:21:35 | 2020-04-11T10:21:35 | 242,690,844 | 0 | 1 | NOASSERTION | 2020-02-24T09:12:25 | 2020-02-24T09:07:53 | null | UTF-8 | PlantUML | false | false | 2,207 | puml | @startuml
/' @author @cherweijie'/
skinparam backgroundColor #ffffff
skinparam classAttributeIconSize 0
hide circle
class ReturnCommandParser implements Parser {
/' Methods '/
+ parse(args : String) : ReturnCommand
- onlyTransactionIdPresent(ArgumentMultimap argMultimap) : boolean
- anyCompulsoryPrefixMissing(ArgumentMultimap argMultimap) : boolean
- createReturnOrder(ArgumentMultimap argMultimap) : ReturnOrder
- arePrefixesPresent(ArgumentMultimap argMultimap) : boolean
}
interface Parser<T extends Command> {
parse(userInput : String) : ReturnCommand
}
abstract class Command {
{abstract} execute(Model model) : CommandResult
}
class ReturnCommand extends Command {
/' Fields '/
- tid : TransactionId
- toBeCreated : ReturnOrder
/' Methods '/
+ execute(model : Model) : CommandResult
- getOrderByTransactionId(Model model) : Order
}
interface Model <<Interface>> {
+ deleteOrder(order : Order) : void
+ hasReturnOrder(returnOrder : ReturnOrder) : boolean
+ addReturnOrder(returnOrder : ReturnOrder) : void
+ isDelivered() : boolean
}
abstract class "{abstract}\nParcel" {
+ getTid() : TransactionId
+ getName() : Name
+ getPhone() : Phone
+ getEmail() : Email
+ getAddress() : Address
+ getTimestamp() : Timestamp
+ getWarehouse() : Warehouse
+ getComment() : Comment
+ getItemType() : TypeOfItem
+ isDelivered() : boolean
+ setDeliveryStatus(status : boolean) : void
}
class ReturnOrder {
/' Fields '/
- tid : TransactionId
- name : Name
- phone : Phone
- email : Email
- address : Address
- timestamp : Timestamp
- warehouse : Warehouse
- comment : Comment
- itemType : TypeOfItem
- deliveryStatus : boolean
/' Methods '/
+ equals(other : Object) : boolean
+ hashCode() : int
+ toString() : String
+ isSameParcel(otherOrder : Parcel) : boolean
}
class TransactionId {
- tid : String
+ isValidTid(test : String) : boolean
}
ReturnCommandParser ..> ReturnCommand
ReturnCommand ..> Model
ReturnCommand ..> TransactionId
ReturnCommand --> ReturnOrder
ReturnOrder --left|> "{abstract}\nParcel"
@enduml
| false | true | false | false | class |
3b8cbe856f693ab4f268eaa64c3c00f7177b62ca | 3cc9aaa247377b9f959214666515737343faeee1 | /rei_dsl/design/class_kinematic_structure.puml | fb65934142c3ad9249479d7f8a91737db125ae70 | [] | no_license | kyberszittya/rei_semantic | 74c6808c8f7ee611fbcbd4e8a476782b166eefe4 | bc831d0b69c0284045df10c1bc9cd79153df9c2f | refs/heads/main | 2023-09-05T14:36:14.063675 | 2021-11-24T01:12:58 | 2021-11-24T01:12:58 | 417,306,387 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,163 | puml | @startuml
'https://plantuml.com/class-diagram
mainframe **class** Kinematic tree elements
class Translate {
-x: double
-y: double
-z: double
}
class Rotation {
-roll: double
-pitch: double
-yaw: double
}
class Transform {
}
Transform *-- "1" Translate: translate
Transform *-- "1" Rotation: rotation
class KinematicLink {
-name: String
-body: BodyElement
-inertia: InertiaElement
-children_links: dict{string, {KinematicJoint, KinematicLink}}
-parent_link: {KinematicLink}
+add_child(jnt: KinematicJoint)
+add_parent(jnt: KinematicJoint)
}
class KinematicJoint {
-name: String
-joint_type: JointType
-control_type: JointControlType
-limit: JointLimit
+set_joint_idx(i: int)
}
class JointLimit {
-limit_lower: double
-limit_upper: double
}
enum JointType {
FIXED, REVOLUTE, PRISMATIC, SPHERICAL, COINTNUOUS
}
enum JointControlType {
POSITION, VELOCITY, TORQUE
}
KinematicJoint "1" -- "parent" KinematicLink
KinematicJoint -- "child" KinematicLink
KinematicJoint -- "axis" Translate
KinematicJoint -- "origin" Transform
KinematicJoint -- "limit" JointLimit
@enduml | false | true | false | false | class |
ffa0175552b8605d1e21cdb8cda147124b031cb2 | f0407481ca542712c88f7676b797eaf4f3d4bb24 | /docs/diagrams/did_create_seq.plantuml | 6793ae1a711f8ea73592bb81f6657895181c0b97 | [
"Apache-2.0"
] | permissive | medibloc/panacea-core | 7882779e7ae7ba319cddf049df670b3516c7fec1 | bf5db545bd81f844fb00941e44420c7d7a3033eb | refs/heads/main | 2023-08-08T09:15:26.621800 | 2023-07-26T04:43:40 | 2023-07-26T04:43:40 | 199,695,821 | 71 | 28 | NOASSERTION | 2023-07-26T04:43:42 | 2019-07-30T17:14:45 | Go | UTF-8 | PlantUML | false | false | 506 | plantuml | @startuml
actor Hospital
actor UserAgent
actor Insurance
database Panacea
UserAgent -> UserAgent : create DID using Panacea SDK
UserAgent -> UserAgent : store private key securely
UserAgent -> Panacea : register DID
Hospital -> Hospital : create DID using Panacea SDK
Hospital -> Hospital : store private key securely
Hospital -> Panacea : register DID
Insurance -> Insurance : create DID using Panacea SDK
Insurance -> Insurance : store private key securely
Insurance -> Panacea : register DID
@enduml
| false | true | false | false | sequence |
ed90181c8398925f8ac3d029cf03c86924227ca8 | c7bed654cd20a8f4d5c828305c21340f52e7ea8d | /docs/assets/boot_sequence.plantuml | ac5a66310fb41426f376aa7d543d9c1c59acd411 | [
"Apache-2.0"
] | permissive | threefoldtech/zos | 61a73ae5271fb5c71d1147e2468110ec9bcb3d4e | 5aabc89ddccb43bce6258cd56b0d5898edd99720 | refs/heads/main | 2023-08-17T13:46:43.495973 | 2023-08-09T11:53:34 | 2023-08-09T11:53:34 | 170,118,980 | 82 | 21 | Apache-2.0 | 2023-09-13T09:51:54 | 2019-02-11T11:40:22 | Go | UTF-8 | PlantUML | false | false | 760 | plantuml | @startuml
package "node-ready"{
[local-modprobe]
[udev-trigger]
[redis]
[haveged]
[cgroup]
[redis]
}
package "boot" {
[storaged]
[internet]
[networkd]
[identityd]
}
package "internal modules"{
[flistd]
[containerd]
[contd]
[upgraded]
[provisiond]
}
[local-modprobe]<-- [udev-trigger]
[udev-trigger] <-- [storaged]
[udev-trigger] <-- [internet]
[storaged] <-- [identityd]
[identityd] <- [networkd]
[internet] <-- [networkd]
[networkd] <-- [containerd]
[storaged] <-- [containerd]
[containerd] <-- [contd]
[storaged] <-- [flistd]
[networkd] <-- [flistd]
[flistd] <-- [upgraded]
[networkd] <-- [upgraded]
[networkd] <-- [provisiond]
[flistd] <-- [provisiond]
[contd] <-- [provisiond]
@enduml
| false | true | false | false | uml-unknown |
d11a7cf136afc5034fed147cf1843a7f83c7a2d6 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-class-matrikkel.puml | 82f652dbab258f70a736234eb47ae53654901415 | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 465 | puml | @startuml
skinparam nodesep 100
hide circle
class Arkivstruktur.NasjonaleIdentifikatorer.Matrikkel <Nasjonalidentifikator> {
+kommunenummer : string
+gaardsnummer : integer
+bruksnummer : integer
+festenummer : integer [0..1]
+seksjonsnummer : integer [0..1]
}
class Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator {
}
Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator <|-- Arkivstruktur.NasjonaleIdentifikatorer.Matrikkel
@enduml
| false | true | false | false | class |
f51fbd286f99b9d74fd5c84f531257f733d74c73 | b6ef874704b2d26f7d1ed4838f68f7735d84dc93 | /docs/uml-diagrams/ViewTimetable.puml | b7f7db54c1a96317667704602783ebafecef8873 | [] | no_license | AY2122S1-CS2113T-W12-2/tp | 1494ecfe347d8733e1041085cff7ff4efe2b7739 | 47addc59a00bf047e96c84218a229c0faf0b0876 | refs/heads/master | 2023-08-26T04:02:15.336551 | 2021-11-11T04:31:02 | 2021-11-11T04:31:02 | 408,789,383 | 2 | 3 | null | 2021-11-10T14:26:41 | 2021-09-21T11:15:45 | Java | UTF-8 | PlantUML | false | false | 1,931 | puml | @startuml
'https://plantuml.com/sequence-diagram
[-> TimetableCommand : execute()
activate TimetableCommand
TimetableCommand ->Timetable : showTimetable()
activate Timetable
Timetable -> TimetableUI as "<<class>> \nTimetableUI" : <<static>> \nprintScheduleHours()
activate TimetableUI
TimetableUI --> Timetable
deactivate TimetableUI
loop For each day of week
Timetable -> TimetableUI : <<static>> \nprintDaySchedule(schedule, showUserItemsOnly)
activate TimetableUI
opt showUserItemsOnly is true
TimetableUI -> TimetableUI : getUserItems(schedule)
activate TimetableUI
TimetableUI --> TimetableUI : returns schedule with only \npersonal tasks
deactivate TimetableUI
end
TimetableUI -> TimetableUI : printLine(schedule,TITLE)
activate TimetableUI
deactivate TimetableUI
note left
Internally printLine self-invocates more
methods but has been left out of this
diagram in favor of conveying general
concept
end note
TimetableUI -> TimetableUI : printLine(schedule,TYPE)
activate TimetableUI
deactivate TimetableUI
TimetableUI -> TimetableUI : printLine(schedule,VENUE)
activate TimetableUI
deactivate TimetableUI
TimetableUI --> Timetable
deactivate TimetableUI
end
Timetable -> TimetableUI : <<static>> \nprintModules()
activate TimetableUI
loop For each module in timetable
TimetableUI -> Module : getExam(semester)
activate Module
Module --> TimetableUI : exam dates for this semester
deactivate Module
TimetableUI -> Module : getModuleCredit()
activate Module
Module --> TimetableUI : Number of MCs
deactivate Module
end
TimetableUI --> Timetable : prints all modules taken \nand exam dates
deactivate TimetableUI
TimetableCommand <-- Timetable
deactivate Timetable
<--TimetableCommand
deactivate TimetableCommand
@enduml | false | true | false | false | sequence |
0ff64835f6b113d349aa3d44a47fab922cbf51de | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/blue/1150478/sp2/design2.puml | f349d07e47e8b92ddb8ac04c7b15788ddcb0e230 | [] | 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 | 740 | puml | @startuml
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
box "Connection user - browser"
User -> Browser : navigate to page
Browser --> User : asks for the name and icon
User -> Browser : inserts data
end box
box "Extensions"
Browser -> ExtensionsView : name
Browser -> ExtensionsView : selectedIcon
ExtensionsView -> ExtensionsPresenter : String name = getPopupName().getText()
ExtensionsView -> ExtensionsPresenter : IconType selectedIcon = getIconPopupChoosed()
end box
box "Workbook"
ExtensionsPresenter -> WorkbookView : getPopupMenu().add(name, selectedIcon)
end box
Browser -> Browser : redirect extensions page
@enduml | false | true | false | false | usecase |
a8c6b0ee2c7c70a5020e9b4d87287a232dfb1321 | f31e21b8deb50fb1752dde9e785f1ef9b99262a4 | /Shared/Plantuml/class.plantuml | b97151b26ddba1426ec9410bc2ff31daa18d2815 | [] | no_license | NgocDaoLe/luanvandao | 8bf9efb81e9fb4b0b8ad0ef19a8895d16bd02f6b | 2f96edbea6f36f434ac3c1f75b1d80f27bd91b9d | refs/heads/main | 2023-05-27T21:33:43.580843 | 2021-06-18T08:30:25 | 2021-06-18T08:30:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,761 | plantuml | @startuml
skinparam linetype ortho
class Nhanvien{
+ NhanVien_Id
+ Nhanvien_Password
+ NhanVien_HoTen
+ NhanVien_NgaySinh
+ NhanVien_DiaChi
+ NhanVien_SDT
+ NhanVien_GioiTinh
+ NhanVien_HinhAnh
+ Google_Email
}1
class Vanbandi{
+ VBDi_Id
+ VBDi_TieuDe
+ VBDi_LoaiVanBan_Id
+ VBDi_NgayBanHanh
+ VBDi_SoDi
+ VBDi_NgayGui
+ VBDi_NguoiGui
+ VBDi_NoiNhan
+ VBDi_SoTrang
+ VBDi_NoiDung
+ VBDi_TrichYeu
+ VBDi_DinhKem
+ VBDi_GhiChu
}
Vanbandi "1..*" -- "1..*" Nhanvien
(Vanbandi, Nhanvien) . Vanbandi_nhanvien
class Vanbandi_nhanvien{
+ Nguoitao
+ Nguoiky
}
class Phongban {
+PhongBan_Id
+PhongBan
}
' phongban "1" --"1..*" nhanvien
class Chucvu{
+ChucVu_Id
+ChucVu
+ChucVu_GhiChu
}
Chucvu "1" --"1..*" Nhanvien
class Coquan{
+ CoQuan_Id
+ CoQuan
}
Coquan "1" --"1..*" Phongban
Phongban"1..*"--"1" Nhanvien
class Noibanhanh{
+ NoiBH_Id
+ NoiBanHanh
+ NoiBH_GhiChu
}
class Vanbanden{
+ VBDen_Id
+ VBDen_TieuDe
+ VBDen_NgayBanHanh
+ VBDen_NgayNhan
+ VBDen_SoDen
+ VBDen_NguoiNhan
+ VBDen_NguoiGui
+ VBDen_SoTrang
+ VBDen_NoiDung
+ VBDen_TrichYeu
+ VBDen_HanTraLoi
+ VBDen_DinhKem
+ VBDen_GhiChu
}
Noibanhanh"1..*"--"1" Vanbanden
class Phanquyen{
+ PhanQuyen_Id
+ PhanQuyen_Quyen
}
Phanquyen"1"--"1..*" Nhanvien
class Loaivanban{
+ LoaiVB_Id
+ LoaiVanBan
+ LoaiVB_GhiChu
}
Loaivanban"1..*"--"1" Vanbanden
' class chucvu_nhanvien{
' + nhiemky : String
' void setChuvu(nhanvien nv)
' }
' note right of chucvu_nhanvien::nhiemky
' nhiem ky tu ngay den nay,
' thoi gian hieu luc.
' vidu: 01/2020 - 01/2023
' end note
@enduml | false | true | false | false | class |
749a007101710b5242676d28a45a6393b2298e96 | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /16 Creole/3 Escape character.puml | a6466cb6c66c0e4abeaf4318cfe9743eb5e0ff96 | [
"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 | 103 | puml | @startuml
object demo {
This is not ~___underscored__.
This is not ~""monospaced"".
}
@enduml | false | true | false | false | object |
a5954e26570d5676b4d972e49959c09424f48cfc | 114d183f85e91502b4f87581521dcfa41a8152a0 | /doc/diagrams/GL/vertex_specification.puml | 8a0ceb9fbb06ae0f0ea1f9f5240860733ba19af0 | [
"BSL-1.0",
"GPL-3.0-only",
"GPL-1.0-or-later"
] | permissive | ford442/oglplu2 | 5544c888a11b9b2f92c3dd658c914403a6372604 | abf1e28d9bcd0d2348121e8640d9611a94112a83 | refs/heads/develop | 2023-07-28T03:56:59.431213 | 2021-09-01T05:40:48 | 2021-09-01T05:40:48 | 403,495,160 | 0 | 0 | BSL-1.0 | 2021-09-06T05:23:50 | 2021-09-06T05:21:38 | null | UTF-8 | PlantUML | false | false | 1,441 | puml | @startuml
class VertexArray {
element_buffer : Buffer
}
class VertexBufferBinding {
bindingindex: int
---
buffer: Buffer
offset: int
stride: int
divisor: int
}
class VertexArrayAttrib {
attribindex: int
---
bindingindex: int
type: data_type
values_per_vertex: int
offset: int
normalized: bool
enabled: bool
}
enum BufferTarget {
array
element_array
uniform
shared_storage
atomic_counter
texture
query
transform_feedback
draw_indirect
dispatch_indirect
copy_read
copy_write
pixel_pack
pixel_unpack
}
class Buffer {
size
flags
}
class BufferBinding {
buffer: Buffer
target: BufferTarget
}
class Program {
shaders: Shader[]
}
class ProgramVertexAttrib{
name: string
type: data_type
attribindex: int
}
VertexArray *-- VertexArrayAttrib
note on link: glEnableVertexAttribArray,\nglVertexAttribFormat
VertexArray *-- VertexBufferBinding
note on link: glBindVertexBuffer
VertexArrayAttrib --> VertexBufferBinding
note on link: glVertexAttribBinding
VertexBufferBinding --> Buffer: vertex buffer
VertexArray --> Buffer : element buffe
note on link: glBindBuffer
BufferBinding --> Buffer
note on link: glBindBuffer
BufferBinding -- BufferTarget
Program *-- ProgramVertexAttrib
note on link: glBindAttribLocation,\nglGetAttribLocation
ProgramVertexAttrib --> VertexArrayAttrib
@enduml
| false | true | false | false | sequence |
286c3e517902471cfba7e79694f8c4594b5503eb | 89ab510c8137fa7df472fc0121b34847fc6e2084 | /src/main/java/org/example/ex28/base/FlowChart.puml | 44437de492beaf74bace6f9bdcf8985e2b1451e4 | [] | no_license | ErikDokken2/dokken-cop3330-assignment2 | 16ab37664179b86343abe6cfea123a9fbf3bae02 | 015d89934a2b97aa501e016d4ccba9748bb375e9 | refs/heads/master | 2023-05-30T03:34:02.221895 | 2021-06-14T01:57:30 | 2021-06-14T01:57:30 | 376,555,032 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 190 | puml | @startuml
'https://plantuml.com/class-diagram
class GetInputs
class calculateSum
class printOutput
GetInputs o-> calculateSum
calculateSum o->GetInputs
calculateSum o--> printOutput
@enduml | false | true | false | false | class |
cfb41faeb62dd2a92eb5e5f949424a138ddbb377 | f563631a7a9f473bb8a6a53ed87ab80cd9cd9d86 | /Assets/Scripts/plantuml/Bombs/BombGenerator.puml | 30eb65586ef787b2b483e0e510b9edd8f054780e | [] | no_license | 202004g07/UnityShooting | 74cc68f7abf2cc49bc6455b8c19587e245227b50 | 1249e19e0f660cd8f51930a9466962ac2754ff19 | refs/heads/main | 2023-01-01T21:18:11.351731 | 2020-10-26T09:24:12 | 2020-10-26T09:24:12 | 302,015,985 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 192 | puml | @startuml
class BombGenerator {
- span : float
- Start() : void
CreateBomb() : IEnumerator
}
MonoBehaviour <|-- BombGenerator
BombGenerator --> "BombPrefab" BombController
@enduml
| false | true | false | false | class |
9e7d0df20df6f51cf7ca21b94cea4ae628500e1d | fcf2964bea457ff3bc5487edc35cd7fd601a6285 | /docs/diagrams/domainModel.puml | 9ab3adc802fe4cbec23496df73ccf34acb98a6f8 | [] | no_license | jofrancis1997/ekzameno | e1460196dda7117e9022e2e41df7bea250d7c1dc | b68f02b68740fbdbcf7d4c2fc091d5f17e987ac5 | refs/heads/master | 2023-02-26T02:25:06.586561 | 2020-11-22T00:49:57 | 2020-11-22T00:49:57 | 334,376,922 | 1 | 0 | null | 2021-01-30T09:38:29 | 2021-01-30T09:38:19 | null | UTF-8 | PlantUML | false | false | 755 | puml | @startuml Domain Model
class User {}
class Student {}
class Instructor {}
class Administrator {}
class Subject {}
class Exam {}
class Question {}
class ShortAnswerQuestion {}
class MultipleChoiceQuestion {}
class Option {}
class ExamSubmission {}
class QuestionSubmission {}
Student --|> User
Instructor --|> User
Administrator --|> User
Student "1..*" o--o "*" Subject
Instructor "1..*" o--o "*" Subject
ShortAnswerQuestion --|> Question
MultipleChoiceQuestion --|> Question
Student "1" *-- "*" ExamSubmission
Subject "1" *-- "*" Exam
Exam "1" *-- "*" Question
Exam "1" *-- "*" ExamSubmission
ExamSubmission "1" *-- "*" QuestionSubmission
Question "1" *-- "*" QuestionSubmission
MultipleChoiceQuestion "1" *-- "1..*" Option
@enduml
| false | true | false | false | class |
beb545a31b8f9b7a38e2b1ccf3185a7cd1b1da7e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/DuplicateEnumValuesError.puml | 5e9883bc3e472140228915b9aea4e371686081af | [] | 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 | 479 | 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 DuplicateEnumValuesError [[DuplicateEnumValuesError.svg]] extends ErrorObject {
code: String
message: String
duplicates: [[String.svg List<String>]]
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
| false | true | false | false | class |
b58e42f9ca675bab4b7cb92d686bba2153046691 | 096702228f8553add41be733fc0217356df061e5 | /part1/tool1-mps/puml/Visualization.puml | 89b451b7d2d132997957fc0ee798369843e2621c | [] | no_license | HugoVinhal98/Comment-review-and-rate-DSL | e0044647c027328a2a3063b01cb483526daf0326 | 776bed6114097e81722174fcfe4d034aa81aef2a | refs/heads/master | 2023-03-24T09:19:11.789608 | 2021-03-13T14:02:41 | 2021-03-13T14:02:41 | 347,385,974 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,109 | puml | @startuml
Amazon --> Produto : subject
Produto --> Preço : field
class Preço {
type : Double
}
Produto --> Vendedor : publisher
Produto --> Comentario1 : comment
class Comentario1 {
hasReply : true
}
Comentario1 --> Processo1 : process
Processo1 --> Automatico : automatic
class Automatico {
validation : APPROVED
}
Processo1 --> Manual : manual
class Manual {
validation : REJECTED
}
Processo1 --> NodeManual : manual
class NodeManual {
validation : APPROVED
}
Automatico --> REJECTED : finalProcess
Manual --> REJECTED : finalProcess
NodeManual --> REJECTED : finalProcess
Produto --> Comentario2 : comment
class Comentario2 {
hasReply : false
}
Comentario2 --> Processo2 : process
Processo2 --> Auto2 : automatic
class Auto2 {
validation : APPROVED
}
Processo2 --> Manual2 : manual
class Manual2 {
validation : APPROVED
}
Auto2 --> APPROVED : finalProcess
Manual2 --> APPROVED : finalProcess
Produto --> Review1 : review
class Review1 {
minRate : 10
maxRate : 1
}
Review1 --> Muito_bom : grade
Review1 --> Bom : grade
Review1 --> Mau : grade
Review1 --> Avaliador : commentator
@enduml | false | true | true | false | sequence |
283cd59fbeaac11adcd1e94b348ffbf4ef3d05a6 | 7d02a4eecadc91d854755ea312636aebeffc85dc | /src/data/db_diagram/database.puml | 3fbc0547d323d84d560963744d60071075895a23 | [
"MIT"
] | permissive | kryvokhyzha/gradient-descent | 65bbef3c90b8df0b9d54ad880c0c21f599e9ed96 | c9b6c0a483c5c1495b219167d61b0c211c783364 | refs/heads/master | 2022-07-12T18:10:49.316449 | 2020-07-30T23:43:50 | 2020-07-30T23:43:50 | 244,713,373 | 1 | 1 | MIT | 2022-06-22T01:20:05 | 2020-03-03T18:38:33 | Jupyter Notebook | UTF-8 | PlantUML | false | false | 492 | puml | @startuml
skinparam monochrome true
skinparam shadowing false
object UserHistory{
~id:int
algorithm_name : varchar
execution_time: time
ins_date: datetime
- param_id: int
}
object AlgorithmParams{
~id: int
hypothesis: varchar
cost_function: varchar
regularization: varchar
scalling_function: varchar
reg_coef: double,
learning_rate: double
eps: double
max_num_itter: bigint
weights: varchar
}
UserHistory -down-> AlgorithmParams
@enduml | false | true | false | false | class |
0bbf5da82f7aa69f4287ae037b9e3bb8d46f0c36 | 9b4db5933b8160e7a3cfc12b937fa3fa42dbdd7b | /src/pers/caijx/uml/composition/CompositionUML.puml | 17db60110d4e09db6699956eadf0e10aa2a6a9ba | [] | no_license | SmileCJX/DesignPattern | 73014d9bf34b52d4089a605e980e9ee8ee0558ba | 7c5b234d76efd424820e0b1a5521e885dd606bcd | refs/heads/master | 2020-08-05T08:35:19.258006 | 2019-12-03T01:25:06 | 2019-12-03T01:25:06 | 212,466,258 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 185 | puml | @startuml
class Mouse
class Monitor
class Computer
Computer : -mouse: Mouse = new Mouse()
Computer : -monitor: Monitor = new Monitor()
Computer *-- Mouse
Computer *-- Monitor
@enduml | false | true | false | false | class |
c7442a8299b0671ee8dc74ab0f1ab53564053b44 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/TimelineWindow_PreviewPlayMode.puml | f779b99d9aabdd2e9987a6c1ef19417a2bbdfbe1 | [] | 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 | 201 | puml | @startuml
class TimelineWindow <<partial>> {
OnPreviewPlayModeChanged(isPlaying:bool) : void
PreparePreviewPlay() : void
ApplyJog() : void
EnsurePlayRangeIsRespected() : void
}
@enduml
| false | true | false | false | class |
0e67ca0ba7b18e8dc98d43f0e52f7f49a44eec70 | a63ca84ef66ccd4efda6dfb17526735cff816c4d | /images/logback-process/logback-process.puml | 60c7f4edfb7c09074e33fd932d5386b4e494b52c | [] | no_license | crazyacking/skyao.github.io | a1ef9e385244d6c4b7e57703a1126704cb27c5a3 | 9a3d437c896aed6a183042256f3617896423eda6 | refs/heads/master | 2021-01-12T12:03:52.224150 | 2016-04-13T13:24:25 | 2016-04-13T13:24:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,206 | puml | @startuml
hide footbox
title logback logger process overview
actor BusinessCode
participant Logger
participant TurboFilter
participant AppenderAttachableImpl as aai
participant Appender
participant Encoder
BusinessCode -> Logger: debug()
Logger -> TurboFilter
TurboFilter --> Logger
loop each logger till root
Logger -> Logger: check level
Logger -> Logger: create LoggerEvent
Logger -> aai: appendLoopOnAppenders(event)
loop each appender for this logger
aai -> Appender: doAppend(event)
Appender -> Encoder
Encoder -> Encoder: format
Encoder -> Encoder: print
Encoder --> Appender
Appender --> aai
end
aai --> Logger
Logger --> BusinessCode
end
@enduml | false | true | false | false | usecase |
ef2308cfd47e76706f5beec7c3dc4de143c69328 | 13c24dd38f354d7b29534025748ed3ca85b085d5 | /assets/puml/iot_example.puml | abb548c96e3596b2b0c373b7337249cb392083ce | [] | no_license | amitsaran/aws-iot | 9f5a7b4b6c20b521da83e5b69ebd3754d2ae38aa | 9b125273f2ceb9fbb8fb84df1e27a8677b237b7c | refs/heads/master | 2022-11-15T13:05:26.597729 | 2020-07-13T18:40:25 | 2020-07-13T18:40:25 | 275,153,865 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,061 | puml | @startuml
title Example - AWS IOT
skinparam componentStyle uml2
package "Device" {
component device
component "certificate" as cert
}
device ..>cert
package "AWS - IOT" as iot {
component "IoT Topic" as iottopic
component "IoT Rule" as IR
component "IAM Role" as IAMRole
component "Policy to\npublish to SNS" as POLICYSNS
package "IoT Thing" as IOTThing {
component "Thing" as thing
component "Certificte" as CERT
component "Policy to \npublish/subscribe \n MQQT message to \n IOT Gateway" as POLICY
}
thing o-- CERT
CERT o-d- POLICY
IR o-d- IAMRole
IAMRole o-d- POLICYSNS
}
package "AWS Service - SNS" as Service{
component "SNS-Topic" as SNSTOPIC
}
package "Subscribers" as Subscribers{
component "PushChannels" as PUSHCHANNELS
component EMail as EMail
Component SMS as SMS
}
cert .. CERT
device -d-> iottopic : sends data in \n MQQT protocol \n secured communication via TLS
iottopic -r-> IR : triggers
IR -r-> SNSTOPIC : publish
SNSTOPIC -r-> EMail : notifies
EMail .. SMS
SMS .. PUSHCHANNELS
@enduml | false | true | false | false | sequence |
6476771cd2523da60d29698f76761c602774c01c | 91ef8eb9cca2e34eedeb81bb9059f44490530dcd | /mojaloop-technical-overview/quoting-service/assets/diagrams/sequence/seq-post-quotes-1.2.0.plantuml | c169968d4cc4dcdf615e7cafc43c8cc046001828 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | MMande/documentation | 86253fdb9f2f7125393594c5ef247f661703d72f | 928a4d7d1844667158a7c8e7d6bd9414bb39844c | refs/heads/master | 2022-12-11T20:12:35.349125 | 2020-09-08T09:38:32 | 2020-09-08T09:38:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,113 | plantuml | @startuml
Title Request Quote Creation
participant "Payer DFSP" as PayerDFSP
participant "Switch\n[Quoting\nService]" as Switch
database "Central Store" as DB
participant "Payee DFSP" as PayeeDFSP
autonumber
note over PayerDFSP, Switch: Payer DFSP sends request for quote \nto Payee DFSP via the Switch
PayerDFSP -\ Switch: POST /quotes
note right of Switch #aaa
Validate request against
Mojaloop interface specification
**<color #red>Error code: 300x, 310x</color>**
**<color #red>HTTP error response code: 4xx</color>**
end note
Switch -> Switch: Schema validation
PayerDFSP \-- Switch: 202 Accepted
|||
Switch -> Switch: Quote request validation (rules engine etc.)
|||
alt SimpleRoutingMode === FALSE
Switch -> Switch: Duplicate check
|||
alt Request is a duplicate but not a resend
|||
note left of Switch
Switch returns error back to Payer DFSP
<color #red>**Error code: 3106**</color>
end note
PayerDFSP /- Switch: PUT /quotes/{ID}/error
PayerDFSP --/ Switch: 200 OK
|||
else Request is a duplicate and a resend
Switch -> Switch: Switch handles resend scenario
end
|||
Switch -\ DB: Persist quote request
activate DB
hnote over DB
quoteDuplicateCheck
transactionReference
quote
quoteParty
quoteExtension
geoCode
end hnote
Switch \-- DB: Quote request saved
deactivate DB
end
|||
alt SimpleRoutingMode === TRUE
Switch -> Switch: Use fspiop-destination header to retrieve quotes endpoint for Payee DFSP
else SimpleRoutingMode === FALSE
Switch -> Switch: Retireve Payee DFSP endpoint using quote party information
end
|||
alt Payee quotes endpoint found
note right of Switch: Switch forwards quote request to Payee DFSP
Switch -\ PayeeDFSP: POST /quotes
Switch \-- PayeeDFSP: 202 OK
PayeeDFSP -> PayeeDFSP: Payee DFSP presists and calculates quote
alt Payee quotes processing successful
note left of PayeeDFSP: Payee DFSP sends quote response back to Payer DFSP via the Switch
Switch /- PayeeDFSP: PUT /quotes/{ID}
Switch --/ PayeeDFSP: 200 OK
Switch -> Switch: Validate quote response
alt SimpleRoutingMode === FALSE
Switch -> Switch: Duplicate check
alt Response is duplicate but not a resend
Switch -\ PayeeDFSP: PUT /quotes/{ID}/error
Switch \-- PayeeDFSP: 200 OK
end
alt Response is a duplicate and a resend
Switch -> Switch: Switch handles resend scenario
end
Switch -\ DB: Persist quote response
activate DB
hnote over DB
quoteResponse
quoteDuplicateCheck
quoteResponseIlpPacket
geoCode
quoteExtension
end hnote
Switch \-- DB: Quote response saved
deactivate DB
end
note left of Switch: Switch forwards quote response to Payer DFSP
PayerDFSP /- Switch: PUT /quotes/{ID}
PayerDFSP --/ Switch: 200 OK
else Payee rejects quotes or encounters and error
note left of PayeeDFSP: Payee DFSP sends error callback to Payer DFSP via the Switch
Switch /- PayeeDFSP: PUT /quotes/{ID}/error
Switch --/ PayeeDFSP: 200 OK
alt SimpleRoutingMode === FALSE
Switch -\ DB: Store quote error
activate DB
hnote over DB
quoteError
end hnote
Switch \-- DB: Quote error saved
deactivate DB
end
note left of Switch: Switch forwards error callback to Payer DFSP
PayerDFSP /- Switch: PUT /quotes/{ID}/error
PayerDFSP --/ Switch: 200 OK
end
else Payee DFSP quotes endpoint not found
note left of Switch: Switch sends an error callback to Payer DFSP \n <color #red>**Error code: 3201**</color>
PayerDFSP /- Switch: PUT /quotes/{ID}/error
PayerDFSP --\ Switch: 200 OK
end
@enduml
| false | true | false | false | sequence |
083e522fa078c8d5eb5609b89f7c80d17b4ab36a | 5124b2dbc6276b681910d5584179a02ddc345669 | /documentation/uml/class/Guest.puml | dfba828bdb040447cac6a08cad3c8348e7960223 | [] | no_license | Dedda/paintball | 258257ce2b0b6160abe4a9dbbbf7c7a658416d5b | fb18cf11e2fc3f7eca7e0d26a2847743b560dc2f | refs/heads/master | 2020-12-30T09:58:02.507682 | 2015-06-16T17:22:59 | 2015-06-16T17:22:59 | 30,232,508 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 397 | puml | @startuml
class hotel.entity.Guest {
- id : int
- name : String
- surname : String
+ Guest()
+ Guest(int, String, String)
+ getId() : int
+ setId(int) : void
+ getName() : String
+ setName(String) : void
+ getSurname() : String
+ setSurname(String) : void
+ getFullName() : String
+ equals(Object) : boolean
+ toString() : String
}
@enduml | false | true | false | false | class |
36dd52cc68efb30281fca32ff2c51833a541e37b | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Utilities/TimelineKeyboardNavigation.puml | 66161f107056a5106d7f9b0f84555761a0c6c855 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,302 | puml | @startuml
class KeyboardNavigation <<static>> {
+ {static} FrameTrackHeader(treeItem:TreeViewItem) : void
+ {static} TrackHeadActive() : bool
+ {static} ClipAreaActive() : bool
+ {static} GetVisibleSelectedItems() : IEnumerable<ITimelineItem>
+ {static} GetVisibleTracks() : IEnumerable<TimelineTrackBaseGUI>
{static} PreviousTrack(track:TrackAsset) : TrackAsset
{static} NextTrack(track:TrackAsset) : TrackAsset
{static} PreviousItem(item:ITimelineItem, clipOnly:bool) : ITimelineItem
{static} NextItem(item:ITimelineItem, clipOnly:bool) : ITimelineItem
{static} FilterItems(items:List<ITimelineItem>) : bool
{static} GetClosestItem(track:TrackAsset, refItem:ITimelineItem) : ITimelineItem
+ {static} FocusFirstVisibleItem(state:WindowState, focusTracks:IEnumerable<TrackAsset>) : bool
+ {static} CollapseGroup(state:WindowState) : bool
+ {static} SelectLeftItem(state:WindowState, shift:bool) : bool
+ {static} SelectRightItem(state:WindowState, shift:bool) : bool
+ {static} UnCollapseGroup(state:WindowState) : bool
+ {static} SelectUpTrack(shift:bool) : bool
+ {static} SelectUpItem(state:WindowState) : bool
+ {static} SelectDownTrack(shift:bool) : bool
+ {static} SelectDownItem(state:WindowState) : bool
}
@enduml
| false | true | false | false | class |
3093500b3b87b0b36aa8e9c72f61281cf8206552 | a8908e05eb691f85555c6f2ce30088f23ed50d72 | /VE_JavaScript/docs/puml's/class_diagram.puml | 6f88a2e9d65b92bc63fc416e969256117e07e594 | [] | no_license | ASoE-IF/vocabularioSoftware | e3ebf3f7ed04328db120b44c65812a651b8b27ac | 6ae8b68cc60f30dcff62f15b4fc89896602b90b6 | refs/heads/master | 2021-06-20T15:37:21.529746 | 2019-10-19T20:27:25 | 2019-10-19T20:27:25 | 93,811,286 | 1 | 0 | null | 2020-10-13T11:37:26 | 2017-06-09T02:36:23 | Java | UTF-8 | PlantUML | false | false | 747 | puml | @startuml
class Runner {
void main()
}
Runner -- FileParser
class FileParser{
void parseFile(String filePath)
char[] readFile(String filePath)
}
FileParser -- StatementProcessor
class StatementProcessor{
void process(JavaScriptUnit jSUnit)
void process(List<ASTNode> statements)
void process(VariableDeclarationStatement varDeclStmt)
}
StatementProcessor -- FunctionProcessor
StatementProcessor -- TypeProcessor
class FunctionProcessor{
void process(FunctionDeclaration funcDec)
String extractName(FunctionDeclaration funcDec)
String[] extractParameters(FunctionDeclaration funcDec)
}
class TypeProcessor{
void process(TypeDeclaration typeDec)
String extractName(TypeDeclaration typeDec)
}
@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.