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
13e466429eac99c7ad1eb8209532751f6811d993
0550d5735fec61ce6160686fabae376a193ac9bd
/uml/plantuml/SequenceDiagrams/Console_DiscoverySequence.puml
02d1943fdf4a18cac81120613c19092c7e4dd390
[ "CC0-1.0" ]
permissive
tamlicke/examples
1d9b4bf8c29c807a42865e43a94134a6869b596c
fca91e4187c396d29f5f4674be0fb3091432f9f8
refs/heads/master
2023-03-14T21:43:28.245417
2023-03-09T10:26:27
2023-03-09T10:26:27
50,775,637
0
0
null
null
null
null
UTF-8
PlantUML
false
false
838
puml
@startuml header Page: Revision 1 footer Page %page% of %lastpage% title Console_Service Discovery Sequence actor APPLICATION collections gRPC_HTTP2 actor Console_Service collections FracTalk_TCP_IP actor Syringe_FRU actor Valve_FRU actor Heater_FRU == Console Initialization == Syringe_FRU -> Valve_FRU: FRU Discovery UDP activate Syringe_FRU Syringe_FRU -> Heater_FRU: FRU Discovery UDP Syringe_FRU <-- Valve_FRU: Discovery Response Syringe_FRU <-- Heater_FRU: Discovery Response deactivate Syringe_FRU == Application Startup Console Discovery == APPLICATION -> Console_Service: Console Discovery Request activate APPLICATION Console_Service -> Syringe_FRU: Console Discovery UDP Console_Service <-- Syringe_FRU: Console Discovery Response APPLICATION <-- Console_Service: Console Discovery Response deactivate APPLICATION @enduml
false
true
false
false
sequence
e2a235635651684723187e7879f43aa06f09a2d6
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/BusinessUnitAddressAddedMessagePayload.puml
76e76429cfdad59cd0b310db983c67bfb615564d
[]
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
469
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 BusinessUnitAddressAddedMessagePayload [[BusinessUnitAddressAddedMessagePayload.svg]] extends MessagePayload { type: String address: [[Address.svg Address]] } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
false
true
false
false
class
74bcc14b109db792bbea4f2034485927aab3553e
0b0cc264919d7b0c24bbf5315af546a121634a35
/optaweb-vehicle-routing-backend/src/main/java/org/optaweb/vehiclerouting/service/demo/dataset/dataset.plantuml
c81c6c1b97ff3855e7e42df9d2e177917f3fbadc
[ "Apache-2.0" ]
permissive
mauriziocarioli/optaweb-vehicle-routing-distribution-8.6.0.Final
5c8f0eca20e3c25adfee969a3e422c87c5633e75
b84b8e88e8bbe01846b346e684587317922fb182
refs/heads/master
2023-06-06T14:12:23.409461
2021-06-21T20:42:03
2021-06-21T20:42:03
376,861,264
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,423
plantuml
@startuml title __DATASET's Class Diagram__\n namespace org.optaweb.vehiclerouting { namespace service.demo { namespace dataset { class org.optaweb.vehiclerouting.service.demo.dataset.DataSet { - name : String - vehicles : List<DataSetVehicle> - visits : List<DataSetLocation> + getDepot() + getName() + getVehicles() + getVisits() + setDepot() + setName() + setVehicles() + setVisits() } } } } namespace org.optaweb.vehiclerouting { namespace service.demo { namespace dataset { class org.optaweb.vehiclerouting.service.demo.dataset.DataSetLocation { - label : String - latitude : double - longitude : double + getLabel() + getLatitude() + getLongitude() + setLabel() + setLatitude() + setLongitude() + toString() ~ DataSetLocation() - DataSetLocation() } } } } namespace org.optaweb.vehiclerouting { namespace service.demo { namespace dataset { class org.optaweb.vehiclerouting.service.demo.dataset.DataSetMarshaller { - mapper : ObjectMapper + marshal() + unmarshal() ~ DataSetMarshaller() ~ DataSetMarshaller() ~ marshal() {static} ~ toDataSet() {static} ~ toDataSet() {static} ~ toDataSet() {static} ~ toDomain() {static} ~ toDomain() {static} ~ toDomain() ~ unmarshalToDataSet() } } } } namespace org.optaweb.vehiclerouting { namespace service.demo { namespace dataset { class org.optaweb.vehiclerouting.service.demo.dataset.DataSetVehicle { ~ capacity : int ~ name : String ~ skillSet : Set<String> + DataSetVehicle() } } } } org.optaweb.vehiclerouting.service.demo.dataset.DataSet o-- org.optaweb.vehiclerouting.service.demo.dataset.DataSetLocation : depot 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
65a9da9894aaf16aba07aeb314c7dcdbb3904afe
c8b226052253fc523ddccdf846cb7bdb96cff35e
/securevoip/src/main/java/com/bluevortexflare/securevoip/users/connection/connection.plantuml
b4e9038162e0958593e03cea53755aac140a3f0d
[]
permissive
517435708/TIP
50bb55479c5d217bb52bd2c361b8472d88d9b244
713158c0ee7677d9031e51bbd630ebf1a8fb2527
refs/heads/master
2022-12-23T20:36:16.554721
2020-09-27T15:44:26
2020-09-27T15:44:26
247,706,067
0
0
MIT
2020-09-27T15:44:39
2020-03-16T13:13:56
Java
UTF-8
PlantUML
false
false
1,930
plantuml
@startuml title __CONNECTION's Class Diagram__\n namespace com.bluevortexflare.securevoip { namespace users { namespace connection { class com.bluevortexflare.securevoip.users.connection.BasicUserConnectionService { {static} - BUSY : String {static} - OK : String - users : List<VoIPUser> + BasicUserConnectionService() + connect() + disconnect() + refuse() + tryConnectWith() - userIsCurrentlyOnCall() } } } } namespace com.bluevortexflare.securevoip { namespace users { namespace connection { class com.bluevortexflare.securevoip.users.connection.SocketConfiguration { ~ socket() } } } } namespace com.bluevortexflare.securevoip { namespace users { namespace connection { interface com.bluevortexflare.securevoip.users.connection.UserConnectionService { {abstract} + connect() {abstract} + disconnect() {abstract} + refuse() {abstract} + tryConnectWith() } } } } com.bluevortexflare.securevoip.users.connection.BasicUserConnectionService .up.|> com.bluevortexflare.securevoip.users.connection.UserConnectionService com.bluevortexflare.securevoip.users.connection.BasicUserConnectionService o-- com.bluevortexflare.securevoip.communication.CommunicationForwarderService : forwarderService com.bluevortexflare.securevoip.users.connection.BasicUserConnectionService o-- com.bluevortexflare.securevoip.session.UserSessionService : sessionService 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
77fe3594e3c14ab5f5254e048445eca8a80586ea
7e76778bf9a2540a68e2f05ad6ad32f99fc70bed
/Assets/Assets/Scripts/OSK/OSK_NewNodeController.puml
7489804f4b5195cb83f841389d4fbb28b48cc435
[]
no_license
JosipSkrlec/TVZ_GuestBook
e047760cd605d9d433406edc09f3f24d8a6c3ba3
1455332d4b71d615ea38db23698b31741289b056
refs/heads/main
2023-07-16T18:40:16.758495
2021-08-28T12:42:11
2021-08-28T12:42:11
347,311,742
0
0
null
null
null
null
UTF-8
PlantUML
false
false
352
puml
@startuml class OSK_NewNodeController { + Setup() : void <<internal>> SpecialKeyPress(code:KeyCode) : void + KeyPress(value:string) : void + SetInputFieldToSelected(_inputField:TMP_InputField) : void + ShowLowercase() : void + ShowUppercase() : void + ShowNumbers() : void } MonoBehaviour <|-- OSK_NewNodeController @enduml
false
true
false
false
class
488b21230f6d8385ea61b7973e17443dedda4942
56d2bad8bda60e486164d32f47f7b6e65dd1babe
/app/src/main/java/com/journear/app/ui/send/send.plantuml
a40fb163c5fce4ed013c61b0954a23344e4ae16f
[]
no_license
nikhilgirrajtcd/journear-neo
27372763833899946bfacf2856d7bd69953c6b21
28d90bd4b93e049bcf0f80c0358ab1b88f3a52ee
refs/heads/master
2022-04-23T11:33:29.383211
2020-04-27T15:09:41
2020-04-27T15:09:41
248,527,974
2
1
null
null
null
null
UTF-8
PlantUML
false
false
946
plantuml
@startuml title __SEND's Class Diagram__\n namespace com.journear.app { namespace ui { namespace send { class com.journear.app.ui.send.SendFragment { + onCreateView() } } } } namespace com.journear.app { namespace ui { namespace send { class com.journear.app.ui.send.SendViewModel { - mText : MutableLiveData<String> + SendViewModel() + getText() } } } } com.journear.app.ui.send.SendFragment -up-|> androidx.fragment.app.Fragment com.journear.app.ui.send.SendFragment o-- com.journear.app.ui.send.SendViewModel : sendViewModel com.journear.app.ui.send.SendViewModel -up-|> androidx.lifecycle.ViewModel 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
acb828447824f8d0de298f653717181753f756ff
35524a300e469cc67f5d652a07103230b264d077
/src/main/java/ex43/ex43.puml
e689feb82301040745eb2c8f0e47ddc8337e5d76
[]
no_license
tsehaiB/boucaud-cop3330-assignment3
f216416bb28d346bf10d3974b62546a4886446c6
ec9362b8cfd2d347d12cd3d134cb02e1c514c4d9
refs/heads/master
2023-05-27T00:45:39.837812
2021-06-21T03:53:49
2021-06-21T03:53:49
378,795,737
0
0
null
null
null
null
UTF-8
PlantUML
false
false
812
puml
@startuml 'https://plantuml.com/sequence-diagram class Application{ + main() } class Website{ - inp : Scanner + readString() + readBool() + allDirectories(String name, String author, boolean js, boolean css) } class createIndex{ + constructWriter(String path) + printToIndex(FileWriter writer, String index) } class Directories{ - makeIndex : indexFile + addIndex(String author, String name, String path) + makeRootDir(String name) + makeDir(String root, String newDir, String name) + printConfirm(String path) } class indexFile{ - indexMaker : createIndex + generateIndex(String author, String name); + makeIndex(String index) } Application o--> Website Website o--> Directories Directories o--> indexFile indexFile o--> createIndex @enduml
false
true
false
false
class
66ff7655c5e0e20e0d5d8d3ac423ee3379e28da1
a42a8de6eb54fbfedd3a9c0dbc7b3dc85fd2b3e7
/resource/sequence_mods.puml
304feeb201a9420f18dc7783559c39c06689d8f0
[ "MIT" ]
permissive
matanki-saito/SimpleInstaller
1257c1c1ec697823719f2f6452a940246e2267b0
7cbb6ad560cdf3a438da34e384cb8ce342609027
refs/heads/master
2023-02-08T06:31:34.206788
2023-01-24T11:41:42
2023-01-24T11:41:42
166,228,255
22
2
MIT
2020-05-06T13:27:04
2019-01-17T13:13:59
Python
UTF-8
PlantUML
false
false
1,807
puml
@startuml Actor User control "main thread" as main control "event thread" as event participant button_function as button control mod_downloader as downloader control windows database triela database github User -> main : run activate main hnote over main : setup UI User -> main :click button activate main main -> event : add_done_callback activate event hnote over main : button label: `begin` event -> button activate button deactivate main == Install dlls == hnote over button,windows : Open registry key\n<HKEY_LOCAL_MACHINE\\SOFTWARE\\Valve\\Steam> alt failed case hnote over button,windows : Open registry key\n<HKEY_LOCAL_MACHINE\\WOW6432Node\\Valve\\Steam> end hnote over button,windows : Open value\n <InstallPath> hnote over button : Get steam install path hnote over button : Concrete steam app path (add stream install path to `steamapps` hnote over button : Get acf dir paths from libraryfolders.vdf hnote over button : Acf file analyze hnote over button : Get game install dir path from acf files hnote over button,github : Download latest release dlls from github hnote over button: unpack zip to game install dir == Install mods == hnote over button,windows : Get mydocument path\n<SHGetSpecialFolderPathW> hnote over button #FFAAAA : get_game_install_dir_path hnote over button,github : Download latest release downloader from github hnote over button: unpack zip to mydocument hnote over button,github : Download mod key files from github button -> downloader : call downloader activate downloader hnote over downloader,triela : Download mods button <- downloader deactivate downloader event <- button deactivate button hnote over event : button label: `end` hnote over event : wait 1 second User -> main : kill deactivate event deactivate main @enduml
false
true
false
false
sequence
180dfe5b306f1909e7f3f2e22f73fb90966ce9d0
250cb497560bc5e05e74d51da78f793e530ac01f
/app/src/main/java/com/example/sickar/image/image.plantuml
c026c3d34171955f556c1752761cd046b5ffcc9f
[]
no_license
Huw-man/SICK-AR
c7e411c7de61a806b78472a9ee78efff3a2663e6
790e96eae8d1965e5dbbfc815fa13d125d3afe19
refs/heads/master
2022-02-02T22:05:21.206333
2019-08-16T15:19:45
2019-08-16T15:19:45
190,592,999
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,427
plantuml
@startuml title __IMAGE's Class Diagram__\n namespace com.example.sickar { namespace image { class com.example.sickar.image.ImageActivity { {static} - TAG : String + onOptionsItemSelected() + onWindowFocusChanged() # onCreate() - addFragmentsToPagerAdapter() } } } namespace com.example.sickar { namespace image { class com.example.sickar.image.ImageSystemPageFragment { {static} - TAG : String - images : Map<String, Bitmap> - initXY : float[] {static} - radioGroupNamesToIds : Map<String, Integer> - viewXY : int[] + ImageSystemPageFragment() + onCreateView() + onResume() ~ ImageSystemPageFragment() - setDefaultImage() - setImageBitmap() } } } com.example.sickar.image.ImageActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.sickar.image.ImageActivity o-- com.example.sickar.main.helpers.Item : item com.example.sickar.image.ImageActivity o-- com.example.sickar.main.DataViewModel : viewModel com.example.sickar.image.ImageSystemPageFragment -up-|> androidx.fragment.app.Fragment 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
61263c810553d05f4cb4f650a0023760e969a9eb
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/LoopDetector/LoopDetector_Class.puml
20b39e3f0da528e8235e2c84bebc3c4ef84ad773
[]
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
930
puml
@startuml skinparam classAttributeIconSize 0 class LoopInfo <<struct>>{ bool arcked int curId int refId Pose2D pose double score Eigen::Matrix3d cov LoopInfo() : arcked(false), curId(-1), refId(-1), score(-1) ~LoopInfo() void setArcked(bool t){arcked = t} } class LoopMatch <<struct>>{ Scan2D curScan Scan2D refScan LoopInfo info LoopMatch() LoopMatch(Scan2D &cs, Scan2D &rs, LoopInfo &i){curScan = cs; refScan = rs; info = i} } class LoopDetector { # PoseGraph *pg # std::vector<LoopMatch> loopMatches + LoopDetector() + ~LoopDetector() + std::vector<LoopMatch> &getLoopMatches(){return(loopMatches)} + void setPoseGraph(PoseGraph *p){pg = p} + virtual bool detectLoop(Scan2D *curScan, Pose2D &curPose, int cnt) } LoopDetector o-- PoseGraph LoopDetector o-- LoopMatch LoopMatch o-- LoopInfo LoopMatch o-- Scan2D LoopInfo o-- Pose2D @enduml
false
true
false
false
class
337799be78d5425e7d5439e028000576a16c16a4
293bdcbf9da8ac9db17a96be53d7d7ccb277a250
/netty.puml
13a0d8e16acd056c2b9ce0c79c3d2a6db8d81514
[]
no_license
loversugar/netty-learning
aa8897a6b54d2b904b8128dfabd3e431fa585420
537a046e82c9600a45a5f6410dbedbb0b3352811
refs/heads/master
2021-07-06T06:24:28.361261
2021-01-13T06:32:42
2021-01-13T06:32:42
223,147,135
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,958
puml
@startuml interface EventLoopGroup abstract MultithreadEventLoopGroup note left of MultithreadEventLoopGroup: implementations which is used for NIO {@link Selector} based {@link Channel}s class NioEventLoopGroup { } note left of NioEventLoopGroup: this is base class EventLoopGroup <|.. MultithreadEventLoopGroup MultithreadEventLoopGroup <|-- NioEventLoopGroup abstract AbstractBootstrap { -options Map<ChannelOptions<?>, Object>; } class ServerBootstrap { -childOptions Map<ChannelOptions<?>, Object>; } class Bootstrap { } AbstractBootstrap <|-- ServerBootstrap AbstractBootstrap <|-- Bootstrap interface Channel { +pipeline() +read() +flush() } interface ServerChannel interface ServerSocketChannel note top of ServerSocketChannel: A TCP/IP {@link ServerChannel} which accepts incoming TCP/IP connections. class NioServerSocketChannel class OIOServerSocketChannel class EpollServerSocketChannel class KQueueServerSocketChannel Channel <|-- ServerChannel ServerChannel <|-- ServerSocketChannel ServerSocketChannel <|.. NioServerSocketChannel ServerSocketChannel <|.. OIOServerSocketChannel ServerSocketChannel <|.. EpollServerSocketChannel ServerSocketChannel <|.. KQueueServerSocketChannel interface ChannelHandler class ChannelHandlerAdapter interface ChannelOutboundHandler interface ChannelInboundHandler { +channelRegistered() +channelUnRegistered() +channelActive() +channelInactive() +channelRead() +channelReadComplete() +userEventTriggered() +channelWritabilityChanged() } class ChannelOutboundHandlerAdapter class ChannelInboundHandlerAdapter class SimpleChannelInboundHandler abstract class MessageToMessageDecoder class StringDecoder class ProtobufDecoder class HttpContentDecoder abstract class ByteToMessageDecoder abstract class HttpObjectDecoder class HttpServerCodec HttpObjectDecoder <|-- HttpServerCodec ByteToMessageDecoder <|-- HttpObjectDecoder note right of ChannelInboundHandlerAdapter: In general, we need to implement this or the \n children of this class to deal with our business ChannelHandler <|.. ChannelHandlerAdapter ChannelHandler <|-- ChannelOutboundHandler ChannelHandler <|-- ChannelInboundHandler ChannelHandlerAdapter <|-- ChannelOutboundHandlerAdapter ChannelHandlerAdapter <|-- ChannelInboundHandlerAdapter ChannelInboundHandler <|.. ChannelInboundHandlerAdapter ChannelOutboundHandler <|.. ChannelOutboundHandlerAdapter ChannelInboundHandlerAdapter <|-- SimpleChannelInboundHandler ChannelInboundHandlerAdapter <|-- MessageToMessageDecoder MessageToMessageDecoder <|-- StringDecoder MessageToMessageDecoder <|-- ProtobufDecoder MessageToMessageDecoder <|-- HttpContentDecoder ChannelInboundHandlerAdapter <|-- ByteToMessageDecoder CombinedChannelDuplexHandler <|-- HttpServerCodec ChannelDuplexHandler <|-- CombinedChannelDuplexHandler ChannelInboundHandlerAdapter <|-- ChannelDuplexHandler ChannelOutboundHandler <|.. ChannelDuplexHandler @enduml
false
true
false
false
class
3d35488cf54a2ca4ea89f31215f9bbe25065a516
0cae2955100096249a854d37b067b1fe9037a2ad
/docs/uml/SocialInfo.puml
9c1cf9c4cca93457f6f19547e92cd4d439478548
[]
no_license
psmon/netcore-restweb-entity-akka
20ef6dcc4ae7f0f10b191b34dc6b4af08499ed81
b956685f790761a169faeb9b6b4f3f45101d9001
refs/heads/master
2022-11-24T16:41:40.883176
2019-07-21T04:04:49
2019-07-21T04:04:49
160,953,228
0
0
null
2022-11-22T00:21:06
2018-12-08T15:40:38
C#
UTF-8
PlantUML
false
false
244
puml
@startuml class SocialInfo { + SocialId : int <<get>> <<set>> + User : User <<get>> <<set>> + SocialProviderName : String <<get>> <<set>> + SocialUserNo : String <<get>> <<set>> + NickName : String <<get>> <<set>> } @enduml
false
true
false
false
class
08cb2151bebc67110d91353a701e5679d139d046
3e5bc06c5bdfaeed507c4e870bb658e23c32cf57
/docs/diagrams/DukeSequenceDiagram.puml
a870388e89bc9188e29857e1de13610c6d1eedad
[ "Apache-2.0" ]
permissive
AY2021S1-CS2113-T14-3/tp
474b82786a3c2cfdcae5355f2209dedfe1379d99
b5f0a6faf9000af3a4cb0862a6308987d76176f7
refs/heads/master
2023-01-15T15:33:40.778396
2020-11-09T15:47:28
2020-11-09T15:47:28
300,166,969
0
5
null
2020-11-09T15:47:30
2020-10-01T06:12:17
Java
UTF-8
PlantUML
false
false
1,111
puml
@startuml participant ":Duke" as DukeClass <<class>> participant ":Duke" as Duke participant ":Model" as Model participant ":Ui" as Ui <<class>> participant ":Parser" as Parser <<class>> participant ":Command" as Command -> DukeClass : main() activate DukeClass create Duke DukeClass -> Duke: new Duke() activate Duke create Model Duke -> Model : new Model() activate Model Duke <-- Model deactivate Model Duke -> Model : load() activate Model Duke <-- Model deactivate Model DukeClass <-- Duke deactivate Duke DukeClass -> Duke : run() activate Duke 'Duke runs Duke -> Ui : showWelcome() loop !isExit Duke -> Ui : readCommand() activate Ui Duke <-- Ui : fullCommand deactivate Ui Duke -> Parser : parse(fullCommand) activate Parser create Command Parser -> Command activate Command Parser <-- Command deactivate Command Duke <-- Parser : Command deactivate Parser Duke -> Command : execute(model) Duke -> Command : isExit() Duke -> Model : save() destroy Command end 'Duke stops DukeClass <-- Duke deactivate Duke destroy Duke destroy Model <-- DukeClass deactivate DukeClass @enduml
false
true
false
false
sequence
dde690986c51384299eaa14748db54d9a1885873
0f1ab9645498afeb56d6c24198fd291eb0b36bea
/docs/design/domain-model/path-calculation.puml
c243a051dd58fa0d3877fbd461e09f4231700f5a
[ "Apache-2.0" ]
permissive
NandanBharadwaj/open-kilda
5398c0e4a63da82027f807551b930a40a5a5479d
b55904e06a7889bdd4e816499ecf6e1abb3eea14
refs/heads/master
2021-08-17T06:43:14.213503
2019-10-17T10:35:23
2019-10-17T10:35:23
217,000,697
1
0
Apache-2.0
2019-10-23T07:56:34
2019-10-23T07:56:33
null
UTF-8
PlantUML
false
false
1,965
puml
@startuml title Path Calculation with transaction resource allocation participant FlowService participant PathComputer participant IslMapper database NetworkDB participant FlowMapper database FlowDB participant ResourcePoolService participant ResourceDataMapper database ResourceDB ==STEP: Path Calculation== activate FlowService group DB transaction FlowService -> PathComputer : path calculation activate PathComputer PathComputer -> PathComputer : find a path activate PathComputer PathComputer -> IslMapper : get available paths activate IslMapper IslMapper -> NetworkDB IslMapper <-- NetworkDB PathComputer <-- IslMapper deactivate IslMapper deactivate PathComputer alt Path has been found FlowService <-- PathComputer : the path deactivate PathComputer FlowService -> FlowMapper : build and store a flow path activate FlowMapper FlowMapper -> FlowDB deactivate FlowMapper FlowService -> IslMapper : alloc bandwidth activate IslMapper IslMapper -> NetworkDB deactivate IslMapper else Path not found FlowService <-- PathComputer : can't find path end end ==STEP: Resource Allocation== FlowService -> ResourcePoolService : alloc flow resources activate ResourcePoolService loop try to allocate resources X times in case of failure group DB transaction ResourcePoolService -> ResourceDataMapper : alloc cookie activate ResourceDataMapper ResourcePoolService -> ResourceDataMapper : alloc meter ResourcePoolService -> ResourceDataMapper : alloc transit_vlan ResourceDataMapper -> ResourceDB deactivate ResourceDataMapper end end FlowService <-- ResourcePoolService deactivate ResourcePoolService FlowService -> FlowMapper : update the flow path with the resources activate FlowMapper FlowMapper -> FlowDB deactivate FlowMapper deactivate FlowService @enduml
false
true
false
false
sequence
089f27efb9f69bf9645cfc8d0c29f4b9a0bb1c7b
83147b64e04741de0403ef88b6c9aeba85d05361
/docs/Iteracao3/UC1/UC1_SD_User.puml
e43c2309e2ed3f3fd80d9702fda8d6c828def2bc
[]
no_license
antoniodanielbf-isep/ESOFT-2020
3af037382ecf70f5b25448765e841a8733cc3968
a1bcfcbb7951b58afcc9c1f663265091dde3926e
refs/heads/main
2023-06-04T23:48:29.068810
2021-06-20T18:18:38
2021-06-20T18:18:38
378,711,541
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,022
puml
@startuml title UC1_SD_RegistarGestorComoUtilizador autonumber participant "ro:Registo\nOrganizacoes" as ORGS participant "colab:Colaborador" as COLAB participant ":Plataforma" as PLAT participant "alg:AlgoritmoGeradorPasswords" as ALG << interface >> participant "aut:Autorizacao\nFacade" as AUT note over of ALG É uma instância de qualquer classe que implemente esta interface. end note ORGS -> ORGS: registaGestorComoUtilizador(colab) activate ORGS ORGS -> COLAB: nomeG = getNome() activate COLAB deactivate COLAB ORGS -> COLAB: emailG = getEmail() activate COLAB deactivate COLAB ORGS -> PLAT : alg=getAlgoritmoGeradorPwd() activate PLAT deactivate PLAT ORGS -> ALG: pwd = geraPassword(nomeG, emailG) activate ALG deactivate ALG ORGS -> PLAT : aut = getAutorizacaoFacade() activate PLAT deactivate PLAT ORGS -> AUT: registaUtilizadorComPapeis(nomeG,emailG,pwd,["GESTOR","COLABORADOR"]) activate AUT deactivate AUT ORGS -> ORGS: enviaPwd(emailG, pwd) activate ORGS deactivate ORGS deactivate ORGS @enduml
false
true
true
false
sequence
1eab7e1a74c7b7bc1540401daf65239dd278482c
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/Runner/TestCommandBuilder.puml
a886d559c6601e8976200199d2bce7068cd8b178
[]
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
141
puml
@startuml class TestCommandBuilder <<static>> { + {static} BuildTestCommand(test:TestMethod, filter:ITestFilter) : TestCommand } @enduml
false
true
false
false
class
9955b205be997673403766152ac4b55bc25946e5
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/payment-upon-delivery@0.6.0.puml
55e5e12cd60fd4c1e06e2b15c182d31a1fb0ae48
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
744
puml
@startuml class org.accordproject.payment.upondelivery.PaymentUponDeliveryContract << (A,green) >> { + AccordParty buyer + AccordParty seller + MonetaryAmount costOfGoods + MonetaryAmount deliveryFee } org.accordproject.payment.upondelivery.PaymentUponDeliveryContract --|> org.accordproject.cicero.contract.AccordContract class org.accordproject.payment.upondelivery.DeliveryAcceptedRequest << (T,yellow) >> { } org.accordproject.payment.upondelivery.DeliveryAcceptedRequest --|> org.accordproject.cicero.runtime.Request class org.accordproject.payment.upondelivery.DeliveryAcceptedResponse << (T,yellow) >> { } org.accordproject.payment.upondelivery.DeliveryAcceptedResponse --|> org.accordproject.cicero.runtime.Response @enduml
false
true
false
false
class
8c3c989ccb86a05bbbf63cae382fdcd53838b819
a1fad85def741bcf778effee14be165c6ceb1515
/app/src/main/java/com/meitu/test001/umlclass.puml
0519d976b6e4f80df239c4d79e9f12a077b12f0a
[]
no_license
DemonMU/Android-album
ce56f9fc7c6e4fc04cf1f45d255cf94fd0226bbe
576940b485481a19f3dade8b50f16a7e9919d86c
refs/heads/master
2021-01-19T21:01:12.619554
2017-08-24T02:02:25
2017-08-24T02:02:25
101,242,782
0
0
null
null
null
null
UTF-8
PlantUML
false
false
989
puml
@startuml class PhotoBean { - path : String ; - size : float; setPath(String) : void setSize(float) : void getPath() : String getSize() : float } interface BeautyModel { getHomeDefaultPhotoList(Context):List<PhotoBean> } BeautyModel -> PhotoBean class BeautyModelImpl implements BeautyModel interface HomeView { showDefaultPhotos(List<PhotoBean>) : void; } class HomeActivity implements HomeView HomeActivity->BeautyPresenter HomeActivity->HomeDefaultPhotosAdapter class HomeActivity { - RecyclerView; - BeautyPresenter; - HomeDefaultPhotosAdapter; # onCreate(Bundle) : void } interface BeautyPresenter { homeShowDefaultPhotos() : void; } class BeautyPresenterImpl implements BeautyPresenter BeautyPresenterImpl->PhotoBean BeautyPresenterImpl->HomeView BeautyPresenterImpl->BeautyModel class BeautyPresenterImpl{ - BeautyModel - HomeView - Context - List<PhotoBean> + BeautyPresenterImpl(Context,HomeView) - getHomeDefaultPhotoList() : void } @enduml
false
true
false
false
class
f07598a7e4f8e91a7403bbdc248d0b67bcc96687
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/SlamFrontEnd/SlamFrontEnd_Class.puml
a6bf21d448af9b9980cb4a2192f97096f1c6d764
[]
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
1,136
puml
@startuml skinparam classAttributeIconSize 0 class SlamFrontEnd { - int cnt - int keyframeSkip - PointCloudMap *pcmap - PoseGraph *pg - ScanMatcher2D *smat - LoopDetector *lpd - SlamBackEnd *sback + SlamFrontEnd() : cnt(0), keyframeSkip(10), smat(nullptr), lpd(nullptr) {pg = new PoseGraph(); sback.setPoseGraph(pg);} + ~SlamFrontEnd(){delete pg;} + void setScanMatcher(ScanMatcher2D *s){smat = s} + void setLoopDetector(LoopDetector *l){lpd = l; lpd->setPoseGraph(pg);} + void setPointCloudMap(PointCloudMap *p){pcmap = p} + void setRefScanMaker(RefScanMaker *r){smat->setRefScanMaker(r)} + PointCloudMap *getPointCloudMap(){return(pcmap)} + PoseGraph *getPoseGraph(){return(pg)} + int getCnt(){return(cnt)} + void setDgCheck(bool p){smat->setDgCheck(p):} + void init() + void process(Scan2D &scan) + bool makeOdometryArc(Pose2D &curPose, const Eigen::Matrix3d &cov) + void countLoopArcs() } SlamFrontEnd o-- PointCloudMap SlamFrontEnd o-- ScanMatcher2D SlamFrontEnd o-- PoseGraph SlamFrontEnd o-- LoopDetector SlamFrontEnd o-- SlamBackEnd @enduml
false
true
false
false
sequence
57c2a465016b6bb13846e5eafcce5ce72f9099ec
77ca229438244df1616594a24c28c82f6e293aa1
/plantuml/Indexer.puml
aa432684bc6c7d5434e26b126538c8110a8982dd
[]
no_license
RinwaOwuogba/NameOuterSpace
4d12cfcbcaaaa9d0acccb88fee7f4518c2e2f193
2872e05434296b8d4a8ce9f79494416f8d06088f
refs/heads/master
2023-08-17T09:19:32.903887
2021-09-21T11:29:41
2021-09-21T11:29:41
391,706,946
4
1
null
null
null
null
UTF-8
PlantUML
false
false
215
puml
@startuml class Indexer { + Indexer(stopWords:HashSet<string>) + IndexFile(filePath:string) : Dictionary<string, long> + IndexText(text:string) : Dictionary<string, long> } IIndexer <|-- Indexer @enduml
false
true
false
false
class
8a3d6821fe400eacaa23f7f521a5df0fb81fb098
28cc353b960282035a9d030fbc9a1e8ce8491876
/document/diagrams/ads/view_advertise.puml
71ae1e5f00fc48ab8d0e7747b9e187984c1e19a5
[ "MIT" ]
permissive
hataketsu/PetStore4
39b107ab004d16c23076a4d5ab24b81c9bc0d8de
479b0709e7d9f202b6fa90adf8a6c4a874681fa3
refs/heads/master
2020-03-19T17:09:25.162293
2019-12-26T16:26:31
2019-12-26T16:26:31
136,746,560
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,073
puml
@startuml actor Admin boundary list_advertises_view boundary detail_advertises_view control AdsController entity AdsModel activate Admin Admin -> list_advertises_view: yêu cầu xem danh sách quảng cáo activate list_advertises_view Admin <-- list_advertises_view: Hiển thị danh sách quảng cáo Admin -> list_advertises_view: Bấm vào quảng cáo deactivate Admin list_advertises_view-> detail_advertises_view: chuyển tới trang chi tiết quảng cáo deactivate list_advertises_view activate detail_advertises_view detail_advertises_view ->AdsController:yêu cầu lấy dữ liệu activate AdsController AdsController -> AdsController : kiểm tra dữ liệu AdsController -> AdsModel : lấy dữ liệu activate AdsModel AdsModel --> AdsController : trả dữ liệu quảng cáo deactivate AdsModel detail_advertises_view<-- AdsController : trả kết qủa xóa quảng cáo deactivate AdsController Admin <-- detail_advertises_view:hiển thị nội dung quảng cáo activate Admin deactivate detail_advertises_view deactivate Admin @enduml
false
true
true
false
sequence
33cf3d4213cc7446310f68e2fc6a7ffb2b6d21dc
a109a9dd45da34f0e1f054a9317322286d55c025
/doc/fleece.puml
f95578f8882a5d15273b0aeeb954586ecb4bcb37
[ "Apache-2.0" ]
permissive
couchbase/couchbase-lite-java-common
4d42add14bcf74431e928ea12b715de837c12e8e
c2f9227589e367f6bee74484148bcb786865789a
refs/heads/master
2023-09-04T09:36:16.045554
2023-08-30T15:25:25
2023-08-30T15:25:25
245,293,280
5
7
NOASSERTION
2023-09-14T19:24:05
2020-03-06T00:04:32
Java
UTF-8
PlantUML
false
false
3,498
puml
@startuml package "Java" #DDDDDD { interface Map<String, Object> << Java >> interface List<Object> << Java >> class Object } class NativePeer package "Encoder" #DDDDDD { interface Encodable Encodable : encodeTo() interface FLEncodable FLEncodable : encodeTo() class FLEncoder NativePeer <|-- FLEncoder FLEncoder : bool write...() } package "Native Fleece" #DDDDDD { class FLDict NativePeer <|-- FLDict FLDict : FLValue toFLValue() FLDict : FLValue get(String) FLDict : Map<String, Object> asDict() class FLArray NativePeer <|-- FLArray FLArray : FLValue get(long) FLArray : List<T> asTypedArray() class FLValue NativePeer <|-- FLValue FLValue : int getType() FLValue : bool is...() FLValue : byte[] asData() FLValue : FLArray asFLArray() FLValue : List<Object> asArray() FLValue : List<T> asTypedArray FLValue : FLDict asFLDict() FLValue : Map<String, Object> asDict() FLValue : T as...() FLValue : String toStr() FLValue : String toJSON() class FLSliceResult NativePeer <|-- FLSliceResult } package "Mutable Fleece" #DDDDDD { interface Delegate Delegate : Object toNative(MValue, MCollection, bool) Delegate : MCollectioncollectionFromNative(Object) Delegate : void encodeNative(FLEncoder, Object) class MValueDelegate Delegate <|-- MValueDelegate class MContext abstract MCollection Encodable <|-- MCollection MCollection *-- MValue MCollection *-- MCollection MCollection *-- MContext class MValue Encodable <|-- MValue MValue *-- MValueDelegate MValue *-- FLValue MValue *- Object MValue : bool isMutated() MValue : FLValue getValue() MValue : Object asNative(MCollection) class MArray MCollection <|-- MArray MArray : void initInSlot(MValue, MCollection) MArray : void initAsCopyOf(MArray, bool) MArray : MValue get(int) MArray : bool set(int, Object) class MDict MCollection <|-- MDict MDict : void initInSlot(MValue, MCollection) MDict : MValue get(String) MDict : bool set(String, Object) class MRoot MCollection <|-- MRoot MRoot *-- MValue } package "Documents and Results" #DDDDDD { interface DictionaryInterface DictionaryInterface : <T> get...(String) DictionaryInterface : String toJSON() interface ArrayInterface ArrayInterface : T get...(int) ArrayInterface : String toJSON() class Array FLEncodable <|-- Array ArrayInterface <|-- Array Array *-- MArray Array : MutableArray toMutable() class Dictionary FLEncodable <|-- Dictionary DictionaryInterface <|-- Dictionary Dictionary *-- MDict Dictionary : MutableDictionary toMutable() class Blob FLEncodable <|-- Blob class Document DictionaryInterface <|-- Document class Result ArrayInterface <|-- Result DictionaryInterface <|-- Result } package "Mutable Documents" #DDDDDD { interface MutableDictionaryInterface DictionaryInterface <|-- MutableDictionaryInterface DictionaryInterface : set...(String, <T>) interface MutableArrayInterface ArrayInterface <|-- MutableArrayInterface MutableArrayInterface : set...(int, <T>) class MutableArray MutableArrayInterface <|-- MutableArray Array <|-- MutableArray class MutableDictionary MutableDictionaryInterface <|-- MutableDictionary Dictionary <|-- MutableDictionary class MutableDocument MutableDictionaryInterface <|-- MutableDocument Document <|-- MutableDocument } package "Testing" #DDDDDD { class TestMValueDelegate Delegate <|-- TestMValueDelegate class TestArray Encodable <|-- TestArray List <|-- TestArray TestArray *-- MArray class TestDictionary Encodable <|-- TestDictionary Map <|-- TestDictionary TestDictionary *-- MDict } @enduml
false
true
false
false
class
199685ad254fb8348e937742a69d8718f7871731
a5049b6744541da14d7f7dc14a247658f7fc10c0
/src/main/java/ex45/ex45.puml
d443b65215f4fb80c88ba4c548a3b86cdd7b67c6
[]
no_license
TitaNika/tang-cop3330-assignment3
f77fbb7908a250d25b89037dfd242be2de4ae645
54289a63f7a9e1916348cb13fe05b5daffe95181
refs/heads/master
2023-08-25T01:27:44.373558
2021-10-11T22:40:45
2021-10-11T22:40:45
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
493
puml
@startuml class main{ scan: scan for user input read: read input file list: create new array list write: write data } class readFile{ file: read from input file } class read{ while: scan in all values from input file } class getData{ return: return values obtained from input file } class writeFile{ writer: makes output file to write } class write{ while: write and overwrite based on how program } readFile - read read - getData getData - writeFile write - main main - output @enduml
false
true
false
false
activity
4ecd31a82e8d803fd24dde288b77d85e102301d7
96f8d9db22068ddd35fe372093604d321a647aa9
/test_scenarios/data/T3_out_1.puml
2fbd7d1fab6d8d0cf593a8313634da792f3ff95a
[]
no_license
Plan-B-PO/docs
d9f7c5af90c580e8e18faeffdb4688b533c045b7
dd2d29a0234e824483c2dcd653b6877bd55c5095
refs/heads/master
2020-08-08T05:12:16.141765
2020-01-21T21:50:49
2020-01-21T21:50:49
213,727,436
0
4
null
2020-01-21T21:45:38
2019-10-08T18:56:36
null
UTF-8
PlantUML
false
false
356
puml
@startuml object "myTestTask : ComputationTask" as myTestTask { - id + name = "My Test Task" + userId = user01 + application = testApp01 : ComputationApplicaton + input = myTestTaskInput : ComputationInput } object "myTestTaskInput : ComputationInput" as myTestTaskInput { + logger = null } myTestTaskInput -o myTestTask @enduml
false
true
false
false
object
e75b5a6c5150f99255606af7bde68da1c425b9c0
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-simple-systemid.puml
4207402af7c53ca571ec944b6b57fa68c98d6ae0
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
134
puml
@startuml skinparam nodesep 100 hide circle class Kodelister.SystemID <string> <<simple>> { } string <|-- Kodelister.SystemID @enduml
false
true
false
false
class
f9e5a36a8c2046e828543efd80acbec9dd4111f3
b04d5166435afbe4a531aaccc447a40c92bb649b
/docs/Solution/Data-Coordinator/Process.puml
407746d5fa8e8689e0355b2016537e4303868cc6
[]
no_license
CAADE/CloudLet
bc8e2d2ca4662aa60732888d727fca11d4045f66
08066bb296578ca6dc60a20388b15cb0f08425c4
refs/heads/master
2021-07-24T19:23:37.384552
2018-08-11T13:37:52
2018-08-11T13:37:52
81,122,426
0
0
null
null
null
null
UTF-8
PlantUML
false
false
856
puml
@startuml partition "Data Coordinator" #lightblue { } partition "Federated Orchestrated Cloud" #lightgrey { (*) --> "Deploy Service" } partition "Data Coordinator" { "Deploy Service" --> "Coordinate Data" "Coordinate Data" --> "Evaluate Policies" "Evaluate Policies" --> "Determine Method" "Determine Method" -> "Move Data" "Determine Method" -> "Move Application" "Determine Method" ---> "Set Up Data Exchange" "Set Up Data Exchange" -> "Create Aggregator" } partition "Cloudlet A" #pink { "Set Up Data Exchange" -> "Create Exchange Source A" } partition "Cloudlet B" #lightgreen { "Set Up Data Exchange" -> "Create Exchange Source B" } partition "Data Coordinator" { "Create Aggregator" ---> "Run Application" "Create Exchange Source A" ---> "Run Application" "Create Exchange Source B" ---> "Run Application" } @enduml
false
true
false
false
activity
69b336c4adc7fd43537aa34171899d18ae83cbf1
2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03
/UML/vendor/yiisoft/yii2-dev/framework/grid.puml
b6194d48f480271a8697c2c685173c6d49ad08d5
[]
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,731
puml
@startuml skinparam handwritten true class yii.grid.ActionColumn { +buttonOptions : array = [] +buttons : array = [] +controller : string +headerOptions = [ \t"class" => "action-column" ] +template : string = "{view} {update} {delete}" +urlCreator : callable +visibleButtons : array = [] +createUrl(action : string, model : yii.db.ActiveRecordInterface, key : mixed, index : int) : string +init() #initDefaultButton(name : string, iconName : string, additionalOptions : array = []) #initDefaultButtons() #renderDataCellContent(model, key, index) } class yii.grid.ActionColumn extends yii.grid.Column class yii.grid.CheckboxColumn { +checkboxOptions : array|.Closure = [] +cssClass : string +multiple : bool = true +name : string = "selection" #getHeaderCheckBoxName() : string +init() +registerClientScript() #renderDataCellContent(model, key, index) #renderHeaderCellContent() : string } class yii.grid.CheckboxColumn extends yii.grid.Column class yii.grid.Column { +content : callable +contentOptions : array|.Closure = [] +filterOptions : array = [] +footer : string +footerOptions : array = [] +grid : GridView +header : string +headerOptions : array = [] +options : array = [] +visible : bool = true #getHeaderCellLabel() : string +renderDataCell(model : mixed, key : mixed, index : int) : string #renderDataCellContent(model : mixed, key : mixed, index : int) : string +renderFilterCell() #renderFilterCellContent() : string +renderFooterCell() #renderFooterCellContent() : string +renderHeaderCell() #renderHeaderCellContent() : string } class yii.grid.Column extends yii.base.BaseObject class yii.grid.DataColumn { +attribute : string +enableSorting : bool = true +encodeLabel : bool = true +filter : string|array|null|false +filterInputOptions : array = [ \t"class" => "form-control", \t"id" => null ] +format : string|array|Closure = "text" +label : string +sortLinkOptions : array = [] +value : string|Closure +getDataCellValue(model : mixed, key : mixed, index : int) : string #getHeaderCellLabel() #renderDataCellContent(model, key, index) #renderFilterCellContent() #renderHeaderCellContent() } class yii.grid.DataColumn extends yii.grid.Column class yii.grid.GridView { +{static}FILTER_POS_BODY = "body" +{static}FILTER_POS_FOOTER = "footer" +{static}FILTER_POS_HEADER = "header" +afterRow : Closure +beforeRow : Closure +caption : string +captionOptions : array = [] +columns : array = [] +dataColumnClass : string +emptyCell : string = "&nbsp;" +filterErrorOptions : array = [ \t"class" => "help-block" ] +filterErrorSummaryOptions : array = [ \t"class" => "error-summary" ] +filterModel : yii.base.Model +filterPosition : string = "body" +filterRowOptions : array = [ \t"class" => "filters" ] +filterSelector : string +filterUrl : string|array +footerRowOptions : array = [] +formatter : array|Formatter +headerRowOptions : array = [] +layout : string = "{summary}\\n{items}\\n{pager}" +options : array = [ \t"class" => "grid-view" ] +rowOptions : array|Closure = [] +showFooter : bool = false +showHeader : bool = true +showOnEmpty : bool = true +tableOptions : array = [ \t"class" => "table table-striped table-bordered" ] #createDataColumn(text : string) : DataColumn #getClientOptions() : array #guessColumns() +init() #initColumns() +renderCaption() : bool|string +renderColumnGroup() : bool|string +renderErrors() : string +renderFilters() : string +renderItems() +renderSection(name) +renderTableBody() : string +renderTableFooter() : string +renderTableHeader() : string +renderTableRow(model : mixed, key : mixed, index : int) : string +run() } class yii.grid.GridView extends yii.widgets.BaseListView class yii.grid.GridViewAsset { +depends = [ \t0 => "yii\web\YiiAsset" ] +js = [ \t0 => "yii.gridView.js" ] +sourcePath = "@yii/assets" } class yii.grid.GridViewAsset extends yii.web.AssetBundle class yii.grid.RadioButtonColumn { +name : string = "radioButtonSelection" +radioOptions : array|.Closure = [] +init() #renderDataCellContent(model, key, index) } class yii.grid.RadioButtonColumn extends yii.grid.Column class yii.grid.SerialColumn { +header = "#" #renderDataCellContent(model, key, index) } class yii.grid.SerialColumn extends yii.grid.Column @enduml
false
true
false
false
class
9cab587290e5ca77ac6d38b2ea933b0969fc3229
a2e0c2dfbe6a42763fc6d3b376a3b2594121fc07
/public/vendor/draw2d/prod/jsdoc/guides/connection_creation/connection_creation.plantuml
c763499bd46775fc2e5afc8af65611600435a860
[]
no_license
pl-buiquang/appfm-web-ui
1d81b7f343e12b60079f19f83fc70921f143d6d7
17013f7de7c9a14e38485099f7b832c57191b373
refs/heads/master
2023-07-13T05:34:05.882597
2023-07-01T08:14:54
2023-07-01T08:14:54
62,557,261
0
0
null
null
null
null
UTF-8
PlantUML
false
false
68
plantuml
@startuml actor user participant canvas participant ports @enduml
false
true
false
false
sequence
42da854d113302b48b2ada0f7d994bc9352d0a65
f3589eade51669f1fb94a535b742021033b0bef4
/uml/InventoryManager.puml
d03a882e0354ad1e897c9ad78b2315b0ab600536
[]
no_license
GabrielFernandez14/fernandez-0914-a5
9b6952359cf69d8cb6001343ff96cf9635c856bc
3502d915a972d13000ec531840fc183ef5c40a05
refs/heads/master
2023-06-25T06:46:37.696775
2021-07-26T02:56:49
2021-07-26T02:56:49
387,501,361
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,714
puml
@startuml class InventoryManager { + main() + start() } class SceneManager { + scenes: HashMap<String, Scene> + load() + getScene(String name): Scene } class InventoryManagerController { - @FXML inventoryTable: TableView<InventoryItem> - @FXML valueTableColumn: TableColumn<InventoryItem, BigDecimal> - @FXML serialNumberTableColumn: TableColumn<InventoryItem, String> - @FXML nameTableColumn: TableColumn<InventoryItem, String> - @FXML searchBarTextField: TextField - sceneManager: SceneManager - listModel: InventoryListModel - items: ObservableList<InventoryItem> - tempList: ObservableList<InventoryItem> - readValue(ArrayList<String> fileItem, int index): BigDecimal - readSerialNumber(ArrayList<String> fileItem, int index): String - readString(ArrayList<String> fileItem, int index): String + InventoryManagerController(listModel, sceneManager) + getFoundEntries(listModel, tempList, String entry): ObservableList<InventoryItem> + @Override initialize(URL location, ResourceBundle resources) + @FXML addItemButtonClicked(ActionEvent actionEvent) + @FXML deleteItemButtonClicked(ActionEvent actionEvent) + @FXML editItemButtonClicked(ActionEvent actionEvent) + @FXML sortListButtonClicked(ActionEvent actionEvent) + @FXML saveAsMenuItemClicked(ActionEvent actionEvent) + @FXML searchButtonClicked(ActionEvent actionEvent) + @FXML resetButtonClicked(ActionEvent actionEvent) + @FXML openMenuItemClicked(ActionEvent actionEvent) + @FXML quitMenuItemClicked(ActionEvent actionEvent) } class InventoryListModel { + items: ObservableList<InventoryItem> + InventoryListModel() + InventoryListModel(items) + getItems(): ObservableList<InventoryItem> } class InventoryItem { - price: BigDecimal - serialNumber: String - name: String + InventoryItem(price, serialNumber, name) + getName(): String + setName(name) + getSerialNumber(): String + setSerialNumber(serialNumber) + getPrice(): BigDecimal + setPrice(price) } class AddItemController { - listModel: InventoryListModel - sceneManager: SceneManager - @FXML priceTextField: TextField - @FXML serialNumberTextField: TextField - @FXML nameTextField: TextField - @FXML errorLabel: Label - @FXML confirmButtonClicked((ActionEvent actionEvent) - printError(String prompt) - commitToList(String price, String serialNumber, String name) + AddItemController(listModel, sceneManager) + addToList(BigDecimal price, String serialNumber, String name) + inputIsValid(listModel, String price, String serialNumber, String name): int } class EditItemController { - listModel: InventoryListModel - selectedItem: InventoryItem - controller: InventoryManagerController - @FXML editPriceTextField: TextField - @FXML editSerialNumberTextField: TextField - @FXML editNameTextField: TextField - @FXML editErrorLabel: Label - @FXML confirmButtonClicked(ActionEvent actionEvent) - commitToList(String price, String serialNumber, String name) - inputIsValid(listModel, selectedItem, String price, String serialNumber, String name): int - printError(String prompt) + setData(controller, listModel, selectedItem) + commitEditItem(selectedItem, BigDecimal price, String serialNumber, String name) } class SortListController { - listModel: InventoryListModel - sceneManager: SceneManager - @FXML sortByValueButton: Button - @FXML sortBySerialNumberButton: Button - @FXML sortByNameButton: Button - @FXML sortByValueButtonClicked((ActionEvent actionEvent) - @FXML sortBySerialNumberButtonClicked((ActionEvent actionEvent) - @FXML sortByNameButtonClicked((ActionEvent actionEvent) + SortListController(listModel, sceneManager) + sortByValue(listModel) + sortBYSerialNumber(listModel) + sortByName(listModel) } class FileManager { + saveFile(listModel) + loadFile(listModel): ArrayList<String> + writeToText(String path, listModel) + writeToHTML(String path, listModel) + loadFromText(String path): ArrayList<String> + loadFromHTML(String path): ArrayList<String> } openjfx.org.Application <|-- InventoryManager InventoryManager -- SceneManager SceneManager -- InventoryManagerController SceneManager -- AddItemController SceneManager -- SortListController EditItemController -- InventoryManagerController InventoryManagerController o-- InventoryListModel InventoryManagerController -- FileManager AddItemController o-- InventoryListModel SortListController o-- InventoryListModel InventoryListModel *-- InventoryItem @enduml
false
true
false
false
class
722190732f0e222cebd8ce134b3c5f6830919353
0992a598a77d620c86b163e92c2a0259e1c5efe1
/docs/sprint2/diagrams/Presentation_ClassDiagram.puml
da5358c8083486d43e592f36f3e194ccc1f9f6e0
[]
no_license
dev-rbatista/Tutorial_Local_Smoke_Test_with_Docker_Containers-Gradle
a78f2c5a85e72035db2091e79b8c75ddfff8c7fb
cad9b52d66a2f91c93919feaee5250303d230752
refs/heads/master
2023-06-17T23:27:34.990780
2021-07-15T15:36:57
2021-07-15T15:36:57
386,325,650
0
1
null
null
null
null
UTF-8
PlantUML
false
false
4,074
puml
@startuml left to right direction title Class Diagram - SP02 hide empty members package controllers { } class Application { } class FamilyService { } class RelationService{ } class AccountService { } class TransactionService { } class CategoryService { } class Family { } class Relation { } class FamilyMember { } package accounts { } package transactions { } package categories { } interface Account { } interface Category{ } interface Transaction { } controllers --> Application Application --> RelationService : has Application --> TransactionService : has Application --> FamilyService : has Application --> AccountService : has Application --> CategoryService : has FamilyService --> Family : has list Family --> FamilyMember : has list RelationService --> Relation : handles AccountService ---> accounts : handles TransactionService ---> transactions : handles CategoryService ---> categories : handles Family -> Relation : has list Family --> accounts : has Cash Account FamilyMember -> accounts : has list accounts -> transactions : has list transactions -* categories : contains categories .-|> Category : implements transactions .-|> Transaction : implements accounts .-|> Account : implements accounts --* MoneyValue : contains transactions --* MoneyValue : contains @enduml @startuml left to right direction title Class Diagram - SP02 CLASS DIAGRAM skinparam linetype ortho hide empty members package controllers {} package category {} package accounts {} class Application { } class CategoryService { } class FamilyService { } class AccountService { } class TransactionService { } class RelationService{ } class Family { } class Account { } class FamilyMember { } class MoneyValue { } class Relation { } interface Account { } interface Transaction { } interface Category{ } controllers --> Application Application --> FamilyService : has Application --> CategoryService : has Application --> AccountService : has Application --> TransactionService : has Application --> RelationService : has category --|> Category : implements CategoryService -> category : handles 'CategoryService -left-> CategoryTreeDTO : creates 'FamilyService -right-> FamilyWithoutAdministratorDTO : creates FamilyService -> Family : has list Family --> FamilyMember : has list FamilyMember -> Account : has list accounts -|> Account : implements Account -* AccountData : contains AccountService -> Account: handles Family --> Relation : has list RelationService --> Relation : handles TransactionService --> Transaction: handles Account --> Transaction: has list AccountData -* MoneyValue : contains Transaction -* MoneyValue : contains @enduml @startuml left to right direction title Class Diagram - SP02 CLASS DIAGRAM skinparam linetype ortho hide empty members package controllers {} package category {} package accounts {} class Application { } class CategoryService { } class FamilyService { } class AccountService { } class TransactionService { } class RelationService{ } class Family { } class Account { } class FamilyMember { } class MoneyValue { } class Relation { } interface Account { } interface Transaction { } interface Category{ } controllers --> Application Application --> FamilyService : has Application --> CategoryService : has Application --> AccountService : has Application --> TransactionService : has Application --> RelationService : has category --|> Category : implements CategoryService -> category : handles 'CategoryService -left-> CategoryTreeDTO : creates 'FamilyService -right-> FamilyWithoutAdministratorDTO : creates FamilyService -> Family : has list Family --> FamilyMember : has list FamilyMember -> Account : has list accounts -|> Account : implements Account -* AccountData : contains AccountService -> Account: handles Family -> Relation : has list RelationService -> Relation : handles TransactionService -> Transaction: handles Account --> Transaction: has list AccountData -* MoneyValue : contains Transaction -* MoneyValue : contains @enduml
false
true
false
false
sequence
9febd71226eec02b5dec00b66b76bb588bbc0b93
ea92b794f64577cf3f9895848ed841a2482a6d1e
/docs/assets/images/ITaskListRepository-umlClassDiagram-169.puml
d3616dbf0a055613ebae2640cc863f0b557f41a3
[ "MIT" ]
permissive
dreambo8563/todo-core
a1cdd6e14ec6445dd1dae84d0ba03bf80b1b09da
96b2af2b5b5c0ba1d1aaa15eba7061c52cafc611
refs/heads/master
2022-11-21T11:51:16.649734
2020-07-18T17:57:03
2020-07-18T17:57:03
274,677,442
0
0
MIT
2020-06-28T10:36:09
2020-06-24T13:36:10
TypeScript
UTF-8
PlantUML
false
false
720
puml
@startuml hide empty methods hide empty fields interface "ITaskListRepository" { +taskList : Array<ITaskItem> +addTask(t: ITaskItem) : ITaskListRepository +delTask(id: string) : ITaskListRepository +getTask(id: string) : ITaskItem | null +instance(list: Array<ITaskItem>) : ITaskListRepository +updateTask(id: string, t: ITaskItem) : ITaskListRepository } class "TaskListRepository" { -_taskList : Array<ITaskItem> +addTask(t: ITaskItem) : this +delTask(id: string) : this +getTask(id: string) : ITaskItem | null +instance(list: Array<ITaskItem>) : TaskListRepository<> +updateTask(id: string, t: ITaskItem) : this } "ITaskListRepository" <|.. "TaskListRepository" @enduml
false
true
false
false
class
e7e121179d5e8c5032d4fe3259ec56dc5ce54446
74cb674dc7b9c3f65f6ab08fc5ad3a43c3bf12d3
/Offline 2/Problem 2/src/language/parser/parser.plantuml
4bafa71fe9db519a6a070e4eeaa2111e50a7d7e9
[]
no_license
zarif98sjs/CSE-308-Software-Engineering
a9759bbee2ea0647eae2ea677d08741293a1cc14
515015a40c10d916d5089f11784b4ff75319fcbd
refs/heads/main
2023-06-27T05:57:00.443594
2021-07-28T13:57:32
2021-07-28T13:57:32
344,690,362
2
1
null
null
null
null
UTF-8
PlantUML
false
false
958
plantuml
@startuml title __PARSER's Class Diagram__\n namespace language { namespace parser { class language.parser.CPPParser { + toString() } } } namespace language { namespace parser { class language.parser.CParser { + toString() } } } namespace language { namespace parser { interface language.parser.Parser { {abstract} + toString() } } } namespace language { namespace parser { class language.parser.PythonParser { + toString() } } } language.parser.CPPParser .up.|> language.parser.Parser language.parser.CParser .up.|> language.parser.Parser language.parser.PythonParser .up.|> language.parser.Parser right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
745c08484364fb0beaf69d17c5a1e88e74fbe524
ab347e5700f09daae5886c7b4c98a942bbebd934
/src/neuralNetwork/function/activation/activation.plantuml
ec0cd050e5e9a382671d0fa713b76f17483480a4
[]
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
851
plantuml
@startuml title __ACTIVATION's Class Diagram__\n package neuralNetwork.function.activation { interface ActivationFunction { {abstract} + calculateOutput() {abstract} + calculateDerivative() } } package neuralNetwork.function.activation { class IdentityActivation { + calculateDerivative() + calculateOutput() } } package neuralNetwork.function.activation { class SigmoidActivation { + SigmoidActivation() + calculateOutput() + calculateDerivative() } } IdentityActivation -up-|> ActivationFunction SigmoidActivation -up-|> ActivationFunction 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
fd82097aab8231b80caba271f3db900864147391
a3cba0626cdb8d62015a88115eda34c9dc289246
/margin_community_strategies/martin-binance/uml/architecture.puml
729ffaac511a03eb1db7cb07b311849219239758
[ "MIT" ]
permissive
MarginOpenSource/community-strategies
7c74d01db501a122b56d058448c10518fe148f68
56e67d717ee79d6636f17cb647ca5f63e30926ce
refs/heads/master
2023-07-21T02:20:25.758575
2022-09-27T12:59:04
2022-09-27T12:59:04
222,910,989
16
18
MIT
2023-07-20T15:42:36
2019-11-20T10:24:59
Python
UTF-8
PlantUML
false
false
2,387
puml
@startuml 'https://plantuml.com/component-diagram node "binance.com" { package "Sub account n" { [BTCUSDT] <--> (API n) [ETHBUSD] <--> (API n) } package "Main account" { [BTCBUSD] <--> (API 1) [ETHUSDT] <--> (API 1) } } node "ftx.com" { package "Sub account ftx" { [FTTUSDT] <--> (API i) } package "Main account ftx" { [PAXGUSDT] <--> (API main) } } node "DeFi (coming soon)" { package "Account" { [DOGEUSDT] <--> (API k) } } package "exchanges-wrapper" #D3D3D3 { component ew [API/WSS async wrapper with grpc powered server === https://github.com/DogsTailFarmer/exchanges-wrapper] (aiohttp) (exch_srv.py) as srv } package "martin-binance" #D3D3D3 { [funds_rate_exporter.py] as exp database funds_rate.db #F8F8FF { [assets] -up-> exp [trade raw] -up-> exp } component mw [ margin_wrapper.py === Emulator for margin.de Python API ] frame python_strategy #E6E6FA { component ex [ executor.py === Python trade strategy ] component c1 [ API_1_BTCBUSD.py === Executable module with trade parameter setup ] component cn [ API_n_ETHBUSD.py === Executable module with trade parameter setup ] } [mw] <-up-> [srv] [ex] <-up-> [mw] [c1] <-up-> [ex] [cn] <-up-> [ex] } cloud Telegram { [Bot "Sub account n"] <-down-> (API) [Bot "Main account"] <-down-> (API) note left of API : Control and status } cloud data_collect_and_view { [https://grafana.com] as gr [https://github.com/prometheus/client_python] as prom } node "margin.de" { (API_OKEX) <-up-> [API_Python] (API_KRAKEN) <-up-> [API_Python] (API_Bitfinex) <-up-> [API_Python] (API_Binance) <-up-> [API_Python] (API_other) <-up-> [API_Python] note left https://margin.de === Multi exchange trade terminal end note } [aiohttp] <-up-> (API 1) [aiohttp] <-up-> (API n) [aiohttp] <-up-> (API main) [aiohttp] <-up-> (API i) [aiohttp] <-up-> (API k) [c1] <-down-> [API_Python] [cn] <-down-> [API_Python] [ex] --> [trade raw] [mw] --> [assets] [exp] -left-> prom prom -up-> gr [ex] <--> API @enduml
false
true
false
false
sequence
833d7e901e70991f8dfa624c698b6a54a88191f0
c69dba4cef780d27a126166ee912005507258413
/src/design/dsst-propagation-sequence-diagram.puml
e32ab229c76a643fd2b18236233d5ef58b2c4051
[ "MIT", "EPL-1.0", "Apache-2.0" ]
permissive
CS-SI/Orekit
2265900b501fe6727a57378956f9f2c61564909a
7ab7a742674eabee00e1dbe392833d587fdcdaab
refs/heads/develop
2023-09-03T20:33:42.748576
2023-09-01T14:34:03
2023-09-01T14:34:03
22,851,787
144
79
Apache-2.0
2023-03-28T17:53:33
2014-08-11T19:29:35
Java
UTF-8
PlantUML
false
false
3,659
puml
' Copyright 2002-2023 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam SequenceActorBorderColor #6A584B skinparam SequenceParticipantBackgroundColor #F3EFEB/CCC9C5 skinparam SequenceParticipantBorderColor #6A584B skinparam SequenceLifeLineBackgroundColor #CCC9C5/F3EFEB skinparam SequenceLifeLineBorderColor #6A584B skinparam SequenceArrowColor #6A584B skinparam SequenceBorderColor #6A584B skinparam SequenceFontSize 11 hide footbox box "User application" #F3EDF7 participant "Main" as M end box participant DSSTPropagator participant Integrator participant MainStateEquations participant StateMapper participant "DSST Force Model i" as Fi participant "Short Period Terms i" as SPi activate M M -> DSSTPropagator : propagate activate DSSTPropagator DSSTPropagator -> MainStateEquations : create activate MainStateEquations deactivate MainStateEquations DSSTPropagator -> StateMapper : create activate StateMapper deactivate StateMapper DSSTPropagator -> Integrator : integrate loop #DDEBD8 for n steps activate Integrator loop #ECEBD8 for integrator internal stages Integrator -> MainStateEquations : computeDerivatives activate MainStateEquations MainStateEquations -> StateMapper : mapArrayToState(mean only) activate StateMapper deactivate StateMapper MainStateEquations -> Fi : getMeanElementRate activate Fi deactivate Fi MainStateEquations --> Integrator : state derivatives deactivate MainStateEquations end Integrator --> DSSTPropagator : mean state interpolator deactivate Integrator DSSTPropagator -> Fi : updateShortPeriodTerms(mean state 1, mean state 2, ...) activate Fi loop #ECEBD8 for all intermediate states within step Fi -> SPi : addGridPoint activate SPi deactivate SPi end deactivate Fi DSSTPropagator -> M : handle step activate M M -> DSSTPropagator : get state activate DSSTPropagator DSSTPropagator -> StateMapper : mapArrayToState activate StateMapper StateMapper -> SPi : value(mean state) activate SPi SPi --> StateMapper : short periods value deactivate SPi StateMapper --> DSSTPropagator : interpolated state deactivate StateMapper DSSTPropagator --> M : state deactivate DSSTPropagator deactivate M end DSSTPropagator --> M : final state deactivate DSSTPropagator deactivate M @enduml
false
true
false
false
sequence
42eb4a306f5d20fee9d2036b695d66bebe1ab392
fbe1dfa9dc016367ee5c1bf32c4689bdfb9d868e
/orchestrator/src/main/java/orchestrator/handler/legal/model/model.plantuml
a0586ddc6f0ccc944b2b6fe57e182c1cae455903
[]
no_license
marcllort/Car_Rental_Monorepo
844638554f226f04b2b00c35c4077d98b947f7c2
9f3fad50034cd85e149d457e323561d517220d31
refs/heads/master
2023-06-30T15:18:00.352756
2021-07-26T17:46:46
2021-07-26T17:46:46
323,322,306
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,483
plantuml
@startuml title __MODEL's Class Diagram__\n namespace orchestrator { namespace handler { namespace legal { namespace model { class orchestrator.handler.legal.model.LegalHandlerRequest { - Flow : String + LegalHandlerRequest() + equals() + getFlow() + getService() + hashCode() + setFlow() + setService() + toString() # canEqual() } } } } } namespace orchestrator { namespace handler { namespace legal { namespace model { class orchestrator.handler.legal.model.LegalHandlerResponse { - text : String + LegalHandlerResponse() + equals() + getText() + hashCode() + setText() + toString() # canEqual() } } } } } orchestrator.handler.legal.model.LegalHandlerRequest -up-|> orchestrator.handler.HandlerRequest orchestrator.handler.legal.model.LegalHandlerRequest o-- orchestrator.model.Service : Service orchestrator.handler.legal.model.LegalHandlerResponse -up-|> orchestrator.handler.HandlerResponse 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
e7ef350e5c450ccb3c0fa7a1d8d886fd0a872ecb
426c9b9b2ccb9a4ff7f797065b0ec3999ee66629
/chapter5/divide.puml
fabcad8b1df559deedccd3ef4cb2d5e34a0e9596
[]
no_license
kyamashiro/head-first-ooad
0f19da87a694cb47b6d6725049201b14afe1985f
cef1319789ce7225d1e97f51f94b29ccefaeff8b
refs/heads/master
2020-05-09T12:09:08.686383
2019-08-25T09:05:54
2019-08-25T09:05:54
181,103,279
1
0
null
2019-08-15T09:58:19
2019-04-13T00:59:13
PHP
UTF-8
PlantUML
false
false
215
puml
@startuml class Automobile { start() stop() getOil():int } class CarWash { wash(Automobile) } class Driver { drive(Automobile) } class Mechanic { checkOil(Automobile) changeTires(Automobile, Tire[*]) } @enduml
false
true
false
false
class
ff3879b60af188e3a24cff80278da47b2ed908ef
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/AttributeGroupSetAttributesAction.puml
524fa9e5c8187de56728cf4132d52fb79289d68b
[]
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
530
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 AttributeGroupSetAttributesAction [[AttributeGroupSetAttributesAction.svg]] extends AttributeGroupUpdateAction { action: String attributes: [[AttributeReference.svg List<AttributeReference>]] } interface AttributeGroupUpdateAction [[AttributeGroupUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
082740a32d2436d54e5f4c9dd3d46892021baef7
0a86b90338bd842734e1fe5473ac409a39ee1bad
/docs/dev/cfm/vpc/core_model.puml
00af8b135919f0c87a8b781036c61a984104770d
[ "MIT" ]
permissive
k2works/etude_for_aws
137481fb9151c5fe3e96b370234ce220dc1e105d
fbd84d8715d5dacac794168e8e7846117154948e
refs/heads/master
2021-01-20T03:29:48.516119
2017-06-02T09:32:47
2017-06-02T09:32:47
89,548,278
0
0
null
null
null
null
UTF-8
PlantUML
false
false
698
puml
@startuml package Aws { class CloudFormation } package EC2 { Interface VpcInterface } Interface CertificationHelper Interface ConfigurationHelper package CFM { class Vpc { create() destroy() } Vpc <|-- VpcInterface CertificationHelper <|-- Configuration ConfigurationHelper <|-- Configuration Configuration -l-> CloudFormation Vpc *-l- Configuration Vpc <|-- NullVpc Vpc <|-- OneAzOnePublicSubnetVpc Vpc <|-- OneAzTwoPublicAndPrivateSubnetVpc Vpc <|-- OneAzTwoPublicSubnetVpc Vpc <|-- TwoAzOnePublicSubnetAndPrivateSubnetVpc Vpc <|-- TwoAzTwoPrivateSubnetVpc Vpc <|-- TwoAzTwoPublicSubnetAndPrivateSubnetVpc Vpc <|-- TwoAzTwoPublicSubnetVpc } @enduml
false
true
false
false
sequence
12cd9fc69fd2bf7754a054ab0b9a73792e7a9d7f
898d82eeabb1fc98006e54be6f9d0ea7dd5df39c
/diagrams/receive_chat.puml
fc3be9cc03949cd5616b2d8f9897a81c01500dc2
[]
no_license
lecler-i/mani-home-specs
d2d5de134f741109e7ad5523f5b069e685f27ec3
8eb4f57f86b83313fd684f4fd80a6327dd9b8abf
refs/heads/master
2021-01-19T09:05:59.945504
2017-05-18T21:27:49
2017-05-18T21:27:49
87,724,697
1
0
null
null
null
null
UTF-8
PlantUML
false
false
70
puml
Actor user as u (chat) as temp u <.right. temp : receive message
false
true
false
false
usecase
31e9a7fd70553171ccb59b9a404f45acf9ee0d91
d5612578ccf2b52438eb329ee180377a3455fc49
/asciidocs/plantuml/kinokette-musterloesung.puml
ceb204d71246f0b3de5a8a088891b3bf0a900e9d
[]
no_license
2021-3ahif-syp/lecture-notes
9e570f63f78522f4191b305e22dc5cf340351679
32e17259d69821bca264c82364f9fa4b4bed498a
refs/heads/master
2023-05-26T22:18:13.452286
2021-05-17T09:40:03
2021-05-17T09:40:03
297,027,366
1
3
null
null
null
null
UTF-8
PlantUML
false
false
1,258
puml
@startuml class Kino { } class Saal { -kino: Kino } class Genre { } class Film { -genre: Genre } class Sitz { -reihe: int -platz: int } class Vorstellung { -datumUhrzeit: LocalDateTime } class Reihe { -saal: Saal -standardPreis: BigDecimal } class Vorstellungspreis { -vorstellung: Vorstellung -reihe: Reihe -sonderpreis: BigDecimal } class Eintrittskarte { -sitz: Sitz -vorstellung: Vorstellung } class Person { -vorname: String -nachname: String -nationalitaet: String -dob: LocalDate -dod: LocalDate -bemerkung: String } class Regisseur { } class Schauspieler { } class Regie { -film: Film -regisseur: Regisseur } class Engagement { -film: Film -schauspieler: Schauspieler } Kino "1" <-- "*" Saal: hat > Saal "1" <-- "*" Reihe: hat > Reihe "1" <-- "*" Sitz: hat > Saal "1" <-- "*" Vorstellung Vorstellung "1" <-- "*" Vorstellungspreis Reihe "1" <-- "*" Vorstellungspreis Sitz "1" <-- "*" Eintrittskarte Vorstellung "1" <-- "*" Eintrittskarte Genre "1" <-- "*" Film Person <|-- Schauspieler Person <|-- Regisseur Film "1" <-- "*" Regie Regisseur "1" <-- "*" Regie : führt Regie > Film "1" <-u- "*" Engagement Schauspieler "1" <-- "*" Engagement: spielt mit > Film "1" <-- "*" Vorstellung @enduml
false
true
true
false
class
1436eab2298bdcb50831924f800ec0861a9b53a9
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyShoppingListSetLineItemCustomFieldAction.puml
33a9c64bf99f6db1b5c48c76726a178d26c967f2
[]
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
577
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 MyShoppingListSetLineItemCustomFieldAction [[MyShoppingListSetLineItemCustomFieldAction.svg]] extends MyShoppingListUpdateAction { action: String lineItemId: String lineItemKey: String name: String value: [[Object.svg Object]] } interface MyShoppingListUpdateAction [[MyShoppingListUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
3d3a4d9e885c4eddf8fa59f4d4ef9e9765e385fc
85e7b9d7956eb684761ddeb67814df45b0bccc6f
/GravityGame/Docs/Test.puml
1bef5d4dc2b9b2e1088e715b613a309f31fc68a3
[]
no_license
langerb/UnityRepo
e2fb97956b6a1b259b64d2345e49328dcc624922
95df92baefd60878811bbe0402d03e3e53ca3cc1
refs/heads/master
2021-04-29T04:26:30.436647
2018-02-16T19:39:13
2018-02-16T19:39:13
77,997,220
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,593
puml
@startuml skinparam backgroundColor #EEEBDC skinparam monochrome true hide circle hide members hide stereotypes skinparam class{ BorderColor<<OutOfScope>> Tomato BackgroundColor<<OutOfScope>> Wheat } namespace system { namespace device { class gPump <<OutOfScope>> class "Reusable\nUnit" as RU <<OutOfScope>> class "Disposable\nUnit" as DU <<OutOfScope>> class "Insulin\nCartridge" as IC<<OutOfScope>> class "Bluetooth\nInterface" as BT_IF <<OutOfScope>> class Firmware <<OutOfScope>> class TEST gPump *-- RU gPump o-- DU DU o-- IC RU o- BT_IF RU o-- Firmware } namespace mobile { abstract class "Patient App" as PatientApp class "Patient\nSmartphone" as Mobile <<OutOfScope>> class "iOS\nDevice" as iOS <<OutOfScope>> class "Android\nDevice" as Android <<OutOfScope>> Mobile ^-- iOS Mobile ^-- Android Mobile o- "PatientApp" } namespace cloud { abstract class WebApplication abstract class Backend class DockerContainer <<OutOfScope>> DockerContainer o-- WebApplication DockerContainer o-- Backend } namespace desktop { class WebBrowser <<OutOfScope>> class "Windows\nDesktop" as Windows <<OutOfScope>> abstract class "BT Proxy\nApplication" as BTProxy Windows o--BTProxy Windows o--WebBrowser } } system.cloud.WebApplication .. system.desktop.WebBrowser system.cloud.Backend -- system.mobile.PatientApp : data (JSON) system.mobile.Mobile -- system.device.BT_IF : data (BT) system.device.BT_IF -- system.desktop.BTProxy : data (BT) @enduml
false
true
false
false
class
d72a07ee7d6ffd0169dd6f20a095ace3a3850ee1
5c60b5ce8e885c5eee2b72ab805ec1191686a005
/docs/pumlFiles/ListSequence.puml
13c26f9fccb78b91d04f7375f1beb045d8b62a36
[]
no_license
alvynben/tp
ea41264feb9a5e1e99fc0cf60b6344d115689496
63b63df620d6688d4cf890c3f986cdc96503d155
refs/heads/master
2023-08-29T04:55:55.681506
2021-11-12T11:47:15
2021-11-12T11:47:15
403,198,097
0
3
null
null
null
null
UTF-8
PlantUML
false
false
665
puml
@startuml 'https://plantuml.com/class-diagram skinparam backgroundColor #f2f2f2 skinparam defaultFontSize 16 autonumber -> ":ListCommand": execute() activate ":ListCommand" ":ListCommand" -> ":Parser": parseSortTypeForList(currentUserInput) activate ":Parser" ":ListCommand" <-- ":Parser": sortType :String deactivate ":Parser" ":ListCommand" -> ":ItemList": getItemList(sortType) activate ":ItemList" ":ListCommand" <--":ItemList": listOfItems :ArrayList<Item> deactivate ":ItemList" ":ListCommand" -> ":Ui": printListMessage(listOfItems, sortType) activate ":Ui" ":ListCommand" <-- ":Ui" deactivate ":Ui" <-- ":ListCommand" deactivate ":ListCommand" @enduml
false
true
false
false
sequence
435b7084e2205866bffd995f2eeedb05bf58aa8a
f15fd2dd26637efbb02dda284673da9627066f11
/patterns/abstract-negotiation-seq.puml
666e753e1174f65ed2906b90b208254184b6836f
[]
no_license
dhh1128/protocol
19fb3563e8b1b1e64e2d151c98c7801016165d83
5ca68975acbd5ad82bb271026cb2e0de7d1eeb62
refs/heads/master
2020-03-14T00:09:27.968083
2019-10-04T15:47:17
2019-10-04T15:47:17
127,847,109
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,990
puml
@startuml title Abstract Negotiation Pattern Sequence actor Intiator as a actor Other as b note over a,b A proposal from A to B has two parts: (1) what party A commits to do (2) what A wants B to do in exchange An acceptance from B is a commitment. If B accepts, then the proposal with the acceptance together become a binding agreement. A proposal includes: (1) Party A's DID (2) Party B's DID (3) A's precondition (optional) (4) B's precondition (optional) (5) A's deliverables (array) (6) B's deliverables (array) (7) Sequencing and timing of deliverables (8) Relief for A in case of B's breach (9) Relief for B in case of A's breach (10) arbitrating authority in case of breach and relief not delivered Proposals can be pairwise, or they can be published in a public way such that anyone can accept. An acceptance needs an acknowledgement. TODO: when do the ACKs end? when published on a ledger? end note a -> b : <font color=green><b>PROPOSAL note left end note alt if proposal is unacceptable... opt can reject it a <-- b : <font color=green><b>REJECT else or counter it with a new proposal a <-- b : <font color=green><b>PROPOSAL note over a,b At this point, the other party becomes the Initiator, and the original Initiator follows this "alt" box. end note else or ignore the proposal altogether b --> b : do nothing end else if proposal is OK... a <-- b : <font color=green><b>ACCEPT alt if agreement indicates\nInitiator goes first... a -> b : delivers on commitment a <- b : delivers on commitment else if agreement indicates Other party\ngoes first a <- b : delivers on commitment a -> b : delivers on commitment end end note over a,b It's expected that the Negotiation Pattern (Offer, Request, Matter, Ack) will fit nicely in this one. It's also expected that Connection protocol will also fit nicely in this one. end note == Example: Connection == note over a,b A Connection Request is a Proposal with the following characteristics: TODO end note @enduml
false
true
false
false
usecase
2762a771009c086c592d85a8a372d57373f15fc6
f83f4b7544b2aa5ad7788cfb5fb310b7e0bf4378
/AOC/TP1/M3/UpdateClass.puml
f0cadef25aba09993c05bd04f002fd69aa8805de
[]
no_license
malahx/ISTIC
dc3d65b75e6bae6b5f9bd1e0740770501eb2ef0f
98e076592b39b18b3d8d5148a74ff29006f01092
refs/heads/master
2021-07-12T20:30:32.247849
2019-02-16T09:05:23
2019-02-16T09:05:23
148,325,439
1
4
null
null
null
null
UTF-8
PlantUML
false
false
2,029
puml
@startuml storage "Update: ActiveObject" as uao { } uao ..> f: Future package Java { interface f as "Future"<T> { +synchronize() +get() } interface s as "ScheduledExecutorService" { +schedule(c: callable, timeout: Duration) } interface cb as "Callable"<T> { +call() } } class c as "Canal" { +update(g: Generator): Future +getValue(): Future } interface ga as "GeneratorAsync" { +getValue(): Future } interface oga as "ObsGeneratorAsync" { +update(g: Generator): Future } interface g as "Generator" { +getValue(): int } class umi as "UpdateCallable" { +call() } class vmi as "GetUpdateCallable" { +call() } class m as "Monitor" { +update(g: Generator) } interface og as "ObsGenerator" { +update(g: Generator) } uao ..> c: Proxy uao ..> cb: Method Invocator uao ..> g: Client uao ..> s: Scheduler uao ..> oga: Service uao ..> og: Servant uao ..> vmi: Concrete MI umi ..|> cb vmi ..|> cb c ..|> ga c ..|> oga m ..|> og newpage storage "GetValue: ActiveObject" as vao { } package Java { interface f as "Future"<T> { +synchronize() +get() } interface s as "ScheduledExecutorService" { +schedule(c: callable, timeout: Duration) } interface cb as "Callable"<T> { +call() } } class c as "Canal" { +update(g: Generator): Future +getValue(): Future } interface ga as "GeneratorAsync" { +getValue(): Future } interface oga as "ObsGeneratorAsync" { +update(g: Generator): Future } interface g as "Generator" { +getValue(): int } class umi as "UpdateCallable" { +call() } class vmi as "GetUpdateCallable" { +call() } class m as "Monitor" { +update(g: Generator) } interface og as "ObsGenerator" { +update(g: Generator) } vao ..> c: Proxy vao ..> cb: Method Invocator vao ..> og: Client vao ..> s: Scheduler vao ..> f: Future vao ..> g: Servant vao ..> ga: Service vao ..> umi: Concrete MI umi ..|> cb vmi ..|> cb c ..|> ga c ..|> oga m ..|> og @enduml
false
true
false
false
class
68dee90f717f2b22d0bd0bf90b7466b6cb4bf08a
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/Solution/Service-Stack/Storage-Services/Secondary-Data-Store/UserInteraction.puml
494fb8e637804d2e7fd0b1e2aafab3b6e240e76f
[]
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
102
puml
@startuml actor User User -> "Service-Stack/Storage-Services/Secondary-Data-Store": UseCase @enduml
false
true
false
false
sequence
d62c62e03778ce7719f1b817f47564ae4017353c
7ab2a6fa9a2ecfa52462d10843098a98404e4a67
/MVVM/GestionDeTournoiFiles/Conception/CDL/CDL_CTRL.iuml
3d67d320aa862f73b8f703b85c7a8f9b17cc5457
[]
no_license
jams4code/QuizzGameProjectJava
ab28129ebf8ae1eca90dfc8210e813b6d1b70ec9
32431822ea878b4198361efda322cabafd3fe463
refs/heads/master
2022-07-04T20:57:26.099245
2020-05-19T19:15:17
2020-05-19T19:15:17
261,175,850
0
0
null
null
null
null
UTF-8
PlantUML
false
false
255
iuml
class Ctrl <<Controller>>{ -Federation fd -Tournoi selected +TrnmSelected(index:int) +matchSelected(index:int) +addMatch(m:Match) +delSelectedMatch(m:Match) +updateSelectedMatch(old:Matc,newM:Match) +getOpponent(p:Player) }
false
true
false
false
class
3b613bbbc6062ec574d91cdce166aa2e2483bf28
c452e4f63f50eca1ab44e5bb5fa557cbc5c93515
/src/main/resources/ex41/ClassDiagrams/OutputName.puml
5aa423deeadbdf6cea1ff632bc8aa517d64f79fc
[]
no_license
mplekunov/Assignment_3
b1ca62cde7a6a1dd495bdc8c52e34d494a8e947b
81138b959274d3c8bf9586c0c4f6c164f6c84780
refs/heads/master
2023-05-31T12:28:19.214249
2021-06-21T00:40:42
2021-06-21T00:40:42
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
190
puml
@startuml 'https://plantuml.com/class-diagram class OutputName { -List<Name> names -String fileName +OutputName(List<Name> names, String fileName) +void write() } @enduml
false
true
false
false
class
2b0b4138f08c94a305ea495faa0bd585c7b9fc41
d53e3b9afff2e1fbd1d15adf16c5b94e9c4783fd
/documentation/diagrams/matic/minted_on_l1_extract_on_l2_erc721.puml
a47f254b2c941842784ad11538187bf565d6493e
[ "MIT" ]
permissive
0x-William/sand-contract
4c43b5cc2622df4c1e15b73ad646fe73f387bb42
9a6ca5edd98dac1d24e2213daa89e3a3e63837ca
refs/heads/main
2023-09-05T14:00:12.454607
2021-11-24T12:43:09
2021-11-24T12:43:09
431,525,030
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,632
puml
@startuml Actor User participant Asset participant RootChainManager participant AssetPredicate participant ChildChainManager participant Asset_L2 participant MaticSyncer participant MaticTeam == Mapping Both Tokens (once) == MaticTeam->>RootChainManager:mapToken(Asset,MaticAsset,ERC1155?) == Mint Assets == User->>Asset:mint(...) == Approve Predicate to lock tokens == User->>Asset:setApprovalForAll(ERC1155Predicate, true) == Deposit == User->>RootChainManager:depositFor(to, Asset, data) RootChainManager->>AssetPredicate: lockTokens(...) AssetPredicate->>Asset:safeBatchTransferFrom(User,this,...) group #LightBlue On Matic == Matic Sync L1 -> L2 Step == MaticSyncer->>ChildChainManager:onStateReceive(...) ChildChainManager->>Asset_L2: deposit(...) (mint) == Extract ERC721 == User->>Asset_L2:extractERC721 == Burn for exit == User->>Asset_L2:burnAsExit(ERC721) end group == Submit Exit on L1 == User->>RootChainManager:exit(...) RootChainManager->>AssetPredicate: exitTokens(User,Asset,...) AssetPredicate->>Asset: mint(...) == Approve for Transfer to L2 == User->>Asset:setApprovalForAll(ERC1155Predicate, true) == Deposit for L2 == User->>RootChainManager:depositFor(to, Asset, data) RootChainManager->>AssetPredicate: lockTokens(...) AssetPredicate->>Asset:safeBatchTransferFrom(User,this,...) group #LightBlue On Matic == Matic Sync L1 -> L2 Step == MaticSyncer->>ChildChainManager:onStateReceive(...) ChildChainManager->>Asset_L2: deposit(...) (mint) end group @enduml
false
true
false
false
usecase
ccd724a08545f0af2b4bd5522669c217683b1d6d
74cb674dc7b9c3f65f6ab08fc5ad3a43c3bf12d3
/Offline 4/Problem 2/out/production/Problem 2/com/company/company.plantuml
9b2528047319606d18fe7494d5e47a1368f744b6
[]
no_license
zarif98sjs/CSE-308-Software-Engineering
a9759bbee2ea0647eae2ea677d08741293a1cc14
515015a40c10d916d5089f11784b4ff75319fcbd
refs/heads/main
2023-06-27T05:57:00.443594
2021-07-28T13:57:32
2021-07-28T13:57:32
344,690,362
2
1
null
null
null
null
UTF-8
PlantUML
false
false
683
plantuml
@startuml title __COMPANY's Class Diagram__\n namespace com.company { class com.company.Main { {static} + main() } } namespace com.company { class com.company.Wrapper { ~ Wrapper() ~ process() } } com.company.Wrapper o-- mediator.JCC : jcc com.company.Wrapper o-- service.JPDC : jpdc com.company.Wrapper o-- service.JRTA : jrta com.company.Wrapper o-- service.JRTC : jrtc com.company.Wrapper o-- service.JWSA : jwsa 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
81cf347238e4123b9029736eee963c2f55431cfe
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/feature_config/diagrams/feature_config_presentation_layer_class_diagram.puml
ca7852bb49da1493d3cff3c8360235ae64e232fd
[ "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
1,542
puml
@startuml feature_config_presentation_layer_class_diagram package base.domain.usecases { class FetchFeatureConfigUseCase {} } package common.presentation { package state { class FeatureConfigNotifier { + isLoading : bool + isInitialized : bool + passwordSignInOptionFeatureConfigViewModel : PasswordSignInOptionFeatureConfigViewModel + debugMenuFeatureConfigViewModel : DebugMenuFeatureConfigViewModel - _featureConfig : FeatureConfig - _defaultFeatureConfig : FeatureConfig - _fetchFeatureConfigUseCase : FetchFeatureConfigUseCase + Future<void> initializeConfig() + void setDefaults(bool isPasswordSignInOptionEnabled, bool isDebugMenuEnabled) } } package view_models { abstract class FeatureConfigViewModel { + isEnabled: bool } class PasswordSignInOptionFeatureConfigViewModel {} class DebugMenuFeatureConfigViewModel {} } } package widgets { class CoolWidget {} } package pages { class CoolPage {} } CoolWidget --> FeatureConfigNotifier : uses CoolPage --> FeatureConfigNotifier : uses FeatureConfigNotifier --> FetchFeatureConfigUseCase : uses FeatureConfigNotifier --> PasswordSignInOptionFeatureConfigViewModel : uses FeatureConfigNotifier --> DebugMenuFeatureConfigViewModel : uses PasswordSignInOptionFeatureConfigViewModel --|> FeatureConfigViewModel DebugMenuFeatureConfigViewModel --|> FeatureConfigViewModel @enduml
false
true
false
false
sequence
f79882ad103973a90171ad92bec1e728021c7947
d817ff9bc8324a7ec36de0ac9b2f0d9d960cbca8
/electron-app/doc/system-diagram.puml
8c334917b77a3bea290dd31f4a7af6e549a591a9
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
input-output-hk/stakepool-management-tools
bf8cc91c6add57d79caca1258069732bfec6a4c9
6dcc625fa0fe12ef14c7faf88dd6e37d71dca974
refs/heads/master
2021-08-20T01:37:16.526161
2019-12-16T17:00:58
2019-12-16T17:00:58
221,761,788
31
10
null
2020-09-12T11:56:47
2019-11-14T18:27:57
JavaScript
UTF-8
PlantUML
false
false
412
puml
@startuml SPM-System_Diagram package "Local SPM" { package "Desktop App" { [UI] [Lib] as desktopLib } package "Command Line" { [CLI] [Lib] as cliLib } () "HTTP / REST" as HTTP desktopLib ..> HTTP cliLib ..> HTTP HTTP - mainNode node "Jörmungandr" as mainNode { } } node "node" as node1 { } node "node" as node2 { } mainNode ..> node1 mainNode ..> node2 @enduml
false
true
true
false
class
929f1656199d04796ba2da72bd743014b695e6ff
e2b1bc4c7f8275c50bf3a0fad9b558ce188f8b68
/src/main/resources/Diagrams/Factory.puml
be1b6126fd97eca0949a60aa0664ce889b62d998
[]
no_license
carricksoft/Hansen
22f03fb3e7734e1e38e1c482e675c98a271e2c8a
2974e0c7270d2922777621ffed6ad0f35e812f8b
refs/heads/master
2023-06-10T17:18:25.790850
2019-10-14T07:12:23
2019-10-14T07:12:23
206,819,869
0
0
null
null
null
null
UTF-8
PlantUML
false
false
365
puml
@startuml package factories { interface ApplicationFactory { ApplicationLogger getApplicationLogger() FileValidator getFileValidator() } class ApplicationFactoryImpl { +ApplicationLogger getApplicationLogger() +FileValidator getFileValidator() } ApplicationFactory <|-- ApplicationFactoryImpl ApplicationFactory ...> ApplicationLoggerFactory: calls } @enduml
false
true
false
false
class
8ee686c214b55193a5344a2f9101b9caee50a8a4
ef918eacb0592ee83ed6c1f451c6024a6c03f69c
/docs/modelling/usecase.puml
fcc7f0ae267d95d853f1232692bbea9427ae8286
[]
no_license
nutint/talk
4c1f75e12aa154e50cc65b7e876f60c75e484166
4dbae32bc55dadb357b9647ae2556afcbf003b97
refs/heads/master
2020-07-29T18:29:05.138326
2019-09-21T03:16:28
2019-09-21T03:16:28
209,917,847
0
0
null
2019-09-22T04:12:58
2019-09-21T03:19:56
Scala
UTF-8
PlantUML
false
false
473
puml
@startuml left to right direction 'skinparam packageStyle rectangle actor Member as member actor Controller as controller rectangle Engine { (Manage Room) as (manageRoom) (Connect to Engine) as (connectToEngine) (Send and Receive Room Event) as (sendAndReceiveRoomEvent) (Manage User Registry) as (manageUserRegistry) controller -> (manageRoom) controller -> (manageUserRegistry) member -> (connectToEngine) member -> (sendAndReceiveRoomEvent) } @enduml
false
true
false
false
usecase
54676fc09928d393aa812a5cba98fd3e14219ae3
3a44003060e3d27f6f0dc53946ab136c72c1a2ba
/diagrams/decision_engine/StateMachine_Publisher.puml
003e9fa2f1a5861ce1bd5ce3e16062e3563f7d94
[ "BSD-3-Clause" ]
permissive
HEPCloud/documentation
2528e24a7978c5c07c7d40724582510e4223f6ff
9d71b83ff40472d8e3d355b71cc56b74652fe33e
refs/heads/master
2020-12-06T05:28:53.348734
2020-02-20T14:46:55
2020-02-20T14:46:55
232,359,235
0
1
null
null
null
null
UTF-8
PlantUML
false
false
503
puml
@startuml skinparam shadowing false state Init { Init : init() Init : consumes() } state Failed { } state Shutdown { } state Wait { Wait : Entry: acquire() } state Problem { } [*] --> Init : New Init --> Failed : Fatal Error Init --> Wait : Ready -> Schedule Wait --> Wait : Schedule -> Reschedule Wait --> Problem : Transient Error Wait --> Shutdown : Shutdown Problem --> Wait : Schedule Problem --> Shutdown : Shutdown Shutdown --> [*] : Destroy Failed --> [*] : Destroy @enduml
false
true
false
false
sequence
fec4e4ea781a7efcb3d4fc9a04ffa189941b58b9
e2440ea4941db7a0e5fcc2b63a4f7a6d983ecd4e
/ANC3-Diagramme/UC_ADD_MATCH/SSD_ADD_MATCH.puml
5cd3a018015512d64ae444b26f8deab39de1463d
[]
no_license
rerys/TournamentManager
f744dd6a176a080c78d35f60f011e6c0fcc9cae9
b2e16f58d030b37c6a821ac16cbe730bd5604492
refs/heads/master
2022-11-07T21:55:11.651161
2019-05-03T08:11:52
2019-05-03T08:11:52
275,202,490
0
0
null
null
null
null
UTF-8
PlantUML
false
false
489
puml
@startuml SSD_ADD_MATCH autonumber hide footbox skinparam shadowing false actor user as u participant système as s activate u u -> s :sélectionne joueur 1 activate s deactivate s u -> s :sélectionne joueur 2 activate s deactivate s u -> s :sélection le resultat activate s deactivate s u -> s :ajout match deactivate u activate s s -> s :verrification des données s -> s :ajout match s -> s :mise à jour liste des matchs s -> u :affiche la liste des matchs deactivate s @enduml
false
true
true
false
sequence
44d2f41d3802bafd7721fb6ac9b9e8074e053084
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderSetReturnItemCustomFieldAction.puml
d56491359c4ed46038992e1756e4fe0458eb7684
[]
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
540
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 OrderSetReturnItemCustomFieldAction [[OrderSetReturnItemCustomFieldAction.svg]] extends OrderUpdateAction { action: String returnItemId: String returnItemKey: String name: String value: [[Object.svg Object]] } interface OrderUpdateAction [[OrderUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
d898a0e50425a92456d0787efaf992595f50b861
11ceb7057b246deae931c4990f30430af9e5ae47
/src/main/java/ex44/ProductSearch.puml
1d80e3a79fdbec1afee1887d8e9f3fa08961f459
[]
no_license
lmcarroll/carroll-cop3330-assignment3
de09a6fbdb1348c16b2b822edae283b2f697e3db
20d4f9799f442168a66a294f7a342334eb0fd3d2
refs/heads/master
2023-08-27T11:10:16.299202
2021-10-12T03:21:43
2021-10-12T03:21:43
415,388,208
0
0
null
null
null
null
UTF-8
PlantUML
false
false
379
puml
@startuml abstract class ProductSearch { int searchInt int search readJSON() searcherQuantity() searcherPrice() checkIfProduct() } class Scanner { input nextLine() } class File { file readFileToString() } class JSONObject { object } class String { file search } ProductSearch <|- Scanner ProductSearch <|- File ProductSearch <|- JSONObject ProductSearch <|- String @enduml
false
true
false
false
class
69515f954a510cc27e50dd924d349ae2fd98b5e9
f6e8d9ffb0fbe22f284a9771933ad71a3538ac49
/Diagrams/SequenceDiagrams/seq-fulfil-2.1.0.plantuml
40409c9af9367a58edefa9b58f6573efbc26549d
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mDuo13/docs-1
2b734c7d927e6e7c9714320c6c3c5ef2b49d76b5
b2b18663510b0bc92a3c8e8768adc8be0e21cd91
refs/heads/master
2020-04-30T13:06:06.901776
2019-03-14T11:26:50
2019-03-14T11:26:50
176,845,744
0
0
null
2019-03-21T01:31:09
2019-03-21T01:31:08
null
UTF-8
PlantUML
false
false
6,682
plantuml
/' License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Contributors -------------- This is the official list of the Mojaloop project contributors for this file. Names of the original copyright holders (individuals or organizations) should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization that actually holds the copyright for their contributions (see the Gates Foundation organization for an example). Those individuals should have their names indented and be marked with a '-'. Email address can be added optionally within square brackets <email>. * Gates Foundation - Name Surname <name.surname@gatesfoundation.com> * Georgi Georgiev <georgi.georgiev@modusbox.com> -------------- '/ @startuml ' declate title title 2.1.0. DFSP2 sends a Fulfil Success Transfer request autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors actor "DFSP1\nPayer" as DFSP1 actor "DFSP2\nPayee" as DFSP2 boundary "ML API Adapter" as MLAPI control "ML API Notification Event Handler" as NOTIFY_HANDLER boundary "Central Service API" as CSAPI collections "Fulfil-Topic" as TOPIC_FULFIL control "Fulfil Event Handler" as FULF_HANDLER collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION control "Position Event Handler" as POS_HANDLER collections "Notification-Topic" as TOPIC_NOTIFICATIONS box "Financial Service Providers" #lightGray participant DFSP1 participant DFSP2 end box box "ML API Adapter Service" #LightBlue participant MLAPI participant NOTIFY_HANDLER end box box "Central Service" #LightYellow participant CSAPI participant TOPIC_FULFIL participant FULF_HANDLER participant TOPIC_TRANSFER_POSITION participant POS_HANDLER participant TOPIC_NOTIFICATIONS end box ' start flow activate NOTIFY_HANDLER activate FULF_HANDLER activate POS_HANDLER group DFSP2 sends a Fulfil Success Transfer request DFSP2 <-> DFSP2: Retrieve fulfilment string generated during\nthe quoting process or regenerate it using\n**Local secret** and **ILP Packet** as inputs note right of DFSP2 #yellow Headers - transferHeaders: { Content-Length: <Content-Length>, Content-Type: <Content-Type>, Date: <Date>, X-Forwarded-For: <X-Forwarded-For>, FSPIOP-Source: <FSPIOP-Source>, FSPIOP-Destination: <FSPIOP-Destination>, FSPIOP-Encryption: <FSPIOP-Encryption>, FSPIOP-Signature: <FSPIOP-Signature>, FSPIOP-URI: <FSPIOP-URI>, FSPIOP-HTTP-Method: <FSPIOP-HTTP-Method> } Payload - transferMessage: { "fulfilment": <IlpFulfilment>, "completedTimestamp": <DateTime>, "transferState": "COMMITTED", "extensionList": { "extension": [ { "key": <string>, "value": <string> } ] } } end note DFSP2 -> MLAPI: PUT - /transfers/<ID> activate MLAPI MLAPI -> MLAPI: Validate incoming token and originator matching Payee\n<color #FF0000><b>Error codes:</b> 3000-3002, 3100-3107</color> note right of MLAPI #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, type: fulfil, action: commit, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note MLAPI -> TOPIC_FULFIL: Route & Publish Fulfil event for Payee\n<color #FF0000><b>Error code:</b> 2003</color> activate TOPIC_FULFIL TOPIC_FULFIL <-> TOPIC_FULFIL: Ensure event is replicated as configured (ACKS=all)\n<color #FF0000><b>Error code:</b> 2003</color> TOPIC_FULFIL --> MLAPI: Respond replication acknowledgements have been received deactivate TOPIC_FULFIL MLAPI --> DFSP2: Respond HTTP - 200 (OK) deactivate MLAPI TOPIC_FULFIL <- FULF_HANDLER: Consume message ref over TOPIC_FULFIL, TOPIC_TRANSFER_POSITION: Fulfil Handler Consume (Success) {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-fulfil-2.1.1.svg 2.1.1.]]} \n FULF_HANDLER -> TOPIC_TRANSFER_POSITION: Produce message ||| TOPIC_TRANSFER_POSITION <- POS_HANDLER: Consume message ref over TOPIC_TRANSFER_POSITION, TOPIC_NOTIFICATIONS: Position Handler Consume (Success) {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-position-1.3.2-fulfil.svg seq-position-1.3.2-fulfil]]} \n POS_HANDLER -> TOPIC_NOTIFICATIONS: Produce message ||| TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message opt action == 'commit' ||| ref over DFSP1, TOPIC_NOTIFICATIONS: Send notification to Participant (Payer) {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.4.a.svg 1.1.4.a.]]} \n NOTIFY_HANDLER -> DFSP1: Send callback notification end ||| TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message opt action == 'commit' ||| ref over DFSP2, TOPIC_NOTIFICATIONS: Send notification to Participant (Payee) {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.4.a.svg 1.1.4.a.]]} \n NOTIFY_HANDLER -> DFSP2: Send callback notification end ||| end deactivate POS_HANDLER deactivate FULF_HANDLER deactivate NOTIFY_HANDLER @enduml
false
true
true
false
usecase
2e6237834b5fd0694eb3babfc39d9868b1be4798
c3287e91ce0ebce396cd3966de3d2f7d90131c20
/Plantuml/UI/ViewModels/ManeuversViewModel.puml
84277103bd78c7190e582fb2acd3607723bd1059
[]
no_license
kretmatt/SWE2-Tourplanner
497ec2e888112bd3d67a0f2b97e7c1e8e0348371
f064500ae5b913b00671f358a586011affcdaf00
refs/heads/main
2023-05-12T11:48:29.605417
2021-06-06T21:53:11
2021-06-06T21:53:11
341,115,114
0
0
null
null
null
null
UTF-8
PlantUML
false
false
741
puml
@startuml class ManeuversViewModel { + <<event>> CloseRequested : EventHandler<DialogCloseRequestedEventArgs> + ManeuversViewModel(maneuvers:List<Maneuver>) } class "ObservableCollection`1"<T> { } BaseViewModel <|-- ManeuversViewModel IDialogRequestClose <|-- ManeuversViewModel ManeuversViewModel --> "maneuvers<Maneuver>" "ObservableCollection`1" ManeuversViewModel --> "currentManeuver" Maneuver ManeuversViewModel --> "Maneuvers<Maneuver>" "ObservableCollection`1" ManeuversViewModel --> "CurrentManeuver" Maneuver ManeuversViewModel --> "AddManeuverCommand" ICommand ManeuversViewModel --> "RemoveManeuverCommand" ICommand ManeuversViewModel --> "ConfirmCommand" ICommand ManeuversViewModel --> "ExitCommand" ICommand @enduml
false
true
false
false
class
3eb56c49cba725b612fb19f3ffbb6434554c400f
78921b7eb59ad66207c1eead59f763215085bac4
/src/main/java/ex45/ex45Diagram.puml
16521cedd1e2c01d98ba69f63193c467f071b0eb
[]
no_license
salamander5777/Gilday-cop3330-assignment3
d3f2788b4b33d6157bf795a270aff7abd279747b
015d46a68d7b3e73f6665d157835177cf351b68d
refs/heads/main
2023-08-22T19:28:31.734038
2021-10-12T01:36:20
2021-10-12T01:36:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
391
puml
@startuml 'https://plantuml.com/class-diagram class Main class Read Main --|> Read class Read { +int line_count +File file_input +Scanner start_scan +ArrayList<String> array +String input_line +String replace_utilize {static} +reader() } class Main { +Scanner start_scan +String outputFileName_input +FileWriter fileWriter {static} +main() } @enduml
false
true
false
false
class
8c34364d1b5fcea923c398b790a0a8581e575891
74cb674dc7b9c3f65f6ab08fc5ad3a43c3bf12d3
/Offline 4/Problem 2/src/mediator/mediator.plantuml
7ba7cf27c7abb39a6c71f3bf43224186719962f9
[]
no_license
zarif98sjs/CSE-308-Software-Engineering
a9759bbee2ea0647eae2ea677d08741293a1cc14
515015a40c10d916d5089f11784b4ff75319fcbd
refs/heads/main
2023-06-27T05:57:00.443594
2021-07-28T13:57:32
2021-07-28T13:57:32
344,690,362
2
1
null
null
null
null
UTF-8
PlantUML
false
false
615
plantuml
@startuml title __MEDIATOR's Class Diagram__\n namespace mediator { class mediator.JCC { ~ hashMap : HashMap<String, Queue<Service>> + JCC() + recieveRequest() + serveRequest() } } namespace mediator { interface mediator.Mediator { {abstract} + recieveRequest() {abstract} + serveRequest() } } mediator.JCC .up.|> mediator.Mediator 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
58105f53bcfb5529d06143cc2a0cff676bf2652d
76bd2393c8efc4ea4f00e604c0325b223e6c18d3
/doc/chap6/Scheduler-first.puml
96cb0a7d77ed5e04b48cc977909f369cc657b522
[]
no_license
suribada/RxJavaBook
8d5dfae113d778982822adb30aa3659a6f3fa490
a417aea43dae88f573d8a4121a60f339f008e689
refs/heads/master
2023-04-12T22:31:50.662032
2021-04-04T07:17:55
2021-04-04T07:17:55
106,604,606
0
0
null
null
null
null
UTF-8
PlantUML
false
false
187
puml
@startuml abstract class Scheduler Scheduler <|-- ComputationScheduler Scheduler <|-- IoScheduler Scheduler <|-- SingleScheduler Scheduler <|-- TrampolineScheduler hide members @enduml
false
true
false
false
class
dbcfb3491171771c63cbdb0dd7b5a4964dc5afa3
5636e23ca013f1c6d1b88e1715ec038035013f12
/osgi.specs/docbook/core/059/normal-whiteboard-sequence.puml
772956cd3c15d16d6c3e4581d9e7f6bec84e924b
[ "EPL-1.0", "Apache-2.0", "EPL-2.0", "CPL-1.0" ]
permissive
osgi/osgi
b897163557738fb40d03c368a3259b5e670a7d5a
0ec08abcda0a75a8efc99b5f4a178497f73f143c
refs/heads/main
2023-08-31T11:29:00.133907
2023-08-02T15:55:38
2023-08-02T15:55:38
255,701,604
76
36
Apache-2.0
2023-09-06T23:45:13
2020-04-14T19:09:53
Java
UTF-8
PlantUML
false
false
320
puml
@startuml hide footbox skinparam monochrome true skinparam defaultFontName ProductusOSGiBookc skinparam shadowing false participant Webserver as wb participant "Servlet 1" as ll participant "Servlet 2" as rl activate wb wb -> wb: startListening activate ll ll -> wb: addServlet activate rl rl -> wb: addServlet @enduml
false
true
false
false
sequence
b8148041bd806657924fc577ac5e9621597cbb83
844665d08d1be5dacc41d8495725d881c68dba71
/Conferencias/Conferencia 3_ Patrones de Diseño Estructurales/PrincipleAndPatternDesign/src/cu/datys/principles/srp/modem/good/class-diagram.puml
a48d3c438ef212a49a63fba97e2d6a07ff02258f
[ "MIT" ]
permissive
alexescalonafernandez/curso-patrones-diseno
ec1cf0a993707d78c294208e04604a3a0ffd164e
f586e27791e1281087df6cc137da87f407179e65
refs/heads/master
2021-01-25T13:35:26.659206
2018-03-02T20:18:06
2018-03-02T20:18:06
123,588,331
0
0
null
null
null
null
UTF-8
PlantUML
false
false
994
puml
@startuml skinparam backgroundcolor transparent skinparam classFontSize 18 skinparam noteFontSize 18 skinparam arrowFontSize 18 skinparam classAttributeFontSize 18 skinparam titleFontColor #5cb85c Title SRP: Uso correcto interface IConnection{ + void dial(String phoneNumber) + void disconnect() } interface IDataChannel{ + void send(char c) + char receive() } class ConnectionManager implements IConnection class DataChannelFastMode implements IDataChannel class DataChannelSlowMode implements IDataChannel class Modem implements IConnection, IDataChannel{ + Modem(IConnection connection, IDataChannel dataChannel) } Modem *-- IConnection Modem *-- IDataChannel class ModemFastClient 'class ModemSlowClient ModemFastClient --> DataChannelFastMode: use ModemFastClient --> ConnectionManager: use 'ModemSlowClient --> DataChannelSlowMode: use 'ModemSlowClient --> ConnectionManager: use ModemFastClient --> Modem: create 'ModemSlowClient --> Modem: create @enduml
false
true
false
false
sequence
e4f611ca30dce6550bae7b2b879139883e490b34
2224a126b01b992d959a6bd54f2d1011a5ba4d70
/src/Docs/Sprint3/GetEnergyConsumptionDataSeriesInterval.puml
84d1a584b0ccbf6c1adb0a212eeab24775690e0e
[]
no_license
1181687/hateoasToy
f7d5f6aeffe15f30adea325f40670f0e0b15cc35
0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375
refs/heads/master
2020-05-24T10:01:58.451415
2019-05-15T11:02:39
2019-05-15T11:02:39
187,203,481
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,803
puml
@startuml skinparam sequenceMessageAlign center skinparam sequence { ArrowColor Black ActorBorderColor DarkBlue LifeLineBorderColor black LifeLineBackgroundColor LightGrey ParticipantBorderColor Black ParticipantBackgroundColor LightGrey ParticipantFontStyle Bold ActorBackgroundColor DimGrey ActorFontColor DeepSkyBlue ActorFontStyle Bold ActorFontSize 17 ActorFontName Aapex } actor PowerUser PowerUser -> ":UI": 1- GetEnergyConsumptionDataSeries activate ":UI" PowerUser <- ":UI": 2- Ask to choose HouseGrid/Room/Device PowerUser -> ":UI": 3- int option opt Room ":UI" -> ":Controller": 3.1- getRoomListToString() activate ":Controller" ":Controller" -> ":House": 2.3- getRoomListToString() activate ":House" ":Controller" <-- ":House": 2.4- String RoomList deactivate ":House" ":UI" <-- ":Controller": 2.5- String RoomList PowerUser <-- ":UI": 2.6- String RoomList PowerUser -> ":UI": 4- Insert Room position ":UI" -> ":Controller": 4.1- getRoomByPosition(position) ":Controller" -> ":House": 4.1.1- getRoomByPosition (position) activate ":House" ":Controller" <-- ":House": 4.1.2- choosenRoom deactivate ":House" PowerUser <- ":UI": 4- Ask for Start Date and End Date PowerUser -> ":UI": 4.1- Insert Start Date (LocalDateTime) PowerUser -> ":UI": 4.2- Insert End Date (LocalDateTime) ":UI" -> ":Controller": 4.3.1- getRoomDataSeriesToString(startDate, endDate) ":Controller" -> ":Room": 4.3.2- getDataSeries(startDate, endDate) activate ":Room" ":Controller" <-- ":Room": 5.2.1.2- roomDataSeries (Map) deactivate ":Room" ":Controller" -> "Utils": 5.2.2.1- getDataSeriesToString(roomDataSeries) activate Utils "Utils"-->":Controller": 5.2.2.2- dataSeries deactivate Utils ":Controller" --> ":UI": 5.2.2- dataSeries PowerUser <-- ":UI": 5.3- dataSeries end deactivate ":UI" @enduml
false
true
false
false
usecase
de9a72f7111f71073ec32105794c249a4aa1c44e
d57ebc7b49fe0b04e6fe13bce97e099603dfc86a
/temporal-sdk/src/main/java/io/temporal/internal/statemachines/SignalExternalStateMachine.puml
89c3184c76272ae13900d7721f480e5943f616cf
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
mfateev/temporal-java-sdk
6f3cff2c1b97b7c0664682b95427e272cfbf704b
c5f0ebbe8a5cd52ee018809ecdd466379b5a7339
refs/heads/master
2023-07-04T10:05:15.312011
2022-11-24T04:44:50
2022-11-24T04:44:50
250,878,598
0
0
Apache-2.0
2023-03-13T09:56:57
2020-03-28T19:39:37
Java
UTF-8
PlantUML
false
false
1,753
puml
`Copyright (C) 2022 Temporal Technologies, Inc. All Rights Reserved. ` `Copyright (C) 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. ` `Modifications copyright (C) 2017 Uber Technologies, Inc. ` `Licensed under the Apache License, Version 2.0 (the "License"); `you may not use this material except in compliance with the License. `You may obtain a copy of the License at ` ` http://www.apache.org/licenses/LICENSE-2.0 ` `Unless required by applicable law or agreed to in writing, software `distributed under the License is distributed on an "AS IS" BASIS, `WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. `See the License for the specific language governing permissions and `limitations under the License. ` PlantUML <plantuml.com> State Diagram. ` Generated from src/main/java/io/temporal/internal/statemachines/SignalExternalStateMachine.java ` by io.temporal.internal.statemachines.CommandsGeneratePlantUMLStateDiagrams. @startuml title SignalExternal State Transitions [*] --> CREATED CREATED --> SIGNAL_EXTERNAL_COMMAND_CREATED: SCHEDULE SIGNAL_EXTERNAL_COMMAND_CREATED --> SIGNAL_EXTERNAL_COMMAND_CREATED: SIGNAL_EXTERNAL_WORKFLOW_EXECUTION SIGNAL_EXTERNAL_COMMAND_CREATED --> CANCELED: CANCEL SIGNAL_EXTERNAL_COMMAND_CREATED --> SIGNAL_EXTERNAL_COMMAND_RECORDED: SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED SIGNAL_EXTERNAL_COMMAND_RECORDED --> SIGNAL_EXTERNAL_COMMAND_RECORDED: CANCEL SIGNAL_EXTERNAL_COMMAND_RECORDED --> SIGNALED: EXTERNAL_WORKFLOW_EXECUTION_SIGNALED SIGNAL_EXTERNAL_COMMAND_RECORDED --> FAILED: SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED SIGNALED --> [*] FAILED --> [*] CANCELED --> [*] center footer Copyright (C) 2020 Temporal Technologies, Inc. All Rights Reserved. @enduml
false
true
false
false
sequence
fe77a59be695bc9b5fea461914b730c67cda5700
edf83c39edec88ce9653491f828632be3f2fdbc1
/usecasemodel2.puml
a1db1154f086120ac7be772fe17d8b6da59c08aa
[]
no_license
charelF/SE1
4cb25b97f1c575c6d3fedbf073c3584bf43aa1b1
afa9b67d5ee130fa1b6c8f597aaf6839567aea11
refs/heads/master
2020-09-04T08:27:50.907270
2019-11-19T09:18:47
2019-11-19T09:18:47
219,694,355
0
0
null
null
null
null
UTF-8
PlantUML
false
false
471
puml
@startuml usecase ugCRUDfiles as UC2 usecase sfCreateFile as UC41 usecase sfReadFile as UC42 usecase sfUpdateFile as UC43 usecase sfDeleteFile as UC44 actor actUser as A3 A3 --> UC41 : <<Primary>>\n<<Active>> A3 --> UC42 : <<Primary>>\n<<Active>> A3 --> UC43 : <<Primary>>\n<<Active>> A3 --> UC44 : <<Primary>>\n<<Active>> UC41 <-- UC2 : <<reuse>>\n[1..1] UC42 <-- UC2 : <<reuse>>\n[1..1] UC43 <-- UC2 : <<reuse>>\n[1..1] UC44 <-- UC2 : <<reuse>>\n[1..1] @enduml
false
true
false
false
usecase
a6ef722da1e9e8130816139a76e9112074ad0519
f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6
/_src/iti46.plantuml
41b0270ecaf442f533eb78da5563c41db442019a
[ "MIT", "GPL-1.0-or-later", "WTFPL", "CC-BY-3.0-US", "BSD-3-Clause", "OFL-1.1" ]
permissive
oehf/ipf-docs
178fe1e3fe079afede58fd25fe93a360234a273a
3a8ea98c86b3405f6571cb23b4da44a726a8fbf4
refs/heads/master
2023-08-30T06:25:52.374023
2023-08-29T14:34:33
2023-08-29T14:34:33
158,552,584
0
3
MIT
2022-03-30T07:48:51
2018-11-21T13:31:43
HTML
UTF-8
PlantUML
false
false
281
plantuml
@startuml hide footbox participant "Patient Identifier\nCross-Reference Consumer" as CON participant "Patient Identifier\nCross-Reference Manager" as MPI MPI -> CON :Patient Registry Record Revised PRPA_IN201302UV02 activate CON CON --> MPI : Acknowledge deactivate CON @enduml
false
true
false
false
sequence
8b78ad0575d2a1cf9773e6de742720497bd12bda
8f4822056668417d766dda06b34848bad72dd54f
/actors.puml
07bb877a53cc1ba77698b58d0177489726855d6a
[]
no_license
msingh-oshpd/dataops-docs
80770b1e557d7ba679c667b3e519ab9e0d27533b
c58d510f09268690252c06e7e7dbcbf4c836af9a
refs/heads/main
2023-03-21T04:15:07.241232
2021-03-04T06:44:18
2021-03-04T06:44:18
344,356,501
0
0
null
null
null
null
UTF-8
PlantUML
false
false
899
puml
actor "Amandeep Singh" as amandeeps actor "Manpreet Singh (Manny)" as manpreets actor "Florence Peng" as florencep actor "Julie Costa" as juliec actor "Min Chen" as minc actor "Angelina Gerasimov" as angelinag actor "Curtis Splan\nSupervisor" as curtiss actor "Thomas Buno\nSupervisor" as thomasb actor "Starla Ledbetter\nChief Data Officer" as starlal actor "Whitney Carpenter\nResearch Data Specialist" as whitneyc actor "Mary Holiday-Hanson\nResearch Scientist Supervisor" as maryhh actor "Chris Krawczyk\nChief Analytics Officer" as chrisk actor "Steven Sottana\nCheif Strategy Officer" as stevens actor "David Ferrell\nInformation Security Officer" as davidf actor "Manraj Singh\nSolutions Architect" as manrajs actor "James Petersen\nTechnical Architect" as jamesp actor "Ryan Morris\nChief Technology Officer" as ryanm actor "Michael Valle\nChief Information Officer" as michaelv
false
true
false
false
usecase
6fb2f3e7ecbfebcdc6ed1d4ed22fc0b37f5603ab
ff489a81adc604417eef68fbabc0f07faac1b100
/sequence/borrar-tarea.puml
7d29af72b8ec862aaa75b5de58626e494bb63ac5
[]
no_license
jorgesanz98/UML-1
818d11302dd13f07d7d19081a05ed56a466627e9
efc8f3d919108194466fd03f3861f93ee85a7e4c
refs/heads/master
2022-06-09T00:33:51.693494
2020-05-12T09:35:15
2020-05-12T09:35:15
263,427,974
0
0
null
2020-05-12T19:09:25
2020-05-12T19:09:24
null
UTF-8
PlantUML
false
false
610
puml
@startuml skinparam sequenceParticipant underline hide footbox actor Participante participant ":Tarea" as Tarea participant ":Nota" as Nota actor "Jefe de proyecto" as Jefe activate Participante activate Tarea autonumber "4-" Participante -> Tarea : borraTarea alt participante = creador loop para cada nota activate Nota Tarea -> Nota : borraNota deactivate Nota end Tarea -> Jefe : notifica activate Jefe autonumber stop Tarea --> Participante : OK else Tarea --> Participante deactivate Jefe deactivate Tarea end deactivate Participante @enduml
false
true
false
false
sequence
1f1edb11cfbe416c829008f103ccb2f67a32f5a0
aefb1807676f66cc46e45071b3deb1969e682322
/SELAIN SISTEM/UML/SEQUENCE/administrator/editmenu.puml
f73baaeef949a44793975827a7d806e9bc24042b
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kurniado729/sistem_kp
f456f7a22392f99c117797370c9a8d70c96b0df4
c77c7bc9aa28fe414be3254880112dbffb4b2ab2
refs/heads/master
2023-02-01T21:00:47.861038
2019-12-20T18:52:46
2019-12-20T18:52:46
220,038,247
0
1
MIT
2023-02-01T02:14:20
2019-11-06T16:12:42
HTML
UTF-8
PlantUML
false
false
1,154
puml
@startuml autonumber hide footbox title Mengubah Menu Actor Administrator boundary Dashboard_V boundary Menu_V boundary EditMenu_V control Admin_C control Menu_C Entity Menu_E Admin_C --> Dashboard_V: load->view() Dashboard_V --> Administrator: Halaman Dashboard Administrator --> Dashboard_V: klik Menu_E Menu management Dashboard_V --> Menu_C: index() Menu_C --> Menu_E: Menu_E --> Menu_C: Menu_C --> Menu_V: load->view() Menu_V --> Administrator: Halaman Menu management Administrator --> Menu_V: klik tombol EditMenu Menu_V --> Menu_C: EditMenu() Menu_C --> EditMenu_V: load->view() EditMenu_V --> Administrator: Halaman EditMenu Administrator --> EditMenu_V: Mengisi Inputan dan klik tombol edit note right of Administrator Inputan Menu end note EditMenu_V --> Menu_C: EditMenu() Menu_C --> Menu_E: alt isValid() case Menu_E --> Menu_C: isValid() Menu_C --> Menu_V: load->view() Menu_V --> Administrator: Halaman Menu else isInvalid() case Menu_E --> Menu_C: isInValid() Menu_C --> EditMenu_V: load->view() EditMenu_V --> Administrator: Halaman Edit Menu end @enduml
false
true
false
false
sequence
de1d19ae4038a7106ea25fab38088b2ecf567875
8eeaa622bd21c275f3c6995d3f1b3657b68b0618
/src/Docs/_new/2-internals/1-core/10-erd/_puml/erd-shopware-core-checkout-discountsurcharge.puml
14b4710ba0c1d92b0777186652c1d0f7cc6d6e09
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
Gamingpc/platform
79282f0e78f9346b4fa02a7907975890200d8ac8
47169962a2d7fa4b232ad63d3611ac392ba3ddf4
refs/heads/6.0-dp
2023-04-06T14:37:58.066081
2019-07-15T06:24:42
2019-07-15T06:24:42
188,271,256
3
2
MIT
2023-04-04T01:25:29
2019-05-23T16:35:37
PHP
UTF-8
PlantUML
false
false
2,130
puml
@startuml ' uncomment the line below if you're using computer with a retina display ' skinparam dpi 300 !define Table(name,desc) class name as "desc" << (T,#FFAAAA) >> !define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >> !define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >> ' we use bold for primary key ' green color for unique ' and underscore for not_null !define primary_key(x) <b>x</b> !define unique(x) <color:green>x</color> !define not_null(x) <u>x</u> ' other tags available: ' <i></i> ' <back:COLOR></color>, where color is a color name or html color code ' (#FFAACC) ' see: http://plantuml.com/classes.html#More hide methods hide stereotypes hide empty members skinparam backgroundColor #FFFFFF ' entities Table(ShopwareCoreCheckoutDiscountSurchargeDiscountSurchargeDefinition, "discount_surcharge\n(Discounts/Surcharges)") { primary_key(id) id name translated not_null(ruleId) foreignKey not_null(type) string not_null(amount) float customFields translated not_null(createdAt) createdAt not_null(updatedAt) updatedAt translated json } TranslationTable(ShopwareCoreCheckoutDiscountSurchargeAggregateDiscountSurchargeTranslationDiscountSurchargeTranslationDefinition, "discount_surcharge_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt not_null(updatedAt) updatedAt primary_key(discountSurchargeId) foreignKey primary_key(languageId) foreignKey } ForeignTable(ShopwareCoreContentRuleRuleDefinition, "rule") { } ForeignTable(ShopwareCoreFrameworkLanguageLanguageDefinition, "language") { } ' relationshipd ShopwareCoreCheckoutDiscountSurchargeAggregateDiscountSurchargeTranslationDiscountSurchargeTranslationDefinition --> ShopwareCoreCheckoutDiscountSurchargeDiscountSurchargeDefinition ShopwareCoreCheckoutDiscountSurchargeDiscountSurchargeDefinition --> ShopwareCoreContentRuleRuleDefinition ShopwareCoreCheckoutDiscountSurchargeAggregateDiscountSurchargeTranslationDiscountSurchargeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition @enduml
false
true
false
false
uml-unknown
b7efa0dae3564e92061b1d7210b14d7ce03ac6c7
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/Violet.puml
ac10ca9bb7e47555b888ea5f928795cd3a2ddf02
[]
no_license
weedySeaDragon/plantuml-documentation
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
3c23cd2cd7fc1b4a85423ef9861711907fab2296
refs/heads/develop
2022-12-09T05:57:04.055959
2022-05-12T16:05:20
2022-05-12T16:05:20
165,910,589
55
6
null
2022-11-22T10:34:29
2019-01-15T19:28:35
SCSS
UTF-8
PlantUML
false
false
307
puml
@startuml skinparam ClassBackgroundColor #Violet skinparam ClassFontColor #Violet skinparam ClassBorderColor #Violet skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
cf868458d160e71ae45fefb2fb3ba480be2a49ae
e9484221b0c6ba02e8734ee8012e6fd51603bf5f
/source/puml/user_analysis/users_northernlights.puml
52806b14add9a39e91ae012eac9404632287292c
[]
no_license
metno/S-ENDA-documentation
91ec3d69bb94f3c2e6902478b179821eaf0b98d7
a8c109a440587105509f800429d83657939c1c1e
refs/heads/master
2023-02-23T16:06:50.410409
2022-02-14T17:17:06
2022-02-14T17:17:06
227,606,604
2
7
null
2023-02-15T11:21:12
2019-12-12T12:52:31
Python
UTF-8
PlantUML
false
false
213
puml
@startuml package "Level 2 data" as L2 { (Radar cloud products) as (CD2) } package "Level 4 data" as L4 { (Model data) as (CD4) } actor "L2 consumer / L4 consumer" as LC LC --> (CD2) LC --> (CD4) @enduml
false
true
false
false
usecase
b1304ba37db701f1f98d8acb0283a4a117d0949b
de8a1e04d05dced7044f25dd1e9e6464c99168e0
/intro-refactoring-d02/src/src.plantuml
9e42af3269b6887dc490a376e2b26e0ae5a72a01
[ "Unlicense" ]
permissive
chyeyexx7/Disseny-de-Software-20-21
cb8049b192291901ab6cf6d14bf642cbf1d85557
5d581f19185b8e5aab4e59d7fbe0245013802a67
refs/heads/main
2022-12-28T21:26:03.001096
2020-10-08T04:39:19
2020-10-08T04:39:19
302,228,330
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,664
plantuml
@startuml title __SRC's Class Diagram__\n class ChildrenPrice { ~ getCharge() ~ getPricedCode() } class Customer { - name : String - rentals : List<Rental> + Customer() + addRental() + getName() + htmlStatement() + statement() - getAmountFor() - getTotalCharge() - getTotalFrequentRenterPoints() } class Movie { {static} + CHILDREN : int {static} + NEW_RELEASE : int {static} + REGULAR : int - title : String + Movie() + getPriceCode() + getTitle() ~ getCharge() ~ getFrequentRenterPoints() - setPriceCode() } class NewReleasePrice { ~ getCharge() ~ getPricedCode() ~ getTotalFrequentRenterPoints() } abstract class Price { {abstract} ~ getCharge() {abstract} ~ getPricedCode() ~ getTotalFrequentRenterPoints() } class RegularPrice { ~ getCharge() ~ getPricedCode() } class Rental { - daysRented : int + Rental() + getDaysRented() + getMovie() ~ calculatePoints() ~ getRentalPrice() } Customer "1" -> "*" Rental : rental Rental "*" o-- "1" Movie : movie Movie "*" o-- "1" Price : price ChildrenPrice -up-|> Price NewReleasePrice -up-|> Price RegularPrice -up-|> Price 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
sequence
7abd28030babdcce41dc1101900f767b0c4417bf
560c3bcb2ff85ffb63d25a71320cc4f8801aa373
/src/UML_SquaresConsole_model.puml
391851550776df45b9969ac7ba8fd3010f784700
[]
no_license
sikandre/ISEL-LEIC-1718i-Squares
6fa4f1e74ac311f5246c832d153f7d3ca3391ccd
23bcd5bddbcb660c81af4f9c26bd75a98cdffd2e
refs/heads/master
2020-04-25T10:06:42.297713
2017-11-13T19:03:06
2017-11-13T19:03:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,167
puml
@startuml Squares *-- "*" Square : -grid abstract class Square { +{static}NO_COLOR:int +{static}model:Square #selected:boolean #special:boolean +{static}count:int +{abstract}touch(line:int, col:int):boolean +getColor():int +{static}newInstance(type:Char):Square +getSquare():Square +{abstract}isMovable():boolean +{abstract}isSelected():boolean +{abstract}checkAroundSquares(line:int, col:int) +{abstract}isSpecial():boolean } class ColorSquare { -color:int +ColorSquare(type:char) +isMovable():boolean +isSelected():boolean +getColor():int +touch(line:int col:int):boolean +checkAroundSquares(l:int, c:int) -checkAround(square:Square, l:int, c:int) +isSpecial():boolean } class BombSquare { #type:char #BombSquare(type:char) +isMovable():boolean +isSelected():boolean +touch(line:int, col:int):boolean +checkAroundSquares(l:int, c:int) +getColor():int +isSpecial():boolean } class VerticalSquare { #type:char #VerticalSquare(type:char) +touch(line:int, col:int):boolean +checkAroundSquares(line:int, col:int) +getColor():int +isMovable():boolean +isSelected():boolean +isSpecial():boolean } class HorizontalSquare { #type:char #HorizontalSquare(type:char) +isMovable():boolean +isSelected:boolean +touch(line:int, col:int):boolean +checkAroundSquare(line:int, col:int) +getColor():int +isSpecial:boolean } class EmptySquare { #type:char #EmptySquare(type:char) +touch(line:int, col:int):boolean +isMovable():boolean +isSelected():boolean +checkAroundSquares(line:int, col:int) +isSpecial():boolean } class JokerSquare { #type:char #EmptySquare(type:char) +touch(line:int, col:int):boolean +getColor():int +isMovable():boolean +isSelected():boolean +checkAroundSquares(line:int, col:int) +isSpecial():boolean } Square <- SquareTile : square Square <|-- ColorSquare Square <|-- BombSquare Square <|-- VerticalSquare Square <|-- HorizontalSquare Square <|-- EmptySquare Square <|-- JokerSquare @enduml
false
true
false
false
class
800eb31410f95ad26f0ea69dfc7b1b0fa6ea7a65
02812b58a1bbdb0aa3c66cf2ad1e29387d037108
/src/main/java/ex41/base/NameSorter.puml
ef9c712c94b5557fe5afb1dd21bcefb2334f5559
[]
no_license
UrsulaShaw/shaw-cop3330-assignment3
50e33104ad61ccf30eb10c3b240f0db0d424d43b
8b59648331091daf89bd828ce65752ceda7556ef
refs/heads/master
2023-05-28T07:55:53.699753
2021-06-21T04:05:20
2021-06-21T04:05:20
378,755,821
0
0
null
null
null
null
UTF-8
PlantUML
false
false
439
puml
@startuml 'https://plantuml.com/sequence-diagram Class App { Path filepath } Class Validator { validatePath(Path filePath) } Class Reader { namesFromFile(File inputFile) : List<List<String>> } Class Sorter { sortNames(List<List<String>> unsortedNames) : List<List<String>> } Class Writer { createOutputFile(List<List<String>> sortedNames) } App -- Reader App -- Writer App -- Sorter App -- Validator @enduml
false
true
false
false
class
39960ad1cdd39e8fcf91065aa2c2e98a0dc469b5
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyCartAddLineItemAction.puml
6eddef92149112088fd82693b48d5dcbc9ab90b8
[]
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
832
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 MyCartAddLineItemAction [[MyCartAddLineItemAction.svg]] extends MyCartUpdateAction { action: String key: String productId: String variantId: Long sku: String quantity: Long addedAt: DateTime distributionChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface MyCartUpdateAction [[MyCartUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
87fc1bed81b1c2fead7e8cf022a791efff6c65f2
c11d20c965bd2807d1b4584ce4f2f2958a87d045
/documentation/dataflow.plantuml
04fe2cccdc4a62264e76451d1a8e854e70bc36bf
[ "MIT" ]
permissive
raphaelhetzel/local-campus-app
b395f68639ca728db2e86f6708c8ad753831da46
eb1f7f98d9a2a736fc7b9d5fe1d5c8ef14db1ce6
refs/heads/master
2020-04-26T06:57:40.019392
2019-03-01T23:42:16
2019-03-01T23:56:28
173,381,066
0
0
null
null
null
null
UTF-8
PlantUML
false
false
710
plantuml
@startuml class AppLogic class PostRepository { LiveData<List<Post>> getPostsforTopic(long topicId); void addPost(Post post) } class NetworkLayerPostRepository { void insertPost(Post post) } class AppLibService { void publish(SCAMPIMessage message, String topic) } class TopicHandler <<MessageReceivedCallback>> { void messageReceived(SCAMPIMessage message) } class Database { LiveData<List<Post>> getPostsforTopic(long topicId); void insertPost(Post post) } AppLogic --> PostRepository PostRepository --> AppLibService AppLibService --> TopicHandler TopicHandler --> NetworkLayerPostRepository NetworkLayerPostRepository --> Database PostRepository --> Database @enduml
false
true
false
false
class
df507857a8f796ba9d1d4a9b7b63f83435b230a5
82395399e18144a2f495c47cf33517c44df2364e
/backend/uml/gps.puml
0ca4f97c5743d3c886621b54fd39fbd3099ea831
[]
no_license
roxana-andreea/BachelorProject
945218f7ec6c34a988b6b1d4ad306c8b4dcb58ac
44ce97466ec82fd23cddcc2b2531994c828882d3
refs/heads/master
2021-01-01T05:57:36.481475
2017-07-23T08:13:03
2017-07-23T08:13:03
97,319,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
323
puml
@startuml (*) --> "Connect to modem" "Connect to modem" --> "Setup A-GPS parameters" "Setup A-GPS parameters" --> "Get location parameters" If "modem still initializing" then --> [Yes] "data upload to API and retry later" --> "Get location parameters" else --> "retry until initialization is finished" Endif -->(*) @enduml
false
true
false
false
activity
2535752a65a585320eea23c4c6be219dce89008e
6ca32a5b43aaa8fbcd02fcdfc31122861d003cb8
/PatternUML/Factory.plantuml
f805d61646e5932d5e562ea902ecaadd8a71c8b1
[]
no_license
wuran-github/Pattern
c9463d48f966c78ee64068825c22d25a5311c5b5
be3a21a12523e3eee8618f03676bce01780e023f
refs/heads/master
2020-04-03T09:59:15.508211
2018-11-04T09:09:52
2018-11-04T09:09:52
155,181,154
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,118
plantuml
@startuml title Factory class diagram interface IQuest interface IQuestFactory abstract class Quest class KillGoblin class DeliverGoods class SearchRing class KillGoblinFactory class DeliverGoodsFactory class SearchRingFactory Quest..|>IQuest KillGoblin--|> Quest DeliverGoods --|> Quest SearchRing --|> Quest KillGoblinFactory ..|> IQuestFactory DeliverGoodsFactory ..|> IQuestFactory SearchRingFactory ..|> IQuestFactory KillGoblinFactory ..> KillGoblin DeliverGoodsFactory ..> DeliverGoods SearchRingFactory ..> SearchRing @enduml @startuml title Static Factory Class Diagram interface IQuest interface IQuestFactory abstract class Quest class KillGoblin class DeliverGoods class StaticQuestFactory Quest ..|> IQuest StaticQuestFactory ..|> IQuestFactory KillGoblin --|> Quest DeliverGoods --|> Quest StaticQuestFactory ..> KillGoblin StaticQuestFactory ..> DeliverGoods @enduml @startuml title Abastract Factory Diagram interface IQuest interface IQuestFactory abstract class Quest class KillGoblin class DeliverGoods class SearchRing class KillGoblinFactory class DeliverGoodsFactory class SearchRingFactory interface IEquipmentFactory{ CreateWeapon() CreateItem() } interface IWeapon interface IItem class ChangGeFactory class ChunYangFatory 'weapon class Sword class GuQin 'Item class DaoFu class QinOil 'quest Quest ..|> IQuest KillGoblin--|> Quest DeliverGoods --|> Quest SearchRing --|> Quest KillGoblinFactory ..|> IQuestFactory DeliverGoodsFactory ..|> IQuestFactory SearchRingFactory ..|> IQuestFactory KillGoblinFactory ..> KillGoblin DeliverGoodsFactory ..> DeliverGoods SearchRingFactory ..> SearchRing 'equipment ChangGeFactory ..|> IEquipmentFactory ChunYangFatory ..|> IEquipmentFactory Sword ..|> IWeapon GuQin ..|> IWeapon DaoFu ..|> IItem QinOil ..|> IItem ChunYangFatory ..> Sword ChunYangFatory ..> DaoFu ChangGeFactory ..> GuQin ChangGeFactory ..> QinOil Quest --> IEquipmentFactory Quest --> IItem Quest --> IWeapon KillGoblinFactory ..> IEquipmentFactory DeliverGoodsFactory ..> IEquipmentFactory SearchRingFactory ..> IEquipmentFactory @enduml
false
true
false
false
class
a41c36ab1c4b9922cffb179d3822db38ea38f1a5
5a69e46d338807c0d5bca3cbe378cc511f1fd563
/assets/use-case-diagram.iuml
a74e238a576b9044647cc5e1a806eff0c4178350
[]
no_license
KonstantinFrank01/safer-pool
504409172de0732347a615657c7ac8c7cd3beb4f
5d13aa6c48d2e2492d5fc64f4f4227d8c84ebe65
refs/heads/master
2023-01-12T14:54:53.367991
2021-02-16T08:32:56
2021-02-16T08:32:56
234,154,804
1
0
null
2023-01-07T18:16:02
2020-01-15T19:19:16
C++
UTF-8
PlantUML
false
false
428
iuml
@startuml left to right direction actor Poolbesitzer actor Poolbenutzer rectangle NETUNUS{ Poolbesitzer -- (Bekommt Benachrichtigung) Poolbesitzer -- (Deaktiviert Alarm) Poolbesitzer -- (Deaktiviert zeitgesteuert das Überwachungssystem) Poolbesitzer -- (Betrachtet vergangene Auslöser) (Bekommt Benachrichtigung) .> (Auslösen des Alarms) : <<extends>> (Auslösen des Alarms) -- Poolbenutzer } @enduml
false
true
true
false
usecase
6d4b8d9c65111414e3b8fb7903a4173923e2c04f
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/serviceSchema/sdWan/uml/virtualTopology.puml
62104fe5e347a398996da1031fcf975f47fafdb4
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Legato-SDK
b2ed422108f4bbb5d3aff27123d3f31305fd808f
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
refs/heads/working-draft
2023-07-06T06:44:01.113378
2023-06-23T14:14:48
2023-06-23T14:14:48
94,903,642
5
4
Apache-2.0
2022-05-04T10:22:56
2017-06-20T15:00:38
null
UTF-8
PlantUML
false
false
844
puml
@startuml zone.puml skinparam { FontName Times ClassBackgroundColor White ClassBorderColor Black ClassBorderColor<<ServiceSpecification>> FireBrick } !define datatype(x) class x << (D,#FF7700) DataType>> datatype(VirtualTopology) { vtName: String vtType: VtType vtEp: VirtualTopologyEndPoint } enum VtType { - MPT_TO_MPT - ROOTED_MPT } datatype(VirtualTopologyEndPoint) { multipointToMultipoint: String[2..*] rootedMultipoint: VtRootedMultipoint } datatype(VtRootedMultipoint) { rootList: String[1..*] leafList: String[1..*] } VirtualTopology "1" *--> "1" VtType VirtualTopology "1" *--> "1" VirtualTopologyEndPoint VirtualTopologyEndPoint "1" *--> "1" VtRootedMultipoint @enduml
false
true
false
false
class
0b3555fd7e54a26e1908776cbf546dbfdf80127f
efff694a584cca945b63fe4b92b74d7c89effcef
/plantuml/doc/时序图/声明参与者.puml
e99a897c9804ccf7a7a19b8e56581279940298ac
[]
no_license
XWxiaowei/PlantUML_doc
b6583b3ae45f4bbf7d2e2a0248dbab2bb6a74c08
463ac56ac17f218726f46b7ff9be029e212ac468
refs/heads/master
2020-05-15T17:06:23.458088
2019-04-20T12:44:16
2019-04-20T12:44:16
182,400,270
0
0
null
null
null
null
UTF-8
PlantUML
false
false
230
puml
@startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1-> Foo2 : To boundary Foo1->Foo3: To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml
false
true
false
false
sequence
9fc1757153d9169d7afb7a6174ac8f5baaa8d8ac
29e06a727e2951557b086ea8c5cf74d1deac8ff4
/input/images-source/example6-result.plantuml
adccc41d4dc958b1e65baeadb8e42e7cc21881bb
[ "CC0-1.0" ]
permissive
costateixeira/hl7-be-fhir-medication
8f715f8dc918cb32bb482c1d4c895173716b30c3
e7de80006725f75ffc3eb09a713c6e4c10fb1df3
refs/heads/master
2023-07-13T23:41:06.234140
2021-08-20T09:01:07
2021-08-20T09:01:07
379,354,108
0
0
CC0-1.0
2021-06-22T17:44:08
2021-06-22T17:44:07
null
UTF-8
PlantUML
false
false
333
plantuml
@startuml package "Treatment" <<Rectangle>> { package "Second Treatment Line" <<Rectangle>> { object "New Prescription" as Prescription2 { product = new product } } package "First Treatment Line" <<Rectangle>> { object Dispense{ # Refused } object Prescription{ product = ibuprofen 400 mg cp } } } @enduml
false
true
false
false
object
7010f5f5a929000a54362ef8d63d5ab93127f83a
d2a19b07354480392ca76f3a9cfdb59672b9bced
/internal/services/material-list/SubscriptionService-MaterialList-GetList.puml
81c92d20eee3a8a94cffb6a2a1172efe122d0662
[]
no_license
danskernesdigitalebibliotek/plantuml
4b109bab8a790e28fada98770a6ca25774bb4199
e654bbf040f6d74d53dbf5fc56588b042b1d12bb
refs/heads/master
2021-09-24T02:18:46.708657
2021-09-17T07:07:16
2021-09-17T07:07:16
187,801,964
0
1
null
null
null
null
UTF-8
PlantUML
false
false
444
puml
@startuml title Subscription Service - Material list - Get list ' Removing color and border from cards skinparam monochrome true ' Participants boundary DDBCMS as "DDB CMS" boundary MatList as "Material\nList" database SubService as "Subscription" group Get list DDBCMS -> MatList: Get list alt List exists DDBCMS <-- MatList: Return list else DDBCMS <-- MatList: Return error end end @enduml
false
true
false
false
sequence
95c3fbb52a96acb30d84dcffe4df4b8708b0e12f
372d0fe94d7e59fd48620c687fee8fc94841408b
/deadheat-lock-example/microservices-example/netflix-eureka-naming-server/src/test/java/com/vrush/microservices/netflixeurekanamingserver/netflixeurekanamingserver.plantuml
a7d2fa74c293b26094feca351647f2230461f0df
[ "Apache-2.0" ]
permissive
vrushofficial/deadheat-lock
4ae44e23fea2ad57db17aadeba58e39ef4f63822
11c516a2ca0e58dd2d6b2ef8c54da0975fcbe5d2
refs/heads/main
2023-01-14T17:28:38.161881
2020-11-29T11:11:55
2020-11-29T11:11:55
310,531,739
2
1
null
2020-11-19T08:16:25
2020-11-06T08:06:52
CSS
UTF-8
PlantUML
false
false
472
plantuml
@startuml title __NETFLIXEUREKANAMINGSERVER's Class Diagram__\n namespace com.vrush.microservices.netflixeurekanamingserver { class com.vrush.microservices.netflixeurekanamingserver.NetflixEurekaNamingServerApplicationTests { + contextLoads() } } 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
9915e180d7241acb0c106ecdf391770efc1fb4b3
49cd94a038b441d9db6a8cc841abc7890fda5775
/docs/rolling-update.puml
7b8a0eef1fc1774c8622671af4d5fd8ca75fad6c
[]
no_license
cloudogu/k8s-intro-talk
774dc44e290c01c89e124d005ec08ded2f323445
97235c5298cda427b4dd7b8dd7c8cf04f6af8331
refs/heads/master
2022-11-04T21:06:59.033221
2020-07-17T12:42:53
2020-07-17T12:42:53
276,060,383
1
1
null
null
null
null
UTF-8
PlantUML
false
false
2,079
puml
@startuml !include <tupadr3/common> !define ICONURL https://raw.githubusercontent.com/Roemer/plantuml-office/master/office2014 !includeurl https://raw.githubusercontent.com/michiel/plantuml-kubernetes-sprites/master/resource/k8s-sprites-unlabeled-25pct.iuml !includeurl ICONURL/Devices/load_balancer.puml !define CLOUDOGU_BLUE #23a3dd skinparam arrow { Color CLOUDOGU_BLUE FontColor WHITE } skinparam rectangle { BackgroundColor CLOUDOGU_BLUE BorderColor #16688d FontColor WHITE backgroundColor<<rollingUpdateGroup>> WHITE FontColor<<rollingUpdateGroup>> CLOUDOGU_BLUE } rectangle "Version 1.0 active" as 1 <<rollingUpdateGroup>> { rectangle "<$svc>\nService" as service_1 rectangle "<$pod>\n1.0\nactive" as pod_1_1 rectangle "<$pod>\n1.0\nactive" as pod_1_2 rectangle "<$pod>\n1.0\nactive" as pod_1_n service_1 --> pod_1_1 service_1 --> pod_1_2 service_1 --> pod_1_n } rectangle "Begin rolling update" as 2 <<rollingUpdateGroup>> { rectangle "<$svc>\nService" as service_2 rectangle "<$pod>\n2.0\ndeploying" <<rollingUpdateGroup>> as pod_2_1 rectangle "<$pod>\n1.0\nactive" as pod_2_2 rectangle "<$pod>\n1.0\nactive" as pod_2_n service_2 -[hidden]-> pod_2_1 service_2 --> pod_2_2 service_2 --> pod_2_n } rectangle "Both versions active" as 3 <<rollingUpdateGroup>> { rectangle "<$svc>\nService" as service_3 rectangle "<$pod>\n2.0\nactive" as pod_3_1 rectangle "<$pod>\n2.0\ndeploying" <<rollingUpdateGroup>> as pod_3_2 rectangle "<$pod>\n1.0\nactive" as pod_3_n service_3 --> pod_3_1 service_3 -[hidden]-> pod_3_2 service_3 --> pod_3_n } rectangle "Version 2.0 active" as 4 <<rollingUpdateGroup>> { rectangle "<$svc>\nService" as service_4 rectangle "<$pod>\n2.0\nactive" as pod_4_1 rectangle "<$pod>\n2.0\nactive" as pod_4_2 rectangle "<$pod>\n2.0\nactive" as pod_4_n service_4 --> pod_4_1 service_4 --> pod_4_2 service_4 --> pod_4_n } pod_1_1 -[hidden]-- pod_3_1 pod_2_1 -[hidden]-- pod_4_1 @enduml
false
true
false
false
uml-unknown
7d4bb06b30bd274f663307526c9f56656316b09c
65caea93a7c4323bba827806d9f31581c6a98d48
/uml/Component-Deployment.puml
065de295ad74e632c83ec4f03f658024ea8caae0
[]
no_license
APTSquad/aptracker-docs
7209b6b2dfdd2fdd1e36290ab9116203209bf382
4eec04db2662f7e511b891a92b2daaa7547a7624
refs/heads/master
2020-07-25T19:33:17.414025
2020-01-17T19:12:16
2020-01-17T19:12:16
208,403,566
0
0
null
null
null
null
UTF-8
PlantUML
false
false
479
puml
@startuml APTracker.ComponentDeployment left to right direction skinparam DefaultFontSize 18 interface "HTTP" as HTTP node "Proxy server" { component "HTTP proxy" as Proxy [Proxy] -- [HTTP] } node "Database server" { database "Database instance" as DB } node "Client server" { component "Client application instance" as Client [Client] -- [HTTP] } node "API Server" { component "API instance" as API [API] -- [HTTP] [API] -- [DB] } @enduml
false
true
false
false
sequence
6d8e3fb979f5c0adf5c3a2b20ba12e8a250d6cf3
01227bcb8b7ff49b39d0fa7f4768e778f7bb7f02
/bin/src/ChessGame/ChessGame.plantuml
ca01bb20babe0924ed73a3e3c64e21e0d9c2a80a
[]
no_license
gurjotsandher/Chess-Game
ac8610edb5f920b9c34c6efe84c6b7f2d2f044b5
90f274127ebb537369c1196af2cabce1edb7acc9
refs/heads/master
2023-02-23T12:02:37.621462
2021-01-27T13:08:59
2021-01-27T13:08:59
333,423,315
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,022
plantuml
@startuml title __CHESSGAME's Class Diagram__\n namespace ChessGame { class ChessGame.Bishop { + Bishop() + Tile() + isValidMove() } } namespace ChessGame { class ChessGame.Board { - Tiles : Tile[][] + Board() + getNumberOfCols() + getNumberOfRows() + getTileAt() + init() } } namespace ChessGame { class ChessGame.Chess { {static} - BLACK_BISHOP_KEY : String {static} - BLACK_KING_KEY : String {static} - BLACK_KNIGHT_KEY : String {static} - BLACK_PAWN_KEY : String {static} - BLACK_QUEEN_KEY : String {static} - BLACK_ROOK_KEY : String {static} - BLACK_Tile_KEY : String {static} - WHITE_BISHOP_KEY : String {static} - WHITE_KING_KEY : String {static} - WHITE_KNIGHT_KEY : String {static} - WHITE_PAWN_KEY : String {static} - WHITE_QUEEN_KEY : String {static} - WHITE_ROOK_KEY : String {static} - WHITE_Tile_KEY : String + Chess() {static} + access$000() + getBoard() + getCurrentPlayer() {static} + main() + move() + switchPlayers() - centre() - init() - initPieces() - setPiece() - shutdown() } } namespace ChessGame { class ChessGame.Chess$1 { + windowClosing() ~ Chess$1() } } namespace ChessGame { class ChessGame.King { + King() + Tile() + isValidMove() } } namespace ChessGame { class ChessGame.Knight { + Knight() + Tile() + isValidMove() } } namespace ChessGame { class ChessGame.MoveListener { + MoveListener() + mouseClicked() } } namespace ChessGame { class ChessGame.Pawn { + Pawn() + Tile() + isValidMove() } } namespace ChessGame { abstract class ChessGame.Piece { - image : String {abstract} + Tile() + getImage() + getOwner() + getTile() {abstract} + isValidMove() + setTile() # Piece() } } namespace ChessGame { class ChessGame.Player { + colour : Color + Player() } } namespace ChessGame { class ChessGame.Queen { + Queen() + Tile() + isValidMove() } } namespace ChessGame { class ChessGame.Rook { + Rook() + Tile() + isValidMove() } } namespace ChessGame { class ChessGame.Tile { - col : int - isActive : boolean - row : int + Tile() + getCol() + getPiece() + getRow() + paint() + setActive() + setPiece() } } ChessGame.Bishop -up-|> ChessGame.Piece ChessGame.Board -up-|> javax.swing.JPanel ChessGame.Chess -up-|> javax.swing.JFrame ChessGame.Chess o-- ChessGame.Player : blackPlayer ChessGame.Chess o-- ChessGame.Board : board ChessGame.Chess o-- ChessGame.Player : currentPlayer ChessGame.Chess o-- ChessGame.Player : whitePlayer ChessGame.Chess$1 -up-|> java.awt.event.WindowAdapter ChessGame.Chess$1 o-- ChessGame.Chess : this$0 ChessGame.King -up-|> ChessGame.Piece ChessGame.Knight -up-|> ChessGame.Piece ChessGame.MoveListener -up-|> java.awt.event.MouseAdapter ChessGame.MoveListener o-- ChessGame.Chess : game ChessGame.MoveListener o-- ChessGame.Tile : startTile ChessGame.Pawn -up-|> ChessGame.Piece ChessGame.Piece o-- ChessGame.Tile : Tile ChessGame.Piece o-- ChessGame.Player : owner ChessGame.Queen -up-|> ChessGame.Piece ChessGame.Rook -up-|> ChessGame.Piece ChessGame.Tile -up-|> java.awt.Canvas ChessGame.Tile o-- ChessGame.Piece : piece 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
0a220dc1511f053b62fe8d03ee2bd11b458c5bfe
3b587e9034d35a1feff33079d59b6e2043781ed5
/docs/assets/images/plantuml/83a-WebApp.plantuml
24e015f70dab11fe65d1074c1274db5093d85b22
[ "Apache-2.0", "MIT" ]
permissive
Factor-y/domino-keep-docs
ed12a64dd91ce71fd92fbbb7cb8ff2fc9bbd095e
f172c3aa8ae47603921f307942e6a2d5b85d4c8a
refs/heads/main
2023-08-14T10:34:58.851394
2021-10-14T13:22:55
2021-10-14T13:22:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
486
plantuml
@startuml WebAuth autonumber title Authentication flow for apps or browser actor "Browser" as human participant "Identity Provider" as IdP1 database "KEEP API\nEndpoint" as keep note right of human: Browsers can't keep secrets\nso they can't have an app secret human <-> IdP1: authenticates human <- IdP1: provide access token (JWT) group covered by KEEP human -[#000000]> keep: send access token (JWT)\n with resource request human <[#000000]- keep: provide resource end @enduml
false
true
false
false
usecase
7165bbf6d21b6aa81941b17823cfccc6da5948c4
c083168b4255af019262677c09ac0883d199b532
/kapitler/media/uml-pakker-og-tilhoerende-klasser.puml
c57dd08351ffa01aee20fb0450567991e635537d
[]
no_license
gra-moore/noark5-tjenestegrensesnitt-standard
270f7088898ff0c5fa809b42297cfc56f829eeaa
0c3936475ce40ab41793b61aee5c4dcdff9c791d
refs/heads/master
2020-05-22T18:37:59.814751
2019-05-13T11:10:23
2019-05-13T11:10:23
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,644
puml
@startuml hide circle hide empty members skinparam ranksep 12 package Arkivstruktur <<applicationSchema>> { class Arkiv class Arkivdel abstract class Arkivenhet class Basisregistrering class Dokumentbeskrivelse class Dokumentobjekt class ElektroniskSignatur class Gradering class Hendelseslogg class Kassasjon class Klasse class Klassifikasjonssystem class Konvertering class Kryssreferanse class Mappe class Merknad class Registrering class Skjerming class UtfoertKassasjon Arkiv -[hidden]- Arkivdel Arkivdel -[hidden]- Arkivenhet Arkivenhet -[hidden]- Basisregistrering Basisregistrering -[hidden]- Dokumentbeskrivelse Dokumentbeskrivelse -[hidden]- Dokumentobjekt Dokumentobjekt -[hidden]- ElektroniskSignatur ElektroniskSignatur -[hidden]- Gradering Gradering -[hidden]- Hendelseslogg Hendelseslogg -[hidden]- Kassasjon Kassasjon -[hidden]- Klasse Klasse -[hidden]- Klassifikasjonssystem Klassifikasjonssystem -[hidden]- Konvertering Konvertering -[hidden]- Kryssreferanse Kryssreferanse -[hidden]- Mappe Mappe -[hidden]- Merknad Merknad -[hidden]- Registrering Registrering -[hidden]- Skjerming Skjerming -[hidden]- UtfoertKassasjon UtfoertKassasjon -[hidden]- Bygning package NasjonaleIdentifikatorer { class Bygning class Enhetsidentifikator class Matrikkel abstract class NasjonalIdentifikator class Personidentifikator class Plan class Posisjon Bygning -[hidden]- Enhetsidentifikator Enhetsidentifikator -[hidden]- Matrikkel Matrikkel -[hidden]- NasjonalIdentifikator NasjonalIdentifikator -[hidden]- Personidentifikator Personidentifikator -[hidden]- Plan Plan -[hidden]- Posisjon } } package Sakarkiv <<applicationSchema>> { class Avskrivning class Dokumentflyt class EnkelAdresse class Journalpost class Kontaktinformasjon abstract class Korrespondansepart class KorrespondansepartEnhet class KorrespondansepartIntern class KorrespondansepartPerson class Presedens class Saksmappe abstract class Sakspart class SakspartEnhet class SakspartPerson Posisjon -[hidden]- Avskrivning Avskrivning -[hidden]- Dokumentflyt Dokumentflyt -[hidden]- EnkelAdresse EnkelAdresse -[hidden]- Journalpost Journalpost -[hidden]- Kontaktinformasjon Kontaktinformasjon -[hidden]- Korrespondansepart Korrespondansepart -[hidden]- KorrespondansepartEnhet KorrespondansepartEnhet -[hidden]- KorrespondansepartIntern KorrespondansepartIntern -[hidden]- KorrespondansepartPerson KorrespondansepartPerson -[hidden]- Presedens Presedens -[hidden]- Saksmappe Saksmappe -[hidden]- Sakspart Sakspart -[hidden]- SakspartEnhet SakspartEnhet -[hidden]- SakspartPerson } package Admin <<applicationSchema>> { class AdministrativEnhet class Bruker class Tilgang AdministrativEnhet -[hidden]- Bruker Bruker --Tilgang } package LoggingOgSporing <<applicationSchema>> { class EndringsLogg Tilgang -[hidden]- EndringsLogg } package Kodelister <<applicationSchema>> { class Arkivdelstatus class Arkivstatus class Avskrivningsmaate class Dokumentmedium class Dokumentstatus class Dokumenttype class ElektroniskSignaturSikkerhetsnivaa class ElektroniskSignaturVerifisert class FlytStatus class Format class Graderingskode class Hendelsetype class Journalposttype class Kassasjonsvedtak class Klassifikajonstype class Korrespondanseparttype class Land class Mappetype class Merknadstype class MoetedeltagerFunksjon class Moeteregistreringsstatus class Moeteregistreringstype class Moetesakstype class Postnummer class Presedensstatus class Sakspartrolle class Saksstatus class SkjermingDokument class SkjermingMetadata class Slettingstype class SystemID class Tilgangskategori class Tilgangsrestriksjon class TilknyttetRegistreringSom class Variantformat Arkivdelstatus -[hidden]- Arkivstatus Arkivstatus -[hidden]- Avskrivningsmaate Avskrivningsmaate -[hidden]- Dokumentmedium Dokumentmedium -[hidden]- Dokumentstatus Dokumentstatus -[hidden]- Dokumenttype Dokumenttype -[hidden]- ElektroniskSignaturSikkerhetsnivaa ElektroniskSignaturSikkerhetsnivaa -[hidden]- ElektroniskSignaturVerifisert ElektroniskSignaturVerifisert -[hidden]- FlytStatus FlytStatus -[hidden]- Format Format -[hidden]- Graderingskode Graderingskode -[hidden]- Hendelsetype Hendelsetype -[hidden]- Journalposttype Journalposttype -[hidden]- Kassasjonsvedtak Kassasjonsvedtak -[hidden]- Klassifikajonstype Klassifikajonstype -[hidden]- Korrespondanseparttype Korrespondanseparttype -[hidden]- Land Land -[hidden]- Mappetype Mappetype -[hidden]- Merknadstype Merknadstype -[hidden]- MoetedeltagerFunksjon MoetedeltagerFunksjon -[hidden]- Moeteregistreringsstatus Moeteregistreringsstatus -[hidden]- Moeteregistreringstype Moeteregistreringstype -[hidden]- Moetesakstype Moetesakstype -[hidden]- Postnummer Postnummer -[hidden]- Presedensstatus Presedensstatus -[hidden]- Sakspartrolle Sakspartrolle -[hidden]- Saksstatus Saksstatus -[hidden]- SkjermingDokument SkjermingDokument -[hidden]- SkjermingMetadata SkjermingMetadata -[hidden]- Slettingstype Slettingstype -[hidden]- SystemID SystemID -[hidden]- Tilgangskategori Tilgangskategori -[hidden]- Tilgangsrestriksjon Tilgangsrestriksjon -[hidden]- TilknyttetRegistreringSom TilknyttetRegistreringSom -[hidden]- Variantformat } package GeoIntegrasjon { package Felles.Geometri <<applicationSchema>> { class KoordinatsystemKode class Flate abstract class Geometri class Koordinat class Kurve class Punkt class Ring class Bbox class Område KoordinatsystemKode -[hidden]- Flate Flate -[hidden]- Geometri Geometri -[hidden]- Koordinat Koordinat -[hidden]- Kurve Kurve -[hidden]- Punkt Punkt -[hidden]- Ring Ring -[hidden]- Bbox Bbox -[hidden]- Område } package Matrikkel.Applikasjonsskjema.Felles <<applicationSchema>> { class ByggIdent class Matrikkelnummer ByggIdent -[hidden]- Matrikkelnummer } package Plan.Applikasjonsskjema.Felles <<applicationSchema>> { abstract class Administrativenhetsnummer class Fylke class Kommune class NasjonalArealplanId class Stat Administrativenhetsnummer -[hidden]- Fylke Fylke -[hidden]- Kommune Kommune -[hidden]- NasjonalArealplanId NasjonalArealplanId -[hidden]- Stat } Variantformat -[hidden]- KoordinatsystemKode Variantformat -[hidden]- ByggIdent Variantformat -[hidden]- Administrativenhetsnummer } @enduml
false
true
true
false
class
9e9da2594a305cd3fc2a1ddb4f3e5fecb8a6023d
fb71f4802819b0f9e5eb2f71bfe356258b8d1f57
/ontrack-docs/src/docs/asciidoc/security-model.puml
582cc5c4dac4ae122c815e1207c5daa280a9ad44
[ "MIT" ]
permissive
nemerosa/ontrack
c5abe0556cc2cc6eb4109e0c2f045ae5cff84da3
de5ae2ebd9d9a30dce4c717f57e4604da85f0b51
refs/heads/master
2023-08-31T11:02:35.297467
2023-08-28T17:59:07
2023-08-28T17:59:07
19,351,480
111
35
MIT
2023-08-31T13:21:53
2014-05-01T17:08:33
Kotlin
UTF-8
PlantUML
false
false
227
puml
@startuml class GlobalRole class ProjectRole interface GlobalFunction interface ProjectFunction GlobalRole o--> GlobalFunction: "0..*" GlobalRole o--> ProjectFunction: "0..*" ProjectRole o--> ProjectFunction: "0..*" @enduml
false
true
false
false
sequence
c270c315cc4978a697c907384a60956b28016e2a
79b1afae05be893d0d860ad88e065a1fe3fe7717
/comportement/strategy/uml/strategy_cd.puml
b1a8ac92f3ee8423647ee05bdc71fdcada46b4d6
[]
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
288
puml
@startuml skinparam nodesep 75 skinparam ranksep 50 hide empty members class Context { + operation() } interface Strategy { + {abstract} algorithm() } class ConcreteStrategy { + algorithm() } Strategy <|-- ConcreteStrategy Context -right-> "1\nstrategy" Strategy @enduml
false
true
false
false
class
949861b46887ccea566cc5d9911e541b565751e7
f8e357daee592f0c24cd2e5778c643a77b4a6404
/08_sequencediagram/66_sequence_bound_removefooter.puml
87c2ea3b83465fbaca32f35ffdf4ea1caffb8e30
[]
no_license
jahmanitheone/plantuml
bd3914c882d79157f387aa84268510edbebb05c2
dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1
refs/heads/main
2023-01-01T12:40:34.242849
2020-10-22T17:01:59
2020-10-22T17:01:59
306,404,003
0
0
null
null
null
null
UTF-8
PlantUML
false
false
301
puml
' 'Basics: Removing Foot Boxes ' 'You can use the hide footbox keywords to remove the foot boxes of the diagram. ' 'hide <whateverbox>: Remove a box ' @startuml hide footbox title Foot Box removed Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response @enduml
false
true
false
false
sequence
0ba4bcd1ddf6d7ab5ca753dca62d4c5846b86f37
4549e374742df2a7e555106d0f15669a2c619fdd
/docs/ScenarioTwo.plantuml
987d13ad923c32b8bedaeb9b74f407c9cf2fd5f3
[]
no_license
armandkamffer/iOS-MVVMArchitecture
9999a0c2f60d751c1aad9d8cde6fa46d21637cae
f43deb1daa1fa51be4a5685be9a090b91b02364d
refs/heads/master
2022-07-18T21:44:19.130634
2020-05-20T09:26:02
2020-05-20T09:26:02
255,587,752
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,765
plantuml
@startuml ScenarioTwo ' STYLE START hide empty members skinparam shadowing false ' STYLE END class "ScenarioTwoCellAbstractFactory" as ScenarioTwoCellAbstractFactory << (P,GoldenRod) protocol >> { +cell(for:in:at:) } class "ScenarioTwoSummaryCellFactory" as ScenarioTwoSummaryCellFactory { +cell(for:in:at:) } class "ScenarioTwoDetailCellFactory" as ScenarioTwoDetailCellFactory { +cell(for:in:at:) } class "ScenarioTwoCellFactory" as ScenarioTwoCellFactory { -cellCreators:[ScenarioTwoItemType:ScenarioTwoCellAbstractFactory] +init() +cell(for:in:at:) } ScenarioTwoSummaryCellFactory ..|> ScenarioTwoCellAbstractFactory : conforms to ScenarioTwoDetailCellFactory ..|> ScenarioTwoCellAbstractFactory : conforms to ScenarioTwoCellFactory "0" *-- "*" ScenarioTwoCellAbstractFactory : contains ScenarioTwoCellFactory ..> ScenarioTwoItemType ' STYLE START hide empty members skinparam shadowing false ' STYLE END class "ScenarioTwoMapper" as ScenarioTwoMapper { +{static} mapGroups(with: ScenarioTwoResponse?) +{static} mapSummaryGroup(with: ScenarioTwoResponse) +{static} mapDetailGroup(with: ScenarioTwoResponse) } class "ScenarioTwoItemType" as ScenarioTwoItemType << (E,LightSteelBlue) enum >> { } class "ScenarioTwoGroup" as ScenarioTwoGroup { +items: [ScenarioTwoItem] +init(items:) } class "ScenarioTwoItem" as ScenarioTwoItem { +type: ScenarioTwoItemType +init(title:cost:type:) } ScenarioTwoGroup "0" *-- "*" ScenarioTwoItem : contains ScenarioTwoItem *-- ScenarioTwoItemType ' STYLE START hide empty members skinparam shadowing false ' STYLE END class "ScenarioTwoViewController" as ScenarioTwoViewController { -cellFactory: ScenarioTwoCellFactory -viewModel: ScenarioTwoViewModel +init(with:) +init(coder:) +viewDidLoad() -loadResponse() -handleError(_:) } class "ScenarioTwoViewController" as ScenarioTwoViewController1 << (E,orchid) extension >> { +numberOfSections(in:) +tableView(_:cellForRowAt:) +tableView(_:numberOfRowsInSection:) } ScenarioTwoViewController <.. ScenarioTwoViewController1 : extension ScenarioTwoViewController *-- ScenarioTwoCellFactory ScenarioTwoViewController *-- ScenarioTwoViewModel ' STYLE START hide empty members skinparam shadowing false ' STYLE END class "ScenarioTwoViewModel" as ScenarioTwoViewModel { -service: ScenarioTwoAbstractService -response: ScenarioTwoResponse? -groups: [ScenarioTwoGroup]? +configure(service: ScenarioTwoAbstractService) +loadResponse(completion: (Error?)->()) +itemInGroup(at:) +itemCountInGroup(_:) } ScenarioTwoViewModel *-- ScenarioTwoAbstractService ScenarioTwoViewModel "0" o-- "*" ScenarioTwoGroup : contains ScenarioTwoViewModel "0" o-- "1" ScenarioTwoResponse : contains ScenarioTwoViewModel ..> ScenarioTwoMapper : uses ' STYLE START hide empty members skinparam shadowing false ' STYLE END class "ScenarioTwoAbstractService" as ScenarioTwoAbstractService << (P,GoldenRod) protocol >> { +loadData(completion: (ScenarioTwoResponse?, Error?)->()) } class "ScenarioTwoService" as ScenarioTwoService { +loadData(completion: (ScenarioTwoResponse?, Error?)->()) } class "ScenarioTwoNilTotalCostService" as ScenarioTwoNilTotalCostService { +loadData(completion: (ScenarioTwoResponse?, Error?)->()) } class "ScenarioTwoResponse" as ScenarioTwoResponse { +detail: [ScenarioTwoDetailResponse] +init(totalCost:detail:) } class "ScenarioTwoDetailResponse" as ScenarioTwoDetailResponse { +init(title:cost:) } ScenarioTwoService ..|> ScenarioTwoAbstractService : conforms to ScenarioTwoNilTotalCostService ..|> ScenarioTwoAbstractService : conforms to ScenarioTwoResponse "0" *-- "*" ScenarioTwoDetailResponse : contains @enduml
false
true
false
false
class
3ad8b147bbda4fd32cc5f0ee1f763ad2e8cfe843
53b47428f9b00ed6602f85d16fb93fad4e0c53f4
/doc/sequence-nouvel-utilisateur-reservation-succes.puml
41a19cf779e0396cb5a121dfd05b933b1c3dfc60
[ "MIT" ]
permissive
ErwanDerrien/StLouisOrdi
dac051e64abda56e79a79f9551e26aa9c890e564
ccb49a94a8441848320516ec61c24661f30db730
refs/heads/master
2020-04-16T08:36:05.611272
2019-01-28T00:53:11
2019-01-28T00:53:11
165,430,444
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,198
puml
@startuml Séquence Réservation Nouvel Utilisateur Succès Actor Student Participant Phone Participant Assistant as "Google Assistant" Participant Application as "Application\n St Louis Ordi" Student -> Phone: Démarre St Louis Ordi Phone -> Assistant Assistant -> Assistant: Recherche de l'application Assistant -> Application: Initialisation Application --> Phone: Message: Que puis-je faire pour vous aujourd'hui ? Application --> Phone: Suggestion 1 : Des ordis libres ? Application --> Phone: Suggestion 2 : Réservez un ordi ? Application --> Phone: Suggestion 3 : Annuler une réservation ? Student -> Phone: Réservez un ordi. Application -> Phone: Message: Quel est votre numéro d'étudiant ? Student -> Phone: 1424134 Phone -> Application Application -> Application: Recherche de l'utilisateur Application -> Phone: Message: Quel est votre prénom ? Student -> Phone: Erwan Phone -> Application Application -> Application: Création du nouvel utilisateur Application -> Application: Recherche d'un ordinateur libre Application -> Application: Association de l'ordi à l'utilisateur Application -> Phone: Message: Merci Erwan. L'ordinateur C-201 est réservé à votre nom. @enduml
false
true
true
false
sequence
0fca13c0e71b032daa688a173a58f6db6629252c
d10503f47377addd953c47db621947c28060f809
/Visitor/UML/classDiagra.puml
4ac3e2d85c072c64d62206a33da1ccebde719e6d
[ "MS-PL" ]
permissive
BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML
a0c93981e4924ded0b1db50b296d48c0155f376e
dd5fbb54da0daf0fa8ecb7184af9baecaf508d85
refs/heads/master
2021-01-17T23:11:04.570954
2015-03-18T20:17:21
2015-03-18T20:17:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,780
puml
@startuml class Addition { +Addition(AlgebraicExpressions leftOperand, AlgebraicExpressions rightOperand) #void performVisit(IVisitor visitor) } BinaryOperator <|-- Addition abstract class AlgebraicExpressions { +void accpet(IVisitor visitor) #void performVisit(IVisitor visitor) } abstract class BinaryOperator { -AlgebraicExpressions __LeftOperand -AlgebraicExpressions __RightOperand #BinaryOperator(AlgebraicExpressions leftOperand, AlgebraicExpressions rightOperand) +AlgebraicExpressions getLeftOperand() +void setLeftOperand(AlgebraicExpressions value) +AlgebraicExpressions getRightOperand() +void setRightOperand(AlgebraicExpressions value) +void accpet(IVisitor visitor) } AlgebraicExpressions <|-- BinaryOperator class Division { +Division(AlgebraicExpressions leftOperand, AlgebraicExpressions rightOperand) #void performVisit(IVisitor visitor) } BinaryOperator <|-- Division interface IVisitor { void visitNumber(Number expression) void visitNegation(Negation expression) void visitAddition(Addition expression) void visitSubstraction(Substraction expression) void visitMultiplication(Multiplication expression) void visitDivision(Division expression) } class Multiplication { +Multiplication(AlgebraicExpressions leftOperand, AlgebraicExpressions rightOperand) #void performVisit(IVisitor visitor) } BinaryOperator <|-- Multiplication class Negation { +Negation(AlgebraicExpressions operand) #void performVisit(IVisitor visitor) } UnaryOperator <|-- Negation class Number { -int __Value +Number(int value) +int getValue() +void setValue(int value) +void accpet(IVisitor visitor) #void performVisit(IVisitor visitor) } AlgebraicExpressions <|-- Number class Program { +void main(String[] args) } class Substraction { +Substraction(AlgebraicExpressions leftOperand, AlgebraicExpressions rightOperand) #void performVisit(IVisitor visitor) } BinaryOperator <|-- Substraction class ToValueVisitor { -Stack<Integer> m_OperandStack +ToValueVisitor() +void visitNumber(Number expression) +void visitNegation(Negation expression) +void visitAddition(Addition expression) +void visitSubstraction(Substraction expression) +void visitMultiplication(Multiplication expression) +void visitDivision(Division expression) +int getResult() } IVisitor <|.. ToValueVisitor class ToTextVisitor { -Stack<String> m_TextStack +ToTextVisitor() +void visitNumber(Number expression) +void visitNegation(Negation expression) +void visitAddition(Addition expression) +void visitSubstraction(Substraction expression) +void visitMultiplication(Multiplication expression) +void visitDivision(Division expression) +String getResult() -void visitBinary(String formula) } abstract class UnaryOperator { -AlgebraicExpressions __Operand #UnaryOperator(AlgebraicExpressions operand) +AlgebraicExpressions getOperand() +void setOperand(AlgebraicExpressions value) +void accpet(IVisitor visitor) } AlgebraicExpressions <|-- UnaryOperator BinaryOperator..>AlgebraicExpressions UnaryOperator..>AlgebraicExpressions AlgebraicExpressions *-- BinaryOperator AlgebraicExpressions *-- UnaryOperator Addition -down-> AlgebraicExpressions Addition -up-> IVisitor Substraction -down-> AlgebraicExpressions Substraction -up-> IVisitor Division -down-> AlgebraicExpressions Division -up-> IVisitor Multiplication -down-> AlgebraicExpressions Multiplication -up-> IVisitor ToValueVisitor -down-> Number ToValueVisitor -down-> Addition ToValueVisitor -down-> Division ToValueVisitor -down-> Substraction ToValueVisitor -down-> Multiplication ToValueVisitor -down-> Negation ToTextVisitor -up-> Number ToTextVisitor -up-> Addition ToTextVisitor -up-> Substraction ToTextVisitor -up-> Multiplication ToTextVisitor -up-> Division ToTextVisitor -up-> Negation @enduml
false
true
false
false
class