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
c55f01ecf2d745b118db961cb82bb75d3be8ec4e
43cd9448f918c38fb4ad7e949eda5c3269beecce
/diagrammes/RechercherProfilDC.puml
23521810f1a20dbc26b2d9bf3367d872ce540848
[]
no_license
Shulk7/technoWeb
600a2d316705d850f0c5483cab0ffe07e90979fb
a28e4e92be83a9ce57a013e4f91a2cea3221efff
refs/heads/master
2020-04-15T10:59:47.618172
2019-01-08T09:21:58
2019-01-08T09:21:58
164,609,318
0
0
null
null
null
null
UTF-8
PlantUML
false
false
506
puml
@startuml title User Case 3 : Rechercher un profil class Utilisateur{ nom score getProfil() miseAjourScore() } class Recherche{ formulaire trierScore() effectuerRecherche() } class Critères{ champs remplir() selectionProfil() } class Profil{ prénom nom adresse mail sexe âge } Utilisateur "1" -- "*" Recherche : effectue Recherche "1" o-- "*" Critères : contient Utilisateur "1" -- "*" Critères : remplit Critères "*" -- "*" Profil : correspondent Profil "1" --* "1" Utilisateur : possède @enduml
8890f44ad2ce16c8131d3687e4e5e0e5730147c2
3a2f557271daa7744529f6d50e53220a506190bf
/doc/Address.plantuml
b160c9354f44d6907826ed0e6169fad8e373cebe
[]
no_license
FlorianMarcon/BankModels
0bcba14a7fa260d7cc37a5ce972cad16e9d6c531
e3fafd273da7724eaaac083cf22ca00d7c90ce82
refs/heads/master
2022-12-29T00:57:05.129521
2020-10-10T12:04:27
2020-10-10T12:04:27
254,835,886
0
0
null
2020-04-18T11:58:04
2020-04-11T09:40:38
TypeScript
UTF-8
PlantUML
false
false
184
plantuml
@startuml class User { address: Address } class Address { state : string city : string postCode: number line1 : string line2 : string } User::address -> Address @enduml
83ab94a1a4ccb7a6432612569f6a379aaea00ca9
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedOrderSetParcelTrackingDataAction.puml
da567ddaa66f9eb7b5c02b45f9b64dcdf2dc46be
[]
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
558
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 StagedOrderSetParcelTrackingDataAction [[StagedOrderSetParcelTrackingDataAction.svg]] extends StagedOrderUpdateAction { action: String parcelId: String parcelKey: String trackingData: [[TrackingData.svg TrackingData]] } interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] { action: String } @enduml
7eec3fecd05dc8bf097143930bf157617585d47c
ec98460ceade2fea0306cdf65f3eec19bfc3a035
/docs/4-3.puml
be9b179f47bccb8f4e91c3352ad90416b3f96f04
[]
no_license
DriftwoodJP/sandbox-ruby-class
54379bd75a632c3b186712724e210131209043d8
ae354d4340ea69264610b74ee4ed4023db639d35
refs/heads/master
2021-09-01T05:51:34.355081
2017-12-25T06:47:53
2017-12-25T06:47:53
114,610,413
1
0
null
null
null
null
UTF-8
PlantUML
false
false
754
puml
@startuml 4-3.png skinparam monochrome true skinparam defaultFontName Ricty hide footbox skinparam classAttributeIconSize 0 title ステートパターン class 社長 { +起立させる() +意見を聞く() } class 社員 { +起立する() +給料を計算する() +主任にする() +担当にする() } class 役職 { +起立する() +給料を計算する() +主任にする() +担当にする() } class 担当 { +起立する() +給料を計算する() +意見を聞く() +主任にする() } class 主任 { +起立する() +給料を計算する() +意見を聞く() +担当にする() } 社長 -> 社員 社員 -> 役職 役職 <|-- 担当 役職 <|-- 主任 @enduml
b2860286165fc6dd0e29aa7655a1e05d35c0e2f4
c73381744f027cb066ce752ae1590b128668a0a4
/docs/diagrams/UML/ParserClassDiagram.puml
8ac7a71e7ad482056588118a6958025dfb05b006
[]
no_license
wangqinNick/tp
d10f9d105ff95aec9ca4dff054c1225b73c08d0c
962afeb345eb8967ab47d1596fc1eb8ab2f48579
refs/heads/master
2021-02-12T01:45:33.306273
2020-11-13T09:57:29
2020-11-13T09:57:29
244,548,857
1
0
null
2020-03-03T05:21:58
2020-03-03T05:21:57
null
UTF-8
PlantUML
false
false
874
puml
@startuml hide circle skinparam classAttributeIconSize 0 abstract class "{abstract} \n Command" package parser { class Parser class AddCommandParser class DeleteCommandParser class DoneCommandParser class EditCommandParser class ListCommandParser class CapCommandParser class GradeCommandParser class HelpCommandParser class LessonParser class TimeTableCommandParser } parser .left.> "{abstract} \n Command" : All Parser classes\ngenerate Command objects Parser .left.> AddCommandParser : All Parser "subclasses" do not\ninherit from Parser Parser .right.> HelpCommandParser Parser ..> DeleteCommandParser Parser ...> DoneCommandParser Parser ....> EditCommandParser Parser ...> ListCommandParser Parser ..> CapCommandParser Parser ....> GradeCommandParser Parser ...> LessonParser Parser ....> TimeTableCommandParser @enduml
3f71180220147fe9094f4b140e571cd4b0236483
d0c4bc316b01e94a06213c21097a8d991ee51c78
/src/main/java/ex46/ex46Diagram.puml
aec34a54d3527cb2834ef5783d4304eda9a5fca0
[]
no_license
Dnguyen99/Nguyen-cop3330-assignment3
14f28209c49546e58b99c6220bdeec3767606341
d0ceb2bcfb5702c1a5216b59bd71100e24abf51d
refs/heads/master
2023-08-20T23:27:58.013282
2021-10-10T23:56:46
2021-10-10T23:56:46
415,726,957
0
0
null
null
null
null
UTF-8
PlantUML
false
false
775
puml
@startuml 'https://plantuml.com/sequence-diagram class WordFrequencyFinder { +main() } WordFrequencyFinder <--o ReadInputFile ReadInputFile : -Scanner scan ReadInputFile : -File file ReadInputFile : -HashMap<String,Integer>map ReadInputFile : +String input ReadInputFile : +String array ReadInputFile : +String key ReadInputFile : +int value ReadInputFile : +ReadInputFile() ReadInputFile : +readFile() ReadInputFile : +HashMap<String,Integer>getData() WordFrequencyFinder <--o PrintReport PrintReport : -HashMap<String,Integer>map PrintReport : +String keys[] PrintReport : +String values[] PrintReport : +int k PrintReport : +int tempvalues[] PrintReport : +String tempkeys[] PrintReport : +int value PrintReport : +PrintReport() PrintReport : +printScreen() @enduml
24c6798cdc4dbe98a14f74f56ee9b510695cbfc7
5992899e0dc7e047598bf810d6d66fb171b6b8fa
/src/main/javadoc/resources/fr/kbertet/util/Couple.iuml
104f7c034cb2af551dd248d00d86eb2db2b460ab
[ "CECILL-B" ]
permissive
kbertet/java-lattices
9e237162ce8330f64769e27284a7f98fa189206f
ddca76f97c41024866e3f3a32b719cb0492c034b
refs/heads/master
2020-12-03T09:19:43.451861
2014-12-12T11:20:45
2014-12-12T11:20:45
29,913,611
1
0
null
2015-01-27T12:41:58
2015-01-27T12:41:58
null
UTF-8
PlantUML
false
false
494
iuml
package fr.kbertet.lattice { class Couple { -Object left -Object right .. Constructors .. +Couple(Object l, Object r) .. Accessors .. +Object getLeft() +Object getRight() .. Mutators .. +Couple setLeft(Object left) +Couple setRight(Object right) .. Transformers .. +String toString() .. Predicates .. +boolean equals(Couple c) +int hashCode() } }
e42c2de0ba4d0aaaa8a7580b4def3ddcbf12c07d
373861653fd34beb6f2e073a3e77e07c9ebc7f5d
/de.gematik.ti.healthcard.common/src/main/java/de/gematik/ti/healthcard/control/common/verifyPin/verifyPin.plantuml
62f44286c645305960523af90d084377c2822097
[ "Apache-2.0" ]
permissive
gematik/ref-HealthCardControlCommon
3c190515d68689fe3d6aec1afaec3013e75011d5
dddb68cecbfe446b6fd76874aac7569ca1fa27a2
refs/heads/master
2022-01-20T15:15:50.239121
2022-01-07T07:24:15
2022-01-07T07:24:15
214,093,084
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,309
plantuml
@startuml namespace de.gematik.ti.healthcard.control.common.verifyPin { class de.gematik.ti.healthcard.control.common.verifyPin.CallbackHandlePin { {static} - LOG : Logger - card : IHealthCard - pinResultResultOperation : ResultOperation<PinResult> - queue : ArrayBlockingQueue<ResultOperation<PinResult>> + CallbackHandlePin() + abortRequest() + call() + handlePinNumber() } class de.gematik.ti.healthcard.control.common.verifyPin.PinConfiguration { - appIds : String[] - pwid : int + PinConfiguration() + getAppIds() + getPwid() } class de.gematik.ti.healthcard.control.common.verifyPin.PinContainer { {static} - EMPTY_APPIDS : String[] {static} - LOG : Logger {static} - PINCONTAINER_EGK2 : Map<String, PinConfiguration> {static} - PINCONTAINER_EGK21 : Map<String, PinConfiguration> {static} - PINCONTAINER_HBA2 : Map<String, PinConfiguration> {static} - PINCONTAINER_HBA21 : Map<String, PinConfiguration> {static} - PINCONTAINER_SMCB2 : Map<String, PinConfiguration> {static} - PINCONTAINER_SMCB21 : Map<String, PinConfiguration> {static} + getPinConfiguration() {static} - getContainer() {static} - getValidPinTypes() } class de.gematik.ti.healthcard.control.common.verifyPin.PinResult { {static} - LOG : Logger - numberRemain : int - pinVerifiSuccess : boolean - verifyResultText : String + PinResult() + getNumberRemain() + getVerifyResultText() + isPinVerifiSuccess() + setNumberRemain() + setPinVerifiSuccess() } enum PinState { NO_ERROR PASSWORD_DISABLED PASSWORD_NOT_FOUND RETRY_COUNTER_COUNT_00 RETRY_COUNTER_COUNT_01 RETRY_COUNTER_COUNT_02 RETRY_COUNTER_COUNT_03 SECURITY_STATUS_NOT_SATISFIED TRANSPORT_STATUS_EMPTY_PIN TRANSPORT_STATUS_TRANSPORT_PIN } class de.gematik.ti.healthcard.control.common.verifyPin.PinVerfiyLauncher { {static} - LOG : Logger {static} - TIMEOUT_SECONDS : long - card : IHealthCard - completableFuture : CompletableFuture<ResultOperation<PinResult>> + PinVerfiyLauncher() + subscribeCancleEvent() + verifyPin() } class de.gematik.ti.healthcard.control.common.verifyPin.PinVerifier { {static} - LOG : Logger - cardHc : IHealthCard + PinVerifier() {static} + stringToIntarray() + verifyPin() - flapMapSelections() - getSelectRootResult() - hookAbsentEvent() - validatePinResult() - verifyPin() } enum VerifyState { verifyRequired verifyValid } enum PinVerifyError { accessErr blocking interruption timeout errorIndex errorMsg } } de.gematik.ti.healthcard.control.common.verifyPin.CallbackHandlePin .up.|> IPinNumberResponseListener de.gematik.ti.healthcard.control.common.verifyPin.CallbackHandlePin .up.|> java.util.concurrent.Callable de.gematik.ti.healthcard.control.common.verifyPin.CallbackHandlePin ..> de.gematik.ti.healthcard.control.common.verifyPin.PinVerifier de.gematik.ti.healthcard.control.common.verifyPin.PinResult +-down- de.gematik.ti.healthcard.control.common.verifyPin.PinResult.PinState de.gematik.ti.healthcard.control.common.verifyPin.PinVerifier o-- de.gematik.ti.healthcard.control.common.verifyPin.PinVerifier.VerifyState : verifyState de.gematik.ti.healthcard.control.common.verifyPin.PinVerifier +-down- de.gematik.ti.healthcard.control.common.verifyPin.PinVerifier.VerifyState @enduml
6edcf86facd44a39c60998cf111666ed2c7f773d
c0038898d724349e1b4fe236d73d318744c68ebc
/docs/HttpServer.puml
e50fb6b1cea2fa7ce4c8af0af804c1eee8ba4ee2
[]
no_license
Westerdals/PGR203-Java-Eksamen-Kalmar99
551be42bc0c9adf6b8e5b1f0e7d016ff08e60697
badb2a80c0dd5d3150c06371bd312a956f729621
refs/heads/master
2022-09-06T05:34:18.508030
2020-05-26T13:45:57
2020-05-26T13:45:57
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
786
puml
@startuml package "httpServer" { class HttpServer{ - port: int - fileLocation: String - serverSocket: ServerSocket + HttpServer() + {static} void main() + void start() - void run() - Map<> requestParameters() + getPort(): int + void setFileLocation() + getFileLocation(): String + void addController() } interface HttpController { void handle() } class MapEntry { key } HttpServer -right-> HttpController: default HttpServer -down-> "*" MapEntry: routes MapEntry -right-> HttpController class FileHttpController implements HttpController { + httpServer: HttpServer + FileHttpController() + void handle() } class EchoHttpController implements HttpController { + void handle() } } @enduml
f2da54feaf87837bf48c117ab8368ce0815b51fc
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ReturnInfo.puml
c976e2b1f88c548a8e3b9120a1368ab1e2ec68e4
[]
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
4,339
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 ReturnInfo [[ReturnInfo.svg]] { items: [[ReturnItem.svg List<ReturnItem>]] returnTrackingId: String returnDate: DateTime } interface ReturnInfoSetMessage [[ReturnInfoSetMessage.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]] returnInfo: [[ReturnInfo.svg List<ReturnInfo>]] } interface ReturnInfoSetMessagePayload [[ReturnInfoSetMessagePayload.svg]] { type: String returnInfo: [[ReturnInfo.svg List<ReturnInfo>]] } interface Order [[Order.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime orderNumber: String purchaseOrderNumber: String customerId: String customerEmail: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] anonymousId: String businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalPrice: [[TypedMoney.svg TypedMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] billingAddress: [[Address.svg Address]] shippingAddress: [[Address.svg Address]] shippingMode: [[ShippingMode.svg ShippingMode]] shippingKey: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] shippingCustomFields: [[CustomFields.svg CustomFields]] shipping: [[Shipping.svg List<Shipping>]] itemShippingAddresses: [[Address.svg List<Address>]] discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] country: String locale: String origin: [[CartOrigin.svg CartOrigin]] cart: [[CartReference.svg CartReference]] quote: [[QuoteReference.svg QuoteReference]] orderState: [[OrderState.svg OrderState]] shipmentState: [[ShipmentState.svg ShipmentState]] paymentState: [[PaymentState.svg PaymentState]] state: [[StateReference.svg StateReference]] syncInfo: [[SyncInfo.svg List<SyncInfo>]] returnInfo: [[ReturnInfo.svg List<ReturnInfo>]] lastMessageSequenceNumber: Long custom: [[CustomFields.svg CustomFields]] completedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] } interface ReturnInfoAddedMessage [[ReturnInfoAddedMessage.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]] returnInfo: [[ReturnInfo.svg ReturnInfo]] } interface ReturnInfoAddedMessagePayload [[ReturnInfoAddedMessagePayload.svg]] { type: String returnInfo: [[ReturnInfo.svg ReturnInfo]] } ReturnInfo --> ReturnInfoSetMessage #green;text:green : "returnInfo" ReturnInfo --> ReturnInfoSetMessagePayload #green;text:green : "returnInfo" ReturnInfo --> Order #green;text:green : "returnInfo" ReturnInfo --> ReturnInfoAddedMessage #green;text:green : "returnInfo" ReturnInfo --> ReturnInfoAddedMessagePayload #green;text:green : "returnInfo" @enduml
bc784e8ead5017c4dd0774fcc63b918355b889a3
b90fdc8479805f468b4eab02c997eaaf30e975b1
/app/app.plantuml
0ff9ddec723e0bc3182fd70c9b8230d8a7b76fda
[]
no_license
LexuLexu/Kanji_Quiz
0a7b0046284641fee749f2a84f68016d0059c6cc
6c5d09006042cdbe06f3d10a71c6eea5728e2374
refs/heads/master
2022-12-07T04:29:03.237323
2020-08-13T13:21:05
2020-08-13T13:21:05
275,585,263
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,252
plantuml
@startuml title __APP's Class Diagram__\n namespace com.example.quiztest1 { class com.example.quiztest1.AboutActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.BuildConfig { } } namespace com.example.quiztest1 { class com.example.quiztest1.EndlessActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.FAQActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.FriendsActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.Global { } } namespace com.example.quiztest1 { class com.example.quiztest1.HelpActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.LeaderboardActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.LevelChoiceActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.LoginActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.N4EnglishActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.N4KanaActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.N5EnglishActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.N5KanaActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.ProfileActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.RegisterActivity { } } namespace com.example.quiztest1 { class com.example.quiztest1.SettingsActivity { } } com.example.quiztest1.AboutActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.EndlessActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.FAQActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.FriendsActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.HelpActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.LeaderboardActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.LevelChoiceActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.N4EnglishActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.N4KanaActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.N5EnglishActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.N5KanaActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.ProfileActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.RegisterActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.quiztest1.SettingsActivity -up-|> androidx.appcompat.app.AppCompatActivity 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
8699787c2eac7c951c9ff78a4956473b0e8619d7
3289e7b4fa7f72772dc5a37a8da47f90b1eeffe6
/src/main/java/ex42/App UML File.puml
b4a2585ebc0860be6b14bfe0116edf6ba12c0471
[]
no_license
Sabrina-Lopez/lopez-cop3330-assignment3
ec2c25c5bcd184ff1e3b00c68aef06076ff41ffb
78d1596134ca462674ab03b07e53865177eeaae9
refs/heads/master
2023-08-30T21:59:34.916799
2021-10-12T03:57:13
2021-10-12T03:57:13
415,290,431
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,594
puml
@startuml 'https://plantuml.com/class-diagram App : +static void main() throws IOException class recordsArrayList { recordsList : String[] recordsList.add(nextRecord) recordsList.size() } class firstNamesArrayList { firstNamesList : String[] firstNamesList.add(recordDetails[0]) firstNamesList.get() } class lastNamesArrayList { lastNamesList : String[] lastNamesList.add(recordDetails[1]) lastNamesList.get() } class salariesArrayList { salariesList : String[] salariesList.add(recordDetails[2]) salariesList.get() } class File { recordsListFile : File recordsListInput.close() } class nextRecord { nextRecord : String[] } class recordDetails { recordDetails : String[] } class Scanner { recordsListInput : Scanner recordsListInput.hasNextLine() } App *- recordsArrayList : contains > App *- firstNamesArrayList : contains > App *- lastNamesArrayList : contains > App *- salariesArrayList : contains > App *- recordDetails : contains > App *- File : contains > App *- Scanner : contains > App *- nextRecord : contains > Scanner -- File : input read through < Scanner -- nextRecord : places file input into > nextRecord -- recordsArrayList : places file input into > recordsArrayList -- recordDetails : separate record components into different array lists > recordDetails -- firstNamesArrayList : first names from recordsList will go into > recordDetails -- lastNamesArrayList : last names from recordsList will go into > recordDetails -- salariesArrayList : last names from recordsList will go into > @enduml
210313752ae3416dc6ae38df73e802997a161bc5
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii04/doc/plantuml/ua/khpi/oop/malokhvii04/shell/commands/text/SearchPalindromesCommand.puml
40f10b119b773fe512a1de3d7507b78b788b9a5d
[ "MIT" ]
permissive
P-Kalin/kit26a
fb229a10ad20488eacbd0bd573c45c1c4f057413
2904ab619ee48d5d781fa3d531c95643d4d4e17a
refs/heads/master
2021-08-30T06:07:46.806421
2017-12-16T09:56:41
2017-12-16T09:56:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
590
puml
@startuml class SearchPalindromesCommand { {static} -description: String {static} -AMOUNT_OF_PALINDROMES_IN_SINGLE_LINE: int {static} -keys: List<String> {static} -RESOURCE_BUNDLE_NAME: String {static} -resourceBundle: ResourceBundle +SearchPalindromesCommand() {static} -printPalindromes(Collection<String>): void {static} #updateResourceBundle(): void +execute(): void +getDescription(): String +getKeys(): List<String> +update(Observable, Object): void } @enduml
b2bfd49629f5fb11521152f810b0f20be5bae38a
4444b237cb74fd0ebb0f7273c4317e50838279a6
/docs/abstract_factory_diagram.puml
c2e79f185359aafde95117db09bad9064c5bae6c
[ "MIT" ]
permissive
will-r-wang/CMSLearn-Course-Management-System
bd3243927b293b324315ac38299a4046979d5559
016d7cfa6b65539aac51eb192e6acb8809608b58
refs/heads/main
2023-04-04T07:11:51.988562
2021-04-14T15:05:15
2021-04-14T15:05:15
340,215,527
1
2
null
2021-04-16T14:31:00
2021-02-19T00:33:05
Ruby
UTF-8
PlantUML
false
false
1,153
puml
@startuml package activity.package { class ResourceFactory { create_resource(type, kwargs) } class DeliverableFactory { create_deliverable(type, kwargs) } class Resource { title : string, hyperlink : string, type : string, } abstract Activity ResourceFactory --> Resource: creates DeliverableFactory --> Deliverable: creates Activity <.. Resource : "implements" Activity <.. Deliverable : "implements" Resource <.. URL : "implements" Resource <.. Document : "implements" Resource <.. Video : "implements" class Deliverable { title : string, weight : float, type : string } class Quiz { time_opened : string, time_closed : string, allotted_time : string, type : string } class Assignment { due_date : datetime, submission_type : string, } Deliverable <.. Tutorial : "implements" Deliverable <.. Quiz : "implements" Deliverable <.. Assignment : "implements" } abstract class ActivityFactory { create_activity(deliverable_type, kwargs) } ActivityFactory <.. ResourceFactory : extends ActivityFactory <.. DeliverableFactory : extends @enduml
dece0cf1caba0ae807272a587add96ef87aafeba
17ec522efc16da46e9dafa6ff3af640eb4929d67
/Java.plantuml
1ac551c64ca050c20bc75f73179551569661c0ee
[]
no_license
gisellejimenezc/Test
cbc363349834c3c3272bd0505e51b2bb407272bc
1001ed44aa8eed8bfd200d3548b95b3443df0a37
refs/heads/master
2020-03-27T18:08:31.485837
2018-09-17T14:57:44
2018-09-17T14:57:44
146,900,999
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,415
plantuml
@startuml title __JAVA's Class Diagram__\n package com.m2i.poe { package com.m2i.poe.genetic { class ARN { } } } package com.m2i.poe { package com.m2i.poe.bank { class Account { } } } package com.m2i.poe { package com.m2i.poe.genetic { class AminoAcid { } } } package com.m2i.poe { package com.m2i.poe.media { class Author { } } } package com.m2i.poe { package com.m2i.poe.genetic { class Base { } } } package com.m2i.poe { package com.m2i.poe.media { class Book { } } } package com.m2i.poe { package com.m2i.poe.geometry { class Carre { } } } package com.m2i.poe { package com.m2i.poe.media { class Cart { } } } package com.m2i.poe { package com.m2i.poe.media { class Cd { } } } package com.m2i.poe { package com.m2i.poe.bank { class Customer { } } } package com.m2i.poe { package com.m2i.poe.genetic { class DNA { } } } package com.m2i.poe { package com.m2i.poe.media { class Dvd { } } } package com.m2i.poe { package com.m2i.poe.media { interface IMedia { } } } package com.m2i.poe { class Main { } } package com.m2i.poe { package com.m2i.poe.bank { class Main { } } } package com.m2i.poe { package com.m2i.poe.genetic { class Main { } } } package com.m2i.poe { package com.m2i.poe.media { abstract class Media { } } } package com.m2i.poe { package com.m2i.poe.media { class Media2 { } } } package com.m2i.poe { package com.m2i.poe.media { class MediaMain { } } } package com.m2i.poe { package com.m2i.poe.geometry { class Point { } } } package com.m2i.poe { package com.m2i.poe.geometry { class Point3d { } } } package com.m2i.poe { package com.m2i.poe.geometry { class Program { } } } package com.m2i.poe { package com.m2i.poe.media { class Publisher { } } } package com.m2i.poe { package com.m2i.poe.geometry { class Rectangle { } } } package com.m2i.poe { package com.m2i.poe.bank { class Transaction { } } } package com.m2i.poe { package com.m2i.poe.geometry { class TriangleRectangle { } } } Account o-- Customer : customer Book -up-|> Media Carre -up-|> Rectangle Cd -up-|> Media Dvd -up-|> Media Media -up-|> IMedia Media o-- Publisher : publisher Media2 -up-|> IMedia Point3d -up-|> Point Rectangle o-- Point : origin Transaction o-- Account : fromAccount Transaction o-- Account : toAccount 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
741acb7e8cbc390c74b38fd0b14e98d45022c128
06b4f9b29e51db9eef79b9f9828f3aa369840ec1
/src/main/java/Server/Server.plantuml
0bbb557afcfe0f26cd290763c8554eede6f0f16a
[]
no_license
inf112-v19/Thebadguys
d650f57d5b23824e82498cfc55c7026d29a59762
ec1cbbd1ab466b1482fb0a72b466f351481d4917
refs/heads/master
2020-04-19T11:14:13.465654
2019-05-03T17:29:09
2019-05-03T17:29:09
168,161,605
0
0
null
2019-03-08T14:24:40
2019-01-29T13:44:35
Java
UTF-8
PlantUML
false
false
4,658
plantuml
@startuml title __SERVER's Class Diagram__\n package Server { class Client { {static} - serialVersionUID : long - run : Thread - listen : Thread - ready : boolean - orde : String - move : String - order : int[] - moves : String[][] - clientCount : int + started : boolean - running : boolean + Client() + run() + send() + listen() + getBackendClient() + askReady() + makeMoves() + makeOrder() + getClientCount() + setClientCount() + getMoves() + getOrder() + getStarted() } } package Server { class ClientBackend { - name : String - address : String - port : int - socket : DatagramSocket - ip : InetAddress - send : Thread - id : int + ClientBackend() + getName() + setName() + openConnection() + receive() + send() + close() + setID() + getID() } } package Server { class Identifier { {static} - ids : List<Integer> {static} - range : int {static} - index : int - Identifier() {static} + getIdentifier() } } package Server { class Server { - socket : DatagramSocket - port : int - run : Thread - manage : Thread - send : Thread - receive : Thread - running : boolean - started : boolean - clients : List<ServerClient> - clientResponse : List<Integer> - ready : boolean[] - clientCards : String[][] - moves : String - moveOrder : String - MAX_ATTEMPTS : int + Server() + run() - manageClients() - receive() - sendToAll() - sendToAllButMe() - send() - process() - disconnect() + clientCount() + setStarted() + getReady() + roundStart() + orderMoves() + indexOfMax() + start() - quit() } } package Server { class ServerClient { + name : String + address : InetAddress + port : int - ID : int + attempt : int + ServerClient() + getID() } } Client -up-|> Runnable Client -up-|> JFrame Client o-- ClientBackend : client AccessibleJFrame -up-|> AccessibleAWTFrame AccessibleContainerHandler -up-|> ContainerListener AccessibleAWTComponentHandler -up-|> ComponentListener AccessibleAWTFocusHandler -up-|> FocusListener AccessibleAWTFrame -up-|> AccessibleAWTWindow AccessibleContainerHandler -up-|> ContainerListener AccessibleAWTComponentHandler -up-|> ComponentListener AccessibleAWTFocusHandler -up-|> FocusListener AccessibleAWTWindow -up-|> AccessibleAWTContainer AccessibleContainerHandler -up-|> ContainerListener AccessibleAWTComponentHandler -up-|> ComponentListener AccessibleAWTFocusHandler -up-|> FocusListener WindowDisposerRecord -up-|> DisposerRecord AccessibleAWTContainer -up-|> AccessibleAWTComponent AccessibleAWTContainer +-down- AccessibleContainerHandler AccessibleContainerHandler -up-|> ContainerListener AccessibleAWTComponentHandler -up-|> ComponentListener AccessibleAWTFocusHandler -up-|> FocusListener DropTargetEventTargetFilter -up-|> EventTargetFilter MouseEventTargetFilter -up-|> EventTargetFilter WakingRunnable -up-|> Runnable AccessibleAWTComponent -up-|> Serializable AccessibleAWTComponent -up-|> AccessibleComponent AccessibleAWTComponent -up-|> AccessibleContext AccessibleAWTComponent +-down- AccessibleAWTComponentHandler AccessibleAWTComponent +-down- AccessibleAWTFocusHandler AccessibleAWTComponentHandler -up-|> ComponentListener AccessibleAWTFocusHandler -up-|> FocusListener BltBufferStrategy -up-|> BufferStrategy BltSubRegionBufferStrategy -up-|> SubRegionShowable BltSubRegionBufferStrategy -up-|> BltBufferStrategy DummyRequestFocusController -up-|> RequestFocusController FlipBufferStrategy -up-|> BufferStrategy FlipSubRegionBufferStrategy -up-|> SubRegionShowable FlipSubRegionBufferStrategy -up-|> FlipBufferStrategy ProxyCapabilities -up-|> ExtendedBufferCapabilities FlipContents -up-|> AttributeValue SingleBufferStrategy -up-|> BufferStrategy Server -up-|> Runnable 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
f9f6754b5e7d554726b1da70a8f0def675f7dba7
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/Api/ITestRunnerApi.puml
55950e0e4629829371fcd0fbca98b2253b93f7f5
[]
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
291
puml
@startuml interface ITestRunnerApi { Execute(executionSettings:ExecutionSettings) : string RegisterCallbacks(testCallbacks:T, priority:int) : void UnregisterCallbacks(testCallbacks:T) : void RetrieveTestList(testMode:TestMode, callback:Action<ITestAdaptor>) : void } @enduml
2f1b65f849e56145840a6466915e94d8817bf4dd
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/Core/MORR/Data/Transcoding/Exceptions/DecodingException.puml
8d9d7448c1ce694ea9cca2cddf5fa8022917e900
[ "MIT" ]
permissive
insightmind/MORR
913c0c16d14745cbde40af07322ca339a0373f32
0830f2155fb3b32dc127587e07cbd780deb0e118
refs/heads/develop
2020-12-08T00:23:17.488431
2020-04-05T20:50:44
2020-04-05T20:50:44
232,827,908
5
1
MIT
2020-04-05T20:55:27
2020-01-09T14:28:48
HTML
UTF-8
PlantUML
false
false
334
puml
@startuml skinparam monochrome true skinparam classAttributeIconSize 0 !startsub default class DecodingException { + <<create>> DecodingException() + <<create>> DecodingException(message: string) + <<create>> DecodingException(message: string, innerException: Exception) } !endsub Exception <|-- DecodingException @enduml
18ee506fe2b79afe192c53c3fabae9b4aed0a5f3
b98b45a77c5c797e0f5ab7569e25dcd140d16910
/src/main/java/ex43/ex43.puml
42a3919a091bda46029c996ac6f89bdf1a2e92a7
[]
no_license
JMoorC/Moore-cop3330-assignment3
1e2cfe9006a57794bdfe53531c843cdf79b0e028
bb18814b4d672f1454863e5d13b7c7dae9d99998
refs/heads/master
2023-08-25T18:41:07.203669
2021-10-12T02:58:09
2021-10-12T02:58:09
415,769,582
0
0
null
null
null
null
UTF-8
PlantUML
false
false
274
puml
@startuml class App{ main() } class Website{ -siteName : String -author : String -homeDir : String -hasJS : boolean -hasCSS : boolean +Website() +getInfo() +formatOutput() +createIndex() +createFolder() } Website -- App @enduml
7e9f7740dc7e259d082148fa505bfc0b3f64f96f
19f793bed6a7ddbe4f01616e2374a9ddc459e8b1
/doc/创建型模式/单例模式-类图(4分).puml
6ae61ff425c2b108d464b3291c1a58c2ed7da555
[]
no_license
1wang1/design-patterns
02a87e8c2f170f2a2de4993e8f11b9ef9a522627
5ebd98248ea5a035e19a843f823971676899a212
refs/heads/master
2022-12-19T04:30:30.790952
2020-09-27T11:42:41
2020-09-27T11:42:41
272,214,620
0
0
null
null
null
null
UTF-8
PlantUML
false
false
179
puml
@startuml class Singleton{ - instance:Singleton + getInstance():Singleton + singletonOperation():void -<constructor> Singleton():void } Singleton <--o Singleton:instance @enduml
12d4a711f688ad959cafbdab0a740dc7c548470f
ff27e165d649e5947c62e2d619d03771149cc850
/teoria_dos_jogos/uml.puml
8ac29e2df85898499853d224825695492e945e24
[]
no_license
yasmin15carolina/Bens_Publicos
705bf1636a12fb4205c8e9aec8599cd8b5885ced
26c92cebda2aebcb82e6494d4f08eafd0d084427
refs/heads/master
2023-09-02T17:23:19.111189
2021-11-22T23:31:08
2021-11-22T23:31:08
413,542,520
0
0
null
null
null
null
UTF-8
PlantUML
false
false
81,033
puml
@startuml set namespaceSeparator :: class "teoria_dos_jogos::AppLanguage.dart::AppLanguage" { -Locale _appLocale +Locale appLocal +dynamic fetchLocale() +void changeLanguage() } "teoria_dos_jogos::AppLanguage.dart::AppLanguage" o-- "dart::ui::Locale" "flutter::src::foundation::change_notifier.dart::ChangeNotifier" <|-- "teoria_dos_jogos::AppLanguage.dart::AppLanguage" class "teoria_dos_jogos::app_localizations.dart::AppLocalizations" { +Locale locale {static} +LocalizationsDelegate<AppLocalizations> delegate -Map _localizedStrings {static} +AppLocalizations of() +Future load() +dynamic translate() } "teoria_dos_jogos::app_localizations.dart::AppLocalizations" o-- "dart::ui::Locale" "teoria_dos_jogos::app_localizations.dart::AppLocalizations" o-- "flutter::src::widgets::localizations.dart::LocalizationsDelegate<AppLocalizations>" class "teoria_dos_jogos::app_localizations.dart::_AppLocalizationsDelegate" { +bool isSupported() +Future load() +bool shouldReload() } "flutter::src::widgets::localizations.dart::LocalizationsDelegate<T>" <|-- "teoria_dos_jogos::app_localizations.dart::_AppLocalizationsDelegate" class "teoria_dos_jogos::classes::connection.dart::Connection" { {static} +dynamic checkConnection() {static} +dynamic loading() {static} +dynamic loadingConnection() {static} +dynamic noConnection() {static} +Future showLoadingDialog() } class "teoria_dos_jogos::classes::Database.dart::Database" { {static} +dynamic validateKey() {static} +dynamic select() {static} +dynamic insert() +dynamic getData() {static} +dynamic insertUser() {static} +dynamic insertRounds() {static} +dynamic getDilemmaVariables() {static} +dynamic getMaxLength() } class "teoria_dos_jogos::classes::excel.dart::Excelfile" { +Excel excel +dynamic context +dynamic createSheetPrisonerDilemma() +dynamic createSheetPublicGoods() +dynamic saveExcel() } "teoria_dos_jogos::classes::excel.dart::Excelfile" o-- "excel::excel.dart::Excel" class "teoria_dos_jogos::classes::maxLength.dart::MaxLength" { +int character_maximum_length +Map toJson() {static} -int _stringToInt() {static} -String _stringFromInt() } class "teoria_dos_jogos::classes::pdf.dart::Pdf" { +Document pdfFile +dynamic createPdf() +dynamic salvePdf() } "teoria_dos_jogos::classes::pdf.dart::Pdf" o-- "pdf::widgets.dart::Document" class "teoria_dos_jogos::classes::pdf.dart::PdfWeb" { } class "teoria_dos_jogos::classes::time_taken_round_pd.dart::PDTimeRound" { +int userId +int round +Duration dragCard +dynamic setDragCard() } class "teoria_dos_jogos::classes::time_taken_round_pg.dart::PGTimeRound" { +int userId +int round +Duration dragToken +Duration distribution +Duration election +dynamic setDragToken() +dynamic setDistribution() +dynamic setElection() } class "teoria_dos_jogos::classes::time_taken_tutorial_pd.dart::PDTimeTutorial" { +int userId +Duration total +Duration tutorial +Duration distribution +Duration election +int sawTutorial +int sawDistribution +int sawElection +dynamic setTutorial() +dynamic sawTutorialCountUp() } class "teoria_dos_jogos::classes::time_taken_tutorial_pg.dart::PGTimeTutorial" { +int userId +Duration total +Duration main +Duration distribution +Duration election +int sawMain +int sawDistribution +int sawElection +dynamic setMain() +dynamic setDistribution() +dynamic setElection() +dynamic sawMainCountUp() +dynamic sawDistributionCountUp() +dynamic sawElectionCountUp() } class "teoria_dos_jogos::classes::user.dart::User" { +dynamic id +String name +dynamic age +String gender +String cours +String imgPath +String educationLevel +String occupation +String experiment +String device +DateTime start +List<FlSpot> cooperateList +List<FlSpot> defectList +dynamic graphicCooperate() +dynamic graphicdefect() } class "teoria_dos_jogos::generated::intl::messages_en.dart::MessageLookup" { +Map<String, dynamic> messages +String localeName {static} -dynamic _notInlinedMessages() } "intl::message_lookup_by_library.dart::MessageLookupByLibrary" <|-- "teoria_dos_jogos::generated::intl::messages_en.dart::MessageLookup" class "teoria_dos_jogos::generated::l10n.dart::S" { {static} +S current {static} +AppLocalizationDelegate delegate {static} +Future load() {static} +S of() } "teoria_dos_jogos::generated::l10n.dart::S" o-- "teoria_dos_jogos::generated::l10n.dart::S" "teoria_dos_jogos::generated::l10n.dart::S" o-- "teoria_dos_jogos::generated::l10n.dart::AppLocalizationDelegate" class "teoria_dos_jogos::generated::l10n.dart::AppLocalizationDelegate" { +List<Locale> supportedLocales +bool isSupported() +Future load() +bool shouldReload() -bool _isSupported() } "flutter::src::widgets::localizations.dart::LocalizationsDelegate<T>" <|-- "teoria_dos_jogos::generated::l10n.dart::AppLocalizationDelegate" class "teoria_dos_jogos::main.dart::MyApp" { +AppLanguage appLanguage +Widget build() } "teoria_dos_jogos::main.dart::MyApp" o-- "teoria_dos_jogos::AppLanguage.dart::AppLanguage" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::main.dart::MyApp" class "teoria_dos_jogos::main.dart::ChooseGamePage" { +dynamic title +_ChooseGamePageState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::main.dart::ChooseGamePage" class "teoria_dos_jogos::main.dart::_ChooseGamePageState" { +TextEditingController keytxt -GlobalKey<State<StatefulWidget>> _keyLoader +void initState() -Future _handleSubmit() +dynamic validateKey() +dynamic loadCode() +Widget build() } "teoria_dos_jogos::main.dart::_ChooseGamePageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController" "teoria_dos_jogos::main.dart::_ChooseGamePageState" o-- "flutter::src::widgets::framework.dart::GlobalKey<State<StatefulWidget>>" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::main.dart::_ChooseGamePageState" class "teoria_dos_jogos::main.dart::SliderExample" { +_SliderExampleState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::main.dart::SliderExample" class "teoria_dos_jogos::main.dart::_SliderExampleState" { +double rating +void initState() +void dispose() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::main.dart::_SliderExampleState" class "teoria_dos_jogos::myteste.dart::Myteste" { +_MytesteState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::myteste.dart::Myteste" class "teoria_dos_jogos::myteste.dart::_MytesteState" { +bool start +bool show +PublicGoodsVariables variables +dynamic coinsAnimation +void dispose() +dynamic starta() +Widget build() } "teoria_dos_jogos::myteste.dart::_MytesteState" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::myteste.dart::_MytesteState" class "teoria_dos_jogos::pages::UserForms.page.dart::UserForms" { +dynamic game +dynamic variables +List<MaxLength> lengths +_UserFormsState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::pages::UserForms.page.dart::UserForms" class "teoria_dos_jogos::pages::UserForms.page.dart::_UserFormsState" { +dynamic dropImageValue +User user +TextEditingController txtName +TextEditingController txtAge +TextEditingController txtCurs +TextEditingController txtOccupation +bool other +bool female +bool male +bool superior +bool otherCurs +List levels +List courses +dynamic dropdownEducation +dynamic dropdownCurs +DeviceInfoPlugin deviceInfo -GlobalKey<FormState> _formKey +void initState() +dynamic validator() +Widget build() } "teoria_dos_jogos::pages::UserForms.page.dart::_UserFormsState" o-- "teoria_dos_jogos::classes::user.dart::User" "teoria_dos_jogos::pages::UserForms.page.dart::_UserFormsState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController" "teoria_dos_jogos::pages::UserForms.page.dart::_UserFormsState" o-- "device_info::device_info.dart::DeviceInfoPlugin" "teoria_dos_jogos::pages::UserForms.page.dart::_UserFormsState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FormState>" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::pages::UserForms.page.dart::_UserFormsState" class "teoria_dos_jogos::pages::welcome.page.dart::WelcomePage" { +_WelcomePageState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::pages::welcome.page.dart::WelcomePage" class "teoria_dos_jogos::pages::welcome.page.dart::_WelcomePageState" { +void initState() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::pages::welcome.page.dart::_WelcomePageState" class "teoria_dos_jogos::prisoners_dilemma::classes::dilemmaVariables.dart::DilemmaVariables" { +int id +String key +String algorithm +String secondAlgorithm +String gameName +String descri +int bothCooperate +int bothDefect +int cooperateLoses +int defectWin +int roundsNumber +int maxTime +int stable +bool showRounds +bool showClock +bool showYourPoints +bool showOtherPoints +bool yourPointsRand +bool otherPointsRand +DateTime start +DateTime end +Map toJson() {static} -int _stringToInt() {static} -String _stringFromInt() {static} -bool _stringToBool() {static} -String _stringFromBool() {static} +bool parseBool() } class "teoria_dos_jogos::prisoners_dilemma::pages::game.page.dart::DilemmaGamePage" { +DilemmaVariables variables +User user +dynamic txtOtherChoice +dynamic txtYourChoice +PDTimeTutorial timeTutorial +_DilemmaGamePageState createState() } "teoria_dos_jogos::prisoners_dilemma::pages::game.page.dart::DilemmaGamePage" o-- "teoria_dos_jogos::prisoners_dilemma::classes::dilemmaVariables.dart::DilemmaVariables" "teoria_dos_jogos::prisoners_dilemma::pages::game.page.dart::DilemmaGamePage" o-- "teoria_dos_jogos::classes::user.dart::User" "teoria_dos_jogos::prisoners_dilemma::pages::game.page.dart::DilemmaGamePage" o-- "teoria_dos_jogos::classes::time_taken_tutorial_pd.dart::PDTimeTutorial" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::pages::game.page.dart::DilemmaGamePage" class "teoria_dos_jogos::prisoners_dilemma::pages::game.page.dart::_DilemmaGamePageState" { +PrisonerDilemmaGame game +Widget yourChoice +Widget otherChoice +int userChoice +bool draggable +void initState() +Widget build() } "teoria_dos_jogos::prisoners_dilemma::pages::game.page.dart::_DilemmaGamePageState" o-- "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::PrisonerDilemmaGame" "teoria_dos_jogos::prisoners_dilemma::pages::game.page.dart::_DilemmaGamePageState" o-- "flutter::src::widgets::framework.dart::Widget" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::prisoners_dilemma::pages::game.page.dart::_DilemmaGamePageState" class "teoria_dos_jogos::prisoners_dilemma::pages::tutorial.page.dart::DilemmaTutorialPage" { +DilemmaVariables variables +User user +_DilemmaTutorialPageState createState() } "teoria_dos_jogos::prisoners_dilemma::pages::tutorial.page.dart::DilemmaTutorialPage" o-- "teoria_dos_jogos::prisoners_dilemma::classes::dilemmaVariables.dart::DilemmaVariables" "teoria_dos_jogos::prisoners_dilemma::pages::tutorial.page.dart::DilemmaTutorialPage" o-- "teoria_dos_jogos::classes::user.dart::User" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::pages::tutorial.page.dart::DilemmaTutorialPage" class "teoria_dos_jogos::prisoners_dilemma::pages::tutorial.page.dart::_DilemmaTutorialPageState" { +int i +List<InterfaceAndText> exibitionOrder +DateTime startTutorial +PDTimeTutorial timeTutorial +void initState() +void dispose() +Widget build() } "teoria_dos_jogos::prisoners_dilemma::pages::tutorial.page.dart::_DilemmaTutorialPageState" o-- "teoria_dos_jogos::classes::time_taken_tutorial_pd.dart::PDTimeTutorial" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::prisoners_dilemma::pages::tutorial.page.dart::_DilemmaTutorialPageState" class "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::DilemmaRound" { } "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::_DilemmaRoundBase" <|-- "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::DilemmaRound" "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::_$DilemmaRound" <|-- "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::DilemmaRound" abstract class "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::_DilemmaRoundBase" { +PDTimeRound timeRound +int oponentChoice +int userChoice +bool lostRound +int stableCount +int round +int oponentPoints +int userPoints +bool seeYourPoints +bool seeOtherPoints +bool yourRand +bool otherRand +String result +dynamic calculateResult() +dynamic printaLista() } "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::_DilemmaRoundBase" o-- "teoria_dos_jogos::classes::time_taken_round_pd.dart::PDTimeRound" "mobx::src::api::store.dart::Store" <|-- "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::_DilemmaRoundBase" abstract class "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::_$DilemmaRound" { -dynamic _$roundAtom -dynamic _$seeYourPointsAtom -dynamic _$seeOtherPointsAtom -dynamic _$yourRandAtom -dynamic _$otherRandAtom -dynamic _$resultAtom -ActionController _$_DilemmaRoundBaseActionController +int round +bool seeYourPoints +bool seeOtherPoints +bool yourRand +bool otherRand +String result +dynamic calculateResult() +String toString() } "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::_$DilemmaRound" o-- "mobx::src::core.dart::ActionController" class "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::PrisonerDilemmaGame" { } "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_PrisonerDilemmaGameBase" <|-- "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::PrisonerDilemmaGame" "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_$PrisonerDilemmaGame" <|-- "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::PrisonerDilemmaGame" abstract class "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_PrisonerDilemmaGameBase" { +User user +dynamic context +DilemmaVariables variables +PDTimeTutorial timeTutorial +AudioCache audioCache +dynamic yourTxt +dynamic otherTxt +bool lastToPlay +bool endGame +bool db +dynamic currentlyAlgorithm +bool startTiming +dynamic animateClock +Widget yourChoiceTarget +Widget otherChoiceTarget +bool draggable +int oponentChoice +int userChoice +DilemmaRound dilemmaRound +dynamic listRounds +dynamic userId +int otherPlayerDelay +int waitDelay +dynamic toggleYourPoints() +dynamic toggleOtherPoints() +dynamic onDragCard() +dynamic executeAlgorithm() +dynamic callPlayersDelay() +dynamic checkStability() +dynamic showResult() +dynamic registerRound() +dynamic nextRound() +dynamic timeOut() +dynamic sendDataToDatabase() +dynamic showGraphic() +dynamic onEndCardAnimation() } "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_PrisonerDilemmaGameBase" o-- "teoria_dos_jogos::classes::user.dart::User" "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_PrisonerDilemmaGameBase" o-- "teoria_dos_jogos::prisoners_dilemma::classes::dilemmaVariables.dart::DilemmaVariables" "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_PrisonerDilemmaGameBase" o-- "teoria_dos_jogos::classes::time_taken_tutorial_pd.dart::PDTimeTutorial" "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_PrisonerDilemmaGameBase" o-- "audioplayers::audio_cache.dart::AudioCache" "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_PrisonerDilemmaGameBase" o-- "flutter::src::widgets::framework.dart::Widget" "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_PrisonerDilemmaGameBase" o-- "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::DilemmaRound" "mobx::src::api::store.dart::Store" <|-- "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_PrisonerDilemmaGameBase" abstract class "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_$PrisonerDilemmaGame" { -dynamic _$startTimingAtom -dynamic _$animateClockAtom -dynamic _$yourChoiceTargetAtom -dynamic _$otherChoiceTargetAtom -dynamic _$draggableAtom -dynamic _$oponentChoiceAtom -dynamic _$userChoiceAtom -dynamic _$dilemmaRoundAtom -dynamic _$otherPlayerDelayAtom -dynamic _$waitDelayAtom -AsyncAction _$executeAlgorithmAsyncAction -AsyncAction _$sendDataToDatabaseAsyncAction -ActionController _$_PrisonerDilemmaGameBaseActionController +bool startTiming +dynamic animateClock +Widget yourChoiceTarget +Widget otherChoiceTarget +bool draggable +int oponentChoice +int userChoice +DilemmaRound dilemmaRound +int otherPlayerDelay +int waitDelay +dynamic executeAlgorithm() +dynamic sendDataToDatabase() +dynamic toggleYourPoints() +dynamic toggleOtherPoints() +dynamic onDragCard() +dynamic callPlayersDelay() +dynamic checkStability() +dynamic showResult() +dynamic registerRound() +dynamic nextRound() +dynamic timeOut() +dynamic showGraphic() +dynamic onEndCardAnimation() +dynamic toString() } "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_$PrisonerDilemmaGame" o-- "mobx::src::api::async.dart::AsyncAction" "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_$PrisonerDilemmaGame" o-- "mobx::src::core.dart::ActionController" "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_$PrisonerDilemmaGame" o-- "flutter::src::widgets::framework.dart::Widget" "teoria_dos_jogos::prisoners_dilemma::store::prisoner_dilemma_game_store.dart::_$PrisonerDilemmaGame" o-- "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::DilemmaRound" class "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::PrisonerDilemmaTutorial" { } "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_PrisonerDilemmaTutorialBase" <|-- "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::PrisonerDilemmaTutorial" "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_$PrisonerDilemmaTutorial" <|-- "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::PrisonerDilemmaTutorial" abstract class "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_PrisonerDilemmaTutorialBase" { +dynamic context +DilemmaVariables variables +AudioCache audioCache +dynamic yourTxt +dynamic otherTxt +bool lastToPlay +Function next +bool startTiming +dynamic animateClock +Widget yourChoiceTarget +Widget otherChoiceTarget +bool draggable +int oponentChoice +int userChoice +DilemmaRound dilemmaRound +dynamic listRounds +dynamic userId +int otherPlayerDelay +int waitDelay +dynamic toggleYourPoints() +dynamic toggleOtherPoints() +dynamic onDragCard() +dynamic computeChoice() +dynamic showResult() +dynamic nextRound() +dynamic timeOut() +dynamic sendDataToDatabase() +dynamic showGraphic() +dynamic onEndCardAnimation() } "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_PrisonerDilemmaTutorialBase" o-- "teoria_dos_jogos::prisoners_dilemma::classes::dilemmaVariables.dart::DilemmaVariables" "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_PrisonerDilemmaTutorialBase" o-- "audioplayers::audio_cache.dart::AudioCache" "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_PrisonerDilemmaTutorialBase" o-- "flutter::src::widgets::framework.dart::Widget" "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_PrisonerDilemmaTutorialBase" o-- "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::DilemmaRound" "mobx::src::api::store.dart::Store" <|-- "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_PrisonerDilemmaTutorialBase" abstract class "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_$PrisonerDilemmaTutorial" { -dynamic _$startTimingAtom -dynamic _$animateClockAtom -dynamic _$yourChoiceTargetAtom -dynamic _$otherChoiceTargetAtom -dynamic _$draggableAtom -dynamic _$oponentChoiceAtom -dynamic _$userChoiceAtom -dynamic _$dilemmaRoundAtom -dynamic _$otherPlayerDelayAtom -dynamic _$waitDelayAtom -AsyncAction _$computeChoiceAsyncAction -AsyncAction _$sendDataToDatabaseAsyncAction -ActionController _$_PrisonerDilemmaTutorialBaseActionController +bool startTiming +dynamic animateClock +Widget yourChoiceTarget +Widget otherChoiceTarget +bool draggable +int oponentChoice +int userChoice +DilemmaRound dilemmaRound +int otherPlayerDelay +int waitDelay +dynamic computeChoice() +dynamic sendDataToDatabase() +dynamic toggleYourPoints() +dynamic toggleOtherPoints() +dynamic onDragCard() +dynamic showResult() +dynamic nextRound() +dynamic timeOut() +dynamic showGraphic() +dynamic onEndCardAnimation() +dynamic toString() } "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_$PrisonerDilemmaTutorial" o-- "mobx::src::api::async.dart::AsyncAction" "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_$PrisonerDilemmaTutorial" o-- "mobx::src::core.dart::ActionController" "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_$PrisonerDilemmaTutorial" o-- "flutter::src::widgets::framework.dart::Widget" "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::_$PrisonerDilemmaTutorial" o-- "teoria_dos_jogos::prisoners_dilemma::store::dilemmaround_store.dart::DilemmaRound" class "teoria_dos_jogos::prisoners_dilemma::tutorial::gameExample.dart::DilemmaGameTutorial" { +DilemmaVariables variables +dynamic txtOtherChoice +dynamic txtYourChoice +bool draggable +Function next +_DilemmaGameTutorialState createState() } "teoria_dos_jogos::prisoners_dilemma::tutorial::gameExample.dart::DilemmaGameTutorial" o-- "teoria_dos_jogos::prisoners_dilemma::classes::dilemmaVariables.dart::DilemmaVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::tutorial::gameExample.dart::DilemmaGameTutorial" class "teoria_dos_jogos::prisoners_dilemma::tutorial::gameExample.dart::_DilemmaGameTutorialState" { +PrisonerDilemmaTutorial game +bool hideVariables +void initState() +Widget build() } "teoria_dos_jogos::prisoners_dilemma::tutorial::gameExample.dart::_DilemmaGameTutorialState" o-- "teoria_dos_jogos::prisoners_dilemma::tutorial::dilemma_tutorial_store.dart::PrisonerDilemmaTutorial" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::prisoners_dilemma::tutorial::gameExample.dart::_DilemmaGameTutorialState" class "teoria_dos_jogos::prisoners_dilemma::tutorial::instruction.dart::Instruction" { +dynamic txtInstruction +Alignment alignment +EdgeInsetsGeometry padding +Color backgroundColor +Widget build() } "teoria_dos_jogos::prisoners_dilemma::tutorial::instruction.dart::Instruction" o-- "flutter::src::painting::alignment.dart::Alignment" "teoria_dos_jogos::prisoners_dilemma::tutorial::instruction.dart::Instruction" o-- "flutter::src::painting::edge_insets.dart::EdgeInsetsGeometry" "teoria_dos_jogos::prisoners_dilemma::tutorial::instruction.dart::Instruction" o-- "dart::ui::Color" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::tutorial::instruction.dart::Instruction" class "teoria_dos_jogos::prisoners_dilemma::tutorial::matrixExample.dart::MatrixExample" { +Widget build() } "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::tutorial::matrixExample.dart::MatrixExample" class "teoria_dos_jogos::prisoners_dilemma::tutorial::matrixExample.dart::MatrixCase" { +Color you +Color other +dynamic result } "teoria_dos_jogos::prisoners_dilemma::tutorial::matrixExample.dart::MatrixCase" o-- "dart::ui::Color" class "teoria_dos_jogos::prisoners_dilemma::tutorial::resultExample.dart::DilemmaResultExample" { +dynamic yourChoice +dynamic otherChoice +dynamic result +Color your +Color other +Widget build() } "teoria_dos_jogos::prisoners_dilemma::tutorial::resultExample.dart::DilemmaResultExample" o-- "dart::ui::Color" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::tutorial::resultExample.dart::DilemmaResultExample" class "teoria_dos_jogos::prisoners_dilemma::tutorial::tutorialList.dart::InterfaceAndText" { +int textIndex +int interfaceIndex +bool enableNext } class "teoria_dos_jogos::prisoners_dilemma::tutorial::tutorialList.dart::WidgetsList" { {static} +dynamic orderInterfaceAndText() {static} +dynamic backWidgets() {static} +dynamic instructions() } class "teoria_dos_jogos::prisoners_dilemma::tutorial::whiteBackground.dart::WhiteBackgroundText" { +dynamic txt +double fontScale +FontWeight fontWeight +Widget build() } "teoria_dos_jogos::prisoners_dilemma::tutorial::whiteBackground.dart::WhiteBackgroundText" o-- "dart::ui::FontWeight" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::tutorial::whiteBackground.dart::WhiteBackgroundText" class "teoria_dos_jogos::prisoners_dilemma::widgets::animatedCard.dart::AnimatedCard" { +Color color +Function onEnd +Offset offset +_AnimatedCardState createState() } "teoria_dos_jogos::prisoners_dilemma::widgets::animatedCard.dart::AnimatedCard" o-- "dart::ui::Color" "teoria_dos_jogos::prisoners_dilemma::widgets::animatedCard.dart::AnimatedCard" o-- "dart::ui::Offset" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::widgets::animatedCard.dart::AnimatedCard" class "teoria_dos_jogos::prisoners_dilemma::widgets::animatedCard.dart::_AnimatedCardState" { +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::prisoners_dilemma::widgets::animatedCard.dart::_AnimatedCardState" class "teoria_dos_jogos::prisoners_dilemma::widgets::animatedResult.dart::AnimatedResult" { +Offset offset +Color color1 +Color color2 +int value1 +int value2 +double p +_AnimatedResultState createState() } "teoria_dos_jogos::prisoners_dilemma::widgets::animatedResult.dart::AnimatedResult" o-- "dart::ui::Offset" "teoria_dos_jogos::prisoners_dilemma::widgets::animatedResult.dart::AnimatedResult" o-- "dart::ui::Color" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::widgets::animatedResult.dart::AnimatedResult" class "teoria_dos_jogos::prisoners_dilemma::widgets::animatedResult.dart::_AnimatedResultState" { +AnimationController controller +Tween<Offset> animationLocation +Tween<double> animationScale +bool showLabel +double begin +double targetValue +double end +void initState() +Widget build() } "teoria_dos_jogos::prisoners_dilemma::widgets::animatedResult.dart::_AnimatedResultState" o-- "flutter::src::animation::animation_controller.dart::AnimationController" "teoria_dos_jogos::prisoners_dilemma::widgets::animatedResult.dart::_AnimatedResultState" o-- "flutter::src::animation::tween.dart::Tween<Offset>" "teoria_dos_jogos::prisoners_dilemma::widgets::animatedResult.dart::_AnimatedResultState" o-- "flutter::src::animation::tween.dart::Tween<double>" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::prisoners_dilemma::widgets::animatedResult.dart::_AnimatedResultState" "flutter::src::widgets::ticker_provider.dart::TickerProviderStateMixin<T>" <|-- "teoria_dos_jogos::prisoners_dilemma::widgets::animatedResult.dart::_AnimatedResultState" class "teoria_dos_jogos::prisoners_dilemma::widgets::dilemmaCard.dart::DilemmaCard" { +Color color +Color borderColor +double proportion +dynamic txt +dynamic txtTitle +double fontScale +Widget build() } "teoria_dos_jogos::prisoners_dilemma::widgets::dilemmaCard.dart::DilemmaCard" o-- "dart::ui::Color" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::widgets::dilemmaCard.dart::DilemmaCard" class "teoria_dos_jogos::prisoners_dilemma::widgets::draggableCard.dart::DraggableCard" { +Color color +bool draggable +Widget build() } "teoria_dos_jogos::prisoners_dilemma::widgets::draggableCard.dart::DraggableCard" o-- "dart::ui::Color" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::widgets::draggableCard.dart::DraggableCard" class "teoria_dos_jogos::prisoners_dilemma::widgets::graphic.dart::Graphic" { +List<FlSpot> cooperate +List<FlSpot> defect +_GraphicState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::widgets::graphic.dart::Graphic" class "teoria_dos_jogos::prisoners_dilemma::widgets::graphic.dart::_GraphicState" { +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::prisoners_dilemma::widgets::graphic.dart::_GraphicState" class "teoria_dos_jogos::prisoners_dilemma::widgets::resultsMatrix.dart::ResultsMatrix" { +double p +bool animate +dynamic result +DilemmaVariables variables +_ResultsMatrixState createState() } "teoria_dos_jogos::prisoners_dilemma::widgets::resultsMatrix.dart::ResultsMatrix" o-- "teoria_dos_jogos::prisoners_dilemma::classes::dilemmaVariables.dart::DilemmaVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::prisoners_dilemma::widgets::resultsMatrix.dart::ResultsMatrix" class "teoria_dos_jogos::prisoners_dilemma::widgets::resultsMatrix.dart::_ResultsMatrixState" { +double opacity +double opInvisible +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::prisoners_dilemma::widgets::resultsMatrix.dart::_ResultsMatrixState" class "teoria_dos_jogos::public_goods::classes::conditions.dart::Conditions" { +dynamic context +List<int> rounds +bool distribution +bool electionEnabled +Function setDistributionTrue +Function callElection +Function nextRound +Function nextLevel +Function clearLists +Function lostVote +Function startSuspension +Function getSuspensions +Function electionCountUp +Function distributionStableCountUp +Function showGraphic +PublicGoodsVariables variables +List<RoundData> roundsData +bool lostVoteThisRound +bool suspended +bool next +bool endGame +bool readyToElection +dynamic checkStability() +dynamic isStableToDistribution() +dynamic checkLostVote() +dynamic isReadyToElection() +dynamic checkIntermitentElection() +dynamic checkElection() +dynamic endSuspension() } "teoria_dos_jogos::public_goods::classes::conditions.dart::Conditions" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" class "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" { +int id +String key +int maxTokens +int time +int factor +int maxTrys +int realPlayers +int notRealPlayers +String name +String descri +DateTime start +DateTime end +bool showRounds +int timeDistribution +int timeElection +int contributionsVariation +int distributionVariation +int unfairDistribution +int stable +int limitVotes +int waitingRounds +int electionRule +Map toJson() {static} -int _stringToInt() {static} -String _stringFromInt() {static} -int _ruleToInt() {static} -String _ruleFromInt() {static} -bool _stringToBool() {static} -String _stringFromBool() {static} +bool parseBool() {static} +int getRule() +dynamic maxWalletValue() } class "teoria_dos_jogos::public_goods::pages::distributionTutorial.page.dart::DistributionTutorial" { +PublicGoodsVariables goodsVariables +Function nextRound +PGTimeTutorial timeTutorial +_DistributionTutorialState createState() } "teoria_dos_jogos::public_goods::pages::distributionTutorial.page.dart::DistributionTutorial" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "teoria_dos_jogos::public_goods::pages::distributionTutorial.page.dart::DistributionTutorial" o-- "teoria_dos_jogos::classes::time_taken_tutorial_pg.dart::PGTimeTutorial" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::pages::distributionTutorial.page.dart::DistributionTutorial" class "teoria_dos_jogos::public_goods::pages::distributionTutorial.page.dart::_DistributionTutorialState" { +int i +List<Widget> interfaces +List<Widget> instructions +List<InterfaceAndText> exibitionOrder +DateTime startTutorial +void initState() +void dispose() +dynamic next() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::pages::distributionTutorial.page.dart::_DistributionTutorialState" class "teoria_dos_jogos::public_goods::pages::electionTutorial.page.dart::ElectionTutorial" { +PublicGoodsVariables goodsVariables +Function callElection +PGTimeTutorial timeTutorial +_ElectionTutorialState createState() } "teoria_dos_jogos::public_goods::pages::electionTutorial.page.dart::ElectionTutorial" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "teoria_dos_jogos::public_goods::pages::electionTutorial.page.dart::ElectionTutorial" o-- "teoria_dos_jogos::classes::time_taken_tutorial_pg.dart::PGTimeTutorial" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::pages::electionTutorial.page.dart::ElectionTutorial" class "teoria_dos_jogos::public_goods::pages::electionTutorial.page.dart::_ElectionTutorialState" { +int i +List<Widget> interfaces +List<Widget> instructions +List<InterfaceAndText> exibitionOrder +DateTime startTutorial +void initState() +void dispose() +dynamic next() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::pages::electionTutorial.page.dart::_ElectionTutorialState" class "teoria_dos_jogos::public_goods::pages::game.page.dart::GamePage" { +User user +PublicGoodsVariables variables +PGTimeTutorial timeTutorial +_GamePageState createState() } "teoria_dos_jogos::public_goods::pages::game.page.dart::GamePage" o-- "teoria_dos_jogos::classes::user.dart::User" "teoria_dos_jogos::public_goods::pages::game.page.dart::GamePage" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "teoria_dos_jogos::public_goods::pages::game.page.dart::GamePage" o-- "teoria_dos_jogos::classes::time_taken_tutorial_pg.dart::PGTimeTutorial" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::pages::game.page.dart::GamePage" class "teoria_dos_jogos::public_goods::pages::game.page.dart::_GamePageState" { +bool start +Game game +void initState() +void dispose() +Widget build() } "teoria_dos_jogos::public_goods::pages::game.page.dart::_GamePageState" o-- "teoria_dos_jogos::public_goods::store::game_store.dart::Game" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::pages::game.page.dart::_GamePageState" class "teoria_dos_jogos::public_goods::pages::Graphic.page.dart::GraphicPagePG" { +List<RoundData> gameRounds +PublicGoodsVariables variables +_GraphicPagePGState createState() } "teoria_dos_jogos::public_goods::pages::Graphic.page.dart::GraphicPagePG" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::pages::Graphic.page.dart::GraphicPagePG" class "teoria_dos_jogos::public_goods::pages::Graphic.page.dart::_GraphicPagePGState" { -GlobalKey<State<StatefulWidget>> _globalKey +bool inside +Uint8List imageInMemory +Image img -Future _capturePng() +void initState() +void dispose() +Widget build() } "teoria_dos_jogos::public_goods::pages::Graphic.page.dart::_GraphicPagePGState" o-- "flutter::src::widgets::framework.dart::GlobalKey<State<StatefulWidget>>" "teoria_dos_jogos::public_goods::pages::Graphic.page.dart::_GraphicPagePGState" o-- "dart::typed_data::Uint8List" "teoria_dos_jogos::public_goods::pages::Graphic.page.dart::_GraphicPagePGState" o-- "flutter::src::widgets::image.dart::Image" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::pages::Graphic.page.dart::_GraphicPagePGState" class "teoria_dos_jogos::public_goods::pages::Graphic.page.dart::ResultPubliGoods" { {static} +dynamic f1Spots() } class "teoria_dos_jogos::public_goods::pages::PublicGoodsTutorial.page.dart::PublicGoodsTutorialPage" { +User user +PublicGoodsVariables goodsVariables +_PublicGoodsTutorialPageState createState() } "teoria_dos_jogos::public_goods::pages::PublicGoodsTutorial.page.dart::PublicGoodsTutorialPage" o-- "teoria_dos_jogos::classes::user.dart::User" "teoria_dos_jogos::public_goods::pages::PublicGoodsTutorial.page.dart::PublicGoodsTutorialPage" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::pages::PublicGoodsTutorial.page.dart::PublicGoodsTutorialPage" class "teoria_dos_jogos::public_goods::pages::PublicGoodsTutorial.page.dart::_PublicGoodsTutorialPageState" { +PGTimeTutorial timeTutorial +DateTime startTutorial +List<InterfaceAndText> indexList +int i +List<Widget> instructions +bool btnIsVisible +bool toCenter +bool showCoins +bool clicked +dynamic multipleCoinsEnd() +dynamic instructionDelay() +void initState() +void dispose() +Widget build() } "teoria_dos_jogos::public_goods::pages::PublicGoodsTutorial.page.dart::_PublicGoodsTutorialPageState" o-- "teoria_dos_jogos::classes::time_taken_tutorial_pg.dart::PGTimeTutorial" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::pages::PublicGoodsTutorial.page.dart::_PublicGoodsTutorialPageState" class "teoria_dos_jogos::public_goods::store::distribution_store.dart::DistributionStore" { } "teoria_dos_jogos::public_goods::store::distribution_store.dart::_DistributionStoreBase" <|-- "teoria_dos_jogos::public_goods::store::distribution_store.dart::DistributionStore" "teoria_dos_jogos::public_goods::store::distribution_store.dart::_$DistributionStore" <|-- "teoria_dos_jogos::public_goods::store::distribution_store.dart::DistributionStore" abstract class "teoria_dos_jogos::public_goods::store::distribution_store.dart::_DistributionStoreBase" { +int rib +Function distributionTime +dynamic displayDistributionScreen() } "mobx::src::api::store.dart::Store" <|-- "teoria_dos_jogos::public_goods::store::distribution_store.dart::_DistributionStoreBase" abstract class "teoria_dos_jogos::public_goods::store::distribution_store.dart::_$DistributionStore" { +dynamic toString() } class "teoria_dos_jogos::public_goods::store::election_store.dart::ElectionStore" { } "teoria_dos_jogos::public_goods::store::election_store.dart::_ElectionStoreBase" <|-- "teoria_dos_jogos::public_goods::store::election_store.dart::ElectionStore" "teoria_dos_jogos::public_goods::store::election_store.dart::_$ElectionStore" <|-- "teoria_dos_jogos::public_goods::store::election_store.dart::ElectionStore" abstract class "teoria_dos_jogos::public_goods::store::election_store.dart::_ElectionStoreBase" { +int electionId +Function electionTime +Function updateVotes +Function showGraphic +RoundData roundData +Function startSuspension +PublicGoodsVariables variables +dynamic rounds +dynamic context +dynamic displayElectionScreen() +dynamic concludeElection() } "teoria_dos_jogos::public_goods::store::election_store.dart::_ElectionStoreBase" o-- "teoria_dos_jogos::public_goods::store::round_data_store.dart::RoundData" "teoria_dos_jogos::public_goods::store::election_store.dart::_ElectionStoreBase" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "mobx::src::api::store.dart::Store" <|-- "teoria_dos_jogos::public_goods::store::election_store.dart::_ElectionStoreBase" abstract class "teoria_dos_jogos::public_goods::store::election_store.dart::_$ElectionStore" { +dynamic toString() } class "teoria_dos_jogos::public_goods::store::game_store.dart::Game" { } "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" <|-- "teoria_dos_jogos::public_goods::store::game_store.dart::Game" "teoria_dos_jogos::public_goods::store::game_store.dart::_$Game" <|-- "teoria_dos_jogos::public_goods::store::game_store.dart::Game" abstract class "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" { +PublicGoodsVariables variables +bool armazenarBD +User user +PGTimeTutorial timeTutorial +AudioCache audioCache +bool lastToPlay +bool pagePopped +dynamic context +dynamic rounds +dynamic contributions +dynamic distributions +GlobalKey<FlipCardState> cardKey +FlareControls flareControls +bool startTiming +bool showPanelTokens +dynamic coinsAnimation +Function coinsEnd +dynamic animateClock +ObservableList<int> tokensList +RoundData roundData +RunningNumbers tokensCount +RunningNumbers walletCount +RunningNumbers pigCount +int plasyersLostTime +dynamic registerRoundData() +dynamic clearLists() +dynamic showGraphic() +dynamic sendDataToDatabase() +dynamic callElections() +dynamic onDispose() +dynamic endRunningNumbers() +dynamic nextRound() +dynamic nextLevel() +dynamic onDragToken() +dynamic resultWhenPlayed() +dynamic concludeDistribution() +dynamic timeOut() +dynamic callPlayersDelay() +dynamic onCoinsEndAnimation() +dynamic endCoinsToPig() +dynamic remainingTokensToPig() +dynamic endCountEarningTokens() +dynamic showCoins() +dynamic pulseTheClock() +dynamic blinkPanel() } "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" o-- "teoria_dos_jogos::classes::user.dart::User" "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" o-- "teoria_dos_jogos::classes::time_taken_tutorial_pg.dart::PGTimeTutorial" "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" o-- "audioplayers::audio_cache.dart::AudioCache" "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" o-- "flutter::src::widgets::framework.dart::GlobalKey<FlipCardState>" "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" o-- "flare_flutter::flare_controls.dart::FlareControls" "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" o-- "mobx::src::api::observable_collections.dart::ObservableList<int>" "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" o-- "teoria_dos_jogos::public_goods::store::round_data_store.dart::RoundData" "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" o-- "teoria_dos_jogos::public_goods::store::runningNumbers.dart::RunningNumbers" "mobx::src::api::store.dart::Store" <|-- "teoria_dos_jogos::public_goods::store::game_store.dart::_GameBase" abstract class "teoria_dos_jogos::public_goods::store::game_store.dart::_$Game" { -dynamic _$cardKeyAtom -dynamic _$flareControlsAtom -dynamic _$startTimingAtom -dynamic _$showPanelTokensAtom -dynamic _$coinsAnimationAtom -dynamic _$coinsEndAtom -dynamic _$animateClockAtom -dynamic _$tokensListAtom -dynamic _$roundDataAtom -dynamic _$tokensCountAtom -dynamic _$walletCountAtom -dynamic _$pigCountAtom -AsyncAction _$onCoinsEndAnimationAsyncAction -ActionController _$_GameBaseActionController +GlobalKey<FlipCardState> cardKey +FlareControls flareControls +bool startTiming +bool showPanelTokens +dynamic coinsAnimation +Function coinsEnd +dynamic animateClock +ObservableList<int> tokensList +RoundData roundData +RunningNumbers tokensCount +RunningNumbers walletCount +RunningNumbers pigCount +dynamic onCoinsEndAnimation() +dynamic callElections() +dynamic onDispose() +dynamic endRunningNumbers() +dynamic nextRound() +dynamic nextLevel() +dynamic onDragToken() +dynamic resultWhenPlayed() +dynamic concludeDistribution() +dynamic timeOut() +dynamic callPlayersDelay() +dynamic endCoinsToPig() +dynamic remainingTokensToPig() +dynamic endCountEarningTokens() +dynamic showCoins() +dynamic pulseTheClock() +dynamic blinkPanel() +dynamic toString() } "teoria_dos_jogos::public_goods::store::game_store.dart::_$Game" o-- "mobx::src::api::async.dart::AsyncAction" "teoria_dos_jogos::public_goods::store::game_store.dart::_$Game" o-- "mobx::src::core.dart::ActionController" "teoria_dos_jogos::public_goods::store::game_store.dart::_$Game" o-- "flutter::src::widgets::framework.dart::GlobalKey<FlipCardState>" "teoria_dos_jogos::public_goods::store::game_store.dart::_$Game" o-- "flare_flutter::flare_controls.dart::FlareControls" "teoria_dos_jogos::public_goods::store::game_store.dart::_$Game" o-- "mobx::src::api::observable_collections.dart::ObservableList<int>" "teoria_dos_jogos::public_goods::store::game_store.dart::_$Game" o-- "teoria_dos_jogos::public_goods::store::round_data_store.dart::RoundData" "teoria_dos_jogos::public_goods::store::game_store.dart::_$Game" o-- "teoria_dos_jogos::public_goods::store::runningNumbers.dart::RunningNumbers" class "teoria_dos_jogos::public_goods::store::round_data_store.dart::RoundData" { } "teoria_dos_jogos::public_goods::store::round_data_store.dart::_RoundDataBase" <|-- "teoria_dos_jogos::public_goods::store::round_data_store.dart::RoundData" "teoria_dos_jogos::public_goods::store::round_data_store.dart::_$RoundData" <|-- "teoria_dos_jogos::public_goods::store::round_data_store.dart::RoundData" abstract class "teoria_dos_jogos::public_goods::store::round_data_store.dart::_RoundDataBase" { +PGTimeRound timeRound +bool distribution +bool election +int electionId +int votes +int suspentions +int votesScreen +int electionCount +int distributionStable +int distributionStableAfterSecondElection +bool suspended +int round +int id +int userTokens +int wallet +int positionToken +int investment +int total +int rib +int earning +int playersPlay +int roundPoints +dynamic playersInvestiment +dynamic playersEarning +dynamic printData() +dynamic setDistributionTrue() +int lostVote() +dynamic updateVotes() +dynamic endSuspension() +dynamic startSuspension() +bool electionCountUp() +bool distributionStableCountUp() +dynamic distributeRib() +dynamic calculateRib() +dynamic generateRound() +dynamic getPoints() +int getSuspensions() +dynamic updateWallet() +dynamic generateRoundWhenLostTime() +dynamic definePlayersDelay() } "teoria_dos_jogos::public_goods::store::round_data_store.dart::_RoundDataBase" o-- "teoria_dos_jogos::classes::time_taken_round_pg.dart::PGTimeRound" "mobx::src::api::store.dart::Store" <|-- "teoria_dos_jogos::public_goods::store::round_data_store.dart::_RoundDataBase" abstract class "teoria_dos_jogos::public_goods::store::round_data_store.dart::_$RoundData" { -dynamic _$votesScreenAtom -dynamic _$suspendedAtom -dynamic _$roundAtom -dynamic _$userTokensAtom -dynamic _$walletAtom -dynamic _$earningAtom -dynamic _$playersPlayAtom -ActionController _$_RoundDataBaseActionController +int votesScreen +bool suspended +int round +int userTokens +int wallet +int earning +int playersPlay +dynamic updateVotes() +dynamic endSuspension() +dynamic startSuspension() +String toString() } "teoria_dos_jogos::public_goods::store::round_data_store.dart::_$RoundData" o-- "mobx::src::core.dart::ActionController" class "teoria_dos_jogos::public_goods::store::runningNumbers.dart::RunningNumbers" { } "teoria_dos_jogos::public_goods::store::runningNumbers.dart::_RunningNumbersBase" <|-- "teoria_dos_jogos::public_goods::store::runningNumbers.dart::RunningNumbers" "teoria_dos_jogos::public_goods::store::runningNumbers.dart::_$RunningNumbers" <|-- "teoria_dos_jogos::public_goods::store::runningNumbers.dart::RunningNumbers" abstract class "teoria_dos_jogos::public_goods::store::runningNumbers.dart::_RunningNumbersBase" { +bool start +bool down +int inicial +int diference +int factor +dynamic startCountUp() +dynamic startCountDown() +dynamic stop() +dynamic setValues() } "mobx::src::api::store.dart::Store" <|-- "teoria_dos_jogos::public_goods::store::runningNumbers.dart::_RunningNumbersBase" abstract class "teoria_dos_jogos::public_goods::store::runningNumbers.dart::_$RunningNumbers" { -dynamic _$startAtom -dynamic _$downAtom -dynamic _$inicialAtom -dynamic _$diferenceAtom -dynamic _$factorAtom -ActionController _$_RunningNumbersBaseActionController +bool start +bool down +int inicial +int diference +int factor +dynamic startCountUp() +dynamic startCountDown() +dynamic stop() +dynamic setValues() +String toString() } "teoria_dos_jogos::public_goods::store::runningNumbers.dart::_$RunningNumbers" o-- "mobx::src::core.dart::ActionController" class "teoria_dos_jogos::public_goods::tutorial::circleIndex.dart::CircleIndex" { +bool current +_CircleIndexState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::tutorial::circleIndex.dart::CircleIndex" class "teoria_dos_jogos::public_goods::tutorial::circleIndex.dart::_CircleIndexState" { +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::tutorial::circleIndex.dart::_CircleIndexState" class "teoria_dos_jogos::public_goods::tutorial::circlePeople.dart::CirclePeople" { +bool show +Function multipleCoinsEnd +bool toCenter +PublicGoodsVariables variables +_CirclePeopleState createState() } "teoria_dos_jogos::public_goods::tutorial::circlePeople.dart::CirclePeople" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::tutorial::circlePeople.dart::CirclePeople" class "teoria_dos_jogos::public_goods::tutorial::circlePeople.dart::_CirclePeopleState" { +RoundData roundData +GlobalKey<FlipCardState> cardKey +dynamic coinsToCenter() +dynamic coinsOutCenter() +Widget build() } "teoria_dos_jogos::public_goods::tutorial::circlePeople.dart::_CirclePeopleState" o-- "teoria_dos_jogos::public_goods::store::round_data_store.dart::RoundData" "teoria_dos_jogos::public_goods::tutorial::circlePeople.dart::_CirclePeopleState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FlipCardState>" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::tutorial::circlePeople.dart::_CirclePeopleState" class "teoria_dos_jogos::public_goods::tutorial::coinsAround.dart::CoinsAround" { +double screenHeight +Function coinsEndAnimation +Function coinsToCenter +Function coinsOutCenter +bool toCenter +Widget build() } "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::public_goods::tutorial::coinsAround.dart::CoinsAround" class "teoria_dos_jogos::public_goods::tutorial::instructionArrowContainer.dart::InstructionArrow" { +dynamic instructiontxt +double top +double left +double right +double bottom +bool column +IconData icon +double width +Alignment alignment +Widget build() } "teoria_dos_jogos::public_goods::tutorial::instructionArrowContainer.dart::InstructionArrow" o-- "flutter::src::widgets::icon_data.dart::IconData" "teoria_dos_jogos::public_goods::tutorial::instructionArrowContainer.dart::InstructionArrow" o-- "flutter::src::painting::alignment.dart::Alignment" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::public_goods::tutorial::instructionArrowContainer.dart::InstructionArrow" class "teoria_dos_jogos::public_goods::tutorial::instructionContainer.dart::Instruction" { +dynamic instructiontxt +bool column +IconData icon +double width +Alignment alignment +Widget build() } "teoria_dos_jogos::public_goods::tutorial::instructionContainer.dart::Instruction" o-- "flutter::src::widgets::icon_data.dart::IconData" "teoria_dos_jogos::public_goods::tutorial::instructionContainer.dart::Instruction" o-- "flutter::src::painting::alignment.dart::Alignment" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::public_goods::tutorial::instructionContainer.dart::Instruction" class "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterface.dart::PublicGoodsTutorial" { +Function function +PublicGoodsVariables variables +bool tutorialDistElection +_PublicGoodsTutorialState createState() } "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterface.dart::PublicGoodsTutorial" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterface.dart::PublicGoodsTutorial" class "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterface.dart::_PublicGoodsTutorialState" { +GlobalKey<FlipCardState> cardKey +List<int> chipsList +bool showCoins +bool isDraggable +AudioCache audioCache +RoundData roundData +bool showRoundPoints +dynamic timerString +void initState() +Widget build() } "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterface.dart::_PublicGoodsTutorialState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FlipCardState>" "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterface.dart::_PublicGoodsTutorialState" o-- "audioplayers::audio_cache.dart::AudioCache" "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterface.dart::_PublicGoodsTutorialState" o-- "teoria_dos_jogos::public_goods::store::round_data_store.dart::RoundData" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterface.dart::_PublicGoodsTutorialState" class "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceCircle.dart::PublicGoodsCircle" { +PublicGoodsVariables variables +_PublicGoodsCircleState createState() } "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceCircle.dart::PublicGoodsCircle" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceCircle.dart::PublicGoodsCircle" class "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceCircle.dart::_PublicGoodsCircleState" { +GlobalKey<FlipCardState> cardKey +List<int> chipsList +bool showCoins +bool isDraggable +dynamic timerString +void initState() +Widget build() } "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceCircle.dart::_PublicGoodsCircleState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FlipCardState>" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceCircle.dart::_PublicGoodsCircleState" class "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceTimer.dart::PublicGoodsTimer" { +PublicGoodsVariables variables +_PublicGoodsTimerState createState() } "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceTimer.dart::PublicGoodsTimer" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceTimer.dart::PublicGoodsTimer" class "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceTimer.dart::_PublicGoodsTimerState" { +GlobalKey<FlipCardState> cardKey +List<int> chipsList +bool showCoins +bool isDraggable +dynamic animationClock +bool startTiming +AudioCache audioCache +void initState() +Widget build() } "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceTimer.dart::_PublicGoodsTimerState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FlipCardState>" "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceTimer.dart::_PublicGoodsTimerState" o-- "audioplayers::audio_cache.dart::AudioCache" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::tutorial::publicGoodsInterfaceTimer.dart::_PublicGoodsTimerState" class "teoria_dos_jogos::public_goods::tutorial::rectInstruction.dart::InstructionRect" { +dynamic instructiontxt +Alignment alignment +Widget build() } "teoria_dos_jogos::public_goods::tutorial::rectInstruction.dart::InstructionRect" o-- "flutter::src::painting::alignment.dart::Alignment" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::public_goods::tutorial::rectInstruction.dart::InstructionRect" class "teoria_dos_jogos::public_goods::tutorial::rectInstruction.dart::PainterLines" { +double top +double left +double stroke +void paint() +bool shouldRepaint() } "flutter::src::rendering::custom_paint.dart::CustomPainter" <|-- "teoria_dos_jogos::public_goods::tutorial::rectInstruction.dart::PainterLines" class "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::TutorialGameStore" { } "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_TutorialGameStoreBase" <|-- "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::TutorialGameStore" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_$TutorialGameStore" <|-- "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::TutorialGameStore" abstract class "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_TutorialGameStoreBase" { +PublicGoodsVariables variables +Function tutorialNext +AudioCache audioCache +bool lastToPlay +dynamic context +dynamic rounds +dynamic contributions +dynamic distributions +GlobalKey<FlipCardState> cardKey +FlareControls flareControls +bool startTiming +bool showPanelTokens +dynamic coinsAnimation +dynamic animateClock +ObservableList<int> tokensList +RoundData roundData +RunningNumbers tokensCount +RunningNumbers walletCount +RunningNumbers pigCount +Function coinsEnd +dynamic registerRoundData() +dynamic clearLists() +dynamic showGraphic() +dynamic nextLevel() +dynamic callElections() +dynamic onDispose() +dynamic endRunningNumbers() +dynamic nextRound() +dynamic onDragToken() +dynamic resultWhenPlayed() +dynamic concludeDistribution() +dynamic timeOut() +dynamic callPlayersDelay() +dynamic onCoinsEndAnimation() +dynamic endCoinsToPig() +dynamic remainingTokensToPig() +dynamic endCountEarningTokens() +dynamic showCoins() +dynamic pulseTheClock() +dynamic blinkPanel() } "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_TutorialGameStoreBase" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_TutorialGameStoreBase" o-- "audioplayers::audio_cache.dart::AudioCache" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_TutorialGameStoreBase" o-- "flutter::src::widgets::framework.dart::GlobalKey<FlipCardState>" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_TutorialGameStoreBase" o-- "flare_flutter::flare_controls.dart::FlareControls" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_TutorialGameStoreBase" o-- "mobx::src::api::observable_collections.dart::ObservableList<int>" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_TutorialGameStoreBase" o-- "teoria_dos_jogos::public_goods::store::round_data_store.dart::RoundData" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_TutorialGameStoreBase" o-- "teoria_dos_jogos::public_goods::store::runningNumbers.dart::RunningNumbers" "mobx::src::api::store.dart::Store" <|-- "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_TutorialGameStoreBase" abstract class "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_$TutorialGameStore" { -dynamic _$cardKeyAtom -dynamic _$flareControlsAtom -dynamic _$startTimingAtom -dynamic _$showPanelTokensAtom -dynamic _$coinsAnimationAtom -dynamic _$animateClockAtom -dynamic _$tokensListAtom -dynamic _$roundDataAtom -dynamic _$tokensCountAtom -dynamic _$walletCountAtom -dynamic _$pigCountAtom -dynamic _$coinsEndAtom -AsyncAction _$onCoinsEndAnimationAsyncAction -ActionController _$_TutorialGameStoreBaseActionController +GlobalKey<FlipCardState> cardKey +FlareControls flareControls +bool startTiming +bool showPanelTokens +dynamic coinsAnimation +dynamic animateClock +ObservableList<int> tokensList +RoundData roundData +RunningNumbers tokensCount +RunningNumbers walletCount +RunningNumbers pigCount +Function coinsEnd +dynamic onCoinsEndAnimation() +dynamic nextLevel() +dynamic callElections() +dynamic onDispose() +dynamic endRunningNumbers() +dynamic nextRound() +dynamic onDragToken() +dynamic resultWhenPlayed() +dynamic concludeDistribution() +dynamic timeOut() +dynamic callPlayersDelay() +dynamic endCoinsToPig() +dynamic remainingTokensToPig() +dynamic endCountEarningTokens() +dynamic showCoins() +dynamic pulseTheClock() +dynamic blinkPanel() +dynamic toString() } "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_$TutorialGameStore" o-- "mobx::src::api::async.dart::AsyncAction" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_$TutorialGameStore" o-- "mobx::src::core.dart::ActionController" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_$TutorialGameStore" o-- "flutter::src::widgets::framework.dart::GlobalKey<FlipCardState>" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_$TutorialGameStore" o-- "flare_flutter::flare_controls.dart::FlareControls" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_$TutorialGameStore" o-- "mobx::src::api::observable_collections.dart::ObservableList<int>" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_$TutorialGameStore" o-- "teoria_dos_jogos::public_goods::store::round_data_store.dart::RoundData" "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::_$TutorialGameStore" o-- "teoria_dos_jogos::public_goods::store::runningNumbers.dart::RunningNumbers" class "teoria_dos_jogos::public_goods::tutorial::tutorialDesc.dart::PublicGoodsDesc" { +dynamic text1 +dynamic text2 +Color text2Color +dynamic redText +Widget build() } "teoria_dos_jogos::public_goods::tutorial::tutorialDesc.dart::PublicGoodsDesc" o-- "dart::ui::Color" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::public_goods::tutorial::tutorialDesc.dart::PublicGoodsDesc" class "teoria_dos_jogos::public_goods::tutorial::tutorialGame.dart::TutorialGamePage" { +Function next +PublicGoodsVariables variables +_TutorialGamePageState createState() } "teoria_dos_jogos::public_goods::tutorial::tutorialGame.dart::TutorialGamePage" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::tutorial::tutorialGame.dart::TutorialGamePage" class "teoria_dos_jogos::public_goods::tutorial::tutorialGame.dart::_TutorialGamePageState" { +TutorialGameStore game +void initState() +void dispose() +Widget build() } "teoria_dos_jogos::public_goods::tutorial::tutorialGame.dart::_TutorialGamePageState" o-- "teoria_dos_jogos::public_goods::tutorial::store::pgtutorial_store.dart::TutorialGameStore" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::tutorial::tutorialGame.dart::_TutorialGamePageState" class "teoria_dos_jogos::public_goods::tutorial::tutorialLists.dart::InterfaceAndText" { +int textIndex +int interfaceIndex +bool enableNext } class "teoria_dos_jogos::public_goods::tutorial::tutorialLists.dart::TutorialList" { {static} +dynamic orderInterfaceAndText() {static} +dynamic backWidgets() {static} +dynamic instructions() } class "teoria_dos_jogos::public_goods::tutorial_distribution::distributionExample.dart::DistributionExample" { +PublicGoodsVariables goodsVariables +Function next +bool confirmEnabled +_DistributionExampleState createState() } "teoria_dos_jogos::public_goods::tutorial_distribution::distributionExample.dart::DistributionExample" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::tutorial_distribution::distributionExample.dart::DistributionExample" class "teoria_dos_jogos::public_goods::tutorial_distribution::distributionExample.dart::_DistributionExampleState" { +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::tutorial_distribution::distributionExample.dart::_DistributionExampleState" class "teoria_dos_jogos::public_goods::tutorial_distribution::distributionSimulation.dart::DistributionSimulation" { +User user +PublicGoodsVariables variables +Function next +_DistributionSimulationState createState() } "teoria_dos_jogos::public_goods::tutorial_distribution::distributionSimulation.dart::DistributionSimulation" o-- "teoria_dos_jogos::classes::user.dart::User" "teoria_dos_jogos::public_goods::tutorial_distribution::distributionSimulation.dart::DistributionSimulation" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::tutorial_distribution::distributionSimulation.dart::DistributionSimulation" class "teoria_dos_jogos::public_goods::tutorial_distribution::distributionSimulation.dart::_DistributionSimulationState" { +bool start +Game game +void initState() +void dispose() +Widget build() } "teoria_dos_jogos::public_goods::tutorial_distribution::distributionSimulation.dart::_DistributionSimulationState" o-- "teoria_dos_jogos::public_goods::store::game_store.dart::Game" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::tutorial_distribution::distributionSimulation.dart::_DistributionSimulationState" class "teoria_dos_jogos::public_goods::tutorial_distribution::instruction.dart::Instruction" { +dynamic txtInstruction +Alignment alignment +EdgeInsetsGeometry padding +Color backgroundColor +Widget build() } "teoria_dos_jogos::public_goods::tutorial_distribution::instruction.dart::Instruction" o-- "flutter::src::painting::alignment.dart::Alignment" "teoria_dos_jogos::public_goods::tutorial_distribution::instruction.dart::Instruction" o-- "flutter::src::painting::edge_insets.dart::EdgeInsetsGeometry" "teoria_dos_jogos::public_goods::tutorial_distribution::instruction.dart::Instruction" o-- "dart::ui::Color" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::public_goods::tutorial_distribution::instruction.dart::Instruction" class "teoria_dos_jogos::public_goods::tutorial_distribution::listWidgets.dart::InterfaceAndText" { +int textIndex +int interfaceIndex +bool enableNext } class "teoria_dos_jogos::public_goods::tutorial_distribution::listWidgets.dart::TutorialLists" { {static} +dynamic orderInterfaceAndText() {static} +dynamic interfaces() {static} +dynamic instructions() } class "teoria_dos_jogos::public_goods::tutorial_distribution::players_moneyBag.dart::PlayersRibRepresentation" { +double value +_PlayersRibRepresentationState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::tutorial_distribution::players_moneyBag.dart::PlayersRibRepresentation" class "teoria_dos_jogos::public_goods::tutorial_distribution::players_moneyBag.dart::_PlayersRibRepresentationState" { +List paths +double targetValue +double endPoint +double startPoint +double scale +bool visible +void initState() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::tutorial_distribution::players_moneyBag.dart::_PlayersRibRepresentationState" class "teoria_dos_jogos::public_goods::tutorial_election::electionExample.dart::ElectionExample" { +PublicGoodsVariables goodsVariables +Function next +_ElectionExampleState createState() } "teoria_dos_jogos::public_goods::tutorial_election::electionExample.dart::ElectionExample" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::tutorial_election::electionExample.dart::ElectionExample" class "teoria_dos_jogos::public_goods::tutorial_election::electionExample.dart::_ElectionExampleState" { +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::tutorial_election::electionExample.dart::_ElectionExampleState" class "teoria_dos_jogos::public_goods::tutorial_election::gameScreen.dart::GameScreen" { +PublicGoodsVariables variables +Function next +bool draggable +_GameScreenState createState() } "teoria_dos_jogos::public_goods::tutorial_election::gameScreen.dart::GameScreen" o-- "teoria_dos_jogos::public_goods::classes::publicGoodsVariables.dart::PublicGoodsVariables" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::tutorial_election::gameScreen.dart::GameScreen" class "teoria_dos_jogos::public_goods::tutorial_election::gameScreen.dart::_GameScreenState" { +bool start +Game game +void initState() +void dispose() +Widget build() } "teoria_dos_jogos::public_goods::tutorial_election::gameScreen.dart::_GameScreenState" o-- "teoria_dos_jogos::public_goods::store::game_store.dart::Game" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::tutorial_election::gameScreen.dart::_GameScreenState" class "teoria_dos_jogos::public_goods::tutorial_election::listWidgets.dart::InterfaceAndText" { +int textIndex +int interfaceIndex +bool enableNext } class "teoria_dos_jogos::public_goods::tutorial_election::listWidgets.dart::TutorialLists" { {static} +dynamic orderInterfaceAndText() {static} +dynamic interfaces() {static} +dynamic instructions() } class "teoria_dos_jogos::public_goods::widgets::clock.dart::Clock" { +dynamic animation +double scale -Future _warmupAnimations() +Widget build() } "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::public_goods::widgets::clock.dart::Clock" class "teoria_dos_jogos::public_goods::widgets::CountNumbers.dart::Count" { +Function animationEnds +bool down +bool start +int inicial +int diference +int factor +double fontsize +_CountState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::widgets::CountNumbers.dart::Count" class "teoria_dos_jogos::public_goods::widgets::CountNumbers.dart::_CountState" { +AnimationController controller +int factor +int mult +dynamic timerString +void initState() +void dispose() +Widget build() } "teoria_dos_jogos::public_goods::widgets::CountNumbers.dart::_CountState" o-- "flutter::src::animation::animation_controller.dart::AnimationController" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::widgets::CountNumbers.dart::_CountState" "flutter::src::widgets::ticker_provider.dart::TickerProviderStateMixin<T>" <|-- "teoria_dos_jogos::public_goods::widgets::CountNumbers.dart::_CountState" class "teoria_dos_jogos::public_goods::widgets::election.dart::ElectionPopUp" { +int pId +int players +int time +Function computeVote +Function nextRound +bool tutorial +Function electionTime +_ElectionPopUpState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::widgets::election.dart::ElectionPopUp" class "teoria_dos_jogos::public_goods::widgets::election.dart::_ElectionPopUpState" { +List<Vote> listCandidates +dynamic animation +bool timing +int index +DateTime start +void initState() +void dispose() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::widgets::election.dart::_ElectionPopUpState" class "teoria_dos_jogos::public_goods::widgets::election.dart::Vote" { +int id +bool vote } class "teoria_dos_jogos::public_goods::widgets::electionAnimation.dart::ElectionAnimation" { +double value +double fontSize +dynamic onEndAnimation +_ElectionAnimationState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::widgets::electionAnimation.dart::ElectionAnimation" class "teoria_dos_jogos::public_goods::widgets::electionAnimation.dart::_ElectionAnimationState" { +double targetValue +double endPoint +double startPoint +int delay +void initState() +dynamic startAnimation() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::widgets::electionAnimation.dart::_ElectionAnimationState" class "teoria_dos_jogos::public_goods::widgets::graphicDoubleYAxis.dart::GraphicDoubleY" { +List<FlSpot> f1 +List<FlSpot> f2 +Color colors1 +Color colors2 +dynamic title1 +dynamic title2 +double maxChips +double maxRounds +double maxWallet +double gWidth +double fontSize +double subtitleSquad +Widget build() } "teoria_dos_jogos::public_goods::widgets::graphicDoubleYAxis.dart::GraphicDoubleY" o-- "dart::ui::Color" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::public_goods::widgets::graphicDoubleYAxis.dart::GraphicDoubleY" class "teoria_dos_jogos::public_goods::widgets::moneyDistribution.dart::MoneyDistribution" { +int total +int players +int time +Function distribute +bool tutorial +bool btnEnabled +Function distributionTime +_MoneyDistributionState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::widgets::moneyDistribution.dart::MoneyDistribution" class "teoria_dos_jogos::public_goods::widgets::moneyDistribution.dart::_MoneyDistributionState" { +double userEarning +dynamic animation +bool timing +bool handVisible +DateTime start +void initState() +void dispose() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::widgets::moneyDistribution.dart::_MoneyDistributionState" class "teoria_dos_jogos::public_goods::widgets::nextAnimation.dart::NextAnimation" { +double value +dynamic message +double fontSize +dynamic onEndAnimation +_NextAnimationState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::widgets::nextAnimation.dart::NextAnimation" class "teoria_dos_jogos::public_goods::widgets::nextAnimation.dart::_NextAnimationState" { +double targetValue +double endPoint +double startPoint +int delay +void initState() +dynamic startAnimation() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::widgets::nextAnimation.dart::_NextAnimationState" class "teoria_dos_jogos::public_goods::widgets::panel.dart::Panel" { +dynamic title +Widget label +double fontsize +Widget build() } "teoria_dos_jogos::public_goods::widgets::panel.dart::Panel" o-- "flutter::src::widgets::framework.dart::Widget" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "teoria_dos_jogos::public_goods::widgets::panel.dart::Panel" class "teoria_dos_jogos::public_goods::widgets::panelFade.dart::PanelFade" { +Widget child +dynamic start +_PanelFadeState createState() } "teoria_dos_jogos::public_goods::widgets::panelFade.dart::PanelFade" o-- "flutter::src::widgets::framework.dart::Widget" "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::widgets::panelFade.dart::PanelFade" class "teoria_dos_jogos::public_goods::widgets::panelFade.dart::_PanelFadeState" { -AnimationController _controller +Animation animation +void initState() +void dispose() +dynamic fade() +Widget build() } "teoria_dos_jogos::public_goods::widgets::panelFade.dart::_PanelFadeState" o-- "flutter::src::animation::animation_controller.dart::AnimationController" "teoria_dos_jogos::public_goods::widgets::panelFade.dart::_PanelFadeState" o-- "flutter::src::animation::animation.dart::Animation" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::widgets::panelFade.dart::_PanelFadeState" "flutter::src::widgets::ticker_provider.dart::SingleTickerProviderStateMixin<T>" <|-- "teoria_dos_jogos::public_goods::widgets::panelFade.dart::_PanelFadeState" class "teoria_dos_jogos::public_goods::widgets::popUpWithTimer.dart::PopUpWithTimer" { +dynamic message +Duration duration +Function callback +_PopUpWithTimerState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::widgets::popUpWithTimer.dart::PopUpWithTimer" class "teoria_dos_jogos::public_goods::widgets::popUpWithTimer.dart::_PopUpWithTimerState" { +void initState() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::widgets::popUpWithTimer.dart::_PopUpWithTimerState" class "teoria_dos_jogos::public_goods::widgets::timer.dart::TimerCount" { +Function animationEnds +Function getTime +bool start +int time +_TimerCountState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::widgets::timer.dart::TimerCount" class "teoria_dos_jogos::public_goods::widgets::timer.dart::_TimerCountState" { +AnimationController controller +dynamic timerString +void initState() +void dispose() +dynamic getTime() +Widget build() } "teoria_dos_jogos::public_goods::widgets::timer.dart::_TimerCountState" o-- "flutter::src::animation::animation_controller.dart::AnimationController" "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::widgets::timer.dart::_TimerCountState" "flutter::src::widgets::ticker_provider.dart::TickerProviderStateMixin<T>" <|-- "teoria_dos_jogos::public_goods::widgets::timer.dart::_TimerCountState" class "teoria_dos_jogos::public_goods::widgets::token.dart::GameToken" { +int value +bool isDraggable +int round +int maxValue +List<int> list +_GameTokenState createState() +dynamic colors() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "teoria_dos_jogos::public_goods::widgets::token.dart::GameToken" class "teoria_dos_jogos::public_goods::widgets::token.dart::_GameTokenState" { +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "teoria_dos_jogos::public_goods::widgets::token.dart::_GameTokenState" @enduml
c925b9278f457f9712676c3ff2ac5c88aecee52a
6963c449644e055485ae448bb253435a0c773965
/src/main/resources/class.puml
97ce98abf35c2fc30cbffffb2638f69059636faa
[]
no_license
rimonmostafiz/fp-movies
a33abf94bd59c5fc11bcb2a5a41faedac9939497
3601e7893c01e5d5096d22eefacf371f7d20046d
refs/heads/master
2023-08-14T01:51:56.364097
2021-09-23T17:37:57
2021-09-23T17:37:57
407,966,915
0
0
null
2021-09-20T06:19:37
2021-09-18T21:01:29
Java
UTF-8
PlantUML
false
false
1,672
puml
@startuml skinparam minClassWidth 50 class Movie { - id : Long - budget : Long - homepage : String - String originalLanguage : String - String originalTitle : String - String overView : String - Double popularity : Double - releaseDate : LocalDate - revenue : Long - runtime : Integer - status : Status - tagline : String - title : String - voteAverage : Double - voteCount : Integer } class Genre { id : Long name : String } class Keyword { id : Long name : String; } enum Gender { OTHER(0) Male(1) Female(2) } class ProductionCompany { - id : Long - name : String } class ProductionCountry { - iso : String - name : String } class SpokenLanguage { - iso : String - name : String } enum Status { Released } class Credit { - movieId : Long - title : String } class Cast { - castId : Long - character : String - creditId : String - gender : Gender - id : Long - name : String - order : Integer } class Crew { - creditId : String - department : Department - gender : Gender - id : Long - job : String - name : String } enum Department { Actors Editing Camera Sound Writing Production Art Directing CostumeAndMakeUp Crew . . . . . . . . . . } Movie -> "1..*" Genre Movie -> "1..*" Keyword Movie -> "1..*" ProductionCountry Movie -> "1..*" ProductionCompany Movie -> "1..*" SpokenLanguage Movie *-- Credit Movie --> "1" Status Credit -- "*" Crew Credit -- "*" Cast Crew --> "1..*" Department Crew --> "1" Gender Cast --> "1" Gender @enduml
5cf5ff0586ac04050abe433636d4c27bbcc2dacb
553f0bf87ffb874ea3172086b3671e7524d3fb65
/documents/version4/diagramme.puml
01e371e05ddb8f15c21122ff00396ba5566adce5
[]
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
2,018
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() } class Mur extends Case { + Color getCouleur(); } class Sol extends Case { + Color getCouleur(); } class Entite { - x : Int - y : Int - pv : int + Entite(JeuPerso jeu) + void attaquer(Entite e) + void subirDegats() + boolean etreMort() + int getPv() + int getX() + int getY() + void setX(int x) + void setY(int y) + ArrayList<Case> deplacementAutour(ArrayList<Case> libres) } class Personnage extends Entite { + Personnage() + String toString() + void seDeplacer(Commande c) } class Monstre extends Entite { + Monstre(int x, int y) + void seDeplacer(ArrayList<Case> libres, Personnage p) } 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" --> "*" Monstre : - monstres 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 @enduml
efac7b146efe11d69a158e709f9e94a79e4d1a85
f4e746d7627fa2f2c1d91f40f73018d49587b40b
/src/Models/ColumnManager/ColumnManager.puml
debc58a125cc5f1b43e08642181c61d8300fd3d2
[]
no_license
ui-package/table-component
cd428ce66e972bd3d2a7bed1fa47efa0e8f8194f
a5705a8428cc4561362e01d74800051f85a53b56
refs/heads/master
2021-05-13T23:04:39.299701
2018-03-21T07:14:54
2018-03-21T07:14:54
116,505,364
0
0
null
null
null
null
UTF-8
PlantUML
false
false
430
puml
@startuml interface ColumnManagerInterface <T> { createBodyColumns(entity: T): ColumnBodyEntityInterface[] getHeadColumns(): ColumnHeadEntityInterface[] } interface ColumnHeadEntityInterface interface ColumnBodyEntityInterface ColumnManagerInterface "1 .. *" *-- ColumnHeadEntityInterface ColumnManagerInterface ..> ColumnBodyEntityInterface note left on link It create array of ColumnBodyEntityInterface end note @enduml
b5563ac86530f52ceec741c163523dce03a9473c
e2af34c95c3628d291848b6ad1f3b013b137eecd
/exercise41/docs/NameSorter.puml
ac4ce0ed5d931589d8926d76d4481f9cd2bcaef6
[]
no_license
RyanTheGuyInSpace/hodge-a04
1b430a286859c01c1b9b42d570abe5d694b76485
66488f242574224ab55e6efe6c8224afa903b871
refs/heads/main
2023-08-24T03:24:42.233804
2021-10-18T03:39:42
2021-10-18T03:39:42
416,139,019
0
0
null
null
null
null
UTF-8
PlantUML
false
false
495
puml
@startuml class Solution41 { +main(String[]) ' NameSorter ns = new NameSorter() ' ArrayList<String> names = ns.readNames() ' ns.sortNames(names) ' ns.writeNames(names) } class NameSorter { -ArrayList<String> names; ' init name list ' store values from readNames() in name list ' sort the name list ' use writeNames to write the list +readNames(String fileName) +sortNames() +writeNames(String fileName) } Solution41 --o NameSorter @enduml
27ae823107b2a04ceb344ba95b6729bd995c4e2f
844665d08d1be5dacc41d8495725d881c68dba71
/Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/src/cu/datys/principles/ocp/drawing/good/class-diagram.puml
0271c6090871baadda320e2bc366fd8555eabbd2
[ "MIT" ]
permissive
alexescalonafernandez/curso-patrones-diseno
ec1cf0a993707d78c294208e04604a3a0ffd164e
f586e27791e1281087df6cc137da87f407179e65
refs/heads/master
2021-01-25T13:35:26.659206
2018-03-02T20:18:06
2018-03-02T20:18:06
123,588,331
0
0
null
null
null
null
UTF-8
PlantUML
false
false
492
puml
@startuml skinparam backgroundcolor transparent skinparam classFontSize 18 skinparam noteFontSize 18 skinparam arrowFontSize 18 skinparam classAttributeFontSize 18 skinparam titleFontColor #5cb85c Title OCP: Uso correcto interface IShape{ + void draw() } class Rectangle implements IShape class Circle implements IShape class GraphicEditor{ + void drawShape(Shape shape) } GraphicEditor --> IShape: use note right of GraphicEditor::drawShape shape.draw(); end note @enduml
e604d4e2b866211da11089530ce26b08541c9d79
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedQuoteDraft.puml
178cbbebc54988ec310862d2f819c405f7d53d76
[]
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
560
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 StagedQuoteDraft [[StagedQuoteDraft.svg]] { quoteRequest: [[QuoteRequestResourceIdentifier.svg QuoteRequestResourceIdentifier]] quoteRequestVersion: Long quoteRequestStateToAccepted: Boolean key: String custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] state: [[StateReference.svg StateReference]] } @enduml
cf17d7d3c8aed88c606428c2ef28219474b55fd2
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/Rendu/doc/javadoc/ch/tofind/commusica/ui/PlaylistTrackCell.puml
fd2ee10228c368993fff7f27c8aa7cae8e86dcbe
[]
no_license
heig-vd-pro2017/projet
8f6e9bb5cc75baaf809eda87b31d7de8c632f713
db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1
refs/heads/master
2021-01-16T23:21:13.159819
2017-05-29T17:32:48
2017-05-29T17:32:48
82,906,602
5
2
null
2017-04-02T16:05:43
2017-02-23T08:55:46
Java
UTF-8
PlantUML
false
false
657
puml
@startuml class PlaylistTrackCell { [[PlaylistTrackCell.html]] {static} -LOG: Logger {static} -FAV_EMPTY_IMAGE: String {static} -FAV_FULL_IMAGE: String {static} -FXML_FILE: String -playlistTrack: PlaylistTrack -track: Track -trackPane: AnchorPane -albumLabel: Label -artistLabel: Label -titleLabel: Label -votesLabel: Label -favoriteImageView: ImageView +PlaylistTrackCell(PlaylistTrack) +getPane(): AnchorPane -downvote(MouseEvent): void -favorite(MouseEvent): void -upvote(MouseEvent): void } @enduml
a647569df0848fdfdb6872dba787385dbe0147ce
3a01c48123c37cbe5853adda0adc2c9077a75afb
/.idea/modules/app/app.plantuml
467472cbecb1302b846200e1af2644d04ee526af
[]
no_license
TomerReiner/ML-For-All
e9ecc4d09b8c4a59d906b2a644c01cfe9f4d7d0e
e1f19d77b9e2f7bb24308f8bd8dcc5d9b690ea95
refs/heads/master
2023-05-02T06:13:39.999902
2021-05-12T12:50:59
2021-05-12T12:50:59
335,345,695
1
0
null
null
null
null
UTF-8
PlantUML
false
false
4,488
plantuml
@startuml title __ML_FOR_ALL.APP's Class Diagram__\n namespace com.example.mlforall { class com.example.mlforall.AboutActivity { } } namespace com.example.mlforall { class com.example.mlforall.BuildConfig { } } namespace com.example.mlforall { class com.example.mlforall.CreateMachineLearningModelActivity { } } namespace com.example.mlforall { class com.example.mlforall.DatabaseHelper { } } namespace com.example.mlforall { class com.example.mlforall.DialogHelper { } } namespace com.example.mlforall { class com.example.mlforall.FileHelper { } } namespace com.example.mlforall { class com.example.mlforall.LinearEquation { } } namespace com.example.mlforall { class com.example.mlforall.LinearRegression { } } namespace com.example.mlforall { class com.example.mlforall.LinearRegressionHelper { } } namespace com.example.mlforall { class com.example.mlforall.MachineLearningModel { } } namespace com.example.mlforall { class com.example.mlforall.MainActivity { } } namespace com.example.mlforall { class com.example.mlforall.MenuHelper { } } namespace com.example.mlforall { class com.example.mlforall.MyModelsActivity { } } namespace com.example.mlforall { class com.example.mlforall.MyModelsListViewAdapter { } } namespace com.example.mlforall { class com.example.mlforall.MyProfileActivity { } } namespace com.example.mlforall { class com.example.mlforall.PlottingHelper { } } namespace com.example.mlforall { class com.example.mlforall.ShowModelActivity { } } namespace com.example.mlforall { class com.example.mlforall.User { } } com.example.mlforall.AboutActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.mlforall.AboutActivity o-- com.example.mlforall.DatabaseHelper : db com.example.mlforall.AboutActivity o-- com.example.mlforall.MenuHelper : menuHelper com.example.mlforall.CreateMachineLearningModelActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.mlforall.CreateMachineLearningModelActivity o-- com.example.mlforall.DatabaseHelper : db com.example.mlforall.CreateMachineLearningModelActivity o-- com.example.mlforall.LinearEquation : equation com.example.mlforall.CreateMachineLearningModelActivity o-- com.example.mlforall.MenuHelper : menuHelper com.example.mlforall.CreateMachineLearningModelActivity o-- com.example.mlforall.LinearRegression : model com.example.mlforall.DatabaseHelper -up-|> android.database.sqlite.SQLiteOpenHelper com.example.mlforall.DialogHelper o-- com.example.mlforall.DatabaseHelper : db com.example.mlforall.LinearRegression o-- com.example.mlforall.LinearEquation : linearEquation com.example.mlforall.MachineLearningModel o-- com.example.mlforall.LinearEquation : linearEquation com.example.mlforall.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.mlforall.MainActivity o-- com.example.mlforall.DatabaseHelper : db com.example.mlforall.MainActivity o-- com.example.mlforall.MenuHelper : menuHelper com.example.mlforall.MenuHelper o-- com.example.mlforall.DatabaseHelper : db com.example.mlforall.MenuHelper o-- com.example.mlforall.DialogHelper : dialogHelper com.example.mlforall.MyModelsActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.mlforall.MyModelsActivity o-- com.example.mlforall.MyModelsListViewAdapter : adapter com.example.mlforall.MyModelsActivity o-- com.example.mlforall.DatabaseHelper : db com.example.mlforall.MyModelsActivity o-- com.example.mlforall.MenuHelper : menuHelper com.example.mlforall.MyModelsListViewAdapter -up-|> android.widget.BaseAdapter com.example.mlforall.MyProfileActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.mlforall.MyProfileActivity o-- com.example.mlforall.DatabaseHelper : db com.example.mlforall.MyProfileActivity o-- com.example.mlforall.MenuHelper : menuHelper com.example.mlforall.ShowModelActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.mlforall.ShowModelActivity o-- com.example.mlforall.PlottingHelper : plottingHelper 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
98d46882e7cbdc21f44414e0a09a141c5d02a68f
2bc551f9c2ecb57ec0cb93ad18d3ce0bafbddb34
/设计模式/设计模式尚硅谷/designpatternlearning/src/main/java/tk/designpattern/factory/abstractfactory/order-service.puml
fd08dacafb7cfcb6f563e3d7135ab58f75a96714
[]
no_license
YiboXu/JavaLearning
c42091d6ca115826c00aad2565d9d0f29b1f5f68
97b4769ebbe096e0ab07acb6889fb177e2ca5abe
refs/heads/master
2022-10-27T23:47:54.637565
2020-06-16T09:12:09
2020-06-16T09:12:09
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,182
puml
@startuml abstract class Pizza{ - String name; + String getName() + abstract void prepare(); + void bake() + void cute() + void box() + String toString() } together { class ChinaMilkPizza{ + void prepare() } class ChinaCheesePizza{ + void prepare() } class JapanMilkPizza{ + void prepare() } class JapanCheesePizza{ + void prepare() } } together { class ChinaPizzaFactory{ # Pizza createPizza(String orderType) } class JapanPizzaFactory{ # Pizza createPizza(String orderType) } } interface PizzaFactory { Pizza createPizza(String orderType); } class OrderService { - PizzaFactory pizzaFactory; + void setPizzaFactory(PizzaFactory pizzaFactory) + void order() } Pizza <|-- ChinaMilkPizza Pizza <|-- ChinaCheesePizza Pizza <|-- JapanMilkPizza Pizza <|-- JapanCheesePizzao ChinaMilkPizza <|-- ChinaPizzaFactory ChinaCheesePizza <|-- ChinaPizzaFactory JapanMilkPizza <|-- JapanPizzaFactory JapanCheesePizza <|-- JapanPizzaFactory PizzaFactory <|-- ChinaPizzaFactory PizzaFactory <|-- JapanPizzaFactory PizzaFactory - OrderService @enduml
b7d4147f7503693c379c3e1d5e0d161db9798b3e
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/AssociateRoleBuyerAssignableChangedMessage.puml
aaf1553097aee5cfd8ec4ffb9bb9784d6a1e4bee
[]
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,194
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 AssociateRoleBuyerAssignableChangedMessage [[AssociateRoleBuyerAssignableChangedMessage.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]] buyerAssignable: Boolean } 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
a36788d0a546542b3f7d832186ad946f357aaa89
2658a42eb6bbcc140cae19c1120864277f893b2f
/documentation/src/orchid/resources/assets/diagrams/scope.puml
19c7ff2c4445d54bb025d1c31e24f5f22fe83b17
[ "Apache-2.0" ]
permissive
tuProlog/2p-kt
0935dbeb88272f79df1ebbd2339767bccc8ecfa4
6510ea0414985b708dd492ee240727f2e261176c
refs/heads/master
2023-08-17T18:41:12.310798
2023-07-19T10:34:16
2023-07-19T13:13:27
230,784,338
84
15
Apache-2.0
2023-09-13T22:49:25
2019-12-29T17:51:34
Kotlin
UTF-8
PlantUML
false
false
2,003
puml
@startuml skinparam shadowing false interface Scope { + _: Var + variables: Map<String, Var> + contains(variable: Var): Boolean + contains(variable: String): Boolean + get(variable: String): Var? + varOf(name: String): Var + anonymous(): Var + whatever(): Var + atomOf(value: String): Atom + structOf(functor: String, vararg args: Term): Struct + structOf(functor: String, args: Sequence<Term>): Struct + tupleOf(vararg terms: Term): Tuple + tupleOf(terms: Iterable<Term>): Tuple + listOf(vararg terms: Term): List + emptyList(): EmptyList + emptySet(): EmptySet + listOf(terms: Iterable<Term>): List + listFrom(terms: Iterable<Term>, last: Term? = null): List + setOf(vararg terms: Term): LogicSet + setOf(terms: Iterable<Term>): LogicSet + factOf(head: Struct): Fact + ruleOf(head: Struct, body1: Term, vararg body: Term): Rule + directiveOf(body1: Term, vararg body: Term): Directive + clauseOf(head: Struct?, vararg body: Term): Clause + consOf(head: Term, tail: Term): Cons + indicatorOf(name: Term, arity: Term): Indicator + indicatorOf(name: String, arity: Int): Indicator + numOf(value: BigDecimal): Real + numOf(value: Double): Real + numOf(value: Float): Real + numOf(value: BigInteger): Integer + numOf(value: Int): Integer + numOf(value: Long): Integer + numOf(value: Short): Integer + numOf(value: Byte): Integer + numOf(value: String): Numeric + truthOf(value: Boolean): Truth --- + {static} empty(): Scope + {static} <R> empty(lambda: Scope.() -> R): R + {static} of(vararg vars: String): Scope + {static} of(vararg vars: String, lambda: Scope.() -> Unit): Scope + {static} of(vararg vars: Var): Scope + {static} of(vararg vars: Var, lambda: Scope.() -> Unit): Scope + {static} <R> of(vararg vars: String, lambda: Scope.() -> R): R + {static} <R> of(vararg vars: Var, lambda: Scope.() -> R): R } @enduml
796a9da7d3617fbdbe61f0ff27eb52867ebdfe98
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/PointCloudMap/PointCloudMapGT/PointCloudMapGT_Class.puml
a2c83f70642abfca1bb58663baa1297bf7f0b882
[]
no_license
ShisatoYano/SLAMDesignUML
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
bb8678908952205d1fdc2ea5e49c9ca752e123b9
refs/heads/master
2022-11-25T17:49:03.514885
2020-08-02T00:27:38
2020-08-02T00:27:38
261,206,484
0
0
null
null
null
null
UTF-8
PlantUML
false
false
662
puml
@startuml skinparam classAttributeIconSize 0 class PointCloudMapGT{ + std::vector<LPoint2D> allLps + NNGridTable nntab + PointCloudMapBS(){allLps.reserve()MAX_POINT_NUM} + ~PointCloudMapBS() + virtual void addPose(const Pose2D &p) + virtual void addPoints(const std::vector<LPoint2D> &lps) + virtual void makeGlobalMap() + virtual void makeLocalMap() + void subsamplePoints(std::vector<LPoint2D> &sps) + virtual void remakeMaps(const std::vector<Pose2D> &newPoses) } PointCloudMapGT --|> PointCloudMap PointCloudMapGT o-- NNGridTable PointCloudMap o-- Pose2D PointCloudMap o-- Scan2D PointCloudMap o-- LPoint2D @enduml
0d612f58d39db1fed123ce0455bd9814b3c364bf
36e8e37a895ba9b2666e81c1da40f7fd0580d37b
/src/javaLang/interpreter/解释器模式类图.puml
124bb45734d5a27cdcd8808601ce10ec373f3e18
[]
no_license
xhSun9527/DesignPatterns
0b08185780882a8e1b7e065c39a44e7c19838e17
1ed5099b9156853601e6b3a9cdf0c1d6090a6812
refs/heads/master
2023-02-01T06:22:45.580510
2020-12-17T08:55:19
2020-12-17T08:55:19
287,001,208
1
0
null
null
null
null
UTF-8
PlantUML
false
false
470
puml
@startuml abstract class AbstractExpression{ + interpret(context) : int } class TerminalExpression{ + interpret(context) : int } class NonterminalExpression{ + interpret(context) : int } class Client{} class Context{} AbstractExpression <|-- TerminalExpression AbstractExpression <|-- NonterminalExpression AbstractExpression <-- NonterminalExpression NonterminalExpression o-- AbstractExpression Context <-- Client AbstractExpression <-- Client @enduml
8910ce49d4da857c4c2c0ac6a83e6959215e5a40
7eb0a3429f021f1a046bed8e667a6911d789d065
/StrategyPattern/StrategyPattern.puml
eec666f7aa1d0801e15a08f379ce0f14ff5c6da8
[ "MIT" ]
permissive
gama79530/DesignPattern
d99431711fda65cfb7d790b2959ba0a712fa3f86
4730c50cdd839072ae50eef975cbed62b5a2a41c
refs/heads/master
2023-08-03T04:35:54.561642
2023-06-08T03:13:08
2023-07-31T12:32:13
269,562,362
0
0
null
null
null
null
UTF-8
PlantUML
false
false
191
puml
@startuml StrategyPattern hide empty members class Contex{ + Strategy strategy + invokeStrategyMethod() } interface Strategy{ + strategyMethod() } Contex *-- Strategy @enduml
2e3832efcd20317c8de2f74c625ac950e0ff9434
f18ba1fbeb7f8d6149aff64633f9c77a92cfc936
/assignments/k.mukhametzyanov/TP3/src/tests/tests.plantuml
74245e97cf386bf98f1a0026ffd546263531105a
[]
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
470
plantuml
@startuml title __TESTS's Class Diagram__\n namespace tests { class tests.Tests { + JimmyPizzeriaFourCheesesTest() + JimmyPizzeriaHawaiiTest() + RobbyPizzeriaFourCheesesPizzaTest() + RobbyPizzeriaInnopolisPizzaTest() } } 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
ecefcb476abd13eaf9c175f8d01e84f261a7faed
4f029f90b241f8b1e4a0179d27c92be6b87c761c
/lib_design_pattern/src/main/java/com/mxdl/desigin/pattern/structure/a03_decorator/uml/dectorator_base.puml
1452180b5836a5ad37ece96574cb3ed6a2e21524
[]
no_license
mxdldev/java-design-pattern
806cdb2f4ec87d121c10db4952ed67476772ff29
f42813ccdb2a1cfdcc790935e41747098467e7e5
refs/heads/master
2020-11-26T22:15:35.016854
2020-01-08T07:10:34
2020-01-08T07:10:34
229,215,001
0
0
null
null
null
null
UTF-8
PlantUML
false
false
424
puml
@startuml package Dectorator{ interface Compontent{ +IOperate():void } class Dectorator implements Compontent class ConcreateComponent implements Compontent class ConcreateDectorator note bottom:动态的给一个对象添加一些额外的功能\n,就增加功能而言他比生成子类更加的灵活 class ConcreateDectorator extends Dectorator Dectorator ->Compontent @enduml
d00321f5ec3bcec0b66cf53bc9112d64dcf7d0ed
540d43c90e930f35817857dd6f9df2dfbf93cff1
/puml/Android-Native-VideoEncoder.puml
62d73794280cbfc4fcaded443bbc032473b74652
[]
no_license
vintonliu/webrtc_code_read
252aad744b938ddfd7fb6bad389c9f9b5db6a89c
cffd54917e2cf5c29f5abb703401a7f23abf0f7c
refs/heads/master
2023-07-04T21:10:12.722636
2021-08-09T11:47:08
2021-08-09T11:47:08
371,236,194
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,611
puml
@startuml Android-Native-VideoEncoder title <b> Android 端视频编码器类图 abstract class VideoEncoder { + void SetFecControllerOverride(FecControllerOverride* fec_controller_override) .. + int InitEncode(const VideoCodec* codec_settings, const VideoEncoder::Settings& settings) .. + int32_t RegisterEncodeCompleteCallback(EncodedImageCallback* callback) .. + int32_t Release() .. + int32_t Encode(const VideoFrame& frame, const std::vector<VideoFrameType>* frame_types) .. + void SetRates(const RateControlParameters& parameters) .. + void OnPacketLossRateUpdate(float packet_loss_rate) .. + void OnRttUpdate(int64_t rtt_ms) .. + void OnLossNotification(const LossNotification& loss_notification) .. + EncoderInfo GetEncoderInfo() const } class VideoEncoderWrapper { + int InitEncode(const VideoCodec* codec_settings, const VideoEncoder::Settings& settings) .. + int32_t RegisterEncodeCompleteCallback(EncodedImageCallback* callback) .. + int32_t Release() .. + int32_t Encode(const VideoFrame& frame, const std::vector<VideoFrameType>* frame_types) .. + void SetRates(const RateControlParameters& parameters) .. + EncoderInfo GetEncoderInfo() const .. + void OnEncodedFrame(JNIEnv* jni, const JavaRef<jobject>& j_encoded_image) .. -- - const ScopedJavaGlobalRef<jobject> encoder_ .. - EncodedImageCallback* callback_ .. - VideoCodec codec_settings_ .. - EncoderInfo encoder_info_ } note bottom of VideoEncoderWrapper: 视频硬编 Wrapper 类 class VideoEncoderSoftwareFallbackWrapper { + void SetFecControllerOverride(FecControllerOverride* fec_controller_override) .. + int InitEncode(const VideoCodec* codec_settings, const VideoEncoder::Settings& settings) .. + int32_t RegisterEncodeCompleteCallback(EncodedImageCallback* callback) .. + int32_t Release() .. + int32_t Encode(const VideoFrame& frame, const std::vector<VideoFrameType>* frame_types) .. + void SetRates(const RateControlParameters& parameters) .. + void OnPacketLossRateUpdate(float packet_loss_rate) .. + void OnRttUpdate(int64_t rtt_ms) .. + void OnLossNotification(const LossNotification& loss_notification) .. + EncoderInfo GetEncoderInfo() const -- - const std::unique_ptr<webrtc::VideoEncoder> encoder_ .. - const std::unique_ptr<webrtc::VideoEncoder> fallback_encoder_ .. - EncodedImageCallback* callback_ } note bottom of VideoEncoderSoftwareFallbackWrapper : 视频硬编和软编切换Wrapper类 class LibvpxVp8Encoder { + void SetFecControllerOverride(FecControllerOverride* fec_controller_override) .. + int InitEncode(const VideoCodec* codec_settings, const VideoEncoder::Settings& settings) .. + int32_t RegisterEncodeCompleteCallback(EncodedImageCallback* callback) .. + int32_t Release() .. + int32_t Encode(const VideoFrame& frame, const std::vector<VideoFrameType>* frame_types) .. + void SetRates(const RateControlParameters& parameters) .. + void OnPacketLossRateUpdate(float packet_loss_rate) .. + void OnRttUpdate(int64_t rtt_ms) .. + void OnLossNotification(const LossNotification& loss_notification) .. + EncoderInfo GetEncoderInfo() const -- - EncodedImageCallback* encoded_complete_callback_ } note bottom of LibvpxVp8Encoder : 视频软编VP8编码器 class VP9EncoderImpl { + void SetFecControllerOverride(FecControllerOverride* fec_controller_override) .. + int InitEncode(const VideoCodec* codec_settings, const VideoEncoder::Settings& settings) .. + int32_t RegisterEncodeCompleteCallback(EncodedImageCallback* callback) .. + int32_t Release() .. + int32_t Encode(const VideoFrame& frame, const std::vector<VideoFrameType>* frame_types) .. + void SetRates(const RateControlParameters& parameters) .. + EncoderInfo GetEncoderInfo() const -- - EncodedImageCallback* encoded_complete_callback_ } note bottom of VP9EncoderImpl: 视频软编VP9编码器 VideoEncoder <|-- VideoEncoderWrapper VideoEncoder <|-- VideoEncoderSoftwareFallbackWrapper VideoEncoder <|-- LibvpxVp8Encoder VideoEncoder <|-- VP9EncoderImpl @enduml
42490d73f724b155b143e74fa1018554876c9635
1bb5688062270907b57fb76dfd05a5f34ba8be1e
/uml/ClassDiagram.puml
02dc829d381c4f2c00ab214d8e17b808f4c4ee5d
[]
no_license
MattyYeet/neet-5280-a5
6e4a2d3310016474fe9a7affd3873e5f2f925320
7062030c27f1325d4e4200061f8aa74129709c8c
refs/heads/master
2023-06-23T15:16:31.977872
2021-07-26T22:34:08
2021-07-26T22:34:08
387,655,152
0
0
null
null
null
null
UTF-8
PlantUML
false
false
984
puml
@startuml class ItemOrganizerApp{ run } class ListofItemsController{ +makeNewItem() +editItem() +deleteItem() +searchItem() +refreshList() +saveList(json, tsv, html) +loadList(json, tsv, html) } class Items{ price serial number name } class ItemVerifier{ +checkSN() +checkPrice() +checkName() } class FileSaved class FileLoaded class NameHelpController class SNHelpController class PriceHelpController class ItemMade class ItemEdited class ItemDeleted ItemOrganizerApp -> ListofItemsController ListofItemsController --> Items ListofItemsController <--> FileLoaded ListofItemsController <--> FileSaved Items --> ItemVerifier ItemVerifier ---> NameHelpController ItemVerifier ---> PriceHelpController ItemVerifier ---> SNHelpController ItemVerifier --> ItemMade ItemVerifier --> ItemEdited ItemVerifier --> ItemDeleted ItemMade ---> ListofItemsController ItemEdited ---> ListofItemsController ItemDeleted ---> ListofItemsController @enduml
989272577a6ced8764ca4ebc6ca252e97557af3d
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/debug_menu/diagrams/debug_menu_presentation_layer_class_diagram.puml
8c3ebccb71e9be27c899407045463e60c69bb279
[ "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
2,393
puml
@startuml debug_menu_presentation_layer_class_diagram package debug_menu { package domain { package usecases { class OpenLocalConfigStorageUseCase {} class ReadLocalConfigUseCase {} class UpdateLocalConfigUseCase {} class CloseLocalConfigStorageUseCase {} } package parameters { class LocalConfigParam {} } } package presentation { package state { class DebugMenuNotifier { + isLoading : bool + isInitialized: bool - _localConfig : LocalConfig - _localConfigFpsMonitorViewModel : LocalConfigFpsMonitorViewModel - _updateLocalConfigUseCase : UpdateLocalConfigUseCase - _readLocalConfigUseCase : ReadLocalConfigUseCase - _closeLocalConfigStorageUseCase : CloseLocalConfigStorageUseCase - _openLocalConfigStorageUseCase : OpenLocalConfigStorageUseCase + Future<void> initializeLocalConfig() + void initializeDefaults() + void toggleFpsMonitor() - void _setIsLoading(bool isLoading) - void _setLocalConfig(LocalConfig config) } } package view_models { class LocalConfigFpsMonitorViewModel { + isEnabled : bool } } package widgets { class CoolWidget {} } } } DebugMenuNotifier -right-> LocalConfigFpsMonitorViewModel : uses DebugMenuNotifier -down-> OpenLocalConfigStorageUseCase : uses DebugMenuNotifier -down-> ReadLocalConfigUseCase : uses DebugMenuNotifier -down-> UpdateLocalConfigUseCase : uses DebugMenuNotifier -down-> CloseLocalConfigStorageUseCase : uses DebugMenuNotifier -down-> LocalConfigParam : uses OpenLocalConfigStorageUseCase -right[hidden]-> ReadLocalConfigUseCase ReadLocalConfigUseCase -right[hidden]-> UpdateLocalConfigUseCase UpdateLocalConfigUseCase -right[hidden]-> CloseLocalConfigStorageUseCase CloseLocalConfigStorageUseCase -right[hidden]-> LocalConfigParam : uses CoolWidget -down-> DebugMenuNotifier : uses DebugMenuNotifier -up-> CoolWidget : notifies @enduml
351898f8595004f14fe415b85d83ee5bca151cd3
e1f86ffea80f9653cdcd16f7b91c8a4ea44ef829
/doc/matchClasses3.puml
b4d93be2bd6f80728e8cc724531406c5109c7655
[]
no_license
green68/ping-pong
f4117c6c1f681c65ebb23715c400f92351346e0f
ad018ae4d7e1e2fb725055e8f2d0b7a503349763
refs/heads/main
2023-08-29T01:32:17.097016
2021-10-12T11:20:50
2021-10-12T11:20:50
411,173,631
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,547
puml
@startuml matchClass3 ' skinparam linetype polyline ' skinparam linetype ortho class Person { - firstName : string - lastName : string -- constructor -- + Person(string firstName, string lastName): void .. + getName(): string } class Player { - captain : bool -- constructor -- + Player(string firstName, string lastName): void + isCaptain() : bool } class Referee { -- constructor -- + Referee(string firstName, string lastName): void } note left : "Arbitre" class Team { - name : string - players : array ' - captain: Player -- constructor -- + Team(string name, int numberOfPlayers) : + getName() : string + addPlayer(Player player) + getPlayer(int number) + getCaptain() : Player } Class Duo { - players : array + Duo() + addPlayer(Player player) + getPlayers() : array } class GameMatch { - teams : array -- constructor -- + GameMatch() + addTeam(Team team) + getTeams() : ?array + getWinner() : ?Team ' + isWin() : bool } note left : "Match" rectangle Rencontre{ class Game { + {static} MIN_POINTS_FOR_WINNING : int = 11 + {static} GAP_POINTS : int = 2 + {static} MIN_SET_FOR_WIN : int = 3 # sets[] : GameSet # referee : Referee # firstService: Player '-- constructor -- ' + Game(int numberOfPlayers) .. + addGameSet() : void + getCurrentSet() : GameSet + getService() : Player + getSets() : array + getWinner() : ?Player|Duo ' + isWin() :bool ' + isNumberOfPlayers() : bool + start() : void } class SimpleGame { - players[] : Player + SimpleGame(Referee referee) + addPlayer(Player player) : void + getPlayers() : array } ' note bottom : "Rencontre" class DualGame { - duos[] : array + DualGame(Referee referee) + addDuo(Duo duo) + getDuos() : array } } rectangle Sets { class GameSet { # score : Score # winner : ?Player|Duo # firstService: Player ' - referee : Referee ' -- constructor -- ' +GameSet(array players) .. + getService() : Player + getScore(): Score + getWinner(): ?Player|Duo ' +isWinner(): bool } ' note top : externaliser getWinner? class SimpleGameSet{ - players[] : array -- constructor -- + SimpleGameSet(Player player1, Player player2, Referee referee) .. + getPlayers() : array } class DualGameSet { - duos[] : array -- constructor -- + DualGameSet(Duo duo1, Duo duo2, Referee referee) .. + getDuos() : array } class Score { - points: array -- constructor -- + Score() .. + addPoint(int index): void + getPoints(): array } } ' Person <|-- Player ' Person <|-- Referee Player "3" -o "1" Team Team "2" --o "1" GameMatch : Participe GameMatch "1" --* "9" SimpleGame GameMatch "1" --* "1" DualGame Team "1" --* "1" Duo : Designe Duo "2" --o "1" DualGame : Participe Referee "1" --o "*" Game : Arbitre SimpleGame -|> Game Game <|- DualGame ' Referee "1" --o "1" GameSet : Arbitre SimpleGameSet -|> GameSet GameSet <|- DualGameSet DualGame "1" *--- "3*" DualGameSet SimpleGame "1" *--- "3*" SimpleGameSet SimpleGameSet "1" --* "1" Score DualGameSet "1" --* "1" Score hide @unlinked @enduml
9a8918586169aa8a94a615d95caccb189fea139d
68ab6123e5646851343e8ac1303f89c74e163d65
/docs_other/plantuml/todomvc-oo-event-flow-gituml-134.puml
9e688f65d359ec5a26224d347ac8450fed4b178e
[]
no_license
abulka/todomvc-oo
2026ee52c46ca9135a928cdff24fde36c0ff0412
d41b327a7d9ae8d236c9a7ff222e60092e497d4f
refs/heads/master
2022-05-24T12:20:05.729460
2020-05-25T07:26:45
2020-05-25T07:26:45
243,655,901
1
1
null
2022-03-26T06:32:28
2020-02-28T01:48:45
JavaScript
UTF-8
PlantUML
false
false
11,810
puml
' From https://www.gituml.com/editz/134 'Literate Code Map macros !procedure method($name, $params="") .. def <u><b>$name</b></u>($params) .. !endprocedure !procedure xref($dest, $kind="dest") !if ($kind == "source") <color:Red><u>$dest</u></color> !else <color:Red>$dest</color> !endif !endprocedure !$code = "<color:royalBlue><size:14>" !$codeb = "<color:DarkSlateGray><size:12>" !$codeg = "<color:Gray><size:12>" !$codeb = "<color:royalBlue>" !$codep = "<color:Purple><size:14>" ' GENERATED class App { constructor() add() delete() --- method("constructor", "") Event wiring - listening for these events ocurring in the system upon receiving this event, (event) => { this.delete(event.detail.from) }) LISTEN << <color:Tomato>deleted_todoitem</color> <color:royalBlue><size:14> document.addEventListener("deleted todoitem", method("add", "") will tell e.g. footer controller to update displayed count BROADCAST >> <color:LimeGreen>app_model_changed</color> <color:royalBlue><size:14> notify_all("app model changed", this) method("delete", "") called as a result of listening to the <color:Tomato>deleted_todoitem</color> event will now tell e.g. footer controller to update displayed count BROADCAST >> <color:LimeGreen>app_model_changed</color> <color:royalBlue><size:14> notify_all("app model changed", this) method("Load", "") all todo item controllers listen for and will receive this <color:DeepSkyBlue>modified_todoitem</color> no listeners except root debug listener, displaying the model debug view ("app model changed") BROADCAST >> <color:DeepSkyBlue>modified_todoitem</color> BROADCAST >> <color:LimeGreen>app_model_changed</color> <color:royalBlue><size:14> notify_all("modified todoitem", this, options) <color:royalBlue><size:14> notify_all("app model changed", this) } class ControllerTodoItem { method("constructor", "") The modified and deleted events will come from todo model item, whereas the <color:Sienna>filter changed</color> event will come from the footer controller. LISTEN << <color:DeepSkyBlue>modified_todoitem</color> LISTEN << <color:Tomato>deleted_todoitem</color> LISTEN << <color:Sienna>filter_changed</color> <color:royalBlue><size:14> document.addEventListener("modified todoitem", this.notify_func) <color:royalBlue><size:14> document.addEventListener("deleted todoitem", this.notify_func) <color:royalBlue><size:14> document.addEventListener("filter changed", this.notify_func) method("_delete_gui", "") delete the GUI element and unwire any listeners to this controller UNLISTEN <<X <color:DeepSkyBlue>modified_todoitem</color> UNLISTEN <<X <color:Tomato>deleted_todoitem</color> UNLISTEN <<X <color:Sienna>filter_changed</color> <color:royalBlue><size:14> document.removeEventListener("modified todoitem", this.notify_func, false) <color:royalBlue><size:14> document.removeEventListener("deleted todoitem", this.notify_func, false) <color:royalBlue><size:14> document.removeEventListener("filter changed", this.notify_func, false) method("notify", "event") Listened for events end up here. << Checks for event.type and performs what is required. Note: this method is not called as a result of the gui events, but as a result of listening to internal events <color:royalBlue><size:14> if (event.type == "modified todoitem" ... // <color:DeepSkyBlue>modified_todoitem</color> <color:royalBlue><size:14> else if (event.type == "deleted todoitem" ... // <color:Tomato>deleted_todoitem</color> <color:royalBlue><size:14> else if (event.type == "filter_changed") ... // <color:Sienna>filter_changed</color> } class ControllerFooter { method("constructor", "") LISTEN << <color:LimeGreen>app_model_changed</color> LISTEN << <color:DeepSkyBlue>modified_todoitem</color> <color:royalBlue><size:14> document.addEventListener("app model changed", (event) => { this.notify(event) }) <color:royalBlue><size:14> document.addEventListener("modified todoitem", (event) => { this.notify(event) }) method("filter_click", "e") this broadcast goes to all the todoitem controllers BROADCAST >> <color:Sienna>filter_changed</color> <color:royalBlue><size:14> notify_all("filter changed", this, {'filter': this.filter}); method("notify", "event") Renders the footer area, incl. count of number of todo items yet to complete. } class TodoItem { method("delete", "") BROADCAST >> <color:Tomato>deleted_todoitem</color> <color:royalBlue><size:14> notify_all("deleted todoitem", this) method("dirty", "") Called when modify any of the todo item's attributes e.g. 'completed' or 'title' BROADCAST >> <color:DeepSkyBlue>modified_todoitem</color> <color:royalBlue><size:14> notify_all("modified todoitem", this, {during_load: false}) } 'package Events <<Rectangle>> { class deleted_todoitem <<event>> << (E,orchid) >> #Tomato {} class app_model_changed <<event>> << (E,orchid) >> #LimeGreen {} class modified_todoitem <<event>> << (E,orchid) >> #DeepSkyBlue {} class filter_changed <<event>> << (E,orchid) >> #Sienna {} '} App <.. deleted_todoitem #Tomato App --> app_model_changed #LimeGreen : App \n sends * \n<b><color:LimeGreen>app_model_changed</color></b> event \n during add, delete App --> modified_todoitem #DeepSkyBlue : App \n sends * \n <b><color:DeepSkyBlue>modified_todoitem</color></b> \n during load ControllerTodoItem <.. modified_todoitem #DeepSkyBlue ControllerTodoItem <.. deleted_todoitem #Tomato ControllerTodoItem <.. filter_changed #Sienna ControllerFooter <.. app_model_changed #LimeGreen ControllerFooter <.. modified_todoitem #DeepSkyBlue ControllerFooter --> filter_changed #Sienna : ControllerFooter \n sends * \n <b><color:Sienna>filter_changed</color></b> \n when users clicks TodoItem --> modified_todoitem #DeepSkyBlue : TodoItem \n sends * \n <b><color:DeepSkyBlue>modified_todoitem</color></b> TodoItem --> deleted_todoitem #Tomato : TodoItem \n sends * \n <b><color:Tomato>deleted_todoitem</color></b> ' CUSTOM center footer Generated by GitUml www.gituml.com class App { constructor() add() delete() --- method("constructor", "") Event wiring - listening for these events ocurring in the system upon receiving this event, (event) => { this.delete(event.detail.from) }) LISTEN << <color:Tomato>deleted_todoitem</color> ``` document.addEventListener("deleted todoitem", ``` method("add", "") will tell e.g. footer controller to update displayed count BROADCAST >> <color:LimeGreen>app_model_changed</color> ``` notify_all("app model changed", this) ``` method("delete", "") called as a result of listening to the <color:Tomato>deleted_todoitem</color> event will now tell e.g. footer controller to update displayed count BROADCAST >> <color:LimeGreen>app_model_changed</color> ``` notify_all("app model changed", this) ``` method("Load", "") all todo item controllers listen for and will receive this <color:DeepSkyBlue>modified_todoitem</color> no listeners except root debug listener, displaying the model debug view ("app model changed") BROADCAST >> <color:DeepSkyBlue>modified_todoitem</color> BROADCAST >> <color:LimeGreen>app_model_changed</color> ``` notify_all("modified todoitem", this, options) notify_all("app model changed", this) ``` } class ControllerTodoItem { method("constructor", "") The modified and deleted events will come from todo model item, whereas the <color:Sienna>filter changed</color> event will come from the footer controller. LISTEN << <color:DeepSkyBlue>modified_todoitem</color> LISTEN << <color:Tomato>deleted_todoitem</color> LISTEN << <color:Sienna>filter_changed</color> ``` document.addEventListener("modified todoitem", this.notify_func) document.addEventListener("deleted todoitem", this.notify_func) document.addEventListener("filter changed", this.notify_func) ``` method("_delete_gui", "") delete the GUI element and unwire any listeners to this controller UNLISTEN <<X <color:DeepSkyBlue>modified_todoitem</color> UNLISTEN <<X <color:Tomato>deleted_todoitem</color> UNLISTEN <<X <color:Sienna>filter_changed</color> ``` document.removeEventListener("modified todoitem", this.notify_func, false) document.removeEventListener("deleted todoitem", this.notify_func, false) document.removeEventListener("filter changed", this.notify_func, false) ``` method("notify", "event") Listened for events end up here. << Checks for event.type and performs what is required. Note: this method is not called as a result of the gui events, but as a result of listening to internal events ``` if (event.type == "modified todoitem" ... // <color:DeepSkyBlue>modified_todoitem</color> else if (event.type == "deleted todoitem" ... // <color:Tomato>deleted_todoitem</color> else if (event.type == "filter_changed") ... // <color:Sienna>filter_changed</color> ``` } class ControllerFooter { method("constructor", "") LISTEN << <color:LimeGreen>app_model_changed</color> LISTEN << <color:DeepSkyBlue>modified_todoitem</color> ``` document.addEventListener("app model changed", (event) => { this.notify(event) }) document.addEventListener("modified todoitem", (event) => { this.notify(event) }) ``` method("filter_click", "e") this broadcast goes to all the todoitem controllers BROADCAST >> <color:Sienna>filter_changed</color> ``` notify_all("filter changed", this, {'filter': this.filter}); ``` method("notify", "event") Renders the footer area, incl. count of number of todo items yet to complete. } class TodoItem { method("delete", "") BROADCAST >> <color:Tomato>deleted_todoitem</color> ``` notify_all("deleted todoitem", this) ``` method("dirty", "") Called when modify any of the todo item's attributes e.g. 'completed' or 'title' BROADCAST >> <color:DeepSkyBlue>modified_todoitem</color> ``` notify_all("modified todoitem", this, {during_load: false}) ``` } 'package Events <<Rectangle>> { class deleted_todoitem <<event>> << (E,orchid) >> #Tomato {} class app_model_changed <<event>> << (E,orchid) >> #LimeGreen {} class modified_todoitem <<event>> << (E,orchid) >> #DeepSkyBlue {} class filter_changed <<event>> << (E,orchid) >> #Sienna {} '} App <.. deleted_todoitem #Tomato App --> app_model_changed #LimeGreen : App \n sends * \n<b><color:LimeGreen>app_model_changed</color></b> event \n during add, delete App --> modified_todoitem #DeepSkyBlue : App \n sends * \n <b><color:DeepSkyBlue>modified_todoitem</color></b> \n during load ControllerTodoItem <.. modified_todoitem #DeepSkyBlue ControllerTodoItem <.. deleted_todoitem #Tomato ControllerTodoItem <.. filter_changed #Sienna ControllerFooter <.. app_model_changed #LimeGreen ControllerFooter <.. modified_todoitem #DeepSkyBlue ControllerFooter --> filter_changed #Sienna : ControllerFooter \n sends * \n <b><color:Sienna>filter_changed</color></b> \n when users clicks TodoItem --> modified_todoitem #DeepSkyBlue : TodoItem \n sends * \n <b><color:DeepSkyBlue>modified_todoitem</color></b> TodoItem --> deleted_todoitem #Tomato : TodoItem \n sends * \n <b><color:Tomato>deleted_todoitem</color></b>
3708c8a8efa40949961b752ef3f874b03309db83
f467bd687e9e28ab9ca2441451cc7cb6bbf48cf6
/TP/TP.plantuml
ac6245d16c43231283f2b6de2d297bedddcc7e89
[]
no_license
mihal09/3SEM
3146dd16a94375f28b02ca3d3c50d08dc0dfe46a
f08b5b5202049a2afb1bcf770f516ef5721a61e8
refs/heads/master
2022-07-22T16:50:43.801729
2019-11-25T14:43:50
2019-11-25T14:43:50
219,431,239
2
0
null
2022-07-07T22:11:50
2019-11-04T06:20:47
HTML
UTF-8
PlantUML
false
false
2,121
plantuml
@startuml title __TP's Class Diagram__\n namespace sample { class sample.DodawanieFakturyController { } } namespace sample { class sample.DodawanieKlientaController { } } namespace sample { class sample.DodawanieUslugiController { } } namespace sample { class sample.Faktura { } } namespace sample { class sample.FakturyStorage { } } namespace sample { interface sample.ILoader { } } namespace sample { class sample.Klient { } } namespace sample { class sample.KlientStorage { } } namespace sample { class sample.MainController { } } namespace sample { class sample.MockingLoader { } } namespace sample { class sample.ObliczCeneFaktury { } } namespace sample { class sample.ObliczCeneUslugi { } } namespace sample { class sample.ResourceManager { } } namespace sample { class sample.Usluga { } } namespace sample { class sample.WyswietlanieFakturyController { } } sample.DodawanieFakturyController o-- sample.MainController : mainController sample.DodawanieFakturyController o-- sample.Faktura : tworzonaFaktura sample.DodawanieFakturyController o-- sample.Klient : wybranyKlient sample.DodawanieUslugiController o-- sample.DodawanieFakturyController : dodawanieFakturyController sample.Faktura o-- sample.Klient : klient sample.MainController -up-|> javafx.application.Application sample.MainController o-- sample.ILoader : loader sample.MockingLoader .up.|> sample.ILoader sample.ResourceManager o-- sample.FakturyStorage : fakturyStorage sample.ResourceManager o-- sample.KlientStorage : klientStorage sample.WyswietlanieFakturyController o-- sample.MainController : mainController sample.WyswietlanieFakturyController o-- sample.Klient : wybranyKlient 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
c84d8ee1c724ddb0889ed2b8544c53195169d239
06219b6931afcaa1b64162cdd18595e328b9bb3f
/uml/all-class-diagram.puml
e123b22c29f3ee2049285ef6be181caf3b7671a9
[]
no_license
glqdlt/myhome-manager
8ff5672e74954761744db6a5007c8a05eafa5f3d
5cb71ac84b0bc3b117d3f95b0ba4ab094c408b46
refs/heads/master
2023-05-12T20:49:13.004486
2023-05-05T05:22:00
2023-05-05T05:22:00
139,995,214
0
0
null
2018-07-21T04:01:21
2018-07-06T14:30:20
HTML
UTF-8
PlantUML
false
false
947
puml
@startuml package persistence.server.entity{ class Server{ seq : Integer name : String ip : String } } package persistence.author.entity{ class Author{ seq : Integer name : String regDate : Date } } package persistence.member.entity{ class Member { seq : Integer id : String password : String name : String type : MemberType } enum MemberType{ USER,ADMIN } } package persistence.book.entity { abstract class Book{ seq : Integer title : String author : Author regDate : Date expireDate : Date register : Member descriptionUrl : String tags : List<Tag> } class Tag { seq : Integer value : String } Book <|-- ScanBook Book <|-- RidiBook class ScanBook{ fileName : String fileHash : String path : String server : Server size : Integer } class RidiBook{ url : String ridiUserId : String } } @enduml
aea7985e05b6be8e60e3c5c8d9801d7b795f8464
5b9092e6cb6760e2471483e438520451f408511e
/doc/3_sprint/diagrams/puml/class/character.puml
a735ded20c56e0577811fb7a315fd62555b80f2b
[]
no_license
Reynault/ACL_2019_Zelpop
ac8be33233a78ecb010ffc7c3135031dfece3dd6
0edbfabd698ac2ef2e16e5cf70f41d8f9a310219
refs/heads/master
2020-08-15T14:32:19.385568
2019-12-10T16:59:19
2019-12-10T16:59:19
215,357,337
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,630
puml
@startuml package entity{ abstract Entity{ - position: Position - hp: int - passThrought: boolean - reward: int - regen: int - defence: int + getPosition():(int, int, Cmd) + setPosition(int direction) + setPosition(int x, int y) + canPassThrought(): boolean + {abstract} draw() + behave(maze: Maze, Cmd direction): Direction + getReward(): int + attack(maze: Maze) + takeDamage(dmg: int) + isAlive(): boolean + isHero(): boolean + getDmg(): int + getCounter(): int + applyRegen() } class Hero { - score: int + increaseScore(bonus: int) + getScore(): int + isHero(): boolean + draw() } package npc{ class Monster{ + isHero(): boolean } class Gobelin{ + draw() } class Ghost{ + draw() } class Thieve{ + draw() } note top: Thieves are former monsters from\nsprint one and two } package behavior{ class Behavior{ } note left: Class diagram of behavior } class EntityFactory(){ + generateHero(): Entity + getHero(): Entity + getRandomMonster(position: Position): Entity } note left: EntityFactory is controlling the creation of Hero.\nThere must be only one. } Hero --|> Entity Monster --|> Entity Entity --> "1" Behavior: - behavior Gobelin --|> Monster Ghost --|> Monster Thieve --|> Monster @enduml
1e4481bdd7f42570fa47aab7137689f4770f2f25
42194f73930634a1295b81c785aaa1f0ec6b9e7d
/src/structure/list/GBList.iuml
51f704320073eb24e68f11f01782b8ff8f7bd8a1
[]
no_license
Adbistju/Geekbrains8lvl2
3443d0be69862186aa0aeab869493360875fd41c
83e594e607aa5ad1ed24720cbdc810b16525a7e6
refs/heads/main
2023-01-21T21:06:43.032612
2020-11-17T14:27:35
2020-11-17T14:27:35
313,644,265
1
0
null
2020-11-18T22:26:09
2020-11-17T14:26:33
Java
UTF-8
PlantUML
false
false
373
iuml
@startuml interface GBList extends GBIterable { + {abstract} add(String val): void + {abstract} remove(String val): boolean + {abstract} get(int index): String + {abstract} size(): int } interface GBIterable { + {abstract} iterator(): GBIterator } interface GBIterator { + {abstract} hasNext(): boolean + {abstract} next(): String } @enduml
5348edfd9f6b541f8a14e3553eab7c26645059dc
e430ee214e4896daf91a49d2664b596074102b92
/docs/Types.puml
fc49981efee74992247cdc581539fd11fd8ff5e9
[]
no_license
alkeicam/flowblocks
674f5774fa9321f883245f045a62d83b17e8ceed
f0a112653b10587f351c8a059b552074e7b18377
refs/heads/master
2022-09-20T09:57:38.048513
2022-09-06T13:39:43
2022-09-06T13:39:43
239,135,422
0
0
null
2020-03-23T08:49:26
2020-02-08T13:19:59
JavaScript
UTF-8
PlantUML
false
false
867
puml
@startuml class TypeConfigurables { {field} configurables[] (array of configurable items) } TypeConfigurables ..> Configurable : configurables[] class Configurable { {field} String id (business id of the configurable) {field} String label (label of the configurable) {field} String placeholder (placeholder of the configurable) {field} String type (type of configurable - TEXT, NUMBER, LIST, BOOLEAN, CODE) {field} Boolean required (is the configurable requred - true | false) {field} Function validation (when provided field will be validated using this function on save ) {field} Function|String|Number|Boolean default (default value to be presented) {field} Function|Array options (available options - for LIST configurable - each option {v: value, l: label}) {field} String lang (code language - for CODE configurable) } @enduml
dd98c0537c4ebb2f6d58e01d6bbcad4798a3acc3
13565a0b6077f78b773576035cbd2752871240bc
/Babenko/BabenkoDydykDiplomaProject/out/production/BabenkoDydykDiplomaProject/GeneticRace/repositories/repositories.plantuml
97572757b076fdbdc272b98495dd72a085dfc44f
[ "Apache-2.0" ]
permissive
vbabenk/GeneticRace
92ff1da794f7a83fba01e3dbeca91c1b36b7fcbd
37f1731fc003755b1c1d03caaa09b0ace55bedd6
refs/heads/master
2021-08-02T19:02:15.575865
2021-07-30T15:26:45
2021-07-30T15:26:45
218,497,240
0
0
null
null
null
null
UTF-8
PlantUML
false
false
433
plantuml
@startuml title __REPOSITORIES's Class Diagram__\n package GeneticRace.repositories { class PatientRepository { - patientList : ArrayList<Patient> + PatientRepository() + getPatientList() } } 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
3f78d086a0c2b149d87f3928b288b7db7f8bc0db
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductSelectionAssignment.puml
105870f6759d966681ca991f44b88940470592c9
[]
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
923
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 ProductSelectionAssignment [[ProductSelectionAssignment.svg]] { product: [[ProductReference.svg ProductReference]] productSelection: [[ProductSelectionReference.svg ProductSelectionReference]] variantSelection: [[ProductVariantSelection.svg ProductVariantSelection]] variantExclusion: [[ProductVariantExclusion.svg ProductVariantExclusion]] } interface ProductsInStorePagedQueryResponse [[ProductsInStorePagedQueryResponse.svg]] { limit: Long offset: Long count: Long total: Long results: [[ProductSelectionAssignment.svg List<ProductSelectionAssignment>]] } ProductSelectionAssignment --> ProductsInStorePagedQueryResponse #green;text:green : "results" @enduml
eb1365f24c8dabf52c516da752f81b4c97b065a1
2a5138a8138272a94b4f26a3dffa2d24e1a0eb7d
/docs/Diagrams/MapDataAccess.plantuml
fc3ad28fdf299bd0e2b433956137615aeaa45fb6
[]
no_license
Stryse/DungeonGame
f109e9f7a30689aa52c7f60f9316351eb41abaae
f0a8aeb47a70f00c42bcd26475f51f31faf13654
refs/heads/master
2022-12-29T09:17:42.875468
2020-10-18T21:03:47
2020-10-18T21:03:47
300,079,856
0
0
null
2020-09-30T22:36:53
2020-09-30T22:35:56
C++
UTF-8
PlantUML
false
false
532
plantuml
# MapDataAccessImpl @startuml skinparam classAttributeIconSize 0 interface IMapDataAccess{ +{abstract} isAvailable() : **bool** +{abstract} loadMaps(target : **QVector<Map*>&**) : **bool** } class MapDataAccessImpl{ +{abstract} isAvailable() : **bool** <<override>> +{abstract} loadMaps(target : **QVector<Map*>&**) : **bool** <<override>> -loadMapsFromDirectory(target : **QVector<Map*>&**, dirPath : **QString&**) : **bool** -loadMapFromFile(filePath : **QString&**) : **Map*** } IMapDataAccess <|-- MapDataAccessImpl @enduml
8503e0ccff5cd44a2799327a04bf92d0a8888c8f
651412b832de323736df833013f52a1f32b62298
/TikTok/app/app.plantuml
013fd34f1aa16c10fa027d73bcf5ec6b1e3311b2
[]
no_license
Wangyl147/HomeWork
48b1a80228e90fa36774bb6d06e71ab21a42384b
3ffe4ea7812cc6a08d6c4da24ab6f51b97d54c7a
refs/heads/master
2022-10-13T15:22:15.886266
2020-06-10T03:50:08
2020-06-10T03:50:08
270,881,325
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,391
plantuml
@startuml title __APP's Class Diagram__\n namespace com.bumptech.glide { class com.bumptech.glide.GeneratedAppGlideModuleImpl { } } namespace com.bumptech.glide { class com.bumptech.glide.GeneratedRequestManagerFactory { } } namespace com.example.tiktok { interface com.example.tiktok.ApiService { } } namespace com.example.tiktok { class com.example.tiktok.BuildConfig { } } namespace com.example.tiktok { class com.example.tiktok.GlideApp { } } namespace com.example.tiktok { class com.example.tiktok.GlideOptions { } } namespace com.example.tiktok { class com.example.tiktok.GlideRequest { } } namespace com.example.tiktok { class com.example.tiktok.GlideRequests { } } namespace com.example.tiktok { class com.example.tiktok.MainActivity { } } namespace com.example.tiktok { class com.example.tiktok.MyAdapter { } } namespace com.example.tiktok { class com.example.tiktok.MyAppGlideModule { } } namespace com.example.tiktok { class com.example.tiktok.VideoItem { } } com.bumptech.glide.GeneratedAppGlideModuleImpl -up-|> com.bumptech.glide.GeneratedAppGlideModule com.bumptech.glide.GeneratedAppGlideModuleImpl o-- com.example.tiktok.MyAppGlideModule : appGlideModule com.bumptech.glide.GeneratedRequestManagerFactory .up.|> com.bumptech.glide.manager.RequestManagerRetriever.RequestManagerFactory com.example.tiktok.GlideOptions .up.|> java.lang.Cloneable com.example.tiktok.GlideOptions -up-|> com.bumptech.glide.request.RequestOptions com.example.tiktok.GlideRequest .up.|> java.lang.Cloneable com.example.tiktok.GlideRequest -up-|> com.bumptech.glide.RequestBuilder com.example.tiktok.GlideRequests -up-|> com.bumptech.glide.RequestManager com.example.tiktok.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.tiktok.MainActivity o-- com.example.tiktok.MyAdapter : mAdapter com.example.tiktok.MyAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.tiktok.MyAppGlideModule -up-|> com.bumptech.glide.module.AppGlideModule 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
7abd15be7fa1774ff929aff4c8bdbc3692ecdce0
0e43f538adbf1cefc637a4d4d51dd1daebb92c2a
/UMLs/frameManagers.plantuml
c8e73162616b2e078d5e3dcb45440a95974021ad
[]
no_license
plspeziali/jpacman
ce7be0f6e4121f89ce5e667383af7dd20fa2c9e4
559734c443bcff46e4281b28c9b3f33cc70e92db
refs/heads/master
2022-12-03T17:06:41.978403
2020-08-23T10:38:24
2020-08-23T10:38:24
280,392,795
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,401
plantuml
@startuml title __FRAMEMANAGERS's Class Diagram__\n namespace frameManagers { class frameManagers.FrameManager { # delay : int # down : ArrayList<ImageIcon> # left : ArrayList<ImageIcon> # right : ArrayList<ImageIcon> # up : ArrayList<ImageIcon> # forward : boolean # index : int + FrameManager() + getFrameAt() + getNextFrame() } class frameManagers.GhostFrameManager { - eatenDown : ImageIcon - eatenLeft : ImageIcon - eatenRight : ImageIcon - eatenUp : ImageIcon - frightened : ArrayList<ImageIcon> - frightenedDelay : int - frightenedForward : boolean - frightenedIndex : int + GhostFrameManager() + getNextFrameEaten() + getNextFrameFrightened() } class frameManagers.PacmanFrameManager { - death : ArrayList<ImageIcon> - deathDelay : int - deathIndex : int + PacmanFrameManager() + getNextFrameDeath() } } frameManagers.GhostFrameManager -up-|> frameManagers.FrameManager frameManagers.PacmanFrameManager -up-|> frameManagers.FrameManager sprites.Pacman o-- frameManagers.PacmanFrameManager : frameManager sprites.Ghost o-- frameManagers.GhostFrameManager : frameManager @enduml
74097a55ba511e4cff42c276a16b9a0af9089e78
3ed609a21e150d9a7c968413838f6c9590bc4910
/Docs/UMLdiagrams_1.0/UML.puml
d4ce8992265f33c1e6c8eaf09456fb35a20f16f7
[]
no_license
GabovYegor/Java_practice
534490f20c5463dbafe50680efdb701610e57921
eb56eb29d66a96bead1b9277b4b7f85965580e41
refs/heads/master
2020-06-09T19:17:59.200245
2019-07-12T17:28:22
2019-07-12T17:28:22
193,491,668
1
0
null
2019-07-11T20:47:34
2019-06-24T11:22:47
Java
UTF-8
PlantUML
false
false
1,819
puml
@startuml package "DataClasses" #DDDDDD{ class Graph { - nodeList : ArrayList<Node>; + Graph() + addNode(name:char) + addEdge(start:char, end:char, weight:double) + nodeCount() : int + nodeIndex(name:char) + nodeName(index:int) + isNodeExists(name:char) + countOfEdgesFromNode(index:int) } class Node { - name : char; - adjacencyList : ArrayList<Edge>; - Node(name:char) - addEdge(endNodeName:char, weight:double) - edgeCount() : int } Node *-- Graph: contains class Node << (C,orchid) >> class Edge { - endNodeName : char; - weight : double; - Edge(endNodeName : char, weight : double) } Edge *-- Node: contains class Edge << (C,orchid) >> } package "Visualiazation" #63ffdb{ class DrawingPanel extends JPanel{ - Graph graph; DrawingPanel(graph:Graph) # paintComponent (g:Graphics) - drawBlackLine(g2:Graphics2D, from:Point, to:Point) - drawWhiteLine(g2:Graphics2D, from:Point, to:Point) - drawLine(g2:Graphics2D, from:Point, to:Point) - calculateNodesLocation(graph:Graph) } class MainWindow extends JFrame { - boxVInputPanel : Box; - lblNode : JLabel; - lblEdgeFrom : JLabel; - JLabel lblEdgeTo : JLabel; - txtfNode : JTextField; - txtfEdgeFrom : JTextField; - txtfEdgeTo : JTextField; - btnEdgeAdd : JButton; - btnNodeAdd : JButton; - btnFinish : JButton; - txtaLog : JTextArea; - drawingPanel : DrawingPanel; - boxVOutputPanel : Box; - btnNextStep : JButton; - btnPreviousStep : JButton; - btnReset : JButton; - graph : Graph; + MainWindow(title:String, graph:Graph) - initVariables() : void - windowSettings() : void - layoutSettins() : void - buttonsSettings() : void - layoutInputSettings() : void - layoutDrawingPanelSettings() : void - layoutOutputSettings() : void } @enduml
2344e959526aa7b74f4c4c683b2ec1f46c7e262b
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/FieldType.puml
df5fd2b92fee4722f30d1850c13769375ca50339
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
2,944
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 FieldType [[FieldType.svg]] { name: String } interface CustomFieldBooleanType [[CustomFieldBooleanType.svg]] { name: String } interface CustomFieldDateTimeType [[CustomFieldDateTimeType.svg]] { name: String } interface CustomFieldDateType [[CustomFieldDateType.svg]] { name: String } interface CustomFieldEnumType [[CustomFieldEnumType.svg]] { name: String values: [[CustomFieldEnumValue.svg List<CustomFieldEnumValue>]] } interface CustomFieldLocalizedEnumType [[CustomFieldLocalizedEnumType.svg]] { name: String values: [[CustomFieldLocalizedEnumValue.svg List<CustomFieldLocalizedEnumValue>]] } interface CustomFieldLocalizedStringType [[CustomFieldLocalizedStringType.svg]] { name: String } interface CustomFieldMoneyType [[CustomFieldMoneyType.svg]] { name: String } interface CustomFieldNumberType [[CustomFieldNumberType.svg]] { name: String } interface CustomFieldReferenceType [[CustomFieldReferenceType.svg]] { name: String referenceTypeId: [[CustomFieldReferenceValue.svg CustomFieldReferenceValue]] } interface CustomFieldSetType [[CustomFieldSetType.svg]] { name: String elementType: [[FieldType.svg FieldType]] } interface CustomFieldStringType [[CustomFieldStringType.svg]] { name: String } interface CustomFieldTimeType [[CustomFieldTimeType.svg]] { name: String } interface CustomFieldSetType [[CustomFieldSetType.svg]] { name: String elementType: [[FieldType.svg FieldType]] } interface FieldDefinition [[FieldDefinition.svg]] { type: [[FieldType.svg FieldType]] name: String label: [[LocalizedString.svg LocalizedString]] required: Boolean inputHint: [[TypeTextInputHint.svg TypeTextInputHint]] } FieldType --> CustomFieldBooleanType #blue;text:blue : "name : Boolean" FieldType --> CustomFieldDateTimeType #blue;text:blue : "name : DateTime" FieldType --> CustomFieldDateType #blue;text:blue : "name : Date" FieldType --> CustomFieldEnumType #blue;text:blue : "name : Enum" FieldType --> CustomFieldLocalizedEnumType #blue;text:blue : "name : LocalizedEnum" FieldType --> CustomFieldLocalizedStringType #blue;text:blue : "name : LocalizedString" FieldType --> CustomFieldMoneyType #blue;text:blue : "name : Money" FieldType --> CustomFieldNumberType #blue;text:blue : "name : Number" FieldType --> CustomFieldReferenceType #blue;text:blue : "name : Reference" FieldType --> CustomFieldSetType #blue;text:blue : "name : Set" FieldType --> CustomFieldStringType #blue;text:blue : "name : String" FieldType --> CustomFieldTimeType #blue;text:blue : "name : Time" FieldType --> CustomFieldSetType #green;text:green : "elementType" FieldType --> FieldDefinition #green;text:green : "type" @enduml
1a8214909ce204738667f29701370500867eb30a
b2be1f2c659ff90e5be7a97f52150c3f278e4c70
/structural_patterns/composite/composite.puml
cb4d4fc09c2c3023ab44d6063a033aa772ff0513
[]
no_license
sirejik/software-design-patterns
a3f0aab43a6b73f8e8d0d4ecd13a3f4aa362addc
67b8ebc373bdf6e5d58d699ed0a84bb3b2666f58
refs/heads/master
2023-01-05T09:55:51.669200
2020-11-05T17:02:20
2020-11-05T17:02:20
298,362,438
0
0
null
null
null
null
UTF-8
PlantUML
false
false
207
puml
@startuml interface Component { operation() } class Leaf { operation() } class Composite { operation() add() } Component <|-- Leaf Component <|-- Composite Composite o--> Component @enduml
8b61b8d93b88243a310b628dfe66c72050874804
16a31cca5765cb1bf4808d4de4dc3f0c9ad953d3
/CircuitSim.plantuml
787351bc40cbc1a077ce90e15695a3f6b78157d9
[]
no_license
AndreiGhita2002/CircuitSim
96778889da156ae8f78ef9193a1e8dfddcb0ed7d
d482d7596842b36c90f3aeb7eb040e64e52b6dd7
refs/heads/master
2023-08-23T11:37:39.699662
2021-10-20T12:00:09
2021-10-20T12:00:09
288,380,444
1
1
null
null
null
null
UTF-8
PlantUML
false
false
1,624
plantuml
@startuml title __CIRCUITSIM's Class Diagram__\n namespace circuit { class circuit.Battery { } } namespace circuit { class circuit.Circuit { } } namespace circuit { class circuit.CircuitBuilder { } } namespace circuit { abstract class circuit.Component { } } namespace circuit { class circuit.Editor { } } namespace circuit { class circuit.Lamp { } } namespace circuit { class circuit.Resistor { } } namespace circuit { class circuit.Switch { } } namespace circuit { class circuit.VisualComponent { } } namespace circuit { abstract class circuit.VisualEntity { } } namespace circuit { class circuit.VisualWireNode { } } namespace circuit { class circuit.WireNode { } } circuit.Battery -up-|> circuit.Component circuit.CircuitBuilder o-- circuit.Circuit : circuit circuit.Component -up-|> org.jgrapht.graph.DefaultEdge circuit.Editor -up-|> javafx.application.Application circuit.Lamp -up-|> circuit.Component circuit.Resistor -up-|> circuit.Component circuit.Switch -up-|> circuit.Component circuit.VisualComponent -up-|> circuit.VisualEntity circuit.VisualComponent o-- circuit.Component : component circuit.VisualEntity -up-|> javafx.scene.image.ImageView circuit.VisualWireNode -up-|> circuit.VisualEntity 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
c1f71fa6d1741b7314cf4dd7bf451a44a5c405ef
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Assets/Test/Script/ResultJudgeTest.puml
590ca567d16c972f162609641af512b26c9f4955
[]
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
633
puml
@startuml class ResultJudgeTest { + Start() : void Update() : void + ShowResult() : void + TapToBackTitleButton() : void + DerayGameLoadRun() : void } MonoBehaviour <|-- ResultJudgeTest ResultJudgeTest --> "resultMaxComboObj" GameObject ResultJudgeTest --> "resultScoreTextObj" GameObject ResultJudgeTest --> "resultScoreGreatObj" GameObject ResultJudgeTest --> "resultScoreGoodObj" GameObject ResultJudgeTest --> "resultScoreBetterObj" GameObject ResultJudgeTest --> "resultScoreNotBadObj" GameObject ResultJudgeTest --> "resultScoreBadObj" GameObject ResultJudgeTest --> "resultScoreMissObj" GameObject @enduml
d6e04addfe32457c4bb0a0d132d948d79d93bb95
68ab6123e5646851343e8ac1303f89c74e163d65
/docs_other/plantuml/mvca-architecture-v1-deprecated-gituml-136.puml
89498d8a03a74cfdf1dccf8b194a36938718aebf
[]
no_license
abulka/todomvc-oo
2026ee52c46ca9135a928cdff24fde36c0ff0412
d41b327a7d9ae8d236c9a7ff222e60092e497d4f
refs/heads/master
2022-05-24T12:20:05.729460
2020-05-25T07:26:45
2020-05-25T07:26:45
243,655,901
1
1
null
2022-03-26T06:32:28
2020-02-28T01:48:45
JavaScript
UTF-8
PlantUML
false
false
1,692
puml
@startuml header MVC-A Architecture - MVC plus App Architecture, emphasizing Controllers Roles Also on https://www.gituml.com/editz/136 by Andy Bulka 2020 endheader center footer Generated by GitUml www.gituml.com class Model { data setters } class Controllers { app model gui event_handler() dom_event_handler() } class App { model view state boot() business_logic1() business_logic2() } class View << GUI / DOM >> { } App --> "*" Model : 2. owns App --> Model : 8. modifies Model ..> App #DeepSkyBlue : <color:DeepSkyBlue>9. event</color> Controllers --> Model : 7. modify Model ..> Controllers #DeepSkyBlue : <color:DeepSkyBlue>9. event</color> App --> Controllers : 3. creates App ..> Controllers #DeepSkyBlue : <color:DeepSkyBlue>event</color> Controllers --> App : 7. call business logic/ \n access view state Controllers --> View : 4. creates Controllers --> View : 10. maintains View ..> Controllers #LimeGreen : <color:LimeGreen>6. DOM</color> \n <color:LimeGreen>event</color> class Scenario1 < Instance of App() created ><< (S,#FF7700) start here >> class Scenario2 < User interacts with DOM GUI control ><< (S,#FF7700) start here >> Scenario1 ...> App : 1. new Scenario2 ...> View : 5. user interaction note as N9727 This "literate code map" shows the MVC-A Architecture which means MVC plus App Architecture. This architectural design pattern clearly defines: * the role mediating Controllers play * the need for an App object * the direction and flow of events The App object is central to this architecture: * holds refs to models * creates controllers * holds view state * contains some business logic methods end note @enduml
22b52c321f19cb6395249fdc2b7bfb78736f5c98
0e43f538adbf1cefc637a4d4d51dd1daebb92c2a
/UMLs/image.plantuml
45fd528fbc92345cfce14389549650bc8cff3c62
[]
no_license
plspeziali/jpacman
ce7be0f6e4121f89ce5e667383af7dd20fa2c9e4
559734c443bcff46e4281b28c9b3f33cc70e92db
refs/heads/master
2022-12-03T17:06:41.978403
2020-08-23T10:38:24
2020-08-23T10:38:24
280,392,795
0
0
null
null
null
null
UTF-8
PlantUML
false
false
345
plantuml
@startuml title __IMAGE's Class Diagram__\n namespace image { enum ImageList { BLINKY BLINKY_D0 BLINKY_D1 ... RED_PORTAL SMALL_PANEL WALL } class imageList.ImageFactory { {static} + createImage() {static} - getFile() } } @enduml
8f475b6b21e82d6f100d3a9b3faf25231e40ee09
67d416449fd583479edff467439fe1ae7a782f82
/uml/diagram.puml
1fd95b441a99c9cf7a814cb26d73f16f4d9530b6
[]
no_license
TSnowdon/snowdon-cop3330-assignment4
1bdb795a4bb3ceff8acc6b25de150b1193349309
55bb5152f2aea40c617b8c2a8d89c69a0d3af2f0
refs/heads/master
2023-08-25T23:57:19.101544
2021-11-10T16:56:36
2021-11-10T16:56:36
415,985,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,086
puml
@startuml class App class Application class Task class TaskList class FXMLController enum StatusType App -- TaskList TaskList -- Task StatusType -- Task StatusType -- App FXMLController -- App class App extends Application { Main Application that will handle all external and internal events. __ Attributes __ - ArrayList<TaskList> lists __ Methods __ + {static} start() + {static} void main() + {static} importTaskList() + {static} exportTaskList() } class Task { Data Class for storing Task Information. __ Attributes __ - StatusType status - String description - Date dueDate __ Methods __ + StatusType getStats() + String getDescription() + Date getDueDate() } class TaskList { Data Class for storing Tasks. __ Attributes __ - ArrayList<Task> tasks - String name __ Methods __ + ArrayList<Task> getTasks() + String getName() } class Application { Application class from which JavaFX applications extend. } class FXMLController { Application class for JavaFX that handles events that happen through buttons, text fields, etc. } enum StatusType { EARLY LATE } @enduml
fbabc967bf9337645b463648ba61f32fe525f4ae
2f22952e07ffc3eb8933d52a20f6a5bfd02e8b35
/Structural/Decorator/uml.puml
05191f4330696f6cbc170d9a8ac3b1fd371c00b9
[ "MIT" ]
permissive
ervin-meng/PHPDesignPatterns
c7b868148231f28226e7efd12283798890aae0f2
19cd506970898ae6db87d3e838d53658a2876ae7
refs/heads/master
2022-12-08T11:38:04.190536
2020-09-01T09:12:07
2020-09-01T09:12:07
291,909,626
0
0
null
null
null
null
UTF-8
PlantUML
false
false
368
puml
@startuml abstract class AbstractComponent { render() } abstract class AbstractDecorator extends AbstractComponent { protected $component; render() __construct(AbstractComponent $component) } class Decorator extends AbstractDecorator { render() } class Component extends AbstractComponent { render() } Decorator o-left- Component @enduml
e6cb3ac280dd69cda86ed96fed1e28ce4fc48420
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/creational/Singleton.puml
77ce000a4440c534d98894353c2098b976ecf62c
[ "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
238
puml
@startuml Singleton scale 1024 height class Singleton { static uniqueInstance singletonData static Instance() SingletonOperation() GetSingletonData() } note right of Singleton::Instance return uniqueInstance end note @enduml
c973435a31b7e80ba86b0c7de2c707c0ee966c13
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ClassificationShippingRateInputDraft.puml
a4bef4c78273eb953280177137d5dd438ef2f370
[]
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
468
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 ClassificationShippingRateInputDraft [[ClassificationShippingRateInputDraft.svg]] extends ShippingRateInputDraft { type: String key: String } interface ShippingRateInputDraft [[ShippingRateInputDraft.svg]] { type: String } @enduml
ed51c3400459948df3961255f72d65b362c8c1ab
39bfa4bd87577047e322968f68c06c5a523efcb7
/docs/uml/Vision.puml
2028b097ec3f132889d1712f63bb5ab30b2abed1
[ "Apache-2.0" ]
permissive
jimbok8/visionforge
bad5a71a667a5af69ce8d1d0bc3cb93fb777baf6
456e01fcfa48f798a03cc5866acc5d4c557e00c3
refs/heads/master
2023-07-06T13:31:12.072403
2021-07-29T14:09:21
2021-07-29T14:09:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
610
puml
@startuml 'https://plantuml.com/class-diagram interface Vision{ val parent: Vision? fun getProperty(name): MetaItem? fun setProperty(name, value) } class VisionBase{ basic vision implementation } Vision <|-- VisionBase interface VisionGroup{ A group of Visions } Vision <|-- VisionGroup interface Solid{ The base for 3D geometry } Vision <|-- Solid class SolidGroup Solid <|-- SolidGroup VisionGroup <|-- SolidGroup class Composite Solid <|-- Composite VisionGroup <|-- Composite class Box Solid <|-- Box class Tube Solid <|-- Tube class Sphere Solid <|-- Sphere @enduml
e7925192e11bccca588b7915e5246984f793815b
71876eb0846f6f2490ac8f6b60c48d1d97a47f60
/VenturaAPI/docs/diagrams-class/plantuml/core.domain.vaga.plantuml
507efe2dcc26966a949608da8e16ebe26f51a0cc
[]
no_license
RogerVFbr/VenturaHR
281efe904cd77152f339c801ccd6b3182d90af70
11d031caaae19c0c6f0f1c809ef14f7b3014bcdf
refs/heads/master
2023-01-20T07:24:50.235474
2020-12-03T13:11:59
2020-12-03T13:11:59
285,815,756
3
1
null
null
null
null
UTF-8
PlantUML
false
false
3,357
plantuml
@startuml title __CORE DOMAIN VAGA's Class Diagram__\n namespace com.soundlab.dockerizedjavaapi { namespace core { namespace domain.vaga { class com.soundlab.dockerizedjavaapi.core.domain.vaga.Vaga { - city : String - expirationDate : LocalDateTime - id : Long - longDescription : String - ownerId : Long - respostas : List<Resposta> - shortDescription : String - state : String - timeSpan : String - vagaCriterios : List<VagaCriterio> + Vaga() + equals() + getCity() + getExpirationDate() + getId() + getLongDescription() + getOwner() + getOwnerId() + getPerfil() + getRespostas() + getRespostasCount() + getShortDescription() + getState() + getTimeSpan() + getType() + getVagaCriterios() + hashCode() + setCity() + setExpirationDate() + setId() + setLongDescription() + setOwner() + setOwnerId() + setRespostas() + setShortDescription() + setState() + setTimeSpan() + setType() + setVagaCriterios() + toString() # canEqual() } } } } namespace com.soundlab.dockerizedjavaapi { namespace core { namespace domain.vaga { class com.soundlab.dockerizedjavaapi.core.domain.vaga.VagaCriterio { - description : String - id : Long - name : String - position : int + VagaCriterio() + equals() + getDescription() + getId() + getName() + getPmd() + getPosition() + getWeight() + hashCode() + setDescription() + setId() + setName() + setPmd() + setPosition() + setWeight() + toString() # canEqual() } } } } namespace com.soundlab.dockerizedjavaapi { namespace core { namespace domain.vaga { enum VagaType { CLT PJ description id } } } } com.soundlab.dockerizedjavaapi.core.domain.vaga.Vaga -up-|> com.soundlab.dockerizedjavaapi.core.AuditableEntity com.soundlab.dockerizedjavaapi.core.domain.vaga.Vaga o-- com.soundlab.dockerizedjavaapi.core.domain.user.Empresa : owner com.soundlab.dockerizedjavaapi.core.domain.vaga.Vaga o-- com.soundlab.dockerizedjavaapi.core.domain.vaga.VagaType : type com.soundlab.dockerizedjavaapi.core.domain.vaga.VagaCriterio -up-|> com.soundlab.dockerizedjavaapi.core.AuditableEntity com.soundlab.dockerizedjavaapi.core.domain.vaga.VagaCriterio o-- com.soundlab.dockerizedjavaapi.core.Level : pmd com.soundlab.dockerizedjavaapi.core.domain.vaga.VagaCriterio o-- com.soundlab.dockerizedjavaapi.core.Level : weight 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
2e22aa5d569544875baf3d5441480cb3d9ebae1c
147e8bb4df27ec1cd9c5a7273026bf1d1e4183fb
/open/bosminer/bosminer/trait-hierarchy.puml
d79a307c61bb4f3f1facda2c592cdcb9d42d2111
[]
no_license
qqq-tech/braiins
7e64040ac28a9591e8d2e2f20bf17f0b49b58f9d
b4a98a542c00396f1df63db2f3d592eaba61c1b1
refs/heads/master
2023-07-20T07:39:26.131579
2020-04-30T20:00:03
2020-04-30T20:00:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,411
puml
@startuml interface node::Stats { mining_stats(&self) -> &dyn stats::Mining } interface node::ClientStats { fn client_stats(&self) -> &dyn stats::Client; } interface node::Info { } interface node::Client { fn descriptor(&self) -> Option<&client::Descriptor> async fn get_last_job(&self) -> Option<Arc<dyn job::Bitcoin>>; } interface node::WorkSolver { } interface node::WorkSolverStats { fn work_solver_stats(&self) -> &dyn stats::WorkSolver; } interface hal::Backend node::Stats <|-- node::Info node::Stats <|-- node::WorkSolverStats node::Info <|-- node::WorkSolver node::Info <|-- node::Client node::WorkSolverStats <|-- node::WorkSolver node::WorkSolver <|-- hal::Backend node::Stats <|-- node::ClientStats node::ClientStats <|-- node::Client interface stats::Mining { fn start_time(&self) -> &time::Instant; fn last_share(&self) -> &LastShare; fn valid_network_diff(&self) -> &Meter; fn valid_job_diff(&self) -> &Meter; fn valid_backend_diff(&self) -> &Meter; fn error_backend_diff(&self) -> &Meter; } interface stats::Client { fn valid_jobs(&self) -> &Counter; fn invalid_jobs(&self) -> &Counter; fn generated_work(&self) -> &Counter; fn accepted(&self) -> &Meter; fn rejected(&self) -> &Meter; fn stale(&self) -> &Meter; } interface stats::WorkSolver stats::Mining <|-- stats::WorkSolver stats::Mining <|-- stats::Client @enduml
425429b1252c8db5298d02803afd4232f180d80a
c067a7796bba1bcd97ed5d7a5a7877a3217d532c
/uml/Properties/State/Utente.puml
06cfc0be7d14e7ff613645d9d9dd97f6b1b0c19b
[]
no_license
inifares23lab/PMO_Proj-DatiCovid
6897e2d04753c6faff3045aa2ac8822035683e14
186ec91ef3eb5647439c346909bfd8e7b3fb9e6e
refs/heads/master
2022-10-22T03:17:14.494294
2020-06-16T21:10:50
2020-06-16T21:10:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
359
puml
@startuml class DisplayChoice { + DisplayChoice(lbItalia:Label, lbRegioni:Label, lbInfo2:Label) + Next(lbRegioni:Label, lbInfo2:Label) : void + Update(lbItalia:Label, lbRegioni:Label, lbInfo2:Label) : void + Previous(lbRegioni:Label, lbInfo2:Label) : void } DisplayChoice --> "O" Officina DisplayChoice --> "CurrentState" DisplayState @enduml
839a57107f766695ba5050481d82ce3a7311b125
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartRemoveItemShippingAddressAction.puml
024c7db7163f8b203f53698887cac4dd6a18d195
[]
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
459
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 CartRemoveItemShippingAddressAction [[CartRemoveItemShippingAddressAction.svg]] extends CartUpdateAction { action: String addressKey: String } interface CartUpdateAction [[CartUpdateAction.svg]] { action: String } @enduml
ac8b334695487ac79286e43feab185ec915fa544
64a08c0e9739da0c13bce9489e4aaa5fa18ae37c
/DesignPattern/src/main/resources/uml/StudentWork.puml
25548b90020681317368f4a00f52a538faa8561b
[]
no_license
protriable/LearnRecordForJob
63fd38599362a9cba02cc4346b39763b5786ac02
62a8ca296ca81f92c61a89782baf9a56c2942aea
refs/heads/main
2023-04-07T20:47:54.904645
2021-04-10T06:22:07
2021-04-10T06:22:07
354,177,994
0
0
null
null
null
null
UTF-8
PlantUML
false
false
465
puml
@startuml 'https://plantuml.com/class-diagram abstract class AbstractList abstract AbstractCollection interface List interface Collection List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|-- ArrayList class ArrayList { Object[] elementData size() } enum TimeUnit { DAYS HOURS MINUTES } class Singleton { Singleton instance Singleton() Singleton getInstance() } @enduml
faae16a2dc699f77e644d254f49a03ded6c48271
c452e4f63f50eca1ab44e5bb5fa557cbc5c93515
/src/main/resources/ex42/ClassDiagrams/OutputFormatter.puml
648014566ad960741d6745c942829981a2a0b7a7
[]
no_license
mplekunov/Assignment_3
b1ca62cde7a6a1dd495bdc8c52e34d494a8e947b
81138b959274d3c8bf9586c0c4f6c164f6c84780
refs/heads/master
2023-05-31T12:28:19.214249
2021-06-21T00:40:42
2021-06-21T00:40:42
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
167
puml
@startuml 'https://plantuml.com/class-diagram class OutputFormatter { -OutputFormatter() +String convertEmployeeToString(List<Employee> employees) } @enduml
4c5b22dc6f267adf65c0db6a148a4edc463bd48b
b8b944a1c6b89f9426d9c85b2560968b41e913d2
/resources/UML/ro.uaic.info/configuration/basic/basic.plantuml
af3dbd13ff7959c9fed3b4c39ac2cee3aa450cc7
[]
no_license
anaidde/VladianaInvaders
e0076b7a4e2b4cc48de6cabfa4ee0158888f5ec0
aff35c93b657c06ca9038884126fe0dd0a7a094a
refs/heads/master
2022-11-12T10:03:36.383752
2020-07-02T09:30:37
2020-07-02T09:30:37
261,261,460
0
0
null
null
null
null
UTF-8
PlantUML
false
false
194
plantuml
@startuml title __BASIC's Class Diagram__\n namespace ro.uaic.info.configuration.basic { class ro.uaic.info.configuration.basic.BuildTest { {static} + main() } } @enduml
0fa5b908f3874c3d1f931077946d49a9f28514db
1e2c53296d19f7c1af32dbf2ac58b6cc7814c65d
/UML/LogitudUML.puml
c06a81dc1c288b1001f0910b6edaf5a5ffcd1834
[]
no_license
jcalise6891/Logitud_SkiChampionShip
54640eafddad940bce704eb772e3aab3d5d5b0fe
b4466abdaa964a7a7edb2acc0d2d5eebffec5c8f
refs/heads/main
2023-01-03T00:48:01.579142
2020-11-02T15:36:26
2020-11-02T15:36:26
303,393,784
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,080
puml
@startuml package BDDoriented{ class Epreuve { -ID: int -Nom: String -Date: Date } class Personne{ -ID: int -Nom: String -Prénom: String -DateDeNaissance: Date -Catégorie: int -Profil: int } class Epreuve_Personne{ -Epreuve_ID: int -Personne_ID: int } class Catégorie{ -ID: int -Nom: String } class Profil{ -ID: int -Nom: String } class Passage{ -ID: int -Temps: Date } class Personne_Passage{ Personne_ID: int Passage_ID: int } Personne "0..*" o-l- "1" Catégorie : Catégorise Personne "0..*" o-r- "1" Profil : Possède Epreuve_Personne "0..*" *-u- "1" Personne : Participe Epreuve_Personne "0..*" *-- "1" Epreuve: Possède Personne_Passage "0..2" *-u- "1" Personne : Effectue Personne_Passage "1" *-- "1" Passage : Réalise } newpage namespace ClassOrientend{ namespace Entite{ class Epreuve { -ID: int -Nom: String -Date: Date } class Personne{ -ID: int -Nom: String -Prénom: String -DateDeNaissance: Date -Catégorie: int -Profil: int } class Catégorie{ -ID: int -Nom: String } class Profil{ -ID: int -Nom: String } class Passage{ -ID: int -Temps: Date } } namespace Modele{ abstract BDD{ +Connexion() +addToBDD() +deleteFromBDD() } } namespace Controller{ class EpreuveController{ -Epreuve : Object -BDD : Object +addEpreuve() +deleteEpreuve() +modifyEpreuve() } EpreuveController <|-- ClassOrientend.Entite.Epreuve EpreuveController <|-- ClassOrientend.Modele.BDD } } @enduml
d67f6466eb8ae09933cf5ba9000614d06b3736d1
1e3dba3f02025ce0e7ff066565f56eeb516bcea0
/docs/SprintD/US_1/UC1_MD.puml
a6e558f4efad33064245eb54b658d6521659109c
[]
no_license
RuiRioPina/ManyLabs
1e3f413a08ef6ed2ad35b0326f992fef2808a4c7
4ef550952a81c0ce24b47dd85b3062e0c32df05b
refs/heads/master
2023-06-10T21:37:15.884362
2021-06-20T21:44:38
2021-06-20T21:44:38
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
841
puml
@startuml skinparam classAttributeIconSize 0 hide methods left to right direction class Company { -designation } Class TestStore { -testParam -parameter } class Test { -nhsCode; -internalCode; -client; -testType; -sampleCollectionMethod; -parameterCategory; -parameter; -samples -registrationDate; -samplesCollectionDate; -chemicalAnalysisDate; -diagnosisDate; -validationDate; } class Client { -name -address -phoneNumber -eMail -sex -cnn -nhsNumber -birthDate -tin } Class TestResult { -referenceValue -result -parameter } Class Report { -reportText } Company "1" -- "1..*" TestStore : has > Company "1" -- "*" Client : has > TestStore "1" -- "*" Test : has > Client "1" -- "1..*" Test : performs > Test "1" -- "1" TestResult : have > Test "1" -- "1" Report : have > @enduml
23f11415825226cc9afcbd07511e031096a3df8a
0bc7bf29514e3fa3c2b54d70c6f3bcc6daaff6ab
/cardreader.provider.usb.identos/doc/plantuml/UIDECRP/control.plantuml
b31772b69badf23157dcaf5f18a333644a935797
[ "Apache-2.0" ]
permissive
gematik/ref-CardReaderProvider-USB-Identos-Android
7e74fb4ab0980f27e9288e3b9f2e3e9477c2c3a7
bbbb80694ade1139b3f004fd4e33115274c738d1
refs/heads/master
2022-01-12T21:04:35.091433
2022-01-07T07:24:23
2022-01-07T07:24:23
213,916,220
2
0
null
null
null
null
UTF-8
PlantUML
false
false
7,794
plantuml
@startuml namespace de.gematik.ti.cardreader.provider.usb.identos { namespace control { class de.gematik.ti.cardreader.provider.usb.identos.control.IdentosCardReaderController { {static} - ACTION_USB_PERMISSION_IDENTOS : String {static} - LOG : Logger - cardReaders : Map<Integer, ICardReader> {static} - instance : IdentosCardReaderController + ctInitCompleted() + getCardReaders() + getIdentosUsbReceiver() {static} + getInstance() + setContext() + waitForPermission() ~ addNewAndInform() ~ removeAndInform() - IdentosCardReaderController() - createUsbReceiver() - readDevices() } } } namespace de.gematik.ti.cardreader.provider.usb.identos { namespace control { class de.gematik.ti.cardreader.provider.usb.identos.control.IdentosCardReaderProvider { - providerDescriptor : ProviderDescriptor + IdentosCardReaderProvider() + getCardReaderController() + getDescriptor() } } } namespace de.gematik.ti.cardreader.provider.usb.identos { namespace control { class de.gematik.ti.cardreader.provider.usb.identos.control.IdentosEventListener { {static} - LOG : Logger - cardEventTransmitter : CardEventTransmitter + IdentosEventListener() + onCardEvent() } } } namespace de.gematik.ti.cardreader.provider.usb.identos { namespace control { class de.gematik.ti.cardreader.provider.usb.identos.control.IdentosUsbReceiver { {static} - LOG : Logger + IdentosUsbReceiver() + onReceive() - onDeviceAttached() - onDeviceDetached() } } } namespace de.gematik.ti.cardreader.provider.usb.identos { namespace control { class de.gematik.ti.cardreader.provider.usb.identos.control.MockContext { + bindService() + bindServiceAsUser() + canLoadUnsafeResources() + checkCallingOrSelfPermission() + checkCallingOrSelfUriPermission() + checkCallingPermission() + checkCallingUriPermission() + checkPermission() + checkPermission() + checkSelfPermission() + checkUriPermission() + checkUriPermission() + checkUriPermission() + clearWallpaper() + createApplicationContext() + createConfigurationContext() + createContextForSplit() + createCredentialProtectedStorageContext() + createDeviceProtectedStorageContext() + createDisplayContext() + createPackageContext() + createPackageContextAsUser() + databaseList() + deleteDatabase() + deleteFile() + deleteSharedPreferences() + enforceCallingOrSelfPermission() + enforceCallingOrSelfUriPermission() + enforceCallingPermission() + enforceCallingUriPermission() + enforcePermission() + enforceUriPermission() + enforceUriPermission() + fileList() + getActivityToken() + getApplicationContext() + getApplicationInfo() + getAssets() + getBasePackageName() + getCacheDir() + getClassLoader() + getCodeCacheDir() + getContentResolver() + getDataDir() + getDatabasePath() + getDir() + getDisplay() + getExternalCacheDir() + getExternalCacheDirs() + getExternalFilesDir() + getExternalFilesDirs() + getExternalMediaDirs() + getFileStreamPath() + getFilesDir() + getMainExecutor() + getMainLooper() + getMainThreadHandler() + getNoBackupFilesDir() + getObbDir() + getObbDirs() + getOpPackageName() + getPackageCodePath() + getPackageManager() + getPackageName() + getPackageResourcePath() + getPreloadsFileCache() + getResources() + getSharedPreferences() + getSharedPreferences() + getSharedPreferencesPath() + getSystemService() + getSystemServiceName() + getTheme() + getUserId() + getWallpaper() + getWallpaperDesiredMinimumHeight() + getWallpaperDesiredMinimumWidth() + grantUriPermission() + isCredentialProtectedStorage() + isDeviceProtectedStorage() + isRestricted() + moveDatabaseFrom() + moveSharedPreferencesFrom() + openFileInput() + openFileOutput() + openOrCreateDatabase() + openOrCreateDatabase() + peekWallpaper() + registerReceiver() + registerReceiver() + registerReceiver() + registerReceiver() + registerReceiverAsUser() + reloadSharedPreferences() + removeStickyBroadcast() + removeStickyBroadcastAsUser() + revokeUriPermission() + revokeUriPermission() + sendBroadcast() + sendBroadcast() + sendBroadcast() + sendBroadcast() + sendBroadcastAsUser() + sendBroadcastAsUser() + sendBroadcastAsUser() + sendBroadcastAsUser() + sendBroadcastAsUserMultiplePermissions() + sendBroadcastMultiplePermissions() + sendOrderedBroadcast() + sendOrderedBroadcast() + sendOrderedBroadcast() + sendOrderedBroadcast() + sendOrderedBroadcastAsUser() + sendOrderedBroadcastAsUser() + sendOrderedBroadcastAsUser() + sendStickyBroadcast() + sendStickyBroadcastAsUser() + sendStickyBroadcastAsUser() + sendStickyOrderedBroadcast() + sendStickyOrderedBroadcastAsUser() + setTheme() + setWallpaper() + setWallpaper() + startActivities() + startActivities() + startActivity() + startActivity() + startForegroundService() + startForegroundServiceAsUser() + startInstrumentation() + startIntentSender() + startIntentSender() + startService() + startServiceAsUser() + stopService() + stopServiceAsUser() + unbindService() + unregisterReceiver() + updateDisplay() } } } de.gematik.ti.cardreader.provider.usb.identos.control.IdentosCardReaderController -up-|> de.gematik.ti.openhealthcard.common.AbstractAndroidCardReaderController de.gematik.ti.cardreader.provider.usb.identos.control.IdentosCardReaderController o-- de.gematik.ti.cardreader.provider.usb.identos.control.IdentosUsbReceiver : identosUsbReceiver de.gematik.ti.cardreader.provider.usb.identos.control.IdentosCardReaderProvider .up.|> de.gematik.ti.cardreader.provider.spi.ICardReaderControllerProvider de.gematik.ti.cardreader.provider.usb.identos.control.IdentosEventListener .up.|> com.identos.android.id100.library.ccid.OnCardEventListener de.gematik.ti.cardreader.provider.usb.identos.control.IdentosUsbReceiver -up-|> android.content.BroadcastReceiver de.gematik.ti.cardreader.provider.usb.identos.control.MockContext -up-|> android.content.Context @enduml
7cb07b7e7788d72e57c55d8c60c0e6485bedf9a5
5e2c0b7fc7534d2214190795542e540f304fd271
/src/hua/lee/zygote/SurfaceFlingerClass.puml
3eadce7eb390bc3f82eb6c3e06ebd13fdfa7675b
[]
no_license
lijieqing/ThreadFactory
00d0a52c0191ba2e627d5e2a11596370eb90187c
ff9719a48f1f0d1d0e98cfa7089c938e114ef415
refs/heads/master
2021-07-14T03:56:33.226996
2021-05-22T12:42:44
2021-05-22T12:42:44
246,733,259
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,168
puml
@startuml class SurfaceFlinger class BnSurfaceComposer class HWC2::ComposerCallback{ onHotplugReceived() .. onRefreshReceived() .. onVsyncReceived() } SurfaceFlinger -right-|> BnSurfaceComposer SurfaceFlinger -down-|> HWC2::ComposerCallback SurfaceFlinger -down-|> PriorityDumper SurfaceFlinger -down-|> IBinder::DeathRecipient class BnInterface<ISurfaceComposer> class ISurfaceComposer{ sp<ISurfaceComposerClient> createConnection() .. sp<ISurfaceComposerClient> createScopedConnection() .. sp<IDisplayEventConnection> createDisplayEventConnection() .. sp<IBinder> createDisplay() .. void destroyDisplay() .. sp<IBinder> getBuiltInDisplay() } BnSurfaceComposer -right-|> BnInterface BnInterface -right- ISurfaceComposer class Client class BnSurfaceComposerClient class SafeBnInterface<ISurfaceComposerClient> class ISurfaceComposerClient{ status_t createSurface() .. status_t destroySurface() .. status_t clearLayerFrameStats() .. status_t getLayerFrameStats() } Client -up-|> BnSurfaceComposerClient BnSurfaceComposerClient -up-|> SafeBnInterface SafeBnInterface -up- ISurfaceComposerClient note as sfNote Client对象会在SurfaceFlinger中进行初始化 Client对象初始化时会持有SurfaceFlinger对象的指针 SurfaceFlinger通过createConnection()返回Client对象 end note sfNote .right. SurfaceFlinger Client .right. sfNote class BufferQueue{ void createBufferQueue(sp<IGraphicBufferProducer>* outProducer,\n\t\t\t sp<IGraphicBufferConsumer>* outConsumer,\n\t\t\t bool consumerIsSurfaceFlinger = false) .. } class BufferQueueProducer{ } class BnGraphicBufferProducer{ } class IGraphicBufferProducer{ status_t requestBuffer() .. status_t dequeueBuffer() .. status_t queueBuffer() } BufferQueueProducer -up-|> BnGraphicBufferProducer BnGraphicBufferProducer -up-|> IGraphicBufferProducer class BufferQueueConsumer{ } class BnGraphicBufferConsumer{ } class IGraphicBufferConsumer{ status_t acquireBuffer() .. status_t releaseBuffer() } BufferQueueConsumer -up-|> BnGraphicBufferConsumer BnGraphicBufferConsumer -up-|> IGraphicBufferConsumer class BufferQueueCore{ + BufferQueueDefs::SlotsType mSlots; } BufferQueueConsumer *-left- BufferQueueCore BufferQueueProducer *-right- BufferQueueCore note as bqc BufferQueueCore对象 变量SlotsType mSlots其实是一个数组 SlotsType中定义了存放图像数据的缓冲区 BufferQueueConsumer对象、BufferQueueProducer对象 共同持有一个BufferQueueCore对象 BufferQueue 更像是一个工具类,创建Core、Consumer、Producer对象 帮助SurfaceFlinger建立Producer和Consumer end note bqc .down. BufferQueueConsumer bqc .down. BufferQueueProducer bqc .up. BufferQueue class BufferLayer class MonitoredProducer MonitoredProducer *-up- BufferQueueProducer class BufferLayerConsumer BufferLayerConsumer *-up- BufferQueueConsumer BufferLayer *-left- MonitoredProducer BufferLayer *-right- BufferLayerConsumer class DisplayDevice Layer <|-up- BufferLayer DisplayDevice *-up- Layer SurfaceFlinger *-up- DisplayDevice @enduml
450a84d8f91084cb06ecadbfcf886b1d7d3d0034
58f5766244826918a3cf79312f861f76c5aa6f7d
/Documents/uml/Services/GenerageConfigDialogService.puml
d24e572e24029ee5ed68a6e9240bab432278a1bf
[ "MIT" ]
permissive
BillKrat/CsvEditSharp
3835aa9d7955a33830be47b044d3c05763c68dff
a91334a8aa1b08c4f7fe38116892b088e92d4da4
refs/heads/master
2022-01-28T15:31:06.719793
2019-07-28T11:39:25
2019-07-28T11:39:25
198,216,226
0
1
MIT
2019-07-22T12:10:45
2019-07-22T12:10:44
null
UTF-8
PlantUML
false
false
212
puml
@startuml class GenerateConfigDialogService { + Result : GenerateConfigSettings <<get>> + ShowModal() : bool? } "IModalDialogService`1" "<GenerateConfigSettings>" <|-- GenerateConfigDialogService @enduml
7148360b51e5b418d15cefa3d32271e81d4115d1
188aa3bd1c4fc0a88cab9726c2f2299f147e70d8
/docs/UC_04/UC04_MD.puml
2d984485388d13772bd111ff2f52bf3d0e882c83
[]
no_license
botelho-io/lapr2-2020-g029
c6a3c15bace1145c94c0495ac5f8ce54b7be478c
1834bf842e5ae1f94d20ab61dad8e8124fc9f61b
refs/heads/master
2023-08-17T00:53:42.364156
2020-06-14T22:29:10
2020-06-14T22:29:10
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,291
puml
@startuml MD skinparam classAttributeIconSize 0 hide methods left to right direction class App { } class Organization { - String name - String NIF } class Transaction { } class Task { - String id - String description - Integer durationInHours - Double costPerHourOfJuniorEur - String category } class HistoricalTransactionFile { } class Collaborator { - String name - String email - String password } class Freelancer { - String id - String name - String levelOfExpertise - String email - String NIF - String bankAccountIBAN - String address - String country } Organization "1" -- "1" Collaborator : has > Organization "1" -- "*" Task : publishes > Organization "1" -- "*" Transaction : has > App "1" -- "*" Organization : has > App "1" -- "*" Freelancer : has > Collaborator "1" -- "*" HistoricalTransactionFile : loads > HistoricalTransactionFile "1" -- "*" Transaction : records > @enduml
64d4f72bd804f71a8830f7c420db6c3891d889fa
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/Common/Shared/Events/Queue/IReadOnlyEventQueue.puml
c63b3419e6ab7754278d2288808817bf15e424f5
[ "MIT" ]
permissive
insightmind/MORR
913c0c16d14745cbde40af07322ca339a0373f32
0830f2155fb3b32dc127587e07cbd780deb0e118
refs/heads/develop
2020-12-08T00:23:17.488431
2020-04-05T20:50:44
2020-04-05T20:50:44
232,827,908
5
1
MIT
2020-04-05T20:55:27
2020-01-09T14:28:48
HTML
UTF-8
PlantUML
false
false
180
puml
@startuml skinparam monochrome true skinparam classAttributeIconSize 0 !startsub default interface "IReadOnlyEventQueue<T: Event>" { + IsClosed: bool <<get>> } !endsub @enduml
4f2cb35d8db4c780d33a9df82a3ffe5910ab6025
a5542be2cb88b0b9834d8e6835525a566e468be5
/doc/纹理、精灵帧和精灵设计.plantuml
7d05576982fb238552af361d0d1cc0805c2cd184
[]
no_license
hlwz5735/AnimationVue
3ae9ebeda3a8cf574931d6bad8f58ce6c2fb8fe1
27ad93e9abf06c25d4bcd2379385f95cc98a2987
refs/heads/master
2023-07-15T11:37:53.453340
2021-07-07T07:49:46
2021-07-07T07:49:46
318,496,811
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,169
plantuml
@startuml class Texture { path: string loadStatus: LoadStatus type: TextureType - bitmap: ImageBitmap? - canvas: HTMLCanvasElement? .. getter .. height(): number width(): number -- getCanvas(): HTMLCanvasElement getImageData() : HTMLCanvasElement | ImageBitmap {static} createEmpty(width = 32, height = 32, color = Color.BLACK): Texture {static} createByBitmap(bitmap: ImageBitmap, filename: string, isRemoveBackgroundColor = false, isClip = false): Texture {static} createByFile(file: File, isRemoveBackgroundColor = false, isClip = false): Texture {static} createByPath(path: string, isRemoveBackgroundColor = false, isClip = false): Texture } class TexturePool { - innerPool: Map<string, Texture> get(name: string): Texture set(name: string, texture:Texture): void setWithDefaultName(texture: Texture): void remove(name: string): Texture } TexturePool "1" o-- "n" Texture class SpriteFrame { name: string texture: Texture sourceRect: Rect originSize: Size offset: Vec2 rotated: boolean ' 从纹理池中根据名字创建 {static} createFromTexturePool(name: string, textureName: string, source: Rect, rotated = false, originSize: Size?, offset: Vec2?): SpriteFrame ' 从纹理池中根据名字创建 {static} createByTexture(name: string, texture: Texture, source: Rect, rotated = false, originSize: Size?, offset: Vec2?): SpriteFrame } SpriteFrame ---> Texture SpriteFrame ...> TexturePool class SpriteFramePool { - innerPool: Map<string, SpriteFrame> get(name: string): SpriteFrame set(name: string, spriteFrame: SpriteFrame): void setWithDefaultName(spriteFrame: SpriteFrame): void remove(name: string): SpriteFrame } SpriteFramePool "1" o-- "n" SpriteFrame class Sprite { - spriteFrame: SpriteFrame - position: Vec2 - scale: Vec2 - angle: number = 0 - anchor: Vec2 - visible: boolean -- setPosition(x: number, y: number): void setScale(factor: number): void rotate(angle: number): void moveBy(pos: Vec2): void scaleBy(factor: number): void scaleBy(factorX: number, factorY: number): void .. getter/setter .. spriteFrame(): SpriteFrame position(): Vec2 scale(): Vec2 scaleX(): number scaleY(): number angle(): number anchor(): Vec2 visible(): void -- {static} createEmpty(): Sprite; ' 根据路径或用户文件创建精灵,纹理入池,精灵帧不入池 {static} createByPath(path: string, source: Rect?, rotated: boolean?, originSize: Size?, offset: Vec2?): Sprite {static} createByFile(file: File, source: Rect?, rotated: boolean?, originSize: Size?, offset: Vec2?): Sprite ' 直接根据纹理创建精灵,精灵帧不入池 {static} createByTexture(texture: Texture, source: Rect?, rotated: boolean?, originSize: Size?, offset: Vec2?): Sprite; {static} createFromTexturePool(textureName: Texture, source: Rect?, rotated: boolean?, originSize: Size?, offset: Vec2?): Sprite; ' 根据精灵帧创建精灵 {static} createBySpriteFrame(spriteFrame: SpriteFrame): Sprite; {static} createFromSpriteFramePool(spriteFrameName: string): Sprite; } Sprite ---> SpriteFrame Sprite ...> SpriteFramePool @enduml
f193d1dc7988c7c49a1ccd768cb4ac3dc34cbc14
e7aab27dc3b56328c92d783d7fa8fce12d8ac544
/kapitler/media/uml-datatype-skjerming.iuml
0cf2da0d55d3acc3b1020a9eef24ac7f7b53d4a8
[]
no_license
petterreinholdtsen/noark5-tjenestegrensesnitt-standard
855019a61c8679a8119549e2824fa32ecc669e66
4673ba7134d83a6992bba6f9036c521c7ae1897f
refs/heads/master
2023-06-11T12:08:52.134764
2023-03-05T11:05:21
2023-03-05T11:05:21
160,586,219
0
0
null
null
null
null
UTF-8
PlantUML
false
false
319
iuml
@startuml class Arkivstruktur.Skjerming <<dataType>> { +tilgangsrestriksjon : Tilgangsrestriksjon +skjermingshjemmel : string +skjermingMetadata : SkjermingMetadata [0..*] +skjermingDokument : SkjermingDokument [0..1] +skjermingsvarighet : integer [0..1] +skjermingOpphoererDato : datetime [0..1] } @enduml
b5cb29fdc55b38e43dea9be145870176bc447d04
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Engines/Sales/ValidationResponse.puml
9a0a11da3eb0918f22a1933ea96ceceee1fb4c43
[ "BSD-3-Clause" ]
permissive
noelmartens/TransitionAcademy
4e02379d234aa4859a497ee2846420f4c55b9e12
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
refs/heads/master
2023-06-14T05:25:35.514249
2021-07-02T19:40:29
2021-07-02T19:40:29
362,512,351
0
0
null
null
null
null
UTF-8
PlantUML
false
false
84
puml
@startuml class ValidationResponse { } ResponseBase <|-- ValidationResponse @enduml
668cb81109793c53853c18ca30cd9b4935682307
b19e1cd9af26a9f3cb65823e1a7885ce278337fe
/documentation/productApi/serviceability/offeringQualification/media/product_spec_AEL.puml
49e610d2d655a4f9b9a87ed234f2e0f295c107b1
[ "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
2,624
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor<<API>> Black } hide <<API>> stereotype class MEFProductRefOrValue<<API>> { } class MEFProductConfiguration<<API>> { @type*: string } MEFProductRefOrValue *--> MEFProductConfiguration : productConfiguration class AccessElineOvcEndPoint { identifier: string maintenanceIntermediatePoint: EnabledDisabled egressEquivalenceClassIdentifier: CosFrom aggregationLinkDepth: AggLinkDepth[] ovcEgressMap: OvcEgressMap[] ovcEndPointEnvelopes : Envelope[] ovcEndPointMap: OvcEndPointMapForm colorMap: OvcColorFrom ingressClassOfServiceMap: CosFrom sourceMacAddressLimit: SourceMacAddressLimit[] maintenanceEndPointList: MepLevelAndDirection[] } AccessElineOvcEndPoint *-->"*" BwpFlow : egressBandwidthProfilePerEndPoint AccessElineOvcEndPoint *-->"*" BandwidthProfilePerClassOfServiceName : egressBwpPerEgressEquivalenceClassName AccessElineOvcEndPoint *-->"*" BandwidthProfilePerClassOfServiceName : ingressBandwidthProfilePerClassOfServiceName class AccessElineOvc as "Access Eline OVC v1.0.0" { ceVlanIdPreservation: CeVlanIdPreservation cTagPcpPreservation: EnabledDisabled cTagDeiPreservation: EnabledDisabled listOfClassOfServiceNames: string[] availableMegLevel: integer maximumFrameSize: integer } MEFProductConfiguration <|-- AccessElineOvc AccessElineOvc *-->"1" AccessElineOvcEndPoint : enniEp AccessElineOvc *-->"1" AccessElineOvcEndPoint : uniEp class BandwidthProfilePerClassOfServiceName { classOfServiceName*: string } BandwidthProfilePerClassOfServiceName *-->"1..*" BwpFlow : bwpFlow 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 enum CeVlanIdPreservation { PRESERVE STRIP RETAIN } enum ColorMode { COLOR_BLIND COLOR_AWARE } class DataSize { dataSizeUnits*: DataSizeUnits dataSizeValue*: integer } enum DataSizeUnits { BYTES KBYTES MBYTES GBYTES TBYTES PBYTES EBYTES ZBYTES YBYTES } enum EnabledDisabled { ENABLED DISABLED } class InformationRate { irValue*: number irUnits*: IrUnits } enum IrUnits { BPS KBPS MBPS GBPS TBPS PBPS EBPS ZBPS YBPS } @enduml
019a1e0f3f53e4175dbe9a5521dacfd1c446d4cc
7495d45dfe8320ff033116dc4e91993bcb8ab121
/assignment18-sort-klassestudent-scholzmagdalena/images/CLD.puml
5e6a990ac5b5c810d05711a9bce413818b5440d6
[]
no_license
1819-2ahitm-sew/assignment18-sort-klassestudent-scholzmagdalena
dec2f877de8cb6ecf691ec8f4b49d9bbb03db77c
0410826b8e937c3acfff69df94cca24e6216757b
refs/heads/master
2020-04-28T00:48:50.269563
2019-03-15T13:57:12
2019-03-15T13:57:12
174,830,037
0
0
null
null
null
null
UTF-8
PlantUML
false
false
317
puml
@startuml interface Comparable { {abstract} int compareTo(Student o) } class Klasse { int klassenbezeichnung Student[] students sortBubble() sortInsertion() } class Student { int katNr String vorname String nachname int compareTo(Student o) } Comparable <|.. Student Klasse o-- Student @enduml
ed5b07fb2aff2974f11c4fdba3a6e2d1244e7545
f37e90775a158ea0ae644e334eac5bba341f4989
/Documentation+/PlantUml/class/class_members.puml
0a703f2d2e76c95cc0cb01806026502c361ea13c
[]
no_license
Aleks-Ya/yaal_examples
0087bbaf314ca5127051c93b89c8fc2dcd14c1e3
ec282968abf1b86e54fc2116c39f2d657b51baac
refs/heads/master
2023-09-01T07:40:44.404550
2023-08-27T15:24:34
2023-08-29T22:01:46
14,327,752
4
2
null
2021-06-16T20:39:19
2013-11-12T09:26:08
Java
UTF-8
PlantUML
false
false
242
puml
@startuml class ArrayList { Object[] elementData int position int size() void clear() } class ArrayList2 ArrayList2 : Object[] elementData ArrayList2 : int position ArrayList2 : int size() ArrayList2 : void clear() @enduml
fd6b11888646c3e0a6a6c26731bf9fd6d95e17f3
e37016f9bea6aac6954954ba33bde705a1245047
/zx-note/src/test/graph/elasticsearch/env/类图.puml
5e87aeb1ac9c5f56130dd18d45d6b1fa9cb6c50b
[]
no_license
zouxiang1993/es_lucene
11d558d98a9847b9df1d9d575bc9b362ac548f9b
c463345975db890105124c429965ed96ebd8bf92
refs/heads/master
2023-07-19T21:03:26.092718
2019-08-27T16:24:46
2019-08-27T16:24:46
148,873,770
3
3
null
2023-07-18T02:50:13
2018-09-15T05:47:30
Java
UTF-8
PlantUML
false
false
412
puml
@startuml class Environment { 封装了一些环境信息 --- path.home, path.data, path.conf, path.log等配置项 --- -Settings settings -String configExtension // 配置文件后缀 -Path[] dataFiles // 数据文件目录 -Path[] repoFiles // ??? -Path configFile // 配置文件目录 -Path pluginsFile // 插件目录 -Path modulesFile // modules目录 } @enduml
79de71859001c5204ecd90486e750ae34c785a9f
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_GlyphPairAdjustmentRecordPropertyDrawer.puml
026b272c7ddddb9b1cb5dcd44ef40b053697410d
[]
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
485
puml
@startuml class TMP_GlyphPairAdjustmentRecordPropertyDrawer { + <<override>> OnGUI(position:Rect, property:SerializedProperty, label:GUIContent) : void ValidateInput(source:string) : bool GetUnicodeCharacter(source:string) : uint DrawGlyph(glyphIndex:uint, position:Rect, property:SerializedProperty) : void } PropertyDrawer <|-- TMP_GlyphPairAdjustmentRecordPropertyDrawer TMP_GlyphPairAdjustmentRecordPropertyDrawer o-> "s_CharacterTextFieldLabel" GUIContent @enduml
4b7376371f94f42ab2e957df8494cef12f786c01
326f0532299d6efcaec59d5a2cc95c31d9af9ef2
/src/com/atguigu/principle/demeter/demeter.plantuml
f0d061894e7fde8f240ecff821b9f5c0b465e828
[]
no_license
srefp/design_pattern
4b45ceb0808a8ae98a007bc5b0e01825693dcf7b
b7ff2d80172c55848b8f59530da6ccca477dfd24
refs/heads/main
2023-01-19T06:12:14.495913
2020-11-24T08:48:53
2020-11-24T08:48:53
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,035
plantuml
@startuml title __DEMETER's Class Diagram__\n namespace com.atguigu.principle.demeter { class com.atguigu.principle.demeter.CollegeEmployee { - id : String + getId() + setId() } } namespace com.atguigu.principle.demeter { class com.atguigu.principle.demeter.CollegeManager { + getAllEmployee() } } namespace com.atguigu.principle.demeter { class com.atguigu.principle.demeter.Demeter1 { {static} + main() } } namespace com.atguigu.principle.demeter { class com.atguigu.principle.demeter.Employee { - id : String + getId() + setId() } } namespace com.atguigu.principle.demeter { class com.atguigu.principle.demeter.SchoolManager { + getAllEmployee() ~ printAllEmployee() } } 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
c568c0ad1002dd2e8e469218631797fbd2c344ba
967db7f88bdf0e5cb8feca9571b9e85175f7bcc8
/docs/Solution/Cloud/CloudRelationships.puml
4dd9ba90abf2fa00626429a0c806ec5f34fdd777
[]
no_license
CAADE/edgeville
fd0053d749c259029ef4c7791210663ace87be21
6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65
refs/heads/master
2020-03-28T06:11:31.554585
2019-05-02T17:37:03
2019-05-02T17:37:03
147,819,682
0
0
null
null
null
null
UTF-8
PlantUML
false
false
402
puml
@startuml abstract class Cloud { infrastructure orchestration storage network compute security } class MultiCloud { service orchestration registry provisioning data coordination cloud broker secure overlay network } MultiCloud "1" o--> "n" Cloud Cloud <|-- MicroCloud Cloud <|-- PrivateCloud SDI ()- Cloud SDI ()- PrivateCloud uSDI ()- MicroCloud C3 ()- MultiCloud @enduml
f64583851a6f7a05b32e10307ebae519eefac6f6
7549fa1a44c66a40ca946e6b569e8f14afeb2887
/src/main/java/ex42/ex42.puml
6cc22a603392b4698209f74452eec6a5d3ac8761
[]
no_license
Urimus3600/Mathew-cop3330-assignment3
8300e7358dc53e27e8377941ce7461233938995d
0b52281c5b3cf6baafb6b35416403beca0b7bdcd
refs/heads/master
2023-09-04T17:57:11.561509
2021-10-12T06:12:46
2021-10-12T06:12:46
416,103,880
0
0
null
null
null
null
UTF-8
PlantUML
false
false
162
puml
@startuml 'https://plantuml.com/sequence-diagram class Employee{ +lastname: String +firstname: String +salary: String +Employee(String stuck): Employee } @enduml
1d92ff62f242df36f7586d56c3bacff77a9fd2d0
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/Commands/BeforeAfterTestCommandBase.puml
8a631df40510ad05942d8640c9103258e81a4d8e
[]
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
334
puml
@startuml abstract class "BeforeAfterTestCommandBase`1"<T> { + ExecuteEnumerable(context:ITestExecutionContext) : IEnumerable + <<override>> Execute(context:ITestExecutionContext) : TestResult } DelegatingTestCommand <|-- "BeforeAfterTestCommandBase`1" IEnumerableTestMethodCommand <|-- "BeforeAfterTestCommandBase`1" @enduml
478607d1f630506342fd9af3d9d2a45a49c66cda
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/latedeliveryandpenalty@0.0.4.puml
62aa86ac22044903bcb724f6510cc7521809b04a
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0" ]
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
847
puml
@startuml class org.accordproject.latedeliveryandpenalty.TemplateModel { + Boolean forceMajeure + Duration penaltyDuration + Double penaltyPercentage + Double capPercentage + Duration termination + TemporalUnit fractionalPart } class org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest << (T,yellow) >> { + Boolean forceMajeure + DateTime agreedDelivery + DateTime deliveredAt + Double goodsValue } org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest --|> org.hyperledger.composer.system.Transaction class org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyResponse << (T,yellow) >> { + Double penalty + Boolean buyerMayTerminate } org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyResponse --|> org.hyperledger.composer.system.Transaction @enduml
9556381fefc58a37fcd871ece760d89126b0d1ca
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/learning_plan/algorithms/seventh_day/seventh_day.plantuml
c9cfa976ee6425dc14f5cf29ce50618d1feafd80
[]
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
895
plantuml
@startuml title __SEVENTH_DAY's Class Diagram__\n namespace cn.shui.learning_plan.algorithms.seventh_day { class cn.shui.learning_plan.algorithms.seventh_day.L695 { - di : int[] - dj : int[] - dx : int[] - dy : int[] + maxAreaOfIsland1() + maxAreaOfIsland2() + maxAreaOfIsland3() - dfs() } } namespace cn.shui.learning_plan.algorithms.seventh_day { class cn.shui.learning_plan.algorithms.seventh_day.L733 { - dx : int[] - dy : int[] {static} + floodFill1() {static} + main() {static} - BFS() - dfs() - floodFill2() - floodFill3() } } 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
36dd99d2990319080b614122fbcef0025aafb5ee
0b388587bc85844458d7312b4439d3f63b8375c0
/hisServer/plantuml/register.puml
c571a7ae3958905045118acd780c8954f3c7e8ae
[]
no_license
corner4world/his
593295d244ddadc6745abc81c864b247242bb113
3ce5aadc9a8a1b310eb5517060f84105b0bce0d6
refs/heads/master
2022-08-07T05:15:16.773953
2020-05-26T03:05:21
2020-05-26T03:05:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,600
puml
@startuml class Register挂号 { Integer id;//挂号主键ID String realname;//患者真实姓名 Integer gender; //患者性别 //1 - 男性 //2 - 女性 //3 - 其他 String idnumber;//患者身份证号码 Date birthdate;//患者出生日期 Integer age;//患者年龄 String homeaddress;//患者家庭住址 Integer medicalRecordId;//病历主键ID Date visitdate;//预约看诊日期 //standard forms "yyyy-MM-dd" Integer noon;//预约看诊午别 //1 - 凌晨 //2 - 早上 //3 - 下午 //4 - 晚上 Integer deptid;//看诊科室主键ID Integer userid;//医生的医院员工主键ID Integer registid;//挂号类型主键ID Integer settleid;//结算类型主键ID Integer isbook;//是否需要病历本 //1-需要 //0-不需要 Long registertime;//挂号时间。毫秒數。 Integer registerid;//挂号员的医院员工主键ID Integer visitstate;//看诊状态 //0-未看诊 //1-正在看诊 //2-诊毕 Integer patientid;//患者主键ID Integer scheduleId;//排班主键ID List<PatientCosts> patientCostsList;//发票明细 User user;//医院员工 Department department;//部门 Invoice invoice;//发票 } Register挂号--|>MedicalRecord病历 Register挂号--|>User医院员工 Register挂号--|>Invoice发票 Register挂号--|>PatientCosts发票明细 Register挂号--|>Department部门 Register挂号--|>Patient患者 Register挂号--|>RegisterLevel挂号类型 Register挂号--|>SettleCategory结算类型 @enduml
39a10fc0525048df111b3ba1dee3cb9be826b9d2
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/Rendu/doc/javadoc/ch/tofind/commusica/core/package.puml
56b77ad82d0e93a49fd335d9eb324868ea130c2c
[]
no_license
heig-vd-pro2017/projet
8f6e9bb5cc75baaf809eda87b31d7de8c632f713
db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1
refs/heads/master
2021-01-16T23:21:13.159819
2017-05-29T17:32:48
2017-05-29T17:32:48
82,906,602
5
2
null
2017-04-02T16:05:43
2017-02-23T08:55:46
Java
UTF-8
PlantUML
false
false
6,331
puml
@startuml namespace ch.tofind.commusica.core { abstract class AbstractCore { [[AbstractCore.html]] {static} -LOG: Logger +execute(String, ArrayList<Object>): String {abstract} ~sendUnicast(InetAddress, String): void {abstract} ~sendMulticast(String): void {abstract} ~stop(): void {abstract} ~isServer(): boolean } class ServerCore { [[ServerCore.html]] {static} -LOG: Logger {static} -TIME_BEFORE_PLAYLIST_UPDATE: int {static} -name: String -multicast: MulticastClient -server: Server -userSessionManager: UserSessionManager -broadcastPlaylist: ScheduledExecutorService +END_OF_COMMUNICATION(ArrayList<Object>): String +SEND_PLAYLIST_UPDATE(ArrayList<Object>): String +NEW_ACTIVE_CLIENT(ArrayList<Object>): String +TRACK_REQUEST(ArrayList<Object>): String +SENDING_TRACK(ArrayList<Object>): String +UPVOTE_TRACK_REQUEST(ArrayList<Object>): String +DOWNVOTE_TRACK_REQUEST(ArrayList<Object>): String +SEND_NEXT_TRACK_REQUEST(ArrayList<Object>): String +SEND_PLAY_PAUSE_REQUEST(ArrayList<Object>): String +SEND_UPVOTE_TRACK_REQUEST(ArrayList<Object>): String +SEND_DOWNVOTE_TRACK_REQUEST(ArrayList<Object>): String +PLAY_PAUSE_REQUEST(ArrayList<Object>): String +NEXT_TRACK_REQUEST(ArrayList<Object>): String +PREVIOUS_TRACK_REQUEST(ArrayList<Object>): String +SEND_TURN_VOLUME_UP_REQUEST(ArrayList<Object>): String +TURN_VOLUME_UP_REQUEST(ArrayList<Object>): String +SEND_TURN_VOLUME_DOWN_REQUEST(ArrayList<Object>): String +TURN_VOLUME_DOWN_REQUEST(ArrayList<Object>): String +sendUnicast(InetAddress, String): void +sendMulticast(String): void +stop(): void +isServer(): boolean } class ClientCore { [[ClientCore.html]] {static} -LOG: Logger -multicast: MulticastClient -client: UnicastClient -fileToSend: File -trackToSend: Track -serverSessionManager: ServerSessionManager -threadPool: ExecutorService +END_OF_COMMUNICATION(ArrayList<Object>): String +PLAYLIST_UPDATE(ArrayList<Object>): String +SEND_FIRST_CONNECTION(ArrayList<Object>): String +SEND_TRACK_REQUEST(ArrayList<Object>): String +TRACK_ACCEPTED(ArrayList<Object>): String +TRACK_REFUSED(ArrayList<Object>): String +TRACK_SAVED(ArrayList<Object>): String +SEND_PLAY_PAUSE_REQUEST(ArrayList<Object>): String +SEND_NEXT_TRACK_REQUEST(ArrayList<Object>): String +SEND_PREVIOUS_TRACK_REQUEST(ArrayList<Object>): String +SEND_TURN_VOLUME_UP_REQUEST(ArrayList<Object>): String +SEND_TURN_VOLUME_DOWN_REQUEST(ArrayList<Object>): String +SEND_UPVOTE_TRACK_REQUEST(ArrayList<Object>): String +SEND_DOWNVOTE_TRACK_REQUEST(ArrayList<Object>): String +TRACK_UPVOTED(ArrayList<Object>): String +TRACK_DOWNVOTED(ArrayList<Object>): String +ERROR(ArrayList<Object>): String +SUCCESS(ArrayList<Object>): String +sendUnicast(InetAddress, String): void +sendMulticast(String): void +stop(): void +isServer(): boolean } class Core { [[Core.html]] {static} -instance: AbstractCore {static} +execute(String, ArrayList<Object>): String {static} +isServer(): boolean {static} +setupAsServer(): void {static} +setupAsClient(): void {static} +stop(): void } class ApplicationProtocol { [[ApplicationProtocol.html]] {static} +myId: Integer {static} +serverId: Integer {static} +serverAddress: InetAddress {static} +serverName: String {static} +SUCCESS: String {static} +ERROR: String {static} +SEND_FIRST_CONNECTION: String {static} +TRACK_REQUEST: String {static} +TRACK_ACCEPTED: String {static} +TRACK_REFUSED: String {static} +TRACK_SAVED: String {static} +SENDING_TRACK: String {static} +SEND_UPVOTE_TRACK_REQUEST: String {static} +SEND_DOWNVOTE_TRACK_REQUEST: String {static} +UPVOTE_TRACK_REQUEST: String {static} +DOWNVOTE_TRACK_REQUEST: String {static} +TRACK_DOWNVOTED: String {static} +TRACK_UPVOTED: String {static} +PLAYLIST_UPDATE: String {static} +NEW_ACTIVE_CLIENT: String {static} +SEND_PLAYLIST_UPDATE: String {static} +SEND_TRACK_REQUEST: String {static} +SEND_PLAY_PAUSE_REQUEST: String {static} +PLAY_PAUSE_REQUEST: String {static} +PLAY: String {static} +PAUSE: String {static} +SEND_NEXT_TRACK_REQUEST: String {static} +NEXT_TRACK_REQUEST: String {static} +SEND_PREVIOUS_TRACK_REQUEST: String {static} +PREVIOUS_TRACK_REQUEST: String {static} +SEND_TURN_VOLUME_UP_REQUEST: String {static} +TURN_VOLUME_UP_REQUEST: String {static} +VOLUME_TURNED_UP: String {static} +SEND_TURN_VOLUME_DOWN_REQUEST: String {static} +TURN_VOLUME_DOWN_REQUEST: String {static} +VOLUME_TURNED_DOWN: String {static} +SUCCESS_VOTE: String {static} +ERROR_VOTE: String {static} +ERROR_DURING_TRANSFER: String {static} +ERROR_FILE_NOT_SUPPORTED: String } interface ICore { [[ICore.html]] {abstract} +sendUnicast(InetAddress, String): void {abstract} +sendMulticast(String): void {abstract} +stop(): void } AbstractCore <|-- ServerCore ICore <|.. ServerCore AbstractCore <|-- ClientCore ICore <|.. ClientCore } @enduml
519fddc4af0d1477316b1e62cd9f15c6d1f3f475
40e351567ea4253710fab5639d62af6dbb8686d2
/plantuml/Polyline.puml
d1d893e99765fbeb416888c1196b35dc66628d21
[]
no_license
AlexMaxwell2001/MementoDesignPattern
e6e0c9715217e47ea352c5084621148897ba03c3
54a456ac2eecdca88dd7fab09ec7de19d04c7f59
refs/heads/main
2023-01-18T15:46:11.610765
2020-12-03T13:22:49
2020-12-03T13:22:49
318,200,279
0
0
null
null
null
null
UTF-8
PlantUML
false
false
196
puml
@startuml class Polyline { + Points : string <<get>> + Id : int <<get>> + Polyline(points:string, id:int) + <<override>> ToString() : string } Shape <|-- Polyline @enduml
f40fc1f4b9d4e9fb648094ab91e18ba597e9e474
d3f921b9e488b1d7e2fa86d01a2e6855219b1d05
/fdv.session.handler/src/test/java/de/gematik/ti/epa/fdv/session/handler/handler.plantuml
130c97d3891d30bbd6496263d926aa229f1d970d
[ "Apache-2.0" ]
permissive
gematik/ref-ePA-FdV-Modul
d50e244d781702b95a9a31dc4efee09765546d79
2c6aba13f01c4fb959424342a5fa8ce1660ffad4
refs/heads/master
2022-01-19T20:31:23.703274
2022-01-07T07:24:03
2022-01-07T07:24:03
239,501,237
2
1
null
null
null
null
UTF-8
PlantUML
false
false
418
plantuml
@startuml title __HANDLER's Class Diagram__\n namespace de.gematik.ti.epa.fdv.session.handler { class de.gematik.ti.epa.fdv.session.handler.ServiceLocalizerLoaderTest { + testGetServices() } } 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
6ded73dc837bedb4d3b7391ff132d918bf9c36a8
3150c7ff97d773754f72dabc513854e2d4edbf04
/P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/test/concordion/extension/extension.plantuml
8b655f0c514a3c3b48aa246390924e992f461e48
[ "WTFPL" ]
permissive
leRoderic/DS18
c8aa97b9d376788961855d6d75996990b291bfde
0800755c58f33572e04e7ce828770d19e7334745
refs/heads/master
2020-03-29T05:14:14.505578
2019-11-07T18:01:37
2019-11-07T18:01:37
149,574,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,632
plantuml
@startuml title __EXTENSION's Class Diagram__\n package test.concordion { package test.concordion.extension { class AssertLogger { - stream : PrintStream + setStream() + successReported() + failureReported() } } } package test.concordion { package test.concordion.extension { class CSSEmbeddedExtension { + addTo() } } } package test.concordion { package test.concordion.extension { class CSSLinkedExtension { + addTo() } } } package test.concordion { package test.concordion.extension { class CommandExtension { - stream : PrintStream + withStream() + addTo() } } } package test.concordion { package test.concordion.extension { class ConcordionBuildLogger { - stream : PrintStream + setStream() + concordionBuilt() } } } package test.concordion { package test.concordion.extension { class DocumentParsingLogger { - stream : PrintStream + setStream() + beforeParsing() } } } package test.concordion { package test.concordion.extension { class DynamicResourceExtension { {static} + SOURCE_PATH : String - target : Target + addTo() + concordionBuilt() - createResourceInTarget() } } } package test.concordion { package test.concordion.extension { class ExampleEventTestExtension { - name : String - log : List<String> + addTo() + withLog() - log() + beforeProcessingSpecification() + afterProcessingSpecification() + beforeOuterExample() + afterOuterExample() + beforeExample() + afterExample() } } } package test.concordion { package test.concordion.extension { class ExampleLogger { - stream : PrintStream + setStream() + beforeExample() + afterExample() } } } package test.concordion { package test.concordion.extension { class ExampleProcessingExtension { - assertLogger : AssertLogger - concordionBuildLogger : ConcordionBuildLogger - specificationProcessingLogger : SpecificationProcessingLogger - documentParsingLogger : DocumentParsingLogger - exampleLogger : ExampleLogger + addTo() + withStream() } } } package test.concordion { package test.concordion.extension { class ExampleTestExtension { - stream : PrintStream + addTo() + withStream() + beforeExample() + afterExample() } } } package test.concordion { package test.concordion.extension { class ExecuteLogger { - stream : PrintStream + setStream() + executeCompleted() } } } package test.concordion { package test.concordion.extension { class JavaScriptEmbeddedExtension { + addTo() } } } package test.concordion { package test.concordion.extension { class JavaScriptLinkedExtension { + addTo() } } } package test.concordion { package test.concordion.extension { class LoggingExtension { - assertLogger : AssertLogger - executeLogger : ExecuteLogger - setLogger : SetLogger - verifyRowsLogger : VerifyRowsLogger + addTo() + withStream() } } } package test.concordion { package test.concordion.extension { class ProcessingExtension { - assertLogger : AssertLogger - concordionBuildLogger : ConcordionBuildLogger - specificationProcessingLogger : SpecificationProcessingLogger - documentParsingLogger : DocumentParsingLogger + addTo() + withStream() } } } package test.concordion { package test.concordion.extension { class ResourceExtension { {static} + SOURCE_PATH : String + addTo() - at() } } } package test.concordion { package test.concordion.extension { class SetLogger { - stream : PrintStream + setStream() + setCompleted() - getTargetExpression() } } } package test.concordion { package test.concordion.extension { class SpecificationProcessingLogger { - stream : PrintStream + setStream() + beforeProcessingSpecification() + afterProcessingSpecification() } } } package test.concordion { package test.concordion.extension { class VerifyRowsLogger { - stream : PrintStream + setStream() + expressionEvaluated() + missingRow() + surplusRow() } } } AssertLogger -up-|> AssertEqualsListener AssertLogger -up-|> AssertTrueListener AssertLogger -up-|> AssertFalseListener CSSEmbeddedExtension -up-|> ConcordionExtension CSSLinkedExtension -up-|> ConcordionExtension CommandExtension -up-|> ConcordionExtension ConcordionBuildLogger -up-|> ConcordionBuildListener DocumentParsingLogger -up-|> DocumentParsingListener DynamicResourceExtension -up-|> ConcordionExtension DynamicResourceExtension -up-|> ConcordionBuildListener ExampleEventTestExtension -up-|> ConcordionExtension ExampleEventTestExtension -up-|> SpecificationProcessingListener ExampleEventTestExtension -up-|> OuterExampleListener ExampleEventTestExtension -up-|> ExampleListener ExampleLogger -up-|> ExampleListener ExampleProcessingExtension -up-|> ConcordionExtension ExampleTestExtension -up-|> ConcordionExtension ExampleTestExtension -up-|> ExampleListener ExecuteLogger -up-|> ExecuteListener JavaScriptEmbeddedExtension -up-|> ConcordionExtension JavaScriptLinkedExtension -up-|> ConcordionExtension LoggingExtension -up-|> ConcordionExtension ProcessingExtension -up-|> ConcordionExtension ResourceExtension -up-|> ConcordionExtension SetLogger -up-|> SetListener SpecificationProcessingLogger -up-|> SpecificationProcessingListener VerifyRowsLogger -up-|> VerifyRowsListener 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
894870fbe1a485f7d904854c980e1a5233db674d
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestRun/Tasks/SaveUndoIndexTask.puml
0397eb21a0df223dfe84bc31160a6b76cf57e84b
[]
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
148
puml
@startuml class SaveUndoIndexTask { + <<override>> Execute(testJobData:TestJobData) : IEnumerator } TestTaskBase <|-- SaveUndoIndexTask @enduml
aefd2f50975708d9083cc04a794ccf9f6e822f95
326f0532299d6efcaec59d5a2cc95c31d9af9ef2
/src/com/atguigu/principle/inversion/inversion.plantuml
85cd4bcfcd0c6765820cc0256df13d2830025039
[]
no_license
srefp/design_pattern
4b45ceb0808a8ae98a007bc5b0e01825693dcf7b
b7ff2d80172c55848b8f59530da6ccca477dfd24
refs/heads/main
2023-01-19T06:12:14.495913
2020-11-24T08:48:53
2020-11-24T08:48:53
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
660
plantuml
@startuml title __INVERSION's Class Diagram__\n namespace com.atguigu.principle.inversion { class com.atguigu.principle.inversion.DependencyInversion { {static} + main() } } namespace com.atguigu.principle.inversion { class com.atguigu.principle.inversion.Email { + getInfo() } } namespace com.atguigu.principle.inversion { class com.atguigu.principle.inversion.Person { + receive() } } 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
9b20a624316170fcd1bc2cfb1c409355d22a2c41
6140730a88dd498be1767cd2b9dffe90cc051829
/unary_api/pcbook/proto/uml/complete_model.puml
b4ec014cc49d88c131f7a21f6f71553c8e28d6ec
[]
no_license
paragonjh/gRPCStudy
039878ec781de247520a7027e30b7aa5f70ed92f
33783137157116b79ca9c030bfd64b3c894795ff
refs/heads/main
2023-01-10T01:28:46.895096
2020-11-05T00:34:24
2020-11-05T00:34:24
304,649,819
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,623
puml
@startuml hide empty methods hide empty fields skinparam classBackgroundColor #EEEEEE skinparam classArrowColor black skinparam classBorderColor black skinparam packageBackgroundColor white skinparam packageBorderColor black techschool.pcbook.Screen -- techschool.pcbook.Screen::Resoultion techschool.pcbook.Screen -- techschool.pcbook.Screen::Panel techschool.pcbook.Keyboard -- techschool.pcbook.Keyboard::Layout techschool.pcbook.CreateLaptopRequest -- techschool.pcbook.Laptop techschool.pcbook.Filter -- techschool.pcbook.Memory techschool.pcbook.GPU -- techschool.pcbook.Memory techschool.pcbook.Storage -- techschool.pcbook.Storage::Driver techschool.pcbook.Storage -- techschool.pcbook.Memory techschool.pcbook.Laptop -- techschool.pcbook.Screen techschool.pcbook.Laptop -- techschool.pcbook.CPU techschool.pcbook.Laptop -- techschool.pcbook.Laptop::Weight techschool.pcbook.Laptop -- techschool.pcbook.Storage techschool.pcbook.Laptop -- techschool.pcbook.Memory techschool.pcbook.Laptop -- techschool.pcbook.Keyboard techschool.pcbook.Laptop -- techschool.pcbook.GPU techschool.pcbook.Memory -- techschool.pcbook.Memory::Unit package techschool.pcbook { class CPU { brand: String name: String number_cores: Int number_threads: Int min_ghz: Double max_ghz: Double } class CreateLaptopRequest { laptop: Laptop } class CreateLaptopResponse { id: String } class Filter { max_price_usd: Double min_cpu_cores: Int min_cpu_ghz: Double min_ram: Memory } class GPU { brand: String name: String min_ghz: Double max_ghz: Double memory: Memory } class Keyboard { layout: Keyboard::Layout backlit: Bool } enum Keyboard::Layout { UNKNOWN QWERTY QWERTZ AZERTY } class Laptop { id: String brand: String name: String cpu: CPU ram: Memory gpus: GPU [*] storages: Storage [*] screen: Screen keyboard: Keyboard price_usd: Double release_year: Int weight: Laptop::Weight } class Laptop::Weight << oneOf >> { weight_kg: Double weight_lb: Double } class Memory { value: Long unit: Memory::Unit } enum Memory::Unit { UNKNOWN BIT BYTE KILOBYTE MEGABYTE GIGABYTE TERABYTE } class Screen { size_inch: Float resolution: Screen::Resoultion panel: Screen::Panel multitouch: Bool } enum Screen::Panel { UNKNOWN IPS OLED } class Screen::Resoultion { width: Int height: Int } class Storage { driver: Storage::Driver memory: Memory } enum Storage::Driver { UNKNOWN HDD SSD } } @enduml