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
60cb3e23d547cadd966d310a30e7bbe1d4af6236
cf9d654e4a14b9249cb40e4ffea95b12c09704a0
/src/main/resources/shoppingcart.plantuml
389e1c1ccbf842cb618ab73fbb8153bd37a61a45
[]
no_license
vfred00/shoppingcart
bb19b49b93016e789ca67f134eb6917cefbb5138
3b9e1904c88e5075c2ddc93ede2f5d98ec86cf2f
refs/heads/main
2023-05-12T00:23:46.002028
2021-05-28T20:28:31
2021-05-28T20:28:31
371,810,707
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,600
plantuml
@startuml ShoppingCart-JDBC package models { class Course{ - id: int - name: String - price: double - rate: double - author: String - image: String + toString(): String + getDiscount(): double } } package controllers { class ShoppingCartController { - ShoppingCartService: shoppingCartService + addCourse(int id): void + deleteCourse(int id): void + getCourses(): List<Course> + cleanListCourse(): void } } package service { interface ShoppingCartService { + addCourse(int id): void + deleteCourse(int id): void + getCourses(): List<Course> + cleanListCourse(): void } class ShoppingCartServiceImpl extends ShoppingCartService { - shoppingCartDAO: ShoppingCartDAO + addCourse(int id): void + deleteCourse(int id): void + getCourses(): List<Course> + cleanListCourse(): void } } package "repository" { interface ShoppingCartDAO { + addCourse(int id): void + deleteCourse(int id): void + getCourses(): List<Course> + cleanListCourse(): void } class DAO extends JdbcTemplate { } class ShoppingCartDAOImpl extends ShoppingCartDAO { + addCourse(int id): void + deleteCourse(int id): void + getCourses(): List<Course> + cleanListCourse(): void } } ShoppingCartController *--> ShoppingCartService DAO <|- ShoppingCartDAOImpl ShoppingCartDAO ..> Course ShoppingCartService ..> Course ShoppingCartDAOImpl ..> Course ShoppingCartServiceImpl ..> Course ShoppingCartController ..> Course ShoppingCartServiceImpl *--> ShoppingCartDAO @enduml
293c7103f61812776666acd2f2a376b24f50ba00
f8a1ba4ac815ee086c5291eb949fd7ec6aebb6c7
/Barricade/Models/FinishField.puml
2d5950aa5c130023e6f6b1b020f1c840f40db656
[]
no_license
Evert-Arends/barricadegameModel3
f7def3f2fd0dead5cc7807c488617505fb664ef5
98fa3d1e396ca133c424f459ea576086d0840814
refs/heads/master
2023-03-02T21:33:43.122111
2021-02-11T13:06:54
2021-02-11T13:06:54
337,192,542
0
0
null
null
null
null
UTF-8
PlantUML
false
false
102
puml
@startuml class FinishField { + <<override>> ToString() : string } Field <|-- FinishField @enduml
0cfcff7d909d7f48c79d6ce4208531adcd5dfd53
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/SimpleScript.puml
2b72895380ee476c1f804aa471ab956a99e0f4a8
[]
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
112
puml
@startuml class SimpleScript { Start() : void Update() : void } MonoBehaviour <|-- SimpleScript @enduml
cca9eab19e576ce7fa2b4c6ad7d287f07133cebe
9d73eeb275f99bf279eb3a54574b54e67d25895f
/src/main/java/ex45/ex45.puml
0b0e79aa92cf81398b4b324f7776a646e4ec2049
[]
no_license
rodriguezA3/rodriguez-cop3330-assignment3
336b4e50331393958f296f84200ae4bf54139fb0
3bab60c0fb0b322fc900842f2ab1dd7d21740033
refs/heads/master
2023-08-25T12:54:31.360964
2021-10-12T03:53:51
2021-10-12T03:53:51
416,174,744
0
0
null
null
null
null
UTF-8
PlantUML
false
false
138
puml
@startuml class utilizeFinder { String fileString public void readInput(String fileName) public void swap() public void output() } @enduml
fcf261de92d8786e5b97946b36fa208333d9f391
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/searchable_dropdown/diagrams/searchable_dropdown_widget_class_diagram.puml
056c77655a2f7fa07265e34583357e187f36a1f2
[ "Apache-2.0" ]
permissive
solid-vovabeloded/flank-dashboard
7e952fa1399585d3f15cae2ed2cab435fb82df3f
15dae0c40823cc12886a1bb0c087442c0697ac89
refs/heads/master
2023-07-11T19:54:58.430004
2021-08-06T10:29:26
2021-08-06T10:29:26
389,593,827
0
0
Apache-2.0
2021-07-26T10:33:52
2021-07-26T10:25:59
null
UTF-8
PlantUML
false
false
990
puml
@startuml package flutter.widgets { class Widget {} } package base.widgets { class SearchableDropdown<T> { + searchBarBuilder : SearchBarBuilder + dropdownMenuBuilder : DropdownMenuBuilder + itemBuilder : DropdownItemBuilder + dropdownMenuController : SelectionMenuController + onDropdownMenuStateChanged : ValueChanged<MenuState> + items : List<T> + maxVisibleItems : int + onItemSelected : VoidCallback + itemHeight : double + searchBarPadding : EdgeInsets + dropdownPadding : EdgeInsets + closeDropdownOnTapOutside : bool } } package selection_menu { package widget { class SelectionMenu<T> {} } package widget_configurers.configurations { class ComponentsConfiguration {} } } SearchableDropdown --|> Widget SearchableDropdown --> SelectionMenu : uses SearchableDropdown --> ComponentsConfiguration : uses SelectionMenu --|> Widget @enduml
d041e90c506fc547801afb28b463dd7334af7f97
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/training/fundamental/ex8/ex8.plantuml
0fd5259ea3c8525cd2478fe95e2226b956dec621
[ "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
432
plantuml
@startuml title __EX8's Class Diagram__\n namespace global.skymind { namespace training.fundamental.ex8 { class global.skymind.training.fundamental.ex8.Ex8_TernaryOps { {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
05a8b480373effe703c8d6b6d5de2c23db2337e9
240faa47ad46cfea9b5bb0d5733ff968b54d27f9
/src/main/java/design/patterns/creational/abstractfactory/Connection.puml
35fa65767fc2ba711ccc27a116f7cc58e535bfe7
[]
no_license
wivire/designPattern
23ca2c4c7ceed78abfc534116f754c704505f274
a966c101eb1e3806f07d5ae92c46ccf8467d34ce
refs/heads/master
2022-06-26T20:27:12.467627
2019-05-28T09:16:57
2019-05-28T09:16:57
159,170,737
0
0
null
2022-06-21T01:10:56
2018-11-26T13:03:44
Java
UTF-8
PlantUML
false
false
1,029
puml
@startuml interface java.sql.Connection { Statement createStatement() PreparedStatement prepareStatement(String sql) CallableStatement prepareCall(String sql) } interface com.mysql.jdbc.Connection extends java.sql.Connection interface com.mysql.jdbc.MySQLConnection extends com.mysql.jdbc.Connection class com.mysql.jdbc.ConnectionImpl implements com.mysql.jdbc.MySQLConnection{ Statement createStatement() PreparedStatement prepareStatement(String sql) CallableStatement prepareCall(String sql) } abstract class org.sqlite.jdbc4.JDBC4Connection extends org.sqlite.jdbc3.JDBC3Connection implements java.sql.Connection abstract class org.sqlite.jdbc3.JDBC3Connection extends org.sqlite.core.CoreConnection { + Statement createStatement() + PreparedStatement prepareStatement(String sql) + CallableStatement prepareCall(String sql) } class org.sqlite.SQLiteConnection extends org.sqlite.jdbc4.JDBC4Connection com.mysql.jdbc.Connection -[hidden]> org.sqlite.core.CoreConnection @enduml
db412c65bd302c1ea7bb7f2e58a19d5a64a08ac1
9fc9942ada4e0b0e59d413d276a2ba8c02b73d08
/example.puml
68762a504e5e2edbf0d18e415e718b9c9de2e1b2
[ "MIT" ]
permissive
dkolyesnik/RedDress-PlantUML
dfa55ff93441e0a7055ab3a7f0aa797c1c02ece8
4dece7606d97b72a8573d139b5350617dd81a6b8
refs/heads/master
2022-07-31T02:54:27.611656
2020-05-22T08:24:42
2020-05-22T08:24:42
266,055,778
1
0
null
2020-05-22T08:24:43
2020-05-22T08:13:47
null
UTF-8
PlantUML
false
false
455
puml
@startuml class Object << general >> Object <|--- ArrayList : parent note top of Object : In java, every class\nextends this one. note "This is a floating note" as N1 note "This note is connected\nto several objects." as N2 Object .. N2 N2 .. ArrayList : a message class Foo { -privateField +publicField #protectedField ~classProtected styled method01(); void method02(); } note bottom: On last defined class Foo -[hidden]> Object @enduml
0f4d211063442794542d116f39a8ddb1610e2b4b
25ae67baeadd11d4be7f3cb4a6044640f340f89f
/doc/module_mapreduce.puml
ef1b237f83936ecf85d8beb022516c9b4a5c4aa2
[]
no_license
philipheimboeck/mapreduce
567025da81385e0aa0a87ac98bf9a024bf718230
2cec043df3db14b682b9758aa79ebaba8fb7945e
refs/heads/master
2020-05-29T12:22:57.355165
2016-08-13T13:23:03
2016-08-13T13:23:03
56,752,545
1
0
null
null
null
null
UTF-8
PlantUML
false
false
5,598
puml
@startuml skinparam monochrome true 'skinparam style strictuml skinparam linetype polyline skinparam class { FontSize 13 attribute { FontSize 12 } } package DEF-MapReduce { namespace at.phe.def.mapreduce { namespace base { abstract class MapJavaBaseLibraryFunction<Key, Value> { #result : JsonArray +run(parameters : List<String>) : void #emit(key : Key, value : Value) : void #{abstract} runMap(parameters : List<String>) : void } abstract class ReduceJavaBaseLibraryFunction<Key, Value, KeyOut, ValueOut> { #result : JsonArray +ReduceJavaBaseLibraryFunction(keyClass : Class<Key>, valueClass : Class<Value>) +run(parameters : List<String>) : void #emit(key : KeyOut, value : ValueOut) : void #{abstract} runReduce(key : Key, values : Collection<Value>) : void } abstract class PartitionerJavaBaseLibraryFunction { #numberPartitions : int +run(parameters : List<String>) : void #partition(value : JsonArray) : List<JsonArray> #writePartition(partition : JsonArray) : String } abstract class JavaBaseLibraryFunction { +run() : void +{abstract} run(parameters : List<String>) : void } JavaBaseLibraryFunction <|-- MapJavaBaseLibraryFunction JavaBaseLibraryFunction <|-- ReduceJavaBaseLibraryFunction JavaBaseLibraryFunction <|-- PartitionerJavaBaseLibraryFunction } namespace demo { namespace storyteller { class StoryTeller { -getRandomSentence() : String +run(parameters : List<String>) : void } at.phe.def.mapreduce.base.JavaBaseLibraryFunction <|-- StoryTeller } namespace wordcount { class WordCountMap<JsonPrimitive, JsonPrimitive> { #runMap(parameters : List<String>) : void } class WordCountReducer<String, Integer, String, Integer> { #runReduce(key : String, integers : Collection<Integer>) : void } at.phe.def.mapreduce.base.MapJavaBaseLibraryFunction <|-- WordCountMap at.phe.def.mapreduce.base.ReduceJavaBaseLibraryFunction <|-- WordCountReducer } } namespace partitioner { interface IPartitioner { partition(key : Object, nrPartitions : int) : int } class HashPartitioner IPartitioner <|-- HashPartitioner } class TuplePartitioner { #numberReducers : int #partitions : List<JsonArray> +TuplePartitioner(partitioner : IPartitioner, numberReducers : int) +partition(input : JsonArray) : void +getPartitions() : List<JsonArray> } at.phe.def.mapreduce.base.PartitionerJavaBaseLibraryFunction --> at.phe.def.mapreduce.partitioner.IPartitioner at.phe.def.mapreduce.base.PartitionerJavaBaseLibraryFunction ..> TuplePartitioner : creates at.phe.def.mapreduce.partitioner.IPartitioner <- TuplePartitioner : partitioner } } newpage skinparam monochrome true 'skinparam style strictuml skinparam linetype polyline skinparam class { FontSize 13 attribute { FontSize 12 } } package DEF-Commons { namespace at.enfilo.def.prototype1.commons { class PersistenceHandler { + {abstract} writeResource(pId : String, jId : String, key : String, value : String) : void + {abstract} readResource(pId : String, jId : String, key : String) : String } namespace remote { class TaskDTO { -programId : String -jobId : String -libFunctionId : String -id : String -inParameters : List<String> } } } } package DEF-WorkerAPI { namespace at.enfilo.def.prototype1.workerapi { abstract class JavaBaseLibraryFunction { #inParameters : List<String> +getResult() : String +{abstract} run() : void +{static} main(args : String[]) : void #setResult(result : <T>) #writeJobResource(value : <T>, resource : String) : void } at.enfilo.def.prototype1.commons.PersistenceHandler <- JavaBaseLibraryFunction : persistenceHandler } } package DEF-MapReduce { namespace at.phe.def.mapreduce { namespace base { abstract class JavaBaseLibraryFunction { +run() : void +{abstract} run(parameters : List<String>) : void } at.enfilo.def.prototype1.workerapi.JavaBaseLibraryFunction <|-- JavaBaseLibraryFunction } class MapTaskDTO { } at.enfilo.def.prototype1.commons.PersistenceHandler <-- MapTaskCallable : persistenceHandler at.enfilo.def.prototype1.commons.remote.TaskDTO <- MapTaskDTO : appTask at.enfilo.def.prototype1.commons.remote.TaskDTO <- MapTaskDTO : mapTask at.enfilo.def.prototype1.commons.remote.TaskDTO <- MapTaskDTO : combinerTask at.enfilo.def.prototype1.commons.remote.TaskDTO <- MapTaskDTO : partitionTask MapTaskDTO <- MapTaskCallable : task } } @enduml
a5202ff22d6134b15a9dde5c67d0ee41c91d325c
a6824f4bc7414507ddad77e45541c94a28d45370
/uml/SmellValidator.puml
2e94e8ecb30ab7e682aa6d1078db42af2de1be8c
[]
no_license
ThorstenRangnau/Jira-Project-Analyzer
426d4f3cf4e7e207073dbd16f644f20f6cdc90b8
32f4069da60761ef6fcd0d4c3c3c665124aabd48
refs/heads/master
2022-12-04T04:01:37.691878
2020-08-26T14:26:32
2020-08-26T14:26:32
238,699,825
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,014
puml
@startuml interface SmellValidator { validateSmell(validationSmells, existingSmells) } interface FileImporter { import(filePath) } abstract class Smell { Components[] participatingComponents } abstract class AnalysisResults { String version Smell[] smells } class ValidationResult{ String validationSmell State state } class CyclicDependency { } class ASTrackerImporter { } class DesigniteImporter { } class CyclicDependency { } class Component { String name } SmellValidator - AnalysisResults: compares > SmellValidator --> ValidationResult: creates > Smell <|-- CyclicDependency AnalysisResults o-- Smell FileImporter <|-- ASTrackerImporter FileImporter <|-- DesigniteImporter FileImporter --> AnalysisResults: imports > @enduml List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|-- ArrayList class ArrayList { Object[] elementData size() } enum TimeUnit { DAYS HOURS MINUTES }
51dee4fa379616d7ede8aaf6761f06b47ecd2456
9bcd4da5e5454922139d0afefc782a997988ad1f
/docs/SprintD/US/US17/US17_CD.puml
f65ff3dc798351926deebbb61268538c829bfc2b
[ "MIT" ]
permissive
wjacoud/DynaByte
13f042b210f17830aa3eb31558d3f83d587ab436
3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3
refs/heads/main
2023-08-27T09:20:01.825322
2021-11-11T17:15:05
2021-11-11T17:15:05
427,082,047
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,063
puml
@startuml top to bottom direction class ImportTestsUI { } class ImportTestsController { -TestStore testStore -ClientStore clientStore -ClinicalStore clinicalStore -ParameterStore parameterStore -TestTypeStore testTypeStore -AuthFacade authFacade -- +readFile() +getNumberOfErrors() +getListOfErrors() } class TestStore { +createTest() +saveTest() +getTestList() } class TestParameter { -String idTest -List<Parameter> paramList -- +TestParameter(idTest, paramList) } class ClientStore { +verifyExistingClient() +createClient() +saveClient() } class Parameter { -String code -String name -String description -ParameterCategory category } class ClinicalStore { +verifyExistingClinical() } class AuthFacade { +addUserWithRole() } class Test { -String tin -String id -String nhsCode -TestType testType -Date date -- +setState() } class TestTypeStore { +getTestTypeList() } class Client { -String citizenCardNumber -String name -String sex -Date birthDate -String phoneNumber -String nhsNumber -String tin -String email -String address } class Company { -ClinicalStore clinicalStore -TestStore testStore -ParameterStore parameterStore -TestTypeStore testTypeStore -ClientStore clientStore -- +getClinicalStore() +getClientStore() +getTestStore() +getParameterStore() +getTestTypeStore() +getAuthFacade() } class ParameterCategoryStore { +getParameterCategory() } class ParameterStore { +getParameterWithCode() } ImportTestsUI ..> ImportTestsController ImportTestsController ..> Company ImportTestsController ..> ClientStore ImportTestsController ..> ParameterCategoryStore ImportTestsController ..> TestTypeStore ImportTestsController ..> ClinicalStore ImportTestsController ..> ParameterStore ImportTestsController ..> TestStore Company ---> ClientStore Company ---> ClinicalStore Company ---> TestStore Company ---> ParameterStore Company ---> TestTypeStore ParameterStore --> Parameter Company ---> ParameterCategoryStore TestStore --> Test Test --> TestParameter ClientStore --> Client Company ..> AuthFacade @enduml
f773fd66ae41a70fb7856debb559c9704c1d708f
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/middleware02/test/MiddlewareCommLinkManagerImplementationTests/MiddlewareCommLinkManagerImplementationTests.puml
ceae49dd77c27795f11eac111cbffca068d3578b
[]
no_license
Slackjaw1431/csi-3370-software-project
79666760712ee4625bea3daea48c7072e7826465
af44ad1066695e4f9eff74eda79cebef3ad2b1af
refs/heads/main
2023-03-23T23:03:17.404846
2021-03-17T18:52:02
2021-03-17T18:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
834
puml
@startuml MiddlewareCommLinkManagerImplementationTests package edu.oakland.test.middleware02 { class MiddlewareCommLinkManagerImplementationTests { + void rfidDoesNotMatchStopsTestCase() + void storeRequestSentWhenRfidsMatch() + void doesNotStoreRequestSentWhenRfidsDoNotMatch() + void doesNotStoreRequestSentWhenNotInNormalMode() + void emptyDatabaseReturnsEmptyTrackData() + void notEnoughDataReturnsPartialTrackData() + void enoughTrackDataReturnsFullData() + void storedTrackDataCheck() + void nullMiddwareCommDatabaseInterfaceIsNotAllowed() + void nullMiddwareGisManagerIsNotAllowed() - LocationDataPoint generateRandomLocationDataPoint() - LocationDataPoint[] generateRandomLocationDataPointsArray(int length) } } @enduml
be8964aa1a17a4447945375c28018af75f2926fe
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/order/implement_strStr/implement_strStr.plantuml
96031a317eed69ebfbd778522b18f3b3a7f52869
[]
no_license
shuile/LeetCode
8b816b84071a5338db1161ac541437564574f96a
4c12a838a0a895f8efcfbac09e1392c510595535
refs/heads/master
2023-08-17T04:53:37.617226
2023-08-15T16:18:46
2023-08-15T16:18:46
146,776,927
0
0
null
null
null
null
UTF-8
PlantUML
false
false
451
plantuml
@startuml title __IMPLEMENT_STRSTR's Class Diagram__\n namespace cn.shui.order { namespace implement_strStr { class cn.shui.order.implement_strStr.Solution { {static} + main() {static} + strStr() } } } 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
7a4efcb55f0e7ec395b6f48367bb663032407e62
b19e1cd9af26a9f3cb65823e1a7885ce278337fe
/documentation/productApi/order/media/src/product_spec_UNI.puml
d968c1094b132d115e4f97949823667457d7fd04
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Sonata-SDK
969c3717fba3fffa009bf3a5de65337b2caccaaf
6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f
refs/heads/working-draft
2023-07-07T02:17:11.649855
2023-06-23T09:30:18
2023-06-23T09:30:18
90,886,429
33
32
Apache-2.0
2023-01-05T23:58:23
2017-05-10T16:38:08
null
UTF-8
PlantUML
false
false
3,008
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor<<API>> Black } hide <<API>> stereotype class MEFProductRefOrValue<<API>> { } class MEFProductConfiguration<<API>> { @type*: string } MEFProductRefOrValue *--> MEFProductConfiguration : productConfiguration class BwpFlow { envelopeRank*: integer couplingFlag*: boolean envelopeId*: string tokenRequestOffset*: integer colorMode*: ColorMode } BwpFlow *-->"1" InformationRate : eirMax BwpFlow *-->"1" InformationRate : cirMax BwpFlow *-->"1" DataSize : cbs BwpFlow *-->"1" DataSize : ebs BwpFlow *-->"1" InformationRate : cir BwpFlow *-->"1" InformationRate : eir class CarrierEthernetPhysicalLink { physicalLink*: PhysicalLink id*: string } enum ColorMode { COLOR_BLIND COLOR_AWARE } class ConversationIdToAggregationLinkMap { aggLinkList*: integer[] conversationIDs*: ConversationIdRange[] } class DataSize { dataSizeUnits*: DataSizeUnits dataSizeValue*: integer } enum DataSizeUnits { BYTES KBYTES MBYTES GBYTES TBYTES PBYTES EBYTES ZBYTES YBYTES } enum EnabledDisabled { ENABLED DISABLED } class Envelope { couplingFlagForIndexZero*: boolean envelopeID*: string } class InformationRate { irValue*: number irUnits*: IrUnits } enum IrUnits { BPS KBPS MBPS GBPS TBPS PBPS EBPS ZBPS YBPS } class L2cpPeering { destinationAddress*: string linkIdList: string[] protocolID*: L2cpProtocol } enum LinkAggregation { NONE 2_LINK_ACTIVE_STANDBY ALL_ACTIVE OTHER } class OperatorUni as "Operator Uni v1.0.0" { defaultCeVlanId: integer maximumNumberOfEndPoints: integer lagLinkMeg: EnabledDisabled linkOam: EnabledDisabled meg: EnabledDisabled linkAggregation: LinkAggregation maximumNumberOfCeVlanIdsPerEndPoint: integer tokenShare: EnabledDisabled maximumServiceFrameSize: integer } MEFProductConfiguration <|-- OperatorUni OperatorUni *-->"*" ConversationIdToAggregationLinkMap : aggregationLinkMap OperatorUni *-->"*" BwpFlow : ingressBandwidthProfile OperatorUni *-->"1..*" UniPhysicalLink : listofPhysicalLinks OperatorUni *-->"*" BwpFlow : egressBandwidthProfile OperatorUni *-->"*" L2cpPeering : l2cpPeering OperatorUni *-->"*" Envelope : envelopes enum PhysicalLink { 10BASE_T 100BASE_T 1000BASE_T 25GBASE_T 40GBASE_T 400GBASE_SR8 ... And many modre... OTHER } enum UniConnectorGender { SOCKET PLUG } enum UniConnectorType { SC LC RJ45 FC D4 OTHER } class UniPhysicalLink { } CarrierEthernetPhysicalLink <|-- UniPhysicalLink UniSpecifcAttributes <|-- UniPhysicalLink class UniSpecifcAttributes { uniConnectorGender*: UniConnectorGender synchronousEthernet*: EnabledDisabled uniConnectorType*: UniConnectorType precisionTiming*: EnabledDisabled } @enduml
6318fb39e729da9a00eb8a2c90391111565ecc1f
649c1923b6b5ebf4a5a48a05b80e701227229ecd
/src/BundleDeal/Decorator.plantuml
435cce50571ae3a0db94c1ac5ad5cd9d233b2b13
[]
no_license
Kenzki/design-patterns-dvd-rental-system
dacd28792b4bdabad8866f1bca3c54734c6e44c7
5d5b185567a06cfd583dd8bc4f31adb219a8bd80
refs/heads/master
2020-12-03T22:16:26.228848
2020-01-05T17:48:42
2020-01-05T17:48:42
231,503,438
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,277
plantuml
@startuml title __BUNDLEDEAL's Class Diagram__\n abstract class BundleDeal.BundleDeal { ~ description : String {abstract} + cost() + getDescription() } abstract class BundleDeal.BundleDealDecorator { {abstract} + getDescription() } class BundleDeal.DrinkBundle { + DrinkBundle() + cost() + getDescription() } class BundleDeal.NewRelease { + NewRelease() + cost() } class BundleDeal.OldRelease { + OldRelease() + cost() } class BundleDeal.SnackBundle { + SnackBundle() + cost() + getDescription() } BundleDeal.BundleDealDecorator -up-|> BundleDeal.BundleDeal BundleDeal.DrinkBundle -up-|> BundleDeal.BundleDealDecorator BundleDeal.NewRelease -up-|> BundleDeal.BundleDeal BundleDeal.OldRelease -up-|> BundleDeal.BundleDeal BundleDeal.SnackBundle -up-|> BundleDeal.BundleDealDecorator BundleDeal.BundleDeal --o BundleDeal.BundleDealDecorator 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
248821a18fb60adb913fff176f72633da36a1b76
c2d010172294682884b47a14824e4f291d78386f
/docs/DiagramVehicles.puml
c54d3966d868a0f25a8da3ba1b08116b263a9e75
[ "MIT" ]
permissive
MysteriousBaboon/Car-project
e178b40e67d784da55e8c356e64f284d64356b7d
882351a266c6922c8e9bf27def7aff5481bedc87
refs/heads/main
2023-04-15T15:20:17.894565
2021-04-02T08:50:00
2021-04-02T08:50:00
317,547,481
0
0
null
2020-12-07T14:02:13
2020-12-01T13:19:44
Python
UTF-8
PlantUML
false
false
2,095
puml
@startuml class Vehicle{ .. PROPERTIES .. +string <b>name +int <b>x +int <b>y +int <b>width +int <b>height +int <b>speedX +int <b>speedY +int <b>positionX +int <b>offsetX +int <b>gotoX +pygame.Surface <b>image .. CONSTRUCTOR .. +void <b>__init__</b>(VehicleModel <b>vehicleModel</b>, int <b>speedX=1</b>, int <b>speedY=1</b>, int <b>numColumn=2</b>, int <b>numRow=-1</b>) .. FUNCTIONS .. +void <b>updatePosition</b>() } class Player{ .. PROPERTIES .. +int <b>remainingLives .. CONSTRUCTOR .. +void <b>__init__</b>(VehicleModel <b>vehicleModel</b>, int <b>speedX=1</b>, int <b>speedY=1</b>, int <b>numColumn=2</b>, int <b>numRow=7</b>) +void <b>changeDestination</b>(int <b>keyPressed</b>) } class Bot{ .. CONSTRUCTOR .. +void <b>__init__</b>(VehicleModel <b>vehicleModel</b>, int <b>speedX=1</b>, int <b>speedY=1</b>, int <b>numColumn=2</b>, int <b>numRow=-1</b>) +void <b>changeDestination</b>(int <b>numColumn</b>) } Vehicle <- Player Vehicle <-- Bot VehicleModel -- Vehicle class VehicleModel{ +int <b>x +int <b>y +int <b>width +int <b>height +pygame.Surface <b>image .. CONSTRUCTOR .. +void <b>__init__</b>() .. SETTER .. +void <b>setLocation</b>(string <b>location</b>) +void <b>setSize</b>(string <b>size</b>) } class Vehicles{ .. PROPERTIES .. +VehicleModel[] <b>vehicleModels +Vehicle[] <b>vehiclesOnTheRoad .. CONSTRUCTOR .. +void <b>__init__</b>() .. FUNCTIONS .. -void <b>_loadModels</b>() -pygame.Surface <b>_getImageInModel</b>(int <b>x</b>, int <b>y</b>, int <b>width</b>, int <b>height</b>) +bool <b>checkCollisions</b>() +void <b>generateBot</b>() +void <b>addBot</b>() +void <b>addPlayer</b>() +void <b>updateThoseOnTheRoad</b>() } @enduml
d46573891e2adb32b445d717a19dafb42c9020e0
676e3dba55b97d1185a640dacd8db9e88f6ffd5e
/uml/PlantUML_tabs_controller.puml
a788d2af27cca637eaad9af3d8b2132c96c2993b
[]
no_license
spenserTac/tacinelli-cop3330-assignment4
1354ef5b26c1efc6afdc0d9097ea34db343b3358
70d58c8dfe8ccc707e296fd949e4a04a41ad09bc
refs/heads/main
2023-08-23T00:59:38.010492
2021-11-01T21:33:09
2021-11-01T21:33:09
417,236,873
0
0
null
null
null
null
UTF-8
PlantUML
false
false
290
puml
@startuml 'https://plantuml.com/sequence-diagram class tabs_controller { private Stage stage; private Scene scene; private Parent root; public void switch_to_selected_tab(ActionEvent event) public void close_current_tab(ActionEvent event) } @enduml
9f1691a7c4b5bd5e66ae7debbf94393ca44c7c4b
d2842222a7e264d11d8140d114a6265b255f33b1
/WebParkhaus/ClassDiagram.plantuml
10de3e68346049a3a8aa6c9e9fe10ce26645a582
[]
no_license
MuabDev/SE-Team32
0213c30ef1bbbda3bb6e4aab54832de729f58a91
a195a30364617fd9c00555938b5e4615d4ca96b1
refs/heads/master
2022-12-23T10:09:53.754513
2020-09-26T16:14:20
2020-09-26T16:14:20
261,794,032
0
1
null
null
null
null
UTF-8
PlantUML
false
false
2,764
plantuml
@startuml class AvgView [[java:AvgView]] { ~float avg ~float view() +void update() } class View [[java:View]] { } View <|-l- AvgView interface EinweiserIF [[java:EinweiserIF]] { int enter(Auto in) Auto leave(Auto out) void addCar(Auto in) List<Auto> getCars() int getSize() int getMax() void setMax(int m) } class Berechnung [[java:Berechnung]] { } class SumView [[java:SumView]] { } class AvgView [[java:AvgView]] { } class ParkhausServlet [[java:ParkhausServlet]] { -{static}long serialVersionUID +ParkhausServlet() #void doGet(HttpServletRequest request, HttpServletResponse response) #void doPost(HttpServletRequest request, HttpServletResponse response) -{static}String getBody(HttpServletRequest request) } class Berechnung [[java:Berechnung]] { } ParkhausServlet -r-> Berechnung : calc class Einweiser [[java:Einweiser]] { } ParkhausServlet --> Einweiser : guide class SumView [[java:SumView]] { } ParkhausServlet -r-> SumView : sum class AvgView [[java:AvgView]] { } ParkhausServlet -r-> AvgView : avg class HttpServlet [[java:javax.servlet.http.HttpServlet]] { } HttpServlet <|-- ParkhausServlet abstract class View [[java:View]] { +void subscribe(Berechnung m) +{abstract}void update() } class Berechnung [[java:Berechnung]] { } View -u-> Berechnung : model class Einweiser [[java:Einweiser]] { -int max +Einweiser() +int enter(Auto in) +Auto leave(Auto out) +void addCar(Auto in) +List<Auto> getCars() +int getSize() +int getMax() +void setMax(int m) } class Auto [[java:Auto]] { } Einweiser --> Auto : cars interface EinweiserIF [[java:EinweiserIF]] { } EinweiserIF <|.. Einweiser interface BerechnungIF [[java:BerechnungIF]] { void addCost(float cost) List<Float> getCosts() int getSize() } class Auto [[java:Auto]] { -int parkplatz -String ticket +Auto() +Auto(int p, String t) +int getParkplatz() +String getTicket() +void setParkplatz(int p) +void setTicket(String t) } interface AutoIF [[java:AutoIF]] { } AutoIF <|.l. Auto class AbstractPublisher [[java:AbstractPublisher]] { +void addView(View v) +void update() } class View [[java:View]] { } AbstractPublisher -l-> View : views interface AutoIF [[java:AutoIF]] { int getParkplatz() String getTicket() void setParkplatz(int p) void setTicket(String t) } class Berechnung [[java:Berechnung]] { ~List<Float> costs +Berechnung() +void addCost(float cost) +List<Float> getCosts() +int getSize() } class AbstractPublisher [[java:AbstractPublisher]] { } AbstractPublisher <|-u- Berechnung interface BerechnungIF [[java:BerechnungIF]] { } BerechnungIF <|.d. Berechnung class SumView [[java:SumView]] { ~float sum ~float view() +void update() } class View [[java:View]] { } View <|-- SumView class EinweiserIF [[java:EinweiserIF]] { } @enduml
6efc0e76c40b04e068e6392dc32e68d7db363219
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/QuoteRequestTransitionStateAction.puml
2772b01506b69f3fa1c9cfeb4ae836779e19da6e
[]
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
542
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 QuoteRequestTransitionStateAction [[QuoteRequestTransitionStateAction.svg]] extends QuoteRequestUpdateAction { action: String state: [[StateResourceIdentifier.svg StateResourceIdentifier]] force: Boolean } interface QuoteRequestUpdateAction [[QuoteRequestUpdateAction.svg]] { action: String } @enduml
1940b70bdb3d78a4508a111e2e748983c4707e81
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/TestRunner/Callbacks/PlayModeRunnerCallback.puml
426df54fb987320f43b66f9ec0b8f96130943e27
[]
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
337
puml
@startuml class PlayModeRunnerCallback { + RunFinished(testResults:ITestResult) : void + TestFinished(result:ITestResult) : void + OnGUI() : void + RunStarted(testsToRun:ITest) : void + TestStarted(test:ITest) : void } MonoBehaviour <|-- PlayModeRunnerCallback ITestRunnerListener <|-- PlayModeRunnerCallback @enduml
cab29f4f65e285628cfbafc8e527fe411c787a03
db2d58e72e59c738697159f931185874c3b73951
/PokeArenaNetwork/PokeArenaNetwork-Class-Diagram.puml
527f8c0e98e70d5fccc32b61aa6010db9c50648e
[]
no_license
gryzel1/PokeArena
872bce9d79342874468613dbc52212cbc0ff9857
16abdf9af74492828556d9a5c7de07fdedcb708b
refs/heads/main
2023-05-10T01:09:36.862489
2021-06-18T02:14:31
2021-06-18T02:14:31
352,564,767
0
2
null
null
null
null
UTF-8
PlantUML
false
false
2,124
puml
@startuml 'https://plantuml.com/sequence-diagram abstract WebSocketClient {} abstract WebSocketServer {} package PokeArenaNetwork { enum PokeArenaServerState { WAITING_FOR_CLIENT1_TO_JOIN WAITING_FOR_CLIENT2_TO_JOIN WAITING_FOR_START IN_BATTLE BATTLE_ENDED WAITING_FOR_CLIENTS_ACTIONS WAITING_FOR_CLIENT_1_ACTION WAITING_FOR_CLIENT_2_ACTION PROCESSING_ACTIONS } class PokeArenaServer extends WebSocketServer { -String hostname -int portNumber -PokeArenaServerState state -PokeArenaProtocol protocol -WebSocket client1WS -WebSocket client2WS +PokeArenaServer(String hostname, int portNumber) +sendPacket(PokeArenaPacket packet) +onOpen(WebSocket ws, ClientHandshake clientHandshake) +onClose(WebSocket ws, int code, String reason, boolean remote) +onMessage(WebSocket ws, String message) +onError(WebSocket ws, Exception e) +onStart() +int getPortNumber() +String getHostname() +PokeArenaServerState getState() +setState(PokeArenaServerState state) PokeArenaServer(InetSocketAddress address) } PokeArenaServer "1" -- "1" PokeArenaProtocol class PokeArenaClient extends WebSocketClient { +connect(String serverHostname, int portNumber) +disconnect() +sendMove(Move move) +sendForfeit() +sendItem(Item item) +sendChangePokemon(Pokemon pokemon) +sendTeam(equipe de pokemon) +sendPacket(PokeArenaPacket packet) +onOpen(ServerHandskake serverHandshake) +onClose(int code, String reason, boolean remote) +onMessage(String message) +onError(Exception e) +PokeArenaClient(URI serverURI) } class PokeArenaProtocol{ +PokeArenaPacket processPacket(PokeArenaPacket request) } abstract PokeArenaPacket { } class PokeArenaMovePacket extends PokeArenaPacket class PokeArenaPingPacket extends PokeArenaPacket class PokeArenaPongPacket extends PokeArenaPacket class PokeArenaUtilities { -{static}TypeToken<PokeArenaPacket> requestListTypeToken -{static}RuntimeTimeAdapterFactory<?> typeFactory -{static}Gson GSON +PokeArenaPacket createPacket(PokeArenaPacketType packetType, <D> packetData) +PokeArenaPacket parseJsonPacket(String jsonPacket) +String toJson(PokeArenaPacket packet) } @enduml
6e841a4a2b0497c497d23dde065e74d72fef022f
a7f8d8e116a9f42a87389cb344ca347d3e7e6893
/libs/core/src/logger/docs/diagrams/src/Interfaces.puml
7afe6b242e32aed4f828d5823e64865a15010103
[]
no_license
gammaper-devop/claro_crm_reportes
e3fc36baeb5c9f3be248b849a888e966254fb060
28ded2b48d7331deb80823cdf4b7e7faa5377812
refs/heads/master
2023-08-16T20:25:01.587208
2021-09-25T02:34:56
2021-09-25T02:34:56
402,591,385
0
0
null
null
null
null
UTF-8
PlantUML
false
false
794
puml
@startuml Interfaces interface ILoggerConfig { level?: ELoggerLevels; secretKey?: string; serverLog?: { url: string; level?: ELoggerLevels; }; customLog?: { method: Function; level?: ELoggerLevels; }; i18nLang?: string; } interface ILogger { setHeader(accessToken: string, headerName?: string, tokenType?: string): void; info(messageToPrint: string, additionalInfo?: any): void; debug(messageToPrint: string, additionalInfo?: any): void; log(messageToPrint: string, additionalInfo?: any): void; trace(messageToPrint: string, additionalInfo?: any): void; warn(messageToPrint: string, additionalInfo?: any): void; error(messageToPrint: string, additionalInfo?: any): void; } interface IMessages { secret_key_not_found: string; circular_object: string; } @enduml
59e2e709a3fb41af33c4b17b135dcf7219d7dbb7
32e2538ddaa7ec24dcabc39032926faff5f6179b
/packages/loco_flutter/diagram.puml
6c58af097aef4ecc5775adaa05cdc03936e0397f
[ "MIT" ]
permissive
dartlib/loco
96d817b165d5e312381ec52c82681332f68d0a6f
209144829f8130626dc3d498df1bbb79fb134464
refs/heads/master
2020-09-07T05:22:18.919900
2019-11-21T15:58:32
2019-11-21T15:58:32
220,668,355
1
0
null
null
null
null
UTF-8
PlantUML
false
false
10,276
puml
@startuml set namespaceSeparator :: abstract class "loco_flutter::views_extension.dart::ViewsExtension<T>" { } "loco::extension.dart::Extension<State>" <|-- "loco_flutter::views_extension.dart::ViewsExtension<T>" "loco_flutter::views.dart::Views" <|-- "loco_flutter::views_extension.dart::ViewsExtension<T>" class "loco_flutter::view_wrapper.dart::ViewWrapperEvent<T>" { } class "loco_flutter::view_wrapper.dart::ViewWrapper<T>" { +ViewBase child +Channel channel +_ViewWrapperState createState() } "loco_flutter::view_wrapper.dart::ViewWrapper<T>" o-- "loco_flutter::widgets::view_base.dart::ViewBase" "loco_flutter::view_wrapper.dart::ViewWrapper<T>" o-- "loco::channel.dart::Channel" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "loco_flutter::view_wrapper.dart::ViewWrapper<T>" class "loco_flutter::view_wrapper.dart::_ViewWrapperState<T>" { -dynamic Function() _cancelSubscription +void initState() +void dispose() -void _handleEvent() +Widget build() } "loco_flutter::view_wrapper.dart::_ViewWrapperState<T>" o-- "loco::event_bus.dart::dynamic Function()" "flutter::src::widgets::framework.dart::State<T>" <|-- "loco_flutter::view_wrapper.dart::_ViewWrapperState<T>" class "loco_flutter::view_logic.dart::ViewLogic" { -Channel _parentChannel +Channel viewChannel +void onState() +void dispatch() +void viewDispatcher() } "loco_flutter::view_logic.dart::ViewLogic" o-- "loco::channel.dart::Channel" "loco::logic.dart::OnRegister" <|-- "loco_flutter::view_logic.dart::ViewLogic" "loco::logic.dart::OnInit" <|-- "loco_flutter::view_logic.dart::ViewLogic" abstract class "loco_flutter::widgets::view.dart::View<TProps>" { +TProps props {static} +dynamic $() +void onAttach() {static} +T of() } "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "loco_flutter::widgets::view.dart::View<TProps>" "loco_flutter::mixins::channel_mixin.dart::ChannelMixin" <|-- "loco_flutter::widgets::view.dart::View<TProps>" "loco_flutter::mixins::state_builder_mixin.dart::StateBuilderMixin" <|-- "loco_flutter::widgets::view.dart::View<TProps>" "loco_flutter::slots.dart::Slots" <|-- "loco_flutter::widgets::view.dart::View<TProps>" "loco_flutter::widgets::view_base.dart::ViewBase" <|-- "loco_flutter::widgets::view.dart::View<TProps>" abstract class "loco_flutter::widgets::view_base.dart::ViewBase" { } class "loco_flutter::widgets::state_builder2.dart::StateBuilder2<T, V>" { +dynamic Function(Channel) onListen +Map<Type, dynamic> Function(BuildContext) builder +dynamic Function(BuildContext) orElse +AsyncSnapshot initial() +AsyncSnapshot afterConnected() +AsyncSnapshot afterData() +AsyncSnapshot afterError() +AsyncSnapshot afterDone() +AsyncSnapshot afterDisconnected() +Widget build() +State createState() } "loco_flutter::widgets::state_builder2.dart::StateBuilder2<T, V>" o-- "loco_flutter::widgets::common::listen_callback.dart::dynamic Function(Channel)" "loco_flutter::widgets::state_builder2.dart::StateBuilder2<T, V>" o-- "loco_flutter::widgets::state_builder2.dart::Map<Type, dynamic> Function(BuildContext)" "loco_flutter::widgets::state_builder2.dart::StateBuilder2<T, V>" o-- "loco_flutter::widgets::state_builder2.dart::dynamic Function(BuildContext)" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "loco_flutter::widgets::state_builder2.dart::StateBuilder2<T, V>" class "loco_flutter::widgets::state_builder2.dart::_StateBuilderState<T, V>" { -StreamSubscription<T> _subscription -AsyncSnapshot<T> _state -Stream<T> _stream -Channel _channel +void initState() +Widget build() +void dispose() -Future _subscribe() -void _unsubscribe() } "loco_flutter::widgets::state_builder2.dart::_StateBuilderState<T, V>" o-- "dart::async::StreamSubscription<T>" "loco_flutter::widgets::state_builder2.dart::_StateBuilderState<T, V>" o-- "flutter::src::widgets::async.dart::AsyncSnapshot<T>" "loco_flutter::widgets::state_builder2.dart::_StateBuilderState<T, V>" o-- "dart::async::Stream<T>" "loco_flutter::widgets::state_builder2.dart::_StateBuilderState<T, V>" o-- "loco::channel.dart::Channel" "flutter::src::widgets::framework.dart::State<T>" <|-- "loco_flutter::widgets::state_builder2.dart::_StateBuilderState<T, V>" abstract class "loco_flutter::widgets::view_part.dart::ViewPart" { } "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "loco_flutter::widgets::view_part.dart::ViewPart" "loco_flutter::mixins::state_builder_mixin.dart::StateBuilderMixin" <|-- "loco_flutter::widgets::view_part.dart::ViewPart" "loco_flutter::widgets::view_base.dart::ViewBase" <|-- "loco_flutter::widgets::view_part.dart::ViewPart" abstract class "loco_flutter::widgets::stateful_view.dart::StatefulView<TProps>" { +TProps props } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "loco_flutter::widgets::stateful_view.dart::StatefulView<TProps>" "loco_flutter::widgets::view_base.dart::ViewBase" <|-- "loco_flutter::widgets::stateful_view.dart::StatefulView<TProps>" "loco_flutter::mixins::channel_mixin.dart::ChannelMixin" <|-- "loco_flutter::widgets::stateful_view.dart::StatefulView<TProps>" "loco_flutter::mixins::state_builder_mixin.dart::StateBuilderMixin" <|-- "loco_flutter::widgets::stateful_view.dart::StatefulView<TProps>" class "loco_flutter::widgets::common::view_props.dart::ViewProps" { +Key key } "loco_flutter::widgets::common::view_props.dart::ViewProps" o-- "flutter::src::foundation::key.dart::Key" abstract class "loco_flutter::widgets::view_builder.dart::ViewBuilder<V>" { +dynamic buildState() +dynamic buildStates() } class "loco_flutter::widgets::state_builder.dart::StateBuilder<T, V>" { +dynamic Function(Channel) onListen +Widget Function(BuildContext, AsyncSnapshot<T>) builder +AsyncSnapshot initial() +AsyncSnapshot afterConnected() +AsyncSnapshot afterData() +AsyncSnapshot afterError() +AsyncSnapshot afterDone() +AsyncSnapshot afterDisconnected() +Widget build() +State createState() } "loco_flutter::widgets::state_builder.dart::StateBuilder<T, V>" o-- "loco_flutter::widgets::common::listen_callback.dart::dynamic Function(Channel)" "loco_flutter::widgets::state_builder.dart::StateBuilder<T, V>" o-- "flutter::src::widgets::async.dart::Widget Function(BuildContext, AsyncSnapshot<T>)" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "loco_flutter::widgets::state_builder.dart::StateBuilder<T, V>" class "loco_flutter::widgets::state_builder.dart::_StateBuilderState<T, V>" { -StreamSubscription<T> _subscription -AsyncSnapshot<T> _state -Stream<T> _stream -Channel _channel +void initState() +Widget build() +void dispose() -Future _subscribe() -void _unsubscribe() } "loco_flutter::widgets::state_builder.dart::_StateBuilderState<T, V>" o-- "dart::async::StreamSubscription<T>" "loco_flutter::widgets::state_builder.dart::_StateBuilderState<T, V>" o-- "flutter::src::widgets::async.dart::AsyncSnapshot<T>" "loco_flutter::widgets::state_builder.dart::_StateBuilderState<T, V>" o-- "dart::async::Stream<T>" "loco_flutter::widgets::state_builder.dart::_StateBuilderState<T, V>" o-- "loco::channel.dart::Channel" "flutter::src::widgets::framework.dart::State<T>" <|-- "loco_flutter::widgets::state_builder.dart::_StateBuilderState<T, V>" abstract class "loco_flutter::core::core_events.dart::CoreEvent" { } class "loco_flutter::core::core_events.dart::StartAppEvent" { } "loco_flutter::core::core_events.dart::CoreEvent" <|-- "loco_flutter::core::core_events.dart::StartAppEvent" class "loco_flutter::view_dependencies.dart::ViewDependencies" { +Channel channel } "loco_flutter::view_dependencies.dart::ViewDependencies" o-- "loco::channel.dart::Channel" abstract class "loco_flutter::app.dart::App<BaseState>" { } "loco::extension.dart::Extension<State>" <|-- "loco_flutter::app.dart::App<BaseState>" "loco_flutter::mixins::navigation_mixin.dart::NavigationMixin" <|-- "loco_flutter::app.dart::App<BaseState>" class "loco_flutter::view_dispatcher.dart::ViewDispatcher" { {static} +dynamic of() } abstract class "loco_flutter::view_list.dart::ViewList" { +List build() } "loco_flutter::mixins::channel_mixin.dart::ChannelMixin" <|-- "loco_flutter::view_list.dart::ViewList" "loco_flutter::mixins::state_builder_mixin.dart::StateBuilderMixin" <|-- "loco_flutter::view_list.dart::ViewList" "loco_flutter::slots.dart::Slots" <|-- "loco_flutter::view_list.dart::ViewList" "loco_flutter::widgets::view_base.dart::ViewBase" <|-- "loco_flutter::view_list.dart::ViewList" class "loco_flutter::views.dart::ViewsLogic" { +Channel channel -Map<Type, dynamic> _instances -Map<Type, Map<String, dynamic>> _slots -Map<Type, dynamic> _views +void registerView() +ViewWrapper getView() +ViewWrapper getViewWithProps() -T _getView() -T _getViewWithProps() +T getViewList() +T getViewListWithProps() +void setSlot() +void setSlots() } "loco_flutter::views.dart::ViewsLogic" o-- "loco::channel.dart::Channel" "loco::logic.dart::BaseLogic<BaseState>" <|-- "loco_flutter::views.dart::ViewsLogic" abstract class "loco_flutter::views.dart::Views" { +ViewsLogic views } "loco_flutter::views.dart::Views" o-- "loco_flutter::views.dart::ViewsLogic" abstract class "loco_flutter::mixins::state_builder_mixin.dart::StateBuilderMixin" { +Widget buildState() +Widget buildStates() } abstract class "loco_flutter::mixins::navigation_mixin.dart::NavigationMixin" { +Map<String, Route<dynamic> Function(Map<String, dynamic>)> routes +dynamic addRoute() +Route onGenerateRoute() +PageRouteBuilder buildRoute() } abstract class "loco_flutter::mixins::channel_mixin.dart::ChannelMixin" { -ViewDependencies _viewDependencies +Channel channel +Function onEvent() +void dispatch() +void setChannel() } "loco_flutter::mixins::channel_mixin.dart::ChannelMixin" o-- "loco_flutter::view_dependencies.dart::ViewDependencies" "loco_flutter::mixins::channel_mixin.dart::ChannelMixin" o-- "loco::channel.dart::Channel" abstract class "loco_flutter::slots.dart::Slots" { -Map<String, ViewWrapper<ViewWrapperEvent<ViewBase>>> _slots -Map<String, List<ViewWrapper<ViewWrapperEvent<ViewBase>>>> _multiSlots +dynamic setSlot() +dynamic setMultiSlot() +ViewWrapper slot() +List multiSlot() } @enduml
b9503b8defc38686cc602cf66f7415b2d195ba99
b19e1cd9af26a9f3cb65823e1a7885ce278337fe
/documentation/productSchema/ip/internetAccess/MEF 139 resources/media/ConnectionAddressing.puml
bf385023f218e1265fed757fe2ffb3a17075fca1
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Sonata-SDK
969c3717fba3fffa009bf3a5de65337b2caccaaf
6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f
refs/heads/working-draft
2023-07-07T02:17:11.649855
2023-06-23T09:30:18
2023-06-23T09:30:18
90,886,429
33
32
Apache-2.0
2023-01-05T23:58:23
2017-05-10T16:38:08
null
UTF-8
PlantUML
false
false
983
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor Black } class BasicIaUniIpv4ConnectionAddressing { } BasicIaUniIpv4ConnectionAddressing *--> Ipv4PrimarySubnet : ipv4PrimarySubnet class UniIpv4ConnectionAddressing { ipv4AddressingType: Ipv4AddressingType } UniIpv4ConnectionAddressing *--> Ipv4PrimarySubnet : ipv4PrimarySubnet UniIpv4ConnectionAddressing *-->"*" Ipv4SecondarySubnet : ipv4SecondarySubnetList class BasicIaUniIpv6ConnectionAddressing { ipv6AddressType: BasicIaUniIpv6AddressingType } BasicIaUniIpv6ConnectionAddressing *--> Ipv6Subnet : ipv6Subnet class UniIpv6ConnectionAddressing { ipv6AddressingType: Ipv6AddressingType } UniIpv6ConnectionAddressing *--> Ipv6Address : subscriberIpv6Address UniIpv6ConnectionAddressing *-->"*" Ipv6Subnet : ipv6Subnet class Ipv4Subnet { <<skipped>> } class Ipv4PrimarySubnet { <<skipped>> } class Ipv6Subnet { <<skipped>> } class Ipv6Address { <<skipped>> } @enduml
e03290d186f0fad671a997a8291b24c3221d9f2e
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/CommandLineTest/ResultsWriter.puml
26a6da5af9e1abc6efe30aabd42a9992799779cd
[]
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
353
puml
@startuml class ResultsWriter { + WriteResultToFile(result:ITestResultAdaptor, filePath:string) : void CreateDirectory(filePath:string) : void + WriteResultToStream(result:ITestResultAdaptor, streamWriter:StreamWriter, settings:XmlWriterSettings) : void WriteResultsToXml(result:ITestResultAdaptor, xmlWriter:XmlWriter) : void } @enduml
63bed4fa831b6ef2b5834b5620e0a5e054bb1672
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartChangeTaxCalculationModeAction.puml
0883a6d27db5cfa0bbcb94fe4ab18e041f482744
[]
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
504
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 CartChangeTaxCalculationModeAction [[CartChangeTaxCalculationModeAction.svg]] extends CartUpdateAction { action: String taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] } interface CartUpdateAction [[CartUpdateAction.svg]] { action: String } @enduml
acfb3c73bf32aaf2fbcf7ef4961c85b645bd64ac
a682de962407bca5a4a4f619c2814a2089002f81
/uml/Assignment4.puml
5450399b8059d612084e69eac5b59ec21b769cfe
[]
no_license
SmokeIce593/parrish-cop3330-assignment4part2
b13a3c0a13fc47324a57158e7291edd6c9c711ca
9a65fc1e63f0a17ddcb37437825efc1d9c08edcd
refs/heads/master
2023-08-30T09:06:21.435287
2021-11-16T01:10:18
2021-11-16T01:10:18
428,313,439
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,203
puml
@startuml 'https://plantuml.com/class-diagram class App { start(Stage stage) } class AppController { + ToDoListMain.ToDoList CurrentList + ItemMain.Items CurrentItem + List<ItemMain.Items> ItemList + List<ItemMain.Items> FilterItemList + int EditFlag + void initialize() + void EditItemButton() + void CreateItemButton() + void AddEditBackPress() + void ClearList() + void DeleteItemButton() + void SaveListButton() + void ImportListButton() + void CreateItemSubmitButton() + void wipe(int FilterFlag) + void ConfirmFilterButton() } class Filter { + {static} List<ItemMain.Items> CompleteItems(List<ItemMain.Items> ItemList, List<ItemMain.Items> FilterItemList) + {static} List<ItemMain.Items> AllItems(List<ItemMain.Items> ItemList) + {static} List<ItemMain.Items> InCompleteItems(List<ItemMain.Items> ItemList, List<ItemMain.Items> FilterItemList) } class ImportExport { + {static} List<ItemMain.Items> ExportItems(List<ItemMain.Items> ItemList, String Path) + {static} List<ItemMain.Items> ImportItems(List<ItemMain.Items> ItemList, String Path) String current String name String description String duedate String status int location } class ItemMain { + {static} List<ItemMain.Items> CreateItem(List<ItemMain.Items> ItemList, String Name, String Description, String Duedate, String Status) + {static} Items EditItemGetObj(List<ItemMain.Items> ItemList, String name) + {static} List<ItemMain.Items> DestroyItem(List<ItemMain.Items> ItemList, String Current) + {static} List<ItemMain.Items> EditItem(List<ItemMain.Items> ItemList, String Current, int EditFlag) } class ToDoListMain { } class Items{ + String name + String description + String duedate + String status } class ToDoList{ + int ID + String Name + List<ItemMain.Items> ItemList } ItemMain *-- Items ToDoListMain *-- ToDoList App <|-- AppController AppController <|-- Filter AppController <|-- ImportExport AppController <|-- ItemMain AppController <|-- ToDoListMain @enduml
c476a0bea385d845aa0472bdb97090d0a7eb835e
681aaba01c866e4d616e28400aaddd0359b88c09
/backend/microservice-node-block/node-block/blockchain.plantuml
60d8d9860bca14d8e0e189dfd0aac402b7879b54
[]
no_license
Chrisnb1/java-project-blockchain
fb8749dd3035d16b04077b9f84f1b2137c8530b3
c947d426ab98dd03969ce1fe4c45522255ffa8d9
refs/heads/main
2023-06-16T01:15:15.788382
2021-07-13T02:06:41
2021-07-13T02:06:41
369,318,669
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,986
plantuml
@startuml title __BLOCKCHAIN's Class Diagram__\n namespace maven{ class MavenWrapperDownloader { } } namespace app{ namespace com.app.blockchain { class com.app.blockchain.BlockchainApplication { } } } namespace app{ namespace com.app.blockchain { class com.app.blockchain.RestClient { } } } namespace app{ namespace com.app.blockchain { namespace controller { class com.app.blockchain.controller.BlockController { } } } } namespace app{ namespace com.app.blockchain { namespace controller { class com.app.blockchain.controller.NodeController { } } } } namespace app{ namespace com.app.blockchain { namespace blockdto { class com.app.blockchain.dto.BlockDTO { } } } } namespace app{ namespace com.app.blockchain { namespace dto { class com.app.blockchain.dto.NodeDTO { } } } } namespace app{ namespace com.app.blockchain { namespace model { class com.app.blockchain.model.Block { } } } } namespace app{ namespace com.app.blockchain { namespace model { class com.app.blockchain.model.Node { } } } } namespace app{ namespace com.app.blockchain { namespace repository { interface com.app.blockchain.repository.IBlockRepository { } } } } namespace app{ namespace com.app.blockchain { namespace repository { interface com.app.blockchain.repository.INodeRepository { } } } } namespace app{ namespace com.app.blockchain { namespace service { class com.app.blockchain.service.BlockService { } } } } namespace app{ namespace com.app.blockchain { namespace service { interface com.app.blockchain.service.IBlockService { } } } } namespace app{ namespace com.app.blockchain { namespace service { interface com.app.blockchain.service.INodeService { } } } } namespace app{ namespace com.app.blockchain { namespace service { class com.app.blockchain.service.NodeService { } } } } namespace app{ namespace com.app.blockchain { namespace util { class com.app.blockchain.util.SHA256 { } } } } com.app.blockchain.BlockchainApplication .up.|> org.springframework.boot.CommandLineRunner com.app.blockchain.BlockchainApplication o-- com.app.blockchain.repository.IBlockRepository : blockRepository com.app.blockchain.BlockchainApplication o-- com.app.blockchain.repository.INodeRepository : nodeRepository com.app.blockchain.BlockchainApplication o-- com.app.blockchain.service.INodeService : nodeService com.app.blockchain.controller.BlockController o-- com.app.blockchain.service.IBlockService : blockService com.app.blockchain.controller.BlockController o-- com.app.blockchain.service.INodeService : nodeService com.app.blockchain.controller.NodeController o-- com.app.blockchain.service.INodeService : nodeService com.app.blockchain.service.BlockService .up.|> com.app.blockchain.service.IBlockService com.app.blockchain.service.BlockService o-- com.app.blockchain.repository.IBlockRepository : blockRepository com.app.blockchain.service.NodeService .up.|> com.app.blockchain.service.INodeService com.app.blockchain.service.NodeService o-- com.app.blockchain.service.IBlockService : blockService com.app.blockchain.service.NodeService o-- com.app.blockchain.repository.INodeRepository : nodeRepository 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
fafdbcf5c81bd79a5934094fa63b2a4531b218c7
79614dbcf56b41061d2538fe496c8aedd03315b8
/docs/classdiagram.puml
446cff9f6dfa9bb53dfb206bef8ed473cd764a11
[]
no_license
gitmirgut/bb_stitcher
3b73657ac0ea2c755790664a78bcbc5f934d59a9
08ab2f4d9adfe56d7b959cd8be867243f5d9eaee
refs/heads/master
2021-01-20T11:41:51.949903
2018-01-07T15:39:45
2018-01-07T15:39:45
84,866,881
2
0
null
2017-04-02T21:12:53
2017-03-13T19:35:00
Python
UTF-8
PlantUML
false
false
1,157
puml
@startuml package Module:preperation <<Frame>> { class Rectificator{ ndarray: intr_m ndarray: dist_c + rectify_image() + rectify_points() - __get_affine_mat_and_new_size() } class ModuleFunctions <<(M, orchid)>> { + rotate_image() + rotate_points() } } package Module:stitcher <<Frame>> { class Stitcher{ ndarray: homo_left ndarray: homo_right tuple: pano_size --- + estimate_transform(image_left, image_right) + compose_panorama(image_left, image_right) + stitch(image_left, image_right) + map_left_points(points) + map_right_points(points) .. should be overridden by a sublcass .. + estimate_transform(image_left, image_right) } class FeatureBasedStitcher { + compose_panorama(image_left, image_right) # _calc_feature_mask(size_left, size_right, overlap, border_top, border_bottom) } class RectangleStitcher { + compose_panorama(image_left, image_right) } Stitcher <|-- FeatureBasedStitcher Stitcher <|-- RectangleStitcher } @enduml
50bc954af9819ff8c9e4b9fc1c0ebd9e376fdd5e
a0f2059f355f66dacea855c9339318803935f332
/rocketmq-go/docs/package.puml
ebeacdf6677e9d4345799a580cee4cc956515a2b
[ "Apache-2.0" ]
permissive
InsZVA/incubator-rocketmq-externals
a330a5d47d64240517ada7c3e35edd0f50e6abe6
86eead31af2ea32aa293c63ed0d2b1dd764465d8
refs/heads/master
2021-08-30T13:01:21.563528
2017-12-18T03:25:07
2017-12-18T03:25:07
114,590,220
0
0
null
2017-12-18T03:07:18
2017-12-18T03:07:18
null
UTF-8
PlantUML
false
false
2,519
puml
@startuml interface api.MQProducer{ } interface api.MQConsumer{ } interface api.MQClientInstance{ } namespace api{ MQClientInstance o-- kernel.MqClientManager MQProducer o-- kernel.DefaultMQProducer MQConsumer o-- kernel.DefaultMQPushConsumer MQConsumer o-- kernel.DefaultMQPullConsumer } class kernel.MqClientManager{ kernelState } class kernel.PullMessageController{ } class kernel.AllocateMessageQueueStrategy{ } class kernel.ClientFactory{ mqConsumerTable mqProducerTable } class kernel.DefaultMQPushConsumer{ } class kernel.DefaultMQPullConsumer{ to be done } class kernel.DefaultMQProducer{ } class kernel.MqClient{ } class kernel.MessageListener{ } class remoting.RemotingClient{ invokeSync invokeAsync invokeOneWay } class remoting.RemotingCommand{ customHeader requestCode responseCode } class remoting.ClientConfig{ nameSrvAddr clientIP instanceName } class remoting.ClientRequestProcessor{ receive request and invoke the method. GET_CONSUMER_STATUS_FROM_CLIENT GET_CONSUMER_RUNNING_INFO ... } class remoting.SerializerHandler{ JsonSerializer RocketMqSerializer } namespace kernel{ kernel.PullMessageController *-- kernel.ClientFactory:contains MqClientManager o-- PullMessageController MqClientManager o-- ClientFactory kernel.ClientFactory *-- DefaultMQPushConsumer:contains kernel.ClientFactory *-- DefaultMQPullConsumer:contains DefaultMQPushConsumer *-- kernel.MqClient : contains DefaultMQPushConsumer *-- kernel.OffsetStore : contains DefaultMQPushConsumer *-- kernel.Rebalance : contains DefaultMQPushConsumer *-- kernel.ConsumeMessageService : contains kernel.ClientFactory *-- DefaultMQProducer:contains DefaultMQProducer *-- kernel.MqClient :contains } namespace kernel{ MqClient o-- remoting.RemotingClient:contains OffsetStore o-- MqClient Rebalance o-- MqClient Rebalance o-- OffsetStore Rebalance o-- AllocateMessageQueueStrategy ConsumeMessageService o-- SendMessageBackProducerkernel ConsumeMessageService o-- OffsetStore ConsumeMessageService o-- MessageListener } namespace remoting { RemotingClient *-- RemotingCommand RemotingClient *-- ClientConfig RemotingClient *-- ClientRequestProcessor RemotingClient *-- SerializerHandler } note top of remoting.RemotingClient :(sync|aysc|oneWay) note top of remoting :net,serialize,connect,request response @enduml
698134bc5374175073e9e23e28e9bc24b2afc613
4da8d3dea8d3d93a5932ab3e2f3cdce618d04396
/src/main/java/database/database.plantuml
2a9cf607c396ccd7b55b8c3ce919d39e1dfc5184
[ "MIT" ]
permissive
signofthefour/chatServer2
b761fa544c5f3972bbf305942de034c705fcd249
b0d7b919ee7475f8e86486de89264806f4abc316
refs/heads/master
2022-10-14T09:55:32.795035
2020-06-09T22:32:40
2020-06-09T22:32:40
268,006,340
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,229
plantuml
@startuml title __DATABASE's Class Diagram__\n namespace database { class database.AccountManager { + insertUser() + loginValidate() } } namespace database { class database.DatabaseControl { + addNewAccount() {static} + checkDatabase() + connect() + loginValidate() + test() } } namespace database { class database.MysqlUser { - jdbcURL : String - name : String - password : String ~ getJdbcURL() ~ getName() ~ getPassword() } } namespace database { class database.User { - email : String - name : String - password : String + User() + getEmail() + getName() + getPassword() + verifyAccount() - setEmail() - setName() - setPassword() } } database.DatabaseControl o-- database.AccountManager : accountManager database.DatabaseControl o-- database.MysqlUser : mysqlUser 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
5cb43296f946227fe0c9e56decd952034de5605e
691fb0a80441b4c34a51f387ae29e195d8433e76
/src/main/java/com/philips/research/spdxbuilder/persistence/blackduck/blackduck.puml
99e55249a4f2681b31cad48801909cf551e5b1c0
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
syllogy/spdx-builder
34d61813e8c5718a123422a6d28c87f162df0457
66d8d3ad914fa85c7f1997d03deeaec3b2085f94
refs/heads/main
2023-06-01T06:46:09.252197
2021-03-15T16:25:44
2021-03-15T16:25:44
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
687
puml
@startuml title Black Duck BOM representation class License { UUID name:String spdxId:String } class Origin { UUID externalNamespace:String externalId:String } note left of Origin: Provides\nPackage URL class ComponentVersion { UUID + UUID name:String version:String description:String ignored:boolean } ComponentVersion o--> "*" License: licenses\n<AND/OR> ComponentVersion o-d-> "*" Origin: origins ComponentVersion --> "*" ComponentVersion: children class ProjectVersion{ UUID versionName:String } ProjectVersion *-> "*" ComponentVersion: BOM class Project { UUID name:String } Project *-> "*" ProjectVersion @enduml
0b97aa7dc5d2b5624791d099848188a6ca78a7d2
cce29a57ba4a057a882f22a930a104546431ccc4
/ch2/observer_example/pattern_observer.puml
bd13371d18c9102184c2dd1d8b51acf5da6f4281
[]
no_license
Jonghwanshin/embedded_design_pattern
9c98654aa7016ed36f2c7e8bc6db42b013e84160
751ac291d27a336060144c8d805406aa18d5926f
refs/heads/master
2021-04-26T04:39:32.035639
2019-10-05T04:24:36
2019-10-05T04:24:36
124,033,966
2
0
null
null
null
null
UTF-8
PlantUML
false
false
968
puml
@startuml Observer pattern a.k.a "Publish-Subscribe" scale 2 class NotificationHandle{ updateAddr:UpdateFuncPtr } class AbstractSubject{ nSubcribers:int = 0 subscribe(updateFuncAddr:UpdateFuncPtr):void unsubscribe(updateFuncPtr:UpdateFuncPtr):void notify():void } class AbstractObserver <<file>> { update(instanceNum:int, value:int):void install():void deinstall():void } class UpdateFuncPtr{ typedef void (*UpdateFuncPtr)(int instanceNum, int value); } class ConcreteSubject{ } note bottom: Formal Parameters of patterns class ConcreteObserver <<file>> { } note bottom: Formal Parameters of patterns NotificationHandle <-- NotificationHandle : isNotificationHandle NotificationHandle <-- AbstractSubject AbstractSubject <-- AbstractObserver UpdateFuncPtr <.. NotificationHandle: <<usage>> UpdateFuncPtr <.. AbstractSubject: <<usage>> AbstractSubject <|--ConcreteSubject AbstractObserver <|-- ConcreteObserver @enduml
622f5e21f9d8f5b65e239dbd8f5f470029f7f0ef
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/BusinessUnitCreatedMessage.puml
9e9a8d8dda5caeece22f1809a561702ec17b222e
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,185
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 BusinessUnitCreatedMessage [[BusinessUnitCreatedMessage.svg]] extends Message { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] businessUnit: [[BusinessUnit.svg BusinessUnit]] } interface Message [[Message.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
62ec1c8c4a49b2517cb1a6ccaa2bfa2571b1701d
4291ef524e205e9b7c7c479052e1fe40078a1f60
/doc/part_four/sensor.puml
0705aadebd405086c5fbfbb635d0599b09df0876
[ "BSD-2-Clause" ]
permissive
nymann/portfolio-assignment
4136ab71b2bac64d6a4474c76b16ee5e57f9d21d
abb6d840d6d9ae59b90e8417f140c2314b1e7a27
refs/heads/master
2023-04-27T00:19:10.391313
2021-05-21T21:02:46
2021-05-21T21:02:46
367,152,436
0
0
null
null
null
null
UTF-8
PlantUML
false
false
625
puml
@startuml skinparam roundCorner 10 skinparam shadowing false skinparam classFontName Lato skinparam classFontSize 16 skinparam defaultFontName Source Code Pro skinparam defaultFontSize 14 skinparam ClassAttributeFontStyle normal skinparam ClassBackgroundColor white skinparam ClassBorderColor black skinparam ClassBorderThickness 1 skinparam ArrowColor black skinparam linetype polyline abstract class dev.nymann.sensor.Sensor { + {abstract}void start() + {abstract}void stop() } interface dev.nymann.sensor.ISensor { ~ String getName() ~ Double getValue() } dev.nymann.sensor.ISensor <|.. dev.nymann.sensor.Sensor @enduml
4c2bdb182e6b7198ae84444e8580bee1b434b090
1c70d2377c157d5fbdc09fd1b632dc0c4bf995cc
/de.gematik.ti.openhealthcard.events/doc/plantuml/OHCEVENTS/callbacks.plantuml
7b7bed83cd9bb0c3a4d1f9d0e9f5f9e2581df4a5
[ "Apache-2.0" ]
permissive
gematik/ref-OpenHealthCard-Events
8bbe0eadbb401f4266728adfd09f4f6fe53a428c
7e295edba16ded76504226edf8960d7875691b76
refs/heads/master
2022-02-03T17:08:51.607464
2022-01-07T07:35:58
2022-01-07T07:35:58
214,091,929
0
0
null
null
null
null
UTF-8
PlantUML
false
false
933
plantuml
@startuml namespace de.gematik.ti.openhealthcard.events.response.callbacks { interface de.gematik.ti.openhealthcard.events.response.callbacks.ICardAccessNumberResponseListener { {abstract} + handleCan() } } namespace de.gematik.ti.openhealthcard.events.response.callbacks { interface de.gematik.ti.openhealthcard.events.response.callbacks.IGeneralResponseListener { + abortRequest() } } namespace de.gematik.ti.openhealthcard.events.response.callbacks { interface de.gematik.ti.openhealthcard.events.response.callbacks.IPaceKeyResponseListener { {abstract} + handlePaceKey() } } namespace de.gematik.ti.openhealthcard.events.response.callbacks { interface de.gematik.ti.openhealthcard.events.response.callbacks.IPinNumberResponseListener { {abstract} + handlePinNumber() } } @enduml
05982ada862e4c9a098bd67cf2d03ffa8c111c3e
553f0bf87ffb874ea3172086b3671e7524d3fb65
/documents/version6/diagramme.puml
bd9daa1c9e8a8e9af54cb84e92b69209fe94f51d
[]
no_license
MichelGrolet/2d-game
18e6467de68899057d520d61d5a4c18bf47e7acc
5d2714985fa270be60a60e7232d22267dddd7293
refs/heads/main
2023-05-26T06:11:18.518661
2021-06-11T10:00:13
2021-06-11T10:00:13
370,970,154
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,805
puml
@startuml class Main {} class Labyrinthe { - {static} taille : int + Labyrinthe() + Case getCase(int x, int y) + ArrayList<Case> getCasesLibres() + void genererMurs(int choix) + Case[][] getTabCase() } Labyrinthe "1" --> "*" Case : - cases class Case { - x : int - y : int - libre : boolean + Case(int x, int y) + boolean : getLibre() + boolean equals() + int : getX() + int : getY() + void dessiner(Graphics2D g) } class Mur extends Case { + dessiner(Graphics2D g) } class Sol extends Case { - active : boolean + dessiner(Graphics2D g) + void getActive() + void declencherEffet(Personnage p) } abstract class CaseSpeciale extends Sol { + {abstract} void effet() + void declencherEffet(Personnage p) + void dessiner(Graphics2D g) } class CasePiege extends CaseSpeciale { - {static} int DEGATS + void effet() + void declencherEffet(Personnage p) + void dessiner(Graphics2D g) } class CaseForce extends CaseSpeciale { - {static} int BOOST + void effet() + void declencherEffet(Personnage p) + void dessiner(Graphics2D g) } class Entite { - x : Int - y : Int - pv : int - puissance : int + Entite(JeuPerso jeu) + void attaquer(Entite e) + void subirDegats() + boolean etreMort() + int getPuissance() + int getPv() + int getX() + int getY() + void setX(int x) + void setY(int y) + void setPv(int x) + void setPuissance(int x) + ArrayList<Case> deplacementAutour(ArrayList<Case> libres) } class Personnage extends Entite { + Personnage() + String toString() + void seDeplacer(Commande c) + void ramasserObjet(Objet o) } class Monstre extends Entite { - vitesse : int + int getVitesse() + Monstre(int x, int y) + void seDeplacer(ArrayList<Case> libres, Personnage p) } class Fantome extends Monstre { + Fantome(int x, int y) + ArrayList<Case> deplacementAutour(ArrayList<Case> libres) + void dessiner(Graphics2D g) } class Orc extends Monstre { + Orc(int x, int y) + void dessiner(Graphics2D g) } class Gobelin extends Monstre { + Gobelin(int x, int y) + void dessiner(Graphics2D g) } interface Jeu { + void evoluer() + boolean etreFini() } interface DessinJeu { + void dessiner() } class JeuPerso implements Jeu { - timer : int + JeuPerso() + String toString() + void evoluer(Commande commande) + boolean etreFini() + Personnage getPj() + void deplacerMonstres() + void genererMonstres(int nbMonstres) + ArrayList<Case> getCasesLibres() + Labyrinthe getLabyrinthe() + ArrayList<Monstre> getMonstres() + boolean faireApparaitre(Monstre m) } JeuPerso "1" --> "1" Labyrinthe : - labyrinthe JeuPerso "1" --> "1" Personnage : - pj JeuPerso "1" --> "0..*" Monstre : - monstres JeuPerso "1" --> "0..*" Objet : - objets class DessinPerso implements DessinJeu { - {static} int tailleCase + DessinPerso(Jeu j) + void dessinerObjet(String s, int x, int y, BufferedImage im) + void dessiner(BufferedImage im) } DessinPerso "1" -> "1" JeuPerso : - jeu class Objet { - x : int - y : int + Objet(int x, int y) + int getX() + int getY() + void setPersonnage(Personnage p) + void dessiner(Graphics2D g) + void dessinerInventaire(Graphics2D g) } class CreerPattern { - char[][] : pattern1 - char[][] : pattern2 - char[][] : pattern3 + CreerPattern(pattern1, pattern2, pattern3) + void genererPattern() + void main() } class Amulette extends Objet { + void dessiner(Graphics2D g) + void dessinerInventaire(Graphics2D g) } Personnage "0..*" -> "1" Objet : - inventaire Objet "0..1" -> "1" Personnage : p @enduml
164940c946d5b0bdc779ff58e88299871eaeaa1b
ed4c8840395cd0f08ac6a5c8dcc44627995e0c36
/docs/architecture/diagrams/model-view.puml
fa1e17cb7cc08cb112befe8631850baea1c2b060
[]
no_license
lazarljubenovic/grafaro
25de0f7826bc9bcce92a25bc31ee3664e3c99887
596d344a4a2cd105c169ac98c880a857a990c67d
refs/heads/master
2021-01-12T13:20:55.711617
2017-02-23T07:56:27
2017-02-23T07:56:27
72,202,276
1
3
null
null
null
null
UTF-8
PlantUML
false
false
2,467
puml
@startuml package Model { class StateManager <<injectable>> { - _combine$ -_graph -_rootId -_isPlaying$ -_clock$ -_algorithm -_currentStateIndex -_state$ -_getTotalNumberOfStates() -_isFirst() -_isLast() -_fixCurrentStateIndex() -_emitState() +getNormalizedState() +goToFirst() +goToLast() +goToPrevious() +goToNext() +play() +pause() +goTo(stateIndex: number) +getAlgorithm() } class GraphManager <<injectable>> { -_graph -isMaster +graph$ - existsNodeWithLabel(nodeLabel) - existsEdgeWithLabel(edgeLabel) + emit() + getNodeId(nodeLabel) + getEdgeId(edgeLabel) + getNodeLabel(nodeId) + getEdgeLabel(edgeId) + getEdgeByNodes(from, to) + suggestNewNodeName() + suggestNewEdgeName() + addNode(position) + addNodeOnRandomPlace() + removeNode(nodeId) + renameNode(oldNodeLabel, newNodeLabel) + changeNodeWeight(nodeId, newWeight) + renameEdge(oldEdgeLabel, newEdgeLabel) + changeEdgeWeight(edgeId newWeight) + linkNodes(nodeA, nodeB, weight = 1) + linkNodesByLabel(labelA, labelB) + unlinkNodes(nodeA, nodeB) + unlinkNodesByLabel(labelA, labelB) + removeEdge(edgeId) + setPosition(nodeLabel, position) + moveNode(nodeId, position) + graphFromSocket(graphJson) } class AlgorithmManager <<injcetable>> { -algorithmFactory -_algorithmWithOptions +algorithmWithOptions$ +setAndEmit(formOptions) } } package Controler { class AlgorithmPickerComponent <<component>> class ControlsComponent <<component>> class ToolbarComponent <<component>> class GraphComponent <<component>> class AlgorithmComponent <<component>> class DebugTableComponent <<component>> class GraphComponent <<component>> class MatrixComponent <<component>> } class ToolbarService <<injectable>> StateManager ..> "graph$" GraphManager : <<DI>> StateManager ..> "algorithm$" AlgorithmManager : <<DI>> AlgorithmPickerComponent ..> "graph$" GraphManager : <<DI>> AlgorithmPickerComponent ..> "algorithm$" AlgorithmManager : <<DI>> MatrixComponent ..> "graph$" GraphManager : <<DI>> ToolbarService ..> GraphManager : <<DI>> ToolbarComponent ..> ToolbarService : <<DI>> GraphComponent ..> "state$" StateManager : <<DI>> ControlsComponent ..> StateManager : <<DI>> DebugTableComponent ..> StateManager : <<DI>> AlgorithmComponent ..> StateManager : <<DI>> @enduml
f7c9f86ec7fbcd9a85bb60305c2697d1ebdcbad6
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/GUI/IGuiHelper.puml
510c35c5523184c72e352831e5a8660370c98afe
[]
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
299
puml
@startuml interface IGuiHelper { OpenScriptInExternalEditor(stacktrace:string) : bool OpenScriptInExternalEditor(type:Type, method:MethodInfo) : void GetFileOpenInfo(type:Type, method:MethodInfo) : IFileOpenInfo FilePathToAssetsRelativeAndUnified(filePath:string) : string } @enduml
975ba6fa35b38104c806010a9046eea8abfa0958
3ca9e58bcb43c7a06b42770e03482244b09c1df8
/uml/reader/module/reader/class/controller.puml
03ceacc69d68d0e599c1ff3490ca031b617ecf44
[ "Apache-2.0" ]
permissive
yufns/uml
3abca774ef5787d27d09bb3fe0981c86df0e60c3
0173ce1a8138b6e88ed39f08c9c42b22a38c880a
refs/heads/master
2021-11-10T17:50:18.612839
2021-10-25T06:56:02
2021-10-25T06:56:02
145,532,139
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,649
puml
@startuml abstract class PageAnimController{ -- abstract -- {abstract} void dispatchTouchEvent(MotionEvent event, PageCarver pageCarver) {abstract} boolean dispatchDrawPage(Canvas canvas, PageCarver pageCarver) {abstract} void startAnim(int fromIndex, int toIndex, boolean isNext, PageCarver pageCarver)//翻页动画开始 {abstract} void stopAnim(PageCarver pageCarver) } abstract class AbsHorGestureAnimController{ - Scroller mScroller -- abstract -- + abstract void onAnimStart(boolean isCancelAnim); + abstract void onAnimEnd(boolean isCancelAnim); + abstract void onRequestPage(boolean isRequestNext, int fromIndex, int toIndex, float x, float y); + abstract void onDrawAnim(Canvas canvas, boolean isCancelAnim, boolean isNext, PageCarver pageCarver); + abstract boolean isAnimStop(); } class AutoAnimController class NoAnimController class PageTurningAnimController class HorTranslationAnimController interface PageCarver{ void drawPage(Canvas canvas, int index)//区分第一页和其他页 Integer requestPrePage(); Integer requestNextPage(); void requestInvalidate(); int getCurrentPageIndex(); int getContentWidth(); int getContentHeight(); int getScreenWidth(); int getScreenHeight(); int getPageBackgroundColor(); void onStartAnim(boolean isCancel); void onStopAnim(boolean isCancel); } PageCarver --+ PageAnimController PageAnimController <|-- AbsHorGestureAnimController PageAnimController <|-- NoAnimController PageAnimController <|-- AutoAnimController AbsHorGestureAnimController <|-- PageTurningAnimController AbsHorGestureAnimController <|-- HorTranslationAnimController @enduml
3568361540eec8449f29fa8ca62b10b068e795da
dda7b506188d7a34ac15ae3b7c3a55f8c94eabe7
/src/main/java/com/clexel/dp/uml/interface.puml
bafbd1b076407efc18bec33d8c1911bd6fa1201f
[ "Apache-2.0" ]
permissive
jonathanzhan/design-pattern
77e7088c37a40320c94f18f4f68dbfff260639d0
3b118a1e0769b78127ed806b95ff011db5b15be8
refs/heads/master
2021-07-05T21:20:38.942127
2019-08-29T09:37:57
2019-08-29T09:37:57
191,871,045
0
0
Apache-2.0
2020-10-13T13:53:42
2019-06-14T03:37:20
Java
UTF-8
PlantUML
false
false
53
puml
@startuml interface List { size():int } @enduml
44558f289030ada12e5d0e5faeae45352406fa39
4b81e72878f40b705ac32cf8e136311dc4dc3699
/app/src/main/java/sud_tanj/com/icare/Backend/Plugins/Plugins.plantuml
6df777e8d44e06570b0cb543a12a5e1c54f52f74
[]
no_license
sudtanj/iCare-PHR
826f6e1ffa0b4217ed128a36386a7494e22c521e
2d334a5dd7854b8cc204dd8adbe9f74d86c7d694
refs/heads/master
2020-03-23T04:46:07.948787
2019-12-22T03:22:09
2019-12-22T03:22:09
141,104,375
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,051
plantuml
@startuml title __PLUGINS's Class Diagram__\n package sud_tanj.com.icare { package sud_tanj.com.icare.Backend { package sud_tanj.com.icare.Backend.Plugins { abstract class BasePlugin { {static} - basePluginList : List<BasePlugin> + BasePlugin() {static} + init() # onEventListenerFired() + fireEventListener() + onDispose() {static} + getBasePluginList() } } } } package sud_tanj.com.icare { package sud_tanj.com.icare.Backend { package sud_tanj.com.icare.Backend.Plugins { interface PluginListener { {static} + dataSnapshot : DataSnapshot {abstract} + processInBackground() } } } } BasePlugin -up-|> Runnable BasePlugin -up-|> BaseAbstractComponent 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
6e9f03be4091df56be58ff5af94e469f7e2fc003
466b6cc80d7496018369c1eb3d2796f506c37099
/diagram.puml
d4acfbfe40eec051a2f6f818eeaa9b01c3f091bb
[]
no_license
CyanoFresh/oop-coursework-s3
7959da5c3f954a4c112f8287721885481f6c4464
a7bdaf31f291a9a5c8902861434cd4ae68c00d5a
refs/heads/master
2020-09-26T07:40:43.510968
2020-01-06T01:10:22
2020-01-06T01:10:22
210,690,052
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,079
puml
@startuml interface Readable { read() } interface Writeable { write() } class Array<T> { +assign(T) +operator[](int) } class Date { - int year - int month - int day } class Customer { - long id - float total - float discount + operator+(int) } class Product { - string name - float price - bool hasDiscount + operator+(int) } class Order { - Customer customer - Array<Product *> products - Date date - float totalWithDiscount - float total + addProduct(Product) } class DailyReport { - Array<Order *> orders - Date date + addOrder(Order) } Order *- Date Order o-- Product Order o-- Customer DailyReport o-- Order DailyReport *-- Date Writeable <|.. Order Writeable <|. Product Writeable <|. Customer Writeable <|. Date Writeable <|.. DailyReport Readable <|. Date Readable <|. Customer Readable <|. Product Readable <|.. Order Readable <|.. DailyReport class std::invalid_argument { } class ValidationException { } std::invalid_argument <|-- ValidationException @enduml
0e46ac30a07e610f5c574c1984fa0455ae310970
80e2fa90b879f10a582396aa28d98767110fcba9
/src/main/java/AdapterPattern/Adapter_default.puml
fa077e5fea3e21f173759db8a7ced416af9785dc
[]
no_license
zhutianpeng/design-pattern-example
c964ff1c71a023e32bc5abe68182f704ce61c56e
5b8603ce4fa9e39369429ab8b432b7605f00b620
refs/heads/master
2020-08-23T10:32:34.781374
2019-11-04T15:32:05
2019-11-04T15:32:05
216,596,581
0
0
null
null
null
null
UTF-8
PlantUML
false
false
266
puml
@startuml class AbstractService{ +method1() +method2() +method3() +method4() } class ServiceAdapter{ +method1() +method2() +method3() +method4() } class Class{ +method1() +method2() } AbstractService <|.right. ServiceAdapter ServiceAdapter<|-right- Class @enduml
6f400d16a67537870a5f5c70988c2482d05feab7
4e72f7815a4d7103056f782b0b4036fe0f7e4d5a
/django-app/meta_files/diagrams/Controllers.puml
56f2f8933b941fbe16915d5965cf66f4b03b1e42
[]
no_license
krylovam/lfmsh_bank
bc2d561db2971d6845c4f893118d33391f99eace
9e0ffcb61e1db235c199acb2425e78af78b27ad3
refs/heads/master
2023-08-16T19:51:15.762584
2022-07-31T09:06:39
2022-07-31T09:06:39
228,545,204
0
0
null
2019-12-17T06:07:39
2019-12-17T06:07:38
null
UTF-8
PlantUML
false
false
1,170
puml
@startuml title: Controllers skinparam class { BackgroundColor #f5f5f5 ArrowColor #8d7edc BorderColor #8d7edc } class TransactionService{ TransactionControllerFactory transaction_controller_factory + update(Transaction transaction, Map new_creation_map) + create_from_existing(Transaction transaction) + create(Map creation_map, TransactionType type) + revert(Transaction transaction) + apply(Transaction transaction) } class TransactionControllerFactory{ - Map<TransactionType, TransactionController> registred_transaction_controllers + TransactionController get_controller_for(TransactionType) } interface TransactionController <<Singleton>>{ View transactionForm Transaction create(Map creation_map) } class SeminarTransactionController <<Singleton>>{ } class LectureTransactionController <<Singleton>>{ } class DefaultTransactionController <<Singleton>>{ } SeminarTransactionController ..|> TransactionController LectureTransactionController ..|> TransactionController DefaultTransactionController ..|> TransactionController TransactionControllerFactory --* TransactionService TransactionController --* TransactionControllerFactory @enduml
35ce689710f788f17a29d3bd2ee33532da26a2f3
f18ba1fbeb7f8d6149aff64633f9c77a92cfc936
/assignments/k.mukhametzyanov/TP3/tp3.plantuml
47397b03a4efb044597c551cb20eb1fe2715c2b7
[]
no_license
kzvdar42/InnopolisDesignPatterns
c34a728b7964f22a6b774a4616b7ac9515ae6263
b1042e76875c9ccf69017e20edcea4b9e7b5682b
refs/heads/master
2021-02-07T05:17:54.245396
2020-04-19T22:40:48
2020-04-19T22:40:48
243,987,548
0
0
null
2020-02-29T14:54:34
2020-02-29T14:54:34
null
UTF-8
PlantUML
false
false
1,007
plantuml
@startuml title __TP3's Class Diagram__\n namespace pizzas { class pizzas.FourCheesesPizza { } } namespace pizzas { class pizzas.HawaiiPizza { } } namespace pizzas { class pizzas.InnopolisPizza { } } namespace pizzas { abstract class pizzas.Pizza { } } namespace pizzas { abstract class pizzas.Pizzeria { } } namespace pizzas { class pizzas.PizzeriaJimmy { } } namespace pizzas { class pizzas.PizzeriaRobby { } } namespace tests { class tests.Tests { } } pizzas.FourCheesesPizza -up-|> pizzas.Pizza pizzas.HawaiiPizza -up-|> pizzas.Pizza pizzas.InnopolisPizza -up-|> pizzas.Pizza pizzas.PizzeriaJimmy -up-|> pizzas.Pizzeria pizzas.PizzeriaRobby -up-|> pizzas.Pizzeria 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
38abd31fb1fc374b885228a5855bbaf4ce4a292f
63322b93a12eacd297b7e04cafa0ea3b52cc51a6
/test3/pic1.puml
d44fa29a6335691cdaf7951303e436308374a20c
[]
no_license
jen222/is_analysis-6
643adf7c8cb4663fb431a9897bccc9c38416fabd
c5794d6f5a404ce9f9f425a8d8c1a397d1f213a7
refs/heads/master
2020-03-19T08:10:54.500344
2018-06-04T15:02:24
2018-06-04T15:02:24
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
963
puml
@startuml class 书目{ 书目号 } class 图书{ 条形码 ISBN 书名 作者 总数 预定数目 已借出数目 可借数目 } class 预约{ 预约日期 账号 数量 ISBN } class 读者{ 账号 姓名 密码 已借书目 最大可借数目 } class 借阅记录{ 日期 书籍价格 书目 读者账号 } class 逾期记录{ 逾期天数 读者账号 } class 罚款细则{ 每日罚款金额 } class 图书管理员{ 职工号 姓名 账号 密码 } class 超级管理员{ } 书目 "0..*" - "1" 图书 图书 "1"--right--"*"预约 预约 "*"-right-"1"读者 读者 "1"-up-"0..*"借阅记录 借阅记录 "0..1"-left-"1"书目 借阅记录 "1"-"0..1"逾期记录 借阅记录"*"-up-"1"图书管理员 逾期记录"*"--"0..1"罚款细则 图书管理员<|-left-超级管理员 @enduml
10123e82d4015d97e51b3bbab950b8f1b740ea9a
328ad53d13281389d3fbf7aef294ec1f4080c297
/docs/go-graphsync.puml
61f1b2ef7d3208d82d11a62bb48949e6dd21f307
[ "Apache-2.0", "MIT" ]
permissive
jimpick/go-graphsync
8fc83ad2b1c6e8e0b5c367b94268062d1874138d
1bdc5585248c9c77b82473ee2d05a4cd6e25db19
refs/heads/master
2023-02-02T16:07:37.271810
2020-12-17T18:21:23
2020-12-17T18:21:23
301,290,968
0
0
NOASSERTION
2020-10-05T04:22:39
2020-10-05T04:16:20
null
UTF-8
PlantUML
false
false
12,017
puml
@startuml "GraphSync" package "go-ipld-prime" { interface Node { } interface NodeBuilder { } interface Path { } interface Link package traversal { package selector { interface Selector { } } interface AdvVisitFn { } class Config { } class Progress { WalkAdv(Node, Selector, AdvVisitFn) } Progress *-- Config } interface Storer { } interface Loader { } } package "go-graphsync" { interface Cid2BlockFn { } class GraphSync { Request(ctx context.Context, p peer.ID, rootedSelector Node) (chan ResponseProgress, chan error) GetBlocks(ctx context.Context, p peer.ID, rootedSelector Node) (chan blocks.Block, chan error) ReceiveMessage(ctx context.Context, sender peer.ID, incoming GraphSyncMessage) ReceiveError(error) } GraphSync *-- Loader package network { interface Receiver { ReceiveMessage(ctx context.Context, sender peer.ID, incoming GraphSyncMessage) ReceiveError(error) } interface GraphSyncNetwork { SendMessage(ctx context.Context, receiver peer.Id, m GraphSyncMessage) SetDelegate(receiver Receiver) ConnectTo(ctx context.Context, peer.ID) error NewMessageSender(context.Context, peer.ID) (MessageSender, error) } interface MessageSender { SendMsg(context.Context, GraphSyncMessage) error Close() error Reset() error } Receiver <|-- GraphSync : receiver for class libP2PGraphSyncNetwork { } GraphSyncNetwork <|-- libP2PGraphSyncNetwork object "Package Public Functions" as goGraphSyncNetworkPF { NewLibP2PNetwork(host libp2pHost.Host) GraphSyncNetwork } goGraphSyncNetworkPF .. libP2PGraphSyncNetwork } package messagequeue { class MessageQueue { AddRequest(GraphSyncRequest) AddResponses([]GraphSyncResponse, []Block) <-chan struct{} Startup() Shutdown() } object "PackagePublicFunctions" as goMessageQueuePF { New(context.Context, peer.ID, GraphSyncNetwork) *MessageQueue } GraphSync .. goMessageQueuePF MessageQueue *-- GraphSyncNetwork } package peermanager { class PeerManager { Connected(p peer.ID) Disconnected(p peer.ID) ConnectedPeers() []peer.ID GetProcess(peer.ID) PeerProcess } class PeerMessageManager { SendRequest(peer.ID, GraphSyncRequest) SendResponses(peer.ID, []GraphSyncResponse, []Block) } object "Package Public Functions" as goPeerManagerPF { New(ctx context.Context, createPeerProcess func(context, peer.ID) PeerProcess) NewMessageManager(ctx context.Context, createPeerQueue func(context, peer.ID) MessageQueue) } GraphSync .. goPeerManagerPF PeerManager <|-- PeerMessageManager PeerMessageManager *-- MessageQueue } package linktracker { class LinkTracker { ShouldSendBlockFor(Link) bool RecordLinkTraversal(GraphSyncRequestID, Link, bool) FinishRequest(GraphSyncRequestID) bool } object "Package Public Functions" as goLinkTrackerPF { New() *LinkTracker } } package requestmanager { package types { interface ResponseProgress { } interface AsyncLoadResult { } } package "loader" as reqLoader { interface AsyncLoadFn { } object "Package Public Functions" as goRequestLoaderPF { WrapAsyncLoader(context.Context, AsyncLoadFn, GraphSyncRequestID, chan error) } } package asyncloader { package loadattempqueue { interface LoadRequest { } interface LoadAttempter { func(GraphSyncRequestID, ipld.Link) ([]byte, error) } class LoadAttemptQueue { AttemptLoad(LoadRequest, bool) ClearRequest(GraphSyncRequestID) RetryLoads() } object "Package Public Functions" as goLoadAttemptQueuePF { NewLoadRequest(GraphSyncRequestID, ipld.Link, chan AsyncLoadResult) LoadRequest New(LoadAttempter) *LoadAttemptQueue } } package unverifiedblockstore { class UnverifiedBlockStore { AddUnverifiedBlock(ipld.Link, []byte) PruneBlocks(func(ipld.Link) bool) VerifyBlock(ipld.Link) ([]byte, error) } object "Package Public Functions" as goUnverifiedBlockStore { New(Storer) *UnverifiedBlockStore } } package responsecache { class ResponseCache { FinishRequest(GraphSyncRequestID) AttemptLoad(GraphSyncRequestID, ipld.Link) ([]byte, error) ProcessResponse(map[GraphSyncRequestID]Metadata, []blocks.Block) } object "Package Public Functions" as goResponseCachePF { New(UnverifiedBlockStore) *ResponseCache } ResponseCache *-- LinkTracker ResponseCache *-- UnverifiedBlockStore ResponseCache .. goLinkTrackerPF } class AsyncLoader { StartRequest(GraphSyncRequestID) ProcessResponse(map[graphsync.RequestID]metadata.Metadata, []blocks.Block) AsyncLoad(requestID graphsync.RequestID, link ipld.Link) AsyncLoadResult CompleteResponsesFor(GraphSyncRequestID) CleanupRequest(GraphSyncRequestID) } object "Package Public Functions" as goAsyncLoaderPF { New(context.Context, ipld.Loader, ipld.Storer) *AsyncLoader } AsyncLoader *-- LoadAttemptQueue AsyncLoader *-- ResponseCache AsyncLoader *-- Loader AsyncLoader *-- Storer AsyncLoader .. goUnverifiedBlockStore AsyncLoader .. goResponseCachePF AsyncLoader .. goLoadAttemptQueuePF } class RequestManager { SetDelegate(peerHandler PeerMessageManager) SendRequest(ctx context.Context, p peer.ID, cidRootedSelector Node) chan ResponseProgress, chan error ProcessResponses(peer.ID, []GraphSyncResponse, []blocks.Block) } object "Package Public Functions" as goRequestManagerPF { New(ctx context.Context, asyncLoader AsyncLoader) *RequestManager } RequestManager *-- AsyncLoader RequestManager *-- PeerManager RequestManager .. goRequestLoaderPF GraphSync *-- RequestManager GraphSync .. goRequestManagerPF } package responsemanager { package peertaskqueue { package peertask { class Task { } class TaskBlock { MarkPrunable(Identifier) PruneTasks() Index() SetIndex(int) } interface Identifier { } object "Package Public Functions" as goPeerTaskPF { FIFOCompare(a, b *TaskBlock) bool PriorityCompare(a, b *TaskBlock) bool WrapCompare(func(a, b *TaskBlock) bool) func(a, b pq.Elem) bool NewTaskBlock([]Task, int, peer.ID, func([]Task)) *TaskBlock } } package peertracker { class PeerTracker { StartTask(Identifier) TaskDone(Identifier) Index() SetIndex(int) PushBlock(peer.ID, []Task, func([]Task)) PopBlock() *TaskBlock Remove(Identifier) Freeze() Thaw() bool FullThaw() IsFrozen() bool } object "Package Public Functions" as goPeerTrackerPF { New() *PeerTracker PeerCompare(a, b pq.Elem) bool } PeerTracker *-- TaskBlock PeerTracker .. goPeerTaskPF } class PeerTaskQueue { PushBlock(to peer.ID, tasks ...Task) PopBlock() *TaskBlock Remove(identifier Identifier, p peer.ID) ThawRound() FullThaw() } PeerTaskQueue *-- PeerTracker PeerTaskQueue .. goPeerTrackerPF object "Package Public Functions" as goPeerTaskQueuePF { New() *PeerTaskQueue } GraphSync .. goPeerTaskQueuePF } package "loader" as resLoader { object "Package Public Functions" as goResponseLoaderPF { WrapLoader(Loader,GraphSyncRequestID, PeerResponseSender) Loader } } package responsebuilder { class ResponseBuilder { AddBlock(Block) AddLink(GraphSyncRequestID, Link, bool) AddCompletedRequest(GraphSyncRequestID, graphsync.ResponseStatusCode) Empty() bool Build() ([]GraphSyncResponse, []Block, error) } object "Package Public Functions" as goResponseBuilderPF { New() *ResponseBuilder } } package peerresponsemanager { class PeerResponseManager { SenderForPeer(p peer.ID) PeerResponseSender } class PeerResponseSender { Startup() Shutdown() SendResponse(GraphSyncRequestID,Link,[]byte) FinishRequest(GraphSyncRequestID) FinishWithError(GraphSyncRequestID, graphsync.ResponseStatusCode) } object "Package Public Functions" as goPeerResponseManagerPF { New(Context, func(Context, peer.ID) PeerResponseSender) *PeerResponseManager NewResponseSender(Context, peer.ID, PeerMessageManager) PeerResponseSender } PeerResponseManager *-- PeerResponseSender PeerResponseSender *-- LinkTracker PeerResponseSender *-- ResponseBuilder PeerResponseSender *-- PeerMessageManager PeerResponseSender .. goLinkTrackerPF PeerResponseSender .. goResponseBuilderPF GraphSync .. goPeerResponseManagerPF } class ResponseManager { ProcessRequests(context, peer.ID, []GraphSyncRequests) } object "Package Public Functions" as goResponseManagerPF { New(Context, Loader, PeerResponseManager, PeerTaskQueue) *ResponseManager } GraphSync *-- ResponseManager ResponseManager *-- Loader ResponseManager *-- PeerResponseManager ResponseManager *-- PeerTaskQueue ResponseManager .. goResponseLoaderPF GraphSync .. goResponseManagerPF } package message { object "Package Public Functions" as goGraphSyncMessagePF { func FromPBReader(pbr ggio.Reader) (GraphSyncMessage, error) func FromNet(r io.Reader) (GraphSyncMessage, error) func New() GraphSyncMessage func NewRequest(GraphSyncRequestID, []byte, GraphSyncPriority) GraphSyncRequest func CancelRequest(GraphSyncRequestID) GraphSyncRequest func NewResponse(GraphSyncRequestID, graphsync.ResponseStatusCode, []byte) GraphSyncResponse } goGraphSyncMessagePF .. libP2PGraphSyncNetwork class GraphSyncRequest { Selector() []bytes Priority() Priority ID() int IsCancel() bool } class GraphSyncResponse { RequestID() int Status() GraphSyncStatus Extra() []bytes } interface GraphSyncMessage { Requests() : []GraphSyncRequest Responses() : []GraphSyncResponse Blocks() : []Blocks AddRequest(GraphSyncRequest) AddResponse(GraphSyncResponse) AddBlock(Block) } interface Exportable { ToProto() ToNet(w io.Writer) error } Exportable --|> GraphSyncMessage GraphSyncRequest --* GraphSyncMessage GraphSyncResponse --* GraphSyncMessage } package ipldutil { object "Package Public Functions" as goIpldutilPF { EncodeNode(ipld.Node) ([]byte, error) DecodeNode([]byte) (ipld.Node, error) ParseSelector(selector ipld.Node) (Selector, error) Traverse(ctx context.Context, loader Loader, root ipld.Node, s Selector, fn AdvVisitFn) error } } object "PackagePublicFunctions" as goGraphsyncPf { New(ctx context.Context, network GraphSyncNetwork, loader Loader, storer Storer) GraphSync } } package "go-filecoin" { class "go-filecoin" { } "go-filecoin" *-- GraphSync "go-filecoin" .. goGraphsyncPf "go-filecoin" .. goGraphSyncNetworkPF "go-filecoin" *-- RawLoader "go-filecoin" *-- MulticodecDecodeTable "go-filecoin" *-- LinkTargetNodePrototypeChooser } @enduml
532a20888dd5121300e2764c807382cdd9eec422
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderReturnShipmentStateChangedMessagePayload.puml
0e08fcfb8533835d56fe88fcf865b1273adf80cd
[]
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
559
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 OrderReturnShipmentStateChangedMessagePayload [[OrderReturnShipmentStateChangedMessagePayload.svg]] extends OrderMessagePayload { type: String returnItemId: String returnShipmentState: [[ReturnShipmentState.svg ReturnShipmentState]] } interface OrderMessagePayload [[OrderMessagePayload.svg]] { type: String } @enduml
1be688ffe2b94df90fbc5fe31e5d341a07ea1994
9566136f1070141f817bb9ae8b224c5517a05ec7
/test6/src/Class.puml
8a4255d2e5c61e0d042656d00cb8e0bc8f746b58
[]
no_license
zhugenlai/is_analysis
32e687c5754a32f97aadcbdd028ff79f0e9605ce
9243c98b81970091f0fbc735e9a311c213d35732
refs/heads/master
2018-09-25T20:37:55.726227
2018-06-07T06:31:49
2018-06-07T06:31:49
125,833,386
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,654
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> (老师工号) teacher_name (老师姓名) teacher_department (老师所属部门) teacher_term(授课学期) teacher_discipline(授课课程) } class students{ <b>student_id</b> (学号) student_name (姓名) student_class (班级) student_sum(成绩汇总) web_sum(网页正确与否汇总) student_term(选课学期) student_discipline(选课课程) } class courses { course_id (课程编号) course_name (课程名称) course_time (课程时长) user_id (用户id) } class terms{ <b>term_id</b>(学期编号) term_name(学期名称) } class grades { <b>student_id</b> (学号) <b>test_id</b> (实验编号) result (分数) memo (评价) update_date (评改日期) } teachers"1" *--"1"Student_list Student_list : student_id(学生学号) Student_list : student_name(学生姓名) class tests { <b>test_id</b> (实验编号) title (实验名称) desc(实验要求) course_id(所属课程的编号) teacher_id(发布实验老师的编号) link(实验链接) } users <|- students users <|-- teachers students "1" -- "n" grades tests "1" -- "n" grades terms "1" -- "n" courses teachers"1" -- "n"courses @enduml
95b1d46d4256ea9dc56878b857b2fcb2d6d61b40
6bbee52d396d1aca9dfeb24d5d4a93293e49470c
/src/main/java/com/inspiware/price/aggregator/store/store.plantuml
af2e6e9438d7096aa84d3f75d1d20eb16dca3813
[]
no_license
rpayal/price-aggregator
5d99dc92b87398c2f8001921e0b774eda6e4a86e
49df131fc3a22dc35fc4d7eb11a12e0a453b1d5f
refs/heads/master
2021-09-22T01:24:42.470662
2018-09-04T06:49:54
2018-09-04T06:49:54
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
991
plantuml
@startuml title __STORE's Class Diagram__\n package com.inspiware.price.aggregator { package com.inspiware.price.aggregator.store { class InstrumentPriceMapStore { - name : String - internalStore : ConcurrentMap<K, V> + InstrumentPriceMapStore() + getName() + get() + getAll() + addOrUpdatePrice() + delete() } } } package com.inspiware.price.aggregator { package com.inspiware.price.aggregator.store { interface Store { {abstract} + get() {abstract} + getAll() {abstract} + addOrUpdatePrice() {abstract} + delete() } } } InstrumentPriceMapStore -up-|> Store InstrumentPriceMapStore o-- K : instrumentPriceKey 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
babe0e14d4cac318ad73303bd1d3deb1a8fbc793
a59ae1fdcde1e543454f10f63d0d4f8c1dc6c563
/Udemy-Java-Kurs-OOP_II/src/com/company/company.plantuml
1ff2fc5f66fb97d2eeca676c0a2d731cffd32928
[]
no_license
MesutCevik/JavaLeichtGemacht
5f15b6be1e68b16a99d7b61b086e01e51c3c018a
9cee1733935aafe6b814ddca2364a6212a7efc37
refs/heads/master
2020-04-15T16:19:53.124237
2019-03-06T12:09:07
2019-03-06T12:09:07
164,494,367
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,509
plantuml
@startuml title __COMPANY's Class Diagram__\n package com.company { class Audi { ~ quattro : boolean + Audi() + starten() } } package com.company { class Auto { ~ marke : String ~ ps : int ~ tuerenAnzahl : int ~ fahrzeugTyp : String + Auto() + starten() } } package com.company { class BMW { ~ xDrive : boolean + BMW() + starten() } } package com.company { class Hund { ~ zaehne : int + Hund() + bellen() + essen() } } package com.company { class Kuh { ~ hufe : int + Kuh() + essen() } } package com.company { class Main { {static} + main() } } package com.company { class Mercedes { } } package com.company { class Opel { } } package com.company { class Schaf { ~ mengeWolle : int + rasieren() } } package com.company { class Tier { ~ name : String ~ gewicht : int ~ groesse : int + Tier() + essen() } } package com.company { class VW { } } Audi -up-|> Auto BMW -up-|> Auto Hund -up-|> Tier Kuh -up-|> Tier 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
634ad5ed09dd74b2d44d690a5e5f022bda497e49
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/acceptance-of-delivery@0.13.2.puml
8c47b81b7d492f3c59e1c3ac9fcc7b3f2c3bbd59
[ "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,030
puml
@startuml class org.accordproject.acceptanceofdelivery.InspectDeliverable << (T,yellow) >> { + DateTime deliverableReceivedAt + Boolean inspectionPassed } org.accordproject.acceptanceofdelivery.InspectDeliverable --|> org.accordproject.cicero.runtime.Request class org.accordproject.acceptanceofdelivery.InspectionStatus << (E,grey) >> { + PASSED_TESTING + FAILED_TESTING + OUTSIDE_INSPECTION_PERIOD } class org.accordproject.acceptanceofdelivery.InspectionResponse << (T,yellow) >> { + InspectionStatus status + Organization shipper + Organization receiver } org.accordproject.acceptanceofdelivery.InspectionResponse --|> org.accordproject.cicero.runtime.Response class org.accordproject.acceptanceofdelivery.AcceptanceOfDeliveryClause << (A,green) >> { + Organization shipper + Organization receiver + String deliverable + Long businessDays + String attachment } org.accordproject.acceptanceofdelivery.AcceptanceOfDeliveryClause --|> org.accordproject.cicero.contract.AccordClause @enduml
a527af875b136873b354a317412b5583260402f5
21607427b056effbb50bbdc7a05d3e26705455af
/app/docs/asciidoc/models/modelui3.puml
2e69dac7495db4e2514cc38c598db994b6c6ec2d
[ "Apache-2.0" ]
permissive
Kazetavi/Sonofy
302d17585945847c4eb2972113991cc547823fa6
dbbfe3791bfa1f3d9fef6185d4ea4725789292d6
refs/heads/master
2023-02-08T15:43:15.903753
2020-12-31T20:01:47
2020-12-31T20:01:47
325,859,551
0
0
Apache-2.0
2020-12-31T19:12:49
2020-12-31T19:11:36
null
UTF-8
PlantUML
false
false
1,154
puml
@startuml modelui3 title <size:30><b>Diagramme de classes ui pour l'ajout de publication</b></size> package app{ package ui{ package addpublication{ class AddPublicationActivity extends AppCompatActivity{ # addPublicationViewModel : AddPublicationViewModel - titreMusiqueEditText : EditText - youtubeVideoIdEditText : EditText - publierButton : Button - progressBar : ProgressBar; + onCreate(savedInstanceState : Bundle) :void } class AddPublicationViewModel extends ViewModel{ - TAG : String client : OkHttpClient - isPublicationSaved : MutableLiveData<Boolean> - isLoading : MutableLiveData<Boolean> + isPublicationSaved() : MutableLiveData<Boolean> + isLoading() : MutableLiveData<Boolean> savePublication(titre : String, videoId : String) : void addPublication(titre : String, videoId : String) : void } AddPublicationActivity -[hidden]- AddPublicationViewModel } } } @enduml
9f6f1fcf8f699d852532f5282a7108675488aff5
99f487418f83f529029c110a27d57c1f4b5c1561
/Docs/Diagrams/Message_Bus_Class_Diagram.puml
1a25c17f0cf07fcfc24aeebbf7d05cb685f3a294
[ "MIT" ]
permissive
felipe-coutto/skirmisher-engine
adf9311ac470505b05c586128cc060a293beed6e
ce29f3c369e34bcb154f4f941de5645a48e4c738
refs/heads/main
2023-01-03T09:19:46.003227
2020-10-30T10:36:30
2020-10-30T10:36:30
304,119,497
0
0
null
null
null
null
UTF-8
PlantUML
false
false
830
puml
@startuml title Message Bus Interface IPublishMessage { +void publish(Message) } Interface ISubscribeMessage { +void subscribe(MessageType) +void unsubscribe(MessageType) +bool getNextMessage(out Message) } class Publisher implements IPublishMessage { -string m_name -BusPtr m_bus_ptr } class Bus { +PublisherPtr createPublisher(name) +SubscriberPtr createSubscriber(name) ~void publishMessage(msg, publisher) -map<MessageType, ListenerPtr> m_message_sub -list<Publisher> m_publishers } class Subscriber implements ISubscribeMessage { ~void deliverMessage(Message) -string m_name -BusPtr m_bus_ptr -queue<Message> m_message_queue } abstract Message { -string m_publisher_name - } Publisher -> Bus Bus -> Subscriber Subscriber - Message @enduml
988577d18d9e3114238dcc8284582bcd88a18b4e
f2b3f0970d1b8c52a9cec82be4107ffe1f33a8a2
/lei20_21_s4_2dk_03/docs/USE_CASES/UC6-2002#3/CD.puml
a8dc7d104d6a0d6f514830baedc524e4a178fbbd
[ "MIT" ]
permissive
antoniodanielbf-isep/LAPR4-2021
b98ed96809e4726957ede0904b4265825a1083c6
f665064e65cc4f917514c10950af833f053c9b3b
refs/heads/main
2023-05-31T14:29:45.364395
2021-06-20T17:55:26
2021-06-20T17:55:26
378,706,704
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,441
puml
@startuml 'https://plantuml.com/class-diagram class EspecificarServicoUI <<presentation>>{ } class EspecificarServicoController <<application>>{ createServico(codigoUnico, tituloServico, requerFeedback) mostrarCatalogos() associarCatalogo(cat) associarKeywords() associarIcone() associarDescBreve() associarDescCompleta() guardarServico() especificarFormulario() adicionarNomeFormulario(NomeFormulario) adicionarAtributoFormulario(nomeVariavelAtributo,EtiquetaApresentacaoAtributo,\nDescricaoAjudaAtributo,TipoDadosBaseAtributo,ExpressaoRegularAtributos) adicionarScriptValidacaoFormulario(ScriptValidacaoFormulario) procurarServico(codigoUnicoServico) } interface RepositoryFactory <<factory>>{ servicos() catalogos() } class PersistenceContext <<Persistence>>{ repositories() } class Servico <<domain>>{ create(codigoUnico,tituloServico) associarFormularioAServico(formulario) associarCatalogo(cat) associarKeywords() associarIcone() associarDescBreve() associarDescCompleta() } class ServicoBuilder <<Builder>>{ withCatalogo(cat) withKeywords() withcone() withDescBreve() withDescCompleta() createServico() withFormularioAServico(formulario) buidl() } class ServicoRepository <<repository>>{ create() findById(codigoUnicoServico) save(servico) } class CatalogoRepository <<repository>>{ create() findAll() } class Formulario <<domain>>{ adicionarNomeFormulario(NomeFormulario) adicionarAtributoRequeridoFormulario(novoAtributoRequeridoFormulario) adicionarScriptValidacaoFormulario(ScriptValidacaoFormulario) } class Script <<domain>>{ } class NivelCriticidade <<domain>>{ } class AtributoRequeridoFormulario <<domain>>{ create(nomeVariavelAtributo,EtiquetaApresentacaoAtributo,DescricaoAjudaAtributo,\n TipoDadosBaseAtributo,ExpressaoRegularAtributos) } EspecificarServicoUI --> EspecificarServicoController : theController EspecificarServicoUI ..> Servico : Servico EspecificarServicoController --> Servico : Servico EspecificarServicoController --> Formulario : Formulario Formulario --> AtributoRequeridoFormulario : AtributoRequeridoFormulario Servico --> Script : Script Servico --> NivelCriticidade : NivelCriticidade EspecificarServicoController --> ServicoBuilder : theBuilder EspecificarServicoController --> RepositoryFactory : factory EspecificarServicoController --> PersistenceContext : persistence PersistenceContext --> ServicoRepository : repo PersistenceContext --> CatalogoRepository : repo @enduml
d5a842b728378e4e4cdba704a0d09964fe1ad602
065da8d391be577d7fc71aa024ab81e35c39618b
/PlantUml/Dolphin.Common/InvalidIndexException.puml
d644eb14ea33f35263ff5c29c2175681ac61dae2
[]
no_license
leoshiang/Dolphin.CSharp
1fc921ea04a4a721b49557748f7ca15f89f9e414
61438432f088c6b380356afdcba4c627985fa152
refs/heads/master
2023-04-17T03:59:19.871766
2023-03-30T02:03:42
2023-03-30T02:03:42
204,225,824
0
0
null
2022-12-08T04:32:20
2019-08-25T00:02:55
C#
UTF-8
PlantUML
false
false
222
puml
@startuml class InvalidIndexException { + InvalidIndexException() + InvalidIndexException(message:string) + InvalidIndexException(message:string, inner:Exception) } Exception <|-- InvalidIndexException @enduml
6dc331c81f04a689884cf027b29eb7ace246a2ee
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/GraphQLAttributeNameDoesNotExistError.puml
9ce8ae29d6e9acb9610c53beed29561b77a672ed
[]
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
475
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 GraphQLAttributeNameDoesNotExistError [[GraphQLAttributeNameDoesNotExistError.svg]] extends GraphQLErrorObject { code: String invalidAttributeName: String } interface GraphQLErrorObject [[GraphQLErrorObject.svg]] { code: String } @enduml
34b6728e14769c371ddd0f46a532b01871b3b969
261f3d4fd238b13676398b33df2304142bf505a0
/docs/EventDiagram/EventArchi2.puml
333ebff6b249b9f72747443c6c54d9e38bb796a6
[]
no_license
AY2021S1-CS2113T-F14-1/tp
8a917e7e02274af464095b31ee695282f294737c
9e05f06f9f338e4059e96faa992c22a1bad412e7
refs/heads/master
2023-01-09T19:46:16.021830
2020-11-13T12:07:10
2020-11-13T12:07:10
300,518,941
0
4
null
2020-11-13T12:07:11
2020-10-02T06:13:45
Java
UTF-8
PlantUML
false
false
262
puml
@startuml scale max 1024 width hide circle class "{abstract} \n Command" { } "{abstract} \n Command" <|-down- EventCommands EventCommands -down> Event Eventlist -> EventCommands EventCommands -> Eventlist Duke -> Ui Ui -> "{abstract} \n Command" @enduml
13036ba39a34b428b240acc4ecaaf8844428980a
912d65be9bbd436a671d948abe8dadf356eb5216
/src/main/java/com/kafka/dao/dao.plantuml
f12401b96a591ad4b71193ca5c34612fa29ebe1a
[]
no_license
ljhpole/netty-lecture
02318e9992f488f03425c93b981e8718582b1b4b
a20bef9e6db5d1061a6f37ec0593087588ea1a0a
refs/heads/main
2023-02-24T21:52:42.964037
2021-01-31T15:35:18
2021-01-31T15:35:18
334,686,240
0
1
null
2021-01-31T15:35:19
2021-01-31T15:19:40
null
UTF-8
PlantUML
false
false
350
plantuml
@startuml title __DAO's Class Diagram__\n namespace com.kafka { namespace dao { class com.kafka.dao.OriginalData { } } } 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
7932387d5bea493c7a0c4efce4809e75b374b24f
9e418a0fb69b8ee356d5c1d5d009706394edf54d
/SingleClass/ICommentForm.plantuml
a3794e6dc4ae8c8c8bdca76d93e04fb03c042d57
[]
no_license
anonyhostvn/OOAD-Diagram
67f3a3a4aa976ee8459d3f4801147ddd1382e41e
f8f7a0e4ba826335cc964d3b73bebea3f4f857e4
refs/heads/master
2023-01-10T04:26:29.983705
2020-11-13T10:08:12
2020-11-13T10:08:12
311,749,932
0
0
null
null
null
null
UTF-8
PlantUML
false
false
237
plantuml
@startuml iCommentForm class ICommentForm <<interface>> { + create_comment(token, topic_id, posted_by, content, resource) + validate(token, topic_id, posted_by, content, resource) + delete_comment(token, comment_id) } @enduml
d115a0a657a7d55233c59d1331586a0b86b5b5c7
c3871e3e33b6862aa9747997af2d9f5e714a00c7
/app/src/main/java/com/lt/personal_stadiumbookingsystem/ui/fragment/fragment.plantuml
9c20c02b7ab06d68cfd7f3a98f2ed13b604c5524
[]
no_license
zuilintan/Personal_StadiumBookingSystem_Client
47610baea349acbc4d6b4744aacedc134ba53a0d
c5bd349196cf4c8bf95c1b0979e4b75de625a926
refs/heads/master
2020-06-03T22:25:35.310902
2019-06-13T12:12:41
2019-06-13T12:12:41
191,756,309
4
0
null
null
null
null
UTF-8
PlantUML
false
false
2,332
plantuml
@startuml title __FRAGMENT's Class Diagram__\n package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.fragment { class GymFragment { - mSrlGym : RefreshLayout - mGymList : List<Gym> - mLayoutManager : GridLayoutManager - mRcvGym : RecyclerView {static} + newInstance() # setLayoutResId() # bindData() # bindView() # initData() # initView() # initListener() } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.fragment { class HistoryFragment { - mOrderList : List<Order> - mSrlHistory : RefreshLayout - mLayoutManager : LinearLayoutManager - mRcvHistory : RecyclerView - mPage : int - mLimit : int {static} + newInstance() # setLayoutResId() # bindData() # bindView() # initData() # initView() # initListener() } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.fragment { class MeFragment { - mSrlMe : SmartRefreshLayout - mIvMeAvatar : ImageView - mTvMeNickname : TextView - mTvMeCoin : TextView - mCslMeInfo : ConstraintLayout - mCslMeTheme : ConstraintLayout - mCslMeSetting : ConstraintLayout - mCslMeAbout : ConstraintLayout {static} + newInstance() # setLayoutResId() # bindData() # bindView() # initData() # initView() # initListener() - setAvatar() - setNickName() - setCoin() } } } GymFragment -up-|> BaseFragment GymFragment o-- GymAdapter : mGymAdapter SavedState -up-|> Parcelable HistoryFragment -up-|> BaseFragment HistoryFragment o-- HistoryAdapter : mHistoryAdapter SavedState -up-|> Parcelable MeFragment -up-|> BaseFragment SavedState -up-|> Parcelable 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
4c76e73eec407657bddb610e054ce9a25c3a1b17
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedOrderAddLineItemAction.puml
d5f0dd0e492b75ab8a2a9c3e07ab80242824f952
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,108
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 StagedOrderAddLineItemAction [[StagedOrderAddLineItemAction.svg]] extends StagedOrderUpdateAction { action: String key: String productId: String variantId: Long sku: String quantity: Long addedAt: DateTime distributionChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] externalPrice: [[Money.svg Money]] externalTotalPrice: [[ExternalLineItemTotalPrice.svg ExternalLineItemTotalPrice]] externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]] inventoryMode: [[InventoryMode.svg InventoryMode]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] { action: String } @enduml
670806e747b2c41abd4c5b4db3e14f05d0d7802e
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/designpattern/concept-abstractfactory-1.plantuml
b8d2086cd7b784aee1e7919301948633471a67ab
[ "CC-BY-3.0-US", "BSD-3-Clause", "WTFPL", "GPL-1.0-or-later", "MIT", "OFL-1.1" ]
permissive
windowforsun/blog
4a341a9780b8454a9449c177f189ca304569031b
b0bce013f060f04a42dfa7ef385dbeea1644fdab
refs/heads/master
2023-09-04T03:17:39.674741
2023-08-21T14:39:37
2023-08-21T14:39:37
170,632,539
0
1
MIT
2023-09-05T17:48:27
2019-02-14T05:26:51
HTML
UTF-8
PlantUML
false
false
840
plantuml
@startuml package factory <<folder>> { abstract class AbstractFactory{ {abstract} createProduct1() {abstract} createProduct2() } abstract class AbstractProduct1 { {abstract} doSomethingProduct1() } abstract class AbstractProduct2 { {abstract} doSomethingProduct2() } } package concretefactory <<folder>> { class ConcreteFactory { createProduct1() createProduct2() } class ConcreteProduct1 { doSomethingProduct1() } class ConcreteProduct2 { doSomethingProduct2() } } AbstractFactory <|-- ConcreteFactory AbstractProduct1 <|-- ConcreteProduct1 AbstractProduct2 <|-- ConcreteProduct2 AbstractProduct1 <-left- AbstractFactory : < Creates AbstractProduct2 <-right- AbstractFactory : < Creates ConcreteProduct1 <-left- ConcreteFactory : < Creates ConcreteProduct2 <-right- ConcreteFactory : < Creates @enduml
9d4c0f57c99776cbeaa119a166b81e053c80e9b4
3369be282c316d3230e0986e803f85effe7f6c3b
/uml/InventoryManagerDiagram.puml
48b3171db0b13b7daebe4ebb848c254b200a1ca8
[]
no_license
joshfeds/Inventory-Manager-Summer-2021
bf496feb1a60c4eb1ddbe64f6a9edeee3281d640
95942c4563d833e6829f0349a5b7bdb002750fd8
refs/heads/master
2023-06-22T17:58:52.570047
2021-07-26T02:40:35
2021-07-26T02:40:35
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,644
puml
@startuml 'https://plantuml.com/class-diagram MainApp --|>InventoryManager Item --*InventoryManager InventoryManager --|> EditItem InventoryManager --|> ValidateItem InventoryManager --|> FileMenu InventoryManager --|> SearchItem InventoryManager --|> ErrorWindow class EditItem{ editName() editSerial() editValue() } class ErrorWindow{ } class FileMenu{ fileExists() createTSV() listToTabString() createHTML() listToHTML() loadTSV() listFromTSV() loadHTML() listFromHTML() } class InventoryManager{ --Public-- +ObservableList<Item> list +FilteredList<Item> filteredList +SortedList<Item> sortedList --Private-- -nameID -serialCodeID -searchNumberID -searchNameID -fileNameID -fileLocationID -tableView -editItem -nameColumn -serialColumn -valueColumn --Initialize List-- initialize() --Sort List-- SortButton() --TextField-- nameField() serialCodeField() valueField() searchNumberField() searchNameField() editItemField() fileNameField() fileLocationField() --Add/Remove addItemButton() removeItemButton() --Search-- searchNameButton() searchNumberButton() --Edit-- editNameButton() editSerialCodeButton() editValueButton() --Save/Load-- saveTSVButton() saveHTMLButton() loadTSVButton() loadHTMLButton() --Get Selected Item-- getCurrentItem() } class Item{ --Item-- name serial value Item --Getter-- getName() getSerial() getValue() --Setter-- setName() setSerial() setValue() } class MainApp{ main() start() } class SearchItem{ nameExists() serialExists() } class ValidateItem{ --Checks Item Input-- addItem() isName() isSerial() isValue() --Value to Dollar-- formatToDollar() --Add or Remove Item-- addToList() removeFromList() } @enduml
98f6eb8afc86cb9365cb491b680974adbb52b6cc
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/in_progress_builds/diagrams/presentation_layer_strategies_class_diagram.puml
a1f9ad7a5c36792e64771268ec34b4f400f64cc1
[ "Apache-2.0" ]
permissive
solid-vovabeloded/flank-dashboard
7e952fa1399585d3f15cae2ed2cab435fb82df3f
15dae0c40823cc12886a1bb0c087442c0697ac89
refs/heads/master
2023-07-11T19:54:58.430004
2021-08-06T10:29:26
2021-08-06T10:29:26
389,593,827
0
0
Apache-2.0
2021-07-26T10:33:52
2021-07-26T10:25:59
null
UTF-8
PlantUML
false
false
4,720
puml
@startuml presentation_layer_class_diagram 'https://plantuml.com/class-diagram left to right direction hide empty members package presentation { package widgets as PW { class ProjectBuildStatus { + buildStatus: ProjectBuildStatusViewModel + buildStatusStyleStrategy: ProjectBuildStatusStyleStrategy + build(BuildContext): Widget } class BuildResultBarGraph { + buildResultMetric: BuildResultMetricViewModel + durationStrategy: BuildResultDurationStrategy + build(BuildContext): Widget } class BuildResultBarComponent { + buildResult: BuildResultViewModel + strategy: BuildResultBarPaddingStrategy + build(BuildContext): Widget } class BuildResultBar { + buildResult: BuildResultViewModel + build(BuildContext): Widget } class BuildResultPopupCard { + buildResultPopupViewModel: BuildResultPopupViewModel + build(BuildContext): Widget } class StabilityCirclePercentage { + stability: StabilityViewModel + build(BuildContext): Widget } class CoverageCirclePercentage { + coverage: CoverageViewModel + build(BuildContext): Widget } BuildResultBarGraph -left-> BuildResultBarComponent: uses BuildResultBarComponent -left-> BuildResultPopupCard: uses BuildResultBarComponent -left-> BuildResultBar: uses } package strategies { class BuildResultBarAppearanceStrategy<MetricsColoredBarStyle, BuildStatus> { + getWidgetAppearance(MetricsThemeData themeData, BuildStatus status): MetricsColoredBarStyle } class BuildResultBarPaddingStrategy { + buildResults: List<BuildResultViewModel> + getBarPadding(BuildResultViewModel): EdgeInsets } class BuildResultPopupImageStrategy<BuildStatus> { + getImageAsset(BuildStatus): String } class MetricsValueStyleStrategy<CirclePercentageStyle, double> { + {static} //static// highPercentBound: double; + {static} //static// mediumPercentBound: double; + {static} //static// lowPercentBound: double; + getWidgetAppearance(MetricsThemeData metricsTheme, double value): CirclePercentageStyle } class ProjectBuildStatusImageStrategy<BuildStatus> { + getImageAsset(BuildStatus): String } class ProjectBuildStatusStyleStrategy<ProjectBuildStatusStyle, BuildStatus> { + getWidgetAppearance(MetricsThemeData metricsTheme, BuildStatus value): ProjectBuildStatusStyle } class BuildResultDurationStrategy { + getBuildDuration(BuildResultViewModel, Duration): Duration } } ProjectBuildStatus --> ProjectBuildStatusStyleStrategy: uses ProjectBuildStatus --> ProjectBuildStatusImageStrategy: uses BuildResultBarGraph --> BuildResultDurationStrategy: uses BuildResultBarComponent --> BuildResultBarPaddingStrategy: uses BuildResultBar --> BuildResultBarAppearanceStrategy: uses BuildResultPopupCard --> BuildResultPopupImageStrategy: uses StabilityCirclePercentage --> MetricsValueStyleStrategy: uses CoverageCirclePercentage --> MetricsValueStyleStrategy: uses } package common.presentation as CP { package value_image.strategy as valueimage { interface ValueBasedImageAssetStrategy<T> { + {abstract} getImageAsset(T value): String } } package metrics_theme.widgets.strategy as theme { interface ValueBasedAppearanceStrategy<ReturnType, ValueType> { + {abstract} getWidgetAppearance(MetricsThemeData themeData, ValueType value): ReturnType } } package colored_bar.strategy as coloredbar { interface MetricsColoredBarAppearanceStrategy<MetricsColoredBarStyle, T> { + {abstract} getWidgetAppearance(MetricsThemeData themeData, T value): MetricsColoredBarStyle } } ValueBasedAppearanceStrategy <|-- MetricsColoredBarAppearanceStrategy ValueBasedAppearanceStrategy -[hidden]down-> ValueBasedImageAssetStrategy MetricsColoredBarAppearanceStrategy -[hidden]left--> ValueBasedImageAssetStrategy } BuildResultBarAppearanceStrategy .|> MetricsColoredBarAppearanceStrategy ProjectBuildStatusStyleStrategy ..|> ValueBasedAppearanceStrategy MetricsValueStyleStrategy ..|> ValueBasedAppearanceStrategy BuildResultPopupImageStrategy ..|> ValueBasedImageAssetStrategy ProjectBuildStatusImageStrategy ...|> ValueBasedImageAssetStrategy @enduml
a639b8b6da0cd99f137a552371bf09a3a80e12ff
6c21f810f45b6eff4b8accddfe5b35bcf9672d58
/app/src/main/java/com/example/farmersmarket/fragment/fragment.plantuml
f59849459bb2df01d871c1544655ed87ce6cee8c
[]
no_license
hieuthanh19/farmer_market
b59a0d29a437203641bc07102018a5b1b94cb0bc
2ea33a5d957317ad507371d8f92d3fb724cfc7d0
refs/heads/master
2023-08-15T00:44:18.507238
2021-09-17T03:07:59
2021-09-17T03:07:59
309,298,108
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,936
plantuml
@startuml title __FRAGMENT's Class Diagram__\n namespace com.example.farmersmarket { namespace fragment { class com.example.farmersmarket.fragment.AccountFragment { - logoutBtn : Button - warehouse : TextView + AccountFragment() {static} + newInstance() + onCreate() + onCreateView() } } } namespace com.example.farmersmarket { namespace fragment { class com.example.farmersmarket.fragment.CategoryFragment { {static} + CATEGORY : String {static} - ARG_PARAM2 : String - mParam1 : String - mParam2 : String + CategoryFragment() {static} + newInstance() + onCreate() + onCreateView() } } } namespace com.example.farmersmarket { namespace fragment { class com.example.farmersmarket.fragment.HomeFragment { ~ bannerImages : int[] ~ carouselView : CarouselView ~ home_cart : ImageButton + HomeFragment() {static} + newInstance() + onCreate() + onCreateView() - imageListener() } } } namespace com.example.farmersmarket { namespace fragment { class com.example.farmersmarket.fragment.InfomationCheckoutFragment { ~ arrCart : List<OrderDetail> ~ btnCheckOut : Button ~ fragmentCheckouttxtAddressResult : TextView ~ fragmentCheckouttxtProductCostResult : TextView ~ fragmentCheckouttxtShippingCostResult : TextView ~ fragmentCheckouttxtShippingUnitResult : TextView ~ fragmentCheckouttxtTotalCostResult : TextView ~ imgClose : ImageView ~ totalPriceProduct : double + findView() + onCreate() + onCreateView() - getDateTime() } } } namespace com.example.farmersmarket { namespace fragment { class com.example.farmersmarket.fragment.LoginConfirmFragment { - inputPassword : TextInputLayout + LoginConfirmFragment() {static} + newInstance() + onCreate() + onCreateView() - isFilled() - login() } } } namespace com.example.farmersmarket { namespace fragment { class com.example.farmersmarket.fragment.LoginPhoneFragment { {static} + tempAccount : Account - inputPhone : TextInputLayout - signUp : TextView + LoginPhoneFragment() {static} + newInstance() + onCreate() + onCreateView() - isFilled() - loadFragment() - login() } } } namespace com.example.farmersmarket { namespace fragment { class com.example.farmersmarket.fragment.NotificationFragment { {static} - ARG_PARAM1 : String {static} - ARG_PARAM2 : String - mParam1 : String - mParam2 : String + NotificationFragment() {static} + newInstance() + onCreate() + onCreateView() } } } namespace com.example.farmersmarket { namespace fragment { class com.example.farmersmarket.fragment.OrderFragment { ~ arrOrder : List<Orders> ~ dateOrder : Date ~ recyclerView : RecyclerView ~ txtEmpty : TextView {static} - ARG_PARAM1 : String {static} - ARG_PARAM2 : String - mParam1 : String - mParam2 : String + OrderFragment() + builAdapter() + findView() {static} + newInstance() + onCreate() + onCreateView() } } } namespace com.example.farmersmarket { namespace fragment { class com.example.farmersmarket.fragment.PageNotFoundFragment { {static} - ARG_PARAM1 : String {static} - ARG_PARAM2 : String - mParam1 : String - mParam2 : String + PageNotFoundFragment() {static} + newInstance() + onCreate() + onCreateView() } } } com.example.farmersmarket.fragment.AccountFragment -up-|> androidx.fragment.app.Fragment com.example.farmersmarket.fragment.AccountFragment o-- com.example.farmersmarket.database.AppDatabase : appDatabase com.example.farmersmarket.fragment.CategoryFragment -up-|> androidx.fragment.app.Fragment com.example.farmersmarket.fragment.HomeFragment -up-|> androidx.fragment.app.Fragment com.example.farmersmarket.fragment.InfomationCheckoutFragment -up-|> com.google.android.material.bottomsheet.BottomSheetDialogFragment com.example.farmersmarket.fragment.InfomationCheckoutFragment o-- com.example.farmersmarket.database.AppDatabase : appDatabase com.example.farmersmarket.fragment.InfomationCheckoutFragment o-- com.example.farmersmarket.object.Account : ac com.example.farmersmarket.fragment.InfomationCheckoutFragment o-- com.example.farmersmarket.object.ShippingUnit : spu com.example.farmersmarket.fragment.LoginConfirmFragment -up-|> androidx.fragment.app.Fragment com.example.farmersmarket.fragment.LoginPhoneFragment -up-|> androidx.fragment.app.Fragment com.example.farmersmarket.fragment.NotificationFragment -up-|> androidx.fragment.app.Fragment com.example.farmersmarket.fragment.OrderFragment -up-|> androidx.fragment.app.Fragment com.example.farmersmarket.fragment.OrderFragment o-- com.example.farmersmarket.database.AppDatabase : appDatabase com.example.farmersmarket.fragment.OrderFragment o-- com.example.farmersmarket.viewadapter.OrderListAdapter : orderListAdapter com.example.farmersmarket.fragment.PageNotFoundFragment -up-|> androidx.fragment.app.Fragment 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
af3031248c4708883b9da2ed8509fdfe5f1f9ef4
c931fab627d76aac94f223642e63dc0f5358c800
/app/src/main/java/com/example/aflah/tracki_master/Data/Data.plantuml
0350eaa75fd3b4e2bb411b1593dc51eda998dbec
[]
no_license
aflahtaqiu/tracki-android
842c78ad53d0717f51e094721150a6d8205e3a7a
6990d21cf21771cd1e5927e44564b06f4b2c8391
refs/heads/master
2020-04-15T02:03:17.136741
2019-01-06T12:02:17
2019-01-06T12:02:17
164,301,470
0
0
null
2019-01-06T11:40:37
2019-01-06T11:40:36
null
UTF-8
PlantUML
false
false
8,683
plantuml
@startuml title __DATA's Class Diagram__\n package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class DetailPromoRepository { + DetailPromoRepository() + getPromotionById() + sendRedeemData() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface DetailPromoSource { {abstract} + getPromotionById() {abstract} + sendRedeemData() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface GetPromotionByIdCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface SendRedeemDataCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class ProductRepository { + ProductRepository() + getProductById() + getMakanan() + getMinuman() + getSearchList() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface ProductSource { {abstract} + getProductById() {abstract} + getMakanan() {abstract} + getMinuman() {abstract} + getSearchList() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface GetProductByIdCallBack { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface GetMakananCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface GetMinumanCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface GetSearhList { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class PromotionRepository { + PromotionRepository() + getAllPromotion() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface PromotionSource { {abstract} + getAllPromotion() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface GetPromotionCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class ReviewTokoRepository { + ReviewTokoRepository() + getReview() + sendReview() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface ReviewTokoSource { {abstract} + getReview() {abstract} + sendReview() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface GetReviewByStoreCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface SendReviewByStoreCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class StoreRepository { + StoreRepository() + getStoreUrlImages() + getStoreDetail() + getSearchList() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface StoreSource { {abstract} + getStoreUrlImages() {abstract} + getStoreDetail() {abstract} + getSearchList() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface GetStoreImagesUrlCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface GetStoreDetailCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface GetSearhList { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { class UserRepository { + UserRepository() + updateProfile() + getUserById() + resetUserPassword() + registerUser() + loginUser() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface UserSource { {abstract} + updateProfile() {abstract} + getUserById() {abstract} + resetUserPassword() {abstract} + registerUser() {abstract} + loginUser() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface UpdateProfileCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface GetUserByIdCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface ResetUserPasswordCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface RegisterUserCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } package com.example.aflah.tracki_master { package com.example.aflah.tracki_master.Data { interface LoginUserCallback { {abstract} + onSuccess() {abstract} + onFailure() } } } DetailPromoRepository -up-|> DetailPromoSource DetailPromoRepository o-- DetailPromoRemoteDataSource : detailPromoRemoteDataSource DetailPromoSource +-down- GetPromotionByIdCallback DetailPromoSource +-down- SendRedeemDataCallback ProductRepository -up-|> ProductSource ProductRepository o-- ProductRemoteDataSource : productRemoteDataSource ProductSource +-down- GetProductByIdCallBack ProductSource +-down- GetMakananCallback ProductSource +-down- GetMinumanCallback ProductSource +-down- GetSearhList PromotionRepository -up-|> PromotionSource PromotionRepository o-- PromotionRemoteDataSource : promotionRemoteDataSource PromotionSource +-down- GetPromotionCallback ReviewTokoRepository -up-|> ReviewTokoSource ReviewTokoRepository o-- ReviewRemoteDataSource : reviewRemoteDataSource ReviewTokoSource +-down- GetReviewByStoreCallback ReviewTokoSource +-down- SendReviewByStoreCallback StoreRepository -up-|> StoreSource StoreRepository o-- StoreRemoteDataSource : storeRemoteDataSource StoreSource +-down- GetStoreImagesUrlCallback StoreSource +-down- GetStoreDetailCallback StoreSource +-down- GetSearhList UserRepository -up-|> UserSource UserRepository o-- UserRemoteDataSource : userRemoteDataSource UserSource +-down- UpdateProfileCallback UserSource +-down- GetUserByIdCallback UserSource +-down- ResetUserPasswordCallback UserSource +-down- RegisterUserCallback UserSource +-down- LoginUserCallback 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
caf9cb3c6aa8cd134e6b3f5c1191d6806fcceb1c
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Events/Signals/SignalEmitter.puml
b5fa1c1b84294204fefb823e4ca8de3f5e75e7a9
[]
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
432
puml
@startuml class SignalEmitter { m_Retroactive : bool m_EmitOnce : bool + retroactive : bool <<get>> <<set>> + emitOnce : bool <<get>> <<set>> } Marker <|-- SignalEmitter INotification <|-- SignalEmitter INotificationOptionProvider <|-- SignalEmitter SignalEmitter --> "m_Asset" SignalAsset SignalEmitter --> "asset" SignalAsset SignalEmitter --> "id" PropertyName SignalEmitter --> "flags" NotificationFlags @enduml
0304aa1057ece9eff3c21116b45117c698a3c6d8
995d4393998cc23ec49044d76c30393ed5d6231c
/modeling/Employee.puml
614bb9146e07ea9d2781435f61a8243b48dc86ae
[ "MIT" ]
permissive
softgiken/businesstrip
34a50e2bb174bfaf0be88521f1be750466b1d99d
5a33d669aba313864a01c320b4a521fbf3b8b76c
refs/heads/master
2021-08-26T07:26:58.905136
2017-11-15T05:35:02
2017-11-15T05:35:02
109,651,701
0
0
null
null
null
null
UTF-8
PlantUML
false
false
522
puml
@startuml class Employee { id : Integer Name Capacity Commute } class Name { name: String } class Capacity { cap: Integer } class Address { location: Location commute: Commute } class Commute { minute: Integer } class Location { } Name ..> Employee Capacity ..> Employee Address ..> Employee Commute ..> Address Location ..> Address note top of Employee : 従業員 note top of Capacity : 資格 note top of Commute : 通勤時間 @enduml
7eb59925fc763549adca5295a7b47eca1db3dda3
a6c6260c47cfd485d9efada5d5465f8e76fd9fd6
/docs/GogsIssuesExtended/Class_Diagram.puml
69106400adafb9dec3dfeaa4a48fb688fbc4cf93
[ "MIT" ]
permissive
kellpossible/libgdx-atc-sim
de1a0c6bdf4aef62f81be8054bb6b0fef9169057
b469ccc3245004d36a9e0f6d1d27651182ba2962
refs/heads/master
2020-03-16T21:28:47.083340
2019-07-03T04:29:20
2019-07-03T04:29:20
133,000,560
1
3
MIT
2019-07-03T04:29:21
2018-05-11T06:47:03
Java
UTF-8
PlantUML
false
false
576
puml
@startuml class LoginUser { } class DatabaseItem { } DatabaseItem <|-- User class User { } DatabaseItem <|-- Label class Label { } DatabaseItem <|-- Milestone class Milestone { } DatabaseItem <|-- Issue class Issue { } IssuesDatabase *-- Issue IssuesDatabase *-- Milestone IssuesDatabase *-- User IssuesDatabase *-- Label IssuesDatabase o-- GogsAPI class IssuesDatabase { } class GogsAPI { } class Resource { } Resource <|-- GanttData class GanttData { } Resource <|-- GanttLinks class GanttLinks { } Resource <|-- GanttTask class GanttTask { } @enduml
eb593a8404b73bb9f1b13a7a19ab9fb347fbfe19
545a98e7752c02e03b7935d8b41acc25f48e73cb
/td1originalDiagram.plantuml
e9305bf33cc6290d070ba6ab3ec2edc27ecb2477
[]
no_license
ANIESSE05/TD-MAPC-M1-MIAGE
611e4d8f7abbbc5e7957baefca4f82ab9891021d
47f86163971cc30c468317d4f43264665650c910
refs/heads/master
2023-08-03T05:47:14.681972
2021-09-21T10:41:43
2021-09-21T10:41:43
408,127,158
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,492
plantuml
@startuml classdiagram interface Product { weight(): double price(): double } enum SauceType { BURGER, BARBECUE, BEARNAISE } enum MeatType { BEEF, WHITEFISH + price(): double } class Cheddar implements Product { - weight: double - BASE_PRICE: double = 4 + this(weight: double) + weight(): double + price(): double } class DeepFriedOnions implements Product { - weight: double - BASE_PRICE: double = 1.5 + this(weight: double) + weight(): double + price(): double } class Tomato implements Product { - weight: double - BASE_PRICE: double = 0.5 + this(weight: double) + weight(): double + price(): double } class Sauce implements Product { - weight: double - {static} BASE_PRICE: double = 1 + this(type: SauceType, weight: double) + weight(): double + price(): double } Sauce *--> "-type" SauceType class Meat implements Product { - weight: double + this(type: MeatType, weight: double) + weight(): double + price(): double } Meat *--> "-type" MeatType class Burger implements Product { ~ name: string + this(name: string, items: List<Product>) + weight(): double + price(): double } Burger *-> "~items *" Product @enduml
39fd79a03c5ddad24db884054f9c4ce4ada4219e
76557228f3a61bb4922a940bf56780f2fa0be832
/kohrs-cop3330-assignment3/src/ex42/ex42.puml
641c771725ab10b7b953c70656fcfa492bd8d426
[]
no_license
BenjaminKohrs/kohrs-cop3330-assignment3
446aed2029a99b272056ad71caf4c602dc672e1f
7bfd34f0f5b01f190a8745382a8bc995cab6b903
refs/heads/main
2023-08-11T01:23:09.782138
2021-10-12T03:58:44
2021-10-12T03:58:44
416,175,544
0
0
null
null
null
null
UTF-8
PlantUML
false
false
153
puml
@startuml class ex42.App{ + void readStuff (Scanner scan, ArrayList<String> ) + void printStuff (ArrayList<String> ) + void main (String[] ) } @enduml
14a65cca021ef8bed66d869baa9e59820be960a0
66189c5ec1fd3d87a5db4f281fb8eee547b62011
/com/zx/adapter/interfaceadapter/adapter.puml
491e43bba725753d2cbd7c19db590628f00fd9e9
[]
no_license
Jcduhdt/DesignPattern
27168347a85ab79a0976d2ef3ce6e8687bd01ddd
501635e4eebba510ae3d1bb26ebfdaccf76beb8c
refs/heads/master
2021-02-17T20:03:58.951599
2020-03-15T08:34:11
2020-03-15T08:34:11
245,124,068
0
0
null
null
null
null
UTF-8
PlantUML
false
false
184
puml
@startuml interface Interface4{ operation1():void operation2():void operation3():void operation4():void } class AbsAdapter class A Interface4 <|-- AbsAdapter AbsAdapter <.. A @enduml
3a9b43a276ca953b6846c8ce2eac7584a592e8f4
45fad34528b24e239c94f23c44d0e48fcc388f70
/src/app/behavioral/command/command.puml
7a52834750c1e4facce6356b3b69ef1efb7cd250
[ "MIT" ]
permissive
bad199xqn/design-patterns
2a164d1c42d767a18366afb76314f4b511fd1e1c
6ac1d9956918d5180be77a3faf4919c2037ce329
refs/heads/main
2023-07-15T06:48:26.231897
2021-08-23T18:14:56
2021-08-23T18:14:56
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
788
puml
@startuml skinparam class { backgroundColor pink arrowColor firebrick borderColor firebrick } interface Command { execute(): string } class Customer <PRE> { - firstCommand: Command; - secondCommand: Command; + setFirstCommand(firstCommand: Command): void + setSecondCommand(secondCommand: Command): void + executeCommandsStepByStep(): string } class CashMachine <XOR> { - cash: number constructor(cash: number) + execute(): string } class Bank <XOR> { - bankEmployee: BankEmployee - contract: string constructor(bankEmployee: BankEmployee, contract: string) + execute(): string } class BankEmployee <OPT> { + signContract(contract: string): string } Command <-o Customer Command <|.. CashMachine Command <|.. Bank Bank --> BankEmployee @enduml
9be44c83d7471a6614b4ec952fe5070626f49bdc
121b48326c47be9399ab4acb14873e1402d4ee48
/test6/src/系统类图源码.puml
3fd88a33aa5de4d0320469b9bc5648d61ecbbb22
[]
no_license
WangYaDong1/is_analysis
3f3bfd6f98f0677166383cf51d0a946c8b62885e
cc7f7be0e50db0efeb559e96c7f17a3f982ff8bf
refs/heads/master
2018-10-05T14:59:06.508676
2018-06-08T07:17:56
2018-06-08T07:17:56
126,013,906
0
0
null
null
null
null
GB18030
PlantUML
false
false
1,876
puml
@startuml title 基于GitHub的实验管理平台--类图 class teachers { <b>id</b> (自增) tch_no (教师编号) tch_name (教师姓名) github_name (教师GitHub的名称) tch_pwd (教师密码) addtime(教师创建时间) status (教师是否禁用) } class stu_course { <b>id</b> (自增) course_no (课程编号) stu_no (学生编号) addtime (增加日期) } class students { <b>id</b> (自增) <b>course_no</b> (课程编号) stu_no (学生编号) stu_name (学生姓名) github_name (学生GitHub的名称) stu_pwd (学生密码) stu_class(学生班级) addtime(学生创建时间) status (学生是否禁用) } class courses { <b>id</b> (自增) course_no (课程编号) course_name (课程名称) status (状态) addtime (增加日期) <b>term_id</b> (学期编号) <b>stu_no</b> (学生编号) <b>tch_no</b> (教师编号) } class grades { <b>grade_id</b> (自增) grade_1 (模块评分) grade_2 (完整度评分) grade_3 (实验报告评分) grade_4 (最终评分) memo (评价) addtime (评改日期) <b>test_id</b> (实验编号) <b>course_no</b> (课程编号) <b>stu_no</b> (学生编号) } class tests { <b>test_id</b> (实验编号) title (实验名称) addtime (增加时间) <b>course_no</b> (课程编号) } class terms { <b>term_id</b> (学期编号) title (学期名称) addtime (增加时间) } students "1" -- "n" grades tests "1" -- "n" grades courses "1" -- "n" grades stu_course "1" -- "n" students stu_course "1" -- "n" courses terms "1" -- "n" courses teachers "1" -- "n" courses courses "1" -- "n" tests @enduml
354265b4017f5e97fc97578bd9d6c37c51f3fcc9
28f125ec4908b16cdfe21d9e5ff40c3a1e04dc8b
/src/main/resources/ex46/App.puml
dfc6ad8a366b41611d1840a47e59409ad50803db
[]
no_license
ZhengWilliamUCF/Zheng-cop3330-assignment3
d859fbffdf55fcf75f657a52b72e80b6f7d8984c
46b6a26e1754ecb0d6961f857548d2646a7c66f1
refs/heads/master
2023-06-08T11:39:14.736136
2021-06-20T21:44:26
2021-06-20T21:44:26
378,745,289
0
0
null
null
null
null
UTF-8
PlantUML
false
false
658
puml
@startuml 'https://plantuml.com/sequence-diagram class App { - filePath File - AnimalList Hashmap<String, String> - format String + importFile(filePath) + readFile(filePath, AnimalList) + printOutput(OrderedAnimalList, format) } class Operations { - AnimalList Hashmap<String, String> - OrderedAnimalList Hashmap<String,String> - AnimalName String - AnimalValue String + orderMaps(AnimalList, OrderedAnimalList) + removeFromAnimalList(AnimalList) + addToOrderedAnimalList(AnimalName, AnimalValue, AnimalList) + checkIsEmpty(AnimalList) + loopFunction(checkIsEmpty) } App --> Operations @enduml
6d9b664598de6c3a40cf8ac468bdfb62fc34eac7
0cae2955100096249a854d37b067b1fe9037a2ad
/docs/uml/TokenHistory.puml
be01b7c44ef54fe5d71b3d42c78a4db396ac9769
[]
no_license
psmon/netcore-restweb-entity-akka
20ef6dcc4ae7f0f10b191b34dc6b4af08499ed81
b956685f790761a169faeb9b6b4f3f45101d9001
refs/heads/master
2022-11-24T16:41:40.883176
2019-07-21T04:04:49
2019-07-21T04:04:49
160,953,228
0
0
null
2022-11-22T00:21:06
2018-12-08T15:40:38
C#
UTF-8
PlantUML
false
false
247
puml
@startuml class TokenHistory { + TokenHistoryId : int <<get>> <<set>> + User : User <<get>> <<set>> + AuthToken : String <<get>> <<set>> + CreateTime : DateTime <<get>> <<set>> + AccessTime : DateTime <<get>> <<set>> } @enduml
2d0611ea89ef01f32052bf9645258ef5b575754a
4831b8d3c95595367c9bb95adbc32f77fce5accf
/collecting-parameter/etc/collecting-parameter.urm.puml
06320fa022eeb53fab939532e5d09fa08157dd50
[ "LGPL-2.0-or-later", "LGPL-3.0-only", "MIT" ]
permissive
SergeyZhernovoy/java-design-patterns
bcccb330a44b3d09a991b943668416d725212157
1e654067c9761f4db800508d431769e3474e9c7c
refs/heads/master
2023-03-11T08:59:09.285082
2023-03-02T18:07:23
2023-03-02T18:07:23
73,673,158
0
5
MIT
2021-05-07T13:38:25
2016-11-14T06:20:24
Java
UTF-8
PlantUML
false
false
1,281
puml
@startuml package com.iluwatar.collectingparameter { class App { ~ printerQueue : PrinterQueue {static} + App() + addValidA2Papers(printerItemsCollection : Queue<PrinterItem>) {static} + addValidA3Papers(printerItemsCollection : Queue<PrinterItem>) {static} + addValidA4Papers(printerItemsCollection : Queue<PrinterItem>) {static} + main(args : String[]) {static} } ~enum PaperSizes { + A2 {static} + A3 {static} + A4 {static} + valueOf(name : String) : PaperSizes {static} + values() : PaperSizes[] {static} } class PrinterItem { ~ isColour : boolean ~ isDoubleSided : boolean ~ pageCount : int ~ paperSize : PaperSizes + PrinterItem(paperSize : PaperSizes, pageCount : int, isDoubleSided : boolean, isColour : boolean) } class PrinterQueue { ~ currentInstance : PrinterQueue {static} - printerItemQueue : Queue<PrinterItem> - PrinterQueue() + addPrinterItem(printerItem : PrinterItem) + emptyQueue() + getInstance() : PrinterQueue {static} + getPrinterQueue() : Queue<PrinterItem> } } PrinterQueue --> "-currentInstance" PrinterQueue PrinterQueue --> "-printerItemQueue" PrinterItem App --> "-printerQueue" PrinterQueue PrinterItem --> "-paperSize" PaperSizes @enduml
e01b3502ea1359c0cb25363188fa4c3002c6256b
9d89c457b95b0cc7519c1516431537ea29dee5af
/7principle/src/composite/iii.puml
c98f047260f33bcfa3a3c24e5432a438b2171613
[]
no_license
szx9898/DesignPattern
fd8705058b9b7847154ac0ea42797c3f7014b527
88094dfb4c865708e27dd1e687aeede92ec565c4
refs/heads/master
2022-08-01T23:50:32.412933
2020-05-31T03:18:32
2020-05-31T03:18:32
268,200,147
0
0
null
null
null
null
UTF-8
PlantUML
false
false
73
puml
@startuml class Person{ ~id study : } Person : equals() @enduml
22e54780ff4cd2daf1930dabef0b61d42d658ba0
91d856fab2abea4984264d02243f00915baa82ac
/doc/classUml.plantuml
37b3910ec8f578e4048e30a5ec0208a484c9a057
[]
no_license
Yeonjj/Diff-Sync
fff22382cd5dd7dd1957e6e244ded548b5d9b474
6653a4f30fee9f11290e2d2ece503def2afe76bf
refs/heads/master
2020-04-07T02:47:09.644959
2018-12-15T16:09:40
2018-12-15T16:09:40
157,989,678
1
0
null
null
null
null
UTF-8
PlantUML
false
false
896
plantuml
@startuml skinparam classAttributeIconSize 0 abstract class DSOperation { -diff : function -patch : function -availableTypeOperation : string __ +addNewOperation(newOperation, newType) +setOperation(contentType) --abstract-- {abstract}+diff(oldContent, newContent) : array {abstract}+patch(oldContent, edits): string } class DSTextOperation{ -dmp : diff_match_patch +diff(oldContent, newContent) : array +patch(oldContent, edits) : string } abstract class DSLoop{ -url : string -contents : string -shadow : string -myVer : number -yourVer : number -edits : Map -dsOperation : DSOperation -deleteEdits(versionNumber) #makeEdits(content) #receivedEdits(responseEdits) --abstract-- {abstract}+runLoop() } class DSLoopClient { +runLoop() } class DSLoopServer { +runLoop() } DSLoop *--> DSOperation DSLoopClient --|> DSLoop DSLoopServer --|> DSLoop DSOperation *--> DSTextOperation @enduml
19b02c141e4f7a0264b2fb51853adf80acda611a
12d22393334f51dbfe8b15c3838bf19353d6a12d
/showcontrol4j-core/src/main/java/com/showcontrol4j/message/encryption/encryption.plantuml
e4a00195ffd570fe80bfa58e592038b5837129ba
[ "Apache-2.0" ]
permissive
JamesHare/ShowControl4J
0179f9b27dc6f62a94202862566e5a402cffa49d
9419cc26aae596895821385fe64a74caccec33a9
refs/heads/master
2021-06-17T17:37:35.024337
2021-05-02T03:00:59
2021-05-02T03:00:59
202,650,026
0
0
Apache-2.0
2020-10-13T20:26:54
2019-08-16T03:13:34
Java
UTF-8
PlantUML
false
false
600
plantuml
@startuml title __ENCRYPTION's Class Diagram__\n namespace com.showcontrol4j.message { namespace encryption { class com.showcontrol4j.message.encryption.MessageCipher { {static} + decryptStringToMessage() {static} + decryptStringToMessageString() {static} + encryptMessageStringToString() {static} + encryptMessageToString() } } } 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
d4794b59f5b64a0ab12eb32c729b02f4ae3e2eb7
188aa3bd1c4fc0a88cab9726c2f2299f147e70d8
/docs/UC_12/CD.puml
6009a617ea2687216064cc5c927832672f286471
[]
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
309
puml
@startuml CD skinparam classAttributeIconSize 0 top to bottom direction class DeserializeUI { } class DeserializeController { + hasDataFile() + deserialize() } DeserializeUI ..> DeserializeController class App { + deserialize(String path) } DeserializeController ..> App @enduml
5c394a3f43cf8b8e391c8c3034d26279b6d474be
259f1c8a51a0b2fb9e4f8d40ded634d7fc72ef25
/docs/TP5-observer.plantuml
8b35d85d3ae4673b24d7d9526a120e3720128c19
[ "MIT", "CC-BY-SA-3.0" ]
permissive
IUT-Blagnac/cpoa-tp5-Pa3Co1
b17aad91a792c8c6747bfa32e5f9819e7f39f933
1039c607f72ec836ec6741fdea926b5f392b8e6f
refs/heads/master
2023-01-30T12:26:24.792773
2020-12-11T14:54:29
2020-12-11T14:54:29
319,259,229
0
0
MIT
2020-12-11T13:35:25
2020-12-07T08:55:02
Ruby
UTF-8
PlantUML
false
false
1,838
plantuml
@startuml abstract class Observable [[java:observer.pattern.Observable]] { #Vector<Observer> observers +Observable() +void attach(Observer o) +void detach(Observer o) +void notifyObservers() +{abstract}Object getUpdate() } class CourseController [[java:observer.pattern.CourseController]] { -Vector<JSlider> sliders -JPanel coursePanel +CourseController(CourseData courses) +void addCourse(CourseRecord record) +void update(Observable o) +void actionPerformed(ActionEvent arg0) +void stateChanged(ChangeEvent arg0) +{static}void main(String[] args) } class CourseData [[java:observer.pattern.CourseData]] { } CourseController --> "1" CourseData : courseData class JPanel [[java:javax.swing.JPanel]] { } JPanel <|-- CourseController interface Observer [[java:observer.pattern.Observer]] { } Observer <|.. CourseController interface ChangeListener [[java:javax.swing.event.ChangeListener]] { } ChangeListener <|.. CourseController interface ActionListener [[java:java.awt.event.ActionListener]] { } ActionListener <|.. CourseController class CourseData [[java:observer.pattern.CourseData]] { -Vector<CourseRecord> courseData +CourseData() +void addCourseRecord(CourseRecord courseRecord) +void changeCourseRecord(String subjectName, int numOfStudents) +Vector<CourseRecord> getUpdate() } class Observable [[java:observer.pattern.Observable]] { } Observable <|-- CourseData class BarChartObserver [[java:observer.pattern.BarChartObserver]] { -Vector<CourseRecord> courseData +BarChartObserver(CourseData data) +void paint(Graphics g) +void update(Observable o) } class JPanel [[java:javax.swing.JPanel]] { } JPanel <|-- BarChartObserver interface Observer [[java:observer.pattern.Observer]] { } Observer <|.. BarChartObserver interface Observer [[java:observer.pattern.Observer]] { void update(Observable o) } @enduml
46a312a1d34224629cb995ae3af747536ddb7a0b
ca6796def41f24f410bcc30a208da57eaf745e76
/docs/UML/randomalgorithm.iuml
a00dfc7cc3002bd5e3c1a2651f64dba5f6334d54
[]
no_license
JustKiddingCode/ASGProjekte
0a55353ddc80c3a4eca29d184c51e683f9d0901b
c0f5ad4f696064ff1356473eb04de5f9e82906cf
refs/heads/master
2021-01-20T22:28:17.044125
2014-12-24T15:04:19
2014-12-24T15:04:19
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
27
iuml
class RandomAlgorithm { }
5a6040a9a6a181ad5d240625f682a5de764b3e5b
40c869f0582027d38e82f0366b0ea2424654cc9a
/com/m2i/poe/geometry/geometry.plantuml
db895517744d74d2e1d3eebf2ebaa62294a1d7ea
[]
no_license
mikachm/java
a9d074b7aa8cfe4b03b89dff6d91b18838221fe9
806583f017f9ee624117e7bba4ffd4a5088b2371
refs/heads/master
2020-03-22T03:46:44.507020
2018-07-03T13:12:57
2018-07-03T13:12:57
139,451,884
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,841
plantuml
@startuml title __GEOMETRY's Class Diagram__\n package com.m2i.poe { package com.m2i.poe.geometry { class Carre { + Carre() } } } package com.m2i.poe { package com.m2i.poe.geometry { class Point { - x : double - y : double + Point() + Point() ~ moveTo() ~ display() ~ moveRelative() + getX() - setX() + getY() - setY() + toString() } } } package com.m2i.poe { package com.m2i.poe.geometry { class Point3d { - z : double + Point3d() + getZ() + setZ() + toString() } } } package com.m2i.poe { package com.m2i.poe.geometry { class Program { {static} + main() } } } package com.m2i.poe { package com.m2i.poe.geometry { class Rectangle { - width : double - height : double + Rectangle() + Rectangle() + getWidth() + setWidth() + getHeight() + setHeight() + getOrigin() + setOrigin() + getSurface() + getPerimetre() } } } package com.m2i.poe { package com.m2i.poe.geometry { class TriangleRectangle { + TriangleRectangle() + TriangleRectangle() + getSurface() + getHypothenuse() + getPerimetre() } } } Carre -up-|> Rectangle Point3d -up-|> Point Rectangle o-- Point : origin TriangleRectangle -up-|> Rectangle 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
70fd9da543005997319e3812125ff3b56b51d84b
29363e9aed82b14ec16febb9701d449db5270cba
/container/quiz2/orig07/src/main/java/org/interventure/configuration/dynamicproxy/interface-based-proxy.puml
77765627be56947f4cfdb0d87a97f2d173c44dfb
[]
no_license
interventure-growingtogether/spring-certification
1d039f3bf089553d580cd4719fad4b69d3e9be80
b8bd5ac507ecca59abc089dec08143fe80a6f1ce
refs/heads/master
2022-01-22T06:50:37.743024
2019-11-27T13:16:41
2019-11-27T13:16:41
207,088,173
1
0
null
2022-01-21T23:34:16
2019-09-08T09:13:29
Java
UTF-8
PlantUML
false
false
249
puml
@startuml interface ti as "Config" interface ih as "InvocationHandler" class t as "AppConfig"<<target>> class p as "AppConfigDynamicProxy"<<proxy>> { ClientDao clientDao Config target invoke() } t -up-|> ti p -up-|> ih p -right-> t @enduml
782e67f846bd64e4b52411f468b76f95e35862ac
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/structural/bridge-class.puml
d286227f7e5f6bfc125df4bc9bd732ff24ce9edd
[ "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
398
puml
@startuml scale 1024 height title Bridge Factory abstract class Abstraction { - Implementor + operation() } class RefinedAbstraction { + otherOperation() } interface Implementor { + operationImpl() } class ConImplementorA class ConImplementorB Abstraction <|-- RefinedAbstraction Abstraction o- Implementor Implementor <|.. ConImplementorA Implementor <|.. ConImplementorB @enduml
5ae820e3012560b2028cddc1de8822994174008c
b4f327673cda5c4eadf4d86e12167ce4da4f68d4
/src/main/java/com/designpattern/creational/factorymethod/FactoryMethod.puml
7020e568a9ca7e57d51fb9b3cdb109d1b632e2ad
[]
no_license
ZhengHuaJing/designpattern
85d7271ee15db12bde4bedd56953f339b6a93034
2baf3818c8d8813263d9fcac5037da6a5b449358
refs/heads/master
2023-01-04T23:58:14.169526
2020-11-01T11:10:12
2020-11-01T11:10:12
309,076,376
0
0
null
null
null
null
UTF-8
PlantUML
false
false
565
puml
@startuml package shapes { interface Shape { + {abstract} draw(): void } class Circle { .. Override .. + draw(): void } class Square { .. Override .. + draw(): void } class Rectangle { .. Override .. + draw(): void } Shape <|.. Circle Shape <|.. Square Shape <|.. Rectangle } class ShapeFactory { + getShape(): Shape } shapes <-- ShapeFactory : 创建工厂 class Client { + {static} main(): void } ShapeFactory <-- Client : 使用工厂 @enduml
eae948aa427e93d319747589614f0c2e4b1a72cd
4e66b60562009e54e3249595d08d88573c1d7fba
/plantuml/src/PlantUmlClassDiagramGenerator.Library/RelationshipCollection.puml
e5d189bca5ed8e6aa07aa4aa10c646138b0d72b5
[ "MIT" ]
permissive
pierre3/PlantUmlClassDiagramGenerator
a17a7ec5e3b547b0a9d5afee1d74436c6d602782
00bd84d543a14f05c95857426060e677c4668cc8
refs/heads/master
2023-07-06T01:15:15.436366
2023-05-31T13:39:56
2023-06-02T10:24:02
41,860,665
598
123
MIT
2023-08-20T06:56:51
2015-09-03T13:17:42
C#
UTF-8
PlantUML
false
false
500
puml
@startuml class RelationshipCollection { + AddInheritanceFrom(syntax:TypeDeclarationSyntax) : void + AddInnerclassRelationFrom(node:SyntaxNode) : void + AddAssociationFrom(node:FieldDeclarationSyntax, field:VariableDeclaratorSyntax) : void + AddAssociationFrom(node:PropertyDeclarationSyntax) : void + GetEnumerator() : IEnumerator<Relationship> GetEnumerator() : IEnumerator } class "IEnumerable`1"<T> { } "IEnumerable`1" "<Relationship>" <|-- RelationshipCollection @enduml
787e724eab9fb12c0a8ae0bdce6bdf84e0f09b8f
3c74f15950bd77d3bd52220e9d2972f769e54bc0
/Diagramme/Klassen/TinyTasksKit/Worker/Preferences/ListPreference.puml
0625227c6e30a788fce7d22ffa5af5214e085cd9
[]
no_license
Louis9902/Sosse19-SE
eff56539eed3e27e24342341356228ce5de7bd7c
6c146a6808781acbc6bf4e43157e2294013e65a3
refs/heads/master
2020-05-03T20:59:21.361284
2019-06-20T16:01:10
2019-06-20T16:01:10
178,814,946
2
0
null
2019-06-11T15:17:16
2019-04-01T08:05:57
C#
UTF-8
PlantUML
false
false
667
puml
@startuml class "ListPreference"<T> { - <<readonly>> provider : IPreferenceProvider + ListPreference(preferences:IPreferenceProvider, name:string, value:IList<T>) + DataType : PreferenceDataType <<get>> + Visible : bool <<get>> = true + HasDefaultValue : bool <<get>> + HasValueSet : bool <<get>> + Complete : bool <<get>> + Name : string <<get>> + Value : IList<T> <<get>> <<set>> + ValueType : Type <<get>> + ToView() : string + FromView(line:string) : void + ToggleVisibility() : ListPreference<T> + UpdateDataType(dataType:PreferenceDataType) : ListPreference<T> } IPreference <|.. "ListPreference" @enduml
6d421bd7e73f32785b48e39c9068c9d21b9b20b9
c815f9c82c1400f76243750cd0ec609d217b9943
/half-sync-half-async/etc/half-sync-half-async.urm.puml
88f49eb4da507a69365c127511e3d4706a94f9e7
[ "MIT" ]
permissive
mikulucky/java-design-patterns
6ab10e9e5c95b6caffebf045d37d04a1571bc0cd
cbbf3bf08842723964719ed7d8ab92864ec5a58d
refs/heads/master
2021-01-17T23:34:49.962450
2016-09-28T19:54:28
2016-09-28T19:54:28
48,302,802
1
1
null
2016-01-02T23:58:44
2015-12-20T01:00:47
Java
UTF-8
PlantUML
false
false
730
puml
@startuml package com.iluwatar.halfsynchalfasync { class AsynchronousService { - service : ExecutorService + AsynchronousService(workQueue : BlockingQueue<Runnable>) + execute(task : AsyncTask<T>) } ~class ArithmeticSumTask { - n : long + ArithmeticSumTask(n : long) + call() : Long + onError(throwable : Throwable) + onPostCall(result : Long) + onPreCall() } class App { + App() - ap(i : long) : long {static} + main(args : String[]) {static} } interface AsyncTask<O> { + call() : O {abstract} + onError(Throwable) {abstract} + onPostCall(O) {abstract} + onPreCall() {abstract} } } ArithmeticSumTask ..+ App ArithmeticSumTask ..|> AsyncTask @enduml
37c65a9439214cfbb794e6047e3f254bdc4628dc
79d0f1f042170b44fed8cdf55f4501f95f29f47d
/docs/diagrams/StatisticsClassDiagram.puml
987ea6db8213fc972b40b880beb2ecb43121884c
[ "MIT" ]
permissive
gerhean/main
c8a46890831953c424e5c11cfe4a548358120a89
3df0cb5726d03c0f60b3a93de91aedef0fce96c4
refs/heads/master
2021-01-06T23:45:57.520632
2020-04-11T08:43:36
2020-04-11T08:43:36
241,516,262
0
0
NOASSERTION
2020-02-25T09:30:45
2020-02-19T02:39:54
Java
UTF-8
PlantUML
false
false
990
puml
@startuml hide circle hide empty members skinparam classAttributeIconSize 0 Class ModelManager { } Class Statistics { - statusCount: HashMap<Status, Integer> + computeAndUpdateStatistics(ObservableList<InternshipApplication> \n internshipApplicationList): void - resetStatistics(): void + getCount(Status status): int + getPercentage(Status status): double + getTotalCount(): int } Class StatisticsWindow { - internshipApplicationList: ObservableList<InternshipApplication> + updateStatistics(): void - loadBarChart(): void - loadPieChart(): void } Class StatisticsBarFooter { - internshipApplicationList: ObservableList<InternshipApplication> + updateStatistics(): void } enum Status <<enumeration>> { WISHLIST APPLIED INTERVIEW OFFERED REJECTED GHOSTED } ModelManager o--> "1" Statistics Statistics .right.> Status StatisticsWindow o-up-> "1" Statistics StatisticsBarFooter o-up-> "1" Statistics @enduml
3c6ed372ea1259566a1707457d9c42d6573eef4d
916d1bb03cd70b7744fa7a7d08e488a93e3a9ae5
/UML/simple factory/Simple Factory.puml
7315e3261951f26311740ea221b31cd12c562248
[ "CC0-1.0" ]
permissive
GitHubRepository99/Design-Patterns-In-Apex
6c5481cb32f4fc387663f22179d9026166560833
7c580479a0aa2f2b8cf1f1a457f81c1ff4ab637d
refs/heads/master
2023-08-06T17:44:23.320385
2021-09-21T11:40:35
2021-09-21T11:40:35
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
360
puml
@startuml 'https://plantuml.com/class-diagram SimplePizzaStore -> SimplePizzaFactory SimplePizzaFactory -> Pizza Pizza <|-- CheesePizza Pizza <|-- TacoPizza Pizza <|-- PepperoniPizza class SimplePizzaStore{ +orderPizza(String type) } class SimplePizzaFactory{ +createPizza(String type) } Abstract class Pizza { +prepare() +bake() +cut() +box() } @enduml
f1cd4d352c8b989e0b851d25a9a16e70babafdca
105202a23d793781519ff77bad8bc07bb1db2a7f
/Program/src/com/guzichenko/program/diagram.puml
017d97f58e285e888972c0139b090610769196f0
[]
no_license
GuzichenkoAO/Courses
e7fb677fac1808c971c237ceb4405dda9b7240d3
ea142168e32d86bfce99b70ce568815203ac5e6a
refs/heads/master
2018-09-03T08:59:35.457286
2018-06-04T07:47:12
2018-06-04T07:47:12
105,263,880
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,725
puml
@startuml title Classes - Program Diagram class Main { +static void main() } class CmdLineService { -BufferedReader reader -ClientService clientService -ProductService productService +void mainMenu() -void clientMenu() -void productMenu() -static void showMainMenu() -static void showProductMenu() -static void showClientMenu() } interface ClientService{ +void addClient() +void removeClient() +void editClient() +List<Client> getAllClients() } class ClientServiceImpl{ -ClientDao clientDao -BufferedReader reader +void addClient() +void removeClient() +void editClient() +List<Client> getAllClients() } interface ProductService{ +void addProduct() +void removeProduct() +void editProduct() +List<Client> getAllProducts() } class ProductServiceImpl{ -ProductDao productDao -BufferedReader reader +void addProduct() +void removeProduct() +void editProduct() +List<Product> getAllProducts() } class ClientDao{ -Connection connection +void addClient(Client client) +List<Client> getAll() +void updateClient(Client client) +void removeClient() } class ProductDao{ -Connection connection +void addProduct(Product product) +List<Product> getAll() +void updateProduct(Product product) +void removeProduct() } class BufferedReader{ } class Client{ } class Product{ } Main *-- CmdLineService CmdLineService *-- BufferedReader CmdLineService *-- ClientService CmdLineService *-- ProductService ClientService <|-- ClientServiceImpl ProductService <|-- ProductServiceImpl ClientServiceImpl *-- ClientDao ClientServiceImpl *-- BufferedReader ProductServiceImpl *-- ProductDao ProductServiceImpl *-- BufferedReader @enduml
638e73ee2c215cb8b300c5a45592936ecc788f53
e5e0d04a44fe67064105c32404e11f52d66ce464
/docs/plantuml/EventStorageManager.puml
8c8543c96157c54be76fe32c34b6db5df874dc74
[]
no_license
durianpancakes/tp
19902f0c344eca4544cda3caabb85c70d174853a
7f9ff12f6d81a47bc208e64dcbcecb6dbf8687a5
refs/heads/master
2023-01-07T01:13:07.145901
2020-11-08T13:10:16
2020-11-08T13:10:16
299,612,457
0
0
null
2020-09-29T12:36:16
2020-09-29T12:36:15
null
UTF-8
PlantUML
false
false
1,127
puml
@startuml hide circles skinparam classAttributeIconSize 0 class StorageManager <<abstract>> #Tan { - fileName:String + StorageManager(:String) - createDataFile():boolean } class EventStorageManager #Tan { + EventStorageManager(:String) + saveData(:EventParameter) + loadData():EventParameter } EventStorageManager --|> StorageManager class EventListDecoder #Tan { + EventListEncoder() + encodeEventList(:ArrayList<Event> eventList) - encodeEventToString(:Event) } EventStorageManager -> EventListDecoder class EventListEncoder #Tan { + EventListDecoder() - decodeEventFromString(:String) - parseClass(:String[]) - parseCca(:Cca[]) - parseTest(:Test[]) - parseTuition(:Tuition[]) } EventStorageManager -> EventListEncoder class EventParameter #YellowGreen { + ccas:ArrayList<Event> + classes:ArrayList<Event> + tuitions:ArrayList<Event> + tests:ArrayList<Event> + EventParameter(ccas:ArrayList<Event>, classes:ArrayList<Event>, tests:ArrayList<Event>, tuitions:ArrayList<Event>) } EventListDecoder --> EventParameter : creates @enduml
8c220562f22345964edf30d126f31fe6fe3a9425
92692d636eca83bf56f07c92b553265ee7203dcf
/src/main/java/com/peppayi/designpattern/headfirst/chapters/chapter01/uml/version04.puml
92f8f8bacb2e710d0b682172306b49b0f1b3a67d
[]
no_license
qingzhusay/design-pattern
19aee4b20296b17539db12d5826d3fb97657880f
bd31c8a22b79290a65c86501a77516c8969a8318
refs/heads/master
2022-08-29T20:34:45.487283
2020-05-09T14:46:06
2020-05-09T14:46:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,312
puml
@startuml package "Client" <<Frame>> { abstract class Duck { # FlyBehavior flyBehavior # QuackBehavior quackBehavior + void swim() + {abstract} void display() + void performFly() + void performQuack() } class MallardDuck { + void display() } Duck <|.. MallardDuck class RedheadDuck { + void display() } Duck <|.. RedheadDuck class RubberDuck { + void display() } Duck <|.. RubberDuck class DecoyDuck { + void display() } Duck <|.. DecoyDuck } package "Encapsulated fly behavior" << Rectangle >> { interface FlyBehavior << interface >> { + void fly() } class FlyWithWings { + void fly() } FlyBehavior <|.. FlyWithWings class FlyNoWay { + void fly() } FlyBehavior <|.. FlyNoWay } package "Encapsulated quack behavior" << Rectangle >> { interface QuackBehavior << interface >> { + void quack() } class Quack { + void quack() } QuackBehavior <|.. Quack class Squeak { + void quack() } QuackBehavior <|.. Squeak class MuteQuack { + void quack() } QuackBehavior <|.. MuteQuack } Duck -right-> FlyBehavior Duck --> QuackBehavior @enduml
c33dc1feec0b1360e32a13bb9be14412c9f788eb
cbb18ed5b97ea8436eb50e0f42c90662a78b48d0
/Household-Web/src/main/java/de/applegreen/household/web/util/util.plantuml
0fa3e606c4804ddd4c859961d173e5af1b70c29b
[]
no_license
alexApplegreen/household
b3b312dca2fc9d9f01cabcf152434c1164cf9efb
991228fb76c0d624e4f6463b18b7503adb88bf6a
refs/heads/master
2022-08-10T04:07:55.125362
2022-01-06T08:25:32
2022-01-06T08:25:32
234,955,001
0
1
null
2022-06-21T02:40:20
2020-01-19T19:41:02
JavaScript
UTF-8
PlantUML
false
false
830
plantuml
@startuml title __UTIL's Class Diagram__\n namespace de.applegreen.household { namespace web.util { class de.applegreen.household.web.util.DateDaemon { + DateDaemon() + init() - listen() } } } namespace de.applegreen.household { namespace web.util { interface de.applegreen.household.web.util.HasLogger { + logger() } } } de.applegreen.household.web.util.DateDaemon .up.|> de.applegreen.household.web.util.HasLogger de.applegreen.household.web.util.DateDaemon o-- de.applegreen.household.business.ClosingService : closingService 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
ed72674e3d6d15a7f9a9c459943d18832e483e40
61f77755f3ca65fa0a0dfbbdc51137e01ded03fc
/design_model/src/main/java/example/designpattern/creational/abstractfactory/Abstract Factory Pattern.puml
46be69b6320d10a5b0d24e67c3c76a9e39c92271
[]
no_license
lyszhen3/myWeb
670e02a585ea3193f6c388b9cea37969a94792dc
c1543ec5f48d84e6c6481a95e54b84f04654b323
refs/heads/master
2023-07-11T02:29:33.530130
2019-02-25T01:39:29
2019-02-25T01:39:29
78,835,228
0
1
null
2022-12-16T04:38:41
2017-01-13T09:31:45
Java
UTF-8
PlantUML
false
false
1,356
puml
@startuml interface SkinFactory{ +Button createButton() +TextField createTextField() +ComboBox createComboBox() } interface Button{ +void display() } interface TextField{ +void display() } interface ComboBox{ +void display() } class SpringSkinFactory{ +Button createButton() +TextField createTextField() +ComboBox createComboBox() } class SummerSkinFactory{ +Button createButton() +TextField createTextField() +ComboBox createComboBox() } class SpringButton{ +void display() } class SummerButton{ +void display() } class SpringTextField{ +void display() } class SummerTextField{ +void display() } class SpringComboBox{ +void display() } class SummerComboBox{ +void display() } SpringSkinFactory .up.|> SkinFactory SummerSkinFactory .up.|> SkinFactory SpringButton .down.|> Button SummerButton .down.|> Button SpringTextField .down.|> TextField SummerTextField .down.|> TextField SpringComboBox .down.|> ComboBox SummerComboBox .down.|> ComboBox SpringSkinFactory .down.> SpringButton:<<create>> SpringSkinFactory .down.> SpringTextField:<<create>> SpringSkinFactory .down.> SpringComboBox:<<create>> SummerSkinFactory .down.> SummerButton:<<create>> SummerSkinFactory .down.> SummerTextField:<<create>> SummerSkinFactory .down.> SummerComboBox:<<create>> Client .right.> SkinFactory Client ..> Button Client ..> TextField Client ..> ComboBox @enduml
9c3ef89453276074d43b1820570369beeae3e302
f38b56d30f1d9ff98f300681f94aae376751472d
/src/main/java/com/_520/factorymethod/factorymethod.puml
577b91b23eae2e8f6744eeb75caafe26e16cb10f
[]
no_license
Werdio66/DesignPatterns
bc6e0a7d3d4f06d5aedbcb50f62c20e38e2b04c0
93f599521d86236b02307aba8f1b198856985511
refs/heads/master
2020-09-11T14:18:25.430217
2020-04-22T13:19:19
2020-04-22T13:19:19
222,093,892
0
0
null
null
null
null
UTF-8
PlantUML
false
false
432
puml
@startuml class Client Client --> Log Client --> LogFactory interface Log { writeLog : void } class FileLog { writeLog : void } class DataBaseLog { writeLog : void } Log <|.. FileLog Log <|.. DataBaseLog interface LogFactory { createLog : Log } class DataBaseLogFactory { createLog : Log } class FileLogFactory { createLog : Log } LogFactory <|.. FileLogFactory LogFactory <|.. DataBaseLogFactory @enduml