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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e86fbcc3569d2dadbc57ba7ad6c8fcdabdd17103 | ae95adc3cb78ee68cf94be00fe99ceaef8a90ce2 | /src/docs/system.puml | 4b083844a6fcde51957a13121c06bb589f6a5f48 | [] | no_license | pkninh-tma/tma-server | 88c2e68564086f9ae6939c8e67584a189af478d2 | 8d2d0b16adeab47807ff0f76dbd8f5ed5c86f009 | refs/heads/master | 2020-03-08T08:59:19.231371 | 2018-04-12T13:15:23 | 2018-04-12T13:15:23 | 128,035,133 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 621 | puml | @startuml component
node "Front end" {
frame "UI" {
[Menu]
[Login]
[Inbox]
[Contact]
}
frame "service" {
[Auth Service]
[Data Service]
}
[Login] -> [Auth Service]
[Inbox] -> [Data Service]
[Contact] -> [Data Service]
}
node "Backend" {
' FTP - [Second Component]
' [First Component] --> FTP
frame "Auth component" {
[Auth] -- Auth_API
}
frame "DB" {
[data access component] -- data_API
}
}
database "MongoDB" {
[data]
}
cloud {
[Internet]
}
[Auth Service] --> Auth_API
[Data Service] --> data_API
[data access component] --> [data]
[Auth] --> [data]
@enduml | false | true | false | false | sequence |
82c188443fac2625f3df05ed727e4473241299e2 | 8c59fbc94a2ba7fa9a12c10991fe334cda0df128 | /metrics/web/docs/diagrams/apply_widget_theme_diagram.puml | 4c2f3f51a41b84c0b34c203ea0686a1f221ad6d6 | [
"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 | 322 | puml | @startuml apply_widget_theme_diagram
(*) -> Apply theme to the CoolWidget
if Is a base widget? then
--> [Yes] (*)
else
---> [No] if Needs custom theme data? then
--> [Yes] Add a CoolWidgetThemeData \n into **common/presentation/metrics_theme/model**
--> Apply a CoolWidgetThemeData
--> (*)
else
--> [No] (*)
endif
@enduml
| false | true | false | false | activity |
afddf40cc7a35659247ef8cb0793cdca30d09283 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Salt-LogicalCloud.puml | e4ba100cae08f5977001ed22d339628f4524b17c | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 898 | puml | @startuml
package "Common Cloud Core" as HC #pink {
rectangle "Portal" {
}
database "Registry" {
}
rectangle "Control" {
}
rectangle "Orchestrator" {
}
Portal --> Orchestrator
Orchestrator --> Control
Orchestrator -> Registry
Registry --> Control
}
package "SDI" #lightyellow {
rectangle "Orchestrator" as OSDI {
}
rectangle "Storage" as SSDI {
}
rectangle "Compute" as CSDI {
}
rectangle "Network" as NSDI {
}
OSDI --> SSDI
OSDI --> CSDI
OSDI --> NSDI
}
package "uSDI\n<<Salt Syndicate>>" #lightgreen {
rectangle "Orchestrator" as OuSDI {
}
rectangle "Storage\n<<Salt Grain>>" as SuSDI {
}
rectangle "Compute\n<<Salt Executor>>" as CuSDI {
}
rectangle "Network\n<<???>>" as NuSDI #red {
}
OuSDI --> SuSDI
OuSDI --> CuSDI
OuSDI --> NuSDI
}
Control --> OuSDI
Control --> OSDI
@enduml
| false | true | false | false | sequence |
dc5b6d337df8c805a0f5cf1233a6bbb14d09d4ea | dcca4c0aa19e3085bd37640a52b07fa02396b1d8 | /4.Behavioral Design Patterns/10.Template Method/src/main/resources/diagram/TemplateMethodClassDiagram.puml | 9780f754aa2ad7052ac1700a1772408c6e145caf | [] | no_license | drronidz/design-patterns-java-maven | 8df24c5bdd021dd45018faf3937b767609e880eb | aa580cd4cc6caa25a418a71bd5af06f86bd354a6 | refs/heads/main | 2023-07-15T15:26:04.451482 | 2021-08-25T23:45:35 | 2021-08-25T23:45:35 | 392,855,046 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 377 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class AbstractClass {
TemplateMethod()
PrimitiveOperation1()
PrimitiveOperation2()
}
note right of AbstractClass::TemplateMethod
...
PrimitiveOperation1()
...
PrimitiveOperation2
...
end note
class ConcreteClass extends AbstractClass {
PrimitiveOperation1()
PrimitiveOperation2()
}
@enduml | false | true | false | false | class |
248cd5ce24c5f515e88044b29a6c3c21981a2bfb | b020941fcec631a94f9a9bf7bf309cf35a8a9e36 | /docs/diagrams/ItemManagerClassDiagram.puml | 78a824ba6f2c401280b00568d10ae8073f4ecf48 | [
"MIT"
] | permissive | SE-PandP/main | 959d8c0b5fae983c29aceedf0804e982d2f0c6b4 | 7bb36cf912c7129cdcdee013c4e5e5d399715463 | refs/heads/master | 2023-03-17T19:49:45.451238 | 2019-11-12T05:40:25 | 2019-11-12T05:40:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 745 | puml | @startuml
class ItemManager {
- model: Model
- storage: Storage
~ void updateItemTags()
}
interface Storage {
+ void saveXpire(ReadOnlyXpire)
+ void saveXpire(ReadOnlyXpire, Path)
}
interface Model {
~ void updateItemTags()
+ getXpire(): ReadOnlyXpire
}
class StorageManager {
- xpireStorage: XpireStorage
}
class ModelManager {
- xpire: Xpire
}
class Xpire {
- items: SortedUniqueItemList
~ void checkExpiryDates()
}
class SortedUniqueItemList {
+ Iterator<Item> iterator()
}
class Item {
- tags: Set<Tag>
+ boolean isItemExpired()
- void addTag(Tag)
}
ItemManager --> Model
ItemManager --> Storage
Storage <|.. StorageManager
Model <|.. ModelManager
ModelManager --> Xpire
Xpire --> SortedUniqueItemList
SortedUniqueItemList --> Item
@enduml
| false | true | false | false | class |
8ac6810458faa520edf51240a4e28a6115450b42 | 7041d4eab20296045d22e31c56211bc84b17da1c | /docs/modeles/old/rdcu-terminerJeu.puml | ed7ae08f8161b1d50db3b2304ba1ed5c8ae12dd7 | [] | no_license | nerdz88/SGA-TS | ff97ce5cd5c78de97a851e80e0c948f7552b0f2c | 608d0748ff5ceff47ff75a9053cc1b5fee061df9 | refs/heads/main | 2023-07-09T19:54:11.262264 | 2021-07-28T17:39:07 | 2021-07-28T17:39:07 | 397,959,207 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 349 | puml | @startuml
skinparam style strictuml
skinparam defaultfontname Verdana
title RDCU pour terminerJeu
participant ":JeuDeDes" as c
participant "joueurs:\nMap<String,Joueur>" as jm
'participant "j:Joueur" as j
->c : terminerJeu(nom)
note right : par Contrôleur
c->jm : delete(nom)
note right : selon Transformer ID en objets
'c-->j
'destroy j
@enduml
| false | true | true | false | sequence |
3c35a6fad2ca18baad2168721f16869210621bc4 | ad514d66d4c2025293fc940089b43533547f9e48 | /docs/class-diagram.puml | ae3dcd9b4b0aaf8020722f89f59d0087d131aaad | [
"Apache-2.0"
] | permissive | Blazemeter/RTEPlugin | 92b0b4d6accb4426ce6312ce074b55a0cc089a32 | 0691b0f4ae036df1cf36580d4824e295eeeff2dc | refs/heads/master | 2023-06-22T08:03:25.448776 | 2022-10-26T17:10:38 | 2022-10-26T17:10:38 | 138,763,228 | 19 | 11 | Apache-2.0 | 2023-06-14T22:25:55 | 2018-06-26T16:17:03 | Java | UTF-8 | PlantUML | false | false | 5,676 | puml | @startuml
skinparam monochrome true
hide empty members
package org.apache.jmeter.* {
abstract class AbstractConfigGui
abstract class AbstractSamplerGui
abstract class AbstractSampler
class GenericController
}
package com.blazemeter.jmeter.rte {
package sampler {
class RteConfigGui extends AbstractConfigGui {
}
RteSamplerGui ..> RteSampler
class RteSamplerGui extends AbstractSamplerGui {
}
RteConfigGui ..> RteSampler
class RteSampler extends AbstractSampler {
boolean disconnect
}
}
package core {
RteSampler --> RteProtocolClient
interface RteProtocolClient {
void connect(String server, int port, SSLType sslType, TerminalType terminalType, long timeOutMillis, long StableTimeOut)
String send(List<Input> input, List<WaitCondition> waiters)
void disconnect()
}
enum SecurityProtocol {
TLS
SSLv2
SSLv3
}
abstract class Input{
String input
}
class CoordInput extends Input{
Position position
}
class LabelInput extends Input{
String label
}
class TabulatorInput extends Input{
int offset
}
class Position {
int row
int column
}
class Area {
Position topLeft
Position bottomRight
}
class WaitCondition {
long timeoutMs
long stableForMs
}
class SyncWaitCondition extends WaitCondition
class CursorWaitCondition extends WaitCondition {
Position position
}
class SilentWaitCondition extends WaitCondition
class TextWaitCondition extends WaitCondition {
Area searchArea
String regex
}
package listener {
abstract class ConditionWaiter{
}
abstract class RequestListener{
}
interface TerminalStateListener{
void onTerminalStateChange()
}
}
}
package protocols {
package tn5250 {
package tn5250.listeners {
class Tn5250RequestListener extends RequestListener
abstract class Tn5250ConditionWaiter extends ConditionWaiter
}
class Tn5250Client implements RteProtocolClient {
}
}
package tn3270 {
package tn3270.listeners {
class Tn3270RequestListener extends RequestListener
abstract class Tn3270ConditionWaiter extends ConditionWaiter
}
class Tn3270Client implements RteProtocolClient {
}
}
}
package recorder {
package wait {
abstract class WaitConditionRecorder implements RecordingStateListener {
long maxStablePeriod
long stablePeriodThresholdMillis
}
class SyncWaitRecorder extends WaitConditionRecorder{
long stablePeriodMillis
}
class SilentWaitRecorder extends WaitConditionRecorder
class WaitConditionsRecorder{
long stablePeriodMillis
}
class TextWaitRecorder extends WaitConditionRecorder{
long stablePeriodMillis
long timestampWaitForText
Duque<Screenshot> screenshots
}
WaitConditionsRecorder "1" --> "1" SyncWaitRecorder
WaitConditionsRecorder "1" --> "1" SilentWaitRecorder
}
package emulator {
class Xtn5250TerminalEmulator implements TerminalEmulator
interface TerminalEmulator{
void start()
void stop()
void setCursor(int row, int col)
void setScreenSize(int columns, int rows)
void setKeyboardLock(boolean lock)
void soundAlarm()
void setScreen(Screen screen)
void addTerminalEmulatorListener(TerminalEmulatorListener terminalEmulatorListener)
}
interface TerminalEmulatorListener{
void onCloseTerminal()
void onAttentionKey(AttentionKey attentionKey, List<Input> inputs)
}
}
interface RecordingStateListener{
void onRecordingStart()
void onRecordingStop()
void onRecordingException(Exception e)
}
class RTERecorder extends GenericController implements TerminalEmulatorListener, RecordingStateListener, TerminalStateListener
class RTERecorderGui implements RecordingStateListener
class RTETemplateRepository
}
RecordingStateListener "1" <-- "1" RTERecorder
RTERecorderGui "1" ..> "1" RTETemplateRepository
RTERecorderGui "1" --> "1" RTERecorder
RTERecorder "0..1" --> "0..1" RteSampler
RTERecorder "0..1" --> "0..1" TerminalEmulator
RTERecorder "1" <-- "1" WaitConditionsRecorder
@enduml | false | true | false | false | class |
9cabafe76aa99a09463f99ca71fbfa37cfd47965 | 1f4204f903657884d9cccfd44b19ecb531b59ded | /schema.plantuml | 9467dcbb84cb5ea43fee5f4d3264cf4690d3c6cc | [] | no_license | fmcc/StylometricAnalyser | 795a8e4abe264ee18ab3bcb34bd128bcd06ac5ca | e86305a63c95d8b533cab4a3be0010c2fee0ff14 | refs/heads/master | 2021-01-23T08:38:44.961082 | 2013-08-31T20:23:36 | 2013-08-31T20:23:36 | 11,097,508 | 3 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,067 | plantuml | @startuml
Class Author {
id Integer
name Unicode
}
Class Comparison {
id Integer
text_one Integer
text_two Integer
cosine_similarity Float
version Integer
}
Class GlobalNgrams {
id Integer
counts PickleType
}
Class GlobalVersion {
id Integer
version Integer
}
Class Section {
id Integer
number Integer
source_text Integer
}
Class SectionContent {
id Integer
section Integer
content UnicodeText
}
Class SectionNgrams {
id Integer
section Integer
ngrams PickleType
}
Class SectionProfile {
id Integer
section Integer
profile PickleType
version Integer
}
Class Text {
id Integer
author Integer
name Unicode
}
Class VectorSpace {
id Integer
space PickleType
}
Comparison <--o Section: text_one
Comparison <--o Section: text_two
Section <--o Text: source_text
SectionContent <--o Section: section
SectionNgrams <--o Section: section
SectionProfile <--o Section: section
Text <--o Author: author
@enduml
| false | true | false | false | class |
cbc519b08f41a4093a1acf2e13407cebef64f97b | 2224a126b01b992d959a6bd54f2d1011a5ba4d70 | /src/main/java/pt/ipp/isep/dei/project/controllers/getdaywithhighesttemperatureamplitudecontroller/CD_GetDayWithHighestTemperatureAmplitude.puml | b0d9c7c66eb65575ce441e6d315f6bd3499b252f | [] | 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,963 | puml | @startuml
skinparam linetype ortho
skinparam class {
BackgroundColor PaleTurquoise
ArrowColor Black
BorderColor Black
FontStyle Bold
}
hide circle
GetDayWithHighest\nTemperatureAmplitude\nUI "1" -> "1" GetDayWithHighestTemperatureAmplitude\nController
GetDayWithHighestTemperatureAmplitude\nController "1" -right-> "1" House
House "1" --> "1" GeographicalArea : directly inserted in
GeographicalArea "1" -left-> "1" SensorList
SensorList "1" -left-> "0*" Sensor
Sensor "1" -left-> "0*" Reading
Class GetDayWithHighest\nTemperatureAmplitude\nUI {
- GetDayWithHighestTemperature\nAmplitudeController controller
+run()
}
Class GetDayWithHighestTemperatureAmplitude\nController {
- House house;
- SensorType sensorTypeTemperature
- Map<LocalDate, Double> mapOfDailyAmplitude;
- Map<LocalDate, Double> mapResult;
+getDailyAmplitudeInIntervalInHouseArea()
+getHighestDailyAmplitudeInHouseArea()
+getDayWithHighestTemperatureAmplitude()
+displayResults()
}
Class House {
-GeographicalArea insertedGeoArea
-Address completeAddress
+getDailyAmplitudeInIntervalInHouseArea()
+getHighestDailyAmplitudeInHouseArea()
}
Class GeographicalArea {
-SensorList geoAreaSensorList
-Location location
+getSensorListByTypeInAPeriod()
+getNearestSensorsToLocation()
+getSensorWithMostRecentReading()
+getMaximumValueOfDay()
+getLowestValueOfDay()
}
Class SensorList {
-List<Sensor> listOfSensors
+getSensorWithMostRecentReading()
+getSensorsInGeographicalAreaByType()
+getNearestSensorsToLocation()
+getSensorWithMostRecentReading()
+getMaximumValueOfDay()
+getLowestValueOfDay()
}
Class Sensor {
-List<Reading> listOfReadings
-SensorType sensorType
-Location location
+getSensorType()
+checkMeasurementExistenceBetweenDates()
+getSensorWithMostRecentReading()
+distanceBetweenSensorAndLocation()
+getMeasurementValueBetweenDates()
+getMaximumValueOfDay()
+getLowestValueOfDay()
}
Class Reading {
-double value
-LocalDateTime dateTime
+getValue()
+getDateTime()
}
@enduml | false | true | false | false | sequence |
c77951c950331c6d5323e7df02f63e2f180df652 | 568d95c0dfabae8dadee934aee57526286d38186 | /exercise44/docs/Solution44UML.puml | e32e2db65790ab31c4182db608c006df5a9559c9 | [] | no_license | breemars/marsiano-a04 | 8e2b4f49ae717abe821dc9c6b48900c7ca25d2bd | 233f049d53d38cc47294ab6ecc7f3683c646aed6 | refs/heads/main | 2023-08-28T14:25:01.929222 | 2021-10-18T04:06:26 | 2021-10-18T04:06:26 | 415,429,473 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 473 | puml | @startuml
class Solution44{
'attributes
- data : List<String>
- productsList : List<Products>
- name: String
'methods
+objectList(List<String> data) : List<Products>
+searchProduct(List<Products> productsList, String name) : boolean
+readData() : List<String>
}
class Products{
'attributes
- name : String
- price : double
- quantity : int
'methods
+getName() : String
+getPrice() : Double
+getQuantity() : Int
}
@enduml | false | true | false | false | class |
785fe9d8f286d54a7f6967a013728b68a3b3418b | bd7eaf159cdd04cf163dda5be1d415fa17344a5e | /doc/design-sequence.plantuml | 2d40e7b5bbe325509b117faf8879aca5f4d6656a | [] | no_license | the-old-dev/google-oauth-js | 71161e76d4971a19df04c5faf6132ed0cbbd7947 | 698377e67ef427c58a974e55e668a60b1d9b1f46 | refs/heads/master | 2022-11-15T08:13:46.274388 | 2020-07-08T19:02:43 | 2020-07-08T19:02:43 | 278,171,676 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,581 | plantuml | @startuml
title "JavaScript (WebBroser) Google OAuth Flow - Sequence Diagram for a JavaScript Implementation"
boundary Browser
control "<<origin/original_url>>\nWebApplication" as User
control ResultHandler
control "OAuthFlowtHandler" as FlowStartHandler
control "OAuthSigninHandler" as TokenRequestHandler
control "<<origin/redirect_url>>\n/redirect_url.html" as redirect_url.html
control OAuthResponseHandler
entity "OAuthContext" as Context
database Session.Storage
database Local.Storage
boundary GoogleOAuth2Server<<google_oauth_url>>
group Initialize OAuth Context
Browser -> User: onLoad()
activate User
User -> Context: create({"scope":scope,"redirect_url":redirect_url} )
activate Context
group Set creditials. This is only once needed per browser!
User -> Context : set("client_id", client_id)
note right
Web storage(local|session) is per origin (per domain and protocol).
All pages, from one origin, can store and access the same data.
end note
Context -> Local.Storage : set("client_id", client_id)
end
end
alt Authorization already finished (authorization != null)
group return authorization from the session store
User -> FlowStartHandler: create( callback )
activate FlowStartHandler
User -> FlowStartHandler: handle(context)
FlowStartHandler -> Context: get(authorization)
Context -> Session.Storage: get("authorization")
FlowStartHandler -> ResultHandler: callback(context)
activate ResultHandler
ResultHandler -> User: callback(authorization)
deactivate ResultHandler
end
else Run Authorization Flow
group 1. Redirect to Google OAuth 2.0 Server
FlowStartHandler -> TokenRequestHandler: handle(context)
activate TokenRequestHandler
TokenRequestHandler -> Context: get("client_id")
Context -> Local.Storage: get("client_id")
TokenRequestHandler -> Context: get("redirect_url")
TokenRequestHandler -> Context: get("scope")
TokenRequestHandler -> Browser: submit(google_oaut_url)
deactivate TokenRequestHandler
deactivate FlowStartHandler
deactivate Context
deactivate User
end
group 2. Google login by the user
Browser -> GoogleOAuth2Server: /google_oaut_url
activate GoogleOAuth2Server
GoogleOAuth2Server -> Browser: display(login Page)
Browser -> GoogleOAuth2Server: login and authorize scope
GoogleOAuth2Server -> Browser: redirect(/redirect_url)
deactivate GoogleOAuth2Server
end
group 3. Handle Google Redirect and Login Response
Browser -> redirect_url.html: called by redirect
activate redirect_url.html
redirect_url.html --> Context: create({"request", request})
activate Context
redirect_url.html --> OAuthResponseHandler: create()
redirect_url.html --> OAuthResponseHandler: handle(context)
activate OAuthResponseHandler
OAuthResponseHandler -> Context: get("request")
OAuthResponseHandler -> OAuthResponseHandler: extract(request): authorization
OAuthResponseHandler -> Context: get("client_id")
OAuthResponseHandler -> Context: set("authorization", authorization)
Context -> Session.Storage: set("authorization", authorization)
OAuthResponseHandler -> Browser: redirect(/original_url)
deactivate OAuthResponseHandler
deactivate Context
deactivate redirect_url.html
note right
use window.location.replace(/original_url) to prevent the back button
end note
end
end
@enduml | false | true | false | false | sequence |
7eb9744e64339219970663688d749ee880b40dd4 | cf1b07cd00320e0b1cdbd00854098d4099b23709 | /doc/prototype/prototype.puml | 49932176d3d1c228e898eb86d9c64ebc8b92fe7d | [] | no_license | beatkei/myjava | 92f8c95380b78a9adc6f8cc13080d7ccf10e9183 | 0ffa47cfadc75f6d02dcc70bf951ef4598641238 | refs/heads/master | 2020-03-21T08:59:52.216257 | 2019-03-14T00:49:18 | 2019-03-14T00:49:18 | 138,378,231 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 664 | puml | @startuml
package framwork {
class Manager {
showcase
register()
create()
}
interface Product {
use()
createClone()
}
}
class UnderlinePen {
ulchar
use()
createClone()
}
class MessageBox {
decochar
use()
createClone()
}
Product <|.do. UnderlinePen
Product <|.do. MessageBox
Manager -ri-> Product : Uses
note top of Manager
<size:10>Client
end note
note top of Product
<size:10>Prototype
end note
note left of UnderlinePen
<size:10>ConcreteProtptype
end note
note right of MessageBox
<size:10>ConcreteProtptype
end note
@enduml | false | true | false | false | sequence |
9c8c8b7263718b0e92763206e9c1a68eaee3b272 | 295836945ecfabdbc5204717680011d96c2ca71d | /home_work/week3/widgets.puml | faf57e67936531ced85a27eff66810a75dd0fb33 | [] | no_license | guxiaogang/arch-training-camp | 83c72f88d99bd8a4cc11806e6652aaa4936bc14c | 6bbd1979de80237a50fcb22b2f2c36ebdde450cc | refs/heads/master | 2022-11-21T01:00:41.776838 | 2020-07-29T13:59:56 | 2020-07-29T13:59:56 | 270,589,974 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 553 | puml | @startuml
abstract class Component{
- name
+ getName()
+ add(Component)
+ remove(Component)
# print()
}
abstract class Container{
- List<Component> components
+ add(Component)
+ remove(Component)
# print()
}
class WinForm {
}
class Frame {
}
Component <|-- Container
Container <|-- WinForm
Container <|-- Frame
abstract class Widget{
# print()
}
Component <|-- Widget
class Label
Widget <|-- Label
Widget <|-- Button
Widget <|-- Picture
Container *-- Component
class Client
Client -> Component
@enduml | false | true | false | false | class |
078c1378b46c3b9df3df353f42a92796f4cb0f25 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/AssetUpgrade/TrackUpgrade.puml | f4518835a0d3f2ace1610672683044f23aaebcf6 | [] | 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 | 465 | puml | @startuml
class TrackAsset <<partial>> {
<<const>> k_LatestVersion : int
m_Version : int
OnBeforeSerialize() : void
OnAfterDeserialize() : void
UpgradeToLatestVersion() : void
}
enum Versions {
Initial= 0,
RotationAsEuler= 1,
RootMotionUpgrade= 2,
AnimatedTrackProperties= 3,
}
class TrackAssetUpgrade <<static>> {
}
ISerializationCallbackReceiver <|-- TrackAsset
TrackAsset +-- Versions
TrackAsset +-- TrackAssetUpgrade
@enduml
| false | true | false | false | class |
a4f2518ba361bd3f6f71b2310ef8a687fab42403 | 29e499c7049d725de515d0f0294f765b6bbb4dc3 | /DesignPattern/out/production/DesignPattern/com/ilike/abstractfactory/AbstractFactory.puml | ae2d4ec48b8b607f06fb5cf4e49dc0acdfad3803 | [] | no_license | dongyuancaizi/designPatternLearning | 70dddd9d156fd3d4e9c07bb4f94f76820b625308 | 1fbde529b073b9a205bffd90607574754d6aac50 | refs/heads/master | 2020-07-04T05:13:23.384529 | 2019-11-19T13:09:10 | 2019-11-19T13:09:10 | 202,167,833 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 570 | puml | @startuml
abstract class Pizza
interface AbstractFactory
class BJFactory
class LNFactory
class OrderPizza
Pizza <|-- BJCheesePizza
Pizza <|-- BJPepperPizza
Pizza <|-- LDCheesePizza
Pizza <|-- LDPepperPizza
AbstractFactory <|.up. BJFactory
AbstractFactory <|.up. LNFactory
LDCheesePizza <-- LNFactory
LDPepperPizza <-- LNFactory
BJCheesePizza <-- BJFactory
BJPepperPizza <-- BJFactory
OrderPizza o-up- AbstractFactory
interface AbstractFactory{
Pizza createPizza();
}
abstract class Pizza{
void prepare()
void bake()
void cut()
void box()
}
@enduml | false | true | false | false | class |
b10f29bd76818d6adeda45bf932dedd5b5b502af | dda7b506188d7a34ac15ae3b7c3a55f8c94eabe7 | /src/main/java/com/clexel/dp/uml/association2.puml | 6217b39b36fbee712743eba8c80f3180fc85f598 | [
"Apache-2.0"
] | permissive | jonathanzhan/design-pattern | 77e7088c37a40320c94f18f4f68dbfff260639d0 | 3b118a1e0769b78127ed806b95ff011db5b15be8 | refs/heads/master | 2021-07-05T21:20:38.942127 | 2019-08-29T09:37:57 | 2019-08-29T09:37:57 | 191,871,045 | 0 | 0 | Apache-2.0 | 2020-10-13T13:53:42 | 2019-06-14T03:37:20 | Java | UTF-8 | PlantUML | false | false | 137 | puml | @startuml
class Teacher{
-name:String
-students:List<Student>
}
class Student{
-name:String
}
Teacher --> Student
@enduml | false | true | false | false | class |
618e712e9f490045c219948fced2f737449bab8e | 1861c06552569c7e6f872ed010844c26be1da126 | /diagrams/TaskSequence.puml | 32f7a2b8c6ecc9e6dc4521e085ab08b5ed804926 | [] | no_license | msemik/jNode | 97291804facdb529af0ff36c169aa6706330d910 | de40aa05d95bfc4aa0a1b7cc924705910a28922b | refs/heads/master | 2021-01-21T04:54:02.344666 | 2016-06-30T10:36:49 | 2016-06-30T10:36:49 | 44,692,999 | 1 | 0 | null | 2016-05-06T09:50:29 | 2015-10-21T17:32:38 | Java | UTF-8 | PlantUML | false | false | 3,965 | puml | @startuml
actor UserApp
UserApp ->> TaskExecutor: doAsync(task, callback)
TaskExecutor -> DefaultTaskReceiver: doAsync(task, callback)
DefaultTaskReceiver -> TaskCoordinator: onTaskReceivedEvent(event)
TaskCoordinator ->> WorkerPool: submitTask(task)
alt WorkerPoolOverflow
WorkerPool -> Distributor: onWorkerPoolOverflowEvent(event)
Distributor -> DelegationHandler: handleDuringOnWorkerPoolOverflowEvent()
DelegationHandler -> DelegationHandler: delegateTasks()
alt task.isExternal()
alt externalTask.isOriginatedAt(destinationNode) "destinationNode == sourceNode"
DelegationHandler -> TaskService: sry(destinationNodeId, taskId)
TaskService -> MessageGateway: send(new Sry(taskId), destinationNodeId)
MessageGateway ->>] : send(message)
else "destinationNode != sourceNode"
DelegationHandler -> TaskService: redirectTask(externalTask, destinationNodeId)
TaskService -> MessageGateway: send(new Redirect(destinationNodeId, taskId, sourceNodeId)
MessageGateway ->>] : send(message)
end
else
DelegationHandler -> TaskService: delegateTask(task, destinationNodeId)
TaskService -> MessageGateway: send(new TaskDelegation(externalTask), destinationNodeId)
MessageGateway ->>] : send(message)
opt notRequestedYet(jar)
MessageGateway <<-] : receive(message)
MessageGateway -> Distributor: onJarRequest(nodeId, jarFileName)
Distributor -> JarHandler: onJarRequest(nodeId, jarFileName)
JarHandler -> TaskService: jarDelivery(requesterNodeId, fileName, jarContent)
TaskService -> MessageGateway: send(new JarDelivery(jarContent, fileName), requesterNodeId)
MessageGateway ->>] : send(message)
end
MessageGateway <<-] : receive(message)
MessageGateway -> Distributor: onTaskExecutionCompleted(taskId, taskResultOrException)
Distributor -> TaskCoordinator: onTaskFinishedEvent(event)
end
else
WorkerPool -> TaskCoordinator: onTaskFinishedEvent(event)
end
alt success
TaskCoordinator ->> EventLoopThread: submitTaskResult(taskResult)
EventLoopThread -> EventLoopThread: callback.onSuccess(taskResult)
else failure
TaskCoordinator ->> EventLoopThread: submitTaskFailure(exception)
EventLoopThread -> EventLoopThread: callback.onFailure(exception)
end
newpage onSry
[->> MessageGateway : receive(message)
MessageGateway -> Distributor: onSry(nodeId, taskId)
Distributor ->> WorkerPool: submitTask(task)
newpage onRedirect
[->> MessageGateway : receive(message)
MessageGateway -> Distributor: onRedirect(currentNodeId, destinationNodeId, taskId)
alt workerPool.hasAvailableThreads()
Distributor ->> WorkerPool: submitTask(task)
else
Distributor -> TaskService: delegateTask(task, destinationNodeId)
TaskService -> MessageGateway: send(new TaskDelegation(externalTask), destinationNodeId)
MessageGateway ->>]: send(message)
end
newpage onTaskDelegation
[->> MessageGateway : receive(message)
MessageGateway -> Distributor: onTaskDelegation(externalTask)
Distributor -> JarHandler: onTaskDelegation(externalTask)
opt notRequestedYet(jar)
JarHandler -> TaskService: jarRequest(jar)
TaskService -> MessageGateway: send(new JarRequest(jarFileName, nodeId)
[<<- MessageGateway : send(message)
[->> MessageGateway: receive(message)
MessageGateway -> Distributor: onJarDelivery(nodeId, jarFileName, jar)
Distributor -> JarHandler: onJarDelivery(nodeId, jarFileName, jar)
end
JarHandler -> TaskCoordinator: onTaskReceivedEvent(event)
TaskCoordinator ->> WorkerPool: submitTask(task)
WorkerPool -> Distributor: onTaskFinishedEvent(event)
Distributor -> TaskService: taskExecutionCompleted(externalTask, taskResultOrException)
TaskService -> MessageGateway: send(new TaskExecutionCompleted(taskResult, taskId, sourceNodeId)
[<<- MessageGateway : send(message)
@enduml
| false | true | false | false | usecase |
000797f6b00edf143c98219266e9f3dc7924d0d3 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Application/Services/Logical.puml | a39279c13f1aa0642bd7f716001161cc0458385a | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 728 | puml | @startuml
hide member
package "Analytics" #lightgreen {
}
package "Workloads" #lightgreen {
}
package "Cloud" #lightgreen {
}
rectangle "Application\nDeveloper" {
}
package "Application/Services" #lightblue {
interface "Application/Services" {
}
CLI ()-- "Application/Services"
REST ()-- "Application/Services"
Web ()-- "Application/Services"
abstract "Application" as A
abstract "Complex Service" as CS
abstract "Service" as S
abstract "Model" as M
A "1" o--> "n" S
CS "1" o--> "n" S
S <|-- CS
}
"Application\nDeveloper" --> "Application/Services"
"Workloads" --> "Application/Services"
"Application/Services" <- "Analytics"
"Application/Services" --> "Cloud"
@enduml
| false | true | false | false | class |
4ec66aeb89c0d60126da0c1dd3d287e1a2706ae9 | 503de38f481b81220b0d5c4eb1042764320f6a5d | /3Libary.puml | 9c9d97684400458c20bb10ce51accef4c27cd7ea | [] | no_license | Phruksa/Use-case-diagram | 16e3b41388e2f09915edc36c5a92456644453234 | 1e96abd9f87890b83316a4a937a754ce639cc4b2 | refs/heads/main | 2023-04-08T00:10:49.251028 | 2021-04-05T06:45:44 | 2021-04-05T06:45:44 | 354,744,739 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 404 | puml | @startuml
left to right direction
actor Student as s
package Professional {
actor Teacher as t
}
package Library {
usecase "Search for books" as UC1
usecase "Borrow a book" as UC2
usecase "Return the book" as UC4
usecase "Book not found" as UC5
usecase "Over time returned the book." as UC6
}
s --> UC1
s --> UC2
s --> UC4
UC2-->t
UC4-->t
UC5<..UC4
UC6<..UC4
@enduml | false | true | false | false | usecase |
58a08b5b2458bb1d5fdbd59ceee586d68639ead2 | 6631f2c7a4b3fcde26546ab707faf8a2fa56b160 | /app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/transition/transition.plantuml | 1a1af6274362fa317e47f8c4f71aee66607ce626 | [] | no_license | DeniE46/iMet-raywenderlich- | a051175bbb549f111f6597e0cd9d4f8064ad14c9 | 698820ae72707421f5febaa4987428a258153660 | refs/heads/master | 2020-04-10T21:44:21.743382 | 2019-05-17T10:02:18 | 2019-05-17T10:02:18 | 161,305,177 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,028 | plantuml | @startuml
title __TRANSITION's Class Diagram__\n
package android.support.transition {
class R {
- R()
}
}
package android.support.transition {
class attr {
{static} + font : int
{static} + fontProviderAuthority : int
{static} + fontProviderCerts : int
{static} + fontProviderFetchStrategy : int
{static} + fontProviderFetchTimeout : int
{static} + fontProviderPackage : int
{static} + fontProviderQuery : int
{static} + fontStyle : int
{static} + fontWeight : int
- attr()
}
}
package android.support.transition {
class bool {
{static} + abc_action_bar_embed_tabs : int
- bool()
}
}
package android.support.transition {
class color {
{static} + notification_action_color_filter : int
{static} + notification_icon_bg_color : int
{static} + ripple_material_light : int
{static} + secondary_text_default_material_light : int
- color()
}
}
package android.support.transition {
class dimen {
{static} + compat_button_inset_horizontal_material : int
{static} + compat_button_inset_vertical_material : int
{static} + compat_button_padding_horizontal_material : int
{static} + compat_button_padding_vertical_material : int
{static} + compat_control_corner_material : int
{static} + notification_action_icon_size : int
{static} + notification_action_text_size : int
{static} + notification_big_circle_margin : int
{static} + notification_content_margin_start : int
{static} + notification_large_icon_height : int
{static} + notification_large_icon_width : int
{static} + notification_main_column_padding_top : int
{static} + notification_media_narrow_margin : int
{static} + notification_right_icon_size : int
{static} + notification_right_side_padding_top : int
{static} + notification_small_icon_background_padding : int
{static} + notification_small_icon_size_as_large : int
{static} + notification_subtext_size : int
{static} + notification_top_pad : int
{static} + notification_top_pad_large_text : int
- dimen()
}
}
package android.support.transition {
class drawable {
{static} + notification_action_background : int
{static} + notification_bg : int
{static} + notification_bg_low : int
{static} + notification_bg_low_normal : int
{static} + notification_bg_low_pressed : int
{static} + notification_bg_normal : int
{static} + notification_bg_normal_pressed : int
{static} + notification_icon_background : int
{static} + notification_template_icon_bg : int
{static} + notification_template_icon_low_bg : int
{static} + notification_tile_bg : int
{static} + notify_panel_notification_icon_bg : int
- drawable()
}
}
package android.support.transition {
class id {
{static} + action_container : int
{static} + action_divider : int
{static} + action_image : int
{static} + action_text : int
{static} + actions : int
{static} + async : int
{static} + blocking : int
{static} + chronometer : int
{static} + forever : int
{static} + ghost_view : int
{static} + icon : int
{static} + icon_group : int
{static} + info : int
{static} + italic : int
{static} + line1 : int
{static} + line3 : int
{static} + normal : int
{static} + notification_background : int
{static} + notification_main_column : int
{static} + notification_main_column_container : int
{static} + parent_matrix : int
{static} + right_icon : int
{static} + right_side : int
{static} + save_image_matrix : int
{static} + save_non_transition_alpha : int
{static} + save_scale_type : int
{static} + tag_transition_group : int
{static} + text : int
{static} + text2 : int
{static} + time : int
{static} + title : int
{static} + transition_current_scene : int
{static} + transition_layout_save : int
{static} + transition_position : int
{static} + transition_scene_layoutid_cache : int
{static} + transition_transform : int
- id()
}
}
package android.support.transition {
class integer {
{static} + status_bar_notification_info_maxnum : int
- integer()
}
}
package android.support.transition {
class layout {
{static} + notification_action : int
{static} + notification_action_tombstone : int
{static} + notification_template_custom_big : int
{static} + notification_template_icon_group : int
{static} + notification_template_part_chronometer : int
{static} + notification_template_part_time : int
- layout()
}
}
package android.support.transition {
class string {
{static} + status_bar_notification_info_overflow : int
- string()
}
}
package android.support.transition {
class style {
{static} + TextAppearance_Compat_Notification : int
{static} + TextAppearance_Compat_Notification_Info : int
{static} + TextAppearance_Compat_Notification_Line2 : int
{static} + TextAppearance_Compat_Notification_Time : int
{static} + TextAppearance_Compat_Notification_Title : int
{static} + Widget_Compat_NotificationActionContainer : int
{static} + Widget_Compat_NotificationActionText : int
- style()
}
}
package android.support.transition {
class styleable {
{static} + FontFamily : int[]
{static} + FontFamily_fontProviderAuthority : int
{static} + FontFamily_fontProviderCerts : int
{static} + FontFamily_fontProviderFetchStrategy : int
{static} + FontFamily_fontProviderFetchTimeout : int
{static} + FontFamily_fontProviderPackage : int
{static} + FontFamily_fontProviderQuery : int
{static} + FontFamilyFont : int[]
{static} + FontFamilyFont_android_font : int
{static} + FontFamilyFont_android_fontWeight : int
{static} + FontFamilyFont_android_fontStyle : int
{static} + FontFamilyFont_font : int
{static} + FontFamilyFont_fontStyle : int
{static} + FontFamilyFont_fontWeight : int
- styleable()
}
}
R +-down- attr
R +-down- bool
R +-down- color
R +-down- dimen
R +-down- drawable
R +-down- id
R +-down- integer
R +-down- layout
R +-down- string
R +-down- style
R +-down- styleable
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 |
e5c8b00d5493884506ff603e395d7ca25807a5f9 | 8f57a2c0d35d59a9afb945fe43fbba7105e3e47d | /model_3.puml | 2b307a6015f1cbede58a5a805edc1d0c6168e79d | [
"Apache-2.0"
] | permissive | baker371/p-threat-model-graph-visualisation | 910d92f2b1c5dcc616f7b51ecf2ed11fe5d7e85a | fee961d517b0d0b24bd218032ec730bc041a52aa | refs/heads/main | 2023-02-02T01:26:06.086933 | 2020-12-17T21:08:25 | 2020-12-17T21:08:25 | 304,722,602 | 0 | 0 | Apache-2.0 | 2020-10-16T19:37:48 | 2020-10-16T19:37:48 | null | UTF-8 | PlantUML | false | false | 560 | puml | @startuml
[Step 1] --> [Step 2]
[Step 2] --> [Step 3]
package "Level 1"{
[Step 3] --> [Step 4]
[Step 4] --> [Step 5]
[Step 6] --> [Step 5]
[Step 6] --> [Step 7]
[Step 6] --> [Step 8]
[Step 8] --> [Step 9]
[Step 10] --> [Step 7]
[Step 11] --> [Step 7]
[Step 11] --> [Step 12]
[Step 5] --> [Step 13]
}
[Step 5] --> [Step 14]
[Step 14] --> [Step 15]
package "Level 2"{
[Step 16] --> [Step 17]
[Step 18] --> [Step 19]
[Step 20] --> [Step 17]
[Step 17] --> [Step 19]
[Step 19] --> [Step 21]
[Step 13] --> [Step 18]
@enduml
| false | true | false | false | uml-unknown |
88496c6ce76bf280bef5312d7c6155f1f2b18f08 | f63bf51710343a1ab3a0d8e747c3ccdb2057f6d4 | /jnrpe-components.puml | 6d9e1f8f21484f084e44af67bec2190671d800ea | [
"Apache-2.0"
] | permissive | ziccardi/jnrpe | 1a8b257d3c8abd323294562bdc66b225fce12db0 | b4466ccf04fa7aaf468e5f2d867421d691bacc73 | refs/heads/master | 2023-07-24T16:08:27.707800 | 2023-07-17T17:21:46 | 2023-07-17T17:21:46 | 16,982,696 | 27 | 10 | Apache-2.0 | 2023-07-17T17:21:30 | 2014-02-19T11:52:23 | Java | UTF-8 | PlantUML | false | false | 1,100 | puml | @startuml
frame it.jnrpe.engine {
package services.events {
() IEventManager
() IEventType
IEventManager ..> IEventType : use
[LogEvent] -> IEventType
}
package services.config {
() IConfigProvider
() IConfigSource
IConfigProvider ..> IConfigSource : uses
}
package services.network {
() INetworkListener
}
package services.plugins {
() IPlugin
() IPluginRepository
IPluginRepository ..> IPlugin : uses
}
}
frame it.jnrpe.services.events {
[ConsoleEventManager] --> IEventManager
}
frame it.jnrpe.services.config {
[IniJnrpeConfigProvider] ---> IConfigProvider
[XmlJnrpeConfigProvider] ---> IConfigProvider
[YamlJnrpeConfigProvider] ---> IConfigProvider
}
frame it.jnrpe.services.network.netty {
[JnrpeNettyListenerService] --> INetworkListener
}
frame it.jnrpe.services.plugin {
[JavaServicePluginRepository] --> IPluginRepository
}
frame it.jnrpe.services.plugins {
[CheckDiskPlugin] -> IPlugin
[CheckMemoryPlugin] -> IPlugin
}
@enduml
| false | true | false | false | class |
3efe6a50ec4a1cb54c16cc04e60005e3bb6dfe99 | 22c062df90adff61becb66216348f35b57920adb | /UML/StructureDiagrams/ObjectDiagram/diagrams/ProffesorDepartment.puml | 93694dacd423dad31dfa9c47b24c50a4b7ba5ae2 | [
"BSD-3-Clause"
] | permissive | zainmehdi/software_engineering | 0ca30f6daf526434fbec9ae0240da0685dc5977a | 9b655590d05246d6e859673161de05ecde788b14 | refs/heads/master | 2022-12-29T14:33:41.798904 | 2020-10-12T13:57:20 | 2020-10-12T13:57:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 232 | puml | @startuml
object "<u>newProffesor:Proffesor</u>" as p1 {
id : int = 64654192
name:string = John
gender= male
}
object "<u>newDepartment:Department</u>" as d1 {
id : int = 47151197125
name:string = Math
}
d1 "1" o-- "*" p1
@enduml
| false | true | false | false | class |
74f46bce96d6309b233d8ed4bc0c5545d089078e | ce4521625591dbb05ffa372aef06b1a444b853a3 | /uml/proxy.puml | c918a6ec4527c72c1aea865bce37cd6889ce01e5 | [
"MIT"
] | permissive | azdanov/design-patterns | 9a7c60ef1873c9140e4252b1366f4232a687f4bf | 199600980f998aa5e64c204186cd69af2f02a9df | refs/heads/master | 2021-01-25T14:03:43.786246 | 2018-03-31T21:18:32 | 2018-03-31T21:18:32 | 123,643,994 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 217 | puml | @startuml Proxy
interface Subject {
request();
}
class RealSubject implements Subject {
request();
}
class Proxy implements Subject {
request();
}
RealSubject -[hidden]> Proxy
RealSubject <-- Proxy
@enduml
| false | true | false | false | class |
1c2c353f086ea111ac9ce6da8752510f6c373496 | 9b0e63235c181d920de21c3b6d562f0aa80499e8 | /doc/shemes/user-scenarios_EN.puml | 7169a63910d56a976a5ea5390e3ecf03eb089f6a | [
"MIT"
] | permissive | sqsinformatique/mrms | 3a708451ba480c796dff5ae47c1e457a7eeda49b | 35487a8f8c4d024596d8a414b92088a90ebdf4b3 | refs/heads/main | 2023-02-18T19:12:36.620193 | 2021-01-16T08:26:59 | 2021-01-16T08:26:59 | 329,974,295 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,035 | puml | @startuml user-scenarios
actor "User" as user
box MRMS
participant "Authorization system" as auth
participant "Main screen" as main_screen
participant "Repair-task" as order
participant "Checklist" as check_list
end box
group The engineer takes repair-task in work
user -> auth : user authorization
auth -> main_screen : open the list of repair-tasks\nappointed to user
main_screen -> order : open repair-task
order -> order : change task state to "In progress"
order -> check_list : open checklist
check_list -> check_list : filling,\nappend media-files
check_list -> check_list : change checklist state to "Filled"
check_list -> order : change task state to "Completed"
order -> main_screen : return to main screen
end group
group Create repair-task by manually
user -> auth : user authorization with role Senior engineer
auth -> main_screen : open list of created repair-tasks,\nacces to flow of creating repair-task,\naccess to filled checklists
main_screen -> order : create repair-task
order -> order : set the equepment for task
order -> check_list : create checklist
check_list -> order : return to repair-task
order -> order : set task staff
order -> order : change task state to "To work"
order -> main_screen : return to main screen
end group
group Set task staff
user -> auth : user authorization with role Senior engineer
auth -> main_screen : open list of created repair-tasks,\nacces to flow of creating repair-task,\naccess to filled checklists
main_screen -> order : select repair-task,\nopen repair-task content
order -> order : set task staff
order -> order : change task state to "To work"
order -> main_screen : return to main screen
end group
group Checklist review
user -> auth : user authorization with role Senior engineer/Chief Engineer
auth -> main_screen : open list of created repair-tasks,\nacces to flow of creating repair-task,\naccess to filled checklists
main_screen -> check_list : select checklist,\nopen repair-task content
check_list -> main_screen : return to main screen
end group
@enduml | false | true | false | false | sequence |
31199cad056b0291147bf4e8d1f6a0c75e5f108a | 07a0bc72cc7b93833fca42a22a53de7fa1c4a325 | /ActorsUIHang.puml | 835bf43b6da4d5c86580be2d4321aaaae50dc570 | [] | no_license | Furisto/AsyncAwaitDeepDive | f0b02733f90d13aaf592c2a30323d806decfec06 | 7d6fbaf9fb969e2f4b6f44b22c727f7056d7e9c2 | refs/heads/master | 2020-04-24T04:59:12.993308 | 2019-04-02T19:41:09 | 2019-04-02T19:41:09 | 171,722,183 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 924 | puml | @startuml
autonumber
skinparam sequence {
LifeLineBorderColor black
LifeLineBackgroundColor transparent
ParticipantBorderColor black
ParticipantBackgroundColor whiteSmoke
ParticipantFontColor black
}
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
activate Program
Program -[#LimeGreen]> MessageLoop: Enqueue
MessageLoop --[#LimeGreen]> Program
activate MessageLoop
MessageLoop -> Handler: RunLoop
activate Handler
Handler -> StateMachine: AsyncOperation
activate StateMachine
StateMachine -> TaskAwaiter: MoveNext
TaskAwaiter -> Task: Continue with MoveNext
activate Task
Task --> TaskAwaiter
TaskAwaiter --> StateMachine
StateMachine --> Handler
deactivate StateMachine
Handler -> Handler:Wait
"Timer/IO" -[#CornflowerBlue]> Task: Complete
Task -[#CornflowerBlue]> SynchronizationContext: FinishContinuations
deactivate Task
SynchronizationContext -[#CornflowerBlue]> MessageLoop: Enqueue
@enduml | false | true | false | false | sequence |
89d8c9d2d48f90fb3e8984c4030e767bb48fa5c7 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Manipulators/Utils/EditModeReplaceUtils.puml | f5d29f317e1cb6de11274bbfc06f9df0e644042e | [] | 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 | 208 | puml | @startuml
class EditModeReplaceUtils <<static>> {
+ {static} Insert(itemsGroups:IEnumerable<ItemsPerTrack>) : void
{static} Insert(track:TrackAsset, items:IEnumerable<ITimelineItem>) : void
}
@enduml
| false | true | false | false | class |
9389eeb5aef1e1decdb3db7254a56cd18f9c1df4 | ddd27ef7207e3b508ba557b6f5ca1b2bd172a734 | /app/UML/Conceptual State.puml | 1648e6226c6378a4c2fa92c4ad14b2cd113ee06e | [] | no_license | QRP0002/Wireless_Quote | 7c095f66043b7780f03d624be2fe7956b3369a27 | 0b4762a69db0ebada3d518573e7618a0e57f0368 | refs/heads/master | 2020-06-04T02:48:51.629364 | 2015-05-01T12:49:49 | 2015-05-01T12:49:49 | 33,549,841 | 0 | 0 | null | 2015-04-16T20:57:50 | 2015-04-07T14:57:28 | Java | UTF-8 | PlantUML | false | false | 256 | puml | @startuml
[*] --> LoggedOff
LoggedOff --> LoggingOn : Log On
LoggingOn --> LoggedOn : Valid
LoggingOn --> LoggedOff : Invalid
LoggedOn --> LoggingOff : Log Off
LoggingOff --> LoggedOff : Valid
LoggingOn : do/verification
LoggingOff: do/verification
@enduml | false | true | false | false | sequence |
2cf4295ef55333192c31d6bc421e382cff4b21a7 | 8e0e85b3875e06a4d76b4298decb879026847d7f | /docs/bead11/seq/stateChanged2.puml | 90c14d7011ca9616199c871846756109fba6d05e | [] | no_license | viseguard-studios/Documentation | fba5030594be0303374d70019c7ea759316a96fe | 290312ddbeab9cf9a28147c868f3330475aebd6d | refs/heads/main | 2023-05-13T12:00:34.417075 | 2021-06-06T07:52:49 | 2021-06-06T07:52:49 | 338,383,487 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 243 | puml | @startuml
hide footbox
title State changed on MapViewPanel
actor Player as player
participant "mapview : MapViewPanel" as mapview
player -> mapview++: stateChanged()
mapview -> mapview++: this.repaint()
mapview --> player--: return
@enduml
| false | true | false | false | sequence |
7a8025c6150c39132f6890265e050910eae5f77d | c381a2fc30ee8634e6a1fe94f5098954464391ed | /src/main/plantuml/bmi_sekvens_beregn.puml | 14965c44e5929618870eb979f7e3384d20211a45 | [] | no_license | jonbertelsen/bmi_b | 3889e745f5c1b43d1b34d441fa39eeac5f62ddf8 | 8ab27321dca1b952144bde88fb5705f88dd5b75c | refs/heads/master | 2022-08-25T11:06:48.802040 | 2020-03-26T10:04:48 | 2020-03-26T10:04:48 | 246,810,435 | 1 | 1 | null | 2022-06-21T02:58:23 | 2020-03-12T10:51:19 | Java | UTF-8 | PlantUML | false | false | 886 | puml | @startuml
autonumber
Title Beregning af BMI
actor bruger
boundary index.jsp
boundary resultat.jsp
bruger -> index.jsp: start
== Initialization ==
box BmiUtil
index.jsp -> Initializer: getSportList()
Initializer --> index.jsp: ArrayList<Sport>
end box
== Beregn BMI ==
box PresentationLayer
control FrontController
index.jsp -> FrontController: doPost()
FrontController -> FrontController: processRequest()
FrontController -> Command: from()
Command --> FrontController: Resultat
FrontController -> Resultat: execute()
end box
box LogicFacade
Resultat -> LogicFacade: insertBmiItem()
end box
box DBAccess
LogicFacade -> BmiMapper: insertBmiItem()
end box
database BmiDB
BmiMapper -> BmiDB: executeQuery()
BmiDB --> BmiMapper: OK
BmiMapper --> LogicFacade: OK
LogicFacade --> Resultat: OK
Resultat --> FrontController: resultat
FrontController --> resultat.jsp: forward()
@enduml | false | true | false | false | sequence |
28605bc96b8b310d712fe9aa51a122c6136d3c00 | dc1ab7aeb88cc2c5e8f45ee02eb0eb750ef83d3b | /diagrama de estados.puml | 906f899c679de4330f33910206807c76ccc6e31c | [
"MIT"
] | permissive | valva-ro/Algo3-TP2-AlgoBlocks | 7ab70e1dd725f38ec82453795b6050b11a531322 | 66e06fe503b1869c6efeef0f42ede261f78137f8 | refs/heads/master | 2023-03-19T21:56:44.880279 | 2021-03-05T00:13:52 | 2021-03-05T00:13:52 | 319,808,536 | 3 | 0 | MIT | 2021-03-04T21:20:38 | 2020-12-09T01:35:18 | Java | UTF-8 | PlantUML | false | false | 499 | puml | @startuml
'https://plantuml.com/state-diagram
scale 350 width
[*] --> VistaPrincipal
state VistaPrincipal {
VistaPrincipal --> SetearAlgoritmo : drag&drop
}
state SetearAlgoritmo {
SetearAlgoritmo --> Dibujar : ejecutar
SetearAlgoritmo --> CrearNuevoBotonPersonalizado : guardar
SetearAlgoritmo --> VistaPrincipal : cancelar
}
state CrearNuevoBotonPersonalizado{
CrearNuevoBotonPersonalizado --> Dibujar : Ejecutar
}
state Dibujar{
}
VistaPrincipal --> [*] : salir
@enduml | false | true | false | false | sequence |
9dd44f5e7874de104ef14f8e2a1a6bc1f7bd5812 | ea1c235d799a63eb2ad7fab3a262b51199ab1c96 | /src/main/java/com/designpatterns/graph/pattern/struct/decorator/Decorator.puml | bc19acdadd7a7d06dfd91b1d0730a3da19f60818 | [] | no_license | violet-Bin/designpatterns | f286a9f4b18674acc1f095a440b104402c5f9edc | fb73bc8f033a3248ef41c17874ccea13c439120a | refs/heads/master | 2022-07-13T02:43:34.134498 | 2021-11-25T16:25:42 | 2021-11-25T16:25:42 | 174,949,082 | 1 | 0 | null | 2022-06-17T03:35:02 | 2019-03-11T07:39:12 | Java | UTF-8 | PlantUML | false | false | 447 | puml | @startuml
abstract Component
class Decorator
class ConcreteComponent
class ConcreteDecorator
Component <|--o Decorator
Component <|-- ConcreteComponent
Decorator <|-- ConcreteDecorator
Decorator : #component:Component
Component : +method1()
Component : +method2()
Decorator : +method1()
Decorator : +method2()
ConcreteComponent : +method1()
ConcreteComponent : +method2()
ConcreteDecorator : +method1()
ConcreteDecorator : +method2()
@enduml | false | true | false | false | class |
199a931ce1002d2e6e9a304a90abe8cb51f1aaeb | 5729b5869b6a83052fe02fddc518d42aa0138ed6 | /UML/IO.iuml | 82ac0d19d82dd55d09ae40b2d42b02b6cc11a40a | [] | no_license | DHBW-CPP-2021/SCARY | bfe244b1daccec5588b9bda43c960e561c760d83 | b6e50bdbade03d9d708911a7b915e362048f5d48 | refs/heads/main | 2023-06-22T00:04:53.208462 | 2021-07-23T11:59:57 | 2021-07-23T11:59:57 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,311 | iuml | class GameDrawer
{
.. Member ..
-_board: GameBoard
.. Drawing methods ..
+drawMaze(out: std::ostream)
+drawSparPieces(out: std::ostream)
}
class DrawingConst
{
..constexpr..
+wall_width
+wall_height
+inner_width
+inner_height
+row_label_spacing
}
GameDrawer -- DrawingConst : uses >
class Token
{
.. Alias..
+TokenArrayRow : std::array<char, inner_width>
+TokenArrayMatrix : std::array<TokenArrayRow, inner_height>
.. Member..
-_character_representation : TokenArrayMatrix
.. Constructor..
+Token(character_representation_ : TokenArrayMatrix)
+Token(single_char_representation_ : char)
.. Queries..
+getCharacterRepresentation() : TokenArrayMatrix
.. Static functionality..
{static} +getEmptyTokenArrayMatrix() : TokenArrayMatrix
}
note right: Only visual \nrepresentation
Token -- DrawingConst : uses >
GameDrawer -- Token : can draw >
class ConsoleUtils
{
..Methods..
{static} +readInteger() : int
{static} +readLongs() : long
{static} +readDouble() : double
{static} +readString(): std::string
{static} +readString(msg: std::string, maxLength:int):std::string
{static} +safelyReadInteger(msg: std::string): int
{static} +safelyReadInteger(msg: std::string, min: int, max:int): int
} | false | true | false | false | class |
0f215acf2cde11c4f7fd35a65d03eee96d975564 | c4dc075bfc35765487f5ccec51d10fd4e86943fb | /img/uml/webhook-canceled.puml | ce35ecb1d78f41d20b939ef453c61612cc8a160d | [
"MIT"
] | permissive | transferzero/api-documentation | e1a360d7bfbce44641e817ef5577b12125423de5 | 4ae968534b1e26f15993fd06fcd9c46781e85768 | refs/heads/master | 2023-08-30T20:54:10.018521 | 2023-08-30T07:46:12 | 2023-08-30T07:46:12 | 185,815,784 | 4 | 15 | MIT | 2023-08-30T07:46:14 | 2019-05-09T14:30:17 | SCSS | UTF-8 | PlantUML | false | false | 266 | puml | @startuml
title Transaction Callbacks - Cancel flow
actor User
database Api
actor Recipient
User --> Api : Transaction create
Api -> User : transaction.created
User --> Api : Recipient Cancel (or no payin for 1 hour)
Api -> User : transaction.canceled
@enduml
| false | true | false | false | usecase |
d007de0876bfdd2e77d69dfc2825ec329b1599b6 | a66183dc4477e9e32317cd4a1f0a15cdd4caa7db | /schema/schema.puml | 53f1d259e6c4159a9dee19f654e49d963131b194 | [
"MIT"
] | permissive | d-tolstov/Ax2009-NPOI | 480dc4bbfa33e18e31a1581f206a854edf9f7feb | 0549ac6d3cd92b17d31830585b8dbf695e391820 | refs/heads/master | 2022-12-15T22:37:30.636050 | 2020-09-19T17:46:17 | 2020-09-19T17:46:17 | 296,913,813 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 687 | puml | @startuml "Ax2009-NPOI"
class NPOIWorkbook{
}
NPOIWorkbook o- NPOIWorksheet
interface NPOI.SS.UserModel.IWorkbook{}
NPOI.SS.UserModel.IWorkbook --o NPOIWorkbook
class NPOIWorksheet{
}
NPOIWorksheet o- NPOIRow
interface NPOI.SS.UserModel.ISheet{}
NPOI.SS.UserModel.ISheet --o NPOIWorksheet
class NPOIRowEnumerator{
}
NPOIWorksheet o-- NPOIRowEnumerator
class NPOIRow{
}
NPOIRow o- NPOICell
NPOIRow -o NPOIRowEnumerator
interface NPOI.SS.UserModel.IRow{}
NPOI.SS.UserModel.IRow --o NPOIRow
class NPOICellEnumerator{
}
NPOIRow o-- NPOICellEnumerator
class NPOICell{
}
NPOICell -o NPOICellEnumerator
interface NPOI.SS.UserModel.ICell{}
NPOICell o-- NPOI.SS.UserModel.ICell
@enduml | false | true | false | false | class |
d78c68cf49e7de3338b5c7c88c4941d79513202e | 02b0d37dad8182bfbc5414bbd250f36c6e888b28 | /PlantUml/Scripts/Libs/SceneLoadManager.puml | ce0b4a8c21319936799e6a6405db4381b9347091 | [] | no_license | Darcy97/U3D_Libs | ee8b1afb4e4cdc99fd80ab404fc8171cf2181ca0 | cc6143112916cafa346a00bc1fab7841b7888444 | refs/heads/master | 2020-06-21T16:37:56.155301 | 2019-08-20T07:04:09 | 2019-08-20T07:04:09 | 197,504,293 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 259 | puml | @startuml
class SceneLoadManager {
+ {static} Instance : SceneLoadManager <<get>>
- SceneLoadManager()
- _currentScene : string
+ LoadScene(name:string) : void
+ GetCurrentSceneName() : string
}
MonoBehaviour <|-- SceneLoadManager
@enduml
| false | true | false | false | class |
a360034a9bf4f7d1c369caae64b6ec00ffabb20b | 7a661200b9d1db1d48ad8c69da063264136bfc45 | /uml/app.puml | 85dbe986318e6c05cef4917f855022a9b7292731 | [] | no_license | rachelsch1/schwarz-cop3330-assignment4part2 | 4baae755124c5307d2350ecf7e3afd7884a136f5 | bf0cf301366f2c6a9497e2fdce3226f3e0152a69 | refs/heads/main | 2023-06-16T03:52:51.641250 | 2021-07-12T03:11:26 | 2021-07-12T03:11:26 | 385,110,526 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,635 | puml | @startuml
'https://plantuml.com/sequence-diagram
class ListViewController {
initialize()
initTable()
initCols()
editableCols()
loadData()
loadNewData()
setTitle()
itemAdded()
backButtonClicked()
deleteItemButtonClicked()
deleteListButtonClicked()
listTitleEdited()
loadComplete()
loadIncomplete()
showCompleteButtonClicked()
showIncompleteButtonClicked()
showAllButtonClicked()
markedComplete()
markedIncomplete()
saveListButtonClicked()
}
class ListViewOpenController {
selectedList: List
initialize()
initTable()
initCols()
editableCols()
loadData()
itemAdded()
backButtonClicked()
deleteItemButtonClicked()
deleteListButtonClicked()
listTitleEdited()
loadComplete()
loadIncomplete()
showCompleteButtonClicked()
showIncompleteButtonClicked()
showAllButtonClicked()
markedComplete()
markedIncomplete()
saveListButtonClicked()
}
class MainClass {
main()
start()
}
class List {
title: String
itemList: ObservableList<Item>
directory: String
List()
getTitle()
setTitle()
setDirectory()
createFile()
loadList()
}
class Item {
description: String
dueDate: DatePicker
status: CheckBox
Item()
setDescription()
getDescription()
setDueDate()
getDueDate()
getStatus()
setStatus()
}
javafx.Application <|-- MainClass
MainClass <|-- List
List -- ListViewController
List -- ListViewOpenController
List - Item
@enduml | false | true | false | false | class |
f1047985f4d1165dd918527971e6b1b7fdd56f08 | 9fe3568a2b0e0e3934ba25afd9b55476b6ef92bc | /Labsubmit/60030041/Decode.puml | 187f13d76cb08096b46b7e1d2f2f6533f68b4605 | [] | no_license | OOAD-041/OOAD-WEEK11 | 2cad533d081d8a330d6729c17ea40d345ffd807c | a60b8e51bbbde8b0203534de6676a3d972435044 | refs/heads/master | 2022-06-20T02:05:59.345451 | 2020-05-03T17:06:00 | 2020-05-03T17:06:00 | 256,806,430 | 0 | 0 | null | 2020-04-18T16:56:42 | 2020-04-18T16:56:42 | null | UTF-8 | PlantUML | false | false | 274 | puml | @startuml Decode
skinparam Shadowing false
skinparam state{
BackgroundColor pink
}
[*]-> Ready
Ready:do/waiting for instruction
Decode : decoding
Display : show decoded data
Ready-> Decode:Received encoded data
Decode --> Display : Decoded
Display -left-> [*]
@enduml | false | true | false | false | sequence |
aa0c9330c2107ae401fa3ba649acf503f6cc3da2 | 0c050924fe55e7b4fa6dcbe1897ab086730b28dc | /Project1/app/app.plantuml | 9bf2114bd32398af499d490cab4ded7172b12d12 | [] | no_license | Jeremyrodgers123/androidApp | a1a9cabcfc3334c416fff83f15d90b35202b33a6 | dfe0ce21673cd5f4a6bbf846cde721c2640c9e69 | refs/heads/master | 2020-12-07T12:17:17.634198 | 2020-01-09T04:10:18 | 2020-01-09T04:10:18 | 232,720,195 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,276 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace com.main.project1 {
abstract class com.main.project1.AppDb {
}
}
namespace com.main.project1 {
class com.main.project1.AppDb_Impl {
}
}
namespace com.main.project1 {
class com.main.project1.BuildConfig {
}
}
namespace com.main.project1 {
class com.main.project1.DashboardActivity {
}
}
namespace com.main.project1 {
class com.main.project1.DashboardAdapter {
}
}
namespace com.main.project1 {
class com.main.project1.DashboardData {
}
}
namespace com.main.project1 {
class com.main.project1.DashboardFragment {
}
}
namespace com.main.project1 {
class com.main.project1.FitnessActivity {
}
}
namespace com.main.project1 {
class com.main.project1.FitnessProfile {
}
}
namespace com.main.project1 {
interface com.main.project1.FitnessProfileDao {
}
}
namespace com.main.project1 {
class com.main.project1.FitnessProfileDao_Impl {
}
}
namespace com.main.project1 {
class com.main.project1.FitnessProfileFragment {
}
}
namespace com.main.project1 {
class com.main.project1.HeaderFragment {
}
}
namespace com.main.project1 {
class com.main.project1.JSONWeatherUtils {
}
}
namespace com.main.project1 {
class com.main.project1.LocationData {
}
}
namespace com.main.project1 {
class com.main.project1.LoginActivity {
}
}
namespace com.main.project1 {
class com.main.project1.MainActivity {
}
}
namespace com.main.project1 {
class com.main.project1.NewUserLoginFragment {
}
}
namespace com.main.project1 {
class com.main.project1.UserProfile {
}
}
namespace com.main.project1 {
class com.main.project1.UserProfileActivity {
}
}
namespace com.main.project1 {
interface com.main.project1.UserProfileDao {
}
}
namespace com.main.project1 {
class com.main.project1.UserProfileDao_Impl {
}
}
namespace com.main.project1 {
class com.main.project1.UserProfileFragment {
}
}
namespace com.main.project1 {
class com.main.project1.VolleySingleton {
}
}
namespace com.main.project1 {
class com.main.project1.WeatherActivity {
}
}
namespace com.main.project1 {
class com.main.project1.WeatherData {
}
}
namespace com.main.project1 {
class com.main.project1.WeatherDataFragment {
}
}
com.main.project1.AppDb -up-|> androidx.room.RoomDatabase
com.main.project1.AppDb_Impl -up-|> com.main.project1.AppDb
com.main.project1.AppDb_Impl o-- com.main.project1.FitnessProfileDao : _fitnessProfileDao
com.main.project1.AppDb_Impl o-- com.main.project1.UserProfileDao : _userProfileDao
com.main.project1.DashboardActivity .up.|> com.main.project1.DashboardAdapter.OnClickListener
com.main.project1.DashboardActivity .up.|> com.main.project1.UserProfileFragment.OnFragmentInteractionListener
com.main.project1.DashboardActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.DashboardAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter
com.main.project1.DashboardAdapter o-- com.main.project1.DashboardAdapter.OnClickListener : mOnClickListener
com.main.project1.DashboardData .up.|> android.os.Parcelable
com.main.project1.DashboardFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.FitnessActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.FitnessProfile .up.|> java.io.Serializable
com.main.project1.FitnessProfile o-- com.main.project1.FitnessProfile.WeightGoal : Goal
com.main.project1.FitnessProfile o-- com.main.project1.FitnessProfile.FitnessLevel : Level
com.main.project1.FitnessProfileDao_Impl .up.|> com.main.project1.FitnessProfileDao
com.main.project1.FitnessProfileFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.FitnessProfileFragment o-- com.main.project1.AppDb : appDb
com.main.project1.FitnessProfileFragment o-- com.main.project1.FitnessProfileDao : fitnessProfileDao
com.main.project1.FitnessProfileFragment o-- com.main.project1.FitnessProfile : mCurrentFitnessProfile
com.main.project1.FitnessProfileFragment o-- com.main.project1.FitnessProfileFragment.UserHeight : mCurrentUserHeight
com.main.project1.FitnessProfileFragment o-- com.main.project1.FitnessProfile : mSavedFitnessProfile
com.main.project1.FitnessProfileFragment o-- com.main.project1.UserProfile : mUserProfile
com.main.project1.FitnessProfileFragment o-- com.main.project1.UserProfileDao : userProfileDao
com.main.project1.HeaderFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.LoginActivity .up.|> android.view.View.OnClickListener
com.main.project1.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.MainActivity .up.|> android.view.View.OnClickListener
com.main.project1.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.NewUserLoginFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.UserProfile .up.|> java.io.Serializable
com.main.project1.UserProfileActivity .up.|> com.main.project1.UserProfileFragment.OnFragmentInteractionListener
com.main.project1.UserProfileActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.UserProfileDao_Impl .up.|> com.main.project1.UserProfileDao
com.main.project1.UserProfileFragment .up.|> android.view.View.OnClickListener
com.main.project1.UserProfileFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.UserProfileFragment o-- com.main.project1.UserProfileFragment.OnFragmentInteractionListener : mFragmentInteractionListener
com.main.project1.UserProfileFragment o-- com.main.project1.UserProfile : mUserProfile
com.main.project1.UserProfileFragment o-- com.main.project1.UserProfileDao : mUserProfileDao
com.main.project1.WeatherActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.WeatherData o-- com.main.project1.WeatherData.Clouds : mClouds
com.main.project1.WeatherData o-- com.main.project1.WeatherData.CurrentCondition : mCurrentCondition
com.main.project1.WeatherData o-- com.main.project1.LocationData : mLocationData
com.main.project1.WeatherData o-- com.main.project1.WeatherData.Rain : mRain
com.main.project1.WeatherData o-- com.main.project1.WeatherData.Snow : mSnow
com.main.project1.WeatherData o-- com.main.project1.WeatherData.Temperature : mTemperature
com.main.project1.WeatherData o-- com.main.project1.WeatherData.Wind : mWind
com.main.project1.WeatherDataFragment .up.|> android.view.View.OnClickListener
com.main.project1.WeatherDataFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.WeatherDataFragment o-- com.main.project1.AppDb : appDb
com.main.project1.WeatherDataFragment o-- com.main.project1.UserProfile : mUserProfile
com.main.project1.WeatherDataFragment o-- com.main.project1.UserProfileDao : userProfileDao
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 |
f80dbfbce0fbcd0d08fbb144ab8bf274b2688748 | 6d666244c20eb70b4d1b2393c64de25f8d961d09 | /app/src/main/java/com/example/edelhome/ui/tools/tools.plantuml | 13d1d1ab5c7d1a7a0281313cd91650bca19d49b0 | [] | no_license | Neptun95/EdelHomeAPP | 582c3ed65a3b630878fd36de0a0e75a4955d3f89 | bcf529dfdd6c5ac67c8ee7809c360b31bd065f8d | refs/heads/master | 2021-02-24T21:33:00.940882 | 2020-03-06T14:35:23 | 2020-03-06T14:35:23 | 245,442,067 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,211 | plantuml | @startuml
title __TOOLS's Class Diagram__\n
namespace com.example.edelhome {
namespace ui.tools {
class com.example.edelhome.ui.tools.ToolsFragment {
- Auth : FirebaseAuth
- btnAb : Button
- btnAn : Button
+ onCreateView()
}
}
}
namespace com.example.edelhome {
namespace ui.tools {
class com.example.edelhome.ui.tools.ToolsViewModel {
- mText : MutableLiveData<String>
+ ToolsViewModel()
+ getText()
}
}
}
com.example.edelhome.ui.tools.ToolsFragment -up-|> androidx.fragment.app.Fragment
com.example.edelhome.ui.tools.ToolsFragment o-- com.example.edelhome.MainActivity : main
com.example.edelhome.ui.tools.ToolsFragment o-- com.example.edelhome.ui.home.HomeFragment : mainFragment
com.example.edelhome.ui.tools.ToolsFragment o-- com.example.edelhome.ui.tools.ToolsViewModel : toolsViewModel
com.example.edelhome.ui.tools.ToolsViewModel -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 |
31bca447dcacc5948a680894da84a152058a93f1 | e84cdf400a0c388fb619ee59d2e9b7088c68a42e | /Lab submits/60030112/Task 1/Task 1.puml | bc0bf3fc7c7f9969dfaff51e829bfef6c8583b7e | [] | no_license | 03376808-OOAD/OOAD-WEEK09 | d26687e13b991490dd87ed39c672401b613de35d | 5d1067a52587f950b5abf6e89de8a951f752266d | refs/heads/master | 2022-09-08T11:20:50.411169 | 2020-06-01T09:05:32 | 2020-06-01T09:05:32 | 69,578,305 | 0 | 10 | null | 2020-06-01T09:05:33 | 2016-09-29T14:57:50 | null | UTF-8 | PlantUML | false | false | 855 | puml | @startuml
skinparam classAttributeIconSize 0
hide circle
class car{
+ Body
+ Wheels
+ Brand
- Engine()
- Stereo()
+ Door()
}
class Engine{
+ RB26 DETT
- Pistond()
- SpearkPlugs()
}
class Stereo{
+ slot input USB and CD/DVD
+ Screen
- Rradio()
- Cassette()
}
class Door{
+ Door left
+ Door righ
+ Bonnet
+ handle left()
+ handle righ()
+ handle bonnet()
}
class Pistond{
- HKS NI PISTON
KIT RB26 87 S2
}
class SpearkPlugs{
- SUPER SPARK COIL
PACKS - R34 RB25DET NOE
}
class Radio{
- Audio
}
class Cassette{
- mp3
- mp3
}
class Handle{
+ Handle left
+ Handle eight
+ handle bonnet
}
class Tuner{
- FM/AM
}
car o-- "1...1"Engine
car o-- "1...1"Stereo
car o-- "1...n"Door
Engine o-- "1...1"Pistond
Engine o-- "1...1"SpearkPlugs
Stereo o-- "1...1"Radio
Stereo o-- "1...1"Cassette
Door o-- "1...n"Handle
Radio o-- "1..n"Tuner
@enduml | false | true | false | false | class |
5aa9ed7a52786982a4aab660a16a43caf72a04d6 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/Runner/DefaultTestWorkItem.puml | 003b8dce78cdaf28e54865ae212620b8b9f6139b | [] | 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 | 238 | puml | @startuml
class EditModeTestCallbacks {
}
class DefaultTestWorkItem {
+ DefaultTestWorkItem(test:TestMethod, filter:ITestFilter)
}
EditModeTestCallbacks --> "RestoringTestContext" Action
UnityWorkItem <|-- DefaultTestWorkItem
@enduml
| false | true | false | false | class |
123c10fe0922663cd33a61ce36c14149b9adaa4e | 73a2ec211090e75d728bfe08f07f90a50ecde9d4 | /src/uml/spendingListClass.puml | e2bff62f766dc48bd080a5852ee57cea3f6c23b3 | [] | no_license | AY2021S1-CS2113T-F14-2/tp | 080d69cd41305be497efb4e92db44b2ea28bb153 | da1045800fbd5bc280f052ed9943717dc2cf66f6 | refs/heads/master | 2023-01-05T11:52:07.039686 | 2020-11-09T15:08:14 | 2020-11-09T15:08:14 | 297,841,937 | 0 | 5 | null | 2020-11-09T15:08:15 | 2020-09-23T03:31:27 | Java | UTF-8 | PlantUML | false | false | 313 | puml | @startuml
hide circle
hide members
skinparam classAttributeIconSize 0
class SpendingList
class Item
Enum "<<Enumeration>>\nCategory"
class "{abstract}\nCommand"
SpendingList *--> "*" Item
Item -> "<<Enumeration>>\nCategory"
"{abstract}\nCommand" -right-> SpendingList : execute
SpendingList -> Storage
@enduml | false | true | false | false | sequence |
25abfbb32195af2dfdba976960526b04ea70e500 | 01cb5dea2df442ad2bf4b3e7122ebb1355459cab | /mp/puml/src/components.puml | a51bd5afb7001f3290938c1f6b47cc6715d7ebba | [
"MIT"
] | permissive | Luescher/simi | a48b0cc5abe59087b6e9a017c09470e4f3d550f6 | addabd782a82171b0afdedc4ad3cb643b1923ee6 | refs/heads/master | 2022-11-27T07:20:07.996250 | 2020-07-28T15:18:19 | 2020-07-28T15:18:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 983 | puml | @startuml
package "Metadata" {
package "Transformers" {
[JsonTrafo] as jt
[QgsTrafo] as qt
[qgsContent.json] as qj
jt --> qj
qj -up-> qt
}
package "Config" {
[Json Files] as json
[Qgs File] as qgs
}
package "SIMI" {
[GUI] as gui
[Entities] as class
() "REST GRETL" as gi
gui --> class
gi - class
}
package "Magic-Button (Jenkins)" {
[API / WGC Deployment] as pipe
() "Jenkins" as pi
pi - pipe
}
database "Meta-DB" {
[Meta-Tables] as mdb
}
together {
[Model-Reader] as mr
() "REST GET" as mri
mr - mri
}
gui -left-> mri
class --> mdb : jdbc
jt --> mdb : db con
jt --> json
qt --> qgs
}
database "Geo-DB" {
[Catalog] as cat
}
mr --> cat : db con
gui --> pi
pipe --> jt
pipe --> qt
[GRETL] as gretl
gretl --> gi
gretl -[hidden]-> gui
qj -[hidden]-> json
@enduml | false | true | false | false | sequence |
591ccccfe35109eeec7bf0e0f9e2892a5f0b3200 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ParcelRemovedFromDeliveryMessage.puml | ae62706914faa5399b7604ccfa63d228dad6da15 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,241 | 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 ParcelRemovedFromDeliveryMessage [[ParcelRemovedFromDeliveryMessage.svg]] extends OrderMessage {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
deliveryId: String
parcel: [[Parcel.svg Parcel]]
shippingKey: String
}
interface OrderMessage [[OrderMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
| false | true | false | false | class |
2833ab255db99f2dc3be80c7c21061aa63b97f80 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedQuoteSetSellerCommentAction.puml | cf6d2de648c5606dafdb502e10dbb93a684bdce5 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 479 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface StagedQuoteSetSellerCommentAction [[StagedQuoteSetSellerCommentAction.svg]] extends StagedQuoteUpdateAction {
action: String
sellerComment: String
}
interface StagedQuoteUpdateAction [[StagedQuoteUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
d2b935756aaa3d89f9f25df25c880f340ad95c89 | 22dd40c171a9a1e31f75c5f8d91877efa9fed41c | /uml/sequence/login_redis.puml | 2455a8bb424365225fea3cd81c135b7f025de0c7 | [
"MIT"
] | permissive | omegaatt36/btc-price-restful | d8aacaaf37a5298e2975b2ce9323a84c95a3d3df | abc9155f0e24c0b276a5d0b1a8975b5f8ef9f573 | refs/heads/master | 2021-03-22T23:47:31.383595 | 2020-03-18T04:10:39 | 2020-03-18T04:10:39 | 247,407,290 | 0 | 0 | MIT | 2020-03-17T14:34:39 | 2020-03-15T05:27:35 | Go | UTF-8 | PlantUML | false | false | 831 | puml | @startuml login_redis
actor User
boundary Server <<router>>
control controller <<handler>>
entity redis <<caching>>
control auth
entity dbi
database DB
collections user <<collection>>
User -> Server : http request POST\nlogin
Server -> controller : get userData
controller -> dbi : Find
dbi -> DB : FindOne
DB -> user
DB --> dbi
alt exist case
dbi --> controller
controller -> redis : get cache token
alt exist case
redis --> controller : return exitst token
else not found
redis --> controller
controller -> auth : generate token
auth --> controller
controller -> redis : set
end
controller --> Server : JWT
Server --> User : http responce/200
else not found
dbi --> controller
controller --> Server
Server --> User : http responce/400
end
@enduml | false | true | false | false | sequence |
1857a60543d2f9639f1bee8a0a66b4a9090e0276 | 819a0bae9e604ee9f9c9429ad5f564b8b10e97a9 | /src/main/adoc/rx2.plantuml | 8e2fb9cf3da69efebaf1432cf7240cb3c8d0ca9d | [] | no_license | h2000/java-leipzig-meetup | 47057335986d9c40630d91d6b72a2e2e38a1ad06 | a32105f3c8b4d2cae72759c6b86628d2cc90b012 | refs/heads/master | 2020-07-30T08:42:09.328964 | 2019-09-23T16:11:37 | 2019-09-23T16:11:37 | 210,159,609 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 940 | plantuml | @startuml
title Reactive Streams Specification\nSimplified Communication Flow
'skinparam handwritten true
skinparam shadowing false
skinparam ParticipantPadding 20
skinparam sequence {
ArrowColor black
ActorBorderColor black
LifeLineBorderColor black
LifeLineBackgroundColor black
ParticipantBorderColor black
ParticipantBackgroundColor white
ParticipantFontColor black
}
participant Subscriber
participant Subscription
participant Publisher
Subscriber -> Publisher : subscribe()
Publisher -> Subscription : new()
Publisher -> Subscriber : onSubscribe(Subscription)
loop until completed
Subscriber -> Subscription : request(int)
Subscription -> Publisher
alt no error
Publisher -> Subscriber : onNext(T)
else error
Publisher -> Subscriber : onError(Throwable)
end
alt cancel subscription
Subscriber -> Subscription : cancel()
Subscription -> Publisher
end
end
Publisher -> Subscriber : onComplete()
@enduml | false | true | false | false | sequence |
0a4fb3ddea5e7f5bd774e8d66cff44f7064f8660 | a7db7f381f681f7b863a0d8fafab1c7be61f07ff | /reponses/io.puml | 50f5c92f6a4e8e4183bcc7825e3d94f863ccf839 | [] | no_license | Ramin-Erwyn/mapc-cc1 | 03b0af4fc06a629c3362bfe0ebf5084c626d514b | 04c434f122c324775ca2225a1f0d791147a3b298 | refs/heads/master | 2023-01-03T02:30:50.606721 | 2020-11-03T16:35:35 | 2020-11-03T16:35:35 | 309,746,429 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 415 | puml | @startuml
package io{
class io.ServiceDefinitionLoader {
- SERVICES_PROPERTIES : String
- LOADER : ServiceDefinitionLoader
- REGEX : String
- properties : Properties
+ instance():ServiceDefinitionLoader
+ ServiceDefinitionLoader()
+ serviceTypes() :Set<String>
+ implementingComponentTypesOf(String serviceType):Optional<Set<String>>
}
}
@enduml | false | true | false | false | class |
5c76b4c471bcae284337818c0c4b6b272524edfc | fa13be4c94434971f61e1f1ba5d7b46b0168b85d | /docs-dev/plantuml/est-ca-runtime-operation-simple.plantuml | 7e74f7213f1d64ecfaec2222d752d97cace93749 | [
"MIT"
] | permissive | Azure/iot-identity-service | 244b907465d6a859491f12c3b30d547735345d96 | 33825efda701ae451cf6bb5e0f8b92f924c42acd | refs/heads/main | 2023-08-08T13:06:49.644336 | 2023-07-27T22:35:44 | 2023-07-27T22:35:44 | 279,231,136 | 35 | 44 | MIT | 2023-09-14T18:53:27 | 2020-07-13T06:35:03 | Rust | UTF-8 | PlantUML | false | false | 4,891 | plantuml | @startuml
title Runtime Operation
skinparam maxMessageSize 300
participant "EST" as est
participant "IoT Hub" as hub
box Device #LightBlue
participant "Edge Runtime" as runtime
participant "Host Process" as hlm
participant EdgeAgent as ea
participant EdgeHub as eh
participant "Custom\nModule" as cm
end box
autonumber
group Host-level modules
runtime -> runtime: Read host-level module names from configuration
loop for creating each host-level module M
runtime -> runtime: Derive Edge Hub SAS keys from its name + generation ID using the master encryption key
runtime -> hub ++: Create identity for module M and register the derived SAS keys for it
return
end
end
group Host process operation
hlm -> runtime ++: Get identity for Host process
return
hlm -> runtime ++: Get SAS token for identifying with IoT Hub
return
hlm -> hlm: Create IoT Hub client using Sas token
hlm -> hub ++: Connect to Iot Hub
hub -> hub: Validate SAS token against SAS key that was registered when the Edge Agent identity was created by the runtime
return OK
end
group Edge Agent operation
runtime -> runtime: Derive SAS keys for Edge Agent from its name + generation ID using the master encryption key
runtime -> hub ++: Create identity for Edge Agent and register the derived SAS keys for it
return
runtime -> ea **: Create and start
ea -> runtime ++: Get SAS token for identifying with IoT Hub
runtime -> runtime: Derive Edge Agent SAS keys from its name + generation ID using the master encryption key
runtime -> runtime: Create SAS token from SAS key
return SAS token
ea -> ea: Create IoT Hub client with SAS token
ea -> hub ++: Connect to IoT Hub
hub -> hub: Validate SAS token against SAS key that was registered when the Edge Agent identity was created by the runtime
return OK
ea -> hub ++: Get deployment
return
loop for each module M
ea -> runtime ++: Create identity for module M
runtime -> runtime: Derive module M SAS keys from its name + generation ID using the master encryption key
runtime -> hub ++: Create identity for module M and register the derived SAS keys for it
return
return
ea -> runtime ++: Start module
return
end
runtime -> eh **: Start Edge Hub
runtime -> cm **: Start Custom module
end
group Edge Hub operation
loop for server cert request and renewal
note over runtime
Note that a single server cert is shared between all modules, and its lifetime is managed by the runtime.
This is because the user may have module server certs rooted to public CAs, so it would cost the customer $$$ for each cert.
Thus we do not want to request a new server cert when a previously requested cert is still valid, which also means
we want to dedupe the server certs across all modules that want them. Since server certs are issued for the device hostname
anyway, reusing the server cert for multiple modules is not a concern.
end note
alt if server cert already exists and is valid
eh -> runtime ++: Get server cert
runtime -> runtime: Get persisted server cert PEM and private key
return Server cert and private key
else if server cert does not exist or is expired
eh -> runtime ++: Get server cert
alt if server cert does not exist
runtime -> runtime ++: Get persisted server cert and private key
return Err(NotFound)
else if server cert exists but is expired / close to expiry
runtime -> runtime ++: Get persisted server cert and private key
return Ok(cert)
runtime -> runtime: Server cert is expired / close to expiry
end
runtime -> runtime: Create CSR for new module server cert using key
alt if module certs should be issued by EST
runtime -> runtime: Create TLS client using current EST identity cert
runtime -> est ++: Connect using TLS client and send request for new module server cert corresponding to the CSR
est -> est: Verify client cert against EST identity CA
est -> est: Sign CSR
return Signed cert
else if module certs should be minted locally
runtime -> runtime: Sign CSR using device CA cert
end
runtime -> runtime: Save signed cert and key pair so that it can be retrieved for future module server cert requests
return Server cert and private key
end
end
group Connect to IoT Hub
eh -> runtime ++: Get IoTHub identity
return Identity info (IoTHub + device identity + generation ID + credentials type)
eh -> runtime ++: Get SAS token for identifying with IoT Hub
runtime -> runtime: Derive Edge Hub SAS keys from its name + generation ID using the master encryption key
runtime -> runtime: Create SAS token from SAS key
return SAS token
eh -> eh: Create IoT Hub client with SAS token
eh -> hub ++: Connect to IoT Hub
hub -> hub: Validate SAS token against SAS key that was registered when the Edge Hub identity was created by the runtime
return OK
end
end
@enduml
| false | true | false | false | sequence |
e605bc15f017931b052ef7bcd5648f4476e2f848 | c60a8fb67fedcbae08755d8125d97468a8aca24d | /Projet de UML Reverse/documents/trash/DAL/Diagrammes New Version/view/old/UMLDiagramsEditor/Class Diagrams/enCours/DiagramEditor_EntityPackage.puml | 03d2fca838bc400fda889ff4a65c6c597d4413bf | [
"Apache-2.0"
] | permissive | BelkhousNabil/Projets-Informatiques | 6be114f6a8dbcf978ef67daffb1394ee023255cf | 47ffd6526bb66ae263c34725fe2b515b751127bb | refs/heads/master | 2021-01-17T07:12:08.050466 | 2017-02-26T17:03:56 | 2017-02-26T17:03:56 | 54,788,129 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 965 | puml | @startuml
package ui.component {
package usecase {
class UseCaseDiagramEditor
class ActorGraphic
class UseCaseGraphic
abstract AClassObjectGraphic
interface IUseCaseGroupGraphic
class UseCaseGroupGraphic
class NameGraphic
class NameGraphic
interface IUseCaseEntityGraphic
}
package class {
class ClassDiagramEditor
interface IEntityGraphic
class ClassGraphic
class InterfaceGraphic
class EnumGraphic
abstract AClassObjectGraphic
interface IPackageGraphic
class PackageGraphic
class AttributeGraphic
class MethodeGraphic
}
package common {
interface IClassEntityGraphic
abstract AEntityGraphic
interface IElementGraphic
abstract AElementGraphic
}
}
'-----------------------------
'---------DEFINITIONS
'-----------------------------
@enduml
| false | true | false | false | class |
88ac08240da2e9a553e84ba37b2304c4948d4a45 | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/structural/proxy/dynamic/class-diagram.puml | a968e1604232c6ae00478999b0685f809211ab26 | [
"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 | 1,533 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title Dynamic Proxy Pattern Example
interface ILink {
+ String getUrl()
+ String getRel()
}
class ApiLink {
- String url, rel, title
+ String getUrl()
+ String getRel()
+ String getTitle()
}
class DynamicProxyFactory {
+ {static} <T> T createProxy(Class<T> clazz, final Object obj)
- {static} boolean hasSameMethodSignatures(Class clazz, Object obj)
}
DynamicProxyFactory --> ILink: clazz
DynamicProxyFactory --> ApiLink: obj
note top of DynamicProxyFactory
//createProxy method code
if(clazz != null && obj != null && hasSameMethodSignatures(clazz, obj))
return (T)Proxy.newProxyInstance(clazz.getClassLoader(), new Class[]{clazz}, new InvocationHandler() {
@Override
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
return obj.getClass().getDeclaredMethod(method.getName(), method.getParameterTypes()).invoke(obj, args);
}
}
);
return null;
end note
note right of DynamicProxyFactory::hasSameMethodSignatures
check if obj has the
same methods of clazz
end note
DynamicProxyFactory --> java.lang.reflect.InvocationHandler: use
DynamicProxyFactory --> java.lang.reflect.Proxy: use
DynamicProxyFactory --> java.lang.reflect.Method: use
@enduml | false | true | false | false | sequence |
607dba4512d17e6608836fa430ce427de981285f | 05c348f462ac94f9fb773645e47b6c46bd441468 | /input/images-source/usecase1-processflow.plantuml | 9018065067d0fb746fa4c1adf4c2399d8815800e | [
"CC-BY-4.0"
] | permissive | IHE/QEDm | c8e7bbc1d115f02e8dbad637ffbb4f43462537ed | 56cef8cdc9c70f1d3b5d5b49a5b3a03eeb515d50 | refs/heads/master | 2023-02-19T17:41:46.708538 | 2023-02-13T14:41:40 | 2023-02-13T14:41:40 | 172,774,965 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 375 | plantuml | @startuml
skinparam svgDimensionStyle false
hide footbox
participant "Clinical Data Consumer" as Client
participant "Clinical Data Source" as Server
activate "Client"
"Client" -> "Server" : 1. Mobile Query Existing Data Request [PCC-44]
activate "Server"
"Server" --> "Client" : 2. Mobile Query Existing Data Response [PCC-44]
deactivate "Client"
deactivate "Server"
@enduml
| false | true | false | false | sequence |
4d3345b4027303c5ff0f5a50ba51aeabdf323f85 | bfe606b112ea6a993190c1058edb73ebcff19bef | /uml/sequence/sc_4.puml | 206c9085c05a8442217eb99c3117359d2011a558 | [] | no_license | TheNoobProgrammeur/CMSDecentralise | e3bb51b69b7e0531459c7fe68674f06ea03ec771 | 48902012f9be75d9d871d38fd72f0c298de79cb3 | refs/heads/master | 2021-01-02T04:21:28.598206 | 2020-03-20T15:13:44 | 2020-03-20T15:13:44 | 239,487,232 | 0 | 1 | null | 2020-02-17T10:42:22 | 2020-02-10T10:41:37 | null | ISO-8859-1 | PlantUML | false | false | 514 | puml | @startuml
actor User as U
participant Application as A
participant Stockage as B
U -> A : Lancer l'application
U <<- A : Afficher la liste des contenus disponibles
U -> A: Demande d'affichage d'un contenu particulier
U <<- A: Afficher le contenu demandé
U -> A: Demande d'ajout en favoris
A <<- A: Vérifie si l'élément peut être ajouté aux favoris
alt autorisation OK
A -> B: Ajout aux favoris
A <- B: Status ok
U <- A: Message de confirmation
else autorisation DECLINED
U <- A: Message d'erreur
@enduml | false | true | true | false | sequence |
96451f10a3e06af1b5f90cb49c82cbaf99bbe99c | aefdc6e26db90fe88c57b7eecde5596afc49d4cb | /src/test/resources/domain-diagram.plantuml | b1d117f5606c43386c189cdf567c85a304e5312c | [
"Apache-2.0"
] | permissive | jboz/plantuml-builder | 724bf75b2d5794b53603f8a9f60b01ae8b79116c | 266d960a5d4a7c8e18048ddd7360df221428a0c4 | refs/heads/main | 2023-08-06T15:42:33.576311 | 2023-07-21T23:24:51 | 2023-07-21T23:24:51 | 89,647,955 | 41 | 13 | Apache-2.0 | 2023-07-21T23:22:32 | 2017-04-27T23:14:47 | Java | UTF-8 | PlantUML | false | false | 765 | plantuml | @startuml
package ch.ifocusit.plantuml.test.helper.domain.material <<Folder>> {
class "Car"
interface "Machine"
interface "Vehicule"
class "Wheel"
}
class "Car" {
brand : String
model : String
drivers : Set<Driver>
price : Price
wheels : Collection<Wheel>
addDriver(Driver) : Car
addWheel(Wheel)
buyBy(Driver, BigDecimal, Devise) : Driver
}
enum "Devise" {
CHF
EUR
USD
}
class "Driver" {
name : String
cars : List<Car>
addCar(Car)
buy(Car)
}
class "Price" {
amount : BigDecimal
devise : Devise
}
interface "Vehicule"
class "Wheel"
"Car" --> "Devise" : use
"Car" "*" <-> "*" "Driver" : drivers/cars
"Car" --> "Price" : price
"Car" --> "*" "Wheel" : wheels
"Price" --> "Devise" : devise
"Vehicule" <|-- "Car"
@enduml | false | true | false | false | sequence |
9a7fdfd200df232ee415a3340a8056ab2c44b408 | c8002de729ea7f503a29ce37bf98e9d53a54b786 | /InventoryManagement/include2.puml | 770da960663b4ed86783c22658599a7f348fc77b | [] | no_license | RostilKant/InventoryManagement | bb1fb4e890cb389944f8a890f67acba5b6c1e32b | c21c670b6388026a03e461f577396a8f573d4c65 | refs/heads/master | 2023-06-01T15:50:49.141521 | 2021-06-17T07:21:23 | 2021-06-17T07:21:23 | 341,509,343 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 10,664 | puml | @startuml
class ApplicationContext {
}
"IdentityDbContext`3" "<User,IdentityRole<Guid>,Guid>" <|-- ApplicationContext
class MappingProfile {
}
Profile <|-- MappingProfile
class Program <<static>> {
}
class Startup {
}
class AccessoryRepository {
}
"RepositoryBase`1" "<Accessory>" <|-- AccessoryRepository
IAccessoryRepository <|-- AccessoryRepository
class ComponentRepository {
}
"RepositoryBase`1" "<Component>" <|-- ComponentRepository
IComponentRepository <|-- ComponentRepository
class ConsumableRepository {
}
"RepositoryBase`1" "<Consumable>" <|-- ConsumableRepository
IConsumableRepository <|-- ConsumableRepository
class DeviceRepository {
}
"RepositoryBase`1" "<Device>" <|-- DeviceRepository
IDeviceRepository <|-- DeviceRepository
class EmployeeRepository {
}
"RepositoryBase`1" "<Employee>" <|-- EmployeeRepository
IEmployeeRepository <|-- EmployeeRepository
class LicenseRepository {
}
"RepositoryBase`1" "<License>" <|-- LicenseRepository
ILicenseRepository <|-- LicenseRepository
abstract class "RepositoryBase`1"<T> {
}
"IRepositoryBase`1" "<T>" <|-- "RepositoryBase`1"
class RepositoryManager {
}
IRepositoryManager <|-- RepositoryManager
class AccessoryService {
}
IAccessoryService <|-- AccessoryService
class AuthenticationService {
}
IAuthenticationService <|-- AuthenticationService
class ComponentService {
}
IComponentService <|-- ComponentService
class ConsumableService {
}
IConsumableService <|-- ConsumableService
class DeviceService {
}
IDeviceService <|-- DeviceService
class EmployeeService {
}
IEmployeeService <|-- EmployeeService
class LicenseService {
}
ILicenseService <|-- LicenseService
class UserService {
}
IUserService <|-- UserService
class DeviceConfiguration {
}
"IEntityTypeConfiguration`1" "<Device>" <|-- DeviceConfiguration
class EmployeeConfiguration {
}
"IEntityTypeConfiguration`1" "<Employee>" <|-- EmployeeConfiguration
class RoleConfiguration {
}
"IEntityTypeConfiguration`1" "<IdentityRole<Guid>>" <|-- RoleConfiguration
class AssetForAssignDto {
}
enum AccessoryCategory {
Monitors= 1,
Mousses= 2,
Keyboards= 3,
Webcams= 4,
Routers= 5,
}
enum AssetAssignType {
Removing= 1,
Adding= 2,
}
enum AssetStatus {
Archived= 1,
Deployable= 2,
UnDeployable= 3,
Pending= 4,
Active= 5,
}
enum ComponentCategory {
CPU= 1,
RAM= 2,
SSD= 3,
HDD= 4,
GPU= 5,
}
enum ConsumableCategory {
Printer_Paper= 1,
Printer_Ink= 2,
Monitor_Napkins= 3,
}
enum DeviceCategory {
Desktops= 1,
Laptops= 2,
Servers= 3,
Phones= 4,
Printers= 5,
Faxes= 6,
Routers= 7,
CoffeeMachines= 8,
}
enum EmployeeDepartment {
Software_Development= 1,
QA= 2,
Marketing= 3,
Hardware_Development= 4,
Client_Services= 5,
}
enum LicenseCategory {
Graphics_Software= 1,
Office_Software= 2,
IDE= 3,
VPN= 4,
Cloud_Software= 5,
}
class User {
}
"IdentityUser`1" "<Guid>" <|-- User
class Accessory {
}
class Component {
}
class Consumable {
}
class License {
}
class Metadata {
}
class "PagedList`1"<T> {
}
"List`1" "<T>" <|-- "PagedList`1"
abstract class RequestParameters {
}
class EmployeeParameters {
}
class DeviceParameters {
}
class AccessoryParameters {
}
class ConsumableParameters {
}
class ComponentParameters {
}
class LicenseParameters {
}
RequestParameters <|-- EmployeeParameters
RequestParameters <|-- DeviceParameters
RequestParameters <|-- AccessoryParameters
RequestParameters <|-- ConsumableParameters
RequestParameters <|-- ComponentParameters
RequestParameters <|-- LicenseParameters
class ValidationFilterAttribute {
}
IActionFilter <|-- ValidationFilterAttribute
class AccessoriesController {
}
ControllerBase <|-- AccessoriesController
class ComponentsController {
}
ControllerBase <|-- ComponentsController
class ConsumablesController {
}
ControllerBase <|-- ConsumablesController
class DevicesController {
}
ControllerBase <|-- DevicesController
class EmployeesController {
}
ControllerBase <|-- EmployeesController
class LicensesController {
}
ControllerBase <|-- LicensesController
class UsersController {
}
ControllerBase <|-- UsersController
class ExceptionMiddlewareExtensions <<static>> {
}
class ServiceExtensions <<static>> {
}
class InitialCreate <<partial>> {
}
Migration <|-- InitialCreate
class InitialCreate <<partial>> {
}
class DbSeed1 <<partial>> {
}
Migration <|-- DbSeed1
class DbSeed1 <<partial>> {
}
class ConvertEnumsToStrings <<partial>> {
}
Migration <|-- ConvertEnumsToStrings
class ConvertEnumsToStrings <<partial>> {
}
class UpdateConsumableEntity <<partial>> {
}
Migration <|-- UpdateConsumableEntity
class UpdateConsumableEntity <<partial>> {
}
class UpdateConsumableEnumCategoryToString <<partial>> {
}
Migration <|-- UpdateConsumableEnumCategoryToString
class UpdateConsumableEnumCategoryToString <<partial>> {
}
class AddIdentity <<partial>> {
}
Migration <|-- AddIdentity
class AddIdentity <<partial>> {
}
class ApplicationContextModelSnapshot <<partial>> {
}
ModelSnapshot <|-- ApplicationContextModelSnapshot
interface IAccessoryRepository {
GetAllAccessoriesAsync(userId:Guid, accessoryParameters:AccessoryParameters) : Task<PagedList<Accessory>>
GetAccessoryAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<Accessory>
UpdateAccessory(accessory:Accessory) : void
CreateAccessory(accessory:Accessory) : void
DeleteAccessory(accessory:Accessory) : void
}
"IRepositoryBase`1" "<Accessory>" <|-- IAccessoryRepository
interface IComponentRepository {
GetAllComponentsAsync(userId:Guid, componentParameters:ComponentParameters) : Task<PagedList<Component>>
GetComponentAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<Component>
UpdateComponent(component:Component) : void
CreateComponent(component:Component) : void
DeleteComponent(component:Component) : void
}
"IRepositoryBase`1" "<Component>" <|-- IComponentRepository
interface IConsumableRepository {
GetAllConsumablesAsync(userId:Guid, consumableParameters:ConsumableParameters) : Task<PagedList<Consumable>>
GetConsumableAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<Consumable>
UpdateConsumable(consumable:Consumable) : void
CreateConsumable(consumable:Consumable) : void
DeleteConsumable(consumable:Consumable) : void
}
"IRepositoryBase`1" "<Consumable>" <|-- IConsumableRepository
interface IDeviceRepository {
GetAllDevicesAsync(userId:Guid, deviceParameters:DeviceParameters) : Task<PagedList<Device>>
GetDeviceAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<Device>
UpdateDevice(device:Device) : void
CreateDevice(device:Device) : void
DeleteDevice(device:Device) : void
GetAllEmployeeDevicesAsync(employeeId:Guid) : Task<IEnumerable<Device>>
}
"IRepositoryBase`1" "<Device>" <|-- IDeviceRepository
interface IEmployeeRepository {
GetAllEmployees(userId:Guid, employeeParameters:EmployeeParameters) : Task<PagedList<Employee>>
GetEmployeeAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<Employee>
UpdateEmployee(employee:Employee) : void
CreateEmployee(employee:Employee) : void
DeleteEmployee(employee:Employee) : void
}
"IRepositoryBase`1" "<Employee>" <|-- IEmployeeRepository
interface ILicenseRepository {
GetAllLicensesAsync(userId:Guid, licenseParameters:LicenseParameters) : Task<PagedList<License>>
GetLicenseAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<License>
UpdateLicense(license:License) : void
CreateLicense(license:License) : void
DeleteLicense(license:License) : void
}
"IRepositoryBase`1" "<License>" <|-- ILicenseRepository
interface "IRepositoryBase`1"<T> {
FindAll() : IQueryable<T>
FindByCondition(expression:Expression<Func<T, bool>>, trackChanges:bool) : IQueryable<T>
Create(entity:T) : void
CreateRange(entities:IEnumerable<T>) : void
Update(entity:T) : void
Delete(entity:T) : void
DeleteRange(entities:IEnumerable<T>) : void
}
interface IRepositoryManager {
Employee : IEmployeeRepository <<get>>
Device : IDeviceRepository <<get>>
Accessory : IAccessoryRepository <<get>>
Component : IComponentRepository <<get>>
Consumable : IConsumableRepository <<get>>
License : ILicenseRepository <<get>>
SaveAsync() : Task
}
class AccessoryRepositoryExtensions <<static>> {
}
class CommonExtensions <<static>> {
}
class ComponentRepositoryExtensions <<static>> {
}
class ConsumableRepositoryExtensions <<static>> {
}
class DeviceRepositoryExtensions <<static>> {
}
class EmployeeRepositoryExtensions <<static>> {
}
class LicenseRepositoryExtensions <<static>> {
}
interface IAccessoryService {
}
interface IAuthenticationService {
RegisterUserAsync(userForRegistration:UserForRegistrationDto, modelState:ModelStateDictionary) : Task<bool>
AuthenticateUserAsync(userForAuthentication:UserForAuthenticationDto) : Task<bool>
CreateTokenAsync() : Task<string>
}
interface IComponentService {
}
interface IConsumableService {
}
interface IDeviceService {
}
interface IEmployeeService {
}
interface ILicenseService {
}
interface IUserService {
}
class CommonExtensions <<static>> {
}
class UserServiceExtension <<static>> {
}
class AccessoryDto {
}
class AccessoryForCreationDto {
}
AccessoryForManipulationDto <|-- AccessoryForCreationDto
abstract class AccessoryForManipulationDto {
}
class AccessoryForUpdateDto {
}
AccessoryForManipulationDto <|-- AccessoryForUpdateDto
class ComponentDto {
}
class ComponentForCreationDto {
}
ComponentForManipulationDto <|-- ComponentForCreationDto
abstract class ComponentForManipulationDto {
}
class ComponentForUpdateDto {
}
ComponentForManipulationDto <|-- ComponentForUpdateDto
class ConsumableDto {
}
class ConsumableForCreationDto {
}
ConsumableForManipulationDto <|-- ConsumableForCreationDto
abstract class ConsumableForManipulationDto {
}
class ConsumableForUpdateDto {
}
ConsumableForManipulationDto <|-- ConsumableForUpdateDto
class DeviceDto {
}
class DeviceForCreationDto {
}
DeviceForManipulationDto <|-- DeviceForCreationDto
abstract class DeviceForManipulationDto {
}
class DeviceForUpdateDto {
}
DeviceForManipulationDto <|-- DeviceForUpdateDto
class EmployeeDto {
}
class EmployeeForCreationDto {
}
EmployeeForManipulationDto <|-- EmployeeForCreationDto
abstract class EmployeeForManipulationDto {
}
class EmployeeForUpdateDto {
}
EmployeeForManipulationDto <|-- EmployeeForUpdateDto
class LicenseDto {
}
class LicenseForCreationDto {
}
LicenseForManipulationDto <|-- LicenseForCreationDto
abstract class LicenseForManipulationDto {
}
class LicenseForUpdateDto {
}
LicenseForManipulationDto <|-- LicenseForUpdateDto
class UserForAuthenticationDto {
}
class UserForRegistrationDto {
}
@enduml
| false | true | false | false | class |
72ff3bfa5c4acefa70421f58562f74235af5d2f0 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao3/UC1/UC1_CD.puml | fa5f010752e2f3cd29a88206992b120ee7834f43 | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,202 | puml | @startuml
skinparam classAttributeIconSize 0
class Colaborador {
-String nome
-String funcao
-String telefone
-String email
+Colaborador(nome,função,tlf, email)
+String getNome()
+String getEmail()
}
class EnderecoPostal {
-String local
-String codPostal
-String localidade
+EnderecoPostal(local,codPostal,localidade)
}
class Organizacao {
-String nome
-String NIF
-String website
-String telefone
-String email
+Organizacao(nome, NIF,webSite,telefone, email,endereco,gestorColaborador)
+{static} EnderecoPostal novoEndereco(local,codPostal,localidade)
+{static} Colaborador novoColaborador(nome,funcao,tlf, email)
}
class Plataforma {
-String designacao
+ RegistoOrganizacoes getRegistoOrganizacoes()
+ AutorizacaoFacade getAutorizacaoFacade()
+ AlgoritmoGeradorPasswords getAlgoritmoGeradorPwd()
}
class RegistoOrganizacoes {
+Organizacao novaOrganizacao(nome,NIF,endLocal,endCodPostal,\nendLocalidade,tlf,site,email,nomeG,função,tlfG, emailG)
+validaOrganizacao(Organizacao org)
+registaOrganizacao(Organizacao org)
-addOrganizacao(Organizacao org)
-registaGestorComoUtilizador(Colaborador colab)
-enviaPwd(String emailG, String pwd)
}
class AutorizacaoFacade {
+registaUtilizadorComPapeis(nomeG,emailG,pwd,listaPapel)
}
interface AlgoritmoGeradorPasswords <<interface>>{
+String geraPassword(String nomeG, String emailG)
}
class RegistarOrganizacaoController {
+novaOrganizacao(nome,NIF,endLocal,endCodPostal,endLocalidade,tlf,site,email,nomeG,função,tlfG, emailG,pwd)
+registaOrganizacao()
}
class RegistarOrganizacaoUI {
}
RegistarOrganizacaoUI ..> RegistarOrganizacaoController
RegistarOrganizacaoController ..> Plataforma
RegistarOrganizacaoController ..> RegistoOrganizacoes
RegistarOrganizacaoController ..> Organizacao
RegistoOrganizacoes "1" --> "*" Organizacao : tem registadas
RegistoOrganizacoes ..> Colaborador
RegistoOrganizacoes ..> EnderecoPostal
RegistoOrganizacoes ..> AutorizacaoFacade
RegistoOrganizacoes ..> AlgoritmoGeradorPasswords
Organizacao "1" --> "1..*" Colaborador: tem
Organizacao "1" --> "1" Colaborador: tem gestor
Organizacao "1" --> "1" EnderecoPostal: localizada em
@enduml
| false | true | true | false | sequence |
c11c5917f8ead26c53c1acf873a8edf2806fc9bf | 20a6324573b29ed630e6615651acffd0032dd991 | /docs/uml/make-tea-use-case.puml | 6e333c1380e582a899ea73f789a5eec9719ad665 | [] | no_license | jnott/hello-world | 40ce98895267468f2a0b7f74ce92ca2bf6f7fb28 | e4dd56297a3df369cbf1bc9fe741af8d59cb6313 | refs/heads/master | 2020-04-22T11:37:16.052089 | 2019-02-14T12:07:21 | 2019-02-14T12:07:21 | 170,347,132 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 440 | puml | @startuml
title Joe's Use Case Example
skinparam style strictuml
left to right direction
actor Instructor as I
rectangle "Fill\nkettle" as fk
rectangle "Get\ntea\nbag" as gtb
rectangle "Get\nMilk" as gm
rectangle "Make a cup of tea" {
(Boil\nthe\nkettle) as btk
(Add\ntea\nbag) as atb
(Add\nmilk) as am
(Remove\ntea\nbag) as rtb
}
I -- btk
btk --> fk
I -- atb
atb --> gtb
' Add milk
I -- am
am --> gm
'Remove tea bag
I -- rtb
@enduml
| false | true | false | false | usecase |
7bb8c814403de1ef7e347d99fdee73d0d6f30389 | c76fe0e93a144d0b42d01346304c79cf6dff4d38 | /readme_files/lce_state.puml | 31d4c1c31e904344b63bd68259da12aa4f81b623 | [
"Apache-2.0"
] | permissive | motorro/RxLceModel | b3e0ca3e10ad2dd773484f41674150f570ced847 | d6c0d456e23544982fed95dcd68c926005857ed6 | refs/heads/master | 2023-05-10T16:09:01.957578 | 2023-05-08T18:41:59 | 2023-05-08T18:41:59 | 172,682,449 | 7 | 0 | Apache-2.0 | 2023-01-31T15:35:40 | 2019-02-26T09:43:11 | Kotlin | UTF-8 | PlantUML | false | false | 539 | puml | @startuml
hide empty members
class PARAMS
PARAMS -* LceState: Identify loaded data
abstract class LceState<DATA> {
+data: DATA?
+dataIsValid: Boolean
+params: PARAMS
}
LceState <|-- Loading
LceState <|-- Content
LceState <|-- Error
LceState <|-- Terminated
LceState *- "0..1" DATA: Loaded data if any
class DATA
class Loading
Loading --> LoadingType: What's going on with network
enum LoadingType {
LOADING
LOADING_MORE
REFRESHING
UPDATING
}
class Content
class Error
class Terminated #Crimson
@enduml | false | true | false | false | sequence |
958d0c9b1ba6cb44b762dff9c45e482596a418b8 | f1419068ff6f02b42cc7eae59dacbc2c66197806 | /src/Bird.puml | a7afc4cc46ddea86398cef779603476535d2c659 | [] | no_license | JavidRMir/introduction-to-oop-project | fe50cbd334d54b47deacc80d750b3aacfc85a6eb | d2381c455e2e988e331c2ee8c871bb3cec55d448 | refs/heads/master | 2023-07-24T02:50:21.270196 | 2021-09-07T15:44:41 | 2021-09-07T15:44:41 | 403,672,271 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 458 | puml | @startuml
abstract class Bird {
# name : String
# color : String
+ speak() : void
+ fly() : void
}
class Pigeon {
+ eatPizza() : void
+ sleep() : void
}
Bird <|-- Pigeon
class Penguin {
+ speak() : void
+ fly() : void
}
Bird <|-- Penguin
class Parrot {
+ speak() : void
}
Bird <|-- Parrot
interface DanceImpl {
+ spin() : void
+ doTheCaterpillar() : void
+ jump() : void
}
Bird ..|> DanceImpl
@enduml | false | true | false | false | class |
7d7b9914279b800f91ba0790e91ab0302771b8eb | aefb1807676f66cc46e45071b3deb1969e682322 | /SELAIN SISTEM/UML/SEQUENCE/pemberitahuan/kepala/PemberitahuanPersetujuanDisposisi.puml | 567232ca42a289ae0586e058af277a476b20124d | [
"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 | 608 | puml | @startuml
autonumber
hide footbox
title Pemberitahuan Surat Disposisi
Actor Kepala
boundary Dashborad_V
boundary PersetujuanDisposisi_V
control Admin_C
control SuratDisposisi_C
Entity SuratDisposisi_E
Admin_C --> Dashborad_V: load->view()
Dashborad_V --> Kepala: Halaman Dashborad
Kepala --> Dashborad_V: klik tombol pemberitahuan
Dashborad_V --> SuratDisposisi_C: index()
SuratDisposisi_C --> SuratDisposisi_E:
SuratDisposisi_E --> SuratDisposisi_C:
SuratDisposisi_C --> PersetujuanDisposisi_V: load->view()
PersetujuanDisposisi_V --> Kepala: Halaman Persetujuan Surat Disposisi
@enduml | false | true | false | false | sequence |
a487c7a8a41e18582da4919462efd39b4ff1eda3 | 2233ecb0f0dfb124b3c413aaf3fa1a1916059739 | /docs/Deliverable_51/hyperties/my-context/my-context-data-model.puml | e7dbe294001e0ad38b9842e8343a8c48976a3b03 | [
"Apache-2.0"
] | permissive | reTHINK-project/scenario-service-implementation | 5dc30cd716d3a875ea8edfd93f8e62fde33adecc | c8c0a90299938bf00e31c01ca72a49eab26f8436 | refs/heads/master | 2021-03-16T09:11:46.864830 | 2017-06-01T14:43:15 | 2017-06-01T14:43:15 | 37,669,121 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 365 | puml | @startuml
class "Data Sync\nReporting" as Report {
}
class "Data Sync\nObservation" as Observe {
}
package Context {
class Context{
}
}
package MyContext {
class ContextSource{
}
class MyContext{
}
}
MyContext -up-|> Report
MyContext -|> Context
ContextSource -up-|> Observe
ContextSource -|> Context
MyContext "1"*..>"0..*" ContextSource
@enduml
| false | true | false | false | class |
54533a98e7480af392664a3d8f7151a417107feb | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/behavior-mediator-pattern/src/main/resources/static/diagram.puml | 75e3a9484ce563861141168fb7268e8047ea0bd8 | [] | no_license | sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005870 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 914 | puml | @startuml
Colleague o-- Mediator
ConcreteMediator o-- Colleague
interface Mediator {
+void register(Colleague)
+void relay(Colleague)
}
class ConcreteMediator implements Mediator {
-List<Colleague> colleagues
+void register(Colleague)
+void relay(Colleague)
}
abstract class Colleague {
#Mediator
+void setMedium(Mediator)
+abstract void receive()
+abstract void send()
}
class ConcreteColleagueA extends Colleague {
+void receive()
+void send()
}
class ConcreteColleagueB extends Colleague {
+void receive()
+void send()
}
note as N
public void send() {
mediator.relay(this);
}
end note
note as M
public void relay(Colleague cl) {
for (Colleague ob : colleagues) {
if (!ob.equals(cl)) {
ob.receive();
}
}
}
end note
ConcreteColleagueA .. N
ConcreteColleagueB .. N
ConcreteMediator .. M
@enduml | false | true | false | false | activity |
b906ffc9078056f6a045d3d5a93ac82411f48773 | 166731f8c1d25286a263538efbe0cc0423420b1b | /DevOps4Ops/diagrams/simplearchitecture.plantuml | ec87daea30d04f08c7168e4f65f9351f3d0fd951 | [
"CC-BY-4.0"
] | permissive | brightcoast/DevOpsFor | 288c7c5354fc00d96a0a31e738de9b2bb1314227 | 9ea23b9630069ecb5962833f9a77391bba4cf555 | refs/heads/master | 2020-05-23T07:36:25.423246 | 2019-05-16T00:09:36 | 2019-05-16T00:09:36 | 186,680,088 | 0 | 0 | null | 2019-05-14T18:41:48 | 2019-05-14T18:41:48 | null | UTF-8 | PlantUML | false | false | 331 | plantuml | @startuml
package "Front End Server\nJoey" as feserver {
component "Front End" as client
}
package "Application Server\nRachel" as appserver {
component "Application" as app
}
package "Database Server\nRoss" {
database "Application\nDatabase" as db
}
User --> client
client --> app
app --> db
@enduml
| false | true | false | false | sequence |
1b5a9541defad3269e9ab6ac6e587c8eda2a7b92 | 2439874ae3af5249c7e7db694925d703742c62d8 | /use-cases/use-case-30.puml | 8944b0362c76950da562828198ee83fbe708fd88 | [
"Apache-2.0"
] | permissive | KerrJack/seMethodsCoursework | cd8a09a10a6cde549d5d4aea336f978e388bb42f | cf193199eab927133dff7e366f852b891d387a30 | refs/heads/master | 2023-04-20T21:25:05.745471 | 2021-04-30T15:35:55 | 2021-04-30T15:35:55 | 337,515,667 | 0 | 0 | Apache-2.0 | 2021-04-27T22:21:49 | 2021-02-09T19:38:15 | Java | UTF-8 | PlantUML | false | false | 227 | puml | @startuml
actor user as "user"
rectangle Database
rectangle "program" {
usecase UC4 as "Get population of country"
usecase UCa as "print population"
user - UC4
UC4 ..> UCa
UC4 - Database
}
@enduml | false | true | false | false | usecase |
f0b3b9e0592a2de0af7415c924e86d7e658bc754 | 1710cfdfa5ecf458e99537794b350b857cf23a9a | /UMLs/Decorator.plantuml | c1d92b273a0bb99558ddca801ed397206f902d3a | [] | no_license | Petrit123/Design-Patterns-CA | 8e03593f6183d2bba336176058a17593d9446a93 | 5d78f899da2a9fa15a7aa91cd504c74c7b651a17 | refs/heads/master | 2022-12-20T19:57:40.963102 | 2020-01-05T22:54:33 | 2020-01-05T22:54:33 | 230,289,294 | 0 | 0 | null | 2022-12-10T03:35:25 | 2019-12-26T15:50:35 | Java | UTF-8 | PlantUML | false | false | 2,388 | plantuml | @startuml
skinparam classAttributeIconSize 0
title __DECORATOR's Class Diagram__\n
namespace om.MovieBookingSystem.Decorator {
abstract class com.MovieBookingSystem.Decorator.ComboMix {
~ comboType : String
{abstract} + comboMixPrice()
+ getComboType()
}
}
namespace om.MovieBookingSystem.Decorator {
abstract class com.MovieBookingSystem.Decorator.ComboMixDecorator {
{abstract} + getComboType()
}
}
namespace om.MovieBookingSystem.Decorator {
class com.MovieBookingSystem.Decorator.Malteser {
+ Malteser()
+ comboMixPrice()
+ getComboType()
}
}
namespace om.MovieBookingSystem.Decorator {
class com.MovieBookingSystem.Decorator.Nachos {
+ Nachos()
+ comboMixPrice()
+ getComboType()
}
}
namespace om.MovieBookingSystem.Decorator {
class com.MovieBookingSystem.Decorator.OmniPassDiscount {
+ OmniPassDiscount()
+ comboMixPrice()
+ getComboType()
}
}
namespace om.MovieBookingSystem.Decorator {
class com.MovieBookingSystem.Decorator.ShareCombo {
+ ShareCombo()
+ comboMixPrice()
}
}
namespace om.MovieBookingSystem.Decorator {
class com.MovieBookingSystem.Decorator.SingleCombo {
+ SingleCombo()
+ comboMixPrice()
}
}
com.MovieBookingSystem.Decorator.ComboMixDecorator -up-|> com.MovieBookingSystem.Decorator.ComboMix
com.MovieBookingSystem.Decorator.ComboMixDecorator o-- com.MovieBookingSystem.Decorator.ComboMix : comboMix
com.MovieBookingSystem.Decorator.Malteser -up-|> com.MovieBookingSystem.Decorator.ComboMixDecorator
com.MovieBookingSystem.Decorator.Nachos -up-|> com.MovieBookingSystem.Decorator.ComboMixDecorator
com.MovieBookingSystem.Decorator.OmniPassDiscount -up-|> com.MovieBookingSystem.Decorator.ComboMixDecorator
com.MovieBookingSystem.Decorator.ShareCombo -up-|> com.MovieBookingSystem.Decorator.ComboMix
com.MovieBookingSystem.Decorator.SingleCombo -up-|> com.MovieBookingSystem.Decorator.ComboMix
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 |
56a457a2991794ccbd92c8c44e3272367e296cb9 | 372d0fe94d7e59fd48620c687fee8fc94841408b | /deadheat-lock-example/microservices-example/searching-service/src/main/java/com/vrush/microservices/searching/exception/handler/handler.plantuml | f745900b6dd49d0589be93b0c993dc0bdd5a727f | [
"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 | 1,269 | plantuml | @startuml
title __HANDLER's Class Diagram__\n
namespace com.vrush.microservices.searching {
namespace exception.handler {
class com.vrush.microservices.searching.exception.handler.APIExceptionResponse {
- details : String
- message : String
- timestamp : Date
+ APIExceptionResponse()
+ APIExceptionResponse()
+ equals()
+ getDetails()
+ getMessage()
+ getTimestamp()
+ hashCode()
+ setDetails()
+ setMessage()
+ setTimestamp()
+ toString()
# canEqual()
}
}
}
namespace com.vrush.microservices.searching {
namespace exception.handler {
class com.vrush.microservices.searching.exception.handler.CustomExceptionHandler {
# handleMethodArgumentNotValid()
- defaultExp()
}
}
}
com.vrush.microservices.searching.exception.handler.CustomExceptionHandler -up-|> org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
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 |
4803d509253eac98690830c2d539c7795efb6417 | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/Solution/Hybrid-Cloud/Artifact-Repository/Process.puml | cf60b1083238ba522255078f7e6212a5b0e7ee3f | [] | no_license | CAADE/CAADE | 6a0d37b31e77fd00eeb1ad056d17d484585cad96 | 3873453a14359879a146f1d5897554ae2e94bd96 | refs/heads/master | 2021-06-09T05:28:17.894441 | 2019-06-07T06:08:10 | 2019-06-07T06:08:10 | 104,078,969 | 1 | 0 | null | 2020-08-20T15:13:40 | 2017-09-19T13:32:11 | JavaScript | UTF-8 | PlantUML | false | false | 354 | puml | @startuml
partition "Hybrid Cloud/Artifact Repository" {
}
partition User #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "Hybrid Cloud/Artifact Repository" #lightblue {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
partition Used #cccccc {
"Test Code" --> "Do Something"
}
@enduml
| false | true | false | false | activity |
4f17c4879d659189345a5d528aa7a782b861579c | 58195f5ccb013c9677ee76cbcde8916e3bf8f50c | /diagrams/collection-exercise-new-states.puml | 9b388d0406ba8e0131af0589bf2bd957b7b5e917 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | ONSdigital/rm-collection-exercise-service | 71a9169282d588395854b0f6d03e4b652a56d236 | 593214d514e9bbff4839266da4c4039f67653ce3 | refs/heads/main | 2023-08-23T21:18:15.364304 | 2023-08-17T13:34:39 | 2023-08-17T13:34:39 | 88,979,995 | 8 | 4 | MIT | 2023-09-07T07:05:21 | 2017-04-21T12:08:28 | Java | UTF-8 | PlantUML | false | false | 955 | puml | @startuml
[*] --> CREATED
CREATED --> CREATED : ci_sample_added
CREATED --> CREATED : ci_sample_deleted
CREATED --> CREATED : events_deleted
CREATED --> SCHEDULED : events_added
CREATED --> EXECUTION_STARTED : execute
SCHEDULED --> SCHEDULED : events_added
SCHEDULED --> SCHEDULED : ci_sample_deleted
SCHEDULED --> READY_FOR_REVIEW : ci_sample_added
SCHEDULED --> CREATED : events_deleted
READY_FOR_REVIEW --> SCHEDULED : ci_sample_deleted
READY_FOR_REVIEW --> CREATED : events_deleted
READY_FOR_REVIEW --> EXECUTION_STARTED : execute
EXECUTION_STARTED --> EXECUTION_STARTED : execute
EXECUTION_STARTED --> EXECUTED : execution_complete
FAILEDVALIDATION --> EXECUTION_STARTED : execute
FAILEDVALIDATION --> SCHEDULED : ci_sample_deleted
EXECUTED --> VALIDATED : validate
EXECUTED --> FAILEDVALIDATION : invalidate
VALIDATED --> READY_FOR_LIVE : publish
VALIDATED --> LIVE : go_live
READY_FOR_LIVE --> LIVE : go_live
LIVE --> ENDED : end_exercise
@enduml | false | true | false | false | sequence |
da1afc1bd0bc25a6c619e3ca1fe4c09492daa50b | 3d152062945dc6bc52a4d87ca0f0c8052e14c7aa | /docs/diagrams/DeleteClassDiagram.puml | b12bd19ca8666276c262d769def894396e541db5 | [
"MIT"
] | permissive | Cherweijie/main | adff38b7d3a7f5de1e5213454f860e1b4b93c248 | 25e8860f5b2417a30c69a9d07daef097c2aec5e6 | refs/heads/master | 2021-01-14T17:10:02.254944 | 2020-04-11T10:21:35 | 2020-04-11T10:21:35 | 242,690,844 | 0 | 1 | NOASSERTION | 2020-02-24T09:12:25 | 2020-02-24T09:07:53 | null | UTF-8 | PlantUML | false | false | 1,583 | puml | @startuml
skinparam backgroundColor #ffffff
skinparam classAttributeIconSize 0
hide circle
class DeleteCommand {
/' Fields '/
- targetIndex : Index
- listType : Flag
/' Methods '/
+ execute(model : Model) : CommandResult
- deleteFromOrderList(model : Model) : CommandResult
- deleteFromReturnList(model : Model) : CommandResult
}
interface Parser<T> <<interface>> {
parse(userInput : String) : T
}
class DeleteCommandParser implements Parser {
/' Methods '/
+ parse(args : String) : DeleteCommand
- removeFlagString(flag : Flag, str : String) : String
- getFlag(args : String) : Flag
- getFlagRegex(flag : Flag) : String
- hasRegex(regex : String, searchTerm : String) : boolean
}
DeleteCommandParser ..> DeleteCommand
class Index {
/' Fields '/
- zeroBasedIndex : int
/' Methods '/
+ getZeroBased() : int
+ getOneBased() : int
+ {static} fromZeroBased(zeroBasedIndex : int) : Index
+ {static} fromOneBased(oneBasedIndex : int) : Index
}
class Flag {
/' Fields '/
- flag : String
}
class Model<<interface>> {
+ updateFilteredOrderList(predicate : Predicate<Order>) : void
+ updateFilteredReturnOrderList(predicate : Predicate<ReturnOrder>) : void
}
interface Predicate<T> <<interface>> {
+ test(t : T) : boolean
}
Model ..up> Predicate
abstract class "{abstract}\nCommand" {
+ {abstract} execute(model : Model) : CommandResult
}
DeleteCommand --up|> "{abstract}\nCommand"
DeleteCommand ..up|> Model
DeleteCommand --left> Index
DeleteCommand --right> Flag
@enduml
| false | true | false | false | class |
be8fa04136649117a09aa247705914f68f2bf519 | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/collaboration-service/Application/Models/DataTransferObjects/EventDto.puml | dc0b5eb88ae9efb5b9248dcd0fb04bbc6a0d8acd | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 265 | puml | @startuml
class EventDto {
+ Id : string <<get>> <<set>>
+ ProjectId : string <<get>> <<set>>
+ OwnerId : string <<get>> <<set>>
+ Type : string <<get>> <<set>>
+ Content : string <<get>> <<set>>
+ TimeStamp : long <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
31b359122e28109b964fd88703cc64418803cd7c | 372451d1ea78984c73bfc6b0a2698c177c9659db | /Chapter2/ClassLibrary/Class.puml | 5d9d63ca8ca44c91478190cb853ed233121f50eb | [] | no_license | puran1218/DesignPatternWithCSharp | 0ffceb73a78828584638962d217b93e74178aa7e | 2615ca92ca1be35d2ff06f783fec1c1fe74564e8 | refs/heads/master | 2022-10-22T03:55:53.300380 | 2020-06-13T11:13:10 | 2020-06-13T11:13:10 | 267,726,154 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 294 | puml | @startuml
abstract class Strategy{
{abstract} +void algorithm()
}
class ConcreteStrategyA{
+void algorithm()
}
ConcreteStrategyB : +void algorithm()
class Context{
+void setStrategy()
}
Strategy <|-- ConcreteStrategyA
Strategy <|-- ConcreteStrategyB
Strategy o-- Context
@enduml | false | true | false | false | class |
46fabebec41b2390538d261b66c98e2f2d133b38 | 964ba7784161ab285906feef674251df587dccc3 | /05-建造者模式/src/e/建造者UML.puml | 7ec500b3e26f175f19eb95558f735edc6334592a | [
"MIT"
] | permissive | shaoxiongdu/java-design-pattern | 6ef719bde7c49c7c99bcbf9effab8ec2a74b2109 | f7067e4469dd6bf91327088a0e66a4752bf0ac65 | refs/heads/master | 2023-07-15T03:09:48.474638 | 2021-08-30T01:50:33 | 2021-08-30T01:50:33 | 387,493,972 | 7 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 603 | puml | @startuml
'https://plantuml.com/class-diagram
class Computer{
+ cpu:String
+ gpu:String
+ memory:String
+ hd:String
}
class Director{
+ builder(ComputerBuilder) Computer
}
Director ..> ComputerBuilder
Director ..> Computer
interface ComputerBuilder{
+ builder() Computer
}
class AdvancadComputerBuilder{}
AdvancadComputerBuilder ..|>ComputerBuilder
AdvancadComputerBuilder *-> Computer
class MiddleComputerBuilder{}
MiddleComputerBuilder ..|> ComputerBuilder
MiddleComputerBuilder *-> Computer
class LowComputerBuilder{}
LowComputerBuilder ..|> ComputerBuilder
LowComputerBuilder *-> Computer
@enduml | false | true | false | false | class |
b0291fb7e9952b1688f4e5d225d4b486a8cb0ffa | 922d98ceb2339c0282040fccf9c4e2031e398789 | /diagramas/Clases1.plantuml | 68df02c2df4d53fb090d13ea0642d08ccbba5616 | [] | no_license | vonbeitthia/FarmaciaUML | 30fb8825a643c759f0c2d8de23464bae89c23551 | 8b3ba6ca0b9da6fcbac7fecfbebc1134f1b5650b | refs/heads/main | 2023-01-27T11:31:15.031334 | 2020-12-06T00:27:34 | 2020-12-06T00:27:34 | 316,989,460 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,347 | plantuml | ```plantuml
@startuml analisis de clases
title
Analisis de clases
**sistema de Farmacia**
end title
header
Ordenado por espacios de nombre
end header
!include https://raw.githubusercontent.com/vonbeitthia/FarmaciaUML/main/skin/blue.plantuml
'!include ./skin/blue.plantuml
database negocio {
class componentes <<entidad>> {
+id : int
-descripcion : str
}
class medicamento <<entidad>> {
+id : int
-descripcion : str
}
class inventario <<entidad>> {
+id : int
-cantidad : int
-precio : int
}
'relaciones
medicamento "1" -- "*" componentes
medicamento "1" -r- "1" inventario
}
note bottom of componentes
componentes genericos
de medicamentos.
(mejora de busqueda)
end note
note top of medicamento
clase de producto
principal
end note
'-------------------
database usuario {
class usuario <<entidad>> {
+ip : str
}
class usuarioRegistrado <<entidad>> {
+id : int
-login : str
-password : str
}
class usuarioAdmin <<entidad>> {
+admin : boolean
}
'relaciones
usuario <|-- usuarioRegistrado
usuarioRegistrado <|-- usuarioAdmin
object "__admin:usuarioAdmin__" as objAdmin {
+ip: getIp()
+id: "0001"
-login: "admin"
-password: "admin"
-admin : true
}
objAdmin -l-|> usuarioAdmin
}
note bottom of usuarioAdmin
El sistema debe generar
automaticamente a este
usuario
end note
folder log {
class logSistema << (F,DeepSkyBlue) >> <<archivo>> {
-fechaHora : date
-ip : str
-mensaje : str
}
file "/log/{nombreArchivo}.log" as arcLog <<archivo>> {
}
arcLog "1" <--* "1" logSistema
}
note right of logSistema
Registra en un archivo
txt todos los eventos
del sistema
end note
folder entorno {
class env << (F,DeepSkyBlue) >> <<archivo>> {
-puertoExpress : int
-puertoMongo : int
-loginMongo : str
-passwordMongo : str
-ArchivoLog : str
+getProperty(prop : str)
}
file "./config/env.json" as arcEnv <<archivo>> {
}
arcEnv "1" *--> "1" env
arcLog ..> env::ArchivoLog : depende de
}
note bottom of entorno
se especifican las variables
globales de configuracion
que utilizara el sistema
end note
allowmixing
@enduml | false | true | false | false | sequence |
ba4ba19dc7aa643fc98e501868fd7ae5251950b9 | 37ac48a4546e19489e67b36ed14e2978e8809269 | /docs/Diagramas/Codigo/clase_package_rondas.puml | b7e17fc03e6d55afc1d3f5cc87f1955cfa6c5175 | [
"MIT"
] | permissive | SantiagoVaccarelli/Algo3-TP2-TEG | a9a1422ea34c406caf34ef46810fd68fb3e7bd52 | 2691b2fa63131620f5df9d465c73de3fa4d87947 | refs/heads/master | 2023-07-07T21:40:39.974717 | 2021-08-12T02:01:21 | 2021-08-12T02:01:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,588 | puml | @startuml clases_package_rondas-v1
'https://plantuml.com/class-diagram
package modelo <<frame>>{
package "rondas" <<frame>>{
interface TipoDeRonda <<Inteface>>{
+ atacar(Teg teg,String paisAtacante, String paisDefensor, int cantidad): boolean
+ pasarFichas(Teg teg,String paisUno,String paisdos,int cant)
+ colocarFichas(Teg teg, String nombrePais, int cantidad)
+ finEtapa(List<String> jugadores,Teg teg): TipoRonda
+ getJugadorActual(): String
+ darCartaPais(Teg teg): Boolean
+ hacerCanje(Teg teg): Boolean
}
class RondaAtaque{}
class RondaReagrupacion{}
class RondaColocacion{}
class RondaGanador{}
class ColocacionNormal{
+ colocarFichas(String unJugador, Teg teg)
+ pasarDeRonda(List<String> jugadores): TipoRonda
}
class ColocacionPrimeraRonda{
+ colocarFichas(String unJugador, Teg teg)
+ pasarDeRonda(List<String> jugadores):TipoRonda
}
class ColocacionSegundaRonda{
+ pasarDeRonda(List<String> jugadores): TipoRonda
}
TipoDeRonda <|.. RondaColocacion
TipoDeRonda <|.. RondaAtaque
TipoDeRonda <|.. RondaReagrupacion
TipoDeRonda <|.. RondaGanador
RondaColocacion --> ColocacionNormal
ColocacionNormal <|-down- ColocacionPrimeraRonda
ColocacionNormal <|-down- ColocacionSegundaRonda
}
Turnos -> TipoDeRonda
TipoDeRonda ..> Teg
Turnos --> Teg
}
@enduml | false | true | false | false | class |
b3a6e0f98234992dd117cca46c2db8b704bdfe69 | dcca4c0aa19e3085bd37640a52b07fa02396b1d8 | /4.Behavioral Design Patterns/11.Visitor/src/main/java/guru/diagram/VisitorClassDiagram.puml | 6fa13e2412c5a7e7e4bb2bc566c8f7b2ab32f0ab | [] | no_license | drronidz/design-patterns-java-maven | 8df24c5bdd021dd45018faf3937b767609e880eb | aa580cd4cc6caa25a418a71bd5af06f86bd354a6 | refs/heads/main | 2023-07-15T15:26:04.451482 | 2021-08-25T23:45:35 | 2021-08-25T23:45:35 | 392,855,046 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,462 | puml | @startuml
'https://plantuml.com/class-diagram
class Client
hide Client members
Client -left-> MailClient
Client -right->MailClientVisitor
interface MailClient {
+ sendMail(String [] ) : void
+ receiveMail(String [] ) : void
+ receive (MailClientVisitor) : boolean
}
class OperaMailClient implements MailClient{
+ sendMail (String []) : void
+ receiveMail (String []) : void
+ receive (MailClientVisitor) : boolean
}
class SquirrelMailClient implements MailClient{
+ sendMail (String []) : void
+ receiveMail (String []) : void
+ receive (MailClientVisitor) : boolean
}
class ZimbraMailClient implements MailClient{
+ sendMail (String []) : void
+ receiveMail (String []) : void
+ receive (MailClientVisitor) : boolean
}
interface MailClientVisitor {
+ visit (OperaMailClient) : void
+ visit (ZimbraMailClient) : void
+ visit (SquirrelMailClient) : void
}
class MacMailClientVisitor implements MailClientVisitor {
+ visit (OperaMailClient) : void
+ visit (ZimbraMailClient) : void
+ visit (SquirrelMailClient) : void
}
class WindowsMailClientVisitor implements MailClientVisitor {
+ visit (OperaMailClient) : void
+ visit (ZimbraMailClient) : void
+ visit (SquirrelMailClient) : void
}
class LinuxMailClientVisitor implements MailClientVisitor {
+ visit (OperaMailClient) : void
+ visit (ZimbraMailClient) : void
+ visit (SquirrelMailClient) : void
}
@enduml | false | true | false | false | class |
8ca76c7eadd9f42c1eb19dabad52f753c2ab0001 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-tilknyttetregistreringsom.puml | 8a28ed42263b1d6c0a4e7b01fe5d0af902a7969a | [] | 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 | 148 | puml | @startuml
skinparam nodesep 100
hide circle
class Kodelister.TilknyttetRegistreringSom <<codelist>> {
+Hoveddokument = H
+Vedlegg = V
}
@enduml
| false | true | false | false | class |
690175a57da65c887e55dd21d116ff4b68ca166a | e1f8ff503239d957b376e7d5936e3039e84b6014 | /design-pattern/src/main/java/dp_Iterator/iterator.puml | e091f4f66fd9cfa4c5b58fdaed6b7eda671e1bc1 | [
"MIT"
] | permissive | archmagece/study-one | e6dccc9f3a1f0eac4dbc2921e69e689402abbad9 | 836583987dfc97a95b7b4215f0be5a0f48b74e81 | refs/heads/master | 2022-08-01T21:20:22.196645 | 2022-07-17T08:33:37 | 2022-07-17T08:33:37 | 79,985,648 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 470 | puml | @startuml
interface Aggregate<T> {
+ iterator() : T
}
interface Iterator<T> {
+ hasNext() : boolean
+ next() : T
}
class AggregateImpl<T> {
+ iterator() : Iterator
}
class IteratorImpl<T> {
- aggregate : Aggregate
+ hasNext() : boolean
+ next() : T
}
class Element {
+ name
}
Aggregate -> Iterator : create
Aggregate <|.. AggregateImpl
Iterator <|.. IteratorImpl
AggregateImpl <-o IteratorImpl : has
AggregateImpl "1" o--> "many" Element : contains
@enduml | false | true | false | false | sequence |
127aaed1019fbe188282e0191db7bd2fda04e71d | b0a840ee583d0f1dd05adb2bb6e08e4951083c3d | /images/ch14_elements/DelegatingSearchContext.puml | 41c0fcf41318e1f595227fef24c3fa458a6ca393 | [] | no_license | selenium-webdriver-book/manuscript | 842ab108c9b3eb8127027c159b3318fd3fcdf59b | c8a8ced2b0ca495cacec6c909b3294ff3074e945 | refs/heads/master | 2021-01-12T14:00:07.309802 | 2017-04-23T15:17:59 | 2017-04-23T15:17:59 | 69,686,355 | 11 | 8 | null | 2017-04-23T15:17:59 | 2016-09-30T17:14:29 | Shell | UTF-8 | PlantUML | false | false | 887 | puml | @startuml
skinparam monochrome true
skinparam shadowing false
interface SearchScope
interface ExplicitWait
class DelegatingSearchContext<T extends SearchContext>
SearchScope <|-- ExplicitWait
SearchScope : Element findElement(Supplier<By> by)
SearchScope : Stream<Element> findElements(Supplier<By> by)
SearchScope : Optional<Element> optionalElement(Supplier<By> by)
SearchScope : boolean isPresent(Supplier<By> by)
note right : search related interface
ExplicitWait <|.. DelegatingSearchContext
ExplicitWait : Element await(Supplier<By> by)
ExplicitWait : void await(Predicate<SearchScope> predicate)
ExplicitWait : click(Supplier<By> by)
ExplicitWait : getText(Supplier<By> by)
ExplicitWait : getUpperText(Supplier<By> by)
note right : search with timeout related interface
DelegatingSearchContext : T delegate
note right : T is any type extending SearchContext
@enduml
| false | true | false | false | class |
6f436d827bd3483e773f134a52e1f61dacbd8464 | dcad9c5857819ab62681f67dd157213cde758484 | /docs/dev/graphs/marketplace.puml | cefce541474a395a1ecb076e018e3ac4a1e60c8b | [
"MIT",
"MIT-0"
] | permissive | martin-ueding/vigilant-crypto-snatch | edb51860dc8c099f76fd30d7cc1c65e8ab21059f | c64669ce62d5881748ed168326d74f727616f6c0 | refs/heads/master | 2023-07-27T08:47:59.721006 | 2023-07-15T19:40:35 | 2023-07-15T19:40:35 | 187,399,985 | 26 | 9 | null | 2023-07-15T19:40:37 | 2019-05-18T19:58:39 | Python | UTF-8 | PlantUML | false | false | 1,646 | puml | @startuml
allowmixing
namespace marketplace {
component bitstamp #lightskyblue
component krakenex #lightskyblue
interface Marketplace {
place_order()
get_spot_price()
get_name()
get_balance()
get_withdrawal_fee()
withdrawal()
}
class BuyError
class TickerError
class WithdrawalError
Marketplace -> BuyError
Marketplace -> TickerError
Marketplace -> WithdrawalError
core.Price <-- Marketplace
core.Trade <-- Marketplace
core.AssetPair <-- Marketplace
class KrakenexMarketplace implements Marketplace
class BitstampMarketplace implements Marketplace
BitstampMarketplace --> bitstamp
class marketplace {
{static} make_marketplace()
}
KrakenexMarketplace <-- marketplace::make_marketplace
BitstampMarketplace <-- marketplace::make_marketplace
class KrakenWithdrawalConfig {
coin: str
target: str
fee_limit_percent: float
}
class KrakenConfig {
key: str
secret: str
prefer_fee_in_base_currency: bool
withdrawal: List[KrakenWithdrawalConfig]
}
KrakenWithdrawalConfig --* KrakenConfig
KrakenConfig <-- KrakenexMarketplace
class BitstampConfig {
username: str
key: str
secret: str
}
BitstampConfig <-- BitstampMarketplace
interface KrakenexInterface {
query_public()
query_private()
}
class KrakenexMock implements KrakenexInterface
KrakenexMarketplace --> KrakenexInterface
KrakenexInterface <|.. krakenex
component ccxt #lightskyblue
class CCXTConfig {
exchange: str
parameters: dict
}
class CCXTMarketplace implements Marketplace
CCXTConfig <-- CCXTMarketplace
CCXTMarketplace --> ccxt
CCXTMarketplace <-- marketplace::make_marketplace
}
@enduml | false | true | false | false | class |
7bf766b9fbd8c1e49dbef7d6ad611af41091a17e | ab1afcd90eb1498858efcc70a7c5078c112834f8 | /DOC/sequence_diagram.puml | 013dbfa1bc67aa31adabd5f8ffa796d456fac3f4 | [
"Apache-2.0"
] | permissive | lucasveljacic/grupo_626 | 7f81793c569667f516e8c68d7e9ba91f1a1450a2 | bafd4118c0d3edb3db328f110605b4eb5250fc63 | refs/heads/master | 2022-11-01T07:56:37.797508 | 2020-06-15T21:24:51 | 2020-06-15T21:24:51 | 264,047,426 | 0 | 0 | Apache-2.0 | 2020-06-15T21:24:52 | 2020-05-14T23:22:25 | Jupyter Notebook | UTF-8 | PlantUML | false | false | 3,882 | puml | @startuml
autonumber
title Caso de uso Principal: Predicción de Usuario
actor user AS "Usuario\njuan@gmail.com"
participant main AS "Main\nActivity"
participant collect AS "Collect\nActivity"
participant predict AS "Predict\nActivity"
participant model AS "Model\nService"
participant tf AS "Tensorflow\nService"
participant train AS "Script\ntrain.py"
participant event AS "Event\nTracker"
activate main
... **RECOLECCION DE METRICAS USUARIO 1** ...
user -> main : Pulsa Boton \n"CAPTURA USUARIO 1"
main -> collect : comienzo captura \nusuario 1
activate collect
loop 60 veces
collect -> collect : collecta metricas \nde sensores
collect -> model : POST /models/juan_gmail_com/measures/1
activate model
model -> model : Guardar paquete \nusuario 1\n en filesystem
model -> collect
deactivate model
end
collect -> model: POST /models/juan_gmail_com/events/END_COLLECT_2
collect -> main : fin caltura usuario 1
deactivate collect
main -> user : Activa Boton \n"CAPTURA USUARIO 2"
... **RECOLECCION DE METRICAS USUARIO 2** ...
user -> main : Pulsa Boton \n"CAPTURA USUARIO 2"
main -> collect : comienzo captura \nusuario 2
activate collect
loop 60 veces
collect -> collect : collecta metricas \nde sensores
collect -> model : POST /models/juan_gmail_com/measures/2
activate model
model -> model : Guardar paquete \nusuario 2\n en filesystem
model -> collect
deactivate model
end
collect -> model: POST /models/juan_gmail_com/events/END_COLLECT_2
collect -> main : fin caltura usuario 2
deactivate collect
main -> user : Activa Boton \n"ENTRENAR EL MODELO"
... **ENTRENAMIENTO DEL MODELO** ...
user -> main : Pulsa Boton \n"ENTRENAR MODELO"
main -> main : muestra ProgressBar \n con 0% de avance
main -> model : POST /models/juan_gmail_com/events/START_TRAINING
activate model
model -> train: lanza train.py \n(en thread dedicado) \ncon path a las \nmetricas recolectadas
model -> main : entrenamiento en progreso
train -> train : entrena modelo
train -> train : escribe modelo\n en file system
loop hasta que state=SERVING
main -> model : GET /models/juan_gmail_com
activate model
model -> tf : GET /v1/models/juan_gmail_com
activate tf
tf -> model : state
deactivate tf
model -> main : Progreso [0-100]
deactivate model
main -> main : Actializa progreso \nde la ProgressBar
end
main -> main : Quita la ProgressBar
main -> event : POST /api/api/event \n(notifica fin de training)
main -> user : Activa Boton \n"PREDICCION DE USUARIO"
deactivate model
... **INFERENCIA** ...
user -> main : Pulsa Boton \n"PREDICCION DE USUARIO"
main -> predict : Comienzo inferencias
activate predict
loop hasta que usuario pulsa Boton "FINALIZAR"
predict -> predict : collecta metricas \nde sensores
predict -> model : POST /models/juan_gmail_com/predictions
activate model
model -> tf : POST /v1/models/juan_gmail_com/versions/1:predict
activate tf
tf -> model : probabilidad [0-1]
deactivate tf
model -> predict : probabilidad [0-1]
deactivate model
predict -> predict : Mostrar Inferencia \n(Usuario 1 o 2) \ncon su Probabilidad
end
predict -> main : fin de inferencias
deactivate predict
main -> user : Permanece activo el Boton \n"PREDICCION DE USUARIO"
deactivate main
@enduml | false | true | true | false | usecase |
3fff9b71d1a496313b7fa9db687e482e1a9af0e8 | 549a5d6435aa26d5b42a3ac865d25bbfe3b6b3b1 | /docs/lectures/20200104/exam/practical/easy/circle/Circle.plantuml | 4cddb17c5d9b956a99413cd269e3f75adca5c6a3 | [] | no_license | 92annaszabo/bh-fst01 | 08529f349b3f354538a1374397eed36b24ad6c6c | efb0b077f1cd28e3c6754a22c22ec92facbae0f1 | refs/heads/master | 2020-11-30T02:33:04.903983 | 2020-02-10T15:18:30 | 2020-02-10T15:18:30 | 230,276,802 | 0 | 0 | null | 2020-02-10T15:18:32 | 2019-12-26T14:22:56 | HTML | UTF-8 | PlantUML | false | false | 119 | plantuml | @startuml
class Circle {
r: number
constructor(r: number)
perimeter(): number
area(): number
}
@enduml | false | true | false | false | class |
3dfdeccad35bdefedbbba55b32dba7a16ec90870 | 28cc353b960282035a9d030fbc9a1e8ce8491876 | /document/diagrams/blog/delete_blog.puml | da78435e1e78837dc1144974a5d52993dfca8d58 | [
"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 | 927 | puml | @startuml
actor Admin
boundary list_blogs_view
control BlogController
entity BlogModel
activate Admin
Admin -> list_blogs_view: yêu cầu xem danh sách bài viết
activate list_blogs_view
Admin <-- list_blogs_view: Hiển thị danh sách bài viết
Admin -> list_blogs_view: Bấm nút xóa trên bài viết
Admin <-- list_blogs_view: xác nhận xóa
Admin -> list_blogs_view: bấm xác nhận
list_blogs_view-> BlogController: gửi yêu cầu xóa
deactivate list_blogs_view
activate BlogController
BlogController -> BlogController : kiểm tra dữ liệu
BlogController -> BlogModel : xóa dữ liệu
activate BlogModel
BlogModel --> BlogController : trả kết qủa xóa bài viết
deactivate BlogModel
list_blogs_view <-- BlogController : trả kết qủa xóa bài viết
deactivate BlogController
Admin <-- list_blogs_view :thông báo kết qủa xóa bài viết
activate Admin
deactivate Admin
@enduml | false | true | true | false | sequence |
8ae9b1cf06c279fcc079c2b7bb4230bc7f96a8c4 | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /documentation/serviceApi/order/media/src/ServiceOrderModelFull.puml | 901b1dbbeaf668b7af2140ada40d1eb3044b7d41 | [
"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 | 6,560 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class ServiceOrder_Common {
description: string
externalId: string
requestedCompletionDate*: date-time
requestedStartDate*: date-time
}
ServiceOrder_Common *-->"*" OrderCoordinatedAction : coordinatedAction
ServiceOrder_Common *-->"*" Note_BusSof : note
ServiceOrder_Common *-->"*" ServiceOrderRelationship : orderRelationship
ServiceOrder_Common *-->"*" RelatedContactInformation : relatedContactInformation
class ServiceOrder {
href: uri
id*: string
completionDate: date-time
expectedCompletionDate: date-time
startDate: date-time
state*: ServiceOrderStateType
orderDate*: date-time
}
ServiceOrder_Common <|-- ServiceOrder
ServiceOrder *-->"1..*" ServiceOrderItem : serviceOrderItem
class ServiceOrder_Create {
}
ServiceOrder_Common <|-- ServiceOrder_Create
ServiceOrder_Create *-->"1..*" ServiceOrderItem_Create : serviceOrderItem
class Note_BusSof {
author*: string
date*: date-time
id*: string
source*: BusSofType
text*: string
}
enum BusSofType {
bus
sof
}
class ServiceOrderRef {
href: string
id*: string
}
class ServiceOrderRelationship {
relationshipType*: string
}
ServiceOrderRelationship *-->"1" ServiceOrderRef : serviceOrder
class ServiceOrderItem_Common {
id*: string
action*: ServiceActionType
}
ServiceOrderItem_Common *-->"*" OrderItemCoordinatedAction : coordinatedAction
ServiceOrderItem_Common *-->"*" Note_BusSof : note
ServiceOrderItem_Common *-->"1" ServiceValue : service
ServiceOrderItem_Common *-->"*" ServiceOrderItemRelationship : serviceOrderItemRelationship
class ServiceOrderItem_Create {
}
ServiceOrderItem_Common <|-- ServiceOrderItem_Create
class ServiceOrderItem {
state*: ServiceOrderStateType
}
ServiceOrderItem_Common <|-- ServiceOrderItem
ServiceOrderItem *-->"*" TerminationError : terminationError
class RelatedContactInformation {
emailAddress*: string
name*: string
number*: string
numberExtension: string
organization: string
role*: string
}
RelatedContactInformation *--> FieldedAddressValue : postalAddress
class FieldedAddressValue {
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
streetName*: string
streetNr: string
streetNrLast: string
streetNrLastSuffix: string
streetNrSuffix: string
streetSuffix: string
streetType: string
}
FieldedAddressValue *--> GeographicSubAddress : geographicSubAddress
class ServiceOrderItemRelationship {
relationshipType*: string
}
ServiceOrderItemRelationship *-->"1" ServiceOrderItemRef : orderItem
class ServiceOrderItemRef {
itemId*: string
serviceOrderHref: string
serviceOrderId: string
}
enum ServiceOrderStateType {
acknowledged
rejected
pending
held
inProgress
completed
failed
partial
}
enum ServiceStateType {
feasibilityChecked
designed
reserved
inactive
active
terminated
}
class ServiceRef {
href: string
id*: string
}
class ServiceValue {
href: string
id: string
description: string
externalId: string
startDate: date-time
endDate: date-time
state: ServiceStateType
serviceType: string
name: string
}
ServiceValue *-->"*" Note_BusSof : note
ServiceValue *-->"*" ServiceRelationship : serviceRelationship
ServiceValue *-->"*" RelatedContactInformation : relatedContactInformation
ServiceValue *-->"*" RelatedPlaceRefOrValue : place
ServiceValue *--> MefServiceConfiguration : serviceConfiguration
class ServiceRelationship {
relationshipType: string
}
ServiceRelationship *--> ServiceRef : service
class RelatedPlaceRefOrValue {
@type*: string
@schemaLocation: uri
role*: string
}
class FieldedAddress {
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
streetName*: string
streetNr: string
streetNrLast: string
streetNrLastSuffix: string
streetNrSuffix: string
streetSuffix: string
streetType: string
}
RelatedPlaceRefOrValue <|-- FieldedAddress
FieldedAddress *--> GeographicSubAddress : geographicSubAddress
class FormattedAddress {
addrLine1*: string
addrLine2: string
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
}
RelatedPlaceRefOrValue <|-- FormattedAddress
class GeographicAddressLabel {
externalReferenceId*: string
externalReferenceType*: string
}
RelatedPlaceRefOrValue <|-- GeographicAddressLabel
class GeographicAddressRef {
href: string
id*: string
}
RelatedPlaceRefOrValue <|-- GeographicAddressRef
class GeographicSiteRef {
href: string
id*: string
}
RelatedPlaceRefOrValue <|-- GeographicSiteRef
class GeographicSubAddress {
buildingName: string
levelNumber: string
levelType: string
privateStreetName: string
privateStreetNumber: string
}
GeographicSubAddress *-->"*" GeographicSubAddressUnit : subUnit
class GeographicPoint {
spatialRef*: string
x*: string
y*: string
z: string
}
RelatedPlaceRefOrValue <|-- GeographicPoint
class GeographicSubAddressUnit {
subUnitNumber*: string
subUnitType*: string
}
class MefServiceConfiguration {
@type*: string
}
enum ServiceActionType {
add
modify
delete
}
class EventSubscription {
callback*: string
id*: string
query: string
}
class EventSubscriptionInput {
callback*: string
query: string
}
class OrderCoordinatedAction {
coordinationDependency*: OrderItemCoordinationDependencyType
orderId*: string
}
OrderCoordinatedAction *-->"1" Duration : coordinatedActionDelay
class OrderItemCoordinatedAction {
coordinationDependency*: OrderItemCoordinationDependencyType
itemId*: string
}
OrderItemCoordinatedAction *-->"1" Duration : coordinatedActionDelay
enum OrderItemCoordinationDependencyType {
startToStart
startToFinish
finishToStart
finishToFinish
}
class Duration {
amount*: integer
units*: TimeUnit
}
enum TimeUnit {
calendarMonths
calendarDays
calendarHours
calendarMinutes
businessDays
businessHours
businessMinutes
}
class TerminationError {
code: Error422Code
propertyPath: string
value: string
}
@enduml
| false | true | false | false | sequence |
661c4cf40cf3c27db1e1784b7e9bd0df11b2d5a0 | afb3f6a879f0e70c9e8979fbdc85057932bd3291 | /src/main/resources/uml/useCase.puml | c0b03c751228315e8c33078ffdac27fbf738f663 | [] | no_license | ipa-mosit/ARSIV-AMS2 | be6e3cb0388c33b9cbfc653ceb961ffdb6595762 | 17d8320e4b4e951999091a40c2d667445e440537 | refs/heads/master | 2022-12-06T20:59:11.137250 | 2020-07-24T11:36:10 | 2020-07-24T11:36:10 | 189,425,623 | 0 | 0 | null | 2022-11-24T09:40:45 | 2019-05-30T14:11:46 | HTML | UTF-8 | PlantUML | false | false | 1,888 | puml | @startuml
left to right direction
/' skinparam packageStyle rectangle '/
actor "arsiv görevlisi"as argör
/' actor argör '/
actor kullanıcı
actor yönetici as SU
/' together{ '/
/' } '/
note "Dosya ödünç isteme" as DOI
note "Dosya teslimi" as DT
kullanıcı .. DT
DT .. argör
kullanıcı .. DOI
DOI .. argör
rectangle ArsivProgramı {
/' (Dosya verme/alma) '/
/' (Dosya alma) '/
/' (Dosya verme) '/
SU-->(Yetki belirleme)
(Yetki kontrolü) as YK
kullanıcı-->(Dosya arama)
argör-->YK
YK --> (Dosya arama)
YK--> (Dosya kayıt)
YK--> (Dosya güncelleme)
YK--> (Dosya verme)
YK--> (Dosya silme)
YK--> (Dosya teslim)
YK-->(Kullanıcı kayıt)
YK-->(Kullanıcı sorgulama)
YK-->(Eksik dosya kontrolü)
YK-->(Dosya geçmişi sorgulama)
YK --> (Dosya arama)
/' argör --> (Kullanıcı yönetim işlemleri) '/
(Dosya teslim)--|>(Kullanıcı yönetim işlemleri):extends
(Dosya verme)--|>(Kullanıcı yönetim işlemleri):extends
(Kullanıcı kayıt)--|>(Kullanıcı yönetim işlemleri):extends
(Kullanıcı sorgulama)--|>(Kullanıcı yönetim işlemleri):extends
(Dosya geçmişi sorgulama)--|>(Kullanıcı yönetim işlemleri):extends
(Dosya arama)--|>(Dosya yönetim işlemleri):extends
(Dosya kayıt)--|>(Dosya yönetim işlemleri):extends
(Dosya güncelleme)--|>(Dosya yönetim işlemleri):extends
(Dosya silme)--|>(Dosya yönetim işlemleri):extends
(Eksik dosya kontrolü)--|>(Dosya yönetim işlemleri):extends
(Dosya verme)--|>(Dosya yönetim işlemleri):extends
(Dosya teslim)--|>(Dosya yönetim işlemleri):extends
(Dosya geçmişi sorgulama)--|>(Dosya yönetim işlemleri):extends
(Eksik dosya kontrolü)--|>(Kullanıcı yönetim işlemleri):extends
/' right to left direction '/
/' (Dosya alma)<~~(Dosya verme/alma) : içerir '/
/' (Dosya verme)<~~(Dosya verme/alma) : içerir '/
/' :Kullanıcı:---(DOSYA VERME/ALMA) '/
/' :Kullanıcı:---(DOSYA ARAMA) '/
}
@enduml
| false | true | true | false | usecase |
772f633fd12ca85f855ed6d1b22f1eea2d77faba | 674d349388bed971781b9b925855b6d842a4d346 | /controllers/securityController/sequenceDiagrams/securitySequenceKeycloak.puml | e1ce63274e1bacd1bab9d44552e9dc7ded367be6 | [
"Apache-2.0"
] | permissive | Cece-LI-WCT/oda-ca | bb0e14da291bdede68cbf765324c39bb55fc7ebb | e4058ece87fbdb520433cf85279ff445f8a205ad | refs/heads/master | 2023-04-03T20:04:29.821964 | 2021-04-15T15:48:13 | 2021-04-15T15:48:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,478 | puml | @startuml
actor "CatalogAdmin"
actor "Operations"
ProductCatalogComponent <- "Operations" : Install
ProductCatalogComponent -> "securityController-keycloak": on.create
"securityController-keycloak" -> ProductCatalogComponent: Register securityListener to PartyRole events
"securityController-keycloak" -> Keycloak: Register client
"CatalogAdmin" -> ProductCatalogComponent: Create Role
ProductCatalogComponent-> "securityController-keycloak": PartyRoleCreationNotification event
"securityController-keycloak" -> Keycloak: create role
"Operations"->Keycloak : Maintain user identities
"CatalogAdmin" -> ProductCatalogComponent: Update Role
ProductCatalogComponent-> "securityController-keycloak": PartyRoleAttributeValueChangeNotification event
"securityController-keycloak" -> Keycloak: Update role
"Operations"->Keycloak : Maintain user identities
"CatalogAdmin" -> ProductCatalogComponent: Delete Role
ProductCatalogComponent-> "securityController-keycloak": PartyRoleDeletionNotification event
"securityController-keycloak" -> Keycloak: Delete role
"CatalogAdmin" -> ProductCatalogComponent: Create Role
ProductCatalogComponent-> "securityController-keycloak": PartyRoleCreationNotification event
"securityController-keycloak" -> Keycloak: create role
"Operations" -> ProductCatalogComponent : Uninstall
ProductCatalogComponent -> "securityController-keycloak": on.delete
"securityController-keycloak" -> Keycloak: Delete client and all roles for component
@enduml | false | true | false | false | sequence |
d644dfb780dbb9d42f8e8ce15bfd61d320a5ea15 | 636d88cc43ec1ba57c3699ed58d0cec51a1a3084 | /UML/use_case/Event_Manager_Use_Case.puml | 07f148e0162bc9c38816aebde379eb8ea57f4214 | [] | no_license | ahmedAlraimi/Tasarim | 088944d13cbdaeea4e0537f7035b1e7ad618c91c | c5a1ee24b3c57561cca80fd7a6e81359bde5b040 | refs/heads/master | 2020-04-26T15:33:28.741752 | 2019-07-10T13:09:39 | 2019-07-10T13:09:39 | 173,650,584 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 813 | puml | @startuml
left to right direction
skinparam packageStyle rectangle
/'Actors'/
actor Event_Manager
rectangle Alumni_website {
/'Use Cases'/
(Log In)
(Alumni List)
(Scheduling Events)
(Preview Events)
(Verify Password)
(Reset Password)
(Brief Info)
(Updating Events)
(Like/Comment On Events)
(Search Events)
/'Include Relationships'/
(Log In) .> (Verify Password) : <<include>>
/'Extend Relationships'/
(Reset Password) .> (Log In) : <<extend>>
(Brief Info) .> (Alumni List) : <<extend>>
(Updating Events) .> (Scheduling Events) : <<extend>>
(Like/Comment On Events) .> (Preview Events) : <<extend>>
(Preview Events) <. (Search Events) : <<extend>>
/'Association'/
Event_Manager -- (Log In)
Event_Manager -- (Alumni List)
Event_Manager -- (Preview Events)
Event_Manager -- (Scheduling Events)
}
@enduml
| false | true | false | false | usecase |
38a472fac8e0de806d9ad2bbde420d6c3e7096cd | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/behavioral/interpreter/roman/class-diagram.puml | 5eeb68a8e5201fa867e5c1d840012bb517a99c16 | [
"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 | 1,512 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title Interpreter Pattern Example
abstract class AbstractExpression{
+ void interpret(Context context)
+ {abstract} String one()
+ {abstract} String four()
+ {abstract} String five()
+ {abstract} String nine()
+ {abstract} int multiplier()
}
class Context{
- String roman
- int value
+ String getRoman()
+ void setRoman(String roman)
+ int getValue()
+ void setValue(int value)
}
AbstractExpression o-- Context
class Thousand extends AbstractExpression
class Hundred extends AbstractExpression
class Ten extends AbstractExpression
class One extends AbstractExpression
class Interpreter{
- Context context
- List<AbstractExpression> evaluator
+ Interpreter()
+ int roman2decimal(String roman)
}
Interpreter --> Context: create
note right of Interpreter::Interpreter
context = new Context();
evaluator = new ArrayList<AbstractExpression>();
evaluator.add(new ThousandExpression());
evaluator.add(new HundredExpression());
evaluator.add(new TenExpression());
evaluator.add(new OneExpression());
end note
note right of Interpreter::roman2decimal
context.setRoman(roman);
context.setValue(0);
for(AbstractExpression e : evaluator)
e.interpret(context);
return context.getValue();
end note
@enduml | false | true | false | false | sequence |
ff7ba240692c4a991463b63eed89419773751035 | 7e6fa61a8595cd38195713b5c7698f5de6f7c7b3 | /base/043/diagrama.puml | b4a6b08632288cd17c46bf13d2f8fc267299d9da | [] | no_license | qxcodepoo/arcade | 3ff1852792a47584f00c1ab9fd5011ebb2c4b830 | 3722a8c976a51829b2b6f4913360c23bf114433a | refs/heads/master | 2023-08-31T04:07:06.255292 | 2023-08-25T03:16:42 | 2023-08-25T03:16:42 | 217,410,955 | 36 | 42 | null | 2020-09-24T13:22:18 | 2019-10-24T23:12:40 | C++ | UTF-8 | PlantUML | false | false | 1,773 | puml | '--
@startuml
skinparam defaultFontName Hasklig
skinparam dpi 150
'==
~interface Valuable {
+ getLabel() : String {abstract}
+ getValue() : double {abstract}
+ getVolume() : int {abstract}
__
+ toString() : String
}
enum Coin {
+ M10 {static}
+ M100 {static}
+ M25 {static}
+ M50 {static}
- label : String
- value : double
- volume : int
__
+ getLabel() : String
+ getValue() : double
+ getVolume() : int
__
+ toString() : String
}
class Item {
- label : String
- value : double
- volume : int
__
+ Item(label : String, volume : int, value : double)
__
+ getLabel() : String
+ getValue() : double
+ getVolume() : int
+ setLabel(label : String)
+ setVolume(volume : int)
__
+ toString() : String
}
class Pig {
- broken : boolean
- valuables : ArrayList<Valuable>
- volumeMax : int
__
' inicializa as variaveis
+ Pig(volumeMax : int)
' verifica se ainda cabe e se couber
' adiciona o elemento no final da lista
+ addValuable(valuable : Valuable) : boolean
' quebra se já não estiver quebrado
+ breakPig() : boolean
__
' se estiver quebrado
' pega apenas as moedas, retira-as
' da lista de valuables e as retorna
+ getCoins() : List<Coin>
' retira e retorna apenas os itens
+ getItems() : List<Item>
' percorre o vetor de valuables
' somando o valor de todos os elementos
+ calcValue() : double
' percorre o vetor de valuables
' somando o volume de todos os elementos
+ getVolume() : int
' retorna o volume max
+ getVolumeMax() : int
' retorna se esta quebrado
+ isBroken() : boolean
__
+ toString() : String
}
'--
Pig "1" o--> "0..*" Valuable
Coin ..|> Valuable
Item ..|> Valuable
@enduml | false | true | true | false | class |
67ed574f3cf6862b531b73081cbfe2b6a9757d41 | 4a46b2db9e14598d0f170ea36710545b8869cf16 | /driver.puml | 51a57deceabfd7ac751902298214b56d3b480776 | [
"Unlicense"
] | permissive | wooky/pinfoscreen | c67c05574142ed6f8211345e09d4c3cfa2b4e632 | 6cad47d234595abda77f92e5d5dc0824990be2d7 | refs/heads/master | 2022-12-17T10:44:41.729374 | 2020-09-14T04:43:46 | 2020-09-14T04:43:46 | 254,802,349 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 698 | puml | @startuml driver
participant Pi
participant MCU
participant Touchscreen as ts
loop While IFACE_CLK = 1
Pi <- MCU: IFACE_DATA = 0
MCU -> ts: Poll coordinates
MCU <- ts: Get coordinates
alt Coordinates != (0,0) or last coordinates != (0,0)
Pi <- MCU: IFACE_DATA = 1
loop 10 bits
Pi -> MCU: Toggle IFACE_CLK
Pi <- MCU: IFACE_DATA = x coordinate, MSB first
end
loop 10 bits
Pi -> MCU: Toggle IFACE_CLK
Pi <- MCU: IFACE_DATA = y coordinate, MSB first
end
Pi -> MCU: Toggle IFACE_CLK
Pi <- MCU: IFACE_DATA = XOR'd checksum
end
MCU -> MCU: Sleep until interrupted
end
@enduml
| false | true | false | false | sequence |
1259335693a45d6128b76826feccf375f1204ad4 | 5ae3918bd2f41a233c17989c679e271524519771 | /Class/title.puml | 58d86b5af87d2b3abbb274a64adf004448f44e1c | [] | no_license | frontjang/uml | cc23fd9bd26fb89f680976e01c39e67361351fa5 | 73a4762697fcf587a93ffa012aa68c579b71ccb7 | refs/heads/master | 2021-01-13T07:20:39.736312 | 2016-10-04T07:19:10 | 2016-10-04T07:19:10 | 69,414,550 | 1 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 170 | puml | @startuml
title Simple <b>example</b>\nof title
Object <|-- ArrayList
legend right
<b>Object</b> and <b>ArrayList</b>
are simple class
endlegend
@enduml | false | true | false | false | class |
49bbe8e3b6b905416afa5a35cfcfea34d96e7954 | 3d0985c89f90de9c0a3949f55e3ee7047734c8a3 | /src/main/java/ex42/EmployeeParse.puml | 17b227f864274fef178826c4c7c7d72446781ecb | [] | no_license | BMurph04/murphy-cop3330-assignment3 | 15ae3aceca69ba98a273e65b6cc895f6075b7537 | d1e4f1df629f03fc562c14e0987ff0229873e4b9 | refs/heads/master | 2023-09-03T02:55:49.083391 | 2021-10-10T14:47:51 | 2021-10-10T14:47:51 | 414,345,508 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 316 | puml | @startuml
class ParseData{
+getData();
+printList();
}
class EmployeeData{
-firstName
-lastName
-salary
--
+getFirstName();
+getLastName();
+getSalary();
--
+setFirstName();
+setLastName();
+setSalary();
}
ParseData --> "many" EmployeeData : contains
@enduml | false | true | false | false | sequence |
8d151af5c22c2c33fe0c696d1eb4c707f4d9ae5c | 41edf86eb4aeda1f81283e21e50f0483205e8a69 | /ideas/fbd.puml | e7f9da3e8cdb686585dd2cf2c31e63512b896da4 | [] | no_license | spritefullake/pomodoro | 64ac9b31492f187944df8f8b2bb1df73cd15a4a0 | ab34445292a458bda66d196044f145d8ee17206a | refs/heads/master | 2020-06-20T10:08:50.583129 | 2019-08-08T22:06:16 | 2019-08-08T22:06:16 | 197,088,889 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 716 | puml | @startuml
skinparam componentStyle uml2
skinparam component {
BackgroundColor tomato
FontSize 18
FontColor white
}
skinparam interface{
BackgroundColor tomato
BorderColor tomato
FontSize 18
}
[Insertion Method] as Insrt
[Interpretation Method] as Intrp
[Timing Module] as Timng
[Notification System] as Note
[Completion Method] as Comp
[Display Module] as Disp
[Settings System] as Set
[Settings Insertion Method] as SetInsrt
Insrt --> Intrp
Intrp --> Timng
Timng --> Note
Note -l-> Comp
Comp -u-> Disp
Intrp -l-> Disp
SetInsrt --> Set
Set -l-> Timng
() "time configuration" --> SetInsrt
() "tasks to do" --> Insrt
Note --> Notification
@enduml | false | true | false | false | uml-unknown |
d74cb58d958c73dae31cc8d4423f6bd2033da7f5 | 066a9d8cb3473eb59f1670d4030534b2edff6cfa | /src/main/java/ex45/45.puml | 02b992849172438fd91d17b66668c670c4b8dbe6 | [] | no_license | kamcri/cambridge-cop3330-assignment3 | 4e899e88d4d3bb865bbd30525c0afd06b9682585 | b268a0857cc10ba047631807ad7467c3994009d5 | refs/heads/main | 2023-08-13T22:05:08.251663 | 2021-10-12T01:21:06 | 2021-10-12T01:21:06 | 413,613,112 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 282 | puml | @startuml
App <|-- readFile
App <|-- writeFile
Class App{
+{static}main()
}
Class readFile{
-ArrayList<String> list
-Scanner sc
+readFile()
+readFile()
+ArrayList<String> newList()
}
Class writeFile{
-ArrayList<String> list
-FileWriter writer
+writeFile()
+readFile()
}
@enduml | false | true | false | false | class |
754b66da184fda64bfa2f63a87c6f029ae0cb82b | e2d7c6f90469fa874a157acba102b9afdaf420c9 | /src/main/java/design/patten/adapterofobject/adapter/adapter.puml | 58c822e16079fb450d8955b96d9a265cb97f73b1 | [] | no_license | Asituyasi/TestPro | 59ccb89a6672b30c2917eb4521f6d3d1845cf88c | 18ec9b5b42f925864e20d547e56a8d5559e4e704 | refs/heads/master | 2020-04-26T07:45:54.089590 | 2019-03-21T11:40:02 | 2019-03-21T11:40:02 | 173,403,396 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 352 | puml | @startuml
interface Target{
+function1()
+function2()
}
class Adaptee {
+function1()
}
class Adapter {
+function1()
+function2()
}
Target <|..Adapter
Adaptee <|--Adapter
@enduml
http://www.plantuml.com/plantuml/png/SoWkIImgAStDuUBAp2j9BKfBJ4vL24aiIayjgURIJYlDIox9pCyprD14S8o0d5ekhkISnE9Y1SUKn8AIr5G5PCMOyaKA10o3sAXWKwEd1zN11JKPAAQh2nFZSaZDIm4w5W00 | false | true | false | false | class |
eba3fc3b70871ef3b127bd092687c63d26f5242a | 6f926b30667a0964dc598ab93fe09a6795d22b87 | /web/misc/dpiaModel.puml | 8f009dd261e24b08e9e9c5cf42d9d384e76425df | [] | permissive | Lukaand/gdpr-analyzer | 3dbcee57baf0d107a1a660cb3365d74ff1e2050a | 5433227d4aff9b088bff1b96eabe838ea2c4c1bd | refs/heads/master | 2022-11-22T03:39:20.649938 | 2020-07-13T10:18:33 | 2020-07-13T10:18:33 | 283,264,266 | 0 | 0 | BSD-3-Clause | 2020-07-28T16:12:02 | 2020-07-28T16:12:01 | null | UTF-8 | PlantUML | false | false | 1,062 | puml | class ProcessingTask <<ProcessingTask>> {
high_risk: bool
}
class RiskCriteria {
profiling: bool
automatic_decision: bool
systematic_monitoring: bool
special_personal_data: bool
large_scale_processing: bool
data_merging: bool
incapacitated_persons_data: bool
new_technology: bool
biometric_procedure: bool
third_country_data_transfer: bool
rights_inhibition: bool
}
class DataProtectionImpactAssessment <<Artifact>> {
task_description: bool
purpose: bool
necessity_and_proportionality_assessment: bool
risks_to_rights : bool
risk_mitigation_measures: bool
}
skinparam class {
BackgroundColor<<Artifact>> PaleGreen
BorderColor<<Artifact>> SpringGreen
BackGroundColor<<NotRequired>> White
BorderColor<<NotRequired>> DarkGray
AttributeFontColor<<NotRequired>> LightGray
BorderColor<<MissingClass>> Red
BackgroundColor<<MissingArtifact>> PaleGreen
BorderColor<<MissingArtifact>> Red
}
ProcessingTask -- DataProtectionImpactAssessment : manifests >
RiskCriteria -- ProcessingTask | false | true | false | false | class |
07128856c98c7897307fa1be0c840ceed781a276 | 22c062df90adff61becb66216348f35b57920adb | /DesignPatern/src/Behavioral/diagrams/conceptual_strategy.puml | ab174fd0c974f16f4326d44727b6bd4d9f0f88d9 | [
"BSD-3-Clause"
] | permissive | zainmehdi/software_engineering | 0ca30f6daf526434fbec9ae0240da0685dc5977a | 9b655590d05246d6e859673161de05ecde788b14 | refs/heads/master | 2022-12-29T14:33:41.798904 | 2020-10-12T13:57:20 | 2020-10-12T13:57:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 785 | puml | @startuml
skinparam classAttributeIconSize 0
interface "Interface \n Strategy" as Strategy
{
+{abstract}solve():void
}
class ConcreteStrategy1
{
+solve():void
}
class ConcreteStrategy2
{
+solve():void
}
ConcreteStrategy1 -up..|> Strategy
ConcreteStrategy2 -up..|> Strategy
class Context
{
-Strategy *m_strategy;
+Context(Strategy *strategy= nullptr)
+setStrategy(Strategy *strategy):void
+execute():void
}
note "m_strategy->solve()" as ContextExecute
ContextExecute -up..Context::execute
note "cout<<ConcreteStrategy2 solution <<endl" as ConcreteStrategy2Solve
ConcreteStrategy2Solve -up..ConcreteStrategy2::solve
note "cout<<ConcreteStrategy1 solution <<endl" as ConcreteStrategy1Solve
ConcreteStrategy1Solve -up..ConcreteStrategy1::solve
@enduml
| false | true | false | false | class |
95e1ea7505c436d978b6992accb68aa4a5f4246c | bdc6bbbe38175aefd65aea2e384d9a7c433eea87 | /plantUML/CreateQuestion.puml | 9db6d4c82221a4315f146d9f8afa60edf06c6fe6 | [] | no_license | Ruiz16-17/Sofka_BuenasPracticas_Documentation_PlantUML | 59905380c4e992cc37ac08ca1318379caa6d4fb8 | 30c8a645c85ceb3f39d340f44a0c278d4eb60963 | refs/heads/master | 2023-08-28T08:21:54.034592 | 2021-10-25T04:42:12 | 2021-10-25T04:42:12 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 398 | puml | @startuml
actor LoggingGuest
boundary Foo2
control Foo3
entity Foo4
database Foo5
collections Foo6
LoggingGuest -> Foo2 : To boundary
Foo2 -> Foo3 : To control
Foo3 -> Foo4 : To entity
Foo4 -> Foo5 : To database
Foo5 -> Foo6 : To collections
Foo2 --> LoggingGuest : To boundary
Foo3 --> Foo2 : To control
Foo4 --> Foo3 : To entity
Foo5 --> Foo4 : To database
Foo6 --> Foo5 : To collections
@enduml | false | true | false | false | sequence |
0016018e77ab8691d391f113835ce67b918299d4 | aab4138e27583d3248417913f4672862d144677f | /sequence_diagrams/05_Lifelines/02_nested_process_lifelines.plantuml | b298034a167ab30d0ea989d33be67c22cf4deecc | [] | no_license | fishey2/plantuml_examples | 6b12c5706bc4b4068d969bd721c60416d5a4ae3b | d56a255616fdaf4d8ddfdf2dc58d20e1c923b658 | refs/heads/master | 2021-01-04T03:24:31.321397 | 2020-02-18T21:51:55 | 2020-02-18T21:51:55 | 240,356,644 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 831 | plantuml | @startuml
' Includes the sequence_diagram_stylesheet from a gist
!include https://gist.githubusercontent.com/fishey2/7178a88643a8850908c799be1ec68fd6/raw/fc90505df1321e5c5022eab84d1e0b5044194d1c/example_sequence_stylesheet.iuml
header Nested Lifelines
' First participant
participant "Participant 1" as p1
' Second participant
participant "Participant 2" as p2
' Starts the lifeline for p1 and never finises, so fills the whole column
activate p1
' Adds a first lifeline to Participant 2
p1 -> p2 ++ : Method call
' Adds a second lifeline to Participant 2
p2 -> p2 ++ : Internal call
' Stops the second lifeline on Participant 2
return Return from internal call
' Stops the first lifeline on Participant
p2 -> p1 -- : Return from method
@enduml | false | true | false | false | sequence |
67758851d1d752c17d89495e2e0829ca897ab721 | a071f93600e89f1700a233a01fe089c1873dbbce | /docs/puml/sd_create_yw_from_wip.puml | 89341e9f1cc19ffc6396788152c1426e4626c409 | [
"MIT"
] | permissive | peter88213/PyWriter | 6e50a37453e18bd8299751f42dc3063d8babab55 | 33a868daed653c3371f5991d243a034668a80884 | refs/heads/main | 2023-08-17T21:01:59.578403 | 2023-08-17T19:45:10 | 2023-08-17T19:45:10 | 227,480,199 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,176 | puml | @startuml
create import_wip.py as script
create "ui : UiTk"
script ->> "ui : UiTk" : UiTk()
create "converter : Yw7Converter" as converter
script ->> converter : Yw7Converter()
create "exportSourceFactory : ExportSourceFactory" as exportSourceFactory
converter ->> exportSourceFactory : ExportSourceFactory(fileClasses)
create "exportTargetFactory : ExportTargetFactory" as exportTargetFactory
converter ->> exportTargetFactory : ExportTargetFactory(fileClasses)
create "importSourceFactory : ImportSourceFactory" as importSourceFactory
converter ->> importSourceFactory : ImportSourceFactory(fileClasses)
create "importTargetFactory : ImportTargetFactory" as importTargetFactory
converter ->> importTargetFactory : ImportTargetFactory(fileClasses)
create "newProjectFactory : NewProjectFactory" as newProjectFactory
converter ->> newProjectFactory : NewProjectFactory(fileClasses)
script ->> converter : run(sourcePath, **kwargs)
activate converter
converter ->> exportSourceFactory : make_file_objects(sourcePath, **kwargs)
activate exportSourceFactory
exportSourceFactory -->> converter : exception
deactivate exportSourceFactory
converter ->> importSourceFactory : make_file_objects(sourcePath, **kwargs)
activate importSourceFactory
importSourceFactory -->> converter : exception
deactivate importSourceFactory
converter ->> newProjectFactory : make_file_objects(sourcePath, **kwargs)
activate newProjectFactory
create "source : HtmlImport" as source
newProjectFactory ->> source : HtmlImport()
create "target : Yw7File" as target
newProjectFactory ->> target : Yw7File()
newProjectFactory -->> converter : source, target
deactivate newProjectFactory
converter ->> converter : create_yw7(source, target)
activate converter
converter ->> "ui : UiTk" : set_info_what(message)
converter ->> source : read()
activate source
source -->> converter
deactivate source
converter ->> target : write()
activate target
target -->> converter
deactivate target
deactivate converter
converter ->> "ui : UiTk" : set_info_how(message)
deactivate converter
script ->> "ui : UiTk" : start()
@enduml | false | true | false | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.