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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
221016ec9b3ad3f118ddcd2e9e0fe812d77e682f | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao3/UC5/UC5_SD.puml | cf81ebac2a7090a21fd4e31f77e0a395c2acd630 | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,074 | puml | @startuml
autonumber
actor "Gestor de Organização" as GEST
participant ":EspecificarColaboradorUI" as UI
participant ":EspecificarColaboradorController" as CTRL
participant "AplicacaoPOT" as _APP
participant "app\n:AplicacaoPOT" as APP
participant "sessao\n:SessaoUtilizador" as SESSAO
participant ":Plataforma" as PLAT
participant "ro\n:RegistoOrganizacoes" as RO #DeepSkyBlue
participant "org\n:Organizacao" as ORG
participant "lc\n:ListaColaboradores" as LC #DeepSkyBlue
participant "colab\n:Colaborador" as COLAB
activate GEST
GEST -> UI : inicia especificação de colaborador
activate UI
UI --> GEST : solicita dados do colaborador \n(nome,função,tlf,email)
deactivate UI
GEST -> UI : introduz os dados solicitados
activate UI
UI -> CTRL : novoColaborador(nome,funcao,tlf,email)
activate CTRL
CTRL -> _APP: app = getInstance()
activate _APP
deactivate _APP
CTRL -> APP: sessao = getSessaoAtual()
activate APP
deactivate APP
CTRL -> SESSAO: emailUtlz = getEmailUtilizador()
activate SESSAO
deactivate SESSAO
CTRL -> PLAT : ro = getRegistoOrganizacao()
activate PLAT
deactivate PLAT
CTRL -> RO: org = getOrganizacaoByEmailUtilizador(emailUtlz)
activate RO #DeepSkyBlue
deactivate RO
CTRL -> ORG : lc = getListaColaboradores()
activate ORG
deactivate ORG
CTRL -> LC: colab = novoColaborador(nome,funcao,tlf,email)
activate LC #DeepSkyBlue
LC --> COLAB **: create(nome,funcao,tlf,email)
deactivate LC
CTRL -> LC: validaColaborador(colab)
activate LC #DeepSkyBlue
deactivate LC
UI --> GEST : apresenta dados e solicita confirmação
deactivate ORG
deactivate PLAT
deactivate UI
deactivate CTRL
GEST -> UI : confirma
activate UI
UI -> CTRL: registaColaborador()
activate CTRL
CTRL -> LC: registaColaborador(colab)
activate LC #DeepSkyBlue
LC -> LC : validaColaborador(colab)
activate LC #DeepSkyBlue
deactivate LC
ref over PLAT, COLAB : UC5_SD_RegistarColaboradorComoUtilizador
LC -> LC: addColaborador(colab)
activate LC #DeepSkyBlue
deactivate LC
deactivate LC
UI --> GEST: informa do sucesso da operação
deactivate ORG
deactivate CTRL
deactivate UI
@enduml
| false | true | true | false | usecase |
d2d66b9b5dc20d905e308c8bed8e83c208096e8c | 76bd2393c8efc4ea4f00e604c0325b223e6c18d3 | /doc/QueueFuseable.puml | f540f7e37a0e3cb974708958027156ad388a935e | [] | no_license | suribada/RxJavaBook | 8d5dfae113d778982822adb30aa3659a6f3fa490 | a417aea43dae88f573d8a4121a60f339f008e689 | refs/heads/master | 2023-04-12T22:31:50.662032 | 2021-04-04T07:17:55 | 2021-04-04T07:17:55 | 106,604,606 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 110 | puml | @startuml
hide members
interface SimpleQueue
interface QueueFuseable
SimpleQueue <|-- QueueFuseable
@enduml | false | true | false | false | class |
c517fcb04fd38eb5ef96108721acb2be5dd13a1d | 71f991ceeedbb609fdc6461988fe0267d10e8bac | /uml/ui/Message.puml | d41ff1f66a105e794d98359f2b18f93d03b93762 | [] | no_license | CodyAdam/project__chatbot | 23d0ef12207fb0201258c288ee07872d957b1742 | afc0d8532f7a162d5b303b09fb41b345f4736697 | refs/heads/main | 2023-08-02T04:11:36.149644 | 2021-10-09T21:02:45 | 2021-10-09T21:02:45 | 415,371,853 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 186 | puml | @startuml
'https://plantuml.com/class-diagram
class Message(lang,msg,date,isUser) {
Language lang
String msg
String date
Boolean isUser
Img kiwi
TextBubble textBubble
Label d
}
@enduml | false | true | false | false | class |
85864a4a20257a93628491ca1b27676af6305259 | 2224a126b01b992d959a6bd54f2d1011a5ba4d70 | /src/main/java/pt/ipp/isep/dei/project/controllers/importgeoareasandsensorscontroller/SD_Ref_ImportGeoAreasFromJSON.puml | d7a33f858460f3f06577d19d37cd0e9bd97b5733 | [] | no_license | 1181687/hateoasToy | f7d5f6aeffe15f30adea325f40670f0e0b15cc35 | 0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375 | refs/heads/master | 2020-05-24T10:01:58.451415 | 2019-05-15T11:02:39 | 2019-05-15T11:02:39 | 187,203,481 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,450 | puml | @startuml
skinparam sequenceMessageAlign center
skinparam sequence {
ArrowColor Black
ActorBorderColor DarkBlue
LifeLineBorderColor black
LifeLineBackgroundColor LightGrey
ParticipantBorderColor Black
ParticipantBackgroundColor LightGrey
ParticipantFontStyle Bold
ActorBackgroundColor DimGrey
ActorFontColor DeepSkyBlue
ActorFontStyle Bold
ActorFontSize 17
ActorFontName Aapex
}
loop parseGeoArea
activate "JSONReader"
JSONReader -> "LocationMapper": 1- mapToDTO(latitude,longitude,altitude)
activate "LocationMapper"
"LocationMapper" --> JSONReader: 2- locationDTO
deactivate "LocationMapper"
JSONReader -> "GeographicalAreaMapper": 3- mapToDTO(id,description,\ntype,width,legth,locationDTO)
activate "GeographicalAreaMapper"
"GeographicalAreaMapper" -> ":GeographicalAreaDTO" : 3.1- create
activate ":GeographicalAreaDTO"
":GeographicalAreaDTO" --> "GeographicalAreaMapper": 3.2- geographicalAreaDTO
deactivate ":GeographicalAreaDTO"
"GeographicalAreaMapper" --> JSONReader: 4- geographicalAreaDTO
deactivate "GeographicalAreaMapper"
loop parseSensor
JSONReader -> "LocationMapper": 5- mapToDTO(latitude,longitude,altitude)
activate "LocationMapper"
"LocationMapper" --> JSONReader: 6- locationDTO
deactivate "LocationMapper"
JSONReader -> ":SensorDTO": 7- newSensorDTO()
activate ":SensorDTO"
":SensorDTO" --> JSONReader: 8- sensorDTO
deactivate ":SensorDTO"
"JSONReader" -> ":GeographicalAreaDTO" :9- addSensorDTO
end
end
@enduml | false | true | false | false | sequence |
d93e4e7e022b800a0a19c0df92325f4dbf24749d | d79d96c752a5329e7e03890377bd72632413cfc7 | /Zapravka Swing/src/org/orgname/app/ui/ui.plantuml | fd9900553b609a6f0f9083d757e79a95b00d55af | [] | no_license | NikKropotov/Zapravka-Swing-App | e38bae796a7ff4d7a35024233ef73d72e4554eff | f8286aa632de44fc700a0d9e9f94960c1cfa0eec | refs/heads/main | 2023-04-05T07:39:57.387545 | 2021-04-21T19:03:46 | 2021-04-21T19:03:46 | 315,711,828 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 12,689 | plantuml | @startuml
title __UI's Class Diagram__\n
namespace org.orgname.app {
namespace ui {
class org.orgname.app.ui.AccountInfo {
- accountInfoArea : JTextArea
- backButton : JButton
- exitButton : JButton
- firmButton : JButton
- fuelButton : JButton
- gasButton : JButton
- historyTable : JTable
- histoyTableModel : DefaultTableModel
- mainContent : JPanel
- mainPanel : JPanel
- margin2Label : JLabel
- marginLabel : JLabel
- navMenu : JPanel
- statisticButton : JButton
- tableScrollPane : JScrollPane
+ AccountInfo()
+ getFormHeight()
+ getFormWidth()
+ initUserData()
- back()
- initButtton()
- initProperties()
- initTable()
- initUserType()
- loadTableData()
}
}
}
namespace org.orgname.app {
namespace ui {
class org.orgname.app.ui.AuthontifForm {
- enterButton : JButton
- enterPanel : JPanel
- forgotPassword : JButton
- loginField : JTextField
- loginLabel : JLabel
- mainPanel : JPanel
- mainTitle : JLabel
- marginLabel : JLabel
- passwordField : JPasswordField
- passwordLabel : JLabel
- regButton : JButton
- regPanel : JPanel
- regText1 : JLabel
- regText2 : JLabel
- regTitleLabel : JLabel
+ AuthontifForm()
+ getFormHeight()
+ getFormWidth()
- initButtons()
- initProperties()
}
}
}
namespace org.orgname.app {
namespace ui {
class org.orgname.app.ui.FirmForm {
- accountButton : JButton
- firmButton : JButton
- firmList : JList
- firmListModel : DefaultListModel<String>
- firmListScroll : JScrollPane
- fuelButton : JButton
- gasButton : JButton
- logoLabel : JLabel
- mainContent : JPanel
- mainLabe : JLabel
- mainPanel : JPanel
- marginLabel : JLabel
- navMenu : JPanel
- searchField : JTextField
- statisticButton : JButton
+ FirmForm()
+ getFormHeight()
+ getFormWidth()
- initButtton()
- initList()
- initProperties()
- initUserType()
}
}
}
namespace org.orgname.app {
namespace ui {
class org.orgname.app.ui.ForgotPassword {
- enterButton : JButton
- enterPanel : JPanel
- enterTitle : JLabel
- loginField : JTextField
- loginLabel : JLabel
- mainPanel : JPanel
- mainTitle : JLabel
- marginLabel : JLabel
- passwordField : JPasswordField
- passwordField2 : JPasswordField
- passwordLabel : JLabel
- regPanel : JPanel
- textLabel : JLabel
- updatePasswordButton : JButton
+ ForgotPassword()
+ getFormHeight()
+ getFormWidth()
- initButtons()
- initProperties()
}
}
}
namespace org.orgname.app {
namespace ui {
class org.orgname.app.ui.FuelMark {
- accountButton : JButton
- amountField : JTextField
- backButton : JButton
- deleteFuelButton : JButton
- editFuelButton : JButton
- firmButton : JButton
- fuelArea : JTextArea
- fuelButton : JButton
- fuelTable : JTable
- fuel_name : String
- gasButton : JButton
- gas_name : String
- mainContent : JPanel
- mainPanel : JPanel
- mathButton : JButton
- navMenu : JPanel
- price : String
- priceLabel : JLabel
- rowIndex : int
- scoreLabel : JLabel
- statisticButton : JButton
- table2Model : CustomTableModel<FuelEntity>
- tableScrollPane : JScrollPane
- totalLabel : JLabel
+ FuelMark()
+ getFormHeight()
+ getFormWidth()
+ getTableModel()
- initButtton()
- initProperties()
- initScore()
- initTable()
- initUserType()
}
}
}
namespace org.orgname.app {
namespace ui {
class org.orgname.app.ui.MainForm {
- JScrollFuelPanel : JScrollPane
- accountButton : JButton
- addFuelsButton : JButton
- firmButton : JButton
- fuelButton : JButton
- fuelTextArea : JTextArea
- fuelsTable : JTable
- gasButton : JButton
- logoLabel : JLabel
- mainContent : JPanel
- mainLabe : JLabel
- mainPanel : JPanel
- navMenu : JPanel
- searchField : JTextField
- statisticButton : JButton
- tableModel : CustomTableModel<FuelEntity>
- tableScrollPane : JScrollPane
+ MainForm()
+ getFormHeight()
+ getFormWidth()
+ getTableModel()
- initButtton()
- initProperties()
- initTable()
- initUserType()
}
}
}
namespace org.orgname.app {
namespace ui {
class org.orgname.app.ui.RegistrationForm {
- enterButton : JButton
- enterPanel : JPanel
- enterTitle : JLabel
- loginLabel : JLabel
- mainPanel : JPanel
- marginLabel : JLabel
- nameLabel : JLabel
- passwordLabel : JLabel
- phoneLable : JLabel
- regTitle : JLabel
- reg_loginField : JTextField
- reg_name_surnameField : JTextField
- reg_passwordField : JPasswordField
- reg_phoneField : JTextField
- registrationButton : JButton
- registrationPanel : JPanel
- text2Label : JLabel
+ RegistrationForm()
+ getFormHeight()
+ getFormWidth()
- back()
- initButtons()
- initProperties()
}
}
}
namespace org.orgname.app {
namespace ui {
class org.orgname.app.ui.StationForm {
- accountButton : JButton
- firmButton : JButton
- fuelButton : JButton
- gasButton : JButton
- logoLabel : JLabel
- mainContent : JPanel
- mainLabe : JLabel
- mainPanel : JPanel
- marginLabel : JLabel
- navMenu : JPanel
- searchField : JTextField
- stationList : JList
- stationListModel : DefaultListModel<String>
- stationListScroll : JScrollPane
- statisticButton : JButton
+ StationForm()
+ getFormHeight()
+ getFormWidth()
- initButtton()
- initList()
- initProperties()
- initUserType()
}
}
}
namespace org.orgname.app {
namespace ui {
class org.orgname.app.ui.StatisticForm {
- accountButton : JButton
- backButton : JButton
- comboBox : JComboBox<String>
- firmButton : JButton
- fuelButton : JButton
- gasButton : JButton
- logoLabel : JLabel
- mainContent : JPanel
- mainLabe : JLabel
- mainPanel : JPanel
- navMenu : JPanel
- statTable : JTable
- statisTableModel : DefaultTableModel
- statisticButton : JButton
- tableScrollPane : JScrollPane
+ StatisticForm()
+ getFormHeight()
+ getFormWidth()
+ getStatisTableModel()
- initButtton()
- initComboBox()
- initProperties()
- initTable()
- initUserType()
- loadTableData()
- loadTableDataByDate()
}
}
}
namespace org.orgname.app {
namespace ui {
class org.orgname.app.ui.addFuelSubForm {
- addFuelButton : JButton
- amountField : JTextField
- comboBox1 : JComboBox<String>
- firmField : JTextField
- fuel_codeField : JTextField
- fuel_typeField : JTextField
- mainPanel : JPanel
- marginLabel : JLabel
- priceField : JTextField
- unitField : JTextField
+ addFuelSubForm()
+ getFormHeight()
+ getFormWidth()
- initButtons()
- initComboBox()
- initProperties()
}
}
}
namespace org.orgname.app {
namespace ui {
class org.orgname.app.ui.editFuelSubFrom {
- amountField : JTextField
- comboBox1 : JComboBox<String>
- editFuelButton : JButton
- firmField : JTextField
- fuel_codeField : JTextField
- fuel_typeField : JTextField
- idFuelField : JTextField
- mainPanel : JPanel
- marginLabel : JLabel
- priceField : JTextField
- unitField : JTextField
+ editFuelSubFrom()
+ getFormHeight()
+ getFormWidth()
- initButtons()
- initFields()
- initProperties()
}
}
}
org.orgname.app.ui.AccountInfo -up-|> org.orgname.app.util.BaseForm
org.orgname.app.ui.AccountInfo o-- org.orgname.app.database.manager.DailySaleEntityManager : dailySaleEntityManager
org.orgname.app.ui.AccountInfo o-- org.orgname.app.database.entity.UserEntity : user
org.orgname.app.ui.AuthontifForm -up-|> org.orgname.app.util.BaseForm
org.orgname.app.ui.AuthontifForm o-- org.orgname.app.database.manager.UserEntityManager : userEntityManager
org.orgname.app.ui.FirmForm -up-|> org.orgname.app.util.BaseForm
org.orgname.app.ui.FirmForm o-- org.orgname.app.database.manager.FirmEntityManager : firmEntityManager
org.orgname.app.ui.FirmForm o-- org.orgname.app.database.entity.UserEntity : user
org.orgname.app.ui.ForgotPassword -up-|> org.orgname.app.util.BaseForm
org.orgname.app.ui.ForgotPassword o-- org.orgname.app.database.manager.UserEntityManager : userEntityManager
org.orgname.app.ui.FuelMark -up-|> org.orgname.app.util.BaseForm
org.orgname.app.ui.FuelMark o-- org.orgname.app.database.entity.FuelEntity : fuelEntity
org.orgname.app.ui.FuelMark o-- org.orgname.app.database.manager.FuelEntityManager : fuelEntityManager
org.orgname.app.ui.FuelMark o-- org.orgname.app.database.entity.UserEntity : user
org.orgname.app.ui.MainForm -up-|> org.orgname.app.util.BaseForm
org.orgname.app.ui.MainForm o-- org.orgname.app.database.entity.FuelEntity : fuelEntity
org.orgname.app.ui.MainForm o-- org.orgname.app.database.manager.FuelEntityManager : fuelEntityManager
org.orgname.app.ui.MainForm o-- org.orgname.app.database.manager.StationEntityManager : stationEntityManager
org.orgname.app.ui.MainForm o-- org.orgname.app.database.entity.UserEntity : user
org.orgname.app.ui.RegistrationForm -up-|> org.orgname.app.util.BaseForm
org.orgname.app.ui.RegistrationForm o-- org.orgname.app.database.manager.UserEntityManager : userEntityManager
org.orgname.app.ui.StationForm -up-|> org.orgname.app.util.BaseForm
org.orgname.app.ui.StationForm o-- org.orgname.app.database.manager.StationEntityManager : stationEntityManager
org.orgname.app.ui.StationForm o-- org.orgname.app.database.entity.UserEntity : user
org.orgname.app.ui.StatisticForm -up-|> org.orgname.app.util.BaseForm
org.orgname.app.ui.StatisticForm o-- org.orgname.app.database.manager.DailySaleEntityManager : dailySaleEntityManager
org.orgname.app.ui.StatisticForm o-- org.orgname.app.database.manager.FuelEntityManager : fuelEntityManager
org.orgname.app.ui.StatisticForm o-- org.orgname.app.database.entity.UserEntity : user
org.orgname.app.ui.addFuelSubForm -up-|> org.orgname.app.util.BaseSubForm
org.orgname.app.ui.addFuelSubForm o-- org.orgname.app.database.entity.FuelEntity : fuelEntity
org.orgname.app.ui.addFuelSubForm o-- org.orgname.app.database.manager.FuelEntityManager : fuelEntityManager
org.orgname.app.ui.editFuelSubFrom -up-|> org.orgname.app.util.BaseSubForm
org.orgname.app.ui.editFuelSubFrom o-- org.orgname.app.database.entity.FuelEntity : fuelEntity
org.orgname.app.ui.editFuelSubFrom o-- org.orgname.app.database.manager.FuelEntityManager : fuelEntityManager
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 |
483b23446beb39a7d67d67098f11ac0e748c2f0d | 80e2fa90b879f10a582396aa28d98767110fcba9 | /src/main/java/AdapterPattern/Adapter_object.puml | d049685b8c71a0a9eeedb0425e04c172e59df065 | [] | no_license | zhutianpeng/design-pattern-example | c964ff1c71a023e32bc5abe68182f704ce61c56e | 5b8603ce4fa9e39369429ab8b432b7605f00b620 | refs/heads/master | 2020-08-23T10:32:34.781374 | 2019-11-04T15:32:05 | 2019-11-04T15:32:05 | 216,596,581 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 204 | puml | @startuml
class client{
}
class Target{
+method1()
+method2()
}
class Adapter{
+method1()
+method2()
}
class Adaptee{
+method1()
}
Target <|.. Adapter
Adaptee<-- Adapter
client .right.> Target
@enduml | false | true | false | false | class |
a8f0c00d110de606647ce693be7aa29db6bcb064 | 1cade460992b4f6a84869ccb1f68fe39249a9ef4 | /Sequence Diagram.puml | 3daef101318a8828b1c0310ed8f6d2ceca667b31 | [] | no_license | stamaliah/plantuml | 9d47b3a7f925de254136bb5137aa28642b876d36 | 3b81f9820068bdf43ed7a75b706281a0c05fce31 | refs/heads/master | 2022-11-05T04:24:49.441607 | 2020-06-16T13:24:37 | 2020-06-16T13:24:37 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 422 | puml | @startuml SequenceDiagram
actor Customer
participant App
database Database
actor Cheff
Customer -> App :start()
App -> Database :getMenu()
App <-- Database :Category, Name, Price
Customer -> App :chooseMenu([name])
Customer -> Database :insertOrder()
Customer <- App :displayBill()
Customer -> App :pay()
App -> Database :getOrder()
App <-- Database :Order, Table
App -> Cheff :displayOrder()
@enduml | false | true | false | false | usecase |
100a7ad36cd0b81cdf305377bc0a22b89f8aa99e | 5e25020f21c4bac590768e30fdc2d8f99a835775 | /src/sequence_taxonomy.puml | 481dd0bd404c4a3b6f9f5b4b181b35bc94da37b5 | [] | no_license | 4less/krakenprot | 0b803cc28e08d9d3245cf24be90477328ca3d3eb | 7d97b18e6a96083905503dceccdd84bd2e3757f8 | refs/heads/master | 2020-08-02T20:17:46.713147 | 2019-09-30T13:04:20 | 2019-09-30T13:04:20 | 211,494,423 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,967 | puml | @startuml
left to right direction
skinparam linetype ortho
package taxonomy {
class Taxon {
int taxonId;
TAXONOMIC_RANK rank;
Taxon parent;
List<Taxon> children;
}
class NCBITaxonomy {
Taxon getLCA(Taxon rt1, Taxon t2);
Taxon getTaxon(int taxid);
}
enum TAXONOMIC_RANK {
Species
Genus
...
}
}
package sequence {
package encoding {
interface IEncoding {
String getEncodingString();
long kmerToLong(String kmer);
String longToKmer(long kmer, int k);
String reduce(String sequence);
char reduce(char aa);
char[] getAlphabet();
}
class Encoding implements IEncoding {
encoding: String
bit: int
}
}
interface FastxReader {
reader: BufferedReader
FastxRecord readRecord();
}
abstract class FastxRecord {
header: String
sequence: String
String getHeader()
String getSequence()
}
class Translation {
{static} char[][] extract6ReadingFrames(char[] read)
}
class FastaRecord extends FastxRecord
class FastqRecord extends FastxRecord
class BufferedFastaReader implements FastxReader
class BufferedFastqReader implements FastxReader
}
package assessment {
class IndexAssessment
class IndexAssessmentTask {
taxonomy: NCBITaxonomy
index: IndexLoader
accession: AccessionMap
reader: FastxReader
k: int
encoder: IEncoding
counter: TaxonCounterTree
}
IndexAssessment o-- IndexAssessmentTask
}
package statistics {
class OutputStatistics
class ClassificationLine
}
FastxReader --> FastxRecord
ClassificationLine --o OutputStatistics
BufferedFastaReader --> FastaRecord
BufferedFastqReader --> FastqRecord
Taxon --o NCBITaxonomy
TAXONOMIC_RANK --o Taxon
@enduml | false | true | false | false | class |
2f14bfbea02074c8bad7cb14c28e8a1ffecc561e | d08d05b3a0e86bc169ce6c67913cfe2e68c8da8e | /docs/jugg.puml | 69fbf637f393e6072f99d1a9fde68f704fe26e12 | [
"MIT"
] | permissive | XhinLiang/jugg | 29570163a7379fdfadacb5f68ae9046ef585934f | 33cc20d5caf98a600445241afc176c00000d4f8a | refs/heads/master | 2022-12-11T19:18:08.937500 | 2019-05-02T11:22:40 | 2019-05-02T11:22:40 | 174,797,826 | 18 | 3 | MIT | 2022-12-03T01:30:47 | 2019-03-10T08:38:23 | Java | UTF-8 | PlantUML | false | false | 819 | puml | @startuml
actor "WebSocketClient" as client
actor "JuggWebSocketServer" as server
database "Custom Handlers" as customHandlers
database "EvalHandler" as evalHandler
database "EvalKiller" as evalKiller
database "Ognl Parser" as ognlParser
client -> server : connect WebSocket
client -> server : send plain text message
server -> server : wrap message as JuggCommandContext
server -> customHandlers : call customize handlers
opt
customHandlers -> server: customize handler intercept the request and return a response
server -> client : return
end
customHandlers -> evalHandler: call evalHandler
evalHandler -> evalKiller: call evalKiller
evalKiller -> ognlParser: call OGNL parser
ognlParser -> evalKiller: return
evalKiller -> evalHandler: return
evalHandler -> server: return
server -> client: return
@enduml
| false | true | false | false | sequence |
bbceeedebc8f70a0c87f3478c974dfe753bc8e67 | 63d05a2d8db31272352bb47eaf1981b74093b719 | /uml/neutron/ml2/security_group/create_security_group_rule.puml | a0b4bdf641d96a44b4cd6ea26e4b5633c9490e71 | [
"Apache-2.0"
] | permissive | ChaosXu/dragonflow | b0635a237ed48d9741c1bb4d5ebbc17a5f5d815c | e497928bc34269bcecc7ea4488f22b5c98b972dc | refs/heads/master | 2020-05-05T09:33:07.999625 | 2019-04-25T11:07:00 | 2019-04-25T11:07:00 | 179,908,580 | 0 | 0 | null | 2019-04-07T02:18:32 | 2019-04-07T02:18:32 | null | UTF-8 | PlantUML | false | false | 492 | puml | @startuml create security_group
Neutron->DFMechDriver:create_security_group_rule
activate DFMechDriver
note over DFMechDriver
sg_rule = kwargs['security_group_rule']
sg_id = sg_rule['security_group_id']
context = kwargs['context']
end note
DFMechDriver->core_plugin:sg = get_security_group(context, sg_id)
DFMechDriver->neutron_secgroups:sg_obj = security_group_from_neutron_obj(sg)
DFMechDriver->NbApi:update(sg_obj)
DFMechDriver-->Neutron:sg_rule
deactivate DFMechDriver
@enduml | false | true | false | false | sequence |
71a4b6ada0ada7f21aa319f9fff11ee4d2b777fb | 7df70f69f1fabf2b78fb9d1e2c8fd4e389a7f3e2 | /CPP_WS2021_G01/uml/sequence.puml | 83c7e7b733b940aa9ccdf20733600aba9d8a66c1 | [] | no_license | brigittajesica/BattleshipGame | da88bd6a2c0da86da31d9bf1040ad54d96167825 | bf5b4137bc8b50692b3961580887906d13195135 | refs/heads/main | 2023-04-12T14:15:54.786808 | 2021-05-10T12:04:33 | 2021-05-10T12:04:33 | 366,027,432 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 798 | puml | @startuml
== Initialization ==
GUI -> Logic: set server or client mode
alt server
Logic -> Network: init server
Network -> Network: wait for connection
Logic -> Network: field parameters
else client
Logic -> Network: init client
Network -> Network: connect to server
Logic <- Network: field parameters
end
Logic -> Logic: init field models
Logic -> GUI: start displaying fields
loop event loop
GUI -> Logic: fields changed?
Logic -->> GUI: fields
GUI -> GUI: display fields
end
loop for every ship
GUI -> Logic: place ship
end
Logic -> Network: ready
== Game ==
loop
Logic -> GUI: our turn
GUI -> Logic: place shot
Logic -> Network: send shot
Network -->> Logic: hit/miss?
Logic -> Logic: wait for opponent
Network -> Logic: received shot
Logic -->> Network: hit/miss?
end
@enduml
| false | true | false | false | sequence |
78ba922b3d61888298693dba3d2a72abb05b4faa | b7c218e3ce20014749661c88165ffdf2dfc44762 | /tests/Flagbit/Plantuml/Fixtures/testInheritMethod.puml | 2edad4772884204236e7d596b75475c4e44256e0 | [
"BSD-2-Clause"
] | permissive | scips/php-plantumlwriter | d23583ea7f53ab776d8f86cb7f5b9e2a6cea2525 | ec3e0f67f65ca5af6a6941a529a1c5ba310f3b02 | refs/heads/master | 2021-01-16T20:43:17.780119 | 2016-10-11T21:51:44 | 2016-10-11T21:51:44 | 62,056,439 | 0 | 1 | null | 2016-06-28T14:40:14 | 2016-06-27T13:01:21 | PHP | UTF-8 | PlantUML | false | false | 178 | puml | @startuml
class ParentClass {
+methodToOverride()
+someParentMethod()
}
class ExtendingClass {
+methodToOverride()
}
class ExtendingClass extends ParentClass
@enduml
| false | true | false | false | class |
d795e467097a3d979ea027d15774df02436d47c3 | c183a3bcca39c12fcdf8c69f9418d29161cd67a9 | /myMashup.plantuml | f03dbefa88cda8cde78972c0db2d10699891f018 | [
"MIT"
] | permissive | fachinformatiker/myMashup | 5b6510714e9a921771f96c5e90cf729c5ee1d54e | 63033ae85ab75c0a64cf7ec5332510a2d3325dd6 | refs/heads/master | 2021-06-25T06:01:50.243448 | 2021-06-22T13:00:04 | 2021-06-22T13:00:04 | 184,805,428 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,228 | plantuml | @startuml
title __MYMASHUP's Class Diagram__\n
namespace app.fachinformatiker.myMashup.model {
class app.fachinformatiker.myMashup.model.ArgController {
}
}
namespace app.fachinformatiker.myMashup.model {
class app.fachinformatiker.myMashup.model.Candy {
}
}
namespace app.fachinformatiker.myMashup.constants {
interface app.fachinformatiker.myMashup.constants.Constants {
}
}
namespace app.fachinformatiker.myMashup.model {
class app.fachinformatiker.myMashup.model.Consumer {
}
}
namespace app.fachinformatiker.myMashup.utility {
class app.fachinformatiker.myMashup.utility.Debug {
}
}
namespace app.fachinformatiker.myMashup.main {
class app.fachinformatiker.myMashup.main.Main {
}
}
namespace app.fachinformatiker.myMashup.model {
class app.fachinformatiker.myMashup.model.Producer {
}
}
namespace app.fachinformatiker.myMashup.model {
class app.fachinformatiker.myMashup.model.Terminator {
}
}
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 |
13ff556f04e2c78540b068967dc3ed2d53a2792f | 5be108bd1422aa39ab922d0522f9111b18f43ac0 | /app/src/main/java/com/architectica/socialcomponents/main/Chat/Chat.plantuml | 0b8ca7f167a45f951df98342276ad83cb3c48eaf | [
"Apache-2.0"
] | permissive | AryaAshish/ryft | 851ad5eecf5aa036d264b3b7aa4cf5312bc72b5d | f418206e2f19891b0caea2c65573ba9423af7afb | refs/heads/master | 2021-01-26T06:09:56.560944 | 2020-12-02T08:37:02 | 2020-12-02T08:37:02 | 243,340,976 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,781 | plantuml | @startuml
title __CHAT's Class Diagram__\n
namespace com.architectica.socialcomponents {
namespace main.Chat {
class com.architectica.socialcomponents.main.Chat.ProjectChatActivity {
~ userName : String
{static} - GALLERY_PICK : int
{static} - TOTAL_ITEMS_TO_LOAD : int
- itemPos : int
- mAuth : FirebaseAuth
- mChatAddBtn : ImageButton
- mChatMessageView : EditText
- mChatSendBtn : ImageButton
- mChatToolbar : Toolbar
- mChatUser : String
- mCurrentPage : int
- mCurrentUserId : String
- mImageStorage : StorageReference
- mLastKey : String
- mLinearLayout : LinearLayoutManager
- mMessagesList : RecyclerView
- mPrevKey : String
- mRefreshLayout : SwipeRefreshLayout
- mRootRef : DatabaseReference
- mTitleView : TextView
- messagesList : List<Messages>
+ onOptionsItemSelected()
# onActivityResult()
# onCreate()
- loadMessages()
- loadMoreMessages()
- sendMessage()
}
}
}
com.architectica.socialcomponents.main.Chat.ProjectChatActivity -up-|> android.support.v7.app.AppCompatActivity
com.architectica.socialcomponents.main.Chat.ProjectChatActivity o-- com.architectica.socialcomponents.adapters.ProjectMessageAdapter : mAdapter
com.architectica.socialcomponents.main.Chat.ProjectChatActivity o-- com.architectica.socialcomponents.views.CircularImageView : mProfileImage
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 |
b3c24c9a9a9dd892c06015e763f5301705460fe4 | 1e992cebb323e6f1bbddd1e23b6214f8806b7834 | /sip/CallForking/simple_call_forking_case_c_caller_cancel.puml | 8fc887f189ab1654bd18cd078deb20c564cd03d7 | [] | no_license | gongpengjun/code_diagrams | 006c66441ae26331d19a408912af01c84e1bd5f4 | 686a830f47e407ddc58e7f8003331ee4fca5975c | refs/heads/master | 2021-06-26T00:52:25.079556 | 2020-10-27T13:45:34 | 2020-10-27T13:45:34 | 166,416,838 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,082 | puml | @startuml
title call forking: caller user CANCEL flow
skinparam monochrome true
autonumber "F00 "
hide footbox
'skinparam BoxPadding 40
skinparam headerFontSize 14
header SIP-Forking-12
'box "caller"
participant "UAC" as Caller_UAC <<caller>>
'end box
'box "proxy"
participant "Proxy" as Proxy <<server>>
'end box
'box "callee"
participant "UAS 1" as Callee_UAS_1 <<callee>>
participant "UAS 2" as Callee_UAS_2 <<callee>>
participant "UAS 3" as Callee_UAS_3 <<callee>>
'end box
Caller_UAC -> Proxy: INVITE
Caller_UAC <- Proxy: 100
Proxy -> Callee_UAS_1: INVITE (to_tag:1)
Proxy <- Callee_UAS_1: 180 (to_tag:1)
Caller_UAC <- Proxy: 180 (to_tag:1)
Proxy -> Callee_UAS_2: INVITE (to_tag:2)
Proxy <- Callee_UAS_2: 180 (to_tag:2)
Caller_UAC <- Proxy: 180 (to_tag:2)
Proxy -> Callee_UAS_3: INVITE (to_tag:3)
Proxy <- Callee_UAS_3: 180 (to_tag:3)
Caller_UAC <- Proxy: 180 (to_tag:3)
note right of Caller_UAC: ignore to_tag in 1xx response
== caller user CANCEL, CANCEL triggers 487 terminated (INVITE) response ==
Proxy <- Callee_UAS_1: 487 (to_tag:1)
Proxy <- Callee_UAS_2: 487 (to_tag:2)
Proxy <- Callee_UAS_3: 487 (to_tag:3)
note right of Proxy: 487 of UAS 1 arrive first, other responses are ignored
Proxy -> Callee_UAS_1: ACK (to_tag:1)
Caller_UAC <- Proxy: 487 (to_tag:1)
Caller_UAC -> Proxy: ACK (to_tag:1)
note right of Proxy: cancel other INVITE transactions
|||
Proxy -> Callee_UAS_2: CANCEL (to_tag:2)
note right of Proxy: `UAS 2` has already sent final response 487
Proxy <- Callee_UAS_2: 481 (Transaction Does Not Exist) (to_tag:2)
note right of Proxy: send BYE to kick UAS 2 off
Proxy -> Callee_UAS_2: BYE (to_tag:2)
Proxy <- Callee_UAS_2: 200 (BYE) (to_tag:2)
|||
|||
Proxy -> Callee_UAS_3: CANCEL (to_tag:3)
note right of Proxy: `UAS 3` has already sent final response 487
Proxy <- Callee_UAS_3: 481 (Transaction Does Not Exist) (to_tag:3)
note right of Proxy: send BYE to kick UAS 3 off
Proxy -> Callee_UAS_3: BYE (to_tag:3)
Proxy <- Callee_UAS_3: 200 (BYE) (to_tag:3)
skinparam footerFontSize 14
footer https://tools.ietf.org/html/rfc3261#page-55
@enduml
| false | true | false | false | sequence |
f436c6b63d0b3c8268d3286966800674d4c427af | 41189885f0fa6f54ddc6f48ad8cdf6d1e2c9f479 | /out/production/GestionAsignaturas - CodigoFuente/capaLogicaNegocio/capaLogicaNegocio.plantuml | b046a5f858bd90f026a43523415b9b9b0294d873 | [] | no_license | miguel-benito-martin/Practica_Migracion | af116a41842d0fb252e00286123710a2da099f85 | ab3dbd3e60629aab622e84ae84930f7f46a8937e | refs/heads/main | 2023-05-01T18:52:03.590117 | 2021-05-26T10:34:40 | 2021-05-26T10:34:40 | 366,121,731 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,838 | plantuml | @startuml
title __CAPALOGICANEGOCIO's Class Diagram__\n
namespace capaLogicaNegocio {
class capaLogicaNegocio.Alumno {
- apellidos : String
- dni : String
- n_mat : String
- nombre : String
+ Alumno()
+ Alumno()
+ Alumno()
+ Alumno()
+ actualizarAlumnos()
+ altaAlumno()
+ altaMasivaAlumnos()
+ bajaAlumno()
+ cambioAConvocatoriaExtraordinaria()
+ consultarAlumno()
+ consultarHistoricoAlumno()
+ estaDadoDeAlta()
+ getApellidos()
+ getDNI()
+ getN_Mat()
+ getNombre()
+ noEstaDadoDeAlta()
+ obtenerDatosAlumno()
+ obtenerDatosAlumno()
- estaDadoDeAltaEnCursoActual()
- estaVacio()
- numMatriculaEstaDadaDeAlta()
- numMatriculaEstaDadaDeAltaEnCursoActual()
- validarCampos()
}
}
namespace capaLogicaNegocio {
class capaLogicaNegocio.Convocatoria {
- actual : int
- cod_convocatoria : String
{static} - convocatoria_actual : String
+ BackUpConvocatoria()
+ Convocatoria()
+ Convocatoria()
+ Convocatoria()
+ cambioConvocatoria()
+ getActual()
+ getConvocatoria()
+ getConvocatoriaActual()
+ recuperarConvocatoriaActual()
}
}
namespace capaLogicaNegocio {
class capaLogicaNegocio.Curso {
- actual : int
- cod_curso : int
{static} - curso_actual : int
+ BackUpCurso()
+ Curso()
+ Curso()
+ Curso()
+ cambioCurso()
+ cambioCursoAnterior()
+ getActual()
+ getCurso()
+ getCursoActual()
+ getCursoActualEnString()
+ getCursoEnString()
+ recuperarCursoActual()
}
}
namespace capaLogicaNegocio {
class capaLogicaNegocio.Evaluacion {
- cod_convocatoria : String
- cod_curso : int
- cod_evaluacion : int
- cod_examen : String
- cod_grupo_practicas : int
- cod_practica : String
{static} - cod_ultima_evaluacion : int
- dni_alumno : String
- ev_continua : boolean
- examen_convalidado : boolean
- n_mat_alumno : String
- nota_ev_c : float
- nota_ex : float
- nota_final : float
- nota_p1 : float
- nota_p2 : float
- nota_p3 : float
- nota_p4 : float
- nota_pr : float
- practica_convalidada : boolean
+ Evaluacion()
+ Evaluacion()
+ Evaluacion()
+ Evaluacion()
+ Evaluacion()
+ actualizarNotasAprobadasConvocatoriaAnterior()
+ actualizarNotasEvaluaciones()
+ altaEvaluacion()
+ codEvaluacion()
+ consultarEvaluacion()
+ eliminarEvaluacionesConvocatoriaActual()
+ eliminarEvaluacionesConvocatoriaActual()
+ getCodUltimaEvaluacion()
+ getCod_Convocatoria()
+ getCod_Curso()
+ getCod_Examen()
+ getCod_Practica()
+ getDNI()
+ getEs_Ev_Continua()
+ getExamenConvalidado()
+ getGrupo_Practica()
+ getN_Mat()
+ getNota_Ev_C()
+ getNota_Ex()
+ getNota_Final()
+ getNota_P1()
+ getNota_P2()
+ getNota_P3()
+ getNota_P4()
+ getNota_Practica()
+ getNuevoCodEvaluacion()
+ getPracticaConvalidada()
+ recuperarUltimoCodEvaluacion()
}
}
namespace capaLogicaNegocio {
class capaLogicaNegocio.Examen {
+ Examen()
+ altaNuevoCodExamen()
+ bajaCodExamenConvocatoriaActual()
+ bajaCodExamenConvocatoriaActual()
}
}
namespace capaLogicaNegocio {
class capaLogicaNegocio.GrupoClase {
- cod_grupo_clase : String
+ GrupoClase()
+ altaGrupoClase()
+ altaGrupoClase()
+ estaDadoDeAlta()
+ getCodGrupoClase()
+ noEstaDadoDeAlta()
+ noEstaDadoDeAlta()
+ validarGrupoClase()
- noEstaVacio()
}
}
namespace capaLogicaNegocio {
class capaLogicaNegocio.GrupoPractica {
- cod_grupo : int
- nota : float
+ GrupoPractica()
+ GrupoPractica()
+ GrupoPractica()
+ GrupoPractica()
+ GrupoPractica()
+ actualizarGruposPracticas()
+ altaGrupoPractica()
+ bajaGrupoPractica()
+ consultarGrupoPractica()
+ desactivarGruposPracticas()
+ getAlumno1()
+ getAlumno2()
+ getCodGrupoPractica()
+ getNota()
+ getTutor()
+ reactivarGruposPracticasEnUsoEnConvocatoriaActual()
+ reactivarGruposPracticasEnUsoEnConvocatoriaActual()
+ validarCampos()
- estaVacio()
- noEstaVacio()
}
}
namespace capaLogicaNegocio {
class capaLogicaNegocio.Matricula {
{static} - cod_ultima_matricula : int
- curso : int
- dni_alumno : String
+ Matricula()
+ Matricula()
+ altaMatricula()
+ eliminarMatriculasCursoActual()
+ getCodUltimaMatricula()
+ getCod_Curso()
+ getDNI()
+ getGrupo_Clase()
+ getNuevoCodMatricula()
+ recuperarUltimoCodMatricula()
}
}
namespace capaLogicaNegocio {
class capaLogicaNegocio.Practica {
+ Practica()
+ altaNuevoCodPractica()
+ bajaCodPracticaConvocatoriaActual()
+ bajaCodPracticaConvocatoriaActual()
}
}
namespace capaLogicaNegocio {
class capaLogicaNegocio.Profesor {
- apellidos : String
{static} - clave_ultimo_profesor : int
- cod_profesor : int
- nombre : String
+ Profesor()
+ Profesor()
+ Profesor()
+ Profesor()
+ Profesor()
+ actualizarProfesores()
+ altaProfesor()
+ bajaProfesor()
+ consultarProfesor()
+ eliminarImparticionesCursoActual()
+ getApellidos()
+ getClaveUltimoProfesor()
+ getCodProfesor()
+ getGrupoClase1()
+ getGrupoClase2()
+ getNombre()
+ getNuevaClaveProfesor()
+ obtenerDatos()
+ obtenerDatos()
+ reactivarProfesoresConRegistrosEnConvocatoriaActual()
+ recuperarUltimoCodProfesor()
+ tieneTutorias()
- estaVacio()
- noEstaVacio()
- validarCampos()
}
}
namespace capaLogicaNegocio {
class capaLogicaNegocio.TipoEvaluacion {
- ev_c : boolean
- peso_evC : float
- peso_ex : float
- peso_pr : float
+ TipoEvaluacion()
+ getPesoEvC()
+ getPesoEx()
+ getPesoPr()
}
}
namespace capaLogicaNegocio {
class capaLogicaNegocio.Tutoria {
{static} - cod_ultima_tutoria : int
+ Tutoria()
+ eliminarTutoriasConvocatoriaActual()
+ getCodUltimaTutoria()
+ getNuevoCodTutoria()
+ recuperarUltimoCodTutoria()
}
}
capaLogicaNegocio.Evaluacion o-- capaLogicaNegocio.TipoEvaluacion : tipo_evaluacion
capaLogicaNegocio.GrupoPractica o-- capaLogicaNegocio.Alumno : alumno1
capaLogicaNegocio.GrupoPractica o-- capaLogicaNegocio.Alumno : alumno2
capaLogicaNegocio.GrupoPractica o-- capaLogicaNegocio.Profesor : tutor
capaLogicaNegocio.Matricula o-- capaLogicaNegocio.GrupoClase : grupo_clase
capaLogicaNegocio.Profesor o-- capaLogicaNegocio.GrupoClase : grupo_clase1
capaLogicaNegocio.Profesor o-- capaLogicaNegocio.GrupoClase : grupo_clase2
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 |
7d2c9bbf28953a28a8c358adf606ad72263d1a5c | 644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc | /docs/uml/tests/include.puml | 1431312dbc24db2b80bcd1cfd3a6999a6b2eebc2 | [] | no_license | tzAcee/photonized | c929a6c04bedd0304a4e427d6c2895cdf73568d3 | aa53ed7bda18959c58467fe4560dc3ff4e1ae422 | refs/heads/main | 2023-05-03T15:13:31.148910 | 2021-05-25T13:55:17 | 2021-05-25T13:55:17 | 316,536,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,512 | puml | @startuml
class RequiredTest {
+ exception_test() : void
+ success_test() : void
+ type_test() : void
}
class DeviceChangerTest {
+ set_parser_null_test() : void
+ set_parser_valid_test() : void
+ change_write_test() : void
+ change_exception_test() : void
}
class DeviceReaderTest {
+ set_parser_test() : void
+ set_parser_valid_test() : void
+ delete_null_test() : void
+ read_call_structure_test() : void
+ print_structure_simple_test() : void
}
class DeviceSorterTest {
+ set_parser_test() : void
+ get_user_entry_intro_test() : void
+ get_user_entry_name_test() : void
+ get_user_entry_description_test() : void
+ get_user_entry_return_test() : void
+ get_user_entry_split_null_test() : void
+ sort() : void
}
class DeviceTest {
+ constructor_parser_test() : void
+ constructor_reader_test() : void
+ constructor_sorter_test() : void
+ constructor_changer_test() : void
+ cmd_parser_dependency_test() : void
+ init_reader_test() : void
+ init_sorter_test() : void
+ init_changer_test() : void
+ read_test() : void
+ sort_test() : void
+ change_test() : void
}
class FactoryTest {
+ constructor_parser_test() : void
+ constructor_device_test() : void
+ constructor_menu_test() : void
}
class MenuBuilderTest {
+ get_args_test() : void
+ get_lvl_test() : void
+ get_methods_count_test() : void
+ get_methods_not_null_test() : void
}
class MenuTest {
+ constructor_exception_test() : void
}
class MenuViewTest {
+ constructor_test() : void
+ constructor_null_test() : void
+ configure_test() : void
+ build_test() : void
+ show_test() : void
}
class DeviceNoteServiceTest {
+ get_file_path_null_test() : void
+ get_file_path_create_test() : void
+ get_file_path_test() : void
+ add_entry_test() : void
+ delete_entry_test() : void
+ read_entries_test() : void
}
class DevicePathServiceTest {
+ path_valid_null_test() : void
+ path_valid_true_test() : void
+ get_file_exception_test() : void
+ get_file_test() : void
}
class IMenuBuilderTest {
+ get_lvl_test() : void
+ get_args_test() : void
+ get_methods_test() : void
}
class IDeviceNoteServiceTest {
+ get_file_path_test() : void
+ add_entry_test() : void
+ delete_entry_test() : void
+ read_entries_test() : void
}
class IDevicePathServiceTest {
+ path_valid_test() : void
+ get_file_test() : void
}
@enduml
| false | true | false | false | class |
b1ff45046ec106162ca9c8923355a3e1d4c5c3c4 | 711bb0f4849d27fe88164a286da9cfa7dc37b4cd | /GameTracker/GameTrackerUML.puml | f6fdc79a6be0fc87a658b0cc192e9345217c16eb | [] | no_license | Schlese/GameTracker | c8a45b40e376929a8f4c4925e11d48478fc34260 | b80839d64444da8d56e821006ae42fc7223f2c99 | refs/heads/master | 2020-11-26T02:03:48.747796 | 2019-12-20T18:21:13 | 2019-12-20T18:21:13 | 228,931,874 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,716 | puml | @startuml
class Game {
long GameId
string Title
string Genre
}
class Platform {
long PlatformId
string Name
}
class GameRelease {
long GameReleaseId
long GameId
Game Game
long PlatformId
Platform Platform
DateTime ReleaseDate
}
class People {
long PeopleId
string FirstName
string LastName
}
class User {
string Username
string Email
List<UserGame> UserGames
}
class UserGame {
long UserGameId
long UserId
User User
long GameReleaseId
GameRelease GameRelease
bool IsWish
}
class GameReleasesController {
GameTrackerContext _context
GetGameRelease()
}
class UserGamesController {
GameTrackerContext _context
GetUserGames(string list, long id)
PutUser(long id, UserGamePutRequest request)
PostUser(UserGamePostRequest request)
DeleteUserGame(long id)
GetBacklogGames(User user)
GetWishlistGames(User user)
UserGameExists(long id)
}
class UsersController {
GameTrackerContext _context
GetUser()
PutUser(long id, User user)
PostUser(User user)
DeleteUser(long id)
UserExists(long id)
}
class GameTrackerContext {
DbSet People
DbSet User
DbSet Game
DbSet Platform
DbSet GameRelease
DbSet UserGame
OnModelCreating(ModelBuilder modelBuilder)
}
class DateHelper {
_instance
getInstance()
checkBeforeEqualsToday(DateTime checkDate)
checkBeforeToday(DateTime checkDate)
}
Game "1" -- "1..*" GameRelease
Platform "1" -- "1..*" GameRelease
People <|-- User
User "1" -- "1..*" UserGame
GameRelease "1" -- "1..*" UserGame
User <-- UserGamesController
User <-- UsersController
GameRelease <-- GameReleasesController
UserGame <-- UserGamesController
GameTrackerContext <-- UsersController
GameTrackerContext <-- GameReleasesController
GameTrackerContext <-- UserGamesController
DateHelper <-- UserGamesController
@enduml | false | true | false | false | class |
93776f5b02128ab6d26e9bce255594179090a3a6 | 191a346fc2b2a52a15c4793b9ba94a520cd4a788 | /Chapters/ObjVTheory/figures/SelfLookupSequenceDiagram.plantuml | 51f9578d7f724d07ffc71d471d1ceca0a82fd915 | [] | no_license | SquareBracketAssociates/Booklet-AReflectiveKernel | 4c38d92b57808ee8606026f8155129fc5c45bfa2 | b476d40483ae18edc46653f242d66621e1ff0ca5 | refs/heads/master | 2023-07-15T01:22:59.293968 | 2023-07-03T07:10:11 | 2023-07-03T07:10:11 | 111,190,504 | 1 | 5 | null | 2019-03-05T20:27:33 | 2017-11-18T08:51:27 | TeX | UTF-8 | PlantUML | false | false | 718 | plantuml | @startuml
skinparam style strictuml
skinparam defaultFontName Helvetica
title Self lookup - Sequence Diagram
participant "Playground" as P
participant ":A" as A
participant ":B" as B
participant ":A" as AA
participant ":B" as BB
create A
P --> A : A new
P -> A : ... foo
activate A
P <-- A : 10
deactivate A
create B
P --> B : B new
P -> B : ... foo
activate B
P <-- B : 50
deactivate B
create AA
P --> AA : A new
P -> AA : ... bar
activate AA
AA -> AA : foo
note right: //self//
activate AA
deactivate AA
P <-- AA : 10
deactivate AA
create BB
P --> BB : B new
P -> BB : ... bar
note right: //A's bar//
activate BB
BB -> BB : foo
note right: //self//
activate BB
deactivate BB
P <-- BB : 50
deactivate BB
@enduml | false | true | false | false | sequence |
16f2fa15f776537608631c823ec8f1bc4d891c13 | 5729b5869b6a83052fe02fddc518d42aa0138ed6 | /UML/game.iuml | 5b46b381255b123dfbc0abdacc15e561d1be7bcd | [] | no_license | DHBW-CPP-2021/SCARY | bfe244b1daccec5588b9bda43c960e561c760d83 | b6e50bdbade03d9d708911a7b915e362048f5d48 | refs/heads/main | 2023-06-22T00:04:53.208462 | 2021-07-23T11:59:57 | 2021-07-23T11:59:57 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,710 | iuml | enum PathState
{
open
closed
}
class GameSettings
{
.. Alias ..
+CoordType : unsigned short
.. Constants ..
{static} +WIDTH : CoordType
{static} +HEIGHT : CoordType
{static} +NUM_COORDINATES : CoordType
{static} +NUM_SPARE_PIECES : CoordType
{static} +TOTAL_NUM_PIECES : CoordType
{static} +OPEN_PROBABILITY : double
}
class MazePiece
{
..Member..
-_path_states_per_direction : std::array<PathState, 4>
.. Constructor..
+MazePiece(toLeft:PathState,toRight:PathState,up:PathState,down:PathState)
.. Queries..
+pathState(d:Direction): PathState
+isClosed(d:Direction): bool
+isOpen(d:Direction): bool
}
MazePiece *-- PathState : has one for \nevery direction >
MazePiece -- Direction : knows >
class Maze
{
.. Member ..
-_pieces : std::vector<MazePiece>
-piece_placement : std::vector<CoordType>
-_is_fixed : std::vector<bool>
.. Queries ..
+getPiece(coordinate:Coordinate): MazePiece
+getSparePiece(id: CoordType) : MazePiece
+isFixed(coordinate:Coordinate) : bool
+isRowFixed(CoordType y) : bool
+isColumnFixed(CoordType y) : bool
.. Modifier ..
+insertSparePieceInRow(CoordType y, Direction d, CoordType spare_piece_id): void
+insertSparePieceInColumn(CoordType x, Direction d, CoordType spare_piece_id): void
+fixMazePiece(coordinate:Coordinate): void
+unfixMazePiece(coordinate:Coordinate): void
+setFixation(coordinate:Coordinate, b: bool): void
}
Maze -- GameBoard : Owns reference\nto _maze_pieces >
GameBoard "1:1" *-- Maze : Owns >
Maze -- MazePiece : Manages placement\nand fixation >
class Utils
{
.. Methods ..
{static} +compute1DFrom2D(coordinate:Coordinate) : CoordType
{static} +compute2DFrom1D(coordinate:CoordType) : Coordinate
{static} +isValid(coordinate:Coordinate): bool
}
Maze --r Utils : Uses >
abstract PlacedToken
{
.. Constructor ..
+PlacedToken(_board : GameBoard, character_representation : TokenArrayMatrix)
+PlacedToken(_board : GameBoard, single_char_representation : char)
.. Queries (pure virtual) ..
{abstract} +getCoordinate() : Coordinate
.. Modifier (pure virtual)..
{abstract} #notifyMovement(d: Direction)
}
PlacedToken --|> Token : Enhance with \ngame specifica >
class StupidToken
{
.. Constructor ..
+PlacedToken(_board : GameBoard, character_representation : TokenArrayMatrix)
+PlacedToken(_board : GameBoard, single_char_representation : char)
.. Queries ..
+getCoordinate() : Coordinate
.. Modifier ..
#notifyMovement(d: Direction)
}
StupidToken --|> PlacedToken: Example\nimplementation >
class GameBoard
{
.. Member ..
-_maze_pieces : std::vector<MazePiece>
-_registered_token : std::vector<PlacedToken*>
-_maze : Maze
-_graph : Graph
.. Constructor ..
+GameBoard()
.. Queries ..
+getMaze() : Maze
+getGraph() : Graph
+isTokenPlaced(coordinate:Coordinate): bool
+getToken(coordinate:Coordinate): PlacedToken
.. Modifier ..
+insertSparePieceInRow(y: CoordType, d: Direction, spare_piece_id : CoordType): void
+insertSparePieceInColumn(x: CoordType, d: Direction, spare_piece_id : CoordType): void
.. Private methods (excerpt) ..
-initiallyCreateMazePieces(): std::vector<MazePiece>
-setInitialMazeFication(): void
-getOusideVertex(): Vertex
-getVertex(coordinate:Coordinate): Vertex
-getMazePiece(coordinate:Coordinate): MazePiece
}
PlacedToken -- GameBoard: Register itself \nwhile creation >
GameBoard -- PlacedToken: Notify about movement of \nMazePieces >
GameBoard "1:n" *-- MazePiece : Owns >
GameBoard "1:1" *-- Graph : Owns >
GameDrawer -- GameBoard : Draws > | false | true | false | false | class |
2e1336909959be67f1d01215172e0dc3cffcf53c | a08d18fffd5657f2eea3307191d3e5159398ee16 | /src/PaooGame/Items/Items.plantuml | 460006a5ca2725f07051be005b5e9952cc611c9b | [] | no_license | raducornea/Joc-PAOO | 9436b9b0e74af3020d746fe9400828cd17e9aaae | 1f597ba2db22d662c624f7c0329727539e81fe04 | refs/heads/master | 2023-07-30T12:00:36.361135 | 2021-09-19T07:10:59 | 2021-09-19T07:10:59 | 408,056,883 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,475 | plantuml | @startuml
title __ITEMS's Class Diagram__\n
namespace PaooGame {
namespace Items {
class PaooGame.Items.Breakable {
}
}
}
namespace PaooGame {
namespace Items {
abstract class PaooGame.Items.Character {
{static} + DEFAULT_CREATURE_HEIGHT : int
{static} + DEFAULT_CREATURE_WIDTH : int
{static} + DEFAULT_DAMAGE : int
{static} + DEFAULT_LIFE : int
{static} + DEFAULT_SPEED : float
# attackDamage : int
# life : int
# speed : float
# xMove : float
# yMove : float
+ Character()
+ GetLife()
+ GetSpeed()
+ GetXMove()
+ GetYMove()
+ Move()
+ MoveX()
+ MoveY()
+ SetLife()
+ SetSpeed()
+ SetXMove()
+ SetYMove()
+ getAttackDamage()
+ getLife()
+ setLife()
}
}
}
namespace PaooGame {
namespace Items {
class PaooGame.Items.Decorations {
}
}
}
namespace PaooGame {
namespace Items {
class PaooGame.Items.Hero {
- image : BufferedImage
- letterImages : List<BufferedImage>
{static} - myItemsImages : List<BufferedImage>
{static} - myItemsString : List<String>
{static} - npcs : List<NPC>
- score : int
- totalAbsconded : int
- totalGreeded : int
- xSafe : float
- ySafe : float
+ CheckCollision()
+ Draw()
+ Draw()
+ Hero()
+ Update()
+ getAbsconded()
+ getCamera()
+ getGreeded()
{static} + getHeroNpcs()
{static} + getMyItemsImages()
{static} + getMyItemsString()
+ getScore()
+ setAbsconded()
+ setGreeded()
+ setScore()
- GetInput()
}
}
}
namespace PaooGame {
namespace Items {
class PaooGame.Items.Indestructible {
}
}
}
namespace PaooGame {
namespace Items {
class PaooGame.Items.Inventory {
- downFlag : boolean
- enterFlag : boolean
- escFlag : boolean
- hashtagX : int
- hashtagY : int
- helpString : String
{static} - hero : Hero
- image : BufferedImage
- letterImages : List<BufferedImage>
- myItemsImages : List<BufferedImage>
- myItemsString : List<String>
- myObjectivesString : List<String>
- myStatsString : List<String>
- optionsString : List<String>
- page : String
- releaseDOWNFlag : boolean
- releaseENTERFlag : boolean
- releaseESCFlag : boolean
- releaseUPFlag : boolean
{static} - state : boolean
- upFlag : boolean
+ Draw()
+ Inventory()
+ Update()
+ getPage()
{static} + getState()
+ resetInventory()
{static} + setState()
}
}
}
namespace PaooGame {
namespace Items {
abstract class PaooGame.Items.Item {
# attackBounds : Rectangle
# bounds : Rectangle
# height : int
# normalBounds : Rectangle
# width : int
# x : float
# y : float
{abstract} + Draw()
+ GetHeight()
+ GetWidth()
+ GetX()
+ GetY()
+ Item()
+ SetAttackMode()
+ SetHeight()
+ SetNormalMode()
+ SetWidth()
+ SetX()
+ SetY()
{abstract} + Update()
{static} + getSymbolIndex()
}
}
}
namespace PaooGame {
namespace Items {
class PaooGame.Items.Menu {
- downFlag : boolean
- enterFlag : boolean
- escFlag : boolean
- hashtagX : int
- hashtagY : int
- helpString : String
{static} - hero : Hero
- image : BufferedImage
- isInMenu : boolean
- letterImages : List<BufferedImage>
- myItemsImages : List<BufferedImage>
- myItemsString : List<String>
- myStatsString : List<String>
- optionsString : List<String>
- releaseDOWNFlag : boolean
- releaseENTERFlag : boolean
- releaseESCFlag : boolean
- releaseUPFlag : boolean
{static} - state : boolean
- upFlag : boolean
+ Draw()
+ Menu()
+ Update()
+ getHashtagX()
+ getHashtagY()
{static} + getState()
+ resetMenu()
{static} + setState()
}
}
}
namespace PaooGame {
namespace Items {
class PaooGame.Items.NPC {
~ DEFAULT_PEACIFYOPTIONS : int
- image : BufferedImage
- isFriend : boolean
- peacifyOptions : int
- visited : boolean
+ Draw()
+ NPC()
+ Update()
+ getFriend()
+ getNPCImage()
+ getPeacifyOptions()
+ getVisited()
+ setFriend()
+ setPeacifyOptions()
+ setVisited()
- GetInput()
}
}
}
namespace PaooGame {
namespace Items {
class PaooGame.Items.Pickable {
- image : BufferedImage
+ Draw()
+ Pickable()
+ Update()
}
}
}
namespace PaooGame {
namespace Items {
abstract class PaooGame.Items.Terrain {
# image : BufferedImage
# xMove : float
# yMove : float
+ Move()
+ MoveX()
+ MoveY()
+ Terrain()
}
}
}
PaooGame.Items.Character -up-|> PaooGame.Items.Item
PaooGame.Items.Hero -up-|> PaooGame.Items.Character
PaooGame.Items.Hero o-- PaooGame.Graphics.Camera : camera
PaooGame.Items.Inventory -up-|> PaooGame.Items.Item
PaooGame.Items.Item o-- PaooGame.RefLinks : refLink
PaooGame.Items.Menu -up-|> PaooGame.Items.Item
PaooGame.Items.NPC -up-|> PaooGame.Items.Character
PaooGame.Items.Pickable -up-|> PaooGame.Items.Terrain
PaooGame.Items.Terrain -up-|> PaooGame.Items.Item
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 |
3d0f394d9640d666b9f755b04e2c1d7a65a993f6 | aefb1807676f66cc46e45071b3deb1969e682322 | /SELAIN SISTEM/UML/SEQUENCE/pemberitahuan/kepala/PemberitahuanDisposisiBKD.puml | 8708f85f6724776a004177543b54653c6a5872c6 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kurniado729/sistem_kp | f456f7a22392f99c117797370c9a8d70c96b0df4 | c77c7bc9aa28fe414be3254880112dbffb4b2ab2 | refs/heads/master | 2023-02-01T21:00:47.861038 | 2019-12-20T18:52:46 | 2019-12-20T18:52:46 | 220,038,247 | 0 | 1 | MIT | 2023-02-01T02:14:20 | 2019-11-06T16:12:42 | HTML | UTF-8 | PlantUML | false | false | 587 | puml | @startuml
autonumber
hide footbox
title Pemberitahuan Surat Disposisi BKD
Actor Kepala
boundary Dashborad_V
boundary DisposisiBKD_V
control Admin_C
control SuratDisposisi_C
Entity SuratDisposisi_E
Admin_C --> Dashborad_V: load->view()
Dashborad_V --> Kepala: Halaman Dashborad
Kepala --> Dashborad_V: klik tombol pemberitahuan
Dashborad_V --> SuratDisposisi_C: disposisibkd()
SuratDisposisi_C --> SuratDisposisi_E:
SuratDisposisi_E --> SuratDisposisi_C:
SuratDisposisi_C --> DisposisiBKD_V: load->view()
DisposisiBKD_V --> Kepala: Halaman Surat Disposisi BKD
@enduml | false | true | false | false | sequence |
b9c1a38368c9b7d1e30eeef34307448dd208372a | 521de994d4f795ca68c948c664880d25f6f11fe0 | /restaurant.plantuml | 6954e8652a25e0619d07a0353ad53c2e0cb4a528 | [] | no_license | DeniseNamutebi/restaurants | 1bda64c576381d3deaf1c534514cc463cfacfadb | c35cbbeb366b35dadbfc6a76df0247169cbbaa6b | refs/heads/master | 2022-12-27T00:44:07.845669 | 2020-09-30T09:18:55 | 2020-09-30T09:18:55 | 299,867,821 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 402 | plantuml | @startuml
class Restaurant{
name STRING
image STRING
cuisine STRING
menus Array<Menu>
capacity Array<Table>
addMenu()
addTable()
}
class Table{
number INTERGER
seats INTERGER
}
class Menu{
name STRING
type STRING
items Array<Item>
addItem()
}
class Item{
name STRING
price FLOAT
}
Restaurant--{Menu
Restaurant--{Table
Menu--{Item
@enduml | false | true | false | false | class |
39c5251a83fcea2dc6c0f4af9e1105c6b943ad2e | b235754dfb306820fb91f9ec32e4f4467fa6f9d6 | /docs/img/flow.puml | c1b973dee94de683ceeaac915a2e34a1f97bb60d | [
"Apache-2.0"
] | permissive | adorsys/keystore-management | 30a6a601a5f2cf70532f7761ce75753ba9fca8fe | 8c7f7529638da7d11cc2f0b08fbd87cc8a06d482 | refs/heads/develop | 2023-09-03T17:50:02.631788 | 2023-07-12T12:42:14 | 2023-07-12T12:42:14 | 216,526,613 | 15 | 8 | Apache-2.0 | 2023-09-06T11:06:01 | 2019-10-21T09:16:28 | Java | UTF-8 | PlantUML | false | false | 1,791 | puml | @startuml
skinparam ranksep 15
skinparam defaultTextAlignment center
skinparam nodesep 20
skinparam shadowing false
'skinparam linetype ortho
skinparam databaseBackgroundColor Salmon
skinparam cardBackgroundColor Salmon
legend right
| | Flow |
|<#red>| Key and Keystore <b>creation |
|<#green>| Viewing and <b>reading</b> from KeyStore |
|<#Salmon>| Library typical <b>inputs</b> |
endlegend
card "<&key> Single key template" as KT
card "Key Set template\n" as KST {
rectangle "<&key> Key template 1" as k1
rectangle "<&key> Key template 2" as k2
}
KT -[hidden]down-> KST
node "Juggler.generateKeys()" as GK
rectangle "Key Set\nSecretKey,\nPrivateKey,\netc." as KS {
rectangle "<&key> Key 1" as sk1
rectangle "<&key> Key 2" as sk2
sk1 -[hidden]down-> sk2
}
rectangle "<&key> Key" as SK
node "Juggler.toKeystore()" as TK
database "\n<b>Java\n<b>KeyStore\n" as JKS
node "Juggler.readKeys()" as RK
rectangle "Key View\n" as KV {
rectangle "Alias view\naliases()" as av
rectangle "Key view\nentries()" as kv
av -[hidden]down-> kv
}
node "Query for key" as qsk
node "Add key" as ak
node "Remove key" as rk
KST -[bold,#red]-> GK
KT -[bold,#red]-> GK
GK -[bold,#red]--> KS : fromTemplate()
GK -[bold,#red]up-> SK : secret(),\nsigning(),\nencrypting()
KS -[bold,#red]--> TK
TK -[bold,#red]-> JKS : generate()
JKS -[bold,#green]-->> RK
RK -[bold,#green]-->> KV : fromKeyStore()
KV -[bold,#green]up->> KS : copyToKeySet()
KV -[bold,#green]-->> qsk : retrieve()
KV -[bold,#green]-->> ak : add(),\nupdate()
KV -[bold,#green]-->> rk : remove(),\nupdate()
KST -[hidden]down-> GK
GK -[hidden]down-> KS
KS -[hidden]up-> SK
KS -[hidden]right-> TK
JKS -[hidden]right-> RK
RK -[hidden]right-> KV
KV -[hidden]left-> KS
@enduml | false | true | false | false | sequence |
eaa67bec9a5df0f0477c9ed74785000e711470cf | 8f18b6f5eb73b1f84d73fc4e77f8795333d89702 | /src/main/java/UML/NavigationDiagram.puml | e4107464a13d3d13c40d5bbec7a39e2a957720e3 | [] | no_license | NikolajX4000/Sem2Exam | 2b132d7733aaa7a0340cdca99eb80697f109d3a4 | 2e74cda6d83cab6c190be7959fc94d0985a346e0 | refs/heads/master | 2020-03-10T17:37:13.385377 | 2018-06-01T15:48:31 | 2018-06-01T15:48:31 | 129,504,246 | 3 | 0 | null | 2018-06-01T15:35:36 | 2018-04-14T09:50:11 | Java | UTF-8 | PlantUML | false | false | 212 | puml | @startuml
[*] --> index
index --> login
index --> makeCarport
index --> specificUserOrders
makeCarport -> specificUserOrders
state Medarbejder{
allOrders -left-> editMaterials
login --> allOrders
}
@enduml
| false | true | false | false | state |
a3cb2d98332988cc1b1b144c7b66f8e170d17a25 | 3733bb5077282e0af5c90e9fbacc3a9ad1c93b91 | /src/src/business/models/models.plantuml | 641565e0d30ecefc39a6feca47745318477c35a9 | [] | no_license | MilanowskiJ/jupiter-universal-experimenter-group-3 | e46c32a500331e932d675770b511ee88bdd28ea8 | 2281a63069707423b37ee918257425f7e627eb13 | refs/heads/main | 2023-04-27T23:32:47.502985 | 2021-05-20T17:20:19 | 2021-05-20T17:20:19 | 359,823,214 | 0 | 0 | null | 2021-05-06T14:03:03 | 2021-04-20T13:20:11 | Java | UTF-8 | PlantUML | false | false | 5,732 | plantuml | @startuml
title __MODELS's Class Diagram__\n
namespace business {
namespace models {
class business.models.Capability {
- ID : String
- description : String
- name : String
- status : String
- type : String
+ Capability()
+ addQuery()
+ deleteQuery()
+ getDatabaseID()
+ getDescription()
+ getID()
+ getName()
+ getQuery()
+ getStatus()
+ getType()
+ isOperational()
+ processResult()
+ setStatus()
+ updateQuery()
}
}
}
namespace business {
namespace models {
class business.models.Command {
- ID : String
- name : String
- parameters : String
+ Command()
+ addQuery()
+ deleteQuery()
+ getDatabaseID()
+ getQuery()
+ processResult()
+ updateQuery()
}
}
}
namespace business {
namespace models {
class business.models.ComplexExperiment {
- quantity : String
- supplyItem : String
- target : String
- whatToDo : String
+ ComplexExperiment()
+ addQuery()
+ deleteQuery()
+ getDatabaseID()
+ getQuery()
+ process()
+ processResult()
+ setQuantity()
+ setSupplyItem()
+ setTarget()
+ setWhatToDo()
+ updateQuery()
+ validate()
}
}
}
namespace business {
namespace models {
interface business.models.DatabaseModel {
{abstract} + addQuery()
{abstract} + deleteQuery()
{abstract} + getDatabaseID()
{abstract} + getQuery()
{abstract} + processResult()
{abstract} + updateQuery()
}
}
}
namespace business {
namespace models {
abstract class business.models.Experiment {
# complete : String
# description : String
# experimentID : String
# name : String
# priority : String
+ Experiment()
+ getComplete()
+ getDescription()
+ getExperimentID()
+ getPriority()
+ isDoable()
+ setComplete()
+ setDescription()
+ setExperimentID()
+ setPriority()
+ validate()
}
}
}
namespace business {
namespace models {
class business.models.Payload {
~ payloadObjects : List<JSONObject>
+ process()
}
}
}
namespace business {
namespace models {
interface business.models.Processable {
{abstract} + process()
}
}
}
namespace business {
namespace models {
class business.models.ReagentExperiment {
- amount : String
- measurementsToTake : String
- reagent : String
- sampleID : String
+ ReagentExperiment()
+ addQuery()
+ deleteQuery()
+ getDatabaseID()
+ getQuery()
+ process()
+ processResult()
+ setAmount()
+ setMeasurements()
+ setReagent()
+ setSampleID()
+ updateQuery()
}
}
}
namespace business {
namespace models {
class business.models.Sample {
- amount : int
- name : String
- sampleID : String
+ Sample()
+ getAmount()
+ getName()
+ getSampleID()
}
}
}
namespace business {
namespace models {
class business.models.SampleExperiment {
- amount : String
- target : String
- where : String
+ SampleExperiment()
+ addQuery()
+ deleteQuery()
+ getAmount()
+ getDatabaseID()
+ getQuery()
+ getTarget()
+ getWhere()
+ process()
+ processResult()
+ setAmount()
+ setTarget()
+ setWhere()
+ updateQuery()
}
}
}
namespace business {
namespace models {
class business.models.Supply {
- name : String
- quantityAvailable : int
- quantityOriginal : int
- type : String
- unit : String
+ Supply()
+ addQuery()
+ deleteQuery()
+ getDatabaseID()
+ getName()
+ getQuantityAvailable()
+ getQuantityOriginal()
+ getQuery()
+ getType()
+ getUnit()
+ processResult()
+ setName()
+ setQuantityAvailable()
+ setQuantityOriginal()
+ setType()
+ setUnit()
+ updateQuery()
- checkEnough()
- reduceQuantityAvailable()
}
}
}
business.models.Capability .up.|> business.models.DatabaseModel
business.models.Command .up.|> business.models.DatabaseModel
business.models.ComplexExperiment -up-|> business.models.Experiment
business.models.Experiment .up.|> business.models.DatabaseModel
business.models.Experiment .up.|> business.models.Processable
business.models.Payload .up.|> business.models.Processable
business.models.ReagentExperiment -up-|> business.models.Experiment
business.models.SampleExperiment -up-|> business.models.Experiment
business.models.Supply .up.|> business.models.DatabaseModel
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 |
3311865145996073d472361412131079d45a46bc | 10ba145e3e26796ec618e76328f3ca90d4521b6a | /设计模式/java演示版/design-pattern/src/main/java/com/zhenhunfan/design/pattern/principle/_02_segregation/Demo2.puml | bdfe9f6b4ca9c07ea3ab70c48464afac2b1633f9 | [] | no_license | zhenhunfan/learn | a7fa4c39ce0e791313abaa51325591a6f98abf09 | bdb6538de38db9e3d9aa6a827f4a445e57325852 | refs/heads/main | 2023-03-30T14:22:26.202669 | 2021-03-30T02:19:20 | 2021-03-30T02:19:20 | 309,221,361 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 376 | puml | @startuml
class A
class C
interface interface1{
void operation1()
}
interface interface2{
void operation2()
void operation3()
}
interface interface3{
void operation4()
void operation5()
}
class B
class D
interface1 <.. A
interface2 <.. A
interface1 <.. C
interface3 <.. C
interface1 <|.. B
interface2 <|.. B
interface1 <|.. D
interface3 <|.. D
@enduml | false | true | false | false | class |
1884838a13188152dba91a58f365043a70164041 | ca6a3f1f28760a9fabb253dbdc5fd4a7ddf3d09a | /use-cases/example.puml | 0166f4db1e90a792a448669743442999c0cc4923 | [
"Apache-2.0"
] | permissive | 40478645/test | 6eefc467950e09f4b7e2e59e22025a5599ce13d3 | 75c98b6b1ad030b1199c896a2d1b467254206a66 | refs/heads/main | 2023-01-13T10:36:09.548192 | 2020-11-26T06:56:30 | 2020-11-26T06:56:30 | 309,892,056 | 0 | 0 | Apache-2.0 | 2020-11-26T06:58:52 | 2020-11-04T04:59:17 | Java | UTF-8 | PlantUML | false | false | 314 | puml | @startuml
:Main Admin: as Admin
(Use the application) as (Use)
User -> (Start)
User --> (Use)
Admin ---> (Use)
note right of Admin : This is an example1.
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)
@enduml | false | true | false | false | uml-unknown |
b25a399714f4b10c86ff8193cf078113abff2f9a | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyBusinessUnitSetContactEmailAction.puml | bf65905df450174c71214e04072e0ef275096929 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 491 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface MyBusinessUnitSetContactEmailAction [[MyBusinessUnitSetContactEmailAction.svg]] extends MyBusinessUnitUpdateAction {
action: String
contactEmail: String
}
interface MyBusinessUnitUpdateAction [[MyBusinessUnitUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
ffa324e6a25df4c383c89e63253bb8313f20ba81 | 4d721c46e800f27871cf026ebf895cf46e9c8b48 | /app/UML/domain-model.puml | 0bc3cff589f437c5cc6585cd5b33ae21322de2de | [] | no_license | cameronkubik/3710-term-project | 073c8ea58a8de3bcf018c2df5982ddb7cb3f52fd | ab8f288f69c4252559bb9ac49d264cd1f895c6ef | refs/heads/master | 2020-03-15T02:19:48.807566 | 2018-05-04T12:53:39 | 2018-05-04T12:53:39 | 131,915,181 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 290 | puml | @startuml
Aubie "1" -- "1" EndZone: starts at >
Aubie "1" -- "1" Joystick: controls <
Aubie "1" -- "1" Field: moves across >
EndZone "2" --* "1" Field: contains <
Field "1" *-- "4..6" Line
Line "1" o-- "2..*" Defensemen: move along <
Line "1" o-- "0..1" Referee: move along <
@enduml | false | true | false | false | class |
ccc936b617f675b6eef8229a8a84afc5b9200f25 | 14aff7a8f8c9d4f961962f538398f322fa1a5481 | /ProgramowanieObiektowe/Lista7/PO_L7/out/production/L7/com/company/company.plantuml | 390f5e54c5d2ba33d924c058bfcc42a2ce8d3228 | [] | no_license | jakubprzydatek/studia | 6529c5d024bf42d4c230dc966d8b3fbfa32729f1 | 9ae3ffe6206ed8fccd4434c5646c9993f9cf57fe | refs/heads/main | 2023-04-11T16:40:21.418832 | 2021-04-22T21:56:15 | 2021-04-22T21:56:15 | 318,674,064 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 380 | plantuml | @startuml
title __COMPANY's Class Diagram__\n
namespace com.company {
class com.company.Main {
{static} + main()
{static} - sprawdzArgumenty()
}
}
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 |
8a1ed2a411152551d0448dda24093fa3e28d6dba | b5c2a14e617ed7c41060f08322fe2192736972a4 | /Design Phase/SequenceDiagrams/FR1-2.plantuml | d05336aab73dc0aee470e7f5cf2206c8a2c4066f | [] | no_license | AlpTorac/PSE-Report | 621f8f2ec69f215764d9ad5f23e9ee3ebd381c38 | 55a3dedcdda36639cacd5386b224fd094961f165 | refs/heads/main | 2023-04-03T10:29:33.111467 | 2021-04-06T15:43:51 | 2021-04-06T15:43:51 | 315,664,095 | 0 | 1 | null | 2021-01-07T11:02:59 | 2020-11-24T14:53:15 | TeX | UTF-8 | PlantUML | false | false | 3,185 | plantuml | @startuml
-> "LoadListener l" ++: actionPerformed(ActionEvent e)
"LoadListener l" -> OpenFileAction **: <<creates>> OpenFileAction()
"LoadListener l"-> OpenFileAction: execute()
activate OpenFileAction
OpenFileAction -> FileManager ++: openFile()
return return File
OpenFileAction -> LibertyParser ++: parseLibrary(String)
LibertyParser --> Library ** : <<creates>> Library(String, float[], float[], String, ArrayList<Cell>)
note over Library #FFAAAA: every subclass of\n Attribute is created
LibertyParser -> LibertyParser ++: parseCell(String)
loop for each cell
LibertyParser --> Cell ** : <<creates>> Cell(String, float[], float[], Library, ArrayList<InputPins>, ArrayList<OutputPin>, Leakage[], float)
LibertyParser -> LibertyParser ++: parsePin(String)
loop for each pin
LibertyParser --> InputPin ** : <<creates>> InputPin(String, Cell, ArrayList<InputPower>)
end
loop for each pin
LibertyParser --> OutputPin ** : <<creates>> OutputPin(String, Cell, ArrayList<OutputPower>, ArrayList<Timing>)
end
end
return
return
LibertyParser -> Model++: getInstance()
return return model
LibertyParser -> currentModel ++ : getCurrentProject()
return return currentProject
LibertyParser -> currentProject : setLibraries(libraries)
currentProject --> LibertyParser :
LibertyParser -> currentModel ++ : notify()
currentModel -> Outliner ++: update()
return
return
return
return
return
/'
activate FileManager
"LoadListener l" -> FileManager : getSelectedFile()
note right of FileManager : FileManager filters \n\ unvalid files
FileManager --> "LoadListener l" : return file
deactivate FileManager
"LoadListener l" -> OpenFileAction** : OpenLibraryAction(File file)
deactivate "LoadListener l"
activate OpenFileAction
OpenFileAction -> OpenFileAction : execute()
activate OpenFileAction
OpenFileAction -> LibertyParser: LibertyParser()
activate LibertyParser
LibertyParser -> LibertyParser: parseLibrary(String)
activate LibertyParser
LibertyParser -> Library : new Library(float[], float[])
loop for each cell
LibertyParser -> LibertyParser : parseCell(String)
activate LibertyParser
LibertyParser -> Cell : new Cell()
loop for each pin
LibertyParser -> LibertyParser : parsePin(String)
activate LibertyParser
LibertyParser -> Pin : new Pin()
LibertyParser -->LibertyParser
deactivate LibertyParser
end
LibertyParser --> LibertyParser
deactivate LibertyParser
end
LibertyParser --> LibertyParser
deactivate LibertyParser
LibertyParser --> OpenFileAction
deactivate LibertyParser
OpenFileAction -> Model : getCurrentProject()
activate Model
Model --> OpenFileAction : return project
deactivate Model
OpenFileAction -> Project : getLibraries()
activate Project
Project --> OpenFileAction : return libraries
deactivate Project
OpenFileAction -> Project : setLibraries(libraries)
activate Project
Project --> OpenFileAction
deactivate Project
deactivate OpenFileAction
deactivate OpenFileAction
'/
...
@enduml | false | true | false | false | sequence |
266af65928a89d1f534f6fb5ef201d204de2e2b7 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/blue/1040862/sp3/design4.puml | efd6c5805272e6bea55d8f10ab7bc25944bf4754 | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,289 | puml | @startuml design1.png
skinparam handwritten false
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
boundary MenuView
control WorkbookPresenter
boundary GlobalSearchWindow
boundary WorkbookView
control GlobalSnRCntrl
control GlobalSnRSvc
control GlobalSnRSvcImpl
control ipc06Controller
control Pattern
entity WorkbookDesRepo
entity UserRepository
entity Users
database Database
box "NSheets Client"
participant MenuView
participant WorkbookPresenter
participant WorkbookView
participant GlobalSearchWindow
end box
box "Shared"
participant GlobalSnRSvc
participant GlobalSnRSvcImpl
end box
box "Server"
participant GlobalSnRCntrl
participant ipc06Controller
participant WorkbookDesRepo
participant UserRepository
participant Users
control Pattern
end box
box "Database"
participant Database
end box
User -> MenuView : open workbook sub-menu
MenuView --> WorkbookPresenter : open()
WorkbookPresenter --> WorkbookView : openWindow()
WorkbookView --> GlobalSearchWindow : openWindow()
User -> GlobalSearchWindow : inserts required data
User -> GlobalSearchWindow : onClick() / specificSearchAndReplace
GlobalSearchWindow -> GlobalSnRSvc : showOutputOfWork\nbookSearchAndReplace()
GlobalSnRSvc -> GlobalSnRSvcImpl : showOutputOfWork\nbookSearchAndReplace()
GlobalSnRSvcImpl -> GlobalSnRCntrl : globalSearch()
GlobalSnRCntrl -> ipc06Controller : getWorkbooks\nFromCurrentUser()
ipc06Controller -> UserRepository : findUserByUsername()
UserRepository -> Database : findUserByUsername()
ipc06Controller -> WorkbookDesRepo : listPublicWorkbookDescriptions()
ipc06Controller -> Users : workbooksFromUser()
ipc06Controller -> WorkbookDesRepo :listPrivateWorkbookDescriptions()
GlobalSnRCntrl -> Pattern : match(workbookExpression)
loop
GlobalSnRCntrl -> Pattern : match()
end loop
alt Compilation Success
GlobalSnRCntrl -> WorkbookDesRepo : save()
WorkbookDesRepo -> Database : save()
GlobalSnRCntrl --> WorkbookPresenter : display onSuccess
WorkbookPresenter --> User : Uc success scenario
else Compilation Failure
GlobalSnRCntrl -> WorkbookDesRepo : save()
WorkbookDesRepo -> Database : save()
GlobalSnRCntrl --> WorkbookPresenter : display onFailure
WorkbookPresenter --> User : Uc failure scenario
end
@enduml | false | true | false | false | usecase |
8180a31dc0b1060689b7f761734a59321caf31cc | 64c8dacb32731ce02a24ccd7f4f71da2dabc86e3 | /Module08_Heritage/POOI_Heritage_CompteBancaireSansAbstraction/plantuml/POOI_Heritage_CompteBancaireSansAbstraction/Transactions/TransactionInteret.puml | 7a570902de0c2ba8429d33fdfd9eb3dc04fa8c8c | [
"CC0-1.0"
] | permissive | Mouadh-1994770/420-W20-SF | 0233d6e99d48dea14068db093686507c878892fb | a066b8b1fdcc4cb07f7c274b6aa3c479aee6d505 | refs/heads/master | 2022-12-21T19:44:13.247779 | 2020-06-02T03:21:28 | 2020-06-02T03:21:28 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 127 | puml | @startuml
class TransactionInteret {
+ TransactionInteret(p_montant:decimal)
}
Transaction <|-- TransactionInteret
@enduml
| false | true | false | false | class |
a6b11ae449787a4b3c53ac47826016ca55e5b6f1 | fce25996263e5e7d6825c9887cd6636cafa76445 | /14ood/encapsulation.puml | 80edd95073bc9071d4d2ef585813ee32ae0c21ea | [
"CC-BY-4.0",
"CC-BY-3.0"
] | permissive | janbucher/rsd-engineeringcourse | d6a8f66365060c32298d7e9e469069b77f313338 | e54fa9faa1a36faba726015640a7c6b62fa43d30 | refs/heads/master | 2022-03-03T19:30:08.608224 | 2019-11-12T11:31:08 | 2019-11-12T11:31:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 127 | puml | @startuml
class MyClass {
-privateInstanceVariable
+publicInstanceVariable
-privateMethod()
+publicMethod()
}
@enduml
| false | true | false | false | class |
17683a58c47882f0c2133dcb038a069291fe58a8 | 2733e9340195c6bcd927034ca398b0467c862c7f | /Generator/pipe.puml | 4b1a6f860c9d159748125cab5d080eb021719589 | [] | no_license | adrian-helberg/bachelor | 0026c51b9feb31ba3dc0dafdcd68a30cbd492509 | d5261079a68bbc7c72c11ef93ff1e4f0241e5c51 | refs/heads/master | 2021-07-09T02:59:34.394076 | 2021-03-28T12:52:49 | 2021-03-28T12:52:49 | 237,755,354 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 879 | puml | @startuml
class de.haw.pipeline.pipe.EstimatorPipe {
- {static} Logger logger
+ PipelineContext process(PipelineContext)
}
class de.haw.pipeline.pipe.CompressorPipe {
- {static} Logger logger
+ PipelineContext process(PipelineContext)
}
class de.haw.pipeline.pipe.GeneralizerPipe {
- {static} Logger logger
+ PipelineContext process(PipelineContext)
}
class de.haw.pipeline.pipe.PipelineContext {
+ LSystem lSystem
+ TreeNode<TemplateInstance> tree
+ float wL
+ float w0
+ Random randomizer
+ Estimator estimator
}
class de.haw.pipeline.pipe.InfererPipe {
- {static} Logger logger
+ PipelineContext process(PipelineContext)
}
de.haw.pipeline.Pipe <|.. de.haw.pipeline.pipe.EstimatorPipe
de.haw.pipeline.Pipe <|.. de.haw.pipeline.pipe.CompressorPipe
de.haw.pipeline.Pipe <|.. de.haw.pipeline.pipe.GeneralizerPipe
de.haw.pipeline.Pipe <|.. de.haw.pipeline.pipe.InfererPipe
@enduml | false | true | false | false | class |
18ef6698369e12dd1238a3d5eafd54a564292d67 | 61baeec1f16b6ff7681893c12cf4861fcb8cb5f5 | /Fog/Login.puml | 29b120fb141f0db10e918a1bb36126579ce439bb | [] | no_license | GGGE99/Cupcake | bb997feacba2868eb73938c8fede8c4fcc23ef34 | 883998f4a3f701d5df6e42e556e491b511824482 | refs/heads/master | 2022-07-08T19:46:29.597541 | 2020-04-20T08:37:03 | 2020-04-20T08:37:03 | 246,505,881 | 0 | 0 | null | 2022-06-21T03:15:40 | 2020-03-11T07:41:49 | Java | UTF-8 | PlantUML | false | false | 376 | puml | @startuml
actor User
boundary index.jsp
participant Login
participant UserMapper
database Cupcake
User -> index.jsp : username og password
index.jsp -> Login : Http POST logon
Login -> UserMapper : Login
UserMapper -> Cupcake : login()
Cupcake -> UserMapper : resultset
UserMapper -> Login : OK
Login -> index.jsp : forward
index.jsp -> User : index.jsp viser email
@enduml | false | true | false | false | sequence |
b621ee76d8a7be1ba6b2a4a187991838f165dffa | af702e7cb753b950247958798736e32575e7f6e8 | /pisp.puml | d216470ac122dc959b5e28aa17d1c1940893e491 | [
"Apache-2.0"
] | permissive | jgeewax/mojaloop-pisp | e0f4912a96dc933fd35bbc111c88b3fb06d191c4 | 48464c112a4f8585754892b67d3fbd9a12f709aa | refs/heads/master | 2021-03-28T09:55:31.132846 | 2020-05-02T14:11:25 | 2020-05-02T14:11:25 | 247,855,265 | 2 | 2 | Apache-2.0 | 2020-05-02T14:11:26 | 2020-03-17T01:49:53 | null | UTF-8 | PlantUML | false | false | 9,240 | puml | @startuml
title PISP transfer model\n(using Merchant Request to Pay Model)
actor Ayesha as CA
participant "PISP App" as App
participant "PISP Server\n(DFSP)" as D1
participant "Switch" as S
participant "ALS" as A
participant "Payer DFSP\n(DFSP A)" as D2
participant "Payee DFSP\n(DFSP B)" as D3
actor "Bhavesh\n(B@Somewhere)" as CB
note over S
This proposal does not require changes to API or switch.
DFSPs who participate in the scheme will need to make two changes:
1) If the transfer is initiated by a PISP, copy the quote response to the PISP
2) If the transfer is initiated by a PISP, copy the transfer response to the PISP
Logic to be used to ascertain whether or not the transfer is initiated by a PIPSP
is shown in line.
It is assumed that:
-> all customer authentication is carried out on the customer's device
-> DFSP duties in relation to PISP transfers are defined in the scheme rules and operating guidelines
end note
== Discovery phase ==
CA->App: I would like to transfer\n$100 to B@Somewhere
activate App
App->D1: Ayesha would like to transfer\n$100 to B@Somewhere
activate D1
D1-->App: Got it.
deactivate App
D1->D1: What is Ayesha's payer key?\nIt's A@Elsewhere
D1->S: Which DFSP owns A@Elsewhere?\n(**GET /parties**)
activate S
S-->D1: ""202"": I'll get back to you
deactivate D1
S->A: Which DFSP owns A@Elsewhere?
activate A
A-->S: It's DFSP A
deactivate A
S->D1: DFSP A speaks for A@Elsewhere
activate D1
D1-->S: ""200"": OK, got it
deactivate S
note over D1
The PISP server doesn't need to know
where to send the payment: this will
be handled as part of the transfer from
DFSP A
end note
D1->S: Which DFSP owns B@Somewhere?\n(**GET /parties**)
activate S
S-->D1: 202 I'll get back to you
deactivate D1
S->A: Which DFSP owns B@Somewhere?
activate A
A-->S: It's DFSP B
deactivate A
S->D3: Do you speak for B@Somewhere?
activate D3
D3-->S: ""202"": I'll get back to you
deactivate S
D3->D3: Retrieve customer information for Bhavesh
D3->S: Here's Bhavesh's personal information
activate S
S-->D3: ""200"": OK, got it
deactivate D3
S->D1: DFSP A speaks for B@Somewhere\nThe customer is Bhavesh
activate D1
D1-->S: ""200"": OK, got it
deactivate S
D1->App: System reports\ncustomer name is Bhavesh
activate App
App->CA: That's Bhavesh, right?
CA-->App: Yes, it is
App->D1: Customer is happy that she's\nsending to the right recipient
deactivate App
note over D1
So now I know both the actual parties:
- DFSP A is the payer DFSP
- DFSP B is the payee DFSP
Now I need to request DFSP A to make the payment
end note
D1->S: Please ask DFSP A to transfer\n$100 from Ayesha to Bhavesh
activate S
S-->D1: 202 I'll get back to you
deactivate D1
note over S
The switch receives a message that looks like the one below.
It's a standard Mojaloop message
POST /transactionRequests HTTP/1.1\n\
FSPIOP-Source: PISP
FSPIOP-Destination: DFSP A
{
"transactionRequestId": "8d34f91d-d078-4077-8263-2c047876fcf6",
"payee": {
"partyIdInfo": {
"partyIdType": "ALIAS",
"partyIdentifier": "B@Somewhere",
"fspId": "DFSP B"
}
},
"payer": {
"personalInfo": {
"complexName": {
"firstName": "Ayesha",
"lastName": "Takia"
}
},
"partyIdInfo": {
"partyIdType": "ALIAS",
"partyIdentifier": "A@Elsewhere",
"fspId": "DFSP A"
}
},
"amountType": "RECEIVE",
"amount": {
"amount": "100",
"currency": "USD"
},
"transactionType": {
"scenario": "TRANSFER",
"initiator": "PAYER",
"initiatorType": "CONSUMER"
},
"note": "Ayesha via PISP",
"expiration": "2020-02-15T22:17:28.985-01:00"
]
}
""
end note
S->S: Store this request
S->D2: Please ask DFSP A to transfer\n$100 from Ayesha to Bhavesh
activate D2
D2-->S: 202 I'll get back to you
deactivate S
D2->D2: Store this request
== Agreement Phase ==
D2->S: Please provide me with a quotation for this transfer
activate S
S-->D2: 202 I'll get back to you
deactivate D2
note over S
Again, this is a completely standard quote request
Note that it includes the transactionRequestId from the original request
FSPIOP-Source: DFSP A
FSPIOP-Destination: DFSP B
{
"quoteId": "7c23e80c-d078-4077-8263-2c047876fcf6",
"transactionId": "85feac2f-39b2-491b-817e-4a03203d4f14",
"transactionRequestId": "8d34f91d-d078-4077-8263-2c047876fcf6",
"payee": {
"partyIdInfo": {
"partyIdType": "ALIAS",
"partyIdentifier": "B@Somewhere",
"fspId": "DFSP B"
}
},
"payer": {
"personalInfo": {
"complexName": {
"firstName": "Ayesha",
"lastName": "Takia"
}
},
"partyIdInfo": {
"partyIdType": "ALIAS",
"partyIdentifier": "A@Elsewhere",
"fspId": "DFSP A"
}
},
"amountType": "RECEIVE",
"amount": {
"amount": "100",
"currency": "USD"
},
"transactionType": {
"scenario": "TRANSFER",
"initiator": "PAYER",
"initiatorType": "CONSUMER"
},
"expiration": "2020-02-15T22:17:28.985-01:00"
}
end note
S->D3: Please quote on this proposed transfer
activate D3
D3-->S: 202 I'll get back to you
deactivate S
D3->D3: Prepare the quotation
D3->S: Here is the quotation
activate S
S-->D3: 200 OK, got it
deactivate D3
note over S
Now we need to make a change to how things work now.
We need to report this information to the PISP,
so that it can:
a) Understand the progress of the transfer
b) Report on the terms of the transfer (e.g. fees) to the customer
end note
S->D2: Here is the quote response
activate D2
D2-->S: 200 OK, got it
deactivate S
D2->D2: Is this a payee-initiated quote?\n(i.e. does the quote have a transactionRequestId?)
alt No, it isn't
D2->D2: Do nothing
else Yes, it is.
D2->D2: Find the related transaction request
D2->D2: Is the payee DFSP the same as the requester DFSP?
alt Yes, it is.
D2->D2: This is a payee-initiated transfer.\nDo nothing
else No, it isn't
D2->S: Forward the quote response to the PISP
activate S
S-->D2: 200 OK, got it
note over S
This is syntactically ugly, because you shouldn't send
a **PUT** except in response to a request. But we'll worry
about that later...
end note
S->D1: Here's the quote you asked for
activate D1
D1-->S: 200 OK, got it
deactivate S
D1->D1: WTF?
D1->D1: Oh, OK. I can see that this is a response\nto a transfer request. I'll look up the transfer request
D1->D1: Store the quote with the transfer request
deactivate D1
D2->S: Please ask the customer to validate the transfer\n**GET /authorizations/transactionRequestId**
activate S
S-->D2: 202 I'll get back to you
deactivate D2
S->D1: Please ask the customer to validate the transfer\n**GET /authorizations/transactionRequestId**
activate D1
D1-->S: 202 I'll get back to you
deactivate S
D1->D1: Get me the quote data for this transfer request
D1->App: Here are the terms for your customer's transfer
activate App
App-->D1: 202 I'll get back to you
App->CA: Here are the terms for your transfer.\nPlease authenticate yourself and confirm\nthat you're happy to proceed
CA->App: Here's my fingerprint. I'm happy to proceed
App->D1: Customer has approved the terms.
D1-->App: 200 OK, got it
deactivate App
D1->S: Customer has confirmed the transfer
activate S
S-->D1: 200 OK, got it
deactivate D1
S->D2: Customer has confirmed the transfer
activate D2
D2-->S: 200 OK, got it
deactivate S
D2->D2: Store the transfer request number against\nthe transaction number given in the quote.\nThis will be useful when the transfer comes back
== Transfer Phase ==
note over D2
So now Ayesha's bank knows that she has confirmed
that she wants to complete the transfer on the terms
offered by Bhavesh's DFSP. The bank can go ahead
and request the transfer.
It does this in the normal way, and we pick the story
up again when the successful transfer message is received
by DFSP A
end note
D2->D2: Do I have a transfer request associated\nwith this transaction?
note over D2
We're in the Yes box, so, er, yes.
end note
D2->S: Forward the transfer response to the PISP
activate S
S-->D2: 200 OK, got it
deactivate D2
note over S
This too is syntactically ugly, because you shouldn't send
a **PUT** except in response to a request. But we'll worry
about that later...
end note
S->D1: Here's the status of the transfer you asked for
activate D1
D1-->S: 200 OK, got it
deactivate S
D1->D1: WTF?
D1->D1: Oh, OK. I can see that this is a response\nto a transfer request.\nI'll look up the quote with this transaction ID\n and use it to find the transfer request
D1->App: Transfer was successful
activate App
App->CA: Your funds were successfully transferred to Bhavesh.
CA-->App: Thank you very much.
deactivate App
deactivate D1
end
end
@enduml | false | true | false | false | usecase |
c956c17d8eb49c92ef995ef9a50e4514e9d05cde | 55261e1e9a841f514598d8fb0fbe95a7493460e3 | /class/classes/logic/transaction.puml | f69aacb243d3a2951233e5e40f521d57a6d968f4 | [] | no_license | LucasIsasmendi/lisk-core-plantuml | ac01094fd56590b361ab8992b52f0cfc3175aa60 | e0941f6e800dc16a9dc0f8367304149fbf2200e1 | refs/heads/master | 2021-01-21T11:53:42.861882 | 2017-05-24T12:56:58 | 2017-05-24T12:56:58 | 91,758,697 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,184 | puml | @startuml
class Transaction < logic > {
- __private: {}
- self: this
- modules
.. this.scope ..
- db
- ed
- schema
- genesisblock
- account
- logger
.. modules ..
- rounds
.. prototype ..
+ dbTable: trs
+ schema: Transaction
+ dbFields
-- Methods --
+ Transaction (db, ed, schema, genesisblock, account,
logger, cb)
+ create (data)
+ attachAssetType (typeId, instance)
+ sign (keypair, trs)
+ multisign (keypair, trs)
+ getId (trs)
+ getHash (trs)
+ getBytes (trs, skipSignature, skipSecondSignature)
+ ready (trs, sender)
+ countById (trs, cb)
+ checkConfirmed (trs, cb)
+ checkBalance (amount, balance, trs, sender)
+ process (trs, sender, requester, cb)
+ verify (trs, sender, requester, cb)
+ verifySignature (trs, publicKey, signature)
+ verifySecondSignature (trs, publicKey, signature)
+ verifyBytes (bytes, publicKey, signature)
+ apply (trs, block, sender, cb)
+ undo (trs, block, sender, cb)
+ applyUnconfirmed (trs, sender, requester, cb)
+ undoUnconfirmed (trs, sender, cb)
+ dbSave (trs)
+ afterSave (trs, cb)
+ objectNormalize (trs)
+ dbRead (raw)
+ bindModules (rounds)
}
@endtuml
| false | true | false | false | class |
fecfb0df1224eb75255a6fcade5439ddc476eab9 | d3cd0a2c59a9d665b660719247f8929d243f18d8 | /9/wochenblatt-9-cnlutong-main/bbb_intitial_version/soll_zustand.puml | dc08c6ca3b3dd0a63af927774e682a9feca44857 | [] | no_license | cnlutong/propra1wiederholen | 3f31f38414f7391a56a82e042e3ddeab75d847a2 | db475eab50db5f9dbbfb64c2be2915319e592541 | refs/heads/main | 2023-07-04T03:07:45.399281 | 2021-08-04T23:16:02 | 2021-08-04T23:16:02 | 388,620,118 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 145 | puml | @startuml
class Marketing
class KundenRepository <<repository>>
class MailVersand
class MarketingCore
class WetterDienst
class Kalender
@enduml | false | true | false | false | class |
b7feb41ecae3003ccc9154af00c620d5709f7a80 | a1f38b56c2a5674ddf2f84a60c8e414cbda32371 | /docs/diagrams/store.puml | b943df11e7dfd96605e4529669fc7e32e4ef6502 | [
"Apache-2.0"
] | permissive | go-po/po | d6ee7cbca092ffbed27174826c382c8d238f1eea | a9c877c3e461c54edaeda820fcbf3f38aa866be5 | refs/heads/master | 2020-12-22T10:21:53.589376 | 2020-08-16T19:24:47 | 2020-08-16T19:24:47 | 236,748,932 | 2 | 0 | Apache-2.0 | 2020-08-16T19:24:48 | 2020-01-28T14:05:10 | Go | UTF-8 | PlantUML | false | false | 248 | puml | @startuml
hide empty members
' Implicit Interfaces
interface Store {
ReadRecords()
Begin() store.Tx
Store()
}
class InMemory {
}
class Postgres {
}
Store -r-> Tx : Creates
InMemory -u-|> Store
Postgres -u-|> Store
@enduml
| false | true | false | false | sequence |
cc7b9cbc187bf053753c76f3e3873e3f90464c05 | b4423b8d2b2e6d636a1370165229a8b8a25ad90c | /images/marbluino.plantuml | 4c4ff5cc8bc5458abb2264689e0aa989891b66e9 | [
"MIT"
] | permissive | jablan/stari-blog | 4ef5e307b21eb5fbd3829a27596fb85ef6e84802 | 857a81a562ea3e51e42c05020c66d322117e8b50 | refs/heads/master | 2023-01-28T02:24:51.270082 | 2021-03-14T15:02:24 | 2021-03-14T15:02:24 | 53,126,407 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 196 | plantuml | @startuml Marbluino
(Master) <-> (Slave1) : position
(Master) <-> (Slave2) : position
(Slave1) <-> (Slave2) : position
(Slave1) <-- (Master) : game data
(Slave2) <-- (Master) : game data
@enduml | false | true | false | false | sequence |
7990896fa19f19081054893911a6270c3ff61429 | b78fe46d0492145fbd29f94731a841fa579651ea | /src/main/webapp/doc/LesEvaluations.puml | 38c37ebfe38eb9ba203322065c25f7206c58d990 | [] | no_license | michel-plasse/siomassy2021 | 94a35a2607ccef3e4577a83ccffe921710f8a769 | 8afc0887ede9c88cc72d1b65210e921cda87a9a1 | refs/heads/master | 2023-05-05T04:37:47.986442 | 2021-05-25T00:19:06 | 2021-05-25T00:19:06 | 353,038,986 | 4 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 938 | puml | @startuml
' par défaut, les couches sont disposées dans l'ordre d'apparition
' nous utilison participant pour préciser qu'après Navigateur il y a Vue et non Controleur
participant Navigateur
participant Vue
Navigateur -> Controleur: GET /evaluations
Controleur -> Dao: evaluatinsDao.getByEvaluations()
Dao -> SGBD: SELECT ...
SGBD -> Dao: Evaluations trouvées
Dao -> Controleur: List<Evaluation>
Controleur -> Vue: Evaluations.jsp
Vue -> Navigateur: html
@enduml
/' (commentaire sur plusieurs lignes, comme en Java, avec ' qui remplace *)
1ere étape
Créer le contrôleur et une vue minimale, et tester
Pour cela, créer une servlet MesCanauxServlet dans fr.siomassy2021.controller, avec
le chemin (utl) /mescanaux.
=> commit
2e étape
Mettre des canaux en dur dans le contrôleur,
et les afficher dans la JSP.
=> commit
3e étape
Appel de la Dao, qui construit la liste en dur
Le memberId est aussi mis en dur à 1
=> commit
'/ | false | true | true | false | sequence |
cad045ce7117dc7a3592738956ad1775a5059822 | fa3f5368cbba48de3b9c57c79785e51086afb04d | /plantuml/Android-RouteTypes.plantuml | 1130031d904838ac04a206e087038bf3b05a4f7c | [] | no_license | langenhagen/experiments-and-tutorials | 8f853675e0d8718581c33ff099fcb35c8958f315 | 9598af1b8be7ebe8462a0bbfc87a6edfa5063741 | refs/heads/master | 2023-08-03T15:07:38.757388 | 2023-07-31T16:15:34 | 2023-07-31T16:15:34 | 211,196,519 | 4 | 1 | null | 2022-03-27T10:02:49 | 2019-09-26T23:15:40 | HTML | UTF-8 | PlantUML | false | false | 264 | plantuml | @startuml
class RouteTypes {
FASTEST
SHORTEST
BALANCED
}
class RouteOptions {
}
class Type {
FASTEST
SHORTEST
BALANCED
}
RouteOptions +-- Type
note "Looks redundant" as N1
@enduml | false | true | false | false | class |
11f75e731ca78066432c37be09a75b04b08eb652 | e5a08cb9be84408f6eef11216c7478bd2693fcae | /documentation/usecasediagrams/CallingOnAStudent.plantuml | 6c699c883c8b4e1fab6aea539f22f3a69c699725 | [] | no_license | JamesKang26/ColdCallSystem | bfc938664663af4524b9dd0eb323b062d6b4a575 | 39035c823b2c6d86cf0c1d2b858f690d7c970026 | refs/heads/master | 2021-05-23T17:18:13.790728 | 2020-04-06T04:59:00 | 2020-04-06T04:59:00 | 253,398,079 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,583 | plantuml | @startuml
actor User as User
participant ":Instructor Interface" as InstructorUI
participant ":Cold Call Class" as List
participant ":Cold Call Queue" as Queue
participant ":Cold Call Class" as Class
participant ":State Persistence" as StatePersistence
participant ":Reporting" as Reporting
participant "To Remove: Student" as Student
database "2020-01-01.txt : Daily Log Export" as DailyLogFile
autoactivate on
note over User, DailyLogFile: Previous state data already loaded in
== Getting the queue ==
User -> InstructorUI : activates queue interface
InstructorUI -> List : getClassList()
List --> InstructorUI : list of class names
InstructorUI -> List : getClass(class_name);
List --> InstructorUI : class pointer
InstructorUI -> Class : getQueue()
Class --> InstructorUI : queue pointer
InstructorUI -> Queue : getOnDeck()
Queue --> InstructorUI : current On Deck list provided
InstructorUI --> User : On Deck UI available
== Removing a student from the On Deck queue ==
User -> InstructorUI : remove student from On Deck
InstructorUI -> Queue : removeOnDeck(position, flag)
Queue -> Student : participate(flag)
Student --> Queue
Queue -> Reporting : appendDailyLog(class_name, student, time, flag)
Reporting -> DailyLogFile : append file
DailyLogFile --> Reporting
Reporting --> Queue
note over Queue: student is reinserted randomly
Queue -> StatePersistence : exportState(roster)
StatePersistence --> Queue
Queue --> InstructorUI
InstructorUI -> Queue : getOnDeck()
Queue --> InstructorUI : current On Deck list updated
InstructorUI --> User : On Deck UI updated
@enduml
| false | true | false | false | usecase |
51190e3ca669054249b5617f4d498c8ec1fdee5a | 651a2439478b74a6a9fd06cb27edc0105b62105c | /docs/catalog-of-terms/Domain-Event/domain-event.puml | 756b764dc2d492a8d865c132e991d06ed40ac4e8 | [
"MIT"
] | permissive | NicoJuicy/modular-monolith-with-ddd | 2abbaefe3e715faf009257db1ce76d2ac0539a7b | ff54f9e6a2f8a672ea0aef5ffe7c163b0b8eb7b8 | refs/heads/master | 2023-01-20T16:11:47.006416 | 2022-08-23T20:58:28 | 2022-08-23T20:58:28 | 221,891,602 | 0 | 0 | MIT | 2023-01-18T14:33:28 | 2019-11-15T09:36:27 | null | UTF-8 | PlantUML | false | false | 348 | puml | @startuml
class SubscriptionPaymentCreatedDomainEvent {
+SubscriptionPaymentId
+PayerId
+SubscriptionPeriodCode
+CountryCode
+Status
+Value
+Currency
}
class DomainEventBase
interface IDomainEvent {
+Id
+OccurredOn
}
IDomainEvent <|-- DomainEventBase: implements
DomainEventBase <|-- SubscriptionPaymentCreatedDomainEvent: extends
@enduml | false | true | false | false | class |
a94f1b1c5154899e76ec42be5a6aa754245142fb | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140611/sprint1/share_cell_send_image.puml | 69ad3b042b65012081613457606a1ddeaaaf24ff | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,573 | puml | @startuml doc-files/share_cell_send_image.png
actor User
participant "<<analysis>>\nShareCellUI" as ShareCellUI
participant "<<analysis>>\nShareCellController" as ShareCellController
participant "<<analysis>>\nVolt.UdpClient" as Volt.UdpClient
participant "<<analysis>>\nVolt.UdpServer" as Volt.UdpServer
User->ShareCellUI: starts operation
ShareCellUI->ShareCellController: new ()
activate ShareCellController
ShareCellController->Volt.UdpClient: new ()
ShareCellController->Volt.UdpServer: new ()
deactivate ShareCellController
ShareCellUI->ShareCellController: List<String> lst = getOtherInstances()
loop
activate ShareCellController
ShareCellController->Volt.UdpClient: send(":broadcast")
note right of ShareCellController: manager.after(1).every(5).fire(broadcast)
ShareCellController->Volt.UdpServer: expect(":ip|:port")
deactivate ShareCellController
end
ShareCellUI->User: Shows other available instances
note left of ShareCellUI: in a sidebar window
User->ShareCellUI: Selects instance
note right of ShareCellUI: String target = instance.ip+":"instance.port
User->ShareCellUI: Send Cell
activate ShareCellUI
ShareCellUI->ShareCellUI: List<Cell> cells = getSelectedCells()
ShareCellUI->ShareCellController: sendCells(target, cells)
activate ShareCellController
deactivate ShareCellUI
note right of ShareCellController: String msg = "";\nfor(Cell cell : cells){\n msg+=cell.address+"|"+cell.value+"|";\n}
ShareCellController->Volt.UdpClient: send(":address|:value", target, msg)
deactivate ShareCellController
ShareCellUI->User: Cell has been shared
@enduml | false | true | false | false | usecase |
a2096d6cfaa0a62ab77f304d0f3d0f79f9707346 | a546db78e9806979e459831fb16c6e51878eb60b | /src/main/model/data/source/template/template.plantuml | abefd9397c9a518cb63d3929fc3e1604632b0ec4 | [] | no_license | Bryce-MW/WikidataExplorer | 92fd35b8e9364d9bd7e005a39d321bc788ea049f | 9ad2dac3c82077466dcb36f25128611881f8965b | refs/heads/master | 2023-06-22T20:58:25.975518 | 2021-07-25T22:33:33 | 2021-07-25T22:33:33 | 287,648,884 | 5 | 1 | null | 2020-08-16T06:03:52 | 2020-08-15T00:23:27 | Java | UTF-8 | PlantUML | false | false | 5,086 | plantuml | @startuml
title __TEMPLATE's Class Diagram__\n
namespace model.data {
namespace source {
namespace template {
class model.data.source.template.Alias {
+ language : String
{static} + serialVersionUID : long
+ value : String
+ toString()
}
}
}
}
namespace model.data {
namespace source {
namespace template {
class model.data.source.template.Claim {
+ id : String
+ qualifiers : Map<String, List<Qualifier>>
+ rank : String
+ references : List<Reference>
{static} + serialVersionUID : long
+ type : String
+ toString()
}
}
}
}
namespace model.data {
namespace source {
namespace template {
class model.data.source.template.DataValue {
{static} + serialVersionUID : long
+ type : String
+ value : Object
+ toString()
}
}
}
}
namespace model.data {
namespace source {
namespace template {
class model.data.source.template.Description {
+ language : String
{static} + serialVersionUID : long
+ value : String
+ toString()
}
}
}
}
namespace model.data {
namespace source {
namespace template {
class model.data.source.template.Entities {
+ entities : Map<String, Entity>
{static} + serialVersionUID : long
+ toString()
}
}
}
}
namespace model.data {
namespace source {
namespace template {
class model.data.source.template.Entity {
+ aliases : Map<String, List<Alias>>
+ claims : Map<String, List<Claim>>
+ descriptions : Map<String, Description>
+ id : String
+ labels : Map<String, Label>
+ lastrevid : int
+ modified : String
+ representations : Map<String, Label>
{static} + serialVersionUID : long
+ sitelinks : Map<String, SiteLink>
+ type : String
+ toString()
}
}
}
}
namespace model.data {
namespace source {
namespace template {
class model.data.source.template.Label {
+ language : String
{static} + serialVersionUID : long
+ value : String
+ toString()
}
}
}
}
namespace model.data {
namespace source {
namespace template {
class model.data.source.template.Qualifier {
+ datatype : String
+ hash : String
+ property : String
{static} + serialVersionUID : long
+ snaktype : String
+ toString()
}
}
}
}
namespace model.data {
namespace source {
namespace template {
class model.data.source.template.Reference {
+ hash : String
{static} + serialVersionUID : long
+ snaks : Map<String, List<Snak>>
+ snaksOrder : List<String>
+ toString()
}
}
}
}
namespace model.data {
namespace source {
namespace template {
class model.data.source.template.SiteLink {
+ badges : List<String>
{static} + serialVersionUID : long
+ site : String
+ title : String
+ url : String
+ toString()
}
}
}
}
namespace model.data {
namespace source {
namespace template {
class model.data.source.template.Snak {
+ datatype : String
+ property : String
{static} + serialVersionUID : long
+ snaktype : String
+ toString()
}
}
}
}
model.data.source.template.Alias .up.|> java.io.Serializable
model.data.source.template.Claim .up.|> java.io.Serializable
model.data.source.template.Claim o-- model.data.source.template.Snak : mainsnak
model.data.source.template.DataValue .up.|> java.io.Serializable
model.data.source.template.Description .up.|> java.io.Serializable
model.data.source.template.Entities .up.|> java.io.Serializable
model.data.source.template.Entity .up.|> java.io.Serializable
model.data.source.template.Label .up.|> java.io.Serializable
model.data.source.template.Qualifier .up.|> java.io.Serializable
model.data.source.template.Qualifier o-- model.data.source.template.DataValue : datavalue
model.data.source.template.Reference .up.|> java.io.Serializable
model.data.source.template.SiteLink .up.|> java.io.Serializable
model.data.source.template.Snak .up.|> java.io.Serializable
model.data.source.template.Snak o-- model.data.source.template.DataValue : datavalue
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 |
4db9821dd8dff9910f00de12986e4ec903dd824e | ccae9bd054642400986b62220db42517f18b4315 | /week4/day3/modeld-string-instrument/modeld-string-instrument.puml | 67574340820a6190d421aef54bbad35788007879 | [] | no_license | green-fox-academy/Jhona3 | aa20e5c696814c5eb2b94392a87005663d848e98 | 942caa25a73009af92d9ca629ff486ab77cb0601 | refs/heads/master | 2020-05-04T15:29:21.814206 | 2019-05-28T15:06:12 | 2019-05-28T15:06:12 | 179,243,040 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 561 | puml | @startuml
abstract Instrument{
{field} # name
{abstract} + play()
}
abstract StringedInstrument{
{field} # numberOfStrings
{abstract} + sound()
{method} + play()
}
Instrument <|-- StringedInstrument
class ElectricGuitar{
{method}ElectricGuitar()
{method} ElectricGuitar(int)
}
class BassGuitar{
{method} BassGuitar
{method} BassGuitar(int)
}
class Violin{
{method} Violin
{method} Violin(int)
}
StringedInstrument <|-- ElectricGuitar
StringedInstrument <|-- BassGuitar
StringedInstrument <|-- Violin
@enduml | false | true | false | false | class |
db8df469014515bfea5a7ff18e723b6bf2747798 | 532461252879f2e0f8b67ff3e70ae2c0e1083f33 | /AA2/Frontend/use-case.plantuml | d30ab0238bcd8855d71546f947679fb606d69a70 | [
"MIT"
] | permissive | FocusCompany/Documents | 2da60735e45bfc2af5336973d2899ea118b3a0f4 | 36d52a5426b0eac2c0d08c00f449ac32069addc6 | refs/heads/master | 2021-05-07T07:19:26.807783 | 2018-08-16T17:00:55 | 2018-08-16T17:00:55 | 109,117,519 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 708 | plantuml | @startuml
left to right direction
actor Utilisateur
rectangle Frontend {
Utilisateur --- (Accéder à ses activités)
Utilisateur --- (Connexion)
Utilisateur --- (Inscription)
Utilisateur --- (Modifier paramètres)
(Accéder à ses activités) <.. (Filtrer les activités) : <<extend>>
(Accéder à ses activités) .> (Connexion) : <<include>>
(Connexion) <.. (Mot de passe oublié) : <<extend>>
(Connexion) .> (Inscription) : <<include>>
(Modifier paramètres) .> (Connexion) : <<include>>
(Modifier paramètres) <.. (Modifier préférences) : <<extend>>
(Modifier paramètres) <.. (Gérer les ordinateurs connectés) : <<extend>>
(Modifier paramètres) <.. (Créer des filtres) : <<extend>>
}
@enduml
| false | true | true | false | usecase |
145444dfb36d2ce6e2119ad8ed0dffbfe9329eeb | fb110fead2ecfffb4b78d3920da1a3d162bd1932 | /de.gematik.ti.cardreader.provider.api/doc/plantuml/CRPAPI/events.plantuml | 9caf79c302005374c21da608e7dd253e0c94096b | [
"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 | 1,400 | plantuml | @startuml
namespace de.gematik.ti.cardreader.provider.api {
namespace events {
abstract class de.gematik.ti.cardreader.provider.api.events.AbstractCardReaderEvent {
+ getCardReader()
# AbstractCardReaderEvent()
}
}
}
namespace de.gematik.ti.cardreader.provider.api {
namespace events {
class de.gematik.ti.cardreader.provider.api.events.CardReaderConnectedEvent {
+ CardReaderConnectedEvent()
+ getInitStatus()
}
}
}
namespace de.gematik.ti.cardreader.provider.api {
namespace events {
class de.gematik.ti.cardreader.provider.api.events.CardReaderDisconnectedEvent {
+ CardReaderDisconnectedEvent()
}
}
}
de.gematik.ti.cardreader.provider.api.events.AbstractCardReaderEvent o-- de.gematik.ti.cardreader.provider.api.ICardReader : cardReader
de.gematik.ti.cardreader.provider.api.events.CardReaderConnectedEvent -up-|> de.gematik.ti.cardreader.provider.api.events.AbstractCardReaderEvent
de.gematik.ti.cardreader.provider.api.events.CardReaderConnectedEvent o-- de.gematik.ti.cardreader.provider.api.listener.InitializationStatus : initStatus
de.gematik.ti.cardreader.provider.api.events.CardReaderDisconnectedEvent -up-|> de.gematik.ti.cardreader.provider.api.events.AbstractCardReaderEvent
@enduml
| false | true | false | false | class |
9e60c7a798f7ca160ec9df2159d5dbb4e73c1147 | bebdf7c96ad9f6e844265b479ace3ecaecb89ebe | /diagrams/MemoryStoreContainer.puml | f625cd5140f6647187d463dda3dac2fb0cb63c34 | [
"Apache-2.0"
] | permissive | jet/equinox | 006563a3a89db566311014c1ffd4ca320940a315 | da083a37ae520a1ad1f710f947b07d891c04c9bb | refs/heads/master | 2023-08-17T16:52:57.655413 | 2023-08-09T17:28:09 | 2023-08-09T17:28:09 | 101,387,536 | 439 | 80 | Apache-2.0 | 2023-09-14T01:30:20 | 2017-08-25T09:15:13 | F# | UTF-8 | PlantUML | false | false | 1,678 | puml | @startuml
!includeurl https://raw.githubusercontent.com/skleanthous/C4-PlantumlSkin/master/build/output/c4.puml
title Container diagram for Equinox.MemoryStore
caption High level layout of an integration test scenario using MemoryStore in lieu of a Durable Store
rectangle inputs <<External Component>> [
**Input Simulators**
]
together {
rectangle "Equinox.MemoryStore" <<Container>> {
rectangle eqxms <<Component>> [
Equinox.MemoryStore
]
}
actor "Integration\nTests" <<Internal>> as tests
database caches <<External>> [
**Read Model Simulators**
**and/or Concrete Stores**
]
}
rectangle "System Under Test + Simulators" <<Container>> {
rectangle "Application Under Test" <<Container>> as aggregate {
rectangle aggregate1 <<Component>> [
Aggregate / Service 1
]
rectangle aggregate2 <<Component>> [
Aggregate / Service 2
]
}
rectangle ingesters <<Container>> [
**Ingesters Under Test**
]
rectangle reactors <<Container>> [
**Reactors Under Test**
]
}
tests -D-> aggregate : act on
tests <- caches : may probe\neventually\nconsistent
tests -L-> eqxms : may validate\nby probing
aggregate <.L.> eqxms : Transact/\nQuery
ingesters -> aggregate1 : run transactions against
ingesters -U-> caches : maintain\nviews\nin
ingesters <.U. inputs : feed into
reactors <- eqxms : can subscribe to
reactors <-D-> aggregate2 : run transactions against
reactors -U-> caches : drive reactions by writing into
ingesters -[hidden]R--> reactors
@enduml | false | true | false | false | sequence |
bb32096928f19f136afab20df9cb23fcd5cb6509 | 9e101f61f9893795d4c2c6fcb404b9be386547f0 | /diagrams/bugs/sequence.plantuml | ac5ba545ac50928a3edffdc5f3d3b6181f6d638c | [
"MIT"
] | permissive | tienvx/mbt-assets | 6ed2f3682e2b29c2fcbfdc3ae9eeb97834c84ab4 | ee411bd11e6496e295346077b920ba9af07d3ac6 | refs/heads/master | 2020-05-17T23:53:51.386275 | 2019-04-30T11:56:07 | 2019-04-30T11:56:07 | 184,045,395 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,013 | plantuml | @startuml
actor User as user << Human >>
participant "MBT Bundle" as bundle
database Database as database
entity Queue as queue
user -> bundle : Bulk report bugs (bulk reduce bugs)
activate bundle
bundle -> queue : Create queue items
activate queue
queue --> bundle
deactivate queue
bundle --> user : Number of bugs queued
deactivate bundle
user -> bundle : Edit bug
activate bundle
bundle -> database : Store bug
activate database
database --> bundle
deactivate database
bundle -> database : Get bug
activate database
database --> bundle : Bug details
deactivate database
bundle --> user : Bug details
deactivate bundle
user -> bundle : View bug
activate bundle
bundle -> database : Get bug
activate database
database --> bundle : Bug details
deactivate database
bundle --> user : Bug details
deactivate bundle
user -> bundle : View bugs
activate bundle
bundle -> database : Get bugs
activate database
database --> bundle : Bug list
deactivate database
bundle --> user : Bug list
deactivate bundle
@enduml
| false | true | false | false | usecase |
ae97f25b243f1019c8594c72657b0267664e5b9d | c18e4c785785169cf4137dc6667375dacfd87519 | /create-online-payment.puml | c1c85c7d82b62bb89ea4690471aa48668809c477 | [
"Apache-2.0"
] | permissive | TheBund1st/tiantong-docs | cb0506a53e4e2204defd211616f10d8c03c27804 | 6798343302807e8dd8aeb680bbaf29d8c9e183f2 | refs/heads/master | 2020-05-20T06:04:09.982929 | 2019-05-18T02:42:25 | 2019-05-18T02:42:25 | 185,420,660 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 327 | puml | @startuml
interface ProviderSpecificCreateOnlinePaymentGateway <<Output Port>> {
{method} create(onlinePayment: OnlinePayment, request: ProviderSpecificCreateOnlinePaymentRequest): ProviderSpecificLaunchOnlinePaymentRequest
}
class Merchant {
{field} id
}
class Payable {
{field} appId
{field} objectId
}
@enduml | false | true | false | false | class |
087e300a75a65cb86ea3c5ca4773a45849d4f1a6 | 4d82b0d65ad85bca4deb49e6ce4257b358ae4670 | /figure-4.3.puml | 90db9967f5618837039e0087958e5c0456e25891 | [] | no_license | netpyoung/bs.uml-distilled | d0877c8e69156560d2c252c6dcc24bf4764105cd | 9ae1c24be4b8d3f0456d2b2e1d6fc8e0843f21bc | refs/heads/master | 2020-04-21T05:10:41.074540 | 2019-02-06T00:10:17 | 2019-02-06T00:11:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 736 | puml | @startuml
[-> Handler : query database
activate Handler
create QueryCommand
Handler -> QueryCommand : new
activate QueryCommand
create DatabaseStatement
QueryCommand -> DatabaseStatement : new
QueryCommand -> DatabaseStatement : execute
activate DatabaseStatement
QueryCommand <-- DatabaseStatement : results
deactivate DatabaseStatement
QueryCommand -> QueryCommand : extract results
activate QueryCommand
deactivate QueryCommand
QueryCommand -> DatabaseStatement : close
destroy DatabaseStatement
Handler <-- QueryCommand : results
deactivate QueryCommand
destroy QueryCommand
deactivate Handler
@enduml
| false | true | false | false | sequence |
628fea5b2d2f8484b7b6301325da446657e85c58 | d23570a7eb909eaea459bb116561d7422453edaf | /src/Docs/Resources/current/2-internals/1-core/10-erd/_puml/erd-shopware-core-content-newsletter.puml | cf470aca67ff589b16908c5292ce3e946b2608f9 | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | renebitter/platform | 3ffdf76dae3122378da8181a33fb1616af3cce4c | a31a01b2ada6b425b586f0f8f4635e7706e652d7 | refs/heads/master | 2020-06-29T06:52:37.127167 | 2019-08-02T15:12:55 | 2019-08-02T15:12:55 | 200,465,805 | 1 | 0 | MIT | 2019-08-04T08:02:57 | 2019-08-04T08:02:57 | null | UTF-8 | PlantUML | false | false | 2,607 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition, "newsletter_recipient\n(Newsletter recipient)") {
primary_key(id) id
not_null(email) string
title string
firstName string
lastName string
zipCode string
city string
street string
status string
hash string
customFields customFields
confirmedAt date
salutationId foreignKey
not_null(languageId) foreignKey
not_null(salesChannelId) foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition, "newsletter_recipient_tag\n(M:N Mapping)") {
primary_key(newsletterRecipientId) foreignKey
primary_key(tagId) foreignKey
}
ForeignTable(ShopwareCoreSystemSalutationSalutationDefinition, "salutation") {
}
ForeignTable(ShopwareCoreFrameworkLanguageLanguageDefinition, "language") {
}
ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") {
}
ForeignTable(ShopwareCoreSystemTagTagDefinition, "tag") {
}
' relationshipd
ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition --> ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition --> ShopwareCoreSystemTagTagDefinition
@enduml
| false | true | false | false | uml-unknown |
39c6d54ff041d8eeca21b4fc8db78d36d1c1e1e4 | 5bda871fceb094fb9925872cf46794a7bb523678 | /src/main/java/visitor/examples/intrusive/intrusive.plantuml | a69f88cdbe3ba16a0f6255d9c192cf2ae36c37df | [] | no_license | jestin-g/java-design-pattern | 9ec3526091fd4a5b795b035e3d6ae54a064e9ed2 | da908b77cced2e25640f68f22d4bccda88e1321e | refs/heads/master | 2023-02-11T14:12:52.417590 | 2021-01-06T16:48:53 | 2021-01-06T16:48:53 | 307,839,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,241 | plantuml | @startuml
title __INTRUSIVE's Class Diagram__\n
namespace visitor.examples.intrusive {
class visitor.examples.intrusive.AdditionExpression {
+ AdditionExpression()
+ print()
}
}
namespace visitor.examples.intrusive {
class visitor.examples.intrusive.Demo {
{static} + main()
}
}
namespace visitor.examples.intrusive {
class visitor.examples.intrusive.DoubleExpression {
- value : double
+ DoubleExpression()
+ print()
}
}
namespace visitor.examples.intrusive {
abstract class visitor.examples.intrusive.Expression {
{abstract} + print()
}
}
visitor.examples.intrusive.AdditionExpression -up-|> visitor.examples.intrusive.Expression
visitor.examples.intrusive.AdditionExpression o-- visitor.examples.intrusive.Expression : left
visitor.examples.intrusive.AdditionExpression o-- visitor.examples.intrusive.Expression : right
visitor.examples.intrusive.DoubleExpression -up-|> visitor.examples.intrusive.Expression
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 |
c8d61cc437084239731dd14fb0266ca4819ea171 | 3d0202f39a574efe62f65f798e286b9da210ae67 | /docs/design/network-discovery/port-FSM.puml | dd40f1e1b95102ba3bd7c535a6b6235885d19a91 | [
"Apache-2.0"
] | permissive | mohit-wadhwa/open-kilda | b2540337c3aacef9442b61b2eabf5cec53a0a5a7 | eca1ecf95f88fdb6c622e56e6a17731ca8693c19 | refs/heads/master | 2020-06-09T11:51:04.039315 | 2019-06-19T13:22:13 | 2019-06-19T13:22:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,175 | puml | Internal state:
* history data (constructor)
* report FSM
Input signals:
* port-up (switch)
* port-down (switch)
* online (switch)
* offline (switch)
* poll-discovery (poll)
* poll-fail (poll)
Output signals:
* physical-down (isl/2)
* uni-isl-setup (isl/2)
* discovery (isl/2)
* fail (isl/2)
@startuml
title Port FSM
[*] -right-> INIT
INIT -r-> UNOPERATIONAL : offline
INIT -r-> OPERATIONAL : online
INIT : exit / emit uni-isl-setup
state OPERATIONAL {
[*] --> UNKNOWN
UNKNOWN --> DOWN : port-down
UNKNOWN --> UP : port-up
DOWN --> UP : port-up
DOWN : enter / emit port-up into report
DOWN : enter / emit physical-down
DOWN : enter / emit delWatch
DOWN : poll-fail / emit fail
UP --> DOWN : port-down
UP : enter / emit port-down into report
UP : enter / issue addWatch
UP : poll-discovery / emit discovery
UP : poll-fail / emit fail
}
OPERATIONAL --> UNOPERATIONAL : offline
OPERATIONAL -r-> FINISH : port-del
UNOPERATIONAL --> OPERATIONAL : online
UNOPERATIONAL --> FINISH : port-del
UNOPERATIONAL : poll-fail / emit fail
FINISH: enter / emit uni-isl-del
FINISH: enter / emit delWatch
FINISH -d-> [*]
@enduml
| false | true | false | false | sequence |
1bcd789c499b7b85a3d632b5434d2b6738dbdd9d | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/VertexShakeB.puml | f1d37f2c837aeeff90b3abefa445cc6236db6ad7 | [] | 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 | 341 | puml | @startuml
class VertexShakeB {
+ AngleMultiplier : float = 1.0f
+ SpeedMultiplier : float = 1.0f
+ CurveScale : float = 1.0f
Awake() : void
OnEnable() : void
OnDisable() : void
Start() : void
ON_TEXT_CHANGED(obj:Object) : void
AnimateVertexColors() : IEnumerator
}
MonoBehaviour <|-- VertexShakeB
@enduml
| false | true | false | false | class |
30deb979a4743e125761e4ac1f7632ab5b0a263b | 35c914a519d87416c69a73cc4a40a992449b65a9 | /docs/diagrama_de_secuencias_apuesta.puml | 11d105a99cb9093ecf96643cacc1d3315566b303 | [] | no_license | santiagomoyan0/Bookmaker-DS | 7be9c841691b84ad96ef10b6490a13265991697c | 5d58f256a502642dada9d5a6df71f3352d1d809d | refs/heads/main | 2023-08-22T21:27:27.274226 | 2021-09-30T17:27:15 | 2021-09-30T17:27:15 | 395,457,803 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 750 | puml | @startuml
actor Cliente
boundary ApuestasResource
participant PartidoSchema
participant ApuestaSchema
participant PartidoModel
participant ApuestaModel
database data
Cliente -> ApuestasResource: get all
ApuestasResource -> PartidoModel: get all partidos finalizado=False
PartidoModel -> data: select all
PartidoModel <- data: registros partidos finalizados
PartidoModel -> PartidoSchema: dump many=True
PartidoSchema -> ApuestasResource: collecion en json
ApuestasResource -> Cliente
Cliente -> ApuestasResource: post
ApuestasResource -> ApuestaModel: Guardar apuesta
ApuestaModel -> data: Insert
data -> ApuestaModel: Object
ApuestaModel -> ApuestaSchema: Dump Object
ApuestaSchema -> ApuestasResource: Json
ApuestasResource -> Cliente
@enduml | false | true | false | false | sequence |
2b493cdbb98299cab96aa41c76b06c7b9b95f699 | 5e23a7b7dd51c5e3326abe173de7edcace2ebc26 | /screenshot/uml_class_autocompleteadapter.puml | 9804fbea56881a0a5b45da9e51be9ea218342940 | [] | no_license | mtbfm/AutoCompleteTextView | 414957f92ff44696c9f9d2e4ca8c6dbdf1b1acfd | cd67b61c1ff2b40a0bb3153796045ef8f61a6c3c | refs/heads/master | 2020-04-16T02:31:45.787481 | 2016-11-11T09:37:13 | 2016-11-11T09:37:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,752 | puml | @startuml
package Filterable.java {
interface Filterable {
Filter getFilter();
}
}
package BaseAdapter.java {
abstract class BaseAdapter{
}
}
package Filter.java {
abstract class Filter
}
package AutoCompleteAdapter.java {
interface OnFilterResultsListener {
void onFilterResultsListener(int count);
}
interface OnSimpleItemDeletedListener {
void onSimpleItemDeletedListener(String value);
}
class ArrayFilter {
private OnFilterResultsListener listener;
__
public ArrayFilter() {}
public ArrayFilter(OnFilterResultsListener listener);
.. Filter ..
protected FilterResults performFiltering(CharSequence prefix);
protected void publishResults(CharSequence constraint, FilterResults results);
}
Filter <|-- ArrayFilter : extends
OnFilterResultsListener <-- ArrayFilter : fieldify
OnFilterResultsListener <.. ArrayFilter : parameterify
class ViewHolder <<static>> {
TextView tv;
ImageView iv;
}
class AutoCompleteAdapter{
.. Constant Field ..
private static final int MODE_NONE = 0x000;
public static final int MODE_CONTAINS = 0x001;
public static final int MODE_STARTSWITH = 0x002;
public static final int MODE_SPLIT = 0x004;
private static final String SPLIT_SEPARATOR = "[,.\\s]+";
.. Common Field ..
private static boolean isFound = false;
private int defaultMode = MODE_STARTSWITH;
private LayoutInflater inflater;
private ArrayFilter mArrayFilter;
private ArrayList<String> mOriginalValues;
private List<String> mObjects;
private final Object mLock = new Object();
private int maxMatch = 10;
private int simpleItemHeight;
private OnFilterResultsListener mFilterListener;
private OnSimpleItemDeletedListener mDeleteListener;
__
.. Constructor ..
public AutoCompleteAdapter(Context context, ArrayList<String> mOriginalValues);
public AutoCompleteAdapter(Context context, ArrayList<String> mOriginalValues, int maxMatch);
.. Common Method ..
private void initViewHeight();
public void clear();
public void add(String item);
public void setDefaultMode(int defaultMode);
public int getSimpleItemHeight();
.. Adapter ..
public int getCount();
public Object getItem(int position);
public long getItemId(int position);
public View getView(final int position, View convertView, ViewGroup parent){new ViewHolder()};
.. OnFilterResultsListener ..
public void setOnFilterResultsListener(OnFilterResultsListener listener);
.. OnSimpleItemDeletedListener ..
public void setOnSimpleItemDeletedListener(OnSimpleItemDeletedListener listener);
.. Filterable ..
public Filter getFilter(){new ArrayFilter()};
}
BaseAdapter <|-- AutoCompleteAdapter : extends
Filterable <|.. AutoCompleteAdapter : implements
ArrayFilter <--+ AutoCompleteAdapter : nested
ArrayFilter <-- AutoCompleteAdapter : fieldify
ArrayFilter <.. AutoCompleteAdapter : reference
ViewHolder <--+ AutoCompleteAdapter : nested
ViewHolder <.. AutoCompleteAdapter : reference
OnFilterResultsListener <--+ AutoCompleteAdapter : nested
OnFilterResultsListener <-- AutoCompleteAdapter : fieldify
OnFilterResultsListener <.. AutoCompleteAdapter : parameterify
OnSimpleItemDeletedListener <--+ AutoCompleteAdapter : nested
OnSimpleItemDeletedListener <-- AutoCompleteAdapter : fieldify
OnSimpleItemDeletedListener <.. AutoCompleteAdapter : parameterify
}
@enduml | false | true | false | false | class |
b8af4bb0aa063445f463f04090a4dfd4cb95d9bc | 36e8e37a895ba9b2666e81c1da40f7fd0580d37b | /out/production/DesignPatterns/javaLang/stragety/策略模式类图.puml | 114ddbf6956ba78e1108ffcbc06cc743e146cdb4 | [] | no_license | xhSun9527/DesignPatterns | 0b08185780882a8e1b7e065c39a44e7c19838e17 | 1ed5099b9156853601e6b3a9cdf0c1d6090a6812 | refs/heads/master | 2023-02-01T06:22:45.580510 | 2020-12-17T08:55:19 | 2020-12-17T08:55:19 | 287,001,208 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 300 | puml | @startuml
interface Strategy{
+ method() : void
}
class ConStrategyA{
+ method() : void
}
class ConStrategyB{
+ method() : void
}
class Context{
+ method() : void
+ setStrategy(Strategy) : void
}
Strategy <.. ConStrategyA
Strategy <.. ConStrategyB
Context o--Strategy
@enduml | false | true | false | false | class |
73ea29843c29ba8a98e2101c508ba8597000c874 | 75c6564d11f89e0016a0ee0d861c502fa5627a1b | /assets/doc/plantuml/domein-model.puml | 42071a65d3b631a72117679e92f2abb880fc5933 | [] | no_license | HU-SD-SV2ARE/Fietsreparatie | a4d32131b5319ef52390fe9450246112d7baf935 | 883c8c19de63dbf6859c96db379e397c5097c336 | refs/heads/main | 2023-05-04T22:28:30.620070 | 2021-05-25T10:31:37 | 2021-05-25T10:31:37 | 370,305,312 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 89 | puml | @startuml
hide circle
Class RepairCard {
name
phoneNr
problemDescription
}
@enduml | false | true | false | false | class |
77ce196240d8c43f6e7d36d0ca28ffd3a069ccd0 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShoppingListStoreSetMessagePayload.puml | a12b6e23b970641ce65bb5f859486d97676c9094 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 479 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ShoppingListStoreSetMessagePayload [[ShoppingListStoreSetMessagePayload.svg]] extends MessagePayload {
type: String
store: [[StoreKeyReference.svg StoreKeyReference]]
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
37da4dd99c6ff53668327c69e23530a023d9b9af | 8acb6cba492b0f28b54f190763be30107cef2716 | /DesignDocuments/UML/Sequence/readPresensePulse.plantuml | eeada3d3e976d329d6ce34dbdbe242cbb58e7d6a | [] | no_license | ShujiMikami/OneWireDriver | 011b60f7a26462cec7cb225c2b9e5200c02b7752 | 5d537499f25a2b4ef7c3f01ecd1b76bcb151e0dd | refs/heads/master | 2020-03-25T15:41:53.432404 | 2018-08-13T14:21:41 | 2018-08-13T14:21:41 | 143,896,913 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,779 | plantuml | @startuml
hide footbox
title readPresensePulse sequence
participant "OneWireDriver" as ModuleOneWireDriver<<M,Green>>[[../Class/OneWireDriver.svg]]
participant "GPIO_Wrapper" as ModuleGPIO_Wrapper<<M,Green>>[[../Class/OneWireDriver.svg]]
participant "Wait_Wrapper" as ModuleWait_Wrapper<<M,Green>>[[../Class/OneWireDriver.svg]]
-> ModuleOneWireDriver : readPresensePulse()
activate ModuleOneWireDriver
==Initialize and 1st measure==
ModuleOneWireDriver -> ModuleGPIO_Wrapper : SetPin2RxMode()
activate ModuleGPIO_Wrapper
ModuleOneWireDriver <-- ModuleGPIO_Wrapper
deactivate ModuleGPIO_Wrapper
ModuleOneWireDriver -> ModuleGPIO_Wrapper : GetPinState()
activate ModuleGPIO_Wrapper
ModuleOneWireDriver <-- ModuleGPIO_Wrapper : previous state = Pin status
note left
Initial pin status
end note
deactivate ModuleGPIO_Wrapper
ModuleOneWireDriver -> ModuleWait_Wrapper : ClearTimerCount()
activate ModuleWait_Wrapper
ModuleOneWireDriver <-- ModuleWait_Wrapper
deactivate ModuleWait_Wrapper
==Detect pulse==
loop
ModuleOneWireDriver -> ModuleWait_Wrapper : GetTimerCount()
activate ModuleWait_Wrapper
ModuleOneWireDriver <-- ModuleWait_Wrapper : TimerCount
deactivate ModuleWait_Wrapper
break TimerCount > T_RSTH
end
ModuleOneWireDriver -> ModuleGPIO_Wrapper : GetPinState()
activate ModuleGPIO_Wrapper
ModuleOneWireDriver <-- ModuleGPIO_Wrapper : current state = Pin status
deactivate ModuleGPIO_Wrapper
opt previous pin status[GPIO_NEGATED] & new pin staus[GPIO_ASSERTED]
ModuleOneWireDriver -> ModuleWait_Wrapper : GetTimerCount()
note left
Detect pin falling edge
end note
activate ModuleWait_Wrapper
ModuleOneWireDriver <-- ModuleWait_Wrapper : startCnt = Timer count
deactivate ModuleWait_Wrapper
end
opt startCnt[already get]
opt previous pin status[GPIO_ASSERTED] & current pin status[GPIO_NEGATED]
ModuleOneWireDriver -> ModuleWait_Wrapper : GetTimerCount()
note left
Detect pin rising edge
end note
activate ModuleWait_Wrapper
ModuleOneWireDriver <-- ModuleWait_Wrapper : endCnt = Timer count
deactivate ModuleWait_Wrapper
end
end
ModuleOneWireDriver -> ModuleOneWireDriver : previous state = current state
activate ModuleOneWireDriver
deactivate ModuleOneWireDriver
end
==Evaluate pulse width==
opt (endCnt - startCnt)[T_PDLOW_MIN,T_PDLOW_MAX]
ModuleOneWireDriver -> ModuleOneWireDriver : result = ONE_WIRE_SUCCESS
activate ModuleOneWireDriver
deactivate ModuleOneWireDriver
else
ModuleOneWireDriver -> ModuleOneWireDriver : result = ONE_WIRE_FAIL
activate ModuleOneWireDriver
deactivate ModuleOneWireDriver
end
<-- ModuleOneWireDriver : result
deactivate ModuleOneWireDriver
@enduml
| false | true | false | false | sequence |
6e66e924278ceab4907015e556f9bf0bac78df11 | 478d812ca8ed1731fa102710004cbbd18f23b2b9 | /Documentation/Organisme.puml | 370c7eae6088cad8d0672d19942bb06c4372d11d | [] | no_license | Alarty/KYChain | 488d97dc9e1ce3d6ddb35bedd34f25d8a01ad470 | b48328c44cc5a3a65c62e322f35df195ccc265ca | refs/heads/master | 2020-03-22T10:05:03.289926 | 2018-07-05T17:23:34 | 2018-07-05T17:23:34 | 139,879,805 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 895 | puml | @startuml
:Organisme: as organisme
rectangle "Utilisateur déconnecté" as RecDeco {
(Se connecter) as Connect
(Visualiser une information) as Visu1
}
rectangle "Utilisateur connecté" as RecCo {
rectangle "Consultation" as Consu{
(Init) as initC
(Visualiser une information) as Visu2
(Lister toutes ses informations) as ListVisu
}
rectangle "Edition" as edit{
(Init) as initE
(Ajouter une information) as add
}
(Se déconnecter) as disconnect
}
note "Avec une clef publique" as publique
organisme -> Connect
organisme - publique
publique -> Visu1
Visu1 .. Visu2
Connect --> RecCo
disconnect -> RecDeco
initC -> ListVisu
initE -> add
ListVisu -> Visu2
@enduml
L'organisme peut ajouter une nouvelle information | false | true | true | false | uml-unknown |
c3fc8ef715c47d3d60cd794ce520273bb5cf9df5 | e320bd754c05242c19e630289e3850151f231bad | /uml/AssignmentFourDiagram.puml | 47a88c3acddeda15f6c9ebfe746449b105fd084f | [] | no_license | agalvezv/galvez-vega-cop3330-assignment4part2 | 7651fb433a8ff702d14a7aadb7c3df0fa73ec332 | 9cef45da0f322b03985bd568ba351b9edadc4a9b | refs/heads/master | 2023-06-13T04:28:48.337583 | 2021-07-12T01:34:47 | 2021-07-12T01:34:47 | 385,021,505 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,145 | puml | @startuml
class ListManagement {
+public ArrayList aList
+public ArrayList names
+public ArrayList complete
+String sendName;
+String sendInfo;
+sendListToText()
+sendCompleteToText()
+sendNametoText()
+recListFromText()
+recNamesFromText()
+recCompFromText()
}
class ListMoveOperations {
+public String nameS;
+public String descS;
+public String dateS;
+public String sendS;
+public String recS;
+public String remS;
+public ArrayList aList
+public ArrayList names
+public ArrayList complete
+incompListValue()
+compListValue()
+totalListValue()
+newListValue()
+newNameValue()
+newDescValue()
+sendValue()
+recValue()
+clearList()
+editDescValue()
+editDateValue()
+compValue()
+incompValue()
}
class ListController {
+public TextField nameField;
+public TextField descField;
+public TextField dateField;
+public String nameS;
+public String descS;
+public String dateS;
+public TextField edescField;
+public TextField edateField;
+public String edescS;
+public String edateS;
+public TextField sendField;
+public TextField recField;
+public String sendS;
+public String recS;
+public TextField remField;
+public String remS;
+public String dispS;
+public TextArea displayField;
+public ArrayList aList
+public ArrayList names
+public ArrayList complete
+public ListManagement lManage;
+public TextField compField;
+public String compS;
+public TextField incompField;
+public String incompS;
+incompListValue()
+compListValue()
+totalListValue()
+newListValue()
+newNameValue()
+newDescValue()
+sendValue()
+recValue()
+clearList()
+editDescValue()
+editDateValue()
+compValue()
+incompValue()
}
class List {
main()
start()
}
javafx.Application <|-- List
List - ListController
ListController - ListManagement
ListController - ListMoveOperations
@enduml | false | true | false | false | class |
64dd080595cd9edba400cbef3e4aa6f2171787f0 | db6e78dac08e7da7a292546b9f6dff85649723c1 | /app/memoUML.iuml | b29feadd0228c3a02f8dc667aa456d2cfab0461d | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | nbossard/packlist | f732723cb300f31e4595a814844c0931e2708e6d | 25fe14dfd28b5ac543eefb5362e8917763423438 | refs/heads/develop | 2021-01-24T10:26:12.001152 | 2018-08-16T15:59:29 | 2018-08-16T15:59:41 | 48,583,116 | 14 | 16 | Apache-2.0 | 2018-05-24T19:52:41 | 2015-12-25T14:37:01 | Java | UTF-8 | PlantUML | false | false | 1,886 | iuml | @startuml
title Aide mémoire for (Plant)UML, diagramme de classe
interface IContentDownloader
Content <|-- ContentSerie : réalisation de spécialisation\n(aka héritage)\nen java mot clé 'extends'.\nsyntaxe : \n<|--
IContentDownloader <|.. ContentDownloaderLabgency : Relation de réalisation\njava implements\nsyntaxe :\n<|..
g <.. H : Relation de dépendance\nimplémentation temporaire\n (pas un attribut)\n syntaxe :\n<..
' commentaire, nom des couleurs http://www.w3schools.com/HTML/html_colornames.asp
Package equivalent #LightCoral {
Class Person {
String name;
}
Person2 "*" *-- "1" String2 : name
Note top of Person2: La composition\nest une agrégation forte\nsi l'agrégat est détruit ses composants le sont aussi.\nA une instance de composant ne peut être liée qu'à un seul agrégat
Note top of Person2: syntaxe :\n*--
note "notations équivalentes au\nniveau du code" as equivalent
Person2 . equivalent
equivalent . Person
}
Email "*" o-- "1..n" Destinataire : aggregation\n syntaxe :\no--
Email "1" o-- "0..1" Titre
Email "1" o-- "0..1" Texte
Note top of Email : Aggregation\nun élément agrégé peut être partagé\nUne instance d'élément agrégé peut exister sans agrégat
M <-- N : association\n à navigabilité unidirectionelle,\n typiquement un atribut, un inject.\n syntaxe : \n<--
E <-- F
note on link #red: note sur une lien\n syntaxe : \nnote on link #RED
note right of F #RED : note sur une classe\n syntaxe : \nnote right of F #RED
K +-- L : innerclass\nsyntaxe :\n +--
I<.J : ligne horizontale\n syntaxe : \nun seul trait ou point "<-"au lieu de deux
' ---- Hide a class : ----
class Z
hide Z
@enduml
http://stackoverflow.com/questions/31975109/android-class-diagram-uml | false | true | true | false | class |
d5f095915bc926cffcb14998253ef4eed9ba3dea | 12404b342ecfb6d925a99d2e83ee052f464db8f7 | /docs/tosca/TOSCA-v1.0-os-class-diagram.plantuml | b3d0a7f51a19443be1aeafea9c998d7f2ceba426 | [
"Apache-2.0",
"EPL-2.0",
"LicenseRef-scancode-free-unknown",
"BSD-3-Clause",
"LicenseRef-scancode-generic-export-compliance",
"CDDL-1.1",
"CDDL-1.0",
"MIT",
"GPL-2.0-only",
"MPL-1.1",
"LicenseRef-scancode-public-domain",
"CC-BY-3.0"
] | permissive | eclipse/winery | 83061dc4454f138d5349cb370a94858a9da345ad | 81fa884981d4250404f05df3f6105bb0646622a9 | refs/heads/main | 2023-09-03T08:15:10.221320 | 2023-04-25T08:34:09 | 2023-04-25T08:34:09 | 42,622,157 | 54 | 79 | Apache-2.0 | 2023-09-08T12:24:45 | 2015-09-17T00:31:44 | Java | UTF-8 | PlantUML | false | false | 12,096 | plantuml | Copyright (c) 2013-2014 Contributors to the Eclipse Foundation
See the NOTICE file(s) distributed with this work for additional
information regarding copyright ownership.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0, or the Apache Software License 2.0
which is available at https://www.apache.org/licenses/LICENSE-2.0.
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
This model describes the XSD of TOSCA-v1.0.xsd as released by TOSCA v1.0 cos01.
URL: http://docs.oasis-open.org/tosca/TOSCA/v1.0/os/schemas/TOSCA-v1.0.xsd
Specification: http://docs.oasis-open.org/tosca/TOSCA/v1.0/TOSCA-v1.0.html
@startuml
'skinparam monochrome true
'Chooses LightGray as background color
'We're better off with manual setting
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
LegendBackgroundColor White
}
skinparam stereotypeCBackgroundColor LightGray
skinparam noteBackgroundColor White
skinparam noteBorderColor Black
'required for SVG
skinparam defaultFontName sans-serif
Title <size:33>TOSCA v1.0 as UML class diagram. This is not an official OASIS document. No warranty. (c) Contributors to the Eclipse Foundation. Dual-licensed under EPL and ASLv2. Version 2014-01-29.
legend right
== Note on the model
The model stays close to the XSD with following exceptions:
* Containers such as tTags are ignored: A class is then wired using a 1:n relation to the elements nested in the container
* Relations to TOSCA artifacts are encoded.
** E.g., a QName modelling a substitutable Node Type is modeled as reference to a Node Type
** *Ref elements are not modeled, the association is drawn directly
*** E.g., tCapabilityRef is not contained in the model
* xsd types are presented more relaxed. E.g., xsd:string becomes String
== Conventions
* green: required (+ prefix)
* all others: optional
endlegend
'OS line 19
class tExtensibleElements {
documentation
contents of other namespaces
}
'OS line 26
tExtensibleElements <|-- tImport
class tImport {
anyURI namespace
anyURI location
+(anyURI) importType
}
'OS line 42
tExtensibleElements <|-- tDefinitions
class tDefinitions {
+ID id
String name
anyURI targetNamespace
List<Object> Types
}
tDefinitions *-- "*" tExtension
tDefinitions *-- "*" tImport
'OS line 61
tDefinitions *-- "*" tServiceTemplate
tDefinitions *-- "*" tNodeType
tDefinitions *-- "*" tNodeTypeImplementation
tDefinitions *-- "*" tRelationshipType
tDefinitions *-- "*" tRelationshipTypeImplementation
tDefinitions *-- "*" tCapabilityType
tDefinitions *-- "*" tArtifactType
tDefinitions *-- "*" tArtifactTemplate
tDefinitions *-- "*" tPolicyType
tDefinitions *-- "*" tPolicyTemplate
'OS line 81
tExtensibleElements <|-- tServiceTemplate
class tServiceTemplate {
+ID id
String name
anyURI targetNamespace
}
tServiceTemplate *-- "*" tTag
tServiceTemplate *-- "*" tBoundaryDefinitions
tServiceTemplate *-- tTopologyTemplate
tServiceTemplate *-- "*" tPlan
tServiceTemplate --> "0..1" tNodeType : substitutable
'OS line 102
class tTag {
+String name
+String value
}
'OS line 106
class tBoundaryDefinitions {
Properties
}
tBoundaryDefinitions *-- "*" tPropertyMapping
tBoundaryDefinitions *-- "*" tPropertyConstraint
tBoundaryDefinitions --> "*" tRequirement
tBoundaryDefinitions --> "*" tCapability
tBoundaryDefinitions *-- "*" tPolicy
tBoundaryDefinitions *-- "*" tExportedInterface
'OS line 159
class tPropertyMapping {
+String serviceTemplatePropertyRef
+String targetPropertyRef
}
tPropertyMapping --> "0..1" tNodeTemplate
tPropertyMapping --> "0..1" tRelationshipTemplate
tPropertyMapping --> "0..1" tRequirement
tPropertyMapping --> "0..1" tCapability
'OS lines 164 to 171 define tRequiermentRef and tCapabilityRef
'to enable referencing requirements and capabilities
'We directly point to the elements
'OS line 172
abstract class tEntityType
tExtensibleElements <|-- tEntityType
class tEntityType {
' DerivedFrom is rendered as self-association in all subclasses
' DerivedFrom
PropertiesDefinition
+NCName name
Boolean abstract [no]
Boolean final [no]
anyURI targetNamespace
}
tEntityType *-- "*" tTag
'OS line 196
abstract class tEntityTemplate
tExtensibleElements <|-- tEntityTemplate
class tEntityTemplate {
Properties
+xs:ID id
+QName type
}
tEntityTemplate *-- "*" tPropertyConstraint
'OS line 219
tEntityTemplate <|-- tNodeTemplate
class tNodeTemplate #DDDDDD/EEEEEE {
String name
int minInstances [1]
int|unbounded maxInstances [1]
}
tNodeTemplate *-- "*" tRequirement
tNodeTemplate *-- "*" tCapability
tNodeTemplate *-- "*" tPolicy
tNodeTemplate *-- "*" tDeploymentArtifact
'due to the subclassing of tEntityTemplate
'There, the type attribute references the parent class
tNodeTemplate --> tNodeType : type
'OS line 268
tExtensibleElements <|-- tTopologyTemplate
class tTopologyTemplate
'no attributes exist
tTopologyTemplate *-- "*" tNodeTemplate
tTopologyTemplate *-- "*" tRelationshipTemplate
'OS line 278
tEntityType <|-- tRelationshipType
class tRelationshipType #DDDDDD/EEEEEE
'no attributes
'InstanceStates
tRelationshipType *-- "*" tTopologyElementInstanceState
'SourceInterfaces
tRelationshipType *-- "*" tInterface : SourceInterface
'TargetInterfaces
tRelationshipType *-- "*" tInterface : TargetInterface
'ValidSource
tRelationshipType --> "0..1" tNodeType : ValidSource
tRelationshipType --> "0..1" tRequirementType : ValidSource
'ValidTarget
tRelationshipType --> "0..1" tNodeType : ValidTarget
tRelationshipType --> "0..1" tCapabilityType : ValidTarget
'DerivedFrom
tRelationshipType --> "0..1" tRelationshipType : DerivedFrom
'OS line 311
tExtensibleElements <|-- tRelationshipTypeImplementation
class tRelationshipTypeImplementation {
+NCName name
anyURI targetNamespace
Boolean abstract
Boolean final
}
tRelationshipTypeImplementation --> tRelationshipType
tRelationshipTypeImplementation *-- "*" tTag
tRelationshipTypeImplementation --> "0..1" tRelationshipTypeImplementation : DerivedFrom
tRelationshipTypeImplementation *-- "*" tRequiredContainerFeature
tRelationshipTypeImplementation *-- "*" tImplementationArtifact
'OS line 332
tEntityTemplate <|-- tRelationshipTemplate
class tRelationshipTemplate #DDDDDD/EEEEEE {
String name
}
'SourceElement
tRelationshipTemplate --> "0..1" tNodeTemplate : SourceElement
tRelationshipTemplate --> "0..1" tRequirement : SourceElement
'TargetElement
tRelationshipTemplate --> "0..1" tNodeTemplate : TargetElement
tRelationshipTemplate --> "0..1" tCapability : TargetElement
'
tRelationshipTemplate *-- "*" tRelationshipConstraint
'due to the subclassing of tEntityTemplate
tRelationshipTemplate --> tRelationshipType
'OS line 349
'not modeled as t, but directly nested in tRelationshipTemplate
'We model it as t to be consistent with the other definitions
class tRelationshipConstraint {
+anyURI constraintType
}
'OS line 365
tEntityType <|-- tNodeType
class tNodeType #DDDDDD/EEEEEE
'No new attributes
'
tNodeType *-- "*" tRequirementDefinition
tNodeType *-- "*" tCapabilityDefinition
tNodeType *-- "*" tTopologyElementInstanceState
tNodeType *-- "*" tInterface
'DerivedFrom
tNodeType --> "0..1" tNodeType : DerivedFrom
'OS line 395
tExtensibleElements <|-- tNodeTypeImplementation
class tNodeTypeImplementation {
+NCname name
anyURI targetNamespace
Boolean abstract
Boolean final
}
tNodeTypeImplementation --> tNodeType
tNodeTypeImplementation *-- "*" tTag
tNodeTypeImplementation --> "0..1" tNodeTypeImplementation : DerivedFrom
tNodeTypeImplementation *-- "*" tRequiredContainerFeature
tNodeTypeImplementation *-- "*" tDeploymentArtifact
tNodeTypeImplementation *-- "*" tImplementationArtifact
'OS line 417
tEntityType <|-- tRequirementType
class tRequirementType
tRequirementType --> "0..1" tCapabilityType : requiredCapabilityType
'DerivedFrom
tRequirementType --> "0..1" tRequirementType : DerivedFrom
'OS line 424
tExtensibleElements <|-- tRequirementDefinition
class tRequirementDefinition {
+String name
int lowerBound [1]
int|unbounded upperBound [1]
}
tRequirementDefinition *-- "*" tConstraint
tRequirementDefinition --> tRequirementType
'OS line 458
tEntityTemplate <|-- tRequirement
class tRequirement {
+String name
}
'"name" is also used to point to tRequirementDefinition
tRequirement --> tRequirementDefinition : name
'due to the subclassing of tEntityTemplate
tRequirement --> tRequirementType
'OS line 465
tEntityType <|-- tCapabilityType
'DerivedFrom
tCapabilityType --> "0..1" tCapabilityType : DerivedFrom
'OS line 470
tExtensibleElements <|-- tCapabilityDefinition
class tCapabilityDefinition {
+String name
int lowerBound [1]
int|unbounded upperBound [1]
}
tCapabilityDefinition *-- "*" tConstraint
tCapabilityDefinition --> tCapabilityType
'OS line 504
tEntityTemplate <|-- tCapability
class tCapability {
+String name
}
'"name" is also used to point to tCapabilityDefinition
tCapability --> tCapabilityDefinition : name
'due to the subclassing of tEntityTemplate
tCapability --> tCapabilityType
'OS line 511
tEntityType <|-- tArtifactType
tArtifactType --> "0..1" tArtifactType : DerivedFrom
'OS line 516
tEntityTemplate <|-- tArtifactTemplate
'PDF line 2607
class tArtifactTemplate {
String name
}
tArtifactTemplate *-- "*" tArtifactReference
'due to the subclassing of tEntityTemplate
tArtifactTemplate --> tArtifactType
'OS line 537
tExtensibleElements <|-- tDeploymentArtifact
class tDeploymentArtifact {
+String Name
}
tDeploymentArtifact --> tArtifactType
tDeploymentArtifact --> "0..1" tArtifactTemplate
'OS line 557
tExtensibleElements <|-- tImplementationArtifact
class tImplementationArtifact {
anyURI interfaceName
String operationName
}
tImplementationArtifact --> tArtifactType
tImplementationArtifact --> "0..1" tArtifactTemplate
'OS line 573
tExtensibleElements <|-- tPlan
class tPlan {
+ID id
String name
+anyURI planType
+anyURI languageUsed
PlanModel | PlanModelReference
}
tPlan *-- "0..1" tCondition : Precondition
tPlan *-- "*" tParameter : InputParamter
tPlan *-- "*" tParameter : OutputParamter
'OS line 614
tEntityType <|-- tPolicyType
class tPolicyType {
anyURI policyLanguage
}
'AppliesTo/NodeTypeReference: CS02 line 631
tPolicyType --> "*" tNodeType : tAppliesTo/NodeTypeReference
'DerivedFrom
tPolicyType --> "0..1" tPolicyType : DerivedFrom
'OS line 624
tEntityTemplate <|-- tPolicyTemplate
class tPolicyTemplate {
String name
}
'due to inheritance of tEntityTemplate
tPolicyTemplate --> tPolicyType
'OS line 640
tExtensibleElements <|-- tPolicy
class tPolicy {
String name
}
tPolicy --> tPolicyType
tPolicy --> "0..1" tPolicyTemplate
'OS line 649
class tConstraint {
+anyURI constraintType
}
'OS line 655
tConstraint <|-- tPropertyConstraint
class tPropertyConstraint {
+String property
}
'OS line 671
tExtensibleElements <|-- tExtension
class tExtension {
+anyURI namespace
Boolean mustUnderstand [yes]
}
'OS line 679
class tParameter {
+String name
+String type
Boolean required [yes]
}
'OS line 684
class tInterface {
+anyURI name 'NCName is a subset of anyURI
}
tInterface *-- tOperation
'OS line 690
class tExportedInterface {
+anyURI name
}
tExportedInterface --> "1..*" tExportedOperation
'OS line 696
tExtensibleElements <|-- tOperation
class tOperation {
+NCName name
}
tOperation *-- "*" tParameter : InputParameters
tOperation *-- "*" tParameter : OutputParamters
'OS line 719
class tExportedOperation {
+NCName name
+anyURI interfaceName
+NCName operationName
}
tExportedOperation --> "0..1" tNodeTemplate
tExportedOperation --> "0..1" tRelationshipTemplate
tExportedOperation --> "0..1" tPlan
'OS line 743
class tCondition {
+anyURI expressionLanguage
}
'OS line 751
'tTopologyElementInstanceState does not exist directly, but to be consistent with the others, we introduce it
class tTopologyElementInstanceState {
anyURI state
}
'OS line 758
class tArtifactReference {
Include
Exclude
+anyURI reference
}
'OS line 773
class tRequiredContainerFeature {
+anyURI feature
}
@enduml
| false | true | false | false | sequence |
0364e91783c883b4cf074045e840431b1996a301 | e2440ea4941db7a0e5fcc2b63a4f7a6d983ecd4e | /ANC3-Diagramme/ClassDiagram/CDD.puml | cbf8f0304aa0c710310e628dbdbf2b4bed56544e | [] | no_license | rerys/TournamentManager | f744dd6a176a080c78d35f60f011e6c0fcc9cae9 | b2e16f58d030b37c6a821ac16cbe730bd5604492 | refs/heads/master | 2022-11-07T21:55:11.651161 | 2019-05-03T08:11:52 | 2019-05-03T08:11:52 | 275,202,490 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 674 | puml | @startuml CDD
package Model{
class Tournoi{
-String nom
}
class Match{
- Joueur joueur1
- Joueur joueur2
- Resultats r
}
class Joueur{
- String nom
}
class Resultats{
- enum Resultats
}
class ListeTournois{
}
}
package Controller{
class Ctrl<<Controller>>{
}
}
package View{
class GestionTournois<<View>>{
}
}
ListeTournois "1" o-r- "*" Tournoi : contient
Tournoi "1" o-right- "*" Match : contient
Tournoi "1..*" o-- "0*" Joueur : est inscrit
Match "1..*" *-- "2" Joueur :est composé
Match *-- Resultats
Controller ..> Model : use
View"1" <--"1" Controller
@enduml | false | true | true | false | class |
88d829dda78eddbdaff1fc04609b18cbe70c9171 | a81e562f727c45dbbca8c325630d0e26005d651c | /docs/plantuml/components/ReadOnlyInput.puml | c1adb9cd8124f1e6927e8db6ccc39ab805f6dd5c | [] | no_license | kelvinleclaire/PA2 | 46768de9af832d892812d39b248bf1636eb52db3 | 39fc53a5ecbcdecd81ace88a5f681769dc62813c | refs/heads/main | 2023-04-30T16:37:05.951439 | 2021-05-18T10:21:49 | 2021-05-18T10:21:49 | 368,485,770 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 253 | puml | @startuml
'https://plantuml.com/class-diagram
class ReadOnlyInput {
..props ..
onConfirmInput(string): void
confirmInputKey: string
value?: string
..consts ..
keyboardInputs: string
..functions ..
onEnterHandler(e:any): void
}
@enduml
| false | true | false | false | class |
fd191acf668971d5d6d8219167bba12f86216462 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TypeChangeEnumValueOrderAction.puml | 4a8f81803f9a75e8868a952bc7b5c0f7a3cd339c | [] | 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 | 486 | 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 TypeChangeEnumValueOrderAction [[TypeChangeEnumValueOrderAction.svg]] extends TypeUpdateAction {
action: String
fieldName: String
keys: [[String.svg List<String>]]
}
interface TypeUpdateAction [[TypeUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
1c655ce30cca73e3eb6f0d6b258f508753d8352b | 0d78c1b22cbbd5d3a1aec747048980e51ae2fb79 | /assets/zustaende.plantuml | a1e4a3323ee6e08c7989e6accc41a7358847a6e6 | [
"MIT"
] | permissive | valeriia7/refresher | d79b5ca4805d8f0d68a57e7f890535994b4d9bff | f91bbafc1f6c11da45a69c0189c07e25c652894c | refs/heads/master | 2020-03-22T18:56:12.781274 | 2018-01-05T15:08:11 | 2018-01-05T15:08:11 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 418 | plantuml | @startuml
class Automaton {
- current: State
+ accept(input: String[]): boolean
}
abstract class State {
+ accept(input: String): State
# successor(input: String): State
}
class Schlafend extends State {
# successor(input: String): State
}
class Aufgewacht extends State {
# successor(input: String): State
}
class Geduscht extends State {
# successor(input: String): State
}
Automaton *-- State
@enduml
| false | true | false | false | class |
643bad6f55e08c1a2aa725f8a16d18fe84c4d1bd | 4f06b67cdd92724020d7a7bfd9428f631ceb986d | /doc/classes.puml | 614cb584768a15af13c17e22dbe4a5ad1870c5e7 | [
"MIT"
] | permissive | filipwasil/rearwing-glviewer | 857e19dbd0abf7a6947628b236ad86ad201c6fa8 | 3d0289398367b6dc330eae18042497b8da2e77da | refs/heads/master | 2020-08-30T12:36:59.968087 | 2020-01-24T10:06:01 | 2020-01-24T10:06:01 | 218,382,206 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 737 | puml | @startuml
class Moveable {
+vec3 position
+quat rotation
+vec3 scale
+mat4 transformation
+mat4 parentTransformation
+quat parentRotation
}
abstract class Node3D {
+onDraw()
+onEvent(EventType)
}
abstract class Scene {
+onDraw()
+onEvent(EventType)
+onRendererUpdate(Renderer& renderer)
}
class RenderPass {
+updateRenderer(Renderer&) = 0
}
class Camera {
}
enum EventType {
time
translate
rotate
scale
key
mouse
touch
}
enum RenderPassType {
default
}
Node3D *-- "many" Node3D
Node3D "1" *-- "1" RenderItem
Scene *-- "many" Node3D
Scene *-- "1" Renderer
Scene *-- "1" Camera
Renderer *-- "many" RenderPass
Renderer *-- "many" RenderItem
Engine *-- "1" Scene
Node3D <|-- Moveable
@enduml | false | true | false | false | class |
719b37b3e9e35b286b33248755fce969c38ef2c5 | 714f9744f76cc2af51f47b4dbe9fd7b38e616ce4 | /doc/uml/hent_reseptliste_ekspider_refusjon.puml | 199169795f02adc610f099df6cd62bb74ef16019 | [] | no_license | sopra-steria-norge/pharmacy.no | 3082b724b7c93b327a8ad884d9fee2ad40a92321 | b0d3e8ee3d6a358a96b6401bd23fc789ad865882 | refs/heads/master | 2021-07-18T19:51:32.802750 | 2017-10-24T22:10:24 | 2017-10-24T22:14:58 | null | 0 | 0 | null | null | null | null | ISO-8859-15 | PlantUML | false | false | 2,975 | puml | @startuml
title Reseptekspedering
skinparam ArrowColor #b1b1b0
skinparam BorderColor #b1b1b0
box "Apoteksystem" #ececec
'actor Apotekansatt
participant Brukersystem #8ccbdb
end box
box "Bransjeløsningen" #ececec
participant Reseptekspedering as "Resept-\nekspedering" #319aad
participant Ekspedisjonsstøtte as "Ekspedisjons-\nstøtte" #319aad
database Resepthistorikk as "Resept-\nhistorikk" #319aad
database LegemiddelInfo as "Legemiddel-\ninformasjon" #319aad
participant ReseptformidlerTjeneste as "Reseptformidler-\nTjeneste" #319aad
end box
box "Norsk Helsenett" #ececec
participant Reseptformidleren as "Resept-\nformidleren" #ff8fa3
end box
== Hent reseptliste ==
Brukersystem -> ReseptformidlerTjeneste ++: M9.1 Forespørsel resepter
ReseptformidlerTjeneste -> Reseptformidleren ++: M9.1 Forespørsel resepter
ReseptformidlerTjeneste <-- Reseptformidleren --: M9.2 Reseptliste
Brukersystem <-- ReseptformidlerTjeneste --: M9.2 Reseptliste
== Hent resept ==
Brukersystem -> Reseptekspedering ++: M9.3 Valg av resept
Reseptekspedering -> ReseptformidlerTjeneste ++: M9.3 Valg av resept
ReseptformidlerTjeneste -> Reseptformidleren ++: M9.3 Valg av resept
ReseptformidlerTjeneste <-- Reseptformidleren --: M9.4 [+ M1] Reseptnedlastning
Reseptekspedering <-- ReseptformidlerTjeneste --: M9.4 [+ M1] Reseptnedlastning
Reseptekspedering -> Ekspedisjonsstøtte ++: Beregn tilleggsinformasjon (M1)
Ekspedisjonsstøtte <-- Resepthistorikk: Historikk
Ekspedisjonsstøtte <-- LegemiddelInfo: Legemiddelinfo
Ekspedisjonsstøtte -> Ekspedisjonsstøtte++: Regler
Ekspedisjonsstøtte <-- Ekspedisjonsstøtte--: Varsler, Tillegginfo
Reseptekspedering <-- Ekspedisjonsstøtte --
Brukersystem <-- Reseptekspedering--: "M9.4 [+ M1],\n historikk,\n støtteinformasjon"
== Ekspedisjonsstøtte ==
Brukersystem -> Ekspedisjonsstøtte ++: Beregne refusjon
Brukersystem <-- Ekspedisjonsstøtte --: M18 Enkeltregning forslag
Brukersystem -> Ekspedisjonsstøtte ++: Faglige varsler for M10
Ekspedisjonsstøtte <-- Resepthistorikk: Historikk
Ekspedisjonsstøtte <-- LegemiddelInfo: Legemiddelinfo
Ekspedisjonsstøtte -> Ekspedisjonsstøtte++: Regler
Ekspedisjonsstøtte <-- Ekspedisjonsstøtte--: Varsler
Brukersystem <-- Ekspedisjonsstøtte --: Varsler
...
== Sluttfør reseptekspedisjon ==
Brukersystem -> Reseptekspedering ++: M1, M10, M18, priser
Reseptekspedering -> Ekspedisjonsstøtte ++: Valider utlevering (M10, M18, priser)
Reseptekspedering <-- Ekspedisjonsstøtte --: Varsler
Reseptekspedering -> ReseptformidlerTjeneste ++: M10 Utleveringsrapport
ReseptformidlerTjeneste -> Reseptformidleren ++: M10 Utleveringsrapport
ReseptformidlerTjeneste <-- Reseptformidleren --
Reseptekspedering <-- ReseptformidlerTjeneste --
Reseptekspedering -> Resepthistorikk: M10 Utleveringsrapport + M1 Resept
Brukersystem <-- Reseptekspedering --: Utleveringsvarsler
@enduml | false | true | true | false | sequence |
bb4b1906f8f57121b1cb83eece9f5731886efb96 | 372d0fe94d7e59fd48620c687fee8fc94841408b | /deadheat-lock-example/microservices-example/searching-service/src/main/java/com/vrush/microservices/searching/specifications/specifications.plantuml | f1724833002cff0d95aebaeb139e50757966d086 | [
"Apache-2.0"
] | permissive | vrushofficial/deadheat-lock | 4ae44e23fea2ad57db17aadeba58e39ef4f63822 | 11c516a2ca0e58dd2d6b2ef8c54da0975fcbe5d2 | refs/heads/main | 2023-01-14T17:28:38.161881 | 2020-11-29T11:11:55 | 2020-11-29T11:11:55 | 310,531,739 | 2 | 1 | null | 2020-11-19T08:16:25 | 2020-11-06T08:06:52 | CSS | UTF-8 | PlantUML | false | false | 786 | plantuml | @startuml
title __SPECIFICATIONS's Class Diagram__\n
namespace com.vrush.microservices.searching {
namespace specifications {
class com.vrush.microservices.searching.specifications.CustomSpecification {
+ CustomSpecification()
+ toPredicate()
}
}
}
com.vrush.microservices.searching.specifications.CustomSpecification .up.|> org.springframework.data.jpa.domain.Specification
com.vrush.microservices.searching.specifications.CustomSpecification o-- com.vrush.microservices.searching.specifications.domain.SpecificationFilter : filter
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 |
e03ec53d8124c6709c0f44e60cb1b76e7853ff74 | e032dab934c4fa3ff55da94de2f15d246a4aed8c | /design-pattern/src/main/java/wr1ttenyu/f1nal/study/designpattern/principle/openclose/openclose2.puml | 0685129d056842c8eaa7b44af6288762798b7a9d | [] | no_license | wr1ttenyu/f1nal | 9d21aeb1ae14505fc2e9add9220f81719840f37f | fd27d32d2f877ea98c19d892d13df36a99059a46 | refs/heads/master | 2022-07-07T02:15:25.931532 | 2020-06-11T01:19:16 | 2020-06-11T01:19:16 | 207,061,707 | 0 | 0 | null | 2022-01-12T23:05:07 | 2019-09-08T04:31:27 | Java | UTF-8 | PlantUML | false | false | 145 | puml | @startuml
class GraphicEditor
class Shape
class Circle
class Rectangle
Circle --|> Shape
Rectangle --|> Shape
GraphicEditor --> Shape
@enduml | false | true | false | false | class |
95aab39eef8bc255b464f5f4394a24f87ed1ae6f | 8d91ff31e22d4f0f2082ebba0c6da8ec4391e8f4 | /src/doc/sequenceDiagram/tournament.puml | 04bb9c18977caa7fe8ae6d7038cfff73e461266b | [] | no_license | suraj903/sportsgeek_backend-1 | fe54372687c96ac6a92a8e76d913bf60f44ffee7 | 99fe51fa81a9df4599f2b3eeac299846d5bf835d | refs/heads/master | 2023-07-28T02:16:51.481764 | 2021-09-13T14:43:12 | 2021-09-13T14:43:12 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,989 | puml | @startuml
header SportsGeek
title Tournament CRUD
skinparam ParticipantPadding 10
skinparam BoxPadding 20
actor Admin
box "SportsGeek System"
participant sportsGeek
end box
box "Tournament Service"
participant tournament
end box
box "database"
database database
end box
Admin -> sportsGeek: Get all tournament Details
activate "sportsGeek" #lightblue
alt #white Get All tournaments
sportsGeek -> "tournament" : Get All tournaments
activate tournament #lightblue
"tournament" -> "database" : Get All tournaments
activate "database" #lightblue
"database" --> "tournament" : <font color=darkblue><b>Response Get All tournament Details
deactivate "database"
"tournament" --> "sportsGeek" : <font color=darkblue><b> Response Get All tournament Details
deactivate "tournament"
"sportsGeek" --> Admin : <font color=darkblue><b> Response tournament Details
deactivate "sportsGeek"
end alt
Admin -> "sportsGeek": Get tournament Detail By Id
activate "sportsGeek" #lightblue
alt #white Get tournament By Id
note right #yellow
*params*
tournamentId=123
end note
"sportsGeek" -> "tournament" : Get tournament By Id
activate tournament #lightblue
"tournament" -> "database" : Get tournament By Id
activate "database" #lightblue
"database" --> "tournament" : <font color=darkblue><b> Response tournament Details
"tournament" --> "sportsGeek" : <font color=darkblue><b> Response tournament Details
"sportsGeek" --> Admin : <font color=darkblue><b> Response tournament Details
else #pink Not Found
"database" --> "tournament" : <font color=darkblue><b>Response tournament Id Not Found
deactivate "database"
"tournament" --> "sportsGeek" : <font color=darkblue><b>Response tournament Id Not Found
deactivate "tournament"
"sportsGeek" --> Admin : <font color=darkblue><b>Response tournament Id Not Found
deactivate "sportsGeek"
end alt
Admin -> "sportsGeek": Add tournament Details
activate "sportsGeek" #lightblue
note right #yellow
*params*
name=xyz
end note
alt #white Add tournaments
"sportsGeek" -> "tournament" : Add tournament Details
activate tournament #lightblue
tournament -> "database" : Add tournament Details
activate "database" #lightblue
"database" --> "tournament" : <font color=darkblue><b>Response tournament Added Successfully
"tournament" --> "sportsGeek" : <font color=darkblue><b> Response tournament Added Successfully
"sportsGeek" --> Admin : <font color=darkblue><b>Response tournament Added Successfully
else #pink Unable to Add tournament
"database" --> "tournament" : <font color=darkblue><b>Response Unable to add tournament
deactivate "database"
"tournament" --> "sportsGeek" : <font color=darkblue><b>Response Unable to add tournament
deactivate "tournament"
"sportsGeek" --> Admin : <font color=darkblue><b>Response Unable to add tournament
deactivate "sportsGeek"
end alt
Admin -> "sportsGeek": Update tournament Details
activate "sportsGeek" #lightblue
note right #yellow
*params*
tournamentId=1
name=xyz
end note
alt #white Update tournament
"sportsGeek" -> "tournament" : Update tournament
activate tournament #lightblue
tournament -> "database" : Update tournament
activate "database" #lightblue
"database" --> "tournament" : <font color=darkblue><b>Response tournament Updated Successfully
"tournament" --> "sportsGeek" : <font color=darkblue><b>Response tournament Updated Successfully
"sportsGeek" --> Admin : <font color=darkblue><b> Response tournament Updated Successfully
else #pink Not Found
"database" --> "tournament" : <font color=darkblue><b>Response tournament Id not found
deactivate "database"
"tournament" --> "sportsGeek" : <font color=darkblue><b>Response tournament Id not found
deactivate "tournament"
"sportsGeek" --> Admin : <font color=darkblue><b>Response tournament Id not found
deactivate "sportsGeek"
end alt
Admin -> "sportsGeek": Update Active Tournament
activate "sportsGeek" #lightblue
note right #yellow
*params*
tournamentId=1
status=1
end note
alt #white Update Active Tournament
"sportsGeek" -> "tournament" : Update Active Tournament
activate tournament #lightblue
tournament -> "database" : Update Active Tournament
activate "database" #lightblue
"database" --> "tournament" : <font color=darkblue><b>Response tournament Updated Successfully
"tournament" --> "sportsGeek" : <font color=darkblue><b>Response tournament Updated Successfully
"sportsGeek" --> Admin : <font color=darkblue><b> Response tournament Updated Successfully
else #pink Not Found
"database" --> "tournament" : <font color=darkblue><b>Response tournament Id not found
deactivate "database"
"tournament" --> "sportsGeek" : <font color=darkblue><b>Response tournament Id not found
deactivate "tournament"
"sportsGeek" --> Admin : <font color=darkblue><b>Response tournament Id not found
deactivate "sportsGeek"
end alt
Admin -> "sportsGeek": Delete tournament
activate "sportsGeek" #lightblue
note right #yellow
*params*
tournamentId=1
end note
alt #white Delete tournament
"sportsGeek" -> "tournament" : Delete tournament
activate tournament #lightblue
tournament -> "database" : Delete tournament
activate "database" #lightblue
"database" --> "tournament" : <font color=darkblue><b>Response tournament Deleted Successfully
"tournament" --> "sportsGeek" : <font color=darkblue><b>Response tournament Deleted Successfully
"sportsGeek" --> Admin : <font color=darkblue><b>Response tournament Deleted Successfully
else #pink Not Found
"database" --> "tournament" : <font color=darkblue><b>Response tournament Id not found
deactivate "database"
"tournament" --> "sportsGeek" : <font color=darkblue><b>Response tournament Id not found
deactivate "tournament"
"sportsGeek" --> Admin : <font color=darkblue><b>Response tournament Id not found
deactivate "sportsGeek"
end alt
@enduml | false | true | false | false | sequence |
ba34bf10f92aadb9dedf846e4cf83ef9606f4c0c | 873458ec9d2a064d4bfb8cfb3fd49c85bf38a8f3 | /docs/ocp/ocp-bad.puml | af7dcc2748150b064c3283db3fd73ed324f77b9b | [] | no_license | vikas-a/SOLID | 50caecae680a86f7dca8668121fcb5ff05c2c2bd | 0c55eb2c5964bc1a2fc261698452d07bdfd75fa7 | refs/heads/master | 2021-02-17T06:04:07.881039 | 2020-03-09T10:02:32 | 2020-03-09T10:02:32 | 245,076,042 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 84 | puml | @startuml
class Greeter{
- String : formality
+ greet()
+ setPersonality()
}
@enduml | false | true | false | false | class |
bc3afcf67036a3b16692a6855400e6dfbea28602 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/VertexShakeA.puml | 497c09092456f6fa3721e1cc86807c669e61c487 | [] | 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 | 386 | puml | @startuml
class VertexShakeA {
+ AngleMultiplier : float = 1.0f
+ SpeedMultiplier : float = 1.0f
+ ScaleMultiplier : float = 1.0f
+ RotationMultiplier : float = 1.0f
Awake() : void
OnEnable() : void
OnDisable() : void
Start() : void
ON_TEXT_CHANGED(obj:Object) : void
AnimateVertexColors() : IEnumerator
}
MonoBehaviour <|-- VertexShakeA
@enduml
| false | true | false | false | class |
4e89eb3b8dc4b77c1b78d52343c8eb2b34479396 | 74cb674dc7b9c3f65f6ab08fc5ad3a43c3bf12d3 | /Offline 2/Problem 2/out/production/Problem 2/language/language.plantuml | 91c3711ec9c09941497aa66f45e7c983baa8a25d | [] | no_license | zarif98sjs/CSE-308-Software-Engineering | a9759bbee2ea0647eae2ea677d08741293a1cc14 | 515015a40c10d916d5089f11784b4ff75319fcbd | refs/heads/main | 2023-06-27T05:57:00.443594 | 2021-07-28T13:57:32 | 2021-07-28T13:57:32 | 344,690,362 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,230 | plantuml | @startuml
title __LANGUAGE's Class Diagram__\n
namespace language {
class language.C {
+ create()
+ createParser()
+ toString()
~ C()
}
}
namespace language {
class language.CPP {
+ create()
+ createParser()
+ toString()
~ CPP()
}
}
namespace language {
interface language.Language {
{abstract} + create()
{abstract} + createParser()
{abstract} + toString()
}
}
namespace language {
class language.LanguageFactory {
{static} + getLanguage()
}
}
namespace language {
class language.Python {
+ create()
+ createParser()
+ toString()
~ Python()
}
}
language.C .up.|> language.Language
language.C o-- language.parser.Parser : parser
language.CPP .up.|> language.Language
language.CPP o-- language.parser.Parser : parser
language.Python .up.|> language.Language
language.Python o-- language.parser.Parser : parser
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 |
dc088f19b63913699192db4defac26dd942a993d | c083168b4255af019262677c09ac0883d199b532 | /kapitler/media/uml-class-matrikkel.iuml | fee8350f0026e3472a44bcf5b3f6c23a1204e980 | [] | no_license | gra-moore/noark5-tjenestegrensesnitt-standard | 270f7088898ff0c5fa809b42297cfc56f829eeaa | 0c3936475ce40ab41793b61aee5c4dcdff9c791d | refs/heads/master | 2020-05-22T18:37:59.814751 | 2019-05-13T11:10:23 | 2019-05-13T11:10:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 138 | iuml | @startuml
class Arkivstruktur.NasjonaleIdentifikatorer.Matrikkel <Nasjonalidentifikator> {
+matrikkelnummer : Matrikkelnummer
}
@enduml
| false | true | false | false | class |
47687c2e3d63a62957746c73f27db61258e1120d | ac31dd2a32c93d8b23db147fdfeeced0aa2bcbe3 | /documents/serialize/architecture.plantuml | f28ffeb6d2fcb42e0f39f0701666baa42f0a04c4 | [
"MIT"
] | permissive | ISSuh/SimpleUtils | a051f5297238c8026d043a07a44d021109150f7c | 03ffb137dbd7d832ddaa33119c5b7caa28e5df52 | refs/heads/master | 2023-06-03T16:02:36.101480 | 2021-06-25T06:47:03 | 2021-06-25T06:47:03 | 271,702,429 | 0 | 0 | MIT | 2020-07-08T13:40:12 | 2020-06-12T03:46:11 | C++ | UTF-8 | PlantUML | false | false | 731 | plantuml | @startuml sUtils_serialize
node "Serilizer Class" as serializeClass {
interface "serialize" as serialize
interface "deserialize" as deserialize
node "TypeSerilize Class" as typeSerializeClass{
[ContainerTypeSerialize]
[BasicTypeSerialize]
[ContainerTypeSerialize] -down-> [BasicTypeSerialize]
}
node "Buffer Class" as bufferClass{
interface "write" as write
interface "read" as read
}
' serialize -[hidden]left-> deserialize
serialize -down-> typeSerializeClass
serialize -[hidden]down-> ContainerTypeSerialize
deserialize <-down- typeSerializeClass
deserialize -[hidden]down-> ContainerTypeSerialize
BasicTypeSerialize -down-> write
BasicTypeSerialize <-down- read
}
@enduml | false | true | false | false | class |
7d63bfe4ffff58ceb3211c03c5a43e332d99d524 | 8a33a9d1a67db76dd91541f8f6e5544f4bf9f087 | /src/doc/declareparticipant.puml | 8fcb387e06d57b652330bf47a3fc61c855b1ee0c | [] | no_license | RdAllen/RDDTS | c36ad8901a4c92a8c9503939e8b5803c5d8900c2 | 1c66687efc8fd2fab319c6a2c11cc01bcaeea607 | refs/heads/master | 2023-02-03T05:07:42.823662 | 2020-12-21T13:44:06 | 2020-12-21T13:44:06 | 109,942,976 | 0 | 0 | null | 2020-12-21T13:44:31 | 2017-11-08T07:35:09 | Java | UTF-8 | PlantUML | false | false | 266 | puml | @startuml
actor Fool1 #red
boundary Fool2 #blue
control Fool3
entity Fool4
database Fool5
collections Fool6
Fool1 -> Fool2 : To Boundary
Fool1 -> Fool3 : To Control
Fool1 -> Fool4 : To Entity
Fool1 -> Fool5 : To Database
Fool1 -> Fool6 : To Collections
@enduml
| false | true | false | false | sequence |
f7b6c6f93b42076d92648076d8d1d07a6015ca36 | 1656774271bfaa85871f6c52a9f018a1842d8443 | /docs/NetworkUsersMachines/NetworkUsersMachines7.puml | f8355f7eee66bcebf982cf714869466d5fe9f398 | [] | no_license | starkmapper/PlayingWithPlantUMLSource | e522a0d7b874bc027bbb05ab13c8607ed64f3c24 | 6a3102305852eae8d8b2a3376489a142840b8228 | refs/heads/master | 2022-09-13T17:00:13.963876 | 2020-06-01T19:10:56 | 2020-06-01T19:10:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,368 | puml | @startuml
!define osaPuml https://raw.githubusercontent.com/Crashedmind/PlantUML-opensecurityarchitecture2-icons/master
!include osaPuml/Common.puml
!include osaPuml/User/all.puml
!include osaPuml/Hardware/all.puml
!include osaPuml/Misc/all.puml
!include osaPuml/Server/all.puml
!include osaPuml/Site/all.puml
'. Mary is a Developer in the Product team. She has a Windows 10 PC and an Android phone.
'. Bob is a Manager in the Accounts team. He has Mac and an iPhone.
'. Ivan is an IT guy who looks after the server.
'. They connect to the network hub, and via a firewall to the Internet.
' Users
together {
osa_user_green_developer(Mary, "Mary", "Product team", "Developer")
osa_user_green_operations(Ivan, "Ivan", "IT Team", "Server Admin")
osa_user_green_business_manager(Bob, "Bob", "Accounts team", "Manager")
note left : Look at Bob
}
' Devices
together {
osa_desktop(pc, "192.168.1.10", "Windows 10", "PC")
osa_laptop(mac, "192.168.1.12", "Mac", "Mac")
osa_iPhone(iphone, "Dynamic IP", "iPhone 11", "Phone")
osa_iPhone(android, "Dynamic IP", "Android 10", "Phone")
osa_server(server, "192.168.1.100", "Ubuntu Server 20.04 LTS", "Server")
}
' Network
osa_device_wireless_router(wifiAP, "192.168.1.1", "Network")
osa_hub(hub, "Office hub", "Hub")
osa_firewall(firewall, "51.37.24.103", "Network")
osa_cloud(cloud, "Internet", "Network")
Mary --> pc: source code
Mary --> android: social media
Bob --> mac: financial info
Bob --> iphone: phone calls
Ivan --> server: configuration
iphone --> wifiAP
android --> wifiAP
wifiAP --> hub
server --> hub
mac --> hub
pc --> hub
hub --> firewall
firewall --> cloud
legend
|= Color |= Type |= Description |
| <size:11><back:#Red>Mary </back></size>| <color:Red><$osa_user_green_developer*.4></color> | Mary details... This is a stdlib sprite |
| <size:11><back:#DarkGreen>Ivan </back></size>| <color:DarkGreen><$osa_user_green_operations*.4></color> | Ivan details... |
| <size:11><back:#Orange>Bob </back></size>| <color:Orange><$osa_user_green_business_manager*.4></color> | Bob details... |
| <size:11><back:#Purple>Box </back></size>| <color:Purple><&box></color> | A Box. This is an openiconic sprite |
endlegend
footer %filename() rendered with PlantUML version %version()\nThe Hitchhiker’s Guide to PlantUML
@enduml
| false | true | true | false | sequence |
08d065163d978910e68b83f2f08d57162717247e | f41c68515db8f0b85a7779a3f82e75d3128d95da | /documentation/Diagrams/pos.model.pto.puml | 78ee7db48c0ddcd9bab0d9738a45764c24eadb6d | [
"Apache-2.0"
] | permissive | RyanGaudion/COM528-Assignment1 | 9989401153b7eb8a0d082a63f43188d202bd6f78 | edda10ca3c1cb1ef3d81132930c11f2bebe8e7f0 | refs/heads/dev | 2023-09-03T05:38:03.688064 | 2021-11-18T19:56:27 | 2021-11-18T19:56:27 | 414,198,214 | 0 | 6 | Apache-2.0 | 2021-11-18T20:23:34 | 2021-10-06T12:14:03 | Java | UTF-8 | PlantUML | false | false | 608 | puml | @startuml
class java.text.DateFormat
class java.text.SimpleDateFormat
class java.util.Date
class org.solent.com504.oodd.pos.model.dto.Card
class org.solent.com504.oodd.pos.model.dto.TransactionRequest
class org.solent.com504.oodd.pos.model.dto.TransactionResponse
enum org.solent.com504.oodd.pos.model.dto.TransactionStatus
org.solent.com504.oodd.pos.model.dto.Card ..> java.text.DateFormat
org.solent.com504.oodd.pos.model.dto.Card ..> java.text.SimpleDateFormat
org.solent.com504.oodd.pos.model.dto.Card ..> java.util.Date
org.solent.com504.oodd.pos.model.dto.TransactionResponse ..> java.util.Date
@enduml | false | true | false | false | class |
4e419c0eca55ecbf4d7726c8deb28155c36488f8 | 44a89eb59de29515b1c5ccfc2d7a881d1c22950b | /src/model/model.plantuml | b54224039adbba9a6accf01dcc1b076186b1895c | [] | no_license | AlexandraCristetiu/MyTextAdventureGame | c97b822e7abc692039e9f2963701bf34fd857d38 | 117d186c9a5b01c5b645e5e435df0d660d7059f2 | refs/heads/master | 2020-05-27T22:53:18.026650 | 2019-06-10T08:46:58 | 2019-06-10T08:46:58 | 188,812,054 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 535 | plantuml | @startuml
title __MODEL's Class Diagram__\n
package model {
class GameBoard {
{static} - lastId : int
- uniqueId : int
- boardName : String
- boardSize : int
- gameBoardObjects : Object[][]
- connectedGameBoards : Map<GameBoard, List<Integer>>
+ GameBoard()
}
}
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 |
eefe904e40e51a44b7af4b596a0e9359595da0f4 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/UpdateAction.puml | d6232d15930947e6365ecc1c044910e48dc16bd6 | [] | 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 | 451 | 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 UpdateAction [[UpdateAction.svg]] {
action: String
}
interface Update [[Update.svg]] {
version: Long
actions: [[UpdateAction.svg List<UpdateAction>]]
}
UpdateAction --> Update #green;text:green : "actions"
@enduml
| false | true | false | false | sequence |
c6e772c6cb3f7a9da3753d3a3edc897d2fbc6fa4 | 0a916ce8e510f770e8e2fad0757c1bf5574b83b5 | /app/diagram.puml | bf2a086f91c5756f191e36a8b19e18f96e292be4 | [] | no_license | an01f01/probably_bowling | d830f705fa7e7c4c02667bdb1f8223a1829546de | ccaa8f7b10dcd31104fd993c5c391471b8a015e2 | refs/heads/main | 2023-03-26T08:57:29.224097 | 2021-03-16T20:34:40 | 2021-03-16T20:34:40 | 348,478,819 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 896 | puml | @startuml
Frame o-- FrameType: has a
Player *-- Frame: has 10 >
BowlingGame "1" *-- "8" Player : contains
enum FrameType {
NORMAL
SPARE
STRIKE
LAST
}
class Frame {
+ points: Int[3]
+ bonus: Int
+ frameType: FrameType
}
class Player {
+ frames: Frame[10]
+ name: String
+ finalScore: Int
+ reset()
+ setScore(score: Int)
+ getScore(): Int
}
class BowlingGame {
+ PINS: Int
- players: Player[]
- gameFinished: Boolean
- frame: Int
- roll: Int
- pins: Int
- lastScore: Int
+ addPlayer(name: String): Int
+ renamePlayer(playerIdx: Int, newName: String): Int
+ getPlayers(): Player[]
+ calculateScore(playerIdx: Int, frameNumber: Int, rollNumber: Int, pinsKocked: Int): Int
+ bowl(playerIdx: Int): Triple<Int, Int, Int>
+ resetGame()
}
@enduml | false | true | false | false | class |
01b458cfc0d5630e85ad66c74489ce66a268d064 | 6857fe99dc7482333ea889a5dd382596b57955ea | /info202_project/diagrams/addNewProduct_sequence.puml | c6e0be1e6de6610465965e9f7038d872ccfc1e94 | [] | no_license | wduggan/INFO202-Project | dd0f153e07412b5587d0bcd766aa38ba577336d4 | d86ba178e73d39c5aa378aa45dca01b2eaa154ca | refs/heads/main | 2023-05-01T05:33:38.776482 | 2021-05-12T10:44:25 | 2021-05-12T10:44:25 | 366,676,127 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 950 | puml | @startuml
skinparam {
Style StrictUML
SequenceStereotype {
Font {
Size 10
Style plain
}
}
}
actor "User" as user
participant "MainMenu" as menu <<form>>
participant "ProductEditor" as form <<form>>
participant "Product" as domain <<domain>>
participant "dataStore : ProductCollectionsDAO" as dao <<data store>>
participant "categoryModel : SimpleListModel" as categories
user -> menu : Click "Add a new product"
menu++
menu -> form : displayForm()
form++
user -> form : Enter Product Details
user -> form : Click "Save"
form -> domain : Create new instance\nof Product (product)
domain++
form -> domain : setProductID()
form -> domain : setName()
form -> domain : setDescription()
form -> domain : setCategory()
form -> categories : updateItems(categoryList)
form -> domain : setListPrice()
form -> domain : setQuanitityInStock()
form -> dao : saveProduct(product)
dao++
form -> menu : dispose()
@enduml | false | true | false | false | usecase |
cdae96f77180526d201f3e8a17f5d95c7254d2af | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Common/Shared/Events/Queue/IEncodableEventQueue.puml | c9c35c5d8646641f043abd3ef3fb6f15aef44fcc | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 181 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
interface "IEncodableEventQueue<T: Event>" {
+ IsClosed: bool <<get>>
}
!endsub
@enduml | false | true | false | false | class |
898cd7630a35fc05221d59cc29c14f7f9b005bd7 | 636d88cc43ec1ba57c3699ed58d0cec51a1a3084 | /Term Project/Object Pool/ObjectPool_Class_diagram.puml | 7eb426819dd246d8a614c4925bfc84ccbd9b1fcf | [] | no_license | ahmedAlraimi/Tasarim | 088944d13cbdaeea4e0537f7035b1e7ad618c91c | c5a1ee24b3c57561cca80fd7a6e81359bde5b040 | refs/heads/master | 2020-04-26T15:33:28.741752 | 2019-07-10T13:09:39 | 2019-07-10T13:09:39 | 173,650,584 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 864 | puml | @startuml
skinparam classAttributeIconSize 0
class Demo_index{
}
class BusServiceController{
{field} - pool : BusServicePool
{field} - view : BusServiceView
{method} + setModel()
{method} + setView()
{method} + CallBusService()
{method} + Release()
}
class BusServiceView{
{method} + print()
}
class BusServicePool{
{field} - out_of_service : BusService[]
{field} - available : BusService[]
{field} - plate_no : BusService[]
{method} + __construct()
{method} + getfree()
{method} + getfull()
{method} + getBusService()
{method} + release()
}
class BusService{
{field} - id : Integer
{field} - plate_no : String
{method} + getId()
{method} + getPlateNo()
}
BusServiceController <- Demo_index : uses
BusServiceView <- BusServiceController : updates
BusServiceController --> BusServicePool : asks for BusService
BusServicePool --> BusService : uses
@enduml | false | true | false | false | sequence |
da46e07b71f6631cf8b1891040075e5b1cc7b6a6 | 5ae3918bd2f41a233c17989c679e271524519771 | /Sequence/newparticipant.puml | cc99992e6b7e8aede505859f2e01a36a727f6bd0 | [] | no_license | frontjang/uml | cc23fd9bd26fb89f680976e01c39e67361351fa5 | 73a4762697fcf587a93ffa012aa68c579b71ccb7 | refs/heads/master | 2021-01-13T07:20:39.736312 | 2016-10-04T07:19:10 | 2016-10-04T07:19:10 | 69,414,550 | 1 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 182 | puml | @startuml
Bob -> Alice : hello
create Other
Alice -> Other : new
create control String
Alice -> String
note right : You can also put notes!
Alice --> Bob : ok
@enduml | false | true | false | false | sequence |
faacc5af1002c60ba0f46048c2673cd8d4a5cbdd | 59e95a91544586a24cf34dc1a489b4dd74c15fb8 | /test/.puml/fork-state-diagram.papernapkin.puml | bf21f1266f04da8e02587973d2bd39d75169a73e | [] | no_license | devtestlabs-xyz/plantuml-client-container | 70748104798f08b87d927be051d1aef0b97f2f93 | 561f0cc8f90fc39ab77386b1f270b6b3273a0329 | refs/heads/master | 2021-02-11T09:58:18.469181 | 2020-03-04T21:53:34 | 2020-03-04T21:53:34 | 244,479,948 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 388 | puml | @startuml
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam DefaultFontName FG Virgil
skinparam shadowing false
Title Example State Diagram
state fork_state <<fork>>
[*] --> fork_state
fork_state --> State2
fork_state --> State3
state join_state <<join>>
State2 --> join_state
State3 --> join_state
join_state --> State4
State4 --> [*]
@enduml | false | true | false | false | state |
4d1bd13af5beaa69c6cc8b9561f6752e9176d13a | c33ebb6bbfcbee2a8e92a3b6e9b2dcd4b7de02b4 | /utils/kobold.puml | 71c33c5dbe45e994714617908d259d27bada5ef5 | [
"MIT"
] | permissive | xterminal86/nrogue | 31c44bcb734b5f8516a726d9609f10d99a647336 | 4f2a3c65463fa0225dfe8834ae5bd237b811b594 | refs/heads/master | 2023-08-08T02:47:01.107493 | 2023-07-28T13:10:38 | 2023-07-28T13:10:38 | 150,626,056 | 9 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,235 | puml |
state s0 as "TREE"
state s1 as "SEL"
state s2 as "COND"
s2 : p1="player_in_range"
state s3 as "COND"
s3 : p1="player_visible"
state s4 as "SEL"
state s5 as "COND"
s5 : p1="player_in_range" p2="1"
state s6 as "SEL"
state s7 as "COND"
s7 : p1="hp_low"
state s8 as "TASK"
s8 : p1="drink_potion" p2="HP"
state s9 as "TASK"
s9 : p1="attack"
state s10 as "COND"
s10 : p1="hp_low"
state s11 as "SEL"
state s12 as "TASK"
s12 : p1="drink_potion" p2="HP"
state s13 as "TASK"
s13 : p1="move_away"
state s14 as "COND"
s14 : p1="has_equipped" p2="WPN"
state s15 as "TASK"
s15 : p1="chase_player"
state s16 as "TASK"
s16 : p1="move_away"
state s17 as "COND"
s17 : p1="hp_low"
state s18 as "TASK"
s18 : p1="drink_potion" p2="HP"
state s19 as "TASK"
s19 : p1="break_stuff"
state s20 as "TASK"
s20 : p1="pick_items"
state s21 as "TASK"
s21 : p1="move_smart"
state s22 as "TASK"
s22 : p1="move_rnd"
state s23 as "TASK"
s23 : p1="idle"
s7 ---> s8
s6 ---> s7
s6 ---> s9
s11 ---> s12
s11 ---> s13
s5 ---> s6
s10 ---> s11
s14 ---> s15
s4 ---> s5
s4 ---> s10
s4 ---> s14
s4 ---> s16
s3 ---> s4
s2 ---> s3
s17 ---> s18
s1 ---> s2
s1 ---> s17
s1 ---> s19
s1 ---> s20
s1 ---> s21
s1 ---> s22
s1 ---> s23
s0 ---> s1
| false | true | false | false | state |
a7ea1d849db9f8b25720107d2df46025e8dcb7a9 | 522d6058d6ed71c03b3e9c8e32901555f101a914 | /images/localAuthVerif.plantuml | 96dd00ac73cefe7396a57e37c47725a4bd8cabe1 | [
"MIT"
] | permissive | Sparika/PHD | fba697f0e50bb98cce46d3ed0a5631ba657873b9 | 5b356c7d135b3e03a860cc46935b740110fecd14 | refs/heads/master | 2020-03-19T06:57:32.286775 | 2018-06-04T19:59:38 | 2018-06-04T19:59:38 | 136,070,671 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 749 | plantuml | @startuml
skinparam monochrome true
skinparam defaultFontStyle bold
autonumber
participant "JS Client B" as js
participant "UA B" as uaa
box "Communication Service A"
participant "IdP Proxy A" as idpa
participant "CSA" as csa
end box
js -> uaa : setRemoteDescription \n SDP a=identity:ASSERTION
uaa -> csa : GET ./well-known/idp-proxy/local
csa -> uaa : 200
create idpa
uaa -> idpa : <<CREATE>>
uaa -> idpa : validateAssertion(ASSERTION)
idpa -> csa : GET /assertion/ASSERTION.ID
alt Success
csa -->> idpa : 200 JWT Identity
idpa -->> uaa : resolve RTCIdentityValidationResult
else Assertion ID not found
csa -->> idpa : 404
idpa -->> uaa : reject
uaa -->> js : reject
end
@enduml | false | true | false | false | sequence |
ec0e45bd7e40d75f39ee8452d2abdfc0caa10506 | 56cdae58137f66e74a3896cb13efb4325e2df0a6 | /java_base/src/main/java/com/zbq/uml/test.puml | 2140c4e3a0b9ce84669b2e204531a8ab5b36f5db | [] | no_license | zhangboqing/java_knowledge_sea | f2fbbf72de5794771ff2d8d38205e2f9f03b88c6 | 2b3a75cf263e0bc01d7b3ba1e30121528098ff1f | refs/heads/master | 2022-06-21T12:10:35.036939 | 2019-07-05T03:11:25 | 2019-07-05T03:11:25 | 97,587,852 | 2 | 1 | null | 2022-06-17T01:57:27 | 2017-07-18T10:56:01 | Java | UTF-8 | PlantUML | false | false | 254 | puml | @startuml
WebUser -*> Customer
WebUser --> ShoppingCart
ShoppingCart --> LineItem
LineItem --> Product
Customer --> Account
ShoppingCart -> Account
Account -> Order
LineItem -> Order
Order -> Payment
Payment --> Account
@enduml
| false | true | false | false | uml-unknown |
7b4a724e941c80caa0bd070ca895da7b02f0aabb | 40637260ad5ab7bfbd305b9699c4931f38725528 | /design/diagrams/flow.puml | 6432e837c61491c52d73265391bcb6b8af77683d | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | yoshwata/screwdriver | fd635f1fddf3dc3a876b5f8a2b18ec2711eafe2f | 9625f1477dd2402b03a901c6c42f25765d08afca | refs/heads/master | 2021-04-27T02:04:36.197895 | 2020-08-12T21:28:39 | 2020-08-12T21:28:39 | 122,689,098 | 0 | 0 | BSD-3-Clause | 2018-02-24T01:04:17 | 2018-02-24T01:04:17 | null | UTF-8 | PlantUML | false | false | 1,094 | puml | @startuml
actor Worker as worker
participant Director as director
participant "Cache Driver" as cd
participant "Build Cache Server" as bcs
worker -> director: Start
group Setup Phase
note over director: After bookends
director -> cd: Start
activate cd
group Loop
cd -> bcs: Download cache(s)\nfor job
cd -> cd: Test for mountpoint
alt If mounpoint doesn't exists
cd -> cd: Create cache\ntarget mountpoint
cd -> cd: Extract
else
cd -> cd: Merge recursively
end
end
cd -> director: Done
deactivate cd
note over director: Report start
end
note over director, bcs: User steps
group Teardown phase
note over director: After bookends
director -> cd: Start
activate cd
group Loop
cd -> cd: Test if cache content changed
alt If changed
cd -> cd: Compress cache target(s).
cd -> bcs : Upload cache(s)\nfor job
end
end
cd -> director: Done
deactivate cd
note over director: Report status
end
@enduml | false | true | false | false | usecase |
88384c93fac6f3346373a263f67014b933303406 | 1b50f396e7591942f8bda0e4e5e34ae9e236418b | /src/com/kyle/quiz/quiz.plantuml | edbb6ec0c1376de134344805891a4d9a4e5f8655 | [] | no_license | 98189pereira/final-project | 227c27e1a07114cd986e025e19dacb7c7ae996dd | 510dcc9e46ac9c22cc6226e7f33ac3648f63b903 | refs/heads/main | 2023-02-25T07:33:21.113244 | 2021-01-27T14:12:51 | 2021-01-27T14:12:51 | 331,424,288 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,490 | plantuml | @startuml
title __QUIZ's Class Diagram__\n
namespace com.kyle.quiz {
class com.kyle.quiz.BlankBox {
{static} + DEFAULT_ANSWER : String
{static} # SPACING : int
# boxAnswer : TextField
# gridPos : int
# question : String
# questionBox : VBox
# required : boolean
+ BlankBox()
+ getAnswer()
+ getGridPos()
+ getQuestion()
+ getQuestionBox()
+ isRequired()
+ setAnswer()
+ setGridPos()
+ setRequired()
- createQuestion()
}
}
namespace com.kyle.quiz {
class com.kyle.quiz.ExtraQuizData {
- extraNode : Node
- lastGridPos : int
- quizTitleText : String
+ ExtraQuizData()
+ getExtraNode()
+ getLastGridPos()
+ getQuizTitleText()
+ setExtraNode()
}
}
namespace com.kyle.quiz {
class com.kyle.quiz.InvalidQuizException {
}
}
namespace com.kyle.quiz {
class com.kyle.quiz.MultipleChoice {
# answers : ToggleGroup
# options : String[]
+ MultipleChoice()
+ getAnswer()
+ setAnswer()
- createQuestion()
}
}
namespace com.kyle.quiz {
enum QuestionTypes {
blank_box
multiple_choice
}
}
namespace com.kyle.quiz {
enum QuizFileFormat {
ANSWER
OPTION
OPTIONS
QUESTION
QUESTIONS
QUESTION_DATA
QUESTION_TYPE
QUIZ
QUIZ_TITLE
REQUIRED
parent
prefix
type
}
}
namespace com.kyle.quiz {
interface com.kyle.quiz.QuizFormat {
{abstract} + addQuestions()
{abstract} + checkAnswers()
{abstract} + getAnswersJson()
{abstract} + getQuestions()
{abstract} + loadQuestions()
{abstract} + scrubQuiz()
{abstract} + submitQuiz()
}
}
namespace com.kyle.quiz {
class com.kyle.quiz.QuizHandler {
+ quizTitle : String
{static} # QUESTION_OFFSET : int
{static} # SPACING : int
- answersJson : String
- questions : ArrayList<QuizQuestion>
+ addQuestions()
+ checkAnswers()
+ getAnswersJson()
+ getQuestions()
{static} + getRequiredText()
+ loadQuestions()
+ scrubQuiz()
+ submitQuiz()
- getQuestionAnswerMap()
}
}
namespace com.kyle.quiz {
interface com.kyle.quiz.QuizQuestion {
{abstract} + getAnswer()
+ getDefaultAnswer()
{abstract} + getGridPos()
{abstract} + getQuestion()
{abstract} + getQuestionBox()
+ isRequired()
{abstract} + setAnswer()
}
}
namespace com.kyle.quiz {
interface com.kyle.quiz.SubmittableQuiz {
+ quizComplete()
}
}
com.kyle.quiz.BlankBox .up.|> com.kyle.quiz.QuizQuestion
com.kyle.quiz.InvalidQuizException -up-|> java.io.IOException
com.kyle.quiz.MultipleChoice -up-|> com.kyle.quiz.BlankBox
com.kyle.quiz.QuizFileFormat .up.|> com.kyle.parser.ValidParserRules
com.kyle.quiz.QuizFileFormat o-- com.kyle.quiz.QuizFileFormat : parent
com.kyle.quiz.QuizFileFormat o-- com.kyle.parser.PropertyType : type
com.kyle.quiz.QuizHandler .up.|> com.kyle.quiz.QuizFormat
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 |
77e3249b9e717eaab0399af07e8152f79eee2548 | e3c9bdc1d44b0b43faee2398a6529af87a3f6c7c | /plantuml/azure/cloudify.plantuml | 7db87e28743a4e8994e70f79aa4063da745f5c16 | [] | no_license | tasiomendez/iac-modelling | 11c4bc8f146f13db1fa43154f9c9ace317f7d04e | 921f2f70a04f4565a750507c5a0443e5df8f4b86 | refs/heads/master | 2023-04-06T00:45:32.854631 | 2021-04-14T10:48:05 | 2021-04-14T10:48:05 | 351,842,950 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,176 | plantuml | @startuml cloudify
' Design Configuration
skinparam monochrome true
skinparam tabSize 2
' Network Layer
object "nic-name" as network_interface <<cloudify.azure.nodes.network.NetworkInterfaceCard>> {
name: String
location: String
azure_config: dict
retry_after: Integer
}
object "network" as virtual_network <<cloudify.azure.nodes.network.VirtualNetwork>> {
name: String
location: String
azure_config: dict
resource_group_name: String
}
object "subnet" as subnet <<cloudify.azure.nodes.network.Subnet>> {
name: String
location: String
azure_config: dict
resource_group_name: String
resource_config:
\t addressPrefix: String
}
object "ip-name" as static_public_ip <<cloudify.azure.nodes.network.PublicIPAddress>> {
name: String
location: String
azure_config: dict
retry_after: Integer
resource_config:
\t publicIPAllocationMethod: String
}
object "ip_config-name" as ip_configuration <<cloudify.azure.nodes.network.IPConfiguration>> {
name: String
location: String
azure_config: dict
retry_after: Integer
resource_config:
\t privateIPAllocationMethod: String
}
object "network_security_group" as network_security_group <<cloudify.azure.nodes.network.NetworkSecurityGroup>> {
name: String
location: String
azure_config: dict
retry_after: Integer
resource_config:
\t securityRules: Array
\t \t name: String
\t \t properties:
\t \t \t description: String
\t \t \t protocol: String
\t \t \t sourcePortRange: String
\t \t \t destinationPortRange: String
\t \t \t sourceAddressPrefix: String
\t \t \t destinationAddressPrefix: String
\t \t \t priority: Integer
\t \t \t access: String
\t \t \t direction: String
}
' Virtual Machines
object "vm-name" as vm <<cloudify.azure.nodes.compute.VirtualMachine>> {
name: String
location: String
azure_config: dict
retry_after: Integer
os_family: String
resource_config:
\t hardwareProfile:
\t \t vmSize: String
\t storageProfile:
\t \t imageReference: dict
\t osProfile:
\t \t adminUsername: String
\t \t adminPassword: String
\t \t linuxConfiguration: dict
agent_config:
\t install_method: String
\t key: String
\t user: String
use_public_ip: Boolean
}
object "storage_account" as storage_account <<cloudify.azure.nodes.storage.StorageAccount>> {
name: String
location: String
azure_config: dict
retry_after: Integer
resource_config:
\t accountType: String
}
object "resource_group" as resource_group <<cloudify.azure.nodes.ResourceGroup>> {
name: String
location: String
azure_config: dict
}
object "availability_set" as availability_set <<cloudify.azure.nodes.compute.AvailabilitySet>> {
name: String
location: String
azure_config: dict
retry_after: Integer
}
' Relationships
virtual_network --> resource_group : <<contained_in_resource_group>>
network_security_group --> resource_group : <<contained_in_resource_group>>
network_interface --> resource_group : <<contained_in_resource_group>>
vm --> resource_group : <<contained_in_resource_group>>
availability_set --> resource_group : <<contained_in_resource_group>>
storage_account --> resource_group : <<contained_in_resource_group>>
static_public_ip --> resource_group : <<contained_in_resource_group>>
subnet --> virtual_network : <<contained_in_virtual_network>>
ip_configuration --> subnet : <<ip_configuration_connected_to_subnet>>
ip_configuration --> static_public_ip : <<ip_configuration_connected_to_subnet>>
network_interface --> ip_configuration : <<nic_connected_to_ip_configuration>>
network_interface --> network_security_group : <<nic_connected_to_network_security_group>>
vm --> network_interface : <<connected_to_nic>>
vm --> storage_account : <<connected_to_storage_account>>
vm --> availability_set : <<connected_to_availability_set>>
@enduml
| false | true | false | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.