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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
615925f279ba6c6bd147f562842775baa4f69041 | 01f94dc158a45bbe9f8da54758dfee565df66a69 | /eagleclass.puml | 993782ada8451f3693cd1a00eb81eaa4116ba347 | [
"Apache-2.0"
] | permissive | fang-yan-peng/eagle | 8b6eb71b5c2950da7eb932e17603a14121a91fb4 | 963a3631a824289e52258939f9b0759850856a4a | refs/heads/master | 2022-12-23T19:34:09.546417 | 2022-01-04T13:50:32 | 2022-01-04T13:50:32 | 100,354,382 | 77 | 22 | Apache-2.0 | 2022-12-16T04:34:59 | 2017-08-15T08:05:26 | Java | UTF-8 | PlantUML | false | false | 342 | puml | @startuml
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
@enduml | false | true | false | false | class |
172290a3c6ee73fee1532c221b62ce8c73e33a76 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Common/Shared/Events/Queue/Strategy/SingleConsumer/SingleConsumerChannelStrategy.puml | a9d04dc39885430fb4ad56ebd68eabc061a89259 | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 465 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
abstract class "SingleConsumerChannelStrategy<TEvent>" {
+ IsClosed : bool <<get>>
+ GetEvents(token: CancellationToken) : IAsyncEnumerable<TEvent>
+ Enqueue(event: T) : void
+ Open() : void
+ Close() : void
}
interface "IEventQueueStorageStrategy<TEvent>"
"IEventQueueStorageStrategy<TEvent>" <|-- "SingleConsumerChannelStrategy<TEvent>"
!endsub
@enduml | false | true | false | false | class |
705c4975582c840f6f64f26913c7ec03e29c1893 | ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd | /ch09-observer-patterns/diagrams/observer-pattern-sequence.puml | e73df3fda0c88ba70498c023a1c15d80026a0b72 | [] | no_license | outofworld98/java-design-patterns | d7c41ad0a41bf1f3d1ba4a9f4f2a212658aec427 | 75964a5387cad3f54726d0f7ba98b0765ca0d650 | refs/heads/master | 2022-03-29T17:38:14.238273 | 2019-01-17T11:10:00 | 2019-01-17T11:10:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 837 | puml | @startuml
hide footbox
autonumber
participant ConcreteSubject
participant ConcreteObserver1
participant ConcreteObserver2
ConcreteSubject <- ConcreteObserver1 : setState(subjectState : SubjectState) : void
activate ConcreteSubject
ConcreteSubject -> ConcreteSubject : notifyObservers() : void
activate ConcreteSubject
ConcreteSubject -> ConcreteObserver1 : update() : void
deactivate ConcreteSubject
activate ConcreteObserver1
ConcreteObserver1 -> ConcreteSubject : getState() : SubjectState
activate ConcreteSubject
deactivate ConcreteSubject
deactivate ConcreteObserver1
ConcreteSubject -> ConcreteObserver2 : update() : void
activate ConcreteObserver2
ConcreteObserver2 -> ConcreteSubject : getState() : subjectState
deactivate ConcreteObserver2
activate ConcreteSubject
deactivate ConcreteSubject
deactivate ConcreteSubject
@enduml | false | true | false | false | sequence |
39d99d38cc0b9b0cff426c13b4ab0b906682ad2e | 005aa476ac9d11d36d1c0d202daa1e7c86df94c2 | /hedwig-jdesignpattern/docs/imgs/creational/prototype/prototype.puml | fc5eee9d4d953bbab6fbe5a333543ae88db87d63 | [] | no_license | qdriven/designpattern-sanity | 51d2c9ebb1970c24bb2746ac6ba38ffd966a541c | c67622c9d153a9154e941fa2aad4ab1c10dd37a9 | refs/heads/master | 2022-12-06T22:02:15.117957 | 2020-08-21T05:59:25 | 2020-08-21T05:59:25 | 98,328,079 | 0 | 0 | null | 2020-05-15T19:22:30 | 2017-07-25T16:33:31 | Java | UTF-8 | PlantUML | false | false | 250 | puml | @startuml
interface Cloneable{
+ Object clone()
}
interface Serializable
class DailyReport{
- name: String
- date: String
- content: String
+ DailyReport clone()
}
DailyReport --> Cloneable
DailyReport --> Serializable
@enduml | false | true | false | false | class |
fda2db972e7fd4fac14b76ff010cf9cb539cfcf9 | 7041d4eab20296045d22e31c56211bc84b17da1c | /docs/supprimerQuestionnaire/RDCU_supprimerQuestionnaire.puml | 32c7849aa17a9a1ca6298e7c15b7561864a54046 | [] | no_license | nerdz88/SGA-TS | ff97ce5cd5c78de97a851e80e0c948f7552b0f2c | 608d0748ff5ceff47ff75a9053cc1b5fee061df9 | refs/heads/main | 2023-07-09T19:54:11.262264 | 2021-07-28T17:39:07 | 2021-07-28T17:39:07 | 397,959,207 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,072 | puml | @startuml supprimerQuestionnaire
skinparam style strictuml
skinparam defaultfontname Verdana
title RDCU supprimerQuestionnaire
participant ": GestionnaireQuestionnaire" as gestionnaireQuestion
participant "universite : Universite" as universite
participant "espaceCours : EspaceCours" as cours
participant "questionnaires : Questionnaire[]" as questionnaires
-> gestionnaireQuestion : supprimerQuestionnaire(idEspaceCours, idQuestionnaire)
note left : Selon contrôleur,\ncontrôleur de session
gestionnaireQuestion -> universite : espaceCours = recupererUnEspaceCours(idEspaceCours)
note left : Selon expert, universite a toutes les\ninformations pour recupererUnEspaceCours
gestionnaireQuestion -> cours : supprimerQuestionnaire(IdQuestionnaire)
note left : Selon expert
cours -> cours : questionnaire = recupererUnQuestionnaire(IdQuestionnaire)
note left : Selon expert, espaceCours\ncontient les questionnaires
cours -> questionnaires : splice(questionnaire)
note left : Selon expert, questionnaires est l'attribut\nd'espaceCours qui stocke les questionnaires
@enduml | false | true | true | false | sequence |
f318459c9afd397afd3ce9da3c14dab78ef87e43 | 7658a6afe423ee752a621096f3b142ad7133277d | /aws/Analytics-EMR.puml | cd717cdd7bef4472fa1a16ee175d9175439422f6 | [] | no_license | sky0621/try-plantuml | 9bf1812c4ccd2c05a40a3253356f354efff92b9d | efb79c54685bfcc649da7840ed6cebb302c046ec | refs/heads/master | 2020-04-22T13:38:33.556631 | 2019-10-02T15:13:27 | 2019-10-02T15:13:27 | 170,415,988 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 892 | puml | @startuml
!define AWSPUML https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist
!includeurl AWSPUML/common.puml
!includeurl AWSPUML/Analytics/AmazonEMR/AmazonEMR.puml
!includeurl AWSPUML/Analytics/AmazonEMR/EMRengine/EMRengine.puml
!includeurl AWSPUML/Analytics/AmazonEMR/EMRengineMapRM3/EMRengineMapRM3.puml
!includeurl AWSPUML/Analytics/AmazonEMR/EMRengineMapRM5/EMRengineMapRM5.puml
!includeurl AWSPUML/Analytics/AmazonEMR/EMRengineMapRM7/EMRengineMapRM7.puml
!includeurl AWSPUML/Analytics/AmazonEMR/cluster/cluster.puml
!includeurl AWSPUML/Analytics/AmazonEMR_HDFScluster/AmazonEMR_HDFScluster.puml
package "Analytics" {
AMAZONEMR("AMAZONEMR") {
EMRENGINE("EMRENGINE")
EMRENGINEMAPRM3("EMRENGINEMAPRM3")
EMRENGINEMAPRM5("EMRENGINEMAPRM5")
EMRENGINEMAPRM7("EMRENGINEMAPRM7")
CLUSTER("CLUSTER")
}
}
@enduml | false | true | false | false | uml-unknown |
262b3bccc316e25cd8fd4136abed0c5968939af5 | 76229fa7a8b5b76fe6def3975c9a2e0fa96c82e3 | /openTCS-Documentation/src/docs/developers-guide/images/commadapter_classes_kernel.puml | 5b43eef675f4963748d1e42ead7f5a459adc1a22 | [
"MIT",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | openTCS/opentcs | 447d4b8e25e1cb42e74b0e03b1ac930964a5bb17 | 4d20aaa21fdfe722e953a3cb7fbb359b169f6ecb | refs/heads/master | 2023-08-19T21:30:16.979399 | 2023-08-17T08:38:01 | 2023-08-17T08:38:01 | 389,536,225 | 233 | 93 | MIT | 2023-07-26T02:37:37 | 2021-07-26T06:49:25 | Java | UTF-8 | PlantUML | false | false | 1,291 | puml | @startuml
skinparam monochrome true
'skinparam linetype ortho
hide empty members
'left to right direction
together {
interface VehicleCommAdapterFactory
class "**CustomAdapterFactory**" as CustomAdapterFactory
VehicleCommAdapterFactory <|-- CustomAdapterFactory
}
together {
interface VehicleCommAdapter
abstract class BasicVehicleCommAdapter
class "**CustomAdapter**" as CustomAdapter
VehicleCommAdapter <|-- BasicVehicleCommAdapter
BasicVehicleCommAdapter <|-- CustomAdapter
note "Implements communication\nwith a single vehicle." as adapterNote
CustomAdapter .. adapterNote
}
together {
class VehicleProcessModel
class "**CustomProcessModel**" as CustomProcessModel
VehicleProcessModel <|-- CustomProcessModel
}
together {
abstract class VehicleCommAdapterDescription
class "**CustomDescription**" as CustomDescription
VehicleCommAdapterDescription <|-- CustomDescription
}
together {
class VehicleProcessModelTO
class "**CustomProcessModelTO**" as CustomProcessModelTO
VehicleProcessModelTO <|-- CustomProcessModelTO
}
CustomAdapterFactory ..> CustomAdapter : instantiates
CustomAdapterFactory ..> CustomDescription : provides
CustomAdapter ..> CustomProcessModelTO : produces
CustomAdapter "1" --> "1" CustomProcessModel
@enduml | false | true | false | false | class |
30d327efff5b665d56f23287f6e2ff3e3316db52 | 86a3a7f68a26bf947a96c34a6b008dc98e48c575 | /lapr2-2020-g041/docs/UC11/UC11_SSD.puml | e93aa5f33801ff48ad14779e355190fa148b4f07 | [
"MIT"
] | permissive | GJordao12/ISEP-LAPR2 | 7f01f7fe4036f17a4a76f0595e80564c2dda7b3c | 0c537d1cf57f627f98e42b6f1b7e100f49ff2d15 | refs/heads/master | 2023-08-17T10:59:19.469307 | 2021-10-02T16:27:19 | 2021-10-02T16:27:19 | 272,283,723 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 451 | puml | @startuml
autonumber
actor "Timer" as TM
activate TM
TM -> ":System" : starts the process of automatically sending the email to all the freelancers who have \n a mean task delay time (during the current year) that is higher than 3 hours and \n have a percentage of delays (during the current year) that is higher than the overall \n percentage of delays in the last day of every year
activate ":System"
deactivate ":System"
deactivate TM
@enduml
| false | true | false | false | usecase |
9ea0f14dc6c5c9c11363a3d463dbfee75cbde06e | 2f34c0328c9b296a945021661e7c8e6c56129349 | /doc/transaction/class/TransactionAnnotationParser.puml | cfc7ae20461919b99c399f65b9874f45bf81af6c | [] | no_license | bingowangzhb/springframework-samples | b10123efb9d09d63563c684ffd273287c9a1cfab | 47b9f5b0795ec0f19cbe42cf2e8a8017683aa46e | refs/heads/master | 2023-04-14T10:35:58.751115 | 2023-04-07T09:08:58 | 2023-04-07T09:08:58 | 224,329,302 | 0 | 0 | null | 2022-12-16T04:53:53 | 2019-11-27T02:42:44 | Java | UTF-8 | PlantUML | false | false | 596 | puml | @startuml
interface TransactionAnnotationParser {
parseTransactionAnnotation(AnnotatedElement) : TransactionAttribute
}
class SpringTransactionAnnotationParser implements TransactionAnnotationParser {
+parseTransactionAnnotation(AnnotatedElement) : TransactionAttribute
}
class Ejb3TransactionAnnotationParser implements TransactionAnnotationParser {
+parseTransactionAnnotation(AnnotatedElement) : TransactionAttribute
}
class JtaTransactionAnnotationParser implements TransactionAnnotationParser {
+parseTransactionAnnotation(AnnotatedElement) : TransactionAttribute
}
@enduml | false | true | false | false | class |
91c340455c59ac890ede75b835f936fe25498da7 | 3ff153d6950396a99bc7aa18221671889705da4e | /samples/class.puml | 06188158ff2f6efeb429d6aee1c84c211f11741c | [] | no_license | amendgit/PlantUMLSublime | 9d35b832f530fb31045655d1abc42c681e75bb81 | dcf23dac9fdf031b6ba51d5209c4eac16a553d89 | refs/heads/master | 2021-01-11T03:20:36.762793 | 2016-10-19T14:23:14 | 2016-10-19T14:23:14 | 71,047,209 | 5 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 295 | puml | @startuml
class BaseClass
namespace net.dummy #DDDDDD {
.BaseClass <|-- Person
Meeting o-- Person
.BaseClass <|- Meeting
}
namespace net.foo {
net.dummy.Person <|- Person
.BaseClass <|-- Person
net.dummy.Meeting o-- Person
}
BaseClass <|-- net.unused.Person
@enduml | false | true | false | false | class |
90c8fe465880a1c479d04e71118ba13f08807a3f | 08ff7021fc123867c2388596287696e4277b295e | /docs/simulator.puml | eb093d9ee700ac63e6b505d4857e58963144a230 | [] | no_license | 1021ky/stock_price_reader | edf2eb632944d86a32eb12b4ffb2f34784f044fa | b5b24b5fabd6a70faae282373d17d4f35588d3de | refs/heads/master | 2023-08-05T07:55:26.961115 | 2021-09-18T05:02:33 | 2021-09-18T05:02:33 | 345,274,531 | 0 | 0 | null | 2021-09-18T05:02:33 | 2021-03-07T06:25:24 | Python | UTF-8 | PlantUML | false | false | 2,505 | puml | @startuml
title simulator class diagram
package simulator {
package application{
class Service
}
package domain {
' definition
class StockTradeSimulatior {
- trader : Trader
- dataframe : DataFrame
+ StockTradeSimulatior(filename)
- readData(filename) : DataFrame
+ setup(param : TradeParam)
+ run()
+ showResult()
}
class Trader {
- param : TradeParam
- portfolio : Portfolio
- strategy : TradeStrategy
+ trade(data: DataFrame)
- record(trade : Trade)
+ getPortfolio() : Portfolio
}
class Portfolio {
- tradelist : List[Trade]
+ result() : String
}
class TradeStrategy {
tradefunc(deposit : int, data: DataFrame): Trade
}
package model {
class TradeParam{
- tradeRange : Range[datetime]
- deposit : int
- minimumStockPrice : int
- minimumStockVolume : int
}
class StockPrice {
open : int
close : int
high : int
low : int
volume : int
}
class BrandInfo {
code : str
unit : int
}
class BrandPrice {
brand : BrandInfo
price : StockPrice
}
class Order {
- datetime : Datetime
- brandInfo : BrandInfo
- brandPrice : BrandPrice
- orderNumber : int
}
class BuyOrder
class SellOrder
class Trade{
- balance : int
- order : Order
}
}
' relation
Order <|-- BuyOrder
Order <|-- SellOrder
Trade *-- Order
BrandPrice --* Order
BrandPrice *-- StockPrice
BrandPrice *-- BrandInfo
StockTradeSimulatior *-- Trader
Trader *-- TradeStrategy
Trader *-- Portfolio
Trader -- Trade
Portfolio o-- Trade
StockTradeSimulatior -- TradeParam
Trader -- TradeParam
}
package infrastructure {
class StockInfoAccessor
}
StockTradeSimulatior -> StockInfoAccessor
Service -> StockTradeSimulatior
}
@enduml | false | true | false | false | class |
3d95d4050464f21628fda71644ef41c7ecda58e5 | 5119774db9924c913a3995c13a7396598e2df576 | /doc/entwicklerhandbuch/Buch.puml | 19a59f3db8e2fcf98e1826254a2a6131687c8a85 | [] | no_license | Lasse0708/plantproject | 0ec3c1b5d64042335f81bfaaf9d8fc3032257d86 | ceed2914f5f40783ff0dfe69d2147f905d3dfce8 | refs/heads/master | 2023-01-06T23:02:45.443890 | 2020-11-12T15:23:33 | 2020-11-12T15:23:33 | 312,312,515 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,766 | puml | ' Copyright (C) 2019 - present Juergen Zimmermann, Hochschule Karlsruhe
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
' the Free Software Foundation, either version 3 of the License, or
' (at your option) any later version.
'
' This program is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
' GNU General Public License for more details.
'
' You should have received a copy of the GNU General Public License
' along with this program. If not, see <http://www.gnu.org/licenses/>.
@startuml Anwendungskern
!pragma useNewPackage
skinparam classAttributeIconSize 0
skinparam componentStyle uml2
package mongoose {
class Schema
class "model()" as model
hide model circle
}
package pflanze.entity {
class "validatePflanze()" as validatePflanze
hide validatePflanze circle
class PflanzeModel
hide PflanzeModel circle
PflanzeModel ..> Schema
PflanzeModel ..> model
PflanzeModel ..> validatePflanze
PflanzeData ..> PflanzeArt
PflanzeData ..> Verlag
enum PflanzeArt {
KINDLE
DRUCKAUSGABE
}
enum Verlag {
FOO_VERLAG
BAR_VERLAG
}
interface PflanzeData <<entity>> {
+ _id?: string
+ __v?: number
+ createdAt?: number
+ updatedAt?: number
+ name: string
+ rating?: number
+ art?: PflanzeArt
+ verlag: Verlag
+ preis: number
+ rabatt?: number
+ lieferbar?: boolean
+ datum?: Date
+ isbn: string
+ homepage?: string
+ schlagwoerter?: Array<string>
+ autoren: any
}
}
hide empty members
footer (c) Jürgen Zimmermann
@enduml
| false | true | true | false | class |
ea11b9a926b5137b1da4a1200a8f91f4cb9eb9ff | 1ac0a5cf0a74b207d7cdac817f81b15f452f494c | /Livrables/Diagrammes/Composants/UML/DishWasher.plantuml | abd6dca083c7c50cb5b42932e957bd212777fd9b | [
"MIT"
] | permissive | HugoLA1/Projet-programmation-systeme | 1f143b71a52871ca3536b30d78592c29f19aae97 | 5262fa64cd862283078346b4f8a2aa69246d47d6 | refs/heads/master | 2020-06-01T10:33:49.688170 | 2018-12-13T13:22:55 | 2018-12-13T13:22:55 | 190,750,176 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 124 | plantuml | @startuml
class DishWasher {
+ posX : int <<get>> <<set>>
+ posY : int <<get>> <<set>>
+ DishWasher()
}
@enduml
| false | true | false | false | class |
8f40607dd83ce25689e55b3920d09f77c415a2de | 5acc64e7d8fc033e1005b3f67ba376e09339b1a9 | /uml/sequenceDiagrams/staticMethods/images/personClass.puml | 591ff6793372b4a7d4395cf9244fa5776931b63a | [] | no_license | se-edu/se-book | 51836eae719719997a4a8388531e123a7a1d03f9 | 41c676c86722fb913b1bcc343e1ca3ebfce6f953 | refs/heads/master | 2023-09-03T11:44:14.051377 | 2023-08-29T07:08:22 | 2023-08-29T07:08:22 | 91,666,782 | 38 | 33 | null | 2023-01-10T03:19:07 | 2017-05-18T08:12:42 | CSS | UTF-8 | PlantUML | false | false | 217 | puml | @startuml
skinparam classAttributeIconSize 0
skinparam backgroundcolor transparent
skinparam shadowing false
hide circle
class Person {
{static} <b><color:red>getMaxAge(): int</color></b>
setAge(int): void
}
@enduml
| false | true | false | false | class |
b6a3babb8ca3a56b98a7ba3a7ed6f8efcbe88288 | dec0acd462a0dc5772f3840b62df68ce106a8126 | /design-pattern/java-design-pattern-learn/src/site/markdown/uml/proxy/proxy-class.puml | 64252d3c6058608b9e127079e4978ee2ccd9f4b9 | [
"Apache-2.0"
] | permissive | laidu/java-learn | 5382cf6a635871de27d0bd84ee75a35a5e45936d | e33e1ca519652c06e6dea47159daeb6f1f76431c | refs/heads/master | 2023-07-09T10:37:17.163359 | 2023-06-26T14:07:57 | 2023-06-26T14:07:57 | 100,566,396 | 12 | 3 | Apache-2.0 | 2023-07-07T22:07:28 | 2017-08-17T05:50:37 | Java | UTF-8 | PlantUML | false | false | 797 | puml | @startuml
skinparam backgroundColor #EEEBDC
skinparam handwritten true
skinparam sequence {
ArrowColor DeepSkyBlue
ActorBorderColor DeepSkyBlue
LifeLineBorderColor blue
LifeLineBackgroundColor #A9DCDF
ParticipantBorderColor DeepSkyBlue
ParticipantBackgroundColor DodgerBlue
ParticipantFontName Impact
ParticipantFontSize 17
ParticipantFontColor #A9DCDF
ActorBackgroundColor aqua
ActorFontColor DeepSkyBlue
ActorFontSize 17
ActorFontName Aapex
}
abstract class AbstractSubject
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
@enduml | false | true | false | false | class |
e5b3a49271aecac2438af4889a0e36fc41d256b9 | b45fa3584d86664b968ca4261d425300da67d5b1 | /Diagrams/UseCaseDiagrams/RegisterUseCase.puml | 7f3446704fd9bd3c3d31bc161f146f9e9132f340 | [] | no_license | syedyasirali22/Attendance | c19de58683356c1375bfd9b0a2e9d822759b7d3a | f91ae28e13d08ee03f695ea72273ad29d091de0d | refs/heads/master | 2020-09-21T02:47:03.104110 | 2020-01-07T10:52:42 | 2020-01-07T10:52:42 | 224,657,474 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 383 | puml | @startuml
'note left of User: This is user
'note right of Admin : This is Admin/HR
left to right direction
skinparam packageStyle rectangle
actor employee
actor admin
rectangle Registration {
employee --> (Enter details)
employee --> (Submit details)
(Enter details) .> (Submit details) : Validating Enteries
(Enter details) <-- admin
admin --> (Submit details)
}
@enduml | false | true | false | false | usecase |
5789e31a0439f8204360b99c587e00cee59b5ae5 | afaba8b7f5d826664155b257db77cf4dbf4b8816 | /oop-pattern/ch07/resources/01-strategy.puml | 282b3d9336ec49b8cb7eceabdc3b592dd196a67c | [
"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 | 377 | puml | @startuml
skinparam linetype ortho
class Calculator <<context>> {
+ calculate(List<Item>): int
}
interface DiscountStrategy <<strategy>> {
+ getDiscountPrice(Item): int
}
class FirstGuestDiscountStrategy <<concrete>> implements DiscountStrategy {}
class NonFreshItemDiscountStrategy <<concrete>> implements DiscountStrategy {}
Calculator .> DiscountStrategy
@enduml
| false | true | false | false | class |
65df031d37372a9241dcce66b65582ce22ca2238 | e7b46ab28944e0e492271f96b723069446a108d4 | /Bounty Hunter/src/iterfaces/iterfaces.plantuml | f37e55b82206eb39cbb10de1a7ff3772c0ac16bb | [] | no_license | badboiririi/blonde | 21fb32baee3adb765c5f8ebb58a94f278b612ee9 | a688ab3006516f9f0cc23c73897cd8a5dcb100dc | refs/heads/main | 2023-06-09T18:55:18.723775 | 2021-06-24T03:01:19 | 2021-06-24T03:01:19 | 367,758,887 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 659 | plantuml | @startuml
title __ITERFACES's Class Diagram__\n
namespace iterfaces {
interface iterfaces.AddItf {
{abstract} + add()
}
}
namespace iterfaces {
interface iterfaces.ChangeItf {
{abstract} + change()
}
}
namespace iterfaces {
interface iterfaces.DeleteItf {
{abstract} + delete()
}
}
namespace iterfaces {
interface iterfaces.SearchItf {
{abstract} + search()
}
}
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 |
320811277712ecddb4a91c6b63bb119c46e48694 | 9b3616421f092d1687196a33357adcf8699ce414 | /src/main/java/by/dm13y/templates/behavior/chainofresponsibility/ChainOfResponsibility.puml | 063e3d777cda32b52f8e1fe83310c75753be0422 | [] | no_license | DmitryevichD/templates | 6f43ae1d6729c6a75ed577aa2b8436c68b580abf | 2bdb3c585c35ec29ea0641594dcc963c57493c19 | refs/heads/master | 2021-09-03T17:36:38.819918 | 2018-01-10T19:02:17 | 2018-01-10T19:02:17 | 113,492,704 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 288 | puml | http://plantuml.com/class-diagram
@startuml
class Client{
}
interface Handler{
+handle()
}
class ConcreteHandler1{
+handle()
}
class ConcreteHandler2{
+handle()
}
Client --> Handler
Handler --> Handler : nextHandler()
ConcreteHandler1 --|> Handler
ConcreteHandler2 --|> Handler
@enduml | false | true | false | false | sequence |
9713427913eceff202feb5f5e088b45cb83aa0a2 | 17fe0f5df5b8d1ad7ab001775c37cf6c9ca3084e | /bridge/uml.puml | 737aa6d3a3d7f76694a501c30ba10f350d5d8c7b | [] | no_license | lazy3311/design_patterns | a91c86a17aeb8bda3564c2f4db2cd8f5774b63ea | f8da613ecf14d9f47fac67d1efafbafe6156f0b1 | refs/heads/master | 2022-12-09T20:32:13.457813 | 2020-09-11T09:25:31 | 2020-09-11T09:25:31 | 286,716,509 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 664 | puml | @startuml bridge_pattern
!define DARKORANGE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
abstract class Abstraction <<Window>>{
- Implementor impl;
+ {abstract} function();
}
class RefinedAbstraction {
+ function();
}
abstract class Implementor <<View>>{
+ {abstract} implementation();
}
class ConcreateImplementor {
+ implementation();
}
Abstraction <|-- RefinedAbstraction
Implementor <|-- ConcreateImplementor
Abstraction o-right- Implementor
note "LongWindow and ShortWindow" as N1
N1 .up. RefinedAbstraction
note "MusicAlbumView and BookView" as N2
N2 .up. ConcreateImplementor
@enduml | false | true | false | false | class |
1ab8feaa15b1b964dc210e37c08497e25a85c9d5 | 3a87571e84f18ed4bf02f652408bee9e4a18505c | /diagram/declarative.puml | e7b9f807975b4463d77bfdc0c97ad8f2dbeefc42 | [
"MIT"
] | permissive | canonical-debate-lab/cd-domain-model | e2b945066f963d12206083792f063e56886ef13b | 37921e45659b6d0bd2d0d8ed8679f2d010e2c4bb | refs/heads/main | 2023-04-02T18:12:29.555732 | 2021-04-13T16:05:31 | 2021-04-13T16:05:31 | 317,239,684 | 1 | 0 | MIT | 2020-12-11T18:54:27 | 2020-11-30T13:55:48 | Kotlin | UTF-8 | PlantUML | false | false | 330 | puml | @startuml
class DeclarativeSentence
class Claim
Claim "*" o--* "*" DeclarativeSentence : equivalence
DeclarativeSentence "*" --> "*" DeclarativeSentence : equivalent
(DeclarativeSentence , DeclarativeSentence) . SentenceRelation
class Argument
Argument o--> "*" Claim : premises
Argument o--> "1" Claim : conclusion
@enduml
| false | true | false | false | sequence |
1a245df7f861e032b60ba87a52c20994b1c0f81b | 46ac19fdc1692da6dea80d191b853c1d9cfddb16 | /Documentation/Scrollbar.puml | c68280924cde0cc010fe872439f2289a8975a32d | [
"MIT"
] | permissive | bobkocisko/libgui | 661022676987c163f038fdd5d08f90d0fc2b740f | 41444ff9db4c1848b193ded7d6fb1c982bee31c4 | refs/heads/master | 2021-08-07T17:55:37.755759 | 2021-07-30T15:55:13 | 2021-07-30T15:55:13 | 33,839,331 | 5 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 310 | puml | @startuml
[*] --> Idle
Idle --> Pending: Enter
Pending --> Idle: Leave
Pending -left-> Engaged: Push / RecordAnchor
Engaged --> Pending: Release
Engaged --> EngagedRemotely: EngagedEscape
Engaged --> Idle: Leave
EngagedRemotely --> Engaged: EngagedReturn
EngagedRemotely -> Idle: Release || Leave
@enduml | false | true | false | false | sequence |
4970b4b379c575c6892b2fab138bb119f78814f1 | b8c409912c930baf8050f8c85da0cf2e97966b27 | /src/main/resources/uml/seq/1_10分割示意图.puml | b1b975da00e3a67aeb46204f4e31585f2de599a5 | [] | no_license | tom1120/BaseStudy | 8cd1b735a119e022d54738c7ba3d8a9cd16aa8d5 | 35d1c19a6ebaabbb52870af8b61604d8f0290a5e | refs/heads/master | 2023-07-24T13:22:00.656180 | 2023-07-08T15:53:45 | 2023-07-08T15:53:45 | 135,059,686 | 0 | 0 | null | 2023-07-08T15:54:31 | 2018-05-27T15:40:27 | Java | UTF-8 | PlantUML | false | false | 331 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
newpage
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
newpage A title for the\nlast newpage
Alice -> Bob:message 5
Alice -> Bob:message 6
@enduml | false | true | false | false | sequence |
6363d44cf2a0c1bd38fefcdc7d0f0c05f6e8804e | 6f1db16773b28dd44756aa65c5e665b94b0152aa | /TD2/TD2.2.plantuml | fccaefab9cd5224d3de4552ca76804c19ceef0b7 | [
"MIT"
] | permissive | IUT-Blagnac/bcoo-Renaud-HUSSON | 9bd545129e74ba8409cecf9760848a4d2271951a | ea4063f77e7281c6fbed7ce70a6c7c2d8f8bc03b | refs/heads/main | 2023-03-22T17:48:51.275709 | 2021-03-11T09:31:26 | 2021-03-11T09:31:26 | 335,632,363 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 372 | plantuml | @startuml Ligne
hide circle
hide empty members
hide empty methods
class Concours {
ville
date
}
class Race {}
class Chien {
id
nom
dateDeNaissance
sexe
}
class Proprietaire {
nom
adresse
}
class Classement {
place
}
class Ville {
nom
}
(Chien, Concours) . Classement
Proprietaire "10" -- "1" Chien
Chien - "1" Race
Ville "1" - Concours
@enduml | false | true | false | false | class |
1069c8e85038cd6b2f56f7dc6e25217bac7e7174 | 373861653fd34beb6f2e073a3e77e07c9ebc7f5d | /de.gematik.ti.healthcard.common/src/main/java/de/gematik/ti/healthcard/control/common/CardDetector.plantuml | 3dbdc514f72276dec977c1d544bdf6024b2115a1 | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardControlCommon | 3c190515d68689fe3d6aec1afaec3013e75011d5 | dddb68cecbfe446b6fd76874aac7569ca1fa27a2 | refs/heads/master | 2022-01-20T15:15:50.239121 | 2022-01-07T07:24:15 | 2022-01-07T07:24:15 | 214,093,084 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,810 | plantuml | @startuml
package de.gematik.ti.healthcard.control.common {
class CardDetector {
{static} - LOG : Logger
{static} - TAG : String
{static} - RECEIVE_BUFFER_SIZE : int
- healthCardMap : Map<ICardReader, IHealthCard>
{static} - instance : CardDetector
- CardDetector()
{static} + getInstance()
{static} + startDetection()
{static} + stopDetection()
+ register()
+ unregister()
+ handleCardPresentEvents()
- createHealthCardWithTypeAndSendEvent()
- extractCardType()
- sendEvent()
- createPresentEventForHealthCardType()
- getHealthCardTypeSmcb()
- getHealthCardTypeHba()
- getHealthCardTypeForEgk()
+ handleCardAbsentEvents()
- sendCardAbsentEvent()
+ handleCardReaderDisconnectedEvents()
- createAbsentEventForHealthCardType()
}
}
package de.gematik.ti.healthcard.control.common {
enum CARD_TYPE {
EGK
HBA
SMCB
UNKNOWN
}
}
package de.gematik.ti.healthcard.control.common {
class CardGenerationExtractor {
+ getCardGeneration()
+ getCardGeneration()
- convertToInt()
- check()
}
}
package de.gematik.ti.healthcard.control.common {
enum CardGeneration {
G1
G1P
G2
G2_1
UNKNOWN
}
class WrongObjectSystemVersionArraySizeException {
{static} + MESSAGE : String
+ WrongObjectSystemVersionArraySizeException()
}
}
CardDetector +-down- CARD_TYPE
CardDetector o-- CardGenerationExtractor
CardGenerationExtractor ..> WrongObjectSystemVersionArraySizeException
CardGenerationExtractor ..> CardGeneration
@enduml
| false | true | false | false | class |
d7c00a770ceeae659fd2182aeb315d2774a87459 | 85d2f5a9369f8d03b1ca9d5942cfb483b0499839 | /doc/images/order_states.puml | 5465725af9ea83c2a419524ac2803143b07d741b | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | mhvis/pretix | 914dc3f80d68c469fa8221a0cc3ff69b00de0d97 | 3f5e8353675c371714a02d10d287ce5cc2ae3113 | refs/heads/master | 2021-01-25T09:44:44.656064 | 2019-10-24T14:07:34 | 2019-10-24T14:07:59 | 123,315,869 | 0 | 0 | Apache-2.0 | 2018-02-28T17:04:50 | 2018-02-28T17:04:50 | null | UTF-8 | PlantUML | false | false | 776 | puml | @startuml
Pending: Order is expecting payment\nOrder reduces quotas
Expired: Payment period is over\nOrder does not affect quotas
Paid: Order was successful\nOrder reduces quotas
Canceled: Order has been canceled\nOrder does not affect quotas
[*] --> Pending: customer\nplaces order
Pending --> Paid: successful payment
Pending --> Expired: automatically\nor manually\non admin action
Expired --> Paid: if payment is received\nonly if quota left
Expired --> Canceled
Expired --> Pending: manually\non admin action
Paid --> Canceled: manually on\nadmin action\nor if an external\npayment provider\nnotifies about a\npayment refund
Pending --> Canceled: on admin or\ncustomer action
Paid -> Pending: manually on admin action
[*] --> Paid: customer\nplaces free order
@enduml
| false | true | false | false | sequence |
dc5c520681a44df2164bc211b23c5f3c301bf766 | c1b7dd71406bbe325760afb39ae1e38afb5fb5a8 | /Partitioning/PartitioningSequence.plantuml | 7f11f57ee0c08951c3d3e23174e765207bbf67cf | [] | no_license | misterpaws/Partition-Reduce | b089851732266848780e0ba658ed7a0e147946ad | 0bb0eddad8e2f4f655ffae779b71d340f5972e1e | refs/heads/main | 2023-04-16T11:50:10.708191 | 2021-04-28T02:15:29 | 2021-04-28T02:15:29 | 362,314,681 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,334 | plantuml | @startuml
group from reduction stage
Conditional -> IReducable : subscribe
Reduction -> IReducable : subscribe
end
loop IReducable in queue
Partitioner -> IReducable : visit
IReducable -> Conditional : getHeuristicSum
Conditional -> IReducable : getValue
loop call reductions in order of priority to get value
Conditional -> Reduction : getHeuristicAtValue
Reduction -> Conditional : heuristic
end
IReducable --> Conditional : value
loop call reductions in order of priority
Conditional -> Conditional : Check next \nsubscribed reduction
end
end
@enduml
Partition function to conditional : If i change value by X how many subscribed reductions are activated?
returns heuristic value per condition (first conditions when multiple much lower value)
partition function determines direction of propagation, seperate forwards and backwards pass
partition visitor keeps track of highest encountered heuristic
Add missing subscriptions for reductions before partitioning step
Priority between reductions and partitioning
Need n splits to partition vs Power reduction with x*y ingoing/outgoing
easy to increase heuristics, just pass -2 as value to conditional instead of -1(outgoing reduced by 2)
define heuristic value of IReducable as function of other IReducable! | false | true | false | false | sequence |
eaf93426ffb098e5838997dd19ad1b753aa1931e | 10d153ee925c8511a5a2470cbf3dae3e4aa96ac9 | /Diagramme de classe/L6 - Packages/exemples/l6dc2/dc_2.puml | 6be308b130c7cea2d51aada4521624648c4944fc | [] | no_license | profesig/exosOO | db703060b96949019a6a7bf6a462b1bd6070d633 | 56ec1d91ea4d4f8c1a6480e3e43d483593878e60 | refs/heads/master | 2016-09-05T17:07:28.191472 | 2014-02-27T16:57:44 | 2014-02-27T16:58:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 165 | puml | @startuml
namespace com.thebank.smspay {
class Client
namespace commands {
abstract class Command
class Transfer extends Command
}
}
@enduml~ | false | true | false | false | class |
df19b88f3dbb821479e469ac07a80e47917bf171 | 7f8a5bc698dac045ffba0a8ee9b6333eb293f612 | /assets/redis-cluster-multi-master.puml | 4569a2810fb6ff8345a0a82b9731eb34d89df462 | [] | no_license | Tensho/Tensho.github.io | 812a8361e8e842c0d644218a2a67d1910c71ccce | 7aca2459b2c7578ebe6bf27104eab9ef64461ea9 | refs/heads/master | 2023-02-08T16:13:30.076695 | 2022-12-08T14:31:19 | 2022-12-08T14:31:19 | 110,945,628 | 0 | 2 | null | 2023-01-31T03:42:03 | 2017-11-16T08:39:00 | HTML | UTF-8 | PlantUML | false | false | 902 | puml | @startuml
Title Redis Cluster - Multi-Master
skinparam componentStyle rectangle
together {
[Redis Client] as RC1
[Redis Client] as RC2
}
together {
[Redis Client] as RC3
[Redis Client] as RC4
}
component "Redis Cluster" as RC {
together {
node "Node 1" as N1 {
[Redis Master] as RM1
}
node "Node 2" as N2 {
[Redis Master] as RM2
}
node "Node 3" as N3 {
[Redis Master] as RM3
}
[RM1] <.> [RM2] : replicate
[RM2] <.> [RM3] : replicate
}
together {
node "Node 4" as N4 {
[Redis Slave] as RS1
}
node "Node 5" as N5 {
[Redis Slave] as RS2
}
node "Node 6" as N6 {
[Redis Slave] as RS3
}
}
[RM1] ..> [RS1] : replicate
[RM2] ..> [RS2] : replicate
[RM3] ..> [RS3] : replicate
}
[RC1] --> [RM1] : write
[RC2] --> [RM3] : write
[RC3] -u-> [RS1] : read
[RC4] -u-> [RS2] : read
@enduml
| false | true | false | false | sequence |
a9673ec764fbee6e0f18436ecf390641c8f3ca37 | 2b08955e13aee2fa092a7bb75f0d642a3e821fc9 | /src/main/java/org/huyong/my/spring/mvc/ContextLoaderListener.puml | 1249364ecba76a35256ff39b53756c33994f43aa | [] | no_license | huyong1023/my | c720672779ad1450996fbe31c7281a2149178247 | f94eb36558172613fd236691fd01f56467e8968b | refs/heads/master | 2023-01-28T15:20:33.176092 | 2023-01-05T02:40:40 | 2023-01-05T02:40:40 | 136,870,750 | 3 | 2 | null | 2022-12-16T02:41:23 | 2018-06-11T03:37:39 | Java | UTF-8 | PlantUML | false | false | 434 | puml | @startuml
interface EventListener{
}
interface ServletContextListener{
contextInitialized(ServletContextEvent sce);
}
class ContextLoader{
initWebApplicationContext(ServletContext servletContext);
}
class ContextLoaderListener{
contextInitialized(ServletContextEvent sce);
}
EventListener <|-- ServletContextListener
ServletContextListener <|.. ContextLoaderListener
ContextLoader <|-- ContextLoaderListener
@enduml | false | true | false | false | class |
b60013085f38a8c7bd6f5d59ea9e19ef817dac2f | dcb6b2bc89ce3066809fb3cd26cda2b7ea342191 | /uml/UML-Sequence-Android.puml | 3edcb186b52176de0771ac59df0d6c2c28b04ab1 | [
"Apache-2.0"
] | permissive | D0m1no/MusicPlayer | f64cf174e2c7fadc1a4e35eb3dd01e1e8727faeb | 902d728cdcfa8f9115996b2567a875220af8b073 | refs/heads/master | 2020-03-19T15:42:51.464822 | 2018-06-09T02:03:12 | 2018-06-09T02:03:12 | 136,682,465 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 471 | puml | @startuml
actor Users as U
participant Activity as A
participant AudioPlayService as S
participant LocalBroadCastManager as L
activate A
A -> L : registerReceiver
activate L
L --> A : success
deactivate L
deactivate A
U -> A : Music Control
activate A
A -> S : startService
deactivate A
activate S
S -> L : sendBroadcast
deactivate S
activate L
L -> A : onReceive
deactivate L
activate A
A --> U : Update UI
deactivate A
@enduml | false | true | false | false | sequence |
64b2d8dcf28b8cc2a124faf27f798d5c0ad29312 | b615d963ae1cfa22289775c561dd073b55a71ebd | /docs/uml-class-diagrams/display01/test/DisplayGpsManagerImplementationTests/DisplayGpsManagerImplementationTests.puml | f97948e5be6957897bfee361cce2572b533fab88 | [] | no_license | elilley15/csi-3370-software-project | 8062dddf435ab0c7941acdf03225f84c18457947 | d2642cf649dabeafd6d9753c483b9df265d85118 | refs/heads/main | 2023-01-18T15:48:03.237629 | 2020-11-28T21:24:10 | 2020-11-28T21:24:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 151 | puml | @startuml DisplayGpsManagerImplementationTests
package edu.oakland.test.display01 {
class DisplayGpsManagerImplementationTests {
}
}
@enduml | false | true | false | false | class |
12ff27eaccadc289d16281be60668cf70637532f | 867ee10049e726cedd0de9b42fe9e372e51e9775 | /QuizzGame/app/src/main/java/com/example/padurean/quizzgame/Diagrams/KnowledgeLvl.puml | ea643e22ad3a94cc3ccff29464a6a0394175dad2 | [] | no_license | florinapadurean/Licenta | 726ce08b39c1ee032edc1f1af64400c3842be8f4 | 73ff6cc990d43a5865ae5ba79ea141823c6a1f77 | refs/heads/master | 2021-01-21T11:03:07.281994 | 2017-07-07T21:32:09 | 2017-07-07T21:32:09 | 91,721,963 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,301 | puml | @startuml
actor Player
Player->LevelsMenu:onClick(Button generalKnowledge)
LevelsMenu -> MainActivity: MainActivity.send("Knowledge");
Socket <- MainActivity: send("Knowledge");
LevelsMenu -> KnowledgeLvl: getFragmentManager.replace(R.id.frag_menu,battleshipLvl,"battleshipfragment")
KnowledgeLvl -> KnowledgeLvl: wait for friend press the same level
Socket->MainActivity: recieveMessage("Knowledge");
MainActivity->KnowledgeLvl: setMessage("Knowledge");
KnowledgeLevel->Manager:getDataKnowledge(KnowledgeLvlCallback callback)
KnowledgeLevel<-Manager:callback.setData(List<Question> data)
note over KnowledgeLvl
goodAnswerButton=a number randomly between 1 and 2,set answers correspondingly and show answer
end note
Player->KnowledgeLvl:onClick(Button button)
alt button=goodAnswerButton
KnowledgeLvl->KnowledgeLvl:setView2Data()
note over KnowledgeLvl
goodAnswerButton=a number randomly between 1 and 3,set answers correspondingly and show answer
end note
Player->KnowledgeLvl:onClick(Button button)
alt button=goodAnswerButton
KnowledgeLvl->KnowledgeLvl:setView3Data()
note over KnowledgeLvl
goodAnswerButton=a number randomly between 1 and 2,set answers correspondingly and show answer
end note
Player->KnowledgeLvl:onClick(Button button)
alt button=goodAnswerButton
KnowledgeLvl -> MainActivity: MainActivity.send("myTime:"+myTime);
MainActivity->Socket: Socket.send("myTime:"+myTime)
Socket->MainActivity: recieveMessage("myTime:"+player2Time);
MainActivity->KnowledgeLvl: setMessage("myTime:"+player2Time");
alt player2Time>myTime
note over KnowledgeLvl
You Won
end note
else player2Time<myTime
note over KnowledgeLvl
You Lost
end note
else button!=goodAnswerButton
note over KnowledgeLvl
You Lost
end note
end
else button!=goodAnswerButton
note over KnowledgeLvl
You Lost
end note
end
else button!=goodAnswerButton
note over KnowledgeLvl
You Lost
end note
end
else button!=goodAnswerButton
note over KnowledgeLvl
You Lost
end note
end
@enduml | false | true | false | false | usecase |
b2634ec07259e9ed6eda7785e408406cc5af5183 | 53113068da46dc2b6a6359b497240854c2ca0913 | /asciidocs/plantuml/cld.puml | 84004aa7aa82271664db130145b19ec1c23028cc | [] | no_license | 2122-5ahif-nvs/02-microproject-MathiasBal | fa52e202644fe6e45b198a3c8fa4d09a31f0c77d | d1cbe85ee882472e9a414dc53edd24b97348d8cc | refs/heads/master | 2023-08-24T22:34:28.282289 | 2021-10-13T19:56:44 | 2021-10-13T19:56:44 | 413,361,512 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 528 | puml | @startuml
class Product{
*id Long
productName String
materialType String
productionCost Double
}
class Order{
*id Long
orderByDate LocalDate
customer Customer
}
class Customer{
*id Long
clientName String
streetName String
streetNumber String
areaCode Long
}
class OrderDetails{
*orderDetails Long
product Product
order Order
numberOfProducts Long
}
Customer "1" -> "*" Order: places >
Order "*" <- "*" Product: holds >
(Order, Product) .. OrderDetails
@enduml | false | true | false | false | sequence |
487cc0c6b7f10cd5892d4488782a35ab1685b4d1 | 7e361e102357c45a4e58c934012448affd1e1556 | /out/production/singleResponsibility/top/liumuge/uml/composition/composition2.puml | 024dca495a0d0790225cab7529c2bf59c75d7aff | [] | no_license | lcopilot/DesignPattern-learn | c01bb0a1c6aa41a6340b5e27fbfe65da9addb001 | c21cfeeefbbe98fb14d0c4ff1b2361c7c94c8c1e | refs/heads/master | 2022-11-25T12:38:29.726146 | 2020-08-04T13:47:39 | 2020-08-04T13:47:39 | 284,993,638 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 139 | puml | @startuml
Head --o Person
IDCard --* Person
class Person{
- idCard:IDCard
- head:Head=new Head()
}
class Head{
}
class IDCard{
}
@enduml | false | true | false | false | class |
829cc03b828f2e04da74c8cee91bba44a43e51de | a1a347d269c8fadd3ee5e0503e67c2875d101955 | /calculator.plantuml | b01052b7777e370356580f73b81f7fcaef0b1196 | [] | no_license | priyabrat25/Virtual-SDP-Calculator | f97266629cc7ab8b8947ee46845ddfbf22722807 | 0d6a3cd716333f5ea65ba8abab6356284a0f0dfd | refs/heads/main | 2023-08-24T17:00:09.125113 | 2021-10-21T13:02:49 | 2021-10-21T13:02:49 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,158 | plantuml | @startuml
title __CALCULATOR's Class Diagram__\n
namespace calculator {
class calculator.Addition {
+ calculate()
}
}
namespace calculator {
class calculator.CalculatorRunner {
{static} + main()
}
}
namespace calculator {
class calculator.Division {
+ calculate()
}
}
namespace calculator {
class calculator.Multiplication {
+ calculate()
}
}
namespace calculator {
interface calculator.Operation {
{abstract} + calculate()
}
}
namespace calculator {
class calculator.OperationDecider {
+ getOperation()
}
}
namespace calculator {
class calculator.Subtraction {
+ calculate()
}
}
calculator.Addition .up.|> calculator.Operation
calculator.Division .up.|> calculator.Operation
calculator.Multiplication .up.|> calculator.Operation
calculator.Subtraction .up.|> calculator.Operation
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 |
03392984ff1f9ef69087f31d6948fa8af5b2bcc7 | 2439874ae3af5249c7e7db694925d703742c62d8 | /use-cases/use-case-24.puml | d2de82c7b0d8e0a157f197f1e73a195e9c17b23c | [
"Apache-2.0"
] | permissive | KerrJack/seMethodsCoursework | cd8a09a10a6cde549d5d4aea336f978e388bb42f | cf193199eab927133dff7e366f852b891d387a30 | refs/heads/master | 2023-04-20T21:25:05.745471 | 2021-04-30T15:35:55 | 2021-04-30T15:35:55 | 337,515,667 | 0 | 0 | Apache-2.0 | 2021-04-27T22:21:49 | 2021-02-09T19:38:15 | Java | UTF-8 | PlantUML | false | false | 460 | puml | @startuml
actor user as "user"
rectangle Database
rectangle "program" {
usecase UC4 as "Get population of cities in continents"
usecase UC5 as "Get population of people in continent"
usecase UCa as "take cities from total"
usecase UCb as "print answer"
usecase UCc as "print cities population"
user - UC4
user - UC5
UC4 ..> UCa
UC5 ..> UCa
UCa ..> UCb
UC4 ..> UCc
UC4 - Database
UC5 - Database
}
@enduml | false | true | false | false | usecase |
ac1e6abaef872b0260783080271e8db4a3126991 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/core03_02/sort_range_of_cells/i130372/draft_core_03_02.puml | 4955aad823d0e2a7b6ff4c38577b2e98070bd621 | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,145 | puml | @startuml doc-files/core03_02_draft_core_03_02.png
actor User
participant "<<<analysis\nFrame>>" as fr
participant "<<analysis>>\nSortUI" as UI
participant "<<analysis>>\nChooseColumnUI" as colUI
participant "<<analysis>>\nSortCtrl" as ctrl
participant "<<analysis>>\nSpreadsheet" as sheet
participant "<<analysis>>\nCell" as cell
User->fr:select a range of cells
User->UI:choose the type of sort
activate UI
UI->ctrl:verifyNumberOfColumns()
UI->UI:getSelectedColumns()
UI->sheet:getSelectedColumns()
alt if number of selected columns > 1
UI->colUI:create(controller)
deactivate UI
User->colUI:choose column
activate colUI
colUI->ctrl:sortCells(column)
deactivate colUI
loop for each cell of the column
ctrl->cell:getContent()
activate ctrl
ctrl->ctrl:compareContentValue()
deactivate ctrl
end loop
end alt
alt if the number of selected columns == 1
UI->ctrl:sortCells()
ctrl->ctrl:getColumnOfSelectedCell()
activate ctrl
loop for each cell of the column
ctrl->cell:getContent()
ctrl->ctrl:compareContentValue()
deactivate ctrl
end loop
end alt
@enduml | false | true | false | false | usecase |
af6abfa64cd57cdce649bc40b9eb58a390c18a98 | 57fbc019b098405977ffe0e93551d48425ba78d0 | /smart-contracts/misc/workflow-battery.plantuml | 33b8054f4b945dd73183ca33c3141974d5f0db36 | [] | no_license | 3rdstage/models | 40922c538ad3b56a555817d2258ee5f863002fca | 7d6d41020f53fb39eace3fa3987af63a56d0ace3 | refs/heads/master | 2023-07-19T08:53:40.724866 | 2023-01-09T09:00:46 | 2023-01-09T09:00:46 | 205,056,655 | 0 | 2 | null | 2021-11-04T06:22:06 | 2019-08-29T01:39:54 | D | UTF-8 | PlantUML | false | false | 1,696 | plantuml | @startuml
' Python 3 Collections
' https://github.com/python/cpython/blob/v3.8.5/Lib/_collections_abc.py
' https://plantuml.com/class-diagram
' https://plantuml.com/sequence-diagram
' https://plantuml-documentation.readthedocs.io/en/latest/formatting/all-skin-params.html
' https://plantuml-documentation.readthedocs.io/en/latest/formatting/all-skin-params.html#class
skinparam {
DefaultFontName Monaco
'DefaultFontName Consolas
'DefaultMonospacedFontName Consolas
DefaultFontStyle bold
BackgroundColor transparent
BoxPadding 300
PageMargin 10
ArrowThickness 1
MinClassWidth 75
ClassFontStyle bold
ParticipantPadding 20
}
skinparam Sequence{
DividerBorderThickness 2
LifeLineBorderThickness 2
ParticipantBorderThicknessa 2
ReferenceBorderThickness 2
}
skinparam Group{
BorderThickness 1
BorderShadowing false
}
hide Circle
hide Footbox
caption Create Project / Register Battery Info
Actor "Rentcar Admin" as admin
Participant "ProjectManager" as pm <<contract>>
Participant "Project" as prj <<contract>>
Participant "Battery Infos" as cntrb <<contract>>
admin -> pm ++ : createProject()
admin++
pm -> pm ++ : hasRole(DEFAULT_ADMIN_ROLE)
pm --
pm -> prj **
prj ++
prj -> prj ++ : _setRewardPot()
prj -->>] : emit RewardPotUpdated
prj --
pm <-- prj
prj --
admin <-- pm --
admin --
...
admin -> cntrb ++ : addOrUpdateBatteryInfo()
admin ++
cntrb -> cntrb ++ : hasRole(DEFAULT_ADMIN_ROLE)
cntrb --
cntrb -> prj ++ : isRewarded()
prj --
alt {previous}
cntrb -->>] : emit BatteryInfoUpdated
else
cntrb -->>] : emit BatteryInfoAdded
end
admin <-- cntrb --
admin --
...
@enduml | false | true | false | false | usecase |
f60e8a3773865edc8bd53761aedc406740a65600 | 5556113ce914f506bc610dbd2f75994db49be4d6 | /Conception/Diagramme des cas d'utilisation.puml | 4502ba51618ba175963c5c732b03d068c540a328 | [] | no_license | flamy39/produits | 96c8d1b2d1674f6a80ef074a30ef1fd2570e355d | 7ce1e6a6381b8dcbb40e36bcffee75354b0723b7 | refs/heads/master | 2023-01-15T01:23:02.542718 | 2020-11-18T17:32:39 | 2020-11-18T17:32:39 | 314,009,277 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 193 | puml | @startuml
Left to right direction
:Utilisateur: as u
rectangle site {
usecase (Visualiser \nles produits) as UC1
usecase (Rechercher \ndes produits) as UC2
}
u --> UC1
u --> UC2
@enduml | false | true | false | false | usecase |
99172089eb626da0783a777dc29fe9658a1fbc32 | d68b1330ef8ce59c635f4692417a9192d5206942 | /framework/src/main/java/no/ntnu/idi/apollo69framework/uml/framework_classes.plantuml | ac3be170b468def1759a26d3b0c42878f2e44279 | [
"MIT"
] | permissive | GardSteinsvik/apollo-69 | 847f74b762383641db20214ff7b5281c9d63f130 | 96cbf617618075a54613112bc8c0b34215fd50f7 | refs/heads/master | 2021-02-12T20:21:06.214711 | 2020-04-27T16:02:37 | 2020-04-27T16:02:37 | 244,626,902 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,552 | plantuml | @startuml
namespace no.ntnu.idi.apollo69framework {
class Apollo69Framework {
{static} + getMessageClasses()
}
class MessageClassListHolder {
{static} - CLASSES_SINGLETON : List<Class>
}
class GameObjectDimensions {
{static} + ASTEROID_HEIGHT : float
{static} + ASTEROID_WIDTH : float
{static} + GAME_RADIUS : int
{static} + GEM_HEIGHT : float
{static} + GEM_RADIUS : float
{static} + GEM_WIDTH : float
{static} + INNER_RADIUS : int
{static} + POWERUP_HEIGHT : float
{static} + POWERUP_RADIUS : float
{static} + POWERUP_WIDTH : float
{static} + SHOT_HEIGHT : float
{static} + SHOT_WIDTH : float
{static} + SPACE_SHIP_HEIGHT : float
{static} + SPACE_SHIP_WIDTH : float
}
class no.ntnu.idi.apollo69framework.HelperMethods {
{static} + getRandomNumber()
{static} + getRandomPosition()
}
namespace network_messages {
class DeviceInfo {
- deviceId : String
+ DeviceInfo()
+ DeviceInfo()
+ getDeviceId()
+ setDeviceId()
}
class PlayerDead {
+ PlayerDead()
}
class PlayerInQueue {
- position : int
- queueSize : int
+ PlayerInQueue()
+ PlayerInQueue()
+ getPosition()
+ getQueueSize()
+ setPosition()
+ setQueueSize()
}
class PlayerInput {
- boosting : boolean
- playerId : String
- posX : float
- posY : float
- rotationDegrees : float
- shooting : boolean
+ PlayerInput()
+ PlayerInput()
+ getPlayerId()
+ getPosX()
+ getPosY()
+ getRotationDegrees()
+ getType()
+ isBoosting()
+ isShooting()
+ setBoosting()
+ setPlayerId()
+ setPosX()
+ setPosY()
+ setRotationDegrees()
+ setShooting()
+ setType()
}
enum PlayerInputType {
BOOST
MOVE
ROTATE
SHOOT
}
class PlayerMatchmade {
}
class PlayerSpawn {
- name : String
- playerId : String
+ PlayerSpawn()
+ PlayerSpawn()
+ getName()
+ getPlayerId()
+ getPositionDto()
+ setName()
+ setPlayerId()
+ setPositionDto()
+ toString()
}
class ServerMessage {
- message : String
- recipientDeviceId : String
+ ServerMessage()
+ ServerMessage()
+ ServerMessage()
+ getMessage()
+ getRecipientDeviceId()
+ isForDevice()
+ setMessage()
+ setRecipientDeviceId()
}
class UpdateMessage {
- asteroidDtoList : List<AsteroidDto>
- explosionDtoList : List<ExplosionDto>
- pickupDtoList : List<PickupDto>
- playerDtoList : List<PlayerDto>
- powerupDtoList : List<PowerupDto>
- shotDtoList : List<ShotDto>
+ UpdateMessage()
+ getAsteroidDtoList()
+ getExplosionDtoList()
+ getPickupDtoList()
+ getPlayerDtoList()
+ getPowerupDtoList()
+ getShotDtoList()
+ setAsteroidDtoList()
+ setExplosionDtoList()
+ setPickupDtoList()
+ setPlayerDtoList()
+ setPowerupDtoList()
+ setShotDtoList()
}
namespace data_transfer_objects {
class AsteroidDto {
+ hp : float
+ AsteroidDto()
+ AsteroidDto()
}
class DimensionDto {
+ height : float
+ width : float
+ DimensionDto()
+ DimensionDto()
+ DimensionDto()
}
class ExplosionDto {
+ frameNumber : int
+ ExplosionDto()
+ ExplosionDto()
}
enum GemType {
COIN
DEFAULT
METEORITE
RUBY
STAR
}
class PickupDto {
+ PickupDto()
+ PickupDto()
}
class PlayerDto {
+ boosting : boolean
+ hp : float
+ name : String
+ playerId : String
+ score : int
+ shieldHp : float
+ spaceshipType : int
+ visible : boolean
+ PlayerDto()
+ PlayerDto()
}
class PositionDto {
+ x : float
+ y : float
+ PositionDto()
+ PositionDto()
+ PositionDto()
}
class PowerupDto {
+ PowerupDto()
+ PowerupDto()
}
enum PowerupType {
ENERGY
HEALTH
INVISIBLE
SHIELD
}
class RotationDto {
+ degrees : float
+ x : float
+ y : float
+ RotationDto()
+ RotationDto()
}
class ShotDto {
+ radius : float
+ ShotDto()
+ ShotDto()
}
}
}
}
@enduml
| false | true | false | false | class |
c70fcb48ba838ec5a1db3ed90aa4437283a4a593 | 3656a927f988c285cfed0253c0d9e2309bfa3ba2 | /docs/database.puml | a88d4b2e8d77ed90fd9f0cef1e930b4725f0833c | [] | no_license | mjanowicz/bookshelf | b1956682792252c5deb0cca4ec3db1f83676406f | 9d0a083e90757be533e0c02a41bd612e789452f6 | refs/heads/master | 2022-11-28T13:57:10.186924 | 2020-08-13T08:56:40 | 2020-08-13T08:56:40 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,460 | puml | @startuml
!define table(name) class name << (T,#FFAAAA) >>
!define primary_key(x) <b><i>x</i></b>
!define foreign_key(x) <i>x</i>
!define unique(x) <color:green>x</color>
!define not_null(x) <b>x</b>
skinparam classFontSize 16
skinparam classFontStyle bold
hide class circle
hide methods
hide stereotypes
package users {
table(Avatar) {
primary_key(id)
--
imagePath
color
}
table(User) {
primary_key(id)
foreign_key(avatarId)
--
not_null(name)
info
unique(not_null(email))
not_null(passwordHash)
isAdmin: boolean
}
}
package library {
table(Author) {
primary_key(id)
--
not_null(name)
bio
photoPath
}
table(Book) {
primary_key(id)
not_null(foreign_key(authorId))
--
not_null(title)
description
coverPath
}
}
table(BookCopy) {
primary_key(id)
foreign_key(bookId)
foreign_key(ownerId)
foreign_key(borrowerId)
}
table(FavouriteBook) {
primary_key(id)
foreign_key(userId)
foreign_key(bookId)
}
' Relations
User --> Avatar : avatar
Avatar --> User : user
Book --> BookCopy : copies
User --> BookCopy: ownedBooksCopies
BookCopy --> User : owner
User --> BookCopy: borrowedBooksCopies
BookCopy --> User : borrower
FavouriteBook --> User : user
User --> FavouriteBook : favouriteBooks
FavouriteBook --> Book : book
Book -> Author : author
Author --> Book : books
@enduml
| false | true | false | false | sequence |
737fe96b56b93a06c6b6637fbb7de203cd79658b | f75b19119469831091a7ba1acfa2ff3243a0e297 | /src/main/java/oop/assignment3/ex43/base/exercise43.puml | 0d5e9cd7acc252715f11f0b159b1820fa9ae9c6c | [] | no_license | BrianCTNguyen/Nguyen-cop3330-assignment3 | 51c8dc7586665c8f29da884d85c84e10f5d4b0c7 | 0244dfe16b486e1ff9153eb27c1d9a1acc271ffe | refs/heads/master | 2023-06-04T01:48:46.961668 | 2021-06-21T03:59:56 | 2021-06-21T03:59:56 | 378,794,689 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 199 | puml | @startuml
'https://plantuml.com/sequence-diagram
class solution43{
WebsiteGenerator
siteName()
author()
createFolder(JS)
createFolder(CSS)
generateIndex.html()
}
@enduml | false | true | false | false | class |
765af5d21898c72fbe99ef09a9a8a5f904e796a8 | bebdf7c96ad9f6e844265b479ace3ecaecb89ebe | /diagrams/CosmosCode.puml | a7c7c7654f2785ed79452de8c14c2dccd62a7740 | [
"Apache-2.0"
] | permissive | jet/equinox | 006563a3a89db566311014c1ffd4ca320940a315 | da083a37ae520a1ad1f710f947b07d891c04c9bb | refs/heads/master | 2023-08-17T16:52:57.655413 | 2023-08-09T17:28:09 | 2023-08-09T17:28:09 | 101,387,536 | 439 | 80 | Apache-2.0 | 2023-09-14T01:30:20 | 2017-08-25T09:15:13 | F# | UTF-8 | PlantUML | false | false | 7,976 | puml | @startuml
title Code diagram for Equinox.CosmosStore Query operation, with empty cache and nothing written to the stream yet
actor Caller order 20
box "Equinox.Decider"
participant Decider order 40
end box
participant Aggregate order 50
participant Service order 60
box "Equinox.CosmosStore / CosmosDB"
participant IStream order 80
collections Cache order 90
database CosmosDB order 100
end box
Caller -> Service: Read("clientId")
participant Aggregate
Service -> Decider: Query(id, renderList)
Decider -> IStream: Load("Favorites-clientId")
IStream -> Cache: TryGet("Favorites-clientId")
Cache --> IStream: None
IStream -> CosmosDB: ReadItem(NoEtag, "Favorites-clientId", "-1")
CosmosDB -[#blue]-> IStream: 404 Not Found
note right IStream #lightblue: Charge = 1 RU
IStream <- Aggregate: initial
IStream -> Decider: { state = initial; version = -1 }
IStream --> Cache: Update("Favorites-clientId", { etag = null, version = -1, state = initial })
Decider -> Aggregate: renderList version state
Decider -> Caller: {result = list }
@enduml
@startuml
title Code diagram for Equinox.CosmosStore Transact operation, with cache up to date using Snapshotting Access Strategy
actor Caller order 20
box "Equinox.Decider"
participant Decider order 40
end box
participant Aggregate order 50
participant Service order 60
box "Equinox.CosmosStore / CosmosDB"
participant IStream order 80
collections Cache order 90
database CosmosDB order 100
end box
Caller -> Service: Execute("clientId", Favorite "A")
Service -> Decider: Transact(interpret (Favorite "A"))
Service -> Decider: maxAttempts
Decider -> IStream: Load("Favorites-clientId")
IStream -> Cache: TryGet("Favorites-clientId")
Cache --> IStream: None
IStream -> CosmosDB: ReadItem(etag, "Favorites-clientId", "-1")
alt Stream Empty (initial state)
CosmosDB -[#blue]-> IStream: 404 Not Found
note right IStream #lightblue: Charge = 1 RU
Decider -> IStream: initial
IStream -> Decider: { state = initial; events = [] }
Decider -> Aggregate: fold initial events
else load from snapshot
CosmosDB -[#green]-> IStream: 200, etag, u = [{c:"Snapshotted", d: {state = snapshottedValue}}])
note right IStream #lightblue: charge = f(READ * length(compressedTipDocument)
IStream -> Aggregate: codec.TryDecode("Snapshotted", snapshottedJsonElement)
IStream -> Aggregate: isOrigin (Snapshotted { state = snapshottedValue})
IStream -> Aggregate: fold initial snapshottedValue
else load from events
CosmosDB -[#green]-> IStream: 200, etag; version = version; u = [{c: "OldSnapshot", d: { ... }}])
note right IStream #lightblue: charge = f(READ * length(compressedTipDocument)
note over IStream: here we illustrate what happens if isOrigin rejects the OldSnapShot
IStream -> Aggregate: codec.TryDecode("OldSnapshot", oldSnapshotJsonElement)
IStream -> Aggregate: isOrigin OldSnapshot
Aggregate --[#red]> IStream: false
IStream -> CosmosDB: GetItemQueryIterator(version: <= version, "Favorites-Client")
CosmosDB --> IStream: [{ c: "EventType4"; d: "{ eventBody4}"}\n { c: "EventType3"; d: "{ eventBody3}"}]
note right IStream #orange: Charge = Query overhead + size-based charge
IStream -> Aggregate: codec.TryDecode("EventType4", eventBody4JsonElement)
note over IStream: Each event coming back from the query is decoded by the codec each time\nTryDecode is permitted to return None to signal event can be ignored
IStream -> Aggregate: isOrigin decEvent4; isOrigin decEvent3
note over IStream: Each event is tested one by one; Lets say it returns false every time
CosmosDB --> IStream: [{ c: "EventType2"; d: "{ eventBody2 }"}\n { c: "EventType1"; d: "{ eventBody1}"}]
IStream -> Aggregate: isOrigin decEvent2; isOrigin decEvent1
IStream -> Aggregate: fold initial [decEvent1; decEvent2; decEvent3; decEvent4]]
end // initial stream load cases
Aggregate --> IStream: state
loop Optimistic Concurrency Control loop driven by consistency check on etag, attempts times; INPUT: state
Decider -> Aggregate: interpret state
Aggregate --> Decider: { result = proposedResult\n events proposedEvents }
Decider -> IStream: Sync token state proposedEvents
IStream -> Aggregate: fold state proposedEvents
Aggregate --> IStream: state'
IStream -> Aggregate: snapshot state'
Aggregate --> IStream: { snapshot = Snapshotted (encoded(state')) }
IStream -> Aggregate: codec.Encode snapshot
Aggregate --> IStream: { eventType = "Snapshotted"; body: JsonElement }
IStream -> CosmosDB: ExecuteStoredProcedure("Sync", "Favorites-clientId", token,\n events, unfolds = [{ c: eventType, d: body }])
alt Normal, conflict-free case
CosmosDB -[#green]-> IStream: {result = 200; etag = etag'; version = version' }
note over IStream #FFAAAA: Charge = f(READ* length(compressedTipDocument)\n +WRITE*(length(compressedTipDocument))+length(eventsDocument)))
else Database detects etag has deviated from etag
CosmosDB -[#red]-> IStream: {result = CONFLICT; etag = etag'; events = conflictingEvents }
note right IStream: Charge = f(READ * length(compressedTipDocument))
alt RETRY CASE; attempts > 1
Aggregate --> IStream: conflictingState
note over IStream #orange: RESTART OCC LOOP with {state = conflictingState; attempts = attempts - 1 }
else LAST ATTEMPT; attempts = 1
note over IStream #red: Throw MaxAttemptsExceededException, "Favorites-client"
end // alt throw
end // alt ok or conflict
end // loop
IStream --> Cache: Update("Favorites-clientId", { etag', state', version' })
IStream -> Decider: { state = state' }
Decider -> Caller: proposedResult
@enduml
@startuml
title Code diagram for Equinox.CosmosStore Query operation immediately following a Query/Transact on the same node, i.e. cached
actor Caller order 20
box "Equinox.Decider"
participant Decider order 40
end box
participant Aggregate order 50
participant Service order 60
box "Equinox.CosmosStore / CosmosDB"
participant IStream order 80
collections Cache order 90
database CosmosDB order 100
end box
Caller -> Service: Read("clientId")
participant Aggregate
Service -> Decider: Query(id, renderList)
Decider -> IStream: Load("Favorites-clientId")
IStream -> Cache: TryGet("Favorites-clientId")
Cache --> IStream: { state = cachedState; etag = cachedEtag }
IStream -> CosmosDB: ReadItem(cachedEtag, "Favorites-clientId", "-1")
CosmosDB -[#blue]-> IStream: 304 Not Modified
note right IStream #lightblue: Charge = 1 RU
IStream -> Decider: { state = cachedState\n version = version\n etag = cachedEtag }
Aggregate <-> IStream: { result = renderList version state }
Aggregate -> Caller: result
@enduml
@startuml
title Code diagram for Equinox.CosmosStore Query operation on a node without an in-sync cached value (with snapshotting Access Strategy)
actor Caller order 20
box "Equinox.Decider"
participant Decider order 40
end box
participant Aggregate order 50
participant Service order 60
box "Equinox.CosmosStore / CosmosDB"
participant IStream order 80
collections Cache order 90
database CosmosDB order 100
end box
Caller -> Service: Read("clientId")
participant Aggregate
Service -> Decider: Query(id, renderList)
Decider -> IStream: Load("Favorites-clientId")
IStream -> Cache: TryGet("Favorites-clientId")
Cache --> IStream: None
IStream -> CosmosDB: ReadItem(NoEtag, "Favorites-clientId", "-1")
CosmosDB -[#green]-> IStream: 200, etag, u = [Snapshotted {state = snapshottedValue}])
note right IStream #lightblue: charge = f(READ * length(compressedTipDocument)
IStream -> Aggregate: codec.TryDecode("Snapshotted",\n jsonElement: "{state = snapshottedValue}"")
Aggregate --> IStream: { snapshot = Snapshotted { state = snapshottedValue} }
IStream -> Aggregate: isOrigin snapshot
Aggregate -[#green]-> IStream: true
IStream -> Aggregate: fold initial snapshottedValue
Aggregate --> IStream: state
IStream --> Cache: Update("Favorites-clientId", { etag, state, version })
IStream -> Decider: {state = state; version = version }
Decider -> Aggregate: let result = renderList version, state
Decider -> Caller: result
@enduml | false | true | false | false | usecase |
df01baee375e7e4b3da66677563920f818e46577 | fa6bebdc0425c0f3a0bf6907ce8ffa0f16b39c23 | /pc/links/rtp_transport.puml | 3cac47104b9ed92abb3c2af2098bdb69bfb3e78e | [] | no_license | qq175175055/webrtc_summary | 3c0671155222a0f63b8005254c4172d1d74465f3 | 47328d53fe5c8688403d75293566bf48e5068cd2 | refs/heads/master | 2022-10-25T23:01:56.929867 | 2020-06-19T09:05:39 | 2020-06-19T09:05:39 | 255,900,619 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 401 | puml | @startuml rtp_transport
interface RtpTransportInterface
interface SrtpTransportInterface
interface RtpTransportInternal
class RtpTransport
class SrtpTransport
class DtlsSrtpTransport
RtpTransport <|-- SrtpTransport
SrtpTransport <|-- DtlsSrtpTransport
RtpTransportInternal <|-- RtpTransport
SrtpTransportInterface <|-- RtpTransportInternal
RtpTransportInterface <|-- SrtpTransportInterface
@enduml | false | true | false | false | class |
f3f4f57a424d5df0a8765b767de7eedee2598a36 | 13d56400eafa1288d28854a9b7a61f9f33b76223 | /documents/CreateFactory.puml | 1954ac8ae36b5303213ed256e865ebf370796ff0 | [] | no_license | itx-man/PracticeHome | 2a6ca55fd2006256b530ef967f3b387e00e0623e | c82415e64ad6ea7328865ef575c3932fb1f22d42 | refs/heads/master | 2021-06-20T13:12:16.633236 | 2017-03-28T07:47:13 | 2017-03-28T07:47:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 228 | puml | @startuml
abstract class Product
abstract class Creator {
+FactoryMethod()
}
class ConcreteProduct
class ConcreteCreator
ConcreteProduct ..|> Product
ConcreteCreator ..|> Creator
ConcreteCreator ..> ConcreteProduct
@enduml | false | true | false | false | class |
1cbc10cc6ff525308684a4d3c97c487d82694eca | bb99c980e4950c29ce484dd8507eda055f4f5c35 | /design/definitions/FRONT.puml | b66404fd229f420ab65cda75a4ef5fe6aa440ce6 | [
"MIT"
] | permissive | Rviku/djmarian | 98a6c806a0545726beb48aca916871ee6495584b | e21e3ae3d0e20aefd18a54e13443dfe2fb353010 | refs/heads/master | 2020-03-27T22:17:37.622863 | 2018-09-12T16:57:24 | 2018-09-12T16:57:24 | 147,219,213 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 52 | puml | @startuml
participant "Web Browser" as FRONT
@enduml | false | true | false | false | sequence |
0e82db9cefaac682fb27a0e9e95de0345ccba8ff | 3d33f4e31702fdba9b2d095dd3d91d711409264c | /class-diagram/bccsp-factory-class.puml | a0ffecfc8cca80d2011beb6336147360cdb2fde0 | [
"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 | 1,687 | puml | @startuml
namespace github.com\\hyperledger\\fabric\\bccsp\\factory {
class FactoryOpts {
ProviderName string
SwOpts *SwOpts
Pkcs11Opts *pkcs11.PKCS11Opts
}
}
namespace github.com\\hyperledger\\fabric\\bccsp\\factory {
class PKCS11Factory {
}
}
namespace github.com\\hyperledger\\fabric\\bccsp\\factory {
class SWFactory {
}
}
namespace github.com\\hyperledger\\fabric\\bccsp\\factory {
class SwOpts {
SecLevel int
HashFamily string
Ephemeral bool
FileKeystore *FileKeystoreOpts
DummyKeystore *DummyKeystoreOpts
}
}
namespace github.com\\hyperledger\\fabric\\bccsp\\factory {
class FileKeystoreOpts {
KeyStorePath string
}
}
namespace github.com\\hyperledger\\fabric\\bccsp\\factory {
class DummyKeystoreOpts {
}
}
namespace github.com\\hyperledger\\fabric\\bccsp\\factory {
interface BCCSPFactory {
Name()string
Get(opts *FactoryOpts)(bccsp.BCCSP,error)
}
}
github.com\\hyperledger\\fabric\\bccsp\\factory.FactoryOpts ---> github.com\\hyperledger\\fabric\\bccsp\\factory.SwOpts : SwOpts
github.com\\hyperledger\\fabric\\bccsp\\factory.FactoryOpts ---> github.com\\hyperledger\\fabric\\bccsp\\factory.SwOpts : SwOpts
github.com\\hyperledger\\fabric\\bccsp\\factory.SwOpts ---> github.com\\hyperledger\\fabric\\bccsp\\factory.FileKeystoreOpts : FileKeystore
github.com\\hyperledger\\fabric\\bccsp\\factory.SwOpts ---> github.com\\hyperledger\\fabric\\bccsp\\factory.DummyKeystoreOpts : DummyKeystore
github.com\\hyperledger\\fabric\\bccsp\\factory.BCCSPFactory <|- github.com\\hyperledger\\fabric\\bccsp\\factory.PKCS11Factory
github.com\\hyperledger\\fabric\\bccsp\\factory.BCCSPFactory <|- github.com\\hyperledger\\fabric\\bccsp\\factory.SWFactory
@enduml | false | true | false | false | sequence |
dbc9a57234ebdc0c7a9ce2d7c08abf83ffc2a313 | c3f5c037d5c671c336220245ee1e923db9570e02 | /gofdesignpattern/factorymethod/factorymethod.puml | 4567f282d9f3b980c6344b424e1e15679279be04 | [] | no_license | iamslash/TIL | 9e1146f6764855fcff9bd2bafc0a14b20bc87631 | 5e6206f75e583dfdf736026a5030cab4d7dafc58 | refs/heads/master | 2023-09-04T11:04:00.583961 | 2023-08-30T00:01:46 | 2023-08-30T00:01:46 | 88,137,178 | 13 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 501 | puml | @startuml
together {
abstract class Product
class ConcreteProduct
abstract class Creator
class ConcreteCreator
}
ConcreteCreator .left.> ConcreteProduct
Product <|-- ConcreteProduct
Creator <|-- ConcreteCreator
abstract class Creator {
+FactoryMethod()
+AnyOperation()
}
class ConcreteCreator {
+FactoryMethod()
}
note left of Creator::"FactoryMethod"
product = FactoryMethod()
end note
note left of ConcreteCreator::"FactoryMethod"
return new ConcreteProduct()
end note
@enduml
| false | true | false | false | class |
0ff23e2277e8db8a3ad70da66e9a1d7b86f8458f | 71f991ceeedbb609fdc6461988fe0267d10e8bac | /uml/ui/Theme.puml | 61dca1a09d4878e101bc517c71df4291d6b34e3b | [] | no_license | CodyAdam/project__chatbot | 23d0ef12207fb0201258c288ee07872d957b1742 | afc0d8532f7a162d5b303b09fb41b345f4736697 | refs/heads/main | 2023-08-02T04:11:36.149644 | 2021-10-09T21:02:45 | 2021-10-09T21:02:45 | 415,371,853 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 428 | puml | @startuml
'https://plantuml.com/class-diagram
class Theme << (O, #FF7700) >> {
ColorPalette darkTheme
ColorPalette lightTheme
List[ColorPalette] themeList
ColorPalette color
Font font
Font fontLight
Font fontBold
cycleTheme()
}
class ThemeChange << (O, #FF7700) >> {
}
class PostThemeChange << (O, #FF7700) >> {
}
ThemeChange -u-> Theme
PostThemeChange -u-> Theme
Event .u.> PostThemeChange
Event .u.> ThemeChange
@enduml | false | true | false | false | class |
20b158e568a721d59b19631ae618c350b6639323 | c2eabff17523c30c20b391cb7a434f9febccf0ea | /app/UML/DM.puml | 2b7ff1d47d00c0a6ff64235fb5695f14b4382462 | [] | no_license | zedtran/AubieMemoryGame | 10712b31739ba25414ea544ee2b9c226279566b8 | 610263e65d65b3d4bf357acf4ca0e6450e60f41d | refs/heads/master | 2020-03-09T19:00:57.232471 | 2018-06-12T04:33:34 | 2018-06-12T04:33:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 932 | puml | @startuml
title Aubie's Memory Game Domain Model
class PlayGame {
playSimon
playAubie
Board
GameOver: boolean
replayCount
Sounds
}
class Options {
difficultyAubieFormat
}
class Board {
redLight
blueLight
greenLight
yellowLight
orangeLight
score
userInput
Animations
}
class Leaderboard {
Database
}
class Lights {
Button
Sounds
color
}
class MainMenu {
playAubieButton
playSimonButton
optionsButton
leaderboardsButton
}
Class User {
username
id
score
playDate
}
MainMenu "1" *-- "1" PlayGame : Starts >
MainMenu "1" *-- "1" Leaderboard : Starts >
MainMenu "1" *-- "1" Options : Starts >
Options "1" -- "1" PlayGame : Influences >
User "*" -- "1" PlayGame : Controls >
User "*" -- "1" Leaderboard : Gets Added To >
PlayGame "1" *-- "1" Board : Contains >
Board "1" *-- "5" Lights : Contains >
hide methods
@enduml
| false | true | false | false | sequence |
6dd593ead61b345a5df26ff8abf16e5e40b3326a | e4377d68c0bb96ae54d80b490b94b36c3ed2dd8b | /img/posts/2020-11-bi-directional-upfront.plantuml | 56d4dd2262cec5ea8060178f11146094d2bcd1f6 | [
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | bitcoinops/bitcoinops.github.io | e26797b1d41816ee7f627ba4a7ba0d4ce432d5e2 | 40bcfb87af1658bb3aceffb7ebd0555bdf72eec6 | refs/heads/master | 2023-08-17T15:08:39.902807 | 2023-08-15T16:02:01 | 2023-08-16T15:31:18 | 136,492,920 | 229 | 109 | MIT | 2023-09-14T20:41:27 | 2018-06-07T14:57:47 | Markdown | UTF-8 | PlantUML | false | false | 485 | plantuml | @startuml
skinparam sequence {
ArrowColor black
ActorBorderColor black
LifeLineBorderColor black
LifeLineBackgroundColor black
ParticipantBorderColor black
ParticipantBackgroundColor transparent
ParticipantFontColor black
}
hide footbox
Alice -> Bob: Non-refundable fee: 20 pBTC
Bob --> Alice: Refundable fee: 50 pBTC\nRefund deadline: 100 seconds
Bob --> Carol: Non-refundable fee: 10 pBTC
Carol --> Bob: Refundable fee: 60 pBTC\nRefund deadline: 90 seconds
@enduml
| false | true | false | false | sequence |
6c0f810374c4313e4488802b27ee1743334ae15b | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /sequence - design/authentication/login.plantuml | 5627f8a11cc9c81acca0b22e619500472b970107 | [] | no_license | anonyhostvn/OOAD-Diagram | 67f3a3a4aa976ee8459d3f4801147ddd1382e41e | f8f7a0e4ba826335cc964d3b73bebea3f4f857e4 | refs/heads/master | 2023-01-10T04:26:29.983705 | 2020-11-13T10:08:12 | 2020-11-13T10:08:12 | 311,749,932 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,137 | plantuml | @startuml
actor ": User"
activate ": User"
": User" -> ": IAuthenticationForm" : // enter information
activate ": IAuthenticationForm"
": IAuthenticationForm" -> ": IAuthenticationForm" : validate(email, password)
alt all info is provided
": IAuthenticationForm" -> ": AuthenticationController" : login(email, password)
activate ": AuthenticationController"
": AuthenticationController" -> ": IUserDB" : validate_login(email, password)
alt user exist
activate ": IUserDB"
": IUserDB" --> ": AuthenticationController" : // user exist msg
": AuthenticationController" -> ": IUserDB" : login(emal, password)
": IUserDB" -> ": IUserDB" : get_token(user_id)
": IUserDB" --> ": AuthenticationController" : // token
deactivate ": IUserDB"
": AuthenticationController" --> ": User" : // token
else user not exist
": AuthenticationController" --> ": IAuthenticationForm" : // invalid inf msg
deactivate ": AuthenticationController"
": IAuthenticationForm" --> ": User" : // invalid inf msg
end
else missing info
": IAuthenticationForm" --> ": User" : // missing inf msg
deactivate ": IAuthenticationForm"
deactivate ": User"
end
@enduml | false | true | false | false | usecase |
014fcac8b2035cbb061748eb7291fb42c73d5327 | a264b0d4981ffdd64f97003d07fd5d36c7a089b6 | /kapitler/media/uml-merknad-diagram.puml | 1f99f4ed16ddfbcb955806e535df2a379a89c5e8 | [
"CC0-1.0"
] | permissive | arkivverket/noark5-standard | 6c71c1cbdaf935be99a6adc8006bd0b9ac79b888 | 1b3ef973f8074b8d125ad8ee9810f0daae463e53 | refs/heads/master | 2023-06-24T14:18:57.198908 | 2023-06-10T15:06:32 | 2023-06-10T15:06:44 | 232,571,397 | 3 | 4 | NOASSERTION | 2022-12-15T13:33:50 | 2020-01-08T13:38:24 | Python | UTF-8 | PlantUML | false | false | 443 | puml | @startuml
scale max 4096 width
skinparam nodesep 100
hide circle
class mappe
class registrering
class dokumentbeskrivelse
class merknad {
<b>merknadstekst</b>
merknadstype
<b>merknadsdato</b>
<b>merknadRegistrertAv</b>
}
mappe "1" o--> "0..*" registrering
registrering "1..*" o--> "0..*" dokumentbeskrivelse
mappe "0..*" o-> "0..*" merknad
registrering "0..*" o-> "0..*" merknad
dokumentbeskrivelse "0..*" o-> "0..*" merknad
@enduml
| false | true | false | false | class |
733843a2f79de0d89cc3d86d32fe3328983805df | f18ba1fbeb7f8d6149aff64633f9c77a92cfc936 | /assignments/skabirova/tp1.plantuml | ad95cc400bf1b622761671c2341ebe8c739d532c | [] | no_license | kzvdar42/InnopolisDesignPatterns | c34a728b7964f22a6b774a4616b7ac9515ae6263 | b1042e76875c9ccf69017e20edcea4b9e7b5682b | refs/heads/master | 2021-02-07T05:17:54.245396 | 2020-04-19T22:40:48 | 2020-04-19T22:40:48 | 243,987,548 | 0 | 0 | null | 2020-02-29T14:54:34 | 2020-02-29T14:54:34 | null | UTF-8 | PlantUML | false | false | 2,482 | plantuml | @startuml
title __SRC's Class Diagram__\n
abstract class Canard {
{abstract} + afficher()
+ cancaner()
+ nager()
+ voler()
}
class CanardEnPlastique {
+ CanardEnPlastique()
+ afficher()
}
class Colvert {
+ Colvert()
+ afficher()
}
class SuperCanard {
{static} + main()
}
class SuperCanardTest {
{static} ~ bilanAssertions : int
~ clavierProgrammeATester : BufferedWriter
~ ecranProgrammeATester : BufferedReader
~ executionProgrammeATester : Process
~ finDeLigne : String
{static} ~ programmeATester : String
{static} ~ totalAssertions : int
{static} + main()
+ test_ligne1()
+ test_ligne2()
+ test_ligne3()
+ test_ligne4()
# setUp()
}
class SuperCanardTest2 {
- oldStream : PrintStream
- outContent : ByteArrayOutputStream
+ cleanUpStreams()
+ setUpStreams()
+ testComportementCanardEnPlastique()
+ testComportementColvert()
- readLine()
}
abstract class strategies.fly.FlyStrategy {
{abstract} + voler()
}
class strategies.fly.FlyingBehavior {
+ voler()
}
class strategies.fly.NoFlyBehavior {
+ voler()
}
strategies.fly.FlyingBehavior -up-|> strategies.fly.FlyStrategy
strategies.fly.NoFlyBehavior -up-|> strategies.fly.FlyStrategy
class strategies.sound.CancaneSoundBehavior {
+ cancaner()
}
abstract class strategies.sound.SoundStrategy {
{abstract} + cancaner()
}
strategies.sound.CancaneSoundBehavior -up-|> strategies.sound.SoundStrategy
class strategies.swim.SwimmingBehavior {
+ nager()
}
abstract class strategies.swim.SwimStrategy {
{abstract} + nager()
}
strategies.swim.SwimmingBehavior -up-|> strategies.swim.SwimStrategy
Canard o-- strategies.fly.FlyStrategy : flyStrategy
Canard o-- strategies.sound.SoundStrategy : soundStrategy
Canard o-- strategies.swim.SwimStrategy : swimStrategy
CanardEnPlastique -up-|> Canard
Colvert -up-|> Canard
SuperCanardTest -up-|> junit.framework.TestCase
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 |
91c2ec2247deac49c45990e500cad6433080d5cf | 85cb6c05126028a1820f091f109eb720f9a6e7c1 | /src/main/java/verarbeitung/verarbeitung.plantuml | 3a927fd811640a0150e5ebfc00cff1950538131a | [] | no_license | LouisAndrew/bankprojekt-prog3 | 0d60042cf37483d75d101be3be86944afc5ca3d9 | fc52bff74f2283a103746aa9d3337f4bc6b95519 | refs/heads/main | 2023-03-05T22:25:24.711986 | 2021-02-08T14:26:58 | 2021-02-08T14:26:58 | 307,662,308 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 741 | plantuml | @startuml
title __VERARBEITUNG's Class Diagram__\n
namespace verarbeitung {
class verarbeitung.Girokonto {
# kontostandVermindern()
}
}
namespace verarbeitung {
abstract class verarbeitung.Konto {
+ abheben()
{abstract} # kontostandVermindern()
}
}
namespace verarbeitung {
class verarbeitung.Sparbuch {
# kontostandVermindern()
}
}
verarbeitung.Girokonto -up-|> verarbeitung.Konto
verarbeitung.Sparbuch -up-|> verarbeitung.Konto
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 |
d3ceeb2ab188c8b37070fa9d70163c5cefa04ce3 | e50b955c2a51aabfe3970d25f2a6b3445e806222 | /docs/diagrams/addSlotCommand/addSlotSequenceDiagram5.puml | 6ccb366b3ca7c84cd24f366cecc0707ae6029094 | [] | no_license | AY2021S1-CS2113T-W11-1/tp | 7a49c176366eadf240354649815b157edd62c976 | ca108c7eacffcb4b7123bb7e52942072f4525839 | refs/heads/master | 2023-01-12T21:36:13.434397 | 2020-11-13T11:09:57 | 2020-11-13T11:09:57 | 299,793,065 | 2 | 5 | null | 2020-11-09T15:44:51 | 2020-09-30T02:50:54 | Java | UTF-8 | PlantUML | false | false | 1,144 | puml | @startuml
hide footbox
skinparam ParticipantPadding 20
mainframe sd Get slot if it exists, else create a new slot
participant ":AddSlotCommand" as AddSlotCommand
participant ":Module" as Module
participant ":Slot" as Slot
participant ":Slot" as SlotNew
activate AddSlotCommand
alt slot exists
AddSlotCommand -> Module : getSlot(lesson, day, startTime, endTime)
activate Module
loop loop through \nslots
opt is slot
Module -> Slot : match(lesson, day, startTime, endTime)
activate Slot
Slot --> Module : true
deactivate Slot
end opt
end loop
Module --> AddSlotCommand : slot
deactivate Module
else slot does not exist
AddSlotCommand -> Module : createSlotNew\n(lesson, day, startTime, endTime)
activate Module
Module -> SlotNew ** : new Slot(lesson, day, startTime, endTime)
activate SlotNew
SlotNew --> Module
deactivate SlotNew
Module --> AddSlotCommand : slot
deactivate Module
AddSlotCommand -> Module : addSlot(slot)
activate Module
Module --> AddSlotCommand
deactivate Module
end
@enduml | false | true | false | false | sequence |
ebc04dee73a087a9a9305a4c92ab1b6270a85aa1 | 10d153ee925c8511a5a2470cbf3dae3e4aa96ac9 | /Diagramme de classe/L5 - Associations/exemples/l5dc4/dc_4.puml | fec6bb6aaf4d19610b0a3f29ceee2c974f3ba5a1 | [] | no_license | profesig/exosOO | db703060b96949019a6a7bf6a462b1bd6070d633 | 56ec1d91ea4d4f8c1a6480e3e43d483593878e60 | refs/heads/master | 2016-09-05T17:07:28.191472 | 2014-02-27T16:57:44 | 2014-02-27T16:58:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 117 | puml | @startuml
hide members
class Vol
class Aeroport
Vol "*" -> "arrivee" Aeroport
Vol "*" -> "depart" Aeroport
@enduml | false | true | false | false | class |
60134f31b4226372114c95d34209349b7ff7e8f8 | 042b522e8f6e05d7c8edda35106abf9b0b32d10d | /gha/src/hu.bme.mit.mcmec.c2xta/src/test/java/hu/bme/mit/mcmec/c2xta/c2xta.plantuml | 147c672143e1465b365a65292b6b9ebbb306701c | [] | no_license | leventeBajczi/prog3 | c5a3024c58f2e964f1b809feb6fc5f03756a1a5d | 23cd59006c03331deb7b33ce1e389df2dd350e4b | refs/heads/master | 2020-03-28T02:34:29.312264 | 2018-11-03T21:32:47 | 2018-11-03T21:32:47 | 147,580,561 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 422 | plantuml | @startuml
title __C2XTA's Class Diagram__\n
package hu.bme.mit.mcmec.c2xta {
class C2XtaTest {
- prefix : String
- paths : String[]
- xtaOutput : String[]
+ c2XtaTest()
}
}
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 |
075882e64d1b2acc751e5ea1bc68b17bb33fff14 | 1040ec11f1aa4e8af038d4f8114b6506f181e472 | /docs/model-apples.puml | bfe36942461b519822d6902eb3ff30a9f18543e4 | [] | no_license | luisjavierjn/java-8-new-features | 84ba401fbd5c4c279a1cee6a6f4a47aa4c9f7dde | 5df878c067f22d56e5a679eb573608608cf62d3d | refs/heads/master | 2023-04-09T11:34:57.149617 | 2021-04-13T15:19:15 | 2021-04-13T15:19:15 | 357,595,903 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 128 | puml | @startuml
class Apple {
int weight
Color color
}
enum Color {
GREEN
RED
YELLOW
}
Apple --> Color
@enduml | false | true | false | false | class |
985c18b2b4aad9d7a541fc9fde67762d2e129b34 | c45ce074df6e9c8bb54ce906f387a4ec1730b2d6 | /diagrams/design/patterns/class/behavior/state.puml | c45ac7a978e9bf05750e573b5d1b03ca6ff34831 | [] | no_license | eromero-kreatech/clean-code | 82a4a62ae6d76985bc77e7a16f5d9890c41b652f | e5a29e0dacead4f25005e67163ffb57fbc4d2d44 | refs/heads/master | 2023-06-26T21:50:19.104747 | 2021-07-24T00:51:11 | 2021-07-24T00:51:11 | 388,963,257 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 487 | puml | @startuml STATE
class Context {
+ request()
}
interface State {
+ handle()
}
class ConcreteState1 {
+ handle()
}
class ConcreteState2 {
+ handle()
}
hide empty members
Context *-- State
State <|-- ConcreteState1
State <|-- ConcreteState2
note as N1
<b><color:royalBlue>State</color></b>
<b>Type:</b> Behavioral
Allow an object to alter its behavior when
its internal state changes. The object will
appear to change its class.
end note
@enduml
| false | true | false | false | state |
df2bcf86b932d492d7b6db63d95ce679dc582638 | e31b7f835fc74e8fdd19e85432fdd362c11eaef1 | /src/main/resources/ex42.puml | 360675bb55c49a9b2662fa35c2a4a89dbf27c88c | [] | no_license | lhernandez97/hernandez-cop3330-assignment3 | 07e92d8064fc52ed8be32ba5ba5b393721cc8fd2 | 2b69edc66f6e7da7270c422921cd446724909c9c | refs/heads/master | 2023-09-05T20:58:30.576483 | 2021-10-12T03:54:41 | 2021-10-12T03:54:41 | 416,174,982 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 149 | puml | @startuml
'https://plantuml.com/class-diagram
class App
class Info
App <|- Info
class App {
main()
}
class Info {
fileReader()
}
@enduml | false | true | false | false | class |
743abe45600d0887d89911f9b29595be8dc7e736 | f563631a7a9f473bb8a6a53ed87ab80cd9cd9d86 | /Assets/Scripts/plantuml/GoToMainScene.puml | 54326ac9d5941531c064035bb17107639f1c823f | [] | no_license | 202004g07/UnityShooting | 74cc68f7abf2cc49bc6455b8c19587e245227b50 | 1249e19e0f660cd8f51930a9466962ac2754ff19 | refs/heads/main | 2023-01-01T21:18:11.351731 | 2020-10-26T09:24:12 | 2020-10-26T09:24:12 | 302,015,985 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 175 | puml | @startuml
class GoToMainScene {
- isPush : bool = true
- Start() : void
Update() : void
}
MonoBehaviour <|-- GoToMainScene
GoToMainScene --> "image" Image
@enduml
| false | true | false | false | class |
7aba6f5ce37df69993d218bd2caf2451fd510441 | e54811da9e84e70b7e648b50bb4cb5f3b9e5191a | /uml/Application.puml | 869ebeca17f1cc53827252110af9c03718b65539 | [] | no_license | Awesome-wolf-101/ashby-cop3330-assignment4part2 | 1b08d8efdd4c0ec9b9a7eab80dc9b0872f2aae71 | f5791f4dc1e45314b33e846b3c1b54268066fdf5 | refs/heads/master | 2023-06-18T12:27:45.963402 | 2021-07-12T04:08:33 | 2021-07-12T04:08:33 | 384,842,519 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,904 | puml | @startuml
'https://plantuml.com/sequence-diagram
class App{
+main()
+start()
}
class Item{
- String Description
- String DueDate
- string completed
+iscompleted()
+setcompleted()
+getDueDate()
+setDueDate()
+getDescription()
+setDescription()
}
class ListManagerController{
-Boolean showallitems
-Boolean showincompleteitems
-Boolean showcompleteitems
- TableView ToDoListViewer;
- TableColumn DueDateTableColumn;
- TableColumn CompletedTableColumn;
- TableColumn DescriptionTableColumn;
- TextField AddItemDescriptionTextField;
- TextField AddItemDueDateTextField;
- TextField EditCurrentItemDescriptionTextField;
- TextField EditCurrentItemDescriptionDueDate;
- TextField LoadListTextField;
- TextField SaveListTextField;
-ObservableList<Item> data
-ObservableList<Item> incompletedata
-ObservableList<Item> completedata
+initialize()
+AddItemClicked()
+DeleteCurrentItemClicked()
+ClearAllListItemsClicked()
+ShowOnlyCompleteItemsCllicked()
+ShowOnlyIncompleteItemsCllicked()
+MakeCurrentItemIncompleteClicked()
+MakeCurrentItemCompleteClicked()
+ShowAllItemsClicked()
+EditItemDueDateClicked()
+EditItemDesciptionClicked()
+SaveThisListClicked()
+LoadSavedListClicked()
+SortListClicked()
+Make100ItemsClicked()
+dateValidation()
+ClearList()
+checkDate()
+checkDescriptionLength()
+onlyCompleteItems()
+onlyIncompleteItems()
+PutDataToString()
+PutDataToFile()
+FindIndexInAnotherList()
+GetLastString()
+AddAnItem()
+DeleteanItem()
+IncompleteanItem()
+CompleteanItem()
+LoadAList()
+ChangeItemDescription()
+ChangeItemDueDate()
+SortList()
+Make100Items()
+obtainListToUse()
}
App -- ListManagerController
ListManagerController -- Item
@enduml | false | true | false | false | class |
432e9a1ccaffb7aba48c7713b18c827a7b3e12a5 | 7e4788fa90f1cd0ba81584b48b1ae72c702ccc9e | /klassediagram.plantuml | d372fed912fbbeb9e0f51663f4209521f0743671 | [] | no_license | mathiasgredal/Space-Invaderz | e9341d44d9f0338c0915876fcfc885584927292d | 72ab58e907d770b7599aa0008cf191feb0d6d90a | refs/heads/master | 2023-01-22T00:09:57.991943 | 2020-12-01T20:50:28 | 2020-12-01T20:50:28 | 317,663,739 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,013 | plantuml | @startuml
title Klassediagram af Space Invaderz
class Player << (P,white)>> {
- sprite
- dir
- speed
==methods==
+ Player(spritesheet, windowSize)
+ Draw(window, deltaTime)
+ OnKeyDown(key)
+ OnKeyUp(key)
+ getPosition() const
+ getSize() const
+ getBounds() const
}
class Segment << (S,green)>> {
+ image
+ texture
+ sprite
+ damage
==methods==
+ Segment(spritesheet, position, segment)
}
class Shield << (S,green)>> {
- segments : vector<Segment>
- rows
- cols
- wholebase
==methods==
+ Shield(spritesheet, position)
+ Draw(window, deltaTime)
+ CheckHit(bullet)
}
class Alien << (A,red)>> {
+ sprite
+ hit
..
- dir
- moveSize
- rowSize
- current_frame
- frame_0
- frame_1
- exploding
==methods==
+ Alien(spritesheet, position, alien_type)
+ Draw(window, deltaTime)
+ CanMakeMove(window)
+ NextRow()
+ Move()
+ IsHit()
+ getPosition() const
+ getSize() const
+ getBounds() const
}
class Game << (G,yellow)>> {
- windowSize
- *window
- deltaClock
- spritesheet
- alien_timer
- alien_bullet_timer
- alien_bullet_interval
- alien_update_interval
- player : Player
- bullets : vector<Bullet>
- aliens : vector<Alien>
- shields : vector<Shield>
==methods==
+ Game()
+ ~Game()
+ Exec()
+ Draw(sf::RenderWindow &window)
+ DrawGUI()
+ KeyUpEvent(sf::Keyboard::Key key)
+ KeyDownEvent(sf::Keyboard::Key key)
+ Game_Over()
}
skinparam nodesep 100
' App -[hidden]> DataStore
' DataStore |o-- App : store: DataStore
' DataStore |o-- OldSessionList : store: DataStore
' DataStore |o-- Container : store: DataStore
' DataStore -[hidden]> Container
Game *-- Player : player
Game *-- Alien : aliens
Game *-- Shield : shields
Shield *-- Segment : segments
' App <..[norank]> Container
' Modal <..> OldSessionList
' App <..> GraphView
' GraphView <..> Graph
@enduml | false | true | false | false | class |
75712ab92346933eae893759ecd6274fbe5d915e | e8cc18d441d530d6d1793cae9d4223424c2bebb7 | /src/main/java/at/fhj/msd/swdesign/exercise/snack/snacks.puml | 86a6294ad9de0887579d1d3ce20a5da27e871914 | [] | no_license | UlrikeOzim/swdesign-oodesign-exercise2 | 4ceb51d6713d81f8921a0b92aad9f6da60357d3b | 612215b2f9b9a491a9cc4a263cbe114220cef02c | refs/heads/master | 2023-01-11T21:37:12.024803 | 2020-11-15T15:04:29 | 2020-11-15T15:04:29 | 313,030,050 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 559 | puml | @startuml
/' Exercise Refactor To SOLID'/
skinparam classAttributeIconSize 0
class Snack{
}
class PizzaBar{
+makeSnack: Snack
}
class BurgerBar{
+makeSnack: Snack
}
class SandwichBar{
+ makeSnack: Snack
}
class FoodMarket{
+prepareSnack()
}
interface ISnackbar{
+makePizza()
+makeBurger()
+makeSandwich()
}
Snack<--SandwichBar
Snack<--PizzaBar
Snack<--BurgerBar
ISnackbar<|..SandwichBar
ISnackbar<|..SandwichBar
ISnackbar<|..BurgerBar
SandwichBar <-- FoodMarket
SandwichBar <-- FoodMarket
BurgerBar <-- FoodMarket
@enduml
| false | true | false | false | class |
bb1442a17f1cf8c63b2fb2dba10b982884936e9b | 55b5bfc5111a29dd4f3dd13ac56ec456a745fcee | /kunde/src/main/java/de/hska/kunde/service/KundeListener.puml | b606e63e9e93046af38afb59dbd1a71a5d216e42 | [
"MIT"
] | permissive | LangeJustin/CRM-Microservice | 208a536e48e0c9e2bb0165f831255aeae2d1e242 | fdb0caf512141c36e650ab1ea07f319f5415af1a | refs/heads/master | 2021-06-23T01:50:19.744691 | 2017-08-04T15:44:27 | 2017-08-04T15:44:27 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 853 | puml | @startuml
skinparam classAttributeIconSize 0
skinparam componentStyle uml2
package org.springframework.mail.javamail {
interface JavaMailSender {
}
}
package de.hska {
package kunde {
package entity {
class Kunde << entity >> {
}
}
package service #DDDDDD {
NeuerKundeEvent -down-> "1" Kunde
KundeListener ..> NeuerKundeEvent
KundeListener -down-> "1" JavaMailSender
class NeuerKundeEvent {
}
class KundeListener << control >> << @Service >> {
- @Value from : String
- @Value sales : String
~ @EventListener onSave(event: NeuerKundeEvent)
}
}
}
}
hide empty members
hide empty methods
hide empty fields
footer (c) Juergen Zimmermann
@enduml
| false | true | false | false | class |
74d01efc16d4fce82ea082e21bcaefc1746cb6d3 | 299b128aa49ea8056a297d9ac1141bd3837b0c71 | /src/main/java/ex46/ex46.puml | 2ecac676bfdf185a20135a729de1b62c054bfc14 | [] | no_license | DyroZang/mousa-cop3330-assignment3 | b9cbe9cfe95bc82797f426b986b65a1010a660ab | 85d49ecd8592919592be8706fc54b2b37d62a450 | refs/heads/master | 2023-08-23T11:14:59.921548 | 2021-10-11T21:10:09 | 2021-10-11T21:10:09 | 416,087,579 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 161 | puml | @startuml
class ex46.App {
~ {static} void printer(TreeMap<String,String>)
~ {static} TreeMap<String,String> readWords()
+ {static} void main(String[])
}
@enduml | false | true | false | false | class |
bda5762c6b47a13b29a43c4ca182bbb7486b980e | 19de0597a5790bab6ff021899b4479506ae0829a | /uml/original_seq_diagrams/fill.plantuml | 0145a2aebb28771dcabcae45bf2be167df2303b1 | [] | no_license | bbucsy/projlab_holy_oil | e703a3ac579555a6c62f91051d7fbb5572c88d30 | a1c4e9b953e7f7c22dabbd935abb461f9cacd409 | refs/heads/master | 2023-05-02T06:22:36.234536 | 2021-05-09T09:46:04 | 2021-05-09T09:46:04 | 342,634,410 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,038 | plantuml | @startuml
skinparam SequenceLifeLineBackgroundColor LightYellow
title "Fill"
actor User as US
participant "s: Settler" as settler
participant "onAsteroid: Asteroid" as onAsteroid
participant "uranium: Uranium" as uranium
participant "bill: BillOfMaterial" as bill
participant "storage: PlayerStorage" as storage
US -> settler ++: PlaceResource(uranium)
settler->onAsteroid ++: PutResource(s, uranium)
alt resource is NULL && numOfLayersRemaining == 0
onAsteroid -> uranium ++: ReactToPlace(onAsteroid, s)
uranium -> bill **: ctor()
uranium -> bill ++: AddMaterials(uranium)
bill --> uranium --
uranium -> storage ++: HasEnoughOf(bill)
storage --> uranium --: hasEnough
alt hasEnough
uranium -> storage ++: RemoveBill(bill)
storage --> uranium --
uranium -> onAsteroid ++: SetResource(uranium)
onAsteroid --> uranium --
end
uranium --> onAsteroid --
end
onAsteroid --> settler--
settler --> US--
@enduml | false | true | false | false | usecase |
e8e33e0af72d799ed32f93c7a4691e677712ff8d | afaba8b7f5d826664155b257db77cf4dbf4b8816 | /oop-pattern/ch07/resources/06-adapter.puml | e010b7ea94bac3f469d53709c591010038aa8dbe | [
"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 | 479 | puml | @startuml
skinparam linetype ortho
class App{}
interface EnemyAttacker {
+ fireWeapone(): void
+ driveForward(): void
+ assignDriver(String): void
}
class EnemyRobotAdapter <<adapter>> implements EnemyAttacker {
+ enemyRobot: EnemyRobot
}
class EnemyTank implements EnemyAttacker {}
class EnemyRobot <<adaptee>> {
+ smashWithHand(): void
+ walkForward(): void
+ reactToHuman(String): void
}
App -> EnemyAttacker
EnemyRobotAdapter -down-> EnemyRobot
@enduml
| false | true | false | false | class |
ec2e00b4f74a2a8f7e42a22dba832f77312cf1c4 | 644b7bb773b84596a2de4d31a0603284d9562e56 | /react/university/index.iuml | 9f5709873e8fd93910fb870b1140420101a7796c | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,086 | iuml | package UniversityPages #DAE8FC {
class UniversityIndex {
--render--
heroImage
cardWithIcon to go -> UniversityAcademicYears
cardWithIcon to go -> UniversityAdmins
}
UniversityIndex ..> CardWithIcon
class UniversityAcademicYears {
--props--
getAcademicYears: function
addAcademicYear: function
validAcademicYear: function
deleteAcademicYear: function
--render--
table with academic years list,
one button for each row to delete
one of them and a form to add a
new academic years
}
UniversityAcademicYears ..> PageTableForm
UniversityAcademicYears ..> Form
class UniversityAdmins {
--props--
addAdmin: function
getAdmins: function
validAdmin: function
deleteAdmin: function
--render--
table with admins list, one
button for each row to delete
one of them and a form to add
a new admin
}
UniversityAdmins ..> PageTableForm
UniversityAcademicYears ..> Form
}
note left of UniversityPages: UC6 & UC10
| false | true | false | false | class |
2265563dc3118720c2c4cb9780fcb415c2a58621 | 8b69077d259207378a40b6a17c981de493457196 | /test/fixtures/class-sm/in.plantuml | c6d162460858e0e7bee83059672340a14db7aee4 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"ISC",
"HPND",
"Apache-2.0",
"BSD-2-Clause",
"TCL",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"OpenSSL",
"MIT"
] | permissive | paduc/plantuml-parser | 6492e24c09c72bd796684c0a6bb0961ddafdecb1 | 9578c13b4493d03497c64e41a2539233fc497358 | refs/heads/master | 2022-12-26T19:35:55.062008 | 2020-06-16T12:06:59 | 2020-06-16T12:06:59 | 272,740,195 | 0 | 0 | Apache-2.0 | 2020-06-16T15:09:25 | 2020-06-16T15:09:24 | null | UTF-8 | PlantUML | false | false | 15,837 | plantuml | @startuml
set namespaceSeparator none
skinparam linetype ortho
package ServiceManager {
abstract class CI {
+ ciId
+ ucmdbId
+ company
+ displayName
+ status
+ type
+ subtype
+ 3rdLevelType
+ purpose
+ contactId
+ operationResponsibleGroup
+ briefDescription
+ keywords
+ comments
+ monitoringPlatform
+ monitoringNames
+ monitoringNameComment
+ mainService
+ operationCriticality
+ serviceHours
+ serviceHourPriorityLevel
+ serviceHourHolidays
+ serviceTimeZone
+ lastUpdateTime
+ lastUpdatedBy
}
together {
interface Peripheral {
}
note left
Hardware providing
input/output from/to
the physical world
end note
Peripheral -up-|> CI
together {
class Printer {
}
Printer -up-|> Peripheral
class CCTV {
}
CCTV -up-|> Peripheral
class MultiFunctionPeripheral {
}
note bottom
* Xerox
end note
MultiFunctionPeripheral -up-|> Peripheral
}
}
together {
interface NetworkDevice {
+ location
}
note left
Hardware operating in
the physical-, network-,
transport- or application-layer
end note
NetworkDevice -up-|> CI
class Switch {
}
Switch -up-|> NetworkDevice
class Router {
}
Router -up-|> NetworkDevice
class Firewall {
}
Firewall -up-|> NetworkDevice
class Proxy {
}
note bottom
* Blue Coat
end note
Proxy -up-|> NetworkDevice
class LoadBalancer {
}
LoadBalancer -up-|> NetworkDevice
class NetworkManagement
note bottom
* Infoblox
* WAM
end note
NetworkManagement -up-|> NetworkDevice
}
together {
interface Infrastructure {
+ location
}
note left
Hardware providing
auxiliry services
for IT operations
end note
Infrastructure -up-|> CI
together {
class ATS
note left
Automatic
Transfer
Switch
end note
ATS -up-|> Infrastructure
class KVM
note left
Keyboard
Video
Mouse
end note
KVM -up-|> Infrastructure
class PDU
note left
Power
Distribution
Unit
end note
PDU -up-|> Infrastructure
class UPS
note left
Uninterruptable
Power
Supply
end note
UPS -up-|> Infrastructure
class HSM
note left
Hardware
Security
Module
Generates and stores
keys and certificats
end note
HSM -up-|> Infrastructure
class AccessControl
note bottom
* Badge Reader
* Vein Scanner
end note
AccessControl -up-|> Infrastructure
}
}
together {
interface Telecomdevice {
+ location
}
note left
Hardware connecting
people
end note
Telecomdevice -up-|> CI
together {
class Gateway
Gateway -up-|> Telecomdevice
class Voice
note bottom
* Cisco Telephones
end note
Voice -up-|> Telecomdevice
class Video
Video -up-|> Telecomdevice
}
}
together {
interface Cluster {
+ applicationCluster
+ physicalZone
+ dataCenter
}
note left
Provides a scalable
and reliable service
end note
Cluster -up-|> CI
' Cluster --> PhysicalServer: dependsOn
together {
class SoftwareCluster {
}
note left
Instances: Processes
end note
SoftwareCluster -up-|> Cluster
class ContainerCluster {
}
note left
Instances: Containers
end note
note bottom of ContainerCluster
* OpenShift
* Kubernetes
end note
ContainerCluster -up-|> Cluster
class VMCluster {
}
note left
Instances: Virtual Machines
end note
note bottom of VMCluster
* vSphere
* IBM PowerHA SystemMirror
end note
VMCluster -up-|> Cluster
class StorageCluster {
}
note left
Instances: Storage Containers
end note
StorageCluster -up-|> Cluster
' StorageCluster --> Storage: dependsOn
}
}
together {
interface Storage {
+ location
}
note left
Hardware providing
long term persistance
of information
end note
Storage -up-|> CI
together {
class TapeLibrary {
}
TapeLibrary -up-|> Storage
class NAS {
}
note left
Network
Attached
Storage
Exports a file system
Clients communicate with
the NAS using a NFS-like
protocol: Operations are
file system operations
end note
NAS -up-|> Storage
class SAN {
}
note left
Storage
Area
Network
Exports a block device
Clients communicate with
the SAN using a SCSI-like
protocol: Operations are
block device operations
end note
SAN -up-|> Storage
class StorageSwitch as "Switch" {
}
StorageSwitch --|> Storage
class StorageController as "Controller" {
}
StorageController --|> Storage
}
}
together {
interface Contact {
+ location
+ region
- country
- city
- building
- floor
- room
- locationDetail
}
note right of Contact
All internal attributes
are automatically
populated by
Service Manager
based on the location
attribute
end note
Contact -up-|> CI
}
together {
interface Location {
}
Location -up-|> CI
}
/'
together {
interface Inventory {
+ assetTag
+ networkName
+ serialNo
+ warrantyEnd
+ model
+ manufacturer
+ model
+ partNo
+ cpuType
+ ram
+ networkDomain
+ location
+ osManufacturer
+ osName
+ osVersion
+ packageBuild
+ underpinningContracts
}
Inventory -up-|> CI
}
together {
interface Process
Process -up-|> CI
together {
class Businessprocess
Businessprocess -up-|> Process
class "Proc-Capability"
"Proc-Capability" -up-|> Process
class "Sub-Businessprocess"
"Sub-Businessprocess" -up-|> Process
}
}
together {
abstract Computer {
+ location
+ osManufacturer
+ osName
+ osVersion
+ networkZone
+ networkZoneV2
+ cpuSpeed
+ cpuType
+ allocatedCores
+ processorCores
+ processors
+ ram
+ sizeDiskSum
+ sizeDisk1
}
Computer -up-|> CI
together {
interface Client {
}
Client -up-|> Computer
together {
class PhysicalClient {
}
PhysicalClient -up-|> Client
'PhysicalClient --> Inventory: runsOn
class VirtualClient {
}
VirtualClient -up-|> Client
'VirtualClient --> VMCluster : dependsOn
}
interface ComputerAppliance as "Appliance" <<remove>> {
}
ComputerAppliance -up-|> Computer
together {
class PhysicalAppliance {
}
PhysicalAppliance -up-|> ComputerAppliance
'PhysicalClient --> Inventory: runsOn
class VirtualClient {
}
VirtualAppliance -up-|> ComputerAppliance
'VirtualAppliance --> VMCluster : dependsOn
}
interface Server {
+ dataDisc
+ bootDisc
+ architecturePattern
+ antiVirusPolicy
+ backupPolicy
+ governedByEnvironment
+ hasFirewallConfiguration
+ hasUC4Executor
+ passwordManagement
+ centralizedLoggingDeploymentServer
+ monitoringEndpoint2
+ monitoringEndpoint1
+ patchLevel
+ serverRole
+ configParameter
+ configValue
+ configComment
+ configStatus
+ osTimeZone
+ maintWindow
+ maintWindowCycle
+ maintWindowDayOfWeek
+ maintWindowStartTime
+ maintWindowEndTime
+ maintWindowRebootTime
+ maintWindowRecurring
+ maintWindowTimeZone
+ maintWindowActive
+ maintWindowRebootDurationMinutes
+ maintWindowRebootBehaviour
+ offshoreSupportOrganizations
}
Server -up-|> Computer
together {
class VirtualServer {
}
VirtualServer -up-|> Server
' VirtualServer --> VMCluster: dependsOn
class PhysicalServer {
+ cpu type
}
PhysicalServer -up-|> Server
' PhysicalServer --> Inventory: runsOn
}
}
}
together {
interface Userinterface
note left: Low Priority
Userinterface -up-|> CI
together {
class Browser
Browser -up-|> Userinterface
class GUI
GUI -up-|> Userinterface
class HostTX
HostTX -up-|> Userinterface
class Notes
Notes -up-|> Userinterface
together {
class Default
Default -up-|> Browser
class FatClient
FatClient -up-|> GUI
}
}
}
together {
interface Swinstance {
+ version
+ activePassive
}
note left: Not in Scope for Devtype redesign in May
Swinstance -up-|> CI
' Swinstance --> Serviceenvironment: dependsOn
together {
class "Application Server"
"Application Server" -up-|> "Swinstance"
together {
class "Backend Server"
"Backend Server" -up-|> "Application Server"
class "JBOSS EAP"
"JBOSS EAP" -up-|> "Application Server"
class "JBOSS WildFly"
"JBOSS WildFly" -up-|> "Application Server"
class "ORACLE WebLogic"
"ORACLE WebLogic" -up-|> "Application Server"
class "JBOSS"
"JBOSS" -up-|> "Application Server Instance"
}
class "Application Server Instance"
"Application Server Instance" -up-|> "Swinstance"
class "Business Application"
"Business Application" -up-|> "Swinstance"
class "Citrix Server"
"Citrix Server" -up-|> "Swinstance"
class "DB-Instance"
"DB-Instance" -up-|> "Swinstance"
together {
class "ORACLE"
"ORACLE" -up-|> "DB-Instance"
"ORACLE" -up-|> "DB-Instance ORACLE"
"ORACLE" -up-|> "DB-Server"
}
class "DB-Instance MS-SQL"
"DB-Instance MS-SQL" -up-|> "Swinstance"
class "DB-Instance ORACLE"
"DB-Instance ORACLE" -up-|> "Swinstance"
together {
class "ORACLE ACTIVE Replication"
"ORACLE ACTIVE Replication" -up-|> "DB-Instance ORACLE"
class "ORACLE ACTIVE replication"
"ORACLE ACTIVE replication" -up-|> "DB-Instance ORACLE"
class "ORACLE STDBY REPLICATION"
"ORACLE STDBY REPLICATION" -up-|> "DB-Instance ORACLE"
class "ORACLE STDBY replication"
"ORACLE STDBY replication" -up-|> "DB-Instance ORACLE"
}
class "DB-Instance SYBASE"
"DB-Instance SYBASE" -up-|> "Swinstance"
class "DB-Server"
"DB-Server" -up-|> "Swinstance"
together {
class "SYBASE"
"SYBASE" -up-|> "DB-Server"
}
class "Database System"
"Database System" -up-|> "Swinstance"
class "File / Component"
"File / Component" -up-|> "Swinstance"
class "Infra Application"
"Infra Application" -up-|> "Swinstance"
together {
class "Application"
"Application" -up-|> "Infra Application"
class "Backend Server"
"Backend Server" -up-|> "Infra Application"
class "File Component"
"File Component" -up-|> "Infra Application"
}
class "Interface"
"Interface" -up-|> "Swinstance"
class "JBOSS-EAP Server"
"JBOSS-EAP Server" -up-|> "Swinstance"
class "JBOSS-Instance"
"JBOSS-Instance" -up-|> "Swinstance"
class "JBOSS-WildFly Server"
"JBOSS-WildFly Server" -up-|> "Swinstance"
class "Jobgroup"
"Jobgroup" -up-|> "Swinstance"
together {
class "Jobgroup AWA"
"Jobgroup AWA" -up-|> "Jobgroup"
}
class "MS-SQL Database Server"
"MS-SQL Database Server" -up-|> "Swinstance"
class "MYSQL Database Server"
"MYSQL Database Server" -up-|> "Swinstance"
together {
class "MYSQL"
"MYSQL" -up-|> "MYSQL Database Server"
}
class "Middleware"
"Middleware" -up-|> "Swinstance"
together {
class "Backend Server"
"Backend Server" -up-|> "Middleware"
}
class "ORACLE Apex Server"
"ORACLE Apex Server" -up-|> "Swinstance"
class "ORACLE Database Server"
"ORACLE Database Server" -up-|> "Swinstance"
class "ORACLE WebLogic Instance"
"ORACLE WebLogic Instance" -up-|> "Swinstance"
class "ORACLE WebLogic Server"
"ORACLE WebLogic Server" -up-|> "Swinstance"
class "Resource"
"Resource" -up-|> "Swinstance"
class "SPRINGBOOT-Instance"
"SPRINGBOOT-Instance" -up-|> "Swinstance"
class "SYBASE Database Server"
"SYBASE Database Server" -up-|> "Swinstance"
class "Virtual Software (cluster/farm)"
"Virtual Software (cluster/farm)" -up-|> "Swinstance"
}
}
together {
interface Service {
}
Service -up-|> CI
together {
class "Business Service"
"Business Service" -up-|> Service
class "External Service"
"External Service" -up-|> Service
class "IT Service"
"IT Service" -up-|> Service
'class Infrastructure
'Infrastructure -up-|> Service
class "Workplace only"
"Workplace only" -up-|> Service
}
}
together {
interface Serviceenvironment {
}
Serviceenvironment -up-|> CI
' ServiceEnvironment --> Swinstance : dependsOn
}
together {
interface Servicegroup {
}
Servicegroup -up-|> CI
}
'/
}
@enduml
| false | true | false | false | class |
9d7b8b7266e4703b1e0ba2d5bac1c7288ed3095c | 54f0570710d72445f30bc8261595126edc5b67ca | /ass12/cashregister.py.puml | 8d45a0d696c79f32c03d114d53268e6b606dba10 | [] | no_license | deadbok/eal_programming | cab8fc7145b5115f887a7b10aad90880a799d118 | 33bf532b397f21290d6f85631466d90964aab4ad | refs/heads/master | 2021-01-13T15:11:19.276462 | 2017-06-13T09:20:51 | 2017-06-13T09:20:51 | 76,203,290 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 205 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
scale 2
class CashRegister{
-__cart
-__init__()
+purchase_item()
+get_total()
+show_items()
+clear()
}
@enduml | false | true | false | false | class |
c93dab8518d0bef27d6cea9cf71937354eaba304 | 19de0597a5790bab6ff021899b4479506ae0829a | /uml/skeleton_comm_diagrams/comm_use_teleport_gate.plantuml | 3540fc72e8975982262a0c9f7ab46978dd50953b | [] | no_license | bbucsy/projlab_holy_oil | e703a3ac579555a6c62f91051d7fbb5572c88d30 | a1c4e9b953e7f7c22dabbd935abb461f9cacd409 | refs/heads/master | 2023-05-02T06:22:36.234536 | 2021-05-09T09:46:04 | 2021-05-09T09:46:04 | 342,634,410 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 702 | plantuml | @startuml Use Teleport Gate
title Use Teleport Gate
skinparam Linetype polyline
rectangle "Skeleton" as c
rectangle "s: Settler" as s
rectangle "gate: TeleportGate" as g
rectangle "pair: TeleportGate" as p
rectangle "onAsteroid: Asteroid" as a1
rectangle "targetAsteroid: Asteroid" as a2
c ---right-> s : <<create>>
c --> a1 : <<create>>
c --> a2 : <<create>>
c --up-> g : <<create>>
c --up-> p : <<create>>
c ---right-> s : setOnAsteroid(onAsteroid)
c ---> a1 : AddCrewmate(s)
c ---> a1 : setTeleportGate(gate)
c ---> p : setPair(gate)
c --up-> g : setHomeAsteroid(onAsteroid)
c --up-> g : setPair(pair)
c --up-> p : setHomeAsteroid(targetAsteroid)
c ---> a2 : setTeleportGate(pair)
@enduml | false | true | false | false | sequence |
d048b94d08eb4f87008d1ded0b4e6190f945b8b5 | 6b375e7cdb609e6f34ef31d09b478f9cb3d648f2 | /IntroducePlantUML/PlantUML/class2.plantuml | 986dc105be0ec59f3fac7237e4ec37d59f05ffc6 | [] | no_license | Geroshabu/Slides | bff535e2d961df04b5e6b0d18f5e0a4248d6fac3 | 9c7125829549fc69b68bdbd79776cc1a10c927a9 | refs/heads/master | 2021-05-24T04:27:16.290893 | 2020-02-28T04:00:36 | 2020-02-28T04:00:36 | 65,213,323 | 0 | 0 | null | 2020-09-04T00:23:06 | 2016-08-08T14:56:18 | JavaScript | UTF-8 | PlantUML | false | false | 235 | plantuml | skinparam class {
ArrowColor #e0e0e0
ArrowFontColor #ffffff
BorderColor #e0e0e0
BackgroundColor #508050
FontColor #ffffff
AttributeFontColor #ffffff
}
class Hoge {
- int Field
+ bool Method(string arg)
}
Hoge -> Foo
| false | true | false | false | class |
558cf2609dbab5649ccb4089f4782d69fbd8ef18 | 5a8fafc1af19d5eb6730c0da83db05e0db76d388 | /package-class.puml | 334ffdc6dfc77e83574adedb31ae2ee4e6845d05 | [] | no_license | LuisFajardoF/Diagramas-PUML | d041fcc7be377b5692a864c726d3cdcb19f3be2b | 4b886eefbd2207de708e056767a0a185851efc7f | refs/heads/master | 2023-03-29T01:22:24.559466 | 2021-04-13T17:39:58 | 2021-04-13T17:39:58 | 340,369,399 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 409 | puml | @startuml
class Package << (S,PaleGreen) >> {
+ Package()
+ ~Package()
+ void add(unsigned int pack)
+ string packsCode()
+ unordered_map<unsigned int, string> packInfo
+ vector<string> packs
}
enum PACKS {
Graphicx
Subfigure
Setspace
Siunitx
Booktabs
Xcolor
Colortbl
Pgfplotstable
Enumitem
Amssymb
Pifont
}
Package *- PACKS : use
@enduml | false | true | false | false | class |
6187b13ad2d4ac2f8e7e4d5292119fed9be64e03 | bdc9d0263f63c33afb60b8c3429e5786c950ad70 | /security/model/actors/Alice.plantuml | 56a174c3f41a7f4eb20a185c513e505ab8bc2d98 | [
"MIT"
] | permissive | exasol/tutorials | af112c8cb51e3e05f9430b4e60098e61ae60f3a6 | 09c797a47974865e562765dd3bd1b39ad76e9157 | refs/heads/main | 2023-09-01T07:15:39.879653 | 2023-08-24T13:04:47 | 2023-08-24T13:04:47 | 205,088,916 | 0 | 1 | MIT | 2023-08-24T06:24:44 | 2019-08-29T05:41:35 | null | UTF-8 | PlantUML | false | false | 11 | plantuml | actor Alice | false | true | false | false | sequence |
fbb15686c43ad748a2d8405c896e104f5f79639c | 2ac74657de3cb81bab734d18094e945a442a167d | /sechub-doc/src/docs/asciidoc/diagrams/diagram_report_dataflow.plantuml | 8d6fc7d4179f1c7d865aca40dfbd8284ee4780af | [
"MIT",
"ANTLR-PD",
"LicenseRef-scancode-generic-exception",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-oracle-openjdk-exception-2.0",
"MPL-1.1",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-warranty-disclaimer",
"EPL-2.0",
"GPL-2.0-only",
"EPL-1.0",
"CC0-1.0",
"Classpath-exception-2.0",
"Apache-2.0",
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-public-domain",
"GPL-2.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause",
"Apache-1.1",
"MPL-1.0",
"CDDL-1.1",
"LicenseRef-scancode-proprietary-license"
] | permissive | de-jcup/sechub | 64055bb7ccd5496e32207c140e5812997e97583b | 488d2d23b9ae74043e8747467623d291c7371b38 | refs/heads/develop | 2023-07-22T18:01:47.280074 | 2023-07-18T15:50:27 | 2023-07-18T15:50:27 | 199,480,695 | 0 | 1 | MIT | 2023-03-20T03:00:02 | 2019-07-29T15:37:19 | Java | UTF-8 | PlantUML | false | false | 1,462 | plantuml | ' SPDX-License-Identifier: MIT
@startuml
hide empty fields
hide empty members
interface SecHubReportData
class SecHubReportModel implements SecHubReportData
class ReportTransformationResult extends SecHubReportModel
class SerecoProductExecutor
class ScanService
class ProductResult {
String: productIdentifier
}
class SerecoResultTransformer
class CreateScanReportService
class ScanReport {
<<Entity>>
String result
ScanReportResultType type
}
ScanService -[#black,plain,thickness=2]-> "uses" CreateScanReportService
CreateScanReportService -[#green,dashed,thickness=3]-> "starts" SerecoProductExecutor : [1]
CreateScanReportService -[#blue,dashed,thickness=3]-> "uses" SecHubReportProductTransformerService : [2]
CreateScanReportService -[#Coral,dashed,thickness=3]-> "creates" ScanReport : [3]
SecHubReportProductTransformerService -[#blue,dashed,thickness=1]-> "uses" SerecoResultTransformer
ScanReport o.. ReportTransformationResult
CreateScanReportService <-[#blue,dashed,thickness=1]- ReportTransformationResult
SerecoProductExecutor .[#green,dashed,thickness=3].> "creates" ProductResult
'SerecoProductExecutor --> ProductResult
note "transforms former\nread Sereco product result" as N2 #CornflowerBlue
SerecoResultTransformer -[#blue,dashed,thickness=1]-> "reads" ProductResult
SerecoResultTransformer -[#blue,dashed,thickness=1]-> N2
N2 -[#blue,dashed,thickness=1]> "builds" ReportTransformationResult
@enduml | false | true | false | false | sequence |
3f20dece710ee520e5f255fd444ded5ed689ef0b | d082f824b547d2ce3bfc66ee5a24239488551919 | /styles/modern-style.plantuml | 966526522082801a33eb313f72a5e23493663802 | [
"MIT"
] | permissive | iris-retail/plantuml-styles | 26f1469c007cc38897723f15efca6f5606056213 | 52c1a0f038ba7ec69b96b909679852e5b9e48509 | refs/heads/main | 2023-03-28T04:33:38.849941 | 2021-03-13T20:18:51 | 2021-03-13T20:18:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,299 | plantuml | ' This is a plantuml style file
' To use this style include it into your plantuml diagrams, e.g.:
' !include modern-style.plantuml
' Color schema
!$primaryColor = "#e0f9ff"
!$secondaryColor = "#cccccc"
' General settings
hide empty methods
hide empty attributes
skinparam {
DefaultFontName Helvetica
RoundCorner 5
Shadowing false
' Title Styling
TitleFontSize 24
TitleFontStyle Bold
' Class Diagrams
CircledCharacterRadius 5
CircledCharacterFontSize 8
CircledCharacterFontColor Black
Class {
FontSize 16
FontStyle Bold
BackgroundColor $primaryColor
BorderThickness 2
BorderColor Black
ArrowThickness 3
ArrowColor Black
AttributeIconSize 9
}
' Sequence Diagrams
Sequence {
MessageAlign Center
FontSize 16
FontStyle Bold
ParticipantBackgroundColor $primaryColor
ParticipantBorderColor Black
ParticipantFontStyle Bold
BorderColor Black
ArrowThickness 1.1
ArrowColor Black
LifeLineBorderThickness 1
LifeLineBorderColor Black
ActorBackgroundColor $primaryColor
ActorBorderColor Black
ActorBorderThickness 2
ActorFontStyle Bold
}
' UseCase Diagrams
UseCase {
FontSize 16
FontStyle Bold
BorderColor Black
ArrowThickness 1.1
ArrowColor Black
ActorBackgroundColor $primaryColor
BackgroundColor $primaryColor
ActorBorderColor Black
ActorBorderThickness 2
ActorFontStyle Bold
}
' Activity Diagrams
Activity {
BorderColor Black
ArrowThickness 1.1
ArrowColor Black
BackgroundColor $primaryColor
}
' Component Diagrams
Component {
BorderColor Black
ArrowThickness 1.1
ArrowColor Black
BackgroundColor $primaryColor
}
InterfaceBackgroundColor $primaryColor
InterfaceBorderColor Black
' State Diagrams
State {
BorderColor Black
ArrowThickness 1.1
ArrowColor Black
BackgroundColor $primaryColor
}
' Deployment Elements
FrameBackgroundColor $primaryColor
FrameBorderColor Black
AgentBackgroundColor $primaryColor
AgentBorderColor Black
ArtifactBackgroundColor $primaryColor
ArtifactBorderColor Black
BoundaryBackgroundColor $primaryColor
BoundaryBorderColor Black
CardBackgroundColor $primaryColor
CardBorderColor Black
CloudBackgroundColor $primaryColor
CloudBorderColor Black
CollectionsBackgroundColor $primaryColor
CollectionsBorderColor Black
ControlBackgroundColor $primaryColor
ControlBorderColor Black
DatabaseBackgroundColor $primaryColor
DatabaseBorderColor Black
EntityBackgroundColor $primaryColor
EntityBorderColor Black
FileBackgroundColor $primaryColor
FileBorderColor Black
FolderBackgroundColor $primaryColor
FolderBorderColor Black
NodeBackgroundColor $primaryColor
NodeBorderColor Black
PackageBackgroundColor $primaryColor
PackageBorderColor Black
QueueBackgroundColor $primaryColor
QueueBorderColor Black
StackBackgroundColor $primaryColor
StackBorderColor Black
RectangleBackgroundColor $primaryColor
RectangleBorderColor Black
StorageBackgroundColor $primaryColor
StorageBorderColor Black
' Objects
Object {
BackgroundColor $primaryColor
BorderColor Black
FontStyle Bold
}
' Notes
Note {
BackgroundColor $secondaryColor
BorderThickness 1
BorderColor White
FontSize 10
}
}
' !include ../examples/diagrams/class.plantuml
' !include ../examples/diagrams/sequence.plantuml
' !include ../examples/diagrams/usecase.plantuml
' !include ../examples/diagrams/activity.plantuml
' !include ../examples/diagrams/component.plantuml
' !include ../examples/diagrams/state.plantuml
' !include ../examples/diagrams/deployment.plantuml
' !include ../examples/diagrams/object.plantuml
' !include ../examples/diagrams/timing.plantuml
| false | true | false | false | usecase |
62736ebec0af6c5f73f0640a1d4860f00d69090c | 6ed98ec8763bbe516fd136f2693c988e7c47efeb | /docs/uml/overview/view/view-layer.plantuml | a1b7b5cfdf07d1a37c705e39c720fe9605973aa5 | [
"MIT"
] | permissive | ifrost/afterwriting-labs | ad09fc6214ccd82500f37a8cc1b422e91812d98c | 8207be7a4ac5641f8d874161e1c2087117055447 | refs/heads/master | 2023-08-09T00:17:45.626839 | 2023-07-20T07:00:33 | 2023-07-20T07:00:33 | 23,051,478 | 212 | 51 | null | 2023-02-28T14:00:07 | 2014-08-17T22:01:24 | JavaScript | UTF-8 | PlantUML | false | false | 347 | plantuml | @startuml
skinparam monochrome true
title View Layer
package Context {
rectangle ControllerA
rectangle ModelA
}
rectangle RootView
rectangle View
rectangle Presenter
RootView -down-> View
View -> Presenter : sends events
Presenter -> View : binds data
ModelA -> Presenter : bind data
Presenter -> ControllerA : maps view events
@enduml | false | true | false | false | sequence |
e00dd3ee690554343ebdbc9b73efdbb97efa11cc | 6ce7986fd2991cfaac32131506879d0c07623619 | /battle.puml | 80e05ce74588f5f0022ed5ce7eb70280ddb703f0 | [] | no_license | meta-morpho-sys/new_battle2 | bab20c059b6b38b95d19053b735cb820ea68b20b | d62bbf29e4854c358a5130979dfdb6e7e1433923 | refs/heads/master | 2021-04-30T15:41:57.906682 | 2018-02-22T22:52:14 | 2018-02-22T22:52:14 | 121,244,293 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 766 | puml | @startuml
class Game {
+{static} create(player1, player2)
+{static} instance()
current_turn
+player1()
+player2()
+attack(player=)
+paralyse(player=)
+thaw(player)
+switch_turn()
+other_turn()
+opponent_of(the_player)
+game_over?()
+loser()
}
class Player {
DEFAULT_HIT_POINTS
+name
+hit_points
+damage_score
+paralysed
+receive_damage()
+a_computer?()
+try_to_paralyse()
+paralysed?()
-random_hit_points_generator()
}
class Model {
Player
Game
}
class Controller {
app.rb
}
class View {
index
new_player_form
game_status
show_attack
paralyse-sleep
game_over
}
Game -> Player :"2" players
Model ->View
View o-> Controller
@enduml
| false | true | false | false | sequence |
afd4cc9ac276f91b528e10364b3822b8f9332d20 | 5138fad4e257ab5c3b993e68417ca6be13556288 | /docs/diagrams/ModelManagerClassDiagram.puml | f322ac8443dd95248b3b287b7dbdfffb25d56b22 | [
"MIT"
] | permissive | AY1920S1-CS2103T-F12-1/main | 457cd126da3c5cbf5e359bd77dde16f8cc8d6b16 | 412b4db6d387659ea88bc2d028ffceed962742ac | refs/heads/master | 2020-07-27T22:03:25.658633 | 2019-11-11T15:24:34 | 2019-11-11T15:24:34 | 209,227,517 | 4 | 5 | NOASSERTION | 2019-11-11T15:24:35 | 2019-09-18T05:46:12 | Java | UTF-8 | PlantUML | false | false | 955 | puml | @startuml
' Style
hide empty members
skinparam classAttributeIconSize 0
skinparam genericDisplay old
skinparam packageStyle rectangle
skinparam lineType ortho
skinparam shadowing false
package Model {
class ModelManager {
- data : ModelData
+ setModelData(data : ModelData)
+ getModelData() : ModelData
}
class ModelData {
- events : UniqueOrderedSet<EventSource>
- tasks : UniqueOrderedSet<TaskSource>
}
class UniqueOrderedSet<E>
package Event {
class EventSource
class EventSourceBuilder {
+ build : EventSource
}
}
package Task {
class TaskSource
class TaskSourceBuilder {
+ build : TaskSource
}
}
}
ModelManager *--"1" ModelData
ModelData *--"2" UniqueOrderedSet
ModelData *--"*" EventSource
ModelData *--"*" TaskSource
EventSourceBuilder ..> EventSource
TaskSourceBuilder ..> TaskSource
@enduml
| false | true | false | false | class |
02bd69e2002024b4111a62e77493edc9ed1b306f | 4831b8d3c95595367c9bb95adbc32f77fce5accf | /embedded-value/etc/embedded-value.urm.puml | ed73802792a2dc2bbfd934480847a298da70cb8f | [
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"MIT"
] | permissive | SergeyZhernovoy/java-design-patterns | bcccb330a44b3d09a991b943668416d725212157 | 1e654067c9761f4db800508d431769e3474e9c7c | refs/heads/master | 2023-03-11T08:59:09.285082 | 2023-03-02T18:07:23 | 2023-03-02T18:07:23 | 73,673,158 | 0 | 5 | MIT | 2021-05-07T13:38:25 | 2016-11-14T06:20:24 | Java | UTF-8 | PlantUML | false | false | 2,422 | puml | @startuml
package com.iluwatar.embedded.value {
class App {
- LOGGER : Logger {static}
+ App()
+ main(args : String[]) {static}
}
class DataSource {
- LOGGER : Logger {static}
- conn : Connection
- createschema : Statement
- deleteschema : Statement
- getschema : Statement
- insertIntoOrders : PreparedStatement
- queryOrders : Statement
- queyOrderByID : PreparedStatement
- removeorder : PreparedStatement
+ DataSource()
+ createSchema() : boolean
+ deleteSchema() : boolean
+ getSchema() : String
+ insertOrder(order : Order) : boolean
+ queryOrder(id : int) : Order
+ queryOrders() : Stream<Order>
+ removeOrder(id : int)
}
~interface DataSourceInterface {
+ CREATE_SCHEMA : String {static}
+ DELETE_SCHEMA : String {static}
+ GET_SCHEMA : String {static}
+ INSERT_ORDER : String {static}
+ JDBC_URL : String {static}
+ QUERY_ORDER : String {static}
+ QUERY_ORDERS : String {static}
+ REMOVE_ORDER : String {static}
+ createSchema() : boolean {abstract}
+ deleteSchema() : boolean {abstract}
+ getSchema() : String {abstract}
+ insertOrder(Order) : boolean {abstract}
+ queryOrder(int) : Order {abstract}
+ queryOrders() : Stream<Order> {abstract}
+ removeOrder(int) {abstract}
}
class Order {
- id : int
- item : String
- orderedBy : String
- shippingAddress : ShippingAddress
+ Order()
+ Order(id : int, item : String, orderedBy : String, shippingAddress : ShippingAddress)
+ Order(item : String, orderedBy : String, shippingAddress : ShippingAddress)
+ getId() : int
+ getItem() : String
+ getOrderedBy() : String
+ getShippingAddress() : ShippingAddress
+ setId(id : int)
+ setItem(item : String)
+ setOrderedBy(orderedBy : String)
+ setShippingAddress(shippingAddress : ShippingAddress)
+ toString() : String
}
class ShippingAddress {
- city : String
- pincode : String
- state : String
+ ShippingAddress()
+ ShippingAddress(city : String, state : String, pincode : String)
+ getCity() : String
+ getPincode() : String
+ getState() : String
+ setCity(city : String)
+ setPincode(pincode : String)
+ setState(state : String)
+ toString() : String
}
}
Order --> "-shippingAddress" ShippingAddress
DataSource ..|> DataSourceInterface
@enduml | false | true | false | false | class |
4918675e545a0fa7b416956d5b7d7ffcc9ed464d | 4d82b0d65ad85bca4deb49e6ce4257b358ae4670 | /figure-1.2.puml | 036e13f4bb85a050402887d1cd92abc0b26ecb63 | [] | no_license | netpyoung/bs.uml-distilled | d0877c8e69156560d2c252c6dcc24bf4764105cd | 9ae1c24be4b8d3f0456d2b2e1d6fc8e0843f21bc | refs/heads/master | 2020-04-21T05:10:41.074540 | 2019-02-06T00:10:17 | 2019-02-06T00:11:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,219 | puml | @startuml
object Diagram
object StructuralDiagram
object ClassDiagram
object ComponentDiagram
object CompositeStructureDiagram
object DeploymentDiagram
object ObjectDiagram
object PackageDiagram
object BehaviouralDiagram
object ActivityDiagram
object UseCaseDiagram
object StateMachineDiagram
object InteractionDiagram
object SequenceDiagram
object CommunicationDiagram
object InteractionOverviewDiagram
object TimingDiagram
Diagram <|-- StructuralDiagram
Diagram <|-- BehaviouralDiagram
StructuralDiagram <|-- ClassDiagram
StructuralDiagram <|-- ComponentDiagram
StructuralDiagram <|-- CompositeStructureDiagram
StructuralDiagram <|-- DeploymentDiagram
StructuralDiagram <|-- ObjectDiagram
StructuralDiagram <|-- PackageDiagram
BehaviouralDiagram <|-- ActivityDiagram
BehaviouralDiagram <|-- UseCaseDiagram
BehaviouralDiagram <|-- StateMachineDiagram
BehaviouralDiagram <|-- InteractionDiagram
InteractionDiagram <|-- SequenceDiagram
InteractionDiagram <|-- CommunicationDiagram
InteractionDiagram <|-- InteractionOverviewDiagram
InteractionDiagram <|-- TimingDiagram
@enduml | false | true | false | false | class |
3442a67c5d6d822ac21f3d16077898d80ee336a5 | e04b4630836d345c7d3d96b2d5f80ebe2a7f8763 | /anc31819a_gr7/Analyse/SSD/SSD_MATCH-ADD.puml | 54a1e36251e5ea66fd83a076f2e8f0f736bed872 | [] | no_license | 1204almabikamuzadi/java-desktop | 749c1d92715e187dce82088a14134b776369af5d | ed50d6c1a1737aa6498bd812c21299f409b3eb17 | refs/heads/main | 2022-12-30T01:50:06.434551 | 2020-10-18T08:03:06 | 2020-10-18T08:03:06 | 305,051,343 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 578 | puml | @startuml
Actor Manager as M
participant System as S
hide footbox
activate M
activate S
S->M:Affiche liste des joueurs
M->S :selectionne Joueur1
M->S: selectionne joueur2
alt case joueur1!=joueur2
S->S:valide les données
else case joueur1==joueur2
S-->M:affiche selectionne un autre joueur
M->S: selectionne joueur2
else case Match (exists match )
S->M: affiche selectionne un autre joueur autre
S<-M:selectionnne joueur2
end
M-->S:selectionne un score
M-->S:clic sur le bouton Add
S->S:valide les données
S->M:affiche la Table des matchs
@enduml | false | true | true | false | usecase |
909dc0115ab454b5b11fcda1ad503b439b310e67 | 9b5408545c51cba8cae6e582f39ba94b7532dee9 | /docs/NotficationAPI_dataflow.plantuml | 908b05f61ef875c0ce4d205b2e696511469bf721 | [] | no_license | babuilyas/procheck.sap.middleware | 7b26fb910fcfe14aa80e07b7b03cf567ab3216e9 | 40afa9554eb5d7560a4fd39190c1d866646df455 | refs/heads/main | 2023-07-02T08:33:43.352106 | 2021-08-06T16:54:10 | 2021-08-06T16:54:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,383 | plantuml | @startuml
title "SAP Middleware Dataflow Diagram"
skinparam ParticipantPadding 20
skinparam BoxPadding 10
box "Client's Plant"
collections iot as "Equipments"
end box
box "Procheck Platform"
queue q as "Listener"
database db as "Database"
control job as "Events\nScheduler"
participant iotd as "IoT\nInterface"
participant con as "SAP\nMiddleware"
end box
box "Client' SAP System"
participant sap << (S,#ADD1B2) >>
end box
group loop
iot ->o q :
activate q
q -> db : store
deactivate q
activate db
db --> q
deactivate db
end group
group Design Time
iotd -> con : Send Data
con -> db : Fetch Credentials
db --> con :
con -> sap : Establish Connection
sap --> con : Sucess
con -> sap : NotificationAPI
sap --> con : Callback : Order Number
con -> iotd :
sap --> con : Callback : Error
con -> iotd :
sap X--> con : Failed : Error
con -> iotd :
con -> con : Close Connection
end group
group Background Job
job o->o db : find/detect events
job o-> con : fires events e.g. \n1. breakdown \n2.performance
con -> db : Fetch Credentials
db --> con :
con -> sap : Establish Connection
sap --> con : Success
con -> sap : NotificationAPI
sap --> con : Callback : Order Number
con -> job : Update Job Status
sap --> con : Callback : Error
con -> job : Update Job Status
sap X--> con : Failed : Error
con -> job : Update Job Status
con -> con : Close Connection
end group
@enduml
| false | true | false | false | sequence |
90ec36b318529dc60efb65cfc50e81717e63c66e | 7d2a705fb165b5ea71e97d9c6729b26eed007d56 | /uml/sequence/opentrading-platform_sequence_diagram.puml | 6107b2689779bbba2587a7a7acb96cb2816b2a0e | [] | no_license | open-algorithmic-trading/docs | 797724baa4f436574ab1b442f7d9bcb23ae141a3 | b242c6534973716714a51a3c823b1e748b029de3 | refs/heads/master | 2023-03-16T11:48:12.434313 | 2021-03-14T00:26:00 | 2021-03-14T00:26:00 | 295,362,413 | 17 | 6 | null | null | null | null | UTF-8 | PlantUML | false | false | 544 | puml | @startuml
actor cli
participant CoreBootstrap as CB
participant AlpacaBootstrap as ACB
participant DataService as DS
database PersistenceDAO as PD
participant ComputeService as CS
cli -> CB: boot
CB -> ACB: login()
return UserSession
CB -> ACB: getMargin()
return accountMargin
CB --> ACB: getAllInstruments()
return instrumentList
CB --> ACB: getTradingInstruments()
return filteredInstrumentList
CB --> ACB: initWebSocket()
return true
CB --> ACB: streamTicks()
return true
CB --> ACB: scheduleTicksAggregator()
return true
@enduml | false | true | false | false | sequence |
8125ccf4c4b6260bd3809f1c0673cd1113c92a9b | 4111bd0462ad276f94ed08d81af39aef0e0fbf69 | /application/src/view.puml | 35175cb1354c94af40941c127bc9537c4075b6dc | [] | no_license | Lilian-Barbier/Architecture-Logiciel | 8e74e0c70e1eb8d087dc3a9c7ad6b30cc0a6c2d5 | aa4d679b1312e8d0257a39633e1201f43895fc31 | refs/heads/master | 2022-06-19T10:12:58.968415 | 2020-05-10T16:12:12 | 2020-05-10T16:12:12 | 258,057,038 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,774 | puml | @startuml
package view {
package graphic {
class GraphicPlayer {
public void display()
private void createModel()
private void createView()
private void placeComponents()
private void createController()
private void refresh()
public static void main(String[] args)
public void updateTime(int time)
public void updateFile(String newInfos)
}
GraphicPlayer ..> JFrame : mainFrame
GraphicPlayer ..> JLabel : infosCurrentFile
GraphicPlayer ..> JLabel : timeProgress
GraphicPlayer ..> JLabel : fullTime
GraphicPlayer ..> JProgressBar : progressBar
GraphicPlayer ..> JButton : play
GraphicPlayer ..> JButton : pasue
GraphicPlayer ..> JButton : next
GraphicPlayer ..> JButton : previous
GraphicPlayer ..> JButton : nextList
GraphicPlayer ..> JButton : previousList
GraphicPlayer ..> Playlist : model
}
package terminal {
class TerminalEditor {
private void createModel()
private void createController()
private void refresh()
public static void main(String[] args)
}
TerminalEditor ..> StdEditorModel : model
class TerminalPlayer implements Observer {
private void createModel(File playlistFile)
private void createController()
private void refresh()
public void updateTime(int time)
public void updateFile(String newInfos)
public static void main(String[] args)
}
TerminalPlayer ..> StdPlayerModel : model
}
interface Observer {
public void updateTime(int time)
public void updateFile(String newInfos)
}
}
@enduml | false | true | false | false | class |
e7fef4412006718dd1958bcd1ab084973e17b115 | 3a2607b600dea7be6b832d64c5828c96ad9580b4 | /Structural/Decorator/Decorator.puml | c76a70b98faa8f3f6164a3602fa336e7907dce82 | [] | no_license | flashytime/design-patterns-php | c1619e8f4b2affdbca096dfda94870b3c7b2bf9a | 76104721a8a8b367baac6c8eafc0a6f2623839b1 | refs/heads/master | 2018-12-08T12:50:48.245627 | 2018-09-18T08:36:41 | 2018-09-18T08:36:41 | 73,289,635 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 539 | puml | @startuml
interface Booking {
+ calculatePrice()
+ getDescription()
}
class DoubleRoomBooking {
+ calculatePrice()
+ getDescription()
}
abstract class BookingDecorator {
# Booking $booking
+ __construct($booking)
}
Booking <|.. DoubleRoomBooking
Booking <|.. BookingDecorator
class Wifi {
- {static} PRICE
+ calculatePrice()
+ getDescription()
}
class ExtraBed {
- {static} PRICE
+ calculatePrice()
+ getDescription()
}
BookingDecorator <|-- Wifi
BookingDecorator <|-- ExtraBed
@enduml | false | true | false | false | class |
dce5b9a242bc028dbd37a4bb1f624f541f99d473 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Connection-Services/API-Gateways/UseCases.puml | 420302864afafcae4b20b755daf8cfb85e2296c0 | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 323 | puml | @startuml
left to right direction
skinparam usecase {
BackgroudnColor #ffffaa
BackgroundColor<<Main>> #lightblue
}
actor :User: <<Person>>
actor :SubSystem: <<Person>>
rectangle "API Gateways" {
UseCase UC1 <<Main>> as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
@enduml
| false | true | false | false | usecase |
8bb72e043ad4953b935ceae6d6a62507006403f1 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/core02_02/Tooltips/i130395/core02_02_design3.puml | 01a218ca022438a6d0678e75fb02b929e96479da | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,363 | puml | @startuml doc-files/core02_02_design3.png
participant "uic: UIController" as uic
participant "uiExtension : UIExtensionComments" as UIExt
participant "Cell" as cell
participant "CommentPanel : JPanel" as cp
participant "CommentController" as ctrl
participant "commentField: JTextArea" as commentField
participant "applyAction: ApplyAction" as applyAction
create cp
UIExt -> cp : new(uic)
cp -> uic : addSelectionListener(this)
create commentField
cp -> commentField: new()
create ctrl
cp -> ctrl : new(uic)
create applyAction
cp -> applyAction : new()
note right of applyAction
ApplyAction is a innerclass
of CommentPanel.
As such, it can access the
members of CommentPanel,
for instance, the
current cell.
end note
cp -> commentField : addFocusListener(applyAction)
== meanwhile a cell is selected...the user enters text in "commentField" and the textbox loses the focus ==
commentField -> applyAction : focusLost(FocusEvent e)
activate applyAction
applyAction -> commentField : txt=getText()
applyAction -> ctrl : setComment(cell, txt)
deactivate applyAction
activate ctrl
ctrl -> cell : setUserComment(txt, index)
ctrl -> uic : setWorkbookModified(...)
deactivate ctrl
@enduml | false | true | false | false | sequence |
5d408347bbb25e91925c31d94f73e27a93934747 | 360b1c6e0c5b7416ae0f2e2c6c96880711d11d4f | /src/main/java/oop/assignment3/ex46/base/Ex46.puml | 2345a5f2768041ea053c432e3979a83366ee218d | [] | no_license | scmatson/matson-cop3330-assignment3 | 9d0f54b321db274a8bac8df12a94850f8ee71ac6 | a62fb4e53d1b7a3d0ef71b64206f2dd217b45e53 | refs/heads/master | 2023-05-31T02:33:08.850987 | 2021-06-21T02:52:44 | 2021-06-21T02:54:43 | 378,789,785 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 604 | puml | @startuml
class WordFrequencyFinder
{
- int a "amount"
- String inputData
- int badger
- int snake
- int mushroom
- int ordered_words
}
class readFile
{
-inputFile
+int amount()
+void copyInput(int size, String[] arr)
}
class countWords
{
+Occurrences(String str, String word)
+wordLength(String word)
}
class displayOutput
{
+output(int count, int a, int b, int c)
+printStar(int frequency, String word)
}
WordFrequencyFinder-->readFile
readFile-->WordFrequencyFinder
WordFrequencyFinder-->countWords
WordFrequencyFinder-->displayOutput
@enduml | false | true | false | false | class |
27f3085af0adba9e4b994f67249fc7225f823d40 | 910bd2272fd9e1e5a468b91ce8a247e4f65037f7 | /TestUML.puml | c6335de1e601d13b518e444b9fab14517eceef95 | [] | no_license | Denjer-den/kafkaProject | a1a8ffdec30c3531b3254c6ed822bad49ee8590c | 66b2858280589d214274e0d8028710bc9ec78c37 | refs/heads/master | 2023-03-24T02:03:53.234973 | 2021-03-22T09:46:23 | 2021-03-22T09:46:23 | 344,720,245 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,021 | puml | @startuml
Title "My service architecture"
skinparam {
ArrowColor DarkSlateGray
ActorBorderColor DarkSlateGray
ActorBackgroundColor SteelBlue
ActorFontColor DarkSlateGray
ParticipantBorderColor DarkSlateGray
ParticipantBackgroundColor SteelBlue
ParticipantFontColor White
DatabaseBorderColor DarkSlateGray
DatabaseBackgroundColor SteelBlue
LifeLineBorderColor DarkSlateGray
LifeLineBackgroundColor SteelBlue
CollectionsBorderColor DarkSlateGray
CollectionsBackgroundColor RoyalBlue
}
class SimpleQuote
interface Quote
interface Flipper
class QuoteFlip
interface Counter
class CountCharQuote
interface Repository
class DAO
interface Controller
class SendQuote
interface Crawler
class QuotesRestCrawler
Crawler <|-- QuotesRestCrawler
Crawler *-- Quote
Quote <|-- SimpleQuote
Flipper *-- Quote
Flipper <|-- QuoteFlip
Counter *-- Quote
Counter <|-- CountCharQuote
Repository *-- Quote
Repository <|-- DAO
Controller *-- Quote
Controller <|-- SendQuote
Repository *-- Controller
@enduml | false | true | false | false | class |
d274acef4c7393558d69aea935134e14b90a6dfc | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductSetPriceModeAction.puml | ba779ec7d645573a895e20b35f47d5254a3b4c8f | [] | 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 | 490 | 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 ProductSetPriceModeAction [[ProductSetPriceModeAction.svg]] extends ProductUpdateAction {
action: String
priceMode: [[ProductPriceModeEnum.svg ProductPriceModeEnum]]
}
interface ProductUpdateAction [[ProductUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
50c31837936104e02254178d43abcbbae24c7518 | 45fad34528b24e239c94f23c44d0e48fcc388f70 | /src/app/creational/singleton/singleton.puml | 8380ce830f48b793c1088da7eef74910242eb1e0 | [
"MIT"
] | permissive | bad199xqn/design-patterns | 2a164d1c42d767a18366afb76314f4b511fd1e1c | 6ac1d9956918d5180be77a3faf4919c2037ce329 | refs/heads/main | 2023-07-15T06:48:26.231897 | 2021-08-23T18:14:56 | 2021-08-23T18:14:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 301 | puml | @startuml
skinparam class {
backgroundColor whitesmoke
arrowColor dimgrey
borderColor dimgrey
}
class King <PRE> {
- {static} instance: King
- constructor()
+ {static} getInstance(): King
+ showKingName(): string
}
King <- King
@enduml
` showKingName() function is a business logic
| false | true | false | false | class |
0a3ab33e8d922d2a1758abce9a2d0947bbdaf72d | 46ad8fce178352b33609d2b9612e83cf5a1b4543 | /artchitecture.puml | f560808462455a659fd831c018474ec2016f6253 | [] | no_license | anitastuberg/StudIt | 95e0727c3b47064ff54522a0df1e2b448210b1ac | c15efa1d70f4e6aa1397da6d14079473e44673b5 | refs/heads/master | 2023-09-02T09:47:05.145741 | 2021-10-27T11:07:35 | 2021-10-27T11:07:35 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 295 | puml | @startuml
component core {
package studit.core
package studit.json
}
component jackson {
}
studit.json ..> jackson
component fxui {
package studit.ui
}
studit.ui ..> studit.core
studit.ui ..> studit.json
component javafx {
component fxml {
}
}
fxui ..> javafx
fxui ..> fxml
@enduml
| false | true | false | false | class |
46b9de880975151a306b1c67e71aeeb9960bd09c | 23eebc652cc34d63a61ab645cccb3e0d12192028 | /documentation/logicalview/analysisview/repository/classanalysis/puml/controllers/CreateInterventionController.puml | 4f0dfdf21234950cdbc40f93465ef02bc16fb071 | [] | no_license | Ruskab/agrimManager | 0e654c5bfc7bb6241f7a8cf4c49e58af55155886 | e264536edc42ad8def85e3714a7b1c15236d7de5 | refs/heads/develop | 2023-09-01T02:36:44.943558 | 2021-08-14T20:15:43 | 2021-08-14T20:15:43 | 166,677,735 | 1 | 2 | null | 2023-09-02T13:25:24 | 2019-01-20T15:37:25 | Java | UTF-8 | PlantUML | false | false | 202 | puml | @startuml
class CreateInterventionController {
+createIntervention(intervention)
}
CreateInterventionController --> InterventionsDao
CreateInterventionView --> CreateInterventionController
@enduml | false | true | false | false | class |
054a2f445c4e7aba007dbc3fd3c6220b4524e491 | 89f41b017ab65c3a02a28d661c9c2b0fb9d2b02c | /diagrams/infobar-integration.plantuml | 442d6588e7a426fce618d6cbf2a2ca2f25377a84 | [] | no_license | pavlik-y/Scratch | 1c6fc1d024fd4ecede33ed25d980d8e881e9a1a7 | f78615da1f451d9ce460a913cc93e0cb59b920fe | refs/heads/master | 2021-01-17T10:45:55.090457 | 2020-06-28T06:10:06 | 2020-06-28T06:10:06 | 18,046,876 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 790 | plantuml | @startuml
object InfoBarContainer
object "InfoBarContainerView(desktop)" as IBCV_desktop
object InfoBarContainerAndroid {
SetWebContents()
}
object InfoBarContainerIOS
object "InfoBarContainer(android)" as InfoBarContainer_android {
updateWebContents()
initializeContainerView()
}
object InfoBarContainerView
object SwipableOverlayView
object FrameLayout
object Tab
InfoBarContainer <|-- IBCV_desktop
InfoBarContainer <|-- InfoBarContainerAndroid
InfoBarContainer <|-- InfoBarContainerIOS
InfoBarContainer_android *-- InfoBarContainerAndroid
InfoBarContainerAndroid .up.> InfoBarContainer_android
Tab "UserData" *-- InfoBarContainer_android
InfoBarContainer_android *-- InfoBarContainerView
FrameLayout <|-- SwipableOverlayView
SwipableOverlayView <|-- InfoBarContainerView
@enduml | false | true | false | false | class |
ccf4c0a63b10ce3ff4201177e5aa590e50118fe0 | 6f72ae6f4defb4c61c8d4382488c7a4348fcf293 | /diagram/plantUML/API网关设计/类图/Invoker模块类图.puml | 15efe48d4dc61b1528e082a1ac0fb5edebad9629 | [] | no_license | Noblee/LearningRepository | b4e10ed82fca51d176af5daac057bab95f6e7439 | f9071bdab989405992d9d6f0db3d014ded96bc59 | refs/heads/master | 2023-07-13T21:26:25.104068 | 2023-07-05T03:55:35 | 2023-07-05T03:55:35 | 267,870,056 | 1 | 0 | null | 2023-06-14T22:44:08 | 2020-05-29T13:52:45 | Java | UTF-8 | PlantUML | false | false | 140 | puml | @startuml
@startuml
class A {
{static} int counter
+void {abstract} start(int timeoutms)
+void {abstract} start(Duration timeout)
}
@enduml
| false | true | false | false | class |
f7f711dd64e9e2723983ac14c79b6941ebb7b9aa | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TypeChangeLocalizedEnumValueOrderAction.puml | c8039392015148e4ea95bd362e07bfb29777b679 | [] | 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 | 504 | 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 TypeChangeLocalizedEnumValueOrderAction [[TypeChangeLocalizedEnumValueOrderAction.svg]] extends TypeUpdateAction {
action: String
fieldName: String
keys: [[String.svg List<String>]]
}
interface TypeUpdateAction [[TypeUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.