blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 227 | content_id stringlengths 40 40 | detected_licenses listlengths 0 28 | license_type stringclasses 2 values | repo_name stringlengths 6 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 61 values | visit_date timestamp[us]date 2015-08-14 10:26:58 2023-09-06 07:53:38 | revision_date timestamp[us]date 2011-01-31 21:28:29 2023-09-05 14:54:58 | committer_date timestamp[us]date 2011-01-31 21:28:29 2023-09-05 14:54:58 | github_id int64 206k 631M ⌀ | star_events_count int64 0 108k | fork_events_count int64 0 34.4k | gha_license_id stringclasses 13 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 79 values | src_encoding stringclasses 12 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 8 1.29M | extension stringclasses 17 values | code stringlengths 8 1.29M | non_uml bool 1 class | uml bool 1 class | has_non_ascii bool 2 classes | has_non_latin bool 1 class | uml_subtype stringclasses 10 values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1cb66e38d7169ecf0d430302ebd620a4bb6aa056 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/Commands/SetUpTearDownCommand.puml | 2dd529f30db61caed4432923ae1b128db8b0c91d | [] | 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 | 218 | puml | @startuml
class SetUpTearDownCommand {
+ SetUpTearDownCommand(innerCommand:TestCommand)
}
class "BeforeAfterTestCommandBase`1"<T> {
}
"BeforeAfterTestCommandBase`1" "<MethodInfo>" <|-- SetUpTearDownCommand
@enduml
| false | true | false | false | class |
d8aa97e923d536f85d837ddd61cf2076497da9f0 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/QuoteRequestStateTransitionMessage.puml | 3a456c8bc47f352150acb964634eec820a437c9d | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,269 | 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 QuoteRequestStateTransitionMessage [[QuoteRequestStateTransitionMessage.svg]] extends Message {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
state: [[StateReference.svg StateReference]]
oldState: [[StateReference.svg StateReference]]
force: Boolean
}
interface Message [[Message.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
| false | true | false | false | state |
c300a93f0a85e37a663c03b925518a41e879bb87 | 029cb46869ccf461da6ded9c2788b957346f8c70 | /docs/diags/Client/Class/General.puml | 05b81e38ff93e6fa29575690eaff19f7ea011aff | [] | no_license | Jonathan-R0/Wolfenstein-FIUBA | c3e5c53d33098a158f45eb0bdb4063fb7aed1540 | 8f26d69348a7748ababf785f564f4bb3de9c224b | refs/heads/master | 2023-06-24T14:12:51.931833 | 2021-07-28T17:49:04 | 2021-07-28T17:49:04 | 343,952,390 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,482 | puml | @startuml
class Area
class Audio
class AudioManager
class Client
class ClientMapLoader
class CommandExecuter
class CommandManager
class CommandSender
class Door
class DoorTile
class DoorTimer
abstract class Drawable
class DrawableVector
class Hud
class Log
package Login {}
class Player
class Raycaster
class RaycastedAnimation
class ScoreBoard
class SdlAnimation
class SdlTexture
class SdlWindow
class TextureManager
class Map
class Socket
abstract class Thread
circle Main
AudioManager --> Audio
Client -up-> Log
Client --> CommandManager
Client -left-> Raycaster
Main --> Login
Main --> Client
CommandExecuter --> Map
CommandExecuter --> DrawableVector
CommandExecuter --> AudioManager
CommandExecuter --> ClientMapLoader
CommandExecuter --|> CommandManager
CommandManager --|> Thread
CommandManager --> ScoreBoard
CommandManager --> Socket
CommandSender --|> CommandManager
Door -down-|> Drawable
DoorTimer --|> Thread
DoorTimer --> Map
Drawable --> TextureManager
DrawableVector --> Drawable
Map --> DoorTile
Map --> DoorTimer
Hud --> Player
Hud --> TextureManager
Hud --> AudioManager
Player -down-|> Drawable
RaycastedAnimation -down-|> Drawable
Raycaster --> DoorTimer
Raycaster --> DrawableVector
Raycaster --> Map
Raycaster --> Hud
Raycaster -right-> TextureManager
ScoreBoard --> TextureManager
SdlAnimation -down-|> Drawable
SdlWindow -right-> Area
SdlTexture -right-> SdlWindow
TextureManager --> SdlTexture
TextureManager --> SdlWindow
@enduml | false | true | false | false | class |
1f94ea4e6a6cb6b2544b8f03e98ae5f246e676e3 | 34cf147604faa5f6cedac94996c56e15d597094f | /Coding/fw/doc/design/Mainloop_Sequence.plantuml | d7c3381bb2aa95e8f538fe202bee461a85b3ac06 | [
"BSD-3-Clause"
] | permissive | hendricd/esp32-can-iot | 74b3a5af725995bb5cb66f64db0ff17270842563 | fe4d97fa0353e792d052dd570615a6d8d063838d | refs/heads/master | 2023-02-11T20:53:53.581044 | 2021-01-15T09:28:58 | 2021-01-15T09:28:58 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,029 | plantuml | @startuml
Title Mainloop Sequence
group Setup
Mainloop --> Board : init()
Mainloop --> Lawicel : begin()
Lawicel --> Mainloop : return bool success
Mainloop --> ESPServer : begin()
ESPServer --> WebConfig : importSettings()
WebConfig --> ESPServer : return bool success
ESPServer --> ESPServer : Setup WiFi and Web Pages
ESPServer --> Mainloop : return bool success
else Initialization returns false
Mainloop --> Board : set Error LED
Mainloop --> Mainloop : wait for error handling\nfrom user and restart
end
group loop
Mainloop --> Lawicel : executeCycle()
Lawicel --> Mainloop : return bool success
Mainloop --> ESPServer : handleRequest()
note right
Process next request to DNS Server
and restarts the ESP32 in case
settings were changed
end note
else Restart requested
ESPServer --> Mainloop : restart()
Mainloop --> Lawicel : end()
Mainloop --> ESPServer : end()
Mainloop --> Board : esp.restart()
end
@enduml | false | true | false | false | sequence |
b0a2611ce0ad477ae3bdeba2bdf402a0372f324c | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/UseCases/Manage-Service/Update-Service.puml | afc80f73b7a323a79377d69f8064cbaf6ac5bcb1 | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 266 | puml | @startuml
Actor "actorName" as A
box "Manage-Service" #lightblue
participant CLI as CLI
participant Web as Web
participant "c3" as S
A -> CLI : c3-service-update()
CLI -> S : service/update()
A -> Web : service/update()
Web -> S : service/update()
end box
@enduml
| false | true | false | false | sequence |
a25f10b07ba8269cbc5319ead8996f2c27e4d30d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CategorySetDescriptionAction.puml | fbae23e500d06bc46bbd939249b7c487ded51b4f | [] | 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 | 491 | 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 CategorySetDescriptionAction [[CategorySetDescriptionAction.svg]] extends CategoryUpdateAction {
action: String
description: [[LocalizedString.svg LocalizedString]]
}
interface CategoryUpdateAction [[CategoryUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
8b00471755407b8e14c395e4f6e4ea27a85994ad | 7658a6afe423ee752a621096f3b142ad7133277d | /aws/Compute-Others.puml | 21ac3510590367ce066a0483f1d927b5f4f7b487 | [] | no_license | sky0621/try-plantuml | 9bf1812c4ccd2c05a40a3253356f354efff92b9d | efb79c54685bfcc649da7840ed6cebb302c046ec | refs/heads/master | 2020-04-22T13:38:33.556631 | 2019-10-02T15:13:27 | 2019-10-02T15:13:27 | 170,415,988 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,105 | puml | @startuml
!define AWSPUML https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist
!includeurl AWSPUML/common.puml
!includeurl AWSPUML/Compute/AWSBatch/AWSBatch.puml
!includeurl AWSPUML/Compute/AWSElasticBeanstalk/AWSElasticBeanstalk.puml
!includeurl AWSPUML/Compute/AWSElasticBeanstalk/application/application.puml
!includeurl AWSPUML/Compute/AWSElasticBeanstalk/deployment/deployment.puml
!includeurl AWSPUML/Compute/AWSLambda/AWSLambda.puml
!includeurl AWSPUML/Compute/AWSLambda/LambdaFunction/LambdaFunction.puml
!includeurl AWSPUML/Compute/AmazonECR/AmazonECR.puml
!includeurl AWSPUML/Compute/AmazonECR/ECRRegistry/ECRRegistry.puml
!includeurl AWSPUML/Compute/AmazonLightsail/AmazonLightsail.puml
package "Compute" {
AWSBATCH("AWSBATCH")
AWSELASTICBEANSTALK("AWSELASTICBEANSTALK") {
APPLICATION("APPLICATION")
DEPLOYMENT("DEPLOYMENT")
}
AWSLAMBDA("AWSLAMBDA") {
LAMBDAFUNCTION("LAMBDAFUNCTION")
}
AMAZONECR("AMAZONECR") {
ECRREGISTRY("ECRREGISTRY")
}
AMAZONLIGHTSAIL("AMAZONLIGHTSAIL")
}
@enduml | false | true | false | false | uml-unknown |
21eb9d823e44d93ec8958405562abf3284a147cf | 7c04275d1da303f590e325c5dd7f93182e842c85 | /docs/api-calls.puml | 84a0824f4121937a1c9eb0272465bff394b514da | [] | no_license | muntasirrahman/taskman-api | 711deae8d68c659647a27dd18b16886ff1ed0d7d | e6cb176a5c8be847aeec10ec930204d046bd0d77 | refs/heads/master | 2023-07-31T07:07:17.429265 | 2021-09-21T05:58:00 | 2021-09-21T05:58:00 | 408,683,311 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 825 | puml | @startuml
'https://plantuml.com/sequence-diagram
actor client
participant TaskResource
participant TaskDAO
autonumber
client -> TaskResource++: GET /tasks
TaskResource -> TaskDAO++:getTaskList()
return
return Task[]
client -> TaskResource++: GET /task/{taskId}
TaskResource -> TaskDAO++:getTask(taskId)
return theTask
return theTask
client -> TaskResource++: POST /task, BODY {newTask}
TaskResource -> TaskDAO++:addNewTask(newTask)
return newlyAddedTask
return newlyAddedTask
client -> TaskResource++: PUT /task/{taskId}, BODY {task}
TaskResource -> TaskDAO++:completeTask(taskId)
return newlyUpdatedTask
return newlyUpdatedTask
client -> TaskResource++: DELETE /task/{taskId}
TaskResource -> TaskDAO++:deleteTask(taskId)
return newlyDeletedTask
return newlyDeletedTask
@enduml | false | true | false | false | usecase |
90afcee0eded1c053d70fbbc6553833c14cb6168 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_SpriteGlyph.puml | b6aa49ad843d63dd1c1d4839671f8f8d2e273b01 | [] | 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 | 358 | puml | @startuml
class TMP_SpriteGlyph {
+ TMP_SpriteGlyph()
+ TMP_SpriteGlyph(index:uint, metrics:GlyphMetrics, glyphRect:GlyphRect, scale:float, atlasIndex:int)
+ TMP_SpriteGlyph(index:uint, metrics:GlyphMetrics, glyphRect:GlyphRect, scale:float, atlasIndex:int, sprite:Sprite)
}
Glyph <|-- TMP_SpriteGlyph
TMP_SpriteGlyph --> "sprite" Sprite
@enduml
| false | true | false | false | class |
0a8e0dfdb155c80bb31f559882ea056b4f05b2b7 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Common/Shared/Events/Queue/Strategy/SingleConsumer/UnboundedSingleConsumerChannelStrategy.puml | d4e630eaaa6a3178f2c7c3254ac1a98d7c406f12 | [
"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 | 617 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
class "UnboundedSingleConsumerChannelStrategy<TEvent>" {
}
abstract class "SingleConsumerChannelStrategy<TEvent>" {
+ IsClosed : bool <<get>>
+ GetEvents(token: CancellationToken) : IAsyncEnumerable<TEvent>
+ Enqueue(event: T) : void
+ Open() : void
+ Close() : void
}
interface "IEventQueueStorageStrategy<TEvent>"
"IEventQueueStorageStrategy<TEvent>" <|-- "SingleConsumerChannelStrategy<TEvent>"
"SingleConsumerChannelStrategy<TEvent>" <|-- "UnboundedSingleConsumerChannelStrategy<TEvent>"
!endsub
@enduml | false | true | false | false | class |
98115096e946121f0630141060a2793be35bd750 | 622c008212ad81846b9e5fbf6ac5ea98d4a442c9 | /src/visitor/singer.puml | c9892c706ddc4512a5ee01782f01e13d4556dc57 | [] | 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 | 400 | puml | @startuml
abstract class Action
class Success
class Fail
Success --|> Action
Fail --|> Action
Abstract class Person{
accept(action Action):void
}
class Man
class Woman
Man --|> Person
Woman --|> Person
Action -- Person
class ObjectStructure{
elements Person
}
Person --o ObjectStructure
class Wait
Wait --|> Action
class Client
Client ..> Action
Client ..> ObjectStructure
@enduml
| false | true | false | false | class |
501561128b2bfdedb60e4c6291eae7c602053610 | 20be3bf09ffc5253b96995e5d2bbf09ada43c68a | /Project.plantuml | b82da0ca9f0a6f9067ebd2d145397970b9ce952e | [] | no_license | dvoracohen/FourInLine | 3bb996747f1c83529f2df8b1c3745a24c1e2e8e5 | 43ffd6d054a7e2d6cc00d692c10ffc546a92e354 | refs/heads/master | 2022-11-22T13:14:54.640998 | 2020-07-24T09:05:00 | 2020-07-24T09:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,543 | plantuml | @startuml
title __PROJECT's Class Diagram__\n
namespace assignment4 {
class assignment4.Board {
}
}
namespace assignment4 {
class assignment4.BoardDecorator {
}
}
namespace assignment4 {
class assignment4.ConsoleUI {
}
}
namespace assignment4 {
class assignment4.DebugProxy {
}
}
namespace assignment4 {
class assignment4.DecoratedBoard {
}
}
namespace assignment4 {
class assignment4.Game {
}
}
namespace assignment4 {
class assignment4.GameAspect {
}
}
namespace assignment4 {
enum GameModes {
}
}
namespace assignment4 {
class assignment4.LogUI {
}
}
namespace assignment4 {
class assignment4.Main {
}
}
namespace assignment4 {
enum MenuOptions {
}
}
namespace assignment4 {
interface assignment4.UserInterface {
}
}
namespace assignment4 {
class assignment4.UserInterfaceDecorator {
}
}
namespace assignment4 {
interface assignment4.VirtualPlayer {
}
}
namespace assignment4 {
class assignment4.VirtualPlayerEasy {
}
}
namespace assignment4 {
class assignment4.VirtualPlayerFactory {
}
}
namespace assignment4 {
class assignment4.VirtualPlayerMedium {
}
}
namespace tests {
class tests.BoardTests {
}
}
namespace tests {
class tests.GameTest {
}
}
namespace tests {
class tests.UserInerfaceTests {
}
}
namespace tests {
class tests.VirtualPlayerTests {
}
}
assignment4.BoardDecorator o-- assignment4.Board : board
assignment4.ConsoleUI .up.|> assignment4.UserInterface
assignment4.DebugProxy .up.|> java.lang.reflect.InvocationHandler
assignment4.DecoratedBoard -up-|> assignment4.BoardDecorator
assignment4.LogUI -up-|> assignment4.UserInterfaceDecorator
assignment4.UserInterfaceDecorator .up.|> assignment4.UserInterface
assignment4.UserInterfaceDecorator o-- assignment4.UserInterface : userInterfaceToBeDecorated
assignment4.VirtualPlayerEasy .up.|> assignment4.VirtualPlayer
assignment4.VirtualPlayerMedium .up.|> assignment4.VirtualPlayer
tests.BoardTests o-- assignment4.UserInterface : userInterface
tests.VirtualPlayerTests o-- assignment4.UserInterface : userInterface
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
| false | true | false | false | class |
8498ca0a9d64660034d1439a6b7a97bb790e0f7c | b2377dbb97354ebb11f18337fae7a5deb10e9fd1 | /docs/Solution/Cloud-Stack/UserInteraction.puml | 66a70bedd418e69a5afeeb017b33d87a8a0a8a04 | [] | no_license | CAADE/H2C | 634e94afdd5302232d234aa7abefcfc61a24ea8e | 91227f94a60c8e3285c24333da340c06a51afa9d | refs/heads/master | 2021-03-27T18:25:35.652782 | 2018-06-01T21:58:49 | 2018-06-01T21:58:49 | 83,159,772 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 62 | puml | @startuml
actor User
User -> "Cloud-Stack": UseCase
@enduml
| false | true | false | false | sequence |
030d6a41ba5f81f40762f8534542760a7290f17e | 6bed988570665129a7ab8fea95ec6ecaaa846804 | /src/main/java/br/com/psytecnology/rest/controller/exceptions/exceptions.plantuml | 157c3e1bc4ff3074c88ce5908fb6856a22974035 | [] | no_license | adrianolmorais/estudos-spring-boot | 4c2990beff5f65f0a801898675a5f3aadc39da01 | 94b7717d6f5a7a5db28f7ceb738bd45c9247296e | refs/heads/master | 2022-10-02T12:31:06.274920 | 2020-06-06T04:16:01 | 2020-06-06T04:16:01 | 259,220,555 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 933 | plantuml | @startuml
title __EXCEPTIONS's Class Diagram__\n
namespace br.com.psytecnology {
namespace rest.controller {
namespace exceptions {
class br.com.psytecnology.rest.controller.exceptions.ApiErrors {
- errors : List<String>
+ ApiErrors()
+ ApiErrors()
+ getErrors()
}
}
}
}
namespace br.com.psytecnology {
namespace rest.controller {
namespace exceptions {
class br.com.psytecnology.rest.controller.exceptions.RestExceptionHandler {
+ handleMethodPedidoNaoEncontrado()
+ handleMethodRegraNegocioException()
+ handlerMethodEmptyResultDataAccessException()
}
}
}
}
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
| false | true | false | false | class |
1f573a027d1752edb5b61bda00697f38c154b917 | d4e15cafca5e9910b9ccb8b4e3865469bb800d4f | /2020-09-17/final-2020-09-17-solucion/diagramas/clases.puml | a7584f1860ead0b95084f1467652736c6e0dc29a | [] | no_license | fiuba/algo3_finales | 2863dd01b040f5bca209b5ec0d441631f63fd3ed | 4c9f345c751e5998676c44c33eb7da423bee360d | refs/heads/master | 2023-02-09T02:22:06.158038 | 2023-01-23T13:26:32 | 2023-01-23T13:26:32 | 243,852,550 | 10 | 5 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,406 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
hide interface fields
abstract class Equipable <<interface>> {
{abstract}equipar(portaBici : PortaBici) : void
}
abstract class Cargable <<interface>> {
{abstract}cargar(carga : Bici) : void
{abstract}cargar(carga : Helatodo) : void
{abstract}descargar() : Carga
}
abstract class Carga <<interface>>
Cargable *--right Carga
Equipable <|.. Auto
Cargable <|.. Auto
Cargable <|.. Moto
Auto *-- PortaBici
Cargable <|.. PortaBici
class PortaBici {
+ cargar(carga : Bici) : void
+ cargar(carga : Helatodo) : void
+ descargar() : Carga
}
PortaBici o--right ConjuntoCarga
Moto o-- ConjuntoCarga
class Auto {
+ equipar(portaBici : PortaBici) : void
+ cargar(carga : Bici) : void
+ cargar(carga : Helatodo) : void
+ descargar() : Carga
}
class Moto {
+ cargar(carga : Bici) : void
+ cargar(carga : Helatodo) : void
+ descargar() : Carga
}
PortaBici <|-- Ninguno
class Ninguno {
+ cargar(carga : Bici) : void
}
class PortaBici {
}
class ConjuntoCarga {
+ cargar(carga : Bici) : void
+ cargar(carga : Helatodo) : void
+ descargar() : Carga
}
ConjuntoCarga ..|> Cargable
@enduml | false | true | false | false | class |
7fc3ac6dbbe0f5413b7ac620a47afdc857bd9263 | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /documentation/serviceApi/pm/performance/media/src/trackingRecordModel.puml | 2ab40aabebff978a361276259ad01a7392e8b318 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Legato-SDK | b2ed422108f4bbb5d3aff27123d3f31305fd808f | 7f723970592cc5020aaaa0d2ffe30de6a73b3d97 | refs/heads/working-draft | 2023-07-06T06:44:01.113378 | 2023-06-23T14:14:48 | 2023-06-23T14:14:48 | 94,903,642 | 5 | 4 | Apache-2.0 | 2022-05-04T10:22:56 | 2017-06-20T15:00:38 | null | UTF-8 | PlantUML | false | false | 350 | puml | @startuml trackingRecordModel
class TrackingRecord {
creationDate*: date-time
description: string
id*: string
relatedObjectId*: string
request: string
system: string
user: string
}
class TrackingRecord_Find {
creationDate*: date-time
description: string
relatedObjectId*: string
user: string
}
@enduml | false | true | false | false | class |
cf94207b165a542dd6bfff494b3ba77baec188df | fa0ca0a2eb7b6a5fd2960345f4c955956e6b860a | /src/UMLDiagram.puml | 52fb35db90e56c5ad4a1ee6b6dc359209f16be19 | [] | no_license | proietfb/ReinforcementLearning | ae25c4371f9883bd22a63509c99485f8b974a10d | abcfe6dfb2efb713fe1edceab7712c620274f843 | refs/heads/master | 2020-04-12T06:42:09.079852 | 2018-01-25T22:18:57 | 2018-01-25T22:18:57 | 63,231,608 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,399 | puml | @startuml
class Qlearning
class Antenna
class States
class GridWorld
class Model
class Agents
class Walls
class Nodes
class LinkToAntennaMatrix
GridWorld <|-- LinkToAntennaMatrix
Model <|--GridWorld
Model <|--Agents
Model <|--Nodes
Model <|--States
Model <|--Qlearning
Model <|--Walls
Agents<|--Antenna
class Model{
+xGrid:int
+YGrid: int
+nOfWalls:int
+nAgents: int
+nNodes: int
+agents: Agents[]
+nodes: Nodes[]
+newWorld: GridWorld
+state:States
+walls:Walls
+q: Qlearning
-nMoves: int[]
-totalMoves: int[][]
-times: long[]
-totalTimes: long[][]
-meanCoopTimes: long[]
-meanMoves: double[]
-meanCoopMoves: double[]
+Model()
+main():void
+runTimes(nTrains:int,typeTest:String,TypePolicy:String,epsilonValue: double): double[]
+runModel(nTrains:int,typeTest:String,typePolicy:String,epsilonValue: double): long[]
}
class GridWorld{
+ANTENNA: int static
+FREE_CELL: int static
+WALL_CELL: int static
+NODE_CELL: int static
+AGENT_CELL: int static
-xGrid: int
-yGrid: int
-gridW: int[][]
-gridValues: int[][]
-copyGridW: int[][]
+linkToAntennaMatrix: LinkToAntennaMatrix[]
+GridWorld(xGrid:int,yGrid:int)
+defineWorld(): int[][]
+copyWorld(): void
+updateWorld(): void
+defineGridValues(): int[][]
+defineFirstAgentPositions: int[][]
+fillGridWorldAgents(agent:Agents):int[][]
+fillGridWorldWalls(xGridSize:int,yGridSize:int,walls: Walls):int[]
+fillGridWorldNodes(nodes:Nodes):int[][]
+updateRangeAntennaWorld(agent:Agents,
oldPositionX:int,oldPositionY:int,newPositionX:int,newPositionY:int): void
+copyRangeAntennaWorld(agent:Agents,gridWorld:GridWorld): void
}
class LinkToAntennaMatrix{
+gridRangeAntenna: int[][]
+gridRangeAntennaCopy: int[][]
LinkToAntennaMatrix()
+defineRangeAntennaWorld(gridWorld GridWorld): void
}
class Qlearning{
+df: DecimalFormat
-alpha: double
-gamma: double
+model:Model
-R:int[][]
+Qlearning(agent:Agents,nodes:Nodes[],walls:Walls)
-initRewardWalls (walls:Walls): void
-initR(): void
-initRewardNodes(node:Nodes)
-maxQ(states:States,agent:Angents,state:int):double
-checkValueMax(arrayList:ArrayList<Double>): int
-policyMaxNextVal(states:States,agent:Angents,array:int[]): double[]
-policyCoopAgentsMaxNextVal(states:States,agent:Angents,agentses:Agents[], array:int[], name:int): double[]
-policyEpsilonGreedy(states:States,agent:Angents,array:int[],epsilonValue:double):double[]
-policyEpsilonGreedyCoop(states:States,agent:Angents,agentses:Agents[], array:int[], name:int): double[]
-policyTruthCoop(tmpCurrentAgent:double[], pos:int,arrayList:ArrayList<Double>,epsilonValue:double):int
+testQlearningCoop(states:States,agent:Angents,agentses:Agents[],gridWorld:GridWorld,typePolicy:String ): void
-listToArray(ret: int[], state: States,currentState: int): int[]
-updateCoordinates(gridWorld:GridWorld, agent:Angents, state:int): void
+updateAction(gridWorld:GridWorld, agent:Angents, oldPositionX:int,oldPositionY:int): void
}
class Walls{
-nOfWalls: int
-wallsStatesPositions:int[]
-wallPositionX: int[]
-wallPositionY: int[]
Walls(nOfWalls: int)
}
class Agents{
+maxSignal: int
+dimXgrid:int
+dimYgrid:int
+nodesStatesPositions: int[]
+nodesPositionsX: int[]
+nodesPositionsY: int[]
+goalReached: boolean
+previousStates: ArrayList<Integer>
+antenna: Antenna
-agentName:int
-statesCount:int
-Q
-startPositionAgentX:int
-startPositionAgentY:int
-currentPositionX:int
-currentPositionY:int
-currentState:int
-startState:int
-signalPower:int
-nNeighbourDiscovered:int
-nGoalDiscovered:int
Agents(agentName: int,dimGridX:int,dimGridY:int)
-defineQ(): void
+searchNeighbours(gridWorld: GridWorld, agents: Agents): void
}
class Antenna{
+UP:int
+DOWN:int
+LEFT:int
+RIGHT:int
+neighbourDiscovered:HashSet<Integer>
-powerTmp: int
Antenna()
+discoverUP(grid: int[][],agentPositionX:int,agentPositionY:int,power:int,agent:Agents) void
+discoverDown(grid: int[][],agentPositionX:int,agentPositionY:int,power:int,agent:Agents) void
+discoverLeft(grid: int[][],agentPositionX:int,agentPositionY:int,power:int,agent:Agents) void
+discoverRight(grid: int[][],agentPositionX:int,agentPositionY:int,power:int,agent:Agents) void
}
class States {
-definePossibleStates: ArrayList<ArrayList<Integer>>
+nextStatesList: ArrayList<Integer>
States()
+defineStates(gridWorld GridWorld): ArrayList<ArrayList<Integer>>
-nextState(i: int,j: int, gridWorld GridWorld): ArrayList<Integer>
}
class Nodes{
-positionNodeX: int
-positionNodeY: int
-nodeCurrentState: int
Nodes()
}
@enduml | false | true | false | false | class |
675c7d956f62159f6464619d86ccc23f105ae339 | 254ef88f4356b222414d75dcc781c0c7d68e90ec | /bonfiredevuml.puml | 266078471e1b72d4235b0818539e0e2ce58cc938 | [
"MIT"
] | permissive | SSebigo/open-bonfire | 0b413a34bff7fdcff29dbad1a892190d542f78fe | 9221dc7f2999db04941254059950ac9e43538a8d | refs/heads/master | 2021-01-06T20:11:29.225681 | 2020-07-17T18:32:05 | 2020-07-17T18:32:05 | 241,474,670 | 13 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 138,490 | puml | @startuml
set namespaceSeparator ::
class "bonfire::app.dart::App" {
+_AppState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::app.dart::App"
class "bonfire::app.dart::_AppState" {
-LocalStorageRepository _localStorageRepository
-ThemeData _theme
+Widget build()
}
"bonfire::app.dart::_AppState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::app.dart::_AppState" o-- "flutter::src::material::theme_data.dart::ThemeData"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::app.dart::_AppState"
class "bonfire::background_tasks.dart::BackgroundTask" {
-UserDataRepository _userDataRepository
-LocalStorageRepository _localStorageRepository
-DailyQuestRepository _dailyQuestRepository
-PenaltyRepository _penaltyRepository
+Future updateDailyQuestOrPenalty()
-Future _updateDailyQuest()
-Future _updatePenalty()
}
"bonfire::background_tasks.dart::BackgroundTask" o-- "bonfire::repositories::user_data_repository.dart::UserDataRepository"
"bonfire::background_tasks.dart::BackgroundTask" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::background_tasks.dart::BackgroundTask" o-- "bonfire::repositories::daily_quest_repository.dart::DailyQuestRepository"
"bonfire::background_tasks.dart::BackgroundTask" o-- "bonfire::repositories::penalty_repository.dart::PenaltyRepository"
class "bonfire::blocs::auth::auth_bloc.dart::AuthBloc" {
+Logger logger
-AuthenticationRepository _authenticationRepository
-UserDataRepository _userDataRepository
-LocalStorageRepository _localStorageRepository
-BackgroundTask _backgroundTask
+AuthState initialState
+Stream mapEventToState()
-Stream _mapOnSignInClickedToState()
-Stream _mapOnSignUpClickedToState()
}
"bonfire::blocs::auth::auth_bloc.dart::AuthBloc" o-- "logger::src::logger.dart::Logger"
"bonfire::blocs::auth::auth_bloc.dart::AuthBloc" o-- "bonfire::repositories::authentication_repository.dart::AuthenticationRepository"
"bonfire::blocs::auth::auth_bloc.dart::AuthBloc" o-- "bonfire::repositories::user_data_repository.dart::UserDataRepository"
"bonfire::blocs::auth::auth_bloc.dart::AuthBloc" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::blocs::auth::auth_bloc.dart::AuthBloc" o-- "bonfire::background_tasks.dart::BackgroundTask"
"bonfire::blocs::auth::auth_bloc.dart::AuthBloc" o-- "bonfire::blocs::auth::auth_state.dart::AuthState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "bonfire::blocs::auth::auth_bloc.dart::AuthBloc"
abstract class "bonfire::blocs::auth::auth_event.dart::AuthEvent" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::auth::auth_event.dart::AuthEvent"
class "bonfire::blocs::auth::auth_event.dart::OnAuthLaunched" {
+List<Object> props
}
"bonfire::blocs::auth::auth_event.dart::AuthEvent" <|-- "bonfire::blocs::auth::auth_event.dart::OnAuthLaunched"
class "bonfire::blocs::auth::auth_event.dart::OnEmailChanged" {
+String email
+List<Object> props
}
"bonfire::blocs::auth::auth_event.dart::AuthEvent" <|-- "bonfire::blocs::auth::auth_event.dart::OnEmailChanged"
class "bonfire::blocs::auth::auth_event.dart::OnPasswordChanged" {
+String password
+List<Object> props
}
"bonfire::blocs::auth::auth_event.dart::AuthEvent" <|-- "bonfire::blocs::auth::auth_event.dart::OnPasswordChanged"
class "bonfire::blocs::auth::auth_event.dart::OnConfirmPasswordChanged" {
+String password
+String confirmPassword
+List<Object> props
}
"bonfire::blocs::auth::auth_event.dart::AuthEvent" <|-- "bonfire::blocs::auth::auth_event.dart::OnConfirmPasswordChanged"
class "bonfire::blocs::auth::auth_event.dart::OnSignInAnonymouslyClicked" {
+List<Object> props
}
"bonfire::blocs::auth::auth_event.dart::AuthEvent" <|-- "bonfire::blocs::auth::auth_event.dart::OnSignInAnonymouslyClicked"
class "bonfire::blocs::auth::auth_event.dart::OnSignInClicked" {
+String email
+String password
+List<Object> props
}
"bonfire::blocs::auth::auth_event.dart::AuthEvent" <|-- "bonfire::blocs::auth::auth_event.dart::OnSignInClicked"
class "bonfire::blocs::auth::auth_event.dart::OnSignUpClicked" {
+String email
+String password
+List<Object> props
}
"bonfire::blocs::auth::auth_event.dart::AuthEvent" <|-- "bonfire::blocs::auth::auth_event.dart::OnSignUpClicked"
class "bonfire::blocs::auth::auth_event.dart::OnResetPasswordClicked" {
+String email
+List<Object> props
}
"bonfire::blocs::auth::auth_event.dart::AuthEvent" <|-- "bonfire::blocs::auth::auth_event.dart::OnResetPasswordClicked"
class "bonfire::blocs::auth::auth_event.dart::OnLogoutClicked" {
+List<Object> props
}
"bonfire::blocs::auth::auth_event.dart::AuthEvent" <|-- "bonfire::blocs::auth::auth_event.dart::OnLogoutClicked"
abstract class "bonfire::blocs::auth::auth_state.dart::AuthState" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::auth::auth_state.dart::AuthState"
class "bonfire::blocs::auth::auth_state.dart::InitialAuthState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::InitialAuthState"
class "bonfire::blocs::auth::auth_state.dart::NavigatingState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::NavigatingState"
class "bonfire::blocs::auth::auth_state.dart::NavigateToMapState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::NavigateToMapState"
class "bonfire::blocs::auth::auth_state.dart::NavigateToCompleteProfileState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::NavigateToCompleteProfileState"
class "bonfire::blocs::auth::auth_state.dart::TextFieldChangedState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::TextFieldChangedState"
class "bonfire::blocs::auth::auth_state.dart::EmailValidityState" {
+bool isEmailValid
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::EmailValidityState"
class "bonfire::blocs::auth::auth_state.dart::PasswordValidityState" {
+bool isPasswordValid
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::PasswordValidityState"
class "bonfire::blocs::auth::auth_state.dart::ConfirmPasswordValidityState" {
+bool isConfirmPasswordValid
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::ConfirmPasswordValidityState"
class "bonfire::blocs::auth::auth_state.dart::SigningInAnonymously" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::SigningInAnonymously"
class "bonfire::blocs::auth::auth_state.dart::SignedInAnonymously" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::SignedInAnonymously"
class "bonfire::blocs::auth::auth_state.dart::LoggingInState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::LoggingInState"
class "bonfire::blocs::auth::auth_state.dart::SendingMailState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::SendingMailState"
class "bonfire::blocs::auth::auth_state.dart::SendMailSuccessState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::SendMailSuccessState"
class "bonfire::blocs::auth::auth_state.dart::ConvertingAccountState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::ConvertingAccountState"
class "bonfire::blocs::auth::auth_state.dart::AccountConvertedState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::AccountConvertedState"
class "bonfire::blocs::auth::auth_state.dart::ResetLinkSentState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::ResetLinkSentState"
class "bonfire::blocs::auth::auth_state.dart::LoggingOutState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::LoggingOutState"
class "bonfire::blocs::auth::auth_state.dart::LoggedOutState" {
+List<Object> props
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::LoggedOutState"
class "bonfire::blocs::auth::auth_state.dart::AuthErrorState" {
+dynamic error
+List<Object> props
+String toString()
}
"bonfire::blocs::auth::auth_state.dart::AuthState" <|-- "bonfire::blocs::auth::auth_state.dart::AuthErrorState"
class "bonfire::blocs::bonfire::bonfire_bloc.dart::BonfireBloc" {
-BonfireRepository _bonfireRepository
-UserDataRepository _userDataRepository
-LocalStorageRepository _localStorageRepository
+BonfireState initialState
+Stream mapEventToState()
-Stream _mapOnDownloadFileClickedToState()
-Stream _mapOnBonfireLikedToState()
-Stream _mapOnBonfireDislikedToState()
-Stream _mapOnFollowClickedToState()
-Stream _mapOnUnfollowClickedToState()
}
"bonfire::blocs::bonfire::bonfire_bloc.dart::BonfireBloc" o-- "bonfire::repositories::bonfire_repository.dart::BonfireRepository"
"bonfire::blocs::bonfire::bonfire_bloc.dart::BonfireBloc" o-- "bonfire::repositories::user_data_repository.dart::UserDataRepository"
"bonfire::blocs::bonfire::bonfire_bloc.dart::BonfireBloc" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::blocs::bonfire::bonfire_bloc.dart::BonfireBloc" o-- "bonfire::blocs::bonfire::bonfire_state.dart::BonfireState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "bonfire::blocs::bonfire::bonfire_bloc.dart::BonfireBloc"
abstract class "bonfire::blocs::bonfire::bonfire_event.dart::BonfireEvent" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::bonfire::bonfire_event.dart::BonfireEvent"
class "bonfire::blocs::bonfire::bonfire_event.dart::OnGoBackClicked" {
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_event.dart::BonfireEvent" <|-- "bonfire::blocs::bonfire::bonfire_event.dart::OnGoBackClicked"
class "bonfire::blocs::bonfire::bonfire_event.dart::OnNavigateClickedEvent" {
+ImageBonfire bonfire
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_event.dart::OnNavigateClickedEvent" o-- "bonfire::models::bonfire.dart::ImageBonfire"
"bonfire::blocs::bonfire::bonfire_event.dart::BonfireEvent" <|-- "bonfire::blocs::bonfire::bonfire_event.dart::OnNavigateClickedEvent"
class "bonfire::blocs::bonfire::bonfire_event.dart::OnDownloadFileClickedEvent" {
+String fileUrl
+String errorMessage
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_event.dart::BonfireEvent" <|-- "bonfire::blocs::bonfire::bonfire_event.dart::OnDownloadFileClickedEvent"
class "bonfire::blocs::bonfire::bonfire_event.dart::OnBonfireLiked" {
+String id
+String username
+List<String> likes
+List<String> dislikes
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_event.dart::BonfireEvent" <|-- "bonfire::blocs::bonfire::bonfire_event.dart::OnBonfireLiked"
class "bonfire::blocs::bonfire::bonfire_event.dart::OnBonfireDisliked" {
+String id
+String username
+List<String> likes
+List<String> dislikes
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_event.dart::BonfireEvent" <|-- "bonfire::blocs::bonfire::bonfire_event.dart::OnBonfireDisliked"
class "bonfire::blocs::bonfire::bonfire_event.dart::OnFollowClicked" {
+Follow following
+String errorMessage
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_event.dart::OnFollowClicked" o-- "bonfire::models::follow.dart::Follow"
"bonfire::blocs::bonfire::bonfire_event.dart::BonfireEvent" <|-- "bonfire::blocs::bonfire::bonfire_event.dart::OnFollowClicked"
class "bonfire::blocs::bonfire::bonfire_event.dart::OnUnfollowClicked" {
+Follow unfollowing
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_event.dart::OnUnfollowClicked" o-- "bonfire::models::follow.dart::Follow"
"bonfire::blocs::bonfire::bonfire_event.dart::BonfireEvent" <|-- "bonfire::blocs::bonfire::bonfire_event.dart::OnUnfollowClicked"
abstract class "bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::BonfireState"
class "bonfire::blocs::bonfire::bonfire_state.dart::InitialBonfireState" {
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::InitialBonfireState"
class "bonfire::blocs::bonfire::bonfire_state.dart::GoingBackState" {
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::GoingBackState"
class "bonfire::blocs::bonfire::bonfire_state.dart::GoBackState" {
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::GoBackState"
class "bonfire::blocs::bonfire::bonfire_state.dart::NavigatingState" {
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::NavigatingState"
class "bonfire::blocs::bonfire::bonfire_state.dart::NavigatedState" {
+Color color
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::NavigatedState" o-- "dart::ui::Color"
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::NavigatedState"
class "bonfire::blocs::bonfire::bonfire_state.dart::DownloadingFileState" {
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::DownloadingFileState"
class "bonfire::blocs::bonfire::bonfire_state.dart::FileDownloadedState" {
+String savePath
+FileType fileType
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::FileDownloadedState" o-- "file_picker::file_picker.dart::FileType"
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::FileDownloadedState"
class "bonfire::blocs::bonfire::bonfire_state.dart::BonfireUpdatingState" {
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::BonfireUpdatingState"
class "bonfire::blocs::bonfire::bonfire_state.dart::BonfireUpdatedState" {
+List<String> likes
+List<String> dislikes
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::BonfireUpdatedState"
class "bonfire::blocs::bonfire::bonfire_state.dart::AddingFollowingState" {
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::AddingFollowingState"
class "bonfire::blocs::bonfire::bonfire_state.dart::FollowingAddedState" {
+bool isFollowing
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::FollowingAddedState"
class "bonfire::blocs::bonfire::bonfire_state.dart::RemovingFollowingState" {
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::RemovingFollowingState"
class "bonfire::blocs::bonfire::bonfire_state.dart::FollowingRemovedState" {
+bool isFollowing
+List<Object> props
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::FollowingRemovedState"
class "bonfire::blocs::bonfire::bonfire_state.dart::BonfireErrorState" {
+dynamic error
+List<Object> props
+String toString()
}
"bonfire::blocs::bonfire::bonfire_state.dart::BonfireState" <|-- "bonfire::blocs::bonfire::bonfire_state.dart::BonfireErrorState"
class "bonfire::blocs::complete_profile::complete_profile_bloc.dart::CompleteProfileBloc" {
-OnlineStorageRepository _onlineStorageRepository
-UserDataRepository _userDataRepository
-LocalStorageRepository _localStorageRepository
-DailyQuestRepository _dailyQuestRepository
-PenaltyRepository _penaltyRepository
+CompleteProfileState initialState
+Stream mapEventToState()
-Stream _mapOnSaveProfileClickedToState()
}
"bonfire::blocs::complete_profile::complete_profile_bloc.dart::CompleteProfileBloc" o-- "bonfire::repositories::online_storage_repository.dart::OnlineStorageRepository"
"bonfire::blocs::complete_profile::complete_profile_bloc.dart::CompleteProfileBloc" o-- "bonfire::repositories::user_data_repository.dart::UserDataRepository"
"bonfire::blocs::complete_profile::complete_profile_bloc.dart::CompleteProfileBloc" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::blocs::complete_profile::complete_profile_bloc.dart::CompleteProfileBloc" o-- "bonfire::repositories::daily_quest_repository.dart::DailyQuestRepository"
"bonfire::blocs::complete_profile::complete_profile_bloc.dart::CompleteProfileBloc" o-- "bonfire::repositories::penalty_repository.dart::PenaltyRepository"
"bonfire::blocs::complete_profile::complete_profile_bloc.dart::CompleteProfileBloc" o-- "bonfire::blocs::complete_profile::complete_profile_state.dart::CompleteProfileState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "bonfire::blocs::complete_profile::complete_profile_bloc.dart::CompleteProfileBloc"
abstract class "bonfire::blocs::complete_profile::complete_profile_event.dart::CompleteProfileEvent" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::complete_profile::complete_profile_event.dart::CompleteProfileEvent"
class "bonfire::blocs::complete_profile::complete_profile_event.dart::OnPhotoChanged" {
+String photoUrl
+List<Object> props
+String toString()
}
"bonfire::blocs::complete_profile::complete_profile_event.dart::CompleteProfileEvent" <|-- "bonfire::blocs::complete_profile::complete_profile_event.dart::OnPhotoChanged"
class "bonfire::blocs::complete_profile::complete_profile_event.dart::OnUsernameChanged" {
+String username
+List<Object> props
+String toString()
}
"bonfire::blocs::complete_profile::complete_profile_event.dart::CompleteProfileEvent" <|-- "bonfire::blocs::complete_profile::complete_profile_event.dart::OnUsernameChanged"
class "bonfire::blocs::complete_profile::complete_profile_event.dart::OnNameChanged" {
+String name
+List<Object> props
+String toString()
}
"bonfire::blocs::complete_profile::complete_profile_event.dart::CompleteProfileEvent" <|-- "bonfire::blocs::complete_profile::complete_profile_event.dart::OnNameChanged"
class "bonfire::blocs::complete_profile::complete_profile_event.dart::OnSaveProfileClicked" {
+File pictureFile
+String username
+String name
+List<Object> props
+String toString()
}
"bonfire::blocs::complete_profile::complete_profile_event.dart::OnSaveProfileClicked" o-- "dart::io::File"
"bonfire::blocs::complete_profile::complete_profile_event.dart::CompleteProfileEvent" <|-- "bonfire::blocs::complete_profile::complete_profile_event.dart::OnSaveProfileClicked"
abstract class "bonfire::blocs::complete_profile::complete_profile_state.dart::CompleteProfileState" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::complete_profile::complete_profile_state.dart::CompleteProfileState"
class "bonfire::blocs::complete_profile::complete_profile_state.dart::InitialCompleteProfileState" {
+List<Object> props
}
"bonfire::blocs::complete_profile::complete_profile_state.dart::CompleteProfileState" <|-- "bonfire::blocs::complete_profile::complete_profile_state.dart::InitialCompleteProfileState"
class "bonfire::blocs::complete_profile::complete_profile_state.dart::TextFieldChangedState" {
+List<Object> props
}
"bonfire::blocs::complete_profile::complete_profile_state.dart::CompleteProfileState" <|-- "bonfire::blocs::complete_profile::complete_profile_state.dart::TextFieldChangedState"
class "bonfire::blocs::complete_profile::complete_profile_state.dart::UsernameValidityState" {
+bool isUsernameValid
+List<Object> props
}
"bonfire::blocs::complete_profile::complete_profile_state.dart::CompleteProfileState" <|-- "bonfire::blocs::complete_profile::complete_profile_state.dart::UsernameValidityState"
class "bonfire::blocs::complete_profile::complete_profile_state.dart::NameValidityState" {
+bool isNameValid
+List<Object> props
}
"bonfire::blocs::complete_profile::complete_profile_state.dart::CompleteProfileState" <|-- "bonfire::blocs::complete_profile::complete_profile_state.dart::NameValidityState"
class "bonfire::blocs::complete_profile::complete_profile_state.dart::SavingProfileState" {
+List<Object> props
}
"bonfire::blocs::complete_profile::complete_profile_state.dart::CompleteProfileState" <|-- "bonfire::blocs::complete_profile::complete_profile_state.dart::SavingProfileState"
class "bonfire::blocs::complete_profile::complete_profile_state.dart::ProfileSavedState" {
+List<Object> props
}
"bonfire::blocs::complete_profile::complete_profile_state.dart::CompleteProfileState" <|-- "bonfire::blocs::complete_profile::complete_profile_state.dart::ProfileSavedState"
class "bonfire::blocs::complete_profile::complete_profile_state.dart::SaveProfileFailedState" {
+dynamic error
+List<Object> props
+String toString()
}
"bonfire::blocs::complete_profile::complete_profile_state.dart::CompleteProfileState" <|-- "bonfire::blocs::complete_profile::complete_profile_state.dart::SaveProfileFailedState"
class "bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestBloc" {
+DailyQuestState initialState
+Stream mapEventToState()
}
"bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestBloc" o-- "bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestBloc"
abstract class "bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestEvent" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestEvent"
class "bonfire::blocs::daily_quest::daily_quest_bloc.dart::LaunchDailyQuest" {
+List<Object> props
}
"bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestEvent" <|-- "bonfire::blocs::daily_quest::daily_quest_bloc.dart::LaunchDailyQuest"
abstract class "bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestState" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestState"
class "bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestInitial" {
+List<Object> props
}
"bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestState" <|-- "bonfire::blocs::daily_quest::daily_quest_bloc.dart::DailyQuestInitial"
class "bonfire::blocs::dark_mode::dark_mode_bloc.dart::DarkModeBloc" {
-LocalStorageRepository _localStorageRepository
+DarkModeState initialState
+Stream mapEventToState()
}
"bonfire::blocs::dark_mode::dark_mode_bloc.dart::DarkModeBloc" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::blocs::dark_mode::dark_mode_bloc.dart::DarkModeBloc" o-- "bonfire::blocs::dark_mode::dark_mode_state.dart::DarkModeState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "bonfire::blocs::dark_mode::dark_mode_bloc.dart::DarkModeBloc"
abstract class "bonfire::blocs::dark_mode::dark_mode_event.dart::DarkModeEvent" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::dark_mode::dark_mode_event.dart::DarkModeEvent"
class "bonfire::blocs::dark_mode::dark_mode_event.dart::OnDarkModeToggled" {
+bool darkMode
+List<Object> props
}
"bonfire::blocs::dark_mode::dark_mode_event.dart::DarkModeEvent" <|-- "bonfire::blocs::dark_mode::dark_mode_event.dart::OnDarkModeToggled"
abstract class "bonfire::blocs::dark_mode::dark_mode_state.dart::DarkModeState" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::dark_mode::dark_mode_state.dart::DarkModeState"
class "bonfire::blocs::dark_mode::dark_mode_state.dart::InitialDarkModeState" {
+List<Object> props
}
"bonfire::blocs::dark_mode::dark_mode_state.dart::DarkModeState" <|-- "bonfire::blocs::dark_mode::dark_mode_state.dart::InitialDarkModeState"
class "bonfire::blocs::dark_mode::dark_mode_state.dart::DarkModeChanged" {
+bool darkMode
+List<Object> props
}
"bonfire::blocs::dark_mode::dark_mode_state.dart::DarkModeState" <|-- "bonfire::blocs::dark_mode::dark_mode_state.dart::DarkModeChanged"
class "bonfire::blocs::light_bonfire::light_bonfire_bloc.dart::LightBonfireBloc" {
+Geoflutterfire geo
-BonfireRepository _bonfireRepository
-OnlineStorageRepository _onlineStorageRepository
-LocalStorageRepository _localStorageRepository
-UserDataRepository _userDataRepository
-DailyQuestRepository _dailyQuestRepository
+LightBonfireState initialState
+Stream mapEventToState()
-Stream _mapOnLightBonfireFileToState()
-Stream _mapOnLightBonfireImageToState()
-Stream _mapOnLightBonfireTextToState()
-Stream _mapOnLightBonfireVideoToState()
-Stream _updateUserExperienceAndLevel()
}
"bonfire::blocs::light_bonfire::light_bonfire_bloc.dart::LightBonfireBloc" o-- "geoflutterfire::src::geoflutterfire.dart::Geoflutterfire"
"bonfire::blocs::light_bonfire::light_bonfire_bloc.dart::LightBonfireBloc" o-- "bonfire::repositories::bonfire_repository.dart::BonfireRepository"
"bonfire::blocs::light_bonfire::light_bonfire_bloc.dart::LightBonfireBloc" o-- "bonfire::repositories::online_storage_repository.dart::OnlineStorageRepository"
"bonfire::blocs::light_bonfire::light_bonfire_bloc.dart::LightBonfireBloc" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::blocs::light_bonfire::light_bonfire_bloc.dart::LightBonfireBloc" o-- "bonfire::repositories::user_data_repository.dart::UserDataRepository"
"bonfire::blocs::light_bonfire::light_bonfire_bloc.dart::LightBonfireBloc" o-- "bonfire::repositories::daily_quest_repository.dart::DailyQuestRepository"
"bonfire::blocs::light_bonfire::light_bonfire_bloc.dart::LightBonfireBloc" o-- "bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "bonfire::blocs::light_bonfire::light_bonfire_bloc.dart::LightBonfireBloc"
abstract class "bonfire::blocs::light_bonfire::light_bonfire_event.dart::LightBonfireEvent" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::light_bonfire::light_bonfire_event.dart::LightBonfireEvent"
class "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireTextClicked" {
+String text
+List<String> visibleBy
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::LightBonfireEvent" <|-- "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireTextClicked"
class "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireImageClicked" {
+File file
+FileType fileType
+String description
+List<String> visibleBy
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireImageClicked" o-- "dart::io::File"
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireImageClicked" o-- "file_picker::file_picker.dart::FileType"
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::LightBonfireEvent" <|-- "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireImageClicked"
class "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireVideoClicked" {
+File file
+FileType fileType
+String description
+List<String> visibleBy
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireVideoClicked" o-- "dart::io::File"
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireVideoClicked" o-- "file_picker::file_picker.dart::FileType"
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::LightBonfireEvent" <|-- "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireVideoClicked"
class "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireFileClicked" {
+File file
+FileType fileType
+String fileName
+String description
+List<String> visibleBy
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireFileClicked" o-- "dart::io::File"
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireFileClicked" o-- "file_picker::file_picker.dart::FileType"
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::LightBonfireEvent" <|-- "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnLightBonfireFileClicked"
class "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnImagePicked" {
+File file
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnImagePicked" o-- "dart::io::File"
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::LightBonfireEvent" <|-- "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnImagePicked"
class "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnVideoPicked" {
+File file
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnVideoPicked" o-- "dart::io::File"
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::LightBonfireEvent" <|-- "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnVideoPicked"
class "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnFilePicked" {
+File file
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnFilePicked" o-- "dart::io::File"
"bonfire::blocs::light_bonfire::light_bonfire_event.dart::LightBonfireEvent" <|-- "bonfire::blocs::light_bonfire::light_bonfire_event.dart::OnFilePicked"
abstract class "bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireState" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireState"
class "bonfire::blocs::light_bonfire::light_bonfire_state.dart::InitialLightBonfireState" {
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireState" <|-- "bonfire::blocs::light_bonfire::light_bonfire_state.dart::InitialLightBonfireState"
class "bonfire::blocs::light_bonfire::light_bonfire_state.dart::DisplayImagePreviewState" {
+File file
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_state.dart::DisplayImagePreviewState" o-- "dart::io::File"
"bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireState" <|-- "bonfire::blocs::light_bonfire::light_bonfire_state.dart::DisplayImagePreviewState"
class "bonfire::blocs::light_bonfire::light_bonfire_state.dart::DisplayVideoPreviewState" {
+File file
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_state.dart::DisplayVideoPreviewState" o-- "dart::io::File"
"bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireState" <|-- "bonfire::blocs::light_bonfire::light_bonfire_state.dart::DisplayVideoPreviewState"
class "bonfire::blocs::light_bonfire::light_bonfire_state.dart::DisplayFilePreviewState" {
+File file
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_state.dart::DisplayFilePreviewState" o-- "dart::io::File"
"bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireState" <|-- "bonfire::blocs::light_bonfire::light_bonfire_state.dart::DisplayFilePreviewState"
class "bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightingBonfire" {
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireState" <|-- "bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightingBonfire"
class "bonfire::blocs::light_bonfire::light_bonfire_state.dart::BonfireLit" {
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireState" <|-- "bonfire::blocs::light_bonfire::light_bonfire_state.dart::BonfireLit"
class "bonfire::blocs::light_bonfire::light_bonfire_state.dart::DailyQuestCompleted" {
+List<Object> props
}
"bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireState" <|-- "bonfire::blocs::light_bonfire::light_bonfire_state.dart::DailyQuestCompleted"
class "bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireError" {
+dynamic error
+List<Object> props
+String toString()
}
"bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireState" <|-- "bonfire::blocs::light_bonfire::light_bonfire_state.dart::LightBonfireError"
class "bonfire::blocs::map::map_bloc.dart::MapBloc" {
+Logger logger
+Geolocator geolocator
-LocationOptions _locationOptions
-StreamSubscription<Position> _positionStream
-StreamSubscription<List<Bonfire>> _bonfireSubscription
-BonfireRepository _bonfireRepository
-LocalStorageRepository _localStorageRepository
+MapState initialState
+Stream mapEventToState()
-Stream _mapFetchPositionToState()
-Stream _mapFetchBonfiresEventToState()
-Stream _mapReceivedBonfiresEventToState()
-Stream _mapOnLightBonfireEventToState()
-Stream _mapOnBonfireClickedEventToState()
}
"bonfire::blocs::map::map_bloc.dart::MapBloc" o-- "logger::src::logger.dart::Logger"
"bonfire::blocs::map::map_bloc.dart::MapBloc" o-- "geolocator::geolocator.dart::Geolocator"
"bonfire::blocs::map::map_bloc.dart::MapBloc" o-- "geolocator::geolocator.dart::LocationOptions"
"bonfire::blocs::map::map_bloc.dart::MapBloc" o-- "dart::async::StreamSubscription<Position>"
"bonfire::blocs::map::map_bloc.dart::MapBloc" o-- "dart::async::StreamSubscription<List<Bonfire>>"
"bonfire::blocs::map::map_bloc.dart::MapBloc" o-- "bonfire::repositories::bonfire_repository.dart::BonfireRepository"
"bonfire::blocs::map::map_bloc.dart::MapBloc" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::blocs::map::map_bloc.dart::MapBloc" o-- "bonfire::blocs::map::map_state.dart::MapState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "bonfire::blocs::map::map_bloc.dart::MapBloc"
abstract class "bonfire::blocs::map::map_event.dart::MapEvent" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::map::map_event.dart::MapEvent"
class "bonfire::blocs::map::map_event.dart::OnFetchPositionEvent" {
+List<Object> props
}
"bonfire::blocs::map::map_event.dart::MapEvent" <|-- "bonfire::blocs::map::map_event.dart::OnFetchPositionEvent"
class "bonfire::blocs::map::map_event.dart::OnReceivedPositionEvent" {
+Position position
+List<Object> props
}
"bonfire::blocs::map::map_event.dart::OnReceivedPositionEvent" o-- "geolocator::geolocator.dart::Position"
"bonfire::blocs::map::map_event.dart::MapEvent" <|-- "bonfire::blocs::map::map_event.dart::OnReceivedPositionEvent"
class "bonfire::blocs::map::map_event.dart::OnFetchBonfiresEvent" {
+List<Object> props
}
"bonfire::blocs::map::map_event.dart::MapEvent" <|-- "bonfire::blocs::map::map_event.dart::OnFetchBonfiresEvent"
class "bonfire::blocs::map::map_event.dart::OnReceivedBonfiresEvent" {
+List<Bonfire> bonfires
+List<Object> props
}
"bonfire::blocs::map::map_event.dart::MapEvent" <|-- "bonfire::blocs::map::map_event.dart::OnReceivedBonfiresEvent"
class "bonfire::blocs::map::map_event.dart::OnLightBonfireClickedEvent" {
+int type
+List<Object> props
}
"bonfire::blocs::map::map_event.dart::MapEvent" <|-- "bonfire::blocs::map::map_event.dart::OnLightBonfireClickedEvent"
class "bonfire::blocs::map::map_event.dart::OnBonfireClickedEvent" {
+Bonfire bonfire
+List<Object> props
}
"bonfire::blocs::map::map_event.dart::OnBonfireClickedEvent" o-- "bonfire::models::bonfire.dart::Bonfire"
"bonfire::blocs::map::map_event.dart::MapEvent" <|-- "bonfire::blocs::map::map_event.dart::OnBonfireClickedEvent"
abstract class "bonfire::blocs::map::map_state.dart::MapState" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::map::map_state.dart::MapState"
class "bonfire::blocs::map::map_state.dart::InitialMapState" {
+List<Object> props
}
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::InitialMapState"
class "bonfire::blocs::map::map_state.dart::NavigatingState" {
+List<Object> props
}
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::NavigatingState"
class "bonfire::blocs::map::map_state.dart::NavigationToLightBonfireFileState" {
+List<Object> props
}
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::NavigationToLightBonfireFileState"
class "bonfire::blocs::map::map_state.dart::NavigationToLightBonfireImageState" {
+List<Object> props
}
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::NavigationToLightBonfireImageState"
class "bonfire::blocs::map::map_state.dart::NavigationToLightBonfireVideoState" {
+List<Object> props
}
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::NavigationToLightBonfireVideoState"
class "bonfire::blocs::map::map_state.dart::NavigationToLightBonfireTextState" {
+List<Object> props
}
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::NavigationToLightBonfireTextState"
class "bonfire::blocs::map::map_state.dart::FetchedPositionState" {
+Position position
+List<Object> props
}
"bonfire::blocs::map::map_state.dart::FetchedPositionState" o-- "geolocator::geolocator.dart::Position"
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::FetchedPositionState"
class "bonfire::blocs::map::map_state.dart::FetchingBonfiresState" {
+List<Object> props
}
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::FetchingBonfiresState"
class "bonfire::blocs::map::map_state.dart::FetchedBonfiresState" {
+List<Bonfire> bonfires
+List<Object> props
}
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::FetchedBonfiresState"
class "bonfire::blocs::map::map_state.dart::SittingByTheFireState" {
+List<Object> props
}
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::SittingByTheFireState"
class "bonfire::blocs::map::map_state.dart::NavigateToBonfireState" {
+Bonfire bonfire
+List<Object> props
}
"bonfire::blocs::map::map_state.dart::NavigateToBonfireState" o-- "bonfire::models::bonfire.dart::Bonfire"
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::NavigateToBonfireState"
class "bonfire::blocs::map::map_state.dart::MapErrorState" {
+dynamic error
+List<Object> props
+String toString()
}
"bonfire::blocs::map::map_state.dart::MapState" <|-- "bonfire::blocs::map::map_state.dart::MapErrorState"
class "bonfire::blocs::my_profile::my_profile_bloc.dart::MyProfileBloc" {
-OnlineStorageRepository _onlineStorageRepository
-UserDataRepository _userDataRepository
-LocalStorageRepository _localStorageRepository
-StreamSubscription<List<Bonfire>> _bonfireSubscription
-BonfireRepository _bonfireRepository
+MyProfileState initialState
+Stream mapEventToState()
-Stream _mapOnFetchUserBonfiresEventToState()
-Stream _mapOnReceivedUserBonfiresEventToState()
-Stream _mapOnUnfollowClickedToState()
}
"bonfire::blocs::my_profile::my_profile_bloc.dart::MyProfileBloc" o-- "bonfire::repositories::online_storage_repository.dart::OnlineStorageRepository"
"bonfire::blocs::my_profile::my_profile_bloc.dart::MyProfileBloc" o-- "bonfire::repositories::user_data_repository.dart::UserDataRepository"
"bonfire::blocs::my_profile::my_profile_bloc.dart::MyProfileBloc" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::blocs::my_profile::my_profile_bloc.dart::MyProfileBloc" o-- "dart::async::StreamSubscription<List<Bonfire>>"
"bonfire::blocs::my_profile::my_profile_bloc.dart::MyProfileBloc" o-- "bonfire::repositories::bonfire_repository.dart::BonfireRepository"
"bonfire::blocs::my_profile::my_profile_bloc.dart::MyProfileBloc" o-- "bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "bonfire::blocs::my_profile::my_profile_bloc.dart::MyProfileBloc"
abstract class "bonfire::blocs::my_profile::my_profile_event.dart::MyProfileEvent" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::my_profile::my_profile_event.dart::MyProfileEvent"
class "bonfire::blocs::my_profile::my_profile_event.dart::OnGoBackClicked" {
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_event.dart::MyProfileEvent" <|-- "bonfire::blocs::my_profile::my_profile_event.dart::OnGoBackClicked"
class "bonfire::blocs::my_profile::my_profile_event.dart::OnProfilePictureClicked" {
+File file
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_event.dart::OnProfilePictureClicked" o-- "dart::io::File"
"bonfire::blocs::my_profile::my_profile_event.dart::MyProfileEvent" <|-- "bonfire::blocs::my_profile::my_profile_event.dart::OnProfilePictureClicked"
class "bonfire::blocs::my_profile::my_profile_event.dart::OnFetchUserBonfiresEvent" {
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_event.dart::MyProfileEvent" <|-- "bonfire::blocs::my_profile::my_profile_event.dart::OnFetchUserBonfiresEvent"
class "bonfire::blocs::my_profile::my_profile_event.dart::OnReceivedUserBonfiresEvent" {
+List<Bonfire> bonfires
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_event.dart::MyProfileEvent" <|-- "bonfire::blocs::my_profile::my_profile_event.dart::OnReceivedUserBonfiresEvent"
class "bonfire::blocs::my_profile::my_profile_event.dart::OnUnfollowClicked" {
+Follow unfollowing
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_event.dart::OnUnfollowClicked" o-- "bonfire::models::follow.dart::Follow"
"bonfire::blocs::my_profile::my_profile_event.dart::MyProfileEvent" <|-- "bonfire::blocs::my_profile::my_profile_event.dart::OnUnfollowClicked"
abstract class "bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState"
class "bonfire::blocs::my_profile::my_profile_state.dart::InitialMyProfileState" {
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState" <|-- "bonfire::blocs::my_profile::my_profile_state.dart::InitialMyProfileState"
class "bonfire::blocs::my_profile::my_profile_state.dart::GoingBackState" {
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState" <|-- "bonfire::blocs::my_profile::my_profile_state.dart::GoingBackState"
class "bonfire::blocs::my_profile::my_profile_state.dart::GoBackState" {
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState" <|-- "bonfire::blocs::my_profile::my_profile_state.dart::GoBackState"
class "bonfire::blocs::my_profile::my_profile_state.dart::UpdatingProfilePictureState" {
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState" <|-- "bonfire::blocs::my_profile::my_profile_state.dart::UpdatingProfilePictureState"
class "bonfire::blocs::my_profile::my_profile_state.dart::ProfilePictureUpdatedState" {
+String profilePictureUrl
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState" <|-- "bonfire::blocs::my_profile::my_profile_state.dart::ProfilePictureUpdatedState"
class "bonfire::blocs::my_profile::my_profile_state.dart::FetchingUserBonfiresState" {
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState" <|-- "bonfire::blocs::my_profile::my_profile_state.dart::FetchingUserBonfiresState"
class "bonfire::blocs::my_profile::my_profile_state.dart::FetchedUserBonfiresState" {
+List<Bonfire> bonfires
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState" <|-- "bonfire::blocs::my_profile::my_profile_state.dart::FetchedUserBonfiresState"
class "bonfire::blocs::my_profile::my_profile_state.dart::RemovingFollowingState" {
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState" <|-- "bonfire::blocs::my_profile::my_profile_state.dart::RemovingFollowingState"
class "bonfire::blocs::my_profile::my_profile_state.dart::FollowingRemovedState" {
+List following
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState" <|-- "bonfire::blocs::my_profile::my_profile_state.dart::FollowingRemovedState"
class "bonfire::blocs::my_profile::my_profile_state.dart::MyProfileErrorState" {
+dynamic error
+List<Object> props
}
"bonfire::blocs::my_profile::my_profile_state.dart::MyProfileState" <|-- "bonfire::blocs::my_profile::my_profile_state.dart::MyProfileErrorState"
class "bonfire::blocs::settings::settings_bloc.dart::SettingsBloc" {
-AuthenticationRepository _authenticationRepository
-UserDataRepository _userDataRepository
-LocalStorageRepository _localStorageRepository
+SettingsState initialState
+Stream mapEventToState()
-Stream _mapOnModifyNameClickedToState()
-Stream _mapOnModifyEmailClickedToState()
-Stream _mapOnModifyPasswordClickedToState()
-Stream _mapOnReportProblemClickedToState()
-Stream _mapOnGiveFeedbackClickedToState()
-Stream _mapOnLogoutClickedToState()
-Map _readAndroidBuildData()
-Map _readIosDeviceInfo()
}
"bonfire::blocs::settings::settings_bloc.dart::SettingsBloc" o-- "bonfire::repositories::authentication_repository.dart::AuthenticationRepository"
"bonfire::blocs::settings::settings_bloc.dart::SettingsBloc" o-- "bonfire::repositories::user_data_repository.dart::UserDataRepository"
"bonfire::blocs::settings::settings_bloc.dart::SettingsBloc" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::blocs::settings::settings_bloc.dart::SettingsBloc" o-- "bonfire::blocs::settings::settings_state.dart::SettingsState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "bonfire::blocs::settings::settings_bloc.dart::SettingsBloc"
abstract class "bonfire::blocs::settings::settings_event.dart::SettingsEvent" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::settings::settings_event.dart::SettingsEvent"
class "bonfire::blocs::settings::settings_event.dart::OnModifyNameClicked" {
+String name
+String password
+String errorMessage
+List<Object> props
}
"bonfire::blocs::settings::settings_event.dart::SettingsEvent" <|-- "bonfire::blocs::settings::settings_event.dart::OnModifyNameClicked"
class "bonfire::blocs::settings::settings_event.dart::OnModifyEmailClicked" {
+String email
+String password
+String errorMessage
+List<Object> props
}
"bonfire::blocs::settings::settings_event.dart::SettingsEvent" <|-- "bonfire::blocs::settings::settings_event.dart::OnModifyEmailClicked"
class "bonfire::blocs::settings::settings_event.dart::OnModifyPasswordClicked" {
+String currentPassword
+String newPassword
+String newPasswordConfirmation
+String errorMessage
+List<Object> props
}
"bonfire::blocs::settings::settings_event.dart::SettingsEvent" <|-- "bonfire::blocs::settings::settings_event.dart::OnModifyPasswordClicked"
class "bonfire::blocs::settings::settings_event.dart::OnNameChanged" {
+String name
+List<Object> props
}
"bonfire::blocs::settings::settings_event.dart::SettingsEvent" <|-- "bonfire::blocs::settings::settings_event.dart::OnNameChanged"
class "bonfire::blocs::settings::settings_event.dart::OnEmailChanged" {
+String email
+List<Object> props
}
"bonfire::blocs::settings::settings_event.dart::SettingsEvent" <|-- "bonfire::blocs::settings::settings_event.dart::OnEmailChanged"
class "bonfire::blocs::settings::settings_event.dart::OnPasswordChanged" {
+String password
+List<Object> props
}
"bonfire::blocs::settings::settings_event.dart::SettingsEvent" <|-- "bonfire::blocs::settings::settings_event.dart::OnPasswordChanged"
class "bonfire::blocs::settings::settings_event.dart::OnReportProblemClicked" {
+String body
+List<Object> props
}
"bonfire::blocs::settings::settings_event.dart::SettingsEvent" <|-- "bonfire::blocs::settings::settings_event.dart::OnReportProblemClicked"
class "bonfire::blocs::settings::settings_event.dart::OnGiveFeedbackClicked" {
+String body
+List<Object> props
}
"bonfire::blocs::settings::settings_event.dart::SettingsEvent" <|-- "bonfire::blocs::settings::settings_event.dart::OnGiveFeedbackClicked"
class "bonfire::blocs::settings::settings_event.dart::OnLogoutClicked" {
+List<Object> props
}
"bonfire::blocs::settings::settings_event.dart::SettingsEvent" <|-- "bonfire::blocs::settings::settings_event.dart::OnLogoutClicked"
abstract class "bonfire::blocs::settings::settings_state.dart::SettingsState" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::settings::settings_state.dart::SettingsState"
class "bonfire::blocs::settings::settings_state.dart::InitialSettingsState" {
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::InitialSettingsState"
class "bonfire::blocs::settings::settings_state.dart::ModifyingFieldState" {
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::ModifyingFieldState"
class "bonfire::blocs::settings::settings_state.dart::FieldModifiedState" {
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::FieldModifiedState"
class "bonfire::blocs::settings::settings_state.dart::LoggingOutState" {
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::LoggingOutState"
class "bonfire::blocs::settings::settings_state.dart::LoggedOutState" {
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::LoggedOutState"
class "bonfire::blocs::settings::settings_state.dart::TextFieldChangedState" {
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::TextFieldChangedState"
class "bonfire::blocs::settings::settings_state.dart::ReportingProblemState" {
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::ReportingProblemState"
class "bonfire::blocs::settings::settings_state.dart::ProblemReportedState" {
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::ProblemReportedState"
class "bonfire::blocs::settings::settings_state.dart::GivingFeedbackState" {
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::GivingFeedbackState"
class "bonfire::blocs::settings::settings_state.dart::FeedbackGivenState" {
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::FeedbackGivenState"
class "bonfire::blocs::settings::settings_state.dart::NameValidityState" {
+bool isNameValid
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::NameValidityState"
class "bonfire::blocs::settings::settings_state.dart::EmailValidityState" {
+bool isEmailValid
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::EmailValidityState"
class "bonfire::blocs::settings::settings_state.dart::PasswordValidityState" {
+bool isPasswordValid
+List<Object> props
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::PasswordValidityState"
class "bonfire::blocs::settings::settings_state.dart::SettingsFailedState" {
+dynamic error
+List<Object> props
+String toString()
}
"bonfire::blocs::settings::settings_state.dart::SettingsState" <|-- "bonfire::blocs::settings::settings_state.dart::SettingsFailedState"
class "bonfire::blocs::splash::splash_bloc.dart::SplashBloc" {
-PermissionHandler _permissionHandler
+Logger logger
-AuthenticationRepository _authenticationRepository
-UserDataRepository _userDataRepository
-LocalStorageRepository _localStorageRepository
-BackgroundTask _backgroundTask
+SplashState initialState
+Stream mapEventToState()
-Stream _mapOnResquestPermissionsToState()
-Stream _mapOnInitializeDownloadManagerToState()
-Stream _mapOnInitializeBackgroundTaskManagerToState()
-Stream _mapOnInitializeLocaleToState()
-Stream _mapOnAuthenticateToState()
}
"bonfire::blocs::splash::splash_bloc.dart::SplashBloc" o-- "permission_handler::src::permission_handler.dart::PermissionHandler"
"bonfire::blocs::splash::splash_bloc.dart::SplashBloc" o-- "logger::src::logger.dart::Logger"
"bonfire::blocs::splash::splash_bloc.dart::SplashBloc" o-- "bonfire::repositories::authentication_repository.dart::AuthenticationRepository"
"bonfire::blocs::splash::splash_bloc.dart::SplashBloc" o-- "bonfire::repositories::user_data_repository.dart::UserDataRepository"
"bonfire::blocs::splash::splash_bloc.dart::SplashBloc" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::blocs::splash::splash_bloc.dart::SplashBloc" o-- "bonfire::background_tasks.dart::BackgroundTask"
"bonfire::blocs::splash::splash_bloc.dart::SplashBloc" o-- "bonfire::blocs::splash::splash_state.dart::SplashState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "bonfire::blocs::splash::splash_bloc.dart::SplashBloc"
abstract class "bonfire::blocs::splash::splash_event.dart::SplashEvent" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::splash::splash_event.dart::SplashEvent"
class "bonfire::blocs::splash::splash_event.dart::OnSplashLaunched" {
+List<Object> props
}
"bonfire::blocs::splash::splash_event.dart::SplashEvent" <|-- "bonfire::blocs::splash::splash_event.dart::OnSplashLaunched"
class "bonfire::blocs::splash::splash_event.dart::EVTOnRequestPermissions" {
+List<Object> props
}
"bonfire::blocs::splash::splash_event.dart::SplashEvent" <|-- "bonfire::blocs::splash::splash_event.dart::EVTOnRequestPermissions"
class "bonfire::blocs::splash::splash_event.dart::EVTOnInitializeDownloadManager" {
+List<Object> props
}
"bonfire::blocs::splash::splash_event.dart::SplashEvent" <|-- "bonfire::blocs::splash::splash_event.dart::EVTOnInitializeDownloadManager"
class "bonfire::blocs::splash::splash_event.dart::EVTOnInitializeBackgroundTaskManager" {
+List<Object> props
}
"bonfire::blocs::splash::splash_event.dart::SplashEvent" <|-- "bonfire::blocs::splash::splash_event.dart::EVTOnInitializeBackgroundTaskManager"
class "bonfire::blocs::splash::splash_event.dart::EVTOnBackgroundTaskUpdateDailyQuestOrPenalty" {
+List<Object> props
}
"bonfire::blocs::splash::splash_event.dart::SplashEvent" <|-- "bonfire::blocs::splash::splash_event.dart::EVTOnBackgroundTaskUpdateDailyQuestOrPenalty"
class "bonfire::blocs::splash::splash_event.dart::EVTOnInitializeLocale" {
+List<Object> props
}
"bonfire::blocs::splash::splash_event.dart::SplashEvent" <|-- "bonfire::blocs::splash::splash_event.dart::EVTOnInitializeLocale"
class "bonfire::blocs::splash::splash_event.dart::EVTOnAuthenticate" {
+List<Object> props
}
"bonfire::blocs::splash::splash_event.dart::SplashEvent" <|-- "bonfire::blocs::splash::splash_event.dart::EVTOnAuthenticate"
abstract class "bonfire::blocs::splash::splash_state.dart::SplashState" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::blocs::splash::splash_state.dart::SplashState"
class "bonfire::blocs::splash::splash_state.dart::InitialSplashState" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::InitialSplashState"
class "bonfire::blocs::splash::splash_state.dart::STEPermissionsRequestPending" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STEPermissionsRequestPending"
class "bonfire::blocs::splash::splash_state.dart::STEPermissionsRequestDenied" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STEPermissionsRequestDenied"
class "bonfire::blocs::splash::splash_state.dart::STELocalStorageLoading" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STELocalStorageLoading"
class "bonfire::blocs::splash::splash_state.dart::STENavigationToAnonymousSignIn" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STENavigationToAnonymousSignIn"
class "bonfire::blocs::splash::splash_state.dart::STENavigationToMap" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STENavigationToMap"
class "bonfire::blocs::splash::splash_state.dart::STENavigationToCompleteProfile" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STENavigationToCompleteProfile"
class "bonfire::blocs::splash::splash_state.dart::STEInitializingDownloadManager" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STEInitializingDownloadManager"
class "bonfire::blocs::splash::splash_state.dart::STEDownloadManagerInitialized" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STEDownloadManagerInitialized"
class "bonfire::blocs::splash::splash_state.dart::STEInitializingBackgroundTaskManager" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STEInitializingBackgroundTaskManager"
class "bonfire::blocs::splash::splash_state.dart::STEBackgroundTaskManagerInitialized" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STEBackgroundTaskManagerInitialized"
class "bonfire::blocs::splash::splash_state.dart::STEBackgroundTaskUpdatingDailyQuestOrPenalty" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STEBackgroundTaskUpdatingDailyQuestOrPenalty"
class "bonfire::blocs::splash::splash_state.dart::STEBackgroundTaskDailyQuestOrPenaltyUpdated" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STEBackgroundTaskDailyQuestOrPenaltyUpdated"
class "bonfire::blocs::splash::splash_state.dart::STEInitializingLocale" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STEInitializingLocale"
class "bonfire::blocs::splash::splash_state.dart::STELocaleInitialized" {
+List<Object> props
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STELocaleInitialized"
class "bonfire::blocs::splash::splash_state.dart::STESplashError" {
+dynamic error
+List<Object> props
+String toString()
}
"bonfire::blocs::splash::splash_state.dart::SplashState" <|-- "bonfire::blocs::splash::splash_state.dart::STESplashError"
class "bonfire::i18n.dart::I18n" {
{static} -Map<String, String> _localizedValues
{static} -Map<String, String> _enValues
{static} -Map<String, String> _frValues
{static} -Map<String, Map<String, String>> _allValues
-Locale _locale
+String buttonCancel
+String buttonDownload
+String buttonDownloadFile
+String buttonFollow
+String buttonFollowing
+String buttonImSure
+String buttonLight
+String buttonNext
+String buttonSelectFile
+String buttonSendResetLink
+String buttonSignAnonymous
+String buttonSignIn
+String buttonSignUp
+String buttonUpdateMy
+String connectionProblem
+String sendEmailFailed
+String sendingLink
+String sentLink
+String signGoogle
+String start
+String textAcceptOurTerms
+String textAcceptOurTermsAlt
+String textAccessProfile
+String textAccountActions
+String textAndOur
+String textAnonymousDisclaimer1
+String textAnonymousDisclaimer2
+String textAnonymousDisclaimer3
+String textAnonymousLoggingIn
+String textAppName
+String textAuthenticating
+String textAuthenticationFailed
+String textBonfireLit
+String textBonfirePlaceholder
+String textClearCache
+String textCompleted
+String textCompleteProfile
+String textConfirmNewPassword
+String textConfirmPassword
+String textContinueAnonymous
+String textConvertingAccount
+String textCurrentPassword
+String textDailyQuest
+String textDarkMode
+String textDeadline
+String textDownloading
+String textEditingProfilePicture
+String textEditProfilePicture
+String textEmail
+String textEmailUpdated
+String textErrorDownload
+String textErrorLightingBonfire
+String textErrorOccured
+String textErrorRecording
+String textExperience
+String textFeebackDisclaimer
+String textFeebackHint
+String textFile
+String textFileDownloaded
+String textFiles
+String textFollowing
+String textFollowingLimitReached
+String textForgotPassword
+String textGiveFeedback
+String textHaveAccount
+String textImage
+String textInitializingParameters
+String textInProgress
+String textInvalidConfirmPassword
+String textInvalidEmail
+String textInvalidName
+String textInvalidPassword
+String textInvalidProvidedPassword
+String textInvalidUsername
+String textLightBonfire
+String textLoggingOut
+String textLogout
+String textMoreInfo
+String textMyAccount
+String textMyBonfires
+String textMyData
+String textMyFollowing
+String textName
+String textNameUpdated
+String textNewEmailAddress
+String textNewName
+String textNewPassword
+String textNothingHere
+String textNotImplementedYet
+String textPassword
+String textPasswordUpdated
+String textPenalty
+String textPenaltyDescription
+String textPermissionDenied
+String textPermissionRequest
+String textPermissions
+String textPrivacy
+String textPrivacyPolicy
+String textPrivacyPolicyContent
+String textProfilePicture
+String textQuestDirections
+String textQuestionMark
+String textReportProblem
+String textReportProblemDisclaimer
+String textReportProblemHint
+String textResetLinkSent
+String textResetPasswordLink
+String textRetrieveBonfires
+String textRetrieveDeviceData
+String textRetrieveUserData
+String textSave
+String textSavingProfile
+String textSettings
+String textStatus
+String textStore
+String textSupport
+String textSureLogout
+String textSureModify
+String textTermsOfService
+String textTermsOfServiceContent
+String textText
+String textThanksFeedback
+String textThanksReportProblem
+String textTotal
+String textUpdateMyEmail
+String textUpdateMyName
+String textUpdateMyPassword
+String textUpdatingEmail
+String textUpdatingName
+String textUpdatingPassword
+String textUsername
+String textVideo
+String textWarning
+String textWarningDescription1
+String userEmailNotFound
+Locale currentLocale
+String currentLanguage
{static} +I18n of()
-String _getText()
{static} +Future load()
}
"bonfire::i18n.dart::I18n" o-- "dart::ui::Locale"
class "bonfire::i18n.dart::I18nDelegate" {
{static} +Set<Locale> supportedLocals
+bool isSupported()
+Future load()
+bool shouldReload()
}
"flutter::src::widgets::localizations.dart::LocalizationsDelegate<T>" <|-- "bonfire::i18n.dart::I18nDelegate"
abstract class "bonfire::models::bonfire.dart::Bonfire" {
+bool deleted
+bool expired
+int createdAt
+int expiresAt
+List<String> dislikes
+List<String> likes
+List<String> viewedBy
+List<String> visibleBy
+Position position
+String authorName
+String authorProfilePictureUrl
+String authorUsername
+String id
+Map toMap()
}
"bonfire::models::bonfire.dart::Bonfire" o-- "geolocator::geolocator.dart::Position"
class "bonfire::models::bonfire.dart::TextBonfire" {
+String text
+Map toMap()
}
"bonfire::models::bonfire.dart::Bonfire" <|-- "bonfire::models::bonfire.dart::TextBonfire"
class "bonfire::models::bonfire.dart::ImageBonfire" {
+String imageUrl
+String description
+Map toMap()
}
"bonfire::models::bonfire.dart::Bonfire" <|-- "bonfire::models::bonfire.dart::ImageBonfire"
class "bonfire::models::bonfire.dart::VideoBonfire" {
+String videoUrl
+String description
+Map toMap()
}
"bonfire::models::bonfire.dart::Bonfire" <|-- "bonfire::models::bonfire.dart::VideoBonfire"
class "bonfire::models::bonfire.dart::FileBonfire" {
+String fileUrl
+String fileName
+String description
+Map toMap()
}
"bonfire::models::bonfire.dart::Bonfire" <|-- "bonfire::models::bonfire.dart::FileBonfire"
class "bonfire::models::daily_quest.dart::DailyQuest" {
+bool progressive
+int experience
+int maxLevel
+int minLevel
+Map<String, dynamic> description
+Map<String, dynamic> title
+String id
+String uniqueName
+Map toMap()
+String toString()
}
class "bonfire::models::follow.dart::Follow" {
+String name
+String photoUrl
+String username
+String uid
+Map toMap()
+String toString()
}
class "bonfire::models::penalty.dart::Penalty" {
+Map<String, dynamic> description
+Map<String, dynamic> title
+String id
+String uniqueName
+Map toMap()
+String toString()
}
class "bonfire::models::store_item.dart::StoreItem" {
+String id
+String translationKey
+int price
+String spotlightPromotionPictureUrl
+String promotionPictureUrl
+String description
+List<String> previewPictureUrls
+bool spotlight
+String toString()
}
class "bonfire::models::user_session.dart::UserSession" {
+bool isAnonymous
+int bonfireCount
+int createdAt
+int experience
+int fileBonfireCount
+int imageBonfireCount
+int level
+int nextLevelExperience
+int textBonfireCount
+int updatedAt
+int videoBonfireCount
+List following
+String email
+String name
+String password
+String photoUrl
+String uid
+String username
+String country
+Map<String, dynamic> dailyQuest
+Map<String, dynamic> penalty
+Map toMap()
+String toString()
}
class "bonfire::pages::auth::auth.dart::AuthPage" {
+_AuthPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::auth::auth.dart::AuthPage"
class "bonfire::pages::auth::auth.dart::_AuthPageState" {
-LocalStorageRepository _localStorageRepository
+bool isAnonymous
+void initState()
-dynamic _policiesAcknowledgement()
+Widget build()
}
"bonfire::pages::auth::auth.dart::_AuthPageState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::auth::auth.dart::_AuthPageState"
class "bonfire::pages::auth::confirmation_link_sent.dart::ConfirmationLinkSentPage" {
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::auth::confirmation_link_sent.dart::ConfirmationLinkSentPage"
class "bonfire::pages::auth::reset_password_link_sent.dart::ResetPasswordLinkSentPage" {
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::auth::reset_password_link_sent.dart::ResetPasswordLinkSentPage"
class "bonfire::pages::auth::sign_in_anonymously.dart::SignInAnonymouslyPage" {
+_SignInAnonymouslyPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::auth::sign_in_anonymously.dart::SignInAnonymouslyPage"
class "bonfire::pages::auth::sign_in_anonymously.dart::_SignInAnonymouslyPageState" {
-dynamic _policiesAcknowledgement()
-dynamic _alreadyHaveAnAccountLink()
-dynamic _showConfirmSignInAnonymouslyDialog()
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::auth::sign_in_anonymously.dart::_SignInAnonymouslyPageState"
class "bonfire::pages::auth::sign_in_problem.dart::SignInProblemPage" {
+_SignInProblemPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::auth::sign_in_problem.dart::SignInProblemPage"
class "bonfire::pages::auth::sign_in_problem.dart::_SignInProblemPageState" {
-TextEditingController _emailController
+void initState()
+void dispose()
-bool _isSendResetLinkEnabled()
-dynamic _onEmailChanged()
-dynamic _sendResetLink()
+Widget build()
}
"bonfire::pages::auth::sign_in_problem.dart::_SignInProblemPageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::auth::sign_in_problem.dart::_SignInProblemPageState"
class "bonfire::pages::auth::sign_in_with_email.dart::SignInWithEmailPage" {
+_SignInWithEmailPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::auth::sign_in_with_email.dart::SignInWithEmailPage"
class "bonfire::pages::auth::sign_in_with_email.dart::_SignInWithEmailPageState" {
-TextEditingController _emailController
-TextEditingController _passwordController
+void initState()
+void dispose()
-bool _isSignInEnabled()
-dynamic _onEmailChanged()
-dynamic _onPasswordChanged()
-dynamic _signIn()
+Widget build()
}
"bonfire::pages::auth::sign_in_with_email.dart::_SignInWithEmailPageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::auth::sign_in_with_email.dart::_SignInWithEmailPageState"
class "bonfire::pages::auth::sign_up_with_email.dart::SignUpWithEmailPage" {
+_SignUpWithEmailPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::auth::sign_up_with_email.dart::SignUpWithEmailPage"
class "bonfire::pages::auth::sign_up_with_email.dart::_SignUpWithEmailPageState" {
-TextEditingController _emailController
-TextEditingController _passwordController
-TextEditingController _confirmPasswordController
+void initState()
+void dispose()
-bool _isSignUpEnabled()
-dynamic _onEmailChanged()
-dynamic _onPasswordChanged()
-dynamic _onConfirmPasswordChanged()
-dynamic _signUp()
+Widget build()
}
"bonfire::pages::auth::sign_up_with_email.dart::_SignUpWithEmailPageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::auth::sign_up_with_email.dart::_SignUpWithEmailPageState"
class "bonfire::pages::bonfire::bonfire.dart::BonfirePage" {
-Bonfire _bonfire
+_BonfirePageState createState()
}
"bonfire::pages::bonfire::bonfire.dart::BonfirePage" o-- "bonfire::models::bonfire.dart::Bonfire"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::bonfire::bonfire.dart::BonfirePage"
class "bonfire::pages::bonfire::bonfire.dart::_BonfirePageState" {
-LocalStorageRepository _localStorageRepository
-VideoPlayerController _videoPlayerController
-String _username
-bool _isFollowing
-bool _isAnonymous
+void initState()
+void dispose()
-dynamic _goBack()
-dynamic _onMyProfileClicked()
-dynamic _onBonfireLikeClicked()
-dynamic _onBonfireDislikeClicked()
-bool _isCurrentUser()
-bool _isAnonymousBonfire()
-bool _isCurrentUserAlreadyFollowingBonfireAuthor()
-dynamic _buildProfileAvatar()
-dynamic _followBonfireAuthor()
-dynamic _unfollowBonfireAuthor()
-dynamic _getFollowingText()
-dynamic _getFollowingMethod()
-dynamic _getFollowingButtonColor()
-dynamic _getIsFollowing()
-dynamic _showUserProfileDialog()
-dynamic _buildHeader()
-dynamic _buildBody()
-dynamic _buildStateLoading()
-dynamic _buildImageBody()
-dynamic _buildVideoBody()
-dynamic _buildFileBody()
-dynamic _showDownloadDialog()
-dynamic _buildRatingView()
-dynamic _navigatoImageView()
-dynamic _navigateVideoView()
+Widget build()
}
"bonfire::pages::bonfire::bonfire.dart::_BonfirePageState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::pages::bonfire::bonfire.dart::_BonfirePageState" o-- "video_player::video_player.dart::VideoPlayerController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::bonfire::bonfire.dart::_BonfirePageState"
"flutter::src::widgets::ticker_provider.dart::SingleTickerProviderStateMixin<T>" <|-- "bonfire::pages::bonfire::bonfire.dart::_BonfirePageState"
class "bonfire::pages::bonfire::bonfire_image_view.dart::BonfireImageViewPage" {
-ImageBonfire _bonfire
-Color _color
+_BonfireImageViewPageState createState()
}
"bonfire::pages::bonfire::bonfire_image_view.dart::BonfireImageViewPage" o-- "bonfire::models::bonfire.dart::ImageBonfire"
"bonfire::pages::bonfire::bonfire_image_view.dart::BonfireImageViewPage" o-- "dart::ui::Color"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::bonfire::bonfire_image_view.dart::BonfireImageViewPage"
class "bonfire::pages::bonfire::bonfire_image_view.dart::_BonfireImageViewPageState" {
-ColorManipulation _colorManipulation
+void initState()
-dynamic _onDownloadImage()
+Widget build()
}
"bonfire::pages::bonfire::bonfire_image_view.dart::_BonfireImageViewPageState" o-- "bonfire::utils::color_manipulation.dart::ColorManipulation"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::bonfire::bonfire_image_view.dart::_BonfireImageViewPageState"
class "bonfire::pages::bonfire::bonfire_video_view.dart::BonfireVideoViewPage" {
-VideoBonfire _bonfire
+_BonfireVideoViewPageState createState()
}
"bonfire::pages::bonfire::bonfire_video_view.dart::BonfireVideoViewPage" o-- "bonfire::models::bonfire.dart::VideoBonfire"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::bonfire::bonfire_video_view.dart::BonfireVideoViewPage"
class "bonfire::pages::bonfire::bonfire_video_view.dart::_BonfireVideoViewPageState" {
-VideoPlayerController _videoPlayerController
-double _videoDuration
-double _currentVideoDuration
+void initState()
+void dispose()
-dynamic _formatVideoDuration()
-dynamic _onDownloadVideo()
+Widget build()
}
"bonfire::pages::bonfire::bonfire_video_view.dart::_BonfireVideoViewPageState" o-- "video_player::video_player.dart::VideoPlayerController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::bonfire::bonfire_video_view.dart::_BonfireVideoViewPageState"
class "bonfire::pages::bonfire::widgets::bonfire_user_profile_dialog.dart::BonfireUserProfileDialog" {
-String _pictureUrl
-String _name
-String _username
-String _buttonTitle
-void Function() _onPressed
-double _width
-double _height
-bool _isAnonymous
-bool _isCurrentUser
-bool _isFollowing
-Color _buttonColor
+_BonfireUserProfileDialogState createState()
}
"bonfire::pages::bonfire::widgets::bonfire_user_profile_dialog.dart::BonfireUserProfileDialog" o-- "dart::ui::void Function()"
"bonfire::pages::bonfire::widgets::bonfire_user_profile_dialog.dart::BonfireUserProfileDialog" o-- "dart::ui::Color"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::bonfire::widgets::bonfire_user_profile_dialog.dart::BonfireUserProfileDialog"
class "bonfire::pages::bonfire::widgets::bonfire_user_profile_dialog.dart::_BonfireUserProfileDialogState" {
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::bonfire::widgets::bonfire_user_profile_dialog.dart::_BonfireUserProfileDialogState"
class "bonfire::pages::complete_profile::complete_profile.dart::CompleteProfilePage" {
+_CompleteProfilePageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::complete_profile::complete_profile.dart::CompleteProfilePage"
class "bonfire::pages::complete_profile::complete_profile.dart::_CompleteProfilePageState" {
-LocalStorageRepository _localStorageRepository
-TextEditingController _usernameController
-TextEditingController _nameController
-File _file
+void initState()
+void dispose()
-bool _isStartEnabled()
-dynamic _onUsernameChanged()
-dynamic _onNameChanged()
-dynamic _onProfilePictureClicked()
-dynamic _start()
+Widget build()
}
"bonfire::pages::complete_profile::complete_profile.dart::_CompleteProfilePageState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::pages::complete_profile::complete_profile.dart::_CompleteProfilePageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController"
"bonfire::pages::complete_profile::complete_profile.dart::_CompleteProfilePageState" o-- "dart::io::File"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::complete_profile::complete_profile.dart::_CompleteProfilePageState"
class "bonfire::pages::light_bonfire::light_bonfire_file.dart::LightBonfireFilePage" {
+_LightBonfireFilePageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::light_bonfire::light_bonfire_file.dart::LightBonfireFilePage"
class "bonfire::pages::light_bonfire::light_bonfire_file.dart::_LightBonfireFilePageState" {
+Logger logger
-Future _showFilePicker()
+Widget build()
}
"bonfire::pages::light_bonfire::light_bonfire_file.dart::_LightBonfireFilePageState" o-- "logger::src::logger.dart::Logger"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::light_bonfire::light_bonfire_file.dart::_LightBonfireFilePageState"
class "bonfire::pages::light_bonfire::light_bonfire_file_preview.dart::LightBonfireFilePreviewPage" {
-File _file
+_LightBonfireFilePreviewPageState createState()
}
"bonfire::pages::light_bonfire::light_bonfire_file_preview.dart::LightBonfireFilePreviewPage" o-- "dart::io::File"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::light_bonfire::light_bonfire_file_preview.dart::LightBonfireFilePreviewPage"
class "bonfire::pages::light_bonfire::light_bonfire_file_preview.dart::_LightBonfireFilePreviewPageState" {
-String _description
-dynamic _onLightBonfireClicked()
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::light_bonfire::light_bonfire_file_preview.dart::_LightBonfireFilePreviewPageState"
class "bonfire::pages::light_bonfire::light_bonfire_image.dart::LightBonfireImagePage" {
+_LightBonfireImagePageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::light_bonfire::light_bonfire_image.dart::LightBonfireImagePage"
class "bonfire::pages::light_bonfire::light_bonfire_image.dart::_LightBonfireImagePageState" {
-List<CameraDescription> _cameras
-CameraController _cameraController
+void initState()
+void dispose()
-Future _initCamera()
-Widget _buildCameraPreview()
-Widget _buildControlView()
-Future _showFilePicker()
-Future _captureImage()
-Future _onCameraSwitch()
+Widget build()
}
"bonfire::pages::light_bonfire::light_bonfire_image.dart::_LightBonfireImagePageState" o-- "camera::camera.dart::CameraController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::light_bonfire::light_bonfire_image.dart::_LightBonfireImagePageState"
class "bonfire::pages::light_bonfire::light_bonfire_image_preview.dart::LightBonfireImagePreviewPage" {
-File _file
+_LightBonfireImagePreviewPageState createState()
}
"bonfire::pages::light_bonfire::light_bonfire_image_preview.dart::LightBonfireImagePreviewPage" o-- "dart::io::File"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::light_bonfire::light_bonfire_image_preview.dart::LightBonfireImagePreviewPage"
class "bonfire::pages::light_bonfire::light_bonfire_image_preview.dart::_LightBonfireImagePreviewPageState" {
-String _description
-dynamic _onLightBonfireClicked()
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::light_bonfire::light_bonfire_image_preview.dart::_LightBonfireImagePreviewPageState"
class "bonfire::pages::light_bonfire::light_bonfire_text.dart::LightBonfireTextPage" {
+_LightBonfireTextPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::light_bonfire::light_bonfire_text.dart::LightBonfireTextPage"
class "bonfire::pages::light_bonfire::light_bonfire_text.dart::_LightBonfireTextPageState" {
-String _text
-dynamic _onLightBonfireClicked()
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::light_bonfire::light_bonfire_text.dart::_LightBonfireTextPageState"
class "bonfire::pages::light_bonfire::light_bonfire_video.dart::LightBonfireVideoPage" {
+_LightBonfireVideoPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::light_bonfire::light_bonfire_video.dart::LightBonfireVideoPage"
class "bonfire::pages::light_bonfire::light_bonfire_video.dart::_LightBonfireVideoPageState" {
+Logger logger
-List<CameraDescription> _cameras
-CameraController _cameraController
-bool _isRecording
-String _filePath
+void initState()
+void dispose()
-Future _initCamera()
-Widget _buildCameraPreview()
-Widget _buildControlView()
-Future _showFilePicker()
-Future _startVideoRecording()
-Future _stopVideoRecording()
-Future _onCameraSwitch()
+Widget build()
}
"bonfire::pages::light_bonfire::light_bonfire_video.dart::_LightBonfireVideoPageState" o-- "logger::src::logger.dart::Logger"
"bonfire::pages::light_bonfire::light_bonfire_video.dart::_LightBonfireVideoPageState" o-- "camera::camera.dart::CameraController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::light_bonfire::light_bonfire_video.dart::_LightBonfireVideoPageState"
class "bonfire::pages::light_bonfire::light_bonfire_video_preview.dart::LightBonfireVideoPreviewPage" {
-File _file
+_LightBonfireVideoPreviewPageState createState()
}
"bonfire::pages::light_bonfire::light_bonfire_video_preview.dart::LightBonfireVideoPreviewPage" o-- "dart::io::File"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::light_bonfire::light_bonfire_video_preview.dart::LightBonfireVideoPreviewPage"
class "bonfire::pages::light_bonfire::light_bonfire_video_preview.dart::_LightBonfireVideoPreviewPageState" {
-VideoPlayerController _videoPlayerController
-double _videoDuration
-double _currentVideoDuration
-String _description
+void initState()
+void dispose()
-dynamic _onLightBonfireClicked()
-dynamic _formatVideoDuration()
+Widget build()
}
"bonfire::pages::light_bonfire::light_bonfire_video_preview.dart::_LightBonfireVideoPreviewPageState" o-- "video_player::video_player.dart::VideoPlayerController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::light_bonfire::light_bonfire_video_preview.dart::_LightBonfireVideoPreviewPageState"
class "bonfire::pages::light_bonfire::widgets::light_bonfire_button.dart::LightBonfireButton" {
-void Function() _onPressed
-Text _text
-Color _color
-double _width
-double _height
-String _imagePath
+Widget build()
}
"bonfire::pages::light_bonfire::widgets::light_bonfire_button.dart::LightBonfireButton" o-- "dart::ui::void Function()"
"bonfire::pages::light_bonfire::widgets::light_bonfire_button.dart::LightBonfireButton" o-- "flutter::src::widgets::text.dart::Text"
"bonfire::pages::light_bonfire::widgets::light_bonfire_button.dart::LightBonfireButton" o-- "dart::ui::Color"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::light_bonfire::widgets::light_bonfire_button.dart::LightBonfireButton"
class "bonfire::pages::map::map.dart::MapPage" {
+_MapPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::map::map.dart::MapPage"
class "bonfire::pages::map::map.dart::_MapPageState" {
+Logger logger
-LocalStorageRepository _localStorageRepository
-Map<String, Bonfire> _bonfiresMap
-Position _position
-List<Image> _bottomSheetImages
-MapboxMapController _mapController
-bool _darkMode
-bool _isAnonymous
-Map<String, dynamic> _dailyQuest
-bool _completed
+void initState()
+void didChangeDependencies()
+void dispose()
-void _onMapCreated()
-void _onSymbolTapped()
-dynamic _onMyProfileClicked()
-dynamic _onLightBonfireClicked()
-dynamic _buildProfileAvatar()
-dynamic _buildLightBonfireButton()
-dynamic _getBottomSheetText()
-dynamic _showModalBottomSheet()
-dynamic _createSymbols()
-dynamic _getDailyQuestNavigationPath()
-String _buildDailyQuestTooltipMessage()
-IconData _buildDailyQuestTooltipIcon()
-Color _buildDailyQuestTooltipColor()
+Widget build()
}
"bonfire::pages::map::map.dart::_MapPageState" o-- "logger::src::logger.dart::Logger"
"bonfire::pages::map::map.dart::_MapPageState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::pages::map::map.dart::_MapPageState" o-- "geolocator::geolocator.dart::Position"
"bonfire::pages::map::map.dart::_MapPageState" o-- "mapbox_gl::mapbox_gl.dart::MapboxMapController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::map::map.dart::_MapPageState"
class "bonfire::pages::map::widgets::light_bonfire_button.dart::LightBonfireButton" {
-void Function() _onTap
-Image _image
-String _text
+Widget build()
}
"bonfire::pages::map::widgets::light_bonfire_button.dart::LightBonfireButton" o-- "dart::ui::void Function()"
"bonfire::pages::map::widgets::light_bonfire_button.dart::LightBonfireButton" o-- "flutter::src::widgets::image.dart::Image"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::map::widgets::light_bonfire_button.dart::LightBonfireButton"
class "bonfire::pages::my_profile::my_bonfires.dart::MyBonfiresPage" {
+_MyBonfiresPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::my_profile::my_bonfires.dart::MyBonfiresPage"
class "bonfire::pages::my_profile::my_bonfires.dart::_MyBonfiresPageState" {
-List<Bonfire> _bonfires
-List<Image> _bonfireImages
+void initState()
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::my_profile::my_bonfires.dart::_MyBonfiresPageState"
class "bonfire::pages::my_profile::my_daily_quest.dart::MyDailyQuestPage" {
+_MyDailyQuestPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::my_profile::my_daily_quest.dart::MyDailyQuestPage"
class "bonfire::pages::my_profile::my_daily_quest.dart::_MyDailyQuestPageState" {
-LocalStorageRepository _localStorageRepository
-Map<String, dynamic> _description
-Map<String, dynamic> _title
-int _bonfireToLit
-int _deadline
-int _experience
-bool _completed
-bool _progressive
-String _locale
+void initState()
+Widget build()
}
"bonfire::pages::my_profile::my_daily_quest.dart::_MyDailyQuestPageState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::my_profile::my_daily_quest.dart::_MyDailyQuestPageState"
class "bonfire::pages::my_profile::my_following.dart::MyFollowingPage" {
+_MyFollowingPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::my_profile::my_following.dart::MyFollowingPage"
class "bonfire::pages::my_profile::my_following.dart::_MyFollowingPageState" {
-LocalStorageRepository _localStorageRepository
-List _following
+void initState()
-dynamic _goBack()
-dynamic _buildProfileAvatar()
-dynamic _unfollow()
+Widget build()
}
"bonfire::pages::my_profile::my_following.dart::_MyFollowingPageState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::my_profile::my_following.dart::_MyFollowingPageState"
class "bonfire::pages::my_profile::my_penalty.dart::MyPenaltyPage" {
+_MyPenaltyPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::my_profile::my_penalty.dart::MyPenaltyPage"
class "bonfire::pages::my_profile::my_penalty.dart::_MyPenaltyPageState" {
-LocalStorageRepository _localStorageRepository
-Map<String, dynamic> _title
-Map<String, dynamic> _description
-int _deadline
-String _locale
+void initState()
+Widget build()
}
"bonfire::pages::my_profile::my_penalty.dart::_MyPenaltyPageState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::my_profile::my_penalty.dart::_MyPenaltyPageState"
class "bonfire::pages::my_profile::my_profile.dart::MyProfilePage" {
+_MyProfilePageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::my_profile::my_profile.dart::MyProfilePage"
class "bonfire::pages::my_profile::my_profile.dart::_MyProfilePageState" {
-LocalStorageRepository _localStorageRepository
-String _username
-Map<String, dynamic> _dailyQuest
-bool _completed
+void initState()
-dynamic _showProfilePictureDialog()
-dynamic _onProfilePictureClicked()
-dynamic _buildProfileAvatar()
+Widget build()
}
"bonfire::pages::my_profile::my_profile.dart::_MyProfilePageState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::my_profile::my_profile.dart::_MyProfilePageState"
class "bonfire::pages::my_profile::widgets::bonfire_profile_picture_dialog.dart::BonfireProfilePictureDialog" {
-String _pictureUrl
-String _buttonTitle
-void Function() _onPressed
-double _width
-double _height
+Widget build()
}
"bonfire::pages::my_profile::widgets::bonfire_profile_picture_dialog.dart::BonfireProfilePictureDialog" o-- "dart::ui::void Function()"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::my_profile::widgets::bonfire_profile_picture_dialog.dart::BonfireProfilePictureDialog"
class "bonfire::pages::my_profile::widgets::file_bonfire_card.dart::FileBonfireCard" {
-FileBonfire _bonfire
-Image _image
-void Function() _onPressed
+Widget build()
}
"bonfire::pages::my_profile::widgets::file_bonfire_card.dart::FileBonfireCard" o-- "bonfire::models::bonfire.dart::FileBonfire"
"bonfire::pages::my_profile::widgets::file_bonfire_card.dart::FileBonfireCard" o-- "flutter::src::widgets::image.dart::Image"
"bonfire::pages::my_profile::widgets::file_bonfire_card.dart::FileBonfireCard" o-- "dart::ui::void Function()"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::my_profile::widgets::file_bonfire_card.dart::FileBonfireCard"
class "bonfire::pages::my_profile::widgets::image_bonfire_card.dart::ImageBonfireCard" {
-ImageBonfire _bonfire
-Image _image
-void Function() _onPressed
+Widget build()
}
"bonfire::pages::my_profile::widgets::image_bonfire_card.dart::ImageBonfireCard" o-- "bonfire::models::bonfire.dart::ImageBonfire"
"bonfire::pages::my_profile::widgets::image_bonfire_card.dart::ImageBonfireCard" o-- "flutter::src::widgets::image.dart::Image"
"bonfire::pages::my_profile::widgets::image_bonfire_card.dart::ImageBonfireCard" o-- "dart::ui::void Function()"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::my_profile::widgets::image_bonfire_card.dart::ImageBonfireCard"
class "bonfire::pages::my_profile::widgets::my_daily_quest_progress.dart::MyDailyQuestProgress" {
-LocalStorageRepository _localStorageRepository
+_MyDailyQuestProgressState createState()
}
"bonfire::pages::my_profile::widgets::my_daily_quest_progress.dart::MyDailyQuestProgress" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::my_profile::widgets::my_daily_quest_progress.dart::MyDailyQuestProgress"
class "bonfire::pages::my_profile::widgets::my_daily_quest_progress.dart::_MyDailyQuestProgressState" {
-String _dailyQuestUniqueName
-int _fileBonfireCount
-int _imageBonfireCount
-int _textBonfireCount
-int _videoBonfireCount
-int _totalBonfireCount
-int _bonfireToLit
+void initState()
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::my_profile::widgets::my_daily_quest_progress.dart::_MyDailyQuestProgressState"
class "bonfire::pages::my_profile::widgets::text_bonfire_card.dart::TextBonfireCard" {
-TextBonfire _bonfire
-Image _image
-void Function() _onPressed
+Widget build()
}
"bonfire::pages::my_profile::widgets::text_bonfire_card.dart::TextBonfireCard" o-- "bonfire::models::bonfire.dart::TextBonfire"
"bonfire::pages::my_profile::widgets::text_bonfire_card.dart::TextBonfireCard" o-- "flutter::src::widgets::image.dart::Image"
"bonfire::pages::my_profile::widgets::text_bonfire_card.dart::TextBonfireCard" o-- "dart::ui::void Function()"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::my_profile::widgets::text_bonfire_card.dart::TextBonfireCard"
class "bonfire::pages::my_profile::widgets::video_bonfire_card.dart::VideoBonfireCard" {
-VideoBonfire _bonfire
-Image _image
-void Function() _onPressed
+Widget build()
}
"bonfire::pages::my_profile::widgets::video_bonfire_card.dart::VideoBonfireCard" o-- "bonfire::models::bonfire.dart::VideoBonfire"
"bonfire::pages::my_profile::widgets::video_bonfire_card.dart::VideoBonfireCard" o-- "flutter::src::widgets::image.dart::Image"
"bonfire::pages::my_profile::widgets::video_bonfire_card.dart::VideoBonfireCard" o-- "dart::ui::void Function()"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::my_profile::widgets::video_bonfire_card.dart::VideoBonfireCard"
class "bonfire::pages::privacy_policy::privacy_policy.dart::PrivacyPolicyPage" {
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::privacy_policy::privacy_policy.dart::PrivacyPolicyPage"
class "bonfire::pages::search::search.dart::SearchPage" {
+_SearchPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::search::search.dart::SearchPage"
class "bonfire::pages::search::search.dart::_SearchPageState" {
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::search::search.dart::_SearchPageState"
class "bonfire::pages::settings::edit_email_address.dart::EditEmailAddressPage" {
+_EditEmailAddressPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::settings::edit_email_address.dart::EditEmailAddressPage"
class "bonfire::pages::settings::edit_email_address.dart::_EditEmailAddressPageState" {
-LocalStorageRepository _localStorageRepository
-TextEditingController _emailController
-TextEditingController _passwordController
+void initState()
+void dispose()
-dynamic _onEmailChanged()
-dynamic _onPasswordChanged()
-dynamic _showConfirmationDialog()
-bool _isEditEmailEnabled()
-dynamic _updateEmailAddress()
+Widget build()
}
"bonfire::pages::settings::edit_email_address.dart::_EditEmailAddressPageState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::pages::settings::edit_email_address.dart::_EditEmailAddressPageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::settings::edit_email_address.dart::_EditEmailAddressPageState"
class "bonfire::pages::settings::edit_name.dart::EditNamePage" {
+_EditNamePageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::settings::edit_name.dart::EditNamePage"
class "bonfire::pages::settings::edit_name.dart::_EditNamePageState" {
-LocalStorageRepository _localStorageRepository
-TextEditingController _nameController
-TextEditingController _passwordController
+void initState()
+void dispose()
-dynamic _onNameChanged()
-dynamic _onPasswordChanged()
-dynamic _showConfirmationDialog()
-bool _isEditNameEnabled()
-dynamic _updateName()
+Widget build()
}
"bonfire::pages::settings::edit_name.dart::_EditNamePageState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::pages::settings::edit_name.dart::_EditNamePageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::settings::edit_name.dart::_EditNamePageState"
class "bonfire::pages::settings::edit_password.dart::EditPasswordPage" {
+_EditPasswordPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::settings::edit_password.dart::EditPasswordPage"
class "bonfire::pages::settings::edit_password.dart::_EditPasswordPageState" {
-TextEditingController _currentPasswordController
-TextEditingController _newPasswordController
-TextEditingController _newPasswordConfirmationController
-dynamic _showConfirmationDialog()
-bool _isEditPasswordEnabled()
-dynamic _updatePassword()
+Widget build()
}
"bonfire::pages::settings::edit_password.dart::_EditPasswordPageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::settings::edit_password.dart::_EditPasswordPageState"
class "bonfire::pages::settings::edit_permissions.dart::EditPermissionsPage" {
+_EditPermissionsPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::settings::edit_permissions.dart::EditPermissionsPage"
class "bonfire::pages::settings::edit_permissions.dart::_EditPermissionsPageState" {
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::settings::edit_permissions.dart::_EditPermissionsPageState"
class "bonfire::pages::settings::give_feedback.dart::GiveFeedbackPage" {
+_GiveFeedbackPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::settings::give_feedback.dart::GiveFeedbackPage"
class "bonfire::pages::settings::give_feedback.dart::_GiveFeedbackPageState" {
-StringProcessor _stringProcessor
-String _body
-bool _isGiveFeedbackEnabled()
-dynamic _giveFeedback()
+Widget build()
}
"bonfire::pages::settings::give_feedback.dart::_GiveFeedbackPageState" o-- "stringprocess::src::stringprocess_base.dart::StringProcessor"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::settings::give_feedback.dart::_GiveFeedbackPageState"
class "bonfire::pages::settings::my_data.dart::MyDataPage" {
+_MyDataPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::settings::my_data.dart::MyDataPage"
class "bonfire::pages::settings::my_data.dart::_MyDataPageState" {
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::settings::my_data.dart::_MyDataPageState"
class "bonfire::pages::settings::report_problem.dart::ReportProblemPage" {
+_ReportProblemPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::settings::report_problem.dart::ReportProblemPage"
class "bonfire::pages::settings::report_problem.dart::_ReportProblemPageState" {
-StringProcessor _stringProcessor
-String _body
-bool _isReportProblemEnabled()
-dynamic _reportProblem()
+Widget build()
}
"bonfire::pages::settings::report_problem.dart::_ReportProblemPageState" o-- "stringprocess::src::stringprocess_base.dart::StringProcessor"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::settings::report_problem.dart::_ReportProblemPageState"
class "bonfire::pages::settings::settings.dart::SettingsPage" {
+_SettingsPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::settings::settings.dart::SettingsPage"
class "bonfire::pages::settings::settings.dart::_SettingsPageState" {
-LocalStorageRepository _localStorageRepository
-String _username
-String _appName
-String _version
-bool _darkMode
+void initState()
-dynamic _getPackageInfo()
-dynamic _toggleDarkMode()
-dynamic _onLogoutClicked()
-dynamic _showConfirmationDialog()
-dynamic _buildVersionAndMadeIn()
+Widget build()
}
"bonfire::pages::settings::settings.dart::_SettingsPageState" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::settings::settings.dart::_SettingsPageState"
class "bonfire::pages::splash::splash.dart::SplashPage" {
+_SplashPageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::splash::splash.dart::SplashPage"
class "bonfire::pages::splash::splash.dart::_SplashPageState" {
-Image _image
+void initState()
+void didChangeDependencies()
-dynamic _buildStateText()
+Widget build()
}
"bonfire::pages::splash::splash.dart::_SplashPageState" o-- "flutter::src::widgets::image.dart::Image"
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::splash::splash.dart::_SplashPageState"
class "bonfire::pages::store::bloc::store_bloc.dart::StoreBloc" {
+StoreState initialState
+Stream mapEventToState()
}
"bonfire::pages::store::bloc::store_bloc.dart::StoreBloc" o-- "bonfire::pages::store::bloc::store_bloc.dart::StoreState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "bonfire::pages::store::bloc::store_bloc.dart::StoreBloc"
abstract class "bonfire::pages::store::bloc::store_bloc.dart::StoreEvent" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::pages::store::bloc::store_bloc.dart::StoreEvent"
abstract class "bonfire::pages::store::bloc::store_bloc.dart::StoreState" {
}
"equatable::src::equatable.dart::Equatable" <|-- "bonfire::pages::store::bloc::store_bloc.dart::StoreState"
class "bonfire::pages::store::bloc::store_bloc.dart::StoreInitial" {
+List<Object> props
}
"bonfire::pages::store::bloc::store_bloc.dart::StoreState" <|-- "bonfire::pages::store::bloc::store_bloc.dart::StoreInitial"
class "bonfire::pages::store::item_preview.dart::ItemPreviewPage" {
-StoreItem _storeItem
+_ItemPreviewPageState createState()
}
"bonfire::pages::store::item_preview.dart::ItemPreviewPage" o-- "bonfire::models::store_item.dart::StoreItem"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::store::item_preview.dart::ItemPreviewPage"
class "bonfire::pages::store::item_preview.dart::_ItemPreviewPageState" {
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::store::item_preview.dart::_ItemPreviewPageState"
class "bonfire::pages::store::store.dart::StorePage" {
+_StorePageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "bonfire::pages::store::store.dart::StorePage"
class "bonfire::pages::store::store.dart::_StorePageState" {
+List<StoreItem> storeItems
+void initState()
-dynamic _generateStaggeredTiles()
-dynamic _generateTiles()
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "bonfire::pages::store::store.dart::_StorePageState"
class "bonfire::pages::store::widgets::spotlight_store_item_card.dart::SpotlightStoreItemCard" {
-StoreItem _storeItem
-void Function() _onPressed
+Widget build()
}
"bonfire::pages::store::widgets::spotlight_store_item_card.dart::SpotlightStoreItemCard" o-- "bonfire::models::store_item.dart::StoreItem"
"bonfire::pages::store::widgets::spotlight_store_item_card.dart::SpotlightStoreItemCard" o-- "dart::ui::void Function()"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::store::widgets::spotlight_store_item_card.dart::SpotlightStoreItemCard"
class "bonfire::pages::store::widgets::store_item_card.dart::StoreItemCard" {
-StoreItem _storeItem
-void Function() _onPressed
+Widget build()
}
"bonfire::pages::store::widgets::store_item_card.dart::StoreItemCard" o-- "bonfire::models::store_item.dart::StoreItem"
"bonfire::pages::store::widgets::store_item_card.dart::StoreItemCard" o-- "dart::ui::void Function()"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::store::widgets::store_item_card.dart::StoreItemCard"
class "bonfire::pages::terms_of_service::terms_of_service.dart::TermsOfServicePage" {
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::pages::terms_of_service::terms_of_service.dart::TermsOfServicePage"
class "bonfire::repositories::authentication_repository.dart::AuthenticationRepository" {
-BaseAuthenticationService _authenticationService
{static} -AuthenticationRepository _singleton
+Future signInAnonymously()
+Future signUpWithEmail()
+Future convertUserWithEmail()
+Future signInWithEmail()
+Future resetPassword()
+Future signOut()
+Future getCurrentUser()
+Future isSignedIn()
+Future isAnonymous()
+Future updateEmail()
+Future updatePassword()
}
"bonfire::repositories::authentication_repository.dart::AuthenticationRepository" o-- "bonfire::services::authentication::base_authentication_service.dart::BaseAuthenticationService"
"bonfire::repositories::authentication_repository.dart::AuthenticationRepository" o-- "bonfire::repositories::authentication_repository.dart::AuthenticationRepository"
class "bonfire::repositories::bonfire_repository.dart::BonfireRepository" {
-BaseBonfireService _bonfireService
{static} -BonfireRepository _singleton
+Stream getBonfires()
+Stream getUserBonfires()
+Future lightBonfire()
+Future updateBonfireRating()
+Future updateBonfireExpirationDate()
+Future updateBonfireExpiration()
+Future updateBonfireViewedBy()
}
"bonfire::repositories::bonfire_repository.dart::BonfireRepository" o-- "bonfire::services::bonfire::base_bonfire_service.dart::BaseBonfireService"
"bonfire::repositories::bonfire_repository.dart::BonfireRepository" o-- "bonfire::repositories::bonfire_repository.dart::BonfireRepository"
class "bonfire::repositories::daily_quest_repository.dart::DailyQuestRepository" {
-DailyQuestService _dailyQuestService
{static} -DailyQuestRepository _singleton
+Future getDailyQuests()
+Future getRandomDailyQuest()
+Future getDailyQuestById()
+Future updateDailyQuest()
+Future updateDailyQuestById()
+Future nullifyDailyQuest()
+Future updateDailyQuestProgress()
}
"bonfire::repositories::daily_quest_repository.dart::DailyQuestRepository" o-- "bonfire::services::daily_quest::daily_quest_service.dart::DailyQuestService"
"bonfire::repositories::daily_quest_repository.dart::DailyQuestRepository" o-- "bonfire::repositories::daily_quest_repository.dart::DailyQuestRepository"
class "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository" {
-LocalStorageService _localStorageService
{static} -LocalStorageRepository _singleton
+Future initLocalStorageService()
+Future setUserSession()
+Future clearUserSession()
+Future setDailyQuest()
+Future clearDailyQuest()
+Future setPenalty()
+Future clearPenalty()
+Future setUserSessionData()
+Future clearUserSessionData()
+dynamic getUserSessionData()
+Future setSessionConfigData()
+Future clearSessionConfigData()
+dynamic getSessionConfigData()
+Future setDailyQuestData()
+Future clearDailyQuestData()
+dynamic getDailyQuestData()
+Future setPenaltyData()
+Future clearPenaltyData()
+dynamic getPenaltyData()
}
"bonfire::repositories::local_storage_repository.dart::LocalStorageRepository" o-- "bonfire::services::storage::local_storage_service.dart::LocalStorageService"
"bonfire::repositories::local_storage_repository.dart::LocalStorageRepository" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
class "bonfire::repositories::notification_repository.dart::NotificationRepository" {
{static} -NotificationRepository _singleton
}
"bonfire::repositories::notification_repository.dart::NotificationRepository" o-- "bonfire::repositories::notification_repository.dart::NotificationRepository"
class "bonfire::repositories::online_storage_repository.dart::OnlineStorageRepository" {
-FirebaseStorageService _store
{static} -OnlineStorageRepository _singleton
+Future uploadFile()
}
"bonfire::repositories::online_storage_repository.dart::OnlineStorageRepository" o-- "bonfire::services::storage::firebase_storage_service.dart::FirebaseStorageService"
"bonfire::repositories::online_storage_repository.dart::OnlineStorageRepository" o-- "bonfire::repositories::online_storage_repository.dart::OnlineStorageRepository"
class "bonfire::repositories::penalty_repository.dart::PenaltyRepository" {
-PenaltyService _penaltyService
{static} -PenaltyRepository _singleton
+Future getPenalties()
+Future getRandomPenalty()
+Future getPenaltyById()
+Future updatePenalty()
+Future updatePenaltyById()
+Future nullifyPenalty()
}
"bonfire::repositories::penalty_repository.dart::PenaltyRepository" o-- "bonfire::services::penalty::penalty_service.dart::PenaltyService"
"bonfire::repositories::penalty_repository.dart::PenaltyRepository" o-- "bonfire::repositories::penalty_repository.dart::PenaltyRepository"
class "bonfire::repositories::user_data_repository.dart::UserDataRepository" {
-BaseUserDataService _userDataService
{static} -UserDataRepository _singleton
+Future saveDetailsFromAuth()
+Future checkUsernameAvailability()
+Future saveProfileDetails()
+Future updateProfilePicture()
+Future isProfileComplete()
+Future getUser()
+Future getUidByUsername()
+Future updateName()
+Future updateBonfireCount()
+Future followUser()
+Future unfollowUser()
+Future updateExperience()
+Future updateLevel()
+Future updateNextLevelExperience()
+Future updateDailyQuest()
+Future updateDailyQuestStatus()
+Future updatePenalty()
+Future updateFileBonfireCount()
+Future updateImageBonfireCount()
+Future updateTextBonfireCount()
+Future updateVideoBonfireCount()
+Future nullifyDailyQuest()
+Future nullifyPenalty()
+Future zerofyAllBonfireTypesCount()
}
"bonfire::repositories::user_data_repository.dart::UserDataRepository" o-- "bonfire::services::user_data::base_user_data_service.dart::BaseUserDataService"
"bonfire::repositories::user_data_repository.dart::UserDataRepository" o-- "bonfire::repositories::user_data_repository.dart::UserDataRepository"
class "bonfire::route_generator.dart::BonfireCustomRoute<T>" {
+Widget buildTransitions()
}
"flutter::src::material::page.dart::MaterialPageRoute<T>" <|-- "bonfire::route_generator.dart::BonfireCustomRoute<T>"
class "bonfire::route_generator.dart::RouteGenerator" {
{static} +Route generateRoute()
{static} -Route _errorRoute()
}
abstract class "bonfire::services::authentication::base_authentication_service.dart::BaseAuthenticationService" {
+Future signInAnonymously()
+Future signUpWithEmail()
+Future convertUserWithEmail()
+Future signInWithEmail()
+Future resetPassword()
+Future signOut()
+Future getCurrentUser()
+Future isSignedIn()
+Future isAnonymous()
+Future updateEmail()
+Future updatePassword()
}
"bonfire::services::base_service.dart::BaseService" <|-- "bonfire::services::authentication::base_authentication_service.dart::BaseAuthenticationService"
class "bonfire::services::authentication::firebase_authentication_service.dart::FirebaseAuthenticationService" {
+Logger logger
-FirebaseAuth _firebaseAuth
-GoogleSignIn _googleSignIn
-Firestore _firestore
-LocalStorageRepository _localStorageRepository
{static} -FirebaseAuthenticationService _singleton
+Future signInAnonymously()
+Future signUpWithEmail()
+Future convertUserWithEmail()
+Future signInWithEmail()
+Future resetPassword()
+Future signOut()
+Future getCurrentUser()
+Future isSignedIn()
+Future isAnonymous()
+Future updateEmail()
+Future updatePassword()
+void dispose()
}
"bonfire::services::authentication::firebase_authentication_service.dart::FirebaseAuthenticationService" o-- "logger::src::logger.dart::Logger"
"bonfire::services::authentication::firebase_authentication_service.dart::FirebaseAuthenticationService" o-- "firebase_auth::firebase_auth.dart::FirebaseAuth"
"bonfire::services::authentication::firebase_authentication_service.dart::FirebaseAuthenticationService" o-- "google_sign_in::google_sign_in.dart::GoogleSignIn"
"bonfire::services::authentication::firebase_authentication_service.dart::FirebaseAuthenticationService" o-- "cloud_firestore::cloud_firestore.dart::Firestore"
"bonfire::services::authentication::firebase_authentication_service.dart::FirebaseAuthenticationService" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::services::authentication::firebase_authentication_service.dart::FirebaseAuthenticationService" o-- "bonfire::services::authentication::firebase_authentication_service.dart::FirebaseAuthenticationService"
"bonfire::services::authentication::base_authentication_service.dart::BaseAuthenticationService" <|-- "bonfire::services::authentication::firebase_authentication_service.dart::FirebaseAuthenticationService"
abstract class "bonfire::services::base_service.dart::BaseService" {
+void dispose()
}
abstract class "bonfire::services::bonfire::base_bonfire_service.dart::BaseBonfireService" {
+Stream getBonfires()
+Stream getUserBonfires()
+Future lightBonfire()
+Future updateBonfireRating()
+Future updateBonfireExpirationDate()
+Future updateBonfireExpiration()
+Future updateBonfireViewedBy()
}
"bonfire::services::base_service.dart::BaseService" <|-- "bonfire::services::bonfire::base_bonfire_service.dart::BaseBonfireService"
class "bonfire::services::bonfire::firebase_bonfire_service.dart::FirebaseBonfireService" {
-Firestore _firestore
{static} -FirebaseBonfireService _singleton
+Stream getBonfires()
+void mapDocumentToBonfire()
+Stream getUserBonfires()
+void mapQueryToBonfire()
+Future lightBonfire()
+Future updateBonfireRating()
+Future updateBonfireExpirationDate()
+Future updateBonfireExpiration()
+Future updateBonfireViewedBy()
+void dispose()
}
"bonfire::services::bonfire::firebase_bonfire_service.dart::FirebaseBonfireService" o-- "cloud_firestore::cloud_firestore.dart::Firestore"
"bonfire::services::bonfire::firebase_bonfire_service.dart::FirebaseBonfireService" o-- "bonfire::services::bonfire::firebase_bonfire_service.dart::FirebaseBonfireService"
"bonfire::services::bonfire::base_bonfire_service.dart::BaseBonfireService" <|-- "bonfire::services::bonfire::firebase_bonfire_service.dart::FirebaseBonfireService"
abstract class "bonfire::services::daily_quest::base_daily_quest_service.dart::BaseDailyQuestService" {
+Future getDailyQuests()
+Future getRandomDailyQuest()
+Future getDailyQuestById()
+Future updateDailyQuest()
+Future updateDailyQuestById()
+Future nullifyDailyQuest()
+Future updateDailyQuestProgress()
}
"bonfire::services::base_service.dart::BaseService" <|-- "bonfire::services::daily_quest::base_daily_quest_service.dart::BaseDailyQuestService"
class "bonfire::services::daily_quest::daily_quest_progress.dart::DailyQuestProgress" {
-LocalStorageRepository _localStorageRepository
+Future updateMasterOfBonfiresProgress()
+Future updateMasterOfTextsProgress()
+Future updateMasterOfImagesProgress()
+Future updateMasterOfVideosProgress()
+Future updateMasterOfFilesProgress()
}
"bonfire::services::daily_quest::daily_quest_progress.dart::DailyQuestProgress" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
class "bonfire::services::daily_quest::daily_quest_service.dart::DailyQuestService" {
-Firestore _firestore
-LocalStorageRepository _localStorageRepository
-DailyQuestProgress _dailyQuestProgress
{static} -DailyQuestService _singleton
+Future getDailyQuests()
+Future getRandomDailyQuest()
+Future getDailyQuestById()
+Future updateDailyQuest()
+Future updateDailyQuestById()
+Future nullifyDailyQuest()
+Future updateDailyQuestProgress()
+void dispose()
}
"bonfire::services::daily_quest::daily_quest_service.dart::DailyQuestService" o-- "cloud_firestore::cloud_firestore.dart::Firestore"
"bonfire::services::daily_quest::daily_quest_service.dart::DailyQuestService" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::services::daily_quest::daily_quest_service.dart::DailyQuestService" o-- "bonfire::services::daily_quest::daily_quest_progress.dart::DailyQuestProgress"
"bonfire::services::daily_quest::daily_quest_service.dart::DailyQuestService" o-- "bonfire::services::daily_quest::daily_quest_service.dart::DailyQuestService"
"bonfire::services::daily_quest::base_daily_quest_service.dart::BaseDailyQuestService" <|-- "bonfire::services::daily_quest::daily_quest_service.dart::DailyQuestService"
abstract class "bonfire::services::notification::base_notification_service.dart::BaseLocalNotificationService" {
+void initNotifications()
}
"bonfire::services::base_service.dart::BaseService" <|-- "bonfire::services::notification::base_notification_service.dart::BaseLocalNotificationService"
class "bonfire::services::notification::local_notification_service.dart::LocalNotificationService" {
-FlutterLocalNotificationsPlugin _flutterLocalNotificationsPlugin
{static} -LocalNotificationService _singleton
+void initNotifications()
+Future onSelectNotification()
+void dispose()
}
"bonfire::services::notification::local_notification_service.dart::LocalNotificationService" o-- "flutter_local_notifications::src::flutter_local_notifications_plugin.dart::FlutterLocalNotificationsPlugin"
"bonfire::services::notification::local_notification_service.dart::LocalNotificationService" o-- "bonfire::services::notification::local_notification_service.dart::LocalNotificationService"
"bonfire::services::notification::base_notification_service.dart::BaseLocalNotificationService" <|-- "bonfire::services::notification::local_notification_service.dart::LocalNotificationService"
abstract class "bonfire::services::penalty::base_penalty_service.dart::BasePenaltyService" {
+Future getPenalties()
+Future getRandomPenalty()
+Future getPenaltyById()
+Future updatePenalty()
+Future updatePenaltyById()
+Future nullifyPenalty()
}
"bonfire::services::base_service.dart::BaseService" <|-- "bonfire::services::penalty::base_penalty_service.dart::BasePenaltyService"
class "bonfire::services::penalty::penalty_service.dart::PenaltyService" {
-Firestore _firestore
-LocalStorageRepository _localStorageRepository
{static} -PenaltyService _singleton
+Future getPenalties()
+Future getRandomPenalty()
+Future getPenaltyById()
+Future updatePenalty()
+Future updatePenaltyById()
+Future nullifyPenalty()
+void dispose()
}
"bonfire::services::penalty::penalty_service.dart::PenaltyService" o-- "cloud_firestore::cloud_firestore.dart::Firestore"
"bonfire::services::penalty::penalty_service.dart::PenaltyService" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::services::penalty::penalty_service.dart::PenaltyService" o-- "bonfire::services::penalty::penalty_service.dart::PenaltyService"
"bonfire::services::penalty::base_penalty_service.dart::BasePenaltyService" <|-- "bonfire::services::penalty::penalty_service.dart::PenaltyService"
abstract class "bonfire::services::storage::base_storage_service.dart::BaseOnlineStorageService" {
+Future uploadFile()
}
"bonfire::services::base_service.dart::BaseService" <|-- "bonfire::services::storage::base_storage_service.dart::BaseOnlineStorageService"
abstract class "bonfire::services::storage::base_storage_service.dart::BaseLocalStorageService" {
+Future setUserSession()
+Future clearUserSession()
+Future setDailyQuest()
+Future clearDailyQuest()
+Future setPenalty()
+Future clearPenalty()
+Future setUserSessionData()
+Future clearUserSessionData()
+dynamic getUserSessionData()
+Future setSessionConfigData()
+Future clearSessionConfigData()
+dynamic getSessionConfigData()
+Future setDailyQuestData()
+Future clearDailyQuestData()
+dynamic getDailyQuestData()
+Future setPenaltyData()
+Future clearPenaltyData()
+dynamic getPenaltyData()
}
"bonfire::services::base_service.dart::BaseService" <|-- "bonfire::services::storage::base_storage_service.dart::BaseLocalStorageService"
class "bonfire::services::storage::firebase_storage_service.dart::FirebaseStorageService" {
+Logger logger
-FirebaseStorage _firebaseStorage
{static} -FirebaseStorageService _singleton
+Future uploadFile()
+void dispose()
}
"bonfire::services::storage::firebase_storage_service.dart::FirebaseStorageService" o-- "logger::src::logger.dart::Logger"
"bonfire::services::storage::firebase_storage_service.dart::FirebaseStorageService" o-- "firebase_storage::firebase_storage.dart::FirebaseStorage"
"bonfire::services::storage::firebase_storage_service.dart::FirebaseStorageService" o-- "bonfire::services::storage::firebase_storage_service.dart::FirebaseStorageService"
"bonfire::services::storage::base_storage_service.dart::BaseOnlineStorageService" <|-- "bonfire::services::storage::firebase_storage_service.dart::FirebaseStorageService"
class "bonfire::services::storage::local_storage_service.dart::LocalStorageService" {
+Logger logger
+Box userSessionBox
+Box sessionConfigBox
+Box dailyQuestBox
+Box penaltyBox
{static} -LocalStorageService _singleton
+Future initLocalStorageService()
+Future setUserSession()
+Future clearUserSession()
+Future setDailyQuest()
+Future clearDailyQuest()
+Future setPenalty()
+Future clearPenalty()
+Future setUserSessionData()
+Future clearUserSessionData()
+dynamic getUserSessionData()
+Future setSessionConfigData()
+Future clearSessionConfigData()
+dynamic getSessionConfigData()
+Future setDailyQuestData()
+Future clearDailyQuestData()
+dynamic getDailyQuestData()
+Future setPenaltyData()
+Future clearPenaltyData()
+dynamic getPenaltyData()
+void dispose()
}
"bonfire::services::storage::local_storage_service.dart::LocalStorageService" o-- "logger::src::logger.dart::Logger"
"bonfire::services::storage::local_storage_service.dart::LocalStorageService" o-- "hive::hive.dart::Box"
"bonfire::services::storage::local_storage_service.dart::LocalStorageService" o-- "bonfire::services::storage::local_storage_service.dart::LocalStorageService"
"bonfire::services::storage::base_storage_service.dart::BaseLocalStorageService" <|-- "bonfire::services::storage::local_storage_service.dart::LocalStorageService"
abstract class "bonfire::services::store::base_store_service.dart::BaseStoreService" {
+Future getStoreItems()
}
"bonfire::services::base_service.dart::BaseService" <|-- "bonfire::services::store::base_store_service.dart::BaseStoreService"
abstract class "bonfire::services::user_data::base_user_data_service.dart::BaseUserDataService" {
+Future saveDetailsFromAuth()
+Future checkUsernameAvailability()
+Future saveProfileDetails()
+Future isProfileComplete()
+Future getUser()
+Future getUidByUsername()
+Future updateProfilePicture()
+Future updateName()
+Future updateBonfireCount()
+Future followUser()
+Future unfollowUser()
+Future updateExperience()
+Future updateLevel()
+Future updateNextLevelExperience()
+Future updateDailyQuest()
+Future updateDailyQuestStatus()
+Future updatePenalty()
+Future updateFileBonfireCount()
+Future updateImageBonfireCount()
+Future updateTextBonfireCount()
+Future updateVideoBonfireCount()
+Future nullifyDailyQuest()
+Future nullifyPenalty()
+Future zerofyAllBonfireTypesCount()
}
"bonfire::services::base_service.dart::BaseService" <|-- "bonfire::services::user_data::base_user_data_service.dart::BaseUserDataService"
class "bonfire::services::user_data::firebase_user_data_service.dart::FirebaseUserDataService" {
+Logger logger
-Firestore _firestore
-LocalStorageRepository _localStorageRepository
{static} -FirebaseUserDataService _singleton
+Future saveDetailsFromAuth()
+Future checkUsernameAvailability()
+Future saveProfileDetails()
+Future isProfileComplete()
+Future getUser()
+Future getUidByUsername()
+Future updateProfilePicture()
+Future updateName()
+Future updateBonfireCount()
+Future followUser()
+Future unfollowUser()
+Future updateExperience()
+Future updateLevel()
+Future updateNextLevelExperience()
+Future updateDailyQuest()
+Future updateDailyQuestStatus()
+Future updatePenalty()
+Future updateFileBonfireCount()
+Future updateImageBonfireCount()
+Future updateTextBonfireCount()
+Future updateVideoBonfireCount()
+Future nullifyDailyQuest()
+Future nullifyPenalty()
+Future zerofyAllBonfireTypesCount()
+void dispose()
}
"bonfire::services::user_data::firebase_user_data_service.dart::FirebaseUserDataService" o-- "logger::src::logger.dart::Logger"
"bonfire::services::user_data::firebase_user_data_service.dart::FirebaseUserDataService" o-- "cloud_firestore::cloud_firestore.dart::Firestore"
"bonfire::services::user_data::firebase_user_data_service.dart::FirebaseUserDataService" o-- "bonfire::repositories::local_storage_repository.dart::LocalStorageRepository"
"bonfire::services::user_data::firebase_user_data_service.dart::FirebaseUserDataService" o-- "bonfire::services::user_data::firebase_user_data_service.dart::FirebaseUserDataService"
"bonfire::services::user_data::base_user_data_service.dart::BaseUserDataService" <|-- "bonfire::services::user_data::firebase_user_data_service.dart::FirebaseUserDataService"
class "bonfire::simple_bloc_delegate.dart::SimpleBlocDelegate" {
+Logger logger
+void onEvent()
+void onTransition()
+void onError()
}
"bonfire::simple_bloc_delegate.dart::SimpleBlocDelegate" o-- "logger::src::logger.dart::Logger"
"bloc::src::bloc_delegate.dart::BlocDelegate" <|-- "bonfire::simple_bloc_delegate.dart::SimpleBlocDelegate"
class "bonfire::utils::color_manipulation.dart::ColorManipulation" {
+Color originalColor
-Color _color
+bool isDark()
+bool isLight()
+double getBrightness()
}
"bonfire::utils::color_manipulation.dart::ColorManipulation" o-- "dart::ui::Color"
class "bonfire::utils::constants.dart::Constants" {
{static} +String sessionBonfireCount
{static} +String sessionCountry
{static} +String sessionCreatedAt
{static} +String sessionDailyQuest
{static} +String sessionEmail
{static} +String sessionExperience
{static} +String sessionFileBonfireCount
{static} +String sessionFollowing
{static} +String sessionImageBonfireCount
{static} +String sessionIsAnonymous
{static} +String sessionLevel
{static} +String sessionName
{static} +String sessionNextLevelExperience
{static} +String sessionPassword
{static} +String sessionPenalty
{static} +String sessionProfilePictureUrl
{static} +String sessionTextBonfireCount
{static} +String sessionUid
{static} +String sessionUpdatedAt
{static} +String sessionUpdateUserExperience
{static} +String sessionUpdateUserLevel
{static} +String sessionUsername
{static} +String sessionVideoBonfireCount
{static} +String dailyQuestBonfireToLit
{static} +String dailyQuestCompleted
{static} +String dailyQuestDeadline
{static} +String dailyQuestDescription
{static} +String dailyQuestExperience
{static} +String dailyQuestPreviousDailyQuestId
{static} +String dailyQuestProgressive
{static} +String dailyQuestTitle
{static} +String dailyQuestId
{static} +String dailyQuestUniqueName
{static} +String penaltyDeadline
{static} +String penaltyDescription
{static} +String penaltyPreviousPenaltyId
{static} +String penaltyTitle
{static} +String penaltyId
{static} +String penaltyUniqueName
{static} +String configDarkMode
{static} +String configFirstRun
{static} +String configImageCompression
{static} +String configLocale
{static} +double exponent
{static} +int baseXp
{static} +int baseQuestBonfireCount
{static} +String updateDailyQuestOrPenalty
}
abstract class "bonfire::utils::exceptions.dart::BonfireException" {
+String message
}
"dart::core::Exception" <|-- "bonfire::utils::exceptions.dart::BonfireException"
class "bonfire::utils::exceptions.dart::UserNotFoundException" {
}
"bonfire::utils::exceptions.dart::BonfireException" <|-- "bonfire::utils::exceptions.dart::UserNotFoundException"
class "bonfire::utils::exceptions.dart::UsernameMappingUndefinedException" {
}
"bonfire::utils::exceptions.dart::BonfireException" <|-- "bonfire::utils::exceptions.dart::UsernameMappingUndefinedException"
class "bonfire::utils::exceptions.dart::UsernameAlreadyExistsException" {
}
"bonfire::utils::exceptions.dart::BonfireException" <|-- "bonfire::utils::exceptions.dart::UsernameAlreadyExistsException"
class "bonfire::utils::exceptions.dart::EmailAlreadyUsedException" {
}
"bonfire::utils::exceptions.dart::BonfireException" <|-- "bonfire::utils::exceptions.dart::EmailAlreadyUsedException"
class "bonfire::utils::exceptions.dart::EmailUserNotFoundException" {
}
"bonfire::utils::exceptions.dart::BonfireException" <|-- "bonfire::utils::exceptions.dart::EmailUserNotFoundException"
class "bonfire::utils::exceptions.dart::SendConfirmationEmailFailedException" {
}
"bonfire::utils::exceptions.dart::BonfireException" <|-- "bonfire::utils::exceptions.dart::SendConfirmationEmailFailedException"
class "bonfire::utils::exceptions.dart::EmailNotVerifiedException" {
}
"bonfire::utils::exceptions.dart::BonfireException" <|-- "bonfire::utils::exceptions.dart::EmailNotVerifiedException"
class "bonfire::utils::exceptions.dart::DownloadFailedException" {
}
"bonfire::utils::exceptions.dart::BonfireException" <|-- "bonfire::utils::exceptions.dart::DownloadFailedException"
class "bonfire::utils::exceptions.dart::InvalidPasswordException" {
}
"bonfire::utils::exceptions.dart::BonfireException" <|-- "bonfire::utils::exceptions.dart::InvalidPasswordException"
class "bonfire::utils::exceptions.dart::FollowingLimitReachedException" {
}
"bonfire::utils::exceptions.dart::BonfireException" <|-- "bonfire::utils::exceptions.dart::FollowingLimitReachedException"
class "bonfire::utils::image_view_arguments.dart::ImageViewArguments" {
+ImageBonfire bonfire
+Color color
}
"bonfire::utils::image_view_arguments.dart::ImageViewArguments" o-- "bonfire::models::bonfire.dart::ImageBonfire"
"bonfire::utils::image_view_arguments.dart::ImageViewArguments" o-- "dart::ui::Color"
class "bonfire::utils::palettes.dart::PaletteOne" {
{static} +Color colorOne
{static} +Color colorTwo
{static} +Color colorThree
{static} +Color colorFour
{static} +Color colorFive
}
"bonfire::utils::palettes.dart::PaletteOne" o-- "dart::ui::Color"
class "bonfire::utils::palettes.dart::PaletteTwo" {
{static} +Color colorOne
{static} +Color colorTwo
{static} +Color colorThree
{static} +Color colorFour
{static} +Color colorFive
}
"bonfire::utils::palettes.dart::PaletteTwo" o-- "dart::ui::Color"
class "bonfire::utils::palettes.dart::PaletteThree" {
{static} +Color colorOne
{static} +Color colorTwo
{static} +Color colorThree
{static} +Color colorFour
{static} +Color colorFive
}
"bonfire::utils::palettes.dart::PaletteThree" o-- "dart::ui::Color"
class "bonfire::utils::palettes.dart::PaletteFour" {
{static} +Color colorOne
{static} +Color colorTwo
{static} +Color colorThree
}
"bonfire::utils::palettes.dart::PaletteFour" o-- "dart::ui::Color"
class "bonfire::utils::paths.dart::Paths" {
{static} +String bonfiresPath
{static} +String dailyQuestsPath
{static} +String penaltiesPath
{static} +String usernameUidMapPath
{static} +String usersPath
{static} +String fileAttachmentsPath
{static} +String imageAttachmentsPath
{static} +String profilePicturePath
{static} +String videoAttachmentsPath
{static} +dynamic getAttachmentsPathByFileType()
}
class "bonfire::utils::themes.dart::Themes" {
{static} +ThemeData light
{static} +ThemeData dark
}
"bonfire::utils::themes.dart::Themes" o-- "flutter::src::material::theme_data.dart::ThemeData"
class "bonfire::utils::validators.dart::Validators" {
{static} -RegExp _emailRegex
{static} -RegExp _passwordRegex
{static} +dynamic email()
{static} +dynamic password()
{static} +dynamic name()
{static} +dynamic username()
}
class "bonfire::widgets::bonfire_circle_button.dart::BonfireCircleButton" {
-void Function() _onTap
-double _width
-Color _color
-Color _borderColor
+Widget build()
}
"bonfire::widgets::bonfire_circle_button.dart::BonfireCircleButton" o-- "dart::ui::void Function()"
"bonfire::widgets::bonfire_circle_button.dart::BonfireCircleButton" o-- "dart::ui::Color"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::widgets::bonfire_circle_button.dart::BonfireCircleButton"
class "bonfire::widgets::bonfire_daily_quest_dialog.dart::BonfireDailyQuestDialog" {
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::widgets::bonfire_daily_quest_dialog.dart::BonfireDailyQuestDialog"
class "bonfire::widgets::bonfire_dialog.dart::BonfireDialog" {
-String _title
-RichText _description
-String _titleButton1
-void Function() _onPressedButton1
-String _titleButton2
-void Function() _onPressedButton2
-double _width
-double _height
+Widget build()
}
"bonfire::widgets::bonfire_dialog.dart::BonfireDialog" o-- "flutter::src::widgets::basic.dart::RichText"
"bonfire::widgets::bonfire_dialog.dart::BonfireDialog" o-- "dart::ui::void Function()"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::widgets::bonfire_dialog.dart::BonfireDialog"
class "bonfire::widgets::bonfire_rating_button.dart::BonfireRatingButton" {
-void Function() _onPressed
-String _imagePath
-List<String> _ratings
-Color _color
-String _username
+Widget build()
}
"bonfire::widgets::bonfire_rating_button.dart::BonfireRatingButton" o-- "dart::ui::void Function()"
"bonfire::widgets::bonfire_rating_button.dart::BonfireRatingButton" o-- "dart::ui::Color"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::widgets::bonfire_rating_button.dart::BonfireRatingButton"
class "bonfire::widgets::bonfire_text_field.dart::BonfireTextField" {
-void Function(String) _onChanged
-String _hintText
+Widget build()
}
"bonfire::widgets::bonfire_text_field.dart::BonfireTextField" o-- "bonfire::widgets::bonfire_text_field.dart::void Function(String)"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::widgets::bonfire_text_field.dart::BonfireTextField"
class "bonfire::widgets::bonfire_text_form_field.dart::BonfireTextFormField" {
-void Function(String) _onChanged
-void Function(String) _validator
-TextEditingController _controller
-String _initialValue
-TextInputType _keyboardType
-bool _obscureText
-bool _autocorrect
-bool _enableSuggestions
-String _labelText
-String _hintText
-Widget _prefixIcon
-int _errorMaxLines
+Widget build()
}
"bonfire::widgets::bonfire_text_form_field.dart::BonfireTextFormField" o-- "bonfire::widgets::bonfire_text_form_field.dart::void Function(String)"
"bonfire::widgets::bonfire_text_form_field.dart::BonfireTextFormField" o-- "flutter::src::widgets::editable_text.dart::TextEditingController"
"bonfire::widgets::bonfire_text_form_field.dart::BonfireTextFormField" o-- "flutter::src::services::text_input.dart::TextInputType"
"bonfire::widgets::bonfire_text_form_field.dart::BonfireTextFormField" o-- "flutter::src::widgets::framework.dart::Widget"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::widgets::bonfire_text_form_field.dart::BonfireTextFormField"
class "bonfire::widgets::custom_bonfire_button.dart::CustomBonfireButton" {
-void Function() _onPressed
-Text _text
-Color _color
-double _minWidth
-double _height
-String _imagePath
+Widget build()
}
"bonfire::widgets::custom_bonfire_button.dart::CustomBonfireButton" o-- "dart::ui::void Function()"
"bonfire::widgets::custom_bonfire_button.dart::CustomBonfireButton" o-- "flutter::src::widgets::text.dart::Text"
"bonfire::widgets::custom_bonfire_button.dart::CustomBonfireButton" o-- "dart::ui::Color"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "bonfire::widgets::custom_bonfire_button.dart::CustomBonfireButton"
@enduml | false | true | false | false | class |
cd4258257bb9c20ebac8eecf4ce065c9bd777166 | d68b1330ef8ce59c635f4692417a9192d5206942 | /server/src/no/ntnu/idi/apollo69server/uml/generated/entity_systems.plantuml | 4ab979979f3f3e7c3f88f064c61ca5c8562e31fa | [
"MIT"
] | permissive | GardSteinsvik/apollo-69 | 847f74b762383641db20214ff7b5281c9d63f130 | 96cbf617618075a54613112bc8c0b34215fd50f7 | refs/heads/master | 2021-02-12T20:21:06.214711 | 2020-04-27T16:02:37 | 2020-04-27T16:02:37 | 244,626,902 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,651 | plantuml | @startuml
title __ENTITY_SYSTEMS's Class Diagram__\n
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.AsteroidSystem {
- AMOUNT_OF_ASTEROIDS_TO_KEEP_ON_THE_MAP : int
- asteroids : ImmutableArray<Entity>
+ AsteroidSystem()
+ addedToEngine()
+ update()
}
}
}
}
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.DamageSystem {
- objectsThatCanDealDamage : ImmutableArray<Entity>
- objectsThatCanReceiveDamage : ImmutableArray<Entity>
+ DamageSystem()
+ addedToEngine()
+ update()
}
}
}
}
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.DeathSystem {
- entities : ImmutableArray<Entity>
+ DeathSystem()
+ addedToEngine()
+ update()
}
}
}
}
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.MovementSystem {
- entities : ImmutableArray<Entity>
- interval : float
- timeAccumulator : float
+ MovementSystem()
+ addedToEngine()
+ update()
- move()
}
}
}
}
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.PickupSystem {
- pickups : ImmutableArray<Entity>
- spaceships : ImmutableArray<Entity>
+ PickupSystem()
+ addedToEngine()
+ update()
- handleGemPickup()
}
}
}
}
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.PowerupSystem {
- energyPowerups : ImmutableArray<Entity>
- healthPowerups : ImmutableArray<Entity>
- invisiblePowerups : ImmutableArray<Entity>
- powerups : ImmutableArray<Entity>
- shieldPowerups : ImmutableArray<Entity>
- spaceships : ImmutableArray<Entity>
+ PowerupSystem()
+ addedToEngine()
+ update()
- handlePickup()
}
}
}
}
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.ReceivePlayerInputSystem {
- inputQueue : Queue<PlayerInput>
- players : ImmutableArray<Entity>
+ ReceivePlayerInputSystem()
+ addedToEngine()
+ update()
- processInput()
}
}
}
}
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.SendUpdateSystem {
- asteroids : ImmutableArray<Entity>
- explosions : ImmutableArray<Entity>
- interval : float
- pickups : ImmutableArray<Entity>
- players : ImmutableArray<Entity>
- powerups : ImmutableArray<Entity>
- shots : ImmutableArray<Entity>
- timeAccumulator : float
+ SendUpdateSystem()
+ addedToEngine()
+ update()
- createUpdateMessage()
- sendUpdate()
}
}
}
}
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.ShootingSystem {
- interval : float
- playerEntities : ImmutableArray<Entity>
- shotFactory : ShotFactory
- timeAccumulator : float
+ ShootingSystem()
+ addedToEngine()
+ update()
}
}
}
}
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.SpawnSystem {
- entities : ImmutableArray<Entity>
+ SpawnSystem()
+ addedToEngine()
+ update()
}
}
}
}
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.TimeToLiveSystem {
- entities : ImmutableArray<Entity>
+ TimeToLiveSystem()
+ addedToEngine()
+ update()
}
}
}
}
namespace no.ntnu.idi.apollo69server {
namespace game_engine {
namespace entity_systems {
class no.ntnu.idi.apollo69server.game_engine.entity_systems.UpdateBoundsSystem {
- entities : ImmutableArray<Entity>
+ UpdateBoundsSystem()
+ addedToEngine()
+ update()
}
}
}
}
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
| false | true | false | false | class |
68868173dc9cc8c979eca7d0e9712737d529fe77 | 3f0f1beb0020ef10c82e25f24f5ba1e6125d09e2 | /src/zhw/designpattern/factory/absfactory/absfac.puml | d4b796a46dd8ac14f56195f1863ddef81819de95 | [] | no_license | ShepherdOutsidethefortres/JavaBase | 14995735a15d04529ea5fc487fea3aeac878a22c | f7b748ba4b808ba6bf9922718b6fa28615775fc0 | refs/heads/master | 2021-06-26T15:07:04.659964 | 2021-02-25T06:38:51 | 2021-02-25T06:38:51 | 211,585,121 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,833 | puml | @startuml
interface Human{
+laugh() : void
+cry() : void
+talk() : void
+sex() : void
}
abstract class AbstractYellowHuman{
+laugh() : void
+cry() : void
+talk() : void
}
abstract class AbstractBlackHuman{
+laugh() : void
+cry() : void
+talk() : void
}
abstract class AbstractWhiteHuman{
+laugh() : void
+cry() : void
+talk() : void
}
Human <|.. AbstractYellowHuman
Human <|.. AbstractBlackHuman
Human <|.. AbstractWhiteHuman
class YellowFemaleHuman{
+sex() : void
}
class YellowMaleHuman{
+sex() : void
}
class WhiteFemaleHuman{
+sex() : void
}
class WhiteMaleHuman{
+sex() : void
}
class BlackFemaleHuman{
+sex() : void
}
class BlackMaleHuman{
+sex() : void
}
AbstractYellowHuman <|-- YellowFemaleHuman
AbstractYellowHuman <|-- YellowMaleHuman
AbstractWhiteHuman <|-- WhiteFemaleHuman
AbstractWhiteHuman <|-- WhiteMaleHuman
AbstractBlackHuman <|-- BlackFemaleHuman
AbstractBlackHuman <|-- BlackMaleHuman
enum HumanEnum{
YelloMaleHuman
YelloFemaleHuman
WhiteFemaleHuman
WhiteMaleHuman
BlackFemaleHuman
BlackMaleHuman
- value : String
- HumanEnum(String)
+ getValue() : String
}
interface HumanFactory{
+createYellowHuman():Human
+createWhiteHuman():Human
+createBlackHuman():Human
}
abstract class AbstractHumanFactory{
#+createHuman(HumanEnum):Human
}
class MaleHumanFactory{
+createBlackHuman():Human
+createWhiteHuman():Human
+createYellowHuman():Human
}
class FemaleHumanFactory{
+createBlackHuman():Human
+createWhiteHuman():Human
+createYellowHuman():Human
}
HumanFactory <|.. AbstractHumanFactory
AbstractHumanFactory <|-- MaleHumanFactory
AbstractHumanFactory <|-- FemaleHumanFactory
AbstractHumanFactory ..> HumanEnum
HumanEnum <-[hidden]- AbstractHumanFactory
HumanFactory -[hidden]> Human
HumanFactory ..> Human
class NvWa{
+main():void
}
MaleHumanFactory <.. NvWa
FemaleHumanFactory <.. NvWa
@enduml | false | true | false | false | class |
7ebe465b45dfd1297b684efce3a83db2185a8182 | d6374fe9363a41031c51eb622cb0cb5e75b78380 | /docs/technical/central-ledger/assets/diagrams/sequence/seq-timeout-2.3.0.plantuml | a1ee95a55178d6017bce1f471173ff35c7b0b6fb | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mojaloop/documentation | 18a1e58443956b9c718f5f85590f652f803f4748 | 6ad904da0293bb259bd9f5140bcecd719d8c8024 | refs/heads/master | 2023-07-26T17:13:14.811484 | 2023-06-26T15:18:57 | 2023-06-26T15:18:57 | 170,135,923 | 24 | 98 | NOASSERTION | 2023-09-01T14:57:33 | 2019-02-11T13:45:44 | JavaScript | UTF-8 | PlantUML | false | false | 4,183 | plantuml | /'*****
License
--------------
Copyright © 2017 Bill & Melinda Gates Foundation
The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contributors
--------------
This is the official list of the Mojaloop project contributors for this file.
Names of the original copyright holders (individuals or organizations)
should be listed with a '*' in the first column. People who have
contributed from an organization can be listed under the organization
that actually holds the copyright for their contributions (see the
Gates Foundation organization for an example). Those individuals should have
their names indented and be marked with a '-'. Email address can be added
optionally within square brackets <email>.
* Gates Foundation
- Name Surname <name.surname@gatesfoundation.com>
* ModusBox
- Georgi Georgiev <georgi.georgiev@modusbox.com>
--------------
******'/
@startuml
' declate title
title 2.3.0. Transfer Timeout
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistance Store
' declare actors
actor "DFSP1\nPayer" as DFSP1
actor "DFSP2\nPayee" as DFSP2
boundary "ML API\nAdapter" as MLAPI
control "Notification\nHandler" as NOTIFY_HANDLER
control "Timeout Prepare\nHandler" as TIMEOUT_PREP_HANDLER
collections "topic-\ntransfer-timeout" as TOPIC_TRANSFER_TIMEOUT
control "Timeout\nHandler" as TIMEOUT_HANDLER
collections "topic-\ntransfer-position" as TOPIC_TRANSFER_POSITION
control "Position\nHandler" as POS_HANDLER
collections "topic-notification" as TOPIC_NOTIFICATIONS
box "Financial Service Providers" #lightgray
participant DFSP1
participant DFSP2
end box
box "ML API Adapter Service" #lightblue
participant MLAPI
participant NOTIFY_HANDLER
end box
box "Central Service" #lightyellow
participant TIMEOUT_PREP_HANDLER
participant TOPIC_TRANSFER_TIMEOUT
participant TIMEOUT_HANDLER
participant TOPIC_TRANSFER_POSITION
participant POS_HANDLER
participant TOPIC_NOTIFICATIONS
end box
' start flow
activate TIMEOUT_PREP_HANDLER
activate NOTIFY_HANDLER
activate TIMEOUT_HANDLER
activate POS_HANDLER
group Transfer Expiry
|||
ref over TIMEOUT_PREP_HANDLER, TOPIC_TRANSFER_TIMEOUT: Timeout Processing Handler Consume\n
TIMEOUT_PREP_HANDLER -> TOPIC_TRANSFER_TIMEOUT: Produce message
|||
TOPIC_TRANSFER_TIMEOUT <- TIMEOUT_HANDLER: Consume message
ref over TOPIC_TRANSFER_TIMEOUT, TIMEOUT_HANDLER: Timeout Processing Handler Consume\n
alt transferStateId == 'RECEIVED_PREPARE'
TIMEOUT_HANDLER -> TOPIC_NOTIFICATIONS: Produce message
else transferStateId == 'RESERVED'
TIMEOUT_HANDLER -> TOPIC_TRANSFER_POSITION: Produce message
TOPIC_TRANSFER_POSITION <- POS_HANDLER: Consume message
ref over TOPIC_TRANSFER_POSITION, TOPIC_NOTIFICATIONS: Position Hander Consume (Timeout)\n
POS_HANDLER -> TOPIC_NOTIFICATIONS: Produce message
end
opt action IN ['timeout-received', 'timeout-reserved']
|||
TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message
ref over DFSP1, TOPIC_NOTIFICATIONS : Send notification to Participant (Payer)\n
NOTIFY_HANDLER -> DFSP1: Send callback notification
end
|||
TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message
opt action == 'timeout-reserved'
|||
ref over DFSP2, TOPIC_NOTIFICATIONS : Send notification to Participant (Payee)\n
NOTIFY_HANDLER -> DFSP2: Send callback notification
end
end
deactivate POS_HANDLER
deactivate TIMEOUT_HANDLER
deactivate NOTIFY_HANDLER
@enduml
| false | true | true | false | usecase |
cff088fbe9dc91a697e62a8e642cce9852e44e80 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StoreRemoveSupplyChannelAction.puml | e804616677343af18b6e36458f98ae1f3ee386e8 | [] | 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 | 508 | 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 StoreRemoveSupplyChannelAction [[StoreRemoveSupplyChannelAction.svg]] extends StoreUpdateAction {
action: String
supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]]
}
interface StoreUpdateAction [[StoreUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
f22109374422b328dc4d21a0aa3bebf60024271a | 01135f81429e210c399f3214669f78662957cd4e | /week3/diagram.plantuml | 64825473f745af2fceb81bb31fbc520019800060 | [] | no_license | ramonvermeulen/cplusplus | e6d2b0684773bea12ba63bb234be86a0453a324f | c69339539f49360fe40132def7759bfad72c308c | refs/heads/master | 2023-08-31T15:04:00.200154 | 2023-08-30T14:58:00 | 2023-08-30T14:58:00 | 221,045,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 805 | plantuml | @startuml FactoryPattern
class Drawable {
# sf::Vector2f position
# sf::Color color
+ bool active
- void handleInput()
+ virtual void draw()
}
class Circle {
- float radius
+ void draw() override
}
class Picture {
+ void draw() override
}
class Rectangle {
- sf::Vector2f size
+ void draw() override
}
class Line {
- sf::Vector2f size
+ void draw() override
}
class DrawableFactory {
...
- DrawableFactory* instance
- Drawable* createDrawable
+ static DrawableFactory* getInstance()
}
class DataProviderJson {
- string fileLocation
+ ...<...> readAndParseData()
+ void writeData()
}
class Main {
+ int main()
}
Drawable <|-- Circle
Drawable <|-- Picture
Drawable <|-- Rectangle
Drawable <|-- Line
Main o-- DrawableFactory
Main o-- DataProviderJson
@enduml | false | true | false | false | class |
00ae14cb2cd98170286b2e49e650d1b2186a196c | ffbc236cfbbda0b7af27e8f1626b8d538327d707 | /uml/sequence-diagrams/security/SaveSecret.puml | 293a9fd9cd285b24b428d4ac2d1b65f66822be03 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | SODALITE-EU/project-wide-documentation | bd035fd455660368675843cdee74f86b8f685629 | 7a7b8ce76add1940c5f501ae2c2280ab47b939de | refs/heads/master | 2021-12-27T17:22:26.360944 | 2021-12-22T15:48:10 | 2021-12-22T15:48:10 | 225,436,822 | 3 | 3 | Apache-2.0 | 2021-12-22T15:49:03 | 2019-12-02T17:59:29 | null | UTF-8 | PlantUML | false | false | 741 | puml | @startuml
hide unlinked
title Save secret in the Vault
participant "SODALITE Endpoint\nClient" as client
participant "Secrets\nVault" as secretstore
participant "IAM" as IAM
activate client
client->secretstore: Obtain Vault token (JWT token + role)
activate secretstore
secretstore->IAM: Check JWT access token
activate IAM
IAM-->secretstore: Access token is valid
deactivate IAM
secretstore->secretstore: Check JWT\nroles mapping\nto Vault roles
secretstore->client: Vault token
deactivate secretstore
client->secretstore: Save secret key-value (Vault token)
activate secretstore
secretstore->secretstore: Check role\nwrite privilege\nto secret storage
secretstore-->client: Return saving response (JSON)
deactivate secretstore
@enduml
| false | true | false | false | sequence |
829fa2810001da9d36d25d75f3dba339d23d75d9 | 3799485d044ea837adff21cb08b03fef972fcf03 | /ArtOrders/src/orders/controller/utils/utils.plantuml | 3730a4645155e18934d7b6c5eeeb3b3706c82461 | [] | no_license | KateChaus/artOrders | 4d3f5552fbaed5a96d7050562cc1a9cf5fd7076e | 2ef2c87d48c9aebab5746ea2dd53e66e33433362 | refs/heads/master | 2022-09-20T21:16:40.879672 | 2020-05-30T17:13:23 | 2020-05-30T17:13:23 | 268,121,691 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 734 | plantuml | @startuml
title __UTILS's Class Diagram__\n
namespace orders {
namespace controller.utils {
class orders.controller.utils.DBConnector {
{static} - dbPassword : String
{static} - dbUser : String
{static} - url : String
{static} + getDbPassword()
{static} + getDbUser()
{static} + getUrl()
}
}
}
namespace orders {
namespace controller.utils {
class orders.controller.utils.Hasher {
{static} + getMd5()
}
}
}
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
| false | true | false | false | class |
bfc47bfdcd127a8f7ce0e49ae8b6b37245be24a2 | 804f2cd17b413e70a24f5b08d0fba17eba8f4c5e | /Documentation/Data-models.plantuml | 8cd5a97b64e639090990e620a005ffacb6561195 | [] | no_license | OJPARKINSON/Music-Player | 52f7b6e756a4b2752a01cf014578980fa5865ac7 | eb0cb5fbb134e8c27dfdf9867fbb8681286ab38a | refs/heads/main | 2023-01-12T08:18:23.841455 | 2020-11-20T15:37:03 | 2020-11-20T15:37:03 | 313,254,504 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 229 | plantuml | @startuml
title Data Model
class Playlist {
ID : _id
String Name
String Description
SongList : [Song]
}
class Song {
ID : _id
String Title
String Artwork
String Artist
String Track
}
@enduml | false | true | false | false | class |
e931b6bc3083439df7d5cca3abd1f65a21428f53 | 3dd18ea1f7bc562203cd243e66148d676a171db1 | /src/main/java/com/design/model/adapter/adapter-class.puml | 4dffdcfb04e7c1549b354e327e3d6c70d438ffd3 | [] | no_license | Carlos-Messi-Gold-Ye/design-model | 44c2b6a13994195ef54cedd31ee4c4f92e250589 | 23f6d1baca5fb425cd35915b1f6409ff9c7af9dc | refs/heads/master | 2020-06-14T01:29:09.899964 | 2019-09-19T02:57:05 | 2019-09-19T02:57:05 | 194,851,032 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 409 | puml | @startuml
interface IAppleLine {
+ void usbInputHeader();
+ void aTypeOutputHeader();
}
interface IHuaweiLine {
+ void usbInputHeader()
+ void cTypeOutputHeader()
}
class FoxconnAppleLine implements IAppleLine {
+ void usbInputHeader()
+ void aTypeOutputHeader()
}
class HuaweiLineAdapter extends FoxconnAppleLine implements IHuaweiLine {
+ void cTypeOutputHeader()
}
@enduml | false | true | false | false | class |
1d6ed415075c67684ae292f7812ad55cc748c3f7 | c1165853f2713632ce06308b5aa8dc50a5b9ceca | /examples/modernized/components.puml | 6d9a3d7448645b151a1c4113b9e6cd223a4e376b | [
"MIT"
] | permissive | rycus86/podlike | 7a018fd68673bb5ddb138fd59a55eda34876135d | 5e394691e24d85920729051142db6227a92d62a2 | refs/heads/master | 2023-05-31T14:00:36.910715 | 2022-10-29T07:17:51 | 2022-10-29T07:17:51 | 130,613,123 | 73 | 15 | MIT | 2023-05-11T20:38:35 | 2018-04-22T22:30:23 | Go | UTF-8 | PlantUML | false | false | 2,018 | puml | @startuml
frame Aggregator {
[app] as A << flask >> #9f9
[proxy] as Ap << traefik >> #99f
[service discovery] as Ac << consul >> #ee3
[tracing] as At << jaeger-agent >> #3ee
[log agent] as Al << fluent-bit >> #999
Ap .> A : Forward\nrequests
A .> Ap : Requests to\nother services
Ap .. Ac
Ap .. At
}
frame "Data server" {
[app] as D << flask >> #9f9
[proxy] as Dp << traefik >> #99f
[KV store &\n service discovery] as Dc << consul >> #ee3
[tracing] as Dt << jaeger-agent >> #3ee
[log agent] as Dl << fluent-bit >> #999
Dp .> D : Forward\nrequests
D .> Dp : Requests to\nthe KV store\n& static content
Dp .. Dt
}
frame Renderer {
[app] as R << flask >> #9f9
[proxy] as Rp << traefik >> #99f
[service discovery] as Rc << consul >> #ee3
[tracing] as Rt << jaeger-agent >> #3ee
[log agent] as Rl << fluent-bit >> #999
Rp .> R : Forward\nrequests
Rp .. Rc
Rp .. Rt
}
frame "Static content" {
[web server] as SC << nginx >> #f99
[service discovery] as SCc << consul >> #ee3
}
[external proxy] as PXY << traefik >> #99f
[log forwarder] as LF << fluent-bit >> #999
[log/trace storage] as ES << elasticsearch >> #f9f
[log visualization] as K << kibana >> #f9f
[service discovery] as C << consul server >> #ee3
[trace collector] as T << jaeger-collector >> #3ee
[trace query] as Tq << jaeger-query >> #3ee
[metrics collector] as P << prometheus >> #f3f
[mertics visualization] as G << grafana >> #f3f
actor User as usr #66c
usr ==> PXY #66c
PXY ==> Ap #66c : 1. external\nrequest
Ap =l==> Dp #66c : 2. fetch data
Dp ==> Dc #66c : 3. read data
Dp =u=> SC #66c : 4. read content
Ap ===> Rp #66c : 5. render using data
Al ---> LF #999
Dl ---> LF #999
Rl ---> LF #999
Ac ---> C #990
Dc ---> C #990
Rc ---> C #990
SCc ---> C #990
At ---> T #099
Dt ---> T #099
Rt ---> T #099
T -u-> ES #099
Tq -u-> ES #099
LF --> ES #999
K -> ES
P ---> Ap #f3f
P ---> Dp #f3f
P ---> Rp #f3f
G -> P #f3f
@enduml | false | true | false | false | sequence |
c99b197ee779a5075f79f8ac13a5a329fa29cbb1 | 3b84f89c49ab081a901b4c085947bc297c79f2a7 | /db_schema.puml | aa1bdf8fa45d743bd43d5409e112f5529538792c | [] | no_license | mudravrik/ozon_test | 3392414c63a9b5f059cdd4403b65c2be4f0e9605 | 5e89d4103f92adab781ed3b7de63aeaa9cd66d91 | refs/heads/master | 2021-05-23T15:08:49.622038 | 2020-04-05T23:47:46 | 2020-04-05T23:52:29 | 253,353,363 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 642 | puml | @startuml
!define table(x) class x << (T,#FFAAAA) >>
!define primary_key(x) <u>x</u>
hide methods
table(CUSTOMER){
+ primary_key(CUSTOMER_KEY)
+ FIO
+ AGE
}
table(PURCHASE) {
+ primary_key(PURCHASE_KEY)
+ PRODUCT_KEY
+ CUSTOMER_KEY
+ QTY
+ DATE
}
table(PRODUCT) {
+ primary_key(PRODUCT_KEY)
+ CATEGORY_KEY
+ NAME
+ PRICE
}
table(PRODUCT_CATEGORY) {
+ primary_key(CATEGORY_KEY)
+ CATEGORY
}
CUSTOMER::CUSTOMER_KEY "1" --> "∞" PURCHASE::CUSTOMER_KEY
PRODUCT::PRODUCT_KEY "1" --> "∞" PURCHASE::PRODUCT_KEY
PRODUCT_CATEGORY::CATEGORY_KEY "1" --> "∞" PRODUCT::CATEGORY_KEY
@enduml
| false | true | true | false | sequence |
868ae8a0b26f86fec11006b5d8979fbe6f05162a | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140329/sprint1/ipc01_design.puml | 8faa0287c751c99216189d5a4059acc83166f60b | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 689 | puml | @startuml doc-files/ipc01_design.png
participant "uic : UIController" as UIC
participant ExtensionManager as ExtM
participant "extension : ShareExtension" as EExample
participant "uiExtension : UIExtensionShare" as UIExt
participant "SharePanel : JPanel" as cp
UIC -> ExtM : extensions=getExtensions();
loop for Extension ext : extensions
UIC -> EExample : uiExtension=getUIExtension(this);
activate EExample
create UIExt
EExample -> UIExt : new(extension, uic)
deactivate EExample
UIExt -> UIExt : getSideBar();
activate UIExt
create cp
UIExt -> cp : new (uic)
deactivate UIExt
UIC -> UIC : uiExtensions.add(uiExtension);
end
@enduml
| false | true | false | false | sequence |
7dd16702406f723636d75c3a7ae212a4033977c9 | 9cc7c4099f6330f9a4384b56427d40d46b9d6f4a | /diagrams/load-balancer-many.puml | 5ea8d63c09b72d689e7d175e38d29b663ff77ae0 | [
"MIT"
] | permissive | maulvialf/belajar-kubernetes | 0e28a11d9f75b3b1d17ffbe86151ecedf3bb603e | 809ac5514e9c0c188a3775f53e0d340b0587c132 | refs/heads/master | 2022-10-22T09:32:07.830441 | 2020-06-13T17:43:51 | 2020-06-13T17:43:51 | 272,653,376 | 1 | 0 | MIT | 2020-06-16T08:32:21 | 2020-06-16T08:32:20 | null | UTF-8 | PlantUML | false | false | 746 | puml | @startuml
node "Client" as client
node "Load Balancer 1" as lb1
node "Load Balancer 2" as lb2
node "Kubernetes Cluster" {
component "Service 1" as service1
component "Service 2" as service2
node "Node 1" as node1 {
component "Pod 1 - 1" as pod11
component "Pod 2 - 1" as pod21
component "Pod 2 - 3" as pod23
}
node "Node 2" as node2 {
component "Pod 1 - 2" as pod12
component "Pod 2 - 2" as pod22
}
}
client -up-> lb1
client -up-> lb2
lb1 -up-> node1
lb1 -up-> node2
lb2 -up-> node1
lb2 -up-> node2
node1 --> service1
node1 --> service2
node2 --> service1
node2 --> service2
service1 --> pod11
service1 --> pod12
service2 --> pod21
service2 --> pod22
service2 --> pod23
@enduml
| false | true | false | false | component |
ae27854b03c8595125a27d34b5be80aa1a5c66b9 | 513aa11da03d74d37d95adc200e7eaa3b21dbb76 | /docs/class-diagram.plantuml | 2f043afb331ae668e58c7d55c440c5b5f3560519 | [
"MIT"
] | permissive | anandrgitnirman/snet-sdk-java | a0554e1334cd2311328c12a29dbbb9655a492ae3 | 695884a841ae7e3d2cf6388e29b667184cca741c | refs/heads/master | 2023-05-12T00:22:57.624372 | 2021-05-18T19:15:09 | 2021-05-18T19:15:09 | 263,542,271 | 0 | 0 | MIT | 2020-05-13T06:16:48 | 2020-05-13T06:16:47 | null | UTF-8 | PlantUML | false | false | 8,557 | plantuml | @startuml
title SingularityNet Java SDK
package io.singularitynet.sdk.payment {
interface Payment {
void toMetadata(Metadata headers);
}
class PaymentSerializer {
static final Metadata.Key<String> SNET_PAYMENT_TYPE;
static final Metadata.Key<byte[]> SNET_PAYMENT_SIGNATURE;
static final Metadata.AsciiMarshaller<BigInteger> ASCII_BIGINTEGER_MARSHALLER;
static void register(String type, Function<Metadata, Payment> reader);
static Optional<Payment> fromMetadata(Metadata headers);
static void toMetadata(Payment payment, Metadata headers);
}
PaymentSerializer -- Payment
}
package io.singularitynet.sdk.ethereum {
interface WithAddress {
Address getAddress();
}
interface Identity {
Signature sign(byte[] message);
}
WithAddress <|-- Identity
class PrivateKeyIdentity {
Credentials getCredentials();
}
Identity <|.. PrivateKeyIdentity
class MnemonicIdentity
PrivateKeyIdentity <|-- MnemonicIdentity
class Ethereum {
BigInteger getEthBlockNumber();
}
}
package io.singularitynet.sdk.registry {
interface MetadataStorage {
byte[] get(URI uri);
}
class IpfsMetadataStorage
MetadataStorage <|.. IpfsMetadataStorage
class RegistryContract {
Optional<OrganizationRegistration> getOrganizationById(String orgId);
Optional<ServiceRegistration> getServiceRegistrationById(String orgId, String serviceId);
}
interface MetadataProvider {
ServiceMetadata getServiceMetadata();
OrganizationMetadata getOrganizationMetadata();
}
class RegistryMetadataProvider
MetadataProvider <|.. RegistryMetadataProvider
RegistryMetadataProvider *-- RegistryContract
RegistryMetadataProvider *-- MetadataStorage
class CachingMetadataProvider
MetadataProvider <|.. CachingMetadataProvider
CachingMetadataProvider *-- RegistryMetadataProvider
}
package io.singularitynet.sdk.daemon {
interface EndpointSelector {
Endpoint nextEndpoint(MetadataProvider metadataProvider);
}
EndpointSelector -- MetadataProvider
class FixedGroupEndpointSelector
EndpointSelector <|.. FixedGroupEndpointSelector
interface DaemonConnection {
<T> T getGrpcStub(Function<Channel, T> constructor);
void setClientCallsInterceptor(ClientInterceptor interceptor);
Endpoint getEndpoint();
void shutdownNow();
}
class BaseDaemonConnection
DaemonConnection <|.. BaseDaemonConnection
BaseDaemonConnection o-- EndpointSelector
BaseDaemonConnection o-- MetadataProvider
}
package io.singularitynet.sdk.mpe {
class MultiPartyEscrowContract {
Optional<PaymentChannel> getChannelById(BigInteger channelId);
Address getContractAddress();
PaymentChannel openChannel(Address signer, Address recipient,\n\tPaymentGroupId groupId, BigInteger value, BigInteger expiration);
void transfer(Address receiver, BigInteger value);
Stream<PaymentChannel> getChannelOpenEvents();
BigInteger channelAddFunds(BigInteger channelId, BigInteger amount);
BigInteger channelExtend(BigInteger channelId, BigInteger expiration);
ExtendAndAddFundsResponse channelExtendAndAddFunds(BigInteger channelId,\n\tBigInteger expiration, BigInteger amount);
}
interface PaymentChannelStateProvider {
PaymentChannel getChannelStateById(BigInteger channelId, Identity requestor);
}
class EscrowPayment
Payment ()- EscrowPayment
interface BlockchainPaymentChannelManager {
Stream<PaymentChannel> getChannelsAccessibleBy(PaymentGroupId paymentGroupId, WithAddress identity);
PaymentChannel openPaymentChannel(PaymentGroup paymentGroup,\n\tWithAddress signer, BigInteger value, BigInteger expiration);
PaymentChannel addFundsToChannel(PaymentChannel channel, BigInteger amount);
PaymentChannel extendChannel(PaymentChannel channel, BigInteger expiration);
PaymentChannel extendAndAddFundsToChannel(PaymentChannel channel,\n\tBigInteger expiration, BigInteger amount);
}
class MpePaymentChannelManager
BlockchainPaymentChannelManager <|.. MpePaymentChannelManager
MpePaymentChannelManager o-- MultiPartyEscrowContract
class PaymentChannelStateService {
PaymentChannelStateReply getChannelState(BigInteger channelId, Identity signer);
}
PaymentChannelStateService o-- DaemonConnection
PaymentChannelStateService o-- Ethereum
class AskDaemonFirstPaymentChannelProvider
PaymentChannelStateProvider <|.. AskDaemonFirstPaymentChannelProvider
AskDaemonFirstPaymentChannelProvider o-- MultiPartyEscrowContract
AskDaemonFirstPaymentChannelProvider *-- PaymentChannelStateService
}
package io.singularitynet.sdk.freecall {
class FreeCallPayment
Payment ()- FreeCallPayment
class FreeCallStateService {
long getFreeCallsAvailable(FreeCallAuthToken freeCallAuthToken, Identity signer);
}
FreeCallStateService o-- DaemonConnection
FreeCallStateService o-- Ethereum
FreeCallStateService -- FreeCallPayment
}
package io.singularitynet.sdk.client {
class Configuration {
URL getEthereumJsonRpcEndpoint();
URL getIpfsEndpoint();
IdentityType getIdentityType();
Optional<String> getIdentityMnemonic();
Optional<byte[]> getIdentityPrivateKey();
Optional<Address> getRegistryAddress();
Optional<Address> getMultiPartyEscrowAddress();
BigInteger getGasPrice();
BigInteger getGasLimit();
}
class ConfigurationUtils {
static Configuration fromProperties(Properties props);
static Configuration fromJson(String json);
}
ConfigurationUtils -- Configuration
interface DependencyFactory {
Web3j getWeb3j();
IPFS getIpfs();
Identity getIdentity();
Registry getRegistry();
MultiPartyEscrow getMultiPartyEscrow();
}
class ConfigurationDependencyFactory
DependencyFactory <|.. ConfigurationDependencyFactory
interface ServiceClient {
Sdk getSdk();
MetadataProvider getMetadataProvider();
PaymentChannelStateProvider getPaymentChannelStateProvider();
FreeCallStateService getFreeCallStateService();
T getGrpcStub(Function<Channel, T> constructor);
String getOrgId();
String getServiceId();
String getEndpointGroupName();
void close();
}
AutoCloseable ()- ServiceClient
class BaseServiceClient
ServiceClient <|.. BaseServiceClient
BaseServiceClient o-- Sdk
BaseServiceClient *-- DaemonConnection
BaseServiceClient o-- PaymentStrategy
interface PaymentStrategy {
<ReqT, RespT> Payment getPayment(GrpcCallParameters<ReqT, RespT> parameters, ServiceClient serviceClient);
}
PaymentStrategy -- ServiceClient
class Sdk {
Sdk(Configuration config);
Sdk(DependencyFactory factory);
ServiceClient newServiceClient(String orgId, String serviceId, String endpointGroupName, PaymentStrategy paymentStrategy);
ServiceClient newServiceClient(String orgId, String serviceId, EndpointSelector endpointSelector, PaymentStrategy paymentStrategy);
Ethereum getEthereum();
void transfer(Address toAddress, BigInteger amount);
Identity getIdentity();
MetadataProvider getMetadataProvider(String orgId, String serviceId);
BlockchainPaymentChannelManager getBlockchainPaymentChannelManager();
void close();
}
AutoCloseable ()- Sdk
Sdk -- Configuration
Sdk -- ServiceClient
Sdk -- DependencyFactory
}
package paymentstrategy {
abstract class EscrowPaymentStrategy {
protected PaymentChannel selectChannel(ServiceClient serviceClient);
}
PaymentStrategy ()- EscrowPaymentStrategy
EscrowPaymentStrategy -- EscrowPayment
class FixedPaymentChannelPaymentStrategy
EscrowPaymentStrategy <|-- FixedPaymentChannelPaymentStrategy
class OnDemandPaymentChannelPaymentStrategy
EscrowPaymentStrategy <|-- OnDemandPaymentChannelPaymentStrategy
class FreeCallPaymentStrategy
PaymentStrategy ()- FreeCallPaymentStrategy
FreeCallPaymentStrategy o-- Identity
FreeCallPaymentStrategy -- FreeCallPayment
class CombinedPaymentStrategy
PaymentStrategy ()- CombinedPaymentStrategy
CombinedPaymentStrategy o-- PaymentStrategy
}
@enduml
| false | true | false | false | class |
1ba52b30cc04da80bcf751315bf0ce288d37f19e | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/learning_plan/algorithms/forth_day/forth_day.plantuml | ab594f1cba7f59e32ed0465232da3bb787f3ec79 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 643 | plantuml | @startuml
title __FORTH_DAY's Class Diagram__\n
namespace cn.shui.learning_plan.algorithms.forth_day {
class cn.shui.learning_plan.algorithms.forth_day.L344 {
+ reverseString1()
+ reverseString2()
}
}
namespace cn.shui.learning_plan.algorithms.forth_day {
class cn.shui.learning_plan.algorithms.forth_day.L557 {
+ reverseWords1()
+ reverseWords2()
+ reverseWords3()
}
}
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
| false | true | false | false | class |
c8a77fd07f9a8cfd9c3eb541b04dafe9d8d36b3f | 3a8b601a60fa9945706cbb2a557d09dfc398cf81 | /src/factorypattern/UML.puml | eb97251084ad0de2dd702e1b1cd098066055c48e | [] | no_license | dragonwang-hub/three_factory_design_patterns | 93793c9f6377706645d334adb6927ad283c56c07 | 3fa5ce7cc46c62efa785ab54641034e9d3722254 | refs/heads/master | 2023-04-05T00:40:57.835385 | 2021-04-20T14:36:47 | 2021-04-20T14:36:47 | 357,225,612 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,080 | puml | @startuml
'https://plantuml.com/class-diagram
class Operation {
double numberA
double numberB
double getResult()
}
note left: Abstract Product
package "Concrete Product"{
class OperationAdd {
double getResult()
}
class OperationSub {
double getResult()
}
class OperationMul {
double getResult()
}
class OperationDiv {
double getResult()
}
}
interface IFactory {
Operation createOperation()
}
note right: Abstract Factory
package "Concrete Factory"{
class AddFactory{
Operation createOperation()
}
class SubFactory{
Operation createOperation()
}
class DivFactory{
Operation createOperation()
}
class MulFactory{
Operation createOperation()
}
}
IFactory <|-- AddFactory
IFactory <|-- SubFactory
IFactory <|-- DivFactory
IFactory <|-- MulFactory
Operation <|-- OperationAdd
Operation <|-- OperationSub
Operation <|-- OperationMul
Operation <|-- OperationDiv
Operation <. IFactory
OperationAdd <.[#green] AddFactory
OperationSub <.[#green] SubFactory
OperationDiv <.[#green] DivFactory
OperationMul <.[#green] MulFactory
@enduml | false | true | false | false | class |
96034225db220b563446fd51ad5d8fb634725086 | a76e7ded7055b62cf913ba91d8f8e745f443530f | /moneytransfer/src/main/kotlin/moneytransfer/objects/Domain-Objects.puml | 7935b0c97b73cfb1bd6fd67e8341e164f821f13e | [] | no_license | michaem/DDDSample | 7acbbb5d81aa9120a3a7b4611c4c0edc5965c01c | b1887c425a48d8e2a1f87632fd961a234620ed04 | refs/heads/main | 2022-12-27T22:48:48.832296 | 2020-10-13T17:13:41 | 2020-10-13T17:13:41 | 301,216,256 | 6 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,545 | puml | @startuml
package "Receiver Bounded Context" <<Rectangle>> {
class Phone <<Value Object>> {
- number: String
}
class ReceiverId <<Value Object>>
class Receiver <<Aggregate Root>> {
- id: ReceiverId
- firstName: String
- secondName: String
- phone: Phone
- card: CardId
}
Receiver o-- ReceiverId
Receiver o-- Phone
}
package "User Bounded Context" <<Rectangle>> {
class SessionId <<Value Object>>
class Session <<Entity>> {
- id: SessionId
- expireDate: Date
}
Session o-- SessionId
}
package "Country Bounded Context" <<Rectangle>> {
class CountryId <<Value Object>>
class Country <<Entity>> {
- id: CountryId
- name: String
- code: String
}
Country o-- CountryId
}
package "Transfer Bounded Context" <<Rectangle>> {
class Commission <<Value Object>> {
- value: Money
}
enum Currency <<Value Object>> {
+ RUB,
+ EUR,
+ USD
}
class Money <<Value object>> {
- value: BigDecimal
- currency: Currency
}
Money o-- Currency
class TransferId <<Value Object>>
class Transfer <<Aggregate Root>> {
- id: TransferId
- country: CountryId
- amount: Money
- receiver: ReceiverId
- commission: Commission
- total: Money
}
Transfer o-- TransferId
Transfer o-- CountryId
Transfer o-- Money
Transfer o-- ReceiverId
Transfer o-- Commission
}
@enduml | false | true | false | false | class |
ccff6ba6edce69db12c836db06bd6259e738fa49 | b7d2ba71058efa46eff4ed885324819fb3f99266 | /src/doc/CLI_Controllers/EnergyGridSettings/US147/US147_sd_EnergyGridSettings.puml | 31bc78f6d251ee0f9de5867eaf050aa6e383d788 | [] | no_license | Almadanmp/backend4 | 3aaa5cbe453041917a510ceee83bf318499a9823 | 07ab3c1af9c7de6ff35cf23bf44b0e664db82f46 | refs/heads/master | 2022-11-25T10:30:27.184246 | 2019-06-30T19:26:12 | 2019-06-30T19:26:12 | 194,547,877 | 0 | 0 | null | 2022-11-16T11:54:00 | 2019-06-30T18:24:24 | Java | UTF-8 | PlantUML | false | false | 1,508 | puml | @startuml
skinparam titleBorderRoundCorner 10
skinparam titleBorderThickness 3
skinparam titleBorderColor indianred
skinparam titleBackgroundColor ivory
skinparam FontName quicksand
skinparam actor {
BorderColor indianred
}
skinparam sequence {
LifeLineBackgroundColor indianred
ParticipantBackgroundColor ivory
}
skinparam roundcorner 10
skinparam component {
arrowThickness 1
ArrowFontName Verdana
ArrowColor indianred
ArrowFontColor darkslategrey
}
title US147 \n As an Administrator, I want to have a list of existing rooms attached to a house grid, so that I can attach/detach rooms from it. \n - Success Case -
autonumber
actor Administrator
Administrator -> ":EnergyGridSettingsUI": runUS147(house)
activate ":EnergyGridSettingsUI"
ref over ":EnergyGridSettingsUI"
Get Room by list
end ref
ref over ":EnergyGridSettingsUI"
Get Energy Grid by list
end ref
":EnergyGridSettingsUI" -> ":EnergyGridSettingsUI": updateGridUS147(energyGrid,room,house)
":EnergyGridSettingsUI" -> ":EnergyGridSettingsController": addRoomToGrid(grid, room, house)
activate ":EnergyGridSettingsController"
":EnergyGridSettingsController" -> ":EnergyGrid" : addRoom(room)
activate ":EnergyGrid"
":EnergyGrid" --> ":EnergyGridSettingsController" : return true
deactivate ":EnergyGrid"
":EnergyGridSettingsController" --> ":EnergyGridSettingsUI" : return true
deactivate ":EnergyGridSettingsController"
":EnergyGridSettingsUI" --> Administrator : show successful message
deactivate ":EnergyGridSettingsUI"
@enduml | false | true | false | false | usecase |
b32cfc8a094db6fee991713f90aa2fbff696385d | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /sequence - analysis/topic/deleteTopic.plantuml | a22725c9d6d1b8ae8ea65db932936788b4bddae2 | [] | no_license | anonyhostvn/OOAD-Diagram | 67f3a3a4aa976ee8459d3f4801147ddd1382e41e | f8f7a0e4ba826335cc964d3b73bebea3f4f857e4 | refs/heads/master | 2023-01-10T04:26:29.983705 | 2020-11-13T10:08:12 | 2020-11-13T10:08:12 | 311,749,932 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,223 | plantuml | @startuml deleteTopic
actor ": User"
boundary ": DeleteTopicForm"
control ": TopicController"
entity ": TopicEntity"
entity ": ClassroomMember"
activate ": User"
": User" -> ": DeleteTopicForm": 1 // request delete topic
activate ": DeleteTopicForm"
": DeleteTopicForm" -> ": TopicController": 2 // request delete topic
activate ": TopicController"
": TopicController" -> ": ClassroomMember": 3 // checking permission to delete topic
activate ": ClassroomMember"
alt can delete topic
": ClassroomMember" -->> ": TopicController": 4 // can delete topic
": TopicController" ->> ": TopicEntity": 5 // request delete topic
activate ": TopicEntity"
": TopicController" -->> ": DeleteTopicForm": 7 // delete topic successfully
deactivate ": TopicEntity"
": DeleteTopicForm" -->> ": User": 8 // delete topic successfully
else can not delete topic
": ClassroomMember" -->> ": TopicController": 4.1 // can not delete topic
deactivate ": ClassroomMember"
": TopicController" -->> ": DeleteTopicForm": 4.2 // delete topic failed
deactivate ": TopicController"
": DeleteTopicForm" -->> ": User": 4.3 // delete topic failed
end
deactivate ": User"
deactivate ": DeleteTopicForm"
@enduml | false | true | false | false | sequence |
7da351d4380e32e0190767375da0be358a58d0a2 | 2e58e812c18eb47bd97fb7cd4063efc8309d0156 | /docs/1182147/US2101/SD_US2101.puml | f3b8d33115bbf7afdffcf29d2577935bea8e49c8 | [] | no_license | Joao-PP-Alves/isep-lapr4 | 5d0d31df206fbdf599ddcf0aa6fac6d5251e3447 | bff732dccb114a07f7f537dc4edd74fa579af78b | refs/heads/master | 2023-07-14T09:55:51.507692 | 2021-06-20T22:35:32 | 2021-06-20T22:35:32 | 399,133,407 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,893 | puml | @startuml
autonumber
actor "System" as USER
participant ":BaseBootstrap" as UI
participant ":BaseBootstrapper" as CTRL
participant ":ServiceBootstrapper" as SBOOT
participant ":AddServiceController" as ASCTRL
participant ":AddServiceCatalogController" as ASCCNTRL
participant ":AuthorizationService" as AUTHZ
participant ":ServiceManagementService" as SSVC
participant ":ServiceCatalogManagementService" as SCSVC
participant ":ServiceRepository" as SREPO
participant ":ServiceCatalogRepository" as SCREPO
participant ":ServiceBuilder" as SBULD
participant ":ServiceCatalogBuilder" as SCBULD
participant "serv\n:Service" as SERV
participant "servCat\n:ServiceCatalog" as SCAT
activate USER
USER -> UI : Initiate Bootstrap
activate UI
UI -> CTRL : execute()
activate CTRL
CTRL -> CTRL : registerPowerUser()
CTRL -> CTRL : authenticateForBootstrapping()
CTRL -> SBOOT : execute()
activate SBOOT
SBOOT -> ASCTRL : addService()
activate ASCTRL
ASCTRL -> AUTHZ : ensureAuthenticatedUserHasAnyOf()
activate AUTHZ
AUTHZ --> ASCTRL : true
deactivate AUTHZ
ASCTRL -> SSVC : registerNewService()
activate SSVC
SSVC -> SBULD : build()
activate SBULD
SBULD --> SSVC : serv
deactivate SBULD
SSVC -> SREPO : save(serv)
SSVC --> ASCTRL : serv
deactivate SSVC
ASCTRL --> SBOOT : serv
deactivate ASCTRL
SBOOT -> ASCCNTRL : addServiceCatalog()
activate ASCCNTRL
ASCCNTRL --> AUTHZ : ensureAuthenticatedUserHasAnyOf()
activate AUTHZ
AUTHZ --> ASCCNTRL : true
deactivate AUTHZ
ASCCNTRL -> SCSVC : registerNewServiceCatalog()
activate SCSVC
SCSVC -> SCBULD : build()
activate SCBULD
SCBULD --> SCSVC : servCat
deactivate SCBULD
SCSVC -> SCREPO : save(servCat)
SCSVC --> ASCCNTRL : servCat
deactivate SCSVC
ASCCNTRL --> SBOOT : servCat
deactivate ASCCNTRL
SBOOT --> CTRL : true
deactivate SBOOT
CTRL --> UI : true
deactivate CTRL
UI --> USER : Bootstrap Successful
deactivate UI
@enduml
| false | true | false | false | usecase |
13368171578199de04e19c5340f073253966e175 | b164dc5d1dc4880d76fa9cf1fecd9a54c2116a8e | /diagrams/controller_1.plantuml | 058dea36eaf68cb72d13d84bd7bfbb430cdaf869 | [] | no_license | fiuba/algo3_ejemplo_mvc_colores | 2626eb909d911f760068b466b34acf14332a6916 | dd6e5dfd6ad06f0cb5baaac05132ac3753a97479 | refs/heads/master | 2023-06-21T12:39:17.440121 | 2023-06-16T22:09:12 | 2023-06-16T22:09:12 | 189,498,046 | 1 | 1 | null | 2021-12-16T20:52:08 | 2019-05-30T23:58:52 | Java | UTF-8 | PlantUML | false | false | 950 | plantuml | @startuml
hide circle
skinparam classAttributeIconSize 0
class JPanel {
+ addMouseListener(MouseListener l) void
}
class VistaModeloDato {
+ VistaModeloDato(Posicion posicion, ModeloObservable modelo) : void
+ update(Observable o, Object arg) : void
}
interface MouseListener {
+ mousePressed(MouseEvent e) void
}
class ControllerMouse {
+ mousePressed(MouseEvent mouseEvent) void
}
JPanel <|-- VistaModeloDato
ControllerMouse ..|> MouseListener
VistaModeloDato ..> ControllerMouse : <<instanciate>>
class JPanel #LightSkyBlue
interface MouseListener #LightSkyBlue
note left of VistaModeloDato::VistaModeloDato
this.posicion = posicion;
this.modelo = modelo;
this.modelo.addobserver(this);
addmouselistener(new controladormouse(modelo, this));
end note
note right of ControllerMouse::mousePressed
modelo.inicializarModeloDato(vista.posicion)
modelo.notifyObservers(vista)
end note
@enduml
| false | true | false | false | class |
7b39a1d2619ca9370f6cbc43579d26e9c8777e84 | b216f8348eb59fcdd0e1fe7d5208304d9d3aad6d | /eer-003.puml | 64824bde95766888ac4ce820bdd7da0ba71a0f44 | [] | no_license | obokaiwele/puml-templates | 569c2dea1a29a5ab4cc855f4c387353f0fbf51c5 | 4097a731d487fa5bd0e30d2c1349c9da69775a94 | refs/heads/master | 2020-06-29T00:03:41.442914 | 2019-08-03T13:29:33 | 2019-08-03T13:29:33 | 200,378,740 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,473 | puml | @startuml
skinparam rectangle {
BackgroundColor DarkSeaGreen
FontStyle Bold
FontColor DarkGreen
}
skinparam usecase {
BackgroundColor Pink
FontStyle Bold
FontColor DarkRed
}
hide members
hide methods
hide stereotypes
hide circle
' Vehicle
rectangle Vehicle
Vehicle -- (Model)
(Model) -- (ModelYear)
(Model) -- (ModelName)
Vehicle -- (VehicleType)
Vehicle -- (Condition)
Vehicle -- (Description)
Vehicle -- (Mileage)
Vehicle -- (Color)
' Customer
rectangle Customer
usecase EmailAddress as customerEmailAddress
usecase PhoneNumber as customerPhoneNumber
usecase Address as customerAddress
usecase PostalCode as customerPostalCode
usecase State as customerState
usecase Street as customerStreet
usecase City as customerCity
' Individual
rectangle Individual
Individual -- (DriverLicenseNumber)
usecase Name as individualName
usecase FirstName as individualFirstName
usecase LastName as individualLastName
' Business
rectangle Business
Business -- (BusinessIdNumber)
Business -- (BusinessName)
Business -- (PrimaryContact)
(PrimaryContact) -- (PrimaryContactTitle)
(PrimaryContact) -- (PrimaryContactName)
' Manufacturer
rectangle Manufacturer
Customer -- Individual
Customer -- Business
Customer -- customerEmailAddress
Customer -- customerPhoneNumber
Customer -- customerAddress
customerAddress -- customerPostalCode
customerAddress -- customerState
customerAddress -- customerCity
customerAddress -- customerStreet
Vehicle - Manufacturer
@enduml | false | true | false | false | usecase |
be73985e36ae90c6748cfedd8587a98923bc8827 | 467c788ac504005c2a3a4459bacb5d9c27f72164 | /Clase/Prototype/classPrototype.puml | 10dfa1f743f0c8f62b4a1ffd0614edc21636d1a8 | [] | no_license | danflovier/am.software | aed81e0074cd46732c1d54652db55e917e58a66e | 5fe78a289308c6a5688d8053139ca9d7229477ca | refs/heads/master | 2021-01-15T19:06:32.237313 | 2017-10-28T15:12:17 | 2017-10-28T15:12:17 | 99,808,540 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 920 | puml | @startuml
Class Mundo{
+Mundo(string nombre_mundo): nombre_mundo(nombre_mundo);
+string nombre_mundo;
}
abstract Class Personaje{
+string nombre;
+int telefono;
+Mundo* mundo;
+string correo;
+Personaje() = default;
+Personaje(string nombre): nombre(nombre);
+virtual Personaje* clone() = 0;
}
Class Princesa{
+Princesa(string n): Personaje(n);
+Princesa(const Princesa& p);
+void grita();
+Personaje* clone();
}
Class Villano{
+Villano(string n): Personaje(n);
+Villano(const Villano& v);
+void secuestra();
+Personaje* clone();
}
Class Heroe{
+Heroe(string n): Personaje(n);
+Heroe(const Heroe& h);
+void salvar();
+Personaje* clone()
}
Mundo --* Personaje
Personaje <|.. Princesa
Personaje <|.. Villano
Personaje <|.. Heroe
@enduml
| false | true | false | false | class |
65d8d46859339d0ce92fbbf2a1900bf10cfb5b72 | 0e1bfaad5864a9da9640e86c0cae0efdf029c7c7 | /UML/components.puml | c8f1da9fc182dbb27e13e32687c5add6ec4e82a9 | [] | no_license | horinek/TextAn | 18789ec65bfe2302570132fbc78ca677129e2c44 | fa068c486fba8355d3caca5d60c590c2801be9dd | refs/heads/master | 2021-01-22T14:39:05.905473 | 2014-01-14T09:59:13 | 2014-01-14T09:59:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,158 | puml | @startuml
skinparam componentStyle uml2
'the result looks better in horizontal orientation
left to right direction
'declarations
actor User
actor FileSystem
package validator {
component Importer
component Exporter
component EntityManager
component AnalysisBroker
component DBConnector
component Controller
}
package editor {
component GraphVizualizer
component Editor
component UnDoManager
}
package webService {
component Server
}
package tagger {
component Tagger
component DBConnector as taggerDBConnector
}
'is grapher part of the webservice?
package grapher {
component Grapher
component DBConnector as grapherDBConnector
}
package db {
component DBAdapter
}
database internalDB
database externalDB
'relations
User -- Editor
Editor - Controller
FileSystem - Importer
FileSystem - Exporter
DBConnector - DBAdapter
EntityManager - DBConnector
AnalysisBroker <-> Server : SOAP
Server -- Tagger
taggerDBConnector - DBAdapter
Server -- Grapher
grapherDBConnector - DBAdapter
DBAdapter - internalDB
DBAdapter - externalDB
@enduml | false | true | false | false | sequence |
e83eeaa8c7f9bce38cd53f1b0bc247509120023c | 23bd2c36e5628c3a0a50443a4548226c83397047 | /docs/and-or.puml | 9c3691e8ba588ec255aac262984eae77de524261 | [
"MIT"
] | permissive | shibin800528/logic-tree | adb143b3804c182fd7b745865cf59bcff7b8cb1c | 1e031343ded29d68b8cdcda48b6364ce2ff61734 | refs/heads/master | 2021-01-08T05:46:52.859345 | 2019-06-29T12:16:51 | 2019-06-29T12:16:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 316 | puml | @startuml
center header LogicTree
class AndParam {
name: String
isNegation: Boolean
text: String: x OR y
orParams: Array<OrParam>
}
class OrParam {
text: String: a AND b AND c
andParams: Array<AndParam>
}
AndParam "1" --* "many" OrParam
OrParam "1" --* "many" AndParam
center footer recursion
@enduml | false | true | false | false | class |
d94a6148bf1650599363f6eed61c84a83d8e5d73 | 3c74f15950bd77d3bd52220e9d2972f769e54bc0 | /Diagramme/Klassen/TinyTasksDashboard/Parameters.Designer.puml | be03cab22f69785225f7c60f09a5e39086c29133 | [] | no_license | Louis9902/Sosse19-SE | eff56539eed3e27e24342341356228ce5de7bd7c | 6c146a6808781acbc6bf4e43157e2294013e65a3 | refs/heads/master | 2020-05-03T20:59:21.361284 | 2019-06-20T16:01:10 | 2019-06-20T16:01:10 | 178,814,946 | 2 | 0 | null | 2019-06-11T15:17:16 | 2019-04-01T08:05:57 | C# | UTF-8 | PlantUML | false | false | 618 | puml | @startuml
class Parameters <<partial>> {
- components : IContainer = null
# <<override>> Dispose(disposing:bool) : void
- InitializeComponent() : void
- labelGroup : System.Windows.Forms.Label
- labelLabel : System.Windows.Forms.Label
- options : System.Windows.Forms.DataGridView
- optionsObject : System.Windows.Forms.DataGridViewTextBoxColumn
- optionsLabel : System.Windows.Forms.DataGridViewTextBoxColumn
- optionsValue : System.Windows.Forms.DataGridViewTextBoxColumn
- controlOkay : System.Windows.Forms.Button
- controlCancel : System.Windows.Forms.Button
}
@enduml
| false | true | false | false | class |
4e25357970dd71d67f3680dc10975b695631f1bc | 6d666244c20eb70b4d1b2393c64de25f8d961d09 | /app/src/main/java/com/example/edelhome/ui/share/share.plantuml | b68f4017c3602a569058dd87ff6e9a162fb13cf1 | [] | no_license | Neptun95/EdelHomeAPP | 582c3ed65a3b630878fd36de0a0e75a4955d3f89 | bcf529dfdd6c5ac67c8ee7809c360b31bd065f8d | refs/heads/master | 2021-02-24T21:33:00.940882 | 2020-03-06T14:35:23 | 2020-03-06T14:35:23 | 245,442,067 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 927 | plantuml | @startuml
title __SHARE's Class Diagram__\n
namespace com.example.edelhome {
namespace ui.share {
class com.example.edelhome.ui.share.ShareFragment {
+ onCreateView()
}
}
}
namespace com.example.edelhome {
namespace ui.share {
class com.example.edelhome.ui.share.ShareViewModel {
- mText : MutableLiveData<String>
+ ShareViewModel()
+ getText()
}
}
}
com.example.edelhome.ui.share.ShareFragment -up-|> androidx.fragment.app.Fragment
com.example.edelhome.ui.share.ShareFragment o-- com.example.edelhome.ui.share.ShareViewModel : shareViewModel
com.example.edelhome.ui.share.ShareViewModel -up-|> androidx.lifecycle.ViewModel
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
| false | true | false | false | class |
e7bbb208738b7ffcc5b2a07931e907d937a1da3f | d2a188c9357d76c2a22a9d5f4f68154a6a1901a4 | /docs/uml/graph_improve_sentence.plantuml | c47b6e0cca910b51aa7b402905c12ee44e70ad89 | [
"MIT"
] | permissive | ArDoCo/PARSEGraphImprove | 9f1b4e17be90862a7d488c2b45606a352a224aa6 | 3520197d6a1260566e6dd2da0ee279aa82b83709 | refs/heads/master | 2023-02-10T19:43:43.186266 | 2020-12-21T14:57:19 | 2020-12-21T14:57:19 | 244,677,807 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,521 | plantuml | @startuml
object sentence0 {
sentenceNumber = 0
}
object sentence1 {
sentenceNumber = 1
}
sentence0 <-right-> sentence1: sentence2sentence
object token0 {
value = "This"
sentence = 0
chunkIOB = "B-NP"
position = 0
}
object token1 {
value = "is"
sentence = 0
chunkIOB = "B-VP"
position = 1
}
object token2 {
value = "a"
sentence = 0
chunkIOB = "B-NP"
position = 2
}
object token3 {
value = "house"
sentence = 0
chunkIOB = "I-NP"
position = 3
}
object token4 {
value = "."
sentence = 0
chunkIOB = "0"
position = 4
}
object token5 {
value = "Here"
sentence = 1
chunkIOB = "B-ADVP"
position = 5
}
object token6 {
value = "we"
sentence = 1
chunkIOB = "B-NP"
position = 6
}
object token7 {
value = "go"
sentence = 1
chunkIOB = "B-VP"
position = 7
}
object token8 {
value = "."
sentence = 1
chunkIOB = "0"
position = 8
}
token0 <-right-> token1 : relation
token1 <-right-> token2 : relation
token2 <-right-> token3 : relation
token3 <-right-> token4 : relation
token4 <-right-> token5 : relation
token5 <-right-> token6 : relation
token6 <-right-> token7 : relation
token7 <-right-> token8 : relation
token0 <-up-> sentence0 : word2sentence
token1 <-up-> sentence0 : word2sentence
token2 <-up-> sentence0 : word2sentence
token3 <-up-> sentence0 : word2sentence
token4 <-up-> sentence0 : word2sentence
token5 <-up-> sentence1 : word2sentence
token6 <-up-> sentence1 : word2sentence
token7 <-up-> sentence1 : word2sentence
token8 <-up-> sentence1 : word2sentence
@enduml | false | true | false | false | sequence |
014e6a2acfbdfd729766caf433b7f785d1ff8ccb | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GraphQLInvalidCredentialsError.puml | 2af15ab5b5d3e1964bafc3226f1a9cceba3d36e7 | [] | 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 | 428 | 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 GraphQLInvalidCredentialsError [[GraphQLInvalidCredentialsError.svg]] extends GraphQLErrorObject {
code: String
}
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] {
code: String
}
@enduml
| false | true | false | false | class |
5634b7e8b1912416a892dc1e520f143587c3bab4 | ef4d996745d3cad7823e9be3bad78f7be8cc2c59 | /java/2020/04/10/bin/challenge/challenge.iuml | b672f87e452eb11d1ca3adf922fc8257a877f223 | [] | no_license | FishMagic/Laevatein | 005de8334c1f6f3d5ad08ab6131123bebbaf2f8c | 93e16ec8a2330d5f58ecbe4b0847cb5b28fbe0da | refs/heads/master | 2022-10-25T04:25:23.424090 | 2020-06-20T12:14:52 | 2020-06-20T12:14:52 | 246,463,868 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 816 | iuml | @startuml challenge
class Point {
-x: double
-y: double
+Point()
+Point(x: double, y: double)
+setX(x: double): void
+setY(y: double): void
+getX(): double
+getY(): double
+ static distance(p1: Ponit, p2: Point): double
+ distance(Point p): double
}
class Circle {
-p: Point
-radius: double
+Circle()
+Circle(p: Point, radius: double)
+Circle(x: double, y: double, radius: double)
+setP(p: Point): void
+setRadius(radius: double): void
+getP(): Point
+getRadius(): double
+getArea(): double
+getPerimeter(): double
+contains(x: double, y: double): boolean
+contains(p: Point): boolean
+contains(circle: Circle): boolean
+overlaps(circle: Circle): boolean
}
Point o-- Circle
@enduml | false | true | false | false | class |
88f3004ab5afac261a71b20586b69f14ab29bbdd | 1ac0a5cf0a74b207d7cdac817f81b15f452f494c | /Livrables/Diagrammes/Composants/UML/MaitreHotelController.plantuml | c8e1e8a0c466e5603ee9af3aabb98a7547a535af | [
"MIT"
] | permissive | HugoLA1/Projet-programmation-systeme | 1f143b71a52871ca3536b30d78592c29f19aae97 | 5262fa64cd862283078346b4f8a2aa69246d47d6 | refs/heads/master | 2020-06-01T10:33:49.688170 | 2018-12-13T13:22:55 | 2018-12-13T13:22:55 | 190,750,176 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 281 | plantuml | @startuml
class MaitreHotelController {
model : Model
form : Form1
threadMH : Thread
money : int
+ MaitreHotelController(model:Model, form:Form1)
+ CreateThread() : void
+ WatchLoop() : void
+ AssignToTable(groupClient:GroupClient) : void
}
@enduml
| false | true | false | false | class |
0d43c6747d55c48ae95531fbfcc114b8c2ad1cbb | 761b9a0f00dc6a1098d3705a5b0a25b07af34b8b | /reponses/exception.puml | cbe9c363181fcfff046667a0836b414d4eec602a | [] | no_license | AnisoaraVida/mapc-cc1-Vida | 7f217439164235f6a5369022ab9d4628c0132223 | 754f94f49fea469300c8032ebe85a2e228e3260e | refs/heads/master | 2023-01-11T04:30:29.187759 | 2020-11-03T16:25:59 | 2020-11-03T16:25:59 | 309,731,844 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 77 | puml | @startuml
package exception{
Class ResourceAlreadyExistsException
}
@enduml | false | true | false | false | class |
2a6605bd2f52d3451a580861d89f4bed3aa6917f | e34a2ed2af9aba5d0b4d576e9d0aeb7f24baeca3 | /arch-67/skeleton.puml | 94b89c9a7efecf6e40afd43260a7310c98991169 | [] | no_license | grze/archexamples | 704c20fac419574dbceeab4adb40ad86d83da455 | 8e470a48d814af456108aae86a6be08f52d160f9 | refs/heads/master | 2016-08-08T05:01:32.760462 | 2014-08-12T06:45:04 | 2014-08-12T06:45:04 | 19,866,489 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 466 | puml | @startuml
frame JustUserStuff {
actor User
component UserConsole
component euca2ools
User-->UserConsole
User-->euca2ools
}
() SomeOperation
frame FederationStuff {
() SAML
() OAuth
() OpenId
() AccessSecretKey
component ShibbolethIdP
ShibbolethIdP == SAML
ShibbolethIdP =r= OAuth
ShibbolethIdP =d= OpenId
ShibbolethIdP =u= AccessSecretKey
}
euca2ools .d.> SomeOperation
SomeOperation .d.> AccessSecretKey
UserConsole .d.> OAuth
@enduml
| false | true | false | false | sequence |
848d56189978ddb87dcc57a5bfec36a475617c2b | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductSetAttributeInAllVariantsAction.puml | 5b06c71fd825c5caf564aecc61327eff72b1ab31 | [] | 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 | 521 | 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 ProductSetAttributeInAllVariantsAction [[ProductSetAttributeInAllVariantsAction.svg]] extends ProductUpdateAction {
action: String
name: String
value: [[Object.svg Object]]
staged: Boolean
}
interface ProductUpdateAction [[ProductUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
be241065c34b826398406b277060d55f424946d8 | 130dd0288f5268c8994ba31c5e3360b1b0eaff44 | /actors/websocket/src/main/java/com/ea/orbit/actors/ws/wsPipeline.puml | 57188370f063ee0875b559f272428578ca0fc9ff | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | DanielSperry/orbit | 2b117ba8b2df99bd8c9c72f8ded2ab957e725645 | a21b2541e246ffb2f8c6981e34a6cc7e1691da9b | refs/heads/master | 2020-12-26T15:48:29.288959 | 2015-12-18T16:18:10 | 2015-12-18T16:18:10 | 33,091,896 | 1 | 1 | null | 2015-03-29T22:18:32 | 2015-03-29T22:18:31 | Java | UTF-8 | PlantUML | false | false | 1,178 | puml | @startuml
actor Application
note right of Application : Actors, Observers
artifact WebSocketEndpoint {
artifact "Message Pipeline" {
interface " " as Pipeline
note right of Pipeline : protocol stack
agent Execution #LightBlue
agent Messaging #LightBlue
agent MessageSerializer
agent Endpoint
note right of Execution : Method Invocation
note right of Messaging {
Tracks responses,
Adds messageId
}
note right of MessageSerializer : Serialization, Replaceable
note right of Endpoint : WebSocket Endpoint
}
}
cloud Network
Application --> Pipeline : [ invokeRemote ]
Pipeline --> Execution : [ write ]
Execution --> Messaging : [ write ]
Messaging --> MessageSerializer : [ write ]
MessageSerializer --> Endpoint : [ write ]
Endpoint --> Network : [ send group message (bytes) ]
Network --> Endpoint : [ receive group message (bytes) ]
Endpoint --> MessageSerializer : [ onRead ]
MessageSerializer --> Messaging : [ onRead ]
Messaging --> Execution : [ onRead ]
Execution --> Pipeline : [ response ]
Pipeline --> Application : [ response ]
@enduml | false | true | false | false | usecase |
88fe8cf110044312fa9b3769a95eb6f3d20d884e | 0f2ccd0a689a3633eead0d7b8f118c1a4ca81aea | /Creational/Prototype/doc/prototype.plantuml | 32756841529904168007f1d36bc837337e0786c9 | [
"Apache-2.0"
] | permissive | symnoureddine/design-patterns | d6eca7edeb131e7f506900b517050c4f975482aa | b8f088e877d4739527b41aeb6e0c80ac9d29b398 | refs/heads/master | 2020-09-10T18:30:44.513673 | 2019-11-02T22:33:20 | 2019-11-02T22:33:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,906 | plantuml | @startuml
interface ElementInterface {
+render()
}
abstract class AbstractButton << PrototypeA >> {
#label : string
+__construct(label : string)
}
abstract class AbstractTextInput << PrototypeB >> {
#label : string
#name : string
+__construct(name : string, label : string)
}
abstract class AbstractPage << PrototypeC >> {
#elements : ElementInterface[] = []
+addElement(element : ElementInterface) : $this
+getElements() : ElementInterface[]
+__clone()
}
class Renderer << Client >> {
-buttonPrototype : AbstractButton
-pagePrototype : AbstractPage
-textInputPrototype : AbstractTextInput
+__construct(buttonPrototype : AbstractButton, textInputPrototype : AbstractTextInput, pagePrototype : AbstractPage)
+createButton() : AbstractButton
+createPage() : AbstractPage
+createTextInput() : AbstractTextInput
}
class Plain.PlainButton << ConcretePrototypeA1 >> {
+render()
}
class Plain.PlainTextInput << ConcretePrototypeB1 >> {
+render()
}
class Plain.PlainPage << ConcretePrototypeC1 >> {
+render()
}
class Bootstrap.BootstrapButton << ConcretePrototypeA2 >> {
+render()
}
class Bootstrap.BootstrapTextInput << ConcretePrototypeB2 >> {
+render()
}
class Bootstrap.BootstrapPage << ConcretePrototypeC2 >> {
+render()
}
"Plain.PlainButton" -up-|> AbstractButton
"Plain.PlainTextInput" -up-|> AbstractTextInput
"Plain.PlainPage" -up-|> AbstractPage
"Bootstrap.BootstrapButton" -up-|> AbstractButton
"Bootstrap.BootstrapTextInput" -up-|> AbstractTextInput
"Bootstrap.BootstrapPage" -up-|> AbstractPage
Renderer o-right- "1" AbstractButton
Renderer .right.> AbstractButton : creates
Renderer o-right- "1" AbstractTextInput
Renderer .right.> AbstractTextInput : creates
Renderer o-down- "1" AbstractPage
Renderer .down.> AbstractPage : creates
right footer © Vlad Riabchenko <contact@vria.eu>
@enduml
| false | true | true | false | class |
aa6f2d7b1e620d41424a0d4e1c41e43c377abea6 | 9d476f9d480b0374d20bcb1ab6028929c02f385c | /UML_V5.puml | db7fe881129c7808747338afc48bc1afca597941 | [] | no_license | Lange99/project_v5_refactor | 0cbb6cbc3e65e7e4e8c4c017d29343eb0b1b96d7 | bddd1e141c518b35fb5d766717de6ec19a5a79b5 | refs/heads/main | 2023-07-24T12:43:08.805594 | 2021-09-03T19:10:53 | 2021-09-03T19:10:53 | 398,557,571 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,153 | puml | @startuml
@startuml
@startuml
Main -- Manager
Manager -Left- User
Manager -- NetManager
Manager -Right- Configurator
NetManager -Right- Net
Net o-Down- Pair
Pair o-- Transition
Pair o-- Place
User -- PetriNet
user -- PriorityPetriNet
package Utility <<frame>>{
NetManager <-- JsonReader
NetManager <-- JsonWriter
NetManager <- JsonManager
NetManager <-Left- IO
}
class Main {
+ {static} main(args: String[])
}
class Net {
- net: ArrayList<Pair>
- ID: String
- name: String
- i: int
- setOfPlace: HashSet<Place>
- setOfTrans: HashSet<Transition>
+ getNet(): ArrayList<Pair>
+ getID(): String
+ getName(): String
+ addPair()
+ addPairFromJson()
+ checkPair(): boolean
+ checkPendantNode(): boolean
+ getSetOfPlace() : HashSet<Place>
+ getSetofTrans(): HashSet<Transition>
+ Net(String s)
+ checkConnect() : boolean
+ recursion(Hasmap<String, ArrayList<String>> m, Hasmap<String, Boolean> b, String k) :void
+ checkTrans(): boolean
}
class NetManager {
- netList: ArrayList<Net>
+ manageOption()
+ addNet()
+ checkNet(Net n)
+ loadNet()
+ showNet(Net n)
- existAlread(Hasmap<int, int> h, int i, int j)
+ addPriorityPetriNet(PetriNet pN)
+ assignPriority(PriorityPetriNet pnp)
+ existsAlreadyPriorityPetriNet(PriorityPetriNet newPriorityPetriNetToCheck): boolean
+ isValidPath(String path): boolean
+ checkLoadPetriNet(PetriNet net): boolean
+ handleNet(String pathOfFile) : void
}
class Pair {
- place: Place
- trans: Transition
+ getPlace(): Place
+ getTrans(): Transition
+ compare(): boolean
}
class Place {
- id: String
+ Place()
+ getID(): String
}
class Transition {
- id: String
-pre: ArrayList<String>
-post: ArrayList<String>
+ getID(): String
+ Transition
+ getIDPre: ArrayList<String>
+ getIDPost: ArrayList<String>
+ addPre:void
+ addPost: void
+ getSizePre: int
+ getSizePost: int
+ getInputOutput
}
class JsonReader {
+ {static} readJson()
}
class JsonWriter {
+ {static} writeJson()
+ {static} stringNer(Net n): String
+ {static} makeFile() : String
}
class PetriNet extends Net implements Simulation{
- initalMark: ArrayList<Pair>
- initalMarkCurrently: ArrayList<Pair>
- initalMarking: HashMap<Pair,Integer>
+ PetriNet(Net)
+ addToken(String, int): boolean
+ addWeight(String, String, int): void
+ checkTheElementMultipleCase(ArrayList<Pair>, boolean[], ArrayList<Pair>, int): boolean
+ equals(Object): boolean
+ getInitialMark(): ArrayList<Pair>
+ getInitialMarking(): HashMap<Pair,Integer>
+ initialSituationInTheNet(ArrayList<Pair>,ArrayList<Transition>,HashMap<Transition,ArrayList<Pair>>): void
+ saveInitialMark(): void
+ checkFatherNet(Net netToCheck):boolean
}
class PriorityPetriNet extends PetriNet implements Simulation{
+ PriorityPetriNet(PetriNet)
+ checkTheElementMultipleCase(ArrayList<Pair>, boolean[], ArrayList<Pair>, int): boolean
+ initialSituationInTheNet(ArrayList<Pair>,ArrayList<Transition>,HashMap<Transition,ArrayList<Pair>>): void
+ saveInitialMark(): void
+ simulation(ArrayList<Pair> initialMark): HashMap<Transition, ArrayList<Pair>>
+ initMap
+ addPriority(String nameTransitionToAddPriority, int priorityValue):boolean
+ addPriorityToNetList(PriorityPetriNet genericNet):void
+ getPriorityByTransition(Transition transition): int
+ checkFatherPetriNet(PetriNet netToCheck): boolean
+ checkToken(PetriNet toCheck): boolean
}
interface Simulation {
+ checkTheElementMultipleCase(ArrayList<Pair>, boolean[], ArrayList<Pair>, int): boolean
+ initialSituationInTheNet(ArrayList<Pair>,ArrayList<Transition>,HashMap<Transition,ArrayList<Pair>>): void
}
class Manager {
- config: Configurator
- manager: NetManager
- user: User
+ start(): void
}
class User {
+ modifyThePrePair(ArrayList<Pair>): void
+ operation(NetManager): void
+ startSimulation(PetriNet, ArrayList<Pair>): boolean
+ startSimulationPriority(PriorityPetriNet, ArrayList<Pair>): boolean
+ whichPostisChosen(Transition): Transition
}
class IO {
}
class JsonManager {
+ checkNumFile(String[]): int
+ existAlready(HashMap<Integer, Integer>, int, int): boolean
+ getPath(String): String
+ getPathname(String): String[]
+ loadNet(): Net
+ loadPetriNet(): PetriNet
}
class Configurator {
+ operation(NetManager): void
}
@enduml
@enduml | false | true | false | false | class |
721f17f83976565d3dd35aaabbcea6bded2920ce | 9e3e5786c09a8aec9598c4c2d60c42a362951e81 | /out/production/designPattern/com/xu/prototype/demo.puml | 027d527768b6e5b5368416d91d4242dbe6c65277 | [] | no_license | 320853112/designPattern | cbbcbb2032ec3b68038b3c0134efe64fb1d8783c | bfc3dbfd158910a51f54e6c9afeb4788cccbe273 | refs/heads/master | 2021-02-04T14:52:19.937474 | 2020-03-05T05:04:50 | 2020-03-05T05:04:50 | 243,677,395 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 83 | puml | @startuml
class Sheep
class Client
Sheep : String name
Client ..> Sheep
@enduml | false | true | false | false | class |
50e20f726ad48b148a5f273540e3adc7f69e95e7 | cab12384546562328a90db54e2ce34c0b546c98e | /Donnée-modelistation/tp1-class/Compagnie.puml | 8df0fb45b27f9c8ab220dc21b776bc7d480376f0 | [] | no_license | ulyssedahiez/LicenceS5 | 64fd1f05a819856eb799fda07b16482f86786047 | 9905ada54d55de8a8fae5a45ba957476c1bdb35e | refs/heads/master | 2023-06-17T12:32:03.545475 | 2021-07-09T17:51:06 | 2021-07-09T17:51:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 105 | puml | @startuml
class Compagnie {
}
class Vol {
bool open
}
Compagnie "1..n" *-- "1..n" Vol : contains
@enduml
| false | true | false | false | class |
44528c331bf2696ec3fdf2b7f10d2225ca41452b | 24109a89f9b5fe9274c67aded8187d6d6b41d903 | /docs/Sequence Diagrams/OverviewSequenceDiagram.puml | 940049fca6ca36c3e2ffb6522575fcd07df80a49 | [] | no_license | AY2021S2-CS2113-W10-2/tp | 46dcdfe1eada20ca71244f8354ad2e908e492d61 | cc0d0c06faaf46ed0f4b19aa209157f2c7aaf978 | refs/heads/master | 2023-04-02T15:59:23.187651 | 2021-04-12T15:38:29 | 2021-04-12T15:38:29 | 343,974,496 | 0 | 6 | null | 2021-04-12T15:38:30 | 2021-03-03T02:17:37 | Java | UTF-8 | PlantUML | false | false | 612 | puml | @startuml
'https://plantuml.com/sequence-diagram
actor user
participant ":Ui" as Ui
participant ":Command" as Command
participant ":Email" as Email
participant ":Storage" as Storage
hide footbox
user -> Ui: "help"
activate Ui
Ui -> Command: execute()
activate Command
Command -> Email :deleteEmail(email)
activate Email
Email -> Command
deactivate Email
Command -> Storage: update(emailList)
activate Storage
Storage -> Storage: save to hard disk
activate Storage
Storage -> Storage
deactivate Storage
Storage -> Command
deactivate Storage
Command -> Ui
deactivate Command
Ui -> user
deactivate Ui
@enduml | false | true | false | false | usecase |
a36fd3bc08b89ee9ad713f6ee56287cd10fa5aab | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/Utils/AssemblyProvider/ITestAssemblyProvider.puml | 789fc4063baeb8a90f2479f1badc4944a2b36f42 | [] | 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 | 131 | puml | @startuml
interface ITestAssemblyProvider {
GetTestsWithNUnit() : ITest
GetUserAssemblies() : IAssemblyWrapper[]
}
@enduml
| false | true | false | false | class |
f1285081da014f0b34a1c4fe1d6189aca5e48201 | 7a4a37d87aa7e1d7030d9defb7654a1eaac7e3f9 | /TP1-9508/diags/clientseq.plantuml | 75ab808bf573e4d953c9747ee3fc7c722a8c1e84 | [
"MIT"
] | permissive | Jonathan-R0/TallerDeProgramacion | d6053e735a1bebbe9a54801ff988ee6e1b07037d | 80038d06736c729310ff4c2a54195fb2d1c79ab7 | refs/heads/master | 2023-04-02T21:54:32.219035 | 2021-04-14T20:14:48 | 2021-04-14T20:14:48 | 349,146,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 865 | plantuml | @startuml
autoactivate on
actor cliente
cliente -> arginfo** : <<init>>
activate arginfo
arginfo -> arginfo : gerMethodAndKey
deactivate arginfo
arginfo -> arginfo: getPortAndIp
deactivate arginfo
return validez
cliente -> client_tda**: <<init>>
client_tda -> socket**: <<init>>
cliente -> client_tda: client_connect
client_tda -> socket: connect
return validez
return validez
cliente -> cliente: cipher_and_send
cliente -> client_cipherAndSend: cipher_and_send_rc4
client_cipherAndSend -> rc4**: <<init>>
loop mientras pueda leer de stdin
client_cipherAndSend -> file_reader: read_from_file_to_buf
return bytes_read
client_cipherAndSend -> rc4: encode
return validez
client_cipherAndSend -> socket: socket_send
return bytes_sent
end
return validez
return validez
deactivate cliente
cliente-> client_tda: destroy
deactivate client_tda
@enduml
| false | true | false | false | sequence |
23dd294594e79a629c9b3688a9bc940aff688f81 | 13753f4f5699113c8c7ce4bcf1ca5f8ab3010897 | /plantUML/state.puml | 339ccc5b2e8aed931b6d3aad714a4ee96bce3bfa | [] | no_license | 43Carrig/Design_Patterns_Car | 5c3c3949be61efaeda95f68b5615047afd062768 | 4f1bb7cc11e54faa5ddaafb1bfade8b11d8dbdf7 | refs/heads/master | 2020-03-30T02:55:58.725679 | 2018-12-01T22:18:45 | 2018-12-01T22:18:45 | 150,658,623 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 777 | puml | @startuml
class AccelerationState implements State {
Car car
+ AccelerationState(Car car)
+ String turnKeyToStartEngine()
+ String accelerateCar()
+ String brakeCar()
+ String turnKeyToStopEngine()
}
class OffState implements State{
Car car
+ OffState(Car car)
+ String turnKeyToStartEngine()
+ String accelerateCar()
+ String brakeCar()
+ String turnKeyToStopEngine()
}
class OnState implements State {
Car car
+ OnState(Car car)
+ String turnKeyToStartEngine()
+ String accelerateCar()
+ String brakeCar()
+ String turnKeyToStopEngine()
}
interface State {
String turnKeyToStartEngine()
String accelerateCar()
String brakeCar()
String turnKeyToStopEngine()
}
@enduml | false | true | false | false | class |
11da2b0b22830a483788f88cf49e3e81f99f7f08 | 22d04c6c48741d578b62d4b83552a8a90f8ec199 | /docs/_book/plantuml/PhysicProperties.puml | ca842804eb48ad498746524dcce41bfc3f4e61b1 | [
"MIT"
] | permissive | RobinJespersen/BEMOnt | 54d63846d3644ebbcd46f527207396b5af77ff58 | 1a7619ce8c8a1ee8d5b612697cd553ca0eb29f4d | refs/heads/master | 2023-07-14T04:16:26.887385 | 2021-08-31T09:56:29 | 2021-08-31T09:56:29 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,754 | puml | @startuml
scale 0.2
skinparam class {
ArrowColor DarkBlue
ArrowFontColor DarkBlue
BackgroundColor LightBlue
BorderColor DarkGrey
}
skinparam dpi 300
skinparam stereotypeCBackgroundColor Wheat
skinparam classAttributeFontColor Green
class Property <<ssn>>
class PhysicProperties <<bem>>
class Air <<bem>>
class Area <<bem>>
class Capacity <<bem>>
class ProductionCapacity <<bem>>
class Color <<bem>>
class Conductivity <<bem>>
class Density <<bem>>
class Depth <<bem>>
class EquivalentDepth <<bem>>
class Energy <<bem>>
class ElectricEnergy <<bem>>
class HeatFluxEnergy <<bem>>
class Evaporation <<bem>>
class Condensation <<bem>>
class Medium <<bem>>
class Precipitation <<bem>>
class Pressure <<bem>>
class Radiation <<bem>>
class IncidentRadiation <<bem>>
class AbsorbedIncidentRadiation <<bem>>
class ReflectedIncidentradiation <<bem>>
class AbsorbedScatteredIncidentRadiation <<bem>>
class TransmittedIncidentRadiation <<bem>>
class Rainfall <<bem>>
class Reflectivity <<bem>>
class Shape <<bem>>
class CrossSection <<bem>>
class Height <<bem>>
class Length <<bem>>
class Slope <<bem>>
class Weight <<bem>>
class Width <<bem>>
class Speed <<bem>>
class Temperature <<bem>>
class Time <<bem>>
class Transparency <<bem>>
class Velocity <<bem>>
class Visibility <<bem>>
class Volume <<bem>>
class Discharge <<bem>>
class Flow <<bem>>
class Inflow <<bem>>
class Outflow <<bem>>
class AirMedium <<bem>>
Property <|-- PhysicProperties
PhysicProperties <|-- Air
PhysicProperties <|-- Area
PhysicProperties <|-- Capacity
Capacity<|-- ProductionCapacity
PhysicProperties <|-- Color
PhysicProperties <|-- Conductivity
PhysicProperties <|-- Density
PhysicProperties <|-- Depth
PhysicProperties <|--EquivalentDepth
PhysicProperties <|-- Energy
Energy<|-- ElectricEnergy
Energy<|-- HeatFluxEnergy
PhysicProperties <|-- Evaporation
PhysicProperties <|-- Condensation
PhysicProperties <|-- Medium
PhysicProperties <|-- Precipitation
PhysicProperties <|-- Pressure
PhysicProperties <|-- Radiation
Radiation<|-- IncidentRadiation
IncidentRadiation<|-- AbsorbedIncidentRadiation
IncidentRadiation<|-- ReflectedIncidentradiation
IncidentRadiation<|-- AbsorbedScatteredIncidentRadiation
IncidentRadiation<|-- TransmittedIncidentRadiation
PhysicProperties <|-- Rainfall
PhysicProperties <|-- Reflectivity
PhysicProperties <|-- Shape
Shape<|-- CrossSection
Shape<|-- Height
Shape<|-- Length
Shape<|-- Slope
Shape<|-- Weight
Shape<|-- Width
PhysicProperties <|-- Speed
PhysicProperties <|-- Temperature
PhysicProperties <|-- Time
PhysicProperties <|-- Transparency
PhysicProperties <|-- Velocity
PhysicProperties <|-- Visibility
PhysicProperties <|-- Volume
Volume<|-- Discharge
Volume<|-- Flow
Flow<|-- Inflow
Flow<|-- Outflow
Medium<|-- AirMedium
@enduml | false | true | false | false | class |
8c922f2b728bd1df8e1c162bf541a9bee5a71a7b | 2e56358cf164cc395bf43ec3ee9b54a55c30f5bb | /RUP/Design/Analisys view/Usecase analisys/06_RecoveryPassword.puml | 2d1c2bd01608661085eacec4b6277e401312da23 | [
"Apache-2.0"
] | permissive | fraylopez/RUP-Arquitecturas-Agiles | 8111875c8510282f3b461e6c7150032b421a386d | eaaeb12d65dca79ae9a42e3dad7943e96dfb9e26 | refs/heads/main | 2023-05-31T02:01:52.815596 | 2021-06-05T07:08:26 | 2021-06-05T07:08:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 554 | puml | @startuml RecoveryPassword
skinparam boundary {
backgroundColor DodgerBlue
borderColor black
}
skinparam control {
backgroundColor LimeGreen
borderColor black
}
skinparam entity {
backgroundColor Orange
borderColor black
}
actor Actor
boundary AccountView
control AccountController
entity UserRepository
Actor -right-> (AccountView) : 1.forgotPassword()\n 2.setMail()
(AccountView) -down-> (AccountController) : 3.forgotPassword(email)
(AccountController) -down-> (UserRepository) : 4.findByEmail(email) \n 5.forgotPassword(User)
@enduml | false | true | false | false | usecase |
4182d7312ffaa50db172f9ab5651cf72ac38c6b7 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductSetSkuAction.puml | 8fc38896e8735c781483a5083c3b1c4c978292ec | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 469 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ProductSetSkuAction [[ProductSetSkuAction.svg]] extends ProductUpdateAction {
action: String
variantId: Long
sku: String
staged: Boolean
}
interface ProductUpdateAction [[ProductUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
0cc758983fe8aa575de7a0d8795fdb585dcf4e5a | c242ebc96bd4d8286a507d247032fd19ae278bef | /doc/Hittable.plantuml | fe4cace3347ab5aa7076c2c133b7baee87e1a232 | [
"MIT"
] | permissive | craft-coder/Softwareentwicklung-2021 | b92e0592716fa11ad2c6a5793c4b6dc9cc9fe081 | 6c9cf6201b333796a058394c017c8b3e72a3f631 | refs/heads/develop | 2023-06-18T15:35:27.982907 | 2021-07-15T04:59:39 | 2021-07-15T04:59:39 | 359,460,889 | 0 | 5 | MIT | 2021-07-15T04:59:40 | 2021-04-19T13:00:20 | C++ | UTF-8 | PlantUML | false | false | 162 | plantuml | abstract Hittable {
{abstract} bool hit(...)
}
class Sphere {
bool hit(...)
}
class Cube {
bool hit(...)
}
Hittable <|-- Sphere
Hittable <|-- Cube | false | true | true | false | class |
3ae1abba201346191605ffd21865f80d194e8141 | 2f155271d292d377036fa1f443bf6ad4635f3469 | /sequence_diagram/add_slice.puml | a2bc9455e21962adee9f1783a60e09a445f0c432 | [] | no_license | austudio-team/austudio-uml-graph | 1519a4589469e943a11d899d743d023b3f42b584 | e22788d17814ae3e61703e0daf414f60bab2b25c | refs/heads/master | 2021-03-03T09:13:02.261657 | 2020-03-29T17:54:45 | 2020-03-29T17:54:45 | 245,948,897 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 889 | puml | @startuml
actor User
User -> FunctionBar: click library button
FunctionBar -> FunctionBarAction: toggleLibrary()
FunctionBarAction -> AudioManage: render
AudioManage -> AudioItem: render
User -> AudioItem: drag
activate AudioItem
AudioItem -> AudioItem: onDragHanlder()
AudioItem -> LibraryAction: libraryDragStart(audioId)
User -> Track: move mouse
activate Track
Track -> Track: dragOverHandler()
deactivate
User -> Track: drop
activate Track
Track -> Track: dropHandler()
activate Track
Track -> EditorAction: audioDrop(channelId, offset)
EditorAction -> EditorSaga: audioDropToSlice()
EditorSaga -> ChannelAction: createSlice()
ChannelAction -> ChannelSaga: addSliceSaga()
ChannelSaga -> EventEmitter: emit('CHANNEL_ADD_SLICE')
EventEmitter -> AudioController: addSlice()
deactivate Track
deactivate Track
AudioItem -> EditorAction: libraryDragEnd()
deactivate AudioItem
@enduml | false | true | false | false | usecase |
67f3d12932ddbc43a4932223423bae4ddc8912ac | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/behavioral/Interpreter-sequence.puml | 2b4f451bd4bb256e2eec28662aaa8c9d811b63ee | [
"MIT"
] | permissive | vuquangtin/designpattern | 4d4a7d09780a0ebde6b12f8edf589b6f45b38f62 | fc672493ef31647bd02c4122ab01992fca14675f | refs/heads/master | 2022-09-12T07:00:42.637733 | 2020-09-29T04:20:50 | 2020-09-29T04:20:50 | 225,505,298 | 0 | 0 | null | 2022-09-01T23:16:34 | 2019-12-03T01:41:33 | Java | UTF-8 | PlantUML | false | false | 1,508 | puml | @startuml
title \n<b>Interpreter</b>\n\n
actor main
create VariableExpression
main -> VariableExpression: new
main -> VariableExpression: new
create Constant
main -> Constant: new
create AndExpression
main -> AndExpression: new
create NotExpression
main -> NotExpression: new
main -> AndExpression: new
create OrExpression
main -> OrExpression: new
create Context
main -> Context: new
loop 4 times
main -> Context: assign()
activate Context
Context -> VariableExpression: getVarName()
activate VariableExpression
VariableExpression --> Context
deactivate VariableExpression
Context --> main
deactivate Context
main -> Context: assign()
activate Context
Context -> VariableExpression: getVarName()
activate VariableExpression
VariableExpression --> Context
deactivate VariableExpression
Context --> main
deactivate Context
main -> OrExpression: evaluate()
activate OrExpression
OrExpression -> AndExpression: evaluate()
activate AndExpression
AndExpression -> Constant: evaluate()
Constant --> AndExpression
AndExpression -> VariableExpression: evaluate()
VariableExpression -> Context: lookup()
activate VariableExpression
Context --> VariableExpression
VariableExpression --> AndExpression
deactivate VariableExpression
AndExpression --> OrExpression
deactivate AndExpression
OrExpression --> main
deactivate OrExpression
end
@enduml
| false | true | false | false | sequence |
df49da6595b296f07a7f1200e578fc76fdfb392a | 124b894a3ef93319757b58a1fd24ff43d69e7186 | /docs/uml/download file.puml | 6fd8b5d96dc373019f9216b10dc8b2b3f080448a | [
"MIT"
] | permissive | 0chain/gosdk | 614cc6079609f0a02aefc37f9ef5d3e2164317ff | acf2724b91db051ea886b20f991cf4a34a48665c | refs/heads/staging | 2023-08-31T22:49:21.221247 | 2023-08-16T15:16:35 | 2023-08-16T15:16:35 | 191,593,548 | 30 | 36 | MIT | 2023-09-14T19:54:49 | 2019-06-12T15:04:03 | Go | UTF-8 | PlantUML | false | false | 1,537 | puml | @startuml
participant "<size:20><&terminal></size> ./zbox download" as cli
collections gosdk
collections blobber
alt not empty remotepath
cli -> gosdk: GetAllocation(allocationID)
cli -> gosdk: downloadFile()
gosdk -> gosdk: check initialized allocation
gosdk -> gosdk: check valid path
gosdk -> gosdk: check number of blobbers
gosdk -> gosdk: create download request
gosdk -> gosdk: process download
gosdk -> gosdk: create list request
gosdk -> blobber: get file consensus from blobber
gosdk -> gosdk: calculate number of bytes per shard
group for startBlock < endBlock
gosdk -> gosdk: download block
gosdk -> gosdk: calculate startBlock
end
gosdk -> gosdk: check hash when the download request is not by block/partial
gosdk -> cli: download completed and return
else not empty authticket
cli -> gosdk: GetAllocationFromAuthTicket(authticket)
cli -> gosdk: InitAuthTicket(authticket)
cli -> gosdk: downloadFile()
gosdk -> gosdk: check initialized allocation
gosdk -> gosdk: get auth ticket from authticket
gosdk -> gosdk: check valid path
gosdk -> gosdk: check number of blobbers
gosdk -> gosdk: create download request
gosdk -> gosdk: process download
gosdk -> gosdk: create list request
gosdk -> blobber: get file consensus from blobber
gosdk -> gosdk: calculate number of bytes per shard
group for startBlock < endBlock
gosdk -> gosdk: download block
gosdk -> gosdk: calculate startBlock
end
gosdk -> gosdk: check hash when the download request is not by block/partial
gosdk -> cli: download completed and return
end
@enduml
| false | true | false | false | sequence |
68cb4466f75c2326c59b99c3841a4f2b1232d6d6 | 6277734302021e542ab6d51ace075a965d46be40 | /abstract-factory/src/main/java/com/sl/strategy/Strategy.puml | 522f1d6311280c0d67c3e5a7d97725be5b862ccd | [] | no_license | FadeHub/design-parent | 5ab297ce517fb86cde80407d934e80e2c98c6428 | 80e1fb6dced07d2f03e541d2ade9cfbd0ef43b54 | refs/heads/master | 2022-06-22T04:05:48.436227 | 2020-01-15T12:41:26 | 2020-01-15T12:41:26 | 228,001,791 | 0 | 0 | null | 2022-06-17T02:47:47 | 2019-12-14T10:06:03 | Java | UTF-8 | PlantUML | false | false | 315 | puml | @startuml
:Main Admin: as Admin
(Use the application) as (Use)
User -> (Start)
User --> (Use)
Admin ---> (Use)
note right of Admin : This is an example.
note right of (Use)
A note can also
be on several lines
end note
note "This note is connected\nto several objects." as N2
(Start) .. N2
N2 .. (Use)
@enduml
| false | true | false | false | uml-unknown |
82785b478e131abb09cf7a22ad305addbf5584bf | 9b3616421f092d1687196a33357adcf8699ce414 | /src/main/java/by/dm13y/templates/behavior/state/Status.puml | 8b9af53cc558d008a43709f2713552e88f597052 | [] | no_license | DmitryevichD/templates | 6f43ae1d6729c6a75ed577aa2b8436c68b580abf | 2bdb3c585c35ec29ea0641594dcc963c57493c19 | refs/heads/master | 2021-09-03T17:36:38.819918 | 2018-01-10T19:02:17 | 2018-01-10T19:02:17 | 113,492,704 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 221 | puml | @startuml
abstract class State{
+handle()
}
class Context{
+request()
}
class ConcreteState1{
+handle()
}
class ConcreteState2{
+handle()
}
Context *-- State
ConcreteState1 --|> State
ConcreteState2 --|> State
@enduml | false | true | false | false | class |
f1ad1fef1a73e4200a8a6ab9b6941373e2b35e45 | 430f33376ff1cb59e424ed6448925530291b1ea8 | /src/Framework/plp/plp_waypoint/docs/plp-sequence-diagram.puml | d02b3640def18331bef21874e183d56cb2f8d2cc | [] | no_license | robotil/robil3 | 78ad31ba5e42b15cb7c53aefa038ccf520340b69 | c04dbcf58f45c984d0ad2172cacd9bafca8bcf2c | refs/heads/master | 2020-12-19T03:45:33.167937 | 2020-07-02T04:58:24 | 2020-07-02T04:58:24 | 235,611,490 | 0 | 2 | null | 2020-03-25T13:31:52 | 2020-01-22T16:11:34 | C++ | UTF-8 | PlantUML | false | false | 805 | puml | @startuml
participant ROS
participant PlpWaypointHarness as harness
ROS->harness: start
create PlpParameters
harness->PlpParameters: <<create>>
...
ROS->harness: //data from a topic//
activate harness
harness->PlpParameters: update
harness->harness: trigger?
alt trigger met
alt record mode
harness->harness: record data to file
else monitor mode
create PlpWaypoint
harness->PlpWaypoint: <<create>>
harness->PlpWaypoint: setParams(PlpParameters)
harness->PlpParameters: setCallback(PlpWaypoint)
deactivate harness
...
ROS->harness: //data from a topic//
harness->PlpParameters: update
PlpParameters->PlpWaypoint: update
activate PlpWaypoint
PlpWaypoint->PlpWaypoint: predict
PlpWaypoint->harness: prediction
harness->ROS: prediction
deactivate PlpWaypoint
end
end
@enduml
| false | true | false | false | sequence |
b9aa2943e5bf7cc281a179d0ff1632b1d4d8b3ff | f7ddc15be01cd229f426c44b4fa7ff7208ddd8b3 | /v1/firm/Docs/connection_state.plantuml | ffa8a3fa53d7c776c78ad79699b67e842dde3533 | [
"Apache-2.0"
] | permissive | dimomite/brbuttonsystem | a5350dc10ee668cbe9c5165816691fedacec46d9 | 27650d4f559d77fa02064223aed8dd816bb857ab | refs/heads/master | 2021-12-25T10:27:09.109477 | 2021-08-19T15:48:29 | 2021-08-19T15:48:29 | 193,969,229 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,952 | plantuml | @startuml "BR system communication states"
[*] --> ConnectionActive
state ConnectionActive {
[*] -> UsbInactive : initUsb()
state UsbInactive {
UsbInactive:Entry: enableBt()
UsbInactive:Exit: disableBt() / [parallel control not enabled]
}
UsbInactive -> UsbInactive : onTimer()
UsbInactive --> UsbActive : onUsbData()
state UsbActive {
UsbActive:Entry: resetUsbTimerCounter()
UsbActive:Entry: processUsbData()
}
state usb_timer_event_decision <<choice>>
UsbActive -l-> usb_timer_event_decision : onTimer()
usb_timer_event_decision -> UsbActive : [not expired]
usb_timer_event_decision -u-> UsbInactive : [expired]
state usb_data_decision <<choice>>
UsbActive --> usb_data_decision : onUsbData()
usb_data_decision -> UsbActive : [EnableSecondaryBluetoothConnection]\n/ enableBt()\n / setParallelControlEnabled()
usb_data_decision -> UsbActive : [DisableSecondaryBluetoothConnection]\n/ disableBt()\n / setParallelControlDisabled()
||
[*] -> BtDisabled
state BtDisabled {
BtDisabled:Entry: stopBt()
}
BtDisabled -> BtDisabled : onTimer()
BtDisabled -> BtDisabled : onBtData() / answer(BtInterfaceIgnored)
BtDisabled --> BtEnabled : onEnableBt()
state BtEnabled {
BtEnabled:Entry: startBt()
[*] -> BtInactive
BtInactive -> BtInactive : onTimer()
BtInactive --> BtActive : onBtData()
state BtActive {
BtActive:Entry: resetBtTimerCounter()
BtActive:Entry: processBtData()
}
BtActive -> BtActive : onBtData()
state bt_timer_event_decision <<choice>>
BtActive -l-> bt_timer_event_decision : onTimer()
bt_timer_event_decision -> BtActive : [not expired]
bt_timer_event_decision -u->BtInactive : [expired]
}
BtEnabled --> BtDisabled : onDisableBt()\n/ answer(SwitchingToUsbConnection)
}
@enduml | false | true | false | false | sequence |
d04fa03257dc6c7bb1aaca5f465c5d93b7aab903 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.collab-proxy@1.2.16/Editor/Collab/Views/CollabHistoryRevisionLine.puml | c326d1c5833cfa64f502835f9c52715ffe5a9f25 | [] | 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 | 215 | puml | @startuml
class CollabHistoryRevisionLine {
+ CollabHistoryRevisionLine(number:int)
+ CollabHistoryRevisionLine(date:DateTime, isFullDateObtained:bool)
}
VisualElement <|-- CollabHistoryRevisionLine
@enduml
| false | true | false | false | class |
9d2d2c6dd1adebad136c15740b8e85fe1873751a | 6b293c45722e93909fa536946c9b7b734c802305 | /Clase/factoryMethod/hierarchy.puml | 261a787f5130124cb68786ecd3788cd0c03d29d0 | [] | no_license | ArturoBurela/AMSS | 92ae21a3e6e92d38da356e275111ad4ef25cb414 | 05d07f74ca62f90e4e579186d719091c9221902b | refs/heads/master | 2021-01-15T19:06:35.921012 | 2017-10-28T02:06:24 | 2017-10-28T02:06:24 | 99,808,382 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 287 | puml | @startuml
Class Creator {
+virtual Product * createProduct(int type) = 0;
-Prod *factoryMethod(int type);
}
Class CreatorA {
-Product * createProduct(int type);
}
Class Product {
+void operation();
+void operation2();
}
Creator ..|> CreatorA
Product -- CreatorA
@enduml
| false | true | false | false | class |
0c112dfadebbfae04764f0612593133d6b36d3c6 | 5992899e0dc7e047598bf810d6d66fb171b6b8fa | /src/main/javadoc/resources/fr/kbertet/lattice/LatticeFactory.iuml | 9a45b08c4a8f70e02aa7fb17b189a78fb9b843aa | [
"CECILL-B"
] | permissive | kbertet/java-lattices | 9e237162ce8330f64769e27284a7f98fa189206f | ddca76f97c41024866e3f3a32b719cb0492c034b | refs/heads/master | 2020-12-03T09:19:43.451861 | 2014-12-12T11:20:45 | 2014-12-12T11:20:45 | 29,913,611 | 1 | 0 | null | 2015-01-27T12:41:58 | 2015-01-27T12:41:58 | null | UTF-8 | PlantUML | false | false | 565 | iuml | package fr.kbertet.lattice {
class LatticeFactory {
.. Constructor ..
+LatticeFactory()
.. Generators ..
{static}+Lattice random(int nb)
{static}+Lattice booleanAlgebra(int nb)
{static}+Lattice permutationLattice(int n)
{static}+Lattice product(Lattice l, Lattice r)
{static}+Lattice doublingConvex(Lattice l, DAGraph c)
.. Operations ..
{static}-recursiveBooleanAlgebra(Node node, Lattice l, int n)
{static}-recursivePermutationLattice(Node node, Lattice l, int n)
}
} | false | true | false | false | class |
2120afbeafc76de5ab13deb6a3379e7364bbd51f | feb2ea763aec0c608e60a8437aa21402f109b583 | /assets/rid_service.puml | 637b64f90e24b7559519845065aef4d3b9df1ca8 | [
"Apache-2.0"
] | permissive | interuss/dss | b7e52547d41d9763f074f0679393d7bb6ae7266d | b4eab7b4b6289e00807d6ce22fd7931b047201b5 | refs/heads/master | 2023-07-20T01:47:14.083678 | 2023-07-12T14:49:44 | 2023-07-12T14:49:44 | 142,595,776 | 85 | 68 | Apache-2.0 | 2023-09-14T06:52:35 | 2018-07-27T15:42:25 | Go | UTF-8 | PlantUML | false | false | 1,434 | puml | 'To render with PlantUML:
' java -jar plantuml.jar -o generated rid_service.puml
@startuml
participant "Display\nProvider" as DP
participant "Discovery and\nSynchronization Service" as DSS
participant "Service Provider" as SP
participant "Unmanned\nAerial\nSystem A" as UASA
participant "Unmanned\nAerial\nSystem B" as UASB
UASA -> SP : Announce flight intention
SP -> DSS : PUT /dss/identification_service_areas
DSS -> SP : Success; notify subscriber
SP -> DP : POST /dss/identification_service_areas
DP -> SP : Acknowledged
UASA -> SP : Telemetry A1
UASA -> SP : Telemetry A2
DP -> SP : Poll /uss/flights for lat,lng box
UASA -> SP : Telemetry A3
SP -> DP : Telemetry A2
UASA -> SP : Telemetry A4
UASB -> SP : Announce flight intention
UASA -> SP : Telemetry A5
UASB -> SP : Telemetry B1
DP -> SP : Poll /uss/flights for lat,lng box
SP -> DP : Telemetry A5, B1
UASB -> SP : Telemetry B2
UASA -> SP : Telemetry A5
UASB -> SP : Telemetry B3
UASA -> SP : Close flight
DP -> SP : Poll /uss/flights for lat,lng box
SP -> DP : Telemetry A5, B3
UASB -> SP : Telemetry B4
UASB -> SP : Close flight
SP -> SP : Near real time period\nfor A5 elapses
DP -> SP : Poll /uss/flights for lat,lng box
SP -> DP : Telemetry B4
SP -> SP : Near real time period\nfor B4 elapses
SP -> DSS : DELETE /dss/identification_service_areas
DSS -> SP : Success; notify subscriber
SP -> DP : POST /dss/identification_service_areas
DP -> SP : Acknowledged
@enduml
| false | true | false | false | sequence |
5df3649419339588ec4c155fcf9585693044f1e9 | 9659be9ef7c468e7826a074b7e030a203380f8d8 | /src/main/java/com/health_insurance/tracing/tracing.plantuml | 839de91d67ffa96bc30f3282df0ed9c81ddb752a | [
"Apache-2.0"
] | permissive | mauriziocarioli/PHM-Tracing | 7d149ccb51aa9d75da8c9f193929f68641057a60 | b4db33781b9f9a078e69616cd4ad22ae6184930c | refs/heads/master | 2021-06-27T14:27:32.492943 | 2021-02-18T21:31:26 | 2021-02-18T21:31:26 | 217,141,591 | 1 | 0 | Apache-2.0 | 2023-09-05T22:04:00 | 2019-10-23T19:53:30 | Java | UTF-8 | PlantUML | false | false | 3,647 | plantuml | @startuml
title __TRACING's Class Diagram__\n
namespace com.health_insurance.tracing {
class com.health_insurance.tracing.PHMAgendaEventListener {
~ dtf : DateTimeFormatter
~ log : String
{static} - LOG : Logger
{static} - producer : Producer<Long, String>
+ PHMAgendaEventListener()
+ afterMatchFired()
+ afterRuleFlowGroupActivated()
+ afterRuleFlowGroupDeactivated()
+ agendaGroupPopped()
+ agendaGroupPushed()
+ beforeMatchFired()
+ beforeRuleFlowGroupActivated()
+ beforeRuleFlowGroupDeactivated()
+ matchCancelled()
+ matchCreated()
}
}
namespace com.health_insurance.tracing {
class com.health_insurance.tracing.PHMProcessEventListener {
{static} - LOG : Logger
+ PHMProcessEventListener()
+ afterNodeLeft()
+ afterNodeTriggered()
+ afterProcessCompleted()
+ afterProcessStarted()
+ afterSLAViolated()
+ afterVariableChanged()
+ beforeNodeLeft()
+ beforeNodeTriggered()
+ beforeProcessCompleted()
+ beforeProcessStarted()
+ beforeSLAViolated()
+ beforeVariableChanged()
}
}
namespace com.health_insurance.tracing {
class com.health_insurance.tracing.PHMRuleRuntimeEventListener {
{static} - LOG : Logger
+ PHMRuleRuntimeEventListener()
+ objectDeleted()
+ objectInserted()
+ objectUpdated()
}
}
namespace com.health_insurance.tracing {
class com.health_insurance.tracing.PHMTaskLifeCycleEventListener {
{static} - LOG : Logger
+ PHMTaskLifeCycleEventListener()
+ afterTaskActivatedEvent()
+ afterTaskAddedEvent()
+ afterTaskClaimedEvent()
+ afterTaskCompletedEvent()
+ afterTaskDelegatedEvent()
+ afterTaskExitedEvent()
+ afterTaskFailedEvent()
+ afterTaskForwardedEvent()
+ afterTaskNominatedEvent()
+ afterTaskNotificationEvent()
+ afterTaskReassignedEvent()
+ afterTaskReleasedEvent()
+ afterTaskResumedEvent()
+ afterTaskSkippedEvent()
+ afterTaskStartedEvent()
+ afterTaskStoppedEvent()
+ afterTaskSuspendedEvent()
+ afterTaskUpdatedEvent()
+ beforeTaskActivatedEvent()
+ beforeTaskAddedEvent()
+ beforeTaskClaimedEvent()
+ beforeTaskCompletedEvent()
+ beforeTaskDelegatedEvent()
+ beforeTaskExitedEvent()
+ beforeTaskFailedEvent()
+ beforeTaskForwardedEvent()
+ beforeTaskNominatedEvent()
+ beforeTaskNotificationEvent()
+ beforeTaskReassignedEvent()
+ beforeTaskReleasedEvent()
+ beforeTaskResumedEvent()
+ beforeTaskSkippedEvent()
+ beforeTaskStartedEvent()
+ beforeTaskStoppedEvent()
+ beforeTaskSuspendedEvent()
+ beforeTaskUpdatedEvent()
}
}
com.health_insurance.tracing.PHMAgendaEventListener .up.|> org.kie.api.event.rule.AgendaEventListener
com.health_insurance.tracing.PHMProcessEventListener -up-|> org.kie.api.event.process.DefaultProcessEventListener
com.health_insurance.tracing.PHMRuleRuntimeEventListener .up.|> org.kie.api.event.rule.RuleRuntimeEventListener
com.health_insurance.tracing.PHMTaskLifeCycleEventListener .up.|> org.kie.api.task.TaskLifeCycleEventListener
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
| false | true | false | false | class |
974e9c24ceb59d15865f011c4d25aed2c3a94d44 | ee78251e468b32be4595e0670981340b9e48b901 | /specifications/domain-analysis/class-diagram/class-diagram.puml | cda62faa35aea7be7e63a15f33006d335a8fa94c | [] | no_license | KevenDvorianoff/Comixaire | 10479f840ef5a0054d47f7bf4449c5fa7ea6ce1b | bcc3e3de8d1e3f8f0f6606b6eeaaeee906fcd440 | refs/heads/master | 2023-02-09T23:35:16.619034 | 2021-01-10T15:08:18 | 2021-01-10T15:08:18 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,954 | puml | @startuml Comixaire domain analysis classs diagram
class StaffMember {
-idStaff: String
-username: String
-password: String
-role: String
+getId(): String
+getRole(): String
+getUsername(): String
+getPassword(): String
+setPassword(String password): void
+setUsername(String username): void
}
class Client {
-idClient: String
-firsname: String
-lastname: String
-gender: String
-birthdate: Date
-address: String
+getId(): String
+getFirstName(): String
+getLastName(): String
+getGender(): String
+getBirthDate(): Date
+getAge(): Number
+getAddress(): String
+setFirstName(String firstname): void
+setLastName(String lastname): void
+setGender(String gender): void
+setAddress(String address): void
}
abstract class LibraryItem {
-idItem: String
-title: String
-condition: String
-location: String
-createdOn: Date
-releasedOn: Date
-bookings: Client[]
-rate: Number
-available: Boolean
-categories: String[]
+getId(): String
+getLocation(): String
+getCreatedOn(): Date
+getReleaseOn(): String
+getCategories(): String[]
+getState(): String
+getTitle(): String
+getCondition(): String
+getBookings(): Client[]
+getRate(): Number
+setTitle(): String
+setCategories(String[] categories): void
+setLocation(String location): void
+addBooking(Client c): void
+popBooking(): Client
+setCondition(String condition): void
+setAvailable(Boolean b): void
}
class Book {
-author: String
-ISBN: String
-publisher: String
-pagesCount: Number
+getAuthor(): String
+getISBN(): String
+getPublisher(): String
+getPagesCount(): Number
+setAuthor(String author): void
+setISBN(String isbn): void
+setPublisher(String publisher): void
+setPagesCount(Number count): void
}
class Game {
-publisher: String
-minPlayers: Number
-maxPlayers: Number
-minAge: Number
-contentInventory: String
+getPublisher(): String
+getMinPlayers(): Number
+getMaxPlayers(): Number
+getMinAge(): Number
+setPublisher(String publisher): void
}
class CD {
-duration: Number
-artist: String
+getDuration(): Number
+getArtist(): String
+setDuration(Number duration): void
+setArtist(String artist): void
}
class DVD {
-duration: Number
-producer: String
-casting: String[]
+getDuration(): Number
+getProducer(): String
+getCasting(): String[]
+setDuration(Number duration): void
+setProducer(String producer): void
+setCasting(String[] casting): void
}
class Subscription {
-from: Date
-to: Date
+getFromDate(): Date
+getToDate(): Date
+setFromDate(Date from): void
+setToDate(Date to): void
}
class Loan {
-idLoan: String
-from: Date
-to: Date
+getId(): String
+getFromDate(): Date
+getToDate(): Date
+setFromDate(Date from): void
+setToDate(Date to): void
}
class Return {
-idReturn: String
-to: Date
+getId(): String
+getToDate(): Date
+setToDate(Date to): void
}
class Fine {
-paid: Boolean
+isPaid(): Boolean
+setPaid(): void
}
enum FineType {
-label: String
-price: Number
+getLabel(): String
+getPrice(): Number
+setLabel(String label): void
+setPrice(Number price): void
}
class Rating {
-note: Number
+getNote(): Number
+setNote(Number note): void
}
class Log {
-date: Date
-operationDetails: String
-operationType: String
+getDate(): Date
+getOperationDetails(): String
+getOperationType(): String
+setDate(): void
+setOperationDetails(String details): void
+setOperationType(String type): void
}
StaffMember *-- Log: "concerns <"
Client *--* LibraryItem
Rating .. (Client, LibraryItem)
LibraryItem <|-- Game
LibraryItem <|-- Book
LibraryItem <|-- CD
LibraryItem <|-- DVD
Fine --* FineType: "is type of >"
Client *-- Subscription: "has >"
Client *-- Loan: "is done by <"
Client *-- Return: "is done by <"
Loan --* LibraryItem: "of >"
Return -- Fine: "can create >"
Return "0,1"-- Loan: "of >"
@enduml
| false | true | false | false | class |
35d125a19a0366f6cc646d58f032b7eb7de94e73 | d70822ad93348d34c9addc7aecb7d8213588d050 | /ebobalo-U3-ParkingApp/src/com/ebobalo/UML_Diagram.puml | 412a4921521e5a1c6b316fcdfb4ca28346e3964b | [] | no_license | eugene8105/U3-parkingApp | 4e95e1dd18a8b945819cc30d6725a8d3d0607c33 | 48b5248eb10ebd9fbb9d42fae0bf6b3c5919b2d7 | refs/heads/master | 2022-08-12T08:05:14.589481 | 2020-05-21T21:48:21 | 2020-05-21T21:48:21 | 263,364,763 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 832 | puml | @startuml
skinparam classHeaderBackgroundColor orange
class ParkingGarageRunner{}
class Client{}
class MainMenu{}
class CheckOutMenu{}
class CheckInMenu{}
class Controller{}
class FeeFactory{}
class ILostTicket{}
class LostTicket{}
class LostTicketSetUp{}
class ISpecialEvent{}
class SpecialEventSetUp{}
class SpecialEvent{}
class IMinMax{}
class MinMax{}
class MinMaxSetUp{}
ParkingGarageRunner --|> MainMenu
MainMenu --|> CheckInMenu
MainMenu --|> CheckOutMenu
CheckInMenu --|> Controller
CheckOutMenu --|> Controller
Controller --|> FeeFactory
FeeFactory --|> Client
Client --> ILostTicket
Client --> ISpecialEvent
Client --> IMinMax
ILostTicket --> LostTicket
LostTicket <--> LostTicketSetUp
ISpecialEvent --> SpecialEvent
SpecialEvent <--> SpecialEventSetUp
IMinMax --> MinMax
MinMax <--> MinMaxSetUp
@enduml | false | true | false | false | class |
df7f1e2d55e8e18794de0f732a62edacff9a8075 | aedec23132eabce8e05ee4a0c773b86b470ab0f1 | /Diagrams/SequenceDiagrams/seq-participants-positions-query-4.1.0.plantuml | cf53bc9779a399bf5dd64775d9613d198ca8c827 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | arfintechpy/docs | 465ef01f8bcf8201c7dd36033a4970886e40d09a | 305a593be2ecd3f470dd6e199ef5656a2c746355 | refs/heads/master | 2020-04-20T22:03:45.265174 | 2019-02-01T08:00:32 | 2019-02-01T08:00:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,087 | plantuml | @startuml
' declate title
title 4.1.0 Get Participant Position Details
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistance Store
' declare actors
entity "HUB OPERATOR" as OPERATOR
boundary "Central Service API" as CSAPI
control "Participant Handler" as PARTICIPANT_HANDLER
entity "Central Service API" as CSAPI
entity "Participant DAO" as PARTICIPANT_DAO
entity "Position Facade" as POSITION_DAO
database "Central Store" as DB
box "HUB Operator" #LightBlue
participant OPERATOR
end box
box "Central Service" #LightYellow
participant CSAPI
participant PARTICIPANT_HANDLER
participant PARTICIPANT_DAO
participant POSITION_DAO
participant DB
end box
' start flow
activate OPERATOR
group Get Position Details
OPERATOR -> CSAPI: Request to get positions - GET - /participants/{name}/positions?currency={currencyId}
activate CSAPI
CSAPI -> PARTICIPANT_HANDLER: Fetch Positions for Participant
activate PARTICIPANT_HANDLER
PARTICIPANT_HANDLER ->PARTICIPANT_DAO: Fetch Participant \n<color #FF0000><b>Error code:</b> 2003,3201 </color>
activate PARTICIPANT_DAO
PARTICIPANT_DAO ->DB: Fetch Participant
activate DB
hnote over DB #lightyellow
participant
end note
DB --> PARTICIPANT_DAO: Retrieved Participant
deactivate DB
PARTICIPANT_DAO -->PARTICIPANT_HANDLER: Return Participant
deactivate PARTICIPANT_DAO
PARTICIPANT_HANDLER ->PARTICIPANT_HANDLER: Validate DFSP \n<color #FF0000><b>Error code:</b> 3201</color>
alt Validate participant (success)
PARTICIPANT_HANDLER ->PARTICIPANT_HANDLER: currency parameter passed ?
alt currency parameter passed
PARTICIPANT_HANDLER ->POSITION_DAO: Fetch Participant position for a currency id\n<color #FF0000><b>Error code:</b> 2003 </color>
activate POSITION_DAO
POSITION_DAO ->DB: Fetch Participant position for a currency id
activate DB
hnote over DB #lightyellow
participantCurrency
participantPosition
end note
DB --> POSITION_DAO: Retrieved Participant position for a currency id
deactivate DB
POSITION_DAO -->PARTICIPANT_HANDLER: Return Positions for Participant
deactivate POSITION_DAO
note right of PARTICIPANT_HANDLER #yellow
Message:
{
{
currency: <currencyId>,
value: <positionValue>,
updatedTime: <timeStamp1>
}
}
end note
PARTICIPANT_HANDLER -->CSAPI: Return Participant position for a currency id
CSAPI -->OPERATOR: Return Participant position for a currency id
else currency parameter not passed
PARTICIPANT_HANDLER ->POSITION_DAO: Fetch Participant Positions for all currencies\n<color #FF0000><b>Error code:</b> 2003 </color>
activate POSITION_DAO
POSITION_DAO ->DB: Fetch Participant Positions for all currencies
activate DB
hnote over DB #lightyellow
participantCurrency
participantPosition
end note
DB --> POSITION_DAO: Retrieved Participant Positions for all currencies
deactivate DB
POSITION_DAO -->PARTICIPANT_HANDLER: Return Participant Positions for all currencies
deactivate POSITION_DAO
note right of PARTICIPANT_HANDLER #yellow
Message:
{
[
{
currency: <currencyId1>,
value: <positionValue1>,
updatedTime: <timeStamp1>
},
{
currency: <currencyId2>,
value: <positionValue2>,
updatedTime: <timeStamp2>
}
]
}
end note
PARTICIPANT_HANDLER -->CSAPI: Return Participant Positions for all currencies
CSAPI -->OPERATOR: Return Participant Positions for all currencies
end
else Validate participant (failure)
note right of PARTICIPANT_HANDLER #red: Validation failure!
activate PARTICIPANT_HANDLER
note right of PARTICIPANT_HANDLER #yellow
Message:
{
"errorInformation": {
"errorCode": 3201,
"errorDescription": "FSP id does not exist or not found",
}
}
end note
PARTICIPANT_HANDLER -->CSAPI: Return <color #FF0000><b>Error code:</b> 3201</color>
deactivate PARTICIPANT_HANDLER
CSAPI -->OPERATOR: Return <color #FF0000><b>Error code:</b> 3201</color>
end
end
deactivate CSAPI
deactivate OPERATOR
@enduml | false | true | false | false | sequence |
54330983d708ec4a99aaf325019c6fb54d6eda7b | 0c4b43d539ca24321d4f8112ba0eb5c7b7e883dd | /src/main/java/character/enemy/originalForest/originalForest.plantuml | 8113c0f5f75f7e0485a1b7e78f420eeaf8772576 | [] | no_license | CS-MalWare/GameSourceCode | 873962b6c4f6fbe7a65cbedc50c042a80ba5eecd | 0b8c40905a5634cfaf7c1dfb5d953203d824ba7c | refs/heads/master | 2021-01-05T03:43:10.004139 | 2020-04-30T08:26:13 | 2020-04-30T08:26:13 | 240,866,538 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,029 | plantuml | @startuml
title __ORIGINALFOREST's Class Diagram__\n
class character.enemy.originalForest.BlackSlime {
+ BlackSlime()
+ enemyAction()
+ startTurn()
# attack()
# getBlessing()
# getBlockAndAttack()
# getBlocks()
# releaseBuff()
# releaseCurses()
# releaseDebuff()
}
class character.enemy.originalForest.EliteSlime {
+ EliteSlime()
+ enemyAction()
+ newTurn()
+ startTurn()
# attack()
# getBlessing()
# getBlockAndAttack()
# getBlocks()
# releaseBuff()
# releaseCurses()
# releaseDebuff()
}
class character.enemy.originalForest.EliteWolfman {
- canSummon : boolean
- isWake : boolean
+ EliteWolfman()
+ enemyAction()
+ newTurn()
+ startTurn()
# attack()
# getBlessing()
# getBlockAndAttack()
# getBlocks()
# releaseBuff()
# releaseCurses()
# releaseDebuff()
- $()
}
class character.enemy.originalForest.KingSlime {
+ KingSlime()
+ enemyAction()
+ startTurn()
# attack()
# getBlessing()
# getBlockAndAttack()
# getBlocks()
# releaseBuff()
# releaseCurses()
# releaseDebuff()
- split()
}
class character.enemy.originalForest.KingWolfman {
- canIncreaseStrength : boolean
- canSummon : boolean
+ KingWolfman()
+ enemyAction()
+ newTurn()
# attack()
# getBlessing()
# getBlockAndAttack()
# getBlocks()
# releaseBuff()
# releaseCurses()
# releaseDebuff()
- $()
}
class character.enemy.originalForest.OneEyedWolfman {
+ OneEyedWolfman()
+ enemyAction()
# attack()
# getBlessing()
# getBlockAndAttack()
# getBlocks()
# releaseBuff()
# releaseCurses()
# releaseDebuff()
}
class character.enemy.originalForest.RedSilme {
+ RedSilme()
+ enemyAction()
+ startTurn()
# attack()
# getBlessing()
# getBlockAndAttack()
# getBlocks()
# releaseBuff()
# releaseCurses()
# releaseDebuff()
}
class character.enemy.originalForest.Slime {
+ Slime()
+ enemyAction()
+ startTurn()
# attack()
# getBlessing()
# getBlockAndAttack()
# getBlocks()
# releaseBuff()
# releaseCurses()
# releaseDebuff()
}
class character.enemy.originalForest.Wolfman {
+ Wolfman()
+ enemyAction()
+ startTurn()
# attack()
# getBlessing()
# getBlockAndAttack()
# getBlocks()
# releaseBuff()
# releaseCurses()
# releaseDebuff()
}
character.enemy.originalForest.BlackSlime -up-|> character.Enemy
character.enemy.originalForest.EliteSlime -up-|> character.Enemy
character.enemy.originalForest.EliteWolfman -up-|> character.Enemy
character.enemy.originalForest.KingSlime -up-|> character.Enemy
character.enemy.originalForest.KingWolfman -up-|> character.Enemy
character.enemy.originalForest.OneEyedWolfman -up-|> character.Enemy
character.enemy.originalForest.RedSilme -up-|> character.Enemy
character.enemy.originalForest.Slime -up-|> character.Enemy
character.enemy.originalForest.Wolfman -up-|> character.Enemy
@enduml
| false | true | false | false | class |
3688cadc3464fb2b9899a82044510c102ab35b4d | 40bcf9f209cfc993f9ef35dfdbf684b10b69a653 | /docs/Classes.puml | 0f3c845a3fe1be8f446abaecc1c2d599643f62c0 | [] | no_license | ironiclensflare/train-console | 30f1d8010d40336784f8e3eb3c0ccc769d7b814c | c0312ff8ea68ff28bf4cb2255d77aba66093df68 | refs/heads/master | 2020-03-19T15:28:33.216697 | 2019-04-27T08:17:58 | 2019-04-27T08:17:58 | 136,672,300 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 763 | puml | @startuml
title Classes
class TrainClient {
-TrainService _service
TrainClient(trainService)
void ParseRequest(args)
-void GetDepartures(args)
-void GetArrivals(args)
-void BuildTable(trains)
}
interface ITrainClient {
void ParseRequest(args)
}
class TrainService {
-LDBServiceSoap _service
TrainService()
TrainService(ldbServiceSoap)
ServiceItem2[] GetTrainsTo(crsFrom, crsTo)
ServiceItem2[] GetTrainsFrom(crsTo, crsFrom)
}
interface ITrainService {
ServiceItem2[] GetTrainsTo(crsFrom, crsTo)
ServiceItem2[] GetTrainsFrom(crsTo, crsFrom)
}
interface LDBServiceSoap {
}
ITrainClient <|-- TrainClient
TrainService <-- TrainClient
ITrainService <|-- TrainService
LDBServiceSoap <-- TrainService
@enduml | false | true | false | false | class |
5db2853f92a4265ef077b150e331f06335c87811 | 08e814ecfba81316022bd7edeccde1b05708a9c8 | /Additional_Notes/uml/activity_diagram_recommender.plantuml | e989cd56c44729662d960617aaaa3a5e7737d608 | [] | no_license | 13hannes11/bachelor_thesis | 42e546bedd94e6d2f6f1175e8364c820c91ed62d | 94e0695b8d61c3eab1f08b68305fc54b52cfc072 | refs/heads/master | 2022-06-20T05:34:46.466579 | 2020-05-10T09:52:20 | 2020-05-10T11:03:36 | 215,818,989 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 385 | plantuml | @startuml
skinparam activity {
BarColor Black
BackgroundColor White
BorderColor Black
}
(*) --> "Using MAUT create partial configuration based on preferences"
--> validate and repair configuration
--> "save in db"
if "has better configruation in db" then
-->"use best in db"
--> (*)
else
--> "use generated"
--> (*)
endif
@enduml | false | true | false | false | activity |
6e740d1b72be33989195aa3ac9dc0c7fa19c66e9 | b0e9cae26282811102dfb26280e221ce6eb1f58f | /data_model.puml | c074b7e4e93daaf26bbc295e74dc8e55e7e2ac28 | [] | no_license | andrewstarks/NMOSXXProposals | ae1189dbcc6f1998ec90a423ac6ee6c1cd6f72c2 | 8f2741ba7904901836fd5f31973c72b2cdfa286e | refs/heads/master | 2022-11-13T02:03:53.222500 | 2020-06-23T19:00:51 | 2020-06-23T19:00:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,099 | puml | @startuml EDID Data Model
enum DisplayType {
MONOCHROME
RGB
NON_RGB
UNDEFINED
}
enum AspectRatio {
RATIO_16_10
RATIO_4_3
RATIO_5_4
RATIO_16_9
}
class TimingDescriptor {
horizontal_active_pixels: number
refresh_rate: number
image_aspect_ratio: AspectRatio
}
class Color{
red : {x, y}
green : {x, y}
blue : {x, y}
white : {x, y}
}
class RangeLimits {
minimum_vertical_rate: number
maximum_vertical_rate: number
minimum_horizontal_rate: number
maximum_horizontal_rate: number
maximum_supported_pixel_clock: number
}
class EDID {
-- Header info --
edid_version: String
display_type: DisplayType
-- Basic display params --
horizontal_screen_size: number
vertical_screen_size: number
gamma: number
-- Chromaticity coordinates --
color_params: Color
== Exras ===
range: RangeLimits
standart_timing: TimingDescriptor
}
EDID -left- Color
EDID -right- TimingDescriptor
EDID -up- RangeLimits
TimingDescriptor ..> AspectRatio : "<use>"
EDID ..> DisplayType : "<use>"
@enduml | false | true | false | false | class |
74b331bab962c121f6899974f7ee4c08db3c5e12 | 9bbd408bc1bc4f8d05e9de47099db6eeb0368c37 | /app/doc/domain-model.puml | c3ee52448916779c78e38155c09280a388cea681 | [] | no_license | ferllop/evermind-android | 35d5b5acfbf50a49becfcc006e35a697f5f171a0 | 60ace128d8b0152f974cdf55c0bec6a1bcd2c0b3 | refs/heads/main | 2023-04-22T03:00:14.156604 | 2021-04-23T18:56:36 | 2021-04-23T18:56:36 | 342,582,389 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 602 | puml | @startuml
skinparam nodesep 100
hide methods
hide attributes
hide stereotypes
title Evermind - Domain model\n
class User
class Author
class Subscription
class Card
class Question
class Answer
class Label
class Search
class Keyword
class ReviewRound
class Level
User ..> Search
User o--> "0..*" Subscription
Author --|> User
Subscription *--> Card
User ..> ReviewRound
Subscription *--> Level
Card *--> "1..*" Label
Card *--> Author
Card *--> Question
Card *--> Answer
Search *--> "1..*" Keyword
Keyword -left-> "0..1" Author
Keyword --> "0..*" Label
ReviewRound *--> "1..10" Subscription
@enduml
| false | true | false | false | class |
d960595caebef22d782ce7f8146dbbbdb2bb70a5 | 176f2650e5f19a8e5da8d548679fe331db259651 | /diagram/java.collection/java-collection-diagram.puml | c2aa27f89fcf47b06680e6c3b833986aae196845 | [] | no_license | wangtingbang/wangtingbang.github.io | 8db0b78c33ab65a20c3e0d5001af799ea57f9c80 | 02a2282296bf4ff34451f6b862a71f534e7bcee0 | refs/heads/master | 2020-04-05T04:44:12.739899 | 2018-11-18T14:17:51 | 2018-11-18T14:17:51 | 43,040,519 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 733 | puml | @startuml
class AbstractCollection{}
class AbstractList{}
class AbstractQueue{}
class AbstractSequentialList{}
class AbstractSet{}
class ArrayBlockingQueue{}
class ArrayDeque{}
class ArrayList{}
class AttributeList{}
class ConcurrentHashMap.KeySetView{}
class ConcurrentLinkedDeque{}
class ConcurrentLinkedQueue{}
class ConcurrentSkipListSet{}
class CopyOnWriteArrayList{}
class CopyOnWriteArraySet{}
class DelayQueue{}
class EnumSet{}
class HashSet{}
class JobStateReasons{}
class LinkedBlockingDeque{}
class LinkedBlockingQueue{}
class LinkedHashSet{}
class LinkedList{}
class LinkedTransferQueue{}
class PriorityBlockingQueue{}
class PriorityQueue{}
class Stack{}
class SynchronousQueue{}
class TreeSet{}
class Vector{}
@enduml | false | true | false | false | class |
82d141bd29e2ff027ad0beefc15043edec57b2f7 | 818d46d56fc7450c3eef6a93e6d0a7121be331ee | /frontend/post.createPost.sequenceDiagram.plantuml | 0006f7fe06f4aedc2cc02e1b66b1c476afc7610d | [] | no_license | saifaldin/diagrams | b785cce731fcbd12e8685c60d1f63cb17c2b2e22 | e9c8fd38de3f4eef287728b66bca6aff7433383a | refs/heads/main | 2023-04-23T13:31:34.089040 | 2021-05-12T16:22:05 | 2021-05-12T16:22:05 | 350,688,721 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 372 | plantuml | @startuml create_post
hide footbox
actor user
participant postService
participant otherServices
user -> postService : Request to create post
alt Binary files exits
postService -> otherServices: Binary files
otherServices -> postService: file url(s)
postService -> user: created post id + file url(s)
else No binary files
postService -> user: created post id
end
@enduml | false | true | false | false | usecase |
c3f4812f3234a2d3f67ca722e3469d0f3a4c76a0 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomerSetFirstNameAction.puml | 4c77520d545a63df78ef5114aa9404ee876668c3 | [] | 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 | 452 | 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 CustomerSetFirstNameAction [[CustomerSetFirstNameAction.svg]] extends CustomerUpdateAction {
action: String
firstName: String
}
interface CustomerUpdateAction [[CustomerUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
d11c34b24c9e1c0eaa67f21d1a3a78620061ebed | 02b0d37dad8182bfbc5414bbd250f36c6e888b28 | /PlantUml/Scripts/Game/SceneLoadButton.puml | 9ebc86722c8a7264bd7b1e451161cdd793b1d71f | [] | no_license | Darcy97/U3D_Libs | ee8b1afb4e4cdc99fd80ab404fc8171cf2181ca0 | cc6143112916cafa346a00bc1fab7841b7888444 | refs/heads/master | 2020-06-21T16:37:56.155301 | 2019-08-20T07:04:09 | 2019-08-20T07:04:09 | 197,504,293 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 294 | puml | @startuml
class SceneLoadButton {
+ ToLoadSceneName : string
+ SliderImage : Image
- Awake() : void
- _bundleDownloadCoroutine : Coroutine
+ OnButtonClick() : void
+ DownloadBundleAndLoadScene(sceneName:string) : IEnumerator
}
MonoBehaviour <|-- SceneLoadButton
@enduml
| false | true | false | false | class |
e4a5f686b19e9eaafd0ea27bc178f992fd4b7e43 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/TimelineWindow_Breadcrumbs.puml | a3900789d8b8f77ddd5140bb0687ecd9e282ea89 | [] | 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 | 394 | puml | @startuml
class TimelineWindow <<partial>> {
{static} GetTitleMode(sequence:ISequenceState) : TitleMode
DoBreadcrumbGUI() : void
NavigateToBreadcrumbIndex(index:int) : void
DoSequenceSelectorGUI() : void
ShowSequenceSelector() : void
OnSequenceSelected(arg:object) : void
}
class "List`1"<T> {
}
TimelineWindow o-> "m_BreadCrumbLabels<BreadCrumbTitle>" "List`1"
@enduml
| false | true | false | false | class |
0730f72d579a9f0074544131339850082e48c281 | 94db8bf82cab4aeef38721ec5e730199415d49be | /asciidocs/plantuml/ucd.puml | 1007e0939d389d0571f467b330eca02b2c606bc0 | [] | no_license | 2122-5ahif-nvs/02-microproject-danielandricic | de2d479f9756c94353425f70c2ec31d09d0222ca | ec639ff3997a35910393aef9316bf1e1105a7115 | refs/heads/main | 2023-08-28T00:09:27.500170 | 2021-10-15T10:36:21 | 2021-10-15T10:36:21 | 414,311,492 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 204 | puml | @startuml
left to right direction
actor Actor as act
actor Customer as cst
cst --> (Read Blog post)
act --> (Write new Article)
act --> (Delete Article with ID)
act --> (Read Blog post)
@enduml | false | true | false | false | usecase |
638b2c674863648637a7d7c4a2ba26f0c804435d | 166fb1e53a091155b4201a0c5184fd31222ebb28 | /uml/assignment4plant.puml | 420299292c270cf2a4ee6bd30088050a1a26f27f | [] | no_license | cristiam193/enciso-cop3330-assignment4 | 80db6390e7daf276e829056c490a8799ed1b2e80 | af2779da41f0b92dafc560022212974e18a3f620 | refs/heads/master | 2023-06-12T12:59:54.078415 | 2021-07-06T00:47:06 | 2021-07-06T00:47:06 | 382,207,747 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,080 | puml | @startuml
'https://plantuml.com/class-diagram
class ListManager {
main()
start()
}
class ListController {
listDisplay : TextField
- todo: ArrayList<List>
+selectListButtonClicked()
+selectList()
+addListButtonClicked()
+addList()
+removeListButtonClicked()
+removeList()
+addItemButtonClicked()
+addItem()
+saveButtonClicked()
+saveAll()
+saveList()
+loadButtonClicked()
+loadList()
+removeItemButtonClicked()
+removeItem()
+editItemButtonClicked()
+editItem()
+editDateButtonClciked()
+editDate()
+markCompleteButtonClicked()
+markComplete()
+filterStatusButton()
+printList()
+completeList()
+incompleteList()
}
class List {
-itemList: ArrayList<ListItem>
+List()
}
class ListItem {
-String itemName
-String date
-String status
+getItem()
+setItem()
+getDate()
+setDate()
+getStatus()
+setStatus()
}
javafx.Application <|-- ListManager
ListManager - ListController
List *- ListItem
ListController -- List
@enduml | false | true | false | false | class |
139a95a7df24c65832e880baaa440b68b620ac60 | d62eb36247d422453d13124cdadb4cce6042d1f7 | /diagramas/secuencia1.puml | d7225de1aa833baaf08f4ad9a204489c07c02c94 | [
"MIT"
] | permissive | valengutierrez/algo3_tp2 | d5579f678ffd301b284e1b5a3c4b4842520ca485 | 7435ad6d2cf44df9baadcdb6557017a133c98840 | refs/heads/master | 2023-07-07T21:35:37.949278 | 2021-08-13T17:51:03 | 2021-08-13T17:51:03 | 382,075,823 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,291 | puml | @startuml Diagrama de secuencia - hay clases presenciales
title Argentina ataca a brasil y lo ocupa
skinparam style strictuml
actor Jugador1 as JugadorAtacante
participant "argentina:Pais" as PaisAtacante
participant "ejercitoArgentino:Pais" as EjercitoAtacante
participant "brasil:Pais" as PaisAtacado
participant "ejercitoBrasileño:Pais" as EjercitoAtacado
' participant "unTablero:Tablero" as Tablero
participant "unCampo:CampoDeBatalla" as CampoDeBatalla
actor Jugador2 as JugadorAtacado
JugadorAtacante -> JugadorAtacante: VerificarAtaqueValido("brasil")
JugadorAtacante -> PaisAtacante: atacar("brasil")
PaisAtacante -> PaisAtacante: esLimitrofe("brasil")
' PaisAtacante -> PaisAtacado: serAtacado()
PaisAtacante -> EjercitoAtacante: atacar("brasil")
EjercitoAtacante -> PaisAtacado: serAtacadoPor(ejercitoArgentino)
PaisAtacado -> EjercitoAtacado: defenderseDe(ejercitoArgentino)
' ----------------------------------------------------
EjercitoAtacado -> CampoDeBatalla: iniciarBatalla(self, ejercitoArgentino)
' --------------------------------------------------
EjercitoAtacado --> PaisAtacado: derrotado
PaisAtacado -> JugadorAtacado: desocupar()
PaisAtacado --> JugadorAtacante: puedeOcupar
JugadorAtacante -> PaisAtacado: ocupar()
@enduml | false | true | true | false | usecase |
d912650fd965f14f18978df78f842e2d29bf5ee6 | c9c618e7ea0dc7e1e8957ddba74791e0b34419af | /src/main/java/structuration/flyweight/eni/flyweight.puml | 86ffbe2d1a14bc2f4446555f6afb584bd1e9eaf5 | [] | no_license | soffiane/java-design-patterns | c978e24723721895e559683ad3334a44ce540a05 | bff3ce4caf56590daa35e8b1a08bdcdf6e118e73 | refs/heads/master | 2020-12-03T06:12:13.046057 | 2020-02-13T21:48:22 | 2020-02-13T21:48:22 | 231,225,139 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,071 | puml | @startuml
note "Pattern Flyweight (poids de mouche) permet de\npartager efficacement un grand nombre d'objet \nde grain fin. Ici on veut gerer un grand nombre d'options\npour les vehicules donc un grand nombre d'objets de\ngrain fin. En temps normal,il faudrait plein d'instances de\nOptionVehicule alors qu'elles partagent plein d'infos communes.\nFlyweight permet de contourner ce probleme en proposant le \npartage des options. OptionVehicule est le flyweight.\nFabriqueOption fabrique les flyweight.\nVehiculeCommande contient la liste des options et leur prix de vente" as N0
class VehiculeCommande{
#prixDeVenteOptions
}
class FabriqueOption{
+getOption(nom)
}
class OptionVehicule{
#nom
#description
#prixStandard
+affiche(prixDeVente)
}
FabriqueOption "nom" o-- "1. options" OptionVehicule
OptionVehicule <--* VehiculeCommande
VehiculeCommande ..> FabriqueOption
note left of FabriqueOption : if(options.containsKey(nom)\return options.get(nom);\nelse{\nnouvelleOption = new OptionVehicule();\noptions.put(nom,nouvelleOption);\nreturn nouvelleOption;\n}
@enduml | false | true | false | false | class |
adec5f756e1ca72d2be119df8dc83517018fd45d | 2a5138a8138272a94b4f26a3dffa2d24e1a0eb7d | /docs/Diagrams/GameLogicModelUML.plantuml | bafab49940eb839171353a75611597f69c81c292 | [] | no_license | Stryse/DungeonGame | f109e9f7a30689aa52c7f60f9316351eb41abaae | f0a8aeb47a70f00c42bcd26475f51f31faf13654 | refs/heads/master | 2022-12-29T09:17:42.875468 | 2020-10-18T21:03:47 | 2020-10-18T21:03:47 | 300,079,856 | 0 | 0 | null | 2020-09-30T22:36:53 | 2020-09-30T22:35:56 | C++ | UTF-8 | PlantUML | false | false | 1,195 | plantuml | # GameLogicModel
@startuml
left to right direction
skinparam ClassAttributeIconSize 0
enum Direction <<enumeration>>
class GameLogicModel{
-started : **bool**
-paused : **bool**
-gameTimer : **QTimer**
-gameTime : **QTime**
-playerCoords : **QPoint**
-playerDirection : **Direction**
----
+GameLogicModel(parent : **QObject***, map : **Map***, player : **Player***)
+~GameLogicModel()
+pause() : **void**
-placePlayer(newPos : **QPoint**, oldPos : **QPoint**) : **void**
-connectBlockEvents() : **void**
-endGame() : **void**
--<<getter>>--
+getPlayer() : **Player** {query}
+getActiveMap() : **Map** {query}
+getPlayerCoords() : **QPoint** {query}
+getPlayerDirection() : **Direction** {query}
--<<signals>>--
+timeTicked(time : **QTime**) : **void**
+gameEnded(player : **Player&**, time : **QTime**) : **void**
--<<slots>>--
+startgame() : **void**
+movePlayer(direction : **Direction**) : **void**
-onPlayerEntered() : **void**
-onPlayerExited() : **void**
}
QObject <|-right- GameLogicModel
GameLogicModel *-- "1 " LightFiller : lightFiller
GameLogicModel *-- "1" Map : activeMap
GameLogicModel *-- "1 " Player : player
Map -r- Direction
GameLogicModel ..> Direction
@enduml | false | true | false | false | class |
ebf881d3bd5c8b055d67b6810f02e1ebd0bc77af | 1eb57c4695ffd1973b11b529242adfb4b8eaf1b2 | /All-simplified.puml | 306bed2f6d36aae035357dbc16921df9ebb84de7 | [] | no_license | Fgdou/LaCueillette | ff18d2fb2a14730f47e2e5ba33850723856c3943 | 97514af24bc8f3e5685f49d553f36e522dfb15b9 | refs/heads/master | 2023-04-12T03:40:44.275860 | 2021-05-10T16:24:35 | 2021-05-10T16:24:35 | 329,839,069 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 801 | puml | @startuml
'skinparam linetype ortho
class Product{
}
abstract class SubProduct{
}
class SubProductWeight extends SubProduct{
}
class SubProductUnit extends SubProduct{
}
class Store{
}
class Cart{
}
class Order{
}
class User{
}
class Seller extends User{
}
class ProductCategory{
}
class Tag{
}
class DateInterval{
}
class TimeInterval{
}
class Database{
}
class Address{
}
class TimeTable{
}
class Token{
}
Product --> Store
Product --> DateInterval
Product --> Tag
Product --> SubProduct
Product --> ProductCategory
Seller --> Store
Cart --> Product
Order --> Product
User --> Cart
User --> Order
Token --> User
Store --> Address
Store --> TimeTable
TimeTable --> TimeInterval
Order --> Store
@enduml | false | true | false | false | class |
cab720a7d20c6b57fc4d7efb7d33fb6ca640e7cb | 985284536d3efd2a505d198fc3b1f11ae12d6d0b | /uc-list-reservations.plantuml | ea56d94ff3d7450926e9b9a73acfbe12654e5c4e | [] | no_license | andrepitombeira/easy-table | abecff9a18d4c188ddf00ff4f8afc9d5e17eb8af | 4536e64449fcc0aac283c0925c01095ac41fefbd | refs/heads/master | 2022-11-21T02:40:08.498182 | 2020-07-25T20:34:57 | 2020-07-25T20:34:57 | 262,788,267 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 131 | plantuml | @startuml
actor User << Human >>
actor DB << Application >>
User -right- (List Reservations)
DB -left- (List Reservations)
@enduml | false | true | false | false | usecase |
c634aef03d7aae4c80feef4c763dafc5540929cf | 3eee07d73747125843fdbd92ff680e90418a997f | /fixtures/diff/newModel_v1_record.puml | 771063684b180593d57d90088aefcfa678d14e47 | [
"MIT"
] | permissive | notyy/TypeFlow | c3af91ec898b9ff96af4d288b0ababc89a68a186 | 6e5559f095ac749c5998ba87c9eff9c60432afb9 | refs/heads/master | 2021-07-30T01:31:21.012779 | 2021-07-28T03:27:21 | 2021-07-28T03:27:21 | 208,800,249 | 24 | 5 | MIT | 2020-06-24T04:22:24 | 2019-09-16T12:58:46 | Scala | UTF-8 | PlantUML | false | false | 1,526 | puml |
@startuml
skinparam class {
BackgroundColor<<CommandLineInputEndpoint>> BurlyWood
BackgroundColor<<CommandLineArgsInputEndpoint>> BurlyWood
BackgroundColor<<AliyunHttpInputEndpoint>> BurlyWood
BackgroundColor<<OutputEndpoint>> BurlyWood
BackgroundColor<<FileOutputEndpoint>> BurlyWood
BackgroundColor<<PureFunction>> LightBlue
BackgroundColor<<AlternativePath>> Crimson
BackgroundColor<<Resource>> Brown
}
class NumInput <<CommandLineInputEndpoint>>
class Add2 <<PureFunction>>
class Add <<PureFunction>>
class Print <<OutputEndpoint>>
class Multi3 <<PureFunction>>
class Accumulate <<PureFunction>>
class LoadAccumulateValue <<FileOutputEndpoint>>
class SaveAccumulateValue <<FileOutputEndpoint>>
class AccumulateValueResource <<Resource>>
class Dispatch <<PureFunction>>
class Record <<FileOutputEndpoint>>
class TestRecord <<Resource>>
LoadAccumulateValue .. AccumulateValueResource
SaveAccumulateValue .. AccumulateValueResource
NumInput --> NI::Integer
NI::Integer --> "1" Record
Record .. TestRecord
NI::Integer --> Dispatch
Dispatch --> "1" DI::Integer
Dispatch --> "2" DI::Unit
DI::Unit --> LoadAccumulateValue
LoadAccumulateValue --> LAL::Integer
LAL::Integer --> "1" Accumulate
DI::Integer --> Add2
DI::Integer --> Multi3
Add2 --> A2::Integer
A2::Integer --> "2" Add
Multi3 --> M3::Integer
M3::Integer --> "1" Add
Add --> A::Integer
A::Integer --> "2" Accumulate
Accumulate --> AC::Integer
AC::Integer --> Print
AC::Integer --> SaveAccumulateValue
AC::Integer --> "2" Record
@enduml
| false | true | false | false | sequence |
840e83c6d538e137285de97a8784d41b67182cf6 | 7373537ec52bd2e57b3e09c4e7a552db9c703e9c | /mental-model/tableau-user-class.plantuml | 41834d3fbae0629616b1ec4695a4235391b388cb | [
"MIT"
] | permissive | ricardolsmendes/tableau-metadata-model | ec9417bb268ed8b7762cbe00828323c65ad26b0c | 10c81b63ae67865c3c40d623dd5ec0ef98be8137 | refs/heads/master | 2021-12-27T21:17:58.413379 | 2021-12-21T20:50:56 | 2021-12-21T20:50:56 | 205,940,486 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 197 | plantuml | @startuml
title The TableauUser class
!startsub CLASSDESCRIPTION
class TableauUser {
-ID id
-String uri
-String username
-String name
-String domain
-String email
}
!endsub
@enduml
| false | true | false | false | class |
f0004a1d9d99018950e249c87330008243e97766 | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintD/US/US8/US8_CD_v2.puml | 812c72e212c80ea02061a6864f5fd4c6fa26f517 | [
"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 | 1,879 | puml | @startuml
class Administrator
{
--
+createClinical(idLaboratory, name, address, phoneNumber, tin, testTypes)
+saveClinical(clinical)
-validate(clinical)
}
class Clinical
{
-String idLaboratory
-String name
-String address
-String phoneNumber
-String tin
-String[] testTypes
--
+Client(idLaboratory, name, address, phoneNumber, tin, testTypes)
}
class Employee{
-String idEmployee
-String name
-String function
-String phoneNumber
-String email
-String address
-String soc
}
class TestType {
-String type
-String collectingMethods
--
+getTestType()
}
class CreateClinicalAnalysisLaboratoryUI {
}
class CreateClinicalController {
--
+createClinical(idLaboratory, name, address, phoneNumber, tin, testTypes)
+saveClinical()
}
class Platform {
--
+getClinicals()
+addClinical(clinical)
}
class ClinicalStore {
+getClinicals()
+addClinicals()
}
class TestTypeMapper {
+List<TestTypeDTO>toDTO(List<TestType>list)
+TestTypeDTO toDTO(TestType obj)
}
class TestTypeDTO {
-type
-collectingMethods
--
+TestTypeDTO(type, collectingMethods)
}
class TestTypeStore{
+createTestType(type, collectingMethods)
+validateTestType(tt)
+saveTestType(tt)
+addTestType(tt)
+getTestType(tt)
}
CreateClinicalAnalysisLaboratoryUI ..> CreateClinicalController
CreateClinicalController ..> Administrator
Administrator "1" --> "*" TestType : create
Administrator "1" --> "*" Clinical : create
Administrator "1" --|> "*" Employee : is
Clinical "1" --> "1" TestType : conducts
Employee --> Platform : uses
CreateClinicalController ..> Platform
Platform ..> ClinicalStore
CreateClinicalAnalysisLaboratoryUI ..> TestTypeDTO
CreateClinicalController ..> TestTypeMapper
TestTypeMapper ..> TestTypeDTO
CreateClinicalController ..> TestTypeDTO
TestTypeMapper ..> TestTypeStore
CreateClinicalController ..> TestTypeStore
@enduml | false | true | false | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.