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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e617b49bd3675e2c72559e51af83deae0a37910c | c85d255daca76e76b7073e0a288849be195b214e | /app/src/main/java/com/architectica/socialcomponents/main/search/posts/posts.plantuml | e1ff9405ccbcc471f5f3a365dd2f3281b2ac8cca | [
"Apache-2.0"
] | permissive | AryaAshish/Archcrony | 75bb4646d938b2da11721aff0dde11ad49f4a357 | 3cf972c48e900d513d53ebed857373741c1969b5 | refs/heads/master | 2020-04-29T12:34:32.168647 | 2019-08-01T12:56:05 | 2019-08-01T12:56:05 | 176,141,477 | 1 | 3 | Apache-2.0 | 2019-08-01T12:56:06 | 2019-03-17T18:16:12 | Java | UTF-8 | PlantUML | false | false | 2,799 | plantuml | @startuml
title __POSTS's Class Diagram__\n
namespace com.architectica.socialcomponents {
namespace main.search {
namespace posts {
class com.architectica.socialcomponents.main.search.posts.SearchPostsFragment {
- emptyListMessageTextView : TextView
- progressBar : ProgressBar
- recyclerView : RecyclerView
- searchInProgress : boolean
+ SearchPostsFragment()
+ createPresenter()
+ hideLocalProgress()
+ onActivityResult()
+ onCreate()
+ onCreateView()
+ onSearchResultsReady()
+ openProfileActivity()
+ search()
+ showEmptyListLayout()
+ showLocalProgress()
- initRecyclerView()
- openPostDetailsActivity()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace main.search {
namespace posts {
class com.architectica.socialcomponents.main.search.posts.SearchPostsPresenter {
{static} + LIMIT_POSTS_FILTERED_BY_LIKES : int
- context : Context
+ SearchPostsPresenter()
+ search()
+ search()
- filterByLikes()
- handleSearchResult()
}
}
}
}
namespace com.architectica.socialcomponents {
namespace main.search {
namespace posts {
interface com.architectica.socialcomponents.main.search.posts.SearchPostsView {
{abstract} + hideLocalProgress()
{abstract} + onSearchResultsReady()
{abstract} + showEmptyListLayout()
{abstract} + showLocalProgress()
}
}
}
}
com.architectica.socialcomponents.main.search.posts.SearchPostsFragment .up.|> com.architectica.socialcomponents.main.search.Searchable
com.architectica.socialcomponents.main.search.posts.SearchPostsFragment .up.|> com.architectica.socialcomponents.main.search.posts.SearchPostsView
com.architectica.socialcomponents.main.search.posts.SearchPostsFragment -up-|> com.architectica.socialcomponents.main.base.BaseFragment
com.architectica.socialcomponents.main.search.posts.SearchPostsFragment o-- com.architectica.socialcomponents.adapters.SearchPostsAdapter : postsAdapter
com.architectica.socialcomponents.main.search.posts.SearchPostsPresenter -up-|> com.architectica.socialcomponents.main.base.BasePresenter
com.architectica.socialcomponents.main.search.posts.SearchPostsPresenter o-- com.architectica.socialcomponents.managers.PostManager : postManager
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
|
d1fc9b19981aa537dffc329af2beb1e9b9c7f722 | 856c17570e7975ab81ca242d4e77d068db2d33f6 | /ex45/ex45.puml | 0fcf6b26cd74f60c48ce4d34b34f69e56c7bdb7a | [] | no_license | jpaez11/paez-a04 | 2f66d2f6094d43b598bc796b82e8ec5ada98e903 | b6f74c02be07b00e81c26fb4be00905af7f749c4 | refs/heads/master | 2023-08-15T04:06:10.509682 | 2021-10-18T03:11:44 | 2021-10-18T03:11:44 | 417,701,796 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 338 | puml | @startuml
class baseline.writingFile {
- FileWriter writer
- int countModify
- ArrayList<String> list
+ int getCountModify()
+ void getModification()
}
class baseline.FileRead {
- ArrayList<String> list
- Scanner scanner
- void readile()
+ ArrayList<String> getData()
}
class baseline.solution45 {
+ {static} void main(String[])
}
@enduml |
b8d81afa7ebf0a142dc0653721abf890fc77f8f6 | ed006f8e98c20dfd1fe16065e9037b6c8efc511d | /doc/design/diagrams/request_response/overview_class.puml | f0f418f839b454bdfa91e551f1eecb4cc466b5fe | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-generic-export-compliance"
] | permissive | phongt/iceoryx | 939343855cc4bbe1610ce7c7ed504539a943f795 | efc697cf67a8bc8aedf3d123e2c9df582a5aeb83 | refs/heads/master | 2023-07-26T03:36:03.492954 | 2023-07-19T08:29:19 | 2023-07-19T08:29:19 | 237,723,029 | 0 | 0 | Apache-2.0 | 2023-07-21T19:33:59 | 2020-02-02T05:23:34 | C++ | UTF-8 | PlantUML | false | false | 290 | puml | @startuml
class Client {
}
class Server {
}
class ClientPortUser {
}
class ServerPortUser {
}
Client o-- ClientPortUser
Server o-- ServerPortUser
ClientPortUser o-- ChunkSender
ClientPortUser o-- ChunkReceiver
ServerPortUser o-- ChunkSender
ServerPortUser o-- ChunkReceiver
@enduml
|
32575e34726a0ab9e0fff0f1c6087ec438f27a32 | 346cbf8076b2b36ea53dacb81b65860af6654643 | /src/main/java/ex43/ex43.puml | 339638db6f7eed4937c6f6b01036ebb0bf0fdd70 | [] | no_license | decortealex/decorte-cop3330-assignment3 | 187acd749f22fdeef87107a40740fc36018a0307 | 058ff15bec6a4dd2cf356112054840e68c9bc14a | refs/heads/master | 2023-06-26T06:36:22.959836 | 2021-07-26T03:08:05 | 2021-07-26T03:08:05 | 377,012,916 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 173 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
+ genSite(String, String, boolean, boolean)
+ genIndex(String, String, String, String)
+ main(String[])
}
@enduml |
074a0f1a1ceae86a3365cc5b67a44c91d0ee085f | 34acd2aa8d51295c0c4289e43e8961f5e23b5a08 | /PlantUML/raw/Custom/ElCazador.Test/Web/JsonDataStoreTest.puml | b4b9e0920ce27c93778b09820b4bdad455e6d562 | [] | no_license | fisboger/Thesis | a6887e195c7daa8317abe3167de1676420173e33 | 4746126f69da615c641380fd7a33c863f2fedee3 | refs/heads/master | 2020-04-03T15:18:08.671739 | 2019-02-07T11:17:06 | 2019-02-07T11:17:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 443 | puml | @startuml
class JsonDataStoreTest {
- Path : string = @"/Users/elpatron/Documents/Projects/ElCazador/ElCazador.Test"
- HostingEnvironmentMock : Mock<IHostingEnvironment>
- DataStore : IDataStore
+ JsonDataStoreTest()
Target : Target
User : User
+ TestAdd() : void
+ TestDelete() : void
+ TestEdit() : void
+ TestJsonIntegrity() : void
+ Dispose() : void
}
IDisposable <|-- JsonDataStoreTest
@enduml
|
7b259b677979227f98852014f59d1af784376437 | 17a3796912a837cb9a28620df36390e0cd030d8b | /PlayDataFlow/struct.puml | 1d0e8d1749fee2b803f714538cba1bc7bf3c15d7 | [] | no_license | goolyuyi/playTask | 156df5c66fbccbf7fb7c7cc9487ba6e07911e5d9 | c0ac92fc96fd267f56cf83e415a3b9dea74ccbda | refs/heads/master | 2023-04-13T16:57:31.629780 | 2021-04-22T10:03:57 | 2021-04-22T10:21:04 | 360,477,441 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,249 | puml | @startuml
interface IDataflowBlock{
Task Completion { get; }
void Complete();
void Fault(Exception exception);
}
interface ISourceBlock {
LinkTo(ITargetBlock);
ReserveMessage
ReleaseReservation
ConsumeMessage
TOutput Receive();
}
IDataflowBlock<|--ISourceBlock
interface IReceivableSourceBlock{
TryReceive();
TryReceiveAll();
}
IDataflowBlock<|--IReceivableSourceBlock
ISourceBlock<|--IReceivableSourceBlock
interface ITargetBlock{
OfferMessage
Post();
}
IDataflowBlock <|-- ITargetBlock
interface IPropagatorBlock
ISourceBlock <|-- IPropagatorBlock
ITargetBlock <|-- IPropagatorBlock
IDataflowBlock <|-- IPropagatorBlock
class ActionBlock
ITargetBlock <|.. ActionBlock
class TransformBlock
IPropagatorBlock <|.. TransformBlock
IReceivableSourceBlock <|.. TransformBlock
class TransformManyBlock
IPropagatorBlock <|.. TransformManyBlock
IReceivableSourceBlock <|.. TransformManyBlock
class BufferBlock
IPropagatorBlock <|.. BufferBlock
IReceivableSourceBlock <|.. BufferBlock
class WriteOnceBlock
IPropagatorBlock <|.. WriteOnceBlock
IReceivableSourceBlock <|.. WriteOnceBlock
class BroadcastBlock
IPropagatorBlock <|.. BroadcastBlock
IReceivableSourceBlock <|.. BroadcastBlock
@enduml |
64194187b278c4997c83a6430b677fff013b310f | fb6cdc303c504ac460aabff216b9eb7d6cbae95d | /src/main/java/com/bgzyy/design/uml/composition/Composition.puml | fa207a1abe9042bf563ed5475d534a4573b1fb40 | [] | no_license | bgzyy/Design-Patterns | 67484fd535fb7c41e22cc8122e274b470ca011c8 | 6e0a2853814708ead8eae7a72171e61f705b6409 | refs/heads/master | 2023-01-01T16:12:13.380936 | 2020-10-24T08:48:19 | 2020-10-24T08:48:19 | 306,841,209 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 196 | puml | @startuml
class IDCard
class Head
class Person {
-idCard: IDCard
-head: Head = new Head()
--
+setIdCard(IdCard idCard): void
}
IDCard "1" --o Person
Head "1" --* Person
@enduml |
d8445d79ee30203a42ad3d2163deb34ddbfc3e0b | 526e846bb447cfd4474199659ccc5f9617463837 | /src/main/java/fty/uml/VenteEnLigne.puml | 78b72d50be60539b6b10f6c26491a5226c48d177 | [] | no_license | CiGit-Franck/java | dc7926277584e22e05d78322082ee8ce6a2262de | 556b4919c55d1d298becc1adfb8c8f667ca4eb87 | refs/heads/master | 2022-09-15T07:15:36.933070 | 2019-12-21T18:45:28 | 2019-12-21T18:45:28 | 214,240,704 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 274 | puml | @startuml
Client -- Commande
Commande - Produit
(Commande, Produit) .. Ligne
Vendeur -- Client
Produit -- Stock
(Stock, Produit) .. Case
class Client {
}
class Produit {
}
class Vendeur {
}
class Stock {
}
class Commande {
}
class Ligne {
}
class Case {
}
@enduml
|
e983917c723ac85bcb6000c9c71e05acd4221fcb | 369cc72050efdc9f57cb11f6abbd997e6a23009a | /docs/VVS.puml | d04e8cabdb8ad17e6baf0a16e071d39432e537ed | [] | no_license | TK5-Tim/Unibas-BCC2019-VVS | 9b8d074ccc4208aa34eb8318cf1c22dc5745a7c2 | 13566b6466ae6a62ce11ef75b7c2d1be60ed5ca9 | refs/heads/master | 2020-09-12T02:53:04.273866 | 2019-12-14T09:42:15 | 2019-12-14T09:42:15 | 222,277,459 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,529 | puml | @startuml VVS_classes
class Vorsorge {
String orgaFrom
uint kundeSV
uint balance
bool orgaChangeStarted
struct orga
orga[] orgas
String orgaTo
String orgaNow
function startOrgaChange(string _orgaFrom, uint _kundeSV, uint _balance)
function orgaIsPart(string _orga) public returns (bool)
function addressIsPart(address _address) public returns (bool)
function getCurrentOrga() public view returns (string)
function getHash() public view returns(bytes32)
function getBalance(uint _transactionNr, string currOrga, uint _kundeSV)
}
class OrgaChange {
uint transactionNr
function startOrgaChange(string _orgaFrom, uint _kundeSV, uint _balance)
function getOrga(string _orgaTo)
function finishOrgaChange() private
function getHash() public view returns(bytes32)
}
class Info {
uint kundeSV
function getCurrentOrga() public view returns (string)
function getBalance(uint _transactionNr, string currOrga, uint _kundeSV)
}
class Identifikation {
function verifyID(uint _KundeSV) public view returns(bool)
function getID() private view returns (bool)
}
class VerifyTransaction {
function getVerification(string _orgaFrom, string _orgaTo, int _kundeSV, int _balance, uint _ref)
}
Vorsorge --> OrgaChange : delegatecall
Vorsorge --> Info : delegatecall
Vorsorge --> VerifyTransaction : delegatecall
OrgaChange --> Identifikation : call
Info --> Identifikation: call
VerifyTransaction --> Identifikation: call
@enduml
|
00ebf079ee163483b8158bff71290649af611d43 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShoppingListChangeLineItemQuantityAction.puml | 0233233ed47a81aff0bdfe942e8757a2fb81aaf6 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 536 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ShoppingListChangeLineItemQuantityAction [[ShoppingListChangeLineItemQuantityAction.svg]] extends ShoppingListUpdateAction {
action: String
lineItemId: String
lineItemKey: String
quantity: Long
}
interface ShoppingListUpdateAction [[ShoppingListUpdateAction.svg]] {
action: String
}
@enduml
|
ee642313815b2e71fc928cd5b2ed4011386f820a | 618414d7666e67b9535ebd975e1de61e9c01e095 | /QLSV/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/swiperefreshlayout/swiperefreshlayout.plantuml | 62bca0d04fcadfb324d86f297c1d09c608eb6bdf | [] | 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 | 8,184 | plantuml | @startuml
title __SWIPEREFRESHLAYOUT's Class Diagram__\n
package android.support.swiperefreshlayout {
class R {
- R()
}
}
package android.support.swiperefreshlayout {
class attr {
{static} + alpha : int
{static} + font : int
{static} + fontProviderAuthority : int
{static} + fontProviderCerts : int
{static} + fontProviderFetchStrategy : int
{static} + fontProviderFetchTimeout : int
{static} + fontProviderPackage : int
{static} + fontProviderQuery : int
{static} + fontStyle : int
{static} + fontVariationSettings : int
{static} + fontWeight : int
{static} + ttcIndex : int
- attr()
}
}
package android.support.swiperefreshlayout {
class color {
{static} + notification_action_color_filter : int
{static} + notification_icon_bg_color : int
{static} + ripple_material_light : int
{static} + secondary_text_default_material_light : int
- color()
}
}
package android.support.swiperefreshlayout {
class dimen {
{static} + compat_button_inset_horizontal_material : int
{static} + compat_button_inset_vertical_material : int
{static} + compat_button_padding_horizontal_material : int
{static} + compat_button_padding_vertical_material : int
{static} + compat_control_corner_material : int
{static} + compat_notification_large_icon_max_height : int
{static} + compat_notification_large_icon_max_width : int
{static} + notification_action_icon_size : int
{static} + notification_action_text_size : int
{static} + notification_big_circle_margin : int
{static} + notification_content_margin_start : int
{static} + notification_large_icon_height : int
{static} + notification_large_icon_width : int
{static} + notification_main_column_padding_top : int
{static} + notification_media_narrow_margin : int
{static} + notification_right_icon_size : int
{static} + notification_right_side_padding_top : int
{static} + notification_small_icon_background_padding : int
{static} + notification_small_icon_size_as_large : int
{static} + notification_subtext_size : int
{static} + notification_top_pad : int
{static} + notification_top_pad_large_text : int
- dimen()
}
}
package android.support.swiperefreshlayout {
class drawable {
{static} + notification_action_background : int
{static} + notification_bg : int
{static} + notification_bg_low : int
{static} + notification_bg_low_normal : int
{static} + notification_bg_low_pressed : int
{static} + notification_bg_normal : int
{static} + notification_bg_normal_pressed : int
{static} + notification_icon_background : int
{static} + notification_template_icon_bg : int
{static} + notification_template_icon_low_bg : int
{static} + notification_tile_bg : int
{static} + notify_panel_notification_icon_bg : int
- drawable()
}
}
package android.support.swiperefreshlayout {
class id {
{static} + action_container : int
{static} + action_divider : int
{static} + action_image : int
{static} + action_text : int
{static} + actions : int
{static} + async : int
{static} + blocking : int
{static} + chronometer : int
{static} + forever : int
{static} + icon : int
{static} + icon_group : int
{static} + info : int
{static} + italic : int
{static} + line1 : int
{static} + line3 : int
{static} + normal : int
{static} + notification_background : int
{static} + notification_main_column : int
{static} + notification_main_column_container : int
{static} + right_icon : int
{static} + right_side : int
{static} + tag_transition_group : int
{static} + tag_unhandled_key_event_manager : int
{static} + tag_unhandled_key_listeners : int
{static} + text : int
{static} + text2 : int
{static} + time : int
{static} + title : int
- id()
}
}
package android.support.swiperefreshlayout {
class integer {
{static} + status_bar_notification_info_maxnum : int
- integer()
}
}
package android.support.swiperefreshlayout {
class layout {
{static} + notification_action : int
{static} + notification_action_tombstone : int
{static} + notification_template_custom_big : int
{static} + notification_template_icon_group : int
{static} + notification_template_part_chronometer : int
{static} + notification_template_part_time : int
- layout()
}
}
package android.support.swiperefreshlayout {
class string {
{static} + status_bar_notification_info_overflow : int
- string()
}
}
package android.support.swiperefreshlayout {
class style {
{static} + TextAppearance_Compat_Notification : int
{static} + TextAppearance_Compat_Notification_Info : int
{static} + TextAppearance_Compat_Notification_Line2 : int
{static} + TextAppearance_Compat_Notification_Time : int
{static} + TextAppearance_Compat_Notification_Title : int
{static} + Widget_Compat_NotificationActionContainer : int
{static} + Widget_Compat_NotificationActionText : int
- style()
}
}
package android.support.swiperefreshlayout {
class styleable {
{static} + ColorStateListItem : int[]
{static} + ColorStateListItem_android_color : int
{static} + ColorStateListItem_android_alpha : int
{static} + ColorStateListItem_alpha : int
{static} + FontFamily : int[]
{static} + FontFamily_fontProviderAuthority : int
{static} + FontFamily_fontProviderCerts : int
{static} + FontFamily_fontProviderFetchStrategy : int
{static} + FontFamily_fontProviderFetchTimeout : int
{static} + FontFamily_fontProviderPackage : int
{static} + FontFamily_fontProviderQuery : int
{static} + FontFamilyFont : int[]
{static} + FontFamilyFont_android_font : int
{static} + FontFamilyFont_android_fontWeight : int
{static} + FontFamilyFont_android_fontStyle : int
{static} + FontFamilyFont_android_ttcIndex : int
{static} + FontFamilyFont_android_fontVariationSettings : int
{static} + FontFamilyFont_font : int
{static} + FontFamilyFont_fontStyle : int
{static} + FontFamilyFont_fontVariationSettings : int
{static} + FontFamilyFont_fontWeight : int
{static} + FontFamilyFont_ttcIndex : int
{static} + GradientColor : int[]
{static} + GradientColor_android_startColor : int
{static} + GradientColor_android_endColor : int
{static} + GradientColor_android_type : int
{static} + GradientColor_android_centerX : int
{static} + GradientColor_android_centerY : int
{static} + GradientColor_android_gradientRadius : int
{static} + GradientColor_android_tileMode : int
{static} + GradientColor_android_centerColor : int
{static} + GradientColor_android_startX : int
{static} + GradientColor_android_startY : int
{static} + GradientColor_android_endX : int
{static} + GradientColor_android_endY : int
{static} + GradientColorItem : int[]
{static} + GradientColorItem_android_color : int
{static} + GradientColorItem_android_offset : int
- styleable()
}
}
R +-down- attr
R +-down- color
R +-down- dimen
R +-down- drawable
R +-down- id
R +-down- integer
R +-down- layout
R +-down- string
R +-down- style
R +-down- styleable
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
c98680b02205ad617faad17d9843f659dbda8d49 | 97a25f431d81a9c1cf42d6fa55e31e325a4d6588 | /asciidocs/plantuml/cld.puml | b300bc2edc204c14b3fed3839562cedfc537368f | [] | no_license | wiesingerjonas/01-microproject-dorfingerjonas | 947f633d01a7205ed30e96eaf344133f447f223a | b2f958b93f12fa2ab15569743bc023181f2fbda3 | refs/heads/master | 2023-09-04T12:55:01.222993 | 2021-09-27T06:00:29 | 2021-09-27T06:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 714 | puml | @startuml
class Employee
class Machine
class MachineType
class Material
class Product
class Production
Product "1" --- "*" Production
Material "1" --- "*" Production
Employee "1" --- "*" Production
Machine "1" --- "*" Production
Machine "*" --- "1" MachineType
Employee "*" --- "1" MachineType
Product "*" --- "1" Material
class Employee {
+ name
+ age
+ salary
+ hireDate
+ handleAbleMachineType
}
class Machine {
+ machineType
+ requiredMachineType
}
enum MachineType {
HEAVY,
MEDIUM,
LIGHT
}
class Material {
+ name
+ code
+ inStock
}
class Product {
+ name
+ material
}
class Production {
+ employee
+ machine
+ product
}
@enduml
|
5a154244e775e0c97921018a0135948b48672d6b | 70075e63dae20a56540fceb30bd2c0f5d15e2428 | /doc/changes.puml | e8359478df9193155d0cd53d7aa6b580e90db5c4 | [
"Apache-2.0"
] | permissive | TNG/mustard-cli | a280d0765b178b59bfede6e0652e2ce6413f4a3a | 69d7f1a8193543602d4b549871b2b6157faaaf6d | refs/heads/release | 2023-08-15T07:46:12.354230 | 2022-05-06T10:00:01 | 2022-05-06T10:00:01 | 180,951,062 | 12 | 1 | Apache-2.0 | 2020-07-21T07:04:10 | 2019-04-12T07:08:50 | C++ | UTF-8 | PlantUML | false | false | 433 | puml | @startuml
class FileComments {
file : string
+ accept( CommentConsumer)
}
class Comments {
+ accept( CommentConsumer)
}
Comments "1.." o-- FileComments
class LineComment {
comment : string
line : string
author : string
...
}
interface CommentConsumer{
+consume(string file, string line, string comment)
}
class BitBucketCommentUploader{
}
BitBucketCommentUploader --|> CommentConsumer
FileComments "1.." o-- LineComment
@enduml |
b3d9a89904d8efd29d2033ca444e7ee57797b958 | 45a7393bff677d63e6a90c83203eaefa3e62a8f1 | /allClasses/inputClasses.puml | b63375f4d00b45586fb39c27741730cb148249c7 | [] | no_license | 32pounds/LaTexDocumenation | 61f842692a55667f817edc14a4c061251664a8bf | 936f5c7321035635ebd7ccc188474ca41030b9b3 | refs/heads/master | 2016-09-06T08:29:44.635334 | 2015-05-14T22:34:31 | 2015-05-14T22:34:31 | 30,378,336 | 1 | 2 | null | 2015-02-18T03:44:43 | 2015-02-05T21:04:40 | TeX | UTF-8 | PlantUML | false | false | 1,840 | puml | @startuml
class OSInputProcessor{
{static} OSInputProcessor getInstance()
void addInputPorcessor(InputProcessor inputProcessor)
void removeInputPorcessor(InputProcessor inputProcessor)
boolean keyDown(int keycode)
boolean keyUp(int keycode)
boolean keyTyped(char character)
boolean touchDown(int screenX, int screenY, int pointer, int button)
boolean touchUp(int screenX, int screenY, int pointer, int button)
boolean touchDragged(int screenX, int screenY, int pointer)
boolean mouseMoved(int screenX, int screenY)
boolean scrolled(int amount)
}
class InputHandler{
InputHandler(GameID target, CommandHandler cH)
boolean keyDown(int keycode)
boolean keyUp(int keycode)
boolean keyTyped(char character)
boolean touchDown(int screenX, int screenY, int pointer, int button)
boolean touchUp(int screenX, int screenY, int pointer, int button)
boolean touchDragged(int screenX, int screenY, int pointer)
boolean mouseMoved(int screenX, int screenY)
boolean scrolled(int amount)
}
interface CommandHandler {
void handleCommand(Command cmd)
}
abstract class Command {
{abstract} void execute(GameState state)
char[] packetize()
{static} Command parse(char[] input)
}
class OSGame{
void create()
void handle(String message)
void handleCommand(Command cmd)
void syncWithState(String state)
void render()
}
OSGame --|> CommandHandler
InputHandler --|> InputProcessor
OSInputProcessor --|> InputProcessor
OSInputProcessor o-- "1..@" InputProcessor
PopupMenu --|> InputProcessor
InputHandler "1..*" o-- CommandHandler : "Gives commands to"
note top of OSInputProcessor
libGDX sends input to a single InputHandler,
OSInputProcessor collects multiple InputHandler
and distributes input to them all"
end note
@enduml
|
1d681723fc87eaf8d883a80cab516dd3fe8fd2e6 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ChannelAddRolesAction.puml | c93b7ac406a3d8628f966331ad55d1519affed11 | [] | 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 | 474 | 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 ChannelAddRolesAction [[ChannelAddRolesAction.svg]] extends ChannelUpdateAction {
action: String
roles: [[ChannelRoleEnum.svg List<ChannelRoleEnum>]]
}
interface ChannelUpdateAction [[ChannelUpdateAction.svg]] {
action: String
}
@enduml
|
0fe103d06e0564dd382ec7866f4cd782592e2eec | 7c468a29a573cf41e9f2c9ad29eab9286cf75036 | /src/main/java/ex42/ParsingDataFile.puml | 61f047b4b1429133f92dedfd1bd18c81201d12f3 | [] | 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 | 178 | puml | @startuml
'https://plantuml.com/class-diagram
class App
class NameSorter{
SortedNames
readFile()
processData()
printSortedData()
}
App O--> NameSorter
@enduml |
3cb261637c27ac77003cafac4fa3b072ae159a13 | 678df69f6a8d26d87af28413f82e510bbb664316 | /app/src/main/java/org/devio/as/proj/hi_jetpack/room/room_arch.puml | 581b12937935f5e7bcc6b3b6e0009433923b9cf7 | [
"Apache-2.0"
] | permissive | Seachal/hi_jetpack | 8b24b67353179cafc09d535b700b0e855f8b1fc4 | 2f503093a009172313d2f90c82fd6c4556db597b | refs/heads/master | 2022-12-09T15:42:39.085756 | 2020-08-31T08:25:53 | 2020-08-31T08:25:53 | 291,397,238 | 0 | 0 | null | 2020-08-30T04:07:07 | 2020-08-30T04:07:07 | null | UTF-8 | PlantUML | false | false | 1,768 | puml | @startuml
object Room实现层{
room-compiler编译时处理器+24种注解 '
}
interface SupportSQLiteOpenHelper{
SupportSQLiteDatabase getReadableDatabase();
SupportSQLiteDatabase getWritableDatabase();
}
interface SupportSQLiteDatabase{
void beginTransaction();
boolean inTransaction();
Cursor query(SupportSQLiteQuery query);
long insert(String table, ContentValues values)
int delete(String table, String whereClause);
int update(String table,ContentValues values);
void execSQL(String sql) throws SQLException;
}
interface SupportSQLiteStatement{
void execute();
long executeInsert();
int executeUpdateDelete();
long simpleQueryForLong();
}
class FrameworkSQLiteOpenHelper {
SQLiteOpenHelper openHelper来实现数据库创建,打开的能力
}
class FrameworkSQLiteDatabase {
SQLiteDatabase database 来实现数据增删改,事务提交的能力
}
class FrameworkSQLiteStatement {
SQLiteStatement mDelegate 来实现增删改查的能力.
}
'note left of SupportSQLiteOpenHelper:"接口抽象层" end note
'note left of FrameworkSQLiteOpenHelper:"接口实现层,依赖于sqlite能力" end note
'note left of Room实现层:"Room实现层 注解+ 编译时处理器" end note
Room实现层<--FrameworkSQLiteOpenHelper
Room实现层<--FrameworkSQLiteDatabase
Room实现层<--FrameworkSQLiteStatement
FrameworkSQLiteOpenHelper<--SupportSQLiteOpenHelper
FrameworkSQLiteDatabase<--SupportSQLiteDatabase
FrameworkSQLiteStatement<--SupportSQLiteStatement
component Room实现层(注解+编译时处理器) as c1{
}
component 接口实现层,依赖于sqlite能力 as c2{
}
component 接口抽象层,定义数据库CRUD接口 as c3{
}
c1<..c2
c2<..c3
@enduml |
937344737f5548fb775abe5dbb32d94f2689329e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductRevertStagedVariantChangesAction.puml | a3b3efac5df8502c1cff5c2cc181f45030b79b77 | [] | 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 | 473 | 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 ProductRevertStagedVariantChangesAction [[ProductRevertStagedVariantChangesAction.svg]] extends ProductUpdateAction {
action: String
variantId: Long
}
interface ProductUpdateAction [[ProductUpdateAction.svg]] {
action: String
}
@enduml
|
464e116f9cc57d26e21c87f1666e25987f87201d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductDiscountUpdate.puml | 75bf787d8e136540d4314fbbc881e7030906203f | [] | 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 | 391 | 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 ProductDiscountUpdate [[ProductDiscountUpdate.svg]] {
version: Long
actions: [[ProductDiscountUpdateAction.svg List<ProductDiscountUpdateAction>]]
}
@enduml
|
ae3877d5258034ac4fdff5ecc9b486eedc35440a | 42f152909a651a0e2f7f61ac59bdd1b3a7a1c480 | /uml/TDList.puml | 909965b49a283cbf6c6e2536c9a3f3d7f6d7e2f5 | [] | no_license | MontgomeryJukebox/Santamaria-cop3330-assignment4 | deacf1ca0aeeb98851118a3a3d632dc7a32cea3b | 7067ed2fe90dc02a94efbaba7409f1631f644308 | refs/heads/master | 2023-06-15T17:55:00.113153 | 2021-07-06T02:18:50 | 2021-07-06T02:18:50 | 382,158,695 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,284 | puml | @startuml
'https://plantuml.com/class-diagram
class TDManagerController {
}
class TDViewer {
+ displayTODOs(TDGroup)
+ displayTODOs(TDList)
+ filteredDisplayTODOs(group: TDGroup, done: boolean)
+ filteredDisplayTODOs(list: TDList, done: boolean)
}
class Exporter {
+ exportToJSON(group: TDGroup);
+ exportToJSON(list: TDList);
}
File Output {
}
File Input {
}
class Importer {
+ loadFromJSON(filepath: String): TDGroup
+ loadFromJSON(filepath: String): TDList
}
class TDManager {
tdGroup: TDGroup
+ getGroups(): TDGroup or ArrayList<TDGroup>
}
class TDList {
title: String
list: ArrayList<Item>
+ rename(newTitle: String)
+ addItem(item: Item)
+ rmItem(index: int)
}
class TDGroup {
todos: ArrayList<TDList>
+ newList(list: TDList)
+ rmList(index: int)
}
class Item {
description: String
done: boolean
dueDate: Date(YYYY-MM-DD)
+ editDescription(newDesc: String)
+ editDueDate(newDate: Date(YYYY-MM-DD))
+ setDone(done: boolean)
}
javafx.Application <|-- TDViewer
TDManager <-- TDManagerController
TDManager o-- TDGroup
TDGroup o-- TDList
TDList o-- Item
TDViewer <-- TDManager
TDManager --> Exporter
TDManager <-- Importer
Output <-- Exporter
Input --> Importer
@enduml |
3fdc5184de3c587fb84c0c52912d2ec861223a92 | 4a46872b586ed5cd62cdfb631d55be145978fe4c | /src/main/java/com/masterarbeit/masterarbeit.plantuml | f04df623b9fe0c50e710315bc809a6a9d01c44c4 | [] | no_license | edegeyer/validator | 3f80d7523f2dd36256e6b7e14ff870ff5b45e301 | 0dedd33202ddc2957b482bfdf387be74242cb146 | refs/heads/master | 2020-04-15T12:30:14.209365 | 2019-07-01T12:30:09 | 2019-07-01T12:30:09 | 164,677,194 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 355 | plantuml | @startuml
title __MASTERARBEIT's Class Diagram__\n
package com.masterarbeit {
class AnonymizerApplication {
{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
|
67449670dc1f65669f07b516c8bee3443c2e9d5d | d10503f47377addd953c47db621947c28060f809 | /Adapter/src/ClassDiagram.puml | 333fd550eae2c7d63f9b2404e2a264c8a401e9f6 | [
"MS-PL"
] | permissive | BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML | a0c93981e4924ded0b1db50b296d48c0155f376e | dd5fbb54da0daf0fa8ecb7184af9baecaf508d85 | refs/heads/master | 2021-01-17T23:11:04.570954 | 2015-03-18T20:17:21 | 2015-03-18T20:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 879 | puml | @startuml
interface Polygon{
+ define(float x0, float y0, float x1, float y1, String color) : void
+ getCoordinates() : float[]
+ getSurface() : float
+ setId(String id) : void
+ getId() : String
+ getColor() : String
}
hide Polygon fields
class Rectangle{
- x0 : float
- y0 : float
- height : float
- width : float
- color : String
+ getArea() : float
+ getOriginX() : float
+ getOriginy() : float
+ getOppositeCornerX() : float
+ getOppositeCornerY() : float
+ getColor() : String
}
hide Rectangle fields
class RectangleClassAdapter {
- name : String
}
class RectangleObjectAdapter{
- name : String
- adaptee : Rectangle
}
hide RectangleClassAdapter fields
Polygon <|.. RectangleClassAdapter
Polygon <|.. RectangleObjectAdapter
RectangleObjectAdapter o-- Rectangle
Rectangle <|-- RectangleClassAdapter
@enduml |
5d9dc9d09d88db10238fc76d3280f6c03005d3b2 | 4d8bf417ae8c3dd8bcacc812422d1831c2e77aab | /src/main/java/com/tjudream/designpattern/templatemethod/image/template.puml | e7d1903c0d9bfa4c26b3f19c63bef5a10f589f49 | [
"Apache-2.0"
] | permissive | tjudream/DesignPatterns | 3aaa8e2a64382d7cb9f49a3b3e736f978e90bdbe | 426773ae74804e661a425b00c0a8e4d05524f2b5 | refs/heads/master | 2020-04-05T19:39:32.984340 | 2018-12-02T11:46:54 | 2018-12-02T11:46:54 | 157,144,618 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 374 | puml | @startuml
skinparam classAttributeIconSize 0
abstract class AbstractClass {
#doAnything():void
#doSomething():void
+templateMethod():void
}
class ConcreteClass1 {
#doAnything():void
#doSomething():void
}
class ConcreteClass2 {
#doAnything():void
#doSomething():void
}
AbstractClass <|-- ConcreteClass1
AbstractClass <|-- ConcreteClass2
@enduml |
617bce24de8c484bff8a115a399e05ad102a7422 | 82d936d3e60c99d0a01963837413664c4662dc8b | /src/main/java/cn/ksdshpx/designpattern/bridge/bridgeclass.puml | 9d2a68aaba549e8c4478e192bafb6b609850ce0c | [] | no_license | ksdshpx/PDesignPattern | 8aa5735e7636f571631dc14dce818180c7271c50 | f73bfe30c79c84084a8dbb08a9857e749fa4df16 | refs/heads/master | 2021-07-08T14:09:02.524505 | 2020-11-09T01:39:46 | 2020-11-09T01:39:46 | 196,672,802 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 293 | puml | @startuml
abstract class Phone{
brand:Brand
}
class FoldedPhone extends Phone{
}
class UpRightPhone extends Phone{
}
interface Brand{
call():void
}
class Vivo implements Brand{
}
class Xiaomi implements Brand{
}
Phone o-- Brand
class Client{
}
Client ..> Phone
@enduml |
93f97516964e0e8716eb4dea14b499aa070a6d4c | 56fd64c52067fe59433ea572bf50214b0c0e8012 | /src/main/java/oop/examples/Lecture08/lecture08.puml | 489c27e567543ff58e5dbf7f6fd144d66662c9cd | [] | no_license | rafuchosnow/COP3330-2021-Summer | 41ef900a2154e10056b8c0532a2d17dcc4981d1e | bd03e4471cbf9e1b06eaea5724bc476994f5b75a | refs/heads/master | 2023-05-29T03:34:52.326626 | 2021-06-17T19:48:30 | 2021-06-17T19:48:30 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,607 | puml | @startuml
'https://plantuml.com/class-diagram
class Gradebook {
- Assignments: List
+ addStudent(Student)
+ removeStudent(Student)
+ lookupStudentGrades(Student)
+ getAssignmentStatistics(Assignment)
+ addAssignment(Assignment)
+ removeAssignment(Assignment)
}
class Assignment {
- Students: List
- maxScore: Double
- title: String
- dueDate: Date
+ addStudent(Student)
+ addStudent(String studentId)
+ addStudent(String firstName, String lastName)
+ getMaxScore()
+ setMaxScore()
+ getStudentScore(Student)
+ setStudentScore(Student)
}
interface TimedAssignmentBehaviors {
+ setTimeLimit()
+ setStudentTime()
}
interface MultipleChoiceAssignmentBehaviors {
+ setNumberOfChoices()
}
class TimedAssignments {
- Students: List
- maxScore: Double
- title: String
- dueDate: Date
- timeLimit: int
}
class MultipleChoiceAssignment {
generateMultipleChoices()
}
class EssayAssignment {
}
class Exam {
}
class TimedMultipleChoiceAssignment {
generateMultipleChoices()
getCompletionTime()
setCompletionTime()
}
class Student {
AssignmentScores: Map<Assignment, Double>
}
Gradebook o--> Student
Student o--> Assignment
Assignment <|-- TimedAssignments
TimedAssignmentBehaviors <|-- TimedAssignments
Assignment <|-- MultipleChoiceAssignment
Assignment <|-- EssayAssignment
Assignment <|-- Exam
Assignment <|--- TimedMultipleChoiceAssignment
TimedAssignmentBehaviors <|-- TimedMultipleChoiceAssignment
MultipleChoiceAssignmentBehaviors <|-- TimedMultipleChoiceAssignment
@enduml |
82d066793df2d67e3fe3338fb7309b84e88b16aa | a1f2fba6fa3bfd66f0276cd7f0d35bfe09dcc546 | /test6/src/class1.puml | acf2f568e2d3c06291d79f9270c58f42359308ed | [] | no_license | lfd1109550635/is_analysis | 9fb2c7c250fdef74ca755eda111129803bcc4f8a | bd46ba8c49c6e5363306958ed400e85460eab176 | refs/heads/master | 2020-04-29T14:34:26.437616 | 2019-05-06T17:26:26 | 2019-05-06T17:26:26 | 176,200,422 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 953 | puml | @startuml
title 基于GitHub的实验管理平台--类图
class users {
<b>user_id</b> (用户ID)
name (用户真实姓名)
github_username (用户GitHub账号)
update_date (用户GitHub账号修改日期)
password (用户密码)
disable (用户是否禁用)
}
class teachers{
<b>teacher_id</b> (老师工号)
department (老师所属部门)
}
class students{
<b>student_id</b> (学号)
class (班级)
result_sum(成绩汇总)
web_sum (网站正确与否汇总)
}
users <|- students
users <|-- teachers
class grades {
<b>student_id</b> (学号)
<b>test_id</b> (实验编号)
result (分数)
memo (评价)
update_date (评改日期)
}
class tests {
<b>test_id</b> (实验编号)
title (实验名称)
}
students "1" -- "n" grades
tests "1" -- "n" grades
@enduml
|
db331782133119b7a7ef10d0c10e974ba758db6c | c2105b92c810f5779b676dfb6b577ec9910d2687 | /Documentation/PUML/gui/GuiPackageNavigationRelated.puml | 7808cbcec04c3647a1a7a7bafe2a2b6684e05074 | [
"MIT"
] | permissive | tunepruner/4wardslegacy | 4df61c9f8a1a6a1d1a22ed164132beac8f46b0e7 | 410e3a26b073139b3dc2013d30a9fc7bb01ddc4d | refs/heads/master | 2023-02-16T19:00:08.988933 | 2021-01-12T23:08:05 | 2021-01-12T23:08:05 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,139 | puml | @startuml
class Main{
main()
}
abstract class Application{
From javafx.application
}
class DirectionPaneLoader extends Application{
Pane directionPane
TabPaneLoader
start()
}
class TabPaneLoader{
Pane tabPane
CenterPane
}
class CenterPaneLoader{
Pane centerPane
PlanEditor
DaysEditor
BreakdownEditor
ClockOutEditor
StatsView
CenterPaneLoader
Collection<CenterPaneContent> trail
int currentIdx
-addStep()
+load()
-getIdx()
+toPrevious()
}
interface CenterPaneContent{
load()
}
class PlanEditor<<CenterPaneContent>>{
Pane thisPane
ListArea
}
class DaysEditor<<CenterPaneContent>>{
Pane thisPane
}
class ClockOutEditor<<CenterPaneContent>>{
Pane thisPane
}
class BreakdownEditor<<CenterPaneContent>>{
Pane thisPane
}
class StatsView<<CenterPaneContent>>{
Pane thisPane
}
class StartArea{
Pane thisPane
}
Main -* DirectionPaneLoader
DirectionPaneLoader -* TabPaneLoader
TabPaneLoader --* CenterPaneLoader
TabPaneLoader -* StartArea
CenterPaneLoader--* PlanEditor
CenterPaneLoader--* DaysEditor
CenterPaneLoader--* BreakdownEditor
CenterPaneLoader--* ClockOutEditor
CenterPaneLoader--* StatsView
CenterPaneLoader -* CenterPaneContent
@enduml |
2150f2dacd94f2b4acd34a5113855bf2cc53e35c | 644b7bb773b84596a2de4d31a0603284d9562e56 | /web3function/file/Course.iuml | e285129f70b65591352a20b56569d493bc684c0f | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 392 | iuml | @startuml
skinparam classAttributeIconSize 0
class Course{
+ getExamNumber(contract: address): number
+ getExamContractAt(contract: address, number _index): address
+ getName(contract: address): number
+ getCreditsToGraduate(contract: address): number
+ getSolarYear(contract: address): number
+ addNewExam(contract: address, _name: number, _credits: number, _obbligatoriety: bool)
}
@enduml
|
bebb9d995c7747cd7c0210368975d885f4603357 | 4da7e78ec06aecb6c07518f92bec50e1906e0096 | /docs/uml/Category-SubCategory-Brands.puml | 20ba90a436b2dabb0641529f0b38a7b98a2b4b4f | [] | no_license | dinglc/testrite_tlw | e8b44340b3850de01411f1374d61d1b067546e9f | 4dd695923384dc2b4d288eafdf3e057db54629f2 | refs/heads/master | 2021-01-10T12:04:45.537273 | 2015-10-30T11:02:25 | 2015-10-30T11:02:25 | 44,219,984 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 825 | puml | @startuml
CategoryData -- CategoryPageData : Contains
ProductCategorySearchPageData <|- SubCategorySearchPageData
CategoryData <|- BrandData
class ProductCategorySearchPageData {
}
class SubCategorySearchPageData {
+HotSellingProductsData hotSellingProducts
+PreOrderProductsData preOrderProducts
}
class CategoryData {
+List<ImageData> advertisementBanners
}
class BrandData{
+String brandStory
}
class CategoryPageData {
+List<CategoryData> category
+List<ProductData> preOrderProducts
+List<CategoryData> subCategoryList
+List<HotSellingProductsData> hotSellingProducts
+List<ProductData> suggestedProducts
+List<ProductData> clearingSalesProducts
}
class HotSellingProductsData {
+CategoryData categoryData
+List<ProductData> products
}
class PreOrderProductsData {
+List<ProductData> products
}
@enduml |
9c04f64a596c9201c1a720256d08a30e842a645c | 45bdcc7d5e2a88bc8934e070db799cc877e05df2 | /doc/FilmService.puml | 727b9b60620dd0cc9eed050d274cbb1c25be9d9a | [] | no_license | jangrunicke/express_movies | c6718d8af7ef682d043b42b4611c4d50925ac6ce | f9ee81fcd4aae13731631bce4a6d199e6a2fa9f2 | refs/heads/main | 2023-01-07T04:52:41.589216 | 2020-05-07T12:57:34 | 2020-05-07T12:57:34 | 311,109,435 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,002 | puml | @startuml Anwendungskern
!pragma useNewPackage
skinparam class AttributeIconSize 0
skinparam componentStyle uml12
interface Promise<T>
package shared {
class "sendMail()" as sendMail
hide sendMail circle
}
package film {
package entity {
class FilmModel
hide FilmModel circle
class "validateFilm()" as validateFilm
hide validateFilm circle
interface FilmData <<entity>>
}
package service #DDDDDD {
FilmService ..> Promise
FilmService ..> FilmModel
FilmService ..> FilmData
FilmService ..> validateFilm
FilmService ..> sendMail
class FilmService << control >> {
+ async findById(id: string): Promise<FilmData | undefined>
+ async find(query?: any): Promise<Array<FilmData>>
+ async create(film: FilmData): Promise<FilmData>
+ async update(film: FilmData, version: string): Promise<FilmData>
+ async delete(id: string): Promise<boolean>
}
}
}
hide empty members
footer (c) Jürgen Zimmermann
@enduml |
7e563b76cdc24ed553bcaec85ef43c60dd52208d | 7be999d7edb37c6cf33fea50dba09818bbd36c56 | /W01/181860086/uml/characters.puml | 0bd8752deaa9c99d2c3f25785939a98806bd77d9 | [] | no_license | jianhenglian/jwork-2021 | 6b5cdacf0df87719bcedc555f99806192fc9d6bd | d085b4262e9845ab46ccdd5a47b2bd436ceb206c | refs/heads/main | 2023-08-11T15:49:48.616877 | 2021-09-28T15:21:12 | 2021-09-28T15:21:12 | 404,985,902 | 0 | 0 | null | 2021-09-10T06:58:32 | 2021-09-10T06:58:31 | null | UTF-8 | PlantUML | false | false | 569 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Being {
shatter()
hole()
String name
}
class Creature {
fallOn()
dodge()
laugh()
angry()
attack()
see()
speak()
hurt()
run()
runAfter()
climbUp()
afraid()
hold()
throw()
Being body
Being arms
Being hands
}
class Monster {
changeHandPart()
regeneration()
toWind()
Being pliers
boolean isHands
}
class ThirdBaby {
}
Creature -[#green]> Being
ThirdBaby -[#green]> Creature
Monster -[#green]> Creature
@enduml |
e9fac2c0286c52495124de1c2a334fada1de6162 | 176fa7e597c2f2337f80a9d4e393e636e5823129 | /stocky-devel/stocky/docs/source/uml_images/classes_serversocket_classes.plantuml | 0b5a8ad20661771156e96f1271916e41c07623f0 | [
"Apache-2.0"
] | permissive | cfe-lab/stocky | 0133abf16bbf068d8ef3684af4d7b22e96756e37 | 6c4114551d9b61c5ba3db2c237e995fecdd2f6b3 | refs/heads/master | 2021-04-15T17:01:15.610547 | 2019-04-08T18:51:52 | 2019-04-08T18:51:52 | 126,519,914 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 313 | plantuml | @startuml
title classes serversocket
class clientsocket {
+on_close_cb(self, event)
+on_message_JSON(self, data_from_server:typing.Any)
+on_open_cb(self, event)
+pythonify_dct(self, in_js)
}
class JSONserver_socket {
+send(self, data_to_server)
}
clientsocket <|-- JSONserver_socket
@enduml
|
7482b8dc0e3e57688a513e7bfc4427b6196620fb | 1f82a579eb5d967f1cf2a2de0a7563bf3dd3562c | /uml/datamodel_apis.puml | e2abe67e03676e578e83d9567e7cf3e7c1316ea0 | [] | no_license | sennierer/apis-translation-9-19 | 5177d5a4e784390a65f8328a35b672a9392589cf | 8c4fc7a2aac8794f9358cf90e843212aa194f0ed | refs/heads/master | 2020-07-29T09:19:42.986100 | 2019-09-20T10:49:36 | 2019-09-20T10:49:36 | 209,743,971 | 0 | 1 | null | 2019-09-20T10:42:20 | 2019-09-20T08:35:04 | CSS | UTF-8 | PlantUML | false | false | 901 | puml | @startuml
left to right direction
package entities <<Rectangle>> {
class Person {
first_name : string
name : string
start_date : date
end_date : date
}
class Place {
name : string
start_date : date
end_date : date
lat : float
lng : float
}
class Institution {
name : string
start_date : date
end_date : date
}
class Work {
name : string
start_date : date
end_date : date
}
class Event {
name : string
start_date : date
end_date : date
}
}
package meta.classes <<Rectangle>> {
class Annotation {
#start : int
#end : int
}
class Text {
text : longtext
}
}
Person -- Place
Place -- Institution
Person -- Institution
Person -- Work
Place -- Work
Institution -- Work
Person -- Event
Place -- Event
Institution -- Event
Work -- Event
Person .. Annotation
Institution .. Annotation
Place .. Annotation
Work .. Annotation
Event .. Annotation
Annotation -- Text
@enduml
|
6805563a853900ae8d0cf68b8dbe2ac3efddbfd9 | e19da2b4d59acf1fee903de42b8b44adf359cfc5 | /ftc_app-dev/openCVLibrary3/src/main/java/org/opencv/calib3d/calib3d.plantuml | 8030accf7d3008fd02eee8dc725d57d2f104c7ee | [
"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 | 21,674 | plantuml | @startuml
title __CALIB3D's Class Diagram__\n
package org.opencv {
package org.opencv.calib3d {
class Calib3d {
{static} + CALIB_USE_INTRINSIC_GUESS : int
{static} + CALIB_RECOMPUTE_EXTRINSIC : int
{static} + CALIB_CHECK_COND : int
{static} + CALIB_FIX_SKEW : int
{static} + CALIB_FIX_K1 : int
{static} + CALIB_FIX_K2 : int
{static} + CALIB_FIX_K3 : int
{static} + CALIB_FIX_K4 : int
{static} + CALIB_FIX_INTRINSIC : int
{static} + CV_ITERATIVE : int
{static} + CV_EPNP : int
{static} + CV_P3P : int
{static} + CV_DLS : int
{static} + LMEDS : int
{static} + RANSAC : int
{static} + RHO : int
{static} + SOLVEPNP_ITERATIVE : int
{static} + SOLVEPNP_EPNP : int
{static} + SOLVEPNP_P3P : int
{static} + SOLVEPNP_DLS : int
{static} + SOLVEPNP_UPNP : int
{static} + SOLVEPNP_AP3P : int
{static} + SOLVEPNP_MAX_COUNT : int
{static} + CALIB_CB_ADAPTIVE_THRESH : int
{static} + CALIB_CB_NORMALIZE_IMAGE : int
{static} + CALIB_CB_FILTER_QUADS : int
{static} + CALIB_CB_FAST_CHECK : int
{static} + CALIB_CB_SYMMETRIC_GRID : int
{static} + CALIB_CB_ASYMMETRIC_GRID : int
{static} + CALIB_CB_CLUSTERING : int
{static} + CALIB_FIX_ASPECT_RATIO : int
{static} + CALIB_FIX_PRINCIPAL_POINT : int
{static} + CALIB_ZERO_TANGENT_DIST : int
{static} + CALIB_FIX_FOCAL_LENGTH : int
{static} + CALIB_FIX_K5 : int
{static} + CALIB_FIX_K6 : int
{static} + CALIB_RATIONAL_MODEL : int
{static} + CALIB_THIN_PRISM_MODEL : int
{static} + CALIB_FIX_S1_S2_S3_S4 : int
{static} + CALIB_TILTED_MODEL : int
{static} + CALIB_FIX_TAUX_TAUY : int
{static} + CALIB_USE_QR : int
{static} + CALIB_FIX_TANGENT_DIST : int
{static} + CALIB_SAME_FOCAL_LENGTH : int
{static} + CALIB_ZERO_DISPARITY : int
{static} + CALIB_USE_LU : int
{static} + CALIB_USE_EXTRINSIC_GUESS : int
{static} + FM_7POINT : int
{static} + FM_8POINT : int
{static} + FM_LMEDS : int
{static} + FM_RANSAC : int
{static} + fisheye_CALIB_USE_INTRINSIC_GUESS : int
{static} + fisheye_CALIB_RECOMPUTE_EXTRINSIC : int
{static} + fisheye_CALIB_CHECK_COND : int
{static} + fisheye_CALIB_FIX_SKEW : int
{static} + fisheye_CALIB_FIX_K1 : int
{static} + fisheye_CALIB_FIX_K2 : int
{static} + fisheye_CALIB_FIX_K3 : int
{static} + fisheye_CALIB_FIX_K4 : int
{static} + fisheye_CALIB_FIX_INTRINSIC : int
{static} + fisheye_CALIB_FIX_PRINCIPAL_POINT : int
{static} + estimateAffine2D()
{static} + estimateAffine2D()
{static} + estimateAffine2D()
{static} + estimateAffine2D()
{static} + estimateAffine2D()
{static} + estimateAffine2D()
{static} + estimateAffine2D()
{static} + estimateAffinePartial2D()
{static} + estimateAffinePartial2D()
{static} + estimateAffinePartial2D()
{static} + estimateAffinePartial2D()
{static} + estimateAffinePartial2D()
{static} + estimateAffinePartial2D()
{static} + estimateAffinePartial2D()
{static} + findEssentialMat()
{static} + findEssentialMat()
{static} + findEssentialMat()
{static} + findEssentialMat()
{static} + findEssentialMat()
{static} + findEssentialMat()
{static} + findEssentialMat()
{static} + findEssentialMat()
{static} + findEssentialMat()
{static} + findEssentialMat()
{static} + findEssentialMat()
{static} + findEssentialMat()
{static} + findFundamentalMat()
{static} + findFundamentalMat()
{static} + findFundamentalMat()
{static} + findFundamentalMat()
{static} + findFundamentalMat()
{static} + findHomography()
{static} + findHomography()
{static} + findHomography()
{static} + findHomography()
{static} + findHomography()
{static} + findHomography()
{static} + getOptimalNewCameraMatrix()
{static} + getOptimalNewCameraMatrix()
{static} + getOptimalNewCameraMatrix()
{static} + getOptimalNewCameraMatrix()
{static} + initCameraMatrix2D()
{static} + initCameraMatrix2D()
{static} + getValidDisparityROI()
{static} + RQDecomp3x3()
{static} + RQDecomp3x3()
{static} + RQDecomp3x3()
{static} + RQDecomp3x3()
{static} + findChessboardCorners()
{static} + findChessboardCorners()
{static} + findCirclesGrid()
{static} + findCirclesGrid()
{static} + solvePnP()
{static} + solvePnP()
{static} + solvePnP()
{static} + solvePnPRansac()
{static} + solvePnPRansac()
{static} + solvePnPRansac()
{static} + solvePnPRansac()
{static} + solvePnPRansac()
{static} + solvePnPRansac()
{static} + solvePnPRansac()
{static} + stereoRectifyUncalibrated()
{static} + stereoRectifyUncalibrated()
{static} + calibrateCameraExtended()
{static} + calibrateCameraExtended()
{static} + calibrateCameraExtended()
{static} + calibrateCamera()
{static} + calibrateCamera()
{static} + calibrateCamera()
{static} + sampsonDistance()
{static} + stereoCalibrateExtended()
{static} + stereoCalibrateExtended()
{static} + stereoCalibrateExtended()
{static} + stereoCalibrate()
{static} + stereoCalibrate()
{static} + stereoCalibrate()
{static} + fisheye_calibrate()
{static} + fisheye_calibrate()
{static} + fisheye_calibrate()
{static} + fisheye_stereoCalibrate()
{static} + fisheye_stereoCalibrate()
{static} + fisheye_stereoCalibrate()
{static} + rectify3Collinear()
{static} + decomposeHomographyMat()
{static} + estimateAffine3D()
{static} + estimateAffine3D()
{static} + estimateAffine3D()
{static} + recoverPose()
{static} + recoverPose()
{static} + recoverPose()
{static} + recoverPose()
{static} + recoverPose()
{static} + recoverPose()
{static} + recoverPose()
{static} + recoverPose()
{static} + recoverPose()
{static} + solveP3P()
{static} + Rodrigues()
{static} + Rodrigues()
{static} + calibrationMatrixValues()
{static} + composeRT()
{static} + composeRT()
{static} + composeRT()
{static} + composeRT()
{static} + composeRT()
{static} + composeRT()
{static} + composeRT()
{static} + composeRT()
{static} + composeRT()
{static} + computeCorrespondEpilines()
{static} + convertPointsFromHomogeneous()
{static} + convertPointsToHomogeneous()
{static} + correctMatches()
{static} + decomposeEssentialMat()
{static} + decomposeProjectionMatrix()
{static} + decomposeProjectionMatrix()
{static} + decomposeProjectionMatrix()
{static} + decomposeProjectionMatrix()
{static} + decomposeProjectionMatrix()
{static} + drawChessboardCorners()
{static} + filterHomographyDecompByVisibleRefpoints()
{static} + filterHomographyDecompByVisibleRefpoints()
{static} + filterSpeckles()
{static} + filterSpeckles()
{static} + matMulDeriv()
{static} + projectPoints()
{static} + projectPoints()
{static} + projectPoints()
{static} + reprojectImageTo3D()
{static} + reprojectImageTo3D()
{static} + reprojectImageTo3D()
{static} + stereoRectify()
{static} + stereoRectify()
{static} + stereoRectify()
{static} + stereoRectify()
{static} + stereoRectify()
{static} + stereoRectify()
{static} + triangulatePoints()
{static} + validateDisparity()
{static} + validateDisparity()
{static} + fisheye_distortPoints()
{static} + fisheye_distortPoints()
{static} + fisheye_estimateNewCameraMatrixForUndistortRectify()
{static} + fisheye_estimateNewCameraMatrixForUndistortRectify()
{static} + fisheye_estimateNewCameraMatrixForUndistortRectify()
{static} + fisheye_estimateNewCameraMatrixForUndistortRectify()
{static} + fisheye_initUndistortRectifyMap()
{static} + fisheye_projectPoints()
{static} + fisheye_projectPoints()
{static} + fisheye_projectPoints()
{static} + fisheye_stereoRectify()
{static} + fisheye_stereoRectify()
{static} + fisheye_stereoRectify()
{static} + fisheye_stereoRectify()
{static} + fisheye_undistortImage()
{static} + fisheye_undistortImage()
{static} + fisheye_undistortImage()
{static} + fisheye_undistortPoints()
{static} + fisheye_undistortPoints()
{static} + fisheye_undistortPoints()
{static} - estimateAffine2D_0()
{static} - estimateAffine2D_1()
{static} - estimateAffine2D_2()
{static} - estimateAffine2D_3()
{static} - estimateAffine2D_4()
{static} - estimateAffine2D_5()
{static} - estimateAffine2D_6()
{static} - estimateAffinePartial2D_0()
{static} - estimateAffinePartial2D_1()
{static} - estimateAffinePartial2D_2()
{static} - estimateAffinePartial2D_3()
{static} - estimateAffinePartial2D_4()
{static} - estimateAffinePartial2D_5()
{static} - estimateAffinePartial2D_6()
{static} - findEssentialMat_0()
{static} - findEssentialMat_1()
{static} - findEssentialMat_2()
{static} - findEssentialMat_3()
{static} - findEssentialMat_4()
{static} - findEssentialMat_5()
{static} - findEssentialMat_6()
{static} - findEssentialMat_7()
{static} - findEssentialMat_8()
{static} - findEssentialMat_9()
{static} - findEssentialMat_10()
{static} - findEssentialMat_11()
{static} - findFundamentalMat_0()
{static} - findFundamentalMat_1()
{static} - findFundamentalMat_2()
{static} - findFundamentalMat_3()
{static} - findFundamentalMat_4()
{static} - findHomography_0()
{static} - findHomography_1()
{static} - findHomography_2()
{static} - findHomography_3()
{static} - findHomography_4()
{static} - findHomography_5()
{static} - getOptimalNewCameraMatrix_0()
{static} - getOptimalNewCameraMatrix_1()
{static} - getOptimalNewCameraMatrix_2()
{static} - getOptimalNewCameraMatrix_3()
{static} - initCameraMatrix2D_0()
{static} - initCameraMatrix2D_1()
{static} - getValidDisparityROI_0()
{static} - RQDecomp3x3_0()
{static} - RQDecomp3x3_1()
{static} - RQDecomp3x3_2()
{static} - RQDecomp3x3_3()
{static} - findChessboardCorners_0()
{static} - findChessboardCorners_1()
{static} - findCirclesGrid_0()
{static} - findCirclesGrid_2()
{static} - solvePnP_0()
{static} - solvePnP_1()
{static} - solvePnP_2()
{static} - solvePnPRansac_0()
{static} - solvePnPRansac_1()
{static} - solvePnPRansac_2()
{static} - solvePnPRansac_3()
{static} - solvePnPRansac_4()
{static} - solvePnPRansac_5()
{static} - solvePnPRansac_6()
{static} - stereoRectifyUncalibrated_0()
{static} - stereoRectifyUncalibrated_1()
{static} - calibrateCameraExtended_0()
{static} - calibrateCameraExtended_1()
{static} - calibrateCameraExtended_2()
{static} - calibrateCamera_0()
{static} - calibrateCamera_1()
{static} - calibrateCamera_2()
{static} - sampsonDistance_0()
{static} - stereoCalibrateExtended_0()
{static} - stereoCalibrateExtended_1()
{static} - stereoCalibrateExtended_2()
{static} - stereoCalibrate_0()
{static} - stereoCalibrate_1()
{static} - stereoCalibrate_2()
{static} - fisheye_calibrate_0()
{static} - fisheye_calibrate_1()
{static} - fisheye_calibrate_2()
{static} - fisheye_stereoCalibrate_0()
{static} - fisheye_stereoCalibrate_1()
{static} - fisheye_stereoCalibrate_2()
{static} - rectify3Collinear_0()
{static} - decomposeHomographyMat_0()
{static} - estimateAffine3D_0()
{static} - estimateAffine3D_1()
{static} - estimateAffine3D_2()
{static} - recoverPose_0()
{static} - recoverPose_1()
{static} - recoverPose_2()
{static} - recoverPose_3()
{static} - recoverPose_4()
{static} - recoverPose_5()
{static} - recoverPose_6()
{static} - recoverPose_7()
{static} - recoverPose_8()
{static} - solveP3P_0()
{static} - Rodrigues_0()
{static} - Rodrigues_1()
{static} - calibrationMatrixValues_0()
{static} - composeRT_0()
{static} - composeRT_1()
{static} - composeRT_2()
{static} - composeRT_3()
{static} - composeRT_4()
{static} - composeRT_5()
{static} - composeRT_6()
{static} - composeRT_7()
{static} - composeRT_8()
{static} - computeCorrespondEpilines_0()
{static} - convertPointsFromHomogeneous_0()
{static} - convertPointsToHomogeneous_0()
{static} - correctMatches_0()
{static} - decomposeEssentialMat_0()
{static} - decomposeProjectionMatrix_0()
{static} - decomposeProjectionMatrix_1()
{static} - decomposeProjectionMatrix_2()
{static} - decomposeProjectionMatrix_3()
{static} - decomposeProjectionMatrix_4()
{static} - drawChessboardCorners_0()
{static} - filterHomographyDecompByVisibleRefpoints_0()
{static} - filterHomographyDecompByVisibleRefpoints_1()
{static} - filterSpeckles_0()
{static} - filterSpeckles_1()
{static} - matMulDeriv_0()
{static} - projectPoints_0()
{static} - projectPoints_1()
{static} - projectPoints_2()
{static} - reprojectImageTo3D_0()
{static} - reprojectImageTo3D_1()
{static} - reprojectImageTo3D_2()
{static} - stereoRectify_0()
{static} - stereoRectify_1()
{static} - stereoRectify_2()
{static} - stereoRectify_3()
{static} - stereoRectify_4()
{static} - stereoRectify_5()
{static} - triangulatePoints_0()
{static} - validateDisparity_0()
{static} - validateDisparity_1()
{static} - fisheye_distortPoints_0()
{static} - fisheye_distortPoints_1()
{static} - fisheye_estimateNewCameraMatrixForUndistortRectify_0()
{static} - fisheye_estimateNewCameraMatrixForUndistortRectify_1()
{static} - fisheye_estimateNewCameraMatrixForUndistortRectify_2()
{static} - fisheye_estimateNewCameraMatrixForUndistortRectify_3()
{static} - fisheye_initUndistortRectifyMap_0()
{static} - fisheye_projectPoints_0()
{static} - fisheye_projectPoints_1()
{static} - fisheye_projectPoints_2()
{static} - fisheye_stereoRectify_0()
{static} - fisheye_stereoRectify_1()
{static} - fisheye_stereoRectify_2()
{static} - fisheye_stereoRectify_3()
{static} - fisheye_undistortImage_0()
{static} - fisheye_undistortImage_1()
{static} - fisheye_undistortImage_2()
{static} - fisheye_undistortPoints_0()
{static} - fisheye_undistortPoints_1()
{static} - fisheye_undistortPoints_2()
}
}
}
package org.opencv {
package org.opencv.calib3d {
class StereoBM {
{static} + PREFILTER_NORMALIZED_RESPONSE : int
{static} + PREFILTER_XSOBEL : int
# StereoBM()
{static} + __fromPtr__()
{static} + create()
{static} + create()
{static} + create()
+ getROI1()
+ getROI2()
+ getPreFilterCap()
+ getPreFilterSize()
+ getPreFilterType()
+ getSmallerBlockSize()
+ getTextureThreshold()
+ getUniquenessRatio()
+ setPreFilterCap()
+ setPreFilterSize()
+ setPreFilterType()
+ setROI1()
+ setROI2()
+ setSmallerBlockSize()
+ setTextureThreshold()
+ setUniquenessRatio()
# finalize()
{static} - create_0()
{static} - create_1()
{static} - create_2()
{static} - getROI1_0()
{static} - getROI2_0()
{static} - getPreFilterCap_0()
{static} - getPreFilterSize_0()
{static} - getPreFilterType_0()
{static} - getSmallerBlockSize_0()
{static} - getTextureThreshold_0()
{static} - getUniquenessRatio_0()
{static} - setPreFilterCap_0()
{static} - setPreFilterSize_0()
{static} - setPreFilterType_0()
{static} - setROI1_0()
{static} - setROI2_0()
{static} - setSmallerBlockSize_0()
{static} - setTextureThreshold_0()
{static} - setUniquenessRatio_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.calib3d {
class StereoMatcher {
{static} + DISP_SHIFT : int
{static} + DISP_SCALE : int
# StereoMatcher()
{static} + __fromPtr__()
+ getBlockSize()
+ getDisp12MaxDiff()
+ getMinDisparity()
+ getNumDisparities()
+ getSpeckleRange()
+ getSpeckleWindowSize()
+ compute()
+ setBlockSize()
+ setDisp12MaxDiff()
+ setMinDisparity()
+ setNumDisparities()
+ setSpeckleRange()
+ setSpeckleWindowSize()
# finalize()
{static} - getBlockSize_0()
{static} - getDisp12MaxDiff_0()
{static} - getMinDisparity_0()
{static} - getNumDisparities_0()
{static} - getSpeckleRange_0()
{static} - getSpeckleWindowSize_0()
{static} - compute_0()
{static} - setBlockSize_0()
{static} - setDisp12MaxDiff_0()
{static} - setMinDisparity_0()
{static} - setNumDisparities_0()
{static} - setSpeckleRange_0()
{static} - setSpeckleWindowSize_0()
{static} - delete()
}
}
}
package org.opencv {
package org.opencv.calib3d {
class StereoSGBM {
{static} + MODE_SGBM : int
{static} + MODE_HH : int
{static} + MODE_SGBM_3WAY : int
{static} + MODE_HH4 : int
# StereoSGBM()
{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()
+ getMode()
+ getP1()
+ getP2()
+ getPreFilterCap()
+ getUniquenessRatio()
+ setMode()
+ setP1()
+ setP2()
+ setPreFilterCap()
+ setUniquenessRatio()
# 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} - getMode_0()
{static} - getP1_0()
{static} - getP2_0()
{static} - getPreFilterCap_0()
{static} - getUniquenessRatio_0()
{static} - setMode_0()
{static} - setP1_0()
{static} - setP2_0()
{static} - setPreFilterCap_0()
{static} - setUniquenessRatio_0()
{static} - delete()
}
}
}
StereoBM -up-|> StereoMatcher
StereoMatcher -up-|> Algorithm
StereoSGBM -up-|> StereoMatcher
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
|
be160fc334b0969d9c00ffb94a45ae3280caf491 | 44b988178521141958794509c224bba5ed619188 | /workshops/workshop_1/domain_model.puml | 94fcc5a3e17b996f5e1fbe6dec0fdcfd74b9208d | [] | no_license | SWEN900072021/Resources | cbdd790c605f8d7942d181d7f7b725f07884d177 | 45ae8c6d2bed266a2ac0bb5861408ababfa18d9e | refs/heads/main | 2023-08-13T18:02:12.772523 | 2021-09-24T02:41:07 | 2021-09-24T02:41:07 | 389,478,869 | 3 | 6 | null | 2021-08-12T07:04:53 | 2021-07-26T01:44:41 | null | UTF-8 | PlantUML | false | false | 809 | puml | @startuml
' https://plantuml.com/class-diagram
Exam "1" -- "1..*" Question : contains >
Exam "1" -- "*" Grade : relates to >
Submissions "*" -- "*" Question : answers >
User "1" -- "*" Exam : creates >
User "1..*" -- "0..*" Subject : teaches >
User "1..*" -- "0..*" Subject : takes >
User "*" -- "1" Submissions : submits >
Subject "1" -- "0..*" Exam : includes >
Submissions "0..*" -- "1" Exam : belongs to >
Question <|-- MultipleChoiceQuestion
MultipleChoiceQuestion "1" -- "2..*" Option : includes >
class User {
id
firstName
lastName
email
}
class Grade {
marks
}
class User {
}
class User {
}
class User {
}
class Subject {
id
name
code
year
}
class Exam {
id
title
}
class Question {
}
class MultipleChoiceQuestion {
}
class Option {
}
class Submissions {
}
@enduml
|
a81b33474d5c59cfc97e03575801bae26bd82dea | 1cf4490d48f50687a8f036033c37d76fec39cd2b | /src/main/java/global/skymind/training/advanced/gui/javafx/ex6/ex6.plantuml | 04d8bc6571b866ce837c34190b6bf3c1625ab5e9 | [
"Apache-2.0"
] | permissive | muame-amr/java-traininglabs | 987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83 | a93268f60e6a8491b1d156fae183a108ff0d9243 | refs/heads/main | 2023-08-06T10:04:57.996593 | 2021-09-28T11:21:00 | 2021-09-28T11:21:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 759 | plantuml | @startuml
title __EX6's Class Diagram__\n
namespace global.skymind {
namespace training.advanced.gui.javafx.ex6 {
class global.skymind.training.advanced.gui.javafx.ex6.MyFXFileChooser {
~ button : Button
~ fileChooser : FileChooser
+ handle()
{static} + main()
+ start()
}
}
}
global.skymind.training.advanced.gui.javafx.ex6.MyFXFileChooser .up.|> javafx.event.EventHandler
global.skymind.training.advanced.gui.javafx.ex6.MyFXFileChooser -up-|> javafx.application.Application
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
|
30289ef906cfd9271d2b7a4b7e60217e28300a89 | 6043246c170052b67f04ab145a837dd1bcdb32ad | /spring-learning-aop/chain/chain.puml | e6ebf43e22f668ffe7ef20c92954ad8bf2a1ea6f | [] | no_license | plx927/spring-learning | 54b28d84dfde0bd153ebe2fa338ce7162a255be5 | 8d72440a88a6b69bf59f9c333acba9ad300b3b44 | refs/heads/master | 2020-05-22T08:11:38.256247 | 2018-07-24T17:21:29 | 2018-07-24T17:21:29 | 61,884,771 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 222 | puml | @startuml
class Client{
}
abstract class Handler{
Handler successor
handleRequest()
}
class ConcertHandler{
handleRequest()
}
Handler <|... Client
Handler <|-- ConcertHandler
Handler o-- Handler
@enduml |
109b5ec3539ee82168f47b0b325279180d881374 | b2377dbb97354ebb11f18337fae7a5deb10e9fd1 | /docs/Solution/Service-Stack/Logical.puml | 57c7eaa80125a5995ef4ab14db94b2c3f77a5ee0 | [] | no_license | CAADE/H2C | 634e94afdd5302232d234aa7abefcfc61a24ea8e | 91227f94a60c8e3285c24333da340c06a51afa9d | refs/heads/master | 2021-03-27T18:25:35.652782 | 2018-06-01T21:58:49 | 2018-06-01T21:58:49 | 83,159,772 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 177 | puml | @startuml
package "Service-Stack" {
interface "Service-Stack" {
}
CLI ()-- "Service-Stack"
REST ()-- "Service-Stack"
Web ()-- "Service-Stack"
}
@enduml
|
79775b3533d342227ac11202b89b6ab3c81befc7 | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/patterns/observer-example.puml | f61fc6eec6c786f5a89531417210b9dd9be82d79 | [
"MIT"
] | permissive | vuquangtin/designpattern | 4d4a7d09780a0ebde6b12f8edf589b6f45b38f62 | fc672493ef31647bd02c4122ab01992fca14675f | refs/heads/master | 2022-09-12T07:00:42.637733 | 2020-09-29T04:20:50 | 2020-09-29T04:20:50 | 225,505,298 | 0 | 0 | null | 2022-09-01T23:16:34 | 2019-12-03T01:41:33 | Java | UTF-8 | PlantUML | false | false | 535 | puml | @startuml
Data --|> Subject
BinObserver --|> Observer
OctalObserver --|> Observer
HexaObserver --|> Observer
Subject --> "-observers *" Observer
abstract class Subject {
+addListener(observer: Observer[1])
+update()
}
abstract class Observer<T> {
{abstract}+update(subject: T[1])
}
class Data {
-entier: int[1]
+setEntier()
}
class BinObserver <<Data>> {
+update(data: Data[1])
}
class OctalObserver <<Data>> {
+update(data: Data[1])
}
class HexaObserver <<Data>> {
+update(data: Data[1])
}
@enduml |
8e46023ae0eea3fd128592bb133d83f116c938c0 | 21aa0024f242a17594c6916d2a8ba32eae54451e | /src/main/java/ua/training/model/dao/datasource/datasource.plantuml | 008562b97f5a39c1fd3ce4df38ac75a1d78a5a4e | [] | no_license | HubenkoVV/dbCloudlApp | e3d3b57b7eac801855aea57e4e99bd701152a6e6 | bd27e5dd58c3c6a0d6acd7a9e09ff15ca7b4370e | refs/heads/master | 2021-12-15T01:54:46.565762 | 2021-12-14T09:25:46 | 2021-12-14T09:25:46 | 219,663,737 | 0 | 0 | null | 2021-12-14T09:28:35 | 2019-11-05T05:20:40 | Java | UTF-8 | PlantUML | false | false | 464 | plantuml | @startuml
title __DATASOURCE's Class Diagram__\n
package ua.training.model.dao {
package ua.training.model.dao.datasource {
class PoolConnection {
{static} - dataSource : DataSource
{static} + getDataSource()
}
}
}
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
|
063cdc61c2e0a22e20d009264ce179fd08949ad2 | 610d0dd2197ab0ddbe7578682bb6e65de89afaf4 | /hello_class.puml | e27b2c698c88a64e6461353f87ddd481525dc87b | [
"MIT"
] | permissive | startupit69/plantuml-playground | 785066492c9e5aad2f51aa913ef269862eaeeb74 | 29b990d31d6d28ade37b5c80905e43bae72d72e2 | refs/heads/master | 2021-01-10T03:26:33.088122 | 2016-01-13T17:54:40 | 2016-01-13T17:54:40 | 49,591,614 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,028 | puml | @startuml
' package and class defs
package BigPackage <<Folder>> {
class ArrayList
abstract class List
ArrayList .up.|> List
class Class13
class Class17
class Class18
class Class19
class Class20
enum TimeUnit {
DAYS
HOURS
MINUTES
}
annotation SuppressWarnings
}
package java.lang <<Rect>> {
interface Runnable {
run():void
}
}
package Package02 <<Cloud>> {
class Class01 {
{static} -value1:string
..
{abstract} #value2:string
==
+value3:string
--
m(a: string):void
}
class Class02
}
class Class15 <? extends Element > {
}
package FPackage <<Frame>> {
class Class05
class Class06
class Class08
}
package Package11 <<Database>> {
class Class10
class Class04
Class05 o-- Class06
Class05 .. Class08
Class05 -- Class10
Class04 *-- Class05
}
note "This is a floating note" as N1
Class01 -- N1
' relationship
Class01 <|-- Class02
Class13 --> Class20 : uses >
Class15 .> Class20 : label
Class17 ..|> Class20
Class19 <--* Class20
@enduml
|
2211c678cca55f0a44846b67512842aca1b517e4 | c69dba4cef780d27a126166ee912005507258413 | /src/design/ccsds-structure-class-diagram.puml | 859f521b0308211217fd4f3049993cc07f2ba6df | [
"MIT",
"EPL-1.0",
"Apache-2.0"
] | permissive | CS-SI/Orekit | 2265900b501fe6727a57378956f9f2c61564909a | 7ab7a742674eabee00e1dbe392833d587fdcdaab | refs/heads/develop | 2023-09-03T20:33:42.748576 | 2023-09-01T14:34:03 | 2023-09-01T14:34:03 | 22,851,787 | 144 | 79 | Apache-2.0 | 2023-03-28T17:53:33 | 2014-08-11T19:29:35 | Java | UTF-8 | PlantUML | false | false | 2,907 | puml | ' Copyright 2002-2023 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.orekit.files.ccsds #ECEBD8 {
package section #DDEBD8 {
interface Section {
checkMandatoryEntries()
}
class Header {
-formatVersion
-creationDate
-originator
-messageId
}
class Metadata {
-timeSystem
}
interface Data
note top
marker interface
end note
class Segment
Section <|.. Header
Section <|.. Metadata
Section <|.. Data
Metadata <--o Segment
Data <--o Segment
}
package ndm #DDEBD8 {
package odm #CBDBC8 {
class OdmMetadata
Metadata <|-- OdmMetadata
package oem #CCCCC7 {
class OemData {
-ephemeridesDataLines
-covarianceMatrices
}
class OemMetadata
class Oem
Data <|.. OemData
OdmMetadata <|-- OemMetadata
}
package opm #CCCCC7 {
class OpmMetadata
class OpmData {
- stateVector
- keplerianElements
- spacecraftParameters
- covariance
- maneuvers
- userDefinedParameters
}
class Opm
OdmMetadata <|-- OpmMetadata
Data <|.. OpmData
}
}
note bottom
only OEM and OPM are detailed here
similar constructions exist for messages
OMM, OCM, TDM, APM, and AEM
end note
abstract class NdmConstituent
class Ndm
NdmConstituent <|-- Oem
NdmConstituent <|-- Opm
Header "1" <--o NdmConstituent
Segment "*" <--o NdmConstituent
NdmConstituent "*" <--o Ndm
}
}
@enduml
|
23283af3319397d5e70c9e00b5202c7ec7061c4e | 2a10d59748a8d3a3aa48772172b1dd1ce109b787 | /Lab submits/60030037/imgs/class.puml | f35374f316f9dfa09d1782371cd4e20df4d6feda | [] | no_license | OOAD-037/OOAD-WEEK05 | e5a17e8e6bf995bd58205258bd7c70fa82b1b449 | d6c36efe16a3cba1452939134cbe7fde51b87e23 | refs/heads/master | 2021-01-16T01:20:28.657688 | 2020-03-14T12:05:30 | 2020-03-14T12:05:30 | 242,923,339 | 0 | 0 | null | 2020-02-25T06:04:45 | 2020-02-25T06:04:45 | null | UTF-8 | PlantUML | false | false | 200 | puml | @startuml
class Animal{
void Eat()
}
class Cat{
void Eat()
void Meow()
}
class Dog{
void Eat()
void Bark()
}
class Puppy{
void Eat()
void Bark()
void Weep()
}
@enduml |
d15f1fae32a338e0d3137da91c54a02efb2947df | d5e7a6abc10cbda2bbea2b9dd5da3ba03b0c88a0 | /tests/simple_classes.puml | 49461f31ca2b7ba15f84899e7309fdb129b58b6b | [
"MIT"
] | permissive | jilladel/hpp2plantuml | fd8d63dcb6644b67f371cca2e4182df333ad5a04 | 583b9afeaafbcb450a323d424643c4be1608651f | refs/heads/master | 2023-07-19T16:06:55.006121 | 2021-09-27T09:06:21 | 2021-09-27T09:06:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,263 | puml | @startuml
/' Objects '/
abstract class Class01 {
+{abstract} AbstractPublicMethod(int param) : bool
+PublicMethod(int param) : bool {query}
+{static} StaticPublicMethod(bool param) : bool
#{abstract} _AbstractMethod(int param) : bool
#_ProtectedMethod(int param) : bool
#{static} _StaticProtectedMethod(bool param) : bool
#_protected_var : int
+public_var : int
}
class Class02 {
+AbstractPublicMethod(int param) : bool
-_AbstractMethod(int param) : bool
-_PrivateMethod(T param) : bool
-{static} _StaticPrivateMethod(bool param) : bool
-_private_var : int
}
class Class02::ClassNested {
-var : int
}
class Class03 <template<typename T>> {
+Class03()
+~Class03()
-_data : Class01*
-_obj : Class01*
-_typed_obj : T*
-_obj_list : list<Class02>
+Method(Interface::Class04& c4) : void
}
enum Enum01 {
VALUE_0
VALUE_1
VALUE_2
}
class anon_union_1::anon_struct_1 {
+x : float
+y : float
+z : float
}
class anon_union_1::anon_struct_2 {
+phi : float
+rho : float
+theta : float
}
class anon_union_1 {
+vec : float
}
namespace first_ns {
namespace second_ns {
class A {
}
}
}
namespace Interface {
class Class04 {
+Class04()
+~Class04()
-_obj : Class01*
-_val : Enum01
-_var : T
-_flag : bool
}
class Class04_derived {
+Class04_derived()
+~Class04_derived()
-_var : int
}
enum Enum {
A
B
}
class Struct {
+a : int
}
namespace NestedNamespace {
class Class04_ns {
#_e : Enum
#_s : Struct
}
}
}
/' Inheritance relationships '/
first_ns.second_ns.A <|-- .Class03
.Class01 <|-- .Class02
.Class02 <|-- first_ns.second_ns.A
Interface.Class04 <|-- Interface.Class04_derived
Interface.Class04_derived <|-- Interface.NestedNamespace.Class04_ns
/' Aggregation relationships '/
.Class03 "2" o-- .Class01
.Class03 *-- .Class02
Interface.Class04 o-- .Class01
Interface.Class04 *-- .Enum01
Interface.NestedNamespace.Class04_ns *-- Interface.Enum
Interface.NestedNamespace.Class04_ns *-- Interface.Struct
/' Dependency relationships '/
Interface.Class04 <.. .Class03
/' Nested objects '/
.Class02 +-- .Class02::ClassNested
.anon_union_1 +-- .anon_union_1::anon_struct_1
.anon_union_1 +-- .anon_union_1::anon_struct_2
@enduml
|
3d28ceecd4e82e603b96984d26ff70129660fdf6 | f88c11f8073b5b8d9da916dc856a9f4d0ff2b7f9 | /src/game/backend/level/level.plantuml | 2005bcc926fdd4b0cac6926a9f3b81cfd10c7cbb | [] | no_license | matiapa/itba-poo-final | ec1ac8011fbb0936d3147042eb22d805043aefbd | 58f050e0c3c8566d674d3ab03772da2a5f6b91d4 | refs/heads/master | 2022-04-04T08:08:15.668422 | 2020-02-12T02:44:10 | 2020-02-12T02:44:10 | 238,546,867 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 986 | plantuml | @startuml
' --------------- LEVELS --------------- '
' Level1 '
class Level1{
- MAX_MOVES: int
# fillCells(): void
+ tryMove(): bool
- setGoldenCross(): void
}
Grid <-- Level1
Level1 *-- Level1State
' Level1State '
class Level1State{
- long maxMoves
- long goldenCells
+ gameOver(): bool
+ playerWon(): bool
+ toString(): String
- addGoldenCells(): void
}
GameState <-- Level1State
' Level3 '
class Level3 {
- BOMB_FREQUENCY : double
- BOMB_INITIAL_MOVES : int
- NUMBER_OF_BOMBS : int
+ tryMove(): bool
# fillCells(): void
- updateBombCandies(): void
}
Grid <-- Level3
Level3 *-- Level3State
' Level3State'
class Level3State {
- bombExploded : boolean
- bombsOnGrid : int
- bombsToPlace : long
- remainingMovements : int
+ gameOver(): bool
+ playerWon(): bool
+ setBombsOnGrid(int): void
+ toString(): String
- bombExploded(): void
- bombPlaced(): void
- setRemainingMovements(int): void
}
GameState <-- Level3State
@enduml
|
6e66ce5f3e440a5e4520c07b73d9f5fc20fc6eb0 | d617521fbdf8a155b02b2e9fc776a207a8a3347f | /Factory/resources/AbstractFactory_drawRectangle.puml | 5650c4ea6c5d0aee1f3a747ed3f9a70a102b8dc8 | [] | no_license | jarchen/java-design-pattern | 9963e8fdb12b58466f88438d717370562562796d | a1c43012dc9ee34070608726997a4a533f53c2e3 | refs/heads/master | 2022-12-27T04:34:41.862449 | 2020-07-18T07:43:12 | 2020-07-18T07:43:12 | 279,500,732 | 1 | 0 | null | 2020-10-13T23:40:24 | 2020-07-14T06:22:44 | Java | UTF-8 | PlantUML | false | false | 813 | puml | @startuml
skinparam linetype ortho
title Dare Rectangle Abstract Factory
'scale 1.5
class Rectangle {
- width
- height
+ paint(factory : PointCornerFactory)
}
together {
interface PointCornerFactory {
+ getPoint() : Point
+ getCorner() : Corner
}
class PointCornerFactoryImpl implements PointCornerFactory
}
together {
interface Corner {
+ leftUp()
+ rightUp()
+ leftDown()
+ rightDown()
}
class CornerImpl implements Corner
}
together {
interface Point {
+ line(width : int)
}
class PointImpl implements Point
}
Rectangle ..> PointCornerFactory
Rectangle .> Point
Rectangle .> Corner
PointCornerFactoryImpl - PointImpl : "create">
PointCornerFactoryImpl - CornerImpl : "create">
@enduml
|
cdb65dc1ddcb75a28a692b5bc7f72d08916f5b5c | 3635c69c8883366323d578c0da0c1717bfbb316c | /study/src/main/resources/chenji/designpattern/6_decorator_pattern.puml | 6fd02d691f143ad54e97ba2b2a8d0df9cbadcd82 | [] | no_license | baojing111/changjiang | 46ccf5b7ef74ef6178e4d8febc5681ee593c557f | 671de442c89fb8b61f3e64790f3d1024894d0b92 | refs/heads/master | 2020-03-10T22:23:15.726613 | 2019-05-04T02:07:10 | 2019-05-04T02:07:10 | 129,617,983 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 573 | puml | @startuml
title 装饰模式
legend right
例子:http://www.runoob.com/design-pattern/decorator-pattern.html
end legend
interface Sharp<<装饰对象>>{
+draw() : 画出动作
}
package SharpImp<<具体形状>>{
Sharp <|.. Circle
Sharp <|.. Rectangle
}
abstract SharpDecorator{
#sharp : Sharp
}
class RedSharpDecorator{
+setSharpDecorator : SharpDecorator
}
class YelloSharpDecorator{
+setSharpDecorator : SharpDecorator
}
Sharp <|.right. SharpDecorator
SharpDecorator <|-- RedSharpDecorator
SharpDecorator <|-- YelloSharpDecorator
@enduml |
d1cc21ca226a93406727fcc586335d4b3400cf83 | b774d5b532ef20e5c8476e35ea90da5e3f09287e | /src/com/github/tomap/uml/analyse/classDiagrams/class/class_model_classDiagram.puml | db769349d90fb63087fd5f1524ed0e058452f2c3 | [] | no_license | Phalexei/Modeleur | ae94ab6c191a7999cf9deaee4dac8542eb6a52bb | f143c85930c3b668670087693ec807a9cd4bda81 | refs/heads/master | 2021-01-02T08:51:16.535103 | 2013-11-16T19:54:20 | 2013-11-16T19:54:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,020 | puml | @startuml
title Class diagram which models a class and interface
package model.class <<folder>> {
package model.class.package <<folder>> {
class A_Package {
- name : String
}
}
package model.class.class <<folder>> {
class A_class {
- isFinal : boolean
- isStatic : boolean
- isAbstract : boolean
}
}
package model.class.interface <<folder>> {
class An_Interface {
}
}
package model.class.typedElement <<folder>> {
class Attribute {
- isDerivated : boolean
}
class Method {
- isAbstract : boolean
}
class Parameter {
}
abstract class TypedElement{
# name : String
# isFinal : boolean
}
abstract class VisibleTypedElement {
# isStatic : boolean
}
}
package model.class.type <<folder>> {
abstract class Type{
# name : String
}
abstract class TypeBase{
- ByteSize : int
}
class Integer {
}
class Double {
}
class Float {
}
class Void {
}
class Boolean {
}
class AString {
}
}
Boolean --|> TypeBase
Float --|> TypeBase
Double --|> TypeBase
Integer --|> TypeBase
Void --|> TypeBase
AString --|> TypeBase
TypeBase --|> Type
TypedElement " " --* "1 type" Type
Attribute " " --* "1 typeB {redefine type}" TypeBase
package model.class.visibility <<folder>> {
abstract class Visibility{
- name : String
}
class Private {
}
class Public {
}
class Protected {
}
class Package {
}
}
Private --|> Visibility
Public --|> Visibility
Protected --|> Visibility
Package --|> Visibility
VisibleTypedElement --|> TypedElement
Parameter --|> TypedElement
Method --|> VisibleTypedElement
Attribute --|> VisibleTypedElement
VisibleTypedElement " " --* "1" Visibility
A_class --|> Type
A_class "1..*" --* "1" A_Package
An_Interface "1..*" --* "1" A_Package
A_class "1" *-- "1..*" Attribute
A_class "1" *-- "1..*" Method
An_Interface "1..*" *-- "1" Method
Method "1..*" *-- "1" Parameter
An_Interface --|> Type
}
@enduml |
3bf21185283f142b088397b4557279225da5d933 | d68b1330ef8ce59c635f4692417a9192d5206942 | /core/src/no/ntnu/idi/apollo69/uml/generated/dependencies/entities_dependencies.plantuml | 758825c986a5625cbf58bb68158ab4a80b537e78 | [
"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 | 207 | plantuml | @startuml
title __ENTITIES's Class Diagram__\n
class no.ntnu.idi.apollo69.game_engine.entities.SpaceshipFactory {
+ create()
+ createPlayableSpaceship()
}
@enduml
|
8f5669749010ec0ffb3e598ecd52c7951823a3a3 | 540d43c90e930f35817857dd6f9df2dfbf93cff1 | /puml/Android-3-VideoSource-1.puml | 404873903de66909b675f11f88b6bf4f9065f734 | [] | no_license | vintonliu/webrtc_code_read | 252aad744b938ddfd7fb6bad389c9f9b5db6a89c | cffd54917e2cf5c29f5abb703401a7f23abf0f7c | refs/heads/master | 2023-07-04T21:10:12.722636 | 2021-08-09T11:47:08 | 2021-08-09T11:47:08 | 371,236,194 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,301 | puml | @startuml Android-3-VideoSource-1
abstract class RefCountInterface {
+ {abstract} void AddRef()
..
+ {abstract} RefCountReleaseStatus Release()
}
abstract class NotifierInterface {
+ {abstract} void RegisterObserver(ObserverInterface* observer)
..
+ {abstract} void UnregisterObserver(ObserverInterface* observer)
}
abstract class MediaSourceInterface {
+ {abstract} SourceState state()
+ {abstract} bool remote()
}
NotifierInterface <|-- MediaSourceInterface
RefCountInterface <|-- MediaSourceInterface
abstract class VideoSourceInterface <<VideoFrame>> {
+ {abstract} void AddOrUpdateSink(VideoSinkInterface<VideoFrameT>* sink,
const VideoSinkWants& wants)
..
+ {abstract} void RemoveSink(VideoSinkInterface<VideoFrameT>* sink)
}
abstract class VideoTrackSourceInterface {
+ {abstract} bool is_screencast()
..
+ {abstract} bool needs_denoising()
..
+ {abstract} bool SupportsEncodedOutput()
..
+ {abstract} void GenerateKeyFrame()
..
+ {abstract} void AddEncodedSink(
rtc::VideoSinkInterface<RecordableEncodedFrame>* sink)
..
+ {abstract} void RemoveEncodedSink(
rtc::VideoSinkInterface<RecordableEncodedFrame>* sink)
}
MediaSourceInterface <|-- VideoTrackSourceInterface
VideoSourceInterface <|-- VideoTrackSourceInterface
class AdaptedVideoTrackSource {
# AdaptedVideoTrackSource(int required_alignment)
..
# void OnFrame(const webrtc::VideoFrame& frame)
..
# bool AdaptFrame(...)
..
# bool apply_rotation()
..
# cricket::VideoAdapter* video_adapter()
--field--
- {field} cricket::VideoAdapter video_adapter_
..
- {field} VideoBroadcaster broadcaster_
}
VideoTrackSourceInterface <|-- AdaptedVideoTrackSource
class AndroidVideoTrackSource {
+ void SetState(SourceState state)
..
+ ScopedJavaLocalRef<jobject> AdaptFrame(...)
..
+ void OnFrameCaptured(...)
..
+ void SetIsScreencast(JNIEnv* env, jboolean j_is_screencast)
--field--
- {field} std::atomic<SourceState> state_
..
- {field} std::atomic<bool> is_screencast_
..
- {field} rtc::TimestampAligner timestamp_aligner_
..
- {field} bool align_timestamps_
}
AdaptedVideoTrackSource <|-- AndroidVideoTrackSource
@enduml |
464536a6a20e17c08fb2c1457f3129cf92df84d6 | 6d49224df7ec1a516284121b4dcaad272d54e195 | /motorModuleV2/design.plantuml | 734e872116c44cde8fea88951c5a8ad9d10a0c51 | [] | no_license | IndoorPositioningTestRig/MotorModule | a3d4544d59e271dfdf6c20a59f938087e1960d81 | af6ad6ac36c420de48a4cb86f5bc74ac132b1a36 | refs/heads/master | 2021-10-11T05:05:20.911508 | 2019-01-22T12:19:39 | 2019-01-22T12:19:39 | 110,092,592 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,718 | plantuml | @startuml MotorModuleV2
class Main {
+ void commLoop()
+ void loop()
}
class Id{
- id
+ putId
+ getId
}
package Communication{
' Sends and listens to the communication potocol.
class Communicator {
+ void init()
+ bool receive()
+ void setMode()
+ Message decodeMessage()
+ void write_c()
}
class Message {
- uint8_t sender
- uint8_t target
- uint8_t type
- uint8_t length
- uint8_t data[]
}
class SerialWrapper {
+ void begin()
+ void waitReady()
+ int available()
+ int read()
+ size_t readBytes()
+ size_t write()
+ size_t writeFrame()
+ void flush()
}
}
package MotorLogic {
' Counts how far the rope has moved
class Counter {
+ void init()
+ long getCount()
+ void reset()
}
' Detects wether the rope is stretching or not
' and in which direction
class ForceDetector {
+ void init()
+ void triggerMax()
+ void triggerMin()
- bool max
- bool min
}
class HallSensor {
+ void init()
+ bool isActive()
- int state
}
class Logic {
- ForceDetector _forceDetector
- HallSensor _hallSensor
- Counter _counter
- Motor _motor
- Home _home
- HomeSupport _homeSupport
- PID _pid
+ void init()
+ setSpeed()
+ loop()
+ void message()
+ void pidLoop()
+ void encoderLoop()
}
' Controls the motor
class Motor {
- HallSensor _hallSensor
+ void init()
+ void retract()
+ void feed()
+ void stop()
}
class RotaryEncoder {
- long _position
+ long getPosition()
+ void setPosition()
+ void tick()
}
package Homing {
Class Home {
- HallSensor _hallSensor
- Motor _motor
- ForceDetector _forceDetector
+ void init()
+ bool loop()
}
Class HomeSupport {
- HallSensor _hallSensor
- Motor _motor
- ForceDetector _forceDetector
+ void init()
+ bool loop()
}
}
}
package PID {
Class PID {
+ PID PID
+ void SetMode()
+ bool Compute()
+ void setOutputlimits()
+ void SetTunings()
}
}
package Test {
Class Debug {
- Communicator _communicator
+ void log()
+ void print()
}
}
Main --> Logic
Main --> Id
Main --> Communicator
Main --> Debug
Motor --> HallSensor
Debug --> Communicator
Home --> HallSensor
Home --> Motor
Home --> ForceDetector
HomeSupport --> HallSensor
HomeSupport --> Motor
HomeSupport --> ForceDetector
Logic --> ForceDetector
Logic --> HallSensor
Logic --> Counter
Logic --> Motor
Logic --> Home
Logic --> HomeSupport
Logic --> PID
Counter --> RotaryEncoder
Communicator --> SerialWrapper
Communicator --> Message
@enduml
@startuml Controller
class Main {
}
package UserInterface {
' Will most likely be a rest api with a web front-end
class UserInterface {
}
}
package ModuleController {
class Controller {
}
' Calculates the length each cable has to be
class Logic {
}
' Communicates with the test rig
class Communication {
}
}
package DataStorage {
' Save test data to sql, files or something else...
class DataStorage {
}
}
Main <--> UserInterface
Main --> Controller
Main --> DataStorage
Controller --> Logic
Controller --> Communication
@enduml |
8e25ee2c724ed66ca7564c21b9934806f8268768 | 622c008212ad81846b9e5fbf6ac5ea98d4a442c9 | /src/memento/mem.puml | 18db8e71b16ddad8b8788617700694fe4e466373 | [] | no_license | YangLiuQing-star/design-pattern | a6561cf5113128be355ec118807c2c0c6206bad7 | 2823c77e317a1de922142590166f784966f0b152 | refs/heads/master | 2022-12-27T21:23:56.249453 | 2020-10-13T13:49:25 | 2020-10-13T13:49:25 | 303,718,595 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 481 | puml | @startuml
title:备忘录设计模式
class Originator
note bottom:需要保存状态的对象
class Memento{
state:String//表示状态
}
note bottom:备忘录对象,负责保存记录,即Originator的内部状态
Originator ..> Memento
class Caretaker{
mementos:ArrayList<Memento>
}
note bottom:守护者对象,以集合(例如:HashMap)的形式保存多个备忘录对象
Memento --o Caretaker
class Client
Client ..> Originator
Client ..> Memento
@enduml |
93b5c13137661350b840d0650c9de1b57f6ffe81 | d9cc3e57bf0c60fbb479d1620937b0c054a4834a | /SjtUnifyAuthUml/src/main/resources/cls_client_main.puml | e04da94b705884f4040a9687fb00d14974ada6b4 | [] | no_license | shenjitang/SjtSimpleSSO | bd9755c38aa7ec74f8c5e1e5b7f8bb39a45ed05d | acb0f155ccca1aad870fb655aca2b716bfc1e1fd | refs/heads/master | 2020-04-08T01:23:46.590151 | 2016-12-23T03:08:19 | 2016-12-23T03:08:19 | 158,893,052 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,003 | puml | @startuml
skinparam defaultFontName 楷体
package com.shenjitang.permission.sso.client {
class SsoSessionListener {
}
class SsoClientFilter {
}
}
package javax.servlet {
Interface Filter {
+ void doFilter(...)
}
package http {
Interface ServletContextListener {
public void contextDestroyed(ServletContextEvent arg0)
public void contextInitialized(ServletContextEvent arg0)
}
Interface HttpSessionListener {
+ void sessionCreated(HttpSessionEvent se)
+ void sessionDestroyed(HttpSessionEvent se)
}
Interface HttpSessionAttributeListener {
+ void attributeAdded(event)
+ void attributeRemoved(event)
+ void attributeReplaced(event)
}
}
}
SsoSessionListener -|> HttpSessionListener
SsoSessionListener -|> HttpSessionAttributeListener
SsoSessionListener -|> ServletContextListener
SsoClientFilter -|> Filter
@enduml |
d1bd8118c171e05577010e71225f06439a2a7581 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Editor/Utils/PostProcessShaderIncludePath.puml | 7daea465250248a09c69ac141945a1ce7108afbd | [] | 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 | 105 | puml | @startuml
class PostProcessShaderIncludePath <<static>> {
+ {static} GetPaths() : string[]
}
@enduml
|
2ccc1bf2e4088943f1348c1e3a6ab582d753af94 | a2b717706eb8dfd1c36045606e5824934cfc20a5 | /diagrams/facade-schema.puml | 250659bbaab533cc39bf5f4175195b8fa276e79f | [] | no_license | zhongshijun/head-first-design-patterns-cpp | 66f706264f848e26f6791057eb089a6cdf0a44d9 | 3dc4fc23abb884395313b388fd33e87c0b7730c6 | refs/heads/master | 2023-03-18T20:51:13.129157 | 2021-01-25T20:55:26 | 2021-01-25T20:55:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 374 | puml | @startuml facade-schema
cloud subsystem{
class A{
+operationA()
}
class B{
+operationB()
}
class C{
+operationC()
}
}
class Facade{
-classA
-classB
-classC
+subsystemOperation()
+subsystemAnotherOperation()
}
Facade *-down- A
Facade *-down- B
Facade *-down- C
class Client{
}
Client -> Facade
@enduml
|
3b9062d812a607b6baf03cf36909912464788511 | 11907cf3d18059d2e94afbf154ab99bca59d6e6c | /umls/db.plantuml | ff14a5860c790cf9d1ca5f56a1a866de00f1730c | [] | no_license | zixzeus/employee_scheduler | 3a182b8b05f4ee35a750132bc18c947e6ac03f98 | 4dd2f402dac2b2df8c5df9cc0b75b11b75cac880 | refs/heads/master | 2021-05-22T20:03:53.912956 | 2019-07-19T18:16:19 | 2019-07-19T18:16:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,022 | plantuml | @startuml
class cellules_employes {
}
class users {
+id: int
+matricule: string, unique
+nom: string
+prenom: string
+encrypted_password: string, min: 6, max: 255
+role: {EMPLOYE, GESTIONNAIRE, ADMIN}
+created_at: timestamp
+last_update_at: timestamp
}
class employes {
+id: int
+experience: min 0
+type_employe : {TP,TPR,TPO}
+created_at: timestamp
+last_update_at: timestamp
}
class admins {
+id: int
+created_at: timestamp
+last_update_at: timestamp
}
class gestionnaires {
+id: int
+created_at: timestamp
+last_update_at: timestamp
}
class horaires {
+id: int
+date_debut
+date_fin
+statut = {EN_COURS, PROCHAINE_PERIODE}
+created_at: timestamp
+last_update_at: timestamp
}
class professions {
+id: int
+nom: string
+created_at: timestamp
+last_update_at: timestamp
}
class cellules {
+id: int
+date: timestamp
+quart: [nuit, jour, soir]
+created_at: timestamp
+last_update_at: timestamp
}
class disponibilites {
+id: int
+created_at: timestamp
+last_update_at: timestamp
}
class activites {
+id: int
+nom: string
+created_at: timestamp
+last_update_at: timestamp
}
class disponibilite_activites {
+id: int
+created_at: timestamp
+last_update_at: timestamp
}
' Relations concernant les différents utilisateurs
employes "1" -- "1" users
gestionnaires "1" -- "1" users
admins "1" -- "1" users
' Relations profession
gestionnaires "N" -- "1" professions
employes "N" -- "1" professions
activites "N" -- "1" professions
' Relations cellule
cellules "1" -- "N" cellules_employes
cellules_employes "N" -- "1" employes
cellules_employes "N" -- "1" activites
' Relations en rapport avec un horaire
horaires "1" -- "N" cellules
horaires "N" -- "1" professions
' Relations pour les disponibilites
employes "1" -- "N" disponibilites
disponibilites "1" -- "N" disponibilite_activites
disponibilite_activites "N" -- "1" activites
@enduml |
980aa66facaef592d03982e135ed4863c2c815d9 | 1f5a6d8f6827e4add92c2154e20310793d32f549 | /OOP教育訓練計畫/9/01.Observer/src/ES2015-DigitalClock/diagrams/ObserverPattern.puml | 83435d436e1f9efeac103251961d27ab55507718 | [] | no_license | YenCheChangGoogle/YccSenaoOOP | 8e9c2b02ded12b64e5e7a7d26faed0f593ee0fce | 79e025ace78e966d07a59b8896c68040fe74ab86 | refs/heads/master | 2021-09-06T16:44:44.578700 | 2018-02-08T16:35:22 | 2018-02-08T16:35:22 | 107,415,206 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 456 | puml | @startuml
skinparam class {
FontStyle bold
FontSize 12
}
class Subject{
+attach(observer)
+detach(observer)
+notify()
}
class ConcreteSubject{
+concreteState
+getState()
+setState()
}
class Observer{
+update
}
class ConcreteObserver{
+observerState
+update
}
Subject <|-down- ConcreteSubject
Observer <|-down- ConcreteObserver
Subject -right-> Observer
ConcreteObserver -left-> ConcreteSubject
@enduml
|
5c65681181b03c8289281bf78b1c9469c0cd0baf | d16b8d473ee4aaa58c552af6dc2c8fc0354ada30 | /docs/uml/one-to-one-two-way-relation.puml | 6d86dda9cc83adb0eb30c55633b196bec42f513a | [] | no_license | walbatrossw/jpa-study | 86e41d02d9a30f5a8a6a98adfa29aa4a3b6e3365 | 9d0fef55c84bba793105b8bc2b1c299a73d5c250 | refs/heads/master | 2021-01-22T19:42:39.050339 | 2019-05-03T08:53:44 | 2019-05-03T08:53:44 | 100,713,388 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 635 | puml | @startuml
title 일대일 메인 테이블에 외래키 - 양방향 객체, 테이블 연관관계
class Member {
- id : String
- username : String
- locker : Locker
}
class Locker {
- id : String
- Name : String
- member : Member
}
Member --> "1" Locker : locker
Member "1" <.. Locker : member
!define table(x) class x << (T,#FFAAAA) >>
!define primary_key(x) <b>x</b>
!define foreign_key(x) <u>x</u>
hide methods
hide stereotypes
table(MEMBER) {
primary_key(MEMBER_ID)
foreign_key(LOCKER_ID)
USERNAME
}
table(LOCKER) {
primary_key(LOCKER_ID)
NAME
}
MEMBER |o--o| LOCKER
@enduml
|
92500a8bbaab7c04e312bac3de0def574c7d2efb | 7fbdb3db8e966a7f78cad2d9e6798dfd8aedea01 | /src/com/cjj/designpattern/behavioral/adapter/AdapterClassGraph1.puml | 808f33cd0bb61be3148f36b10b5257cc9e3980d3 | [] | no_license | vuquangtin/DesignPattern-1 | 3d1fc64e8412bf5ba3a10a38dde121c68ffc8b9a | 47182c1c6e3f7e4126d33bdca53e055d9f0b3b5d | refs/heads/master | 2021-10-09T20:10:01.009239 | 2019-01-03T01:33:51 | 2019-01-03T01:33:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 243 | puml | @startuml
class Main{
}
interface Print{
printWeak()
printStrong()
}
class PrintBanner{
printWeak()
printStrong()
}
class Banner{
showWithParen()
showWithAster
}
Main --> Print:Uses >
PrintBanner ..|>Print
PrintBanner --|>Banner
@enduml |
9f41b8528d83fee53ec2d91010143de06cfe6873 | 17d8a22c83aa82b55e7c2ab8482ee97fcfdadf05 | /DesignModeTest/out/production/DesignModeTest/prototypePattern/prototypePattern.puml | f6f3f4372055fee04dd0e8ab1c2ed09395bfaacc | [] | no_license | lhdaydayup/Pattern | 3d3d1e25d934428ed69c6c2618587d9328bdfe4e | 8de7410801d9efcae9fc57f34466ed0711ceff54 | refs/heads/master | 2020-05-07T13:24:26.831224 | 2019-04-15T08:21:35 | 2019-04-15T08:21:35 | 180,546,544 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,199 | puml | @startuml
package prototypePattern #yellow {
interface Cloneable
interface Serializable
interface Prototype
Cloneable<|--Prototype
Serializable<|--Prototype
interface OfficePrototype{
+void clone()
+void deepClone()
}
Prototype<|--OfficePrototype
class AOfficePrototype{
+void clone()
+void deepClone()
}
class BOfficePrototype{
+void clone()
+void deepClone()
}
OfficePrototype<|..AOfficePrototype
OfficePrototype<|..BOfficePrototype
class PrototypeManager{
- static PrototypeManager prototypeManager=new PrototypeManager()
- Hashtable hashtable
- PrototypeManager()
{hashtable=new Hashtable,hashtable.add("A",new AOfficePrototype),hashtable.add("B",new BOfficePrototype)}
+ static PrototypeManager getInstance(return prototypeManager)
+ OfficePrototype getOfficePrototype(String type)
{hashtable.get(type).clone()}
+ OfficePrototype getOfficePrototypeDeep(String type)
{hashtable.get(type).deepclone()}
+ void addOfficePrototype(String type,OfficePrototype officePrototype)
{hashtable.add(type,officePrototype)}
}
OfficePrototype<..PrototypeManager
PrototypeManager<..client
}
@enduml |
87079d61407bd8d75b3d686566709138a9334f98 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/TimelineGroupGUI.puml | 95408aa025bcfeb061b2a3034f9b4b24b2cfcb34 | [] | 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 | 1,240 | puml | @startuml
class TimelineGroupGUI {
m_MustRecomputeUnions : bool = true
m_GroupDepth : int
<<readonly>> m_IsReferencedTrack : bool
+ ToWindowSpace(localRect:Rect) : Rect
+ <<override>> expandable : bool <<get>>
+ TimelineGroupGUI(treeview:TreeViewController, treeviewGUI:TimelineTreeViewGUI, id:int, depth:int, parent:TreeViewItem, displayName:string, trackAsset:TrackAsset, isRoot:bool)
+ <<virtual>> GetHeight(state:WindowState) : float
+ <<override>> OnGraphRebuilt() : void
{static} CalculateGroupDepth(parent:TreeViewItem) : int
DrawTrackButtons(headerRect:Rect, state:WindowState) : void
+ SetExpanded(expanded:bool) : void
+ <<override>> Draw(headerRect:Rect, contentRect:Rect, state:WindowState) : void
DrawName(rect:Rect, isSelected:bool) : void
IsTrackRecording(state:WindowState) : bool
RecomputeRectUnions() : void
{static} AllChildrenMuted(groupGui:TimelineGroupGUI) : bool
}
class "List`1"<T> {
}
TimelineTrackBaseGUI <|-- TimelineGroupGUI
TimelineGroupGUI o-> "m_Unions<TimelineClipUnion>" "List`1"
TimelineGroupGUI --> "boundingRect" Rect
TimelineGroupGUI --> "expandedRect" Rect
TimelineGroupGUI --> "rowRect" Rect
TimelineGroupGUI --> "dropRect" Rect
@enduml
|
ccf054e385d2f36fd10073774f9e445da0e74d3d | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/latedeliveryandpenalty@0.15.2.puml | c3f5525a9afcd51db02a910329279f509e1942df | [
"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 | 1,048 | puml | @startuml
class org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyContract << (A,green) >> {
+ AccordParty buyer
+ AccordParty seller
+ Boolean forceMajeure
+ Duration penaltyDuration
+ Double penaltyPercentage
+ Double capPercentage
+ Duration termination
+ TemporalUnit fractionalPart
}
org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyContract --|> org.accordproject.cicero.contract.AccordContract
class org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest << (T,yellow) >> {
+ Boolean forceMajeure
+ DateTime agreedDelivery
+ DateTime deliveredAt
+ Double goodsValue
}
org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest --|> org.accordproject.cicero.runtime.Request
class org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyResponse << (T,yellow) >> {
+ Double penalty
+ Boolean buyerMayTerminate
}
org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyResponse --|> org.accordproject.cicero.runtime.Response
@enduml
|
775cc5d32a00d865e8c3025897c3f1a371450e9e | ee96a70918e886f49a11a2646742ecd0615cd83d | /src/diagrams/util/queue_manager/packages/before.puml | c554b5deb3d0c82bfb34fbeb5aa48cb07ac5c68b | [
"MIT"
] | permissive | DorinR/Politisense | 675c8138b8e768d3962759c8a52c15dfd3b42756 | 921e9ab04b378ebe341186d32e5c9522cab624b6 | refs/heads/master | 2023-01-23T12:20:29.224166 | 2020-04-12T00:42:39 | 2020-04-12T00:42:39 | 317,986,401 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,810 | puml | @startuml
package QueueManagers #e0e0d1 {
class QueueAction
class QueueManager
}
package Firebase #e0e0d1 {
class Firestore
package Models #e0e0d1 {
class Politician
class Bill
class VoteRecord
}
}
package Jobs #e0e0d1 {
abstract class Job
}
package Updates #e0e0d1 {
class DependencyGraph
class UpdatePipelineManager
}
package Graphs #e0e0d1 {
class TypeVertex
}
package Actions #e0e0d1 {
package FetchActions #e0e0d1 {
class FetchAction
}
package ParseActions #e0e0d1 {
class TextParserAction
class SelectionAction
}
package WrapperActions #e0e0d1 {
class QueueManagerWrapperAction
}
package ClassifyActions #e0e0d1 {
class UpdateCollectionAction
}
}
package Before #e0e0d1 {
class BillLinkFetchBefore {
- manager: QueueManager
- bills: Array<Array<Bill>>
+ perform(void): Promise<void>
+ BillLinkFetchBefore(manager: QueueManager): BillLinkFetchBefore
{static} - retrieveBills(db: Firestore) : Promise<Array<Array<Bill>>>
- createQueryParams(void): Promise<void>
}
QueueAction <|-- BillLinkFetchBefore
class RoleBefore {
- manager: QueueManager
- bills: Array<Array<Bill>>
+ perform(void): Promise<void>
+ RoleBefore(manager: QueueManager): RoleBefore
{static} - retrievePoliticians(db: Firestore) : Promise<Array<Array<Politician>>>
{static} - formatName(name: String): String
{static} - create(params: Object) : Job
{static} - createRequestParams(params: Object) : Job
- modifyManagerQueryParams(Array<String>): Promise<void>
}
QueueAction <|-- RoleBefore
Actions <-- RoleBefore
Jobs <-- RoleBefore
class UpdateBeforeAction {
- manager: UpdatePipelineManager
- updates: Array<TypeVertex>
+ perform(void): Promise<void>
+ UpdateBeforeAction(manager: UpdatePipelineManager): UpdateBeforeAction
{static} - createParams(vertex: TypeVertex): Object
{static} - addActions(job: Job, params: Object, update: TypeVertex) : void
}
QueueAction <|-- UpdateBeforeAction
Actions <-- UpdateBeforeAction
Updates <-- UpdateBeforeAction
Graphs <-- UpdateBeforeAction
Jobs <-- UpdateBeforeAction
class VotersBefore {
- manager: QueueManager
- voteRecords: Array<Array<VoteRecord>>
+ perform(void): Promise<void>
+ VotersBefore(manager: QueueManager): VotersBefore
- retrieveVoteRecords(db: Firestore) : Promise<Array<Array<VoteRecord>>>
{static} - parliamentExists(parliament: Number, session: Number): Boolean
- modifyManagerParams(void): Promise<void>
}
QueueAction <|-- VotersBefore
}
Before --> QueueManagers
Before --> Firebase
Before --> Models
@enduml |
0e029a331cd1ef2221386d0286d4a893f6eab2a1 | 1ecbe75d13e45e5e7daae306ec34f62d2fcc6ddf | /images/dependenciesAndMain_Grading.plantuml | 28da46cccb1621e4f21c19e5684e0443d701a4de | [] | no_license | skiadas/SoftwareDevelopmentPracticumCourse | 77ba943e6856e9a841b1f94aabd52c695a635812 | f8fccfcd9a9410a191455484c6a7b9927e325ed2 | refs/heads/master | 2020-04-15T23:40:28.229011 | 2019-12-06T15:16:56 | 2019-12-06T15:16:56 | 165,113,828 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 659 | plantuml | @startuml
package sdp {
class Grade {
- letter : String
+ Grade()
+ getPoints()
+ countsForCredit()
}
}
package main {
class Main {
{static} + main()
{static} - processGrades()
}
}
package sdp {
class Processor {
- scanner : Scanner
+ Processor()
+ hasNext()
+ getNext()
}
}
package sdp {
class Summary {
- courses : int
- total : double
+ addGrade()
+ format()
}
}
Main --> Processor : <<creates>>
Main --> Summary : <<creates>>
Processor --> Grade : <<creates>>
Summary --> Grade
@enduml
|
2b71fe60d8e73850401948fb464642b4632e1a5b | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/BrowserExtension/BackGround/BackGroundScript.puml | 7dad997ff94357130ed2f4d457dd78d69dd633ae | [
"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 | 784 | puml | @startuml
skinparam linetype ortho
skinparam monochrome true
skinparam classAttributeIconSize 0
'scale max 500*1000
'left to right direction
class BackgroundScript {
+ BackgroundScript()
+ run() : void
+ callback(event : Shared.BrowserEvent) : void
}
class ListenerManager {
+ ListenerManager(callback : (Shared.BrowserEvent) => void, configurationString? : string)
+ startAll()
+ stopAll()
}
interface ICommunicationStrategy {
+ establishConnection() : Promise<void>
+ requestConfig() : Promise<string>
+ waitForStart() : Promise<void>
+ sendData(data : string) : Promise<string>
+ addOnStopListener(callback: (error? : boolean) => void) : void
}
BackgroundScript *-- ListenerManager
BackgroundScript *-- ICommunicationStrategy
@enduml
|
e88fb25744a2e3cd20b77c5f2ce5dae46dcde9fa | bb9d4293c769fae3cfad9ebf7186745a8abf70a4 | /russia/source/box_class.puml | 54bcf996029276791a08ad56e969ade07ec0cf7f | [] | no_license | greenwangzero/html5- | db15de5213d46aa454305f4e074d4afc723051af | 2d2c7601ab612ce0d0152f1fda60c51ca4d920c0 | refs/heads/master | 2022-06-09T00:56:53.017613 | 2020-05-10T07:15:40 | 2020-05-10T07:15:40 | 257,764,238 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,647 | puml | @startuml
class Box {
renew : boolen
type : int
data : array
place : array
order : array
notify()
setplace()
}
note left : notify(){ Plate.update() }
Box <|--- Box_0
Box <|--- Box_1
Box <|--- Box_2
Box <|--- Box_3
Box <|--- Box_4
Box <|--- Box_5
Box <|--- Box_6
class Box_0
class Box_1
class Box_2
class Box_3
class Box_4
class Box_5
class Box_6
class BoxFactory{
ans : Box
getBoxInstance()
}
BoxFactory o-- Box
Box -- Plate : update()
class Plate{
res
initPlate()
update()
check()
addBox()
eliminate()
}
note top : update(){ after check ; Score.update() }
Plate - Score : update()
class Score{
Score : int
update()
}
note "doCommand()" as n1
note "keydown" as n2
n1 -- Invoker
n2 -- n1
class Invoker{
command : Command
setCommand()
do()
}
Invoker o-- Command
Command --- Box : notify()
class Command{
do()
}
class Right
class Left
class Down
class Revolve
class DoRight
class DoRevolve
class DoDown
class DoLeft
Right -- DoRight
Left -- DoLeft
Down -- DoDown
Revolve -- DoRevolve
Command <|-- Right
Command <|-- Left
Command <|-- Down
Command <|-- Revolve
class State
class New
class Play
class Finish
class Context
State <|-- New
State <|-- Play
State <|-- Finish
Context o-- State
class Context {
State state
setState(state)
start()
game()
stop()
show()
}
class State {
string stateName
constructor()
}
class New {
stateName = '新建'
start()
}
class Play {
stateName = '游戏'
Box box
game()
stop()
}
class Finish {
stateName = '结束'
showHistory()
renew()
}
State -- n2
@enduml |
ba74ca6ae61a2c1f24e08c84bacdda4c8af65d67 | 10d153ee925c8511a5a2470cbf3dae3e4aa96ac9 | /Diagramme de classe/L1- Classes et attributs/exemples/dc_3/dc_3.puml | a88dc0f45bf7954c05de9e7528585409fd40fce8 | [] | no_license | profesig/exosOO | db703060b96949019a6a7bf6a462b1bd6070d633 | 56ec1d91ea4d4f8c1a6480e3e43d483593878e60 | refs/heads/master | 2016-09-05T17:07:28.191472 | 2014-02-27T16:57:44 | 2014-02-27T16:58:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 116 | puml | @startuml
class MyClass {
myMultivaluedAttribute1[0..*]:String
myMultivaluedAttribute2[1..*]:double
}
@enduml |
b13345b0833e1e61391dff81dfe6bf07a8e3e4b5 | 5d2564cc0c0e977542a9ef528c43cb321138c71e | /uml/Iterator.puml | 9eeaf296ecc23760c89f5bbed6bdba5c82f04f1d | [] | no_license | AttITuder/java-study | a2a04fe6675f0f49941612c31412f8b5766f0d8a | 9b13225f1041a42d5bdd2b00caa75569f012602e | refs/heads/master | 2022-04-26T16:28:43.560276 | 2020-04-19T15:40:48 | 2020-04-19T15:40:48 | 256,947,608 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 172 | puml | @startuml
interface Iterator<E> {
boolean hasNext();
E next();
default void remove()
default void forEachRemaining(Consumer<? super E> action)
}
@enduml |
c0180dffb92c41ee238ca94af380f9a565d59fb5 | d8c97f7aab76d32d4f29faa074cd9d3a3117c139 | /Lab3/p1.puml | a763be229516502011dc28069871b1b68720bdd0 | [] | no_license | mcc-sw-eng-course/python-programs-gbriones1 | 736801f4330b5aaaa5908bc9b49b414a3ee909a8 | 3a21106adff33abb15588dc6a7afdc59578585b1 | refs/heads/master | 2020-04-22T02:20:36.737340 | 2019-04-10T18:53:19 | 2019-04-10T18:53:19 | 170,045,088 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,773 | puml | @startuml
title Lab 3 - Problem 1
class Student {
- id: int {unique}
- tax_file_number: int {unique}
- name: str
- birthdate: Date
- sex: Sex
- year_of_study: YearOfStudy
- department: Department
- current_address: Address
- permanent_address: Address
+ getGradeReport(course): GradeReport
}
class Date {
- day: int
- month: int
- year: int
}
class Address {
- number: int
- street: str
- additional_info: str
- city: str
- state: str
- zip: str
- country: str
- phone: str
}
class Department {
- code: str {unique}
- name: str {unique}
- office_number: int
- office_phone: str
- faculty: str
+ get_programs(): List<Program>
}
class Program {
- degree: str
- department: Department
+ get_courses(): List<Course>
}
class Course{
- number: int
- name: str {unique}
- description: str
- hours: int
- level: int
- program: Program
}
class Section {
- instructor: Instructor
- semester: int
- year: int
- course: Course
- section_number: int
}
class Instructor{
- name: str
}
class GradeReport{
- student: Student
- section: Section
- letter_grade: LetterGrades
- percentage_mark: int [0..100]
}
enum LetterGrades{
HD
D
C
P
}
enum YearOfStudy {
First
Second
Third
PostGraduate
}
enum Sex {
MALE
FEMALE
}
Student "1" -down- "2" Address: has >
Student "1" -down- "1" Department: Belongs >
Department "1" -down- "*" Program: Offers >
Program "1" -- "*" Course : has >
Section "1" -down- "1" Instructor: imparted by >
Course "1" -- "1..*" Section : has <
Student "1" -- "*" GradeReport: obtains >
GradeReport "1" -- "1" Section: has >
@enduml |
9d7ad8281c5c06d916394f317249d2cf492af634 | 067da28279c40f4a0a9cc5749b7826bda044a772 | /cpp/files/bluetooth-cpp-android/invoke-class-diagram.plantuml | 2634a49427a89a08b64f8c36ac52be0c98c54ce0 | [] | no_license | gzuliani/gzuliani.github.io | 0fcaf30034530a5e73ccd47c2b4970a061d9bb8a | f6a0b9f333298f539a436a7bf3cdb198bcc34e23 | refs/heads/master | 2023-04-17T00:14:57.503185 | 2023-04-05T18:49:47 | 2023-04-05T18:49:47 | 203,596,069 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 969 | plantuml | @startuml
skinparam handwritten true
namespace Java_application {
class NativeAPI {
+method()
}
class BluetoothConnection {
+isOpen()
+open()
+close()
+send()
+receive()
}
NativeAPI ..> BluetoothConnection
}
namespace wrapper_library {
class Wrapper << (-,orchid) >> #lavender {
{static} +method()
}
}
namespace native_libary {
abstract class Connection {
+send()
+receive()
}
class BluetoothConnection
class SerialConnection
class JavaConnection #tomato
Connection <|-- BluetoothConnection
Connection <|-- SerialConnection
Connection <|-- JavaConnection
class Facade << (-,orchid) >> #lavender {
{static} +method()
}
Facade ..> Connection
}
wrapper_library.Wrapper ..> native_libary.Facade
native_libary.JavaConnection o--> Java_application.BluetoothConnection
Java_application.NativeAPI ..> wrapper_library.Wrapper
' force layout
Java_application -[hidden]-> wrapper_library
@enduml |
fbda684c36ce7b54d80f8edf5345475f68bcde39 | dc49340c6530b12f32db7d32f721ac51bbf5a0d1 | /app/src/main/java/com/cleanup/todoc/injections/injections.plantuml | ddbda3b0e81ff41132923b5c8e4316f7154afa3b | [] | no_license | dylanHulin/P5_TodoApp | fd8a1195f3da2e99ff8bc4a9f16c51aeda6f9a05 | 9a5d15bdf53870bf391439f4f98efe72b67a0e99 | refs/heads/master | 2023-03-28T13:13:59.504507 | 2021-03-31T15:24:06 | 2021-03-31T15:24:06 | 353,402,253 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,136 | plantuml | @startuml
title __INJECTIONS's Class Diagram__\n
namespace com.cleanup.todoc {
namespace injections {
class com.cleanup.todoc.injections.Injection {
{static} + provideViewModelFactory()
{static} - provideExecutor()
{static} - provideProjectDataSource()
{static} - provideTaskDataSource()
}
}
}
namespace com.cleanup.todoc {
namespace injections {
class com.cleanup.todoc.injections.ViewModelFactory {
- executor : Executor
+ create()
~ ViewModelFactory()
}
}
}
com.cleanup.todoc.injections.ViewModelFactory .up.|> android.arch.lifecycle.ViewModelProvider.Factory
com.cleanup.todoc.injections.ViewModelFactory o-- com.cleanup.todoc.repositories.ProjectDataRepository : projectDataSource
com.cleanup.todoc.injections.ViewModelFactory o-- com.cleanup.todoc.repositories.TaskDataRepository : taskDataSource
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
|
d86ecf323b44652219db60f3abbe385b391f24d4 | 65ca054caa856c00676e94134fc256b4a69fc6bc | /server/graph.puml | f29e91c0c6dd9b8570c747c41dfadf658d0752ae | [] | no_license | keleqnma/influxdb-cluster | 39a85d941e62b4c81d4940ed561c5512e7ee6324 | 2f947fc2a1d471a23a353aeb473f0078d2e7d1b9 | refs/heads/master | 2023-04-03T06:53:29.335596 | 2021-04-11T09:58:42 | 2021-04-11T09:58:42 | 328,880,594 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 153 | puml | @startuml
class ClusterServer {
+: *ClusterService
+*Query(c *Context):
+*Write(c *Context):
+*GetStats(c *Context):
+*GetCfg(c *Context):
}
@enduml |
45bf89be243e7d4bd95102fe8f6e8d60e6bcbdd4 | 28e963aeb9cb99ce7b5998b7251c94d5af71c568 | /py-net-tools/docs/DotGenerator.puml | 4bca1b146e0a1c706ed0566059b33350d69ec33f | [] | no_license | deadbok/py-graph-tools | 638735179c014de1037216c85cc316d3ab2127ad | 8dd3cce5bfef7043b9d3051e890950013fc7cf7e | refs/heads/master | 2021-01-21T14:44:09.014879 | 2017-05-19T18:19:13 | 2017-05-19T18:19:13 | 91,824,454 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 787 | puml | @startuml
@startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
skinparam linetype ortho
scale 2
class NetObjBase {
+__init__()
+__str__()
}
class Device {
+__init__()
+__str__()
}
class Interface {
+__init__()
+__str__()
}
class Connection {
+__init__()
+__str__()
}
class Network {
+__init__()
+__str__()
}
class DotGenerator {
-devices
-interfaces
-connections
-networks
+__init__()
+addDevice()
+addInterfaces()
+addConnection()
+addNetwork()
+fromDict()
+__str__()
}
NetObjBase <-- Device
NetObjBase <-- Interface
NetObjBase <-- Connection
NetObjBase <-- Network
Device -- DotGenerator
Interface -- DotGenerator
Connection -- DotGenerator
Network -- DotGenerator
@enduml |
1e4d8dc34e365fb2287f9a594f2e1ecc9207bac2 | 651a2439478b74a6a9fd06cb27edc0105b62105c | /docs/C4/c4_class.puml | 1f2840a4b25f16dcd20aafac6c63fded2864772a | [
"MIT"
] | permissive | NicoJuicy/modular-monolith-with-ddd | 2abbaefe3e715faf009257db1ce76d2ac0539a7b | ff54f9e6a2f8a672ea0aef5ffe7c163b0b8eb7b8 | refs/heads/master | 2023-01-20T16:11:47.006416 | 2022-08-23T20:58:28 | 2022-08-23T20:58:28 | 221,891,602 | 0 | 0 | MIT | 2023-01-18T14:33:28 | 2019-11-15T09:36:27 | null | UTF-8 | PlantUML | false | false | 1,539 | puml | @startuml C4 Code
package "Meeting Groups Aggregate" <<Rectangle>> {
class "MeetingGroupId" << VO >> {
}
class "MeetingGroup" << Entity, AR >> {
-string: _description
-DateTime: _createDate
-DateTime: _paymentDateTo
{static} MeetingGroup CreateBasedOnProposal()
Meeting CreateMeeting(..)
void SetExpirationDate(DateTime dateTo)
void JoinToGroupMember(MemberId memberId)
void LeaveGroup(MemberId memberId)
void EditGeneralAttributes(...)
bool IsMemberOfGroup(MemberId attendeeId)
bool IsOrganizer(MemberId memberId)
}
class "MeetingGroupLocation" << VO >> {
string City
string CountryCode
{static} MeetingGroupLocation Create(...)
}
class "MeetingGroupMember" << Entity >> {
~DateTime JoinedDate
-bool _isActive
-DateTime? _leaveDate
{static} MeetingGroupMember CreateNew(...)
void Leave()
~bool IsMember(MemberId memberId)
~bool IsOrganizer(MemberId memberId)
}
class "MemberId" << VO >> {
}
class "MeetingGroupMemberRole" << VO >> {
string Value
}
}
class "Member" << Entity, AR >> {
}
"MeetingGroup" *-- "MeetingGroupId" : of
"MeetingGroup" *-- "MeetingGroupLocation" : for
"MeetingGroup" "1" *-- "0..*" "MeetingGroupMember" : member of
"MeetingGroupMember" *-- "MemberId" : assigned to
"MeetingGroupMemberRole" --* "MeetingGroupMember" : is assigned to
"Member" o-- "MemberId" : of
@enduml |
95c06fcad8bbb1464cabb235994f40c943db4af3 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Attributes/ShortcutAttribute.puml | 466ffd09ebc71b07c0acfcaa604ec20e7187c13c | [] | 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 | 758 | puml | @startuml
class ShortcutAttribute {
<<readonly>> m_Identifier : string
<<readonly>> m_EventCommandName : string
<<readonly>> m_MenuShortcut : string
+ ShortcutAttribute(identifier:string)
+ ShortcutAttribute(identifier:string, commandName:string)
+ ShortcutAttribute(key:KeyCode, modifiers:ShortcutModifiers)
+ GetMenuShortcut() : string
+ MatchesEvent(evt:Event) : bool
}
class ShortcutPlatformOverrideAttribute {
+ ShortcutPlatformOverrideAttribute(platform:RuntimePlatform, key:KeyCode, modifiers:ShortcutModifiers)
+ MatchesCurrentPlatform() : bool
}
Attribute <|-- ShortcutAttribute
ShortcutAttribute <|-- ShortcutPlatformOverrideAttribute
ShortcutPlatformOverrideAttribute --> "platform" RuntimePlatform
@enduml
|
46a77f67184862ec2cc61471412f4e13ebfc05e2 | 2c910239ad24c81085137c9231613e66f6ec9909 | /sequence1.plantuml | 4118974e77b2ccc255a59f1561609def19ad44e6 | [] | no_license | linhtch90/plantuml-example | 1cad66ff0ed85a2793159e6a929fb8fcaf076941 | fbdd455c637090392f5fa9b87f5505d10b25e7a9 | refs/heads/master | 2023-01-13T15:54:13.921056 | 2020-11-10T09:47:13 | 2020-11-10T09:47:13 | 311,306,810 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 170 | plantuml | @startuml
class One {
+String: Prop1
-Int: Serie
+count()
#call()
}
One --|> Two : Hello Two
Two --|> Three : Hello Three
Three --|> One : Back to you
@enduml
|
83c96f37cb76c473eb68b7e1268846c98dd65fe7 | b0b0d36051ba464772416901903771a9b18eef91 | /tests/fixtures/008_Property.puml | f73f1959cb61ea91ad3343cb44293b38e7c15b64 | [
"MIT"
] | permissive | llaville/umlwriter | 6bafa77a450b9b81e4d47015276e21ba7fcd00f8 | d5e8207344b8fca8266ea8959959fe335ae0410c | refs/heads/master | 2023-04-18T15:53:38.633376 | 2023-04-11T09:33:44 | 2023-04-11T09:33:44 | 32,541,921 | 58 | 9 | null | null | null | null | UTF-8 | PlantUML | false | false | 290 | puml | @startuml
top to bottom direction
namespace FixtureEight {
class OneClass << class >> {
–stringProperty : string = "string"
#intProperty : int = 654
+booleanProperty : bool = true
#arrayProperty : array = […]
+floatProperty : float = 654.123
--
}
}
@enduml
|
19485d845e7f436498aa30c63043b5440c453d50 | 8526162a04e1aafc763c035c23cfcfb25eee6159 | /app/src/main/java/com/voicenotes/view/settings/utils/utils.plantuml | 21b4991f4f980f10bf3863e0c12ab9b8ee9fadb8 | [
"BSD-2-Clause"
] | permissive | fernandopm7/com.tfg.voicenotes | b1c869a0c94b59c6d7d2bce936b489bd84d3ae3b | 7bef4346b79bada48a85ff1c3011e39a753b814b | refs/heads/master | 2020-06-04T22:08:42.890833 | 2019-08-27T17:10:46 | 2019-08-27T17:10:46 | 192,209,386 | 0 | 0 | BSD-2-Clause | 2019-08-27T18:56:21 | 2019-06-16T15:50:32 | Java | UTF-8 | PlantUML | false | false | 1,000 | plantuml | @startuml
title __UTILS's Class Diagram__\n
package com.voicenotes {
package com.voicenotes.view.settings {
package com.voicenotes.view.settings.utils {
class DefaultSettingsXmlParser {
{static} - properties : Properties
{static} ~ assets : Assets
{static} ~ assetDir : File
{static} + initialize()
{static} + getCurrentLenguage()
{static} + getCurrentModel()
{static} + getDefaultLenguage()
{static} + getDefaultModel()
{static} + setCurrentLenguage()
{static} + setCurrentModel()
{static} + getHmmPath()
{static} + getDictPath()
{static} + getLmPath()
{static} + getAssetDir()
}
}
}
}
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
|
f714c45da9b957996b64cea78d6d5df4d89f3ddb | 7fce734c1b0a4ceee29b64fad790309243a080d4 | /design/Servlet With Spring Framework.puml | 807eae4a3e79f8525599a23821e20c4203991c10 | [] | no_license | walklown/daily-code | 7e6d655818315113f099be930c3766300b1b8ede | 1c7655eba6bddd7bb08d09b1b1f64f315dea67b2 | refs/heads/master | 2023-08-22T08:34:16.161384 | 2023-08-14T09:07:30 | 2023-08-14T09:07:30 | 127,528,741 | 0 | 0 | null | 2023-06-14T22:55:54 | 2018-03-31T12:08:15 | Java | UTF-8 | PlantUML | false | false | 4,273 | puml | @startuml
package javax.servlet #DDDDDD {
}
interface javax.servlet.ServletContext {
Dynamic addServlet(String servletName, String className);
}
interface javax.servlet.ServletContainerInitializer {
void onStartup(Set<Class<?>> c, ServletContext ctx);
}
interface javax.servlet.ServletContextListener {
void contextInitialized(ServletContextEvent sce);
void contextDestroyed(ServletContextEvent sce);
}
note top of javax.servlet
根据 Servlet 3.0 描述,只能在 ServletContainerInitializer.onStartup 或 ServletContextListener.contextInitialized & contextDestroyed
调用 ServletContext 的配置方法。
end note
package org.apache.catalina.core #Yellow{
}
class org.apache.catalina.core.ApplicationContext {
Dynamic addServlet(String servletName, String className);
}
'package org.springframework.context #22db41 {
'}
'interface org.springframework.context.ApplicationContext {
' Dynamic addServlet(String servletName, String className);
'}
note right of org.apache.catalina.core.ApplicationContext: Tomcat 的实现
package org.springframework.web #22db41 {
}
package org.springframework.web.context #22db41 {
}
package org.springframework.web.servlet.support #22db41 {
}
class org.springframework.web.SpringServletContainerInitializer {
@HandlesTypes(WebApplicationInitializer.class);
void onStartup(Set<Class<?>> c, ServletContext ctx);
}
note top of org.springframework.web.SpringServletContainerInitializer
1、通过 SPI 方式装配
2、@HandlesTypes(WebApplicationInitializer.class) 加载 WebApplicationInitializer
end note
class org.springframework.web.context.ContextLoaderListener {
void contextInitialized(ServletContextEvent sce);
void contextDestroyed(ServletContextEvent sce);
}
note right of org.springframework.web.context.ContextLoaderListener
5、Root WebApplicationContext 与 ServletContext 一对一绑定
6、configureAndRefreshWebApplicationContext 自动化装配
end note
interface org.springframework.web.WebApplicationInitializer {
void onStartup(ServletContext servletContext);
}
note bottom of org.springframework.web.WebApplicationInitializer
3、创建 Root WebApplicationContext,new ContextLoaderListener(Root WebApplicationContext)
4、将 ContextLoaderListener 注册到 ServletContext
end note
abstract org.springframework.web.context.AbstractContextLoaderInitializer {
void onStartup(ServletContext servletContext);
abstract WebApplicationContext createRootApplicationContext();
}
abstract org.springframework.web.servlet.support.AbstractDispatcherServletInitializer {
void onStartup(ServletContext servletContext);
abstract WebApplicationContext createRootApplicationContext();
}
abstract org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer {
void onStartup(ServletContext servletContext);
}
class org.springframework.boot.web.servlet.support.SpringBootServletInitializer {
void onStartup(ServletContext servletContext);
}
org.springframework.web.SpringServletContainerInitializer *-- org.apache.catalina.core.ApplicationContext
javax.servlet.ServletContext <|-- org.apache.catalina.core.ApplicationContext
javax.servlet.ServletContextListener --* org.apache.catalina.core.ApplicationContext
'org.springframework.context.ApplicationContext --* org.springframework.web.context.ContextLoaderListener
javax.servlet.ServletContainerInitializer <|-- org.springframework.web.SpringServletContainerInitializer
javax.servlet.ServletContextListener <|-- org.springframework.web.context.ContextLoaderListener
org.springframework.web.SpringServletContainerInitializer *-- org.springframework.web.WebApplicationInitializer
org.springframework.web.WebApplicationInitializer <|-- org.springframework.web.context.AbstractContextLoaderInitializer
org.springframework.web.context.AbstractContextLoaderInitializer <|-- org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
org.springframework.web.servlet.support.AbstractDispatcherServletInitializer <|-- org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
org.springframework.web.WebApplicationInitializer <|-- org.springframework.boot.web.servlet.support.SpringBootServletInitializer
@enduml |
3cdfe167160c2d12ac8c5a5a38fbdd97a3671c3f | 2a05c19c522de7ac2f880aa0ba60547ace21cc30 | /uml/chain.puml | e8775ab8455e5669f726e88bfa9de6343556461c | [] | no_license | lbvs86823/lbvs86823.github.com | 458c5ca2ccae6a54519129a86545d817cfaf418f | 129e1ea762ab70c2b54886b561775d5dfd7841d6 | refs/heads/master | 2021-12-07T03:23:18.169009 | 2021-08-20T09:19:30 | 2021-08-20T09:19:30 | 16,271,667 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 404 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class Handler {
+ setNextHandler(Handler next): void
+ {abstract} doHandler(): void
+ submit(int requestDay): void
}
Handler o-- Handler
class GroupHandler extends Handler{
+ doHandler(): void
}
class ManagerHandler extends Handler{
+ doHandler(): void
}
class GeneralHandler extends Handler{
+ doHandler(): void
}
@enduml |
ca59ca229a5bca4ef5152c3e5407ff8272cfb659 | ab347e5700f09daae5886c7b4c98a942bbebd934 | /out/production/YGO-Deck-Builder/graphicalUserInterface/basicWindows/controllers/controllers.plantuml | 02e64eb2e3b567b21467aea623307ef26e3c4689 | [] | no_license | Sam-Malpass/YGO-Deck-Builder | 17df1974f83372f7f69c5f8c188047fa55a4e4ca | c4986fa63b2dd9284fae5d95ac1ab5b65b786019 | refs/heads/master | 2020-05-14T15:15:18.815842 | 2019-04-23T09:43:53 | 2019-04-23T09:43:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,557 | plantuml | @startuml
title __CONTROLLERS's Class Diagram__\n
package graphicalUserInterface {
package graphicalUserInterface.basicWindows {
package graphicalUserInterface.basicWindows.controllers {
class BoxSelectorController {
- cancel : Button
- confirm : Button
- comboBox : ComboBox
+ initialize()
}
}
}
}
package graphicalUserInterface {
package graphicalUserInterface.basicWindows {
package graphicalUserInterface.basicWindows.controllers {
class PasswordController {
- cancel : Button
- confirm : Button
- pass : PasswordField
+ initialize()
}
}
}
}
package graphicalUserInterface {
package graphicalUserInterface.basicWindows {
package graphicalUserInterface.basicWindows.controllers {
class SearchResultController {
- list : ListView<String>
- close : Button
+ initialize()
}
}
}
}
package graphicalUserInterface {
package graphicalUserInterface.basicWindows {
package graphicalUserInterface.basicWindows.controllers {
class SearchResultDeckController {
- list : ListView<String>
- close : Button
{static} + result : ArrayList
+ initialize()
}
}
}
}
package graphicalUserInterface {
package graphicalUserInterface.basicWindows {
package graphicalUserInterface.basicWindows.controllers {
class SearchResultSystemController {
- list : ListView<String>
- close : Button
{static} + result : Card
+ initialize()
}
}
}
}
package graphicalUserInterface {
package graphicalUserInterface.basicWindows {
package graphicalUserInterface.basicWindows.controllers {
class YesNoController {
- no : Button
- yes : Button
- label : Label
+ initialize()
}
}
}
}
BoxSelectorController -up-|> Initializable
PasswordController -up-|> Initializable
SearchResultController -up-|> Initializable
SearchResultDeckController -up-|> Initializable
SearchResultSystemController -up-|> Initializable
YesNoController -up-|> Initializable
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
9b4820476875d9c31d7a35e745c95ab8ff950acb | 8e0b778be8c51759f212c9a7d6750f501bc5a130 | /src/main/java/com/ab/responsinilitychain/oa.puml | 921b5ae9346e5bfc6a22d5396f7176fbd56a3080 | [] | no_license | ab9508/proxy | 993f913fcfa2ba314d0640ca06a8625989b95ea4 | b427beb039e3447fdf37266471731a610d200f5f | refs/heads/master | 2021-02-10T13:56:53.118440 | 2020-03-09T10:40:40 | 2020-03-09T10:40:40 | 244,387,567 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 431 | puml | @startuml
class Approver{
approver: Approver
}
class DepartmentApprover
class CollegeApprover
class ViceSchoolMasterApprover
class SchoolMasterApprover
class PurchaseRequest
class Client
Client ..> PurchaseRequest
Client ..> Approver
PurchaseRequest <.. Approver
Approver <|-- DepartmentApprover
Approver <|-- CollegeApprover
Approver <|-- ViceSchoolMasterApprover
Approver <|-- SchoolMasterApprover
Approver o-- Approver
@enduml
|
2ce48e6c90a0c2818547a8d5a662ca1f33c0af69 | a2b717706eb8dfd1c36045606e5824934cfc20a5 | /diagrams/strategy.puml | e10c7c9698a749ab182bc78760f2ac63d0e5ba02 | [] | no_license | zhongshijun/head-first-design-patterns-cpp | 66f706264f848e26f6791057eb089a6cdf0a44d9 | 3dc4fc23abb884395313b388fd33e87c0b7730c6 | refs/heads/master | 2023-03-18T20:51:13.129157 | 2021-01-25T20:55:26 | 2021-01-25T20:55:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 902 | puml | @startuml strategy
abstract class FlyBehavior{
fly()
}
class FlyWithWings{
fly()
}
class FlyNoWay{
fly()
}
class FlyRocketPowered{
fly()
}
abstract class QuackBehavior{
quack()
}
class Quack{
quack()
}
class Squeak{
quack()
}
class MuteQuack{
quack()
}
abstract class Duck{
-quackBehavior_
-flyBehavior_
+swim()
+display()
+performQuack()
+performFly()
+setQuackBehavior()
+setFlyBehavior()
}
class MallardDuck{
+display()
}
class ModelDuck{
+display()
}
class DuckCall{
-quackBehavior_
+performQuack()
}
FlyBehavior <|.. FlyWithWings
FlyBehavior <|.. FlyNoWay
FlyBehavior <|.. FlyRocketPowered
QuackBehavior <|.. Quack
QuackBehavior <|.. Squeak
QuackBehavior <|.. MuteQuack
Duck *- FlyBehavior
Duck *- QuackBehavior
QuackBehavior -* DuckCall
Duck <|-- MallardDuck
Duck <|-- ModelDuck
@enduml strategy |
b03a9442d63cd4ab2ddf50231c91fbfd5e2f79ea | 869d693a038a4a764a6097ae036b5448a86aff21 | /设计类图/房客预定类图.plantuml | ac5c965fa2b1a0f9aff824887f6982e0c31145a0 | [] | no_license | clysto/software-engineering | b1c5fe46d0b8c2596e5b3368010ed6149693c47d | 4eeb84d2dd8fe5975f5fcb4ded42c09d9d5efaf2 | refs/heads/master | 2022-11-13T23:01:42.252810 | 2020-06-28T07:10:48 | 2020-06-28T07:10:48 | 264,108,020 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 719 | plantuml | @startuml 房客预定类图
skinparam shadowing false
skinparam defaultFontName "微软雅黑"
class 用户{
- 账号
- 密码
}
class 房客{
- 余额
- 预订信息
# 房间检索()
# 房间预订()
# 订单评价()
}
class 检索{
# 模糊检索()
# 精确检索()
}
class 预订{
# 修改余额()
# 修改预订信息()
}
class 评价{
# 输入评价文本()
}
class 模糊检索{
# 根据推荐算法展示房源信息()
}
class 精确检索{
# 根据用户输入条件返回房源信息()
}
房客 -up-|> 用户
房客 ..> 检索
房客 ..> 预订
房客 ..> 评价
模糊检索 -up-|> 检索
精确检索 -up-|> 检索
@enduml |
068914fd6c158d58c4f540114de6c9da1b4c9364 | 7a674dff87b93cae3183399c4d1ce77c0742fca6 | /umltemplateparties.puml | 943b59ba6a50d0fedb1e36e5a21251420e82568c | [] | no_license | DDshka/PartyCalculator | 2415ae351875f612ef0958cf64ecaa09a759d072 | c07128306d8dc02905bcbd7ff7c10c85b29c33ab | refs/heads/master | 2022-12-18T07:58:27.008254 | 2019-12-25T08:15:58 | 2019-12-25T08:15:58 | 134,732,284 | 0 | 0 | null | 2022-05-25T01:38:40 | 2018-05-24T15:08:21 | Python | UTF-8 | PlantUML | false | false | 793 | puml | @startuml
class TemplateParty {
String name
Profile created_by
State _state
Integer frequency_id
}
class TemplateMembers {
Integer profile_id
Integer template_party_id
Boolean is_owner
}
class TemplateMemberFoodExclude {
Integer template_membership_id
Integer ordered_food_id
}
class TemplateOrderedFood {
Integer template_party_id
String food_name
Decimal price_per_unit
Integer quantity
}
class Frequency {
String name
String hour
String minute
String day
String month
String day_of_week
}
TemplateParty "1" --* "many" TemplateMembers
TemplateMembers "1" --* "many" TemplateMemberFoodExclude
TemplateParty "1" --* "many" TemplateOrderedFood
TemplateOrderedFood "1" --* "many" TemplateMemberFoodExclude
TemplateParty "1" --* "many" Frequency
@enduml |
ed19014db4c28a41541c2b4de6d3cb0a6a84f613 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-presedensstatus.iuml | 003ea0225277e05f20ebcd813fcb9e1bbceb306a | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 101 | iuml | @startuml
class Kodelister.PresedensStatus <<codelist>> {
+Gjeldende = G
+Foreldet = F
}
@enduml
|
07baec332b8691216c305aa5aa17104714d3f5c9 | 9bbd408bc1bc4f8d05e9de47099db6eeb0368c37 | /app/src/main/java/com/ferllop/evermind/repositories/listeners/listeners.plantuml | 2e02ece1721748d646cabc52add57b5701c868cd | [] | no_license | ferllop/evermind-android | 35d5b5acfbf50a49becfcc006e35a697f5f171a0 | 60ace128d8b0152f974cdf55c0bec6a1bcd2c0b3 | refs/heads/main | 2023-04-22T03:00:14.156604 | 2021-04-23T18:56:36 | 2021-04-23T18:56:36 | 342,582,389 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,795 | plantuml | @startuml
title __LISTENERS's Class Diagram__\n
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
interface com.ferllop.evermind.repositories.listeners.AuthListener {
{abstract} + onAuthActionResult()
{abstract} + onError()
{abstract} + onLogin()
{abstract} + onRegister()
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
enum AuthMessage {
LOG_OUT
RESET_PASSWORD_EMAIL_NOT_SENT
RESET_PASSWORD_EMAIL_SENT
USER_VERIFIED
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
interface com.ferllop.evermind.repositories.listeners.CardDataStoreListener {
{abstract} + onDelete()
{abstract} + onError()
{abstract} + onLoad()
{abstract} + onLoadAllCards()
{abstract} + onSave()
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
interface com.ferllop.evermind.repositories.listeners.CrudDataStoreListener {
{abstract} + onDelete()
{abstract} + onError()
{abstract} + onLoad()
{abstract} + onLoadAll()
{abstract} + onSave()
{abstract} + onUserDataStoreResult()
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
enum DataStoreMessage {
NOT_FOUND
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
interface com.ferllop.evermind.repositories.listeners.SubscriptionDataStoreListener {
{abstract} + onDelete()
{abstract} + onError()
{abstract} + onLoad()
{abstract} + onLoadAllSubscriptions()
{abstract} + onSave()
}
}
}
}
namespace com.ferllop.evermind {
namespace repositories {
namespace listeners {
interface com.ferllop.evermind.repositories.listeners.UserDataStoreListener {
{abstract} + emailExists()
{abstract} + onAuthActionResult()
{abstract} + onDelete()
{abstract} + onError()
{abstract} + onLoad()
{abstract} + onLoadAll()
{abstract} + onSave()
{abstract} + usernameExists()
}
}
}
}
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
|
7cf941b3ee99927ddbec1e9ff074a62f1f9e42a1 | 6a4070a831d7e7b5ff5cd5a051c527e3591d9626 | /relazione/UML/trees.puml | 3b25a31e94dc0284f6a29b3bdee891065107ab82 | [] | no_license | vFones/rbhash-galacticgraph | 8c0af27924a1a177e0f7695d5dc476b624b22a54 | 510e95816476b4d4f5c6ea8eb2ad472257b64385 | refs/heads/master | 2022-04-11T04:32:18.363655 | 2020-03-28T15:30:04 | 2020-03-28T15:30:04 | 239,470,239 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,174 | puml | @startuml trees.puml
skinparam class {
BackgroundColor WhiteSmoke
ArrowColor Grey
BorderColor DarkOrange
}
hide class circle
class RedBlackNode < Data > {
}
class BinarySearchTree < Data, Node > {
{field} # NIL : Node*
{field} # _root : Node*
{field} # transplant(Node *x, Node *y)
+BinarySearchTree()
+~BinarySearchTree()
{abstract} + insertNode(double &k, D &d) : Node*
{abstract} + deleteNode(double &k) : bool
+ search(double &k) : Node*
+ getNil() : Node*
+ getRoot() : Node*
+ setRoot(Node *x)
+ minimum(Node *x) : Node*
+ maximum(Node *x) : Node*
+ successor(Node *x) : Node*
+ predecessor(Node *x) : Node*
+ void inorder(Node *z, void(*lambda)(Node *));
+ void postorder(Node *z, void(*lambda)(Node *));
}
class RedBlackTree < Data, Node > {
- insertFix(Node *x)
- deleteFix(Node *x)
- leftRotate(Node *x)
- rightRotate(Node *x)
+ RedBlackTree()
+ ~RedBlackTree()
+ print()
+ insertNode(double &k, D &d) override : Node*
+ deleteNode(double &k) override : bool
+ <<friend>> operator<<(ostream &Str, RedBlackTree *rb) : ostream&
}
BinarySearchTree <|-- RedBlackTree
RedBlackTree o-- RedBlackNode
@enduml |
b7e873920fca247a743f5d1f05691aeb8785a23d | 9792cdf9a3d764820a804a239916277ba43e76c0 | /public/UML/database.puml | 9c6444e9f864c361aa633c928e22d26be1051698 | [
"MIT"
] | permissive | Menthealeau/my_favlonk | 066e123aa804b232ee3a32b8f71934f7231039d4 | 3664ed962d9423d372a8ab1580563e16e0ea47cd | refs/heads/master | 2023-05-01T21:09:31.289970 | 2021-05-20T15:59:15 | 2021-05-20T15:59:15 | 354,548,902 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 576 | puml | package database <<Database>>
{
class users {
id:int
name:string
email:string
password:string
}
class projects {
id:int
title:string
rate:double
}
class category
{
id:int
name:string
id_links:int
}
class links
{
id:int
image:string
description:string
link:string
title:string
}
projects "One" --> "Many" category
category "One" -> "Many" links
users "One" -> "Many" projects
projects "One" --> "Many" links
}
|
db83c1a63e71fc6ecb8e0fe7d9f40debd0ce3333 | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_01/MD.puml | c5d3ce962c52b0fefd3b74200f09bd054e926e08 | [] | 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,672 | puml | @startuml MD
skinparam classAttributeIconSize 0
hide methods
left to right direction
class App {
}
class Organization {
- String name
- String NIF
}
class Transaction {
}
class Task {
- String id
- String description
- Integer durationInHours
- Double costPerHourOfJuniorEur
- String category
}
class PaymentDetails {
Boolean isPaid
}
class TaskExecutionDetails {
- LocalDate endDate
- Integer delayInDays
- String DescriptionQualityOfWork
}
class Freelancer {
- String id
- String name
- String levelOfExpertise
- String email
- String NIF
- String bankAccountIBAN
- String address
- String country
}
Transaction "1" -- "1" Task : relative to >
Transaction "*" -- "1" Freelancer : to >
Transaction "*" -- "1" Organization : made on behalf of >
Transaction "1" -- "1" TaskExecutionDetails : executed with >
TaskExecutionDetails "1" -- "1" Task : refers to >
Organization "1" -- "*" Task : publishes >
Organization "1" -- "*" Transaction : has >
Task "*" -- "0, 1" Freelancer : executed by >
App "1" -- "*" Organization : has >
App "1" -- "*" Freelancer : has >
(Organization, Transaction) .. PaymentDetails
@enduml |
c926b960ab398bb54f7efbfb6c34506e9c386ac9 | d8df2b8a308e8d6f278e4fe8cd2acf6a3695d299 | /UML/Domain Diagram.puml | 4b00e3efd3501735af3317779a31fb49a5374538 | [] | no_license | rcj0011/Simon | 1e70d203b9a0fa9e9ffabdf0b4d79bf4d67092e5 | 76e88da0229cdb73d3b650c1e11747953bdc7562 | refs/heads/master | 2020-03-15T08:02:21.769168 | 2018-05-04T03:12:47 | 2018-05-04T03:12:47 | 132,041,963 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 608 | puml | @startuml
title Simon Domain Model
class GameActivity{
pattern
userInput
speed
}
class ScoresActivity{
highScore
}
class SettingsActivity {
difficulty
}
ScoresActivity"1" *-- "1" getHighScore: contains >
SettingsActivity"1" *-- "1" Beginner: contains >
SettingsActivity"1" *-- "1" Intermediate: contains >
SettingsActivity"1" *-- "1" Advanced: contains >
GameActivity"1" *-- "1" simon: contains >
GameActivity"1" *-- "1" buttonPress: contains >
GameActivity- ScoresActivity: update highest \nsequence count >
GameActivity-- SettingsActivity : view >
hide methods
@enduml |
b05caa288665a8f4f46201abb832b7b30152adee | 5b9092e6cb6760e2471483e438520451f408511e | /doc/4_sprint/diagrams/puml/class/sound.puml | 1657832b8a34edc7a17d868cb512b9a2afbc9131 | [] | 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 | 1,073 | puml | @startuml
title How the sound integration works
package sound{
class Sound{
+ {static}MONSTER_ATTACK: String
+ {static}GOBLIN_ATTACK: String
+ {static}MENU_BUTTON: String
+ {static}HERO_ATTACK: String
+ {static}LOW_LIFE: String
+ {static}STAIRS: String
...
+ {static}playSound(sound: String)
- loops: String[0..*]
- delay: Timer
+ {static}loopSound(sound: String)
+ {static}stopSound(sound: String)
+ {static}delaySound(task: TimeTask)
+ {static}stopDelaySound()
}
class SoundEntity{
- attackSound: String[0..*]
+ SoundEntity(attackSound: String[0..*])
+ playActionSound()
}
class SoundTile{
- actionSound: String
+ SoundTile(actionSound: String)
+ playActionSound()
}
interface SoundManager{
+ {abstract} playActionSound()
}
}
Entity --> "1" SoundEntity: -sound
Tile --> "1" SoundTile: -sound
SoundEntity ..|> SoundManager
SoundTile ..|> SoundManager
@enduml |
7c132c6b08e5423e80c1061cbf6b8b8423e33afe | 52f03b262b7030cfce86714d6300d6ee353155ce | /app/app.plantuml | 628bd74f133ec13d59dcbd692166b317666d7292 | [] | no_license | rubaljp/MAD314-LendSystem-TEAM4 | 815e55ac076eff4dd342438ef25741dfbc25ffa1 | b7f3c7875d73510bbc0f8cc789763d76308c308e | refs/heads/master | 2022-11-10T12:04:44.303529 | 2020-06-27T15:28:38 | 2020-06-27T15:28:38 | 264,370,800 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,997 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace com.example.finalproject {
class com.example.finalproject.admin.Add_items {
}
}
namespace com.example.finalproject {
class com.example.finalproject.admin.Admin_MainActivity {
}
}
namespace com.example.finalproject {
class com.example.finalproject.user.BookIssue {
}
}
namespace com.example.finalproject {
class com.example.finalproject.admin.Edit_item {
}
}
namespace com.example.finalproject {
class com.example.finalproject.EmptyPage {
}
}
namespace com.example.finalproject {
class com.example.finalproject.FlashScreen {
}
}
namespace com.example.finalproject {
class com.example.finalproject.ForgotPassword {
}
}
namespace com.example.finalproject {
class com.example.finalproject.GlobalClass {
}
}
namespace com.example.finalproject {
class com.example.finalproject.LoginActivity {
}
}
namespace com.example.finalproject {
class com.example.finalproject.MainActivity {
}
}
namespace com.example.finalproject {
class com.example.finalproject.ResetPassword {
}
}
namespace com.example.finalproject {
class com.example.finalproject.user.Show_item_detail {
}
}
namespace com.example.finalproject {
class com.example.finalproject.SignUp {
}
}
namespace com.example.finalproject {
class com.example.finalproject.user.User_ItemList {
}
}
namespace com.example.finalproject {
class com.example.finalproject.ViewAllItems {
}
}
namespace com.example.finalproject {
class com.example.finalproject.admin.View_all_list {
}
}
namespace com.example.finalproject {
namespace adpter {
class com.example.finalproject.adpter.Admin_allAdapter {
}
}
}
namespace com.example.finalproject {
namespace adpter {
class com.example.finalproject.adpter.Issue_bookAdapter {
}
}
}
namespace com.example.finalproject {
namespace adpter {
class com.example.finalproject.adpter.Show_item_detail {
}
}
}
namespace com.example.finalproject {
namespace adpter {
class com.example.finalproject.adpter.User_item_Adapter {
}
}
}
namespace com.example.finalproject {
namespace interface_api {
interface com.example.finalproject.interface_api.Admin_item_interface {
}
}
}
namespace com.example.finalproject {
namespace interface_api {
class com.example.finalproject.interface_api.ApiClient {
}
}
}
namespace com.example.finalproject {
namespace interface_api {
interface com.example.finalproject.interface_api.ApiInterface {
}
}
}
namespace com.example.finalproject {
namespace interface_api {
class com.example.finalproject.interface_api.CSPreferences {
}
}
}
namespace com.example.finalproject {
namespace interface_api {
interface com.example.finalproject.interface_api.Issued_item_list_interface {
}
}
}
namespace com.example.finalproject {
namespace interface_api {
class com.example.finalproject.interface_api.WebApicall {
}
}
}
namespace com.example.finalproject {
namespace pojo_class {
class com.example.finalproject.pojo_class.Add_item_pojo {
}
}
}
namespace com.example.finalproject {
namespace pojo_class {
class com.example.finalproject.pojo_class.AdminItems_list_pojo {
}
}
}
namespace com.example.finalproject {
namespace pojo_class {
class com.example.finalproject.pojo_class.Issued_item_list_pojo {
}
}
}
namespace com.example.finalproject {
namespace pojo_class {
class com.example.finalproject.pojo_class.Register_model {
}
}
}
com.example.finalproject.admin.Add_items -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.admin.Admin_MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.user.BookIssue .up.|> com.example.finalproject.interface_api.Issued_item_list_interface
com.example.finalproject.user.BookIssue -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.user.BookIssue o-- com.example.finalproject.adpter.Issue_bookAdapter : issue_bookAdapter
com.example.finalproject.admin.Edit_item -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.EmptyPage -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.FlashScreen -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.ForgotPassword -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.ResetPassword -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.user.Show_item_detail -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.SignUp -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.user.User_ItemList .up.|> com.example.finalproject.interface_api.Admin_item_interface
com.example.finalproject.user.User_ItemList -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.user.User_ItemList o-- com.example.finalproject.adpter.User_item_Adapter : user_item_adapter
com.example.finalproject.ViewAllItems -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.ViewAllItems o-- com.example.finalproject.adpter.Admin_allAdapter : admin_allAdapter
com.example.finalproject.admin.View_all_list .up.|> com.example.finalproject.interface_api.Admin_item_interface
com.example.finalproject.admin.View_all_list -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.admin.View_all_list o-- com.example.finalproject.adpter.Admin_allAdapter : admin_allAdapter
com.example.finalproject.adpter.Admin_allAdapter .up.|> android.widget.Filterable
com.example.finalproject.adpter.Admin_allAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter
com.example.finalproject.adpter.Issue_bookAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter
com.example.finalproject.adpter.Show_item_detail -up-|> androidx.appcompat.app.AppCompatActivity
com.example.finalproject.adpter.User_item_Adapter .up.|> android.widget.Filterable
com.example.finalproject.adpter.User_item_Adapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter
com.example.finalproject.pojo_class.Register_model o-- com.example.finalproject.pojo_class.Register_model.Profile : profile
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
|
c73804526c053a85872a57bd33a9a9876121568d | 1809f45c8168e460a97b54c0d1986d9b6f6efc62 | /uml/ClassDiagrams/Notifiers/LogMessageNotifier.plantuml | 33a8ce4d8d64ffec80adff28cb0b3b4e4cd72d7e | [
"MIT"
] | permissive | pierre3/ReactiveBingViewer | fb334ce84dca88bc0be444203739c02fe1865b20 | 596362557e8dd6155c0a5613a1cdcc66b45a3a84 | refs/heads/master | 2021-01-20T08:44:15.050128 | 2015-11-04T14:06:47 | 2015-11-04T14:06:47 | 40,403,608 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 597 | plantuml | class LogMessageNotifier {
+ LogMessageNotifier(scheduler:IScheduler)
+ LogMessageNotifier()
+ Trace(message:string) : void
+ Debug(message:string) : void
+ Info(message:string) : void
+ Warn(message:string) : void
+ Error(message:string) : void
+ Fatal(message:string) : void
+ Trace(message:string, e:Exception) : void
+ Debug(message:string, e:Exception) : void
+ Info(message:string, e:Exception) : void
+ Warn(message:string, e:Exception) : void
+ Error(message:string, e:Exception) : void
+ Fatal(message:string, e:Exception) : void
}
|
3b60d4ca8ba98e39b7d89144fc88aa823484438a | e3a21b82956c544b77025639a20cdfd114f48c4e | /.idea/modules/app/app.plantuml | f36c1818ad4798c9fe13efc3bb54e839dbc225dd | [] | no_license | D-K-developers/appNoSICK | 8ccd43edad30ae8ebd4e4093ad1ccbf0f718bdfa | 3446f1ffabfad4beed2ea3702e23b9c6a27050e7 | refs/heads/main | 2023-06-24T01:38:19.020282 | 2021-07-22T09:23:02 | 2021-07-22T09:23:02 | 388,242,407 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,967 | plantuml | @startuml
title __NOSICK3.APP's Class Diagram__\n
namespace com.example.nosick3 {
class com.example.nosick3.BirdFluActivity {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.BuildConfig {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.CovidActivity {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.CovidFragment1 {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.CovidFragment2 {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.CovidFragment3 {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.CovidViewPager {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.Data {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.Ebola {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.EbolaFragment1 {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.EbolaFragment2 {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.EbolaFragment3 {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.EmptyCovidActivity {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.EmptyEbolaActivity {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.Example {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.FluActivity {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.FragmentFour {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.FragmentOne {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.FragmentThree {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.FragmentTwo {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.Info {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.LiquidCovidAdapter {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.LiquidEbolaAdapter {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.LiqwidActivity {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.MainActivity {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.SplashScreen {
}
}
namespace com.example.nosick3 {
class com.example.nosick3.ViewPagerAdapter {
}
}
com.example.nosick3.BirdFluActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.nosick3.CovidActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.nosick3.CovidFragment1 -up-|> androidx.fragment.app.Fragment
com.example.nosick3.CovidFragment2 -up-|> androidx.fragment.app.Fragment
com.example.nosick3.CovidFragment3 -up-|> androidx.fragment.app.Fragment
com.example.nosick3.CovidViewPager -up-|> androidx.fragment.app.FragmentPagerAdapter
com.example.nosick3.Ebola -up-|> androidx.appcompat.app.AppCompatActivity
com.example.nosick3.EbolaFragment1 -up-|> androidx.fragment.app.Fragment
com.example.nosick3.EbolaFragment2 -up-|> androidx.fragment.app.Fragment
com.example.nosick3.EbolaFragment3 -up-|> androidx.fragment.app.Fragment
com.example.nosick3.EmptyCovidActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.nosick3.EmptyCovidActivity o-- com.example.nosick3.CovidViewPager : adapter
com.example.nosick3.EmptyEbolaActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.nosick3.EmptyEbolaActivity o-- com.example.nosick3.LiquidEbolaAdapter : adapter
com.example.nosick3.Example o-- com.example.nosick3.Data : data
com.example.nosick3.FluActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.nosick3.FluActivity o-- com.example.nosick3.ViewPagerAdapter : adapter
com.example.nosick3.FragmentFour -up-|> androidx.fragment.app.Fragment
com.example.nosick3.FragmentOne -up-|> androidx.fragment.app.Fragment
com.example.nosick3.FragmentThree -up-|> androidx.fragment.app.Fragment
com.example.nosick3.FragmentTwo -up-|> androidx.fragment.app.Fragment
com.example.nosick3.LiquidEbolaAdapter -up-|> androidx.fragment.app.FragmentPagerAdapter
com.example.nosick3.LiqwidActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.nosick3.LiqwidActivity o-- com.example.nosick3.ViewPagerAdapter : adapter
com.example.nosick3.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.nosick3.SplashScreen -up-|> androidx.appcompat.app.AppCompatActivity
com.example.nosick3.ViewPagerAdapter -up-|> androidx.fragment.app.FragmentPagerAdapter
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
|
70e60b1abcd20e7846d2ad6cf832f1e319aa3438 | 4ffb65134e99620cf6d1d64595420ad3da7ea145 | /doc/authentication.puml | 6333e29b2c6894c68e198ef8e86ca11be68cfe53 | [
"Apache-2.0"
] | permissive | xiayy860612/identity-access-management | b8d64efd2b58c9dde0bf4f51ac88ae8aa69c78ab | 1d37b50dccea66fd7739587584fbbadad57276c8 | refs/heads/dev | 2022-07-07T22:41:39.601505 | 2019-05-08T01:01:06 | 2019-05-08T01:01:06 | 154,243,841 | 0 | 0 | Apache-2.0 | 2022-06-21T01:06:49 | 2018-10-23T01:44:40 | Java | UTF-8 | PlantUML | false | false | 1,322 | puml | @startuml
interface Authentication
interface AuthenticationManager {
Authentication authenticate(Authentication var1) throws AuthenticationException;
}
note left
input not authenticate token,
if authenticated, return authenticated token,
if not authenticated, return null and continue authenticate,
if invalid, throw AuthenticationException
end note
AuthenticationManager --> Authentication: use
class ProviderManager
AuthenticationManager <|-- ProviderManager
interface AuthenticationProvider {
Authentication authenticate(Authentication authentication) throws AuthenticationException;
}
ProviderManager "1" *-- "*" AuthenticationProvider: contains
'ProviderManager "1" o-- "0..1" AuthenticationManager: parent
abstract class AbstractUserDetailsAuthenticationProvider
AbstractUserDetailsAuthenticationProvider -left-|> AuthenticationManager
DaoAuthenticationProvider -up-|> AbstractUserDetailsAuthenticationProvider
interface UserDetailsService {
UserDetails loadUserByUsername(String username) throws UsernameNotFoundException;
}
interface PasswordEncoder {
String encode(CharSequence rawPassword);
boolean matches(CharSequence rawPassword, String encodedPassword);
}
DaoAuthenticationProvider "1" *-- "1" UserDetailsService
DaoAuthenticationProvider "1" *-- "1" PasswordEncoder
@enduml |
a54017acb0559f7dd1a4d099bbe81392fa266522 | ca2b7cf26dfd49732914572348a7531247e97602 | /uml/classes_diagram.puml | 50c8ea452072c1598d5430fee1004565e67e61c6 | [] | no_license | FredericCasazza/BDD | 8569b663bd4fb7512e822958c4968b63c68fab2b | 78d5213dc289a3fecff8667809a904fcee820259 | refs/heads/develop | 2023-02-04T05:36:54.061150 | 2020-12-23T23:18:29 | 2020-12-23T23:18:29 | 323,924,166 | 0 | 0 | null | 2020-12-23T23:18:31 | 2020-12-23T14:31:24 | PHP | UTF-8 | PlantUML | false | false | 453 | puml | @startuml
class User {
{field} id: int
{field} firstName: string
{field} lastName: string
{field} email: string
{field} password: string
}
class Movie {
{field} id: int
{field} title: string
{field} summary: string
{field} director: string
{field} producer: string
{field} starring: string
{field} releaseDate: DateTimeInterface
}
@enduml |
5a0c67a09510a0fe95dd68e537a417de252da788 | 40d2d1ea69278efa8c40813a22359d097e358765 | /docs/assets/puml/proxy.puml | 516ac6be8217de288885ed3fe8c9eecac47c4dd9 | [
"Apache-2.0"
] | permissive | diguage/deep-in-design-patterns | 13da7f045b6bef0237fd65524c50187eaf9b4b29 | fa7a1eb1efadb35ce45161eac5f27b27d4452b51 | refs/heads/master | 2022-08-27T10:18:16.532561 | 2022-07-31T10:08:04 | 2022-07-31T10:08:04 | 158,669,757 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 801 | puml | @startuml
title "**代理模式**"
class Client {
- subject :Subject
}
interface Subject {
+ request() :void
}
note right: Subject 接口,\n定义了 RealSubject 和 Proxy 的共用接口,\n这样就在任何使用 RealSubject 的地方\n都可以使用 Proxy。
class Proxy {
- realSubject :Subject
+ request() :void
}
note bottom: Proxy 类,\n保存一个引用使得接口可以访问实体,\n并提供一个与 Subject 的接口相同的接口,\n这样代理就可以来替代实体。
class RealSubject {
+ request() :void
}
note bottom: RealSubject 类,定义 Proxy 所代表的真实实体。
Client -right-> Subject
Subject <|.. Proxy
Subject <|.. RealSubject
Proxy "-realSubject" *-right- RealSubject
footer D瓜哥 · https://www.diguage.com · 出品
@enduml
|
8cb14c8c92fd7b263669c1beed98df4c88227b23 | 41e335a2ded65f95ece1c413fe9d465df1d198b4 | /lib/Environment/DevEnvironmentBase/src/main/java/dev/environment/annotation/annotation.plantuml | 19f0c729bf13be18fb554610a45d5eedaf2f1cb8 | [
"Apache-2.0"
] | permissive | tulensayyj/DevUtils | ea40e897de72b88591cc1f1cea798eb74175eda8 | 3bc39eaf343c811270bc01e223cd37e80db9e04c | refs/heads/master | 2022-11-27T05:08:28.115620 | 2020-07-27T13:24:50 | 2020-07-27T13:24:50 | 281,569,859 | 0 | 0 | Apache-2.0 | 2020-07-22T03:59:24 | 2020-07-22T03:59:23 | null | UTF-8 | PlantUML | false | false | 585 | plantuml | @startuml
title __ANNOTATION's Class Diagram__\n
namespace dev.environment.annotation {
interface dev.environment.annotation.Environment {
{abstract} + alias()
{abstract} + isRelease()
{abstract} + value()
}
}
namespace dev.environment.annotation {
interface dev.environment.annotation.Module {
{abstract} + alias()
}
}
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
|
dfd21bf8e7d49009949e055d5c34b9acd10567ea | 8d4967da1adacdd7f5b7c5fd668cd6bb8b76f6de | /observer/etc/observer.urm.puml | bea9aab533d33db107e6c3805fb93c8af93636a0 | [
"MIT"
] | permissive | wsbhacker/java-design-patterns | 2de669372337522bcf23ada37711fd6d4ab0e398 | bbc00cb6b22f0bc3907cf1671476ef8b783693ec | refs/heads/master | 2021-01-10T23:21:17.634334 | 2020-04-18T15:44:36 | 2020-04-18T15:44:36 | 70,596,323 | 1 | 0 | MIT | 2020-04-18T15:44:38 | 2016-10-11T13:30:03 | Java | UTF-8 | PlantUML | false | false | 2,158 | puml | @startuml
package com.iluwatar.observer {
class App {
- LOGGER : Logger {static}
+ App()
+ main(args : String[]) {static}
}
class Hobbits {
- LOGGER : Logger {static}
+ Hobbits()
+ update(currentWeather : WeatherType)
}
class Orcs {
- LOGGER : Logger {static}
+ Orcs()
+ update(currentWeather : WeatherType)
}
class Weather {
- LOGGER : Logger {static}
- currentWeather : WeatherType
- observers : List<WeatherObserver>
+ Weather()
+ addObserver(obs : WeatherObserver)
- notifyObservers()
+ removeObserver(obs : WeatherObserver)
+ timePasses()
}
interface WeatherObserver {
+ update(WeatherType) {abstract}
}
enum WeatherType {
+ COLD {static}
+ RAINY {static}
+ SUNNY {static}
+ WINDY {static}
+ toString() : String
+ valueOf(name : String) : WeatherType {static}
+ values() : WeatherType[] {static}
}
}
package com.iluwatar.observer.generic {
class GHobbits {
- LOGGER : Logger {static}
+ GHobbits()
+ update(weather : GWeather, weatherType : WeatherType)
}
class GOrcs {
- LOGGER : Logger {static}
+ GOrcs()
+ update(weather : GWeather, weatherType : WeatherType)
}
class GWeather {
- LOGGER : Logger {static}
- currentWeather : WeatherType
+ GWeather()
+ timePasses()
}
abstract class Observable<S extends Observable, O extends Observer<S, O, A>, A> {
# observers : List<O extends Observer<S, O, A>>
+ Observable<S extends Observable, O extends Observer<S, O, A>, A>()
+ addObserver(observer : O extends Observer<S, O, A>)
+ notifyObservers(argument : A)
+ removeObserver(observer : O extends Observer<S, O, A>)
}
interface Observer<S extends Observable<S, O, A>, O extends Observer, A> {
+ update(S extends Observable<S, O, A>, A) {abstract}
}
interface Race {
}
}
Weather --> "-currentWeather" WeatherType
GWeather --> "-currentWeather" WeatherType
Weather --> "-observers" WeatherObserver
Hobbits ..|> WeatherObserver
Orcs ..|> WeatherObserver
GHobbits ..|> Race
GOrcs ..|> Race
GWeather --|> Observable
Race --|> Observer
@enduml |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.