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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e2861cd2c6fc263c90d0e874b3ceee790db2d3bf | d3a876dfe2851c165719340252ac30e60912f6e6 | /bg-manager/bg-designPattern/src/main/java/com/mhm/struct/bridge/bridge.puml | 788d432026805f18a29cc86ea6bf1eb2f086aee2 | [] | no_license | 289562326/bigdata_mhm | 846af37dbc8a00580b3c0424f1cebc21d659c672 | 210636d2ea350c0228deccf1485d3d1a6eb4a39c | refs/heads/master | 2022-07-10T14:41:56.081002 | 2021-04-29T11:33:58 | 2021-04-29T11:33:58 | 190,759,465 | 0 | 0 | null | 2022-06-17T03:33:35 | 2019-06-07T14:42:09 | Java | UTF-8 | PlantUML | false | false | 376 | puml | @startuml
Implementor <|.. ConcreteImpl
Abstraction <|-- RefinedAbstraction
Implementor o-- Abstraction
interface Implementor{
start()
stop()
}
abstract class Abstraction {
Abstraction(Implementor implementor)
}
class ConcreteImpl{
start()
stop()
}
class RefinedAbstraction{
RefinedAbstraction(Implementor implementor)
method():void
}
@enduml | false | true | false | false | class |
6de4633be4af24487e97a327e31e876f9263954e | a59416068eb620498baf39c183f35fed05047032 | /uml/replica-set-start.puml | e353af15450607a30fe5b07f0b6a07022a898f96 | [
"MIT"
] | permissive | sebastianconcept/Mapless | bef25657ac5e0b99f055332c351b5887d2641b7d | 437f674b5e276f30fb39e244a4c7e342efc821ce | refs/heads/develop | 2023-05-31T23:37:30.119479 | 2023-05-22T23:33:15 | 2023-05-22T23:33:15 | 17,880,773 | 18 | 4 | MIT | 2023-05-22T22:05:15 | 2014-03-18T20:25:21 | Smalltalk | UTF-8 | PlantUML | false | false | 1,255 | puml | @startuml ReplicaSet starts
skinparam Style strictuml
skinparam SequenceMessageAlignment center
participant "Application" as app
participant "MaplessRepository" as repo
participant "MaplessReplicaSetPool" as pool
participant "MaplessReplicaSetResolver" as resolver
participant "MongoDB client" as client
database MongoDB1
database MongoDB2 #orange
database MongoDB3
==Starting the repository==
app -> repo: start
note right
The application just instantiated
the repo and wants it ready to use.
The start method can be thought as part
of the initialization of the repo.
end note
repo -> repo: onPrimaryFound
note right
Setup a reaction for when a primary node is discovered.
end note
repo -> repo: onPrimaryUnavailable
note right
Setup a reaction for when none of the nodes is a primary.
end note
repo -> pool: start
pool -> pool: findPrimary
pool -> repo: aMaplessPool
repo -> app: aMaplessRepository
==onPrimaryFound==
repo -> pool: primaryFound
pool -> pool: removeInvalidClients
pool -> pool: ensureMinimumQuantityOfReadOnlyClients
pool -> pool: ensureMinimumQuantityOfReadWriteClients
==onPrimaryUnavailable==
repo -> pool: primaryUnavailable
pool -> pool: removeInvalidClients
pool -> pool: ensureMinimumQuantityOfReadOnlyClients
@enduml | false | true | false | false | sequence |
346eda936709aee60074469bb4e27b76dfd4bd12 | 873458ec9d2a064d4bfb8cfb3fd49c85bf38a8f3 | /docs/dip/dip-bad.puml | f43df478b9c5c67e48be367e8a9563414a8fff70 | [] | no_license | vikas-a/SOLID | 50caecae680a86f7dca8668121fcb5ff05c2c2bd | 0c55eb2c5964bc1a2fc261698452d07bdfd75fa7 | refs/heads/master | 2021-02-17T06:04:07.881039 | 2020-03-09T10:02:32 | 2020-03-09T10:02:32 | 245,076,042 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 198 | puml | @startuml
class Emailer{
+ generateWeatherAlert()
}
class Phone{
+ generateWeatherAlert()
}
class WeatherTracker{
+ setCurrentConditions()
}
WeatherTracker -- Emailer
WeatherTracker -- Phone
@enduml | false | true | false | false | class |
9c43d152f546df313a83b889f77b594ad37f88dc | cf3ab854a6ea3eea7fcb4e37a725c124cde5c4a9 | /uml.puml | 296bfde1d74a1defef30203aed73acd979b058ce | [] | no_license | KallivdH/CollectionOfMusic | ba597535bdd869fbdb2e17595c8bf00f7141c77f | fc63cb7f863a3052476154f77fdba119b9ec6ab6 | refs/heads/master | 2023-07-15T22:54:45.526358 | 2021-08-13T13:38:19 | 2021-08-13T13:38:19 | 385,946,493 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,505 | puml | @startuml
class ArtistModel {
- Long id
- String name
- String text
- List<LPModel> discography
- ImageModel image
+ Long getId()
+ String getName()
+ void setName(String)
+ String getText()
+ void setText(String)
+ List<LPModel> getDiscography()
+ void setDiscography(List<LPModel>)
+ ImageModel getImage()
+ void setImage(ImageModel)
}
class LPService {
- LPRepository lpRepository
- ImageRepository imageRepository
- ArtistRepository artistRepository
+ List<LPModel> getAllLPs()
+ LPModel getLPByID(Long)
+ void addLP(LPModel,Long,Long)
+ void updateLP(Long,LPModel,Long,Long)
+ void deleteLP(Long)
+ void updateLPs(List<LPModel>)
+ void deleteAllLPs()
+ Resource getLPImage(Long)
}
class ArtistService {
- ArtistRepository artistRepository
- ImageRepository imageRepository
+ List<ArtistModel> getAllArtists()
+ ArtistModel getArtistByID(Long)
+ void addArtist(ArtistModel,Long)
+ void updateArtist(Long,ArtistModel,Long)
+ void updateAllArtist(List<ArtistModel>)
+ void deleteArtist(Long)
+ Resource getArtistImg(Long)
+ void deleteAllArtists()
}
class LPModel {
- Long id
- String name
- String text
- ArtistModel artist
- ImageModel image
+ Long getId()
+ String getName()
+ void setName(String)
+ ArtistModel getArtist()
+ void setArtist(ArtistModel)
+ String getText()
+ void setText(String)
+ ImageModel getImage()
+ void setImage(ImageModel)
+ String toString()
}
class LPController {
- LPService lpService
+ List<LPModel> getAllLPs()
+ LPModel getLPByID(Long)
+ void addLP(LPModel,Long,Long)
+ void updateLP(Long,LPModel,Long,Long)
+ void updateLPs(List<LPModel>)
+ void deleteLP(Long)
+ void deleteAllLPs()
}
class ImageModel {
- Long id
- String name
~ byte[] content
- LPModel lpModel
- ArtistModel artistModel
+ ArtistModel getArtistModel()
+ void setArtistModel(ArtistModel)
+ LPModel getLpModel()
+ void setLpModel(LPModel)
+ Long getId()
+ void setId(Long)
+ String getName()
+ void setName(String)
+ byte[] getContent()
+ void setContent(byte[])
}
class ImageController {
- ImageService imageService
+ List<ImageModel> getAllImages()
+ List<ImageModel> getAllAvailableImages()
+ ImageModel getImageByID(Long)
+ void addImage(MultipartFile,String)
+ void updateImage(Long,ImageModel)
+ void updateAllImages(List<ImageModel>)
+ void deleteImage(Long)
+ void deleteAllImages()
}
interface LPRepository {
}
class ArtistController {
- ArtistService artistService
+ List<ArtistModel> getAllArtists()
+ ArtistModel getArtistByID(Long)
+ void addArtist(ArtistModel,Long)
+ void updateArtist(Long,ArtistModel,Long)
+ void updateArtists(List<ArtistModel>)
+ void deleteArtist(Long)
+ void deleteAllArtists()
}
interface ImageRepository {
}
interface ArtistRepository {
}
class ImageService {
- ImageRepository imageRepository
+ ImageModel getImageByID(Long)
+ void addImage(MultipartFile,String)
+ List<ImageModel> getAllImages()
+ void updateImage(Long,ImageModel)
+ void updateAllImages(List<ImageModel>)
+ void deleteImage(Long)
+ void deleteAllImages()
+ List<ImageModel> getAllAvailableImages()
}
ImageService o--> ImageController
ImageService <-- ImageRepository
LPService o--> LPController
LPService <-- LPRepository
ArtistService o--> ArtistController
ArtistService <-- ArtistRepository
ArtistService <-- ImageRepository
LPService <-- ImageRepository
LPService <-- ArtistRepository
ArtistModel "1" --* "many" LPModel
ArtistModel "1" --* "1" ImageModel
LPModel "1" --* "1" ImageModel
ImageModel --o ImageRepository
LPModel --o LPRepository
ArtistModel --o ArtistRepository
@enduml | false | true | false | false | class |
e80a2dd28a69da29c23c3336c608374a58484970 | 257743b36dc69290310dd9ab562a6930c0fcd938 | /docs/guidebook/09-data/entity-relationship-diagram-additional.puml | 85ca1160a4b9a3edbee31a7813ab03cdc6065e99 | [
"MIT"
] | permissive | chrisarmitage/super-duper-robot | 223991b46ce928f02265debcf4a6462f15b7acb2 | 9f57363d216965ad59b01afb349cbedb7b3ffe42 | refs/heads/master | 2020-04-21T13:00:41.535036 | 2019-03-12T17:14:18 | 2019-03-12T17:14:18 | 169,584,122 | 0 | 0 | MIT | 2019-03-12T17:14:19 | 2019-02-07T14:25:30 | PHP | UTF-8 | PlantUML | false | false | 695 | puml | @startuml
center header
Additional Entity-Relationship Diagram for SDR
endheader
hide circle
hide empty members
!define pk(x) x <b>(PK)</b>
!define fk(x) x <b>(FK)</b>
skinparam class {
backgroundColor<<external>> LightCyan
backgroundColor<<incomplete>> LightPink
}
' ##### Basket Aggregate
package "Basket Aggregate" {
entity Basket {
pk(BasketId)
SessionId
Total
}
entity BasketItem {
pk(BasketItemId)
fk(Basket)
fk(Sku)
Quantity
}
}
Basket ||--o{ BasketItem
' ##### Product Aggregate [Remote]
package "Product Aggregate" {
entity Sku <<external>> {
pk(code)
}
}
BasketItem }o-|| Sku
@enduml
| false | true | false | false | sequence |
66afafaa66d32a76d851e462e165d6439ef4fb01 | 6c369b570f222c894964989ee63b706c69e8174d | /docs/dev/rails_tutorial/core_mode.puml | 01aab4c08ef78a8cb863766999c69067e081fcae | [] | no_license | k2works/etude_for_rails | f74eae1844a9430d3c81047203ffc5d384e995ed | e728291c99ad4e34f144deedc44617bb796ac275 | refs/heads/master | 2021-01-20T01:46:29.373716 | 2018-04-26T08:53:20 | 2018-04-26T08:53:20 | 89,328,180 | 0 | 0 | null | 2017-06-08T02:25:58 | 2017-04-25T07:00:29 | HTML | UTF-8 | PlantUML | false | false | 221 | puml | @startuml
User"1" *--l "0..*"Micropost
User"1" *-- "0..*"Relationship
ActiveRelationship"1" -- "1"User
PassiveRelationship"1" -- "1"User
Relationship <|-- ActiveRelationship
Relationship <|-- PassiveRelationship
@enduml | false | true | false | false | class |
5127f104b275738022172d33b4374d268f5f7a43 | a925df86469fc257cb07e23193a86b703d53b012 | /docs/umldiagram/commands.puml | ae715b2fbb29cfb43369dbdf80f48ba22316674e | [] | no_license | AY2021S1-CS2113T-F11-1/tp | 1b10412deab4ee87104100193240a4e54a2e3c81 | 94efcbe2b4e96a23303366d4d01296a42e28d411 | refs/heads/master | 2023-06-04T14:31:04.128262 | 2021-06-23T07:09:50 | 2021-06-23T07:09:50 | 297,362,647 | 0 | 5 | null | 2020-11-09T15:53:12 | 2020-09-21T14:20:26 | Java | UTF-8 | PlantUML | false | false | 328 | puml | @startuml
actor user
user -> Ticket : Attend Event Request
activate Ticket
Ticket -> Member : Create Member Request
activate Member
Member -> Member : Create Member
Ticket <-- Member : Create Member Response
deactivate Member
Ticket -> Ticket : Create Ticket
user <-- Ticket : Attend Event Response
deactivate Ticket
@enduml | false | true | false | false | sequence |
8ff149545bea8ff976e9f215df6a5c451f898296 | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /examples/implementation/ast.puml | 6a2927be72cb206cf55c6ee98404d77ec65751d6 | [
"MIT"
] | permissive | tizuck/scala-uml-diagrams | 4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b | c5c432132bff9df7ab60352f0e715583d9d51973 | refs/heads/main | 2023-03-01T02:44:15.288794 | 2021-02-03T22:26:55 | 2021-02-03T22:26:55 | 306,687,367 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,431 | puml | @startuml need_to_find_id
package uml{
class uml.Relationship << caseclass >>
class uml.PackageRef << caseclass >>
class uml.ClassRef << caseclass >>
class uml.ConcreteClass << caseclass >>
abstract class uml.RelationshipElement << trait >>
class uml.Note << caseclass >>
class uml.Compartment << caseclass >>
class uml.Operation << caseclass >>
class uml.Parameter << caseclass >>
class uml.Attribute << caseclass >>
class uml.Class << caseclass >>
class uml.externalReferences << object >>
class uml.GenericParameter << caseclass >>
class uml.Package << caseclass >>
class uml.UMLUnit << caseclass >>
abstract class uml.NamedElement << trait >>
abstract class uml.RelateableElement << trait >>
abstract class uml.PackageBodyElement << trait >>
abstract class uml.CompartmentElement << trait >>
abstract class uml.TopLevelElement << trait >>
abstract class uml.StereotypeElement << trait >>
class uml.Stereotype << caseclass >>
class uml.TaggedValue << caseclass >>
abstract class uml.UMLElement << trait >>
}
package uml::externalReferences{
class uml::externalReferences.ClassDefRef << caseclass >>
}
uml.UMLElement <|-- uml.TaggedValue
uml.UMLElement <|-- uml.Stereotype
uml.UMLElement <|-- uml.StereotypeElement
uml.UMLElement <|-- uml.TopLevelElement
uml.UMLElement <|-- uml.CompartmentElement
uml.UMLElement <|-- uml.PackageBodyElement
uml.UMLElement <|-- uml.RelateableElement
uml.UMLElement <|-- uml.NamedElement
uml.UMLElement <|-- uml.UMLUnit
uml.TopLevelElement <|-- uml.Package
uml.PackageBodyElement <|-- uml.Package
uml.StereotypeElement <|-- uml.Package
uml.RelateableElement <|-- uml.Package
uml.StereotypeElement <|-- uml.GenericParameter
uml.NamedElement <|-- uml.GenericParameter
uml.TopLevelElement <|-- uml::externalReferences.ClassDefRef
uml.TopLevelElement <|-- uml.Class
uml.StereotypeElement <|-- uml.Class
uml.PackageBodyElement <|-- uml.Class
uml.RelateableElement <|-- uml.Class
uml.NamedElement <|-- uml.Class
uml.CompartmentElement <|-- uml.Attribute
uml.StereotypeElement <|-- uml.Attribute
uml.NamedElement <|-- uml.Attribute
uml.StereotypeElement <|-- uml.Parameter
uml.NamedElement <|-- uml.Parameter
uml.CompartmentElement <|-- uml.Operation
uml.StereotypeElement <|-- uml.Operation
uml.NamedElement <|-- uml.Operation
uml.UMLElement <|-- uml.Compartment
uml.StereotypeElement <|-- uml.Compartment
uml.TopLevelElement <|-- uml.Note
uml.StereotypeElement <|-- uml.Note
uml.PackageBodyElement <|-- uml.Note
uml.UMLElement <|-- uml.RelationshipElement
uml.RelationshipElement <|-- uml.ConcreteClass
uml.RelationshipElement <|-- uml.ClassRef
uml.RelationshipElement <|-- uml.PackageRef
uml.UMLElement <|-- uml.RelationshipInfo
uml.TopLevelElement <|-- uml.Relationship
uml.PackageBodyElement <|-- uml.Relationship
uml.StereotypeElement <|-- uml.Relationship
uml.externalReferences +-- uml::externalReferences : << objectdef >>
hide circle
hide members
skinparam defaultFontName Source Code Pro
skinparam ClassStereotypeFontColor #1b1f23
skinparam class {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #6f42c1
}
skinparam note {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #d73a49
}
skinparam stereotype {
FontColor #d73a49
}
skinparam linetype ortho
@enduml | false | true | false | false | class |
ad6ae37b2b590dd8fcc1ce94273200e461fa3de9 | 79b1afae05be893d0d860ad88e065a1fe3fe7717 | /structure/composite/uml/composite_sd.puml | b6151b40ac51a9345b94b8464f6f753cd8e73aba | [] | no_license | danielleberre/pattern-repository | 5dd0c84147f35c9e22abfe30abd93b8cb51560f3 | 68eab140c40174e2fc1769f4b718f7528b440921 | refs/heads/master | 2020-04-30T14:20:09.435842 | 2019-03-25T13:07:03 | 2019-03-25T13:07:03 | 176,888,097 | 0 | 0 | null | 2019-03-21T07:00:12 | 2019-03-21T07:00:10 | null | UTF-8 | PlantUML | false | false | 482 | puml | @startuml
hide footbox
title Composite Pattern Behavior
participant ": Client" as C
participant "l: Leaf" as L
[-> C:
activate C
C -> L: operation()
activate L
L --> C
deactivate L
[<-- C:
deactivate C
participant "c: Composite" as CO
collections "child: Component" as CH
[-> C:
activate C
C -> CO: operation()
activate CO
loop ∀ child ∈ children
CO -> CH: operation()
activate CH
CH --> CO
deactivate CH
end
CO --> C
deactivate CO
[<-- C:
deactivate C
@enduml
| false | true | true | false | sequence |
d68bd3fdb351925962ba4fcf0b0335490b7adcec | 8742e6c49064e0c8870c5756dfb7fd2749c54fb2 | /src/main/java/csheets/worklog/n1130303/sprint3/ipc05.2_received_design.puml | 7d0262a754cf21b5eda48ea19d5468acf197ac51 | [] | no_license | RubenTeixeira/cleansheets_isep_2dg_2016 | 8f9c3ba446da00ba862a27def010230efb392227 | 77c35c10da84d71e16498795868e53ddbab21d3f | refs/heads/master | 2021-08-30T20:54:18.110386 | 2017-12-19T11:23:03 | 2017-12-19T11:23:03 | 110,255,909 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 801 | puml | @startuml doc-files/ipc05.2_received_design.png
participant "ChatUI" as ChatUI
participant "ChatAppController" as ChatAppController
participant "TcpService" as TcpService
participant "Volt.TcpServer" as TcpServer
ChatUI->ChatAppController: new ()
activate ChatAppController
ChatAppController->TcpService: new ()
activate TcpService
TcpService->TcpServer: new ()
TcpServer-->TcpService: expect (":chat-message")
TcpService-->ChatAppController: notifyChanges()
ChatAppController-->ChatUI:notifyChanges()
note right of ChatUI : updates current chat history
ChatAppController->ChatAppController: addMessage(from, message)
note right of ChatAppController : persists new message in persistence
deactivate ChatAppController
deactivate TcpService
@enduml
@enduml
| false | true | false | false | sequence |
6b090bfc30442b2e12930ab9209e1bd8ef4c5a9d | 75e5079f548edf5da38db1902f3aa15761f90c61 | /out/production/kopo_data/homework/day12/Lotto/Lotto.puml | 32e59230d3610fec14e8128e9f161c517579a2ff | [] | no_license | nacastle/kopo_Java_IntelliJ | 64f14d62f2803c2cfba08696aef71b11f36d8f9e | e9d35d8c864c4ab46dd9bba73dd4519a6fffd592 | refs/heads/master | 2022-11-27T15:44:50.599380 | 2020-07-30T01:15:26 | 2020-07-30T01:15:26 | 255,606,376 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 102 | puml | @startuml
class LottoException {
int a
}
LottoException --A
class A {
int b
int c
class()
}
@enduml | false | true | false | false | class |
d87bce46fa0216e4d447a99734d22c2bc2d1e393 | b16be9a8f0a3adc1631d1a55c45e1cba9b8746d7 | /src/HFDP/FactoryMethod/uml/FactoryMethod.puml | 994af6dbff9ba8018ac67e7ffe19cef81db72698 | [] | no_license | yicheny/DesignPattern | 2fb55d6e264be126963b9c3eeef7720f23be01b9 | fb9ff66d1c371ae68d47a7f110e1a5d42a86ff7a | refs/heads/main | 2023-04-14T12:22:35.162357 | 2021-04-28T04:44:29 | 2021-04-28T04:44:29 | 349,940,142 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 251 | puml | @startuml
'https://plantuml.com/class-diagram
Product <|-- ConcreteProduct
Creator <|-- ConcreteCreator
ConcreteProduct <-- ConcreteCreator
class Creator{
factoryMethod()
anOperation()
}
class ConcreteCreator{
factoryMethod()
}
@enduml | false | true | false | false | class |
8b9ff6cb106814c10f5b1460ab57bbfae7d8ed27 | 458d2ce4e9e348895e1ebeba205c4c50a2890ab2 | /exercise42/docs/diagram.puml | 4c4447efec6af4c79d7fad9245e03b7f8575e2a4 | [] | no_license | billyfurie/furie-a04 | 6b8457044006338c33255953e8829353b74b3e36 | 318b5e852c5731647fa72e2719ff9fa36415b998 | refs/heads/main | 2023-08-18T06:49:51.184517 | 2021-10-16T20:13:05 | 2021-10-16T20:13:05 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 348 | puml | @startuml
'https://plantuml.com/class-diagram
class Employee {
-String firstName
-String lastName
-int salary
+String getFirstName()
+String getLastName()
+int getSalary()
}
class Solution {
-List<Employee> readEmployeeListFromFile()
-void displayEmployeeList()
+String getFormattedStringFromList()
}
@enduml | false | true | false | false | class |
5a2bb15e80c25352c0a09f725fd9cc6cc466668e | 97712c10c7b39f4c7c4d37a787629b17586349fe | /Models/RouterNav2.puml | 00348a45db9a9b89d9dc75f9cdbfb9780209b7fc | [] | no_license | kyma-as/api-dashboard | 5d67e513631d2a9111d67834c91daa074a72a6ad | 33019280afeed2ec80d797362b3aa4eae6bb20ea | refs/heads/master | 2023-01-05T10:41:21.359939 | 2019-07-03T13:20:07 | 2019-07-03T13:20:07 | 175,201,938 | 1 | 0 | null | 2023-01-03T18:31:20 | 2019-03-12T12:00:58 | JavaScript | UTF-8 | PlantUML | false | false | 641 | puml | @startuml
User->Router:Start App
activate Router
User<--Router:Route to Login.vue
User->Login.vue:Input Username & Password
activate Login.vue
alt Correct Input
Router<--Login.vue:Successful Login
else Incorrect Input
User<--Login.vue:Error Message
deactivate Login.vue
end
User<-Router:Route to Vessels.vue
User->Vessels.vue:Click on Vessel
activate Vessels.vue
Router<--Vessels.vue:Return vessel ID
deactivate Vessels.vue
User<--Router:Route to /vessels/ID
User->vessel.vue:Look at Graphs
activate vessel.vue
vessel.vue<-vessel.vue:Create Graphs
User<--vessel.vue:Show Graphs
deactivate vessel.vue
deactivate Router
@enduml | false | true | false | false | sequence |
0dc765b070cf258bf529117cf25bebc93a9438c1 | 71bf91308d31289e4f85001a074b2f9fd28857df | /NaturalAPI_Design/src/main/java/fourcats/entities/Entities.plantuml | 170f51aa7b33815f6ed4fcd97d79a7167e4a6fb6 | [
"MIT"
] | permissive | fourcatsteam/NaturalAPI | 180563686a91b494b8f7084f13e44b95e02a6aa2 | eb612e47de99893f307f6549feaa889becda2b8a | refs/heads/master | 2022-12-23T04:34:00.959782 | 2020-05-18T13:37:13 | 2020-05-18T13:37:13 | 250,514,043 | 0 | 1 | MIT | 2022-12-16T05:16:55 | 2020-03-27T11:14:03 | HTML | UTF-8 | PlantUML | false | false | 3,028 | plantuml | @startuml
title __ENTITIES's Class Diagram__\n
class fourcats.entities.Action {
- name : String
- param : List<ObjectParam>
- scenario : String
- step : String
+ Action()
+ Action()
+ Action()
+ addObjectParam()
+ getName()
+ getObjectParams()
+ getScenario()
+ getStep()
+ getType()
+ removeObjectParam()
+ setName()
+ setType()
+ setType()
+ toString()
}
class fourcats.entities.Actor {
- lAction : List<Action>
- name : String
+ Actor()
+ Actor()
+ addAction()
+ addActions()
+ getActions()
+ getActionsByName()
+ getName()
+ setName()
+ toString()
}
class fourcats.entities.Bal {
- lActors : List<Actor>
+ BAL()
+ addUserToBAL()
+ getActors()
+ toString()
}
class fourcats.entities.Bdl {
- nameBdl : String
- nouns : LinkedList<WordCounter>
- predicates : LinkedList<WordCounter>
- verbs : LinkedList<WordCounter>
+ Bdl()
+ Bdl()
+ addNoun()
+ addPredicate()
+ addVerb()
+ getName()
+ getNouns()
+ getPredicates()
+ getVerbs()
+ removeNoun()
+ removePredicate()
+ removeVerb()
+ storeBdlNoun()
+ storeBdlPredicate()
+ storeBdlVerb()
+ toString()
- order()
}
class fourcats.entities.ObjectParam {
- name : String
- required : boolean
+ ObjectParam()
+ ObjectParam()
+ getName()
+ getType()
+ isRequired()
+ setName()
+ setRequired()
+ setType()
+ setType()
+ toString()
}
class fourcats.entities.Scenario {
- actorName : String
- content : String
- featureName : String
- mAction : Map<Integer, Action>
- name : String
+ Scenario()
+ getActions()
+ getActionsMap()
+ getActorName()
+ getContent()
+ getFeatureName()
+ getName()
}
class fourcats.entities.Type {
- mAttributes : Map<String, String>
- name : String
+ Type()
+ Type()
+ addAttribute()
+ getAttributes()
+ getName()
+ setName()
+ toString()
}
fourcats.entities.Action o-- fourcats.entities.Type : type
fourcats.entities.ObjectParam o-- fourcats.entities.Type : type
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
a279db2015d7d37b5968fceb77733f74ef6d1f74 | 19a838e4466bea601fe0d53e1432d00372c88dbd | /document/entity.puml | 605d79d26cd0dcdc6edf0d819c25044fe8697533 | [] | no_license | tamurashingo/salonservice | 7fa24024b49af3762b56c8c220912b07e7f0467e | a7baa00f7220daba91eac10dcb3f234459d79074 | refs/heads/master | 2020-06-05T01:51:20.992509 | 2019-11-12T01:11:27 | 2019-11-12T01:11:27 | 192,271,558 | 0 | 0 | null | 2019-10-16T05:18:20 | 2019-06-17T03:52:29 | null | UTF-8 | PlantUML | false | false | 1,158 | puml | @startuml
class user {
user_id
--
user_email
user_name
password
user_status
created_date
updated_date
}
class salon {
salon_id
--
salon_name
description
salon_status
created_by (user_id)
created_date
updated_date
}
class user_salon {
user_salon_id
--
user_id [FK]
salon_id [FK]
user_status
created_date
updated_date
}
class thread {
thread_id
--
salon_id [FK]
thread_status
created_by (user_id)
created_date
updated_date
}
class thread_comment {
thread_comment_id
--
thread_id
salon_id
user_id
comment
created_date
updated_date
}
class event {
event_id
--
salon_id [FK]
event_name
description
place
start_date
end_date
created_by (user_id)
created_date
updated_date
}
class attendee {
attendee_id
--
event_id [FK]
user_id [FK]
comment
attendance_status
created_date
updated_date
}
user --o{ salon
user --o{ user_salon
salon --{ user_salon
salon --o{ thread
user --o{ thread
salon --o{ event
user --o{ event
event --o{ attendee
user --o{ attendee
thread --o{ thread_comment
salon --o{ thread_comment
user --o{ thread_comment
@enduml
| false | true | false | false | class |
c69fc6273828472e0a43ce6ed8e29005ed156d2a | 12c226d65959fb8496b5d27e7a65db029f953c2f | /src/commands/commands.plantuml | bc34aac681e711333f0cf249373f234ee012d6af | [] | no_license | VitalyVV/FinalProjDesignPatterms | 41c08f5300bc3201ebad0396e07bb3645e6d013c | 6416ee637f4041c2cb7b848de71365045f15ddfe | refs/heads/master | 2022-07-03T14:09:42.817044 | 2020-05-08T15:03:34 | 2020-05-08T15:03:34 | 257,310,942 | 0 | 0 | null | 2020-05-08T15:03:36 | 2020-04-20T14:43:20 | Java | UTF-8 | PlantUML | false | false | 1,878 | plantuml | @startuml
title __COMMANDS's Class Diagram__\n
namespace commands{
interface commands.Command {
{abstract} + description()
{abstract} + execute()
}
class commands.ErrorCommand {
+ description()
+ execute()
}
class commands.HelpCommand {
+ description()
+ execute()
}
namespace tasks{
class commands.tasks.AddCommand {
+ description()
}
class commands.tasks.CheckCommand {
+ description()
}
class commands.tasks.DeadlineCommand {
+ description()
}
class commands.tasks.RemoveCommand {
+ description()
}
class commands.tasks.ShowCommand {
+ description()
}
abstract class commands.tasks.TaskCommand {
+ execute()
}
class commands.tasks.TodayCommand {
+ description()
}
class commands.tasks.UncheckCommand {
+ description()
}
}
}
commands.tasks.AddCommand -up-|> commands.tasks.TaskCommand
commands.tasks.CheckCommand -up-|> commands.tasks.TaskCommand
commands.tasks.DeadlineCommand -up-|> commands.tasks.TaskCommand
commands.tasks.RemoveCommand -up-|> commands.tasks.TaskCommand
commands.tasks.ShowCommand -up-|> commands.tasks.TaskCommand
commands.tasks.TaskCommand .up.|> commands.Command
commands.tasks.TodayCommand -up-|> commands.tasks.TaskCommand
commands.tasks.UncheckCommand -up-|> commands.tasks.TaskCommand
commands.ErrorCommand .up.|> commands.Command
commands.HelpCommand .up.|> commands.Command
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 |
8bcfe4dc4ae5c17ce6a414a281daebf1b5070102 | 9a305c63b0f4cbbb24eace47cb8df1d09605d12f | /v4/docs/sequence.puml | c63859baa4ccbd8c6b8db00ef8b266ceaa730a61 | [] | no_license | OpenCoin/opencoin-playground | f3c94f73af5172d5998f902db2ec687b9bd95d87 | 2a880e61463727e4c5ce227ca21e4f5dbf36b39d | refs/heads/master | 2022-09-05T08:35:04.518434 | 2022-08-26T20:08:41 | 2022-08-26T20:08:41 | 6,907,476 | 3 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,518 | puml | @startuml
' skinparam backgroundColor transparent
actor Alice as alice
participant "\nIssuer\n" as issuer
actor Bob as bob
issuer --> issuer: create CDDC
rnote right of issuer: CDDC
issuer --> issuer: create MKCs
rnote right of issuer: MKCs
alice->issuer: RequestCDDCSerial
issuer->alice: ResponseCDDCSerial
rnote right of alice: CDD serial
alice->issuer: RequestCDDC
issuer->alice: ResponseCDDC
rnote right of alice: CDDC
alice->issuer: RequestMKCs
issuer->alice: ResponseMKCs
rnote right of alice: MKCs
bob-->bob: fetch\nissuer documents
rnote right of bob: CDDC\nMKCs
alice --> alice: prepare blinds
rnote left of alice: Payloads\nBlinds\n-\nblinding factors
alice -> issuer: RequestMint
rnote left of issuer: Blinds
issuer --> issuer: sign blinds
issuer -> alice: ResponseMint
rnote right of alice: BlindSignatures
alice --> alice: unblind
rnote left of alice: Coins
alice -> bob: transfer, e.g. using Signal
rnote left of bob: CoinStack
rnote right of bob: Coins
bob --> bob: tokenize
bob --> bob: prepare blinds
rnote right of bob: Payloads\nBlinds\n-\nblinding factors
bob -> issuer: RequestRenew
rnote right of issuer: Coins\nBlinds
opt Some Delay
issuer -> bob: ResponseDelay
bob -> issuer: RequestResume
end
issuer-->issuer: validate coins
issuer --> issuer: sign blinds
issuer -> bob: ResponseMint
rnote left of bob: BlindSignatures
bob --> bob: unblind
rnote right of bob: Coins
bob -> issuer: RequestRedeem
rnote right of issuer: Coins
issuer->bob: ResponseRedeem
@enduml | false | true | false | false | sequence |
31a22a1784fc88a9fcc8199a3162e0dafa5e5fa6 | d36ec4bbe99280cb155f034aa2eb05cc2d43940a | /architecture/classes.puml | a08f8e7c01ce0bd17f9b0c173660557a0cbd12dd | [
"MIT"
] | permissive | jspth/adiungo | 2f2bc9da125a41bd0300bec5dc811eb213edd621 | 9f9dcc7debbda37efdfe90b87baeb6f3ac30a2a3 | refs/heads/main | 2023-03-01T16:17:02.503610 | 2021-01-31T15:28:02 | 2021-01-31T15:28:02 | 320,829,893 | 0 | 1 | MIT | 2021-01-31T15:28:03 | 2020-12-12T12:50:51 | JavaScript | UTF-8 | PlantUML | false | false | 1,093 | puml | @startuml Adiungo Class Diagram
skinparam Shadowing false
skinparam Monochrome true
class User {
userName: string
email: string
createdIdeas: Array
bookmarkedIdeas: Array
createdEvents: Array
bookmarkedEvents: Array
constructor(name: string, email: string)
createIdea(idea: Idea)
bookmarkIdea(idea: Idea)
upVoteIdea(idea: Idea)
downVoteIdea(idea: Idea)
createEvent(event: Event)
bookmarkEvent(event: Event)
}
class Idea{
ideaName: string
description: string
upVotes: number
downVotes: number
createdBy: string
relatedEvents: Array
}
class Event {
connectedIdea: string
location: string
date: string
details: string
createdBy: string
bookmarkedBy: Array
constructor(idea: Idea, location: string, date: string, userName: string)
}
User "1" --> "0..*" Idea : creates, upvotes, downvotes, bookmarks
Idea "1" --> "0..*" User : bookmarked by
User --> Event : creates, bookmarks
Event --> "1" User : created by
Idea --> "0..*" Event : created from
Event --> "1" Idea : based on
@enduml | false | true | false | false | sequence |
56a18e76350f32a56ab243b3a36d7c6952a4338b | 7fe4e107ff6df1006f926385c77e3bcec7d1953f | /Resources/doc/credit-card-authorize.puml | 03e2d1e3633a2bd0485e650d949b07cf20fd9243 | [
"MIT"
] | permissive | valiton/payum-payone | 43f20eeb0595dece5912fb4b93a7cd432907bef0 | 79162eb008674c47f3e7d723f7161759e59fe2dd | refs/heads/master | 2022-12-14T16:36:36.491221 | 2022-12-06T09:27:30 | 2022-12-06T09:27:30 | 81,426,097 | 10 | 9 | MIT | 2022-12-06T15:49:24 | 2017-02-09T08:14:26 | PHP | UTF-8 | PlantUML | false | false | 1,590 | puml | @startuml
title Authorize Credit Card Payment
participant Client
participant Shop
participant PAYONE
activate Client
Client -> Shop: POST prepare.php
activate Shop
Shop --> Client: 302 authorize.php
deactivate Shop
Client -> Shop: GET authorize.php
activate Shop
alt No Pseudo Card PAN present
Shop --> Client: 200 Credit Card Form
deactivate Shop
Client -> PAYONE: POST Card PAN
activate PAYONE
PAYONE --> Client: 200 Pseudo Card PAN
deactivate PAYONE
Client -> Shop: POST authorize.php
activate Shop
end
Shop -> PAYONE: POST request=preauthorization
activate PAYONE
alt With 3-D Secure
PAYONE --> Shop: 302 3-D Secure Form
deactivate PAYONE
Shop --> Client: 302 3-D Secure Form
deactivate Shop
Client -> PAYONE: POST 3-D Secure Password
activate PAYONE
PAYONE -> Shop: POST notify.php txaction=appointed
activate Shop
Shop -> Shop: Set Payment Status to "authorized"
Shop --> PAYONE: 200 TSOK
deactivate Shop
PAYONE --> Client: 302 done.php
else No 3-D Secure
PAYONE --> Shop: 200 status=APPROVED
deactivate PAYONE
activate Shop
Shop -> Shop: Set Payment Status to "pending"
Shop --> Client: 302 done.php
deactivate Shop
end
Client -> Shop: GET done.php
activate Shop
Shop --> Client: 200 Thanks
deactivate Shop
deactivate Client
alt No 3-D Secure
...some time later...
PAYONE -> Shop: POST notify.php txaction=appointed transaction_status=completed
activate PAYONE
activate Shop
Shop -> Shop: Set Payment Status to "authorized"
Shop --> PAYONE: 200 TSOK
deactivate Shop
deactivate PAYONE
end
@enduml
| false | true | false | false | sequence |
bd47d022299cfd9603d919f9d2c553ed627579ad | cfc4bcd62c496dbb3208cac60b1d3bfa1e85281e | /src/main/java/org/example/ex43/ex43PlantUML.puml | 17551f89990c85359302df751a9286555d4b4ade | [] | no_license | Reese2as/Stowell-COP3330-Assignment3 | e9f31301a93a48fa2314b70a42a7725ba3f60800 | b02c035b508d62dca2d6f409bb4659d5c11ae220 | refs/heads/master | 2023-08-16T07:49:32.126031 | 2021-10-12T03:53:51 | 2021-10-12T03:53:51 | 416,173,249 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 107 | puml | @startuml
'https://plantuml.com/class-diagram
class App{
main()
generateFile()
HTMLFileCreator()
}
@enduml | false | true | false | false | class |
e4f87d1ef8ed721e7d29b3e315412988beaf3305 | 7574efb7885ccd7b95bcb950a7695c7e7a0a0120 | /src/clock/docs/ClockObserver.puml | 34f9be7a71a4da6b661a117c7c9d3600011feba6 | [] | no_license | Yaote/Senao_DesignPattern | 3956c6f13ebb831fc05e9262c9e9ffd0dc063d5d | 65934068340c0416d817db08cf5811f60d3ae08b | refs/heads/master | 2021-05-13T15:10:45.947225 | 2018-01-18T17:27:23 | 2018-01-18T17:27:23 | 116,761,099 | 0 | 0 | null | 2018-01-18T17:27:24 | 2018-01-09T03:28:23 | Java | UTF-8 | PlantUML | false | false | 338 | puml | @startuml
class ClockSubjectService {
-subscriberList
-subscribedSubjectMap
+attach()
+detach()
+publish()
}
class clock {
+onTick
}
interface ClockObserver {
+update
}
class DigitalClock {
+update
}
ClockObserver <|-- DigitalClock
ClockObserver <-- ClockSubjectService
@enduml | false | true | false | false | class |
4bb936e983969d812402a9f0e13a031ba9e9fec8 | 1ac0a5cf0a74b207d7cdac817f81b15f452f494c | /Livrables/Diagrammes/Composants/UML/StorageRoom.plantuml | 4817792a5bde789638742a19ebccc7dcd1076edc | [
"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 | 274 | plantuml | @startuml
class StorageRoom {
+ cleanUstensil : List<Ustensil> <<get>> <<set>>
+ StorageRoom()
+ RemoveFood(name:String) : void
+ UseUstentil(ustensil:Ustensil) : void
+ GetUstentil(type:UstensilType) : Ustensil
+ AddCleanUstensil() : void
}
@enduml
| false | true | false | false | class |
8dfad53a3c281e4b489ac8fec3eeda06471f2883 | c259d8470d8718c47092effedc2d30ae002956fe | /Use Cases/Use-Case Diagram.puml | 63d0ce54e058cdad6c2de7e2235ac1a6149dd8a6 | [
"Apache-2.0"
] | permissive | fficusbenjamin/DevOpsFlow | 93329bf527eca59cbf12f09c0ee3a5c3cc8b7d13 | 4f4f665f52bc4ee6d4aadc15ac3688d457960dd9 | refs/heads/master | 2022-07-19T15:40:18.306505 | 2019-05-12T22:51:26 | 2019-05-12T22:51:26 | 167,206,801 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 493 | puml | @startuml
actor A1 as "Manager" #green
rectangle Database
rectangle "Application" {
usecase UC1 as "Main Menu"
usecase UC2 as "Country Report"
usecase UC3 as "Capital City Report"
usecase UC4 as "Population Report"
usecase UC5 as "City Report"
usecase UC6 as "Language Report"
A1 -> UC1
UC1 ..> UC2 : Extends
UC1 ..> UC3 : Extends
UC1 ..> UC4 : Extends
UC1 ..> UC5 : Extends
UC1 ..> UC6 : Extends
UC2 -- Database
UC3 - Database
UC4 - Database
UC5 - Database
UC6 - Database
}
@enduml | false | true | false | false | usecase |
67738e8485617eeadb9a41fc9ac428c8ca136305 | 95b2d5bc17bb53db50d2da33a0694ce17344ec0a | /javascript_react/class.plantuml | 6f29b23eeea040dc8b4cf606b6005b7861b0f62c | [
"LicenseRef-scancode-public-domain"
] | permissive | Shandawei/vscode-debug-specs | 9f7f5f16d20be95c67a2c2ecad1f29a0af7ec385 | 621641a82cac2399df32c45ff19c089db5e16ee4 | refs/heads/master | 2021-01-16T05:56:00.368570 | 2019-03-23T04:47:23 | 2019-03-23T04:47:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 391 | plantuml | @startuml
skinparam dpi 300
skinparam defaultFontName Source Code Pro
class SortFunction {
string input
number[] answer
render()
changeInput()
}
class Input {
void handleChange
string value
render()
handleChange()
}
class Answer {
number[] items
render()
}
class AnswerNumber {
number item
render()
}
SortFunction*-->Input
SortFunction*-->Answer
Answer*-->AnswerNumber
@enduml | false | true | false | false | class |
1f027f6904eccd65c3da3cb804a97eabd408df09 | b13c95e4bfbc92cb752396b82dd0995b8c7f32b1 | /docs/ls-miners.puml | 923bbfd211e30ee08fe2eacd2c93dea39dfef5b6 | [
"MIT"
] | permissive | 0chain/zwalletcli | f9222e9a64d8d7738192a374e621fc8024c097dc | 1d0a8fd963140f747adef9989813b7b81b2bf8dc | refs/heads/staging | 2023-08-05T08:39:43.774548 | 2023-07-27T16:05:27 | 2023-07-27T16:05:27 | 191,838,462 | 20 | 19 | MIT | 2023-09-13T15:01:55 | 2019-06-13T21:57:24 | Go | UTF-8 | PlantUML | false | false | 191 | puml | @startuml
participant "<size:20><&terminal></size> ./zwallet ls-miners" as cli
collections sharders
cli -> sharders: get registered miners on Miner SC
cli -> cli: print miners nodes
@enduml | false | true | false | false | sequence |
42e8095d0096f3fcf27781cd703c00e697a4696d | 73e678b4d9f9a684ae718edd0a1e7e6ede5f4583 | /gestion_copropriete/syndic/umlDiagrams/global.plantuml | b0f9a51ccab04be9644473ab2141ed076c18477b | [] | no_license | ahmederrami/gestion_copropriete | 94275232eab56aaf6c9831d8bf9708bb53347b23 | ab61c80cdffc2015d9b9f9183a99b918abbcdd97 | refs/heads/master | 2023-02-03T06:44:28.281253 | 2020-12-20T16:02:11 | 2020-12-20T16:02:11 | 312,873,210 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,735 | plantuml | @startuml Copropriete
hide footbox
footer Page %page%/%lastpage%
actor internaute
actor utilisateur
box utilisateurs
actor coproprietaire
actor syndic
actor tresorier
actor comptable
end box
database dbCopropriete
internaute -> dbCopropriete : creer compte utilisateur
utilisateur -> dbCopropriete : creer copropriete
dbCopropriete -> dbCopropriete : affecter role syndic
syndic -> dbCopropriete : creer les parties privees
syndic -> dbCopropriete : creer les proprietaires
syndic -> dbCopropriete : affecter les roles de gestion
newpage
dbCopropriete -> dbCopropriete : generer les cotisations\nmensuelles a encaisser
coproprietaire -> dbCopropriete : saisir les versements
comptable -> dbCopropriete : saisir les versements
dbCopropriete -> tresorier : versements a valider
tresorier -> dbCopropriete : valider les versements
dbCopropriete -> coproprietaire : versement valide
comptable -> dbCopropriete : saisir les decaissements
dbCopropriete -> tresorier : decaissements a valider
tresorier -> dbCopropriete : valider les decaissements
comptable -> dbCopropriete : saisir les factures
comptable -> dbCopropriete : saisir les cotisations\nexceptionnelles a encaisser
newpage
coproprietaire <-> dbCopropriete : consulter sa propre\nsituation
coproprietaire <-> dbCopropriete : consulter situation\ncopropriete
comptable -> dbCopropriete : cloturer un exercice
dbCopropriete -> dbCopropriete : calculer le resultat\nde l'exercice
comptable -> dbCopropriete : ouvrir un nouveau exercice
dbCopropriete -> dbCopropriete : reporter les soldes des\ncomptes du bilan
coproprietaire -> dbCopropriete : mettre en location
coproprietaire -> dbCopropriete : mettre en vente
internaute <- dbCopropriete : disponibles pour location/vente
@enduml | false | true | false | false | sequence |
ea0633867b6715365fc31c85a8dd94e18b660b73 | 82dc73b468ea76a9e1c243643e39f5bb59684b4c | /diagrams/processing.puml | de2ff9b0a4dc43f99cb710bdc53b9bbe5183bbf6 | [] | no_license | JohnKhandygo/mc-square | 14fc31d6b2ada621db3aca35a4863692fa0411e7 | 9172b2ae82ffb7606a1c3b2864b8646cd936fdd8 | refs/heads/master | 2016-09-13T04:21:10.082072 | 2016-04-17T20:42:45 | 2016-04-17T20:42:45 | 56,457,399 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,820 | puml | @startuml
'package "java.util" {
' class Random {
' + nextDouble() : double
' }
'}
' package "java.util.concurrent" {
' package "atomic" {
' class AtomicInteger {
' + AtomicInteger(i : int) : AtomicInteger
' + addAndGet(i : int) : int
' }
' }
'
' class CountDownLatch {
' + CountDownLatch(i : int) : CountDownLatch
' + countDown() : void
' + await() : void
' }
'
' class CompletableFuture<T> {
' + supplyAsync(s : Supplier<T>, e : ExecutorService)
' + thenAcceptAsync(s : Consumer<? extends T>) : CompletableFuture<Void>
' }
' }
'package "com.google.common.base" {
' class Stopwatch {
' + elapsed(tu : TimeUnit) : long
' + {static} createStarted() : Stopwatch
' }
'}
'package "mpi" {
' class MPI {
' + {static} COMM_WORLD : Intracom
' }
' class Intracom {
' + Recv(b : Object, o : int, c : int, dt : DataType, s : int, t : int) : Status
' + Isend(b : Object, o : int, c : int, dt : DataType, d : int, t : int) : Request
' }
'}
package "geometry" {
class SingleRectangleCoverBuilder {
}
}
'package "performance.utils" {
' class StatisticsCollector
'}
package "processing" {
interface MCEstimator {
+ estimate(r : Region, s : int) : double
+ doNProbes(r : Region, s : int) : int
}
MCEstimator .left.> SingleRectangleCoverBuilder : uses
MCEstimator .right.> Uniform2DGenerator : uses
interface Uniform2DGenerator {
+ next() : Point
~ {static} in(r : Rectangle) : Point
}
' Uniform2DGenerator .left.> Random : uses
package "processing.sequential" {
class SequentialMCEstimator implements MCEstimator
}
package "processing.parallel" {
class ParallelMCEstimator implements MCEstimator {
- executor : ExecutorService
- parallelismLevel : int
+ ParallelMCEstimator(e : ExecutorService, pl : int) : ParallelMCEstimator
}
' ParallelMCEstimator ..> AtomicInteger : uses
' ParallelMCEstimator ..> CountDownLatch : uses
' ParallelMCEstimator ..> CompletableFuture : uses
}
package "processing.mpi" {
class MPIMCCoordinator implements MCEstimator {
- {static} MEASURES : StatisticsCollector = StatisticsCollector::newOne
- {static} FIRST_RUN : boolean = true
- thisRank : int
- worldSize : int
- tag : int
+ MPIMCCoordinator(tr : int, ws : int, t : int) : MPIMCCoordinator
}
' MPIMCCoordinator ..> StatisticsCollector : uses
' MPIMCCoordinator ..> Stopwatch : uses
' MPIMCCoordinator ..> MPI : uses
' MPIMCCoordinator ..> Intracom : uses
class MPIMCEstimator implements MCEstimator {
- coordinatorRank : int
- tag : int
+ MPIMCEstimator(cr : int, t : int) : MPIMCEstimator
}
' MPIMCEstimator ..> MPI : uses
' MPIMCEstimator ..> Intracom : uses
}
}
@enduml | false | true | false | false | class |
967164ba672c402ea17301f506cc594311bb30ea | 9735593c0c7c9f71651b174ec0dfc02753a2d0b2 | /src/main/java/designpatterns/strategy/Strategy.puml | afd466d9756d45b87c4bd350a02050476479cff2 | [] | no_license | pepe00486/DesignPatterns | cbfbe5b7b1435e6791e496db646646c27beb73e3 | d57000a580947bf67f433cc08936a5c6c8a6c1a5 | refs/heads/main | 2023-02-10T14:41:04.246343 | 2021-01-10T22:13:16 | 2021-01-10T22:13:16 | 326,499,753 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 628 | puml | @startuml
title Strategy Pattern
interface ABehaviour {
A()
}
class ConcreteABehaviour {
A()
}
class OtherConcreteABehaviour {
A()
}
interface BBehaviour {
B()
}
class ConcreteBBehaviour {
B()
}
class OtherConcreteBBehaviour {
B()
}
class Client {
-ABehaviour
-BBehaviour
}
ConcreteABehaviour ..|> ABehaviour
ABehaviour -down[hidden]- ConcreteABehaviour
OtherConcreteABehaviour ..|> ABehaviour
ConcreteBBehaviour ..|> BBehaviour
BBehaviour -down[hidden]- ConcreteBBehaviour
OtherConcreteBBehaviour ..|> BBehaviour
Client --o ABehaviour
Client --o BBehaviour
@enduml | false | true | false | false | class |
13f0d613c0d6e53908a238e3a2021331176dbd7a | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /7 State Diagram/3 Composite state.puml | 4ade801cc17313a2cf1ac5f41d6596cfd08a5909 | [
"MIT"
] | permissive | jys129/PlantUML | 38dd154cc9a45d3206abf26f95bfb45e32d4c186 | f0e62bf90332a1a541ded76d2101ebdd9215adaa | refs/heads/master | 2023-03-16T15:54:12.053012 | 2020-10-18T15:49:08 | 2020-10-18T15:49:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 460 | puml | @startuml
scale 350 width
[*] --> NotShooting
state NotShooting {
[*] --> Idle
Idle --> Configuring : EvConfig
Configuring --> Idle : EvConfig
}
state Configuring {
[*] --> NewValueSelection
NewValueSelection --> NewValuePreview : EvNewValue
NewValuePreview --> NewValueSelection : EvNewValueRejected
NewValuePreview --> NewValueSelection : EvNewValueSaved
state NewValuePreview {
State1 -> State2
}
}
@enduml
| false | true | false | false | sequence |
5093282132a71e80819901e816b3f159a944101b | ee96a70918e886f49a11a2646742ecd0615cd83d | /src/diagrams/util/action/packages/AdapterActions.puml | 180ea5cc86b1d9f634fe4d034957d82e72ddfd7e | [
"MIT"
] | permissive | DorinR/Politisense | 675c8138b8e768d3962759c8a52c15dfd3b42756 | 921e9ab04b378ebe341186d32e5c9522cab624b6 | refs/heads/master | 2023-01-23T12:20:29.224166 | 2020-04-12T00:42:39 | 2020-04-12T00:42:39 | 317,986,401 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,405 | puml | @startuml
package Errors #e0e0d1 {
class RequestError
}
interface Action <T, U>
package AdapterActions #e0e0d1{
Action <|-- BillLinkFetchAdapterAction
Action <|-- PoliticianAfterAdapterAction
Action <|-- QueryResponseAdapterAction
Action <|-- RoleFetchLinkAdapterAction
Action <|-- RoleQueryResponseAdapterAction
class BillLinkFetchAdapterAction {
- params : Object
+ BillLinkFetchAdapterAction(params: Object) : BillLinkFetchAdapterAction
+ perform(void) : Promise<Object>
}
class PoliticianAfterAdapterAction {
- prefix : String
+ PoliticianAfterAdapterAction(prefixLink: String) : BillLinkFetchAdapterAction
+ perform(void) : Promise<Array<String>>
}
class QueryResponseAdapterAction {
- params : Object
+ QueryResponseAdapterAction(params: Object) : QueryResponseAdapterAction
+ perform(void) : Promise<Object>
}
class RoleFetchLinkAdapterAction {
- params : Object
+ RoleFetchLinkAdapterAction(params: Object) : RoleFetchLinkAdapterAction
+ perform(void) : Promise<Object>
}
RoleFetchLinkAdapterAction <-- Errors
class RoleQueryResponseAdapterAction {
- params : Object
+ RoleQueryResponseAdapterAction(params: Object) : RoleQueryResponseAdapterAction
+ perform(void) : Promise<Object>
}
}
@enduml | false | true | false | false | class |
324b24471138e516afca581aea2951b8dc9d795c | 2badac49ec4318b369395ac07bbbfee839920770 | /uml/Iterator/Sample.puml | c0676017e3d647031601407e7b10873b712ddda8 | [
"Zlib"
] | permissive | tanghengzhi/java-design-pattern | f9367f529ad2b177a36d6e30a3950db5fbe18a3f | 2ef077b528959e7b2e506b4fffb8c06f99461e28 | refs/heads/master | 2020-07-05T17:02:34.852885 | 2019-09-26T10:30:17 | 2019-09-26T10:30:17 | 202,706,725 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 558 | puml | @startuml Sample
interface Iterator {
hasNext()
next()
}
interface Aggregate {
Iterator iterator()
}
class Book {
String name
getName()
}
class BookShelf {
Book[] books
int last
getBookAt()
appendBook()
getLength()
Iterator iterator()
}
class BookShelfIterator {
BookShelf bookShelf
int index
hasNext()
next()
}
Aggregate -> Iterator : Creates
Aggregate <|-- BookShelf : implement
Iterator <|-- BookShelfIterator : implement
BookShelf <-o BookShelfIterator
BookShelf o--> Book
@enduml | false | true | false | false | sequence |
cfee8d6a6c953b42302696f2099619d15f33e7d7 | 005aa476ac9d11d36d1c0d202daa1e7c86df94c2 | /hedwig-jdesignpattern/docs/puml/SRP.puml | 1df6c19882e64fc65a6c146148a064d80372e662 | [] | 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 | 282 | puml | @startuml
class AllInOne{
+ Connection getConnection()
+ Object findOne()
+ void generateMonthlyReport()
+ void showReport()
}
class DAO{
+ Connection getConnection()
+ Object findOne()
}
class Reporter{
DAO dao
+ void generateMonthlyReport()
+ void showReport()
}
@enduml | false | true | false | false | class |
ddf9da4a573ac0e670740d882328eaefca8fc220 | b2377dbb97354ebb11f18337fae7a5deb10e9fd1 | /docs/Actors/Operations-Manager/Activity.puml | d3a2b95a02f18b03ed892a60759fb595334b82d3 | [] | no_license | CAADE/H2C | 634e94afdd5302232d234aa7abefcfc61a24ea8e | 91227f94a60c8e3285c24333da340c06a51afa9d | refs/heads/master | 2021-03-27T18:25:35.652782 | 2018-06-01T21:58:49 | 2018-06-01T21:58:49 | 83,159,772 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 151 | puml | @startuml
partition "Operations-Manager" #cccccc {
(*) --> "Start Here"
}
partition "system.name" #ffaaaa {
"Start Here" --> "Here"
}
@enduml
| false | true | false | false | activity |
2c306e6b71bfacc5ca3b82d505b42aa5caa5fb01 | d6ca810d2ec991d97c1bc8581ed06763c57641ce | /development/felica/TestCords/FericaReader/plantuml/Properties/Resources.Designer.puml | 6d43b3640551fa389f8e4d2decba7a049e8cf527 | [] | no_license | miyashita-atsushi/team_a | c847d571c5a522339ee0c3ac2c5ee0cb0753411b | 3cfec172375aafeef64c40a575dddde64f0a8ed3 | refs/heads/master | 2023-02-25T07:39:36.010130 | 2020-05-29T09:12:57 | 2020-05-29T09:12:57 | 254,561,813 | 0 | 1 | null | 2021-01-29T20:47:18 | 2020-04-10T06:33:38 | C# | UTF-8 | PlantUML | false | false | 38 | puml | @startuml
class Resources {
}
@enduml
| false | true | false | false | class |
07f89f2736124daeda045c0da5c09fe422d159b8 | 2f155271d292d377036fa1f443bf6ad4635f3469 | /sequence_diagram/move_slice.puml | 39400ef76ee92ff3423013a4483d11d50f4b3f6c | [] | no_license | austudio-team/austudio-uml-graph | 1519a4589469e943a11d899d743d023b3f42b584 | e22788d17814ae3e61703e0daf414f60bab2b25c | refs/heads/master | 2021-03-03T09:13:02.261657 | 2020-03-29T17:54:45 | 2020-03-29T17:54:45 | 245,948,897 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,327 | puml | @startuml
actor User
User -> AudioBlock: user mouse down on block
activate AudioBlock
AudioBlock -> AudioBlock: mouseDownHandler()
activate AudioBlock
AudioBlock -> AudioBlock: setDragging(true)
AudioBlock -> AudioBlock: initDrag(e)
AudioBlock -> AudioBlock: draggingEffect
note right: track block pos update
deactivate AudioBlock
deactivate AudioBlock
User -> AudioBlock: mouse move
activate AudioBlock
AudioBlock -> AudioBlock: mouseMoveEffect()
activate AudioBlock
alt Mouse is in screen left or right
AudioBlock -> EventEmitter: emit('editorRequestAutoScrollX')
EventEmitter -> Editor: autoScrollXEffect
else Mouse is in middle area
AudioBlock -> EventEmitter: emit('editorCancelAutoScrollX')
EventEmitter -> Editor: autoScrollXEffect
end
deactivate AudioBlock
deactivate AudioBlock
User -> AudioBlock: mouse up
activate AudioBlock
AudioBlock -> AudioBlock: mouseUpEffect()
activate AudioBlock
AudioBlock -> EventEmitter: emit('editorCancelAutoScrollX')
EventEmitter -> Editor: autoScrollXEffect
AudioBlock -> EventEmitter: setDragging(false)
AudioBlock -> ChannelAction: updateSlice()
ChannelAction -> ChannelSaga: updateSliceSaga()
AudioEffectSaga -> EventEmitter: emit('CHANNEL_UPDATE_SLICE');
EventEmitter -> AudioController: updateSlice();
deactivate AudioBlock
deactivate AudioBlock
@enduml
| false | true | false | false | usecase |
f991e7b7707939385a8d9e6b6527f6125b71ec3b | 663d2d490215f9bf3a229ed3d6741daf907c8d68 | /M5/AEA.3.1.1. Introducció als diagrames de classes/PlantUML/AgenciaViatges.puml | 8adb2f1c7b5162d3efa57ba603371cb94e5058d4 | [] | no_license | saracaparros/DAW | fe17db5b3438e6f47372a4d57d05da7327591824 | e9946bed056ad58b37556614512cefb09a699219 | refs/heads/master | 2020-04-20T06:54:31.056456 | 2019-03-08T15:27:52 | 2019-03-08T15:27:52 | 168,697,147 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,090 | puml | @startuml
class CadenaAgencies{
}
class Sucursals{
- Int Codi
- String Adreça
- String Telèfon
}
class Hotels{
- Int Codi
- String Nom
- String Adreça
- String Ciutat
- String Telèfon
- Int QtPlaçesDisponibles
}
class Vols{
- Int NumVol
- Timestamp DataHora
- String Origen
- String Destí
- Int PlaçesTotals
- Int PlaçesTurista
}
class Turista{
- Int Codi
- String Nom
- String Cognoms
- String Adreça
- String Telèfon
}
class Reserva{
- Int Codi Turista
- Int Codi Sucursal
- String codi Reserva
}
class ReservaVol {
- Boolean turista o primera
}
class ReservaHotel {
- Boolean MP o PC
- Date data d'arribada
- Date data de partida
}
CadenaAgencies "1" --o "*" Sucursals : té
CadenaAgencies "1" --* "*" Hotels :contracta
CadenaAgencies "1" --* "*" Vols : contracta
CadenaAgencies --o Turista
Turista "1" -- "1" Reserva : fa
Sucursals "1" -- "*" Reserva : controla
Reserva <|-- ReservaVol
Reserva <|-- ReservaHotel
ReservaHotel -- Hotels
ReservaVol -- Vols
@enduml | false | true | true | false | class |
af19d3b7638e9cf51a8ea90098b039de3716eeab | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartDiscountChangeTargetAction.puml | dd1c2f0c95ac3262553d3f8d917292c504419f01 | [] | 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 | 508 | 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 CartDiscountChangeTargetAction [[CartDiscountChangeTargetAction.svg]] extends CartDiscountUpdateAction {
action: String
target: [[CartDiscountTarget.svg CartDiscountTarget]]
}
interface CartDiscountUpdateAction [[CartDiscountUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
9742bc28c9719fba8e8112d68f4df684c2783cf2 | 068579f9ad18a1368961dc3b9f812129f4f7e858 | /DesignPattern/Mediator/premediator/uml/sequence_diagram.puml | ed81fec1c0ce665f82d37960997286d5c2957dff | [] | no_license | AleMidolo/materiale-tutorato-ids | d9c27a9d0da9436842144a7cc8bd6d381f6e3546 | 3d95de651214245b113c92481007ec177ce95471 | refs/heads/master | 2023-03-30T22:05:39.627666 | 2021-04-01T13:53:07 | 2021-04-01T13:53:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 823 | puml | ' Documentazione: https://plantuml.com/sequence-diagram
@startuml
' START STYLE
skinparam {
monochrome true
'shadowing false
}
skinparam sequence {
participantBackgroundColor white
}
hide footbox
' END STYLE
' Aggiungo delle etichette
participant "gs:GameStation" as gs
participant "cc:CronCast" as cc
participant "tv:SmartTv" as tv
-> gs: turnOn()
activate gs
gs -> cc: turnOff()
activate cc
gs <-- cc
deactivate cc
gs -> tv: turnOn()
activate tv
gs <-- tv
deactivate tv
gs -[hidden]-> gs
deactivate gs
@enduml
' completo
-> cc: turnOn()
activate cc
cc -> gs: turnOff()
activate gs
deactivate gs
cc -> tv: turnOn()
activate tv
deactivate tv
deactivate cc
-> tv: turnOff()
activate tv
tv -> gs: turnOff()
activate gs
deactivate gs
tv -> cc: turnOff()
activate cc
deactivate cc
deactivate tv | false | true | false | false | sequence |
795a69a306981d445d7b3f21e8e85d37b2e477f5 | ba79765ee5ce3a4adf24fdc942ad66f2c43bb763 | /City population.puml | 0e7b0fec238d1ab9698013bdb6abf49f1e941869 | [
"Apache-2.0"
] | permissive | kaciyn/SEMGroupProject | c6729282991a6c8c6ff8a884eff99d962d8d1832 | 370aa6c3210dfcb99c12ff1c1bc4bc10acc5aa59 | refs/heads/master | 2021-06-24T13:06:08.470157 | 2019-05-14T14:55:50 | 2019-05-14T14:55:50 | 167,873,513 | 0 | 0 | Apache-2.0 | 2021-01-01T01:46:28 | 2019-01-28T00:07:20 | Java | UTF-8 | PlantUML | false | false | 358 | puml | @startuml
actor User as "Member"
rectangle Database
rectangle "Population System" {
usecase UC5 as "City"
usecase UC4 as "Overall Population"
usecase UC6 as "Country"
usecase UC7 as "District"
usecase UC8 as "Name"
User - UC5
UC5 ..> UC4
UC7 - UC6 : include
UC4 - UC7 : include
UC6 - UC8 : include
}
@enduml | false | true | false | false | usecase |
9bea68a5660e61c3b1313a0f01e3d27842f4df09 | 5ca78f3c988590165f0ed39826daa7fec21d8c74 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-framework-app.puml | 7b5ff78e29a2cd9123e35494d468e4ffd5d1b23e | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | mitelg/platform | 9bbfc8310ab1f096c456995c79055cba6c46834f | 68bfa7597cdd9e3b97037f3ad0bc7290e61ac1ec | refs/heads/master | 2023-04-16T04:24:28.800380 | 2021-01-13T07:39:25 | 2021-01-13T07:39:25 | 167,531,369 | 0 | 1 | MIT | 2020-12-28T15:31:39 | 2019-01-25T10:40:55 | PHP | UTF-8 | PlantUML | false | false | 4,307 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreFrameworkAppAppDefinition, "app\n(Apps)") {
primary_key(id) id
not_null(name) string
not_null(path) string
author string
copyright string
license string
not_null(active) bool
not_null(configurable) bool
privacy string
not_null(version) string
iconRaw blob
icon string
appSecret string
modules list
cookies list
label translated
description translated
privacyPolicyExtensions translated
not_null(integrationId) foreignKey
not_null(aclRoleId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreFrameworkAppAggregateAppTranslationAppTranslationDefinition, "app_translation\n((Translations))") {
not_null(label) string
description longText
privacyPolicyExtensions longText
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(appId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreFrameworkAppAggregateActionButtonActionButtonDefinition, "app_action_button\n(App action buttons)") {
primary_key(id) id
not_null(entity) string
not_null(view) string
not_null(url) string
not_null(action) string
not_null(openNewTab) bool
label translated
not_null(appId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreFrameworkAppAggregateActionButtonTranslationActionButtonTranslationDefinition, "app_action_button_translation\n((Translations))") {
not_null(label) string
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(appActionButtonId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreFrameworkAppTemplateTemplateDefinition, "app_template\n(App templates)") {
primary_key(id) id
not_null(template) longText
not_null(path) string
not_null(active) bool
not_null(appId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
ForeignTable(ShopwareCoreSystemIntegrationIntegrationDefinition, "integration") {
}
ForeignTable(ShopwareCoreFrameworkApiAclRoleAclRoleDefinition, "acl_role") {
}
ForeignTable(ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition, "custom_field_set") {
}
ForeignTable(ShopwareCoreFrameworkWebhookWebhookDefinition, "webhook") {
}
ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") {
}
' relationshipd
ShopwareCoreFrameworkAppAggregateAppTranslationAppTranslationDefinition --> ShopwareCoreFrameworkAppAppDefinition
ShopwareCoreFrameworkAppAppDefinition --> ShopwareCoreSystemIntegrationIntegrationDefinition
ShopwareCoreFrameworkAppAppDefinition --> ShopwareCoreFrameworkApiAclRoleAclRoleDefinition
ShopwareCoreFrameworkAppAppDefinition --> ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition
ShopwareCoreFrameworkAppAggregateActionButtonActionButtonDefinition --> ShopwareCoreFrameworkAppAppDefinition
ShopwareCoreFrameworkAppTemplateTemplateDefinition --> ShopwareCoreFrameworkAppAppDefinition
ShopwareCoreFrameworkAppAppDefinition --> ShopwareCoreFrameworkWebhookWebhookDefinition
ShopwareCoreFrameworkAppAggregateAppTranslationAppTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreFrameworkAppAggregateActionButtonTranslationActionButtonTranslationDefinition --> ShopwareCoreFrameworkAppAggregateActionButtonActionButtonDefinition
ShopwareCoreFrameworkAppAggregateActionButtonTranslationActionButtonTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
@enduml
| false | true | false | false | uml-unknown |
d0000d0f8b90ecc335831433503f41bcea52a42c | 2224a126b01b992d959a6bd54f2d1011a5ba4d70 | /src/main/java/pt/ipp/isep/dei/project/controllers/configurehouseinformationfromjsoncontroller/CD_ConfigureHouseFromJson.puml | 0e54d63fd81a4d42fd9db5627871d154d43f0b1b | [] | no_license | 1181687/hateoasToy | f7d5f6aeffe15f30adea325f40670f0e0b15cc35 | 0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375 | refs/heads/master | 2020-05-24T10:01:58.451415 | 2019-05-15T11:02:39 | 2019-05-15T11:02:39 | 187,203,481 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,743 | puml | @startuml
skinparam linetype ortho
skinparam class {
BackgroundColor PaleTurquoise
ArrowColor Black
BorderColor Black
FontStyle Bold
}
hide circle
ConfigureHouseFromAFileUI "1" --> "1" ConfigureHouseInformationFromJSONOController
ConfigureHouseInformationFromJSONOController "1" --> "1" HouseService
ConfigureHouseInformationFromJSONOController "1" --> "1" House
ConfigureHouseInformationFromJSONOController "1" -right-> "1" "<<ProjectFileReader>>"
HouseService "1" --> "1" AddressMapper: uses
HouseService "1" --> "1" RoomMapper: uses
HouseService "1" --> "1" HouseGridMapper: uses
HouseService "1" -right-> "1" House: updates
JSONReader "1" -down-> "1" AddressMapper: uses
JSONReader "1" -down-> "1" RoomMapper: uses
JSONReader "1" -down-> "1" HouseGridMapper: uses
JSONReader "1" -left-> "1" HouseDTO: uses
AddressMapper "1" -down-> "1" AddressDTO: creates
RoomMapper "1" --> "1" RoomDTO: creates
HouseGridMapper "1" --> "1" HouseGridDTO: creates
JSONReader "1" -right-* "1" "<<ProjectFileReader>>" : implements
Class ConfigureHouseFromAFileUI {
- ConfigureHouseInformationFromJSONOController controller
+ run()
}
Class ConfigureHouseInformationFromJSONOController {
- List<Object> houseObjects
- int numberOfNotImportedRooms
- int numberOfNotImportedGrids
- configLogFile ()
+ createReader ()
+ readFile ()
+ importHouseInformation ()
+ getNumberOfNotImportedRooms ()
+ getNumberOfNotImportedGrids ()
- writeAddressToFile ()
- checkForInvalidRoomInfo ()
- checkForInvalidGridInfo ()
}
Class HouseGridDTO {
- String name;
- List<RoomDTO> roomDTOS
+ get ()
+ set ()
+ addRoomDTO ()
}
Class HouseGridMapper {
+ newHouseGridDTO ()
+ mapToEntity ()
}
Class AddressMapper {
+ newAddressDTO ()
+ mapToEntity ()
}
Class AddressDTO {
- String completeAddress
- LocationDTO location
- GeographicalAreaDTO insertedGeoArea
+ get ()
+ set ()
}
Class House {
- RoomList roomList
- List<HouseGrid> listHouseGrids
- Address address
+ addRoom ()
+ addGrid ()
}
Class HouseDTO {
- AddressDTO addressDTO
- List<RoomDTO> roomDTOList
- List<HouseGridDTO> houseGridDTOList
+ get ()
+ set ()
}
Class HouseService {
- RoomRepository roomRepository
- HouseGridRepository houseGridRepository
+ mapToEntity ()
+ updateHouseWithRoomsAndGrids ()
+ addRoomToHouseGrid ()
+ getRoomById ()
+ roomExists ()
+ gridExists ()
}
Class RoomDTO {
- String id
- String description
- int houseFloor
- double width
- double length
- double height
+ get ()
+ set ()
+ getRooms ()
+ addRoom ()
}
Class RoomMapper {
+ newRoomDTO ()
+ mapToDTO ()
+ mapToEntity ()
}
Interface "<<ProjectFileReader>>" {
+ getTypeName ()
+ readFile ()
}
Class JSONReader {
+ readFile ()
+ getTypeName ()
- parseJsonObjectsHouse ()
- getRoomDtoById ()
}
@enduml | false | true | false | false | sequence |
94162bdb9c31f9c008fb3700180d00caee1cb838 | 16798aeca3c5bb18e47b2646008df4230463cbbf | /docs/src/backend/puml/architecture.puml | 446e61a0e52dfd563830eb86fd5a7e0f6735b84e | [] | no_license | lakermann/social-playlist | c7028c3e59a828af2d58b52d0f42454d4a2d00c5 | 63e94d8874f4153c8883cc5e53d668a8ffcc2cbe | refs/heads/main | 2021-06-11T10:11:12.657768 | 2021-05-12T21:16:53 | 2021-05-12T21:16:53 | 188,183,533 | 0 | 1 | null | 2021-05-12T21:20:44 | 2019-05-23T07:28:21 | TypeScript | UTF-8 | PlantUML | false | false | 1,853 | puml | @startuml
skinparam linetype ortho
package api {
class PlaylistController {
+PlaylistController(PlaylistProvider playlistProvider)
+RedirectView login()
+String redirect(String code)
+List<TrackDto> getTracksForPlaylist()
}
class TrackDto {
-String uri
-String title
-List<String> artists
+TrackDto(String uri, String title, List<String> artists>
+{static} map(Track track)
+String getUri()
+String getTitle()
+List<String> getArtists()
}
}
package domain {
interface PlaylistProvider << interface >> {
URI getAuthorizationCodeUri()
void receiveToken(String code)
List<Track> getTracksForPlaylist()
}
interface StreamingProvider << interface >> {
URI getAuthorizationCodeUri()
void receiveToken(String code)
List<Track> getTracksOfPlaylist(String playlistId)
}
class PlaylistService {
+PlaylistService(StreamingProvider streamingProvider)
}
class Track {
-String uri
-String title
-List<String> artists
+Track(String uri, String title, List<String> artists>
+String getUri()
+String getTitle()
+List<String> getArtists()
}
}
package spotifyapi {
class SpotifyClient {
+SpotifyClient(String clientId, String clientSecret, string redirectUrl)
+{static} Track map(com.wrapper.spotify.model_objects.specification.Track track)
}
}
' implementations
PlaylistService ...|> PlaylistProvider
SpotifyClient ...|> StreamingProvider
' usages
PlaylistController ..> PlaylistProvider
TrackDto ..> Track
PlaylistService .> StreamingProvider
SpotifyClient .> Track
PlaylistController .> TrackDto
PlaylistController .> Track
' class SwaggerConfig
' class SpotifyPlaylistApplication
@enduml | false | true | false | false | class |
195a444c0c72a1c93718d2acd374f330e91ad6d0 | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/red/1160630/sp3/ssd2.puml | a53866b4074746bd870c9b0ebe0358d1125c7b77 | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 422 | puml | @startuml analysis2
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User -> Browser : open the javascript option
Browser --> User : shows the javascript input box
User -> Browser : writes an exisiting function
Browser -> Browser : verify if the function exists
Browser --> User: run the choosen function
@enduml | false | true | false | false | sequence |
edf81485fc42c46cb40073758248829f454d2d55 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TaxCategoryPagedQueryResponse.puml | a28637c075a36dd57f2c9aa46acd4cf14ce2c179 | [] | 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 | 422 | 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 TaxCategoryPagedQueryResponse [[TaxCategoryPagedQueryResponse.svg]] {
limit: Long
offset: Long
count: Long
total: Long
results: [[TaxCategory.svg List<TaxCategory>]]
}
@enduml
| false | true | false | false | class |
de5533cf010992f262aec9b01d0a81d787fdff8b | f90c39ffff44a5a39493336c9c18331db8f8760f | /docs/logicView/analysisView/useCaseAnalysis/MoveFromWasteToTableau.plantuml | 562e8f9fafa569ac3b4fc9efba2baee98c960c28 | [] | no_license | Sertinell/klondike | e60d49defc893f459218c491a084e1872fddaa44 | 7c10f627fda6caf8b1ddc9e2cd6a59b218f34c53 | refs/heads/master | 2023-04-11T08:18:00.482272 | 2021-04-22T12:46:28 | 2021-04-22T12:46:28 | 338,658,308 | 0 | 9 | null | 2021-04-22T12:46:29 | 2021-02-13T19:59:43 | null | UTF-8 | PlantUML | false | false | 939 | plantuml | @startuml UCAnalysis_MoveFromWasteToTableau
mix_actor Player
package views {
class MenuView
class ErrorView
class GameView
class BoardView
GameView *--> BoardView
note on link: showBoard()
GameView *--> MenuView
}
package controllers {
class PlayController
class MoveFromWasteToTableau
PlayController *-right-> MoveFromWasteToTableau
}
package models {
class Game
class Card
class Tableau
class Waste
Tableau ..> Pile
Pile ..> Card
Waste ..> Card
Game *-->Waste
Game *-->Tableau
}
Player -up-> GameView
note on link: Select action\
\nSelect destination
PlayController --> GameView
note on link: readAction()
MoveFromWasteToTableau -down-> GameView
note on link: readDestination()\nshowBoard()
MoveFromWasteToTableau -down-> Game
note on link: moveFromWasteToTableau(nPile)
MoveFromWasteToTableau -down-> ErrorView
note on link: showError()
@enduml | false | true | false | false | class |
9b739d805a787b6cf1d0839ae62e5d352608036b | feb745c21b3d48338d55cbba2a22a8f4beb6f494 | /patrones-chain-of-responsibility-2/diagrama.plantuml | 3f3efca18b576945c4e0c17e5ae21183a41d5946 | [] | no_license | MarcoVitangeli/workspace | 073c0a6cb042d8e8b72a6f211e94b21ca8f6f4c8 | ff49963be3bbd7f6d3395ae40ee48ce952fac42b | refs/heads/master | 2023-06-19T05:38:53.512411 | 2021-07-17T14:15:00 | 2021-07-17T14:15:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 768 | plantuml | @startuml
package "reparacion" {
Bicicleta --> EstacionDeReparacion
EstacionDeReparacion <|-- EstacionDeInflado
EstacionDeReparacion <|-- EstacionDeFrenos
EstacionDeReparacion <|-- EstacionDeEngrase
EstacionDeReparacion <|-- EstacionDeAjuste
EstacionDeReparacion o-- EstacionDeReparacion
}
abstract class EstacionDeReparacion {
# siguiente: EstacionDeReparacion
+ setSiguiente(EstacionDeReparacion): void
+ reparar(Bicicleta): void
# {abstract} doReparar(Bicicleta): boolean
# seguirCadena(): void
}
class EstacionDeInflado {
# doReparar(Bicicleta): boolean
}
class EstacionDeFrenos {
# doReparar(Bicicleta): boolean
}
class EstacionDeEngrase {
# doReparar(Bicicleta): boolean
}
class EstacionDeAjuste {
# doReparar(Bicicleta): boolean
}
@enduml
| false | true | false | false | class |
7aa7f062885cfd907dff35d80b3ff29c26530686 | d765e68ed6715429becb71ef608081b888e3c1f4 | /app/src/main/java/com/apps/jivory/googlemaps/models/models.plantuml | f2b73f6181252f8866794682fb836bb91b131ec1 | [
"MIT"
] | permissive | jaredaivory/CSE248FinalProjectAndroidApp | 7e731022b86a6761648410f1a15b5e6a11706f03 | 732ed2f501b42f253b2955a46d15753f4c4d43ae | refs/heads/master | 2023-04-06T21:28:33.469252 | 2018-12-17T19:00:45 | 2018-12-17T19:00:45 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,197 | plantuml | @startuml
title __MODELS's Class Diagram__\n
package com.apps.jivory.googlemaps {
package com.apps.jivory.googlemaps.models {
class CurrentUser {
{static} - INSTANCE : CurrentUser
- observers : ArrayList<FirebaseObserver>
{static} - user : User
- CurrentUser()
+ getUser()
+ setUser()
{static} + getInstance()
+ registerObserver()
+ removeObserver()
+ removeAllOvservers()
+ notifyObservers()
}
}
}
package com.apps.jivory.googlemaps {
package com.apps.jivory.googlemaps.models {
class EventInfoAdapter {
- context : Context
- view : View
+ EventInfoAdapter()
+ initView()
+ getInfoWindow()
+ getInfoContents()
}
}
}
package com.apps.jivory.googlemaps {
package com.apps.jivory.googlemaps.models {
class LatitudeLongitude {
- latitude : Double
- longitude : Double
+ LatitudeLongitude()
+ LatitudeLongitude()
+ getLatitude()
+ setLatitude()
+ getLongitude()
+ setLongitude()
+ toString()
}
}
}
package com.apps.jivory.googlemaps {
package com.apps.jivory.googlemaps.models {
class PlaceData {
- name : String
- address : String
- phonenumber : String
- placeID : String
+ PlaceData()
+ PlaceData()
+ PlaceData()
+ getName()
+ setName()
+ getAddress()
+ setAddress()
+ getPhonenumber()
+ setPhonenumber()
+ getPlaceID()
+ setPlaceID()
+ getLatLng()
+ setLatLng()
+ toString()
}
}
}
package com.apps.jivory.googlemaps {
package com.apps.jivory.googlemaps.models {
class PlacesAutoCompleteAdapter {
{static} - TAG : String
{static} - STYLE_BOLD : CharacterStyle
- mResultList : ArrayList<AutocompletePrediction>
- mGoogleApiClient : GoogleApiClient
- mBounds : LatLngBounds
- mPlaceFilter : AutocompleteFilter
+ PlacesAutoCompleteAdapter()
+ setBounds()
+ getCount()
+ getItem()
+ getView()
+ getFilter()
- getAutocomplete()
}
}
}
package com.apps.jivory.googlemaps {
package com.apps.jivory.googlemaps.models {
class Post {
- POST_ID : String
- title : String
- description : String
- address : String
- creator : String
- participants : List<String>
- maxParticipants : int
{static} + createPostID()
+ Post()
+ Post()
+ Post()
+ setPOST_ID()
+ getPOST_ID()
+ getDescription()
+ setDescription()
+ getLatitudeLongitude()
+ setLatitudeLongitude()
+ getCreator()
+ setCreator()
+ getTitle()
+ setTitle()
+ getParticipants()
+ setParticipants()
+ getMaxParticipants()
+ setMaxParticipants()
+ addParticipant()
+ removeParticipant()
+ getPlaceData()
+ setPlaceData()
+ getAddress()
+ setAddress()
+ toString()
}
}
}
package com.apps.jivory.googlemaps {
package com.apps.jivory.googlemaps.models {
class PostAdapter {
{static} + TAG : String
- posts : List<Post>
- users : Map<String, User>
+ onCreateViewHolder()
+ onBindViewHolder()
+ getPostID()
+ setPosts()
+ setUser()
+ setUsers()
+ getItemCount()
}
}
}
package com.apps.jivory.googlemaps {
package com.apps.jivory.googlemaps.models {
class PostHolder {
- textViewTitle : TextView
- textViewCreator : TextView
- textViewLocation : TextView
- textViewDescription : TextView
- textViewID : TextView
- itemView : View
- PostHolder()
+ setOnClickListener()
- setCurrentPost()
}
}
}
package com.apps.jivory.googlemaps {
package com.apps.jivory.googlemaps.models {
class PostHashMap {
{static} + INSTANCE : PostHashMap
- observers : ArrayList<FirebaseObserver>
- PostHashMap()
{static} + getInstance()
+ registerObserver()
+ removeObserver()
+ removeAllOvservers()
+ notifyObservers()
}
}
}
package com.apps.jivory.googlemaps {
package com.apps.jivory.googlemaps.models {
class User {
- USER_ID : String
- firstname : String
- lastname : String
- emailaddress : String
- friends : Set<User>
- dateofbirth : Date
{static} - observers : ArrayList<FirebaseObserver>
+ User()
+ User()
+ getEmailaddress()
+ setEmailaddress()
+ getFullname()
+ getFirstname()
+ setFirstname()
+ getLastname()
+ setLastname()
+ getFriends()
+ getUSER_ID()
+ setUSER_ID()
+ setFriends()
+ getDateofbirth()
+ setDateofbirth()
+ toString()
+ registerObserver()
+ removeObserver()
+ removeAllOvservers()
+ notifyObservers()
}
}
}
package com.apps.jivory.googlemaps {
package com.apps.jivory.googlemaps.models {
class UsersHashMap {
{static} + INSTANCE : UsersHashMap
- observers : ArrayList<FirebaseObserver>
- UsersHashMap()
{static} + getInstance()
+ registerObserver()
+ removeObserver()
+ removeAllOvservers()
+ notifyObservers()
}
}
}
CurrentUser -up-|> FirebaseObservable
EventInfoAdapter -up-|> InfoWindowAdapter
PlaceData o-- LatitudeLongitude : latLng
PlacesAutoCompleteAdapter -up-|> Filterable
PlacesAutoCompleteAdapter -up-|> ArrayAdapter
Post o-- LatitudeLongitude : latitudeLongitude
Post o-- PlaceData : placeData
PostAdapter -up-|> Adapter
PostAdapter o-- User : currentUser
PostAdapter +-down- PostHolder
PostHolder -up-|> ViewHolder
PostHolder o-- Post : currentPost
PostHashMap -up-|> FirebaseObservable
PostHashMap -up-|> HashMap
SimpleImmutableEntry -up-|> Entry
SimpleImmutableEntry -up-|> Serializable
SimpleEntry -up-|> Entry
SimpleEntry -up-|> Serializable
User -up-|> FirebaseObservable
UsersHashMap -up-|> FirebaseObservable
UsersHashMap -up-|> HashMap
SimpleImmutableEntry -up-|> Entry
SimpleImmutableEntry -up-|> Serializable
SimpleEntry -up-|> Entry
SimpleEntry -up-|> Serializable
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 |
1c5ebdad3e6da80d96a7882b629fcb1be9db23e7 | 644b7bb773b84596a2de4d31a0603284d9562e56 | /react/custom/alertDismissable.iuml | 5affe18782ab2c1084e09d0e1d9bb360718f7eb2 | [] | 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 | 186 | iuml |
class AlertDismissable{
--props--
type: string
message: string
--render--
show message alert dismissable with close icon
}
AlertDismissable ..> Alert | false | true | false | false | class |
f9fde1c8e2354a45a6ae9cd3643a774bd838bd42 | ed45ea4470bcfc497e2584697d7842a540e04fd9 | /ros2/navigation2/nav2_util/costmap.puml | 0647eb08a289069f4106c7892b58af2409931cb6 | [] | no_license | cf-zhang/documents | ffcd8213587f8aa9c47406cf2491bf77beec9c33 | 8a4439932017b67fba7988ff7fadd9829bce1e4c | refs/heads/master | 2022-03-03T13:52:27.333343 | 2022-02-25T11:31:22 | 2022-02-25T11:31:22 | 154,789,912 | 11 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,410 | puml | @startuml
'https://plantuml.com/class-diagram
namespace nav2_util{
enum TestCostmap{
open_space,
bounded,
bottom_left_obstacle,
top_left_obstacle,
maze1,
maze2
}
class costmap{
-- public method --
typedef uint8_t CostValue;
Costmap(node,trinary_costmap,track_unknown_space , lethal_threshold , unknown_cost_value 1);
Costmap() = delete;
~Costmap();
void set_static_map(const nav_msgs::msg::OccupancyGrid & occupancy_grid);
void set_test_costmap(const TestCostmap & testCostmapType);
nav2_msgs::msg::Costmap get_costmap(const nav2_msgs::msg::CostmapMetaData & specifications);
nav2_msgs::msg::CostmapMetaData get_properties() {return costmap_properties_;}
bool is_free(const unsigned int x_coordinate, const unsigned int y_coordinate) const;
bool is_free(const unsigned int index) const;
static const CostValue no_information;
static const CostValue lethal_obstacle;
static const CostValue inscribed_inflated_obstacle;
static const CostValue medium_cost;
static const CostValue free_space;
-- private method --
std::vector<uint8_t> get_test_data(const TestCostmap configuration);
uint8_t interpret_value(const int8_t value) const;
-- private data --
rclcpp::Node * node_;
nav2_msgs::msg::CostmapMetaData costmap_properties_;
std::vector<uint8_t> costs_;
bool trinary_costmap_;
bool track_unknown_space_;
int lethal_threshold_;
int unknown_cost_value_;
bool map_provided_;
bool using_test_map_;
}
}
@enduml | false | true | false | false | class |
3be0940b337bf226f82b47ac316b623dc3ff3b36 | 3719022897014e52297e0ab39b307408fb740107 | /src/main/java/de/shimunmatic/informationhub/informationhub.plantuml | e7c5a70903ff750ddd5aee7d2617f6fb3f6171b4 | [] | no_license | shimunmatic/information-hub | 2bcdf8ba83f06570aa7552827a961b231e561a8b | f13c39b3b44975236d114e0e628be4fa3c5703cb | refs/heads/master | 2021-03-16T20:30:19.407191 | 2020-11-22T18:05:43 | 2020-11-22T18:05:43 | 246,939,810 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 406 | plantuml | @startuml
title __INFORMATIONHUB's Class Diagram__\n
namespace de.shimunmatic.informationhub {
class de.shimunmatic.informationhub.InformationHubApplication {
{static} + main()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
a62949fa2a920dbd8768e4f0e4267113adaab8d2 | b703bdee43fd5a8043d93695d80a34b60f8b9421 | /src/diagrama.puml | 0b0b8ddf8584e0b6e216c621ef0faa4a863b5d53 | [] | no_license | LucasColler/sa-soilcorrection | 8d5a2b0604244e997b8389983697847c991cf3d3 | 6416263a1decc331e4effe48ce252918ff746b50 | refs/heads/main | 2023-08-28T17:01:00.824310 | 2021-10-10T18:04:06 | 2021-10-10T18:04:06 | 415,361,419 | 0 | 0 | null | 2021-10-09T16:24:32 | 2021-10-09T16:24:31 | null | UTF-8 | PlantUML | false | false | 1,143 | puml | @startuml
'https://plantuml.com/class-diagram
package modelo {
}
package visualizacao {
}
package controle {
package complemento{
package calcioMagnesio{
class CorrecaoCalcioMagnesio
enum FonteCalcioMagnesio
}
package fosforo{
class CorrecaoFosforo
enum FonteFosforo
}
package potassio{
class CorrecaoPotassio
enum FontePotassio
}
}
package nucleo{
package conversao{
interface Conversao
class ConverteCMolcDm3EmMgDm3
class ConverteKgHaEmK2O
class ConverteKgHaEmP2O5
class ConverteMgDm3EmKgHa
}
package correcao {
class EquilibrioCorrecaoCTC
interface ICorrecaoNutriente
interface ICorrecaoNutrienteQuantidadeAplicar
}
package nutriente {
interface IFonteNutriente
enum NomeNutrienteAdicional
class NutrienteAdicional
class NutrientesCTC
}
package solo {
enum TexturaSolo
}
}
}
@enduml | false | true | false | false | class |
c31dba1649cd401bc9a59350fb691760e5f1f712 | e10cac196aa29d7353b36e26c7bf65fa39c5763b | /docs/DG_Diagrams/RouteMapCommand/RouteMapCommand.puml | 49c439fa43ff37e3f212c5bf1f27ac563d484393 | [] | no_license | wamikamalik/tp | 174c866802ecc34139def88fa91c79d9c682c7bc | d6beb431ad97a6608bcdf8418f698c6faa779c61 | refs/heads/master | 2023-01-11T22:41:16.157009 | 2020-11-09T13:17:45 | 2020-11-09T13:17:45 | 299,304,875 | 1 | 0 | null | 2020-09-28T12:41:08 | 2020-09-28T12:41:07 | null | UTF-8 | PlantUML | false | false | 942 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
abstract class Command
Class RouteMapCommand{
-busCode: String
+executeCommand(): void
-selectAndPrintBusRoute(: String) : void
-checkBusCode(: String): void
}
Class Parser{
+extractType(): Boolean
}
Class BusData {
+{static} selectBus (:String) : Bus
}
Class CustomException {
-exception: ExceptionType
}
Class Bus {
-busNumber : String
}
enum BusStops {
PGP
KENTRIDGEMRTSTATION
...
COLLEGEGREEN
PGPR
+{static}FindBusStop(: String) : BusStops
}
Class Ui {
+{static} printFullRoute(:Bus) :void
+{static} getCommand(): String
}
enum ExceptionType {
MISSING_BUS_CODE
INVALID_BUS
INVALID_COMMAND
...
}
Command <|--right RouteMapCommand
Parser "1"<--down RouteMapCommand
RouteMapCommand ..right> BusData
BusData --> "*" Bus
Bus ..> BusStops
RouteMapCommand ..> CustomException :throws
Parser ..> CustomException :throws
RouteMapCommand ..> Ui
CustomException -> ExceptionType
@enduml | false | true | false | false | class |
986b7b90a6876b04429e6c56a5f903cf83cb98d2 | c452e4f63f50eca1ab44e5bb5fa557cbc5c93515 | /src/main/resources/ex45/ClassDiagrams/Pattern.puml | 565ae8f650742e8670181ed131996fa6138a90a1 | [] | no_license | mplekunov/Assignment_3 | b1ca62cde7a6a1dd495bdc8c52e34d494a8e947b | 81138b959274d3c8bf9586c0c4f6c164f6c84780 | refs/heads/master | 2023-05-31T12:28:19.214249 | 2021-06-21T00:40:42 | 2021-06-21T00:40:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 144 | puml | @startuml
'https://plantuml.com/class-diagram
class Pattern {
-Pattern()
+List<Pair<String, String>> convert(String pattern)
}
@enduml | false | true | false | false | class |
c54833f7d6acaa0ad08790fc7b40e76138dd6a3c | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Storage-Services/Raw-Storage/Physical.puml | 1bb0a7062bb249ec48ff59d161430a4adb8571bb | [] | 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 | 174 | puml | @startuml
package "Service-Stack/Storage-Services/Raw-Storage" {
component component1
component component2
interface i1
}
i1 - component1
component1 --> component2
@enduml
| false | true | false | false | class |
b27f6ed97e1af97a98f8db639b052afae3d2c56c | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /doc/PRO/UML/database-schema.puml | 09a3592869538a9ed50be661e4c3698c544e9963 | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 599 | puml | @startuml
object track
track : id: VARCHAR(50) <<PK>>
track : title: VARCHAR(50)
track : artist: VARCHAR(50)
track : album: VARCHAR(50)
track : length: INT
track : uri: VARCHAR(50)
track : date_added: TIMESTAMP
track : date_played: TIMESTAMP
object playlist_track <<relation binaire N à N>>
playlist_track : playlist_id: INT <<PK>>
playlist_track : track_id: VARCHAR(50) <<PK>>
playlist_track : votes: INT
object playlist
playlist : name: VARCHAR(50)
playlist : date_added: TIMESTAMP
playlist : date_played: TIMESTAMP
track "1" - "*" playlist_track
playlist_track "*" - "1" playlist
@enduml
| false | true | true | false | class |
143045aa9d486e76619ef8d3428c13277b1da0b8 | 01beed8e16046a3d467b325fbe6324dd30d834c8 | /Docs/Ex45.puml | eafca3126979941856f2ce141db353f63d000876 | [] | no_license | Harsha-Aith/aitharaju-cop3330-assignment3 | ca37fd913f8caf6a40e4978a0903463f424596b8 | 74ad863c5baa47af294d9d524ea64d1d83b4e6b5 | refs/heads/master | 2023-06-03T22:27:23.908018 | 2021-06-21T04:00:21 | 2021-06-21T04:00:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 370 | puml | @startuml
'https://plantuml.com/class-diagram
class ex45Sol{
Object SortEmployeeInfo
-List<EmployeesInfo>
}
ex42Sol<|--Replace
class Replace{
.. Method - Reading Employees from Input File..
+readFile(String file) throws FileNotFoundException: String
.. Method - Write names onto output file..
+write(String phrase, String filename) throws IOException: void
}
@enduml | false | true | false | false | class |
43f6b170d8e9d4dd0890b8d099d7a16fd1486785 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextSelector_A.puml | 3371ade48cbaa624a0a7a5b517c88c51b6fc849a | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 328 | puml | @startuml
class TMP_TextSelector_A {
Awake() : void
LateUpdate() : void
+ OnPointerEnter(eventData:PointerEventData) : void
+ OnPointerExit(eventData:PointerEventData) : void
}
MonoBehaviour <|-- TMP_TextSelector_A
IPointerEnterHandler <|-- TMP_TextSelector_A
IPointerExitHandler <|-- TMP_TextSelector_A
@enduml
| false | true | false | false | class |
273f66771a7ebb87fa593ef15e702d7e273f0261 | e8cf9eed6cae8ea73ab351569e11bd51911978d7 | /class/mbtcp.puml | d83ea9f76e739d4b0aff7c4f7f2840eb991a4f46 | [] | no_license | taka-wang/puml | 053fda892e308d2665f39b890f160b2bd1c1bb68 | 83550caca65a5c674912733d230dbee57332f7e5 | refs/heads/master | 2020-04-06T07:07:13.978009 | 2016-09-08T02:21:26 | 2016-09-08T02:21:26 | 64,835,131 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 948 | puml | @startuml
set namespaceSeparator /
skinparam classAttributeIconSize 0
class psmb/tcp/Service {
+HandleRequest(cmd string, r interface{}) error
+HandleResponse(cmd string, r interface{}) error
+ParseRequest(msg []string) (interface{}, error)
+ParseResponse(msg []string) (interface{}, error)
+Start()
+Stop()
+Task(socket *zmq.Socket, req interface{})
~addToHistory(name string, data interface{})
~applyFilter(name string, data interface{}) bool
~startZMQ()
~stopZMQ()
~naiveResponder(cmd string, resp interface{}) error
}
interface psmb/IProactiveService {
+HandleRequest(cmd string, r interface{}) error
+HandleResponse(cmd string, r interface{}) error
+ParseRequest(msg []string) (interface{}, error)
+ParseResponse(msg []string) (interface{}, error)
+Start()
+Stop()
}
"psmb/IProactiveService" <|. "psmb/tcp/Service"
caption @taka-wang
hide interface fields
@enduml | false | true | false | false | class |
e1e25a5084cd5f5b4e3f7a0e0cff316f32eb9929 | 47d38f19a7513330efd601831961f24470ea438c | /system.puml | 06c170b34aa86049d55f5a21f64c988223eecb3e | [
"Apache-2.0"
] | permissive | wik8wz/grantMaster | 87cdf2c80ee879e33b7d7cf70468e1ff67b498b5 | cddc856ec4ec405ad9ffb2715d5c8c9ad64a4658 | refs/heads/master | 2020-06-09T19:25:41.069938 | 2016-06-24T20:47:37 | 2016-06-24T20:47:37 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 715 | puml | @startuml
actor "App user" as appUser
actor admin
node "keycloak server" as keycloakServer {
component gui as keycloakGui
component rest as keycloakRest
database keycloak_db
}
node "administration tool" as adminTool {
component gui as adminGui
component rest as adminRest
database admin_db
}
node "example app" as exampleApp {
component gui as exampleGui
component rest as exampleRest
component auth_rest as exampleAuthRest
}
admin -- adminGui
appUser -- exampleGui
keycloakRest -- keycloak_db
adminRest -- admin_db
adminGui -right- adminRest
adminRest - keycloakRest
adminTool .. keycloakServer: use
exampleApp .. keycloakServer: use
adminRest - exampleAuthRest
@enduml
| false | true | false | false | sequence |
4072caa6d9dfb9af359e7d19f4db5bde47a85d7c | d046d1d89b21d4e30f6ca382c15de6da3941395e | /uml/logic-view/architecture/controllers.puml | afc6c65bb497ede81c61c1490aa37f082803d82a | [] | no_license | hombrenieve/klondike_rup | fff8cbc09e8b2a647b6f4c71111960b2a8fe3714 | cb8e1bbcb24d0750dd93f6048ed840d7552dc145 | refs/heads/master | 2020-06-04T02:15:00.755154 | 2019-06-17T09:59:09 | 2019-06-17T09:59:09 | 191,829,982 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,287 | puml | @startuml
package "Controllers" #DDDDDD {
package "Movement" #F7F3F3 {
class Move
class Deck_to_Discarded << movement >>
class Discarded_to_Deck << movement >>
class Discarded_to_Work << movement >>
class Discarded_to_Target << movement >>
class Work_to_Discarded << movement >>
class Work_to_Work << movement >>
class Work_to_Target << movement >>
class Target_to_Work << movement >>
Deck_to_Discarded -up-|> Move
Discarded_to_Deck -up-|> Move
Discarded_to_Work -up-|> Move
Discarded_to_Target -up-|> Move
Work_to_Discarded -up-|> Move
Work_to_Work -up-|> Move
Work_to_Target -up-|> Move
Target_to_Work -up-|> Move
}
package "Game" #F7F3F3 {
class Start << management >>
class Exit << management >>
class Create << management >>
class Save << management >>
class Delete << management >>
class Open << management >>
class Close << management >>
class Undo << management >>
class Redo << management >>
class Demo << management >>
class Show << management >>
}
' Just for layout pourposes
Start -[hidden]up-> Work_to_Discarded
}
@enduml | false | true | false | false | class |
fccd5b3b978bba95bb43dc99b585a89f15d94252 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/payment-upon-iot@0.0.1.puml | 0390b41fca6df0d9417c9c3cad65ff04f6e48e3e | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 688 | puml | @startuml
class org.accordproject.payment.iot.CounterState << (A,green) >> {
+ ContractLifecycleStatus status
+ Integer counter
+ Integer paymentCount
}
org.accordproject.payment.iot.CounterState --|> org.accordproject.cicero.contract.AccordContractState
class org.accordproject.payment.iot.ContractLifecycleStatus << (E,grey) >> {
+ INITIALIZED
+ RUNNING
+ COMPLETED
}
class org.accordproject.payment.iot.PaymentUponButtonContract << (A,green) >> {
+ AccordParty buyer
+ AccordParty seller
+ MonetaryAmount amount
+ Integer paymentCount
}
org.accordproject.payment.iot.PaymentUponButtonContract --|> org.accordproject.cicero.contract.AccordContract
@enduml
| false | true | false | false | class |
c5b47c62ebc2d6561c898a589d4175a8ac8e3244 | 2722e2df37573602bc2880f3e7548e367b8eac5c | /doc/dbms-dependencies-refactored.puml | 218a4a27bc6604585da516ecaf3d0743b52a12b2 | [] | no_license | elsand/vefa-srest | 0a3ee841ade6140c0fb8fa15a0f97da65582978a | dfeb8f84b4ccc3cc7d3f48a057c0a73a42b81193 | refs/heads/master | 2020-03-30T16:07:19.687516 | 2018-10-04T08:42:25 | 2018-10-04T08:44:36 | 151,394,022 | 0 | 0 | null | 2018-10-03T10:11:35 | 2018-10-03T10:11:35 | null | UTF-8 | PlantUML | false | false | 2,017 | puml | @startuml
Title Refactored persistence and sql schema stuff to prevent circular dependencies
left to right direction
skinparam componentStyle uml2
package "Oxalis" <<GitHub repo>> {
component "oxalis-inbound" as oxalis_inbound <<webapp (war)>>
component "oxalis-api" as oxalis_api <<jar>>
component "oxalis-sql" as oxalis_sql <<jar>> {
rectangle "raw-stats-*.sql" as raw_stats_script <<SQL schema>>
rectangle JdbcHelper <<Class>>
rectangle RawStatisticsRepositoryXxxxImpl <<Class>>
rectangle RawStatisticsRepositoryFactoryJdbcImpl <<Class>>
RawStatisticsRepositoryFactoryJdbcImpl ..> RawStatisticsRepositoryXxxxImpl
RawStatisticsRepositoryXxxxImpl .> raw_stats_script
}
component "oxalis-jdbcp-dbcp" as oxalis_jdbc_dbcp <<jar>>
component "oxalis-jdbcp-jndi" as oxalis_jdbc_jndi <<jar>>
component "oxalis-outbound" as oxalis_outbound <<jar>>
component "oxalis-commons" as oxalis_commons <<jar>>
oxalis_jdbc_dbcp ..|> oxalis_api
oxalis_inbound ..|> oxalis_api
oxalis_inbound ..> oxalis_sql
}
package "Ringo" <<GiHub repo>> {
component "ringo-server" as ringo_server <<webapp (war)>>{
rectangle "monthlyReport.sql" as monthly_report_script <<SQL schema>>
rectangle ReportRepositoryImpl
ReportRepositoryImpl .> monthly_report_script
}
ringo_server ..> oxalis_api
ringo_server ..> oxalis_outbound
ringo_server ..> oxalis_commons
ringo_server ..> oxalis_persistence_api
}
package "oxalis-persistence" <<Github Repo>> {
component "oxalis-persistence-api" as oxalis_persistence_api {
rectangle XxxxxRepositoryFactoryImpl
}
component "oxalis-persistence-h2" {
rectangle "create-dbms-h2.sql"
}
component "oxalis-persistence-mysql" {
rectangle "create-dbms-mysql.sql"
}
component "oxalis-persistence-sql-server" {
rectangle "create-dbms-sql-server.sql"
}
}
oxalis_inbound ..> oxalis_persistence_api : <<dynamic, runtime>>
@enduml | false | true | false | false | class |
e5dd9b0a93ec8b15ec8f5c4a2bc1470d6b418dab | 89634bb006a9df141b85b9d653ed3f9036cebe42 | /src/Docs/Resources/deprecated/2-internals/1-core/10-erd/_puml/erd-shopware-core-content-importexport.puml | f9092688a72275572193cad5105bb8bae6ff02ef | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | 8mylez/platform | a3290e4e2294dd9d21def95a90c28951084c3a93 | 14c3bc69c720e82f0d5e4ffc70af5ded2e13efc9 | refs/heads/master | 2021-01-13T23:30:54.500566 | 2020-09-18T07:06:25 | 2020-09-18T07:06:25 | 296,546,535 | 1 | 1 | MIT | 2020-09-18T07:27:12 | 2020-09-18T07:27:11 | null | UTF-8 | PlantUML | false | false | 2,424 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreContentImportExportImportExportProfileDefinition, "import_export_profile\n(File profile definition)") {
primary_key(id) id
not_null(name) string
systemDefault bool
not_null(sourceEntity) string
not_null(fileType) string
delimiter string
enclosure string
mapping json
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition, "import_export_log\n(Change log)") {
primary_key(id) id
not_null(activity) string
not_null(state) string
not_null(records) int
userId foreignKey
profileId foreignKey
fileId foreignKey
username string
profileName string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentImportExportAggregateImportExportFileImportExportFileDefinition, "import_export_file\n(Import/Export file)") {
primary_key(id) id
not_null(originalName) string
not_null(path) string
not_null(expireDate) dateTime
size int
not_null(createdAt) createdAt
not_null(accessToken) string
not_null(updatedAt) updatedAt
}
ForeignTable(ShopwareCoreSystemUserUserDefinition, "user") {
}
' relationshipd
ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition --> ShopwareCoreContentImportExportImportExportProfileDefinition
ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreContentImportExportAggregateImportExportFileImportExportFileDefinition --> ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition
@enduml
| false | true | false | false | uml-unknown |
53e0cf3e4c82e33437a9b763c48d4ac858b2ea72 | 7055cb589a8eb9a9c6c9932af2029c7f2d26afd9 | /src/ArtexSaviorUML.puml | 9a3d3f5689b7e6549ef534cda83b4f92d573e154 | [] | no_license | VitorPeixoto/ArtexSavior | 89311cb14f5d66893f1806c1f4c96ddee2cf3f10 | dc225ae51827e19cbf010fe039f5d58cea6474f7 | refs/heads/master | 2020-04-14T05:42:28.612695 | 2017-07-31T00:09:50 | 2017-07-31T00:09:50 | 18,902,240 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,580 | puml | @startuml
annotation java.lang.Override
class artexsavior.Coordinate
class artexsavior.Enemy
class artexsavior.Entity
class artexsavior.EntityList
class artexsavior.EntityMap
class artexsavior.Friend
class artexsavior.Hero
class artexsavior.Main
class artexsavior.MapController
class artexsavior.MovesController
class artexsavior.NPC
class artexsavior.Wall
class java.awt.Color
class java.awt.Graphics
class java.awt.Image
class java.awt.event.KeyEvent
class java.awt.event.KeyListener
class java.util.ArrayList
class java.util.Collections
class java.util.logging.Level
class java.util.logging.Logger
class javax.swing.JComponent
class javax.swing.JFrame
enum artexsavior.EntityMoveType
enum artexsavior.EntityType
artexsavior.Enemy --|> artexsavior.Entity
artexsavior.Entity ..> java.awt.Graphics
artexsavior.Entity ..> java.awt.Image
artexsavior.Entity ..> java.util.logging.Level
artexsavior.Entity ..> java.util.logging.Logger
artexsavior.Entity --|> javax.swing.JComponent
artexsavior.EntityList --|> java.util.ArrayList
artexsavior.EntityMap ..> java.util.ArrayList
artexsavior.Friend --|> artexsavior.Entity
artexsavior.Hero ..> java.lang.Override
artexsavior.Hero --|> artexsavior.Entity
artexsavior.Hero ..> java.awt.event.KeyEvent
artexsavior.Hero ..> java.awt.event.KeyListener
artexsavior.Main ..> javax.swing.JFrame
artexsavior.MovesController ..> java.awt.event.KeyEvent
artexsavior.MovesController ..> java.util.ArrayList
artexsavior.MovesController ..> java.util.Collections
artexsavior.NPC --|> artexsavior.Entity
artexsavior.EntityType ..> java.awt.Color
@enduml | false | true | false | false | class |
f8c601648115f5ccbaf2636073d6770b28bc1401 | 6a17299336df32fe51b95d0e3180b8d2ffa137c6 | /coroutineapp/endpoint-with-parallel-calls.puml | 1a4475115dff12e565a799872e25bb155d2338a5 | [] | no_license | mmoraesbr/kotlin-coroutine-benchmark | 28589f365b8a19be56547b9930740652e0056247 | 79ab705df38c3318cca788c3046e7e5ca543e343 | refs/heads/master | 2022-12-21T14:47:47.166918 | 2020-09-10T13:02:58 | 2020-09-10T13:02:58 | 270,724,301 | 3 | 1 | null | 2020-09-10T13:02:59 | 2020-06-08T15:40:25 | Kotlin | UTF-8 | PlantUML | false | false | 368 | puml | @startuml
Client -> SomeResource: /executeAsync
SomeResource -> Service: executeAsync()
Service -// ExternalService: callA
Service -// ExternalService: callB
Service -// ExternalService: callC
create Result
Service -> Result: new(resultA, resultB, resultC)
Service -> MongoRepository: save(result)
Service --> SomeResource: result
SomeResource --> Client: json
@enduml | false | true | false | false | sequence |
23570f69f0e6d0503d8c1b0f1d8a30fcbf2d639b | d60a66fce2930477f9306e2363141769f5129ec5 | /SprintC/US4/US04-MD.puml | ff51b0b3841020182f2a672fc4fa4303548174a2 | [] | no_license | tiagooandre/ISEP-ESOFT | 379580ebfdfe2c96d658195d8e29ebd19b0053c5 | 08d3c658671aa4ecc4974b9e99356f2f1779e8e2 | refs/heads/master | 2023-05-27T23:35:22.859736 | 2021-06-20T17:11:47 | 2021-06-20T17:11:47 | 378,697,550 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,320 | puml | @startuml
title Relationships - Class Diagram
class Employee{
int employeeID;
String organizationRole;
String name;
String adress;
int phoneNumber;
int codeSOC;
}
class Receptionist{
}
class Company {
String designation;
}
class Test {
String code;
String NHSCode;
String testResult
String dateSample;
String timeSmaple;
String dateChemAnalysis;
String timeChemAnalysis;
String dateDiagnosis;
String timeDiagnosis;
String dateValidTest;
String timeValidTest
}
class TestType {
String designation;
String code;
String collectingMethods;
}
class Parameter{
String designation;
String code
}
class ParameterCategory{
String code;
String designation;
String NHSID;
}
class Client{
String citizenCardNumber;
String numberNHS;
String numberTIN;
String birthDate;
String sex;
String phoneNumber;
String name
}
Employee <|-- Receptionist
Company "1" -- "*" Test: performs >
Company "1" -- "+" Employee: has >
Receptionist "1" -- "*" Test: registers a >
Test "1" -- "1" TestType: is of >
Test "*" -- "1" Client: does a <
Test "*" -- "1" Client: requested by >
TestType "1" -- "1,*" ParameterCategory: measured by >
ParameterCategory "1" -- "*" Parameter: presented under <
@enduml | false | true | false | false | class |
c28c6a11767b7567cc35eecd51c3eb3d88d7fe97 | 99040b0eb9a60c4149ee7c0a71073285f51aeaa6 | /UmlDiagrams/u08a01_c.puml | d8b3fd9ef07dd23eb1dc9cf2983043f1983c11c7 | [] | no_license | marouanetayab/Parkhaus | ab14ec04fe32a5406c3f996b83e195a9a0abaa8d | cf4e25e3d752404d745fbd22283ac3b25a1e0ff1 | refs/heads/master | 2021-09-05T05:46:07.060964 | 2018-01-24T14:55:33 | 2018-01-24T14:55:33 | 107,417,551 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 578 | puml | @startuml
title __Dritte Normalform (3ONF)__
skinparam classAttributeIconSize 0
class Abo{
-Beginn: long
-Gebuehr: long
-Art: int
}
class Kunde{
-Adresse: String
-Firma: boolean
+buyAbo(): void
+parkeAuto(): void
}
class ParkAuto {
-parkGebuehr: int
-bezahlArt: int
+bezahlen(): boolean
}
class ParkTimeInfo{
-parkBeginn: long
-parkEnde: long
-parkDauer: int
}
class Auto{
-KfzKennzeichen: String
}
class Parkplatz{
-Nummer: int
}
ParkAuto -right-> Parkplatz
ParkAuto -down-> ParkTimeInfo
Kunde -- ParkAuto
Kunde -right-> Abo
Kunde -left-> Auto
Abo -down-> Parkplatz
@enduml | false | true | false | false | class |
6f746192d0eeb2bc56abfe06266b33647ebb5923 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Security/Deployment.puml | 261458a835a6045d193b5ec49a011b43244dd68f | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 311 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "Security" #lightblue {
folder bin #ffffff {
file binName
}
folder Services #ffffff {
file uservice
}
node micro
node sailsjs
database DB1
sailsjs -- DB1
bin .. sailsjs
Services .. micro
micro -- DB1
sailsjs -> micro
}
| false | true | false | false | sequence |
d1e70dee5a4478eadad9940219a6a99b814739e8 | d10503f47377addd953c47db621947c28060f809 | /Iterator/uml/ClassDiagram.puml | 71387db80447e71e85cd5e6b746469c2cacf3efb | [
"MS-PL"
] | permissive | BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML | a0c93981e4924ded0b1db50b296d48c0155f376e | dd5fbb54da0daf0fa8ecb7184af9baecaf508d85 | refs/heads/master | 2021-01-17T23:11:04.570954 | 2015-03-18T20:17:21 | 2015-03-18T20:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 822 | puml | @startuml
title Iterator
class IteratorMain{
+ void {static} main(String[] args)
}
interface Iterator{
+ void first()
+ void next()
+ boolean isDone()
+ Object currentItem()
}
interface Iterable{
+ Iterator createIterator()
}
class Destinations{
- ArrayList<String> destinations
+ void add(String value)
+ Iterator createIterator()
}
class DestinationsIterator{
- ArrayList<String> destinations
- int position
+ DestinationsIterator(ArrayList<String> destinations)
+ void first()
+ void next()
+ boolean isDone()
+ Object currentItem()
}
Iterable <|-- Destinations
Iterator <|-- DestinationsIterator
DestinationsIterator <.right. Destinations
Iterator <-right- IteratorMain
Iterable <-left- IteratorMain
Destinations <-left- DestinationsIterator
@enduml | false | true | false | false | class |
c499e6e08bc7a60b4780adb57c1f0c8f05892a4a | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ReviewSetCustomTypeAction.puml | 940ed811f034bbca38e3741336357bf4abb8010f | [] | 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 | 536 | 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 ReviewSetCustomTypeAction [[ReviewSetCustomTypeAction.svg]] extends ReviewUpdateAction {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface ReviewUpdateAction [[ReviewUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
732f663ea52c841ae716411f34f1266d89f40a90 | a66cca50ee6c4268e7281ddf39b3497e55db3a8f | /exercise44/docs/exercise44diagram.puml | 399b9cabc670c70309b3fdcf86cd9afe82c6f4f7 | [] | no_license | RadoMiami-UCF/guthre-a04 | a5c37dd16ab2dd675f059fe2a97a9a4877e80a1a | 9283cdd5886878168329a4b5716cae76ec0d3c1e | refs/heads/main | 2023-08-19T16:56:56.477880 | 2021-10-18T01:40:53 | 2021-10-18T01:40:53 | 413,993,770 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 670 | puml | @startuml
Solution44 o-- Product
Solution44 o-- ProductSearcher
Solution44 o-- JsonParser
JsonParser o-- ProductList
class Solution44 {
-{static} final Scanner in
-{static} final String DEFAULT_JSON_PATH
-ArrayList<Product> productList
-final ProductSearcher productSearcher
-final JsonParser jsonParser
+void main()
}
class JsonParser {
-final ProductList products
-final Path pathToJson
+List<Product> readJson()
}
class ProductSearcher {
-final List<Product> productList
+boolean searchProducts(String searchString)
}
class ProductList {
-final List<Product> products;
+List<Product> getList()
}
class Product {
+String name
+double price
+int quantity
}
@enduml | false | true | false | false | class |
8d997bb8e6ad83c4f71dd12b27fa612124429945 | 5d49f8a8bde74e9386784c7c78f24123b3b62ba0 | /src/main/java/br/com/ifsp/lds/controller/App.puml | 77d03a7bd069c8acd03896c4dd76212bfba2efeb | [] | no_license | joseguilhermeromano/UFABC | 42e9fc032853ac0b4afa1b04623cef7d7428486b | a31d89983d146bf97c9358ffd6855650b32707f2 | refs/heads/master | 2020-03-29T15:11:03.001134 | 2016-10-15T19:46:39 | 2016-10-15T19:46:39 | 150,047,881 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 267 | puml | @startuml
class App {
-segments:String[]
-classe:String
-metodo:String
+App(req:HttpServletRequest)
-setClasse():void
-formataNomeClasse():void
-setMetodo():void
+getMetodo():String
+getClasse():String
}
@enduml | false | true | false | false | class |
1645dba5f91a11913bd1c361b17487d1664f9882 | 60021c283c606cea7e5e042c6749ad211a97da66 | /uml/ClassDiagram_Inventory.puml | 09b4731ef1c6053c25766caa0c5620d4696bdc18 | [] | no_license | polvnco/polanco-1520-a5 | 2ad6883f5fea42873339aceef99c55311a843155 | 7aae326766d785789f791550fb8bf9bb68eb6223 | refs/heads/master | 2023-06-21T23:48:35.232019 | 2021-07-28T22:57:41 | 2021-07-28T22:57:41 | 387,623,261 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,677 | puml | @startuml
!define DARKRED
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
class InventoryController {
~ c : checkered
+ dataList : ObservableList<Table>
~ serial : String
~ value : Float
~ name : String
+ saveJSONBtn : Button
+ saveHTMLBtn : Button
+ saveBtn : Button
+ openBtn : Button
+ addRow : Button
+ root : Pane
+ nameColumn : TableColumn<Object, String>
+ sNumberColumn : TableColumn<Object,String>
+ valueColumn : TableColumn<Object, String>
+ tableView : TableView<Table>
+ filterBar : TextField
+ textFieldName : TextField
+ textFieldsNumber : TextField
+ textFieldValue : TextField
+ valueError : Label
+ serialError : Label
+ nameError : Label
--
+ initialize (location : URL, resources : ResourceBundle) : void
+ lengthOfDataList () : int
+ checkValue () : boolean
+ getValue () : String
+ checkName () : boolean
+ checkSerial () : boolean
+ addButton (actionEvent : ActionEvent) : void
+ deleteButtonAction (event : ActionEvent) : void
+ openButtonAction (event : ActionEvent) : void
+ saveTSVButtonAction (event : ActionEvent) : void
+ saveHTMLButtonAction (event : ActionEvent) : void
+ saveJSONButtonAction (event : ActionEvent) : void
}
class checker {
+ isDigit (value : String) : boolean
+ isDigitAlpha (serial : String) : boolean
}
class inventoryGUI {
+ start (primaryStage : Stage) : void
+ main (args : String[]) : void
}
class InventoryControllerTest {
~ inventory : InventoryController
--
+ start (stage : Stage) : void
~ testValueInput (bot : FxRobot) : void
~ testSerialNumberInput (bot : FxRobot) : void
~ testSerialNumberInput_isAlphanumeric (bot : FxRobot) : void
~ testSerialNumberInput_isEmpty (bot : FxRobot) : void
~ testSerialNumberDuplicationInput (bot : FxRobot) : void
~ testNameInput (bot : FxRobot) : void
~ testLess_Than_Two_Characters (bot : FxRobot) : void
~ testMore_Than_256_Characters (bot : FxRobot) : void
~ add100Items (bot : FxRobot) : void
}
class Table {
# name : SimpleStringProperty
# serial : SimpleStringProperty
# value : SimpleStringProperty
--
+ Table (value : String, serial : String, name : String)
+ getValue () : String
+ valueProperty () : SimpleStringProperty
+ getSerial () : String
+ serialProperty () : SimpleStringProperty
+ getName () : String
+ nameProperty () : SimpleStringProperty
}
InventoryControllerTest <- InventoryController
javafx.Application <|- inventoryGUI
checker -> InventoryController
@enduml | false | true | false | false | class |
c5023aa38d9f066d3e1992ce8343eff1ca671113 | 326f0532299d6efcaec59d5a2cc95c31d9af9ef2 | /src/com/atguigu/prototype/prototype.plantuml | fbcd71f4bc89fc17eaaf72cdcdb020e8a930d7e3 | [] | no_license | srefp/design_pattern | 4b45ceb0808a8ae98a007bc5b0e01825693dcf7b | b7ff2d80172c55848b8f59530da6ccca477dfd24 | refs/heads/main | 2023-01-19T06:12:14.495913 | 2020-11-24T08:48:53 | 2020-11-24T08:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 684 | plantuml | @startuml
title __PROTOTYPE's Class Diagram__\n
namespace com.atguigu.prototype {
class com.atguigu.prototype.Client {
{static} + main()
}
}
namespace com.atguigu.prototype {
class com.atguigu.prototype.Sheep {
- age : int
- color : String
- name : String
+ Sheep()
+ getAge()
+ getColor()
+ getName()
+ setAge()
+ setColor()
+ setName()
+ toString()
}
}
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 |
644f322bdecfa59bfe15550a4c258b63c4936a4b | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/QuoteUpdate.puml | 2fc35968ca05c0d135a660626abf51e18315e1a5 | [] | 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 | 351 | 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 QuoteUpdate [[QuoteUpdate.svg]] {
version: Long
actions: [[QuoteUpdateAction.svg List<QuoteUpdateAction>]]
}
@enduml
| false | true | false | false | class |
7503d058586baba73e899862a96bb276920e6933 | 5eefa5b832f98a2890f6253b349f53ec75bbc6d0 | /tests/net.sourceforge.plantuml.ecore.tests/model/sample.xmi.plantuml | 3dcb896da846ef7c1b28b0abfc661e0e6954b490 | [] | no_license | hallvard/plantuml | 46d21a7b9ec3293ef17e5df9f8d5aca6c3502eb4 | 903a99cf2ddcd8d3f15a94651f519e4539a64428 | refs/heads/master | 2023-07-28T15:35:59.470916 | 2023-07-19T13:17:47 | 2023-07-19T13:26:29 | 1,220,963 | 216 | 61 | null | 2023-04-19T12:20:08 | 2011-01-04T21:53:29 | Java | UTF-8 | PlantUML | false | false | 694 | plantuml | @startuml
object "~#1: Library" as o1 {
}
url of o1 is [[marker:/org.eclipse.emf.ecore.diagnostic/ecoreeditortest/model/sample.xmi?uri=platform:/resource/ecoreeditortest/model/sample.xmi%23/]]
object "~#2: Book" as o2 {
name = "Sult"
kind = Novel
}
url of o2 is [[marker:/org.eclipse.emf.ecore.diagnostic/ecoreeditortest/model/sample.xmi?uri=platform:/resource/ecoreeditortest/model/sample.xmi%23//@books.0]]
object "~#3: Author" as o3 {
name = "Knut Hamsun"
}
url of o3 is [[marker:/org.eclipse.emf.ecore.diagnostic/ecoreeditortest/model/sample.xmi?uri=platform:/resource/ecoreeditortest/model/sample.xmi%23//@authors.0]]
o1 *-- "books" o2
o1 *-- "authors" o3
o2 --> "author" o3
@enduml
| false | true | false | false | class |
2e5effa56f7684b70fba18b1f8b5c8f507336431 | 1ceb04012f8773175268bf6bb361a5236b0b81b3 | /info202_project/diagrams/ViewProductCustomer.puml | dd98e5134e7b55e94db6f3d7cf01c47325eb8871 | [] | no_license | seuwand-tee/Shopping-System | bb0ef7e9de81a9a76e99d513fa537b4f7bce2b02 | 4cda0aeee9cae9e933611b65ad48550e60b6ef69 | refs/heads/master | 2022-12-25T21:36:12.954240 | 2020-10-14T00:48:12 | 2020-10-14T00:48:12 | 303,866,880 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 886 | puml | @startuml
skinparam {
Style StrictUML
SequenceStereotype {
Font {
Size 10
Style plain
}
}
}
actor "User" as user
participant "Products" as product <<html>>
participant "ProductController: Shopping" as prodCtrl <<AngularJS>>
participant ":productAPI" as productAPI <<$resource>>
participant "Server" as server <<Jooby>>
participant "ProductModule" as productModule <<Jooby>>
participant "ProductJdbcDAO" as ProductJdbcDAO <<dao>>
user -> product++ : clicks the "View Product" button
product -> prodCtrl++ : <<construct>>
prodCtrl -> productAPI++ : query()
productAPI -> server++ : http get /API/Products
server -> productModule++ : get("/api/products")
productModule -> ProductJdbcDAO++ : getProduct()
return products (java)
return products (java)
return products (Json)
return products (Javascript)
return update Page
return Products Displayed
@enduml
| false | true | false | false | usecase |
1ba0ce368cfedb7c1fed6b1259846103845809b1 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Deployment.puml | 4c1ebd7e5ad6f823278fb2fa3dcd8091e9983ce9 | [] | 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 | 844 | puml | @startuml
rectangle <size:32>ADC</size> #dddddd {
storage "Automobile 1" as Car1 #ffffaa
storage "Automobile 2" as Car2 #ffffaa
cloud "Private\nGeo 1" as Cloud1 #lightblue {
node "Connection Services" as CS #ffffff
node "Cloud Connected Car" as C3 #ffffff
C3 - CS
database "Raw" #ffffff
database "Secondary" #ffffff
C3 -- Raw
C3 - Secondary
Secondary -- CS
}
cloud "Private\nGeo 2" as Cloud2 #lightblue {
}
cloud "Private\nGeo 3" as Cloud3 #lightblue {
}
cloud "Public\nGeo 1" as PG1 #lightgreen {
node "API Gateway" as AG #ffffff
}
CS --> AG
node "Federated Cloud" as FC #ffffff
artifact "Alert System\nGeo 1" as AS1 #pink
artifact "3rd Party Apps" as PA3 #pink
Car1 --- C3
AG -- PA3
CS ---> AS1
Car2 --- Cloud2
FC -- Cloud1
FC -- Cloud2
FC -- Cloud3
}
@enduml
| false | true | false | false | sequence |
f6627b77202e44cd0c5701d50dbadcb9a1daa663 | 89cc1f7fd46e4c499df86203d424758b01b976be | /doc/diagrams/class_diagram_Response.puml | 61622b6d1fc1eeed2017f4fca37bdda5ffeab63c | [
"MIT"
] | permissive | Daniel-W-Innes/SYSC3303-A3 | 5c5f71c79994d81f609ba85325469bcdcaaf7be9 | a3e5546d78b470fa6a5810a84d6b58cf3a39fe73 | refs/heads/main | 2023-03-16T12:40:16.635422 | 2021-03-07T17:58:31 | 2021-03-07T17:58:31 | 345,415,837 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 296 | puml | @startuml
'https://plantuml.com/class-diagram
class model.Response{
- boolean read
+ Response(boolean read)
+ byte[] getEncoded()
+ void writeObject(ObjectOutputStream out)
+ void readObject(ObjectInputStream in)
+ String toString()
+ boolean equals(Object o)
+ int hashCode()
}
@enduml | false | true | false | false | class |
ca5e675811b652d58877e71e084028801c6593ab | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderDiscountCodeRemovedMessage.puml | b88db51812c1a790d533f8eb35eecaa355716a89 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,228 | 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 OrderDiscountCodeRemovedMessage [[OrderDiscountCodeRemovedMessage.svg]] extends OrderMessage {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
discountCode: [[DiscountCodeReference.svg DiscountCodeReference]]
}
interface OrderMessage [[OrderMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
| false | true | false | false | class |
dfb9e7eaa341cc8393990d2775bf9bdedbd099e2 | 9ce3a7a96439298aaf49a86e1cdd569af1270fb8 | /src/mobilefactory/mobilefactory.plantuml | 9afccf2307f62b004abb829f506c9d9a616b13ba | [] | no_license | junghun133/AbstractFactoryPattern | 1e5dc76731505481f2332b9d271601994d5cc648 | 15b239af9357df521f25b262416c2d648b5fd7ff | refs/heads/master | 2020-12-30T02:18:48.216260 | 2020-02-07T02:33:12 | 2020-02-07T02:33:12 | 238,828,357 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,163 | plantuml | @startuml
title __MOBILEFACTORY's Class Diagram__\n
namespace mobilefactory {
class mobilefactory.IOSMobileFactory {
+ createAntenna()
+ createBattery()
+ createCamera()
+ createOSSoftware()
}
}
namespace mobilefactory {
abstract class mobilefactory.MobilePhone {
+ osSoftwares : OSSoftware[]
{abstract} + producing()
}
}
namespace mobilefactory {
interface mobilefactory.MobilePhoneFactory {
{abstract} + createAntenna()
{abstract} + createBattery()
{abstract} + createCamera()
{abstract} + createOSSoftware()
}
}
namespace mobilefactory {
interface mobilefactory.ModelInformation {
}
}
namespace mobilefactory {
enum IOSModel {
IPhone11
IPhone11Pro
}
}
namespace mobilefactory {
enum SamsungModel {
Note10
Note8
Note9
}
}
namespace mobilefactory {
class mobilefactory.SamsungMobileFactory {
+ createAntenna()
+ createBattery()
+ createCamera()
+ createOSSoftware()
}
}
namespace mobilefactory {
class mobilefactory.VietnamFactory {
~ createMobilePhone()
- AppleVietnamFactory()
- SamsungVietnamFactory()
}
}
mobilefactory.IOSMobileFactory .up.|> mobilefactory.MobilePhoneFactory
mobilefactory.MobilePhone o-- mobilefactory.mobileComponent.Antenna : antenna
mobilefactory.MobilePhone o-- mobilefactory.mobileComponent.Battery : battery
mobilefactory.MobilePhone o-- mobilefactory.mobileComponent.Camera : camera
mobilefactory.MobilePhone o-- mobilefactory.mobileComponent.ModelDetailInformation : modelInformation
mobilefactory.ModelInformation +-down- mobilefactory.ModelInformation.IOSModel
mobilefactory.ModelInformation +-down- mobilefactory.ModelInformation.SamsungModel
mobilefactory.SamsungMobileFactory .up.|> mobilefactory.MobilePhoneFactory
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 |
15340bcd137f19ee2b9b080d06faaa82abf16c8e | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /06classdiagram/02_classdiagram_ relations02.puml | 5aed75979ac06664b9b65a4fd2612de138b31880 | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 536 | puml | '
'ClassDiagrams: Relations between classes
'Relations between classes are defined using the following symbols :
'Extension: <|--
'Composition: *--
'Aggregation: o--
'Composition Association: ..
'Extension Association: --
'Drawing
'It is possible to replace -- by .. to have a dotted line for associations:
'Knowing those rules, it is possible to draw the following drawings:
'--------------------------------------
'
@startuml
Class01 <|-- Class02
Class03 *-- Class04
Class05 o-- Class06
Class07 .. Class08
Class09 -- Class10
@enduml
| false | true | false | false | class |
3ba4ebf538ad6ab84daf202e1542047780f5f8de | 2d364119b91651fee014c2e60777583aa618701a | /exercice_mdd-cls-attr-ass/mdd_v3.puml | 681c2c0abd7a54ab78e4844f818b4b8c9d1d75df | [] | no_license | bnel-inc/plantuml-examples | d7a462ab39e25b77ec3bab2c75bcb6df4bd4d0ee | 3e86b4fa8747240efda25e66529f7b1e4a4be6ff | refs/heads/master | 2023-03-01T18:31:24.401126 | 2021-02-04T15:54:51 | 2021-02-04T15:54:51 | 328,886,082 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,090 | puml | @startuml
skinparam style strictuml
skinparam DefaultFontName Arial
skinparam DefaultFontSize 16
skinparam DefaultFontStyle bold
skinparam ArrowThickness 2.2
skinparam ArrowColor #gray
hide empty members
title Réserver un livre de la bibliothèque \n<I>Exercice MDD (classes, attributs, associations)</i>\nLOG210-01 C. Fuhrman\n Vincent Audette
class "Membre" as mb {
nom : String
}
class "Bibliothèque" as bib {
}
class "Reservation" as rsv {
noConfirmation: int
dateTimeReservation: DateTime
dateTimeRetour: DateTime
}
class "CatalogueLivre" as cat
class "Exemplaire" as exemp {
codeIdentification: String
estDisponible: boolean
}
class "Livre" as livre {
ISBN: String
auteur: String
titre: String
maisonEdition: String
numéroEdition: int
année: int
}
bib "1" -- "1" cat : Offre >
bib "1" -- "*" mb: Sert >
bib "1" -- "*" rsv: Gère >
cat "1" *-- "*" livre: Contiens >
livre "1" -- "1..*" exemp: Décrit >
mb "1" -- "*" rsv: Effectue >
rsv "0..1" -- "1" exemp: Réserve >
@enduml | false | true | true | false | class |
70906da1220ff04dfddbadda1a36d172f62d64e5 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Core/MORR/Configuration/InvalidConfigurationException.puml | c9f1bac9bf659271cb94ed78f96ea67930e0fe4f | [
"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 | 349 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
class InvalidConfigurationException {
+ <<create>> InvalidConfigurationException()
+ <<create>> InvalidConfigurationException(message: string)
+ <<create>> InvalidConfigurationException(message: string, innerException: exception)
}
!endsub
@enduml
| false | true | false | false | class |
5d12a09b700e378c677d0dfebfa976cae7e7a93f | 42e57a58fc95226a7ec40bca58c351092f126102 | /kapitler/media/uml-arkivstruktur-registrering-til-journalpost.puml | fae7f4a05d6f782b060e934698a2e608a01ac4f5 | [] | no_license | tsodring/noark5-tjenestegrensesnitt-standard | 8d3b31fe83203255ae8361e639f99209974c3ece | df354ac231091e63bde3123f2c779009009b7e80 | refs/heads/master | 2023-01-22T01:33:20.794431 | 2019-07-02T12:40:47 | 2019-07-02T12:40:47 | 194,827,953 | 0 | 0 | null | 2019-07-02T09:03:29 | 2019-07-02T09:03:28 | null | UTF-8 | PlantUML | false | false | 1,010 | puml | @startuml
skinparam classAttributeIconSize 0
class Arkivstruktur.Registrering <Arkivenhet> {
+arkivertDato : datetime [0..1]
+arkivertAv : string [0..1]
+referanseArkivertAv : SystemID [0..1]
+kassasjon : Kassasjon [0..1]
+skjerming : Skjerming [0..1]
+gradering : Gradering [0..1]
+referanseArkivdel : SystemID [0..1]
+registreringsID : string [0..1]
+tittel : string
+offentligTittel : string [0..1]
+beskrivelse : string [0..1]
+noekkelord : string [0..*]
+forfatter : string [0..*]
+dokumentmedium : Dokumentmedium [0..1]
+oppbevaringssted : string [0..*]
+virksomhetsspesifikkeMetadata : any [0..1]
-- Arkivenhet --
+systemID : SystemID [0..1]
+oppdatertDato : datetime [0..1]
+opprettetDato : datetime [0..1]
+opprettetAv : string [0..1]
+oppdatertAv : string [0..1]
+referanseOppdatertAv : SystemID [0..1]
+referanseOpprettetAv : SystemID [0..1]
}
class Sakarkiv.Journalpost <Registrering>
Arkivstruktur.Registrering <|-- Sakarkiv.Journalpost
@enduml
| false | true | false | false | class |
2ca2c608e99110c51c363578900f406b586680d9 | cee7b88bfd88530ee20d9c46bdfcacbb6712e88c | /src/main/kotlin/visitor/sequence.puml | a8b720b7018ed480267837e691f10a5c45bdd04e | [] | no_license | regishideki/visitor | 1c03ba326a1b8b46c681952e32c6c76a4d63e637 | b61b7cae48e1c0f533d692ae5b19fc8fdc470210 | refs/heads/master | 2023-01-22T17:14:29.150806 | 2020-12-01T12:42:11 | 2020-12-01T12:42:11 | 297,321,834 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 576 | puml | @startuml
participant Client
participant PartnerResourceRegistry as "<Resource>PartnerResourceRegistry"
participant Partner as "<Partner>"
participant PartnerResource as "<Partner><Resource>"
Client -> PartnerResourceRegistry: resourceFor(<Partner>)
PartnerResourceRegistry -> Partner: resourceFor(this)
Partner -> PartnerResourceRegistry: resourceFor<Partner>(this)
PartnerResourceRegistry -> PartnerResource: new(<Partner>)
PartnerResource --> PartnerResourceRegistry: this
PartnerResourceRegistry --> Client: <Partner><Resource>
Client -> PartnerResource: execute
@enduml
| false | true | false | false | sequence |
ec0fdd9785de6044ea287c585e18861a7bb65a7f | 27bf0ad32e0647645d9d1108dc5c41abad43ff24 | /input/images-source/patients-in-group.plantuml | 6d520fad84b78734e80ea203ecb9b2d5e559a79f | [] | no_license | HL7/fhir-mCODE-ig | 1a25bc634b982d5853395cd755e95246833db2af | 78b69bf3312a17fa11f17aade3e20c15bb9418e5 | refs/heads/master | 2023-09-01T20:48:31.091973 | 2023-08-31T16:38:15 | 2023-08-31T16:38:15 | 188,459,585 | 18 | 12 | null | 2023-09-13T22:05:22 | 2019-05-24T17:04:44 | GLSL | UTF-8 | PlantUML | false | false | 699 | plantuml | @startuml
skinparam defaultFontName Arial
title Identifying mCODE Patients: Patients-in-group approach
hide footbox
participant "mCODE Data Receiver" as Receiver
participant "mCODE Data Sender" as Sender
group Get Patients via ""_profile""
"Receiver" -> "Sender" : ""GET [base]/Group/mcode-patients""
"Sender" --> "Receiver" : HTTP response containing Group referencing relevant Patients
...
note over Receiver
Receiver extracts references
to Patients from Group to
generate a second request:
end note
"Receiver" -> "Sender" : ""GET [base]/Patient?_id=id_1,id_2,...,id_n""
"Sender" --> "Receiver" : HTTP response containing Bundle of Patients
end
@enduml
| false | true | false | false | sequence |
221c7d54523ccea4b5117e53357e340a11507628 | 2cb0d17b297862de0b2876905bc69fab6a3fda1a | /diagrams/class_diagram/archive/2/taskman with resources proposal.plantuml | 51cd3b1c4fcf755e47c52250c322ff27a5f4834c | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | julienbenaouda/projectJJA | 507bd714ec752d41ce1ef2f7fd05104390f34e92 | 9063388043b79e68640379cda5f674df62f76213 | refs/heads/master | 2021-04-27T17:28:29.111045 | 2018-06-14T19:29:11 | 2018-06-14T19:29:11 | 122,321,355 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 12,291 | plantuml | @startuml
title TASKMAN\n
package Frontend {
abstract class GraphicSection {
- title : String
{static} - decoration : String
+ GraphicSection(String title)
+ void show()
{abstract} # void showContent()
# void print(String text)
# void println(String text)
- void printTitle(String text)
# String inputString()
# String inputString(String question)
# String inputValidAnswer(String question, Collection<String> answers)
}
}
package Frontend {
class Info {
}
}
package Frontend {
class Menu {
- names : ArrayList<String>
- actions : ArrayList<GraphicSection
+ Menu(String title)
+ void addOption(String name, GraphicSection action)
# void showContent()
}
}
package Frontend {
class UserInterface {
- Controller controller
+ UserInterface(Controller c)
+ void start()
- void startMenu()
- void login()
- void userCreationMenu()
- void importFromFile()
- void exportToFile()
- void mainMenu()
+ String selectProject()
- void showProjectDetails()
- void createProject()
- void createTask()
- void showSystemTime()
- void advanceSystemTime()
+ void addAlternativeToTask(String name)
+ void addDependencyToTask(String name)
+ void showAvailableTasks(String name)
- HashMap<String, String> fillInTaskUpdateForm()
+ void updateTaskStatus(String name)
- String mapToString(Map<String, String> map)
- void print(String text)
- void println(String text)
- void printTitle(String text)
- String inputString()
- String inputString(String question)
- Integer inputInteger(String question)
- Integer inputIntegerBetween(String question, Integer min, Integer max)
- String inputValidAnswer(String question, Collection<String> answers)
- String[] inputAnswers(String[] questions)
- String[] inputAnswersWithCancel(String[] questions)
- boolean inputCancel()
- Integer inputOption(String[] items)
}
}
package Backend {
class Initiator {
{static} + void main(String[] args)
{static} + void initialize()
}
}
package Backend {
class Controller {
- Clock clock
- UserManager userManager
- ProjectOrganizer projectOrganizer
+ Controller(Clock clock, UserManager userManager, ProjectOrganizer projectOrganizer)
+ String getSystemTime()
+ void updateSystemTime(String newTime)
+ String getCurrentUserName()
+ void createUser(String name, String password, String type)
+ void login(String name, String password)
+ void logout()
+ Collection<String> getProjectNames()
+ String getProjectStatus(String projectname)
+ Map<String, String> getProjectDetails(String name)
+ void createProject(String name, String description, String dueTime)
+ Integer getNumberOfTasks(String projectName)
+ Map<String, String> getTaskDetails(String projectName, Integer taskIndex)
+ void createTask(String projectName, String description, Long estimatedDuration, Double acceptableDeviation)
+ void addAlternativeToTask(String projectName, Integer taskIndex, Integer alternativeTaskIndex)
+ void addDependencyToTask(String projectName, Integer taskIndex, Integer dependencyTaskIndex)
+ void updateTaskStatus(String projectName, Integer taskIndex, String startTime, String endTime, String status)
+ void exportSystem(String path)
{static} + Controller importSystem(String path)
}
}
package Backend {
class Clock {
- time : LocalDateTime
+ LocalDateTime getTime()
+ void updateSystemTime(LocalDateTime newTime)
+ accept(Visitor v)
}
}
package Backend {
class TimeParser {
{static} - DATE_TIME_FORMATTER : DateTimeFormatter
{static} + String convertLocalDateTimeToString(LocalDateTime time)
{static} + LocalDateTime convertStringToLocalDateTime(String time)
}
}
package Backend {
interface Entity {
+ void accept(Visitor v)
}
}
package Backend {
interface Visitor {
+ void visitProject(Project p)
+ void visitTask(Task t)
+ void visitTimeSpan(TimeSpan t)
+ void visitClock(Clock c)
+ void visitUser(User u)
}
}
package Backend {
class Project {
- name : String
- description : String
- creationTime : LocalDateTime
- dueTime : LocalDateTime
- taskList : ArrayList<Task>
+ Project(String name, String description, LocalDateTime startTime, LocalDateTime dueTime, User user)
+ createTask(String description, long estimatedDuration, double acceptableDeviation, User user)
+ String getName()
- void setName(String name)
+ String getDescription()
- void setDescription(String description)
+ LocalDateTime getCreationTime()
- void setCreationTime(LocalDateTime creationTime)
+ LocalDateTime getDueTime()
- void setDueTime(LocalDateTime dueTime)
+ List<Task> getTasks()
+ Task getTask(int index)
- void addTaskToList(Task t)
+ void removeTask(Task task)
+ boolean isFinished()
+ void accept(Visitor v)
}
}
package Backend {
class ProjectOrganizer {
- projects : Collection<Project>
+ ProjectOrganizer()
+ Project getProject(String name)
+ createProject(String name, String description, LocalDateTime creationTime, LocalDateTime dueTime, User user
+ Collection<String> getProjectNames()
+ boolean projectExists())
}
}
package Backend {
enum TaskStatus {
INACTIVE
FINISHED
FAILED
{static} + TaskStatus fromString(String s)
+ String toString()
+ boolean isFinal()
}
}
package Backend {
class Task {
- description : String
- estimatedDuration : long
- acceptableDeviation : double
- dependencies : ArrayList<Task>
- TimeSpan timeSpan
- requirements: Map<ResourceType, Integer>
- reservations: Map<Resource, TimeSpan>
+ Task(String description, long estimatedDuration, double acceptableDeviation)
- Task(String description, long estimatedDuration, double acceptableDeviation, TimeSpan timeSpan, TaskStatus status)
+ String getDescription()
- void setDescription(String description)
+ long getEstimatedDuration()
- void setEstimatedDuration(long duration)
+ double getAcceptableDeviation()
- void setAcceptableDeviation(double acceptableDeviation)
+ timeSpan getTimeSpan()
- void setTimeSpan(TimeSpan timeSpan)
+ getStatus()
- setStatus(TaskStatus status)
+ void endExecution(LocalDateTime startTime, LocalDateTime endTime, TaskStatus status)
+ boolean isAvailable()
+ isFinished()
+ long getDelay()
+ Task getAlternative()
+ void setAlternative(Task task)
+ ArrayList<Task> getDependencies()
- void setDependencies(ArayList<Task> tasks)
+ void addDependency(Task task)
+ void removeDependency(Task task)
{static} - boolean containsLoop(Task root, Task searchedTask)
+ void accept(Visitor v)
}
}
package Backend {
class DateTimeSpan {
- startTime: LocalDateTime
- endTime: LocalDateTime
+ TimeSpan(LocalDateTime startTime, LocalDateTime endtime)
+ LocalDateTime getStartTime()
- void setStartTime(LocalDateTime startTime)
+ LocalDateTime getEndTime()
- void setEndTime(LocalDateTime endTime)
+ boolean canHaveAsEndTime(LocalDateTime endtime)
+ accept(Visitor v)
}
}
package Backend {
class WeekTimeSpan {
- startTime: WeekTime
- endTime: WeekTime
+ WeekTimeSpan(WeekTime startTime, WeekTime endtime)
+ WeekTime getStartTime()
+ WeekTime getEndTime()
+ accept(Visitor v)
}
}
package Backend {
class WeekTime {
- time: LocalTime
- day: DayOfWeek
+ WeekTime(LocalTime time, DayOfWeek day)
+ DayOfWeek getDay()
+ LocalTime getTime()
}
}
package Backend {
interface Resource {
+ isAvailable(LocalDateTime time)
+ ResourceType getType()
+ isReserved(WeekTimeSpan timeSpan)
}
}
package Backend {
class ResourceItem {
- unavailableTimes: Collection<WeekTimeSpan>
- reservations: Collection<Reservation>
+ isAvailable(LocalDateTime currentTime)
+ ResourceType getType()
+ isReserved(WeekTimeSpan timeSpan)
}
}
package Backend {
class ResourceManager {
- resources: Map<int, Resource>
- reservations: List<Reservation>
+ Set<String> getResourceTypes()
}
}
package Backend {
class ResourceInterpreter {
+ testConstraint(String resource, String other)
}
}
package Backend {
class Reservation {
- resource: Resource
- task: Task
- timeSpan: TimeSpan
}
}
package Backend {
class UserManager {
- users: HashMap<String, User>
- currentUser: User
+ UserManager()
- Map<String, User> getUsers()
+ User getCurrentUser()
+ void setCurrentUser(User user)
+ boolean hasCurrentUser()
+ void createUser(String name, String password, String type)
- void createDeveloper(String name, String password)
- void createProjectManager(String name, String password)
+ void login(String name, String password)
+ void logout()
}
}
package Backend {
abstract class User {
- name: String
- password: String
+ User(String name, String password)
+ String getName()
- void setName(String name)
+ String getPassword()
- void setPassword(String password)
+ accept(Visitor v)
}
}
package Backend {
class ProjectManager {
+ ProjectManager(String name, String password)
}
}
package Backend {
class Developer {
+ Developer(String name, String password)
- void getAvailability()
}
}
package Backend {
class ImportExportException {
+ ImportExportException(String message)
}
}
package Backend {
class OperationNotPermittedException {
+ OperationNotPermittedException(String message)
}
}
package Backend {
class XmlObject {
- doc : Document
- element : Element
+ XmlObject()
- XmlObject(Document doc, Element e)
+ void exportTo(String path)
{static} + XmlObject importFrom(String path)
+ List<XmlObject> getXmlObjects(String name)
+ XmlObject getXmlObject(String name)
+ XmlObject createXmlLObject(String name)
+ String getAttribute(String name)
+ void addAttribute(String name, String value)
+ List<String> getTexts(String name)
+ String getText(String name)
+ void addText(String element, String value)
}
}
GraphicSection --|> Menu
UserInterface o-- Controller
Task *-- TimeSpan
Task *-- Reservation
ResourceManager *-- Reservation
ResourceManager *-- Resource
Resource *-- Reservation
ResourceItem --|> Resource
ResourceItemWorkingDays --|> ResourceItem
Developer --|> Resource
ResourceManager o-- ResourceInterpreter
Controller *-- Clock
Controller *-- ProjectOrganizer
Controller o-- Project
Controller o-- Task
Controller o-- User
Project *-- Task: task
Task *-- Task : alternative
Task *-- Task: dependencies
Task *-- TimeSpan: timespans
Controller *-- UserManager
UserManager *-- User
Developer --|> User
ProjectManager --|> User
Task o-- User
Project o-- User
Controller o-- User
@enduml
| false | true | false | false | class |
1ea3a6fc6c6ffc73fe2ec0206b7c266bbf16a40b | 7658a6afe423ee752a621096f3b142ad7133277d | /aws/ManagementTools-AmazonEC2SystemsManager.puml | 05d812d1311a24b6e77622022cf697e0e1c9f25d | [] | 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 | 1,349 | puml | @startuml
!define AWSPUML https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist
!includeurl AWSPUML/common.puml
!includeurl AWSPUML/ManagementTools/AmazonEC2SystemsManager/AmazonEC2SystemsManager.puml
!includeurl AWSPUML/ManagementTools/AmazonEC2SystemsManager/Automation/Automation.puml
!includeurl AWSPUML/ManagementTools/AmazonEC2SystemsManager/Inventory/Inventory.puml
!includeurl AWSPUML/ManagementTools/AmazonEC2SystemsManager/MaintenanceWindow/MaintenanceWindow.puml
!includeurl AWSPUML/ManagementTools/AmazonEC2SystemsManager/ParameterStore/ParameterStore.puml
!includeurl AWSPUML/ManagementTools/AmazonEC2SystemsManager/PatchManager/PatchManager.puml
!includeurl AWSPUML/ManagementTools/AmazonEC2SystemsManager/RunCommand/RunCommand.puml
!includeurl AWSPUML/ManagementTools/AmazonEC2SystemsManager/StateManager/StateManager.puml
!includeurl AWSPUML/ManagementTools/AmazonEC2SystemsManager/documents/documents.puml
package "ManagementTools" {
AMAZONEC2SYSTEMSMANAGER("AMAZONEC2SYSTEMSMANAGER") {
AUTOMATION("AUTOMATION")
INVENTORY("INVENTORY")
MAINTENANCEWINDOW("MAINTENANCEWINDOW")
PARAMETERSTORE("PARAMETERSTORE")
PATCHMANAGER("PATCHMANAGER")
RUNCOMMAND("RUNCOMMAND")
STATEMANAGER("STATEMANAGER")
DOCUMENTS("DOCUMENTS")
}
}
@enduml | false | true | false | false | uml-unknown |
df6f246d53371c20a67060e42fa51a2d8094f732 | 8bf140dd27e6c583c368863ca0057420aae62972 | /Year 1 Archive/PROG1400/M02/src/inheritance/inheritance.plantuml | c360acfe14bd3ce741ec61e5a7d09c3dbcd9acf0 | [] | no_license | MasonJF/SchoolWork | aed27b66a7f6f24f4258345bc91815f0269e65b6 | 23d907a76abacd87dcbd541c58a50cd645833f4b | refs/heads/master | 2023-01-27T21:12:46.432458 | 2019-12-09T02:30:32 | 2019-12-09T02:30:32 | 212,391,855 | 0 | 0 | null | 2023-01-07T12:18:51 | 2019-10-02T16:42:41 | Python | UTF-8 | PlantUML | false | false | 1,007 | plantuml | @startuml
title __INHERITANCE's Class Diagram__\n
package inheritance {
class Main {
{static} + main()
}
}
package inheritance {
class airplane {
- maxHeight : int
+ airplane()
+ setMaxHeight()
+ getMaxHeight()
}
}
package inheritance {
class car {
- numOfPass : int
- typeOfRadio : String
+ car()
~ printSpeed()
~ setNumOfPass()
~ setTypeOfRadio()
+ getNumOfPass()
+ getTypeOfRadio()
}
}
package inheritance {
class vehicle {
~ topSpeed : int
- color : String
+ vehicle()
~ setTopSpeed()
+ setColor()
+ getTopSpeed()
+ getColor()
}
}
airplane -up-|> vehicle
car -up-|> vehicle
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 |
7a658303404f9c6c0e4b0678cd5fe22f56b753ef | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/QuoteCustomerChangedMessage.puml | 54e15f6d2414ea095dbd0d5f3d0cd0973491fa76 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,259 | 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 QuoteCustomerChangedMessage [[QuoteCustomerChangedMessage.svg]] extends Message {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
customer: [[CustomerReference.svg CustomerReference]]
previousCustomer: [[CustomerReference.svg CustomerReference]]
}
interface Message [[Message.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
| false | true | false | false | class |
2d77e7fe88ac22cb8662aee8d399efd78ca8d740 | 3ebea401c942d66ad0651df721a89cbb15695113 | /plantuml/classes.puml | 6377b6e3790941bc67cbe15f5d7eb3aafaa5e747 | [] | no_license | Master-Desarrollo-20-21/ejercicio-2-modelo-de-dominio-mastermind-nihillo | 0eca55cbb36f0459f3df6298e7c8605ec41cc60a | d01b6edcd54d627288ba293183621608e36a0c83 | refs/heads/main | 2023-01-03T22:33:39.435991 | 2020-10-11T07:46:13 | 2020-10-11T07:46:13 | 302,696,700 | 6 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,184 | puml | @startuml
title Mastermind - Diagrama de clases
class Mastermind
class Board
class Position
together {
together {
class Codemaker
class Code
}
together {
class Codebreaker
class Test
}
}
class Token
class Colour
class Red
class Blue
class Green
class Yellow
class Pink
class Brown
class Black
class White
class Test
class Result
class Match
class WhiteMatch
class BlackMatch
class Score
class Point
class Turn
class Player
Mastermind *--> "2.. 2n" Turn
Mastermind *--> "2" Player
Mastermind *--> Board
Board o--> "1" Code
Board o--> Test
Board o--> Result
Code o--> "5" Token
Test o--> "5" Token
Token *--> "1" Colour
Token --> Position
Colour <|-- Red
Colour <|-- Blue
Colour <|-- Green
Colour <|-- Yellow
Colour <|-- Pink
Colour <|-- Brown
Colour <|-- Black
Colour <|-- White
Test --> Result
Test ..> "1" Point
Result *--> "0.. 5" Match
Match <|-- WhiteMatch
Match <|-- BlackMatch
Player <|-- Codemaker
Player <|-- Codebreaker
Turn o--> Codemaker
Turn o--> Codebreaker
Codemaker --> "1" Code
Codebreaker --> "1.. 15" Test
Codemaker ..> Result : returns
Player *--> Score
Codemaker --> Point
Score o--> Point
@enduml | false | true | false | false | class |
972b0bb855443c6e4cf2592e8b89420371075325 | c067a7796bba1bcd97ed5d7a5a7877a3217d532c | /uml/Properties/Windows/MainWindow.puml | e09cac91426fecd96e0defc836edeb8b3494a373 | [] | no_license | inifares23lab/PMO_Proj-DatiCovid | 6897e2d04753c6faff3045aa2ac8822035683e14 | 186ec91ef3eb5647439c346909bfd8e7b3fb9e6e | refs/heads/master | 2022-10-22T03:17:14.494294 | 2020-06-16T21:10:50 | 2020-06-16T21:10:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 691 | puml | @startuml
class MainWindow {
- <<readonly>> info : string = "\nnuovi dati ogni giorno\n dopo le 17:00"
+ MainWindow()
- MainWindow(builder:Builder)
- Window_DeleteEvent(sender:object, a:DeleteEventArgs) : void
- Button1_Clicked(sender:object, a:EventArgs) : void
- Button2_Clicked(sender:object, a:EventArgs) : void
- Button3_Clicked(sender:object, a:EventArgs) : void
}
Window <|-- MainWindow
MainWindow o-> "lbInfo1" Label
MainWindow o-> "lbItalia" Label
MainWindow o-> "lbRegioni" Label
MainWindow o-> "lbInfo2" Label
MainWindow o-> "_button1" Button
MainWindow o-> "_button2" Button
MainWindow o-> "_button3" Button
MainWindow --> "dch" DisplayChoice
@enduml
| false | true | false | false | class |
4b565a1f573235856f676830a5295d88ba4ca34d | eccd6ea34e3611e2092ff1dc14efb566f91c3420 | /warsztat_use_case_diagram.plantuml | 6e42350e21e5d59aaa82afe028b2adc930e27994 | [] | no_license | kpodlaski/Prog_zaaw_I_2020 | b0f3e0bd87cdfd297c813e9f19fcfad3a0d5190e | 9d9022ad750df55a01f433e942d4ef0b79d45770 | refs/heads/master | 2022-09-22T18:04:02.415434 | 2020-05-29T10:43:26 | 2020-05-29T10:43:26 | 262,296,920 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 830 | plantuml | @startuml
actor Mechanic
actor Employee
actor Client
actor System <<Application>>
entity Car
usecase "Car Check" as check
usecase "Element Check" as e_check
usecase "Car repair" as repair
usecase "Element Repair" as e_repair
usecase "Create Invoice" as invoice
usecase "Bring car to the workshop" as start
usecase "Pickup car" as end
usecase "Send/Receive Invoice" as s_invoice
Mechanic --|> Employee
Car --> Client : <<owns by>>
Client -- start
Car . start : <<arrives>>
Client -- end
Car . end : <<departs>>
Employee -- start
Employee -- end
System -- invoice
invoice .> s_invoice : <<invoke>>
Client -- s_invoice
Mechanic -- repair
Mechanic -- e_repair
Mechanic -- check
Mechanic -- e_check
repair .> e_repair : <<include>>
check .> e_check : <<include>>
Car . repair : <<object of>>
Car . check : <<object of>>
@enduml | false | true | false | false | usecase |
19da043e297ca71142ebf917d09b411f4cec9121 | bc4bfa508237cfaf0691a7d6d7fdb38b733c7877 | /doc/db/draft1.puml | 56a35ea04c9d63a64a136453040ae872c942a38f | [] | no_license | muk-ai/beagile | 54e9bbb6540421ef90d5f360295fd6da07b59e0e | 89e1238aa86fe7089adc673fabe141245991956c | refs/heads/master | 2021-07-22T17:37:56.589933 | 2019-11-18T06:38:02 | 2019-11-18T06:38:02 | 182,531,094 | 0 | 0 | null | 2020-06-08T06:47:06 | 2019-04-21T12:37:04 | Ruby | UTF-8 | PlantUML | false | false | 1,558 | puml | @startuml ER diagram
' uml options
hide empty members
' entities
entity users {
+id: uuid
}
entity user_details {
user_id
--
email
name
}
entity projects {
+id: uuid
organization_id
}
entity project_memberships {
user_id
project_id
}
entity project_role {
}
entity organizations {
+id: uuid
}
entity organization_memberships {
}
entity organization_role {
}
entity sprints {
project_id
}
entity billing_plans {
}
enum plan {
free
up to 25
up to 50
over 50
}
billing_plans <. plan
entity product_backlog_lists {
project_id
}
entity sprint_backlog_lists {
sprint_id
}
entity sprint_doing_lists {
sprint_id
}
entity sprint_done_lists {
sprint_id
}
entity tasks {
created_by
}
entity task_relationships {
list_id
list_type: Backlog?
order
}
' relationships
users -down- user_details
users -{ project_memberships
project_memberships }- projects
project_memberships -down- project_role
users -up-{ organization_memberships
organization_memberships }-left- organizations
organization_memberships -down- organization_role
organizations -down-{ projects
organizations -{ "1 or many" billing_plans
projects -right- product_backlog_lists
product_backlog_lists -{ task_relationships
projects -down-{ sprints
sprints -down- sprint_backlog_lists
sprints -down- sprint_doing_lists
sprints -down- sprint_done_lists
sprint_backlog_lists -down-{ task_relationships
sprint_doing_lists -down-{ task_relationships
sprint_done_lists -down-{ task_relationships
task_relationships }-down- tasks
tasks - users
@enduml
| false | true | false | false | sequence |
0f3e2ae5032bd0f4ff890de34f11601ccc65fe3a | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/first_missing_positive/first_missing_positive.plantuml | 4c9c962e2b27e268e1bb4cec958f7df8e0b5e3b9 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 483 | plantuml | @startuml
title __FIRST_MISSING_POSITIVE's Class Diagram__\n
namespace cn.shui.order {
namespace first_missing_positive {
class cn.shui.order.first_missing_positive.Solution {
{static} + firstMissingPositive()
{static} + main()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
bf0b6356edcfbff21f3f8258c59a786f1c8804ab | c178946452344956e1f8557d44b68a9d28038928 | /src/main/java/ex41/ex41.puml | 1cf8f63b9313b2dc79f6accc7f973f7b33f8c7e8 | [] | no_license | dpanchak1/panchak-cop3330-assignment3 | 459a68d382a2c2dff3835d0cb1b68ecb52488b7e | 146051316b2d14e0f1416f95eb735605fb06beb2 | refs/heads/master | 2023-08-20T13:12:51.901428 | 2021-10-12T02:57:55 | 2021-10-12T02:57:55 | 416,161,574 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 73 | puml | @startuml
class App
{
}
App <|-- ReadInput
App <|-- WriteOutput
@enduml | false | true | false | false | class |
2793d4cdc00ff7d2e15b3f7223e275c80a2a4f6d | 41b4482517ed5f0eecb0f84119062e19ba85b2c3 | /doc/builder_pattern/Issue_IssueFilter.puml | c3ed3371d20d749c1f3153778a3a019c6528e880 | [
"MIT"
] | permissive | simonsymhoven/analysis-model | f6cc02d39e3da446c3a7dd043fb36215d69483f0 | 28ae1c2fba373668d86556f563a39ccc84dbb4e1 | refs/heads/master | 2021-04-13T10:42:51.983341 | 2020-04-08T19:53:55 | 2020-04-08T19:53:55 | 249,156,825 | 0 | 0 | MIT | 2020-04-08T19:53:57 | 2020-03-22T10:09:20 | Java | UTF-8 | PlantUML | false | false | 755 | puml | @startuml
interface Serializable <<interface>>
Serializable <|.. Issue : <<implements>>
IssueFilter ..> Issue : <<create>>
Testcase --> IssueFilterBuilder
IssueFilterBuilder --+ Report : <<inner class>>
IssueFilterBuilder --> IssueFilter
class Issue {
{field} some instance variables
{method} some getters
}
class IssueFilter {
- {field} some instance variables
- {static} {field} some instance variables
+ build()
+ {method} some setters
}
class Report {
- {field} some instance variables
- {static} {field} some instance variables
+ {method} some setters
+ {method} some getters
}
class IssueFilterBuilder {
build: IssueFilter
}
class Testcase {
builder : IssueFilterBuilder
}
@enduml | false | true | false | false | class |
093f5f6c1fdbc32e50b91b11a745a7d2e8df2fba | f7389ede7c743b8ce3d174eee24ebcab316354f6 | /Diagrammer/CentralComputer/Klasser/UC1/CD.puml | 0c7b140839bbde96f4e09a41ada815c2c8372125 | [] | no_license | Solvgraa-mager/E3PRJ3 | 7e2b70775c0d8b8312bc893e0c9014fd766af9b0 | fb507b5528417459714c00b73c75378d6465af19 | refs/heads/master | 2023-01-31T11:01:30.966313 | 2020-12-18T10:28:55 | 2020-12-18T10:28:55 | 294,479,612 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 191 | puml | @@startuml
skinparam wrapWidth 200
class UC1 <<controller>>{
+UC1(Startknap* SK, Display *D)
+Run()
+~UC1()
-Startknap* _SK
-Display* _D
-Player _player[2]
}
@@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.