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
3eb56c49cba725b612fb19f3ffbb6434554c400f
78921b7eb59ad66207c1eead59f763215085bac4
/src/main/java/ex45/ex45Diagram.puml
16521cedd1e2c01d98ba69f63193c467f071b0eb
[]
no_license
salamander5777/Gilday-cop3330-assignment3
d3f2788b4b33d6157bf795a270aff7abd279747b
015d46a68d7b3e73f6665d157835177cf351b68d
refs/heads/main
2023-08-22T19:28:31.734038
2021-10-12T01:36:20
2021-10-12T01:36:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
391
puml
@startuml 'https://plantuml.com/class-diagram class Main class Read Main --|> Read class Read { +int line_count +File file_input +Scanner start_scan +ArrayList<String> array +String input_line +String replace_utilize {static} +reader() } class Main { +Scanner start_scan +String outputFileName_input +FileWriter fileWriter {static} +main() } @enduml
8c34364d1b5fcea923c398b790a0a8581e575891
74cb674dc7b9c3f65f6ab08fc5ad3a43c3bf12d3
/Offline 4/Problem 2/src/mediator/mediator.plantuml
7ba7cf27c7abb39a6c71f3bf43224186719962f9
[]
no_license
zarif98sjs/CSE-308-Software-Engineering
a9759bbee2ea0647eae2ea677d08741293a1cc14
515015a40c10d916d5089f11784b4ff75319fcbd
refs/heads/main
2023-06-27T05:57:00.443594
2021-07-28T13:57:32
2021-07-28T13:57:32
344,690,362
2
1
null
null
null
null
UTF-8
PlantUML
false
false
615
plantuml
@startuml title __MEDIATOR's Class Diagram__\n namespace mediator { class mediator.JCC { ~ hashMap : HashMap<String, Queue<Service>> + JCC() + recieveRequest() + serveRequest() } } namespace mediator { interface mediator.Mediator { {abstract} + recieveRequest() {abstract} + serveRequest() } } mediator.JCC .up.|> mediator.Mediator 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
b8148041bd806657924fc577ac5e9621597cbb83
844665d08d1be5dacc41d8495725d881c68dba71
/Conferencias/Conferencia 3_ Patrones de Diseño Estructurales/PrincipleAndPatternDesign/src/cu/datys/principles/srp/modem/good/class-diagram.puml
a48d3c438ef212a49a63fba97e2d6a07ff02258f
[ "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
994
puml
@startuml skinparam backgroundcolor transparent skinparam classFontSize 18 skinparam noteFontSize 18 skinparam arrowFontSize 18 skinparam classAttributeFontSize 18 skinparam titleFontColor #5cb85c Title SRP: Uso correcto interface IConnection{ + void dial(String phoneNumber) + void disconnect() } interface IDataChannel{ + void send(char c) + char receive() } class ConnectionManager implements IConnection class DataChannelFastMode implements IDataChannel class DataChannelSlowMode implements IDataChannel class Modem implements IConnection, IDataChannel{ + Modem(IConnection connection, IDataChannel dataChannel) } Modem *-- IConnection Modem *-- IDataChannel class ModemFastClient 'class ModemSlowClient ModemFastClient --> DataChannelFastMode: use ModemFastClient --> ConnectionManager: use 'ModemSlowClient --> DataChannelSlowMode: use 'ModemSlowClient --> ConnectionManager: use ModemFastClient --> Modem: create 'ModemSlowClient --> Modem: create @enduml
b1304ba37db701f1f98d8acb0283a4a117d0949b
de8a1e04d05dced7044f25dd1e9e6464c99168e0
/intro-refactoring-d02/src/src.plantuml
9e42af3269b6887dc490a376e2b26e0ae5a72a01
[ "Unlicense" ]
permissive
chyeyexx7/Disseny-de-Software-20-21
cb8049b192291901ab6cf6d14bf642cbf1d85557
5d581f19185b8e5aab4e59d7fbe0245013802a67
refs/heads/main
2022-12-28T21:26:03.001096
2020-10-08T04:39:19
2020-10-08T04:39:19
302,228,330
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,664
plantuml
@startuml title __SRC's Class Diagram__\n class ChildrenPrice { ~ getCharge() ~ getPricedCode() } class Customer { - name : String - rentals : List<Rental> + Customer() + addRental() + getName() + htmlStatement() + statement() - getAmountFor() - getTotalCharge() - getTotalFrequentRenterPoints() } class Movie { {static} + CHILDREN : int {static} + NEW_RELEASE : int {static} + REGULAR : int - title : String + Movie() + getPriceCode() + getTitle() ~ getCharge() ~ getFrequentRenterPoints() - setPriceCode() } class NewReleasePrice { ~ getCharge() ~ getPricedCode() ~ getTotalFrequentRenterPoints() } abstract class Price { {abstract} ~ getCharge() {abstract} ~ getPricedCode() ~ getTotalFrequentRenterPoints() } class RegularPrice { ~ getCharge() ~ getPricedCode() } class Rental { - daysRented : int + Rental() + getDaysRented() + getMovie() ~ calculatePoints() ~ getRentalPrice() } Customer "1" -> "*" Rental : rental Rental "*" o-- "1" Movie : movie Movie "*" o-- "1" Price : price ChildrenPrice -up-|> Price NewReleasePrice -up-|> Price RegularPrice -up-|> Price 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
7abd28030babdcce41dc1101900f767b0c4417bf
560c3bcb2ff85ffb63d25a71320cc4f8801aa373
/src/UML_SquaresConsole_model.puml
391851550776df45b9969ac7ba8fd3010f784700
[]
no_license
sikandre/ISEL-LEIC-1718i-Squares
6fa4f1e74ac311f5246c832d153f7d3ca3391ccd
23bcd5bddbcb660c81af4f9c26bd75a98cdffd2e
refs/heads/master
2020-04-25T10:06:42.297713
2017-11-13T19:03:06
2017-11-13T19:03:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,167
puml
@startuml Squares *-- "*" Square : -grid abstract class Square { +{static}NO_COLOR:int +{static}model:Square #selected:boolean #special:boolean +{static}count:int +{abstract}touch(line:int, col:int):boolean +getColor():int +{static}newInstance(type:Char):Square +getSquare():Square +{abstract}isMovable():boolean +{abstract}isSelected():boolean +{abstract}checkAroundSquares(line:int, col:int) +{abstract}isSpecial():boolean } class ColorSquare { -color:int +ColorSquare(type:char) +isMovable():boolean +isSelected():boolean +getColor():int +touch(line:int col:int):boolean +checkAroundSquares(l:int, c:int) -checkAround(square:Square, l:int, c:int) +isSpecial():boolean } class BombSquare { #type:char #BombSquare(type:char) +isMovable():boolean +isSelected():boolean +touch(line:int, col:int):boolean +checkAroundSquares(l:int, c:int) +getColor():int +isSpecial():boolean } class VerticalSquare { #type:char #VerticalSquare(type:char) +touch(line:int, col:int):boolean +checkAroundSquares(line:int, col:int) +getColor():int +isMovable():boolean +isSelected():boolean +isSpecial():boolean } class HorizontalSquare { #type:char #HorizontalSquare(type:char) +isMovable():boolean +isSelected:boolean +touch(line:int, col:int):boolean +checkAroundSquare(line:int, col:int) +getColor():int +isSpecial:boolean } class EmptySquare { #type:char #EmptySquare(type:char) +touch(line:int, col:int):boolean +isMovable():boolean +isSelected():boolean +checkAroundSquares(line:int, col:int) +isSpecial():boolean } class JokerSquare { #type:char #EmptySquare(type:char) +touch(line:int, col:int):boolean +getColor():int +isMovable():boolean +isSelected():boolean +checkAroundSquares(line:int, col:int) +isSpecial():boolean } Square <- SquareTile : square Square <|-- ColorSquare Square <|-- BombSquare Square <|-- VerticalSquare Square <|-- HorizontalSquare Square <|-- EmptySquare Square <|-- JokerSquare @enduml
39960ad1cdd39e8fcf91065aa2c2e98a0dc469b5
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyCartAddLineItemAction.puml
6eddef92149112088fd82693b48d5dcbc9ab90b8
[]
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
832
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 MyCartAddLineItemAction [[MyCartAddLineItemAction.svg]] extends MyCartUpdateAction { action: String key: String productId: String variantId: Long sku: String quantity: Long addedAt: DateTime distributionChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface MyCartUpdateAction [[MyCartUpdateAction.svg]] { action: String } @enduml
87fc1bed81b1c2fead7e8cf022a791efff6c65f2
c11d20c965bd2807d1b4584ce4f2f2958a87d045
/documentation/dataflow.plantuml
04fe2cccdc4a62264e76451d1a8e854e70bc36bf
[ "MIT" ]
permissive
raphaelhetzel/local-campus-app
b395f68639ca728db2e86f6708c8ad753831da46
eb1f7f98d9a2a736fc7b9d5fe1d5c8ef14db1ce6
refs/heads/master
2020-04-26T06:57:40.019392
2019-03-01T23:42:16
2019-03-01T23:56:28
173,381,066
0
0
null
null
null
null
UTF-8
PlantUML
false
false
710
plantuml
@startuml class AppLogic class PostRepository { LiveData<List<Post>> getPostsforTopic(long topicId); void addPost(Post post) } class NetworkLayerPostRepository { void insertPost(Post post) } class AppLibService { void publish(SCAMPIMessage message, String topic) } class TopicHandler <<MessageReceivedCallback>> { void messageReceived(SCAMPIMessage message) } class Database { LiveData<List<Post>> getPostsforTopic(long topicId); void insertPost(Post post) } AppLogic --> PostRepository PostRepository --> AppLibService AppLibService --> TopicHandler TopicHandler --> NetworkLayerPostRepository NetworkLayerPostRepository --> Database PostRepository --> Database @enduml
30f90eaf213be5428d035aa4ee20dac5ec693ec0
b4f327673cda5c4eadf4d86e12167ce4da4f68d4
/src/main/java/com/designpattern/creational/abstractfactory/AbstractFactory.puml
3b2d5dd9da69a86a55c0087bfc0666f45c0e8726
[]
no_license
ZhengHuaJing/designpattern
85d7271ee15db12bde4bedd56953f339b6a93034
2baf3818c8d8813263d9fcac5037da6a5b449358
refs/heads/master
2023-01-04T23:58:14.169526
2020-11-01T11:10:12
2020-11-01T11:10:12
309,076,376
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,490
puml
@startuml package shapes { interface Shape { + {abstract} draw(): void } class Circle { .. Override .. + draw(): void } class Square { .. Override .. + draw(): void } class Rectangle { .. Override .. + draw(): void } Shape <|.. Circle Shape <|.. Square Shape <|.. Rectangle } package colors { interface Color { + {abstract} fill(): void } class Red { .. Override .. + fill(): void } class Green { .. Override .. + fill(): void } class Blue { .. Override .. + fill(): void } Color <|.. Red Color <|.. Green Color <|.. Blue } package factories { abstract AbstractFactory { + {abstract} getShape(name: String): Shape + {abstract} getColor(name: String): Color } class ShapeFactory { .. Override .. + getShape(name: String): Shape } class ColorFactory { .. Override .. + getColor(name: String): Color } AbstractFactory <|-- ShapeFactory : 继承抽象类 AbstractFactory <|-- ColorFactory : 继承抽象类 } class FactoryProducer { + getFactory(): AbstractFactory } FactoryProducer --> factories : 创建生成器类 ShapeFactory --> shapes : 创建工厂类 ColorFactory --> colors : 创建工厂类 class Client { + {static} main(): void } FactoryProducer <- Client : 使用 @enduml
cf09dc96b62a3e84327ffb71ffc9d40c714cc076
abe16d0ba344a67354718c7324e1ddac43efd373
/dahua-design/src/main/java/uml/UML类图Demo.puml
50ea1117b6b8aaf46231beb4e4cd487a4bf86dc0
[]
no_license
gerrywen/java-learn
9888ccdf04aff50e4d8e5902c03e13c64dbf65b8
a3ed4ab50af0c2bf305eda04730f7f2db326a141
refs/heads/master
2022-12-24T18:14:07.724295
2020-06-15T08:30:49
2020-06-15T08:30:49
203,317,957
0
0
null
2022-12-15T23:58:26
2019-08-20T06:56:17
Java
UTF-8
PlantUML
false
false
1,408
puml
@startuml abstract class 动物<<动物类>> { + 有生命 + 新陈代谢(in 02 : 氧气 in water : 水) + 繁殖() } class 氧气 class 水 氧气 <.. 动物 : 依赖 水 <.. 动物 : 依赖 note right of 动物 : 类\n 第一行:类名称\n 第二行:特性(字段或属性)\n 第三行:操作(方法或行为)\n\n 注意:若类名称为斜体字,\n则此类为抽像类 note "依赖关系" as N1 氧气 .. N1 N1 .. 水 abstract class 鸟<<鸟类>> { + 羽毛 + 有角质喙没有牙齿 + 下蛋() } class 翅膀 鸟 *--> 翅膀 动物 <|-- 鸟 note "合成(组合)关系" as N2 鸟 .. N2 N2 .. 翅膀 class 大雁{ + 下蛋() + 飞() } class 鸭{ + 下蛋() } class 企鹅{ + 下蛋() } 鸟 <|-- 大雁 鸟 <|-- 鸭 鸟 <|-- 企鹅 class 雁群{ + V型飞行() + 一型飞行() } class 气候 雁群 o--> 大雁 企鹅 o--> 气候 note "聚合关系" as N3 雁群 .. N3 N3 .. 大雁 note "关联关系" as N4 企鹅 .. N4 N4 .. 气候 class 飞翔<<interface>> { + 飞() } 大雁 ..|> 飞翔 note "实现接口" as N5 大雁 .. N5 N5 .. 飞翔 note right of 飞翔 : 接口\n 矩形表示法,顶端<<interface>>\n 第一行:接口名称\n 第二行:接口方法\n class 唐老鸭{ + 讲话() } 鸭 <|-- 唐老鸭 接口 ()- 唐老鸭 note "继承关系" as N6 鸭 .. N6 N6 .. 唐老鸭 @enduml
2535752a65a585320eea23c4c6be219dce89008e
6ca32a5b43aaa8fbcd02fcdfc31122861d003cb8
/PatternUML/Factory.plantuml
f805d61646e5932d5e562ea902ecaadd8a71c8b1
[]
no_license
wuran-github/Pattern
c9463d48f966c78ee64068825c22d25a5311c5b5
be3a21a12523e3eee8618f03676bce01780e023f
refs/heads/master
2020-04-03T09:59:15.508211
2018-11-04T09:09:52
2018-11-04T09:09:52
155,181,154
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,118
plantuml
@startuml title Factory class diagram interface IQuest interface IQuestFactory abstract class Quest class KillGoblin class DeliverGoods class SearchRing class KillGoblinFactory class DeliverGoodsFactory class SearchRingFactory Quest..|>IQuest KillGoblin--|> Quest DeliverGoods --|> Quest SearchRing --|> Quest KillGoblinFactory ..|> IQuestFactory DeliverGoodsFactory ..|> IQuestFactory SearchRingFactory ..|> IQuestFactory KillGoblinFactory ..> KillGoblin DeliverGoodsFactory ..> DeliverGoods SearchRingFactory ..> SearchRing @enduml @startuml title Static Factory Class Diagram interface IQuest interface IQuestFactory abstract class Quest class KillGoblin class DeliverGoods class StaticQuestFactory Quest ..|> IQuest StaticQuestFactory ..|> IQuestFactory KillGoblin --|> Quest DeliverGoods --|> Quest StaticQuestFactory ..> KillGoblin StaticQuestFactory ..> DeliverGoods @enduml @startuml title Abastract Factory Diagram interface IQuest interface IQuestFactory abstract class Quest class KillGoblin class DeliverGoods class SearchRing class KillGoblinFactory class DeliverGoodsFactory class SearchRingFactory interface IEquipmentFactory{ CreateWeapon() CreateItem() } interface IWeapon interface IItem class ChangGeFactory class ChunYangFatory 'weapon class Sword class GuQin 'Item class DaoFu class QinOil 'quest Quest ..|> IQuest KillGoblin--|> Quest DeliverGoods --|> Quest SearchRing --|> Quest KillGoblinFactory ..|> IQuestFactory DeliverGoodsFactory ..|> IQuestFactory SearchRingFactory ..|> IQuestFactory KillGoblinFactory ..> KillGoblin DeliverGoodsFactory ..> DeliverGoods SearchRingFactory ..> SearchRing 'equipment ChangGeFactory ..|> IEquipmentFactory ChunYangFatory ..|> IEquipmentFactory Sword ..|> IWeapon GuQin ..|> IWeapon DaoFu ..|> IItem QinOil ..|> IItem ChunYangFatory ..> Sword ChunYangFatory ..> DaoFu ChangGeFactory ..> GuQin ChangGeFactory ..> QinOil Quest --> IEquipmentFactory Quest --> IItem Quest --> IWeapon KillGoblinFactory ..> IEquipmentFactory DeliverGoodsFactory ..> IEquipmentFactory SearchRingFactory ..> IEquipmentFactory @enduml
6d4b8d9c65111414e3b8fb7903a4173923e2c04f
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/serviceSchema/sdWan/uml/virtualTopology.puml
62104fe5e347a398996da1031fcf975f47fafdb4
[ "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
844
puml
@startuml zone.puml skinparam { FontName Times ClassBackgroundColor White ClassBorderColor Black ClassBorderColor<<ServiceSpecification>> FireBrick } !define datatype(x) class x << (D,#FF7700) DataType>> datatype(VirtualTopology) { vtName: String vtType: VtType vtEp: VirtualTopologyEndPoint } enum VtType { - MPT_TO_MPT - ROOTED_MPT } datatype(VirtualTopologyEndPoint) { multipointToMultipoint: String[2..*] rootedMultipoint: VtRootedMultipoint } datatype(VtRootedMultipoint) { rootList: String[1..*] leafList: String[1..*] } VirtualTopology "1" *--> "1" VtType VirtualTopology "1" *--> "1" VirtualTopologyEndPoint VirtualTopologyEndPoint "1" *--> "1" VtRootedMultipoint @enduml
5933dfbf6570ca0657f6b155efee72702b7ad192
3ca9e58bcb43c7a06b42770e03482244b09c1df8
/uml/exoplayer/exoplayer.puml
bdee08701af1480a90beca58d1702ae6179b4fc0
[ "Apache-2.0" ]
permissive
yufns/uml
3abca774ef5787d27d09bb3fe0981c86df0e60c3
0173ce1a8138b6e88ed39f08c9c42b22a38c880a
refs/heads/master
2021-11-10T17:50:18.612839
2021-10-25T06:56:02
2021-10-25T06:56:02
145,532,139
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,040
puml
@startuml interface Player{ void setPlayWhenReady(boolean playWhenReady); void setVideoSurface(Surface surface); } interface PlayerEventListener{ } interface ExoPlayer{ void prepare(MediaSource mediaSource); } abstract class BasePlayer{ } class SimpleExoPlayer { - BandwidthMeter bandwidthMeter; - AnalyticsCollector analyticsCollector; - ComponentListener analyticsCollector; - ExoPlayerImpl player; # Renderer[] renderers; } interface AudioComponent{ } interface VideoComponent{ } interface TextComponent{ } interface MetadataComponent{ } class ExoPlayerBuilder { } class SimpleExoPlayerBuilder{ } interface HandlerCallback{ boolean handleMessage(@NonNull Message msg); } note left:消息回调 class ExoPlayerImpl{ - ExoPlayerImplInternal internalPlayer; } note left:SimpleExoPlayer成员变量,播放功能由它来实现 class AnalyticsCollector{ } note left:播放的事件监听 interface MediaSource{ void addEventListener(Handler handler, MediaSourceEventListener eventListener); void removeEventListener(MediaSourceEventListener eventListener); default Object getTag() void prepareSource(MediaSourceCaller caller, @Nullable TransferListener mediaTransferListener); void maybeThrowSourceInfoRefreshError() throws IOException; void enable(MediaSourceCaller caller); MediaPeriod createPeriod(MediaPeriodId id, Allocator allocator, long startPositionUs); void releasePeriod(MediaPeriod mediaPeriod); void disable(MediaSourceCaller caller); void releaseSource(MediaSourceCaller caller); } interface DataSource{ void addTransferListener(TransferListener transferListener); long open(DataSpec dataSpec) throws IOException; int read(byte[] buffer, int offset, int readLength) throws IOException; Uri getUri(); default Map<String, List<String>> getResponseHeaders() void close() throws IOException; } interface DataSourceFactory{ DataSource createDataSource() } abstract class BaseMediaSource{ # {abstract} void prepareSourceInternal(@Nullable TransferListener mediaTransferListener); # {abstract} void releaseSourceInternal(); } class DashMediaSource{ + DashMediaSource createMediaSource(Uri manifestUri)//根据uri生成MediaSource,包含如何解析Dash协议的逻辑 } note left:dash播放,资源处理类 class DashMediaSourceFactory{ } interface MediaSourceCaller{ } class DefaultDataSourceFactory{ } interface DrmSessionManager{ } class DefaultDrmSessionManager{ } class ExoPlayerImplInternal{ - void handlePeriodPrepared(MediaPeriod mediaPeriod)//准备就绪,可以开始播放 } interface MediaPeriodCallback{ void onPrepared(MediaPeriod mediaPeriod) } interface MediaSourceCaller{ } interface MediaPeriod{ } class DashMediaPeriod{ } note left:数据获取相关的类 interface SequenceableLoader{ } interface LoadControl{ } class DefaultLoadControl{ } interface Renderer{ } abstract BaseRenderer{ } DataSource +-- DataSourceFactory ExoPlayer +-- ExoPlayerBuilder SimpleExoPlayer +-- SimpleExoPlayerBuilder Player +-- PlayerEventListener DashMediaSource +-- DashMediaSourceFactory Factory <|.. DefaultDataSourceFactory ExoPlayer <|.. SimpleExoPlayer ExoPlayer <|.. ExoPlayerImpl Player <|.. BasePlayer MediaSource <|.. BaseMediaSource AudioComponent <|.. SimpleExoPlayer VideoComponent <|.. SimpleExoPlayer TextComponent <|.. SimpleExoPlayer MetadataComponent <|.. SimpleExoPlayer DrmSessionManager <|.. DefaultDrmSessionManager HandlerCallback <|.. ExoPlayerImplInternal MediaPeriodCallback <|.. ExoPlayerImplInternal MediaPeriod <|.. DashMediaPeriod LoadControl <|.. DefaultLoadControl BaseMediaSource <|-- DashMediaSource BasePlayer <|-- SimpleExoPlayer BasePlayer <|-- ExoPlayerImpl SequenceableLoader <|-- MediaPeriod Renderer <|-- BaseRenderer SimpleExoPlayer *.. ExoPlayerImpl SimpleExoPlayer *.. AnalyticsCollector SimpleExoPlayer *.. DefaultDrmSessionManager ExoPlayerImpl *.. DashMediaSource ExoPlayerImpl *.. ExoPlayerImplInternal ExoPlayerImplInternal -- MediaPeriod @enduml
62943365a522afb750875486f5646e7c1022c26d
9f09af28721bdfc9fe24d1c31e41f838eda258b9
/asciidoc/uml/C4_Cheatsheet.puml
043fc05d4444c8e00752aa40da912da7249cb4d5
[]
no_license
wy8162/xperia
9eac83ebf685b47a6abc1d51ca127fc7a428b523
606df647b7b891aabbf2eb5dd0ab80d029578ef4
refs/heads/master
2023-06-21T15:18:41.733277
2022-05-26T02:44:19
2022-05-26T02:44:19
208,347,338
0
0
null
2023-06-14T22:47:54
2019-09-13T21:12:02
Java
UTF-8
PlantUML
false
false
6,584
puml
@startuml !include <C4/C4_Context> title System Context - Documents Systems scale 1 Person(anonymous, "Person", "Anybody on the web") Person(aggregate, "Person", "A user or business with contents") Person(admin, "Person", "A user, signed in with admin role") System(bank, "Banking Software", "Banking system which provides account management, etc") System_Ext(clearing, "Clearing House", "FedWire clearing house") System_Ext(partner, "Partner Bank", "Banking business partners") System_Ext(regulatory, "Gov Regulations", "Regulatory") System_Ext(booking, "Treasury Department", "Accounting") Rel(anonymous, bank, "Clients who are interested in bank") Rel(aggregate, bank, "Bank clients who access bank for services") Rel(admin, bank, "Admin who operates the bank system") Rel(bank, clearing, "Send and receive fund through clearing") Rel(bank, partner, "Interfacing") Rel(bank, regulatory, "Checking compliance") Rel_Right(bank, booking, "Fund movement") @enduml @startuml !include <C4/C4_Container> title Web App Container : High Level Technology Choice Person(anonymous, "Person", "Anybody on the web") Person(aggregate, "Person", "A user or business with contents") Person(admin, "Person", "A user, signed in with admin role") System_Boundary(cb, "System Boundary") { Container(web, "Web Application", "Spring MVC, Apache Tomcat", "Allows users to view bank accounts") Container_Ext(rdb, "Relational Database", "MySQL", "Stores accounts, etc") Container_Ext(fs, "File System", "Linux NFS", "Stores temporary data") Container(nosql, "Document Store", "DynamoDB", "Stores customer documents") Container(man, "Content Updater", "Web App", "Updates contents, etc") } System_Ext(apigateway, "API Gateway", "API Gateway") System_Ext(lb, "Load Balancer", "Load Balancer") System_Ext(clearing, "Clearing House", "FedWire clearing house") System_Ext(partner, "Partner Bank", "Banking business partners") System_Ext(regulatory, "Gov Regulations", "Regulatory") Rel(anonymous, apigateway, "Uses HTTPS") Rel(aggregate, apigateway, "Uses HTTPS") Rel(admin, apigateway, "Uses HTTPS") Rel(apigateway, lb, "Uses HTTPS / correlationId") Rel(lb, web, "Uses HTTPS") Rel(web, rdb, "SQL/JDBC") Rel(web, nosql, "Read/Write documents") Rel(web, fs, "Disk I/O") Rel_Up(man, rdb, "SQL") Rel_Up(man, fs, "Files") Rel_Up(man, nosql, "Queries") Rel_Up(clearing, man, "Docs") Rel_Up(partner, man, "Docs") Rel_Up(regulatory, man, "Doc") @enduml @startuml !include <C4/C4_Component> title Component Diagram - Building Blocks and Interactions Person(anonymous, "Person", "Anybody on the web") Person(aggregate, "Person", "A user or business with contents") Person(admin, "Person", "A user, signed in with admin role") Container_Boundary(webContainer, "Web Application") { Component(controller, "Controller", "Application Service - Spring Controller", "Accepts requests and responds with results") Component(service, "Service", "Domain Service", "Process business logic") Component(bookingConfirmation, "Booking Confirmation", "Aggregate Entity", "Creates booking, get payments, and make reservation, send notification") Component(paymentConfirmation, "Payment Confirmation", "Payment Entity") Component(reservation, "Reservation", "Reservation Entity") Component(metric, "Metric", "Splunk, Newrelic, Prometheus, Open Telemetry", "Metrics") Component(springContainer, "Spring Container", "Spring beans, MVC, security, etc") } System_Ext(kafka, "Kafka Cluster", "Notifications") System_Ext(paymentGW, "Payment Gateway", "Make Payment") System_Ext(partnerService, "Partner API", "Make Reservation") System_Ext(s3, "S3", "Configuration data") System_Ext(splunk, "Splunk", "Logs and audit") System_Ext(newrelic, "Newrelic", "Monitoring") Rel_R(controller, metric, "Request counter, logs, etc") Rel_Up(service, metric, "Request counter, logs, etc") Rel_L(springContainer, s3, "Load configurations") Rel_R(metric, splunk, "Log information") Rel_R(metric, newrelic, "Metrics") Rel_Down(anonymous, controller, "HTTPS REST / correlationId / JSON / HTTP 500, 200/201 (created), 401(Unauth), 403(Forbidden), etc") Rel_Down(aggregate, controller, "HTTPS REST / correlationId / JSON / HTTP 500, 200/201 (created), 401(Unauth), 403(Forbidden), etc") Rel_Down(admin, controller, "REST / correlationI dJSON / HTTP 500, 200/201 (created), 401(Unauth), 403(Forbidden), etc") Rel_Down(controller, service, "Booking processing: successful / failed / Rollback") Rel_Down(service, bookingConfirmation, "Create booking confirmation") Rel_Down(service, paymentConfirmation, "Request for payment") Rel_Down(service, reservation, "Make reservation") Rel_Down(service, paymentConfirmation, "Request for payment") Rel_Down(service, kafka, "Send notifications") Rel_Down(paymentConfirmation, paymentGW, "HTTP REST/correlationId") Rel_Down(bookingConfirmation, partnerService, "HTTP REST/correlationId") @enduml @startuml title Class Diagram package x.y.booking.model { class BookingConfirmation <<aggregate entity>> { -PaymentConfirmation: paymentConfirmation -ReservationConfirmation reservation +processPayment() +processReservation() +cancelPayment() +refund() +cancelReservation() } enum state { PENDING_RESERVATION PENDING_PAYMENT PAYMENT_IN_PROGRESS RESERVATION_IN_PROGRESS } class ReservationConfirmation <<entity>> { - List<LineItem> items } class PaymentConfirmation <<entity>> { - BigDecimal: amount - String: currency - String: creditCardNumberLastFourDigit } class LineItem <<value object>> {} } BookingConfirmation -- state : defines BookingConfirmation "1" *-- "1" ReservationConfirmation BookingConfirmation "1" *-- "1" PaymentConfirmation ReservationConfirmation "1" *-- "*"LineItem @enduml @startuml header BookingConfirmation State Machine title BookingConfirmation State Diagram [*] --> PENDING_PAYMENT : BookingConfirmation instance created PENDING_PAYMENT : Customer has committed to the referenceProposal PENDING_PAYMENT : but the payment has not been paid yet. state Reservation { PENDING_RESERVATION -> RESERVATION_IN_PROGRESS PENDING_RESERVATION : customer has paid. Reservation has not started. RESERVATION_IN_PROGRESS -> RESERVATION_CONFIRMED RESERVATION_IN_PROGRESS : reservation has been started RESERVATION_CONFIRMED : all reservations have been confirmed } state Cancellation { CANCELLATION_IN_PROGRESS -> CANCELLED } PENDING_PAYMENT --> Reservation PENDING_PAYMENT --> Cancellation RESERVATION_CONFIRMED --> Cancellation CANCELLED --> [*] RESERVATION_CONFIRMED --> [*] @enduml
95c3fbb52a96acb30d84dcffe4df4b8708b0e12f
372d0fe94d7e59fd48620c687fee8fc94841408b
/deadheat-lock-example/microservices-example/netflix-eureka-naming-server/src/test/java/com/vrush/microservices/netflixeurekanamingserver/netflixeurekanamingserver.plantuml
a7d2fa74c293b26094feca351647f2230461f0df
[ "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
472
plantuml
@startuml title __NETFLIXEUREKANAMINGSERVER's Class Diagram__\n namespace com.vrush.microservices.netflixeurekanamingserver { class com.vrush.microservices.netflixeurekanamingserver.NetflixEurekaNamingServerApplicationTests { + contextLoads() } } 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
6d8e3fb979f5c0adf5c3a2b20ba12e8a250d6cf3
01227bcb8b7ff49b39d0fa7f4768e778f7bb7f02
/bin/src/ChessGame/ChessGame.plantuml
ca01bb20babe0924ed73a3e3c64e21e0d9c2a80a
[]
no_license
gurjotsandher/Chess-Game
ac8610edb5f920b9c34c6efe84c6b7f2d2f044b5
90f274127ebb537369c1196af2cabce1edb7acc9
refs/heads/master
2023-02-23T12:02:37.621462
2021-01-27T13:08:59
2021-01-27T13:08:59
333,423,315
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,022
plantuml
@startuml title __CHESSGAME's Class Diagram__\n namespace ChessGame { class ChessGame.Bishop { + Bishop() + Tile() + isValidMove() } } namespace ChessGame { class ChessGame.Board { - Tiles : Tile[][] + Board() + getNumberOfCols() + getNumberOfRows() + getTileAt() + init() } } namespace ChessGame { class ChessGame.Chess { {static} - BLACK_BISHOP_KEY : String {static} - BLACK_KING_KEY : String {static} - BLACK_KNIGHT_KEY : String {static} - BLACK_PAWN_KEY : String {static} - BLACK_QUEEN_KEY : String {static} - BLACK_ROOK_KEY : String {static} - BLACK_Tile_KEY : String {static} - WHITE_BISHOP_KEY : String {static} - WHITE_KING_KEY : String {static} - WHITE_KNIGHT_KEY : String {static} - WHITE_PAWN_KEY : String {static} - WHITE_QUEEN_KEY : String {static} - WHITE_ROOK_KEY : String {static} - WHITE_Tile_KEY : String + Chess() {static} + access$000() + getBoard() + getCurrentPlayer() {static} + main() + move() + switchPlayers() - centre() - init() - initPieces() - setPiece() - shutdown() } } namespace ChessGame { class ChessGame.Chess$1 { + windowClosing() ~ Chess$1() } } namespace ChessGame { class ChessGame.King { + King() + Tile() + isValidMove() } } namespace ChessGame { class ChessGame.Knight { + Knight() + Tile() + isValidMove() } } namespace ChessGame { class ChessGame.MoveListener { + MoveListener() + mouseClicked() } } namespace ChessGame { class ChessGame.Pawn { + Pawn() + Tile() + isValidMove() } } namespace ChessGame { abstract class ChessGame.Piece { - image : String {abstract} + Tile() + getImage() + getOwner() + getTile() {abstract} + isValidMove() + setTile() # Piece() } } namespace ChessGame { class ChessGame.Player { + colour : Color + Player() } } namespace ChessGame { class ChessGame.Queen { + Queen() + Tile() + isValidMove() } } namespace ChessGame { class ChessGame.Rook { + Rook() + Tile() + isValidMove() } } namespace ChessGame { class ChessGame.Tile { - col : int - isActive : boolean - row : int + Tile() + getCol() + getPiece() + getRow() + paint() + setActive() + setPiece() } } ChessGame.Bishop -up-|> ChessGame.Piece ChessGame.Board -up-|> javax.swing.JPanel ChessGame.Chess -up-|> javax.swing.JFrame ChessGame.Chess o-- ChessGame.Player : blackPlayer ChessGame.Chess o-- ChessGame.Board : board ChessGame.Chess o-- ChessGame.Player : currentPlayer ChessGame.Chess o-- ChessGame.Player : whitePlayer ChessGame.Chess$1 -up-|> java.awt.event.WindowAdapter ChessGame.Chess$1 o-- ChessGame.Chess : this$0 ChessGame.King -up-|> ChessGame.Piece ChessGame.Knight -up-|> ChessGame.Piece ChessGame.MoveListener -up-|> java.awt.event.MouseAdapter ChessGame.MoveListener o-- ChessGame.Chess : game ChessGame.MoveListener o-- ChessGame.Tile : startTile ChessGame.Pawn -up-|> ChessGame.Piece ChessGame.Piece o-- ChessGame.Tile : Tile ChessGame.Piece o-- ChessGame.Player : owner ChessGame.Queen -up-|> ChessGame.Piece ChessGame.Rook -up-|> ChessGame.Piece ChessGame.Tile -up-|> java.awt.Canvas ChessGame.Tile o-- ChessGame.Piece : piece 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
c270c315cc4978a697c907384a60956b28016e2a
79b1afae05be893d0d860ad88e065a1fe3fe7717
/comportement/strategy/uml/strategy_cd.puml
b1a8ac92f3ee8423647ee05bdc71fdcada46b4d6
[]
no_license
danielleberre/pattern-repository
5dd0c84147f35c9e22abfe30abd93b8cb51560f3
68eab140c40174e2fc1769f4b718f7528b440921
refs/heads/master
2020-04-30T14:20:09.435842
2019-03-25T13:07:03
2019-03-25T13:07:03
176,888,097
0
0
null
2019-03-21T07:00:12
2019-03-21T07:00:10
null
UTF-8
PlantUML
false
false
288
puml
@startuml skinparam nodesep 75 skinparam ranksep 50 hide empty members class Context { + operation() } interface Strategy { + {abstract} algorithm() } class ConcreteStrategy { + algorithm() } Strategy <|-- ConcreteStrategy Context -right-> "1\nstrategy" Strategy @enduml
0ba4bcd1ddf6d7ab5ca753dca62d4c5846b86f37
4549e374742df2a7e555106d0f15669a2c619fdd
/docs/ScenarioTwo.plantuml
987d13ad923c32b8bedaeb9b74f407c9cf2fd5f3
[]
no_license
armandkamffer/iOS-MVVMArchitecture
9999a0c2f60d751c1aad9d8cde6fa46d21637cae
f43deb1daa1fa51be4a5685be9a090b91b02364d
refs/heads/master
2022-07-18T21:44:19.130634
2020-05-20T09:26:02
2020-05-20T09:26:02
255,587,752
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,765
plantuml
@startuml ScenarioTwo ' STYLE START hide empty members skinparam shadowing false ' STYLE END class "ScenarioTwoCellAbstractFactory" as ScenarioTwoCellAbstractFactory << (P,GoldenRod) protocol >> { +cell(for:in:at:) } class "ScenarioTwoSummaryCellFactory" as ScenarioTwoSummaryCellFactory { +cell(for:in:at:) } class "ScenarioTwoDetailCellFactory" as ScenarioTwoDetailCellFactory { +cell(for:in:at:) } class "ScenarioTwoCellFactory" as ScenarioTwoCellFactory { -cellCreators:[ScenarioTwoItemType:ScenarioTwoCellAbstractFactory] +init() +cell(for:in:at:) } ScenarioTwoSummaryCellFactory ..|> ScenarioTwoCellAbstractFactory : conforms to ScenarioTwoDetailCellFactory ..|> ScenarioTwoCellAbstractFactory : conforms to ScenarioTwoCellFactory "0" *-- "*" ScenarioTwoCellAbstractFactory : contains ScenarioTwoCellFactory ..> ScenarioTwoItemType ' STYLE START hide empty members skinparam shadowing false ' STYLE END class "ScenarioTwoMapper" as ScenarioTwoMapper { +{static} mapGroups(with: ScenarioTwoResponse?) +{static} mapSummaryGroup(with: ScenarioTwoResponse) +{static} mapDetailGroup(with: ScenarioTwoResponse) } class "ScenarioTwoItemType" as ScenarioTwoItemType << (E,LightSteelBlue) enum >> { } class "ScenarioTwoGroup" as ScenarioTwoGroup { +items: [ScenarioTwoItem] +init(items:) } class "ScenarioTwoItem" as ScenarioTwoItem { +type: ScenarioTwoItemType +init(title:cost:type:) } ScenarioTwoGroup "0" *-- "*" ScenarioTwoItem : contains ScenarioTwoItem *-- ScenarioTwoItemType ' STYLE START hide empty members skinparam shadowing false ' STYLE END class "ScenarioTwoViewController" as ScenarioTwoViewController { -cellFactory: ScenarioTwoCellFactory -viewModel: ScenarioTwoViewModel +init(with:) +init(coder:) +viewDidLoad() -loadResponse() -handleError(_:) } class "ScenarioTwoViewController" as ScenarioTwoViewController1 << (E,orchid) extension >> { +numberOfSections(in:) +tableView(_:cellForRowAt:) +tableView(_:numberOfRowsInSection:) } ScenarioTwoViewController <.. ScenarioTwoViewController1 : extension ScenarioTwoViewController *-- ScenarioTwoCellFactory ScenarioTwoViewController *-- ScenarioTwoViewModel ' STYLE START hide empty members skinparam shadowing false ' STYLE END class "ScenarioTwoViewModel" as ScenarioTwoViewModel { -service: ScenarioTwoAbstractService -response: ScenarioTwoResponse? -groups: [ScenarioTwoGroup]? +configure(service: ScenarioTwoAbstractService) +loadResponse(completion: (Error?)->()) +itemInGroup(at:) +itemCountInGroup(_:) } ScenarioTwoViewModel *-- ScenarioTwoAbstractService ScenarioTwoViewModel "0" o-- "*" ScenarioTwoGroup : contains ScenarioTwoViewModel "0" o-- "1" ScenarioTwoResponse : contains ScenarioTwoViewModel ..> ScenarioTwoMapper : uses ' STYLE START hide empty members skinparam shadowing false ' STYLE END class "ScenarioTwoAbstractService" as ScenarioTwoAbstractService << (P,GoldenRod) protocol >> { +loadData(completion: (ScenarioTwoResponse?, Error?)->()) } class "ScenarioTwoService" as ScenarioTwoService { +loadData(completion: (ScenarioTwoResponse?, Error?)->()) } class "ScenarioTwoNilTotalCostService" as ScenarioTwoNilTotalCostService { +loadData(completion: (ScenarioTwoResponse?, Error?)->()) } class "ScenarioTwoResponse" as ScenarioTwoResponse { +detail: [ScenarioTwoDetailResponse] +init(totalCost:detail:) } class "ScenarioTwoDetailResponse" as ScenarioTwoDetailResponse { +init(title:cost:) } ScenarioTwoService ..|> ScenarioTwoAbstractService : conforms to ScenarioTwoNilTotalCostService ..|> ScenarioTwoAbstractService : conforms to ScenarioTwoResponse "0" *-- "*" ScenarioTwoDetailResponse : contains @enduml
0fca13c0e71b032daa688a173a58f6db6629252c
d10503f47377addd953c47db621947c28060f809
/Visitor/UML/classDiagra.puml
4ac3e2d85c072c64d62206a33da1ccebde719e6d
[ "MS-PL" ]
permissive
BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML
a0c93981e4924ded0b1db50b296d48c0155f376e
dd5fbb54da0daf0fa8ecb7184af9baecaf508d85
refs/heads/master
2021-01-17T23:11:04.570954
2015-03-18T20:17:21
2015-03-18T20:17:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,780
puml
@startuml class Addition { +Addition(AlgebraicExpressions leftOperand, AlgebraicExpressions rightOperand) #void performVisit(IVisitor visitor) } BinaryOperator <|-- Addition abstract class AlgebraicExpressions { +void accpet(IVisitor visitor) #void performVisit(IVisitor visitor) } abstract class BinaryOperator { -AlgebraicExpressions __LeftOperand -AlgebraicExpressions __RightOperand #BinaryOperator(AlgebraicExpressions leftOperand, AlgebraicExpressions rightOperand) +AlgebraicExpressions getLeftOperand() +void setLeftOperand(AlgebraicExpressions value) +AlgebraicExpressions getRightOperand() +void setRightOperand(AlgebraicExpressions value) +void accpet(IVisitor visitor) } AlgebraicExpressions <|-- BinaryOperator class Division { +Division(AlgebraicExpressions leftOperand, AlgebraicExpressions rightOperand) #void performVisit(IVisitor visitor) } BinaryOperator <|-- Division interface IVisitor { void visitNumber(Number expression) void visitNegation(Negation expression) void visitAddition(Addition expression) void visitSubstraction(Substraction expression) void visitMultiplication(Multiplication expression) void visitDivision(Division expression) } class Multiplication { +Multiplication(AlgebraicExpressions leftOperand, AlgebraicExpressions rightOperand) #void performVisit(IVisitor visitor) } BinaryOperator <|-- Multiplication class Negation { +Negation(AlgebraicExpressions operand) #void performVisit(IVisitor visitor) } UnaryOperator <|-- Negation class Number { -int __Value +Number(int value) +int getValue() +void setValue(int value) +void accpet(IVisitor visitor) #void performVisit(IVisitor visitor) } AlgebraicExpressions <|-- Number class Program { +void main(String[] args) } class Substraction { +Substraction(AlgebraicExpressions leftOperand, AlgebraicExpressions rightOperand) #void performVisit(IVisitor visitor) } BinaryOperator <|-- Substraction class ToValueVisitor { -Stack<Integer> m_OperandStack +ToValueVisitor() +void visitNumber(Number expression) +void visitNegation(Negation expression) +void visitAddition(Addition expression) +void visitSubstraction(Substraction expression) +void visitMultiplication(Multiplication expression) +void visitDivision(Division expression) +int getResult() } IVisitor <|.. ToValueVisitor class ToTextVisitor { -Stack<String> m_TextStack +ToTextVisitor() +void visitNumber(Number expression) +void visitNegation(Negation expression) +void visitAddition(Addition expression) +void visitSubstraction(Substraction expression) +void visitMultiplication(Multiplication expression) +void visitDivision(Division expression) +String getResult() -void visitBinary(String formula) } abstract class UnaryOperator { -AlgebraicExpressions __Operand #UnaryOperator(AlgebraicExpressions operand) +AlgebraicExpressions getOperand() +void setOperand(AlgebraicExpressions value) +void accpet(IVisitor visitor) } AlgebraicExpressions <|-- UnaryOperator BinaryOperator..>AlgebraicExpressions UnaryOperator..>AlgebraicExpressions AlgebraicExpressions *-- BinaryOperator AlgebraicExpressions *-- UnaryOperator Addition -down-> AlgebraicExpressions Addition -up-> IVisitor Substraction -down-> AlgebraicExpressions Substraction -up-> IVisitor Division -down-> AlgebraicExpressions Division -up-> IVisitor Multiplication -down-> AlgebraicExpressions Multiplication -up-> IVisitor ToValueVisitor -down-> Number ToValueVisitor -down-> Addition ToValueVisitor -down-> Division ToValueVisitor -down-> Substraction ToValueVisitor -down-> Multiplication ToValueVisitor -down-> Negation ToTextVisitor -up-> Number ToTextVisitor -up-> Addition ToTextVisitor -up-> Substraction ToTextVisitor -up-> Multiplication ToTextVisitor -up-> Division ToTextVisitor -up-> Negation @enduml
c4b5ed7627469029291587a48dec951599ccbf93
8bfc6abe19cd5fb852a34d2d521398a602381704
/src/main/puml/domainEssity.puml
a788e3d8a22038832e36206661456b1935a96f3a
[]
no_license
eyhemalali/essity_6
b6ff812b32babea522c7d722af05af2266a57ba3
74c95f27b1774ca62785ba37f21484472e66e236
refs/heads/master
2023-04-01T04:49:21.283298
2021-03-26T06:19:22
2021-03-26T06:19:22
351,682,382
0
0
null
null
null
null
UTF-8
PlantUML
false
false
842
puml
@startuml 'https://plantuml.com/sequence-diagram class Lieferschein { kennzeichen: String erstwiegungTS: LocalDateTime erstwiegungGewicht: long zweitwiegungTS: LocalDateTime zweitwiegungGewicht: long taraGewicht: long speditionId: Spedition qualitaet: Qualitaet bezeichnung: String } class Spedition { name: String adresse : Adresse telefonNummer: String } class Lieferfirma { name: String adresse: Adresse telefonNummer: String } class Adresse<<value object>> { strasseNummer : String plz : String ort: String land: String } enum Qualitaet{ MINDERWERTIG, Normal, GUT, EXELLENT } Lieferschein "0" -down- "1" Spedition Lieferschein "0..1" -right- Lieferfirma Lieferschein -up- Qualitaet Spedition -right- Adresse Lieferfirma -down- Adresse @enduml
096778e85ee8e8118298b4caf2248264cc49b352
ffbc925acf0331ffd9daf3ca016175a03398ef4d
/test_controller2/src/main/resources/UML/test.puml
e4accb6db52a5f52ed23709b97d04f1e2f7de1fb
[]
no_license
wjt2015/wjt_train_171013
6ce54049ae7ef22ad3549c3d46251704fd8a59e7
3f6433e96ed53fd3d0716d05755eb8d51c2e9c9d
refs/heads/master
2021-08-11T07:07:27.602524
2017-11-13T09:28:36
2017-11-13T09:28:36
107,125,173
0
0
null
null
null
null
UTF-8
PlantUML
false
false
698
puml
@startuml interface Vihicle class Car class Bike class Wire class Motor class SUV class Student{ - id:Integer - name:String -sex:Byte -borthDate:Date -nativePlace:Address void setNativePlace(Address nativePlace) Address getNativePlace() } class CampusClass class IdentityCard class Driver class Wheel package associativearray{ class Entry class Map } class "List<T>"{ + int size() + T peek() + T first() + void add(T t) } Vihicle<|..Car Car<|--SUV Car "1" *-- "n" Motor Car*--Wire Bike<..Student CampusClass "1" o-- "n" Student Student "1" -- "1" IdentityCard Vihicle <|-- Bike Driver "1" -- "1" Car:drive > Car *-- Wheel:has 4> Map "1" *-- "n" Entry note left of Map:associative array @enduml
b3ceab5f12c462e234d8077d113b3290585d5081
464af6ca3e0067be9eb4c9315759ad6f1b66d84d
/mybatis-generator-core/src/test/java/org/mybatis/generator/源码分析.puml
f17644195e5cb3779fe163bc8784c352c7fa2e06
[ "Apache-2.0" ]
permissive
hobbitmr/MutiMybatisGenerator
fd96f1cac8c55beacd024474300255b6070bb4c6
8dbb3b15ed376c6ba0857c0c4a3f0a9f1406b428
refs/heads/master
2020-12-03T06:30:25.195252
2017-07-07T08:05:21
2017-07-07T08:05:21
95,687,886
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,080
puml
@startuml class DefaultCommentGenerator<注释生成类>{ } abstract IntrospectedTable{ initialize()初始化配置文件,map,和生成那些文件. calculateGenerators() 加载各个需要生成的文件的信息 getGeneratedJavaFiles() 生成java文件 getGeneratedXmlFiles() 生成xml文件 } class Context<上下文类>{ generateFiles()开始自动生成文件的入口 } class IntrospectedTableMyBatis3Impl<每个表实例的对象>{ } IntrospectedTable <|-- IntrospectedTableMyBatis3Impl package org.mybatis.generator.codegen{ abstract AbstractJavaClientGenerator class JavaMapperGenerator<加载需要生成的方法> class XMLMapperGenerator<加载需要生成的xml元素> AbstractJavaClientGenerator <|-- JavaMapperGenerator package mybatis3.javamapper.elements<包含javaMaper以及各个方法的实现类>{ abstract AbstractJavaMapperMethodGenerator } package mybatis3.model<包含model的实现类>{ } package mybatis3.xmlmapper<包含xml以及各个方法的实现类>{ } AbstractJavaClientGenerator o-right-AbstractJavaMapperMethodGenerator } @enduml
5d1e7e5ce0b8f704ca7393b0eb1dfc8e87d83ef4
644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc
/docs/uml/software/device/interfaces/IDeviceChanger.puml
98fcd75c3732ea09bad3ff6aa4ae6749a5c944c1
[]
no_license
tzAcee/photonized
c929a6c04bedd0304a4e427d6c2895cdf73568d3
aa53ed7bda18959c58467fe4560dc3ff4e1ae422
refs/heads/main
2023-05-03T15:13:31.148910
2021-05-25T13:55:17
2021-05-25T13:55:17
316,536,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
120
puml
@startuml interface IDeviceChanger { + set_parser(parser:ICommandLineParser) : void + change() : void } @enduml
9405adf881bc26422d11f7daeb94a4061608d745
a751888fd29a1b92bb32ef7d272d3e72f664ed30
/src/design/unscented-semi-analytical-kalman-filter-diagram.puml
c121c7d5ae314f1cff8f6dc2cb86036c394f8c24
[ "Apache-2.0", "MIT", "EPL-1.0" ]
permissive
petrushy/Orekit
b532c7db85c992d85b5ac3d858d18d656e2b8c46
1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443
refs/heads/develop
2023-08-16T11:37:43.709083
2023-07-18T20:13:14
2023-07-18T20:13:14
42,349,064
10
2
Apache-2.0
2023-07-21T14:54:14
2015-09-12T07:39:56
Java
UTF-8
PlantUML
false
false
4,477
puml
' Copyright 2002-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB/CCC9C5 skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam linetype ortho skinparam ClassFontSize 11 package org.hipparchus.filtering #ECEBD8 { package unscented #DDEBD8 { interface UnscentedProcess { + UnscentedEvolution getEvolution() + RealVector getInnovations() } class UnscentedEvolution { + RealVector[] getCurrentStates() + double getCurrentTime() + RealVector[] getCurrentMeasurements() + RealMatrix getProcessNoiseMatrix() } class "UnscentedKalmanFilter<T extends Measurement>" as UnscentedKalmanFilter_T { - ProcessEstimate predicted - ProcessEstimate corrected - UnscentedTransformProvider utProvider + RealVector[] unscentedTransform() + predict(double time, RealVector[] predictedStates, RealMatrix noise) + correct(T measurement, RealMatrix innovationCovarianceMatrix, RealMatrix crossCovarianceMatrix, RealVector innovation) } UnscentedKalmanFilter_T o-->"1" UnscentedProcess : estimate UnscentedKalmanFilter_T --> UnscentedEvolution UnscentedProcess --> UnscentedEvolution : generate } } package org.orekit #ECEBD8 { package propagation #DDEBD8 { package sampling #F3EFEB { interface OrekitStepHandler { + init() + handleStep(OrekitStepInterpolator interpolator) } } package seminalytical.dsst #F3EFEB { class DSSTPropagator { + void addAdditionalEquations(AdditionalEquations additional) + SpacecraftState propagate(AbsoluteDate start, AbsoluteDate end) + void setStepHandler(OrekitStepHandler handler) } DSSTPropagator *--> OrekitStepHandler } } package estimation.sequential #DDEBD8 { class SemiAnalyticalUnscentedKalmanEstimator { - UnscentedKalmanFilter filter - SemiAnalyticalUnscentedKalmanModel processModel + DSSTPropagator processMeasurements(List<ObservedMeasurement> measurements) } class SemiAnalyticalUnscentedKalmanEstimatorBuilder { + decomposer(MatrixDecomposer decomposer) + addPropagationConfiguration(DSSTPropagator propagator, CovarianceMatrixProvider initialCovariance) + unscentedTransformProvider(UnscentedTransformProvider transformProvider) + SemiAnalyticalUnscentedKalmanEstimator build() } class SemiAnalyticalUnscentedKalmanModel { - DSSTPropagator dsstPropagator + DSSTPropagator processMeasurements(List<ObservedMeasurement> measurements) - void updateNominalSpacecraftState(SpacecraftState nominal) - updateShortPeriods() - initializeShortPeriodicTerms() - computeOsculatingElements() } class SemiAnalyticalMeasurementHandler OrekitStepHandler <|.. SemiAnalyticalMeasurementHandler SemiAnalyticalUnscentedKalmanEstimator <-- SemiAnalyticalUnscentedKalmanEstimatorBuilder UnscentedProcess <|.. SemiAnalyticalUnscentedKalmanModel SemiAnalyticalUnscentedKalmanModel <-- SemiAnalyticalUnscentedKalmanEstimator SemiAnalyticalUnscentedKalmanEstimator *-left-> UnscentedKalmanFilter_T SemiAnalyticalMeasurementHandler <-- SemiAnalyticalUnscentedKalmanModel } } @enduml
58b0109d223bfa52dd6188d94a2e03864f75a71b
0823b999b6c9168dd6f9139af4b4d24e90043021
/UMl/Persona.puml
1861bfcf03a05e24b0dde8e56f54da543eb4df04
[]
no_license
mpata2000/Algo3-TP1-Algovid
f1ee58b088c459cfc956e014da5ecc61cc1cfe79
ca03f8860131ba69ac3a88f0ceac398e0eddb19e
refs/heads/master
2023-06-01T19:45:48.306965
2021-06-17T17:02:03
2021-06-17T17:02:03
377,239,752
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,576
puml
@startuml Persona class Persona{ +agregarSintoma(unSintoma: String) +asignarBurbuja(unaBurbuja: Burbuja) +contactoEstrechoCon(unaPersona: Persona) +contactoEstrechoNoPuedeCircular():Boolean +diagnostico(): String +esPersonaDeRiesgo() +esPersonalEsencial() +puedeCircular():Boolean +vacunar() } interface BurbujaPersona <<interface>>{ +pincharBurbuja() +puedeCircular(): Boolean } abstract class Sintomas{ -tiposSintomas:List +agregarSintoma(unSintoma:string):Sintomas +agregarSintomaHabitual(unSintoma:string):Sintomas +agregarSintomaNoHabitual(unSintoma:string):Sintomas +conSintomas(listaSintomas : List) +contactoEstrechoNoPuedeCircular():Boolean +diagnostico():string +pincharBurbuja(unaBurbuja:Burbja) +puedeCircular():Boolean } interface DiagnosticoCovid <<interface>>{ +puedeCircular(): Boolean +diagnostico(): String +contactoEstrechoPuedeCircular(): Boolean +pincharBurbuja(unaBurbuja: Burbuja) } class DatosCirculacion{ - contactoEstrecho: Lista - vacunadx: EstadoVacuna - personal: EstdoPersonalEsencial - personaDeRiesgo: EstadoPersonaDeRiesgo +contactoEstrechoCon(unaPersona: Persona) +contactosEstrechosPuedeCircular(): Boolean +esPersonaDeRiesgo() esPersonalEsencial() +puedeCircular(): Boolean +vacunar() } Persona "*" --> "1" BurbujaPersona Persona "1" --> "1" DatosCirculacion Persona "1" --> "1" Sintomas Sintomas "1" --> "1" DiagnosticoCovid @enduml
fbf4bab5b99f456ee0278c768785ef6f26a2f08d
d55544391a239166726a71e2495a7c2b54f947eb
/mybatis-core/src/main/resources/diagrams/classes/DeferredLoad.puml
a82438f6ca475106046719a687838bee1da0f47c
[]
no_license
kxumiaoing/mybatis-3.5.2-src
a5cb657372464022655004c6308031107d3bef23
12be9d9bf38f837380dd4bb31d452b8567a97fc8
refs/heads/master
2023-04-04T01:56:57.414953
2021-04-07T08:26:51
2021-04-07T08:28:25
316,460,366
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,031
puml
@startuml class DeferredLoad { - <b>MetaObject</b> <i>resultObject</i> - <b>String</b> <i>property</i> - <b>Class<?></b> <i>targetType</i> - <b>CacheKey</b> <i>key</i> - <b>PerpetualCache</b> <i>localCache</i> - <b>ObjectFactory</b> <i>objectFactory</i> - <b>ResultExtractor</b> <i>resultExtractor</i> } note top of DeferredLoad 为了解决循环依赖问题,延迟(不是懒加载)加载对象的某个属性值 end note note left of DeferredLoad::resultObject 宿主对象对应的MetaObject end note note right of DeferredLoad::property 属性的名称 end note note left of DeferredLoad::targetType 属性的类型 end note note right of DeferredLoad::key 缓存的key end note note left of DeferredLoad::localCache session级别的缓存 end note note right of DeferredLoad::objectFactory 对象工厂,用来创建ResultExtractor实例 end note note left of DeferredLoad::resultExtractor 属性值提取器(或者说转换器) end note @enduml
eb721617137123bd0328a2cc87687c173e507403
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/Solution/Telemetry/Logical.puml
fa94fa419736d4fac81cb6a8de20e5e83fd4bb22
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
157
puml
@startuml package "Telemetry" { interface "Telemetry" { } CLI ()-- "Telemetry" REST ()-- "Telemetry" Web ()-- "Telemetry" } @enduml
a1a15454d6d29733791329bae2dc1fbe89c34929
bdd433c3af2f10384f0a4fb06a6354b51a70750e
/plantuml/C4/includes/Models/Degree.puml
7d9985bf56d989fa0accba390d1a38c003048e21
[]
no_license
I4PRJ4/I4PRJ4-plantuml
d6188b60011e5a5f6f3cf7853393cba43996dfbf
2b528f0a911917d5ee61a6d0051d46ea59282c5a
refs/heads/master
2023-05-14T13:43:29.403199
2021-06-03T10:33:59
2021-06-03T10:33:59
348,710,373
0
0
null
null
null
null
UTF-8
PlantUML
false
false
177
puml
@startuml class Degree { + DegreeId : int <<get>> <<set>> + DegreeName : string <<get>> <<set>> + Courses : List<Course> <<get>> <<set>> } Degree --> Course @enduml
976f97e41e039600ffa5ccd9601a96bab110e57a
afaba8b7f5d826664155b257db77cf4dbf4b8816
/oop-pattern/ch07/resources/04-decorator-pizza.puml
21548cbfad1b5fdfefcd085a73cb32d5ee8c6769
[ "MIT" ]
permissive
appkr/pattern
b40b621e52c9b27be01f2a21f2f605a459ac998f
1e635f7b79cc4b89d2e75455cb14e1572619eb20
refs/heads/master
2022-11-02T01:56:18.654766
2022-10-12T08:45:58
2022-10-12T08:47:36
71,896,898
11
2
MIT
2018-11-10T15:05:11
2016-10-25T12:55:03
PHP
UTF-8
PlantUML
false
false
453
puml
@startuml skinparam linetype ortho class App{} interface Pizza { + getDescription(): String + getCost(): double } class PlainPizza implements Pizza {} abstract class ToppingDecorator implements Pizza { - tempPizza: Pizza } class Mozzarella extends ToppingDecorator {} class Sauce extends ToppingDecorator{} note left ToppingDecorator is a Pizza ToppingDecorator has a Pizza end note App -> Pizza ToppingDecorator -up-> Pizza @enduml
31252277a8bdcac0a5f5c3f33658b5f8a276cc36
c2b6bfee8da36cc39de688e146ba107b74218b12
/plantuml/objectmodel/details/leg.plantuml
65256c53337b7c8e006a51fab4e5af3e827d2415
[ "Apache-2.0" ]
permissive
TOMP-WG/TOMP-API
02bbd268c6ece21f7a5d28f4e42e1b456233e8e9
2aa6ae3d6b355a12a8936ff1069821bb7c89a743
refs/heads/master
2023-09-01T16:13:50.445300
2023-07-25T12:08:52
2023-07-25T12:08:52
189,022,994
80
34
Apache-2.0
2023-08-22T12:36:34
2019-05-28T12:21:59
null
UTF-8
PlantUML
false
false
1,058
plantuml
@startuml generated class Leg { String id +Place from Place to String departureTime String arrivalTime String travelerReferenceNumbers Integer legSequenceNumber Fare pricing Suboperator suboperator ConditionUpfrontPayment[] conditions LegState state Duration departureDelay Duration arrivalDelay Distance distance Token ticket Token assetAccessData TokenArray allAssetAccessData } Leg -- "1..1" AssetType : assetType > Leg -- "0..1" Asset : asset > Leg -- "0..1" GeojsonLine : progressGeometry > class AssetType { +String id String stationId Integer nrAvailable AssetClass assetClass String assetSubClass AssetProperties sharedProperties SystemPricingPlan[] applicablePricings ConditionUpfrontPayment[] conditions } class Asset { +String id Boolean isReserved String isReservedFrom String isReservedTo Boolean isDisabled String rentalUrl String rentalUrlAndroid String rentalUrlIOS Number mileage String licensePlate +AssetProperties overriddenProperties } class GeojsonLine { } @enduml
eddf224ddef200d47479b914c37a32d5d6ad43aa
f96b41c55e144ed711e3709c7f23650f164de057
/json/json-jackson-example/src/site/markdown/plantuml/carpool_diagram.puml
220e5bbc71d94335d366139bff14261cb3ad2ef6
[]
no_license
lennartj/jguru-shared
36ba7aeb7e6e8421179b216c064398818e3c1380
b4aed54bdd2f3f3ca58d8bc3d3a2c69dddeb491f
refs/heads/master
2023-07-09T20:14:24.008064
2023-06-26T17:47:23
2023-06-26T17:47:23
129,443,213
0
0
null
null
null
null
UTF-8
PlantUML
false
false
339
puml
@startuml title Simple carpool structure\n class Car { name : String registrationPlate : String } class Driver { name : String cars : List<Car> } class CarPool { cars : List<Car> drivers : List<Driver> } CarPool *-- Car : contains > CarPool *-- Driver : participates in < Driver *-left- Car : prefers > @enduml
12f54809745fd8ab3ed4c78d4d470b242ca6f459
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/TimelineWindow_EditorCallbacks.puml
6bd965182ca71e55cceffe0299c9788b2eb362ea
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
860
puml
@startuml class TimelineWindow <<partial>> { OnSelectionChangedInactive() : void InitializeEditorCallbacks() : void OnEditorQuit() : void RemoveEditorCallbacks() : void OnPrefabApplied(go:GameObject) : void OnSceneSaved(scene:Scene) : void OnCurveModified(clip:AnimationClip, binding:EditorCurveBinding, type:AnimationUtility.CurveModifiedType) : void OnPlayModeStateChanged(playModeState:PlayModeStateChange) : void PostprocessAnimationRecordingModifications(modifications:UndoPropertyModification[]) : UndoPropertyModification[] DirtyModifiedObjects(modifications:UndoPropertyModification[]) : void ProcessAssetModifications(modifications:UndoPropertyModification[]) : UndoPropertyModification[] OnUndoRedo() : void {static} ValidateSelection() : void OnComponentWasAdded(c:Component) : void } @enduml
74d05790147562c7e3b24239d0e1ebff90f54ebb
79b1afae05be893d0d860ad88e065a1fe3fe7717
/comportement/state/uml/state_cd.puml
a261e5e2f80c837f5152115fe61ffd84b391d53b
[]
no_license
danielleberre/pattern-repository
5dd0c84147f35c9e22abfe30abd93b8cb51560f3
68eab140c40174e2fc1769f4b718f7528b440921
refs/heads/master
2020-04-30T14:20:09.435842
2019-03-25T13:07:03
2019-03-25T13:07:03
176,888,097
0
0
null
2019-03-21T07:00:12
2019-03-21T07:00:10
null
UTF-8
PlantUML
false
false
339
puml
@startuml skinparam nodesep 75 skinparam ranksep 50 hide empty members class Context { ~ changeState(s: State) + doSomething() } interface State { + {abstract} handle() } Context *-> State class ConcreteState1 { + handle() } class ConcreteState2 { + handle() } State <|-- ConcreteState1 State <|-- ConcreteState2 @enduml
5246153606f1c9b749700f086ebab99a3430db53
16d72f9a9a1eb0312ab6256492989e80a67c6b62
/.idea/modules/app/app.plantuml
98da148ad586bbcb0abde057c11f068f4197b875
[]
no_license
tdvinhthuy/SmartHome
dd2ef2b5149bd94e72055504494d4c0ae0108d55
f49f906ad4e6380241ec5f4a390a7dee9c8e2d5d
refs/heads/master
2023-07-09T01:02:44.423746
2021-08-07T02:25:48
2021-08-07T02:25:48
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,724
plantuml
@startuml title __SMARTHOME.APP's Class Diagram__\n namespace com.example.smarthome { namespace Activity { class com.example.smarthome.Activity.LoginActivity { } } } namespace com.example.smarthome { namespace Activity { class com.example.smarthome.Activity.MainActivity { } } } namespace com.example.smarthome { namespace Activity { class com.example.smarthome.Activity.SignUpActivity { } } } namespace com.example.smarthome { class com.example.smarthome.BuildConfig { } } namespace com.example.smarthome { namespace Fragment { class com.example.smarthome.Fragment.AccountFragment { } } } namespace com.example.smarthome { namespace Fragment { class com.example.smarthome.Fragment.ControlFragment { } } } namespace com.example.smarthome { namespace Fragment { class com.example.smarthome.Fragment.HomeFragment { } } } namespace com.example.smarthome { namespace Fragment { class com.example.smarthome.Fragment.NotificationsFragment { } } } namespace com.example.smarthome { namespace Fragment { class com.example.smarthome.Fragment.StatisticsFragment { } } } namespace com.example.smarthome { namespace Utils { class com.example.smarthome.Utils.MQTTService { } } } namespace com.example.smarthome { namespace Utils { class com.example.smarthome.Utils.NotificationAdapter { } } } namespace com.example.smarthome { namespace Utils { class com.example.smarthome.Utils.NotificationItem { } } } namespace com.example.smarthome { namespace Utils { class com.example.smarthome.Utils.Room { } } } namespace com.example.smarthome { namespace Utils { interface com.example.smarthome.Utils.RoomListener { } } } com.example.smarthome.Activity.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.smarthome.Activity.MainActivity .up.|> com.example.smarthome.Utils.RoomListener com.example.smarthome.Activity.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.smarthome.Activity.MainActivity o-- com.example.smarthome.Utils.MQTTService : mqttService com.example.smarthome.Activity.SignUpActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.smarthome.Fragment.AccountFragment -up-|> androidx.fragment.app.Fragment com.example.smarthome.Fragment.ControlFragment -up-|> androidx.fragment.app.Fragment com.example.smarthome.Fragment.ControlFragment o-- com.example.smarthome.Utils.RoomListener : roomListener com.example.smarthome.Fragment.HomeFragment -up-|> androidx.fragment.app.Fragment com.example.smarthome.Fragment.HomeFragment o-- com.example.smarthome.Utils.Room : room com.example.smarthome.Fragment.HomeFragment o-- com.example.smarthome.Utils.RoomListener : roomListener com.example.smarthome.Fragment.NotificationsFragment -up-|> androidx.fragment.app.Fragment com.example.smarthome.Fragment.NotificationsFragment o-- com.example.smarthome.Utils.NotificationAdapter : adapter com.example.smarthome.Fragment.StatisticsFragment -up-|> androidx.fragment.app.Fragment com.example.smarthome.Utils.NotificationAdapter -up-|> com.firebase.ui.firestore.FirestoreRecyclerAdapter com.example.smarthome.Utils.Room o-- com.example.smarthome.Utils.Room.RoomType : type right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
bb05a85503c03026c5c95eb8b98dfb79bfc3086c
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Common.Shared/ResponseBase.puml
a6ccbc03bf0d2675bf3458bc7445707a71065d39
[ "BSD-3-Clause" ]
permissive
noelmartens/TransitionAcademy
4e02379d234aa4859a497ee2846420f4c55b9e12
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
refs/heads/master
2023-06-14T05:25:35.514249
2021-07-02T19:40:29
2021-07-02T19:40:29
362,512,351
0
0
null
null
null
null
UTF-8
PlantUML
false
false
126
puml
@startuml abstract class ResponseBase { + Success : bool <<get>> <<set>> + Message : string <<get>> <<set>> } @enduml
835ae5681362caf0c828f9eca6578f2f9c9ad196
505c757d1af879614405f21adc491e50960ce02b
/src/main/java/com/person/study/factory/simplefactory/simplefactory.puml
8104d342cef32925c72df2ef343ffc8ec681c5a9
[]
no_license
CodeHent/designpattern
6c5baf90684870c523c8e4b12ee1c2ec329b5db1
ad9a51f7ca3b67c5501006317930a01d788f634c
refs/heads/master
2020-07-16T00:14:38.030526
2019-09-01T13:26:32
2019-09-01T13:26:32
205,679,359
0
0
null
null
null
null
UTF-8
PlantUML
false
false
159
puml
@startuml interface Bird{ egg -- fly } Chicken--|> Bird Piegon-|> Bird class BirdFactory{ createBird } BirdFactory..>Piegon BirdFactory.>Chicken @enduml
b0641e9fa28616ef23dfb00354ad70f18bc10e8c
49431c9112cabb627decd367db9693494ef1d90d
/docs/section.table.puml
ae0d0c2bc1160491a73b66f438aaf869939b5741
[]
no_license
cbarsony/spraying
e265d64db8fa8751703f44e343e7e78ae8c5af50
ddfa0730e8290a57c22eef1706637548f31be148
refs/heads/master
2021-04-09T15:43:27.912983
2018-04-20T08:39:42
2018-04-20T08:39:42
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
665
puml
@startuml title Section class section { -- distance lat lon sprayed water water_dosage weed_infestation } class sector { -- name } class spraying { section_id chemical_id -- quantity dosage left_nozzle_majority right_nozzle_majority } class sector_spraying { sector_id spraying_id -- quantity } class weed_infestation { section_id sector_id -- percent } class chemical { -- name } section <-- spraying section <-- weed_infestation sector <-- sector_spraying sector <-- weed_infestation chemical <-- spraying spraying <-- sector_spraying @enduml
2ece0c9f4fb1526ad95afbb029965908a9534435
1e5e28832266da39362406c30664fd79b879e424
/UML/InventoryManager.puml
e986ffe267a411c46c29e079bb9f5c89c761d495
[]
no_license
korinneramcharitar/Ramcharitar-6627-a5
5fdca9dcac2b226e05c1c53480ff065e1a0654dd
cd7dd38d61170c9fe84156bcd8be1ccf075d762d
refs/heads/master
2023-06-29T13:45:16.902660
2021-07-26T03:32:11
2021-07-26T03:32:11
388,647,697
0
0
null
null
null
null
UTF-8
PlantUML
false
false
658
puml
@startuml class InventoryManage{ start() main() } class InventorymanagerMenuControlller{ initialize() AddButtonClicked() DeleteButtonClicked() SaveButtonClicked() UploadButtonClicked() } class SearchItemsController{ initialize() } class itemModel{ String itemID String itemName String itemValue } class InventoryManagerMenu.fxml.fxml class SearchItems.fxml InventoryManage -- InventorymanagerMenuControlller InventorymanagerMenuControlller -- itemModel InventorymanagerMenuControlller -- SearchItemsController SearchItemsController -- itemModel SearchItems.fxml -- SearchItemsController InventoryManagerMenu.fxml -- InventorymanagerMenuControlller @enduml
1a9b88cfe46962ece59470c4c5d743c1825a2870
dc16f963059014d5e9d1f1ef3407fc1411b7da02
/src/main/java/ex45/App.45.puml
2b739739778e8cbbdaa6d02bc207f68a89415cbd
[]
no_license
ifeoma2000/chukuwu-cop3330-assignment3
57ac8e034ccb8e304918234970997c33e432fdfc
e7224a0ef0841bdb4f27626f651763241ffea52e
refs/heads/master
2023-05-31T10:45:19.719257
2021-06-21T04:16:02
2021-06-21T04:16:02
378,803,883
0
0
null
null
null
null
UTF-8
PlantUML
false
false
156
puml
@startuml 'https://plantuml.com/class-diagram class App { +text: String +readFile(String) : void +writeFile() : void +changeText() : void } @enduml
b70a3e997c9142708fb1a4c5b6b387c61dcfb9c1
937e0ceb8f040ccb17c7ac3415f1add637b03efa
/diagrammeClassesMetierSimulation.plantuml
1914beccaa3ca9e2e9b6bdfb3283f3dd6a533db9
[]
no_license
arthurgorjux/fire-in-the-ole-doc
8f56b95cf7a6bf9f29757df60fd79357292bd0ee
2c9c6347adefd985b91ae1af2d198587048e6b50
refs/heads/master
2021-01-20T06:20:16.304639
2014-11-18T11:29:54
2014-11-18T11:29:54
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
438
plantuml
@startuml title Diagramme classes metier Simulation class ModeleRobotPompier class RobotPompier { +capaciteDeDeplacement +puissance } class Incendie { +position } class Carte { } class Zone { +difficulte } class Position class Chemin { +double longeur } ModeleRobotPompier "1"--"*" RobotPompier RobotPompier --> Incendie : Eteindre Carte --> Incendie : Localiser Carte --> RobotPompier : Localiser Carte *- Zone @enduml
a4841422fdc29fcbe7ccad57e44612353b687098
632210bb242d98bc42a40a4320a7c54be1f2ce32
/lab_1/_code/step4/model.puml
097544d24c5ce93dc20fc84b5a377bbf7f39dbbb
[]
no_license
robtherobot101/MPS-project
27b589481d0354d4297fc09466d928355bb13c9a
798b3521eebd15381d20d7019672f376aac0f416
refs/heads/master
2021-01-05T18:25:41.932783
2020-02-17T12:39:17
2020-02-17T12:39:17
241,102,217
0
0
null
null
null
null
UTF-8
PlantUML
false
false
423
puml
@startuml abstract class NamedElement { + String name } class App class Actuator { + int pin } class State class Action { + SIGNAL variable } enum SIGNAL { HIGH LOW } NamedElement <|-- App NamedElement <|-- Actuator NamedElement <|-- State App *--> "1..*\nstates" State App *--> "1..*\nactuators" Actuator State --> "next" State State *--> "1..*\nactions" Action Action --> "1 target" Actuator @enduml
4966661eb6677559d6d1dbe537321085a153210e
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CustomFieldReferenceValue.puml
8aefad48c6920ce154f8ac64aae7d111ae680766
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
527
puml
@startuml hide methods enum CustomFieldReferenceValue { ASSOCIATE_ROLE BUSINESS_UNIT CART CATEGORY CHANNEL CUSTOMER KEY_VALUE_DOCUMENT ORDER PRODUCT PRODUCT_TYPE REVIEW STATE SHIPPING_METHOD ZONE } interface CustomFieldReferenceType [[CustomFieldReferenceType.svg]] { name: String referenceTypeId: [[CustomFieldReferenceValue.svg CustomFieldReferenceValue]] } CustomFieldReferenceValue --> CustomFieldReferenceType #green;text:green : "referenceTypeId" @enduml
9c7349a999d9e2ffe97baf1fd0a65db675eec0d6
e37016f9bea6aac6954954ba33bde705a1245047
/zx-note/src/test/graph/java/util/concurrent/Future继承结构.puml
f902ca1e83f19244c132a141a388b1206c528597
[]
no_license
zouxiang1993/es_lucene
11d558d98a9847b9df1d9d575bc9b362ac548f9b
c463345975db890105124c429965ed96ebd8bf92
refs/heads/master
2023-07-19T21:03:26.092718
2019-08-27T16:24:46
2019-08-27T16:24:46
148,873,770
3
3
null
2023-07-18T02:50:13
2018-09-15T05:47:30
Java
UTF-8
PlantUML
false
false
673
puml
@startuml interface Future<V>{ // Future表示一个异步的任务 --- // 尝试取消 +boolean cancel(boolean mayInterruptIfRunning) // 是否在完成之前被取消 +boolean isCancelled() // 是否已经完成 +boolean isDone() // 获取结果,如果还未完成则阻塞 +V get() // +V get(long timeout, TimeUnit unit) } interface RunnableFuture<V> extends Runnable, Future{ +void run() } class FutureTask<V> implements RunnableFuture{ } abstract class ForkJoinTask<V> implements Future{ } abstract class RecursiveTask<V> extends ForkJoinTask{ } abstract class RecursiveAction extends ForkJoinTask{ } @enduml
122b6e07876657246c3b142fb9d48fa4fbc83d23
7dbb82a88c005dbe3b242ced05fe588b6e8aa4b4
/resources/uml/CatalogLoader.puml
847f6fc1eec8e9e6bf71d0f04ed309ce54b67485
[]
no_license
damianua/promka
379d7d10c1473c4b4bfbf7d0f73d3596c0ee1a16
4273c7a5e66b2b4fcae76416f0b318a7f2544186
refs/heads/master
2023-02-05T14:21:44.078357
2019-07-16T20:48:42
2019-07-16T20:48:42
160,850,217
0
0
null
2023-02-02T06:54:07
2018-12-07T16:41:28
PHP
UTF-8
PlantUML
false
false
1,021
puml
@startuml set namespaceSeparator \\ namespace Domain\\Core\\Interfaces{ abstract class ParseResult interface ParserInterface{ +parse(): ParseResult } ParserInterface -> ParseResult: use } namespace Domain\\Catalog\\Interfaces{ interface ProductsRepositoryInterface{ +all(): Products } } namespace Domain\\CatalogLoader{ abstract class AbstractWebSiteParser { +parse() } AbstractWebSiteParser --|> Domain\\Core\\Interfaces\\ParserInterface } namespace Domain\\CatalogLoader\\Products{ abstract class AbstractWebSiteProductsRepository{ +__construct(AbstractWebSiteParser $parser) } AbstractWebSiteProductsRepository -up-|> Domain\\Catalog\\Interfaces\\ProductsRepositoryInterface AbstractWebSiteProductsRepository -right-* AbstractWebSiteParser } namespace Infrastructure\\CatalogLoader\\WebSites\\ZenitProfi{ class ZenitProfiProduct class ZenitProfiCategory class ZenitProfiWebSiteParser{ } ZenitProfiWebSiteParser --|> Domain\\CatalogLoader\\AbstractWebSiteParser } @enduml
efec80d7154248e30062f4800a49b02eac62f719
af60d432a684cefb6c1aa2ba3cce7fc342f591fb
/target/classes/lsp_refactored_step2_arch.puml
2a1864838eab568ae5ec975a5281a6bbf05beb5a
[]
no_license
pbinny/solid-principles
ef424ccc03ea43c1cf07ae78ea68bb11232a8d88
4a465e4ffd108a605dbcffb2f78a620f5ab111a7
refs/heads/master
2023-06-05T18:12:06.053217
2021-06-19T14:24:03
2021-06-19T14:24:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,981
puml
@startuml component cashflow.api.* { class IncomeController { - IncomeService service; + List<Income> getAll(); + Income get(Long id); + Income create(Income income); + Income save(Income income); + void delete(Long id); + Integer getTotal(); } class ExpenseController { - ExpenseService service; + List<Expense> getAll(); + Expense get(Long id); + Expense create(Expense expense); + Expense save(Expense expense); + void delete(Long id); + Integer getTotal(); } } component cashflow.core.* { interface CalculatorService<T>{ {abstract} Integer calculateTotal(List<T> list); } class IncomeServiceImpl { - IncomeRepository repository; + List<Income> getAll(); + Income get(Long id); + Income create(Income income); + Income save(Income income); + void delete(Long id); + Integer getTotal(); } class ExpenseServiceImpl { - ExpenseRepository repository; + List<Expense> getAll(); + Expense get(Long id); + Expense create(Expense expense); + Expense save(Expense expense); + void delete(Long id); + Integer getTotal(); } interface IncomeService<Income>{ {abstract} List<Income> getAll(); {abstract} Income get(Long id); {abstract} Income create(Income income); {abstract} Income save(Income income); {abstract} void delete(Long id); {abstract} Integer getTotal(); } interface ExpenseService<Expense>{ {abstract} List<Expense> getAll(); {abstract} Expense get(Long id); {abstract} Expense create(Expense expense); {abstract} Expense save(Expense expense); {abstract} void delete(Long id); {abstract} Integer getTotal(); } class IncomeCalculatorServiceImpl<Income> { + Integer calculateTotal(); } class ExpenseCalculatorServiceImpl<Expense> { + Integer calculateTotal(); } interface Service { } interface RepositoryService<T> { List<T> getAll(); T get(Long id); T create(T entity); T save(T entity); void delete(Long id); Integer getTotal(); } } component cashflow.database.* { interface IncomeRepository{ } interface ExpenseRepository{ } class Income { - long id; - String description; - Date dueDate; - BigDecimal amount; } class Expense { - long id; - String description; - Date dueDate; - BigDecimal amount; } } IncomeController --> IncomeService ExpenseController --> ExpenseService IncomeServiceImpl --> CalculatorService ExpenseServiceImpl --> CalculatorService class IncomeServiceImpl implements IncomeService class ExpenseServiceImpl implements ExpenseService class IncomeCalculatorServiceImpl implements CalculatorService class ExpenseCalculatorServiceImpl implements CalculatorService IncomeServiceImpl --> IncomeRepository ExpenseServiceImpl --> ExpenseRepository interface IncomeService extends RepositoryService interface ExpenseService extends RepositoryService interface RepositoryService extends Service interface CalculatorService extends Service @enduml
17eca6902fb505a1bad473e3f3ed9a14d12549ba
c6f5498cd7cc8a348aac5ac96a2fa716d244d64a
/sequence_part.plantuml
74017a865e895c3e7c7f20dd842687a6f7accf49
[]
no_license
FunnyAlpha/Scoring
95df897bd961b9be393192081cbf5c7a336183d6
9e33010955c07dad33423cb7767500c04ac31e23
refs/heads/master
2022-12-08T20:56:02.189223
2020-05-28T07:21:37
2020-05-28T07:21:37
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,109
plantuml
@startuml scale 1.5 class Application { + evidSrv : char + idCredit : number + agregatorResult : AgregatorResult } Application*--workflow Application*--timeZone Application*--systemMessage Application*--sysdate Application*--stopList Application*--sourceData Application*--smData Application*--scoResult Application*--scanResult Application*--salesPoint Application*--rescoResult Application*--registerPreResult Application*--randomNumber8 Application*--randomNumber7 Application*--randomNumber6 Application*--randomNumber5 Application*--randomNumber4 Application*--randomNumber3 Application*--randomNumber2 Application*--randomNumber1 Application*--processType Application*--preResult Application*--prelimResult Application*--prelimPreResult Application*--prelimCbResult Application*--preApprResult Application*--postResult Application*--phoneVerification Application*--persons Application*--personContact Application*--partnerName Application*--outputData Application*--offlineRevFinalResult Application*--offlineResult Application*--offlineData Application*--offlineCashFinalResult Application*--lastOfflineScoreXsellSC Application*--lastOfflineScoreXsellRD Application*--isOuterLimit Application*--idRequest Application*--idPerson Application*--idCredit Application*--fpsResult Application*--featureControl Application*--evidSrv Application*--employeeAdminType Application*--empCode Application*--documents Application*--credit Application*--consent Application*--channelSale Application*--cbResult Application*--calculateOnlineLimit Application*--calculateLinkedRDLimits Application*--bombInBank Application*--bdResult Application*--appVerifIncome Application*--application Application*--applicantData Application*--appIncomeCache Application*--appIncome Application*--agregatorResult workflow*--stageCounters updatedData*--persons trial*--wfDetails trial*--scoringDetails trial*--rgDetails trial*--limitDetails trial*--hcDetails sourceData*--verificationResults sourceData*--verificationDetailResults sourceData*--updatedData sourceData*--undesirablePerson sourceData*--onlineLimit sourceData*--nextWorkflows sourceData*--linkedVerificationResults sourceData*--linkedVerificationDetailResults sourceData*--hardCheckPredictors sourceData*--extData sourceData*--crossClientChecks sourceData*--creditLimit sourceData*--biometricData sourceData*--behaviourData smuid_data*--pfr_account_advice smuid_data*--my_credit_ob_bank_applications smuid_data*--my_credit_ob_back_web_cnt_180 smuid_data*--my_credit_ob_back_mobile_cnt_180 smData*--smuid_data smData*--online_behav_os_web smData*--online_behav_os_mobile smData*--online_behav_min_dist smData*--online_behav_device_type_s_cnt smData*--online_behav_device_type smData*--online_behav_device_s_cnt smData*--online_behav_device smData*--geo_activity smData*--client_score score*--persons scanResult*--trial scanResult*--persons scanResult*--client salesPoint*--products rescoResult*--trial previousApplicationsFraud*--persons previousApplications*--rejectData previousApplications*--persons previousApplications*--personContact previousApplications*--approvalData previousApplications*--appArray persons*--employmentAddress persons*--employment persons*--contactAddress person*--employment outputData*--uwInfo outputData*--savedInfo outputData*--resultTrace outputData*--offers outputData*--checkPersons online_behav_os_web*--my_credit_ob_os_web_180 online_behav_os_mobile*--my_credit_ob_os_mobile_180 online_behav_min_dist*--my_credit_ob_min_distance_reg_addr online_behav_min_dist*--my_credit_ob_min_distance_emp_addr online_behav_min_dist*--my_credit_ob_min_distance_cont_addr online_behav_device_type_s_cnt*--my_credit_ob_dtype_sc_30 online_behav_device_type*--my_credit_ob_device_type_180 online_behav_device_s_cnt*--my_credit_ob_device_sess_cnt_30 online_behav_device*--my_credit_ob_device_180 onlineLimit*--persons offlineResult*--score limitDetails*--pseudo limitDetails*--fact limit*--persons hardCheckPredictors*--persons geo_activity*--mts_geo_activity expense*--persons derivedData*--persons crossClientChecks*--sameMobileCheck crossClientChecks*--sameIdentCard creditLimit*--persons creditBureau*--scoring creditBureau*--persons creditBureau*--creditData creditBureau*--bureauResponse credit*--supplement credit*--service credit*--persons credit*--onlineApp credit*--insurance credit*--goods credit*--fps credit*--creditProduct credit*--creditPreferences credit*--creditBureau credit*--consolidatedData credit*--afs client_score*--yandex_score client_score*--tele2_score client_score*--mts_score_features client_score*--mts_score client_score*--mailru_sp_score client_score*--mailru_score client_score*--juicyscore_score clientReality*--persons biometricData*--persons behaviourData*--persons applicantData*--previousApplicationsFraud applicantData*--previousApplications applicantData*--expense applicantData*--creditLimit applicantData*--clientReality applicantData*--cars applicantData*--campaigns appChars*--tw appChars*--pfr appChars*--incomes appChars*--bki appArray*--salesPoint appArray*--person appArray*--credit @enduml
fe1c64a4a914621dca370e961ba5e964f84442be
3bcda3db27ec2ee74d5d50ff3526dfc54e660f8a
/Plan.puml
ce33f128d6ad3105eccac3adf0afa36daf2f2ae0
[]
no_license
GemioJ/DesignDocument
75337195babe80a7248723b955d1073f336fa345
972e609060950cb8bc5aac5e02829d2aa5e0bb99
refs/heads/main
2023-05-07T00:04:52.475039
2021-06-05T05:22:14
2021-06-05T05:22:14
374,024,198
0
0
null
null
null
null
UTF-8
PlantUML
false
false
249
puml
@startuml TeamMaryland abstract class Person { #name: String #email:String #password: String } Person <|-- Bishop Person <|-- Counselor1 Person <|-- Counselor2 Person <|-- Clerck Person <|-- members @enduml
87afd905ceb12f23a1d05884ebfaaeeb552883ba
c8921fe77a5927904ac3c04bfd080851403dab94
/uml/uml2/bunI.puml
4c85abca5c642fb12eaa825651708991cadb610c
[]
no_license
turanukimaru/fehs
cc06f5a3d007a2633373d09281304571e132748b
8764ad4521c7a0f66a911578b536f9be4e598fdb
refs/heads/master
2021-06-03T05:53:52.465995
2020-04-19T18:59:06
2020-04-19T18:59:06
111,425,822
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,297
puml
@startuml class 盤{ matrix : 駒[][] 載せる(駒, 座標) 動かす(駒, 座標) 取り除く(駒) 駒を見る(座標) 駒を探す(駒) } class 地形{ matrix : 地形[][] } class 駒{ 動かす(座標) 移動範囲を得る(盤) 成る(新能力) } class 経路探索駒{ 移動可能方向() : Int[] 移動可能か?(侵入状況) : Boolean 何歩使ったか?(侵入状況) : Int 停止可能か?(侵入状況) : Boolean } class 能力{ 移動範囲を得る() 全ての能力に共通のルール() } class 個々の能力{ } class 移動可能な盤面{ 移動matrix : bool[][] 経路を探索する(経路探索駒) } class 侵入状況{ 対象 : 駒? 歩数 : Int 侵入角 : Int[] 地形 : 地形?=null } 盤 -> "載る" 駒 盤 o-- "天候とかも" 地形 駒 -left-> "自分を動かす" 盤 駒 -right-> 能力 個々の能力 -up-|> 能力 駒 -->"作成" 移動可能な盤面 移動可能な盤面 -up-> 盤 経路探索駒 -up-|> 駒 '経路探索駒 --> "探索" 移動可能な盤面 移動可能な盤面 --> "一歩進む" 移動可能な盤面 移動可能な盤面 --> "移動先を提供して判定させる\n移動可能方向を参照" 経路探索駒 人 -down-> "動かす\n移動範囲を見る\n\n" 駒 人 -down-> "俯瞰する" 盤 @enduml
455f7f35470b8ea90305c10ac6420945f8c5eff2
1809f45c8168e460a97b54c0d1986d9b6f6efc62
/uml/ClassDiagrams/Models/WebImage.plantuml
5944c77cefdcae277c00455c32b97c6d69225da7
[ "MIT" ]
permissive
pierre3/ReactiveBingViewer
fb334ce84dca88bc0be444203739c02fe1865b20
596362557e8dd6155c0a5613a1cdcc66b45a3a84
refs/heads/master
2021-01-20T08:44:15.050128
2015-11-04T14:06:47
2015-11-04T14:06:47
40,403,608
5
0
null
null
null
null
UTF-8
PlantUML
false
false
844
plantuml
class WebImage { - thumbnail : ImageSource - displayImage : ImageSource - overlay : ImageSource - mediaUrl : Uri - sourceUrl : string - sourceTitle : string - imageProperty : ImageProperty - bingResult : Bing.ImageResult - logger : ILogger + Thumbnail : ImageSource <<get>> + DisplayImage : ImageSource <<get>> + Overlay : ImageSource <<get>> + MediaUrl : Uri <<get>> + SourceUrl : string <<get>> + SourceTitle : string <<get>> + ImageProperty : ImageProperty <<get>> + WebImage(bingResult:Bing.ImageResult, logger:ILogger) + <<async>> DownLoadThumbnailAsync() : Task + <<async>> DownLoadFullImageAsync() : Task + <<async>> AnalyzeImageAsync(subscriptionKey:string) : Task + DrawFaceRect(imageSize:Size) : void - RaisePropertyChanged(name:string) : void }
4e245343705c9596a58dff3c437bfa603f9c0965
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ReviewTransitionStateAction.puml
85cf7138c7420aafc153bbda8f6890b7a99a157a
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
512
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface ReviewTransitionStateAction [[ReviewTransitionStateAction.svg]] extends ReviewUpdateAction { action: String state: [[StateResourceIdentifier.svg StateResourceIdentifier]] force: Boolean } interface ReviewUpdateAction [[ReviewUpdateAction.svg]] { action: String } @enduml
c785370286fd5304defded1ce28c7488b99812e0
7c2a17fd3d19a13fb71558f79900a2908de98c58
/docs/uml-class-diagrams/display01/production/DisplayGpsInterfaceImplementation/DisplayGpsInterfaceImplementation.puml
d3ca06d95cfb11d878687777821d6a707a945819
[]
no_license
casher-ou/csi-3370-software-project
483b1add9fbab8349f30009eecc123c884bdcc7b
629fb9cce10429c2b80bd1ad33ab898d1466883b
refs/heads/main
2023-01-22T00:44:50.062944
2020-11-29T23:00:50
2020-11-29T23:00:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
611
puml
@startuml DisplayGpsInterfaceImplementation package edu.oakland.production.display01 { class DisplayGpsInterfaceImplementation { - DisplayGpsReciever reciever __ + DisplayGpsInterfaceImplementation(DisplayGpsReciever reciever) .. Use Case 1 .. + void receiveGpsSignal(Satellite satelliteSignal) .. Use Case 2 .. + void reportGpsSignalLoss(String satelliteName) + void recheckSignalStength(String satelliteName) + void checkSignalStength(String satelliteName) - int reportSignalStrength(String satelliteName) } } @enduml
b2bb81752f30bb01cb0d94501b31596133ffa164
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/order/count_and_say/count_and_say.plantuml
7f9a3310e78a02f42076e383bf34a3d072aef5c7
[]
no_license
shuile/LeetCode
8b816b84071a5338db1161ac541437564574f96a
4c12a838a0a895f8efcfbac09e1392c510595535
refs/heads/master
2023-08-17T04:53:37.617226
2023-08-15T16:18:46
2023-08-15T16:18:46
146,776,927
0
0
null
null
null
null
UTF-8
PlantUML
false
false
447
plantuml
@startuml title __COUNT_AND_SAY's Class Diagram__\n namespace cn.shui.order { namespace count_and_say { class cn.shui.order.count_and_say.Solution { {static} + countAndSay() {static} + main() } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
1ad7ae51c86233ee5c3c7b27dc71088bbb02eb2c
224a1a9d2889a43246bccd99371848e546f85dd8
/src/main/docs/base_pfmp_explo3.puml
2365d7f1fe71e2fb238d8cd65e48e46a8e6c9fce
[]
no_license
ejakubiec/gestages
37e8e9d04467bbc8d4f138a9af3bd7cf436d5f3e
c4884e5e99acff217ebbd9ef82441b78648620df
refs/heads/master
2021-04-29T12:42:42.665596
2018-03-07T13:42:16
2018-03-07T13:42:16
121,733,809
0
1
null
null
null
null
UTF-8
PlantUML
false
false
2,140
puml
@startuml class Individu << Entity >> { - id: Bigint - login : String - mdp : String - nom: String - prenom: String - civilite: String - code_synchro: String - telephoneMobile: String - telephoneFixe: String - email: String + getters() et setters() + equals() + hashCode() + toString() } class Eleve << Entity >> { + getters() et setters() + equals() + hashCode() + toString() } class Professeur << Entity >> { + getters() et setters() + equals() + hashCode() + toString() } class Professionnel << Entity >> { + getters() et setters() + equals() + hashCode() + toString() } class Division << Entity >> { - id: Bigint - code: String - libelle: String + getters() et setters() + equals() + hashCode() + toString() } class Niveau << Entity >> { - id: Bigint - code: String - niveauCourt: String - niveauLong: String + getters() et setters() + equals() + hashCode() + toString() } class Discipline << Entity >> { - id: Bigint - code: String - libelle: String + getters() et setters() + equals() + hashCode() + toString() } class Stage << Entitiy >> { - id - dateDebut - dateFin + getters() et setters() + equals() + hashCode() + toString() } class Entreprise << Entitiy >> { - id + getters() et setters() + equals() + hashCode() + toString() } class Visite << Entitiy >> { - id + getters() et setters() + equals() + hashCode() + toString() } hide circle hide methods Eleve "1" -- "*" Stage Eleve "*" -- " * " Division Stage "*" -left-- "1 referent" Professeur : " " Stage "*" -- "1 suivi" Professeur : " " Stage "*" -- "responsable 1" Professionnel Stage "*" -- "1 tuteur" Professionnel Stage "*" -- "1 lieu" Entreprise:" " Stage "1 " -- "*" Visite Professeur "1" -- " * " Visite Professeur " * " -- " * " Discipline Division "*" -- "0..1" Niveau Professionnel "0..*" -left-- "0..1" Entreprise:" " Division " * " -- "*" Stage Individu <|-- Eleve Individu <|-- Professeur Individu <|-- Professionnel @enduml
3a4755f0fe0d97781f99df68cb802f8e320387c9
1606e13df21188e4f1d3683a5026cff8373e9498
/restaurants.plantuml
3436039ad0a9fa31f0c3cd8ecf528e34257dcb2a
[]
no_license
taffanie/W2D2-Restaurant
37a902753177ac23dbfac78341b9011531141111
a26efe2d5a77041fb08173c127f89136a87533cd
refs/heads/main
2022-12-29T16:34:12.138877
2020-10-15T21:20:54
2020-10-15T21:20:54
303,431,548
0
0
null
null
null
null
UTF-8
PlantUML
false
false
551
plantuml
' OPTION + D to run @startuml class Restaurant { id Integer name String menus Array<Menu> -- addMenu(<Menu>) deleteMenu(<Menu>) } class Menu { id Integer title String items Array<Item> -- addItem(<Item>) deleteItem(<Item>) } class Item { id Integer name String price Float createItem(<Name>, <Price>) deleteItem(<Item>) } Restaurant --{ Menu Menu --{ Item @enduml ' Restaurant has many menus ' Menu has many items ' Menu belongs to Restaurant ' Item belongs to Menu
8bfe3529d55bb3337b55ae7372f43e695268d6f0
1db2b897f06c6dcc14dc591af85591c08860cbcf
/documentation/design.puml
3f1d0caaf3ffa15725c16d97ee1da0bc8436c83d
[]
no_license
braccolucianoj/TEG
bb9de9860f3662e6ea3be7219007f1a3219d6bff
296c067889694f8d2b6aeac5ca108da90cbdf334
refs/heads/develop
2023-08-21T01:21:29.577153
2021-10-20T23:16:15
2021-10-20T23:16:15
339,583,339
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,887
puml
@startuml Design skinparam linetype ortho enum GameStatus enum GameRoundStatus enum GameEventType { Attack Defense GetCountryCard UseCountryCard SwapCardsArmy GainContinet LoseContinent ArmyAdditionEnd } enum GameEventType enum CountryType { Attack Defense GainContinet LoseContinent Swap } enum RoundSituation { Nieve VientoAFavor FronterasCerradas FronterasAbiertas Crisis RefuerzosExtra Decanso } class AppUser { id: string firstName: string lastName: string username: string email: string birthDate: date password: string passwordSalt: string imageURL: string } class Game { id: string createdAt: timestamp status: GameStatus public: boolean; } class Goal { id: string name: string functionCheckerName: string description: string } class GameRound { id: string round: number createdAt: timestamp status: GameRoundStatus situation: RoundSituation usersOrder: string[] user_turn: sitnrg } class GameEvent { id: string player: User type: GameEventType info: JSON createdAt: Date } class GameCountry { id: string name: string alpha2: string continent: string countryType: string } class PlayerGameInfo { id: string color: string ContinentCardsUsed: [string] } class CountryGameOccupation { player: User occupation: number[] } <> diamond ' Relationships Game "1" -left- "*" GameRound Game "*" -right- "*" GameCountry Game "1" -down- "*" diamond AppUser "1" -left- "*" diamond PlayerGameInfo "1" -right- "1" diamond Goal "1" -up- "*" diamond ' (AppUser,Game) "1" -left- "1" PlayerGameInfo Game "1" -up- "*" GameEvent :history ' (Game, AppUser) "*" .. "*" PlayerGameInfo CountryGameOccupation "*" .. "*" (GameCountry, Game) @enduml
8e9a82f45baf9527a43c0816645cbd4023da50a8
b04798f76397d0f54050ed8fd5fdc94aa249390e
/src/edu/ub/informatica/disseny/stub/stub.plantuml
d7f97306d7904e83b5adaa3cb7c02220822f8a79
[]
no_license
DisenyDeSoftware/Lliurament3
a230a00159c0c77bb163b2113caaa3caace56c13
7ac1af11e1d8a17158e1735ff329f7e3d8705f2c
refs/heads/master
2020-04-10T07:17:02.535762
2018-12-07T21:40:56
2018-12-07T21:40:56
160,876,858
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,936
plantuml
@startuml title __STUB's Class Diagram__\n interface DAO_STUB { {abstract} + loadSerie() {abstract} + loadTemporada() {abstract} + loadEpisodi() {abstract} + loadArtista() {abstract} + loadProductora() {abstract} + loadAdmin() {abstract} + loadClient() {abstract} + loadSubscripcio() {abstract} + loadVisualització() {abstract} + loadValoracio() } class DAO_XML { - serie : String - temporada : String - admin : String - client : String - episodi : String - valoracio : String - productora : String - artista : String - subscripcio : String - visualitzacio : String + DAO_XML() + obtenirDades() + loadSerie() + loadTemporada() + loadEpisodi() + loadArtista() + loadProductora() + loadValoracio() + loadAdmin() + loadClient() + loadSubscripcio() + loadVisualització() + getSerie() + getTemporada() + getClient() + getAdmin() + getEpisodi() + getValoracio() + getProductora() + getArtista() + getSubscripcio() + getVisualitzacio() } class STUBXMLParser { + STUBXMLParser() + parse() - obtenirSeries() - obtenirProductora() - obtenirArtistes() - obtenirTemporades() - obtenirEpisodis() - obtenirValoracions() - obtenirAdministradors() - obtenirClients() - obtenirSubcripcions() - obtenirVisualitzacions() } DAO_XML -up-|> DAO_STUB STUBXMLParser o-- DAO_XML : daoXml right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
c4823c3ea8d86418d59f3ffacec89ce2f780d908
74cb674dc7b9c3f65f6ab08fc5ad3a43c3bf12d3
/Offline 2/Problem 2/src/language/language.plantuml
7d2f9ef51703fb551382f7d522cdb0953953b379
[]
no_license
zarif98sjs/CSE-308-Software-Engineering
a9759bbee2ea0647eae2ea677d08741293a1cc14
515015a40c10d916d5089f11784b4ff75319fcbd
refs/heads/main
2023-06-27T05:57:00.443594
2021-07-28T13:57:32
2021-07-28T13:57:32
344,690,362
2
1
null
null
null
null
UTF-8
PlantUML
false
false
1,236
plantuml
@startuml title __LANGUAGE's Class Diagram__\n namespace language { class language.C { + create() + createParser() + toString() ~ C() } } namespace language { class language.CPP { + create() + createParser() + toString() ~ CPP() } } namespace language { interface language.Language { {abstract} + create() {abstract} + createParser() {abstract} + toString() } } namespace language { class language.LanguageStaticFactory { {static} + getLanguage() } } namespace language { class language.Python { + create() + createParser() + toString() ~ Python() } } language.C .up.|> language.Language language.C o-- language.parser.Parser : parser language.CPP .up.|> language.Language language.CPP o-- language.parser.Parser : parser language.Python .up.|> language.Language language.Python o-- language.parser.Parser : parser right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
78957a0be5138bcf13574a4136242128423fb49d
c3287e91ce0ebce396cd3966de3d2f7d90131c20
/Plantuml/BL/ExporterImporter/TourExporterImporter.puml
a7618cf09b89d163f090d66a933a14799dc93024
[]
no_license
kretmatt/SWE2-Tourplanner
497ec2e888112bd3d67a0f2b97e7c1e8e0348371
f064500ae5b913b00671f358a586011affcdaf00
refs/heads/main
2023-05-12T11:48:29.605417
2021-06-06T21:53:11
2021-06-06T21:53:11
341,115,114
0
0
null
null
null
null
UTF-8
PlantUML
false
false
435
puml
@startuml class TourExporterImporter { + TourExporterImporter() - ExportPicture(originalLocation:string, exportLocation:string) : void + Export(tours:List<Tour>) : Task + Import(filePath:string) : Task<List<Tour>> } class "IExporterImporter`1"<T> { } "IExporterImporter`1" "<Tour>" <|-- TourExporterImporter TourExporterImporter --> "tourPlannerConfig" ITourPlannerConfig TourExporterImporter --> "logger" ILog @enduml
f3b31dae71bb5df4212c7fc976988ae20c15313f
9f502f8b175288882975a4bb26fa2ae89d0f9734
/shaper/plant.puml
e8939087d2037defea33f4ad15d461d059cd839f
[]
no_license
gonsovsky/job
97f5e37a721f3db943357b7a6e81c9ff07331c6f
0855e6d98913f03a3e2dbba34ec7faba57a3a827
refs/heads/main
2023-01-08T19:05:20.980237
2020-10-27T15:52:05
2020-10-27T15:52:05
306,627,086
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,741
puml
@startuml interface Запрос { +Заголовок +Данные +ID } interface Сегмент { +Данные +Индекс +ID запроса } Запрос o-- Сегмент class Клиент { +Хост:Порт +Пост() } class Коцнентратор { +Порт +Слушать() #Сохранить(Запрос) } class Отстойник { -Сегменты: Сегмент[1..*] +Сохранить(Запрос) #Разделать(Запрос) +ВыдатьСегмент() -Самоочистка() } class Диспенсер { +Хост:Порт +Пост() #ВзятьСегмент() #ОтправитьСегмент() } interface Стекер { +Порт +Слушать() #ПолучитьСегмент() #Сохранить(Сегмент) } interface Склад { -Сегменты: Сегмент[1..*] +Уложить(Сегмент) #ВосстановитьЗапрос() } interface Шаттл { +Хост:Порт +Пост() #ВзятьЗпрос() #ОтправитьЗапрос() } interface Сервер { +Порт +Слушать() } Клиент ..> Коцнентратор : Переправка запроса Коцнентратор ..> Отстойник : Сброс запроса Диспенсер ..> Отстойник : Выемка Сегмента Диспенсер ..> Стекер : Отправка Сегмента Стекер ..> Склад : Укладка Сегмента Шаттл ..> Склад : Восстановление запроса Шаттл ..> Сервер : Отправка запроса @enduml
256765a600a1d44e9c424a4a8cbcbc10b8df097f
c85d255daca76e76b7073e0a288849be195b214e
/app/src/main/java/com/architectica/socialcomponents/main/editProfile/createProfile/createProfile.plantuml
d924e04fdc7fb0f8597c286a223217b7d07a81fc
[ "Apache-2.0" ]
permissive
AryaAshish/Archcrony
75bb4646d938b2da11721aff0dde11ad49f4a357
3cf972c48e900d513d53ebed857373741c1969b5
refs/heads/master
2020-04-29T12:34:32.168647
2019-08-01T12:56:05
2019-08-01T12:56:05
176,141,477
1
3
Apache-2.0
2019-08-01T12:56:06
2019-03-17T18:16:12
Java
UTF-8
PlantUML
false
false
1,932
plantuml
@startuml title __CREATEPROFILE's Class Diagram__\n namespace com.architectica.socialcomponents { namespace main.editProfile { namespace createProfile { class com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfileActivity { {static} + LARGE_IMAGE_URL_EXTRA_KEY : String + createPresenter() + onCreateOptionsMenu() + onOptionsItemSelected() + setDefaultProfilePhoto() # initContent() # onCreate() } } } } namespace com.architectica.socialcomponents { namespace main.editProfile { namespace createProfile { class com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfilePresenter { + buildProfile() # onProfileUpdatedSuccessfully() ~ CreateProfilePresenter() } } } } namespace com.architectica.socialcomponents { namespace main.editProfile { namespace createProfile { interface com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfileView { {abstract} + setDefaultProfilePhoto() } } } } com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfileActivity .up.|> com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfileView com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfileActivity -up-|> com.architectica.socialcomponents.main.editProfile.EditProfileActivity com.architectica.socialcomponents.main.editProfile.createProfile.CreateProfilePresenter -up-|> com.architectica.socialcomponents.main.editProfile.EditProfilePresenter right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
a3d989395b98c58f294207ba302431ac0f111f15
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/TypeRemoveFieldDefinitionAction.puml
6738390d3efc803259f49c229f482e2f4aac0d71
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
450
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface TypeRemoveFieldDefinitionAction [[TypeRemoveFieldDefinitionAction.svg]] extends TypeUpdateAction { action: String fieldName: String } interface TypeUpdateAction [[TypeUpdateAction.svg]] { action: String } @enduml
5d16d762ba8cd28d255e383a15145ee049419443
01cf293a1b781ae355c4c8eb8409a6e1c85428e9
/7.BaseDatos/docs/diagrams/src/Analisis/paquetesViews.plantuml
ef1c340ed2d03d7dd428e82da95b18c0750c9098
[]
no_license
EnriqueCF/requirements
fe59445d677f9bae4262950cbd9ab61688e90013
8afdff6df115f97585ff980abe253d4da387de90
refs/heads/master
2023-06-13T23:42:22.698560
2021-07-11T18:59:59
2021-07-11T18:59:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,804
plantuml
@startuml packageViews class Coordinate as "types.\nCoordinate" enum Error as "types.\nError" enum Color as "types.\nColor" class StartController as "controllers.\nStartController" class PlayController as "controllers.\nPlayController" class ResumeController as "controllers.\nResumeController" class UndoController as "controllers.\nUndoController" class RedoController as "controllers.\nRedoController" class OpenController as "controllers.\nOpenController" class SaveController as "controllers.\nSaveController" class ExitController as "controllers.\nExitController" class views.BoardView{ ~ write(StartController) } class views.ErrorView{ ~ writeln(Error) } class views.PlayView{ ~ play(PlayController) } class views.ResumeView{ ~ resume(ResumeController): boolean } class views.StartView{ ~ start(StartController) } class views.MovementView{ ~ interact() } class views.ColorView{ ~ write(Color) } class views.SaveView{ ~ save(SaveController) } class views.OpenView{ ~ interact(OpenController) } enum views.Message{ +TITLE +HORIZONTAL_LINE +VERTICAL_LINE +ACTION_COMMAND +UNDO_COMMAND +REDO_COMMAND +ENTER_COORDINATE_TO_PUT +COORDINATE_TO_PUT +COORDINATE_TO_REMOVE +COORDINATE_TO_MOVE +PLAYER_WIN +RESUME +OPEN +SAVE ~ writeln() ~ write() } class views.PlayerView{ } class views.MenuView{ ~ write(PlayController) } class views.CoordinateView{ ~ read(): Coordinate } views.PlayerView *-down-> views.StartView views.PlayerView *-down-> views.PlayView views.PlayerView *-down-> views.SaveView views.SaveView *-down-> views.Message views.SaveView *-down-> SaveController views.PlayerView *-down-> views.ResumeView views.StartView ..> views.Message views.StartView ..> views.BoardView views.StartView ..> views.OpenView views.OpenView ..> OpenController views.OpenView ..> views.Message views.StartView -down-> StartController views.BoardView ..> views.ColorView views.BoardView ..> views.Message views.PlayView ..> views.Message views.PlayView ..> views.BoardView views.PlayView ..> views.MenuView views.MenuView ..> views.MovementView views.MenuView .down.> PlayController views.MenuView .down.> UndoController views.MenuView .down.> RedoController views.MenuView .down.> ExitController views.MovementView ..> views.ErrorView views.ResumeView ..> views.Message views.ResumeView -down-> ResumeController views.BoardView .down.> Coordinate views.MovementView .down.> Coordinate views.BoardView .down.> StartController views.BoardView .down.> Color views.MovementView .down.> Error views.ErrorView .down.> Error views.PlayView -down-> PlayController views.ColorView .down.> Color views.CoordinateView .down.> Coordinate views.MovementView ..> views.CoordinateView @enduml
2105a54b8da35014d1918694a7e18677b78d1ae2
14c81e0536c0acb652aed9a4bf27dcbe88d35295
/src/main/java/ex44/ex44.puml
0c97454bf7f608aa81e1fb0f98398177eb558853
[]
no_license
CailaC/Coates-cop3330-assignment3
117da996a9cc71762df87e733373a4bf98188d7d
b1fd83951c7de053f8560945ff14ff1ba4289eca
refs/heads/master
2023-08-12T07:00:18.413124
2021-10-12T03:48:49
2021-10-12T03:48:49
414,608,929
0
0
null
null
null
null
UTF-8
PlantUML
false
false
121
puml
@startuml 'https://plantuml.com/class-diagram class Main44 { +main() --- +findProduct() ---- +question(); } @enduml
fa6fc58209c1ba14d503d8df4325e0aa341de451
2658a42eb6bbcc140cae19c1120864277f893b2f
/documentation/src/orchid/resources/assets/diagrams/atom.puml
ba840382f72063901a8423c15670ed656e2ab4a0
[ "Apache-2.0" ]
permissive
tuProlog/2p-kt
0935dbeb88272f79df1ebbd2339767bccc8ecfa4
6510ea0414985b708dd492ee240727f2e261176c
refs/heads/master
2023-08-17T18:41:12.310798
2023-07-19T10:34:16
2023-07-19T13:13:27
230,784,338
84
15
Apache-2.0
2023-09-13T22:49:25
2019-12-29T17:51:34
Kotlin
UTF-8
PlantUML
false
false
642
puml
@startuml left to right direction skinparam shadowing false interface Term { + isGround: Boolean + variables: Sequence<Var> + equals(other: Any): Boolean + structurallyEquals(other: Term): Boolean + freshCopy(): Term + toString(): String } interface Constant { + value: Any } interface Struct { + functor: String + arity: Int + args: Array<Term> + indicator: Indicator + get(index: Int): Term + {static} of(functor: String, **varargs** args: Term): Struct } interface Atom { + value: String + {static} of(value: String): Atom } Term <|-- Struct Term <|-- Constant Constant <|-- Atom Struct <|-- Atom @enduml
f0bea4049ed9f90941d2595aed755b4ae96dbe35
af74ee350ec78d79e2dd5574bad5bd14ed3c8926
/app/src/main/java/todoc_class_diagram.plantuml
57e86d317c91ae81a39bebfe9b1b42780402db15
[]
no_license
edescamps/Todoc
1ee958a8009cfba3fa45dbe643a5dfc9fc61b1fa
bfb2b94cb21b6f8b16a81afadaaa1baf67f14135
refs/heads/master
2022-11-10T14:04:31.583178
2020-06-20T21:20:47
2020-06-20T21:20:47
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,157
plantuml
@startuml title __TODOC's Class Diagram__\n namespace com.cleanup.todoc { namespace viewmodel { class com.cleanup.todoc.viewmodel.TaskViewModel { - executor : Executor - projectDataSource : ProjectDataRepository - taskDataSource : TaskDataRepository - sortTaskList : SortTaskList + TaskViewModel() + addTask() + deleteTask() + getProjects() + getTaskSorted() } } namespace model { class com.cleanup.todoc.model.Project { - color : int - id : long - name : String + Project() + getColor() + getId() + getName() + setColor() + setId() + setName() + toString() - Project() } class com.cleanup.todoc.model.Task { - creationTimestamp : long - id : long - name : String - projectId : long + Task() + getCreationTimestamp() + getId() + getName() + setId() + setProjectId() - setCreationTimestamp() - setName() } } namespace ui { class com.cleanup.todoc.ui.MainActivity { - projectList : List<Project> - taskList : List<Task> + onCreate() + onCreateOptionsMenu() + onDeleteTask() + onOptionsItemSelected() - addTask() - configureViewModel() - getAddTaskDialog() - getProjectList() - getTaskSorted() - getTasksAZ() - getTasksNewOld() - getTasksOldNew() - getTasksZA() - onAddTaskPositiveButtonClick() - populateDialogSpinner() - showAddTaskDialog() - updateAdapter() - updateProjects() - updateTasks() } class com.cleanup.todoc.ui.TasksAdapter { - projects : List<Project> - tasks : List<Task> + getItemCount() + onBindViewHolder() + onCreateViewHolder() ~ TasksAdapter() ~ updateTasks() } } namespace repositories { class com.cleanup.todoc.repositories.TaskDataRepository { + TaskDataRepository() + addTask() + deleteTask() + getTasks() + getTasksAZ() + getTasksNewOld() + getTasksOldNew() + getTasksZA() } class com.cleanup.todoc.repositories.ProjectDataRepository { + ProjectDataRepository() + getAllProjects() } } namespace database { abstract class com.cleanup.todoc.database.TodocDatabase { {static} - INSTANCE : TodocDatabase {static} + getInstance() {abstract} + projectDao() {abstract} + taskDao() {static} - prepopulateDatabase() } namespace dao { interface com.cleanup.todoc.database.dao.ProjectDao { {abstract} + getAllProjects() } interface com.cleanup.todoc.database.dao.TaskDao { {abstract} + deleteTask() {abstract} + getTasks() {abstract} + getTasksAlphabeticalAZ() {abstract} + getTasksAlphabeticalZA() {abstract} + getTasksNewToOld() {abstract} + getTasksOldToNew() {abstract} + insertTask() } } } namespace injections { ' class com.cleanup.todoc.injections.Injection { ' {static} + provideExecutor() ' {static} + provideProjectDataSource() ' {static} + provideTaskDataSource() ' {static} + provideViewModelFactory() ' } class com.cleanup.todoc.injections.ViewModelFactory { - executor : Executor + ViewModelFactory() + create() } } ' com.cleanup.todoc.injections.ViewModelFactory .up.|> androidx.lifecycle.ViewModelProvider.Factory com.cleanup.todoc.injections.ViewModelFactory o- com.cleanup.todoc.repositories.ProjectDataRepository : projectDataSource com.cleanup.todoc.injections.ViewModelFactory o- com.cleanup.todoc.repositories.TaskDataRepository : taskDataSource ' com.cleanup.todoc.database.TodocDatabase ---up-|> androidx.room.RoomDatabase ' com.cleanup.todoc.viewmodel.TaskViewModel -up-|> androidx.lifecycle.ViewModel com.cleanup.todoc.viewmodel.TaskViewModel o-- com.cleanup.todoc.repositories.ProjectDataRepository : projectDataSource com.cleanup.todoc.viewmodel.TaskViewModel o-- com.cleanup.todoc.repositories.TaskDataRepository : taskDataSource ' com.cleanup.todoc.ui.MainActivity .up.|> com.cleanup.todoc.ui.TasksAdapter.DeleteTaskListener ' com.cleanup.todoc.ui.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity com.cleanup.todoc.ui.MainActivity o-- com.cleanup.todoc.ui.TasksAdapter : adapter com.cleanup.todoc.ui.MainActivity o-- com.cleanup.todoc.viewmodel.TaskViewModel : taskViewModel com.cleanup.todoc.ui.MainActivity o-- com.cleanup.todoc.injections.ViewModelFactory : mViewModelFactory ' com.cleanup.todoc.ui.TasksAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter ' com.cleanup.todoc.ui.TasksAdapter o-- com.cleanup.todoc.ui.TasksAdapter.DeleteTaskListener : deleteTaskListener ' com.cleanup.todoc.ui.TasksAdapter +-down- com.cleanup.todoc.ui.TasksAdapter.DeleteTaskListener ' com.cleanup.todoc.ui.TasksAdapter +-down- com.cleanup.todoc.ui.TasksAdapter.TaskViewHolder ' com.cleanup.todoc.ui.TasksAdapter.TaskViewHolder -up-|> androidx.recyclerview.widget.RecyclerView.ViewHolder ' com.cleanup.todoc.ui.TasksAdapter.TaskViewHolder o-- com.cleanup.todoc.ui.TasksAdapter.DeleteTaskListener : deleteTaskListener com.cleanup.todoc.repositories.ProjectDataRepository o-- com.cleanup.todoc.database.dao.ProjectDao : projectDao com.cleanup.todoc.repositories.TaskDataRepository o-- com.cleanup.todoc.database.dao.TaskDao : taskDao @enduml
56d89938411e403d9e4578819d84c38bce4b728a
5c415270a84b05da7de1098123f86e2e7538ed63
/uml/ex_final/schema.puml
91311c11b1fb1a1e19af055af1760b4d8f8899da
[]
no_license
maxime-bambara/php-poo-learning
9ab934fc60a046cb3693af551ab87d0581e1f1d0
38098553777fbfa15367706fb6637636ebf0b3f0
refs/heads/master
2023-02-11T13:07:19.012140
2021-01-12T09:00:43
2021-01-12T09:00:43
328,599,965
0
0
null
null
null
null
UTF-8
PlantUML
false
false
504
puml
@startuml Player o-- Card Card *--CardDeck class Player { - cards : array - money : int + draw(card) + checkIfWin() : bool + win() : void + loose() : void + getMoney() : int + getCards() : array } class Card { - figure : int - color : string - type : string + __construct(figure, color, type) + getFigure() : int + getColor() : string + getType() : string } class CardDeck { - cards : array +getCards() +setCards() } @enduml
44418710d82677cf127a32a8f6527186452bc4ed
410ddebef110899fc5cf2c554f67720bfa26be19
/Diagrams/SoftwareArchitectureDocument/Decision_relationship_view.puml
411cef2706f29150b0ff94a9e513bbc2cebb3192
[]
no_license
ReddingsbrigadeDeventer/Documentation
4196d3fdebdb77c55aaa4d2767ba3c9eb32f7dcf
23c244837ba299fcb384be1956fa113cd54e65d4
refs/heads/master
2022-11-18T07:31:24.546473
2020-07-21T20:15:42
2020-07-21T20:15:42
260,764,291
0
0
null
null
null
null
UTF-8
PlantUML
false
false
650
puml
@startuml hide empty members hide circle skinparam class { BackgroundColor<<Decided>> #028A0F BackgroundColor<<Rejected>> #E3242B } !procedure decided($name, $description) class $name <<Decided>> { $description } !endprocedure !procedure rejected($name, $description) class $name <<Rejected>> { $description } !endprocedure class Serverside_Programmeertaal decided("PHP", "PHP 7.4 wordt gebruikt als taal om\nde applicatie in te schrijven") Serverside_Programmeertaal <-- PHP class "Front-end Styling Taal" decided("SCSS", "SCSS wordt gebruikt voor\nde opmaak van de applicatie") "Front-end Styling Taal" <-- SCSS @enduml
72dc7e505b34ea3d4e467c330bf2c8239a644277
3a2f557271daa7744529f6d50e53220a506190bf
/doc/CreditCard.plantuml
5a9ab25383c7a4315c7265113d6cf759f73beef9
[]
no_license
FlorianMarcon/BankModels
0bcba14a7fa260d7cc37a5ce972cad16e9d6c531
e3fafd273da7724eaaac083cf22ca00d7c90ce82
refs/heads/master
2022-12-29T00:57:05.129521
2020-10-10T12:04:27
2020-10-10T12:04:27
254,835,886
0
0
null
2020-04-18T11:58:04
2020-04-11T09:40:38
TypeScript
UTF-8
PlantUML
false
false
293
plantuml
@startuml enum CCTypes { VIRTUAL_STRIPE: VIRTUAL_STRIPE PHYSICAL_STRIPE: PHYSICAL_STRIPE PHYSICAL: PHYSICAL } class CreditCard { _id : ID numbers : String ccv : String expiration : Date type : CCTypes idBankAccount : ID idUser : ID } CreditCard::type -> CCTypes @enduml
a2a1c581a3ffcf35b8a94e0e2c8661c6cd8a9863
36d38c0cb484be32804b3c8dec545cb70e2c3732
/test6/src/Class.puml
3601019fd64ba97778b001858b6058e58c46f847
[]
no_license
FateBerserker/is_analysis
c82855b77e2161c09bd56faadf4d1891c5ed3d14
c905d9aae7a23fa15d54e6b7e3b6aad9b5af5fd9
refs/heads/master
2021-06-25T00:37:55.797591
2019-03-29T08:04:44
2019-03-29T08:04:44
125,831,575
1
4
null
null
null
null
UTF-8
PlantUML
false
false
2,062
puml
@startuml class University{ id 学校的Id值 code 学校代码 name 学校名字 location 学习所在地址 level 学校等级 headmaster 校长名字 } class Academy{ id 学院ID值 name 学院名字 universityId 学校的Id值 } class Account{ id 账号的主键Id值 universityId 学校表的Id值 account 登录账号 password 密码MD5加密 role 角色分类 isAlive 是否可用 } class Class{ id 班级的Id值 size 该班学生总数 academyId 学院Id值 major 专业 grade 年级 classNo 班级数 } class Student { id 学生信息主键 studentNo 学号 accountId 账号表的Id值 name 学生姓名 sex 性别 age 年龄 classId 所属班级Id值 } class Teacher{ id Id值 accountId 账号表的Id值 teacherNo 教师编号 name 姓名 sex 性别 age 年龄 position 职称 degree 学历 } class Course{ id 课程的Id值 code 课程代码 name 课程名字 learnHours 学时 universityId 学校Id } class Teacher_Course_Student{ id Id值 teacherId 教师Id值 studentId 学生Id值 courseId 课程Id值 startTime 开课时间 totalTestScore 实验总分 } class Test{ id 实验Id值 name 实验名字 number 实验几 time 发布的时间 desc 实验描述 courseId 课程Id值 } class TestSub{ id Id值 limitScore 最高可得分 kind 评分项 testId 实验Id值 } class TestScore{ id Id值 score 实验得分 number 第几次实验 time 评分日期 courseId 课程Id值 studentId 学生Id值 } class TestSub_TestScore{ id Id值 trueScore 实际得分 mark 评语 testSubId 小评分项的Id值 testScoreId 某次实验得分的Id值 } Academy "*" --"1" University Account "*" -- "1" University Account "1" -- "1" Student Account "1" -- "1" Teacher Class "1" -- "*" Student Teacher_Course_Student "1" -- "1" Student Teacher_Course_Student "*" -- "1" Teacher Teacher_Course_Student "*" -- "1" Course Test "*" --"1" Course TestSub "*" --"1" Test Student "1"--"*" TestScore TestScore "*" --"1" Course TestSub_TestScore "*" --"1" TestScore TestSub_TestScore "1" --"1" TestSub @enduml
c9d4bdc22c3e5d151d2dc08e4697e27a321cc4f9
9e2bad8a08fad0b5995468f3b2008c6e62c96376
/plantuml/ReactProject.Data/Migrations/20200321060522_ValueEntityRemoved.puml
de5681f9b25cab499754d91b0d93adda3da48882
[]
no_license
mrady9280/ReactProject
6b487031ac17b3c0cc5eef7af00e5ddf403ddd47
1e287b9677dbbaf686b4b22e98399333f713c6a2
refs/heads/master
2022-12-10T19:47:18.886064
2020-03-26T03:29:40
2020-03-26T03:29:40
248,903,137
0
0
null
2022-12-08T10:00:03
2020-03-21T03:58:40
C#
UTF-8
PlantUML
false
false
93
puml
@startuml class ValueEntityRemoved <<partial>> { } Migration <|-- ValueEntityRemoved @enduml
d157530af7306751be4d1f9469884fbf3e8025fd
d16b8d473ee4aaa58c552af6dc2c8fc0354ada30
/docs/uml/one-to-one-one-way-relation.puml
e378bf1826358303c92d1314db188f8539a529f6
[]
no_license
walbatrossw/jpa-study
86e41d02d9a30f5a8a6a98adfa29aa4a3b6e3365
9d0fef55c84bba793105b8bc2b1c299a73d5c250
refs/heads/master
2021-01-22T19:42:39.050339
2019-05-03T08:53:44
2019-05-03T08:53:44
100,713,388
0
1
null
null
null
null
UTF-8
PlantUML
false
false
576
puml
@startuml title 일대일 메인 테이블에 외래키 - 단방향 객체, 테이블 연관관계 class Member { - id : String - username : String - locker : Locker } class Locker { - id : String - Name : String } Member "1" --> "1" Locker !define table(x) class x << (T,#FFAAAA) >> !define primary_key(x) <b>x</b> !define foreign_key(x) <u>x</u> hide methods hide stereotypes table(MEMBER) { primary_key(MEMBER_ID) foreign_key(LOCKER_ID) USERNAME } table(LOCKER) { primary_key(LOCKER_ID) NAME } MEMBER |o--o| LOCKER @enduml
031bdfb2a1cd1f2d3c5bb3e955ec96f68c42fd16
3c74f15950bd77d3bd52220e9d2972f769e54bc0
/Diagramme/Klassen/TinyTasksDashboard/Dashboard.puml
72119a7d90823713dc776997665c6af44b60c1ad
[]
no_license
Louis9902/Sosse19-SE
eff56539eed3e27e24342341356228ce5de7bd7c
6c146a6808781acbc6bf4e43157e2294013e65a3
refs/heads/master
2020-05-03T20:59:21.361284
2019-06-20T16:01:10
2019-06-20T16:01:10
178,814,946
2
0
null
2019-06-11T15:17:16
2019-04-01T08:05:57
C#
UTF-8
PlantUML
false
false
693
puml
@startuml class Dashboard <<partial>> { - <<readonly>> manager : Workers - <<readonly>> workers : IDictionary<Guid, IWorker> + Dashboard() - {static} GetDefaultConfiguration() : string - {static} InitializeLogger() : void - {static} HandleLoggerMessage(message:string) : void - LoadWorkers() : void - SaveWorkers() : void - ViewRefresh() : void - ShowWorker(worker:IWorker) : void - OnFormLoading(sender:object, args:EventArgs) : void - OnFormClosing(sender:object, args:FormClosingEventArgs) : void - OnCellClick(sender:object, args:DataGridViewCellEventArgs) : void - {static} DialogWorkerType(group:Guid, label:Guid) : bool } @enduml
2b7f378eefeaf684891ed6d1f606e57d3e9a6fe9
31ef7a78855b0fb0e9644dd61907e0c811b0daf6
/thesis/logic-formula-generator/fol/cnf_generator_overview.puml
fbbdefb975f36cf038d497cd300b6a5b61013427
[]
no_license
Przemcom/studio_projektowe1
f7d57affe30324c0d1470e719a05d8efd92fc701
a6418b164ee76b7dcb9c3287fb05ace1a79c13d3
refs/heads/master
2021-06-14T20:36:30.730708
2021-03-29T18:33:24
2021-03-29T18:33:24
179,491,905
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,466
puml
@startuml skinparam dpi 300 skinparam class { backgroundColor Ivory borderColor DarkRed } package Generator { package GeneratorPresets { note "Combines SubGenerators into one" as N1 class RandomFormulaGenerator { } } package SubGenerators { note "SubGenerators provides elements of SyntaxTree in required form" as N2 /' note "SubGenerators are classes that generate\nspecyfic element of syntax tree" as N '/ /' CNFClauseGenerator o-- LiteralGenerator '/ /' LiteralGenerator o-- AtomGenerator '/ /' AtomGenerator o-- Predicategenerator '/ /' AtomGenerator o-- VariableGenerator '/ /' AtomGenerator o-- FunctorGenerator '/ /' Predicategenerator o-- VariableGenerator '/ /' Predicategenerator o-- FunctorGenerator '/ /' VariableGenerator -o FunctorGenerator '/ } package SyntaxTree { note "CNFFormula, CNFClause, Literal, Atom, Predicate, Functor and Variable" as N3 /' CNFFormula o-- CNFClause '/ /' CNFClause o-- Literal '/ /' Literal o-- Atom '/ /' Atom o-- Predicate '/ /' Atom o-- Variable '/ /' Predicate o-- Variable '/ /' Predicate o-- Functor '/ /' Functor --o Atom '/ /' Functor o-- Variable '/ } GeneratorPresets -- SubGenerators SubGenerators -- SyntaxTree } InputParams ()-- RandomFormulaGenerator note right on link: User defined paramenters for generator RandomFormulaGenerator -() Formula note right on link: Formula in memory @enduml
36d03259e4f8cfc40d60a591b7fb8447a1c64f37
037106db8696dbb32953a5a3d9b8953ae830aa66
/static/diagrams/hessian-architecture.puml
75a1282612dcb776983edb90a90e0011d1c4f40d
[ "Apache-2.0" ]
permissive
diguage/www.diguage.com
05dda5721dc85a28423b6930cee382c7236f3bf7
c154ee72ecaf4a330268760746e35da4f5f30ad7
refs/heads/master
2023-07-06T18:18:41.282079
2023-06-30T02:10:19
2023-06-30T02:10:19
216,299,477
0
3
null
null
null
null
UTF-8
PlantUML
false
false
4,071
puml
@startuml title **Hessian 架构** abstract class AbstractHessianInput class Hessian2Input extends AbstractHessianInput implements Hessian2Constants { #SerializerFactory _defaultSerializerFactory #SerializerFactory _serializerFactory; +setSerializerFactory(SerializerFactory factory) +SerializerFactory getSerializerFactory() #SerializerFactory findSerializerFactory() } Hessian2Input "1" o-- "1" SerializerFactory abstract class AbstractHessianOutput { -SerializerFactory _defaultSerializerFactory #SerializerFactory _serializerFactory +setSerializerFactory(SerializerFactory factory) +SerializerFactory getSerializerFactory() #SerializerFactory findSerializerFactory() } AbstractHessianOutput "1" o-- "1" SerializerFactory class Hessian2Output extends AbstractHessianOutput implements Hessian2Constants abstract class AbstractSerializerFactory { +{abstract} Serializer getSerializer(Class cl) +{abstract} Deserializer getDeserializer(Class cl) } class SerializerFactory extends AbstractSerializerFactory { -{static} WeakHashMap<ClassLoader, SoftReference<SerializerFactory>> _defaultFactoryRefMap -ContextSerializerFactory _contextFactory #Serializer _defaultSerializer #ArrayList<SerializerFactory> _factories #CollectionSerializer _collectionSerializer #MapSerializer _mapSerializer -Deserializer _hashMapDeserializer -Deserializer _arrayListDeserializer -ConcurrentHashMap<Class, Serializer> _cachedSerializerMap -ConcurrentHashMap<Class, Deserializer> _cachedDeserializerMap -HashMap<String, Deserializer> _cachedTypeDeserializerMap +void addFactory(AbstractSerializerFactory factory) +{static}SerializerFactory createDefault() } interface Serializer { +void writeObject(Object obj, AbstractHessianOutput out) } abstract class AbstractSerializer implements Serializer interface Deserializer { + Class<?> getType() + boolean isReadResolve() + Object readObject(AbstractHessianInput in) + Object readList(AbstractHessianInput in, int length) + Object readLengthList(AbstractHessianInput in, int length) + Object readMap(AbstractHessianInput in) + Object[] createFields(int len) + Object createField(String name) + Object readObject(AbstractHessianInput in, Object[] fields) + Object readObject(AbstractHessianInput in, String[] fieldNames) } class AbstractDeserializer implements Deserializer Serializer "N" --o "1" ContextSerializerFactory SerializerFactory "1" o-- "N" SerializerFactory SerializerFactory "1" o-- "1" ContextSerializerFactory SerializerFactory "1" o-- "N" Serializer SerializerFactory "1" o-- "N" Deserializer Deserializer "N" --o "1" ContextSerializerFactory class ContextSerializerFactory { -{static} WeakHashMap<ClassLoader, SoftReference<ContextSerializerFactory>> _contextRefMap -{static} HashMap<String,Serializer> _staticSerializerMap -{static} HashMap<String,Deserializer> _staticDeserializerMap -ContextSerializerFactory _parent -HashMap<String, Serializer> _serializerClassMap -ConcurrentHashMap<String, Serializer> _customSerializerMap -HashMap<Class<?>, Serializer> _serializerInterfaceMap -HashMap<String, Deserializer> _deserializerClassMap -HashMap<String, Deserializer> _deserializerClassNameMap -ConcurrentHashMap<String, Deserializer> _customDeserializerMap -HashMap<Class<?>, Deserializer> _deserializerInterfaceMap +Serializer getSerializer(String className) +Serializer getCustomSerializer(Class cl) +Deserializer getDeserializer(String className) +Deserializer getCustomDeserializer(Class cl) } note right of ContextSerializerFactory::_staticSerializerMap 启动时,会将基本类型、字符串和对象的 Serializer 实现类添加到该字段中。 end note note right of ContextSerializerFactory::_serializerClassMap 创建对象时,将 _staticSerializerMap 的数据,完整添加到该字段,后续查找 Serializer,也是从该字段中查找。 end note ContextSerializerFactory "1" o-- "N" ContextSerializerFactory footer D瓜哥 · https://www.diguage.com · 出品 @enduml
e0b6b2031e4f0ffe79796e2dff42c9b294591a28
c455891bc21430e5776cd59ded5b6f82e60ce4c4
/documentation/images/plantuml/beerocks_common.iuml
1619bfd00a86595ad55813847c50c55e1bb17751
[ "BSD-2-Clause-Patent", "BSD-2-Clause" ]
permissive
DanielEdriPurpl/prplMesh
97cb160cbb168243c949208e3be8f83203e023b4
6c9f9d1773e5caf8aa906af70b2b8df92ca94139
refs/heads/master
2022-12-01T06:16:52.744465
2020-07-24T16:59:36
2020-07-27T07:27:59
282,878,666
0
0
NOASSERTION
2020-07-28T10:59:22
2020-07-27T11:32:37
null
UTF-8
PlantUML
false
false
1,496
iuml
@startuml thread_base class thread_base { +thread_base() +~thread_base() +start() +stop() #{abstract} init() #{abstract} work() -run() -worker : std::thread } class SocketSelect { +addSocket() +removeSocket() +selectSocket() +readReady() +clearReady() -sockets[] } class socket_thread { +socket_thread() +~socket_thread() +init() +work() #{abstract} handle_cmdu() #read_ready() #before_select() #after_select() #add_socket() #remove_socket() -handle_cmdu_message_uds() -unix_socket_path : string -rx_buffer[] -tx_buffer[] -sockets[] -server_socket -select : SocketSelect } thread_base --|> socket_thread socket_thread --* SocketSelect @enduml @startuml btl class thread_base class socket_thread class LocalBusInterface class Poller class transport_socket_thread { +transport_socket_thread() +~transport_socket_thread() +init() override +work() override #add_socket() override #remove_socket() override #read_ready() override #configure_ieee1905_transport_interfaces() #broker_subscribe() #broker_connect() #send_cmdu_to_broker() -broker_init() -broker_send() -handle_cmdu_message_broker() -bus : LocalBusInterface -poller : Poller } thread_base --|> socket_thread socket_thread --|> transport_socket_thread transport_socket_thread --* Poller transport_socket_thread --* LocalBusInterface @enduml
9299e72ff8ab0c19b8183fb066ae63b15808da00
3d33f4e31702fdba9b2d095dd3d91d711409264c
/class-diagram/core-container-class.puml
528dccf0f270d66a7323f3760081a3a132e9750e
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
JulienGuo/fabric-addsm
81a181dd4f91160abbd9f131d87e8c187a32c542
8a489300031d07c09f44fc0f1687793f6eaaa1c0
refs/heads/master
2021-05-04T21:27:43.690594
2018-02-02T05:43:34
2018-02-02T05:43:34
119,926,380
0
1
null
null
null
null
UTF-8
PlantUML
false
false
4,916
puml
@startuml namespace github.com\\hyperledger\\fabric\\core\\container\\ccintf { class CCID { ChaincodeSpec *pb.ChaincodeSpec NetworkID string PeerID string ChainID string Version string } } namespace github.com\\hyperledger\\fabric\\core\\container { class refCountedLock { refCount int lock *sync.RWMutex } } namespace github.com\\hyperledger\\fabric\\core\\container { class VMController { sync.RWMutex containerLocks map[string]*refCountedLock } } namespace github.com\\hyperledger\\fabric\\core\\container { class VMCResp { Err error Resp interface { } } } namespace github.com\\hyperledger\\fabric\\core\\container { class CreateImageReq { ccintf.CCID Reader io.Reader Args []string Env []string } } namespace github.com\\hyperledger\\fabric\\core\\container { class StartImageReq { ccintf.CCID Builder api.BuildSpecFactory Args []string Env []string PrelaunchFunc api.PrelaunchFunc } } namespace github.com\\hyperledger\\fabric\\core\\container { class StopImageReq { ccintf.CCID Timeout uint Dontkill bool Dontremove bool } } namespace github.com\\hyperledger\\fabric\\core\\container { class DestroyImageReq { ccintf.CCID Timeout uint Force bool NoPrune bool } } namespace github.com\\hyperledger\\fabric\\core\\container\\dockercontroller { class DockerVM { id string getClientFnc getClient } } namespace github.com\\hyperledger\\fabric\\core\\container\\inproccontroller { class inprocContainer { chaincode shim.Chaincode running bool args []string env []string stopChan chan struct { } } } namespace github.com\\hyperledger\\fabric\\core\\container\\inproccontroller { class InprocVM { id string } } namespace github.com\\hyperledger\\fabric\\core\\container\\inproccontroller { class inProcStream { recv chan *pb.ChaincodeMessage send chan *pb.ChaincodeMessage } } namespace github.com\\hyperledger\\fabric\\core\\container { class VM { Client *docker.Client } } namespace github.com\\hyperledger\\fabric\\core\\container\\api { interface VM { Deploy(ctxt context.Context,ccid ccintf.CCID,args []string,env []string,reader io.Reader)error Start(ctxt context.Context,ccid ccintf.CCID,args []string,env []string,builder BuildSpecFactory,preLaunchFunc PrelaunchFunc)error Stop(ctxt context.Context,ccid ccintf.CCID,timeout uint,dontkill bool,dontremove bool)error Destroy(ctxt context.Context,ccid ccintf.CCID,force bool,noprune bool)error GetVMName(ccID ccintf.CCID)(string,error) } } namespace github.com\\hyperledger\\fabric\\core\\container\\ccintf { interface ChaincodeStream { Send(*pb.ChaincodeMessage)error Recv()(*pb.ChaincodeMessage,error) } } namespace github.com\\hyperledger\\fabric\\core\\container\\ccintf { interface CCSupport { HandleChaincodeStream(context.Context,ChaincodeStream)error } } namespace github.com\\hyperledger\\fabric\\core\\container { interface VMCReqIntf { do(ctxt context.Context,v api.VM)VMCResp getCCID()ccintf.CCID } } namespace github.com\\hyperledger\\fabric\\core\\container\\dockercontroller { interface dockerClient { CreateContainer(opts docker.CreateContainerOptions)(*docker.Container,error) StartContainer(id string,cfg *docker.HostConfig)error AttachToContainer(opts docker.AttachToContainerOptions)error BuildImage(opts docker.BuildImageOptions)error RemoveImageExtended(id string,opts docker.RemoveImageOptions)error StopContainer(id string,timeout uint)error KillContainer(opts docker.KillContainerOptions)error RemoveContainer(opts docker.RemoveContainerOptions)error } } github.com\\hyperledger\\fabric\\core\\container.VMController ---> "*" github.com\\hyperledger\\fabric\\core\\container.refCountedLock : containerLocks github.com\\hyperledger\\fabric\\core\\container.CreateImageReq -|> github.com\\hyperledger\\fabric\\core\\container\\ccintf.CCID github.com\\hyperledger\\fabric\\core\\container.StartImageReq -|> github.com\\hyperledger\\fabric\\core\\container\\ccintf.CCID github.com\\hyperledger\\fabric\\core\\container.StopImageReq -|> github.com\\hyperledger\\fabric\\core\\container\\ccintf.CCID github.com\\hyperledger\\fabric\\core\\container.DestroyImageReq -|> github.com\\hyperledger\\fabric\\core\\container\\ccintf.CCID github.com\\hyperledger\\fabric\\core\\container\\ccintf.ChaincodeStream <|- github.com\\hyperledger\\fabric\\core\\container\\inproccontroller.inProcStream github.com\\hyperledger\\fabric\\core\\container.VMCReqIntf <|- github.com\\hyperledger\\fabric\\core\\container.CreateImageReq github.com\\hyperledger\\fabric\\core\\container.VMCReqIntf <|- github.com\\hyperledger\\fabric\\core\\container.StartImageReq github.com\\hyperledger\\fabric\\core\\container.VMCReqIntf <|- github.com\\hyperledger\\fabric\\core\\container.StopImageReq github.com\\hyperledger\\fabric\\core\\container.VMCReqIntf <|- github.com\\hyperledger\\fabric\\core\\container.DestroyImageReq @enduml
751c7e555586db08431369a833bd27b1cfd13287
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedQuoteCreatedMessage.puml
07ccce309d11fed68f200fd2932cc791285d0aa8
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,180
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface StagedQuoteCreatedMessage [[StagedQuoteCreatedMessage.svg]] extends Message { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] stagedQuote: [[StagedQuote.svg StagedQuote]] } interface Message [[Message.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
50336ae839494a21fd6a7d2cc514a45b3d893e35
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/java/jsp.puml
f47912ca3fd5a088e5d3794ba1d225c5e9fc759e
[ "MIT" ]
permissive
vuquangtin/designpattern
4d4a7d09780a0ebde6b12f8edf589b6f45b38f62
fc672493ef31647bd02c4122ab01992fca14675f
refs/heads/master
2022-09-12T07:00:42.637733
2020-09-29T04:20:50
2020-09-29T04:20:50
225,505,298
0
0
null
2022-09-01T23:16:34
2019-12-03T01:41:33
Java
UTF-8
PlantUML
false
false
672
puml
@startuml interface Servlet interface JspPage extends Servlet interface HttpJspPage extends JspPage { public void _jspService(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException; } abstract class JspFactory abstract class JspContext class PageContext extends JspContext JspFactory .--> JspContext JspFactory .--> JspEngineInfo JspFactory .--> JspApplicationContext PageContext .--> ErrorData abstract class JspWriter extends java.io.Writer class JspException extends Exception class JspTagException extends JspException class SkipPageException extends JspException @enduml
3e576dc1de69c9e907c4036d884c51a89316f31d
41e335a2ded65f95ece1c413fe9d465df1d198b4
/lib/DevOther/src/main/java/dev/other/retrofit/retrofit.plantuml
e0e7682331dd2d23ee6de5478867c6d43b5b8b2a
[ "Apache-2.0" ]
permissive
tulensayyj/DevUtils
ea40e897de72b88591cc1f1cea798eb74175eda8
3bc39eaf343c811270bc01e223cd37e80db9e04c
refs/heads/master
2022-11-27T05:08:28.115620
2020-07-27T13:24:50
2020-07-27T13:24:50
281,569,859
0
0
Apache-2.0
2020-07-22T03:59:24
2020-07-22T03:59:23
null
UTF-8
PlantUML
false
false
1,077
plantuml
@startuml title __RETROFIT's Class Diagram__\n namespace dev.other { namespace retrofit { class dev.other.retrofit.RetrofitManager { - mRetrofitMap : HashMap<String, Retrofit> {static} - sInstance : RetrofitManager + contains() + create() + get() {static} + getInstance() + getRetrofitMap() + put() + remove() - RetrofitManager() } } } namespace dev.other { namespace retrofit { class dev.other.retrofit.RxJavaManager { - mManagerMap : HashMap<String, CompositeDisposable> {static} - sInstance : RxJavaManager + add() + contains() {static} + getInstance() + getManagerMap() {static} + io_main() + remove() - RxJavaManager() } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
edc698e885edd49e1792c34033a82102ff3c7135
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/doc/PRO/UML/network.puml
39c25bfcc35c56153c7dd8a2f575656960f56996
[]
no_license
heig-vd-pro2017/projet
8f6e9bb5cc75baaf809eda87b31d7de8c632f713
db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1
refs/heads/master
2021-01-16T23:21:13.159819
2017-05-29T17:32:48
2017-05-29T17:32:48
82,906,602
5
2
null
2017-04-02T16:05:43
2017-02-23T08:55:46
Java
UTF-8
PlantUML
false
false
1,643
puml
@startuml skinparam classAttributeIconSize 0 namespace ch.tofind.commusica.network { class UnicastClient { {static} -LOG: Logger -socket: Socket -out: PrintWriter -in: BufferedReader +UnicastClient(InetAddress, int) +UnicastClient(Socket) +send(String): void +send(File): void +run(): void } class MulticastClient { {static} -LOG: Logger -port: int -multicastGroup: InetAddress -socket: MulticastSocket -running: boolean +MulticastClient(String, int, InetAddress) +stop(): void +send(String): void +run(): void } class Server { {static} -LOG: Logger -socket: ServerSocket -port: int -running: boolean -threadPool: ExecutorService +Server(int) +stop(): void +run(): void } class NetworkProtocol { {static} +interfaceToUse: InetAddress {static} +MULTICAST_PORT: int {static} +UNICAST_PORT: int {static} +MULTICAST_ADDRESS: String {static} +END_OF_LINE: String {static} +END_OF_COMMAND: String {static} +END_OF_COMMUNICATION: String } interface java.lang.Runnable { {abstract} +run(): void } java.lang.Runnable <|.. UnicastClient java.lang.Runnable <|.. MulticastClient java.lang.Runnable <|.. Server } @enduml
9b757217aee61ea17f2d29fd30241f3a6bcbbf76
4e22d261d7dcf5fe2731d77ba3cfb47c5568977c
/Documentation/Source/Breakdown/Engine/TempestEngine/JsonSerialization-Class.iuml
e65335cf37af503294895cfaa17b1342c1004fb7
[]
no_license
SeraphinaMJ/Reformed
2d7424d6d38d1cfaf8d385fade474a27c02103a5
8563d35ab2b80ca403b3b57ad80db1173504cf55
refs/heads/master
2023-04-06T00:40:34.223840
2021-05-06T11:25:51
2021-05-06T11:25:51
364,884,928
0
0
null
null
null
null
UTF-8
PlantUML
false
false
236
iuml
namespace Serialization { class JsonSerialization { {static} +TypeToStream() {static} +StreamToType() {static} -Type_to_document() {static} -Document_to_type() } }
b89431d0f032301f9b30dea694fcc325b248ba35
dc16f963059014d5e9d1f1ef3407fc1411b7da02
/src/main/java/ex43/App.43.puml
540c780d8911119928196ae3b14eec09e8bbc9c3
[]
no_license
ifeoma2000/chukuwu-cop3330-assignment3
57ac8e034ccb8e304918234970997c33e432fdfc
e7224a0ef0841bdb4f27626f651763241ffea52e
refs/heads/master
2023-05-31T10:45:19.719257
2021-06-21T04:16:02
2021-06-21T04:16:02
378,803,883
0
0
null
null
null
null
UTF-8
PlantUML
false
false
168
puml
@startuml 'https://plantuml.com/class-diagram class WebsiteGenerator { +name : String +author : String +js : boolean +css : boolean +generateHTML() : void } @enduml
eca13c6973338521a08605c770ab3b3cb9795bae
03402e58b19ad0fafda9468edaf5d8e8f82afd9c
/docs/antiphon.plantuml
983c29d854eb2e4b8ed3878c1d0620bd8e6d788c
[]
no_license
Sylvain-Delafoy/antiphon
a09b733771afcfc48774a29e5c1ddad53f3d6e7f
3598aa7625508e7af44c594961cf51e595a2d972
refs/heads/master
2020-04-05T20:32:34.814788
2018-11-15T12:41:57
2018-11-19T14:44:06
157,184,970
0
0
null
2018-11-19T14:44:07
2018-11-12T09:04:19
TypeScript
UTF-8
PlantUML
false
false
765
plantuml
@startuml confidentialité package individuals{ class Individual{ name:String surname:String } } package skills { class Skill{ name:String } enum Level{ UNKNOWN BYNAME SEEN TRIED PROJECT MISSION GREAT } class Wish{ asTutor:boolean } enum Format{ MAGISTRAL SMALL_GROUP ONE_ON_ONE } } Skill "*" --> "*" Individual (Skill, Individual) .. Level Skill "*" --> "*" Individual (Skill, Individual) .. Wish Format "1" <-right- Wish package authent{ class Credentials{ email: String password: String } } Credentials -right-> Individual: profile @enduml
ca0d320b5b725c165dee68f9c3eaf73b15518e1d
c071afa8c9ef0c26eae424fb721f292f903d7289
/gfx/uml/DatabaseConnectionAdminMethods.plantuml
749a13c11277e19885ea776ddac259886f2ea993
[]
no_license
Konafets/thesis
4628b7e675164690e4b1a8345eecd11c20d9cbfc
94a27a586356d3b7356d0690cf4ed5dd6a0dc6b7
refs/heads/master
2016-09-06T18:47:47.614390
2014-05-26T17:51:30
2014-05-26T17:51:30
18,177,420
3
1
null
null
null
null
UTF-8
PlantUML
false
false
339
plantuml
@startuml set namespaceSeparator none hide empty members hide empty methods class TYPO3.CMS.Core.Database.DatabaseConnection { +admin_get_dbs(): array +admin_get_tables(): array +admin_get_fields($tableName): array +admin_get_keys($tableName): array +admin_get_charsets(): array +admin_query($query): mysqli_result object } @enduml
8c800c882e190310a455a36a0608449e22ed688c
72a5a01392ec431ac14c565adcfbab9b99df2607
/docs/specs/service-framework/SyncherAPI.puml
f1b1c67c5d0fe518da4b86229be35570f9bcb7ab
[ "Apache-2.0" ]
permissive
jboulmal/dev-service-framework
c3abeb11d4ad24f3a5f233dda09654e277d59095
c5ec618614d31c6dbb31539c0b59c7e0c3e7bf95
refs/heads/master
2021-01-21T03:37:55.073575
2016-08-26T10:45:33
2016-08-26T10:45:33
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,871
puml
@startuml interface SyncSubscription { url: HypertyURL } interface SyncStatus { status: on | paused | waiting pause(): void resume(): void stop(): void } class Syncher { owner: HypertyURL __ constructor(owner: HypertyURL, bus: MiniBus, config: Config) create(schema: SchemaURL, observers?: [HypertyURL], initialData?: JSON): Promise<DataObjectReporter> subscribe(schema: SchemaURL, url: ObjectURL): Promise<DataObjectObserver> read(url: ObjectURL): Promise<JSON> __ event handlers __ onNotification(callback: (event: CreateEvent | DeleteEvent) => void): void } class DataObject { url: ObjectURL data: JSON schema: SchemaURL addChild(children: string, initialData: JSON): Promise<DataObjectChild> __ event handlers __ onChange(filter: string, callback: (event: ChangeEvent) => void): void onAddChil(callback: (event: CreateEvent) => void): void } class DataObjectChild { childId: URL data: JSON __ event handlers __ onResponse(callback: (event: ReponseEvent) => void): void onChange(callback: (event: ChangeEvent) => void): void } class DataObjectReporter { inviteObservers(observers: [HypertyURL]): void __ event handlers __ onSubscription(callback: (event: SubscribeEvent | UnSubscribeEvent) => void): void onResponse(callback: (event: ReponseEvent) => void): void onRead(callback: (event: ReponseEvent) => void): void } class DataObjectObserver { owner: HypertyURL } interface Event { identity: ?Identity.Identity url: URL type: create | delete | subscribe | unsubscribe | response | change } interface CreateEvent { from: HypertyURL value: JSON schema?: SchemaURL ack(type): void } interface DeleteEvent { object: DataObjectObserver } interface SubscribeEvent { accept(): SyncSubscription reject(reason): void } interface UnSubscribeEvent { object: SyncSubscription } interface ResponseEvent { code: int source?: HypertyURL } interface ChangeEvent { cType: update | add | delete oType: object | array field: string /*separated dot path*/ data?: value | [value] } interface ReadEvent { accept(): void reject(reason): void } CreateEvent --|> Event DeleteEvent --|> Event SubscribeEvent --|> Event UnSubscribeEvent --|> Event ResponseEvent --|> Event ChangeEvent --|> Event ReadEvent --|> Event SyncSubscription --|> SyncStatus DataObject --|> SyncStatus DataObject *--"*" DataObjectChild:children DataObjectObserver ---|> DataObject DataObjectReporter ---|> DataObject DataObjectReporter *--"*" SyncSubscription:subscriptions Syncher *--"*" DataObjectReporter:reporters Syncher *--"*" DataObjectObserver:observers DataObjectChild -[hidden]down- DeleteEvent DataObjectChild -[hidden]down- CreateEvent DataObjectChild -[hidden]down- SubscribeEvent DataObjectChild -[hidden]down- UnSubscribeEvent DataObjectChild -[hidden]down- ResponseEvent @enduml
2839c5e7fd3381028799820511003cd8d38b93df
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii06/doc/plantuml/ua/khpi/oop/malokhvii06/package.puml
5e40917d81b6073171a672d84c07f89ad3588ee2
[ "MIT" ]
permissive
P-Kalin/kit26a
fb229a10ad20488eacbd0bd573c45c1c4f057413
2904ab619ee48d5d781fa3d531c95643d4d4e17a
refs/heads/master
2021-08-30T06:07:46.806421
2017-12-16T09:56:41
2017-12-16T09:56:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
188
puml
@startuml namespace ua.khpi.oop.malokhvii06 { class Application { -Application() {static} +main(String[]): void } } @enduml
768dcf5a84f233a5502f420c0002c10e327ab5d1
b2be1f2c659ff90e5be7a97f52150c3f278e4c70
/behavioral_patterns/observer/observer.puml
4f0f5446883caca54a9a9616576ce037fd3d644c
[]
no_license
sirejik/software-design-patterns
a3f0aab43a6b73f8e8d0d4ecd13a3f4aa362addc
67b8ebc373bdf6e5d58d699ed0a84bb3b2666f58
refs/heads/master
2023-01-05T09:55:51.669200
2020-11-05T17:02:20
2020-11-05T17:02:20
298,362,438
0
0
null
null
null
null
UTF-8
PlantUML
false
false
279
puml
@startuml interface Subject { attach() notify() } interface Observer { update() } Subject -> Observer class ConcreteSubject { } Subject <|-- ConcreteSubject class ConcreteObserver { } Observer <|-- ConcreteObserver ConcreteSubject o- ConcreteObserver @enduml
589c32924f9e7cf703dc41d3e9c44f4a49c8f3ea
8e0b778be8c51759f212c9a7d6750f501bc5a130
/src/main/java/com/ab/uml/dependence/PersonServiceBean.puml
a823153025ca562bd5c89b41c15a903a6507d18f
[]
no_license
ab9508/proxy
993f913fcfa2ba314d0640ca06a8625989b95ea4
b427beb039e3447fdf37266471731a610d200f5f
refs/heads/master
2021-02-10T13:56:53.118440
2020-03-09T10:40:40
2020-03-09T10:40:40
244,387,567
0
0
null
null
null
null
UTF-8
PlantUML
false
false
442
puml
@startuml class PersonServiceBean{ - personDao: PersonDao + save(person: Person): void + getIDCard(personId: Integer): IDCard + modify(): void } class PersonDao{ } class IDCard{ } class Person{ } class Department{ } PersonServiceBean <.. PersonDao : 依赖 PersonServiceBean <.. Person PersonServiceBean <.. Department PersonServiceBean <.. IDCard note top of PersonServiceBean: 代码参照PersonServiceBean.java @enduml
b6259319af5535a1217884c8b868dd93209ef920
c5ffaaa249837c517061968c20270f2a87780afd
/Diagrams/exercise-2.plantuml
2301ed8590e4893e087a2bb727d4e0946b7a5a6d
[ "CC-BY-SA-3.0", "MIT" ]
permissive
FrederikRothe/BDSA_Assignment4
08ed625d211d862716c9ee43aa22bd70cb1bf6c1
a4279f1167077aa410817d42546354df0be29c78
refs/heads/main
2023-08-21T17:24:22.983104
2021-10-11T19:01:21
2021-10-11T19:01:21
412,414,131
0
0
MIT
2021-10-11T19:01:22
2021-10-01T09:58:56
C#
UTF-8
PlantUML
false
false
974
plantuml
@startuml enum State { New Active Resolved Closed Removed } class Task { Id : int Title : string AssignedTo? : User State : State Description? : string Tags : Tag[] } note left of Task::AssignedTo Optional reference to User entity end note note left of Task::Tags many-to-many reference to Tag entity end note class User { Id : int Name : string Email : string Tasks : Task[] } note left of User::Name string(100) end note note left of User::Email string(100), required, unique end note note left of User::Tasks list of Task entities belonging to User end note class Tag { Id : int Name : string Tasks : Task[] } note left of Tag::Name string(50), required, unique end note note left of Tag::Tasks many-to-many reference to Task entity end note User "1\nAssignedTo" -up-- "*\nTasks" Task Tag "*\nTags" -down-- "*\nTasks" Task State "1\nState" -left-- "*" Task @enduml
124dc847b96679a09d3685571ba4221b5dd0b1c2
190b5e4e1ade4d3bf4e168c93db037dd84dba802
/ThingBook Domain Objects.puml
5f9d4fa2ef699bcbc1aa10098412a4e79b290a85
[]
no_license
kerry-t-johnson/thingbook-doc
067e70587b3831320ece5fd1c7a920f292f9919b
5f97b2381f31c9285e61c8839dbbefc3d2e392f3
refs/heads/master
2023-04-02T02:15:03.431817
2021-04-10T19:33:34
2021-04-10T19:33:34
356,671,959
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,394
puml
@startuml "ThingBook Domain Objects Class Diagram" package "Domain Layer" { hide methods class User <<domain object>> { emailAddress } enum Role <<domain object>> { Organization Manager Data Manager User Manager } class OrganizationRole <<domain object>> { organizationUUID roleUUID } enum OrganizationStatus <<domain object>> { Pending Verified } class Organization <<domain object>> { name domainName sensorThingsAPI } class Observation <<domain object>> class CompositeDataStream <<domain object>> class DataType <<domain object>> class DataSharingTemplate <<domain object>> { name uuid version manualApproval } class DataSharingAgreement <<domain object>> { uuid state expirationDateTime qos producerUUID consumerUUID electronicSignature } enum DataSharingFragmentType <<domain object>> { Authorization Obligation Prohibition } class DataSharingFragment <<domain object>> { name text } class DataStream <<domain object>> { dataStreamURL dataTypeUUID } } User *-right- "0..*" OrganizationRole User o-- Organization OrganizationRole o-right- Role Organization *-left- OrganizationStatus OrganizationRole o-- Organization CompositeDataStream --> Observation : produces Organization "1" o-- "0..*" DataStream : owns Organization o-- DataSharingTemplate DataStream --> CompositeDataStream : contributes to Organization "1" o-- "0..*" Organization : sub-organizations Organization o-- DataSharingAgreement DataSharingTemplate <- DataSharingAgreement : parent DataSharingAgreement --> CompositeDataStream : governs DataStream o-- "1" DataType CompositeDataStream o- "1..*" DataType DataSharingTemplate o-- "0..*" DataSharingFragment DataSharingFragment *-down- DataSharingFragmentType @enduml
7c9a943a5fafc11db967e76aa25573ffa87a31b5
76e49e714b0d3f0bcfbd96331cbac979c415a5ac
/uml diagrams/classes.plantuml
96e250344744280736905f10a8aba86418c57f10
[]
no_license
Roggired/prog-lab2
fa2593773ea4617125a9aea3c3005a310bc8eb3d
c46da8794c5cfd47e2fdcd49928dde1c9cc37f0f
refs/heads/master
2020-08-06T21:32:21.386710
2019-10-21T13:21:48
2019-10-21T13:21:48
213,161,875
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,759
plantuml
@startuml top to bottom direction skinparam headerFontSize 30 skinparam headerFontStyle bold skinparam classAttributeIconSize 0 scale 1.0 package app { class app.App { .. Fields .. .. Methods .. .. Static .. + {static} main() : void - {static} GREETINGS : String - {static} STUDENT_NAME : String } } package lab.eventSystem { interface lab.eventSystem.IObserver { .. Methods .. + {abstract} notify(Event) : void } class lab.eventSystem.Event { } class lab.eventSystem.EventSystem { .. Fields .. .. Methods .. +newEvent() : void +subscribe(IObserver) : void +unsubscribe(IObserver) : void .. Static .. + {static} getSingleton() : EventSystem - {static} observers : List - {static} singleton : EventSystem } } package lab.participant { class lab.participant.Participant { .. Fields .. -commonPhrases : List -name : String -specialPhrases : List .. Methods .. -getLastPhrase() : String -getLastSpecialPhrase() : String +getName() : String -havePhrase() : Boolean -removeLastPhrase() : void +say(PrintStream) : void +saySpecial(PrintStream) : void +wasLastPhrase() : Boolean } } lab.eventSystem.IObserver <|.. lab.battleService.BattleService lab.labAcceptingService.LabAcceptingService.SpecialSayTask *-- "0..*" lab.participant.Participant lab.labAcceptingService.LabAcceptingService.SpecialSayTask o-- "1..1" lab.participant.Participant effects.IEffect <|.. effects.OneTurnEffect lab.labAcceptingService.LabAcceptingService.SayTask *-- "0..*" lab.participant.Participant lab.labAcceptingService.LabAcceptingService.SayTask o-- "1..1" lab.participant.Participant lab.eventSystem.IObserver <|.. lab.labAcceptingService.LabAcceptingService lab.eventSystem.EventSystem *-- "0..*" lab.eventSystem.IObserver effects.IEffect <|.. effects.MultiTurnEffect @enduml
323e4688475ca64eb6beb53f84d670a45c8f1330
feea725d8b6091ec803659cb1092516a15d6fd7e
/src/main/java/ex44/ex44.puml
7549e6a4b5c8b80330d2290e7c48224aae2a1ce5
[]
no_license
simonautran/autran-cop3330-assignment3
73e97e06262c3cbf04bd017dc9d86f94d210073e
4ff24a05a61106681466da954b90e6271e0b9b8a
refs/heads/main
2023-05-30T19:23:55.457315
2021-06-21T03:17:53
2021-06-21T03:17:53
378,757,105
0
0
null
null
null
null
UTF-8
PlantUML
false
false
198
puml
@startuml 'https://plantuml.com/class-diagram class ex44 { Item: ObjectManger readObject() findObject() } class Object{ String name double price int quantity } ObjectManager->Object @enduml ©
7129cb1df820dcd909ecc69b83ebb7925f5ad3dc
70b52b6b0217b218c77a7ab5acbdf2fce264e89f
/src/main/java/cs/service/core/filter/filter.plantuml
86bc1ffb4b59b44e37ad647767d8c2fdc434fcf0
[]
no_license
123cs/demo_java
b1f7befdd19640ccd241b85c5b297db02913588d
209d9edeb6da39fe58e28190ad2327f7cb66645a
refs/heads/master
2020-04-07T16:25:02.300852
2018-11-21T10:51:23
2018-11-21T10:51:23
158,528,295
0
0
null
null
null
null
UTF-8
PlantUML
false
false
455
plantuml
@startuml title __FILTER's Class Diagram__\n package cs.service.core { package cs.service.core.filter { class LoggingFilter { + init() + doFilter() + destroy() } } } LoggingFilter -up-|> Filter 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
10a39f6f4d1d5839bd04356cca13e88e4d2a03b0
3cdb6adfdaed54bdf50c6adf89ed9d1653d637a3
/app/src/main/java/com/shuyun/androidnotes/components/lifecycle/lifecycle_viewmodel.puml
c3c0745e9fee755e015569f76bc182e5554431c5
[]
no_license
Shuyun6/AndroidNotes
c3b26a48239a9f2397fdf9d057d7d9dd27df2417
5573b4749f7ecce77997eb8166a4d651b93fdfe4
refs/heads/master
2020-03-19T11:18:36.156844
2020-03-09T15:06:15
2020-03-10T15:07:34
136,442,024
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,507
puml
@startuml abstract class ViewModel{ #onCleared() : void } class AndroidViewModel{ - application : Application + AndroidViewModel(application : Application) + getApplication() : <T extends Application> } interface ViewModelStoreOwner{ + getViewModelStore() : ViewModelStore } class ViewModelStore{ - mMap : HashMap<String, ViewModel> put(key : String, viewModel : ViewModel) : void get(key : String) : ViewModel + clear() : void } class ViewModelProvider{ - DEFAULT_KEY : String - mFactory : Factory - mViewModelStore : ViewModelStore + ViewModelProvider(owner : ViewModelStoreOwner, factory : Factory) + ViewModelProvider(store : ViewModelStore, factory : Factory) + get(modelClass : Class<T>) : <T extends ViewModel> + get(key : String, modelClass : Class<T>) : <T extends ViewModel> } interface Factory{ create(modelClass : Class<T>) : <T extends ViewModel> } class NewInstanceFactory{ create(modelClass : Class<T>) : <T extends ViewModel> } class AndroidViewModelFactory{ - sInstance : AndroidViewModelFactory - application : Application + getInstance(application : Application) : AndroidViewModelFactory + AndroidViewModelFactory(application : Application) + create(application : Application) : <T extends ViewModel> } '/Relationship ViewModel <|-- AndroidViewModel ViewModel <- ViewModelStore ViewModelProvider --> ViewModelStore ViewModelProvider +--> Factory ViewModelProvider .> ViewModelStoreOwner Factory <|.. NewInstanceFactory NewInstanceFactory <|.. AndroidViewModelFactory @enduml
dc70d52f78f7d7ffbfbbe2029abcecc4374215ea
fc8788351f4847614e198624c3f1cb3352803fde
/src/main/java/org/example/ex46/ex46UML.puml
9fc9da67e1b303ed1daae7540843e73ef3a32f77
[]
no_license
itsSPECTOR/spector-cop3330-assignment3
88df1eb4d250d89055bc6bb60c3b98ffa20a8449
8f89b5dc4e0df8dbb45887912c4443f474c54fbe
refs/heads/master
2023-08-15T03:55:32.625798
2021-10-09T23:32:49
2021-10-09T23:32:49
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
828
puml
@startuml 'https://plantuml.com/class-diagram AppMain -> inputFile inputFile -> fileParser fileParser -> printResult printResult --> printBadger printResult --> printMushroom printResult --> printSnake printResult -> success abstract fileParser{ File namesFile = new.txt Scanner txtReader } abstract printResult { int i,j,K while (txtReader.hasNextLine()) if(badger)... i++; if(mushroom)... j++; if(snake)... k++; } Class printBadger{ int i; for() System.out.format(...); } Class printMushroom{ int j; for() System.out.format(...); } Class printSnake{ int k; for() System.out.format(...); } abstract inputFile{ File new input.txt; } class success{ Junit5 Success; } class AppMain { <list> words; int i,j,k; String temp; } @enduml
f265cdbcab40fe78d23c7081226131a84e3e2236
8bf0cb01418f5d23c00ef592d00edbbdf1acdd0f
/UML/classes-diagram.puml
60106256efb8afe0ff561037f58d0d21af76b03e
[]
no_license
colisbree/test
1bea64455f30e8a0fd0db146f44a55b90578b4e9
c1d8376fa0fd85af5f8cbb66d6877f657b5e4c4f
refs/heads/master
2023-04-04T14:09:34.295146
2021-04-17T15:34:37
2021-04-17T15:34:37
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,203
puml
@startuml package "BusinessRule" #FFF { package "Entity" #EEEEEE { class User { {field} id: int {field} firstName: string {field} lastName: string {field} email: string {field} password: string {field} plainPassword: string {field} RegisteredAt: DateTimeInterface } class JobSeeker{ {field} gradeLevel: int {field} activity: String {field} presentation: String {field} phone: String {field} available: bool {field} availableFrom: DateTimeInterface {field} minSalary: int {field} maxSalary: int {field} location: String {field} remote: bool {field} remoteOnly: bool {field} id: int {field} id: int } class Recruiter class Offer{ {field} id: int {field} name: string {field} compagnyDescription: string {field} jobDescription: string {field} missions: string {field} tasks: string {field} profile: string {field} softSkills: string {field} minSalary: int {field} maxSalary: int {field} location: string {field} remote: bool {field} publishedAt: DateTimeInterface {field} deletedAt: DateTimeInterface } class Application{ {field} id: int {field} sentAt: DateTimeInterface {field} message: string {field} state: string {field} reasonForRefusal: ?null } class Interest class BusinessSector class Job class Skill class WorkExperience class EducationalBackground class Media class locale class LocaleLevel class ContractType class Notification class NotificationModel User <|-- JobSeeker User <|-- Recruiter User "One" --o "Many" Notification : to NotificationModel "One" --o "Many" Notification : to Recruiter "One" --o "Many" Offer : to JobSeeker "One" --o "Many" Application : to Offer "One" --* "Many" Application : to Offer "Many" *-- "One" Job : to Offer "Many" *-- "Many" Skill : to Offer "Many" *-- "One" ContractType : to Offer "One" o-- "Many" LocaleLevel : to JobSeeker "One" --* "Many" Interest : to Offer "One" --* "Many" Interest : to Job "Many" *-- "One" BusinessSector : to JobSeeker "Many" *-- "One" Job : to JobSeeker "Many" *-- "Many" Skill : to JobSeeker "Many" *-- "Many" ContractType : to JobSeeker "One" o-- "Many" WorkExperience : to JobSeeker "One" o-- "Many" EducationalBackground : to JobSeeker "One" o-- "Many" Media : to JobSeeker "One" o-- "Many" LocaleLevel : to locale "One" --* "Many" LocaleLevel : to } ' package "Use Case" #EEEEEE { ' class AcceptApplication ' class CloseApplication ' } } @enduml
d08b9ce75b4b317847251bfbe3824e244678db90
504e3ec1cb6d482b3e80444a307007ba71a24dea
/es3/rmitter/model.puml
98954c5a95ec31ab3461c6f675a91831fe6b8740
[]
no_license
marioscrock/ingsoft-prova-finale-19
ba0215b2be22524e338465e23ced683eaae47653
f54561bd0195e3f7975be99d25621af5360e707d
refs/heads/master
2021-06-28T02:10:48.600081
2019-10-10T17:05:01
2019-10-10T17:05:01
173,075,460
28
5
null
2020-10-13T12:21:11
2019-02-28T08:47:31
Java
UTF-8
PlantUML
false
false
1,179
puml
@startuml interface Serializable package rmi.rmitter.model { class Database <<Singleton>> { {static} - instance: Database - usersByName: Map<String, User> - usersByToken: Map<String, User> - hashtags: Map<String, Hashtag> + <<sync>> getLoggedUser(String token): User + <<sync>> getOrCreateHashtag(String ht): Hashtag + <<sync>> login(String username): String + <<sync>> logout(String token) } class Post { - content: String - poster: User - taggedUsers: List<User> - hashtags: List<Hashtag> + <<constructor>> Post(User poster, String content) + getContent(): String + getPoster(): String + getTaggedUsers(): List<User> + getHashtags(): List<Hashtag> } class User { - username: String - followers: List<User> - numberOfPosts: int + <<constructor>> User(String username) + getUsername(): String + getPostCount(): int + getNumberOfFollowers(): int + follow(User user) + mention(Post post) + followeePosted(Post post) + post(String content): Post } class Hashtag { - tag:String + <<constructor>> Hashtag(String tag) + usedIn(Post post) } Serializable <|... Post Serializable <|... User Serializable <|... Hashtag Database --> "many" User Database --> "many" Hashtag } @enduml
7c831685c00fd8d88a3b7fd390d16e1bcae5a275
c4fd73298b35f23314a840c38aa313ddaad22b06
/ProjectWineFinal/src/Dao/Dao.plantuml
51ed23b1fb518f49bd3da4a6bf9b8c4e44f1dd41
[]
no_license
NikolaPetko6b/ProjectWine
ce57dfd90f5c3dff775a5f7fdf54d0de7358280b
40d911838744ce401416db0eadc633d7edb0e853
refs/heads/master
2023-02-26T19:49:43.310773
2021-01-24T20:25:09
2021-01-24T20:25:09
299,954,310
0
0
null
2021-01-24T18:22:59
2020-09-30T14:54:13
Java
UTF-8
PlantUML
false
false
2,630
plantuml
@startuml title __DAO's Class Diagram__\n namespace Dao { class Dao.AES { {static} - key : byte[] {static} - secretKey : SecretKeySpec {static} + decrypt() {static} + encrypt() {static} + setKey() } } namespace Dao { class Dao.BottleTypeDao { + AddBottleType() + getBottleType() } } namespace Dao { class Dao.BottlesDao { + AddBottle() + get187Bottles() + get200Bottles() + get375Bottles() + get750Bottles() + getBottles() + getBottlesMaxID() } } namespace Dao { class Dao.CurrentStockDao { + AddRecord() + DeleteRecord() + cur187Bottles() + cur200Bottles() + cur375Bottles() + cur750Bottles() + curRedGrape() + curWhiteGrape() + getLatestRecordID() + getRecordByID() + getRecords() } } namespace Dao { class Dao.GrapeDao { + AddGrape() + getGrape() + getMaxID() + getRedGrape() + getWhiteGrape() } } namespace Dao { class Dao.GrapeTypeDao { + AddGrapeType() + getGrapeType() } } namespace Dao { class Dao.HibernateUtil { {static} + sessionFactory : SessionFactory {static} + getSessionFactory() } } namespace Dao { class Dao.NotificationsDao { + AddNotification() + DeleteNotification() + UpdateNotification() + getMaxID() + getNotifications() } } namespace Dao { class Dao.PrivilegeTypeDao { + AddPrivilege() + getPrivilegeType() } } namespace Dao { class Dao.UsersDao { {static} + loggedid : int + AddUser() + DeleteUser() + UpdateUser() + getLoggedid() + getMaxID() + getUserByUsername() + getUsers() + setLoggedid() } } namespace Dao { class Dao.WarehouseDao { + AddWarehouse() + getWarehouses() } } namespace Dao { class Dao.WineDao { + AddWine() + getMaxID() + getWine() } } namespace Dao { class Dao.WineTypeDao { + AddWineType() + DeleteWineType() + UpdateWineType() + getMaxID() + getWineType() + getWineTypeByUserID() } } 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
19402da89ed026d284a65964a2c24dd17b7dda8f
a525c5d70008e14878bace86221603ff59bebeb2
/documentation/plantuml/bdm.plantuml
2ed06b146a48da905764a595052d2f9b53940eb3
[]
no_license
florentsarat/processResourceDemo
0248c72fd6a58497b5986c69f4fcb867a6ba62da
923b2a65a9dc774bf092b3c31ef691d5bc9435e0
refs/heads/master
2023-04-26T07:13:47.095427
2021-05-20T11:55:26
2021-05-20T11:55:26
369,190,643
0
0
null
null
null
null
UTF-8
PlantUML
false
false
271
plantuml
@startuml package com.company.model { class BusinessObject { +persistenceId : Long +resource : String } } legend top left &#9830; Composition relation &#9826; Aggregation relation &#42; Multiple relation endlegend @enduml
9d6df69b9833a93845ae35e73c6e87a7801ede77
1c70d2377c157d5fbdc09fd1b632dc0c4bf995cc
/de.gematik.ti.openhealthcard.events/src/main/java/de/gematik/ti/openhealthcard/events/message/message.plantuml
78dc53e0d2fff6cf9881cec95afc60dc9d27afe3
[ "Apache-2.0" ]
permissive
gematik/ref-OpenHealthCard-Events
8bbe0eadbb401f4266728adfd09f4f6fe53a428c
7e295edba16ded76504226edf8960d7875691b76
refs/heads/master
2022-02-03T17:08:51.607464
2022-01-07T07:35:58
2022-01-07T07:35:58
214,091,929
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,788
plantuml
@startuml title __MESSAGE's Class Diagram__\n namespace de.gematik.ti.openhealthcard.events.message { abstract class de.gematik.ti.openhealthcard.events.message.AbstractOpenHealthCardEvent { - message : String - sourceClass : String + AbstractOpenHealthCardEvent() + AbstractOpenHealthCardEvent() + getMessage() + getSourceClass() + toString() } } namespace de.gematik.ti.openhealthcard.events.message { class de.gematik.ti.openhealthcard.events.message.ErrorEvent { - throwable : Throwable + ErrorEvent() + ErrorEvent() + ErrorEvent() + ErrorEvent() + ErrorEvent() + ErrorEvent() + getThrowable() + toString() } } namespace de.gematik.ti.openhealthcard.events.message { class de.gematik.ti.openhealthcard.events.message.InfoEvent { + InfoEvent() + InfoEvent() + toString() } } namespace de.gematik.ti.openhealthcard.events.message { class de.gematik.ti.openhealthcard.events.message.WarnEvent { + WarnEvent() + WarnEvent() + toString() } } de.gematik.ti.openhealthcard.events.message.ErrorEvent -up-|> de.gematik.ti.openhealthcard.events.message.AbstractOpenHealthCardEvent de.gematik.ti.openhealthcard.events.message.InfoEvent -up-|> de.gematik.ti.openhealthcard.events.message.AbstractOpenHealthCardEvent de.gematik.ti.openhealthcard.events.message.WarnEvent -up-|> de.gematik.ti.openhealthcard.events.message.AbstractOpenHealthCardEvent 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
8a489e7c77df8ae3e9149193cd6a17d6529b6506
ec45fae67e49ab617ad79b8c48fba85261e319c1
/Doku/Klassendiagramme/Executer.puml
68db7803b5b609f2087678fa9c9bc9ed122e3a16
[]
no_license
nicorahm99/PIC-Simulator
5d22af8719f7b71608db155ceeb49baebcf4c8a5
0e7fb5f10c9392dc3f7438007859dc0f9f670aaa
refs/heads/master
2023-05-03T22:51:08.168289
2021-05-29T06:15:23
2021-05-29T06:15:23
257,316,241
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,295
puml
@startuml class Executer { + executeCommand(command:Command) : void - addWF(isResultWrittenToW:bool, fileAddress:int) : int - andWF(isResultWrittenToW:bool, fileAddress:int) : int - clrF(fileAddress:int) : int - clrW() : int - comF(isResultWrittenToW:bool, fileAddress:int) : int - decF(isResultWrittenToW:bool, fileAddress:int) : int - decFsZ(isResultWrittenToW:bool, fileAddress:int) : int - incF(isResultWrittenToW:bool, fileAddress:int) : int - incFsZ(isResultWrittenToW:bool, fileAddress:int) : int - iOrWF(isResultWrittenToW:bool, fileAddress:int) : int - movF(isResultWrittenToW:bool, fileAddress:int) : int - movWF(fileAddress:int) : int - rlF(isResultWrittenToW:bool, fileAddress:int) : int - rrF(isResultWrittenToW:bool, fileAddress:int) : int - subWF(isResultWrittenToW:bool, fileAddress:int) : int - swapF(isResultWrittenToW:bool, fileAddress:int) : int - xOrWF(isResultWrittenToW:bool, fileAddress:int) : int - bcF(fileAddress:int, bitAddress:int) : int - bsF(fileAddress:int, bitAddress:int) : int - btFsc(fileAddress:int, bitAddress:int) : int - btFss(fileAddress:int, bitAddress:int) : int - addLW(literal:int) : int - andLW(literal:int) : int - call(address:int) : int - clrWdT() : int - _goto(address:int) : int - iOrLW(literal:int) : int - movLW(literal:int) : int - retfIE() : int - retLW(literal:int) : int - _return() : int - sleep() : int - subLW(literal:int) : int - xOrLW(literal:int) : int - setZeroFlagTo(value:int) : void - setZeroFlagIfNeeded(result:int) : void - setCarryFlagTo(value:int) : void - setCarryFlagIfNeeded(result:int) : void - setDigitCarryFlagIfNeeded(result:int) : void - setCarryFlagsForSub(result:int, fourBitResult:int) : void - setCarryFlag() : void - setDigitCarryFlagTo(value:int) : void - setDigitCarryFlag() : void - writeResultToRightDestination(result:int, isResultWrittenToW:bool, fileAddress:int) : int - getWReg() : int - getFile(fileAddress:int) : int - pushPcToStack() : void - popStackToPc() : void - isGreaterThan(lower:int, higher:int) : bool - isLessThan(higher:int, lower:int) : bool + interruptOccured() : void } @enduml