blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
227
content_id
stringlengths
40
40
detected_licenses
listlengths
0
28
license_type
stringclasses
2 values
repo_name
stringlengths
6
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
61 values
visit_date
timestamp[us]date
2015-08-14 10:26:58
2023-09-06 07:53:38
revision_date
timestamp[us]date
2011-01-31 21:28:29
2023-09-05 14:54:58
committer_date
timestamp[us]date
2011-01-31 21:28:29
2023-09-05 14:54:58
github_id
int64
206k
631M
star_events_count
int64
0
108k
fork_events_count
int64
0
34.4k
gha_license_id
stringclasses
13 values
gha_event_created_at
timestamp[us]date
2012-08-01 17:54:24
2023-09-14 21:57:05
gha_created_at
timestamp[us]date
2009-05-21 02:09:00
2023-04-21 10:18:22
gha_language
stringclasses
79 values
src_encoding
stringclasses
12 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
8
1.29M
extension
stringclasses
17 values
code
stringlengths
8
1.29M
non_uml
bool
1 class
uml
bool
1 class
has_non_ascii
bool
2 classes
has_non_latin
bool
1 class
uml_subtype
stringclasses
10 values
14f9e6734ea4a11bb4f9674e6d1a60f526f98c73
973dcef38fb285cf4f14a2e937af23e26a05564b
/docs/UseCases/DetailedUseCases.puml
b345e8f463538c302d7aaef465e71000f93d9f41
[]
no_license
CAADE/CAADE
6a0d37b31e77fd00eeb1ad056d17d484585cad96
3873453a14359879a146f1d5897554ae2e94bd96
refs/heads/master
2021-06-09T05:28:17.894441
2019-06-07T06:08:10
2019-06-07T06:08:10
104,078,969
1
0
null
2020-08-20T15:13:40
2017-09-19T13:32:11
JavaScript
UTF-8
PlantUML
false
false
1,122
puml
@startuml skinparam actor { BorderColor<<Subsystem>> darkgreen BackgroundColor<<Subsystem>> darkgreen } :Developer: as Dev :DevOps: as DevOps :Common Cloud Core: <<Subsystem>> as C3 :SCM: <<Subsystem>> as SCM :CI/CD: <<Subsystem>> as CICD rectangle CAADE { (Create Application) as CA (Create Service) as CM (Create Project) as CP (Debug Application) as DA (Debug Service) as DM (Modify Code) as MC rectangle CICD #lightgreen { (Deploy Application) as DpA (Deploy Service) as DpM (Publish Application) as PA (Publish Service) as PM (Test Application) as TA (Test Service) as TM (Create Build Environment) as CBE (Automate Code Pipeline) as ACP (Set Up Project Code Pipeline) as SUPCP (Build Code) as BC (Monitor Build) as MB } } DevOps --> ACP DevOps --> SUPCP DevOps --> CBE DevOps --> MB Dev -> CP CP ..> CA Dev --> CM CP ..> CM CA ..> DA CM ..> DM DM ..> MC DA ..> MC CAADE --> C3 BC ..> DpA BC ..> DpM MC --> SCM SCM -> BC Dev --> BC DpA ..> TA DpM ..> TM TA ..> PA TM ..> PM @enduml
false
true
false
false
class
a1be5ebb0644c08c88b069fb01606ab553af1241
4fb7e3ef2b429c6343e78f487da054b04491061c
/app/src/main/java/Diagrams/Model Class Diagram.puml
44d3c44ca0e45202aa60ecf85daf18b750dcf0c4
[]
no_license
Kayu/COEN390
cf36d113f9f27946f5a07979e32451da46f48d04
adb807ebe6c1ce3430328eff29fa2ef0110fe5e0
refs/heads/master
2016-08-12T19:29:35.302950
2016-04-14T22:00:38
2016-04-14T22:00:38
53,161,179
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,906
puml
@startuml package "Model"{ class AddressEditTextPreference{ - db: DbHelper # mContext: Context + AddressEditTextPreference(context: Context) <<contructor>> + AddressEditTextPreference(context: Context, attrs: AttributeSet) <<contructor>> + AddressEditTextPreference(context: Context, attrs: AttributeSet, defStyle: int) <<contructor>> + onClick(dialog: DialogInterface, option: int) } class BlockedContactsEditTextPreference{ - db: DbHelper # mContext: Context + AddressEditTextPreference(context: Context , attrs: AttributeSet) + onClick(dialog: DialogInterface, option: int) } class DeleteAddressConfirmationPreference{ - db: dbHelper + DeleteAddressConfirmationPreference(context: Context , attrs: AttributeSet) + onClick(dialog: DialogInterface, option: int) } class DeleteBlockedContactsConfirmationPreference{ - db: dbHelper + DeleteBlockedContactsConfirmation(context: Context , attrs: AttributeSet) + onClick(dialog: DialogInterface, option: int) } class Direction{ - points: ArrayList<LatLng> - directions: ArrayList<String> - duration: String - distance: String + {static}CREATOR: Creator<Direction> + Direction (parcel:Parcel)<<constructor>> + Direction (points: ArrayList<LatLng>, duration: String, distance: String) <<constructor>> + getPoints () : ArrayList<LatLng> + getDirections () : ArrayList<String> + getDuration () : String + getDistance () : String + describeContents() : int + writeToParcel (dest: Parcel, flags: int) } class CREATOR{ + createFromParcel (source: Parcel) : Direction <<constructor>> + newArray (size: int) : int [ ] } class JsonParser{ - dialog: ProgressDialog - current: Context - direction: Direction + JsonParser (context: Context) # onPreExecute () # onPostExecute () # doInBackgroud (params: String) : String - decodePolyline (encoded: String) : ArrayList<LatLng> + getPoints () : Direction } class UrlString{ - from: String - to: String - googleMapKey: String - url: StringBuilder + UrlString (context: Context, from: String, to: String) + makeDirectionsURL (transportType: String) : String } } AddressEditTextPreference <..AddressPreferenceFragment DeleteAddressConfirmationPreference <..AddressPreferenceFragment BlockedContactsEditTextPreference <..BlockedContactsPreferenceFragment DeleteBlockedContactsConfirmationPreference <..BlockedContactsPreferenceFragment Direction ..>CREATOR JsonParser ..>Direction MainActivity -- Direction MainActivity ..>UrlString MainActivity..>JsonParser @enduml
false
true
false
false
class
b77c7fb7d3d9c0196abe54cace5651ad1be69340
eee65bdd4128eeedc3271601006ed5739b43bd67
/uml/package_action_mail_dip.puml
6b2657bdcd8fd148b57dcf835bea853200d6e2b1
[]
no_license
argh87/bachelorthesis
25e8443e61233a628a12a6207f20b0a8319c3cf5
9f8a463b455b6e84f67a424ebf5efc2507bc3ebc
refs/heads/master
2023-04-14T08:47:44.757939
2021-04-12T08:32:34
2021-04-12T08:32:34
345,094,877
0
1
null
2021-04-12T08:32:35
2021-03-06T13:01:32
TeX
UTF-8
PlantUML
false
false
176
puml
@startuml package action { interface MailService interface Mail } package mail { class MailServiceImpl } MailServiceImpl --|> MailService MailServiceImpl ..> Mail @enduml
false
true
false
false
class
a203070b554fb213c4fbf25ebc4b7084b5f857b9
be14d2143ba6a1e3cde602321501ccaea2be9e10
/Code/Backend/innercircle/android-class-diagram.puml
eb5548c0344a3c668f5b99b8ec7473d6fda95bda
[]
no_license
peepo3663/inner-circle-app
2d383d51f53de61ea81ea0f3ff31f2630f9654a0
fc49ae270d09ee38adc5d24f696c5bde10d68276
refs/heads/master
2023-02-16T23:54:15.735803
2021-01-08T23:27:24
2021-01-08T23:27:24
328,025,131
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,671
puml
@startuml abstract class BaseActivity abstract class BaseFragment class MainActivity class LoginActivity class ChatActivity package MyFragment { class ChatFragment class MessageListFragment class FriendListFragment } interface ChatRoomClickListener interface OnFriendClickListener interface OnItemClickListener class MessageListViewModel class ViewProfileActivity class ICApp package "Firebase SDK" { class FirebaseMessagingService } package Utilities { class BundleExtraKeys class UIUtil class SharedPreferencesUtils } class ICFCMService package "Domain Classes" { class MessageModel class ChatRoomModel class User class UserDevice class TCResponseError } package Android { class Application interface Factory abstract class ViewModel abstract class Adapter class ViewHolder } package "Google API" { class GoogleSignInClient } package "Dagger 2 Dependency Injection" { class AppModule package AppComponent { class NetworkModule } } package UtilsModule { class GSon class Retrofit } package "FactoryPattern" { class ChatViewModelFactory class ChatViewModel } package "Stratgy Pattern" { interface API class UserAPI class ChatAPI class MessageAPI } class MessageListAdapter class MessageListViewHolder class SearchAdapter class MessageViewHolder class MessageAdapter Application <|-- ICApp ICApp --> AppComponent : Build ICApp --> GoogleSignInClient AppComponent ..> BaseActivity: inject AppComponent ..> BaseFragment: inject "Dagger 2 Dependency Injection" <.. UtilsModule: provide BaseActivity <|-- MainActivity ChatRoomClickListener <|.. MainActivity BaseActivity <|-- LoginActivity BaseActivity <|-- ChatActivity BaseActivity <|-- ViewProfileActivity BaseFragment <|-- MyFragment API <|-- UserAPI API <|-- ChatAPI API <|-- MessageAPI Retrofit --> API: strategy Retrofit --> TCResponseError: use ChatRoomModel o-- User ChatRoomModel o-- MessageModel MessageModel --> User User o-- UserDevice Factory <|.. ChatViewModelFactory ViewModel <|-- ChatViewModel ViewModel <|-- MessageListViewModel ICApp --> Utilities: use ICApp --> FirebaseMessagingService: notification ChatViewModelFactory -> ChatViewModel : create FirebaseMessagingService <|-- ICFCMService OnFriendClickListener <|.. FriendListFragment OnItemClickListener <|.. MessageListFragment ChatRoomClickListener --> FriendListFragment: provide ChatRoomClickListener --> MessageListFragment: provide Adapter <|-- MessageAdapter Adapter <|-- MessageListAdapter Adapter <|-- SearchAdapter Adapter --> MyFragment : adapter ViewHolder <|-- MessageListViewHolder ViewHolder <|-- MessageViewHolder @enduml
false
true
false
false
sequence
2d00ab191ba807d585e8a83ffe674c1534e19b8b
3d6e6a4e993a89f83abd959d10fe0060c7a1f13d
/doc/architecture.puml
20fc23f0b3cb3dfdcfcea4618490a66b9f85bae0
[ "Apache-2.0" ]
permissive
uwearzt/Remy
27dc1e7f46bd1d6e2024ecb23a93b32776eebe63
f44008a3230008ab567fd1a812f95e939fa8cfc7
refs/heads/master
2021-01-01T17:58:16.934285
2019-01-21T08:25:54
2019-01-21T08:25:54
19,286,182
0
0
null
null
null
null
UTF-8
PlantUML
false
false
338
puml
@startuml package "Win" { interface IMAP interface SAPI IMAP <.. [RemyServer] SAPI <.. [RemyServer] } package "Remy" { interface Motor interface LEDMatrix interface Speaker interface Button Motor <.. [Remy] LEDMatrix <.. [Remy] Speaker <.. [Remy] Button ..> [Remy] } [RemyServer] --> [Remy] : Ethernet @enduml
false
true
false
false
sequence
c1dd8c75414c6687097c9410e4cd27ea46b70394
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductTypeResourceIdentifier.puml
29640ee14ddf6e239aee8a3558ad6690e8794715
[]
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,973
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 ProductTypeResourceIdentifier [[ProductTypeResourceIdentifier.svg]] extends ResourceIdentifier { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String key: String } interface ResourceIdentifier [[ResourceIdentifier.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String key: String } interface ProductTypeResourceIdentifier [[ProductTypeResourceIdentifier.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String key: String } interface ProductDraft [[ProductDraft.svg]] { productType: [[ProductTypeResourceIdentifier.svg ProductTypeResourceIdentifier]] name: [[LocalizedString.svg LocalizedString]] slug: [[LocalizedString.svg LocalizedString]] key: String description: [[LocalizedString.svg LocalizedString]] categories: [[CategoryResourceIdentifier.svg List<CategoryResourceIdentifier>]] categoryOrderHints: [[CategoryOrderHints.svg CategoryOrderHints]] metaTitle: [[LocalizedString.svg LocalizedString]] metaDescription: [[LocalizedString.svg LocalizedString]] metaKeywords: [[LocalizedString.svg LocalizedString]] masterVariant: [[ProductVariantDraft.svg ProductVariantDraft]] variants: [[ProductVariantDraft.svg List<ProductVariantDraft>]] taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]] searchKeywords: [[SearchKeywords.svg SearchKeywords]] state: [[StateResourceIdentifier.svg StateResourceIdentifier]] publish: Boolean priceMode: [[ProductPriceModeEnum.svg ProductPriceModeEnum]] } ProductTypeResourceIdentifier --> ProductTypeResourceIdentifier #blue;text:blue : "typeId : product-type" ProductTypeResourceIdentifier --> ProductDraft #green;text:green : "productType" @enduml
false
true
false
false
sequence
a18a2d5babbfeeaec9b8394be9a92ea8eda84041
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CategoryAddAssetAction.puml
5d4919844c275a5913412628bff8035f7517a0ad
[]
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
485
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 CategoryAddAssetAction [[CategoryAddAssetAction.svg]] extends CategoryUpdateAction { action: String asset: [[AssetDraft.svg AssetDraft]] position: Integer } interface CategoryUpdateAction [[CategoryUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
aac523e88a5c4c7de776c631e146a9e9c529f958
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Assets/Test/Script/CharacterTest.puml
462bc9f77f007fdadcf0337ecfcc438ee3af8229
[]
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
736
puml
@startuml class CharacterTest { + QuestionStatus : bool = false + GameStartTrigger : bool = false span : float = 1.5f + currentTime : float = 0.0f + startTime : float = 0.0f + endTime : float = 0.0f + answerTime : float = 0.0f + Start() : void + Update() : void + JudgeL() : void + JudgeR() : void + JudgeU() : void + JudgeD() : void + MoveSelect() : void + MoveReset() : void + GetAnswerTime() : float + IncCollectAnswer() : void } MonoBehaviour <|-- CharacterTest CharacterTest --> "CharaAnimator" Animator CharacterTest --> "ResultAnimator" Animator CharacterTest --> "resultObj" GameObject CharacterTest --> "sr" ScoreTest CharacterTest --> "tj" ScoreTest @enduml
false
true
false
false
class
12dc50fc5f4f0fd02d324eb811e5ad60c8a52948
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/AssociateRoleChangeBuyerAssignableAction.puml
87916909a446d2c84ff0677d78dd837021a18e30
[]
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
502
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 AssociateRoleChangeBuyerAssignableAction [[AssociateRoleChangeBuyerAssignableAction.svg]] extends AssociateRoleUpdateAction { action: String buyerAssignable: Boolean } interface AssociateRoleUpdateAction [[AssociateRoleUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
14e6b1108fae13b23d1418dd73a35ce58b7a9205
068579f9ad18a1368961dc3b9f812129f4f7e858
/DesignPattern/Singleton/Balancer/uml/sequence_diagram.puml
4c7f70d04f8d13c0313440e56315dfa683b6b4df
[]
no_license
AleMidolo/materiale-tutorato-ids
d9c27a9d0da9436842144a7cc8bd6d381f6e3546
3d95de651214245b113c92481007ec177ce95471
refs/heads/master
2023-03-30T22:05:39.627666
2021-04-01T13:53:07
2021-04-01T13:53:07
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
700
puml
' Documentazione: https://plantuml.com/sequence-diagram @startuml ' START STYLE skinparam { monochrome true 'shadowing false } skinparam sequence { participantBackgroundColor white } hide footbox ' END STYLE title Singleton: Balancer - Sequence Diagram ' Aggiungo delle etichette participant "tb:TestBalancer" as tb participant ":Balancer" as BB participant "b:Balancer" as b ' attivo il main activate tb ' chiamata a Balancer.getInstance() tb -> BB: getInstance() activate BB ' chiamata al costruttore se b == null alt b == null BB -> b ** : new end ' return b (instance) BB --> tb: b deactivate BB ' chiamo b.getHost() tb -> b: getHost() activate b b --> tb: host deactivate b @enduml
false
true
false
false
sequence
4ffda3092421c2aa1c857db58499fa5585f7d919
973dcef38fb285cf4f14a2e937af23e26a05564b
/docs/Solution/Services/swarm-node-agent/UserInteraction.puml
dd9265f6ce290198e9f06fa5f810dbf09583b2e0
[]
no_license
CAADE/CAADE
6a0d37b31e77fd00eeb1ad056d17d484585cad96
3873453a14359879a146f1d5897554ae2e94bd96
refs/heads/master
2021-06-09T05:28:17.894441
2019-06-07T06:08:10
2019-06-07T06:08:10
104,078,969
1
0
null
2020-08-20T15:13:40
2017-09-19T13:32:11
JavaScript
UTF-8
PlantUML
false
false
67
puml
@startuml actor User User -> "swarm-node-agent": UseCase @enduml
false
true
false
false
sequence
2deae7285868b12b6533b77de0bda746fbf83cc1
41e335a2ded65f95ece1c413fe9d465df1d198b4
/lib/DevOther/src/main/java/dev/other/retrofit/response/response.plantuml
b055cc5c8ffae4cfddd1444ae9258fef0583ebaf
[ "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
655
plantuml
@startuml title __RESPONSE's Class Diagram__\n namespace dev.other { namespace retrofit { namespace response { class dev.other.retrofit.response.BaseResponse { + code : String + exception : Throwable + message : String + result : boolean - original : String + getOriginal() } } } } dev.other.retrofit.response.BaseResponse o-- T : data right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
7de7298da6e1fdf99526a1103fd42a0e88841705
8d0bfd0f1fe56b35732eee5978b1ef4ede06b4bc
/doc/Sequ.puml
35e2cb2f8bc3e6dafd708e70fdf694d613d55adc
[]
no_license
DeniZka/pyglet_modern
91b8942b59d7bed6e4a8b8c9abc44a52b0318394
2631108e11b55a925aa59123bbf31e27e15170f8
refs/heads/master
2021-08-15T06:52:24.819461
2017-11-17T15:20:28
2017-11-17T15:20:28
108,544,817
0
0
null
null
null
null
UTF-8
PlantUML
false
false
863
puml
@startuml batch -->> Shader : start Shader -> Camera : activate shader Camera --> DepthTest : set cam uniform DepthTest -> Textured : glEnable() Textured -> Transform : glEnable() Transform -> Graphics : appy transform uni Graphics -> Draw : bind_texture Draw -> Graphics Graphics --> TransformSub TransformSub --> GraphicsSub GraphicsSub --> TransformSub TransformSub --> Graphics Graphics -> Transform Transform --> Graphics Graphics --> Draw Draw --> Graphics Graphics --> Transform Transform -> Textured : glDisable() Textured -> DepthTest : glDisable() DepthTest --> Camera : default cam uni Camera -> Transform : set cam uniform Transform -> Graphics : apply transform uni Graphics -> Draw : bind texture Draw -> Graphics Graphics -> Transform Transform -> Camera : default cam uniform Camera -> Shader : return shader Shader -->> batch : done @enduml
false
true
false
false
sequence
b095a135aa7abcda9fb00107805fb39b1b7133a3
2fdfdd23c429bcf31b21547b53fbae2d3c07e090
/Logical/Class/SystemExample.puml
a60d89ec14720e02c843d32160d1fb1fea46bed6
[]
no_license
swa-group1/PlantUML
e3c7e073a4852678f98d7cc54d46e4cf5aa9b464
32d4a102b16a2d7c378b1c560bf170725cb2322f
refs/heads/main
2023-04-21T05:42:03.223046
2021-04-27T18:35:25
2021-04-27T18:35:25
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,461
puml
@startuml 'Component----------- class Game << (C, lightBlue) >> { Broadcaster Broadcaster Dictionary EnemyTypeMap Stage Stage double TickDuration double Time double TowerCostFactor double TowerSaleFactor } class BoardPosition << (C, lightBlue) >> { Tile Position } class Tower << (C, lightBlue) >> { bool CanSpotCamo int MediumCost double ProjectileSpeed int ProjectileSpriteNumber double Range double ReloadTime double TimeUntilReloaded int TowerSpriteNumber int TowerType } class Reloaded << (T, lightBlue) >> { } class Enemy << (C, lightBlue) >> { bool Camo string NextType int PlayerDamage int SpriteNumber } class PathPosition << (C, lightBlue) >> { double LengthTraveled } class PathSpeed << (C, lightBlue) >> { double Speed } class ProjectedHealth << (C, lightBlue) >> { int ProjectedHealthPoints } 'Filter------------ entity GameFilter << (E, physical >> GameFilter -up-* Game entity ReloadedTowerFilter << (E, physical >> ReloadedTowerFilter -up-* BoardPosition ReloadedTowerFilter -up-* Tower ReloadedTowerFilter -up-* Reloaded entity TargetFilter << (E, physical >> TargetFilter -up-* Enemy TargetFilter -up-* PathPosition TargetFilter -up-* PathSpeed TargetFilter -up-* ProjectedHealth 'System------------ class ShootingSystem << (S, pink) >> { EcsFilter ReloadedTowerFilter EcsFilter GameFilter EcsFilter TargetFilter } ShootingSystem -up-* GameFilter ShootingSystem -up-* ReloadedTowerFilter ShootingSystem -up-* TargetFilter @enduml
false
true
false
false
sequence
21e4b9a8a6ddc28c2d7841717caf4b0526d47155
372451d1ea78984c73bfc6b0a2698c177c9659db
/Chapter2/ClassLibrary/ClassSequency.puml
34b5a1cb4146c49c6b8cf029a155bda85b46d2c7
[]
no_license
puran1218/DesignPatternWithCSharp
0ffceb73a78828584638962d217b93e74178aa7e
2615ca92ca1be35d2ff06f783fec1c1fe74564e8
refs/heads/master
2022-10-22T03:55:53.300380
2020-06-13T11:13:10
2020-06-13T11:13:10
267,726,154
0
0
null
null
null
null
UTF-8
PlantUML
false
false
836
puml
@startuml activate main main --> Context : 1. <<create>> activate Context deactivate Context main --> ConcreteStrategyA : 2. <<create>> activate ConcreteStrategyA deactivate ConcreteStrategyA main -> Context : 3. setStrategy(strategyA) activate Context deactivate Context main -> Context : 4. algorithm() activate Context Context -> ConcreteStrategyA : 5. algorithm() activate ConcreteStrategyA deactivate ConcreteStrategyA deactivate Context main --> ConcreteStrategyB : 6. <<create>> activate ConcreteStrategyB deactivate ConcreteStrategyB main -> Context : 7. setStrategy(strategyB) activate Context deactivate Context main -> Context : 8. algorithm() activate Context Context -> ConcreteStrategyB : 9. algorithm() activate ConcreteStrategyB deactivate ConcreteStrategyB deactivate Context deactivate main ... ... @enduml
false
true
false
false
sequence
abffed5faefe923ac93f1c0e32a118dd29ca9a86
664cbcb8410241709e5a7d41816f376db9bd8f86
/puml/links.puml
ce53c067941a9c13524b374e1b339fe7cbc37133
[ "Apache-2.0" ]
permissive
chussenot/kibana-bandit
594c289875d3cf822e61ea681beed95031cf002c
4c1ed43f599a860836c6973c8115570cfbe063f1
refs/heads/master
2021-09-21T00:57:07.168547
2018-08-18T09:00:12
2018-08-18T09:00:12
104,489,791
2
0
null
null
null
null
UTF-8
PlantUML
false
false
225
puml
skinparam componentStyle uml2 [elasticsearch] [filebeat] [game] [kibana] [kibana] --> [elasticsearch] [filebeat] ..> [elasticsearch] : depends on [filebeat] ..> [kibana] : depends on [kibana] ..> [elasticsearch] : depends on
false
true
false
false
class
6eb86cd4303fd2c6c69e24d9d0d323827f80ebab
5653994dabf895da044b58d5d0dd22e3d004dcd6
/src/site/design/twoD.puml
91824179029c4d04c006431cd64f6e88911991ed
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
RayDeCampo/commons-numbers
726101b43d18445edbb05b60bf534be17504248d
0d64d85edac739593908f4a7d024c9e802109428
refs/heads/master
2021-06-11T13:45:29.147178
2017-01-09T02:58:45
2017-01-09T02:58:45
78,243,319
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,438
puml
' Licensed to the Apache Software Foundation (ASF) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' The ASF 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 skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 package org.apache.commons.complex.geometry #ECEBD8 { interface Space { +int getDimension() +Space getSubSpace() } note top Space is mainly used as a parameter for generics and to link d-dimensional space with (d-1)-dimensional space end note interface "Vector<S extends Space>" as Vector_S_ { +Space getSpace() +Vector getZero() +double getNorm() +Vector add() +Vector subtract() +Vector negate() +Vector normalize() +Vector scalarMultiply() +boolean isNaN() +boolean isInfinite() +double distance() +double dotProduct() } Space <-- Vector_S_ package partitioning #DDEBD8 { interface "Region<S extends Space>" as Region_S_ interface "Hyperplane<S extends Space>" as Hyperplane_S_ interface "SubHyperplane<S extends Space>" as SubHyperplane_S_ } package euclidean #DDEBD8 { package twod #DDDBD8 { class Euclidean2D class Vector2D class Line class SubLine class PolygonsSet Space <|.. Euclidean2D Vector_S_ <|.. Vector2D Hyperplane_S_ <|.. Line SubHyperplane_S_ <|.. SubLine Region_S_ <|.. PolygonsSet } } } @enduml
false
true
false
false
class
8ac6eb477571a8fbb67ddbba1debc0feb2e98702
c6c94915c98838bcf2d05a6599e8864c036a9574
/assets/uml/generator-spec.plantuml
6ef7425ec095e9446c311ef9e9515f0c9bce3b2c
[ "MIT" ]
permissive
SebSDev/13-map-reduce-collect
394cd24dd7fff0bfa1e9f1916164fc3a67915037
10c2c5f5f1faf269c965655a88b8938637ec4e28
refs/heads/master
2020-04-12T19:49:14.328321
2019-02-03T16:03:08
2019-02-03T16:03:08
162,719,082
0
0
null
2018-12-21T13:45:44
2018-12-21T13:45:44
null
UTF-8
PlantUML
false
false
983
plantuml
@startuml GeneratorSpec package de.fhro.inf.prg3.a13.tweets { +class TweetStreamFactory { -{static}instance: TweetStreamFactory +{static}getInstance(): TweetStreamFactory +isOnlineAvailable(): boolean +getTweetsStream(tweetSource: TweetSource): Stream<Tweet> } +enum TweetSource { ONLINE, OFFLINE } package generators { +interface TweetStreamGenerator { getTweetStream(): Stream<Tweet> } +class OnlineTweetStreamGenerator implements TweetStreamGenerator { } +class OfflineTweetStreamGenerator implements TweetStreamGenerator { } } TweetStreamFactory --> OnlineTweetStreamGenerator: Instantiates and returns TweetStreamFactory --> OfflineTweetStreamGenerator: Instantiates and returns } @enduml
false
true
false
false
sequence
76b12fcd79e7c39a50125a872659f34c45dc54e1
11eb610c81465b53d61aaf77f1f30bfd16eecd47
/diagrams/class-general/src/class-dumbledore.puml
ae31e92b9102fb8f96c85507a4f4159b37b61851
[]
no_license
bauerkamil/hogwartSim
a0ff366bb764c325d4d98907edfbf06188a37455
cc47e0cd27040520c4916d79cf64b12436591442
refs/heads/main
2023-05-24T10:08:02.273423
2021-06-15T21:42:28
2021-06-15T21:42:28
361,216,537
0
1
null
null
null
null
UTF-8
PlantUML
false
false
635
puml
@startuml 'https://plantuml.com/class-diagram skinparam classAttributeIconSize 0 package hogwartSim.dumbledore{ interface IDumbledore{ +addPoints(HogwartHouses, int): void +declareWinner(): HogwartHouses +HousesChart(): void } class Dumbledore{ #housesPoints: int[] -filepath: String +Dumbledore() +addPoints(HogwartHouses, int): void +declareWinner(): void +HousesChart(): void } IDumbledore <|-- Dumbledore } package hogwartSim.general{ interface Wizard enum HogwartHouses } IDumbledore - Wizard IDumbledore - HogwartHouses @enduml
false
true
false
false
class
c45c7d7a7ca8414f04cea1dfa94aab5406e3f9ca
7fbdb3db8e966a7f78cad2d9e6798dfd8aedea01
/src/com/cjj/designpattern/behavioral/observer/ObserverClassGraph.puml
a0e56a574726ec4424e48acffd9bf46be00f09ee
[]
no_license
vuquangtin/DesignPattern-1
3d1fc64e8412bf5ba3a10a38dde121c68ffc8b9a
47182c1c6e3f7e4126d33bdca53e055d9f0b3b5d
refs/heads/master
2021-10-09T20:10:01.009239
2019-01-03T01:33:51
2019-01-03T01:33:52
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
427
puml
@startuml class NumberGenerator{ observers addObserver() deleteObserver() notifyObservers() getNumber() execute() } interface Observer{ update() } class RandomNumberGenerator{ random number getNumber() execute() } class DigitObserver{ update() } class GraphObserver{ update() } RandomNumberGenerator --|>NumberGenerator DigitObserver ..|>Observer GraphObserver ..|>Observer NumberGenerator o->Observer:Notifies > @enduml
false
true
false
false
sequence
2767afac5aa4b149ba201584865649a2b902d8f8
14979669c6a0c65aa27cd7f9eacef01e10eac632
/src/main/java/ex41/ex41App.puml
417094148215528eb3b365e0b861f3667701ad36
[]
no_license
YHmaiti/Hmaiti-COP3330-Assignment3
316326ffb6d83eae6382a41830441b08d5e2acae
c1f591b1bbdfa94724c72e7f43cd1e35be2555e6
refs/heads/master
2023-08-13T20:04:06.663057
2021-10-07T22:24:37
2021-10-07T22:24:37
414,767,067
0
0
null
null
null
null
UTF-8
PlantUML
false
false
246
puml
/* * UCF COP3330 Fall 2021 Assignment 3 Solution * Copyright 2021 Yohan Hmaiti */ @startuml class App{ + main(String[] args) + InputHandlerWithSort(String inputtedDir,String outputtedDir) + printOutput(String output) } @enduml
false
true
false
false
class
4ef3d217b3f3f2887b8a6c9a915261b65fa38531
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-codelist-journalposttype.puml
ef4c1349a5ea24e3b0446d3dd9ba1be09ab76feb
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
266
puml
@startuml skinparam nodesep 100 hide circle class Kodelister.Journalposttype <<codelist>> { +Inngående dokument = I +Utgående dokument = U +Organinternt dokument for oppfølging = N +Organinternt dokument uten oppfølging = X +Saksframlegg = S } @enduml
false
true
true
false
class
a030d4c89cf5fc61490007d06d0c399a83541cb2
91678f027f1da807dfe4c113028f331f458c3a3d
/src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-system-customfield.puml
a099f823f53cc0421d2a7b9a71cd8b81d8f5365c
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
amtee/platform
fd4b863a98c4302a26782486d173c437dfa98baa
3518811b02bcfb746abb8553ae8e5ac6f15338c0
refs/heads/trunk
2023-08-20T03:41:00.473175
2021-09-27T11:20:36
2021-09-27T11:20:36
410,864,620
1
0
MIT
2022-02-06T18:56:01
2021-09-27T11:54:21
null
UTF-8
PlantUML
false
false
2,790
puml
@startuml ' uncomment the line below if you're using computer with a retina display ' skinparam dpi 300 !define Table(name,desc) class name as "desc" << (T,#FFAAAA) >> !define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >> !define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >> ' we use bold for primary key ' green color for unique ' and underscore for not_null !define primary_key(x) <b>x</b> !define unique(x) <color:green>x</color> !define not_null(x) <u>x</u> ' other tags available: ' <i></i> ' <back:COLOR></color>, where color is a color name or html color code ' (#FFAACC) ' see: http://plantuml.com/classes.html#More hide methods hide stereotypes hide empty members skinparam backgroundColor #FFFFFF ' entities Table(ShopwareCoreSystemCustomFieldCustomFieldDefinition, "custom_field\n(CustomField configuration)") { primary_key(id) id not_null(name) string not_null(type) string config json active bool customFieldSetId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition, "custom_field_set\n(CustomField set/group)") { primary_key(id) id not_null(name) string config json active bool global bool position int appId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemCustomFieldAggregateCustomFieldSetRelationCustomFieldSetRelationDefinition, "custom_field_set_relation\n(Set to entity relation)") { primary_key(id) id not_null(customFieldSetId) foreignKey not_null(entityName) string not_null(createdAt) createdAt updatedAt updatedAt } ForeignTable(ShopwareCoreContentProductAggregateProductSearchConfigFieldProductSearchConfigFieldDefinition, "product_search_config_field") { } ForeignTable(ShopwareCoreContentProductAggregateProductCustomFieldSetProductCustomFieldSetDefinition, "product_custom_field_set") { } ForeignTable(ShopwareCoreFrameworkAppAppDefinition, "app") { } ' relationshipd ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition --> ShopwareCoreSystemCustomFieldCustomFieldDefinition ShopwareCoreSystemCustomFieldCustomFieldDefinition --> ShopwareCoreContentProductAggregateProductSearchConfigFieldProductSearchConfigFieldDefinition ShopwareCoreSystemCustomFieldAggregateCustomFieldSetRelationCustomFieldSetRelationDefinition --> ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition --> ShopwareCoreContentProductAggregateProductCustomFieldSetProductCustomFieldSetDefinition ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition --> ShopwareCoreFrameworkAppAppDefinition @enduml
false
true
false
false
uml-unknown
1cdeeb621a1bc3d705d1fa969cd013a82dfa00f8
b4c9af8c42621a8cb88bc223ce25f3d04ac14091
/docs/assets/diagrams/linking/1-create-listener.puml
fda061f83c15888b5e5496e653a2024b6a7968ea
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mojaloop/contrib-pisp-demo-svc
307094bf3ab0c907c28f4a8c7c515ddb06131c77
2fc633d0d8e9e075da88bd1250fdd3816b53ed3d
refs/heads/master
2023-07-23T06:04:23.315418
2021-08-10T10:07:34
2021-08-10T10:07:34
273,172,138
0
1
NOASSERTION
2021-08-10T10:07:35
2020-06-18T07:34:33
TypeScript
UTF-8
PlantUML
false
false
493
puml
@startuml title Create Listener autonumber participant App database Firebase participant "PISP Server" as PISP PISP -> Firebase: ""firebase.firestore()""\n\ "".collection("consents")""\n\ "".where("status", "!=", "ACTIVE")""\n\ "".where("status", "!=", "REVOKED")""\n\ "".onSnapshot( ... )"" return ""200 OK"" App -> Firebase: ""firebase.firestore()""\n\ "".collection("consents")""\n\ "".where("userId", "==", "bob101")""\n\ "".onSnapshot( ... )"" return ""200 OK"" @enduml
false
true
false
false
sequence
6a49a2eb91709e8c3b3f9ffe129bba5967379065
d89df825e897c0914be0591dd5f7d994d9b28b71
/sabi-server/UML/3.1_BusinessContext/Comp_Level0_Sabi_Context.puml
da26caa4349e6d3904d7d54c5f958671563399ee
[ "MIT" ]
permissive
StefanSchubert/sabi
b05a9929b87d6f1f09fe23c0155eba7c7ca87833
d5d1a0cde17ad519c33c231d951095b25ea5d79f
refs/heads/main
2023-08-08T05:47:45.965162
2023-04-10T13:20:20
2023-04-10T13:20:20
29,791,389
12
2
MIT
2023-04-09T13:22:01
2015-01-24T20:56:47
Java
UTF-8
PlantUML
false
false
439
puml
@startuml skinparam monochrome true skinparam componentStyle uml2 package "User Environment" { :SeawaterAquarist: as saq saq -- [SeawaterTank] : measures saq - [Client] : uses interface HTTP Client -right..> HTTP : use note bottom of Client Could be WebBrowser or native mobile client. end note } package "Sabi Backend" { HTTP <.. [Sabi Services]: provides database storage [BI magic] --> storage [Sabi Services] --> storage } @enduml
false
true
false
false
sequence
1cd334e61e997eb2018f3ffb86612a4cdd8b5895
cc2b07d9e4266efcc830451adfb69b925ec10867
/Docs/src/umldocs/ResourceManagement.puml
af06fc613d0afc8f5d3ee9e065b8376f55cbbfa1
[ "MIT", "CC-BY-2.0", "CC-BY-4.0", "ICU", "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "Zlib", "LicenseRef-scancode-public-domain", "CC-BY-3.0", "CC-BY-NC-4.0", "LicenseRef-scancode-unknown-license-reference", "Unlicense" ]
permissive
OGRECave/ogre
74c9c318d95010a3e5fba9709ffebc7e781f27a2
15631ca2dd44bd0c925e33411bee05ccac95fc55
refs/heads/master
2023-09-04T21:08:30.326815
2023-09-02T10:49:34
2023-09-02T10:49:34
47,069,819
3,716
1,178
MIT
2023-09-14T05:33:08
2015-11-29T15:57:03
C++
UTF-8
PlantUML
false
false
1,403
puml
@startuml hide footbox Application -> ResourceGroupManager: createResourceGroup(group) loop resources.cfg Application -> ResourceGroupManager: addResourceLocation(loc, type, group) ResourceGroupManager -> ResourceGroupManager: addToIndex(file) end Application -> ResourceGroupManager: initialiseResourceGroup(group) ResourceGroupManager -> ResourceManager: parseScript(file) activate ResourceGroupManager loop Examples.material activate ResourceManager ResourceManager -> ResourceManager: create(name, group) ResourceManager -> Resource: << new >> deactivate ResourceManager end deactivate ResourceGroupManager Application -> ResourceManager: load(name, group) activate ResourceManager ResourceManager -> Resource: << new >> activate Resource Resource -> Resource: prepare Resource -> ResourceGroupManager: openResource(name, group) activate ResourceGroupManager ResourceGroupManager --> Resource: DataStreamPtr deactivate ResourceGroupManager deactivate Resource ResourceManager --> Application: ResourcePtr deactivate ResourceManager Application -> ResourceGroupManager: loadResourceGroup(group) loop group ResourceGroupManager -> Resource: load end Application -> ResourceGroupManager: clearResourceGroup(group) activate ResourceGroupManager loop group ResourceGroupManager -> ResourceManager: remove(name) ResourceManager -> Resource: << delete >> end deactivate ResourceGroupManager @enduml
false
true
false
false
sequence
09eca7b03dc377d2168f159ee6b87fc1d56754cc
b6b80e0d90aed72a08e8fe6c636996ae62064b86
/src/main/java/ro/mta/se/lab/controller/controller.plantuml
b18f45d80fd6e80a55ee8b5f3cd7ad5be3a8d6c6
[]
no_license
AlexandraLarisaa/Tema2
44eee2cbb1172c347cd115cd9424d46672385736
8e4129509e2df7e3bbe56ec12c969d7da3e72078
refs/heads/master
2023-02-18T01:15:48.808399
2021-01-17T10:04:55
2021-01-17T10:04:55
328,685,852
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,199
plantuml
@startuml title __CONTROLLER's Class Diagram__\n namespace o.mta.se.lab { namespace controller { class ro.mta.se.lab.controller.ListController { + celsius : Label + chb_city : ComboBox<String> + chb_country : ComboBox<String> + description : Label + grade : Label + humidity : Label + precipitation : Label + showCity : Label + time : Label + weatherImage : ImageView + wind : Label - apiKey : String - currentCity : String - locations : Map<String, ArrayList<Location>> - weatherDescription : String + ListController() + getDescriptionInfo() + initialize() + showWeatherInfo() - handleSelectCity() - handleSelectCountry() } } } ro.mta.se.lab.controller.ListController .up.|> javafx.fxml.Initializable right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
0c4ed7d46fc67693295d4c3a5fe752cdddcc8b9c
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/BusinessUnitAddAddressAction.puml
49712614a73308b2d452b342e492ed2fee44b337
[]
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
491
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 BusinessUnitAddAddressAction [[BusinessUnitAddAddressAction.svg]] extends BusinessUnitUpdateAction { action: String address: [[BaseAddress.svg BaseAddress]] } interface BusinessUnitUpdateAction [[BusinessUnitUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
651d67840dd56766f6bdf2d9deee741691f80aa5
57fbc019b098405977ffe0e93551d48425ba78d0
/ethereum/nft/nft-statechart-export-2.plantuml
b4a84d48d08d95f3f8e55344683ae62a4a0e61a4
[]
no_license
3rdstage/models
40922c538ad3b56a555817d2258ee5f863002fca
7d6d41020f53fb39eace3fa3987af63a56d0ace3
refs/heads/master
2023-07-19T08:53:40.724866
2023-01-09T09:00:46
2023-01-09T09:00:46
205,056,655
0
2
null
2021-11-04T06:22:06
2019-08-29T01:39:54
D
UTF-8
PlantUML
false
false
1,750
plantuml
@startuml ' https://plantuml.com/state-diagram skinparam { 'DefaultFontName Consolas DefaultFontName Monaco 'DefaultFontName Lucida Console 'DefaultMonospacedFontName Consolas 'DefaultFontStyle bold 'BackgroundColor transparent BackgroundColor #eeeeee PageMargin 10 BoxPadding 50 ParticipantPadding 20 ArrowFontSize 16 ArrowThickness 1 ResponseMessageBelowArrow true MinClassWidth 75 ClassFontStyle bold NoteFontName Courier NoteBackgroundColor SeaShell NoteBorderColor transparent NoteShadowing false } state Normal { state Owned state Offered state Bidded } state Transient { state Exporting } state Removed { state Exported } [*] --> Owned : mint Owned --> Offered : offer Offered --> Bidded : bid Bidded --> Bidded : bid Bidded --> Owned : transfer Owned --> Exporting : exporting note on link pre: post: end note Exporting --> Exported : exported note on link pre: post: end note Exporting --> Owned : unexporting note on link pre: post: end note note right of Owned contract.statedTokens[Exporting]->excludes(token) contract.statedTokens[Exported]->exlcudes(token) end note note right of Exporting contract.statedTokens[Exporting]->includes(token) contract.statedTokens[Exported]->exlcudes(token) end note note right of Exported contract.statedTokens[Exporting]->excludes(token) contract.statedTokens[Exported]->inlcudes(token) end note legend * Exporting or exported token can not be traded(offered, bidded or transferred). * Exporting state is expected not to last long. * Exported token is expected not to count into total supply. * Exported token is expected not to be exposed to market places such as OpenSea. end legend @enduml
false
true
false
false
sequence
b88cf90b94cb3d3fa2969209d35481ecae7e0310
81c5341b371310f415b7c5ed1193e72bba5eedda
/diagrams/server/DocumentsClassDiagram.puml
8d90deeebfd4914102d18c070cfd98a850a501b8
[ "MIT" ]
permissive
wolfj123/PolicyModelsPlugin
cb8a8687f66e95f164e2cf76cb8ff91245bad598
c012734157bb8a03348e55e6844e34b6bc1596fc
refs/heads/master
2023-01-08T05:03:52.950396
2020-06-17T15:59:44
2020-06-24T13:50:58
229,545,591
0
0
MIT
2023-01-07T18:08:47
2019-12-22T09:32:58
TypeScript
UTF-8
PlantUML
false
false
3,714
puml
@startuml interface ChangeInfo { +oldRange: Range +newRange: Range } interface PMTextDocument { +path: string +uri: string +languageId: languagesIds +version: number +getText(range?: Range): string +positionAt(offset: number): Position +offsetAt(position: Position): number +lineCount: number +isEqual(other: PMTextDocument): boolean +update(changes: TextDocumentContentChangeEvent[], version: number): ChangeInfo[] +lastChanges: ChangeInfo[] } class FullTextDocument implements PMTextDocument { -_path: string -_uri: string -_languageId: languagesIds -_version: number -_content: string -_lineOffsets: number[] -_lastChanges: ChangeInfo[] +lastChanges: ChangeInfo[] +lastChanges: ChangeInfo[] +path: string +uri: string +languageId: languagesIds +version: number +version: number +getText(range?: Range): string +update(changes: TextDocumentContentChangeEvent[], version: number): ChangeInfo[] -getLineOffsets(): number[] +positionAt(offset: number): Position +offsetAt(position: Position): number +lineCount: number +isEqual(other: PMTextDocument): boolean -{static} isIncremental(event: TextDocumentContentChangeEvent): boolean -{static} isFull(event: TextDocumentContentChangeEvent): boolean } interface DocumentManagerResult { +type: DocumentManagerResultTypes +result?: any } enum DocumentManagerResultTypes { noChange newFile removeFile updateFile } interface TextDocumentManagerInt { +folderMode: boolean +allDocumnets: PMTextDocument[] +openedDocumentInClient(opendDocParam: TextDocumentItem): Promise<DocumentManagerResult[]> +closedDocumentInClient(closedDcoumentParams: TextDocumentIdentifier): Promise<DocumentManagerResult> +changeTextDocument(params: DidChangeTextDocumentParams): Promise<DocumentManagerResult> +deletedDocument(deletedFile: string): Promise<DocumentManagerResult> +clientCreatedNewFile(newFileUri: string): Promise<DocumentManagerResult> +openedFolder(pathUri: string): void +getDocument(uri: string): PMTextDocument } class TextDocumentManager implements TextDocumentManagerInt { -_finishedReadingFolder: boolean -_noOpenFolderMode: boolean -_allDocuments: PMTextDocument[] +folderMode: boolean +getDocument(uri: string): PMTextDocument +allDocumnets: PMTextDocument[] +openedDocumentInClient(opendDocParam: TextDocumentItem): Promise<DocumentManagerResult[]> +closedDocumentInClient(closedDcoumentParams: TextDocumentIdentifier): Promise<DocumentManagerResult> +changeTextDocument(params: DidChangeTextDocumentParams): Promise<DocumentManagerResult> +deletedDocument(deletedFile: string): Promise<DocumentManagerResult> +clientCreatedNewFile(newFileUri: string): Promise<DocumentManagerResult> +openedFolder(pathUri: string): void -createAndAddNewFile(newFileUri?: string, textDocument?: TextDocumentItem): PMTextDocument -filesCollector(path: string, filesToParse: { name: string; languageId: languagesIds; }[]): void -getLangugeIdFromUri(uri: string): languagesIds } class DocumenManagerGlobal { +getWellformedRange(range: Range): Range +createNewTextDocument (ur: string,languageId: any,version: number,content: string): PMTextDocument +createNewTextDocumentItem(textDocItem: TextDocumentItem): PMTextDocument } FullTextDocument --> DocumenManagerGlobal: uses TextDocumentManagerInt "0..." o-- "1...1" PMTextDocument DocumentManagerResult "1..1" *-- "1..1" DocumentManagerResultTypes TextDocumentManagerInt --> DocumentManagerResult: uses PMTextDocument "1..1" *-- "1..1" ChangeInfo @enduml
false
true
false
false
sequence
8cd4e2d3061719a623ea7933aca986c620cd8346
714f9744f76cc2af51f47b4dbe9fd7b38e616ce4
/doc/uml/component-reference-architecture.puml
524e2bcf9ccb112e22b907334ad29169fed8b697
[]
no_license
sopra-steria-norge/pharmacy.no
3082b724b7c93b327a8ad884d9fee2ad40a92321
b0d3e8ee3d6a358a96b6401bd23fc789ad865882
refs/heads/master
2021-07-18T19:51:32.802750
2017-10-24T22:10:24
2017-10-24T22:14:58
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
667
puml
@startuml node Client interface HTTP interface ExternalService cloud DIFA { component Controller note top of Controller: Exposes functionality to clients component Calculator note top of Calculator: Encapsulates business rules component Gateway note bottom of Gateway: Encapsulates external\ncommunication component Repository note left of Repository: Encapsulates database\ncommunication database Database } Client .down.> HTTP HTTP -down- Controller Controller -left-> Calculator Controller -right-> Gateway Gateway .right.> ExternalService Controller -down-> Repository Repository -down-> Database @enduml
false
true
false
false
sequence
dd633056148e9e398babb22dbac7c6bacb6a0de3
f37e90775a158ea0ae644e334eac5bba341f4989
/Documentation+/PlantUml/class/database_entities.puml
035640e22c29a51446b2bd8fcefbf3574affe867
[]
no_license
Aleks-Ya/yaal_examples
0087bbaf314ca5127051c93b89c8fc2dcd14c1e3
ec282968abf1b86e54fc2116c39f2d657b51baac
refs/heads/master
2023-09-01T07:40:44.404550
2023-08-27T15:24:34
2023-08-29T22:01:46
14,327,752
4
2
null
2021-06-16T20:39:19
2013-11-12T09:26:08
Java
UTF-8
PlantUML
false
false
780
puml
@startuml entity Entity10 { * identifying_attribute -- * mandatory_attribute optional_attribute } entity Entity11 { optional attribute **optional bold attribute** * **mandatory bold attribute** } Entity01 }|..|| Entity02 Entity03 }o..o| Entity04 Entity05 ||--o{ Entity06 Entity07 |o--|| Entity08 ' hide the spot hide circle ' avoid problems with angled crows feet skinparam linetype ortho entity "Entity01" as e01 { *e1_id : number <<generated>> -- *name : text description : text } entity "Entity02" as e02 { *e2_id : number <<generated>> -- *e1_id : number <<FK>> other_details : text } entity "Entity03" as e03 { *e3_id : number <<generated>> -- e1_id : number <<FK>> other_details : text } e01 ||..o{ e02 e01 |o..o{ e03 @enduml
false
true
false
false
sequence
c38d3df7d60ed73b533b877fcc1d94d43f20676b
57b81f1517697803f721fb4c7d649822d28497d1
/docs/design/tefact-datasource.puml
a9e45898f3c149efc197c49ae3ea4ab0d8ecb722
[ "MIT" ]
permissive
zhengdeding/tefact-engine
417c6125853ab1b4db0c35c7e0f24a4e1538a3af
de894e8f8c163cb5aafe360dc146d1a4ded20ddb
refs/heads/master
2023-03-17T14:04:48.627124
2021-03-20T04:30:46
2021-03-20T04:30:46
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
124
puml
package "DataSource" #DDD { class DataSource { id: String } class DBStorage { } class FileStorage { } }
false
true
false
false
class
5878cb7a52441182692887d7e9ec7a089d184fdc
618414d7666e67b9535ebd975e1de61e9c01e095
/QLSV/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/cursoradapter/cursoradapter.plantuml
cfadec248567689f2e3b3970846fb653023fca7f
[]
no_license
h2312/Do-an-TTLTA-03-TIN230DV01-0100
a0792724add3844de35d48a2bd87d3eeb8de8a93
e9f01e84b45042bd6192333842fb80feabb74707
refs/heads/master
2022-06-30T21:56:05.032422
2020-04-25T10:33:44
2020-04-25T10:33:44
258,747,594
0
0
null
null
null
null
UTF-8
PlantUML
false
false
337
plantuml
@startuml title __CURSORADAPTER's Class Diagram__\n package android.support.cursoradapter { class R { - R() } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
27081dc0bc7ca4af16b423826644cb60d201742f
f1e5dc653e9306d619dfbe86786b0616490ea97f
/src/diagram.puml
1d9643d728381d3b21a36617526777bca2af217c
[]
no_license
Lars-m/week7Certificates
74c2aca5cece2d4e86737ace63ade9c1412cf032
c00af89eaf07567c36855e17184cdd25732d82c9
refs/heads/master
2020-03-07T14:14:41.858917
2018-03-14T10:23:46
2018-03-14T10:23:46
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
428
puml
@startuml hide footbox actor Subject create "Certificate Request" as CR Subject -> CR : generate participant "Certificate Autority" as CA Subject -> CA : submit certificate request CA --> CA: validates request note right: Perhaps human workflow CA -> CA: computes hash of request CA -> CA: encrypts hash using CA's private key create Certificate CA -> Certificate: create CA -> Subject: returns validated Certificate @enduml
false
true
false
false
sequence
5e576bc604e016343cff19a994b7431d36b6f378
95db096f36828b7124792f7ce52368a58783e9e9
/docs/javadocs/soen6441riskgame/utils/GraphChecker.puml
a3aea3bc488975bb43035fd860285769d75639e9
[]
no_license
huntertran/soen6441-riskgame
81af179068618a3870b14ef46cf51ea65c31ac6b
f6605e3c5bdd3346f65288c96de6d169faa47f00
refs/heads/master
2023-06-22T21:10:32.772010
2021-03-31T21:48:30
2021-04-02T03:19:34
209,664,319
2
1
null
2023-06-14T22:29:59
2019-09-19T23:16:40
Java
UTF-8
PlantUML
false
false
752
puml
@startuml skinparam svgLinkTarget _parent skinparam linetype ortho set namespaceSeparator none class "<b><size:14>GraphChecker</b>\n<size:10>soen6441riskgame.utils" as soen6441riskgame.utils.GraphChecker [[../../soen6441riskgame/utils/GraphChecker.html{soen6441riskgame.utils.GraphChecker}]] { +GraphChecker() {static} +boolean isCountriesConnected(ArrayList<Country> countries) } class "<b><size:14>Country</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Country [[../../soen6441riskgame/models/Country.html{soen6441riskgame.models.Country}]] #white { } hide soen6441riskgame.models.Country fields hide soen6441riskgame.models.Country methods soen6441riskgame.utils.GraphChecker ..> soen6441riskgame.models.Country @enduml
false
true
false
false
class
e5170250b437eb18728fdc3d5711642688915e4f
ad3cc5450c8e0d30e3ddbc36db6fbb053e8965fb
/projects/oodp/html/umlversion/sg/edu/ntu/scse/cz2002/util/ScannerHelper.puml
79b641bf40e141a5bee95e24694cd460339f3698
[]
no_license
itachi1706/How-to-use-Git-NTUSCSE1819-Site
d6fcba79d906e9916c3961b11a6e1318d8a0f602
dbce2f56b42e15be96bd40fd63e75389d397ca34
refs/heads/master
2021-07-12T15:24:44.197085
2020-08-01T12:31:23
2020-08-01T12:31:23
172,893,030
0
0
null
null
null
null
UTF-8
PlantUML
false
false
714
puml
@startuml class ScannerHelper [[../sg/edu/ntu/scse/cz2002/util/ScannerHelper.html]] { {static} +instance: Scanner {static} +getIntegerInput(prompt:String): int {static} +getIntegerInput(prompt:String, min:int): int {static} +getIntegerInput(prompt:String, min:int, max:int): int {static} +getIntegerInput(prompt:String, acceptedValues:ArrayList<Integer>, errorMsg:String): int {static} +getDoubleInput(prompt:String): double {static} +getDoubleInput(prompt:String, min:int): double {static} +getYesNoInput(prompt:String): boolean {static} +getScannerInput(): Scanner } center footer UMLDoclet 1.1.3, PlantUML 1.2018.12 @enduml
false
true
false
false
class
5c4141571b552326a7c479c988dca89e36e473ef
644b7bb773b84596a2de4d31a0603284d9562e56
/Solidity/Contracts/UniversityExam.iuml
75d86cf969d16113a9f0a4285de3e5de668cc81c
[]
no_license
M9k/Marvin-Uml
e62d17245cf493d53f0b80f633a47be8ec44569e
0fe9bc36f947535ae4397181ccf8c85291244a87
refs/heads/master
2021-04-15T17:44:22.461549
2018-05-10T07:52:19
2018-05-10T07:52:19
126,618,685
0
0
null
null
null
null
UTF-8
PlantUML
false
false
139
iuml
@startuml class UniversityExam #99FFF3 { __modifiers__ __ + associateTeacherToExam (_teacher: Teacher, _exam: Exam) {onlyAdmin} } @enduml
false
true
false
false
class
faab522efd79ac4ed11d66c639854c50a9cd865e
a0da64289aeb4b257eafd0445649c54971c2ef39
/proxy-pattern/doc/java-dynamic-proxy.puml
c8b5ecfcfef3a9fc50712f9df76b1660953c8b98
[]
no_license
ThomsonTang/Design-Pattern
04db1920f2a06e4caff3a5fa20691f589bff38ec
d976f0f186d2540e9b64c026a7f34db7add6f41d
refs/heads/master
2022-07-20T18:58:13.548479
2022-07-07T10:13:35
2022-07-07T10:13:35
39,445,011
0
0
null
2015-12-26T10:00:38
2015-07-21T12:50:07
null
UTF-8
PlantUML
false
false
358
puml
@startuml interface Subject { request() } Subject <|-- RealSubject Subject <|-- Proxy class RealSubject { request() } interface InvocationHandler { invoke() } InvocationHandler <|-- TheInvocationHandler RealSubject <-- TheInvocationHandler Proxy -right-> TheInvocationHandler class TheInvocationHandler { invoke() } class Proxy { request() } @enduml
false
true
false
false
class
b18a71acd7b295c2d983162b82ffe046ffb80d6d
2898720a18b19ca779d1201d0250fe7208e9db67
/doc/classes.puml
629354cc944d861eeaa16632556141bf1d63ca5e
[ "MIT" ]
permissive
jcorre-hipay/micro-token
d9ae24b4e45b641cd40d782a3351990c7545bc7c
41edbf4ae89ab05a12bf45b9cd920ad9936f5186
refs/heads/master
2021-05-15T21:49:08.501528
2018-11-08T09:02:25
2018-11-08T09:02:25
106,593,513
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,638
puml
@startuml class TokenManager { + <b>setCipher(</b><i>CipherInterface</i> cipher<b>)</b> + <b>create(</b><i>string</i> cardNumber<b>,</b> <i>int</i> keyIdentifier<b>)</b>: <i>string</i> } class KeyStore { + <b>register(</b><i>int</i> id<b>,</b> <i>string</i> value<b>)</b> + <b>get(</b><i>int</i> id<b>)</b>: <i>string</i> } class CipherRegistry { + <b>get(</b><i>string</i> algorithm<b>)</b>: <i>CipherInterface</i> } interface CipherInterface { + <b>hash(</b><i>string</i> data<b>,</b> <i>string</i> key<b>)</b>: <i>string</i> } abstract class AbstractCipher { + <b>hash(</b><i>string</i> data<b>,</b> <i>string</i> key<b>)</b>: <i>string</i> } class Md5Cipher { + <b>hash(</b><i>string</i> data<b>,</b> <i>string</i> key<b>)</b>: <i>string</i> } class Sha1Cipher { + <b>hash(</b><i>string</i> data<b>,</b> <i>string</i> key<b>)</b>: <i>string</i> } class Sha256Cipher { + <b>hash(</b><i>string</i> data<b>,</b> <i>string</i> key<b>)</b>: <i>string</i> } interface StorageAdapterInterface { + <b>load(</b><i>string</i> storage<b>)</b>: <i>array</i> + <b>save(</b><i>string</i> storage<b>,</b> <i>array</i> data<b>)</b> } class JsonFileStorageAdapter { + <b>load(</b><i>string</i> storage<b>)</b>: <i>array</i> + <b>save(</b><i>string</i> storage<b>,</b> <i>array</i> data<b>)</b> } TokenManager o-- KeyStore TokenManager o-- CipherInterface KeyStore o- StorageAdapterInterface CipherInterface <|.. AbstractCipher AbstractCipher <|-- Md5Cipher AbstractCipher <|-- Sha1Cipher AbstractCipher <|-- Sha256Cipher StorageAdapterInterface <|.. JsonFileStorageAdapter @enduml
false
true
false
false
class
a4f170b4613b618aa2d9eca4513387c892fd08fe
de3c0b612ac42b368294e6ff14d37c7de0d95609
/src/src.plantuml
2c9c675a305f29db43d7f8cbaa1024d21c2717c3
[]
no_license
Mahoney0101/AdapterPattern
6b144fe300e378d91d5ceb5c76546f00b094ac57
39c79dcc8c1691272396b58302be1608e7d8c6c3
refs/heads/master
2022-12-29T18:07:44.583627
2020-10-20T16:35:44
2020-10-20T16:35:44
305,080,873
0
0
null
null
null
null
UTF-8
PlantUML
false
false
246
plantuml
@startuml interface CoffeMachine { } class Coffee { } class Driver { } class Tea { } class TeaAdapter { } Coffee .up.|> CoffeMachine TeaAdapter .up.|> CoffeMachine TeaAdapter o-- Tea : tea @enduml
false
true
false
false
class
ec1dcff5a893df29aed7b13606aec88fe71220df
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/ipc04_01/import_export_text/i130664/ipc04_01_sequence_diagram_import.puml
e6d427ebdb5c8edd67f5dd955c53fb52549f880f
[]
no_license
1130348/Confusao
62e06a3428e4455807b6b247c52d9f94b95fa2c1
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
refs/heads/master
2020-03-25T00:25:42.003519
2015-06-26T14:16:24
2015-06-26T14:16:24
143,185,136
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,415
puml
@startuml doc-files/import_from_text_file_ipc04_01.png actor User participant "ImportAction" as iea participant "ImportExportUI" as ui participant "ImportExportController" as ctrl participant "th:Thread" as th participant "thr:CustomImportation" as thr participant "UIController" as uictrl participant "stream:FileInputStream" as fis participant "ef:ExtensionFilter" as ef participant "wb:Workbook" as wb User -> iea : actionPerformed() iea -> ui : showDialog(app) User <-- ui : asks for the column's separator User -> ui : chooses separator User <-- ui : asks if the file has a header and if it is \nsupposed to be included in the operation User -> ui : indicates if the file has header and if it is \nsupposed to be included in the operation User <-- ui : asks to the user to choose a file User -> ui : chooses the file(s) ui -> ctrl : importFiles(app, files, separator, header, includeHeader) ctrl -> th : th = create(new CustomImportation(app, uiController, \nfiles, separator, header, includeHeader)) create thr th -> thr : new(app, uiController, files, \nseparator, header, includeHeader) ctrl -> th : start() th -> thr : run() thr -> thr : importText() create ef thr -> ef : new() thr -> uictrl : wb:getActiveWorkbook() loop for each file selected create fis thr -> fis : new(file) thr ->ef : accept(file) thr -> fis : content += readLine() thr -> wb : addSpreadSheet(content); end loop @enduml
false
true
false
false
usecase
06b0506fb305be0bbbcc268ff753b6bdcc7e957a
6a18f529996d613a5b4ad504f84eb35f3bd319c4
/src/main/resources/ejercicio1.plantuml
f878495c3b6f0e1edc88640e11cb5bdc875f8f23
[]
no_license
obj2-unahur/04-template-method-practica-v1
d00d3a1e63e7337b7710f4fd165b891edf5dfaef
ef0605434d4c0701b6ffc1c727b7f1f8f3965ce4
refs/heads/master
2022-07-21T15:18:16.988321
2020-05-13T00:20:43
2020-05-13T00:20:43
262,786,596
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,065
plantuml
@startuml class ar.edu.unahur.obj2.ejercicio1.AgenciaDeViajes { + AgenciaDeViajes() + catalogoDePaquetes() } class ar.edu.unahur.obj2.ejercicio1.PaqueteCuyo { + getNombre() + imprimirItinerario() - print() # getTransporteIda() # getDia1() # getDia2() # getDia3() # getTransporteVuelta() } class ar.edu.unahur.obj2.ejercicio1.PaqueteNOA { + itinerario() - nombre() # transporteIda() # dia1() # dia2() # dia3() # transporteVuelta() - print() } class ar.edu.unahur.obj2.ejercicio1.PaquetePatagonia { + getItinerario() - print() } ar.edu.unahur.obj2.ejercicio1.AgenciaDeViajes o-- ar.edu.unahur.obj2.ejercicio1.PaqueteCuyo : paqueteCuyo ar.edu.unahur.obj2.ejercicio1.AgenciaDeViajes o-- ar.edu.unahur.obj2.ejercicio1.PaqueteNOA : paqueteNOA ar.edu.unahur.obj2.ejercicio1.AgenciaDeViajes o-- ar.edu.unahur.obj2.ejercicio1.PaquetePatagonia : paquetePatagonia @enduml
false
true
false
false
class
67ca86ee874c31b0aaf225679340785a07da8dde
ae6efa0d4bfea3710ec83daf11b03a45022a3547
/static/puml/AIS.puml
4d8199fff4b0d79da39060da272e231b2c9ca14f
[]
no_license
VirtualReality1/topologieSpringBoot
4cf4c1f11893ba1fde03334f04cc44d5fee923df
0a80280f6d98ff23ca27f1fb8f48d372d3b73516
refs/heads/master
2023-06-06T22:05:06.346606
2021-06-30T15:21:47
2021-06-30T15:21:47
376,665,774
0
0
null
2021-06-30T15:21:48
2021-06-14T00:20:31
Java
UTF-8
PlantUML
false
false
94
puml
@startuml object AIS AIS : ID : 7 AIS : Name: Maris AIS : Version :8 AIS : OS: Windows @enduml
false
true
false
false
class
6a3c439587282a44cc1c3370c941fcca6ef5d4de
2cb0d17b297862de0b2876905bc69fab6a3fda1a
/diagrams/interaction_diagrams/Archive/2/4. Plan Task - Plan.plantuml
9b7d0102c83466f4bbb7514add7fa0be2ef77cae
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
julienbenaouda/projectJJA
507bd714ec752d41ce1ef2f7fd05104390f34e92
9063388043b79e68640379cda5f674df62f76213
refs/heads/master
2021-04-27T17:28:29.111045
2018-06-14T19:29:11
2018-06-14T19:29:11
122,321,355
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,481
plantuml
@startuml title "Plan Task - Plan" -> ":Controller": plan(...) activate ":Controller" ":Controller" -> ":Task": plan(List<Resource>, LocalDateTime, ResourceManager, User) activate ":Task" ":Task" -> ":Task": getState() activate ":Task" ":Task" --> ":Task": TaskState deactivate ":Task" ":Task" -> ":TaskState": plan(Task, List<Resource>, LocalDateTime, ResourceManager) activate ":TaskState" ":TaskState" -> ":ResourceManager": plan(Task, List<Resource>, LocalDateTime) activate ":ResourceManager" ":ResourceManager" -> ":Task": getRequirements() activate ":Task" ":Task" --> ":ResourceManager": Map<ResourceType, Integer> deactivate ":Task" ":ResourceManager" -> ":Task": getDuration() activate ":Task" ":Task" --> ":ResourceManager": long deactivate ":Task" ":ResourceManager" -> ":ResourceManager": checkRequirements(Map<ResourceType, Integer>) activate ":ResourceManager" ":ResourceManager" --> ":ResourceManager": boolean deactivate ":ResourceManager" loop over resource types ":ResourceManager" -> ":ResourceType": getAvailableResources(TimeSpan) activate ":ResourceType" loop ":ResourceType" -> ":AvailabilityPeriod": overlaps(TimeSpan) activate ":AvailabilityPeriod" ":AvailabilityPeriod" --> ":ResourceType": boolean deactivate ":AvailabilityPeriod" end loop over resources ":ResourceType" -> ":Resource": isAvailable(TimeSpan) activate ":Resource" ":Resource" -> ":Resource": getReservations() ":Resource" --> ":Resource": List<Reservation> loop over reservations ":Resource" -> ":Reservation": overlaps(TimeSpan) activate ":Reservation" ":Reservation" -> ":TimeSpan": overlaps(TimeSpan) activate ":TimeSpan" ":TimeSpan" --> ":Reservation": boolean deactivate ":TimeSpan" ":Reservation"--> ":Resource": boolean deactivate ":Reservation" end ":Resource" --> ":ResourceType": boolean deactivate ":Resource" end ":ResourceType" --> ":ResourceManager": Iterator<Resource> deactivate ":ResourceType" end loop over resources ":ResourceManager" -> ":Resource": createReservation(Task, TimeSpan) activate ":Resource" ":Resource" -> ":Reservation": Reservation(Resource, Task, TimeSpan) activate ":Reservation" deactivate ":Reservation" deactivate ":Resource" end deactivate ":ResourceManager" ":TaskState" -> ":Task": setState(TaskStatePlanned) deactivate ":TaskState" deactivate ":Controller" @enduml
false
true
false
false
sequence
e880a4b84342f10b1d12ec6bb01b67adf97ed8e3
57e6b021da07c234810de800ee5ad5470b467bf6
/theory/event-notification/event-notifications.puml
3e648e4523c808a4dd1dfde5451c923430bca083
[]
no_license
kuzmicheva-lyudmila/stream-processing
8a1aacb5af91c7c5adaebcd9564db08f44c03173
e1590314c82518ffc455f8887cde7a2b60c0802c
refs/heads/main
2023-02-12T05:18:32.348583
2021-01-10T12:48:47
2021-01-10T12:48:47
326,617,051
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,730
puml
@startuml actor Client participant "Message broker" as MessageBroker participant Auth participant User participant Order participant Billing participant Notification Client -> Auth: post /auth/signup activate Auth Auth -> MessageBroker: publish UserRegistered {Client} activate MessageBroker Auth --> Client: 200 OK deactivate Auth MessageBroker --> User: consume MessageBroker --> Billing: consume deactivate MessageBroker Client -> Auth: post /auth/signin activate Auth Auth --> Client: token deactivate Auth Client -> Billing: post /billing/increase activate Billing Billing --> Client: 200 OK deactivate Billing Client -> Order: post /orders activate Order Order -> MessageBroker: publish OrderCreated {OrderId} activate MessageBroker Order --> Client: 200 OK deactivate Order MessageBroker --> Billing: consume deactivate MessageBroker activate Billing Billing -> Order: get /orders/{OrderId} activate Order Order --> Billing: OrderInfo deactivate Order Billing -> MessageBroker: publish OrderProcessed {OrderId} deactivate Billing activate MessageBroker MessageBroker --> Order: consume activate Order Order -> Billing: get /billing/{OrderId} activate Billing Billing --> Order: status deactivate Billing deactivate Order MessageBroker --> Notification: consume activate Notification Notification -> Billing: get /billing/{OrderId} activate Billing Billing --> Notification: status deactivate Billing deactivate Notification deactivate MessageBroker @enduml
false
true
false
false
sequence
83a5425b8ed60eee4d013880f99d3d253e10bb93
8cefcd801f8e9b69a93edbd1f75d99f77171c303
/src/cn/year2022/uml/State.puml
884d8ba460d36c38bf377e0052b602ebf86640a4
[ "MIT" ]
permissive
chywx/JavaSE-chy
3219fe50df03ee1efb5dbdf26d3ea11d76929ee4
3f8ac7eaf2a1d87745f6eea996cf72f73450b05e
refs/heads/master
2023-04-30T21:12:25.172175
2023-04-21T02:18:19
2023-04-21T02:18:19
166,914,146
5
4
null
2021-10-09T02:12:11
2019-01-22T02:35:30
Java
UTF-8
PlantUML
false
false
474
puml
@startuml 'https://plantuml.com/state-diagram scale 350 width [*] --> NotShooting state NotShooting { [*] --> Idle Idle --> Configuring : EvConfig Configuring --> Idle : EvConfig } state Configuring { [*] --> NewValueSelection NewValueSelection --> NewValuePreview : EvNewValue NewValuePreview --> NewValueSelection : EvNewValueRejected NewValuePreview --> NewValueSelection : EvNewValueSaved state NewValuePreview { State1 -> State2 } } @enduml
false
true
false
false
sequence
e31d44c357cfec34ad30bb6f1031a76914eb89f3
6b8e554436a8c7a765c6e73df3a4f7dcc7d0741d
/KIV-UPS/SP/doc/state-diagram.puml
a843ca229028daceaee2f77b84c6d8eb7530c17d
[]
no_license
Hartrik/ZCU-FAV
543fc617c9015969a7af171853514a2485a83113
4f234c334fff66d77ebac4f6acc18afc94666277
refs/heads/master
2022-04-28T18:18:30.836076
2022-04-17T17:51:16
2022-04-17T17:51:16
63,448,700
1
0
null
2021-02-26T22:11:54
2016-07-15T20:18:23
PHP
UTF-8
PlantUML
false
false
468
puml
@startuml title Session (client view) [*] --> connected state "Connected" as connected connected --> logged:LIN connected --> not_connected:BYE,\nerror state "Logged" as logged logged --> not_connected:BYE,\nerror logged --> game:GJO logged --> logged:GLI,\nGNW logged --> connected:LOF state "In game" as game game --> not_connected:BYE,\nerror game --> logged:GOF game --> game:GAC,\nGST, GPL state "Disconnected" as not_connected not_connected --> [*] @enduml
false
true
false
false
sequence
6aff8afcac038f804ea3d3bf59ccb98dd76373a7
cd81a8d5d1cc3de71e981388ad3a42ac4c0c7922
/1.puml
d1036b15a91bc6afd4dd772667fefe561251a06a
[]
no_license
Unripper1/Lab4
b587dae2f2743227e731bbabb81ac60761463436
c8fd53850a3d1821b132a1abc56e7bbeb0e44b31
refs/heads/master
2022-12-27T03:28:59.354486
2020-09-17T19:18:29
2020-09-17T19:18:29
296,420,853
0
0
null
null
null
null
UTF-8
PlantUML
false
false
223
puml
@startuml class shape shape<|-- Circle shape<|-- Rectangle shape<|-- Square Circle<|-- SmallCircle Circle<|-- BigCircle Rectangle<|--SmallRectangle Rectangle<|--BigRectangle Square<|--SmallSquare Square<|--BigSquare @enduml
false
true
false
false
class
6a31b3855dcabb789a03e16fcfcc1d9fcc857957
24ca4d272192509dd1793344d8a81586f5786eac
/shiro/A_Class_Summary/Subject/Subject_Login_Single_Reaml.puml
5b505e270b4da98beb14f45bd29ccc1e9b35943f
[]
no_license
ljhupahu/MyProject
e5c92227e3252618ad5873427fdec585dd8d24c6
9bf94b4fc95a8012d024a6a8b6250f1b56367e15
refs/heads/master
2019-07-12T03:51:53.230109
2018-04-24T14:31:06
2018-04-24T14:31:06
92,294,198
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,191
puml
@startuml actor Client Client -> SubjectUtils: setSecurityManager(securityManager); activate SubjectUtils SubjectUtils -> SubjectUtils: getSubject() activate SubjectUtils SubjectUtils -> Subject: login(token) Subject -> DefaultSecurityManager: login(subject, token) DefaultSecurityManager -> AuthenticatingSecurityManager: authenticate(AuthenticationToken token) AuthenticatingSecurityManager -> AbstractAuthenticator: authenticate(token); AbstractAuthenticator -> ModularRealmAuthenticator: doAuthenticate(AuthenticationToken authenticationToken) alt realms.size() == 1 ModularRealmAuthenticator -> AuthenticatingRealm: getAuthenticationInfo(AuthenticationToken token) AuthenticatingRealm -> SimpleAccountRealm: doGetAuthenticationInfo(token) SimpleAccountRealm --> AuthenticatingRealm: return AuthenticationInfo AuthenticatingRealm -> AuthenticatingRealm: assertCredentialsMatch(token, info); AuthenticatingRealm -> CredentialsMatcher: doCredentialsMatch(token, info) else realms.size() > 1 end deactivate SubjectUtils deactivate SubjectUtils @enduml
false
true
false
false
usecase
bc3fb710aea6209a5740f86bea6156a05e4f7761
bdd433c3af2f10384f0a4fb06a6354b51a70750e
/plantuml/Sequence Diagrams/Arkitektur/UC4.puml
da7e1ce6b8bfb29323c9defed32f1868e3c0069f
[]
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
1,798
puml
@startuml mainframe **Use Case 4 - Godkend/Afvis tip** actor Moderator as mod control ModeratorController as modcont boundary NavigationBarView as navbar boundary ModeratorViewIndex as modindex boundary TipRepository as tipsrepo database DatabaseContext as db mod -> modcont: Trykker på moderatorside Activate modcont modcont -> tipsrepo: Henter alle ikke-godkendte tips Activate tipsrepo tipsrepo -> db: Henter ikke-godkendte tips Activate db db --> tipsrepo: Returnerer ikke-godkendte tips Deactivate db tipsrepo --> modcont: Returnerer tips Deactivate tipsrepo modcont -> modindex: Henter moderatorside Activate modindex modindex --> modcont: Returnerer moderatorside Deactivate modindex modcont --> mod: Viser moderatorside Deactivate modcont mod --> modcont: Godkender tip Activate modcont modcont -> tipsrepo: Henter godkendte tip Activate tipsrepo tipsrepo -> db: Henter godkendte tip Activate db db --> tipsrepo: Returnerer godkendte tip Deactivate db tipsrepo --> modcont: Returnerer tip Deactivate tipsrepo modcont -> modcont : Sætter tip til godkendt modcont -> tipsrepo: Gemmer ændringer Activate tipsrepo tipsrepo -> db: Gemmer ændringer i databasen Activate db db --> tipsrepo: OK Deactivate db tipsrepo --> modcont: OK Deactivate tipsrepo modcont -> tipsrepo: Henter alle ikke-godkendte tips Activate tipsrepo tipsrepo -> db: Henter ikke-godkendte tips Activate db db --> tipsrepo: Returnerer ikke-godkendte tips Deactivate db tipsrepo --> modcont: Returnerer tips Deactivate tipsrepo modcont -> modindex: Henter moderatorside Activate modindex modindex --> modcont: Returnerer moderatorside Deactivate modindex modcont --> mod: Viser moderatorside Deactivate modcont @enduml
false
true
true
false
sequence
eb4ef1c5fb2a53647a3bb385717077995070f0aa
d292b249c98c79dfa24321012e3c1661f12ad9e4
/docs/sequenceDiagrams/saveStorage.puml
3e7a0132783c6c0386a733d6ef32a8b2281e1e0e
[]
no_license
amanda-chua/tp
6008f6183783e947e1f3773b89a4491ea613a855
a4a8d45f12986bf843204aab714d866e108c42e9
refs/heads/master
2023-01-14T02:13:39.444311
2020-11-09T15:49:07
2020-11-09T15:49:07
297,545,009
0
0
null
2020-09-22T05:29:23
2020-09-22T05:29:22
null
UTF-8
PlantUML
false
false
803
puml
@startuml title Save hide footbox participant "storage:Storage" as Storage participant ":Time" as Time participant ":Task" as Task participant ":TaskList" as TaskList participant ":File" as File ->Storage++: saveTaskListData() Storage->TaskList++: getTasks() return Storage->File** activate File return loop nextTask Storage->Task++: getTimeInfo() Task->Time** activate Time return Time return Time Storage->Task++: getName() return Storage->Time++:getStartTimeString() return Storage->Time++: getDurationString() return Storage->Time++:getDeadline() return Storage->Time++:getRecurrence() return Storage->Task++: getImportance() return Storage->Task++: getNotes() return Storage->Task++: getNumber() return Storage->Task++: isDone() return Storage->Task++: isFlexible() return end <--Storage-- @enduml
false
true
false
false
sequence
b652ecb61821a93b6a6d3de697556f2c7054ebc1
29bdbeaacbe790f75ae1f89e5f06004772be7f9a
/doc/uml/mcsesame_components.puml
3f1c19fa6f88af2f44fe840f2707ae58dc252677
[ "MIT" ]
permissive
wendlers/mcsesame
312c58080b6828db8a863fd252f5b297d35f931c
3ee40dd890dee817ce4b9f0273c945a90070c4a8
refs/heads/master
2020-05-26T15:14:22.729948
2017-12-17T15:31:04
2017-12-17T15:31:04
82,490,970
0
0
null
null
null
null
UTF-8
PlantUML
false
false
488
puml
@startuml package "Client" { [MC Client] --> src [Browser] --> https } package "Server" { package "craftbukkit" { dst - [Server] } package "MCSesame" { https - [alibaba] [alibaba] --> mqueue mqueue - [sesame] [sesame] <<privileged>> [sesame] --> allow_deny } package "Linux" { [iptables] <<privileged>> allow_deny - [iptables] dst - [iptables] src - [iptables] } } @enduml
false
true
false
false
uml-unknown
bc54357420b5c86c4d440e1dedf6a63ba999f7a6
f09a123ee1698a5fded15f43fe3741f0c75cf2ba
/docs/puml/group_refer.puml
0d50640db1db2982c91ba5ca3f90d31a3e934cb2
[]
no_license
kyopark2014/webchat
50f8f0533a1043897712dd1d46cfee884847170e
ef020959d061892adea2960eb4d8a6ced2a1903f
refs/heads/master
2022-11-18T15:59:58.389836
2020-06-25T12:13:35
2020-06-25T12:13:35
269,232,605
6
0
null
null
null
null
UTF-8
PlantUML
false
false
1,459
puml
@startuml callflow skinparam class { BackgroundColor White ArrowColor Black BorderColor Black AttributeIconSize 0 } 'skinparam style strictuml skinparam stereotypeCBackgroundColor White skinparam stereotypeIBackgroundColor White skinparam stereotypeEBackgroundColor White skinparam stereotypeABackgroundColor White skinparam linetype ortho 'title "Basic Flow 1-to-1 (PUBSUB))" hide footbox actor A actor B actor C actor D participant IM1 participant IM2 participant IM3 participant IM4 database DB queue PUBSUB == The chat session was already established == A -> IM1 : REFER D IM1 -> DB ++: Is D a valid user? return valid IM1 -> DB : update the referred participants note over IM1 Each cliet will have "JOIN" event end note IM1 -> PUBSUB: PUBLISH B "JOIN D" PUBSUB -> IM2 : "JOIN D" IM2 -> B : "JOIN D" B -> B : add D IM1 -> PUBSUB: PUBLISH C "JOIN D" PUBSUB -> IM3 : "JOIN D" IM3 -> C : "JOIN D" C -> C : add D Note over IM4 The new participant will have an event for "SUBSCRIBE" end note IM1 -> PUBSUB: PUBLISH D "subscribe required for g1" PUBSUB -> IM4: "subscribe required for g1" IM4 -> PUBSUB: SUBSCRIBE "g1" IM4 -> DB++: load participant list return participant list IM4 -> D : "NOTIFY of all users" D -> D: save list == groupchat session is ready == A -> IM1 : "msg" IM1 -> PUBSUB: "msg" PUBSUB -> IM2: "msg" IM2 -> B: "msg" PUBSUB -> IM3: "msg" IM3 -> C : "msg" PUBSUB -> IM4: "msg" IM4->D : "msg" @enduml
false
true
false
false
sequence
c681d4a6d28ab1d5d1c4e5e2541c742dac5af663
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/plantuml-styles/plantuml-ae.iuml
9617f5f1d1149788f571a5830690883d65892f09
[]
no_license
weedySeaDragon/plantuml-documentation
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
3c23cd2cd7fc1b4a85423ef9861711907fab2296
refs/heads/develop
2022-12-09T05:57:04.055959
2022-05-12T16:05:20
2022-05-12T16:05:20
165,910,589
55
6
null
2022-11-22T10:34:29
2019-01-15T19:28:35
SCSS
UTF-8
PlantUML
false
false
15,884
iuml
/' @file plantuml-ae.iuml @desc: styles for PlantUML files Note that styles can be nested multiple times There seems to be a problem if some styles for an entity are nested and some aren't. @author: Ashley Engelund (ashley@ashleycaroline.com weedySeaDragon @ github) @since 2018-10-1 @see http://plantuml.com/skinparam '/ '............................. ' Layout and General settings: !define DEFAULT_BACKGROUND_COLOR white !define DEFAULT_BORDER_COLOR #111111 !define DEFAULT_FONT Helvetica Neue !define DEFAULT_FONT_SIZE 14 !define SMALLER_FONT_SIZE 12 !define DEFAULT_FONT_COLOR Navy !define DEFAULT_NOT_SO_DARK #666666 !define TITLE_FONT_SIZE 18 !define TITLE_FONT_NAME Georgia !define TITLE_FONT_STYLE normal skinparam componentStyle uml2 skinparam defaultFontName DEFAULT_FONT skinparam defaultTextAlignment center skinparam handwritten false skinparam monochrome false skinparam shadowing true skinparam BackgroundColor white skinparam HyperlinkColor #0000DD skinparam Default { FontColor DEFAULT_FONT_COLOR FontName DEFAULT_FONT FontSize DEFAULT_FONT_SIZE FontStyle plain } skinparam GenericArrow { FontColor #666666 'FontName courier FontSize 12 FontStyle italic } skinparam title { FontColor black FontName TITLE_FONT_NAME FontSize TITLE_FONT_SIZE FontStyle TITLE_FONT_STYLE } skinparam legend { BackgroundColor white BorderColor DEFAULT_NOT_SO_DARK FontColor black FontName DEFAULT_FONT FontSize SMALLER_FONT_SIZE } skinparam header { FontColor DEFAULT_NOT_SO_DARK FontName DEFAULT_FONT FontSize 9 FontStyle plain } skinparam Footer { FontColor DEFAULT_NOT_SO_DARK FontSize 9 FontName TITLE_FONT_NAME FontStyle italic } /' ....................................................... /' ....................................................... ' ENTITES /' ....................................................... Classes '/ skinparam class { BackgroundColor DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR TextAlignment left Arrow { FontStyle normal 'this has no effect. it is ruled by the "activity Arrow" BackgroundColor DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_NOT_SO_DARK FontColor SlateBlue FontSize SMALLER_FONT_SIZE } } /' ....................................................... Packages '/ skinparam package { BackgroundColor DEFAULT_BACKGROUND_COLOR BorderColor SteelBlue FontSize 14 } /' ....................................................... Actors '/ skinparam Actor { BackgroundColor white BorderColor Indigo 'FontName 'FontStyle FontSize DEFAULT_FONT_SIZE 'FontColor Stereotype { BackgroundColor DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } } /' ....................................................... Activities '/ ' problem: activityArrowColor is changed by usecaseArrowColor skinparam activity { Arrow { Color DEFAULT_NOT_SO_DARK BorderColor DEFAULT_BORDER_COLOR 'FontColor DEFAULT_NOT_SO_DARK FontSize 12 FontStyle italic } BackgroundColor white BorderColor DEFAULT_BORDER_COLOR ' have to specify the background color and border color for Diamond ' it does not pick up the default for activity. ' maybe because it is defined? have to define everything for it? Diamond { FontStyle italic ' this is all we really want to change BackgroundColor DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR BorderColor DEFAULT_NOT_SO_DARK FontColor DEFAULT_FONT_COLOR FontSize 14 } 'EndColor red FontSize 13 StartColor ForestGreen EndColor IndianRed } /' ....................................................... Deployment '/ /' 'Agent', 'Artifact', 'Boundary', 'Card', 'Cloud', 'Component', 'Control', 'Database', 'Entity', 'File', 'Folder', 'Frame', 'Interface', 'Node', 'Package', 'Queue', 'Rectangle', 'Stack', 'Storage', 'Usecase' '/ !define ELEMENT_DEFAULT_BACKGROUND_COLOR azure skinparam Agent { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Artifact { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Boundary { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Card { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Cloud { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Component { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Control { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Database { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Entity { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam File { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Folder { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Frame { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Interface { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Node { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Package { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Queue { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Rectangle { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Stack { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } skinparam Storage { BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR Font { Size DEFAULT_FONT_SIZE Style normal Color DEFAULT_FONT_COLOR Name DEFAULT_FONT } } /' ....................................................... Notes '/ skinparam note { FontName Comic Sans MS FontSize 12 FontStyle italic 'FontColor DEFAULT_FONT_COLOR FontColor DarkSlateGrey 'BackgroundColor white BorderColor Gray } /' ....................................................... Sequence '/ skinparam sequence { 'ActorBorderThickness Participant { BackgroundColor LightYellow BorderColor black BorderThickness 1 FontColor black FontSize Default_FONT_SIZE FontStyle plain } ' ARROW settings are controlled by the last read ARROW settings. ' See the arrow settings at the end of this file. Arrow { Color red FontColor black 'FontName FontSize SMALLER_FONT_SIZE FontStyle plain Thickness 1.3 } Box { BackgroundColor white BorderColor DEFAULT_NOT_SO_DARK FontColor DEFAULT_FONT_COLOR FontSize DEFAULT_FONT_SIZE FontStyle plain 'FontName } Delay { 'FontColor 'FontSize 'FontStyle 'FontName } Divider { BackgroundColor white BorderColor DEFAULT_NOT_SO_DARK BorderThickness 1 FontColor DEFAULT_NOT_SO_DARK ' FontSize FontStyle italic 'FontName } Group { BackgroundColor white BodyBackgroundColor white BorderColor DEFAULT_BORDER_COLOR BorderThickness 1 'FontColor 'FontName 'FontSize 'FontStyle Header { FontStyle bold 'FontColor 'FontName 'FontSize } } LifeLine { BackgroundColor WhiteSmoke BorderColor navy BorderThickness 1 } Message { Alignment center 'TextAlignment } 'NewpageSeparatorColor Reference { 'Alignment 'BackgroundColor BorderColor DEFAULT_NOT_SO_DARK BorderThickness 1 FontSize SMALLER_FONT_SIZE 'FontName 'FontStyle 'FontColor 'HeaderBackgroundColor WhiteSmoke } Stereotype { ' FontColor ' FontName FontSize SMALLER_FONT_SIZE FontStyle italic } Title { FontColor black FontSize TITLE_FONT_SIZE FontStyle TITLE_FONT_STYLE FontName TITLE_FONT_NAME } } /' ....................................................... Swimlane '/ skinparam swimlane{ BorderColor DEFAULT_BORDER_COLOR TitleFontSize TITLE_FONT_SIZE } skinparam Component { ArrowColor blue BackgroundColor ELEMENT_DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR FontColor DEFAULT_FONT_COLOR } /' ....................................................... State '/ skinparam State { ArrowColor DEFAULT_BORDER_COLOR 'AttributeFontStyle BackgroundColor DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR EndColor red StartColor green } /' ....................................................... Object '/ skinparam Object { ArrowColor blue ' Attribute { ' FontColor ' FontName ' FontSize ' FontStyle ' } BackgroundColor white BorderColor DEFAULT_BORDER_COLOR BorderThickness 1 } /' ....................................................... Use Case '/ skinparam Usecase { BackgroundColor white BorderColor DEFAULT_BORDER_COLOR FontColor DEFAULT_FONT_COLOR 'FontName FontSize 12 FontStyle normal } /'............................................... ARROWS IMPORTANT! The last Arrow settings set are the ones used, no matter what group the Arrow settings is included in. IOW, Arrow within a group is actually applied to *all* arrows, no matter the group! Arrow seems to be like a global setting. '/ skinparam Arrow { Color black Thickness 1.1 Font { 'Size Style plain 'Name Color DEFAULT_FONT_COLOR } 'LollipopColor red ' does this have any effect? 'MessageAlignment left ' does this have any effect? } 'skinparam ColorArrowSeparationSpace 'skinparam ResponseMessageBelowArrow
false
true
false
false
sequence
d1b4f17183f7e94186d892fa9a18810624f0b48f
77fe532c426cb471000417070165038a1aa05ed0
/Komponenten.puml
87bbddf138b1baecbf986485c8265a6a839bcb1b
[]
no_license
bztfinformatik/m226b-lb1-source-jonasStadler
c4d6c8da852f9d229537b5fd2fee3957f3b03118
a0ccc0fc14a5bd006099f3efbe33c0ea26bc248f
refs/heads/master
2022-10-24T09:29:29.754867
2020-06-19T17:13:51
2020-06-19T17:13:51
257,188,967
0
0
null
null
null
null
UTF-8
PlantUML
false
false
279
puml
@startuml Komponenten package "HTML" { [create] [index] } package "Controller" { [TerminController] - [Termin] } package "Database" { [TerminRepository] } [create]--> [TerminController] : HTTP [index]--> [TerminController] : HTTP [Termin] --> TerminRepository @enduml
false
true
false
false
sequence
94320c2a822fe8924a11ea67be565fb9ce6afac5
f7389ede7c743b8ce3d174eee24ebcab316354f6
/Diagrammer/Robo_Sumo_Battle/Communication/Sekvensdiagrammer/TCP/TCPClient/TCPClient_sendMas.plantuml
7d45bcc04c82d0cb97dcf59daa73b7a99b92d87a
[]
no_license
Solvgraa-mager/E3PRJ3
7e2b70775c0d8b8312bc893e0c9014fd766af9b0
fb507b5528417459714c00b73c75378d6465af19
refs/heads/master
2023-01-31T11:01:30.966313
2020-12-18T10:28:55
2020-12-18T10:28:55
294,479,612
0
1
null
null
null
null
UTF-8
PlantUML
false
false
411
plantuml
@startuml title TCPClient::sendMsg(string msg) participant UC1 participant TCPClient participant TCPServer UC1 -> TCPClient : sendMsg(msg) TCPClient -> TCPClient : send(clientSocket_,\nmsg.c_str(), msg.size() + 1, 0) opt faild to send UC1 <-- TCPClient : retunr -1. (send message failde) end UC1 <-- TCPClient : return 0. (message send) TCPServer -> TCPServer : receiveMsg(*buffer, bufferLength) @enduml
false
true
false
false
sequence
710074410cb48163517bcb7156655fefca57d3b0
8b899ba8220c247a9cce52ee728717afa31faf42
/src/class_payments.puml
adb43fe379e1357955866bc7ff5bb1719cb90a8b
[]
no_license
FerryTix/diagrams
5313dce8043080074c4097bd4b0e0533a78a1019
db4a2c2b99f4e4e273ef9b5fd47f7fdef9e5e319
refs/heads/main
2023-04-18T03:34:17.313112
2021-05-03T19:22:08
2021-05-03T19:22:08
341,652,352
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,225
puml
@startuml skinparam linetype ortho left to right direction skinparam nodesep 30 'title: FerryTix Class Diagram skinparam monochrome true skinparam nodesep 50 scale 1.5 abstract class PaymentDetails class FaehrCardPayment { ' uuid: UUID } FaehrCardPayment ..|> PaymentDetails FaehrCardPayment "*" -left- "1" FaehrCard class CashPayment { denominations: [Integer] change: [Integer] } CashPayment ..up|> PaymentDetails class ECCardPayment { } ECCardPayment .up|> PaymentDetails class Payment { 'issuedBy: Union<null, VendingMachine> uuid: UUID issuedAt: DateTime amount: Integer 'details: PaymentDetails 'method: PaymentMethod } enum PaymentMethod { ECCard Cash FaehrCard BankTransfer PayPalPayment } PaymentMethod "1" - "*" Payment Payment "1" - "1" PaymentDetails ' Payment "*" - "1" VendingMachine abstract class Sale { saleID: String 'signedBy: VendingMachine signature: String 'payment: Payment } Sale "1" -up- "1" Payment class FaehrCard { uuid: UUID ' ownedBy: Union<null, StaffMember> balance: Integer issuedAt: DateTime ' issuedBy: Union<null, VendingMachine> } ' FaehrCard "*" -- "0…1" VendingMachine @enduml
false
true
true
false
class
50feb154b696ff689f730b8c4bf7eb640e71fe16
10d74ddbc94522bf598d3d14fbea4e2152289107
/UML/sequence.puml
c6c72cd157f21ec8acd3225159b1ed02cbbe24f0
[]
no_license
Lucas-Uniqodo/MV-bootcamp
21ce8b633af0180a178bc6a807e1f349cf92dbcd
cd51e2750c4692e76e67f312b3da51e70cb10364
refs/heads/main
2023-07-03T20:57:12.906588
2021-07-23T09:04:21
2021-07-23T09:04:21
381,036,598
0
0
null
null
null
null
UTF-8
PlantUML
false
false
584
puml
@startuml actor Customer participant AirlineWebsite participant BookingAPI database FlightsDatabase Customer -> AirlineWebsite: enter booking reference Customer -> AirlineWebsite: enter last name AirlineWebsite -> AirlineWebsite: validate input AirlineWebsite -> BookingAPI: retrieve booked flights BookingAPI -> FlightsDatabase: locateCustomerFlight(refNumb, from, to, dates. numPax) FlightsDatabase --> BookingAPI: matching flight reference number BookingAPI --> AirlineWebsite: matching flight reference number AirlineWebsite --> Customer: matching flight reference number @enduml
false
true
false
false
usecase
7dcc87a6f0179b8792e66422736feb4ab5dbb655
2e01b1076e3cda8e07eb01ae84463a530a5ae356
/docs/uml/main/input/DefaultInputDirectoryHierarchy.puml
f9bb14f35e1c2c7acc2a9fe2ec47a3c27c7b5516
[ "BSD-3-Clause" ]
permissive
ie3-institute/PowerSystemDataModel
56ac48c91713c38efd532fe0abf40b1962358605
a8f4f9900761b89e9e213e68c14c1e459348de01
refs/heads/dev
2023-08-31T03:34:03.218682
2023-08-30T12:02:23
2023-08-30T12:02:23
235,830,706
20
13
BSD-3-Clause
2023-09-14T04:14:47
2020-01-23T16:00:59
Java
UTF-8
PlantUML
false
false
1,404
puml
@startuml package <gridname>(.tar.gz) { package input { package global { label "//bm_type.csv//\n//chp_type.csv//\n//ev_type.csv//\n//hp_type.csv//\nline_type.csv\n//operator_input.csv//\n//storage_type.csv//\ntransformer_2w_type.csv\n//transformer_3w_type.csv//\n//wec_type.csv//\n//wec_characteristic_input.csv//" } package grid { label "line_input.csv\n//measurement_unit_input.csv//\nnode_input.csv\n//switch_input.csv//\ntransformer_2_w_input.csv\n//transformer_3_w_input.csv//" } package "//thermal//" as th { label "//cylindrical_storage_input.csv//\n//thermal_bus_input.csv//\n//thermal_house_input.csv//" } package participants { label "//bm_input.csv//\n//chp_input.csv//\n//ev_input.csv//\n//evcs_input.csv//\n//fixed_feed_in_input.csv//\n//hp_input.csv//\n//load_input.csv//\n//pv_input.csv//\n//storage_input.csv//\n//wec_input.csv//" package //time_series// { label "//its_<uuid0>.csv//\n...\n//its_<uuidn>.csv//\n//rts_<uuid0>.csv//\n...\n//rts_<uuidn>.csv//\n\n//participant_to_time_series.csv//" } } package //graphics// as gr { label "//line_graphic_input.csv//\n//node_graphic_input.csv//" } grid -[hidden]- global participants -[hidden]- th th -[hidden]- gr } } @enduml
false
true
false
false
uml-unknown
22b76592ea6f5ecd981d1c695159c25d1c8fef10
97712c10c7b39f4c7c4d37a787629b17586349fe
/Models/csv.puml
bbcf3c9ec7c3601c6f795d71c603a7af9a257bd2
[]
no_license
kyma-as/api-dashboard
5d67e513631d2a9111d67834c91daa074a72a6ad
33019280afeed2ec80d797362b3aa4eae6bb20ea
refs/heads/master
2023-01-05T10:41:21.359939
2019-07-03T13:20:07
2019-07-03T13:20:07
175,201,938
1
0
null
2023-01-03T18:31:20
2019-03-12T12:00:58
JavaScript
UTF-8
PlantUML
false
false
711
puml
@startuml User->Csv.vue:Enter the CSV view activate Csv.vue Csv.vue->VuexState:GetVessels activate VuexState return Return Vessels return Show Vessels in Dropdown Menu User->Csv.vue:Specify Ship from Dropdown Menu Csv.vue->VuexState:GetLogVar activate VuexState return Return LogVar User<--Csv.vue:Show LogVar for ship User->Csv.vue:Specify LogVar+Time+Granularity Csv.vue->KymaDataCenter:Get Batch of Data as CSV activate KymaDataCenter Csv.vue<--KymaDataCenter:Return CSV Data deactivate KymaDataCenter Csv.vue->mainThread:Event: Create CSV File activate mainThread mainThread<-mainThread:write file return Event: File Write Complete User<--Csv.vue:Feedback: CSV file created deactivate Csv.vue @enduml
false
true
false
false
sequence
626117d1068414c1fe03e734cd02c4c279992b3e
931f81c52ce82b153959b8f70a74f8c09787bc9c
/docs/archi2.puml
c3f96aca0675fc37bd209b6d85353c7fe9398b73
[]
no_license
FannyLourioux/Techpro
3bd4461889773e24966325fe4c536cfa756ec655
293497862d7e8764085160434470d262a465e6c8
refs/heads/master
2023-03-26T15:41:28.183646
2021-03-22T10:40:19
2021-03-22T10:40:19
333,469,386
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,366
puml
@startuml archi2 package techpro { package model { enum Brand {} enum Category {} class Item { - id: UUID - brand: Brand - price: double - label: string - category: Category - image: string } class Category { # name; } } package dao{ interface ItemDao { add(item: Item): Item delete(item: Item): Item update(item: Item): Item get(id: UUID): Item addAll(items: List<Item>) Set<Item> deleteAll(items: List<Item>) Set<Item> updateAll(items: List<Item>) Set<Item> getAll(): Set<Item> } } package resource{ class ItemResource { + addItem(item: Item): Set<Item> + deleteItem(item: Item): Set<Item> + updateItem(item: Item): Set<Item> + getItem(id: UUID): Item } class ItemsResource { + addItems(items: List<Item>): Set<Item> + deleteItems(items: List<Item>): Set<Item> + updateItems(items: List<Item>): Set<Item> + getItems(): Set<Item> } } } Item o--> Brand Item o--> Category ItemDao *..> Item ItemResource o--> ItemDao ItemsResource o--> ItemDao @endpuml
false
true
false
false
class
5291dd3d3f74bd04e66d8a7c68dd819d694ef977
a052dbc86f4b1b05bd1574390b527395e05165e7
/uml/ClassDiagram.puml
d4aba9b3073a1f71d8a7ffdb09612596cee3669d
[]
no_license
xera51/gray-4709-a5
af72c5b4263a817687d7b942f7f3514c29b89ed4
7da91ac7ee9ddb6ba7f7e6e3ae3fbcd73229d6c6
refs/heads/master
2023-07-09T23:31:02.801617
2021-07-25T17:01:37
2021-07-25T17:01:37
386,744,210
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,095
puml
@startuml package ucf.assignments #ADD { class InventoryManager { + {static} main(String[] args): void + start(Stage primaryStage): void } class InventoryManagerController { - stage : Stage - model : InventoryManagerModel - fileChooser : FileChooser - addFields : List<TextField> - saved : boolean - itemTable : TableView<Item> - serialNumberColumn : TableColumn<Item, String> - nameColumn : TableColumn<Item, String> - valueColumn : TableColumn<Item, BigDecimal> - nameFilter : TextField - serialNumberFilter : TextField - addButton : Button - serialNumberField : TextField - nameField : TextField - valueField : TextField - removeButton : Button + initialize(): void + InventoryManagerController(Stage stage): InventoryManagerController __Event Handlers__ ~ addItem(ActionEvent event): void ~ removeItem(ActionEvent event): void ~ newInv(ActionEvent event): void ~ openInv(ActionEvent event): void ~ saveInv(ActionEvent event): void ~ saveAsInv(ActionEvent event): void ~ deleteInv(ActionEvent event): void ~ updateFilter(ActionEvent event): void ~ onExit(ActionEvent event): void __Private Implementation__ - showNotification(Node node, String message): void - setDirectory(): void - getDefaultDirectory(): File - clearAddFields(): void - confirmIfNotSaved(): void - showOpenFileChooser(): File - showSaveFileChooser(): File - selectAndFocus(TextField textField): void - isDoubleValue(String str): boolean - onExitRequest(): void } class InventoryManagerModel { - itemMap : ObservableMap<String,Item> - itemList : ObservableList<Item> - filteredItemList : FilteredList<Item> - sortedItemList : SortedList<Item> - dataAccessObject : InventoryDAO + InventoryManagerModel(): InventoryManagerModel + getSortedList(): SortedList<Item> + addItem(Item item): void + deleteItem(Item item): void + loadInventory(): void + saveInventory(): void + deleteInventory(): void + closeInventory(): void + containsSerialNumber(String serialNumber): boolean + updateSerialNumber(String oldSerialNumber, String newSerialNumber): void + getItemBySerialNumber(String serialNumber): Item + bindFile(Path path): void + unbind(): void + isBound(): boolean } class Item { - name : StringProperty - serialNumber : StringProperty - value : ObjectProperty<BigDecimal> + Item(String name, String serialNumber, double value): Item + Item(String name, String serialNumber, BigDecimal value): Item + nameProperty(): StringProperty + setName(String value): void + getName(): String + serialNumberProperty(): StringProperty + setSerialNumber(String value): void + getSerialNumber(): String + valueProperty(): ObjectProperty<BigDecimal> + setValue(BigDecimal value): void + getValue(): BigDecimal + hashCode(): int + equals(Object Obj): boolean + toString(): String - validate(String name, String serialNumber, BigDecimal value): boolean + extractor(): Callback<Item, Observable[]> } interface InventoryDAO { + create(): void + getItems(): Collection<? extends Item> + saveItems(Collection<? extends Item> items): void + delete(): void } class InventoryFileDAO { - path : Path - serializer : Serializer + InventoryFileDAO(Path path): InventoryDAO + create(): void + getItems(): Collection<? extends Item> + saveItems(Collection<? extends Item> items): void + delete(): void - determineFileExtension(Path path): <? extends Serializer> } interface Serializer { + from(String items): Collection<? extends Item> + to(Collection<? extends Item> items): String } class InventoryJSONSerializer { + from(String items): Collection<? extends Item> + to(Collection<? extends Item> items): String } class InventoryHTMLSerializer { + from(String items): Collection<? extends Item> + to(Collection<? extends Item> items): String } class InventoryTSVSerializer { + from(String items): Collection<? extends Item> + to(Collection<? extends Item> items): String } } InventoryManager - InventoryManagerController InventoryManagerController *-- InventoryManagerModel InventoryManagerModel *-- InventoryDAO Item -* InventoryManagerModel InventoryFileDAO *- Serializer Serializer <|.. InventoryJSONSerializer Serializer <|.. InventoryHTMLSerializer Serializer <|.. InventoryTSVSerializer InventoryDAO <|.. InventoryFileDAO Item .. InventoryDAO @enduml
false
true
false
false
class
7a2d2165a2087c247c46b7ec6d6e74fe50c5039f
d6b7094d3bfe93880fa8c1d75e9f0a0543a7a256
/diagramas - plantuml/[QMP4] - correcion.plantuml
a99af39d8e8d23a68c0e61304ad1c20eb959e631
[]
no_license
LeoSabaLagos/QueMePongo-Grupo-16
ad77d4ef78a61685ed6ba66b80a219c660f967ee
b08fa683835a13fff11d926353a93a73865afe51
refs/heads/main
2023-09-04T01:35:59.737187
2021-07-01T17:14:34
2021-07-01T17:14:34
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,549
plantuml
@startuml AsesorDeImagen ..> ServicioMeteorologico AsesorDeImagen ..> Guardarropas AsesorDeImagen ..> Atuendo class AsesorDeImagen { ServicioMeteorologico servicioMeteorologico Atuendo sugerirAtuendo(direccion, guardarropas) } class EstadoDelTiempo { Integer temperatura } EstadoDelTiempo <.. ServicioMeteorologico class ServicioMeteorologicoAccuWeather { AccuWeatherAPI apiClima Map<String, Object> condicionesClimaticas EstadoDelTiempo estadoDelTiempo(String ubicacion) } ServicioMeteorologicoAccuWeather --> AccuWeatherAPI class AccuWeatherAPI { List<Map<String, Object>> getWheather(String ciudad) } interface ServicioMeteorologico { EstadoDelTiempo estadoDelTiempo(String ubicacion) } ServicioMeteorologico <|.. ServicioMeteorologicoAccuWeather class Prenda { TipoPrenda tipo Material material Trama trama Color color Color colorSecundario Integer temperaturaMaxima CriterioUso criterioUso Categoria categoria() boolean aptaTemperatura(temperaturaActual) } Atuendo --> " * " Prenda Guardarropas --> " * " Prenda class Atuendo { List<Prenda> prendas boolean aptoParaTemperatura(temperaturaActual) } Guardarropas ..> Atuendo class Guardarropas { List<Prenda> prendas CriterioUso criterioUso List<Atuendo> todasLasPosiblesCombinaciones() void guardarPropuesta(unaPropuesta) void rechazarPropuesta(unaPropuesta) deshacerPropuesta(unaPropuesta) void agregarPrenda(unaPrenda) void quitarPrenda(unaPrenda) } @enduml
false
true
false
false
class
30dceba4d7929b838045bb29323481128cb0ea90
7b640fc74376c2dc01789406ca23e54ae396ec62
/docs/uml/sequence.puml
8b95d2035b87f2b06a14d796dbec3205bdd0fb9f
[ "Apache-2.0" ]
permissive
lucasTovo/bot
fb434b462214439d290b709b2c0268ef6f1382d1
78a1f7d57b6c03f516e1fa27d3af475e955309b5
refs/heads/main
2023-05-31T18:21:16.133052
2021-07-02T17:52:54
2021-07-02T17:52:54
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
327
puml
@startuml actor user as user participant OrionBot as bot participant Command as command user-->bot: MessageCreateEvent event bot->bot: String getCommand(MessageCreateEvent event) bot->bot: Command selectCommand(String name) bot->command: void executeCommand(MessageCreateEvent event) command-->>user: String messsage @enduml
false
true
false
false
usecase
cb6333ff65ada54460fbf7b1b37d00af6a881e37
e7e99a1161d4e66bad3222db91402f8a896d7a5e
/src/main/java/proxydemo/代理模式.puml
9a29e6451bb0e6c47e8073b9c970ee80d4609a12
[]
no_license
yangjunjie/learn
094244bef63735f32683a51ff42e2976adc765fd
7590147576ebd77df7133b7d6f9c24f36e0d845f
refs/heads/master
2021-01-01T04:13:16.687106
2016-12-01T09:57:48
2016-12-01T09:57:48
58,018,873
0
0
null
null
null
null
UTF-8
PlantUML
false
false
251
puml
@startuml class Souerce class Proxyobj interface Sourceable Souerce..|>Sourceable Proxyobj..|>Sourceable Proxyobj..>Souerce Souerce : +method1() Proxyobj : +method1() Proxyobj : Proxyobj() Proxyobj : -Souerce souerce Sourceable : +method1() @enduml
false
true
false
false
class
4248e5866eaedf1b9a23f7df9c2371fe50d461be
79510ecfd4530a5297ce035ffd76aca6f2979d4a
/app/src/main/java/com/example/diseaseprediction/diagram/model.plantuml
191cfa5dced4770462a57cdde71a5168b592971f
[]
no_license
unrickq/Disease_prediction
38bf6ff563c030638e629b27a009091721d1403c
1a260b7370cbf4838d01e1bcd19cc79c0f74db75
refs/heads/master
2023-07-19T14:26:38.643127
2021-09-17T03:13:35
2021-09-17T03:13:35
360,529,205
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,110
plantuml
@startuml title __MODEL's Class Diagram__\n namespace com.example.diseaseprediction { namespace model { class com.example.diseaseprediction.model.Result { - confidence : Float - id : String - title : String + Result() + compareTo() + getConfidence() + getId() + getTitle() + toString() } } } namespace com.example.diseaseprediction { namespace model { class com.example.diseaseprediction.model.TextClassificationClient { {static} - LABEL_PATH : String {static} - MAX_RESULTS : int {static} - MODEL_PATH : String {static} - PAD : String {static} - SENTENCE_LEN : int {static} - SIMPLE_SPACE_OR_PUNCTUATION : String {static} - START : String {static} - TAG : String {static} - UNKNOWN : String {static} - VOCAL_PATH : String - am : AssetManager - context : Context - dic : Map<String, Integer> - fis : InputStream - is : InputStream - labels : List<String> - tflite : Interpreter + TextClassificationClient() + classify() + load() + tokenize() + tokenize1() + unload() ~ getDic() ~ getLabels() ~ getTflite() ~ tokenizeInputText() - loadDictionaryFile() - loadLabelFile() - loadModel() {static} - loadModelFile() } } } com.example.diseaseprediction.model.Result .up.|> java.lang.Comparable com.example.diseaseprediction.model.TextClassificationClient o-- com.example.diseaseprediction.tokenize.RDRsegmenter : rdRsegmenter com.example.diseaseprediction.model.TextClassificationClient o-- com.example.diseaseprediction.tokenize.Vocabulary : vocabulary right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
c87d67db8be1b87463180e01d4578475274ccc05
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/inspectors/AnimationPlayableAssetInspector.puml
f1f92ab8563b7f852ed91a36a0e6eee8a454a22b
[]
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
2,081
puml
@startuml class AnimationPlayableAssetInspector { + <<override>> OnInspectorGUI() : void ShowAnimationClipField() : void TransformOffsetsMatchFieldsGUI() : void TransformOffsetsGUI() : void Reevaluate() : void SetTimeToClip() : void + OnEnable() : void OnDestroy() : void OnSceneGUI(sceneView:SceneView) : void GetTransform() : Transform DoManipulators() : void ShowAnimationClipWarnings() : void ShouldShowOffsets() : bool ShowRecordableClipRename() : void } class Styles <<static>> { } Editor <|-- AnimationPlayableAssetInspector AnimationPlayableAssetInspector --> "m_TimelineWindow" TimelineWindow AnimationPlayableAssetInspector --> "m_Binding" GameObject AnimationPlayableAssetInspector --> "m_EditorClip" EditorClip AnimationPlayableAssetInspector --> "m_PositionProperty" SerializedProperty AnimationPlayableAssetInspector --> "m_RotationProperty" SerializedProperty AnimationPlayableAssetInspector --> "m_AnimClipProperty" SerializedProperty AnimationPlayableAssetInspector --> "m_UseTrackMatchFieldsProperty" SerializedProperty AnimationPlayableAssetInspector --> "m_MatchTargetFieldsProperty" SerializedProperty AnimationPlayableAssetInspector --> "m_SerializedAnimClip" SerializedObject AnimationPlayableAssetInspector --> "m_SerializedAnimClipName" SerializedProperty AnimationPlayableAssetInspector --> "m_RemoveStartOffsetProperty" SerializedProperty AnimationPlayableAssetInspector --> "m_ApplyFootIK" SerializedProperty AnimationPlayableAssetInspector --> "m_Loop" SerializedProperty AnimationPlayableAssetInspector --> "m_LastPosition" Vector3 AnimationPlayableAssetInspector --> "m_LastRotation" Vector3 AnimationPlayableAssetInspector +-- Styles Styles o-> "RotationText" GUIContent Styles o-> "AnimClipText" GUIContent Styles o-> "TransformOffsetTitle" GUIContent Styles o-> "AnimationClipName" GUIContent Styles o-> "MatchTargetFieldsTitle" GUIContent Styles o-> "UseDefaults" GUIContent Styles o-> "RemoveStartOffset" GUIContent Styles o-> "ApplyFootIK" GUIContent Styles o-> "Loop" GUIContent @enduml
false
true
false
false
class
f1a819bcb34fe75c0c7deab01813e82551266dd9
2e01b1076e3cda8e07eb01ae84463a530a5ae356
/docs/uml/main/input/CharacteristicDatamodelConcept.puml
9d3737dfbc409155833456534ce3a201f1721a84
[ "BSD-3-Clause" ]
permissive
ie3-institute/PowerSystemDataModel
56ac48c91713c38efd532fe0abf40b1962358605
a8f4f9900761b89e9e213e68c14c1e459348de01
refs/heads/dev
2023-08-31T03:34:03.218682
2023-08-30T12:02:23
2023-08-30T12:02:23
235,830,706
20
13
BSD-3-Clause
2023-09-14T04:14:47
2020-01-23T16:00:59
Java
UTF-8
PlantUML
false
false
3,645
puml
@startuml note "For better readability no getters are shown in the classes. Also the final attributes are not marked especially." as generalNote interface Comparable<T> package models { abstract class UniqueEntity { + {static} UUID_FIELD_NAME: String - uuid: UUID } package result {} package timeseries {} package value {} note "Has also children in these packages.\ncf. separate uml diagrams" as childNote UniqueEntity .. childNote childNote .. result childNote .. timeseries childNote .. value childNote .. connector childNote .. graphics childNote .. thermal childNote .. type package input { package graphics {} package connector {} package system { package characteristic { class CharacteristicPoint <A extends Quantity<A>, O extends Quantity<O>> { + {static} REQUIRED_FORMAT: String - x: ComparableQuantity<A> - y: ComparableQuantity<O> + serialize(): String - {static} buildExceptionMessage(String): String - {static} buildExceptionMessage(String, String): String } CharacteristicPoint ..|> Comparable: <<bind>>:CharacteristicPoint<A, O> abstract class CharacteristicInput <A extends Quantity<A>, O extends Quantity<O>> { # characteristicPrefix: String # decimalPlaces: int # points: SortedSet<CharacteristicPoint<A,O>> + serialize(): String + {static} buildStartingRegex(String): String - extractCoordinateList(String): String - buildCoordinatesFromString(String, Unit<A>, Unit<O>): SortedSet<CharacteristicPoint<A, O>> } CharacteristicInput "1" *-- "n" CharacteristicPoint class OlmCharacteristicInput { + {static} CONSTANT_CHARACTERISTIC: OlmCharacteristicInput - {static} buildConstantCharacteristic(): OlmCharacteristicInput } OlmCharacteristicInput --|> CharacteristicInput: <<bind>>A::Speed,O::Dimensionless class WecCharacteristicInput WecCharacteristicInput --|> CharacteristicInput: <<bind>>A::Power,O::Dimensionless class EvCharacteristicInput EvCharacteristicInput --|> CharacteristicInput: <<bind>>A::Speed,O::Dimensionless abstract class ReactivePowerCharacteristic { + {static} parse(String): ReactivePowerCharacteristic } ReactivePowerCharacteristic --|> CharacteristicInput: <<bind>>A::Dimensionless,O::Dimensionless class CosPhiFixed { + {static} PREFIX: String + {static} STARTING_REGEX: String + {static} CONSTANT_CHARACTERISTIC: CosPhiFixed } CosPhiFixed --|> ReactivePowerCharacteristic class CosPhiP { + {static} PREFIX: String + {static} STARTING_REGEX: String } CosPhiP --|> ReactivePowerCharacteristic class QV { + {static} PREFIX: String + {static} STARTING_REGEX: String } QV --|> ReactivePowerCharacteristic: <<bind>>A::Power } package type {} } package thermal {} } } @enduml
false
true
false
false
class
bd9bd1ef1df47ca13e6f0d25c8c2f399d6b284b6
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ShippingRateInputType.puml
bad98fed28c3d17dc73cc15a944031b980a95317
[]
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
2,183
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 ShippingRateInputType [[ShippingRateInputType.svg]] { type: [[ShippingRateTierType.svg ShippingRateTierType]] } interface CartClassificationType [[CartClassificationType.svg]] { type: [[ShippingRateTierType.svg ShippingRateTierType]] values: [[CustomFieldLocalizedEnumValue.svg List<CustomFieldLocalizedEnumValue>]] } interface CartScoreType [[CartScoreType.svg]] { type: [[ShippingRateTierType.svg ShippingRateTierType]] } interface CartValueType [[CartValueType.svg]] { type: [[ShippingRateTierType.svg ShippingRateTierType]] } interface Project [[Project.svg]] { version: Long key: String name: String countries: [[String.svg List<String>]] currencies: [[String.svg List<String>]] languages: [[String.svg List<String>]] createdAt: DateTime trialUntil: String messages: [[MessagesConfiguration.svg MessagesConfiguration]] carts: [[CartsConfiguration.svg CartsConfiguration]] shoppingLists: [[ShoppingListsConfiguration.svg ShoppingListsConfiguration]] shippingRateInputType: [[ShippingRateInputType.svg ShippingRateInputType]] externalOAuth: [[ExternalOAuth.svg ExternalOAuth]] searchIndexing: [[SearchIndexingConfiguration.svg SearchIndexingConfiguration]] businessUnits: [[BusinessUnitConfiguration.svg BusinessUnitConfiguration]] } interface ProjectSetShippingRateInputTypeAction [[ProjectSetShippingRateInputTypeAction.svg]] { action: String shippingRateInputType: [[ShippingRateInputType.svg ShippingRateInputType]] } ShippingRateInputType --> CartClassificationType #blue;text:blue : "type : CartClassification" ShippingRateInputType --> CartScoreType #blue;text:blue : "type : CartScore" ShippingRateInputType --> CartValueType #blue;text:blue : "type : CartValue" ShippingRateInputType --> Project #green;text:green : "shippingRateInputType" ShippingRateInputType --> ProjectSetShippingRateInputTypeAction #green;text:green : "shippingRateInputType" @enduml
false
true
false
false
sequence
6211ce940abcc33b940a814818e3e2afd420f8e6
30a3c36832477b25d2e2a6f8db1b4aa686449a2d
/out/production/CompShop/src.plantuml
6a82c78efba646efe95228a92252aa5ffa82aa0c
[]
no_license
Mahoney0101/FlyweightPatternExample2
38a8bddeb6ea7086bda990d6035710fc7a05aa45
3903826f5a52e45e63634a25055ad87377297072
refs/heads/master
2023-01-09T23:54:40.989106
2020-11-13T15:42:35
2020-11-13T15:42:35
312,605,688
0
0
null
null
null
null
UTF-8
PlantUML
false
false
380
plantuml
@startuml skinparam classAttributeIconSize 0 class Computer { - RAM : String - processor : String + setProcessor() + setRAM() } class Driver { {static} + main() } class Laptop { - laptopCase : String } class PersonalComputer { } Laptop -up-|> Computer PersonalComputer -up-|> Computer @enduml
false
true
false
false
class
b5e44feff61e80fda684258695e7ed4a0387589d
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/solution/fundamental/ex5/ex5.plantuml
56dc2da72e8d8d908ae4cd90909284e1d1d9ea13
[ "Apache-2.0" ]
permissive
muame-amr/java-traininglabs
987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83
a93268f60e6a8491b1d156fae183a108ff0d9243
refs/heads/main
2023-08-06T10:04:57.996593
2021-09-28T11:21:00
2021-09-28T11:21:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
435
plantuml
@startuml title __EX5's Class Diagram__\n namespace global.skymind { namespace solution.fundamental.ex5 { class global.skymind.solution.fundamental.ex5.Ex5_RelationalOps { {static} + main() } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
f3d713d9e41502fc2666f09e6928ec6fdcf1cbf2
221c5f448e92489ed23eba7d57e6b7f170456f8c
/diagrams/SequenceDiagram_Timer_notifiesAll.puml
6eaa51479b932d6500c94b1a280d2eb26a1736f8
[]
no_license
bokovhu/software-project-laboratory-assignment
04d4dfd5057ee946dcb9e84eb2829460af6f6b1b
562730be5e4aa8dd1be9fd007618a2a4c28e7d6d
refs/heads/master
2020-04-24T10:19:42.655964
2019-05-15T12:49:02
2019-05-15T12:49:02
171,890,819
0
0
null
null
null
null
UTF-8
PlantUML
false
false
328
puml
@startuml skinparam classAttributeIconSize 0 skinparam guillemet false participant ": Timer" as timer participant "updatable : Updatable" as updatable [-> timer : tick() activate timer loop for all updatable : Updatable timer -> updatable ++ : update() updatable --> timer -- end loop [<-- timer deactivate timer @enduml
false
true
false
false
sequence
d23bf8bdc7ce2fa5a3631687d93ba9f4ff978cb9
372d0fe94d7e59fd48620c687fee8fc94841408b
/deadheat-lock-example/microservices-example/booking-service/src/main/java/com/vrush/microservices/booking/resources/resources.plantuml
62a80f8df05bc35121296a178a10dd0e3e8335d6
[ "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
993
plantuml
@startuml title __RESOURCES's Class Diagram__\n namespace com.vrush.microservices.booking { namespace resources { class com.vrush.microservices.booking.resources.BookingResource { {static} - log : Logger + BookingResource() + save() } } } namespace com.vrush.microservices.booking { namespace resources { class com.vrush.microservices.booking.resources.RoomResource { {static} - log : Logger + RoomResource() + save() } } } com.vrush.microservices.booking.resources.BookingResource o-- com.vrush.microservices.booking.service.BookingService : service com.vrush.microservices.booking.resources.RoomResource o-- com.vrush.microservices.booking.service.RoomService : service right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
ee334308e75fe1cbfffdfe0f28ccacf110b5316a
aa9620300bc8488f53437e0f5faab824225aab73
/reweighting_2017/wrapper_wrapped_6.plantuml
5694bf8851537f3a8e58eb5b6fca8f7f7d981c25
[ "BSD-3-Clause" ]
permissive
atavory/atavory.github.io
94daa1b05141ff5c6e9ebfb5055fc87cfd333ca3
43d98b45150411d83ab75a92a6d4ab9226927ef0
refs/heads/master
2021-01-19T06:15:43.197765
2019-11-18T10:58:38
2019-11-18T10:58:38
100,634,235
0
0
null
null
null
null
UTF-8
PlantUML
false
false
650
plantuml
@startuml skinparam monochrome true skinparam shadowing false actor user participant Wrapped participant wrapped autonumber 1 "<font color=grey>" user -[#grey]> Wrapped: <back:white>predict(X)</back> autonumber 2 "<font color=grey>" Wrapped -[#grey]> Wrapped: <back:white>validate; strip</back> autonumber 3 "<font color=grey>" Wrapped -[#grey]> Wrapped: <back:white>predict(Xt)</back> autonumber 4 "<font color=grey>" wrapped -[#grey]> Wrapped: <back:white>yt</back> autonumber 5 "<font color=grey>" Wrapped -[#grey]> Wrapped: <back:white>add metadata</back> autonumber 6 "<font color=black>" Wrapped -[#black]> user: <back:grey>y</back> @enduml
false
true
false
false
usecase
0de613dfde38024cd4df5f8088b39f12b2c99c92
82c3bf2ae6f9c301040625f49942e67b4e5fd70e
/frontend/documentation/use-cases.puml
64ce66aa1628098bf34c2e6fdc48846df8ba74b3
[]
no_license
CriusNyx/annotated-map
e3b454e1dadddf054aa09d0d48b620c5d4da5463
5adab2d0b625692b92d37e5fa14ad9805a9d0bca
refs/heads/main
2023-01-12T02:29:37.934221
2020-11-08T19:18:39
2020-11-08T19:18:39
302,800,129
0
1
null
2020-11-08T19:18:40
2020-10-10T02:46:36
TypeScript
UTF-8
PlantUML
false
false
991
puml
@startuml Project Management Use Cases left to right direction actor DM actor User database Server package Project { (Make a new project) as make_a_project (Open an existing project) as open_a_project } DM --> make_a_project DM --> open_a_project User --> open_a_project make_a_project --> Server open_a_project --> Server @enduml @startuml Project Mode Use Cases left to right direction actor DM actor User database Server package Project{ (See polygon descriptions) as see_polygon_decriptions (Create new polygons) as create_new_polygons (Create new nodes) as create_new_nodes (Move or Delete existing nodes) as manage_existing_nodes } User --> see_polygon_decriptions DM --> see_polygon_decriptions User --> create_new_polygons DM --> create_new_polygons DM --> create_new_nodes DM --> manage_existing_nodes see_polygon_decriptions --> Server create_new_polygons --> Server create_new_nodes --> Server manage_existing_nodes --> Server @enduml
false
true
false
false
usecase
f0f9b726955c6a06a63f94c0e929940bde7a0e35
904be83129e5fe2edd730e065395f0cbf21ea243
/doc/findInt.puml
485a54fd1c1263ba94fef67c007462ad241c93be
[]
no_license
ptpuustinen/demo
88aa1f0fd04e2d6f730c936b0310d9dac16bde1c
68712bec427ce2a13ec28aa5eeb25130ce5106cd
refs/heads/main
2023-07-28T04:33:38.000972
2021-09-09T13:19:22
2021-09-09T13:19:22
401,739,115
0
0
null
null
null
null
UTF-8
PlantUML
false
false
263
puml
@startuml skinparam monochrome true hide footbox actor Asiakas boundary MyTemplateUser control MyTemplate Asiakas -> MyTemplateUser : findInt() MyTemplateUser -> MyTemplate : find(T) MyTemplateUser <-- MyTemplate : T Asiakas <-- MyTemplateUser : Integer @enduml
false
true
false
false
usecase
447be69e13fb81c841f438a0b9950722ae394757
a43511a00b8f4c01ceca1f27bc06bd456ec314df
/uml/extractor.puml
7c422980dd116ea54612cff6cf2d07ecb94214b6
[]
no_license
tdounnyy/exoplayer_note
9bb9eeca974f92f20ed811d969f5de6370ab5106
983e2649c56430ac6a9f9f444dc03efde4946180
refs/heads/master
2021-04-17T08:49:51.203528
2020-03-23T15:54:51
2020-03-23T15:54:51
249,430,703
0
0
null
null
null
null
UTF-8
PlantUML
false
false
521
puml
@startuml 'Extracts media data from a container format package extractor { interface Extractor class FlvExtractor class Mp4Extractor class OggExtractor class TsExtractor interface ExtractorsFactory { createExtractors() } class DefaultExtractorsFactory Extractor <|-- FlvExtractor Extractor <|-- Mp4Extractor Extractor <|-- OggExtractor Extractor <|-- TsExtractor ExtractorsFactory <|-- DefaultExtractorsFactory ExtractorsFactory <-- Extractor } @enduml
false
true
false
false
class
07e8e652880d62d39c8c1215afb810a23d15a741
2eaf198cab76506045fcc4d312abd12afc9fc713
/docs/0001-negative-unl/negativeUNLSqDiagram.puml
8cb491af6abf0ba990655bc58fc4518b8e271d8d
[ "LicenseRef-scancode-free-unknown", "ISC" ]
permissive
XRPLF/rippled
26c378a72f65dde2ee9427a8a106505a60a3303d
300b7e078a4bc511f30b74509d416e5081ec3650
refs/heads/develop
2023-08-31T00:07:03.935167
2023-08-21T23:22:59
2023-08-21T23:23:06
2,724,167
267
126
ISC
2023-09-14T21:57:05
2011-11-07T04:40:15
C++
UTF-8
PlantUML
false
false
2,432
puml
@startuml negativeUNL_highLevel_sequence skinparam sequenceArrowThickness 2 skinparam roundcorner 20 skinparam maxmessagesize 160 actor "Rippled Start" as RS participant "Timer" as T participant "NetworkOPs" as NOP participant "ValidatorList" as VL #lightgreen participant "Consensus" as GC participant "ConsensusAdaptor" as CA #lightgreen participant "Validations" as RM #lightgreen RS -> NOP: begin consensus activate NOP NOP -[#green]> VL: <font color=green>update negative UNL hnote over VL#lightgreen: store a copy of\nnegative UNL VL -> NOP NOP -> VL: update trusted validators activate VL VL -> VL: re-calculate quorum hnote over VL#lightgreen: ignore negative listed validators\nwhen calculate quorum VL -> NOP deactivate VL NOP -> GC: start round activate GC GC -> GC: phase = OPEN GC -> NOP deactivate GC deactivate NOP loop at regular frequency T -> GC: timerEntry activate GC end alt phase == OPEN alt should close ledger GC -> GC: phase = ESTABLISH GC -> CA: onClose activate CA alt sqn%256==0 CA -[#green]> RM: <font color=green>getValidations CA -[#green]> CA: <font color=green>create UNLModify Tx hnote over CA#lightgreen: use validatations of the last 256 ledgers\nto figure out UNLModify Tx candidates.\nIf any, create UNLModify Tx, and add to TxSet. end CA -> GC GC -> CA: propose deactivate CA end else phase == ESTABLISH hnote over GC: receive peer postions GC -> GC : update our position GC -> CA : propose \n(if position changed) GC -> GC : check if have consensus alt consensus reached GC -> GC: phase = ACCEPT GC -> CA : onAccept activate CA CA -> CA : build LCL hnote over CA #lightgreen: copy negative UNL from parent ledger alt sqn%256==0 CA -[#green]> CA: <font color=green>Adjust negative UNL CA -[#green]> CA: <font color=green>apply UNLModify Tx end CA -> CA : validate and send validation message activate NOP CA -> NOP : end consensus and\n<b>begin next consensus round deactivate NOP deactivate CA hnote over RM: receive validations end else phase == ACCEPTED hnote over GC: timerEntry hash nothing to do at this phase end deactivate GC @enduml
false
true
false
false
usecase
642eaae6414520cde5a802f2b2349f5f2c45885e
3e76b8900925de77bcb1eddd0ab948d53dcbb3c3
/ClassDiagram/classDiagram.puml
7868502b07dcad60f05033c92655b29251df220f
[]
no_license
LuckyWirasakti/Presensi-AMCC
58ce3f16232c2db52e27d522dc94bd366f8da310
7b22c79ad8ad3050856cdf034c9ad04145d57008
refs/heads/master
2020-12-07T00:51:30.522943
2020-01-13T09:46:03
2020-01-13T09:46:03
232,594,812
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,444
puml
@startuml skinparam wrapWidth 150 class LaravelPackages { } class Request extends LaravelPackages { # request # {static} only() # {static} accept() # {static} except() } class Controller extends LaravelPackages { } PresenceController <|-- Router EventController <|-- Router MemberController <|-- Router CategoryController <|-- Router class Router extends LaravelPackages { - Route('PresenceController') - Route('EventController') - Route('MemberController') - Route('CategoryController') } class Model extends LaravelPackages { # {static} guarded # {static} fillable # {static} primaryKey # {static} hidden # {abstract} void All() # {abstract} void firstOrFail() # {abstract} void find() # {abstract} void belongTo() # {abstract} void belongToMany() # {abstract} void hasOne() # {abstract} void hasMany() } Router <|-- View class View extends LaravelPackages { - BladeComponent - NPM Lib } class Category extends Model { # guarded = ['created_at', 'updated_at', 'id'] # hidden = ['created_at', 'updated_at', 'id'] - Event() : hasOne(Event::class, 'category_id', 'id') } Request <|-- CategoryController Category <|-- CategoryController class CategoryController extends Controller { - Request - Category + index() + show() + create() + store(Request request) + edit(id) + update(Request request, Event event, id) } class Event extends Model { # guarded = ['created_at', 'updated_at', 'id'] # hidden = ['created_at', 'updated_at', 'id'] # Category() : belongToMany(Category::class, Event::class, 'category_id', 'id') # Member() : belongToMany(Category::class, Event::class, 'category_id', 'id') - Count() } Request <|-- EventController Event <|-- EventController class EventController extends Controller { - Request - Event + index() + show() + create() + store(Request request) + edit(id) + update(Request request, Event event, id) } class Member extends Model { # guarded = ['created_at', 'updated_at', 'id'] # hidden = ['created_at', 'updated_at', 'id'] # Category() : belongToMany(Category::class, Event::class, 'category_id', 'id') } Request <|-- MemberController Member <|-- MemberController class MemberController extends Controller { - Request - Member + index() + show() + create() + store(Request request) + edit(id) + update(Request request, Event event, id) } class Presence extends Model { # guarded = ['created_at', 'updated_at', 'id'] # hidden = ['created_at', 'updated_at', 'id'] # Attendance() : belongToMany(Member::class, Event::class, 'member_id', 'event_id', 'created_at')->withPivot('created_at') } Request <|-- PresenceController Presence <|-- PresenceController class PresenceController extends Controller { - Request - Member + index() + show() + create() + store(Request request) + edit(id) + update(Request request, Event event, id) } class EventBlade extends View { + showEvent() + createEvent() + updateEvent() } class CategoryBlade extends View { + showCategory() + createCategory() + updateCategory() } class MemberBlade extends View { + showMember() + createMember() + updateMember() } class PresenceBlade extends View { + showPresence() + inputCode() + QRCode() } @enduml
false
true
false
false
class
1ac300e43fb746c18dff48869a7d998c2ec1071c
46d0bcdca46bd7880aaaf70462a6ba39f057552a
/.diagrams/Data.puml
a3e07dca19069854b563d6742a4d355664e4487c
[]
no_license
lulzzz/build-monitor
1074c722b44af1caa5a502422bad0646c229edae
f008050b28c16abf4112004d4d01dbace0341fc4
refs/heads/master
2022-11-27T18:31:32.237919
2020-07-14T18:34:47
2020-07-14T18:34:47
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
973
puml
@startuml enum BuildViewType { Unknown, TeamCity, Jenkins } class BuildData { viewType: BuildViewType config: BuildInfo } BuildData *-- BuildViewType BuildData *-- BuildInfo enum BuildStatus { Undefined, Running, Success, Failed } class BuildInfo { id: string; name: string; number: string; status: BuildStatus; url: string; startedBy: string; startedOn: Date; durationSeconds: number } BuildInfo *-- BuildStatus class TcBuildInfo { changes: Change[] projectName: string } TcBuildInfo <|-- BuildInfo class Change { message: string; author: User } TcBuildInfo *-- Change class User { name: string avatarImage: string } Change *-- User interface IScreenData {} class BuildScreenData { builds: BuildData[] } BuildScreenData <|-- IScreenData BuildScreenData *-- BuildData class Screen { id: string; type: ScreenType data: IScreenData } enum ScreenType { BuildInfo } Screen *-- ScreenType Screen *-- IScreenData @enduml
false
true
true
false
class
1856d7fb50f9152fedd4e7e75651b234e68de562
2cef4cb5fdbfdb490d2c35583c96179e5b44e9d7
/database-example.puml
0592a07f65909c62b1b4664ee68a403baca7fe59
[]
no_license
MieszkoWasniowski/github-asciidoc-example
67afd1f71718b7eb74205a79a76c3e339026ceca
9c513e177cfae9200397050a81cbec8c3538e43d
refs/heads/master
2023-03-25T20:37:20.934844
2020-12-22T00:13:04
2020-12-22T00:13:04
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,796
puml
@startuml !procedure Table($name,$desc) class $name as "$desc" << (T,#FFAAAA) >> !endprocedure !function $primary_key($x) return "<b>" + $x + "</b>" !function $unique($x) return "<color:green>" + $x + "</color>" !function $denormal($x) return "<color:red>" + $x + "</color>" !function $not_null($x) return "<u>" + $x + "</u>" hide methods hide stereotypes ' primary keys better to use UUID than INTEGER Table("drug", "drug") { $primary_key("drug_id") INTEGER $not_null("primary_name") VARCHAR[4000] } Table("drug_name", "drug_name\n(Code, Brand, Generic)") { $primary_key("drug_id") INTEGER $not_null("name_type") INTEGER $not_null("name") VARCHAR[4000] } Table("drug_mechanisms", "drug_mechanism") { $primary_key("drug_id") INTEGER $primary_key("mechanism_id") INTEGER $denormal($not_null("mechanism_descr")) VARCHAR[4000] } Table("mechanism", "mechanism") { $primary_key("mechanism_id") INTEGER $not_null($unique("description")) VARCHAR[4000] } Table("drug_status", "drug_status") { $primary_key("drug_status_id") INTEGER $not_null("drug_id") INTEGER $not_null("condition_id") INTEGER $denormal($not_null("condition_desc")) VARCHAR[4000] $not_null("phase_id") INTEGER $denormal($not_null("phase_order")) INTEGER $denormal($not_null("phase_desc")) VARCHAR[4000] $not_null("active_development") BOOLEAN $not_null("year") INTEGER } Table("drug_status_org", "drug_status_org") { $primary_key("drug_status_id") INTEGER $not_null("organization_id") INTEGER $denormal($not_null("organization_desc")) VARCHAR[4000] } Table("drug_status_route", "drug_status_route") { $primary_key("drug_status_id") INTEGER $not_null("admin_route_id") INTEGER $denormal($not_null("admin_route_desc")) VARCHAR[4000] } Table("organization", "organization") { $primary_key("organization_id") INTEGER $not_null($unique("description")) VARCHAR[4000] } Table("condition", "condition") { $primary_key("condition_id") INTEGER $not_null($unique("description")) VARCHAR[4000] } Table("admin_route", "admin_route") { $primary_key("admin_route_id") INTEGER $not_null($unique("description")) VARCHAR[4000] } Table("phase", "phase") { $primary_key("phase_id") INTEGER $not_null($unique("sort_order")) INTEGER $not_null($unique("description")) VARCHAR[4000] } enum drug_name_types { CODE BRAND GENERIC $denormal("MAIN") } drug --> "*" drug_name drug_name ..> drug_name_types drug --> "*" drug_mechanisms mechanism --> "*" drug_mechanisms drug --> "*" drug_status drug_status ..> "denormalized from" condition drug_status ..> "denormalized from" phase drug_status --> "*" drug_status_org drug_status --> "*" drug_status_route drug_status_org ..> "denormalized from" organization drug_status_route ..> "denormalized from" admin_route @enduml
false
true
false
false
class
a91f4721a9389c6da6cf980acfbd97da690ccb9d
83a1a7f2e85781a5e910591c60cb84d31c233c11
/conception/diag_seq_player_shoot.plantuml
290dca91e41ffe41487c9adcea098df53c335b6c
[]
no_license
AntoineCourtil/CAD2018_Laraclette
3590a7649826eeab47083c0ea79f8b62393ae781
ab0fc5eb473758a2bbc2241853bfa6d2de5a33b5
refs/heads/master
2021-05-09T14:42:38.996159
2018-04-26T13:29:49
2018-04-26T13:29:49
119,071,004
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,790
plantuml
@startuml title Le joueur sélectionne un bateau et tir actor Joueur activate Joueur activate game activate player activate ia activate game.batailleNavale loop Tant qu'aucun bateau n'est sélectionné Joueur -> game : Clique en (x, y) (Point2D dans l'application) game -> game : this.playerChooseBoat(position) game -> game.batailleNavale : player = this.batailleNavale.getPlayer() game -> player : player.chooseBoat(position) player -> player : boat = this.getBoatIndexFromPos(position) alt Le bateau d'index i est en x, y player --> player : currentBoatIndex = i (On set l'index du bateau sélectionné) player --> game : true (Il y avait un bateau en x, y) game -> Joueur : Le bateau est sélectionné else player --> player : currentBoatIndex = -1 player --> game : false (Il n'y a pas de bateau en x, y) game -> Joueur : Aucun bateau n'a été sélectionné end end opt Un bateau a été sélectionné Joueur -> game : Clique en (x, y) (Point2D dans l'application) game -> game.batailleNavale : this.batailleNavale.playerShoot(position) game.batailleNavale -> player : player.getCurrentBoat() player --> game.batailleNavale : boat game.batailleNavale -> boat : boat.getDamage() boat --> game.batailleNavale : damage game.batailleNavale -> ia : this.ia.receiveShoot(position, damage) ia -> ia : boat = findBoatIndexFromPos(position) alt Le bateau d'index 3 est en x, y ia -> ia : boat = boats.get(3) ia -> boat : boat.receiveDamage(pos, damage) ia --> game.batailleNavale : true else ia --> game.batailleNavale : false game.batailleNavale -> player : player.addFailedShoot(position) end end @enduml
false
true
true
false
usecase
3bdcac1028127a9f97c6892ab8d472e85cb81a1b
366b04c0ecc60f4f827ccc25cc47201652cf29e8
/src/composite/uml/composite.puml
62e7d6ae70d30cc7151d2f3fb5c88608412f7144
[]
no_license
vitalispopoff/designPatterns
c14b6d222603d6873229b17254b4e001b1b23bac
9d90e87ddbd6f964ba681c7bb13b94551383ff07
refs/heads/master
2022-11-16T10:20:38.580475
2020-06-20T21:36:16
2020-06-20T21:36:16
267,718,159
1
0
null
null
null
null
UTF-8
PlantUML
false
false
219
puml
@startuml package composite { abstract class Node{ } class Branch extends Node{ } class Leaf extends Node{ } class Queuer extends Node{ ~{field} branches } } @enduml
false
true
false
false
class
0f947d0c56ca029d6e57013c62f2440aab3491b8
0478a8ea2270c678f70902a7b1a4aa4b38030bcf
/diagrams/sequence/applyDecoration.puml
668a29d498febbe8af11f03439a39777ea6482fc
[]
no_license
olaven/exam-PG3300
5b07a8be210812ab2471bff77ba549afcb6e9881
e99a2713dc3039e046411dc6042fb13b058ce174
refs/heads/master
2020-04-04T09:54:31.906170
2018-11-18T18:06:17
2018-11-18T18:06:17
155,835,625
1
1
null
null
null
null
UTF-8
PlantUML
false
false
889
puml
@startuml Apply decoration ItemFactory -> ItemFactory note left Having this self- reference makes PUML render Itemfactory as leftmost item end note alt DecentCondition activate DecentConditionItemDecorator ItemFactory -> DecentConditionItemDecorator : request item ItemFactory <-- DecentConditionItemDecorator : return decoated item deactivate DecentConditionItemDecorator else NoDamage activate NoDamageItemDecorator ItemFactory -> NoDamageItemDecorator : request item ItemFactory <-- NoDamageItemDecorator : return decoated item deactivate NoDamageItemDecorator else WithWings activate WithWingsItemDecorator ItemFactory -> WithWingsItemDecorator : request item ItemFactory <-- WithWingsItemDecorator : return decoated item deactivate WithWingsItemDecorator note left: Other decorators as well end @enduml
false
true
false
false
sequence
1475347b94fb094f127362a1b92e4dffaee4480f
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/macros01_02/monetary_language/i130372/draft_macros_01_02.puml
2ee38e63fcf39b9f9db0447ce5b47b45c763730d
[]
no_license
1130348/Confusao
62e06a3428e4455807b6b247c52d9f94b95fa2c1
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
refs/heads/master
2020-03-25T00:25:42.003519
2015-06-26T14:16:24
2015-06-26T14:16:24
143,185,136
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,440
puml
@startuml doc-files/draft_macros_01_02.png actor User participant "<<analysis>>\nCellUI" as UI participant "<<analysis>>\nCellCtrl" as ctrl participant "<<analysis>>\nCell" as cell participant "<<analysis>>\nf = Formula" as formula participant "<<analysis>>\nFormulaCompiler" as formulaCompiler participant "<<analysis>>\nExpressionCompiler" as expressionCompiler participant "<<analysis>>\nExpression" as expression activate User User->UI:select cell User->UI:write formula deactivate User activate UI UI->ctrl:setContent(formula) deactivate UI activate ctrl ctrl->cell:setContent(formula) deactivate ctrl activate cell cell->formula:f = create() cell -> formulaCompiler : compile(cell,string) deactivate cell activate formulaCompiler deactivate formulaCompiler formulaCompiler -> expressionCompiler : compile(cell,string) deactivate formulaCompiler activate expressionCompiler expressionCompiler -> expression : create() deactivate expressionCompiler activate expression expressionCompiler <-- expression : expr deactivate expression activate expressionCompiler formulaCompiler <-- expressionCompiler : expr deactivate expressionCompiler activate formulaCompiler formulaCompiler -> formulaCompiler : updateDependencies() formulaCompiler -> formulaCompiler : fireContentChanged() formulaCompiler -> formulaCompiler : reevaluate() deactivate formulaCompiler cell <-- formulaCompiler : formula activate cell deactivate cell @enduml
false
true
false
false
usecase
b9072c647f547db45dad69bbd64cbd135bc55660
10d74ddbc94522bf598d3d14fbea4e2152289107
/scooterHireApp/UML/usecase.puml
2a4ba673142d7731a23d8ccfd17b13cfc994de86
[]
no_license
Lucas-Uniqodo/MV-bootcamp
21ce8b633af0180a178bc6a807e1f349cf92dbcd
cd51e2750c4692e76e67f312b3da51e70cb10364
refs/heads/main
2023-07-03T20:57:12.906588
2021-07-23T09:04:21
2021-07-23T09:04:21
381,036,598
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,615
puml
' To hire a scooter, a user must download the Electric Scooter Hire app and register their details ' Only users 18 years and above can ride a scooter ' Scooters are rented from charging stations ' There are multiple charging stations in the city ' Only fully charged scooters can be rented ' A scooter must be returned to a charging station ' It takes 2 hours to fully charge a scooter from empty ' Payment is taken once the user has returned their scooter ' A scooter can be marked by a user as broken. This must remove the scooter from a list of available scooters and trigger maintenance personnel to repair the scooter ' The maximum range of a fully charged scooter is 32 km ' A UML Use Case diagram showing the interactions between the user Actor, scooter Actor and the Electric Scooter Hire app system @startuml title Scooter - Use Case Diagram left to right direction actor user actor scooter actor maintenancePersonnel rectangle ElectricScooterHireApp { usecase download usecase inputAge usecase inputCreditCardDetails usecase requestScooter usecase returnScooter usecase payScooter usecase flagScooterAsBroken user --> download user --> inputAge user --> inputCreditCardDetails user --> requestScooter user --> returnScooter user --> flagScooterAsBroken returnScooter --> payScooter usecase charge usecase reportLocation usecase reportDistanceTravelled scooter --> charge scooter --> reportLocation scooter --> reportDistanceTravelled usecase fixScooter maintenancePersonnel --> fixScooter } @enduml
false
true
false
false
usecase
153180c3aecd5dfe02451e2e2a845084eb976877
fb6cdc303c504ac460aabff216b9eb7d6cbae95d
/src/main/java/com/bgzyy/design/pattern/factory/method/pizzamethod/FactoryMethodPizza.puml
132dca7fc088641dc6a2bf81c610934c960e2c89
[]
no_license
bgzyy/Design-Patterns
67484fd535fb7c41e22cc8122e274b470ca011c8
6e0a2853814708ead8eae7a72171e61f705b6409
refs/heads/master
2023-01-01T16:12:13.380936
2020-10-24T08:48:19
2020-10-24T08:48:19
306,841,209
0
0
null
null
null
null
UTF-8
PlantUML
false
false
598
puml
@startuml abstract class Pizza { +{abstract}prepare(): void +bake(): void +cut(): void +box(): void } class BJCheesePizza class BJPepperPizza class LDCheesePizza class LDPepperPizza abstract class OrderPizza { +{abstract}createPizza(): Pizza } class BJOrderPizza class LDOrderPizza BJCheesePizza --|> Pizza BJPepperPizza --|> Pizza LDCheesePizza --|> Pizza LDPepperPizza --|> Pizza BJOrderPizza --|> OrderPizza LDOrderPizza --|> OrderPizza BJOrderPizza ..> BJCheesePizza BJOrderPizza ..> BJPepperPizza LDOrderPizza ..> LDCheesePizza LDOrderPizza ..> LDPepperPizza @enduml
false
true
false
false
class
45034c4432025756b53d9ea78db41fd64a8338d1
c0338d362d51a4ca4537dcbcf72cd3db19b442ed
/src/main/java/com/lelib/designpattern/behavior/mediator/Mediator.puml
922d520763d21129dd96917ab373424194a47b95
[]
no_license
lewisliu725/design-pattern
3f5be8707eba94a2cb22645f336a9e13ed67ed2c
7c87032b7410f4a759aeabfd542e5444ee90ee13
refs/heads/master
2022-12-12T00:19:55.589569
2020-09-15T03:07:30
2020-09-15T03:07:30
283,059,271
0
0
null
null
null
null
UTF-8
PlantUML
false
false
480
puml
@startuml abstract Mediator { + register(Colleague colleague): void + relay(Colleague colleague): void } abstract Colleague { # mediator: Mediator + setMediator(Mediator mediator) + receive(): void + send(): void } class ConcreteMediator extends Mediator { - colleagues: List<Colleague> } class ConcreteColleagueA extends Colleague { } class ConcreteColleagueB extends Colleague { } ConcreteMediator o-- Colleague Colleague o-- Mediator @enduml
false
true
false
false
class
90218f6dfab443b7fc4954e6d501c061d181d964
308a91e1f562316979c9c9b6f7657ba715c3d2ef
/refactor/client/client.plantuml
7956f542d46c884dec90e652762223cb5381bbcf
[]
no_license
Clebien/td1
38a4c5f673777cab7e14c92392b58198a5ba663b
6e4fa34f0d0e54169dde4dac548a9df73a125184
refs/heads/master
2022-12-24T02:43:03.172022
2020-10-06T20:26:52
2020-10-06T20:26:52
301,842,398
0
0
null
null
null
null
UTF-8
PlantUML
false
false
356
plantuml
@startuml title __CLIENT's Class Diagram__\n namespace td1.refactor.client { class td1.refactor.client.App { {static} + main() } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
e68e66d5d88ef044b1a704559aa74971f570ac06
c05cc22f50b3e63ec54c8c8b6ced389b91a6e55e
/cookbook/goldentoolkit_notintl/reports/docs/diagrams/src/diagrams.puml
7d1d1a30cfa9a2e6f53ca5e09702f14656ca056b
[ "BSD-3-Clause" ]
permissive
tuantq26/code_with_me
7b30fdf7cd11003d41fcc176cf4e199ab6fb8408
4a82315217fefb56a38054c40c412f88275b1a18
refs/heads/master
2023-08-27T22:19:44.808007
2021-10-14T11:18:32
2021-10-14T11:18:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,610
puml
@startuml set namespaceSeparator :: class "goldentoolkit_notintl::app::shared::app_vars.dart::Environment" { +int index {static} +List<Environment> values {static} +Environment dev {static} +Environment staging {static} +Environment prod {static} +Environment vizstory } "goldentoolkit_notintl::app::shared::app_vars.dart::Environment" o-- "goldentoolkit_notintl::app::shared::app_vars.dart::Environment" class "goldentoolkit_notintl::app::shared::app_vars.dart::Constants" { -Map<String, dynamic> _config +dynamic whereAmI +void setEnvironment() +bool isDev() } class "goldentoolkit_notintl::app::shared::app_vars.dart::_Config" { {static} +Map<String, dynamic> debugConstants {static} +Map<String, dynamic> prodConstants {static} +Map<String, dynamic> qaConstants {static} +Map<String, dynamic> visstoryConstants {static} +String whereAmI } class "goldentoolkit_notintl::app::ui::myapp.dart::MyApp" { +MyHomePage? home +Widget build() } "goldentoolkit_notintl::app::ui::myapp.dart::MyApp" o-- "goldentoolkit_notintl::app::ui::screens::home::myhomepage.dart::MyHomePage" class "goldentoolkit_notintl::app::ui::screens::home::myhomepage.dart::MyHomePage" { +String title +String message {static} +Key titleKey {static} +Key messageKey +State<MyHomePage> createState() } "goldentoolkit_notintl::app::ui::screens::home::myhomepage.dart::MyHomePage" o-- "flutter::src::foundation::key.dart::Key" class "goldentoolkit_notintl::app::ui::screens::home::myhomepage.dart::_MyHomePageState" { -int _counter -void _incrementCounter() +Widget build() } @enduml
false
true
false
false
class
257a3b1977a345cf86282bc37217ec86c1cd2b0f
0bad5075fffde9f8114344c69e5007d64ed215c6
/docs/source/pic/src/verification.puml
0c11db26dad1ec261fe821095a4584e2a0de204f
[ "Apache-2.0" ]
permissive
PSPC-SPAC-buyandsell/von_anchor
7ff8964c57b5b016c15284d44ff07919976a3cef
9d3f96451c1c7a2fee8c0141fc5f32f3596791d0
refs/heads/master
2021-08-08T11:16:10.929511
2020-04-03T12:48:35
2020-04-03T12:48:35
140,607,696
5
15
Apache-2.0
2020-02-10T16:49:28
2018-07-11T17:23:09
Python
UTF-8
PlantUML
false
false
1,426
puml
@startuml /' Copyright 2017-2020 Government of Canada - Public Services and Procurement Canada - buyandsell.gc.ca Licensed 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. '/ skinparam ParticipantPadding 20 skinparam BoxPadding 20 title Verification Sequence box "Indy" #LightBlue participant "Ledger" as ledger endbox actor "Verifier\n(e.g., SRI)\nVON Anchor" as san actor "Actuator" as ator === VERIFICATION SEQUENCE == ator -> san: call verify_proof(proof_req, proof) group verify_proof() implements loop each identifier in proof san -> ledger: get schema ledger --> san: schema san -> ledger: get cred def ledger --> san: cred def san -> ledger: get rev reg def ledger --> san: rev reg def san -> ledger: get rev reg state ledger --> san: rev reg state end san -> san: verify proof san -> ator: True or False end @enduml
false
true
false
false
usecase
5ae4140d140632ffc2d3ba6e9b0f6af40dead0c9
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii05/doc/plantuml/ua/khpi/oop/malokhvii05/util/algorithms/sort/SortAlgorithmFactory.puml
08d6bd10b290c29d7755e90d6da4236ab416653d
[ "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
735
puml
@startuml class SortAlgorithmFactory { {static} -classMapping: Map<String, Class<?>> {static} -defaultAlgorithm: Class<?> -SortAlgorithmFactory() {static} +getAlgorithm(String): SortAlgorithm<T> {static} +getAlgorithm(String, Comparator<?>): SortAlgorithm<T> {static} +getDefaultAlgorithm(): SortAlgorithm<T> {static} +getDefaultAlgorithm(Comparator<?>): SortAlgorithm<T> {static} +getRegisteredAlgorithms(): Set<String> {static} -loadBasicAlgorithms(): void {static} +registerAlgorithm(String, Class<?>): void {static} +setDefaultAlgorithm(Class<?>): void {static} +unregisterAlgorithm(String): void } @enduml
false
true
false
false
class
419e7038e30abf3d3578b041ede62a9ef3049b07
a26bbd033192f4ea245a6dd3f166976b39459752
/3_Documentazione/design/be/modeljson.puml
92018679fbea0e33705176ae1443a3d4d0b8d18c
[]
no_license
giuliobosco/freqline
fdc673e09e4cfc96dc67a759788120b81fdbae46
e94256cc349797447cf414bbe4267ef45c89723e
refs/heads/master
2022-04-10T16:22:55.993289
2020-04-06T13:28:19
2020-04-06T13:28:19
206,082,972
3
0
null
null
null
null
UTF-8
PlantUML
false
false
3,600
puml
@startuml skinparam classAttributeIconSize 0 package ch.giuliobosco.freqline.modeljson { abstract BaseJson { - {static} String ID - {static} String CREATED_BY - {static} String CREATED_DATE - {static} String UPDATED_BY - {static} String UPDATED_DATE - {static} String DELETED_BY - {static} String DELETED_DATE - JSONObject json + BaseJson(Base base) + BaseJson(JSONObject json) + BaseJson(String json) + JSONObject getJson() # Base getBase(DbDao dao, int id) - void setJsonBase(Base base) # int getInt(String key) # Date getDate(String key) # String getString(String key) # boolean getBoolean(String key) # Timestamp getTimestamp(String key) # Base getBase() + {abstract} void set(Base base) + {abstract} Base get(DbDao dao) } class GeneratorJson { + {static} String NAME + {static} String FREQUENCE + {static} String STATUS + {static} String IP + {static} String KEY_C + GeneratorJson(Generator generator) + GeneratorJson(Base base) + GeneratorJson(JSONObject json) + GeneratorJson(String string) } BaseJson <|-- GeneratorJson class GroupJson { + {static} String NAME + {static} String PARENT_GROUP + GroupJson(Group group) + GroupJson(Base base) + GroupJson(JSONObject json) + GroupJson(String jsonString) } BaseJson <|-- GroupJson class GroupPermissionJson { + {static} String GROUP + {static} String PERMISSION + GroupPermissionJson(GroupPermission groupPermission) + GroupPermissionJson(Base base) + GroupPermissionJson(JSONObject json) + GroupPermissionJson(String string) } BaseJson <|-- GroupPermissionJson class MicJson { + {static} String GENERATOR + {static} String DECIBEL + {static} String TIMER + {static} String IP + {static} String KEY_C + MicJson(Mic mic) + MicJson(Base base) + MicJson(JSONObject json) + MicJson(String string) } BaseJson <|-- MicJson class PermissionJson { + {static} String NAME + {static} String STRING + {static} String DESCRIPTION + PermissionJson(Permission permission) + PermissionJson(Base base) + PermissionJson(JSONObject json) + PermissionJson(String string) } PermissionJson --|> BaseJson class RemoteJson { + {static} String GENERATOR + {static} String COMMAND + {static} String IP + {static} String KEY_C + RemoteJson(Remote remote) + RemoteJson(Base base) + RemoteJson(JSONObject json) + RemoteJson(String string) } RemoteJson --|> BaseJson class UserGroupJson { + {static} String USER + {static} String GROUP + UserGroupJson(UserGroup userGroup) + UserGroupJson(Base base) + UserGroupJson(JSONObject json) + UserGroupJson(String string) } UserGroupJson --|> BaseJson class UserJson { + {static} String USERNAME + {static} String PASSWORD + {static} String SALT + {static} String FIRSTNAME + {static} String LASTNAME + {static} String EMAIL + UserJson(User user) + UserJson(Base base) + UserJson(JSONObject json) + UserJson(String string) } UserJson --|> BaseJson } @enduml
false
true
false
false
class
f79940f704865a6071c40558fb0d847621c19a02
1459443a2a0c4a28923038ec04c5c1002adf9e10
/schema.puml
6f2407583b8fa77b826beeb4592e5deaea44ce7c
[]
no_license
anwartan/bootcobo
00e700bfb863cc01b69336dee668799ead34b293
286ae639a4f6106d66dcc08a1d460622b0a94848
refs/heads/master
2023-03-27T01:00:36.947440
2021-04-03T05:12:09
2021-04-03T05:12:09
354,205,451
0
0
null
null
null
null
UTF-8
PlantUML
false
false
646
puml
@startuml entity posting { *id : unique -- image_url: String, description: Text created_at: Date, updated_at: Date, } entity user{ *id : unique, -- name:String, username:String, email:String, password:String, bio:Text, created_at:Date, updated_at:Date } entity community{ *id : unique, -- community_name:String, community_category:id, created_at: Date, updated_at: Date, } entity community_category{ *id : unique, -- category_name:String, created_at:Date, updated_at:Date } user|o--o{posting community|o--||community_category @enduml
false
true
false
false
sequence
68b607500f8b43fd1fc6cdac553e41011a5f0c3c
cd6e787d775e8bf41da4f4bbc032a935ced739ac
/docs/test_runner.puml
06126bef5fbc6adfebbf1b43bc70fe245c7bb405
[]
no_license
MarekOchocki/quokkatest
ea59e22401410eeeb099c6e428e1ae844993722f
865c6386bf5bca5910dfe9c8777c98f1e0364ce8
refs/heads/master
2022-09-23T10:42:51.939141
2020-05-12T20:22:08
2020-05-12T20:22:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,136
puml
@startuml class Test { + Test(std::string, std::function<void()>) + run() : TestResult } interface ITestResult { + hasFailed() : bool + getDescription() : std::string } class TestResult { + TestResult(bool, std::string) } interface ITestingPrinter { + printTestSetHeader(TestSet); + printTestResult(ITestResult); + printSummary(ITestsSummary); } class TestingPrinter { } class TestRunner { + runTests() + registerTestSet(TestSet) } class TestsSummary { } abstract class TestSet { + virtual beforeEach() + virtual init() + virtual afterEach() + virtual getName() : std::string + getTests() : std::vector<Test> - addTest(std::string, std::function<void()>) - debugTest(std::string, std::function<void()>) } class Assertions { ... } ITestResult <|-- TestResult ITestingPrinter <|-- TestingPrinter Assertions <|-- TestSet ITestResult <.. ITestingPrinter TestsSummary <.. ITestingPrinter TestSet <.. ITestingPrinter TestSet <.. TestRunner TestsSummary <.. TestRunner ITestingPrinter <.. TestRunner TestResult <.. Test Test <.. TestSet @enduml
false
true
false
false
class
d265ef2a023dfcefadf5aa270d9b907cab21b022
45bdcc7d5e2a88bc8934e070db799cc877e05df2
/doc/use-cases.puml
29f368c4dfcd768e16e780ecbf57fd5e04c4542f
[]
no_license
jangrunicke/express_movies
c6718d8af7ef682d043b42b4611c4d50925ac6ce
f9ee81fcd4aae13731631bce4a6d199e6a2fa9f2
refs/heads/main
2023-01-07T04:52:41.589216
2020-05-07T12:57:34
2020-05-07T12:57:34
311,109,435
0
0
null
null
null
null
UTF-8
PlantUML
false
false
427
puml
@startuml Use Cases left to right direction skinparam packageStyle rect skinparam componentStyle uml12 actor Gast actor Admin rectangle film { Gast --> (Film suchen) Gast --> (Datei herunterladen) Admin --> (Film suchen) Admin --> (Film ändern) Admin --> (Film anlegen) Admin --> (Film löschen) Admin --> (Datei hochladen) Admin --> (Datei herunterladen) } footer (c) Jan Grunicke @enduml
false
true
true
false
usecase
5c0237180c681e04bf196cb6d3f999be8a6f6ff1
9f8694feea36c3ef703a0b09f2cd086e763d20f5
/docs/architecture/diagrams/useCases/5b-psuAuthRedirectConsent.puml
d99a47bc5909b5dbf357a8f737ef5386f1a0dab5
[ "Apache-2.0" ]
permissive
DG0lden/mkdocs-demo
8643ae35adf93b0494876a54935b3ae794b2263f
767883cbf2f9691df40ee23f76f46415f79ae5a4
refs/heads/master
2020-09-29T22:05:15.628241
2019-12-13T12:06:38
2019-12-13T12:06:38
227,132,705
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,772
puml
@startuml PsuAuthorizeRedirectConsent title PsuAuthorizeRedirectConsent autonumber 10 10 "<b><color blue>[AuthRedirect-000]</color></b>" actor psu box "PsuUserAgent" #LightGray participant "FinTechUI" as FinTechUI participant "ConsentAuthorisationUI" as ConsentAuthorisationUI participant "OnlineBankingUI" as OnlineBankingUI end box box "FinTechDC" #DarkSeaGreen participant "FinTechApi" as FinTechApi end box box "TppDC" #LightGray participant "TppBankingApi" as TppBankingApi participant "TppBankSearchApi" as TppBankSearchApi participant "ConsentAuthorisationApi" as ConsentAuthorisationApi participant "BankingProtocol" as BankingProtocol participant "RedirectSessionStoreApi" as RedirectSessionStoreApi end box box "AspspDC" #LightSkyBlue participant "AspspBankingApi" as AspspBankingApi participant "OnlineBankingApi" as OnlineBankingApi end box == Initiate consent upon PSU transaction display request : call[header](body)<params> return code[header](body) == ConsentAuthorisationApi --> ConsentAuthorisationUI ++ : displayRedirectInfoPage[ConsentAuthSessionCookie,\nConsentAuthorisationUI.infoPanel](AuthorizeResponse) ConsentAuthorisationUI --> psu : displayRedirectInfoPage() deactivate ConsentAuthorisationUI psu -> ConsentAuthorisationUI ++ : confirmRedirect() ConsentAuthorisationUI -> ConsentAuthorisationApi ++ : GET:confirmRedirect\n[ConsentAuthSessionCookie]()<consentSessionState> deactivate ConsentAuthorisationUI ConsentAuthorisationApi --> OnlineBankingUI ++ : redirect302[ConsentAuthSessionCookie,\nOnlineBankingApi.redirectEntryPoint]\n()<consentId, authorizationId> deactivate ConsentAuthorisationApi autonumber stop group OnlineBankingConsent OnlineBankingUI -> OnlineBankingApi ++ : redirectEntryPoint[]()<consentId, authorizationId> return redirect302[OnlineBankingConsent, OnlineBankingUI.loginScreen, OnlineBankingConsentSessionCookie]()<consentId, authorizationId> OnlineBankingUI --> psu : displayLoginScreen() deactivate OnlineBankingUI psu -> OnlineBankingUI ++ : loginData(PsuAuthData) OnlineBankingUI -> OnlineBankingApi ++ : POST:login[OnlineBankingConsentSessionCookie](PsuAuthData)<consentId, authorizationId> return 200_OK[OnlineBankingConsentSessionCookie,OnlineBankingApi.selectScaMethod](OnlineBankingConsent,ScaMethods) return displayAisConsentAndScaMethods(ScaMethods) psu -> OnlineBankingUI ++ : selectScaMethod(selectedScaMethod) OnlineBankingUI -> OnlineBankingApi ++ : GET:selectScaMethod[OnlineBankingConsentSessionCookie](selectedScaMethod)<consentId, authorizationId> return 200_OK[OnlineBankingConsentSessionCookie,OnlineBankingApi.enterOTP](OnlineBankingConsent,ScaData) return displayAisConsentAndOTPScreen\n(OnlineBankingConsent.otpMetaData) psu -> OnlineBankingUI ++ : enterOTP(otp) OnlineBankingUI -> OnlineBankingApi ++ : authorizeConsent[OnlineBankingConsentSessionCookie](TAN)<consentId, authorizationId> return 200_OK[OnlineBankingConsentSessionCookie,\nOnlineBankingUI.infoPanel](OnlineBankingConsent) OnlineBankingUI --> psu : displayAspsp2TppRedirectionInfoPanel() deactivate OnlineBankingUI psu -> OnlineBankingUI ++ : confirmRedirect() OnlineBankingUI -> OnlineBankingApi ++ : GET:OnlineBankingApi.confirmRedirect[OnlineBankingConsentSessionCookie]()<consentId, authorizationId> deactivate OnlineBankingUI OnlineBankingApi --> ConsentAuthorisationUI ++ : redirect302[OnlineBankingApi.TPP-Redirect-URI]\n()<consentAuthState> deactivate OnlineBankingApi end autonumber resume activate ConsentAuthorisationUI ConsentAuthorisationUI -> ConsentAuthorisationApi ++ : GET:aspspAuthSuccess[ConsentAuthSessionCookie]()<consentAuthState, aspspAuthCode> autonumber 71 1 "<b><color blue>[AuthRedirect-000]" ConsentAuthorisationApi -> ConsentAuthorisationApi : ConsentAuthSessionCookie.tppConsentSession\n(consentAuthState):TppConsentSession ConsentAuthorisationApi -> ConsentAuthorisationApi : getBankingProtocol(TppConsentSession) ConsentAuthorisationApi -> BankingProtocol ++ : aspspAuthSuccess(TppConsentSession, aspspAuthCode) group RetrievASPSPConsent BankingProtocol -> OnlineBankingApi ++ : getConsentStatus or getToken[TppConsentSession, TppContext, aspspAuthCode]() return TppConsentSession BankingProtocol -> BankingProtocol : TppConsentSession\n.tppConsentSession():TppConsentSession end BankingProtocol -> RedirectSessionStoreApi ++ : redirectSession(TppConsentSession, exp) RedirectSessionStoreApi -> RedirectSessionStoreApi : createEncryptStoreRedirectSession\n(TppConsentSession):redirectCode return 200_OK[](redirectCode)<> return 200_OK(TppConsentSession) return redirect302[ConsentAuthSessionCookie=null,\nFinTechApi.FinTech-Redirect-URI<redirectCode>]() @enduml
false
true
false
false
usecase
52e3aaad14a062021ffaf7b4084bd8d3e838565f
7d4178efe7807647cda9ddb521dd69c01f66e5c1
/global.puml
e9c3752d30cdf058c3e7e17bde002491541193fc
[]
no_license
Bonganimahlangu/assessment
4e9cc5d0c1006a7251e15488b78a028b6c64f2c5
9bf74dcc055c392381914fad74bb0e5e1c278d0a
refs/heads/master
2023-08-29T04:12:11.754455
2021-10-22T07:15:31
2021-10-22T07:15:31
378,833,137
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,977
puml
@startuml class com.xib.assessment.rest.CallCentreManagerController { - ManagerService callCentreManagerService + ResponseEntity findManager(String) + ResponseEntity createManager(ManagerDto) + ResponseEntity assignManagerToTeam(String,long) + ResponseEntity unassignManagerToTeam(String,long) } class com.xib.assessment.errors.AppError { - String errorMessage - BusinessRule appRulesMessage + BusinessRule getBusinessRuleMessage() + void setBusinessRuleMessage(BusinessRule) + String getErrorMessage() + void setErrorMessage(String) + String toString() } class com.xib.assessment.domain.Manager { - Long id - String firstName - String lastName - String idNumber - Set<Team> teams - Set<Agent> agents + Long getId() + void setId(Long) + String getFirstName() + void setFirstName(String) + String getLastName() + void setLastName(String) + String getIdNumber() + void setIdNumber(String) + Set<Team> getTeams() + void setTeams(Set<Team>) + Set<Agent> getAgents() + void setAgents(Set<Agent>) + String toString() } class com.xib.assessment.domain.Agent { - Long id - String firstName - String lastName - String idNumber - Team team - Manager manager + Long getId() + void setId(Long) + String getFirstName() + void setFirstName(String) + String getLastName() + void setLastName(String) + Team getTeam() + void setTeam(Team) + String getIdNumber() + void setIdNumber(String) + Manager getManager() + void setManager(Manager) } class com.xib.assessment.rest.CallCentreAgentController { - AgentService callCentreAgentService + ResponseEntity findAllAgents() + ResponseEntity findAllAgentsWithPaging(Integer,Integer) + ResponseEntity findAgent(long) + ResponseEntity createAgent(AgentDto) } class com.xib.assessment.sterotypes.LoadTestData { - AgentRepository agentRepository - ManagerRepository managerRepository - TeamRepository teamRepository + void execute() - Team createTeam(String,Manager) - void createAgent(String,String,String,Team,Manager) - Manager createManager(String,String,String) } class com.xib.assessment.configurations.WebApplicationConfig { + void addViewControllers(ViewControllerRegistry) + WebServerFactoryCustomizer<ConfigurableServletWebServerFactory> containerCustomizer() } interface com.xib.assessment.dao.TeamRepository { ~ boolean existsByNameIgnoreCase(String) ~ List<Team> findAllByAgentsNullAndManagersNull() } interface com.xib.assessment.dao.ManagerRepository { ~ boolean existsByIdNumberIgnoreCase(String) ~ Manager findByIdNumberIgnoreCase(String) } class com.xib.assessment.models.CallCentreAgentDTO { - String firstName - String lastName - String idNumber - Long managerId + String getFirstName() + void setFirstName(String) + String getLastName() + void setLastName(String) + String getIdNumber() + void setIdNumber(String) + Long getManagerId() + void setManagerId(Long) + String toString() } class com.xib.assessment.configurations.SwaggerConfig { + Docket api() } class com.xib.assessment.mappings.AppAssembler { + {static} Agent assembleAgent(AgentDto) + {static} Team assembleTeam(TeamDto) + {static} Manager assembleManager(ManagerDto) } class com.xib.assessment.domain.Team { - Long id - String name - Set<Manager> managers - Set<Agent> agents + Long getId() + void setId(Long) + String getName() + void setName(String) + Set<Manager> getManagers() + void setManagers(Set<Manager>) + Set<Agent> getAgents() + void setAgents(Set<Agent>) + String toString() } class com.xib.assessment.services.CallCentreAgentService { - AgentRepository agentRepository - ManagerRepository managerRepository + List<Agent> findAllAgentsWithPaging(Integer,Integer) + List<Agent> findAllAgents() + Agent findAgent(long) + Agent saveAgent(AgentDto) } class com.xib.assessment.services.CallCentreTeamService { - AgentRepository agentRepository - TeamRepository teamRepository + List<Team> findAllTeams() + Agent assignAgentToTeam(TeamDto,long) + Team findTeam(long) + Team saveTeam(TeamDto) + List<Team> findTeamsWithNoManagersAndAgents() } class com.xib.assessment.models.CallCentreManagerDTO { - long id - String firstName - String lastName - String idNumber + String getFirstName() + void setFirstName(String) + String getLastName() + void setLastName(String) + String getIdNumber() + void setIdNumber(String) + long getId() + void setId(long) + String toString() } class com.xib.assessment.rest.CallCentreTeamController { - TeamService callCentreTeamService + ResponseEntity findAllTeams() + ResponseEntity findTeamsWithNoManagersAndAgents() + ResponseEntity findTeam(long) + ResponseEntity assignAgentToTeam(long,TeamDto) + ResponseEntity createTeam(TeamDto) } class com.xib.assessment.AssessmentApplication { + {static} void main(String[]) } class com.xib.assessment.errors.AppRules { - String message + String getMessage() + void setMessage(String) + String toString() } class com.xib.assessment.services.CallCentreManagerService { - ManagerRepository managerRepository - TeamRepository teamRepository + Manager saveManager(ManagerDto) + Team assignManagerToTeam(String,long) + Team unassignManagerToTeam(String,long) + Manager findManager(String) } class com.xib.assessment.models.CallCentreTeamDTO { - long id - String name - boolean validateTeamName + long getId() + void setId(long) + String getName() + void setName(String) + boolean isValidateTeamName() + void setValidateTeamName(boolean) + String toString() } interface com.xib.assessment.dao.AgentRepository { ~ boolean existsByIdNumber(String) ~ Page<Agent> findAll(Pageable) } com.xib.assessment.errors.Exception <|-- com.xib.assessment.errors.AppError org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter <|-- com.xib.assessment.configurations.WebApplicationConfig org.springframework.data.jpa.repository.JpaRepository <|-- com.xib.assessment.dao.TeamRepository org.springframework.data.jpa.repository.JpaRepository <|-- com.xib.assessment.dao.ManagerRepository org.springframework.data.jpa.repository.JpaRepository <|-- com.xib.assessment.dao.AgentRepository @enduml
false
true
false
false
class
afdef206c39fe87a521b39f667fcf693a2494ce5
7e6a614b242211044f6d200412fd43246a4e0780
/uml-components/SimpleInterface.puml
b70d0cbaae1525f37a408910c68171457c9dd57a
[ "MIT" ]
permissive
sven1103/softview
e1590776e8635f2a43c465b13a5286c7b315829a
bc87667169ee35c4acc3915405f69eb3ac5d0bcf
refs/heads/master
2021-06-25T20:25:21.663475
2019-07-21T10:28:35
2019-07-21T10:28:35
185,458,677
0
0
MIT
2020-12-09T19:11:30
2019-05-07T18:38:45
Groovy
UTF-8
PlantUML
false
false
67
puml
@startuml interface List class ListImpl List <|.. ListImpl @enduml
false
true
false
false
class