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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c4b5ed7627469029291587a48dec951599ccbf93 | 8bfc6abe19cd5fb852a34d2d521398a602381704 | /src/main/puml/domainEssity.puml | a788e3d8a22038832e36206661456b1935a96f3a | [] | no_license | eyhemalali/essity_6 | b6ff812b32babea522c7d722af05af2266a57ba3 | 74c95f27b1774ca62785ba37f21484472e66e236 | refs/heads/master | 2023-04-01T04:49:21.283298 | 2021-03-26T06:19:22 | 2021-03-26T06:19:22 | 351,682,382 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 842 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Lieferschein
{
kennzeichen: String
erstwiegungTS: LocalDateTime
erstwiegungGewicht: long
zweitwiegungTS: LocalDateTime
zweitwiegungGewicht: long
taraGewicht: long
speditionId: Spedition
qualitaet: Qualitaet
bezeichnung: String
}
class Spedition
{
name: String
adresse : Adresse
telefonNummer: String
}
class Lieferfirma
{
name: String
adresse: Adresse
telefonNummer: String
}
class Adresse<<value object>>
{
strasseNummer : String
plz : String
ort: String
land: String
}
enum Qualitaet{
MINDERWERTIG,
Normal,
GUT,
EXELLENT
}
Lieferschein "0" -down- "1" Spedition
Lieferschein "0..1" -right- Lieferfirma
Lieferschein -up- Qualitaet
Spedition -right- Adresse
Lieferfirma -down- Adresse
@enduml | false | true | false | false | class |
096778e85ee8e8118298b4caf2248264cc49b352 | ffbc925acf0331ffd9daf3ca016175a03398ef4d | /test_controller2/src/main/resources/UML/test.puml | e4accb6db52a5f52ed23709b97d04f1e2f7de1fb | [] | no_license | wjt2015/wjt_train_171013 | 6ce54049ae7ef22ad3549c3d46251704fd8a59e7 | 3f6433e96ed53fd3d0716d05755eb8d51c2e9c9d | refs/heads/master | 2021-08-11T07:07:27.602524 | 2017-11-13T09:28:36 | 2017-11-13T09:28:36 | 107,125,173 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 698 | puml | @startuml
interface Vihicle
class Car
class Bike
class Wire
class Motor
class SUV
class Student{
- id:Integer
- name:String
-sex:Byte
-borthDate:Date
-nativePlace:Address
void setNativePlace(Address nativePlace)
Address getNativePlace()
}
class CampusClass
class IdentityCard
class Driver
class Wheel
package associativearray{
class Entry
class Map
}
class "List<T>"{
+ int size()
+ T peek()
+ T first()
+ void add(T t)
}
Vihicle<|..Car
Car<|--SUV
Car "1" *-- "n" Motor
Car*--Wire
Bike<..Student
CampusClass "1" o-- "n" Student
Student "1" -- "1" IdentityCard
Vihicle <|-- Bike
Driver "1" -- "1" Car:drive >
Car *-- Wheel:has 4>
Map "1" *-- "n" Entry
note left of Map:associative array
@enduml
| false | true | false | false | class |
5d1e7e5ce0b8f704ca7393b0eb1dfc8e87d83ef4 | 644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc | /docs/uml/software/device/interfaces/IDeviceChanger.puml | 98fcd75c3732ea09bad3ff6aa4ae6749a5c944c1 | [] | no_license | tzAcee/photonized | c929a6c04bedd0304a4e427d6c2895cdf73568d3 | aa53ed7bda18959c58467fe4560dc3ff4e1ae422 | refs/heads/main | 2023-05-03T15:13:31.148910 | 2021-05-25T13:55:17 | 2021-05-25T13:55:17 | 316,536,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 120 | puml | @startuml
interface IDeviceChanger {
+ set_parser(parser:ICommandLineParser) : void
+ change() : void
}
@enduml
| false | true | false | false | class |
9405adf881bc26422d11f7daeb94a4061608d745 | a751888fd29a1b92bb32ef7d272d3e72f664ed30 | /src/design/unscented-semi-analytical-kalman-filter-diagram.puml | c121c7d5ae314f1cff8f6dc2cb86036c394f8c24 | [
"Apache-2.0",
"MIT",
"EPL-1.0"
] | permissive | petrushy/Orekit | b532c7db85c992d85b5ac3d858d18d656e2b8c46 | 1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443 | refs/heads/develop | 2023-08-16T11:37:43.709083 | 2023-07-18T20:13:14 | 2023-07-18T20:13:14 | 42,349,064 | 10 | 2 | Apache-2.0 | 2023-07-21T14:54:14 | 2015-09-12T07:39:56 | Java | UTF-8 | PlantUML | false | false | 4,477 | puml | ' Copyright 2002-2022 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam linetype ortho
skinparam ClassFontSize 11
package org.hipparchus.filtering #ECEBD8 {
package unscented #DDEBD8 {
interface UnscentedProcess {
+ UnscentedEvolution getEvolution()
+ RealVector getInnovations()
}
class UnscentedEvolution {
+ RealVector[] getCurrentStates()
+ double getCurrentTime()
+ RealVector[] getCurrentMeasurements()
+ RealMatrix getProcessNoiseMatrix()
}
class "UnscentedKalmanFilter<T extends Measurement>" as UnscentedKalmanFilter_T {
- ProcessEstimate predicted
- ProcessEstimate corrected
- UnscentedTransformProvider utProvider
+ RealVector[] unscentedTransform()
+ predict(double time, RealVector[] predictedStates, RealMatrix noise)
+ correct(T measurement, RealMatrix innovationCovarianceMatrix, RealMatrix crossCovarianceMatrix, RealVector innovation)
}
UnscentedKalmanFilter_T o-->"1" UnscentedProcess : estimate
UnscentedKalmanFilter_T --> UnscentedEvolution
UnscentedProcess --> UnscentedEvolution : generate
}
}
package org.orekit #ECEBD8 {
package propagation #DDEBD8 {
package sampling #F3EFEB {
interface OrekitStepHandler {
+ init()
+ handleStep(OrekitStepInterpolator interpolator)
}
}
package seminalytical.dsst #F3EFEB {
class DSSTPropagator {
+ void addAdditionalEquations(AdditionalEquations additional)
+ SpacecraftState propagate(AbsoluteDate start, AbsoluteDate end)
+ void setStepHandler(OrekitStepHandler handler)
}
DSSTPropagator *--> OrekitStepHandler
}
}
package estimation.sequential #DDEBD8 {
class SemiAnalyticalUnscentedKalmanEstimator {
- UnscentedKalmanFilter filter
- SemiAnalyticalUnscentedKalmanModel processModel
+ DSSTPropagator processMeasurements(List<ObservedMeasurement> measurements)
}
class SemiAnalyticalUnscentedKalmanEstimatorBuilder {
+ decomposer(MatrixDecomposer decomposer)
+ addPropagationConfiguration(DSSTPropagator propagator, CovarianceMatrixProvider initialCovariance)
+ unscentedTransformProvider(UnscentedTransformProvider transformProvider)
+ SemiAnalyticalUnscentedKalmanEstimator build()
}
class SemiAnalyticalUnscentedKalmanModel {
- DSSTPropagator dsstPropagator
+ DSSTPropagator processMeasurements(List<ObservedMeasurement> measurements)
- void updateNominalSpacecraftState(SpacecraftState nominal)
- updateShortPeriods()
- initializeShortPeriodicTerms()
- computeOsculatingElements()
}
class SemiAnalyticalMeasurementHandler
OrekitStepHandler <|.. SemiAnalyticalMeasurementHandler
SemiAnalyticalUnscentedKalmanEstimator <-- SemiAnalyticalUnscentedKalmanEstimatorBuilder
UnscentedProcess <|.. SemiAnalyticalUnscentedKalmanModel
SemiAnalyticalUnscentedKalmanModel <-- SemiAnalyticalUnscentedKalmanEstimator
SemiAnalyticalUnscentedKalmanEstimator *-left-> UnscentedKalmanFilter_T
SemiAnalyticalMeasurementHandler <-- SemiAnalyticalUnscentedKalmanModel
}
}
@enduml
| false | true | false | false | sequence |
58b0109d223bfa52dd6188d94a2e03864f75a71b | 0823b999b6c9168dd6f9139af4b4d24e90043021 | /UMl/Persona.puml | 1861bfcf03a05e24b0dde8e56f54da543eb4df04 | [] | no_license | mpata2000/Algo3-TP1-Algovid | f1ee58b088c459cfc956e014da5ecc61cc1cfe79 | ca03f8860131ba69ac3a88f0ceac398e0eddb19e | refs/heads/master | 2023-06-01T19:45:48.306965 | 2021-06-17T17:02:03 | 2021-06-17T17:02:03 | 377,239,752 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,576 | puml | @startuml Persona
class Persona{
+agregarSintoma(unSintoma: String)
+asignarBurbuja(unaBurbuja: Burbuja)
+contactoEstrechoCon(unaPersona: Persona)
+contactoEstrechoNoPuedeCircular():Boolean
+diagnostico(): String
+esPersonaDeRiesgo()
+esPersonalEsencial()
+puedeCircular():Boolean
+vacunar()
}
interface BurbujaPersona <<interface>>{
+pincharBurbuja()
+puedeCircular(): Boolean
}
abstract class Sintomas{
-tiposSintomas:List
+agregarSintoma(unSintoma:string):Sintomas
+agregarSintomaHabitual(unSintoma:string):Sintomas
+agregarSintomaNoHabitual(unSintoma:string):Sintomas
+conSintomas(listaSintomas : List)
+contactoEstrechoNoPuedeCircular():Boolean
+diagnostico():string
+pincharBurbuja(unaBurbuja:Burbja)
+puedeCircular():Boolean
}
interface DiagnosticoCovid <<interface>>{
+puedeCircular(): Boolean
+diagnostico(): String
+contactoEstrechoPuedeCircular(): Boolean
+pincharBurbuja(unaBurbuja: Burbuja)
}
class DatosCirculacion{
- contactoEstrecho: Lista
- vacunadx: EstadoVacuna
- personal: EstdoPersonalEsencial
- personaDeRiesgo: EstadoPersonaDeRiesgo
+contactoEstrechoCon(unaPersona: Persona)
+contactosEstrechosPuedeCircular(): Boolean
+esPersonaDeRiesgo()
esPersonalEsencial()
+puedeCircular(): Boolean
+vacunar()
}
Persona "*" --> "1" BurbujaPersona
Persona "1" --> "1" DatosCirculacion
Persona "1" --> "1" Sintomas
Sintomas "1" --> "1" DiagnosticoCovid
@enduml | false | true | false | false | class |
c1f1868d73a5dbdb2910ddb364f0af275a2036ef | 62f3c16967c58273f54983edb9c3ca5aa7563f9f | /design/execution_sequence.plantuml | b5691364b9deca977fece31ad8887c482eee732d | [] | no_license | cjcobb23/grpcRippledDesign | 27696f4f3d808978115a119382353fb7a880fe7a | cf16f5c774b4b103ca95cb6f66da1d37ac95683e | refs/heads/master | 2020-08-26T19:33:43.327003 | 2019-11-15T22:50:58 | 2019-11-15T22:50:58 | 217,122,517 | 0 | 1 | null | 2019-10-25T15:05:46 | 2019-10-23T18:07:13 | null | UTF-8 | PlantUML | false | false | 315 | plantuml | @startuml
actor Client1
actor Client2
participant "GRPC Server" as G
participant "JobQueue" as JQ
Client1 -> G: Send Request
G -> JQ : Post Coroutine
Client2 -> G: Send Request
G -> JQ : Post Coroutine
JQ -> Client1 : Execute Coroutine and Send Response
JQ -> Client2 : Execute Coroutine and Send Response
@enduml
| false | true | false | false | sequence |
a78c8090c7cf00242530d9ab715469a4c2170de2 | a18c4183137a2ec04ef4370564a79fd133c15211 | /src/main/cml/context-mapper-example/ContextMapper-Example_Context-Map_ContextMap.puml | 2a4090b068a4b44f1acf7ff13e3c263de983b204 | [
"Apache-2.0"
] | permissive | matttrach/context-mapper-examples | e50faacd66df5e10679195e48249ca8309e4813e | cda7f3126e2b6c13a9ec14e5620d3ce5f1060f35 | refs/heads/master | 2020-09-09T03:17:54.288152 | 2019-11-11T11:12:55 | 2019-11-11T11:12:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,898 | puml | @startuml
skinparam componentStyle uml2
component [LanguageCore]
note top of [LanguageCore]
Provides the Context Mapper DSL
(CML) modeling language to express
architectures on the basis of
Strategic Domain-driven Design
(DDD) patterns.
end note
component [ArchitecturalRefactorings]
note bottom of [ArchitecturalRefactorings]
Architectural Refactorings (ARs)
allow to improve the architecture
model iteratively.
end note
component [ServiceCutterAnalysis]
note bottom of [ServiceCutterAnalysis]
The Service Cutter integration
into Context Mapper allows to
analyze the Context Map with respect
to coupling criteria and supports
to suggest improved Context Maps.
end note
component [ReverseEngineeringLibrary]
note right of [ReverseEngineeringLibrary]
The reverse engineering component
can generate CML Context Maps
from existing source code. This
allows to reverse engineer the
architecture model in projects
with existing monoliths or microservices.
end note
component [Generators]
note right of [Generators]
The generators allow to generate
other representations of the architecture
derived by a given CML Context
Map.
end note
interface "Upstream-Downstream" as ReverseEngineeringLibrary_to_LanguageCore
[LanguageCore] -up-> ReverseEngineeringLibrary_to_LanguageCore : PUBLISHED_LANGUAGE
[ReverseEngineeringLibrary] ..> ReverseEngineeringLibrary_to_LanguageCore : use as CONFORMIST
[ArchitecturalRefactorings] <-> [LanguageCore] : Shared Kernel
interface "Upstream-Downstream" as ServiceCutterAnalysis_to_LanguageCore
[LanguageCore] -right-> ServiceCutterAnalysis_to_LanguageCore : PUBLISHED_LANGUAGE
ServiceCutterAnalysis_to_LanguageCore <. [ServiceCutterAnalysis] : use
interface "Upstream-Downstream" as Generators_to_LanguageCore
[LanguageCore] -down-> Generators_to_LanguageCore : PUBLISHED_LANGUAGE
Generators_to_LanguageCore <.. [Generators] : use
@enduml | false | true | false | false | sequence |
7ec4cba7ae8f2957dfec818722ca2a863b1d4afd | 80ebb72f964ce04f26191ac78acba6f19296eced | /docs/puml/tpl-hlf-cp-app-v1.iuml | 9450e3c3818176ea5d6c00b060b070c5847c2346 | [
"Apache-2.0"
] | permissive | dltdojo/taichu-crypto | f25fd8765bf77378ad0611d01587889c1bd8d4ce | d4db2aa67d41d5b5b6ea0fb4a0ebbe618fa14e94 | refs/heads/master | 2023-03-04T12:58:54.251174 | 2022-12-14T14:11:41 | 2022-12-14T14:11:41 | 196,412,006 | 1 | 0 | Apache-2.0 | 2023-03-03T05:15:55 | 2019-07-11T14:37:10 | JavaScript | UTF-8 | PlantUML | false | false | 749 | iuml | ' Commercial paper tutorial
' https://hyperledger-fabric.readthedocs.io/en/release-1.4/tutorial/commercial_paper.html
'
@startuml
folder MagnetoCorp {
actor Alice
agent "Issue App" as IAPP
agent "Gateway" as MGW
agent "Wallet" as WALLET
}
folder PaperNet {
node CA
node Orderer
folder "MagnetoCorp" as PNMC {
package "Peer" as MPEER {
artifact "Paper\nContract" as PNPC
}
package "Chaincode\nContainer" as CC {
artifact "Paper\nContract" as PNPC_CC
}
}
}
IAPP <- WALLET: = 1 retrieve
IAPP --> MGW: = 2 submit
MGW <--> MPEER: = 3 propose/endorse
MGW --> Orderer: = 4 order
Orderer --> MPEER: = 5 distribute
MPEER -> MGW: = 6 notify
MGW -> IAPP: = 7 response
@enduml | false | true | false | false | sequence |
eb721617137123bd0328a2cc87687c173e507403 | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/Solution/Telemetry/Logical.puml | fa94fa419736d4fac81cb6a8de20e5e83fd4bb22 | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 157 | puml | @startuml
package "Telemetry" {
interface "Telemetry" {
}
CLI ()-- "Telemetry"
REST ()-- "Telemetry"
Web ()-- "Telemetry"
}
@enduml
| false | true | false | false | class |
a1a15454d6d29733791329bae2dc1fbe89c34929 | bdd433c3af2f10384f0a4fb06a6354b51a70750e | /plantuml/C4/includes/Models/Degree.puml | 7d9985bf56d989fa0accba390d1a38c003048e21 | [] | no_license | I4PRJ4/I4PRJ4-plantuml | d6188b60011e5a5f6f3cf7853393cba43996dfbf | 2b528f0a911917d5ee61a6d0051d46ea59282c5a | refs/heads/master | 2023-05-14T13:43:29.403199 | 2021-06-03T10:33:59 | 2021-06-03T10:33:59 | 348,710,373 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 177 | puml | @startuml
class Degree {
+ DegreeId : int <<get>> <<set>>
+ DegreeName : string <<get>> <<set>>
+ Courses : List<Course> <<get>> <<set>>
}
Degree --> Course
@enduml
| false | true | false | false | class |
976f97e41e039600ffa5ccd9601a96bab110e57a | afaba8b7f5d826664155b257db77cf4dbf4b8816 | /oop-pattern/ch07/resources/04-decorator-pizza.puml | 21548cbfad1b5fdfefcd085a73cb32d5ee8c6769 | [
"MIT"
] | permissive | appkr/pattern | b40b621e52c9b27be01f2a21f2f605a459ac998f | 1e635f7b79cc4b89d2e75455cb14e1572619eb20 | refs/heads/master | 2022-11-02T01:56:18.654766 | 2022-10-12T08:45:58 | 2022-10-12T08:47:36 | 71,896,898 | 11 | 2 | MIT | 2018-11-10T15:05:11 | 2016-10-25T12:55:03 | PHP | UTF-8 | PlantUML | false | false | 453 | puml | @startuml
skinparam linetype ortho
class App{}
interface Pizza {
+ getDescription(): String
+ getCost(): double
}
class PlainPizza implements Pizza {}
abstract class ToppingDecorator implements Pizza {
- tempPizza: Pizza
}
class Mozzarella extends ToppingDecorator {}
class Sauce extends ToppingDecorator{}
note left
ToppingDecorator is a Pizza
ToppingDecorator has a Pizza
end note
App -> Pizza
ToppingDecorator -up-> Pizza
@enduml | false | true | false | false | class |
31252277a8bdcac0a5f5c3f33658b5f8a276cc36 | c2b6bfee8da36cc39de688e146ba107b74218b12 | /plantuml/objectmodel/details/leg.plantuml | 65256c53337b7c8e006a51fab4e5af3e827d2415 | [
"Apache-2.0"
] | permissive | TOMP-WG/TOMP-API | 02bbd268c6ece21f7a5d28f4e42e1b456233e8e9 | 2aa6ae3d6b355a12a8936ff1069821bb7c89a743 | refs/heads/master | 2023-09-01T16:13:50.445300 | 2023-07-25T12:08:52 | 2023-07-25T12:08:52 | 189,022,994 | 80 | 34 | Apache-2.0 | 2023-08-22T12:36:34 | 2019-05-28T12:21:59 | null | UTF-8 | PlantUML | false | false | 1,058 | plantuml | @startuml generated
class Leg {
String id
+Place from
Place to
String departureTime
String arrivalTime
String travelerReferenceNumbers
Integer legSequenceNumber
Fare pricing
Suboperator suboperator
ConditionUpfrontPayment[] conditions
LegState state
Duration departureDelay
Duration arrivalDelay
Distance distance
Token ticket
Token assetAccessData
TokenArray allAssetAccessData
}
Leg -- "1..1" AssetType : assetType >
Leg -- "0..1" Asset : asset >
Leg -- "0..1" GeojsonLine : progressGeometry >
class AssetType {
+String id
String stationId
Integer nrAvailable
AssetClass assetClass
String assetSubClass
AssetProperties sharedProperties
SystemPricingPlan[] applicablePricings
ConditionUpfrontPayment[] conditions
}
class Asset {
+String id
Boolean isReserved
String isReservedFrom
String isReservedTo
Boolean isDisabled
String rentalUrl
String rentalUrlAndroid
String rentalUrlIOS
Number mileage
String licensePlate
+AssetProperties overriddenProperties
}
class GeojsonLine {
}
@enduml
| false | true | false | false | class |
d96d2f67a1680c4e0634ff1275a3f4b55f9936a4 | 08e814ecfba81316022bd7edeccde1b05708a9c8 | /Additional_Notes/uml/sequence_diagram_step.plantuml | 440fd92142bb80ef1f1cd74ebac59ce4f453fb3a | [] | no_license | 13hannes11/bachelor_thesis | 42e546bedd94e6d2f6f1175e8364c820c91ed62d | 94e0695b8d61c3eab1f08b68305fc54b52cfc072 | refs/heads/master | 2022-06-20T05:34:46.466579 | 2020-05-10T09:52:20 | 2020-05-10T11:03:36 | 215,818,989 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,148 | plantuml | @startuml
skinparam monochrome true
skinparam SequenceBoxBackgroundColor #ffffff
skinparam ParticipantPadding 5
skinparam shadowing false
hide footbox
title Configuration Step without Alternatives
box "Client B"
participant "M.Customer B"
end box
box "Client A"
participant "M.Customer A"
end box
box "Server"
participant M.Collab
participant M.Core
participant M.Recommend
end box
activate "M.Customer A"
activate "M.Customer B"
"M.Customer A" -> M.Collab: configurationStep(configuration)
activate M.Collab
M.Collab -> M.Core: build_in(configuration)
activate M.Core
M.Collab <-- M.Core: return configuration
deactivate M.Core
M.Collab -> M.Recommend : getRecommendation(configuration, preferences)
activate M.Recommend
par
M.Collab --> "M.Customer A" : broadcast (configuration)
M.Collab --> "M.Customer B" : broadcast (configuration)
M.Collab <-- M.Recommend : return recommendedFeatures
deactivate M.Recommend
end
par
M.Collab --> "M.Customer A" : broadcast (recommendedFeatures)
M.Collab --> "M.Customer B" : broadcast (recommendedFeatures)
end
@enduml | false | true | false | false | sequence |
eddf224ddef200d47479b914c37a32d5d6ad43aa | f96b41c55e144ed711e3709c7f23650f164de057 | /json/json-jackson-example/src/site/markdown/plantuml/carpool_diagram.puml | 220e5bbc71d94335d366139bff14261cb3ad2ef6 | [] | no_license | lennartj/jguru-shared | 36ba7aeb7e6e8421179b216c064398818e3c1380 | b4aed54bdd2f3f3ca58d8bc3d3a2c69dddeb491f | refs/heads/master | 2023-07-09T20:14:24.008064 | 2023-06-26T17:47:23 | 2023-06-26T17:47:23 | 129,443,213 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 339 | puml | @startuml
title Simple carpool structure\n
class Car {
name : String
registrationPlate : String
}
class Driver {
name : String
cars : List<Car>
}
class CarPool {
cars : List<Car>
drivers : List<Driver>
}
CarPool *-- Car : contains >
CarPool *-- Driver : participates in <
Driver *-left- Car : prefers >
@enduml | false | true | false | false | class |
12f54809745fd8ab3ed4c78d4d470b242ca6f459 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/TimelineWindow_EditorCallbacks.puml | 6bd965182ca71e55cceffe0299c9788b2eb362ea | [] | 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 | 860 | puml | @startuml
class TimelineWindow <<partial>> {
OnSelectionChangedInactive() : void
InitializeEditorCallbacks() : void
OnEditorQuit() : void
RemoveEditorCallbacks() : void
OnPrefabApplied(go:GameObject) : void
OnSceneSaved(scene:Scene) : void
OnCurveModified(clip:AnimationClip, binding:EditorCurveBinding, type:AnimationUtility.CurveModifiedType) : void
OnPlayModeStateChanged(playModeState:PlayModeStateChange) : void
PostprocessAnimationRecordingModifications(modifications:UndoPropertyModification[]) : UndoPropertyModification[]
DirtyModifiedObjects(modifications:UndoPropertyModification[]) : void
ProcessAssetModifications(modifications:UndoPropertyModification[]) : UndoPropertyModification[]
OnUndoRedo() : void
{static} ValidateSelection() : void
OnComponentWasAdded(c:Component) : void
}
@enduml
| false | true | false | false | class |
74d05790147562c7e3b24239d0e1ebff90f54ebb | 79b1afae05be893d0d860ad88e065a1fe3fe7717 | /comportement/state/uml/state_cd.puml | a261e5e2f80c837f5152115fe61ffd84b391d53b | [] | no_license | danielleberre/pattern-repository | 5dd0c84147f35c9e22abfe30abd93b8cb51560f3 | 68eab140c40174e2fc1769f4b718f7528b440921 | refs/heads/master | 2020-04-30T14:20:09.435842 | 2019-03-25T13:07:03 | 2019-03-25T13:07:03 | 176,888,097 | 0 | 0 | null | 2019-03-21T07:00:12 | 2019-03-21T07:00:10 | null | UTF-8 | PlantUML | false | false | 339 | puml | @startuml
skinparam nodesep 75
skinparam ranksep 50
hide empty members
class Context {
~ changeState(s: State)
+ doSomething()
}
interface State {
+ {abstract} handle()
}
Context *-> State
class ConcreteState1 {
+ handle()
}
class ConcreteState2 {
+ handle()
}
State <|-- ConcreteState1
State <|-- ConcreteState2
@enduml
| false | true | false | false | state |
b949d13963b231f9691d0deec63f1db63ed9d668 | fcf2964bea457ff3bc5487edc35cd7fd601a6285 | /docs/diagrams/sequence/embeddedValue.puml | b577d05b3ee8c9a08b38fa64b68da3c2240546d2 | [] | no_license | jofrancis1997/ekzameno | e1460196dda7117e9022e2e41df7bea250d7c1dc | b68f02b68740fbdbcf7d4c2fc091d5f17e987ac5 | refs/heads/master | 2023-02-26T02:25:06.586561 | 2020-11-22T00:49:57 | 2020-11-22T00:49:57 | 334,376,922 | 1 | 0 | null | 2021-01-30T09:38:29 | 2021-01-30T09:38:19 | null | UTF-8 | PlantUML | false | false | 674 | puml | @startuml Embedded Value
skinparam sequenceArrowThickness 2
skinparam roundcorner 20
skinparam maxmessagesize 200
skinparam sequenceParticipant underline
participant "examMapper" as A
database Database as D
participant "dateRange" as B
participant "exam" as C
-> A: findById(examId)
activate A
A -> D: SELECT * FROM exams WHERE exam_id ='examId'
activate D
D --> A: ResultSet
deactivate D
A -> A : load(rs)
activate A
A -> B : <<create>>(startTime, finishTime)
activate B
B --> A : dateRange
deactivate B
deactivate A
A -> C : <<create>>(id, name, description, dateRange, subjectId, slug)
activate C
C --> A : exam
deactivate C
<-- A : exam
deactivate A
@enduml
| false | true | false | false | sequence |
5246153606f1c9b749700f086ebab99a3430db53 | 16d72f9a9a1eb0312ab6256492989e80a67c6b62 | /.idea/modules/app/app.plantuml | 98da148ad586bbcb0abde057c11f068f4197b875 | [] | no_license | tdvinhthuy/SmartHome | dd2ef2b5149bd94e72055504494d4c0ae0108d55 | f49f906ad4e6380241ec5f4a390a7dee9c8e2d5d | refs/heads/master | 2023-07-09T01:02:44.423746 | 2021-08-07T02:25:48 | 2021-08-07T02:25:48 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,724 | plantuml | @startuml
title __SMARTHOME.APP's Class Diagram__\n
namespace com.example.smarthome {
namespace Activity {
class com.example.smarthome.Activity.LoginActivity {
}
}
}
namespace com.example.smarthome {
namespace Activity {
class com.example.smarthome.Activity.MainActivity {
}
}
}
namespace com.example.smarthome {
namespace Activity {
class com.example.smarthome.Activity.SignUpActivity {
}
}
}
namespace com.example.smarthome {
class com.example.smarthome.BuildConfig {
}
}
namespace com.example.smarthome {
namespace Fragment {
class com.example.smarthome.Fragment.AccountFragment {
}
}
}
namespace com.example.smarthome {
namespace Fragment {
class com.example.smarthome.Fragment.ControlFragment {
}
}
}
namespace com.example.smarthome {
namespace Fragment {
class com.example.smarthome.Fragment.HomeFragment {
}
}
}
namespace com.example.smarthome {
namespace Fragment {
class com.example.smarthome.Fragment.NotificationsFragment {
}
}
}
namespace com.example.smarthome {
namespace Fragment {
class com.example.smarthome.Fragment.StatisticsFragment {
}
}
}
namespace com.example.smarthome {
namespace Utils {
class com.example.smarthome.Utils.MQTTService {
}
}
}
namespace com.example.smarthome {
namespace Utils {
class com.example.smarthome.Utils.NotificationAdapter {
}
}
}
namespace com.example.smarthome {
namespace Utils {
class com.example.smarthome.Utils.NotificationItem {
}
}
}
namespace com.example.smarthome {
namespace Utils {
class com.example.smarthome.Utils.Room {
}
}
}
namespace com.example.smarthome {
namespace Utils {
interface com.example.smarthome.Utils.RoomListener {
}
}
}
com.example.smarthome.Activity.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.smarthome.Activity.MainActivity .up.|> com.example.smarthome.Utils.RoomListener
com.example.smarthome.Activity.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.smarthome.Activity.MainActivity o-- com.example.smarthome.Utils.MQTTService : mqttService
com.example.smarthome.Activity.SignUpActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.smarthome.Fragment.AccountFragment -up-|> androidx.fragment.app.Fragment
com.example.smarthome.Fragment.ControlFragment -up-|> androidx.fragment.app.Fragment
com.example.smarthome.Fragment.ControlFragment o-- com.example.smarthome.Utils.RoomListener : roomListener
com.example.smarthome.Fragment.HomeFragment -up-|> androidx.fragment.app.Fragment
com.example.smarthome.Fragment.HomeFragment o-- com.example.smarthome.Utils.Room : room
com.example.smarthome.Fragment.HomeFragment o-- com.example.smarthome.Utils.RoomListener : roomListener
com.example.smarthome.Fragment.NotificationsFragment -up-|> androidx.fragment.app.Fragment
com.example.smarthome.Fragment.NotificationsFragment o-- com.example.smarthome.Utils.NotificationAdapter : adapter
com.example.smarthome.Fragment.StatisticsFragment -up-|> androidx.fragment.app.Fragment
com.example.smarthome.Utils.NotificationAdapter -up-|> com.firebase.ui.firestore.FirestoreRecyclerAdapter
com.example.smarthome.Utils.Room o-- com.example.smarthome.Utils.Room.RoomType : type
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 |
e755f3bc90ff48e305a3476cc59dc22f8566a859 | a6984f136c76ffd880e4e3d085e38d28385fd2dc | /misc/lss/lss_light.plantuml | 2be282a5848e01328aad33238b2870185767e9c8 | [
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | elbuglione/Kerbalism | da9a90de520812e19e0561e3c4fc32c0f257f52d | bae6ab36428377f58df0d93e0bbc950b4341cbad | refs/heads/master | 2020-12-23T04:50:45.802075 | 2020-01-28T17:11:13 | 2020-01-28T17:11:24 | 223,012,108 | 1 | 0 | Unlicense | 2019-11-20T19:32:06 | 2019-11-20T19:32:06 | null | UTF-8 | PlantUML | false | false | 927 | plantuml | @startuml
hide empty description
title How to <b>Recycle O2 and Water</b>
state Water
state O2
state H
state WasteWater
state Waste
state WasteAtmosphere: Excessive CO2 in Atmosphere\n(causes CO2 poisoning)
state Kerbals #lightgreen: Food: 0.27/day\nWater: 0.14/day\nOxygen: 37.5/day
Food -> Kerbals
O2 -> Kerbals
Water -> Kerbals
Kerbals -u-> Waste
Kerbals --> WasteWater
Kerbals -> WasteAtmosphere
state Scrubber #lightblue
WasteAtmosphere -> Scrubber
Scrubber -> CO2
state Electrolysis #lightblue
Water -> Electrolysis
Electrolysis -> H
Electrolysis -> O2
state Sabatier #lightblue
H -> Sabatier
CO2 -> Sabatier
Sabatier -> Water
Sabatier -> LiquidFuel: *
state WaterRecycler #lightblue
WasteWater -> WaterRecycler
WaterRecycler -> Ammonia: *
WaterRecycler -> Water
WaterRecycler -> CO2: *
legend right
<b>N</b>: Nitrogen
<b>O2</b>: Oxygen
<b>H</b>: Hydrogen
<b>*</b> dump this to space
endlegend
@enduml
| false | true | false | false | sequence |
bb05a85503c03026c5c95eb8b98dfb79bfc3086c | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Common.Shared/ResponseBase.puml | a6ccbc03bf0d2675bf3458bc7445707a71065d39 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 126 | puml | @startuml
abstract class ResponseBase {
+ Success : bool <<get>> <<set>>
+ Message : string <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
71f9bcb3e827a7dc5f49ee2a21403623e58f69e1 | 0c8712a10cd7751e85ffefbf95c9c30b8bb76ed9 | /documentation/srcuml/backend-services-dependencies-diagramm.plantuml | a21c4f9e98a82bc0f2bd9994259885687cfe949f | [] | no_license | AndyRadulescu/Scheduler-Bot | 72b1f1a8e3ccc0cae71737dc096f10596a4de4bb | 293c070d9d3a2fa8564d95295bc733f072e7630b | refs/heads/master | 2021-04-30T03:27:39.175663 | 2018-03-30T19:36:22 | 2018-03-30T19:36:22 | 121,515,579 | 0 | 3 | null | 2018-02-21T14:50:48 | 2018-02-14T13:46:25 | Java | UTF-8 | PlantUML | false | false | 1,609 | plantuml | @startuml
title Scheduler-Bot backend Component Diagram
component [app-starter] as apstart
note right of apstart
The service that composese
the rest-controller and
the bot-handler service
to expose the admin (web userser)
and the bot-handler (bot-user)
functionalites.
end note
component [bot-handler] as bothandler
note left of bothandler
Implements the connection layer
with the bot users. Intercepts
the calls from the user and
forwards it to the service layer
end note
component [rest-controller] as rest
note left of rest
Implements the RESTful API
for the web-dashboard.
Forwards the calls to
the service layer.
end note
component [service] as service
note left of service
Implements all business logic
of the system.Processes the calls
for REST clients and the bot clients.
Persists the changes in the DB.
Communicates with the messages-processor.
Connecs to the third-party apps
like Googel Calender and Facebok messager.
end note
component [messages-processor] as msproc
note bottom of msproc
Implements the NLP logic for
processing the messages
for the bot and retuns back
stuctured data understudable
from the business logic control flows.
end note
component [security] as security
note bottom of security
Provides JWT security layer for all the REST API.
end note
component [persistance] as persist
note bottom of persist
The connection point with
the DB layer. Provides the
API for manipulating the
system stored data.
end note
apstart --> bothandler
apstart --> rest
rest --> service
rest --> security
bothandler --> service
service --> persist
service --> msproc
@enduml | false | true | false | false | component |
367f1dfaadea120ef31d131cabdd4458b51307f7 | 7dcccbd6c3f7cdca18c531d81bd91a61cf992fc6 | /UML.puml | a70d995d06346908e2ce65d3fcba8e7995ba7dce | [] | no_license | LouisJeanneau/LO21-Projet-CompUT | d0d45f23e3ed235656acb7b6e29938e663d278b1 | dcf4c152e733f37527839adf09684ce62b2b168b | refs/heads/master | 2023-04-15T16:46:25.766422 | 2021-05-06T14:53:09 | 2021-05-06T14:53:09 | 364,932,702 | 0 | 0 | null | 2021-05-06T14:21:53 | 2021-05-06T14:10:47 | C++ | UTF-8 | PlantUML | false | false | 6,984 | puml | @startuml
package "GroupeLitterale" {
Class ConstructeurLitterale{
-string : char[30]
+ConstructeurLitterale()
+Constructeur_entier()
+Constructeur_reel()
+Constructeur_atome()
+Constructeur_expression(Atome & a)
}
Class Litterale {
-str: char[30]
-reel: double
-nom: Atome*
+virtual bouton()
+distinct()
+virtual empiler()
+virtual memoriser()
+virtual ~Litterale()
}
Class Atome{
-fonction: int //indiquer le role joue
+if_identifi(): int
}
Class Expression{
-guillemet1: char
-guillemet2: char
-r: Reel*
-e: Entier*
-ra: Rationnel*
-p: Program*
-a: Atome*
+if_predefini(): int
+if_deja_utilise(): int
}
Class Numerique{
}
Class Reel{
-val: double
-point: char
+simplifier()
}
Class Rationel{
-if_simple: int
-slash: char
+simplifier()
}
Class Entier{
-signe: char
}
Class Programme{
-crochet1: char
-crochet2: char
}
}
Class Item{
-litPointeur : Litterale*
+Item(l : Litteral*)
+supprimer()
+obtenirLitterale() : Litterale&
}
package "GroupeOperateur" {
Class Operateur{
+{static} inventaireOpArite2: QMap<QString, std::function<Litterale&(Item, Item)>>
+{static} inventaireOpArite1: QMap<QString, std::function<Litterale&(Item)>>
+{static} inventaireOpArite0: QMap<QString, std::function<Litterale&()>>
+{static}opEVAL(Item & i): void
}
Class OperateurNumerique {
+{static}opPLUS(Item& i1, Item& i2) : Litterale&
+{static}opMOINS(Item& i1, Item& i2) : Litterale&
+{static}opMUL(Item& i1, Item& i2) : Litterale&
+{static}opDIVISION(Item& i1, Item& i2) : Litterale&
+{static}opDIV(Item& i1, Item& i2) : Litterale&
+{static}opMOD(Item& i1, Item& i2) : Litterale&
+{static}opNEG(Item& i) : Litterale&
}
Class OperateurLogique {
+{static}opEGAL(Item& i1, Item& i2) : Litterale&
+{static}opDIFFERENT(Item& i1, Item& i2) : Litterale&
+{static}opINFEGAL(Item& i1, Item& i2) : Litterale&
+{static}opSUPEGAL(Item& i1, Item& i2) : Litterale&
+{static}opSUP(Item& i1, Item& i2) : Litterale&
+{static}opINF(Item& i1, Item& i2) : Litterale&
+{static}opAND(Item& i1, Item& i2) : Litterale&
+{static}opOR(Item& i1, Item& i2) : Litterale&
+{static}opNOT(Item& i) : Litterale&
}
Class OperateurPile {
+{static}opDUP(Item &) : Litterale&
+{static}opDROP(Item &) : void
+{static}opSWAP(Item &i1, Item &i2) : void
+{static}opCLEAR() : void
}
Class OperateurConditionnel {
+{static}opIFT(Item &i1, Item &i2) : void
}
}
Class Pile{
-listeItems : vector<Item>
-{static} instance : Pile
+pop() : Item
+push(item : Item) : void
+estVide() : bool
+taille() : unsigned int
}
Class Interpreteur{
-pile : Pile&
-{static} instance: Interpreteur
+interpreter(commandeEntree : QString)
+executer(operande : QString)
+{static} obtenirInterpreteur : Interpreteur&
}
Class Controleur{
-refIntp : Interpreteur&
-refPile : Pile&
-message : QString
+Controleur(intp : Interpreteur&, p : Pile&)
+commande(c : const QString&)
+setMessage(m : const QString&)
+getMessage() : QString const
}
Class Persistance{
-mapVariable : QMap<QString, QString>
-mapProgramme : QMap<QString, QString>
}
package "groupeAffichage" {
Class fenetrePrincipale{
-barreMessage : QLineEdit *
-vuePile : QTableWidget *
-NbItemAAfficher : unsigned int
-barreEntree : QLineEdit *
-pile : Pile *
-controleur : Controleur *
-vue_variable : vueVariable *
-vue_programme : vueProgramme *
-vue_parametre : vueParametre *
-persistance : Persistance *
-afficherClavierCalculateur
-afficherClavierVariable
-bouton : QPushButton *
-couche : QVBoxLayout *
+Qcomputer(QWidget * parent = 0)
+~QComputer()
+getNombreItemAAfficher() : unsigned int
+setNombreItemAAfficher(i : unsigned int) : void
+getComputer() : QComputer *
+rafraichirMethode() : void
+refresh() : void
+getNextCommande() : void
+empile_bouton() : void
+affichageClavierCalculateur() : void
+ouverture_vue_variable() : void
+ouverture_vue_programme() : void
+ouverture_vue_parametre() : void
}
Class vueVariable{
-texteCreationVariable : QLabel *
-entreeAtome : QLineEdit *
-entreeVariable : QLineEdit *
-validerCreation : QPushButton *
-texteVariableEnregistre : QLabel *
-layoutSaisie : QHBoxLayout *
-listeVariable : QVBoxLayout *
-fenetrePrincipale : QComputer *
+vueVariable(QWidget *parent = 0)
+~vueVariable()
+setFenetrePrincipale(fenetrePrincipaleCopie : QComputer *) : void
+getFenetrePrincipale() : QComputer*
+rafraichirVariable() : void
+ajouterVariable(): void
}
Class vueProgramme{
-texteCreationProgramme : QLabel *
-entreeAtomePG : QLineEdit *
-entreeProgramme : QLineEdit *
-validerCreationPG : QPushButton *
-texteProgrammeEnregistre : QLabel *
-layoutSaisiePG : QHBoxLayout *
-listeProgramme : QVBoxLayout *
-fenetrePrincipale : QComputer *
+vueProgramme(QWidget *parent = 0)
+~vueProgramme()
+setFenetrePrincipale(fenetrePrincipaleCopie : QComputer *) : void
+getFenetrePrincipale() : QComputer*
+ajouterProgramme(): void
}
Class vueParametre{
-messageParametre : QLabel *
-choixNb : QSpinBox *
-layoutParametre : QHBoxLayout *
-fenetrePrincipale : QComputer *
+vueParametre(QWidget * parent = 0)
+~vueParametre
+setFenetrePrincipale(fenetrePrincipaleCopie : QComputer *) : void
+getFenetrePrincipale() : QComputer *
+changerNbAfficherPile() : void
}
}
Class Sauvegarde {
}
Litterale <|-- Programme
Litterale <|-- Numerique
Litterale <|-- Expression
Litterale <|-- Atome
Numerique <|-- Reel
Numerique <|-- Rationel
Numerique <|-- Entier
Operateur <|-- OperateurNumerique
Operateur <|-- OperateurLogique
Operateur <|-- OperateurPile
Operateur <|-- OperateurConditionnel
ConstructeurLitterale *-- Litterale
Interpreteur *-- Operateur
Interpreteur *-- ConstructeurLitterale
Item *-- Litterale
Pile o-- Item
Pile <--> Interpreteur
fenetrePrincipale --> Persistance
Controleur *--> Interpreteur
Controleur *--> Pile
Controleur <-- Persistance
Controleur *--> fenetrePrincipale
fenetrePrincipale --> vueVariable
fenetrePrincipale --> vueProgramme
fenetrePrincipale --> vueParametre
@enduml
| false | true | false | false | class |
fc65071777a0e62520e2e9e0cf644999d4680773 | 4ee46c4f82ed1aaa4a22cedd34c158e119f0a15f | /qq-sequence-update.puml | 54e57aff1952f0bb6639dd65fbcc1f702a1bec8b | [] | no_license | evgueni-spb/bootcamp | 72ee0254cdd55cfeb6c817f194c3283fae0744c8 | 15793448d3c17576d0dd8aef5490a982ef94115b | refs/heads/master | 2020-08-30T08:53:37.046485 | 2019-11-26T21:12:08 | 2019-11-26T21:12:08 | 218,325,256 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,703 | puml | @startuml
skinparam participant {
BackgroundColor yellow
BorderColor brown
}
actor DXP
participant EISUAutoQuoteRestServiceImpl
participant RestPreconfigAutoQuoteFacadeAdapter
participant RestPreconfigEndorsementQuoteProcessor
participant PrecofigRestProcessorHelper
participant MapperRegistry #moccasin
participant Mapper
participant PackageFacade #moccasin
participant ComponentInfoHandler
participant QuoteLifecycleService #moccasin
DXP ->o EISUAutoQuoteRestServiceImpl:updateQuote
EISUAutoQuoteRestServiceImpl --> RestPreconfigAutoQuoteFacadeAdapter ++: updateQuote
RestPreconfigAutoQuoteFacadeAdapter --> RestPreconfigEndorsementQuoteProcessor ++: process
RestPreconfigEndorsementQuoteProcessor --> ComponentInfoHandler ++ :retrievePolicySummary
return
RestPreconfigEndorsementQuoteProcessor --> PrecofigRestProcessorHelper ++:retrieveComponentConfigurations
return
loop "all mappers for policy"
RestPreconfigEndorsementQuoteProcessor -->o MapperRegistry:getMapper
RestPreconfigEndorsementQuoteProcessor --> Mapper ++:map
note over Mapper #aqua: map attributes from REST DTO into Policy entity
note over Mapper #aqua: preconfig mappers are extended to support custom attributes
return
RestPreconfigEndorsementQuoteProcessor --> PackageFacade ++:evalTable
return
note over PackageFacade #aqua: Apply state specific values
end
RestPreconfigEndorsementQuoteProcessor --> ComponentInfoHandler ++: validateBlsRulesByTag
note over ComponentInfoHandler #aqua: run rules specific for REST context only
return
RestPreconfigEndorsementQuoteProcessor --> QuoteLifecycleService ++:save
return
return
return
EISUAutoQuoteRestServiceImpl --> EISUAutoQuoteRestServiceImpl :mapUpdateResponse
@enduml | false | true | false | false | sequence |
835ae5681362caf0c828f9eca6578f2f9c9ad196 | 505c757d1af879614405f21adc491e50960ce02b | /src/main/java/com/person/study/factory/simplefactory/simplefactory.puml | 8104d342cef32925c72df2ef343ffc8ec681c5a9 | [] | no_license | CodeHent/designpattern | 6c5baf90684870c523c8e4b12ee1c2ec329b5db1 | ad9a51f7ca3b67c5501006317930a01d788f634c | refs/heads/master | 2020-07-16T00:14:38.030526 | 2019-09-01T13:26:32 | 2019-09-01T13:26:32 | 205,679,359 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 159 | puml | @startuml
interface Bird{
egg
--
fly
}
Chicken--|> Bird
Piegon-|> Bird
class BirdFactory{
createBird
}
BirdFactory..>Piegon
BirdFactory.>Chicken
@enduml | false | true | false | false | class |
b0641e9fa28616ef23dfb00354ad70f18bc10e8c | 49431c9112cabb627decd367db9693494ef1d90d | /docs/section.table.puml | ae0d0c2bc1160491a73b66f438aaf869939b5741 | [] | no_license | cbarsony/spraying | e265d64db8fa8751703f44e343e7e78ae8c5af50 | ddfa0730e8290a57c22eef1706637548f31be148 | refs/heads/master | 2021-04-09T15:43:27.912983 | 2018-04-20T08:39:42 | 2018-04-20T08:39:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 665 | puml | @startuml
title Section
class section {
--
distance
lat
lon
sprayed
water
water_dosage
weed_infestation
}
class sector {
--
name
}
class spraying {
section_id
chemical_id
--
quantity
dosage
left_nozzle_majority
right_nozzle_majority
}
class sector_spraying {
sector_id
spraying_id
--
quantity
}
class weed_infestation {
section_id
sector_id
--
percent
}
class chemical {
--
name
}
section <-- spraying
section <-- weed_infestation
sector <-- sector_spraying
sector <-- weed_infestation
chemical <-- spraying
spraying <-- sector_spraying
@enduml | false | true | false | false | class |
84ffbf74067df4608088d99459b8154d7d9a589f | 713429c67970834447aad4d58c4ebb9c8cf9f81c | /src/me/ronggenliu/dp/creation/builder/sequence.puml | e71a75fd7da7d481d3029880aed39826a8d6404c | [
"MIT"
] | permissive | ronggenliu/DesignPattern | 54c7bf007ae8c07824d40f0da5424d9f03711d48 | 62539629c06430276453f6e9b6bff0ce57d05752 | refs/heads/master | 2021-01-19T10:36:42.373083 | 2017-05-29T03:33:17 | 2017-05-29T03:33:17 | 87,881,974 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 768 | puml | @startuml
participant Client
autonumber
create ConcreteProductBuilder
Client -[#red]> ConcreteProductBuilder:new
participant Director
create Product
ConcreteProductBuilder -[#red]> Product: new
create Director
Client -[#red]> Director: new(concreteProductBuilder)
Client -[#red]> Director: construct()
Director -[#red]> ConcreteProductBuilder: buildPartA()
ConcreteProductBuilder -[#red]> Product: setPartA()
alt need partB
Director -[#red]> ConcreteProductBuilder: buildPartB()
ConcreteProductBuilder -[#red]> Product: setPartB()
|||
end
Director -[#red]> ConcreteProductBuilder: buildPartC()
ConcreteProductBuilder -[#red]> Product: setPartC()
Director <[#blue]-- ConcreteProductBuilder: getResult() return Product
Client <[#blue]-- Director: return Product
@enduml | false | true | false | false | sequence |
2ece0c9f4fb1526ad95afbb029965908a9534435 | 1e5e28832266da39362406c30664fd79b879e424 | /UML/InventoryManager.puml | e986ffe267a411c46c29e079bb9f5c89c761d495 | [] | no_license | korinneramcharitar/Ramcharitar-6627-a5 | 5fdca9dcac2b226e05c1c53480ff065e1a0654dd | cd7dd38d61170c9fe84156bcd8be1ccf075d762d | refs/heads/master | 2023-06-29T13:45:16.902660 | 2021-07-26T03:32:11 | 2021-07-26T03:32:11 | 388,647,697 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 658 | puml | @startuml
class InventoryManage{
start()
main()
}
class InventorymanagerMenuControlller{
initialize()
AddButtonClicked()
DeleteButtonClicked()
SaveButtonClicked()
UploadButtonClicked()
}
class SearchItemsController{
initialize()
}
class itemModel{
String itemID
String itemName
String itemValue
}
class InventoryManagerMenu.fxml.fxml
class SearchItems.fxml
InventoryManage -- InventorymanagerMenuControlller
InventorymanagerMenuControlller -- itemModel
InventorymanagerMenuControlller -- SearchItemsController
SearchItemsController -- itemModel
SearchItems.fxml -- SearchItemsController
InventoryManagerMenu.fxml -- InventorymanagerMenuControlller
@enduml | false | true | false | false | class |
1a9b88cfe46962ece59470c4c5d743c1825a2870 | dc16f963059014d5e9d1f1ef3407fc1411b7da02 | /src/main/java/ex45/App.45.puml | 2b739739778e8cbbdaa6d02bc207f68a89415cbd | [] | no_license | ifeoma2000/chukuwu-cop3330-assignment3 | 57ac8e034ccb8e304918234970997c33e432fdfc | e7224a0ef0841bdb4f27626f651763241ffea52e | refs/heads/master | 2023-05-31T10:45:19.719257 | 2021-06-21T04:16:02 | 2021-06-21T04:16:02 | 378,803,883 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 156 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
+text: String
+readFile(String) : void
+writeFile() : void
+changeText() : void
}
@enduml | false | true | false | false | class |
2e1cb1a532cc51d0383d4855fcc657d99b4a8341 | a88c11df2c1189b6e651d85cf3dc2388f9fcfc95 | /diagrams/sequence_trajectory.plantuml | 708ac4578f1d85a85c13db1e9138e057ae27afcd | [] | no_license | TomSievers/EVD_Proj | cf6fcb6bfb3cca23a45fb434f8f5097d5aa56f4b | 19abc059668d86b1c4c0d4e93bd8acb38223a36e | refs/heads/develop | 2023-02-20T12:32:11.254938 | 2021-01-21T08:16:31 | 2021-01-21T08:16:31 | 293,806,246 | 0 | 0 | null | 2021-01-21T08:16:32 | 2020-09-08T12:39:05 | C++ | UTF-8 | PlantUML | false | false | 526 | plantuml | @startuml
participant main as "main"
participant calc as "calculator: TrajectoryCalculator"
main -> calc : <<construct>>
main -> calc : setTableCorners(corners)
main -> calc : setPocketRadius(radius)
main -> calc : setBallRadius(radius)
main -> calc : setBalls(balls)
main -> calc : setCue(cue)
main -> calc : getTrajectory()
alt cue coincides with cue ball
loop whilst collisions <= MAX_COLLISIONS and flag = 1
calc -> calc : nextPoint(start, angle, hitBalls, flag)
end
end
calc --> main
@enduml | false | true | false | false | sequence |
b70a3e997c9142708fb1a4c5b6b387c61dcfb9c1 | 937e0ceb8f040ccb17c7ac3415f1add637b03efa | /diagrammeClassesMetierSimulation.plantuml | 1914beccaa3ca9e2e9b6bdfb3283f3dd6a533db9 | [] | no_license | arthurgorjux/fire-in-the-ole-doc | 8f56b95cf7a6bf9f29757df60fd79357292bd0ee | 2c9c6347adefd985b91ae1af2d198587048e6b50 | refs/heads/master | 2021-01-20T06:20:16.304639 | 2014-11-18T11:29:54 | 2014-11-18T11:29:54 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 438 | plantuml | @startuml
title Diagramme classes metier Simulation
class ModeleRobotPompier
class RobotPompier {
+capaciteDeDeplacement
+puissance
}
class Incendie {
+position
}
class Carte {
}
class Zone {
+difficulte
}
class Position
class Chemin {
+double longeur
}
ModeleRobotPompier "1"--"*" RobotPompier
RobotPompier --> Incendie : Eteindre
Carte --> Incendie : Localiser
Carte --> RobotPompier : Localiser
Carte *- Zone
@enduml
| false | true | false | false | sequence |
988ed3b856d0c50f376d15bdd29af53b8c9114e1 | 608c7301bf1eaed2b79855fd8030b15e4fc0d4aa | /docs/uml/sequence_diagram/windy.puml | 2e4687d7e4741298347d97e064250a0e5cc1f177 | [] | no_license | mehmetrizaoz/autonomous_steering_agents | 48d0fbba36eafd081c78b825687d156bb02a5764 | 5d901252f66b68bfcaf48dd7da6145b1bdc462f0 | refs/heads/master | 2023-05-15T07:28:49.473767 | 2021-06-14T10:43:48 | 2021-06-14T10:43:48 | 356,524,673 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,074 | puml | @startuml
actor actor as user
participant graphics as view
participant flow as fl
participant agent as agent
participant behavior as steeringBehavior
participant windy as wd
user -> wd: user defines scenario
activate wd
activate view
activate fl
activate agent
activate steeringBehavior
note left: anytime
user -> view: set mouse position
loop triggered with 20ms periodic event
loop for all agents
wd -> fl: request gravity flow field;
fl --> wd: gives gravity
wd -> steeringBehavior: request gravity force
steeringBehavior --> wd: gives gravity force
wd -> fl: request wind flow field;
fl --> wd: gives wind
wd -> steeringBehavior: request wind force
steeringBehavior --> wd: gives wind force
wd -> agent: set force
end
agent -> agent: calculate next position
wd -> view: draw agents
wd -> view: draw title
wd -> view: refresh
end
user -> view: stop program
deactivate wd
deactivate view
deactivate agent
deactivate fl
deactivate steeringBehavior
@enduml | false | true | false | false | sequence |
a4841422fdc29fcbe7ccad57e44612353b687098 | 632210bb242d98bc42a40a4320a7c54be1f2ce32 | /lab_1/_code/step4/model.puml | 097544d24c5ce93dc20fc84b5a377bbf7f39dbbb | [] | no_license | robtherobot101/MPS-project | 27b589481d0354d4297fc09466d928355bb13c9a | 798b3521eebd15381d20d7019672f376aac0f416 | refs/heads/master | 2021-01-05T18:25:41.932783 | 2020-02-17T12:39:17 | 2020-02-17T12:39:17 | 241,102,217 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 423 | puml | @startuml
abstract class NamedElement {
+ String name
}
class App
class Actuator {
+ int pin
}
class State
class Action {
+ SIGNAL variable
}
enum SIGNAL {
HIGH
LOW
}
NamedElement <|-- App
NamedElement <|-- Actuator
NamedElement <|-- State
App *--> "1..*\nstates" State
App *--> "1..*\nactuators" Actuator
State --> "next" State
State *--> "1..*\nactions" Action
Action --> "1 target" Actuator
@enduml | false | true | false | false | state |
cabd285251d9b7f955fad035b1a621fb0fafe21a | f37e90775a158ea0ae644e334eac5bba341f4989 | /Documentation+/PlantUml/component/direction.puml | acaf3007380bcf5dee589c9bf87b3147cd9ec7bb | [] | no_license | Aleks-Ya/yaal_examples | 0087bbaf314ca5127051c93b89c8fc2dcd14c1e3 | ec282968abf1b86e54fc2116c39f2d657b51baac | refs/heads/master | 2023-09-01T07:40:44.404550 | 2023-08-27T15:24:34 | 2023-08-29T22:01:46 | 14,327,752 | 4 | 2 | null | 2021-06-16T20:39:19 | 2013-11-12T09:26:08 | Java | UTF-8 | PlantUML | false | false | 290 | puml | @startuml
'https://plantuml.com/component-diagram
left to right direction
'top to bottom direction
package "Some Group" {
HTTP - [First Component]
[Another Component]
}
database "MySql" {
folder "This is my folder" {
[Folder 3]
}
frame "Foo" {
[Frame 4]
}
}
@enduml | false | true | false | false | sequence |
ac074fe1402654882508be677692b24f7bf36b52 | 11af5500beb5210882cc8a36fb1989a23ba37000 | /doc/subsystem.puml | e381b42ce3e398b13e67e64f2374308ed35afc48 | [] | no_license | lotosbin/xread-server | fbc8a472bc4fdf588f9b87a7571257a44c9c8791 | 51ec219a79c327645d1e01d33c50c2e68a1b7e6f | refs/heads/master | 2021-07-14T04:58:08.774914 | 2020-11-16T02:58:59 | 2020-11-16T02:58:59 | 222,337,069 | 1 | 0 | null | 2020-11-16T02:47:33 | 2019-11-18T01:14:10 | TypeScript | UTF-8 | PlantUML | false | false | 366 | puml | @startuml
package "x-read" {
[data provider adapter rss]
[data source adapter rss]
}
package "x-recommend" {
[data provider]
[data source]
learn -- [recommend service]
recommend -- [recommend service]
}
[data source] --> learn
[data provider] --> recommend
[data provider adapter rss]-->[data provider]
[data source adapter rss]--> [data source]
@enduml
| false | true | false | false | uml-unknown |
c2a041be36baec1ba3306374a764859caa869fc8 | 9814429e78506e699c0059be7c5a568fe67c900f | /docs/docker-compose/diagrams/docker-compose-enterprise.puml | d9e062afd56617e98124eeee76c9a9847739aaa0 | [
"Apache-2.0"
] | permissive | luojasonlee/acs-deployment | 5c745ca1b59fb342e72638667de333e3bf7b7aed | da6351fc3dfe817573fff788a98868301f85eb46 | refs/heads/master | 2023-08-11T07:42:52.317416 | 2021-09-27T02:08:56 | 2021-09-27T02:08:56 | 366,678,173 | 0 | 0 | Apache-2.0 | 2021-09-27T02:08:56 | 2021-05-12T10:30:35 | null | UTF-8 | PlantUML | false | false | 1,186 | puml | @startuml
Title: Docker Compose Deployment Overview (Enterprise)
skinparam componentStyle uml2
skinparam linetype ortho
skinparam rectangle {
BorderStyle dashed
FontSize 15
FontStyle none
}
actor Client
node "Docker Compose" {
component "NGINX proxy" as proxy #lightgrey
component "Alfresco Digital Workspace" as adw #lightgrey
component "Alfresco Content Services" as acs #lightgrey
component "Alfresco Search Services" as ass #lightgrey
component "Alfresco Sync Service" as sync #lightgrey
component "PostgreSQL" as psql #lightgrey
component "Alfresco Share" as share #lightgrey
component "ActiveMQ" as amq #lightgrey
rectangle "Alfresco Transform Service" {
component "Transform Router" as tr #lightgrey
component "Shared File Store" as sfs #lightgrey
component "Transform Core (AIO)" as tcore #lightgrey
}
}
Client --> proxy
proxy --> acs
proxy --> share
proxy --> adw
acs <-left-> ass
acs --> psql
acs --> tcore
acs --> sfs
acs <--> amq
tr --> tcore
tr <-up-> amq
tcore --> sfs
share --> acs
sync <-left-> acs
sync --> psql
sync --> amq
center footer Copyright 2021 Alfresco Software Inc
@enduml
| false | true | false | false | usecase |
4966661eb6677559d6d1dbe537321085a153210e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomFieldReferenceValue.puml | 8aefad48c6920ce154f8ac64aae7d111ae680766 | [] | 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 | 527 | puml | @startuml
hide methods
enum CustomFieldReferenceValue {
ASSOCIATE_ROLE
BUSINESS_UNIT
CART
CATEGORY
CHANNEL
CUSTOMER
KEY_VALUE_DOCUMENT
ORDER
PRODUCT
PRODUCT_TYPE
REVIEW
STATE
SHIPPING_METHOD
ZONE
}
interface CustomFieldReferenceType [[CustomFieldReferenceType.svg]] {
name: String
referenceTypeId: [[CustomFieldReferenceValue.svg CustomFieldReferenceValue]]
}
CustomFieldReferenceValue --> CustomFieldReferenceType #green;text:green : "referenceTypeId"
@enduml
| false | true | false | false | sequence |
3d3928793d144fce11d3712c8c8d5a1411757828 | 8c59fbc94a2ba7fa9a12c10991fe334cda0df128 | /metrics/cli/docs/diagrams/deploy_command_sequence_diagram.puml | 095ef301b11f059dd155c789d5da203e4d707c40 | [
"BSD-3-Clause",
"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 | 5,607 | puml | @startuml deploy_command_sequence_diagram
scale 1900 height
skinparam ParticipantPadding 20
skinparam BoxPadding 10
actor Bob
box Deploy Command
participant MetricsCliRunner
participant DeployCommand
participant Deployer
participant GCloudService
participant FirebaseService
participant GitService
participant NpmService
participant FlutterService
participant SentryService
participant DeployPathsFactory
end box
participant FileHelper
Bob -> MetricsCliRunner ++ : run deploy command
MetricsCliRunner -> DeployCommand ++ : run()
DeployCommand -> Deployer ++ : deploy()
Deployer -> GCloudService ++ : login()
GCloudService --> Bob : start interactive login
Bob -> GCloudService : signs in
GCloudService --> Deployer -- : sign in finished
Deployer -> GCloudService ++ : acceptTermsOfService()
GCloudService --> Bob : asks to accept terms of GCloud service
Bob -> GCloudService : accepts terms
GCloudService --> Deployer -- : terms accepted
Deployer -> FirebaseService ++ : login()
FirebaseService --> Bob : starts interactive login
Bob -> FirebaseService : signs in
FirebaseService --> Deployer -- : sign in finished
Deployer -> FirebaseService ++ : acceptTermsOfService()
FirebaseService --> Bob : asks to accept terms of Firebase service
Bob -> FirebaseService : accepts terms
FirebaseService --> Deployer -- : terms accepted
Deployer -> GCloudService ++ : createProject()
GCloudService --> Bob : asks to enter the regionId
Bob -> GCloudService : enters the regionId
GCloudService --> Deployer -- : gcloud project has been created
Deployer -> GCloudService ++ : configureProjectOrganization(projectId)
GCloudService --> Bob : asks to configure the organization for the project
alt configures the organization
Bob -> GCloudService : configures the organization for the project
else skips configuring the organization
Bob -> GCloudService : skips configuring the organization for the project
end
GCloudService --> Deployer -- : GCloud organization configuration finished
Deployer -> FirebaseService ++ : createWebApp(projectId)
FirebaseService --> Deployer -- : firebase project has been added
Deployer -> FileHelper ++: createTempDirectory()
FileHelper --> Deployer --: directory has been created
Deployer -> DeployPathsFactory ++: create()
DeployPathsFactory --> Deployer --: DeployPaths has been created
Deployer -> GitService ++ : checkout(repoUrl, srcPath)
GitService --> Deployer -- : checkout finished
Deployer -> NpmService ++ : installDependencies(firebasePath)
NpmService --> Deployer -- : dependencies have been installed
Deployer -> NpmService ++ : installDependencies(firebaseFunctionsPath)
NpmService --> Deployer --: dependencies have been installed
Deployer -> FlutterService ++ : build(appPath)
FlutterService --> Deployer -- : build finished
Deployer -> FirebaseService ++ : upgradeBillingPlan(projectId)
FirebaseService --> Bob : asks to upgrade billing plan
Bob -> FirebaseService : upgrades billing plan
FirebaseService --> Deployer -- : billing plan upgraded
Deployer -> FirebaseService ++ : enableAnalytics(projectId)
FirebaseService --> Bob : asks to enable Analytics
Bob -> FirebaseService : enables Analytics
FirebaseService --> Deployer -- : Analytics enabled
Deployer -> FirebaseService ++ : initializeFirestoreData(projectId)
FirebaseService --> Bob : asks to initialize Firestore data
Bob -> FirebaseService : initializes Firestore data
FirebaseService --> Deployer -- : Firestore data initialized
Deployer -> FirebaseService ++ : configureAuthProviders(projectId)
FirebaseService --> Bob : asks to configure Auth providers
Bob -> FirebaseService : enters Google sign in client Id
FirebaseService --> Deployer -- : googleClientId
Deployer --> Bob : setup Sentry request
alt configure Sentry
Deployer -> SentryService ++ : login()
SentryService --> Bob : starts interactive login
Bob -> SentryService : signs in
SentryService --> Deployer -- : sign in finished
Deployer -> SentryService ++ : createRelease(sourceMaps)
SentryService --> Bob : asks to enter the Sentry's organizationSlug, projectSlug, and releaseName
Bob -> SentryService : enters Sentry params
SentryService --> Deployer -- : SentryRelease has been created
Deployer -> SentryService ++ : getProjectDsn(sentryProject)
SentryService --> Bob : asks to enter the Sentry project DSN
Bob -> SentryService : enters Sentry project DSN
SentryService --> Deployer -- : Sentry DSN
else don't configure Sentry
Deployer --> Deployer : Skip Sentry setup
end
Deployer -> FileHelper ++ : getFile(metricsConfigPath)
FileHelper --> Deployer -- : config file
Deployer -> FileHelper ++ : replaceEnvironmentVariables(config, options)
FileHelper --> Deployer -- : config has been updated
Deployer -> FirebaseService ++ : deployFirestore(firestorePath)
FirebaseService --> Deployer -- : firestore has been deployed
Deployer -> FirebaseService ++ : deployHosting(projectId, target, appPath)
FirebaseService --> Deployer -- : hosting has been deployed
Deployer -> GCloudService ++ : configureOAuthOrigins(projectId)
GCloudService --> Bob : asks to configure OAuth origins
alt configures OAuth origins
Bob -> GCloudService : configures OAuth origins
else
Bob -> GCloudService : skips configuring OAuth origins
end
GCloudService --> Deployer -- : OAuth origins configuration finished
Deployer --> Bob : The deployment has finished successfully
Deployer --> Bob : Deleting the temporary Metrics directory
Deployer --> Deployer : delete directory
Deployer --> DeployCommand --: deploy finished
DeployCommand --> MetricsCliRunner --: command finished
MetricsCliRunner --> Bob -- : terminate
@enduml
| false | true | false | false | usecase |
1112b867f062c249801037b3e0b7c8da10e61291 | 512a723b759636dff703530e585d4cac5b3520a0 | /use-case/use-case-5.puml | e66f75cc7d35adfd16f849ee0ad69b7b5e9ae974 | [
"Apache-2.0"
] | permissive | AlexanderRacey/group24_coursework | 70e0005e70ac91727e845e79d1a5d7eaaef16fa9 | 055f9ddab7659d7af92d40474f28cb636554e9c6 | refs/heads/master | 2020-04-17T18:22:25.666113 | 2019-05-09T18:17:01 | 2019-05-09T18:17:01 | 166,823,609 | 0 | 0 | Apache-2.0 | 2019-03-31T13:15:32 | 2019-01-21T14:00:38 | Java | UTF-8 | PlantUML | false | false | 353 | puml | @startuml
actor A1 as "Analyst"
database World
rectangle "Input" {
usecase region as "Region"
A1 --> region
}
rectangle "Information System" {
usecase UC5 as "Get all capital cities
by population
from the specified region"
usecase UC5a as "Produce ranking"
region - UC5
UC5 ..> UC5a : output
UC5 <-> World
}
@enduml | false | true | false | false | usecase |
15d9562b7a7359273e541df7818a00f313f57b2a | 2ec2e8bdd9f27818bbdfcc80013714eba5db951c | /diagrams/use_case.plantuml | 6f9ba73d38664c70b45d2391fe1e7eb11e6402d9 | [] | no_license | U731/semester-3-exam-rest | 15e27623ef4fc4da21d5aa8c4cffe6d2b39fc932 | 698b896f25d28dcecf56e4dc819723690322e329 | refs/heads/master | 2020-03-31T12:56:04.829126 | 2019-01-19T01:44:40 | 2019-01-19T01:44:40 | 152,234,934 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 730 | plantuml | @startuml
actor User
actor Admin
left to right direction
rectangle "System" {
(Create account) as ca
(Sign in) as si
(Search users) as su
(Send friend request) as sfr
(Respond to friend request) as rfr
(CRUD post) as crudpost
(CRUD comment) as crudcomment
(View timeline) as viewtimeline
(View profile) as vp
(CRUD image) as crudimage
(Delete user) as du
(Delete comment) as dc
(Delete post) as dp
(Delete image) as di
}
User --> ca
User --> si
User --> su
User --> sfr
User --> rfr
User --> crudpost
User --> crudcomment
User --> viewtimeline
User --> vp
User --> crudimage
Admin -down-> du
Admin -down-> dc
Admin -down-> dp
Admin -down-> di
ca -[hidden]- du
si -[hidden]- dc
su -[hidden]- dp
sfr -[hidden]- di
@enduml | false | true | false | false | usecase |
122b6e07876657246c3b142fb9d48fa4fbc83d23 | 7dbb82a88c005dbe3b242ced05fe588b6e8aa4b4 | /resources/uml/CatalogLoader.puml | 847f6fc1eec8e9e6bf71d0f04ed309ce54b67485 | [] | no_license | damianua/promka | 379d7d10c1473c4b4bfbf7d0f73d3596c0ee1a16 | 4273c7a5e66b2b4fcae76416f0b318a7f2544186 | refs/heads/master | 2023-02-05T14:21:44.078357 | 2019-07-16T20:48:42 | 2019-07-16T20:48:42 | 160,850,217 | 0 | 0 | null | 2023-02-02T06:54:07 | 2018-12-07T16:41:28 | PHP | UTF-8 | PlantUML | false | false | 1,021 | puml | @startuml
set namespaceSeparator \\
namespace Domain\\Core\\Interfaces{
abstract class ParseResult
interface ParserInterface{
+parse(): ParseResult
}
ParserInterface -> ParseResult: use
}
namespace Domain\\Catalog\\Interfaces{
interface ProductsRepositoryInterface{
+all(): Products
}
}
namespace Domain\\CatalogLoader{
abstract class AbstractWebSiteParser {
+parse()
}
AbstractWebSiteParser --|> Domain\\Core\\Interfaces\\ParserInterface
}
namespace Domain\\CatalogLoader\\Products{
abstract class AbstractWebSiteProductsRepository{
+__construct(AbstractWebSiteParser $parser)
}
AbstractWebSiteProductsRepository -up-|> Domain\\Catalog\\Interfaces\\ProductsRepositoryInterface
AbstractWebSiteProductsRepository -right-* AbstractWebSiteParser
}
namespace Infrastructure\\CatalogLoader\\WebSites\\ZenitProfi{
class ZenitProfiProduct
class ZenitProfiCategory
class ZenitProfiWebSiteParser{
}
ZenitProfiWebSiteParser --|> Domain\\CatalogLoader\\AbstractWebSiteParser
}
@enduml | false | true | false | false | sequence |
efec80d7154248e30062f4800a49b02eac62f719 | af60d432a684cefb6c1aa2ba3cce7fc342f591fb | /target/classes/lsp_refactored_step2_arch.puml | 2a1864838eab568ae5ec975a5281a6bbf05beb5a | [] | no_license | pbinny/solid-principles | ef424ccc03ea43c1cf07ae78ea68bb11232a8d88 | 4a465e4ffd108a605dbcffb2f78a620f5ab111a7 | refs/heads/master | 2023-06-05T18:12:06.053217 | 2021-06-19T14:24:03 | 2021-06-19T14:24:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,981 | puml | @startuml
component cashflow.api.* {
class IncomeController {
- IncomeService service;
+ List<Income> getAll();
+ Income get(Long id);
+ Income create(Income income);
+ Income save(Income income);
+ void delete(Long id);
+ Integer getTotal();
}
class ExpenseController {
- ExpenseService service;
+ List<Expense> getAll();
+ Expense get(Long id);
+ Expense create(Expense expense);
+ Expense save(Expense expense);
+ void delete(Long id);
+ Integer getTotal();
}
}
component cashflow.core.* {
interface CalculatorService<T>{
{abstract} Integer calculateTotal(List<T> list);
}
class IncomeServiceImpl {
- IncomeRepository repository;
+ List<Income> getAll();
+ Income get(Long id);
+ Income create(Income income);
+ Income save(Income income);
+ void delete(Long id);
+ Integer getTotal();
}
class ExpenseServiceImpl {
- ExpenseRepository repository;
+ List<Expense> getAll();
+ Expense get(Long id);
+ Expense create(Expense expense);
+ Expense save(Expense expense);
+ void delete(Long id);
+ Integer getTotal();
}
interface IncomeService<Income>{
{abstract} List<Income> getAll();
{abstract} Income get(Long id);
{abstract} Income create(Income income);
{abstract} Income save(Income income);
{abstract} void delete(Long id);
{abstract} Integer getTotal();
}
interface ExpenseService<Expense>{
{abstract} List<Expense> getAll();
{abstract} Expense get(Long id);
{abstract} Expense create(Expense expense);
{abstract} Expense save(Expense expense);
{abstract} void delete(Long id);
{abstract} Integer getTotal();
}
class IncomeCalculatorServiceImpl<Income> {
+ Integer calculateTotal();
}
class ExpenseCalculatorServiceImpl<Expense> {
+ Integer calculateTotal();
}
interface Service {
}
interface RepositoryService<T> {
List<T> getAll();
T get(Long id);
T create(T entity);
T save(T entity);
void delete(Long id);
Integer getTotal();
}
}
component cashflow.database.* {
interface IncomeRepository{
}
interface ExpenseRepository{
}
class Income {
- long id;
- String description;
- Date dueDate;
- BigDecimal amount;
}
class Expense {
- long id;
- String description;
- Date dueDate;
- BigDecimal amount;
}
}
IncomeController --> IncomeService
ExpenseController --> ExpenseService
IncomeServiceImpl --> CalculatorService
ExpenseServiceImpl --> CalculatorService
class IncomeServiceImpl implements IncomeService
class ExpenseServiceImpl implements ExpenseService
class IncomeCalculatorServiceImpl implements CalculatorService
class ExpenseCalculatorServiceImpl implements CalculatorService
IncomeServiceImpl --> IncomeRepository
ExpenseServiceImpl --> ExpenseRepository
interface IncomeService extends RepositoryService
interface ExpenseService extends RepositoryService
interface RepositoryService extends Service
interface CalculatorService extends Service
@enduml | false | true | false | false | class |
17eca6902fb505a1bad473e3f3ed9a14d12549ba | c6f5498cd7cc8a348aac5ac96a2fa716d244d64a | /sequence_part.plantuml | 74017a865e895c3e7c7f20dd842687a6f7accf49 | [] | no_license | FunnyAlpha/Scoring | 95df897bd961b9be393192081cbf5c7a336183d6 | 9e33010955c07dad33423cb7767500c04ac31e23 | refs/heads/master | 2022-12-08T20:56:02.189223 | 2020-05-28T07:21:37 | 2020-05-28T07:21:37 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,109 | plantuml | @startuml
scale 1.5
class Application {
+ evidSrv : char
+ idCredit : number
+ agregatorResult : AgregatorResult
}
Application*--workflow
Application*--timeZone
Application*--systemMessage
Application*--sysdate
Application*--stopList
Application*--sourceData
Application*--smData
Application*--scoResult
Application*--scanResult
Application*--salesPoint
Application*--rescoResult
Application*--registerPreResult
Application*--randomNumber8
Application*--randomNumber7
Application*--randomNumber6
Application*--randomNumber5
Application*--randomNumber4
Application*--randomNumber3
Application*--randomNumber2
Application*--randomNumber1
Application*--processType
Application*--preResult
Application*--prelimResult
Application*--prelimPreResult
Application*--prelimCbResult
Application*--preApprResult
Application*--postResult
Application*--phoneVerification
Application*--persons
Application*--personContact
Application*--partnerName
Application*--outputData
Application*--offlineRevFinalResult
Application*--offlineResult
Application*--offlineData
Application*--offlineCashFinalResult
Application*--lastOfflineScoreXsellSC
Application*--lastOfflineScoreXsellRD
Application*--isOuterLimit
Application*--idRequest
Application*--idPerson
Application*--idCredit
Application*--fpsResult
Application*--featureControl
Application*--evidSrv
Application*--employeeAdminType
Application*--empCode
Application*--documents
Application*--credit
Application*--consent
Application*--channelSale
Application*--cbResult
Application*--calculateOnlineLimit
Application*--calculateLinkedRDLimits
Application*--bombInBank
Application*--bdResult
Application*--appVerifIncome
Application*--application
Application*--applicantData
Application*--appIncomeCache
Application*--appIncome
Application*--agregatorResult
workflow*--stageCounters
updatedData*--persons
trial*--wfDetails
trial*--scoringDetails
trial*--rgDetails
trial*--limitDetails
trial*--hcDetails
sourceData*--verificationResults
sourceData*--verificationDetailResults
sourceData*--updatedData
sourceData*--undesirablePerson
sourceData*--onlineLimit
sourceData*--nextWorkflows
sourceData*--linkedVerificationResults
sourceData*--linkedVerificationDetailResults
sourceData*--hardCheckPredictors
sourceData*--extData
sourceData*--crossClientChecks
sourceData*--creditLimit
sourceData*--biometricData
sourceData*--behaviourData
smuid_data*--pfr_account_advice
smuid_data*--my_credit_ob_bank_applications
smuid_data*--my_credit_ob_back_web_cnt_180
smuid_data*--my_credit_ob_back_mobile_cnt_180
smData*--smuid_data
smData*--online_behav_os_web
smData*--online_behav_os_mobile
smData*--online_behav_min_dist
smData*--online_behav_device_type_s_cnt
smData*--online_behav_device_type
smData*--online_behav_device_s_cnt
smData*--online_behav_device
smData*--geo_activity
smData*--client_score
score*--persons
scanResult*--trial
scanResult*--persons
scanResult*--client
salesPoint*--products
rescoResult*--trial
previousApplicationsFraud*--persons
previousApplications*--rejectData
previousApplications*--persons
previousApplications*--personContact
previousApplications*--approvalData
previousApplications*--appArray
persons*--employmentAddress
persons*--employment
persons*--contactAddress
person*--employment
outputData*--uwInfo
outputData*--savedInfo
outputData*--resultTrace
outputData*--offers
outputData*--checkPersons
online_behav_os_web*--my_credit_ob_os_web_180
online_behav_os_mobile*--my_credit_ob_os_mobile_180
online_behav_min_dist*--my_credit_ob_min_distance_reg_addr
online_behav_min_dist*--my_credit_ob_min_distance_emp_addr
online_behav_min_dist*--my_credit_ob_min_distance_cont_addr
online_behav_device_type_s_cnt*--my_credit_ob_dtype_sc_30
online_behav_device_type*--my_credit_ob_device_type_180
online_behav_device_s_cnt*--my_credit_ob_device_sess_cnt_30
online_behav_device*--my_credit_ob_device_180
onlineLimit*--persons
offlineResult*--score
limitDetails*--pseudo
limitDetails*--fact
limit*--persons
hardCheckPredictors*--persons
geo_activity*--mts_geo_activity
expense*--persons
derivedData*--persons
crossClientChecks*--sameMobileCheck
crossClientChecks*--sameIdentCard
creditLimit*--persons
creditBureau*--scoring
creditBureau*--persons
creditBureau*--creditData
creditBureau*--bureauResponse
credit*--supplement
credit*--service
credit*--persons
credit*--onlineApp
credit*--insurance
credit*--goods
credit*--fps
credit*--creditProduct
credit*--creditPreferences
credit*--creditBureau
credit*--consolidatedData
credit*--afs
client_score*--yandex_score
client_score*--tele2_score
client_score*--mts_score_features
client_score*--mts_score
client_score*--mailru_sp_score
client_score*--mailru_score
client_score*--juicyscore_score
clientReality*--persons
biometricData*--persons
behaviourData*--persons
applicantData*--previousApplicationsFraud
applicantData*--previousApplications
applicantData*--expense
applicantData*--creditLimit
applicantData*--clientReality
applicantData*--cars
applicantData*--campaigns
appChars*--tw
appChars*--pfr
appChars*--incomes
appChars*--bki
appArray*--salesPoint
appArray*--person
appArray*--credit
@enduml | false | true | false | false | class |
bd339fc4a28a7047ca6517c660f535ece5ae7c30 | 89634bb006a9df141b85b9d653ed3f9036cebe42 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-checkout-payment.puml | 69ca72415aa3837456d0e31922f6004cfb42107e | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | 8mylez/platform | a3290e4e2294dd9d21def95a90c28951084c3a93 | 14c3bc69c720e82f0d5e4ffc70af5ded2e13efc9 | refs/heads/master | 2021-01-13T23:30:54.500566 | 2020-09-18T07:06:25 | 2020-09-18T07:06:25 | 296,546,535 | 1 | 1 | MIT | 2020-09-18T07:27:12 | 2020-09-18T07:27:11 | null | UTF-8 | PlantUML | false | false | 3,419 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreCheckoutPaymentPaymentMethodDefinition, "payment_method\n(Payment method)") {
primary_key(id) id
pluginId foreignKey
handlerIdentifier string
name translated
description translated
position int
active bool
afterOrderEnabled bool
customFields translated
availabilityRuleId foreignKey
mediaId foreignKey
formattedHandlerIdentifier string
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition, "payment_method_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(paymentMethodId) foreignKey
primary_key(languageId) foreignKey
}
ForeignTable(ShopwareCoreContentMediaMediaDefinition, "media") {
}
ForeignTable(ShopwareCoreContentRuleRuleDefinition, "rule") {
}
ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") {
}
ForeignTable(ShopwareCoreFrameworkPluginPluginDefinition, "plugin") {
}
ForeignTable(ShopwareCoreCheckoutCustomerCustomerDefinition, "customer") {
}
ForeignTable(ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition, "order_transaction") {
}
ForeignTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition, "sales_channel_payment_method") {
}
ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") {
}
' relationshipd
ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition --> ShopwareCoreCheckoutPaymentPaymentMethodDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreFrameworkPluginPluginDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition
ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
@enduml
| false | true | false | false | uml-unknown |
bcd6b0c8b2986c52581cea018eb8e55e9ac215a0 | 939ec2212f87c1894d792e169fce964bec902583 | /docs/UseCases/UseCases.puml | e46814de9172195a42342113f3362f218e9dfca6 | [] | no_license | CAADE/fleet | 37e18246e0a10122a711efccdab3c134232d120e | a62d2a82a2100583d84e41ea21efda9512fc4ac7 | refs/heads/master | 2020-03-22T00:31:19.695430 | 2018-07-13T03:27:19 | 2018-07-13T03:27:19 | 139,250,021 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 282 | puml | @startuml
left to right direction
:Developer: as Dev
:Operation Manager: as Ops
rectangle "fleet" #ccffff {
(Manage Applications) as MA
(Manage Clouds) as MC
(Manage Hardware) as MH
(Manage Vehicles) as MV
}
Dev --> MA
Ops --> MC
Ops --> MH
Ops --> MV
@enduml
| false | true | false | false | uml-unknown |
fe1c64a4a914621dca370e961ba5e964f84442be | 3bcda3db27ec2ee74d5d50ff3526dfc54e660f8a | /Plan.puml | ce33f128d6ad3105eccac3adf0afa36daf2f2ae0 | [] | no_license | GemioJ/DesignDocument | 75337195babe80a7248723b955d1073f336fa345 | 972e609060950cb8bc5aac5e02829d2aa5e0bb99 | refs/heads/main | 2023-05-07T00:04:52.475039 | 2021-06-05T05:22:14 | 2021-06-05T05:22:14 | 374,024,198 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 249 | puml | @startuml TeamMaryland
abstract class Person {
#name: String
#email:String
#password: String
}
Person <|-- Bishop
Person <|-- Counselor1
Person <|-- Counselor2
Person <|-- Clerck
Person <|-- members
@enduml
| false | true | false | false | class |
d498e398a1c24038a2e5e0e668a2e7b86c495712 | f5cddffd01d2d842fc26ddd859c51dbbd0e48f9a | /clases/CitaTutoria.iuml | d7e1e1461e82d49d36b5b20a1b17fc197ba6f6bd | [] | no_license | alejflorg/Entregable-1 | 6a2b6ab4df1ba7e2d04a20f26400742559db65ca | e750bf10fbccc33cbc53ba35743f4be88401ff49 | refs/heads/main | 2023-01-06T01:14:49.249982 | 2020-11-01T16:39:43 | 2020-11-01T16:39:43 | 309,140,327 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 52 | iuml | Class CitaTutoria <<Entidad>> {
fecha
hora
} | false | true | false | false | class |
bb80f4c02cde815141a59cab6402687521252077 | ec9f953d841adc70b604054b693ca08005602d9b | /layout.puml | 37472a949d92e4fb816d111c4510c4c7a4c144e3 | [] | no_license | balazskrizsan/stack-judge | 0bbd7fac019868ebef1abc865c519e4a26550b7e | bdbc6e2fe87f1e6b23f0c3a050b6e8d8f1106573 | refs/heads/master | 2023-03-23T07:05:40.914847 | 2021-03-22T14:33:44 | 2021-03-22T14:33:44 | 289,592,796 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,119 | puml | @startuml
package "Access Points" {
package "SJ.Api" {
class CompanyApiController
object ApiDiSetup
}
package "SJ.Scheduled" {
class CompanyScheduledController
object ScheduledDiSetup
}
}
package "SJ.Core" {
interface ICompanyService
interface ICompanyRepository
interface IUserService
class CompanyScheduledService implements ICompanyService
class CompanyEntity
class CompanyApiService implements ICompanyService
class UserEntity
}
package "SJ.MemberCenter - GDPR isolation" {
class UserService implements IUserService
class UserScheduledService implements IUserService
package MemberDb <<Database>> {
class UserRepository
}
}
package "SJ.CoreDb" {
package CoreDb <<Database>> {
class CompanyRepository implements ICompanyRepository
}
}
CompanyApiController --> CompanyApiService
CompanyApiController <-- CompanyApiService
note right on link #lightblue
Response:
CompanyEntity[]
end note
CompanyScheduledController --> CompanyScheduledService
CompanyScheduledController <-- CompanyScheduledService
note right on link #lightblue
Response:
CompanyEntity[]
end note
CompanyScheduledService --> CompanyRepository
CompanyScheduledService <-- CompanyRepository
note right on link #lightblue
Response:
CompanyEntity[]
end note
CompanyScheduledService --> UserScheduledService
CompanyScheduledService <-- UserScheduledService
note right on link #lightblue
Response:
UserEntity[]
UserEntity
boolean
end note
CompanyApiService --> UserService
CompanyApiService <-- UserService
note right on link #lightblue
Response:
UserEntity[]
UserEntity
boolean
end note
CompanyApiService --> CompanyRepository
CompanyApiService <-- CompanyRepository
note right on link #lightblue
Response:
CompanyEntity[]
end note
UserService --> UserRepository
UserService <-- UserRepository
note right on link #lightblue
Response:
UserEntity[]
UserEntity
end note
UserScheduledService --> UserRepository
UserScheduledService <-- UserRepository
note right on link #lightblue
Response:
UserEntity[]
UserEntity
end note
CompanyApiController : HTTP: GET?page=\d+
CompanyScheduledController : Job
CompanyApiService : Search(int page)
CompanyScheduledService : Search()
IUserService : IsLoggedIn(): boolean
IUserService : GetCurrentUser(): UserEntity
IUserService : GetUserById(int id): UserEntity
IUserService : SearchUser(): UserEntity[]
UserService : IsLoggedIn(): boolean
UserService : GetCurrentUser(): IUserEntity
UserService : GetUserById(int id): IUserEntity
UserScheduledService : IsLoggedIn(): boolean
UserScheduledService : GetCurrentUser(): IUserEntity
UserScheduledService : GetUserById(int id): IUserEntity
CompanyRepository : Search(int page, int limit)
ApiDiSetup : ICompanyService -> CompanyApiService
ApiDiSetup : ICompanyRepository -> CompanyRepository
ApiDiSetup : IUserService -> UserService
ScheduledDiSetup : ICompanyService -> CompanyScheduledService
ScheduledDiSetup : ICompanyRepository -> CompanyRepository
ScheduledDiSetup : IUserService -> UserScheduledService
@enduml | false | true | true | false | class |
455f7f35470b8ea90305c10ac6420945f8c5eff2 | 1809f45c8168e460a97b54c0d1986d9b6f6efc62 | /uml/ClassDiagrams/Models/WebImage.plantuml | 5944c77cefdcae277c00455c32b97c6d69225da7 | [
"MIT"
] | permissive | pierre3/ReactiveBingViewer | fb334ce84dca88bc0be444203739c02fe1865b20 | 596362557e8dd6155c0a5613a1cdcc66b45a3a84 | refs/heads/master | 2021-01-20T08:44:15.050128 | 2015-11-04T14:06:47 | 2015-11-04T14:06:47 | 40,403,608 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 844 | plantuml | class WebImage {
- thumbnail : ImageSource
- displayImage : ImageSource
- overlay : ImageSource
- mediaUrl : Uri
- sourceUrl : string
- sourceTitle : string
- imageProperty : ImageProperty
- bingResult : Bing.ImageResult
- logger : ILogger
+ Thumbnail : ImageSource <<get>>
+ DisplayImage : ImageSource <<get>>
+ Overlay : ImageSource <<get>>
+ MediaUrl : Uri <<get>>
+ SourceUrl : string <<get>>
+ SourceTitle : string <<get>>
+ ImageProperty : ImageProperty <<get>>
+ WebImage(bingResult:Bing.ImageResult, logger:ILogger)
+ <<async>> DownLoadThumbnailAsync() : Task
+ <<async>> DownLoadFullImageAsync() : Task
+ <<async>> AnalyzeImageAsync(subscriptionKey:string) : Task
+ DrawFaceRect(imageSize:Size) : void
- RaisePropertyChanged(name:string) : void
}
| false | true | false | false | class |
9bb5364793c5515fa83ed45b69d747b8de1e4121 | 136ce57f474d035a700706c5a2c829b716c32f1e | /cdct/diagramme_de_sequence/plantuml/afficher_utilisateur.puml | e33f92d71234060408ffd05b178e01b54ec5a724 | [] | no_license | SKAVALT-io/esidom_doc | fe98aefe219afc0d5761244c7a65977ca2953d55 | b04889428a1a913e381cc5fc8615c4c7e450c854 | refs/heads/main | 2023-03-11T08:41:02.553855 | 2021-03-02T02:21:34 | 2021-03-02T02:21:34 | 322,641,413 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 385 | puml | @startuml afficher utilisateur
actor "Utilisateur" as u
participant "Esidom front-end" as fe
participant "Esidom back-end" as m
participant "Home Assistant" as ha
u -> fe: Afficher un utilisateur
fe -> m: Get /user/{user_id}
m -> ha: WS: {type: "config/auth/list"}
ha --> m: WS: {type: "result", success: true,…}
m --> fe: 200 - Ok
fe --> u: Afficher l'utilisateur créé
@enduml | false | true | true | false | sequence |
4e245343705c9596a58dff3c437bfa603f9c0965 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ReviewTransitionStateAction.puml | 85cf7138c7420aafc153bbda8f6890b7a99a157a | [] | 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 | 512 | 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 ReviewTransitionStateAction [[ReviewTransitionStateAction.svg]] extends ReviewUpdateAction {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
interface ReviewUpdateAction [[ReviewUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | state |
3b61f6bdc2792dfe7d605a66b1c89b4ee5c82951 | 20a9ed6432088ae92019ac51bedf2ab7061296c7 | /diagrams/import_po/import_po_cqrs.puml | ba416307b4bde97c7e421fc2a0af591d8bb20bfd | [
"MIT"
] | permissive | karbonfw/purchaseorderdoc | 552ba276ada34d40453d7b06a393465cbe0d9ac5 | bf1638ab98def7e89f1709ea375b0e39982e66b2 | refs/heads/master | 2022-11-06T08:42:22.266172 | 2020-06-18T06:23:27 | 2020-06-18T06:23:27 | 262,283,304 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,116 | puml | @startuml
skinparam ParticipantPadding 10
skinparam BoxPadding 20
box "app"
participant ImportEndPoint
participant BatchImporter
participant DocParser
participant JPA_PO_Repository
participant JPA_POL_Repository
end box
box "core/UseCase" #LightBlue
participant ImportPO
end box
box "core/Domain" #Orange
participant Validator
participant PORepository
participant PurchaseOrderView
end box
ImportEndPoint -\ BatchImporter: import
BatchImporter --\ ImportEndPoint: importEnqueued
BatchImporter -> DocParser: parseHeader
BatchImporter -> Validator: validateHeader
BatchImporter -> JPA_PO_Repository: insertOrUpdate
BatchImporter -> DocParser: parseLine
BatchImporter -> Validator: validateLine
BatchImporter -> JPA_POL_Repository: insertOrUpdate
BatchImporter -\ ImportPO: purchaseOrderImported
ImportPO -> PORepository: loadPOAggregate
PORepository -> PurchaseOrderView ** : find
PurchaseOrderView --> PORepository
PORepository --> ImportPO
ImportPO -> Validator: validatePurchaseOrder
Validator --> ImportPO
ImportPO -> PORepository: markAsValidCommand
@enduml
| false | true | false | false | sequence |
572fff07c214d469da6acd5da3d8c1c2f29cdaf6 | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /serviceSchema/sdWan/uml/Static.puml | c13232d08a71268f8c65abe1869a59d7bb11f481 | [
"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 | 808 | puml | @startuml
skinparam {
FontName Times
ClassBackgroundColor White
ClassBorderColor Black
ClassBorderColor<<ServiceSpecification>> FireBrick
}
!define datatype(x) class x << (D,#FF7700) DataType>>
datatype(Static) {
staticIpEntry: StaticIpEntry [0..*]
}
datatype(StaticIpEntry) {
staticPrefix: Ipv4OrIpv6Prefix [0..1]
administrativeDistance: Integer [0..1]
forwardingInformation: ForwardingInformation [0..1]
}
Static "1" *--> "0..*" StaticIpEntry
datatype(Ipv4OrIpv6Prefix) {
<<skipped>>
}
StaticIpEntry "1" *--> "0..1" Ipv4OrIpv6Prefix
datatype(ForwardingInformation) {
nextHopIpAddress: Ipv4OrIpv6Address [0..1]
}
datatype(Ipv4OrIpv6Address) {
}
StaticIpEntry "1" *--> "0..1" ForwardingInformation
ForwardingInformation "1" *--> "Ipv4OrIpv6Address"
@enduml | false | true | false | false | class |
c785370286fd5304defded1ce28c7488b99812e0 | 7c2a17fd3d19a13fb71558f79900a2908de98c58 | /docs/uml-class-diagrams/display01/production/DisplayGpsInterfaceImplementation/DisplayGpsInterfaceImplementation.puml | d3ca06d95cfb11d878687777821d6a707a945819 | [] | no_license | casher-ou/csi-3370-software-project | 483b1add9fbab8349f30009eecc123c884bdcc7b | 629fb9cce10429c2b80bd1ad33ab898d1466883b | refs/heads/main | 2023-01-22T00:44:50.062944 | 2020-11-29T23:00:50 | 2020-11-29T23:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 611 | puml | @startuml DisplayGpsInterfaceImplementation
package edu.oakland.production.display01 {
class DisplayGpsInterfaceImplementation {
- DisplayGpsReciever reciever
__
+ DisplayGpsInterfaceImplementation(DisplayGpsReciever reciever)
.. Use Case 1 ..
+ void receiveGpsSignal(Satellite satelliteSignal)
.. Use Case 2 ..
+ void reportGpsSignalLoss(String satelliteName)
+ void recheckSignalStength(String satelliteName)
+ void checkSignalStength(String satelliteName)
- int reportSignalStrength(String satelliteName)
}
}
@enduml
| false | true | false | false | class |
aa3cc90495d28ff43a05cdc27b973fed26409060 | 530aa3f8c135f87d247c9f1475dd92969c3bf00e | /documentation/uml/sequence/change_catalog.puml | 50a3edc3360c03b70e3b8fec42bbe49f2fdbce29 | [
"MIT"
] | permissive | eonum/medcodesearch-frontend | 5087832b27fd69c704b8224a122697f182ef35e5 | a5b4809f2d822b4fc43c35eb31a5fc1dc55df9c2 | refs/heads/master | 2023-04-28T01:35:06.465452 | 2022-03-10T15:02:20 | 2022-03-10T15:02:20 | 83,785,277 | 0 | 0 | MIT | 2023-04-18T06:42:34 | 2017-03-03T10:09:46 | TypeScript | UTF-8 | PlantUML | false | false | 1,091 | puml | @startuml
actor User
control Router <<@angular>> #orange
entity CatalogVersionService as VersionService #lightgreen
participant SearchFormComponent #lightblue
== Change Catalog and/or Version ==
User -> SearchFormComponent: select catalog-version e.g ICD10-GM-2016
activate SearchFormComponent #lightblue
SearchFormComponent -> SearchFormComponent: updateCatalog('ICD', 'ICD10-GM-2016')
group version does not exist in current language
SearchFormComponent -> VersionService: getLanguages('ICD', 'ICD10-GM-2016')
activate VersionService #lightgreen
VersionService --> SearchFormComponent: ['de', 'fr']
deactivate VersionService #lightgreen
SearchFormComponent -> SearchFormComponent: showLanguageSelector(['de', 'fr'])
SearchFormComponent ->> User
activate User #dddddd
User ->> SearchFormComponent: select another language : 'de'
deactivate User
end
SearchFormComponent --> Router: navigate to 'icds/ICD10-GM-2016;query=query'
activate Router #orange
deactivate SearchFormComponent
...resolve route...
Router -> User: display
deactivate Router #orange
@enduml
| false | true | false | false | usecase |
56e8bfe91ddd6e273116cc1235fccec76cf5313b | 962989bb15befd5177b53099836f5262cb2d82d0 | /5.1-data-model/lag-data-model-02.puml | 7760047e5b5cc92be95c209f5afe72c0ceadaa61 | [] | no_license | jnpr-tjiang/cfm-data-model | 25c12acca65e6a7e4db10058172665517a0f9c11 | 2046f7227f80f98d88844c256b310c442d9cd960 | refs/heads/master | 2020-03-16T23:10:44.612882 | 2019-02-04T05:51:27 | 2019-02-04T05:51:27 | 133,068,065 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 848 | puml | @startuml
skinparam object {
BackgroundColor PaleGreen
}
package fabric <<fab_01>> {
object tor_01 <<physical-router>> {
}
object tor_01_xe_0_0_1 <<physical-interface>> {
}
object tor_02 <<physical-router>> {
}
object tor_02_xe_0_0_1 <<physical-interface>> {
}
object vpg_01<<VirtualPortGroup>> {
}
tor_01 *-- tor_01_xe_0_0_1
tor_02 *-- tor_02_xe_0_0_1
tor_01_xe_0_0_1 <-- vpg_01
tor_02_xe_0_0_1 <-- vpg_01
}
package project <<tenant_project>> {
object vn_01 <<virtual-network>> {
}
object vmi_01 <<virtual-machine-interface>> {
- vlan: 100
}
object vn_01 <<virtual-network>> {
}
object vmi_02 <<virtual-machine-interface>> {
- vlan: 200
}
vmi_01 --> vn_01
vmi_02 --> vn_02
}
vpg_01 --> vmi_01
vpg_01 --> vmi_02
@enduml | false | true | false | false | class |
b2bb81752f30bb01cb0d94501b31596133ffa164 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/count_and_say/count_and_say.plantuml | 7f9a3310e78a02f42076e383bf34a3d072aef5c7 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 447 | plantuml | @startuml
title __COUNT_AND_SAY's Class Diagram__\n
namespace cn.shui.order {
namespace count_and_say {
class cn.shui.order.count_and_say.Solution {
{static} + countAndSay()
{static} + main()
}
}
}
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 |
1ad7ae51c86233ee5c3c7b27dc71088bbb02eb2c | 224a1a9d2889a43246bccd99371848e546f85dd8 | /src/main/docs/base_pfmp_explo3.puml | 2365d7f1fe71e2fb238d8cd65e48e46a8e6c9fce | [] | no_license | ejakubiec/gestages | 37e8e9d04467bbc8d4f138a9af3bd7cf436d5f3e | c4884e5e99acff217ebbd9ef82441b78648620df | refs/heads/master | 2021-04-29T12:42:42.665596 | 2018-03-07T13:42:16 | 2018-03-07T13:42:16 | 121,733,809 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,140 | puml | @startuml
class Individu << Entity >> {
- id: Bigint
- login : String
- mdp : String
- nom: String
- prenom: String
- civilite: String
- code_synchro: String
- telephoneMobile: String
- telephoneFixe: String
- email: String
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Eleve << Entity >> {
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Professeur << Entity >> {
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Professionnel << Entity >> {
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Division << Entity >> {
- id: Bigint
- code: String
- libelle: String
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Niveau << Entity >> {
- id: Bigint
- code: String
- niveauCourt: String
- niveauLong: String
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Discipline << Entity >> {
- id: Bigint
- code: String
- libelle: String
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Stage << Entitiy >> {
- id
- dateDebut
- dateFin
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Entreprise << Entitiy >> {
- id
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
class Visite << Entitiy >> {
- id
+ getters() et setters()
+ equals()
+ hashCode()
+ toString()
}
hide circle
hide methods
Eleve "1" -- "*" Stage
Eleve "*" -- " * " Division
Stage "*" -left-- "1 referent" Professeur : " "
Stage "*" -- "1 suivi" Professeur : " "
Stage "*" -- "responsable 1" Professionnel
Stage "*" -- "1 tuteur" Professionnel
Stage "*" -- "1 lieu" Entreprise:" "
Stage "1 " -- "*" Visite
Professeur "1" -- " * " Visite
Professeur " * " -- " * " Discipline
Division "*" -- "0..1" Niveau
Professionnel "0..*" -left-- "0..1" Entreprise:" "
Division " * " -- "*" Stage
Individu <|-- Eleve
Individu <|-- Professeur
Individu <|-- Professionnel
@enduml
| false | true | false | false | class |
3a4755f0fe0d97781f99df68cb802f8e320387c9 | 1606e13df21188e4f1d3683a5026cff8373e9498 | /restaurants.plantuml | 3436039ad0a9fa31f0c3cd8ecf528e34257dcb2a | [] | no_license | taffanie/W2D2-Restaurant | 37a902753177ac23dbfac78341b9011531141111 | a26efe2d5a77041fb08173c127f89136a87533cd | refs/heads/main | 2022-12-29T16:34:12.138877 | 2020-10-15T21:20:54 | 2020-10-15T21:20:54 | 303,431,548 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 551 | plantuml | ' OPTION + D to run
@startuml
class Restaurant {
id Integer
name String
menus Array<Menu>
--
addMenu(<Menu>)
deleteMenu(<Menu>)
}
class Menu {
id Integer
title String
items Array<Item>
--
addItem(<Item>)
deleteItem(<Item>)
}
class Item {
id Integer
name String
price Float
createItem(<Name>, <Price>)
deleteItem(<Item>)
}
Restaurant --{ Menu
Menu --{ Item
@enduml
' Restaurant has many menus
' Menu has many items
' Menu belongs to Restaurant
' Item belongs to Menu | false | true | false | false | class |
8bfe3529d55bb3337b55ae7372f43e695268d6f0 | 1db2b897f06c6dcc14dc591af85591c08860cbcf | /documentation/design.puml | 3f1d0caaf3ffa15725c16d97ee1da0bc8436c83d | [] | no_license | braccolucianoj/TEG | bb9de9860f3662e6ea3be7219007f1a3219d6bff | 296c067889694f8d2b6aeac5ca108da90cbdf334 | refs/heads/develop | 2023-08-21T01:21:29.577153 | 2021-10-20T23:16:15 | 2021-10-20T23:16:15 | 339,583,339 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,887 | puml | @startuml Design
skinparam linetype ortho
enum GameStatus
enum GameRoundStatus
enum GameEventType {
Attack
Defense
GetCountryCard
UseCountryCard
SwapCardsArmy
GainContinet
LoseContinent
ArmyAdditionEnd
}
enum GameEventType
enum CountryType {
Attack
Defense
GainContinet
LoseContinent
Swap
}
enum RoundSituation {
Nieve
VientoAFavor
FronterasCerradas
FronterasAbiertas
Crisis
RefuerzosExtra
Decanso
}
class AppUser {
id: string
firstName: string
lastName: string
username: string
email: string
birthDate: date
password: string
passwordSalt: string
imageURL: string
}
class Game {
id: string
createdAt: timestamp
status: GameStatus
public: boolean;
}
class Goal {
id: string
name: string
functionCheckerName: string
description: string
}
class GameRound {
id: string
round: number
createdAt: timestamp
status: GameRoundStatus
situation: RoundSituation
usersOrder: string[]
user_turn: sitnrg
}
class GameEvent {
id: string
player: User
type: GameEventType
info: JSON
createdAt: Date
}
class GameCountry {
id: string
name: string
alpha2: string
continent: string
countryType: string
}
class PlayerGameInfo {
id: string
color: string
ContinentCardsUsed: [string]
}
class CountryGameOccupation {
player: User
occupation: number[]
}
<> diamond
' Relationships
Game "1" -left- "*" GameRound
Game "*" -right- "*" GameCountry
Game "1" -down- "*" diamond
AppUser "1" -left- "*" diamond
PlayerGameInfo "1" -right- "1" diamond
Goal "1" -up- "*" diamond
' (AppUser,Game) "1" -left- "1" PlayerGameInfo
Game "1" -up- "*" GameEvent :history
' (Game, AppUser) "*" .. "*" PlayerGameInfo
CountryGameOccupation "*" .. "*" (GameCountry, Game)
@enduml
| false | true | false | false | class |
0bbf184e4678b5491b2b75a601ea3486a972f64e | 93a087ef9ed5dddc9d2533c9ceee991c3a590404 | /src/main/java/com/tony/dp/visitor/ao/v2/employee.puml | 2b6b5228f04449365f86b934f3ef0d597a407449 | [] | no_license | y2j855/DesignPattern | f7dcf3bf677c0f2cf72482f91d82dde70f488b60 | d06b0459d09ffca983e7cc131a2a01dd25e095ef | refs/heads/master | 2023-02-01T21:01:43.234244 | 2020-12-09T01:47:58 | 2020-12-09T01:47:58 | 296,811,659 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 375 | puml | @startuml
abstract class Department
class FADepartment
class HRDepartment
interface Employee
class FulltimeEmployee
class ParttimeEmployee
class EmployeeList
class Client
Department <|-- FADepartment
Department <|-- HRDepartment
Employee <|.. FulltimeEmployee
Employee <|.. ParttimeEmployee
Employee --o EmployeeList
Client .. Department
Client .. EmployeeList
@enduml | false | true | false | false | class |
8e9a82f45baf9527a43c0816645cbd4023da50a8 | b04798f76397d0f54050ed8fd5fdc94aa249390e | /src/edu/ub/informatica/disseny/stub/stub.plantuml | d7f97306d7904e83b5adaa3cb7c02220822f8a79 | [] | no_license | DisenyDeSoftware/Lliurament3 | a230a00159c0c77bb163b2113caaa3caace56c13 | 7ac1af11e1d8a17158e1735ff329f7e3d8705f2c | refs/heads/master | 2020-04-10T07:17:02.535762 | 2018-12-07T21:40:56 | 2018-12-07T21:40:56 | 160,876,858 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,936 | plantuml | @startuml
title __STUB's Class Diagram__\n
interface DAO_STUB {
{abstract} + loadSerie()
{abstract} + loadTemporada()
{abstract} + loadEpisodi()
{abstract} + loadArtista()
{abstract} + loadProductora()
{abstract} + loadAdmin()
{abstract} + loadClient()
{abstract} + loadSubscripcio()
{abstract} + loadVisualització()
{abstract} + loadValoracio()
}
class DAO_XML {
- serie : String
- temporada : String
- admin : String
- client : String
- episodi : String
- valoracio : String
- productora : String
- artista : String
- subscripcio : String
- visualitzacio : String
+ DAO_XML()
+ obtenirDades()
+ loadSerie()
+ loadTemporada()
+ loadEpisodi()
+ loadArtista()
+ loadProductora()
+ loadValoracio()
+ loadAdmin()
+ loadClient()
+ loadSubscripcio()
+ loadVisualització()
+ getSerie()
+ getTemporada()
+ getClient()
+ getAdmin()
+ getEpisodi()
+ getValoracio()
+ getProductora()
+ getArtista()
+ getSubscripcio()
+ getVisualitzacio()
}
class STUBXMLParser {
+ STUBXMLParser()
+ parse()
- obtenirSeries()
- obtenirProductora()
- obtenirArtistes()
- obtenirTemporades()
- obtenirEpisodis()
- obtenirValoracions()
- obtenirAdministradors()
- obtenirClients()
- obtenirSubcripcions()
- obtenirVisualitzacions()
}
DAO_XML -up-|> DAO_STUB
STUBXMLParser o-- DAO_XML : daoXml
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 | true | false | class |
c4823c3ea8d86418d59f3ffacec89ce2f780d908 | 74cb674dc7b9c3f65f6ab08fc5ad3a43c3bf12d3 | /Offline 2/Problem 2/src/language/language.plantuml | 7d2f9ef51703fb551382f7d522cdb0953953b379 | [] | no_license | zarif98sjs/CSE-308-Software-Engineering | a9759bbee2ea0647eae2ea677d08741293a1cc14 | 515015a40c10d916d5089f11784b4ff75319fcbd | refs/heads/main | 2023-06-27T05:57:00.443594 | 2021-07-28T13:57:32 | 2021-07-28T13:57:32 | 344,690,362 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,236 | plantuml | @startuml
title __LANGUAGE's Class Diagram__\n
namespace language {
class language.C {
+ create()
+ createParser()
+ toString()
~ C()
}
}
namespace language {
class language.CPP {
+ create()
+ createParser()
+ toString()
~ CPP()
}
}
namespace language {
interface language.Language {
{abstract} + create()
{abstract} + createParser()
{abstract} + toString()
}
}
namespace language {
class language.LanguageStaticFactory {
{static} + getLanguage()
}
}
namespace language {
class language.Python {
+ create()
+ createParser()
+ toString()
~ Python()
}
}
language.C .up.|> language.Language
language.C o-- language.parser.Parser : parser
language.CPP .up.|> language.Language
language.CPP o-- language.parser.Parser : parser
language.Python .up.|> language.Language
language.Python o-- language.parser.Parser : parser
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
78957a0be5138bcf13574a4136242128423fb49d | c3287e91ce0ebce396cd3966de3d2f7d90131c20 | /Plantuml/BL/ExporterImporter/TourExporterImporter.puml | a7618cf09b89d163f090d66a933a14799dc93024 | [] | no_license | kretmatt/SWE2-Tourplanner | 497ec2e888112bd3d67a0f2b97e7c1e8e0348371 | f064500ae5b913b00671f358a586011affcdaf00 | refs/heads/main | 2023-05-12T11:48:29.605417 | 2021-06-06T21:53:11 | 2021-06-06T21:53:11 | 341,115,114 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 435 | puml | @startuml
class TourExporterImporter {
+ TourExporterImporter()
- ExportPicture(originalLocation:string, exportLocation:string) : void
+ Export(tours:List<Tour>) : Task
+ Import(filePath:string) : Task<List<Tour>>
}
class "IExporterImporter`1"<T> {
}
"IExporterImporter`1" "<Tour>" <|-- TourExporterImporter
TourExporterImporter --> "tourPlannerConfig" ITourPlannerConfig
TourExporterImporter --> "logger" ILog
@enduml
| false | true | false | false | class |
e77368a22c64f0ab84b4293b4961a146d67ed4fa | 24109a89f9b5fe9274c67aded8187d6d6b41d903 | /docs/Sequence Diagrams/ComposeCommand.puml | 585415ed585b81e582f2876f7bae05d630f51540 | [] | no_license | AY2021S2-CS2113-W10-2/tp | 46dcdfe1eada20ca71244f8354ad2e908e492d61 | cc0d0c06faaf46ed0f4b19aa209157f2c7aaf978 | refs/heads/master | 2023-04-02T15:59:23.187651 | 2021-04-12T15:38:29 | 2021-04-12T15:38:29 | 343,974,496 | 0 | 6 | null | 2021-04-12T15:38:30 | 2021-03-03T02:17:37 | Java | UTF-8 | PlantUML | false | false | 1,282 | puml | @startuml
'https://plantuml.com/sequence-diagram
participant ":ComposeCommand" as ComposeCommand
participant "<<class>>\n:Parser" as Parser
participant ":EmailManager" as EmailManager
participant ":Draft" as Draft
participant ":Ui" as Ui
participant ":Storage" as Storage
hide footbox
-> ComposeCommand : execute()
activate ComposeCommand
ComposeCommand -> Ui : printComposeUi()
activate Ui
deactivate Ui
-> ComposeCommand : Input receiver's email address
ComposeCommand -> Parser : parseRecipients(userInput)
activate Parser
return email address
deactivate Parser
-> ComposeCommand : Input subject and content
create Draft
ComposeCommand -> Draft : constructor()
activate Draft
return draft email
deactivate Draft
ComposeCommand -> EmailManager : addToDraft()
activate EmailManager
deactivate EmailManager
ComposeCommand -> ComposeCommand : check validity of email address,\n subject, and content
activate ComposeCommand
ComposeCommand -> ComposeCommand
deactivate ComposeCommand
ComposeCommand -> EmailManager : getEmailList()
activate EmailManager
EmailManager ---> ComposeCommand
deactivate EmailManager
ComposeCommand -> Storage : updateAllTypeEmails()
activate Storage
deactivate Storage
ComposeCommand -> Ui : printEmailDrafted()
activate Ui
deactivate Ui
@enduml | false | true | false | false | sequence |
c0cd5a6b03472ddd21591e7efde3be6de8de1083 | 4e5670919e0cb41f8050446eeb5614800be9377f | /docs/object_diagram.puml | e20c352ebdc3d17e94b635b21223b7232ac6032e | [
"MIT"
] | permissive | resolvetosavelives/benchmarks | 84a1c62787fead49c411f643a223ee6867db1bc1 | 3fb5821cf79195d0b9b75a70baa8185fb4398781 | refs/heads/main | 2023-04-29T10:57:54.819794 | 2023-04-12T22:49:18 | 2023-04-12T22:49:18 | 199,717,033 | 4 | 2 | MIT | 2023-04-12T22:49:19 | 2019-07-30T19:45:59 | Haml | UTF-8 | PlantUML | false | false | 1,970 | puml | @startuml
object AssessmentPublication {
id
indicators []
name, e.g. "JEE 1.0"
title, e.g. "Joint external ... Regulations (2005)"
created_at
updated_at
}
object AssessmentIndicator {
id
evaluation_publication
benchmark_indicators [] (**1+**)
title, e.g. "Legislation, laws ... implementation of IHR."
display_abbreviation, e.g. "P.1.1"
category, e.g. "National Legislation, Policy and Financing"
category_display_abbreviation, e.g. "P1"
}
object BenchmarkTechnicalArea {
id
text, e.g. "National Legislation, Policy and Financing"
sequence
}
object BenchmarkIndicator {
id
AssessmentIndicators [] (**1+**)
display_abbreviation, e.g."1.1"
title, e.g. "Domestic legislation, laws ... compliance with the IHR"
category, e.g. "National Legislation, Policy and Financing"
created_at
updated_at
}
object BenchmarkIndicatorAction {
id
benchmark_indicator
text, e.g. "Identify and convene ... of legislation and policies."
created_at
updated_at
}
object Plan {
id
user (Optional)
evaluation_publication
name, e.g. "Draft Plan A.2 for Nigeria"
country, .e.g. "Nigeria"
actions []
scores []
goals []
created_at
updated_at
}
object PlanBenchmarkIndicator {
id
plan
benchmark_indicator
score
goal
created_at
updated_at
}
object PlanFromJee {
evaluation_framework "JEE 1.0"
}
object PlanFromSpar2018 {
evaluation_framework "SPAR 2018"
}
AssessmentPublication "1" o-- "many" AssessmentIndicator
BenchmarkTechnicalArea "1 or more" o-- "1 or more" BenchmarkIndicator
BenchmarkIndicator "1 or more" o-- "1 or more" AssessmentIndicator
BenchmarkIndicator "1" o-- "many" BenchmarkIndicatorAction
Plan "1" o-- "many" PlanBenchmarkIndicator
Plan "1" o-- "many" BenchmarkIndicatorAction
PlanBenchmarkIndicator "1" o-- "1" BenchmarkIndicator
PlanFromJee <|-- Plan
PlanFromSpar2018 <|-- Plan
@enduml
| false | true | false | false | class |
256765a600a1d44e9c424a4a8cbcbc10b8df097f | c85d255daca76e76b7073e0a288849be195b214e | /app/src/main/java/com/architectica/socialcomponents/main/editProfile/createProfile/createProfile.plantuml | d924e04fdc7fb0f8597c286a223217b7d07a81fc | [
"Apache-2.0"
] | permissive | AryaAshish/Archcrony | 75bb4646d938b2da11721aff0dde11ad49f4a357 | 3cf972c48e900d513d53ebed857373741c1969b5 | refs/heads/master | 2020-04-29T12:34:32.168647 | 2019-08-01T12:56:05 | 2019-08-01T12:56:05 | 176,141,477 | 1 | 3 | Apache-2.0 | 2019-08-01T12:56:06 | 2019-03-17T18:16:12 | Java | UTF-8 | PlantUML | false | false | 1,932 | plantuml | @startuml
title __CREATEPROFILE's Class Diagram__\n
namespace com.architectica.socialcomponents {
namespace main.editProfile {
namespace createProfile {
class com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfileActivity {
{static} + LARGE_IMAGE_URL_EXTRA_KEY : String
+ createPresenter()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
+ setDefaultProfilePhoto()
# initContent()
# onCreate()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace main.editProfile {
namespace createProfile {
class com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfilePresenter {
+ buildProfile()
# onProfileUpdatedSuccessfully()
~ CreateProfilePresenter()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace main.editProfile {
namespace createProfile {
interface com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfileView {
{abstract} + setDefaultProfilePhoto()
}
}
}
}
com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfileActivity .up.|> com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfileView
com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfileActivity -up-|> com.architectica.socialcomponents.main.editProfile.EditProfileActivity
com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfilePresenter -up-|> com.architectica.socialcomponents.main.editProfile.EditProfilePresenter
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 |
a3d989395b98c58f294207ba302431ac0f111f15 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TypeRemoveFieldDefinitionAction.puml | 6738390d3efc803259f49c229f482e2f4aac0d71 | [] | 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 | 450 | 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 TypeRemoveFieldDefinitionAction [[TypeRemoveFieldDefinitionAction.svg]] extends TypeUpdateAction {
action: String
fieldName: String
}
interface TypeUpdateAction [[TypeUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
5d16d762ba8cd28d255e383a15145ee049419443 | 01cf293a1b781ae355c4c8eb8409a6e1c85428e9 | /7.BaseDatos/docs/diagrams/src/Analisis/paquetesViews.plantuml | ef1c340ed2d03d7dd428e82da95b18c0750c9098 | [] | no_license | EnriqueCF/requirements | fe59445d677f9bae4262950cbd9ab61688e90013 | 8afdff6df115f97585ff980abe253d4da387de90 | refs/heads/master | 2023-06-13T23:42:22.698560 | 2021-07-11T18:59:59 | 2021-07-11T18:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,804 | plantuml | @startuml packageViews
class Coordinate as "types.\nCoordinate"
enum Error as "types.\nError"
enum Color as "types.\nColor"
class StartController as "controllers.\nStartController"
class PlayController as "controllers.\nPlayController"
class ResumeController as "controllers.\nResumeController"
class UndoController as "controllers.\nUndoController"
class RedoController as "controllers.\nRedoController"
class OpenController as "controllers.\nOpenController"
class SaveController as "controllers.\nSaveController"
class ExitController as "controllers.\nExitController"
class views.BoardView{
~ write(StartController)
}
class views.ErrorView{
~ writeln(Error)
}
class views.PlayView{
~ play(PlayController)
}
class views.ResumeView{
~ resume(ResumeController): boolean
}
class views.StartView{
~ start(StartController)
}
class views.MovementView{
~ interact()
}
class views.ColorView{
~ write(Color)
}
class views.SaveView{
~ save(SaveController)
}
class views.OpenView{
~ interact(OpenController)
}
enum views.Message{
+TITLE
+HORIZONTAL_LINE
+VERTICAL_LINE
+ACTION_COMMAND
+UNDO_COMMAND
+REDO_COMMAND
+ENTER_COORDINATE_TO_PUT
+COORDINATE_TO_PUT
+COORDINATE_TO_REMOVE
+COORDINATE_TO_MOVE
+PLAYER_WIN
+RESUME
+OPEN
+SAVE
~ writeln()
~ write()
}
class views.PlayerView{
}
class views.MenuView{
~ write(PlayController)
}
class views.CoordinateView{
~ read(): Coordinate
}
views.PlayerView *-down-> views.StartView
views.PlayerView *-down-> views.PlayView
views.PlayerView *-down-> views.SaveView
views.SaveView *-down-> views.Message
views.SaveView *-down-> SaveController
views.PlayerView *-down-> views.ResumeView
views.StartView ..> views.Message
views.StartView ..> views.BoardView
views.StartView ..> views.OpenView
views.OpenView ..> OpenController
views.OpenView ..> views.Message
views.StartView -down-> StartController
views.BoardView ..> views.ColorView
views.BoardView ..> views.Message
views.PlayView ..> views.Message
views.PlayView ..> views.BoardView
views.PlayView ..> views.MenuView
views.MenuView ..> views.MovementView
views.MenuView .down.> PlayController
views.MenuView .down.> UndoController
views.MenuView .down.> RedoController
views.MenuView .down.> ExitController
views.MovementView ..> views.ErrorView
views.ResumeView ..> views.Message
views.ResumeView -down-> ResumeController
views.BoardView .down.> Coordinate
views.MovementView .down.> Coordinate
views.BoardView .down.> StartController
views.BoardView .down.> Color
views.MovementView .down.> Error
views.ErrorView .down.> Error
views.PlayView -down-> PlayController
views.ColorView .down.> Color
views.CoordinateView .down.> Coordinate
views.MovementView ..> views.CoordinateView
@enduml | false | true | false | false | class |
2105a54b8da35014d1918694a7e18677b78d1ae2 | 14c81e0536c0acb652aed9a4bf27dcbe88d35295 | /src/main/java/ex44/ex44.puml | 0c97454bf7f608aa81e1fb0f98398177eb558853 | [] | no_license | CailaC/Coates-cop3330-assignment3 | 117da996a9cc71762df87e733373a4bf98188d7d | b1fd83951c7de053f8560945ff14ff1ba4289eca | refs/heads/master | 2023-08-12T07:00:18.413124 | 2021-10-12T03:48:49 | 2021-10-12T03:48:49 | 414,608,929 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 121 | puml | @startuml
'https://plantuml.com/class-diagram
class Main44 {
+main()
---
+findProduct()
----
+question();
}
@enduml | false | true | false | false | class |
fa6fc58209c1ba14d503d8df4325e0aa341de451 | 2658a42eb6bbcc140cae19c1120864277f893b2f | /documentation/src/orchid/resources/assets/diagrams/atom.puml | ba840382f72063901a8423c15670ed656e2ab4a0 | [
"Apache-2.0"
] | permissive | tuProlog/2p-kt | 0935dbeb88272f79df1ebbd2339767bccc8ecfa4 | 6510ea0414985b708dd492ee240727f2e261176c | refs/heads/master | 2023-08-17T18:41:12.310798 | 2023-07-19T10:34:16 | 2023-07-19T13:13:27 | 230,784,338 | 84 | 15 | Apache-2.0 | 2023-09-13T22:49:25 | 2019-12-29T17:51:34 | Kotlin | UTF-8 | PlantUML | false | false | 642 | puml | @startuml
left to right direction
skinparam shadowing false
interface Term {
+ isGround: Boolean
+ variables: Sequence<Var>
+ equals(other: Any): Boolean
+ structurallyEquals(other: Term): Boolean
+ freshCopy(): Term
+ toString(): String
}
interface Constant {
+ value: Any
}
interface Struct {
+ functor: String
+ arity: Int
+ args: Array<Term>
+ indicator: Indicator
+ get(index: Int): Term
+ {static} of(functor: String, **varargs** args: Term): Struct
}
interface Atom {
+ value: String
+ {static} of(value: String): Atom
}
Term <|-- Struct
Term <|-- Constant
Constant <|-- Atom
Struct <|-- Atom
@enduml | false | true | false | false | class |
0ca1610072c0a38897089ecad2c1709d21a0c512 | 2e2a04cc53ced45941cc4a4b162e4dcf3809f5b8 | /farming.puml | f3953e419a6588af2149527b77299816acb04448 | [
"Apache-2.0"
] | permissive | strategist922/chia-stuff | 8c2093a8bee4a37406659dc032801745a9cf3c06 | 760eedf28681319a4b06d4b0fa7077824e29f377 | refs/heads/main | 2023-07-04T19:33:02.903041 | 2021-08-25T15:49:53 | 2021-08-25T15:49:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 908 | puml | @startuml
Node -> Farmer: new_signage_point
Farmer -> Harvester: new_signage_point_harvester
Harvester -> Harvester: Apply Plot Filter
Harvester -> Harvester: Check Quality
Harvester -> Harvester: Lookup Full Proof
Harvester --> Farmer: new_proof_of_space
Farmer -> Farmer: Quality Check
Farmer -> Harvester: request_signatures
Harvester --> Farmer: respond_signatures (sps)
Farmer -> Farmer: Verify Proof Passes SP Filter
Farmer -> Node: declare_proof_of_space
Node -> Node: Validate sub slot of SP
Node -> Node: Create Unfinished Block
Node --> Farmer: request_signed_values
Farmer -> Harvester: request_signatures
Harvester --> Farmer: respond_signatures (block)
Farmer -> Farmer: Sign/Aggregate/Verify
Farmer --> Node: signed_values
Node -> Node: respond_unfinished_block
Node -> Node: Validate Unfinished Block
Node -> Timelord: new_unfinished_block_timelord
Node -> Node: new_unfinished_block
@enduml | false | true | false | false | sequence |
e8a4bc141975078c51034b1a6e5a8b46fbde8907 | 658effa425038c70a649dcc9008b63ccf5c4ad9d | /app/UML/DeleteRecipeSSD.puml | 56a6882989881e9891f2ceed58b265e00987d35a | [] | no_license | sap0034/RecipeGuruCOMP3710 | 3dc7dda4b052ad99069664dadf02bff809914ad8 | e1c9301fcd306dfd0698b1478ba7b7e69d75beb4 | refs/heads/master | 2020-03-15T08:49:26.714199 | 2018-05-04T13:03:34 | 2018-05-04T13:03:34 | 131,772,515 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 332 | puml | @startuml
User -> System: 1: Request to DeleteRecipe()
System -> System: 2: FindRecipe()
System --> User: 3: Return confirmation to delete recipe
User -> System: 4: Confirms to Delete Recipe
System -> System: 5: DeleteRecipe()
System --> User: 6: Return Delete Notification
@enduml | false | true | false | false | sequence |
f0bea4049ed9f90941d2595aed755b4ae96dbe35 | af74ee350ec78d79e2dd5574bad5bd14ed3c8926 | /app/src/main/java/todoc_class_diagram.plantuml | 57e86d317c91ae81a39bebfe9b1b42780402db15 | [] | no_license | edescamps/Todoc | 1ee958a8009cfba3fa45dbe643a5dfc9fc61b1fa | bfb2b94cb21b6f8b16a81afadaaa1baf67f14135 | refs/heads/master | 2022-11-10T14:04:31.583178 | 2020-06-20T21:20:47 | 2020-06-20T21:20:47 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,157 | plantuml | @startuml
title __TODOC's Class Diagram__\n
namespace com.cleanup.todoc {
namespace viewmodel {
class com.cleanup.todoc.viewmodel.TaskViewModel {
- executor : Executor
- projectDataSource : ProjectDataRepository
- taskDataSource : TaskDataRepository
- sortTaskList : SortTaskList
+ TaskViewModel()
+ addTask()
+ deleteTask()
+ getProjects()
+ getTaskSorted()
}
}
namespace model {
class com.cleanup.todoc.model.Project {
- color : int
- id : long
- name : String
+ Project()
+ getColor()
+ getId()
+ getName()
+ setColor()
+ setId()
+ setName()
+ toString()
- Project()
}
class com.cleanup.todoc.model.Task {
- creationTimestamp : long
- id : long
- name : String
- projectId : long
+ Task()
+ getCreationTimestamp()
+ getId()
+ getName()
+ setId()
+ setProjectId()
- setCreationTimestamp()
- setName()
}
}
namespace ui {
class com.cleanup.todoc.ui.MainActivity {
- projectList : List<Project>
- taskList : List<Task>
+ onCreate()
+ onCreateOptionsMenu()
+ onDeleteTask()
+ onOptionsItemSelected()
- addTask()
- configureViewModel()
- getAddTaskDialog()
- getProjectList()
- getTaskSorted()
- getTasksAZ()
- getTasksNewOld()
- getTasksOldNew()
- getTasksZA()
- onAddTaskPositiveButtonClick()
- populateDialogSpinner()
- showAddTaskDialog()
- updateAdapter()
- updateProjects()
- updateTasks()
}
class com.cleanup.todoc.ui.TasksAdapter {
- projects : List<Project>
- tasks : List<Task>
+ getItemCount()
+ onBindViewHolder()
+ onCreateViewHolder()
~ TasksAdapter()
~ updateTasks()
}
}
namespace repositories {
class com.cleanup.todoc.repositories.TaskDataRepository {
+ TaskDataRepository()
+ addTask()
+ deleteTask()
+ getTasks()
+ getTasksAZ()
+ getTasksNewOld()
+ getTasksOldNew()
+ getTasksZA()
}
class com.cleanup.todoc.repositories.ProjectDataRepository {
+ ProjectDataRepository()
+ getAllProjects()
}
}
namespace database {
abstract class com.cleanup.todoc.database.TodocDatabase {
{static} - INSTANCE : TodocDatabase
{static} + getInstance()
{abstract} + projectDao()
{abstract} + taskDao()
{static} - prepopulateDatabase()
}
namespace dao {
interface com.cleanup.todoc.database.dao.ProjectDao {
{abstract} + getAllProjects()
}
interface com.cleanup.todoc.database.dao.TaskDao {
{abstract} + deleteTask()
{abstract} + getTasks()
{abstract} + getTasksAlphabeticalAZ()
{abstract} + getTasksAlphabeticalZA()
{abstract} + getTasksNewToOld()
{abstract} + getTasksOldToNew()
{abstract} + insertTask()
}
}
}
namespace injections {
' class com.cleanup.todoc.injections.Injection {
' {static} + provideExecutor()
' {static} + provideProjectDataSource()
' {static} + provideTaskDataSource()
' {static} + provideViewModelFactory()
' }
class com.cleanup.todoc.injections.ViewModelFactory {
- executor : Executor
+ ViewModelFactory()
+ create()
}
}
' com.cleanup.todoc.injections.ViewModelFactory .up.|> androidx.lifecycle.ViewModelProvider.Factory
com.cleanup.todoc.injections.ViewModelFactory o- com.cleanup.todoc.repositories.ProjectDataRepository : projectDataSource
com.cleanup.todoc.injections.ViewModelFactory o- com.cleanup.todoc.repositories.TaskDataRepository : taskDataSource
' com.cleanup.todoc.database.TodocDatabase ---up-|> androidx.room.RoomDatabase
' com.cleanup.todoc.viewmodel.TaskViewModel -up-|> androidx.lifecycle.ViewModel
com.cleanup.todoc.viewmodel.TaskViewModel o-- com.cleanup.todoc.repositories.ProjectDataRepository : projectDataSource
com.cleanup.todoc.viewmodel.TaskViewModel o-- com.cleanup.todoc.repositories.TaskDataRepository : taskDataSource
' com.cleanup.todoc.ui.MainActivity .up.|> com.cleanup.todoc.ui.TasksAdapter.DeleteTaskListener
' com.cleanup.todoc.ui.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.cleanup.todoc.ui.MainActivity o-- com.cleanup.todoc.ui.TasksAdapter : adapter
com.cleanup.todoc.ui.MainActivity o-- com.cleanup.todoc.viewmodel.TaskViewModel : taskViewModel
com.cleanup.todoc.ui.MainActivity o-- com.cleanup.todoc.injections.ViewModelFactory : mViewModelFactory
' com.cleanup.todoc.ui.TasksAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter
' com.cleanup.todoc.ui.TasksAdapter o-- com.cleanup.todoc.ui.TasksAdapter.DeleteTaskListener : deleteTaskListener
' com.cleanup.todoc.ui.TasksAdapter +-down- com.cleanup.todoc.ui.TasksAdapter.DeleteTaskListener
' com.cleanup.todoc.ui.TasksAdapter +-down- com.cleanup.todoc.ui.TasksAdapter.TaskViewHolder
' com.cleanup.todoc.ui.TasksAdapter.TaskViewHolder -up-|> androidx.recyclerview.widget.RecyclerView.ViewHolder
' com.cleanup.todoc.ui.TasksAdapter.TaskViewHolder o-- com.cleanup.todoc.ui.TasksAdapter.DeleteTaskListener : deleteTaskListener
com.cleanup.todoc.repositories.ProjectDataRepository o-- com.cleanup.todoc.database.dao.ProjectDao : projectDao
com.cleanup.todoc.repositories.TaskDataRepository o-- com.cleanup.todoc.database.dao.TaskDao : taskDao
@enduml
| false | true | false | false | class |
56d89938411e403d9e4578819d84c38bce4b728a | 5c415270a84b05da7de1098123f86e2e7538ed63 | /uml/ex_final/schema.puml | 91311c11b1fb1a1e19af055af1760b4d8f8899da | [] | no_license | maxime-bambara/php-poo-learning | 9ab934fc60a046cb3693af551ab87d0581e1f1d0 | 38098553777fbfa15367706fb6637636ebf0b3f0 | refs/heads/master | 2023-02-11T13:07:19.012140 | 2021-01-12T09:00:43 | 2021-01-12T09:00:43 | 328,599,965 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 504 | puml | @startuml
Player o-- Card
Card *--CardDeck
class Player {
- cards : array
- money : int
+ draw(card)
+ checkIfWin() : bool
+ win() : void
+ loose() : void
+ getMoney() : int
+ getCards() : array
}
class Card {
- figure : int
- color : string
- type : string
+ __construct(figure, color, type)
+ getFigure() : int
+ getColor() : string
+ getType() : string
}
class CardDeck {
- cards : array
+getCards()
+setCards()
}
@enduml | false | true | false | false | class |
00369aa966f46eaa188ef057a0d0b95b362a3b04 | 37f354ddb93ec5737163cb1765ad5b75ea0c52c2 | /fau-sequence-diagram-example.puml | 394ed5ec172795da16e8279700ad2edfde013fc8 | [] | no_license | dnguyenv/uml | 166d9f10a9c92a0e2ae04a5dd65a4193a91fe94c | eb32d928194c286b9ab737189d5aa7407c15c75d | refs/heads/master | 2020-04-20T02:49:29.856028 | 2019-02-02T04:11:55 | 2019-02-02T04:11:55 | 168,581,352 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 562 | puml | @startuml
participant "Customer" as cus
participant "ShoppingCart" as sc
participant "Order" as or
participant "ShippingInfo" as si
participant "OrderDetails" as od
activate cus
cus->cus: login()
activate sc
cus->sc: addCartItem()
cus->sc: updateQuantity()
activate od
sc->od: calculatePrice()
od->sc: calculatePrice()
cus->sc: viewCartDetails()
cus->sc: checkOut()
activate si
cus->si: updateShippingInfo()
activate or
cus->or: placeOrder()
@enduml | false | true | false | false | sequence |
44418710d82677cf127a32a8f6527186452bc4ed | 410ddebef110899fc5cf2c554f67720bfa26be19 | /Diagrams/SoftwareArchitectureDocument/Decision_relationship_view.puml | 411cef2706f29150b0ff94a9e513bbc2cebb3192 | [] | no_license | ReddingsbrigadeDeventer/Documentation | 4196d3fdebdb77c55aaa4d2767ba3c9eb32f7dcf | 23c244837ba299fcb384be1956fa113cd54e65d4 | refs/heads/master | 2022-11-18T07:31:24.546473 | 2020-07-21T20:15:42 | 2020-07-21T20:15:42 | 260,764,291 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 650 | puml | @startuml
hide empty members
hide circle
skinparam class {
BackgroundColor<<Decided>> #028A0F
BackgroundColor<<Rejected>> #E3242B
}
!procedure decided($name, $description)
class $name <<Decided>> {
$description
}
!endprocedure
!procedure rejected($name, $description)
class $name <<Rejected>> {
$description
}
!endprocedure
class Serverside_Programmeertaal
decided("PHP", "PHP 7.4 wordt gebruikt als taal om\nde applicatie in te schrijven")
Serverside_Programmeertaal <-- PHP
class "Front-end Styling Taal"
decided("SCSS", "SCSS wordt gebruikt voor\nde opmaak van de applicatie")
"Front-end Styling Taal" <-- SCSS
@enduml | false | true | false | false | class |
72dc7e505b34ea3d4e467c330bf2c8239a644277 | 3a2f557271daa7744529f6d50e53220a506190bf | /doc/CreditCard.plantuml | 5a9ab25383c7a4315c7265113d6cf759f73beef9 | [] | no_license | FlorianMarcon/BankModels | 0bcba14a7fa260d7cc37a5ce972cad16e9d6c531 | e3fafd273da7724eaaac083cf22ca00d7c90ce82 | refs/heads/master | 2022-12-29T00:57:05.129521 | 2020-10-10T12:04:27 | 2020-10-10T12:04:27 | 254,835,886 | 0 | 0 | null | 2020-04-18T11:58:04 | 2020-04-11T09:40:38 | TypeScript | UTF-8 | PlantUML | false | false | 293 | plantuml | @startuml
enum CCTypes {
VIRTUAL_STRIPE: VIRTUAL_STRIPE
PHYSICAL_STRIPE: PHYSICAL_STRIPE
PHYSICAL: PHYSICAL
}
class CreditCard {
_id : ID
numbers : String
ccv : String
expiration : Date
type : CCTypes
idBankAccount : ID
idUser : ID
}
CreditCard::type -> CCTypes
@enduml
| false | true | false | false | class |
c9d4bdc22c3e5d151d2dc08e4697e27a321cc4f9 | 9e2bad8a08fad0b5995468f3b2008c6e62c96376 | /plantuml/ReactProject.Data/Migrations/20200321060522_ValueEntityRemoved.puml | de5681f9b25cab499754d91b0d93adda3da48882 | [] | no_license | mrady9280/ReactProject | 6b487031ac17b3c0cc5eef7af00e5ddf403ddd47 | 1e287b9677dbbaf686b4b22e98399333f713c6a2 | refs/heads/master | 2022-12-10T19:47:18.886064 | 2020-03-26T03:29:40 | 2020-03-26T03:29:40 | 248,903,137 | 0 | 0 | null | 2022-12-08T10:00:03 | 2020-03-21T03:58:40 | C# | UTF-8 | PlantUML | false | false | 93 | puml | @startuml
class ValueEntityRemoved <<partial>> {
}
Migration <|-- ValueEntityRemoved
@enduml
| false | true | false | false | class |
8eed8f8a7509e7c9cc9dbe33870081c3204ee17e | a8a0cfec11df3e8ec16195d6b5a5123a414c2de1 | /architecture/reporting-edge-data.puml | 3eaf6a3ee1649a35e9cfc00c3ea1ea461b5d3af0 | [
"MIT"
] | permissive | helipilot50/real-time-reporting-aerospike-kafka | 22349b4dc0f428c9dcdbf927f1dfe91179928a62 | 8bb70180d9230f7741ef2eb7bf14b12398e810cf | refs/heads/master | 2023-01-09T02:06:13.989999 | 2021-05-11T12:12:06 | 2021-05-11T12:12:06 | 212,985,742 | 8 | 1 | MIT | 2023-01-07T13:33:13 | 2019-10-05T11:07:53 | JavaScript | UTF-8 | PlantUML | false | false | 566 | puml | @startuml
skinparam componentStyle uml2
left to right direction
title Real-time reporting - Event Collection
actor Publisher
queue "Kafka cluster" as Kafka
node "Edge" {
component "Event Collector" as eventEUuk
database "Event Datastore\nAerospike AP" as edgeEUuk #LightPink
component "Kafka connector" as edgeKafkaCon #LightPink
eventEUuk -r- edgeEUuk
edgeEUuk -d- edgeKafkaCon
}
Publisher ..> eventEUuk: impression
Publisher ..> eventEUuk: click
Advertiser ..> eventEUuk: visit
Vendor ..> eventEUuk: conversion
edgeKafkaCon .d.> Kafka
@enduml | false | true | false | false | sequence |
d3b78339135af4731cad5ea7f0e7f3872e53197e | 242cec44956a09b0667479e8aa21e31cd7852a45 | /doc/Mode_Manager_Class.puml | fefced1d685a5004dfe5fe827c4de90973d13046 | [] | no_license | HomeMadeBots/Home_Temperature_Controller | 37c46be3b5c1af2a24dce92e1749bbe1d1b1aea9 | 0214bd15908e051b8b357586170d041cb99f5388 | refs/heads/main | 2023-08-27T18:09:22.584959 | 2021-09-29T12:44:23 | 2021-09-29T12:44:23 | 407,500,019 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 357 | puml | @startuml
class Mode_Manager_Class <<Component_Type>>
{
Singleton Component_Type that manage the
operating mode of the Home Temperature
Controller system.
The operationg mode of the HTC is modified
each time the event //Mode_Button_Pressed//
is received.
The operating mode is modified following
the cycle defined by E_HTC_Mode.
}
@enduml | false | true | false | false | class |
5855364ef2cb6baa882d19d577e4a836e2065120 | 6180d2f459e52ba2494532385294cb16554ff305 | /diagrams/state/state_program/state_get_shift.puml | 7a4a507879c7f597436a7d6d59ed7834083eb1da | [] | no_license | MyraMidnight/VLN1_h16 | 2214cbc9106ac2f8504e81303df1338c49f89b2e | 5834fc1f8fae1f9db5baa333b9322c7fa6001ab9 | refs/heads/master | 2020-09-17T00:16:55.151798 | 2019-12-15T12:09:05 | 2019-12-15T12:09:05 | 223,929,419 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,459 | puml | @startuml
state get_shifts {
state get_shifts as "Ná í vinnuyfirlit fyrir X marga daga"
get_shifts : do/ skilar lista með listum (dagar > vinnuferðir > starfsfólk)
get_shifts : DAYS_LIMIT (hámarks fjöldi daga sem hægt er að sækja)
state input_date as "innslá dags."
input_date : do/ fá dags. frá notanda, ekki tíma dags.
state how_many_days as "spyrja: hversu margir dagar?"
how_many_days : hversu marga samliggjandi daga á að sækja frá dags.
how_many_days : do/ fá fjölda daga sem á að sækja, 1 - DAYS_LIMIT
state find_voyages {
state find_voyages as "finna vinnuferðir"
find_voyages : do/ forLoop, skilar lista af vinnuferðum fyrir x marga daga
find_voyages : fær fjöldi daga og 'initial' dags. í parameters
state list_dates as "gera lista af dags."
list_dates : do/ forLoop, gerir lista af dags. sem á að sækja
state get_voyages as "sækja vinnuferðir"
get_voyages : do/ forLoop, sækjir allar vinnuferðir fyrir hvern dag í listanum
[*] --> list_dates : fær 'initial' dags. sem parameter
list_dates --> get_voyages
get_voyages --> [*]
}
state on_off_shift {
state on_off_shift as "Á vakt / ekki á vakt"
on_off_shift : býr til þann lista sem á að birta (starfsfólk á vakt eða ekki)
state get_on_shift as "á vakt"
get_on_shift : do/ forLoop, birtir hverjir voru á vakt hvern dag
get_on_shift : do/ lista starfsfólk sem er skráð í vinnuferðirnar
get_on_shift : hópað saman eftir dögum
state get_off_shift as "ekki á vakt"
get_off_shift : do/ forLoop, athugar hverjir voru ekki á vakt hvern dagag
get_off_shift : do/ if 'employee' not in 'staff_on_voyage'
get_off_shift : hópað saman eftir hlutverkum
[*] --> get_on_shift
[*] --> get_off_shift
get_on_shift --> [*]
get_off_shift --> [*]
}
[*] --> input_date
input_date --> input_date : incorrect input/ \nekki rétt format á dags.
input_date --> how_many_days
how_many_days --> find_voyages : 0 < x <= DAYS_LIMIT
how_many_days --> how_many_days : not within range/ \n not a integer
find_voyages --> on_off_shift
on_off_shift --> [*] : skilar lista af gögnum
}
state display_shifts {
state display_shifts as "birta vinnuyfirlit"
display_shifts : Gögnin eru meðhöndluð eins, sama hvort það sé 'á vakt' eða ekki
}
get_shifts --> display_shifts
@enduml | false | true | true | false | sequence |
633929c8e68c66581874c042a59719ce91a8995d | e73ea882ac887c3fc3239d25e145038117943699 | /sysl2/sysl/tests/pubsub-golden.puml | 8b0636fb7ed35024573eb898956d78f97855661b | [
"Apache-2.0"
] | permissive | sahejsingh/sysl | fcadeb3d52ceb0f6e93b804265d7be8052e1e68e | 42e22c3928f95b1cc1ca2d9bd1803bbcc4a54197 | refs/heads/master | 2021-05-13T19:10:32.619667 | 2019-08-05T02:46:14 | 2019-08-05T02:46:14 | 116,885,568 | 0 | 0 | null | 2018-01-10T00:08:18 | 2018-01-10T00:08:18 | null | UTF-8 | PlantUML | false | false | 663 | puml | ''''''''''''''''''''''''''''''''''''''''''
'' ''
'' AUTOGENERATED CODE -- DO NOT EDIT! ''
'' ''
''''''''''''''''''''''''''''''''''''''''''
@startuml
left to right direction
scale max 16384 height
hide empty description
skinparam state {
BackgroundColor FloralWhite
BorderColor Black
ArrowColor Crimson
}
state "IntegratedSystem" as X_0 {
state "Systemb -> endpoint" as _0
}
state "Systema" as X_1 {
state "Systemb -> endpoint" as _1
}
state "Systemb" as X_2 <<highlight>> {
state "endpoint" as _2 <<highlight>>
}
_2 -[#blue]> _0 : <pubsub>
_2 -[#blue]> _1 : <pubsub>
@enduml | false | true | false | false | state |
031bdfb2a1cd1f2d3c5bb3e955ec96f68c42fd16 | 3c74f15950bd77d3bd52220e9d2972f769e54bc0 | /Diagramme/Klassen/TinyTasksDashboard/Dashboard.puml | 72119a7d90823713dc776997665c6af44b60c1ad | [] | no_license | Louis9902/Sosse19-SE | eff56539eed3e27e24342341356228ce5de7bd7c | 6c146a6808781acbc6bf4e43157e2294013e65a3 | refs/heads/master | 2020-05-03T20:59:21.361284 | 2019-06-20T16:01:10 | 2019-06-20T16:01:10 | 178,814,946 | 2 | 0 | null | 2019-06-11T15:17:16 | 2019-04-01T08:05:57 | C# | UTF-8 | PlantUML | false | false | 693 | puml | @startuml
class Dashboard <<partial>> {
- <<readonly>> manager : Workers
- <<readonly>> workers : IDictionary<Guid, IWorker>
+ Dashboard()
- {static} GetDefaultConfiguration() : string
- {static} InitializeLogger() : void
- {static} HandleLoggerMessage(message:string) : void
- LoadWorkers() : void
- SaveWorkers() : void
- ViewRefresh() : void
- ShowWorker(worker:IWorker) : void
- OnFormLoading(sender:object, args:EventArgs) : void
- OnFormClosing(sender:object, args:FormClosingEventArgs) : void
- OnCellClick(sender:object, args:DataGridViewCellEventArgs) : void
- {static} DialogWorkerType(group:Guid, label:Guid) : bool
}
@enduml
| false | true | false | false | class |
2b7f378eefeaf684891ed6d1f606e57d3e9a6fe9 | 31ef7a78855b0fb0e9644dd61907e0c811b0daf6 | /thesis/logic-formula-generator/fol/cnf_generator_overview.puml | fbbdefb975f36cf038d497cd300b6a5b61013427 | [] | no_license | Przemcom/studio_projektowe1 | f7d57affe30324c0d1470e719a05d8efd92fc701 | a6418b164ee76b7dcb9c3287fb05ace1a79c13d3 | refs/heads/master | 2021-06-14T20:36:30.730708 | 2021-03-29T18:33:24 | 2021-03-29T18:33:24 | 179,491,905 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,466 | puml |
@startuml
skinparam dpi 300
skinparam class {
backgroundColor Ivory
borderColor DarkRed
}
package Generator {
package GeneratorPresets {
note "Combines SubGenerators into one" as N1
class RandomFormulaGenerator {
}
}
package SubGenerators {
note "SubGenerators provides elements of SyntaxTree in required form" as N2
/' note "SubGenerators are classes that generate\nspecyfic element of syntax tree" as N '/
/' CNFClauseGenerator o-- LiteralGenerator '/
/' LiteralGenerator o-- AtomGenerator '/
/' AtomGenerator o-- Predicategenerator '/
/' AtomGenerator o-- VariableGenerator '/
/' AtomGenerator o-- FunctorGenerator '/
/' Predicategenerator o-- VariableGenerator '/
/' Predicategenerator o-- FunctorGenerator '/
/' VariableGenerator -o FunctorGenerator '/
}
package SyntaxTree {
note "CNFFormula, CNFClause, Literal, Atom, Predicate, Functor and Variable" as N3
/' CNFFormula o-- CNFClause '/
/' CNFClause o-- Literal '/
/' Literal o-- Atom '/
/' Atom o-- Predicate '/
/' Atom o-- Variable '/
/' Predicate o-- Variable '/
/' Predicate o-- Functor '/
/' Functor --o Atom '/
/' Functor o-- Variable '/
}
GeneratorPresets -- SubGenerators
SubGenerators -- SyntaxTree
}
InputParams ()-- RandomFormulaGenerator
note right on link: User defined paramenters for generator
RandomFormulaGenerator -() Formula
note right on link: Formula in memory
@enduml
| false | true | false | false | class |
bc661b92f5266a321eaa8d1c7ee5174c31b76306 | 0eda6aef1fe7c6cbf3982a0776dfa2da63acd444 | /src/DesignModel.puml | 9f3d051b72958f1ac575f0406c9f3b520705f229 | [] | no_license | luozheming/AmazonScribe | c50843c4d9fb5185d25be5d1d634ed3afff7fabc | e15844b32986f7a007e82734cf810ab7de9e4e2e | refs/heads/main | 2023-05-29T11:31:34.293537 | 2021-06-10T17:36:11 | 2021-06-10T17:36:11 | 375,005,994 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,546 | puml | @startuml
autonumber
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml
@startuml
A -> B: do something
B -> A: do something
@enduml
@startuml
actor Foo1
boundary Foo2
control Foo3
entity Foo4
database Foo5
collections Foo6
Foo1 -> Foo2 : To boundary
Foo1 -> Foo3 : To control
Foo1 -> Foo4 : To entity
Foo1 -> Foo5 : To database
Foo1 -> Foo6 : To collections
@enduml
@startuml
object Object01
object Object02
object Object03
object Object04
object Object05
object Object06
object Object07
object Object08
Object01 <|-- Object02
Object03 *-- Object04
Object05 o-- "4" Object06
Object07 .. Object08 : some labels
@enduml
@startuml
object DataCollection
DataCollection : data_collection_id
DataCollection : modified_time
DataCollection : create_time
DataCollection : seller_id
DataCollection : account_no
DataCollection : active
DataCollection : is_running
DataCollection : is_valid
DataCollection : start_time
DataCollection : end_time
DataCollection : schedule_config_key
DataCollection : survial_times
object DataTask
DataTask : data_task_id
DataTask : modified_time
DataTask : create_time
DataTask : data_collection_id
DataTask : status
DataTask : extend_info
DataTask : retry_times
DataTask : start_time
DataTask : end_time
DataTask : next_exec_time
DataCollection o-- DataTask : data_collection_id
@enduml
@startuml
state "Req(Id)" as ReqId <<sdlreceive>>
state "Minor(Id)" as MinorId
state "Major(Id)" as MajorId
state c <<choice>>
Idle --> ReqId
ReqId --> c
c --> MinorId : [Id <= 10]
c --> MajorId : [Id > 10]
@enduml
@startuml
[*] -> State1
State1 --> State2
note on link
this is a state-transition note
end note
@enduml
@startuml
start
:init context;
:get handler from factory by action;
partition HandlerLogic{
:call api to prepare data;
:wait 5 seconds and call api to check data;
while(is the data ready?) is(N)
:call times plus one;
if(call times <=3 ?) then (Y)
:wait 5 seconds and call api to check data;
else(N)
:task run failed;
end
endif
endwhile(Y)
:get full data and process(split、analysis);
:store to database;
stop
@enduml
@startuml
while (check filesize ?) is (not empty)
:read file;
endwhile (empty)
:close file;
@enduml
@startuml
start
:split 100 task;
:load collection with active=Y,is_valid=Y,is_running=N in each partition;
:get schedule config by schedule_config_key;
if (the config active=N?) then (Y)
end
else (N)
if (end_time>=now-collection_floor) then (Y)
end
else (N)
:get lastest task(only one) with status in **init、running、retry** by data_collection_id;
endif
endif
if(task==null?) then (Y)
:get schedule config by schedule_key;
:create task and set start_time、end_time by config.caculate and set next_exec_time;
:store the task;
end
else (N)
end
endif
@enduml
@startuml
start
partition Splitor{
:split 100 task;
}
partition Loader{
:load data with status in **init、running、retry** and now >= next_exec_time in each partition;
}
partition Executor{
:set task status **RUNNING**;
:init context;
if(over retry times?) then(Y)
:set task status failed;
end
else (N)
if(isvalid of collection is Y?) then(N)
:set task status terminate;
end
else (Y)
if(active of collection is Y?) then(N)
:set task status terminate;
end
else(Y)
:recaculate next exec time;
:assemble parameter;
:do handle;
if(task run success) then(Y)
:execute post-processing;
:set task status **DONE**;
else(N)
:increase retry times;
:set task status **Retry**;
endif
stop
@enduml
| false | true | true | false | usecase |
3d724166a8f106f965bdfb2f54536ffa41f17ced | b27ddd4fbacafcb138d654b4c430e57b9546a3fc | /docs/sequenceDiagrams/TimeAllocator.puml | 7c8d265b1945064951e3fd7880ad268f37d34f4b | [] | no_license | Kafcis/tp | 6a96858b285567aba6dc56aa36c4c350b5c7ece8 | 5109b2d3e877ee7820b7f44b06f370b1e1df82b1 | refs/heads/master | 2023-01-08T04:58:41.177539 | 2020-11-09T15:35:56 | 2020-11-09T15:35:56 | 297,544,934 | 0 | 0 | null | 2020-09-22T05:28:48 | 2020-09-22T05:28:47 | null | UTF-8 | PlantUML | false | false | 610 | puml | @startuml
title Allocator
hide footbox
participant "allocator:TimeAllocator" as timeAllocator
participant "dayLog:Log" as log
participant "bestLog:Log" as Log
participant "currSlot:TimeSlot" as TimeSlot
->timeAllocator++: runAllocate()
timeAllocator->log**
activate log
timeAllocator->log:setFixedTasks()
return dayLog
timeAllocator->TimeSlot**
activate TimeSlot
return
loop hasNextTimeSlot
timeAllocator->TimeSlot++:findNextSlot()
return
timeAllocator->Log**:
activate Log
return
timeAllocator->Log++:removeAssignedTasks()
return
timeAllocator->log++:populateLog()
return
end
<--timeAllocator--
@enduml | false | true | false | false | sequence |
e0b6b2031e4f0ffe79796e2dff42c9b294591a28 | c455891bc21430e5776cd59ded5b6f82e60ce4c4 | /documentation/images/plantuml/beerocks_common.iuml | 1619bfd00a86595ad55813847c50c55e1bb17751 | [
"BSD-2-Clause-Patent",
"BSD-2-Clause"
] | permissive | DanielEdriPurpl/prplMesh | 97cb160cbb168243c949208e3be8f83203e023b4 | 6c9f9d1773e5caf8aa906af70b2b8df92ca94139 | refs/heads/master | 2022-12-01T06:16:52.744465 | 2020-07-24T16:59:36 | 2020-07-27T07:27:59 | 282,878,666 | 0 | 0 | NOASSERTION | 2020-07-28T10:59:22 | 2020-07-27T11:32:37 | null | UTF-8 | PlantUML | false | false | 1,496 | iuml | @startuml thread_base
class thread_base {
+thread_base()
+~thread_base()
+start()
+stop()
#{abstract} init()
#{abstract} work()
-run()
-worker : std::thread
}
class SocketSelect {
+addSocket()
+removeSocket()
+selectSocket()
+readReady()
+clearReady()
-sockets[]
}
class socket_thread {
+socket_thread()
+~socket_thread()
+init()
+work()
#{abstract} handle_cmdu()
#read_ready()
#before_select()
#after_select()
#add_socket()
#remove_socket()
-handle_cmdu_message_uds()
-unix_socket_path : string
-rx_buffer[]
-tx_buffer[]
-sockets[]
-server_socket
-select : SocketSelect
}
thread_base --|> socket_thread
socket_thread --* SocketSelect
@enduml
@startuml btl
class thread_base
class socket_thread
class LocalBusInterface
class Poller
class transport_socket_thread {
+transport_socket_thread()
+~transport_socket_thread()
+init() override
+work() override
#add_socket() override
#remove_socket() override
#read_ready() override
#configure_ieee1905_transport_interfaces()
#broker_subscribe()
#broker_connect()
#send_cmdu_to_broker()
-broker_init()
-broker_send()
-handle_cmdu_message_broker()
-bus : LocalBusInterface
-poller : Poller
}
thread_base --|> socket_thread
socket_thread --|> transport_socket_thread
transport_socket_thread --* Poller
transport_socket_thread --* LocalBusInterface
@enduml
| false | true | false | false | class |
9299e72ff8ab0c19b8183fb066ae63b15808da00 | 3d33f4e31702fdba9b2d095dd3d91d711409264c | /class-diagram/core-container-class.puml | 528dccf0f270d66a7323f3760081a3a132e9750e | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | JulienGuo/fabric-addsm | 81a181dd4f91160abbd9f131d87e8c187a32c542 | 8a489300031d07c09f44fc0f1687793f6eaaa1c0 | refs/heads/master | 2021-05-04T21:27:43.690594 | 2018-02-02T05:43:34 | 2018-02-02T05:43:34 | 119,926,380 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,916 | puml | @startuml
namespace github.com\\hyperledger\\fabric\\core\\container\\ccintf {
class CCID {
ChaincodeSpec *pb.ChaincodeSpec
NetworkID string
PeerID string
ChainID string
Version string
}
}
namespace github.com\\hyperledger\\fabric\\core\\container {
class refCountedLock {
refCount int
lock *sync.RWMutex
}
}
namespace github.com\\hyperledger\\fabric\\core\\container {
class VMController {
sync.RWMutex
containerLocks map[string]*refCountedLock
}
}
namespace github.com\\hyperledger\\fabric\\core\\container {
class VMCResp {
Err error
Resp interface { }
}
}
namespace github.com\\hyperledger\\fabric\\core\\container {
class CreateImageReq {
ccintf.CCID
Reader io.Reader
Args []string
Env []string
}
}
namespace github.com\\hyperledger\\fabric\\core\\container {
class StartImageReq {
ccintf.CCID
Builder api.BuildSpecFactory
Args []string
Env []string
PrelaunchFunc api.PrelaunchFunc
}
}
namespace github.com\\hyperledger\\fabric\\core\\container {
class StopImageReq {
ccintf.CCID
Timeout uint
Dontkill bool
Dontremove bool
}
}
namespace github.com\\hyperledger\\fabric\\core\\container {
class DestroyImageReq {
ccintf.CCID
Timeout uint
Force bool
NoPrune bool
}
}
namespace github.com\\hyperledger\\fabric\\core\\container\\dockercontroller {
class DockerVM {
id string
getClientFnc getClient
}
}
namespace github.com\\hyperledger\\fabric\\core\\container\\inproccontroller {
class inprocContainer {
chaincode shim.Chaincode
running bool
args []string
env []string
stopChan chan struct { }
}
}
namespace github.com\\hyperledger\\fabric\\core\\container\\inproccontroller {
class InprocVM {
id string
}
}
namespace github.com\\hyperledger\\fabric\\core\\container\\inproccontroller {
class inProcStream {
recv chan *pb.ChaincodeMessage
send chan *pb.ChaincodeMessage
}
}
namespace github.com\\hyperledger\\fabric\\core\\container {
class VM {
Client *docker.Client
}
}
namespace github.com\\hyperledger\\fabric\\core\\container\\api {
interface VM {
Deploy(ctxt context.Context,ccid ccintf.CCID,args []string,env []string,reader io.Reader)error
Start(ctxt context.Context,ccid ccintf.CCID,args []string,env []string,builder BuildSpecFactory,preLaunchFunc PrelaunchFunc)error
Stop(ctxt context.Context,ccid ccintf.CCID,timeout uint,dontkill bool,dontremove bool)error
Destroy(ctxt context.Context,ccid ccintf.CCID,force bool,noprune bool)error
GetVMName(ccID ccintf.CCID)(string,error)
}
}
namespace github.com\\hyperledger\\fabric\\core\\container\\ccintf {
interface ChaincodeStream {
Send(*pb.ChaincodeMessage)error
Recv()(*pb.ChaincodeMessage,error)
}
}
namespace github.com\\hyperledger\\fabric\\core\\container\\ccintf {
interface CCSupport {
HandleChaincodeStream(context.Context,ChaincodeStream)error
}
}
namespace github.com\\hyperledger\\fabric\\core\\container {
interface VMCReqIntf {
do(ctxt context.Context,v api.VM)VMCResp
getCCID()ccintf.CCID
}
}
namespace github.com\\hyperledger\\fabric\\core\\container\\dockercontroller {
interface dockerClient {
CreateContainer(opts docker.CreateContainerOptions)(*docker.Container,error)
StartContainer(id string,cfg *docker.HostConfig)error
AttachToContainer(opts docker.AttachToContainerOptions)error
BuildImage(opts docker.BuildImageOptions)error
RemoveImageExtended(id string,opts docker.RemoveImageOptions)error
StopContainer(id string,timeout uint)error
KillContainer(opts docker.KillContainerOptions)error
RemoveContainer(opts docker.RemoveContainerOptions)error
}
}
github.com\\hyperledger\\fabric\\core\\container.VMController ---> "*" github.com\\hyperledger\\fabric\\core\\container.refCountedLock : containerLocks
github.com\\hyperledger\\fabric\\core\\container.CreateImageReq -|> github.com\\hyperledger\\fabric\\core\\container\\ccintf.CCID
github.com\\hyperledger\\fabric\\core\\container.StartImageReq -|> github.com\\hyperledger\\fabric\\core\\container\\ccintf.CCID
github.com\\hyperledger\\fabric\\core\\container.StopImageReq -|> github.com\\hyperledger\\fabric\\core\\container\\ccintf.CCID
github.com\\hyperledger\\fabric\\core\\container.DestroyImageReq -|> github.com\\hyperledger\\fabric\\core\\container\\ccintf.CCID
github.com\\hyperledger\\fabric\\core\\container\\ccintf.ChaincodeStream <|- github.com\\hyperledger\\fabric\\core\\container\\inproccontroller.inProcStream
github.com\\hyperledger\\fabric\\core\\container.VMCReqIntf <|- github.com\\hyperledger\\fabric\\core\\container.CreateImageReq
github.com\\hyperledger\\fabric\\core\\container.VMCReqIntf <|- github.com\\hyperledger\\fabric\\core\\container.StartImageReq
github.com\\hyperledger\\fabric\\core\\container.VMCReqIntf <|- github.com\\hyperledger\\fabric\\core\\container.StopImageReq
github.com\\hyperledger\\fabric\\core\\container.VMCReqIntf <|- github.com\\hyperledger\\fabric\\core\\container.DestroyImageReq
@enduml | false | true | false | false | sequence |
651bb1ad3a3c08576db33484661a8cabdf5c8f28 | dc1ab7aeb88cc2c5e8f45ee02eb0eb750ef83d3b | /diagramas-secuencia.puml | 2c0ac637f797624026f5ba1e5cdd0418c51c9421 | [
"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 | 8,870 | puml | @startuml
skinparam classAttributeIconSize 0
skinparam backgroundColor White
skinparam RoundCorner 10
skinparam Shadowing true
skinparam ArrowColor DarkBlue
skinparam SequenceLifeLineBorderColor DarkBlue
skinparam SequenceLoopBackgroundColor DarkBlue
skinparam actor {
BackgroundColor LightBlue
BorderColor DarkBlue
}
skinparam participant {
Bound DarkBlue
BackgroundColor LightBlue
BorderColor DarkBlue
}
title Ejecución de un algoritmo con bloques de movimiento que dibujan
participant ":Algoritmo" as Algoritmo
participant ":BloqueMovimiento" as Bloque
participant ":Dibuja" as Estado
participant ":SectorDibujo" as SectorDibujo
participant ":Recorrido" as Recorrido
participant ":Direccion" as unaDireccion
participant "aristas:Aristas" as Aristas
Algoritmo -> Algoritmo : ejecutar(sectorDibujo)
activate Algoritmo
loop para cada bloque
Algoritmo -> Bloque : ejecutar(sectorDibujo)
activate Bloque
Bloque -> Estado : ejecutar(sectorDibujo, unaDireccion)
activate Estado
Estado -> SectorDibujo : dibujar(unaDireccion)
activate SectorDibujo
SectorDibujo -> Recorrido : agregarArista(unaDireccion, posicionFinal)
activate Recorrido
Recorrido -> unaDireccion : actualizarPosicion(posicionFinal)
unaDireccion --> Recorrido : ultimaPosicion
create "unaArista:Arista" as unaArista
Recorrido --> unaArista : << create >>
Recorrido -> Aristas: add(unaArista)
Recorrido --> SectorDibujo : ultimaPosicion
deactivate Recorrido
deactivate SectorDibujo
deactivate Estado
deactivate Bloque
end
deactivate Algoritmo
@enduml
---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ----
@startuml
skinparam classAttributeIconSize 0
skinparam backgroundColor White
skinparam RoundCorner 10
skinparam Shadowing true
skinparam ArrowColor DarkBlue
skinparam SequenceLifeLineBorderColor DarkBlue
skinparam SequenceLoopBackgroundColor DarkBlue
skinparam actor {
BackgroundColor LightBlue
BorderColor DarkBlue
}
skinparam participant {
Bound DarkBlue
BackgroundColor LightBlue
BorderColor DarkBlue
}
title Ejecución de un algoritmo con bloques de movimiento que no dibujan
participant ":Algoritmo" as Algoritmo
participant ":BloqueMovimiento" as Bloque
participant ":NoDibuja" as Estado
participant ":SectorDibujo" as SectorDibujo
participant ":Direccion" as unaDireccion
Algoritmo -> Algoritmo : ejecutar(sectorDibujo)
activate Algoritmo
loop para cada bloque
Algoritmo -> Bloque : ejecutar(sectorDibujo)
activate Bloque
Bloque -> Estado : ejecutar(sectorDibujo, unaDireccion)
activate Estado
Estado -> SectorDibujo : noDibujar(unaDireccion)
activate SectorDibujo
SectorDibujo -> unaDireccion : actualizarPosicion(posicionFinal)
activate unaDireccion
unaDireccion --> SectorDibujo : posicionUltima
deactivate unaDireccion
deactivate SectorDibujo
deactivate Estado
deactivate Bloque
end
deactivate Algoritmo
@enduml
---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ----
@startuml
skinparam classAttributeIconSize 0
skinparam backgroundColor White
skinparam RoundCorner 10
skinparam Shadowing true
skinparam ArrowColor DarkBlue
skinparam SequenceLifeLineBorderColor DarkBlue
skinparam SequenceLoopBackgroundColor DarkBlue
skinparam actor {
BackgroundColor LightBlue
BorderColor DarkBlue
}
skinparam participant {
Bound DarkBlue
BackgroundColor LightBlue
BorderColor DarkBlue
}
title Ejecución de un algoritmo con un solo bloque de repetición doble que tiene bloques de movimiento
participant ":Algoritmo" as Algoritmo
participant ":BloqueRepeticionDoble" as BloqueRepetirDoble
participant ":DecoratorBloquePersonalizadoBase" as DecoratorBloquePersonalizadoBase
participant ":BloquePersonalizado" as BloquePersonalizado
participant ":BloqueMovimiento" as BloqueMovimiento
participant "Estado" as Estado
Algoritmo -> Algoritmo : ejecutar(unSectorDibujo)
activate Algoritmo
Algoritmo -> BloqueRepetirDoble : ejecutar(unSectorDibujo)
activate BloqueRepetirDoble
loop x2
BloqueRepetirDoble -> DecoratorBloquePersonalizadoBase : ejecutar(sectorDibujo)
activate DecoratorBloquePersonalizadoBase
DecoratorBloquePersonalizadoBase -> BloquePersonalizado : ejecutar(sectorDibujo)
loop para cada bloque dentro de BloquePersonalizado
activate BloquePersonalizado
BloquePersonalizado -> BloqueMovimiento : ejecutar(sectorDibujo)
activate BloqueMovimiento
BloqueMovimiento -> Estado : ejecutar(sectorDibujo,unaDireccion)
deactivate BloqueMovimiento
deactivate BloquePersonalizado
end loop
deactivate DecoratorBloquePersonalizadoBase
end loop
deactivate BloqueRepetirDoble
deactivate Algoritmo
@enduml
---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ----
@startuml
skinparam classAttributeIconSize 0
skinparam backgroundColor White
skinparam RoundCorner 10
skinparam Shadowing true
skinparam ArrowColor DarkBlue
skinparam SequenceLifeLineBorderColor DarkBlue
skinparam SequenceLoopBackgroundColor DarkBlue
skinparam actor {
BackgroundColor LightBlue
BorderColor DarkBlue
}
skinparam participant {
Bound DarkBlue
BackgroundColor LightBlue
BorderColor DarkBlue
}
title Ejecución de un algoritmo con un bloque invertir que tiene bloques de movimiento
participant ":Algoritmo" as Algoritmo
participant ":BloqueInvertir" as BloqueInvertir
participant ":DecoratorBloquePersonalizadoBase" as DecoratorBloquePersonalizadoBase
participant ":BloquePersonalizado" as BloquePersonalizado
participant ":BloqueMovimiento" as BloqueMovimiento
participant ":Direccion" as Direccion
participant "Estado" as Estado
Algoritmo -> Algoritmo : ejecutar(unSectorDibujo)
activate Algoritmo
Algoritmo -> BloqueInvertir : ejecutar(unSectorDibujo)
activate BloqueInvertir
BloqueInvertir -> DecoratorBloquePersonalizadoBase : ejecutarInvertido(unSectorDibujo)
activate DecoratorBloquePersonalizadoBase
DecoratorBloquePersonalizadoBase -> BloquePersonalizado : ejecutarInvertido(unSectorDibujo)
loop para cada bloque dentro de BloquePersonalizado
activate BloquePersonalizado
BloquePersonalizado -> BloqueMovimiento : ejecutarInvertido(unSectorDibujo)
activate BloqueMovimiento
BloqueMovimiento -> BloqueMovimiento : invertirMovimiento()
activate BloqueMovimiento
BloqueMovimiento -> Direccion : invertir()
deactivate BloqueMovimiento
Direccion --> BloqueMovimiento : direccionInvertida
BloqueMovimiento -> Estado : ejecutar(sectorDibujo, direccionInvertida)
end loop
deactivate BloqueMovimiento
deactivate BloquePersonalizado
deactivate DecoratorBloquePersonalizadoBase
deactivate BloqueInvertir
deactivate Algoritmo
@enduml
---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ---- -- ----
@startuml
skinparam classAttributeIconSize 0
skinparam backgroundColor White
skinparam RoundCorner 10
skinparam Shadowing true
skinparam ArrowColor DarkBlue
skinparam SequenceLifeLineBorderColor DarkBlue
skinparam SequenceLoopBackgroundColor DarkBlue
skinparam actor {
BackgroundColor LightBlue
BorderColor DarkBlue
}
skinparam participant {
Bound DarkBlue
BackgroundColor LightBlue
BorderColor DarkBlue
}
title Ejecución de un algoritmo con un bloque invertir que tiene un bloque de movimiento con direccion norte
participant ":Algoritmo" as Algoritmo
participant ":BloqueInvertir" as BloqueInvertir
participant ":DecoratorBloquePersonalizadoBase" as DecoratorBloquePersonalizadoBase
participant ":BloquePersonalizado" as BloquePersonalizado
participant ":BloqueMovimiento" as BloqueMovimiento
participant ":Norte" as Norte
Algoritmo -> Algoritmo : ejecutar(unSectorDibujo)
activate Algoritmo
Algoritmo -> BloqueInvertir : ejecutar(unSectorDibujo)
activate BloqueInvertir
BloqueInvertir -> DecoratorBloquePersonalizadoBase : ejecutarInvertido(unSectorDibujo)
activate DecoratorBloquePersonalizadoBase
DecoratorBloquePersonalizadoBase -> BloquePersonalizado : ejecutarInvertido(unSectorDibujo)
activate BloquePersonalizado
loop para cada bloque dentro de BloquePersonalizado
BloquePersonalizado -> BloqueMovimiento : ejecutarInvertido(unSectorDibujo)
activate BloqueMovimiento
BloqueMovimiento -> BloqueMovimiento : invertirMovimiento()
activate BloqueMovimiento
BloqueMovimiento -> Norte : invertir()
deactivate BloqueMovimiento
activate Norte
create "unSur:Sur" as Sur
Norte -> Sur : <<create>>
Norte --> BloqueMovimiento : unSur
BloqueMovimiento -> Estado : . ejecutar (sectorDibujo,unSur)
deactivate Norte
deactivate BloqueMovimiento
end loop
deactivate BloquePersonalizado
deactivate DecoratorBloquePersonalizadoBase
deactivate BloqueInvertir
deactivate Algoritmo
@enduml | false | true | true | false | sequence |
751c7e555586db08431369a833bd27b1cfd13287 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedQuoteCreatedMessage.puml | 07ccce309d11fed68f200fd2932cc791285d0aa8 | [] | 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,180 | 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 StagedQuoteCreatedMessage [[StagedQuoteCreatedMessage.svg]] extends Message {
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]]
stagedQuote: [[StagedQuote.svg StagedQuote]]
}
interface Message [[Message.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 |
50336ae839494a21fd6a7d2cc514a45b3d893e35 | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/java/jsp.puml | f47912ca3fd5a088e5d3794ba1d225c5e9fc759e | [
"MIT"
] | permissive | vuquangtin/designpattern | 4d4a7d09780a0ebde6b12f8edf589b6f45b38f62 | fc672493ef31647bd02c4122ab01992fca14675f | refs/heads/master | 2022-09-12T07:00:42.637733 | 2020-09-29T04:20:50 | 2020-09-29T04:20:50 | 225,505,298 | 0 | 0 | null | 2022-09-01T23:16:34 | 2019-12-03T01:41:33 | Java | UTF-8 | PlantUML | false | false | 672 | puml | @startuml
interface Servlet
interface JspPage extends Servlet
interface HttpJspPage extends JspPage {
public void _jspService(HttpServletRequest request,
HttpServletResponse response)
throws ServletException, IOException;
}
abstract class JspFactory
abstract class JspContext
class PageContext extends JspContext
JspFactory .--> JspContext
JspFactory .--> JspEngineInfo
JspFactory .--> JspApplicationContext
PageContext .--> ErrorData
abstract class JspWriter extends java.io.Writer
class JspException extends Exception
class JspTagException extends JspException
class SkipPageException extends JspException
@enduml | false | true | false | false | class |
dafc1d6fe920014165b50c821f07451a48234311 | c408042d3ce7c5c4dc3128416ab822cd2f95f755 | /.vscode/diagrams/sequence.plantuml | ccd06c8cea8a0082966ffa190c93891295c7b925 | [] | no_license | marcelvandendungen/oppy | ca05f57da42d63335c6965c9cc76247ea4944fcf | 359b21abc2de79e9ebf76b9aabce7ae7fd76ab1e | refs/heads/master | 2023-05-14T12:16:15.677819 | 2022-09-22T04:41:39 | 2022-09-22T04:41:39 | 241,292,924 | 0 | 1 | null | 2023-05-01T21:34:01 | 2020-02-18T06:53:57 | Python | UTF-8 | PlantUML | false | false | 1,751 | plantuml | @startuml
skinparam BoxPadding 20
autonumber "<b>[00]"
title Webclient authentication flow
box "local user" #f0f0f0
database Cookies order 10
participant Browser order 20
end box
box "client application" #f5fff5
participant Webclient order 30
database tokencache order 35
end box
box "authorization server" #f5fff5
participant AuthSvr order 40
database authRequests order 45
database clients order 50
database users order 60
database consent order 70
end box
box "resource server" #f5fff5
participant ResourceSvr order 80
end box
Browser -> Webclient: GET /
group Webclient
Browser <-- Webclient: 302 https://localhost:5000/authorize?client_id=...
Browser -> AuthSvr: GET /authorize?client_id=...&scope=read%20write&...
AuthSvr <- clients: client by client_id
end
group AuthSvr
Browser <-- AuthSvr: 200 OK login.html
Browser -> AuthSvr: POST user creds
AuthSvr <- clients: client by client_id
AuthSvr <- users: user by username
AuthSvr -> authRequests: request
note right: key=code
AuthSvr -> consent: code by id
Browser <-- AuthSvr: 200 OK consent.html
Browser -> Cookies: session cookie
Browser -> AuthSvr: POST consent
AuthSvr <- consent: code by id
AuthSvr -> users: update user consent
Browser <-- AuthSvr: 302 https://localhost:5001/cb?code=...&state=...
Browser -> Webclient: GET /cb?code=...&state=...
end
Webclient -> AuthSvr: POST /token
AuthSvr <- authRequests: request by code
AuthSvr <- clients: client by client_id
AuthSvr -> authRequests: remove code
Webclient <-- AuthSvr: 200 ID token + access token
Webclient -> tokencache: tokens
Webclient <- tokencache: access_token
Webclient -> ResourceSvr: GET /resource
Webclient <-- ResourceSvr: 200 OK <resource>
group Webclient
Browser <-- Webclient: 200 OK index.html
end
@enduml
| false | true | false | false | sequence |
3e576dc1de69c9e907c4036d884c51a89316f31d | 41e335a2ded65f95ece1c413fe9d465df1d198b4 | /lib/DevOther/src/main/java/dev/other/retrofit/retrofit.plantuml | e0e7682331dd2d23ee6de5478867c6d43b5b8b2a | [
"Apache-2.0"
] | permissive | tulensayyj/DevUtils | ea40e897de72b88591cc1f1cea798eb74175eda8 | 3bc39eaf343c811270bc01e223cd37e80db9e04c | refs/heads/master | 2022-11-27T05:08:28.115620 | 2020-07-27T13:24:50 | 2020-07-27T13:24:50 | 281,569,859 | 0 | 0 | Apache-2.0 | 2020-07-22T03:59:24 | 2020-07-22T03:59:23 | null | UTF-8 | PlantUML | false | false | 1,077 | plantuml | @startuml
title __RETROFIT's Class Diagram__\n
namespace dev.other {
namespace retrofit {
class dev.other.retrofit.RetrofitManager {
- mRetrofitMap : HashMap<String, Retrofit>
{static} - sInstance : RetrofitManager
+ contains()
+ create()
+ get()
{static} + getInstance()
+ getRetrofitMap()
+ put()
+ remove()
- RetrofitManager()
}
}
}
namespace dev.other {
namespace retrofit {
class dev.other.retrofit.RxJavaManager {
- mManagerMap : HashMap<String, CompositeDisposable>
{static} - sInstance : RxJavaManager
+ add()
+ contains()
{static} + getInstance()
+ getManagerMap()
{static} + io_main()
+ remove()
- RxJavaManager()
}
}
}
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 |
edc698e885edd49e1792c34033a82102ff3c7135 | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /doc/PRO/UML/network.puml | 39c25bfcc35c56153c7dd8a2f575656960f56996 | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 1,643 | puml | @startuml
skinparam classAttributeIconSize 0
namespace ch.tofind.commusica.network {
class UnicastClient {
{static} -LOG: Logger
-socket: Socket
-out: PrintWriter
-in: BufferedReader
+UnicastClient(InetAddress, int)
+UnicastClient(Socket)
+send(String): void
+send(File): void
+run(): void
}
class MulticastClient {
{static} -LOG: Logger
-port: int
-multicastGroup: InetAddress
-socket: MulticastSocket
-running: boolean
+MulticastClient(String, int, InetAddress)
+stop(): void
+send(String): void
+run(): void
}
class Server {
{static} -LOG: Logger
-socket: ServerSocket
-port: int
-running: boolean
-threadPool: ExecutorService
+Server(int)
+stop(): void
+run(): void
}
class NetworkProtocol {
{static} +interfaceToUse: InetAddress
{static} +MULTICAST_PORT: int
{static} +UNICAST_PORT: int
{static} +MULTICAST_ADDRESS: String
{static} +END_OF_LINE: String
{static} +END_OF_COMMAND: String
{static} +END_OF_COMMUNICATION: String
}
interface java.lang.Runnable {
{abstract} +run(): void
}
java.lang.Runnable <|.. UnicastClient
java.lang.Runnable <|.. MulticastClient
java.lang.Runnable <|.. Server
}
@enduml
| false | true | false | false | class |
9b757217aee61ea17f2d29fd30241f3a6bcbbf76 | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/Engine/TempestEngine/JsonSerialization-Class.iuml | e65335cf37af503294895cfaa17b1342c1004fb7 | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 236 | iuml | namespace Serialization {
class JsonSerialization {
{static} +TypeToStream()
{static} +StreamToType()
{static} -Type_to_document()
{static} -Document_to_type()
}
}
| false | true | false | false | class |
fea1470e5abd74354059fede4183b065ede4f92d | b97eb1712cbe8e6917603c1efb868407669692e5 | /docs/architecture/agent-2-agent-proposal.puml | 9f65401944093749d093121a279a09cf51033779 | [
"Apache-2.0"
] | permissive | evernym/indy-sdk | 3fefe08927cfe0cbd2efcd2e1f9b4e72bf3f53b2 | 714d449353518f929d9787d3156af785e2a42ccb | refs/heads/master | 2021-04-15T10:21:56.633058 | 2019-07-02T18:28:20 | 2019-07-02T18:28:20 | 126,876,532 | 5 | 19 | Apache-2.0 | 2023-02-22T23:46:03 | 2018-03-26T19:02:36 | Rust | UTF-8 | PlantUML | false | false | 3,690 | puml | @startuml
participant "Client Agent" as Client
participant "Server Agent" as Server
== Transport Layer ==
Client -> Server: Transport layer CurveCP HELLO
note left
Conversation starts with establishing standard CurveCP connection.
Important point is that client must (?) be able to authenticate
endpoint (only endpoint, not server identity) on transport level. Without this
it is quite easy to perform man in the middle attacks. In case of
CurveCP transport key will be part of endpoint. It causes agency-level transport
key related correlation, but CurveCP-PW and DID-TLS proposals have the same
issue if we want to indicate server DID securely. Anyway any IP/DNS based
solutions have exactly same issue.
We can adopt this workflow to use TLS protocol too. Endpoint authentication
can be be performed in different ways:
- Option 1 is just use standard CAA signed cert on the endpoint.
- Option 2 is use self signed cert, store server cert in the Ledger,
and add this cert to client trust chain, but this option have a lot
of potential vulnerabilities.
It can be possible to adopt some TOR like protocol too.
end note
Server <-> Client: Complete transport layer CurveCP Handshake
note left
At this point secure transport connection is established.
We can assume that communication is secure, provides integrity, and endpoint is authenticated.
So Client can send Server DID he wants to communicate without fear of eavesdropping.
end note
== DID Protocol Layer ==
Client -> Server: AGENT_CLIENT_HELLO message
note left
Note this sequence diagram describes DID Protocol over sockets layer, but it can be adopted
to HTTP layer too if we use TLS as transport layer.
Client sends AGENT_HELLO message. It contains the following fields:
- Random nonce (CLIENT_NONCE)
- Server DID he wants to communicate (SERVER_DID)
- Security levels that client accepts (SECURITY_LEVELS). It is bit mask with the following
values for now:
- TRANSPORT. Application messages will be secured only on transport layer.
- APPLICATION. Application messages will be also encrypted by DIDs ed25519 keys.
end note
Server -> Server: Server checks that he owns SERVER_DID
Server -> Server: Server checks that he can accept SECURITY_LEVELS
Server -> Client: AGENT_SERVER_HELLO message
note left
Server sends AGENT_SERVER_HELLO message. It contains the following fields:
- CLIENT_NONCE signed by SERVER_DID (CLIENT_NONCE_SIGNATURE)
- Random nonce (SERVER_NONCE)
- Accepted security level (SECURITY_LEVEL). One of value from SECURITY_LEVELS bitmask.
end note
Client -> Client: Client verifies CLIENT_NONCE_SIGNATURE and authenticates Server
Client -> Server: AGENT_CLIENT_ACCEPTED message
note left
Client sends AGENT_CLIENT_ACCEPTED message. It contains the following fields:
- Client DID (CLIENT_DID)
- SERVER_NONCE signed by CLIENT_DID (SERVER_NONCE_SIGNATURE)
end note
Server -> Server: Server verifies SERVER_NONCE_SIGNATURE and authenticates Client
Server -> Client: AGENT_SERVER_ACCEPTED message
note left
Server sends AGENT_SERVER_ACCEPTED message without payload.
At this point Client and Server authenticated each other and performed Nonce Exchange.
They are ready to exchange application-specific messages. This messages can be optionally
encrypted by DIDs ed25519 keys.
end note
== Application Layer ==
Client -> Server: Application layer message 1 (optionally encrypted by Server DID ed25519 key and CLIENT_NONCE)
Server -> Client: Application layer message 1 ack (optionally encrypted by Client DID ed25519 key and SERVER_NONCE)
@enduml | false | true | false | false | sequence |
e9af2ac03d21a2c1797ab253686740fa6b4a2f19 | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/UseCases/Manage-Applications/Rebalance-Application.puml | 24fb9e99c8d0f2a693f3c4b6b108c645a4044d68 | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 321 | puml | @startuml
Actor "Operations Manager" as A
Actor "Operations Manager" as OM
box "Manage Applications" #lightblue
participant CLI as CLI
participant Web as Web
participant "c3" as S
A -> CLI : c3-app-rebalance(app)
CLI -> S : app/rebalance(app)
A -> Web : app/rebalance(app)
Web -> S : app/rebalance(app)
end box
@enduml
| false | true | false | false | usecase |
0ae1160402b858e85fa319bd7180037fe0b7a49b | ef5852b964f91ce0b67fb6f85eb009209fba5df2 | /src/main/asciidoc/images/package-steuer.puml | dcdc3350f5ed5bc6120aaf75b5d60907dd9e1e62 | [
"Apache-2.0"
] | permissive | oboehm/jfachwert | 86f56f1e4fa2061347db989c3d63d091ef39ccda | 1947001ea920f07452a6d46a06e05e6fe733ba5c | refs/heads/develop | 2023-08-10T11:33:40.348501 | 2023-08-04T15:02:46 | 2023-08-04T15:02:46 | 84,598,578 | 1 | 1 | Apache-2.0 | 2023-03-31T18:48:35 | 2017-03-10T20:34:17 | Kotlin | UTF-8 | PlantUML | false | false | 130 | puml | @startuml
package "steuer" {
class SteuerIdNr
class Steuernummer
class UStIdNr
class Mehrwertsteuer
}
@enduml
| false | true | false | false | class |
b89431d0f032301f9b30dea694fcc325b248ba35 | dc16f963059014d5e9d1f1ef3407fc1411b7da02 | /src/main/java/ex43/App.43.puml | 540c780d8911119928196ae3b14eec09e8bbc9c3 | [] | no_license | ifeoma2000/chukuwu-cop3330-assignment3 | 57ac8e034ccb8e304918234970997c33e432fdfc | e7224a0ef0841bdb4f27626f651763241ffea52e | refs/heads/master | 2023-05-31T10:45:19.719257 | 2021-06-21T04:16:02 | 2021-06-21T04:16:02 | 378,803,883 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 168 | puml | @startuml
'https://plantuml.com/class-diagram
class WebsiteGenerator {
+name : String
+author : String
+js : boolean
+css : boolean
+generateHTML() : void
}
@enduml | false | true | false | false | class |
d26b9ec882ee5d263b5e7be6c0e4299fedfd88b6 | 897c5f0768d85d6070cbac83453eaeda84f86ab7 | /SELAIN SISTEM/UML/SEQUENCE/admin/ViewTrashPegawai.puml | b96125a19c4730a1454206ffb9c7b16f5fc814f7 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | fiqihrosady/sistem_kp | b593e68eda63e3c4b2953447a2aa8f25f33f9921 | 7b9060a89f852577a6f4c1ea2596b59beb5e5b77 | refs/heads/master | 2020-09-27T00:03:37.042300 | 2019-12-05T18:54:26 | 2019-12-05T18:54:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 479 | puml | @startuml
autonumber
hide footbox
title Melihat Trash Pegawai
Actor Admin
boundary Dashborad_V
boundary Trash_V
control Admin_C
control Pegawai_C
Entity Pegawai_E
Admin_C --> Dashborad_V: load->view()
Dashborad_V --> Admin: Halaman Dashborad
Admin --> Dashborad_V: klik Menu Trash Pegawai
Dashborad_V --> Pegawai_C: trash()
Pegawai_C --> Pegawai_E:
Pegawai_E --> Pegawai_C:
Pegawai_C --> Trash_V: load->view()
Trash_V --> Admin: Halaman Trash Pegawai
@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.