blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 5 227 | content_id stringlengths 40 40 | detected_licenses listlengths 0 28 | license_type stringclasses 2 values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 36 values | visit_date timestamp[us]date 2015-08-14 10:26:58 2023-09-06 06:45:32 | revision_date timestamp[us]date 2011-07-11 04:02:09 2023-09-04 16:40:12 | committer_date timestamp[us]date 2011-07-11 04:02:09 2023-09-04 16:40:12 | github_id int64 206k 631M ⌀ | star_events_count int64 0 6.51k | fork_events_count int64 0 1.54k | gha_license_id stringclasses 11 values | gha_event_created_at timestamp[us]date 2012-08-01 17:54:24 2023-09-14 21:57:05 ⌀ | gha_created_at timestamp[us]date 2009-05-21 02:09:00 2023-04-21 10:18:22 ⌀ | gha_language stringclasses 55 values | src_encoding stringclasses 12 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 16 1.74M | extension stringclasses 12 values | code stringlengths 16 1.74M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0a168d5ab8349d2c3d5ab9da771c321b4f231b55 | 237de7ba3a5c942577b6c5bdebc77a6c223c330a | /Brawndo/src/main/Autoroute/Autoroute.plantuml | 6d3236ef569885087f56a3498fdcae2e12fb1319 | [] | no_license | FlorianPaumier/Uqac_POO_Avanced | 00a5b0b4d1fd7cfe7f44700299e13edbd2afdd21 | 3ee6d79c2439e4909d0a6e2856fc247140db431b | refs/heads/master | 2023-08-23T03:45:25.499048 | 2021-10-13T21:06:22 | 2021-10-13T21:06:22 | 407,205,303 | 0 | 0 | null | 2021-10-06T21:49:17 | 2021-09-16T14:52:45 | Java | UTF-8 | PlantUML | false | false | 1,981 | plantuml | @startuml
title __AUTOROUTE's Class Diagram__\n
namespace main {
namespace Autoroute {
class main.Autoroute.Autoroute {
- id : int
- perimeter : double
- rayon : int
- speed : double
- vehicles : ArrayList<Vehicle>
- vehiclesOut : ArrayList<Vehicle>
+ Autoroute()
+ addVehicle()
+ addVehiclesOut()
+ getAccess()
+ getId()
+ getPerimeter()
+ getRayon()
+ getSpeed()
+ getVehicles()
+ getVehiclesOut()
+ removeVehicle()
+ removeVehicleOut()
+ setAccess()
+ setId()
+ setPerimeter()
+ setRayon()
+ setSpeed()
+ setVehicles()
}
}
}
namespace main {
namespace Autoroute {
class main.Autoroute.AutorouteController {
~ autoroutes : ArrayList<Autoroute>
+ AutorouteController()
{static} + getGatePosition()
+ insertVehicle()
+ next()
- changeVehicle()
- checkAccident()
- checkIfVehiclesAreInSamePosition()
- getBigger()
}
}
}
namespace main {
namespace Autoroute {
class main.Autoroute.AutorouteFactory {
- count : int
- defaultRayon : int
+ AutorouteFactory()
+ generate()
+ getAcces()
+ getCount()
+ getDefaultRayon()
}
}
}
main.Autoroute.Autoroute o-- main.Acces.Acces : access
main.Autoroute.AutorouteController o-- main.Vehicule.VehicleController : vehicleController
main.Autoroute.AutorouteFactory .up.|> main.Interface.Factory
main.Autoroute.AutorouteFactory o-- main.Acces.Acces : acces
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
|
a7827d238d63f5a6261f86d2a74ca4f66696b80c | f6c2c37243727f10ca1c1acc9d70aaeb040e4610 | /doc/classes/Subject.plantuml | a84ab7e5d505746a30acec14455fa47031e8fbf8 | [] | no_license | Arcahub/librtk | 6078825bd3fc27cbea7942c8677f571c42716697 | 2ac876687493816fb894b5befeac86c761d2c611 | refs/heads/master | 2023-03-31T12:44:39.474022 | 2021-04-03T17:44:52 | 2021-04-03T17:44:52 | 337,531,888 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,304 | plantuml | @startuml Subject
class Subject {
+void next(T value)
+void error()
+void complete()
+void unsubscribe()
+Obersvable<T> asObservable()
---
#void Subscription *_subscribe(Subscriber<T>* subscriber)
---
-bool m_closed
-bool m_isStopped
-bool m_hasError
-std::vector<Observer<T>*> m_observers
}
note left of Subject::next
If subject not closed
Call next on every m_observers with value
end note
note left of Subject::error
If subject not closed
Call error on every m_observers
Close subject and clear m_observers
end note
note left of Subject::complete
If subject not closed
Call complete on every m_observers
Close subject and clear m_observers and set hasError
end note
note left of Subject::unsubscribe
Close subject and clear m_observers
end note
note left of Subject::asObservable
Return an Observable with the subejct as Source
end note
note right of Subject::_subscribe
If Subject hasError
Call error on subscriber and return empty Subscription
If Subject isClosed
Call complete on subscriber and return empty Subscription
Store subscriber in m_observers
Return Subscription with callback that will remove subscriber from m_observers
end note
@enduml |
93b036d45ceffd9a0d64b043a8c55f54671196bf | 0339a55d9af23ebb6078c905104e78e4dd1499b9 | /05-DP_In_Spring/src/com/lft/pattern14/command/命令模式.puml | dd3137e02f26833fd98bbe168dbeec5a91ca6e9e | [
"Apache-2.0"
] | permissive | Laifengting/Design-Pattern | 05c8a53815a204d883a0bdb6b0d2e75be9f604a0 | e4305a04d2836c1bc5337fe27b564bd9a89abcb0 | refs/heads/main | 2023-05-11T17:19:34.806116 | 2021-05-28T12:59:37 | 2021-05-28T12:59:37 | 333,338,498 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,455 | puml | @startuml
' 允许各种图混合使用
allowmixing
' UML图标题
title 命令模式
interface StatementCallback{
..Field..
--Constructor--
__Method__
+ {abstract}{method} doInStatement(): void
}
note top
所有命令的接口,
调用命令doInStatement()方法,
就可以让接受者进行相关的动作。
实现这个接口的有四个:
BatchUpdateStatementCallback
UpdateStatementCallback
QueryStatementCallback
ExecuteStatementCallback
end note
class QueryStatementCallback{
..Field..
- {field} receiver: QueryStatementCallback
--Constructor--
__Method__
+ {method} doInStatement(): void
}
note right
QueryStatementCallback是一个内部类,
实现了StatementCallback接口。
具体命令定义了动作和接受者之间的绑定关系,
调用者只要调用doInStatement()方法,就可以发出请求,
然后由具体命令调用接受者的一个或者多个动作。
doInStatement()方法会调用接受者的动作,以满足需求。
这里的QueryStatementCallback也充当了接收者的作用。
end note
class JdbcTemplate{
..Field..
--Constructor--
__Method__
+ {method}<T> execute(StatementCallback<T> action): T
}
note top
命令的调用者JdbcTemplate,
其execute(StatementCallback<T> action)
方法中调用了action.doInStatement(),
不同的实现StatementCallback接口的对象,
对应了不同的doInStatement()的实现方法。
end note
class Client
note top
客户端负责创建一个
具体的命令实现类,
并设置命令的接受者。
end note
JdbcTemplate o.right. StatementCallback
QueryStatementCallback .up.|> StatementCallback
Client .right.> JdbcTemplate
Client .right.> QueryStatementCallback
/''''说明与样式
' 类之间的关系
依赖关系..> .> <. <..
继承关系--|> -|> <|- <|--
实现关系..|> .|> <|. <|..
关联关系--> <--> -- -> <->
聚合关系--o <--o o- o--
组合关系--* <--* *- *--
' 访问权限
- private
# protected
~ default
+ public
' 备注
1. note top of Object : 备注在对象的四周
2. note "无方位位置" as Note1
3. note left: 备注在前一个类的四周
4. note on link #red : 链接注释
5. note left of Object
注释内容
end note
' 包
package com.lft.design.pattern {
' 接口
interface Interface
' 棒棒糖接口()-- ()- --() -()
Interface2 ()-- A
' 抽象类
abstract class AbstractClass
}
' 枚举
enum TimeUnit{
DAYS
HOURS
MINUTES
SECONDS
}
' 泛型
class Eye<? extends Head>{
}
' 命名空间
namespace net.dummy #DDDDDD {
Meeting o-- Person
.BaseClass <|- Meeting
}
' 改变箭头方向 left right up down
A .up.> B
' 关系类
class Student{
Name
}
Student "0..*" -- "1..*" Course
(Student, Course) . Enrollment
class Enrollment{
drop()
cancel()
}
' 普通类
class Person{
..Field..
{field} - name: String
{static}{field} - head: Head
--Constructor--
+ Person(name: String)
==Method==
{method} + getName(): String
{abstract}{method} + doSomething(): void
__Other__
}
class Head
Person "1" *-- "1" Head : contains >
' 类说明
class A << (I,#FF7700) 说明 >>
' 箭头颜色
A .[#395862].> B
'/
'' 类图样式
' 全局样式
skinparam {
' 全局背景颜色
backgroundColor #F0F7F7
' 画布样式
DiagramBorderColor #677C81
DiagramBorderThickness 1
' 分辨率
Dpi 1920
' 是否启用阴影
Shadowing false
' 手写样式是否启用
handwritten false
' 标题样式
TitleBackgroundColor #CBD8D8
TitleBorderColor #A5ADAD
TitleBorderRoundCorner 16
TitleBorderThickness 1
TitleFontColor #6A8181
TitleFontName YouYuan
TitleFontSize 20
' 箭头
ArrowColor #6D6D6D
ArrowThickness 1
ArrowFontColor #6D6D6D
ArrowFontName Fira Code
ArrowFontSize 16
ArrowFontStyle Light
' 注释样式
NoteBackgroundColor #E3EAED
NoteBorderColor #47A7AB
NoteFontColor #283428
NoteFontName YouYuan
NoteFontSize 16
' 类图主样式
ClassBackgroundColor #E3EAED
ClassHeaderBackgroundColor #CBD8D8
ClassBorderColor #A0A4AF
ClassBorderThickness 1
ClassAttributeIconSize 14
ClassAttributeFontName Fira Code
ClassAttributeFontColor #303030
ClassAttributeFontSize 16
ClassFontColor #283428
ClassFontName Fira Code
ClassFontSize 18
' 图头标志样式
StereotypeABackgroundColor #C3E88D
StereotypeABorderColor #347998
StereotypeCBackgroundColor #4FC3F7
StereotypeCBorderColor #3683A5
StereotypeEBackgroundColor #F78C6C
StereotypeEBorderColor #894D3E
StereotypeIBackgroundColor #C3E88D
StereotypeIBorderColor #6F8150
StereotypeNBackgroundColor #C691E9
StereotypeNBorderColor #5D436A
' 类图包样式
PackageBackgroundColor #EAF9F7-#D4F1F2
PackageBorderThickness 1
PackageBorderColor 6D6D6D
PackageFontColor #283428
PackageFontName Fira Code
PackageFontSize 18
PackageFontStyle Light
'''包样式 <<Node>> <<Rectangle>> <<Folder>> <<Frame>> <<Cloud>> <<Database>>
PackageStyle Frame
PackageTitleAlignment center
' 用例图样式
UsecaseBackgroundColor #CBD8D8
UsecaseBorderColor #A0A4AF
UsecaseBorderThickness 1
UsecaseFontColor #283428
UsecaseFontName Fira Code
UsecaseFontSize 16
' 矩形样式
RectangleBackgroundColor #E3EAED
RectangleBorderColor #A0A4AF
RectangleBorderThickness 1
RectangleFontColor #283428
RectangleFontName Fira Code
RectangleFontSize 18
' 字体样式 Normal Bold Italic
RectangleFontStyle Bold Italic
}
@enduml |
8902d9ca521ad083c3512e963f3c4a09b068ba9a | 5b9092e6cb6760e2471483e438520451f408511e | /doc/4_sprint/diagrams/puml/class/ranged.puml | f55da96e55001ab3eecdaa21fdff5307013260ba | [] | no_license | Reynault/ACL_2019_Zelpop | ac8be33233a78ecb010ffc7c3135031dfece3dd6 | 0edbfabd698ac2ef2e16e5cf70f41d8f9a310219 | refs/heads/master | 2020-08-15T14:32:19.385568 | 2019-12-10T16:59:19 | 2019-12-10T16:59:19 | 215,357,337 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,015 | puml | @startuml
title Adding projectiles in the game
package entity{
package behavior{
class BehaveFactory{
+ getHeroBehavior(): Behavior
+ getSimpleBehavior(): Behavior
+ getGobelinBehavior(): Behavior
+ getProjectileBehavior(): Behavior
}
class Behavior{
}
BehaveFactory ..> Behavior: create
package check{
interface Check{
}
class CheckHero{
}
class CheckSimple{
}
class CheckProjectile{
}
CheckSimple .|> Check
CheckHero ..|> Check
CheckProjectile ..|> Check
}
package move{
interface Move{
}
class MoveGoblin{
}
class MoveHero{
}
class MoveProjectile{
}
class MoveRandom{
}
MoveHero .|> Move
MoveProjectile .|> Move
MoveRandom ..|> Move
MoveGoblin ..|> Move
package ia{
class PositionIA{
}
}
}
package attack{
abstract Attack{
}
class AttackHero{
}
class AttackSimple{
}
class AttackProjectile{
}
AttackHero --|> Attack
AttackSimple -|> Attack
AttackProjectile --|> Attack
}
}
abstract Entity{
}
class Projectile{
}
class Monster{
}
class Goblin{
}
class Ghost{
}
class Hero{
}
class EntityFactory{
+ getProjectile()
}
EntityFactory .> Entity: create
Projectile -|> Entity
Monster --|> Entity
Hero --|> Entity
Goblin --|> Entity
Ghost --|> Entity
}
class Maze{
}
Maze -Up-> "*" Entity: entities
Maze -Up-> "*" Entity: projectiles
@enduml |
15b3d54451b73d729b0de1cbf5204d60ff0756af | d55544391a239166726a71e2495a7c2b54f947eb | /mybatis-core/src/main/resources/diagrams/classes/RowBounds.puml | 8efd7f6783759010a0e4452639bcdc4e99b95cdc | [] | no_license | kxumiaoing/mybatis-3.5.2-src | a5cb657372464022655004c6308031107d3bef23 | 12be9d9bf38f837380dd4bb31d452b8567a97fc8 | refs/heads/master | 2023-04-04T01:56:57.414953 | 2021-04-07T08:26:51 | 2021-04-07T08:28:25 | 316,460,366 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 176 | puml | @startuml
class RowBounds {
- int offset
- int limit
}
note right of RowBounds::offset
偏移量
end note
note right of RowBounds::limit
个数
end note
@enduml |
a7103f7e45b7ba35e603c80998abcf15778ae1ce | d702b31e656edcb9944228c0309f153bdff29eec | /doc/plantuml/HCARDA/command/InternalAuthenticateCommand.plantuml | 3ebd66d7c3dfc7c3f33ac58018c23786ad49c0eb | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardAccess | 4f3957bfe40c56ffbf82782528a6e543ea00e9e3 | eb9a12f7eea309bb5b23269de9d8fa924f91fe4f | refs/heads/master | 2022-02-14T18:25:41.769547 | 2022-01-07T07:24:17 | 2022-01-07T07:24:17 | 213,916,430 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,444 | plantuml | @startuml
package de.gematik.ti.healthcardaccess {
interface IHealthCardCommand {
{abstract} + executeOn()
}
}
package de.gematik.ti.healthcardaccess {
abstract class AbstractHealthCardCommand {
{static} - LOG : Logger
{static} # NE_MAX_EXTENDED_LENGTH : int
{static} # NE_MAX_SHORT_LENGTH : int
{static} # EXPECT_ALL : int
# cla : int
# ins : int
# p1 : int
# p2 : int
# data : byte[]
# ne : int
# AbstractHealthCardCommand()
# AbstractHealthCardCommand()
{abstract} + getTechnicalResponseApdus()
- inferResponseStatusFromResponseCode()
+ executeOn()
# sendApdu()
- getCommandApdu()
}
}
package de.gematik.ti.healthcardaccess {
package de.gematik.ti.healthcardaccess.commands {
class InternalAuthenticateCommand {
{static} - CLA : int
{static} - INS : int
{static} - ALGORITHM_INFORMATION_PRESENT : int
{static} - KEY_REFERENCE_PRESENT_ON_CARD : int
{static} - technicalResponseApdus : Map<Integer, ResponseStatus>
+ getTechnicalResponseApdus()
+ InternalAuthenticateCommand()
}
}
}
AbstractHealthCardCommand -up-|> IHealthCardCommand
InternalAuthenticateCommand -up-|> AbstractHealthCardCommand
@enduml |
27b60a3808644b236745b6f5c81721b133cd3e27 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.collab-proxy@1.2.16/Editor/Collab/CollabAnalytics.puml | d7b352289b44cdd3f9151d6793a51ca32c32178f | [] | 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 | 344 | puml | @startuml
class CollabAnalytics <<static>> {
+ {static} SendUserAction(category:string, action:string) : void
+ {static} <<readonly>> historyCategoryString : string = "History"
}
class CollabUserActionAnalyticsEvent <<struct>> {
+ category : string
+ action : string
}
CollabAnalytics +-- CollabUserActionAnalyticsEvent
@enduml
|
2831d8ff4076adff1b1351be75ffc6e2a77bfb57 | 618414d7666e67b9535ebd975e1de61e9c01e095 | /QLSV/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/v7/cardview/cardview.plantuml | be9c442d9d17740b2feb78b28d859a0d17ba65af | [] | 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 | 2,632 | plantuml | @startuml
title __CARDVIEW's Class Diagram__\n
package android.support.v7.cardview {
class R {
- R()
}
}
package android.support.v7.cardview {
class attr {
{static} + cardBackgroundColor : int
{static} + cardCornerRadius : int
{static} + cardElevation : int
{static} + cardMaxElevation : int
{static} + cardPreventCornerOverlap : int
{static} + cardUseCompatPadding : int
{static} + cardViewStyle : int
{static} + contentPadding : int
{static} + contentPaddingBottom : int
{static} + contentPaddingLeft : int
{static} + contentPaddingRight : int
{static} + contentPaddingTop : int
- attr()
}
}
package android.support.v7.cardview {
class color {
{static} + cardview_dark_background : int
{static} + cardview_light_background : int
{static} + cardview_shadow_end_color : int
{static} + cardview_shadow_start_color : int
- color()
}
}
package android.support.v7.cardview {
class dimen {
{static} + cardview_compat_inset_shadow : int
{static} + cardview_default_elevation : int
{static} + cardview_default_radius : int
- dimen()
}
}
package android.support.v7.cardview {
class style {
{static} + Base_CardView : int
{static} + CardView : int
{static} + CardView_Dark : int
{static} + CardView_Light : int
- style()
}
}
package android.support.v7.cardview {
class styleable {
{static} + CardView : int[]
{static} + CardView_android_minWidth : int
{static} + CardView_android_minHeight : int
{static} + CardView_cardBackgroundColor : int
{static} + CardView_cardCornerRadius : int
{static} + CardView_cardElevation : int
{static} + CardView_cardMaxElevation : int
{static} + CardView_cardPreventCornerOverlap : int
{static} + CardView_cardUseCompatPadding : int
{static} + CardView_contentPadding : int
{static} + CardView_contentPaddingBottom : int
{static} + CardView_contentPaddingLeft : int
{static} + CardView_contentPaddingRight : int
{static} + CardView_contentPaddingTop : int
- styleable()
}
}
R +-down- attr
R +-down- color
R +-down- dimen
R +-down- style
R +-down- styleable
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
2db78d6a03f1e3498ea06d1b143daf5147093f0d | ab34ffe4adbdc9e7e13cc3014498e7ad7d23b23d | /doc/design/back-end.plantuml | cb5bc6983a2921bc581506b102d96dd6ecec1cf2 | [] | no_license | daroGH/slowvid | 5955f8ddafc081e72207f898d1df4ee946dd730a | f749b14bd6d481e94f7f7a5554357c0d7091d676 | refs/heads/master | 2023-01-03T22:24:11.022835 | 2020-11-01T10:50:09 | 2020-11-01T10:50:09 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 929 | plantuml | @startuml
class App
package network {
class NetworkManager {
List<Socket> : activeClients
}
}
App o-- NetworkManager
package security_privacy {
class OTPManager {
string generateOTP()
}
class AuthTokenManager {
string generateAuthToken()
}
class EncryptKeyManager {
string generateEncryptKey()
}
}
App o-- OTPManager
App o-- AuthTokenManager
App o-- EncryptKeyManager
package user {
class User {
string id
List<PET> pets
}
class UserManager {
List<User> users
}
}
UserManager *-- "0..*" User
App o-- UserManager
package encounter {
class RiskAnalysisManager {
Distance : distanceThreshold
Duration : durationThreshold
void performRiskAnalysis(ClientManager clients)
}
class PET {
}
}
RiskAnalysisManager --> UserManager
App o-- RiskAnalysisManager
User *-- "0..*" PET
@enduml
|
54b22f9f276a3a0e635cd12b1c3635ac1aa4aa64 | dcad9c5857819ab62681f67dd157213cde758484 | /docs/dev/graphs/myrequests.puml | 6e3f79c874f72b5736e35e6dca48f4355769629a | [
"MIT",
"MIT-0"
] | permissive | martin-ueding/vigilant-crypto-snatch | edb51860dc8c099f76fd30d7cc1c65e8ab21059f | c64669ce62d5881748ed168326d74f727616f6c0 | refs/heads/master | 2023-07-27T08:47:59.721006 | 2023-07-15T19:40:35 | 2023-07-15T19:40:35 | 187,399,985 | 26 | 9 | null | 2023-07-15T19:40:37 | 2019-05-18T19:58:39 | Python | UTF-8 | PlantUML | false | false | 188 | puml | @startuml
allowmixing
namespace myrequests {
component requests #lightskyblue
class MyRequests {
{static} perform_http_request()
}
MyRequests --> requests
}
@enduml |
a7df43205da6e865da8f11a08d3c04817c027536 | f055983d41ff8738a956dd84b791debc3dff1812 | /uml/qformat/qformat_class.puml | 2ed1f299a0352c9a31984e9b65f31f9e5e2ab215 | [
"MIT"
] | permissive | intel/cppnnml | 04d373d6d8d0c0adb9c349e7519d53aee88d189b | 5346642f71c00f58130670cef4e28668bdf31029 | refs/heads/master | 2023-05-31T09:36:25.277761 | 2023-01-07T00:47:12 | 2023-01-07T00:47:12 | 272,829,948 | 70 | 22 | MIT | 2021-04-01T19:50:04 | 2020-06-16T23:06:01 | C++ | UTF-8 | PlantUML | false | false | 2,354 | puml | /'
* Copyright (c) 2020 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*'/
@startuml qformat_class
title QValue
class QTypeChooser {
}
class FullWidthFieldTypeChooser {
}
class MultiplicationResultFullWidthFieldTypeChooser {
}
class DivisionResultFullWidthFieldTypeChooser {
}
class QValueRoundingPolicy {
{static} T round(const T& value)
}
class SignExtender {
{static} void signExtend(const T& value)
}
class ShiftPolicy {
{static} ResultType shfit(const SourceType& value)
}
class NoShiftPolicy {
{static} ResultType shfit(const SourceType& value)
}
class ShiftLeftPolicy {
{static} ResultType shfit(const SourceType& value)
}
class ShiftRightPolicy {
{static} ResultType shfit(const SourceType& value)
}
class QValue {
}
QValue -- QTypeChooser
QTypeChooser -- FullWidthFieldTypeChooser
QTypeChooser -- MultiplicationResultFullWidthFieldTypeChooser
QTypeChooser -- DivisionResultFullWidthFieldTypeChooser
MultiplicationResultFullWidthFieldTypeChooser -- FullWidthFieldTypeChooser
DivisionResultFullWidthFieldTypeChooser -- FullWidthFieldTypeChooser
QValue -- QValueRoundingPolicy
QValue -- SignExtender
QValue -- ShiftPolicy
ShiftPolicy -- NoShiftPolicy
ShiftPolicy -- ShiftLeftPolicy
ShiftPolicy -- ShiftRightPolicy
@enduml |
e38f397a380e38002a72fccad57bd5ea087a619a | a0759da97e19348ccfaef59e0228e10dd6c1187f | /src/main/java/ex41/ex41.puml | b351919a3eb691f8c34d6ee7d040fe37ac9c2c93 | [] | no_license | k-laughner/laughner-cop3330-assignment3 | 0c198626deeb977d386c930b67c2c636f3426b85 | 0d48cf0f1c7a8714655d3fb6e6bdeab098c76a54 | refs/heads/master | 2023-08-18T19:29:33.266353 | 2021-10-11T23:47:16 | 2021-10-11T23:47:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 215 | puml | @startuml
'https://plantuml.com/class-diagram
class alphabetize {
+alphabetizeArrayList( ArrayList ) : ArrayList
}
class App {
+main( String[] args ) : void
+listToFile( ArrayList <String> ) : FileWriter
}
@enduml |
443af360d4bd7026de0e5b1cff13bd80e55e4ca0 | 1f401659cd1184107cf2817a313a6f0711e63844 | /doc/uml/object-structure.puml | cc0a9f1d3a1e260132aaf5043a1f3459f429f251 | [] | no_license | Dedda/bratwurst | 53b0229ce12f4d756bfb2d5c3b04c14814496299 | 1a83a1d04445db581d2ca8eaea0cf3256e18cfbd | refs/heads/master | 2022-02-27T01:50:54.372565 | 2022-02-13T01:45:02 | 2022-02-13T01:45:02 | 43,151,240 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 988 | puml | @startuml
interface BWInstruction {
+ run()
}
interface BWExpression {
+ getValue() : BWObject
+ getIntValue() : int
+ getValueType() : String
}
class BWClass {
- functions : AbstractFunction[]
+ BWObject : createInstance()
}
class BWFunction {
}
class BWVariable {
- value : BWObject
+ getValue() : BWObject
+ getIntValue() : int
}
abstract class AbstractFunction {
- name : String
- scope : String
+ createFunction() : BWFunction
+ createObjectFunction(BWObject) : BWObjectFunction
}
class BWObjectFunction {
- object : BWObject
}
class BWObject {
- bwClass : BWClass
- variables : BWVariable[]
- functions : BWFunction[]
+ callFunction(String) : BWObject
}
BWObject --> BWClass
BWObject --> BWObjectFunction
BWObject --> BWVariable
BWFunction --|> AbstractFunction
BWObjectFunction --|> BWFunction
BWExpression ..|> BWInstruction
AbstractFunction ..|> BWExpression
BWClass --> AbstractFunction
@enduml |
1f25170d7da7bfffaffd2266f8e0bd093761475f | d3a876dfe2851c165719340252ac30e60912f6e6 | /bg-manager/bg-designPattern/src/main/java/com/mhm/action/state/State.puml | fe0880f7bf08632b0fd884e2a8207c075e272c51 | [] | no_license | 289562326/bigdata_mhm | 846af37dbc8a00580b3c0424f1cebc21d659c672 | 210636d2ea350c0228deccf1485d3d1a6eb4a39c | refs/heads/master | 2022-07-10T14:41:56.081002 | 2021-04-29T11:33:58 | 2021-04-29T11:33:58 | 190,759,465 | 0 | 0 | null | 2022-06-17T03:33:35 | 2019-06-07T14:42:09 | Java | UTF-8 | PlantUML | false | false | 374 | puml | @startuml
IState <|.. StartState
IState <|.. StopState
StateContext o-- IState
interface IState{
+action(StateContext stateContext)
}
class StartState {
+action(StateContext stateContext)
}
class StopState {
+action(StateContext stateContext)
}
class StateContext {
-IState state
+StateContext()
+getState()
+setState(IState istate);
}
@enduml |
b607c3bd14705d3a34544375c14b4e52074dae43 | 2c9e5d790f4272eaf4b03c6b3a241c2b969c6e40 | /app/src/main/java/com/hzp/hiapp/demo/uml/Navigation.puml | 13807bd9cdbee48fe9b5144defb76982605b57d0 | [] | no_license | wangbiaohome/HiApp | b71c8c7168e42d2914934e29a00863673111be3a | 337a524245fea6c0be80ad3e710dfcdff27f039d | refs/heads/main | 2023-03-18T04:17:58.572663 | 2021-03-03T16:06:50 | 2021-03-03T16:06:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 23,236 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
'Navigation路由如何解析资源文件
'Navigation路由节点如何被创建
'Activity,Fragment,DialogFragment这三种默认界面路由能力如何实现(如何路由跳转)
'Navigation缺点:
'1.路由中所有路由节点必须在mobile_navigation.xml资源文件中定义,不够灵活
'2.Fragment路由类型节点执行路由的时候使用replace()方法,页面切换会销毁重建,造成页面生命周期重启,数据重新加载,不够友好
'3.不支持路由过程拦截和监听
'1
NavHostFragment.java -> NavHostFragment.java: onInflate(...)
activate NavHostFragment.java
note left
NavHostFragment.java
//348 解析navGraph
public void onInflate(@NonNull Context context, @NonNull AttributeSet attrs,
@Nullable Bundle savedInstanceState) {
final TypedArray navHost = context.obtainStyledAttributes(attrs,androidx.navigation.R.styleable.NavHost);
final int graphId = navHost.getResourceId(androidx.navigation.R.styleable.NavHost_navGraph, 0);
if (graphId != 0) {
//得到navGraph对象资源id
mGraphId = graphId;
}
}
end note
'2
NavHostFragment.java -> NavHostFragment.java: onCreate()
activate NavHostFragment.java
note left
NavHostFragment.java
//205
public void onCreate(@Nullable Bundle savedInstanceState) {
//构建NavHostController对象,空壳,继承至 NavController
mNavController = new NavHostController(context);
//OnBackPressedDispatcher作用:当点击手机返回键之后将事件分发给注册进来的callback
mNavController.setOnBackPressedDispatcher(requireActivity().getOnBackPressedDispatcher());
//
onCreateNavController(mNavController);
if (mGraphId != 0) {
// Set from onInflate()
//把路由资源id传递进去,并加载资源文件,生成Navigation视图NavGraph对象
mNavController.setGraph(mGraphId);
} else {
// See if it was set by NavHostFragment.create()
final Bundle args = getArguments();
final int graphId = args != null ? args.getInt(KEY_GRAPH_ID) : 0;
final Bundle startDestinationArgs = args != null
? args.getBundle(KEY_START_DESTINATION_ARGS)
: null;
if (graphId != 0) {
mNavController.setGraph(graphId, startDestinationArgs);
}
}
}
end note
'3
NavHostFragment.java -> NavController.java: NavController()
activate NavController.java
note right
NavController.java
public NavController(@NonNull Context context) {
//注册NavGraphNavigator 用来启动startDestination首页
mNavigatorProvider.addNavigator(new NavGraphNavigator(mNavigatorProvider));
//注册ActivityNavigator Activity提供路由服务的Navigator
mNavigatorProvider.addNavigator(new ActivityNavigator(mContext));
}
end note
'4
NavController.java --> NavHostFragment.java:
deactivate NavController.java
'5
NavHostFragment.java -> NavController.java: setOnBackPressedDispatcher()
activate NavController.java
note right
NavController.java
void setOnBackPressedDispatcher(@NonNull OnBackPressedDispatcher dispatcher) {
//把mOnBackPressedCallback注册进去
dispatcher.addCallback(mLifecycleOwner, mOnBackPressedCallback);
}
//点击手机返回键就会回调handleOnBackPressed()方法
//新思路:使用Activity中的OnBackPressedDispatcher注册一个回调监听,
// 点击手机返回键之后会分发到callback.handleOnBackPressed()方法
private final OnBackPressedCallback mOnBackPressedCallback =
new OnBackPressedCallback(false) {
@Override
public void handleOnBackPressed() {
//页面回退栈操作
popBackStack();
}
};
end note
'6
NavController.java --> NavHostFragment.java:
deactivate NavController.java
'7
NavHostFragment.java -> NavHostFragment.java: onCreateNavController()
activate NavHostFragment.java
note left
NavHostFragment.java
protected void onCreateNavController(@NonNull NavController navController) {
//1.通过navController得到NavigatorProvider(用来存储Navigator对象),
//2.并注册DialogFragmentNavigator和FragmentNavigator
navController.getNavigatorProvider().addNavigator(
new DialogFragmentNavigator(requireContext(), getChildFragmentManager()));
navController.getNavigatorProvider().addNavigator(createFragmentNavigator());
}
end note
'8
NavHostFragment.java --> NavHostFragment.java:
deactivate NavHostFragment.java
'9
NavHostFragment.java -> NavController.java: setGraph()
activate NavController.java
note right
NavController.java
public void setGraph(@NavigationRes int graphResId) {
setGraph(graphResId, null);
}
public void setGraph(@NavigationRes int graphResId, @Nullable Bundle startDestinationArgs) {
//getNavInflater().inflate(graphResId)解析路由资源文件
setGraph(getNavInflater().inflate(graphResId), startDestinationArgs);
}
end note
'10
NavController.java -> NavInflater.java: inflate()
activate NavInflater.java
note right
NavInflater.java
//NavInflater.inflate()解析路由资源文件,返回NavGraph对象
//[LayoutInflate.inflate()解析布局资源文件]
//遍历xml文件中的标签,跟已知标签对比,再分门别类的解析节点下的属性
public NavGraph inflate(@NavigationRes int graphResId) {
Resources res = mContext.getResources();
XmlResourceParser parser = res.getXml(graphResId);
final AttributeSet attrs = Xml.asAttributeSet(parser);
try {
int type;
while ((type = parser.next()) != XmlPullParser.START_TAG && type != XmlPullParser.END_DOCUMENT) {
// Empty loop
}
String rootElement = parser.getName();
//解析生成路由节点NavDestination对象
NavDestination destination = inflate(res, parser, attrs, graphResId);
//解析完成应该返回NavGraph对象,如果返回NavDestination对象不是NavGraph就会抛出异常
if (!(destination instanceof NavGraph)) {
throw new IllegalArgumentException("Root element <" + rootElement + ">"
+ " did not inflate into a NavGraph");
}
//解析完成返回NavGraph对象
return (NavGraph) destination;
} catch (Exception e) {
} finally {
parser.close();
}
}
end note
'11
NavInflater.java -> NavInflater.java: inflate()
activate NavInflater.java
note left
NavInflater.java
//解析生成路由节点NavDestination对象
private NavDestination inflate(@NonNull Resources res, @NonNull XmlResourceParser parser,
@NonNull AttributeSet attrs, int graphResId)
throws XmlPullParserException, IOException {
//通过XmlParser读出标签名称(<navigation> <activity> <fragment> <dialog>)
//根据标签名称的到对应的Navigator对象: NavGraphNavigator ActivityNavigator FragmentNavigator DialogNavigator
//第一个解析节点就是<navigation>得到NavGraphNavigator对象
Navigator<?> navigator = mNavigatorProvider.getNavigator(parser.getName());
//根据对应的Navigator对象执行其创建NavDestination对象方法
final NavDestination dest = navigator.createDestination();
//解析NavDestination
//这些数据解析完成之后都会存储在Destination中,路由的时候就可以创建和启动
dest.onInflate(mContext, attrs);
while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
&& ((depth = parser.getDepth()) >= innerDepth
|| type != XmlPullParser.END_TAG)) {
final String name = parser.getName();
if (TAG_ARGUMENT.equals(name)) {
inflateArgumentForDestination(res, dest, attrs, graphResId);
} else if (TAG_DEEP_LINK.equals(name)) {
inflateDeepLink(res, dest, attrs);
} else if (TAG_ACTION.equals(name)) {
inflateAction(res, dest, attrs, parser, graphResId);
}else if (dest instanceof NavGraph) {
//第一个创建的对象NavGraph对象
//递归调用inflate()方法,返回的节点就会添加到NavGraph中
((NavGraph) dest).addDestination(inflate(res, parser, attrs, graphResId));
}
}
return dest;
}
end note
'12 ActivityNavigator.createDestination()方法为例
NavInflater.java -> ActivityNavigator.java: ActivityNavigator.createDestination()
activate ActivityNavigator.java
note right
ActivityNavigator.java
public Destination createDestination() {
return new Destination(this);
}
end note
'13
ActivityNavigator.java -> ActivityNavigator.java: new Destination()
activate ActivityNavigator.java
note left
ActivityNavigator.java
public static class Destination extends NavDestination {
public Destination(@NonNull Navigator<? extends Destination> activityNavigator) {
super(activityNavigator);
}
}
end note
'14
ActivityNavigator.java -> NavDestination.java: super(activityNavigator)
activate NavDestination.java
note right
NavDestination.java
//要么传递navigator对象要么传递navigatorName,让NavDestination持有navigatorName
//页面跳转时能够根据指定目标页id找到NavDestination节点,进而根据navigatorName找到创建它的Navigator
//把NavDestination与Navigator关联起来
public NavDestination(@NonNull Navigator<? extends NavDestination> navigator) {
this(NavigatorProvider.getNameForNavigator(navigator.getClass()));
}
public NavDestination(@NonNull String navigatorName) {
mNavigatorName = navigatorName;
}
end note
'15
NavDestination.java --> ActivityNavigator.java
deactivate NavDestination.java
deactivate ActivityNavigator.java
'16
ActivityNavigator.java --> NavInflater.java
deactivate ActivityNavigator.java
deactivate NavInflater.java
'17 以ActivityNavigator.onInflate()方法为例
NavInflater.java -> ActivityNavigator.java: ActivityNavigator.onInflate()
activate ActivityNavigator.java
note right
ActivityNavigator.java
//NavDestination父类解析完毕解析子类onInflate() 以ActivityNavigator.onInflate()方法为例
public void onInflate(@NonNull Context context, @NonNull AttributeSet attrs) {
super.onInflate(context, attrs);
TypedArray a = context.getResources().obtainAttributes(attrs,
R.styleable.ActivityNavigator);
//解析Activity所在的包名
String targetPackage = a.getString(R.styleable.ActivityNavigator_targetPackage);
//解析Activity所在className
String className = a.getString(R.styleable.ActivityNavigator_android_name);
//解析Activity所在action
setAction(a.getString(R.styleable.ActivityNavigator_action));
a.recycle();
}
end note
'18
ActivityNavigator.java -> NavDestination.java: super.onInflate(context, attrs);
activate NavDestination.java
note right
NavDestination.java
public void onInflate(@NonNull Context context, @NonNull AttributeSet attrs) {
final TypedArray a = context.getResources().obtainAttributes(attrs,
R.styleable.Navigator);
//解析必备参数路由节点id
setId(a.getResourceId(R.styleable.Navigator_android_id, 0));
a.recycle();
}
end note
'19
NavDestination.java --> ActivityNavigator.java
deactivate NavDestination.java
'20
ActivityNavigator.java --> NavInflater.java
deactivate ActivityNavigator.java
'21 以NavGraphNavigator.createDestination()方法为例
NavInflater.java -> NavGraphNavigator.java: NavGraphNavigator.createDestination()
activate NavGraphNavigator.java
note right
NavGraphNavigator.java
//第一个创建的对象NavGraph对象
public NavGraph createDestination() {
return new NavGraph(this);
}
end note
'22
NavGraphNavigator.java -> NavGraph.java: new NavGraph(this)
activate NavGraph.java
note right
NavGraph.java
//NavGraph 特殊的NavDestination
public class NavGraph extends NavDestination {
//存储NavDestination路由节点 可套娃,自己嵌套自己
final SparseArrayCompat<NavDestination> mNodes = new SparseArrayCompat<>();
//路由中需要启动首页的id 解析是在onInflate()方法中
private int mStartDestId;
private String mStartDestIdName;
//第一个创建的对象NavGraph对象
public NavGraph(@NonNull Navigator<? extends NavGraph> navGraphNavigator) {
super(navGraphNavigator);
}
//解析NavDestination属性
@Override
public void onInflate(@NonNull Context context, @NonNull AttributeSet attrs) {
super.onInflate(context, attrs);
TypedArray a = context.getResources().obtainAttributes(attrs,R.styleable.NavGraphNavigator);
//
setStartDestination(a.getResourceId(R.styleable.NavGraphNavigator_startDestination, 0));
mStartDestIdName = getDisplayName(context, mStartDestId);
a.recycle();
}
}
end note
'23
NavGraph.java --> NavGraphNavigator.java
deactivate NavGraph.java
'24
NavGraphNavigator.java --> NavInflater.java
deactivate NavGraphNavigator.java
'25 以NavGraphNavigator.onInflate()方法为例
NavInflater.java -> NavGraphNavigator.java: NavGraphNavigator.onInflate()
activate NavGraphNavigator.java
note right
NavGraphNavigator.java
//NavDestination父类解析完毕解析子类onInflate() 以ActivityNavigator.onInflate()方法为例
//解析NavDestination属性
@Override
public void onInflate(@NonNull Context context, @NonNull AttributeSet attrs) {
super.onInflate(context, attrs);
TypedArray a = context.getResources().obtainAttributes(attrs,R.styleable.NavGraphNavigator);
//
setStartDestination(a.getResourceId(R.styleable.NavGraphNavigator_startDestination, 0));
mStartDestIdName = getDisplayName(context, mStartDestId);
a.recycle();
}
end note
'26
NavGraphNavigator.java -> NavDestination.java: super.onInflate(context, attrs);
activate NavDestination.java
note left
NavDestination.java
public void onInflate(@NonNull Context context, @NonNull AttributeSet attrs) {
final TypedArray a = context.getResources().obtainAttributes(attrs,
R.styleable.Navigator);
//解析必备参数路由节点id
setId(a.getResourceId(R.styleable.Navigator_android_id, 0));
a.recycle();
}
end note
'27
NavDestination.java --> NavGraphNavigator.java
deactivate NavDestination.java
'28
NavGraphNavigator.java --> NavInflater.java
deactivate NavGraphNavigator.java
'29
NavInflater.java -> NavGraph.java: ((NavGraph) dest).addDestination();
activate NavGraph.java
note right
NavGraph.java
public final void addDestination(@NonNull NavDestination node) {
//存放到mNodes集合中
mNodes.put(node.getId(), node);
}
end note
'30
NavGraph.java --> NavInflater.java
deactivate NavGraph.java
'31
NavInflater.java --> NavController.java
deactivate NavInflater.java
'32
NavController.java -> NavController.java: setGraph(...);
activate NavController.java
note left
NavController.java
public void setGraph(@NonNull NavGraph graph, @Nullable Bundle startDestinationArgs) {
if (mGraph != null) {
// Pop everything from the old graph off the back stack
popBackStackInternal(mGraph.getId(), true);
}
//保存生成的NavGraph对象
mGraph = graph;
onGraphCreated(startDestinationArgs);
}
end note
'33
NavController.java -> NavController.java: onGraphCreated(startDestinationArgs);
activate NavController.java
note left
NavController.java
private void onGraphCreated(@Nullable Bundle startDestinationArgs) {
...
// Navigate to the first destination in the graph
// if we haven't deep linked to a destination
//633 启动路由中第一个destination节点 前面都是解析和创建路由过程,下面就是路由跳转过程
navigate(mGraph, startDestinationArgs, null, null);
}
end note
'34
NavController.java -> NavController.java: navigate();
activate NavController.java
note left
NavController.java
private void navigate(@NonNull NavDestination node, @Nullable Bundle args,
@Nullable NavOptions navOptions, @Nullable Navigator.Extras navigatorExtras) {
//通过node.getNavigatorName()找到创建它的Navigator对象
//此时node是NavGraph,找到的是NavGraphNavigator对象
Navigator<NavDestination> navigator = mNavigatorProvider.getNavigator(node.getNavigatorName());
//通过NavGraphNavigator对象调用NavGraphNavigator.navigate()方法发起 真正的路由跳转
NavDestination newDest = navigator.navigate(node, finalArgs,navOptions, navigatorExtras);
if (newDest != null) {
if (mBackStack.isEmpty()) {
NavBackStackEntry entry = new NavBackStackEntry(mContext, mGraph, finalArgs,mLifecycleOwner, mViewModel);
//跳转成功之后就会把本次启动的路由节点添加到回退栈中,点击返回键被NavController拦截之后执行回退栈操作
mBackStack.add(entry);
}
}
}
end note
'35
NavController.java -> NavGraphNavigator.java: NavGraphNavigator.navigate();
activate NavGraphNavigator.java
note right
NavGraphNavigator.java
public NavDestination navigate(@NonNull NavGraph destination, @Nullable Bundle args,
@Nullable NavOptions navOptions, @Nullable Extras navigatorExtras) {
//根据NavGraph找到startDestinationId Navigation中要启动的首页id
int startId = destination.getStartDestination();
if (startId == 0) {
//如果没有给路由指定首页启动id会抛出异常
throw new IllegalStateException("no start destination defined via"
+ " app:startDestination for "
+ destination.getDisplayName());
}
//通过首页id找到首页NavDestination对象
NavDestination startDestination = destination.findNode(startId, false);
//通过首页NavDestination对象的NavigatorName属性找到创建节点的Navigator,
//此时 Navigator 可能是 ActivityNavigator FragmentNavigator DialogNavigator
//也就是说 NavGraphNavigator 并没有真正的自己去执行路由操作,
//而是把路由委托给其他三种类型的 Navigator 去执行
// NavGraphNavigator 这个类存在的作用就是当MobileNavigation路由资源文件加载完成之后,
//能够把路由当中的首页给启动起来
Navigator<NavDestination> navigator = mNavigatorProvider.getNavigator(startDestination.getNavigatorName());
//由其他三种类型的Navigator执行路由跳转
return navigator.navigate(startDestination, startDestination.addInDefaultArgs(args),navOptions, navigatorExtras);
}
end note
'36 以ActivityNavigator.navigate()方法为例
NavController.java -> ActivityNavigator.java: ActivityNavigator.navigate();
activate ActivityNavigator.java
note right
ActivityNavigator.java
public NavDestination navigate(@NonNull Destination destination, @Nullable Bundle args,
@Nullable NavOptions navOptions, @Nullable Navigator.Extras navigatorExtras) {
//根据传递destination构造Intent对象
Intent intent = new Intent(destination.getIntent());
if (args != null) {
//把启动页面需要的参数put进去
intent.putExtras(args);
}
//判断启动模式是NEW_TASK还是SINGLE_TOP
if (!(mContext instanceof Activity)) {
// If we're not launching from an Activity context we have to launch in a new task.
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
}
if (navOptions != null && navOptions.shouldLaunchSingleTop()) {
intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
}
//为页面打开退出设置动画效果
if (navOptions != null) {
// For use in applyPopAnimationsToPendingTransition()
intent.putExtra(EXTRA_POP_ENTER_ANIM, navOptions.getPopEnterAnim());
intent.putExtra(EXTRA_POP_EXIT_ANIM, navOptions.getPopExitAnim());
}
//最终通过mContext.startActivity(intent)完成对Activity页面类型的路由节点路由能力
mContext.startActivity(intent);
}
end note
'37
ActivityNavigator.java --> NavController.java
deactivate ActivityNavigator.java
'38 以FragmentNavigator.navigate()方法为例
NavController.java -> FragmentNavigator.java: FragmentNavigator.navigate();
activate FragmentNavigator.java
note right
FragmentNavigator.java
public NavDestination navigate(@NonNull Destination destination, @Nullable Bundle args,
@Nullable NavOptions navOptions, @Nullable Navigator.Extras navigatorExtras) {
//根据destination得到className : Fragment全类名
String className = destination.getClassName();
//根据 className全类名 去反射构建一个 Fragment 对象
//instantiateFragment(mContext, mFragmentManager,className, args)
//-->return fragmentManager.getFragmentFactory().instantiate(context.getClassLoader(), className);
final Fragment frag = instantiateFragment(mContext, mFragmentManager,className, args);
//设置 Fragment 启动需要的参数
frag.setArguments(args);
//开启事务
final FragmentTransaction ft = mFragmentManager.beginTransaction();
//设置 Fragment 进场出场动画效果
ft.setCustomAnimations(enterAnim, exitAnim, popEnterAnim, popExitAnim);
//通过 FragmentTransaction.replace()方法把本次要启动的 Fragment 添加到容器上
//注意:使用的replace()方法在界面来回切换会重新销毁和重建,重新执行生命周期方法
//如何避免?
//解决方案:自己定义一个FragmentNavigator,在navigate()方法时
// 也就是执行Fragment跳转时使用hide()和show()方法就可以
ft.replace(mContainerId, frag);
//事务提交
ft.commit();
// The commit succeeded, update our view of the world
if (isAdded) {
//commit执行成功就Fragment添加到回退栈中
mBackStack.add(destId);
return destination;
}
}
end note
'39
FragmentNavigator.java --> NavController.java
deactivate FragmentNavigator.java
'40 以DialogFragmentNavigator.navigate()方法为例
NavController.java -> DialogFragmentNavigator.java: DialogFragmentNavigator.navigate();
activate DialogFragmentNavigator.java
note right
DialogFragmentNavigator.java
public NavDestination navigate(@NonNull final Destination destination, @Nullable Bundle args,
@Nullable NavOptions navOptions, @Nullable Navigator.Extras navigatorExtras) {
//根据destination得到className : DialogFragFragment全类名
String className = destination.getClassName();
//根据 DialogFragFragment全类名 去反射构建一个 Fragment 对象
final Fragment frag = mFragmentManager.getFragmentFactory().instantiate(mContext.getClassLoader(), className);
//判断当前Fragment是不是DialogFragment,不是就抛出异常
if (!DialogFragment.class.isAssignableFrom(frag.getClass())) {
throw new IllegalArgumentException("Dialog destination " + destination.getClassName()
+ " is not an instance of DialogFragment");
}
final DialogFragment dialogFragment = (DialogFragment) frag;
//设置 DialogFragment 启动需要的参数
dialogFragment.setArguments(args);
dialogFragment.getLifecycle().addObserver(mObserver);
//通过 DialogFragment.show() 方法把DialogFragment显示出来
dialogFragment.show(mFragmentManager, DIALOG_TAG + mDialogCount++);
return destination;
}
end note
'41
DialogFragmentNavigator.java -> NavController.java
deactivate DialogFragmentNavigator.java
@enduml |
d45f192a1af842148975d04e427f04696b78e963 | e7aab27dc3b56328c92d783d7fa8fce12d8ac544 | /kapitler/media/uml-class-korrespondansepart.iuml | abefc750bdfdbc50e09a60c432bf24e4c39a5cec | [] | no_license | petterreinholdtsen/noark5-tjenestegrensesnitt-standard | 855019a61c8679a8119549e2824fa32ecc669e66 | 4673ba7134d83a6992bba6f9036c521c7ae1897f | refs/heads/master | 2023-06-11T12:08:52.134764 | 2023-03-05T11:05:21 | 2023-03-05T11:05:21 | 160,586,219 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 188 | iuml | @startuml
class Arkivstruktur.Korrespondansepart {
+systemID : SystemID [0..1]
+korrespondanseparttype : Korrespondanseparttype
+virksomhetsspesifikkeMetadata : any [0..1]
}
@enduml
|
af0e5944fb0af776a1d9d7fbf3dee1dc3438e15c | 06e93d722a18add11c25541a4e525b9f4b9ab83d | /implementation/ast_nodes.puml | 88367c9ffb7a591c13ede5efa8dd8ded8b3227d5 | [] | no_license | eroatta/thesis | a00ee3c69966b9794ca69147881b94909a306851 | bd191d1691dea9ba433772fabf9b9726bc1b7237 | refs/heads/master | 2021-09-18T00:11:01.309241 | 2021-08-22T18:54:47 | 2021-08-22T18:54:47 | 91,565,606 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 355 | puml | @startuml ast_nodes
package ast {
interface Node {
+ Pos()
+ End()
}
interface Expr {
# exprNode()
}
Expr --|> Node
interface Stmt {
# stmtNode()
}
Stmt --|> Node
interface Decl {
# declNode()
}
Decl --|> Node
}
package token {
class Pos
}
Node -- Pos
@enduml
|
4f7971e35757ebe3d78a26adddac402cfdf4c93a | 57af2f1f7ba82bcc5f6e652d3a305d93d727be2c | /moose-wiki/Developers/img/fame/fame-meta-model.puml | 0c0ed98f21d395c774243ef782b2c3c733dda68e | [
"MIT"
] | permissive | reda-idtaleb/moosetechnology.github.io | a36b09f19c37ac43b4fa012a1b909ca37b4a6928 | b866efa65dbdf3ad5d23504391dee4684d42c5b1 | refs/heads/master | 2023-07-03T22:38:48.775864 | 2021-08-06T09:00:54 | 2021-08-06T09:00:54 | 388,830,027 | 0 | 0 | MIT | 2021-07-23T14:33:58 | 2021-07-23T14:33:57 | null | UTF-8 | PlantUML | false | false | 757 | puml | @startuml
Element <|-- Type
Type <|-- Class
Type <|-- Trait
Element <|-- Package
Element <|-- Property
Class <|-- Boolean
Class <|-- Number
Class <|-- String
Class <|-- Object
class Element {
fullname : String
name : String
}
class Class {
abstract : Boolean
root : Boolean
primitive : Boolean
}
class Trait {
root: Boolean
primitive : Boolean
}
class Property {
multivalued : Boolean
composite : Boolean
container : Boolean
derived : Boolean
}
Element --> Element
Type *--"0..*" Property
Type --"0..*" Trait
Type "0..*"--* Package
Class --> Class : superclass
Class --> Class : subclass
Package --"0..*" Property : extensions
Property --> Property : opposite
Property --> Object : defaultValue
@enduml |
4c77c29204fde859f560dde964c0bd74e3ceefe2 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Audio/AudioClipPropertiesDrawer.puml | 669e77cb129b8bf20533bdb2aea61d78dcac70c8 | [] | 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 | 582 | puml | @startuml
class AudioClipPropertiesDrawer {
+ <<override>> OnGUI(position:Rect, property:SerializedProperty, label:GUIContent) : void
}
class Styles <<static>> {
+ <<const>> VolumeControl : string = "AudioClipPropertiesDrawer.volume"
<<const>> k_Indent : string = " "
+ <<const>> valuesFormatter : string = "0.###"
+ {static} mixedPropertiesInfo : string
+ {static} audioSourceContribution : string
}
PropertyDrawer <|-- AudioClipPropertiesDrawer
AudioClipPropertiesDrawer o-> "s_MixInfoBuilder" StringBuilder
AudioClipPropertiesDrawer +-- Styles
@enduml
|
13f2281e97cde29e413db0c9cc841e83768fc48e | c2ef7c48e236c3d1780fdcac75abce25c672c652 | /src/main/resources/uml/FlyweightUml.puml | 4309efbb63760d4a8c7879b3c538caa786e109d0 | [] | no_license | ToryZhou/design-pattern | 8d63b720ef54c9633eb10122c4cbeae45ae7ea1c | c9bcd6ae5cfb398e86d3af9a6a704e70a604b5cd | refs/heads/master | 2022-09-10T09:57:10.616533 | 2022-08-22T02:48:42 | 2022-08-22T02:48:42 | 132,232,311 | 62 | 31 | null | 2022-08-22T02:48:43 | 2018-05-05T09:11:57 | Java | UTF-8 | PlantUML | false | false | 344 | puml | @startuml
title Flywight
abstract class Website{
+use()
}
class WebsiteFactory{
-hashtable: Hashtable
+getWebsiteCategory(): Website
+getWebsiteCount(): int
}
class ConcreteWebsite{
-name: String
+use()
}
class User{
-name: String
}
Website <|-- ConcreteWebsite
User <. Website
Website <-o WebsiteFactory
@enduml |
9bda39baa9f67c4bff173138cbdc23d9d16dd815 | 3b7a96322ab149e10e8a9d8e08898faabdb70bf8 | /designpattern/src/main/java/org/tombear/designpattern/visitor/design.puml | 606fe0708750da1337ea679b896c084ae8ceff1c | [] | no_license | zhangjihere/archetypedemo | a3034d405b8eb1c3f8d6cf33f7d4754e7a446b3f | 347b4b74a738c8d6e192efd69e06903d4f347273 | refs/heads/master | 2021-06-02T20:08:47.789812 | 2019-09-27T08:47:52 | 2019-09-27T08:47:52 | 96,620,231 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 823 | puml | @startuml
interface Visitor {
+{abstract} void visit(Customer)
+{abstract} void visit(Order)
+{abstract} void visit(Item)
}
interface Element {
+{abstract} void accept(Visitor)
}
class CustomerGroup{
- ArrayList<Customer> customers
+ void addCustomer(Customer)
}
class Customer{
- String name
- ArrayList<Order> orders
+ String getName()
+ addOrder(Order)
}
class Order{
- String name
- ArrayList<Item> items
+ String getName()
+ void addItem(Item)
}
class Item{
- String name
+ String getName()
}
class GeneralResult{
- int customerNo
- int orderNo
- int itemNo
~ void displayResult()
}
Element <|.. CustomerGroup
Element <|.. Customer
Element <|.. Order
Element <|.. Item
CustomerGroup o- Element
Visitor <|.. GeneralResult
Client --> CustomerGroup
Client --> Visitor
@enduml |
9891925ed47b12aa75f31687351673354bf7a912 | 82dd7b778e320eb988c11cd8b598d1e7ecade126 | /src/util/util.plantuml | 6ed420efe4f7891c8b7072473f4e20c58e0e60d2 | [] | no_license | joram-sjamaar/ChatClient | e998e0092dd1cd0b6b5f45b4ee1d6767c7189685 | c8be32fbac4ce89883ebb45aca070e0cf97e51b4 | refs/heads/master | 2022-11-03T14:35:55.806756 | 2020-01-26T22:15:04 | 2020-01-26T22:15:04 | 223,383,408 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 449 | plantuml | @startuml
title __UTIL's Class Diagram__\n
namespace util {
class util.Encryption {
{static} + decrypt()
{static} + encrypt()
}
}
namespace util {
enum MessageType {
BROADCAST
PRIVATE
}
}
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
|
8f90d746658d0038976e439289cf3c63e1428fdb | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitRemoveShippingAddressIdAction.puml | a809cf1702d8c5cb68a538f471c902e929c46b3d | [] | 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 | 517 | 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 BusinessUnitRemoveShippingAddressIdAction [[BusinessUnitRemoveShippingAddressIdAction.svg]] extends BusinessUnitUpdateAction {
action: String
addressId: String
addressKey: String
}
interface BusinessUnitUpdateAction [[BusinessUnitUpdateAction.svg]] {
action: String
}
@enduml
|
3d365e2242c3b3f97949a62e300e5661cc5fc38a | d0fa3a3ddd3328fbc665bd13ccb0825f9eac783c | /test6/src/class.puml | 7dfac17ae2ec0b2ee33b54accff9a00ee0e519b0 | [] | no_license | peng814/is_analysis | 1b446c6171743802f3fdae1293103e2e423e21b3 | 9bc76dcbdce8561c678731c4afcb800fec0f6707 | refs/heads/master | 2018-09-30T01:57:11.677344 | 2018-06-13T04:38:59 | 2018-06-13T04:38:59 | 125,817,942 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,414 | puml | @startuml
title 基于GitHub的实验管理平台--类图
class users{
+user_id(用户ID):int
+name(姓名):String
+gitbub_username(gitbub用户名):String
+update_date(用户gitbub帐号修改日期):date
+password(密码):String
+disable(用户是否禁用):String
}
class teachers{
+teacher_id(老师工号):String
+department(老师所属部门):String
}
class students{
+student_id(学号):String
+class(班级):String
+result_sum(成绩汇总):int
+course_name(专业):String
}
users <|- students
users <|-- teachers
class grades{
+student_id(学号):String
+test_id(实验编号):int
+standard(评分标准):String
+result(分数):String
+memo(评价):String
+update_date(批改日期):date
}
class tests{
+test_id(实验编号):int
+title(实验名称):String
+summary(概述):String
+update_date(批改日期):date
+teacher_name(老师姓名):String
+course_name(课程名称):String
}
students "1" -- "n" grades
tests "1" -- "n" grades
tests "n" -- "1" courses
tests "n" -- "1" teachers
class courses{
+course_id(课程ID):String
+course_name(课程名称):String
+summary(概述):String
+teacher_name(老师姓名):String
}
students "1" -- "n" courses
@enduml |
e42e051e87aec0a98dca50d279d5c9d70b6f750e | 61f77755f3ca65fa0a0dfbbdc51137e01ded03fc | /design_model/src/main/resources/结构型模式/适配器模式/缺省适配器.puml | 5ad756e4515a77637fac3b4b4e0fcf28784d0131 | [] | no_license | lyszhen3/myWeb | 670e02a585ea3193f6c388b9cea37969a94792dc | c1543ec5f48d84e6c6481a95e54b84f04654b323 | refs/heads/master | 2023-07-11T02:29:33.530130 | 2019-02-25T01:39:29 | 2019-02-25T01:39:29 | 78,835,228 | 0 | 1 | null | 2022-12-16T04:38:41 | 2017-01-13T09:31:45 | Java | UTF-8 | PlantUML | false | false | 470 | puml | @startuml
interface ServiceInterface{
void serviceMethod1();
void serviceMethod2();
void serviceMethod3();
}
abstract class AbstractServiceClass{
void serviceMethod1();
void serviceMethod2();
void serviceMethod3();
}
class ConcreteServiceClass{
+void serviceMethod1();
}
ConcreteServiceClass -up-|>AbstractServiceClass
AbstractServiceClass .up.|>ServiceInterface
note "Default Adapter Pattern(缺省适配器模式:可以选择性的选择方法重写)" as N1
@enduml |
740039fa10b64bd509fe09ce13554a66e51a3a8f | e1b45b9eeb1a861d5ad62da23fed49deb8497dd1 | /src/main/docUML/uml.puml | 095fa8e9cc58bd214fe22650d7cde4c99cda5844 | [] | no_license | Ramin-Erwyn/TD4_MAPC | 77fb15f70694219fc0ae1dd46414e3bf7f4f9f6b | f377cc0f5fcb1ac01fdfaf8c0575f93956e01c43 | refs/heads/master | 2023-01-08T07:37:10.561319 | 2020-11-10T16:36:26 | 2020-11-10T16:36:26 | 311,714,476 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,158 | puml | @startuml
package distributeur {
class Client{}
interface MachineEtat{
+ give(MachineEtat m, int n) : void
+ askCoffee(MachineEtat m) : void
+ askTee(MachineEtat m) : void
}
class Distributeur {
- somme : int
- State : DistributeurState
~ caisse() : integer
~ ajouterCaisse() : integer
~ diminuerCaisse() : void
~ reinitialisation() : void
~ setState() : void
~ give(integer n,i) : void
~ askCoffee() : void
~ askTee() : void
~ getRefund() : void
}
class DistributeurValide implements DistributeurState{
- {static} instance
+ getInstance() : DistributeurState
+ give(DistributeurState a, int i) : void
+ askCoffee(DistributeurState a) : void
+ askTee(DistributeurState a) : void
}
class DistributeurInvalide implements DistributeurState{
- {static} instance
+ getInstance() : DistributeurState
+ give(DistributeurState a, int i) : void
+ askCoffee(DistributeurState a) : void
+ askTee(DistributeurState a) : void
}
}
@enduml
|
2e8df593f03a6233daf6d08cde9527a16c80f683 | 78cb633ff132632f816c0005be7210a70adaa6a1 | /diagrams/ex44_PlantUML.puml | 3327b5ce8363174836aafab658879946bf595432 | [] | no_license | Mauricio1629/rios-cop3330-assignment3 | d5dbfd04e7f9126829a5d642d4562237fa0dd04f | 1420e332692bda2ee72c029e97c16fce198fba1c | refs/heads/master | 2023-06-01T09:58:33.995043 | 2021-06-21T01:55:40 | 2021-06-21T01:55:40 | 378,778,994 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 877 | puml | @startuml
'https://plantuml.com/class-diagram
class Application {
productsList: List<Products>
search: String
output: String
+loadFiles()
+getSearch()
+matchSearch()
+printOutput()
}
class loadFiles{
input: file input
output: List<Products> productsList
}
class getSearch{
input: prompt user for input
output: String search
}
class matchSearch{
input: List<Products> productsList, String search
output: String output
}
class printOutput{
input: String output
output: void
}
class Products {
name: String
price: Double
quantity: Integer
+getName()
+setName()
+getPrice()
+setPrice()
+getQuantity()
+setQuantity()
+toString()
}
Application <|-- Products
Application <--loadFiles
Application <-- getSearch
Application <-- matchSearch
Application <-- printOutput
@enduml |
a539261f498042ca64433a644f6b3970acd42561 | f06026a2065ab92978d5550401ae6347bbcda5d4 | /exercise41/docs/uml.puml | f8622d2f1fd4b12924098e4d1ca00a53528f793c | [] | no_license | Dbug100/Murphy-a04 | b42e07e982a7e179c613b1e43507600bfe02d9ff | ed78d4b0a4c3a915d43f2e1e364a78be3e8e616e | refs/heads/main | 2023-08-31T18:21:35.130680 | 2021-10-20T02:57:05 | 2021-10-20T02:57:05 | 417,349,117 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 213 | puml | @startuml
class Solution41{
-ArrayList<String> names;
-NameSorter;
}
class NameSorter{
-vis NameSorter(Scanner, (arrayList)
-vis printNames(arrayList) : void
}
NameSorter --> Solution41
@enduml |
e8dc60cc963493d21d00af79bfc3dd97675736fa | 1c46ccc40c914734675ae4a363bf4d890b2a7648 | /doc/db/core.puml | 5856ac05988d71bafe6d5ec78174b963ded0713d | [
"Apache-2.0"
] | permissive | hytcwangkai/InternetQuestionBank | 1f58e7bcc69924c67428c0b586d43da855fcffbd | 147c0075b1fdbf4dfb90dd56b819de580ae571a2 | refs/heads/master | 2023-04-11T06:06:49.176735 | 2021-04-05T08:15:08 | 2021-04-05T08:15:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,430 | puml | @startuml
class 用户 {
{static} +UUID _id
+String username
+Array token
+String avatar
+String sign
{static} +String code
{static} +Integer gender
+Array socialInfo
+Array followers
+Array collect
+Array settingInfo
+UUID AuthID
--登录注册登出,校验token相关--
+void loginByWechat()
+void addUserByPhone()
+void postLoginByPhone()
+void updateUserInfo()
+void userLogout()
+void checkToken()
--关注/取消关注--
+void checkFollowers()
}
class 收藏夹 {
+UUID _id
+String name
+Array collectData
}
class 用户认证{
+UUID _id
+UUID userID
+String state
+JSON content
--申请和修改认证--
+void addAuthByUser()
+void updateAuthByUser()
}
class 题目专区 {
+UUID _id
+String name
+String iconPath
+void addArea()
+void updateArea()
+void deleteArea()
}
class 题目分类标签{
+UUID _id
+UUID areaID
+String name
+void addTag()
+void deleteTag()
+void updateTag()
}
class 题目 {
+UUID _id
+String title
+UUID publishUserID
+UUID areaID
+String content
+Array questionExplanation
+Array tagID
+String state
+JSON examineInfo
+void addQuestion()
+void deleteQuestion()
+void updateQuestion()
--推荐机制获取题目信息--
+Array getQuestions()
}
class 题解{
+UUID _id
+String content
+UUID questionID
+UUID userID
+Array userAgreed
+Array userDisagreed
+void addQuestionExplanation()
+void deleteQuestionExplanation()
+void updateQuestionExplanation()
--收藏题解--
+void addQuestionExplanation()
}
class 文章{
+UUID _id
+UUID userID
+UUID tagID
+String title
+String content
+Number like
+void addArticle()
+void deleteArticle()
+void likeArticle()
}
class 角色{
+UUID _id
+String role_id
+String role_name
+Array permission
+String comment
}
class 权限{
+UUID _id
+String permission_id
+String permission_name
+String comment
}
class 题目统计{
+UUID _id
+UUID questionID
+Array statisticsInfo
}
class 服务号推送日志{
+UUID _id
+String type
+String content
}
题目专区 --> "many" 题目分类标签::areaID
用户 --> "many" 题目
用户 --> "many" 用户认证::userID
用户 --> "many" 文章::userID
用户 --> "many" 角色
用户::collect --> "many" 收藏夹::_id
用户 --> "many" 权限
文章::tagID --> "many" 题目分类标签
题目 --> "many" 题目分类标签
题目 <-- 题目专区
题目 --> "many" 题解::questionID
题目 --> "many" 题目统计::questionID
note left of 用户::_id
由Uni-id生成的唯一主键
end note
note right of 用户::socialInfo
用户和题解/文章等进行社交的信息,是一个对象数组,通常会记录了社交的类别:文章/题解
社交的操作:点赞等
社交的其他信息对象Info,比如题解的_id 文章的_id
end note
note left of 用户::code
微信登录返回的code作为记录
end note
note left of 用户::gender
和微信的性别机制一样,0未知, 1男,2女
end note
note right of 题目::state
onlist | pass | reject
end note
note right of 题目::examineInfo
审核信息(比如拒绝原因)
end note
note right of 权限::permission_id
三种权限 ANY | Push Questions | Normal
end note
@enduml |
100901fa95f7df1b94c30d683c30fb961bb384de | 6c369b570f222c894964989ee63b706c69e8174d | /docs/dev/design_patterns/factory_method.puml | 8705e135460274922ac3b4a5354a468576838803 | [] | no_license | k2works/etude_for_rails | f74eae1844a9430d3c81047203ffc5d384e995ed | e728291c99ad4e34f144deedc44617bb796ac275 | refs/heads/master | 2021-01-20T01:46:29.373716 | 2018-04-26T08:53:20 | 2018-04-26T08:53:20 | 89,328,180 | 0 | 0 | null | 2017-06-08T02:25:58 | 2017-04-25T07:00:29 | HTML | UTF-8 | PlantUML | false | false | 267 | puml | @startuml
Product <|-- Product1
Product <|-- Product2
Product1 <--L ConcreteCreator1
Product2 <--L ConcreteCreator2
Creator <|-- ConcreteCreator1
Creator <|-- ConcreteCreator2
class Creator {
factory_method()
}
class ConcreteCreator1 {
factory_method()
}
@enduml
|
e678c130bbade4e1493b785ef1f9a25bec87b180 | a7f8d8e116a9f42a87389cb344ca347d3e7e6893 | /libs/core/src/auth/docs/diagrams/src/Interfaces.puml | 37a393da68f6f94527092864f305ba855d95cc2c | [] | no_license | gammaper-devop/claro_crm_reportes | e3fc36baeb5c9f3be248b849a888e966254fb060 | 28ded2b48d7331deb80823cdf4b7e7faa5377812 | refs/heads/master | 2023-08-16T20:25:01.587208 | 2021-09-25T02:34:56 | 2021-09-25T02:34:56 | 402,591,385 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,807 | puml | @startuml Interfaces
'from ./enums'
enum EGrantType {
AUTHORIZATION_CODE = 'authorization_code',
CLIENT_CREDENTIALS = 'client_credentials',
IMPLICIT = 'implicit',
PASSWORD = 'password',
}
enum EAuthorizationType {
OAUTH2 = 'oauth2',
AZURE = 'azure',
AWS = 'awsCognito',
ALTEMISTA = 'altemista',
}
enum EAuthorizationProvider {
GOOGLE = 'google',
FACEBOOK = 'facebook',
TWITTER = 'twitter',
}
enum EErrorResponseType {
INVALID_REQUEST = 'invalid_request',
INVALID_GRANT = 'invalid_grant',
UNAUTHORIZED_CLIENT = 'unauthorized_client',
UNSUPPORTED_GRANT_TYPE = 'unsupported_grant_type',
INVALID_SCOPE = 'invalid_scope',
}
enum EStorageType {
LOCAL = 'local',
SESSION = 'session',
MEMORY = 'memory',
}
enum ERequestType {
JSON = 'application/json',
FORM = 'application/x-www-form-urlencoded',
}
enum EResponseType {
JSON = 'application/json',
XML = 'application/xml',
TEXT = 'text/plain',
}
'from ./interfaces'
enum TAuthConfig {
IAzureConfig,
IOAuth2Config
}
enum TAuthRequest {
IPasswordGrantRequest
}
enum TAuthResponseModel {
IPasswordGrantModel
}
enum TAuthResponse {
IPasswordGrantResponse
}
interface IPasswordGrantModel {
access_token?: string
token_type?: string
expires_in?: string
refresh_token?: string
[key: string]: any
}
interface IBaseRequest {
grant_type?: string
}
interface IPasswordGrantRequest extends IBaseRequest {
username: string
password: string
scope?: string
client_id?: string
client_secret?: string
}
interface IPasswordGrantResponse {
access_token: string
token_type: string
expires_in?: number
refresh_token?: string
scope?: string
[key: string]: any
}
interface IErrorResponse {
error: EErrorResponseType
error_description?: string
error_uri?: string
}
@enduml
|
d2dd306a8e11a37d38c707645e8d662096b59671 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/UnityEditorInternals.puml | c84882119c2c1467f545157a36e1cdf264d82f88 | [] | 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 | 168 | puml | @startuml
class UnityEditorInternals <<static>> {
+ {static} DoObjectField(position:Rect, obj:Object, type:Type, controlId:int, allowScene:bool) : Object
}
@enduml
|
865db697437d0720879999448ce439b13673fa05 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Utilities/StyleManager.puml | 6d52c6cf9ea8bee02e372398655f5a7c828e6557 | [] | 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 | 444 | puml | @startuml
class StyleManager <<static>> {
{static} <<readonly>> k_ErrorCannotFindStyle : string
+ {static} UssStyleForType(type:Type) : GUIStyle
{static} CustomStyleForType(type:Type) : string
{static} IsStyleValid(ussStyle:string) : bool
{static} ClearCacheIfInvalid() : void
}
class "Dictionary`2"<T1,T2> {
}
StyleManager o-> "s_CustomStyles<Type,GUIStyle>" "Dictionary`2"
StyleManager --> "s_CurrentSkin" GUISkin
@enduml
|
9102f4975081ee89fafc96fa36e6ff77c485802f | 5398edf034a5d9d64269d88dd641766ffa1ecf04 | /app/src/main/java/com/example/cbsd_project/models/models.plantuml | c6660bd9d9bd57f053c0766eee17a2941916b6d9 | [] | no_license | salama135/friendly-chat | e967307eb46dc3145667c35366b6767cd1d5372f | a1c25b3cbaf80892739a4030570912becb181c3d | refs/heads/main | 2023-05-29T08:24:08.790230 | 2021-06-09T22:19:43 | 2021-06-09T22:19:43 | 371,679,284 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,853 | plantuml | @startuml
title __MODELS's Class Diagram__\n
namespace com.example.cbsd_project {
namespace models {
class com.example.cbsd_project.models.Message {
{static} + firebasePath : String
- content : String
- messageType : String
- messageViewType : String
- sender : String
+ Message()
+ Message()
+ getContent()
+ getMessageType()
+ getMessageViewType()
+ getSender()
+ setContent()
+ setMessageType()
+ setMessageViewType()
+ setSender()
}
}
}
namespace com.example.cbsd_project {
namespace models {
class com.example.cbsd_project.models.Participant {
{static} + firebaseCountName : String
{static} + firebasePath : String
- nickname : String
- participantType : String
- userID : String
+ Participant()
+ Participant()
+ getNickname()
+ getParticipantType()
+ getUserID()
+ setNickname()
+ setParticipantType()
+ setUserID()
}
}
}
namespace com.example.cbsd_project {
namespace models {
class com.example.cbsd_project.models.PinnedMessage {
{static} + firebaseCountName : String
{static} + firebasePath : String
- messageID : String
+ PinnedMessage()
+ PinnedMessage()
+ getMessageID()
+ setMessageID()
}
}
}
namespace com.example.cbsd_project {
namespace models {
class com.example.cbsd_project.models.Room {
{static} + firebasePath : String
{static} - currentRoom : Room
- name : String
- roomID : String
- roomType : String
+ Room()
+ Room()
{static} + getCurrentRoom()
+ getName()
+ getRoomID()
+ getRoomType()
{static} + setCurrentRoom()
+ setName()
+ setRoomID()
+ setRoomType()
}
}
}
namespace com.example.cbsd_project {
namespace models {
class com.example.cbsd_project.models.User {
{static} + firebasePath : String
{static} - currentUser : User
- email : String
- name : String
- userID : String
+ User()
+ User()
{static} + getCurrentUser()
+ getEmail()
+ getName()
+ getUserID()
{static} + setCurrentUser()
+ setEmail()
+ setName()
+ setUserID()
}
}
}
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
|
2ba8a5ee707c22b36ee46a44b99876ee94791c0a | 19f793bed6a7ddbe4f01616e2374a9ddc459e8b1 | /doc/创建型模式/抽象工厂模式-类图(5分).puml | f7f3a5ec2ca28abcba55426b65b2419c92e90824 | [] | no_license | 1wang1/design-patterns | 02a87e8c2f170f2a2de4993e8f11b9ef9a522627 | 5ebd98248ea5a035e19a843f823971676899a212 | refs/heads/master | 2022-12-19T04:30:30.790952 | 2020-09-27T11:42:41 | 2020-09-27T11:42:41 | 272,214,620 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 912 | puml | @startuml
abstract class AbstractFactory{
+ createProductA():ProductA
+ createProductB():ProductA
}
class ConcreteFactory1{
+ createProductA():ProductA
+ createProductB():ProductA
}
class ConcreteFactory2{
+ createProductA():ProductA
+ createProductB():ProductA
}
ConcreteFactory1 ..|>AbstractFactory
ConcreteFactory2 ..|>AbstractFactory
abstract class AbstractProductA{
+ use():void
}
class ConcreteProductA1{
+ use():void
}
class ConcreteProductA2{
+ use():void
}
ConcreteProductA1 ..|>AbstractProductA
ConcreteProductA2 ..|>AbstractProductA
abstract class AbstractProductB{
+ use():void
}
class ConcreteProductB1{
+ use():void
}
class ConcreteProductB2{
+ use():void
}
ConcreteProductB1 ..|>AbstractProductB
ConcreteProductB2 ..|>AbstractProductB
ConcreteFactory1 ..>ConcreteProductA1
ConcreteFactory1 ..>ConcreteProductB1
ConcreteFactory2 ..>ConcreteProductA2
ConcreteFactory2 ..>ConcreteProductB2
@enduml |
e8ca15af70268c047f2d707c63625eac5560c05e | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_10/UC10_MD.puml | 43353326d29c657683ef6b87555b0b5822716597 | [] | no_license | botelho-io/lapr2-2020-g029 | c6a3c15bace1145c94c0495ac5f8ce54b7be478c | 1834bf842e5ae1f94d20ab61dad8e8124fc9f61b | refs/heads/master | 2023-08-17T00:53:42.364156 | 2020-06-14T22:29:10 | 2020-06-14T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,355 | puml | @startuml MD
skinparam classAttributeIconSize 0
hide methods
left to right direction
class TaskExecutionDetails {
- Date endDate
- Integer delayInDays
- String DescriptionQualityOfWork
}
class Organization {
- String name
}
class Task {
- String id
- String description
- Integer durationInHours
- Double costPerHourOfJuniorEur
- String category
}
class App {
}
class EmailScheduler {
}
class Freelancer {
- String id
- String name
- String levelOfExpertise
- String email
- String NIF
- String bankAccountIBAN
- String address
- String country
}
App "1" -- "*" Organization : has >
App "1" -- "1" EmailAPI : supports >
Organization "1" -- "*" Task : publishes >
EmailAPI "1" -- "*" Freelancer : e-mails >
TaskExecutionDetails "1" -- "1" Task : refers to>
App "1" -- "*" Freelancer : has >
App "1" -- "1" EmailScheduler : has >
EmailScheduler "1" -- "1" EmailAPI : uses >
@enduml |
26060e9c0019a3648bec45c1746e56760212fdf9 | 7ec93871cc7d07c48beabb8dc7d920ff016028ea | /Lab3/ClassDiag1.puml | 6dc525de7acca8eb2da0ce7ba989bb603a5670cc | [] | no_license | t00208620/OOAD | f256c5bb192f79615de6e101098ba422e8883776 | 7ac859bf85eec097b08ea7428f8bb12091056899 | refs/heads/master | 2023-08-24T07:40:01.452351 | 2021-10-11T12:07:57 | 2021-10-11T12:07:57 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 349 | puml | @startuml
'https://plantuml.com/class-diagram
class Manager{
{static} String ManId
String Sname
String Fname
}
class Branch{
{static} String Bno
String Name
String TelNo
}
class Staff{
{static} String staffId
String Sname
String Fname
String TelNo
}
Manager o-- "Is a" staff
Branch }-- "manages" Manager
Staff }-- "allocated" Branch
@enduml |
bf46fec799fdcc41b89dbbf46b2fff5ba81d207b | 963174533b5554daf933ff415bbde06acbf574f3 | /diagrams/T1a.puml | 027175a7e464fcd0e5e733c0c3e0311506ba4f80 | [] | no_license | bhnatkowska/ClassDiagramComparison | bfcaf68ec2f10e46abb81d4461591b869a658248 | df2771990d1c9c577445f49e277c7b72c7cc0b0b | refs/heads/main | 2023-02-14T02:25:39.835157 | 2021-01-03T11:08:30 | 2021-01-03T11:08:30 | 326,383,253 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 354 | puml | @startuml
class ProductLine {
p_productDescription : String
pln_textDescription : String
pln_productLine : String
}
class Product {
p_quantityInStock : Integer
p_productCode : String
p_productName : String
p_productScale : String
p_productVendor : String
p_buyPrice : Real
p_MSRP : Real
}
Product "1..*" -- "1" ProductLine
@enduml
|
e64f3d5d6a0659cfc8734a42be6d0d022084a743 | 7c468a29a573cf41e9f2c9ad29eab9286cf75036 | /src/main/java/ex43/WebsiteGenerator.puml | 8a7e66196531139ce1f35dc45a36a2e3fe4eb455 | [] | no_license | Lino437/Gonzalez-cop3330-assignment3 | e8e738090103df284aae24c26e088ff709145c1e | f804d17918672785ea29c26df924f51624f1d935 | refs/heads/master | 2023-06-09T01:52:16.762281 | 2021-06-22T03:43:21 | 2021-06-22T03:43:21 | 378,556,313 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 266 | puml | @startuml
'https://plantuml.com/class-diagram
class App
class CreateSkeleton{
generateAllFolders()
generateFiles()
writeToFile()
}
class GenerateAllFolders{
generateFolder()
}
App o--> CreateSkeleton
CreateSkeleton o--> GenerateAllFolders
@enduml |
819e71cbd3b9170d37ada834babf79a5df5b404b | afaba8b7f5d826664155b257db77cf4dbf4b8816 | /oop-pattern/ch04/resources/그림4.4.puml | fcef10a3ef909374eb34332a255aed6cd15d45a4 | [
"MIT"
] | permissive | appkr/pattern | b40b621e52c9b27be01f2a21f2f605a459ac998f | 1e635f7b79cc4b89d2e75455cb14e1572619eb20 | refs/heads/master | 2022-11-02T01:56:18.654766 | 2022-10-12T08:45:58 | 2022-10-12T08:47:36 | 71,896,898 | 11 | 2 | MIT | 2018-11-10T15:05:11 | 2016-10-25T12:55:03 | PHP | UTF-8 | PlantUML | false | false | 483 | puml | @startuml
'skinparam linetype polyline
skinparam linetype ortho
abstract class Storage {
+ write()
}
class CompressedStorage extends Storage {}
class EncryptedStorage extends Storage {}
class CacheableStorage extends Storage {}
class CompressEncryptedStorage extends CompressedStorage, EncryptedStorage {}
class EncryptedCompressedStorage extends CompressedStorage, EncryptedStorage {}
class CacheableEncryptedStorage extends CacheableStorage, EncryptedStorage {}
@enduml
|
fa2ac3aa40ad30280cfec001017583df926365e1 | 91fceecc2c8cf6309741e0fb715cec95f8558ca8 | /assets/dp-proxy.plantuml | f0761314a658ac475128776b8f78282d751a09ad | [
"MIT"
] | permissive | ohm-softa/ohm-softa.github.io | dd8b3fbbcce62d3625603376f0771ab62557d76a | 7479445d2b5598a9aaaa4f37ffd76436fc81482e | refs/heads/master | 2023-07-20T07:43:25.665737 | 2023-07-12T08:10:32 | 2023-07-12T08:10:32 | 170,150,460 | 20 | 42 | MIT | 2023-06-24T15:22:55 | 2019-02-11T15:16:01 | HTML | UTF-8 | PlantUML | false | false | 570 | plantuml | @startuml
allow_mixing
'skinparam linetype ortho
actor Client
interface Subject {
+ request()
}
Client -right-> Subject
class RealSubject implements Subject {
+ request()
}
class Proxy implements Subject {
- realSubject: RealSubject
+ request()
}
Proxy --> RealSubject
note left of Proxy::request
realSubject.request()
endnote
@enduml
@startuml
actor Client
Client --> aProxy : request()
activate aProxy
aProxy --> aSubject : request()
activate aSubject
aSubject --> aProxy : return ...
deactivate aSubject
aProxy --> Client : return ...
@enduml
|
8bf5a4f7453ec18245ca6c585e7bbbe3a91b67f4 | ce412e7f609e2cebcc70d8205ad2bf1eee689127 | /app/src/main/java/e/group/login/login.plantuml | fb62ab67855d77c82cf9c72eafdcaf112453be53 | [] | no_license | SimonasBanys/Bike-share-F29SE-Mobile | bbf1022a1886f10693b59b031f570c9770a812d0 | 1478be4e10d8bdd94e54534a907f027e2e1c9be3 | refs/heads/master | 2021-10-24T21:03:29.282326 | 2019-03-28T22:10:42 | 2019-03-28T22:10:42 | 154,810,829 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,574 | plantuml | @startuml
title __LOGIN's Class Diagram__\n
package e.group.login {
class LoginActivity {
{static} - KEY_STATUS : String
{static} - KEY_MESSAGE : String
{static} - KEY_FIRST_NAME : String
{static} - KEY_LAST_NAME : String
{static} - KEY_USERNAME : String
{static} - KEY_PASSWORD : String
{static} - KEY_EMPTY : String
- etUsername : EditText
- etPassword : EditText
- username : String
- password : String
- pDialog : ProgressDialog
- login_url : String
# onCreate()
- loadDashboard()
- displayLoader()
- login()
- validateInputs()
}
}
package e.group.login {
class MapsActivity {
- mMap : GoogleMap
# onCreate()
+ onMapReady()
+ onMyLocationClick()
+ onMyLocationButtonClick()
}
}
package e.group.login {
class RegisterActivity {
{static} - KEY_STATUS : String
{static} - KEY_MESSAGE : String
{static} - KEY_FIRST_NAME : String
{static} - KEY_LAST_NAME : String
{static} - KEY_USERNAME : String
{static} - KEY_PASSWORD : String
{static} - KEY_EMAIL : String
{static} - KEY_DOB : String
{static} - KEY_EMPTY : String
- etUsername : EditText
- etPassword : EditText
- etConfirmPassword : EditText
- etFirstName : EditText
- etLastName : EditText
- etDoB : EditText
- etEmail : EditText
- username : String
- password : String
- confirmPassword : String
- firstName : String
- lastName : String
- DoB : String
- email : String
- pDialog : ProgressDialog
- register_url : String
# onCreate()
- displayLoader()
- loadDashboard()
- registerUser()
- validateInputs()
}
}
package e.group.login {
class SessionHandler {
{static} - PREF_NAME : String
{static} - KEY_USERNAME : String
{static} - KEY_EXPIRES : String
{static} - KEY_FIRST_NAME : String
{static} - KEY_LAST_NAME : String
{static} - KEY_EMPTY : String
- mContext : Context
- mEditor : Editor
- mPreferences : SharedPreferences
+ SessionHandler()
+ loginUser()
+ isLoggedIn()
+ getUserDetails()
+ logoutUser()
}
}
package e.group.login {
class User {
~ username : String
~ firstName : String
~ lastName : String
~ email : String
~ DoB : Date
+ setUsername()
+ setEmail()
+ setFirstName()
+ setLastName()
+ setDoB()
+ getUsername()
+ getFirstName()
+ getLastName()
+ getDoB()
+ getEmail()
}
}
LoginActivity -up-|> AppCompatActivity
LoginActivity o-- SessionHandler : session
HostCallbacks -up-|> FragmentHostCallback
MapsActivity -up-|> OnMapReadyCallback
MapsActivity -up-|> OnMyLocationButtonClickListener
MapsActivity -up-|> OnMyLocationClickListener
MapsActivity -up-|> FragmentActivity
HostCallbacks -up-|> FragmentHostCallback
RegisterActivity -up-|> AppCompatActivity
RegisterActivity o-- SessionHandler : session
HostCallbacks -up-|> FragmentHostCallback
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
|
1dbd289f97c4f09f8cdf14b82014234379328a25 | f7cbd1bbf9534a5bf2529f4a704adcec6b3aafa2 | /diagrams/Fluid.puml | 6fc915cdcd92fcdedd9be53a9f71b509c355d85f | [] | no_license | AY2122S1-CS2113T-F14-3/tp | cbe08bd0acafd839c68eb062c73f1425f5ed7b36 | 4dfe1a9649049d037aba9fe67908a82564f983ab | refs/heads/master | 2023-08-27T11:53:12.522530 | 2021-11-12T11:57:49 | 2021-11-12T11:57:49 | 412,351,373 | 0 | 6 | null | 2021-11-12T11:57:50 | 2021-10-01T06:15:19 | Java | UTF-8 | PlantUML | false | false | 678 | puml | @startuml
'https://plantuml.com/class-diagram
skinparam classAttributeIconSize 0
hide circle
abstract class Tracker {
}
class Fluid {
#fluidArray: ArrayList<String>
#fluidNumber: int
#description: String
#calories: int
#volume: int
#date: String
#time: String
#totalCalories: int
#totalVolume: int
+generateFluidParameters(inputArguments: String): void
+addFluid(inputArguments: String): void
+deleteFluid(inputArguments: String): void
+listFluid(date: String): void
+getCalories(date: String): int
+getVolume(date: String): int
}
class FluidExceptions {
}
FluidExceptions --|> Fluid
Fluid --|> "<<extends>>" Tracker
@enduml |
15fc1afd9f69ba896a8fb156029fde63bb71a096 | 650a3622be0cb60f8e1a7a256a4c11541aebfb6d | /docs/puml/yacg_config_schema.puml | 9dd9c4f140b9de9c9490cfebd9956fec130715eb | [
"MIT"
] | permissive | OkieOth/yacg | 2b2524cb3d4915e4afe379d0781a2bb299dfde80 | 43b5034af1b28f29276bae69291d17b970f93dca | refs/heads/master | 2023-08-07T02:33:52.225606 | 2023-07-31T19:57:42 | 2023-07-31T19:57:42 | 236,339,419 | 51 | 8 | MIT | 2023-07-31T19:57:43 | 2020-01-26T16:24:08 | Python | UTF-8 | PlantUML | false | false | 2,747 | puml |
@startuml
hide empty methods
hide empty fields
class "**Job**" as Job {
StringType name
StringType description
Model[] models
Task[] tasks
}
note top: base object that describes a\ncomplete code generation process
class "**Model**" as Model {
StringType schema
StringType domain
BlackWhiteListEntry[] blackListed
BlackWhiteListEntry[] whiteListed
}
note top: A model that should be\nused
class "**Task**" as Task {
StringType name
StringType description
BlackWhiteListEntry[] blackListed
BlackWhiteListEntry[] whiteListed
SingleFileTask singleFileTask
MultiFileTask multiFileTask
}
note top: A task to run
class "**BlackWhiteListEntry**" as BlackWhiteListEntry {
StringType name
BlackWhiteListEntryTypeEnum type
}
note top: entry of a type back/white\nlist
enum "BlackWhiteListEntryTypeEnum" as BlackWhiteListEntryTypeEnum {
TYPE
TAG
CONTAINEDATTRIB
NOTCONTAINEDATTRIB
DOMAIN
TYPETYPE
}
class "**SingleFileTask**" as SingleFileTask {
StringType template
StringType destFile
TemplateParam[] templateParams
}
note top: parameter of a code generation\ntask that creates one file
class "**TemplateParam**" as TemplateParam {
StringType name
StringType value
StringType[] requiredDomains
StringType[] requiredTags
StringType[] requiredNames
}
note top: additional, template specific custom parameter\nfor codegen task
class "**MultiFileTask**" as MultiFileTask {
StringType template
StringType destDir
StringType destFilePrefix
StringType destFilePostfix
StringType destFileExt
BooleanType upperCaseStartedDestFileName
MultiFileTaskFileFilterTypeEnum fileFilterType
TemplateParam[] templateParams
BooleanType createOnlyIfNotExist
BooleanType createTmpFileIfAlreadyExist
}
note top: parameter of a code generation\ntask that creates one file\nper model type
enum "MultiFileTaskFileFilterTypeEnum" as MultiFileTaskFileFilterTypeEnum {
TYPE
OPENAPIOPERATIONID
}
Job "0" *-- "n" Model
Job "0" *-- "n" Task
Model "0" *-- "n" BlackWhiteListEntry
Model "0" *-- "n" BlackWhiteListEntry
Task "0" *-- "n" BlackWhiteListEntry
Task "0" *-- "n" BlackWhiteListEntry
Task *-- SingleFileTask
Task *-- MultiFileTask
SingleFileTask "0" *-- "n" TemplateParam
MultiFileTask "0" *-- "n" TemplateParam
footer \ngenerated with yacg (https://github.com/OkieOth/yacg),\n(template: plantUml.mako v1.1.0)\npowered by plantuml (https://plantuml.com/)
@enduml |
128805b7493012ca44dfa17348879e3c83dcca83 | 55261e1e9a841f514598d8fb0fbe95a7493460e3 | /class/classes/logic/vote.puml | 656d0d9715a17125f8312ac385156593d0ab3a0f | [] | no_license | LucasIsasmendi/lisk-core-plantuml | ac01094fd56590b361ab8992b52f0cfc3175aa60 | e0941f6e800dc16a9dc0f8367304149fbf2200e1 | refs/heads/master | 2021-01-21T11:53:42.861882 | 2017-05-24T12:56:58 | 2017-05-24T12:56:58 | 91,758,697 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 738 | puml | @startuml
class Vote < logic > {
- self: this
- library
- modules
.. library ..
- logger
- schema
.. modules ..
- delegates
- rounds
.. prototype ..
+ schema: Vote
+ dbTable: votes
+ dbFields
--
+ Vote (logger, schema)
+ bind(delegates, rounds)
+ create(data, trs)
+ calculateFee(trs, sender)
+ verify(trs, sender, cb)
+ verifyVote(vote, cb)
+ checkConfirmedDelegates(trs, cb)
+ checkUnconfirmedDelegates(trs, cb)
+ process(trs, sender, cb)
+ getBytes(trs)
+ apply(trs, block, sender, cb)
+ undo(trs, block, sender, cb)
+ applyUnconfirmed(trs, sender, cb)
+ undoUnconfirmed(trs, sender, cb)
+ objectNormalize(trs)
+ dbRead(raw)
+ dbSave(trs)
+ ready(trs, sender)
}
@endtuml
|
135325fbaf254166204d7426eb958ff89ec7150c | e1f8ff503239d957b376e7d5936e3039e84b6014 | /design-pattern/src/main/java/dp_Builder/Builder0.puml | 4b084b0cd440ed109da766502526af355cc0064f | [
"MIT"
] | permissive | archmagece/study-one | e6dccc9f3a1f0eac4dbc2921e69e689402abbad9 | 836583987dfc97a95b7b4215f0be5a0f48b74e81 | refs/heads/master | 2022-08-01T21:20:22.196645 | 2022-07-17T08:33:37 | 2022-07-17T08:33:37 | 79,985,648 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 36 | puml | @startuml
class Builder{
}
@enduml |
0c3e7d86fb5acf53356f40536c8acfbcb1e5044d | 59e8f9d430e815ba8d7b7efae85bad26cba97af3 | /daily/2021/20211005_uml_0.puml | e58f2c9522d7ea43483bded1ac0c52560183e4a0 | [
"MIT"
] | permissive | glqdlt/glqdlt.github.io | 76bc5e9b0bad9f48239bd7b1e9bef8c581fdb49e | c9579e99c5390a6c02a8d34cc808a66ad0c977dc | refs/heads/master | 2022-08-27T08:49:24.914469 | 2022-08-05T06:45:11 | 2022-08-05T06:45:11 | 92,659,599 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 946 | puml | @startuml
interface Session{}
interface ExpiringSession extends Session{}
interface SessionRepository<S extends Session>{
+{abstract} S createSession();
+{abstract} void save(S session);
+{abstract} S getSession(String id);
+{abstract} void delete(String id);
}
class MapSessionRepository implements SessionRepository{}
interface FindByIndexNameSessionRepository extends SessionRepository{
+{abstract} Map<String, S> findByIndexNameAndIndexValue(String indexName, String indexValue);
}
class RedisSession implements ExpiringSession{}
class JdbcOperationsSessionRepository implements FindByIndexNameSessionRepository{}
class RedisOperationsSessionRepository<RedisSession> implements FindByIndexNameSessionRepository{}
class MongoOperationsSessionRepository implements FindByIndexNameSessionRepository{}
SessionRepository --> Session
RedisSession --> RedisOperationsSessionRepository
'ExpiringSession <- MapSessionRepository
@enduml
|
72c0bbf92c0834e1be37941f5c7c485cdde5dfeb | c417d80f62ec26bcb06a9619ff9b5c35c54190fe | /demos/src/main/java/com/kco/pattern/strategy/demo1/策略模式2.puml | c7a216cee466cdd73482b0304e8bff58455da349 | [] | no_license | kco1989/examples | 370f95d6e599af4551c17a38745cc9cdf2350917 | daa9197c8ddc846615fc9339001a81b48d8b851a | refs/heads/master | 2021-01-20T14:23:56.770073 | 2018-05-25T03:43:19 | 2018-05-25T03:43:19 | 90,605,536 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 405 | puml | @startuml
class GoHome{
- TransportationMode mode
}
interface TransportationMode
class BusMode
class OnDriveBicycleMode
class OnDriveCarMode
class OnFootMode
class TaxiMode
GoHome -r-> TransportationMode
BusMode -u.|> TransportationMode
OnDriveBicycleMode -u.|> TransportationMode
OnDriveCarMode -u.|> TransportationMode
OnFootMode -u.|> TransportationMode
TaxiMode -u.|> TransportationMode
@enduml
|
7f32e5e67bde94c1f930c52e4c8dd2bc84e734af | 3ad61f0f2022769ec749a2b606ab068c850be54d | /src/main/java/ex42/ex42PUML.puml | 9e872b07e5dac96fc972c186fff83900e440e26a | [] | no_license | Nickstar2020/smarsh-cop3330-assignment3 | 82bb7317a36f0c943d37ede51197c0014bdb718d | 5ae8b92a307371508bde7c0eac3fc32720a294dd | refs/heads/master | 2023-08-12T07:29:35.380647 | 2021-10-11T18:38:57 | 2021-10-11T18:38:57 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 272 | puml | @startuml
header ex42 code flow
class printEmployee{
takes in inputFile
{method} loops through all names and prints out organized version.
}
class inputFile {
contains the information to convert to a table
}
inputFile -[thickness=4]> printEmployee : goes to
@enduml |
eedc28070099170d4d217620f6db984bafef8f0a | b615d963ae1cfa22289775c561dd073b55a71ebd | /docs/uml-class-diagrams/display01/production/DisplayGpsManager/DisplayGpsManager.puml | 237190a4799cebf274f8791e6683e49136f194c2 | [] | no_license | elilley15/csi-3370-software-project | 8062dddf435ab0c7941acdf03225f84c18457947 | d2642cf649dabeafd6d9753c483b9df265d85118 | refs/heads/main | 2023-01-18T15:48:03.237629 | 2020-11-28T21:24:10 | 2020-11-28T21:24:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 357 | puml | @startuml DisplayGpsManager
package edu.oakland.production.display01 {
interface DisplayGpsManager {
__
.. Use Case 1 ..
{abstract} + String receiveGpsSignalStrength(Satellite satelliteSignal)
.. Use Case 2 ..
{abstract} + SatelliteSignalCheckRequest passGpsSignalStrength(String satelliteName)
}
}
@enduml
|
f19adf66fc48e20b341aa6eff4f79969eb821902 | 3f2928ee022c41d2f6e87c3fdae17942dafd4602 | /app/src/main/java/com/example/keystone_try/step/utils/utils.plantuml | 106981d147c36ae2d9ba6b3a6af419a9482cb119 | [] | no_license | BohanShi/keystone_try | 022b9d97ee622ef587b1ec39c5dfbc1fc4bba72a | 13cd8416ea644308269558e8f8843f71b291d07e | refs/heads/master | 2023-01-06T13:43:35.151210 | 2020-11-04T04:12:57 | 2020-11-04T04:12:57 | 291,482,189 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,106 | plantuml | @startuml
title __UTILS's Class Diagram__\n
namespace com.example.keystone_try {
namespace step {
namespace utils {
class com.example.keystone_try.step.utils.DbUtils {
{static} + DB_NAME : String
{static} + liteOrm : LiteOrm
{static} + closeDb()
{static} + createDb()
{static} + deleteAll()
{static} + deleteWhere()
{static} + getLiteOrm()
{static} + getQueryAll()
{static} + getQueryByWhere()
{static} + getQueryByWhereLength()
{static} + insert()
{static} + insertAll()
{static} + update()
{static} + updateALL()
}
}
}
}
namespace com.example.keystone_try {
namespace step {
namespace utils {
class com.example.keystone_try.step.utils.SPHelper {
{static} + JSON_CACHE : String
{static} + clearPreference()
{static} + getBoolean()
{static} + getContent()
{static} + getFloat()
{static} + getInt()
{static} + getJSONCache()
{static} + getLong()
{static} + getString()
{static} + putBoolean()
{static} + putContent()
{static} + putFloat()
{static} + putInt()
{static} + putJSONCache()
{static} + putLong()
{static} + putString()
{static} + remove()
}
}
}
}
namespace com.example.keystone_try {
namespace step {
namespace utils {
class com.example.keystone_try.step.utils.StepCountModeDispatcher {
- context : Context
- hasSensor : boolean
+ StepCountModeDispatcher()
+ isSupportStepCountSensor()
{static} + isSupportStepCountSensor()
}
}
}
}
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
|
86d8a100c59d7c50f0ab97278c30884cb9befd01 | c614e7e3ac6c561b8fe26b6ee33fa8ab010fba87 | /src/com/stategy/stategy.puml | 26f58f73d913e72cdf7b2f269f6899bf04a55419 | [] | no_license | eirunye/StrategyPattern_Design | 56d27eb1adaa9427cc672b78ee5a26ffb89a7632 | 1f60a3da058a54f739658cfaaf79c6ff681649e1 | refs/heads/master | 2020-03-27T18:18:03.484936 | 2018-09-01T08:27:33 | 2018-09-01T08:27:33 | 146,912,756 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 845 | puml | @startuml
interface SubmissionBehavior{
commit()
}
abstract class Character{
SubmissionBehavior submissionBehavior
display()
completeCommit()
setSubmissionBehavior(SubmissionBehavior submissionBehavior)
}
class Coder{
Coder()
display()
}
class DevelopmentSupervisor{
Coder()
display()
}
class ProductManager{
Coder()
display()
}
class ReceptionSister{
Coder()
display()
}
class GitCommitBehavior{
commit()
}
class MailCommitBehavior{
commit()
}
class SVNCommitBehavior{
commit()
}
Character <|-- Coder : extends
Character <|-- DevelopmentSupervisor
Character <|-- ProductManager
Character <|-- ReceptionSister
SubmissionBehavior <|.. GitCommitBehavior : implements
SubmissionBehavior <|.. MailCommitBehavior
SubmissionBehavior <|.. SVNCommitBehavior
Character --> SubmissionBehavior : 行为/算法
@enduml |
59c1165bd13763c3a75447390269c867db2cef51 | c211337d51e433919be2fa87efa2ae57f6ca76c2 | /src/mei/designpattern/behavioral/templatemethod/structure/templatemethodstructure.puml | c7006d84f5d1e356bdd239d9508f427f0aced81d | [] | no_license | nyannko/coder-notes | 86ae29bfdffa79f681edea6a207ccbf2f35e5827 | 5789764bfc92379ca4fa9e2703db022fac8e463b | refs/heads/master | 2020-05-29T09:12:21.050431 | 2019-06-10T19:37:17 | 2019-06-10T19:37:17 | 189,054,041 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 284 | puml | @startuml
abstract class AbstractClass {
+{abstract}void primitiveOperation1()
+void primitiveOperation2()
+void primitiveOperation3()
+void templateMethod()
}
class ConcreteClass {
+void primitiveOperation1()
+void primitiveOperation3()
}
AbstractClass <|-- ConcreteClass
@enduml |
afcf228f6647897d9165909299c0eb3f03925992 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GraphQLPriceChangedError.puml | d84086b8a5bd9d1dfe0351dd9596f4f6fd02ce5e | [] | 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 | 481 | 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 GraphQLPriceChangedError [[GraphQLPriceChangedError.svg]] extends GraphQLErrorObject {
code: String
lineItems: [[String.svg List<String>]]
shipping: Boolean
}
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] {
code: String
}
@enduml
|
8283be8f7a17b5da4472116f422c69aae00e180d | 66189c5ec1fd3d87a5db4f281fb8eee547b62011 | /com/zx/observer/improve/observer.puml | d620b23a5d4338b5dfed52d2c5a53f38780e8754 | [] | no_license | Jcduhdt/DesignPattern | 27168347a85ab79a0976d2ef3ce6e8687bd01ddd | 501635e4eebba510ae3d1bb26ebfdaccf76beb8c | refs/heads/master | 2021-02-17T20:03:58.951599 | 2020-03-15T08:34:11 | 2020-03-15T08:34:11 | 245,124,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 391 | puml | @startuml
class Client
interface Subject{
registerObserver(o:Observer):void
remove(o:Observer):void
notifyObservers():void
}
interface Observer{
update():void
}
Client ..> Subject
Client ..> Observer
Subject ..> Observer
class WeatherDate{
observers:ArrayList
}
Subject <|.. WeatherDate
Observer --o WeatherDate
Observer <|-- CurrentCondition
Observer <|-- Baidu
Observer <|-- Sina
@enduml |
825ceb9934adc44f0359d496c7765fa5ee128beb | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Core/MORR/Data/Capture/CaptureException.puml | bb7dda96cde03e0b8dbf1c8e3b8783e2fc5700fa | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 330 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
class CaptureException {
+ <<create>> CaptureException()
+ <<create>> CaptureException(message: string)
+ <<create>> CaptureException(message: string, innerException: Exception)
}
!endsub
Exception <|-- CaptureException
@enduml
|
3ed398ae18928bded1909c20182a3d1de5ec3641 | 81c5638efb1ae2a317a7c9ab3505335ebecae35c | /Arduino/design/UML.plantuml | d6d08f0990981cb1dcfecc8a413190b9426e4da6 | [] | no_license | MatiasStorm/RobotCar | 2a0ccba56940296fbbec34e5209c79206762a712 | 3d7d63063c5b145d715bd4fe6b52172de520c144 | refs/heads/master | 2023-01-01T12:45:42.952361 | 2022-12-23T10:01:54 | 2022-12-23T10:01:54 | 257,029,777 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,515 | plantuml | @startuml Ultrasonic_Car_UML
skinparam ClassAttributeIconSize 0
class Car{
'Attributes
-int n1
-int n2
-int n3
-int n4
-int enableA
-int enableB
-Motor leftMotor
-Motor rightMotor
'Methods:
+Car(int n1, int n2, int enableA, int n3, int n4, int enableB)
+void reverse(int speed=255)
+void forward(int speed=255)
+void stop()
+void right(int speed=255)
+void left(int speed=255)
+void move(int motorASpeed, int motorBSpeed)
}
class Motor{
'attributes:
-int pin1
-int pin2
-int enablePin
'Methods:
+void stop()
+void forward(int speed)
+void reverse(int speed)
+Motor()
+void setPins(int pin1, int pin2, int enablePin)
}
interface RunnableCar{
}
class UltrasonicSensor{
}
class Menu{
' Methods
+displayMainMenu()
+selectOption()
+changeSelectedOption()
}
class SelfDrivingCar{
' Methods:
+run()
}
class BluetoothCar {
' Attributes:
-BluetoothSensor bluetoothSensor
' Methods
+run()
}
class TestCar {
' Method
+run()
}
class CarModeManager{
'Methods:
+changeCarMode(int mode)
}
class System {
+mainLoop()
}
' UML drawing:
Car --- SelfDrivingCar
Car --- BluetoothCar
Car --- TestCar
RunnableCar <|.up. SelfDrivingCar
RunnableCar <|.up. BluetoothCar
RunnableCar <|.up. TestCar
Car "1"-left-"2" Motor
SelfDrivingCar -- UltrasonicSensor
CarModeManager "1"*--"1..*" Car
System -right- CarModeManager
System -left- Menu
@enduml |
28a21bf732c6bbf97cff2bfb6def66537f68ecce | 49201c6059aff7268f202bb61942cc3eb7ba462b | /StickyClass.puml | 119c467967b260647f22c1501e02ebb7b72a5c32 | [] | no_license | OzBenDev/designs | fdc614d5ceff22e14600d1614c7b206aec375a70 | d22aa7238f080312bb9bded8ac77676cc5e630fd | refs/heads/master | 2023-08-07T14:00:41.829442 | 2021-09-14T13:14:47 | 2021-09-14T13:14:47 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,000 | puml | @startuml
interface Notifiable {
fun onNotify(notification: Notification, dispatcher: DispatchContinuation)
fun getNotifications()
}
class ChatElement
class SystemChatElement extends ChatElement
class NotifiableSystemElement #lightblue extends SystemChatElement implements Notifiable {
var notifications
override fun onNotify() { ... }
}
class RemovableSystemElement extends NotifiableSystemElement
interface StickyElement #lightblue {
fun getUpdateNotification() = Notifications.UpdateSticky
}
class StickySystemElement #lightblue extends RemovableSystemElement implements StickyElement {
override val isRemovable: Boolean = true
override fun notifications(): ArrayList<String> { return super.notifications().apply { add(getUpdateNotification()) }}
}
class ChatStatement
class SystemStatement extends ChatStatement
class NotifiableSystemStatement #lightblue extends SystemStatement
class RemovableSystemStatement extends NotifiableSystemStatement
@enduml |
a435373b7731bc2b937d339d4110b83d10422d54 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/volumediscountulist@0.3.0.puml | a102152c7a22f3d635995aa466f431ef7e95a7a9 | [
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 793 | puml | @startuml
class org.accordproject.volumediscountlist.RateRange {
+ Double volumeUpTo
+ Double volumeAbove
+ Double rate
}
class org.accordproject.volumediscountlist.VolumeDiscountContract << (A,green) >> {
+ RateRange[] rates
}
org.accordproject.volumediscountlist.VolumeDiscountContract --|> org.accordproject.cicero.contract.AccordContract
class org.accordproject.volumediscountlist.VolumeDiscountRequest << (T,yellow) >> {
+ Double netAnnualChargeVolume
}
org.accordproject.volumediscountlist.VolumeDiscountRequest --|> org.accordproject.base.Transaction
class org.accordproject.volumediscountlist.VolumeDiscountResponse << (T,yellow) >> {
+ Double discountRate
}
org.accordproject.volumediscountlist.VolumeDiscountResponse --|> org.accordproject.base.Transaction
@enduml
|
165863aa04256ec40576b8c043a56e49c25e1460 | 658effa425038c70a649dcc9008b63ccf5c4ad9d | /app/UML/DesignClassDiagram.puml | 5ffc89fc72b1e274a4fcb2b6ee0b39ab8fb1e527 | [] | no_license | sap0034/RecipeGuruCOMP3710 | 3dc7dda4b052ad99069664dadf02bff809914ad8 | e1c9301fcd306dfd0698b1478ba7b7e69d75beb4 | refs/heads/master | 2020-03-15T08:49:26.714199 | 2018-05-04T13:03:34 | 2018-05-04T13:03:34 | 131,772,515 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,478 | puml | @startuml
class Recipe {
+recipeID : int
+recipeName : string
+servings : int
+prepTime : time
+cookTime : time
+totalTime : time
+isFavorite : boolean
{method} createRecipe()
{method} editRecipe()
{method} deleteRecipe()
{method} saveRecipe()
}
class Account{
+AccountID : int
+FirstName : string
+LastName : string
+EmailAddressUsername : string
+password : string
+AccountCreatedDatetime : datetime
+isArchived : boolean
{method} createAccount()
{method} deleteAccount()
{method} editAccount()
{method} forgotPassword()
}
class RecipeImage {
+RecipeImageID : int
+RecipeImagePath : int
+isArchived : boolean
{method} AddPhoto()
{method} DeletePhoto()
}
class Ingredient{
+IngredientID : int
+IngredientText : string
+IngredientAmount : int
+isArchived : boolean
{method} AddIngredient()
{method} EditIngredient()
{method} DeleteIngredient()
}
class Measurement {
+MeasurementID : int
+MeasurementText : string
{method} getMeasurement()
}
class Instructions {
{method} getSteps()
}
class Step{
+StepID : int
+InstructionStepText : string
+StepNumberOrder : int
+isArchived : boolean
{method} AddStep()
{method} EditStep()
{method} RemoveStep()
}
Recipe "1" *-down- "*" Ingredient
Recipe "1" *-down- "1" Instructions
Recipe "0..*" -left- "1" Account
Recipe "1" o-right- "1" RecipeImage
Ingredient "1" *-down- "1" Measurement
Instructions "1" *-down- "*" Step
@enduml |
432e3984449b4beee3f21bd0dab33b8b00c30c4b | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/serviceability/offeringQualification/media/key_entities_seller.puml | b31a02b9b7faccb179a0184db7638cacb1f99275 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 3,304 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class ProductOfferingQualification {
effectiveQualificationDate: date-time
expectedPOQCompletionDate: date-time
href: string
id*: string
state*: MEFPOQTaskStateType
stateChange: MEFPOQStateChange[]
}
ProductOfferingQualification --|> ProductOfferingQualification_Common
ProductOfferingQualification *->"1..*" ProductOfferingQualificationItem : productOfferingQualificationItem
class ProductOfferingQualificationItem {
guaranteedUntilDate: date-time
installationInterval: Duration
serviceabilityConfidenceReason: string
serviceabilityConfidence: MEFServiceabilityColor
state*: MEFPOQItemTaskStateType
stateChange: MEFPOQItemStateChange[]
terminationError: TerminationError[]
}
ProductOfferingQualificationItem --|> ProductOfferingQualificationItem_Common
ProductOfferingQualificationItem *-->"*" AlternateProductOfferingProposal : alternateProductOfferingProposal
class AlternateProductOfferingProposal {
id*: string
installationInterval: Duration
}
AlternateProductOfferingProposal *-->"1" MEFAlternateProduct : alternateProduct
class MEFProductConfiguration {
@type*: string
}
class MEFAlternateProduct {
}
MEFAlternateProduct *-->"1" MEFProductConfiguration : productConfiguration
MEFAlternateProduct *--> ProductSpecificationRef : productSpecification
MEFAlternateProduct *-->"1" ProductOfferingRef : productOffering
class MEFProductRefOrValue {
id: string
href: string
}
MEFProductRefOrValue *-->"*" RelatedPlaceRefOrValue : place
MEFProductRefOrValue *--> MEFProductConfiguration : productConfiguration
MEFProductRefOrValue *-->"*" ProductRelationshipWithGrouping : productRelationship
MEFProductRefOrValue *--> ProductSpecificationRef : productSpecification
MEFProductRefOrValue *--> ProductOfferingRef : productOffering
class ProductSpecificationRef {
href: string
id*: string
}
class ProductOfferingRef {
href: string
id*: string
}
class ProductOfferingQualificationItem_Common {
action*: ProductActionType
id*: string
}
ProductOfferingQualificationItem_Common *-->"1" MEFProductRefOrValue : product
ProductOfferingQualificationItem_Common *->"*" QualificationItemRelationship : qualificationItemRelationship
ProductOfferingQualificationItem_Common *-->"*" RelatedContactInformation : relatedContactInformation
class QualificationItemRelationship {
id*: string
relationshipType*: string
}
class ProductOfferingQualification_Common {
externalId:string
instantSyncQualification: boolean
projectId: string
provideAlternative: boolean
requestedPOQCompletionDate: date-time
}
ProductOfferingQualification_Common *-->"1..*" RelatedContactInformation : relatedContactInformation
class ProductRelationshipWithGrouping {
href: string
id*: string
groupingKey: string
relationshipType*: string
}
class RelatedContactInformation {
emailAddress*: string
name*: string
number*: string
numberExtension: string
organization: string
postalAddress: FieldedAddress
role*: string
}
class RelatedPlaceRefOrValue {
@schemaLocation: uri
@type*: string
role*: string
}
@enduml
|
508ddc5ca9f50b6e3e8035ca4afc0d8b917b76b8 | 389f997f56ce066a9852495445a62876b9abc59e | /documentation/architecture/diagrams/entities.puml | cb95a0468320d783ea27734fd754f21f8d728e5d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ecafkoob/ockam | c18f3da902eeeb476e31818e83947eee33985c38 | 3f00e48838b08a5fb509fa498d55f8b1dfb17243 | refs/heads/main | 2023-08-17T11:04:13.828077 | 2021-09-03T16:35:10 | 2021-09-03T16:44:31 | 404,021,782 | 1 | 0 | Apache-2.0 | 2021-09-07T15:03:36 | 2021-09-07T15:03:36 | null | UTF-8 | PlantUML | false | false | 548 | puml | @startuml ockam
scale 2.0
class ProfileState {
vault: Vault
key: KeyAttributes
contacts: Contacts
}
class User
class Profile
class Entity
class EntityWorker
interface Identity
EntityWorker --> ProfileState : delegates
Entity --> EntityWorker : delegates
Profile --> Entity : delegates
Entity --> Profile : creates
EntityWorker --> ProfileState : creates
Identity --> Entity : implemented_by
Identity --> Profile : implemented_by
Identity --> ProfileState : implemented_by
User --> Identity : uses
User --> Entity : creates
@enduml
|
ca0de9068a38a14f2a517d6bdfb8689e4e43c83e | 2403afd9ecd1ce2c07e906574bcfb7a1cf7a1a1b | /src/main/java/com/hcf/head/first/design/pattern/chapter03/chapter03.puml | 26fb4ea355c6b6545b9414cc5c29cbcfb47dc0ea | [] | no_license | GCMH/design-pattern | 9f211746d653f2d930854d250df1f362c66df923 | 0dd9b086917729dd78352cd87bd9bf4ff798dc5b | refs/heads/master | 2022-12-30T09:05:12.255011 | 2020-10-23T13:05:33 | 2020-10-23T13:05:33 | 294,738,250 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,230 | puml | @startuml
class Beverage{
-String description
+void getDescription()
+void cost()
}
package 被装饰者 <<Rectangle>>{
class HouseBlend{
+void cost()
}
class DarkRoast{
+void cost()
}
class Espresso{
+void cost()
}
class Decaf{
+void cost()
}
}
Beverage <|-- HouseBlend
Beverage <|-- DarkRoast
Beverage <|-- Espresso
Beverage <|-- Decaf
class CondimentDecorator{
+void getDescription()
}
note left of CondimentDecorator : 装饰者共同父级
Beverage <|-- CondimentDecorator
package 装饰者 <<Rectangle>> {
class Milk{
-Beverage beverage
+void cost()
+void getDescription()
}
class Whip{
-Beverage beverage
+void cost()
+void getDescription()
}
class Mocha{
-Beverage beverage
+void cost()
+void getDescription()
}
class Soy{
-Beverage beverage
+void cost()
+void getDescription()
}
}
CondimentDecorator <|-- Milk
CondimentDecorator <|-- Whip
CondimentDecorator <|-- Mocha
CondimentDecorator <|-- Soy
note right of 装饰者 : 装饰者持有Beverage可对被装饰者进行层层包装
@enduml |
e488ffe7e7bbf0aecded686ea4351c58507796b1 | 98d354b02719933a104aa96a689fa0963a2218d1 | /doc/uml/class_diagrams/fragments/exchange.plantuml | 8e13c37a283dc13777faf885325a5d5b017a5159 | [
"Apache-2.0"
] | permissive | cmput301w19t02/Alexandria | fbbc1cf26ad3a18d7a5baecc582418d49bf83546 | 1e66077a3661ef6f8c72d414117b5512c59f9d8a | refs/heads/master | 2023-01-28T11:39:01.320635 | 2019-04-01T21:57:49 | 2019-04-01T21:57:49 | 169,452,637 | 2 | 6 | Apache-2.0 | 2023-01-09T11:35:24 | 2019-02-06T18:12:07 | Java | UTF-8 | PlantUML | false | false | 4,786 | plantuml | @startuml
title __EXCHANGE FRAGMENT's Class Diagram__\n
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.adapter {
class TabsAdapter {
- mFragmentList : List<Fragment>
- mFragmentTitleList : List<String>
+ TabsAdapter()
+ addFragment()
+ getPageTitle()
+ getItem()
+ getCount()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.adapter {
class BookDataAdapter {
- myBorrowedBookList : List<BookListItem>
- myOwnedBookList : List<BookListItem>
{static} - instance : BookDataAdapter
{static} + getInstance()
- BookDataAdapter()
+ getMyBorrowedBooksList()
+ getMyOwnedBooksList()
- fetchMyBorrowedBooksList()
- fetchMyOwnedBooksList()
- userBooksToBookList()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.adapter {
class BookRecyclerViewAdapter {
- mContext : Context
- mBookListItem : List<BookListItem>
- destination : String
+ BookRecyclerViewAdapter()
+ onCreateViewHolder()
+ onBindViewHolder()
+ getItemCount()
- dataBundler()
+ setmBookListItem()
- setDestination()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.activity {
class MainActivity {
- fetching : boolean
- bookDataObserver : Observer
- bookDataAdapter : BookDataAdapter
# onCreate()
# onDestroy()
# onStart()
- loadFragment()
+ onNavigationItemSelected()
# onResume()
+ onProfileButtonClick()
+ isFetching()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.exchange {
class AcceptedFragment {
- bookListings : List<BookListItem>
- mainActivity : MainActivity
- bookAdapter : BookRecyclerViewAdapter
- view : View
+ onCreateView()
+ onViewCreated()
+ onAttach()
+ onResume()
+ update()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.exchange {
class BorrowedFragment {
- bookListings : List<BookListItem>
- mainActivity : MainActivity
- bookAdapter : BookRecyclerViewAdapter
- view : View
+ onCreateView()
+ onViewCreated()
+ onAttach()
+ onResume()
+ update()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.exchange {
class ExchangeFragment {
+ onCreateView()
- setupViewPager()
+ onClick()
+ onResume()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.exchange {
class RequestedFragment {
- bookListings : List<BookListItem>
- mainActivity : MainActivity
- bookAdapter : BookRecyclerViewAdapter
- view : View
+ onCreateView()
+ onViewCreated()
+ onAttach()
+ onResume()
+ update()
}
}
}
}
note bottom of BookDataAdapter
Observer Pattern
end note
AcceptedFragment -up-|> Observer
AcceptedFragment -up-|> Fragment
AcceptedFragment o-- "1" BookRecyclerViewAdapter
AcceptedFragment o-- "1" MainActivity
BorrowedFragment -up-|> Observer
BorrowedFragment -up-|> Fragment
BorrowedFragment o-- "1" BookRecyclerViewAdapter
BorrowedFragment o-- "1" MainActivity
ExchangeFragment -up-|> OnClickListener
ExchangeFragment -up-|> Fragment
ExchangeFragment "1" -- "1" AcceptedFragment : creates >
ExchangeFragment "1" -- "1" BorrowedFragment : creates >
ExchangeFragment "1" -- "1" RequestedFragment : creates >
ExchangeFragment "1" -- "1" TabsAdapter : creates >
RequestedFragment -up-|> Observer
RequestedFragment -up-|> Fragment
RequestedFragment o-- "1" BookRecyclerViewAdapter
RequestedFragment o-- "1" MainActivity
BookDataAdapter o-up- "1" AcceptedFragment
BookDataAdapter o-up- "1" BorrowedFragment
BookDataAdapter o-up- "1" RequestedFragment
BookDataAdapter -up-|> Observable
right footer
PlantUML diagram partly generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
0287332a7f2b2d7e79929f5187a77ba43db04c14 | 308a91e1f562316979c9c9b6f7657ba715c3d2ef | /refactor/api/macdeau/macdeau.plantuml | 1feff5ae463de7e95f9b2a51f5c98ee5c940ce01 | [] | 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 | 1,279 | plantuml | @startuml
title __MACDEAU's Class Diagram__\n
namespace td1.refactor.api {
namespace macdeau {
class td1.refactor.api.macdeau.MacDeauBuilder {
~ meat : Meat
~ name : String
~ products : List<FoodProduct>
~ size : Size
+ cook()
+ items()
+ name()
+ with_cheese()
+ with_onions()
+ with_sauce()
+ with_tomato()
~ MacDeauBuilder()
}
}
}
namespace td1.refactor.api {
namespace macdeau {
class td1.refactor.api.macdeau.MacDeauBurger {
~ MacDeauBurger()
}
}
}
namespace td1.refactor.api {
namespace macdeau {
class td1.refactor.api.macdeau.MacDeauRestaurant {
{static} - instance : MacDeauRestaurant
+ order_menu()
+ order_personal()
{static} + queue()
- MacDeauRestaurant()
}
}
}
td1.refactor.api.macdeau.MacDeauBuilder .up.|> Burger.BurgerBuilder
td1.refactor.api.macdeau.MacDeauRestaurant .up.|> BurgerRestaurant
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
|
65855f68f1383aa34e9cc0bdbde9bf27e44e3060 | 95db096f36828b7124792f7ce52368a58783e9e9 | /docs/javadocs/soen6441riskgame/package-summary.puml | 429dbae1489cd4df60a47fed54dcb5a82b4134c0 | [] | 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 | 10,386 | puml | @startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
package soen6441riskgame [[../soen6441riskgame/package-summary.html{soen6441riskgame}]] #lightyellow {
}
class "<b><size:14>App</b>" as soen6441riskgame.App [[../soen6441riskgame/App.html{soen6441riskgame.App}]] {
}
hide soen6441riskgame.App fields
hide soen6441riskgame.App methods
package soen6441riskgame.controllers [[../soen6441riskgame/controllers/package-summary.html{soen6441riskgame.controllers}]] {
}
class "<b><size:14>GameController</b>" as soen6441riskgame.controllers.GameController [[../soen6441riskgame/controllers/GameController.html{soen6441riskgame.controllers.GameController}]] {
}
hide soen6441riskgame.controllers.GameController fields
hide soen6441riskgame.controllers.GameController methods
class "<b><size:14>MapController</b>" as soen6441riskgame.controllers.MapController [[../soen6441riskgame/controllers/MapController.html{soen6441riskgame.controllers.MapController}]] {
}
hide soen6441riskgame.controllers.MapController fields
hide soen6441riskgame.controllers.MapController methods
class "<b><size:14>SaveLoadController</b>" as soen6441riskgame.controllers.SaveLoadController [[../soen6441riskgame/controllers/SaveLoadController.html{soen6441riskgame.controllers.SaveLoadController}]] {
}
hide soen6441riskgame.controllers.SaveLoadController fields
hide soen6441riskgame.controllers.SaveLoadController methods
class "<b><size:14>TournamentController</b>" as soen6441riskgame.controllers.TournamentController [[../soen6441riskgame/controllers/TournamentController.html{soen6441riskgame.controllers.TournamentController}]] {
}
hide soen6441riskgame.controllers.TournamentController fields
hide soen6441riskgame.controllers.TournamentController methods
package soen6441riskgame.enums [[../soen6441riskgame/enums/package-summary.html{soen6441riskgame.enums}]] {
}
enum "<b><size:14>CardType</b>" as soen6441riskgame.enums.CardType [[../soen6441riskgame/enums/CardType.html{soen6441riskgame.enums.CardType}]] {
}
hide soen6441riskgame.enums.CardType fields
hide soen6441riskgame.enums.CardType methods
enum "<b><size:14>ChangedProperty</b>" as soen6441riskgame.enums.ChangedProperty [[../soen6441riskgame/enums/ChangedProperty.html{soen6441riskgame.enums.ChangedProperty}]] {
}
hide soen6441riskgame.enums.ChangedProperty fields
hide soen6441riskgame.enums.ChangedProperty methods
enum "<b><size:14>CommonCommandArgs</b>" as soen6441riskgame.enums.CommonCommandArgs [[../soen6441riskgame/enums/CommonCommandArgs.html{soen6441riskgame.enums.CommonCommandArgs}]] {
}
hide soen6441riskgame.enums.CommonCommandArgs fields
hide soen6441riskgame.enums.CommonCommandArgs methods
enum "<b><size:14>ConquestMapPart</b>" as soen6441riskgame.enums.ConquestMapPart [[../soen6441riskgame/enums/ConquestMapPart.html{soen6441riskgame.enums.ConquestMapPart}]] {
}
hide soen6441riskgame.enums.ConquestMapPart fields
hide soen6441riskgame.enums.ConquestMapPart methods
enum "<b><size:14>DominationMapPart</b>" as soen6441riskgame.enums.DominationMapPart [[../soen6441riskgame/enums/DominationMapPart.html{soen6441riskgame.enums.DominationMapPart}]] {
}
hide soen6441riskgame.enums.DominationMapPart fields
hide soen6441riskgame.enums.DominationMapPart methods
enum "<b><size:14>GamePhase</b>" as soen6441riskgame.enums.GamePhase [[../soen6441riskgame/enums/GamePhase.html{soen6441riskgame.enums.GamePhase}]] {
}
hide soen6441riskgame.enums.GamePhase fields
hide soen6441riskgame.enums.GamePhase methods
enum "<b><size:14>StrategyName</b>" as soen6441riskgame.enums.StrategyName [[../soen6441riskgame/enums/StrategyName.html{soen6441riskgame.enums.StrategyName}]] {
}
hide soen6441riskgame.enums.StrategyName fields
hide soen6441riskgame.enums.StrategyName methods
package soen6441riskgame.models [[../soen6441riskgame/models/package-summary.html{soen6441riskgame.models}]] {
}
class "<b><size:14>Boundary</b>" as soen6441riskgame.models.Boundary [[../soen6441riskgame/models/Boundary.html{soen6441riskgame.models.Boundary}]] {
}
hide soen6441riskgame.models.Boundary fields
hide soen6441riskgame.models.Boundary methods
class "<b><size:14>Card</b>" as soen6441riskgame.models.Card [[../soen6441riskgame/models/Card.html{soen6441riskgame.models.Card}]] {
}
hide soen6441riskgame.models.Card fields
hide soen6441riskgame.models.Card methods
class "<b><size:14>CardSet</b>" as soen6441riskgame.models.CardSet [[../soen6441riskgame/models/CardSet.html{soen6441riskgame.models.CardSet}]] {
}
hide soen6441riskgame.models.CardSet fields
hide soen6441riskgame.models.CardSet methods
class "<b><size:14>Continent</b>" as soen6441riskgame.models.Continent [[../soen6441riskgame/models/Continent.html{soen6441riskgame.models.Continent}]] {
}
hide soen6441riskgame.models.Continent fields
hide soen6441riskgame.models.Continent methods
class "<b><size:14>Coordinate</b>" as soen6441riskgame.models.Coordinate [[../soen6441riskgame/models/Coordinate.html{soen6441riskgame.models.Coordinate}]] {
}
hide soen6441riskgame.models.Coordinate fields
hide soen6441riskgame.models.Coordinate methods
class "<b><size:14>Country</b>" as soen6441riskgame.models.Country [[../soen6441riskgame/models/Country.html{soen6441riskgame.models.Country}]] {
}
hide soen6441riskgame.models.Country fields
hide soen6441riskgame.models.Country methods
class "<b><size:14>ModelCommands</b>" as soen6441riskgame.models.ModelCommands [[../soen6441riskgame/models/ModelCommands.html{soen6441riskgame.models.ModelCommands}]] {
}
hide soen6441riskgame.models.ModelCommands fields
hide soen6441riskgame.models.ModelCommands methods
class "<b><size:14>ModelCommandsPair</b>" as soen6441riskgame.models.ModelCommandsPair [[../soen6441riskgame/models/ModelCommandsPair.html{soen6441riskgame.models.ModelCommandsPair}]] {
}
hide soen6441riskgame.models.ModelCommandsPair fields
hide soen6441riskgame.models.ModelCommandsPair methods
class "<b><size:14>Player</b>" as soen6441riskgame.models.Player [[../soen6441riskgame/models/Player.html{soen6441riskgame.models.Player}]] {
}
hide soen6441riskgame.models.Player fields
hide soen6441riskgame.models.Player methods
interface "<b><size:14>Viewable</b>" as soen6441riskgame.models.Viewable [[../soen6441riskgame/models/Viewable.html{soen6441riskgame.models.Viewable}]] {
}
hide soen6441riskgame.models.Viewable fields
hide soen6441riskgame.models.Viewable methods
package soen6441riskgame.singleton [[../soen6441riskgame/singleton/package-summary.html{soen6441riskgame.singleton}]] {
}
class "<b><size:14>GameBoard</b>" as soen6441riskgame.singleton.GameBoard [[../soen6441riskgame/singleton/GameBoard.html{soen6441riskgame.singleton.GameBoard}]] {
}
hide soen6441riskgame.singleton.GameBoard fields
hide soen6441riskgame.singleton.GameBoard methods
class "<b><size:14>GameBoardMap</b>" as soen6441riskgame.singleton.GameBoardMap [[../soen6441riskgame/singleton/GameBoardMap.html{soen6441riskgame.singleton.GameBoardMap}]] {
}
hide soen6441riskgame.singleton.GameBoardMap fields
hide soen6441riskgame.singleton.GameBoardMap methods
class "<b><size:14>GameBoardPlayer</b>" as soen6441riskgame.singleton.GameBoardPlayer [[../soen6441riskgame/singleton/GameBoardPlayer.html{soen6441riskgame.singleton.GameBoardPlayer}]] {
}
hide soen6441riskgame.singleton.GameBoardPlayer fields
hide soen6441riskgame.singleton.GameBoardPlayer methods
class "<b><size:14>GameBoardPlaying</b>" as soen6441riskgame.singleton.GameBoardPlaying [[../soen6441riskgame/singleton/GameBoardPlaying.html{soen6441riskgame.singleton.GameBoardPlaying}]] {
}
hide soen6441riskgame.singleton.GameBoardPlaying fields
hide soen6441riskgame.singleton.GameBoardPlaying methods
interface "<b><size:14>Resettable</b>" as soen6441riskgame.singleton.Resettable [[../soen6441riskgame/singleton/Resettable.html{soen6441riskgame.singleton.Resettable}]] {
}
hide soen6441riskgame.singleton.Resettable fields
hide soen6441riskgame.singleton.Resettable methods
package soen6441riskgame.utils [[../soen6441riskgame/utils/package-summary.html{soen6441riskgame.utils}]] {
}
class "<b><size:14>ConsolePrinter</b>" as soen6441riskgame.utils.ConsolePrinter [[../soen6441riskgame/utils/ConsolePrinter.html{soen6441riskgame.utils.ConsolePrinter}]] {
}
hide soen6441riskgame.utils.ConsolePrinter fields
hide soen6441riskgame.utils.ConsolePrinter methods
class "<b><size:14>GameHelper</b>" as soen6441riskgame.utils.GameHelper [[../soen6441riskgame/utils/GameHelper.html{soen6441riskgame.utils.GameHelper}]] {
}
hide soen6441riskgame.utils.GameHelper fields
hide soen6441riskgame.utils.GameHelper methods
class "<b><size:14>GraphChecker</b>" as soen6441riskgame.utils.GraphChecker [[../soen6441riskgame/utils/GraphChecker.html{soen6441riskgame.utils.GraphChecker}]] {
}
hide soen6441riskgame.utils.GraphChecker fields
hide soen6441riskgame.utils.GraphChecker methods
class "<b><size:14>Parser</b>" as soen6441riskgame.utils.Parser [[../soen6441riskgame/utils/Parser.html{soen6441riskgame.utils.Parser}]] {
}
hide soen6441riskgame.utils.Parser fields
hide soen6441riskgame.utils.Parser methods
package soen6441riskgame.views [[../soen6441riskgame/views/package-summary.html{soen6441riskgame.views}]] {
}
class "<b><size:14>ExchangeCardView</b>" as soen6441riskgame.views.ExchangeCardView [[../soen6441riskgame/views/ExchangeCardView.html{soen6441riskgame.views.ExchangeCardView}]] {
}
hide soen6441riskgame.views.ExchangeCardView fields
hide soen6441riskgame.views.ExchangeCardView methods
class "<b><size:14>PhaseView</b>" as soen6441riskgame.views.PhaseView [[../soen6441riskgame/views/PhaseView.html{soen6441riskgame.views.PhaseView}]] {
}
hide soen6441riskgame.views.PhaseView fields
hide soen6441riskgame.views.PhaseView methods
class "<b><size:14>PlayersWorldDominationView</b>" as soen6441riskgame.views.PlayersWorldDominationView [[../soen6441riskgame/views/PlayersWorldDominationView.html{soen6441riskgame.views.PlayersWorldDominationView}]] {
}
hide soen6441riskgame.views.PlayersWorldDominationView fields
hide soen6441riskgame.views.PlayersWorldDominationView methods
class "<b><size:14>SeparatedView</b>" as soen6441riskgame.views.SeparatedView [[../soen6441riskgame/views/SeparatedView.html{soen6441riskgame.views.SeparatedView}]] {
}
hide soen6441riskgame.views.SeparatedView fields
hide soen6441riskgame.views.SeparatedView methods
@enduml
|
30e1b9c17982f72df7ae2dfd570ed45b29ec955d | 367c0d9509c7550c23a2bb5982489301e3fd60d3 | /src/strategy/TemplateMethod.puml | 41b86afbdbcd12ccb931889092941c2a91f65fdb | [] | no_license | t00178633/SoftwareDesignPatternsCA | e26970e20a513d3c210cf4766166738d1b1d6938 | 4ecb1822b0e43a6f09de88b1fc3b718ef31bfd44 | refs/heads/master | 2020-03-29T14:19:22.033020 | 2018-10-03T14:51:27 | 2018-10-03T14:51:27 | 150,010,715 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 507 | puml | @startuml
abstract class Vehicle {
ForSaleBehaviour forsale
setDriveability()
setForSale()
driveable: Driveable
isForSale()
mileage()
bodyType()
}
class SaloonVehicle {
bodyType()
setDriveability()
mileage()
}
class Hatchback {
bodyType()
setDriveability()
mileage()
}
class WriteOff {
bodyType()
setDriveability()
mileage()
}
class VintageVehicle {
bodyType()
setDriveability()
mileage()
}
Vehicle <|-- SaloonVehicle
Vehicle <|-- VintageVehicle
Vehicle <|-- Hatchback
Vehicle <|-- WriteOff
@enduml |
fd1c14400f77f0b56cb3f6dadc200f768a7bfbcc | 088856ec5790009dd9f9d3498a56fe679cfab2e8 | /src/puml/5/ucmitz/svg/class/bc-custom-content/manage_custom_entries.puml | 894db5df8a01dce8b207ef6d73ae7862b07dd602 | [] | no_license | baserproject/baserproject.github.io | 21f244348890652286969afa1fde27c5c4d9e4ad | 8d61cf720f833854e1a3c97136e22e75baea7bb0 | refs/heads/master | 2023-08-09T03:21:53.341423 | 2023-07-27T07:28:50 | 2023-07-27T07:28:50 | 228,826,353 | 0 | 12 | null | 2023-08-17T02:31:05 | 2019-12-18T11:31:51 | HTML | UTF-8 | PlantUML | false | false | 1,685 | puml | @startuml
skinparam handwritten true
skinparam backgroundColor white
hide circle
skinparam classAttributeIconSize 0
title カスタムエントリー管理
class Admin\CustomEntriesController {
+ 一覧を表示:index()
+ 新規追加:add()
+ 編集:edit()
+ 削除:delete()
+ 複製:copy()
+ 公開状態に設定:publish()
+ 非公開状態に設定:unpublish()
}
class CustomEntriesService {
+ CustomEntriesTable
}
class CustomEntriesServiceInterface {
+ 初期データ取得:getNew()
+ 作成:create()
+ 編集:update()
+ 削除:delete()
+ 単一データ取得:get()
+ 一覧データ取得:getIndex()
+ コピー:copy()
+ 公開状態かどうか確認:allowPublish()
+ 一括処理:batch()
+ 公開状態に設定:publish()
+ 非公開状態に設定:unpublish()
+ 複数のIDよりタイトルのリストを取得:getTitlesById()
+ コントロールソース取得:getControlSource()
+ ファイルアップロード設定:setupUpload()
}
class CustomEntriesTable {
}
class CustomEntry {
+ カスタムテーブルID:custom_content_id
+ NO:no
+ スラッグ:name
+ タイトル:title
+ 作成者ID:author_id
+ 公開状態:publish
+ 投稿日:posted
+ 公開開始日:publish_begin
+ 公開終了日:publish_end
+ サイト内検索より除外:exclude_search
+ アイキャッチ:eye_catch
}
Admin\CustomEntriesController -down[#Black]-> CustomEntriesService
CustomEntriesService -down[#Black]-> CustomEntriesTable
CustomEntriesService -left[dotted,#Black]-|> CustomEntriesServiceInterface
CustomEntriesTable -down[#Black]-> CustomEntry
@enduml
|
48da0d9bd1b3aeb84d327502a0f745cfca94d7f5 | ddd9fceda7accb11f6e5c8f3614ee9b5a717d8e8 | /node/lib/cluster.puml | 67bd71ce15a21c451144e13ee01d9c789a7a06e5 | [] | no_license | Ayase-252/note-figures | e2cf7578aa9363346ac0c97bac38dc88e2afd6c8 | 259f9b7eb718359e7c63f9c5da97b1e6e098b3c2 | refs/heads/master | 2023-04-14T13:19:23.107968 | 2021-05-01T11:26:13 | 2021-05-01T11:26:13 | 337,063,921 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 297 | puml | @startuml cluster
namespace lib {
namespace cluster {
class Cluster <<module>>{
{static} isMaster
{static} isPrimary
{static} _getServer(server, serverQuery, callback)
}
note left of Cluster::isPrimary
aliase of Cluster.isMaster
end note
}
}
@enduml
|
53e2c46ae4016fa9339ad2239665a5d1896eb30b | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/PickerUtils.puml | 0acba37d88ba83bdaf8dc4facdf78ae8070e1987 | [] | 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 | 364 | puml | @startuml
class PickerUtils <<static>> {
+ {static} DoPick(state:WindowState, mousePosition:Vector2) : void
+ {static} PickedLayerableOfType() : T
+ {static} PickedInlineCurveResizer() : InlineCurveResizeHandle
+ {static} PickedTrackBaseGUI() : TimelineTrackBaseGUI
}
class "List`1"<T> {
}
PickerUtils --> "pickedElements<object>" "List`1"
@enduml
|
774d6bc45ef33eb80e25dff69d8b7f936e6bb259 | d55544391a239166726a71e2495a7c2b54f947eb | /mybatis-core/src/main/resources/diagrams/classes/ParameterHandlerFamily.puml | 4d6345f84f08d43e753a0cd668232ab18e8424db | [] | no_license | kxumiaoing/mybatis-3.5.2-src | a5cb657372464022655004c6308031107d3bef23 | 12be9d9bf38f837380dd4bb31d452b8567a97fc8 | refs/heads/master | 2023-04-04T01:56:57.414953 | 2021-04-07T08:26:51 | 2021-04-07T08:28:25 | 316,460,366 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 711 | puml | @startuml
interface ParameterHandler {
..获取入参..
+ {abstract} Object getParameterObject()
..为Statement对象设置参数..
+ {abstract} void setParameters(PreparedStatement ps)
}
note top of ParameterHandler
为Statement对象设置参数
end note
class DefaultParameterHandler implements ParameterHandler {
- <b>TypeHandlerRegistry</b> <i>typeHandlerRegistry</i>
- <b>MappedStatement</b> <i>mappedStatement</i>
- <b>Object</b> <i>parameterObject</i>
- <b>BoundSql</b> <i>boundSql</i>
- <b>Configuration</b> <i>configuration</i>
}
note bottom of DefaultParameterHandler
从入参中获取属性值,并且使用TypeHandler设置参数
end note
@enduml |
8562e9e191c8fa2d260dd7b0f5dcce0e738ae2d1 | 3321dc0f5ac056c9d198fb297599dba4b6bcad07 | /Lab08/src/edu/parinya/softarchdesign/structural/HealthcareWorker.puml | 92e34dc62b66979f585bd2acd74876ca3ae711a7 | [] | no_license | arbruzaz/LabSoftwareArchitecure | 9ae8fb18547bb68f1a32cb48eedf0288cb1cd4ff | f3429ee55cc29ae5fd80fd182692c136766d3268 | refs/heads/main | 2023-09-03T16:19:27.366797 | 2021-11-08T16:11:03 | 2021-11-08T16:11:03 | 413,483,319 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,731 | puml | @startuml
'https://plantuml.com/class-diagram
'class Main
interface HealthcareServiceable {
+ service() : void
+ getPrice() : double
}
abstract HealthcareWorker {
- name : String
- price : double
+ HealthcareWorker(name : String, price : double)
+ {abstract} service() : void
+ getPrice() : double
}
class HealthcareWorkerTeam {
- members : Set<HealthcareServiceable>
+ addMember() : void
+ removeMember() : void
+ service() : void
+ getPrice() : double
}
class Nurse {
+ Nurse(name : String, price : double)
+ service() : void
}
class Surgeon {
+ Surgeon(name : String, price : double)
+ service() : void
}
class Anesthesiologist {
+ Anesthesiologist(name : String, price : double)
+ service() : void
}
class Cardiologist {
+ Cardiologist(name : String, price : double)
+ service() : void
}
abstract HealthcareWorkerDecorator {
# worker : HealthcareServiceable
+ service() : void
+ getPrice() : double
}
class TimeLoggingHealthcareWorker {
+ service() : void
}
class TaxPayingHealthcareWorker {
+ getPrice() : double
}
'Main -l-> HealthcareServiceable
HealthcareServiceable ^.d. HealthcareWorker
HealthcareServiceable ^.u. HealthcareWorkerTeam
HealthcareServiceable <-u-o HealthcareWorkerTeam
HealthcareWorker ^-d- Anesthesiologist
HealthcareWorker ^-d- Cardiologist
HealthcareWorker ^-l- Nurse
HealthcareWorker ^-r- Surgeon
HealthcareWorker ^-u- HealthcareWorkerDecorator
HealthcareWorker <-u-o HealthcareWorkerDecorator
HealthcareWorkerDecorator ^-u- TimeLoggingHealthcareWorker
HealthcareWorkerDecorator ^-u- TaxPayingHealthcareWorker
hide empty members
@enduml |
03204a3e38ec096d54c635d720ce354fd8b8cd45 | d68b1330ef8ce59c635f4692417a9192d5206942 | /core/src/no/ntnu/idi/apollo69/uml/generated/dependencies/components_dependencies.plantuml | dfe7e8c1c2e24f288b26395bf096b100984bae59 | [
"MIT"
] | permissive | GardSteinsvik/apollo-69 | 847f74b762383641db20214ff7b5281c9d63f130 | 96cbf617618075a54613112bc8c0b34215fd50f7 | refs/heads/master | 2021-02-12T20:21:06.214711 | 2020-04-27T16:02:37 | 2020-04-27T16:02:37 | 244,626,902 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,912 | plantuml | @startuml
title __COMPONENTS's Class Diagram__\n
class no.ntnu.idi.apollo69.game_engine.components.BoosterComponent {
{static} + MAPPER : ComponentMapper<BoosterComponent>
+ boost : float
+ defaultValue : float
}
class no.ntnu.idi.apollo69.game_engine.components.BoundingCircleComponent {
{static} + MAPPER : ComponentMapper<BoundingCircleComponent>
+ circle : Circle
}
class no.ntnu.idi.apollo69.game_engine.components.PlayableComponent {
{static} + MAPPER : ComponentMapper<PlayableComponent>
}
class no.ntnu.idi.apollo69.game_engine.components.PositionComponent {
{static} + MAPPER : ComponentMapper<PositionComponent>
+ position : Vector2
}
class no.ntnu.idi.apollo69.game_engine.components.RotationComponent {
{static} + MAPPER : ComponentMapper<RotationComponent>
+ degrees : float
}
class no.ntnu.idi.apollo69.game_engine.components.VelocityComponent {
{static} + MAPPER : ComponentMapper<VelocityComponent>
+ idle : float
+ scalar : float
+ velocity : Vector2
}
no.ntnu.idi.apollo69.game_engine.components.BoosterComponent .up.|> com.badlogic.ashley.core.Component
no.ntnu.idi.apollo69.game_engine.components.BoundingCircleComponent .up.|> com.badlogic.ashley.core.Component
no.ntnu.idi.apollo69.game_engine.components.PlayableComponent .up.|> com.badlogic.ashley.core.Component
no.ntnu.idi.apollo69.game_engine.components.PositionComponent .up.|> com.badlogic.ashley.core.Component
no.ntnu.idi.apollo69.game_engine.components.RotationComponent .up.|> com.badlogic.ashley.core.Component
no.ntnu.idi.apollo69.game_engine.components.VelocityComponent .up.|> com.badlogic.ashley.core.Component
@enduml
|
e9e44ee5a7f9e112532012c2403cc9761ca4ae94 | aefdc6e26db90fe88c57b7eecde5596afc49d4cb | /src/test/resources/domain-aggregate-diagram.plantuml | 4cdb2a1a937e0e6c59c065a1616a02a4339e3d11 | [
"Apache-2.0"
] | permissive | jboz/plantuml-builder | 724bf75b2d5794b53603f8a9f60b01ae8b79116c | 266d960a5d4a7c8e18048ddd7360df221428a0c4 | refs/heads/main | 2023-08-06T15:42:33.576311 | 2023-07-21T23:24:51 | 2023-07-21T23:24:51 | 89,647,955 | 41 | 13 | Apache-2.0 | 2023-07-21T23:22:32 | 2017-04-27T23:14:47 | Java | UTF-8 | PlantUML | false | false | 388 | plantuml | @startuml
!pragma layout smetana
class "Car" {
brand : String
model : String
drivers : Set<Driver>
price : Price
wheels : Collection<Wheel>
addDriver(Driver) : Car
addWheel(Wheel)
buyBy(Driver, BigDecimal, Devise) : Driver
}
"Car" --> "Devise" : use
"Car" --> "*" "Driver" : drivers
"Car" --> "Price" : price
"Car" --> "*" "Wheel" : wheels
"Vehicule" <|-- "Car"
@enduml |
2e5b0828f2b480fb0544924e0b88c6171942078a | fa186af1cff00b7d1a30548b97acb7c5d5a933ac | /docs/dev/persist/smv_lock_class.puml | af7629c93e1a7d7b5237bfb8792353f3092ef181 | [
"Apache-2.0"
] | permissive | TresAmigosSD/SMV | b50d0e054db792574d7732689671f5b68e8ac80e | e12257b5b07113d805e7fdd8de41cbcf72120ed7 | refs/heads/master | 2021-05-22T06:17:05.073051 | 2020-05-25T01:14:35 | 2020-05-25T01:14:35 | 22,822,910 | 51 | 35 | Apache-2.0 | 2020-05-24T23:57:19 | 2014-08-11T01:19:27 | Python | UTF-8 | PlantUML | false | false | 487 | puml | @startuml
class SmvLock {
-path: String
-timeout: Long
+lock(): Unit
+unlock(): Unit
}
note as lock_pseudocode
lock ():
obtained = false
enter_ts = current time
while (not obtained) {
try {
create file at path // atomic operation
obtained = true
}
catch (exception) {
if (current time - enter_ts > timeout)
throw TimeoutException
sleep(interval)
}
}
end note
note as unlock_pseudocode
unlock ():
delete file at path
end note
@enduml
|
415399364d8e2e0dc95b922612bdeb2ce6598fb2 | b13576c88b10095a4104e926961219e09802ec4c | /architecture.puml | 5f71bb98cceb9e86e3e758c4252dd818c7e4270f | [] | no_license | Matttx/Epicture | a39c11eb0b8641a919a79f132690fd458e179643 | 0bfa30a089bfac44e586baa5552ec423b4341fb2 | refs/heads/master | 2023-02-11T18:33:31.131305 | 2021-01-07T15:54:58 | 2021-01-07T15:54:58 | 327,007,266 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,017 | puml | @startuml architecture
namespace Views {
class FeedView {
Main view of the app
--
- List<Photo> _Photos[]
}
class SearchView {
View to search images
and filter research
--
+ String sortList = ["Viral", "Top", "Time"]
+ String windowList = ["Day, "Week", "Month", "Year", "All"]
+ TextField()
+ GestureDetector(child: Container)
}
class ImagesView {
View to upload image
and see your uploaded images
--
- List<Photo> _uploadedImages[]
}
class FavoritesView {
View to see our favorites images
--
- List<Photo> _favoriteImages[]
}
}
class Photo {
Customize component that
include images and their title
--
+ Image image
+ String title
- bool _isLiked
}
Photo --* Views.FeedView
Photo --* Views.ImagesView
Photo --* Views.FavoritesView
class SelectableItem {
Component that include a String
and a clicable Icon
--
+ String label
+ Icon select
- bool _isSelected
}
SelectableItem --* Views.SearchView
@enduml |
ec0817dd5906a2eaa06844f126235e3dfa2585fc | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.ide.vscode@1.2.1/Editor/ProjectGeneration/ProjectGenerationFlag.puml | 987425c5730394df896f4801437f3f9b790d1322 | [] | 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 | 205 | puml | @startuml
enum ProjectGenerationFlag {
None= 0,
Embedded= 1,
Local= 2,
Registry= 4,
Git= 8,
BuiltIn= 16,
Unknown= 32,
PlayerAssemblies= 64,
LocalTarBall= 128,
}
@enduml
|
7b3b3d0e3314854f89e98d10c9c1f87471b37ecc | 7e6fa61a8595cd38195713b5c7698f5de6f7c7b3 | /base/044/old/Association15.puml | 6cd15082fe79857119a8d0d0c349761b6cfc1b30 | [] | no_license | qxcodepoo/arcade | 3ff1852792a47584f00c1ab9fd5011ebb2c4b830 | 3722a8c976a51829b2b6f4913360c23bf114433a | refs/heads/master | 2023-08-31T04:07:06.255292 | 2023-08-25T03:16:42 | 2023-08-25T03:16:42 | 217,410,955 | 36 | 42 | null | 2020-09-24T13:22:18 | 2019-10-24T23:12:40 | C++ | UTF-8 | PlantUML | false | false | 213 | puml | @startuml
skinparam defaultFontName Hasklig
skinparam dpi 150
left to right direction
Organização "0..*" --> "0..*" Indivíduo : contrata
class Organização {
- contratados : Indivíduo[0..*]
}
@enduml |
2804c4f7ec99586c4e76af8678947fa81471769d | 912d65be9bbd436a671d948abe8dadf356eb5216 | /src/main/java/com/twdt/netty/fourexample/fourexample.plantuml | ce611fe6983e2892e7c9f08a7e63c79f88f7cad4 | [] | no_license | ljhpole/netty-lecture | 02318e9992f488f03425c93b981e8718582b1b4b | a20bef9e6db5d1061a6f37ec0593087588ea1a0a | refs/heads/main | 2023-02-24T21:52:42.964037 | 2021-01-31T15:35:18 | 2021-01-31T15:35:18 | 334,686,240 | 0 | 1 | null | 2021-01-31T15:35:19 | 2021-01-31T15:19:40 | null | UTF-8 | PlantUML | false | false | 978 | plantuml | @startuml
title __FOUREXAMPLE's Class Diagram__\n
namespace com.twdt.netty {
namespace fourexample {
class com.twdt.netty.fourexample.MyHeartbeatServer {
{static} + main()
}
}
}
namespace com.twdt.netty {
namespace fourexample {
class com.twdt.netty.fourexample.MyHeartbeatServerHandler {
+ userEventTriggered()
}
}
}
namespace com.twdt.netty {
namespace fourexample {
class com.twdt.netty.fourexample.MyHeartbeatServerInitializer {
# initChannel()
}
}
}
com.twdt.netty.fourexample.MyHeartbeatServerHandler -up-|> io.netty.channel.ChannelInboundHandlerAdapter
com.twdt.netty.fourexample.MyHeartbeatServerInitializer -up-|> io.netty.channel.ChannelInitializer
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
|
a86ab79ce1d938a4def0cf59b0fc4b8a28351a6f | 1276f2077be141792b20be299d66bb9fa481b4e2 | /backend/src/main/java/at/jku/werewolf/io/stompconfiguration/stompconfiguration.plantuml | 34d4d27f723b76a1d237136f174f39397ae77c07 | [] | no_license | bauerben00/werewolfio_final | ddba0e331bc04dfa25ea5adb71bd0230f3a7a076 | 6167c74b0df8909b4b82528fa45f39b66ad788f2 | refs/heads/master | 2023-03-17T22:45:09.162695 | 2021-03-14T14:13:57 | 2021-03-14T14:13:57 | 330,441,684 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 851 | plantuml | @startuml
title __STOMPCONFIGURATION's Class Diagram__\n
namespace t.jku.werewolf.io {
namespace stompconfiguration {
class at.jku.werewolf.io.stompconfiguration.GreetingController {
+ greeting()
}
}
}
namespace t.jku.werewolf.io {
namespace stompconfiguration {
class at.jku.werewolf.io.stompconfiguration.WebSocketConfig {
+ configureMessageBroker()
+ registerStompEndpoints()
}
}
}
at.jku.werewolf.io.stompconfiguration.WebSocketConfig .up.|> org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
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
|
9b72fad780f8dc89f8a982c284c079d1ab3ededb | 55cf1965a3e8fec4204761b6d0336e5774218dd8 | /store2021/store 2021/backend/plantUML/g05PageClientjs.puml | f5391ed265cbea582cc984371e3e1da0312872b1 | [] | no_license | fpeguero58/storeApp2020 | 7e3a80ef52bc36c48131e9309356ff54186843b6 | 1d6d58c21ac0fa5dcb00b16bd417a925d9e861ea | refs/heads/master | 2023-03-14T17:24:40.745181 | 2021-03-28T15:12:46 | 2021-03-28T15:12:46 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 284 | puml | @startuml PageClientJs
class PageClientJs {
}
class viewHeaderClient {
}
class viewFooter {
}
class manager_functions{
darkLight
weather
dado
scrollTopButton
diceAvatar
}
PageClientJs --* viewHeaderClient
PageClientJs --* viewFooter
PageClientJs --* manager_functions
@enduml |
e120f6c29763bdea0c7fa276d8ed895f1e793806 | e19da2b4d59acf1fee903de42b8b44adf359cfc5 | /ftc_app-dev/openCVLibrary3/src/main/java/org/opencv/features2d/features2d.plantuml | 7aa7ca720718de1980de63843e5d2ebce8dcf897 | [
"BSD-3-Clause"
] | permissive | wyrobotics/roverruckus-robophins | 489e13fe470ffd6f6e6a4b5d117472427d1f8895 | effa587f9eafd80e464b0f047bb6e4fa58532642 | refs/heads/master | 2020-09-20T09:39:46.926438 | 2019-11-27T13:46:34 | 2019-11-27T13:46:34 | 224,439,459 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 27,745 | plantuml | @startuml
title __FEATURES2D's Class Diagram__\n
package org.opencv {
package org.opencv.features2d {
class AKAZE {
{static} + DESCRIPTOR_KAZE_UPRIGHT : int
{static} + DESCRIPTOR_KAZE : int
{static} + DESCRIPTOR_MLDB_UPRIGHT : int
{static} + DESCRIPTOR_MLDB : int
# AKAZE()
{static} + __fromPtr__()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
+ getDefaultName()
+ getThreshold()
+ getDescriptorChannels()
+ getDescriptorSize()
+ getDescriptorType()
+ getDiffusivity()
+ getNOctaveLayers()
+ getNOctaves()
+ setDescriptorChannels()
+ setDescriptorSize()
+ setDescriptorType()
+ setDiffusivity()
+ setNOctaveLayers()
+ setNOctaves()
+ setThreshold()
# finalize()
{static} - create_0()
{static} - create_1()
{static} - create_2()
{static} - create_3()
{static} - create_4()
{static} - create_5()
{static} - create_6()
{static} - create_7()
{static} - getDefaultName_0()
{static} - getThreshold_0()
{static} - getDescriptorChannels_0()
{static} - getDescriptorSize_0()
{static} - getDescriptorType_0()
{static} - getDiffusivity_0()
{static} - getNOctaveLayers_0()
{static} - getNOctaves_0()
{static} - setDescriptorChannels_0()
{static} - setDescriptorSize_0()
{static} - setDescriptorType_0()
{static} - setDiffusivity_0()
{static} - setNOctaveLayers_0()
{static} - setNOctaves_0()
{static} - setThreshold_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class AgastFeatureDetector {
{static} + AGAST_5_8 : int
{static} + AGAST_7_12d : int
{static} + AGAST_7_12s : int
{static} + OAST_9_16 : int
{static} + THRESHOLD : int
{static} + NONMAX_SUPPRESSION : int
# AgastFeatureDetector()
{static} + __fromPtr__()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
+ getDefaultName()
+ getNonmaxSuppression()
+ getThreshold()
+ getType()
+ setNonmaxSuppression()
+ setThreshold()
+ setType()
# finalize()
{static} - create_0()
{static} - create_1()
{static} - create_2()
{static} - create_3()
{static} - getDefaultName_0()
{static} - getNonmaxSuppression_0()
{static} - getThreshold_0()
{static} - getType_0()
{static} - setNonmaxSuppression_0()
{static} - setThreshold_0()
{static} - setType_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class BFMatcher {
# BFMatcher()
{static} + __fromPtr__()
+ BFMatcher()
+ BFMatcher()
+ BFMatcher()
{static} + create()
{static} + create()
{static} + create()
# finalize()
{static} - BFMatcher_0()
{static} - BFMatcher_1()
{static} - BFMatcher_2()
{static} - create_0()
{static} - create_1()
{static} - create_2()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class BOWImgDescriptorExtractor {
# nativeObj : long
# BOWImgDescriptorExtractor()
+ getNativeObjAddr()
{static} + __fromPtr__()
+ getVocabulary()
+ descriptorSize()
+ descriptorType()
+ compute()
+ setVocabulary()
# finalize()
{static} - getVocabulary_0()
{static} - descriptorSize_0()
{static} - descriptorType_0()
{static} - compute_0()
{static} - setVocabulary_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class BOWKMeansTrainer {
# BOWKMeansTrainer()
{static} + __fromPtr__()
+ BOWKMeansTrainer()
+ BOWKMeansTrainer()
+ BOWKMeansTrainer()
+ BOWKMeansTrainer()
+ cluster()
+ cluster()
# finalize()
{static} - BOWKMeansTrainer_0()
{static} - BOWKMeansTrainer_1()
{static} - BOWKMeansTrainer_2()
{static} - BOWKMeansTrainer_3()
{static} - cluster_0()
{static} - cluster_1()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class BOWTrainer {
# nativeObj : long
# BOWTrainer()
+ getNativeObjAddr()
{static} + __fromPtr__()
+ cluster()
+ cluster()
+ descriptorsCount()
+ getDescriptors()
+ add()
+ clear()
# finalize()
{static} - cluster_0()
{static} - cluster_1()
{static} - descriptorsCount_0()
{static} - getDescriptors_0()
{static} - add_0()
{static} - clear_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class BRISK {
# BRISK()
{static} + __fromPtr__()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
+ getDefaultName()
# finalize()
{static} - create_0()
{static} - create_1()
{static} - create_2()
{static} - create_3()
{static} - create_4()
{static} - create_5()
{static} - create_6()
{static} - create_7()
{static} - create_8()
{static} - create_9()
{static} - create_10()
{static} - create_11()
{static} - getDefaultName_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class DescriptorExtractor {
# nativeObj : long
{static} - OPPONENTEXTRACTOR : int
{static} + SIFT : int
{static} + SURF : int
{static} + ORB : int
{static} + BRIEF : int
{static} + BRISK : int
{static} + FREAK : int
{static} + AKAZE : int
{static} + OPPONENT_SIFT : int
{static} + OPPONENT_SURF : int
{static} + OPPONENT_ORB : int
{static} + OPPONENT_BRIEF : int
{static} + OPPONENT_BRISK : int
{static} + OPPONENT_FREAK : int
{static} + OPPONENT_AKAZE : int
# DescriptorExtractor()
+ getNativeObjAddr()
{static} + __fromPtr__()
{static} + create()
+ empty()
+ descriptorSize()
+ descriptorType()
+ compute()
+ compute()
+ read()
+ write()
# finalize()
{static} - create_0()
{static} - empty_0()
{static} - descriptorSize_0()
{static} - descriptorType_0()
{static} - compute_0()
{static} - compute_1()
{static} - read_0()
{static} - write_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class DescriptorMatcher {
{static} + FLANNBASED : int
{static} + BRUTEFORCE : int
{static} + BRUTEFORCE_L1 : int
{static} + BRUTEFORCE_HAMMING : int
{static} + BRUTEFORCE_HAMMINGLUT : int
{static} + BRUTEFORCE_SL2 : int
# DescriptorMatcher()
{static} + __fromPtr__()
+ clone()
+ clone()
{static} + create()
{static} + create()
+ empty()
+ isMaskSupported()
+ getTrainDescriptors()
+ add()
+ clear()
+ knnMatch()
+ knnMatch()
+ knnMatch()
+ knnMatch()
+ knnMatch()
+ knnMatch()
+ match()
+ match()
+ match()
+ match()
+ radiusMatch()
+ radiusMatch()
+ radiusMatch()
+ radiusMatch()
+ radiusMatch()
+ radiusMatch()
+ read()
+ train()
+ write()
# finalize()
{static} - clone_0()
{static} - clone_1()
{static} - create_0()
{static} - create_1()
{static} - empty_0()
{static} - isMaskSupported_0()
{static} - getTrainDescriptors_0()
{static} - add_0()
{static} - clear_0()
{static} - knnMatch_0()
{static} - knnMatch_1()
{static} - knnMatch_2()
{static} - knnMatch_3()
{static} - knnMatch_4()
{static} - knnMatch_5()
{static} - match_0()
{static} - match_1()
{static} - match_2()
{static} - match_3()
{static} - radiusMatch_0()
{static} - radiusMatch_1()
{static} - radiusMatch_2()
{static} - radiusMatch_3()
{static} - radiusMatch_4()
{static} - radiusMatch_5()
{static} - read_0()
{static} - train_0()
{static} - write_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class FastFeatureDetector {
{static} + TYPE_5_8 : int
{static} + TYPE_7_12 : int
{static} + TYPE_9_16 : int
{static} + THRESHOLD : int
{static} + NONMAX_SUPPRESSION : int
{static} + FAST_N : int
# FastFeatureDetector()
{static} + __fromPtr__()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
+ getDefaultName()
+ getNonmaxSuppression()
+ getThreshold()
+ getType()
+ setNonmaxSuppression()
+ setThreshold()
+ setType()
# finalize()
{static} - create_0()
{static} - create_1()
{static} - create_2()
{static} - create_3()
{static} - getDefaultName_0()
{static} - getNonmaxSuppression_0()
{static} - getThreshold_0()
{static} - getType_0()
{static} - setNonmaxSuppression_0()
{static} - setThreshold_0()
{static} - setType_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class Feature2D {
# Feature2D()
{static} + __fromPtr__()
+ getDefaultName()
+ empty()
+ defaultNorm()
+ descriptorSize()
+ descriptorType()
+ compute()
+ compute()
+ detect()
+ detect()
+ detect()
+ detect()
+ detectAndCompute()
+ detectAndCompute()
+ read()
+ write()
# finalize()
{static} - getDefaultName_0()
{static} - empty_0()
{static} - defaultNorm_0()
{static} - descriptorSize_0()
{static} - descriptorType_0()
{static} - compute_0()
{static} - compute_1()
{static} - detect_0()
{static} - detect_1()
{static} - detect_2()
{static} - detect_3()
{static} - detectAndCompute_0()
{static} - detectAndCompute_1()
{static} - read_0()
{static} - write_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class FeatureDetector {
# nativeObj : long
{static} - GRIDDETECTOR : int
{static} - PYRAMIDDETECTOR : int
{static} - DYNAMICDETECTOR : int
{static} + FAST : int
{static} + STAR : int
{static} + SIFT : int
{static} + SURF : int
{static} + ORB : int
{static} + MSER : int
{static} + GFTT : int
{static} + HARRIS : int
{static} + SIMPLEBLOB : int
{static} + DENSE : int
{static} + BRISK : int
{static} + AKAZE : int
{static} + GRID_FAST : int
{static} + GRID_STAR : int
{static} + GRID_SIFT : int
{static} + GRID_SURF : int
{static} + GRID_ORB : int
{static} + GRID_MSER : int
{static} + GRID_GFTT : int
{static} + GRID_HARRIS : int
{static} + GRID_SIMPLEBLOB : int
{static} + GRID_DENSE : int
{static} + GRID_BRISK : int
{static} + GRID_AKAZE : int
{static} + PYRAMID_FAST : int
{static} + PYRAMID_STAR : int
{static} + PYRAMID_SIFT : int
{static} + PYRAMID_SURF : int
{static} + PYRAMID_ORB : int
{static} + PYRAMID_MSER : int
{static} + PYRAMID_GFTT : int
{static} + PYRAMID_HARRIS : int
{static} + PYRAMID_SIMPLEBLOB : int
{static} + PYRAMID_DENSE : int
{static} + PYRAMID_BRISK : int
{static} + PYRAMID_AKAZE : int
{static} + DYNAMIC_FAST : int
{static} + DYNAMIC_STAR : int
{static} + DYNAMIC_SIFT : int
{static} + DYNAMIC_SURF : int
{static} + DYNAMIC_ORB : int
{static} + DYNAMIC_MSER : int
{static} + DYNAMIC_GFTT : int
{static} + DYNAMIC_HARRIS : int
{static} + DYNAMIC_SIMPLEBLOB : int
{static} + DYNAMIC_DENSE : int
{static} + DYNAMIC_BRISK : int
{static} + DYNAMIC_AKAZE : int
# FeatureDetector()
+ getNativeObjAddr()
{static} + __fromPtr__()
{static} + create()
+ empty()
+ detect()
+ detect()
+ detect()
+ detect()
+ read()
+ write()
# finalize()
{static} - create_0()
{static} - empty_0()
{static} - detect_0()
{static} - detect_1()
{static} - detect_2()
{static} - detect_3()
{static} - read_0()
{static} - write_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class Features2d {
{static} + DRAW_OVER_OUTIMG : int
{static} + NOT_DRAW_SINGLE_POINTS : int
{static} + DRAW_RICH_KEYPOINTS : int
{static} + drawKeypoints()
{static} + drawKeypoints()
{static} + drawKeypoints()
{static} + drawMatches()
{static} + drawMatches()
{static} + drawMatches()
{static} + drawMatches()
{static} + drawMatches()
{static} + drawMatches2()
{static} + drawMatches2()
{static} + drawMatches2()
{static} + drawMatches2()
{static} + drawMatches2()
{static} + drawMatchesKnn()
{static} + drawMatchesKnn()
{static} + drawMatchesKnn()
{static} + drawMatchesKnn()
{static} + drawMatchesKnn()
{static} - drawKeypoints_0()
{static} - drawKeypoints_1()
{static} - drawKeypoints_2()
{static} - drawMatches_0()
{static} - drawMatches_1()
{static} - drawMatches_2()
{static} - drawMatches_3()
{static} - drawMatches_4()
{static} - drawMatches2_0()
{static} - drawMatches2_1()
{static} - drawMatches2_2()
{static} - drawMatches2_3()
{static} - drawMatches2_4()
{static} - drawMatchesKnn_0()
{static} - drawMatchesKnn_1()
{static} - drawMatchesKnn_2()
{static} - drawMatchesKnn_3()
{static} - drawMatchesKnn_4()
}
}
}
package org.opencv {
package org.opencv.features2d {
class FlannBasedMatcher {
# FlannBasedMatcher()
{static} + __fromPtr__()
+ FlannBasedMatcher()
{static} + create()
# finalize()
{static} - FlannBasedMatcher_0()
{static} - create_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class GFTTDetector {
# GFTTDetector()
{static} + __fromPtr__()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
+ getDefaultName()
+ getHarrisDetector()
+ getK()
+ getMinDistance()
+ getQualityLevel()
+ getBlockSize()
+ getMaxFeatures()
+ setBlockSize()
+ setHarrisDetector()
+ setK()
+ setMaxFeatures()
+ setMinDistance()
+ setQualityLevel()
# finalize()
{static} - create_0()
{static} - create_1()
{static} - create_2()
{static} - create_3()
{static} - create_4()
{static} - create_5()
{static} - create_6()
{static} - create_7()
{static} - create_8()
{static} - create_9()
{static} - getDefaultName_0()
{static} - getHarrisDetector_0()
{static} - getK_0()
{static} - getMinDistance_0()
{static} - getQualityLevel_0()
{static} - getBlockSize_0()
{static} - getMaxFeatures_0()
{static} - setBlockSize_0()
{static} - setHarrisDetector_0()
{static} - setK_0()
{static} - setMaxFeatures_0()
{static} - setMinDistance_0()
{static} - setQualityLevel_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class KAZE {
{static} + DIFF_PM_G1 : int
{static} + DIFF_PM_G2 : int
{static} + DIFF_WEICKERT : int
{static} + DIFF_CHARBONNIER : int
# KAZE()
{static} + __fromPtr__()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
+ getDefaultName()
+ getExtended()
+ getUpright()
+ getThreshold()
+ getDiffusivity()
+ getNOctaveLayers()
+ getNOctaves()
+ setDiffusivity()
+ setExtended()
+ setNOctaveLayers()
+ setNOctaves()
+ setThreshold()
+ setUpright()
# finalize()
{static} - create_0()
{static} - create_1()
{static} - create_2()
{static} - create_3()
{static} - create_4()
{static} - create_5()
{static} - create_6()
{static} - getDefaultName_0()
{static} - getExtended_0()
{static} - getUpright_0()
{static} - getThreshold_0()
{static} - getDiffusivity_0()
{static} - getNOctaveLayers_0()
{static} - getNOctaves_0()
{static} - setDiffusivity_0()
{static} - setExtended_0()
{static} - setNOctaveLayers_0()
{static} - setNOctaves_0()
{static} - setThreshold_0()
{static} - setUpright_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class MSER {
# MSER()
{static} + __fromPtr__()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
+ getDefaultName()
+ getPass2Only()
+ getDelta()
+ getMaxArea()
+ getMinArea()
+ detectRegions()
+ setDelta()
+ setMaxArea()
+ setMinArea()
+ setPass2Only()
# finalize()
{static} - create_0()
{static} - create_1()
{static} - create_2()
{static} - create_3()
{static} - create_4()
{static} - create_5()
{static} - create_6()
{static} - create_7()
{static} - create_8()
{static} - create_9()
{static} - getDefaultName_0()
{static} - getPass2Only_0()
{static} - getDelta_0()
{static} - getMaxArea_0()
{static} - getMinArea_0()
{static} - detectRegions_0()
{static} - setDelta_0()
{static} - setMaxArea_0()
{static} - setMinArea_0()
{static} - setPass2Only_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class ORB {
{static} + kBytes : int
{static} + HARRIS_SCORE : int
{static} + FAST_SCORE : int
# ORB()
{static} + __fromPtr__()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
{static} + create()
+ getDefaultName()
+ getScaleFactor()
+ getEdgeThreshold()
+ getFastThreshold()
+ getFirstLevel()
+ getMaxFeatures()
+ getNLevels()
+ getPatchSize()
+ getScoreType()
+ getWTA_K()
+ setEdgeThreshold()
+ setFastThreshold()
+ setFirstLevel()
+ setMaxFeatures()
+ setNLevels()
+ setPatchSize()
+ setScaleFactor()
+ setScoreType()
+ setWTA_K()
# finalize()
{static} - create_0()
{static} - create_1()
{static} - create_2()
{static} - create_3()
{static} - create_4()
{static} - create_5()
{static} - create_6()
{static} - create_7()
{static} - create_8()
{static} - create_9()
{static} - getDefaultName_0()
{static} - getScaleFactor_0()
{static} - getEdgeThreshold_0()
{static} - getFastThreshold_0()
{static} - getFirstLevel_0()
{static} - getMaxFeatures_0()
{static} - getNLevels_0()
{static} - getPatchSize_0()
{static} - getScoreType_0()
{static} - getWTA_K_0()
{static} - setEdgeThreshold_0()
{static} - setFastThreshold_0()
{static} - setFirstLevel_0()
{static} - setMaxFeatures_0()
{static} - setNLevels_0()
{static} - setPatchSize_0()
{static} - setScaleFactor_0()
{static} - setScoreType_0()
{static} - setWTA_K_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.features2d {
class Params {
# nativeObj : long
# Params()
+ getNativeObjAddr()
{static} + __fromPtr__()
+ Params()
+ get_thresholdStep()
+ set_thresholdStep()
+ get_minThreshold()
+ set_minThreshold()
+ get_maxThreshold()
+ set_maxThreshold()
+ get_minRepeatability()
+ set_minRepeatability()
+ get_minDistBetweenBlobs()
+ set_minDistBetweenBlobs()
+ get_filterByColor()
+ set_filterByColor()
+ get_filterByArea()
+ set_filterByArea()
+ get_minArea()
+ set_minArea()
+ get_maxArea()
+ set_maxArea()
+ get_filterByCircularity()
+ set_filterByCircularity()
+ get_minCircularity()
+ set_minCircularity()
+ get_maxCircularity()
+ set_maxCircularity()
+ get_filterByInertia()
+ set_filterByInertia()
+ get_minInertiaRatio()
+ set_minInertiaRatio()
+ get_maxInertiaRatio()
+ set_maxInertiaRatio()
+ get_filterByConvexity()
+ set_filterByConvexity()
+ get_minConvexity()
+ set_minConvexity()
+ get_maxConvexity()
+ set_maxConvexity()
# finalize()
{static} - Params_0()
{static} - get_thresholdStep_0()
{static} - set_thresholdStep_0()
{static} - get_minThreshold_0()
{static} - set_minThreshold_0()
{static} - get_maxThreshold_0()
{static} - set_maxThreshold_0()
{static} - get_minRepeatability_0()
{static} - set_minRepeatability_0()
{static} - get_minDistBetweenBlobs_0()
{static} - set_minDistBetweenBlobs_0()
{static} - get_filterByColor_0()
{static} - set_filterByColor_0()
{static} - get_filterByArea_0()
{static} - set_filterByArea_0()
{static} - get_minArea_0()
{static} - set_minArea_0()
{static} - get_maxArea_0()
{static} - set_maxArea_0()
{static} - get_filterByCircularity_0()
{static} - set_filterByCircularity_0()
{static} - get_minCircularity_0()
{static} - set_minCircularity_0()
{static} - get_maxCircularity_0()
{static} - set_maxCircularity_0()
{static} - get_filterByInertia_0()
{static} - set_filterByInertia_0()
{static} - get_minInertiaRatio_0()
{static} - set_minInertiaRatio_0()
{static} - get_maxInertiaRatio_0()
{static} - set_maxInertiaRatio_0()
{static} - get_filterByConvexity_0()
{static} - set_filterByConvexity_0()
{static} - get_minConvexity_0()
{static} - set_minConvexity_0()
{static} - get_maxConvexity_0()
{static} - set_maxConvexity_0()
{static} - delete()
}
}
}
AKAZE -up-|> Feature2D
AgastFeatureDetector -up-|> Feature2D
BFMatcher -up-|> DescriptorMatcher
BOWKMeansTrainer -up-|> BOWTrainer
BRISK -up-|> Feature2D
DescriptorMatcher -up-|> Algorithm
FastFeatureDetector -up-|> Feature2D
Feature2D -up-|> Algorithm
FlannBasedMatcher -up-|> DescriptorMatcher
GFTTDetector -up-|> Feature2D
KAZE -up-|> Feature2D
MSER -up-|> Feature2D
ORB -up-|> Feature2D
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
|
24822f6e17a46d3b8c8324a7afdaec806c9f4ac0 | eede8564c97ccc97397de0a7925e6e14be68f922 | /src/main/java/evaluator/evaluator.plantuml | c24b18834df73a35a3877ebdcbd2f25471bcae2d | [] | no_license | Sinars/vvss | 645199338a7ee06326e20c651e82e140dab2a95c | 402ee04bcb7f1fe743063d0c71c6a2b005c24eda | refs/heads/master | 2020-04-28T06:44:17.010764 | 2019-05-06T20:29:14 | 2019-05-06T20:29:14 | 175,069,286 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 365 | plantuml | @startuml
title __EVALUATOR's Class Diagram__\n
package evaluator {
class StartApp {
{static} - file : String
{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
|
97ea06e4487901d53542934d254a5c1e0b82e669 | 1505556c1308762ad8761d124e40b708f44422c5 | /src/main/java/com/tiger/designPatten/demo.puml | 080ab36c568a50a7b6628b778417657b81ed9ec8 | [] | no_license | tigeryj/myleetcode | e29e927c18096fe0f6d2dc04b947cd96644ebf48 | 90a78417c3bb2bbb80eefd3307bd0c46caa40824 | refs/heads/master | 2023-08-30T00:43:21.605116 | 2023-08-13T04:42:04 | 2023-08-13T04:42:04 | 240,891,586 | 0 | 0 | null | 2023-06-07T14:23:08 | 2020-02-16T12:56:12 | Java | UTF-8 | PlantUML | false | false | 378 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
@enduml |
61c4a7f3160fbecfb2e279a0d3d577f5241f1199 | ed45ea4470bcfc497e2584697d7842a540e04fd9 | /ros2/navigation2/nav2_waypoint_follower/waypoint_follower.puml | efd0f944ccb1d1f75a0c0ad830c422322f15d361 | [] | no_license | cf-zhang/documents | ffcd8213587f8aa9c47406cf2491bf77beec9c33 | 8a4439932017b67fba7988ff7fadd9829bce1e4c | refs/heads/master | 2022-03-03T13:52:27.333343 | 2022-02-25T11:31:22 | 2022-02-25T11:31:22 | 154,789,912 | 11 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,504 | puml | @startuml
'https://plantuml.com/class-diagram
namespace nav2_waypoint_follower{
enum ActionStatus{
UNKNOWN = 0,
PROCESSING = 1,
FAILED = 2,
SUCCEEDED = 3
}
class WaypointFollower{
-- public method --
using ActionT = nav2_msgs::action::FollowWaypoints;
using ClientT = nav2_msgs::action::NavigateToPose;
using ActionServer = nav2_util::SimpleActionServer<ActionT>;
using ActionClient = rclcpp_action::Client<ClientT>;
WaypointFollower();
~WaypointFollower();
-- protected method --
nav2_util::CallbackReturn on_configure(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_activate(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_deactivate(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_cleanup(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_shutdown(const rclcpp_lifecycle::State & state) override;
void followWaypoints();
void resultCallback(const rclcpp_action::ClientGoalHandle<ClientT>::WrappedResult & result);
void goalResponseCallback(future);
-- protected data --
std::unique_ptr<ActionServer> action_server_;
ActionClient::SharedPtr nav_to_pose_client_;
rclcpp::Node::SharedPtr client_node_;
std::shared_future<rclcpp_action::ClientGoalHandle<ClientT>::SharedPtr> future_goal_handle_;
bool stop_on_failure_;
ActionStatus current_goal_status_;
int loop_rate_;
std::vector<int> failed_ids_;
}
}
nav2_util.LifecycleNode <-- nav2_waypoint_follower.WaypointFollower
@enduml |
6b4dd2d6ef90bd4bbd2e8291c683df431fb4ef53 | 634319c1db6337370d715f7d9d925d95c8cdef86 | /Planning/UML.puml | be66034fb2ebd78bd52920d67b2f38f6fcb7273e | [] | no_license | jacob7395/Bomberman | 782fa6d35c969e213e00ca074c78686a24f140b7 | 0b25ebfd6d88ff2f6bd4fc32a2fb177507c77787 | refs/heads/master | 2021-03-27T09:59:13.402897 | 2016-12-08T14:38:41 | 2016-12-08T14:38:41 | 71,561,955 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,734 | puml | simple UML example
used PlantUML can info can be found at the following link:
http://plantuml.com/class-diagram
@startuml
package Sprite_Gen{
class Sprite_Two_Dimensions {
Base sprite class from which all custom sprites inherit
==
Vars
--
+ position_x
+ position_y
+ velocity_x
+ velocity_y
+ acceleration_x
+ acceleration_y
+ images = []
+ fixed
+ spawn_area
==
Funtions
--
- __inti__(spawn_area,
spawn_Area=(0, 0),
fixed=False,
asset_List=[])
# Functions to send or resive velocirt or position_x
# if nothing is sent the values will be unchanged
+ Position(*pos = (x,y)) : (x,y)
+ Incroment_Position(pos)
+ Velocity(*vel = (x,y)) : (x,y)
+ Acceleration(*vos = (x,y)) : (x,y)
+ Locational_Data() : (Position,Velocity,Acceleration)
#Img functions
+ Load_Image (file_Path, scale, x_res) : img_Count
+ Set_Image(img_Num)
+ Scale_Imgs(scale)
+ Alphe_Con(color_Key = (0,0,0))
#Sprite Functions
+ get_Collision_Coners()
+ get_Sprite_Center()
#Animation functions
+ incroment_Animation_Index()
}
class Sprite_Player {
Any sprite class that directy intaracts with a player inherats from here
==
Vars
--
+ t_Acc_Old
+ self.index
==
Funtions
--
- __inti__(spawn_Area=(0, 0),
fixed=False,
asset_List=[],
sprite_Scale=16)
+ check_Neighbor_Tiles(map_Object)
+ position_In_Collition(pos)
+ check_Move(move,map_Object)
+ check_Bomb(map_Object,position)
+ Calc_Accleration()
}
class Bomberman {
The sprite each player directly controlles
==
Vars
--
+ index = 0
+ runing = false
+ current_Image_Name = "Down"
+ speed = 200
+ animation_Rate = 65
+ t = 0
+ oldt = 0
+ scale = sprite_Scale
+ collition_Offset = 20
+ kill_Me = True
#Bomb props
+ bomb_List = pygame.sprite.Group()
+ bomb_Factory = Class_Factory("Bomb", Sprite_Bomb)
+ spawn_B = False
+ bomb_Movable = False
+ bomb_Kick_Power = 200
+ bomb_Slow_Rate = 2
+ bomb_Count = 5
+ bomb_Start_Replenishment = False
+ bomb_Next_Replenishment = 0
+ bomb_Replenish_Rate = 1
+ bomb_Fuse_Time = 2
+ bomb_Explotion_Size = 2
==
Funtions
--
- __inti__(spawn_Area=(0, 0, 0, 0),
fixed=False,
sprite_Scale=None,
sprite_Man=0)
+ begin_running()
+ stop_running()
+ update_Positions()
+ spawn_Bomb(map_Object)
+ update(map_Object)
}
package Bomb{
class Sprite_Bomb {
The sprite each player directly controlles
==
Vars
--
+ current_Image_Name = "bomb"
+ collition_Offset = 10
+ scale = sprite_Scale
+ change_Time = float(fuse_Time) / 3
+ t_Old = time.clock()
+ collition_Offset = 5
+ decceleration = 1
+ v_Start = (0, 0)
+ bomb_Countdown = True
+ bomberman = bomberman
#Timer varibles
+ init_Time = time.clock()
+ blow_Time = self.init_Time + (float(fuse_Time))
+ fuse_Time = float(fuse_Time)
+ old_Tile = None
#Explotion varibles
+ explotion_List = pygame.sprite.Group()
+ explotion_Factory = Class_Factory("Explotion_Base", Sprite_Explotion_Base)
+ explotion_Begin = False
+ explotion_Size = explotion_Size
#Bomb props
+ bomb_List = pygame.sprite.Group()
+ bomb_Factory = Class_Factory("Bomb", Sprite_Bomb)
+ spawn_B = False
+ bomb_Movable = False
+ bomb_Kick_Power = 200
+ bomb_Slow_Rate = 2
+ bomb_Count = 5
+ bomb_Start_Replenishment = False
+ bomb_Next_Replenishment = 0
+ bomb_Replenish_Rate = 1
+ bomb_Fuse_Time = 2
+ bomb_Explotion_Size = 2
==
Funtions
--
- __inti__(spawn_Area=(0, 0, 0, 0),
fixed=False,
sprite_Scale=None,
sprite_Man=0,
bomberman = None)
+ update_Positions()
+ spawn_Explotion(map_Object)
+ update(map_Object)
}
class Sprite_Explotion_Base {
The first explotion sprite spawned
==
Vars
--
# explotion varibles
+ explotion_Arm_List = pygame.sprite.Group()
+ explotion_Arm_Factory = Class_Factory("Explotion_Arm", Sprite_Explotion_Arm)
+ explotion_Growing = True
+ explotion_Groth_Rate = 0.01
+ explotion_Timeout = 0.25
+ self.current_Image_Name = None
==
Funtions
--
- __inti__(spawn_Area=(0, 0, 0, 0),
fixed=False,
sprite_Scale=None,
map_Object=None,
explotion_Size=2,
bomb=None,
explotion_Groth_Rate=0.01)
+ update(map_Object)
}
class Sprite_Explotion_Arm {
The subseqant explotion sprite spawned by explotion base
==
Vars
--
# explotion arm props
+ current_Image_Name = None
+ explotion_Base = explotion_Base
+ direction = direction
==
Funtions
--
- __inti__(spawn_Area=(0, 0, 0, 0),
fixed=False,
sprite_Scale=None,
map_Object=None,
direction=None,
bomb=None,
explotion_Base=None,
explotion_Groth_Rate=None,
explotion_Size=None)
+ update(map_Object)
}
class Sprite_Explotion{
The subseqant explotion sprite spawned by explotion base
==
Vars
--
# bomb props
+ collition_Offset = 2
+ scale = sprite_Scale
+ bomb = bomb
# explotion props
+ explotion_Base = explotion_Base
+ explotion_Grown = False
+ explotion_Size = explotion_Size
+ explotion_Groth_Rate = explotion_Groth_Rate
+ explotion_Change_Time = time.clock() + self.explotion_Groth_Rate
+ direction = direction
==
Funtions
--
- __inti__(spawn_Area=(0, 0, 0, 0),
asset_List=None,
fixed=False,
sprite_Scale=None,
map_Object=None,
bomb=None,
explotion_Groth_Rate=0.1,
explotion_Grown=False,
explotion_Size=None)
}
}
Sprite_Player <-down- Sprite_Two_Dimensions
Bomberman <-down- Sprite_Player
Sprite_Bomb <-down- Sprite_Player
Sprite_Explotion <-down- Sprite_Player
Sprite_Explotion_Base <-down- Sprite_Explotion
Sprite_Explotion_Arm <-down- Sprite_Explotion
}
@enduml
|
6dd4274468d4d25eafffef4c6a0b9c88a1355b04 | a775a2ceb878c990d1a21acbdf1b21d2a1ff040a | /openhealthcard.common/src/main/java/de/gematik/ti/openhealthcard/common/exceptions/runtime/runtime.plantuml | 330af6743219f55bb34fff9af71ef5336f608473 | [
"Apache-2.0"
] | permissive | gematik/ref-OpenHealthCard-Common-Android | ebcc0df76b7495ba1ea34fcc1876e81466457064 | 1324039e57079fb608f4d8f883c1f6fb0ff1330d | refs/heads/master | 2022-01-21T06:40:25.029973 | 2022-01-07T07:24:31 | 2022-01-07T07:24:31 | 214,091,590 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 951 | plantuml | @startuml
title __RUNTIME's Class Diagram__\n
namespace de.gematik.ti.openhealthcard.common {
namespace exceptions.runtime {
class de.gematik.ti.openhealthcard.common.exceptions.runtime.NotInitilizedWithContextException {
{static} - MESSAGE : String
{static} - serialVersionUID : long
+ NotInitilizedWithContextException()
+ NotInitilizedWithContextException()
+ NotInitilizedWithContextException()
}
}
}
namespace de.gematik.ti.openhealthcard.common {
namespace exceptions.runtime {
class de.gematik.ti.openhealthcard.common.exceptions.runtime.WrongThreadException {
+ WrongThreadException()
+ WrongThreadException()
}
}
}
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
|
b97022f9dd12e1e69f7ffd679f6975bff559d356 | 5fd0a3db7b819644c52012e41b79b03483bd53cd | /docs/modelo.plantuml | bdab13cb9f8731da852a00cc3206a02a0da59842 | [] | no_license | itexto/grupo-spring-3 | 496c73835b780f8110ad28fa8f385bc847c8d488 | 1a785411ccb262a5469991f484ab7a0eb1a59259 | refs/heads/master | 2023-03-24T01:06:49.357990 | 2021-03-20T02:02:44 | 2021-03-20T02:02:44 | 349,572,628 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 112 | plantuml | @startuml modelo
class Tarefa {
id: long
nome: string
feita: boolean
dataFeita: Date
}
@enduml |
b60a3dafeac53c29fdbf62d34ffb0c07a7d7ff36 | e2b1bc4c7f8275c50bf3a0fad9b558ce188f8b68 | /src/main/resources/Diagrams/PassTwo.puml | b3af1c2ec0e8fde8b9c8e38e3736cf986109d94d | [] | no_license | carricksoft/Hansen | 22f03fb3e7734e1e38e1c482e675c98a271e2c8a | 2974e0c7270d2922777621ffed6ad0f35e812f8b | refs/heads/master | 2023-06-10T17:18:25.790850 | 2019-10-14T07:12:23 | 2019-10-14T07:12:23 | 206,819,869 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 207 | puml | @startuml
package hansen {
interface HansenPass {
}
}
package passtwo {
interface PassTwo {
}
class PassTwoImpl{
}
PassTwoImpl --|> PassTwo: implements
PassTwo...|> HansenPass: extends
}
@enduml |
b43c22ccecda3a6f50080683d188f336ce8be013 | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/behavior-responsibility-pattern/src/main/resources/static/diagram.puml | 9cc5803217e5ae93db61bca1f83ad1d5aa1fc0dd | [] | no_license | sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005870 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 781 | puml | @startuml
Handler o-- Handler
Client *-- Handler
abstract class Handler {
-Handler next
+void setNext(Handler next)
+Handler getNext()
+abstract void handleRequest(String request)
}
class ConcreteHandlerA extends Handler {
-Handler next
+void setNext(Handler next)
+Handler getNext()
+void handleRequest(String request)
}
class ConcreteHandlerB extends Handler {
-Handler next
+void setNext(Handler next)
+Handler getNext()
+void handleRequest(String request)
}
class Client {
+void method()
}
note as N
public void method()
{
Handler handlerA = new ConcreteHandlerA();
Handler handlerB = new ConcreteHandlerB();
handlerA.setNext(handlerB);
handlerA.handleRequest("m");
}
end note
Client .. N
@enduml |
cc2ec827ac2680a04f43a74832cb5ac2370944e9 | 41b9498f48c484fd10eeb0271f8a419ef86d7004 | /src/main/java/phiosophy/002开闭原则.puml | 73c2a41da11fca673de5100c41f5bcb96e87ae6f | [] | no_license | sherwinwu93/design-pattern | 04c155fcc6cccfc2a36f8ce27a58e5fd6ee4cb55 | 372d7edc126b880a55ebe65f7b90bb356269173a | refs/heads/master | 2023-04-06T09:25:32.672206 | 2020-12-28T16:35:46 | 2020-12-28T16:35:46 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 225 | puml | @startuml
class ChartDisplay{
void display(String type)
}
class PieChart {
void display()
}
class BarChart {
void display()
}
'依赖
ChartDisplay ..right> PieChart
'依赖
ChartDisplay ..right> BarChart
@enduml |
b069f68c3d7c2608ff8370df9c5e191f478d8eb1 | b582b2522fd68b6903f8318725308c22fbc97563 | /cardreader.provider.bluetooth.feitian/cardreader.provider.bluetooth.feitian.plantuml | ed60271c87d3aa46210cb7f0adaa46543cef2d52 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-Bluetooth-Feitian-Android | 4a8bb848ef0894c7da3516a82150a8cef6079fd8 | 5acf358dd6a5819c20b85d5b778d1aa487f7b3d7 | refs/heads/master | 2022-01-12T05:42:43.524841 | 2022-01-07T07:24:26 | 2022-01-07T07:24:26 | 214,090,891 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,815 | plantuml | @startuml
title __CARDREADER.PROVIDER.BLUETOOTH.FEITIAN's Class Diagram__\n
package de.gematik.ti.cardreader.provider.bluetooth.feitian {
class BuildConfig {
}
}
package de.gematik.ti.cardreader.provider.bluetooth.feitian {
class BuildConfig {
}
}
package de.gematik.ti.cardreader.provider.bluetooth.feitian {
package de.gematik.ti.cardreader.provider.bluetooth.feitian.control {
class CardStatusHandler {
}
}
}
package de.gematik.ti.cardreader.provider.bluetooth.feitian {
class ExampleInstrumentedTest {
}
}
package de.gematik.ti.cardreader.provider.bluetooth.feitian {
package de.gematik.ti.cardreader.provider.bluetooth.feitian.control {
class FeitianBluetoothReceiver {
}
}
}
package de.gematik.ti.cardreader.provider.bluetooth.feitian {
package de.gematik.ti.cardreader.provider.bluetooth.feitian.entities {
class FeitianCard {
}
}
}
package de.gematik.ti.cardreader.provider.bluetooth.feitian {
package de.gematik.ti.cardreader.provider.bluetooth.feitian.entities {
class FeitianCardChannel {
}
}
}
package de.gematik.ti.cardreader.provider.bluetooth.feitian {
package de.gematik.ti.cardreader.provider.bluetooth.feitian.entities {
class FeitianCardReader {
}
}
}
package de.gematik.ti.cardreader.provider.bluetooth.feitian {
package de.gematik.ti.cardreader.provider.bluetooth.feitian.control {
class FeitianCardReaderController {
}
}
}
package de.gematik.ti.cardreader.provider.bluetooth.feitian {
package de.gematik.ti.cardreader.provider.bluetooth.feitian.control {
class FeitianCardReaderProvider {
}
}
}
package de.gematik.ti.cardreader.provider.bluetooth.feitian {
package de.gematik.ti.cardreader.provider.bluetooth.feitian.control {
class FeitianConnector {
}
}
}
CardStatusHandler -up-|> Handler
CardStatusHandler o-- CardEventTransmitter : cardEventTransmitter
FeitianBluetoothReceiver -up-|> BroadcastReceiver
FeitianCard o-- FeitianCardChannel : basicChannel
FeitianCardChannel o-- FeitianCard : feitianCard
FeitianCardReader -up-|> ICardReader
FeitianCardReader o-- FeitianCard : feitianCard
FeitianCardReader o-- FeitianConnector : connector
FeitianCardReader o-- CardStatusHandler : cardStatusHandler
FeitianCardReaderController o-- FeitianBluetoothReceiver : feitianBluetoothReceiver
FeitianCardReaderProvider -up-|> ICardReaderControllerProvider
FeitianConnector o-- FeitianCard : feitianCard
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
|
921b008abfda1f4332bf77660ac5377f88d6960a | 0cb8b7a0449bad9b44f958c0586186e53be95837 | /DllBind.puml | 5f06156e5e0cf0cf4f03e53be3776a22ea6c4ff7 | [
"ISC"
] | permissive | JAJames/RenX-UMLs | c376f2b80a981ab621137d3e80a3525ef41e0f6c | e9f2ce58267d6f76da914d6f744386a06f95103a | refs/heads/master | 2023-04-27T04:58:30.608783 | 2021-05-13T22:45:31 | 2021-05-13T22:45:31 | 367,191,795 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,138 | puml | @startuml
allowmixing
enum AuthRequestStatus {
Success // Logged in successfully
Failure // bad token, bad credentials
Timeout // API didn't respond
RequestInProgress // Still waiting for response
}
class DllBind {
+bool ClearCachedAuthID();
+bool StartVerifyCachedAuthID(int timeout_ms);
+void StartLoginRequest(string user, string password);
+void StartJoinServerRequest(string serverIP, int serverPort);
+AuthRequestStatus CheckAuthRequest();
}
cloud "Website / AuthServer API" {
class /register {
Type: Post
Payload: Email, Username, Password
Response: Success/Failure
}
class /validate {
Type: Post
Payload: AuthID, UserID
Response: Success/Failure
}
class /login {
Type: Post
Payload: Email or Username, Password
Response: Success/Failure
}
class /resetPassword {
Type: Post
Payload: Email or Username
Failure Response: No such account
Success Response: Check your email
}
}
hide empty members
@enduml |
10741be0cc8758346d646786f41e51e593916187 | dc20115738d63d9d0dbd16fab019785740465cc7 | /plantuml/Users/hunter/Coding/maternity-ward-system/Nurse.puml | 331ecc32cfadb571261f17f78cb0a9e1c4381468 | [] | no_license | W0lfCr0w/maternity-ward-system | b2a9201111079ce3f638ff78cadb6aa9ecb4e04f | ee9aac0f52841c4083f1666dc4628f9c0d9b34af | refs/heads/main | 2023-06-06T10:33:10.231707 | 2021-06-29T10:20:54 | 2021-06-29T10:20:54 | 379,371,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 294 | puml | @startuml
class Nurse {
+ HourlyPay : double <<get>>
+ Nurse(fname:string, lname:string, id:string, age:int, hours:double)
+ Nurse(fname:string, lname:string, id:string, age:int)
+ <<override>> EndOfMonthSalary() : double
}
Employee <|-- Nurse
IMinorEmployee <|-- Nurse
@enduml
|
971b764230d93c992b27f438aeec618399ce482f | ea92b794f64577cf3f9895848ed841a2482a6d1e | /docs/assets/images/TaskListUsecase-umlClassDiagram-261.puml | 251f2d6c6b57b4595bfefe25212257f3b775f3bd | [
"MIT"
] | permissive | dreambo8563/todo-core | a1cdd6e14ec6445dd1dae84d0ba03bf80b1b09da | 96b2af2b5b5c0ba1d1aaa15eba7061c52cafc611 | refs/heads/master | 2022-11-21T11:51:16.649734 | 2020-07-18T17:57:03 | 2020-07-18T17:57:03 | 274,677,442 | 0 | 0 | MIT | 2020-06-28T10:36:09 | 2020-06-24T13:36:10 | TypeScript | UTF-8 | PlantUML | false | false | 565 | puml | @startuml
hide empty methods
hide empty fields
class "TaskListUsecase" {
-repo : ITaskListRepository
+addTask(t: ITaskItem) : ITaskItem[]
+delTask(id: string) : ITaskListRepository
+getTask(id: string) : null | ITaskItem
+updateTask(id: string, t: ITaskItem) : Array<ITaskItem>
}
interface "ITaskListUsecase" {
+addTask(t: ITaskItem) : Array<ITaskItem>
+delTask(id: string) : void
+getTask(id: string) : ITaskItem | null
+updateTask(id: string, t: ITaskItem) : Array<ITaskItem>
}
"ITaskListUsecase" <|.. "TaskListUsecase"
@enduml |
6a2a789a1d6fb2c259efba486f1c76aab81a627d | 7eed0ccad015d48bb8c20421a928093505e05c26 | /model.plantuml | 1114e4426c9d5c1ac7702bc458f7625247d34ac6 | [
"MIT"
] | permissive | Sparika/pyTRM | 44965a351e59b97d925933b1cdce4a608e3257a0 | 1a0d0608b6aec01efcba6ceaefe7eed3f8ab1e8f | refs/heads/master | 2016-08-12T12:17:00.417610 | 2015-10-07T15:59:31 | 2015-10-07T15:59:31 | 43,827,348 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,051 | plantuml | @startuml
note as N0
Identity(A->_->B)?
:= (Security(A->IdP) * @Identity(A->IdP)) *
(Security(IdP->B) * Identity(IdP->B))
:= (TLS * 1) * (TLS * Auth)
With TLS=1 (secure):
Identity(A->_->B) := Auth
No weight. Hypothesis that TLS is secure
and that Alice trust IdP for Identity
recommandation.
end note
class Relation {
+ Scope: visibility
+ Expr: value
}
class Agent {
+ severityWeightFunction()
+ interestWeightFunction()
}
note "node A, B, IdP" as N1
N1 .. Agent
note as N2
A : {
-> private IdP: @Identity = 1
-> private Idp: Securityi = TLS
}
IdP : {
-> B: Identity = Auth
-> B: Security = TLS
}
end note
N2 .. Relation
Agent -> "0..*" Agent
(Agent, Agent) .. Relation
Relation --> Type
Type - Type : Depends
note right on link
dependency
Identity -> Security
end note
Type <|-- RType
note on link
@Identity relations can carry
trust from an Identity relation
TrustChain := (RecommenderTrust)* FunctionnalTrust
end note
note left of Type : Identity\nSecurity
note left of RType : @Identity
Relation -- Tag
@enduml
|
775bb219aced36d8c4f87cf7706043cb13bc273c | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_ResourcesManager.puml | 8e4668d27aa9e18209cf8d1e93c7ff6573b68e97 | [] | 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 | 220 | puml | @startuml
class TMP_ResourceManager {
{static} TMP_ResourceManager()
+ {static} AddFontAsset(fontAsset:TMP_FontAsset) : void
+ {static} TryGetFontAsset(hashcode:int, fontAsset:TMP_FontAsset) : bool
}
@enduml
|
fbe3ca848ed5a27da71bd48757f5548c59fde6dc | 8452043d61819f0b7ee785740699d86d0b518d00 | /DCU-CU-MDD-DSS-CON-RDCU-DCC/01-application-gestion-hoteliere-solution.puml | 088e629036c73b1a6bbd642b0bca0e56ef7a9496 | [] | no_license | arielsashcov/LOG210-exercices | 30b4f560d40ad4e97fb859b39c8a79f9e69faa02 | ff0662106974aa5b93faa0c818218d4af561bbd5 | refs/heads/master | 2023-02-19T21:22:51.983498 | 2021-01-21T18:21:00 | 2021-01-21T18:21:00 | 331,715,420 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 11,432 | puml |
@startuml DCU
left to right direction
package "Application de gestion hotelière" {
usecase "CU01-Noter une reservartion d'une seule chambre" as N
usecase "CU02-Noter une reservartion de plusieurs séjour" as S
usecase "CU03-Transférer un séjour de chambre" as T
}
Commis --> N
Commis --> S
Commis --> T
@enduml
@startuml IU1
(*) --> "
{{
salt
{
Menu Principal
~~
[Noter une réservation]
}
}}
" as main
main -right-> "
{{
salt
{+
Noter une réservation
--
Date d'arrivé | "2020-03-03"
Date de départ | "2020-03-06"
Catégorie | ^Categorie^
[Cancel] | [Réserver]
}
}}
" as reserver
reserver -right-> "
{{
salt
{+
Menu Principal
~~
Confirmation de votre ?
--
No confirmatino: | ?
Date d'arrivé : | 2020-03-03
Date de départ : | 2020-03-06
Catégorie: | categorie1
==
[Noter une réservation]
--}
}}
" as mainReservationConfirme
@enduml
@startuml CU01
class Hotel <<Conteneur, Object physique>>
class Categorie <<Description d'entité>> {
nom: String
}
class Reservation <<Transaction>>{
dateArrive: date
dateDepart: date
}
class Commis <<Role>>
class Chambre <<Objet physique, Contenu dans l'hotel, Produit d'une transaction>>
class Client <<Role>>{
string nom
}
Hotel "1" -- "*" Chambre: possède
Chambre "*" -- "1" Categorie: appartient
Client "1" -- "1" Reservation: demande
Commis "1" -- "*" Reservation: cree
Hotel "1" -- "*" Commis : Emploie
Reservation "*" -- "1" Chambre : est reservé par <
@enduml
@startuml DSS1
title: Noter une réservation
skinparam style strictuml
Actor ":Commis" as Commis
Participant ":Systeme" as Systeme
Commis -> Systeme: demarrerReservation()
Commis <<-- Systeme: demander dateArrive,dateDepart, categorie, [nomCategorie]
Commis -> Systeme: reserverChambre(dateArrive:string, dateDepart:string, nomCategorie: String)
Commis <<-- Systeme: confirmation?, menu principale
@enduml
@startuml rdcu-demarrerReservation
skinparam style strictuml
Participant ":ControleurReservation" as S
Participant "mc:Map<nom:String,categorie:Categorie>" as MC
note right of MC: Visible par le \ncontroleur puisque \ntout les hotels utilisent \nles mêmes catégories
note left of S:Controleur de session
note right of S: use mc.keys() to get array of category
-> S: [nomCategorie] = demarrerReservation()
@enduml
@startuml rdcu-reserverChambre
skinparam style strictuml
Participant ":ControleurReservation" as S
Participant "c:Commis" as C
Participant "cl:Client" as CL
Participant "mc:Map<nom:String,categorie:Categorie>" as MC
Participant "cat:Categorie" as CAT
Participant "ch:Chambre" as CH
Participant "r:Reservation" as R
note right of C: Visible par le \ncontroleur\npuisque c'est une \nprécondition
note right of MC: Visible par le \ncontroleur puisque \ntout les hotels utilisent \nles mêmes catégories
note left of S:Controleur de session
-> S: reserverChambre(\ndateArrive:String, \ndateDepart:String, \ncategorie: String)
note right of S: Createur
S -> CL**: cl = Create(?)
note right of S: Expert en information
S -> MC: cat = get(nom: String)
note right of S: Expert en information
S -> CAT: ch = getChambreLibre(\ndateArrivé: String, \ndateDepart:String)
note right of S: Createur, cohésion et couplage
S -> R**: r=Create(\nch:Chambre, \nc:Commis, \ncl:Client, \ndateArrive:String, dateDepart: String)
@enduml
@startuml DCL-cu01
class ControleurReservation{
demarrerReservation()
reserverChambre(dateArrive:string, dateDepart:string, categorie: String)
}
class "Map<nom:String,categorie:Categorie>" as MC {
get(nom:String): Categorie
}
class Hotel <<Conteneur, Object physique>>
class Categorie <<Description d'entité>> {
nom: String
getChambreLibre(dateArrivé: String,dateDepart:String): Chambre
}
class Reservation <<Transaction>>{
dateArrive: date
dateDepart: date
Reservation(ch:Chambre,c:Commis,cl:Client,dateArrive:String, dateDepart: String)
}
class Commis <<Role>>
class Chambre <<Objet physique, Contenu dans l'hotel, Produit d'une transaction>>
class Client <<Role>> {
Client(?)
}
Hotel *--> "*" Chambre: possède
Chambre "*" --o Categorie: appartient
Client <-- Reservation: demande
Commis <-- Reservation: cree
Hotel *-- "*" Commis : Emploie
Reservation "*" --> "1" Chambre : est reservé par <
ControleurReservation --> MC
ControleurReservation --> Commis
MC --> "*" Categorie
@enduml
@startuml IU-CU02
(*) --> "
{{
salt
{
**Menu Principal**
~~
[Noter une réservation]
}
}}
" as main
main -right-> "
{{
salt
{+
**Noter une réservation**
--
Quantité de chambre | "99"
Date d'arrivé | "2020-03-03"
Date de départ | "2020-03-06"
Catégorie | ^Categorie^
[Réserver] |
[Terminer la réservation]
== | ==
**Réservations**
~~ | ~~
Quantité chambres: | 2
Date d'arrivé : | 2020-03-03
Date de départ : | 2020-03-06
Catégorie: | Luxe
~~ | ~~
Quantité chambres: | 2
Date d'arrivé : | 2020-03-03
Date de départ : | 2020-03-06
Catégorie: | Luxe
}
}}
" as reservations
reservations -right-> "
{{
salt
{+
**Menu Principal**
~~ | ~~
No confirmation: | A1234
== | ==
[Noter une réservation]
}
}}
" as mainReservationConfirme
@enduml
@startuml MDD CU01 + CU02
class Hotel <<Conteneur, Object physique>>
class Categorie <<Description d'entité, Catalogue>> {
nom: String
}
class Reservation <<Transaction>>{
noConfirmation: String
}
class LigneReservation <<Ligne de transaction>> {
<s>quantity: String</s>
dateArrive: Date
dateDepart: Date
}
class Commis <<Role>>
class Chambre <<Objet physique, Contenu dans l'hotel, Produit d'une transaction>>
class Client <<Role>>
Hotel "1" -- "*" Chambre: possède
Chambre "*" -- "1" Categorie: appartient
Client "1" -- "1" Reservation: demande
Commis "1" -- "*" Reservation: cree
Reservation "1" -- "*" LigneReservation: contient
Hotel "1" -- "*" Commis : Emploie
LigneReservation "1" -- "*" Chambre : est reservé par <
@enduml
@startuml DSS - CU02
title: Noter plusieurs réservations
skinparam style strictuml
Actor ":Commis" as Commis
Participant ":Systeme" as Systeme
Commis -> Systeme: demarrerReservation()
note right of Commis: Formulaire réservation\ndemander: {quantity,dateArrive,dateDepart, categorie}, retourne: [nomCategorie]]
Commis <<-- Systeme: FormulaireReservation, historique réservations = []
loop [client n'a pas terminé]
Commis -> Systeme: reserverChambres(quantity: integer, dateArrive:string, dateDepart:string, nomCategorie: String)
Commis <<-- Systeme: formulaire réservation, historique réservations
end
Commis -> Systeme: terminerReservation()
Commis <<-- Systeme: Menu principale, noConfirmation
@enduml
@startuml RDCU-CU02-demarrerReservation
skinparam style strictuml
Participant ":ControleurReservation" as S
Participant "r:Reservation" as R
Participant "c:Commis" as C
Participant "cl:Client" as CL
Participant "mc:Map<nom:String,categorie:Categorie>" as MC
Participant "llr:List<:LigneReservation>" as LLR
note right of MC: Visible par le \ncontroleur puisque \ntout les hotels utilisent \nles mêmes catégories
note left of S:Controleur de session
note right of S: use mc.keys() to get array of category
-> S: [nomCategorie] = demarrerReservation()
note right of S: Createur
S -> CL**: cl = Create(?)
note right of S: Créateur, cohésion et couplage
S -> R**: r=Create( \nc:Commis, \ncl:Client)
note right of R: Createur, r:Reservation possède les lr:LigneReservation
R --> LLR**: llr=Create()
@enduml
@startuml RDCU-CU02-reserverChambres
skinparam style strictuml
Participant ":ControleurReservation" as S
Participant "mc:Map<nom:String,categorie:Categorie>" as MC
Participant "cat:Categorie" as CAT
Participant "r:Reservation" as R
Participant "lr:LigneReservation" as LR
Participant "llr:List<:LigneReservation>" as LLR
note right of MC: Visible par le \ncontroleur puisque \ntout les hotels utilisent \nles mêmes catégories
note left of S:Controleur de session
-> S: reserverChambres(\nquantity:integer\ndateArrive:String, \ndateDepart:String, \ncategorie: String)
note right of S: Expert en information
S -> MC: cat = get(categorie: String)
note right of S: Expert en information
S -> CAT: [ch] = getChambresLibre(\nquantity:integer\ndateArrivé: String, \ndateDepart:String)
note right of S: expert en information
S -> R: r=ajouterChambres(\n[ch]:Chambre, \ndateArrive:String, dateDepart: String)
note left of LR: Createur, forte cohesion, faible couplage
R -> LR**: r=create(\n[ch]:Chambre, \ndateArrive:String, dateDepart: String)
note left of LLR: expert en information\nr a une visibilité sur llr\nllr est une liste de ligne de réservation
R -> LLR: ajouterLigneReservarion(llr)
@enduml
@startuml RDCU-CU02-terminerReservation
skinparam style strictuml
Participant ":ControleurReservation" as S
Participant "r:Reservation" as R
note left of S:Controleur de session
-> S: noConfirmation = terminerReservation()
note right of S: Expert en information\nMutateur d'attribut
S -> R: noConfirmation = terminerReservation()
@enduml
@startuml DCL-CU02
class ControleurReservation{
demarrerReservation()
reserverChambres(quantity:Integer,dateArrive:String, dateDepart:String, categorie: String)
terminerReservation()
}
class "Map<nom:String,categorie:Categorie>" as MC {
get(nom:String): Categorie
}
class Hotel <<Conteneur, Object physique>>
class Categorie <<Description d'entité,**Catalogue**>> {
nom: String
getChambresLibre(quantity:Integer, dateArrivé: String,dateDepart:String): [Chambre]
}
class Reservation <<Transaction>>{
noConfirmation: String
Reservation(commis:Commis, client: Client)
ajouterChambres([ch]:Chambre,dateArrive:String, dateDepart: String): String (json)
terminerReservation(): String
}
class LigneReservation <<Ligne de transaction>>{
dateArrive: Date
dateDepart: Date
create([ch]:Chambre,dateArrive:String, dateDepart: String)
}
class Commis <<Role>>
class Chambre <<Objet physique, Contenu dans l'hotel, Produit d'une transaction>>
class Client <<Role>> {
Client(?)
}
Hotel *--> "*" Chambre: possède
Chambre "*" --o Categorie: appartient
Client <-- Reservation: demande
Commis <-- Reservation: cree
Hotel *-- "*" Commis : Emploie
Reservation "1" --> "*" LigneReservation: contient
LigneReservation "1" --> "*" Chambre : est reservé par <
ControleurReservation --> MC
ControleurReservation --> Commis
MC --> "*" Categorie
@enduml
@startuml MDD-CU01+CU02+CU03
skinparam style strictuml
hide methods
class Commis
class Client {
nom
telephone
}
class Hotel{
telephone
}
class Reservation {
confirmation:Strgin
}
class Sejour {
dateArrive: DateHeure
dateDepart: DateHeure
}
class Chambre {
no
}
class Clé
class Categorie {
nom: String
}
Commis "1" -- "*" Reservation : Effectue
Client "1" -- "*" Reservation : Demande
Reservation "1" -- "*" Sejour : Contient
Sejour "1" -- "*" Chambre : Reserve
Chambre "*" -- "1" Categorie : sont-décrites-par
Hotel "1" -- "*" Commis : Emploie
Hotel "1" -- "*" Chambre : Contient
Chambre "1" -- "*" Clé : est-ouverte*par
Chambre "*" -- "1" Emplacement : sont-situé-à
@enduml
@startuml DSS-CU03-demarrerTransferChanbre
skinparam style strictuml
Actor ":Commis" as C
participant ":System" as S
C->S: demarrerTransferChanbre(string noChambre)
C<<--S: information du séjour, chambres disponibles
C->S: transfererChambre(string noChambreActuel, string noNouvelleChambre)
C<<--S: confirmation
@enduml
|
d92d4d82b13c548c9d063c654a49c0c62af50310 | 7e76778bf9a2540a68e2f05ad6ad32f99fc70bed | /Assets/Assets/Scripts/OSK/SpecialButton.puml | 72057ce0ce5c4696635ba16c503e49a12a8776fa | [] | no_license | JosipSkrlec/TVZ_GuestBook | e047760cd605d9d433406edc09f3f24d8a6c3ba3 | 1455332d4b71d615ea38db23698b31741289b056 | refs/heads/main | 2023-07-16T18:40:16.758495 | 2021-08-28T12:42:11 | 2021-08-28T12:42:11 | 347,311,742 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 216 | puml | @startuml
enum KeyCode {
Delete,
Space,
Enter,
}
class SpecialButton {
+ OnPointerUp(eventData:PointerEventData) : void
}
MonoBehaviour <|-- SpecialButton
IPointerUpHandler <|-- SpecialButton
@enduml
|
e5cbfbc66cd98189c8903d9969936587f2ae8c44 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitChangeStatusAction.puml | bcf6b951222f93fb9b1e11e63500dfff7259980e | [] | 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 | 469 | 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 BusinessUnitChangeStatusAction [[BusinessUnitChangeStatusAction.svg]] extends BusinessUnitUpdateAction {
action: String
status: String
}
interface BusinessUnitUpdateAction [[BusinessUnitUpdateAction.svg]] {
action: String
}
@enduml
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.