blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 5 227 | content_id stringlengths 40 40 | detected_licenses listlengths 0 28 | license_type stringclasses 2 values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 36 values | visit_date timestamp[us]date 2015-08-14 10:26:58 2023-09-06 06:45:32 | revision_date timestamp[us]date 2011-07-11 04:02:09 2023-09-04 16:40:12 | committer_date timestamp[us]date 2011-07-11 04:02:09 2023-09-04 16:40:12 | github_id int64 206k 631M ⌀ | star_events_count int64 0 6.51k | fork_events_count int64 0 1.54k | gha_license_id stringclasses 11 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 55 values | src_encoding stringclasses 12 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 16 1.74M | extension stringclasses 12 values | code stringlengths 16 1.74M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
07bfa235998b9dc07f91f5c2ebecdf6f598cb9c0 | 36e8e37a895ba9b2666e81c1da40f7fd0580d37b | /out/production/DesignPatterns/javaLang/Decorator/装饰模式类图.puml | 6f16cdd18ccc1377d0aca69737773cc5c9423f37 | [] | no_license | xhSun9527/DesignPatterns | 0b08185780882a8e1b7e065c39a44e7c19838e17 | 1ed5099b9156853601e6b3a9cdf0c1d6090a6812 | refs/heads/master | 2023-02-01T06:22:45.580510 | 2020-12-17T08:55:19 | 2020-12-17T08:55:19 | 287,001,208 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 685 | puml | @startuml
abstract class Component{
+ operate() : void
}
abstract class Decorator{
- component : Component
+ Decorator(Component)
+ operate() : void
}
class ConcreteComponent{
+ operate() : void
}
class ConcreteDecoratorA{
+ ConcreteDecoratorA(Component)
+ operate() : void
+ operateA() : void
+ operateB() : void
}
class ConcreteDecoratorB{
+ ConcreteDecoratorB(Component)
+ operate() : void
+ operateA() : void
+ operateB() : void
}
Component <|-left- ConcreteComponent
Component <|-right- Decorator
Component <.. Decorator
Decorator o-- Component
Decorator <|-- ConcreteDecoratorA
Decorator <|-right- ConcreteDecoratorB
@enduml |
8569176cc0f41eeba1e7891bd9adcf57162bd578 | 5037fa8d593da60bfc0ffabc20430d62ed78a1c1 | /docs/datamodel/contextual-work-comm.puml | 2da17119742163274c22ffc564b021dc2eb377c4 | [
"Apache-2.0"
] | permissive | reTHINK-project/dev-smart-contextual-assistance-app | f7adea96beacaec7fc91302de6289e6ad318743b | adcdb86cc400da79dccabb2412fcdc8dd2325ad4 | refs/heads/develop | 2020-05-30T07:20:16.816636 | 2018-01-17T22:09:37 | 2018-01-17T22:09:37 | 56,498,153 | 0 | 0 | Apache-2.0 | 2018-01-08T11:02:43 | 2016-04-18T10:17:55 | CSS | UTF-8 | PlantUML | false | false | 1,094 | puml | @startuml "contextual-work-comm.png"
Package WorkContext {
class ContextualCommWork {
contexts : ContextualCommWorkTask[]
communication : Communication.Communication
context : WorkContext.WorkContext
}
note top : Comm participants are all users of all Tasks
class ContextualCommWorkTask {
name : string
description ?: string
contexts : ContextualCommWorkTaskUser[]
communication : Communication.Communication
context : WorkContext.WorkTaskContext
}
note right : Comm participants are all users of the Task
class ContextualCommWorkTaskUser {
users : ContextualComm.ContextualCommUser[]
communication : Communication.Communication
context : WorkContext.WorkTaskUserContext
}
note right : Comm participant is user
ContextualCommWork -|> ContextualComm.CompositeContextualComm
ContextualCommWork *-down- "0..*" ContextualCommWorkTask
ContextualCommWorkTask -|> ContextualComm.CompositeContextualComm
ContextualCommWorkTask *-- "0..*" ContextualCommWorkTaskUser
ContextualCommWorkTaskUser -|> ContextualComm.AtomicContextualComm
}
@enduml
|
c4c6013937209c5723268515886c226149d2b633 | 55261e1e9a841f514598d8fb0fbe95a7493460e3 | /class/classes/logic/round.puml | a7ded82f483002309398fba22d319fead41b21b2 | [] | no_license | LucasIsasmendi/lisk-core-plantuml | ac01094fd56590b361ab8992b52f0cfc3175aa60 | e0941f6e800dc16a9dc0f8367304149fbf2200e1 | refs/heads/master | 2021-01-21T11:53:42.861882 | 2017-05-24T12:56:58 | 2017-05-24T12:56:58 | 91,758,697 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 468 | puml | @startuml
class Round < logic > {
..this..
- scope: {}
- t: t
.. scope ..
- backwards
- round
- roundOutsiders
- roundDelegates
- library.logger
- modules.accounts
- block.generatorPublicKey
- block.id
- block.height
-- Methods --
+ Round (scope, t)
+ mergeBlockGenerator ()
+ updateMissedBlocks ()
+ getVotes ()
+ updateVotes ()
+ markBlockId ()
+ flushRound ()
+ truncateBlocks ()
+ applyRound ()
+ land ()
}
@endtuml
|
cb77b8aeb56568d89318dbed664e5dd85177d34e | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/zigzag_conversion/zigzag_conversion.plantuml | d85cde92f81cf3eacef01b241cad78745c113ff4 | [] | 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 | 487 | plantuml | @startuml
title __ZIGZAG_CONVERSION's Class Diagram__\n
namespace cn.shui.order {
namespace zigzag_conversion {
class cn.shui.order.zigzag_conversion.Solution {
{static} + main()
{static} - convert()
{static} - convert2()
}
}
}
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
|
fffef85c0c910243972105ab5d0d514f61f2d8d3 | 917f7524046ed086a97d0aeb39ff694bc707598c | /ProjetACL-master/ProjetACL/bin/modele/categorie/categorie.plantuml | 931eff78482fdfd72c366242a7db18910c4a4299 | [] | no_license | h-wb/s7-acl | ff5797db723abb1773e49cb3982f0ba59ac2ed5a | b04e4849944e28077fa8f461d36b431a51c9b9af | refs/heads/master | 2020-04-10T13:04:09.215000 | 2019-03-16T12:51:24 | 2019-03-16T12:51:24 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,034 | plantuml | @startuml
title __CATEGORIE's Class Diagram__\n
package modele {
package modele.categorie {
class Carreau {
+ Carreau()
+ toString()
}
}
}
package modele {
package modele.categorie {
class Coeur {
+ Coeur()
+ toString()
}
}
}
package modele {
package modele.categorie {
enum Couleur {
Rouge
Noir
couleur
}
}
}
package modele {
package modele.categorie {
class Pique {
+ Pique()
+ toString()
}
}
}
package modele {
package modele.categorie {
class Trefle {
+ Trefle()
+ toString()
}
}
}
Carreau -up-|> Categorie
Coeur -up-|> Categorie
Pique -up-|> Categorie
Trefle -up-|> Categorie
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
|
b48d1ce92fa00e4d148cfe412104b89852bdfd6b | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/Engine/TempestEngine/Rendering/TextureManager-Class.iuml | dd0cd447508cd65bd91dd44bf76aaac83d04c85d | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 238 | iuml | namespace Graphics::Rendering {
class TextureManager {
+GetSimpleTexture()
+GetCubeTexture()
+UnbindAll()
+CreateSimpleTexture()
+CreateCubeTexture()
}
}
|
3cac6234d6c6759b66f73a7d634f6fd35732f99f | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 3_ Patrones de Diseño Estructurales/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/structural/proxy/class-diagram.puml | 6d0f09321b4e8a3972a895fbe9702913c3f4a2bd | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 458 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title Proxy Pattern
interface Subject{
+ void doAction()
}
class RealSubject implements Subject{
+ void doAction()
}
class Proxy implements Subject{
+ void doAction()
}
Proxy --> RealSubject: delegate
class Client
Client --> Subject
@enduml |
5c66be963b7bdee5f26c8b90e896661bf12ce233 | dcb670e556926a88cd8d9f5f1cc9c5d9d4b5c0b7 | /src/main/java/ex46/UML46.puml | ca3604c34f155739809f6c6403a98a7da103481c | [] | no_license | xFebreze/Dussuau-cop3330-assignment3 | 0ae298ae04ee7235051b558820247a56d14d8043 | c6208380cb7092b6c93b72d65036cce76c284d45 | refs/heads/master | 2023-06-23T09:56:00.010568 | 2021-07-25T00:54:42 | 2021-07-25T00:54:42 | 378,293,295 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 216 | puml | @startuml
'https://plantuml.com/class-diagram
class ReadFile{
Read()
}
class WordCounter{
wordCounter()
}
class Histogram{
sort()
createHistogram()
}
WordCounter <|-- ReadFile
Histogram <|-- WordCounter
@enduml |
a98549eb5a6fc1b434f5c0b2125c6271a7255e82 | 7e6fa61a8595cd38195713b5c7698f5de6f7c7b3 | /base/017/diagrama.puml | 25201210eb206fe0d24c769384d07baf461ecae5 | [] | no_license | qxcodepoo/arcade | 3ff1852792a47584f00c1ab9fd5011ebb2c4b830 | 3722a8c976a51829b2b6f4913360c23bf114433a | refs/heads/master | 2023-08-31T04:07:06.255292 | 2023-08-25T03:16:42 | 2023-08-25T03:16:42 | 217,410,955 | 36 | 42 | null | 2020-09-24T13:22:18 | 2019-10-24T23:12:40 | C++ | UTF-8 | PlantUML | false | false | 2,052 | puml | '--
@startuml
skinparam defaultFontName Hasklig
skinparam dpi 150
'==
class Coin {
- value : double
- volume : int
- label : string
__
' static const Coin C10; //c++
+ {static} C10 : Coin
+ {static} C25 : Coin
+ {static} C50 : Coin
+ {static} C100 : Coin
__
- Coin(value: double, volume: int, label: string)
__
+ getValue() : double
+ getVolume() : int
+ getLabel() : string
__
' retorna value:volume
+ toString() : string
}
class Item {
- label : string
- volume : int
__
+ Item(label : string, volume : int)
__
+ getLabel() : string
+ getVolume() : int
+ setLabel (label : string)
+ setVolume(volume : int)
__
' retorna label:volume
+ toString() : String
}
class Pig {
- broken : boolean
- coins : Array<Coin>
- items : Array<Item>
- volumeMax : int
__
' inicializa o volumeMax
+ Pig(volumeMax : int)
' se nao estiver quebrado e couber, adicione a moeda ao vetor de moedas
+ addCoin(coin : Coin) : boolean
' se não estiver quebrado e couber, adicione o item ao vetor de itens
+ addItem(item : Item) : boolean
' se o porco não estiver quebrado, quebre o porco
+ breakPig() : boolean
' se estiver quebrado, pegue e retorne as moedas
' se não estiver quebrado, retorne um vetor vazio
+ extractCoins() : double
' se estiver quebrado, pegue e retorne os itens
' se não estiver quebrado, retorne um vetor vazio
+ extractItems() : Array<String>
' retorna uma string com uma lista de itens, valor, volume / volumeMax,
' e se o porquinho está quebrado ou não
+ toString() : String
__
' se estiver quebrado
' retorne zero
' se não estiver quebrado
' percorre o vetor de moedas e o vetor de itens somando o volume de cada um
+ getVolume() : int
' percorre o vetor de moedas somando o valor de cada moeda
+ getValue() : double
' retorna o volumeMax
+ getVolumeMax() : int
' retorna se o porquinho está quebrado ou não
+ isBroken() : boolean
}
'--
@enduml
|
19efe6f7a0b469e2ba308a16232ddccaa071326a | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/inspectors/EditorClipFactory.puml | f1636b6e11da6faa228f8330ef56bed4b505479a | [] | 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 | 336 | puml | @startuml
class EditorClipFactory <<static>> {
+ {static} GetEditorClip(clip:TimelineClip) : EditorClip
+ {static} RemoveEditorClip(clip:TimelineClip) : void
+ {static} Contains(clip:TimelineClip) : bool
}
class "Dictionary`2"<T1,T2> {
}
EditorClipFactory o-> "s_EditorCache<TimelineClip,EditorClip>" "Dictionary`2"
@enduml
|
12b54e6673b0d48922b35c7af501eac4c31244b5 | 3a2efe5eec3e69ae4847afc830971037c1459227 | /docs/infrastruttura/classi.plantuml | 7af12f424db83d04529f5fef23a689be89de3328 | [
"MIT"
] | permissive | f0lg0/gelata | 2a39a74eed3554f2a119ba5a1303b3b91f7e9222 | 73aa10284982885db1723fc57526383e53a30622 | refs/heads/main | 2023-05-15T00:23:23.340193 | 2021-06-09T19:59:52 | 2021-06-09T19:59:52 | 359,433,642 | 0 | 0 | MIT | 2021-06-04T08:23:19 | 2021-04-19T11:24:42 | Python | UTF-8 | PlantUML | false | false | 766 | plantuml | @startuml Classi
class DatabaseGenerator {
+DB_PATH: str
+CREATED: bool
+conn: sqlite3
+c: sqlite3
+execute_query()
-create_tables()
+close_connection()
}
interface DatabaseOps {
+dbops_init()
+dbops_user_signup()
+dbops_save_intervento()
+dbops_delete_intervento()
+dbops_update_intervento()
+dbops_get_interventi_by_user()
}
class LogEvent {
+author: str
+description: str
+query: str
+ts: float
}
class Watchdog {
+DB_PATH: str
+log()
}
interface Interventi {
+upload_intervento()
+update_intervento()
+delete_intervento()
}
interface LoginRequired {
+login_required()
}
class OAuthWrapper {
+oauth: OAuth
+google: OAuth
+get_auth_object()
}
@enduml |
2db316583077161a46a1fe1b0574f71a4d715fd1 | 029cb46869ccf461da6ded9c2788b957346f8c70 | /docs/diags/Server/esquemaModel.puml | 96e0450e9753852d1033e7b737010ed392e3f331 | [] | no_license | Jonathan-R0/Wolfenstein-FIUBA | c3e5c53d33098a158f45eb0bdb4063fb7aed1540 | 8f26d69348a7748ababf785f564f4bb3de9c224b | refs/heads/master | 2023-06-24T14:12:51.931833 | 2021-07-28T17:49:04 | 2021-07-28T17:49:04 | 343,952,390 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,735 | puml | @startuml
class Game{
+ void updatePositions(float timeElapsed, WaitingQueue<Notification*>& notis)
+ void addPlayer(int playerID, WaitingQueue<Notification*>& notis)
+ bool removePlayer(int playerID)
+ std::tuple<int, int> moveDoor(int playerID)
+ void start(int playerID);
+ void end(WaitingQueue<Notification*>& queue)
}
class Player{
+ void update(float timeElapsed, WaitingQueue<Notification*>& notis, std::list<Updatable*>& updatables)
+ bool collidesWith(double x, double y)
+ int attack(float timeElapsed)
+ int takeDamage(unsigned int damage, WaitingQueue<Notification*>& notis)
}
class Map{
+ Player* traceAttackFrom(Player* attacker, int range)
+ std::tuple<int, int> moveDoor(Player* p)
+ bool moveTo(double fromX, double fromY, double x, double y, Player* p,
WaitingQueue<Notification*>& notis)
}
class Tile{
+ void applyDamageToPlayers(int damage, int distanceToCenter, WaitingQueue<Notification*>& notif)
+ bool allowMovement(double x, double y, Player* p, WaitingQueue<Notification*>& notis)
}
class Item{
+ virtual void pickUp(Player* p)
+ virtual bool canBePickedUpBy(Player* p)
}
class Weapon{
+ unsigned int getRandomDamage()
+ virtual int getRange()
}
class Door{
+ virtual bool isLocked()
+ virtual void changeStatus()
}
class Updatable{
+ virtual void update(float timeElapsed, Game& game, WaitingQueue<Notification*>& notif)
+ virtual bool notify(WaitingQueue<Notification*>& notif)
}
Game-->Player
Game-->Map
Player-->Map
Map..>Player
Map-->Tile
Tile-->Player
Tile-->Item
Player..>Item
Item..>Player
Player-->Weapon
Tile-->Weapon
Tile-->Door
Game-->Updatable
Player..>Updatable
@enduml
|
ec41df55b0d7397c725ffd7f446f7564e53ebe84 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StandalonePriceSetPriceTiersAction.puml | e0bdbeac431cd4758cbb569a4f72512abd9b4b40 | [] | 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 | 522 | 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 StandalonePriceSetPriceTiersAction [[StandalonePriceSetPriceTiersAction.svg]] extends StandalonePriceUpdateAction {
action: String
tiers: [[PriceTierDraft.svg List<PriceTierDraft>]]
}
interface StandalonePriceUpdateAction [[StandalonePriceUpdateAction.svg]] {
action: String
}
@enduml
|
dc5b6d337df8c805a0f5cf1233a6bbb14d09d4ea | dcca4c0aa19e3085bd37640a52b07fa02396b1d8 | /4.Behavioral Design Patterns/10.Template Method/src/main/resources/diagram/TemplateMethodClassDiagram.puml | 9780f754aa2ad7052ac1700a1772408c6e145caf | [] | no_license | drronidz/design-patterns-java-maven | 8df24c5bdd021dd45018faf3937b767609e880eb | aa580cd4cc6caa25a418a71bd5af06f86bd354a6 | refs/heads/main | 2023-07-15T15:26:04.451482 | 2021-08-25T23:45:35 | 2021-08-25T23:45:35 | 392,855,046 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 377 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class AbstractClass {
TemplateMethod()
PrimitiveOperation1()
PrimitiveOperation2()
}
note right of AbstractClass::TemplateMethod
...
PrimitiveOperation1()
...
PrimitiveOperation2
...
end note
class ConcreteClass extends AbstractClass {
PrimitiveOperation1()
PrimitiveOperation2()
}
@enduml |
fb7178a319cf48238b35091953b4c8164f35664f | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /documentation/serviceApi/pm/performance/media/src/useCase4PatchModel.puml | f918e98399d219407bd0e59c158b965dedc2278e | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Legato-SDK | b2ed422108f4bbb5d3aff27123d3f31305fd808f | 7f723970592cc5020aaaa0d2ffe30de6a73b3d97 | refs/heads/working-draft | 2023-07-06T06:44:01.113378 | 2023-06-23T14:14:48 | 2023-06-23T14:14:48 | 94,903,642 | 5 | 4 | Apache-2.0 | 2022-05-04T10:22:56 | 2017-06-20T15:00:38 | null | UTF-8 | PlantUML | false | false | 589 | puml | @startuml useCase4PatchModel
class PerformanceProfile_Update {
buyerProfileId: string
description: string
granularity: Interval
jobPriority: integer
outputFormat: OutputFormat
reportingPeriod: Interval
resultFormat: ResultFormat
}
enum Interval {
10 milliseconds
100 milliseconds
1 second
10 second
1 minute
5 minutes
15 minutes
30 minutes
1 hour
24 hours
1 month
1 year
not applicable
}
enum OutputFormat {
json
xml
avro
csv
}
enum ResultFormat {
payload
attachment
}
@enduml |
248cd5ce24c5f515e88044b29a6c3c21981a2bfb | b020941fcec631a94f9a9bf7bf309cf35a8a9e36 | /docs/diagrams/ItemManagerClassDiagram.puml | 78a824ba6f2c401280b00568d10ae8073f4ecf48 | [
"MIT"
] | permissive | SE-PandP/main | 959d8c0b5fae983c29aceedf0804e982d2f0c6b4 | 7bb36cf912c7129cdcdee013c4e5e5d399715463 | refs/heads/master | 2023-03-17T19:49:45.451238 | 2019-11-12T05:40:25 | 2019-11-12T05:40:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 745 | puml | @startuml
class ItemManager {
- model: Model
- storage: Storage
~ void updateItemTags()
}
interface Storage {
+ void saveXpire(ReadOnlyXpire)
+ void saveXpire(ReadOnlyXpire, Path)
}
interface Model {
~ void updateItemTags()
+ getXpire(): ReadOnlyXpire
}
class StorageManager {
- xpireStorage: XpireStorage
}
class ModelManager {
- xpire: Xpire
}
class Xpire {
- items: SortedUniqueItemList
~ void checkExpiryDates()
}
class SortedUniqueItemList {
+ Iterator<Item> iterator()
}
class Item {
- tags: Set<Tag>
+ boolean isItemExpired()
- void addTag(Tag)
}
ItemManager --> Model
ItemManager --> Storage
Storage <|.. StorageManager
Model <|.. ModelManager
ModelManager --> Xpire
Xpire --> SortedUniqueItemList
SortedUniqueItemList --> Item
@enduml
|
3c35a6fad2ca18baad2168721f16869210621bc4 | ad514d66d4c2025293fc940089b43533547f9e48 | /docs/class-diagram.puml | ae3dcd9b4b0aaf8020722f89f59d0087d131aaad | [
"Apache-2.0"
] | permissive | Blazemeter/RTEPlugin | 92b0b4d6accb4426ce6312ce074b55a0cc089a32 | 0691b0f4ae036df1cf36580d4824e295eeeff2dc | refs/heads/master | 2023-06-22T08:03:25.448776 | 2022-10-26T17:10:38 | 2022-10-26T17:10:38 | 138,763,228 | 19 | 11 | Apache-2.0 | 2023-06-14T22:25:55 | 2018-06-26T16:17:03 | Java | UTF-8 | PlantUML | false | false | 5,676 | puml | @startuml
skinparam monochrome true
hide empty members
package org.apache.jmeter.* {
abstract class AbstractConfigGui
abstract class AbstractSamplerGui
abstract class AbstractSampler
class GenericController
}
package com.blazemeter.jmeter.rte {
package sampler {
class RteConfigGui extends AbstractConfigGui {
}
RteSamplerGui ..> RteSampler
class RteSamplerGui extends AbstractSamplerGui {
}
RteConfigGui ..> RteSampler
class RteSampler extends AbstractSampler {
boolean disconnect
}
}
package core {
RteSampler --> RteProtocolClient
interface RteProtocolClient {
void connect(String server, int port, SSLType sslType, TerminalType terminalType, long timeOutMillis, long StableTimeOut)
String send(List<Input> input, List<WaitCondition> waiters)
void disconnect()
}
enum SecurityProtocol {
TLS
SSLv2
SSLv3
}
abstract class Input{
String input
}
class CoordInput extends Input{
Position position
}
class LabelInput extends Input{
String label
}
class TabulatorInput extends Input{
int offset
}
class Position {
int row
int column
}
class Area {
Position topLeft
Position bottomRight
}
class WaitCondition {
long timeoutMs
long stableForMs
}
class SyncWaitCondition extends WaitCondition
class CursorWaitCondition extends WaitCondition {
Position position
}
class SilentWaitCondition extends WaitCondition
class TextWaitCondition extends WaitCondition {
Area searchArea
String regex
}
package listener {
abstract class ConditionWaiter{
}
abstract class RequestListener{
}
interface TerminalStateListener{
void onTerminalStateChange()
}
}
}
package protocols {
package tn5250 {
package tn5250.listeners {
class Tn5250RequestListener extends RequestListener
abstract class Tn5250ConditionWaiter extends ConditionWaiter
}
class Tn5250Client implements RteProtocolClient {
}
}
package tn3270 {
package tn3270.listeners {
class Tn3270RequestListener extends RequestListener
abstract class Tn3270ConditionWaiter extends ConditionWaiter
}
class Tn3270Client implements RteProtocolClient {
}
}
}
package recorder {
package wait {
abstract class WaitConditionRecorder implements RecordingStateListener {
long maxStablePeriod
long stablePeriodThresholdMillis
}
class SyncWaitRecorder extends WaitConditionRecorder{
long stablePeriodMillis
}
class SilentWaitRecorder extends WaitConditionRecorder
class WaitConditionsRecorder{
long stablePeriodMillis
}
class TextWaitRecorder extends WaitConditionRecorder{
long stablePeriodMillis
long timestampWaitForText
Duque<Screenshot> screenshots
}
WaitConditionsRecorder "1" --> "1" SyncWaitRecorder
WaitConditionsRecorder "1" --> "1" SilentWaitRecorder
}
package emulator {
class Xtn5250TerminalEmulator implements TerminalEmulator
interface TerminalEmulator{
void start()
void stop()
void setCursor(int row, int col)
void setScreenSize(int columns, int rows)
void setKeyboardLock(boolean lock)
void soundAlarm()
void setScreen(Screen screen)
void addTerminalEmulatorListener(TerminalEmulatorListener terminalEmulatorListener)
}
interface TerminalEmulatorListener{
void onCloseTerminal()
void onAttentionKey(AttentionKey attentionKey, List<Input> inputs)
}
}
interface RecordingStateListener{
void onRecordingStart()
void onRecordingStop()
void onRecordingException(Exception e)
}
class RTERecorder extends GenericController implements TerminalEmulatorListener, RecordingStateListener, TerminalStateListener
class RTERecorderGui implements RecordingStateListener
class RTETemplateRepository
}
RecordingStateListener "1" <-- "1" RTERecorder
RTERecorderGui "1" ..> "1" RTETemplateRepository
RTERecorderGui "1" --> "1" RTERecorder
RTERecorder "0..1" --> "0..1" RteSampler
RTERecorder "0..1" --> "0..1" TerminalEmulator
RTERecorder "1" <-- "1" WaitConditionsRecorder
@enduml |
c77951c950331c6d5323e7df02f63e2f180df652 | 568d95c0dfabae8dadee934aee57526286d38186 | /exercise44/docs/Solution44UML.puml | e32e2db65790ab31c4182db608c006df5a9559c9 | [] | no_license | breemars/marsiano-a04 | 8e2b4f49ae717abe821dc9c6b48900c7ca25d2bd | 233f049d53d38cc47294ab6ecc7f3683c646aed6 | refs/heads/main | 2023-08-28T14:25:01.929222 | 2021-10-18T04:06:26 | 2021-10-18T04:06:26 | 415,429,473 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 473 | puml | @startuml
class Solution44{
'attributes
- data : List<String>
- productsList : List<Products>
- name: String
'methods
+objectList(List<String> data) : List<Products>
+searchProduct(List<Products> productsList, String name) : boolean
+readData() : List<String>
}
class Products{
'attributes
- name : String
- price : double
- quantity : int
'methods
+getName() : String
+getPrice() : Double
+getQuantity() : Int
}
@enduml |
7eb9744e64339219970663688d749ee880b40dd4 | cf1b07cd00320e0b1cdbd00854098d4099b23709 | /doc/prototype/prototype.puml | 49932176d3d1c228e898eb86d9c64ebc8b92fe7d | [] | no_license | beatkei/myjava | 92f8c95380b78a9adc6f8cc13080d7ccf10e9183 | 0ffa47cfadc75f6d02dcc70bf951ef4598641238 | refs/heads/master | 2020-03-21T08:59:52.216257 | 2019-03-14T00:49:18 | 2019-03-14T00:49:18 | 138,378,231 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 664 | puml | @startuml
package framwork {
class Manager {
showcase
register()
create()
}
interface Product {
use()
createClone()
}
}
class UnderlinePen {
ulchar
use()
createClone()
}
class MessageBox {
decochar
use()
createClone()
}
Product <|.do. UnderlinePen
Product <|.do. MessageBox
Manager -ri-> Product : Uses
note top of Manager
<size:10>Client
end note
note top of Product
<size:10>Prototype
end note
note left of UnderlinePen
<size:10>ConcreteProtptype
end note
note right of MessageBox
<size:10>ConcreteProtptype
end note
@enduml |
9c8c8b7263718b0e92763206e9c1a68eaee3b272 | 295836945ecfabdbc5204717680011d96c2ca71d | /home_work/week3/widgets.puml | faf57e67936531ced85a27eff66810a75dd0fb33 | [] | no_license | guxiaogang/arch-training-camp | 83c72f88d99bd8a4cc11806e6652aaa4936bc14c | 6bbd1979de80237a50fcb22b2f2c36ebdde450cc | refs/heads/master | 2022-11-21T01:00:41.776838 | 2020-07-29T13:59:56 | 2020-07-29T13:59:56 | 270,589,974 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 553 | puml | @startuml
abstract class Component{
- name
+ getName()
+ add(Component)
+ remove(Component)
# print()
}
abstract class Container{
- List<Component> components
+ add(Component)
+ remove(Component)
# print()
}
class WinForm {
}
class Frame {
}
Component <|-- Container
Container <|-- WinForm
Container <|-- Frame
abstract class Widget{
# print()
}
Component <|-- Widget
class Label
Widget <|-- Label
Widget <|-- Button
Widget <|-- Picture
Container *-- Component
class Client
Client -> Component
@enduml |
078c1378b46c3b9df3df353f42a92796f4cb0f25 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/AssetUpgrade/TrackUpgrade.puml | f4518835a0d3f2ace1610672683044f23aaebcf6 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 465 | puml | @startuml
class TrackAsset <<partial>> {
<<const>> k_LatestVersion : int
m_Version : int
OnBeforeSerialize() : void
OnAfterDeserialize() : void
UpgradeToLatestVersion() : void
}
enum Versions {
Initial= 0,
RotationAsEuler= 1,
RootMotionUpgrade= 2,
AnimatedTrackProperties= 3,
}
class TrackAssetUpgrade <<static>> {
}
ISerializationCallbackReceiver <|-- TrackAsset
TrackAsset +-- Versions
TrackAsset +-- TrackAssetUpgrade
@enduml
|
a4f2518ba361bd3f6f71b2310ef8a687fab42403 | 29e499c7049d725de515d0f0294f765b6bbb4dc3 | /DesignPattern/out/production/DesignPattern/com/ilike/abstractfactory/AbstractFactory.puml | ae2d4ec48b8b607f06fb5cf4e49dc0acdfad3803 | [] | no_license | dongyuancaizi/designPatternLearning | 70dddd9d156fd3d4e9c07bb4f94f76820b625308 | 1fbde529b073b9a205bffd90607574754d6aac50 | refs/heads/master | 2020-07-04T05:13:23.384529 | 2019-11-19T13:09:10 | 2019-11-19T13:09:10 | 202,167,833 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 570 | puml | @startuml
abstract class Pizza
interface AbstractFactory
class BJFactory
class LNFactory
class OrderPizza
Pizza <|-- BJCheesePizza
Pizza <|-- BJPepperPizza
Pizza <|-- LDCheesePizza
Pizza <|-- LDPepperPizza
AbstractFactory <|.up. BJFactory
AbstractFactory <|.up. LNFactory
LDCheesePizza <-- LNFactory
LDPepperPizza <-- LNFactory
BJCheesePizza <-- BJFactory
BJPepperPizza <-- BJFactory
OrderPizza o-up- AbstractFactory
interface AbstractFactory{
Pizza createPizza();
}
abstract class Pizza{
void prepare()
void bake()
void cut()
void box()
}
@enduml |
b10f29bd76818d6adeda45bf932dedd5b5b502af | dda7b506188d7a34ac15ae3b7c3a55f8c94eabe7 | /src/main/java/com/clexel/dp/uml/association2.puml | 6217b39b36fbee712743eba8c80f3180fc85f598 | [
"Apache-2.0"
] | permissive | jonathanzhan/design-pattern | 77e7088c37a40320c94f18f4f68dbfff260639d0 | 3b118a1e0769b78127ed806b95ff011db5b15be8 | refs/heads/master | 2021-07-05T21:20:38.942127 | 2019-08-29T09:37:57 | 2019-08-29T09:37:57 | 191,871,045 | 0 | 0 | Apache-2.0 | 2020-10-13T13:53:42 | 2019-06-14T03:37:20 | Java | UTF-8 | PlantUML | false | false | 137 | puml | @startuml
class Teacher{
-name:String
-students:List<Student>
}
class Student{
-name:String
}
Teacher --> Student
@enduml |
000797f6b00edf143c98219266e9f3dc7924d0d3 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Application/Services/Logical.puml | a39279c13f1aa0642bd7f716001161cc0458385a | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 728 | puml | @startuml
hide member
package "Analytics" #lightgreen {
}
package "Workloads" #lightgreen {
}
package "Cloud" #lightgreen {
}
rectangle "Application\nDeveloper" {
}
package "Application/Services" #lightblue {
interface "Application/Services" {
}
CLI ()-- "Application/Services"
REST ()-- "Application/Services"
Web ()-- "Application/Services"
abstract "Application" as A
abstract "Complex Service" as CS
abstract "Service" as S
abstract "Model" as M
A "1" o--> "n" S
CS "1" o--> "n" S
S <|-- CS
}
"Application\nDeveloper" --> "Application/Services"
"Workloads" --> "Application/Services"
"Application/Services" <- "Analytics"
"Application/Services" --> "Cloud"
@enduml
|
58a08b5b2458bb1d5fdbd59ceee586d68639ead2 | 6631f2c7a4b3fcde26546ab707faf8a2fa56b160 | /app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/transition/transition.plantuml | 1a1af6274362fa317e47f8c4f71aee66607ce626 | [] | no_license | DeniE46/iMet-raywenderlich- | a051175bbb549f111f6597e0cd9d4f8064ad14c9 | 698820ae72707421f5febaa4987428a258153660 | refs/heads/master | 2020-04-10T21:44:21.743382 | 2019-05-17T10:02:18 | 2019-05-17T10:02:18 | 161,305,177 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,028 | plantuml | @startuml
title __TRANSITION's Class Diagram__\n
package android.support.transition {
class R {
- R()
}
}
package android.support.transition {
class attr {
{static} + font : int
{static} + fontProviderAuthority : int
{static} + fontProviderCerts : int
{static} + fontProviderFetchStrategy : int
{static} + fontProviderFetchTimeout : int
{static} + fontProviderPackage : int
{static} + fontProviderQuery : int
{static} + fontStyle : int
{static} + fontWeight : int
- attr()
}
}
package android.support.transition {
class bool {
{static} + abc_action_bar_embed_tabs : int
- bool()
}
}
package android.support.transition {
class color {
{static} + notification_action_color_filter : int
{static} + notification_icon_bg_color : int
{static} + ripple_material_light : int
{static} + secondary_text_default_material_light : int
- color()
}
}
package android.support.transition {
class dimen {
{static} + compat_button_inset_horizontal_material : int
{static} + compat_button_inset_vertical_material : int
{static} + compat_button_padding_horizontal_material : int
{static} + compat_button_padding_vertical_material : int
{static} + compat_control_corner_material : int
{static} + notification_action_icon_size : int
{static} + notification_action_text_size : int
{static} + notification_big_circle_margin : int
{static} + notification_content_margin_start : int
{static} + notification_large_icon_height : int
{static} + notification_large_icon_width : int
{static} + notification_main_column_padding_top : int
{static} + notification_media_narrow_margin : int
{static} + notification_right_icon_size : int
{static} + notification_right_side_padding_top : int
{static} + notification_small_icon_background_padding : int
{static} + notification_small_icon_size_as_large : int
{static} + notification_subtext_size : int
{static} + notification_top_pad : int
{static} + notification_top_pad_large_text : int
- dimen()
}
}
package android.support.transition {
class drawable {
{static} + notification_action_background : int
{static} + notification_bg : int
{static} + notification_bg_low : int
{static} + notification_bg_low_normal : int
{static} + notification_bg_low_pressed : int
{static} + notification_bg_normal : int
{static} + notification_bg_normal_pressed : int
{static} + notification_icon_background : int
{static} + notification_template_icon_bg : int
{static} + notification_template_icon_low_bg : int
{static} + notification_tile_bg : int
{static} + notify_panel_notification_icon_bg : int
- drawable()
}
}
package android.support.transition {
class id {
{static} + action_container : int
{static} + action_divider : int
{static} + action_image : int
{static} + action_text : int
{static} + actions : int
{static} + async : int
{static} + blocking : int
{static} + chronometer : int
{static} + forever : int
{static} + ghost_view : int
{static} + icon : int
{static} + icon_group : int
{static} + info : int
{static} + italic : int
{static} + line1 : int
{static} + line3 : int
{static} + normal : int
{static} + notification_background : int
{static} + notification_main_column : int
{static} + notification_main_column_container : int
{static} + parent_matrix : int
{static} + right_icon : int
{static} + right_side : int
{static} + save_image_matrix : int
{static} + save_non_transition_alpha : int
{static} + save_scale_type : int
{static} + tag_transition_group : int
{static} + text : int
{static} + text2 : int
{static} + time : int
{static} + title : int
{static} + transition_current_scene : int
{static} + transition_layout_save : int
{static} + transition_position : int
{static} + transition_scene_layoutid_cache : int
{static} + transition_transform : int
- id()
}
}
package android.support.transition {
class integer {
{static} + status_bar_notification_info_maxnum : int
- integer()
}
}
package android.support.transition {
class layout {
{static} + notification_action : int
{static} + notification_action_tombstone : int
{static} + notification_template_custom_big : int
{static} + notification_template_icon_group : int
{static} + notification_template_part_chronometer : int
{static} + notification_template_part_time : int
- layout()
}
}
package android.support.transition {
class string {
{static} + status_bar_notification_info_overflow : int
- string()
}
}
package android.support.transition {
class style {
{static} + TextAppearance_Compat_Notification : int
{static} + TextAppearance_Compat_Notification_Info : int
{static} + TextAppearance_Compat_Notification_Line2 : int
{static} + TextAppearance_Compat_Notification_Time : int
{static} + TextAppearance_Compat_Notification_Title : int
{static} + Widget_Compat_NotificationActionContainer : int
{static} + Widget_Compat_NotificationActionText : int
- style()
}
}
package android.support.transition {
class styleable {
{static} + FontFamily : int[]
{static} + FontFamily_fontProviderAuthority : int
{static} + FontFamily_fontProviderCerts : int
{static} + FontFamily_fontProviderFetchStrategy : int
{static} + FontFamily_fontProviderFetchTimeout : int
{static} + FontFamily_fontProviderPackage : int
{static} + FontFamily_fontProviderQuery : int
{static} + FontFamilyFont : int[]
{static} + FontFamilyFont_android_font : int
{static} + FontFamilyFont_android_fontWeight : int
{static} + FontFamilyFont_android_fontStyle : int
{static} + FontFamilyFont_font : int
{static} + FontFamilyFont_fontStyle : int
{static} + FontFamilyFont_fontWeight : int
- styleable()
}
}
R +-down- attr
R +-down- bool
R +-down- color
R +-down- dimen
R +-down- drawable
R +-down- id
R +-down- integer
R +-down- layout
R +-down- string
R +-down- style
R +-down- styleable
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
5621ae482f47404cdef71b33346bfb95f007da4e | 40d2d1ea69278efa8c40813a22359d097e358765 | /docs/assets/puml/decorator.puml | 5414f6379578ef8253e6a5ba3f98758857930127 | [
"Apache-2.0"
] | permissive | diguage/deep-in-design-patterns | 13da7f045b6bef0237fd65524c50187eaf9b4b29 | fa7a1eb1efadb35ce45161eac5f27b27d4452b51 | refs/heads/master | 2022-08-27T10:18:16.532561 | 2022-07-31T10:08:04 | 2022-07-31T10:08:04 | 158,669,757 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,269 | puml | @startuml
title "**装饰模式**"
abstract class Component {
+ {abstract} operation() :void
}
note right: Component 是定义一个对象接口,\n可以给这些对象动态地添加职责。
class ConcreteComponent {
+ operation() :void
}
note "ConcreteComponent 是定义了\n一个具体的对象,也可以给这个\n对象添加一些职责。" as ccn
ccn .. ConcreteComponent
abstract class Decorator {
- component :Component
+ {abstract} operation() :void
}
note "Decorator,装饰抽象类,\n继承了 Component,从外类\n来扩展 Component 的功能,\n但对于 Component 来说,\n是无需知道 Decorator 的存在的。" as dn
Decorator .. dn
class ConcreteDecoratorA {
+ operation() :void
}
class ConcreteDecoratorB {
+ operation() :void
- addBehavior() :void
}
note "ConcreteDecorator 就是具体的装饰对象,\n起到给 Component 添加职责的功能。" as cdn
'cdn .. ConcreteDecoratorA
'cdn .. ConcreteDecoratorB
ConcreteDecoratorA .. cdn
ConcreteDecoratorB .. cdn
Decorator "-component" o--> Component #green;text:green
Component <|-- ConcreteComponent
Component <|-- Decorator
Decorator <|-- ConcreteDecoratorA
Decorator <|-- ConcreteDecoratorB
footer D瓜哥 · https://www.diguage.com · 出品
@enduml
|
74f46bce96d6309b233d8ed4bc0c5545d089078e | ce4521625591dbb05ffa372aef06b1a444b853a3 | /uml/proxy.puml | c918a6ec4527c72c1aea865bce37cd6889ce01e5 | [
"MIT"
] | permissive | azdanov/design-patterns | 9a7c60ef1873c9140e4252b1366f4232a687f4bf | 199600980f998aa5e64c204186cd69af2f02a9df | refs/heads/master | 2021-01-25T14:03:43.786246 | 2018-03-31T21:18:32 | 2018-03-31T21:18:32 | 123,643,994 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 217 | puml | @startuml Proxy
interface Subject {
request();
}
class RealSubject implements Subject {
request();
}
class Proxy implements Subject {
request();
}
RealSubject -[hidden]> Proxy
RealSubject <-- Proxy
@enduml
|
89d8c9d2d48f90fb3e8984c4030e767bb48fa5c7 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Manipulators/Utils/EditModeReplaceUtils.puml | f5d29f317e1cb6de11274bbfc06f9df0e644042e | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 208 | puml | @startuml
class EditModeReplaceUtils <<static>> {
+ {static} Insert(itemsGroups:IEnumerable<ItemsPerTrack>) : void
{static} Insert(track:TrackAsset, items:IEnumerable<ITimelineItem>) : void
}
@enduml
|
d007de0876bfdd2e77d69dfc2825ec329b1599b6 | a66183dc4477e9e32317cd4a1f0a15cdd4caa7db | /schema/schema.puml | 53f1d259e6c4159a9dee19f654e49d963131b194 | [
"MIT"
] | permissive | d-tolstov/Ax2009-NPOI | 480dc4bbfa33e18e31a1581f206a854edf9f7feb | 0549ac6d3cd92b17d31830585b8dbf695e391820 | refs/heads/master | 2022-12-15T22:37:30.636050 | 2020-09-19T17:46:17 | 2020-09-19T17:46:17 | 296,913,813 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 687 | puml | @startuml "Ax2009-NPOI"
class NPOIWorkbook{
}
NPOIWorkbook o- NPOIWorksheet
interface NPOI.SS.UserModel.IWorkbook{}
NPOI.SS.UserModel.IWorkbook --o NPOIWorkbook
class NPOIWorksheet{
}
NPOIWorksheet o- NPOIRow
interface NPOI.SS.UserModel.ISheet{}
NPOI.SS.UserModel.ISheet --o NPOIWorksheet
class NPOIRowEnumerator{
}
NPOIWorksheet o-- NPOIRowEnumerator
class NPOIRow{
}
NPOIRow o- NPOICell
NPOIRow -o NPOIRowEnumerator
interface NPOI.SS.UserModel.IRow{}
NPOI.SS.UserModel.IRow --o NPOIRow
class NPOICellEnumerator{
}
NPOIRow o-- NPOICellEnumerator
class NPOICell{
}
NPOICell -o NPOICellEnumerator
interface NPOI.SS.UserModel.ICell{}
NPOICell o-- NPOI.SS.UserModel.ICell
@enduml |
d78c68cf49e7de3338b5c7c88c4941d79513202e | 02b0d37dad8182bfbc5414bbd250f36c6e888b28 | /PlantUml/Scripts/Libs/SceneLoadManager.puml | ce0b4a8c21319936799e6a6405db4381b9347091 | [] | no_license | Darcy97/U3D_Libs | ee8b1afb4e4cdc99fd80ab404fc8171cf2181ca0 | cc6143112916cafa346a00bc1fab7841b7888444 | refs/heads/master | 2020-06-21T16:37:56.155301 | 2019-08-20T07:04:09 | 2019-08-20T07:04:09 | 197,504,293 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 259 | puml | @startuml
class SceneLoadManager {
+ {static} Instance : SceneLoadManager <<get>>
- SceneLoadManager()
- _currentScene : string
+ LoadScene(name:string) : void
+ GetCurrentSceneName() : string
}
MonoBehaviour <|-- SceneLoadManager
@enduml
|
a360034a9bf4f7d1c369caae64b6ec00ffabb20b | 7a661200b9d1db1d48ad8c69da063264136bfc45 | /uml/app.puml | 85dbe986318e6c05cef4917f855022a9b7292731 | [] | no_license | rachelsch1/schwarz-cop3330-assignment4part2 | 4baae755124c5307d2350ecf7e3afd7884a136f5 | bf0cf301366f2c6a9497e2fdce3226f3e0152a69 | refs/heads/main | 2023-06-16T03:52:51.641250 | 2021-07-12T03:11:26 | 2021-07-12T03:11:26 | 385,110,526 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,635 | puml | @startuml
'https://plantuml.com/sequence-diagram
class ListViewController {
initialize()
initTable()
initCols()
editableCols()
loadData()
loadNewData()
setTitle()
itemAdded()
backButtonClicked()
deleteItemButtonClicked()
deleteListButtonClicked()
listTitleEdited()
loadComplete()
loadIncomplete()
showCompleteButtonClicked()
showIncompleteButtonClicked()
showAllButtonClicked()
markedComplete()
markedIncomplete()
saveListButtonClicked()
}
class ListViewOpenController {
selectedList: List
initialize()
initTable()
initCols()
editableCols()
loadData()
itemAdded()
backButtonClicked()
deleteItemButtonClicked()
deleteListButtonClicked()
listTitleEdited()
loadComplete()
loadIncomplete()
showCompleteButtonClicked()
showIncompleteButtonClicked()
showAllButtonClicked()
markedComplete()
markedIncomplete()
saveListButtonClicked()
}
class MainClass {
main()
start()
}
class List {
title: String
itemList: ObservableList<Item>
directory: String
List()
getTitle()
setTitle()
setDirectory()
createFile()
loadList()
}
class Item {
description: String
dueDate: DatePicker
status: CheckBox
Item()
setDescription()
getDescription()
setDueDate()
getDueDate()
getStatus()
setStatus()
}
javafx.Application <|-- MainClass
MainClass <|-- List
List -- ListViewController
List -- ListViewOpenController
List - Item
@enduml |
aa0c9330c2107ae401fa3ba649acf503f6cc3da2 | 0c050924fe55e7b4fa6dcbe1897ab086730b28dc | /Project1/app/app.plantuml | 9bf2114bd32398af499d490cab4ded7172b12d12 | [] | no_license | Jeremyrodgers123/androidApp | a1a9cabcfc3334c416fff83f15d90b35202b33a6 | dfe0ce21673cd5f4a6bbf846cde721c2640c9e69 | refs/heads/master | 2020-12-07T12:17:17.634198 | 2020-01-09T04:10:18 | 2020-01-09T04:10:18 | 232,720,195 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,276 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace com.main.project1 {
abstract class com.main.project1.AppDb {
}
}
namespace com.main.project1 {
class com.main.project1.AppDb_Impl {
}
}
namespace com.main.project1 {
class com.main.project1.BuildConfig {
}
}
namespace com.main.project1 {
class com.main.project1.DashboardActivity {
}
}
namespace com.main.project1 {
class com.main.project1.DashboardAdapter {
}
}
namespace com.main.project1 {
class com.main.project1.DashboardData {
}
}
namespace com.main.project1 {
class com.main.project1.DashboardFragment {
}
}
namespace com.main.project1 {
class com.main.project1.FitnessActivity {
}
}
namespace com.main.project1 {
class com.main.project1.FitnessProfile {
}
}
namespace com.main.project1 {
interface com.main.project1.FitnessProfileDao {
}
}
namespace com.main.project1 {
class com.main.project1.FitnessProfileDao_Impl {
}
}
namespace com.main.project1 {
class com.main.project1.FitnessProfileFragment {
}
}
namespace com.main.project1 {
class com.main.project1.HeaderFragment {
}
}
namespace com.main.project1 {
class com.main.project1.JSONWeatherUtils {
}
}
namespace com.main.project1 {
class com.main.project1.LocationData {
}
}
namespace com.main.project1 {
class com.main.project1.LoginActivity {
}
}
namespace com.main.project1 {
class com.main.project1.MainActivity {
}
}
namespace com.main.project1 {
class com.main.project1.NewUserLoginFragment {
}
}
namespace com.main.project1 {
class com.main.project1.UserProfile {
}
}
namespace com.main.project1 {
class com.main.project1.UserProfileActivity {
}
}
namespace com.main.project1 {
interface com.main.project1.UserProfileDao {
}
}
namespace com.main.project1 {
class com.main.project1.UserProfileDao_Impl {
}
}
namespace com.main.project1 {
class com.main.project1.UserProfileFragment {
}
}
namespace com.main.project1 {
class com.main.project1.VolleySingleton {
}
}
namespace com.main.project1 {
class com.main.project1.WeatherActivity {
}
}
namespace com.main.project1 {
class com.main.project1.WeatherData {
}
}
namespace com.main.project1 {
class com.main.project1.WeatherDataFragment {
}
}
com.main.project1.AppDb -up-|> androidx.room.RoomDatabase
com.main.project1.AppDb_Impl -up-|> com.main.project1.AppDb
com.main.project1.AppDb_Impl o-- com.main.project1.FitnessProfileDao : _fitnessProfileDao
com.main.project1.AppDb_Impl o-- com.main.project1.UserProfileDao : _userProfileDao
com.main.project1.DashboardActivity .up.|> com.main.project1.DashboardAdapter.OnClickListener
com.main.project1.DashboardActivity .up.|> com.main.project1.UserProfileFragment.OnFragmentInteractionListener
com.main.project1.DashboardActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.DashboardAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter
com.main.project1.DashboardAdapter o-- com.main.project1.DashboardAdapter.OnClickListener : mOnClickListener
com.main.project1.DashboardData .up.|> android.os.Parcelable
com.main.project1.DashboardFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.FitnessActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.FitnessProfile .up.|> java.io.Serializable
com.main.project1.FitnessProfile o-- com.main.project1.FitnessProfile.WeightGoal : Goal
com.main.project1.FitnessProfile o-- com.main.project1.FitnessProfile.FitnessLevel : Level
com.main.project1.FitnessProfileDao_Impl .up.|> com.main.project1.FitnessProfileDao
com.main.project1.FitnessProfileFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.FitnessProfileFragment o-- com.main.project1.AppDb : appDb
com.main.project1.FitnessProfileFragment o-- com.main.project1.FitnessProfileDao : fitnessProfileDao
com.main.project1.FitnessProfileFragment o-- com.main.project1.FitnessProfile : mCurrentFitnessProfile
com.main.project1.FitnessProfileFragment o-- com.main.project1.FitnessProfileFragment.UserHeight : mCurrentUserHeight
com.main.project1.FitnessProfileFragment o-- com.main.project1.FitnessProfile : mSavedFitnessProfile
com.main.project1.FitnessProfileFragment o-- com.main.project1.UserProfile : mUserProfile
com.main.project1.FitnessProfileFragment o-- com.main.project1.UserProfileDao : userProfileDao
com.main.project1.HeaderFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.LoginActivity .up.|> android.view.View.OnClickListener
com.main.project1.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.MainActivity .up.|> android.view.View.OnClickListener
com.main.project1.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.NewUserLoginFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.UserProfile .up.|> java.io.Serializable
com.main.project1.UserProfileActivity .up.|> com.main.project1.UserProfileFragment.OnFragmentInteractionListener
com.main.project1.UserProfileActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.UserProfileDao_Impl .up.|> com.main.project1.UserProfileDao
com.main.project1.UserProfileFragment .up.|> android.view.View.OnClickListener
com.main.project1.UserProfileFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.UserProfileFragment o-- com.main.project1.UserProfileFragment.OnFragmentInteractionListener : mFragmentInteractionListener
com.main.project1.UserProfileFragment o-- com.main.project1.UserProfile : mUserProfile
com.main.project1.UserProfileFragment o-- com.main.project1.UserProfileDao : mUserProfileDao
com.main.project1.WeatherActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.main.project1.WeatherData o-- com.main.project1.WeatherData.Clouds : mClouds
com.main.project1.WeatherData o-- com.main.project1.WeatherData.CurrentCondition : mCurrentCondition
com.main.project1.WeatherData o-- com.main.project1.LocationData : mLocationData
com.main.project1.WeatherData o-- com.main.project1.WeatherData.Rain : mRain
com.main.project1.WeatherData o-- com.main.project1.WeatherData.Snow : mSnow
com.main.project1.WeatherData o-- com.main.project1.WeatherData.Temperature : mTemperature
com.main.project1.WeatherData o-- com.main.project1.WeatherData.Wind : mWind
com.main.project1.WeatherDataFragment .up.|> android.view.View.OnClickListener
com.main.project1.WeatherDataFragment -up-|> androidx.fragment.app.Fragment
com.main.project1.WeatherDataFragment o-- com.main.project1.AppDb : appDb
com.main.project1.WeatherDataFragment o-- com.main.project1.UserProfile : mUserProfile
com.main.project1.WeatherDataFragment o-- com.main.project1.UserProfileDao : userProfileDao
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
f80dbfbce0fbcd0d08fbb144ab8bf274b2688748 | 6d666244c20eb70b4d1b2393c64de25f8d961d09 | /app/src/main/java/com/example/edelhome/ui/tools/tools.plantuml | 13d1d1ab5c7d1a7a0281313cd91650bca19d49b0 | [] | no_license | Neptun95/EdelHomeAPP | 582c3ed65a3b630878fd36de0a0e75a4955d3f89 | bcf529dfdd6c5ac67c8ee7809c360b31bd065f8d | refs/heads/master | 2021-02-24T21:33:00.940882 | 2020-03-06T14:35:23 | 2020-03-06T14:35:23 | 245,442,067 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,211 | plantuml | @startuml
title __TOOLS's Class Diagram__\n
namespace com.example.edelhome {
namespace ui.tools {
class com.example.edelhome.ui.tools.ToolsFragment {
- Auth : FirebaseAuth
- btnAb : Button
- btnAn : Button
+ onCreateView()
}
}
}
namespace com.example.edelhome {
namespace ui.tools {
class com.example.edelhome.ui.tools.ToolsViewModel {
- mText : MutableLiveData<String>
+ ToolsViewModel()
+ getText()
}
}
}
com.example.edelhome.ui.tools.ToolsFragment -up-|> androidx.fragment.app.Fragment
com.example.edelhome.ui.tools.ToolsFragment o-- com.example.edelhome.MainActivity : main
com.example.edelhome.ui.tools.ToolsFragment o-- com.example.edelhome.ui.home.HomeFragment : mainFragment
com.example.edelhome.ui.tools.ToolsFragment o-- com.example.edelhome.ui.tools.ToolsViewModel : toolsViewModel
com.example.edelhome.ui.tools.ToolsViewModel -up-|> androidx.lifecycle.ViewModel
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
31bca447dcacc5948a680894da84a152058a93f1 | e84cdf400a0c388fb619ee59d2e9b7088c68a42e | /Lab submits/60030112/Task 1/Task 1.puml | bc0bf3fc7c7f9969dfaff51e829bfef6c8583b7e | [] | no_license | 03376808-OOAD/OOAD-WEEK09 | d26687e13b991490dd87ed39c672401b613de35d | 5d1067a52587f950b5abf6e89de8a951f752266d | refs/heads/master | 2022-09-08T11:20:50.411169 | 2020-06-01T09:05:32 | 2020-06-01T09:05:32 | 69,578,305 | 0 | 10 | null | 2020-06-01T09:05:33 | 2016-09-29T14:57:50 | null | UTF-8 | PlantUML | false | false | 855 | puml | @startuml
skinparam classAttributeIconSize 0
hide circle
class car{
+ Body
+ Wheels
+ Brand
- Engine()
- Stereo()
+ Door()
}
class Engine{
+ RB26 DETT
- Pistond()
- SpearkPlugs()
}
class Stereo{
+ slot input USB and CD/DVD
+ Screen
- Rradio()
- Cassette()
}
class Door{
+ Door left
+ Door righ
+ Bonnet
+ handle left()
+ handle righ()
+ handle bonnet()
}
class Pistond{
- HKS NI PISTON
KIT RB26 87 S2
}
class SpearkPlugs{
- SUPER SPARK COIL
PACKS - R34 RB25DET NOE
}
class Radio{
- Audio
}
class Cassette{
- mp3
- mp3
}
class Handle{
+ Handle left
+ Handle eight
+ handle bonnet
}
class Tuner{
- FM/AM
}
car o-- "1...1"Engine
car o-- "1...1"Stereo
car o-- "1...n"Door
Engine o-- "1...1"Pistond
Engine o-- "1...1"SpearkPlugs
Stereo o-- "1...1"Radio
Stereo o-- "1...1"Cassette
Door o-- "1...n"Handle
Radio o-- "1..n"Tuner
@enduml |
5aa9ed7a52786982a4aab660a16a43caf72a04d6 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/Runner/DefaultTestWorkItem.puml | 003b8dce78cdaf28e54865ae212620b8b9f6139b | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 238 | puml | @startuml
class EditModeTestCallbacks {
}
class DefaultTestWorkItem {
+ DefaultTestWorkItem(test:TestMethod, filter:ITestFilter)
}
EditModeTestCallbacks --> "RestoringTestContext" Action
UnityWorkItem <|-- DefaultTestWorkItem
@enduml
|
123c10fe0922663cd33a61ce36c14149b9adaa4e | 73a2ec211090e75d728bfe08f07f90a50ecde9d4 | /src/uml/spendingListClass.puml | e2bff62f766dc48bd080a5852ee57cea3f6c23b3 | [] | no_license | AY2021S1-CS2113T-F14-2/tp | 080d69cd41305be497efb4e92db44b2ea28bb153 | da1045800fbd5bc280f052ed9943717dc2cf66f6 | refs/heads/master | 2023-01-05T11:52:07.039686 | 2020-11-09T15:08:14 | 2020-11-09T15:08:14 | 297,841,937 | 0 | 5 | null | 2020-11-09T15:08:15 | 2020-09-23T03:31:27 | Java | UTF-8 | PlantUML | false | false | 313 | puml | @startuml
hide circle
hide members
skinparam classAttributeIconSize 0
class SpendingList
class Item
Enum "<<Enumeration>>\nCategory"
class "{abstract}\nCommand"
SpendingList *--> "*" Item
Item -> "<<Enumeration>>\nCategory"
"{abstract}\nCommand" -right-> SpendingList : execute
SpendingList -> Storage
@enduml |
591ccccfe35109eeec7bf0e0f9e2892a5f0b3200 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ParcelRemovedFromDeliveryMessage.puml | ae62706914faa5399b7604ccfa63d228dad6da15 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,241 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ParcelRemovedFromDeliveryMessage [[ParcelRemovedFromDeliveryMessage.svg]] extends OrderMessage {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
deliveryId: String
parcel: [[Parcel.svg Parcel]]
shippingKey: String
}
interface OrderMessage [[OrderMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
|
2833ab255db99f2dc3be80c7c21061aa63b97f80 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedQuoteSetSellerCommentAction.puml | cf6d2de648c5606dafdb502e10dbb93a684bdce5 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 479 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface StagedQuoteSetSellerCommentAction [[StagedQuoteSetSellerCommentAction.svg]] extends StagedQuoteUpdateAction {
action: String
sellerComment: String
}
interface StagedQuoteUpdateAction [[StagedQuoteUpdateAction.svg]] {
action: String
}
@enduml
|
0a4fb3ddea5e7f5bd774e8d66cff44f7064f8660 | a7db7f381f681f7b863a0d8fafab1c7be61f07ff | /reponses/io.puml | 50f5c92f6a4e8e4183bcc7825e3d94f863ccf839 | [] | no_license | Ramin-Erwyn/mapc-cc1 | 03b0af4fc06a629c3362bfe0ebf5084c626d514b | 04c434f122c324775ca2225a1f0d791147a3b298 | refs/heads/master | 2023-01-03T02:30:50.606721 | 2020-11-03T16:35:35 | 2020-11-03T16:35:35 | 309,746,429 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 415 | puml | @startuml
package io{
class io.ServiceDefinitionLoader {
- SERVICES_PROPERTIES : String
- LOADER : ServiceDefinitionLoader
- REGEX : String
- properties : Properties
+ instance():ServiceDefinitionLoader
+ ServiceDefinitionLoader()
+ serviceTypes() :Set<String>
+ implementingComponentTypesOf(String serviceType):Optional<Set<String>>
}
}
@enduml |
88ac08240da2e9a553e84ba37b2304c4948d4a45 | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/structural/proxy/dynamic/class-diagram.puml | a968e1604232c6ae00478999b0685f809211ab26 | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,533 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title Dynamic Proxy Pattern Example
interface ILink {
+ String getUrl()
+ String getRel()
}
class ApiLink {
- String url, rel, title
+ String getUrl()
+ String getRel()
+ String getTitle()
}
class DynamicProxyFactory {
+ {static} <T> T createProxy(Class<T> clazz, final Object obj)
- {static} boolean hasSameMethodSignatures(Class clazz, Object obj)
}
DynamicProxyFactory --> ILink: clazz
DynamicProxyFactory --> ApiLink: obj
note top of DynamicProxyFactory
//createProxy method code
if(clazz != null && obj != null && hasSameMethodSignatures(clazz, obj))
return (T)Proxy.newProxyInstance(clazz.getClassLoader(), new Class[]{clazz}, new InvocationHandler() {
@Override
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
return obj.getClass().getDeclaredMethod(method.getName(), method.getParameterTypes()).invoke(obj, args);
}
}
);
return null;
end note
note right of DynamicProxyFactory::hasSameMethodSignatures
check if obj has the
same methods of clazz
end note
DynamicProxyFactory --> java.lang.reflect.InvocationHandler: use
DynamicProxyFactory --> java.lang.reflect.Proxy: use
DynamicProxyFactory --> java.lang.reflect.Method: use
@enduml |
4b116321449f86f424969722d23f1c4fcc6ba57d | 922c17c800bee31feb2679e8c9ec5262c959ca75 | /src/main/java/com/ayoungya/patternDesign/behavioral/mediator/Sale.puml | 57ce77227a2e962288dda375976c7b6e51e05556 | [] | no_license | AyoungYa/java-tips | 9dd20a3abd7dc1e03820a1067eaeb4c83cb9bd98 | 39834dcfe4acd4b006d46b2070fbb80d1e1d06e9 | refs/heads/master | 2022-12-22T16:09:29.874270 | 2020-07-22T01:06:36 | 2020-07-22T01:06:36 | 81,182,318 | 1 | 0 | null | 2022-12-16T02:16:55 | 2017-02-07T07:58:57 | Java | UTF-8 | PlantUML | false | false | 1,406 | puml | @startuml
class Purchase {
void buyIBMcomputer(int number)
void refuseBuyIBM()
}
class Sale{
void sellIBMComputer(int number)
int getSaleStatus()
void offSale()
}
class Stock{
static int COMPUTER_NUMBER = 100
void increase(int number)
void decrease(int number)
int getStockNumber()
void clearStock()
}
abstract class AbstractMediator{
Purchase purchase
Sale sale
Stock stock
AbstractMediator()
void execute(String str, Object... objects)
}
class Mediator{
void execute(String str, Object... objects)
}
abstract class AbstractColleague{
AbstractMediator mediator
AbstractColleague(AbstractMediator mediator)
}
Mediator --up|> AbstractMediator
Mediator <-right-- Purchase
Mediator <-left-- Sale
Mediator <-up-- Stock
Stock --down|> AbstractColleague
Purchase --|> AbstractColleague
Sale --|> AbstractColleague
'Purchase ..right "购管理者"
'Purchase <--left-> Sale
'Purchase <---down-> Stock
'Sale <---down-> Stock
'Sale ..left "销售管理"
'Stock ..left "存货管理"
'abstract class AbstractList
'abstract AbstractCollection
'interface List
'interface Collection
'
'List <|-- AbstractList
'Collection <|-- AbstractCollection
'
'Collection <|- List
'AbstractCollection <|- AbstractList
'AbstractList <|-- ArrayList
'
'class ArrayList {
'Object[] elementData
'size()
'}
'enum TimeUnit {
'DAYS
'HOURS
'MINUTES
'}
@enduml |
96451f10a3e06af1b5f90cb49c82cbaf99bbe99c | aefdc6e26db90fe88c57b7eecde5596afc49d4cb | /src/test/resources/domain-diagram.plantuml | b1d117f5606c43386c189cdf567c85a304e5312c | [
"Apache-2.0"
] | permissive | jboz/plantuml-builder | 724bf75b2d5794b53603f8a9f60b01ae8b79116c | 266d960a5d4a7c8e18048ddd7360df221428a0c4 | refs/heads/main | 2023-08-06T15:42:33.576311 | 2023-07-21T23:24:51 | 2023-07-21T23:24:51 | 89,647,955 | 41 | 13 | Apache-2.0 | 2023-07-21T23:22:32 | 2017-04-27T23:14:47 | Java | UTF-8 | PlantUML | false | false | 765 | plantuml | @startuml
package ch.ifocusit.plantuml.test.helper.domain.material <<Folder>> {
class "Car"
interface "Machine"
interface "Vehicule"
class "Wheel"
}
class "Car" {
brand : String
model : String
drivers : Set<Driver>
price : Price
wheels : Collection<Wheel>
addDriver(Driver) : Car
addWheel(Wheel)
buyBy(Driver, BigDecimal, Devise) : Driver
}
enum "Devise" {
CHF
EUR
USD
}
class "Driver" {
name : String
cars : List<Car>
addCar(Car)
buy(Car)
}
class "Price" {
amount : BigDecimal
devise : Devise
}
interface "Vehicule"
class "Wheel"
"Car" --> "Devise" : use
"Car" "*" <-> "*" "Driver" : drivers/cars
"Car" --> "Price" : price
"Car" --> "*" "Wheel" : wheels
"Price" --> "Devise" : devise
"Vehicule" <|-- "Car"
@enduml |
9a7fdfd200df232ee415a3340a8056ab2c44b408 | c8002de729ea7f503a29ce37bf98e9d53a54b786 | /InventoryManagement/include2.puml | 770da960663b4ed86783c22658599a7f348fc77b | [] | no_license | RostilKant/InventoryManagement | bb1fb4e890cb389944f8a890f67acba5b6c1e32b | c21c670b6388026a03e461f577396a8f573d4c65 | refs/heads/master | 2023-06-01T15:50:49.141521 | 2021-06-17T07:21:23 | 2021-06-17T07:21:23 | 341,509,343 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 10,664 | puml | @startuml
class ApplicationContext {
}
"IdentityDbContext`3" "<User,IdentityRole<Guid>,Guid>" <|-- ApplicationContext
class MappingProfile {
}
Profile <|-- MappingProfile
class Program <<static>> {
}
class Startup {
}
class AccessoryRepository {
}
"RepositoryBase`1" "<Accessory>" <|-- AccessoryRepository
IAccessoryRepository <|-- AccessoryRepository
class ComponentRepository {
}
"RepositoryBase`1" "<Component>" <|-- ComponentRepository
IComponentRepository <|-- ComponentRepository
class ConsumableRepository {
}
"RepositoryBase`1" "<Consumable>" <|-- ConsumableRepository
IConsumableRepository <|-- ConsumableRepository
class DeviceRepository {
}
"RepositoryBase`1" "<Device>" <|-- DeviceRepository
IDeviceRepository <|-- DeviceRepository
class EmployeeRepository {
}
"RepositoryBase`1" "<Employee>" <|-- EmployeeRepository
IEmployeeRepository <|-- EmployeeRepository
class LicenseRepository {
}
"RepositoryBase`1" "<License>" <|-- LicenseRepository
ILicenseRepository <|-- LicenseRepository
abstract class "RepositoryBase`1"<T> {
}
"IRepositoryBase`1" "<T>" <|-- "RepositoryBase`1"
class RepositoryManager {
}
IRepositoryManager <|-- RepositoryManager
class AccessoryService {
}
IAccessoryService <|-- AccessoryService
class AuthenticationService {
}
IAuthenticationService <|-- AuthenticationService
class ComponentService {
}
IComponentService <|-- ComponentService
class ConsumableService {
}
IConsumableService <|-- ConsumableService
class DeviceService {
}
IDeviceService <|-- DeviceService
class EmployeeService {
}
IEmployeeService <|-- EmployeeService
class LicenseService {
}
ILicenseService <|-- LicenseService
class UserService {
}
IUserService <|-- UserService
class DeviceConfiguration {
}
"IEntityTypeConfiguration`1" "<Device>" <|-- DeviceConfiguration
class EmployeeConfiguration {
}
"IEntityTypeConfiguration`1" "<Employee>" <|-- EmployeeConfiguration
class RoleConfiguration {
}
"IEntityTypeConfiguration`1" "<IdentityRole<Guid>>" <|-- RoleConfiguration
class AssetForAssignDto {
}
enum AccessoryCategory {
Monitors= 1,
Mousses= 2,
Keyboards= 3,
Webcams= 4,
Routers= 5,
}
enum AssetAssignType {
Removing= 1,
Adding= 2,
}
enum AssetStatus {
Archived= 1,
Deployable= 2,
UnDeployable= 3,
Pending= 4,
Active= 5,
}
enum ComponentCategory {
CPU= 1,
RAM= 2,
SSD= 3,
HDD= 4,
GPU= 5,
}
enum ConsumableCategory {
Printer_Paper= 1,
Printer_Ink= 2,
Monitor_Napkins= 3,
}
enum DeviceCategory {
Desktops= 1,
Laptops= 2,
Servers= 3,
Phones= 4,
Printers= 5,
Faxes= 6,
Routers= 7,
CoffeeMachines= 8,
}
enum EmployeeDepartment {
Software_Development= 1,
QA= 2,
Marketing= 3,
Hardware_Development= 4,
Client_Services= 5,
}
enum LicenseCategory {
Graphics_Software= 1,
Office_Software= 2,
IDE= 3,
VPN= 4,
Cloud_Software= 5,
}
class User {
}
"IdentityUser`1" "<Guid>" <|-- User
class Accessory {
}
class Component {
}
class Consumable {
}
class License {
}
class Metadata {
}
class "PagedList`1"<T> {
}
"List`1" "<T>" <|-- "PagedList`1"
abstract class RequestParameters {
}
class EmployeeParameters {
}
class DeviceParameters {
}
class AccessoryParameters {
}
class ConsumableParameters {
}
class ComponentParameters {
}
class LicenseParameters {
}
RequestParameters <|-- EmployeeParameters
RequestParameters <|-- DeviceParameters
RequestParameters <|-- AccessoryParameters
RequestParameters <|-- ConsumableParameters
RequestParameters <|-- ComponentParameters
RequestParameters <|-- LicenseParameters
class ValidationFilterAttribute {
}
IActionFilter <|-- ValidationFilterAttribute
class AccessoriesController {
}
ControllerBase <|-- AccessoriesController
class ComponentsController {
}
ControllerBase <|-- ComponentsController
class ConsumablesController {
}
ControllerBase <|-- ConsumablesController
class DevicesController {
}
ControllerBase <|-- DevicesController
class EmployeesController {
}
ControllerBase <|-- EmployeesController
class LicensesController {
}
ControllerBase <|-- LicensesController
class UsersController {
}
ControllerBase <|-- UsersController
class ExceptionMiddlewareExtensions <<static>> {
}
class ServiceExtensions <<static>> {
}
class InitialCreate <<partial>> {
}
Migration <|-- InitialCreate
class InitialCreate <<partial>> {
}
class DbSeed1 <<partial>> {
}
Migration <|-- DbSeed1
class DbSeed1 <<partial>> {
}
class ConvertEnumsToStrings <<partial>> {
}
Migration <|-- ConvertEnumsToStrings
class ConvertEnumsToStrings <<partial>> {
}
class UpdateConsumableEntity <<partial>> {
}
Migration <|-- UpdateConsumableEntity
class UpdateConsumableEntity <<partial>> {
}
class UpdateConsumableEnumCategoryToString <<partial>> {
}
Migration <|-- UpdateConsumableEnumCategoryToString
class UpdateConsumableEnumCategoryToString <<partial>> {
}
class AddIdentity <<partial>> {
}
Migration <|-- AddIdentity
class AddIdentity <<partial>> {
}
class ApplicationContextModelSnapshot <<partial>> {
}
ModelSnapshot <|-- ApplicationContextModelSnapshot
interface IAccessoryRepository {
GetAllAccessoriesAsync(userId:Guid, accessoryParameters:AccessoryParameters) : Task<PagedList<Accessory>>
GetAccessoryAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<Accessory>
UpdateAccessory(accessory:Accessory) : void
CreateAccessory(accessory:Accessory) : void
DeleteAccessory(accessory:Accessory) : void
}
"IRepositoryBase`1" "<Accessory>" <|-- IAccessoryRepository
interface IComponentRepository {
GetAllComponentsAsync(userId:Guid, componentParameters:ComponentParameters) : Task<PagedList<Component>>
GetComponentAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<Component>
UpdateComponent(component:Component) : void
CreateComponent(component:Component) : void
DeleteComponent(component:Component) : void
}
"IRepositoryBase`1" "<Component>" <|-- IComponentRepository
interface IConsumableRepository {
GetAllConsumablesAsync(userId:Guid, consumableParameters:ConsumableParameters) : Task<PagedList<Consumable>>
GetConsumableAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<Consumable>
UpdateConsumable(consumable:Consumable) : void
CreateConsumable(consumable:Consumable) : void
DeleteConsumable(consumable:Consumable) : void
}
"IRepositoryBase`1" "<Consumable>" <|-- IConsumableRepository
interface IDeviceRepository {
GetAllDevicesAsync(userId:Guid, deviceParameters:DeviceParameters) : Task<PagedList<Device>>
GetDeviceAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<Device>
UpdateDevice(device:Device) : void
CreateDevice(device:Device) : void
DeleteDevice(device:Device) : void
GetAllEmployeeDevicesAsync(employeeId:Guid) : Task<IEnumerable<Device>>
}
"IRepositoryBase`1" "<Device>" <|-- IDeviceRepository
interface IEmployeeRepository {
GetAllEmployees(userId:Guid, employeeParameters:EmployeeParameters) : Task<PagedList<Employee>>
GetEmployeeAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<Employee>
UpdateEmployee(employee:Employee) : void
CreateEmployee(employee:Employee) : void
DeleteEmployee(employee:Employee) : void
}
"IRepositoryBase`1" "<Employee>" <|-- IEmployeeRepository
interface ILicenseRepository {
GetAllLicensesAsync(userId:Guid, licenseParameters:LicenseParameters) : Task<PagedList<License>>
GetLicenseAsync(userId:Guid, id:Guid, trackChanges:bool) : Task<License>
UpdateLicense(license:License) : void
CreateLicense(license:License) : void
DeleteLicense(license:License) : void
}
"IRepositoryBase`1" "<License>" <|-- ILicenseRepository
interface "IRepositoryBase`1"<T> {
FindAll() : IQueryable<T>
FindByCondition(expression:Expression<Func<T, bool>>, trackChanges:bool) : IQueryable<T>
Create(entity:T) : void
CreateRange(entities:IEnumerable<T>) : void
Update(entity:T) : void
Delete(entity:T) : void
DeleteRange(entities:IEnumerable<T>) : void
}
interface IRepositoryManager {
Employee : IEmployeeRepository <<get>>
Device : IDeviceRepository <<get>>
Accessory : IAccessoryRepository <<get>>
Component : IComponentRepository <<get>>
Consumable : IConsumableRepository <<get>>
License : ILicenseRepository <<get>>
SaveAsync() : Task
}
class AccessoryRepositoryExtensions <<static>> {
}
class CommonExtensions <<static>> {
}
class ComponentRepositoryExtensions <<static>> {
}
class ConsumableRepositoryExtensions <<static>> {
}
class DeviceRepositoryExtensions <<static>> {
}
class EmployeeRepositoryExtensions <<static>> {
}
class LicenseRepositoryExtensions <<static>> {
}
interface IAccessoryService {
}
interface IAuthenticationService {
RegisterUserAsync(userForRegistration:UserForRegistrationDto, modelState:ModelStateDictionary) : Task<bool>
AuthenticateUserAsync(userForAuthentication:UserForAuthenticationDto) : Task<bool>
CreateTokenAsync() : Task<string>
}
interface IComponentService {
}
interface IConsumableService {
}
interface IDeviceService {
}
interface IEmployeeService {
}
interface ILicenseService {
}
interface IUserService {
}
class CommonExtensions <<static>> {
}
class UserServiceExtension <<static>> {
}
class AccessoryDto {
}
class AccessoryForCreationDto {
}
AccessoryForManipulationDto <|-- AccessoryForCreationDto
abstract class AccessoryForManipulationDto {
}
class AccessoryForUpdateDto {
}
AccessoryForManipulationDto <|-- AccessoryForUpdateDto
class ComponentDto {
}
class ComponentForCreationDto {
}
ComponentForManipulationDto <|-- ComponentForCreationDto
abstract class ComponentForManipulationDto {
}
class ComponentForUpdateDto {
}
ComponentForManipulationDto <|-- ComponentForUpdateDto
class ConsumableDto {
}
class ConsumableForCreationDto {
}
ConsumableForManipulationDto <|-- ConsumableForCreationDto
abstract class ConsumableForManipulationDto {
}
class ConsumableForUpdateDto {
}
ConsumableForManipulationDto <|-- ConsumableForUpdateDto
class DeviceDto {
}
class DeviceForCreationDto {
}
DeviceForManipulationDto <|-- DeviceForCreationDto
abstract class DeviceForManipulationDto {
}
class DeviceForUpdateDto {
}
DeviceForManipulationDto <|-- DeviceForUpdateDto
class EmployeeDto {
}
class EmployeeForCreationDto {
}
EmployeeForManipulationDto <|-- EmployeeForCreationDto
abstract class EmployeeForManipulationDto {
}
class EmployeeForUpdateDto {
}
EmployeeForManipulationDto <|-- EmployeeForUpdateDto
class LicenseDto {
}
class LicenseForCreationDto {
}
LicenseForManipulationDto <|-- LicenseForCreationDto
abstract class LicenseForManipulationDto {
}
class LicenseForUpdateDto {
}
LicenseForManipulationDto <|-- LicenseForUpdateDto
class UserForAuthenticationDto {
}
class UserForRegistrationDto {
}
@enduml
|
72ff3bfa5c4acefa70421f58562f74235af5d2f0 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao3/UC1/UC1_CD.puml | fa5f010752e2f3cd29a88206992b120ee7834f43 | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,202 | puml | @startuml
skinparam classAttributeIconSize 0
class Colaborador {
-String nome
-String funcao
-String telefone
-String email
+Colaborador(nome,função,tlf, email)
+String getNome()
+String getEmail()
}
class EnderecoPostal {
-String local
-String codPostal
-String localidade
+EnderecoPostal(local,codPostal,localidade)
}
class Organizacao {
-String nome
-String NIF
-String website
-String telefone
-String email
+Organizacao(nome, NIF,webSite,telefone, email,endereco,gestorColaborador)
+{static} EnderecoPostal novoEndereco(local,codPostal,localidade)
+{static} Colaborador novoColaborador(nome,funcao,tlf, email)
}
class Plataforma {
-String designacao
+ RegistoOrganizacoes getRegistoOrganizacoes()
+ AutorizacaoFacade getAutorizacaoFacade()
+ AlgoritmoGeradorPasswords getAlgoritmoGeradorPwd()
}
class RegistoOrganizacoes {
+Organizacao novaOrganizacao(nome,NIF,endLocal,endCodPostal,\nendLocalidade,tlf,site,email,nomeG,função,tlfG, emailG)
+validaOrganizacao(Organizacao org)
+registaOrganizacao(Organizacao org)
-addOrganizacao(Organizacao org)
-registaGestorComoUtilizador(Colaborador colab)
-enviaPwd(String emailG, String pwd)
}
class AutorizacaoFacade {
+registaUtilizadorComPapeis(nomeG,emailG,pwd,listaPapel)
}
interface AlgoritmoGeradorPasswords <<interface>>{
+String geraPassword(String nomeG, String emailG)
}
class RegistarOrganizacaoController {
+novaOrganizacao(nome,NIF,endLocal,endCodPostal,endLocalidade,tlf,site,email,nomeG,função,tlfG, emailG,pwd)
+registaOrganizacao()
}
class RegistarOrganizacaoUI {
}
RegistarOrganizacaoUI ..> RegistarOrganizacaoController
RegistarOrganizacaoController ..> Plataforma
RegistarOrganizacaoController ..> RegistoOrganizacoes
RegistarOrganizacaoController ..> Organizacao
RegistoOrganizacoes "1" --> "*" Organizacao : tem registadas
RegistoOrganizacoes ..> Colaborador
RegistoOrganizacoes ..> EnderecoPostal
RegistoOrganizacoes ..> AutorizacaoFacade
RegistoOrganizacoes ..> AlgoritmoGeradorPasswords
Organizacao "1" --> "1..*" Colaborador: tem
Organizacao "1" --> "1" Colaborador: tem gestor
Organizacao "1" --> "1" EnderecoPostal: localizada em
@enduml
|
7bb8c814403de1ef7e347d99fdee73d0d6f30389 | c76fe0e93a144d0b42d01346304c79cf6dff4d38 | /readme_files/lce_state.puml | 31d4c1c31e904344b63bd68259da12aa4f81b623 | [
"Apache-2.0"
] | permissive | motorro/RxLceModel | b3e0ca3e10ad2dd773484f41674150f570ced847 | d6c0d456e23544982fed95dcd68c926005857ed6 | refs/heads/master | 2023-05-10T16:09:01.957578 | 2023-05-08T18:41:59 | 2023-05-08T18:41:59 | 172,682,449 | 7 | 0 | Apache-2.0 | 2023-01-31T15:35:40 | 2019-02-26T09:43:11 | Kotlin | UTF-8 | PlantUML | false | false | 539 | puml | @startuml
hide empty members
class PARAMS
PARAMS -* LceState: Identify loaded data
abstract class LceState<DATA> {
+data: DATA?
+dataIsValid: Boolean
+params: PARAMS
}
LceState <|-- Loading
LceState <|-- Content
LceState <|-- Error
LceState <|-- Terminated
LceState *- "0..1" DATA: Loaded data if any
class DATA
class Loading
Loading --> LoadingType: What's going on with network
enum LoadingType {
LOADING
LOADING_MORE
REFRESHING
UPDATING
}
class Content
class Error
class Terminated #Crimson
@enduml |
958d0c9b1ba6cb44b762dff9c45e482596a418b8 | f1419068ff6f02b42cc7eae59dacbc2c66197806 | /src/Bird.puml | a7afc4cc46ddea86398cef779603476535d2c659 | [] | no_license | JavidRMir/introduction-to-oop-project | fe50cbd334d54b47deacc80d750b3aacfc85a6eb | d2381c455e2e988e331c2ee8c871bb3cec55d448 | refs/heads/master | 2023-07-24T02:50:21.270196 | 2021-09-07T15:44:41 | 2021-09-07T15:44:41 | 403,672,271 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 458 | puml | @startuml
abstract class Bird {
# name : String
# color : String
+ speak() : void
+ fly() : void
}
class Pigeon {
+ eatPizza() : void
+ sleep() : void
}
Bird <|-- Pigeon
class Penguin {
+ speak() : void
+ fly() : void
}
Bird <|-- Penguin
class Parrot {
+ speak() : void
}
Bird <|-- Parrot
interface DanceImpl {
+ spin() : void
+ doTheCaterpillar() : void
+ jump() : void
}
Bird ..|> DanceImpl
@enduml |
a487c7a8a41e18582da4919462efd39b4ff1eda3 | 2233ecb0f0dfb124b3c413aaf3fa1a1916059739 | /docs/Deliverable_51/hyperties/my-context/my-context-data-model.puml | e7dbe294001e0ad38b9842e8343a8c48976a3b03 | [
"Apache-2.0"
] | permissive | reTHINK-project/scenario-service-implementation | 5dc30cd716d3a875ea8edfd93f8e62fde33adecc | c8c0a90299938bf00e31c01ca72a49eab26f8436 | refs/heads/master | 2021-03-16T09:11:46.864830 | 2017-06-01T14:43:15 | 2017-06-01T14:43:15 | 37,669,121 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 365 | puml | @startuml
class "Data Sync\nReporting" as Report {
}
class "Data Sync\nObservation" as Observe {
}
package Context {
class Context{
}
}
package MyContext {
class ContextSource{
}
class MyContext{
}
}
MyContext -up-|> Report
MyContext -|> Context
ContextSource -up-|> Observe
ContextSource -|> Context
MyContext "1"*..>"0..*" ContextSource
@enduml
|
54533a98e7480af392664a3d8f7151a417107feb | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/behavior-mediator-pattern/src/main/resources/static/diagram.puml | 75e3a9484ce563861141168fb7268e8047ea0bd8 | [] | no_license | sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005870 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 914 | puml | @startuml
Colleague o-- Mediator
ConcreteMediator o-- Colleague
interface Mediator {
+void register(Colleague)
+void relay(Colleague)
}
class ConcreteMediator implements Mediator {
-List<Colleague> colleagues
+void register(Colleague)
+void relay(Colleague)
}
abstract class Colleague {
#Mediator
+void setMedium(Mediator)
+abstract void receive()
+abstract void send()
}
class ConcreteColleagueA extends Colleague {
+void receive()
+void send()
}
class ConcreteColleagueB extends Colleague {
+void receive()
+void send()
}
note as N
public void send() {
mediator.relay(this);
}
end note
note as M
public void relay(Colleague cl) {
for (Colleague ob : colleagues) {
if (!ob.equals(cl)) {
ob.receive();
}
}
}
end note
ConcreteColleagueA .. N
ConcreteColleagueB .. N
ConcreteMediator .. M
@enduml |
f0b3b9e0592a2de0af7415c924e86d7e658bc754 | 1710cfdfa5ecf458e99537794b350b857cf23a9a | /UMLs/Decorator.plantuml | c1d92b273a0bb99558ddca801ed397206f902d3a | [] | no_license | Petrit123/Design-Patterns-CA | 8e03593f6183d2bba336176058a17593d9446a93 | 5d78f899da2a9fa15a7aa91cd504c74c7b651a17 | refs/heads/master | 2022-12-20T19:57:40.963102 | 2020-01-05T22:54:33 | 2020-01-05T22:54:33 | 230,289,294 | 0 | 0 | null | 2022-12-10T03:35:25 | 2019-12-26T15:50:35 | Java | UTF-8 | PlantUML | false | false | 2,388 | plantuml | @startuml
skinparam classAttributeIconSize 0
title __DECORATOR's Class Diagram__\n
namespace om.MovieBookingSystem.Decorator {
abstract class com.MovieBookingSystem.Decorator.ComboMix {
~ comboType : String
{abstract} + comboMixPrice()
+ getComboType()
}
}
namespace om.MovieBookingSystem.Decorator {
abstract class com.MovieBookingSystem.Decorator.ComboMixDecorator {
{abstract} + getComboType()
}
}
namespace om.MovieBookingSystem.Decorator {
class com.MovieBookingSystem.Decorator.Malteser {
+ Malteser()
+ comboMixPrice()
+ getComboType()
}
}
namespace om.MovieBookingSystem.Decorator {
class com.MovieBookingSystem.Decorator.Nachos {
+ Nachos()
+ comboMixPrice()
+ getComboType()
}
}
namespace om.MovieBookingSystem.Decorator {
class com.MovieBookingSystem.Decorator.OmniPassDiscount {
+ OmniPassDiscount()
+ comboMixPrice()
+ getComboType()
}
}
namespace om.MovieBookingSystem.Decorator {
class com.MovieBookingSystem.Decorator.ShareCombo {
+ ShareCombo()
+ comboMixPrice()
}
}
namespace om.MovieBookingSystem.Decorator {
class com.MovieBookingSystem.Decorator.SingleCombo {
+ SingleCombo()
+ comboMixPrice()
}
}
com.MovieBookingSystem.Decorator.ComboMixDecorator -up-|> com.MovieBookingSystem.Decorator.ComboMix
com.MovieBookingSystem.Decorator.ComboMixDecorator o-- com.MovieBookingSystem.Decorator.ComboMix : comboMix
com.MovieBookingSystem.Decorator.Malteser -up-|> com.MovieBookingSystem.Decorator.ComboMixDecorator
com.MovieBookingSystem.Decorator.Nachos -up-|> com.MovieBookingSystem.Decorator.ComboMixDecorator
com.MovieBookingSystem.Decorator.OmniPassDiscount -up-|> com.MovieBookingSystem.Decorator.ComboMixDecorator
com.MovieBookingSystem.Decorator.ShareCombo -up-|> com.MovieBookingSystem.Decorator.ComboMix
com.MovieBookingSystem.Decorator.SingleCombo -up-|> com.MovieBookingSystem.Decorator.ComboMix
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
56a457a2991794ccbd92c8c44e3272367e296cb9 | 372d0fe94d7e59fd48620c687fee8fc94841408b | /deadheat-lock-example/microservices-example/searching-service/src/main/java/com/vrush/microservices/searching/exception/handler/handler.plantuml | f745900b6dd49d0589be93b0c993dc0bdd5a727f | [
"Apache-2.0"
] | permissive | vrushofficial/deadheat-lock | 4ae44e23fea2ad57db17aadeba58e39ef4f63822 | 11c516a2ca0e58dd2d6b2ef8c54da0975fcbe5d2 | refs/heads/main | 2023-01-14T17:28:38.161881 | 2020-11-29T11:11:55 | 2020-11-29T11:11:55 | 310,531,739 | 2 | 1 | null | 2020-11-19T08:16:25 | 2020-11-06T08:06:52 | CSS | UTF-8 | PlantUML | false | false | 1,269 | plantuml | @startuml
title __HANDLER's Class Diagram__\n
namespace com.vrush.microservices.searching {
namespace exception.handler {
class com.vrush.microservices.searching.exception.handler.APIExceptionResponse {
- details : String
- message : String
- timestamp : Date
+ APIExceptionResponse()
+ APIExceptionResponse()
+ equals()
+ getDetails()
+ getMessage()
+ getTimestamp()
+ hashCode()
+ setDetails()
+ setMessage()
+ setTimestamp()
+ toString()
# canEqual()
}
}
}
namespace com.vrush.microservices.searching {
namespace exception.handler {
class com.vrush.microservices.searching.exception.handler.CustomExceptionHandler {
# handleMethodArgumentNotValid()
- defaultExp()
}
}
}
com.vrush.microservices.searching.exception.handler.CustomExceptionHandler -up-|> org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
da1afc1bd0bc25a6c619e3ca1fe4c09492daa50b | 3d152062945dc6bc52a4d87ca0f0c8052e14c7aa | /docs/diagrams/DeleteClassDiagram.puml | b12bd19ca8666276c262d769def894396e541db5 | [
"MIT"
] | permissive | Cherweijie/main | adff38b7d3a7f5de1e5213454f860e1b4b93c248 | 25e8860f5b2417a30c69a9d07daef097c2aec5e6 | refs/heads/master | 2021-01-14T17:10:02.254944 | 2020-04-11T10:21:35 | 2020-04-11T10:21:35 | 242,690,844 | 0 | 1 | NOASSERTION | 2020-02-24T09:12:25 | 2020-02-24T09:07:53 | null | UTF-8 | PlantUML | false | false | 1,583 | puml | @startuml
skinparam backgroundColor #ffffff
skinparam classAttributeIconSize 0
hide circle
class DeleteCommand {
/' Fields '/
- targetIndex : Index
- listType : Flag
/' Methods '/
+ execute(model : Model) : CommandResult
- deleteFromOrderList(model : Model) : CommandResult
- deleteFromReturnList(model : Model) : CommandResult
}
interface Parser<T> <<interface>> {
parse(userInput : String) : T
}
class DeleteCommandParser implements Parser {
/' Methods '/
+ parse(args : String) : DeleteCommand
- removeFlagString(flag : Flag, str : String) : String
- getFlag(args : String) : Flag
- getFlagRegex(flag : Flag) : String
- hasRegex(regex : String, searchTerm : String) : boolean
}
DeleteCommandParser ..> DeleteCommand
class Index {
/' Fields '/
- zeroBasedIndex : int
/' Methods '/
+ getZeroBased() : int
+ getOneBased() : int
+ {static} fromZeroBased(zeroBasedIndex : int) : Index
+ {static} fromOneBased(oneBasedIndex : int) : Index
}
class Flag {
/' Fields '/
- flag : String
}
class Model<<interface>> {
+ updateFilteredOrderList(predicate : Predicate<Order>) : void
+ updateFilteredReturnOrderList(predicate : Predicate<ReturnOrder>) : void
}
interface Predicate<T> <<interface>> {
+ test(t : T) : boolean
}
Model ..up> Predicate
abstract class "{abstract}\nCommand" {
+ {abstract} execute(model : Model) : CommandResult
}
DeleteCommand --up|> "{abstract}\nCommand"
DeleteCommand ..up|> Model
DeleteCommand --left> Index
DeleteCommand --right> Flag
@enduml
|
be8fa04136649117a09aa247705914f68f2bf519 | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/collaboration-service/Application/Models/DataTransferObjects/EventDto.puml | dc0b5eb88ae9efb5b9248dcd0fb04bbc6a0d8acd | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 265 | puml | @startuml
class EventDto {
+ Id : string <<get>> <<set>>
+ ProjectId : string <<get>> <<set>>
+ OwnerId : string <<get>> <<set>>
+ Type : string <<get>> <<set>>
+ Content : string <<get>> <<set>>
+ TimeStamp : long <<get>> <<set>>
}
@enduml
|
31b359122e28109b964fd88703cc64418803cd7c | 372451d1ea78984c73bfc6b0a2698c177c9659db | /Chapter2/ClassLibrary/Class.puml | 5d9d63ca8ca44c91478190cb853ed233121f50eb | [] | no_license | puran1218/DesignPatternWithCSharp | 0ffceb73a78828584638962d217b93e74178aa7e | 2615ca92ca1be35d2ff06f783fec1c1fe74564e8 | refs/heads/master | 2022-10-22T03:55:53.300380 | 2020-06-13T11:13:10 | 2020-06-13T11:13:10 | 267,726,154 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 294 | puml | @startuml
abstract class Strategy{
{abstract} +void algorithm()
}
class ConcreteStrategyA{
+void algorithm()
}
ConcreteStrategyB : +void algorithm()
class Context{
+void setStrategy()
}
Strategy <|-- ConcreteStrategyA
Strategy <|-- ConcreteStrategyB
Strategy o-- Context
@enduml |
46fabebec41b2390538d261b66c98e2f2d133b38 | 964ba7784161ab285906feef674251df587dccc3 | /05-建造者模式/src/e/建造者UML.puml | 7ec500b3e26f175f19eb95558f735edc6334592a | [
"MIT"
] | permissive | shaoxiongdu/java-design-pattern | 6ef719bde7c49c7c99bcbf9effab8ec2a74b2109 | f7067e4469dd6bf91327088a0e66a4752bf0ac65 | refs/heads/master | 2023-07-15T03:09:48.474638 | 2021-08-30T01:50:33 | 2021-08-30T01:50:33 | 387,493,972 | 7 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 603 | puml | @startuml
'https://plantuml.com/class-diagram
class Computer{
+ cpu:String
+ gpu:String
+ memory:String
+ hd:String
}
class Director{
+ builder(ComputerBuilder) Computer
}
Director ..> ComputerBuilder
Director ..> Computer
interface ComputerBuilder{
+ builder() Computer
}
class AdvancadComputerBuilder{}
AdvancadComputerBuilder ..|>ComputerBuilder
AdvancadComputerBuilder *-> Computer
class MiddleComputerBuilder{}
MiddleComputerBuilder ..|> ComputerBuilder
MiddleComputerBuilder *-> Computer
class LowComputerBuilder{}
LowComputerBuilder ..|> ComputerBuilder
LowComputerBuilder *-> Computer
@enduml |
b0291fb7e9952b1688f4e5d225d4b486a8cb0ffa | 922d98ceb2339c0282040fccf9c4e2031e398789 | /diagramas/Clases1.plantuml | 68df02c2df4d53fb090d13ea0642d08ccbba5616 | [] | no_license | vonbeitthia/FarmaciaUML | 30fb8825a643c759f0c2d8de23464bae89c23551 | 8b3ba6ca0b9da6fcbac7fecfbebc1134f1b5650b | refs/heads/main | 2023-01-27T11:31:15.031334 | 2020-12-06T00:27:34 | 2020-12-06T00:27:34 | 316,989,460 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,347 | plantuml | ```plantuml
@startuml analisis de clases
title
Analisis de clases
**sistema de Farmacia**
end title
header
Ordenado por espacios de nombre
end header
!include https://raw.githubusercontent.com/vonbeitthia/FarmaciaUML/main/skin/blue.plantuml
'!include ./skin/blue.plantuml
database negocio {
class componentes <<entidad>> {
+id : int
-descripcion : str
}
class medicamento <<entidad>> {
+id : int
-descripcion : str
}
class inventario <<entidad>> {
+id : int
-cantidad : int
-precio : int
}
'relaciones
medicamento "1" -- "*" componentes
medicamento "1" -r- "1" inventario
}
note bottom of componentes
componentes genericos
de medicamentos.
(mejora de busqueda)
end note
note top of medicamento
clase de producto
principal
end note
'-------------------
database usuario {
class usuario <<entidad>> {
+ip : str
}
class usuarioRegistrado <<entidad>> {
+id : int
-login : str
-password : str
}
class usuarioAdmin <<entidad>> {
+admin : boolean
}
'relaciones
usuario <|-- usuarioRegistrado
usuarioRegistrado <|-- usuarioAdmin
object "__admin:usuarioAdmin__" as objAdmin {
+ip: getIp()
+id: "0001"
-login: "admin"
-password: "admin"
-admin : true
}
objAdmin -l-|> usuarioAdmin
}
note bottom of usuarioAdmin
El sistema debe generar
automaticamente a este
usuario
end note
folder log {
class logSistema << (F,DeepSkyBlue) >> <<archivo>> {
-fechaHora : date
-ip : str
-mensaje : str
}
file "/log/{nombreArchivo}.log" as arcLog <<archivo>> {
}
arcLog "1" <--* "1" logSistema
}
note right of logSistema
Registra en un archivo
txt todos los eventos
del sistema
end note
folder entorno {
class env << (F,DeepSkyBlue) >> <<archivo>> {
-puertoExpress : int
-puertoMongo : int
-loginMongo : str
-passwordMongo : str
-ArchivoLog : str
+getProperty(prop : str)
}
file "./config/env.json" as arcEnv <<archivo>> {
}
arcEnv "1" *--> "1" env
arcLog ..> env::ArchivoLog : depende de
}
note bottom of entorno
se especifican las variables
globales de configuracion
que utilizara el sistema
end note
allowmixing
@enduml |
ba4ba19dc7aa643fc98e501868fd7ae5251950b9 | 37ac48a4546e19489e67b36ed14e2978e8809269 | /docs/Diagramas/Codigo/clase_package_rondas.puml | b7e17fc03e6d55afc1d3f5cc87f1955cfa6c5175 | [
"MIT"
] | permissive | SantiagoVaccarelli/Algo3-TP2-TEG | a9a1422ea34c406caf34ef46810fd68fb3e7bd52 | 2691b2fa63131620f5df9d465c73de3fa4d87947 | refs/heads/master | 2023-07-07T21:40:39.974717 | 2021-08-12T02:01:21 | 2021-08-12T02:01:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,588 | puml | @startuml clases_package_rondas-v1
'https://plantuml.com/class-diagram
package modelo <<frame>>{
package "rondas" <<frame>>{
interface TipoDeRonda <<Inteface>>{
+ atacar(Teg teg,String paisAtacante, String paisDefensor, int cantidad): boolean
+ pasarFichas(Teg teg,String paisUno,String paisdos,int cant)
+ colocarFichas(Teg teg, String nombrePais, int cantidad)
+ finEtapa(List<String> jugadores,Teg teg): TipoRonda
+ getJugadorActual(): String
+ darCartaPais(Teg teg): Boolean
+ hacerCanje(Teg teg): Boolean
}
class RondaAtaque{}
class RondaReagrupacion{}
class RondaColocacion{}
class RondaGanador{}
class ColocacionNormal{
+ colocarFichas(String unJugador, Teg teg)
+ pasarDeRonda(List<String> jugadores): TipoRonda
}
class ColocacionPrimeraRonda{
+ colocarFichas(String unJugador, Teg teg)
+ pasarDeRonda(List<String> jugadores):TipoRonda
}
class ColocacionSegundaRonda{
+ pasarDeRonda(List<String> jugadores): TipoRonda
}
TipoDeRonda <|.. RondaColocacion
TipoDeRonda <|.. RondaAtaque
TipoDeRonda <|.. RondaReagrupacion
TipoDeRonda <|.. RondaGanador
RondaColocacion --> ColocacionNormal
ColocacionNormal <|-down- ColocacionPrimeraRonda
ColocacionNormal <|-down- ColocacionSegundaRonda
}
Turnos -> TipoDeRonda
TipoDeRonda ..> Teg
Turnos --> Teg
}
@enduml |
b3a6e0f98234992dd117cca46c2db8b704bdfe69 | dcca4c0aa19e3085bd37640a52b07fa02396b1d8 | /4.Behavioral Design Patterns/11.Visitor/src/main/java/guru/diagram/VisitorClassDiagram.puml | 6fa13e2412c5a7e7e4bb2bc566c8f7b2ab32f0ab | [] | no_license | drronidz/design-patterns-java-maven | 8df24c5bdd021dd45018faf3937b767609e880eb | aa580cd4cc6caa25a418a71bd5af06f86bd354a6 | refs/heads/main | 2023-07-15T15:26:04.451482 | 2021-08-25T23:45:35 | 2021-08-25T23:45:35 | 392,855,046 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,462 | puml | @startuml
'https://plantuml.com/class-diagram
class Client
hide Client members
Client -left-> MailClient
Client -right->MailClientVisitor
interface MailClient {
+ sendMail(String [] ) : void
+ receiveMail(String [] ) : void
+ receive (MailClientVisitor) : boolean
}
class OperaMailClient implements MailClient{
+ sendMail (String []) : void
+ receiveMail (String []) : void
+ receive (MailClientVisitor) : boolean
}
class SquirrelMailClient implements MailClient{
+ sendMail (String []) : void
+ receiveMail (String []) : void
+ receive (MailClientVisitor) : boolean
}
class ZimbraMailClient implements MailClient{
+ sendMail (String []) : void
+ receiveMail (String []) : void
+ receive (MailClientVisitor) : boolean
}
interface MailClientVisitor {
+ visit (OperaMailClient) : void
+ visit (ZimbraMailClient) : void
+ visit (SquirrelMailClient) : void
}
class MacMailClientVisitor implements MailClientVisitor {
+ visit (OperaMailClient) : void
+ visit (ZimbraMailClient) : void
+ visit (SquirrelMailClient) : void
}
class WindowsMailClientVisitor implements MailClientVisitor {
+ visit (OperaMailClient) : void
+ visit (ZimbraMailClient) : void
+ visit (SquirrelMailClient) : void
}
class LinuxMailClientVisitor implements MailClientVisitor {
+ visit (OperaMailClient) : void
+ visit (ZimbraMailClient) : void
+ visit (SquirrelMailClient) : void
}
@enduml |
8ca76c7eadd9f42c1eb19dabad52f753c2ab0001 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-tilknyttetregistreringsom.puml | 8a28ed42263b1d6c0a4e7b01fe5d0af902a7969a | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 148 | puml | @startuml
skinparam nodesep 100
hide circle
class Kodelister.TilknyttetRegistreringSom <<codelist>> {
+Hoveddokument = H
+Vedlegg = V
}
@enduml
|
690175a57da65c887e55dd21d116ff4b68ca166a | e1f8ff503239d957b376e7d5936e3039e84b6014 | /design-pattern/src/main/java/dp_Iterator/iterator.puml | e091f4f66fd9cfa4c5b58fdaed6b7eda671e1bc1 | [
"MIT"
] | permissive | archmagece/study-one | e6dccc9f3a1f0eac4dbc2921e69e689402abbad9 | 836583987dfc97a95b7b4215f0be5a0f48b74e81 | refs/heads/master | 2022-08-01T21:20:22.196645 | 2022-07-17T08:33:37 | 2022-07-17T08:33:37 | 79,985,648 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 470 | puml | @startuml
interface Aggregate<T> {
+ iterator() : T
}
interface Iterator<T> {
+ hasNext() : boolean
+ next() : T
}
class AggregateImpl<T> {
+ iterator() : Iterator
}
class IteratorImpl<T> {
- aggregate : Aggregate
+ hasNext() : boolean
+ next() : T
}
class Element {
+ name
}
Aggregate -> Iterator : create
Aggregate <|.. AggregateImpl
Iterator <|.. IteratorImpl
AggregateImpl <-o IteratorImpl : has
AggregateImpl "1" o--> "many" Element : contains
@enduml |
6f436d827bd3483e773f134a52e1f61dacbd8464 | dcad9c5857819ab62681f67dd157213cde758484 | /docs/dev/graphs/marketplace.puml | cefce541474a395a1ecb076e018e3ac4a1e60c8b | [
"MIT",
"MIT-0"
] | permissive | martin-ueding/vigilant-crypto-snatch | edb51860dc8c099f76fd30d7cc1c65e8ab21059f | c64669ce62d5881748ed168326d74f727616f6c0 | refs/heads/master | 2023-07-27T08:47:59.721006 | 2023-07-15T19:40:35 | 2023-07-15T19:40:35 | 187,399,985 | 26 | 9 | null | 2023-07-15T19:40:37 | 2019-05-18T19:58:39 | Python | UTF-8 | PlantUML | false | false | 1,646 | puml | @startuml
allowmixing
namespace marketplace {
component bitstamp #lightskyblue
component krakenex #lightskyblue
interface Marketplace {
place_order()
get_spot_price()
get_name()
get_balance()
get_withdrawal_fee()
withdrawal()
}
class BuyError
class TickerError
class WithdrawalError
Marketplace -> BuyError
Marketplace -> TickerError
Marketplace -> WithdrawalError
core.Price <-- Marketplace
core.Trade <-- Marketplace
core.AssetPair <-- Marketplace
class KrakenexMarketplace implements Marketplace
class BitstampMarketplace implements Marketplace
BitstampMarketplace --> bitstamp
class marketplace {
{static} make_marketplace()
}
KrakenexMarketplace <-- marketplace::make_marketplace
BitstampMarketplace <-- marketplace::make_marketplace
class KrakenWithdrawalConfig {
coin: str
target: str
fee_limit_percent: float
}
class KrakenConfig {
key: str
secret: str
prefer_fee_in_base_currency: bool
withdrawal: List[KrakenWithdrawalConfig]
}
KrakenWithdrawalConfig --* KrakenConfig
KrakenConfig <-- KrakenexMarketplace
class BitstampConfig {
username: str
key: str
secret: str
}
BitstampConfig <-- BitstampMarketplace
interface KrakenexInterface {
query_public()
query_private()
}
class KrakenexMock implements KrakenexInterface
KrakenexMarketplace --> KrakenexInterface
KrakenexInterface <|.. krakenex
component ccxt #lightskyblue
class CCXTConfig {
exchange: str
parameters: dict
}
class CCXTMarketplace implements Marketplace
CCXTConfig <-- CCXTMarketplace
CCXTMarketplace --> ccxt
CCXTMarketplace <-- marketplace::make_marketplace
}
@enduml |
3fff9b71d1a496313b7fa9db687e482e1a9af0e8 | 549a5d6435aa26d5b42a3ac865d25bbfe3b6b3b1 | /docs/lectures/20200104/exam/practical/easy/circle/Circle.plantuml | 4cddb17c5d9b956a99413cd269e3f75adca5c6a3 | [] | no_license | 92annaszabo/bh-fst01 | 08529f349b3f354538a1374397eed36b24ad6c6c | efb0b077f1cd28e3c6754a22c22ec92facbae0f1 | refs/heads/master | 2020-11-30T02:33:04.903983 | 2020-02-10T15:18:30 | 2020-02-10T15:18:30 | 230,276,802 | 0 | 0 | null | 2020-02-10T15:18:32 | 2019-12-26T14:22:56 | HTML | UTF-8 | PlantUML | false | false | 119 | plantuml | @startuml
class Circle {
r: number
constructor(r: number)
perimeter(): number
area(): number
}
@enduml |
8ae9b1cf06c279fcc079c2b7bb4230bc7f96a8c4 | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /documentation/serviceApi/order/media/src/ServiceOrderModelFull.puml | 901b1dbbeaf668b7af2140ada40d1eb3044b7d41 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Legato-SDK | b2ed422108f4bbb5d3aff27123d3f31305fd808f | 7f723970592cc5020aaaa0d2ffe30de6a73b3d97 | refs/heads/working-draft | 2023-07-06T06:44:01.113378 | 2023-06-23T14:14:48 | 2023-06-23T14:14:48 | 94,903,642 | 5 | 4 | Apache-2.0 | 2022-05-04T10:22:56 | 2017-06-20T15:00:38 | null | UTF-8 | PlantUML | false | false | 6,560 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class ServiceOrder_Common {
description: string
externalId: string
requestedCompletionDate*: date-time
requestedStartDate*: date-time
}
ServiceOrder_Common *-->"*" OrderCoordinatedAction : coordinatedAction
ServiceOrder_Common *-->"*" Note_BusSof : note
ServiceOrder_Common *-->"*" ServiceOrderRelationship : orderRelationship
ServiceOrder_Common *-->"*" RelatedContactInformation : relatedContactInformation
class ServiceOrder {
href: uri
id*: string
completionDate: date-time
expectedCompletionDate: date-time
startDate: date-time
state*: ServiceOrderStateType
orderDate*: date-time
}
ServiceOrder_Common <|-- ServiceOrder
ServiceOrder *-->"1..*" ServiceOrderItem : serviceOrderItem
class ServiceOrder_Create {
}
ServiceOrder_Common <|-- ServiceOrder_Create
ServiceOrder_Create *-->"1..*" ServiceOrderItem_Create : serviceOrderItem
class Note_BusSof {
author*: string
date*: date-time
id*: string
source*: BusSofType
text*: string
}
enum BusSofType {
bus
sof
}
class ServiceOrderRef {
href: string
id*: string
}
class ServiceOrderRelationship {
relationshipType*: string
}
ServiceOrderRelationship *-->"1" ServiceOrderRef : serviceOrder
class ServiceOrderItem_Common {
id*: string
action*: ServiceActionType
}
ServiceOrderItem_Common *-->"*" OrderItemCoordinatedAction : coordinatedAction
ServiceOrderItem_Common *-->"*" Note_BusSof : note
ServiceOrderItem_Common *-->"1" ServiceValue : service
ServiceOrderItem_Common *-->"*" ServiceOrderItemRelationship : serviceOrderItemRelationship
class ServiceOrderItem_Create {
}
ServiceOrderItem_Common <|-- ServiceOrderItem_Create
class ServiceOrderItem {
state*: ServiceOrderStateType
}
ServiceOrderItem_Common <|-- ServiceOrderItem
ServiceOrderItem *-->"*" TerminationError : terminationError
class RelatedContactInformation {
emailAddress*: string
name*: string
number*: string
numberExtension: string
organization: string
role*: string
}
RelatedContactInformation *--> FieldedAddressValue : postalAddress
class FieldedAddressValue {
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
streetName*: string
streetNr: string
streetNrLast: string
streetNrLastSuffix: string
streetNrSuffix: string
streetSuffix: string
streetType: string
}
FieldedAddressValue *--> GeographicSubAddress : geographicSubAddress
class ServiceOrderItemRelationship {
relationshipType*: string
}
ServiceOrderItemRelationship *-->"1" ServiceOrderItemRef : orderItem
class ServiceOrderItemRef {
itemId*: string
serviceOrderHref: string
serviceOrderId: string
}
enum ServiceOrderStateType {
acknowledged
rejected
pending
held
inProgress
completed
failed
partial
}
enum ServiceStateType {
feasibilityChecked
designed
reserved
inactive
active
terminated
}
class ServiceRef {
href: string
id*: string
}
class ServiceValue {
href: string
id: string
description: string
externalId: string
startDate: date-time
endDate: date-time
state: ServiceStateType
serviceType: string
name: string
}
ServiceValue *-->"*" Note_BusSof : note
ServiceValue *-->"*" ServiceRelationship : serviceRelationship
ServiceValue *-->"*" RelatedContactInformation : relatedContactInformation
ServiceValue *-->"*" RelatedPlaceRefOrValue : place
ServiceValue *--> MefServiceConfiguration : serviceConfiguration
class ServiceRelationship {
relationshipType: string
}
ServiceRelationship *--> ServiceRef : service
class RelatedPlaceRefOrValue {
@type*: string
@schemaLocation: uri
role*: string
}
class FieldedAddress {
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
streetName*: string
streetNr: string
streetNrLast: string
streetNrLastSuffix: string
streetNrSuffix: string
streetSuffix: string
streetType: string
}
RelatedPlaceRefOrValue <|-- FieldedAddress
FieldedAddress *--> GeographicSubAddress : geographicSubAddress
class FormattedAddress {
addrLine1*: string
addrLine2: string
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
}
RelatedPlaceRefOrValue <|-- FormattedAddress
class GeographicAddressLabel {
externalReferenceId*: string
externalReferenceType*: string
}
RelatedPlaceRefOrValue <|-- GeographicAddressLabel
class GeographicAddressRef {
href: string
id*: string
}
RelatedPlaceRefOrValue <|-- GeographicAddressRef
class GeographicSiteRef {
href: string
id*: string
}
RelatedPlaceRefOrValue <|-- GeographicSiteRef
class GeographicSubAddress {
buildingName: string
levelNumber: string
levelType: string
privateStreetName: string
privateStreetNumber: string
}
GeographicSubAddress *-->"*" GeographicSubAddressUnit : subUnit
class GeographicPoint {
spatialRef*: string
x*: string
y*: string
z: string
}
RelatedPlaceRefOrValue <|-- GeographicPoint
class GeographicSubAddressUnit {
subUnitNumber*: string
subUnitType*: string
}
class MefServiceConfiguration {
@type*: string
}
enum ServiceActionType {
add
modify
delete
}
class EventSubscription {
callback*: string
id*: string
query: string
}
class EventSubscriptionInput {
callback*: string
query: string
}
class OrderCoordinatedAction {
coordinationDependency*: OrderItemCoordinationDependencyType
orderId*: string
}
OrderCoordinatedAction *-->"1" Duration : coordinatedActionDelay
class OrderItemCoordinatedAction {
coordinationDependency*: OrderItemCoordinationDependencyType
itemId*: string
}
OrderItemCoordinatedAction *-->"1" Duration : coordinatedActionDelay
enum OrderItemCoordinationDependencyType {
startToStart
startToFinish
finishToStart
finishToFinish
}
class Duration {
amount*: integer
units*: TimeUnit
}
enum TimeUnit {
calendarMonths
calendarDays
calendarHours
calendarMinutes
businessDays
businessHours
businessMinutes
}
class TerminationError {
code: Error422Code
propertyPath: string
value: string
}
@enduml
|
38a472fac8e0de806d9ad2bbde420d6c3e7096cd | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/behavioral/interpreter/roman/class-diagram.puml | 5eeb68a8e5201fa867e5c1d840012bb517a99c16 | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,512 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title Interpreter Pattern Example
abstract class AbstractExpression{
+ void interpret(Context context)
+ {abstract} String one()
+ {abstract} String four()
+ {abstract} String five()
+ {abstract} String nine()
+ {abstract} int multiplier()
}
class Context{
- String roman
- int value
+ String getRoman()
+ void setRoman(String roman)
+ int getValue()
+ void setValue(int value)
}
AbstractExpression o-- Context
class Thousand extends AbstractExpression
class Hundred extends AbstractExpression
class Ten extends AbstractExpression
class One extends AbstractExpression
class Interpreter{
- Context context
- List<AbstractExpression> evaluator
+ Interpreter()
+ int roman2decimal(String roman)
}
Interpreter --> Context: create
note right of Interpreter::Interpreter
context = new Context();
evaluator = new ArrayList<AbstractExpression>();
evaluator.add(new ThousandExpression());
evaluator.add(new HundredExpression());
evaluator.add(new TenExpression());
evaluator.add(new OneExpression());
end note
note right of Interpreter::roman2decimal
context.setRoman(roman);
context.setValue(0);
for(AbstractExpression e : evaluator)
e.interpret(context);
return context.getValue();
end note
@enduml |
ff7ba240692c4a991463b63eed89419773751035 | 7e6fa61a8595cd38195713b5c7698f5de6f7c7b3 | /base/043/diagrama.puml | b4a6b08632288cd17c46bf13d2f8fc267299d9da | [] | no_license | qxcodepoo/arcade | 3ff1852792a47584f00c1ab9fd5011ebb2c4b830 | 3722a8c976a51829b2b6f4913360c23bf114433a | refs/heads/master | 2023-08-31T04:07:06.255292 | 2023-08-25T03:16:42 | 2023-08-25T03:16:42 | 217,410,955 | 36 | 42 | null | 2020-09-24T13:22:18 | 2019-10-24T23:12:40 | C++ | UTF-8 | PlantUML | false | false | 1,773 | puml | '--
@startuml
skinparam defaultFontName Hasklig
skinparam dpi 150
'==
~interface Valuable {
+ getLabel() : String {abstract}
+ getValue() : double {abstract}
+ getVolume() : int {abstract}
__
+ toString() : String
}
enum Coin {
+ M10 {static}
+ M100 {static}
+ M25 {static}
+ M50 {static}
- label : String
- value : double
- volume : int
__
+ getLabel() : String
+ getValue() : double
+ getVolume() : int
__
+ toString() : String
}
class Item {
- label : String
- value : double
- volume : int
__
+ Item(label : String, volume : int, value : double)
__
+ getLabel() : String
+ getValue() : double
+ getVolume() : int
+ setLabel(label : String)
+ setVolume(volume : int)
__
+ toString() : String
}
class Pig {
- broken : boolean
- valuables : ArrayList<Valuable>
- volumeMax : int
__
' inicializa as variaveis
+ Pig(volumeMax : int)
' verifica se ainda cabe e se couber
' adiciona o elemento no final da lista
+ addValuable(valuable : Valuable) : boolean
' quebra se já não estiver quebrado
+ breakPig() : boolean
__
' se estiver quebrado
' pega apenas as moedas, retira-as
' da lista de valuables e as retorna
+ getCoins() : List<Coin>
' retira e retorna apenas os itens
+ getItems() : List<Item>
' percorre o vetor de valuables
' somando o valor de todos os elementos
+ calcValue() : double
' percorre o vetor de valuables
' somando o volume de todos os elementos
+ getVolume() : int
' retorna o volume max
+ getVolumeMax() : int
' retorna se esta quebrado
+ isBroken() : boolean
__
+ toString() : String
}
'--
Pig "1" o--> "0..*" Valuable
Coin ..|> Valuable
Item ..|> Valuable
@enduml |
49bbe8e3b6b905416afa5a35cfcfea34d96e7954 | 3d0985c89f90de9c0a3949f55e3ee7047734c8a3 | /src/main/java/ex42/EmployeeParse.puml | 17b227f864274fef178826c4c7c7d72446781ecb | [] | no_license | BMurph04/murphy-cop3330-assignment3 | 15ae3aceca69ba98a273e65b6cc895f6075b7537 | d1e4f1df629f03fc562c14e0987ff0229873e4b9 | refs/heads/master | 2023-09-03T02:55:49.083391 | 2021-10-10T14:47:51 | 2021-10-10T14:47:51 | 414,345,508 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 316 | puml | @startuml
class ParseData{
+getData();
+printList();
}
class EmployeeData{
-firstName
-lastName
-salary
--
+getFirstName();
+getLastName();
+getSalary();
--
+setFirstName();
+setLastName();
+setSalary();
}
ParseData --> "many" EmployeeData : contains
@enduml |
754b66da184fda64bfa2f63a87c6f029ae0cb82b | e2d7c6f90469fa874a157acba102b9afdaf420c9 | /src/main/java/design/patten/adapterofobject/adapter/adapter.puml | 58c822e16079fb450d8955b96d9a265cb97f73b1 | [] | no_license | Asituyasi/TestPro | 59ccb89a6672b30c2917eb4521f6d3d1845cf88c | 18ec9b5b42f925864e20d547e56a8d5559e4e704 | refs/heads/master | 2020-04-26T07:45:54.089590 | 2019-03-21T11:40:02 | 2019-03-21T11:40:02 | 173,403,396 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 352 | puml | @startuml
interface Target{
+function1()
+function2()
}
class Adaptee {
+function1()
}
class Adapter {
+function1()
+function2()
}
Target <|..Adapter
Adaptee <|--Adapter
@enduml
http://www.plantuml.com/plantuml/png/SoWkIImgAStDuUBAp2j9BKfBJ4vL24aiIayjgURIJYlDIox9pCyprD14S8o0d5ekhkISnE9Y1SUKn8AIr5G5PCMOyaKA10o3sAXWKwEd1zN11JKPAAQh2nFZSaZDIm4w5W00 |
eba3fc3b70871ef3b127bd092687c63d26f5242a | 6f926b30667a0964dc598ab93fe09a6795d22b87 | /web/misc/dpiaModel.puml | 8f009dd261e24b08e9e9c5cf42d9d384e76425df | [] | permissive | Lukaand/gdpr-analyzer | 3dbcee57baf0d107a1a660cb3365d74ff1e2050a | 5433227d4aff9b088bff1b96eabe838ea2c4c1bd | refs/heads/master | 2022-11-22T03:39:20.649938 | 2020-07-13T10:18:33 | 2020-07-13T10:18:33 | 283,264,266 | 0 | 0 | BSD-3-Clause | 2020-07-28T16:12:02 | 2020-07-28T16:12:01 | null | UTF-8 | PlantUML | false | false | 1,062 | puml | class ProcessingTask <<ProcessingTask>> {
high_risk: bool
}
class RiskCriteria {
profiling: bool
automatic_decision: bool
systematic_monitoring: bool
special_personal_data: bool
large_scale_processing: bool
data_merging: bool
incapacitated_persons_data: bool
new_technology: bool
biometric_procedure: bool
third_country_data_transfer: bool
rights_inhibition: bool
}
class DataProtectionImpactAssessment <<Artifact>> {
task_description: bool
purpose: bool
necessity_and_proportionality_assessment: bool
risks_to_rights : bool
risk_mitigation_measures: bool
}
skinparam class {
BackgroundColor<<Artifact>> PaleGreen
BorderColor<<Artifact>> SpringGreen
BackGroundColor<<NotRequired>> White
BorderColor<<NotRequired>> DarkGray
AttributeFontColor<<NotRequired>> LightGray
BorderColor<<MissingClass>> Red
BackgroundColor<<MissingArtifact>> PaleGreen
BorderColor<<MissingArtifact>> Red
}
ProcessingTask -- DataProtectionImpactAssessment : manifests >
RiskCriteria -- ProcessingTask |
6b73eafd315a1270132244b78345c52d04177ddb | f2feb67464bd63b78ade50c94bdd25bc6a8d65dd | /CommonFileCreator/samples/PlantUml/data_class.puml | 6d4677ee308381fada9da672a093d6c0f23569e6 | [] | no_license | Unrealf1/Scripts | ba797e87aa81830c48dae68376f5b19b319e12a3 | 030a67fb8504296e44ed043303e47c1aa5bf587e | refs/heads/master | 2021-06-11T18:36:17.693826 | 2021-05-20T15:17:49 | 2021-05-20T15:17:49 | 182,541,545 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 70 | puml | @startuml
class data_class {
id: int
name: string
}
@enduml
|
0de1d052661a5053766ccc8905835bcf77277f91 | d14e7535380d9cb8c72925866c0fdd6ad1b1b8d7 | /spring-data-jdbc-examples/img/classes.puml | ea2d55ea848685388a49c0a520d7684b242e99d3 | [
"Apache-2.0"
] | permissive | zinoviosDev/spring-data-examples | 1b3d5ca44dc3897cfd893e45a260a440980ffa27 | c64e12a8a54ac6825c73daee9f468ea697026a52 | refs/heads/master | 2023-08-02T15:30:37.868910 | 2021-05-04T12:07:01 | 2021-05-04T12:07:01 | 408,793,373 | 0 | 0 | Apache-2.0 | 2021-09-21T11:29:49 | 2021-09-21T11:29:40 | null | UTF-8 | PlantUML | false | false | 553 | puml | @startuml
Book o-- BookAuthor
Book o-- BookCategory
Author <-- BookAuthor
Category <-- BookCategory
Book <-- BookRating
class Book {
-id : Long
-isbn : String
-title : String
-publicationDate : LocalDate
-authors : List<BookAuthor>
-categories : Set<BookCategory>
}
class BookAuthor {
-author : Long
}
class BookCategory {
-category : Long
}
class Author {
-id : Long
-fullName : String
}
class Category {
-id : Long
-name : String
}
class BookRating {
-id : Long
-version : int
-book : Long
-rating : BigDecimal
-numberOfRatings : int
}
@enduml |
a76dfd86fa56e92d36d14b37c4da0d596677791b | 8526162a04e1aafc763c035c23cfcfb25eee6159 | /app/src/main/java/com/voicenotes/view/utils/utils.plantuml | e4071e88b38be0d75d41b58ebd11a55794131c6b | [
"BSD-2-Clause"
] | permissive | fernandopm7/com.tfg.voicenotes | b1c869a0c94b59c6d7d2bce936b489bd84d3ae3b | 7bef4346b79bada48a85ff1c3011e39a753b814b | refs/heads/master | 2020-06-04T22:08:42.890833 | 2019-08-27T17:10:46 | 2019-08-27T17:10:46 | 192,209,386 | 0 | 0 | BSD-2-Clause | 2019-08-27T18:56:21 | 2019-06-16T15:50:32 | Java | UTF-8 | PlantUML | false | false | 561 | plantuml | @startuml
title __UTILS's Class Diagram__\n
package com.voicenotes {
package com.voicenotes.view.utils {
class AudioTagsHelper {
{static} - defaultTags : List<String>
{static} + getPersonalTags()
{static} + getSpinnerTags()
{static} + getDefaultTags()
{static} + getAllTags()
}
}
}
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
|
a23b569fa3f12c39c2fb5afef3b5ca8d37f7f804 | 40dff9f3accaa74abc586113fbe434a6a47073b4 | /src/main/java/com/kiran/design/solid/a/srp/breaking_srp.puml | 4d48f5c431b17643e3da642384dda9fd0ae1d7ae | [] | no_license | kiranprakashb/design-core-java | 05eac64aa217bf9acbbda21dcd7b98e56e558f20 | 2c661c0d2e0506b7fa547395527422205c4cd50e | refs/heads/main | 2023-03-04T01:24:55.516348 | 2021-02-17T19:24:51 | 2021-02-17T19:24:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 128 | puml | @startuml
'https://plantuml.com/class-diagram
class Book {
name
author
isbn
text
printText(Printer)
mailText(Mailer)
}
@enduml |
95b25e346140bdd1b12e89635e4524ba71514817 | fb84bca41a00746017b56791cc1900e4cb811be7 | /plantuml/Players/Player.puml | e33365af051229f558d352287249ba43e483ce79 | [] | no_license | MainCastle1212/EverythingEater_Main | 9b3622cc5cca5f78a411cfd7df61fbdec29a8856 | c228f75b78387aee448c6fbb2f3a362dccb724bd | refs/heads/main | 2023-01-12T07:33:38.139825 | 2020-11-12T10:01:22 | 2020-11-12T10:01:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 207 | puml | @startuml
class Player <<static>> {
+ {static} IsMainPlayer(gameObject:GameObject) : bool
+ {static} Count() : int
+ {static} BiggestSize : float <<get>>
}
Player --> "Biggest" Transform
@enduml
|
c92d0ee7c0f2e945e10186e5b92d2e64b647d98e | c3f4df75eca2f631af70bfec1120fec5c9b88059 | /docs/class_diagram.puml | c75761ee1b4d7312a37be0c78d9c047395b602ad | [] | no_license | webvimark/ybc-content | 8728d92d59daec1930190d7bafc0e836038bb452 | a062fcf121249b47ea728af9cc151dcf80d45853 | refs/heads/master | 2021-01-19T03:03:29.308696 | 2016-10-05T15:53:05 | 2016-10-05T15:53:05 | 36,182,783 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 875 | puml | @startuml
class ContentPage {
const TYPE_TEXT = 0
const TYPE_INTERNAL_LINK = 1
const TYPE_EXTERNAL_LINK = 2
--
int $active
int $sorter
int $type
int $is_main
int $parent_id
int $content_template_id
int $content_menu_id
string $name
string $slug
string $menu_image
string $meta_title
string $meta_keywords
string $meta_description
mediumtext $body
}
class ContentMenu {
int $active
int $has_submenu
int $has_menu_image
string $name
}
class ContentTemplate {
int $active
int $can_be_deleted
string $name
}
class ContentTemplateWidget {
int $active
int $single_per_page
string $name
string $position
string $widget_class
string $widget_options
int $has_settings
string $link_to_settings
}
ContentPage "*"-- ContentPage
ContentPage "*"-- ContentMenu
ContentPage "*"-- ContentTemplate
ContentTemplate "*"-- "*" ContentTemplateWidget
@enduml |
dbc4625aada2dd358207f1eb51d009c869aca7c0 | ef7961d3a8d36ffa77e66e7b665e140f13c2950b | /CodigoDS/out/production/CodigoDS/classDiagram.puml | 1ab77c39102958c5c4f7ff6b30f1e9626b75b68f | [] | no_license | TimeTrackerUAB/timetracker | a95379c86e504b794191cd7bb58da6f46d66ff75 | ac7e1f1a73c6fa4290acbde6cb1df26fd46b753b | refs/heads/main | 2023-02-09T13:15:43.637380 | 2021-01-08T16:47:04 | 2021-01-08T16:47:04 | 304,569,046 | 0 | 0 | null | 2020-12-10T20:53:23 | 2020-10-16T08:41:15 | HTML | UTF-8 | PlantUML | false | false | 3,043 | puml | @startuml
abstract class Activity{
- name: String
- description: String
- initialDate: LocalDateTime
- finalDate: LocalDateTime
- duration: int
- father: Project
+ Activity()
+ Activity(String name, String description, Project father)
+ String getName()
+ String getDescription()
+ int getDuration()
+ Project getParent()
+ LocalDateTime getInitialDate()
+ LocalDateTime getFinalDate()
+ setInitialDate(LocalDateTime date)
+ setFinalDate(LocalDateTime date)
+ setDuration(int dur)
+ createTree(Activity father, JSONObject object)
+ JSONObject convertToJSONObject()
+ update()
}
class Task{
- intervalList: List<Interval>
- nIntervals: int
+ Task()
+ Task(String name, String description, Project father)
+ List<Interval> getIntervalList()
+ startTask()
+ stopTask()
+ addChild(Interval interval)
+ createTree(Activity father, JSONObject object)
+ acceptVisitor()
+ update()
}
class Project{
- activityList: List<Activity>
+ Project()
+ Project(String name, String description, Project father)
+ List<Activity> getActivityList()
+ addChild(Activity activity)
+ createTree(Activity father, JSONObject object)
+ acceptVisitor(Visitor visitor)
+ update()
}
class Clock{
- clock: Clock
- date: LocalDateTime
- timer: Timer
- support: PropertyChangeSupport
- period: int
+ Clock()
+ Clock getInstance()
+ LocalDateTime getDate()
+ int getPeriod()
+ setTime(LocalDateTime time)
+ initialize()
+ addPropertyChangeListener(PropertyChangeListener pcl)
+ removePropertyChangeListener(PropertyChangeListener pcl)
}
class Thread{}
class Interval{
- initTime: LocalDateTime
- finalTime: LocalDateTime
- duration: int
- fatherTask: Task
+ Interval(Task task)
+ Interval(Task father, LocalDateTime iTime, LocalDateTime fTime, int dur)
+ LocalDateTime getInitTime()
+ LocalDateTime getFinalTime()
+ int getDuration()
+ setFinalTime(LocalDateTime time)
+ startInterval()
+ stopInterval()
+ propertyChange(PropertyChangeEvent evt)
+ acceptVisitor()
+ JSONObject convertToJSONObject()
}
class Client{
+ main()
+ startTestA()
+ startTestB()
+ writeJSONFile()
+ readJSONFile()
}
class Printer{
- root: Project
- formatter: DateTimeFormatter
- filter: Boolean
+ Printer(Project r)
+ Printer(Project r, Boolean filt)
+ print()
+ printTimes(LocalDateTime initTime, LocalDateTime finalTime, int duration)
+ visitInterval(interval interval)
+ visitTask(task task)
+ visitProject(Project project)
}
interface Visited{
+ abstract acceptVisitor(Visitor visitor)
}
interface Visitor{
+ abstract visitInterval(Interval interval)
+ abstract visitTask(Task task)
+ abstract visitProject(Project project)
}
class PropertyChangeListener{
+ abstract propertyChange(PropertyChangeEvent evt)
}
Project -up-|> Activity
Task -up-|> Activity
Project *--> "*" Activity
Client --> Project
Client --> Task
Client --> Clock
Client --> Printer
Task "1" -right->"*" Interval
Printer --> Clock : observes
Clock -right-|> Thread
Printer ..|> Visitor
Activity ..|> Visited
Interval ..|> Visited
Printer ..|> PropertyChangeListener
Interval ..|> PropertyChangeListener
@enduml |
7a1074a28e9933bdb86c18311dadcbb507b53f95 | e739ad0e18c3644296461e6c28bef0a122bd662d | /docs/quiz.puml | 6c322d5fb8262c64f56e86626bc74db30acf5b41 | [] | no_license | micsoftvn/quiz-too | 66cb021b3541cdf464e6c2713cfca861e231bdbe | 5838483691aabd7b1213c3b89be33d21ad318041 | refs/heads/master | 2023-04-12T13:33:10.903437 | 2021-05-15T18:40:52 | 2021-05-15T18:40:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 738 | puml | @startuml quiz_package
class Quiz {
Challenge[] callenges
}
class Question {
String type
String questionString
}
class Challenge {
ChallengeStatus challengeStatus
Int index
String question
Int[] answers
String[] choices
String explanation
Int[] selectedChoices
arrayEqual(Int[] a, Int[] b): Boolean
}
class MdFileProcessor {
extractQuiz(content):Quiz
partitionChallenge(content): String[]
extractExplain(challengeRaw): String
extractChoices(challengeRaw): String[]
extractQuestion(challengeRaw): String
}
class GithubLinkedInSource {
}
class LocalFileSource {
}
Challenge *-- Question
Quiz o-- Challenge
LocalFileSource --> MdFileProcessor
GithubLinkedInSource --> MdFileProcessor
@enduml |
115a17108ae2b4da421ea5c122f7304444129b18 | ec4ab8a3c9fb2750294261a93939ce679a63303e | /AirportManager-api/AirportManager-api.plantuml | 30bd66c70993a4548824e44460fe1dc91fa13304 | [] | no_license | winostworzylbog/IONB | 3ed0dbe064866d7d0a3c90eb4d186a4f7ef627d0 | 30dbd315bf1357e419f285d28bf32d4f2cfb4af3 | refs/heads/origin/master | 2022-12-21T00:15:30.682166 | 2020-01-24T16:37:05 | 2020-01-24T16:37:05 | 236,040,144 | 0 | 0 | null | 2022-12-16T00:40:51 | 2020-01-24T16:32:28 | Java | UTF-8 | PlantUML | false | false | 1,839 | plantuml | @startuml
title __AIRPORTMANAGER-API's Class Diagram__\n
namespace pl.edu.uj.ii.ionb.airportmanager.services {
interface pl.edu.uj.ii.ionb.airportmanager.services.AirplaneService {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.services {
interface pl.edu.uj.ii.ionb.airportmanager.services.DestinationService {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.services {
interface pl.edu.uj.ii.ionb.airportmanager.services.FlightService {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.services {
interface pl.edu.uj.ii.ionb.airportmanager.services.StewardService {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.AirplaneTO {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.StewardTO {
}
}
pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.AirplaneTO : airplaneTO
pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO : origin
pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO : target
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
|
afcbe21ed3cbf7e1698aa1971cb7e1ab65016564 | c6fa8545978b664ac557f530c9b0fab84780d450 | /Composite/docs/img/Task_CD.puml | f5db12e73423ee50866d6496235f8e4f12730eb0 | [] | no_license | rovany706/design-patterns | 1779eaf3fdea4b865d7160c46ba918fe0540342a | 79eb1e40ebe4e3eb5b3f00f7020bc5e85b0e8fc1 | refs/heads/master | 2020-12-14T15:35:25.922667 | 2020-04-15T09:02:51 | 2020-04-15T09:02:51 | 234,789,540 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,158 | puml | @startuml
package "SmartHome" {
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
skinparam Linetype ortho
class Client {
}
abstract class SmartHomeComponent {
-Enabled: boolean
+Name: string
+SetEnabled()
}
class SmartFloor {
}
class SmartTV {
}
class SmartCurtains {
}
class SmartLight {
}
class SmartGroup {
-Children: SmartHomeComponent[]
+Add()
+Remove()
}
class SmartHomeScenario {
+Floors: SmartGroup
+Lights: SmartGroup
+Curtains: SmartGroup
+TV: SmartTV
}
Client --> SmartHomeComponent
SmartHomeScenario --|> SmartHomeComponent
SmartFloor -up-|> SmartHomeComponent
SmartTV -up-|> SmartHomeComponent
SmartCurtains -up-|> SmartHomeComponent
SmartLight -up-|> SmartHomeComponent
SmartFloor "1" -- "*" SmartGroup
SmartTV "1" -- "*" SmartGroup
SmartCurtains "1" -- "*" SmartGroup
SmartLight "1" -- "*" SmartGroup
SmartGroup --|> SmartHomeComponent
SmartGroup --> SmartHomeScenario
}
@enduml |
d410b966621748dec44d274624b13699afe369a5 | b74b97592456967e5cabb8d28e0273d409cfe97d | /doc/figures/classes/classes-semantic.plantuml | 4ca91b52eb3f06521d9fff6b3c11845e44af065d | [] | no_license | MacTiger/mac-tiger | 0081526b17e72f9aa5aaca4dd0c63a547fdbecc6 | 08751dcad27eaa1af25da44647196935dc91bfc6 | refs/heads/master | 2022-03-18T19:15:38.268340 | 2020-04-12T18:12:18 | 2020-04-12T18:12:18 | 219,507,500 | 3 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,087 | plantuml | @startuml
class SymbolTable {
- int depth
- SymbolTable parent
- List<SymbolTable> children
- Namespace<Type> types
- Namespace<FunctionOrVariable> functionsAndVariables
}
class Namespace<Symbol extends Symbol> {
- Map<String, Symbol> symbols
}
abstract class Symbol
abstract class FunctionOrVariable
class Function {
- Type type
- SymbolTable table
}
class Variable {
- Type type
- int offset
- writable
- translated
}
abstract class Type
class Primitive {
- int size
}
class Array {
- Type type
}
class Record {
- Namespace<Variable> namespace
}
Symbol <|-up- FunctionOrVariable
FunctionOrVariable <|-left- Function
FunctionOrVariable <|-right- Variable
Symbol <|-down- Type
Type <|-down- Primitive
Type <|-down- Array
Type <|-down- Record
SymbolTable "1"--"*" SymbolTable
SymbolTable "0"--"2" Namespace
SymbolTable "0"--"*" FunctionOrVariable
SymbolTable "1"--"0" Function
SymbolTable "0"--"*" Type
Function "0"--"1" Type
Variable "0"--"1" Type
Array "0"--"1" Type
Record "0"--"1" Namespace
Record "0"--"*" Variable
@enduml
|
6f7e8a098e03f0d62073607240cb75ac062d73ec | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/diagrams/resources.plantuml | efb475a344435163dc6d92356b3c968e75101486 | [
"WTFPL"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | ISO-8859-4 | PlantUML | false | false | 2,252 | plantuml | @startuml
title __RESOURCES's Class Diagram__\n
package app.resources {
interface DAO_STUB {
{abstract} + loadSerie()
{abstract} + loadTemporada()
{abstract} + loadEpisodi()
{abstract} + loadArtista()
{abstract} + loadProductora()
{abstract} + loadAdmin()
{abstract} + loadClient()
{abstract} + loadSubscripcio()
{abstract} + loadVisualitzaciķ()
{abstract} + loadValoracio()
}
}
package app.resources {
class DAO_XML_STUB {
- serie : String
- temporada : String
- client : String
- episodi : String
- valoracio : String
- productora : String
- artista : String
- subscripcio : String
- visualitzacio : String
- users : ArrayList<User>
+ DAO_XML_STUB()
+ obtenirDades()
+ loadSerie()
+ loadTemporada()
+ loadEpisodi()
+ loadArtista()
+ loadProductora()
+ loadValoracio()
+ loadAdmin()
+ loadClient()
+ getCatalog()
+ loadSubscripcio()
+ getUser()
+ loadVisualitzaciķ()
+ getEpisode()
+ getUsers()
+ getSerie()
+ getTemporada()
+ getClient()
+ getAdmin()
+ getEpisodi()
+ getValoracio()
+ getProductora()
+ getArtista()
+ getSubscripcio()
+ getVisualitzacio()
}
}
package app.resources {
class STUBXMLParser {
+ STUBXMLParser()
+ parse()
- obtenirSeries()
- obtenirProductora()
- obtenirArtistes()
- obtenirTemporades()
- obtenirEpisodis()
- obtenirValoracions()
- obtenirAdministradors()
- obtenirClients()
- obtenirSubcripcions()
- obtenirVisualitzacions()
}
}
DAO_XML_STUB -up-|> DAO_STUB
DAO_XML_STUB o-- Catalog : catalog
DAO_XML_STUB o-- Series : sSerie
DAO_XML_STUB o-- User : user
STUBXMLParser o-- DAO_XML_STUB : daoXml
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
7bdebe1c557629ba4fa868d6db92a76e6fa74d9b | f20133f7e03f69e64428e62b7389fb906d8e5f64 | /doc/stack-classdiagram.plantuml | 97e4cb05204cd841359a7012a790ea71cf2e56b3 | [
"Apache-2.0"
] | permissive | hslu-students/ad-exercises | f534f439db4d8ca72ba0b505ef9c5f16487baccd | 92cfef8014b6395f56768be90325aabe1ea59941 | refs/heads/master | 2020-06-04T22:09:06.929198 | 2019-11-03T20:34:33 | 2019-11-03T20:34:33 | 192,209,227 | 1 | 0 | NOASSERTION | 2020-01-31T18:20:32 | 2019-06-16T15:48:55 | Java | UTF-8 | PlantUML | false | false | 216 | plantuml | @startuml
' style
skinparam Handwritten true
skinparam monochrome true
' class definitions
class Stack {
-stack: String[100]
-index: Int
+isFull(): Boolean
+push(element: String)
+pop(): String
}
@enduml |
dabd4800511a4d47c1eea9550766d403cb661e42 | f7389ede7c743b8ce3d174eee24ebcab316354f6 | /Diagrammer/CentralComputer/ClassDiagram/ClassDiagram.plantuml | d4fcedc429a5e4e4776c4412e7f6d2d4c076ef88 | [] | 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 | 1,507 | plantuml | @startuml
title CD_UC1
skinparam wrapWidth 200
class UC1 <<controller>>{
+UC1(Startknap* SK, Display *D)
+Run()
+~UC1()
- _SK : Startknap*
- _D : Display*
- _player[2] : Player
- _W1 : Wifi*
}
class Startknap <<Domain>>{
-_gpio[2] : int
-_Status[2] : bool
+Startknap(int gpio1, int gpio2)
+WaitForStart()
+~Startknap()
}
class Display<<Boundary>>{
+Display(int rows, int cols, int bits, int rs, int strb,int d0, int d1, int d2, int d3, int d4, int d5, int d6, int d7)
+StartCountDown(int count)
+LostLife(int player,&SumoBot,&SumoBot)
+ShowWinner(int player)
+writeToScreen(string msg)
- _displayfd : int
- _rows : int
- _cols : int
- _bits : int
- _rs : int
- _strb : int
- _data[8] : int
}
class SumoBot <<Boundary>>{
- _TCPS : TCPServer*
- _lifes : int
-_retning : int
-_speed : int
-_attackStatus : bool
+SumoBot(int lifes, int player)
+SetDirectionAndSpeed(int dir, int speed)
+SubstractLife()
+GetLife()
+~SumoBot()
}
class Styringsenhed <<Boundary>>{
-_speed : int
-_direction : int
-_SPIM : SPIMaster*
+Styringsenhed(int channel, int comSpeed, int bufferSize)
+GetDirectionAndSpeed(int &dir, int &speed)
+~Styringsenhed()
}
class Player <<Struct>> {
direction : int
speed : int
attack : bool
SBptr : SumoBot*
SEptr : Styringsenhed*
hide members
show fields
}
hide <<Struct>> circle
Startknap"2" -- UC1
UC1 -- "2"Styringsenhed
UC1 - "2"SumoBot
Display - UC1
@enduml |
8b6343a8d773504f5499b6e43b2c7cc1502f5862 | 9719552a1c9d48895aa95b7235a414ce4f9be2a4 | /flyweight/src/flyweight.puml | c4dead2de1267af2b1c9d7e444ad606a09a54cdb | [] | no_license | lzyJava666/designMode | c2b582702ddb38eecf65b355408a937c8678f8c9 | cf3bee2e67ece800853efe6b0a1c06bde8c16bbf | refs/heads/main | 2023-03-07T13:55:48.882683 | 2021-02-04T07:59:16 | 2021-02-04T07:59:16 | 325,688,331 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 792 | puml | @startuml
abstract class WebSite{
+{abstract} void use(User user)
}
note top: 享元模式中的抽象享元角色
class ConcreteWebSite{
+void use(User user)
-String type
}
note right: 享元模式中具体的享元角色,type:内部状态
WebSite <|-- ConcreteWebSite
class User{
-String name
+void getName()
+User(String name)
}
note left:享元模式中的外部状态
WebSite ..>User
ConcreteWebSite ..>User
class WebSiteFactory{
{static} -WebSiteFactory webSiteFactory
{static} +WebSiteFactory getInstance()
+WebSite getWebSite(String type)
- HashMap<String,WebSite> webSiteMap
+int WebSiteSize()
}
note top:享元工厂
WebSiteFactory o-- WebSite
class Client
Client ..> WebSiteFactory
Client ..> User
Client ..> ConcreteWebSite
@enduml |
fea2326bb339781e274858393ddcbb758f92c811 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomerSetDateOfBirthAction.puml | 3f0f87925d020e647f1dee6368dd800ce41679c7 | [] | 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 | 456 | 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 CustomerSetDateOfBirthAction [[CustomerSetDateOfBirthAction.svg]] extends CustomerUpdateAction {
action: String
dateOfBirth: Date
}
interface CustomerUpdateAction [[CustomerUpdateAction.svg]] {
action: String
}
@enduml
|
8f8ceb87a6d71170e9299b10af504451d8f5b526 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyPaymentSetMethodInfoMethodAction.puml | 2bc81617253054972d67b95ba0d4b010ece00236 | [] | 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 | 468 | 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 MyPaymentSetMethodInfoMethodAction [[MyPaymentSetMethodInfoMethodAction.svg]] extends MyPaymentUpdateAction {
action: String
method: String
}
interface MyPaymentUpdateAction [[MyPaymentUpdateAction.svg]] {
action: String
}
@enduml
|
bcecb121db55a2b8d8c24c847dec5c9790f3f44d | 16433b43535a33b6a2bf5cb0d8739f76cd61292b | /三方类库/groupcachelib/singleflight/groupcache.puml | 707078aa2f373580222d82d6419c796ee7091f24 | [] | no_license | drewinner/go-notebook | b15e8907069ac96a8d483549d6641a8d0e002e79 | b03175a46100ebe915eae6d977352a86a145fe1f | refs/heads/main | 2023-03-17T04:20:27.655137 | 2021-03-14T13:36:59 | 2021-03-14T13:36:59 | 316,700,284 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,252 | puml | @startuml
interface Sink {
SetString(s string) error
SetBytes(v []byte) error
SetProto(m proto.Message) error
view() (ByteView, error)
}
class allocBytesSink {
dst *[]byte
v ByteView
}
class protoSink {
dst proto.Message
typ string
v ByteView
}
class byteViewSink {
dst *ByteView
}
class stringSink {
sp *string
v ByteView
}
class truncBytesSink {
dst *[]byte
v ByteView
}
class ByteView {
b []byte
s string
}
Sink <|-- allocBytesSink
Sink <|-- protoSink
Sink <|-- byteViewSink
Sink <|-- stringSink
Sink <|-- truncBytesSink
allocBytesSink --> "v" ByteView
protoSink --> "v" ByteView
byteViewSink --> "dst" ByteView
stringSink --> "v" ByteView
truncBytesSink --> "v" ByteView
interface PeerPicker {
PickPeer(key string) (peer ProtoGetter, ok bool)
}
class HTTPPool {
Context func(*http.Request) context.Context
Transport func(context.Context) http.RoundTripper
self string
opts HTTPPoolOptions
mu sync.Mutex
peers *consistenthash.Map
httpGetters map[string]*httpGetter
}
class httpGetter {
transport func(context.Context) http.RoundTripper
baseURL string
}
class NoPeers {
}
interface ProtoGetter {
Get(ctx context.Context, in *pb.GetRequest, out *pb.GetResponse) error
}
PeerPicker <|-- HTTPPool
PeerPicker <|-- NoPeers
ProtoGetter <|-- httpGetter
HTTPPool --> "httpGetters" httpGetter
interface Getter {
Get(ctx context.Context, key string, dest Sink) error
}
class Group {
name string
getter Getter
peersOnce sync.Once
peers PeerPicker
cacheBytes int64
mainCache cache
hotCache cache
loadGroup flightGroup
_ int32
Stats Stats
}
class Stats {
Gets AtomicInt
CacheHits AtomicInt
PeerLoads AtomicInt
PeerErrors AtomicInt
Loads AtomicInt
LoadsDeduped AtomicInt
LocalLoads AtomicInt
LocalLoadErrs AtomicInt
ServerRequests AtomicInt
}
class cache {
mu sync.RWMutex
nbytes int64
lru *lru.Cache
nhit, nget int64
nevict int64
}
Getter <|-- Group
Group --> "Stats" Stats
Group --> "mainCache" cache
Group --> cache #text:black : hotCache
Group --> "peers" PeerPicker
@enduml |
ba6fd7c520f599be563b73adb49a6e4eab4256f9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartSetShippingAddressAction.puml | 20930c31bb5ec313a40a780d9206824375722de5 | [] | 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 | 467 | 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 CartSetShippingAddressAction [[CartSetShippingAddressAction.svg]] extends CartUpdateAction {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface CartUpdateAction [[CartUpdateAction.svg]] {
action: String
}
@enduml
|
88294b8b92a33ee81e8dca1f7fb75d99ef9d150f | 7c2a17fd3d19a13fb71558f79900a2908de98c58 | /docs/uml-class-diagrams/display02/test/DisplayComm2WayInterfaceStub/DisplayComm2WayInterfaceStub.puml | 011113a3aca4c2549a430bdb0f1f0bd9a33cd71b | [] | no_license | casher-ou/csi-3370-software-project | 483b1add9fbab8349f30009eecc123c884bdcc7b | 629fb9cce10429c2b80bd1ad33ab898d1466883b | refs/heads/main | 2023-01-22T00:44:50.062944 | 2020-11-29T23:00:50 | 2020-11-29T23:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 230 | puml | @startuml DisplayComm2WayInterfaceStub
package edu.oakland.test.display02 {
class DisplayComm2WayInterfaceStub {
__
.. Use Case 1 ..
{abstract} + TrackData passRfidRequest(int rfidNum)
}
}
@enduml |
f56bf9c5d1d407ee0c088b6e5eb5c1ac259e8174 | 1d945d9f06d6c05ad69ac62d8df61ad8daec69c5 | /src/ub/edu/view/view.plantuml | 60f32f43b0a76aaa5fb8da8c107bd19bdc447744 | [
"Apache-2.0"
] | permissive | lisa31419/Disseny_de_SW_2020 | c11dfe7d1e5c0838d465d42548acd25d46e5ea78 | b67cc23405c7f52fb0e9b856d84fa0f45807800e | refs/heads/main | 2023-04-20T13:14:22.883223 | 2021-01-10T17:13:10 | 2021-01-10T17:13:10 | 370,673,770 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,554 | plantuml | @startuml
title __VIEW's Class Diagram__\n
namespace ub.edu.view {
class ub.edu.view.FerPost {
- controller : IController
- cancelButton : JButton
- sendButton : JButton
# FerPost()
- initComponents()
}
}
namespace ub.edu.view {
class ub.edu.view.FormEpisodi {
- controller : IController
- currentClient : String
- currentUsuari : String
- descripcioEpisodi : JLabel
- duracioEpisodi : JLabel
- owner : Frame
- tornarAlMenuButton : JButton
- valorarButton : JButton
- visualitzarButton : JButton
# FormEpisodi()
- estaVisualitzat()
- initComponents()
- onVisualitzar()
}
}
namespace ub.edu.view {
class ub.edu.view.FormPerfilUsuari {
- controller : IController
- ferPostButton : JButton
- listFollowers : JList<String>
- listFollowing : JList<String>
- listPost : JList<String>
- listPostRebuts : JList<String>
- owner : Frame
# FormPerfilUsuari()
- initComponents()
- onFerPost()
- refreshFollowers()
- refreshFollowing()
- refreshListAll()
- refreshPostRebuts()
- refreshPosts()
}
}
namespace ub.edu.view {
class ub.edu.view.FormReproduccio {
- controller : IController
- currentClient : String
- currentUser : String
- duracioVisualitzacio : int
- duracioVisualitzada : int
- episodi : int
- numTemporada : int
- owner : Frame
- progressBar : JProgressBar
- serie : String
- tancaButton : JButton
- timer : Timer
# FormReproduccio()
- formWindowClosing()
- formWindowOpened()
- initComponents()
- onPause()
}
}
namespace ub.edu.view {
class ub.edu.view.FormReproductorVideo {
{static} - MAX_TIME_REPRODUCCION : int
{static} - MEDIA_URL : String
- controller : IController
- currentClient : String
- currentUser : String
- duracioVisualitzacio : int
- duracioVisualitzada : int
- episodi : int
- fxPanel : JFXPanel
- mediaPlayer : MediaPlayer
- numTemporada : int
- owner : Frame
- segonsRestants : int
- serie : String
+ FormReproductorVideo()
}
}
namespace ub.edu.view {
class ub.edu.view.FormUser {
- controller : IController
- owner : Frame
+ FormUser()
- initComponents()
- onRegister()
}
}
namespace ub.edu.view {
class ub.edu.view.FrmLogIn {
- controller : IController
- btnLogIn : JButton
- btnRegistrar : JButton
- labelPassword : JLabel
- labelUsername : JLabel
- owner : Frame
- textPassword : JPasswordField
- textUsername : JTextField
# FrmLogIn()
- initComponents()
- onRegistrar()
}
}
namespace ub.edu.view {
class ub.edu.view.FrmRegistre {
- controller : IController
- owner : Frame
- textAdreca : JTextField
- textDNI : JTextField
- textNomReal : JTextField
- textPassword1 : JPasswordField
- textPassword2 : JPasswordField
- textUsername : JTextField
- textUsuari : JTextField
# FrmRegistre()
- initComponents()
}
}
namespace ub.edu.view {
class ub.edu.view.FrmValoracio {
- controller : IController
- barraEmocio : JSlider
- btnCor : JButton
- btnValorar : JButton
- owner : Frame
- panelCor : JPanel
- panelEmocio : JPanel
# FrmValoracio()
- initComponents()
- valorarCor()
- valorarEstrella()
}
}
namespace ub.edu.controller{
interface ub.edu.controller.IController{}
}
namespace ub.edu.view {
interface ub.edu.view.RegisterObserver {
{abstract} + refreshTopValoracions()
{abstract} + refreshTopVisualitzacions()
}
}
namespace ub.edu.view {
class ub.edu.view.UBFLIXParty {
{static} - NUM_MAX_TOPS : int
- controller : IController
- btnAfegirMyList : JButton
- btnCrearUsuari : JButton
- btnTreureMyList : JButton
- comboBoxUsuaris : JComboBox<String>
- currentClient : String
- currentUser : String
- labelTopValoracions : JLabel
- labelTopVisualitzacions : JLabel
- listAll : JList<String>
- listContinueWatching : JList<String>
- listMyList : JList<String>
- listWatched : JList<String>
- perfilButton : JButton
- tableTopValoracions : JTable
- tableTopVisualitzacions : JTable
+ UBFLIXParty()
+ init()
+ refreshTopValoracions()
+ refreshTopVisualitzacions()
+ refreshUsersList()
- addSerieToMyList()
- ferLogIn()
- inicialitzarLlistaTopValoracions()
- inicialitzarLlistaTopVisualitzacions()
- onEpisodi()
- refreshContinueWatching()
- refreshEpisodis()
- refreshLlistes()
- refreshMyList()
- refreshTemporades()
- refreshWatched()
- removeSerieFromMyList()
- userActionPerformed()
}
}
ub.edu.view.UBFLIXParty .up.|> ub.edu.view.RegisterObserver
ub.edu.view.UBFLIXParty o-left- ub.edu.controller.IController : controller
ub.edu.view.UBFLIXParty ..> ub.edu.view.FrmLogIn : create
ub.edu.view.UBFLIXParty ..> ub.edu.view.FormPerfilUsuari : create
ub.edu.view.UBFLIXParty ..> ub.edu.view.FormUser : create
ub.edu.view.UBFLIXParty ..> ub.edu.view.FormEpisodi : create
ub.edu.view.FrmLogIn ..> ub.edu.view.FrmRegistre : create
ub.edu.view.FormEpisodi ..> ub.edu.view.FrmValoracio : create
ub.edu.view.FormEpisodi ..> ub.edu.view.FormReproduccio : create
ub.edu.view.FormEpisodi ..> ub.edu.view.FormReproductorVideo : create
ub.edu.view.FormPerfilUsuari ..> ub.edu.view.FerPost : create
@enduml
|
ff41994e56ec1e527c97114b4c6c242370b0ecdf | cf57c9b614b7d769c26a2b1ed5c9b1904e2388f7 | /uml/classDesign.puml | eedbd68915e22d5665a1dabb3d30b509a19e1988 | [] | no_license | zixixiyu/lessonDesign | d73e3c482b1fcd3e29826d1e414e5ccdcd43db60 | 83b66dff3fb949e7db70f2339634f401a5d8a966 | refs/heads/main | 2023-08-10T19:39:24.445958 | 2021-09-12T01:29:29 | 2021-09-12T01:29:29 | 403,439,848 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 935 | puml | @startuml
class user{
int id
string username
string password
date registryDate
String email
String mobile
}
class manager{
int id
string username
string password
}
class category{
int id
String name
String introduce
}
class product{
int id
int categoryId
String name
double deposit #租金
double dailyPrice
double discountDailyPrice
int currentInventory
int totalInventory
String introduce
String parameter #json格式字符串,产品参数
String picUrl
}
class order{
int id
int userId
date orderTime
double orderTotalPrice
byte states # 0表示为购物车,1表示已经支付
}
class orderItem{
int id
int productId
int orderId
int quantity
date beginTime
date endTime
double totalPrice
}
category<|-product
orderItem<|-order
orderItem --|>product
order --|>user
@enduml |
7d6fbccb684b9a651b1f1289dfcf3e4df4539d8f | c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac | /docs/uml-class-diagrams/display01/production/DisplayGpsInterfaceImplementation/DisplayGpsInterfaceImplementation.puml | 55c4a39a79a396383aad3bf09b0ef79b163b63db | [] | no_license | Slackjaw1431/csi-3370-software-project | 79666760712ee4625bea3daea48c7072e7826465 | af44ad1066695e4f9eff74eda79cebef3ad2b1af | refs/heads/main | 2023-03-23T23:03:17.404846 | 2021-03-17T18:52:02 | 2021-03-17T18:52:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 649 | puml | @startuml DisplayGpsInterfaceImplementation
package edu.oakland.production.display01 {
class DisplayGpsInterfaceImplementation {
- DisplayGpsReciever reciever
__
+ DisplayGpsInterfaceImplementation(DisplayGpsReciever reciever)
.. Use Case 1 ..
+ String receiveGpsSignal(Satellite satelliteSignal)
.. Use Case 2 ..
+ SatelliteSignalCheckRequest reportGpsSignalLoss(Satellite satelliteSignal)
+ SatelliteSignalCheckRequest recheckSignalStength(Satellite satelliteSignal)
+ SatelliteSignalCheckRequest checkSignalStength(Satellite satelliteSignal)
}
}
@enduml
|
c09cb3d05d0f8af36099b5ea7fd08ee779189c53 | 8e6fcb8dc47d715d15852db99b139b4c9cc36fac | /patterns/port-and-adapter/class diagram.puml | d8eaa73698b2e12f517a73a40336b1b61ec511df | [
"MIT"
] | permissive | aparna-r/tutorials | 864d4b159cd78f33abda5c154dc3e2fe7b485f38 | 7ccd8f6cc01b778d7adc16842dfaedcab039b6b7 | refs/heads/master | 2020-06-22T23:59:58.027706 | 2019-07-23T15:00:31 | 2019-07-23T19:21:11 | 198,437,235 | 0 | 0 | null | 2019-07-23T13:33:48 | 2019-07-23T13:33:47 | null | UTF-8 | PlantUML | false | false | 473 | puml | @startuml
class PaymentController {
Application Adapter
}
interface PaymentService {
Inbound Port
}
interface PaymentRepository {
Outbound Port
}
class PaymentRepositoryImpl {
Infrastructure Adapter
}
class PaymentServiceImpl {
Domain Logic
}
PaymentService <|-- PaymentServiceImpl: implements
PaymentService *-- PaymentController: has
PaymentRepository *-- PaymentServiceImpl: has
PaymentRepository <|-- PaymentRepositoryImpl: implements
@enduml |
373e4610287ec41dc72fbf9df6e3e112988a73ec | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Editor/Effects/AmbientOcclusionEditor.puml | e972b20913793087af3f6195a6356e0fc30f987f | [] | 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 | 821 | puml | @startuml
class AmbientOcclusionEditor <<sealed>> {
+ <<override>> OnEnable() : void
+ <<override>> OnInspectorGUI() : void
}
class "PostProcessEffectEditor`1"<T> {
}
"PostProcessEffectEditor`1" "<AmbientOcclusion>" <|-- AmbientOcclusionEditor
AmbientOcclusionEditor --> "m_Mode" SerializedParameterOverride
AmbientOcclusionEditor --> "m_Intensity" SerializedParameterOverride
AmbientOcclusionEditor --> "m_Color" SerializedParameterOverride
AmbientOcclusionEditor --> "m_AmbientOnly" SerializedParameterOverride
AmbientOcclusionEditor --> "m_ThicknessModifier" SerializedParameterOverride
AmbientOcclusionEditor --> "m_DirectLightingStrength" SerializedParameterOverride
AmbientOcclusionEditor --> "m_Quality" SerializedParameterOverride
AmbientOcclusionEditor --> "m_Radius" SerializedParameterOverride
@enduml
|
9c18404def231c976d3f90bc5060c5e0a49f4c3e | 81817014b697373c93a4808957c8a8beee8ef2d6 | /src/main/java/com/lab2/Nice.puml | 07a3e5c42da3ed858f1d1cd851492b36ea3eec9e | [] | no_license | S2n0a0k0e/MyProject | 714788396adf92fba58f3931236691f054fcc640 | 7a4d9dbe9c78a2fda6073209e09a5a20eb9d4e3f | refs/heads/main | 2023-08-26T20:55:46.080026 | 2021-10-18T19:44:10 | 2021-10-18T19:44:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 148 | puml | @startuml
'https://plantuml.com/class-diagram
class Main {
}
class Add {
}
class Substract {
}
Substract <|-- Main
Add <|-- Main
@enduml |
9d4560b886a913196e365016c91a06fced9d62c9 | e7532fa355dfddb8a4cdae71c4e37da876edcbb1 | /design/class_diagram.puml | 16d150e516374a3bd426c1c7c592b13a8bfa38e1 | [] | no_license | khoivudev/decorator-pattern-example | 313413ba8b2028d7731a21228b52ed456a1d226c | 1d22f63614a2e9941cfb5aeb381016b06798a9b0 | refs/heads/master | 2023-08-22T05:09:45.465719 | 2021-10-16T09:21:05 | 2021-10-16T09:23:02 | 415,923,273 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 997 | puml | @startuml
abstract class Beverage {
description
getDescription()
cost()
}
package MainDrink <<Rectangle>> {
class HouseBlend extends Beverage {
cost()
}
class DarkRoast extends Beverage {
cost()
}
class Espresso extends Beverage {
cost()
}
class Decaf extends Beverage {
cost()
}
}
package Condiment <<Rectangle>> {
abstract CondimentDecorator extends Beverage {
getDescription()
}
class Milk extends CondimentDecorator {
Beverage beverage
cost()
getDescription()
}
class Mocha extends CondimentDecorator {
Beverage beverage
cost()
getDescription()
}
class Soy extends CondimentDecorator {
Beverage beverage
cost()
getDescription()
}
class Whip extends CondimentDecorator {
Beverage beverage
cost()
getDescription()
}
}
CondimentDecorator --> Beverage : component
@enduml |
8e4fd8888b196ffb524a1e4d4efcc71c301d82ef | 2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03 | /UML/vendor/yiisoft/yii2-dev/framework/di.puml | 554507c3d2db065ae7e12924d2414f362f75f45b | [] | no_license | adipriyantobpn/UML-diagram-for-some-PHP-packages | b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5 | 0a9308fbd2d544c8f64a37cf9f11011edfc40ace | refs/heads/master | 2021-08-19T19:24:34.948176 | 2017-11-27T07:48:10 | 2017-11-27T07:48:10 | 112,164,778 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,340 | puml | @startuml
skinparam handwritten true
class yii.di.Container {
-_definitions : array = []
-_dependencies : array = []
-_params : array = []
-_reflections : array = []
-_singletons : array = []
#build(class : string, params : array, config : array) : object
+clear(class : string)
+get(class : string, params : array = [], config : array = []) : object
+getDefinitions() : array
#getDependencies(class : string) : array
+has(class : string) : bool
+hasSingleton(class : string, checkInstance : bool = false) : bool
+invoke(callback : callable, params : array = []) : mixed
#mergeParams(class : string, params : array) : array
#normalizeDefinition(class : string, definition : string|array|callable) : array
+resolveCallableDependencies(callback : callable, params : array = []) : array
#resolveDependencies(dependencies : array, reflection : ReflectionClass = null) : array
+set(class : string, definition : mixed = [], params : array = []) : $this
+setDefinitions(definitions : array)
+setSingleton(class : string, definition : mixed = [], params : array = []) : $this
+setSingletons(singletons : array)
}
class yii.di.Container extends yii.base.Component
class yii.di.Instance {
+id : string
+{static}ensure(reference : object|string|array|static, type : string = null, container : ServiceLocator|Container = null) : object
+get(container : ServiceLocator|Container = null) : object
+{static}of(id : string) : Instance
#__construct(id : string)
+{static}__set_state(state : array) : Instance
}
class yii.di.NotInstantiableException {
+getName() : string
+__construct(class, message = null, code = 0, previous : Exception = null)
}
class yii.di.NotInstantiableException extends yii.base.InvalidConfigException
class yii.di.ServiceLocator {
-_components : array = []
-_definitions : array = []
+clear(id : string)
+get(id : string, throwException : bool = true) : object|null
+getComponents(returnDefinitions : bool = true) : array
+has(id : string, checkInstance : bool = false) : bool
+set(id : string, definition : mixed)
+setComponents(components : array)
+__get(name : string) : mixed
+__isset(name : string) : bool
}
class yii.di.ServiceLocator extends yii.base.Component
@enduml
|
326892945f2464b606da10fa88a1331f2cccd291 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/algorithm/practice-randomweightselector-2.plantuml | 1b58f4de4f4195b70edc98ba719aec10271b9328 | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 1,308 | plantuml | @startuml
class WeightEntry{
key
weight
}
abstract class WeightSelector {
totalWeight
random
WeightSelector()
addEntry(entry)
getRandomWeight
checkProcess(needCount, isDuplicated)
processSelectKey(needCount, isDuplicated)
{abstract} add(entry)
{abstract} getEntrySize()
{abstract} getSelectKeyList(needCount, isDuplicated)
}
class AdvancedWeightEntry {
minWeight
maxWeight
index
}
class AdvancedWeightSelector {
entryList
segmentTree
AdvancedWeightSector(entrySize)
add(entry)
getEntrySize()
addEntry(entry)
getSelectedKeyList(needCount, isDuplicated)
findEntryIndexByWeight(long weight, boolean isDuplicated)
}
class SegmentTree {
dataArray
segmentTreeArray
treeSize
SegmentTree(dataArray)
initSegmentTree()
update(index, value)
getSum(start, end)
getTreeSize(dataSize)
}
class AdvancedDuplicatedComparator {
compare(AdvancedWeightEntry o1, AdvancedWeightEntry o2)
}
class AdvancedNotDuplicatedComparator {
compare(AdvancedWeightEntry o1, AdvancedWeightEntry o2)
}
WeightEntry <|-- AdvancedWeightEntry
WeightSelector <|-- AdvancedWeightSelector
SegmentTree <--o AdvancedWeightSelector
AdvancedWeightEntry <--o AdvancedWeightSelector
AdvancedDuplicatedComparator <-down-o AdvancedWeightSelector
AdvancedNotDuplicatedComparator <-down-o AdvancedWeightSelector
@enduml |
8a1f312427dd5ff97ed31f8116e16ab37fa2998c | 00f27ef0231a560aa0bcc89d0bb4d242b7ccfe9e | /app/app.plantuml | 2bfd261a113c3b79aa0c84818568e8e2381d8b44 | [] | no_license | h0AnGHIeP/hust_project_1 | 179b1ddb11d7edf7f04199825df3be7b25349bc7 | 3e9a48c591e3d40310be658a019b95f0af34fd45 | refs/heads/master | 2020-09-16T01:09:09.767253 | 2019-12-19T16:47:36 | 2019-12-19T16:47:36 | 223,606,130 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,194 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace dev.hoanghiep.project1 {
class dev.hoanghiep.project1.BuildConfig {
}
}
namespace dev.hoanghiep.project1 {
abstract class dev.hoanghiep.project1.MainActivity {
}
}
namespace dev.hoanghiep.project1 {
namespace data {
class dev.hoanghiep.project1.data.ChatFriend {
}
}
}
namespace dev.hoanghiep.project1 {
namespace data {
class dev.hoanghiep.project1.data.ChatMessage {
}
}
}
namespace dev.hoanghiep.project1 {
namespace data {
class dev.hoanghiep.project1.data.FirebaseStructure {
}
}
}
namespace dev.hoanghiep.project1 {
namespace data {
class dev.hoanghiep.project1.data.User {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ChatActivity {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ChatFragment {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ChatFragment$MessageHolder_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ChatFragment_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatActivity {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatActivity_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatFragment {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatFragment$ChatFriendHolder_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatFragment_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatLookUp {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatLookUp$UserHolder_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatLookUp_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.LoginActivity {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.LoginFragment {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.LoginFragment_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SettingActivity {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SettingFragment {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SettingFragment_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SignUpActivity {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SignUpFragment {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SignUpFragment_ViewBinding {
}
}
}
dev.hoanghiep.project1.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
dev.hoanghiep.project1.userInterface.ChatActivity -up-|> dev.hoanghiep.project1.MainActivity
dev.hoanghiep.project1.userInterface.ChatFragment -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.ChatFragment o-- dev.hoanghiep.project1.userInterface.ChatFragment.MessageAdapter : mMessageAdapter
dev.hoanghiep.project1.userInterface.ChatFragment$MessageHolder_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ChatFragment$MessageHolder_ViewBinding o-- dev.hoanghiep.project1.userInterface.ChatFragment.MessageHolder : target
dev.hoanghiep.project1.userInterface.ChatFragment_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ChatFragment_ViewBinding o-- dev.hoanghiep.project1.userInterface.ChatFragment : target
dev.hoanghiep.project1.userInterface.ListChatActivity -up-|> androidx.appcompat.app.AppCompatActivity
dev.hoanghiep.project1.userInterface.ListChatActivity o-- dev.hoanghiep.project1.userInterface.ListChatActivity.ListFriendAdapter : mAdapter
dev.hoanghiep.project1.userInterface.ListChatActivity_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ListChatActivity_ViewBinding o-- dev.hoanghiep.project1.userInterface.ListChatActivity : target
dev.hoanghiep.project1.userInterface.ListChatFragment -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.ListChatFragment$ChatFriendHolder_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ListChatFragment$ChatFriendHolder_ViewBinding o-- dev.hoanghiep.project1.userInterface.ListChatFragment.ChatFriendHolder : target
dev.hoanghiep.project1.userInterface.ListChatFragment_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ListChatFragment_ViewBinding o-- dev.hoanghiep.project1.userInterface.ListChatFragment : target
dev.hoanghiep.project1.userInterface.ListChatLookUp -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.ListChatLookUp$UserHolder_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ListChatLookUp$UserHolder_ViewBinding o-- dev.hoanghiep.project1.userInterface.ListChatLookUp.UserHolder : target
dev.hoanghiep.project1.userInterface.ListChatLookUp_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ListChatLookUp_ViewBinding o-- dev.hoanghiep.project1.userInterface.ListChatLookUp : target
dev.hoanghiep.project1.userInterface.LoginActivity -up-|> dev.hoanghiep.project1.MainActivity
dev.hoanghiep.project1.userInterface.LoginFragment -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.LoginFragment_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.LoginFragment_ViewBinding o-- dev.hoanghiep.project1.userInterface.LoginFragment : target
dev.hoanghiep.project1.userInterface.SettingActivity -up-|> dev.hoanghiep.project1.MainActivity
dev.hoanghiep.project1.userInterface.SettingFragment -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.SettingFragment_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.SettingFragment_ViewBinding o-- dev.hoanghiep.project1.userInterface.SettingFragment : target
dev.hoanghiep.project1.userInterface.SignUpActivity -up-|> dev.hoanghiep.project1.MainActivity
dev.hoanghiep.project1.userInterface.SignUpFragment -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.SignUpFragment_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.SignUpFragment_ViewBinding o-- dev.hoanghiep.project1.userInterface.SignUpFragment : target
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
|
8aefb7678f4a46342ed4d17f7917d6ad05f8a5ca | b9aa2932773ba8791cc12a65c1e21ba0d12002a2 | /iot-coldchain-network/composer.puml | eb573abeac133dd9ebbedd49a46ec83a245608ef | [
"Apache-2.0"
] | permissive | donbr/developerWorks | 1223dea72ec8c7795bf35b9aabf91454e9b4cbd7 | 9f1eaeebd4580ee1d53ce9a06a1456d7d2d7c6ab | refs/heads/master | 2020-03-20T18:46:14.702874 | 2018-07-28T20:29:52 | 2018-07-28T20:29:52 | 126,726,869 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,696 | puml | @startuml composer
'** Auto generated content, any changes may be lost **'
!define DATE %date[EEE, MMM d, ''yy 'at' HH:mm]%
skinparam class {
Font {
Color Black
Style Plain
Size 16
}
}
skinparam title {
BackgroundColor LightYellow
BorderThickness 0.5
BorderRoundCorner 6
FontColor Black
FontSize 18
}
title
Business Network Definition for 'perishable.cto'
end title
class org.acme.shipping.perishable.ProductType << (E,grey) >> {
+ BANANAS
+ APPLES
+ PEARS
+ PEACHES
+ COFFEE
}
class org.acme.shipping.perishable.ShipmentStatus << (E,grey) >> {
+ CREATED
+ IN_TRANSIT
+ ARRIVED
}
class org.acme.shipping.perishable.CompassDirection << (E,grey) >> {
+ N
+ S
+ E
+ W
}
class org.acme.shipping.perishable.ShipmentTransaction << (T,yellow) >> {
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentTransaction --|> org.hyperledger.composer.system.Transaction
class org.acme.shipping.perishable.TemperatureReading << (T,yellow) >> {
+ Double centigrade
}
org.acme.shipping.perishable.TemperatureReading --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.GpsReading << (T,yellow) >> {
+ String readingTime
+ String readingDate
+ String latitude
+ CompassDirection latitudeDir
+ String longitude
+ CompassDirection longitudeDir
}
org.acme.shipping.perishable.GpsReading --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.ShipmentReceived << (T,yellow) >> {
+ DateTime receivedDateTime
}
org.acme.shipping.perishable.ShipmentReceived --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.ShipmentPacked << (T,yellow) >> {
}
org.acme.shipping.perishable.ShipmentPacked --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.ShipmentPickup << (T,yellow) >> {
}
org.acme.shipping.perishable.ShipmentPickup --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.ShipmentLoaded << (T,yellow) >> {
}
org.acme.shipping.perishable.ShipmentLoaded --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.Shipment << (A,green) >> {
+ String shipmentId
+ ProductType type
+ ShipmentStatus status
+ Long unitCount
+ Contract contract
+ TemperatureReading[] temperatureReadings
+ GpsReading[] gpsReadings
+ ShipmentPacked shipmentPacked
+ ShipmentPickup shipmentPickup
+ ShipmentLoaded shipmentLoaded
+ ShipmentReceived shipmentReceived
}
org.acme.shipping.perishable.Shipment --|> org.hyperledger.composer.system.Asset
class org.acme.shipping.perishable.Contract << (A,green) >> {
+ String contractId
+ Grower grower
+ Shipper shipper
+ Importer importer
+ DateTime arrivalDateTime
+ Double unitPrice
+ Double minTemperature
+ Double maxTemperature
+ Double minPenaltyFactor
+ Double maxPenaltyFactor
}
org.acme.shipping.perishable.Contract --|> org.hyperledger.composer.system.Asset
class org.acme.shipping.perishable.Address {
+ String city
+ String country
+ String street
+ String zip
}
class org.acme.shipping.perishable.Business << (P,lightblue) >> {
+ String email
+ Address address
+ Double accountBalance
}
org.acme.shipping.perishable.Business --|> org.hyperledger.composer.system.Participant
class org.acme.shipping.perishable.Grower << (P,lightblue) >> {
}
org.acme.shipping.perishable.Grower --|> org.acme.shipping.perishable.Business
class org.acme.shipping.perishable.Shipper << (P,lightblue) >> {
}
org.acme.shipping.perishable.Shipper --|> org.acme.shipping.perishable.Business
class org.acme.shipping.perishable.Importer << (P,lightblue) >> {
}
org.acme.shipping.perishable.Importer --|> org.acme.shipping.perishable.Business
class org.acme.shipping.perishable.IoTDevice << (P,lightblue) >> {
+ String deviceId
}
org.acme.shipping.perishable.IoTDevice --|> org.hyperledger.composer.system.Participant
class org.acme.shipping.perishable.TemperatureSensor << (P,lightblue) >> {
}
org.acme.shipping.perishable.TemperatureSensor --|> org.acme.shipping.perishable.IoTDevice
class org.acme.shipping.perishable.GpsSensor << (P,lightblue) >> {
}
org.acme.shipping.perishable.GpsSensor --|> org.acme.shipping.perishable.IoTDevice
class org.acme.shipping.perishable.SetupDemo << (T,yellow) >> {
}
org.acme.shipping.perishable.SetupDemo --|> org.hyperledger.composer.system.Transaction
class org.acme.shipping.perishable.TemperatureThresholdEvent {
+ String message
+ Double temperature
+ Shipment shipment
}
org.acme.shipping.perishable.TemperatureThresholdEvent --|> org.hyperledger.composer.system.Event
class org.acme.shipping.perishable.ShipmentInPortEvent {
+ String message
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentInPortEvent --|> org.hyperledger.composer.system.Event
class org.acme.shipping.perishable.ShipmentPackedEvent {
+ String message
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentPackedEvent --|> org.hyperledger.composer.system.Event
class org.acme.shipping.perishable.ShipmentPickupEvent {
+ String message
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentPickupEvent --|> org.hyperledger.composer.system.Event
class org.acme.shipping.perishable.ShipmentLoadedEvent {
+ String message
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentLoadedEvent --|> org.hyperledger.composer.system.Event
class org.acme.shipping.perishable.ShipmentReceivedEvent {
+ String message
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentReceivedEvent --|> org.hyperledger.composer.system.Event
right footer DATE
@enduml
|
e9c8a751571a4adb68789198304bd4e9437069ed | ca41f9924ceeaac96dc008221e7bdda7621840e6 | /GameMoreLess/src/model/model.plantuml | 38f5997195aa158d06b501ef6343d210c95807fb | [] | no_license | AnathisT/Game | d5fe562c35c68f82efb60b1adde2f150ff298095 | 656768da9fa16dcf8fb6aeaad7cc41cfff0532f0 | refs/heads/main | 2023-06-03T09:54:20.217675 | 2021-06-21T08:56:38 | 2021-06-21T08:56:38 | 378,867,529 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 722 | plantuml | @startuml
title __MODEL's Class Diagram__\n
namespace model {
abstract class model.Handler {
+ Handler()
+ process()
}
}
namespace model {
class model.NegativeHandler {
+ NegativeHandler()
+ process()
}
}
namespace model {
class model.PositiveHandler {
+ PositiveHandler()
+ process()
}
}
model.Handler o-- model.Handler : processor
model.NegativeHandler -up-|> model.Handler
model.PositiveHandler -up-|> model.Handler
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
|
eca85a715f7089426817a53d60d38e1cc8552b74 | ba16cd85b2c923f99acf1c1307942332661c0ad5 | /src/main/resources/uml.puml | 48e0c3ab421a2c5309c0932b1662aad5550e0ea8 | [] | no_license | alpant/GearsOfLeo | cf4042eb1f2674c941e7c213a76a97589d1739ab | 8299466a1738b9021bbeff3992ec11a12e61c30b | refs/heads/master | 2021-04-15T07:12:15.475304 | 2018-03-22T21:08:50 | 2018-03-22T21:08:50 | 126,395,327 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 447 | puml | @startuml
class Animal {
String: name
String: favoriteFood
List<String> friendList
makeFriend(String friendName)
looseFriend(int index)
hasFriend(String friendName)
}
class Dog {
DogType: type
}
class Winged{
double: wingspan
String: skill
}
class Parrot{
}
class Chicken{
}
class Main{
}
Animal -left-> Main
Animal <|-- Dog
Animal <|-- Winged
Winged <|-- Parrot
Winged <|-- Chicken
enum DogType {
HUNTING
ASSISTANCE
RACING
}
@enduml |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.