blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 5 227 | content_id stringlengths 40 40 | detected_licenses listlengths 0 28 | license_type stringclasses 2 values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 36 values | visit_date timestamp[us]date 2015-08-14 10:26:58 2023-09-06 06:45:32 | revision_date timestamp[us]date 2011-07-11 04:02:09 2023-09-04 16:40:12 | committer_date timestamp[us]date 2011-07-11 04:02:09 2023-09-04 16:40:12 | github_id int64 206k 631M ⌀ | star_events_count int64 0 6.51k | fork_events_count int64 0 1.54k | gha_license_id stringclasses 11 values | gha_event_created_at timestamp[us]date 2012-08-01 17:54:24 2023-09-14 21:57:05 ⌀ | gha_created_at timestamp[us]date 2009-05-21 02:09:00 2023-04-21 10:18:22 ⌀ | gha_language stringclasses 55 values | src_encoding stringclasses 12 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 16 1.74M | extension stringclasses 12 values | code stringlengths 16 1.74M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
884b9b8858f1db8f99d1fc9cd75b289e41427bdc | c6744bb2f998bb6bc14cd3de26980ecca7bc408c | /manual/src/docs/asciidoc/_diagrams/class.puml | 2f33de1a272f493683fa8f72c8255a506dd3bc23 | [
"MIT"
] | permissive | develhack/jpdoc | 40a6bdcb645871cd9cad16f0dc6120f314d434e4 | bb0eac8b95f77228efc0e0dd3c55f0544b162357 | refs/heads/master | 2021-01-11T05:48:27.223211 | 2016-10-15T02:36:53 | 2016-10-16T02:03:55 | 69,092,388 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 524 | puml | @startuml
skinparam defaultFontName JPDoc
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
class 日本語クラス名 {
Object[] 日本語属性名
}
interface 日本語インターフェース名
enum TimeUnit {
DAYS
HOURS
MINUTES
}
annotation SuppressWarnings
@enduml |
96c87c02bdc61f025d21e565cf688c1d8d78774e | aebdf145ec521430161be7c55a91e611508e60bf | /assets/person.plantuml | 0cc26ac61d27193563eaf701d92e11a4724178de | [
"MIT"
] | permissive | SimonGrad/hsro-inf-wt.github.io | 031245d328a93789db3424381cc90cfd5332a921 | 39f219084a93ada889645cccbb16cd3b9b02fdbd | refs/heads/master | 2021-10-01T18:44:19.544354 | 2018-11-28T11:56:22 | 2018-11-28T11:56:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 90 | plantuml | @startuml
class Person {
+Person(name: String, year: Number)
+getAge(): Number
}
@enduml |
053e344ccf1a3afdab95644f5b6ebc4717398960 | 912d65be9bbd436a671d948abe8dadf356eb5216 | /src/main/java/com/juc/sync/containerTest/containerTest.plantuml | 29b3fb73b4a0e4191853b9b30ca9a566e518fb91 | [] | no_license | ljhpole/netty-lecture | 02318e9992f488f03425c93b981e8718582b1b4b | a20bef9e6db5d1061a6f37ec0593087588ea1a0a | refs/heads/main | 2023-02-24T21:52:42.964037 | 2021-01-31T15:35:18 | 2021-01-31T15:35:18 | 334,686,240 | 0 | 1 | null | 2021-01-31T15:35:19 | 2021-01-31T15:19:40 | null | UTF-8 | PlantUML | false | false | 2,005 | plantuml | @startuml
title __CONTAINERTEST's Class Diagram__\n
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithCountDownLatch {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithLockSupport {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithSemaphore {
~ lists : List
{static} ~ t1 : Thread
{static} ~ t2 : Thread
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithVolatile {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithWaitNotify {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithWaitNotify_01 {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithoutVolatile {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
1e250eff1452dd833323c98ae884722e73d7ba8f | bcb7fd9ec9e69e52780b27da867b8055dfdc043c | /src/dgraph/Edge.iuml | 88ef1fc1e27715a8dc1a709b95fa25767c3fe292 | [
"CECILL-B"
] | permissive | vanthonguyen/lattice-sequence | 2e962d089b0053ba90332932fe3881dfe8ec71ac | 72ebfe551ef013da521b81121e3f98164b2a00bf | refs/heads/master | 2020-04-15T07:22:32.920465 | 2015-02-01T17:33:59 | 2015-02-01T17:33:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 614 | iuml | package dgraph {
class Edge {
-Node from
-Node to
-Object content
.. Constructors ..
+Edge(final Node from, final Node to, final Object content)
+Edge(final Node from, final Node to)
.. Accessors ..
+Node getFrom()
+Node getTo()
+Object getContent()
.. Mutators ..
+Edge setContent(final Object content)
.. Predicates ..
+boolean hasContent()
.. Transformers ..
+String toString()
.. Comparators ..
+int compareTo(final Object object)
}
Edge *-- "2" Node
}
|
f25c5dd7418743ea018077b8f2b5b26033f96163 | d24aed235517b5485930962b3b7af017ff8d8710 | /06_dependency_manager/uml/diagram.puml | 95124aa1e5fd5586ca4ec8c00364d5e88a1fb2a4 | [] | no_license | allokeen/PHP-Homeworks | e1e1c0f3037b784f0457007f8e1df67e5ae6f302 | cd74c5f98d4b9dfc8a7fb4abce24a1e478d25100 | refs/heads/master | 2022-04-08T22:49:56.761609 | 2020-01-14T23:27:59 | 2020-01-14T23:27:59 | 249,502,035 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,844 | puml | @startuml
class App {
+ run()
- render(Widget\Widget)
}
namespace Widget {
abstract class Widget {
+ draw()
}
class Link {
+ draw()
}
class Button {
+ draw()
}
Widget <|-- Link
Widget <|-- Button
}
App ..> Widget.Widget : draws
App ..> Widget.Button : creates
App ..> Widget.Link : creates
namespace Concept {
abstract class Distinguishable {
- id
+ key() : string
- normalize(string)
}
}
Concept.Distinguishable <|-- Widget.Widget
namespace Config {
class Directory {
- {static} root
+ {static} set(string)
+ {static} root() : string
+ {static} storage() : string
+ {static} view() : string
+ {static} src() : string
}
}
namespace Storage {
interface Storage {
+ store(Distinguishable)
+ loadAll() : array
}
class SessionStorage {
+ store(Distinguishable)
+ loadAll() : array
}
class FileStorage {
+ store(Distinguishable)
+ loadAll() : array
}
class MySQLStorage {
- $pdo
+ store(Distinguishable)
+ loadAll() : array
}
class SQLiteStorage {
- $pdo
+ store(Distinguishable)
+ loadAll() : array
}
Storage <|-- SessionStorage
Storage <|-- FileStorage
Storage <|-- MySQLStorage
Storage <|-- SQLiteStorage
}
Storage.Storage ..> Concept.Distinguishable : stores/loads
Storage.FileStorage ..> Config.Directory : uses
App ..> Storage.FileStorage : creates
App ..> Storage.SessionStorage : creates
App ..> Storage.MySQLStorage : creates
App ..> Storage.SQLiteStorage : creates
App ..> Storage.Storage : uses
package index.php <<Rectangle>> {
}
index.php ..> App : creates
index.php ..> Config.Directory : configures
@enduml |
72e461c469d9ef14ab629f9a3f206a106aee44f0 | a26bbd033192f4ea245a6dd3f166976b39459752 | /3_Documentazione/design/dao_classes.puml | 739bb71c1f7b40fef7b91c2b013470821aa50385 | [] | no_license | giuliobosco/freqline | fdc673e09e4cfc96dc67a759788120b81fdbae46 | e94256cc349797447cf414bbe4267ef45c89723e | refs/heads/master | 2022-04-10T16:22:55.993289 | 2020-04-06T13:28:19 | 2020-04-06T13:28:19 | 206,082,972 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,715 | puml | @startuml
skinparam classAttributeIconSize 0
package java.util {
class Exception {
}
}
package ch.giuliobosco.freqline {
package dao {
class DaoException {
- long serialVersionUID = 1L;
+ DaoException()
+ DaoException(String message)
+ DaoException(String message, Throwable cause)
}
Exception <|-- DaoException
}
package model {
abstract Base {
- int SQL_INT_NULL = 0
- int DEFAULT_ID = 0
- Date NOW = new Date(System.currentTimeMillis())
- int id
- int createdBy
- Date createdDate
- int updatedBy
- Date updatedDate
- int deletedBy
- Date deletedDate
+ Base(int id, int createdBy, Date createdDate, int updatedBy, Date updatedDate, int deletedBy, Date deletedDate)
+ Base(int id, int createdBy, Date createdDate, int updatedBy, Date updatedDate)
+ Base(int createdBy)
+ int getId()
+ int getCreatedBy()
+ Date getCreatedDate()
+ int getUpdatedBy()
+ Date getUpdatedDate()
+ void setDeletedBy(int deletedBy)
+ int getDeletedBy()
+ Date getDeletedDate()
+ void setDeletedDate(Date deletedDate)
}
class Element {
- String name;
+ Element(int id, int createdBy, Date createdDate, int updatedBy, Date updatedDate, int deletedBy, Date deletedDate, String name)
+ Element(int id, int createdBy, Date createdDate, int updatedBy, Date updatedDate, String name)
+ Element(int createdBy, String name)
+ void setName(String name)
+ String getName()
}
Base <|-- Element
}
package dbdao {
abstract DbDao {
# {static} Logger LOGGER
- Connection connection
+ DbDao(Connection connection)
# Connection getConnection()
# Date getDate(ResultSet resultSet, String column)
# Timestamp getTimestamp(Date date)
# void mutedClose(Connection connection, PreparedStatement statement, ResulSet resultSet)
# {abstract} Base create(DataResult dataResult)
# {abstract} PreparedStatement getByIdStatement(int id)
# {abstract} PreparedStatement getAllStatement()
# {abstract} PreparedStatement getAddStatement(Base base)
# {abstract} PreparedStatement getUpdateStatement(Base base)
# {abstract} PreparedStatement getDeleteStatement(Base base)
+ Optional<Base> getById(int id)
+ Stream<Base> getAll()
+ boolean add(Base base)
+ boolean update(Base base)
+ boolean delete(Base base)
}
class DbElementDao {
- {static} String GET_ALL_QUERY
- {static} String GET_BY_ID_QUERY
- {static} String ADD_QUERY
- {static} String UPDATE_QUERY
- {static} String DELETE_QUERY
+ DbElementDao(Connection connection)
# Base create(DataResult dataResult)
# PreparedStatement getByIdStatement(int id)
# PreparedStatement getAllStatement()
# PreparedStatement getAddStatement(Base base)
# PreparedStatement getUpdateStatement(Base base)
# PreparedStatement getDeleteStatement(Base base)
}
DbDao <|-- DbElementDao
}
package modeljson {
abstract BaseJson {
- JSONObject json
+ BaseJson(Base base)
+ BaseJson(JSONObject json)
+ BaseJSon(String json)
+ JSONObject getJson()
+ void setJsonBase(Base base)
# Base getBase()
}
class ElementJson {
+ ElementJson(Element element)
+ ElementJson(Base base)
+ setJsonElement(Element element)
+ Element getElement()
}
BaseJson <|.. ElementJson
}
}
@enduml
|
e9136871f3b0272e34376ae2627775375265e8df | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/PriceChangedError.puml | 505f1131cbb217d085283146583251d1c5fea4ed | [] | 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 | 486 | 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 PriceChangedError [[PriceChangedError.svg]] extends ErrorObject {
code: String
message: String
lineItems: [[String.svg List<String>]]
shipping: Boolean
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
|
1ce22a7eceffef3c4fc56ae3ffac4ce7ba5a99c7 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Runtime/PostProcessEffectSettings.puml | 013b2e46b62dc8aa666215d7ee766a19730cc311 | [] | 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 | 395 | puml | @startuml
class PostProcessEffectSettings {
+ active : bool = true
OnEnable() : void
OnDisable() : void
+ SetAllOverridesTo(state:bool, excludeEnabled:bool) : void
+ <<virtual>> IsEnabledAndSupported(context:PostProcessRenderContext) : bool
+ GetHash() : int
}
ScriptableObject <|-- PostProcessEffectSettings
PostProcessEffectSettings o-> "enabled" BoolParameter
@enduml
|
473cafde814f20829be3930949b8ed4dbcc976a5 | 19bc75fcb12fda75323f82bd05cad777872ac931 | /LottasLopper/UML Diagrams/ClassDiagramSecondDraft.puml | a2dd73f12d31b7300a8c0c2b5afce49020d92d4c | [] | no_license | alexander474/PG3300_SoftwareDesign_Exam | e4fcb56bfde6dcee90cb963885be6fb8d6f28edd | 6107b815c6808e3c9e8cc723123741a8fbb32a50 | refs/heads/master | 2020-04-04T10:06:05.756833 | 2018-11-18T21:04:08 | 2018-11-18T21:04:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,072 | puml | @startuml
namespace Fleemarket {
class ProductController{
+List<Product> list
---
+getProduct() : Database.ProductContext
+getRandomProduct() : Database.ProductContext
+newProduct() : boolean
}
ProductController --o Product
class Printer {
print(value : string) : void
}
abstract Class Person {
{abstract} action() : void
}
class Seller extends Person {
+action() : void
-newProduct() : Product
}
Seller --o ProductController
Seller --- Printer : Uses
class Customer extends Person {
+action() : void
-buyProduct() : Product
}
Customer --o ProductController
Customer --- Printer : Uses
class Product {
name : string
price : int
}
class PersonFactory {
+CreateSellers(int numberOfSellers)
+CreateCustomers(int numberOfSellers)
}
PersonFactory --- Seller : Creates
PersonFactory --- Customer : Creates
}
@enduml
|
0ccbcf79d6197a61df8063317f74d289f3ea7937 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Storage-Services/Raw-Storage/Logical.puml | 6dfe6e4fcbbfe0a2b2e53ce45630fc21c5abf0e7 | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 322 | puml | @startuml
package "Service-Stack/Storage-Services/Raw-Storage" {
interface "Service-Stack/Storage-Services/Raw-Storage" {
}
CLI ()-- "Service-Stack/Storage-Services/Raw-Storage"
REST ()-- "Service-Stack/Storage-Services/Raw-Storage"
Web ()-- "Service-Stack/Storage-Services/Raw-Storage"
}
@enduml
|
c65e22409137f949b045170f8467e86de12102a2 | b5f73f0647cfac3a4074cec1e62937eb36f58d5a | /design_patreen/src/main/java/cn/firecode/explore/designpattern/adapter/adapter-class.puml | e94090f308af2210e4619f025a7ad25dfc2822f3 | [] | no_license | firecode-Aiden/explore_java_base | dc1767fb365e27f6729cd8852167cbad5622cbae | ae0ef7e2ff91df6d31858adacb81797fc95ff2fa | refs/heads/master | 2023-08-23T21:03:05.200133 | 2021-11-02T10:00:30 | 2021-11-02T10:00:30 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 462 | puml | @startuml
'https://plantuml.com/class-diagram
interface MediaPlayer{
void playMedia()
}
class MediaPlayerAdapter{
void playMedia()
}
class MediaPlayerAdapter2{
Mp3Player mp3Player
void playMedia()
}
class Mp3Player{
void play()
}
class Mp4MediaPlayer{
void playMedia()
}
MediaPlayer <|-- Mp4MediaPlayer
MediaPlayer <|-- MediaPlayerAdapter
Mp3Player <|-- MediaPlayerAdapter
Mp3Player *-- MediaPlayerAdapter2
MediaPlayer <|-- MediaPlayerAdapter2
@enduml |
d4dd18c6b401d0253423ceeed1d6e97f23bcabed | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /scala-meta-model/toplevel.meta.puml | 94dc5317a16c5144a7567716b238945131f1848b | [
"MIT"
] | permissive | tizuck/scala-uml-diagrams | 4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b | c5c432132bff9df7ab60352f0e715583d9d51973 | refs/heads/main | 2023-03-01T02:44:15.288794 | 2021-02-03T22:26:55 | 2021-02-03T22:26:55 | 306,687,367 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 749 | puml | @startuml TopLevel
class CompilationUnit {
package : String [0..1]
}
class TopLevel extends Defines {
\n
\n
\n
}
class Package {
identifier : String
}
CompilationUnit *--> "1" TopLevel : topLevelDefinitions
TopLevel *--> "*" Import : imports
TopLevel *--> "*" Export : exports
TopLevel *--> "*" Extension : extensions
TopLevel *--> "*\n\n" Object : packageObjects
TopLevel *---> "*" Package : innerPackages
Package ---> "1" TopLevel : packageDefs
note left of Object : isPackageObject = true
hide class circle
hide class methods
hide Defines members
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
skinparam note {
BackgroundColor White
BorderColor Red
}
@enduml |
468f5f780ffd0d738d693acc4421e2f0cbb6526b | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_FrameRateCounter.puml | a970a5a2dbfc089fc61d345b043be82180df5548 | [] | 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 | 477 | puml | @startuml
class TMP_FrameRateCounter {
+ UpdateInterval : float = 5.0f
Awake() : void
Start() : void
Update() : void
Set_FrameCounter_Position(anchor_position:FpsCounterAnchorPositions) : void
}
enum FpsCounterAnchorPositions {
TopLeft,
BottomLeft,
TopRight,
BottomRight,
}
MonoBehaviour <|-- TMP_FrameRateCounter
TMP_FrameRateCounter o-> "AnchorPosition" FpsCounterAnchorPositions
TMP_FrameRateCounter +-- FpsCounterAnchorPositions
@enduml
|
d29c3f00dde1a56312431de5ff8497e647a1a94c | e1641275ee0731802e26fcf4621791963ca6e696 | /src/main/resources/ex42/ParsingDataFile.puml | 7ae173b8f1584d9e881c5cce8d5a320a52ebde8b | [] | no_license | ivy-nguyen18/nguyen-cop3330-assignment3 | 9f0112853901f0cab33192ee76ccdcf6fc36165d | beb96903af04382bc3d7b3cbf3b21159bde4915f | refs/heads/master | 2023-06-01T03:38:34.959725 | 2021-06-21T02:57:26 | 2021-06-21T02:57:26 | 377,617,776 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 532 | puml | @startuml
'https://plantuml.com/class-diagram
Employee o->ListFunctions
ListFunctions o-> FileFunctions
class FileFunctions {
+ readFile(List<Employee>): List<Employee>
- parseEmployeeInfo(String[]): Employee
}
class ListFunctions {
+ printList(List<Employee>): void
- createHeaders(): void
}
class Employee {
- firstName : String
- lastName : String
- salary : int
+ Employee(String, String, int): void
+ getFirstName(): String
+ getLastName(): String
+ getSalary(): int
}
@enduml |
ca55bdb64a06f3bb57e623bfbd7e7b818a2b3673 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.BackOfficeAdmin/Remittance/OrderDataResponse.puml | 0f6829a2520c2d641433a71722c77c4ed0230e91 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 360 | puml | @startuml
class OrderDataResponse {
}
class SellerOrderData {
+ SellerId : int <<get>> <<set>>
+ SellerName : string <<get>> <<set>>
+ OrderCount : int <<get>> <<set>>
+ OrderTotal : decimal <<get>> <<set>>
+ FeeAmount : decimal <<get>> <<set>>
+ RemittanceAmount : decimal <<get>> <<set>>
}
ResponseBase <|-- OrderDataResponse
@enduml
|
35af17e635312702ef8b8b962fae6b01e21ab4f7 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productSchema/ip/internetAccess/MEF 139 resources/media/InfoModelBasicInternetAccess.puml | ceedc27cabd110cb3509dc3c0277430036032c9d | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 918 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
rectangle "Product: Basic Internet Access" {
class BasicInternetAccess {
}
BasicInternetAccess *-->"1" BasicIaIpvc : ipvc
BasicInternetAccess *-->"1" BasicIaIpUni : ipUni
BasicInternetAccess *-->"1" BasicIaIpUniAccessLink : ipUniAccessLink
BasicInternetAccess *-->"1" EthernetUniAccessLinkTrunk : ipUniAccessLinkTrunk
class BasicIaIpvc {
}
BasicIaIpvc *-->"1" BasicIaIpvcEndPoint : ipvcEndPoint
class BasicIaIpUni {
}
class BasicIaIpUniAccessLink {
}
class EthernetUniAccessLinkTrunk {
}
}
EthernetUniAccessLinkTrunk "0..*" o-d-> "1" RelatedPlaceRefOrValue : INSTALL_LOCATION
' extra for alignment
BasicIaIpUniAccessLink "0..*" o-[hidden]-> "1" RelatedPlaceRefOrValue : INSTALL_LOCATION
BasicIaIpvcEndPoint "0..*" o-[hidden]-> "1" RelatedPlaceRefOrValue : INSTALL_LOCATION
@enduml |
93c429743f574f9e7daba32557d547b9de60f1e0 | 0ee676ceeff44ba4b842e9f0d529ba75a68b1975 | /out/production/Laborator/Builder_Composite/Builder_Composite.plantuml | fe7df30d57ba7d8a9d2a16c7396b61c561de08f6 | [] | no_license | CalanceaCatalina/TMPS | d035c519851abeeeb40cd646b9e7d536f7baa183 | 7afc84126375e091bd9aad68dbfcf9138b0e0026 | refs/heads/main | 2023-04-07T11:20:57.909790 | 2021-04-18T19:59:46 | 2021-04-18T19:59:46 | 335,952,011 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,301 | plantuml | @startuml
title __BUILDER_COMPOSITE's Class Diagram__\n
namespace Builder {
namespace Composite {
class Builder_Composite.BuilderPizza {
+ Build()
+ addCheese()
+ addCrust()
+ addDough()
+ addMagic()
+ addName()
+ addSize()
+ addToppings()
}
}
}
namespace Builder {
namespace Composite {
interface Builder_Composite.IRecipeBook {
{static} + pizza : Pizza
{abstract} + Display()
}
}
}
namespace Builder {
namespace Composite {
class Builder_Composite.Pizza {
+ cheese : List<Cheese>
+ magic : List<Magic>
+ name : String
+ toppings : List<Toppings>
+ Pizza()
}
}
}
namespace Builder {
namespace Composite {
class Builder_Composite.PrepareMethod {
{static} - instance : PrepareMethod
+ getMethod()
{static} + getPreparationMethod()
}
}
}
namespace Builder {
namespace Composite {
class Builder_Composite.Recipe {
+ Display()
+ Recipe()
}
}
}
namespace Builder {
namespace Composite {
class Builder_Composite.RecipeBook {
- Recipes : List<IRecipeBook>
- name : String
+ Display()
+ RecipeBook()
+ addRecipe()
+ removeRecipe()
}
}
}
namespace Builder {
namespace Composite {
class Builder_Composite.Runner {
{static} + main()
}
}
}
Builder_Composite.BuilderPizza o-- Builder_Composite.Pizza : pizza
Builder_Composite.Pizza o-- Singleton.Enum.Crust : crust
Builder_Composite.Pizza o-- Singleton.Enum.Dough : dough
Builder_Composite.Pizza o-- Singleton.Enum.Size : size
Builder_Composite.Recipe .up.|> Builder_Composite.IRecipeBook
Builder_Composite.Recipe o-- Builder_Composite.Pizza : pizza
Builder_Composite.RecipeBook .up.|> Builder_Composite.IRecipeBook
Builder_Composite.RecipeBook o-- Builder_Composite.Pizza : pizza
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
|
7f2d22767321a2f368cdc05eebaee6403f2570b7 | 17fe0f5df5b8d1ad7ab001775c37cf6c9ca3084e | /startergy/uml.puml | 37fe5a4218568b63988623c63eb6599a2b6be32c | [] | no_license | lazy3311/design_patterns | a91c86a17aeb8bda3564c2f4db2cd8f5774b63ea | f8da613ecf14d9f47fac67d1efafbafe6156f0b1 | refs/heads/master | 2022-12-09T20:32:13.457813 | 2020-09-11T09:25:31 | 2020-09-11T09:25:31 | 286,716,509 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 501 | puml | @startuml startergy_pattern
!define DARKORANGE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
class Context <<Animal>>{
+ operation();
}
abstract class Startergy <<IMoveBehavior>> {
+ {abstract} execute();
}
class ConcreateStartergyA <<Running>> {
+ execute();
}
class ConcreateStartergyB <<Walking>> {
+ execute();
}
Context -right-> Startergy : startergy
Startergy <|-- ConcreateStartergyA
Startergy <|-- ConcreateStartergyB
@enduml |
1ecdbaa0a690639d968b728a9513a7fcb4af099a | 66189c5ec1fd3d87a5db4f281fb8eee547b62011 | /com/zx/composite/composite.puml | 705ee683589306ceea3c8c28d258efb250b6da64 | [] | no_license | Jcduhdt/DesignPattern | 27168347a85ab79a0976d2ef3ce6e8687bd01ddd | 501635e4eebba510ae3d1bb26ebfdaccf76beb8c | refs/heads/master | 2021-02-17T20:03:58.951599 | 2020-03-15T08:34:11 | 2020-03-15T08:34:11 | 245,124,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 341 | puml | @startuml
class Client
class OrganizationComponent{
add():void
remove():void
print():void
}
class Department
class College
Department --o College
class University
College --o University
OrganizationComponent <|-- Department
OrganizationComponent <|-- College
OrganizationComponent <|-- University
Client ..> OrganizationComponent
@enduml |
f1a5218743d693127b0417c8d34bf3b49cafd1c1 | bba092f2f0e17bfeb65e8a369b775de0e2909152 | /notes/uml/FBDAPI_class.puml | eeeb993070534d2c980ce620114a303b7828b89a | [
"Apache-2.0"
] | permissive | jacobshih/go-sepak-bola | 0bd0c825105bb59f6ca5115d52050e9e904e9165 | ff4b9ccb5c1f96f3dcdfb411d26646e47afcc238 | refs/heads/master | 2020-09-28T00:01:21.773860 | 2020-01-10T03:15:15 | 2020-01-10T03:15:15 | 226,641,187 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 399 | puml | @startuml
title FBDAPI - Class Diagram
namespace fbd {
class FBDAPI << (S,Aquamarine) >> {
- token string
- httpGet(uri string) []byte
+ SetToken(token string)
+ GetToken() string
+ GetCompetitions(id int) []byte
+ GetMatches(id int, matchday int) []byte
+ GetTeams(id int) []byte
+ GetStandings(id int) []byte
}
}
@enduml
|
05a9be4c14d158c655db89808f038210f7632590 | f6c6a2bd7447e12e0a44a5cf780dcbd863af2e0c | /uml.puml | 77a257d4efff5b4bbadc5b735a4b2b990a692a44 | [] | no_license | leventeBajczi/prog2-gha | 320fb7afb9195fc0d6af8296373d4397b2144397 | a8277b4e783af8be9918096eef46a9cd52cbb328 | refs/heads/master | 2020-03-10T15:11:12.474655 | 2018-05-17T10:27:05 | 2018-05-17T10:27:05 | 129,443,330 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,851 | puml | @startuml name
class ComplexInstruktion {
+ComplexInstruktion(std:: string)
+ComplexInstruktion(std:: string, SimpleInstruktion &)
+print() : std::string
-instructions : std::vector<SimpleInstruktion>
+add(SimpleInstruktion &) : void
+run(VirtualMachine &) : void
}
abstract class Datei {
+Datei(std:: string)
+operator<<(std::ostream &, Datei &) : std : : ostream&
+getLang() : std::string
#language : std::string
+{abstract} print() : std::string
}
abstract class Instruktion {
+Instruktion(std::string str)
+{abstract} print() : std::string
+{abstract} run(VirtualMachine &) : void
}
class JSON {
+JSON(std::string content)
+string()
+operator<<(std::ostream &, JSON &) : std : : ostream&
#content : std::string
}
class JSONArray {
+JSONArray(std:: string)
+operator[](int n) : JSONObject
+set(int, T) : void
}
class JSONObject {
+JSONObject(std:: string)
+operatorint()
+toArr() : JSONArray&
+get(std:: string) : JSONObject
+operator[](int) : JSONObject
+put(std:: string, T) : void
}
class Memory {
+Memory(unsigned int)
+Memory(const Memory &)
+~Memory()
+shiftLeft(unsigned int, uint8_t, uint8_t, uint8_t &, uint8_t) : bool
+shiftRight(unsigned int, uint8_t, uint8_t, uint8_t &, uint8_t) : bool
+write(unsigned int, uint8_t) : bool
-size : const unsigned int
+read(unsigned int) : uint8_t&
-speicherBereich : uint8_t*
}
class SimpleInstruktion {
+SimpleInstruktion(std:: string, std:: string, void*, std:: string, std:: string)
-param1 : std::string
-param2 : std::string
+print() : std::string
-representation : std::string
+run(VirtualMachine &) : void
-function : void*
}
class Sprache {
+Sprache(std:: string, std:: string)
+{static} languageElements : static std::vector<std::string>
+instructions : std::map<std::string, std::string>
+print() : std::string
+{static} printEmpty() : std::string
}
class VirtualMachine {
+VirtualMachine(Sprache, unsigned int, unsigned int)
-generalRegisterArray : Memory
-memory : Memory
-specialRegisterArray : Memory
-language : Sprache
+addSubroutine(std:: string) : bool
+runInstruction(std:: string) : bool
-labels : std::map<std::string, ComplexInstruktion*>
-subroutines : std::map<std::string, ComplexInstruktion*>
-functions : std::map<std::string, void*>
-stack : std::stack<uint8_t>
+getValue(std:: string) : uint8_t
+popValue() : uint8_t
+getReference(std:: string) : uint8_t&
+pushValue(uint8_t) : void
+reRunAll() : void
+runSubroutine(std:: string) : void
-getPtr(std:: string) : void*
}
Datei <|-- Instruktion
Datei <|-- Sprache
Instruktion <|-- ComplexInstruktion
Instruktion <|-- SimpleInstruktion
JSON <|-- JSONArray
JSON <|-- JSONObject
JSONObject <|-- Sprache
ComplexInstruktion o-- SimpleInstruktion
VirtualMachine "2" o-- ComplexInstruktion
VirtualMachine "3" o-- Memory
VirtualMachine o-- Sprache
@enduml
|
41ed25da42a63b683c1e4cdab6292f369e1a199a | c083168b4255af019262677c09ac0883d199b532 | /kapitler/media/uml-class-journalpost-all.iuml | 572f0f6c128afdea9aac6f35dac099afa99eebeb | [] | no_license | gra-moore/noark5-tjenestegrensesnitt-standard | 270f7088898ff0c5fa809b42297cfc56f829eeaa | 0c3936475ce40ab41793b61aee5c4dcdff9c791d | refs/heads/master | 2020-05-22T18:37:59.814751 | 2019-05-13T11:10:23 | 2019-05-13T11:10:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,506 | iuml | @startuml
class Sakarkiv.Journalpost <Basisregistrering> {
+journalaar : integer [0..1]
+journalsekvensnummer : integer [0..1]
+journalpostnummer : integer [0..1]
+journalposttype : Journalposttype
+journalstatus : Journalstatus
+journaldato : date
+dokumentetsDato : date [0..1]
+mottattDato : date [0..1]
+sendtDato : date [0..1]
+forfallsdato : dato [0..1]
+offentlighetsvurdertDato : date [0..1]
+antallVedlegg : integer [0..1]
+utlantDato : date [0..1]
+utlaantTil : string [0..1]
+referanseUtlaantTil : SystemID [0..1]
+journalenhet : string [0..1]
+elektroniskSignatur : ElektroniskSignatur [0..1]
-- Basisregistrering --
+registreringID : string [0..1]
+tittel : string
+offentligTittel : string [0..1]
+beskrivelse : string [0..1]
+noekkelord : string [0..*]
+forfatter : string [0..*]
+dokumentmedium : Dokumentmedium [0..1]
+oppbevaringssted : string [0..*]
+virksomhetsspesifikkeMetadata : any [0..1]
-- Registrering --
+arkivertDato : datetime [0..1]
+arkivertAv : string [0..1]
+referanseArkivertAv : SystemID [0..1]
+kassasjon : Kassasjon [0..1]
+skjerming : Skjerming [0..1]
+gradering : Gradering [0..1]
+referanseArkivdel : SystemID [0..1]
-- Arkivenhet --
+systemID : SystemID [0..1]
+oppdatertDato : datetime [0..1]
+opprettetDato : datetime [0..1]
+opprettetAv : string [0..1]
+oppdatertAv : string [0..1]
+referanseOppdatertAv : SystemID [0..1]
+referanseOpprettetAv : SystemID [0..1]
}
@enduml
|
09421fb2cfbc80f3822ef06fd5a38ba18da31931 | f002d4fec095b991b553a0f706b575c58d1ec4d0 | /demo3/src/class.puml | 2c33ca46ed43ef37596dfc5519e9517f17bb9597 | [] | no_license | MinuteLight/is_analysis | 65cbdcc5fb20c197e081fd6bdb3a085e80cc0fa6 | ac155c1656396407143fae7ee5c94ee6c49809e4 | refs/heads/master | 2021-04-12T08:04:36.700698 | 2018-06-08T03:21:10 | 2018-06-08T03:21:10 | 125,817,072 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,086 | puml | @startuml
title 基于GitHub的实验管理平台--类图
class users {
<b>user_id</b> (用户ID)
name (用户真实姓名)
github_username (用户GitHub账号)
password (用户密码)
disable (用户是否禁用)
}
class teachers{
<b>teacher_id</b> (老师工号)
department (老师所属部门)
teacher_term(老师教授的学期)
teacher_course(老师教授的课程)
}
class students{
<b>student_id</b> (学号)
class (班级)
result_sum(成绩汇总)
web_sum (网站正确与否汇总)
student_term(学生选课的学期)
student_course(学生选的课程)
}
users <|- students
users <|-- teachers
class grades {
<b>student_id</b> (学号)
<b>experi_id</b> (实验编号)
result (最终分数)
comment(实验评语)
update_date (评改日期)
grade_specific(每个实验的多个评分项)
grade_present(每个实验占总成绩的百分比)
}
class experiments {
<b>experi_id</b> (实验编号)
experi_title (实验名称)
experi_term(学期)
experi_link(每个实验的链接地址)
}
class terms{
<b>term_id</b>(学期编号)
term_name(学期名称)
}
class courses{
<b>course_id</b>(课程编号)
course_name(课程名)
}
class select{
<b>select_id</b>(选课ID)
<b>course_id</b>(课程编号)
teacher_id(老师工号)
student_id(学生学号)
term_id(学期编号)
}
class sections{
<b>section_id</b>(评分项ID)
<b>experi_id</b>(实验编号)
section_title(每个评分项的名称)
section_percent(每个评分项分数占此实验的百分比)
}
grades "1" -- "n" sections
students "1" -- "n" grades
experiments "1" -- "n" grades
teachers "1" -- "n" select
students "1" -- "n" select
terms "1" -- "n" courses
courses "1" -- "n" experiments
terms "1" -- "n" select
@enduml |
0cce7d7a392189d13b1906754b96e8cd7e91959d | fbd4ab7cd047d24cabf6fd77b1f2ef9e4d1526c8 | /src/main/java/ex45/WordFinder.puml | 47696308a07440ea2d3a64c5b87f20ccc9c75e4a | [] | no_license | udaygudipudi/Gudipudi-cop3330-assignment3 | 2af92dae2c1d8d5004a8c664e7250a222d0d8399 | 3164106ff0208e29db04ef93fbebfdbdc4dd3de9 | refs/heads/master | 2023-08-12T12:48:43.421507 | 2021-10-12T02:31:42 | 2021-10-12T02:31:42 | 416,155,292 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 133 | puml | @startuml
class WordFinder {
+ rewrite(String filename) throws IOException
+ main(String[] args) throws IOException
}
@enduml |
29dd8522600c31021c70a0e670d1c74b766a5157 | 4f4913977a463b89502c9aa661d4e54ef0792121 | /cinehub/src/main/java/com/unisa/cinehub/control/control.plantuml | 8efb3de578f5655f43b1eeb8ff6254b06400d58a | [
"Unlicense"
] | permissive | x-mariachiara/CineHub | 3472c816ecc0101b2f9af8253384c41003a3e7bf | be90bcfa8f3e5d62a3f3a064a693040adb9274f7 | refs/heads/main | 2023-03-21T03:11:22.309767 | 2021-03-10T15:11:33 | 2021-03-10T15:11:33 | 300,381,268 | 3 | 1 | null | 2021-01-29T16:58:38 | 2020-10-01T18:22:23 | null | UTF-8 | PlantUML | false | false | 5,209 | plantuml | @startuml
title CONTROL Class Diagram\n
namespace com.unisa.cinehub {
namespace control {
class com.unisa.cinehub.control.CatalogoControl {
+ addRecensione(Recensione recensione): void
+ requestRecensioneById(Long id): Recensione
+ addMiPiace(boolean b, Recensione recensione): void
+ findMiPiaceById(Recensione recensione): MiPiace
+ getNumeroMiPiaceOfRecensione(Recensione recensione): Integer
+ getNumeroNonMiPiaceOfRecensione(Recensione recensione): Integer
+ rispondiARecensione(Recensione risposta): void
+ findAllFilm(): List<Film>
+ findAllSerieTv(): List<SerieTv>
+ findMostRecentMedia(Integer howMany): List<Media>
+ puntateByStagione(Long idSerieTv, Integer numeroStagione): List<Puntata>
+ puntateBySerie(Long idSerieTv): List<Puntata>
+ findFilmById(Long id): Film
+ findSerieTvById(Long id): SerieTv
+ findPuntataById(PuntataID puntataID): List<Puntata>
+ searchFilmByGenere(Collection<Genere> generi): List<Film>
+ searchSerieTVByGenere(Collection<Genere> generi): List<SerieTv>
+ searchFilmByTitle(String titolo): List<Film>
+ findAllPuntate(): List<Puntata>
+ findPuntataByTitle(String titolo): List<Puntata>
+ searchSerieTvByTitle(String titolo): List<SerieTv>
+ findMostVoted(): List<Media>
}
}
}
namespace com.unisa.cinehub {
namespace control {
class com.unisa.cinehub.control.GestioneCatalogoControl {
+ addFilm(Film film): Film
+ addSerieTV(SerieTV serieTv): SerieTv
+ addPuntata(Puntata puntata, Long idSerieTv, Integer numeroStagione): void
+ addCast(Cast cast): void
+ addRuolo(Ruolo ruolo, Long castId, Long mediaId): void
+ findAllCast(): List<Cast>
+ updateFilm(Film film): void
+ updateSerieTv(SerieTv serieTv): void
+ updatePuntata(Puntata puntata): void
+ removeFilm(Long id): void
+ removeSerieTV(Long id): void
+ removePuntata(PuntataID id): void
+ removeCast(Long id): void
+ addGeneriFilm(Collection<Genere> generi, Long id): void
+ addGeneriSerieTv(Collection<Genere> generi, Long id): void
+ findRecensioniByMiPiace(Recensibile recensibile): List<Recensione>
+ requestAllRecensioni(): List<Recensione>
}
}
}
namespace com.unisa.cinehub {
namespace control {
class com.unisa.cinehub.control.ModerazioneControl {
+ addSegnalazione(Recensione recensione): void
+ bannaRecensore(String email): void
+ findAllSegnalazioni(): List<Segnalazione>
+ deleteRecensione(Recensione recensione): void
+ isSegnalted(Recensione recensione): Boolean
}
}
}
namespace com.unisa.cinehub {
namespace control {
class com.unisa.cinehub.control.UtenteControl {
- cal : Calendar
- eventPublisher : ApplicationEventPublisher
+ getAllRecensori(): List<Recensore>
+ getAllNotBannedRecensori(): List<Recensore>
+ registrazioneUtente(Utente utente): Utente
+ confermaRegistrazione(String token): void
}
}
}
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.media.film.FilmService
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.utente.MiPiaceService
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.media.serietv.PuntataService
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.recensione.RecensioneService
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.media.serietv.SerieTVService
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.utente.UtenteService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.media.CastService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.media.film.FilmService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.media.serietv.PuntataService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.recensione.RecensioneService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.media.RuoloService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.media.serietv.SerieTVService
com.unisa.cinehub.control.ModerazioneControl -- com.unisa.cinehub.model.recensione.RecensioneService
com.unisa.cinehub.control.ModerazioneControl -- com.unisa.cinehub.model.utente.SegnalazioneService
com.unisa.cinehub.control.ModerazioneControl -- com.unisa.cinehub.model.utente.UtenteService
com.unisa.cinehub.control.UtenteControl -- com.unisa.cinehub.model.utente.RecensoreService
com.unisa.cinehub.control.UtenteControl -- com.unisa.cinehub.model.utente.UtenteService
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
|
4256e23aebe5f9d4493a6aa9a2d06c0725c1bdc5 | 9cccabca8eff25502a735f8fe4ceff3a09b4c444 | /slide/res/uml/protelis-vm.puml | ea984e587d1fd735c35dfd0ac17e9b257401aed3 | [
"CC-BY-SA-3.0",
"CC-BY-SA-4.0",
"Apache-2.0"
] | permissive | NiccoMlt/protelis-web-thesis | 1d077bf8180c415789d52f4a7bb9e5c67d470bb3 | 49bf1e3a3b89df55f0a4176bb4c3b3a14941d497 | refs/heads/master | 2020-12-23T14:02:23.293073 | 2020-03-23T19:14:45 | 2020-03-23T19:14:45 | 237,173,330 | 0 | 0 | Apache-2.0 | 2020-03-11T13:34:43 | 2020-01-30T08:51:15 | TeX | UTF-8 | PlantUML | false | false | 680 | puml | @startuml protelis-vm
' skinparam groupInheritance 2
' skinparam linetype polyline
' skinparam linetype ortho
skinparam linetype straight
' skinparam monochrome true
skinparam ClassBorderColor black
skinparam ArrowColor black
skinparam backgroundColor transparent
skinparam classBackgroundColor transparent
' skinparam style strictuml
class ProtelisVM {
- ctx: ExecutionContext
- prog: ProtelisProgram
+ runCylce()
}
interface ExecutionContext {
+ deviceUID
+ currentTime
}
ProtelisVM o.. ExecutionContext: uses
interface ProtelisProgram {
+ name
+ currentValue
+ compute(executionContext)
}
ProtelisVM o.left. ProtelisProgram: executes
@enduml
|
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
|
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
|
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
|
9e5acfd74307486e36397aaa6c7288d22681a6ce | e080a9db22334fc8edfe856daff705ccd56528eb | /test6/src/class.puml | 3a1e82f823b29d9fbab855a8944cc72f86715368 | [] | no_license | worldghost/is_analysis | 62b5b2b904b24238740a9303b9467e500f4303d8 | 45087b97be408d3737cfc84dbf08b930c12697de | refs/heads/master | 2020-03-07T18:05:16.251959 | 2018-06-07T04:37:53 | 2018-06-07T04:37:53 | 127,628,064 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,377 | puml | @startuml
title 基于GitHub的实验管理平台--类图
class users #YELLOW{
<b>user_id</b> (用户ID)
name (用户姓名)
github_username (用户GitHub账号)
update_date (用户GitHub账号修改日期)
password (用户密码)
disable (用户是否禁用)
}
class teachers #YELLOW{
<b>teacher_id</b> (老师工号)
department (老师所属部门)
}
class students #YELLOW{
<b>student_id</b> (学号)
class (班级)
result_sum(成绩汇总)
web_sum (网站正确与否汇总)
GitHub (GitHub账号)
}
users <|- students
users <|-- teachers
users --|> login
class login #YELLOW{
<b>username</b> (用户名)
password (密码)
}
class grades #YELLOW{
<b>student_id</b> (学号)
<b>test_id</b> (实验编号)
result (分数)
memo (评价)
update_date (评改日期)
}
class experiment #YELLOW{
<b>experiment_id</b> (实验编号)
title (实验名称)
}
class course #YELLOW{
<b>course_id</b> (课程号)
number (课程数量)
}
class semester #YELLOW{
<b>semester_id</b> (学期号)
}
students "1" -- "n" grades
experiment "1" -- "n" grades
course "1" -- "n" experiment
semester "1" -- "n" course
@enduml |
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
|
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 |
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
|
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
|
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
|
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 |
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 |
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 |
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 |
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
|
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 |
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
|
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 |
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
|
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 |
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 |
5fea82e5ea1a56bf8c202a3c3413bdcd5a0ef4f8 | c887832aa1f683f2722091dcbe2b1f8e5b41a5a6 | /planning/resources/data/Verb.puml | 218bdec2d703b092f02627e92a693286b6fb52b1 | [] | no_license | wdyczko/nihongo | 37e4e005b79e13c6140cfb2ae7587ad4673d4516 | 008780079430a4712f71cb295f649dbda0676d5c | refs/heads/master | 2021-01-19T02:31:06.376825 | 2016-02-01T09:50:31 | 2016-02-01T09:50:31 | 44,380,763 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 629 | puml | @startuml
class Verb {
- negative : StringProperty
- conjunctive : StringProperty
- plain : StringProperty
- conditional : StringProperty
- volitional : StringProperty
--
- local : StringProperty
- kanaBase : StringProperty
}
class VerbList {
- verbs : ObservableList<Verb>
..
Setters and getters for verbs
}
VerbList o-- Verb
note right of Verb
<b>negative</b> : 書かない
<b>conjunctive</b> : 書きます
<b>plain</b> : 書く
<b>conditional</b> : 書けば
<b>volitional</b> : 書こう
<b>local</b> : pisać
<b>kanaBase</b> : か
end note
@enduml |
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
|
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
|
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 |
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 |
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
|
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 |
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
|
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
|
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
|
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 |
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
|
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
|
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
|
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 |
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
|
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
|
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 |
70bfcc9be0ac0188c6cb745688aeec0254597506 | 088856ec5790009dd9f9d3498a56fe679cfab2e8 | /src/puml/5/ucmitz/svg/class/baser-core/api_contents.puml | 2c921a49d8a26884298896220af95295d864ef85 | [] | no_license | baserproject/baserproject.github.io | 21f244348890652286969afa1fde27c5c4d9e4ad | 8d61cf720f833854e1a3c97136e22e75baea7bb0 | refs/heads/master | 2023-08-09T03:21:53.341423 | 2023-07-27T07:28:50 | 2023-07-27T07:28:50 | 228,826,353 | 0 | 12 | null | 2023-08-17T02:31:05 | 2019-12-18T11:31:51 | HTML | UTF-8 | PlantUML | false | false | 3,223 | puml | @startuml api_contents
skinparam handwritten true
skinparam backgroundColor white
hide circle
skinparam classAttributeIconSize 0
title コンテンツ管理API
class Api\ContentsController {
+ コンテンツ情報取得 : view()
+ ゴミ箱情報取得 : view_trash()
+ コンテンツ一覧情報取得 : index()
+ ゴミ箱に捨てる : delete()
+ ゴミ箱削除 : delete_trash()
+ ゴミ箱を空にする : trash_empty()
+ コンテンツ編集 : edit()
+ コンテンツを元に戻す : trash_return()
+ 公開状態を変更する : change_status()
+ フルURLを取得する : get_full_url()
+ 指定したIDのコンテンツが存在するか確認する : exists()
+ サイトに紐付いたフォルダリストを取得 : get_content_folder_list()
+ コンテンツ名変更 : rename()
+ エイリアスの作成 : add_alias()
+ 指定したURLのパス上のコンテンツでフォルダ以外が存在するか確認 : exists_content_by_url()
+ 並び順を移動する : move()
}
class ContentService {
+ ContentsTable
}
class ContentServiceInterface {
+ get()
+ getTrash()
+ getChildren()
+ getEmptyIndex()
+ getTreeIndex()
+ getIndex()
+ getTableConditions()
+ getTableIndex()
+ getTrashIndex()
+ getContentFolderList()
+ convertTreeList()
+ alias()
+ delete()
+ hardDelete()
+ hardDeleteWithAssoc()
+ deleteAll()
+ hardDeleteAll()
+ restore()
+ restoreAll()
+ getContentsInfo()
+ deleteRecursive()
+ getParentLayoutTemplate()
+ getUrlById()
+ getUrl()
+ update()
+ publish()
+ unpublish()
+ exists()
+ move()
+ isMovable()
+ isPublishById()
+ isAllowPublish()
+ existsContentByUrl()
}
class ContentsTable {
}
class Content {
+ ID:id
+ コンテンツ名:name
+ プラグイン:plugin
+ コンテンツタイプ:type
+ 実体ID:entity_id
+ URL:url
+ サイトID:site_id
+ エイリアスID:alias_id
+ メインサイトコンテンツID:main_site_content_id
+ サイトルートに配置されているかどうか:site_root
+ 親ID:parent_id
+ 左位置:lft
+ 右位置:rght
+ 深さ:level
+ タイトル:title
+ 説明文:description
+ アイキャッチ:eyecatch
+ 作成者ID:author_id
+ レイアウトテンプレート:layout_template
+ 公開状態:status
+ 公開開始日:publish_begin
+ 公開終了日:publish_end
+ 自公開状態:self_status
+ 自公開開始日:self_publish_begin
+ 自公開終了日:self_publish_end
+ 作成日:created_date
+ 編集日:modified_date
+ 検索結果より除外するかどうか:exclude_search
+ メニューから除外するかどうか:exclude_menu
+ メニューのリンクを別窓で開くかどうか:blank_link
+ 削除日:deleted_date
+ 削除状態:deleted
+ 作成日(システム):created
+ 編集日(システム)modified
}
Api\ContentsController -down[#Black]-> ContentService
Api\ContentsController -up[#Black]-|> BcApiController
ContentService -left[dotted,#Black]-|> ContentServiceInterface
ContentService -down[#Black]-> ContentsTable
ContentsTable -right[#Black]-> Content
@enduml
|
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
|
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 |
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 |
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
|
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)
}
} |
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
|
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
|
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 |
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
|
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 |
c8c28c0ff8ba9c8c442cf34499162adabda044e1 | 439ac9bc04dc476f5ab765152ac7f7ea9b03d90a | /decorate/src/main/java/Decorate.puml | 8aa6675554e9a099e287d59d0869e015b60185e5 | [] | no_license | risky78125/RecordDemo | 4bb3daaff4ef7a123281f7e107baa4fbd5b126a3 | 153f1b5922f1cf812847601956ebec3c5d3144cc | refs/heads/master | 2021-01-21T13:26:12.566338 | 2016-04-16T15:31:41 | 2016-04-16T15:31:41 | 53,373,397 | 47 | 6 | null | null | null | null | UTF-8 | PlantUML | false | false | 545 | puml | @startuml
abstract class Beverage
abstract class CondimentDecorator
Beverage <|-- Espresso
Beverage <|-- HouseBlend
Beverage <|-- CondimentDecorator
CondimentDecorator <|-- Mocha
CondimentDecorator <|-- Milk
class Beverage {
String description
String getDescription()
abstract double cost()
}
class CondimentDecorator{
abstract String getDescription()
}
class Mocha{
Beverage b
public Mocha(Beverage b){this.b = b}
public String getDescription(){return b.getDescription + ",摩卡";}
public double cost(){return .20 + b.cost();}
}
@enduml |
96ece22813490337f7747a79e2aedeacf29bbac7 | b5bc19cdf4e40c24fb4a028c42cc73d112760547 | /DesignMode/src/main/resources/BridgePattern.puml | 64d308c6c58c2d1fe6b882c6b531fc4f1f2896b5 | [
"Apache-2.0"
] | permissive | 793753509/InterviewIForJob | 5b92bae2f72a73ffb36e2cee8638b8bfe3000a2f | 2c3f5fc4e1aa599581223000b5ac591e43bc1388 | refs/heads/main | 2023-03-29T04:18:57.081000 | 2021-04-03T05:00:40 | 2021-04-03T05:00:40 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,679 | puml | @startuml
/'设备和远程控制之间的桥接'/
/'所有设备的通用接口'/
interface Device{
+ boolean isEnabled();
+ void enable();
+ void disable();
+ int getVolume();
+ void setVolume(int percent);
+ int getChannel();
+ void setChannel(int channel);
+ void printStatus();
}
/'收音机'/
class Radio{
- boolean on = false;
- int volume = 30;
- int channel = 1;
+ boolean isEnabled();
+ void enable();
+ void disable();
+ int getVolume();
+ void setVolume(int volume);
+ int getChannel();
+ void setChannel(int channel);
+ void printStatus();
}
Radio ..|> Device
/'电视机'/
class Tv{
- boolean on = false;
- int volume = 30;
- int channel = 1;
+ boolean isEnabled();
+ void enable();
+ void disable();
+ int getVolume();
+ void setVolume(int volume);
+ int getChannel();
+ void setChannel(int channel);
+ void printStatus();
}
Tv ..|> Device
/'所有远程控制器的通用接口'/
abstract Remote{
# Device device;
+ {abstract} void power();
+ {abstract} void volumeDown();
+ {abstract} void volumeUp();
+ {abstract} void channelDown();
+ {abstract} void channelUp();
}
Remote o--> Device
note right of Remote: 抽象类,方法全部是抽象方法;改为接口\n则不能实现Remote和Device之间的关联关系!
/'基础远程控制器'/
class BasicRemote{
+ void power();
+ void volumeDown();
+ void volumeUp();
+ void channelDown();
+ void channelUp();
}
BasicRemote --|> Remote
/'高级远程控制器'/
class AdvancedRemote{
+ void mute();
}
AdvancedRemote --|> BasicRemote
/'客户端'/
class Client{
}
Client ..> AdvancedRemote
Client ..> BasicRemote
@enduml
|
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 |
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 |
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
|
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
|
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
|
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 |
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 |
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 |
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 |
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
|
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 |
977b65f6ad4fab4ef068b92c9c1354dc397214d4 | d93164272b4c67d091d300a30b68c9df3f55a2d3 | /docs/diagrams/class/class-player-side.plantuml | d6c957b46dbea6b3be7e3c036ad99f2b8fbdf02a | [
"MIT"
] | permissive | mati1297/tp2_algoblocks | ceca0aff4eaf09c6bb8c19d154e28b297b0de7f1 | c02c5453f21bfe7361fbb19d8ee06ee16be6ebb5 | refs/heads/master | 2023-03-16T19:10:57.644392 | 2021-03-08T20:38:03 | 2021-03-08T20:38:03 | 319,747,541 | 0 | 0 | MIT | 2021-03-08T20:34:48 | 2020-12-08T20:02:33 | Java | UTF-8 | PlantUML | false | false | 1,213 | plantuml | @startuml
skinparam classAttributeIconSize 0
class Game {
}
class Player {
+ run(sequence : Sequence) : Drawing
+ move(direction : Direction)
}
class Coordinates {
}
class Coordinate {
- coordinate : int
+ inc() : Coordinate
+ dec() : Coordinate
}
class Pencil {
+ draw(start : Coordinates, finish : Coordinates) : Shape
+ raise()
+ lower()
}
interface PencilState {
{abstract}+ draw(start : Coordinates, finish : Coordinates) : Shape
}
class RaisedPencilState {
}
class LoweredPencilState {
}
class Movement {
- grid : Grid
+ move(direction : Direction, position : Coordinates) : Coordinates
}
interface Direction {
{abstract}+ move(actualCoords : Coordinates) : Coordinates
}
class Drawing {
- shapes : ArrayList<Shape>
+ addShape(newShape : Shape)
}
Game "1" o-- "1" Player
Coordinates "1" o-- "2" Coordinate
Player "1" o--left "1" Pencil
Player "1" o--down "1" Coordinates
Player "1" o-- "1" Movement
Player o--right "1" Drawing
Sequence .. Player
Direction <..left Player
Pencil o--down "1" PencilState
PencilState <|.. RaisedPencilState
PencilState <|.. LoweredPencilState
Direction <.. Movement
Coordinates <.. Movement
@enduml |
8fe990ec522d91b994bd13ac575d23bbd5006cb5 | 1c6eae4b5ebbddce35a2fad77b69189e5290ea2a | /src/design/adapter/Main.puml | 53de92aa70884485314fffe312ea1cfb639e41d8 | [] | no_license | GitHubFeiLong/design | b4d2a07fc4675c469bf40aa5a05ae3c66d2a9382 | 377b5b08771a7257d9b9a9aa9578ed98f59c8697 | refs/heads/master | 2023-02-05T01:08:47.905972 | 2023-01-30T12:51:13 | 2023-01-30T12:51:13 | 187,624,865 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 781 | puml | @startuml
'https://plantuml.com/class-diagram
title 适配器模式
abstract class CarController {
+ move()
+ phonate();
+ twinkle();
}
note top of CarController: 目标抽象类
note left of CarController::"move()"
移动
end note
note left of CarController::"phonate()"
发出声音
end note
note left of CarController::"twinkle()"
灯光闪烁
end note
class PoliceSound{
alarmSound()
}
note right of PoliceSound: 适配者类
class PoliceLamp{
alarmLamp()
}
note left of PoliceLamp: 适配者类
class PoliceCarAdapter extends CarController{
- PoliceSound sound;
- PoliceLamp lamp;
+ phonate();
+ twinkle();
}
note left of PoliceCarAdapter: 适配器类
PoliceCarAdapter <.. PoliceSound
PoliceCarAdapter <.. PoliceLamp
@enduml
|
5077234e19232e9689701aa4c5fcdbe92c123f59 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao2/MD_a3.puml | 9ac49c63bb697c2fb35e554df286e4d4ce71b879 | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,940 | puml | @startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Plataforma {
-String designacao
}
class AreaAtividade {
-String codigo
-String descBreve
-String descDetalhada
}
class CompetenciaTecnica {
-String codigo
-String descBreve
-String descDetalhada
}
class Categoria {
-String id
-String descricao
}
class Organizacao {
-String nome
-String NIF
-String website
-String telefone
-String email
}
class Colaborador {
-String nome
-String funcao
-String telefone
-String email
}
class EnderecoPostal {
-String local
-String codPostal
-String localidade
}
class CaraterCT {
-Boolean obrigatoria
}
class Tarefa {
-String referencia
-String designacao
-String descInformal
-String descTecnica
-Integer duracaoEst
-Double custoEst
}
class Freelancer {
}
class Administrativo {
}
class Utilizador {
-String nome
-String email
-String password
}
Plataforma "1" -- "*" AreaAtividade : possui >
Plataforma "1" -- "*" CompetenciaTecnica : possui >
Plataforma "1" -- "*" Organizacao : tem registadas >
Plataforma "1" -- "*" Freelancer : tem/usa >
Plataforma "1" -- "*" Administrativo : tem >
Plataforma "1" -- "*" Categoria : possui >
Plataforma "1" -- "*" Tarefa: possui >
Organizacao "1" -- "1..*" Colaborador: tem >
Organizacao "1" -- "1" Colaborador: tem gestor >
Organizacao "1" -- "1" EnderecoPostal: localizada em >
CompetenciaTecnica "*" -- "1" AreaAtividade : referente a >
Categoria "1" -- "1" AreaAtividade: enquadra-se em >
Categoria "*" -- "*" CompetenciaTecnica: requer >
(Categoria, CompetenciaTecnica) .. CaraterCT
Tarefa "*" -- "1" Categoria: enquadra-se em >
Tarefa "*" -- "1" Colaborador: especificada por >
Tarefa "*" -- "1" Organizacao: pertence a >
Freelancer "0..1" -- "1" Utilizador: atua como >
Administrativo "0..1" -- "1" Utilizador: atua como >
Colaborador "0..1" -- "1" Utilizador: atua como >
@enduml
|
7babcc2ebeaaf0633291750c12482fad88a04e84 | 9f9ab0789b0a2e5a5c9dc43652cba0ed342761d2 | /src/main/java/ex43/ex43-ClassDiagram.puml | d06bda07e9b1aa109b2b3270936095945495665d | [] | no_license | kieran-l-jimenez/jimenez-cop3330-assignment3 | afbe07bcdad58058589ac957e0e53af9fbe02230 | aba5f9e482b5b3b6d81d8e5431d8a669c98baa6d | refs/heads/master | 2023-06-05T16:28:21.426526 | 2021-06-21T03:41:51 | 2021-06-21T03:41:51 | 378,733,105 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 247 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
void main()
}
App <- websiteInfo
class websiteInfo {
String SiteName
String AuthorName
boolean JScriptFolder
boolean CSSFolder
websiteInfo promptInfo()
void generateWebsite()
}
@enduml |
7ba87d47bbf1bb3c4bdfac3e9bb1a1207ca92f67 | 2bc551f9c2ecb57ec0cb93ad18d3ce0bafbddb34 | /设计模式/设计模式尚硅谷/designpatternlearning/src/main/java/tk/designpattern/adapter/objectadapter/classAdapter.puml | 3ca6af8ebabbcc5868ae9904357804942abcc0d3 | [] | no_license | YiboXu/JavaLearning | c42091d6ca115826c00aad2565d9d0f29b1f5f68 | 97b4769ebbe096e0ab07acb6889fb177e2ca5abe | refs/heads/master | 2022-10-27T23:47:54.637565 | 2020-06-16T09:12:09 | 2020-06-16T09:12:09 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 437 | puml | @startuml
together {
class Voltage220 {
+ int output220()
}
interface PhoneCharging {
public int output5();
}
class VoltageAdapter implements PhoneCharging{
- Voltage220 voltage220
+ int output5()
}
}
class Phone {
- PhoneCharging phoneCharging;
+ Phone(PhoneCharging phoneCharging)
+ void charging()
}
VoltageAdapter <|- Voltage220
Phone o- PhoneCharging
@enduml |
101f2c488c0943a0691356e9fb1993942a0daaf4 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AttributeEnumType.puml | d6e79041959daf29c99d1c9d0960b6f907084107 | [] | 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 | 461 | 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 AttributeEnumType [[AttributeEnumType.svg]] extends AttributeType {
name: String
values: [[AttributePlainEnumValue.svg List<AttributePlainEnumValue>]]
}
interface AttributeType [[AttributeType.svg]] {
name: String
}
@enduml
|
1b4a2e63be0d728e681fd75bb9ee3287b2c44dc1 | a4eea143d187a7dd41c044569ad9764ee6de3508 | /src/fr/esilv/simpleparql/UML/Converter.puml | 1d10de557e8c24564675d9552197a7fea833f517 | [] | no_license | absabry/SimplePARQL | 0238db78c8484f80ff0413761b5569ac8c2dbe14 | ed77e7850d6f810ac5c7443c00f5226e8fa1ebec | refs/heads/master | 2021-01-20T12:41:12.886429 | 2017-11-27T12:31:31 | 2017-11-27T12:31:31 | 90,390,303 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,847 | puml | @startuml
enum fr.esilv.simpleparql.source.model.POSITION {
SUBJECT
PREDICATE
OBJECT
}
note top of fr.esilv.simpleparql.source.model.POSITION: position in a triple.
enum fr.esilv.simpleparql.source.model.VARIABLES {
VARIABLE
LABEL
TMP1
TMP2
}
note top of fr.esilv.simpleparql.source.model.VARIABLES: variables created name.
enum fr.esilv.simpleparql.source.model.PAGE {
FIRST
SECOND
THIRD
}
note bottom of fr.esilv.simpleparql.source.model.PAGE: result's page.
enum fr.esilv.simpleparql.source.model.TRUC_TYPE {
STRING
WORD
SLASH
}
note bottom of fr.esilv.simpleparql.source.model.TRUC_TYPE: type of the truc created.
interface fr.esilv.simpleparql.source.converter.filter.FilterGenerator {
createSPARQLFilter(truc:String, variable:String ) : String
}
note top of fr.esilv.simpleparql.source.converter.filter.FilterGenerator: Interface to handle strategies.
class fr.esilv.simpleparql.source.converter.filter.FilterDefault{
createSPARQLFilter(truc:String, variable:String ) : String
}
note bottom of fr.esilv.simpleparql.source.converter.filter.FilterDefault: Class to handle default strategy.
class fr.esilv.simpleparql.source.converter.filter.FilterVirtuoso{
+createSPARQLFilter(truc:String, variable:String ) : String
}
note bottom of fr.esilv.simpleparql.source.converter.filter.FilterVirtuoso: Class to handle virtuoso strategy.
class fr.esilv.simpleparql.source.converter.filter.FilterRegex{
+createSPARQLFilter(truc:String, variable:String ) : String
}
note bottom of fr.esilv.simpleparql.source.converter.filter.FilterRegex: Class to handle regex strategy.
class fr.esilv.simpleparql.source.converter.filter.FilterCommon{
+createSPARQLFilter(truc:String, variable:String ) : String
+removeIgnoredPropreties(variable:String, ignored:List<String>):String
+createSPARQLLanguageFilter(variable:String, language:String):String
}
note top of fr.esilv.simpleparql.source.converter.filter.FilterCommon: Filters that will be the same everywhere.
fr.esilv.simpleparql.source.converter.filter.FilterGenerator <|.. fr.esilv.simpleparql.source.converter.filter.FilterDefault
fr.esilv.simpleparql.source.converter.filter.FilterGenerator <|.. fr.esilv.simpleparql.source.converter.filter.FilterVirtuoso
fr.esilv.simpleparql.source.converter.filter.FilterGenerator <|.. fr.esilv.simpleparql.source.converter.filter.FilterRegex
note top of fr.esilv.simpleparql.source.converter.filter: generate any queries' filters.
class fr.esilv.simpleparql.source.converter.query.SPARQLQueryGenerator{
-truc:Truc
-generatedComposants:ArrayList<Composant>
-filterGenerator: fr.esilv.simpleparql.source.converter.filter.FilterGenerator
- page : PAGE
+SPARQLQueryGenerator(Truc truc, fr.esilv.simpleparql.source.converter.filter.FilterGenerator filterGenerator, PAGE page)
+PageThird()
+PageSecond()
+PageFirst()
+generateRessources(Truc truc, PAGE page)
+generateProprieties(Truc truc, PAGE page)
+generatelabels(Truc truc, PAGE page)
+createGeneratedTriples()
+getGeneratedComposants()
}
note top of fr.esilv.simpleparql.source.converter.query.SPARQLQueryGenerator : Generate composants in order to use in SPARQLQueries.
class fr.esilv.simpleparql.source.converter.SparqlQueries{
- parser : SimplePARQLParser
- simpleARQLTrucs : ArrayList<Truc>
-counter : int
-filterGenerator : fr.esilv.simpleparql.source.converter.filter.FilterGenerator
- page : PAGE
-generatedQueries : ArrayList<SPARQLQueryGenerated>
-{static} logger : final Logger
-optionnal : boolean
SparqlQueries(SimplePARQLParser parser, fr.esilv.simpleparql.source.converter.filter.FilterGenerator filterGenerator, PAGE page, boolean optionnal)
SparqlQueries(SimplePARQLParser parser)
SparqlQueries(SimplePARQLParser parser, fr.esilv.simpleparql.source.converter.filter.FilterGenerator filterGenerator)
SparqlQueries(SimplePARQLParser parser, boolean optionnal)
SparqlQueries(SimplePARQLParser parser, PAGE page)
addFilterToTree(Pair<ParserRuleContext, Integer> groupGraphPattern, String filterText)
addTripleToTree(Pair<ParserRuleContext, Integer> groupGraphPattern, String filterText)
containsFilter(Pair<ParserRuleContext, Integer> groupGraphPattern, String filterText)
containsTruc()
createTruc(ParseTree trucInTree)
findInTree(ParserRuleContext tree, Truc element, int ruleIndex)
generateCartesianProductTrees(SPARQLQueryGenerated tree, Truc truc)
getGreaterPage(PAGE page1, PAGE page2)
mainGenerate()
removeOptionnalTrucFromTree(SPARQLQueryGenerated tree, Truc truc)
}
note top of fr.esilv.simpleparql.source.converter.SparqlQueries: SimplePARQL SPARQL converter.
class fr.esilv.simpleparql.source.model.Truc{
- parents : ArrayList<Pair<ParserRuleContext, Integer>>
- name : String
- position : fr.esilv.simpleparql.source.model.POSITION
- counter : int
- currentTriple : fr.esilv.simpleparql.source.model.Triple
- variables : HashMap<fr.esilv.simpleparql.source.model.VARIABLES, String>
+getCounter()
+getPosition()
+getCurrentTriple()
+getVariables()
+getName()
+getParents()
-createParentTree(ParseTree node)
-computePosition()
-find(int ruleIndex)
-generateTripleComposantes()
-clean(String text)
-generateVariables()
+isOptionnal()
+equals(Object other)
}
note top of fr.esilv.simpleparql.source.model.Truc : SimpleARQL new structure.
hide fr.esilv.simpleparql.source.model.Truc members
class fr.esilv.simpleparql.source.model.Triple{
- String subject
- String predicate
- String object
+getSubject()
+getPredicate()
+getObject()
+get(POSITION position)
}
note top of fr.esilv.simpleparql.source.model.Triple : Subject,predicate,object.
hide fr.esilv.simpleparql.source.model.Triple members
class fr.esilv.simpleparql.source.model.Constants{
+{static} VARIABLE = " ?SimplePARQL_" : final String
+{static} VARIABLE_LABEL = " ?label_" : final String
+{static} VARIABLE_TMP_1 = " ?tmp_var1_" : final String
+{static} VARIABLE_TMP_2 = " ?tmp_var2_" : final String
+{static} RDF = " rdfs:label " : final String
+{static} FILTER = "FILTER" : final String
+{static} CONTAINS_BIF = "bif:contains" : final String
+{static} CONTAINS = "CONTAINS" : final String
+{static} UCASE = "UCASE" : final String
+{static} STR = "STR" : final String
+{static} AND = " && " : final String
+{static} treeToString(SimplePARQLParser parser, ParserRuleContext query)
+{static} getNodeIndex(ParseTree node)
+{static} printTree(SimplePARQLParser parser, ParserRuleContext query, String title)
+{static} getTreeOfText(String text)
}
note top of fr.esilv.simpleparql.source.model.Constants : Constants used in the project.
hide fr.esilv.simpleparql.source.model.Constants members
class fr.esilv.simpleparql.source.model.Composant{
- filter : String
- triple : String
- page : PAGE
+getFilter()
+getPage()
+getTriple()
+Composant(String triple, String filter, PAGE page)
}
hide fr.esilv.simpleparql.source.model.Composant members
note bottom of fr.esilv.simpleparql.source.model.Composant : Filter(s), triple and all composant of the new query
class fr.esilv.simpleparql.source.model.SPARQLQueryGenerated{
- page : PAGE
- query :ParserRuleContext
+ SPARQLQueryGenerated(ParserRuleContext query, PAGE page)
+getQuery()
+getPage()
}
note bottom of fr.esilv.simpleparql.source.model.SPARQLQueryGenerated : Final SPARQL queries with page.
hide fr.esilv.simpleparql.source.model.SPARQLQueryGenerated members
class fr.esilv.simpleparql.source.model.SimplePARQLQuery{
- parser : SimplePARQLParser
+SimplePARQLQuery(SimplePARQLParser parser)
+getParser()
-{static} RearrangeQuery(SimplePARQLParser parser)
-{static} getComposantesOfTriples(ParseTree triplesSameSubject)
-{static} createNewChildren(ParseTree triplesSameSubject, ArrayList<Triple> triples)
-{static} join(ArrayList<Triple> list, String delimter)
}
note bottom of fr.esilv.simpleparql.source.model.SimplePARQLQuery : Delete ; and , from query.
hide fr.esilv.simpleparql.source.model.SimplePARQLQuery members
class fr.esilv.simpleparql.source.model.TreePrintListener{
- parser : SimplePARQLParser
- ruleNames:final List<String>
- builder : final StringBuilder
+visitTerminal(TerminalNode node)
+visitErrorNode(ErrorNode node)
+enterEveryRule(ParserRuleContext ctx)
+exitEveryRule(ParserRuleContext ctx)
}
note bottom of fr.esilv.simpleparql.source.model.TreePrintListener : Override displaying tree'smembers.
hide fr.esilv.simpleparql.source.model.TreePrintListener members
fr.esilv.simpleparql.source.model -- fr.esilv.simpleparql.source.converter.SparqlQueries : < use
fr.esilv.simpleparql.source.converter.filter -- fr.esilv.simpleparql.source.converter.SparqlQueries : < use
fr.esilv.simpleparql.source.converter.query -- fr.esilv.simpleparql.source.converter.SparqlQueries : < use
fr.esilv.simpleparql.source.converter.SparqlQueries -[hidden]--> fr.esilv.simpleparql.source.converter.query
fr.esilv.simpleparql.source.converter.SparqlQueries -[hidden]--> fr.esilv.simpleparql.source.converter.filter
@enduml |
3b3fa3db09cad7b11023e51976d48554d83c006d | 42288958c7f153c0980ffa1cbefc41cb18048b88 | /diagrams/enunciado_2/dc_ficha.plantuml | b935d73d89549b0841db67950a127af9d11025b1 | [] | no_license | fiuba/algo3_tateti | ab628407b13362bf2379057bfa62cc67ff523fa8 | dc72b90f4441bc7a7d5c471b5ebfa7dc76b08485 | refs/heads/master | 2023-06-27T05:16:31.159128 | 2021-08-01T16:24:33 | 2021-08-01T16:40:28 | 379,771,379 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 656 | plantuml | @startuml
class Ficha {
- caracter : Chart
+ igualA(otra : Ficha) : Boolean
+ contextoDeY(l : Linea3, c : Celda) : Ficha
+ funcionoComo() : Ficha
+ hayNumeroParDeOpuestos() : Ficha
+ opuesta() : Ficha
}
class Linea3 {
+ todasLasFichasSonDe(j : Jugador) : Boolean
+ hayNumeroParDeOpuestos(f : Ficha) : Boolean
}
class Celda {
- contenido : Ficha
+ contiene(f : Ficha) : Boolean
+ tieneColumnaPar() : Boolean
}
class Vacio {
+ inicializar()
}
Vacio --|> Ficha
Ficha o- Linea3: "fichasEnColumna2 >"
Ficha o- Celda: "celdaDondeMeAgregaron >"
@enduml
|
cf23c93b1a9cca3ceb9943f029164611bf625633 | f25a1ff7b99c78a4e932bff0a8d47efa9bc8f988 | /src/main/java/org/apache/ibatis/transaction/transaction.puml | 22fa9454d394178db07f8b343c8ed505d8e20fef | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | zhhongCai/mybatis-3 | bda1eb38e1ecd1a03518042bf1c05ae9bac4c030 | 3bde2f5305465682ff3fc5aaabaf6db77565ab0c | refs/heads/master | 2020-08-27T04:09:08.352011 | 2019-11-21T00:13:56 | 2019-11-21T00:13:56 | 217,238,620 | 1 | 0 | NOASSERTION | 2019-10-24T07:30:45 | 2019-10-24T07:30:42 | null | UTF-8 | PlantUML | false | false | 680 | puml | @startuml
interface Transaction {
+ getConnection() Connection throws SQLException;
+ commit() throws SQLException;
+ rollback() throws SQLException;
+ close() throws SQLException;
+ getTimeout() Integer throws SQLException;
}
interface TransactionFactory {
+ setProperties(Properties props)
+ newTransaction(Connection conn) Transaction
+ newTransaction(DataSource, TransactionIsolationLevel, boolean) Transaction
}
class ManagedTransaction implements Transaction {
}
class JdbcTransaction implements Transaction {
}
class ManagedTransactionFactory implements TransactionFactory {
}
class JdbcTransactionFactory implements TransactionFactory {
}
@enduml |
7bab3c113695c714d787a5363932d58680e2d6e7 | 3177cc08d47a97d5502a475da208c8293cc39fb7 | /Analyse/diagramme/CDD-parkour.puml | c3546dc8ef764f95233c9d2876046965666b0c00 | [] | no_license | anpnv/spclub | 9eaebf51843dedcdbf418eada3488c4c5c11d8eb | eb3d24389ce37b2436735fb587f7bd8cb5a9083b | refs/heads/main | 2023-08-03T07:34:51.252263 | 2021-09-30T16:18:26 | 2021-09-30T16:18:26 | 412,136,691 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,502 | puml | @startuml CDD
skinparam Shadowing false
skinparam defaultFontName Consolas
skinparam Linetype ortho
hide methods
class Hall {
idHall : int
name : string
address : Address
hour : string
}
class Address{
address : string
zip : string
city : string
}
class Competition {
idCompetition : int
nom : String
match: Match
address : Address
winner : Team
}
class Match {
idMatch : int
date : Date
startTime : time
team : Team
}
class Team {
idTeam : int
idMembers : int[3]
numberOfParticipant : int
name : string
}
class Member {
idMember : int
role : Role
lastName : string
firstName : string
pseudo : string
birthDate : string
address : Address
email : string
}
enum Role{
Student, Teacher, Manager
}
enum Type{
Course, Event
}
class Inscription {
idReservation : int
idMember : int
date : datetime
numberOfParticipantMax : int
hall : Hall
price : int
type : Type
}
class MembershipFee {
duration : int
priceMonth : int
}
Inscription "1" -left- "1" MembershipFee : has >
Inscription "0..*" -down- "1" Member : do <
Inscription "1" -- "1" Hall : possesses <
Inscription "1" -right- "1" Competition : has <
Competition "1" *-right- "1..*" Match : contains >
Match "1" -down- "2" Team : is composed of >
Address "1" -- "1" Hall : has <
Address "1" -- "1" Member : possesses <
Address "1..*" -- "1" Competition : takes place at <
@enduml |
8955b30be696be89deb822d96bacce002f250d65 | 9108816ca808326745f1d92f7a70a8f120f7b702 | /assets/uml/stats-spec.plantuml | 85696b74189d8ff6daeb3ba5e7454919ad55b33e | [
"MIT"
] | permissive | ohm-softa/13-map-reduce-collect | 3d71ce9e97648ae5c9589349c868048e1e810147 | a73df2a920c9f08dc2e89eded864d2f9b90de5e6 | refs/heads/master | 2023-07-06T03:10:29.321225 | 2023-07-01T15:12:39 | 2023-07-01T15:12:39 | 176,165,203 | 0 | 72 | null | null | null | null | UTF-8 | PlantUML | false | false | 432 | plantuml | @startuml TrumpTweetStats
package ohm.softa.a13.tweets {
+class TrumpTweetStats {
+{static}calculateSourceAppStats(tweetStream: Stream<Tweet>): Map<String, Long>
+{static}calculateTweetsBySourceApp(tweetStream: Stream<Tweet>): Map<String, Set<Tweet>>
+{static}calculateWordCount(tweetStream: Stream<Tweet>, stopWords: List<String>): Map<String, Integer>
}
}
@enduml
|
481d4db60d4a5825dc953bf98e7fbd5e943094f2 | 922014e5faff4bb4ec2e3cf365ceb9af45d7a6e3 | /docs/diagrams/t-srad-bank.puml | 4d37a02841b203c6346b2909e8e8a558b79f0695 | [
"MIT"
] | permissive | arnlaugsson/t-srad-demo | 104800a8abeccda97f66bfda100a3fedb86ebf6b | 0d1c42eadd773f6a2200fcc3866ec5bd23ac0d11 | refs/heads/main | 2023-03-24T18:30:28.303178 | 2021-03-22T09:06:52 | 2021-03-22T09:06:52 | 350,264,747 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,944 | puml | @startuml T-SRAD-Bank
hide empty description
hide empty members
title T-SRAD Bank
package T-SRAD-Bank {
class Branch {
id: int {unique}
}
class Logger {
monitorAccess()
}
class Employee {
employeeId: str
viewAccount(account)
}
class Account {
number: int {unique}
procurationHolder: Individual[]
interestRate: float
transactionHistory: transaction[1..*]
/id: string
/<u>totalBalance: float
--
calculateMonthlyInterests()
calculateYearlyInterests()
deposit(amount)
withdraw(amount)
transfer(Account, amount)
}
note as N1
<i>Account::id</i> is formatted as
{branch}-{type}-{number}
-> example: 0515-2-000343
end note
enum AccountType {
CheckingAccount
SavingsAccount
}
class Loan {
upPayFee: Percentage
initialAmount: float
numberOfPayments: int
interest: float
--
calculatePayments()
}
enum LoanType {
CarLoan
HousingLoan
RenevationLoan
}
abstract Owner {
ssn: str
email: Email[1..*]
telephone: Telephone[1..*]
makeLoanPayment(Loan, amount)
payUpLoan(Loan)
seeAccountStatus(Account)
seeLoanStatus(Loan)
}
class Individual {
name: str
overdraftTotalAllowance: float
--
applyForAnOverdraft(account, amount)
}
class Company {
entityName: str
contact: Individual[1..*]
}
Branch "1" o-- Account
Logger ..> Employee
Account ..> "1" AccountType
N1 -- Account
Branch "1" o-- "1..*" Employee
Branch "1" o-- Loan
Loan ..> "1" LoanType
Loan -- "[1..2]" Owner
Owner <|-- Individual
Employee --|> Individual
Owner <|-- Company
Account -- "1" Owner
Individual - Company : CEO
}
@enduml |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.