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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2d4230bb9b190e92701ce225fc12627b0aa9f9f5 | e24d4aea2451e553138ff4b834548358d810160c | /docs/scene-transition.puml | a5eb69dbfcfe05812e2a7c00b360f03f12379389 | [
"MIT"
] | permissive | fal-works/broker | 50b460269302b1ce2492d63a54d1aaa2e047f678 | 8b09f95920a58a2bcd214908f42a7935d6f24c4b | refs/heads/master | 2021-04-22T22:43:09.555654 | 2020-09-01T08:25:01 | 2020-09-01T08:25:01 | 249,878,522 | 13 | 2 | MIT | 2020-09-01T08:22:22 | 2020-03-25T03:31:23 | Haxe | UTF-8 | PlantUML | false | false | 899 | puml | @startuml scene-transition
' ---- (style) --------------------------------
skinparam shadowing false
skinparam backgroundColor White
skinparam package {
BorderColor #A0A0A0
FontColor #A0A0A0
}
skinparam class {
BackgroundColor White
ArrowColor #202020
BorderColor #202020
FontColor #000000
}
skinparam note {
BackgroundColor White
FontColor #606060
BorderColor #C0C0C0
}
skinparam stereotypeIBackgroundColor Lavender
hide empty members
' ---- (diagram) ------------------------------
package broker.scene.transition {
class SceneTransitionTable {
runTransition(currentScene, nextScene)
}
class SceneTransitionRecord {
precedingType: SceneTypeId
succeedingType: SceneTypeId
}
class SceneTransition {
run(currentScene, nextScene)
}
SceneTransitionTable *-- "1..n" SceneTransitionRecord
SceneTransitionRecord o-r- "1" SceneTransition
}
@enduml
| false | true | false | false | class |
9647a42648ac361accf2bb80fa96434e10fda405 | 63c2be909a7b3729f1c9e7dd8cf2a97bdd9749ee | /documentation/diagrams/Resource_Extract.puml | fd42eeee7b4e3549c066b5c4dc3ab27f89f5edf0 | [] | no_license | MarcoDamianiVF01/ResourcePoolMngmt | 96e586d6da79c995211450589e6f6660d8c777fd | 22d1dd1ef352b9e36fb62a297fa022e3cd2764c5 | refs/heads/main | 2023-03-08T16:55:05.332710 | 2021-02-19T17:12:49 | 2021-02-19T17:12:49 | 340,437,086 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,960 | puml | @startuml
hide circle
hide methods
hide stereotype
show <<Enumeration>> stereotype
skinparam class {
BackgroundColor<<Enumeration>> #E6F5F7
BackgroundColor<<Ref>> #FFFFE0
BackgroundColor<<Pivot>> #FFFFFFF
BackgroundColor #FCF2E3
}
class Extract <<Pivot>> {
href : String
id : String
@baseType : String
@schemaLocation : Uri
@type : String
}
class Capacity {
capacitySpecification : String
plannedOrActualCapacity : String
@baseType : String
@schemaLocation : Uri
@type : String
}
class PlaceRef <<Ref>> {
href : String
id : String
name : String
@baseType : String
@referredType : String
@schemaLocation : Uri
@type : String
}
class CapacityAmount {
timePeriod : TimePeriod
@baseType : String
@schemaLocation : Uri
@type : String
}
class Amount {
amount : String
amountFrom : String
amountTo : String
rangeInterval : String
@baseType : String
@schemaLocation : Uri
@type : String
}
class AppliedCapacityAmount {
timePeriod : TimePeriod
@baseType : String
@schemaLocation : Uri
@type : String
}
class ResourcePoolRef <<Ref>> {
href : String
id : String
name : String
@baseType : String
@referredType : String
@schemaLocation : Uri
@type : String
}
class ResourceRef <<Ref>> {
href : String
id : String
name : String
value : String
@baseType : String
@referredType : String
@schemaLocation : Uri
@type : String
}
Extract *--> "0..1" Capacity : capacity
Capacity *--> "0..1" CapacityAmount : capacityAmount
CapacityAmount *--> "0..1" Amount : amount
CapacityAmount *--> "0..*" AppliedCapacityAmount : appliedCapacityAmount
AppliedCapacityAmount *-right-> "0..1" Amount : amount
Extract *-right-> "0..1" ResourcePoolRef : resourcePool
PlaceRef "0..1" <-left-* Capacity : place
ResourcePoolRef *--> "0..*" ResourceRef : resource
@enduml | false | true | false | false | sequence |
58fdebd030aaef20452ece6eb1765402876efae3 | aebdf064115e5817e0c77e15b739eccda80d4550 | /creator/src/main/java/prototype/maze.puml | 9f024422fe367b701d4e83768fa2080f1998729f | [] | no_license | thonnyhu/designpattern | e497fbaa44d6b8a98151f8f51f967dfae8145913 | 77dc01fd366f3dfb58aab5f0bd3e6825d6fa6301 | refs/heads/master | 2021-04-28T16:49:52.462770 | 2018-06-11T12:11:26 | 2018-06-11T12:11:26 | 122,023,078 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 657 | puml | @startuml
MazeFactory <- MazeGame
MazeFactory <|-- MazePrototypeFactory
MazeFactory o--left-> Room
MazeFactory o--left-> Door
MazeFactory o--left-> Wall
MapSite <|-- Room
MapSite <|-- Door
MapSite <|-- Wall
class MazeGame{
+ createMaze(MazeFactory mazeFactory)
}
abstract MapSite{
}
class Room{
}
class Door{
}
class Wall{
}
class MazePrototypeFactory{
+ Construct(Maze _prototypeMaze, Room _prototypeRoom, Door _prototypeDoor, Wall _prototypeWall)
+ makeMaze()
+ makeRoom(int roomNumber)
+ makeDoor(Room r1, Room r2)
+ makeWall()
}
class MazeFactory{
+ makeMaze()
+ makeRoom(int roomNumber)
+ makeDoor(Room r1, Room r2)
+ makeWall()
}
@enduml | false | true | false | false | class |
ac736d26b34445aa1de9b3602b3ce57683308be5 | d827540cbf464c3c09194c3022598f94043a04f8 | /puml-diagrams/cd_AvvisaturaGen.puml | 76153213f78cd5bb5f43fffd099c47ee6c607f31 | [] | no_license | gliasphaltatori/pagopa-specifichepagamenti-docs | 25f671a585e50a68a02291378ac28f0767b14866 | 49c30c276bff9109f36e598f9678b94b58a9a997 | refs/heads/master | 2023-04-30T21:55:52.268768 | 2021-05-11T08:08:00 | 2021-05-11T08:08:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 382 | puml | @startuml
class Avvisatura {
}
class EsitoInoltroAvvisatura {
}
class ListaEsitoAvvisi{
}
class ListaAvvisiDigitali {
}
class IscrizioneServizio {
}
class Soggetto {
}
EsitoInoltroAvvisatura o-- Avvisatura : identificativo messaggio richiesta
ListaAvvisiDigitali *-- Avvisatura
ListaEsitoAvvisi *-- EsitoInoltroAvvisatura
IscrizioneServizio *-- Soggetto
@enduml | false | true | false | false | class |
dced217d397b093ba80265436eaadbbad65c8a18 | 6fa6566730e92270babb2818ec6effdf39affb94 | /RemoteBeesFlow/flow/src/main/flows/Login.puml | 7b7027a64d6de6051e5b129f0ac97cd9bae76c7b | [
"MIT"
] | permissive | k10dev/RemoteBees | 2efac4096b296d9f4bbd3dedfe64ee0d09b992fd | f819eb22fb2177fdde12109f6ce81376a8ef3d9c | refs/heads/main | 2023-01-29T22:38:08.156240 | 2020-12-06T06:20:44 | 2020-12-06T06:20:44 | 318,948,258 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 952 | puml | /***************************************************************************
* This source file is part of the RemoteBees open source project. *
* *
* Licensed under the MIT License. See LICENSE for license information *
***************************************************************************/
@startuml
title Login
!$export_lang = %getenv("export_lang")
[*] --> Prompt
Prompt --> ForgotPassword
Prompt --> SubmitLogin
ForgotPassword --> SubmitForgotPassword
SubmitForgotPassword --> ForgotPassword
SubmitForgotPassword --> Prompt
ForgotPassword --> Prompt
SubmitLogin --> Prompt
SubmitLogin: LoginContext
SubmitForgotPassword: String
' Temporary workaround for a FlowKit bug in Android where
' a flow returns Void/Unit would cause NullPointerException
!if ($export_lang == "swift")
SubmitLogin --> [*]
!else
SubmitLogin --> [*]: Int
!endif
@enduml
| false | true | false | false | sequence |
f7e6dd179714e6395a9305523bc14556f2950a13 | 8664bf2165c807e312c4ddc0cbab2815c56119e1 | /documentss/offers/promote.puml | 2e9d2d94e47b28fc3d59081ee81c9b74131c1a23 | [
"MIT"
] | permissive | tuanlvse294/CHome | 3f36afcfd9c0b8a327b0bc81622da5fff095b492 | 115e898e8f734f90de915d73e8a98d3044afad58 | refs/heads/master | 2020-04-13T09:21:03.904078 | 2019-05-09T18:00:56 | 2019-05-09T18:00:56 | 163,108,106 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,259 | puml | @startuml
actor User
boundary list_offers_view
boundary select_premium_packs_view
control OfferController
entity OfferModel
boundary NganLuong
activate User
User -> list_offers_view: view my offers list
activate list_offers_view
User <-- list_offers_view: offers list
User -> list_offers_view: click promote offer
User <-- list_offers_view: confirm box
User -> list_offers_view: click confirm
list_offers_view -> select_premium_packs_view: select packs
deactivate list_offers_view
activate select_premium_packs_view
select_premium_packs_view --> User :premium packs list
User ->select_premium_packs_view :select pack
select_premium_packs_view->OfferController:selected pack
deactivate select_premium_packs_view
activate OfferController
OfferController -> NganLuong:payment process
deactivate OfferController
activate NganLuong
NganLuong -->User:payment methods select page
User ->NganLuong:pay money
NganLuong --> OfferController:payment success
deactivate NganLuong
activate OfferController
OfferController -> OfferModel : update premium expire
activate OfferModel
OfferModel ->OfferModel:update
OfferModel --> OfferController : updated
deactivate OfferModel
OfferController --> User: return to offer list
deactivate OfferController
deactivate User
@enduml | false | true | false | false | sequence |
957ba60c99d0bb0d8eabd4b44093088ef712600a | d0c1fe712a9719011e71e7a289d121a2b7d917d3 | /diagramas/DiagramaDeSecuenciaBloqueRepetirDosVeces_ConMovDerechaYMovArriba.puml | 91b21cc267b992517a4ada31d28ca2dbffa1897b | [
"MIT"
] | permissive | IgnacioGC1/T2-ALGO3-TP2 | 324a733bb9297b858d2186d1e28a628d997a5039 | c512d5f8bb62208ddda6dae70c7168423bc5e0be | refs/heads/main | 2023-03-16T15:06:49.184036 | 2021-03-04T01:34:44 | 2021-03-04T01:34:44 | 320,315,655 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 889 | puml | @startuml
title Se agregan BloqueRepetirDosVeces con: BloqueMovDerecha, BloqueMovArriba
actor User
activate User
User -> BloqueRepetirDosVeces : agregarBloque(BloqueMovDerecha)
User -> BloqueRepetirDosVeces : agregarBloque(BloqueMovArriba)
User -> BloqueRepetirDosVeces : ejecutar(Personaje, Dibujo)
loop 2 times
BloqueRepetirDosVeces -> BloqueMovDerecha : ejecutar(Personaje, Dibujo)
BloqueMovDerecha-> Personaje : mover(Posicion(1, 0)), Dibujo)
Personaje -> Posicion : sumar(posInicial)
Personaje<-- Posicion : posFinal
Personaje -> LapizArriba : pintar(posInicial, posFinal, Dibujo)
BloqueRepetirDosVeces -> BloqueMovArriba : ejecutar(Personaje, Dibujo)
BloqueMovArriba -> Personaje : mover(Posicion(0, 1)), Dibujo)
Personaje -> Posicion : sumar(posInicial)
Personaje<-- Posicion : posFinal
Personaje -> LapizArriba : pintar(posInicial, posFinal, Dibujo)
end
hide footbox
@enduml | false | true | false | false | usecase |
c89348176742d395bf9d03d7eb98f7d46e268829 | ad028bfdc5d28df0dae8690f07116d2cd0a05ac2 | /src/doc/src/c4_dsl/puml/structurizr-DWHBProduction-SystemContext.puml | 7a7ff2bbf4273335ba08b03cc146427ca0c763e7 | [] | no_license | DataHandwerk/doc | 74391aa089a1aaa3fc4d061291c18ccfbda21180 | 0a608d59643beb699f8f616bce68eabfbcfa768f | refs/heads/main | 2023-03-28T15:01:22.759870 | 2021-03-19T23:59:42 | 2021-03-19T23:59:42 | 349,389,495 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 892 | puml | @startuml(id=DWHBProduction-SystemContext)
title DWH B Production - System Context
skinparam {
shadowing false
arrowFontSize 10
defaultTextAlignment center
wrapWidth 200
maxMessageSize 100
}
hide stereotype
top to bottom direction
skinparam rectangle<<24>> {
BackgroundColor #dddddd
FontColor #000000
BorderColor #9A9A9A
}
skinparam rectangle<<2>> {
BackgroundColor #dddddd
FontColor #000000
BorderColor #9A9A9A
}
skinparam rectangle<<3>> {
BackgroundColor #dddddd
FontColor #000000
BorderColor #9A9A9A
}
package "Customer" {
rectangle "==Deployment Team\n<size:10>[Person]</size>" <<2>> as 2
rectangle "==Project B DWH User\n<size:10>[Person]</size>\n\nuser of DWH (Project B)" <<3>> as 3
rectangle "==DWH B Production\n<size:10>[Software System]</size>" <<24>> as 24
}
2 .[#707070].> 24 : "deployes on production system"
3 .[#707070].> 24 : "uses"
@enduml | false | true | false | false | uml-unknown |
d1d10018c1d0218c0ee5770de6332c1d7d5020e8 | ada99ece90bb270c41ea815627ce27f1f7f605aa | /memoria/classes.puml | 63c8be1ef89cfce5958a979ffeb93bede83ff891 | [] | no_license | terrex/SentimentAnalysis | 2c2d33e2555998bda51295f5163cc6b564a28556 | 77f7bf0b0ef0090f74e0da39224302af4c8579d5 | refs/heads/master | 2016-08-09T03:10:55.415618 | 2015-10-10T22:12:26 | 2015-10-10T22:12:26 | 43,749,450 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,847 | puml | @startuml
scale 100*66
skinparam componentStyle uml2
skinparam packageStyle rect
skinparam DefaultFontSize 12
skinparam DefaultFontName "Hoefler Text"
class MainPfcsamrApp {
+classify_button_classify_on_clicked()
+classify_button_features_on_clicked()
+classify_button_load_on_clicked()
+classify_button_preproc_on_clicked()
+classify_save_csv(str)
+classify_tab_enabled : bool
+config : dict
+critical_message_accepted()
+critical_message_detailed_text : str
+critical_message_informative_text : str
+critical_message_text : str
+do_menu_file_new()
+do_menu_file_open(str)
+do_menu_file_save(str)
+features_button_run_on_clicked()
+features_tab_enabled : bool
+findChild() : QQuickItem
+get_config_prop(str) : QVariant
+learn_button_run_on_clicked(learn_method : int)
+learn_tab_enabled : bool
+learn_train_split_resplit : bool
+load_button_load_on_clicked()
+load_tab_enabled : bool
+preproc_button_run_on_clicked()
+preproc_tab_enabled : bool
+run_pending_gui_updates()
+set_config_prop_value(str, QVariant)
+status_count : int
+status_text : str
+variance_warn_message : str
{static} +default_config() : dict
}
class Orchestrator {
+classify_save_csv(str)
+do_classify_classify(str)
+do_classify_features_countvectorizer()
+do_classify_preprocess()
+do_classify_test_tsv(str, int)
+do_features_countvectorizer(float, dict)
+do_learn(class, float, dict)
+do_load_train_tsv(str, int)
+do_preprocess()
+estimators : dict
}
class MyTableModel {
+__init__(headings, rows)
+columnCount() : int
+data(QModelIndex, int) : int
+headerData(int, int, int) : str
+roleNames() : dict
+rowCount() : int
}
QObject <|-- MainPfcsamrApp
QAbstractTableModel <|-- MyTableModel
MyTableModel "1" - "1" MainPfcsamrApp
MainPfcsamrApp "1" - "1" Orchestrator
@enduml
| false | true | false | false | class |
c5ac45e5da3b6e6a23a15efbc02f66ca6f885d74 | 0ec9b09bca5e448ded9866a5fe30c7a63b82b8b3 | /modelViewPresenter/presentationModel/withComposite/docs/diagrams/src/vistas.plantuml | 75799c0237579bc542110cf9ea186e83be2e290c | [] | 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 | 778 | plantuml | @startuml desarrollo_implementacion
package " " as usantatecla.mastermind {
}
package " " as usantatecla.mastermind.controllers {
}
package " " as usantatecla.mastermind.models {
}
package " " as usantatecla.mastermind.views {
}
package " " as usantatecla.utils {
}
package " " as java.io {
}
package " " as java.util {
}
package " " as java.lang {
}
[mastermind.jar] as jar
jar *--> usantatecla.mastermind
jar *--> usantatecla.mastermind.controllers
jar *--> usantatecla.mastermind.models
jar *--> usantatecla.mastermind.views
jar *--> usantatecla.utils
jar *--> java.io
jar *--> java.util
jar *--> java.lang
@enduml
@startuml despliegue_fisica
node node #DDDDDD [
<b>Personal Computer</b>
----
]
[ mastermind.jar ] as component
node *--> component
@enduml | false | true | false | false | class |
97f9dd586333abb3270164ab18e01b1ec9370900 | b71b36493b6e520c120090a8a522bd21277bb713 | /Old_Code/tert.puml | cfc3fc53c7af5924eb3786fa7f2517289c0c7cf1 | [] | no_license | ajharulabedeen/org.gobeshona | e5c1d4c818445711d2640c4fd04bb5c1718bb65a | cda90083ca17235f9ac2d2e8f4a627135f121ad8 | refs/heads/master | 2023-01-19T00:01:23.515357 | 2019-12-26T05:35:43 | 2019-12-26T05:35:43 | 179,806,400 | 0 | 0 | null | 2023-01-07T12:54:45 | 2019-04-06T08:14:41 | HTML | UTF-8 | PlantUML | false | false | 46,569 | puml | @startuml
annotation java.lang.Override
annotation org.hibernate.validator.constraints.Email
annotation org.hibernate.validator.constraints.Length
annotation org.hibernate.validator.constraints.NotEmpty
annotation org.springframework.boot.autoconfigure.SpringBootApplication
annotation org.springframework.web.bind.annotation.PathVariable
annotation org.springframework.web.bind.annotation.RequestBody
annotation org.springframework.web.bind.annotation.RequestMapping
annotation org.springframework.web.bind.annotation.RequestParam
annotation org.springframework.web.bind.annotation.RestController
class com.gobeshonabd.GobeshonabdfinalApplication
class com.gobeshonabd.ServletInitializer
class com.gobeshonabd.TestController
class com.gobeshonabd.configs.DateUtil
class com.gobeshonabd.configs.HibernateUtil
class com.gobeshonabd.configs.SessionFactorySingletron
class com.gobeshonabd.configs.SpringContextSingletron
class com.gobeshonabd.controllers.Articles_CRUD
class com.gobeshonabd.controllers.Comment_Articles_CRUD
class com.gobeshonabd.controllers.Controller_Messages
class com.gobeshonabd.controllers.Controllers_LogOut
class com.gobeshonabd.controllers.Controllers_QuestionAndAnswer
class com.gobeshonabd.controllers.Controllers_QuestionAndAnswerComment
class com.gobeshonabd.controllers.Controllers_Services
class com.gobeshonabd.controllers.Controllers_Users
class com.gobeshonabd.persistence.DAO_Articles_Comment_Impl
class com.gobeshonabd.persistence.DAO_Articles_Impl
class com.gobeshonabd.persistence.DAO_Follow_Impl
class com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_Impl
class com.gobeshonabd.persistence.DAO_Messages_Impl
class com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl
class com.gobeshonabd.persistence.DAO_QuestionAndAnswerComment_Impl
class com.gobeshonabd.persistence.DAO_Users_CRUD_Impl
class com.gobeshonabd.pojos.Articles
class com.gobeshonabd.pojos.ArticlesComments
class com.gobeshonabd.pojos.ArticlesCommentsVotes
class com.gobeshonabd.pojos.ArticlesComments_Insert
class com.gobeshonabd.pojos.ArticlesVotes
class com.gobeshonabd.pojos.Articles_Concise_View
class com.gobeshonabd.pojos.Articles_Insert
class com.gobeshonabd.pojos.Follow
class com.gobeshonabd.pojos.Messages
class com.gobeshonabd.pojos.QuestionAndAnswer
class com.gobeshonabd.pojos.QuestionAndAnswerComment
class com.gobeshonabd.pojos.QuestionAndAnswerCommentVotes
class com.gobeshonabd.pojos.QuestionAndAnswerComment_Insert
class com.gobeshonabd.pojos.QuestionAndAnswerVotes
class com.gobeshonabd.pojos.QuestionAndAnswer_Insert
class com.gobeshonabd.pojos.QuestionAndAnswer_View_Summury
class com.gobeshonabd.pojos.Users
class com.gobeshonabd.pojos.Users_Public_View
class com.gobeshonabd.search.DAO_Search_Users_Impl
class com.gobeshonabd.services.Services_Articles_CRUD_Impl
class com.gobeshonabd.services.Services_Articles_Comments_CRUD_Impl
class com.gobeshonabd.services.Services_Follow_Impl
class com.gobeshonabd.services.Services_Messages_Impl
class com.gobeshonabd.services.Services_QuestionAndAnswar_Impl
class com.gobeshonabd.services.Services_QuestionAndAnswerComment_Impl
class com.gobeshonabd.services.Services_Users_CRUD_Impl
class com.gobeshonabd.voting.Controller_Voteing
class com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl
class com.gobeshonabd.voting.DAO_Vote_ArticleComment_Impl
class com.gobeshonabd.voting.DAO_Vote_Article_Impl
class com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_Impl
class com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_Impl
class com.gobeshonabd.voting.Services_Vote_ArticleComment_Impl
class com.gobeshonabd.voting.Services_Vote_Article_Impl
class com.gobeshonabd.voting.Services_Vote_QuestionAndAnswarComment_Impl
class com.gobeshonabd.voting.Services_Vote_QuestionAndAnswar_Impl
class java.text.DateFormat
class java.text.SimpleDateFormat
class java.util.ArrayList
class java.util.Date
class java.util.Iterator
class java.util.List
class java.util.Set
class javax.validation.constraints.Min
class javax.validation.constraints.Size
class org.hibernate.Criteria
class org.hibernate.Query
class org.hibernate.Session
class org.hibernate.SessionFactory
class org.hibernate.Transaction
class org.hibernate.cfg.Configuration
class org.hibernate.criterion.Criterion
class org.hibernate.criterion.LogicalExpression
class org.hibernate.criterion.MatchMode
class org.hibernate.criterion.Order
class org.hibernate.criterion.ProjectionList
class org.hibernate.criterion.Projections
class org.hibernate.criterion.Restrictions
class org.springframework.beans.factory.annotation.Required
class org.springframework.boot.SpringApplication
class org.springframework.boot.builder.SpringApplicationBuilder
class org.springframework.boot.web.support.SpringBootServletInitializer
class org.springframework.context.ApplicationContext
class org.springframework.context.support.ClassPathXmlApplicationContext
class org.springframework.web.bind.annotation.RequestMethod
interface com.gobeshonabd.configs.Get_Bean_Persistence_DAO_Generel_Insert_Update_Delete_Impl
interface com.gobeshonabd.configs.SpringApplicationContextInterface
interface com.gobeshonabd.persistence.DAO_Articles_Comment_I
interface com.gobeshonabd.persistence.DAO_Articles_I
interface com.gobeshonabd.persistence.DAO_Follow_I
interface com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_I
interface com.gobeshonabd.persistence.DAO_Messages_I
interface com.gobeshonabd.persistence.DAO_QuestionAndAnswar_I
interface com.gobeshonabd.persistence.DAO_QuestionAndAnswerComment_I
interface com.gobeshonabd.persistence.DAO_Users_CRUD_I
interface com.gobeshonabd.search.DAO_Search_Users_I
interface com.gobeshonabd.services.Services_Articles_CRUD_I
interface com.gobeshonabd.services.Services_Articles_Comments_CRUD_I
interface com.gobeshonabd.services.Services_Follow_I
interface com.gobeshonabd.services.Services_Messages_I
interface com.gobeshonabd.services.Services_QuestionAndAnswar_I
interface com.gobeshonabd.services.Services_QuestionAndAnswerComment_I
interface com.gobeshonabd.services.Services_User_PasswordEncryption_I
interface com.gobeshonabd.services.Services_Users_CRUD_I
interface com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_I
interface com.gobeshonabd.voting.DAO_Vote_ArticleComment_I
interface com.gobeshonabd.voting.DAO_Vote_Article_I
interface com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_I
interface com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_I
interface com.gobeshonabd.voting.Get_Bean_DAO_Generel_Vote_Save_Read_Impl
interface com.gobeshonabd.voting.Services_Vote_ArticleComment_I
interface com.gobeshonabd.voting.Services_Vote_Article_I
interface com.gobeshonabd.voting.Services_Vote_QuestionAndAnswarComment_I
interface com.gobeshonabd.voting.Services_Vote_QuestionAndAnswar_I
com.gobeshonabd.GobeshonabdfinalApplication ..> org.springframework.boot.autoconfigure.SpringBootApplication
com.gobeshonabd.GobeshonabdfinalApplication ..> org.springframework.boot.SpringApplication
com.gobeshonabd.ServletInitializer ..> java.lang.Override
com.gobeshonabd.ServletInitializer ..> org.springframework.boot.builder.SpringApplicationBuilder
com.gobeshonabd.ServletInitializer --|> org.springframework.boot.web.support.SpringBootServletInitializer
com.gobeshonabd.TestController ..> org.springframework.web.bind.annotation.RequestMapping
com.gobeshonabd.TestController ..> org.springframework.web.bind.annotation.RestController
com.gobeshonabd.configs.DateUtil ..> java.text.DateFormat
com.gobeshonabd.configs.DateUtil ..> java.text.SimpleDateFormat
com.gobeshonabd.configs.DateUtil ..> java.util.Date
com.gobeshonabd.configs.SessionFactorySingletron ..> org.hibernate.SessionFactory
com.gobeshonabd.configs.SessionFactorySingletron ..> org.hibernate.cfg.Configuration
com.gobeshonabd.configs.SpringContextSingletron ..> org.springframework.context.ApplicationContext
com.gobeshonabd.configs.SpringContextSingletron ..> org.springframework.context.support.ClassPathXmlApplicationContext
com.gobeshonabd.controllers.Articles_CRUD ..> org.springframework.web.bind.annotation.PathVariable
com.gobeshonabd.controllers.Articles_CRUD ..> org.springframework.web.bind.annotation.RequestBody
com.gobeshonabd.controllers.Articles_CRUD ..> org.springframework.web.bind.annotation.RequestMapping
com.gobeshonabd.controllers.Articles_CRUD ..> org.springframework.web.bind.annotation.RestController
com.gobeshonabd.controllers.Articles_CRUD ..> com.gobeshonabd.configs.SpringContextSingletron
com.gobeshonabd.controllers.Articles_CRUD ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.controllers.Articles_CRUD ..> com.gobeshonabd.pojos.Articles_Insert
com.gobeshonabd.controllers.Articles_CRUD ..> java.util.List
com.gobeshonabd.controllers.Articles_CRUD ..> org.springframework.web.bind.annotation.RequestMethod
com.gobeshonabd.controllers.Articles_CRUD --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.controllers.Articles_CRUD ..> com.gobeshonabd.services.Services_Articles_CRUD_I
com.gobeshonabd.controllers.Comment_Articles_CRUD ..> org.springframework.web.bind.annotation.RequestBody
com.gobeshonabd.controllers.Comment_Articles_CRUD ..> org.springframework.web.bind.annotation.RequestMapping
com.gobeshonabd.controllers.Comment_Articles_CRUD ..> org.springframework.web.bind.annotation.RestController
com.gobeshonabd.controllers.Comment_Articles_CRUD ..> com.gobeshonabd.pojos.ArticlesComments
com.gobeshonabd.controllers.Comment_Articles_CRUD ..> com.gobeshonabd.pojos.ArticlesComments_Insert
com.gobeshonabd.controllers.Comment_Articles_CRUD ..> org.springframework.web.bind.annotation.RequestMethod
com.gobeshonabd.controllers.Comment_Articles_CRUD --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.controllers.Comment_Articles_CRUD ..> com.gobeshonabd.services.Services_Articles_Comments_CRUD_I
com.gobeshonabd.controllers.Controller_Messages ..> org.springframework.web.bind.annotation.PathVariable
com.gobeshonabd.controllers.Controller_Messages ..> org.springframework.web.bind.annotation.RequestBody
com.gobeshonabd.controllers.Controller_Messages ..> org.springframework.web.bind.annotation.RequestMapping
com.gobeshonabd.controllers.Controller_Messages ..> org.springframework.web.bind.annotation.RequestParam
com.gobeshonabd.controllers.Controller_Messages ..> org.springframework.web.bind.annotation.RestController
com.gobeshonabd.controllers.Controller_Messages ..> com.gobeshonabd.pojos.Messages
com.gobeshonabd.controllers.Controller_Messages ..> java.util.List
com.gobeshonabd.controllers.Controller_Messages ..> org.springframework.web.bind.annotation.RequestMethod
com.gobeshonabd.controllers.Controller_Messages --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.controllers.Controller_Messages ..> com.gobeshonabd.services.Services_Messages_I
com.gobeshonabd.controllers.Controllers_LogOut ..> org.springframework.web.bind.annotation.RequestBody
com.gobeshonabd.controllers.Controllers_LogOut ..> org.springframework.web.bind.annotation.RequestMapping
com.gobeshonabd.controllers.Controllers_LogOut ..> org.springframework.web.bind.annotation.RestController
com.gobeshonabd.controllers.Controllers_LogOut ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.controllers.Controllers_LogOut ..> java.util.List
com.gobeshonabd.controllers.Controllers_LogOut ..> org.springframework.web.bind.annotation.RequestMethod
com.gobeshonabd.controllers.Controllers_LogOut ..> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.controllers.Controllers_LogOut ..> com.gobeshonabd.services.Services_Articles_CRUD_I
com.gobeshonabd.controllers.Controllers_QuestionAndAnswer ..> org.springframework.web.bind.annotation.PathVariable
com.gobeshonabd.controllers.Controllers_QuestionAndAnswer ..> org.springframework.web.bind.annotation.RequestBody
com.gobeshonabd.controllers.Controllers_QuestionAndAnswer ..> org.springframework.web.bind.annotation.RequestMapping
com.gobeshonabd.controllers.Controllers_QuestionAndAnswer ..> org.springframework.web.bind.annotation.RestController
com.gobeshonabd.controllers.Controllers_QuestionAndAnswer ..> com.gobeshonabd.pojos.QuestionAndAnswer
com.gobeshonabd.controllers.Controllers_QuestionAndAnswer ..> com.gobeshonabd.pojos.QuestionAndAnswer_Insert
com.gobeshonabd.controllers.Controllers_QuestionAndAnswer ..> java.util.List
com.gobeshonabd.controllers.Controllers_QuestionAndAnswer ..> org.springframework.web.bind.annotation.RequestMethod
com.gobeshonabd.controllers.Controllers_QuestionAndAnswer --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.controllers.Controllers_QuestionAndAnswer ..> com.gobeshonabd.services.Services_QuestionAndAnswar_I
com.gobeshonabd.controllers.Controllers_QuestionAndAnswerComment ..> org.springframework.web.bind.annotation.RequestBody
com.gobeshonabd.controllers.Controllers_QuestionAndAnswerComment ..> org.springframework.web.bind.annotation.RequestMapping
com.gobeshonabd.controllers.Controllers_QuestionAndAnswerComment ..> org.springframework.web.bind.annotation.RestController
com.gobeshonabd.controllers.Controllers_QuestionAndAnswerComment ..> com.gobeshonabd.pojos.QuestionAndAnswerComment
com.gobeshonabd.controllers.Controllers_QuestionAndAnswerComment ..> com.gobeshonabd.pojos.QuestionAndAnswerComment_Insert
com.gobeshonabd.controllers.Controllers_QuestionAndAnswerComment ..> org.springframework.web.bind.annotation.RequestMethod
com.gobeshonabd.controllers.Controllers_QuestionAndAnswerComment --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.controllers.Controllers_QuestionAndAnswerComment ..> com.gobeshonabd.services.Services_QuestionAndAnswerComment_I
com.gobeshonabd.controllers.Controllers_Services ..> org.springframework.web.bind.annotation.RequestMapping
com.gobeshonabd.controllers.Controllers_Services ..> com.gobeshonabd.pojos.Follow
com.gobeshonabd.controllers.Controllers_Services ..> java.util.List
com.gobeshonabd.controllers.Controllers_Services ..> org.springframework.web.bind.annotation.RequestMethod
com.gobeshonabd.controllers.Controllers_Services --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.controllers.Controllers_Services ..> com.gobeshonabd.services.Services_Follow_I
com.gobeshonabd.controllers.Controllers_Users ..> org.springframework.web.bind.annotation.PathVariable
com.gobeshonabd.controllers.Controllers_Users ..> org.springframework.web.bind.annotation.RequestBody
com.gobeshonabd.controllers.Controllers_Users ..> org.springframework.web.bind.annotation.RequestMapping
com.gobeshonabd.controllers.Controllers_Users ..> org.springframework.web.bind.annotation.RequestParam
com.gobeshonabd.controllers.Controllers_Users ..> org.springframework.web.bind.annotation.RestController
com.gobeshonabd.controllers.Controllers_Users ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.controllers.Controllers_Users ..> com.gobeshonabd.pojos.Users_Public_View
com.gobeshonabd.controllers.Controllers_Users ..> java.util.List
com.gobeshonabd.controllers.Controllers_Users ..> org.hibernate.Session
com.gobeshonabd.controllers.Controllers_Users ..> org.hibernate.SessionFactory
com.gobeshonabd.controllers.Controllers_Users ..> org.hibernate.Transaction
com.gobeshonabd.controllers.Controllers_Users ..> org.hibernate.cfg.Configuration
com.gobeshonabd.controllers.Controllers_Users ..> org.springframework.web.bind.annotation.RequestMethod
com.gobeshonabd.controllers.Controllers_Users --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.controllers.Controllers_Users ..> com.gobeshonabd.services.Services_Users_CRUD_I
com.gobeshonabd.persistence.DAO_Articles_Comment_Impl ..> java.lang.Override
com.gobeshonabd.persistence.DAO_Articles_Comment_Impl ..> com.gobeshonabd.configs.HibernateUtil
com.gobeshonabd.persistence.DAO_Articles_Comment_Impl ..> com.gobeshonabd.pojos.ArticlesComments
com.gobeshonabd.persistence.DAO_Articles_Comment_Impl ..> com.gobeshonabd.pojos.ArticlesComments_Insert
com.gobeshonabd.persistence.DAO_Articles_Comment_Impl ..> org.hibernate.Session
com.gobeshonabd.persistence.DAO_Articles_Comment_Impl ..> org.hibernate.SessionFactory
com.gobeshonabd.persistence.DAO_Articles_Comment_Impl --|> com.gobeshonabd.configs.Get_Bean_Persistence_DAO_Generel_Insert_Update_Delete_Impl
com.gobeshonabd.persistence.DAO_Articles_Comment_Impl --|> com.gobeshonabd.persistence.DAO_Articles_Comment_I
com.gobeshonabd.persistence.DAO_Articles_Impl ..> java.lang.Override
com.gobeshonabd.persistence.DAO_Articles_Impl ..> com.gobeshonabd.configs.HibernateUtil
com.gobeshonabd.persistence.DAO_Articles_Impl ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.persistence.DAO_Articles_Impl ..> com.gobeshonabd.pojos.Articles_Concise_View
com.gobeshonabd.persistence.DAO_Articles_Impl ..> com.gobeshonabd.pojos.Articles_Insert
com.gobeshonabd.persistence.DAO_Articles_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.persistence.DAO_Articles_Impl ..> java.util.ArrayList
com.gobeshonabd.persistence.DAO_Articles_Impl ..> java.util.Iterator
com.gobeshonabd.persistence.DAO_Articles_Impl ..> java.util.List
com.gobeshonabd.persistence.DAO_Articles_Impl ..> org.hibernate.Query
com.gobeshonabd.persistence.DAO_Articles_Impl ..> org.hibernate.Session
com.gobeshonabd.persistence.DAO_Articles_Impl ..> org.hibernate.SessionFactory
com.gobeshonabd.persistence.DAO_Articles_Impl --|> com.gobeshonabd.configs.Get_Bean_Persistence_DAO_Generel_Insert_Update_Delete_Impl
com.gobeshonabd.persistence.DAO_Articles_Impl --|> com.gobeshonabd.persistence.DAO_Articles_I
com.gobeshonabd.persistence.DAO_Follow_Impl ..> java.lang.Override
com.gobeshonabd.persistence.DAO_Follow_Impl ..> com.gobeshonabd.configs.HibernateUtil
com.gobeshonabd.persistence.DAO_Follow_Impl ..> com.gobeshonabd.pojos.Follow
com.gobeshonabd.persistence.DAO_Follow_Impl ..> java.util.List
com.gobeshonabd.persistence.DAO_Follow_Impl ..> org.hibernate.Criteria
com.gobeshonabd.persistence.DAO_Follow_Impl ..> org.hibernate.Session
com.gobeshonabd.persistence.DAO_Follow_Impl ..> org.hibernate.SessionFactory
com.gobeshonabd.persistence.DAO_Follow_Impl ..> org.hibernate.criterion.Restrictions
com.gobeshonabd.persistence.DAO_Follow_Impl --|> com.gobeshonabd.configs.Get_Bean_Persistence_DAO_Generel_Insert_Update_Delete_Impl
com.gobeshonabd.persistence.DAO_Follow_Impl --|> com.gobeshonabd.persistence.DAO_Follow_I
com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_Impl ..> java.lang.Override
com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_Impl ..> com.gobeshonabd.configs.HibernateUtil
com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_Impl ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_Impl ..> java.util.List
com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_Impl ..> org.hibernate.Query
com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_Impl ..> org.hibernate.Session
com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_Impl ..> org.hibernate.SessionFactory
com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_Impl ..> org.hibernate.Transaction
com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_Impl --|> com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_I
com.gobeshonabd.persistence.DAO_Messages_Impl ..> java.lang.Override
com.gobeshonabd.persistence.DAO_Messages_Impl ..> com.gobeshonabd.configs.HibernateUtil
com.gobeshonabd.persistence.DAO_Messages_Impl ..> com.gobeshonabd.pojos.Messages
com.gobeshonabd.persistence.DAO_Messages_Impl ..> java.util.List
com.gobeshonabd.persistence.DAO_Messages_Impl ..> org.hibernate.Criteria
com.gobeshonabd.persistence.DAO_Messages_Impl ..> org.hibernate.Session
com.gobeshonabd.persistence.DAO_Messages_Impl ..> org.hibernate.SessionFactory
com.gobeshonabd.persistence.DAO_Messages_Impl ..> org.hibernate.criterion.Restrictions
com.gobeshonabd.persistence.DAO_Messages_Impl --|> com.gobeshonabd.configs.Get_Bean_Persistence_DAO_Generel_Insert_Update_Delete_Impl
com.gobeshonabd.persistence.DAO_Messages_Impl --|> com.gobeshonabd.persistence.DAO_Messages_I
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> java.lang.Override
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> com.gobeshonabd.configs.HibernateUtil
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.Articles_Concise_View
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswer
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswer_Insert
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswer_View_Summury
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> java.util.ArrayList
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> java.util.Iterator
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> java.util.List
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> org.hibernate.Query
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> org.hibernate.Session
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl ..> org.hibernate.SessionFactory
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl --|> com.gobeshonabd.configs.Get_Bean_Persistence_DAO_Generel_Insert_Update_Delete_Impl
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_Impl --|> com.gobeshonabd.persistence.DAO_QuestionAndAnswar_I
com.gobeshonabd.persistence.DAO_QuestionAndAnswerComment_Impl ..> java.lang.Override
com.gobeshonabd.persistence.DAO_QuestionAndAnswerComment_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswerComment
com.gobeshonabd.persistence.DAO_QuestionAndAnswerComment_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswerComment_Insert
com.gobeshonabd.persistence.DAO_QuestionAndAnswerComment_Impl --|> com.gobeshonabd.configs.Get_Bean_Persistence_DAO_Generel_Insert_Update_Delete_Impl
com.gobeshonabd.persistence.DAO_QuestionAndAnswerComment_Impl --|> com.gobeshonabd.persistence.DAO_QuestionAndAnswerComment_I
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl ..> java.lang.Override
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl ..> com.gobeshonabd.configs.HibernateUtil
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl ..> com.gobeshonabd.pojos.Users_Public_View
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl ..> java.util.ArrayList
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl ..> java.util.Iterator
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl ..> java.util.List
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl ..> org.hibernate.Criteria
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl ..> org.hibernate.Query
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl ..> org.hibernate.Session
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl ..> org.hibernate.SessionFactory
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl --|> com.gobeshonabd.configs.Get_Bean_Persistence_DAO_Generel_Insert_Update_Delete_Impl
com.gobeshonabd.persistence.DAO_Users_CRUD_Impl --|> com.gobeshonabd.persistence.DAO_Users_CRUD_I
com.gobeshonabd.pojos.Articles ..> org.hibernate.validator.constraints.Length
com.gobeshonabd.pojos.Articles ..> org.hibernate.validator.constraints.NotEmpty
com.gobeshonabd.pojos.Articles ..> java.util.Set
com.gobeshonabd.pojos.Articles ..> org.springframework.beans.factory.annotation.Required
com.gobeshonabd.pojos.ArticlesComments ..> org.hibernate.validator.constraints.Length
com.gobeshonabd.pojos.ArticlesComments ..> org.hibernate.validator.constraints.NotEmpty
com.gobeshonabd.pojos.ArticlesComments_Insert ..> org.hibernate.validator.constraints.Length
com.gobeshonabd.pojos.ArticlesComments_Insert ..> org.hibernate.validator.constraints.NotEmpty
com.gobeshonabd.pojos.Articles_Insert ..> org.hibernate.validator.constraints.Length
com.gobeshonabd.pojos.Articles_Insert ..> org.hibernate.validator.constraints.NotEmpty
com.gobeshonabd.pojos.Articles_Insert ..> java.util.Set
com.gobeshonabd.pojos.Articles_Insert ..> org.springframework.beans.factory.annotation.Required
com.gobeshonabd.pojos.Messages ..> org.hibernate.validator.constraints.Length
com.gobeshonabd.pojos.Messages ..> org.hibernate.validator.constraints.NotEmpty
com.gobeshonabd.pojos.QuestionAndAnswer ..> org.hibernate.validator.constraints.Length
com.gobeshonabd.pojos.QuestionAndAnswer ..> org.hibernate.validator.constraints.NotEmpty
com.gobeshonabd.pojos.QuestionAndAnswer ..> java.util.Set
com.gobeshonabd.pojos.QuestionAndAnswerComment ..> org.hibernate.validator.constraints.Length
com.gobeshonabd.pojos.QuestionAndAnswerComment ..> org.hibernate.validator.constraints.NotEmpty
com.gobeshonabd.pojos.QuestionAndAnswerComment_Insert ..> org.hibernate.validator.constraints.Length
com.gobeshonabd.pojos.QuestionAndAnswerComment_Insert ..> org.hibernate.validator.constraints.NotEmpty
com.gobeshonabd.pojos.QuestionAndAnswer_Insert ..> org.hibernate.validator.constraints.Length
com.gobeshonabd.pojos.QuestionAndAnswer_Insert ..> org.hibernate.validator.constraints.NotEmpty
com.gobeshonabd.pojos.QuestionAndAnswer_Insert ..> java.util.Set
com.gobeshonabd.pojos.Users ..> org.hibernate.validator.constraints.Email
com.gobeshonabd.pojos.Users ..> org.hibernate.validator.constraints.Length
com.gobeshonabd.pojos.Users ..> org.hibernate.validator.constraints.NotEmpty
com.gobeshonabd.pojos.Users ..> java.util.Set
com.gobeshonabd.pojos.Users ..> javax.validation.constraints.Min
com.gobeshonabd.pojos.Users ..> javax.validation.constraints.Size
com.gobeshonabd.search.DAO_Search_Users_Impl ..> java.lang.Override
com.gobeshonabd.search.DAO_Search_Users_Impl ..> com.gobeshonabd.configs.HibernateUtil
com.gobeshonabd.search.DAO_Search_Users_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.search.DAO_Search_Users_Impl ..> com.gobeshonabd.pojos.Users_Public_View
com.gobeshonabd.search.DAO_Search_Users_Impl ..> java.util.ArrayList
com.gobeshonabd.search.DAO_Search_Users_Impl ..> java.util.Iterator
com.gobeshonabd.search.DAO_Search_Users_Impl ..> java.util.List
com.gobeshonabd.search.DAO_Search_Users_Impl ..> org.hibernate.Criteria
com.gobeshonabd.search.DAO_Search_Users_Impl ..> org.hibernate.Session
com.gobeshonabd.search.DAO_Search_Users_Impl ..> org.hibernate.SessionFactory
com.gobeshonabd.search.DAO_Search_Users_Impl ..> org.hibernate.criterion.Criterion
com.gobeshonabd.search.DAO_Search_Users_Impl ..> org.hibernate.criterion.LogicalExpression
com.gobeshonabd.search.DAO_Search_Users_Impl ..> org.hibernate.criterion.MatchMode
com.gobeshonabd.search.DAO_Search_Users_Impl ..> org.hibernate.criterion.Order
com.gobeshonabd.search.DAO_Search_Users_Impl ..> org.hibernate.criterion.ProjectionList
com.gobeshonabd.search.DAO_Search_Users_Impl ..> org.hibernate.criterion.Projections
com.gobeshonabd.search.DAO_Search_Users_Impl ..> org.hibernate.criterion.Restrictions
com.gobeshonabd.search.DAO_Search_Users_Impl --|> com.gobeshonabd.search.DAO_Search_Users_I
com.gobeshonabd.services.Services_Articles_CRUD_Impl ..> java.lang.Override
com.gobeshonabd.services.Services_Articles_CRUD_Impl ..> com.gobeshonabd.configs.DateUtil
com.gobeshonabd.services.Services_Articles_CRUD_Impl ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.services.Services_Articles_CRUD_Impl ..> com.gobeshonabd.pojos.Articles_Concise_View
com.gobeshonabd.services.Services_Articles_CRUD_Impl ..> com.gobeshonabd.pojos.Articles_Insert
com.gobeshonabd.services.Services_Articles_CRUD_Impl ..> java.util.List
com.gobeshonabd.services.Services_Articles_CRUD_Impl ..> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.services.Services_Articles_CRUD_Impl ..> com.gobeshonabd.persistence.DAO_Articles_I
com.gobeshonabd.services.Services_Articles_CRUD_Impl --|> com.gobeshonabd.services.Services_Articles_CRUD_I
com.gobeshonabd.services.Services_Articles_Comments_CRUD_Impl ..> java.lang.Override
com.gobeshonabd.services.Services_Articles_Comments_CRUD_Impl ..> com.gobeshonabd.configs.DateUtil
com.gobeshonabd.services.Services_Articles_Comments_CRUD_Impl ..> com.gobeshonabd.pojos.ArticlesComments
com.gobeshonabd.services.Services_Articles_Comments_CRUD_Impl ..> com.gobeshonabd.pojos.ArticlesComments_Insert
com.gobeshonabd.services.Services_Articles_Comments_CRUD_Impl ..> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.services.Services_Articles_Comments_CRUD_Impl ..> com.gobeshonabd.persistence.DAO_Articles_Comment_I
com.gobeshonabd.services.Services_Articles_Comments_CRUD_Impl --|> com.gobeshonabd.services.Services_Articles_Comments_CRUD_I
com.gobeshonabd.services.Services_Follow_Impl ..> java.lang.Override
com.gobeshonabd.services.Services_Follow_Impl ..> com.gobeshonabd.configs.DateUtil
com.gobeshonabd.services.Services_Follow_Impl ..> com.gobeshonabd.pojos.Follow
com.gobeshonabd.services.Services_Follow_Impl ..> java.util.List
com.gobeshonabd.services.Services_Follow_Impl ..> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.services.Services_Follow_Impl ..> com.gobeshonabd.persistence.DAO_Follow_I
com.gobeshonabd.services.Services_Follow_Impl --|> com.gobeshonabd.services.Services_Follow_I
com.gobeshonabd.services.Services_Messages_Impl ..> java.lang.Override
com.gobeshonabd.services.Services_Messages_Impl ..> com.gobeshonabd.configs.DateUtil
com.gobeshonabd.services.Services_Messages_Impl ..> com.gobeshonabd.pojos.Messages
com.gobeshonabd.services.Services_Messages_Impl ..> java.util.List
com.gobeshonabd.services.Services_Messages_Impl --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.services.Services_Messages_Impl ..> com.gobeshonabd.persistence.DAO_Messages_I
com.gobeshonabd.services.Services_Messages_Impl --|> com.gobeshonabd.services.Services_Messages_I
com.gobeshonabd.services.Services_QuestionAndAnswar_Impl ..> java.lang.Override
com.gobeshonabd.services.Services_QuestionAndAnswar_Impl ..> com.gobeshonabd.configs.DateUtil
com.gobeshonabd.services.Services_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswer
com.gobeshonabd.services.Services_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswer_Insert
com.gobeshonabd.services.Services_QuestionAndAnswar_Impl ..> java.util.List
com.gobeshonabd.services.Services_QuestionAndAnswar_Impl --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.services.Services_QuestionAndAnswar_Impl ..> com.gobeshonabd.persistence.DAO_QuestionAndAnswar_I
com.gobeshonabd.services.Services_QuestionAndAnswar_Impl --|> com.gobeshonabd.services.Services_QuestionAndAnswar_I
com.gobeshonabd.services.Services_QuestionAndAnswerComment_Impl ..> java.lang.Override
com.gobeshonabd.services.Services_QuestionAndAnswerComment_Impl ..> com.gobeshonabd.configs.DateUtil
com.gobeshonabd.services.Services_QuestionAndAnswerComment_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswerComment_Insert
com.gobeshonabd.services.Services_QuestionAndAnswerComment_Impl --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.services.Services_QuestionAndAnswerComment_Impl ..> com.gobeshonabd.persistence.DAO_QuestionAndAnswerComment_I
com.gobeshonabd.services.Services_QuestionAndAnswerComment_Impl --|> com.gobeshonabd.services.Services_QuestionAndAnswerComment_I
com.gobeshonabd.services.Services_Users_CRUD_Impl ..> java.lang.Override
com.gobeshonabd.services.Services_Users_CRUD_Impl ..> com.gobeshonabd.configs.DateUtil
com.gobeshonabd.services.Services_Users_CRUD_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.services.Services_Users_CRUD_Impl ..> com.gobeshonabd.pojos.Users_Public_View
com.gobeshonabd.services.Services_Users_CRUD_Impl ..> java.text.DateFormat
com.gobeshonabd.services.Services_Users_CRUD_Impl ..> java.text.SimpleDateFormat
com.gobeshonabd.services.Services_Users_CRUD_Impl ..> java.util.Date
com.gobeshonabd.services.Services_Users_CRUD_Impl ..> java.util.List
com.gobeshonabd.services.Services_Users_CRUD_Impl --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.services.Services_Users_CRUD_Impl ..> com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_I
com.gobeshonabd.services.Services_Users_CRUD_Impl ..> com.gobeshonabd.persistence.DAO_Users_CRUD_I
com.gobeshonabd.services.Services_Users_CRUD_Impl --|> com.gobeshonabd.services.Services_Users_CRUD_I
com.gobeshonabd.voting.Controller_Voteing ..> org.springframework.web.bind.annotation.RequestBody
com.gobeshonabd.voting.Controller_Voteing ..> org.springframework.web.bind.annotation.RequestMapping
com.gobeshonabd.voting.Controller_Voteing ..> org.springframework.web.bind.annotation.RestController
com.gobeshonabd.voting.Controller_Voteing ..> com.gobeshonabd.pojos.ArticlesCommentsVotes
com.gobeshonabd.voting.Controller_Voteing ..> com.gobeshonabd.pojos.ArticlesVotes
com.gobeshonabd.voting.Controller_Voteing ..> com.gobeshonabd.pojos.QuestionAndAnswerComment
com.gobeshonabd.voting.Controller_Voteing ..> com.gobeshonabd.pojos.QuestionAndAnswerCommentVotes
com.gobeshonabd.voting.Controller_Voteing ..> com.gobeshonabd.pojos.QuestionAndAnswerVotes
com.gobeshonabd.voting.Controller_Voteing ..> org.springframework.web.bind.annotation.RequestMethod
com.gobeshonabd.voting.Controller_Voteing --|> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> java.lang.Override
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> com.gobeshonabd.configs.HibernateUtil
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> java.util.List
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> org.hibernate.Criteria
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> org.hibernate.Session
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> org.hibernate.SessionFactory
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> org.hibernate.Transaction
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> org.hibernate.criterion.ProjectionList
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> org.hibernate.criterion.Projections
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> org.hibernate.criterion.Restrictions
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl ..> com.gobeshonabd.configs.SpringApplicationContextInterface
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_Impl --|> com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_I
com.gobeshonabd.voting.DAO_Vote_ArticleComment_Impl ..> java.lang.Override
com.gobeshonabd.voting.DAO_Vote_ArticleComment_Impl ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.voting.DAO_Vote_ArticleComment_Impl ..> com.gobeshonabd.pojos.ArticlesComments
com.gobeshonabd.voting.DAO_Vote_ArticleComment_Impl ..> com.gobeshonabd.pojos.ArticlesCommentsVotes
com.gobeshonabd.voting.DAO_Vote_ArticleComment_Impl ..> com.gobeshonabd.pojos.ArticlesComments_Insert
com.gobeshonabd.voting.DAO_Vote_ArticleComment_Impl ..> com.gobeshonabd.pojos.ArticlesVotes
com.gobeshonabd.voting.DAO_Vote_ArticleComment_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.DAO_Vote_ArticleComment_Impl ..> java.util.List
com.gobeshonabd.voting.DAO_Vote_ArticleComment_Impl --|> com.gobeshonabd.voting.DAO_Vote_ArticleComment_I
com.gobeshonabd.voting.DAO_Vote_ArticleComment_Impl --|> com.gobeshonabd.voting.Get_Bean_DAO_Generel_Vote_Save_Read_Impl
com.gobeshonabd.voting.DAO_Vote_Article_Impl ..> java.lang.Override
com.gobeshonabd.voting.DAO_Vote_Article_Impl ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.voting.DAO_Vote_Article_Impl ..> com.gobeshonabd.pojos.ArticlesVotes
com.gobeshonabd.voting.DAO_Vote_Article_Impl ..> com.gobeshonabd.pojos.Articles_Insert
com.gobeshonabd.voting.DAO_Vote_Article_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.DAO_Vote_Article_Impl ..> java.util.List
com.gobeshonabd.voting.DAO_Vote_Article_Impl --|> com.gobeshonabd.voting.DAO_Vote_Article_I
com.gobeshonabd.voting.DAO_Vote_Article_Impl --|> com.gobeshonabd.voting.Get_Bean_DAO_Generel_Vote_Save_Read_Impl
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_Impl ..> java.lang.Override
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_Impl ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_Impl ..> com.gobeshonabd.pojos.ArticlesVotes
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswerComment
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswerCommentVotes
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswerComment_Insert
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_Impl ..> java.util.List
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_Impl --|> com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_I
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_Impl --|> com.gobeshonabd.voting.Get_Bean_DAO_Generel_Vote_Save_Read_Impl
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_Impl ..> java.lang.Override
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.ArticlesVotes
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswer
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswerVotes
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswer_Insert
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_Impl ..> java.util.List
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_Impl --|> com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_I
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_Impl --|> com.gobeshonabd.voting.Get_Bean_DAO_Generel_Vote_Save_Read_Impl
com.gobeshonabd.voting.Services_Vote_ArticleComment_Impl ..> java.lang.Override
com.gobeshonabd.voting.Services_Vote_ArticleComment_Impl ..> com.gobeshonabd.pojos.ArticlesCommentsVotes
com.gobeshonabd.voting.Services_Vote_ArticleComment_Impl ..> com.gobeshonabd.pojos.ArticlesComments_Insert
com.gobeshonabd.voting.Services_Vote_ArticleComment_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.Services_Vote_ArticleComment_Impl --|> com.gobeshonabd.voting.Services_Vote_ArticleComment_I
com.gobeshonabd.voting.Services_Vote_Article_Impl ..> java.lang.Override
com.gobeshonabd.voting.Services_Vote_Article_Impl ..> com.gobeshonabd.pojos.ArticlesVotes
com.gobeshonabd.voting.Services_Vote_Article_Impl ..> com.gobeshonabd.pojos.Articles_Insert
com.gobeshonabd.voting.Services_Vote_Article_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.Services_Vote_Article_Impl --|> com.gobeshonabd.voting.Services_Vote_Article_I
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswarComment_Impl ..> java.lang.Override
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswarComment_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswerComment
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswarComment_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswerCommentVotes
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswarComment_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswerVotes
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswarComment_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswarComment_Impl --|> com.gobeshonabd.voting.Services_Vote_QuestionAndAnswarComment_I
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswar_Impl ..> java.lang.Override
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.ArticlesCommentsVotes
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswerVotes
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.QuestionAndAnswer_Insert
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswar_Impl ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswar_Impl --|> com.gobeshonabd.voting.Services_Vote_QuestionAndAnswar_I
com.gobeshonabd.configs.Get_Bean_Persistence_DAO_Generel_Insert_Update_Delete_Impl ..> com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_I
com.gobeshonabd.configs.SpringApplicationContextInterface ..> org.springframework.context.ApplicationContext
com.gobeshonabd.configs.SpringApplicationContextInterface ..> org.springframework.context.support.ClassPathXmlApplicationContext
com.gobeshonabd.persistence.DAO_Articles_Comment_I ..> com.gobeshonabd.pojos.ArticlesComments
com.gobeshonabd.persistence.DAO_Articles_Comment_I ..> com.gobeshonabd.pojos.ArticlesComments_Insert
com.gobeshonabd.persistence.DAO_Articles_I ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.persistence.DAO_Articles_I ..> com.gobeshonabd.pojos.Articles_Concise_View
com.gobeshonabd.persistence.DAO_Articles_I ..> com.gobeshonabd.pojos.Articles_Insert
com.gobeshonabd.persistence.DAO_Articles_I ..> java.util.List
com.gobeshonabd.persistence.DAO_Follow_I ..> com.gobeshonabd.pojos.Follow
com.gobeshonabd.persistence.DAO_Follow_I ..> java.util.List
com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_I ..> java.util.List
com.gobeshonabd.persistence.DAO_Messages_I ..> com.gobeshonabd.pojos.Messages
com.gobeshonabd.persistence.DAO_Messages_I ..> java.util.List
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_I ..> com.gobeshonabd.pojos.QuestionAndAnswer
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_I ..> com.gobeshonabd.pojos.QuestionAndAnswer_Insert
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_I ..> com.gobeshonabd.pojos.QuestionAndAnswer_View_Summury
com.gobeshonabd.persistence.DAO_QuestionAndAnswar_I ..> java.util.List
com.gobeshonabd.persistence.DAO_QuestionAndAnswerComment_I ..> com.gobeshonabd.pojos.QuestionAndAnswerComment
com.gobeshonabd.persistence.DAO_QuestionAndAnswerComment_I ..> com.gobeshonabd.pojos.QuestionAndAnswerComment_Insert
com.gobeshonabd.persistence.DAO_Users_CRUD_I ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.persistence.DAO_Users_CRUD_I ..> com.gobeshonabd.pojos.Users_Public_View
com.gobeshonabd.persistence.DAO_Users_CRUD_I ..> java.util.List
com.gobeshonabd.search.DAO_Search_Users_I ..> java.util.List
com.gobeshonabd.services.Services_Articles_CRUD_I ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.services.Services_Articles_CRUD_I ..> com.gobeshonabd.pojos.Articles_Concise_View
com.gobeshonabd.services.Services_Articles_CRUD_I ..> com.gobeshonabd.pojos.Articles_Insert
com.gobeshonabd.services.Services_Articles_CRUD_I ..> java.util.List
com.gobeshonabd.services.Services_Articles_Comments_CRUD_I ..> com.gobeshonabd.pojos.ArticlesComments
com.gobeshonabd.services.Services_Articles_Comments_CRUD_I ..> com.gobeshonabd.pojos.ArticlesComments_Insert
com.gobeshonabd.services.Services_Follow_I ..> com.gobeshonabd.pojos.Follow
com.gobeshonabd.services.Services_Follow_I ..> java.util.List
com.gobeshonabd.services.Services_Messages_I ..> com.gobeshonabd.pojos.Messages
com.gobeshonabd.services.Services_Messages_I ..> java.util.List
com.gobeshonabd.services.Services_QuestionAndAnswar_I ..> com.gobeshonabd.pojos.QuestionAndAnswer
com.gobeshonabd.services.Services_QuestionAndAnswar_I ..> com.gobeshonabd.pojos.QuestionAndAnswer_Insert
com.gobeshonabd.services.Services_QuestionAndAnswar_I ..> com.gobeshonabd.pojos.QuestionAndAnswer_View_Summury
com.gobeshonabd.services.Services_QuestionAndAnswar_I ..> java.util.List
com.gobeshonabd.services.Services_QuestionAndAnswerComment_I ..> com.gobeshonabd.pojos.QuestionAndAnswerComment
com.gobeshonabd.services.Services_QuestionAndAnswerComment_I ..> com.gobeshonabd.pojos.QuestionAndAnswerComment_Insert
com.gobeshonabd.services.Services_Users_CRUD_I ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.services.Services_Users_CRUD_I ..> com.gobeshonabd.pojos.Users_Public_View
com.gobeshonabd.services.Services_Users_CRUD_I ..> java.util.List
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_I ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.DAO_Generel_Vote_Save_Read_I ..> java.util.List
com.gobeshonabd.voting.DAO_Vote_ArticleComment_I ..> com.gobeshonabd.pojos.ArticlesCommentsVotes
com.gobeshonabd.voting.DAO_Vote_ArticleComment_I ..> com.gobeshonabd.pojos.ArticlesComments_Insert
com.gobeshonabd.voting.DAO_Vote_ArticleComment_I ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.DAO_Vote_Article_I ..> com.gobeshonabd.pojos.Articles
com.gobeshonabd.voting.DAO_Vote_Article_I ..> com.gobeshonabd.pojos.ArticlesVotes
com.gobeshonabd.voting.DAO_Vote_Article_I ..> com.gobeshonabd.pojos.Articles_Insert
com.gobeshonabd.voting.DAO_Vote_Article_I ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.DAO_Vote_Article_I ..> java.util.List
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_I ..> com.gobeshonabd.pojos.QuestionAndAnswerComment
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_I ..> com.gobeshonabd.pojos.QuestionAndAnswerCommentVotes
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswarComment_I ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_I ..> com.gobeshonabd.pojos.QuestionAndAnswerVotes
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_I ..> com.gobeshonabd.pojos.QuestionAndAnswer_Insert
com.gobeshonabd.voting.DAO_Vote_QuestionAndAnswar_I ..> com.gobeshonabd.pojos.Users
com.gobeshonabd.voting.Get_Bean_DAO_Generel_Vote_Save_Read_Impl ..> com.gobeshonabd.configs.SpringContextSingletron
com.gobeshonabd.voting.Get_Bean_DAO_Generel_Vote_Save_Read_Impl ..> com.gobeshonabd.persistence.DAO_Generel_Insert_Update_Delete_SelectAll_I
com.gobeshonabd.voting.Services_Vote_ArticleComment_I ..> com.gobeshonabd.pojos.ArticlesCommentsVotes
com.gobeshonabd.voting.Services_Vote_Article_I ..> com.gobeshonabd.pojos.ArticlesVotes
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswarComment_I ..> com.gobeshonabd.pojos.QuestionAndAnswerCommentVotes
com.gobeshonabd.voting.Services_Vote_QuestionAndAnswar_I ..> com.gobeshonabd.pojos.QuestionAndAnswerVotes
@enduml | false | true | false | false | class |
7be1cc3e7b2fe176793cfb77abbef3da4ad07536 | e3f72aa2c7711028a118ff71cab9ee2c1be8744f | /docs/classes.plantuml | ed7882162782dc1699264255a206ae87ba2792aa | [] | no_license | lorey/mlscraper-experiments | 3de7cbd24e062565ded5e98fa4a8888599370d04 | 5f5b865dcf9eab856e537c732c3c5ff53c4b5803 | refs/heads/master | 2023-07-06T21:55:51.392182 | 2021-08-06T10:57:53 | 2021-08-06T10:57:53 | 351,569,351 | 1 | 1 | null | 2021-08-06T10:58:45 | 2021-03-25T20:37:33 | HTML | UTF-8 | PlantUML | false | false | 2,234 | plantuml | @startuml
package Parsers {
class Node
Node : parent: Node
Node : parents: Node[]
Node : select(css: str): Node
Node : get_depth(): int
Node : generate_selectors(): gen[str]
Node : generate_path_selectors(): gen[str]
Node : ? find_all(item): Match
class Page
Page : {static} from_html(html: str)
Node <|-- Page
}
class Selector
Selector : select_one(node: Node)
Selector : select_all(node: Node)
Selector -> Node
class CSSRuleSelector
Selector <|-- CSSRuleSelector
package Samples {
class TrainingSet
TrainingSet : item
class Item
Item : samples
class Sample
Sample : page
Sample : value
Sample : get_matches()
class DictItem
DictItem : item_by_key: Dict[str, Sample]
class ListItem
ListItem : item: Item
class ValueItem
ValueItem : values: str[]
}
Item --> Sample
TrainingSet --> Item
Item <|-- DictItem
Item <|-- ListItem
Item <|-- ValueItem
Sample --> Page
package Matches{
class Match
Match : get_span(): int
Match : get_root_node(): Node
class DictMatch
DictMatch : match_by_key
DictMatch --> Match
class ListMatch
ListMatch : matches
ListMatch --> Match
class ValueMatch
ValueMatch : node
ValueMatch : extractor
}
Match ---> Node : root
ValueMatch ---> Node
Match <|-- DictMatch
Match <|-- ListMatch
Match <|-- ValueMatch
Sample ---> Match
package Scrapers {
class Scraper
Scraper : train(matches: Match[], roots: Node[])
Scraper : get(node: Node)
class DictScraper
DictScraper : scraper_by_key: Dict[str, Scraper]
DictScraper --> Scraper
class ListScraper
ListScraper : selector
ListScraper : scraper
ListScraper --> Scraper
class ValueScraper
ValueScraper : selector
ValueScraper : extractor
}
ValueScraper ---> Selector
ListScraper ---> Selector
class ValueExtractor
ValueExtractor : get(node: Node)
class AttributeExtractor
AttributeExtractor : attr
class TextExtractor
Scraper <|-- DictScraper
Scraper <|-- ListScraper
Scraper <|-- ValueScraper
ValueScraper ---> ValueExtractor
ValueExtractor <|-- AttributeExtractor
ValueExtractor <|-- TextExtractor
ValueMatch --> ValueExtractor
@enduml | false | true | false | false | sequence |
bf4e1be23e52d3495b431a343fc7c4dad59aa29c | f19c648ae8f17a1b1c7e6290617e374fe2b4b401 | /Diagramas de estados/clientes/modificar_cliente.puml | 0a23fd9710a90d146e66fac45c59c05a7bf619b3 | [] | no_license | Helado-obscuro/diagramas-4 | 9562a6b6cafa8c443fa2967cab953aa9769ce64f | 92e322b17f768525650c0497b7b6fe80a0b55c4e | refs/heads/master | 2021-01-15T16:36:06.283496 | 2017-08-08T17:05:05 | 2017-08-08T17:05:05 | 99,713,725 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 920 | puml | @startuml
scale 600 width
scale 900 height
[*] -> Esperando
Esperando --> Validando
Validando : validando la información
Validando -> Enviando : Correcto
Enviando --> Consultando : Correcto
Validando --> [*] : Cancelado
state Consultando {
state "Procesando" as long1
long1 : reune y valida la info
[*] --> long1
long1 --> long1 : Nueva info
long1 --> Buscando
Buscando : Buscando la info
Buscando -> [*] : no encontrado
Buscando --> Reuniendo : correcto
Reuniendo : se reune la info para mostrarla
Reuniendo -->[*] : informacón lista
}
Consultando --> Modificando :correcto
state Modificando {
state "Insertando" as long2
long2 : inserta la nueva informacióon
[*] --> long2
long2 --> long2 : Nueva info
long2 --> Revisando
Revisando : checa la integridad de datos
Revisando --> [*]
}
Modificando --> Mostrando
Mostrando : muestra la info recogida
Mostrando --> [*]
@enduml | false | true | true | false | sequence |
5169de2d2a9f4849e5ff8519edcd8651024e9b4e | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Application/Services/Physical.puml | 929f06d9b65f413e747e8bf360c129ddae404f08 | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 427 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "Application/Services" #lightblue {
interface CLI
interface Web
interface REST
folder bin #ffffff {
component binName
}
folder appName #ffffff {
component sails.io
component sailsjs
}
folder uService1 #ffffff {
component micro
}
}
CLI -- binName
binName -- REST
Web -- sailsjs
Web -- REST
REST -- sailsjs
Web -- sails.io
REST -- micro
| false | true | false | false | class |
2d05bba66e7504e93a98c17dbe4a79c132691598 | aa7904f3277e3b1669a131bfe29afee5b5773e6c | /src/cafe/cafe.puml | b0a218286bd2bc8dd2cedf749fdaa6ab8eca929f | [] | no_license | c16318/TemplateMethod_kadai | b66025c058bd11b122ee5d1b2789e689b2d07a74 | 6fd88cf56466140f527327461d420daf9e095078 | refs/heads/master | 2020-03-28T21:35:29.131889 | 2017-06-17T12:04:54 | 2017-06-17T12:04:54 | 94,621,208 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 671 | puml | @startuml
abstract class Cafe.CaffeinBevarage{
prepreRecipe()
boilWater()
pourlnCup()
brew()
addCondiments()
}
abstract class Cafe.CaffeinBevarageWithHook{
prepareRecipe()
brew()
addCondiments()
pourIncup()
customerWantsCondiments()
}
class Cafe.coffee{
prepareRecripe()
boilWater()
pourincup()
brew()
addCondiments()
}
class Cafe.CoffeeWithHook{
brew()
addCondiments()
customerWantsCondiments():boolean
getUserInput()
}
class Cafe.Tea{
prepareRecripe()
boilWater()
pourincup()
addCondiments()
brew()
}
class Cafe.BevarageTest{
}
Cafe.CaffeinBevarage <|-- Cafe.coffee
Cafe.CaffeinBevarageWithHook <|-- Cafe.CoffeeWithHook
Cafe.CaffeinBevarage <|-- Cafe.Tea
@enduml
| false | true | false | false | class |
279aa16e2db1361a026043440606fd67bb2e727a | cda2e7ffb8efd192bd9c809936efad7677089339 | /Plant UML/ReceiptController.puml | 0568c065a39ce3fdba20118bf8c12182f078d55b | [] | no_license | grantbrooks18/Lab_5_OORMS | 8808a742fae9f23001447a6a4a37ad7111dccbab | 736050a5ea1204b05d376ab5b0b56dc3cf3c4df9 | refs/heads/master | 2023-09-05T23:41:54.209394 | 2021-11-23T01:34:18 | 2021-11-23T01:34:18 | 421,550,494 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 550 | puml | @startuml
'https://plantuml.com/class-diagram
class LedgerController{
copy_bills(receipt,table)
}
abstract Controller{
}
class Receipt{
seats:list [int]
billing: list[int]
total: int
print_receipt(printer, int, table)
}
class Table
class ReceiptController{
table: Table
make_bills()
update_receipt(seats, billing)
print_bills(printer, receipt)
cleanup(receipt)
check_total()
}
ReceiptController..>Controller
LedgerController..>Controller
ReceiptController->Table:table
Table --> Receipt: receipt
LedgerController-->Receipt:0... receipt
@enduml | false | true | false | false | sequence |
cf1a9dc01ec4a8c9f75fb31dbcde190b0d2e56ae | b8e5dd3ec9af74b7091adff9495ca152e4c30f4c | /uml/FRM high level.plantuml | 6fe11c6577fde00ba2b20cf6780717240ab5be03 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mojaloop/fraud_risk_management | 04f39ea653a7fe20e974cde165e9ca8790af35c9 | f6c25ff410dadc9fb4532246840067116bf0a4a6 | refs/heads/master | 2023-06-17T21:06:53.260091 | 2021-07-14T06:46:11 | 2021-07-14T06:46:11 | 296,127,601 | 13 | 7 | NOASSERTION | 2021-08-04T11:42:07 | 2020-09-16T19:23:37 | HTML | UTF-8 | PlantUML | false | false | 1,394 | plantuml | @startuml
Title FRM High Level Design including \rcommunication between processors.
legend top
-> Indicates HTTP request
--> Indicates gRPC request
end legend
actor "Payer" as payer
queue "Mojaloop" as ml
queue "Payment Platform Adapter" as ppa
queue "Transaction Monitoring Service" as tms
queue "Data Preparation (NiFi)" as nifi
queue "Transaction Router" as tr
queue "Channel Router Setup Processor" as crsp
queue "Rule Engine" as re
queue "Typology Processor" as tp
queue "Channel Aggregation and Decisioning Processor" as cadp
queue "Transaction Aggregation and Decisioning Processor" as tadp
payer -> ml: Initiates transaction
ml -> ppa: Quote
ppa -> tms: pain.001.001.11 (pain)
tms --> nifi: pain + \rtransaction type
nifi --> tr: pseudonymised pain + \rtransaction type
nifi -> tms: success
tms -> ppa: success
ppa -> ml: success
tr --> crsp: pseudonymised pain + \rtransaction type + \rnetwork map
crsp --> re: pseudonymised pain + \rtransaction type + \rnetwork map subset
re --> tp: pseudonymised pain + \rtransaction type + \rnetwork map subset +\rrule result
tp --> cadp: pseudonymised pain + \rtransaction type + \rnetwork map subset +\rtypology result
cadp --> tadp: pseudonymised pain + \rtransaction type + \rnetwork map subset +\rchannel result
tadp -> cadp: success
cadp -> tp: success
tp -> re: success
re -> crsp: success
crsp -> tr: success
tr -> nifi: success
@enduml | false | true | false | false | usecase |
9414b4297c36482f6e28fdec20366883b7a8bb14 | 282edfcec2b95118205092071ac8e7f2a53ea049 | /system_model/uc-docs.puml | 584ff87e47106298eef4532363a2f07cb940c2c5 | [
"MIT"
] | permissive | Burhan-Q/project-tetra-docs | 5c57bf56e80ac06522a3aaf01d911b58b4285283 | c208dc33c1032e132e544b7f266e9d987ce21e80 | refs/heads/dev | 2023-01-04T21:28:59.794390 | 2020-10-30T19:41:00 | 2020-10-30T19:41:00 | 275,214,266 | 0 | 0 | MIT | 2020-10-31T17:50:02 | 2020-06-26T17:43:56 | HTML | UTF-8 | PlantUML | false | false | 1,922 | puml | @startuml
left to right direction
skinparam linetype polyline
frame f1 as "uc [site] Project Tetra Docs [Use Cases and Associated Stakeholders] " {
/'Primary Actors'/
actor a1 <<Project Tetra team member>> as "<b>Documentation Maintainer</b>"
actor a2 <<Project Tetra team member>> as "<b>Documentation Reader</b>"
/'Secondary Actors'/
actor a3 <<Project Tetra contributor>> as "<b>Documentation Contributor</b>"
actor a4 <<Project Tetra users>> as "<b>Documentation Reader</b>"
rectangle p1 <<static site>> as "<b>Project Tetra Docs</b>" {
rectangle p11 <<section>> as "<b>Explanations</b>" {
usecase uc1 <<use case>> as "<b>Provides context</b>
<b>into key topics</b>"
}
rectangle p12 <<section>> as "<b>Tutorials</b>" {
usecase uc2 <<use case>> as "<b>Provides assembly, build,</b>
<b>and testing instructions</b>"
}
rectangle p13 <<section>> as "<b>How-to Guides</b>" {
usecase uc3 <<use case>> as "<b>Provides usage instructions</b>
<b>for Project Tetra</b>"
usecase uc4 <<use case>> as "<b>Provides contributing guidelines</b>
<b>for Project Tetra</b>"
}
rectangle p14 <<section>> as "<b>References</b>" {
usecase uc5 <<use case>> as "<b>Provides technical</b>
<b>reference and resources</b>"
}
}
rectangle p2 <<GitHub repo>> as "<b>Project Tetra Docs</b>" {
rectangle p15 <<section>> as "<b>Issues</b>" {
usecase uc6 <<use case>> as "<b>Provides section for feedback</b>
<b>on content or layout</b>"
}
}
/'Primary actors perform action'/
a1 -- uc6
a2 -- uc4
a2 -- uc5
/'Secondary actors respond'/
uc6 -- a3
uc4 -- a3
uc1 -- a4
uc2 -- a4
uc3 -- a4
uc5 -- a4
}
@enduml
| false | true | false | false | usecase |
fc2971ea90341cf519d4bdb3753129270a6f9c78 | 44f30e66d498a929295f8f0751a74fff3009631f | /uml/DaoUml.puml | 5d20dbe175757f726eb1d3e73e9accc99da7434c | [] | no_license | daniil-shevtsov/incremental-reader | f0ed839001125e8ebf68b8fb7d1948247f5fbd8c | 4123fe0f59057203383b8478a2520dcae0febd40 | refs/heads/main | 2023-06-01T13:46:13.155130 | 2021-06-17T09:04:29 | 2021-06-17T09:04:29 | 313,006,203 | 0 | 0 | null | 2021-06-17T09:04:30 | 2020-11-15T10:26:49 | Kotlin | UTF-8 | PlantUML | false | false | 407 | puml | @startuml
'https://plantuml.com/class-diagram
class InformationItemDao {
+ getAllEntities(): Flow<List<InformationItemEntity>>
+ insert(entity: InformationItemEntity): Long
+ update(entity: InformationItemEntity)
+ getItem(id: Long): InformationItemEntity
}
class RepetitionDao {
+ getAllEntities(): Flow<List<RepetitionEntity>>
+ insert(entity: RepetitionEntity): Long
}
@enduml | false | true | false | false | class |
92b1f5405808201e8b4a539634e80dd4d9b83e92 | 0a481fdfe581cd11960069e6b792722ffefa427c | /design/forward_evaluation_resolver.puml | efa38befd918b0b7a1e12cc9d0df92915c95be5e | [
"MIT"
] | permissive | weathermaker/sketchup-console-plus | 389cc9759fba3cac26cc160fa888d8174de7437d | 4296ecd619a55a8d92ac7504bbbf7efec108b0fd | refs/heads/master | 2021-04-09T11:18:59.823423 | 2018-02-10T00:00:28 | 2018-02-10T00:00:28 | 125,409,874 | 1 | 0 | MIT | 2018-03-15T18:27:10 | 2018-03-15T18:26:52 | Ruby | UTF-8 | PlantUML | false | false | 790 | puml | @startuml
' Forward evaluatation
state "TokenClassification\nBy Object" as ByObject
state "TokenClassification\nBy Class" as ByClass
ByClass : is instance ?
state "TokenClassification\nBy Doc" as ByDoc
ByDoc : is instance ?
state "Multiple\nTokenClassification" as Multiple
[*] -right-> ByObject: find object \n for identifier
ByObject --> ByObject : class, \n module, \n constant
ByObject -up-> ByClass : new
ByObject -down-> ByDoc : method
ByClass --> ByClass : class, \n module, \n new
ByClass -down-> ByObject : constant
ByClass -down-> ByDoc : method
ByDoc --> ByDoc : class, \n module, \n constant, \n method
ByDoc -up-> ByClass : class, \n module \n if found in \n object space
ByDoc -left-> Multiple : if method \n can return \n multiple types
@enduml | false | true | false | false | sequence |
4f83936fd65919393775632a9b4d8353f7062f4e | 625517108615e50180082e3c6d7d1444f643485e | /test/fixtures/component-consume-interface/in.plantuml | 99b5c55e6136d348e209fb1dcf22c9ab11658d98 | [
"TCL",
"BSD-3-Clause",
"HPND",
"LicenseRef-scancode-unknown-license-reference",
"OpenSSL",
"LicenseRef-scancode-openssl",
"MIT",
"LicenseRef-scancode-ssleay-windows",
"ISC",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | Enteee/plantuml-parser | 180c370b3025bb7566bd86576d327364b3d5a425 | 765ac61d0c29c7c8f39310cfa7c385017997aeb8 | refs/heads/master | 2023-07-26T02:00:39.582527 | 2023-03-27T20:49:09 | 2023-03-27T20:49:09 | 177,091,179 | 132 | 33 | Apache-2.0 | 2023-05-21T07:11:53 | 2019-03-22T07:20:31 | TypeScript | UTF-8 | PlantUML | false | false | 90 | plantuml | @startuml
component C
interface I
C -- I
C ..> I
C <.. I
I -- C
I ..> C
I <.. C
@enduml
| false | true | false | false | class |
60105a2ea0e126e220bc1683304670a618143927 | 1b78f20efa609842b3c66129fbce2f0b415b9490 | /source/diagrams/katharsis-runtime.puml | 906cab8b2c6c59cdfafa5ca67f86d8ae4b5d066c | [
"Apache-2.0"
] | permissive | sudeeptoghosh/katharsis-docs | b2df6f12d1f81d6acd10f8b0948ebd0de155b800 | 02eba88f3be615dded336e18586742df4758fcbb | refs/heads/master | 2020-03-15T14:43:13.737624 | 2017-04-05T08:07:06 | 2017-04-05T08:07:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,420 | puml | @startuml
title Katharsis Runtime
hide footbox
participant "Web framework" as Framework
participant "Katharsis integration" as IntegrationCode
participant JsonApiPath
participant Request
participant "JsonApi Request Handler" as RequestHandler
'participant "Json API serializer" as Serializer
'participant "Json API deserializer" as Deserializer
participant RepositoryRegistry
participant "Repository Adapter" as RepoAdapters
[-> Framework: intercept HTTP JSON API request
Framework --> IntegrationCode: handle()
create JsonApiPath
IntegrationCode --> JsonApiPath: <<parses URL to>>
activate JsonApiPath
note over JsonApiPath
Request URL parsed according
to JSON API rules.
Helps us identify IntegrationCode
to delegate to.
end note
IntegrationCode <-- JsonApiPath
deactivate JsonApiPath
create Request
IntegrationCode --> Request
activate Request
note over Request
Contains information regarding
the HTTP request.
end note
IntegrationCode <-- Request
deactivate Request
IntegrationCode --> RequestHandler: call via JsonApiDispatcher
activate RequestHandler
note over RequestHandler
We have handlers for each Request
type: GET, POST, etc.
Uses **Request** to access data.
end note
RequestHandler --> RepositoryRegistry: lookup Repository adapter
activate RepositoryRegistry
note over RepositoryRegistry
Used to lookup a Repository Adapter or
a RelationshipRepository Adapter based on
information from JsonApiPath .
end note
RequestHandler <-- RepositoryRegistry
deactivate RepositoryRegistry
RequestHandler --> RepoAdapters: call repository method
activate RepoAdapters
note over RepositoryRegistry
Used to lookup a Repository Adapter or
a RelationshipRepository Adapter based on
information from JsonApiPath .
end note
RequestHandler <-- RepoAdapters: return Resources/Json API Document
deactivate RepoAdapters
RequestHandler <-- RequestHandler: do optional extra processing (Includes, etc)
IntegrationCode <-- RequestHandler: return Resources/Json API Document
deactivate RequestHandler
deactivate IntegrationCode
Framework <-- IntegrationCode: send Json API Document to client
[<- Framework: serialize response as JSON API
legend
The current diagram is simplified. Not all calls are represented.
**Web Framework** can be Servlet, JAX-RS, Vertx, Spring WebMVC, etc.
**JsonApi RequestHandler** has implementation for GET, POST, etc.
end legend
@enduml
| false | true | false | false | sequence |
365b5065d70bda6f6a157650a87d08094d3c340f | da396d6d071eed9e17b93edb926e77121276b741 | /src/UML/ServerMain.puml | 1077d53954efd288e394b971733675f7a0cd7734 | [] | no_license | viktorbilousov/ChatServerSockets | 17c53edb2b956b460c40df81f66e03acd7d137fd | ebcd2a12aba46a681be11fcbadbe61737301509f | refs/heads/master | 2021-06-07T21:42:12.602910 | 2016-10-19T23:28:57 | 2016-10-19T23:28:57 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 469 | puml | @startuml
(*) --> "Initialisation server"
--> " "
if "need close server" then
--> [false]"wait new client"
if "cnt client < max" then
-->[false] "Send connect server message"
--> "Add client to list"
--> "Start lisening socket client"
--> " "
else
--> [True] "Send desconnect server message"
--> "disconect"
--> " "
endif
else
-->[true]"disconect all client"
-->"close server"
-->(*)
@enduml
| false | true | false | false | activity |
51e8a162d289511a11c1195a311186bdbd84f263 | d4f34a6c0df125191582af1be0cde745828f4e48 | /assets/20220320/diagram.plantuml | b24bf912049f47318d19e04e4054480e770a16bf | [] | no_license | jcnecio/jcnecio.github.io | 15cc3997a1415e2c73568553aed9bd8ca3da486c | f15876e80fca714f95bd64a9c813c4ef3a4e298f | refs/heads/master | 2022-05-11T23:54:31.454443 | 2022-04-17T15:54:57 | 2022-04-17T15:54:57 | 92,829,303 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 252 | plantuml | @startuml
ESP32Bot -> ROS_Agent: Subscribes to topic /cmd_vel
Teleop_App -> Teleop_Server: User sends direction api call
Teleop_Server --> ROS_Agent: Publishes vector data linear/angular
ESP32Bot <-- ROS_Agent: Robot moves around or does action
@enduml | false | true | false | false | sequence |
b148628fd94d37194346fe277ebf2a1867c989ca | f2c03e8fe26aff26eecd42ed2939cf78e7d3b1d7 | /docsArchitecture/diagrams/sequence.puml | 346e5993358c30cb489e0eb4689e524a40818a3e | [] | no_license | islamov-jahja/PraciticeGTO | 7258a5c81ff321b668592ec47a2eb1a7639b2932 | a1a6e79dd7038c123bc51d2244858428ed9d1e65 | refs/heads/master | 2022-12-02T23:58:03.536228 | 2020-08-17T09:47:28 | 2020-08-17T09:47:28 | 288,140,560 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 725 | puml | @startuml
actor User #red
box "Client" #LightBlue
participant UI
participant Controller
end box
participant Server
participant Database
User->UI: Fill fields
Activate UI
User->UI: Button click
UI->Controller: tapHandling()
Activate Controller
Controller -> Controller: validateFields()
Activate Controller #FFBBBB
Controller->Server: updateProfile()
Deactivate Controller
Activate Server
Server->Server: validate()
Activate Server #FFBBBB
Server->Database: trySaveToDatabase()
Deactivate Server
Activate Database
Database-->Server: sendSuccess()
Deactivate Database
Server-->Controller: sendSuccessResponse()
Controller-->UI: showSuccess()
Deactivate Controller
UI->UI: updateUI()
Activate UI
UI->User
Deactivate UI
@enduml | false | true | false | false | sequence |
efc2f9a41c1a67023352a32377fda352a5e5f17e | 3576ec713485a374cd82f4db2df455e2108fbf46 | /concepts/0051-dkms/puml/07-add-connection-public-did.puml | 62f9b55fa4e195780eb2bdead531dfa3f47d5828 | [
"Apache-2.0",
"LicenseRef-scancode-dco-1.1"
] | permissive | hyperledger/aries-rfcs | b5de0c6f3b6855c6b66039b3f3580e062d238cdf | 097053c6e91f16d4dad18b5367cf338721423dc7 | refs/heads/main | 2023-08-31T08:13:57.556336 | 2023-07-24T21:30:11 | 2023-07-24T21:30:11 | 185,645,683 | 340 | 259 | Apache-2.0 | 2023-09-13T01:20:18 | 2019-05-08T16:49:20 | Python | UTF-8 | PlantUML | false | false | 2,053 | puml | @startuml
skinparam sequenceArrowThickness 2
skinparam roundcorner 15
skinparam maxmessagesize 100
skinparam sequence {
ArrowColor grey
LifeLineBorderColor grey
ParticipantBorderColor grey
boxbordercolor white
ParticipantFontSize 17
actorfontsize 17
boxfontsize 17
boxfontcolor grey
ActorBorderColor grey
Actorbackgroundcolor white
}
actor Alice as al
participant "Alice's\nEdge Agent" as aea
participant "Alice's\nCloud Agent" as aca
participant "Org's\nCloud Agent" as oca
participant "Org's\nEdge Agent" as org
note over al, org #f0f0e0
Private entity Alice creates a relationship with public entity Org.
Preconditions: Org has a well known DID O<sub>0</sub> registered on a public ledger
and Alice's Edge Agent has this DID.
end note
== Connect with Public Organization Part 1 ==
al -> aea: add connection to Org
aea -> aea: create DID, keys, and microledger (A<sub>O</sub><sup>DID</sup>, A<sub>O</sub><sup>1-vk</sup>, A<sub>O</sub><sup>1-sk</sup>)
aea -[#blue]> aca: request cloud agent DID verification key for A<sub>O</sub><sup>DID</sup>
aca->aca: create keys (A<sub>O</sub><sup>2-vk</sup>,A<sub>O</sub><sup>2-sk</sup>)
aca-[#blue]>aea: A<sub>O</sub><sup>2-vk</sup>
aea->aea: add cloud agent DID verification key A<sub>O</sub><sup>2-vk</sup> to microledger
newpage
== Connect with Public Organization Part 2 ==
par2
aea -[#blue]> aca: connection invitation\n\
A<sub>O</sub><sup>DID</sup>, A<sub>O</sub><sup>1-vk</sup>
else
aca-[#blue]>oca: \n\n\n
else
oca-[#blue]>org: \n\n\n
org->org: create DID, keys, and microledger (O<sub>A</sub><sup>DID</sup>, O<sub>A</sub><sup>1</sup>, O<sub>A</sub><sup>ml</sup>)
org-[#blue]>oca: request agent DID verification key for O<sub>A</sub><sup>DID</sup>
oca->oca: create DID keypair (O<sub>A</sub><sup>2</sup>)
oca-[#blue]>org: O<sub>A</sub><sup>2-vk</sup>
org->org: add cloud agent DID verification key O<sub>A</sub><sup>2-vk</sup> to microledger
par2
org-[#blue]>oca: success with microledger deltas
else
oca-[#blue]>aca: \n\n success
else
aca-[#blue]>aea: \n\n
else
aea->al: \n\n
@enduml
| false | true | false | false | usecase |
05851ded3fb9238be5296b8cc33d5cdd71747baf | 3c59887248745c4f1e0333985dc908da2e85a0bd | /docs/plantuml/components.plantuml | 018de81765b60f7f07f2d29bbd3d883d3e96edc6 | [
"Unlicense"
] | permissive | txbrown/Karabiner-DriverKit-VirtualHIDDevice | 6b9079504e11a907f62aae2b37026ec7376c57e4 | ee00f86a52bdcb0d808abc018dda141bebcd7308 | refs/heads/main | 2023-09-02T08:08:03.347916 | 2021-11-19T00:08:16 | 2021-11-19T00:08:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 612 | plantuml | @startuml components
package "DriverKit driver" {
() IOService -- [VirtualHIDDeviceRoot]
[VirtualHIDDeviceRoot] --> [VirtualHIDDeviceUserClient]
[VirtualHIDDeviceUserClient] --> [VirtualHIDKeyboard]
[VirtualHIDDeviceUserClient] --> [VirtualHIDPointing]
}
package "VirtualHIDDeviceClient" {
() "UNIX domain socket" as serversock
serversock -- [virtual_hid_device_service_server]
[virtual_hid_device_service_server] --> [io_service_client]
[io_service_client] --> () IOService
}
package "Client app" {
[pqrs::karabiner::driverkit::virtual_hid_device_service::client] --> serversock
}
@enduml
| false | true | false | false | uml-unknown |
e3e0e60213ad6d4648c496e46f479fee818f4015 | a49e5f0e798a935e41536bda9522096305c5e277 | /diagrams/dc_relaciones_asociacion_colecciones.plantuml | 627bfd14dcb6c89bc3cd5beffac8c0123b0d5235 | [] | no_license | fiuba/algo3_uml_si_o_si | 8f9514df2f97d29312a9ecede611d379d884c28e | 90a137a51efcabc3b678b335ef498f0d3b710357 | refs/heads/master | 2023-04-13T10:24:55.552593 | 2021-04-29T21:41:54 | 2021-04-29T21:44:15 | 362,944,660 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 237 | plantuml | @startuml
skinparam classAttributeIconSize 0
class Empresa {
- razonSocial
+ liquidarIVA()
}
class Venta {
- fecha
- producto : Producto
+ precio()
}
Empresa "1" -> "*" Venta
@enduml
| false | true | false | false | class |
774272616808b709b4958660d5d1db7eb81b2c88 | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /SingleClass/IResourceForm.plantuml | 4d4f4c980cd818014a7bd6a0d1e41b52fa269800 | [] | no_license | anonyhostvn/OOAD-Diagram | 67f3a3a4aa976ee8459d3f4801147ddd1382e41e | f8f7a0e4ba826335cc964d3b73bebea3f4f857e4 | refs/heads/master | 2023-01-10T04:26:29.983705 | 2020-11-13T10:08:12 | 2020-11-13T10:08:12 | 311,749,932 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 204 | plantuml | @startuml iResourceForm
class IResourceForm <<interface>> {
+ create_resource(token, classroom_id, resource)
+ delete_resource(token, resource_id)
+ view_resource(token, resource_id)
}
@enduml | false | true | false | false | class |
72bbb544a2a342cc24aca5fa9b8cb6b2b9d34d54 | d68b1330ef8ce59c635f4692417a9192d5206942 | /core/src/no/ntnu/idi/apollo69/uml/generated/classes_only/entity_systems_classes.plantuml | 0e89d066bcd8d3e243c6797e5364bf352f6005a9 | [
"MIT"
] | permissive | GardSteinsvik/apollo-69 | 847f74b762383641db20214ff7b5281c9d63f130 | 96cbf617618075a54613112bc8c0b34215fd50f7 | refs/heads/master | 2021-02-12T20:21:06.214711 | 2020-04-27T16:02:37 | 2020-04-27T16:02:37 | 244,626,902 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,436 | plantuml | @startuml
class no.ntnu.idi.apollo69.game_engine.entity_systems.BoundsSystem {
- entities : ImmutableArray<Entity>
+ addedToEngine()
+ update()
}
interface no.ntnu.idi.apollo69.game_engine.entity_systems.InputHandlerInterface {
{abstract} + boost()
{abstract} + move()
{abstract} + shoot()
}
class no.ntnu.idi.apollo69.game_engine.entity_systems.MovementSystem {
- entities : ImmutableArray<Entity>
+ addedToEngine()
+ update()
}
class no.ntnu.idi.apollo69.game_engine.entity_systems.PlayerControlSystem {
- player : Entity
+ PlayerControlSystem()
+ boost()
+ move()
+ shoot()
}
class no.ntnu.idi.apollo69.game_engine.entity_systems.SendPositionSystem {
- interval : float
- player : Entity
- timeAccumulator : float
+ SendPositionSystem()
+ addedToEngine()
+ update()
}
class no.ntnu.idi.apollo69.game_engine.entity_systems.UpdateGameStateSystem {
- interval : float
- players : ImmutableArray<Entity>
- timeAccumulator : float
+ UpdateGameStateSystem()
+ addedToEngine()
+ update()
- parseGameState()
}
@enduml
| false | true | false | false | class |
90aeb82d92ae6ca534a8226cd8df0167e20eca09 | 45ae639aa80ed04376331845c991723cd984068d | /doc/usecases/diagrams/ReadTransactionList.puml | 93b10f4ff658524e9e7b1e0c4052a72707f18aa5 | [
"Apache-2.0"
] | permissive | ggiorkhelidze/xs2a | a1b3a8abc002d37f8ab03983cff572a9c22117b4 | f844081ac1c780eb95d5465a9603aa62787dc8b8 | refs/heads/develop | 2023-08-17T06:42:13.153059 | 2021-10-08T05:43:33 | 2021-10-08T05:43:33 | 329,286,507 | 0 | 0 | Apache-2.0 | 2021-01-13T11:28:29 | 2021-01-13T11:28:29 | null | UTF-8 | PlantUML | false | false | 1,531 | puml | @startuml
entity TPP
entity XS2A
entity SPI
== Response only with Transaction List ==
TPP -> XS2A: REST Call Read Transaction List\nGET "/v1/accounts/{account-id}/transactions"
activate TPP
activate XS2A
|||
XS2A->SPI: Java Call SpiReadTransactionsForAccount
activate SPI
|||
SPI-->XS2A: SpiReadTransactionsForAccountResponse\nwith Transaction List
|||
XS2A-->TPP: Read Transaction List Response with List of Transactions
|||
== Response with link "download or Transaction List+link "download ==
|||
TPP -> XS2A: REST Call Read Transaction List\nGET "/v1/accounts/{account-id}/transactions"
|||
XS2A->SPI: Java Call SpiReadTransactionsForAccount
|||
alt
note right of TPP
ASPSP sends Response only with downloadId
end note
SPI-->XS2A: SpiReadTransactionsForAccountResponse\nwith downloadId
|||
XS2A-->TPP: Read Transaction List Response with Link "download"
|||
else
|||
note right of TPP
ASPSP sends Response with Transaction list and link "download
end note
|||
SPI-->XS2A: SpiReadTransactionListResponse\nwith Transaction List and downloadId
|||
XS2A-->TPP: Read Transaction List Response with List of Transactions and link "download"
|||
end
== Download Transaction list ==
|||
TPP -> XS2A: REST Call \nGET "/v1/accounts/{account-id}/transactions/download/{download-id}
|||
XS2A->SPI: Java Call SpiRequestTransactionsByDownloadLink
|||
SPI-->XS2A: SpiTransactionsByDownloadLink Response with Input stream
deactivate SPI
|||
XS2A-->TPP: Response contains Stream with Transaction List
|||
deactivate XS2A
deactivate TPP
@enduml
| false | true | false | false | sequence |
69a05d49dc02ae79f1db4f080b3be9164c0ae290 | c3ce8baf020634866d0cad8bbb75262e1d2e2d43 | /Sequence.puml | 1f13cedf587371c8522e2025de32a43956ee73cb | [] | no_license | ChrisYangjian007/test | 756cfc2f093e193f440085fc525b812a6a983513 | 5a770a3b3c3872cf41126439131253cb85ecaf95 | refs/heads/master | 2020-03-21T17:11:42.018601 | 2018-06-27T03:02:06 | 2018-06-27T03:02:06 | 138,819,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 235 | puml | @startuml
actor Foo1
boundary Foo2
control Foo3
entity Foo4
database Foo5
collections Foo6
Foo1 -> Foo2 : To boundary
Foo1 -> Foo3 : To control
Foo1 -> Foo4 : To entity
Foo1 -> Foo5 : To database
Foo1 -> Foo6 : To collections
@enduml
| false | true | false | false | sequence |
3da4a10b3ca038e0b2c942bce2386876878ee8cc | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140423/sprint3/analysis.puml | 7e6830923bdfd5c72281a8491a9d7ac408079a84 | [] | 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 | 337 | puml | @startuml doc-files/analysis.png
participant "User" as User
participant "System" as System
User->System : Selects a range of cells and chooses to sort them.
System->User: Asks for the column to sort and its order (ascending or descending).
User->System: Inputs preferences and submits.
System->User: Shows the sorted columns.
@enduml
| false | true | false | false | sequence |
92b31cb828ebe641ebfc677131fd6c77f2a8ede5 | e8f327b2aa41f6ee546541cbe4260a22fb59c75c | /src/doc/Controllers/HouseMonitoring/US630/US630_cd_HouseMonitoring.puml | bd36b2f53f66bcc1fcea0ba1e209c10af68316bf | [] | no_license | DanielOl1veira/units | 5160065c3cd327332bd0aeb9a289ea742f112087 | ada7ea59d295efc29d6122e747e5c5da67e8ba37 | refs/heads/master | 2020-05-04T09:06:59.991606 | 2019-04-02T15:20:04 | 2019-04-02T15:20:04 | 179,061,264 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,162 | puml | @startuml
title US630 Class Diagram
skinparam titleBorderRoundCorner 10
skinparam titleBorderThickness 2
skinparam titleBorderColor indianred
skinparam titleBackgroundColor ivory
skinparam FontName verdana
skinparam class {
BorderColor indianred
BackgroundColor indianred
BackgroundColor ivory
roundcorner 10
ArrowFontName Verdana
ArrowColor indianred
ArrowFontColor darkslategrey
}
class House
MainUI -- HouseMonitoringUI : >
HouseMonitoringUI -- InputUtils : >
HouseMonitoringUI -- HouseMonitoringController : >
HouseMonitoringController -- House : >
House "1" -- "1" GeographicArea : has >
GeographicArea "1" -- "1" SensorList : has >
SensorList -- Sensor
Sensor "n" -- "1" Location: is in >
Sensor "n" -- "1" TypeSensor: has >
Sensor -- ReadingList
class HouseMonitoringUI {
runUS630(House)
getStartDate()
getEndDate()
updateAndDisplayUS630()
}
class InputUtils{
getInputYearMonthDay()
}
class HouseMonitoringController {
getLastColdestDayInInterval(House, Date, Date)
}
class House{
motherArea;
getClosestSensorOfGivenType(String)
getMinDistanceToSensorOfGivenType(String)
}
class GeographicArea{
SensorList;
getSensorsOfGivenType()
}
class SensorList{
List<Sensor> sensors
ReadingList readingList
getSensorListByType(String)
getSensorsByDistanceToHouse(House, double)
getMostRecentlyUsedSensor()
getMostRecentReadingDate()
}
class Sensor{
TypeSensor;
Local;
getSensorTypeName()
getDistanceToHouse(House)
getLinearDistanceBetweenLocalsInKm(Location)
getLastColdestDayInInterval(Date, Date)
}
class TypeSensor{
name;
getName()
}
class Location{
double latitude;
double longitude;
getLinearDistanceBetweenLocalsInKm(Location)
}
class ReadingList{
List<Reading> readings;
getMostRecentReadingDate()
getReadingListBetweenDates()
getListOfMaxValuesForEachDay()
getMinValueInReadingList()
getReadingListOfReadingsWithSpecificValue(minValueInList)
getMostRecentReading()
getMaxValueOfTheDay()
getFirstSecondOfDay(Date)
getLastSecondOfDay(Date)
isReadingDateBetweenTwoDates(Date, Date, Date)
compareDayMonthAndYearBetweenDates(Date, Date)
getValuesOfSpecificDayReadings(Date)
getAReadingWithSpecificDay(Date)
}
@enduml | false | true | false | false | class |
715adb302b1572b30761b045477d4150e2f49ac1 | f0a85de42b9f97c2def4565f5251c6bfb83dbb0a | /src/main/java/ex45/diagram45.puml | 3e6186e79230db7c56ebed355b80babc483ac57d | [] | no_license | Curtiellas/curtiellas-cop3330-assignment3 | 6d9d2496331d128a15837211ef7e89243b857679 | 44536455615fcbd18917df5e3444169bd93eb81c | refs/heads/master | 2023-08-24T11:45:15.548692 | 2021-10-12T02:50:10 | 2021-10-12T02:50:10 | 416,159,906 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 378 | puml | @startuml
'https://plantuml.com/object-diagram
object readFile
object replaceAll
object replaceSpecific
object findString
object printFile
circle Text
circle NewText
readFile .> Text
Text .> replaceAll
replaceAll --> findString
replaceAll --> replaceSpecific
replaceAll --> replaceSpecific
replaceAll --> replaceSpecific
replaceAll -> NewText
NewText -> printFile
@enduml
| false | true | false | false | object |
44baa8b6c9e9398af1d11dcb807576ebf7257d70 | 5992899e0dc7e047598bf810d6d66fb171b6b8fa | /src/main/javadoc/resources/fr/kbertet/dgraph/io/DGraphWriterDot.iuml | bfc416db0926ab0a435ea85e6cb341d17fb4b1ee | [
"CECILL-B"
] | permissive | kbertet/java-lattices | 9e237162ce8330f64769e27284a7f98fa189206f | ddca76f97c41024866e3f3a32b719cb0492c034b | refs/heads/master | 2020-12-03T09:19:43.451861 | 2014-12-12T11:20:45 | 2014-12-12T11:20:45 | 29,913,611 | 1 | 0 | null | 2015-01-27T12:41:58 | 2015-01-27T12:41:58 | null | UTF-8 | PlantUML | false | false | 280 | iuml | package fr.kbertet.dgraph.io {
class DGraphWriterDot {
-{static}DGraphWriterDot instance
+void write(DGraph graph, BufferedWriter file)
+{static}DGraphWriterDot getInstance()
+{static}void register()
}
DGraphWriter <|-- DGraphWriterDot
}
| false | true | false | false | class |
4d2a52c16e65b76aa5f4e004c53c7916d178e4a0 | 1c8c02cefe50c0c09a00d1346c34e7d88fa0a1f7 | /plantuml/bft_consensuses_tree.plantuml | 254a44b30a6fcab9ec627726636b61a77ca22e30 | [] | no_license | mstroehle/papers | 57c16dd23988fb4c7782460e672c3f04235490f8 | 769994919c83762c0dc6721e80edaa30a94b5a71 | refs/heads/master | 2021-05-10T10:26:12.094134 | 2017-11-23T16:21:29 | 2017-11-23T16:21:29 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,212 | plantuml | @startuml
title Consensus protocols for replicated state machines
package "BFT School" {
object "Paxos" as paxos
object "Raft" as raft
object "Rampart" as rampart
object "SecureRing" as securering
object "DLS" as dls
object "PBFT" as pbft
object "HoneyBadgerBFT" as hbbft
}
package "Cryptoeconomis" {
object "Generic PoS" as pos
object "Casper CBC" as cbc
object "Ouroboros" as ouroboros
object "PoW" as pow
object "Casper FFG" as ffg
pow --> ffg
}
package "Hybrids" {
object "Tendermint" as tendermint
object "Polkadot" as polkadot
}
pos --> cbc
pos --> ouroboros
pos --> tendermint
pos --> ffg
rampart --> pbft
securering --> pbft
pbft --> hbbft
dls --> tendermint
hbbft --> polkadot
tendermint --> polkadot
pbft --> ffg
object dls {
set of partially synchronous algos
⅓ byzantine tolerance
}
object tendermint {
partially synchronous
⅓ byzantine tolerance
}
object polkadot {
(no complete consensus description)
Validators sign blocks in Replay chain
- selected by Nominated Proof of Stake (NPoS)
- incentivised by (1) inflation (2) transaction fees
- sr-NaS: prevented by long stake withholding
- lr-NaS: prevented by hardcoding block hash snapshots in clients code
}
@enduml
| false | true | true | false | object |
d415ac96f7e95afe66e82580581abed8a002e357 | a295c4ddc037e7dbc82607452a3ae020b2390cc6 | /Rapport/diagrammes/Domaine.puml | 7c567fdc72a7627290a2631c71235ce130ac6444 | [] | no_license | heig-vd-gen2017/projet | 83b33fe5ac12132c9aca402cbd9bdc41123bb651 | c4b401e6424d52123f806ac7e54499bcfb645204 | refs/heads/master | 2021-01-17T17:27:27.998164 | 2017-06-15T10:43:41 | 2017-06-15T10:43:41 | 82,931,499 | 0 | 1 | null | 2017-06-07T18:53:22 | 2017-02-23T13:48:11 | Java | UTF-8 | PlantUML | false | false | 287 | puml | @startuml
object Joueur {
pseudo : String
}
object Serveur {
adresse IP : String
port : Integer
connection : Socket
}
object Mode {
nom : String
proprietes : Objet
}
object Partie {
}
Mode "1" -- Partie
Partie -- "2..*" Joueur
Partie - "1" Serveur
@enduml
| false | true | false | false | class |
ece0ab819df96fa2aa0a04ca73787ca0d4f9a41d | 696d0bcaf5481a196df6e48285b74860532bfce6 | /docs/Observer.puml | b767d01f23d0fb264afe720c54220a8e123c9386 | [] | no_license | viktortat/senao_design_pattern | af496ab1e698664259b52dc6d502cc087b5239eb | d78ee65222d1779df88c0e1a21e1b1a10910022c | refs/heads/master | 2020-04-15T11:40:38.586968 | 2018-04-19T15:27:57 | 2018-04-19T15:27:57 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 501 | puml | @startuml
interface ITimer {
+onTick()
+getLastRecordTime()
}
abstract class AbstractTimerSubject {
-observerList
#currentTime
+attach()
+detach()
+notify()
+onTick()
+getLastRecordTime();
}
class Clock {
+MAX_RECORDING_TIME
+onTick()
}
interface ITimerObserver {
+update()
}
class DigitalClock {
+update()
}
ITimer <|.. AbstractTimerSubject
AbstractTimerSubject <|-- Clock
ITimerObserver <|.. DigitalClock
ITimer .> ITimerObserver
@enduml | false | true | false | false | class |
3bb9d2f40817ec6ee51c489229c8070ebc9bd1c3 | 3d2f7d80d8dddffed899c0ec83a13fd8c08ae688 | /Design/Packaging/packaging_plan_diagram.plantuml | 5daa3c8b99e1379f9036ee93bb96ee8077cc2529 | [] | no_license | mantidproject/documents | 0ca3e5ddeabc5dcfdf8fe976be4e364bb0f4190a | 31a0f9dc2307aea4aa257b8523029f5d5e24e525 | refs/heads/main | 2023-06-10T00:28:05.629145 | 2023-05-26T14:50:47 | 2023-05-26T14:50:47 | 2,577,235 | 18 | 16 | null | 2023-09-11T09:50:59 | 2011-10-14T16:05:10 | Jupyter Notebook | UTF-8 | PlantUML | false | false | 2,849 | plantuml | @startuml packaging_plan_diagram
' Source -> "Anaconda Cloud Package": Conda-build recipe successfully ran
' "Anaconda Cloud Package" -> "Offline Package": Install package from AnacondaCloud, alongside all dependencies, then package this directory into offline installer.
actor Developer
participant "Packaging Script"
participant "Conda Build"
database "Anaconda Cloud"
participant "NSIS"
participant "hdiutil"
participant "FPM"
Developer -> "Packaging Script": Run packaging script
activate "Packaging Script"
"Packaging Script" -> "Conda Build": Start conda package building
activate "Conda Build"
group Conda Build
"Conda Build" -> "Conda Build": Clone the source
"Conda Build" -> "Conda Build": Create a build environment from the recipe
activate "Conda Build"
"Conda Build" -> "Anaconda Cloud": Request all build packages
"Anaconda Cloud" -> "Conda Build": Build packages installed into conda build directory
deactivate "Conda Build"
"Conda Build" -> "Conda Build": Run CMake and compile the source code
"Conda Build" -> "Conda Build": Install compiled source into a directory
"Conda Build" -> "Conda Build": Package the installed directory along with the runtime requirements
"Conda Build" -> "Anaconda Cloud": Upload package
end
deactivate "Conda Build"
"Conda Build" -> "Packaging Script"
group Offline Installer
"Packaging Script" -> "Packaging Script": Create packaging directory
alt Release build
"Packaging Script" -> "Anaconda Cloud": Request Mantid Workbench and runtime dependencies
"Anaconda Cloud" -> "Packaging Script": Download Mantid Workbench and runtime dependencies into packaging directory
else Local Build
"Packaging Script" -> "Packaging Script": Install Mantid workbench from local copy into packaging directory
activate "Packaging Script"
"Packaging Script" -> "Anaconda Cloud": Request runtime dependencies
"Anaconda Cloud" -> "Packaging Script": Download runtime dependencies into packaging directory
deactivate "Packaging Script"
end
"Packaging Script" -> "Packaging Script": Remove unused files from packaging directory
alt Windows packaging
"Packaging Script" -> NSIS: Package directory as a .exe installer
activate NSIS
NSIS -> "Packaging Script": Offline package
deactivate NSIS
else MacOS bundling
"Packaging Script" -> hdiutil: Bundle directory into a .dpm AppBundle
activate hdiutil
hdiutil -> "Packaging Script": Offline bundle
deactivate hdiutil
else Linux packaging
"Packaging Script" -> FPM: Package directory in .rpm and .deb
activate FPM
FPM -> "Packaging Script": Offline packages
deactivate FPM
end
end
"Packaging Script" -> Developer: Return location of contructed packages
deactivate "Packaging Script"
@enduml | false | true | false | false | sequence |
21167affea0069736ddb55e581b5481f1514c742 | ffb766380eb82397e361780a1eb2b77b09cbf483 | /designs/software/process-data.puml | f43e54e9c6152065a4a15ae2ff93d47dd46dc2fc | [] | no_license | Safecast/bGeigieCast | b2ac008a949068ab56de09cc12b9c9b42e355250 | 804ea47a46076edceed29c24147177cbbb8b3895 | refs/heads/development | 2023-08-17T17:20:04.755298 | 2022-02-28T14:59:27 | 2022-02-28T14:59:27 | 170,440,965 | 9 | 1 | null | 2020-10-07T09:52:02 | 2019-02-13T04:36:04 | C++ | UTF-8 | PlantUML | false | false | 1,317 | puml | @startuml
(*) --> [controller in active state] "Check for new readings"
if "serial available" then
----> [no data] (*)
else
-r-> [data] "Create reading from data"
if "mode" then
-r-> [fixed] "Save new\naverage"
if "Last send" then
-r-> [> 5 min] "Check network connection"
if "" then
-r-> [connected] "get reading json"
--> "Send to api"
if "" then
--> [reading saved] "check other saved\nreadings to send"
else
--> [conn error] "Temporary save\nreading"
endif
else
--> [no internet] "Temporary save\nreading"
endif
--> "check other saved\nreadings to send"
if "" then
--> [unsend] "get reading json"
else
--> [none] "Report bluetooth"
endif
else
--> [< 5 min] "Report bluetooth"
endif
else
--> [mobile] "Report bluetooth"
endif
if "" then
--> [BLE not initialized] "Initialize BLE"
--> "Set BLE name\nbased on deviceId"
--> "Send reading string"
else
--> [initialized] "Send reading string"
endif
-->(*)
endif
@enduml | false | true | false | false | activity |
8bf8da13bb813be522993f1f743a0765b51d390f | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Telemetry/Telemetry-Subscriber/Logical.puml | 59e797be3b76a1180dcfcff80a0fc8feecc413d7 | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 440 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "User" #ffffcc {
}
package "Used" #ffffcc {
}
package "Telemetry/Telemetry Subscriber" #lightblue {
interface "Telemetry/Telemetry Subscriber" {
}
CLI ()-- "Telemetry/Telemetry Subscriber"
REST ()-- "Telemetry/Telemetry Subscriber"
Web ()-- "Telemetry/Telemetry Subscriber"
}
User --> "Telemetry/Telemetry Subscriber"
"Telemetry/Telemetry Subscriber" --> Used
| false | true | false | false | class |
09d73d743958f42abbb93044c6c4e3e76adc1208 | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/utility/Application.Utility/ClientLibrary/Authentication/AuthData.puml | 873776c91ad10575a5b89050c3efbcd181bb178f | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 579 | puml | @startuml
class AuthRegisterData {
+ FirstName : string <<get>> <<set>>
+ LastName : string <<get>> <<set>>
+ Email : string <<get>> <<set>>
+ Password : string <<get>> <<set>>
}
class AuthRegisteredData {
+ Id : string <<get>> <<set>>
+ Email : string <<get>> <<set>>
+ FirstName : string <<get>> <<set>>
+ LastName : string <<get>> <<set>>
}
class AuthData {
+ Email : string <<get>> <<set>>
+ Password : string <<get>> <<set>>
}
class AuthenticatedData {
+ Id : string <<get>> <<set>>
+ Token : string <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
3758700585c1bb61574d20513ef298cb0d1c2a44 | 54ebd9eb2ddadc17b215617d96fac1f93f4acfef | /creational/6-singleton/singleton-furniture-simplest-complete.puml | bc201c22cfa020b5e732a5fef6aa531bd5ee2235 | [] | no_license | cesarkohl/design-patterns | acb42191662c141f064d9c90426dfd4491d43dfe | 991f83d0076b0a69e9d6b7c1163cf49fde3bfcbf | refs/heads/main | 2023-06-11T07:16:18.484116 | 2023-05-28T14:41:01 | 2023-05-28T14:41:01 | 199,520,479 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 276 | puml | @startuml
note as n1
const c1 = Chair.getInstance();
const c2 = Chair.getInstance();
// both are the same; there will
// always be only one instance
end note
class Chair {
- {static} instance: Chair;
- constructor() {}
+ {static} getInstance(): Chair {}
}
@enduml | false | true | false | false | class |
0529305c129a1162710d4ce625318b40bbc61e79 | 95e48724d531cf9fdaed702355bf877942349b1f | /docs/diagrams/CalendarClassDiagram.puml | b9e038eff0d0036cb83af56860cd56e2d7e6c9ec | [
"MIT"
] | permissive | AY1920S2-CS2103-T09-4/main | c603ba603fef71d5a3a4aac17cfc45fe253b1340 | 9a0b72eaf7499d99a52a886e0e08a98e9102829c | refs/heads/master | 2021-01-03T04:49:24.978319 | 2020-04-14T08:58:56 | 2020-04-14T08:58:56 | 239,925,789 | 1 | 8 | NOASSERTION | 2020-04-13T15:53:28 | 2020-02-12T04:20:53 | Java | UTF-8 | PlantUML | false | false | 843 | puml | @startuml
skinparam backgroundColor #ffffff
skinparam classAttributeIconSize 0
hide circle
abstract class "{abstract}\nCommand" {
+ {abstract} execute(model : Model) : CommandResult
}
interface Model <<interface>> {
+ setCalendarDate(String date): void
+ setCalendarMode(String mode) : void
+ setCalendarShow(String show) : void
}
class CalendarSettings {
+ setCalendarDate(String date): void
+ setCalendarMode(String mode) : void
+ setCalendarShow(String show) : void
}
class CalendarCommand implements Model{
/' Fields '/
+ {static} COMMAND_WORD : String
- MODE : String
- DATE : String
- SHOW : String
+ {static} MESSAGE_SUCCESS : String
/' Methods '/
+ execute(model : Model) : CommandResult
}
CalendarCommand --up|> "{abstract}\nCommand"
Model --> CalendarSettings
@enduml
| false | true | false | false | class |
67f72d24ca02b67e8ed8803a1016b05f6de9c442 | b15035e50eec146c4a070d0bbdc0d9f3d6b5c7bc | /design_docs/line_edit_state_machine.plantuml | 2fb92d6c23e44035687441888494613f90189405 | [
"MIT"
] | permissive | fatTimmy/mplapp | 993de57cc464b92cd948e26a788429c447eaf7c8 | b3ffb0e3c9013af5194594d5c93cfc75aeb74c9f | refs/heads/master | 2022-04-18T06:06:51.504763 | 2020-04-13T00:11:13 | 2020-04-13T00:11:13 | 255,190,950 | 0 | 0 | MIT | 2020-04-12T23:50:05 | 2020-04-12T23:46:34 | null | UTF-8 | PlantUML | false | false | 504 | plantuml | @startuml
[*] --> IDLE
state "Active" as S0 {
state SELECTING
state SELECTED
state TYPING
SELECTING --> SELECTED : 'shift' key up,\nmouse button up
SELECTED --> TYPING : 'ctrl+x', normal key down
TYPING --> SELECTED : 'ctrl+a'
TYPING --> SELECTING : 'shift+left',\n'shift+right',\n'shift+home',\n'shift+end'
}
IDLE --> SELECTED : double \nclick
IDLE --> SELECTING : mouse button down in-axes
S0 --> IDLE : 'escape',\n'enter',\nmouse button\ndown off-axes
@enduml | false | true | false | false | sequence |
0020bd4260a82e3192f09089fbd469fd48b06696 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/quote/media/src/error_entities.puml | b04f1bde99317c203025c8dac66dcb079b5ba5f7 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 1,060 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class Error400 {
code*: Error400Code
}
Error <|-- Error400
class Error401 {
code*: Error401Code
}
Error <|-- Error401
class Error403 {
code*: Error403Code
}
Error <|-- Error403
class Error404 {
code*: string
}
Error <|-- Error404
class Error {
reason*: string
message: string
referenceError: uri
}
enum Error400Code {
missingQueryParameter
missingQueryValue
invalidQuery
invalidBody
}
enum Error401Code {
missingCredentials
invalidCredentials
}
enum Error403Code {
accessDenied
forbiddenRequester
tooManyUsers
}
enum Error422Code {
missingProperty
invalidValue
invalidFormat
referenceNotFound
unexpectedProperty
tooManyRecords
otherIssue
}
class Error422 {
code*: Error422Code
propertyPath: string
}
Error <|-- Error422
class Error500 {
code*: string
}
Error <|-- Error500
class Error501 {
code*: string
}
Error <|-- Error501
@enduml
| false | true | false | false | class |
1d63135ac8f10a89f4494d121dae978dafaa22b4 | 0ec9b09bca5e448ded9866a5fe30c7a63b82b8b3 | /modelViewPresenter/presentationModel/withDoubleDispatching/docs/diagrams/src/vistas.plantuml | 55734a550eda6819ab0d21831eeb9296ee9c2c70 | [] | 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 | 938 | plantuml | @startuml desarrollo_implementacion
package " " as usantatecla.mastermind {
}
package " " as usantatecla.mastermind.controllers {
}
package " " as usantatecla.mastermind.models {
}
package " " as usantatecla.mastermind.views {
}
package " " as usantatecla.mastermind.views.console {
}
package " " as usantatecla.mastermind.views.graphics {
}
package " " as usantatecla.utils {
}
package " " as java.io {
}
package " " as java.util {
}
[mastermind.jar] as jar
jar *--> usantatecla.mastermind
jar *--> usantatecla.mastermind.controllers
jar *--> usantatecla.mastermind.models
jar *--> usantatecla.mastermind.views
jar *--> usantatecla.mastermind.views.console
jar *--> usantatecla.mastermind.views.graphics
jar *--> usantatecla.utils
jar *--> java.io
jar *--> java.util
@enduml
@startuml despliegue_fisica
node node #DDDDDD [
<b>Personal Computer</b>
----
]
[ mastermind.jar ] as component
node *--> component
@enduml | false | true | false | false | class |
81befadbf705064c25e1ba5254b9f0cf34550c56 | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/behavior-state-pattern/src/main/resources/static/diagram-demo.puml | 572dce1cc786e95b68e96da176ad2c562ff8e489 | [] | no_license | sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005870 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,137 | puml | @startuml
CreateCommand o-- Order
PayCommand o-- Order
CancelCommand o-- Order
Processor o-- Command
class Order {
-String id
-STATUS status
+void create()
+void pay()
+void cancel()
}
interface Command {
+void execute()
}
class CreateCommand implements Command {
-Order o
+CreateCommand(Order o)
+void execute()
}
class PayCommand implements Command {
-Order o
+PayCommand(Order o)
+void execute()
}
class CancelCommand implements Command {
-Order o
+CancelCommand(Order o)
+void execute()
}
class Processor {
-List<Command> commandList
+void addCommand(Command)
+void process()
}
note as CREATE
public void execute() {
this.o.create();
}
end note
note as PAY
public void execute() {
this.o.pay();
}
end note
note as CANCEL
public void execute() {
this.o.cancel();
}
end note
note as N
public void process() {
for (Command command : commandList) {
command.execute();
}
commandList.clear();
}
end note
CreateCommand .. CREATE
PayCommand .. PAY
CancelCommand .. CANCEL
Processor .. N
@enduml | false | true | false | false | class |
dc52c9800ebbad4e69afe7f8e55909143c274152 | e8578293355f46775bc45bac5f605e1a1c04228a | /packages/pigeon/doc/pigeon_state.puml | 4027ac4ad8becc5675905a4a731d0b3f9cccecad | [
"BSD-3-Clause"
] | permissive | flutter/packages | 894505f1c52551034bbdf91a6d112188acdd35a0 | cd94db1f084adf0fe5665441eb8ad0dfc39a5893 | refs/heads/main | 2023-09-01T11:28:38.827379 | 2023-08-31T21:03:20 | 2023-08-31T21:03:20 | 99,045,602 | 3,581 | 2,225 | BSD-3-Clause | 2023-09-14T20:34:44 | 2017-08-01T21:43:32 | Dart | UTF-8 | PlantUML | false | false | 1,719 | puml | @startuml
[*] -> LaunchIsolate
state LaunchIsolate {
[*] --> ParseCommandLineArguments
ParseCommandLineArguments --> WriteTemporarySourceCode
WriteTemporarySourceCode --> SpawnPigeonIsolate
SpawnPigeonIsolate --> WaitForPigeonIsolate
WaitForPigeonIsolate --> [*]
}
LaunchIsolate -> [*]
state PigeonIsolate {
[*] --> ParseCommandLineArguments2
ParseCommandLineArguments2 --> PrintUsage
PrintUsage --> [*]
ParseCommandLineArguments2 --> ExecuteConfigurePigeon
ExecuteConfigurePigeon --> GenerateAST
GenerateAST --> RunGenerators
RunGenerators --> PrintErrors
PrintErrors --> ReturnStatusCode
ReturnStatusCode --> [*]
state GenerateAST {
[*] --> CollectAnnotatedClasses
CollectAnnotatedClasses --> CollectAnnotatedClassesDependencies
CollectAnnotatedClassesDependencies --> BuildAST
BuildAST --> [*]
}
state RunGenerators {
state DartTestGeneratorFork <<fork>>
state DartTestGeneratorJoin <<join>>
[*] --> DartTestGeneratorFork
DartTestGeneratorFork --> DartTestGeneratorJoin
DartTestGeneratorFork --> DartTestGenerator
DartTestGenerator --> DartTestGeneratorJoin
DartTestGeneratorJoin --> [*]
||
state DartGeneratorFork <<fork>>
state DartGeneratorJoin <<join>>
[*] --> DartGeneratorFork
DartGeneratorFork --> DartGeneratorJoin
DartGeneratorFork --> DartGenerator
DartGenerator --> DartGeneratorJoin
DartGeneratorJoin --> [*]
||
state JavaGeneratorFork <<fork>>
state JavaGeneratorJoin <<join>>
[*] --> JavaGeneratorFork
JavaGeneratorFork --> JavaGeneratorJoin
JavaGeneratorFork --> JavaGenerator
JavaGenerator --> JavaGeneratorJoin
JavaGeneratorJoin --> [*]
}
}
@enduml | false | true | false | false | state |
047df373a7f792665534db5a246c9c814f79eb65 | c067a7796bba1bcd97ed5d7a5a7877a3217d532c | /uml/Properties/Builder/Director.puml | aaacf8b4f58dc0c451959e4fdeb8172d89d4ce60 | [] | no_license | inifares23lab/PMO_Proj-DatiCovid | 6897e2d04753c6faff3045aa2ac8822035683e14 | 186ec91ef3eb5647439c346909bfd8e7b3fb9e6e | refs/heads/master | 2022-10-22T03:17:14.494294 | 2020-06-16T21:10:50 | 2020-06-16T21:10:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 176 | puml | @startuml
class Director {
+ AndamentoNazionale(s:JObject) : void
+ Regione(s:JObject) : void
}
Director --> "builder" IBuilder
Director --> "Builder" IBuilder
@enduml
| false | true | false | false | class |
9d84b1fb570bd1cb977a2da8bf1a6f1cc5448445 | 3906e8b2585b9914b727451ce94b0614b5402db3 | /documentation/Overview.puml | a888616334c53401ab8293a36538f0163f13ae4b | [] | no_license | sceneo/matchmaking | 3052b1cc3eb1bcf9e9fef04b46b5f1fdcf3d684e | a12dfee861042969cfd7bf043a6b297403c1071c | refs/heads/main | 2023-06-07T04:09:24.765788 | 2019-07-25T23:01:23 | 2019-07-25T23:01:23 | 381,820,518 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 656 | puml | @startuml
cloud "AWS" {
component "API Gateway" as api
package "S3" {
component "Web Frontend" as web
database "User\nDatabaseusers.csv" as db
}
package "Lambda" {
component "Authentication\n* authenticate\n* delete\n* add\n* change\n* forgotten" as auth
component "Analytics" as analytics
component "MatchMe" as matchme
component "Translator" as trans
}
auth -- db
matchme -- auth
trans -- db
analytics -- trans
}
cloud external{
package "Chatkit" {
component "API" as apisendbird
component "Backend" as backend
backend -u- apisendbird
}
}
web -d- api
web -d- apisendbird
api -d- matchme
api -d- auth
@enduml | false | true | false | false | sequence |
0389a1ac0b1e3e843d65ae248d1712a3cc0812d1 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Playables/ITimeControl.puml | 2723302dc76901ed528f7b06839f9a6443ab2052 | [] | 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 | 140 | puml | @startuml
interface ITimeControl {
SetTime(time:double) : void
OnControlTimeStart() : void
OnControlTimeStop() : void
}
@enduml
| false | true | false | false | class |
806a90e738114681d9230237a438b11781722ea1 | a779658cd1a155d030c2267c8c92db46f051834b | /doc/source/bambuk_rpc.puml | cb54838cde90fa4ef76a21af626402889d3cec90 | [
"Apache-2.0"
] | permissive | itamarofek/networking-bambuk | 62c503ef2d422477b60b048f30d430a66cd1d537 | b8b521329e4cd9328e0158a8beda692b33e8e204 | refs/heads/master | 2021-01-18T09:39:43.076602 | 2016-06-27T13:01:31 | 2016-06-27T13:01:31 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 469 | puml | @startuml
class bambuk_rpc {
{abstract}agent_state: state(server_conf)
{abstract}boolean: apply(vm_connectivity)
{abstract}boolean: update(vm_connectivity_update)
}
class agent_state {
must return the agent map defining it: check with ovs_agent
}
class server_conf {
server_ip
}
class vm_connectivity {
vifs
security_groups
fdp_entries
}
class vm_connectivity_update {
action: create|delete|replace
entity
id
value
}
@enduml | false | true | false | false | sequence |
94e489e1c25d60825a034af26c40a39d96c423e5 | d53c664b6d04a51e2969e7447bc07ea58e066186 | /UML/ParkhausClass.puml | 6d2799f04291b5b69bf03c36a216c7703fe42975 | [] | no_license | axki12/ParkhausSE1 | 488b651e43aafc22f6f1497b8705ca103a8ba529 | e1600ae1e42ab18752ad0012f23a8f368f7c3bac | refs/heads/master | 2022-12-27T22:28:25.714929 | 2020-10-06T14:51:20 | 2020-10-06T14:51:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,917 | puml | /**
*Author: Joshua Bäuml
*/
@startuml
left to right direction
class ConfigServlet{
#doPost(request: HttpServletRequest, response: HttpServletResponse): void
}
class SimulationServlet{
#doPost(request: HttpServletRequest, response: HttpServletResponse): void
#doGet(request: HttpServletRequest, response: HttpServletResponse): void
}
interface VehicleIF{
getLicensePlate(): String
getType(): CustomerType
getTicket(): Ticket
}
class Bike{
t: Ticket
type: CustomerType
licensePlate: String
+Bike(x: CustomerType, lp: String)
+getLicensePlate(): String
+getType(): CustomerType
+getTicket(): Ticket
}
class Car{
t: Ticket
type: CustomerType
licensePlate: String
+Bike(x: CustomerType, lp: String)
+getLicensePlate(): String
+getType(): CustomerType
+getTicket(): Ticket
}
class CarPark{
-name: String
-park: ParkingLot[]
-price: double
-freeCarSpaces: int
-freeLocalSpaces: int
-freeDisabledSpaces: int
-freeWomanSpaces: int
-freeBikeSpaces: int
+cfg: Config
+CarPark(c: Config)
+createVehicle(lp: String, x: CustomerType): VehicleIF
+createRandomVehicle(): VehicleIF
+enter(): void
+enter(v: VehicleIF): void
+enterVehicle(v: VehicleIF): void
+leave(v: int): void
+leaveRandom(): VehicleIF
+getFreeCarSpaces(): int
+getFreeLocalSpaces(): int
+getFreeDisabledSpaces(): int
+getFreeWomanSpaces(): int
+getFreeBikeSpaces(): int
+getPrice(): double
+getParkinglots(): int
+getFreeSpaces(): int
}
class ParkingLot{
vehicle: VehicleIF
type: CustomerType
+Parkinglot(c: CustomerType)
+isEmpty(): boolean
+removeVehicle(): VehicleIF
+addVehicle(v: VehicleIF): void
}
class Config{
-name: String
-totalLots: int
-womenLots: int
-disabledLots: int
-localLots: int
-bikeLots: int
-price: double
+Config()
+Config(config: JsonObject)
+validateConfig(config: JsonObject): boolean
+getValue(type: String): int
+getName(): String
+getPrice(): double
+toString(): String
}
class Ticket{
entrance: Date
exit: Date
+licensePlat: String
-isPaid: boolean
-ticketID: int
numberOfTickets: int
-price: double
+Ticket(lp: String)
+isPaid(): boolean
+payTicket(p: double): void
+getTicketID(): int
+getEntranceDate(): Date
+getExitDate(): Date
+getPrice(): double
}
enum CustomerType{
Car
BIKE
DISABLED
WOMEN
LOCAL
}
class requestUtilities{
{static}+getRequestParams(req: HttpServletRequest): void
{static}+getContextParams(req: HttpServletRequest): void
{static}+setCOntextParam(req: HttpServletRequest): void
{static}+createJson(req: HttpServletRequest): JsonObject
{static}+checkAttributes(req: HttpServletRequest): boolean
}
class responseUtilities{
{static}+createVehicleAsJson(v: VehicleIF): JsonObject
}
class CarParkTest <<JUnit>>{
ph: CarPark
car: VehicleIF
init(): void
checkNumberOfParkspaces_AssertTrue(): void
createRandomVehicle(): void
enter(): void
leave(): void
}
class VehicleIFTest <<JUnit>>{
bike: VehicleIF
init(): void
getLicensePlate(): void
getType(): void
getTicket(): void
}
class ServletException
class IOException
class IllegalArgumentException
class HttpServlet
ConfigServlet .. ServletException : throws
ConfigServlet .. IOException : throws
ConfigServlet -|> HttpServlet : <<extends>>
SimulationServlet .. ServletException: throws
SimulationServlet .. IOException: throws
SimulationServlet -|> HttpServlet: <<extends>
requestUtilities .. IOException: throws
Config .. IllegalArgumentException: throws
Bike ..|> VehicleIF
Car ..|> VehicleIF
CarPark +-- ParkingLot
VehicleIF .. VehicleIFTest: tests
CarPark .. CarParkTest: tests
@enduml | false | true | true | false | class |
6626224aabb6ce2cfdcc7422deb61ca6062fb696 | ddd9fceda7accb11f6e5c8f3614ee9b5a717d8e8 | /node/src/node.puml | 4b9b50a8121c2a68c80bcead5d73e1bd3811de33 | [] | no_license | Ayase-252/note-figures | e2cf7578aa9363346ac0c97bac38dc88e2afd6c8 | 259f9b7eb718359e7c63f9c5da97b1e6e098b3c2 | refs/heads/master | 2023-04-14T13:19:23.107968 | 2021-05-01T11:26:13 | 2021-05-01T11:26:13 | 337,063,921 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 493 | puml | @startuml node.puml
namespace node {
class MultiIsolatePlatform extends v8.Platform {
+virtual void RegisterIsolate(v8::Isolate* isolate, struct uv_loop_s* loop) = 0
+virtual void RegisterIsolate(v8::Isolate* isolate, IsolatePlatformDelegate* delegate) = 0
+virtual void DrainTasks(v8::Isolate* isolate) = 0;
}
class ArrayBufferAllocator extends v8.ArrayBuffer.Allocator {
+{static} std::unique_ptr<ArrayBufferAllocator> Create(bool always_debug = false)
}
}
@enduml
| false | true | false | false | class |
3b2cbc32cda3aa6ee5fe335d8afddbb7a2d3593e | fb110fead2ecfffb4b78d3920da1a3d162bd1932 | /de.gematik.ti.cardreader.provider.api/src/main/java/de/gematik/ti/cardreader/provider/api/listener/listener.plantuml | ae9fecff9dc1d5cea45756027e74bfcc0a138a20 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-Api | ca8495bbb81b6f018f09c7f9856db5b56f827b4e | 80d863c5b03a776534d7fa8a26916273dc7e39b9 | refs/heads/master | 2022-02-10T18:06:21.446280 | 2022-01-07T07:36:00 | 2022-01-07T07:36:00 | 227,793,349 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 445 | plantuml | @startuml
title __LISTENER's Class Diagram__\n
namespace de.gematik.ti.cardreader.provider.api {
namespace listener {
enum InitializationStatus {
INIT_FAILED
INIT_NECESSARY
INIT_SUCCESS
}
}
}
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 |
e038d2ab10aa06c3fd09af83e75716b44df15fe8 | 02b0d37dad8182bfbc5414bbd250f36c6e888b28 | /PlantUml/Scripts/Design Patterns/Factory/Pizza/Ingredient/Cheese.puml | 1021fd45600a1887649bec70aaf397abb00972cf | [] | no_license | Darcy97/U3D_Libs | ee8b1afb4e4cdc99fd80ab404fc8171cf2181ca0 | cc6143112916cafa346a00bc1fab7841b7888444 | refs/heads/master | 2020-06-21T16:37:56.155301 | 2019-08-20T07:04:09 | 2019-08-20T07:04:09 | 197,504,293 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 58 | puml | @startuml
class Cheese {
}
Ingredient <|-- Cheese
@enduml
| false | true | false | false | class |
a43762d2734f0d1152ed9872a68f79c0843bb96c | 7c2a17fd3d19a13fb71558f79900a2908de98c58 | /docs/uml-class-diagrams/database/test/DatabaseCommManagerImplementationTests/DatabaseCommManagerImplementationTests.puml | 04b2aef4ffc9956063d760dd71e56aba1cee8620 | [] | no_license | casher-ou/csi-3370-software-project | 483b1add9fbab8349f30009eecc123c884bdcc7b | 629fb9cce10429c2b80bd1ad33ab898d1466883b | refs/heads/main | 2023-01-22T00:44:50.062944 | 2020-11-29T23:00:50 | 2020-11-29T23:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 359 | puml | @startuml DatabaseCommManagerImplementationTests
package edu.oakland.test.database {
class DatabaseCommManagerImplementationTests {
+ void rfidInIsRfidOut()
+ void offsetMatchDataPoint()
+ void offsetMatchTrackData()
+ void trackDataInIsTrackDataOut()
+ void databasePersistentStorageIsNotNull()
}
}
@enduml
| false | true | false | false | class |
649949c0765f8696656ffef65750b3e6064a4d7f | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/Engine/TempestEngine/Components/ScriptCPP-Class.iuml | a01ba0bfa23c75b2f2b2bd35ec38f988fec189c0 | [] | 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 | 757 | iuml | namespace Scripting {
class ScriptCPP {
+UpdateFromTypeRT()
+ToTypeRT()
{Static}+GetType()
+Start()
+Update()
+Shutdown()
+IsUnstarted()
+IsRunning()
+SendEvent()
+RegisterEventCallback<ClassType,EventType,Function>()
#OnStart()
#OnUpdate()
#OnShutdown()
#GetSystem()
#GetSystemManager()
#Dt()
#GetComponent<T>()
#GetSystem<T>()
#FindObjectsByComponent<T>()
#FindObject()
#GetMySpace()
#CreateGameObjectOnMySpace()
}
ScriptCPP --|> SceneManagement::Component
}
| false | true | false | false | class |
d2be0f93387aa909f6244cb2ec96057580c47604 | ff37fc7cd12d4fbf1edbfb497f799f0da4f796ed | /plantuml/html-example.puml | 4964a1580019b4a8259ddf9e2505b5c872ba566f | [] | no_license | abulka/lcodemaps | d3cd2e748cd14026c2a055939b69ba9ba44c3a61 | d40f7437cbe5a3484fb2136118f2c32a87aa7ceb | refs/heads/master | 2022-03-07T13:32:43.446713 | 2022-02-14T00:21:25 | 2022-02-14T00:21:25 | 223,074,570 | 43 | 8 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,747 | puml | @startuml example of HTML file in a code map diagram
!$code = "<color:royalBlue><size:14>"
!$codeb = "<color:DarkSlateGray><size:12>"
!$codeg = "<color:Gray><size:12>"
!$codeb = "<color:royalBlue>"
!$codep = "<color:Purple><size:14>"
!$normal = "<color:Black><size:11>"
class fileupload <<(T,#FF7700) HTML FILE singlepage/templates/fileupload.html>> {
myAwesomeDropzone : form
myCanvas : canvas
--javascript--
submit_upload_uml_event()
render()
---
This is the HTML form
$codeb <b><form</b> action="{% url '<b>upload_file</b>' %}" class="dropzone" id="myAwesomeDropzone">
$codeb {% csrf_token %}
$codeb <b></form></b>
This is the HTML canvas
$codeb <canvas <b>id="myCanvas"</b> width="200" height="100"> <color:Red> #33</color>
$codeb </canvas>
.. function <b>submit_upload_uml_event</b>() ..
once all files have been uploaded we redirect
to the $codeb file_upload_uml/</color> endpoint
$codeb ...
$codeb function <b>submit_upload_uml_event</b>()
$codeb event = last_upload_event
$codeb window.location.href = '<b>file_upload_uml/${event}</b>'
.. function <b>render</b>(): ..
This uses the canvas <color:Black> <i>see</i> <color:Red>33</color>
to draw the shape
$codeb ...
$codeb var c = document.getElementById(<b>"myCanvas"</b>); $codeg non jquery ref to canvas $normal <color:Black><i>see</i> <color:Red> 33</color>
$codeb var ctx = c.getContext("2d");
$codeb ctx.moveTo(0, 0);
$codeb ctx.lineTo(200, 100);
$codeb ctx.stroke();
$codeb ...
See [[https://www.w3schools.com/html/html5_canvas.asp]]
for more information on canvas drawing.
}
@enduml | false | true | false | false | class |
acb6f812292937f556c7427bec12695311531a0f | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintD/US/US8/US8_SSD.puml | 549d6460c33fc9d41de8a3314571e05cdb443f26 | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 780 | puml | @startuml
autonumber
actor "AdministratorEmployee" as AD
activate AD
AD -> ":System" : asks to create a new clinical analysis laboratory
activate ":System"
":System" --> AD : requests data (idLaboratory, name, address, phoneNumber, tin)
deactivate ":System"
AD -> ":System" : introduces the data requested
activate ":System"
loop depends on the number of tests types that the clinical will have
":System" --> AD : shows the types of tests and asks to select the desired ones
deactivate ":System"
AD -> ":System" : selects the desired types of tests
activate ":System"
end
":System" --> AD : shows all data and requests confirmation
deactivate ":System"
AD -> ":System" : confirms the data
activate ":System"
":System" --> AD : informs operation sucess
deactivate AD
@enduml | false | true | false | false | usecase |
365a2ef7f277cdaa835f33e51a049f2159cd45d6 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StandalonePriceSetValidUntilAction.puml | f817abfeb91071f14104735bc48330cc1f6b8a50 | [] | 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 | 492 | 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 StandalonePriceSetValidUntilAction [[StandalonePriceSetValidUntilAction.svg]] extends StandalonePriceUpdateAction {
action: String
validUntil: DateTime
}
interface StandalonePriceUpdateAction [[StandalonePriceUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
0f6ede0cf17b874528f327d8ee059056be6e1d2c | a9d70a448d164470b52603e6594ebcd34e986b41 | /images/client-server.puml | 684da8f53ce369cade6eb2e81a5d86b4bef9646d | [
"MIT"
] | permissive | pisinr/iwa-techmap-slides | 643f7f4fa7a0dd80f8a46a3a4510fea777644261 | 6b1eb57963b178f4bcd4a666300a56047e6b777b | refs/heads/master | 2020-03-18T10:34:04.941951 | 2018-05-25T04:41:12 | 2018-05-25T04:41:12 | 134,620,072 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 727 | puml | Server Client.
@startuml
left to right direction
agent "Mobile App" as MobileApp
agent "Browser" as Browser
agent "API Client" as APIClient
cloud "Servers" as Servers {
interface "API" as DataApi
interface "HTML/JS/CSS/IMGs" as HTML
agent "Application Servers" as AppServer
database "Storage" as Storage
}
cloud "Clouds" as Clouds {
interface "Authentication" as CloudAuth
interface "Push Notification" as CloudPush
}
frame "Development" as Development
Development --> Servers
MobileApp --( DataApi
MobileApp -- Clouds
Browser --( DataApi
Browser --( HTML
Browser -- Clouds
APIClient --( DataApi
APIClient -- Clouds
DataApi -- AppServer
HTML -- AppServer
Servers -- Clouds
AppServer -- Storage
@enduml
| false | true | false | false | sequence |
b37c8586df440db9e912d3762f49a3013fd95bae | 8fb8a5af737bf8c4313d50d5988189e7a80d09a6 | /lei-21-s2-1dn-g61-lapr2/docs/(Templates)/USExample/US6_SSD_v2.puml | ef2fbd2898e3af8fbad977e83e68f7af63522782 | [] | no_license | tiagooandre/ISEP-LAPR2 | 1633101c5c283361482b14dc35beb65f859b4d44 | 7302fe73505d5828a782eae2e921de34fabf85ec | refs/heads/master | 2023-06-02T04:56:06.992831 | 2021-06-20T16:50:11 | 2021-06-20T16:50:11 | 378,693,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 740 | puml | @startuml
autonumber
actor "Organization Employee" as OE
activate OE
OE -> ":System" : asks to create a new task
activate ":System"
":System" --> OE : shows task categories list and ask to select one
deactivate ":System"
OE -> ":System" : selects a task category
activate ":System"
":System" --> OE : requests data (reference, designation, informal \n description, technical description, duration, cost)
deactivate ":System"
OE -> ":System" : types requested data
activate ":System"
":System" --> OE : shows all data and requests confirmation
deactivate ":System"
OE -> ":System" : confirms the data
activate ":System"
":System" --> OE : informs operation success
deactivate ":System"
deactivate OE
@enduml | false | true | false | false | usecase |
f9ca28a8feb8c35d6074b39dc53f04d71ccbacfb | 5118f228c8949f543758de3ddbf4dff9b26d5b7a | /docs/RDCU/cu06_ResetButtonList_rdcus.puml | 45b462514ef044c4775967d92f902d068660b473 | [] | no_license | vexys001/RandoTracker | 03160cdca456d7dec7381f3f8792c531a979f549 | f5cd5123165ce5e1d8ae62c1ab7d8852641f30d9 | refs/heads/master | 2022-04-19T19:31:01.045223 | 2020-03-17T18:16:06 | 2020-03-17T18:16:06 | 242,613,061 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 703 | puml | @startuml
skinparam style strictuml
skinparam defaultfontname Verdana
title RDCU of resetButtonList(CU06)
participant "appController:Controller" as ac
participant "buttonList:ButtonList" as bl
participant ":ItemList" as il
participant ":ButtonList" as nbl
participant "button:ItemButton" as ib
note left of ac: Controller
->ac : resetButtonList()
note right of ac: Expert
ac -> bl : destroy
destroy bl
note left of il: Expert
ac->il : buttonList = itemList.createButtonList()
note left of nbl: Creator
il->nbl ** : buttonList = ButtonList.create(itemList: ItemList)
loop for each Item of the ItemList
note left of ib: Creator
nbl->ib **: button.updateProb(buttonList.nbItems)
end loop
@enduml | false | true | false | false | sequence |
b8459e121d8c563b61bf4cb7af7f27aac5e47a1f | 3da2b847c4b40e0c1aadff5ec9506af80b022abc | /uml/app.puml | 382b28486e6c790dcde0ff8516749699d28c0d0b | [] | no_license | rachelsch1/schwarz-cop3330-assignment4 | d9279fbc94cd74675eb6bbba22136123c29108ee | c2d1e2258d2851a960a791bba1aaeebc68783cf1 | refs/heads/master | 2023-06-07T12:34:21.392430 | 2021-07-06T00:48:13 | 2021-07-06T00:48:13 | 381,807,967 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,077 | puml | @startuml
'https://plantuml.com/sequence-diagram
class TodoList {
todoLists: List<List>
directory: String
TodoList()
setDirectory()
createDirectory()
addNewList()
deleteList()
editListTitle()
saveAllExternally()
loadList()
}
class TodoListController {
loadButtonClicked()
newListButtonClicked()
saveListsButtonClicked()
openListButtonClicked
}
class ListViewController {
initialize()
initTable()
initCols()
editableCols()
loadData()
loadNewData()
setTitle()
itemAdded()
backButtonClicked()
deleteItemButtonClicked()
deleteListButtonClicked()
listTitleEdited()
loadComplete()
loadIncomplete()
showCompleteButtonClicked()
showIncompleteButtonClicked()
showAllButtonClicked()
markedComplete()
markedIncomplete()
saveListButtonClicked()
}
class ListViewOpenController {
selectedList: List
initialize()
initTable()
initCols()
editableCols()
loadData()
itemAdded()
backButtonClicked()
deleteItemButtonClicked()
deleteListButtonClicked()
listTitleEdited()
loadComplete()
loadIncomplete()
showCompleteButtonClicked()
showIncompleteButtonClicked()
showAllButtonClicked()
markedComplete()
markedIncomplete()
saveListButtonClicked()
}
class MainClass {
main()
start()
}
class List {
title: String
itemList: List<Item>
directory: String
List()
getTitle()
setTitle()
setDirectory()
createDirectory()
addNewItem()
deleteItem()
editDescription()
editDueDate()
editStatus()
saveItemsExternally()
}
class Item {
description: String
dueDate: String
status: String
Item()
setDescription()
getDescription()
setDueDate()
getDueDate()
getStatus()
markComplete()
markIncomplete()
}
javafx.Application <|-- MainClass
MainClass <|-- TodoList
TodoList -- List
TodoList -- TodoListController
TodoList -- ListViewController
TodoList -- ListViewOpenController
List - Item
@enduml | false | true | false | false | class |
1872ef3a550b767255a2e76abdac579c0f3a48f0 | ac7cf41f91715ea82b01373373a40c9881544039 | /src/main/java/fr/rphstudio/chess/game/piece/piece.plantuml | ced4a9c77e99d2a428e5bf2d5b27dec3ccf61868 | [] | no_license | EtienneGit/Chess_Java_POO | be584b3dbf6ac44de523ce8ffa49cc7ea2ba47ca | 63a0881843e6a84379e190a769db5cf3aebcc17d | refs/heads/master | 2021-02-15T09:49:59.477153 | 2020-02-28T07:58:38 | 2020-02-28T07:58:38 | 244,883,422 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,738 | plantuml | @startuml
title __PIECE's Class Diagram__\n
namespace fr.rphstudio.chess.game {
namespace piece {
class fr.rphstudio.chess.game.piece.BishopMove {
+ getMove()
}
}
}
namespace fr.rphstudio.chess.game {
namespace piece {
class fr.rphstudio.chess.game.piece.KingMove {
+ checkLongCastle()
+ checkShortCastle()
+ getMove()
}
}
}
namespace fr.rphstudio.chess.game {
namespace piece {
class fr.rphstudio.chess.game.piece.KnightMove {
+ getMove()
}
}
}
namespace fr.rphstudio.chess.game {
namespace piece {
class fr.rphstudio.chess.game.piece.PawnMove {
+ getMove()
}
}
}
namespace fr.rphstudio.chess.game {
namespace piece {
class fr.rphstudio.chess.game.piece.QueenMove {
+ getMove()
}
}
}
namespace fr.rphstudio.chess.game {
namespace piece {
class fr.rphstudio.chess.game.piece.RookMove {
+ getMove()
}
}
}
fr.rphstudio.chess.game.piece.BishopMove .up.|> fr.rphstudio.chess.interf.IMove
fr.rphstudio.chess.game.piece.KingMove .up.|> fr.rphstudio.chess.interf.IMove
fr.rphstudio.chess.game.piece.KnightMove .up.|> fr.rphstudio.chess.interf.IMove
fr.rphstudio.chess.game.piece.PawnMove .up.|> fr.rphstudio.chess.interf.IMove
fr.rphstudio.chess.game.piece.QueenMove .up.|> fr.rphstudio.chess.interf.IMove
fr.rphstudio.chess.game.piece.RookMove .up.|> fr.rphstudio.chess.interf.IMove
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 |
8c495e1c7ab92136862bd44c55b963cc259f411c | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StateTypeEnum.puml | 6bcb90014ea2110864f4ff41dc8b60b1ce270d7b | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,427 | puml | @startuml
hide methods
enum StateTypeEnum {
ORDER_STATE
LINE_ITEM_STATE
PRODUCT_STATE
REVIEW_STATE
PAYMENT_STATE
QUOTE_REQUEST_STATE
STAGED_QUOTE_STATE
QUOTE_STATE
}
interface State [[State.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
type: [[StateTypeEnum.svg StateTypeEnum]]
name: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
initial: Boolean
builtIn: Boolean
roles: [[StateRoleEnum.svg List<StateRoleEnum>]]
transitions: [[StateReference.svg List<StateReference>]]
}
interface StateDraft [[StateDraft.svg]] {
key: String
type: [[StateTypeEnum.svg StateTypeEnum]]
name: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
initial: Boolean
roles: [[StateRoleEnum.svg List<StateRoleEnum>]]
transitions: [[StateResourceIdentifier.svg List<StateResourceIdentifier>]]
}
interface StateChangeTypeAction [[StateChangeTypeAction.svg]] {
action: String
type: [[StateTypeEnum.svg StateTypeEnum]]
}
StateTypeEnum --> State #green;text:green : "type"
StateTypeEnum --> StateDraft #green;text:green : "type"
StateTypeEnum --> StateChangeTypeAction #green;text:green : "type"
@enduml
| false | true | false | false | sequence |
62c285f371b0e1baf6a81112dec19134a726f1c0 | b13c95e4bfbc92cb752396b82dd0995b8c7f32b1 | /docs/mn-update-settings.puml | e1a696bf4efadf9dcfbe4b91540890fd68f87a93 | [
"MIT"
] | permissive | 0chain/zwalletcli | f9222e9a64d8d7738192a374e621fc8024c097dc | 1d0a8fd963140f747adef9989813b7b81b2bf8dc | refs/heads/staging | 2023-08-05T08:39:43.774548 | 2023-07-27T16:05:27 | 2023-07-27T16:05:27 | 191,838,462 | 20 | 19 | MIT | 2023-09-13T15:01:55 | 2019-06-13T21:57:24 | Go | UTF-8 | PlantUML | false | false | 343 | puml | @startuml
participant "<size:20><&terminal></size> ./zwallet mn-update-settings" as cli
collections miners
collections sharders
cli -> sharders: get a miner/sharder stat info from Miner SC
cli -> cli: create miner SC node settings txn with old stat if no new setting
cli -> miners: send txn
cli -> sharders: poll for txn confirmation
@enduml | false | true | false | false | sequence |
386c86fa443019a78f99db662e88b763ce2e9b2a | 83a1a7f2e85781a5e910591c60cb84d31c233c11 | /conception/final/diag_classe_package_game.plantuml | 64caf2b346d2bf535b1aece7f18f55aad8fc76d8 | [] | no_license | AntoineCourtil/CAD2018_Laraclette | 3590a7649826eeab47083c0ea79f8b62393ae781 | ab0fc5eb473758a2bbc2241853bfa6d2de5a33b5 | refs/heads/master | 2021-05-09T14:42:38.996159 | 2018-04-26T13:29:49 | 2018-04-26T13:29:49 | 119,071,004 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,224 | plantuml | @startuml
' Split into 2 pages
page 2x1
skinparam pageMargin 10
skinparam pageExternalColor gray
skinparam pageBorderColor black
title Diagramme de classe du package game
package game {
enum Cmd {
ARROW_LEFT,
ARROW_RIGHT,
ARROW_UP,
ARROW_DOWN,
ENTER
}
enum GameState {
MENU
RUNNING,
EPOCH_CHOOSE,
RESUME_GAME,
FINISHED
}
class Game {
- gameState : GameState
- String currentEpoch
- boolean fileChooserIsOpen
- boolean isSaved
- BatailleNavale batailleNavale
+ evolve(cmd : Cmd, click Point2D)
+ restart()
+ launchBatailleNavale(String epoque)
- save()
- checkFinishedGame()
- evolveRunning(cmd : Cmd, click Point2D)
- evolveRunningNotReady(cmd : Cmd)
- evolveRunningReady(cmd : Cmd)
- evolveMenu(cmd : Cmd, click Point2D)
- evolveEpochChoose(cmd : Cmd, click Point2D)
- evolveResumeGame(cmd : Cmd, click Point2D)
}
Game -down-"1" modele.BatailleNavale
Game .down.> engine.Game
class Painter {
- drawMenu()
- drawEpochChoose()
- drawRunning()
- drawResumeGame()
}
Painter .down.> engine.GamePainter
Painter -down- "1" modele.BatailleNavale
class Controller {
- commandeEnCours : Cmd
- clickEnCours : Point2D
+ keyPressed(e : KeyEvent)
+ mouseClicked(e : MouseEvent)
}
Controller .down.> engine.GameController
class ImageFactory << (S,#FF7700) Singleton >>{
- {static} ImageFactory instance
- BufferedImage background
- BufferedImage sea
- BufferedImage boutBateauXVIII
- BufferedImage milieuBateauXVIII
- BufferedImage boutBreakBateauXVIII
- BufferedImage milieuBreakBateauXVIII
- BufferedImage boutBateauXIX
- BufferedImage milieuBateauXIX
- BufferedImage boutBreakBateauXIX
- BufferedImage milieuBreakBateauXIX
- BufferedImage explosion
- BufferedImage fail
+ {static} ImageFactory getInstance()
- loadImages()
}
package menu{
class EpochChoose{
- Game game
+ void handleEnter();
}
class FinishedGame{
- Game game
+ void handleEnter();
}
class MainMenu{
- Game game
+ void handleEnter();
}
class ResumeGame{
- Game game
+ void handleEnter();
}
abstract class Menu{
# String[] menuEntries
# int selectedIndex
# String title
+ void elvolve(Cmd cmd)
+ void paint(Graphics2D crayon)
# {abstract} void handleEnter()
+ setTitle(String title)
}
EpochChoose --> Menu
FinishedGame --> Menu
MainMenu --> Menu
ResumeGame --> Menu
}
Game -down-"4" Menu
}
package engine {
interface GameController
interface GamePainter
interface Game
}
package modele {
class BatailleNavale
}
@enduml | false | true | false | false | class |
016c1982edf70234250c668897f5feabf1160faa | 979710557c58d08a6d3e080aa6600b1dd60cb8aa | /src/Auction_App_Backend.plantuml | f0790e8f4dc8d3f932bd3b6c90f75071cdfc1936 | [] | no_license | aleemalibhai/Auction_App_Backend | 04d97bf09bc468ebfc1bf1c54c11c39743492c95 | 57ce4f748b4527a0c9120e99db82984f1c2d8ac2 | refs/heads/master | 2022-04-13T10:06:38.018185 | 2020-04-07T02:39:27 | 2020-04-07T02:39:27 | 244,984,064 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,662 | plantuml | @startuml
title __Auction App Backend Class Diagram__\n
class Item {
- daysLeft : int
- highBid : float
- itemName : String
- sellerName : String
- winningUser : String
+ Item()
+ getDaysLeft()
+ getHighBid()
+ getItemName()
+ getSellerName()
+ getWinningUser()
+ setDaysLeft()
+ setHighBid()
+ setItemName()
+ setSellerName()
+ setWinningUser()
+ stringify()
}
class Transaction {
- bid : double
- credits : double
- daysLeft : int
- iName : String
- sName : String
- transactionCode : String
- type : String
- uName : String
+ Transaction()
+ getBid()
+ getCredits()
+ getDaysLeft()
+ getTransactionCode()
+ getType()
+ get_iName()
+ get_sName()
+ get_uName()
}
class User {
- acctType : String
- credits : double
- username : String
+ User()
+ getAcctType()
+ getCredits()
+ getUsername()
+ setAcctType()
+ setCredits()
+ setUsername()
+ stringify()
}
class Driver {
{static} + getItems()
{static} + main()
{static} + writeToFile()
{static} - getUsers()
{static} - readFile()
}
package Inputs <<Rectangle>> {
package "Merged Transaction File" <<frame>> {
}
package "Old User File" <<frame>> {
}
package "Old Item File" <<frame>> {
}
}
package Outputs <<Rectangle>> {
package "New User File" <<frame>> {
}
package "New Item File" <<frame>> {
}
}
Inputs --> Driver
Outputs <--- Driver
Driver -u-* Item : creates
Driver -u-* User : creates
Driver -u-* Transaction : creates
@enduml
| false | true | false | false | class |
b0bbbbcc5e56399b87344ae9193c502fcb6cd181 | 52bddf30605f6cc199ff13821ccb6e6b46f62202 | /docs/metro.puml | 29951c6c2598fb2909d3ff1a36387868217a1f71 | [] | no_license | erop/palx-test | edb2a4e93313abf4631374679cfcd7310ac46408 | fde2f62fb11fd5a6e7f1baadd0458203d3201e65 | refs/heads/master | 2021-06-21T05:51:27.021623 | 2021-02-25T06:59:23 | 2021-02-25T06:59:23 | 190,538,022 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 253 | puml | @startuml
class Metro
{
- stations: Station[]
}
class Station
{
- turnstiles: Turnstile[]
}
abstract class Turnstile
{
- state: TurnstileState
+ transitionTo(state: TurnstileState)
}
Metro "1" *-- "*" Station
Station "1" *-- "*" Turnstile
@enduml
| false | true | false | false | class |
d744c7926db22fd6b442d3981023396603c8e90f | aab3b1ec46f17abef85e7ec96fb3ac8822f67628 | /doc/client.puml | 15485dedfd7576662265ce6c1e0aa81aaa594ac4 | [] | no_license | liangstone/file_xfer | 45b07611fd938518b394ef1c39d20ace435b4ae7 | 40d286836774419fef51a96cebccbf3fdb1016c5 | refs/heads/master | 2022-04-15T19:42:11.053264 | 2020-04-10T07:59:25 | 2020-04-10T07:59:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,366 | puml | @startuml
abstract class FileXferClientApp {
{abstract} void onPwdResponse(status, dir) = 0
{abstract} void onCdResponse(status, dir) = 0
{abstract} void onLsResponse(status, dir) = 0
{abstract} void onDirResponse(status, dir) = 0
{abstract} void onMkdirResponse(status) = 0
{abstract} void onRmResponse(status) = 0
{abstract} void onDownloadResponse(status) = 0
{abstract} void onUploadResponse(status) = 0
{abstract} void onQuitResponse(status) = 0
{abstract} bool openFileForRead(file, handle) = 0
{abstract} bool openFileForWrite(file, handle) = 0
{abstract} size_t getFileSize(file) = 0
{abstract} size_t readFromFile(file, buffer, size) = 0
{abstract} size_t writeToFile(file, data, length) = 0
{abstract} void closeFile(file) = 0
}
class FileXferClient {
FileXferClient(ctrl, data, app);
void task();
int workingDirectory() //pwd
int changeDirectory(path) //cd <path>
int listDirectory() //ls
int changeListDirectory(path) //dir <path>
int makeDirectory(path) //mkdir <path>
int removeFile(path) //rm <path>
int downloadFile(source, destination) //download <file>
int uploadFile(source, destination) //upload <file>
int quit() //quit ongoing transfer/operation
bool isIdle()
}
FileXferClientApp <|-- ClientApp
FileXferClientApp --o FileXferClient
Slay2Channel --o FileXferClient
@enduml
| false | true | false | false | class |
d2023a68a443d682939fc438e7a7782d996c7caf | 41ace4588685de5f1e71415ad4e9f3bdf4c6cb1f | /spring-api-controller-dto.puml | 944ecac0d0df615fa0c09c3f45d644dd174819cd | [
"Apache-2.0"
] | permissive | tedyoung/kid-bank | 43eebaf30e2a6f8ed60613cd7fdf6950cbeb2a59 | bb6376dffdf021dd6ab22e6224d3be997c1094b9 | refs/heads/master | 2023-08-31T22:33:31.929073 | 2022-06-01T23:26:43 | 2022-06-01T23:26:43 | 165,791,269 | 100 | 33 | Apache-2.0 | 2023-07-07T21:58:02 | 2019-01-15T05:33:29 | Java | UTF-8 | PlantUML | false | false | 862 | puml | @startuml
skinparam monochrome reverse
skinparam shadowing false
participant client
activate client
activate SpringBoot
boundary AccountController
activate AccountController
client -> SpringBoot: GET /api/accounts/123
SpringBoot -> AccountController: accountInfo("123")
create Account
AccountController -> Account: (find Account)
activate Account
create AccountView
AccountController -> AccountView: transform(account)
activate AccountView
deactivate Account
SpringBoot -> Jackson: mapToJson(view)
Jackson -> AccountView: getId()
AccountView --> Jackson: 123
Jackson -> AccountView: getBalance()
AccountView --> Jackson: 10
Jackson -> Jackson: generate JSON
deactivate AccountView
Jackson --> SpringBoot: {"id": 123, "balance": 10}
SpringBoot --> client: {"id": 123, "balance": 10}
deactivate AccountController
deactivate SpringBoot
deactivate client
@enduml | false | true | false | false | sequence |
d68c9e948276bfa8efce02a0a8e998cc49d55e24 | e30e784d7ee56674973b80b367b6ba73a98091d2 | /doc/refund/refund_normalrefund.puml | 38179e2b7e569fa94eaa57098c27f1189976f274 | [] | no_license | suevip/trade-1 | 774bb35a3aa878c42280f6770524eba08923b4aa | 4a48848eebb5ebcf0958fcdc61b4a6e357ec38b8 | refs/heads/master | 2018-01-14T17:41:43.441561 | 2016-02-22T08:39:47 | 2016-02-22T08:39:47 | 63,680,598 | 1 | 0 | null | 2016-07-19T09:30:20 | 2016-07-19T09:30:20 | null | UTF-8 | PlantUML | false | false | 515 | puml | @startuml
(*) -->[NormalOrderRefund ] "getOrder"
"getOrder" --> "ParamCheck"
if "isFullRefund" then
--> [false] "createRefLog"
else
-->[true] "closeOrder"
--> "createRefLog"
endif
partition StartRefund {
"createRefLog" --> "freezeBalance"
if " Transfer_or_Hongbao" then
-->[true] "unfreezeBalance"
"unfreezeBalance" --> (*)
else
-->[false] "dispatcher start refund"
"dispatcher start refund" -->"afterRefundProcess"
endif
}
"afterRefundProcess"-->(*)
@enduml
| false | true | false | false | activity |
750337c3d7658d3c3944865793dbae417c2d0466 | cc53e4d1d0225428508c6afc93682bafdb481b11 | /src/main/kotlin/me/jameshunt/generate/Settings.puml | 045a59145ee8a705fdd642d8a0c22b622b753087 | [] | no_license | huntj88/FlowGenerate | 8e0990ddc298aae0dd8dc297a00d20d12fc6942f | a553fbd549bae4c3c050f4162270a872a04cd955 | refs/heads/master | 2020-05-17T22:25:25.586103 | 2020-04-01T18:23:14 | 2020-04-01T18:23:14 | 184,001,369 | 1 | 0 | null | 2020-04-01T18:23:15 | 2019-04-29T04:47:56 | Kotlin | UTF-8 | PlantUML | false | false | 343 | puml | import java.util.concurrent.atomic.AtomicInteger
@startuml
Settings : val blah: AtomicInteger?
[*] -> Settings
Settings --> UserSettings
Settings --> Logout
Settings --> Back
Settings --> NotLoggedIn
UserSettings --> Settings
Logout --> Settings
NotLoggedIn --> Login
NotLoggedIn --> Back
Login --> Settings
Settings -> Done
@enduml
| false | true | false | false | class |
a17a05cd9d84ade8932c1f7bb1b33f40b191a483 | 7028a90e3cc6096e70b06e0d18c51983bf54f4d6 | /plantuml/include.puml | bb529615f6b497116d1291ba16ab285ad05f64c2 | [] | no_license | KazukiShimura/AnimalVillage | 2d73f459e9df3b839f9328309de890c09f4b1f1d | 916c5edc80613ade565b5fe481debf79f890b505 | refs/heads/main | 2023-05-06T07:27:10.043196 | 2021-05-27T01:55:47 | 2021-05-27T01:55:47 | 358,861,857 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,797 | puml | @startuml
class BGimage {
Start() : void
+ Trigger() : void
}
MonoBehaviour <|-- BGimage
BGimage --> "PlusAnimlalPanel" GameObject
BGimage --> "PlusMapPanel" GameObject
BGimage --> "MissionView" GameObject
BGimage --> "SettingPanel" GameObject
BGimage --> "HowToPanel" GameObject
class CharacterCamera {
+ onClick : bool = false
yAdjust : int = 5
zAdjust : int
Update() : void
+ OnClickReturn() : void
+ OnClickEat() : void
+ OnClickMedicine() : void
AnimalCare() : void
}
MonoBehaviour <|-- CharacterCamera
CharacterCamera --> "MainCamera" GameObject
CharacterCamera --> "ZoomOutButton" GameObject
CharacterCamera --> "eatButton" Button
CharacterCamera --> "medicineButton" Button
CharacterCamera --> "uIPanel" UIPanel
CharacterCamera --> "heartPrefab" GameObject
CharacterCamera --> "heartPoint" GameObject
CharacterCamera --> "heartCount" Text
CharacterCamera --> "missionPanelManager" MissionPanelManager
CharacterCamera --> "hitTrn" Transform
CharacterCamera --> "hitObj" GameObject
class CharacterUI {
Start() : void
Update() : void
}
MonoBehaviour <|-- CharacterUI
CharacterUI --> "myRectTfm" RectTransform
class GameDirector {
currentTime : float
span : float = 0.4f
gold : int = 0
goldRank : int = 0
maxgold : int = 100
+ onRocked_Gold : bool = false
Start() : void
Update() : void
NewMapTrigger() : void
HeartTrigger() : void
DiaTrigger() : void
}
MonoBehaviour <|-- GameDirector
GameDirector --> "Heart" Text
GameDirector --> "Dia" Text
GameDirector --> "Gold" Text
GameDirector --> "DogMapButton" Button
GameDirector --> "ChickenMapButton" Button
GameDirector --> "PenguinMapButton" Button
GameDirector --> "LionMapButton" Button
class MapManager {
+ OnCatMap : bool = true
+ OnDogMap : bool = false
+ OnChickenMap : bool = false
+ OnPenguinMap : bool = false
+ OnLionMap : bool = false
+ CanNavMesh : bool = false
- Start() : void
+ Dog_Map_Button() : void
+ Chicken_Map_Button() : void
+ Penguin_Map_Button() : void
+ Lion_Map_Button() : void
NewMapInst(map:GameObject, mapPos:Vector3, goldText:string) : void
+ OpenPlusMapPanel() : void
}
MonoBehaviour <|-- MapManager
MapManager --> "Dog_Map" GameObject
MapManager --> "Chicken_Map" GameObject
MapManager --> "Penguin_Map" GameObject
MapManager --> "Lion_Map" GameObject
MapManager --> "PlusMapPanel" GameObject
MapManager --> "Dog_Map_B" Button
MapManager --> "Chicken_Map_B" Button
MapManager --> "Penguin_Map_B" Button
MapManager --> "Lion_Map_B" Button
MapManager --> "GameDirector" GameDirector
MapManager --> "audioSource" AudioSource
MapManager --> "newMapSE" AudioClip
MapManager --> "mainCamera" GameObject
MapManager --> "uIPanel" UIPanel
MapManager --> "Heart" Text
MapManager --> "Dia" Text
MapManager --> "Gold" Text
class MissionPanelManager {
+ heartTotalCount : int
- Update() : void
+ OpenEventPanel() : void
+ Mission_1() : void
+ Mission_1_Comp() : void
+ Mission_2() : void
+ Mission_2_Comp() : void
+ Mission_3() : void
+ Mission_3_Comp() : void
+ Mission_4() : void
+ Mission_4_Comp() : void
+ Mission_5() : void
+ Mission_5_Comp() : void
+ Mission_6() : void
+ Mission_6_Comp() : void
TextGetter() : void
OnMission(path:string) : void
MissionComplete(path:string) : void
}
class "List`1"<T> {
}
MonoBehaviour <|-- MissionPanelManager
MissionPanelManager --> "uIPanel" UIPanel
MissionPanelManager --> "mapManager" MapManager
MissionPanelManager --> "diaPrefab" GameObject
MissionPanelManager --> "diaPoint" GameObject
MissionPanelManager --> "diaCount" Text
MissionPanelManager --> "heartCount" Text
MissionPanelManager --> "movingText" MovingText
MissionPanelManager o-> "missionTexts<GameObject>" "List`1"
class MovingText {
textWidth : float
panelWidth : float
textSpeed : float = 150f
textLenMax : int = 30
latestText : string
+ canMoveText : bool = true
- Start() : void
Update() : void
+ TextSpace() : void
}
MonoBehaviour <|-- MovingText
MovingText --> "Text1" TextMeshProUGUI
MovingText --> "panel" Image
class NavMeshManager {
- Start() : void
+ Update() : void
}
MonoBehaviour <|-- NavMeshManager
NavMeshManager --> "_surface" NavMeshSurface
NavMeshManager --> "mapManager" MapManager
class PlayerController {
+ movementSpeed : float = 3
+ jumpForce : float = 300
+ timeBeforeNextJump : float = 1.2f
- canJump : float = 0f
+ eventTimer : float = 20.0f
+ navMeshTimer : float = 5f
speed : float
Start() : void
Update() : void
ControllPlayer() : void
EventTimer() : float
EventSelecter() : Event
RunEvent(newEvent:Event) : void
}
enum Event {
eat,
medicine,
}
MonoBehaviour <|-- PlayerController
PlayerController --> "anim" Animator
PlayerController --> "rb" Rigidbody
PlayerController --> "m_navMeshAgent" NavMeshAgent
PlayerController --> "newEvent" Event
PlayerController --> "animal" GameObject
PlayerController --> "balloon_eat" GameObject
PlayerController --> "ballon_medicine" GameObject
PlayerController +-- Event
class PlusAnimalPanelManager {
yAdjust : int = 5
zAdjust : int
catCost : int = 5
dogCost : int = 10
chickenCost : int = 20
penguinCost : int = 30
lionCost : int = 50
Update() : void
+ OpenPlusAnimalPanel() : void
+ RightButton() : void
+ LeftButton() : void
AnimalCost() : void
CanPlusAnimal() : void
+ PlusAnimal() : void
Plus(animalPrefab:GameObject, vector3:Vector3) : void
+ GetInputName() : void
+ OnValueChanged() : void
}
MonoBehaviour <|-- PlusAnimalPanelManager
PlusAnimalPanelManager --> "PlusAnimalPanel" GameObject
PlusAnimalPanelManager --> "mainCamera" GameObject
PlusAnimalPanelManager --> "UICamera" GameObject
PlusAnimalPanelManager --> "R_Button" GameObject
PlusAnimalPanelManager --> "L_Button" GameObject
PlusAnimalPanelManager --> "CatPrefab" GameObject
PlusAnimalPanelManager --> "DogPrefab" GameObject
PlusAnimalPanelManager --> "ChickenPrefab" GameObject
PlusAnimalPanelManager --> "PenguinPrefab" GameObject
PlusAnimalPanelManager --> "LionPrefab" GameObject
PlusAnimalPanelManager --> "newNamePanel" GameObject
PlusAnimalPanelManager --> "cat_Map" GameObject
PlusAnimalPanelManager --> "dog_Map" GameObject
PlusAnimalPanelManager --> "chicken_Map" GameObject
PlusAnimalPanelManager --> "penguin_Map" GameObject
PlusAnimalPanelManager --> "lion_Map" GameObject
PlusAnimalPanelManager --> "plusButton" Button
PlusAnimalPanelManager --> "mapManager" MapManager
PlusAnimalPanelManager --> "uIPanel" UIPanel
PlusAnimalPanelManager --> "nameText" TextMeshProUGUI
PlusAnimalPanelManager --> "heartText" Text
PlusAnimalPanelManager --> "CostText" Text
PlusAnimalPanelManager --> "animalParticle" ParticleSystem
PlusAnimalPanelManager --> "animal" GameObject
PlusAnimalPanelManager --> "inputField" InputField
PlusAnimalPanelManager --> "inputName" Text
class PlusMaplPanelmanager {
+ OpenPlusMapPanel() : void
}
MonoBehaviour <|-- PlusMaplPanelmanager
class RandomMove {
radius : float = 10
waitTime : float = 5
time : float = 0
Start() : void
GotoNextPoint() : void
StopHere() : void
OnCollisionEnter(collision:Collision) : void
Update() : void
}
MonoBehaviour <|-- RandomMove
RandomMove --> "central" Transform
RandomMove --> "agent" NavMeshAgent
RandomMove --> "anim" Animator
RandomMove --> "pos" Vector3
class Sea {
waveheight : float = 0.05f
T : float = 7f
- Update() : void
}
MonoBehaviour <|-- Sea
class SettingManager {
+ OnSettingPanel() : void
+ Quit() : void
+ OnHowToPanel() : void
+ OffHowToPanel() : void
}
MonoBehaviour <|-- SettingManager
SettingManager --> "howToPanel" GameObject
class SoundManager {
- Start() : void
+ OnSound() : void
+ OffSound() : void
}
MonoBehaviour <|-- SoundManager
SoundManager --> "OnSoundButton" GameObject
class StartPanel {
+ DurationSeconds : float
- Awake() : void
Update() : void
+ StartButton() : void
}
MonoBehaviour <|-- StartPanel
StartPanel --> "targetObject" GameObject
StartPanel --> "mainCamera" GameObject
StartPanel --> "UICanvas" GameObject
StartPanel --> "startText" TextMeshProUGUI
StartPanel --> "EaseType" Ease
class UICharacter {
Update() : void
}
MonoBehaviour <|-- UICharacter
class UIPanel {
+ CanOtherButton : bool = true
+ eatPoint : int = 0
+ medicinePoint : int = 0
posX_Max : float = 20f
posX_Min : float
posZ_Max : float = 5f
posZ_Min : float
- Start() : void
- Update() : void
+ OncompSE() : void
CameraMove() : void
}
MonoBehaviour <|-- UIPanel
UIPanel --> "mainCamera" Camera
UIPanel --> "compSE" AudioClip
UIPanel --> "audioSource" AudioSource
@enduml
| false | true | false | false | class |
40f9601d3a661b5ba5300e3f80c811cfac96538b | ff1e2753766e967897531220aded72838e2d1540 | /assets/images/database/jdbc-statement.plantuml | dc3ff67225dc4ef49f3c7ef58133d2cfce5ff557 | [] | no_license | prof-wagnermacedo/prof-wagnermacedo.github.io | a821a97b45edfc2d9a00ad2d80cefc079c3207a0 | 17e186cd3ce0f9e4ef74bd55d317fe626fee673f | refs/heads/master | 2021-06-05T08:33:32.713539 | 2020-09-13T15:31:26 | 2020-09-13T15:31:26 | 96,470,111 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 503 | plantuml | @startuml
skinparam Class {
FontStyle bold
FontSize 15
AttributeFontSize 17
AttributeFontName Ubuntu Mono
}
class Statement as " Statement "
class PreparedStatement as " PreparedStatement " extends Statement
note left of Statement
Sessão de SQL na conexão
iniciada previamente.
end note
note right of PreparedStatement
Sessão especial, iniciada a partir
de uma query __preparada__, ou seja,
uma query parametrizada.
end note
hide members
@enduml
| false | true | true | false | class |
6110b06437efb4fe9f7de48d338d9c9f48bf0a14 | 53c1503a7c348ca2555ddb112fe7d4fe085ae9e0 | /guide/puml/docker-run-services.puml | 57e26ecf834eca1212a8ab66a1752d825547f08e | [] | no_license | kenalexandersson/acorn-microservices-tutorial | 0c20675cb89d2709857eb2879dfc53c177ea15eb | d5b937950fea72c4511f94ef0bacff7187e9ba0e | refs/heads/master | 2021-07-01T16:23:45.387396 | 2020-01-13T09:44:13 | 2020-01-13T09:44:13 | 207,019,382 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,868 | puml | @startuml
skinparam shadowing false
frame localhost {
agent client as gatewayclient
agent client as csclient
agent client as sdsclient
agent client as zipclient
note bottom of gatewayclient : calls localhost:20202
note top of csclient : calls localhost:7777
note bottom of sdsclient : calls localhost:8761
note bottom of zipclient : calls localhost:9411
rectangle Docker {
node config-server <<364a23e:8080>> as cs {
}
node service-discovery-server <<987f02a:8080>> as sds {
}
node gateway <<274d57d:8080>> as gateway {
}
node webapi <<165a66c:8080>> as webapi {
}
node items-service <<427b75d:8080>> as is {
}
node reviews-service <<544e99d:8080>> as rs {
}
node zipkin <<865f66b:9411>> as zipkin {
}
interface 20202 as gateport
interface 7777 as csport
interface 8761 as sdsport
interface 9411 as zipport
gateway - gateport
zipkin -left- zipport
cs - csport
cs <~ gateway
cs <~ webapi
cs <~ is
cs <~ rs
cs <~ sds
sds - sdsport
sds <~ gateway
sds <~ webapi
sds <~ is
sds <~ rs
gateway --> webapi
webapi --> is
webapi --> rs
gateway ~> zipkin
webapi ~> zipkin
is ~> zipkin
rs ~> zipkin
note top of cs : ip:172.67.0.3
note top of sds : ip:172.67.0.4
note top of gateway : ip:172.67.0.5
note bottom of is : ip:172.67.0.6
note bottom of rs : ip:172.67.0.7
note bottom of zipkin : ip:172.67.0.8
note left of webapi : ip:172.67.0.9
}
gatewayclient -up-> gateport
csclient --> csport
sdsclient -left-> sdsport
zipclient -up-> zipport
}
@enduml | false | true | false | false | class |
42c4eefdb56e45b3bcff8889e81b454c389d1f59 | 657d81da959eb515078284f017af0b25a5677873 | /src/main/java/oop/assignment3/ex44/ex44.puml | c4eaefb8e8f6e81531dc63cd6b540c07a4ff0d51 | [] | no_license | 16smerkel/merkel-cop3330-assignment3 | 2c807949d55b0b9cdfb64d4cdce1f4163a665ba6 | 3bca92b4497a60cbb4fbe51db6a82e36bd400cb6 | refs/heads/master | 2023-06-08T07:32:49.264066 | 2021-06-20T07:49:13 | 2021-06-20T07:49:13 | 378,588,526 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 310 | puml | @startuml
'https://plantuml.com/class-diagram
class Dataset {
-name;
-price;
-quantity;
-otherProperties
+getName()
+setName()
+getPrice()
+setPrice
+getQuantity()
+setQuantity()
}
class checkDetector {
+spaceCheck()
+colonCheck()
+spaceApply()
}
@enduml | false | true | false | false | class |
3c336d00b49d08224985c58ea856a5bbc9b5ae9d | a32347b238effbe6e6bdb9ec04de54f1d91ef95a | /web/doc/app/models/models.plantuml | 70b61524709563afd7cc7149808a904ea75e23b7 | [
"MIT"
] | permissive | ScJa/projectr | 7f4e4ebcb2b38b6ed25e49929564d0855f0b69ac | 91298713edeab2c93932d1b372c58564458f2118 | refs/heads/master | 2021-01-09T20:34:52.939109 | 2016-07-17T11:57:56 | 2016-07-17T11:57:56 | 63,527,597 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,359 | plantuml | @startuml
class User{
-first_name
-last_name
-passwordhash
-avatar
-email
-owner
-developer
-designer
-free_hours
-avg_rating_owner
-avg_rating_developer
-avg_rating_designer
}
class LinkedService{
-token
-service_id
-refreshToken
-serviceUserId
-data
}
class Notifications{
-content
-read
}
class Rating{
-rating
-feedback
}
class Position{
-hours
-name
-type
-budget
-status
-matchScore
}
class Project{
-name
-short_description
-private_description
-public_description
-budget
-status
}
class Position_Skill{
-weight
}
class Skill{
-name
}
class User_Skill{
-weight
}
class ChatMessages{
-content
}
class Conversation{
}
User "1" -up- "*" LinkedService
User "1" -- "*" Rating
User "1" -- "*" User_Skill
User "1" -- "*" Project
User "1" -- "*" Position
User_Skill "*" -- "1" Skill
Skill "1" -- "*" Skill
Skill "1" -- "*" Position_Skill
Position_Skill "*" -up- "1" Position
Position "*" -left- "1" Project
Position "1" -up- "*" Rating
Conversation "*" -right- "*" User
ChatMessages "*" -right- "1" User
Conversation "1" -right- "*" ChatMessages
User "1" -right- "*" Notifications
@enduml | false | true | false | false | class |
f6a8f03162773a13df56126b8fcb52c5cf30debf | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Storage-Services/Secondary-Data-Store/Deployment.puml | 6239a41ac32f86ae7aee88bb71b18475cce38898 | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 190 | puml | @startuml
package "Service-Stack/Storage-Services/Secondary-Data-Store" {
cloud cloud1
node node1
artifact artifact1
storage objectStore
database db1
folder folder1
}
@enduml
| false | true | false | false | sequence |
f9e46e8dd046e99c6867b7c1dc2e4730c77a0fb9 | 555d982a6ffa796e7b3ad1dac1ea647d104e9e3d | /img/stat-comtrade.puml | 33647122bdb04b698a21ccfd5a17ed56cee04abd | [] | no_license | VladimirAlexiev/multisensor | 218e99e8a1701be714dc0945e1aa3e7bcbbdb04d | e6359e80fdd1644b6f7093487f74af1df96bcccd | refs/heads/master | 2021-07-16T05:36:54.662918 | 2016-11-02T11:33:29 | 2016-11-02T11:33:29 | 67,613,414 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,378 | puml | @startuml
hide empty methods
hide empty attributes
hide circle
skinparam classAttributeIconSize 0
class ms_comtr_dat_2012_IMP_AU_BE_2_USD as "ms-comtr-dat:2012-IMP-AU-BE-2-USD"
class ms_comtr_dat_2012_IMP_AU_BE_2_USD <<Import USD>>
class ms_comtr_dat_2012_EXP_AU_BE_2_USD as "ms-comtr-dat:2012-EXP-AU-BE-2-USD"
class ms_comtr_dat_2012_EXP_AU_BE_2_USD <<Export USD>>
class ms_comtr_dat_2012_IMP_AU_BE_2_KG as "ms-comtr-dat:2012-IMP-AU-BE-2-KG"
class ms_comtr_dat_2012_IMP_AU_BE_2_KG <<Import KG>>
class ms_comtr_indic_IMP as "ms-comtr-indic:IMP"
ms_comtr_indic_IMP : a skos:Concept
class ms_comtr_indic_ as "ms-comtr-indic:"
ms_comtr_indic_IMP --> ms_comtr_indic_ : skos:inScheme
ms_comtr_indic_IMP : skos:prefLabel "Import"
ms_comtr_dat_2012_IMP_AU_BE_2_KG : a qb:Observation
ms_comtr_dat_2012_IMP_AU_BE_2_KG --> ms_comtr_indic_IMP : ms-comtr:indic
class ms_comtr_dat_ as "ms-comtr-dat:"
ms_comtr_dat_2012_IMP_AU_BE_2_KG -up-> ms_comtr_dat_ : qb:dataSet
class ms_comtr_commod_2 as "ms-comtr-commod:2"
ms_comtr_dat_2012_IMP_AU_BE_2_KG --> ms_comtr_commod_2 : ms-comtr:commod
ms_comtr_dat_2012_IMP_AU_BE_2_KG : prop:geo eugeo:AT
ms_comtr_dat_2012_IMP_AU_BE_2_KG : prop:partner eugeo:BE
ms_comtr_dat_2012_IMP_AU_BE_2_KG : prop:unit unit:KG
ms_comtr_dat_2012_IMP_AU_BE_2_KG : sdmx-dimension:freq sdmx-code:freq-A
ms_comtr_dat_2012_IMP_AU_BE_2_KG : sdmx-dimension:timePeriod "2012"^^xsd:gYear
ms_comtr_dat_2012_IMP_AU_BE_2_KG : sdmx-measure:obsValue 12.3
class ms_comtr_indic_EXP as "ms-comtr-indic:EXP"
ms_comtr_indic_EXP : a skos:Concept
ms_comtr_indic_EXP --> ms_comtr_indic_ : skos:inScheme
ms_comtr_indic_EXP : skos:prefLabel "Export"
ms_comtr_commod_2 : a skos:Concept
class ms_comtr_commod_ as "ms-comtr-commod:"
ms_comtr_commod_2 --> ms_comtr_commod_ : skos:inScheme
ms_comtr_commod_2 : skos:prefLabel "Meat and edible meat offal"
ms_comtr_indic_ : a skos:ConceptScheme
ms_comtr_indic_ : rdfs:label "UN ComTrade indicators: import, export, total, balance"
ms_comtr_commod_ : a skos:ConceptScheme
ms_comtr_commod_ : rdfs:label "ComTrade HS Commodity Codes at level 1"
ms_comtr_dat_2012_EXP_AU_BE_2_USD : a qb:Observation
ms_comtr_dat_2012_EXP_AU_BE_2_USD -up-> ms_comtr_dat_ : qb:dataSet
ms_comtr_dat_2012_EXP_AU_BE_2_USD --> ms_comtr_commod_2 : ms-comtr:commod
ms_comtr_dat_2012_EXP_AU_BE_2_USD --> ms_comtr_indic_EXP : ms-comtr:indic
ms_comtr_dat_2012_EXP_AU_BE_2_USD : prop:geo eugeo:AT
ms_comtr_dat_2012_EXP_AU_BE_2_USD : prop:partner eugeo:BE
ms_comtr_dat_2012_EXP_AU_BE_2_USD : prop:unit unit:USD
ms_comtr_dat_2012_EXP_AU_BE_2_USD : sdmx-dimension:freq sdmx-code:freq-A
ms_comtr_dat_2012_EXP_AU_BE_2_USD : sdmx-dimension:timePeriod "2012"^^xsd:gYear
ms_comtr_dat_2012_EXP_AU_BE_2_USD : sdmx-measure:obsValue 456
ms_comtr_dat_2012_IMP_AU_BE_2_USD : a qb:Observation
ms_comtr_dat_2012_IMP_AU_BE_2_USD --> ms_comtr_indic_IMP : ms-comtr:indic
ms_comtr_dat_2012_IMP_AU_BE_2_USD -up-> ms_comtr_dat_ : qb:dataSet
ms_comtr_dat_2012_IMP_AU_BE_2_USD --> ms_comtr_commod_2 : ms-comtr:commod
ms_comtr_dat_2012_IMP_AU_BE_2_USD : prop:geo eugeo:AT
ms_comtr_dat_2012_IMP_AU_BE_2_USD : prop:partner eugeo:BE
ms_comtr_dat_2012_IMP_AU_BE_2_USD : prop:unit unit:USD
ms_comtr_dat_2012_IMP_AU_BE_2_USD : sdmx-dimension:freq sdmx-code:freq-A
ms_comtr_dat_2012_IMP_AU_BE_2_USD : sdmx-dimension:timePeriod "2012"^^xsd:gYear
ms_comtr_dat_2012_IMP_AU_BE_2_USD : sdmx-measure:obsValue 123
@enduml
| false | true | false | false | sequence |
5d4b99f7f7232edc6507f1b7033fcaa8717dcdc4 | be25988f97a06377c2cd37ba2cf6c1a378fa02e1 | /packages/zoe/docs/offers+invitations+seats.puml | e8891d3970e1c64a875e657c8d913f346a00e348 | [
"Apache-2.0",
"MIT",
"BSD-3-Clause"
] | permissive | Agoric/agoric-sdk | bea28b730ecb59433b1b963571f2a809ce4ae5c1 | 0cc126ec803bb3eeff9c94d950e679dfa3db4d6a | refs/heads/master | 2023-08-31T13:19:11.750920 | 2023-08-31T03:13:41 | 2023-08-31T03:13:41 | 219,012,610 | 319 | 203 | Apache-2.0 | 2023-09-14T18:20:17 | 2019-11-01T15:30:18 | JavaScript | UTF-8 | PlantUML | false | false | 2,406 | puml | @startuml Zoe/ZCF: Invitations, Offers, Seats
actor user
participant "Zoe\n<size:12>(shared state)" as Zoe
participant "Zoe\n<size:12>(instance state)" as ZoeInstance
participant ZCF
participant contract
== making invitations ==
contract -> ZCF : makeInvitation(handler, desc, ...)
ZCF -> ZCF : handle = storeOfferHandler(handler)
ZCF -> Zoe : makeInvitation(handle,desc,...)
ZCF /- Zoe : <font color=gray><size:12>invitation
contract /- ZCF : <font color=gray><size:12>invitation
note bottom
The invitation might be returned via a public facet,
or from a method on a seat, or some other way.
end note
== making an offer ==
user -> Zoe : E(zoe).offer(invitation,\nproposal, payment, ...)
Zoe -> Zoe : find instance from invitation\nburn invitation\nvalidate acceptingOffers()\nclean proposal\ndeposit Payments
Zoe -> ZoeInstance : makeUserSeat()
ZoeInstance -> ZoeInstance :make:\n offefResultPromiseKit\n exitObjPromiseKit\n seatHandle
ZoeInstance -> ZoeInstance : { userSeat, zoeSeatAdmin } =\n makeSeatAdminKit(alloc, proposal, promises, ...)
ZoeInstance -> ZoeInstance : store zoeSeatAdmin
ZoeInstance -> ZCF : handleOffer(invitation, seatData)
ZCF -> ZCF : makeZcfSeat()
ZCF -> contract : handler(zcfSeat, offerArgs)
contract -> contract : whatever
ZCF -> ZCF : make offerResultPromiseKit
ZCF -> ZCF : exitObj = makeExitObj()
ZoeInstance /- ZCF : <font color=gray><size:12>offerResultPromise, exitObj
user /- ZoeInstance : <font color=gray><size:12>userSeat
ZCF /- contract : <font color=gray><size:12>offerResult, exitObj
ZCF -> ZCF : wait for result, then\n resolve promise or fail seat
ZCF -> ZoeInstance : <font color=gray><size:12>promise resolution
ZoeInstance -> ZoeInstance : resolvePromises or throw()
== creating empty seats ==
contract -> ZCF : makeEmptySeatKit()
ZCF -> ZCF : promise = makePromiseKit
ZCF -> ZCF : seatHandle = makeSeatHandle()
ZCF -> ZCF : makeZcfSeat({}, {}, seatHandle)
ZCF -> ZCF : exitObj = makeExitObj({}, handle)
ZCF -> ZoeInstance : makeNoEscrowSeat({}, {}, exitObj, seatHandle)
ZCF -> contract : <font color=gray><size:12>{ zcfSeat, userSeat: promise }
ZoeInstance -> ZoeInstance : { userSeat, notifier, zoeSeatAdmin } =\n makeSeatAdminKit(alloc, proposal,\n promises, ...)
ZoeInstance -> ZoeInstance : store zoeSeatAdmin
ZCF /- ZoeInstance : <font color=gray><size:12>useSeat, notifier
ZCF -> ZCF : <font color=gray>resolve userSeat promise
@enduml | false | true | false | false | usecase |
1c1ea8c98101daa5fd3465f1ccc52802646aedcb | f563631a7a9f473bb8a6a53ed87ab80cd9cd9d86 | /Assets/Scripts/plantuml/IDestroyable.puml | 8d7f9865d90f3ed0a7fc9f612269772996ccc085 | [] | 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 | 107 | puml | @startuml
interface IDestroyable {
Destroy() : void
}
interface IMovable {
Move() : void
}
@enduml
| false | true | false | false | sequence |
07acedf5eef115144c2bbc1c284c239cb6e5cbdc | 644b7bb773b84596a2de4d31a0603284d9562e56 | /Solidity/Contracts/Student.iuml | b65cf9271bcd2150ce588cfafff5109eae2381df | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 705 | iuml | @startuml
class Student #87FF95 {
- course: Course
- examList: Exam [0...*]
__modifiers__
confirmedStudent
byCorrectProfessor(_ofExam: uint)
notEnrolled(_index: uint)
enrolled(_index: uint)
withoutValuation(_index: uint)
__
+ Student(_name: bytes32, _surname: bytes32, _publicAddress: address, _course: Course)
+@ getCourseContract(): Course
+@ getExamNumber(): uint
+@ getExamContractAt(_index: uint): Exam
+@ getExamSubscriptionAt(_index: uint): bool
+@ getExamValuationAt(_index: uint): uint8
+ enrollToOptionalExam(_index: uint) {onlySubject, notEnrolled(_index: uint)}
+ registerValuation(_exam: uint, _valuation: uint8) {withoutValuation(_index: uint)}
+ getIndexOfExam(exam: Exam): uint
}
@enduml
| false | true | false | false | class |
1bf7321891c2dbfe3c0cce66db6ee3fbb7b17dfe | b38111eb786f53dcb6068d0f6b24e85df757a988 | /_documentation/login/LoginUC.puml | ae483c6c089b3695977a37849e6f94c3015a80f0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Java-Publications/vaadin-v10-issuetracker | eb7381036ec54eb774617c7178192e07b477167b | 4aeb02407357150dfc8bedab9cf0ed3e199cfb7f | refs/heads/master | 2020-03-27T00:01:32.922322 | 2018-12-17T20:34:02 | 2018-12-17T20:34:02 | 145,587,126 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,051 | puml | @startuml
:Main Admin: as Admin
(Use the application) as (Use)
User -> (Start)
User --> (Use)
Admin ---> (Use)
note right of Admin : This is an example.
note right of (Use)
A note can also
be on several lines
end note
note "This note is connected\nto several objects." as N2
(Start) .. N2
N2 .. (Use)
[First component]
[Another component] as Comp2
component Comp3
component [Last\ncomponent] as Comp4
Comp2 --> Comp3
Comp2 --> (Use)
@enduml
@startuml
[First component]
[Another component] as Comp2
component Comp3
component [Last\ncomponent] as Comp4
Comp2 --> Comp3
@enduml
@startuml
[*] --> LoginView : Authorization
LoginView --> Denied : Aborted
Denied --> LoginView
LoginView -right-> Accepted : Succeeded
Accepted --> CheckRoles
CheckRoles --> CreateMainLayout
CreateMainLayout --> UI
state UI {
[*] --> Issues : Role:Developer
[*] --> Project : Role:Developer
[*] --> Administration : Role:Administration
state Administration {
[*] --> Usermanagement
Usermanagement --> [*]
[*] --> Logging
Logging --> [*]
}
}
@enduml | false | true | false | false | sequence |
471f5fa06e01dd065ea84f7963fe31eeb473dc13 | 6be429de87ec8c6f7defa17b53ff905256efe7de | /uml/BindView-Proxy.puml | d2e6898349709035540dbe1ebf2009449dd14998 | [
"Apache-2.0"
] | permissive | REBOOTERS/APT-Lite | baaaecdcd7c6a27dd74f115b21f17cfa38d60a00 | d87a955aeacf5948a690d14158004fde1ca26423 | refs/heads/master | 2021-06-04T02:19:36.240195 | 2021-05-25T15:51:12 | 2021-05-25T15:51:12 | 132,547,708 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 998 | puml | @startuml
class ResModel {
}
class BindCreatorProxy {
- mStringElementMap:HashMap<String,VariableElement>
- mResModelVariableElementMap:HashMap<ResModel, VariableElement>
+ putElement(String string, VariableElement element)
+ putElement(ResModel string, VariableElement element)
+ generatorJavaCode():TypeSpec
}
abstract class AbstractProcessor
abstract class BaseProcessor {
+ getSupportedSourceVersion()
+ init()
}
class BindViewProcessor {
+ getSupportedAnnotationTypes(): Set<String>
+ process()
- assembleAnnotations()
- processAnnotations()
- getBindViewResId()
- genCodeAuto()
}
BindViewProcessor -up-|> BaseProcessor : extends
BaseProcessor -up-|> AbstractProcessor : extends
BindCreatorProxy <.. BindViewProcessor : dependence
BindCreatorProxy *--up- ResModel : composition
BindViewProcessor *--left- BindView : composition
BindViewProcessor *--right- BindString : composition
annotation BindView
annotation BindString
@enduml | false | true | false | false | class |
48cc2258f5edadeddc05f56c3f412ccb28a09969 | 9a147032779c8cb2ac01e7455c6e49527fc7a50a | /pi_control/uml/use-case.plantuml | 2c830fb8509e18edf3811b0e560bdf07aefa2591 | [] | no_license | better-live-movement/concepts | fc7304a21af6ba685ab81cf42e5e4184b82b9737 | 0d93fd0d5a7c9f2f3c265396a4eb5c88d3689c26 | refs/heads/master | 2021-01-23T05:03:54.862933 | 2020-06-14T15:57:08 | 2020-06-14T15:57:08 | 86,271,153 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 247 | plantuml | @startuml
skinparam packageStyle rectangle
left to right direction
actor user
rectangle pi-control {
user --> (authenticate)
user --> (add command)
user --> (edit command)
user --> (execute command)
user --> (remove command)
}
@enduml
| false | true | false | false | usecase |
f2f5200401b6201bf277fb56846624a761b9fe29 | 0926695dd01767d6bc7be34e7b71b89d5481462d | /diagrama1.puml | 2d0b43b3d40d69e70c64c1a1d473b0a49401fd94 | [] | no_license | rastaman10/PCV06-20 | 74d7e849654475f91afb1acf4d9ff84a8b8606ca | 1179ce815dfb770c587f40b93f3cc6c95bf81d78 | refs/heads/master | 2022-07-18T15:36:56.834310 | 2020-05-13T18:06:52 | 2020-05-13T18:06:52 | 263,705,079 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,055 | puml | @startuml
skinparam sequenceParticipant underline
hide footbox
actor "Cliente" as Cliente
boundary ":Interfaz Pedido" as A
control ":Controlador Pedido" as B
entity ":Entidad Pedido" as C
control ":Controlador Producto" as D
entity ":Entidad Producto" as E
activate Cliente
Cliente -> A: 1:Realizar Pedido
activate A
activate B
A -> B: 1.1:Introducir Direccion
A -> B: 1.2:Iniciar Pedido
activate D
B -> D: 1.2.1: Listar Productos
activate E
D -> E: 1.2.1.1: Recuperar Productos
E --> D: 1.2.1.2: Lista Productos
deactivate E
D --> B: 1.2.2: Lista Productos
deactivate D
B -> A: 1.2.3: Mostrar Productos
Cliente -> A: 2:Seleccionar Producto
deactivate B
activate D
A -> D: 2.1: Recuperar Datos Producto
activate E
D -> E: 2.1.1: Recuperar Datos
E --> D: 2.1.2: Datos Producto
deactivate E
D -> A: 2.1.3: Mostrar Datos Producto
Cliente -> A: 3: Confirmar Seleccion
A -> B: 3.1: Confirmar Pedido
activate B
B -> C: 3.1.1: Regristar Pedido
activate C
C --> B: 3.1.2: ID Pedido
deactivate C
B -> A: 3.1.3: Muestra ID
deactivate B
deactivate A
@enduml | false | true | false | false | sequence |
879ea96ef71fb33a4d8fbff6b1e5f4066993c238 | f12b4399be4e798f07f13bb5e4567462c1a99ffa | /diagrams/chess-domain-model.puml | 8a57304a1e98cab311b747736b105cd5f84cd62b | [] | no_license | Master-Desarrollo-20-21/ejercicio-4-ajedrez-polimorfismo-ferllop | d737e2a6df89c65a79373124f613aa9fb571fd0c | cb2266b0905e104d2fc2b1440b6d0648294796fb | refs/heads/main | 2023-01-14T17:46:54.255142 | 2020-11-12T16:47:30 | 2020-11-12T16:47:30 | 311,715,946 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 838 | puml | @startuml
title Chess Domain Model
Chess *-- Turn
Chess *-- "2" Player
Chess *-- Board
Turn --> "2" Player
Player --> Board
Player *-- Color
Player *-- King
Player *-- Queen
Player *-- "2" Bishop
Player *-- "2" Knight
Player *-- "2" Rook
Player *-- "8" Pawn
Player ..> "*" Movement
Player o-- Goal
Color <|-- Black
Color <|-- White
Board o-- "32" Piece
Board *-- "8x8" Square
Square o-- "0..1" Piece
Piece <|-- Pawn
Piece <|-- Rook
Piece <|-- Knight
Piece <|-- Bishop
Piece <|-- Queen
Piece <|-- King
Piece *-- Movement
Goal ..> toOpponentSquare
Goal ..> King
Movement *-- Destination
Movement *-- Direction
Movement *-- Quantity
Destination <|-- toFreeSquare
Destination <|-- toOpponentSquare
Direction <|-- Horizontal
Direction <|-- Vertical
Direction <|-- Diagonal
Direction <|-- L
Quantity <|-- One
Quantity <|-- Many
@enduml | false | true | false | false | class |
511190bd2522abd4babe739baa0d3cee5dbf8c3f | bfd8032b0bf8d6944d7e085de323f4cf3136bf98 | /class.puml | 2d869753ab7fcd1fa813e8cc7391dd4c04bdc796 | [] | no_license | Team-shooting/shooting-game | d1b12cd557f554f533ea3e87b6c1f4a86f715af8 | 55569fe8b28289f7b55b4e93688043ef8bfc4052 | refs/heads/master | 2021-01-21T14:44:43.946939 | 2017-10-07T12:56:41 | 2017-10-07T12:56:41 | 95,332,161 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,278 | puml | @startuml
package singleton {
class Camera
}
class System {
+ run()
}
class FpsCtrl {
- fps
+ update()
+ delay()
}
class Game {
+ initialize()
+ update()
+ draw()
+ finalize()
}
class Board
class Actor_ {
- life
- image
- position
- velocity
+ initialize()
+ update()
+ draw()
+ finalize()
- move()
+ down_life()
+ is_dead()
+ get_pos()
}
class ActorMgr {
+ initialize()
+ update()
+ draw()
+ finalize()
- hit_test()
- kill_chara()
}
class CharaBase {
- shoot()
}
class Player {
- power
- power_up()
}
class Enemy {
}
class BossEnemy {
- hp
- down_hp()
}
class Bullet {
- type
- shade
}
class Factory {
+ create()
- create_product()
}
class MoverFactory
class MoverBase {
+ move()
}
class Mover
Actor_ <|-- CharaBase
Actor_ <|-- Bullet
CharaBase <|-- Player
CharaBase <|-- Enemy
CharaBase <|-- BossEnemy
MoverBase <|-- Mover
Factory <|-- MoverFactory
System o-- Game
System o-- FpsCtrl
Game o-- Board
Game o-- ActorMgr
ActorMgr o-- Player
ActorMgr o-- Enemy
ActorMgr o-- BossEnemy
ActorMgr o-- Bullet
Enemy o-- Mover
BossEnemy o-- Mover
Bullet o-- Mover
MoverBase <-- Factory : create
Mover <-- MoverFactory : craete
@enduml | false | true | false | false | class |
d4d773f4b946d881be10b229ea5d1d2756b057ff | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/creation-singleton-pattern/src/main/resources/static/diagram.puml | ff07e179faab70841f2dd900fdc0ba9a85388cb3 | [] | no_license | sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005870 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 104 | puml | @startuml
class Singleton {
-Singleton instance
-Singleton()
+Singleton getInstance()
}
@enduml | false | true | false | false | class |
ec472685560c3e5b96ec348f3b334d3017170fd0 | c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac | /docs/uml-class-diagrams/database/production/DatabaseCommManagerImplementation/DatabaseCommManagerImplementation.puml | cb7f4ea23d50e1a19c84d9d9ade798eb16ef13c2 | [] | no_license | Slackjaw1431/csi-3370-software-project | 79666760712ee4625bea3daea48c7072e7826465 | af44ad1066695e4f9eff74eda79cebef3ad2b1af | refs/heads/main | 2023-03-23T23:03:17.404846 | 2021-03-17T18:52:02 | 2021-03-17T18:52:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 564 | puml | @startuml DatabaseCommManagerImplementation
package edu.oakland.production.database {
class DatabaseCommManagerImplementation {
- DatabasePersistentStorage dps
__
+ DatabaseCommManagerImplementation(DatabasePersistentStorage dps)
.. Use Case 1 ..
+ int passGetRfidRequest()
+ LocationDataPoint passGetLocationDataPointRequest(int offset)
+ TrackData passGetTrackDataRequest(int offset)
+ void passStoreTrackDataRequest(TrackData trackData)
+ String passGetModeRequest()
}
}
@enduml
| false | true | false | false | class |
84f2df3f8afb355a6f9dac219cf40bc403e437c5 | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintD/US/US2/US2_SD_IndexALT.puml | 4a51ed97a77025185eb0721bd675c804d8da00ad | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 273 | puml | @startuml
autonumber
'hide footbox
participant ":UpdateClientController" as UCC
participant ":Client" as CL
activate UCC
UCC -> CL : setAddress(address)
activate CL
UCC -> CL : setName(data)
UCC -> CL : setPhoneNumber(data)
UCC -> CL : setSex(data)
@enduml | false | true | false | false | sequence |
87c58e12c742820dc3ae68cf01c3129c5d619a6d | 0b2980d77fe9c1f050178d10c60db7029f05e27e | /src/general/start.plantuml | 84a14984446fbec2fb3f416a8386c0d77016b298 | [] | no_license | vitaliakhokhlova/POE_Java | b88568da7aee976935870eeba5a22c3e4fa17b12 | 7a1ce69a81c34a375890c565413a66e8a5df650f | refs/heads/master | 2020-03-21T13:15:24.153321 | 2018-08-31T15:04:57 | 2018-08-31T15:04:57 | 138,595,700 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,274 | plantuml | @startuml
title __START's Class Diagram__\n
package com.formation.start {
class Cours_2018_06_26 {
{static} + main()
{static} + somme()
{static} + max()
{static} + min()
{static} + mean()
{static} + getPrimeNumbers()
{static} + isPrime()
{static} + inverserString()
{static} + inverserInt()
}
}
package com.formation.start {
class TP_2018_06_18_Main {
{static} + main()
}
}
package com.formation.start {
class TP_2018_06_19_If {
{static} + main()
}
}
package com.formation.start {
class TP_2018_06_19_Println {
{static} + main()
}
}
package com.formation.start {
class TP_2018_06_20_Codes {
{static} + main()
}
}
package com.formation.start {
class TP_2018_06_20_Dessins {
{static} ~ p : String
{static} ~ s : String
{static} + main()
{static} ~ triangleRecursive()
{static} ~ premiereLigne()
}
}
package com.formation.start {
class TP_2018_06_21_Chaine {
{static} + main()
}
}
package com.formation.start {
class TP_2018_06_21_Interets {
{static} + main()
}
}
package com.formation.start {
class TP_2018_06_21_Switch {
{static} + main()
}
}
package com.formation.start {
class TP_2018_06_22 {
{static} + main()
{static} + sum()
{static} + min()
{static} + merge()
{static} + max()
{static} + roman()
}
}
package com.formation.start {
class TP_2018_06_22_MathExpression {
{static} + main()
{static} + calcul()
}
}
package com.formation.start {
class TP_2018_06_22_Matrices {
{static} + main()
}
}
package com.formation.start {
class TP_2018_06_25_PrimeNumbers {
{static} + main()
{static} + getPrimeNumbers()
{static} + isPrime()
{static} + factorial()
{static} + multiplication()
}
}
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 |
ccc4dd4909feb4b29e8e8881e415d26fcc96f1de | 45ae639aa80ed04376331845c991723cd984068d | /doc/architecture/images/08_XS2A_Embedded_Event_Service.puml | 7db549b61a56dce648b5e8ef634cd074ed037eed | [
"Apache-2.0"
] | permissive | ggiorkhelidze/xs2a | a1b3a8abc002d37f8ab03983cff572a9c22117b4 | f844081ac1c780eb95d5465a9603aa62787dc8b8 | refs/heads/develop | 2023-08-17T06:42:13.153059 | 2021-10-08T05:43:33 | 2021-10-08T05:43:33 | 329,286,507 | 0 | 0 | Apache-2.0 | 2021-01-13T11:28:29 | 2021-01-13T11:28:29 | null | UTF-8 | PlantUML | false | false | 398 | puml | @startuml
title Event workflow embedded mode
cloud "TPP"{
}
package "XS2A" {
[event-service-persist-api]
[event-service-xs2a-api]
}
database "Database"
queue "Queue"
folder "File system" AS FS
TPP --> XS2A
[event-service-xs2a-api] --> [event-service-persist-api]
[event-service-persist-api] --> Database
[event-service-persist-api] --> Queue
[event-service-persist-api] --> FS
@enduml
| false | true | false | false | sequence |
483c95277ac74471b6dc6699c3fc358c113cc685 | 76cd9c5a65bcc30dfb913e149a76bec870952e91 | /uml/GenericJPAImpl.puml | 189dadd1bb3ed036f8a657f83aada50826ab3909 | [] | no_license | GPS-A-D-2105/API-PERSISTENCIA | fe16df84af6deb3cc24c7f3118dcf6b1589798a2 | 7a941becbb0b5ee142d3c48fd397b605d4632e7b | refs/heads/master | 2021-01-10T17:33:21.427307 | 2015-12-08T07:23:58 | 2015-12-08T07:23:58 | 44,888,139 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 500 | puml | @startuml
abstract class GenericJPAImpl<E>{
-clase : Class<E>
-emf : EntityManagerFactory
-em : EntityManager
-{static}PERSISTENCE_UNIT : String
+persistir(E e) : boolean
+actualizar(E e) : boolean
+eliminar(E e) : boolean
+buscarPorId(Id id) : E
+buscarTodos(offset : int, limite : int) : List<E>
+buscarPorId(Id id) : E
+buscarPorRangos(offset : int, limite : int) : List<E>
+buscarTodos() : List<E>
+contar() : int
+cerrar() : void
}
@enduml | false | true | false | false | class |
c5b1f48163ad720cfc4a8ce02a0a8c34635085e8 | f884588fef2ce83bd0c1f74ddcb1cb3363faf9f5 | /planuml.puml | 3a9ef4fa8a8dc53dbf63395e59e681714a3edbb2 | [] | no_license | FloareDeMai/forumEnginePa | 53dd409a19cfa2c5749f3ec24f57ce2ca61e3193 | 8ef476c83d5f773f244591c34b66626283ab14e5 | refs/heads/main | 2023-06-11T23:14:50.915057 | 2021-06-29T11:54:15 | 2021-06-29T11:54:15 | 381,347,471 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 573 | puml | @startuml
class Forum {
-forumTitle : String
-listOfTopics : List<Topic>
+addTopic(Topic): void
}
abstract class Entry {
- id : UUID
-creationDate : LocalDate
-message : String
}
class Topic {
-topicTitle : String
-commentList : List<Comment>
-typeOfTopic : TypeOfTopics
+addComment(Comment) : void
+getAllModeratedComments () : List<Comment>
}
class Comment {
-isModerated : boolean
+ toggleCommentState() : void
}
enum TypeOfTopic {
REGULAR,
ANNOUNCEMENT,
NEWS
}
Forum o-- Topic
Topic o-- Comment
Topic -- TypeOfTopics
Entry <|-- Comment
Entry <|-- Topic
@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.