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
ed4dfa365fcb44b73d97ea90c537d2c500b3dabb
b582b2522fd68b6903f8318725308c22fbc97563
/cardreader.provider.bluetooth.feitian/src/main/java/de/gematik/ti/cardreader/provider/bluetooth/feitian/control/control.plantuml
f9ae98f1acde1fef614f9897a2ee5c5a49d9cad2
[ "Apache-2.0" ]
permissive
gematik/ref-CardReaderProvider-Bluetooth-Feitian-Android
4a8bb848ef0894c7da3516a82150a8cef6079fd8
5acf358dd6a5819c20b85d5b778d1aa487f7b3d7
refs/heads/master
2022-01-12T05:42:43.524841
2022-01-07T07:24:26
2022-01-07T07:24:26
214,090,891
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,452
plantuml
@startuml title __CONTROL's Class Diagram__\n package de.gematik.ti.cardreader.provider.bluetooth.feitian { package de.gematik.ti.cardreader.provider.bluetooth.feitian.control { class CardStatusHandler { {static} - LOG : Logger + CardStatusHandler() + handleMessage() + informAboutCardPresent() } } } package de.gematik.ti.cardreader.provider.bluetooth.feitian { package de.gematik.ti.cardreader.provider.bluetooth.feitian.control { class FeitianBluetoothReceiver { {static} - LOG : Logger + onReceive() } } } package de.gematik.ti.cardreader.provider.bluetooth.feitian { package de.gematik.ti.cardreader.provider.bluetooth.feitian.control { class FeitianCardReaderController { {static} - LOG : Logger {static} - instance : FeitianCardReaderController - cardReaders : Map<String, ICardReader> - bluetoothAdapter : BluetoothAdapter - pairedDevices : Set<BluetoothDevice> - context : Context - FeitianCardReaderController() {static} + getInstance() + getCardReaders() - init() - intitializeBluetoothAdapter() - createReceiver() + createCardEventTransmitter() - readDevices() - checkUuids() - addNewAndInform() ~ removeAndInform() + checkAdapter() + actualizeReaderList() + actualizeSocketToDevice() } } } package de.gematik.ti.cardreader.provider.bluetooth.feitian { package de.gematik.ti.cardreader.provider.bluetooth.feitian.control { class CardEventTransmitter { - cardReader : ICardReader ~ CardEventTransmitter() + informAboutCardPresent() + informAboutCardAbsent() + informAboutCardTimeout() + informAboutCardUnknown() } } } package de.gematik.ti.cardreader.provider.bluetooth.feitian { package de.gematik.ti.cardreader.provider.bluetooth.feitian.control { class FeitianCardReaderProvider { - providerDescriptor : ProviderDescriptor + FeitianCardReaderProvider() + getCardReaderController() + getDescriptor() } } } package de.gematik.ti.cardreader.provider.bluetooth.feitian { package de.gematik.ti.cardreader.provider.bluetooth.feitian.control { class FeitianConnector { {static} - LOG : Logger - mSocket : BluetoothSocket - inputStream : InputStream - outputStream : OutputStream - feitianDevice : BluetoothDevice - innerCard : Card + FeitianConnector() + run() + getFeitianCard() + closeSocket() } } } CardStatusHandler -up-|> Handler CardStatusHandler o-- CardEventTransmitter : cardEventTransmitter FeitianBluetoothReceiver -up-|> BroadcastReceiver FeitianCardReaderController o-- FeitianBluetoothReceiver : feitianBluetoothReceiver FeitianCardReaderController +-down- CardEventTransmitter FeitianCardReaderProvider -up-|> ICardReaderControllerProvider FeitianConnector o-- FeitianCard : feitianCard right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
67f18a8b5fd5bba30133720c7170224492f77abe
16b5991c9ef32803c3cb3a28287f4f7355232431
/diagramas/clases/clase_sensor_temperatura.plantuml
a3d5bfaa04ba351abbd1a74cf892d1f103221671
[ "MIT" ]
permissive
NahuFigueroa97/invap-modulo-uml
f70d6d13bf194c0f9e9d141891a0243c0a49e64a
372bf1495ea2839c4d709e9801f0ed79603c78d9
refs/heads/main
2023-07-12T20:43:36.890281
2021-08-22T14:13:10
2021-08-22T14:13:10
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
836
plantuml
@startuml /' ' skinparam classAttributeIconSize 0 '/ class SensorTemperatura { - ID : uint - medición : double + SensorTemperatura() + Publicar() : Mensaje + verificar(id : string, pwd : Credencial) : bool - Sensar() } @enduml @startuml(id=PACKAGE) !$BussinesLogic = "Logica de Negocio" !$Entities = "Entidades" package "$BussinesLogic" { package "$Entities" { class SensorTemperatura { - ID : uint - medición : double + SensorTemperatura() + Publicar() : Mensaje + verificar(id : string, pwd : Credencial) : bool + Medicion() : double - Sensar() } } } @enduml
d9454c402982c59c5308c9804bba9e4c94575032
f833784df0d467b1e9a4770ddbbc7ac7d7c6b6bd
/homework-5_ClassDiagram.puml
a39ccbde5c6f17080eb97c06e2920d0b76486fda
[]
no_license
kckct/oop-homework-dotnet-core
119b23b3f5c8e1b5231667970b7ac9579cb14af6
25d0bd1dedb641b9ba240cbed321ed19a06e945c
refs/heads/master
2021-08-20T02:28:44.832710
2017-11-28T01:01:24
2017-11-28T01:01:24
107,878,968
0
0
null
null
null
null
UTF-8
PlantUML
false
false
872
puml
@startuml class Candidate { +Config +FileDateTime +Name +ProcessName +Size } class CandidateFactory { {static} +Create() } class MyBackupService { -managers -taskDispatcher +SimpleBackup() +ScheduledBackup() } class TaskDispatcher { -task +SimpleTask() +ScheduledTask() } class TaskFactory { {static} +Create() } interface Task { +Execute() } abstract class AbstractTask { +Execute() #BroadcastToHandlers() #FindHandlers() } class SimpleTask { +Execute() } class ScheduledTask { +Execute() } MyBackupService *-> TaskDispatcher TaskDispatcher .> TaskFactory TaskDispatcher o.> Task TaskFactory .> Task TaskFactory *-> SimpleTask TaskFactory *-> ScheduledTask Task <|.. AbstractTask AbstractTask <|-- SimpleTask AbstractTask <|-- ScheduledTask CandidateFactory *-> Candidate @enduml
58d38148c59f3a69ae748ca494c740d9c7d5dc6a
8b60a1f56c325ba482666d1a97c25a1fc68b599c
/diagrams/src/Controllers/AuthenticationController.puml
a50b197ab002881f5450c8624c78139683b8bf5d
[ "MIT" ]
permissive
converge-app/authentication-service
f0dfce52551d1ef9911caeef2d48272d8a9cb3bb
256dae2474075ff8a08ce8de3b09bdf5389bf397
refs/heads/master
2023-03-07T02:57:16.611505
2019-12-17T11:40:12
2019-12-17T11:40:12
211,710,378
0
0
MIT
2023-03-04T01:15:38
2019-09-29T18:51:22
C#
UTF-8
PlantUML
false
false
774
puml
@startuml class AuthenticationController { - <<readonly>> _authenticationService : IAuthenticationService - <<readonly>> _authenticationRepository : IAuthenticationRepository - <<readonly>> _mapper : IMapper - _appSettings : AppSettings + AuthenticationController(authenticationService:IAuthenticationService, authenticationRepository:IAuthenticationRepository, mapper:IMapper, appSettings:IOptions<AppSettings>) + Authenticate(userDto:UserAuthenticationDto) : IActionResult + <<async>> Register(userDto:UserRegistrationDto) : Task<IActionResult> + GetById(id:string) : IActionResult + Update(id:string, userDto:UserUpdateDto) : IActionResult + Delete(id:string) : IActionResult } ControllerBase <|-- AuthenticationController @enduml
07584e4692cf5bb627e20b7aa7ff8dfe41774749
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Timeline.deprecated.puml
9cb6ff491891ac770cf96547a7fc5c50c9c40b4b
[]
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
296
puml
@startuml class TimelineAsset <<partial>> { } class TrackMediaType { + TrackMediaType(mt:TimelineAsset.MediaType) } enum MediaType { Animation, Audio, Texture= 2, Video= 2, Script, Hybrid, Group, } Attribute <|-- TrackMediaType TimelineAsset +-- MediaType @enduml
e9216f4e257ecf27fe13d23860fa3880431a0cef
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/crm04_01/note_edition/i130339/crm_04_01_class_diagram.puml
c9ff5c46b2ea31797418d26cffb523c9fd7d98b8
[]
no_license
1130348/Confusao
62e06a3428e4455807b6b247c52d9f94b95fa2c1
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
refs/heads/master
2020-03-25T00:25:42.003519
2015-06-26T14:16:24
2015-06-26T14:16:24
143,185,136
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,116
puml
@startuml doc-files/crm_04_01_class_diagram.png class "<<analysis>> Persistence" as Persistence{ +getRepositoryFactory() } interface "<<analysis>> RepositoryFactory" as RepositoryFactory{ +newInstance() } class "<<analysis>> ContactsRepository" as ContactsRepository{ +update(contact) } class "<<analysis>> Notes" as Notes{ -List<Note> notes +addNote(Note n) +removeNote(Note n) } class "<<analysis>> Note" as Note{ -String title -String text -Date timestamp } class "<<analysis>> Contact" as Contact{ -Notes notes } class "<<analysis>> ContactController" as ContactController{ +addNote(Contact c, String title, String text) +editNote(Note n, String title, String text) +removeContact(Contact c, Note n) +updateContact(Contact c) } Note <|-- Notes Notes <|-- Contact RepositoryFactory <|-- Persistence ContactsRepository <|-- RepositoryFactory ContactsRepository <|-- ContactController Contact <|-- ContactController @enduml
89004d3a9cf8d44afd2c97ca80fa9ebcb567d56c
4d29df71b5b2aedeb82e391c156d9c504278eb86
/server/src/main/java/cloud/qasino/card/entity/Qasino.puml
ef50193381ea116c068592e0e6fab238d705ec3a
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "MIT" ]
permissive
saalk/qasino
ae1cb153db30dd5648ef97af89b2b34bb5f00638
ffef920efb2dbf7391958c3494c8cb126729777d
refs/heads/master
2022-11-18T18:44:29.345953
2021-10-01T09:43:59
2021-10-01T09:43:59
226,729,751
0
1
MIT
2022-11-12T02:24:53
2019-12-08T20:50:47
Java
UTF-8
PlantUML
false
false
2,481
puml
@startuml src/main/resources/plantuml/Casino.png skinparam classAttributeIconSize 0 package "cloud.qasino.card" { package "entity" { class User { - userId : int - created : String .. - userName : String - email : String - balance : int - pawn : int -- PREPARE -- + pawnShip() -- MAIN -- + repayLoan() } User "1" -right- "n" Player: has played class Player { - playerId : int - created : String .. - (MoreToOne) userId : User - (MoreToOne) gameId : Game .. - avatar : String - human : boolean - aiLevel : AiLevel - playingOrder : int - balance : int -- CRUD -- } Player -right- AiLevel : intelligence Player "n" -down- "1" Game : plays enum AiLevel { DUMB NORMAL SMART .. HUMAN } class Game { + cardGameId : int - created : String .. - (OneToOne) winner: Player .. - type : Type - style : Style - state : GameState - ante: int -- PREPARE -- + setPlayingOrder(in: boolean humanFirst) + shuffleDeck(in: #jokers, out: deck) -- MAIN -- + layoutOnTable(out: playingCards on table) + getAllHands(out: playingCards per hand) } Game -left- Type : playingCard Game -down- Style : style Game "1" -right- "n" PlayingCard : deck enum Type { HIGHLOW BLACKJACK } enum Style { anteToWin: enum bettingStrategy : enum numOfDeck : enum insuranceCost : enum roundsToWin : enum maxMoves : enum } class PlayingCard { - playingCardId : int - created : String .. - (MoreToOne) gameId : Game - (MoreToOne) hand : Player .. - value: int - order : int - location : Location -- PREPARE -- - calculateValue(in:Type) } PlayingCard -down- Location PlayingCard "0..n" -up- "0..1" Player : in hand enum Location { STACK PILE_DRAW PILE_DISCARD HAND_OPEN HAND_CLOSED TABLE_MIDDLE } package "gameEngine" { class Card { - cardId: String .. - rank : rank - suit : suit - thumbnailPath : String -- } class CardEvent { - cardEventId : int - created : String .. - (MoreToOne) playingCardId : Card - (MoreToOne) gameId : Game - (MoreToOne) playerId : Player .. json.. - playerOrder : int - roundNumber : int - moveNumber : int - move : Move - bet : int -- PREPARE -- - validateAction(in: CardEvent) -- MAIN -- + processAction(in/out: CardEvent) -- FINISH -- - updatePlayingCards() - calculatePlayerBalance() + determineNextAction (out: Player, Moves, GameState) } CardEvent -up- Move : move enum Move { .. Generic DEAL PASS HIGHER LOWER } } @enduml
40d1883869d4a285e1e661d311ff47e9cd548f7a
7000b488aad09a6fe7a848a60bbe0345592edeef
/backup/source_reading/org_img/gof/creation/SimpleFactor_pattern.puml
3ffde9b5a5d377b0812f460cf799d5176d75e650
[ "MIT" ]
permissive
qdriven/qdriven-read-write
40b714bb7527bbaf028068348475f76edb7a11cf
7e49ee430470b9338392066d4bd5245e0a98aa1e
refs/heads/master
2023-05-07T11:58:49.240234
2021-05-31T11:11:59
2021-05-31T11:11:59
361,618,789
6
0
null
null
null
null
UTF-8
PlantUML
false
false
242
puml
@startuml interface Product class ProductMaker Product <|-- Product1 Product <|-- Product2 ProductMaker --> Product class Product1{ sendSms() } class Product2{ sendSms() } class ProductMaker{ Product createProduct() } @enduml
b362f785a79f8c677d1d33a26fac1c4d214569df
44228494ba973645fe3f15e7f7914cd5b8a3e43a
/docs/publicView.puml
5c32c29b95b1785f37c7bdd83446dd872533ba36
[]
no_license
Master-Desarrollo-20-21/ejercicio-4-ajedrez-polimorfismo-jdcanete
ccc8aa31f5d68981bae4ede0aa3de80efe2a9cdb
f93d300752b01fb8a68520bf065339d36dda0f31
refs/heads/main
2023-02-20T11:06:25.975174
2021-01-20T16:29:35
2021-01-20T16:29:35
323,251,361
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,840
puml
@startuml class Chess { + play: void() + {static} main() - resume(): boolean } Chess *--> Game class Game { + play(): void } Game *--> Turn Game *--> "2" Player Game *--> Board Turn o--> Player Player o--> Board class Turn { + get(): Player + next(); void } class Player { + move(): void } class Board { + checkmate(): boolean } Player ..> Console Player --> Coordinate: "origin" Player --> Coordinate: "destination" Player o--> Color enum Color { BLACK WHITE } class Coordinate { + obtain(): void + path() : Coordinate[] + moveOneUnitTo(Coordinate): void + orientation(Coordinate): Orientation + distance(Coordinate): double } Coordinate ..> Orientation enum Orientation { VERTICAL HORIZONTAL DIAGONAL IMPRECISE } class Board { + isValidFirstMove(Coordinate, Coordinate, Color): boolean + isValidNoFirstMove(Coordinate, Coordinate, Color): boolean + move(Coordinate, Coordinate, Color): void + show(): void } Coordinate ..> Console Board ..> Console Board *--> "8*8" Square Board *--> "16" Piece: "whites" Board *--> "16" Piece: "blacks" class Console { + read(String): void + write(String): void } Square o--> Piece Square *--> Coordinate Square ..> Type class Square { + hasPiece(): boolean + hasPiece(Color): boolean + hasPiece(Type): boolean + clean(): void + put(Piece): void + take(): Piece } abstract class Piece { + isValidMove(Coordination): boolean + isValidCatch(Coordination): boolean } Piece o--> Color Piece <|-- Bishop Piece <|-- Knight Piece <|-- Pawn Piece <|-- King Piece <|-- Queen Piece <|-- Rook class Pawn { + isValidFirstMove(): boolean } Piece --> Type Piece ..> Orientation enum Type { KNIGHT PAWN KING QUEEN ROOK BISHOP } @enduml
175721239c36342b0dcbc385e28c273e0c2b3d34
b816669fc49058da78d1785fc3b49bd1f92ef1dc
/src/algorithmsinsecondarymemory/algorithmsinsecondarymemory.plantuml
3808b5700c050258ae2e1985ebd017f6a65b1024
[]
no_license
ali-arous/algorithms-in-secondary-memory
388a890d014bbc9b4cc1dec79a926a858f7adac1
783c94c1a5837823d13c77a08ef3db9c29aa307c
refs/heads/master
2022-12-04T02:38:48.548239
2020-08-18T13:16:37
2020-08-18T13:16:37
288,459,218
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,782
plantuml
@startuml title __ALGORITHMSINSECONDARYMEMORY's Class Diagram__\n namespace algorithmsinsecondarymemory { class algorithmsinsecondarymemory.AlgorithmsInSecondaryMemory { {static} + main() } } namespace algorithmsinsecondarymemory { class algorithmsinsecondarymemory.ExperimentsSet { {static} ~ FolderPath : String {static} ~ listOfFiles : String[] {static} + compined_reading_writing() {static} + init() {static} + multi_way_merge_sort() {static} + random_reading() {static} + sequential_reading() } } namespace algorithmsinsecondarymemory { class algorithmsinsecondarymemory.IOFactory { - B : int - method : String - outFileSize : long + IOFactory() + IOFactory() + IOFactory() + makeReader() + makeWriter() } } namespace algorithmsinsecondarymemory { class algorithmsinsecondarymemory.LineOfStream { ~ streamIndex : int ~ text : String + LineOfStream() } } namespace algorithmsinsecondarymemory { class algorithmsinsecondarymemory.MethodContainer { {static} + B1 : int {static} + B2 : int {static} + INPUT_FILE_NAME : String {static} + INPUT_FOLDER_PATH : String {static} + OUTPUT_FILE_NAME_PREFIX : String {static} + OUTPUT_FOLDER_PATH : String {static} + j : int {static} + bufferRandomRead() {static} + bufferRead() {static} + charRandomRead() {static} + charRead() {static} + clearOutputFolder() {static} + extsort() {static} + getFileSize() {static} + length() {static} + lineRandomRead() {static} + lineRead() {static} + lineReaderBufferedWriter() {static} + lineReaderCharWriter() {static} + lineReaderLineWriter() {static} + lineReaderMappedWriter() {static} + mappedReaderBufferedWriter() {static} + mappedReaderCharWriter() {static} + mappedReaderLineWriter() {static} + mappedReaderMappedWriter() {static} + mappingRandomRead() {static} + mappingRead() {static} + randjump() {static} + rrmerge() {static} + setB1() {static} + setB2() {static} + setInputFileName() {static} + setInputFolderPath() {static} + setJ() {static} + setOutputFileNamePrefix() {static} + setOutputFolderPath() } } namespace algorithmsinsecondarymemory { class algorithmsinsecondarymemory.MultiWayMergeSort { {static} - INPUT_FOLDER_PATH : String {static} - OUTPUT_FOLDER_PATH : String + MultiWayMergeSort() + MultiWayMergeSort() + exsort() {static} - cmp() {static} - isNumeric() - merge() } } namespace algorithmsinsecondarymemory { class algorithmsinsecondarymemory.Testing { {static} - B1 : int {static} - B2 : int {static} - INPUT_FILE_NAME : String {static} - INPUT_FOLDER_PATH : String {static} - OUTPUT_FILE_NAME_PREFIX : String {static} - OUTPUT_FOLDER_PATH : String {static} + clearOutputFolder() {static} + compareTwoFiles() {static} + testMethod() } } algorithmsinsecondarymemory.MultiWayMergeSort o-- algorithmsinsecondarymemory.IOFactory : factory algorithmsinsecondarymemory.MultiWayMergeSort o-- io.InputStream : r algorithmsinsecondarymemory.MultiWayMergeSort o-- io.OutputStream : w 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
11044510307691ab4f32dff49e431f28bf7254f9
6997973c46198949a1e3cdee010852103b96f9fd
/docs/class.puml
1339d25f5d415a586750c14729074bfeab6a8124
[]
no_license
lettas/logic-mashroom-simulator
4fb5ddbcba48483b84578cbea940178ab0bac6a2
7612018278b47a973777a66d5f974f6b0401a81b
refs/heads/master
2021-08-08T10:37:42.884164
2017-11-10T02:49:07
2017-11-10T02:49:07
110,163,654
0
0
null
2017-11-09T20:37:51
2017-11-09T20:37:50
null
UTF-8
PlantUML
false
false
515
puml
@startuml class Player { hp Stomach eat(Mash) effect() is_dead():Bool } class Stomach { day1Mash day2Mash day3Mash push(Mash) digest() } Player *-- Stomach Stomach - Mash class Effect { hpDiff color:Optional } class Effects { day1Effect day2Effect day3Effect } Effects *-- Effect class Appearance { shape color } class Mash { Appearance Effects } Mash *-- Appearance Mash *-- Effects class Deck { Appearance[] iter():Appearance } Deck *-- Appearance @enduml
faaf7c3607752126ae6edf9bc77b47fb29b71599
32dca24afcc805c35e7222a91383450fd7cb0c41
/src/strategypatten/策略模式UML.puml
0c1c32a494cc1a6d04d8f97f3483b1e1ee38a505
[]
no_license
newbirdgg/DesignPattern
c5cf60a844e863b6f51e7c5949452e2036d3b9db
47c832c152f1223c14a644b1c7e02452ed617eb9
refs/heads/master
2021-02-11T17:36:03.281018
2020-03-09T09:50:57
2020-03-09T09:50:57
244,515,459
2
0
null
null
null
null
UTF-8
PlantUML
false
false
719
puml
@startuml abstract class Strategy{ +AlgorithmInterface() } note right: 策略类,定义所有支持的算法的公共接口 class ConcreteStrategyA{ +AlgorithmInterface() } class ConcreteStrategyB{ +AlgorithmInterface() } class ConcreteStrategyC{ +AlgorithmInterface() } class Context{ +ContextInterface() } note left: Context 上下文,\n用ConcreteStrategy来配置维护,\n一个对Strategy对象的引用 Context --o Strategy note "具体策略类,封装了具体的算法或行为,继承与Strategy" as N1 ConcreteStrategyA .. N1 ConcreteStrategyB .. N1 ConcreteStrategyC .. N1 Strategy <|--ConcreteStrategyA Strategy <|--ConcreteStrategyB Strategy <|--ConcreteStrategyC @enduml
240fb36011b358abcb560574032fb74b24f37e88
dd3daa8aef55201585aad5cdd02b2f8f68418d80
/uml/App.puml
dfe338cff9d421f7af0bb07fbc2f2d609c178105
[]
no_license
rodriguezA3/Rodriguez-cop3330-assignment4
a5e42305365dd594f7e625b450dd7125f2b6cd38
6f4fddae7131559012bb04c3ba9ffd2be11056eb
refs/heads/master
2023-08-27T03:54:40.163580
2021-11-02T03:49:41
2021-11-02T03:49:41
423,698,699
0
0
null
null
null
null
UTF-8
PlantUML
false
false
228
puml
@startuml class App{ +FXMLLoader fxmlLoader +Scene scene +TaskSerializer() +ListSerializer() } class AddListController{ +FXML Button addListButton +addListHandler() } AddListController <|-- App @enduml
74d4f1317c828d1e5688eb306b9bb43afa73f538
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii02/doc/plantuml/ua/khpi/oop/malokhvii02/event/EventsContainer.puml
6121f376ee2899d7b9ad07840804286f7654fd96
[ "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
166
puml
@startuml interface EventsContainer { {abstract} +getEvent(EventType): Event {abstract} +putEvent(EventType, Event): void } @enduml
fe502f222ee0098c190bb1bb730ed9a33e019e7b
279cc8e145ee24a54642cf65fd211ec86119d904
/Structure/UML/plantUML/Snokarane.plantuml
111c54ea6907a6f9a1e49bfb03546a3519a2a676
[]
no_license
inf112-v21/Snokarane
df3f335d043aae1949cd25cb240987df1aeef9ac
e9efa51936ec6ee65a189003938d196e70b1a4f8
refs/heads/master
2023-04-13T03:20:26.577259
2021-04-27T11:18:07
2021-04-27T11:18:07
335,426,577
1
0
null
2021-04-21T11:14:01
2021-02-02T21:21:40
Java
UTF-8
PlantUML
false
false
11,609
plantuml
@startuml title __MVN-APP's Class Diagram__\n namespace inf112.skeleton.app { class inf112.skeleton.app.Main { } } namespace inf112.skeleton.app { namespace game { class inf112.skeleton.app.game.GameClient { } } } namespace inf112.skeleton.app { namespace game { class inf112.skeleton.app.game.GameHost { } } } namespace inf112.skeleton.app { namespace game { abstract class inf112.skeleton.app.game.GamePlayer { } } } namespace inf112.skeleton.app { namespace game { namespace objects { class inf112.skeleton.app.game.objects.Card { } } } } namespace inf112.skeleton.app { namespace game { namespace objects { enum CardType { } } } } namespace inf112.skeleton.app { namespace game { namespace objects { enum Direction { } } } } namespace inf112.skeleton.app { namespace game { namespace objects { class inf112.skeleton.app.game.objects.Flag { } } } } namespace inf112.skeleton.app { namespace game { namespace objects { class inf112.skeleton.app.game.objects.PlayerToken { } } } } namespace inf112.skeleton.app { namespace libgdx { class inf112.skeleton.app.libgdx.CharacterCustomizer { } } } namespace inf112.skeleton.app { namespace libgdx { class inf112.skeleton.app.libgdx.Game { } } } namespace inf112.skeleton.app { namespace libgdx { class inf112.skeleton.app.libgdx.Map { } } } namespace inf112.skeleton.app { namespace libgdx { class inf112.skeleton.app.libgdx.NetworkDataWrapper { } } } namespace inf112.skeleton.app { namespace libgdx { class inf112.skeleton.app.libgdx.PlayerConfig { } } } namespace inf112.skeleton.app { namespace libgdx { class inf112.skeleton.app.libgdx.RoboGame { } } } namespace inf112.skeleton.app { namespace libgdx { namespace screens { class inf112.skeleton.app.libgdx.screens.CharacterCustomizationScreen { } } } } namespace inf112.skeleton.app { namespace libgdx { namespace screens { class inf112.skeleton.app.libgdx.screens.GameScreen { } } } } namespace inf112.skeleton.app { namespace libgdx { namespace screens { interface inf112.skeleton.app.libgdx.screens.IUiScreen { } } } } namespace inf112.skeleton.app { namespace libgdx { namespace screens { class inf112.skeleton.app.libgdx.screens.MenuScreen { } } } } namespace inf112.skeleton.app { namespace libgdx { namespace screens { class inf112.skeleton.app.libgdx.screens.SelectRoleScreen { } } } } namespace inf112.skeleton.app { namespace libgdx { namespace screens { class inf112.skeleton.app.libgdx.screens.VictoryScreen { } } } } namespace inf112.skeleton.app { namespace libgdx { namespace screens { class inf112.skeleton.app.libgdx.screens.WaitingRoomScreen { } } } } namespace inf112.skeleton.app { namespace network { class inf112.skeleton.app.network.CardList { } } } namespace inf112.skeleton.app { namespace network { abstract class inf112.skeleton.app.network.Network { } } } namespace inf112.skeleton.app { namespace network { class inf112.skeleton.app.network.NetworkClient { } } } namespace inf112.skeleton.app { namespace network { class inf112.skeleton.app.network.NetworkData { } } } namespace inf112.skeleton.app { namespace network { class inf112.skeleton.app.network.NetworkHost { } } } namespace inf112.skeleton.app { namespace ui.avatars { class inf112.skeleton.app.ui.avatars.PlayerAvatar { } } } namespace inf112.skeleton.app { namespace ui.chat { class inf112.skeleton.app.ui.chat.CommandParser { } } } namespace inf112.skeleton.app { namespace ui.chat { namespace backend { class inf112.skeleton.app.ui.chat.backend.ChatFormatter { } } } } namespace inf112.skeleton.app { namespace ui.chat { namespace backend { class inf112.skeleton.app.ui.chat.backend.ChatterData { } } } } namespace inf112.skeleton.app { namespace ui.chat { namespace backend { class inf112.skeleton.app.ui.chat.backend.Message { } } } } namespace inf112.skeleton.app { namespace ui.chat { namespace backend { class inf112.skeleton.app.ui.chat.backend.Uwufier { } } } } namespace inf112.skeleton.app { namespace ui.chat { namespace display { class inf112.skeleton.app.ui.chat.display.Chat { } } } } namespace inf112.skeleton.app { namespace ui.chat { namespace managers { class inf112.skeleton.app.ui.chat.managers.ChatClient { } } } } namespace inf112.skeleton.app { namespace ui.chat { namespace managers { class inf112.skeleton.app.ui.chat.managers.ChatManager { } } } } namespace inf112.skeleton.app { namespace ui.chat { namespace managers { abstract class inf112.skeleton.app.ui.chat.managers.Chatter { } } } } namespace inf112.skeleton.app { namespace ui.chat { namespace managers { interface inf112.skeleton.app.ui.chat.managers.IChatter { } } } } inf112.skeleton.app.game.GameClient -up-|> inf112.skeleton.app.game.GamePlayer inf112.skeleton.app.game.GameClient o-- inf112.skeleton.app.network.NetworkClient : client inf112.skeleton.app.game.GameHost -up-|> inf112.skeleton.app.game.GamePlayer inf112.skeleton.app.game.GameHost o-- inf112.skeleton.app.network.NetworkHost : host inf112.skeleton.app.game.GameHost o-- inf112.skeleton.app.libgdx.Map : map inf112.skeleton.app.game.GamePlayer o-- inf112.skeleton.app.game.GamePlayer.PLAYERSTATE : state inf112.skeleton.app.game.objects.Card o-- inf112.skeleton.app.game.objects.CardType : cardType inf112.skeleton.app.game.objects.PlayerToken o-- inf112.skeleton.app.game.objects.PlayerToken.CHARACTER_STATES : charState inf112.skeleton.app.game.objects.PlayerToken o-- inf112.skeleton.app.libgdx.PlayerConfig : config inf112.skeleton.app.game.objects.PlayerToken o-- inf112.skeleton.app.game.objects.Direction : playerDirection inf112.skeleton.app.libgdx.Game .up.|> com.badlogic.gdx.ApplicationListener inf112.skeleton.app.libgdx.Game -up-|> com.badlogic.gdx.InputAdapter inf112.skeleton.app.libgdx.RoboGame -up-|> com.badlogic.gdx.Game inf112.skeleton.app.libgdx.screens.CharacterCustomizationScreen .up.|> inf112.skeleton.app.libgdx.screens.IUiScreen inf112.skeleton.app.libgdx.screens.CharacterCustomizationScreen -up-|> com.badlogic.gdx.ScreenAdapter inf112.skeleton.app.libgdx.screens.CharacterCustomizationScreen o-- inf112.skeleton.app.libgdx.RoboGame : game inf112.skeleton.app.libgdx.screens.GameScreen -up-|> com.badlogic.gdx.ScreenAdapter inf112.skeleton.app.libgdx.screens.GameScreen o-- inf112.skeleton.app.ui.chat.managers.Chatter : chat inf112.skeleton.app.libgdx.screens.GameScreen o-- inf112.skeleton.app.game.GamePlayer : gamePlayer inf112.skeleton.app.libgdx.screens.GameScreen o-- inf112.skeleton.app.libgdx.Map : map inf112.skeleton.app.libgdx.screens.GameScreen o-- inf112.skeleton.app.network.Network : network inf112.skeleton.app.libgdx.screens.GameScreen o-- inf112.skeleton.app.libgdx.RoboGame : game inf112.skeleton.app.libgdx.screens.MenuScreen .up.|> inf112.skeleton.app.libgdx.screens.IUiScreen inf112.skeleton.app.libgdx.screens.MenuScreen -up-|> com.badlogic.gdx.ScreenAdapter inf112.skeleton.app.libgdx.screens.MenuScreen o-- inf112.skeleton.app.libgdx.RoboGame : game inf112.skeleton.app.libgdx.screens.SelectRoleScreen .up.|> inf112.skeleton.app.libgdx.screens.IUiScreen inf112.skeleton.app.libgdx.screens.SelectRoleScreen -up-|> com.badlogic.gdx.ScreenAdapter inf112.skeleton.app.libgdx.screens.SelectRoleScreen o-- inf112.skeleton.app.libgdx.RoboGame : game inf112.skeleton.app.libgdx.screens.VictoryScreen .up.|> inf112.skeleton.app.libgdx.screens.IUiScreen inf112.skeleton.app.libgdx.screens.VictoryScreen -up-|> com.badlogic.gdx.ScreenAdapter inf112.skeleton.app.libgdx.screens.VictoryScreen o-- inf112.skeleton.app.network.Network : network inf112.skeleton.app.libgdx.screens.VictoryScreen o-- inf112.skeleton.app.game.objects.PlayerToken : winner inf112.skeleton.app.libgdx.screens.VictoryScreen o-- inf112.skeleton.app.libgdx.RoboGame : game inf112.skeleton.app.libgdx.screens.WaitingRoomScreen .up.|> inf112.skeleton.app.libgdx.screens.IUiScreen inf112.skeleton.app.libgdx.screens.WaitingRoomScreen -up-|> com.badlogic.gdx.ScreenAdapter inf112.skeleton.app.libgdx.screens.WaitingRoomScreen o-- inf112.skeleton.app.ui.avatars.PlayerAvatar : avatar inf112.skeleton.app.libgdx.screens.WaitingRoomScreen o-- inf112.skeleton.app.network.Network : network inf112.skeleton.app.libgdx.screens.WaitingRoomScreen o-- inf112.skeleton.app.libgdx.RoboGame : game inf112.skeleton.app.network.Network o-- inf112.skeleton.app.game.objects.PlayerToken : winner inf112.skeleton.app.network.NetworkClient -up-|> inf112.skeleton.app.network.Network inf112.skeleton.app.network.NetworkClient o-- inf112.skeleton.app.game.GameClient : gameClient inf112.skeleton.app.network.NetworkClient o-- inf112.skeleton.app.libgdx.Map : map inf112.skeleton.app.network.NetworkHost -up-|> inf112.skeleton.app.network.Network inf112.skeleton.app.network.NetworkHost o-- inf112.skeleton.app.game.GameHost : host inf112.skeleton.app.ui.avatars.PlayerAvatar o-- inf112.skeleton.app.libgdx.PlayerConfig : playerConfig inf112.skeleton.app.ui.chat.backend.Message o-- inf112.skeleton.app.ui.chat.backend.ChatterData : sender inf112.skeleton.app.ui.chat.display.Chat o-- inf112.skeleton.app.ui.chat.backend.ChatFormatter : chat inf112.skeleton.app.ui.chat.managers.ChatClient .up.|> inf112.skeleton.app.ui.chat.managers.IChatter inf112.skeleton.app.ui.chat.managers.ChatClient -up-|> inf112.skeleton.app.ui.chat.managers.Chatter inf112.skeleton.app.ui.chat.managers.ChatClient o-- inf112.skeleton.app.network.NetworkClient : client inf112.skeleton.app.ui.chat.managers.ChatManager .up.|> inf112.skeleton.app.ui.chat.managers.IChatter inf112.skeleton.app.ui.chat.managers.ChatManager -up-|> inf112.skeleton.app.ui.chat.managers.Chatter inf112.skeleton.app.ui.chat.managers.ChatManager o-- inf112.skeleton.app.network.NetworkHost : host inf112.skeleton.app.ui.chat.managers.Chatter o-- inf112.skeleton.app.ui.chat.backend.ChatterData : cData inf112.skeleton.app.ui.chat.managers.Chatter o-- inf112.skeleton.app.ui.chat.display.Chat : chat inf112.skeleton.app.ui.chat.managers.Chatter o-- inf112.skeleton.app.ui.chat.backend.ChatterData : internalMessenger 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
7e15cff86cdcc71f8ca795b09f8e8a24f5f35fe6
1c62e6ad04d679c073059c3c25cb9be592d73791
/plantuml/creational/singleton.puml
1a4d6b9fe74ce47801fa91b5c876fa828aeaba8c
[ "Unlicense" ]
permissive
skr-mams/java-design-patterns
d6c507b2cbd9a4724f3045fb998f329eebd729ca
5bea71a0a52160fc7f4348dc596c46c0b407c7f1
refs/heads/main
2023-08-22T12:35:33.091377
2021-09-20T21:47:10
2021-09-20T21:47:10
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
618
puml
@startuml class Settings { static Settings instance private Settings() synchronized static Settings getInstance() synchronized void set(String key, String value) synchronized void remove(String key) synchronized String get(String key) } Settings --* Settings note "Clase singleton, usa el método estático\ngetInstance() para instanciarse" as NoteSettings Settings .l. NoteSettings note "public synchronized static Settings getInstance() {\n if (instance == null) {\n instance = new Settings();\n }\n return instance;\n}" as NoteSettings2 Settings .. NoteSettings2 @enduml
8b6107cb67f2d6accae047591839787158db4093
8526162a04e1aafc763c035c23cfcfb25eee6159
/app/src/main/java/com/voicenotes/view/utils/indexes/indexes.plantuml
bd66a1b478b88fd84751d07a6a321fa7031154bd
[ "BSD-2-Clause" ]
permissive
fernandopm7/com.tfg.voicenotes
b1c869a0c94b59c6d7d2bce936b489bd84d3ae3b
7bef4346b79bada48a85ff1c3011e39a753b814b
refs/heads/master
2020-06-04T22:08:42.890833
2019-08-27T17:10:46
2019-08-27T17:10:46
192,209,386
0
0
BSD-2-Clause
2019-08-27T18:56:21
2019-06-16T15:50:32
Java
UTF-8
PlantUML
false
false
1,816
plantuml
@startuml title __INDEXES's Class Diagram__\n package com.voicenotes { package com.voicenotes.view.utils { package com.voicenotes.view.utils.indexes { class AudioIndexer { {static} + LOG_TAG : String {static} - writer : IndexWriter {static} - analyzer : Analyzer {static} - indexDir : Directory {static} - iwc : IndexWriterConfig {static} ~ f : File - textsPath : String {static} ~ context : Context {static} + initialize() {static} + deleteFromIndex() {static} + close() {static} + getDocument() + createIndex() {static} + indexDoc() } } } } package com.voicenotes { package com.voicenotes.view.utils { package com.voicenotes.view.utils.indexes { class AudioSearcher { {static} + MAX_SEARCH : int ~ indexSearcher : IndexSearcher ~ indexDir : Directory ~ reader : IndexReader ~ queryParser : MultiFieldQueryParser ~ query : Query + AudioSearcher() + search() + getDocument() + close() } } } } package com.voicenotes { package com.voicenotes.view.utils { package com.voicenotes.view.utils.indexes { class LuceneConstants { {static} + CONTENTS : String {static} + FILE_NAME : String {static} + FILE_PATH : String {static} + MAX_SEARCH : int } } } } 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
4c4eb2d9e772505f2d285b3f92f1ad36a9d6ba66
8d751506bc876c7f84bb8db1a57829a594d62208
/docs/classes_uml/low_level.puml
403f4636f8fb748215b29847435c31fdc20f70d6
[]
no_license
avrocha/plant-floor-control
28cd87fb8eb93aff6b5ee2cbc0eb6188a62ff346
374ca15bba08ca04c901ab9859432210f5d59415
refs/heads/main
2023-06-02T20:43:59.264827
2021-06-09T12:37:29
2021-06-09T12:37:29
341,634,003
4
0
null
2021-06-21T14:05:56
2021-02-23T17:26:39
Java
UTF-8
PlantUML
false
false
1,057
puml
@startuml skinparam linetype ortho skinparam Monochrome true title Low-Level UML /' Conveyors '/ class Conveyor { int id; string Actuators[]; string Sensors[]; bool HasPart[]; } class ConveyorLinear { int id; bool ReadyToReceive; bool ReadyToSend; void MoveFoward(); void MoveBackward(); } class ConveyorRotative { int id; bool ReadyToReceive; bool ReadyToSend; void MoveFoward(); void MoveBackward(); void RotateClockWise(); void RotateCounterClockWise(); } class ConveyorPusher { int id; bool ReadyToReceive; bool ReadyToSend; void MoveFoward(); void MoveBackward(); void Push(); } class ConveyorSlider { int id; bool ReadyToReceive; } class ConveyorAssembly { int id; EnumTool Tool; bool ReadyToReceive; bool ReadyToSend; void MoveFoward(); void MoveBackward(); void Assemble(); void ChangeTool(); } ConveyorLinear --|> Conveyor ConveyorRotative --|> Conveyor ConveyorPusher --|> Conveyor ConveyorSlider --|> Conveyor ConveyorAssembly --|> Conveyor /' '/ @enduml
4a0d0d54c4c31acbbfb50d8ccd5d3253fac6ceef
c845744a3254cae0f2a151dce194f3c58917e641
/documentation/class-diagram.puml
f2c4d266bb3a86af645485053bdee2bb9228e857
[]
no_license
Tzesar/dale
1fc5c69b6858392e4966e3221e678c824a565ec9
035e5660efd05b1eaba67dd1cab9d1a97799c20e
refs/heads/master
2023-06-16T20:05:37.691487
2021-07-06T00:03:01
2021-07-06T00:03:01
268,095,246
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,822
puml
@startuml 'https://plantuml.com/class-diagram interface Entity<T> { + {static} persist(newEntity: T): T + {static} findById(entityId: number): T + {static} update(entityToUpdate: T): T + {static} delete(entityToDelete: T) } abstract class AbstractEntity<T> implements Entity enum RawEventStatusEnum { + TO_BE_CONSUMED + CONSUMED } class RawEvent extends AbstractEntity { + id: number + rawContent: string + status: RawEventStatusEnum + {field} receivedAt: datetime = Now() + processedAt: datetime + extractAccountingEvent(): AccountingEvent + {static} findById(id: number): RawEvent + {static} findByStatus(status: RawEventStatusEnum): List<RawEvent> } interface AccountingEvent { + {static} constructFromRawContent(rawContent: string): AccountingEvent + {static} doesRawContentMatchThisEventType(rawContent: String): Boolean } interface IncomeEvent extends AccountingEvent interface ExpenseEvent extends AccountingEvent class SalaryIncomeEvent implements IncomeEvent { + {static} constructFromRawContent(rawContent: string): AccountingEvent + {static} doesRawContentMatchThisEventType(rawContent: String): Boolean } note left of AccountingEvent All concrete Event implementations must implement method <i>doesRawContentMatchThisEventType</i> as a way to unmistakably determine if raw content event represents it. In the same way, each Event implementation must implement method <i></i> end note class AccountingEventFactory { - {static} supportedEventsList: List<AccountingEvent> + buildAccountingEventFromRawContent(rawContent: string): AccountingEvent } RawEvent --> RawEventStatusEnum AccountingEventFactory -- AccountingEvent : constructs > AccountingEventFactory -- RawEvent : consumes > @enduml
a7ec2eca28f18dce6892b6322722e14c44da5d97
ba570ff0fd263ff3d4c661120378501c50402972
/Diagramas/clientes.puml
d7f91c3647b545ecc20e2d168e4673dc3dff963a
[]
no_license
MauricioBuzzone/Base-de-Datos-Redis
36c02e9387ea6f03c6bd4af5955ffa32fcee8f9f
79331b5fb1c35ac55ea6f69c3537eeb71abefef4
refs/heads/master
2023-07-12T20:08:03.918526
2021-08-17T22:59:08
2021-08-17T22:59:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,862
puml
@startuml hide circle skinparam classAttributeIconSize 0 skinparam classNameBold true skinparam monochrome true skinparam roundCorner 8 skinparam defaultFontSize 13 skinparam classFontStyle Bold skinparam defaultFontName Impact class Cliente { +obtener_comando(&mut self): Option<ComandoInfo> +obtener_addr(&self): String; +envio_informacion(&self): bool; +esta_conectado(&self): bool; +soporta_comando(&self, comando: &str): bool; } class ClienteRedis { -id: Token, -canales: usize, -timeout: Option<Duration>, -ultimo_mensaje: Instant, -socket: Option<TcpStream>, } class ClienteHTTP { -id: Token, -socket: Option<TcpStream>, -mando: bool, -pag_index: String, -icono: Vec<u8>, -manejar_get(c: ComandoHTTP: Option<ComandoInfo> -obtener_comando_de_post(c: ComandoHTTP): Option<ComandoInfo> -manejar_error(c: ComandoHTTP): Option<ComandoInfo> } class Parser { -lector: BufReader<R>, +parsear_stream(self): Result<ComandoInfo, ParserError> +parsear_respuesta(res: &ResultadoRedis) -> String } class HTTPParser { lector: BufReader<R>, +parsear_stream(self): Result<ComandoInfo, ParserError> +parsear_respuesta(res: &ResultadoRedis) -> String } class ComandoInfo { -nombre: String, -parametros: Vec<String>, -index: usize, +get_parametro(&mut self) -> Option<String> } class ComandoHTTP { -metodo: String, -args: Vec<String>, -headers: Vec<String>, -comando_redis: Option<ComandoInfo>, +get_metodo(&self) -> String +get_comando(&self) -> Option<ComandoInfo> } Cliente <<Interface>> ClienteHTTP .up.|> Cliente ClienteRedis .up.|> Cliente ClienteRedis -left-> Parser ClienteHTTP -right-> HTTPParser Parser .down.> ComandoInfo : <<creates>> HTTPParser .down.> ComandoHTTP: <<creates>> ComandoHTTP .left.> ComandoInfo @enduml
3bb7ea7cfc5a22b82cd729ce52c0493ecbd0dc49
5635c597a38479879c55c4594c8b09877ef1102b
/src/main/java/org/hfeng/misc/hfdp/ch1/duck-super.puml
8cc67222f16772907ffba01f9fd95d1bb41ac227
[]
no_license
harrifeng/java-in-action
6c4d49f51634e5397606690710331438e4835a9f
e9b88ecf2fd2033e1848234c770fb3967fb1ec9d
refs/heads/master
2020-11-26T18:31:08.066713
2015-05-19T01:04:17
2015-05-19T01:04:17
23,460,887
0
0
null
null
null
null
UTF-8
PlantUML
false
false
172
puml
@startuml abstract class Duck { +quack() +swim() +display() } class MallardDuck extends Duck{ +display() } class RedheadDuck extends Duck{ +display() } @enduml
6251a939ea93c023ca2bfd9920fe9e5a084cd27e
6a7ee464dd5672ddd9705e8b19bdc438f491208d
/diagram_trial_0.puml
5872cff2dcacb924ec2e01e6e9274892cf096747
[]
no_license
kek0896/diploma-go-booking-public
dc4841cb44e238cceca45e5ca373b80c407ba060
da15c2aebe29778188eb173af1b078ce02a1b661
refs/heads/master
2023-03-05T18:10:09.849791
2023-02-27T15:40:47
2023-02-27T15:40:47
271,132,458
0
0
null
2023-02-27T15:40:49
2020-06-09T23:41:51
Go
UTF-8
PlantUML
false
false
9,525
puml
@startuml namespace apiserver { class Config << (S,Aquamarine) >> { + BindAddr string + LogLevel string } class server << (S,Aquamarine) >> { - router *mux.Router - logger *logrus.Logger - store store.Store - configureRouter() - handleUsersCreate() http.HandlerFunc - handleLike() http.HandlerFunc - handleGetLiked() http.HandlerFunc - handleGetBooked() http.HandlerFunc - handleSearch() http.HandlerFunc - handleStartBookingProperty() http.HandlerFunc - handleBooking() http.HandlerFunc - handleCancelBooking() http.HandlerFunc - handleHotelsCreate() http.HandlerFunc - handleCleanHotels() http.HandlerFunc - handleCleanProperties() http.HandlerFunc - handlePropertiesCreate() http.HandlerFunc - handleSessionsCreate() http.HandlerFunc - error(w http.ResponseWriter, r *http.Request, code int, err error) - respond(w http.ResponseWriter, r *http.Request, code int, data <font color=blue>interface</font>{}) + ServeHTTP(w http.ResponseWriter, r *http.Request) } } namespace model { class Address << (S,Aquamarine) >> { + Line1 string + Line2 string + City string + State string + PostalCode string + Country string } class Booking << (S,Aquamarine) >> { + BookingKey string + Sha1 string + Email string + Phone string + Name string + Surname string + CreditCard *CreditCard + PaymentID string + Status string + Timestamp string + PropertyInternalID string } class CreditCard << (S,Aquamarine) >> { + CardNumber string + ExpDate string + CSV string + Owner string } class Filter << (S,Aquamarine) >> { + Country string + City string + StructureType string + PriceFrom string + PriceTo string + Currency string + Stars string + Datefrom string + Dateto string + Wifi string + Breakfast string + Parking string + Pool string + Playground string + Garden string + RoomsNumber string + BedsNumber string + Capacity string + OrderBy string + Desc string } class Hotel << (S,Aquamarine) >> { + HotelID string + HotelInternalID string + HotelName string + Provider string + StructureType string + Stars int + MinNights int + MaxNights int + StartDate string + ActiveDayPeriod string + Images []string + Latitude string + Longitude string + Address *Address + Description string + Active bool + Wifi bool + Breakfast bool + Parking bool + Pool bool + Playground bool + Garden bool + CheckIn string + CheckOut string + Validate() error } class Like << (S,Aquamarine) >> { + Sha1 string + HotelInternalID string } class Property << (S,Aquamarine) >> { + HotelID string + HotelInternalID string + PropertyInternalID string + Provider string + PropertyID string + PropertyName string + Price float32 + Currency string + Image string + Description string + Active bool + RoomsNumber int + BedsNumber int + Capacity int + SizeM float32 + DateTo string + DateFrom string + Nights int + Lock string + Validate() error } class Responce << (S,Aquamarine) >> { + HotelID string + HotelInternalID string + HotelName string + Provider string + StructureType string + Stars int + DateTo string + DateFrom string + Images []string + Latitude string + Longitude string + Address *Address + Description string + Active bool + Wifi bool + Breakfast bool + Parking bool + Pool bool + Playground bool + Garden bool + CheckIn string + CheckOut string + MinPrice string + Currency string + Nights int + Properties []*Property } class User << (S,Aquamarine) >> { + ID int + Sha1 string + Email string + Password string + EncryptedPassword string + Validate() error + BeforeCreate() error + Sanitize() + ComparePassword(password string) bool } } namespace sqlstore { class HistoryRepository << (S,Aquamarine) >> { - store *Store + StartBooking(b *model.Booking) error + EndBooking(b *model.Booking) error + CancelBooking(b *model.Booking) error + GetBookings(sha1 string) ([]*model.Booking, error) + Like(l *model.Like) error + GetLikes(sha1 string) ([]*model.Like, error) } class HotelRepository << (S,Aquamarine) >> { - store *Store + CreateHotels(h *model.Hotel) error + CreateProperty(p *model.Property) error + Search(f *model.Filter) ([]*model.Responce, error) + FindHotelByFilter(f *model.Filter) ([]*model.Hotel, error) + FindPropertyByFilter(f *model.Filter, hotel *model.Hotel) ([]*model.Property, error) + CleanHotels() error + CleanProperties() error } class Store << (S,Aquamarine) >> { - db *sql.DB - userRepository *UserRepository - hotelRepository *HotelRepository - historyRepository *HistoryRepository + User() store.UserRepository + Hotel() store.HotelRepository + Property() store.HotelRepository + Responce() store.HotelRepository + Booking() store.HistoryRepository + Like() store.HistoryRepository } class UserRepository << (S,Aquamarine) >> { - store *Store + CreateUser(u *model.User) error + FindUserByEmail(email string) (*model.User, error) } } "store.HistoryRepository" <|-- "sqlstore.HistoryRepository" "store.HotelRepository" <|-- "sqlstore.HotelRepository" "store.Store" <|-- "sqlstore.Store" "store.UserRepository" <|-- "sqlstore.UserRepository" namespace store { interface HistoryRepository { + StartBooking(b *model.Booking) error + EndBooking(b *model.Booking) error + CancelBooking( *model.Booking) error + GetBookings(sha1 string) ([]*model.Booking, error) + Like( *model.Like) error + GetLikes(sha1 string) ([]*model.Like, error) } interface HotelRepository { + CreateHotels( *model.Hotel) error + CreateProperty( *model.Property) error + Search( *model.Filter) ([]*model.Responce, error) + CleanHotels() error + CleanProperties() error } interface Store { + User() UserRepository + Hotel() HotelRepository + Property() HotelRepository + Responce() HotelRepository + Booking() HistoryRepository + Like() HistoryRepository } interface UserRepository { + CreateUser( *model.User) error + FindUserByEmail( string) (*model.User, error) } } namespace teststore { class HistoryRepository << (S,Aquamarine) >> { - store *Store - bookings <font color=blue>map</font>[string]*model.Booking - likes <font color=blue>map</font>[string]*model.Like + StartBooking(b *model.Booking) error + EndBooking(b *model.Booking) error + CancelBooking(b *model.Booking) error + GetBookings(sha1 string) ([]*model.Booking, error) + Like(l *model.Like) error + GetLikes(sha1 string) ([]*model.Like, error) } class HotelRepository << (S,Aquamarine) >> { - store *Store - hotels <font color=blue>map</font>[string]*model.Hotel - properties <font color=blue>map</font>[string]*model.Property - responces <font color=blue>map</font>[string]*model.Responce + CreateHotels(h *model.Hotel) error + CreateProperty(h *model.Property) error + Search(filter *model.Filter) ([]*model.Responce, error) + FindHotelByFilter(filter *model.Filter) ([]*model.Hotel, error) + CleanHotels() error + CleanProperties() error } class Store << (S,Aquamarine) >> { - userRepository *UserRepository - hotelRepository *HotelRepository - historyRepository *HistoryRepository + User() store.UserRepository + Hotel() store.HotelRepository + Property() store.HotelRepository + Responce() store.HotelRepository + Booking() store.HistoryRepository + Like() store.HistoryRepository } class UserRepository << (S,Aquamarine) >> { - store *Store - users <font color=blue>map</font>[string]*model.User + CreateUser(u *model.User) error + WriteSha1(u *model.User) error + FindUserByEmail(email string) (*model.User, error) } } "store.HistoryRepository" <|-- "teststore.HistoryRepository" "store.HotelRepository" <|-- "teststore.HotelRepository" "store.Store" <|-- "teststore.Store" "store.UserRepository" <|-- "teststore.UserRepository" @enduml
c6e16f802649d580a07740649e2dc30cf948e4fb
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/full-payment-upon-signature@0.7.1.puml
cb46581f5dfc38e224b8658d01477247c6f60d69
[ "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
744
puml
@startuml class org.accordproject.payment.fulluponsignature.FullPaymentUponSignatureState << (A,green) >> { + ContractLifecycleStatus status } org.accordproject.payment.fulluponsignature.FullPaymentUponSignatureState --|> org.accordproject.cicero.contract.AccordContractState class org.accordproject.payment.fulluponsignature.ContractLifecycleStatus << (E,grey) >> { + INITIALIZED + OBLIGATION_EMITTED + COMPLETED } class org.accordproject.payment.fulluponsignature.FullPaymentUponSignatureContract << (A,green) >> { + AccordParty buyer + AccordParty seller + MonetaryAmount amount } org.accordproject.payment.fulluponsignature.FullPaymentUponSignatureContract --|> org.accordproject.cicero.contract.AccordContract @enduml
d6e435d783b4d810cb3d5da6f01c357aed3fad90
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/middleware01/production/MiddlewareGisProcessorImplementation/MiddlewareGisProcessorImplementation.puml
f9895739efe26567910ee0a211a728f94a3eefbc
[]
no_license
Slackjaw1431/csi-3370-software-project
79666760712ee4625bea3daea48c7072e7826465
af44ad1066695e4f9eff74eda79cebef3ad2b1af
refs/heads/main
2023-03-23T23:03:17.404846
2021-03-17T18:52:02
2021-03-17T18:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
501
puml
@startuml MiddlewareGisProcessorImplementation package edu.oakland.production.middleware01 { class MiddlewareGisProcessorImplementation { - MiddlewareGisManager middlewareGisManager __ + MiddlewareGisProcessorImplementation(MiddlewareGisManager middlewareGisManager) .. Use Case 1 .. + String evaluateGpsSignalStrength(Satellite satelliteSignal) .. Use Case 2 .. + String measureGpsSignalStrength(Satellite satelliteSignal) } } @enduml
ca61ba4eabf4fb0862e05482a3a4fd7dd052f69d
858c6a0596d6babd42f622c2b16d16f3dc773b98
/src/doc/Lease.puml
021cda2a5189b0663d1537ba991da6a6a9d8b5a1
[]
no_license
zhp8341/java_demo
fbedc84427943911451f22cdd6d4b0e2ec5e8c50
a747c91bbfd211d3fa73679a6daf7fe6dc737571
refs/heads/master
2023-07-26T02:44:21.118302
2022-07-02T01:04:48
2022-07-02T01:04:48
199,635,341
0
0
null
2023-07-05T20:46:17
2019-07-30T11:05:54
Java
UTF-8
PlantUML
false
false
248
puml
@startuml class Lease { // 租约持有者 private final String holder; // 最近更新时间 private long lastUpdate; // 当前租约持有者打开的文件 private HashSet<Long> files = new HashSet<>(); } @enduml
31e6e1118c5cd6d4ae078ae14a5b54cd6a499e42
748c2424d95e0536c396833fbd7adde6f2ee43f6
/docs/TP5-observer.plantuml
6412d1eae385dc7b1dd0a0a2de759c7207f91acc
[ "MIT", "CC-BY-SA-3.0" ]
permissive
IUT-Blagnac/cpoa-tp5-anaelledtn
611266a789a79b9a2343a5f9c9f206d961cc90d8
e41298b77c01f519064c0ba4fc05de9e68bc1f57
refs/heads/master
2023-01-28T09:00:07.971536
2020-12-11T20:21:32
2020-12-11T20:21:32
319,568,401
0
0
MIT
2020-12-08T08:04:38
2020-12-08T08:04:11
Ruby
UTF-8
PlantUML
false
false
1,390
plantuml
@startuml class CourseController { -Vector<JSlider> sliders -JPanel coursePanel +CourseController(CourseData courses) +void addCourse(CourseRecord record) +void update(Observable o) +void actionPerformed(ActionEvent arg0) +void stateChanged(ChangeEvent arg0) +{static}void main(String[] args) } class CourseData { } CourseController --> "1" CourseData : courseData class JPanel [[java:javax.swing.JPanel]] { } JPanel <|-- CourseController interface Observer { } Observer <|.. CourseController interface ChangeListener { } ChangeListener <|.. CourseController interface ActionListener { } ActionListener <|.. CourseController class BarChartObserver { -Vector<CourseRecord> courseData +BarChartObserver(CourseData data) +void paint(Graphics g) +void update(Observable o) } class JPanel { } JPanel <|-- BarChartObserver interface Observer { } Observer <|.. BarChartObserver class CourseData { -Vector<CourseRecord> courseData +CourseData() +void addCourseRecord(CourseRecord courseRecord) +void changeCourseRecord(String subjectName, int numOfStudents) +Vector<CourseRecord> getUpdate() } class Observable { } Observable <|-- CourseData abstract class Observable { #Vector<Observer> observers +Observable() +void attach(Observer o) +void detach(Observer o) +void notifyObservers() +{abstract}Object getUpdate() } interface Observer { void update(Observable o) } @enduml
8fce188741ba9d3cb94c9736f2653d808867d3bc
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/DeliveryAddedMessagePayload.puml
6e230b349756e0b40a2f9f4174b7fad80a363b95
[]
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
489
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 DeliveryAddedMessagePayload [[DeliveryAddedMessagePayload.svg]] extends OrderMessagePayload { type: String delivery: [[Delivery.svg Delivery]] shippingKey: String } interface OrderMessagePayload [[OrderMessagePayload.svg]] { type: String } @enduml
5b782fc18f098fb437c6057857fc1078eec8d9e4
d702b31e656edcb9944228c0309f153bdff29eec
/doc/plantuml/HCARDA/command/EraseRecordCommand.plantuml
b66ae8fc2001ed5b2113fe598bed1773ab441838
[ "Apache-2.0" ]
permissive
gematik/ref-HealthCardAccess
4f3957bfe40c56ffbf82782528a6e543ea00e9e3
eb9a12f7eea309bb5b23269de9d8fa924f91fe4f
refs/heads/master
2022-02-14T18:25:41.769547
2022-01-07T07:24:17
2022-01-07T07:24:17
213,916,430
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,388
plantuml
@startuml package de.gematik.ti.healthcardaccess { interface IHealthCardCommand { {abstract} + executeOn() } } package de.gematik.ti.healthcardaccess { abstract class AbstractHealthCardCommand { {static} - LOG : Logger {static} # NE_MAX_EXTENDED_LENGTH : int {static} # NE_MAX_SHORT_LENGTH : int {static} # EXPECT_ALL : int # cla : int # ins : int # p1 : int # p2 : int # data : byte[] # ne : int # AbstractHealthCardCommand() # AbstractHealthCardCommand() {abstract} + getTechnicalResponseApdus() - inferResponseStatusFromResponseCode() + executeOn() # sendApdu() - getCommandApdu() } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.commands { class EraseRecordCommand { {static} - CLA : int {static} - INS : int {static} - MODE_USE_LIST_ELEMENT_P1 : int {static} - technicalResponseApdus : Map<Integer, ResponseStatus> + getTechnicalResponseApdus() + EraseRecordCommand() + EraseRecordCommand() } } } AbstractHealthCardCommand -up-|> IHealthCardCommand EraseRecordCommand -up-|> AbstractHealthCardCommand @enduml
d0b8a08be2516ef57c4849fbb6bd34f018667797
58cf1bd56e09ca6199e9134c8682265a34cc4dae
/ClassDiagram/Homework07.puml
c0a316376e6df07825d79053bc36b68ab02978de
[]
no_license
VickyHuang5/DPHomework
a6dbedbec970ea69cb06107374c3f0832ce99b07
bdb47171644f0ebd6feb997fba9d2afc9374bd73
refs/heads/master
2021-05-11T20:08:43.084037
2018-04-19T06:29:13
2018-04-19T06:29:13
117,434,066
0
0
null
null
null
null
UTF-8
PlantUML
false
false
492
puml
@startuml Homework07ClassDiagram class Order { # OrderId # OriginalPrice + Order() + CalculateDiscount() } interface IDiscount{ + SetCondition() + CalculateDiscountAmount() } class FullDiscount{ - fullAmount + SetCondition() + CalculateDiscountAmount() } class DiscountForAllItems{ - percentDiscount + SetCondition() + CalculateDiscountAmount() } IDiscount <|.. FullDiscount IDiscount <|.. DiscountForAllItems Order o--> IDiscount @enduml
e7f7389d7865426c8991161b0e12be7ccd629056
f166f674df1f179fd667f35b13867999fbf7c173
/class_diag.puml
16241c43547c171695c9870b66141ac976550369
[]
no_license
glur1/tp-demo-2021
3d5cec0ee4e72cd8083e8567950ef02d1fc5ad32
526417c8cbe523bf2389209aae311bfb8f407a01
refs/heads/master
2023-07-30T02:51:02.944863
2021-09-26T20:28:33
2021-09-26T20:28:33
408,980,359
0
0
null
null
null
null
UTF-8
PlantUML
false
false
238
puml
@startuml package demo { class Money { - amount: int - currency: String + this(amount: int, currency: String) + add(that: Money): Money } } class Main { + {static} main(args: String[]) } Main -- Money @enduml
8aa183921f619e6a8ee6d9a61a0a83b8b134d14b
f9cace756015da29030b2f6b76ba0cee30ce1791
/docs/gcmon/component.puml
f6ffbfec2c319a4046485256df83396117a012bb
[]
no_license
en0/gcmon
acc3b0812bc7646e2fbc4faf7cea7c1b8c082eeb
bfaaf015a5741ca6dcd63c666d5164a0341b6a6c
refs/heads/master
2022-12-27T12:52:58.078080
2020-02-15T04:13:46
2020-02-15T04:13:46
220,363,168
0
0
null
2022-12-08T06:50:44
2019-11-08T01:39:19
Python
UTF-8
PlantUML
false
false
523
puml
@startuml package "gcmon" { class CastDevice { Represents a googlecast device == + Name + Register(listener) } class StatusMediaListener { Receives status updates and publishes them on MQ == - MessageBroker + NewMediaStatus(status) } class MessageBroker { Publishes messages onto RabbitMQ Exchange == - ExchangeName + Publish } } StatusMediaListener -> MessageBroker @enduml
6ba47c6ae21bce2279e0eb2b759d7e80ccf9c251
0bc7bf29514e3fa3c2b54d70c6f3bcc6daaff6ab
/cardreader.provider.usb.identos/doc/plantuml/UIDECRP/IdentosUsbReceiver.plantuml
3dc0007604e4d0b2f20b0d31032e97018696bae3
[ "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
385
plantuml
@startuml package de.gematik.ti.cardreader.provider.usb.identos.control { class IdentosUsbReceiver { {static} - LOG : Logger - cardReaders : Collection<ICardReader> + IdentosUsbReceiver() + onReceive() + onDeviceAttached() + onDeviceDetached() } } IdentosUsbReceiver -up-|> BroadcastReceiver @enduml
68b06414f71007c814a91b2061ca8871c6f14d8d
34acd2aa8d51295c0c4289e43e8961f5e23b5a08
/PlantUML/raw/Custom/ElCazador.Web/DataStore/JsonDataStoreObject.puml
90a9bee931c60bde8a2abeec833079cd4ed58853
[]
no_license
fisboger/Thesis
a6887e195c7daa8317abe3167de1676420173e33
4746126f69da615c641380fd7a33c863f2fedee3
refs/heads/master
2020-04-03T15:18:08.671739
2019-02-07T11:17:06
2019-02-07T11:17:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,150
puml
@startuml class "JsonDataStoreObject<T>"<IDataStoreObject> { + Name : string <<get>> - FileName : string <<get>> - FullPath : string <<get>> - LastCommit : DateTime <<get>> <<set>> - LastRead : DateTime <<get>> <<set>> - Watcher : FileSystemWatcher <<get>> <<set>> - HostingEnvironment : IHostingEnvironment <<get>> <<set>> - Store : ConcurrentDictionary<object, T> <<get>> <<set>> - Semaphore : SemaphoreSlim - JsonSettings : JsonSerializerSettings <<get>> <<set>> + JsonDataStoreObject(hostingEnvironment:IHostingEnvironment) - Initialize() : void - StartWatcher() : void - OnChanged(source:object, e:FileSystemEventArgs) : void + All : IEnumerable<T> <<get>> + Get(key:object) : T + <<async>> Add(entity:T) : Task + <<async>> Delete(entity:T) : Task + <<async>> Edit(entity:T) : Task - <<async>> AddOrEditInternal(entity:T) : Task - <<async>> DeleteInternal(entity:T) : Task - <<async>> Commit() : Task - Serialize() : string - Deserialize(content:string) : IEnumerable<T> } "IDataStoreObject<T>" "<IDataObject>" <|-- "JsonDataStoreObject<T>" @enduml
3eda1c7215e6bd232b36a46749315cf4b3443e50
c4f7d455bd5f34d0875b667304c2767143ef9ac3
/doc/plantuml/HCARDC/card.plantuml
f7719baf280a79563bf6407a1ee91df1d8ca7c70
[ "Apache-2.0" ]
permissive
gematik/ref-HealthCardControl
6b7482826e2e35242bfe6a3367dd2888244178d0
26a0e1be00206ca74785b4c7c008f17d863d854f
refs/heads/master
2022-01-22T11:48:22.199071
2020-02-20T13:12:39
2020-02-20T13:12:39
214,092,133
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,981
plantuml
@startuml namespace de.gematik.ti.healthcard.control { namespace entities { namespace card { class de.gematik.ti.healthcard.control.entities.card.DpeDocument { } } } } namespace de.gematik.ti.healthcard.control { namespace entities { namespace card { class de.gematik.ti.healthcard.control.entities.card.GvdDocument { } } } } namespace de.gematik.ti.healthcard.control { namespace entities { namespace card { class de.gematik.ti.healthcard.control.entities.card.PdDocument { } } } } namespace de.gematik.ti.healthcard.control { namespace entities { namespace card { class de.gematik.ti.healthcard.control.entities.card.ProtocolEntry { {static} - CHARSET : Charset {static} - LOG : Logger {static} - MAXIMUMRECORDLENGTH : int - actorId : String - actorName : String - dataType : String - record : byte[] - timeStamp : long - typeAccess : String - validProtocolEntry : boolean + ProtocolEntry() + ProtocolEntry() + checkRecordValidity() {static} + createProtocolEntry() + equals() + getActorId() + getActorName() + getDataType() {static} + getLongValue() + getRecord() + getTimeStamp() + getTypeAccess() + hashCode() + isValidProtocolEntry() + toString() {static} - isEmpty() } } } } namespace de.gematik.ti.healthcard.control { namespace entities { namespace card { class de.gematik.ti.healthcard.control.entities.card.VdDocument { } } } } @enduml
9dc1fd6b429b50925fcb5927d3a642a3dfc7aa85
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CustomerFirstNameSetMessagePayload.puml
724cd0c8cec8c469f04251fff5b26fb275748909
[]
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
446
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 CustomerFirstNameSetMessagePayload [[CustomerFirstNameSetMessagePayload.svg]] extends MessagePayload { type: String firstName: String } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
06a3e967d0a4301c612481db34259e4e5a27ffeb
2ed81bf10c4a7901707f9e14d8417906472f297f
/documentation/diagrams/diagram_klas.plantuml
adf6a29d8c8b9d672afed523abd61e47c1726dbb
[ "MIT" ]
permissive
TheVivent-Politechnika-Lodzka/io_webrpg
852d8b08208d2241e2b036fbee11cb661cb223a3
33df9f53f400deeb558e93f020216c28072aced6
refs/heads/main
2023-06-14T11:14:33.356773
2021-07-06T21:06:07
2021-07-06T21:06:07
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,648
plantuml
@startuml skinparam defaultFontName "Comic Sans MS" header webrpg.pl title "diagram klas" left to right direction class "Player" { int id String nickname String hashedPassword String email List<Game> games .. konstruktor .. Player(int id) Player(String email, String password) .. static .. static String hashPassword(String password) .. gettery .. int getId() String getNickname() String getHashedPassword() String getEmail() List<Game> getGames() Game getGame(int id) .. settery .. String setNickname(String nickname) String setPassword(String password) String setEmail(String email) Game addGame(Game game) } note left of Player aplikacja zakłada działanie przez https, dlatego hasło może być hashowane dopiero po stronie serwera end note class "Game"{ int id Player gameMaster String name List<Player> players List<Character> characters .. konstruktor .. Game(int id) .. gettery .. int getId() Player getGM() String getName() List<Player> getPlayers() Player getPlayer(int id) List<Character> getCharacters() Character getCharacter() } class "Character"{ int id String name Player owner Game game .. konstruktor .. Character(Player owner, Game game) .. gettery .. int getId() String getName() Player getPlayer() Game getGame() } Player o-- "0...*" Game: contains Game o-- "0...*" Player: contains Game o-- "0...*" Character: contains Character o-- "1" Player: contains Character o-- "1" Game: contains @enduml
604bbad9f0bad05360f6646ccab5641fe4ff9037
8ca053d8759f400b0089aeafb451eeae76ad407f
/PoCs/ROv2/MCD.plantuml
6af3597da3e011c6d5212c1ec3cbee0aee1a80d2
[]
no_license
DecMaster/PoCNA17
272b275ed5761e88acc7df94967e933cf5aa47ba
a79025ed9d1b9f452d50d6d49be993b9e6104a45
refs/heads/master
2022-12-27T10:32:47.866873
2020-10-12T07:56:34
2020-10-12T07:56:34
303,318,190
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,276
plantuml
@startuml class Groupe{ thème : chaîne {key} description : chaîne compterMessages() : entier } abstract class Utilisateur{ mail : chaîne {key} resume : chaîne dateInscription : date {field}nationalité : chaîne(2) photo : chaîne } class Personne{ pseudo : chaîne {key} nom : chaine prenom : chaîne dateNaiss : date {field} sexe : genre employeur : chaîne competences[0..*] : chaîne } class Entreprise{ raisonSociale : chaine {key} adresse : chaine dateCréation : date siteWeb : chaîne catégorie : categorie } class Adresse{ num : string rue : string codePostal : string pays : string } note bottom of Utilisateur Un Utilisateur est soit une Personne, soit une Entreprise. end note class Message { datePublication : date contenu : chaîne } package "Enumerations" <<frame>> { enum categorie <<enumeration>> { MIC PME ETI GE } enum genre <<enumeration>>{ Homme Femme Autre } } Personne --|> Utilisateur Entreprise --|> Utilisateur Groupe *-- "*" Message Adresse "1" -* Entreprise Groupe "*" -- "*" Utilisateur : < rejoint Utilisateur "1" -- "*" "Message" : > écrit @enduml
7c49c17cb9b507e49e224acde6798fd900bb49a5
dc7e818604634049acfa4373a04b8ad2a676b845
/design-pattern/src/main/java/com/vilin/builder/improve/builer.puml
364cdbf6439531ff6cf47b601e18dcd56d3754ea
[]
no_license
guangyongluo/DesignPattern
47611c3e8196e783824cb4fc2030f81920450f40
3b16fcd5f4176f585df6a6e3f493dd2dcd8954c5
refs/heads/master
2022-07-18T01:01:03.273309
2021-02-05T01:54:49
2021-02-05T01:54:49
123,889,610
1
3
null
2022-06-21T04:14:14
2018-03-05T08:37:32
Java
UTF-8
PlantUML
false
false
502
puml
@startuml class House note right: 产品 abstract class HouseBuilder{ - house = new House(): House === + buildBasic(): void + buildWall(): void + roofed(): void + build(): House } House --* HouseBuilder class CommonHouse class HighBuilding HouseBuilder <|-- CommonHouse HouseBuilder <|-- HighBuilding class HouseDirector{ + houseBuilder() : HouseBuilder } HouseBuilder o-- HouseDirector class Client Client ..> HouseDirector Client ..> CommonHouse Client ..> HighBuilding @enduml
077ea333929db6678a93a73f1367b8e54bb29cc4
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedOrderSetLineItemPriceAction.puml
7fc4cb986b6c105e2a4393a58371a79dd27e176b
[]
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
539
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 StagedOrderSetLineItemPriceAction [[StagedOrderSetLineItemPriceAction.svg]] extends StagedOrderUpdateAction { action: String lineItemId: String lineItemKey: String externalPrice: [[Money.svg Money]] } interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] { action: String } @enduml
497262f21cc14214176a64802da91e0323776e17
307df87d346b7581e8fa29bf3f1cce8f2cce75f1
/src/main/resources/ISP1.puml
0869a06fc89acf11de40af586a1bb1f98c738e1a
[]
no_license
anant-pawar/training-principles
3893faa58f04b5154ccaa0a6fda58d7e5c14e763
42e08aad1f93852cd6845c2d6e41a22cd52c481d
refs/heads/master
2020-12-27T21:26:11.169106
2020-02-04T03:43:27
2020-02-04T03:43:27
238,062,657
0
0
null
2020-10-13T19:15:27
2020-02-03T21:09:19
Java
UTF-8
PlantUML
false
false
379
puml
@startuml interface PrinterScanner{ +void print(Document) +void scan(Document) } class SimplePrinter { +void print(Document) +void scan(Document) } note right: scan not implemented class SimplePrinterScanner { +void print(Document) +void scan(Document) } PrinterScanner <|..down SimplePrinter PrinterScanner <|..down SimplePrinterScanner @enduml
c67454fce424f7c194aac63cd40b67f50bcf1c6b
622c008212ad81846b9e5fbf6ac5ea98d4a442c9
/src/interpretor/cal.puml
22b95f7353f4addb493bc6ede5787b543dd536b5
[]
no_license
YangLiuQing-star/design-pattern
a6561cf5113128be355ec118807c2c0c6206bad7
2823c77e317a1de922142590166f784966f0b152
refs/heads/master
2022-12-27T21:23:56.249453
2020-10-13T13:49:25
2020-10-13T13:49:25
303,718,595
0
0
null
null
null
null
UTF-8
PlantUML
false
false
428
puml
@startuml title:解释器模式 abstract class Expression{ interpret():void } class VarExpresssion{ } class SymbolExpression{ } SymbolExpression --|> Expression VarExpresssion --|> Expression class SubExpression class AddExpression SubExpression --|> VarExpresssion AddExpression --|> VarExpresssion Expression --o SymbolExpression class Calculator Expression --o Calculator Class Client Client ..> Calculator @enduml
7a45e9ef9109c2899e87fafd20d68f3d38b80ad6
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CustomerAddStoreAction.puml
6153d4fd930db9bf9ddfcd6345c0d96fd8404bf6
[]
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
489
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 CustomerAddStoreAction [[CustomerAddStoreAction.svg]] extends CustomerUpdateAction { action: String store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]] } interface CustomerUpdateAction [[CustomerUpdateAction.svg]] { action: String } @enduml
b23d93def6a432468e03da3ad05b130bb47eab10
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/TypeSetDescriptionAction.puml
91c7d0fdf88819d6e4a28969bbf2a4d08719477d
[]
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
471
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 TypeSetDescriptionAction [[TypeSetDescriptionAction.svg]] extends TypeUpdateAction { action: String description: [[LocalizedString.svg LocalizedString]] } interface TypeUpdateAction [[TypeUpdateAction.svg]] { action: String } @enduml
42b9b098194bbdfd8c04cc4e700c3eca49fe0580
1c43e84d47c7164f9d7dab6b9354bf71568aefcf
/uml/Assignment4ClassDiagram.puml
85929825f304ac6b922efdf482b61ccde087796f
[]
no_license
carcmross/cross-cop3330-assignment4part2
4ce642810d50b5a324950557f39b818f22488897
16de72095ffa64f6db5569b7a0b7d70468bd0d79
refs/heads/master
2023-05-31T20:31:03.667611
2021-07-12T04:25:16
2021-07-12T04:25:16
383,925,761
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,646
puml
@startuml 'https://plantuml.com/class-diagram class ToDoListsManager { + main() + start() } class ToDoListsManagerController { - model: TaskListModel - selectedTask: Task - sortMode: boolean - toDoList: ObservableList - displayMode: String - newTaskTitle: TextField - newTaskDesc: TextField - newDueDate: TextField - taskView: TableView - viewOptions: ChoiceBox<String> - selectedList: ChoiceBox<String> - displayMode: String - newTaskDesc: TextField - newDueDate: TextField - taskView: TableView - taskColumn1: TableColumn - taskColumn2: TableColumn - taskColumn3: TableColumn - viewOptions: ChoiceBox<String> - sortByDateCheckBox: CheckBox + curDesc: String + curDueDate: String + getSelectedTask(): Task + setSelectedTask(Task) + generateErrors(String, String): boolean + taskAlreadyExists(String, ObservableList): boolean + taskMatchesOther(String, String, ObservableList): boolean + dateFormatWrong(String): boolean + inputIsBlank(String, String): boolean + descTooLong(String): boolean + tableIsEmpty(TableView): boolean + listIsEmpty(ObservableList): boolean + notGregorian(String): boolean + gregorianWarning() + displayInstructions() + initialize() + removeTaskButtonClicked() + editTaskButtonClicked() + saveSingleButtonClicked() + loadSingleButtonClicked() + addTaskButtonClicked() + viewButtonClicked() + clearButtonClicked() + getInstructions() + markButtonClicked() + sortBoxClicked() } class ToDoListsModel { + addNewTask(String, String, ObservableList) + changeView(String, ObservableList, TableView): ObservableList + editTask(String, String, String, ObservableList) + deleteTask(String, ObservableList) + loadList(File) + saveList(String) + generateSaveOutput(ObservableList): String + writeToFile(File, String) + wrapIfLong(String): String + clearList(ObservableList) + sortList(ObservableList, boolean): ObservableList } class Task { - description: String - due_date: String - completed: String } class EditTaskManagerController { + tempDesc: String + tempDueDate: String - submitButton: Button - editedDesc: TextField - editedDueDate: TextField + openEditWindow(String, String) + submitChangesButtonClicked(ActionEvent) + initialize(URL, ResourceBundle) } ToDoListsManager -- ToDoListsManagerController EditTaskManagerController - ToDoListsManagerController ToDoListsManagerController *--> ToDoListsModel ToDoListsModel *--> Task @enduml
4f3c97a73242e9773e631b600e70771405366d6d
c3287e91ce0ebce396cd3966de3d2f7d90131c20
/Plantuml/Common/Logging/LogHelper.puml
50734d18e6ce260b87062fa3821e8c13bb64be42
[]
no_license
kretmatt/SWE2-Tourplanner
497ec2e888112bd3d67a0f2b97e7c1e8e0348371
f064500ae5b913b00671f358a586011affcdaf00
refs/heads/main
2023-05-12T11:48:29.605417
2021-06-06T21:53:11
2021-06-06T21:53:11
341,115,114
0
0
null
null
null
null
UTF-8
PlantUML
false
false
197
puml
@startuml class LogHelper { - LogHelper(filename:string) + {static} GetLogHelper() : LogHelper + GetLogger(filename:string) : log4net.ILog } LogHelper --> "logHelper" LogHelper @enduml
c91c1cb320a3bf2076016b8d9308d54f5c61fbcc
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CustomObjectReference.puml
31a1ae031c5b78f4f59961acbfac758fc65c6efd
[]
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
526
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 CustomObjectReference [[CustomObjectReference.svg]] extends Reference { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String obj: [[CustomObject.svg CustomObject]] } interface Reference [[Reference.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String } @enduml
373629df87ccd4685b306187520e0adb94cd9b02
0d966cf37eeceb83dfd28a6cb9b0f086e2f0229a
/src/main/java/ex46/App.puml
a30abcc6f081708326cb6d88947edf56acbbd701
[]
no_license
lcorona26/corona-cop3330-assignment3
dac0104b43922c4787af4bf8ef530b1c3e585fde
cc2817ea60cf7362832cb048cc04db6f460585ac
refs/heads/master
2023-06-02T18:43:44.131894
2021-06-20T18:39:26
2021-06-20T18:39:26
378,716,181
0
0
null
null
null
null
UTF-8
PlantUML
false
false
201
puml
@startuml class App{ void printOutput() ArrayList<String> parseFile() } class Data{ ArrayList<String> getWord() TreeMap<String, Integer> getCount() } App <|-- Data Data <|-- App @enduml
3ef0327f948a806548026ab91c0f6464a6f4e353
96874e0e3f9711f63256e620f7e83d6c24addc40
/T4 - Sara/plantuml/Utilitario.puml
1629e5d0cbc2a2bd2514ea1848e7a13fb14fcbf9
[]
no_license
sarahelenargthss/LudoOpenGL
d61bf926e3e5f14695cba7681b5704c037560dc3
7112a5c8facf2ee60a3b9d0a1161e03d23bb4422
refs/heads/main
2023-02-04T22:39:57.249310
2020-12-22T00:11:23
2020-12-22T00:11:23
323,476,001
0
0
null
null
null
null
UTF-8
PlantUML
false
false
85
puml
@startuml abstract class Utilitario { + {static} AjudaTeclado() : void } @enduml
230b272818bbc3395952da6cb33101843bdce522
64c8dacb32731ce02a24ccd7f4f71da2dabc86e3
/Module08_Heritage/POOI_Heritage_CompteBancaireSansAbstraction/plantuml/include.puml
d6ebd92f1b7de172d4f66a4954f9c91a02405bb5
[ "CC0-1.0" ]
permissive
Mouadh-1994770/420-W20-SF
0233d6e99d48dea14068db093686507c878892fb
a066b8b1fdcc4cb07f7c274b6aa3c479aee6d505
refs/heads/master
2022-12-21T19:44:13.247779
2020-06-02T03:21:28
2020-06-02T03:21:28
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,759
puml
@startuml class ExecutionTransaction { + Solde : decimal <<get>> + ExecutionTransaction(p_transaction:Transaction, p_solde:decimal) + <<const>> LARGEUR_SOLDE : int = 20 + <<sealed>> <<override>> ToString() : string + {static} LigneIntersectionTransaction : string <<get>> + {static} EnteteTransaction : string <<get>> } ExecutionTransaction --> "Transaction" Transaction class Program { {static} Main(args:string[]) : void } class StringExtensions <<static>> { + {static} PadBoth(p_str:string, p_length:int) : string } class Transaction { + Transaction(p_typeTransaction:TypeTransaction, p_montant:decimal, p_description:string) + Description : string <<get>> + Montant : decimal <<get>> + <<sealed>> <<override>> ToString() : string + <<const>> LARGEUR_DESCRIPTION : int = 40 + <<const>> LARGEUR_TYPE : int = 6 + <<const>> LARGEUR_MONTANT : int = 15 + {static} LigneIntersectionTransaction : string <<get>> + {static} EnteteTransaction : string <<get>> } Transaction --> "Type" TypeTransaction class TransactionInteret { + TransactionInteret(p_montant:decimal) } Transaction <|-- TransactionInteret class TransactionFrais { + TransactionFrais(p_montant:decimal) } Transaction <|-- TransactionFrais enum TypeTransaction { DEBIT, CREDIT, } class TransactionRetrait { + TransactionRetrait(p_montant:decimal) } Transaction <|-- TransactionRetrait class TransactionDepot { + TransactionDepot(p_montant:decimal) } Transaction <|-- TransactionDepot class CompteAvecMargeCredit { + <<override>> Description : string <<get>> = "Compte avec marge de crédit" + <<const>> FRAIS_TRANSACTION : decimal = 0.25m + <<const>> TAUX_INTERET : decimal = 0.05m + CompteAvecMargeCredit() + CompteAvecMargeCredit(p_solde:decimal) + <<override>> Deposer(p_montant:decimal) : void + <<override>> Retirer(p_montant:decimal) : void } CompteBancaire <|-- CompteAvecMargeCredit class CompteAInteret { + <<const>> FRAIS_TRANSACTION : decimal = 0.25m + <<override>> Description : string <<get>> = "Compte à intérêt" + CompteAInteret() + CompteAInteret(p_solde:decimal) } CompteBancaire <|-- CompteAInteret class CompteBancaire { + Solde : decimal <<get>> + <<virtual>> Description : string <<get>> = "Compte général" + CompteBancaire() + CompteBancaire(p_solde:decimal) + <<virtual>> Retirer(p_montant:decimal) : void + <<virtual>> Deposer(p_montant:decimal) : void + AfficherHistoriqueCompte() : void + <<const>> LARGEUR_NUMERO_LIGNE : int = 5 + {static} LigneIntersectionTransaction : string <<get>> + {static} EnteteTransaction : string <<get>> + <<sealed>> <<override>> ToString() : string } @enduml
46a3c5db552582ddb4212e00ba2e3455f15200bf
9bcd4da5e5454922139d0afefc782a997988ad1f
/docs/SprintB/US/US10/US10_MD.puml
8b4bc2b9aae8130168d4bde0f27bf42ff1341621
[ "MIT" ]
permissive
wjacoud/DynaByte
13f042b210f17830aa3eb31558d3f83d587ab436
3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3
refs/heads/main
2023-08-27T09:20:01.825322
2021-11-11T17:15:05
2021-11-11T17:15:05
427,082,047
0
0
null
null
null
null
UTF-8
PlantUML
false
false
869
puml
@startuml hide methods left to right direction skinparam classAttributeIconSize 0 class ClinicalAnalysisLaboratory{ -idLaboratory -name -address -phoneNumber -tin -testType } class Platform{ -designation } class Employee{ -name -function -phoneNumber -email -address } class Administrator{ -idEmployee -soc } class ParametersCategory{ -code -name } class Parameter{ -code -name -description } ClinicalAnalysisLaboratory "1" -- "*" Parameter : capable of analysing > ParametersCategory "*" -- "1" Administrator : created by > Administrator "1" -- "*" Employee : is > ClinicalAnalysisLaboratory "1" -- "*" ParametersCategory : adopts > Administrator "1" -- "*" Parameter : create > Parameter "*" -- "1" ParametersCategory : presented under > Employee "*" -- "1" Platform : uses > @enduml
76eaaddea2bbd015b313f321d4378cf8fa599dee
9e2bad8a08fad0b5995468f3b2008c6e62c96376
/plantuml/ReactProject.Application/Activities/Delete.puml
af341424490248169501811ae78cde183f21c736
[]
no_license
mrady9280/ReactProject
6b487031ac17b3c0cc5eef7af00e5ddf403ddd47
1e287b9677dbbaf686b4b22e98399333f713c6a2
refs/heads/master
2022-12-10T19:47:18.886064
2020-03-26T03:29:40
2020-03-26T03:29:40
248,903,137
0
0
null
2022-12-08T10:00:03
2020-03-21T03:58:40
C#
UTF-8
PlantUML
false
false
356
puml
@startuml class Delete { } class Command { } class Handler { + Handler(context:DataContext) + <<async>> Handle(request:Command, cancellationToken:CancellationToken) : Task<Unit> } class "IRequestHandler`1"<T> { } Delete +-- Command IRequest <|-- Command Command --> "Id" Guid Delete +-- Handler "IRequestHandler`1" "<Command>" <|-- Handler @enduml
9da2dba2021bed1a9501e37e925ea80a4de0e941
432ffc72729015315a78ac6d9d0f9f1e1fefe2b9
/merevis-file-info-manager/src/test/doc/testcase1/testcase1class.puml
98bac8bf3234411f2b9506dfe491b1587c4b6201
[]
no_license
Higman/merevis
637274f5a955176fb21484dbe891afc3f0d3a087
1988e2f589d653230250cdcea5696ed685ef2db5
refs/heads/master
2021-03-10T08:59:43.335929
2020-03-24T03:31:11
2020-03-24T03:31:11
246,441,002
0
0
null
null
null
null
UTF-8
PlantUML
false
false
481
puml
@startuml package aaa { class AAA { +a1: int +a2: int +a3: int[] ~a4: double -a5: BBB } package bbb { class BBB { # b(): int[] } package ccc { class EEE } class CCC2 class CCC << (C,#FFB6C1) public >> class DDD { ~ d(): int ~ ddd(int, double, BBB, int...): double } } } @enduml
58e9fa70ef74833e7f6e69e160150bab47370389
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Accessors/DataTransferObjects/ShippingResult.puml
f5e8e2526e8b5fd0266aff7b26987c59271a8f2b
[ "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
254
puml
@startuml class ShippingResult { + Success : bool <<get>> <<set>> + ErrorCode : int <<get>> <<set>> + ErrorMessage : string <<get>> <<set>> + ShippingProvider : string <<get>> <<set>> + TrackingCode : string <<get>> <<set>> } @enduml
f87181521c73391113a940b57236a502bf50ee23
89b5472b4f2bc7e500a1f6cd167f90c24910c968
/app/sampledata/ClassDiagram.puml
0e94e20cfb3d962acb3aabdc041fa1412c5408d3
[]
no_license
lioneldg/Todoc
6e766277f1cccf1ba0312305295ce2e78ac86186
a7b2bfe63120f8283008d3bf095fac5b61c6d5ae
refs/heads/master
2023-04-06T22:33:16.410123
2021-04-02T13:49:19
2021-04-02T13:49:19
338,304,580
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,946
puml
@startuml 'https://plantuml.com/class-diagram package app.java.com.cleanup.todoc.database { AppDatabase --> TaskDao AppDatabase --> ProjectDao } package app.java.com.cleanup.todoc.model { Project <-up- ProjectDao Task <-up- TaskDao Task -* TaskAZComparator Task --* TaskZAComparator Task --* TaskRecentComparator Task --* TaskOldComparator Task -up-> Project } package app.java.com.cleanup.todoc.repository { ProjectDataRepository --> ProjectDao TaskDataRepository --> TaskDao } package app.java.com.cleanup.todoc.ui { TasksAdapter --> Task TasksAdapter -right-* DeleteTaskListener TasksAdapter ..> TaskViewHolder TasksAdapter --* TaskViewHolder TaskViewHolder -up-> DeleteTaskListener MainActivity ..> TasksAdapter MainActivity -right-* SortMethod MainActivity .left.> Task MainActivity --> Project } package "app.java.com.cleanup.todoc.viewmodel"{ TaskViewModel -> TaskDataRepository TaskViewModel -> ProjectDataRepository ViewModelFactory ..> TaskViewModel ViewModelFactory -> TaskDataRepository ViewModelFactory -> ProjectDataRepository Injection --> AppDatabase Injection .> TaskDataRepository Injection .> ProjectDataRepository Injection -> TaskDataRepository Injection -> ProjectDataRepository Injection ..> ViewModelFactory TaskViewModel <.. MainActivity ViewModelFactory <-- MainActivity Injection <-- MainActivity } class MainActivity { - allProjects : List<Project> - tasks : ArrayList<Task> - adapter : TasksAdapter - sortMethod : SortMethod + dialog : AlertDialog - dialogEditText : EditText - dialogSpinner : Spinner - listTasks : RecyclerView - lblNoTasks : TextView - taskViewModel : TaskViewModel + onCreate( savedInstanceState : Bundle ) : void + onCreateOptionsMenu( menu : Menu ) : boolean + onOptionsItemSelected( item : MenuItem ) : boolean + onDeleteTask( task : Task ) : void - onPositiveButtonClick( dialogInterface : DialogInterface ) : void - configureRVTasks() : void - showAddTaskDialog() : void - addTask( task : Task ) : void - updateTasks() : void - getAddTaskDialog() : AlertDialog - populateDialogSpinner() : void - configureViewModel() : void - getAllProjects() : void - getAllTasks() : void - updateProjectsList(projects : List<Project>) : void - updateTasksList(tasks : List<Task>) : void } enum SortMethod { ALPHABETICAL, ALPHABETICAL_INVERTED, RECENT_FIRST, OLD_FIRST, NONE } class Project { - id : long - name : String - color : int - Project( id : long, name : String, color : int) + {static} getAllProjects() : Project[] + {static} getProjectById( id : long ) : Project + getId() : long + getName() : String + getColor() : int + toString() : String } class Task { - id : long - projectId : long - name : String - creationTimesStamp : long + Task( projectId : long, name : String, creationTimesStamp : long ) + getId() : long + setId( id : long ) : void + getProjectId() : long + setProjectId( projectId : long ) : void + getProject() : Project + getName() : String + setName( name : String ) : void + setCreationTimestamp( creationTimestamp : long ) : void + getCreationTimestamp() : long } class TaskAZComparator <implements Comparator<Task>>{ + {static} compare( left : Task, right : Task ) : int } class TaskZAComparator <implements Comparator<Task>>{ + {static} compare( left : Task, right : Task ) : int } class TaskRecentComparator <implements Comparator<Task>>{ + {static} compare( left : Task, right : Task ) : int } class TaskOldComparator <implements Comparator<Task>>{ + {static} compare( left : Task, right : Task ) : int } class TasksAdapter <extends RecyclerView.Adapter<TasksAdapter.TaskViewHolder>>{ - tasks : List<Task> - deleteTaskListener : DeleteTaskListener TasksAdapter( tasks : List<Task>, deleteTaskListener : DeleteTaskListener ) + updateTasks( tasks : List<Task> ) : void + onCreateViewHolder( viewGroup : ViewGroup, viewType : int ) : TaskViewHolder + onBindViewHolder( taskViewHolder : TaskViewHolder, position : int ) : void + getItemCount() : int } interface DeleteTaskListener { + onDeleteTask(task : Task) : void } class TaskViewHolder <extends RecyclerView.ViewHolder> { - imgProject : AppCompatImageView - lblTaskName : TextView - lblProjectName : TextView - imgDelete : AppCompatImageView - deleteTaskListener : DeleteTaskListener - TaskViewHolder( itemView : View, deleteTaskListener : DeleteTaskListener ) - bind( task : Task) : void } class TaskDataRepository { - taskDao : TaskDao + TaskDataRepository(taskDao : TaskDao) + createTask( task : Task ) : void + getAllTasks() : LiveData<List<Task>> + deleteTask( task : Task ) : void } class ProjectDataRepository { - projectDao : ProjectDao + ProjectDataRepository( projectDao : ProjectDao ) + getAllProjects() : LiveData<List<Project>> } interface TaskDao { + addTask( task : Task ) : long + getAllTasks() : LiveData<List<Task>> + deleteTask( id : long ) : void } interface ProjectDao { + getAllProjects() : LiveData<List<Project>> } class ViewModelFactory <implements ViewModelProvider.Factory> { - taskDataRepository : TaskDataRepository - projectDataRepository : ProjectDataRepository - executor : Executor + ViewModelFactory( taskDataRepository : TaskDataRepository, projectDataRepository : ProjectDataRepository, executor : Executor) + create( modelClass : Class<T> ) : <T extends ViewModel> T } abstract class AppDatabase <extends RoomDatabase> { - {static volatile} INSTANCE : AppDatabase + abstract taskDao() : TaskDao + abstract projectDao() : ProjectDao + {static} getInstance(Context context) : AppDatabase - {static} prepopulateDatabase() : Callback } class TaskViewModel <extends ViewModel> { - taskDataSource : TaskDataRepository - projectDataSource : ProjectDataRepository - executor : Executor - allProjects : LiveData<List<Project>> - allTasks : LiveData<List<Task>> + TaskViewModel( taskDataSource : TaskDataRepository, projectDataSource : ProjectDataRepository, executor : Executor) + init() : void + getAllProjects() : LiveData<List<Project>> + getAllTasks() : LiveData<List<Task>> + createTask( task : Task ) : void + deleteTask( task : Task) : void } class Injection { + {static} provideTaskDataSource( context : Context ) : TaskDataRepository + {static} provideProjectDataSource( context : Context ) : ProjectDataRepository + {static} provideExecutor() : Executor + {static} provideViewModelFactory( context : Context ) : ViewModelFactory } @enduml
06ebd09325b40a72864d870f60b3c89469a404db
b615d963ae1cfa22289775c561dd073b55a71ebd
/docs/uml-class-diagrams/admin/helper/TrackData/TrackData.puml
778b6ca72138e17c545fe90044881e08eb4fc6dc
[]
no_license
elilley15/csi-3370-software-project
8062dddf435ab0c7941acdf03225f84c18457947
d2642cf649dabeafd6d9753c483b9df265d85118
refs/heads/main
2023-01-18T15:48:03.237629
2020-11-28T21:24:10
2020-11-28T21:24:10
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
729
puml
@startuml TrackData package edu.oakland.helper.admin { class TrackData { - boolean validData - float courseDirection - float speed - LocationDataPoint[] points - String statusMessage + TrackData(LocationDataPoint[] points) + TrackData(LocationDataPoint[] points, float courseDirection, float speed) + boolean isValidTrackData() + float getCourseDirection() + float getSpeed() + LocationDataPoint[] getLocationDataPoints() + String getStatusMessage() + void setStatusMessage(String statusMessage) - boolean speedIsValid(float speed) - boolean courseDirectionIsValid(float courseDirection) } } @enduml
b4e1d811e521c8f5a3684c12015fbee508965f51
78ec296afa7a46d7852b6e8ee3512dc6152fb272
/src/main/java/oop/assignment3/ex45/base/ex45.puml
b6953e01d5371584e5623d50b522aca66bd156b7
[]
no_license
yuuniper/yu-cop3330-assignment3
891b9336d9dc8913958c8dc72aa85f82a28e1e08
698635b9da59ce7796b5e58eef6ac00db82d2c4f
refs/heads/master
2023-06-03T04:17:58.304969
2021-06-21T03:24:01
2021-06-21T03:24:01
378,794,730
0
0
null
null
null
null
UTF-8
PlantUML
false
false
323
puml
@startuml 'https://plantuml.com/class-diagram Solution45 *-- SwapWords class Solution45 { String outputName +getInput(String prompt) } class SwapWords{ ArrayList<String> input int counter +readInput() +comparator(ArrayList<String> input, BufferedReader br) +getOutput(ArrayList<String> input, String outputName) } @enduml
dc31c6a95f8158b1af262fc1da4c33cbe5087fec
dceede6e0ffcfdf6fbb800429d0233eb108fb71b
/src/main/java/DesignPatterns/StructuralType/Proxy/CGLibProxy/CGLibProxy.puml
0fb2eee676da6cdc183642573f5b4f144fbf9d02
[]
no_license
GitHub-yuteng/LearningNotes
543ccda372e0d4498eba9245848059f64b3966c9
7a37bc8a33190526fa0a6cca5376651ac434f8c4
refs/heads/master
2022-12-22T14:05:05.590359
2022-04-27T00:36:30
2022-04-27T00:36:30
200,153,900
2
0
null
2022-12-16T04:25:16
2019-08-02T02:53:39
Java
UTF-8
PlantUML
false
false
374
puml
@startuml class TeacherDao { public void teach() public String write(String name) } class ProxyFactory implements MethodInterceptor { private Object target; public ProxyFactory(Object target) public Object getProxyInstance() public Object intercept() } class Client { TeacherDao target; TeacherDao proxyInstance; } TeacherDao <.. Client ProxyFactory <.. Client @enduml
749ef5d8bb05b7f66e5bad88969bfeaa213fa936
d675711b09046be3dcd791b22462515f2f4d50bf
/src/prueba.puml
dc06f7dfcf9d0e3d23289ba9c543f21b5d4c394d
[]
no_license
DiegoRamosLagos/biblioteca-juegos
929ea04d8e438aeac34b8a7409d42b4e4971f01c
e4e5a3027f9332fc23e697231ecc35952bb9114f
refs/heads/master
2022-09-05T05:31:25.736221
2020-05-28T02:40:13
2020-05-28T02:40:13
265,975,552
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,323
puml
@startuml class main{ + {static} void main(String[] args) } class Controlador { Jugador sesion = null - List<Jugador> jugadores + void iniciarSesion(String nombreUsuario) + void cerrarSesion() + void nuevoJugador(String email, String nombreUsuario) + void agregarJuego(String nombre, String descripcion) + void jugar() + String datosSesionActual() } Class Juego{ - String nombre - String descripcion - Date fechaAdquisición - Jugador jugador + Juego(String nombre, String descripcion) + String getNombre() + void setNombre(String nombre) + String getDescripcion() + void setDescripcion(String descripcion) + Date getFechaAdquisición() + void setFechaAdquisición(Date fechaAdquisición) + String toString() } class Jugador { - String email - String nombreUsuario - List<Juego> juegos + Jugador(String email, String nombreUsuario) + String getEmail() + void setEmail(String email) + String getNombreUsuario() + void setNombreUsuario(String nombreUsuario) + List<Juego> getJuegos() + void setJuegos(List<Juego> juegos) + void agregarJuego(Juego juego) + String toString() } Juego "*" -- "1" Jugador : pertenecer main --> Controlador : utilizar Controlador --> Jugador : manejar @enduml
363cda79d58e90fc42eca50a91d06faf21119422
6631f2c7a4b3fcde26546ab707faf8a2fa56b160
/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/design/design.plantuml
bb79ad16a038136c79e64625f7268d672ce32d7e
[]
no_license
DeniE46/iMet-raywenderlich-
a051175bbb549f111f6597e0cd9d4f8064ad14c9
698820ae72707421f5febaa4987428a258153660
refs/heads/master
2020-04-10T21:44:21.743382
2019-05-17T10:02:18
2019-05-17T10:02:18
161,305,177
0
0
null
null
null
null
UTF-8
PlantUML
false
false
103,691
plantuml
@startuml title __DESIGN's Class Diagram__\n package android.support.design { class R { - R() } } package android.support.design { class anim { {static} + abc_fade_in : int {static} + abc_fade_out : int {static} + abc_grow_fade_in_from_bottom : int {static} + abc_popup_enter : int {static} + abc_popup_exit : int {static} + abc_shrink_fade_out_from_bottom : int {static} + abc_slide_in_bottom : int {static} + abc_slide_in_top : int {static} + abc_slide_out_bottom : int {static} + abc_slide_out_top : int {static} + abc_tooltip_enter : int {static} + abc_tooltip_exit : int {static} + design_bottom_sheet_slide_in : int {static} + design_bottom_sheet_slide_out : int {static} + design_snackbar_in : int {static} + design_snackbar_out : int - anim() } } package android.support.design { class animator { {static} + design_appbar_state_list_animator : int - animator() } } package android.support.design { class attr { {static} + actionBarDivider : int {static} + actionBarItemBackground : int {static} + actionBarPopupTheme : int {static} + actionBarSize : int {static} + actionBarSplitStyle : int {static} + actionBarStyle : int {static} + actionBarTabBarStyle : int {static} + actionBarTabStyle : int {static} + actionBarTabTextStyle : int {static} + actionBarTheme : int {static} + actionBarWidgetTheme : int {static} + actionButtonStyle : int {static} + actionDropDownStyle : int {static} + actionLayout : int {static} + actionMenuTextAppearance : int {static} + actionMenuTextColor : int {static} + actionModeBackground : int {static} + actionModeCloseButtonStyle : int {static} + actionModeCloseDrawable : int {static} + actionModeCopyDrawable : int {static} + actionModeCutDrawable : int {static} + actionModeFindDrawable : int {static} + actionModePasteDrawable : int {static} + actionModePopupWindowStyle : int {static} + actionModeSelectAllDrawable : int {static} + actionModeShareDrawable : int {static} + actionModeSplitBackground : int {static} + actionModeStyle : int {static} + actionModeWebSearchDrawable : int {static} + actionOverflowButtonStyle : int {static} + actionOverflowMenuStyle : int {static} + actionProviderClass : int {static} + actionViewClass : int {static} + activityChooserViewStyle : int {static} + alertDialogButtonGroupStyle : int {static} + alertDialogCenterButtons : int {static} + alertDialogStyle : int {static} + alertDialogTheme : int {static} + allowStacking : int {static} + alpha : int {static} + alphabeticModifiers : int {static} + arrowHeadLength : int {static} + arrowShaftLength : int {static} + autoCompleteTextViewStyle : int {static} + autoSizeMaxTextSize : int {static} + autoSizeMinTextSize : int {static} + autoSizePresetSizes : int {static} + autoSizeStepGranularity : int {static} + autoSizeTextType : int {static} + background : int {static} + backgroundSplit : int {static} + backgroundStacked : int {static} + backgroundTint : int {static} + backgroundTintMode : int {static} + barLength : int {static} + behavior_autoHide : int {static} + behavior_hideable : int {static} + behavior_overlapTop : int {static} + behavior_peekHeight : int {static} + behavior_skipCollapsed : int {static} + borderWidth : int {static} + borderlessButtonStyle : int {static} + bottomSheetDialogTheme : int {static} + bottomSheetStyle : int {static} + buttonBarButtonStyle : int {static} + buttonBarNegativeButtonStyle : int {static} + buttonBarNeutralButtonStyle : int {static} + buttonBarPositiveButtonStyle : int {static} + buttonBarStyle : int {static} + buttonGravity : int {static} + buttonIconDimen : int {static} + buttonPanelSideLayout : int {static} + buttonStyle : int {static} + buttonStyleSmall : int {static} + buttonTint : int {static} + buttonTintMode : int {static} + checkboxStyle : int {static} + checkedTextViewStyle : int {static} + closeIcon : int {static} + closeItemLayout : int {static} + collapseContentDescription : int {static} + collapseIcon : int {static} + collapsedTitleGravity : int {static} + collapsedTitleTextAppearance : int {static} + color : int {static} + colorAccent : int {static} + colorBackgroundFloating : int {static} + colorButtonNormal : int {static} + colorControlActivated : int {static} + colorControlHighlight : int {static} + colorControlNormal : int {static} + colorError : int {static} + colorPrimary : int {static} + colorPrimaryDark : int {static} + colorSwitchThumbNormal : int {static} + commitIcon : int {static} + contentDescription : int {static} + contentInsetEnd : int {static} + contentInsetEndWithActions : int {static} + contentInsetLeft : int {static} + contentInsetRight : int {static} + contentInsetStart : int {static} + contentInsetStartWithNavigation : int {static} + contentScrim : int {static} + controlBackground : int {static} + coordinatorLayoutStyle : int {static} + counterEnabled : int {static} + counterMaxLength : int {static} + counterOverflowTextAppearance : int {static} + counterTextAppearance : int {static} + customNavigationLayout : int {static} + defaultQueryHint : int {static} + dialogPreferredPadding : int {static} + dialogTheme : int {static} + displayOptions : int {static} + divider : int {static} + dividerHorizontal : int {static} + dividerPadding : int {static} + dividerVertical : int {static} + drawableSize : int {static} + drawerArrowStyle : int {static} + dropDownListViewStyle : int {static} + dropdownListPreferredItemHeight : int {static} + editTextBackground : int {static} + editTextColor : int {static} + editTextStyle : int {static} + elevation : int {static} + errorEnabled : int {static} + errorTextAppearance : int {static} + expandActivityOverflowButtonDrawable : int {static} + expanded : int {static} + expandedTitleGravity : int {static} + expandedTitleMargin : int {static} + expandedTitleMarginBottom : int {static} + expandedTitleMarginEnd : int {static} + expandedTitleMarginStart : int {static} + expandedTitleMarginTop : int {static} + expandedTitleTextAppearance : int {static} + fabCustomSize : int {static} + fabSize : int {static} + fastScrollEnabled : int {static} + fastScrollHorizontalThumbDrawable : int {static} + fastScrollHorizontalTrackDrawable : int {static} + fastScrollVerticalThumbDrawable : int {static} + fastScrollVerticalTrackDrawable : int {static} + font : int {static} + fontFamily : int {static} + fontProviderAuthority : int {static} + fontProviderCerts : int {static} + fontProviderFetchStrategy : int {static} + fontProviderFetchTimeout : int {static} + fontProviderPackage : int {static} + fontProviderQuery : int {static} + fontStyle : int {static} + fontWeight : int {static} + foregroundInsidePadding : int {static} + gapBetweenBars : int {static} + goIcon : int {static} + headerLayout : int {static} + height : int {static} + hideOnContentScroll : int {static} + hintAnimationEnabled : int {static} + hintEnabled : int {static} + hintTextAppearance : int {static} + homeAsUpIndicator : int {static} + homeLayout : int {static} + icon : int {static} + iconTint : int {static} + iconTintMode : int {static} + iconifiedByDefault : int {static} + imageButtonStyle : int {static} + indeterminateProgressStyle : int {static} + initialActivityCount : int {static} + insetForeground : int {static} + isLightTheme : int {static} + itemBackground : int {static} + itemIconTint : int {static} + itemPadding : int {static} + itemTextAppearance : int {static} + itemTextColor : int {static} + keylines : int {static} + layout : int {static} + layoutManager : int {static} + layout_anchor : int {static} + layout_anchorGravity : int {static} + layout_behavior : int {static} + layout_collapseMode : int {static} + layout_collapseParallaxMultiplier : int {static} + layout_dodgeInsetEdges : int {static} + layout_insetEdge : int {static} + layout_keyline : int {static} + layout_scrollFlags : int {static} + layout_scrollInterpolator : int {static} + listChoiceBackgroundIndicator : int {static} + listDividerAlertDialog : int {static} + listItemLayout : int {static} + listLayout : int {static} + listMenuViewStyle : int {static} + listPopupWindowStyle : int {static} + listPreferredItemHeight : int {static} + listPreferredItemHeightLarge : int {static} + listPreferredItemHeightSmall : int {static} + listPreferredItemPaddingLeft : int {static} + listPreferredItemPaddingRight : int {static} + logo : int {static} + logoDescription : int {static} + maxActionInlineWidth : int {static} + maxButtonHeight : int {static} + measureWithLargestChild : int {static} + menu : int {static} + multiChoiceItemLayout : int {static} + navigationContentDescription : int {static} + navigationIcon : int {static} + navigationMode : int {static} + numericModifiers : int {static} + overlapAnchor : int {static} + paddingBottomNoButtons : int {static} + paddingEnd : int {static} + paddingStart : int {static} + paddingTopNoTitle : int {static} + panelBackground : int {static} + panelMenuListTheme : int {static} + panelMenuListWidth : int {static} + passwordToggleContentDescription : int {static} + passwordToggleDrawable : int {static} + passwordToggleEnabled : int {static} + passwordToggleTint : int {static} + passwordToggleTintMode : int {static} + popupMenuStyle : int {static} + popupTheme : int {static} + popupWindowStyle : int {static} + preserveIconSpacing : int {static} + pressedTranslationZ : int {static} + progressBarPadding : int {static} + progressBarStyle : int {static} + queryBackground : int {static} + queryHint : int {static} + radioButtonStyle : int {static} + ratingBarStyle : int {static} + ratingBarStyleIndicator : int {static} + ratingBarStyleSmall : int {static} + reverseLayout : int {static} + rippleColor : int {static} + scrimAnimationDuration : int {static} + scrimVisibleHeightTrigger : int {static} + searchHintIcon : int {static} + searchIcon : int {static} + searchViewStyle : int {static} + seekBarStyle : int {static} + selectableItemBackground : int {static} + selectableItemBackgroundBorderless : int {static} + showAsAction : int {static} + showDividers : int {static} + showText : int {static} + showTitle : int {static} + singleChoiceItemLayout : int {static} + spanCount : int {static} + spinBars : int {static} + spinnerDropDownItemStyle : int {static} + spinnerStyle : int {static} + splitTrack : int {static} + srcCompat : int {static} + stackFromEnd : int {static} + state_above_anchor : int {static} + state_collapsed : int {static} + state_collapsible : int {static} + statusBarBackground : int {static} + statusBarScrim : int {static} + subMenuArrow : int {static} + submitBackground : int {static} + subtitle : int {static} + subtitleTextAppearance : int {static} + subtitleTextColor : int {static} + subtitleTextStyle : int {static} + suggestionRowLayout : int {static} + switchMinWidth : int {static} + switchPadding : int {static} + switchStyle : int {static} + switchTextAppearance : int {static} + tabBackground : int {static} + tabContentStart : int {static} + tabGravity : int {static} + tabIndicatorColor : int {static} + tabIndicatorHeight : int {static} + tabMaxWidth : int {static} + tabMinWidth : int {static} + tabMode : int {static} + tabPadding : int {static} + tabPaddingBottom : int {static} + tabPaddingEnd : int {static} + tabPaddingStart : int {static} + tabPaddingTop : int {static} + tabSelectedTextColor : int {static} + tabTextAppearance : int {static} + tabTextColor : int {static} + textAllCaps : int {static} + textAppearanceLargePopupMenu : int {static} + textAppearanceListItem : int {static} + textAppearanceListItemSecondary : int {static} + textAppearanceListItemSmall : int {static} + textAppearancePopupMenuHeader : int {static} + textAppearanceSearchResultSubtitle : int {static} + textAppearanceSearchResultTitle : int {static} + textAppearanceSmallPopupMenu : int {static} + textColorAlertDialogListItem : int {static} + textColorError : int {static} + textColorSearchUrl : int {static} + theme : int {static} + thickness : int {static} + thumbTextPadding : int {static} + thumbTint : int {static} + thumbTintMode : int {static} + tickMark : int {static} + tickMarkTint : int {static} + tickMarkTintMode : int {static} + tint : int {static} + tintMode : int {static} + title : int {static} + titleEnabled : int {static} + titleMargin : int {static} + titleMarginBottom : int {static} + titleMarginEnd : int {static} + titleMarginStart : int {static} + titleMarginTop : int {static} + titleMargins : int {static} + titleTextAppearance : int {static} + titleTextColor : int {static} + titleTextStyle : int {static} + toolbarId : int {static} + toolbarNavigationButtonStyle : int {static} + toolbarStyle : int {static} + tooltipForegroundColor : int {static} + tooltipFrameBackground : int {static} + tooltipText : int {static} + track : int {static} + trackTint : int {static} + trackTintMode : int {static} + useCompatPadding : int {static} + viewInflaterClass : int {static} + voiceIcon : int {static} + windowActionBar : int {static} + windowActionBarOverlay : int {static} + windowActionModeOverlay : int {static} + windowFixedHeightMajor : int {static} + windowFixedHeightMinor : int {static} + windowFixedWidthMajor : int {static} + windowFixedWidthMinor : int {static} + windowMinWidthMajor : int {static} + windowMinWidthMinor : int {static} + windowNoTitle : int - attr() } } package android.support.design { class bool { {static} + abc_action_bar_embed_tabs : int {static} + abc_allow_stacked_button_bar : int {static} + abc_config_actionMenuItemAllCaps : int {static} + abc_config_showMenuShortcutsWhenKeyboardPresent : int - bool() } } package android.support.design { class color { {static} + abc_background_cache_hint_selector_material_dark : int {static} + abc_background_cache_hint_selector_material_light : int {static} + abc_btn_colored_borderless_text_material : int {static} + abc_btn_colored_text_material : int {static} + abc_color_highlight_material : int {static} + abc_hint_foreground_material_dark : int {static} + abc_hint_foreground_material_light : int {static} + abc_input_method_navigation_guard : int {static} + abc_primary_text_disable_only_material_dark : int {static} + abc_primary_text_disable_only_material_light : int {static} + abc_primary_text_material_dark : int {static} + abc_primary_text_material_light : int {static} + abc_search_url_text : int {static} + abc_search_url_text_normal : int {static} + abc_search_url_text_pressed : int {static} + abc_search_url_text_selected : int {static} + abc_secondary_text_material_dark : int {static} + abc_secondary_text_material_light : int {static} + abc_tint_btn_checkable : int {static} + abc_tint_default : int {static} + abc_tint_edittext : int {static} + abc_tint_seek_thumb : int {static} + abc_tint_spinner : int {static} + abc_tint_switch_track : int {static} + accent_material_dark : int {static} + accent_material_light : int {static} + background_floating_material_dark : int {static} + background_floating_material_light : int {static} + background_material_dark : int {static} + background_material_light : int {static} + bright_foreground_disabled_material_dark : int {static} + bright_foreground_disabled_material_light : int {static} + bright_foreground_inverse_material_dark : int {static} + bright_foreground_inverse_material_light : int {static} + bright_foreground_material_dark : int {static} + bright_foreground_material_light : int {static} + button_material_dark : int {static} + button_material_light : int {static} + design_bottom_navigation_shadow_color : int {static} + design_error : int {static} + design_fab_shadow_end_color : int {static} + design_fab_shadow_mid_color : int {static} + design_fab_shadow_start_color : int {static} + design_fab_stroke_end_inner_color : int {static} + design_fab_stroke_end_outer_color : int {static} + design_fab_stroke_top_inner_color : int {static} + design_fab_stroke_top_outer_color : int {static} + design_snackbar_background_color : int {static} + design_tint_password_toggle : int {static} + dim_foreground_disabled_material_dark : int {static} + dim_foreground_disabled_material_light : int {static} + dim_foreground_material_dark : int {static} + dim_foreground_material_light : int {static} + error_color_material : int {static} + foreground_material_dark : int {static} + foreground_material_light : int {static} + highlighted_text_material_dark : int {static} + highlighted_text_material_light : int {static} + material_blue_grey_800 : int {static} + material_blue_grey_900 : int {static} + material_blue_grey_950 : int {static} + material_deep_teal_200 : int {static} + material_deep_teal_500 : int {static} + material_grey_100 : int {static} + material_grey_300 : int {static} + material_grey_50 : int {static} + material_grey_600 : int {static} + material_grey_800 : int {static} + material_grey_850 : int {static} + material_grey_900 : int {static} + notification_action_color_filter : int {static} + notification_icon_bg_color : int {static} + notification_material_background_media_default_color : int {static} + primary_dark_material_dark : int {static} + primary_dark_material_light : int {static} + primary_material_dark : int {static} + primary_material_light : int {static} + primary_text_default_material_dark : int {static} + primary_text_default_material_light : int {static} + primary_text_disabled_material_dark : int {static} + primary_text_disabled_material_light : int {static} + ripple_material_dark : int {static} + ripple_material_light : int {static} + secondary_text_default_material_dark : int {static} + secondary_text_default_material_light : int {static} + secondary_text_disabled_material_dark : int {static} + secondary_text_disabled_material_light : int {static} + switch_thumb_disabled_material_dark : int {static} + switch_thumb_disabled_material_light : int {static} + switch_thumb_material_dark : int {static} + switch_thumb_material_light : int {static} + switch_thumb_normal_material_dark : int {static} + switch_thumb_normal_material_light : int {static} + tooltip_background_dark : int {static} + tooltip_background_light : int - color() } } package android.support.design { class dimen { {static} + abc_action_bar_content_inset_material : int {static} + abc_action_bar_content_inset_with_nav : int {static} + abc_action_bar_default_height_material : int {static} + abc_action_bar_default_padding_end_material : int {static} + abc_action_bar_default_padding_start_material : int {static} + abc_action_bar_elevation_material : int {static} + abc_action_bar_icon_vertical_padding_material : int {static} + abc_action_bar_overflow_padding_end_material : int {static} + abc_action_bar_overflow_padding_start_material : int {static} + abc_action_bar_progress_bar_size : int {static} + abc_action_bar_stacked_max_height : int {static} + abc_action_bar_stacked_tab_max_width : int {static} + abc_action_bar_subtitle_bottom_margin_material : int {static} + abc_action_bar_subtitle_top_margin_material : int {static} + abc_action_button_min_height_material : int {static} + abc_action_button_min_width_material : int {static} + abc_action_button_min_width_overflow_material : int {static} + abc_alert_dialog_button_bar_height : int {static} + abc_alert_dialog_button_dimen : int {static} + abc_button_inset_horizontal_material : int {static} + abc_button_inset_vertical_material : int {static} + abc_button_padding_horizontal_material : int {static} + abc_button_padding_vertical_material : int {static} + abc_cascading_menus_min_smallest_width : int {static} + abc_config_prefDialogWidth : int {static} + abc_control_corner_material : int {static} + abc_control_inset_material : int {static} + abc_control_padding_material : int {static} + abc_dialog_fixed_height_major : int {static} + abc_dialog_fixed_height_minor : int {static} + abc_dialog_fixed_width_major : int {static} + abc_dialog_fixed_width_minor : int {static} + abc_dialog_list_padding_bottom_no_buttons : int {static} + abc_dialog_list_padding_top_no_title : int {static} + abc_dialog_min_width_major : int {static} + abc_dialog_min_width_minor : int {static} + abc_dialog_padding_material : int {static} + abc_dialog_padding_top_material : int {static} + abc_dialog_title_divider_material : int {static} + abc_disabled_alpha_material_dark : int {static} + abc_disabled_alpha_material_light : int {static} + abc_dropdownitem_icon_width : int {static} + abc_dropdownitem_text_padding_left : int {static} + abc_dropdownitem_text_padding_right : int {static} + abc_edit_text_inset_bottom_material : int {static} + abc_edit_text_inset_horizontal_material : int {static} + abc_edit_text_inset_top_material : int {static} + abc_floating_window_z : int {static} + abc_list_item_padding_horizontal_material : int {static} + abc_panel_menu_list_width : int {static} + abc_progress_bar_height_material : int {static} + abc_search_view_preferred_height : int {static} + abc_search_view_preferred_width : int {static} + abc_seekbar_track_background_height_material : int {static} + abc_seekbar_track_progress_height_material : int {static} + abc_select_dialog_padding_start_material : int {static} + abc_switch_padding : int {static} + abc_text_size_body_1_material : int {static} + abc_text_size_body_2_material : int {static} + abc_text_size_button_material : int {static} + abc_text_size_caption_material : int {static} + abc_text_size_display_1_material : int {static} + abc_text_size_display_2_material : int {static} + abc_text_size_display_3_material : int {static} + abc_text_size_display_4_material : int {static} + abc_text_size_headline_material : int {static} + abc_text_size_large_material : int {static} + abc_text_size_medium_material : int {static} + abc_text_size_menu_header_material : int {static} + abc_text_size_menu_material : int {static} + abc_text_size_small_material : int {static} + abc_text_size_subhead_material : int {static} + abc_text_size_subtitle_material_toolbar : int {static} + abc_text_size_title_material : int {static} + abc_text_size_title_material_toolbar : int {static} + compat_button_inset_horizontal_material : int {static} + compat_button_inset_vertical_material : int {static} + compat_button_padding_horizontal_material : int {static} + compat_button_padding_vertical_material : int {static} + compat_control_corner_material : int {static} + design_appbar_elevation : int {static} + design_bottom_navigation_active_item_max_width : int {static} + design_bottom_navigation_active_text_size : int {static} + design_bottom_navigation_elevation : int {static} + design_bottom_navigation_height : int {static} + design_bottom_navigation_item_max_width : int {static} + design_bottom_navigation_item_min_width : int {static} + design_bottom_navigation_margin : int {static} + design_bottom_navigation_shadow_height : int {static} + design_bottom_navigation_text_size : int {static} + design_bottom_sheet_modal_elevation : int {static} + design_bottom_sheet_peek_height_min : int {static} + design_fab_border_width : int {static} + design_fab_elevation : int {static} + design_fab_image_size : int {static} + design_fab_size_mini : int {static} + design_fab_size_normal : int {static} + design_fab_translation_z_pressed : int {static} + design_navigation_elevation : int {static} + design_navigation_icon_padding : int {static} + design_navigation_icon_size : int {static} + design_navigation_max_width : int {static} + design_navigation_padding_bottom : int {static} + design_navigation_separator_vertical_padding : int {static} + design_snackbar_action_inline_max_width : int {static} + design_snackbar_background_corner_radius : int {static} + design_snackbar_elevation : int {static} + design_snackbar_extra_spacing_horizontal : int {static} + design_snackbar_max_width : int {static} + design_snackbar_min_width : int {static} + design_snackbar_padding_horizontal : int {static} + design_snackbar_padding_vertical : int {static} + design_snackbar_padding_vertical_2lines : int {static} + design_snackbar_text_size : int {static} + design_tab_max_width : int {static} + design_tab_scrollable_min_width : int {static} + design_tab_text_size : int {static} + design_tab_text_size_2line : int {static} + disabled_alpha_material_dark : int {static} + disabled_alpha_material_light : int {static} + fastscroll_default_thickness : int {static} + fastscroll_margin : int {static} + fastscroll_minimum_range : int {static} + highlight_alpha_material_colored : int {static} + highlight_alpha_material_dark : int {static} + highlight_alpha_material_light : int {static} + hint_alpha_material_dark : int {static} + hint_alpha_material_light : int {static} + hint_pressed_alpha_material_dark : int {static} + hint_pressed_alpha_material_light : int {static} + item_touch_helper_max_drag_scroll_per_frame : int {static} + item_touch_helper_swipe_escape_max_velocity : int {static} + item_touch_helper_swipe_escape_velocity : int {static} + notification_action_icon_size : int {static} + notification_action_text_size : int {static} + notification_big_circle_margin : int {static} + notification_content_margin_start : int {static} + notification_large_icon_height : int {static} + notification_large_icon_width : int {static} + notification_main_column_padding_top : int {static} + notification_media_narrow_margin : int {static} + notification_right_icon_size : int {static} + notification_right_side_padding_top : int {static} + notification_small_icon_background_padding : int {static} + notification_small_icon_size_as_large : int {static} + notification_subtext_size : int {static} + notification_top_pad : int {static} + notification_top_pad_large_text : int {static} + tooltip_corner_radius : int {static} + tooltip_horizontal_padding : int {static} + tooltip_margin : int {static} + tooltip_precise_anchor_extra_offset : int {static} + tooltip_precise_anchor_threshold : int {static} + tooltip_vertical_padding : int {static} + tooltip_y_offset_non_touch : int {static} + tooltip_y_offset_touch : int - dimen() } } package android.support.design { class drawable { {static} + abc_ab_share_pack_mtrl_alpha : int {static} + abc_action_bar_item_background_material : int {static} + abc_btn_borderless_material : int {static} + abc_btn_check_material : int {static} + abc_btn_check_to_on_mtrl_000 : int {static} + abc_btn_check_to_on_mtrl_015 : int {static} + abc_btn_colored_material : int {static} + abc_btn_default_mtrl_shape : int {static} + abc_btn_radio_material : int {static} + abc_btn_radio_to_on_mtrl_000 : int {static} + abc_btn_radio_to_on_mtrl_015 : int {static} + abc_btn_switch_to_on_mtrl_00001 : int {static} + abc_btn_switch_to_on_mtrl_00012 : int {static} + abc_cab_background_internal_bg : int {static} + abc_cab_background_top_material : int {static} + abc_cab_background_top_mtrl_alpha : int {static} + abc_control_background_material : int {static} + abc_dialog_material_background : int {static} + abc_edit_text_material : int {static} + abc_ic_ab_back_material : int {static} + abc_ic_arrow_drop_right_black_24dp : int {static} + abc_ic_clear_material : int {static} + abc_ic_commit_search_api_mtrl_alpha : int {static} + abc_ic_go_search_api_material : int {static} + abc_ic_menu_copy_mtrl_am_alpha : int {static} + abc_ic_menu_cut_mtrl_alpha : int {static} + abc_ic_menu_overflow_material : int {static} + abc_ic_menu_paste_mtrl_am_alpha : int {static} + abc_ic_menu_selectall_mtrl_alpha : int {static} + abc_ic_menu_share_mtrl_alpha : int {static} + abc_ic_search_api_material : int {static} + abc_ic_star_black_16dp : int {static} + abc_ic_star_black_36dp : int {static} + abc_ic_star_black_48dp : int {static} + abc_ic_star_half_black_16dp : int {static} + abc_ic_star_half_black_36dp : int {static} + abc_ic_star_half_black_48dp : int {static} + abc_ic_voice_search_api_material : int {static} + abc_item_background_holo_dark : int {static} + abc_item_background_holo_light : int {static} + abc_list_divider_mtrl_alpha : int {static} + abc_list_focused_holo : int {static} + abc_list_longpressed_holo : int {static} + abc_list_pressed_holo_dark : int {static} + abc_list_pressed_holo_light : int {static} + abc_list_selector_background_transition_holo_dark : int {static} + abc_list_selector_background_transition_holo_light : int {static} + abc_list_selector_disabled_holo_dark : int {static} + abc_list_selector_disabled_holo_light : int {static} + abc_list_selector_holo_dark : int {static} + abc_list_selector_holo_light : int {static} + abc_menu_hardkey_panel_mtrl_mult : int {static} + abc_popup_background_mtrl_mult : int {static} + abc_ratingbar_indicator_material : int {static} + abc_ratingbar_material : int {static} + abc_ratingbar_small_material : int {static} + abc_scrubber_control_off_mtrl_alpha : int {static} + abc_scrubber_control_to_pressed_mtrl_000 : int {static} + abc_scrubber_control_to_pressed_mtrl_005 : int {static} + abc_scrubber_primary_mtrl_alpha : int {static} + abc_scrubber_track_mtrl_alpha : int {static} + abc_seekbar_thumb_material : int {static} + abc_seekbar_tick_mark_material : int {static} + abc_seekbar_track_material : int {static} + abc_spinner_mtrl_am_alpha : int {static} + abc_spinner_textfield_background_material : int {static} + abc_switch_thumb_material : int {static} + abc_switch_track_mtrl_alpha : int {static} + abc_tab_indicator_material : int {static} + abc_tab_indicator_mtrl_alpha : int {static} + abc_text_cursor_material : int {static} + abc_text_select_handle_left_mtrl_dark : int {static} + abc_text_select_handle_left_mtrl_light : int {static} + abc_text_select_handle_middle_mtrl_dark : int {static} + abc_text_select_handle_middle_mtrl_light : int {static} + abc_text_select_handle_right_mtrl_dark : int {static} + abc_text_select_handle_right_mtrl_light : int {static} + abc_textfield_activated_mtrl_alpha : int {static} + abc_textfield_default_mtrl_alpha : int {static} + abc_textfield_search_activated_mtrl_alpha : int {static} + abc_textfield_search_default_mtrl_alpha : int {static} + abc_textfield_search_material : int {static} + abc_vector_test : int {static} + avd_hide_password : int {static} + avd_show_password : int {static} + design_bottom_navigation_item_background : int {static} + design_fab_background : int {static} + design_ic_visibility : int {static} + design_ic_visibility_off : int {static} + design_password_eye : int {static} + design_snackbar_background : int {static} + navigation_empty_icon : int {static} + notification_action_background : int {static} + notification_bg : int {static} + notification_bg_low : int {static} + notification_bg_low_normal : int {static} + notification_bg_low_pressed : int {static} + notification_bg_normal : int {static} + notification_bg_normal_pressed : int {static} + notification_icon_background : int {static} + notification_template_icon_bg : int {static} + notification_template_icon_low_bg : int {static} + notification_tile_bg : int {static} + notify_panel_notification_icon_bg : int {static} + tooltip_frame_dark : int {static} + tooltip_frame_light : int - drawable() } } package android.support.design { class id { {static} + action0 : int {static} + action_bar : int {static} + action_bar_activity_content : int {static} + action_bar_container : int {static} + action_bar_root : int {static} + action_bar_spinner : int {static} + action_bar_subtitle : int {static} + action_bar_title : int {static} + action_container : int {static} + action_context_bar : int {static} + action_divider : int {static} + action_image : int {static} + action_menu_divider : int {static} + action_menu_presenter : int {static} + action_mode_bar : int {static} + action_mode_bar_stub : int {static} + action_mode_close_button : int {static} + action_text : int {static} + actions : int {static} + activity_chooser_view_content : int {static} + add : int {static} + alertTitle : int {static} + async : int {static} + auto : int {static} + blocking : int {static} + bottom : int {static} + buttonPanel : int {static} + cancel_action : int {static} + center : int {static} + checkbox : int {static} + chronometer : int {static} + container : int {static} + contentPanel : int {static} + coordinator : int {static} + custom : int {static} + customPanel : int {static} + decor_content_parent : int {static} + default_activity_button : int {static} + design_bottom_sheet : int {static} + design_menu_item_action_area : int {static} + design_menu_item_action_area_stub : int {static} + design_menu_item_text : int {static} + design_navigation_view : int {static} + edit_query : int {static} + end : int {static} + end_padder : int {static} + expand_activities_button : int {static} + expanded_menu : int {static} + fill : int {static} + fixed : int {static} + forever : int {static} + ghost_view : int {static} + home : int {static} + icon : int {static} + icon_group : int {static} + image : int {static} + info : int {static} + italic : int {static} + item_touch_helper_previous_elevation : int {static} + largeLabel : int {static} + left : int {static} + line1 : int {static} + line3 : int {static} + listMode : int {static} + list_item : int {static} + masked : int {static} + media_actions : int {static} + message : int {static} + mini : int {static} + multiply : int {static} + navigation_header_container : int {static} + none : int {static} + normal : int {static} + notification_background : int {static} + notification_main_column : int {static} + notification_main_column_container : int {static} + parallax : int {static} + parentPanel : int {static} + parent_matrix : int {static} + pin : int {static} + progress_circular : int {static} + progress_horizontal : int {static} + radio : int {static} + right : int {static} + right_icon : int {static} + right_side : int {static} + save_image_matrix : int {static} + save_non_transition_alpha : int {static} + save_scale_type : int {static} + screen : int {static} + scrollIndicatorDown : int {static} + scrollIndicatorUp : int {static} + scrollView : int {static} + scrollable : int {static} + search_badge : int {static} + search_bar : int {static} + search_button : int {static} + search_close_btn : int {static} + search_edit_frame : int {static} + search_go_btn : int {static} + search_mag_icon : int {static} + search_plate : int {static} + search_src_text : int {static} + search_voice_btn : int {static} + select_dialog_listview : int {static} + shortcut : int {static} + smallLabel : int {static} + snackbar_action : int {static} + snackbar_text : int {static} + spacer : int {static} + split_action_bar : int {static} + src_atop : int {static} + src_in : int {static} + src_over : int {static} + start : int {static} + status_bar_latest_event_content : int {static} + submenuarrow : int {static} + submit_area : int {static} + tabMode : int {static} + tag_transition_group : int {static} + text : int {static} + text2 : int {static} + textSpacerNoButtons : int {static} + textSpacerNoTitle : int {static} + text_input_password_toggle : int {static} + textinput_counter : int {static} + textinput_error : int {static} + time : int {static} + title : int {static} + titleDividerNoCustom : int {static} + title_template : int {static} + top : int {static} + topPanel : int {static} + touch_outside : int {static} + transition_current_scene : int {static} + transition_layout_save : int {static} + transition_position : int {static} + transition_scene_layoutid_cache : int {static} + transition_transform : int {static} + uniform : int {static} + up : int {static} + view_offset_helper : int {static} + visible : int {static} + wrap_content : int - id() } } package android.support.design { class integer { {static} + abc_config_activityDefaultDur : int {static} + abc_config_activityShortDur : int {static} + app_bar_elevation_anim_duration : int {static} + bottom_sheet_slide_duration : int {static} + cancel_button_image_alpha : int {static} + config_tooltipAnimTime : int {static} + design_snackbar_text_max_lines : int {static} + hide_password_duration : int {static} + show_password_duration : int {static} + status_bar_notification_info_maxnum : int - integer() } } package android.support.design { class layout { {static} + abc_action_bar_title_item : int {static} + abc_action_bar_up_container : int {static} + abc_action_menu_item_layout : int {static} + abc_action_menu_layout : int {static} + abc_action_mode_bar : int {static} + abc_action_mode_close_item_material : int {static} + abc_activity_chooser_view : int {static} + abc_activity_chooser_view_list_item : int {static} + abc_alert_dialog_button_bar_material : int {static} + abc_alert_dialog_material : int {static} + abc_alert_dialog_title_material : int {static} + abc_dialog_title_material : int {static} + abc_expanded_menu_layout : int {static} + abc_list_menu_item_checkbox : int {static} + abc_list_menu_item_icon : int {static} + abc_list_menu_item_layout : int {static} + abc_list_menu_item_radio : int {static} + abc_popup_menu_header_item_layout : int {static} + abc_popup_menu_item_layout : int {static} + abc_screen_content_include : int {static} + abc_screen_simple : int {static} + abc_screen_simple_overlay_action_mode : int {static} + abc_screen_toolbar : int {static} + abc_search_dropdown_item_icons_2line : int {static} + abc_search_view : int {static} + abc_select_dialog_material : int {static} + abc_tooltip : int {static} + design_bottom_navigation_item : int {static} + design_bottom_sheet_dialog : int {static} + design_layout_snackbar : int {static} + design_layout_snackbar_include : int {static} + design_layout_tab_icon : int {static} + design_layout_tab_text : int {static} + design_menu_item_action_area : int {static} + design_navigation_item : int {static} + design_navigation_item_header : int {static} + design_navigation_item_separator : int {static} + design_navigation_item_subheader : int {static} + design_navigation_menu : int {static} + design_navigation_menu_item : int {static} + design_text_input_password_icon : int {static} + notification_action : int {static} + notification_action_tombstone : int {static} + notification_media_action : int {static} + notification_media_cancel_action : int {static} + notification_template_big_media : int {static} + notification_template_big_media_custom : int {static} + notification_template_big_media_narrow : int {static} + notification_template_big_media_narrow_custom : int {static} + notification_template_custom_big : int {static} + notification_template_icon_group : int {static} + notification_template_lines_media : int {static} + notification_template_media : int {static} + notification_template_media_custom : int {static} + notification_template_part_chronometer : int {static} + notification_template_part_time : int {static} + select_dialog_item_material : int {static} + select_dialog_multichoice_material : int {static} + select_dialog_singlechoice_material : int {static} + support_simple_spinner_dropdown_item : int - layout() } } package android.support.design { class string { {static} + abc_action_bar_home_description : int {static} + abc_action_bar_up_description : int {static} + abc_action_menu_overflow_description : int {static} + abc_action_mode_done : int {static} + abc_activity_chooser_view_see_all : int {static} + abc_activitychooserview_choose_application : int {static} + abc_capital_off : int {static} + abc_capital_on : int {static} + abc_font_family_body_1_material : int {static} + abc_font_family_body_2_material : int {static} + abc_font_family_button_material : int {static} + abc_font_family_caption_material : int {static} + abc_font_family_display_1_material : int {static} + abc_font_family_display_2_material : int {static} + abc_font_family_display_3_material : int {static} + abc_font_family_display_4_material : int {static} + abc_font_family_headline_material : int {static} + abc_font_family_menu_material : int {static} + abc_font_family_subhead_material : int {static} + abc_font_family_title_material : int {static} + abc_search_hint : int {static} + abc_searchview_description_clear : int {static} + abc_searchview_description_query : int {static} + abc_searchview_description_search : int {static} + abc_searchview_description_submit : int {static} + abc_searchview_description_voice : int {static} + abc_shareactionprovider_share_with : int {static} + abc_shareactionprovider_share_with_application : int {static} + abc_toolbar_collapse_description : int {static} + appbar_scrolling_view_behavior : int {static} + bottom_sheet_behavior : int {static} + character_counter_pattern : int {static} + password_toggle_content_description : int {static} + path_password_eye : int {static} + path_password_eye_mask_strike_through : int {static} + path_password_eye_mask_visible : int {static} + path_password_strike_through : int {static} + search_menu_title : int {static} + status_bar_notification_info_overflow : int - string() } } package android.support.design { class style { {static} + AlertDialog_AppCompat : int {static} + AlertDialog_AppCompat_Light : int {static} + Animation_AppCompat_Dialog : int {static} + Animation_AppCompat_DropDownUp : int {static} + Animation_AppCompat_Tooltip : int {static} + Animation_Design_BottomSheetDialog : int {static} + Base_AlertDialog_AppCompat : int {static} + Base_AlertDialog_AppCompat_Light : int {static} + Base_Animation_AppCompat_Dialog : int {static} + Base_Animation_AppCompat_DropDownUp : int {static} + Base_Animation_AppCompat_Tooltip : int {static} + Base_DialogWindowTitleBackground_AppCompat : int {static} + Base_DialogWindowTitle_AppCompat : int {static} + Base_TextAppearance_AppCompat : int {static} + Base_TextAppearance_AppCompat_Body1 : int {static} + Base_TextAppearance_AppCompat_Body2 : int {static} + Base_TextAppearance_AppCompat_Button : int {static} + Base_TextAppearance_AppCompat_Caption : int {static} + Base_TextAppearance_AppCompat_Display1 : int {static} + Base_TextAppearance_AppCompat_Display2 : int {static} + Base_TextAppearance_AppCompat_Display3 : int {static} + Base_TextAppearance_AppCompat_Display4 : int {static} + Base_TextAppearance_AppCompat_Headline : int {static} + Base_TextAppearance_AppCompat_Inverse : int {static} + Base_TextAppearance_AppCompat_Large : int {static} + Base_TextAppearance_AppCompat_Large_Inverse : int {static} + Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large : int {static} + Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small : int {static} + Base_TextAppearance_AppCompat_Medium : int {static} + Base_TextAppearance_AppCompat_Medium_Inverse : int {static} + Base_TextAppearance_AppCompat_Menu : int {static} + Base_TextAppearance_AppCompat_SearchResult : int {static} + Base_TextAppearance_AppCompat_SearchResult_Subtitle : int {static} + Base_TextAppearance_AppCompat_SearchResult_Title : int {static} + Base_TextAppearance_AppCompat_Small : int {static} + Base_TextAppearance_AppCompat_Small_Inverse : int {static} + Base_TextAppearance_AppCompat_Subhead : int {static} + Base_TextAppearance_AppCompat_Subhead_Inverse : int {static} + Base_TextAppearance_AppCompat_Title : int {static} + Base_TextAppearance_AppCompat_Title_Inverse : int {static} + Base_TextAppearance_AppCompat_Tooltip : int {static} + Base_TextAppearance_AppCompat_Widget_ActionBar_Menu : int {static} + Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle : int {static} + Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse : int {static} + Base_TextAppearance_AppCompat_Widget_ActionBar_Title : int {static} + Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse : int {static} + Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle : int {static} + Base_TextAppearance_AppCompat_Widget_ActionMode_Title : int {static} + Base_TextAppearance_AppCompat_Widget_Button : int {static} + Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored : int {static} + Base_TextAppearance_AppCompat_Widget_Button_Colored : int {static} + Base_TextAppearance_AppCompat_Widget_Button_Inverse : int {static} + Base_TextAppearance_AppCompat_Widget_DropDownItem : int {static} + Base_TextAppearance_AppCompat_Widget_PopupMenu_Header : int {static} + Base_TextAppearance_AppCompat_Widget_PopupMenu_Large : int {static} + Base_TextAppearance_AppCompat_Widget_PopupMenu_Small : int {static} + Base_TextAppearance_AppCompat_Widget_Switch : int {static} + Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem : int {static} + Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item : int {static} + Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle : int {static} + Base_TextAppearance_Widget_AppCompat_Toolbar_Title : int {static} + Base_ThemeOverlay_AppCompat : int {static} + Base_ThemeOverlay_AppCompat_ActionBar : int {static} + Base_ThemeOverlay_AppCompat_Dark : int {static} + Base_ThemeOverlay_AppCompat_Dark_ActionBar : int {static} + Base_ThemeOverlay_AppCompat_Dialog : int {static} + Base_ThemeOverlay_AppCompat_Dialog_Alert : int {static} + Base_ThemeOverlay_AppCompat_Light : int {static} + Base_Theme_AppCompat : int {static} + Base_Theme_AppCompat_CompactMenu : int {static} + Base_Theme_AppCompat_Dialog : int {static} + Base_Theme_AppCompat_DialogWhenLarge : int {static} + Base_Theme_AppCompat_Dialog_Alert : int {static} + Base_Theme_AppCompat_Dialog_FixedSize : int {static} + Base_Theme_AppCompat_Dialog_MinWidth : int {static} + Base_Theme_AppCompat_Light : int {static} + Base_Theme_AppCompat_Light_DarkActionBar : int {static} + Base_Theme_AppCompat_Light_Dialog : int {static} + Base_Theme_AppCompat_Light_DialogWhenLarge : int {static} + Base_Theme_AppCompat_Light_Dialog_Alert : int {static} + Base_Theme_AppCompat_Light_Dialog_FixedSize : int {static} + Base_Theme_AppCompat_Light_Dialog_MinWidth : int {static} + Base_V14_Widget_Design_AppBarLayout : int {static} + Base_V21_ThemeOverlay_AppCompat_Dialog : int {static} + Base_V21_Theme_AppCompat : int {static} + Base_V21_Theme_AppCompat_Dialog : int {static} + Base_V21_Theme_AppCompat_Light : int {static} + Base_V21_Theme_AppCompat_Light_Dialog : int {static} + Base_V21_Widget_Design_AppBarLayout : int {static} + Base_V22_Theme_AppCompat : int {static} + Base_V22_Theme_AppCompat_Light : int {static} + Base_V23_Theme_AppCompat : int {static} + Base_V23_Theme_AppCompat_Light : int {static} + Base_V26_Theme_AppCompat : int {static} + Base_V26_Theme_AppCompat_Light : int {static} + Base_V26_Widget_AppCompat_Toolbar : int {static} + Base_V26_Widget_Design_AppBarLayout : int {static} + Base_V7_ThemeOverlay_AppCompat_Dialog : int {static} + Base_V7_Theme_AppCompat : int {static} + Base_V7_Theme_AppCompat_Dialog : int {static} + Base_V7_Theme_AppCompat_Light : int {static} + Base_V7_Theme_AppCompat_Light_Dialog : int {static} + Base_V7_Widget_AppCompat_AutoCompleteTextView : int {static} + Base_V7_Widget_AppCompat_EditText : int {static} + Base_V7_Widget_AppCompat_Toolbar : int {static} + Base_Widget_AppCompat_ActionBar : int {static} + Base_Widget_AppCompat_ActionBar_Solid : int {static} + Base_Widget_AppCompat_ActionBar_TabBar : int {static} + Base_Widget_AppCompat_ActionBar_TabText : int {static} + Base_Widget_AppCompat_ActionBar_TabView : int {static} + Base_Widget_AppCompat_ActionButton : int {static} + Base_Widget_AppCompat_ActionButton_CloseMode : int {static} + Base_Widget_AppCompat_ActionButton_Overflow : int {static} + Base_Widget_AppCompat_ActionMode : int {static} + Base_Widget_AppCompat_ActivityChooserView : int {static} + Base_Widget_AppCompat_AutoCompleteTextView : int {static} + Base_Widget_AppCompat_Button : int {static} + Base_Widget_AppCompat_ButtonBar : int {static} + Base_Widget_AppCompat_ButtonBar_AlertDialog : int {static} + Base_Widget_AppCompat_Button_Borderless : int {static} + Base_Widget_AppCompat_Button_Borderless_Colored : int {static} + Base_Widget_AppCompat_Button_ButtonBar_AlertDialog : int {static} + Base_Widget_AppCompat_Button_Colored : int {static} + Base_Widget_AppCompat_Button_Small : int {static} + Base_Widget_AppCompat_CompoundButton_CheckBox : int {static} + Base_Widget_AppCompat_CompoundButton_RadioButton : int {static} + Base_Widget_AppCompat_CompoundButton_Switch : int {static} + Base_Widget_AppCompat_DrawerArrowToggle : int {static} + Base_Widget_AppCompat_DrawerArrowToggle_Common : int {static} + Base_Widget_AppCompat_DropDownItem_Spinner : int {static} + Base_Widget_AppCompat_EditText : int {static} + Base_Widget_AppCompat_ImageButton : int {static} + Base_Widget_AppCompat_Light_ActionBar : int {static} + Base_Widget_AppCompat_Light_ActionBar_Solid : int {static} + Base_Widget_AppCompat_Light_ActionBar_TabBar : int {static} + Base_Widget_AppCompat_Light_ActionBar_TabText : int {static} + Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse : int {static} + Base_Widget_AppCompat_Light_ActionBar_TabView : int {static} + Base_Widget_AppCompat_Light_PopupMenu : int {static} + Base_Widget_AppCompat_Light_PopupMenu_Overflow : int {static} + Base_Widget_AppCompat_ListMenuView : int {static} + Base_Widget_AppCompat_ListPopupWindow : int {static} + Base_Widget_AppCompat_ListView : int {static} + Base_Widget_AppCompat_ListView_DropDown : int {static} + Base_Widget_AppCompat_ListView_Menu : int {static} + Base_Widget_AppCompat_PopupMenu : int {static} + Base_Widget_AppCompat_PopupMenu_Overflow : int {static} + Base_Widget_AppCompat_PopupWindow : int {static} + Base_Widget_AppCompat_ProgressBar : int {static} + Base_Widget_AppCompat_ProgressBar_Horizontal : int {static} + Base_Widget_AppCompat_RatingBar : int {static} + Base_Widget_AppCompat_RatingBar_Indicator : int {static} + Base_Widget_AppCompat_RatingBar_Small : int {static} + Base_Widget_AppCompat_SearchView : int {static} + Base_Widget_AppCompat_SearchView_ActionBar : int {static} + Base_Widget_AppCompat_SeekBar : int {static} + Base_Widget_AppCompat_SeekBar_Discrete : int {static} + Base_Widget_AppCompat_Spinner : int {static} + Base_Widget_AppCompat_Spinner_Underlined : int {static} + Base_Widget_AppCompat_TextView_SpinnerItem : int {static} + Base_Widget_AppCompat_Toolbar : int {static} + Base_Widget_AppCompat_Toolbar_Button_Navigation : int {static} + Base_Widget_Design_AppBarLayout : int {static} + Base_Widget_Design_TabLayout : int {static} + Platform_AppCompat : int {static} + Platform_AppCompat_Light : int {static} + Platform_ThemeOverlay_AppCompat : int {static} + Platform_ThemeOverlay_AppCompat_Dark : int {static} + Platform_ThemeOverlay_AppCompat_Light : int {static} + Platform_V21_AppCompat : int {static} + Platform_V21_AppCompat_Light : int {static} + Platform_V25_AppCompat : int {static} + Platform_V25_AppCompat_Light : int {static} + Platform_Widget_AppCompat_Spinner : int {static} + RtlOverlay_DialogWindowTitle_AppCompat : int {static} + RtlOverlay_Widget_AppCompat_ActionBar_TitleItem : int {static} + RtlOverlay_Widget_AppCompat_DialogTitle_Icon : int {static} + RtlOverlay_Widget_AppCompat_PopupMenuItem : int {static} + RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup : int {static} + RtlOverlay_Widget_AppCompat_PopupMenuItem_Text : int {static} + RtlOverlay_Widget_AppCompat_SearchView_MagIcon : int {static} + RtlOverlay_Widget_AppCompat_Search_DropDown : int {static} + RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 : int {static} + RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 : int {static} + RtlOverlay_Widget_AppCompat_Search_DropDown_Query : int {static} + RtlOverlay_Widget_AppCompat_Search_DropDown_Text : int {static} + RtlUnderlay_Widget_AppCompat_ActionButton : int {static} + RtlUnderlay_Widget_AppCompat_ActionButton_Overflow : int {static} + TextAppearance_AppCompat : int {static} + TextAppearance_AppCompat_Body1 : int {static} + TextAppearance_AppCompat_Body2 : int {static} + TextAppearance_AppCompat_Button : int {static} + TextAppearance_AppCompat_Caption : int {static} + TextAppearance_AppCompat_Display1 : int {static} + TextAppearance_AppCompat_Display2 : int {static} + TextAppearance_AppCompat_Display3 : int {static} + TextAppearance_AppCompat_Display4 : int {static} + TextAppearance_AppCompat_Headline : int {static} + TextAppearance_AppCompat_Inverse : int {static} + TextAppearance_AppCompat_Large : int {static} + TextAppearance_AppCompat_Large_Inverse : int {static} + TextAppearance_AppCompat_Light_SearchResult_Subtitle : int {static} + TextAppearance_AppCompat_Light_SearchResult_Title : int {static} + TextAppearance_AppCompat_Light_Widget_PopupMenu_Large : int {static} + TextAppearance_AppCompat_Light_Widget_PopupMenu_Small : int {static} + TextAppearance_AppCompat_Medium : int {static} + TextAppearance_AppCompat_Medium_Inverse : int {static} + TextAppearance_AppCompat_Menu : int {static} + TextAppearance_AppCompat_SearchResult_Subtitle : int {static} + TextAppearance_AppCompat_SearchResult_Title : int {static} + TextAppearance_AppCompat_Small : int {static} + TextAppearance_AppCompat_Small_Inverse : int {static} + TextAppearance_AppCompat_Subhead : int {static} + TextAppearance_AppCompat_Subhead_Inverse : int {static} + TextAppearance_AppCompat_Title : int {static} + TextAppearance_AppCompat_Title_Inverse : int {static} + TextAppearance_AppCompat_Tooltip : int {static} + TextAppearance_AppCompat_Widget_ActionBar_Menu : int {static} + TextAppearance_AppCompat_Widget_ActionBar_Subtitle : int {static} + TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse : int {static} + TextAppearance_AppCompat_Widget_ActionBar_Title : int {static} + TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse : int {static} + TextAppearance_AppCompat_Widget_ActionMode_Subtitle : int {static} + TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse : int {static} + TextAppearance_AppCompat_Widget_ActionMode_Title : int {static} + TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse : int {static} + TextAppearance_AppCompat_Widget_Button : int {static} + TextAppearance_AppCompat_Widget_Button_Borderless_Colored : int {static} + TextAppearance_AppCompat_Widget_Button_Colored : int {static} + TextAppearance_AppCompat_Widget_Button_Inverse : int {static} + TextAppearance_AppCompat_Widget_DropDownItem : int {static} + TextAppearance_AppCompat_Widget_PopupMenu_Header : int {static} + TextAppearance_AppCompat_Widget_PopupMenu_Large : int {static} + TextAppearance_AppCompat_Widget_PopupMenu_Small : int {static} + TextAppearance_AppCompat_Widget_Switch : int {static} + TextAppearance_AppCompat_Widget_TextView_SpinnerItem : int {static} + TextAppearance_Compat_Notification : int {static} + TextAppearance_Compat_Notification_Info : int {static} + TextAppearance_Compat_Notification_Info_Media : int {static} + TextAppearance_Compat_Notification_Line2 : int {static} + TextAppearance_Compat_Notification_Line2_Media : int {static} + TextAppearance_Compat_Notification_Media : int {static} + TextAppearance_Compat_Notification_Time : int {static} + TextAppearance_Compat_Notification_Time_Media : int {static} + TextAppearance_Compat_Notification_Title : int {static} + TextAppearance_Compat_Notification_Title_Media : int {static} + TextAppearance_Design_CollapsingToolbar_Expanded : int {static} + TextAppearance_Design_Counter : int {static} + TextAppearance_Design_Counter_Overflow : int {static} + TextAppearance_Design_Error : int {static} + TextAppearance_Design_Hint : int {static} + TextAppearance_Design_Snackbar_Message : int {static} + TextAppearance_Design_Tab : int {static} + TextAppearance_Widget_AppCompat_ExpandedMenu_Item : int {static} + TextAppearance_Widget_AppCompat_Toolbar_Subtitle : int {static} + TextAppearance_Widget_AppCompat_Toolbar_Title : int {static} + ThemeOverlay_AppCompat : int {static} + ThemeOverlay_AppCompat_ActionBar : int {static} + ThemeOverlay_AppCompat_Dark : int {static} + ThemeOverlay_AppCompat_Dark_ActionBar : int {static} + ThemeOverlay_AppCompat_Dialog : int {static} + ThemeOverlay_AppCompat_Dialog_Alert : int {static} + ThemeOverlay_AppCompat_Light : int {static} + Theme_AppCompat : int {static} + Theme_AppCompat_CompactMenu : int {static} + Theme_AppCompat_DayNight : int {static} + Theme_AppCompat_DayNight_DarkActionBar : int {static} + Theme_AppCompat_DayNight_Dialog : int {static} + Theme_AppCompat_DayNight_DialogWhenLarge : int {static} + Theme_AppCompat_DayNight_Dialog_Alert : int {static} + Theme_AppCompat_DayNight_Dialog_MinWidth : int {static} + Theme_AppCompat_DayNight_NoActionBar : int {static} + Theme_AppCompat_Dialog : int {static} + Theme_AppCompat_DialogWhenLarge : int {static} + Theme_AppCompat_Dialog_Alert : int {static} + Theme_AppCompat_Dialog_MinWidth : int {static} + Theme_AppCompat_Light : int {static} + Theme_AppCompat_Light_DarkActionBar : int {static} + Theme_AppCompat_Light_Dialog : int {static} + Theme_AppCompat_Light_DialogWhenLarge : int {static} + Theme_AppCompat_Light_Dialog_Alert : int {static} + Theme_AppCompat_Light_Dialog_MinWidth : int {static} + Theme_AppCompat_Light_NoActionBar : int {static} + Theme_AppCompat_NoActionBar : int {static} + Theme_Design : int {static} + Theme_Design_BottomSheetDialog : int {static} + Theme_Design_Light : int {static} + Theme_Design_Light_BottomSheetDialog : int {static} + Theme_Design_Light_NoActionBar : int {static} + Theme_Design_NoActionBar : int {static} + Widget_AppCompat_ActionBar : int {static} + Widget_AppCompat_ActionBar_Solid : int {static} + Widget_AppCompat_ActionBar_TabBar : int {static} + Widget_AppCompat_ActionBar_TabText : int {static} + Widget_AppCompat_ActionBar_TabView : int {static} + Widget_AppCompat_ActionButton : int {static} + Widget_AppCompat_ActionButton_CloseMode : int {static} + Widget_AppCompat_ActionButton_Overflow : int {static} + Widget_AppCompat_ActionMode : int {static} + Widget_AppCompat_ActivityChooserView : int {static} + Widget_AppCompat_AutoCompleteTextView : int {static} + Widget_AppCompat_Button : int {static} + Widget_AppCompat_ButtonBar : int {static} + Widget_AppCompat_ButtonBar_AlertDialog : int {static} + Widget_AppCompat_Button_Borderless : int {static} + Widget_AppCompat_Button_Borderless_Colored : int {static} + Widget_AppCompat_Button_ButtonBar_AlertDialog : int {static} + Widget_AppCompat_Button_Colored : int {static} + Widget_AppCompat_Button_Small : int {static} + Widget_AppCompat_CompoundButton_CheckBox : int {static} + Widget_AppCompat_CompoundButton_RadioButton : int {static} + Widget_AppCompat_CompoundButton_Switch : int {static} + Widget_AppCompat_DrawerArrowToggle : int {static} + Widget_AppCompat_DropDownItem_Spinner : int {static} + Widget_AppCompat_EditText : int {static} + Widget_AppCompat_ImageButton : int {static} + Widget_AppCompat_Light_ActionBar : int {static} + Widget_AppCompat_Light_ActionBar_Solid : int {static} + Widget_AppCompat_Light_ActionBar_Solid_Inverse : int {static} + Widget_AppCompat_Light_ActionBar_TabBar : int {static} + Widget_AppCompat_Light_ActionBar_TabBar_Inverse : int {static} + Widget_AppCompat_Light_ActionBar_TabText : int {static} + Widget_AppCompat_Light_ActionBar_TabText_Inverse : int {static} + Widget_AppCompat_Light_ActionBar_TabView : int {static} + Widget_AppCompat_Light_ActionBar_TabView_Inverse : int {static} + Widget_AppCompat_Light_ActionButton : int {static} + Widget_AppCompat_Light_ActionButton_CloseMode : int {static} + Widget_AppCompat_Light_ActionButton_Overflow : int {static} + Widget_AppCompat_Light_ActionMode_Inverse : int {static} + Widget_AppCompat_Light_ActivityChooserView : int {static} + Widget_AppCompat_Light_AutoCompleteTextView : int {static} + Widget_AppCompat_Light_DropDownItem_Spinner : int {static} + Widget_AppCompat_Light_ListPopupWindow : int {static} + Widget_AppCompat_Light_ListView_DropDown : int {static} + Widget_AppCompat_Light_PopupMenu : int {static} + Widget_AppCompat_Light_PopupMenu_Overflow : int {static} + Widget_AppCompat_Light_SearchView : int {static} + Widget_AppCompat_Light_Spinner_DropDown_ActionBar : int {static} + Widget_AppCompat_ListMenuView : int {static} + Widget_AppCompat_ListPopupWindow : int {static} + Widget_AppCompat_ListView : int {static} + Widget_AppCompat_ListView_DropDown : int {static} + Widget_AppCompat_ListView_Menu : int {static} + Widget_AppCompat_PopupMenu : int {static} + Widget_AppCompat_PopupMenu_Overflow : int {static} + Widget_AppCompat_PopupWindow : int {static} + Widget_AppCompat_ProgressBar : int {static} + Widget_AppCompat_ProgressBar_Horizontal : int {static} + Widget_AppCompat_RatingBar : int {static} + Widget_AppCompat_RatingBar_Indicator : int {static} + Widget_AppCompat_RatingBar_Small : int {static} + Widget_AppCompat_SearchView : int {static} + Widget_AppCompat_SearchView_ActionBar : int {static} + Widget_AppCompat_SeekBar : int {static} + Widget_AppCompat_SeekBar_Discrete : int {static} + Widget_AppCompat_Spinner : int {static} + Widget_AppCompat_Spinner_DropDown : int {static} + Widget_AppCompat_Spinner_DropDown_ActionBar : int {static} + Widget_AppCompat_Spinner_Underlined : int {static} + Widget_AppCompat_TextView_SpinnerItem : int {static} + Widget_AppCompat_Toolbar : int {static} + Widget_AppCompat_Toolbar_Button_Navigation : int {static} + Widget_Compat_NotificationActionContainer : int {static} + Widget_Compat_NotificationActionText : int {static} + Widget_Design_AppBarLayout : int {static} + Widget_Design_BottomNavigationView : int {static} + Widget_Design_BottomSheet_Modal : int {static} + Widget_Design_CollapsingToolbar : int {static} + Widget_Design_CoordinatorLayout : int {static} + Widget_Design_FloatingActionButton : int {static} + Widget_Design_NavigationView : int {static} + Widget_Design_ScrimInsetsFrameLayout : int {static} + Widget_Design_Snackbar : int {static} + Widget_Design_TabLayout : int {static} + Widget_Design_TextInputLayout : int {static} + Widget_Support_CoordinatorLayout : int - style() } } package android.support.design { class styleable { {static} + ActionBar : int[] {static} + ActionBar_background : int {static} + ActionBar_backgroundSplit : int {static} + ActionBar_backgroundStacked : int {static} + ActionBar_contentInsetEnd : int {static} + ActionBar_contentInsetEndWithActions : int {static} + ActionBar_contentInsetLeft : int {static} + ActionBar_contentInsetRight : int {static} + ActionBar_contentInsetStart : int {static} + ActionBar_contentInsetStartWithNavigation : int {static} + ActionBar_customNavigationLayout : int {static} + ActionBar_displayOptions : int {static} + ActionBar_divider : int {static} + ActionBar_elevation : int {static} + ActionBar_height : int {static} + ActionBar_hideOnContentScroll : int {static} + ActionBar_homeAsUpIndicator : int {static} + ActionBar_homeLayout : int {static} + ActionBar_icon : int {static} + ActionBar_indeterminateProgressStyle : int {static} + ActionBar_itemPadding : int {static} + ActionBar_logo : int {static} + ActionBar_navigationMode : int {static} + ActionBar_popupTheme : int {static} + ActionBar_progressBarPadding : int {static} + ActionBar_progressBarStyle : int {static} + ActionBar_subtitle : int {static} + ActionBar_subtitleTextStyle : int {static} + ActionBar_title : int {static} + ActionBar_titleTextStyle : int {static} + ActionBarLayout : int[] {static} + ActionBarLayout_android_layout_gravity : int {static} + ActionMenuItemView : int[] {static} + ActionMenuItemView_android_minWidth : int {static} + ActionMode : int[] {static} + ActionMode_background : int {static} + ActionMode_backgroundSplit : int {static} + ActionMode_closeItemLayout : int {static} + ActionMode_height : int {static} + ActionMode_subtitleTextStyle : int {static} + ActionMode_titleTextStyle : int {static} + ActivityChooserView : int[] {static} + ActivityChooserView_expandActivityOverflowButtonDrawable : int {static} + ActivityChooserView_initialActivityCount : int {static} + AlertDialog : int[] {static} + AlertDialog_android_layout : int {static} + AlertDialog_buttonIconDimen : int {static} + AlertDialog_buttonPanelSideLayout : int {static} + AlertDialog_listItemLayout : int {static} + AlertDialog_listLayout : int {static} + AlertDialog_multiChoiceItemLayout : int {static} + AlertDialog_showTitle : int {static} + AlertDialog_singleChoiceItemLayout : int {static} + AppBarLayout : int[] {static} + AppBarLayout_android_background : int {static} + AppBarLayout_android_touchscreenBlocksFocus : int {static} + AppBarLayout_android_keyboardNavigationCluster : int {static} + AppBarLayout_elevation : int {static} + AppBarLayout_expanded : int {static} + AppBarLayoutStates : int[] {static} + AppBarLayoutStates_state_collapsed : int {static} + AppBarLayoutStates_state_collapsible : int {static} + AppBarLayout_Layout : int[] {static} + AppBarLayout_Layout_layout_scrollFlags : int {static} + AppBarLayout_Layout_layout_scrollInterpolator : int {static} + AppCompatImageView : int[] {static} + AppCompatImageView_android_src : int {static} + AppCompatImageView_srcCompat : int {static} + AppCompatImageView_tint : int {static} + AppCompatImageView_tintMode : int {static} + AppCompatSeekBar : int[] {static} + AppCompatSeekBar_android_thumb : int {static} + AppCompatSeekBar_tickMark : int {static} + AppCompatSeekBar_tickMarkTint : int {static} + AppCompatSeekBar_tickMarkTintMode : int {static} + AppCompatTextHelper : int[] {static} + AppCompatTextHelper_android_textAppearance : int {static} + AppCompatTextHelper_android_drawableTop : int {static} + AppCompatTextHelper_android_drawableBottom : int {static} + AppCompatTextHelper_android_drawableLeft : int {static} + AppCompatTextHelper_android_drawableRight : int {static} + AppCompatTextHelper_android_drawableStart : int {static} + AppCompatTextHelper_android_drawableEnd : int {static} + AppCompatTextView : int[] {static} + AppCompatTextView_android_textAppearance : int {static} + AppCompatTextView_autoSizeMaxTextSize : int {static} + AppCompatTextView_autoSizeMinTextSize : int {static} + AppCompatTextView_autoSizePresetSizes : int {static} + AppCompatTextView_autoSizeStepGranularity : int {static} + AppCompatTextView_autoSizeTextType : int {static} + AppCompatTextView_fontFamily : int {static} + AppCompatTextView_textAllCaps : int {static} + AppCompatTheme : int[] {static} + AppCompatTheme_android_windowIsFloating : int {static} + AppCompatTheme_android_windowAnimationStyle : int {static} + AppCompatTheme_actionBarDivider : int {static} + AppCompatTheme_actionBarItemBackground : int {static} + AppCompatTheme_actionBarPopupTheme : int {static} + AppCompatTheme_actionBarSize : int {static} + AppCompatTheme_actionBarSplitStyle : int {static} + AppCompatTheme_actionBarStyle : int {static} + AppCompatTheme_actionBarTabBarStyle : int {static} + AppCompatTheme_actionBarTabStyle : int {static} + AppCompatTheme_actionBarTabTextStyle : int {static} + AppCompatTheme_actionBarTheme : int {static} + AppCompatTheme_actionBarWidgetTheme : int {static} + AppCompatTheme_actionButtonStyle : int {static} + AppCompatTheme_actionDropDownStyle : int {static} + AppCompatTheme_actionMenuTextAppearance : int {static} + AppCompatTheme_actionMenuTextColor : int {static} + AppCompatTheme_actionModeBackground : int {static} + AppCompatTheme_actionModeCloseButtonStyle : int {static} + AppCompatTheme_actionModeCloseDrawable : int {static} + AppCompatTheme_actionModeCopyDrawable : int {static} + AppCompatTheme_actionModeCutDrawable : int {static} + AppCompatTheme_actionModeFindDrawable : int {static} + AppCompatTheme_actionModePasteDrawable : int {static} + AppCompatTheme_actionModePopupWindowStyle : int {static} + AppCompatTheme_actionModeSelectAllDrawable : int {static} + AppCompatTheme_actionModeShareDrawable : int {static} + AppCompatTheme_actionModeSplitBackground : int {static} + AppCompatTheme_actionModeStyle : int {static} + AppCompatTheme_actionModeWebSearchDrawable : int {static} + AppCompatTheme_actionOverflowButtonStyle : int {static} + AppCompatTheme_actionOverflowMenuStyle : int {static} + AppCompatTheme_activityChooserViewStyle : int {static} + AppCompatTheme_alertDialogButtonGroupStyle : int {static} + AppCompatTheme_alertDialogCenterButtons : int {static} + AppCompatTheme_alertDialogStyle : int {static} + AppCompatTheme_alertDialogTheme : int {static} + AppCompatTheme_autoCompleteTextViewStyle : int {static} + AppCompatTheme_borderlessButtonStyle : int {static} + AppCompatTheme_buttonBarButtonStyle : int {static} + AppCompatTheme_buttonBarNegativeButtonStyle : int {static} + AppCompatTheme_buttonBarNeutralButtonStyle : int {static} + AppCompatTheme_buttonBarPositiveButtonStyle : int {static} + AppCompatTheme_buttonBarStyle : int {static} + AppCompatTheme_buttonStyle : int {static} + AppCompatTheme_buttonStyleSmall : int {static} + AppCompatTheme_checkboxStyle : int {static} + AppCompatTheme_checkedTextViewStyle : int {static} + AppCompatTheme_colorAccent : int {static} + AppCompatTheme_colorBackgroundFloating : int {static} + AppCompatTheme_colorButtonNormal : int {static} + AppCompatTheme_colorControlActivated : int {static} + AppCompatTheme_colorControlHighlight : int {static} + AppCompatTheme_colorControlNormal : int {static} + AppCompatTheme_colorError : int {static} + AppCompatTheme_colorPrimary : int {static} + AppCompatTheme_colorPrimaryDark : int {static} + AppCompatTheme_colorSwitchThumbNormal : int {static} + AppCompatTheme_controlBackground : int {static} + AppCompatTheme_dialogPreferredPadding : int {static} + AppCompatTheme_dialogTheme : int {static} + AppCompatTheme_dividerHorizontal : int {static} + AppCompatTheme_dividerVertical : int {static} + AppCompatTheme_dropDownListViewStyle : int {static} + AppCompatTheme_dropdownListPreferredItemHeight : int {static} + AppCompatTheme_editTextBackground : int {static} + AppCompatTheme_editTextColor : int {static} + AppCompatTheme_editTextStyle : int {static} + AppCompatTheme_homeAsUpIndicator : int {static} + AppCompatTheme_imageButtonStyle : int {static} + AppCompatTheme_listChoiceBackgroundIndicator : int {static} + AppCompatTheme_listDividerAlertDialog : int {static} + AppCompatTheme_listMenuViewStyle : int {static} + AppCompatTheme_listPopupWindowStyle : int {static} + AppCompatTheme_listPreferredItemHeight : int {static} + AppCompatTheme_listPreferredItemHeightLarge : int {static} + AppCompatTheme_listPreferredItemHeightSmall : int {static} + AppCompatTheme_listPreferredItemPaddingLeft : int {static} + AppCompatTheme_listPreferredItemPaddingRight : int {static} + AppCompatTheme_panelBackground : int {static} + AppCompatTheme_panelMenuListTheme : int {static} + AppCompatTheme_panelMenuListWidth : int {static} + AppCompatTheme_popupMenuStyle : int {static} + AppCompatTheme_popupWindowStyle : int {static} + AppCompatTheme_radioButtonStyle : int {static} + AppCompatTheme_ratingBarStyle : int {static} + AppCompatTheme_ratingBarStyleIndicator : int {static} + AppCompatTheme_ratingBarStyleSmall : int {static} + AppCompatTheme_searchViewStyle : int {static} + AppCompatTheme_seekBarStyle : int {static} + AppCompatTheme_selectableItemBackground : int {static} + AppCompatTheme_selectableItemBackgroundBorderless : int {static} + AppCompatTheme_spinnerDropDownItemStyle : int {static} + AppCompatTheme_spinnerStyle : int {static} + AppCompatTheme_switchStyle : int {static} + AppCompatTheme_textAppearanceLargePopupMenu : int {static} + AppCompatTheme_textAppearanceListItem : int {static} + AppCompatTheme_textAppearanceListItemSecondary : int {static} + AppCompatTheme_textAppearanceListItemSmall : int {static} + AppCompatTheme_textAppearancePopupMenuHeader : int {static} + AppCompatTheme_textAppearanceSearchResultSubtitle : int {static} + AppCompatTheme_textAppearanceSearchResultTitle : int {static} + AppCompatTheme_textAppearanceSmallPopupMenu : int {static} + AppCompatTheme_textColorAlertDialogListItem : int {static} + AppCompatTheme_textColorSearchUrl : int {static} + AppCompatTheme_toolbarNavigationButtonStyle : int {static} + AppCompatTheme_toolbarStyle : int {static} + AppCompatTheme_tooltipForegroundColor : int {static} + AppCompatTheme_tooltipFrameBackground : int {static} + AppCompatTheme_viewInflaterClass : int {static} + AppCompatTheme_windowActionBar : int {static} + AppCompatTheme_windowActionBarOverlay : int {static} + AppCompatTheme_windowActionModeOverlay : int {static} + AppCompatTheme_windowFixedHeightMajor : int {static} + AppCompatTheme_windowFixedHeightMinor : int {static} + AppCompatTheme_windowFixedWidthMajor : int {static} + AppCompatTheme_windowFixedWidthMinor : int {static} + AppCompatTheme_windowMinWidthMajor : int {static} + AppCompatTheme_windowMinWidthMinor : int {static} + AppCompatTheme_windowNoTitle : int {static} + BottomNavigationView : int[] {static} + BottomNavigationView_elevation : int {static} + BottomNavigationView_itemBackground : int {static} + BottomNavigationView_itemIconTint : int {static} + BottomNavigationView_itemTextColor : int {static} + BottomNavigationView_menu : int {static} + BottomSheetBehavior_Layout : int[] {static} + BottomSheetBehavior_Layout_behavior_hideable : int {static} + BottomSheetBehavior_Layout_behavior_peekHeight : int {static} + BottomSheetBehavior_Layout_behavior_skipCollapsed : int {static} + ButtonBarLayout : int[] {static} + ButtonBarLayout_allowStacking : int {static} + CollapsingToolbarLayout : int[] {static} + CollapsingToolbarLayout_collapsedTitleGravity : int {static} + CollapsingToolbarLayout_collapsedTitleTextAppearance : int {static} + CollapsingToolbarLayout_contentScrim : int {static} + CollapsingToolbarLayout_expandedTitleGravity : int {static} + CollapsingToolbarLayout_expandedTitleMargin : int {static} + CollapsingToolbarLayout_expandedTitleMarginBottom : int {static} + CollapsingToolbarLayout_expandedTitleMarginEnd : int {static} + CollapsingToolbarLayout_expandedTitleMarginStart : int {static} + CollapsingToolbarLayout_expandedTitleMarginTop : int {static} + CollapsingToolbarLayout_expandedTitleTextAppearance : int {static} + CollapsingToolbarLayout_scrimAnimationDuration : int {static} + CollapsingToolbarLayout_scrimVisibleHeightTrigger : int {static} + CollapsingToolbarLayout_statusBarScrim : int {static} + CollapsingToolbarLayout_title : int {static} + CollapsingToolbarLayout_titleEnabled : int {static} + CollapsingToolbarLayout_toolbarId : int {static} + CollapsingToolbarLayout_Layout : int[] {static} + CollapsingToolbarLayout_Layout_layout_collapseMode : int {static} + CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier : int {static} + ColorStateListItem : int[] {static} + ColorStateListItem_android_color : int {static} + ColorStateListItem_android_alpha : int {static} + ColorStateListItem_alpha : int {static} + CompoundButton : int[] {static} + CompoundButton_android_button : int {static} + CompoundButton_buttonTint : int {static} + CompoundButton_buttonTintMode : int {static} + CoordinatorLayout : int[] {static} + CoordinatorLayout_keylines : int {static} + CoordinatorLayout_statusBarBackground : int {static} + CoordinatorLayout_Layout : int[] {static} + CoordinatorLayout_Layout_android_layout_gravity : int {static} + CoordinatorLayout_Layout_layout_anchor : int {static} + CoordinatorLayout_Layout_layout_anchorGravity : int {static} + CoordinatorLayout_Layout_layout_behavior : int {static} + CoordinatorLayout_Layout_layout_dodgeInsetEdges : int {static} + CoordinatorLayout_Layout_layout_insetEdge : int {static} + CoordinatorLayout_Layout_layout_keyline : int {static} + DesignTheme : int[] {static} + DesignTheme_bottomSheetDialogTheme : int {static} + DesignTheme_bottomSheetStyle : int {static} + DesignTheme_textColorError : int {static} + DrawerArrowToggle : int[] {static} + DrawerArrowToggle_arrowHeadLength : int {static} + DrawerArrowToggle_arrowShaftLength : int {static} + DrawerArrowToggle_barLength : int {static} + DrawerArrowToggle_color : int {static} + DrawerArrowToggle_drawableSize : int {static} + DrawerArrowToggle_gapBetweenBars : int {static} + DrawerArrowToggle_spinBars : int {static} + DrawerArrowToggle_thickness : int {static} + FloatingActionButton : int[] {static} + FloatingActionButton_backgroundTint : int {static} + FloatingActionButton_backgroundTintMode : int {static} + FloatingActionButton_borderWidth : int {static} + FloatingActionButton_elevation : int {static} + FloatingActionButton_fabCustomSize : int {static} + FloatingActionButton_fabSize : int {static} + FloatingActionButton_pressedTranslationZ : int {static} + FloatingActionButton_rippleColor : int {static} + FloatingActionButton_useCompatPadding : int {static} + FloatingActionButton_Behavior_Layout : int[] {static} + FloatingActionButton_Behavior_Layout_behavior_autoHide : int {static} + FontFamily : int[] {static} + FontFamily_fontProviderAuthority : int {static} + FontFamily_fontProviderCerts : int {static} + FontFamily_fontProviderFetchStrategy : int {static} + FontFamily_fontProviderFetchTimeout : int {static} + FontFamily_fontProviderPackage : int {static} + FontFamily_fontProviderQuery : int {static} + FontFamilyFont : int[] {static} + FontFamilyFont_android_font : int {static} + FontFamilyFont_android_fontWeight : int {static} + FontFamilyFont_android_fontStyle : int {static} + FontFamilyFont_font : int {static} + FontFamilyFont_fontStyle : int {static} + FontFamilyFont_fontWeight : int {static} + ForegroundLinearLayout : int[] {static} + ForegroundLinearLayout_android_foreground : int {static} + ForegroundLinearLayout_android_foregroundGravity : int {static} + ForegroundLinearLayout_foregroundInsidePadding : int {static} + LinearLayoutCompat : int[] {static} + LinearLayoutCompat_android_gravity : int {static} + LinearLayoutCompat_android_orientation : int {static} + LinearLayoutCompat_android_baselineAligned : int {static} + LinearLayoutCompat_android_baselineAlignedChildIndex : int {static} + LinearLayoutCompat_android_weightSum : int {static} + LinearLayoutCompat_divider : int {static} + LinearLayoutCompat_dividerPadding : int {static} + LinearLayoutCompat_measureWithLargestChild : int {static} + LinearLayoutCompat_showDividers : int {static} + LinearLayoutCompat_Layout : int[] {static} + LinearLayoutCompat_Layout_android_layout_gravity : int {static} + LinearLayoutCompat_Layout_android_layout_width : int {static} + LinearLayoutCompat_Layout_android_layout_height : int {static} + LinearLayoutCompat_Layout_android_layout_weight : int {static} + ListPopupWindow : int[] {static} + ListPopupWindow_android_dropDownHorizontalOffset : int {static} + ListPopupWindow_android_dropDownVerticalOffset : int {static} + MenuGroup : int[] {static} + MenuGroup_android_enabled : int {static} + MenuGroup_android_id : int {static} + MenuGroup_android_visible : int {static} + MenuGroup_android_menuCategory : int {static} + MenuGroup_android_orderInCategory : int {static} + MenuGroup_android_checkableBehavior : int {static} + MenuItem : int[] {static} + MenuItem_android_icon : int {static} + MenuItem_android_enabled : int {static} + MenuItem_android_id : int {static} + MenuItem_android_checked : int {static} + MenuItem_android_visible : int {static} + MenuItem_android_menuCategory : int {static} + MenuItem_android_orderInCategory : int {static} + MenuItem_android_title : int {static} + MenuItem_android_titleCondensed : int {static} + MenuItem_android_alphabeticShortcut : int {static} + MenuItem_android_numericShortcut : int {static} + MenuItem_android_checkable : int {static} + MenuItem_android_onClick : int {static} + MenuItem_actionLayout : int {static} + MenuItem_actionProviderClass : int {static} + MenuItem_actionViewClass : int {static} + MenuItem_alphabeticModifiers : int {static} + MenuItem_contentDescription : int {static} + MenuItem_iconTint : int {static} + MenuItem_iconTintMode : int {static} + MenuItem_numericModifiers : int {static} + MenuItem_showAsAction : int {static} + MenuItem_tooltipText : int {static} + MenuView : int[] {static} + MenuView_android_windowAnimationStyle : int {static} + MenuView_android_itemTextAppearance : int {static} + MenuView_android_horizontalDivider : int {static} + MenuView_android_verticalDivider : int {static} + MenuView_android_headerBackground : int {static} + MenuView_android_itemBackground : int {static} + MenuView_android_itemIconDisabledAlpha : int {static} + MenuView_preserveIconSpacing : int {static} + MenuView_subMenuArrow : int {static} + NavigationView : int[] {static} + NavigationView_android_background : int {static} + NavigationView_android_fitsSystemWindows : int {static} + NavigationView_android_maxWidth : int {static} + NavigationView_elevation : int {static} + NavigationView_headerLayout : int {static} + NavigationView_itemBackground : int {static} + NavigationView_itemIconTint : int {static} + NavigationView_itemTextAppearance : int {static} + NavigationView_itemTextColor : int {static} + NavigationView_menu : int {static} + PopupWindow : int[] {static} + PopupWindow_android_popupBackground : int {static} + PopupWindow_android_popupAnimationStyle : int {static} + PopupWindow_overlapAnchor : int {static} + PopupWindowBackgroundState : int[] {static} + PopupWindowBackgroundState_state_above_anchor : int {static} + RecycleListView : int[] {static} + RecycleListView_paddingBottomNoButtons : int {static} + RecycleListView_paddingTopNoTitle : int {static} + RecyclerView : int[] {static} + RecyclerView_android_orientation : int {static} + RecyclerView_android_descendantFocusability : int {static} + RecyclerView_fastScrollEnabled : int {static} + RecyclerView_fastScrollHorizontalThumbDrawable : int {static} + RecyclerView_fastScrollHorizontalTrackDrawable : int {static} + RecyclerView_fastScrollVerticalThumbDrawable : int {static} + RecyclerView_fastScrollVerticalTrackDrawable : int {static} + RecyclerView_layoutManager : int {static} + RecyclerView_reverseLayout : int {static} + RecyclerView_spanCount : int {static} + RecyclerView_stackFromEnd : int {static} + ScrimInsetsFrameLayout : int[] {static} + ScrimInsetsFrameLayout_insetForeground : int {static} + ScrollingViewBehavior_Layout : int[] {static} + ScrollingViewBehavior_Layout_behavior_overlapTop : int {static} + SearchView : int[] {static} + SearchView_android_focusable : int {static} + SearchView_android_maxWidth : int {static} + SearchView_android_inputType : int {static} + SearchView_android_imeOptions : int {static} + SearchView_closeIcon : int {static} + SearchView_commitIcon : int {static} + SearchView_defaultQueryHint : int {static} + SearchView_goIcon : int {static} + SearchView_iconifiedByDefault : int {static} + SearchView_layout : int {static} + SearchView_queryBackground : int {static} + SearchView_queryHint : int {static} + SearchView_searchHintIcon : int {static} + SearchView_searchIcon : int {static} + SearchView_submitBackground : int {static} + SearchView_suggestionRowLayout : int {static} + SearchView_voiceIcon : int {static} + SnackbarLayout : int[] {static} + SnackbarLayout_android_maxWidth : int {static} + SnackbarLayout_elevation : int {static} + SnackbarLayout_maxActionInlineWidth : int {static} + Spinner : int[] {static} + Spinner_android_entries : int {static} + Spinner_android_popupBackground : int {static} + Spinner_android_prompt : int {static} + Spinner_android_dropDownWidth : int {static} + Spinner_popupTheme : int {static} + SwitchCompat : int[] {static} + SwitchCompat_android_textOn : int {static} + SwitchCompat_android_textOff : int {static} + SwitchCompat_android_thumb : int {static} + SwitchCompat_showText : int {static} + SwitchCompat_splitTrack : int {static} + SwitchCompat_switchMinWidth : int {static} + SwitchCompat_switchPadding : int {static} + SwitchCompat_switchTextAppearance : int {static} + SwitchCompat_thumbTextPadding : int {static} + SwitchCompat_thumbTint : int {static} + SwitchCompat_thumbTintMode : int {static} + SwitchCompat_track : int {static} + SwitchCompat_trackTint : int {static} + SwitchCompat_trackTintMode : int {static} + TabItem : int[] {static} + TabItem_android_icon : int {static} + TabItem_android_layout : int {static} + TabItem_android_text : int {static} + TabLayout : int[] {static} + TabLayout_tabBackground : int {static} + TabLayout_tabContentStart : int {static} + TabLayout_tabGravity : int {static} + TabLayout_tabIndicatorColor : int {static} + TabLayout_tabIndicatorHeight : int {static} + TabLayout_tabMaxWidth : int {static} + TabLayout_tabMinWidth : int {static} + TabLayout_tabMode : int {static} + TabLayout_tabPadding : int {static} + TabLayout_tabPaddingBottom : int {static} + TabLayout_tabPaddingEnd : int {static} + TabLayout_tabPaddingStart : int {static} + TabLayout_tabPaddingTop : int {static} + TabLayout_tabSelectedTextColor : int {static} + TabLayout_tabTextAppearance : int {static} + TabLayout_tabTextColor : int {static} + TextAppearance : int[] {static} + TextAppearance_android_textSize : int {static} + TextAppearance_android_typeface : int {static} + TextAppearance_android_textStyle : int {static} + TextAppearance_android_textColor : int {static} + TextAppearance_android_textColorHint : int {static} + TextAppearance_android_textColorLink : int {static} + TextAppearance_android_shadowColor : int {static} + TextAppearance_android_shadowDx : int {static} + TextAppearance_android_shadowDy : int {static} + TextAppearance_android_shadowRadius : int {static} + TextAppearance_android_fontFamily : int {static} + TextAppearance_fontFamily : int {static} + TextAppearance_textAllCaps : int {static} + TextInputLayout : int[] {static} + TextInputLayout_android_textColorHint : int {static} + TextInputLayout_android_hint : int {static} + TextInputLayout_counterEnabled : int {static} + TextInputLayout_counterMaxLength : int {static} + TextInputLayout_counterOverflowTextAppearance : int {static} + TextInputLayout_counterTextAppearance : int {static} + TextInputLayout_errorEnabled : int {static} + TextInputLayout_errorTextAppearance : int {static} + TextInputLayout_hintAnimationEnabled : int {static} + TextInputLayout_hintEnabled : int {static} + TextInputLayout_hintTextAppearance : int {static} + TextInputLayout_passwordToggleContentDescription : int {static} + TextInputLayout_passwordToggleDrawable : int {static} + TextInputLayout_passwordToggleEnabled : int {static} + TextInputLayout_passwordToggleTint : int {static} + TextInputLayout_passwordToggleTintMode : int {static} + Toolbar : int[] {static} + Toolbar_android_gravity : int {static} + Toolbar_android_minHeight : int {static} + Toolbar_buttonGravity : int {static} + Toolbar_collapseContentDescription : int {static} + Toolbar_collapseIcon : int {static} + Toolbar_contentInsetEnd : int {static} + Toolbar_contentInsetEndWithActions : int {static} + Toolbar_contentInsetLeft : int {static} + Toolbar_contentInsetRight : int {static} + Toolbar_contentInsetStart : int {static} + Toolbar_contentInsetStartWithNavigation : int {static} + Toolbar_logo : int {static} + Toolbar_logoDescription : int {static} + Toolbar_maxButtonHeight : int {static} + Toolbar_navigationContentDescription : int {static} + Toolbar_navigationIcon : int {static} + Toolbar_popupTheme : int {static} + Toolbar_subtitle : int {static} + Toolbar_subtitleTextAppearance : int {static} + Toolbar_subtitleTextColor : int {static} + Toolbar_title : int {static} + Toolbar_titleMargin : int {static} + Toolbar_titleMarginBottom : int {static} + Toolbar_titleMarginEnd : int {static} + Toolbar_titleMarginStart : int {static} + Toolbar_titleMarginTop : int {static} + Toolbar_titleMargins : int {static} + Toolbar_titleTextAppearance : int {static} + Toolbar_titleTextColor : int {static} + View : int[] {static} + View_android_theme : int {static} + View_android_focusable : int {static} + View_paddingEnd : int {static} + View_paddingStart : int {static} + View_theme : int {static} + ViewBackgroundHelper : int[] {static} + ViewBackgroundHelper_android_background : int {static} + ViewBackgroundHelper_backgroundTint : int {static} + ViewBackgroundHelper_backgroundTintMode : int {static} + ViewStubCompat : int[] {static} + ViewStubCompat_android_id : int {static} + ViewStubCompat_android_layout : int {static} + ViewStubCompat_android_inflatedId : int - styleable() } } R +-down- anim R +-down- animator R +-down- attr R +-down- bool R +-down- color R +-down- dimen R +-down- drawable R +-down- id R +-down- integer R +-down- layout R +-down- string R +-down- style R +-down- styleable right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
902e67f922dcd08fa009c87bb8ce526b978405f4
f8781f0e74245981db90d630c5ebc8e4407effb7
/exercise45/docs/Solution45UML.puml
f6e37a8e84eed78e73b4f6efca3a8d833fa3bbda
[]
no_license
Perry-codes/perry-a04
3865001ae99bb2d5fe9a905ae6e02ccfd213cd60
78bbd778f64916b59b534babac671a528b64ca19
refs/heads/master
2023-08-27T18:11:43.650631
2021-10-17T23:15:53
2021-10-17T23:15:53
414,005,740
0
0
null
null
null
null
UTF-8
PlantUML
false
false
133
puml
@startuml class WordFinder{ } class Solution45{ String fileInput String newOutput main() replaceKeyword() writeToFile() } @enduml
52664f9b426edb41370e7ccabed4361560ee0560
c45ce074df6e9c8bb54ce906f387a4ec1730b2d6
/diagrams/design/patterns/class/behavior/command.puml
b410e24fe07f591df748a95b1b0bb8d28b577926
[]
no_license
eromero-kreatech/clean-code
82a4a62ae6d76985bc77e7a16f5d9890c41b652f
e5a29e0dacead4f25005e67163ffb57fbc4d2d44
refs/heads/master
2023-06-26T21:50:19.104747
2021-07-24T00:51:11
2021-07-24T00:51:11
388,963,257
0
1
null
null
null
null
UTF-8
PlantUML
false
false
598
puml
@startuml COMMAND class Client class Invoker class Receiver { + action() } class Command { + execute() } class ConcreteCommand { + execute() } hide empty members Client -> Invoker Client --> Receiver Invoker *-- Command Client ..> ConcreteCommand Receiver -> ConcreteCommand ConcreteCommand -|> Command note as N1 <b><color:royalBlue>Command</color></b> <b>Type:</b> Behavioral Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations. end note @enduml
7faf5cd6b3849a4d5fa0887e59ff9347e19518bc
0cac157b94936ed5271a90b8c02c5ca483eb81ea
/Isotope/bin/com/alestrio/isotope/materials/materials.plantuml
8d2f39a9146e5caf9562d8c2c78393261a2ac0af
[ "MIT" ]
permissive
Isotope-Software/Isotope-StockManager
d6f822c3bf2ac55e121a1c9054b68b40c75578d7
2e273e3c45b15e8100f0f08c7ad0f4b75f7d36d0
refs/heads/master
2022-09-21T03:41:16.373248
2019-11-23T18:12:27
2019-11-23T18:12:27
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,960
plantuml
@startuml title __MATERIALS's Class Diagram__\n package com.alestrio.isotope { package com.alestrio.isotope.materials { abstract class AbsMaterial { # id : SimpleIntegerProperty # head : SimpleStringProperty # diameter : SimpleDoubleProperty # length : SimpleDoubleProperty # remainingLength : SimpleDoubleProperty # width : SimpleDoubleProperty # remainingWidth : SimpleDoubleProperty # thickness : SimpleDoubleProperty # remainingThickness : SimpleDoubleProperty # type : SimpleStringProperty # initialWeight : SimpleDoubleProperty # remainingWeight : SimpleDoubleProperty # color : SimpleStringProperty # qty : SimpleIntegerProperty # price : SimpleDoubleProperty # priceCm : SimpleDoubleProperty # totalPrice : SimpleDoubleProperty # piecePrice : SimpleDoubleProperty ~ AbsMaterial() + getHead() + setHead() + getHeadProperty() + getDiameter() + setDiameter() + getDiameterProperty() + getLength() + setLength() + getLengthProperty() + getRemainingLength() + setRemainingLength() + getRemainingLengthProperty() + getWidth() + setWidth() + getWidthProperty() + getRemainingWidth() + setRemainingWidth() + getRemainingWidthProperty() + getThickness() + setThickness() + getThicknessProperty() + getRemainingThickness() + setRemainingThickness() + getRemainingThicknessProperty() + getType() + setType() + getTypeProperty() + getRemainingWeight() + setRemainingWeight() + getRemainingWeightProperty() + getInitialWeight() + setInitialWeight() + getInitialWeightProperty() + getColor() + setColor() + getColorProperty() + getQty() + setQty() + getQtyProperty() + getPrice() + setPrice() + getPriceProperty() + getTotalPrice() + setTotalPrice() + getTotalPriceProperty() {abstract} + delete() {abstract} + add() {abstract} + isSimilar() + getPriceCm() + setPriceCm() + priceCmProperty() + getDb() } } } package com.alestrio.isotope { package com.alestrio.isotope.materials { class Cylinder { + Cylinder() + Cylinder() + delete() + add() + isSimilar() + modify() } } } package com.alestrio.isotope { package com.alestrio.isotope.materials { class FilamentSpool { + FilamentSpool() + FilamentSpool() + delete() + add() + isSimilar() + modify() } } } package com.alestrio.isotope { package com.alestrio.isotope.materials { class RectangularPiece { + RectangularPiece() + RectangularPiece() + delete() + add() + isSimilar() + modify() } } } package com.alestrio.isotope { package com.alestrio.isotope.materials { class Screw { + Screw() + Screw() + delete() + add() + modify() + modify() + isSimilar() } } } AbsMaterial o-- DB : db Cylinder -up-|> AbsMaterial FilamentSpool -up-|> AbsMaterial RectangularPiece -up-|> AbsMaterial Screw -up-|> AbsMaterial 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
947ccbc3cf210e4e9a41f69f42d641e28e67305d
c2ef7c48e236c3d1780fdcac75abce25c672c652
/src/main/resources/uml/MementoUml.puml
49a5b82f4ed46fc4e94098131a9006ab760a4c5d
[]
no_license
ToryZhou/design-pattern
8d63b720ef54c9633eb10122c4cbeae45ae7ea1c
c9bcd6ae5cfb398e86d3af9a6a704e70a604b5cd
refs/heads/master
2022-09-10T09:57:10.616533
2022-08-22T02:48:42
2022-08-22T02:48:42
132,232,311
62
31
null
2022-08-22T02:48:43
2018-05-05T09:11:57
Java
UTF-8
PlantUML
false
false
394
puml
@startuml title Memento class GameRole{ -vitality: int -attack: int -defense: int +fight() +saveState(): RoleStateMemento +recoveryState() } class RoleStateCaretaker{ -roleStateMemento: RoleStateMemento } class RoleStateMemento{ -vitality: int -attack: int -defense: int } GameRole .> RoleStateMemento RoleStateMemento <-o RoleStateCaretaker @enduml
a0211a24502ad5c4bef4f2563c75edad96cca794
462fe0192932415b87a8ad464042eb7908bc5de4
/seungho.lee/ch07/resources/adapter/uml/structureClassAdapter.puml
aa2699f3c1094105e6e74b434ed5097d0454be11
[]
no_license
meshkorea/study-oop-pattern
8be252dc9ca25f1b8a44d5effa024741c50bff73
5f98107945c834c073086d01a49070dfb9c1533d
refs/heads/master
2023-04-16T22:45:13.393336
2021-04-30T10:05:05
2021-04-30T10:05:05
345,630,433
1
1
null
2021-04-30T10:05:06
2021-03-08T11:19:39
Java
UTF-8
PlantUML
false
false
505
puml
@startuml class WebSearchRequestHandler { } note top 클라이언트 end note interface SearchService { +search() } note top 클라이언트가 요구하는 인터페이스 end note class SearchServiceTolrAdapter { +search() } note bottom 어댑터(Adapter) end note class TolrClient { +query() } note bottom 어댑티(Adaptee) end note WebSearchRequestHandler -right-> SearchService SearchServiceTolrAdapter .up.|> SearchService SearchServiceTolrAdapter -right-|> TolrClient @enduml
f38959a170859a482844f3124d2d6d6b11206337
b270ffc3409efa9c1cae1067942c48c14d3eb51e
/Puzzle-BIQ/src/main/java/course/puzzle/puzzleClassDiagram.puml
aaf988ee4c563a9e62e39b12387d9ac053650ee0
[]
no_license
BiqTransformation/Puzzle-BIQ
4d96aca597214a8e1446114c4c986c9a92b689b8
ff9d43e86d91e6aa8c520dfa663b4f23cf88868c
refs/heads/master
2020-03-06T19:35:18.927413
2018-05-27T20:00:26
2018-05-27T20:00:26
127,031,949
0
0
null
2018-06-10T16:03:58
2018-03-27T18:50:58
Java
UTF-8
PlantUML
false
false
2,272
puml
@startuml client.MainClient -- client.Client client.Client -- file.PuzzleInputDataValidation client.Client -- file.FileReader client.Client -- file.FileOutput client.Client -- model.Model puzzleManager.Server "1" *-- "many" client.Client : contains puzzleManager.Server "1" *-- "many" puzzleManager.PuzzleManager : contains puzzleManager.PuzzleManager "1" *-- "many" puzzle.PuzzleSolver puzzle.PuzzleSolver "1" *-- "many" puzzle.RunSolution class client.MainClient { String ip int port String inputFilePath String outputFilePath boolean rotate MainClient: createNewClient(ip, port, inputFilePath, outputFilePath,rotate) MainClient: startClient() MainClient: stopClient() } class client.Client { String ip int port String inputFilePath String outputFilePath boolean rotate String inputJson Client: Client(ip,port,inputFilePath,outputFilePath,rotate) Client: startClient() Client: validateInputFile() Client: openSocketChannel() Client: sendJsonToServer() Client: getOutputFromServer() Client: printOutput() Client: validateSolution() Client: disconnect() } class puzzleManager.Server{ int port int threads Server: main() Server: registerClient() Server: start() Server: currentClientInput readInputJsonFromCurrentClient() Server: openThreadPool() Server: currentClientOutput runNewPuzzleManager(currentClientInput) } class model.Model{ String inputFileTxt String inputFileJson String outputFileTxt String ourputFileJson Puzzle puzzle PuzzlePiece[][] solution Model: convertInputFileToJson() Model: Puzzle convertJsonToPuzzle() Model: convertSolutionToJson() Model: convertSolutionJsonToTxt() } class puzzleManager.PuzzleManager{ String inputJson String outputJson Puzzle puzzle PuzzleManager: puzzle convertInputJsonToPuzzle() PuzzleManager: outputJson runNewPuzzleSolver(puzzle) } class puzzle.PuzzleSolver{ String outputJson Puzzle puzzle Map<Integer,Integer> possibleSolutions PuzzleSolver: PuzzleSolver(puzzle,outputJson) PuzzleSolver: openThreadPool() PuzzleSolver: outputJson runNewSolution(puzzle,nt rows, int cols) } class puzzle.RunSolution{ int rows int cols String outputJson Puzzle puzzle PuzzlePieces[][] solvedPuzzle RunSolution: RunSolution(puzzle,rows,cols) RunSolution: puzzleSolution() RunSolution: outputJson convertToJson() } @enduml
5690e79151ca537fb907f00731581e40d8ed5715
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/TaxPortion.puml
f7316297fa27dcbb384464df294f1ff02d312d46
[]
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
698
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 TaxPortion [[TaxPortion.svg]] { name: String rate: Double amount: [[CentPrecisionMoney.svg CentPrecisionMoney]] } interface TaxedPrice [[TaxedPrice.svg]] { totalNet: [[CentPrecisionMoney.svg CentPrecisionMoney]] totalGross: [[CentPrecisionMoney.svg CentPrecisionMoney]] taxPortions: [[TaxPortion.svg List<TaxPortion>]] totalTax: [[CentPrecisionMoney.svg CentPrecisionMoney]] } TaxPortion --> TaxedPrice #green;text:green : "taxPortions" @enduml
442a53240e41e26a76676c2621e1a15cab525086
ea92b794f64577cf3f9895848ed841a2482a6d1e
/docs/assets/images/AudioTask-umlClassDiagram-144.puml
7d6ff2371a68a667046da991386645865404801a
[ "MIT" ]
permissive
dreambo8563/todo-core
a1cdd6e14ec6445dd1dae84d0ba03bf80b1b09da
96b2af2b5b5c0ba1d1aaa15eba7061c52cafc611
refs/heads/master
2022-11-21T11:51:16.649734
2020-07-18T17:57:03
2020-07-18T17:57:03
274,677,442
0
0
MIT
2020-06-28T10:36:09
2020-06-24T13:36:10
TypeScript
UTF-8
PlantUML
false
false
594
puml
@startuml hide empty methods hide empty fields class "AudioTask" { +content : MediaTaskType +finishDate : FinishDate +id : string +owner : ITaskOwner | null +status : ETaskStatus +pause() : void +play() : void +stop() : void +toggle() : void } class "PeriodTask" { +content : T +finishDate : FinishDate +id : string +owner : ITaskOwner | null +status : ETaskStatus +toggle() : void } "PeriodTask" <|-- "AudioTask" interface "IPlayable" { +pause() : void +play() : void +stop() : void } "IPlayable" <|.. "AudioTask" @enduml
16fe0099a0e867b0d3b91422bf80ac116493c11e
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Playables/BasicScriptPlayable.puml
d144a84817b807c30cff4cf4b70dc2b8ebc7a613
[]
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
997
puml
@startuml class BasicPlayableBehaviour { + BasicPlayableBehaviour() + <<virtual>> duration : double <<get>> + <<virtual>> OnGraphStart(playable:Playable) : void + <<virtual>> OnGraphStop(playable:Playable) : void + <<virtual>> OnPlayableCreate(playable:Playable) : void + <<virtual>> OnPlayableDestroy(playable:Playable) : void + <<virtual>> OnBehaviourPlay(playable:Playable, info:FrameData) : void + <<virtual>> OnBehaviourPause(playable:Playable, info:FrameData) : void + <<virtual>> PrepareFrame(playable:Playable, info:FrameData) : void + <<virtual>> ProcessFrame(playable:Playable, info:FrameData, playerData:object) : void + <<virtual>> CreatePlayable(graph:PlayableGraph, owner:GameObject) : Playable } class "IEnumerable`1"<T> { } ScriptableObject <|-- BasicPlayableBehaviour IPlayableAsset <|-- BasicPlayableBehaviour IPlayableBehaviour <|-- BasicPlayableBehaviour BasicPlayableBehaviour --> "outputs<PlayableBinding>" "IEnumerable`1" @enduml
1a1716570f7dec60babd34ca0dd74f550aa35647
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/UnityTestProtocol/TestPlanMessage.puml
d02d54886b817a8f58c6b597b368c3afde0bc8c9
[]
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
164
puml
@startuml class TestPlanMessage { + TestPlanMessage() } class "List`1"<T> { } Message <|-- TestPlanMessage TestPlanMessage --> "tests<string>" "List`1" @enduml
6884ecdb0caa2fc2e9da683454fea84d7832bb92
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_InputFieldEditor.puml
c6ed60950ae3a51a2d3fc346a2085dad2e661ab0
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,498
puml
@startuml class TMP_InputFieldEditor { + <<override>> OnInspectorGUI() : void } class m_foldout <<struct>> { + {static} textInput : bool = true + {static} fontSettings : bool = true + {static} extraSettings : bool = true } SelectableEditor <|-- TMP_InputFieldEditor TMP_InputFieldEditor --> "m_TextViewport" SerializedProperty TMP_InputFieldEditor --> "m_TextComponent" SerializedProperty TMP_InputFieldEditor --> "m_Text" SerializedProperty TMP_InputFieldEditor --> "m_ContentType" SerializedProperty TMP_InputFieldEditor --> "m_LineType" SerializedProperty TMP_InputFieldEditor --> "m_LineLimit" SerializedProperty TMP_InputFieldEditor --> "m_InputType" SerializedProperty TMP_InputFieldEditor --> "m_CharacterValidation" SerializedProperty TMP_InputFieldEditor --> "m_InputValidator" SerializedProperty TMP_InputFieldEditor --> "m_RegexValue" SerializedProperty TMP_InputFieldEditor --> "m_KeyboardType" SerializedProperty TMP_InputFieldEditor --> "m_CharacterLimit" SerializedProperty TMP_InputFieldEditor --> "m_CaretBlinkRate" SerializedProperty TMP_InputFieldEditor --> "m_CaretWidth" SerializedProperty TMP_InputFieldEditor --> "m_CaretColor" SerializedProperty TMP_InputFieldEditor --> "m_CustomCaretColor" SerializedProperty TMP_InputFieldEditor --> "m_SelectionColor" SerializedProperty TMP_InputFieldEditor --> "m_HideMobileKeyboard" SerializedProperty TMP_InputFieldEditor --> "m_HideMobileInput" SerializedProperty TMP_InputFieldEditor --> "m_Placeholder" SerializedProperty TMP_InputFieldEditor --> "m_VerticalScrollbar" SerializedProperty TMP_InputFieldEditor --> "m_ScrollbarScrollSensitivity" SerializedProperty TMP_InputFieldEditor --> "m_OnValueChanged" SerializedProperty TMP_InputFieldEditor --> "m_OnEndEdit" SerializedProperty TMP_InputFieldEditor --> "m_OnSelect" SerializedProperty TMP_InputFieldEditor --> "m_OnDeselect" SerializedProperty TMP_InputFieldEditor --> "m_ReadOnly" SerializedProperty TMP_InputFieldEditor --> "m_RichText" SerializedProperty TMP_InputFieldEditor --> "m_RichTextEditingAllowed" SerializedProperty TMP_InputFieldEditor --> "m_ResetOnDeActivation" SerializedProperty TMP_InputFieldEditor --> "m_RestoreOriginalTextOnEscape" SerializedProperty TMP_InputFieldEditor --> "m_OnFocusSelectAll" SerializedProperty TMP_InputFieldEditor --> "m_GlobalPointSize" SerializedProperty TMP_InputFieldEditor --> "m_GlobalFontAsset" SerializedProperty TMP_InputFieldEditor --> "m_CustomColor" AnimBool TMP_InputFieldEditor +-- m_foldout @enduml
f5a1f34c66051e2320d844bf1cc1d82ce588f0a8
ec4ab8a3c9fb2750294261a93939ce679a63303e
/AirportManager-api/src/main/java/pl/edu/uj/ii/ionb/airportmanager/transferobjects/transferobjects.plantuml
59d5c3448d5a4ececee2832631e83bd8ebad618d
[]
no_license
winostworzylbog/IONB
3ed0dbe064866d7d0a3c90eb4d186a4f7ef627d0
30dbd315bf1357e419f285d28bf32d4f2cfb4af3
refs/heads/origin/master
2022-12-21T00:15:30.682166
2020-01-24T16:37:05
2020-01-24T16:37:05
236,040,144
0
0
null
2022-12-16T00:40:51
2020-01-24T16:32:28
Java
UTF-8
PlantUML
false
false
2,944
plantuml
@startuml title __TRANSFEROBJECTS's Class Diagram__\n namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects { class pl.edu.uj.ii.ionb.airportmanager.transferobjects.AirplaneTO { - capacity : int - flights : List<FlightTO> - id : Long - name : String - type : String + equals() + getCapacity() + getFlights() + getId() + getName() + getType() + hashCode() + setCapacity() + setFlights() + setId() + setName() + setType() + toString() } } namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects { class pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO { - city : String - code : String - country : String - id : Long - incoming : List<FlightTO> - outcoming : List<FlightTO> + equals() + getCity() + getCode() + getCountry() + getId() + getIncoming() + getOutcoming() + hashCode() + setCity() + setCode() + setCountry() + setId() + setIncoming() + setOutcoming() + toString() } } namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects { class pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO { - arrivalTime : Timestamp - departureTime : Timestamp - id : Long - stewList : List<StewardTO> + equals() + getAirplaneTO() + getArrivalTime() + getDepartureTime() + getId() + getOrigin() + getStewList() + getTarget() + hashCode() + setAirplaneTO() + setArrivalTime() + setDepartureTime() + setId() + setOrigin() + setStewList() + setTarget() + toString() } } namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects { class pl.edu.uj.ii.ionb.airportmanager.transferobjects.StewardTO { - firstName : String - id : Long - lastName : String + equals() + getFirstName() + getId() + getLastName() + hashCode() + setFirstName() + setId() + setLastName() + toString() } } pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.AirplaneTO : airplaneTO pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO : origin pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO : target 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
566cc0af14c46e76efbd7a599ca706f3d3fcec37
0823b999b6c9168dd6f9139af4b4d24e90043021
/UMl/DatosCirculacion.puml
d7171a8a5d40425212fc584be9286c5faddbb0a5
[]
no_license
mpata2000/Algo3-TP1-Algovid
f1ee58b088c459cfc956e014da5ecc61cc1cfe79
ca03f8860131ba69ac3a88f0ceac398e0eddb19e
refs/heads/master
2023-06-01T19:45:48.306965
2021-06-17T17:02:03
2021-06-17T17:02:03
377,239,752
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,086
puml
@startuml DatosCirculacion class DatosCirculacion{ - contactoEstrecho: Lista +contactoEstrechoCon(unaPersona: Persona) +contactosEstrechosPuedeCircular(): Boolean +esPersonaDeRiesgo() esPersonalEsencial() +puedeCircular(): Boolean +vacunar() } interface EstadoPersonaDeRiesgo <<interface>>{ +esDeRiesgo(): Boolean } class PersonaNoDeRiesgo{} class PersonaDeRiesgo{} interface EstadoVacuna <<interface>>{ +estaVacunadx(): Boolean } class Vacunadx{} class NoVacunadx{} interface EstadoPersonalEsencial <<interface>>{ +esEsencial(): Boolean } class PersonalEsencial{} class PersonalNoEsencial{} DatosCirculacion "1" --> "1" EstadoPersonaDeRiesgo DatosCirculacion "1" --> "1" EstadoPersonalEsencial DatosCirculacion "1" --> "1" EstadoVacuna EstadoPersonaDeRiesgo <|.. PersonaDeRiesgo EstadoPersonaDeRiesgo <|.. PersonaNoDeRiesgo EstadoVacuna <|.. Vacunadx EstadoVacuna <|.. NoVacunadx EstadoPersonalEsencial <|.. PersonalEsencial EstadoPersonalEsencial <|.. PersonalNoEsencial @enduml
df9224fb179b4c6ae16499ea2045d385580daa44
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/AttributeGroupPagedQueryResponse.puml
e1b5b309747ff3a3f951d8c67f0b1e5c268ac3fb
[]
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
434
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 AttributeGroupPagedQueryResponse [[AttributeGroupPagedQueryResponse.svg]] { limit: Long offset: Long count: Long total: Long results: [[AttributeGroup.svg List<AttributeGroup>]] } @enduml
e3f11bdedbd6c1c64346f445e3675987dc11632a
22c062df90adff61becb66216348f35b57920adb
/DesignPatern/src/Creational/diagrams/computer_factory_method.puml
8edfc1f38cc745fc11fa019935347f95488a17bc
[ "BSD-3-Clause" ]
permissive
zainmehdi/software_engineering
0ca30f6daf526434fbec9ae0240da0685dc5977a
9b655590d05246d6e859673161de05ecde788b14
refs/heads/master
2022-12-29T14:33:41.798904
2020-10-12T13:57:20
2020-10-12T13:57:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
600
puml
@startuml skinparam classAttributeIconSize 0 interface "<<interface>> \n Computer" as Computer { } class Laptop{} class Desktop{} class ComputerFactory { + NewComputer(string description):Computer * } note "if(description == 'laptop')\n return new Laptop \n if(description == 'desktop')\n return new Desktop \n return nullptr" as NewComputerFactory Laptop -up..|> Computer Desktop -up..|> Computer NewComputerFactory -right..ComputerFactory class Client { +main():int } Client -down--Computer Client -up--ComputerFactory ComputerFactory -down-- Laptop ComputerFactory -down-- Desktop @enduml
6fd2b4e1c66b22981e6cfe673740a42142c577a5
ec4ab8a3c9fb2750294261a93939ce679a63303e
/AirportManager-web/src/main/java/pl/edu/uj/ii/ionb/airportmanager/web/beans/beans.plantuml
c36e0d5b6c0978ffc2d00a7a8733dd7a1eaa430b
[]
no_license
winostworzylbog/IONB
3ed0dbe064866d7d0a3c90eb4d186a4f7ef627d0
30dbd315bf1357e419f285d28bf32d4f2cfb4af3
refs/heads/origin/master
2022-12-21T00:15:30.682166
2020-01-24T16:37:05
2020-01-24T16:37:05
236,040,144
0
0
null
2022-12-16T00:40:51
2020-01-24T16:32:28
Java
UTF-8
PlantUML
false
false
6,746
plantuml
@startuml title __BEANS's Class Diagram__\n namespace l.edu.uj.ii.ionb.airportmanager.web.beans { class pl.edu.uj.ii.ionb.airportmanager.web.beans.AirplaneActionBean { {static} ~ log : Logger - airplanes : List<AirplaneTO> - err : LocalizableError - flights : List<FlightTO> + add() + delete() + edit() + getAirplane() + getAirplanes() + getFlights() + handleValidationErrors() + list() + listFlights() + loadAirplaneFromDatabase() + save() + setAirplane() + setFlights() } } namespace l.edu.uj.ii.ionb.airportmanager.web.beans { abstract class pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean { - context : ActionBeanContext {static} + escapeHTML() + getContext() + setContext() } } namespace l.edu.uj.ii.ionb.airportmanager.web.beans { class pl.edu.uj.ii.ionb.airportmanager.web.beans.DestinationsActionBean { {static} ~ log : Logger - destinations : List<DestinationTO> - flights : List<FlightTO> + cancel() + createDestination() + deleteDestination() + edit() + getAllIncomingFlights() + getAllOutcomingFlights() + getDestination() + getDestinations() + getFlights() + handleValidationErrors() + list() + loadDestinationFromDatabase() + setDestination() + updateDestination() } } namespace l.edu.uj.ii.ionb.airportmanager.web.beans { class pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean { - airList : List<AirplaneTO> - airplane : String - arrdate : String - arrtime : String - depdate : String - deptime : String - desList : List<DestinationTO> - flights : List<FlightTO> - notexecute : boolean - origin : String - stewList : List<StewardTO> - target : String + addNewFlight() + createFlightFormular() + doNothing() + edit() + getAirList() + getAirplane() + getArrdate() + getArrtime() + getDepdate() + getDeptime() + getDesList() + getFlight() + getFlights() + getOrigin() + getStewList() + getTarget() + listFlights() + loadFlight() + removeFlight() + setAirList() + setAirplane() + setArrdate() + setArrtime() + setDepdate() + setDeptime() + setDesList() + setFlight() + setFlights() + setOrigin() + setStewList() + setTarget() + stringToTimestampEN() + stringToTimestampSK() + updateFlight() + valid() - formatDateStamp() - formatTimeStamp() - getIdOfEntity() - prepareFlight() } } namespace l.edu.uj.ii.ionb.airportmanager.web.beans { class pl.edu.uj.ii.ionb.airportmanager.web.beans.StewardsActionBean { - flights : List<FlightTO> - stewards : List<StewardTO> + addNewSteward() + addStewardsFlight() + createFormular() + doNothing() + editFormular() + getFlights() + getSteward() + getStewards() + loadFlight() + loadSteward() + removeSteward() + removeStewardsFlight() + saveStewardsEdit() + setSteward() + showAllStewardsFlights() + showStewardsFlightToAdd() + showStewardsList() - getRemainingFights() } } pl.edu.uj.ii.ionb.airportmanager.web.beans.AirplaneActionBean .up.|> net.sourceforge.stripes.validation.ValidationErrorHandler pl.edu.uj.ii.ionb.airportmanager.web.beans.AirplaneActionBean -up-|> pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean pl.edu.uj.ii.ionb.airportmanager.web.beans.AirplaneActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.AirplaneService : airplaneService pl.edu.uj.ii.ionb.airportmanager.web.beans.AirplaneActionBean o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.AirplaneTO : airplane pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean .up.|> net.sourceforge.stripes.action.ActionBean pl.edu.uj.ii.ionb.airportmanager.web.beans.DestinationsActionBean .up.|> net.sourceforge.stripes.validation.ValidationErrorHandler pl.edu.uj.ii.ionb.airportmanager.web.beans.DestinationsActionBean -up-|> pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean pl.edu.uj.ii.ionb.airportmanager.web.beans.DestinationsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.DestinationService : destinationService pl.edu.uj.ii.ionb.airportmanager.web.beans.DestinationsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO : destination pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean -up-|> pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.AirplaneService : airService pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.DestinationService : desService pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO : flight pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.FlightService : flightService pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.StewardService : stewService pl.edu.uj.ii.ionb.airportmanager.web.beans.StewardsActionBean -up-|> pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean pl.edu.uj.ii.ionb.airportmanager.web.beans.StewardsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.FlightService : flightService pl.edu.uj.ii.ionb.airportmanager.web.beans.StewardsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.StewardService : stewService pl.edu.uj.ii.ionb.airportmanager.web.beans.StewardsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.StewardTO : steward 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
6e1f4221c838cd7410035ffde2c07c8b22bc95c0
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/PointCloudMap/PointCloudMapLP/PointCloudMapLP_Class.puml
84fbc5119ae230074f5c86e7ee88ea646c869fe3
[]
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
1,118
puml
@startuml skinparam classAttributeIconSize 0 class Submap <<struct>> { double atdS size_t cntS size_t cntE std::vector<LPoint2D> mps Submap() : atdS(0), cntS(0), cntE(-1){} Submap(double a, size_t s) : cntE(-1){atdS = a; cntS = s} void addPoints(const std::vector<LPoint2D> &lps) std::vector<LPoint2D> subsamplePoints(int nthre) } class PointCloudMapLP{ + {static} double atdThre = 10 + double atd + std::vector<Submap> submaps + PointCloudMapLP(){Submap submap; submap.emplace_back(submap)} + ~PointCloudMapLP() + Pose2D getLastPose() const {return(lastPose)} + void setLastPose(Pose2D &p){lastPose = p} + std::vector<Submap> &getSubmaps(){return(submaps)} + virtual void addPose(const Pose2D &p) + virtual void addPoints(const std::vector<LPoint2D> &lps) + virtual void makeGlobalMap() + virtual void makeLocalMap() + virtual void remakeMaps(const std::vector<Pose2D> &newPoses) } PointCloudMapLP --|> PointCloudMap PointCloudMapLP o-- Submap PointCloudMap o-- Pose2D PointCloudMap o-- Scan2D PointCloudMap o-- LPoint2D @enduml
d418113816a7fda972e1113ee8979a96c84e7c2f
41b9498f48c484fd10eeb0271f8a419ef86d7004
/src/main/java/phiosophy/001单一职责原则.puml
c1fc991cab969eb6b0359caf33353515170f67a0
[]
no_license
sherwinwu93/design-pattern
04c155fcc6cccfc2a36f8ce27a58e5fd6ee4cb55
372d7edc126b880a55ebe65f7b90bb356269173a
refs/heads/master
2023-04-06T09:25:32.672206
2020-12-28T16:35:46
2020-12-28T16:35:46
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
579
puml
@startuml '数据库,客户,图标 class OCustomerDataChart { '连接数据库 Connection getConnection() '查询所有客户信息 List findCustomers() '创建图表 void createChart() '显示图表 void displayChart() } '单一职责原则 '1.数据库 class DBUtil { Connection getConnection() } '2.客户 class CustomerDao { DBUtil util List findCustomers() } '3.图表 class CustomerDataChart { CustomerDao dao void createChart() void displayChart() } '成员变量 CustomerDao --down> DBUtil CustomerDataChart --right> CustomerDao @enduml
334361550f3f596b6e358e06cc346c26857ec8d1
2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03
/UML/vendor/yiisoft/yii2-gii.puml
ffeb95cd69d6956714c135edf3370580c82cf42e
[]
no_license
adipriyantobpn/UML-diagram-for-some-PHP-packages
b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5
0a9308fbd2d544c8f64a37cf9f11011edfc40ace
refs/heads/master
2021-08-19T19:24:34.948176
2017-11-27T07:48:10
2017-11-27T07:48:10
112,164,778
0
0
null
null
null
null
UTF-8
PlantUML
false
false
9,443
puml
@startuml skinparam handwritten true class yii.gii.CodeFile { +{static}OP_CREATE = "create" +{static}OP_OVERWRITE = "overwrite" +{static}OP_SKIP = "skip" +content : string +id : string +operation : string +path : string +diff() : boolean|string +getRelativePath() : string +getType() : string +preview() : boolean|string -renderDiff(lines1 : mixed, lines2 : mixed) : string +save() : string|boolean +__construct(path : string, content : string) } class yii.gii.CodeFile extends yii.base.Object abstract class yii.gii.Generator { +enableI18N : boolean = false +messageCategory : string = "app" +template : string = "default" +templates : array = [] +attributeLabels() +autoCompleteData() : array +defaultTemplate() : string +formView() : string +generate() : CodeFile[] +generateString(string : string = "", placeholders : array = []) : string +getDescription() : string +getName() : string +getStickyDataFile() : string +getTemplatePath() : string +hints() : array +init() +isReservedKeyword(value : string) : boolean +loadStickyAttributes() +render(template : string, params : array = []) : string +requiredTemplates() : array +rules() +save(files : CodeFile[], answers : array, results : string) : boolean +saveStickyAttributes() +stickyAttributes() : array +successMessage() : string +validateClass(attribute : string, params : array) +validateMessageCategory() +validateNewClass(attribute : string, params : array) +validateTemplate() } class yii.gii.Generator extends yii.base.Model class yii.gii.GiiAsset { +css = [ \t0 => "main.css" ] +depends = [ \t0 => "yii\web\YiiAsset", \t1 => "yii\bootstrap\BootstrapAsset", \t2 => "yii\bootstrap\BootstrapPluginAsset", \t3 => "yii\gii\TypeAheadAsset" ] +js = [ \t0 => "gii.js" ] +sourcePath = "@yii/gii/assets" } class yii.gii.GiiAsset extends yii.web.AssetBundle class yii.gii.Module { +allowedIPs : array = [ \t0 => "127.0.0.1", \t1 => "::1" ] +controllerNamespace = "yii\gii\controllers" +generators : array|Generator[] = [] +newDirMode : integer = 511 +newFileMode : integer = 438 +beforeAction(action) +bootstrap(app) #checkAccess() : boolean #coreGenerators() : array #resetGlobalSettings() } class yii.gii.Module extends yii.base.Module class yii.gii.Module implements yii.base.BootstrapInterface class yii.gii.TypeAheadAsset { +depends = [ \t0 => "yii\bootstrap\BootstrapAsset", \t1 => "yii\bootstrap\BootstrapPluginAsset" ] +js = [ \t0 => "typeahead.bundle.js" ] +sourcePath = "@bower/typeahead.js/dist" } class yii.gii.TypeAheadAsset extends yii.web.AssetBundle class yii.gii.components.ActiveField { +model : yii.gii.Generator +autoComplete(data : array) : $this +init() +sticky() : $this } class yii.gii.components.ActiveField extends yii.widgets.ActiveField class yii.gii.components.DiffRendererHtmlInline { +render() : string } class yii.gii.components.DiffRendererHtmlInline extends Diff_Renderer_Html_Array class yii.gii.console.GenerateAction { +controller : GenerateController +generator : yii.gii.Generator #displayValidationErrors() #generateCode() +run() } class yii.gii.console.GenerateAction extends yii.base.Action class yii.gii.console.GenerateController { +generators : array = [] +module : yii.gii.Module +overwrite : boolean = false -_options : array = [] +actionIndex() +actions() +createAction(id) #formatHint(hint) +getActionArgsHelp(action) +getActionHelp(action) +getActionHelpSummary(action) +getActionOptionsHelp(action) +getUniqueID() +init() +options(id) +__get(name) +__set(name, value) } class yii.gii.console.GenerateController extends yii.console.Controller class yii.gii.controllers.DefaultController { +generator : yii.gii.Generator +layout = "generator" +module : yii.gii.Module +actionAction(id : string, name : string) : mixed +actionDiff(id, file) +actionIndex() +actionPreview(id, file) +actionView(id) #loadGenerator(id : string) : yii.gii.Generator } class yii.gii.controllers.DefaultController extends yii.web.Controller class yii.gii.generators.controller.Generator { +actions : string = "index" +baseClass : string = "yii\web\Controller" +controllerClass : string +viewPath : string +attributeLabels() +generate() +getActionIDs() : array +getControllerFile() : string +getControllerID() : string +getControllerNamespace() : string +getDescription() +getName() +getViewFile(action : string) : string +hints() +requiredTemplates() +rules() +stickyAttributes() +successMessage() } class yii.gii.generators.controller.Generator extends yii.gii.Generator class yii.gii.generators.crud.Generator { +baseControllerClass = "yii\web\Controller" +controllerClass +enablePjax : boolean = false +indexWidgetType = "grid" +modelClass +searchModelClass = "" +viewPath +attributeLabels() +generate() +generateActionParamComments() : array +generateActionParams() : string +generateActiveField(attribute : string) : string +generateActiveSearchField(attribute : string) : string +generateColumnFormat(column : yii.db.ColumnSchema) : string +generateSearchConditions() : array +generateSearchLabels() : array +generateSearchRules() : array +generateUrlParams() : string +getColumnNames() : array +getControllerID() : string +getDescription() +getName() +getNameAttribute() +getSearchAttributes() : array +getTableSchema() : boolean|.yii.db.TableSchema +getViewPath() : string +hints() +requiredTemplates() +rules() +stickyAttributes() +validateModelClass() } class yii.gii.generators.crud.Generator extends yii.gii.Generator class yii.gii.generators.extension.Generator { +authorEmail +authorName +description +keywords = "yii2,extension" +license +namespace +outputPath = "@app/runtime/tmp-extensions" +packageName = "yii2-" +title +type = "yii2-extension" +vendorName +attributeLabels() +generate() +getDescription() +getKeywordsArrayJson() : string +getName() +getOutputPath() : boolean +hints() +optsLicense() : array +optsType() : array +requiredTemplates() +rules() +stickyAttributes() +successMessage() } class yii.gii.generators.extension.Generator extends yii.gii.Generator class yii.gii.generators.form.Generator { +modelClass +scenarioName +viewName +viewPath = "@app/views" +attributeLabels() +generate() +getDescription() +getModelAttributes() : array +getName() +hints() +requiredTemplates() +rules() +stickyAttributes() +successMessage() +validateViewPath() } class yii.gii.generators.form.Generator extends yii.gii.Generator class yii.gii.generators.model.Generator { +{static}RELATIONS_ALL = "all" +{static}RELATIONS_ALL_INVERSE = "all-inverse" +{static}RELATIONS_NONE = "none" +baseClass = "yii\db\ActiveRecord" #classNames +db = "db" +generateLabelsFromComments = false +generateQuery = false +generateRelations = "all" +modelClass +ns = "app\models" +queryBaseClass = "yii\db\ActiveQuery" +queryClass +queryNs = "app\models" +tableName #tableNames +useSchemaName = true +useTablePrefix = false #addInverseRelations(relations : array) : array +attributeLabels() +autoCompleteData() #checkJunctionTable(table) : array|boolean +generate() #generateClassName(tableName : string, useSchemaName : boolean = null) : string +generateLabels(table : yii.db.TableSchema) : array -generateManyManyRelations(table, fks : array, relations : array) : array #generateQueryClassName(modelClassName : string) : string #generateRelationLink(refs : array) : string #generateRelationName(relations : array, table : yii.db.TableSchema, key : string, multiple : boolean) : string #generateRelations() : array +generateRules(table : yii.db.TableSchema) : array +generateTableName(tableName : string) : string #getDbConnection() : yii.db.Connection +getDescription() +getName() #getSchemaNames() : string[] #getTableNames() : array +getTablePrefix() : string +hints() #isColumnAutoIncremental(table : yii.db.TableSchema, columns : array) : boolean #isHasManyRelation(table : TableSchema, fks : array) : boolean +requiredTemplates() +rules() +stickyAttributes() +validateDb() +validateModelClass() +validateNamespace(attribute : string) +validateTableName() } class yii.gii.generators.model.Generator extends yii.gii.Generator class yii.gii.generators.module.Generator { +moduleClass +moduleID +attributeLabels() +generate() +getControllerNamespace() : string +getDescription() +getModulePath() : boolean +getName() +hints() +requiredTemplates() +rules() +successMessage() +validateModuleClass() } class yii.gii.generators.module.Generator extends yii.gii.Generator @enduml
d83a4cc0ad0012134c5571e065688958055329d0
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/Drawers/ClipDrawer.puml
dd24fa479bd2c5555cc878b7d955fb99eff317c4
[]
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
4,674
puml
@startuml enum BlendKind { None, Ease, Mix, } enum BlendAngle { Descending, Ascending, } class IconData <<struct>> { + width : float <<get>> + height : float <<get>> + IconData(icon:Texture2D) } class ClipBorder { + <<readonly>> thickness : float ClipBorder(color:Color, thickness:float) <<const>> k_ClipSelectionBorder : float = 1.0f <<const>> k_ClipRecordingBorder : float = 2.0f + {static} Recording() : ClipBorder + {static} Selection() : ClipBorder + {static} Default() : ClipBorder } class ClipBlends <<struct>> { + ClipBlends(inKind:BlendKind, inRect:Rect, outKind:BlendKind, outRect:Rect) } class ClipDrawData <<struct>> { + title : string + selected : bool + inlineCurvesSelected : bool + localVisibleStartTime : double + localVisibleEndTime : double + previousClipSelected : bool + supportsLooping : bool + minLoopIndex : int } class ClipDrawer <<static>> { <<const>> k_ClipSwatchLineThickness : float = 4.0f <<const>> k_MinClipWidth : float = 7.0f <<const>> k_ClipInOutMinWidth : float = 15.0f <<const>> k_ClipLoopsMinWidth : float = 20.0f <<const>> k_ClipLabelPadding : float = 6.0f <<const>> k_ClipLabelMinWidth : float = 10.0f <<const>> k_IconsPadding : float = 1.0f <<const>> k_ClipInlineWidth : float = 1.0f {static} GetLoopString(loopIndex:int) : string {static} DrawLoops(drawData:ClipDrawData) : void {static} DrawClipBorder(drawData:ClipDrawData) : void + {static} DrawClipSelectionBorder(clipRect:Rect, border:ClipBorder, blends:ClipBlends) : void {static} DrawBlendLine(rect:Rect, blendAngle:BlendAngle, width:float, color:Color) : void {static} DrawClipBlendSelectionBorder(clipRect:Rect, border:ClipBorder, blends:ClipBlends) : void {static} DrawClipDefaultBorder(clipRect:Rect, border:ClipBorder, blends:ClipBlends) : void {static} DrawClipTimescale(targetRect:Rect, clippedRect:Rect, timeScale:double) : void {static} DrawClipInOut(targetRect:Rect, clip:TimelineClip) : void {static} DrawClipLabel(data:ClipDrawData, availableRect:Rect, color:Color) : void {static} DrawClipLabel(title:string, availableRect:Rect, color:Color, errorText:string) : void {static} DrawClipLabel(title:string, availableRect:Rect, textColor:Color, leftIcons:IconData[], rightIcons:IconData[], tooltipMessage:string) : void {static} DrawClipIcons(icons:IconData[], side:IconData.Side, labelWidth:float, availableRect:Rect) : void {static} DrawClipName(rect:Rect, content:GUIContent, textColor:Color) : void {static} DrawIcon(imageRect:Rect, color:Color, icon:Texture2D) : void {static} DrawClipBackground(clipCenterSection:Rect, selected:bool) : void {static} DrawClipBlends(blends:ClipBlends, inColor:Color, outColor:Color, backgroundColor:Color) : void {static} DrawClipSwatch(targetRect:Rect, swatchColor:Color) : void + {static} DrawSimpleClip(clip:TimelineClip, targetRect:Rect, border:ClipBorder, overlay:Color, drawOptions:ClipDrawOptions) : void + {static} DrawDefaultClip(drawData:ClipDrawData) : void {static} DrawClipEditorBackground(drawData:ClipDrawData) : void + {static} DrawAnimationRecordBorder(drawData:ClipDrawData) : void + {static} DrawRecordProhibited(drawData:ClipDrawData) : void + {static} DrawRecordOnBlend(drawData:ClipDrawData) : void + {static} DrawRecordInvalidClip(drawData:ClipDrawData) : void + {static} DrawInvalidRecordIcon(rect:Rect, helpText:GUIContent) : void } enum Side { Left= -1, Right= 1, } class "List`1"<T> { } class Styles <<static>> { + {static} <<readonly>> HoldText : string } class "Dictionary`2"<T1,T2> { } IconData --> "icon" Texture2D IconData --> "tint" Color ClipBorder --> "color" Color ClipBlends --> "inKind" BlendKind ClipBlends --> "inRect" Rect ClipBlends --> "outKind" BlendKind ClipBlends --> "outRect" Rect ClipBlends o-> "kNone" ClipBlends ClipDrawData --> "clip" TimelineClip ClipDrawData --> "targetRect" Rect ClipDrawData --> "unclippedRect" Rect ClipDrawData --> "clippedRect" Rect ClipDrawData --> "clipCenterSection" Rect ClipDrawData --> "previousClip" TimelineClip ClipDrawData --> "loopRects<Rect>" "List`1" ClipDrawData --> "clipBlends" ClipBlends ClipDrawData --> "ClipDrawOptions" ClipDrawOptions ClipDrawData --> "clipEditor" ClipEditor ClipDrawer o-> "s_TitleContent" GUIContent ClipDrawer o-> "s_LoopStringCache<int,string>" "Dictionary`2" IconData +-- Side ClipDrawer +-- Styles Styles o-> "iconWarn" Texture2D Styles o-> "s_IconNoRecord" Texture2D Styles o-> "s_ClipNotRecorable" GUIContent Styles o-> "s_ClipNoRecordInBlend" GUIContent @enduml
59ddee502ccb4742ecc2fccb702fb087866b1c1d
8a63b0892998da88f779e8a105831b644232540c
/DesignPatternlib/src/main/java/com/lhf/designpatternlib/observer/example/WeatherStation.puml
6c0a56405975bbe6572609b76b597ab2abcd59dd
[]
no_license
Joshua-Lu/MyStudyApp
b57311677135f3f5e0c98236afbbb14bdae8cbf1
6ca03dfd1bcbcb72bf53459949ee34a1879535b7
refs/heads/master
2023-08-09T19:00:38.909776
2023-07-30T16:15:28
2023-07-30T16:15:28
225,662,424
5
0
null
null
null
null
UTF-8
PlantUML
false
false
907
puml
@startuml class java.util.Observable { # List<IObserver> observers + void add(Observer observer) + void remove(Observer observer) + void notifyObservers() } interface java.util.Observer { void update(Observable o, Object arg) } class WeatherData extends java.util.Observable { - int temperature - int humidity - int pressure + int getTemperature() + int getHumidity() + int getPressure() + void measurementsChanged() + void setMeasurements(int temperature, int humidity, int pressure) } interface DisplayElement { void display() } class CurrentConditionsDisplay implements java.util.Observer, DisplayElement { - int temperature - int humidity - Observable weatherData + CurrentConditionsDisplay(Observable weatherData) + void update(Observable o, Object arg) + void display() } CurrentConditionsDisplay *- WeatherData @enduml
25de5cba7a0e2ce37e784002cee2b31d1213ef6c
ee96a70918e886f49a11a2646742ecd0615cd83d
/src/diagrams/util/action/packages/WrapperActions.puml
e78e6f7a7e487764cebdddb980cfcdfdd2521d75
[ "MIT" ]
permissive
DorinR/Politisense
675c8138b8e768d3962759c8a52c15dfd3b42756
921e9ab04b378ebe341186d32e5c9522cab624b6
refs/heads/master
2023-01-23T12:20:29.224166
2020-04-12T00:42:39
2020-04-12T00:42:39
317,986,401
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,100
puml
@startuml interface Action <T,U> class QueueManager package Errors #e0e0d1 { class ActionDecorationError } package Parsers #e0e0d1 { class XmlDataParser class XmlParseError } package Firestore #e0e0d1 { package Models #e0e0d1 { class Model } } package WrapperActions #e0e0d1 { class ParserWrapperAction <T extends XmlDataParser, U extends Model>{ - Create: Function - wrapped: String - params: Object + ParserWrapperAction(xmlParserType : T, params: Object) : ParserWrapperAction + perform(xml : String) : Promise<Array<U>> } Action <|-- ParserWrapperAction ParserWrapperAction --> Parsers ParserWrapperAction --> Model class QueueManagerWrapperAction<T extends QueueManager> { - Create: Function - wrapped: String - params: Object + ParserWrapperAction(QueueManagerType : T, params: Object) : ParserWrapperAction + perform(params : Object) : Promise<Array<Array<Object>>> } QueueManagerWrapperAction --> QueueManager } WrapperActions <-- Errors @enduml
75b11c4d927289103d382976969735f744d883ad
a08307073b81a594154a842f5ef87508df391d1c
/class diagrams/ColtExpress.plantuml
72d28995ee88f291866f8e8e127fd54c11f25987
[]
no_license
AlexisDel/Colt-Express
c99050ae00feefcb62faee50faa1ba124a5de380
96402eddae52b181f01575492eda6e497b1a0979
refs/heads/master
2023-05-25T04:27:02.337566
2021-06-14T14:28:04
2021-06-14T14:28:04
376,847,116
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,310
plantuml
@startuml title __COLTEXPRESS's Class Diagram__\n namespace main { class main.Game { } } namespace main { namespace controller { class main.controller.GameController { } } } namespace main { namespace engine { class main.engine.GameEngine { } } } namespace main { namespace engine { namespace gameElements { class main.engine.gameElements.Bandit { } } } } namespace main { namespace engine { namespace gameElements { class main.engine.gameElements.Bounty { } } } } namespace main { namespace engine { namespace gameElements { class main.engine.gameElements.Character { } } } } namespace main { namespace engine { namespace gameElements { class main.engine.gameElements.Entity { } } } } namespace main { namespace engine { namespace gameElements { class main.engine.gameElements.Marshall { } } } } namespace main { namespace engine { namespace gameElements { class main.engine.gameElements.Train { } } } } namespace main { namespace engine { namespace utils { enum Action { } } } } namespace main { namespace engine { namespace utils { enum Direction { } } } } namespace main { namespace engine { namespace utils { enum GameState { } } } } namespace main { namespace graphics { class main.graphics.GameDisplay { } } } namespace main { namespace graphics { namespace graphicElements { class main.graphics.graphicElements.Board { } } } } namespace main { namespace graphics { namespace graphicElements { class main.graphics.graphicElements.BoardG { } } } } namespace main { namespace graphics { namespace graphicElements { class main.graphics.graphicElements.Buttons { } } } } namespace main { namespace graphics { namespace utils { class main.graphics.utils.Positions { } } } } namespace main { namespace graphics { namespace utils { class main.graphics.utils.TextDisplay { } } } } namespace test { class test.BanditTest { } } main.engine.gameElements.Bandit -up-|> main.engine.gameElements.Character main.engine.gameElements.Bounty -up-|> main.engine.gameElements.Entity main.engine.gameElements.Character -up-|> main.engine.gameElements.Entity main.engine.gameElements.Marshall -up-|> main.engine.gameElements.Character main.graphics.GameDisplay -up-|> javax.swing.JFrame main.graphics.graphicElements.Board -up-|> javax.swing.JPanel main.graphics.graphicElements.BoardG -up-|> javax.swing.JPanel main.graphics.graphicElements.Buttons -up-|> javax.swing.JPanel 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
774ee7490794b1d2c6f6db3d8f2c81de18f153eb
ca297beee931ad3e6900be7ce159d888f8686147
/behavior patterns/Chain of responsibility.puml
26872f0e42db9068d00f8b86ae209132a83c13f5
[]
no_license
yvoilee/DesignPattern
c556fb25f39d6846e73225324e53df060b544513
9974e60984e9aea7fe670f8314b031a0b61a2a8b
refs/heads/master
2020-04-29T22:57:07.914236
2019-03-19T08:37:54
2019-03-19T08:37:54
176,463,386
0
0
null
null
null
null
UTF-8
PlantUML
false
false
512
puml
@startuml skinparam classAttributeIconSize 0 package "class ChainOfResponsibility(责任链模式)" #DDDDDD { abstract class Handler { #successor():Handler +handleRequest(String):void } note left: 抽象处理者 class ConcreteHandler1 { +handleRequest(String):void } class ConcreteHandler2 { +handleRequest(String):void } Handler o-- Handler:0..1 Handler <|-- ConcreteHandler1 Handler <|-- ConcreteHandler2 Client ..> Handler } @enduml
41cae0bb506807daf0c9a5c4744dd307683da4fb
6df209763ebc8e47c1390ca8ff00f453543b3d7e
/docs/img/diagram/groepkeuze.puml
f20b6d6aebdfc22ee28d1c6a9d60f28279feeac3
[]
no_license
csrdelft/csrdelft.nl
89dc3c8067a33082780c7ce43799fb4101bcacb2
db9da8acb148d96bff6b66b02d330c3bf60c5e0e
refs/heads/master
2023-08-21T16:50:58.232871
2023-08-18T08:27:43
2023-08-18T08:27:43
61,622,229
23
16
null
2023-09-03T16:43:43
2016-06-21T09:48:59
PHP
UTF-8
PlantUML
false
false
1,226
puml
@startuml !theme cerulean abstract class AbstractGroep { GroepKeuze[] keuzelijst2 GroepVersie versie } abstract class AbstractGroepLid { string|GroepKeuzeSelectie[] opmerking } AbstractGroepLid <- AbstractGroep class GroepKeuze { string type string default string keuzes } class GroepKeuzeSelectie { string type string selectie } enum GroepKeuzeType { CHECKBOXES RADIOS DROPDOWN TEXT SLIDER NUMBER } GroepKeuze --> GroepKeuzeType GroepKeuzeSelectie --> GroepKeuzeType AbstractGroepLid --> GroepKeuzeSelectie GroepKeuzeSelectie .> GroepKeuze AbstractGroep --> GroepKeuze note right of GroepKeuze { Opties is afhankelijk van type, kan zijn: een lijst van keuzes voor dropdown/radios/checkboxes of min/max voor number/slider. Default is ook afhankelijk van type, kan een standaard string zijn of aageven welke opties default zijn/is gemarkeerd. } note left of GroepKeuzeSelectie { Selectie is de daadwerkelijke selectie van een lid deze moet overeenkomen met een GroepKeuze, maar als dit niet het geval is, wordt de waarde alsnog weergegeven } note right of AbstractGroep { Een groep heeft een versie veld dat aangeeft of deze groep dit systeem gebruikt. } @enduml
5c88f8d3fc3803c4ba22d9746670399689dbe470
244cd662102f098d8b9e985f72f24150acb7c214
/uml/appDiagram.puml
f5f1e6b3be553e08a8cdfdca918e208bed336b5f
[]
no_license
Melisac105/cabrera-2589-a5
a98d62a793fe4628e1c5c6eb006fe892319971c4
dbf7a827f4bb12adb4cbd1c13eac90f090968801
refs/heads/master
2023-06-25T19:25:06.099186
2021-07-26T00:31:56
2021-07-26T00:31:56
386,680,319
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,228
puml
@startuml 'https://plantuml.com/sequence-diagram class InventoryTrackerApp { start() main() stop() } class MainWindowControllers { - myInventory: InventoryList - itemEdited: Item tableView: TableView<Item> serialNumber: TableColumn<Item, String> name: TableColumn<Item, String> price: TableColumn<Item, String> removeButton: ImageView addButton: ImageView remainingCapacity: Label searchField: TextField + removeButtonClicked() + addButtonClicked() + editButtonClicked() + sortLowToHigh() + saveAsTSV() + saveAsHTML() + saveAsJSON() + openInventory() + initialize() + getItems() } class AddItemWindowController { LETTERS: char[] SPECIAL_CHARACTERS: char[] submit: Button itemName: TextField serialNum: TextField itemPrice: TextField + submitButtonClicked() } class EditItemWindowController { LETTERS: char[] SPECIAL_CHARACTERS: char[] submit: Button itemName: TextField serialNum: TextField itemPrice: TextField + saveChangesClicked() + backButtonClicked() } class Item { - serialNumber: String - price: String - name: String + Item() + getSerialNumber() + setSerialNumber() + getPrice()() + setPrice() + getName() + setName()() + toString() + toTSV() } class InventoryList { - name: String - capacity: int + count: int + items: ArrayList<Item> + InventoryList() + getName() + setName() + getRemainingCapacity() + setCapacity() + updateName() + addItem() + removeItem() + editName() + editSerialNumber() + editPrice() + contains() + getItems() } class Html { + generateHeaderHtml() + generateBodyHtml() } class DataLoading { +loadData } javafx.Application <|-- InventoryTrackerApp InventoryTrackerApp -- MainWindowControllers MainWindowControllers -- AddItemWindowController MainWindowControllers -- EditItemWindowController MainWindowControllers - Item MainWindowControllers - DataLoading AddItemWindowController - Item Item -- InventoryList Html - MainWindowControllers @enduml
83c377ab0db4c7e33132bd7e09a28b2c71b70b7f
dd52aba98c2addf317ed4eace1058ed5fb00fe20
/Architecture/Framework/Java/Dubbo/uml/DubboRegistry.puml
a851e75ec570f931c39da11176332aaafbbef13c
[]
no_license
bovenson/notes
9ab16bc1d282ae9e268042b7bb9e8b1ac79df584
387074588c50973b6fb8645f859ae9ca29b4df4c
refs/heads/master
2023-01-19T08:21:34.968411
2020-11-18T15:16:42
2020-11-18T15:16:42
88,229,770
8
2
null
2023-01-11T00:56:03
2017-04-14T03:33:49
Java
UTF-8
PlantUML
false
false
951
puml
Node: 节点 Registry: 注册服务,包含服务发现服务节点、注册服务相关接口 @startuml hide empty members interface RegistryService { void register(URL url) void unregister(URL url) void subscribe(URL url, NotifyListener listener) void unsubcribe(URL url, NotifyListener listener) List<URL> lookup(URL url) } interface Node { URL getUrl() boolean isAvalibale() void destroy() } interface Registry { } RegistryService <|-- Registry Node <|-- Registry abstract AbstractRegistry { } Registry <|-- AbstractRegistry abstract FailbackRegistry { void doRegister(URL url) void doUnregister(URL url) void doSubscribe(URL url, NotifyListener listener) void doUnsubscribe(URL url, NotifyListener listener) } AbstractRegistry <|.. FailbackRegistry class ConsulRegistry { } FailbackRegistry <|.. ConsulRegistry class Holder { URL url NotifyListener notifyListener } @enduml
717d6d7fa8fa114883e51dcdaab711f38ba6cb8e
9655943d1f1de106247934f0b4045ab682c17ca7
/src/Portal/UI/UI.plantuml
665491edff50c1d61dcbb0f68e06082de1c6b398
[]
no_license
MartinEmilEshack/PortalOld
de97437fb0c7904a1338922fc847ca60a117c478
c0290d993205b95a5a766632ab1a75d439d37ee9
refs/heads/master
2022-01-10T19:23:01.254495
2019-05-10T23:43:10
2019-05-10T23:43:10
176,746,376
0
0
null
null
null
null
UTF-8
PlantUML
false
false
746
plantuml
@startuml title __UI's Class Diagram__\n package Portal.UI { class Main { + start() {static} + main() - setPosition() } } package Portal.UI { class MainWindowController { + address : TextField + raws : VBox ~ folders : GridPane + onComputer1Pressed() - onFolderPressed() + onBackPressed() + onForwardPressed() - setExplorerData() } } package Portal.UI { class SplashController { } } Main -up-|> Application right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
85e3557ba6aa2ec7ccaccaf945279437281048c9
2127e304807d8aab8fc3196839b5afa1937b2299
/python_servers/Server.puml
6b1d717bc321d6803d66d36a502fe15b1c4156b0
[]
no_license
preemek/StudyProjects
686e6ca23f31d7866fd3a609d2f175dd6ac822a0
e43f265490b0ff67ddbeeba2ed1ef758327a5a16
refs/heads/master
2022-09-23T13:26:42.430717
2020-06-04T07:16:10
2020-06-04T07:16:10
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,298
puml
@startuml hide empty members class Exception{ } class ServerError{ } class TooManyProductsFoundError{ } abstract class Server{ + __init__(self, *args, **kwargs) + {abstract} get_entries(self, n_letters) + {abstract} add (product: Product) + {abstract} remove_product (name: str) - {abstract} _n_max_returned_entries - {abstract} _catalog } class MapServer{ + __init__(self, dct, *args, **kwargs) + get_entries (self, n_letters) \n throws TooManyProductsFoundError + add(product: Product) + remove_product (name: str) - _n_max_returned_entries - _catalog: Dict [Product.id : Product] } class ListServer{ + __init__(self, lst, *args, **kwargs) + get_entries(self, n_letters) \n throws TooManyProductsFoundError + add(product: Product) + remove_position(index: int) + remove_product (name: str) - _n_max_returned_entries - _catalog: List[Product] } class Product{ + __init__ (self, _name: str, _price: float) - _name: str ^[A-za-z]+[0-9]+$ - _price: float } class Client{ +__init__ (self, server: Server) + {classmethod} get_total_price(cls, n_letters: Optional[int]) -> \nOptional[float] } Server <|.. MapServer Server <|.. ListServer MapServer o--down- Product ListServer o--down- Product Exception <|-- ServerError ServerError <|-- TooManyProductsFoundError Client -left...> Server @enduml
9a48b0ce0efdcedc640678a93537162c8d8231d0
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/Api/Filter.puml
4ce739b2d90a00702359b24e3797e02fbbbb0552
[]
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
102
puml
@startuml class Filter { + targetPlatform : BuildTarget? } Filter --> "testMode" TestMode @enduml
f8f76213a9c742d33de4be1892657e706c7cf8ea
35524a300e469cc67f5d652a07103230b264d077
/src/main/java/ex45/ex45.puml
ff07d15731d8ea1013ab094b3c11f456725c8346
[]
no_license
tsehaiB/boucaud-cop3330-assignment3
f216416bb28d346bf10d3974b62546a4886446c6
ec9362b8cfd2d347d12cd3d134cb02e1c514c4d9
refs/heads/master
2023-05-27T00:45:39.837812
2021-06-21T03:53:49
2021-06-21T03:53:49
378,795,737
0
0
null
null
null
null
UTF-8
PlantUML
false
false
833
puml
@startuml 'https://plantuml.com/sequence-diagram class Application{ - reader : input - writer : output - process : processor + main() - readString(String prompt, Scanner userIn) - readFile(input reader) - processAll(ArrayList<String> unprocessed, processor process) - writeFile(String processedString, String path, output writer) } class input{ - input : File + constructReader() + storeInStringArray(Scanner reader) } class output{ - output : File + constructWriter(String path) + printToFile(FileWriter writer, String processedPassage) } class processor{ + splitString(String passageLine) + makeString(String[] line) + public String processAll(ArrayList<String> unprocessed) } Application o--> input Application o--> output Application o--> processor @enduml
558cde656a93f6bcf7ad91b5474f6923d4d8bdab
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/Core/MORR/Data/Transcoding/IEncoder.puml
e9d0cf124946b1378daf5f74671097f4ab4ff449
[ "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
235
puml
@startuml skinparam monochrome true skinparam classAttributeIconSize 0 !startsub default interface IEncoder { + EncodeFinished : ManualResetEvent <<get>> + Encode(recordingDirectoryPath: DirectoryPath) : void } !endsub @enduml
aa034dc87c089e63b54def7d79ca8f40e9e4192b
0b804c1d414e26f966df1b2b38cd6668030edb80
/grooveshark.puml
2926d9bc3fc77fff7d85f904ffec059a33039ec2
[]
no_license
krcalcn/recreating-grooveshark
1b9db7d557d8137d453711ccd6a1db0dc63e1552
115846c978809cb17f2ba39f6d37729f530fef85
refs/heads/master
2023-03-09T18:02:11.590858
2021-02-27T10:24:18
2021-02-27T10:24:18
295,148,963
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,875
puml
@startuml grooveshark class User <<Entity>> { + id: String + name: String + userName: String + email: String + password: String + queue: Array + savedSongs: Array + savedLists: Array + favSongs: Array + favLists: Array + createdAt: Date + deletedAt: Date + createPlaylist() + deletePlaylist() + addPlaylistToFavs() + savePlaylist() + addToQueue() + removeFromQueue() + saveSong() + addSongToFavs() + startBroadcast() + joinBroadcast() + addSong() + followUser() + freezeUserAccount() } class Follow <<Entity>> { + id: String + follower: String + following: String } class List <<Entity>> { + id: String + ownerId: Number + name: String + songs: Array + isPublic: Boolean + whoCanSee: Array + whoCanAdd: Array + genres: Array + createdAt: Date + deletedAt: Date + addToList() } class Artist <<Entity>> { + id: String + name: String + albums: Array + singles: Array + genres: Array + createdAt: Date + deletedAt: Date } class Album <<Entity>> { + id: String + name: String + songs: Array + releaseDate: Date + recordCompany: String + genres: Array + createdAt: Date + deletedAt: Date } class Song <<Entity>> { + id: String + name: String + duration: Time + url: String + releaseDate: Date + genres: Array + recordCompany: String + artists: Array + whoAdded: String + createdAt: Date + deletedAt: Date } class Broadcast <<Entity>> { + id: String + streamerId: String + name: String + queue: Array + isActive: Boolean + isPublic: Boolean + whoCanJoin: Array + chat: String + createdAt: Date + deletedAt: Date } class Genre <<ValueObject>> { + id: Integer + name: String } Artist "1" *--> "0..*" Album Artist "1" *--> "1..*" Song User "1" *--> "0..*" List User "1" *--> "0..*" Broadcast Album o--> Song @enduml
92feb53560619ef7b4b98e0a11f94fd031665a88
a7db7f381f681f7b863a0d8fafab1c7be61f07ff
/reponses/cloud.api.puml
d9cff74e514bdc1fee0e47b104b34d6fa0e485a6
[]
no_license
Ramin-Erwyn/mapc-cc1
03b0af4fc06a629c3362bfe0ebf5084c626d514b
04c434f122c324775ca2225a1f0d791147a3b298
refs/heads/master
2023-01-03T02:30:50.606721
2020-11-03T16:35:35
2020-11-03T16:35:35
309,746,429
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,519
puml
@startuml package Cloud.api { interface Cloud.api.Cloud extends NamedElement { + getPlans(DeploymentPlan plan) Set<DeploymentPlan> + deployPlan(DeploymentPlan plan) :boolean + startPlan(DeploymentPlan plan) :boolean + stopPlan(DeploymentPlan plan) :boolean + removePlan(DeploymentPlan plan) :boolean } interface Cloud.api.Component extends Resource, RunnableElement { + getComponentType() :ComponentType } interface Cloud.api.ComponentType extends Resource{ + componentTypeKey() :String + createComponent(String name) :Component } interface Cloud.api.ComputeNode extends Resource, RunnableElement{ + addVMachine(VirtualMachine machin) :boolean + removeVMachine(VirtualMachine machin) :boolean + getVMachines() Set<VirtualMachine> + shutDownVMachine(VirtualMachine machin) :boolean + startVirtualMachine(VirtualMachine machin) :boolean } interface Cloud.api.DeploymentPlan extends NamedElement, RunnableElement{ + newStandardComputeNode(StandardComputeNodeSize size, String name) + newPersonalizedComputeNode(int nbCPU, int memory, String name) + newVirtualMachine(String name) + newService(String key, String name) + newComponent(String key, String name) + getNodes() Set<ComputeNode> + getNode(String: name) + deployVMonNode(VirtualMachine vm, ComputeNode node) + deployServiceOnVm(Service service, VirtualMachine vm) + attachComponentToService(Component component, Service service) + isValid() :boolean + getReport() :DeploymentPlanReport } interface Cloud.api.DeploymentPlanReport { + addException(Exception e) :boolean + exceptions() List<Exception> + messages() List<String> } interface Cloud.api.DeploymentPlanShutdown { + setNext(DeploymentPlanShutdown handler) :void + stop(DeploymentPlan plan) :boolean } interface Cloud.api.DeploymentPlanStartup { + setNext(DeploymentPlanStartup handler) :void + start(DeploymentPlan plan, boolean bestEffort) :boolean } interface Cloud.api.NamedElement extends Visitable{ + name() :String } interface Cloud.api.Resource extends NamedElement{ + setNbCPU() :int + getMemory() :int + getNbCPU(int nbCPU) :void + setMemory(int memory) :void } interface Cloud.api.RunnableElement { + start() :boolean + stop() :boolean + isRunning() :boolean + restart() } interface Cloud.api.Service extends Resource, RunnableElement{ + getComponent() :Component + setComponent(Component component) :void + getServiceType() } interface Cloud.api.ServiceType extends NamedElement { + createService(String name) :String + serviceTypeKey() :Service } enum Cloud.api.StandardComputeNodeSize { - int :nbCPU - int :memory XSMALL SMALL MEDIUM MEDIUM_LARGE LARGE XLARGE +getNbCPU() :int +getMemory() :int } interface Cloud.api.VirtualMachine extends Resource, RunnableElement { + setOS(VmOSName os) :void + getOS() :VmOSName + addService(Service service) :boolean + getServices(Service service):boolean + removeService() Set<Service> } } @enduml
90d32219bf963da9ecf010892b1912157e3ff852
c3287e91ce0ebce396cd3966de3d2f7d90131c20
/Plantuml/UI/ValidationRules/NoNegativeDistancesRule.puml
08dafe57715844176c5cb6055da3155d116634eb
[]
no_license
kretmatt/SWE2-Tourplanner
497ec2e888112bd3d67a0f2b97e7c1e8e0348371
f064500ae5b913b00671f358a586011affcdaf00
refs/heads/main
2023-05-12T11:48:29.605417
2021-06-06T21:53:11
2021-06-06T21:53:11
341,115,114
0
0
null
null
null
null
UTF-8
PlantUML
false
false
182
puml
@startuml class NoNegativeDistancesRule { + <<override>> Validate(value:object, cultureInfo:CultureInfo) : ValidationResult } ValidationRule <|-- NoNegativeDistancesRule @enduml
3f3f00ee313134838ff63b619614fa34f8d6c239
5bda871fceb094fb9925872cf46794a7bb523678
/src/main/java/builder/exercice/exercice.plantuml
565bcb2b80fc918e00818d9802ba4fce0fa64435
[]
no_license
jestin-g/java-design-pattern
9ec3526091fd4a5b795b035e3d6ae54a064e9ed2
da908b77cced2e25640f68f22d4bccda88e1321e
refs/heads/master
2023-02-11T14:12:52.417590
2021-01-06T16:48:53
2021-01-06T16:48:53
307,839,152
0
0
null
null
null
null
UTF-8
PlantUML
false
false
832
plantuml
@startuml title __EXERCICE's Class Diagram__\n namespace builder.exercice { class builder.exercice.CodeBuilder { - className : String - elements : ArrayList<CodeElement> + CodeBuilder() + addField() + toString() } } namespace builder.exercice { class builder.exercice.CodeBuilderDemo { {static} + main() } } namespace builder.exercice { class builder.exercice.CodeElement { - name : String - type : String + CodeElement() + CodeElement() + getName() + getType() + toString() } } 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
d7097e9fc33c85134bad810b0cb411061eb62cce
f12cda9a8bd887e1ac151257ac672f6b26e2dfc6
/src/com/jambit/onboarding2020/tbrpg/games/quizGame/quizGame.plantuml
f17a64a4235c5efabadae1fbf6ce6cae96e465db
[ "Apache-2.0" ]
permissive
jambit/onboardingphase2020_TextbasedRPG
04f81709ae0b03cd39d0da8b17b578b1d5f9d0b0
116c8db39f34ea28b05fbddde8cd133d83928811
refs/heads/Development
2022-12-28T13:36:26.169235
2020-09-25T11:28:01
2020-09-25T11:28:01
294,055,805
2
0
Apache-2.0
2020-09-25T11:29:12
2020-09-09T08:49:20
Java
UTF-8
PlantUML
false
false
1,347
plantuml
@startuml title __QUIZGAME's Class Diagram__\n namespace com.jambit.onboarding2020.tbrpg { namespace games { namespace quizGame { class com.jambit.onboarding2020.tbrpg.games.quizGame.Quiz { # correctAnswer : int # question : String # wrongAnswer1 : int # wrongAnswer2 : int + checkAnswer() + checkWrongs() + getAnswers() + getQuizQuestion() } } } } namespace com.jambit.onboarding2020.tbrpg { namespace games { namespace quizGame { class com.jambit.onboarding2020.tbrpg.games.quizGame.QuizMaster { ~ random : Random - possibleQuizzes : ArrayList<Quiz> + play() {static} - getNextIntegerInput() - getQuizList() - initialzePossibleQuizzList() } } } } com.jambit.onboarding2020.tbrpg.games.quizGame.Quiz .up.|> com.jambit.onboarding2020.tbrpg.games.quizGame.quizzes.Quizzzable com.jambit.onboarding2020.tbrpg.games.quizGame.QuizMaster .up.|> com.jambit.onboarding2020.tbrpg.games.Playable 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
37361e547059912e0e9dfeea3b3f12b0336bfb3a
45e4540f8b6e5866c2bc7790c4bd2fa4c6d1ce55
/diagrams/kubernetes/client.puml
3e1627138f9ca7b12285f93b21d0c87183e7edb8
[]
no_license
YouEclipse/testcodes
f775a5cc90a9624d700d70ff567a17b0aaae431d
dc23c953a8661b0e049a72b651dacc0300f5bb31
refs/heads/master
2021-03-08T05:29:16.829165
2020-08-23T17:00:46
2020-08-23T17:00:46
246,320,961
0
0
null
null
null
null
UTF-8
PlantUML
false
false
7,092
puml
@startuml kubernetes-client-go-rest !include https://raw.githubusercontent.com/bschwarz/puml-themes/master/themes/materia/puml-theme-materia.puml package k8s.io/client-go/rest <<Frame>> { interface Interface { + GetRateLimiter() flowcontrol.RateLimiter + Verb(verb string) *Request + Post() *Request + Put() *Request + Patch(pt types.PatchType) *Request + Get() *Request + Delete() *Request + APIVersion() schema.GroupVersion } class RestClient << (S,#FF7700) >> { } Interface <|-- RestClient:implement } @enduml @startuml kubernetes-client-go-discovery !include https://raw.githubusercontent.com/bschwarz/puml-themes/master/themes/materia/puml-theme-materia.puml package k8s.io/client-go/discovery <<Frame>> { interface ServerGroupsInterface{ + ServerGroups() (*metav1.APIGroupList, error) } interface ServerResourcesInterface{ + ServerResourcesForGroupVersion(groupVersion string) (*metav1.APIResourceList, error) + ServerResources() ([]*metav1.APIResourceList, error) + ServerGroupsAndResources() ([]*metav1.APIGroup, []*metav1.APIResourceList, error) + ServerPreferredResources() ([]*metav1.APIResourceList, error) + ServerPreferredNamespacedResources() ([]*metav1.APIResourceList, error) } interface ServerVersionInterface{ + ServerVersion() (*version.Info, error) } interface OpenAPISchemaInterface{ + OpenAPISchema() (*openapi_v2.Document, error) } interface DiscoveryInterface { + RESTClient() restclient.Interface } interface CachedDiscoveryInterface{ + Fresh() bool + Invalidate() } class DiscoveryClient << (S,#FF7700) >>{ } DiscoveryInterface --* ServerGroupsInterface:composite DiscoveryInterface --* ServerResourcesInterface:composite DiscoveryInterface --* ServerVersionInterface:composite DiscoveryInterface --* OpenAPISchemaInterface:composite CachedDiscoveryInterface--*DiscoveryInterface:composite DiscoveryClient --|> DiscoveryInterface:implement } package k8s.io/client-go/discovery/disk <<Frame>>{ class CachedDiscoveryClient << (S,#FF7700) >> { } CachedDiscoveryClient --|> CachedDiscoveryInterface:implement CachedDiscoveryClient --# DiscoveryInterface:aggregate } package k8s.io/client-go/discovery/memory <<Frame>> { class memCacheClient << (S,#FF7700) >> { } memCacheClient --|>CachedDiscoveryInterface:implement memCacheClient --* DiscoveryInterface:composite } @enduml @startuml kubernetes-client-go-clientset !include https://raw.githubusercontent.com/bschwarz/puml-themes/master/themes/materia/puml-theme-materia.puml package k8s.io/client-go/kubernetes { interface Interface { + Discovery() discovery.DiscoveryInterface + AdmissionregistrationV1() admissionregistrationv1.AdmissionregistrationV1Interface + AdmissionregistrationV1beta1() admissionregistrationv1beta1.AdmissionregistrationV1beta1Interface + AppsV1() appsv1.AppsV1Interface + AppsV1beta1() appsv1beta1.AppsV1beta1Interface + AppsV1beta2() appsv1beta2.AppsV1beta2Interface {method} ... } class Clientset << (S,#FF7700) >> { } Clientset --|> Interface:implement } @enduml @startuml kubernetes-client-go-dynamic !include https://raw.githubusercontent.com/bschwarz/puml-themes/master/themes/materia/puml-theme-materia.puml package k8s.io/client-go/dynamic { class dynamicClient << (S,#FF7700) >> { } class dynamicResourceClient << (S,#FF7700) >> { } dynamicResourceClient --# dynamicClient:aggregate } @enduml @startuml kubernetes-client-go-client-all !include https://raw.githubusercontent.com/bschwarz/puml-themes/master/themes/materia/puml-theme-materia.puml title client-go Client对象 类图 'k8s.io/client-go/rest package rest <<Frame>> { interface rest.Interface { + GetRateLimiter() flowcontrol.RateLimiter + Verb(verb string) *Request + Post() *Request + Put() *Request + Patch(pt types.PatchType) *Request + Get() *Request + Delete() *Request + APIVersion() schema.GroupVersion } class rest.RestClient << (S,#FF7700) >> { } rest.Interface <|-- rest.RestClient:implement } 'k8s.io/client-go/discovery package discovery <<Frame>> { interface ServerGroupsInterface{ + ServerGroups() (*metav1.APIGroupList, error) } interface ServerResourcesInterface{ + ServerResourcesForGroupVersion(groupVersion string) (*metav1.APIResourceList, error) + ServerResources() ([]*metav1.APIResourceList, error) + ServerGroupsAndResources() ([]*metav1.APIGroup, []*metav1.APIResourceList, error) + ServerPreferredResources() ([]*metav1.APIResourceList, error) + ServerPreferredNamespacedResources() ([]*metav1.APIResourceList, error) } interface ServerVersionInterface{ + ServerVersion() (*version.Info, error) } interface OpenAPISchemaInterface{ + OpenAPISchema() (*openapi_v2.Document, error) } interface DiscoveryInterface { + RESTClient() restclient.Interface } interface CachedDiscoveryInterface{ + Fresh() bool + Invalidate() } class discovery.DiscoveryClient << (S,#FF7700) >>{ } DiscoveryInterface --* ServerGroupsInterface:composite DiscoveryInterface --* ServerResourcesInterface:composite DiscoveryInterface --* ServerVersionInterface:composite DiscoveryInterface --* OpenAPISchemaInterface:composite CachedDiscoveryInterface--*DiscoveryInterface:composite discovery.DiscoveryClient --|> DiscoveryInterface:implement discovery.DiscoveryClient --# rest.Interface:aggregate } package k8s.io/client-go/discovery/disk <<Frame>>{ class CachedDiscoveryClient << (S,#FF7700) >> { } CachedDiscoveryClient --|> CachedDiscoveryInterface:implement CachedDiscoveryClient --# DiscoveryInterface:aggregate } package k8s.io/client-go/discovery/memory <<Frame>> { class memCacheClient << (S,#FF7700) >> { } memCacheClient --|>CachedDiscoveryInterface:implement memCacheClient --* DiscoveryInterface:composite } 'k8s.io/client-go/kubernetes package kubernetes <<Frame>> { interface Interface { + Discovery() discovery.DiscoveryInterface + AdmissionregistrationV1() admissionregistrationv1.AdmissionregistrationV1Interface + AdmissionregistrationV1beta1() admissionregistrationv1beta1.AdmissionregistrationV1beta1Interface + AppsV1() appsv1.AppsV1Interface + AppsV1beta1() appsv1beta1.AppsV1beta1Interface + AppsV1beta2() appsv1beta2.AppsV1beta2Interface {method} ... } class Clientset << (S,#FF7700) >> { } Clientset --|> Interface:implement Clientset --# discovery.DiscoveryClient:aggregate } 'k8s.io/client-go/dynamic package dynamic <<Frame>> { class dynamicClient << (S,#FF7700) >> { } class dynamicResourceClient << (S,#FF7700) >> { } dynamicResourceClient --# dynamicClient:aggregate dynamicClient --# rest.RestClient:aggregate } @enduml
8ced1f0446ac263472b9ba2bdacfdf3ffb565819
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/packages_single/MODULES_WEBBROWSER.puml
5b2b8615381ee9cb31b54ebb93bb0eb30ef13b2d
[ "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
3,207
puml
@startuml MODULES_WEBBROWSER skinparam monochrome true 'skinparam linetype ortho skinparam classAttributeIconSize 0 left to right direction hide empty fields !startsub default package "WEBBROWSER" #BFBFBF { class WebBrowserModule class WebBrowserModuleConfiguration package "EVENTS" { class ButtonClickEvent { + Button : string <<get>> <<set>> + URL: System.Uri } class CloseTabEvent class FileDownloadEvent { + MIMEType : string <<get>> <<set>> + FileURL: System.Uri } class HoverEvent { + HoveredElement : string <<get>> <<set>> } class NavigationEvent class OpenTabEvent class SwitchTabEvent { + NewTabID: int <<get>> <<set>> } class TextInputEvent { + InputtedText : string <<get>> <<set>> + Textbox : string <<get>> <<set>> } class TextSelectionEvent { + SelectedText : string <<get>> <<set>> } abstract class WebBrowserEvent { + TabID: int <<get>> <<set>> + CurrentURL: System.Uri <<get>> <<set>> } } package "PRODUCERS" { class ButtonClickEventProducer class CloseTabEventProducer class FileDownloadEventProducer class HoverEventProducer class NavigationEventProducer class OpenTabEventProducer class SwitchTabEventProducer class TextInputEventProducer class TextSelectionEventProducer abstract class WebBrowserEventProducer } } ' WebBrowser abstract class Event interface IModule interface IConfiguration IConfiguration <|-- WebBrowserModuleConfiguration Event <|-- WebBrowserEvent IModule <|.. WebBrowserModule WebBrowserEventProducer <|- ButtonClickEventProducer WebBrowserEventProducer <|- CloseTabEventProducer WebBrowserEventProducer <|--- FileDownloadEventProducer WebBrowserEventProducer <|-- HoverEventProducer WebBrowserEventProducer <|--- NavigationEventProducer WebBrowserEventProducer <|-- OpenTabEventProducer WebBrowserEventProducer <|--- SwitchTabEventProducer WebBrowserEventProducer <|--- TextInputEventProducer WebBrowserEventProducer <|--- TextSelectionEventProducer WebBrowserEvent <|---- ButtonClickEvent WebBrowserEvent <|-- CloseTabEvent WebBrowserEvent <|---- FileDownloadEvent WebBrowserEvent <|-- HoverEvent WebBrowserEvent <|---- NavigationEvent WebBrowserEvent <|-- OpenTabEvent WebBrowserEvent <|---- SwitchTabEvent WebBrowserEvent <|-- TextInputEvent WebBrowserEvent <|---- TextSelectionEvent WebBrowserModule ..> WebBrowserModuleConfiguration : "uses" WebBrowserModule ..> ButtonClickEventProducer : "uses" WebBrowserModule ..> CloseTabEventProducer : "uses" WebBrowserModule ..> FileDownloadEventProducer : "uses" WebBrowserModule ..> HoverEventProducer : "uses" WebBrowserModule ..> NavigationEventProducer : "uses" WebBrowserModule ..> OpenTabEventProducer : "uses" WebBrowserModule ..> SwitchTabEventProducer : "uses" WebBrowserModule ..> TextInputEventProducer : "uses" WebBrowserModule ..> TextSelectionEventProducer : "uses" !endsub @enduml
9aa80ba061b32110dc774a075439af884c2aeb84
a49e5f0e798a935e41536bda9522096305c5e277
/diagrams/dc_ambito_II.plantuml
592fe3f78f91c4b1cfed6335b14b7b05839e3514
[]
no_license
fiuba/algo3_uml_si_o_si
8f9514df2f97d29312a9ecede611d379d884c28e
90a137a51efcabc3b678b335ef498f0d3b710357
refs/heads/master
2023-04-13T10:24:55.552593
2021-04-29T21:41:54
2021-04-29T21:44:15
362,944,660
0
0
null
null
null
null
UTF-8
PlantUML
false
false
222
plantuml
@startuml skinparam classAttributeIconSize 0 class Nombre { - {static} atributoUno : ClaseX - atributoDos : ClaseY + metodoA() : ClaseY + {static} metodoB(param : ClaseZ) : void } @enduml
552c9f655e206b311c5f2bb12fbd8918884502e3
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/BrowserExtension/BackGround/ListenerManager.puml
0476fc18ada45129a2a33730a5f3de40c69e880e
[ "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
423
puml
@startuml skinparam linetype ortho skinparam monochrome true skinparam classAttributeIconSize 0 class ListenerManager { + ListenerManager(callback : (Shared.BrowserEvent) => void, configurationString? : string) + startAll() + stopAll() } ListenerManager "1" *-- "0..*" IListener interface IListener { + IListener(callback : function(BrowserEvent) : void) + start() : void + stop() : void } @enduml