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
ea4f579b24fa0c395624c84cb529dfb167fe3dc0
9cccabca8eff25502a735f8fe4ceff3a09b4c444
/slide/res/uml/architecture-design-detail.puml
376accf18463cba00c2d26badaa4f61eb9d3c26a
[ "CC-BY-SA-3.0", "CC-BY-SA-4.0", "Apache-2.0" ]
permissive
NiccoMlt/protelis-web-thesis
1d077bf8180c415789d52f4a7bb9e5c67d470bb3
49bf1e3a3b89df55f0a4176bb4c3b3a14941d497
refs/heads/master
2020-12-23T14:02:23.293073
2020-03-23T19:14:45
2020-03-23T19:14:45
237,173,330
0
0
Apache-2.0
2020-03-11T13:34:43
2020-01-30T08:51:15
TeX
UTF-8
PlantUML
false
false
1,024
puml
@startuml "architecture-design-detail" skinparam { linetype ortho monochrome true ArrowColor black backgroundColor transparent classBackgroundColor transparent ' style strictuml actorBackgroundColor transparent componentBackgroundColor transparent padding 5 } left to right direction actor :user: as user component [client] as react { database "Store" as store { component [editorSlice] as editor component [execSlice] as canvas } component [UI] as ui component [Middleware] as mw editor --> mw mw -up-> canvas } user --> ui ui --> editor ui <-- editor ui <-- canvas component [backend] { component [server] as vertx { component [BridgeVerticle] as bridge component [AlchemistVerticle] as exec bridge --> exec bridge <-- exec: EventBus } ' react --> bridge ' react <-- bridge mw -(0- bridge: SockJS component [executor] as alchemist exec -(0- alchemist } @enduml
false
true
false
false
sequence
09c628926e8aecad11fd80acddae9abab0e55779
49c25d19adbb88f63d799e1e050bd20fd4988a48
/src/Questions13/Question1.puml
4b834770d7c75ec0388cf2cc0dfdf99e04fac7a9
[]
no_license
agustincperalta/Ji2S
e459e9caadc0a35b288e19d030eb25d6d22b6509
8dc619f44357f202db7aacdfbe4fea706bb8d77d
refs/heads/master
2020-05-30T18:46:27.128438
2019-07-13T16:00:25
2019-07-13T16:00:25
189,905,552
0
0
null
null
null
null
UTF-8
PlantUML
false
false
153
puml
@startuml interface Checkable class TopClass interface Testable class MyClass MyClass o-- Checkable MyClass o-- Testable MyClass <|-- TopClass @enduml
false
true
false
false
class
0c6207180d2acf1b4486656002bd407291f7a64d
8dc3b29b4a79e4070353177f9ea4f8b9820b5bbf
/classDiagram.puml
bd63efaa92dffa2089da42812374c4692d39e6fa
[]
no_license
dnchia/FXClub
f77f491715ffe07246e3bf75f3832e2446c998fc
8067ab0c7ad8f641cc6e05b96160c680b79cb5e6
refs/heads/master
2021-01-23T04:44:25.623509
2017-05-31T11:42:05
2017-05-31T11:42:05
92,939,136
2
0
null
null
null
null
UTF-8
PlantUML
false
false
223
puml
@startuml package models { interface User class Partner implements User class Administrator implements User class Movie enum Licences } package views { } package es.uji.agdc.controllers { } @enduml
false
true
false
false
class
3fa5b8dd69a58d556c596d453ea6fd08d1714218
dfbfee5da81a5ca78c64d91827cb25a1e9e1d953
/doc/UML/IceteaManager.puml
d904feb025be622ad518e08b8735aa5eb2a22edb
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ARMmbed/icetea
5321f76d3db636a8b66dcd4a36512911da8da1ca
a9640345d4d354cde592620df2768c5b795d3df5
refs/heads/master
2023-03-16T13:57:14.834690
2021-07-07T08:43:02
2021-07-07T08:43:02
62,133,203
6
8
Apache-2.0
2021-07-07T08:43:03
2016-06-28T10:45:54
Python
UTF-8
PlantUML
false
false
698
puml
@startuml class IceteaManager { + libpath : string + args : dict + logger : logging.Logger + resourceprovider : ResourceProvider + {static}list_suites(string, bool) : PrettyTable - {static}_parse_arguments() : argparse.Namespace + __init__() : IceteaManager + run(argparse.Namespace) : ExitCodes + runtestsuite(TestSuite) : ResultList + check_args() : bool - _cleanup_resourceprovider() - _cleanlogs(bool) - _clean_onerror(str, str, str) - _init_cloud(bool) : bool or Cloud } enum ExitCodes{ EXIT_SUCCESS = 0 EXIT_ERROR = 1 EXIT_FAIL = 2 EXIT_INCONC = 3 } class TCMetaSchema{ __metaclass__ = Singleton - _tc_meta_schema : dict + __init__(str) : TCMetaSchema + get_meta_schema() : dict } @enduml
false
true
false
false
class
1ac28fe0422ad200549a13d73e84807ed69f2412
bd7390fd9707b769cb04353bcf31604a2f9b3589
/DOC/test.puml
50f655fe52051bcc94975fd3b12bf55e7e8fc3e8
[ "MIT" ]
permissive
LHelge/BCD-watch
ba19d1d7d95e0f3e38e49f1c270a63bc803e391f
56a9d86c1266c28456a0ee8a8ff4be62cb39f654
refs/heads/master
2020-09-06T05:51:08.115446
2020-02-08T21:27:05
2020-02-08T21:27:05
220,342,810
1
1
MIT
2020-02-08T21:27:06
2019-11-07T22:48:53
C
UTF-8
PlantUML
false
false
371
puml
@startuml [*] --> Init Init --> ShowTime: InitDone ShowTime -> SetTime: ButtonLongPress SetTime -> ShowTime: ButtonLongPress ShowTime --> Sleep : Timeout Sleep --> Init: AccelerometerInterrupt Sleep --> Init: ButtonPress Init: Setup peripherals Init: Setup Acceleromenter state ShowTime { [*] --> ReadRTC } state SetTime { [*] --> ShowCurrentTime } @enduml
false
true
false
false
sequence
651c192e346e71ff1b170320cfd11165a5176c1d
4e735a2b94ef137437adc8798f08fe9ca8b8b6c5
/docs/diagrams/budget/AddBudgetCommandClassDiagram.puml
a5eda702e296a7edbf4003316a49d8a2275be25a
[ "MIT" ]
permissive
AY1920S1-CS2103T-T11-1/main
077c196c06f1ce91d5fb1afe8b969390ba737f85
e2e0e05955f04931ddaff41685a3dba64c0e6e86
refs/heads/master
2020-07-21T05:18:09.774695
2019-11-12T15:45:13
2019-11-12T15:45:13
206,758,681
0
7
NOASSERTION
2019-11-12T15:18:58
2019-09-06T09:19:12
Java
UTF-8
PlantUML
false
false
341
puml
@startuml class AddBudgetCommand { #validate(model : Model) #execute(model : Model) : CommandResult } abstract class UndoableCommand AddBudgetCommand -up-|> UndoableCommand AddBudgetCommand -right-> "1" Budget: toAdd AddBudgetCommand ..> Model AddBudgetCommand ..> CommandResult AddBudgetCommand .left.> CommandException: throws @enduml
false
true
false
false
sequence
5ccdb17e72d88ef700c3b0eb8f736bc51e1c0d7f
a8e4ce85f08da0acf8c67cd8ff85042c4b5a9846
/resources/spy.puml
05d7815f215d38495e23fe6e4a9929de7e47f57e
[]
no_license
eugene-krivosheyev/unit-testing-and-tdd
6f21e7dc4bb730b60da7f6287b06fcebc7773992
eb5769eb9750003f2801f634749f7220e27e29e2
refs/heads/master
2023-04-03T17:47:06.272610
2023-03-14T05:22:51
2023-03-14T05:22:51
173,579,064
5
138
null
2023-03-14T13:12:33
2019-03-03T13:34:23
Java
UTF-8
PlantUML
false
false
113
puml
@startuml Test -> SUT SUT -> Spy Spy -> Dependent Dependent --> Spy Spy --> SUT SUT --> Test Test -> Spy @enduml
false
true
false
false
uml-unknown
8b9bfb4097c6793db3dd9d17f37f9ed72b3e14de
54445e30c74df01cccd6bab3419b1998a22ad599
/documentation/it01-02/it2_process_view_delete.puml
7d5e1d20accbeddad9aa6f741286c363053a6dee
[]
no_license
danieljfgoncalves/arqsi2017-3da-1151159-1151452
68694c11c692eb0a6724af986206dd4f7d326772
905e8b061f9c763be31107db0b5245a062e0bab0
refs/heads/master
2021-05-05T06:27:14.764693
2017-12-13T12:55:08
2017-12-13T12:55:08
118,801,078
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,461
puml
@startuml title: <size:20> DELETE Request [Process View]</size> ' Lifelines participant Client as cl <<HTTP>> participant Server as node <<NodeJS>> participant App as app <<ExpressJS>> participant Router as r <<ExpressJS>> collections Middlewares as mds <<ExpressJS>> participant Controller as c <<Controller>> participant Model as m <<Mongoose>> database Database as db <<MongoDB>> ' Sequence cl -> node : [DELETE] request activate node #6cc24a node -> app : use() activate app app -> r : delete() activate r loop use middlewares r -> mds : use() activate mds mds -> mds : [perform task] mds -> r : next() [callback] activate r r --> mds deactivate r end deactivate mds r -> c : deleteObject() activate c c -> m : delete() activate m note right of m **<color purple>CRUD</color>** end note m -> db : delete from database db --> m : return success info m --> c deactivate m c --> r deactivate c r --> app deactivate r app --> node deactivate app node --> cl : display success message <font color=green><b>[status: 201] deactivate node @enduml
false
true
false
false
sequence
269c032bb82516f6d7c4f5904d632a68e69983df
6ff2759040fc1e0dfeabe58065390383cdc1586f
/uml/diagram_sequence_start_acquisition_MCA_1.puml
17907060023ca4709b72dbb657fcf18a88da724d
[]
no_license
anoureddine/XiaDxp
1f5754a3827996f9d105b3aef3d55c952c186b01
a70599166539d9a18393bb0114bec3c425e0ee86
refs/heads/master
2021-01-12T08:39:45.401593
2016-12-16T09:21:10
2016-12-16T09:21:10
76,647,142
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,337
puml
@startuml title <b>XiaDxp - Diagram Sequence : Start - 2015/09/15</b>\n********************************************** actor User participant "DataStream" as Stream box "STREAM VIEW" #LightGreen participant Stream end box participant "Device/AttrView" as Device box "TANGO VIEW" #LightGreen participant Device end box participant "Controller" as Ctrl box " CONTROLLER " #Orange participant Ctrl end box participant "Acquisition" as Acq participant "DriverHelper" as Driver participant "DataStore" as Store box "MODEL" #LightBlue participant Acq participant Driver participant Store end box User -> Device: Start() activate Device Device -> Ctrl: start() activate Ctrl Ctrl -> Acq : start_acquisition() activate Acq Acq -> Driver : start_acquisition() activate Driver Driver --> Acq deactivate Driver Acq --> Ctrl deactivate Acq Ctrl --> Device : state (RUNNING/FAULT/...) deactivate Ctrl deactivate Device note right State = RUNNING will activate the Task Periodic loop end note activate Acq loop while RUNNING & every 100 ms (PERIODIC Task message) & for each channel Acq -> Driver : get_run_data(num_channel, statistics name) activate Driver Driver --> Acq : realtime/livetime/icr/ocr/... deactivate Driver Acq -> Store: store_statistics(num_channel) activate Store deactivate Store Acq -> Driver : get_mca_data(num_channel) activate Driver Driver --> Acq : array of channel data deactivate Driver Acq -> Store: store_data(num_channel) activate Store Store -> Store : notify(num_channel) Store -> Ctrl : update_data(num_channel) activate Ctrl #AAEECC Ctrl -> Stream : update_data(num_channel) activate Stream #AAEECC note left Push data into Stream (there is No Nexus stream in MCA mode) end note deactivate Stream Ctrl -> Device : update_data(num_channel) activate Device #AAEECC note left Update Tango stats/channels dynamic attributes end note deactivate Device deactivate Ctrl deactivate Store end deactivate Acq @enduml
false
true
false
false
usecase
2459dcafcbbd1e4e365493a1c9c35d9064d0d222
92bdd1883aadea552a1ab69991d64b3c942a86d8
/hw5/assignment/customers.puml
241de0845c154f6b07b41e626869a7f87f7aca99
[]
no_license
ddrake3/CSCE-361-Software-Engineering
6b4ee53df7933036cce500a1d898f70baa42dcab
325c535055faa475271bb785395fc1ad5a768ed7
refs/heads/main
2023-07-17T17:12:48.317495
2021-09-01T05:40:42
2021-09-01T05:40:42
401,927,661
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,278
puml
@startuml skinparam classAttributeIconSize 0 interface Customer { + {static} MAXIMUM_LINE_LENGTH + {static} MAXIMUM_CITY_LENGTH + {static} STATE_LENGTH + {static} ZIPCODE_LENGTH String getName() String getAddress() String getPaymentInformation() void addRental(RentalEntity rental) RentalEntity rentCar(PricedItem rentalPackage) List<RentalEntity> getRentals() } interface CorporateCustomer { String getAccount() void setCorporateAccount(String newAccount) double getNegotiatedRate() void setNegotiatedRate(double newRate) } interface IndividualCustomer { PaymentCard getPaymentCard(); void setPaymentCard(String cardNumber, int cardExpirationMonth, int cardExpirationYear, String cvv); void updatePaymentCard(int newExpirationMonth, int newExpirationYear, String newCvv); } abstract class CustomerEntity <<entity>> { ~ {static} getCustomerByName(String name) ~ boolean canRent() } class CorporateCustomerEntity <<entity>> { + {static} ACCOUNT_LENGTH } class IndividualCustomerEntity <<entity>> class PaymentCard <<embeddable>> { + {static} CARD_NUMBER_LENGTH + {static} CVV_MINIMUM_LENGTH + {static} CVV_MAXIMUM_LENGTH + String getCardNumber() + YearMonth getExpirationDate() + String getCvv() } Customer <|-- CorporateCustomer Customer <|-- IndividualCustomer Customer <|.. CustomerEntity CorporateCustomer <|.. CorporateCustomerEntity IndividualCustomer <|.. IndividualCustomerEntity CustomerEntity <|-- CorporateCustomerEntity CustomerEntity <|-- IndividualCustomerEntity IndividualCustomerEntity *-- PaymentCard 'interface Model { ' + {static} MAXIMUM_NAME_LENGTH ' String getModel() ' String getManufacturer() ' VehicleClass getClassType() ' Optional<Integer> getNumberOfDoors() ' Transmission getTransmission() ' Fuel getFuel() ' Optional<Integer> getFuelEconomyMPG() ' Optional<Integer> getFuelEconomyKPL() ' Optional<Double> getFuelEconomyLP100K() ' void addCar(Car car) ' Set<Car> getCars() ' } ' 'class ModelEntity <<entity>> { ' ~ {static} Set<Model> getModelsByClass(VehicleClass vehicleClass) ' + void removeCar(Car car) '} ' 'Model <|.. ModelEntity ' ' 'interface PricedItem { ' {static} CURRENCY_SYMBOL ' {static} LINE_ITEM_TEXT_LENGTH ' int getDailyRate() ' String getLineItemSummary() ' PricedItem getBasePricedItem() '} 'interface Car { ' String getVin() ' String getMake() ' String getModel() ' String getColor() ' String getLicensePlate() ' boolean isAvailable() ' void addRental(RentalEntity rental) ' } 'class CarEntity <<entity>> ' 'PricedItem <|-- Car 'Car <|.. CarEntity ' ' 'Car "*" <--> "1" Model ' ' 'class RentalEntity <<entity>> ' 'RentalEntity o-- Car 'RentalEntity o-- Customer ' 'enum Model.VehicleClass { ' UNKNOWN ' OTHER ' ECONOMY ' COMPACT ' MIDSIZED ' LARGE ' MINIVAN ' SUV ' TRUCK '} ' 'enum Model.Transmission { ' UNKNOWN ' OTHER ' AUTOMATIC ' MANUAL '} ' ' 'enum Model.Fuel { ' UNKNOWN ' OTHER ' GASOLINE ' DIESEL ' PLUGIN_ELECTRIC '} @enduml
false
true
false
false
class
c88503203d3de7498048411e845470c105784376
8eea3d156ed8f8c32a5c4df3fad10c1fcd3a8ed4
/design/app-use-cases.puml
0db772d5467da7ad09c15ad73612a0fc8410866d
[]
no_license
alpheios-project/documentation
e9c949f9f78ac3c8ba5b6af424adfa31bcdad9b1
3b452dfcd0b94832ec0d0718ff51c099d2ba66f7
refs/heads/master
2021-06-06T01:33:49.616128
2021-04-24T12:56:24
2021-04-24T12:56:24
129,736,263
0
0
null
2021-01-04T14:36:49
2018-04-16T12:02:23
null
UTF-8
PlantUML
false
false
2,851
puml
@startuml skinparam packageStyle rectangle skinparam usecase { ArrowColor<< browserExtension >> black ArrowColor<< embeddedLibrary >> blue ArrowColor<< readerApp >> red BorderColor gray } skinparam actor { BorderColor<< browserExtension >> black BorderColor<< embeddedLibrary >> blue BorderColor<< readerApp >> red } actor user1 <<browserExtension>> rectangle userstories { user1 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/core-user-stories.csv core]]) <<browserExtension>> user1 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/auth-user-stories.csv auth]]) <<browserExtension>> user1 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/config-user-stories.csv config]]) <<browserExtension>> user1 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/browserextension-user-stories.csv browserext]]) <<browserExtension>> user1 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/offline-user-stories.csv offline]]) <<browserExtension>> } actor user2 <<embeddedLibrary>> rectangle userstories { user2 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/core-user-stories.csv core]]) <<embeddedLibrary>> user2 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/auth-user-stories.csv auth]]) <<embeddedLibrary>> user2 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/mobile-user-stories.csv mobile]]) <<embeddedLibrary>> user2 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/config-user-stories.csv config]]) <<embeddedLibrary>> user2 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/embedlib-user-stories.csv embedlib]]) <<embeddedLibrary>> user2 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/offline-user-stories.csv offline]]) <<embeddedLibrary>> } actor user3 <<readerApp>> rectangle userstories { user3 -up--> ([[https://github.com/alpheios-project/documentation/blob/master/design/core-user-stories.csv core]]) <<readerApp>> user3 -up--> ([[https://github.com/alpheios-project/documentation/blob/master/design/auth-user-stories.csv auth]]) <<readerApp>> user3 -up--> ([[https://github.com/alpheios-project/documentation/blob/master/design/reader-user-stories.csv reader]]) <<readerApp>> user3 -up--> ([[https://github.com/alpheios-project/documentation/blob/master/design/mobile-user-stories.csv mobile]]) <<readerApp>> user3 -up--> ([[https://github.com/alpheios-project/documentation/blob/master/design/config-user-stories.csv config]]) <<readerApp>> user3 --> ([[https://github.com/alpheios-project/documentation/blob/master/design/offline-user-stories.csv offline]]) <<readerApp>> } @enduml
false
true
false
false
sequence
ffb26788c14a55b557212039155130c677683b6c
7204671d98ac508f410c373821834ec8b8ac7712
/structural/flyweight/diagram.puml
dce1e2fbbc33420e9be9400fa9ed8b3819964c60
[]
no_license
phamh79/design-pattern-in-go
1e052ec04f3ad9ef049efdd2f2fb7a7d6d62f380
d867a5bfd0cb32aa87f45a20ef1fd03b469ae7b4
refs/heads/master
2022-12-17T07:45:11.746980
2020-09-13T04:43:55
2020-09-13T04:43:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
740
puml
@startuml namespace flyweight { class counterTerroristDress << (S,Aquamarine) >> { - color string - getColor() string } interface dress { - getColor() string } class dressFactory << (S,Aquamarine) >> { - dressMap <font color=blue>map</font>[string]dress - dressMap <font color=blue>map</font>[string]dress - getDressByType(dressType string) (dress, error) - getDressByType(dressType string) (dress, error) } class player << (S,Aquamarine) >> { - dress dress - playerType string - lat int - long int - newLocation(lat int, long int) } } "flyweight.dress" <|-- "flyweight.counterTerroristDress" @enduml
false
true
false
false
class
d1a3b1270dca95f88fab6fb99b10ee36d53e1118
c80b15b494cd7b72277942f1d927b4a8e5f6b8a7
/app/src/main/java/com/fktimp/news/requests/newsHelperModel.puml
9ca2d94335243407ee5c6b7c5c2a7c3fbd74632b
[]
no_license
tatgorban/news-app
e87d11428a055742ea057cd1cdb801c3a29c647b
84e1be14628076e19f87acde65b944315885d60e
refs/heads/master
2022-11-15T11:18:05.130068
2020-06-28T15:34:23
2020-06-28T15:34:23
250,410,847
0
0
null
null
null
null
UTF-8
PlantUML
false
false
803
puml
@startuml class NewsHelper { + SOURCE_SET: Sting + STOP: Sting + defaultSources: Array<Sting> + actualSources: Set<Sting> + next_from_news: Sting + next_from_search: Sting + newsAtOnce: Int + clearNext(Next) + isAllNews(): Boolean + isAllNewsSearch(): Boolean + saveDefaultSources(Context) + deleteAllSources(Context) + saveStringSet(Context, HashSet<String>) + getSavedStringSets(Context) + getNewsData(NewsHelperInterface) + getSearchNews(NewsHelperInterface) } interface NewsHelperInterface { + onDeleteLoad() + showToast(text: String) + onNewData(items: List<VKWallPostModel>, srcInfo: List<VKSourceModel>) + onError() } enum Next{ NEWS SEARCH } Next --> NewsHelper NewsHelperInterface --> NewsHelper @enduml
false
true
false
false
class
4bcbad0c8410ac84f38a0a145f715eac1a597113
d3f921b9e488b1d7e2fa86d01a2e6855219b1d05
/fdv.authentication/src/main/java/de/gematik/ti/epa/fdv/authentication/exceptions/exceptions.plantuml
487631fb9b53e10f045b9706bf0f19a3505c8c61
[ "Apache-2.0" ]
permissive
gematik/ref-ePA-FdV-Modul
d50e244d781702b95a9a31dc4efee09765546d79
2c6aba13f01c4fb959424342a5fa8ce1660ffad4
refs/heads/master
2022-01-19T20:31:23.703274
2022-01-07T07:24:03
2022-01-07T07:24:03
239,501,237
2
1
null
null
null
null
UTF-8
PlantUML
false
false
622
plantuml
@startuml namespace de.gematik.ti.epa.fdv.authentication.exceptions { class de.gematik.ti.epa.fdv.authentication.exceptions.AuthenticateException { + AuthenticateException() } class de.gematik.ti.epa.fdv.authentication.exceptions.XmlCanonicalizeException { {static} - serialVersionUID : long + XmlCanonicalizeException() } } de.gematik.ti.epa.fdv.authentication.exceptions.AuthenticateException -up-|> java.lang.RuntimeException de.gematik.ti.epa.fdv.authentication.exceptions.XmlCanonicalizeException -up-|> java.lang.RuntimeException @enduml
false
true
false
false
class
eee06376f75cac58e4c6ab39f56b70d915b71477
ef4f9913b31c7ce6c913c8adcced062c0d5db5f9
/design-patterns/codebase/src/main/resources/uml/abstract-factory/class-diagram.puml
4094edb77c0491c28fbc7e002417aacc0b6f90c6
[]
no_license
lzbair/OO-Paradigm
5061211c6af19612c9d8185493898441fb92257b
ddc653bd0fe17807bcd7fd6030bb3e6b05239d99
refs/heads/master
2023-06-27T14:54:19.349718
2023-02-21T09:53:06
2023-02-21T09:53:06
238,396,539
0
1
null
2023-06-14T22:49:02
2020-02-05T07:55:12
Java
UTF-8
PlantUML
false
false
372
puml
-@startuml abstract class Layout abstract class Image abstract class Button class Window extends Layout class WideImage extends Image class PushButton extends Button class Screen extends Layout class NarrowImage extends Image class TouchButton extends Button Monitor -- Layout: draw > Monitor -- Image: draw > Monitor -- Button: draw > @enduml
false
true
false
false
class
b6a2ca0bd1298d64c357852c9dd78ad6e411fa1c
0b68904d2e35615f75fb035ed42106b5f3d441cc
/Proyectos/RPG-Colecciones/src/rpg/colecciones/BolsaConDuplicados.puml
c0d7aec59f62c19a5fdd65fe91c28f206df27fbd
[]
no_license
meschoyez/111mil-2019
c8a329060831006ce40999908121c421291ba8b2
8850c95cbdbc7021094c5b0d18fb07e4e819976e
refs/heads/master
2020-05-02T21:19:41.668425
2019-09-17T14:58:08
2019-09-17T14:58:08
178,217,006
5
2
null
null
null
null
UTF-8
PlantUML
false
false
565
puml
@startuml Bolsa skinparam ClassAttributeIconSize 0 hide circle class Heroe { - Bolsa bolsa - Objetos objeto } class Bolsa { - Integer PESO_MAXIMO - Integer pesoActual - TreeMap<String, Objetos> porNombre + addObjeto (Objetos obj) + Objetos getObjeto (String nombre) + ArrayList<Objetos> getObjetosEnLaBolsa() + ArrayList<Objetos> getListaObjetosConPrefijo(String pre) + Integer getPesoLibre () + void addPeso (Integer peso) } class Objetos <<Abstract>>{ } Bolsa <- Heroe Heroe --> Objetos Bolsa --> Objetos @enduml
false
true
false
false
class
43b340b3651c46e5b2586f3f41b7178e6bacdd93
3c2e58993d4af7f85d5f1ede6a228145d8b11423
/docs/Developer Documentation/Logger/assets/detailed_logger_design.puml
c50f9e5f9ea7b3171dd4a8a80e1fc099a79aeb00
[]
permissive
smartdevicelink/sdl_core_guides
eb688ae007f02fd032841c15afbbcdbb59fc00a5
1996c3abdc3ec33ce822092fc1bd897432564f9a
refs/heads/master
2022-05-10T18:39:21.230366
2022-04-13T14:40:15
2022-04-13T14:40:15
60,638,049
3
17
BSD-3-Clause
2022-04-12T20:50:59
2016-06-07T18:50:24
null
UTF-8
PlantUML
false
false
2,488
puml
@startuml package "visible for any SDL components" #DDDDDD { interface Logger { + bool isEnabledFor(component, LogLevel) = 0; + void DeInit() = 0; + void Flush() = 0; + void PushLog(LogMessage) = 0; + Logger& instance(Logger* initializer = nullptr) = 0; } class AutoTrace { + AutoTrace() + ~AutoTrace() } class LocationInfo { + file_name + function_name + line_number } abstract TimePoint{} class LogMessage { + string component_ + LogLevel log_level_ + string log_event_ + TimePoint timestamp_ + LocationInfo location_ + thread_id thread_id_ } enum LogLevel { TRACE_LEVEL DEBUG_LEVEL INFO_LEVEL WARNING_LEVEL ERROR_LEVEL FATAL_LEVEL } abstract LogMacro { SDL_CREATE_LOG_VARIABLE SDL_CREATE_LOCAL_LOG_VARIABLE SDL_FLUSH_LOGGER SDL_DEINIT_LOGGER SDL_LOG_TRACE SDL_LOG_AUTO_TRACE SDL_LOG_DEBUG SDL_LOG_INFO SDL_LOG_WARN SDL_LOG_WARN_WITH_ERRNO SDL_LOG_ERROR SDL_LOG_ERROR_WITH_ERRNO SDL_LOG_FATAL } AutoTrace -down-> Logger LogMacro -down-> Logger LogMacro .right.> LogMessage : create LogMessage *-- LocationInfo LogMessage *-- TimePoint LogMessage *-- LogLevel } interface ThirdPartyLoggerInterface { + Init() = 0; + Deinit() = 0; IsEnabledFor(string, LogLevel) = 0; PushLog(LogMessage) = 0; } package "have access to log4cxx library" #DDDDDD { class Log4CXXLogger { log4cxx bindings: - LogLevel to Log4CxxLogLevel - TimeStamp to Log4CxxTimeStamp - LocationInfo to Log4CxxLocationInfo } Log4CXXLogger -up-|> ThirdPartyLoggerInterface class "log4cxx::" as log4cxx log4cxx <-right- Log4CXXLogger } package "visible only for Main/TestMain" #DDDDDD { interface LoggerInitializer { + void Init(ThirdPartyLoggerInterface* impl_) = 0; } class LoggerImpl { loop_thread ThirdPartyLoggerInterface* impl_ Logger& instance(Logger* init_value); } } note "\ Logger& Logger::instance(Logger* pre_init) { \n\ static Logger* instance_ = nullptr; \n\ if (pre_init) { \n\ assert(instance_ == nullptr);\n\ instance_ = pre_init;\n\ }\n\ return *instance_;\n\ }" as N1 LoggerImpl .right. N1 LoggerImpl -up-|> Logger LoggerImpl -up-|> LoggerInitializer LoggerImpl *-left-> ThirdPartyLoggerInterface : proxy calls class Main Main .up.> LoggerImpl Main .up.> Log4CXXLogger : create note "Main(orTestMain) creates LoggerImpl, \n\ ExternalLogger Injects ExternalLogger to LoggerImpl, \n\ Takes care about LoggerImpl life cycle" as N2 N2 .left. Main @enduml
false
true
false
false
sequence
295adc62d3c9eebae8c1b8a6de9759fe3777d223
e71dc427b28c2002e70347f73642d174ada37942
/doc/libindy-anoncreds.puml
6451d274ca7eea73b706bd151d9b9ecf57e6357f
[ "Apache-2.0" ]
permissive
panickervinod/indy-sdk
03109a5b1f5e08e1556b239991ea9dbc12896f19
337c57651694a73883dc2cea0db25a3866e6dc9f
refs/heads/master
2021-09-06T16:37:07.073245
2018-02-08T15:24:20
2018-02-08T15:24:20
110,570,465
1
0
null
2018-02-08T15:24:21
2017-11-13T16:09:00
Rust
UTF-8
PlantUML
false
false
3,532
puml
@startuml skinparam ParticipantPadding 20 skinparam BoxPadding 20 title Libindy anoncreds scale 0.9 box "Issuer" #LightBlue participant "Walleted Issuer" as IW actor Issuer as I endbox box "Prover" actor Prover as P participant "Walleted Prover" as PW endbox actor Verifier as V participant "Ledger" as L note over IW, L #white dashed arrows: a value from Ledger may be cached (in wallet?) <b>bold text</b>: anoncreds libindy API call <font color=red>red:</font> internal communication with walleted entity <font color=green>green:</font> submit/get to/from secure wallet <font color=blue>blue:</font> submit/get to/from Ledger black: communication between Issuer/Prover/Verifier endnote === Create Claim Definition == I -> IW: <b>1. indy_issuer_create_and_store_claim_def IW -[#green]> IW: store keys IW -> I: <claim_def, claim_def_referent> I-[#blue]>L: send CLAIM_DEF txn L-[#blue]>I: <claim definitions's seq_no> I -> IW: <b>2. indy_wallet_set_seq_no_for_value IW -[#green]> IW: update claim_def seq_no === Create Revocation Registry == I -> IW: <b>3. indy_issuer_create_and_store_revoc_reg IW -[#green]> IW: get keys IW -[#green]> IW: store revoc reg IW -> I: <revoc_reg, revoc_reg_referent> I-[#blue]>L: send REVOC_REG txn L-[#blue]>I: <revoc_reg's seq_no> I -> IW: <b>4. indy_wallet_set_seq_no_for_value IW -[#green]> IW: update revpc_reg seq_no === Create Master secret == P -> PW: <b>5.indy_prover_create_master_secret PW -[#green]> PW: store master secret === Send Claim Offer == I -[#black]> P: send claim offer P -> PW: <b> 6. indy_prover_store_claim_offer PW -[#green]> PW: store claim offers === Show Claim Offers in UI == P -> PW: <b>7.indy_prover_get_claim_offers PW -[#green]> PW: get claim offers PW -> P: <claim_offers> P -> P: show on UI === Request and Issue Claims == P -[#blue]-> L: send GET_CLAIM_DEF req L -[#blue]-> P: <claim definition> P -> PW: <b>8.indy_prover_create_and_store_claim_req PW -[#green]> PW: get master secret PW -[#green]> PW: store claim_req PW -> P: <claim_req> P -[#black]> I: send claim request I -> IW: <b>9. indy_issuer_create_claim IW -[#green]> IW: get keys IW -[#green]> IW: get revoc reg IW -> I: <update revoc reg>, <claim> I -[#blue]> L: send REVOC_REG_UPDATE txn I -[#black]> P: send claim P -> PW: <b>10.indy_prover_store_claim PW -[#green]> PW: get claim request PW -[#green]> PW: store claim === Show Claims on UI == P -> PW: <b>11. indy_prover_get_claims PW -[#green]> PW: get claims PW -> P: <claims> P -> P: show on UI === Present Claim to 3d Party (proof request)== V -[#black]> P: send proof request ||| P -> PW: <b>12.indy_prover_get_claims_for_proof_req PW -> P: <claims for proof request> P -> P: show on UI P -> P: select claims for the proof ||| P -[#blue]-> L: send GET_SCHEMA req L -[#blue]-> P: <schema> P -[#blue]-> L: send GET_CLAIM_DEF req L -[#blue]-> P: <claim_def> P -[#blue]-> L: send GET_REVOC_REG req L -[#blue]-> P: <revoc_reg> ||| P -> PW: <b>13.indy_prover_create_proof PW -[#green]> PW: get claim PW -> P: <proof> ||| P -[#black]> V: send proof ||| V -[#blue]-> L: send GET_SCHEMA req L -[#blue]-> V: <schema> V -[#blue]-> L: send GET_CLAIM_DEF req L -[#blue]-> V: <claim_def> V -[#blue]-> L: send GET_REVOC_REG req L -[#blue]-> V: <revoc_reg> ||| V -> V: <b>14. indy_verifier_verify_proof === Revoke Claims == I -> IW: <b>15. indy_issuer_revoke_claim IW -[#green]> IW: get keys IW -[#green]> IW: get revoc reg IW -> I: <update revoc reg> I -[#blue]> L: send REVOC_REG_UPDATE txn @enduml
false
true
false
false
usecase
0a6049716c9503b35f3bb83b2beb2958e1b43549
279cc8e145ee24a54642cf65fd211ec86119d904
/Structure/UML/plantUML/avatars.plantuml
79c4d20cdb4836b1c8f991e5a9dbe60d56592f4a
[]
no_license
inf112-v21/Snokarane
df3f335d043aae1949cd25cb240987df1aeef9ac
e9efa51936ec6ee65a189003938d196e70b1a4f8
refs/heads/master
2023-04-13T03:20:26.577259
2021-04-27T11:18:07
2021-04-27T11:18:07
335,426,577
1
0
null
2021-04-21T11:14:01
2021-02-02T21:21:40
Java
UTF-8
PlantUML
false
false
600
plantuml
@startuml title __AVATARS's Class Diagram__\n namespace inf112.skeleton.app { namespace ui.avatars { class inf112.skeleton.app.ui.avatars.PlayerAvatar { + id : int + playerName : String + PlayerAvatar() + PlayerAvatar() } } } inf112.skeleton.app.ui.avatars.PlayerAvatar o-- inf112.skeleton.app.libgdx.PlayerConfig : playerConfig 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
111f22b3645f7a286ab0da192a8a4b2fd67266be
5d180276957df094f09ee511e05786316537f25d
/src/main/java/mysql/mysql.plantuml
34003902db795f0a45a1058e2f17b5bfe0e53b90
[ "Apache-2.0" ]
permissive
SomberOfShadow/Local
f727189f1791de203f1efd5cd76b8f241857e473
474e71024f72af5adf65180e5468de19ad5fdfd8
refs/heads/main
2023-07-18T04:11:49.240683
2021-09-07T15:55:28
2021-09-07T15:55:28
389,494,221
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,522
plantuml
@startuml title __MYSQL's Class Diagram__\n namespace mysql { class mysql.ConnectMysqlTest { {static} + main() } } namespace mysql { class mysql.MysqlUtil { {static} - LOGGER : Logger - connetion : Connection - dataBaseName : String - mysqlUrl : String - password : String - tableName : String - userName : String + close() + createTable() + exist() + getConnection() + insert() + setDataBaseName() + setTableName() } } namespace mysql { class mysql.SendMjeDataToMysql { {static} - LOGGER : Logger {static} - MJE_VERSION : String {static} - MJE_VERSION_END : int {static} - MJE_VERSION_PREFIX : String {static} - MJE_VERSION_START : int {static} - NEW_REPO_URL : String {static} - OLD_REPO_URL : String {static} - REGEX : String {static} - lastModifiedList : Elements {static} - map : HashMap<String, Object> {static} - mysqlUtil : MysqlUtil {static} - sizeOnDiskList : Elements {static} - textList : Elements {static} + main() {static} - getAndInsert() {static} - getDataFromUrl() {static} - matchJarAndRecord() } } 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
08ab67247050733f831b524f3371fda7bdc68a21
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/PoseOptimizer/PoseOptimizer_Class.puml
a5f642e2f44f45ff77428ccf58b31b486c2f4c7f
[]
no_license
ShisatoYano/SLAMDesignUML
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
bb8678908952205d1fdc2ea5e49c9ca752e123b9
refs/heads/master
2022-11-25T17:49:03.514885
2020-08-02T00:27:38
2020-08-02T00:27:38
261,206,484
0
0
null
null
null
null
UTF-8
PlantUML
false
false
834
puml
@startuml skinparam classAttributeIconSize 0 class PoseOptimizer{ + int allN + double sum + PoseOptimizer(): evthre(0.000001), dd(0.00001), da(0.00001), cfunc(nullptr) {allN = 0; sum = 0} + ~poseOptimizer() + void setCostFunction(CostFunction *f) {cfunc = f} + void setEvlimit(double l) {cfunc->setEvlimit(l) + void setPoints(std::vector<const LPoint2D*> &curLps, std::vector<const LPoint2D*> &refLps) \n {cfunc->setPoints(curLps, refLps)} + void setEvthre(double inthre) {this->evthre = inthre} + double getPnrate() {return (cfunc->getPnrate())} + void setDdDa(double d, double a) {dd = d; da = a} + virtual double optimizePose(Pose2D &initPose, Pose2D &estPose) = 0 # double evthre # double dd # double da # CostFunction *cfunc } PoseOptimizer o-- CostFunction @enduml
false
true
false
false
class
f9519f79d6d4c304b8b48d1e8924a8b5ed2db26a
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/DuplicateAttributeValuesError.puml
9c9c47c83e1cd9809cdb69e369db0b3e216a6056
[]
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
495
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 DuplicateAttributeValuesError [[DuplicateAttributeValuesError.svg]] extends ErrorObject { code: String message: String attributes: [[Attribute.svg List<Attribute>]] } interface ErrorObject [[ErrorObject.svg]] { code: String message: String } @enduml
false
true
false
false
class
76ddbcf65cf90421f91f55dffdf001a2f06d5866
00a11d9d2b5d4960108fdc9ecef28cf680331a89
/physicalweb_interaction_urlbeacon.puml
4778bbe738783f9945c05d64e2d5a12d383f5f9c
[]
no_license
sudhakso/adwise
bea7f5dbe3b5a126cf6adeb9437a16e172068d39
e0b7eee35582884781efb845106c912dc4cede57
refs/heads/master
2022-12-03T23:42:55.425081
2018-01-23T17:59:25
2018-01-23T17:59:25
133,013,996
0
0
null
2022-11-22T00:54:12
2018-05-11T08:43:09
Python
UTF-8
PlantUML
false
false
1,949
puml
@startuml entity URLSensor actor AndroidUser entity AppleUser entity MediaAgency entity Series5Operations entity ResearchApp group Ordering Package MediaAgency -> SDMPortal : Login to designer plane SDMPortal -> SDMPortal : Request Series5 URL sensors SDMPortal -> Series5Operations : Purchase intimation raised Series5Operations --> MediaAgency : URL sensors delivered and registered Series5Operations -> SDMPortal : Register sensor to the portal end group Campaign Creation MediaAgency -> SDMPortal : Create URL campaign MediaAgency -> SDMPortal : Input a valid web URL (any length) SDMPortal -> AdwisePlatform : Shortify campaign URL MediaAgency -> SDMPortal : Save campaign MediaAgency -> SDMPortal : Choose a venue to play the campaign SDMPortal --> MediaAgency : Campaign ready to be activated on-prem end group Campaign Activation MediaAgency -> SDMLite : Discover registered sensors on premise MediaAgency -> SDMLite : Discover campaigns ready to be played SDMLite --> MediaAgency : List campaigns that are created loop 1..N campaigns MediaAgency -> SDMLite : Choose a campaign and attach to available sensor SDMLite -> URLSensor : Program URL into the sensor end end group App'less Android Interaction URLSensor -> AndroidUser : Push URL to Bluetooth enabled near-by (20m) phone AndroidUser -> AndroidUser : Open URL in Google chrome alt AndroidUser -> AndroidUser : Open URL in near-by tool end alt AndroidUser -> AndroidUser : Open URL in Google PhysicalWeb app. end end group App'less Apple Interaction URLSensor -> AppleUser : Push URL to Bluetooth enabled near-by (20m) phone AppleUser -> AppleUser : Enable Chrome's today widget AppleUser -> AppleUser : Open URL in Google chrome end group Research App Interaction AndroidUser -> ResearchApp : View near-by screen in research app ResearchApp -> ResearchApp : Scans for Beacon transmitting content ResearchApp -> AndroidUser : Display URL content that is clickable end @enduml
false
true
false
false
usecase
c54c0a4097a7da7cd76e7cc23fc7a0111e0d3977
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/AttributeTextType.puml
87a42786528408f852b5b2b577bc0ed4efc8ce77
[]
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
387
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 AttributeTextType [[AttributeTextType.svg]] extends AttributeType { name: String } interface AttributeType [[AttributeType.svg]] { name: String } @enduml
false
true
false
false
class
6744843559a6ffced724195e3a969aa11337d2d6
897c5f0768d85d6070cbac83453eaeda84f86ab7
/SELAIN SISTEM/UML/SEQUENCE/bkd/VIewFileDisposisiBKD.puml
8672456e4603ffb77af62aca991507e7c87097cf
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
fiqihrosady/sistem_kp
b593e68eda63e3c4b2953447a2aa8f25f33f9921
7b9060a89f852577a6f4c1ea2596b59beb5e5b77
refs/heads/master
2020-09-27T00:03:37.042300
2019-12-05T18:54:26
2019-12-05T18:54:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
793
puml
@startuml autonumber hide footbox title Melihat File Persetujuan Disposisi BKD Actor AdminBKD boundary Dashboard_V boundary SuratBKD_V boundary PDF_V control Admin_C control BKD_C Entity SuratDisposisi_E Admin_C --> Dashboard_V: load->view() Dashboard_V --> AdminBKD: Halaman Dashboard AdminBKD --> Dashboard_V: klik menu Surat BKD Dashboard_V --> BKD_C: index() BKD_C --> SuratDisposisi_E: SuratDisposisi_E --> BKD_C: BKD_C --> SuratBKD_V: load->view() SuratBKD_V --> AdminBKD: Halaman Surat BKD AdminBKD --> SuratBKD_V: klik tombol Lihat Persetujuan disposisi SuratBKD_V --> BKD_C: viewpersetujuandisposisi() BKD_C --> SuratDisposisi_E: SuratDisposisi_E --> BKD_C: BKD_C --> PDF_V: load->view() PDF_V --> AdminBKD: Tampilan Persetujuan Disposisi @enduml
false
true
false
false
sequence
e3ae912c00edc906282479419ff07ad81dd7848a
7d967f9928295f57ed11e9e8a80737b82c5926db
/docs/mastermind.puml
1bbd84e0409b1b8884e7b8d7827b16b15de4b9f8
[]
no_license
Master-Desarrollo-20-21/diseno-oo-ejercicio2-mastermind-document-view-jdcanete
ff377270b8c60c9d00d945fc2918ab1c6ebde6fb
d282c82189fa30811ec1248392a2af7f8fabc105
refs/heads/main
2023-06-07T13:36:35.937144
2021-06-15T22:54:14
2021-06-15T22:57:48
373,458,541
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,985
puml
@startuml mastermind package mastermind { package models {} package views {} Mastermind *--> models.Game Mastermind *--> views.View class Mastermind { + play():void + {static} main() } } package utils { utils.YesNoDialog ..> Console class Console { + readString():String + write():void + writeln():void } class utils.YesNoDialog { + read(String):boolean } } package models { models.Game o--> "1..10" models.Result Combination <|-- SecretCombination Combination <|-- ProposedCombination SecretCombination ..> ProposedCombination SecretCombination ..> models.Result models.Game *--> SecretCombination models.Game o--> "1..10" ProposedCombination Combination o--> "4" models.Color class models.Game { + reset():void + addProposedCombination(ProposedCombination):void + isOver():boolean + isWinner():boolean + getAttempts():int + getResult(int):Result + getProposedCombination(int):ProposedCombination } class SecretCombination { + getResult():Result } class ProposedCombination { + add(Color):void + clear():void + contains(Color):boolean + getColors():Color[] } abstract class Combination { } class models.Result { + isWinner():boolean + getBlacks():int + getWhites():int } enum models.Color { RED BLUE YELLOW GREEN ORANGE PURPLE NULL + isNull():boolean } } package views { views.View ..> StartView views.View *--> PlayView views.View *--> ResumeView views.View --> models.Game PlayView --> models.Game ResumeView --> models.Game ResumeView ..> utils.YesNoDialog PlayView *--> GameView PlayView ..> WinnerLooserView PlayView ..> ProposedCombinationView PlayView ..> ProposedCombination WinnerLooserView --> models.Game ProposedCombinationView --> ProposedCombination ProposedCombinationView ..> ErrorView ProposedCombinationView ..> Error ProposedCombinationView ..> models.Color ProposedCombinationView ..> ColorView ColorView --> models.Color ErrorView --> Error ErrorView ..> Console GameView --> models.Game GameView ..> SecretCombinationView GameView ..> ResultView GameView ..> ProposedCombinationView ResultView --> models.Result StartView ..> Message ColorView ..> Message SecretCombinationView ..> Message ResultView ..> Message ProposedCombinationView ..> Message GameView ..> Message ColorView ..> Console ResultView ..> Console SecretCombinationView ..> Console ProposedCombinationView ..> Console StartView ..> Console GameView ..> Console class views.View { + interact():void } class StartView { + write():void } class ResumeView { + interact():void + isResumed():boolean } class PlayView { + interact():void } class WinnerLooserView { + write():void } class GameView { + write():void } class ProposedCombinationView { + read():ProposedCombination + write():void } class ColorView { + {static} valueOf(char):Color + write():void } class SecretCombinationView { + write():void } class ResultView { + write():void } class ErrorView { + write():void } enum Error { WRONG_LENGTH WRONG_CHARACTERS DUPLICATED NULL + isNull():boolean + getMessage():String } enum Message { TITLE RESUME WINNER LOOSER ATTEMPTS RESULTS PROPOSED_COMBINATION SECRET_COMBINATION + getMessage():String } } @enduml
false
true
false
false
class
e4eaf3faef1e9e8fe8586e3459926d652cc202c4
19f793bed6a7ddbe4f01616e2374a9ddc459e8b1
/doc/创建型模式/工厂模式-日志记录实例 类图.puml
1e8c461bbf8aa716b300d933fd116e5c19b11e48
[]
no_license
1wang1/design-patterns
02a87e8c2f170f2a2de4993e8f11b9ef9a522627
5ebd98248ea5a035e19a843f823971676899a212
refs/heads/master
2022-12-19T04:30:30.790952
2020-09-27T11:42:41
2020-09-27T11:42:41
272,214,620
0
0
null
null
null
null
UTF-8
PlantUML
false
false
649
puml
@startuml abstract class LogFactory{ + (public) createLog():Log + LogFactory() + ~LogFactory() } class FileLogFactory{ + (public) createLog():Log + LogFactory() + ~LogFactory() } class DatabaseLogFactory{ + (public) createLog():Log + LogFactory() + ~LogFactory() } abstract class Log{ + Log() + ~Log() + writeLog():void } class FileLog{ + Log() + ~Log() + writeLog():void } class DatabaseLog{ + Log() + ~Log() + writeLog():void } FileLogFactory .up.|>LogFactory DatabaseLogFactory .up.|>LogFactory FileLog .up.|> Log DatabaseLog .up.|> Log FileLogFactory .right.>FileLog:《create》 DatabaseLogFactory .right.>DatabaseLog:《create》 @enduml
false
true
true
false
class
cbfd00d0c76732bd6c3a4f51d25d12613ddddcf5
9ed64cf55205875b3577756ca587e4d94abbf1fa
/src/com/design/structure/facade/facade.puml
13224babf4e02b253c30eb398f5052eb63acce7d
[]
no_license
shf-1218/Design_Patterns
65f3e8598b9223489d805759f59ba186300d86d9
52a3b279609a6699300699d21877137c878dfe32
refs/heads/master
2022-12-26T13:40:57.846535
2020-09-27T10:23:30
2020-09-27T10:23:30
299,005,976
0
0
null
null
null
null
UTF-8
PlantUML
false
false
344
puml
@startuml Class Facade Class SubSystemA Class SubSystemB Class SubSystemC Class Client Facade..> SubSystemA Facade..> SubSystemB Facade..> SubSystemC Client..> Facade Class Facade{ operation():void } Class SubSystemA{ operationA():void } Class SubSystemB{ operationB():void } Class SubSystemC{ operationC():void } @enduml
false
true
false
false
class
5dcd98c8cd4dc9fc32afecea3bc07b141bb62c7d
95db096f36828b7124792f7ce52368a58783e9e9
/docs/javadocs/soen6441riskgame/enums/ConquestMapPart.puml
0bffda3c561066aa0dda7f556b2ce91406230f86
[]
no_license
huntertran/soen6441-riskgame
81af179068618a3870b14ef46cf51ea65c31ac6b
f6605e3c5bdd3346f65288c96de6d169faa47f00
refs/heads/master
2023-06-22T21:10:32.772010
2021-03-31T21:48:30
2021-04-02T03:19:34
209,664,319
2
1
null
2023-06-14T22:29:59
2019-09-19T23:16:40
Java
UTF-8
PlantUML
false
false
513
puml
@startuml skinparam svgLinkTarget _parent skinparam linetype ortho set namespaceSeparator none enum "<b><size:14>ConquestMapPart</b>\n<size:10>soen6441riskgame.enums" as soen6441riskgame.enums.ConquestMapPart [[../../soen6441riskgame/enums/ConquestMapPart.html{soen6441riskgame.enums.ConquestMapPart}]] { -String part -ConquestMapPart(String part) {static} +ConquestMapPart values() {static} +ConquestMapPart valueOf(String name) +String getPart() {static} +ConquestMapPart fromString(String part) } @enduml
false
true
false
false
class
51b87f519139fd6e7531a85590ddbdfdbf4b2164
8123a3af437882a25aadb3bde50301b5b3a7dafe
/doc/diagram.puml
fb8b71e881c040e822136e5ebbb30a27d8955e8a
[ "Apache-2.0" ]
permissive
GenesysPureEngagePremise/cassandra-es-index
a7d02cede43874e41dd63d2d110353d13b8ac682
8fea50c31e7ce8f0fca74dd8c7f90711d47602d3
refs/heads/master
2023-07-21T18:17:25.013260
2022-05-23T07:23:19
2022-05-23T07:23:19
165,868,248
13
14
Apache-2.0
2023-07-06T23:51:33
2019-01-15T14:48:50
Java
UTF-8
PlantUML
false
false
707
puml
@startuml package "Client" { [CQLDriver] } database "Cassandra" { frame "KeySpace" { [Table] [EsSecondaryIndex] [ElasticIndex] folder "server/cassandra" { [SSTables] } } } database "Elasticsearch" { frame "server/api" { [Index] } } note left of EsSecondaryIndex : is an implementation of org.apache.cassandra.index.Index note right of ElasticIndex: hosts a Jest (Elastic) REST Client [CQLDriver] --> [Table] : CQL query: select * from table where ESQuery='subject:probl* OR text:probl*' [Table] --> [EsSecondaryIndex] : request [EsSecondaryIndex] --> [ElasticIndex] : ES requests [Table] --> [SSTables] : modify/load [ElasticIndex] -> [Index] : upsert/search @enduml
false
true
false
false
sequence
4c64707503774ad1d8691a51d6b663fa84479b60
8fb8a5af737bf8c4313d50d5988189e7a80d09a6
/lei-21-s2-1dn-g61-lapr2/docs/(Templates)/USExample/US6_CD.puml
18cc9208e907441a3f1097bf43151e412e2073f8
[]
no_license
tiagooandre/ISEP-LAPR2
1633101c5c283361482b14dc35beb65f859b4d44
7302fe73505d5828a782eae2e921de34fabf85ec
refs/heads/master
2023-06-02T04:56:06.992831
2021-06-20T16:50:11
2021-06-20T16:50:11
378,693,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,507
puml
@startuml skinparam classAttributeIconSize 0 class ApplicationPOT { +static getInstance() +getCurrentSession() } class UserSession { +getUserEmail() } class Task { -String reference -String designation -String informalDescription -String technicalDescription -Integer duration -Double cost +Task(ref,designation,informalDesc,technicalDesc,duration,cost,cat) } class Category { -String id -String description } class Organization { -String name -String VatNumber -String website -String phone -String email +Organization(name, VatNumber, webSite, phone, email, postalAddress, manager) +createTask(ref,designation,informalDesc,technicalDesc,duration,cost,cat) +saveTask(task) -addTask(task) -validateTask(task) } class Platform { -String designation +getCategories() +getCategoryById(catId) +getOrganizationByUserEmail(email) } class CreateTaskController { +getCategories() +createTask(ref,designation,informalDesc,technicalDesc,duration,cost,categoryId) +saveTask() } class CreateTaskUI { } CreateTaskUI ..> CreateTaskController CreateTaskController ..> Platform CreateTaskController ..> Category CreateTaskController ..> Task CreateTaskController ..> Organization CreateTaskController ..> ApplicationPOT CreateTaskController ..> UserSession Task "*" -> "1" Category : classified in Platform "1" --> "*" Category : defines Organization "1" --> "*" Task : owns @enduml
false
true
false
false
sequence
132df0be30b8bc1de9b092df7357bfdb4298253e
80e2fa90b879f10a582396aa28d98767110fcba9
/src/main/java/StatePattern/TCP-StatePattern.puml
8989d48e37e7c10418774c7d6633ad3171906665
[]
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
234
puml
@startuml class TCPConnection{ } class TCPState{ } class TCPListen{ } class TCPEstablish{ } class TCPClose{ } TCPListen --up|> TCPState TCPEstablish --up|> TCPState TCPClose --up|> TCPState TCPConnection o-right-TCPState @enduml
false
true
false
false
class
9846ea1ceb830f906b5d7384797cd4bcb2907032
e5b231606ec0cb3d3c658c0b1187d3091b45ad0a
/data/designs/sequence-get-car-with-enclosing-strategic-polygon.puml
17b8797616eb6b6fec531b285d8751e302379e37
[]
no_license
shooom/sharenow-coding-challenge
10e51fb11758f68921f0a50591ef2f3a48528fb2
56e7bc39eae6f8723fb674cba365f61e86b6fafe
refs/heads/main
2023-08-05T02:24:28.273842
2021-09-22T08:35:05
2021-09-22T08:35:05
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
759
puml
@@startuml title Get car by VIN and its enclosing strategic polygon box "client" actor User as U end box box "gateway-service" boundary Gateway as G end box box "position-service" control Position as POS end box box "car-service" collections Car as C end box box "polygon-service" collections Polygon as PLY end box U -> G: GET /position-service/position/search/car/vin/{vin} G -> POS: GET /position/search/car/vin/{vin} POS -> C: GET /car/search/vin/{vin} C -> POS: CarDetailsDTO ||25|| POS -> PLY: GET /polygon/search PLY -> POS: List<StrategicPolygonDetailedDTO> POS -> POS: Business logic to place car in a matching strategic polygon POS -> G: Car2StrategicPolygonPositioningVO G -> U: car : strategic polygon mapping @@enduml
false
true
false
false
sequence
8732bfce8ffd30d10e720f30c986a2f7a3350603
f20133f7e03f69e64428e62b7389fb906d8e5f64
/doc/list-classdiagram.plantuml
b58deb271054e6f316b4e714e0590486a2541721
[ "Apache-2.0" ]
permissive
hslu-students/ad-exercises
f534f439db4d8ca72ba0b505ef9c5f16487baccd
92cfef8014b6395f56768be90325aabe1ea59941
refs/heads/master
2020-06-04T22:09:06.929198
2019-11-03T20:34:33
2019-11-03T20:34:33
192,209,227
1
0
NOASSERTION
2020-01-31T18:20:32
2019-06-16T15:48:55
Java
UTF-8
PlantUML
false
false
551
plantuml
@startuml ' style skinparam Handwritten true skinparam monochrome true ' associations CustomList -- Node: head CustomListIterator -- Node: current Node -- Node: prev Node -- Node: next ' class definitions class CustomList <<Iterable>> { -head: Node -size: Int +find(element: Object) +add(element: Object) +remove() +pop(): Object +iterator(): CustomListIterator } class CustomListIterator <<Iterator>> { -current: Node +hasNext(): Object +next(): Object } class Node { -prev: Node -next: Node -element: Object } @enduml
false
true
false
false
class
5a1feba7942c2e3c62105be54b0f284733ce2219
8bd78b1b318404f8b831c0debac7a11749be2313
/vignettes/RTypes.plantuml
018632df518ce457f4e3d60fa6ab1eb1936b279a
[ "MIT" ]
permissive
terminological/r6-generator-docs
9d24a43c9aa238bd34fe813ea76281d35671b8b8
9a1695bd25fd36c6ec4aea9c3f2c2a0b5d14de4d
refs/heads/main
2023-04-11T22:43:46.127304
2022-09-26T12:47:14
2022-09-26T12:47:14
503,699,096
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,730
plantuml
@startuml interface uk.co.terminological.rjava.types.JNIPrimitive { } abstract class uk.co.terminological.rjava.types.RArray { } class uk.co.terminological.rjava.types.RBoundDataframe { } class uk.co.terminological.rjava.types.RBoundDataframeRow { } class uk.co.terminological.rjava.types.RCharacter { } class uk.co.terminological.rjava.types.RCharacterVector { } interface uk.co.terminological.rjava.types.RCollection { } class uk.co.terminological.rjava.types.RDataframe { } class uk.co.terminological.rjava.types.RDataframeRow { } class uk.co.terminological.rjava.types.RDate { } class uk.co.terminological.rjava.types.RDateVector { } class uk.co.terminological.rjava.types.RFactor { } class uk.co.terminological.rjava.types.RFactorVector { } class uk.co.terminological.rjava.types.RInteger { } class uk.co.terminological.rjava.types.RIntegerVector { } class uk.co.terminological.rjava.types.RList { } class uk.co.terminological.rjava.types.RLogical { } class uk.co.terminological.rjava.types.RLogicalVector { } class uk.co.terminological.rjava.types.RNamed { } class uk.co.terminological.rjava.types.RNamedList { } class uk.co.terminological.rjava.types.RNamedPrimitives { } class uk.co.terminological.rjava.types.RNull { } class uk.co.terminological.rjava.types.RNumeric { } class uk.co.terminological.rjava.types.RNumericArray { } class uk.co.terminological.rjava.types.RNumericVector { } interface uk.co.terminological.rjava.types.RObject { } interface uk.co.terminological.rjava.types.RPrimitive { } class uk.co.terminological.rjava.types.RUntypedNa { } class uk.co.terminological.rjava.types.RUntypedNaVector { } abstract class uk.co.terminological.rjava.types.RVector { } uk.co.terminological.rjava.types.RArray ..|> uk.co.terminological.rjava.types.RObject uk.co.terminological.rjava.types.RBoundDataframe --|> uk.co.terminological.rjava.types.RDataframe uk.co.terminological.rjava.types.RBoundDataframeRow --> uk.co.terminological.rjava.types.RBoundDataframe : boundDataframe uk.co.terminological.rjava.types.RBoundDataframeRow --|> uk.co.terminological.rjava.types.RDataframeRow uk.co.terminological.rjava.types.RCharacter --> uk.co.terminological.rjava.types.RCharacter : NA uk.co.terminological.rjava.types.RCharacter ..|> uk.co.terminological.rjava.types.JNIPrimitive uk.co.terminological.rjava.types.RCharacter ..|> uk.co.terminological.rjava.types.RPrimitive uk.co.terminological.rjava.types.RCharacterVector --|> uk.co.terminological.rjava.types.RVector uk.co.terminological.rjava.types.RCharacterVector ..|> uk.co.terminological.rjava.types.JNIPrimitive uk.co.terminological.rjava.types.RCollection ..|> uk.co.terminological.rjava.types.RObject uk.co.terminological.rjava.types.RDataframe ..|> uk.co.terminological.rjava.types.RCollection uk.co.terminological.rjava.types.RDataframeRow --> uk.co.terminological.rjava.types.RDataframe : dataframe uk.co.terminological.rjava.types.RDataframeRow --|> uk.co.terminological.rjava.types.RNamedPrimitives uk.co.terminological.rjava.types.RDataframeRow ..|> uk.co.terminological.rjava.types.RObject uk.co.terminological.rjava.types.RDate --> uk.co.terminological.rjava.types.RDate : NA uk.co.terminological.rjava.types.RDate ..|> uk.co.terminological.rjava.types.JNIPrimitive uk.co.terminological.rjava.types.RDate ..|> uk.co.terminological.rjava.types.RPrimitive uk.co.terminological.rjava.types.RDateVector --|> uk.co.terminological.rjava.types.RVector uk.co.terminological.rjava.types.RDateVector ..|> uk.co.terminological.rjava.types.JNIPrimitive uk.co.terminological.rjava.types.RFactor --> uk.co.terminological.rjava.types.RFactor : NA uk.co.terminological.rjava.types.RFactor ..|> uk.co.terminological.rjava.types.RPrimitive uk.co.terminological.rjava.types.RFactorVector --|> uk.co.terminological.rjava.types.RVector uk.co.terminological.rjava.types.RInteger --> uk.co.terminological.rjava.types.RInteger : MAX_VALUE uk.co.terminological.rjava.types.RInteger --> uk.co.terminological.rjava.types.RInteger : MIN_VALUE uk.co.terminological.rjava.types.RInteger --> uk.co.terminological.rjava.types.RInteger : NA uk.co.terminological.rjava.types.RInteger ..|> uk.co.terminological.rjava.types.JNIPrimitive uk.co.terminological.rjava.types.RInteger ..|> uk.co.terminological.rjava.types.RPrimitive uk.co.terminological.rjava.types.RIntegerVector --|> uk.co.terminological.rjava.types.RVector uk.co.terminological.rjava.types.RIntegerVector ..|> uk.co.terminological.rjava.types.JNIPrimitive uk.co.terminological.rjava.types.RList ..|> uk.co.terminological.rjava.types.RCollection uk.co.terminological.rjava.types.RLogical --> uk.co.terminological.rjava.types.RLogical : NA uk.co.terminological.rjava.types.RLogical ..|> uk.co.terminological.rjava.types.JNIPrimitive uk.co.terminological.rjava.types.RLogical ..|> uk.co.terminological.rjava.types.RPrimitive uk.co.terminological.rjava.types.RLogicalVector --|> uk.co.terminological.rjava.types.RVector uk.co.terminological.rjava.types.RLogicalVector ..|> uk.co.terminological.rjava.types.JNIPrimitive uk.co.terminological.rjava.types.RNamed --> uk.co.terminological.rjava.types.RObject : object uk.co.terminological.rjava.types.RNamed ..|> uk.co.terminological.rjava.types.RObject uk.co.terminological.rjava.types.RNamedList ..|> uk.co.terminological.rjava.types.RCollection uk.co.terminological.rjava.types.RNull ..|> uk.co.terminological.rjava.types.RObject uk.co.terminological.rjava.types.RNumeric --> uk.co.terminological.rjava.types.RNumeric : NA uk.co.terminological.rjava.types.RNumeric ..|> uk.co.terminological.rjava.types.JNIPrimitive uk.co.terminological.rjava.types.RNumeric ..|> uk.co.terminological.rjava.types.RPrimitive uk.co.terminological.rjava.types.RNumericArray --> uk.co.terminological.rjava.types.RNumericVector : vector uk.co.terminological.rjava.types.RNumericArray --|> uk.co.terminological.rjava.types.RArray uk.co.terminological.rjava.types.RNumericArray ..|> uk.co.terminological.rjava.types.JNIPrimitive uk.co.terminological.rjava.types.RNumericVector --|> uk.co.terminological.rjava.types.RVector uk.co.terminological.rjava.types.RNumericVector ..|> uk.co.terminological.rjava.types.JNIPrimitive uk.co.terminological.rjava.types.RPrimitive ..|> uk.co.terminological.rjava.types.RObject uk.co.terminological.rjava.types.RUntypedNa --> uk.co.terminological.rjava.types.RUntypedNa : NA uk.co.terminological.rjava.types.RUntypedNa ..|> uk.co.terminological.rjava.types.RPrimitive uk.co.terminological.rjava.types.RUntypedNaVector --|> uk.co.terminological.rjava.types.RVector uk.co.terminological.rjava.types.RVector ..|> uk.co.terminological.rjava.types.RObject @enduml
false
true
false
false
sequence
cb9c6a783b66c5907be0af2d74f4a6eb67318316
80829fc2f588e2228fbfc38be958f22bcee70e6e
/docs/diagrams/readTextFileToString-Sequence_Diagram.puml
520f260793b2a89b71615d7eee36fdb12fcff84c
[]
no_license
WeiXuanYap/tp
2ed79a15a1688308b758a748a12343fde8bcb463
e09617825d920e9132ce5a07aa473e0c7ad1d872
refs/heads/master
2023-09-01T22:28:11.481122
2021-11-12T15:22:58
2021-11-12T15:22:58
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,272
puml
@startuml 'https://plantuml.com/sequence-diagram hide footbox -> ":readTextFile": readTextFileToString() activate ":readTextFile" create ":ArrayList" ":readTextFile" -> ":ArrayList": new ArrayList() activate ":ArrayList" ":readTextFile" <-- ":ArrayList": listOfRawCommand: ArrayList<String> deactivate ":ArrayList" create ":File" ":readTextFile" -> ":File": new File() activate ":File" ":File" -> ":File": isFile() activate ":File" ":File" --> ":File" deactivate ":File" alt not a file ":readTextFile"<-- ":File" <-- ":readTextFile" end deactivate ":File" ":readTextFile" <-- ":File" create ":BufferReader" ":readTextFile" -> ":BufferReader": new BufferReader() activate ":BufferReader" activate ":BufferReader" loop while There are still lines in buffer not read yet ":BufferReader" -> ":BufferReader": readLine() activate ":BufferReader" ":BufferReader" --> ":BufferReader": line deactivate ":BufferReader" ":BufferReader" -> ":ArrayList": add(line) activate ":ArrayList" ":BufferReader" <-- ":ArrayList" deactivate ":ArrayList" ":readTextFile" <-- ":BufferReader": listOfRawCommand: ArrayList<String> end deactivate ":BufferReader" deactivate ":BufferReader" return listOfRawCommand: ArrayList<String> deactivate ":readTextFile" @enduml
false
true
false
false
sequence
21e74d39b3cbd2273b14f76c0c925c7d92c7282c
d3f5323b94d6a2b82dd03958d8eb834acf0fa55a
/orchid/src/main/resources/help/object-diagram/object-diagram-02.uml
27bb66c48c599a30cec97754e0eb82ddcaccb8d6
[]
no_license
unidal/garden
620d34166804c5f37a0b800befe08b54e87dfee7
fd77faadb53b86ac251b8d0b8d6a7055e3a74735
refs/heads/master
2022-10-31T16:58:16.907708
2021-11-22T09:57:38
2021-11-22T09:57:38
2,817,716
8
7
null
2022-10-12T20:40:47
2011-11-21T05:01:48
HTML
UTF-8
PlantUML
false
false
70
uml
@startuml object user user : name = "Dummy" user : id = 123 @enduml
false
true
false
false
class
b5d7a1aa11941c781abe8054d3edc7b0a69823ca
befe83eaa5884c2e79ccf44f5e912c78953b2d20
/docs/source/uml/plugin.puml
ae28ffaae72417db1d8154d20d71155bb072a677
[ "MIT" ]
permissive
CCI-Tools/cate
e2156deaf1acd8862a8b3b377cc834bf01a45752
c7b914f93544c9c771f6796a605f95a55c542c13
refs/heads/master
2023-09-01T04:20:02.237904
2023-08-29T10:28:52
2023-08-29T10:28:52
54,632,786
40
14
MIT
2023-04-19T09:27:27
2016-03-24T10:11:06
Python
UTF-8
PlantUML
false
false
327
puml
@startuml object globals { PLUGIN_REGISTRY: Dict[str, callable] _load_plugins() } note left of globals When the plugin module is imported, _load_plugins() is invoked and PLUGIN_REGISTRY contains all loaded plugins. PLUGIN_REGISTRY is a mapping of entry point names to some callable Python object. end note @enduml
false
true
false
false
class
323c8f563f908fcfd0752f5fd60cd901d8b64318
0db050b9bc387d88bc7e865ab7daa165674b6839
/diagrams/upload_sequence.puml
940332b9c9e80f8e065103ddb8d078e0d249262e
[]
no_license
mdgriffin/distributed-computing-project
a1656af01c26b019e14191b26806f4c9597f8329
c8a0d7c7a51994c20bb3181824ecf8630b8fea5b
refs/heads/master
2020-04-25T03:55:36.031611
2019-04-12T08:38:57
2019-04-12T08:38:57
172,493,391
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,082
puml
@startuml actor Client entity Server Database "Session Store" Database "File Store" Client -> Server: **UPLOAD** Request Client -> Server: Base64 File Data Client -> Server: Session Key Server -> "Session Store": Check if Session Key is valid "Session Store" --> Server: Session Key is valid result alt Has valid Session Key Success Server --> Server: Decode Base64 Server -> "File Store": Create user directory if not exists Server -> "File Store": Save Decoded Base64 file data "File Store" --> Server: File saving result alt File Stored Successfully Server --> Client: **SUCCESS** Response Server --> Client: SUCCESS Header Message else Failed to save file Server --> Client: **Error** Response Server --> Client: ERROR Reason Header Message end else Invalid Session Key Server --> Client: **Denied** Response Server --> Client: DENIED Reason Header Message else Session Key not provided with request Server --> Client: **Error** Response Server --> Client: ERROR Reason Header Message end @enduml
false
true
false
false
sequence
2426764b8a3809d4b6f5f71f102c1f3a99bf6201
f8dcfa54b3b2489e78dca8ab0e5690939f358f81
/docs/diagrams/CardsAnswersUseCase.puml
8b58197d95aa58849724409c62ccf443870d80ad
[ "MIT" ]
permissive
sigmund-c/main
9626f110469ac595e3f0964c8ea5ad3f19356075
8fb043e7a4017b90a8f0b75e1258f387a1dbfb33
refs/heads/master
2021-01-16T15:35:22.499295
2020-04-13T16:23:48
2020-04-13T16:23:48
243,169,746
0
0
NOASSERTION
2020-02-26T04:39:27
2020-02-26T04:39:26
null
UTF-8
PlantUML
false
false
496
puml
@startuml actor SocStudent rectangle CardiBuddy { SocStudent -> (Add Flashcard) SocStudent --> (Add Imagecard) (Add Imagecard) ..> (Add Answer) : <<include>> (Add Flashcard) ..> (Add Answer) : <<include>> SocStudent --> (Add Answer) (Add True/False answer) .> (Add Answer) : <<extend>> SocStudent -> (Add True/False answer) (Add MCQ answer) ..> (Add Answer) : <<extend>> SocStudent -> (Add MCQ answer) (Add short answer) ...> (Add Answer) : <<extend>> SocStudent -> (Add short answer) } @enduml
false
true
false
false
usecase
1665c082974efb9d0c1c2ecaf61be6479b40f68e
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/doc/commusica/database/database.puml
c473afc613aa1922d9d677c45a94bb4861e383c2
[]
no_license
heig-vd-pro2017/projet
8f6e9bb5cc75baaf809eda87b31d7de8c632f713
db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1
refs/heads/master
2021-01-16T23:21:13.159819
2017-05-29T17:32:48
2017-05-29T17:32:48
82,906,602
5
2
null
2017-04-02T16:05:43
2017-02-23T08:55:46
Java
UTF-8
PlantUML
false
false
751
puml
@startuml Object track Object playlist Object playlist_track Object favorite Object vote track : id : INTEGER track : title : TEXT track : artist : TEXT track : album : TEXT track : length : TIME track : uri : TEXT track : date_added : DATETIME track : date_played : DATETIME playlist : id : INTEGER playlist : name : TEXT playlist : date_added : DATETIME playlist : date_played : DATETIME playlist_track : track_id : INTEGER playlist_track : playlist_id : INTEGER favorite : track_id : INTEGER vote : track_id : INTEGER vote : playlist_id : INTEGER vote : counted_votes : INTEGER track "1..*" - "0..*" playlist_track playlist_track "0..*" - "0..*" playlist favorite "1" - "1" track vote "0..*" - "1" track vote "0..*"- "1" playlist @enduml
false
true
false
false
class
fef7294e017870cf7e24b9e705fe43dc1731fe0d
23eebc652cc34d63a61ab645cccb3e0d12192028
/documentation/logicalview/analysisview/repository/classanalysis/puml/models/Mechanic.puml
f1b393ee07f991a63936b8d28402106f0056ff36
[]
no_license
Ruskab/agrimManager
0e654c5bfc7bb6241f7a8cf4c49e58af55155886
e264536edc42ad8def85e3714a7b1c15236d7de5
refs/heads/develop
2023-09-01T02:36:44.943558
2021-08-14T20:15:43
2021-08-14T20:15:43
166,677,735
1
2
null
2023-09-02T13:25:24
2019-01-20T15:37:25
Java
UTF-8
PlantUML
false
false
127
puml
@startuml class Mechanic { } InterventionsView --> Mechanic SignInController --> Mechanic SignInView --> Mechanic @enduml
false
true
false
false
class
e2d40e3eed6391f8cb0356af527abc216f3214c1
a43511a00b8f4c01ceca1f27bc06bd456ec314df
/uml/player.puml
cfab6a31ff444377d0503b4cf87612c5b2a5c0b6
[]
no_license
tdounnyy/exoplayer_note
9bb9eeca974f92f20ed811d969f5de6370ab5106
983e2649c56430ac6a9f9f444dc03efde4946180
refs/heads/master
2021-04-17T08:49:51.203528
2020-03-23T15:54:51
2020-03-23T15:54:51
249,430,703
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,026
puml
@startuml package player { 'A media player interface defining traditional high-level functionality, such as the ability to play, pause, seek and query properties of the currently playing media. interface Player 'An extensible media player that plays {@link MediaSource} interface ExoPlayer 'Abstract base {@link Player} which implements common implementation independent methods abstract class BasePlayer 'An {@link ExoPlayer} implementation that uses default {@link Renderer} components class SimpleExoPlayer class ExoPlayerImpl 'Implements the internal behavior of {@link ExoPlayerImpl} class ExoPlayerImplInternal interface AudioComponent interface VideoComponent interface TextComponent interface MetadataComponent interface EventListener Player <|-- ExoPlayer Player <|-- BasePlayer BasePlayer <|-- SimpleExoPlayer ExoPlayer <|-- SimpleExoPlayer BasePlayer <|-- ExoPlayerImpl ExoPlayerImpl *-- ExoPlayerImplInternal } @enduml
false
true
false
false
class
5fb00d05c1c0cfb4fdcb9786f6fdb578ef5297f6
2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03
/UML/vendor/yiisoft/yii2-dev/framework/validators.puml
f05c76c9eb1e56219dd94554356c61d4e9102cf3
[]
no_license
adipriyantobpn/UML-diagram-for-some-PHP-packages
b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5
0a9308fbd2d544c8f64a37cf9f11011edfc40ace
refs/heads/master
2021-08-19T19:24:34.948176
2017-11-27T07:48:10
2017-11-27T07:48:10
112,164,778
0
0
null
null
null
null
UTF-8
PlantUML
false
false
16,397
puml
@startuml skinparam handwritten true class yii.validators.BooleanValidator { +falseValue : mixed = 0 +strict : bool = false +trueValue : mixed = 1 +clientValidateAttribute(model, attribute, view) +getClientOptions(model, attribute) +init() #validateValue(value) } class yii.validators.BooleanValidator extends yii.validators.Validator class yii.validators.CompareValidator { +{static}TYPE_NUMBER = "number" +{static}TYPE_STRING = "string" +compareAttribute : string +compareValue : mixed +message : string +operator : string = "==" +type : string = "string" +clientValidateAttribute(model, attribute, view) #compareValues(operator : string, type : string, value : mixed, compareValue : mixed) : bool +getClientOptions(model, attribute) +init() +validateAttribute(model, attribute) #validateValue(value) } class yii.validators.CompareValidator extends yii.validators.Validator class yii.validators.DateValidator { +{static}TYPE_DATE = "date" +{static}TYPE_DATETIME = "datetime" +{static}TYPE_TIME = "time" +format : string +locale : string +max : int|string +maxString : string +min : int|string +minString : string +timestampAttribute : string +timestampAttributeFormat : string +timestampAttributeTimeZone : string = "UTC" +timeZone : string +tooBig : string +tooSmall : string +type : string = "date" -_dateFormats : array = [ \t"short" => 3, \t"medium" => 2, \t"long" => 1, \t"full" => 0 ] -formatTimestamp(timestamp : int, format : string) : string +init() #parseDateValue(value : string) : int|false -parseDateValueFormat(value : string, format : string) : int|false -parseDateValueIntl(value : string, format : string) : int|bool -parseDateValuePHP(value : string, format : string) : int|bool +validateAttribute(model, attribute) #validateValue(value) } class yii.validators.DateValidator extends yii.validators.Validator class yii.validators.DefaultValueValidator { +skipOnEmpty : bool = false +value : mixed +validateAttribute(model, attribute) } class yii.validators.DefaultValueValidator extends yii.validators.Validator class yii.validators.EachValidator { +allowMessageFromRule : bool = true +rule : array|Validator +stopOnFirstError : bool = true -_validator : Validator -createEmbeddedValidator(model : Model|null) : Validator -getValidator(model : Model|null = null) : Validator +init() +validateAttribute(model, attribute) #validateValue(value) } class yii.validators.EachValidator extends yii.validators.Validator class yii.validators.EmailValidator { +allowName : bool = false +checkDNS : bool = false +enableIDN : bool = false +fullPattern : string = "/^[^@]*<[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?>$/" +pattern : string = "/^[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$/" +clientValidateAttribute(model, attribute, view) +getClientOptions(model, attribute) -idnToAscii(idn) +init() #validateValue(value) } class yii.validators.EmailValidator extends yii.validators.Validator class yii.validators.ExistValidator { +allowArray : bool = false +filter : string|array|.Closure +targetAttribute : string|array +targetAttributeJunction : string = "and" +targetClass : string -applyTableAlias(query : ActiveQuery, conditions : array, alias : null|string = null) : array #createQuery(targetClass : string, condition : mixed) : yii.db.ActiveQueryInterface -getTargetClass(model : Model) : string +init() -prepareConditions(targetAttribute, model : yii.base.Model, attribute : string) : array +validateAttribute(model, attribute) #validateValue(value) } class yii.validators.ExistValidator extends yii.validators.Validator class yii.validators.FileValidator { +checkExtensionByMimeType : bool = true +extensions : array|string +maxFiles : int = 1 +maxSize : int +message : string +mimeTypes : array|string +minSize : int +tooBig : string +tooMany : string +tooSmall : string +uploadRequired : string +wrongExtension : string +wrongMimeType : string -buildMimeTypeRegexp(mask : string) : string +clientValidateAttribute(model, attribute, view) +getClientOptions(model, attribute) +getSizeLimit() : int +init() +isEmpty(value, trim : bool = false) -sizeToBytes(sizeStr : string) : int +validateAttribute(model, attribute) #validateExtension(file : UploadedFile) : bool #validateMimeType(file : UploadedFile) : bool #validateValue(value) } class yii.validators.FileValidator extends yii.validators.Validator class yii.validators.FilterValidator { +filter : callable +skipOnArray : bool = false +skipOnEmpty : bool = false +clientValidateAttribute(model, attribute, view) +getClientOptions(model, attribute) +init() +validateAttribute(model, attribute) } class yii.validators.FilterValidator extends yii.validators.Validator class yii.validators.ImageValidator { +maxHeight : int +maxWidth : int +minHeight : int +minWidth : int +notImage : string +overHeight : string +overWidth : string +underHeight : string +underWidth : string +clientValidateAttribute(model, attribute, view) +getClientOptions(model, attribute) +init() #validateImage(image : UploadedFile) : array|null #validateValue(value) } class yii.validators.ImageValidator extends yii.validators.FileValidator class yii.validators.InlineValidator { +clientValidate : string|.Closure +method : string|.Closure +params : mixed +clientValidateAttribute(model, attribute, view) +validateAttribute(model, attribute) } class yii.validators.InlineValidator extends yii.validators.Validator class yii.validators.IpValidator { +{static}IPV4_ADDRESS_LENGTH = 32 +{static}IPV6_ADDRESS_LENGTH = 128 +{static}NEGATION_CHAR = "!" +expandIPv6 : bool = false +hasSubnet : string +ipv4 : bool = true +ipv4NotAllowed : string +ipv4Pattern : string = "/^(?:(?:2(?:[0-4][0-9]|5[0-5])|[0-1]?[0-9]?[0-9])\.){3}(?:(?:2([0-4][0-9]|5[0-5])|[0-1]?[0-9]?[0-9]))$/" +ipv6 : bool = true +ipv6NotAllowed : string +ipv6Pattern : string = "/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/" +message : string +negation : bool = false +networks : array = [ \t"*" => [ \t \t0 => "any" \t], \t"any" => [ \t \t0 => "0.0.0.0/0", \t \t1 => "::/0" \t], \t"private" => [ \t \t0 => "10.0.0.0/8", \t \t1 => "172.16.0.0/12", \t \t2 => "192.168.0.0/16", \t \t3 => "fd00::/8" \t], \t"multicast" => [ \t \t0 => "224.0.0.0/4", \t \t1 => "ff00::/8" \t], \t"linklocal" => [ \t \t0 => "169.254.0.0/16", \t \t1 => "fe80::/10" \t], \t"localhost" => [ \t \t0 => "127.0.0.0/8", \t \t1 => "::1" \t], \t"documentation" => [ \t \t0 => "192.0.2.0/24", \t \t1 => "198.51.100.0/24", \t \t2 => "203.0.113.0/24", \t \t3 => "2001:db8::/32" \t], \t"system" => [ \t \t0 => "multicast", \t \t1 => "linklocal", \t \t2 => "localhost", \t \t3 => "documentation" \t] ] +normalize : bool = false +noSubnet : string +notInRange : string +subnet : bool = false +wrongCidr : string -_ranges : array = [] +clientValidateAttribute(model, attribute, view) -expandIPv6(ip : string) : string +getClientOptions(model, attribute) -getIpParsePattern() : string -getIpVersion(ip : string) : int +getRanges() : array +init() -inRange(ip : string, cidr : int, range : string) : bool -ip2bin(ip : string) : string -isAllowed(ip : string, cidr : int) : bool -parseNegatedRange(string) : array -prepareRanges(ranges) : array +setRanges(ranges : array) +validateAttribute(model, attribute) #validateIPv4(value : string) : bool #validateIPv6(value : string) : bool -validateSubnet(ip) : string|array #validateValue(value) } class yii.validators.IpValidator extends yii.validators.Validator class yii.validators.NumberValidator { +integerOnly : bool = false +integerPattern : string = "/^\s*[+-]?\d+\s*$/" +max : int|float +min : int|float +numberPattern : string = "/^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/" +tooBig : string +tooSmall : string +clientValidateAttribute(model, attribute, view) +getClientOptions(model, attribute) +init() +validateAttribute(model, attribute) #validateValue(value) } class yii.validators.NumberValidator extends yii.validators.Validator class yii.validators.PunycodeAsset { +js = [ \t0 => "punycode.js" ] +sourcePath = "@bower/punycode" } class yii.validators.PunycodeAsset extends yii.web.AssetBundle class yii.validators.RangeValidator { +allowArray : bool = false +not : bool = false +range : array|.Traversable|.Closure +strict : bool = false +clientValidateAttribute(model, attribute, view) +getClientOptions(model, attribute) +init() +validateAttribute(model, attribute) #validateValue(value) } class yii.validators.RangeValidator extends yii.validators.Validator class yii.validators.RegularExpressionValidator { +not : bool = false +pattern : string +clientValidateAttribute(model, attribute, view) +getClientOptions(model, attribute) +init() #validateValue(value) } class yii.validators.RegularExpressionValidator extends yii.validators.Validator class yii.validators.RequiredValidator { +message : string +requiredValue : mixed +skipOnEmpty : bool = false +strict : bool = false +clientValidateAttribute(model, attribute, view) +getClientOptions(model, attribute) +init() #validateValue(value) } class yii.validators.RequiredValidator extends yii.validators.Validator class yii.validators.SafeValidator { +validateAttribute(model, attribute) +validateAttributes(model, attributes = null) } class yii.validators.SafeValidator extends yii.validators.Validator class yii.validators.StringValidator { +encoding : string +length : int|array +max : int +message : string +min : int +notEqual : string +tooLong : string +tooShort : string +clientValidateAttribute(model, attribute, view) +getClientOptions(model, attribute) +init() +validateAttribute(model, attribute) #validateValue(value) } class yii.validators.StringValidator extends yii.validators.Validator class yii.validators.UniqueValidator { +comboNotUnique : string +filter : string|array|.Closure +message : string +targetAttribute : string|array +targetAttributeJunction : string = "and" +targetClass : string -addComboNotUniqueError(model : yii.base.Model, attribute : string) -applyTableAlias(query : ActiveQuery, conditions : array, alias : null|string = null) : array -getTargetClass(model : Model) : string +init() -modelExists(targetClass : string, conditions : array, model : Model) : bool -prepareConditions(targetAttribute : string|array, model : Model, attribute : string) : array -prepareQuery(targetClass : ActiveRecordInterface, conditions : array) : ActiveQueryInterface|ActiveQuery +validateAttribute(model, attribute) } class yii.validators.UniqueValidator extends yii.validators.Validator class yii.validators.UrlValidator { +defaultScheme : string +enableIDN : bool = false +pattern : string = "/^{schemes}:\/\/(([A-Z0-9][A-Z0-9_-]*)(\.[A-Z0-9][A-Z0-9_-]*)+)(?::\d{1,5})?(?:$|[?\/#])/i" +validSchemes : array = [ \t0 => "http", \t1 => "https" ] +clientValidateAttribute(model, attribute, view) +getClientOptions(model, attribute) -idnToAscii(idn) +init() +validateAttribute(model, attribute) #validateValue(value) } class yii.validators.UrlValidator extends yii.validators.Validator class yii.validators.ValidationAsset { +depends = [ \t0 => "yii\web\YiiAsset" ] +js = [ \t0 => "yii.validation.js" ] +sourcePath = "@yii/assets" } class yii.validators.ValidationAsset extends yii.web.AssetBundle class yii.validators.Validator { +attributes : array|string = [] +builtInValidators : array = [ \t"boolean" => "yii\validators\BooleanValidator", \t"captcha" => "yii\captcha\CaptchaValidator", \t"compare" => "yii\validators\CompareValidator", \t"date" => "yii\validators\DateValidator", \t"datetime" => [ \t \t"class" => "yii\validators\DateValidator", \t \t"type" => "datetime" \t], \t"time" => [ \t \t"class" => "yii\validators\DateValidator", \t \t"type" => "time" \t], \t"default" => "yii\validators\DefaultValueValidator", \t"double" => "yii\validators\NumberValidator", \t"each" => "yii\validators\EachValidator", \t"email" => "yii\validators\EmailValidator", \t"exist" => "yii\validators\ExistValidator", \t"file" => "yii\validators\FileValidator", \t"filter" => "yii\validators\FilterValidator", \t"image" => "yii\validators\ImageValidator", \t"in" => "yii\validators\RangeValidator", \t"integer" => [ \t \t"class" => "yii\validators\NumberValidator", \t \t"integerOnly" => true \t], \t"match" => "yii\validators\RegularExpressionValidator", \t"number" => "yii\validators\NumberValidator", \t"required" => "yii\validators\RequiredValidator", \t"safe" => "yii\validators\SafeValidator", \t"string" => "yii\validators\StringValidator", \t"trim" => [ \t \t"class" => "yii\validators\FilterValidator", \t \t"filter" => "trim", \t \t"skipOnArray" => true \t], \t"unique" => "yii\validators\UniqueValidator", \t"url" => "yii\validators\UrlValidator", \t"ip" => "yii\validators\IpValidator" ] +enableClientValidation : bool = true +except : array|string = [] +isEmpty : callable +message : string +on : array|string = [] +skipOnEmpty : bool = true +skipOnError : bool = true +when : callable +whenClient : string +addError(model : yii.base.Model, attribute : string, message : string, params : array = []) +clientValidateAttribute(model : yii.base.Model, attribute : string, view : yii.web.View) : string|null +{static}createValidator(type : string|.Closure, model : yii.base.Model, attributes : array|string, params : array = []) : Validator #formatMessage(message : string, params : array) : string +getAttributeNames() : array +getClientOptions(model : yii.base.Model, attribute : string) : array +init() +isActive(scenario : string) : bool +isEmpty(value : mixed) : bool +validate(value : mixed, error : string = null) : bool +validateAttribute(model : yii.base.Model, attribute : string) +validateAttributes(model : yii.base.Model, attributes : array|null = null) #validateValue(value : mixed) : array|null } class yii.validators.Validator extends yii.base.Component @enduml
false
true
false
false
class
0c935ff625af35964d6e041bb62a6eb45d49811c
c41bb17a3f67a3a41f13e8f0d2762c720275bc89
/assets/posts/simple-proxy/simple-proxy-flow.puml
c9e956d5520c8feed56e2dc7389bc9381cbe912a
[ "MIT" ]
permissive
wiringbits/wiringbits.github.io
5fb2cdca98841b38d24f4b2bdcb390540b13559a
b05d8ec60f247a00e36a03110d660db6277af697
refs/heads/master
2023-09-04T12:21:53.965396
2023-08-11T19:55:05
2023-08-12T06:11:05
245,693,075
7
10
MIT
2023-08-12T06:13:24
2020-03-07T19:31:47
HTML
UTF-8
PlantUML
false
false
475
puml
@startuml pi title Simple Proxy Flow participant Website as "wiringbits.net" participant Proxy as "Simple Proxy" participant Pi as "Raspberry Pi" participant Server as "The Scrapping Server" Pi -> Server : Opens SSH Tunnel Server -> Pi : Ack Pi -> Proxy : Run Proxy -> Pi : Ack Server -> Pi : Scrape wiringbits.net Pi -> Proxy : Scrape wiringbits.net Proxy -> Website : Issue GET Request Website -> Proxy : Response Proxy -> Pi : Response Pi -> Server : Response @enduml
false
true
false
false
sequence
ece73a15cfa2161f01e263f55f9306333278eb75
e52f5507532ab11a9afadf09c51b9cda7a6eb148
/doc/src/ph-puml.puml
5fa09a829e07dabc1780ea302f13326d1cd5398f
[ "MIT" ]
permissive
jhofm/ph-puml
ab5e1ed104e4a616f75ca846ea3b9932ae43d29a
5ff9324e64a561ade4d2f60eb64a64647caef58f
refs/heads/master
2023-08-12T02:53:54.500091
2021-01-03T16:28:57
2021-01-04T02:33:26
322,569,986
14
2
MIT
2022-12-29T18:15:16
2020-12-18T11:02:17
PHP
UTF-8
PlantUML
false
false
9,890
puml
@startuml set namespaceSeparator \\ class Jhofm\\PhPuml\\CodeProvider\\CodeProvider { -options:Options +<<create>> CodeProvider (options:Options) +getCode (directory:string):Generator -getIterator (directory:string):Traversable } Jhofm\\PhPuml\\CodeProvider\\CodeProvider --> Jhofm\\PhPuml\\Options\\Options Jhofm\\PhPuml\\CodeProvider\\CodeProvider ..> Jhofm\\PhPuml\\CodeProvider\\CodeProviderException : <<throw>> class Jhofm\\PhPuml\\CodeProvider\\CodeProviderException { } class Jhofm\\PhPuml\\Command\\ClassDiagramCommand { -phpumlService:PhPumlService -options:Options -formatter:Formatter +<<create>> ClassDiagramCommand (phpumlService:PhPumlService, options:Options, formatter:Formatter, name:string) +configure () +execute (input:InputInterface, output:OutputInterface) } Jhofm\\PhPuml\\Command\\ClassDiagramCommand --> Jhofm\\PhPuml\\Service\\PhPumlService Jhofm\\PhPuml\\Command\\ClassDiagramCommand --> Jhofm\\PhPuml\\Options\\Options Jhofm\\PhPuml\\Command\\ClassDiagramCommand --> Jhofm\\PhPuml\\Formatter\\Formatter class Jhofm\\PhPuml\\Formatter\\Formatter { -formatters:array<FormatterInterface> -options:Options +<<create>> Formatter (options:Options, formatters:mixed) +format (puml:string):string -getFormatterByFormat (format:string):FormatterInterface -getFormatterByClassname (class:string):FormatterInterface } Jhofm\\PhPuml\\Formatter\\Formatter --> Jhofm\\PhPuml\\Options\\Options Jhofm\\PhPuml\\Formatter\\Formatter ..> Jhofm\\PhPuml\\Formatter\\FormatterException : <<throw>> Jhofm\\PhPuml\\Formatter\\Formatter ..|> Jhofm\\PhPuml\\Formatter\\FormatterInterface class Jhofm\\PhPuml\\Formatter\\FormatterException { } interface Jhofm\\PhPuml\\Formatter\\FormatterInterface { +format (puml:string):string } class Jhofm\\PhPuml\\Formatter\\NullFormatterStrategy { +format (puml:string):string } Jhofm\\PhPuml\\Formatter\\NullFormatterStrategy ..|> Jhofm\\PhPuml\\Formatter\\FormatterInterface class Jhofm\\PhPuml\\Formatter\\PlantUmlFormatterStrategy { -options:Options -rootDir:string +<<create>> PlantUmlFormatterStrategy (options:Options) +format (puml:string):string -getPlantUmlParameterForFormat (format:string):string -getPlantUmlJarPath ():string } Jhofm\\PhPuml\\Formatter\\PlantUmlFormatterStrategy --> Jhofm\\PhPuml\\Options\\Options Jhofm\\PhPuml\\Formatter\\PlantUmlFormatterStrategy ..> Jhofm\\PhPuml\\Formatter\\FormatterException : <<throw>> Jhofm\\PhPuml\\Formatter\\PlantUmlFormatterStrategy ..|> Jhofm\\PhPuml\\Formatter\\FormatterInterface class Jhofm\\PhPuml\\NodeParser\\ClassLikeRegistry { -classLikes:array -typeRenderer:TypeRenderer +<<create>> ClassLikeRegistry (typeRenderer:TypeRenderer) +addClassLike (classLike:ClassLike):void +has (node:Node):bool +getClassLikes ():array } Jhofm\\PhPuml\\NodeParser\\ClassLikeRegistry --> Jhofm\\PhPuml\\Renderer\\TypeRenderer class Jhofm\\PhPuml\\NodeParser\\NameResolver { +<<create>> NameResolver () +enterNode (node:Node) -addAlias (use:UseUse, type:mixed, prefix:Name) -resolveSignature (node:mixed) -resolveType (node:mixed) -resolveAttributes (node:Property) } class Jhofm\\PhPuml\\NodeParser\\NodeParser { -phpParser:Parser -nodeFinder:NodeFinder -namespaceTraverser:NodeTraverser +<<create>> NodeParser (phpParser:Parser, nodeFinder:NodeFinder, namespaceTraverser:NodeTraverser) +getClassLikes (path:string, code:string):array } Jhofm\\PhPuml\\NodeParser\\NodeParser ..> Jhofm\\PhPuml\\NodeParser\\NodeParserException : <<throw>> class Jhofm\\PhPuml\\NodeParser\\NodeParserException { } class Jhofm\\PhPuml\\Options\\Option <<leaf>> { -config:array +<<create>> Option (config:array) +isArray ():bool +getValue () +__toString ():string +getValidValues ():array +getName ():string +getShortName ():string +getDescription ():string } Jhofm\\PhPuml\\Options\\Option ..|> Jhofm\\PhPuml\\Options\\OptionInterface class Jhofm\\PhPuml\\Options\\OptionConfiguration <<leaf>> { } interface Jhofm\\PhPuml\\Options\\OptionInterface { +getName ():string +getShortName ():string +getDescription ():string +getValidValues ():array +getValue () +isArray ():bool +__toString ():string } class Jhofm\\PhPuml\\Options\\Options <<leaf>> { -options:array +<<create>> Options (options:array) -validateConfig (options:array):void +hasFlag (name:string, char:string):bool +getIterator () +setValues (values:array):self +has (name:string):bool +__get (name:string) +get (name:string) +getOption (name:string):OptionInterface +__set (name:string, value:mixed):self +set (name:string, value:mixed):self +jsonSerialize () -validate (name:string, value:mixed):void } Jhofm\\PhPuml\\Options\\Options ..> Jhofm\\PhPuml\\Options\\OptionsException : <<throw>> Jhofm\\PhPuml\\Options\\Options ..> Jhofm\\PhPuml\\Options\\Option : <<create>> class Jhofm\\PhPuml\\Options\\OptionsException { } class Jhofm\\PhPuml\\Relation\\Relation { -source:Node -target:Node -relationType:string -role:string|null -sourceQuantifier:integer|null -targetQuantifier:integer|null +<<create>> Relation (source:Node, target:Node, relationType:string, role:string, sourceQuantifier:int, targetQuantifier:int) +getRelationType ():string +getSource ():Node +getTarget ():Node +getRole ():string +getSourceQuantifier ():int +getTargetQuantifier ():int } class Jhofm\\PhPuml\\Relation\\RelationInferrer { -nodeFinder:NodeFinder -typeGuard:TypeGuard +<<create>> RelationInferrer (nodeFinder:NodeFinder, typeGuard:TypeGuard) +inferRelations (node:ClassLike):array -getExtensions (node:ClassLike):array -getImplementations (node:ClassLike):array -getConstructorArgumentTypes (node:Node):array -getTypesFromNodeTypes (node:ClassLike, types:array):array -getNodeTypeName (node:Node):Name } Jhofm\\PhPuml\\Relation\\RelationInferrer --> Jhofm\\PhPuml\\Relation\\TypeGuard Jhofm\\PhPuml\\Relation\\RelationInferrer ..> Jhofm\\PhPuml\\Relation\\Relation : <<create>> class Jhofm\\PhPuml\\Relation\\TypeGuard { -classLikeRegistry:ClassLikeRegistry -options:Options +<<create>> TypeGuard (classLikeRegistry:ClassLikeRegistry, options:Options) +isTypeIncluded (name:Name) } Jhofm\\PhPuml\\Relation\\TypeGuard --> Jhofm\\PhPuml\\NodeParser\\ClassLikeRegistry Jhofm\\PhPuml\\Relation\\TypeGuard --> Jhofm\\PhPuml\\Options\\Options class Jhofm\\PhPuml\\Renderer\\ClassLikeRenderer { -typeMap:array -typeRenderer:TypeRenderer -options:Options +<<create>> ClassLikeRenderer (typeRenderer:TypeRenderer) +render (node:ClassLike, options:Options):string -renderClassLikeHeader (node:ClassLike):string -renderProperties (node:ClassLike):string -renderProperty (property:Property):string -renderMethods (node:ClassLike):string -renderMethod (method:ClassMethod, classLike:ClassLike):string -renderVisibility (node:Stmt):string -renderNamepaceForFlag (flag:string):bool } Jhofm\\PhPuml\\Renderer\\ClassLikeRenderer --> Jhofm\\PhPuml\\Renderer\\TypeRenderer Jhofm\\PhPuml\\Renderer\\ClassLikeRenderer ..> Jhofm\\PhPuml\\Renderer\\RendererException : <<throw>> Jhofm\\PhPuml\\Renderer\\ClassLikeRenderer --|> Jhofm\\PhPuml\\Renderer\\IndentedRenderTrait abstract class Jhofm\\PhPuml\\Renderer\\IndentedRenderTrait <<trait>> { -indentation:integer -indentationString:string -appendLine (puml:string, line:string):void } class Jhofm\\PhPuml\\Renderer\\PumlRenderer { -buffer:string -classLikeRenderer:ClassLikeRenderer -relationRenderer:RelationRenderer -options:Options +<<create>> PumlRenderer (classLikeRenderer:ClassLikeRenderer, relationRenderer:RelationRenderer, options:Options) +renderClassLike (classLike:ClassLike):void +renderRelations (relations:array):void +getPuml ():string } Jhofm\\PhPuml\\Renderer\\PumlRenderer --> Jhofm\\PhPuml\\Renderer\\ClassLikeRenderer Jhofm\\PhPuml\\Renderer\\PumlRenderer --> Jhofm\\PhPuml\\Renderer\\RelationRenderer Jhofm\\PhPuml\\Renderer\\PumlRenderer --> Jhofm\\PhPuml\\Options\\Options class Jhofm\\PhPuml\\Renderer\\RelationRenderer { -typeRenderer:TypeRenderer -options:Options +<<create>> RelationRenderer (typeRenderer:TypeRenderer) +renderRelations (relations:array, options:Options):string +render (relation:Relation):string -renderRelationType (relation:Relation, sourceQuantifier:int, targetQuantifier:int):string -renderQuantifier (sourceQuantifier:int):string } Jhofm\\PhPuml\\Renderer\\RelationRenderer --> Jhofm\\PhPuml\\Renderer\\TypeRenderer Jhofm\\PhPuml\\Renderer\\RelationRenderer ..> Jhofm\\PhPuml\\Renderer\\RendererException : <<throw>> Jhofm\\PhPuml\\Renderer\\RelationRenderer --|> Jhofm\\PhPuml\\Renderer\\IndentedRenderTrait class Jhofm\\PhPuml\\Renderer\\RendererException { } class Jhofm\\PhPuml\\Renderer\\TypeRenderer { -aliases:array -shortNames:array +render (type:Node, namespaced:bool):string +addTypeName (node:Node):void } class Jhofm\\PhPuml\\Service\\PhPumlService { -codeProvider:CodeProvider -relationInferrer:RelationInferrer -pumlRenderer:PumlRenderer -nodeParser:NodeParser -classLikeRegistry:ClassLikeRegistry +<<create>> PhPumlService (codeProvider:CodeProvider, nodeParser:NodeParser, classLikeRegistry:ClassLikeRegistry, relationInferrer:RelationInferrer, pumlRenderer:PumlRenderer) +generatePuml (input:string):string -addClassLikesToRegistry (input:string):void -render ():string } Jhofm\\PhPuml\\Service\\PhPumlService --> Jhofm\\PhPuml\\CodeProvider\\CodeProvider Jhofm\\PhPuml\\Service\\PhPumlService --> Jhofm\\PhPuml\\NodeParser\\NodeParser Jhofm\\PhPuml\\Service\\PhPumlService --> Jhofm\\PhPuml\\NodeParser\\ClassLikeRegistry Jhofm\\PhPuml\\Service\\PhPumlService --> Jhofm\\PhPuml\\Relation\\RelationInferrer Jhofm\\PhPuml\\Service\\PhPumlService --> Jhofm\\PhPuml\\Renderer\\PumlRenderer @enduml
false
true
false
false
class
5ddf864db3e5815a4eb7aa0b000da42cc75ee3e0
be6f3c2838e9be8dce8f8ac10de1ce485d030eaa
/docs/internals/phpdocumentor3/components/configuration.puml
626f4a3036778fb286c2987c1f1d90b54a6e9ded
[ "MIT" ]
permissive
zonuexe/phpDocumentor2-ja
79718326856fba3945ea16ed26eb023b87c3c9fe
aa085f2f10878f0b856cb1d673b5784e115145f9
refs/heads/doc/ja-translation
2021-08-09T12:55:10.460481
2016-08-18T16:15:50
2016-08-18T16:15:50
65,297,906
0
1
MIT
2021-01-25T14:35:51
2016-08-09T13:38:24
PHP
UTF-8
PlantUML
false
false
251
puml
@startuml class ConfigurationFactory { + __construct(Uri $locationUri) + replaceLocation(Uri $uri) + get() : string[] } note right : get() should cache results in memory\nas long as URI is unchanged Uri ()- ConfigurationFactory @enduml
false
true
false
false
class
77966ecca742a54c8b48d007013156066bbd5c40
128b61e60a8baedc3b38454cf9191262312dc67e
/qmlcourseRU/_static/index/program.plantuml
4e1b0fa1e3af646bf12ce9f81d9053d2dcebb503
[ "CC-BY-4.0" ]
permissive
Empressive/qmlcourse
2ca40470fd59f5ca807fa02d98e56b0e73db85e6
a14993f6f3012dde10c656d2d8285fdf28ac028b
refs/heads/master
2023-05-25T14:59:23.548163
2021-06-15T12:29:44
2021-06-15T12:29:44
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,463
plantuml
@startuml package "Prerequisites" #Bisque { rectangle "Python Intro" as python #White rectangle "Numpy & Linalg" as numpy #White rectangle "Classical ML/DL" as ml #White } package "Quantum Computing" as qci #Bisque { rectangle "Qubit" as qubit #40B464 rectangle "Gates" as gates #40B464 rectangle "Physics of qubit" as physq #E0535C rectangle "Mixed Stated" as mixed #FFC864 rectangle "Grover" as grover #FFC864 rectangle "Shor" as shor #E0535C } package "NISQ Hardware" #Bisque { rectangle "Hardware review" as review #40B464 rectangle "Perspectives in NISQ-era" as nisq #40B464 } package "Programming QC" #Bisque { rectangle "PennyLane" as pennylane #40B464 rectangle "Qiskit & Aqua" as qiskit #FFC864 rectangle "Cirq & TFQ" as cirq #FFC864 } package "VQC" #Bisque { rectangle "VQC" as vqc #40B464 rectangle "VQC as kernels" as kernelvqc #FFC864 rectangle "Universality of VQC" as univvqc #E0535C } package "Gradients" #Bisque { rectangle "Gradients" as grad #40B464 rectangle "High-order gradients" as hograd #FFC864 rectangle "QNG" as qng #E0535C } package "Classification" #Bisque { rectangle "VQC classification" as vqcc #40B464 rectangle "Barren plateaus" as barren #FFC864 rectangle "Data encoding" as encoding #FFC864 } package "Quantum SVM" #Bisque { rectangle "Hybrid SVM" as hsvm #40B464 rectangle "Classical SVM math" as csvm #FFC864 rectangle "SVM with Grover" as gsvm #E0535C } package "Problems for QML" #Bisque { rectangle "Combinatorial Optimization" as copt #40B464 rectangle "Quantum\nMany-Body physics" as qmbp #E0535C rectangle "Quantum Chemistry" as qchem #E0535C } package "VQE" #Bisque { rectangle "VQE" as vqe #40B464 rectangle "Adaptive VQE" as avqe #FFC864 rectangle "Layered VQC" as lvqe #FFC864 rectangle "UCC ansatz" as uuc #E0535C } package "QAOA" #Bisque { rectangle "QAOA" as qaoa #40B464 rectangle "Cost/Mixed Hamiltonians" as hams #FFC864 } package "D-Wave" #Bisque { rectangle "D-Wave & Sampling" as dwave #40B464 rectangle "Probabilistic Learning\n with D-Wave" as probml #E0535C } package "Jobs and Perspectives" as jobs #Bisque { rectangle "Academic positions" as academic #White rectangle "Industrial positions" as industrial #White } package "Advanced Topics" as adv #Bisque { rectangle "SotA review" as sota #40B464 rectangle "Quantum RL" as qrl #FFC864 rectangle "Advanced QRL" as aqrl #E0535C rectangle "CV quantum computers" as svqc #E0535C rectangle "LSTM VQC" as lstm #FFC864 rectangle "Convolutional VQC" as convvqc #FFC864 } python --> qubit numpy --> qubit ml --> qubit qubit --> gates qubit -> physq mixed <- qubit gates -> grover shor <- gates gates --> review review -> nisq gates --> pennylane cirq <- pennylane pennylane -> qiskit pennylane --> vqc kernelvqc <- vqc vqc -> univvqc vqc --> grad qng <- grad grad -> hograd grad --> vqcc barren <- vqcc vqcc -> encoding vqcc --> hsvm csvm <- hsvm hsvm -> gsvm hsvm --> copt qmbp <- copt copt -> qchem copt --> vqe uuc <- vqe vqe -> avqe avqe -> lvqe copt --> qaoa qaoa -> hams qaoa --> dwave vqe --> dwave dwave -> probml dwave --> jobs dwave -->adv qrl --> aqrl @enduml
false
true
false
false
uml-unknown
df2b4879b0e87a6cedac7109e7aa6cf479fe8950
94dba241318957952430596f87177728b3cd0611
/doc/Diagramas/Diagramas_Secuencia/MultipleChoiceClasico/MultipleChoiceClasicoCreacion.plantuml
d7ba956629a8516012a7fa75118f5c1d907693a0
[ "MIT" ]
permissive
diegosanchez/TP2
8a8ed478ea6cabca8c53787163b3076d2fffbad0
1650035bf76c5c4044ff8fdfb0ecbd3b57806df1
refs/heads/master
2022-11-25T07:36:52.092998
2020-07-30T18:00:13
2020-07-30T18:00:13
285,419,187
0
0
MIT
2020-08-05T22:37:43
2020-08-05T22:37:42
null
UTF-8
PlantUML
false
false
581
plantuml
@startuml title Creación MultipleChoice Clasico Con Opciones Validas Kahoot -> CreadorPregunta: CreadorPregunta.crearPregunta(TipoPregunta.MultipleChoiceClasico, pregunta, opciones) CreadorPregunta -> MultipleChoiceClasico: new MultipleChoiceClasico(pregunta, opciones) activate MultipleChoiceClasico MultipleChoiceClasico -> MultipleChoiceClasico: validarOpciones(opciones) MultipleChoiceClasico -> CreadorPregunta: new MultipleChoiceClasico(pregunta, opciones) deactivate MultipleChoiceClasico CreadorPregunta --> Kahoot: new MultipleChoiceClasico(pregunta, opciones) @enduml
false
true
true
false
sequence
95c6b9180eca04e1ceddd43f1973764dd8a7130c
e68918a0c2995c42ae2b59cac46c2ed38b04a7b5
/docs/uml/connect.puml
373d45e91b4f70e4231ef4a5e3d4889486b77eec
[ "MIT" ]
permissive
yourkeychen/openim
c87a82798787a3f639c37145e1e0818a470f227b
7aef32fb6c1d4776c97aa58333dc9f75bbc070c8
refs/heads/master
2023-03-16T16:03:25.748346
2016-10-09T12:58:28
2016-10-09T12:58:28
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
728
puml
@startuml hide footbox participant "client" as C box "Non openIM system" #LightBlue participant "AccountSystem" as AS end box participant "TokenGenerator" as TG participant "ConnectMan" as CM participant "TCPConnector" as TCPConnector participant "Router" as R C --> AS: login with user name and password AS -> TG: request token with scope AS <- TG: token C <-- AS: token C --> CM: request conn addr list C <-- CM: conn addr list C -> TCPConnector: Protocol version C -> TCPConnector: IM authentication TCPConnector -> TG: check token TCPConnector <- TG: token valid C <- TCPConnector: authentication passed TCPConnector -> R: online event ... C -> TCPConnector: heartbeat C <- TCPConnector: heartbeat ack @enduml
false
true
false
false
sequence
9a0d46ec244799ffc6c86c4e1438a1c06ff1aca7
263d430089407ef1273578d48dace41882a27dc7
/src/utilistaion.puml
6e579c5abbe7691f4689b53479af42ba22783f54
[]
no_license
CaulierBenjamin/hopitalgeorge
02e8db7e1a297727303e3d09c472bc0f84a43c7e
f7bf616b9d9382534f3be4f8a08268bc0047beea
refs/heads/master
2022-12-17T23:05:55.014287
2020-09-25T16:03:48
2020-09-25T16:03:48
298,581,240
0
0
null
null
null
null
UTF-8
PlantUML
false
false
699
puml
@startuml left to right direction actor "Hôtesse" as ht package Accueil { usecase "Systeme de gestion" as UC1 usecase "Guidages des visiteurs" as UC2 usecase "appel ambulance" as UC3 usecase "enregistrement des options" as UC4 usecase "Restitution des télécommandes" as UC5 usecase "accueil des techniciens" as UC6 usecase "cas de travaux" as UC7 usecase "verifier le contenu de la caisse" as UC8 usecase "recevoir ticket" as UC9 usecase "Noter les renseignement" as UC10 usecase "jour" as UCJ (UC6) .>(UC7) : include (UC10).> (UC9) : include (UC3).>(UCJ) : include } ht --> UC1 ht --> UC2 ht --> UC3 ht --> UC4 ht --> UC5 ht --> UC6 ht --> UC8 ht --> UC10 @enduml
false
true
true
false
usecase
f7e4066fd799d8c25228ca24e3e27d1b6555328c
2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03
/UML/vendor/yiisoft/yii2-dev/framework/rest.puml
0b437ea2ab407046c904d761a71287c6d366979e
[]
no_license
adipriyantobpn/UML-diagram-for-some-PHP-packages
b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5
0a9308fbd2d544c8f64a37cf9f11011edfc40ace
refs/heads/master
2021-08-19T19:24:34.948176
2017-11-27T07:48:10
2017-11-27T07:48:10
112,164,778
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,066
puml
@startuml skinparam handwritten true class yii.rest.Action { +checkAccess : callable +findModel : callable +modelClass : string +findModel(id : string) : yii.db.ActiveRecordInterface +init() } class yii.rest.Action extends yii.base.Action class yii.rest.ActiveController { +createScenario : string = "~~NOT RESOLVED~~" +modelClass : string +updateScenario : string = "~~NOT RESOLVED~~" +actions() +checkAccess(action : string, model : object = null, params : array = []) +init() #verbs() } class yii.rest.ActiveController extends yii.rest.Controller class yii.rest.Controller { +enableCsrfValidation = false +serializer : string|array = "yii\rest\Serializer" +afterAction(action, result) +behaviors() #serializeData(data : mixed) : mixed #verbs() : array } class yii.rest.Controller extends yii.web.Controller class yii.rest.CreateAction { +scenario : string = "~~NOT RESOLVED~~" +viewAction : string = "view" +run() : yii.db.ActiveRecordInterface } class yii.rest.CreateAction extends yii.rest.Action class yii.rest.DeleteAction { +run(id : mixed) } class yii.rest.DeleteAction extends yii.rest.Action class yii.rest.IndexAction { +dataFilter : DataFilter|null +prepareDataProvider : callable #prepareDataProvider() : yii.data.ActiveDataProvider +run() : yii.data.ActiveDataProvider } class yii.rest.IndexAction extends yii.rest.Action class yii.rest.OptionsAction { +collectionOptions : array = [ \t0 => "GET", \t1 => "POST", \t2 => "HEAD", \t3 => "OPTIONS" ] +resourceOptions : array = [ \t0 => "GET", \t1 => "PUT", \t2 => "PATCH", \t3 => "DELETE", \t4 => "HEAD", \t5 => "OPTIONS" ] +run(id : string = null) } class yii.rest.OptionsAction extends yii.base.Action class yii.rest.Serializer { +collectionEnvelope : string +currentPageHeader : string = "X-Pagination-Current-Page" +expandParam : string = "expand" +fieldsParam : string = "fields" +linksEnvelope : string = "_links" +metaEnvelope : string = "_meta" +pageCountHeader : string = "X-Pagination-Page-Count" +perPageHeader : string = "X-Pagination-Per-Page" +preserveKeys : bool = false +request : yii.web.Request +response : yii.web.Response +totalCountHeader : string = "X-Pagination-Total-Count" #addPaginationHeaders(pagination : Pagination) #getRequestedFields() : array +init() +serialize(data : mixed) : mixed #serializeDataProvider(dataProvider : DataProviderInterface) : array #serializeModel(model : Arrayable) : array #serializeModelErrors(model : Model) : array #serializeModels(models : array) : array #serializePagination(pagination : Pagination) : array } class yii.rest.Serializer extends yii.base.Component class yii.rest.UpdateAction { +scenario : string = "~~NOT RESOLVED~~" +run(id : string) : yii.db.ActiveRecordInterface } class yii.rest.UpdateAction extends yii.rest.Action class yii.rest.UrlRule { +controller : string|array +except : array = [] +extraPatterns : array = [] +only : array = [] +patterns : array = [ \t"PUT,PATCH {id}" => "update", \t"DELETE {id}" => "delete", \t"GET,HEAD {id}" => "view", \t"POST" => "create", \t"GET,HEAD" => "index", \t"{id}" => "options", \t"" => "options" ] +pluralize : bool = true +prefix : string +ruleConfig : array = [ \t"class" => "yii\web\UrlRule" ] +suffix : string +tokens : array = [ \t"{id}" => "<id:\d[\d,]*>" ] #createRule(pattern : string, prefix : string, action : string) : yii.web.UrlRuleInterface #createRules() +createUrl(manager, route, params) +init() +parseRequest(manager, request) } class yii.rest.UrlRule extends yii.web.CompositeUrlRule class yii.rest.ViewAction { +run(id : string) : yii.db.ActiveRecordInterface } class yii.rest.ViewAction extends yii.rest.Action @enduml
false
true
false
false
class
5806508ea010da9309bcbcebd002e43f2df59980
e43bb5b4bd248f756bc67d3da64ae7af62462259
/src/main/java/platform/goals/goals.plantuml
fb22c2a316b80ffe35b111d8714e25c78a00f0e1
[]
no_license
TasMarshall/multiCameraApplicationPlatform
056a17e409e7d781dd58ade7c996744fb4d106e3
ec1d1403926fbeaf596ee98fbdda336d1daf00d6
refs/heads/master
2020-03-21T16:11:07.823431
2018-09-11T13:31:38
2018-09-11T13:31:38
138,755,729
5
1
null
null
null
null
UTF-8
PlantUML
false
false
3,597
plantuml
@startuml title __GOALS's Class Diagram__\n package platform { package platform.goals { class MultiCameraGoal { - id : String - activated : boolean - visualObservationsOfInterest : List<VisualObservationOfInterest> - cameras : List<Camera> # priority : int - requiredCalibrationGoalIds : List<String> - motionControllerType : String - actionTypes : List<String> - cameraBehaviours : List<CameraMAPEBehavior> - goalBehaviours : List<GoalMAPEBehavior> - processedInfoMap : Map<Camera, Map<String, Object>> - newAnalysisResultsMap : Map<String, Map<String, Serializable>> - lastAnalysisResultTimes : Map<String, Map<String, Serializable>> - motionActionEndTimes : Map<String, Long> - additionalFieldMap : Map<String, Object> + MultiCameraGoal() + init() - initOOI() + monitorBehaviours() + analysisBehaviours() + planBehaviours() + executeBehaviours() + executeCameraMotionAction() # addCamerasToGoalsAndGoalsToCameras() + getImageAnalysisAlgorithms() + getInterestById() + getCalibrationGoalIds() + setCalibrationGoalIds() + getMcp_application() + setMcp_application() + getObjectsOfInterest() + setVisualObservationsOfInterest() + getPriority() + setPriority() + getActiveCameras() + setActiveCameras() + getMap() + setMap() + getGoalIndependence() + getCameraRequirements() + setCameraRequirements() + setGoalIndependence() + getId() + getNewAnalysisResultMap() + setAnalysisResultMap() + getLatestAnalysisResults() + setLatestAnalysisResults() + getMotionControllerType() + getProcessedInfoMap() + setProcessedInfoMap() + getActionTypes() + isActivated() + setActivated() + getCameras() + setCameras() + getGoalBehaviours() + getAdditionalFieldMap() + setAdditionalFieldMap() } } } package platform { package platform.goals { enum GoalIndependence { EXCLUSIVE NONEXCLUSIVE } } } package platform { package platform.goals { enum CameraRequirements { VIEW_CONTROL_REQUIRED VIEW_CONTROL_OPTIONAL PASSIVE CALIBRATION } } } package platform { package platform.goals { class VisualObservationOfInterest { ~ id : String ~ analysisAlgorithmsSet : Set<ImageAnalysis> ~ results : Map<String, Map<String, Object>> + getAnalysisAlgorithmsSet() + setAnalysisAlgorithmsSet() + init() + getResults() + getId() + setId() } } } MultiCameraGoal o-- GoalIndependence : goalIndependence MultiCameraGoal o-- CameraRequirements : cameraRequirements MultiCameraGoal o-- Map : map MultiCameraGoal o-- MultiCameraCore : mcp_application MultiCameraGoal o-- MotionController : motionController MultiCameraGoal +-down- GoalIndependence MultiCameraGoal +-down- CameraRequirements 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
4038e8a4947141b96773fc8e2672e472a6e0504a
1efccbbe88ee2ef265623df09d3f202d3ae52adf
/diagrams/the-other-api-version/etag-if-match.puml
c811d57faad5a6729f14380b39c9d6cbcc7ce912
[]
no_license
mlowen/mlowen.github.io
2f449b630dd01fa56c771746beda797b6764626f
b44a7a3d2ed53bd9d5c56c7824c648adcd530d93
refs/heads/master
2023-04-15T20:14:02.190879
2022-05-22T01:02:13
2022-05-22T01:02:13
32,616,710
0
1
null
2023-04-12T06:11:32
2015-03-21T02:19:31
SCSS
UTF-8
PlantUML
false
false
997
puml
@startuml participant "Client A" participant "Client B" participant "Client C" participant "API" "Client A" -> "API": GET /article/1 activate "API" "API" -> "Client A": E-Tag: 1, { "title": "foo", "content": "bar" } deactivate "API" activate "Client A" "Client B" -> "API": GET /article/1 activate "API" "API" -> "Client B": E-Tag: 1, { "title": "foo", "content": "bar" } deactivate "API" activate "Client B" "Client B" -> "Client B": Update title to baz "Client B" -> "API": PUT If-Match: 1, /article/1 { "title": "baz", "content": "bar" } activate "API" "API" -> "API": Update version to 2 "API" -> "Client B": Success deactivate "API" deactivate "Client B" "Client A" -> "Client A": Update title to qux "Client A" -> "API": PUT If-Match: 1, /article/1 { "title": "qux", "content": "bar" } activate "API" "API" -> "Client A": Reject deactivate "API" deactivate "Client A" @enduml
false
true
false
false
sequence
ae74aea00d7fc366e732815b740595e3e1c15f71
ab347e5700f09daae5886c7b4c98a942bbebd934
/YGO-Deck-Builder.plantuml
19a8dfe76a8996d506e00ac0b9d9897ad1a89e42
[]
no_license
Sam-Malpass/YGO-Deck-Builder
17df1974f83372f7f69c5f8c188047fa55a4e4ca
c4986fa63b2dd9284fae5d95ac1ab5b65b786019
refs/heads/master
2020-05-14T15:15:18.815842
2019-04-23T09:43:53
2019-04-23T09:43:53
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
14,867
plantuml
@startuml title __YGO-DECK-BUILDER's Class Diagram__\n package neuralNetwork.function.activation { interface ActivationFunction { } } package dataStructure { package dataStructure.containerHierarchy { class Album { } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class AlbumAnalysisController { } } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class AlbumBuilderController { } } } } package programFunctions { package programFunctions.appData { class AppData { } } } package dataStructure { package dataStructure.banList { class BanList { } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class BanListController { } } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class BeginningController { } } } } package graphicalUserInterface { package graphicalUserInterface.basicWindows { package graphicalUserInterface.basicWindows.controllers { class BoxSelectorController { } } } } package programFunctions { package programFunctions.appData { class Cache { } } } package dataStructure { package dataStructure.cardHierarchy { abstract class Card { } } } package graphicalUserInterface { package graphicalUserInterface.basicWindows { class CardViewer { } } } package programFunctions { package programFunctions.utilities { class Checklist { } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class ChecklistController { } } } } package neuralNetwork.mlp { class Connection { } } package dataStructure { package dataStructure.containerHierarchy { abstract class Container { } } } package programFunctions { package programFunctions.dataImporter { class DataImporter { } } } package neuralNetwork.mlp { class DataReader { } } package neuralNetwork.mlp { class DataWriter { } } package dataStructure { package dataStructure.containerHierarchy { class Deck { } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class DeckAnalysisController { } } } } package programFunctions { package programFunctions.builder { class DeckBuilder { } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class DeckBuilderController { } } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class DefaultSceneController { } } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class DemoController { } } } } package dataStructure { package dataStructure.cardHierarchy { class EffectMonster { } } } package programFunctions { package programFunctions.utilities { class FileCollector { } } } package programFunctions { package programFunctions.utilities { class FileHandler { } } } package programFunctions { package programFunctions.utilities { class Filters { } } } package dataStructure { package dataStructure.cardHierarchy { class FusionMonster { } } } package graphicalUserInterface { class GUI { } } package programFunctions { package programFunctions.utilities { class Generator { } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class GlobalSettingsController { } } } } package neuralNetwork.function.activation { class IdentityActivation { } } package programFunctions { package programFunctions.utilities { class ImportExport { } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class ImportSceneController { } } } } package neuralNetwork.function.input { interface InputSummingFunction { } } package dataStructure { package dataStructure.banList { class LimitedCard { } } } package dataStructure { package dataStructure.cardHierarchy { package dataStructure.cardHierarchy.enumerators { enum LinkDirection { } } } } package dataStructure { package dataStructure.cardHierarchy { class LinkMonster { } } } package dataStructure { package dataStructure.cardHierarchy { package dataStructure.cardHierarchy.enumerators { enum MonsterAttribute { } } } } package dataStructure { package dataStructure.cardHierarchy { class MonsterCard { } } } package dataStructure { package dataStructure.cardHierarchy { package dataStructure.cardHierarchy.enumerators { enum MonsterSubType { } } } } package dataStructure { package dataStructure.cardHierarchy { package dataStructure.cardHierarchy.enumerators { enum MonsterType { } } } } package neuralNetwork.mlp { class NeuralNetwork { } } package neuralNetwork.mlp { class Neuron { } } package programFunctions { package programFunctions.utilities { class OnlinePricing { } } } package programFunctions { package programFunctions.utilities { class Outputters { } } } package programFunctions { package programFunctions.utilities { class PasswordAuthenticator { } } } package graphicalUserInterface { package graphicalUserInterface.basicWindows { package graphicalUserInterface.basicWindows.controllers { class PasswordController { } } } } package dataStructure { package dataStructure.cardHierarchy { class PendulumMonster { } } } package neuralNetwork.mlp { interface Processor { } } package dataStructure { class ProfileSettings { } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class ProfileSettingsController { } } } } package programFunctions { class ProgramFunctions { } } package programFunctions { package programFunctions.dataImporter { class PythonInterfacer { } } } package neuralNetwork.mlp { class Randomizer { } } package dataStructure { package dataStructure.cardHierarchy { class RitualMonster { } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { class SceneData { } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { class Scenes { } } } package programFunctions { package programFunctions.searching { class SearchResult { } } } package graphicalUserInterface { package graphicalUserInterface.basicWindows { package graphicalUserInterface.basicWindows.controllers { class SearchResultController { } } } } package graphicalUserInterface { package graphicalUserInterface.basicWindows { package graphicalUserInterface.basicWindows.controllers { class SearchResultDeckController { } } } } package graphicalUserInterface { package graphicalUserInterface.basicWindows { package graphicalUserInterface.basicWindows.controllers { class SearchResultSystemController { } } } } package programFunctions { package programFunctions.searching { class Searcher { } } } package dataStructure { package dataStructure.containerHierarchy { class Series { } } } package graphicalUserInterface { package graphicalUserInterface.sceneHandling { package graphicalUserInterface.sceneHandling.controllers { class SetCollectedController { } } } } package programFunctions { package programFunctions.appData { class Settings { } } } package neuralNetwork.function.activation { class SigmoidActivation { } } package programFunctions { package programFunctions.utilities { class Sorters { } } } package dataStructure { package dataStructure.cardHierarchy { class SpellCard { } } } package dataStructure { package dataStructure.cardHierarchy { package dataStructure.cardHierarchy.enumerators { enum SpellType { } } } } package dataStructure { package dataStructure.cardHierarchy { class SynchroMonster { } } } package dataStructure { package dataStructure.cardHierarchy { class TrapCard { } } } package dataStructure { package dataStructure.cardHierarchy { package dataStructure.cardHierarchy.enumerators { enum TrapType { } } } } package dataStructure { class UserProfile { } } package programFunctions { package programFunctions.utilities { class Utils { } } } package neuralNetwork.function.input { class WeightedSum { } } package graphicalUserInterface { package graphicalUserInterface.basicWindows { class Windows { } } } package dataStructure { package dataStructure.cardHierarchy { class XYZMonster { } } } package graphicalUserInterface { package graphicalUserInterface.basicWindows { package graphicalUserInterface.basicWindows.controllers { class YesNoController { } } } } Album -up-|> Container AlbumAnalysisController -up-|> Initializable AlbumAnalysisController o-- Album : album AlbumBuilderController -up-|> Initializable AlbumBuilderController o-- Album : album AppData o-- GUI : userInterface AppData o-- UserProfile : currentProfile AppData o-- Cache : cache AppData o-- Settings : globalSettings BanList -up-|> Serializable BanListController -up-|> Initializable BeginningController -up-|> Initializable BoxSelectorController -up-|> Initializable Card -up-|> Serializable Card -up-|> Cloneable ChecklistController -up-|> Initializable Connection o-- Processor : fromNeuron Connection o-- Processor : toNeuron Container -up-|> Serializable Container -up-|> Cloneable DataImporter o-- MonsterType : type DataImporter o-- MonsterAttribute : attribute DataImporter o-- SpellType : spellType DataImporter o-- TrapType : trapType Deck -up-|> Container DeckAnalysisController -up-|> Initializable DeckAnalysisController o-- Deck : deck DeckBuilder o-- Deck : tmpDeck DeckBuilder o-- Cache : cpyCache DeckBuilderController -up-|> Initializable DefaultSceneController -up-|> Initializable DemoController -up-|> Initializable EffectMonster -up-|> MonsterCard FusionMonster -up-|> EffectMonster GUI o-- Windows : basicWindows GUI o-- CardViewer : cardViewer GUI o-- Scenes : scenes GlobalSettingsController -up-|> Initializable IdentityActivation -up-|> ActivationFunction ImportSceneController -up-|> Initializable LimitedCard -up-|> Serializable LinkMonster -up-|> Card LinkMonster o-- MonsterAttribute : attribute LinkMonster o-- MonsterType : type MonsterCard -up-|> Card MonsterCard o-- MonsterAttribute : attribute MonsterCard o-- MonsterType : type NeuralNetwork o-- Processor : bias Neuron -up-|> Processor Neuron o-- Connection : biasConnection Neuron o-- ActivationFunction : activationFunction PasswordController -up-|> Initializable PendulumMonster -up-|> EffectMonster ProfileSettings -up-|> Serializable ProfileSettingsController -up-|> Initializable ProgramFunctions -up-|> Application RitualMonster -up-|> EffectMonster SceneData o-- Deck : deck SceneData o-- ProfileSettings : tmpProfSettings SceneData o-- DeckBuilder : cardSuggestor SceneData o-- Album : album Scenes o-- SceneData : dataCache SearchResultController -up-|> Initializable SearchResultDeckController -up-|> Initializable SearchResultSystemController -up-|> Initializable Series -up-|> Container SetCollectedController -up-|> Initializable Settings -up-|> Serializable SigmoidActivation -up-|> ActivationFunction SpellCard -up-|> Card SpellCard o-- SpellType : spellType SynchroMonster -up-|> EffectMonster TrapCard -up-|> Card TrapCard o-- TrapType : trapType UserProfile -up-|> Serializable UserProfile o-- ProfileSettings : profileSettings Utils o-- Sorters : sorter Utils o-- Filters : filter Utils o-- Outputters : outputter Utils o-- FileCollector : fileCollector Utils o-- FileHandler : fileHandler Utils o-- PasswordAuthenticator : authenticator Utils o-- ImportExport : importExport Utils o-- Checklist : checker Utils o-- OnlinePricing : pricing Utils o-- Generator : generator WeightedSum -up-|> InputSummingFunction Windows o-- Card : card XYZMonster -up-|> EffectMonster YesNoController -up-|> Initializable 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
ea469bd8cd67250ebe0655ef5504c5731a6c661d
40d8647ba099d849a0bf1be549d135ab5c7bef7c
/doc/shared.puml
356d821439f5f8aa3e1c56f3dbb5be922fc7e8d5
[]
no_license
JensenQi/had
56f63ac6350a0a38572b0c09f4276e11c7514ab9
0fe22055d60154bc1fa3cc9c961c0465b883c386
refs/heads/master
2022-09-29T11:46:52.661333
2019-09-12T14:13:44
2019-09-12T14:13:44
201,086,773
0
0
null
2022-09-17T00:01:00
2019-08-07T16:24:57
Kotlin
UTF-8
PlantUML
false
false
91
puml
@startuml package "shared"{ class SQLTypeInfo{ } class Datum{ } } @enduml
false
true
false
false
class
c7a0d2b220cf1e523b43615084f297caa4f9f437
b038203821d22f0ae9db9697aaf5b41b9f77a40d
/src-gen/serviceSystem_BC_ImmigrationAuthorities_ImmigrationAuthorityCustomerJourney.puml
be4130c61d7e9a29141c56271b333f9c394d3bd7
[]
no_license
NormanBaechtold/ServiceSystem
5b9ad5f8bf1860154b70f79f0f33d6fe17cac35a
ba125d9cb21cec6a894cef3936cce7dcbc21b5c9
refs/heads/master
2023-08-20T23:35:47.215567
2021-10-06T09:08:54
2021-10-06T09:08:54
394,977,218
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,663
puml
@startuml skinparam componentStyle uml2 package "'ImmigrationAuthorityCustomerJourney' Aggregate" <<Rectangle>> { class ImmigrationAuthorityServiceForServiceExchange <<(A,#fffab8) Aggregate Root>> { String serviceExperience ImmigrationAuthorityContext engagementPreferences ImmigrationAuthorityValueExpectation expectations ImmigrationAuthorityResourceIntegration regulatoryData ImmigrationAuthorityResourceExchange externalData void valueCocreation() void resourceIntegration() void resourceConsumption() } class ImmigrationAuthorityResourceIntegration <<(V,DarkSeaGreen) Value Object>> { String entryRegulations String entryProcedures ImmigrationAuthorityEngagementDesign customerJourney void provideRegulatoryData() } class ImmigrationAuthorityEngagementDesign <<(E,DarkSeaGreen) Entity>> { String existingDataExchangeChannels String existingInformationDistributionChannels ImmigrationAuthorityResourceIntegration integrateResources() ImmigrationAuthorityResourceExchange enableResourceExchange() } class ImmigrationAuthorityResourceExchange <<(E,DarkSeaGreen) Entity>> { String passengerData ImmigrationAuthorityEngagementDesign externalResourceAccess void integrateExternalResources() } } ImmigrationAuthorityServiceForServiceExchange --> ImmigrationAuthorityResourceIntegration : regulatoryData ImmigrationAuthorityServiceForServiceExchange --> ImmigrationAuthorityResourceExchange : externalData ImmigrationAuthorityResourceIntegration --> ImmigrationAuthorityEngagementDesign : customerJourney ImmigrationAuthorityResourceExchange --> ImmigrationAuthorityEngagementDesign : externalResourceAccess @enduml
false
true
false
false
sequence
bf5267706297627c0e5694b087e00f9aa8c42528
b79a9e2f0d84285fdbfd0daef8f512ac0e79a994
/class-diagram.puml
aa5dfb76f065cbf4d7b9049a7a24360e30a7965e
[]
no_license
vscarmena/objectville-route-finder
b0cbd38a46c56b4583436dceda20ef711aad5520
4fa6783fbc95e95eb59d0249596fc6aac7586507
refs/heads/master
2023-02-15T00:15:45.801647
2021-01-13T21:57:26
2021-01-13T21:57:26
323,571,231
0
0
null
null
null
null
UTF-8
PlantUML
false
false
796
puml
@startuml class SubwayLoader { subway: Subway + loadFromFile(File) } class Subway { + addStation(String) + hasStation(String): Boolean + addConnection(String, String, String) + hasConnection(String, String, String): Boolean + addToNetwork(Station, Station) + getDirections(String, String): List<Connection> + getConnection(Connection, Connection): Connection } class Station { - name + getName(): String + equals(Object): Boolean + hashCode(): int } class Connection { - station1 - station2 - lineName + getStation1(): String + getStation2(): String + getLineName(): String } class SubwayPrinter { + printDirections(List<Connection>) } SubwayLoader --> Subway Subway --> Station Subway --> Connection @enduml
false
true
false
false
class
85d7414b5c0b18f3acf1c0e95b1554ad4924f355
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/ManipulationsClips.puml
e2eb631c62b0547fcfacd82c903734ffc2d17b61
[]
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
233
puml
@startuml class ItemActionShortcutManipulator { } class DrillIntoClip { } class ContextMenuManipulator { } Manipulator <|-- ItemActionShortcutManipulator Manipulator <|-- DrillIntoClip Manipulator <|-- ContextMenuManipulator @enduml
false
true
false
false
class
22892f104fba3dd9aefd46c3d4c6fc1c7305c04e
20644d12a34773dd4586c4f6b767745ad004db26
/core/out/production/core/main.plantuml
12dce5373eb9db158a2068c6d7e347924fb8ea52
[]
no_license
thuyhoang-bkuer/CN-assignment-1
5862f4a2e136a484eff14f322e23a4462fe2fa0e
58d119a48fac65b6fcbbf1b59b5975ced5357e10
refs/heads/master
2020-08-27T05:53:40.188382
2019-10-27T13:43:58
2019-10-27T13:43:58
217,261,236
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,830
plantuml
@startuml title __MAIN's Class Diagram__\n namespace com.client.chatwindow { class com.client.chatwindow.CellRenderer { } } namespace com.client.chatwindow { class com.client.chatwindow.ChatController { } } namespace com.client.chatwindow { class com.client.chatwindow.Listener { } } namespace com.client.login { class com.client.login.LoginController { } } namespace com.client.login { class com.client.login.MainLauncher { } } namespace com.client.util { class com.client.util.ImageUtil { } } namespace com.client.util { class com.client.util.ResizeHelper { } } namespace com.client.util { class com.client.util.VoicePlayback { } } namespace com.client.util { class com.client.util.VoiceRecorder { } } namespace com.client.util { class com.client.util.VoiceUtil { } } namespace com.exception { class com.exception.DuplicateUsernameException { } } namespace com.messages { class com.messages.SMessage { } } namespace com.messages { enum MessageType { } } namespace com.messages { enum Status { } } namespace com.messages { class com.messages.User { } } namespace com.messages { namespace bubble { class com.messages.bubble.Bubble { } } } namespace com.messages { namespace bubble { enum BubbleSpec { } } } namespace com.messages { namespace bubble { class com.messages.bubble.BubbledLabel { } } } namespace com.server { class com.server.Server { } } namespace com.server { class com.server.ServerController { } } namespace com.server { class com.server.ServerLauncher { } } namespace com.traynotifications.animations { class com.traynotifications.animations.AnimationProvider { } } namespace com.traynotifications.animations { enum AnimationType { } } namespace com.traynotifications.animations { class com.traynotifications.animations.FadeAnimation { } } namespace com.traynotifications.animations { class com.traynotifications.animations.PopupAnimation { } } namespace com.traynotifications.animations { class com.traynotifications.animations.SlideAnimation { } } namespace com.traynotifications.animations { interface com.traynotifications.animations.TrayAnimation { } } namespace com.traynotifications.models { class com.traynotifications.models.CustomStage { } } namespace com.traynotifications.models { class com.traynotifications.models.Location { } } namespace com.traynotifications.notification { enum NotificationType { } } namespace com.traynotifications.notification { class com.traynotifications.notification.TrayNotification { } } com.client.chatwindow.CellRenderer .up.|> javafx.util.Callback com.client.chatwindow.ChatController .up.|> javafx.fxml.Initializable com.client.chatwindow.Listener .up.|> java.lang.Runnable com.client.chatwindow.Listener o-- com.client.chatwindow.ChatController : controller com.client.login.LoginController .up.|> javafx.fxml.Initializable com.client.login.MainLauncher -up-|> javafx.application.Application com.client.util.VoicePlayback -up-|> com.client.util.VoiceUtil com.client.util.VoiceRecorder -up-|> com.client.util.VoiceUtil com.messages.SMessage .up.|> java.io.Serializable com.messages.SMessage o-- com.messages.Status : status com.messages.SMessage o-- com.messages.SMessageType : type com.messages.User .up.|> java.io.Serializable com.messages.User o-- com.messages.Status : status com.messages.bubble.Bubble -up-|> javafx.scene.shape.Path com.messages.bubble.BubbledLabel -up-|> javafx.scene.control.Label com.messages.bubble.BubbledLabel o-- com.messages.bubble.BubbleSpec : bs com.server.Server .up.|> java.lang.Runnable com.server.ServerController .up.|> javafx.fxml.Initializable com.server.ServerController o-- com.server.Server : server com.server.ServerLauncher -up-|> javafx.application.Application com.traynotifications.animations.FadeAnimation .up.|> com.traynotifications.animations.TrayAnimation com.traynotifications.animations.FadeAnimation o-- com.traynotifications.models.CustomStage : stage com.traynotifications.animations.PopupAnimation .up.|> com.traynotifications.animations.TrayAnimation com.traynotifications.animations.PopupAnimation o-- com.traynotifications.models.CustomStage : stage com.traynotifications.animations.SlideAnimation .up.|> com.traynotifications.animations.TrayAnimation com.traynotifications.animations.SlideAnimation o-- com.traynotifications.models.CustomStage : stage com.traynotifications.models.CustomStage -up-|> javafx.stage.Stage com.traynotifications.models.CustomStage o-- com.traynotifications.models.Location : bottomRight com.traynotifications.notification.TrayNotification o-- com.traynotifications.animations.AnimationProvider : animationProvider com.traynotifications.notification.TrayNotification o-- com.traynotifications.animations.AnimationType : animationType com.traynotifications.notification.TrayNotification o-- com.traynotifications.animations.TrayAnimation : animator com.traynotifications.notification.TrayNotification o-- com.traynotifications.notification.NotificationType : notificationType com.traynotifications.notification.TrayNotification o-- com.traynotifications.models.CustomStage : stage 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
df5e029c56bda8d793bea9b1b334af05407b1548
42e57a58fc95226a7ec40bca58c351092f126102
/kapitler/media/uml-sakarkiv-entiteter-forenklet.puml
8d760d381ecd6e2239a3752c863d0d931db5a9a3
[]
no_license
tsodring/noark5-tjenestegrensesnitt-standard
8d3b31fe83203255ae8361e639f99209974c3ece
df354ac231091e63bde3123f2c779009009b7e80
refs/heads/master
2023-01-22T01:33:20.794431
2019-07-02T12:40:47
2019-07-02T12:40:47
194,827,953
0
0
null
2019-07-02T09:03:29
2019-07-02T09:03:28
null
UTF-8
PlantUML
false
false
1,439
puml
@startuml skinparam classAttributeIconSize 0 skinparam nodesep 180 class Arkivstruktur.Klasse <Arkivenhet> class Arkivstruktur.Mappe <Arkivenhet> class Arkivstruktur.Registrering <Arkivenhet> class Arkivstruktur.Dokumentbeskrivelse <Arkivenhet> class Sakarkiv.Saksmappe <Mappe> #pink class Sakarkiv.Presedens #pink class Sakarkiv.Journalpost <Registrering> #pink class Sakarkiv.Avskrivning #pink class Sakarkiv.Dokumentflyt #pink Arkivstruktur.Klasse "+overklasse 0..1" o--> "+underklasse 0..*" Arkivstruktur.Klasse Arkivstruktur.Klasse "+klasse 0..1" o-> "+mappe 0..*" Arkivstruktur.Mappe Arkivstruktur.Mappe "+overmappe 0..1" o--> "+undermappe 0..*" Arkivstruktur.Mappe Arkivstruktur.Mappe <|-- Sakarkiv.Saksmappe Sakarkiv.Saksmappe o--> "+sekundaerklassifikasjon 0..*" Arkivstruktur.Klasse Sakarkiv.Presedens "+presedens 0..*" <--o "+sak 0..*" Sakarkiv.Saksmappe Arkivstruktur.Mappe "+mappe 0..1" o--> "+registrering 0..*" Arkivstruktur.Registrering Arkivstruktur.Klasse "+klasse 0..1" o--> "+registrering 0..*" Arkivstruktur.Registrering Arkivstruktur.Registrering <|-- Sakarkiv.Journalpost Sakarkiv.Presedens "+presedens 0..*" <--o "+journalpost 0..*" Sakarkiv.Journalpost Sakarkiv.Journalpost "+avskrivning 0..*" *--> Sakarkiv.Avskrivning Sakarkiv.Journalpost "+dokumentflyt 0..*" *--> Sakarkiv.Dokumentflyt Arkivstruktur.Registrering "+registrering 1..*" o--> "+dokumentbeskrivelse 0..*" Arkivstruktur.Dokumentbeskrivelse @enduml
false
true
false
false
class
403029200643d033fbe3644f25bb0eb410d103b4
ed4c8840395cd0f08ac6a5c8dcc44627995e0c36
/docs/architecture/diagrams/ng-component-view.puml
9905ca7f8809072866ee6eefee5f0c9817b7e5eb
[]
no_license
lazarljubenovic/grafaro
25de0f7826bc9bcce92a25bc31ee3664e3c99887
596d344a4a2cd105c169ac98c880a857a990c67d
refs/heads/master
2021-01-12T13:20:55.711617
2017-02-23T07:56:27
2017-02-23T07:56:27
72,202,276
1
3
null
null
null
null
UTF-8
PlantUML
false
false
3,361
puml
@startuml package AppComponent { } package RouterOutlet { } together { package RoomBrowserComponent { } package HeaderComponent { } package RoomCardComponent { } package JdenticonComponent { } } package RoomViewComponent { } package LoginPageComponent { } package FourOhFourComponent { } package SidebarComponent { } package AlgorithmComponent { } package AlgorithmPickerComponent { } package MatrixComponent { } package ChatComponent { } package ChatMessageComponent { } package TabComponent { } package TabsComponent { } package GraphComponent { } package VisNetwork { } package VisNetworkNode { } package VisNetworkEdge { } package ControlsComponent { } package DebugTableComponent { } package DebugValueComponent { } package ArrayOfNodesComponent { } package NodeComponent { } package ToolbarComponent { } package DialogComponent { } package SaveDialogComponent { } package LoadDialogComponent { } package FileListComponent { } package FolderComponent { } package FileComponent { } package ToastComponent { } package PopupComponent { } AppComponent --> RouterOutlet RouterOutlet ..|> RoomBrowserComponent : <<empty route>> RouterOutlet ..|> FourOhFourComponent : <<wildcard route>> RouterOutlet ..|> LoginPageComponent : <<login route>> RouterOutlet ..|> RoomViewComponent : <<room with id route>> RoomBrowserComponent ..> "isProjectViewMode" HeaderComponent RoomBrowserComponent ..> "roomInfo" RoomCardComponent RoomCardComponent ..> "plainText" JdenticonComponent HeaderComponent ..> "plainText" JdenticonComponent RoomViewComponent ..> "isProjectViewMode" HeaderComponent RoomViewComponent ..> SidebarComponent RoomViewComponent "graphClick, graphNodeDragEnd" ..> GraphComponent RoomViewComponent ..> ControlsComponent RoomViewComponent ..> DebugTableComponent RoomViewComponent "load, save" ..> ToolbarComponent RoomViewComponent "close" ..> DialogComponent DialogComponent "saveGraph" ..> "folder" SaveDialogComponent : <<wraps>> DialogComponent "loadGraph" ..> "folders" LoadDialogComponent : <<wraps>> SidebarComponent ..> "initialTabIndex" TabsComponent MatrixComponent ..|> ToastComponent : <<instantiate>> ToolbarComponent ..|> ToastComponent : <<instantiate>> ControlsComponent ..|> ToastComponent : <<instantiate>> TabsComponent ..> "tabTitle" TabComponent : <<wraps>> TabComponent ..> ChatComponent : <<wraps>> TabComponent ..> MatrixComponent : <<wraps>> TabComponent ..> AlgorithmPickerComponent : <<wraps>> TabComponent ..> AlgorithmComponent : <<wraps>> ChatComponent ..|> "info" ChatMessageComponent ChatMessageComponent ..> "plainText" JdenticonComponent GraphComponent "graphClick, graphDragEnd, graphDragging, graphAfterDrawing" ..> "options" VisNetwork GraphComponent ..|> PopupComponent : <<instantiate>> GraphComponent ..|> ToastComponent : <<instantiate>> VisNetwork ..> "options" VisNetworkNode : <<wraps>> VisNetwork ..> "options" VisNetworkEdge : <<wraps>> DebugTableComponent ..> "data" DebugValueComponent DebugValueComponent ..> "data" NodeComponent DebugValueComponent ..> "data" ArrayOfNodesComponent ArrayOfNodesComponent .left.> "data" NodeComponent SaveDialogComponent "fileSelect" ..> FileListComponent FileListComponent ..> "name" FolderComponent : <<wraps>> FolderComponent ..> "lastChange, id" FileComponent : <<wraps>> LoadDialogComponent "fileSelect" ..> FileListComponent @enduml
false
true
false
false
class
059a93bf218304a7e622eae20db61fb184c31e92
338a7020ba19ad7cbea94faca4695598a5e0e564
/doc/FigurasGeometricas.puml
85efbb892d8e7feb91c7bed0781ef202992bc60d
[]
no_license
meschoyez/FigurasAvanzadas
1ebcc5586195a0fe5b15386b179911467e97a3bc
ef1894c00ea0d08d7921be700066a3add44a8eed
refs/heads/master
2023-08-25T14:51:27.139914
2021-10-28T00:03:54
2021-10-28T00:03:54
297,661,922
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,848
puml
@startuml FigurasGeometricas skinparam ClassAttributeIconSize 0 hide circle class HerramientaDeAzar { + HerramientaDeAzar() + getFiguraAleatoria() : FiguraGeometrica } interface Comparable <<interface>> class GestorFiguras { - HerramientaDeAzar generador - List<FiguraGeometrica> figuras + GestorFiguras() + agregarFiguraAleatoria() + crearFigurasAleatoriamente(Integer cantidad) + listarFigurasColeccionadas() + listarFigurasOrdenadas() + listarFigurasSegunDistanciaAlOrigen() } enum Forma <<enum>> { + toString() : String } class FiguraGeometrica <<abstract>> { - String id - Posicion posicion + abstract getPerimetro() : Double + abstract getSuperficie() : Double + compareTo(FiguraGeometrica f) : int } class Circulo { - static final Integer MAX_RADIO - static Integer nroSerie - Integer radio + setRadio(Integer radio) - getNroSerie() : Integer + toString() : String } class Rectangulo { - static final Integer MAX_LADO - static Integer nroSerie - Integer base - Integer altura - getNroSerie() : Integer + toString() : String } class Triangulo { - static final Integer MAX_ALTURA - static Integer nroSerie - Integer base - Integer altura - getNroSerie() : Integer + toString() : String } class Posicion { - Integer x - Integer y + distanciaAlOrigen() : Double + toString() : String + compareTo(Posicion otro) : int } HerramientaDeAzar --> GestorFiguras HerramientaDeAzar --> FiguraGeometrica HerramientaDeAzar -> Forma Forma --> FiguraGeometrica Comparable ..|> FiguraGeometrica Comparable ..|> Posicion GestorFiguras -> FiguraGeometrica FiguraGeometrica <|-- Triangulo FiguraGeometrica <|-- Rectangulo FiguraGeometrica <|-- Circulo FiguraGeometrica -> Posicion @enduml
false
true
false
false
class
6b2e848a3dab2865b0034a62918dfb40e3aed105
55928d6845e4b62c5a541ce30b3786ccc584471b
/Diagrama_UML/scratch.puml
45abcbf9d8426c37b8eacd39d65c43cbeb43dc3c
[]
no_license
FrancoBobadilla/Maquinas-secuenciales
ec54b0287e97320b637463e7fc44be16950508d3
a60324b4f2792c4a52a63b4c16a381dcaaeda698
refs/heads/master
2021-09-16T04:08:06.226373
2018-06-15T21:43:20
2018-06-15T21:43:20
129,923,104
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,132
puml
@startuml Automata <|-- AFD Automata <|-- APila Automata <|-- MTuring APila o-- Stack : 1..1 Stack o-- Node : 1..* MTuring o-- Cinta : 1..1 Cinta o-- Celda : 1..* abstract class Automata { #nroEstados #cantActualEstados #estados #estadoActual #estadoInicial #nroElementosAlfabeto #cantActualElementosAlfabeto #alfabeto #cadenaAnalizar #automataListo #tieneEstadoInicial #tieneEstadoSalida #tieneEstadosDefinidos #tieneEntradasDefinidas #tieneFDeterminada #tieneCadenaAnalizar #automataApagado #virtual setEstadoActual(nombreEstado) #virtual setAutomataListo() =0 #virtual getExpresionFormal() #getEstadoIndex(nombreEstado) #getAlfabetoIndex(elemtoAlfabeto) +Automata(cantidadEstados, tamanoAlfabeto) +virtual transicion()=0 +virtual setCadenaAnalizar(string) +setEstado(nombreEstado, situacionEstado) +setEstadoInicial(nombreEstado) +getNombreEstadoInicial() +getNroEstados() +getNombreEstadoActual() +getSituacionEstadoActual() +setAlfabeto(char) +getNroElementosAlfabeto() +isAutomataApagado() +virtual tipoAutomata()=0; +virtual expresionFormalLista() =0 +virtual expresionEspecifica() =0; } class AFD{ - f -setAutomataListo() override -isReadyF() +ADF(cantidadEstados, tamanoAlfabeto) +setF(nombreEstadoSalida, entrada, nombreEstadoDestino) +transicion() override +expresionFormalLista() override +tipoAutomata() override +expresionEspecifica() override } class APila{ - f -pila -nroElementosAlfabetoPila -cantActualElementosAlfabetoPila -alfabetoPila -finDePila -tieneSimbolosPilaDefinidos -getAlfabetoPilaIndex(simboloEntradaPila) -buscarEstadoFinal -setAutomataListo() override -apagarAutomata() +APila(cantidadEstados, tamanoAlfabeto, tamanoAlfabetoPila) +setF(nombreEstadoSalida, entrada, valorPila, nombreEstadoDestino, conservarTope, apilamiento) +transicion() override +getExpresionFormal() override +setAlfabetoPila(char) +getNroElementosAlfabetoPila +getTopeDePila() +apagarAutomata(); +expresionFormalLista() override +tipoAutomata() override +expresionEspecifica() override } class Stack{ -top +Stack() +~Stack() +push(dato) +pop() +isEmpty() } class Node { -data -next +Node(dato, siguiente) +Node(dato) +getData() +setData(dato) +getNext() +setNext(Node) } class MTuring{ - f -cinta -nroElementosAlfabetoCinta -cantActualElementosAlfabetoCinta -alfabetoCinta -isCabezalListo -tieneSimbolosCintaDefinidos -getAlfabetoCintaIndex(simboloEntradaCinta) -escribirCinta(string) -setAutomataListo() override +MTuring(cantidadEstados, tamanoAlfabeto, tamanoAlfabetoCinta) +setF(nombreEstadoSalida, entrada, valorCinta, nombreEstadoDestino, direccion, escritura) +transicion() override +setCadenaAnalizar(string) override +setAlfabetoCinta(char) +getNroElementosAlfabetoCinta() +getCopiaCinta() +getLecturaCabezal() +ponerCabezal(position) +expresionFormalLista() override +tipoAutomata() override +expresionEspecifica() override } class Cinta{ -cabezal -blanco +Cinta(blanco) +escribir(dato) +desplazarIzquierda() +desplazarDerecha() +leer() +getBlanco() +~Cinta() } class Celda{ -data -left -right +Celda(dato) +getData() +getLeft() +getRight() +setLeft(Celda) +setRight(Celda) } @enduml
false
true
false
false
class
88cde23d14d3e09e5252d5831b0ad72fed1cedb0
834965d7078aabae425dfbd3c060adbf33245b09
/use-cases/Use-case1.puml
b4903c0f2666dd443544e27373632b2ca48ca478
[ "Apache-2.0" ]
permissive
Luke270601/SEM
1303661a2b9a879de74985503fa4818c2f8f91b4
4e8a2edf821d3b43464e2eae72d276475c2f6a99
refs/heads/master
2023-04-09T07:22:49.168683
2021-04-21T10:53:53
2021-04-21T10:53:53
334,784,336
0
0
Apache-2.0
2021-04-21T10:53:54
2021-02-01T00:03:46
Java
UTF-8
PlantUML
false
false
240
puml
@startuml actor HR as "HR Advisor" rectangle Database rectangle "HR System" { usecase UC4 as "Get employee by emp_no" usecase UCa as "Removes all information" HR - UC4 UC4 ..> UCa : include UC4 - Database } @enduml
false
true
false
false
usecase
92f439ba1dc6d3309f145f0c47ba3472ded6c252
e15413bf56f8405e3f54556efac8d9dcf70863cb
/Wasteless-app/wasteless-server/src/main/java/wasteless/server/diagrams/FactoryDiagram.puml
94aed706f17aa5758d14bb4644dc6574e631e1b0
[]
no_license
sd-2020-30431/assignment-2-cezarasabou
901d0b605ac3cd374eff28f958ab845f9d5f829c
f3bfda99dad3f12326b9ff1cc41d2fbfb12b9d38
refs/heads/master
2023-01-14T01:25:19.393086
2020-04-18T15:47:19
2020-04-18T15:47:19
249,999,198
0
0
null
2023-01-07T17:08:31
2020-03-25T14:21:57
Java
UTF-8
PlantUML
false
false
1,055
puml
@startuml !define DARKORANGE !includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml title __FACTORY's Class Diagram__\n namespace wasteless.server { namespace export.factory { interface AbstractFactory { {abstract} + create() } class FactoryProvider { + getFactory() } enum FactoryType { REPORT_FACTORY } class ReportFactory { + create() } ReportFactory .up.|> AbstractFactory } namespace export.report { class JsonReport { + dumpReport() } interface Report { {abstract} + dumpReport() } enum ReportType { JSON_REPORT TEXT_REPORT } class TextReport { + dumpReport() - writeToFile() } JsonReport .up.|> Report TextReport .up.|> Report } } @enduml
false
true
false
false
class
1367216a75469210e9d1754fa7eb6acca081e501
6ddf3b4a6bc32ac7b2f752681fe44d1c6a90b2a0
/uml/ListManager.puml
78143f631463fd2310b02b3128f1d6e2e3e82a3f
[]
no_license
ivy-nguyen18/nguyen-cop3330-assignment4
f594eb19fa6d4348b053c5273bbab594522e799c
04b3fd048b42df66c5920aa0413dcf9ffaf2ba74
refs/heads/master
2023-06-14T09:06:19.068276
2021-07-05T15:57:53
2021-07-05T15:57:53
382,214,450
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,797
puml
@startuml 'https://plantuml.com/class-diagram class ListManager{ + main() + start() } class ListManagerController{ - newListTextField: TextField - toDoListTableView: Tableview<ToDoList> - lists: ObservableList<ToDoList> - toDoArrayList: ArrayList<ToDoList> + initialize() + openListScene(MouseEvent) + editCell(TableColumn.CellEditEvent) + createNewListButtonClicked(ActionEvent) + saveAllListsButtonClicked(ActionEvent) + deleteListsButtonClicked(ActionEvent) + getLists():ObservableList<ToDoList> + changeListName(String) + saveAlLists(ObservableList<ToDoList>, File): File + addNewListToLists(String): ObservableList<ToDoList> + deleteLists(ObservableList<ToDoList>, ObservableList<ToDoList>): ObservableList<ToDoList> - deleteDirectoryOfLists(String folderName) - observableListItems() - initTable() - initColumns() - editColumns() - loadFromPrevious(File): ObservableList<ToDoList> - makeNewDirectory(ToDoList) - makeSerializationFile(ToDoList) - makeRootDirectory() - createNewList() } class ToDoList{ - itemsArrayList: ArrayList<Item> - listName: SimpleStringProperty - pathToList: Path - itemsFile: File + getItemsArrayList(): ArrayList<Item> + setItemsArrayList(ArrayList<Item>) + getPathToList(): Path + getItemsFile(): File + setItemsFile(File) + getListName(): String + listNameProperty(): SimpleStringProperty + setListName(String) } class ToDoListController{ - itemTableView: TableView<Item> - isCompletedColumn: TableColumn<Item, CheckBox> - itemNameColumn: TableColumn<Item, String> - descriptionColumn: TableColumn<Item, String> - dueDateColumn: TableColumn<Item, LocalDate> - isComplete: CheckBox - itemNameTextField: TextField - descriptionTextField: TextField - dueDatePicker: DatePicker - itemObservableList: ObservableList<Item> - selectedList: ToDoList + addItemButtonClicked(ActionEvent) + deleteItemsButtonClicked(ActionEvent) + saveChangesButtonClicked(ActionEvent) + backToListManagerButtonClicked(ActionEvent) + viewCompletedOnlyClicked(ActionEvent) + viewUncompletedOnlyButtonClicked(ActionEvent) + viewAllClicked(ActionEvent) + sortByDueDate() + initialize() + initData(ToDoList) + viewUncompletedOnly(FilteredList<Item>): FilteredList<Item> + viewCompletedOnly(FilteredList<Item>): FilteredList<Item> + viewAll(FilteredList<Item>): FilteredList<Item> + addItem(CheckBox isComplete, String item, String description, LocalDate dueDate, ToDoList selectedList): ToDoList + saveChanges() + deleteItems(ObservableList<Item>, ObservableList<Item>): ObservableList<Item> + setChangedDueDate(LocalDate) + setChangedDescription(String) + setChangedStatus(CheckBox) - observableListToArrayList(): ArrayList<Item> - ObservableListItems() - initTable() - initColumns() - editColumns() - editDueDate() - editDescription() - editStatus() - dateConverter() - loadFromPrevious() } class Item{ - isComplete: CheckBox - item: SimpleStringProperty - description: SimpleStringProperty - dueDate: LocalDate + Item(CheckBox, String, String, LocalDate) + isComplete(): CheckBox + setComplete(CheckBox) + getItem(): String + itemProperty(): SimpleStringProperty + setItem(String) + getDescription(): String + descriptionProperty(): SimpleStringProperty + setDescription(String) + getDueDate(): LocalDate + setDueDate(LocalDate) } javafx.Application <|-- ListManager ListManager -- ListManagerController ListManagerController -- ToDoListController ToDoList -- ToDoListController ToDoList -- Item @enduml
false
true
false
false
class
4beb620839fc0a757bbe0e863e00748a679e4ea4
ba939b7199fd3fda0d49095840980b227b39cd6c
/packages/zone.js/doc/eventtask.puml
6ba4fe3b2fc551cd53a67814c065240075fd48c2
[ "MIT" ]
permissive
angular/angular
aae821f48c8c0f543ec37c4be12d8dd703f38a7b
eab92167e5e35e10d7618d252be3bd2ba673aa8d
refs/heads/main
2023-08-31T15:37:01.932061
2023-08-28T11:00:11
2023-08-30T19:44:45
24,195,339
108,299
34,425
MIT
2023-09-14T20:35:37
2014-09-18T16:12:01
TypeScript
UTF-8
PlantUML
false
false
514
puml
@startuml [*] --> notScheduled: initialize notScheduled --> scheduling: addEventListener scheduling: zoneSpec.onScheduleTask scheduling: zoneSpec.onHasTask scheduling --> scheduled scheduled --> running: event\n triggered running: zoneSpec:onInvokeTask scheduled --> canceling: removeEventListener canceling: zoneSpec.onCancelTask canceling --> notScheduled canceling: zoneSpec.onHasTask running --> scheduled: callback\n finished running: zoneSpec.onHasTask running --> canceling: removeEventListener @enduml
false
true
false
false
sequence
c09ac7608a84a85650d1115a31065afac4a7129b
d0c4bc316b01e94a06213c21097a8d991ee51c78
/src/main/java/ex43/ex43Diagram.puml
113a8172da731e07e548c66f2570b468e68a496c
[]
no_license
Dnguyen99/Nguyen-cop3330-assignment3
14f28209c49546e58b99c6220bdeec3767606341
d0ceb2bcfb5702c1a5216b59bd71100e24abf51d
refs/heads/master
2023-08-20T23:27:58.013282
2021-10-10T23:56:46
2021-10-10T23:56:46
415,726,957
0
0
null
null
null
null
UTF-8
PlantUML
false
false
413
puml
@startuml 'https://plantuml.com/sequence-diagram class App { +main() +String wantCSS +String wantJS } App <--o WebsiteGenerator WebsiteGenerator : +String siteName WebsiteGenerator : +String author WebsiteGenerator : +String path WebsiteGenerator : +String createWebsite() WebsiteGenerator : +String createJSFolder() WebsiteGenerator : +String createCSSFolder() WebsiteGenerator : +String createHTML() @enduml
false
true
false
false
class
8043935304fdbb77eb0cbb1ebd1c882fc470ec00
bc6951fa9e04631df3a627e06de05532f076bab4
/contact-service/puml/model.puml
a41efdabf686f3ee6725c9b8b0d1561d5100e9b5
[]
no_license
Julinho82/chat-contact-service
30ac9ec0d47bf01e77601e6484d1a5fb344ebd91
df375ccf1f0f599b5ca2e245fa2bbabf4d80b0d0
refs/heads/master
2020-06-24T03:22:52.298325
2019-07-30T11:53:28
2019-07-30T11:53:28
198,822,321
0
0
null
null
null
null
UTF-8
PlantUML
false
false
464
puml
@startuml set namespaceSeparator none hide method namespace admin.service.model.domain { class Detail { - id: Long - information: String - createdDate: Date } class Contact { - id: Long - userId: Long - accountId: Long - email: String - name: String - avatarId: String - createdDate: Date - detail: Detail } Contact *-right-> Detail : detail } @enduml
false
true
false
false
sequence
2e9bddab4a5dbfca4c39633d9e8b6668bcfe0a2c
7fc07ea3d00c1a762a89675a45b7ebad5cb8604a
/docs/src/diagrams/backend_module_ui_sequence_scriptworker.puml
daf627bcd4219749d96f8ce4ee952d767e336dd8
[ "BSD-3-Clause" ]
permissive
ska-telescope/observation-execution-tool
c6aa5729220fee22868e0edc4efaf71fd97c70da
cace7d3f3fe58e9711730893761cb8380bb7f598
refs/heads/master
2023-08-31T03:23:38.430798
2023-08-24T09:33:53
2023-08-24T09:33:53
181,853,839
0
0
NOASSERTION
2021-06-17T12:33:25
2019-04-17T08:54:54
Python
UTF-8
PlantUML
false
false
2,975
puml
@startuml 'https://plantuml.com/sequence-diagram mainframe seq: ScriptWorker autonumber participant "proc :\nProc" as Proc #lightblue participant "proc.proc :\nmultiprocessing.Process" as Process #lightblue participant "proc_worker_wrapper :\nfunction" as proc_worker_wrapper participant "worker :\nScriptWorker" as ScriptWorker create Process Proc -> Process: «create» note left ""Proc"", running in the parent Python process, creates a new ""multiprocessing.Process"" configured to run the ""proc_worker_wrapper"" helper function as the new child process starts. end note Proc -> Process: start() note left With all preparation complete within the parent process, the ""start"" method is called to begin process creation. end note par Proc -> Proc : wait for startup event note right ""Proc"" now waits a maximum of ""TIMEOUT"" seconds for the process creation to complete. end note alt startup event set within timeout [o<-- Proc : ScriptWorker ID note right If the startup event is set within the timeout, process creation is considered successful and the ScriptWorker ID is returned to the client. end note else [o<-- Proc : «raise exception» note right Otherwise, process creation is considered failed and an exception is raised. end note end else Process ->> proc_worker_wrapper: «call» note left The ""multiprocessing.Process"" spawns a new child Python interpreter process and runs the ""proc_worker_wrapper"" helper function run in this new process. end note create ScriptWorker proc_worker_wrapper -> ScriptWorker: «create» note left The helper function creates a new ScriptWorker instance, passing it the arguments specified in step #1, such as startup events to set, work queues to monitor, etc. end note proc_worker_wrapper -> ScriptWorker: run() note left The helper function now hands over control to the ScriptWorker, calling the ""run()"" method, after which the helper function is complete. end note ScriptWorker ->o]: STATE=CREATED note left The ScriptWorker emits a state change event at the earliest possible opportunity to signify that the ""ScriptWorker"" instance was created and that the constructor is now running. end note ScriptWorker -> ScriptWorker: init_signals() note left POSIX signal handlers are installed in the child process, allowing the main process to raise asynchronous exceptions in the ScriptWorker on receipt of an appropriate POSIX signal from the parent process. This is the mechanism used for terminating script execution. end note ScriptWorker -> Proc: startup event set note left The ScriptWorker constructor sets the ""multiprocessing.Event"" monitored by the ""Proc"" core running in the parent process, notifying the parent that startup is complete. end note note over ScriptWorker With initialisation complete, the main loop now begins which starts monitoring the work queue for messages from the parent process. end note ref over ScriptWorker See seq:ScriptWorker.main_loop end end @enduml
false
true
true
false
sequence
5d3ce508d053b4907b2c2c16cc2aaca6fe276834
6a6e92ffad3161e2fce6fc74ea96ac9354c66637
/asion-base/src/main/puml/ddd-components.puml
63f30d131f1740530d30e04c3e500e92695b4492
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
search-cloud/spring-boot-cloud-microservices-docker
ac4363b844f217fa80982c94cd1688a912ce4800
7e09a4b3ff04548e34b5e04ead054e8de674eb70
refs/heads/master
2021-07-08T07:58:34.387474
2018-10-29T15:20:14
2018-10-29T15:20:14
110,517,124
0
0
Apache-2.0
2018-10-29T15:20:16
2017-11-13T07:55:10
Java
UTF-8
PlantUML
false
false
1,427
puml
@startuml node "Domain Module" { package "model package" { [Model] <<Domain>> [Repository] <<Domain>> [Factory] <<Domain>> } [Service] <<Domain>> [Event] <<Domain>> [Policy] <<Domain>> [Shared] note right of Shared : XxxSupport\nWrapper\nSpring Integration package "application package" { [Application] note left of Application : utils,spring } package "infrastructure package" { [Infrastructure] #Aqua [DomainImpl] <<Domain>> [DomainImpl] -> [Infrastructure] } } cloud "App Modules" { [WebApp] <<App>> [MobileBackend] <<App>> [Interface] <<App>> [MobileApp] <<App>> } [Shared] <-- [DomainImpl] [Application] <--- [DomainImpl] [Repository] ---> [Shared] [Repository] --> [Model] [Service] -[#0000FF]> [Repository] [Service] -[#0000FF]> [Factory] [Service] -[#0000FF]> [Policy] [Service] <-[#0000FF]> [Event] [Policy] -[#0000FF]> [Repository] [Factory] --> [Model] [Factory] ---> [Shared] [Event] -[#0000FF]> [Repository] [Event] -[#0000FF]> [Factory] [Application] -[#0000FF]> [Service] [Application] -[#0000FF]> [Event] [Application] -[#0000FF]> [Policy] [WebApp] ...> [Application] [Interface] --> [WebApp] [MobileBackend] ...> [Application] [MobileApp] --> [MobileBackend] skinparam component { FontSize 13 BackgroundColor<<Domain>> gold BackgroundColor<<App>> DarkKhaki FontName Courier } @enduml
false
true
false
false
class
d92dac4a7b10db65262fe49cdc15d42c99eba303
8b1832790687f834b0caefdd83846ef3d822615a
/diagrams/case-state.puml
57b00c2f49d0713d9787740c947506a6609eddf9
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
ONSdigital/rm-case-service
7554213d60d081b2b3d73dbd595426695c0484ad
510b014a4b39732fd5ff220c1df16cca47dfc70a
refs/heads/main
2023-07-27T09:55:39.502045
2023-06-20T16:26:56
2023-06-20T16:26:56
91,565,529
5
4
MIT
2023-09-13T14:31:21
2017-05-17T10:45:21
Java
UTF-8
PlantUML
false
false
720
puml
@startuml skinparam state { BackgroundColor HoneyDew } [*] --> SAMPLED_INIT [*] --> REPLACEMENT_INIT SAMPLED_INIT --> ACTIONABLE : activated [[https://github.com/ONSdigital/rm-case-service/blob/main/src/main/java/uk/gov/ons/ctp/response/casesvc/scheduled/distribution/CaseDistributor.java#L197 *]] REPLACEMENT_INIT --> ACTIONABLE : replaced [[https://github.com/ONSdigital/rm-case-service/blob/main/src/main/java/uk/gov/ons/ctp/response/casesvc/scheduled/distribution/CaseDistributor.java#L201 *]] ACTIONABLE --> ACTIONABLE : account_created ACTIONABLE --> INACTIONABLE : deactivated ACTIONABLE --> INACTIONABLE : disabled INACTIONABLE --> INACTIONABLE : deactivated INACTIONABLE --> INACTIONABLE : disabled @enduml
false
true
false
false
sequence
3d17c975bf59db24a4e20dbe1fc8eb00e1a33a52
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/Solution/Service-Stack/Connected-Car-Cloud/AI-Framework/Physical.puml
c377d1504032763c9b884ee7ac3df0ca1a17cb70
[]
no_license
CAADE/ADC
bec251477e457a9ee4eca673fdab04b65c4290f5
a81ba7532e7092ab564bcb30f8ec36bab3b71d0b
refs/heads/master
2021-06-23T22:20:00.239150
2019-04-03T05:15:20
2019-04-03T05:15:20
104,887,854
5
0
null
null
null
null
UTF-8
PlantUML
false
false
178
puml
@startuml package "Service-Stack/Connected-Car-Cloud/AI-Framework" { component component1 component component2 interface i1 } i1 - component1 component1 --> component2 @enduml
false
true
false
false
class
8235229c3cb2efdac216e9db111e22c5ad8739cb
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/DuplicatePriceKeyError.puml
03cf9d11eb97636ba67b07ea4fc09acef4ced90b
[]
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
473
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 DuplicatePriceKeyError [[DuplicatePriceKeyError.svg]] extends ErrorObject { code: String message: String conflictingPrice: [[Price.svg Price]] } interface ErrorObject [[ErrorObject.svg]] { code: String message: String } @enduml
false
true
false
false
class
d5b6954a241a13901ae59e5a4d263b1d34c46cbb
abe16d0ba344a67354718c7324e1ddac43efd373
/dahua-design/src/main/java/ch10/原型模板.puml
9372d23b9d14ab72c37c37e5807a46fb02593c3c
[]
no_license
gerrywen/java-learn
9888ccdf04aff50e4d8e5902c03e13c64dbf65b8
a3ed4ab50af0c2bf305eda04730f7f2db326a141
refs/heads/master
2022-12-24T18:14:07.724295
2020-06-15T08:30:49
2020-06-15T08:30:49
203,317,957
0
0
null
2022-12-15T23:58:26
2019-08-20T06:56:17
Java
UTF-8
PlantUML
false
false
149
puml
@startuml abstract class HummerModel class HummerH1Model class HummerH2Model HummerModel <|-- HummerH1Model HummerModel <|-- HummerH2Model @enduml
false
true
false
false
class
86632e389820cbdc57a39ba2a6d28dc935250f7f
e4e71c3f1aed2263aecdcfd40e4f628807c8aa7e
/app/src/main/UML/classDiag.puml
c7f42a03928ab66b97d736d3a060e5bedfa9ca13
[]
no_license
surge236/2048Game
3917dc2ba3b6614364d2da3580df815c3e895de3
889ec7db95f460496b05321b4ef850ebb14ad2a9
refs/heads/master
2021-09-09T22:21:36.804703
2018-03-20T00:49:56
2018-03-20T00:49:56
125,938,726
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,200
puml
@startuml class ButtonFragment { - upButtonListener() - downButtonListener() - leftButtonListener() - rightButtonListener() - resetButtonListener() } class GridFragment { - float mPreviousX - float mPreviousY - {static} int GRIDSIZE - {static} int FOURPROB - {static} int[][] GRID - {static} int filledBlocks - {static} int score - {static} int topScore + onTouchEvent() - updateSharedPreferences() + retrieveSharedPreferences() + {static} resetGame() + {static} getTopScore() + {static} updateTopScore() + {static} getScore() + {static} updateScore() + {static} getFilledBlocks() + {static} updateFilledBlocks() + {static} getGrid() + {static} updateGrid() + {static} moveLeft() + {static} moveRight() + {static} moveUp() + {static} moveDown() + {static} initiateGrid() + {static} onVictory() + {static} onDefeat() - {static} addValue() - {static} animate() } class MainActivity { sharedPreferences onCreate() onPause() + save() } class ScoreFragment { + {static} updateTopScore() + {static} updateScore() } abstract class Activity GridFragment --|> MainActivity ButtonFragment --|> MainActivity ScoreFragment --|> MainActivity MainActivity --|> Activity @enduml
false
true
false
false
class
958cee59f4f7303dfb0517effc8230da79bc8d83
569317c944939bc5ecf4fe9050a54809f71ca293
/DiagramOppgave/TestUML/UseCaseDiagram.puml
c729851fdb400d72d6e89459639ab1c9525f196c
[]
no_license
mrskme/DiagramOppgave
b021e8c1d39779310e60d56d44ab688128436955
2b66f489d666ef802334015d766296b4535a7fec
refs/heads/main
2023-03-06T17:53:05.399662
2021-02-11T14:59:32
2021-02-11T14:59:32
338,017,826
0
0
null
null
null
null
UTF-8
PlantUML
false
false
211
puml
@startuml '' UseCaseDiagram User --> (Start round) User --> (Guess) User --> (Exit program) (Start round) ..> (View info and \nall guesses in round) (Guess) ..> (View info and \nall guesses in round) @enduml
false
true
true
false
class
4d92d851620e38e2acd9d3617bc1c3522427cb76
f1d6f70c25a1f65f5d8dc88b8b87a15970fc7e8a
/resources/3-edit-task.puml
63749a8b15d68135fcbb008be5b52f594e250df6
[ "MIT" ]
permissive
voa2000/task-management-app
cf819b71a4a1bce51b3eac2e97177fa389e672cc
1573b8e06101f40b933e463f5700e2ca6c2c9bae
refs/heads/main
2023-08-27T03:08:09.084852
2021-10-15T09:55:29
2021-10-15T09:55:29
414,384,122
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,010
puml
@startuml 'https://plantuml.com/sequence-diagram title **Edit a task ** skinparam roundcorner 10 skinparam ParticipantPadding 20 skinparam BoxPadding 20 boundary client box #F5ECD5 participant UpdateTaskController as controller participant UpdateTaskCommand as command participant Task as task participant TasksRepository as repository client -> controller: PUT /tasks/{id} activate controller controller -> command: execute() activate command command -> repository: getById(id) activate repository repository --> command: Task deactivate repository command -> task: edit(title, description) note over task: Task\n - id\n - title\n - description\n - completed\n\n + instance(title, description)\n + complete()\n + edit(title, description)\n activate task task --> command deactivate task command -> repository: save(task) activate repository deactivate repository deactivate command ...some time (milliseconds) later... controller --> client: 204 NO CONTENT deactivate controller end box @enduml
false
true
false
false
sequence
8f7140c823c6f463fd6621f282100121cdd2e2d8
e2f8431e8771c93df0255838e5c7d4cf163c7168
/uml/wia-actors.puml
4faf6432cbeb66443e4c9a688f84f3e21c42cda2
[]
no_license
dcm4che/dicomweb
a1c8d999f1e052152f002c2a0e9ee562ce0224bf
c280d7b0051fa2b906a1a13b72bc0fe480ccd337
refs/heads/master
2023-03-22T13:25:57.863466
2023-03-16T11:01:20
2023-03-16T11:01:20
314,813,464
3
2
null
null
null
null
UTF-8
PlantUML
false
false
221
puml
@startuml skinparam componentStyle rectangle [Image Document Consumer] --> [Image Document Responser] : QIDO-RS Query\n[RAD-129] [Image Document Consumer] --> [Image Document Source] : WADO-RS Retrieve\n[RAD-107] @enduml
false
true
false
false
sequence
464c6daca9acda747f41c4173d7a6ce424d1827c
d7cdb6cd725e77545feb32c1af04d7c5e1c5225a
/class-diagram/user-stat.puml
eb1f52b5b6a5208c9cdd9a25a929cf1ba63d3edd
[ "MIT" ]
permissive
shuoj/diagram
2df5b6929c6be317b046204512f59417905e1d80
598db805fdbee9e8050051022168cd91cfba2c41
refs/heads/master
2020-09-02T05:34:48.410912
2019-12-12T15:29:04
2019-12-12T15:29:04
219,143,722
1
0
null
null
null
null
UTF-8
PlantUML
false
false
3,018
puml
@startuml class User { private String id; private String username; private String password; private String studentNumber; private String firstname; private String lastname; private String name; private String email; private String school; private String signature; private Long acCount = 0L; private Long submitCount = 0L; private Double acRate = 0.0; private Boolean enabled = true; private Date lastPasswordResetDate; private List<Authority> authorities; private List<Problem> problemList; private List<VirtualProblem> virtualProblemList; private List<Contest> contestList; private List<RankingUser> rankingUserList; private List<Announcement> announcementList; private List<Group> createGroupList; private List<AuthLog> authLogList; private List<Clarification> clarificationList; private List<Group> groupList; private List<Contest> contestListExcluded; private List<UserSecurityQuestion> userSecurityQuestionList; private Long referUserId; private Boolean temporary = false; public boolean isAdmin() public boolean isAdminOrStuff() public void setPassword(String password) public void setMd5Password(String password) } class AuthLog { private String id; private User user; private LocalDateTime timestamp; } class Problem { private String id; private Long idx; private User author; private String title; private String description; private Integer timeLimit; private Integer ramLimit; private Difficulty difficulty; private Double degreeOfDifficulty; private Boolean visible = true; private Set<Tag> tagList; private String inputDesc; private String outputDesc; private String sampleIO; private List<ContestProblem> contestProblemList; private List<Submission> submissionList; private Boolean specialJudged = false; private String testData; private String hint = ""; private String source = ""; private Integer averageAcceptTime = 0; private Integer acceptCount = 0; private Integer submitCount = 0; private Double acceptRate = 0.0; private LocalDateTime createDate; private LocalDateTime lastUsedDate; private LocalDateTime modifiedDate; private Integer testCaseCount = 0; } class UserProblemStat { private String id; private User user; private Problem problem; private LocalDateTime lastSubmitDate; private Boolean passed; private Integer score; private Integer errorTimes; } class Tag { private String id; private String name; private Long problemCount; private List<Problem> problemList; } class UserTagStat { private String id; private User user; private Tag tag; private LocalDateTime lastSubmitDate; private Integer score; private Integer errorTimes; } User "1"--"many" AuthLog : generate User "1"--"many" UserTagStat : generate Tag "1"--"many" UserTagStat : has User "1"--"many" UserProblemStat : generate Problem "1"--"many" UserProblemStat : has @enduml
false
true
false
false
class
b539c65977e0b03acc5259cf4bf4366940054b4d
ad59cc9d1cee29ed5c3450258b4355d396dda553
/Modellen/EDSL/asset.puml
482bae926daac61f4053350cdd621521c9f294c7
[]
no_license
Geonovum/VIVET-Werkomgeving
fa80fac3aef7d6374ace829e7113ea28ebc08a3a
41a806cdb23eba4976dbd8d2b1c2ab7a097fbd7e
refs/heads/master
2021-06-16T05:51:56.276132
2021-06-13T16:59:31
2021-06-13T16:59:31
207,290,684
1
4
null
2021-03-23T14:52:51
2019-09-09T11:12:06
JavaScript
UTF-8
PlantUML
false
false
437
puml
@startuml class Asset { } Asset <|-- EnergyAsset EnergyAsset *-- "0..*" Port together { class InPort class OutPort } Port <|-- InPort Port <|-- OutPort InPort "*" - "*" OutPort : connectedTo Asset *-- "0..1" Geometry Geometry <|-- Point Geometry <|-- Line Geometry <|-- Polygon Asset *-- "0..1" CostInformation AbstractBuilding <|-- Building AbstractBuilding <|-- BuildingUnit AbstractBuilding <|-- AggregatedBuilding @enduml
false
true
false
false
class
6f35dabc919b55b064631a71083b5103249703dd
69916bfc66c33949e9bff75431fdd9157abd943d
/classes2.puml
4a357b26f20dc55e1dc93c3a73df1c7ed7dae402
[]
no_license
IEPSCF-Uccle-PROJINT-S1-2021/diagram-examples
7fbc09044aff79026ee8b4532b1f73fc63c04255
9577fdc6f34c59f619a56950ecf80ec19f9fa214
refs/heads/main
2023-01-24T11:28:58.193674
2020-11-08T22:52:31
2020-11-08T22:52:31
311,170,227
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,443
puml
@startuml good-diagram class User { -id : Number -firstName : String -lastName : String -dateOfBirth : Date -locationOfBirth : String -emailAddress : String -hashedPassword : String +addAddress(address : Address) : void +removeAddress(address : Address) : void +addRole(role : Role) : void +removeRole(role : Role) : void +can(permissionName): boolean +borrowCopy(bookCopy : BookCopy) : Borrowing } class Address { -id : Number -streetAddress : String -postalCode : String -city : String -country : String } class Book { -id : Number -title : String -publisher : String -datePublished : Number -publisherLocation : String -ISBN : Number } class BookCopy { -id : Number } class Author { -id : Number -firstName : String -lastName : String -dateOfBirth : Date -dateOfDeath : Date } class Borrowing { -id : Number -dateOfBorrowing : Date -dateOfReturn : Date +returnCopy(dateOfReturn : Date) : void } class Permission { -name : String } class Role { -name : String +addPermission(permission : Permission) : void +removePermission(permission : Permission) : void +can(permissionName): boolean } Author <-- Book Book o- BookCopy BookCopy <- Borrowing User o-- Borrowing Address <--o User User o-> Role Role *-> Permission @enduml
false
true
false
false
class
5d8096f9115364c2d31e8be53ab681af68a96f85
20f10dac21957db1e1db199754edfa5e9558ba85
/NjTest/plantUML/PlayerInput.puml
d0e7975497dd93e59b63a79f6e7e32f01ec8989a
[ "Unlicense" ]
permissive
boxerprogrammer/TestCode
6f55424adf63722b57588b757ef4e4638a57b563
c79dbb943a7d9fdb197e27c8b507bdd0f7c93baa
refs/heads/master
2023-07-20T12:20:23.607362
2023-07-19T23:51:36
2023-07-19T23:51:36
187,131,781
2
2
null
null
null
null
UTF-8
PlantUML
false
false
259
puml
@startuml Player--|>Character PlayerInputListener..>Player PlayerInputListener--|>InputListener GameScene--> "many" InputListener GameScene..>Input InputListener..>Input GameScene : Update(const Input& input) InputListener : Notify(const Input& input) @enduml
false
true
false
false
class
ce5707e0bbe989d32d3c7afde849aaddbe05887c
79b1afae05be893d0d860ad88e065a1fe3fe7717
/creation/factory/uml/factory_cd.puml
4f33b36e7577c437b5898f5603f70db322e40370
[]
no_license
danielleberre/pattern-repository
5dd0c84147f35c9e22abfe30abd93b8cb51560f3
68eab140c40174e2fc1769f4b718f7528b440921
refs/heads/master
2020-04-30T14:20:09.435842
2019-03-25T13:07:03
2019-03-25T13:07:03
176,888,097
0
0
null
2019-03-21T07:00:12
2019-03-21T07:00:10
null
UTF-8
PlantUML
false
false
667
puml
@startuml skinparam nodesep 75 skinparam ranksep 50 hide empty members interface Factory { + {abstract} build(): Product } class ConcreteFactory1 { + build(): Product } class ConcreteFactory2 { + build(): Product } Factory <|-- ConcreteFactory1 Factory <|-- ConcreteFactory2 package products { interface Product { + {abstract} doSomething() } class ConcreteProduct1 { + doSomething() } class ConcreteProduct2 { + doSomething() } Product <|-- ConcreteProduct1 Product <|-- ConcreteProduct2 ConcreteProduct2 .[hidden]. ConcreteProduct1 } ConcreteFactory1 .> ConcreteProduct1 ConcreteFactory2 ..> ConcreteProduct2 @enduml
false
true
false
false
class
64c301acfec1a208767ca073c57d5a598e8db3c4
22c062df90adff61becb66216348f35b57920adb
/UML/StructureDiagrams/ObjectDiagram/diagrams/XDependsOnY.puml
c7ac94d3e49fb45fbb3457c677f175f8c2c007fc
[ "BSD-3-Clause" ]
permissive
zainmehdi/software_engineering
0ca30f6daf526434fbec9ae0240da0685dc5977a
9b655590d05246d6e859673161de05ecde788b14
refs/heads/master
2022-12-29T14:33:41.798904
2020-10-12T13:57:20
2020-10-12T13:57:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
216
puml
@startuml skinparam classAttributeIconSize 0 class Y { + foo():void + {static} StaticFoo():void } class X { f1(Y y):void f2(Y *y):void f3(Y &y) :void f4():void f5():void } X ..> Y @enduml
false
true
false
false
class
07c78e491bdef24aa88452cbc15e7b23a3b21c64
b54cb5a52614f9027d62ec0db6112c38c44dfb26
/provider_component.plantuml
920e932fdacd217bacfca2774be950f7af4b9b58
[]
no_license
IndustrialDataSpace/Documentation
acaa1875f148197469ad529c35d35fd22d536491
c27ccbab8de9bc93adaa1c0e7f6e632913c1a84a
refs/heads/develop
2021-08-07T15:01:38.070435
2020-04-06T13:49:13
2020-04-06T13:49:13
142,003,472
2
3
null
2019-10-11T08:21:30
2018-07-23T11:12:40
null
UTF-8
PlantUML
false
false
281
plantuml
@startuml interface "HTTPS, MQTT, IDSCP" as H package "Connector (Data Provider)" { [Controller] [Authorization Service] [Data Service] } node "Other IDS Components" { [Connector (Data Consumer)] } [Connector (Data Consumer)] .. H : use [Controller] .. H : use @enduml
false
true
false
false
class
5c047efabb52dc4170dd9fd2e8dabb8321ef91b4
1be992cb2e999f292aa2fdcd886f5f653ac24852
/docs/TP5-observer.plantuml
87880dbd0658e5e34032b3cceb7f1e0dc3144a3e
[ "CC-BY-SA-3.0", "MIT" ]
permissive
IUT-Blagnac/cpoa-tp5-JulianT31
f9b9bd086647543064f580ea6a9181ca0a106d92
e723bb844bda3faa7f86327927c5224d06260534
refs/heads/master
2023-01-28T11:37:21.002427
2020-12-10T19:56:51
2020-12-10T19:56:51
319,558,264
0
0
MIT
2020-12-08T07:50:50
2020-12-08T07:19:58
Java
UTF-8
PlantUML
false
false
2,049
plantuml
@startuml title TP5 Observer pattern (Julian TRANI 2B)\n namespace observer { namespace pattern { class observer.pattern.BarChartObserver { - courseData : Vector<CourseRecord> + BarChartObserver() + paint() + update() } } } namespace observer { namespace pattern { class observer.pattern.CourseController { - coursePanel : JPanel - sliders : Vector<JSlider> + CourseController() + actionPerformed() + addCourse() {static} + main() + stateChanged() + update() } } } namespace observer { namespace pattern { class observer.pattern.CourseData { - courseData : Vector<CourseRecord> + CourseData() + addCourseRecord() + changeCourseRecord() + getUpdate() } } } namespace observer { namespace pattern { abstract class observer.pattern.Observable { # observers : Vector<Observer> + Observable() + attach() + detach() {abstract} + getUpdate() + notifyObservers() } } } namespace observer { namespace pattern { interface observer.pattern.Observer { {abstract} + update() } } } interface java.awt.event.ActionListener interface javax.swing.event.ChangeListener observer.pattern.BarChartObserver .up.|> observer.pattern.Observer observer.pattern.BarChartObserver -up-|> javax.swing.JPanel observer.pattern.CourseController .up.|> java.awt.event.ActionListener observer.pattern.CourseController .up.|> javax.swing.event.ChangeListener observer.pattern.CourseController .up.|> observer.pattern.Observer observer.pattern.CourseController -up-|> javax.swing.JPanel observer.pattern.CourseController o-- observer.pattern.CourseData : courseData observer.pattern.CourseData -up-|> observer.pattern.Observable 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
f5781c515f4f7a6bb432c1e271e36797400ad38b
af85987a1d1c83f29672ac0d9862a565c413d465
/doc/useCases/4.0 definitionSequentialRuns.plantuml
1a4a7158d1693dc21b8cf6aa07315784c9434829
[]
no_license
PSI-Polska/aaas-java6
bff2459fc98c9852306fe78d859d9eebc64a61dc
adc652e4b2ea91d6a199e870c780bf11c0b14211
refs/heads/master
2020-03-24T23:39:24.051357
2018-08-01T07:11:42
2018-08-01T07:11:42
143,147,531
0
0
null
null
null
null
UTF-8
PlantUML
false
false
703
plantuml
@startuml skinparam dpi 200 skinparam backgroundColor transparent title Sequential Run on R and Python computational engines actor PSIproduct boundary Gateway boundary Engine as Engine1 <<R>> boundary Engine as Engine2 <<Python>> ' TODO what with scenarios when there is no data passed but for eg. TS is returned? autonumber PSIproduct -> Gateway: execute(CalculationDefinition1) Gateway -> Engine1: call1(CalculationDefinition1) Engine1 -> Engine1: calculation1 Engine1 -> Gateway: {calculationResult1} Gateway -> Engine2: call2(CalculationDefinition2, calculationResult1) Engine2 -> Engine2: calculation2 Engine2 -> Gateway: {calculationResult2} Gateway -> PSIproduct: {calculationResult2} @enduml
false
true
false
false
usecase
ab5b25180013e3ae8f212a1a64ae1dce80416589
2c50e2c92ea1e2fa53f9c3f1871b9163c61a2e00
/EyeOfBeholder.Uml.Tests/testData/GeneralPlantUml.puml
26308404b8083eea55ff02e39c4c5881bba1439e
[]
no_license
piotr-polanski/EyeOfBeholder
20a4cb3b15232bebc87793b2dc7e9412da9042c8
2222d267e565674084ce69c47bd039f492b878df
refs/heads/develop
2021-03-19T16:51:42.063522
2017-06-06T07:33:55
2017-06-06T07:33:55
76,058,352
0
0
null
2016-12-10T09:42:41
2016-12-09T17:59:58
C#
UTF-8
PlantUML
false
false
335
puml
@startuml class SomeArrayList SomeArrayList --> SomeObject : elementData class SomeArrayList SomeArrayList --> string : someAttribute class SomeArrayList { + elementData : SomeObject - someAttribute : string } class SomeObject { + equals() : bool } abstract SomeObject SomeObject <|-- string class string { } @enduml
false
true
true
false
sequence
8fbd48f4803b7520ea0af7a720e6836b91fd98dc
c08fa4c8be9cf0f3aa0c177cb524d76cb53e6edc
/diagramme.plantuml
6f65a26ac752cb07a58a59828a7bde3a44149057
[]
no_license
Skencker/ape
5dd23cdf1cd5825087c5adbc8d18f5f1497b3481
e3182e56bcf23b3803dbe8abaa8787fdd40643d5
refs/heads/main
2023-08-26T03:41:27.456058
2021-11-09T18:09:01
2021-11-09T18:09:01
421,004,702
0
0
null
null
null
null
UTF-8
PlantUML
false
false
926
plantuml
@startuml Mediatheque hide circle Class Users { - id : Int - email : String # password : String - roles : String } class Classes { - id : Int - name : String } class FonctionsParents { - id : Int - name : String } class Organigrammes { - id : Int - name : String - fichier : String } class Documents { - id : Int - name : String - fichier : String } class ConseilsEcole { - id : Int - name : String - fichier : String } class ImagesDiapo { - id : Int - name : String - image : String } class Actualites { - id : Int - name : String - date : DateTime - description : Text - fichier : String - image : String } class ParentsDelegues { - id : Int - name : String - firstname : String - fonction : Int - classe : Int - image : String } ParentsDelegues "0...*" -- "1" FonctionsParents ParentsDelegues "0..2" -- "1" Classes @enduml
false
true
false
false
class
323007c4d13a9899acbf5565b21d157685999bd3
0c5e47ecc8c280c7b6c41e585aace67524473bd4
/src/main/resources/uebung3/exercise04d.puml
5ec06aaa841da52db96bb392c4b744c41b456da6
[]
no_license
phbenisc/msiComplexTheorie
bad88319e1ffe89bcb9c09d71b48447afab12897
24ba533c2915308f1edc304d37583cbed76c386f
refs/heads/master
2023-02-27T21:38:58.384128
2021-02-01T07:57:27
2021-02-01T07:57:27
306,917,234
0
0
null
null
null
null
UTF-8
PlantUML
false
false
352
puml
@startuml skinparam state { BackgroundColor<<YES>> LightGreen BackgroundColor<<NO>> Red BorderColor Gray } [*] --> s state "start" as s <<YES>> state "b" as 0 <<YES>> state "bb" as 1 <<YES>> state "bba" as 2 <<NO>> s --> 0 : b s --> s : a 0 --> 1 : b 0 --> s : a 1 --> 1 : b 1 --> 2 : a 2 --> 2 : a 2 --> 2 : b 0: 0 1: 1 2: 2 s: 3 @enduml
false
true
false
false
sequence
bc2930d1808ef3c8f2f92593075729b70512cdac
e1f8ff503239d957b376e7d5936e3039e84b6014
/design-pattern/src/main/java/dp_Adaptor/Adaptor0.puml
08a5c2256b92ff677db5b67edf0c6911198b2eeb
[ "MIT" ]
permissive
archmagece/study-one
e6dccc9f3a1f0eac4dbc2921e69e689402abbad9
836583987dfc97a95b7b4215f0be5a0f48b74e81
refs/heads/master
2022-08-01T21:20:22.196645
2022-07-17T08:33:37
2022-07-17T08:33:37
79,985,648
0
0
null
null
null
null
UTF-8
PlantUML
false
false
364
puml
@startuml class Client{ } interface Target { + targetMethod1 : ?? + targetMethod2 : ?? } class Adaptor{ + target : Target + adaptee: Adaptee + targetMethod1() : ?? + targetMethod2() : ?? } class Adaptee{ + methodA() : ?? + methodB() : ?? + methodC() : ?? } Client --> Target : uses Target <|. Adaptor : implements Adaptor -|> Adaptee : extends @enduml
false
true
false
false
sequence
a3e9baf8c8ca3a7c17c4f2f7cdc1114fc61cc205
39e85a9976c278657838fc3ec1599cb173e750cc
/doc/db/User.puml
f1361b09cb41352bb0ec45bfd95084517e6f93b5
[]
no_license
masamiShim/ec
5de8390d83ce4f48d0eb4a99d4e5f22baddb4df0
5d3937eb2ccb85730c13ed1801c7ab98df7fb62b
refs/heads/master
2020-07-17T08:51:27.527812
2019-09-24T04:45:25
2019-09-24T04:45:25
205,988,115
0
0
null
null
null
null
UTF-8
PlantUML
false
false
282
puml
@startuml class User { email password } interface Rel_User_Exhibitor { } Rel_User_Exhibitor <|-- User class Exhibitor{ } Exhibitor <|-- Rel_User_Exhibitor interface Rel_User_Customer { } Rel_User_Customer <|-- User class Customer{ } Customer <|-- Rel_User_Customer @enduml
false
true
false
false
class
2b3871c149e490a13ee2d5f9bc7bb11c678ec15f
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/user_profile_theme/diagrams/user_profile_theme_presentation_class.puml
beaa18fe582eaa94b866e518e01482dd418c8905
[ "Apache-2.0" ]
permissive
solid-vovabeloded/flank-dashboard
7e952fa1399585d3f15cae2ed2cab435fb82df3f
15dae0c40823cc12886a1bb0c087442c0697ac89
refs/heads/master
2023-07-11T19:54:58.430004
2021-08-06T10:29:26
2021-08-06T10:29:26
389,593,827
0
0
Apache-2.0
2021-07-26T10:33:52
2021-07-26T10:25:59
null
UTF-8
PlantUML
false
false
781
puml
@startuml user_profile_domain_class package auth.presentation.state { class AuthNotifier { userProfile : UserProfileModel userProfileSavingErrorMessage : PersistentStoreErrorMessage void updateUserProfile() } } package common.presentation { package models { class UserProfileModel { id : String selectedTheme : ThemeType UserProfileModel copyWith() UserProfileModel merge() } } package metrics_theme.state { class ThemeNotifier { void changeTheme() } } } AuthNotifier --> UserProfileModel : provides ThemeNotifier --> UserProfileModel : uses ThemeNotifier --> AuthNotifier : notifies AuthNotifier --> ThemeNotifier : notifies @enduml
false
true
false
false
sequence
70bb0e323a112ae40a4446e9fdc82305d3e9ba60
daf7bf561d5b05b60a5b73a7a3c825dbf16a2460
/Specification/sensor_node_statement.puml
05766864c5f01f98f91f5d54f86228ae4c42cba6
[]
no_license
whitedog-tetsu/ecofishy
661ab761429aa0b12345d579658137a999d10cd7
77bd233a5153b434282dda116149b88a53a193eb
refs/heads/main
2023-03-10T20:18:06.549807
2021-02-26T13:10:33
2021-02-26T13:10:33
303,121,854
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,259
puml
@startuml scale 400*800 [*] --> Initialize state "Initialize (state no. 0x00)" as Initialize Initialize --> Compute : [Success in acknowledge] Initialize --> Initialize : [fail to recieve acknowledge] Initialize : Setup Arduino pins Initialize : Reset BP35A1 and sensors Initialize : Setup BP35A1 and sensors Initialize : Send Initialization Success to Coordinator Initialize : Wait Acknowledge from Coordinator state "Compute (state no. 0x10)" as Compute { [*] --> Compute_Initialization state "Initialization (state no. 0x20)" as Compute_Initialization Compute_Initialization : Inquire configuration Compute_Initialization : Update configuration Compute_Initialization : Count timeout Compute_Initialization --> Compute_Measure : [(10sec <= timeout) Or (complete update configure)] Compute --> Initialize : [software reset by command] state "Measure (state no. 0x30)" as Compute_Measure Compute_Measure --> Compute_Wait : [sent data] Compute_Measure : Sampling Compute_Measure : Calculate Compute_Measure : Send data state "Wait (state no. 0x40)" as Compute_Wait Compute_Wait : Count timer Compute_Wait --> Compute_Initialization : [timer = 700msec] } Compute -down-> [*] : [reset] @enduml
false
true
false
false
sequence
421a868a659dc9d7d36e658658c4dd280c2490dc
644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc
/docs/uml/tests/device/DeviceReaderTest.puml
d20b5e10f9714a66cf14be859a9e0eec5f362915
[]
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
228
puml
@startuml 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 } @enduml
false
true
false
false
class
91cb3c6ddcbed1661e706f8f1f22660a89b261fc
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ExtensionDestination.puml
3c1501865eca2cd9ca64a831a9dc2bb2ad272eab
[]
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
2,032
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 ExtensionDestination [[ExtensionDestination.svg]] { type: String } interface AWSLambdaDestination [[AWSLambdaDestination.svg]] { type: String arn: String accessKey: String accessSecret: String } interface GoogleCloudFunctionDestination [[GoogleCloudFunctionDestination.svg]] { type: String url: String } interface HttpDestination [[HttpDestination.svg]] { type: String url: String authentication: [[HttpDestinationAuthentication.svg HttpDestinationAuthentication]] } interface Extension [[Extension.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] key: String destination: [[ExtensionDestination.svg ExtensionDestination]] triggers: [[ExtensionTrigger.svg List<ExtensionTrigger>]] timeoutInMs: Integer } interface ExtensionDraft [[ExtensionDraft.svg]] { key: String destination: [[ExtensionDestination.svg ExtensionDestination]] triggers: [[ExtensionTrigger.svg List<ExtensionTrigger>]] timeoutInMs: Integer } interface ExtensionChangeDestinationAction [[ExtensionChangeDestinationAction.svg]] { action: String destination: [[ExtensionDestination.svg ExtensionDestination]] } ExtensionDestination --> AWSLambdaDestination #blue;text:blue : "type : AWSLambda" ExtensionDestination --> GoogleCloudFunctionDestination #blue;text:blue : "type : GoogleCloudFunction" ExtensionDestination --> HttpDestination #blue;text:blue : "type : HTTP" ExtensionDestination --> Extension #green;text:green : "destination" ExtensionDestination --> ExtensionDraft #green;text:green : "destination" ExtensionDestination --> ExtensionChangeDestinationAction #green;text:green : "destination" @enduml
false
true
false
false
sequence
d35329c7e27436135aa0644cb4b893cf9be9b6db
2320185f3c6235480356afc00c054ea8ef29d440
/docs/Test S3upload/uml/s3_upload_testable.puml
83f55a35ff1de8fbaabeea2641f55e2fa8dfeb99
[ "MIT" ]
permissive
prufrock/flowerbug
d117a3841940861a0dec809e5500fa2c4622a9c4
88e36d26f9415a3801987a832bfcef508cd35c8a
refs/heads/master
2019-07-09T07:40:55.254051
2018-04-20T02:44:59
2018-04-20T02:44:59
1,151,857
0
0
null
null
null
null
UTF-8
PlantUML
false
false
576
puml
@startuml class php_standard_library { resource fopen(string $path) } class FileUtility { resource fopen(string $path) } class S3ServiceProvider { } class S3Client { stdClass putObject(array $args) waitUntil($waiter, array $input) } class S3UploadService { __construct(S3ServiceProvider $client) } Command <|-- S3Upload S3Upload <-- S3UploadService S3Upload <-- FileUtility FileUtility <-- php_standard_library S3UploadService <-- S3ServiceProvider S3UploadService <-- S3Exception ServiceProvider <|-- S3ServiceProvider S3ServiceProvider <-- S3Client @enduml
false
true
false
false
class
06e5205c029d576cdaf7970fb5ebea70b07f3455
319f583d7631ef30056b27f7ea0421733089e103
/src/main/java/ex46/FrequencyFinder.puml
b9a5ebbc0984f2f0ba1515095769813c3d253f5a
[]
no_license
rydohg/doherty-cop3330-assignment3
2384ed5c3bb13e4fad6adfce338fb36581074d76
507abb24289bfe1e741e9530e516a5e4342101aa
refs/heads/master
2023-06-05T13:11:55.058743
2021-06-21T03:01:36
2021-06-21T03:01:36
378,782,691
0
0
null
null
null
null
UTF-8
PlantUML
false
false
239
puml
@startuml class FrequencyFinder { String inputFile String readFile() ArrayList<WordFrequency> getFrequencies(String input) } object WordFrequency { String word int frequency } FrequencyFinder <-- WordFrequency @enduml
false
true
false
false
class