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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
202824ce6989afdbd7f659dc8f86b3d73518287f | ef4f9913b31c7ce6c913c8adcced062c0d5db5f9 | /design-patterns/codebase/src/main/resources/uml/abstract-factory/solution-diagram-1.puml | cee8fd1cd76d27a338455e0607b770eafe0412f0 | [] | no_license | lzbair/OO-Paradigm | 5061211c6af19612c9d8185493898441fb92257b | ddc653bd0fe17807bcd7fd6030bb3e6b05239d99 | refs/heads/master | 2023-06-27T14:54:19.349718 | 2023-02-21T09:53:06 | 2023-02-21T09:53:06 | 238,396,539 | 0 | 1 | null | 2023-06-14T22:49:02 | 2020-02-05T07:55:12 | Java | UTF-8 | PlantUML | false | false | 337 | puml | @startuml
class AbstractFactory {
createProductA()
createProductB()
}
AbstractFactory -right-> ProductA : create >
AbstractFactory -left-> ProductB : create >
class ProductA1 extends ProductA
class ProductA2 extends ProductA
class ProductB1 extends ProductB
class ProductB2 extends ProductB
@enduml
|
3e62e02132826f3560dc93ced67372a03dcd0499 | beda9c9d389e567cd4a1c12b86d75a69a1eaf249 | /diagrams/class/ViewClass.puml | 9cb7c55f88237b9ae4bc16bddcbcea2604c907f5 | [] | no_license | OmarAlghamdi/swe363-project-react | 004aa3954a3c671f9ecf8cb5cb3d243046725145 | 805587fafe35034b97fff4232d0a85250fddcde4 | refs/heads/master | 2020-09-11T18:16:24.446474 | 2020-05-20T06:24:48 | 2020-05-20T06:24:48 | 222,149,691 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,120 | puml | @startuml
skinparam classAttributeIconSize 0
class Index {
+Render()
+Home()
+View()
+Search(Query : String)
+JoinEvent()
}
class Admin {
+Render()
+Home()
+View()
+AcceptUser()
+RejectUser()
+BlockUser()
+DeleteUser()
}
class EventManager {
+Render()
+Home()
+View()
+Search(Query : String)
+AcceptEvent()
+RejectEvent()
+EditEvent()
+EndEvent()
}
class Reports {
+Render()
+Home()
+DisplayUser(Model : User)
+DisplayEvent(Model : Event)
+DisplayFeedback(Model : Feedback)
}
class NewEvent {
+Render()
+Home()
+SubmitEvent(Name : String, Description: String, Dates[] : Date)
+Cancel()
}
class EditEvent {
+Render()
+Home()
+EditEvent(Name : String, Description: String, Dates[] : Date)
+DiscardChange()
}
class Dashboard {
+Render()
+Home()
+View()
+Search(Query : String)
+AcceptRequest()
+RejectRequest()
+EditActivity()
+EndActivity()
+CancelRequest()
+EditRequest()
+SendFeedback()
}
class Profile {
+Render()
+Home()
+EditProfile(FName : String, LName: String, Email : String, Password : String)
+DiscardChange()
}
class SignIn {
+Render()
+Home()
+SignIn(Email : String, Password : String)
+ForgetPassowrd()
+SignUp()
}
class SignUp {
+Render()
+Home()
+SignUp(FName : String, Lname : String, Email : String, Password : String)
+SignIn()
}
class ApproveEvent {
+Render()
+Home()
+View()
+AcceptEvent()
+RejectEvent()
}
class SendFeedback {
+Render()
+Home()
+SubmitFeedback(Description : String)
+Cancel()
}
class Feedbacks {
+Render()
+Home()
+View()
+Reply()
}
class ReplyFeedback {
+Render()
+Home()
+SubmitReply(Description : String)
+Cancel()
}
class ResetPassword {
+Render()
+Home()
+ResetPassword(Email : String)
}
Index -- EventManager
Index -left- SignIn
Index -up- SignUp
Index -right- Dashboard
Index -- Profile
SignIn -- Index : User
SignIn -left- Admin : Admin
SignIn -up- ResetPassword
SignIn -up- SignUp
Admin -up- ApproveEvent
Admin -down- Reports
EventManager -right- NewEvent
EventManager -- EditEvent
EventManager -left- Profile
Dashboard -- EventManager
Dashboard -- Profile
Dashboard -right- Feedbacks
Feedbacks -up- SendFeedback
Feedbacks -right- ReplyFeedback
@enduml
|
6cb6c73d4b4f365f6f43f8e15ca9e51f5cb72ece | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AzureServiceBusDestination.puml | 525252be65c159135f9ee1cad741a95575f3de00 | [] | 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 AzureServiceBusDestination [[AzureServiceBusDestination.svg]] extends Destination {
type: String
connectionString: String
}
interface Destination [[Destination.svg]] {
type: String
}
@enduml
|
6222b69f89dd454b7a379f4c28ea463617638eb8 | fa713460b1f3004d5691e7c15a0d275b205ef851 | /diagram/Todoc_Data _Diagram.puml | bee3ea9339ff2ee22632ffdbd3a6d53a586d5c88 | [] | no_license | Philippe-DEBANDE/OC-DevAndroid-Projet5 | d513cac4f0fb32445b44edd3eea39937eb08cf18 | b9cf9c1005b79c9714fa6fd6e0a5ef9c861e7d08 | refs/heads/master | 2022-11-28T07:06:10.580004 | 2020-08-02T15:18:32 | 2020-08-02T15:18:32 | 284,226,422 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,535 | puml | @startuml
!define LIGHTBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
skinparam roundcorner 20
title __Todoc DATA Diagram__\n
namespace com {
namespace cleanup.todoc {
namespace database {
abstract class com.cleanup.todoc.database.TodocDatabase {
{static} - DBNAME : String
{static} - INSTANCE : TodocDatabase
{static} + getInstance()
{abstract} + projectDao()
{abstract} + taskDao()
{static} - prepopulateDatabase()
}
}
}
}
namespace com {
namespace cleanup.todoc {
namespace database {
namespace dao {
interface com.cleanup.todoc.database.dao.ProjectDao {
{abstract} + getProject()
{abstract} + getProjects()
{abstract} + insertProject()
}
}
}
}
}
namespace com {
namespace cleanup.todoc {
namespace database {
namespace dao {
interface com.cleanup.todoc.database.dao.TaskDao {
{abstract} + deleteTask()
{abstract} + getTask()
{abstract} + getTasks()
{abstract} + insertTask()
{abstract} + updateTask()
}
}
}
}
}
namespace com {
namespace cleanup.todoc {
namespace injection {
class com.cleanup.todoc.injection.Injection {
{static} + provideExecutor()
{static} + provideProjectDataSource()
{static} + provideTaskDataSource()
{static} + provideViewModelFactory()
}
}
}
}
namespace com {
namespace cleanup.todoc {
namespace injections {
class com.cleanup.todoc.injections.ViewModelFactory {
- executor : Executor
+ ViewModelFactory()
+ create()
}
}
}
}
com.cleanup.todoc.injections.ViewModelFactory .up.|> android.arch.lifecycle.ViewModelProvider.Factory
com.cleanup.todoc.injections.ViewModelFactory o-- com.cleanup.todoc.repositories.ProjectDataRepository : projectDataSource
com.cleanup.todoc.injections.ViewModelFactory o-- com.cleanup.todoc.repositories.TaskDataRepository : taskDataSource
namespace com {
namespace cleanup.todoc {
namespace list {
class com.cleanup.todoc.list.TaskViewModel {
- currentProject : LiveData<Project>
- executor : Executor
- projects : LiveData<List<Project>>
+ TaskViewModel()
+ createTask()
+ deleteTask()
+ getProjects()
+ getTasks()
+ init()
+ updateTask()
}
}
}
}
com.cleanup.todoc.list.TaskViewModel -up-|> android.arch.lifecycle.ViewModel
com.cleanup.todoc.list.TaskViewModel o-down- com.cleanup.todoc.repositories.ProjectDataRepository : projectDataSource
com.cleanup.todoc.list.TaskViewModel o-down- com.cleanup.todoc.repositories.TaskDataRepository : taskDataSource
com.cleanup.todoc.database -up- com.cleanup.todoc.database.dao.ProjectDao
com.cleanup.todoc.database -up- com.cleanup.todoc.database.dao.TaskDao
com.cleanup.todoc.repositories.ProjectDataRepository -down- com.cleanup.todoc.database.dao.ProjectDao
com.cleanup.todoc.repositories.TaskDataRepository -down- com.cleanup.todoc.database.dao.TaskDao
@enduml |
3cad506d6328a7d2561421acac864bb778af1587 | b7d2ba71058efa46eff4ed885324819fb3f99266 | /src/doc/CLI_Controllers/HouseMonitoring/US633/US633_cd_HouseMonitoring.puml | ebc4903f02d85dbe1bf19617b2983d2088365fa9 | [] | no_license | Almadanmp/backend4 | 3aaa5cbe453041917a510ceee83bf318499a9823 | 07ab3c1af9c7de6ff35cf23bf44b0e664db82f46 | refs/heads/master | 2022-11-25T10:30:27.184246 | 2019-06-30T19:26:12 | 2019-06-30T19:26:12 | 194,547,877 | 0 | 0 | null | 2022-11-16T11:54:00 | 2019-06-30T18:24:24 | Java | UTF-8 | PlantUML | false | false | 2,150 | puml | @startuml
title US633 Class Diagram
skinparam titleBorderRoundCorner 10
skinparam titleBorderThickness 2
skinparam titleBorderColor indianred
skinparam titleBackgroundColor ivory
skinparam FontName verdana
skinparam class {
BorderColor indianred
BackgroundColor indianred
BackgroundColor ivory
roundcorner 10
ArrowFontName Verdana
ArrowColor indianred
ArrowFontColor darkslategrey
}
class House
MainUI -- HouseMonitoringUI : >
HouseMonitoringUI -- InputUtils : >
HouseMonitoringUI -- HouseMonitoringController : >
HouseMonitoringController -- House : >
House "1" -- "1" GeographicArea : has >
GeographicArea "1" -- "1" SensorList : has >
SensorList"1" -- "0.n" Sensor : may have >
Sensor "0.n" -- "1" Location: is in >
Sensor "0.n" -- "1" TypeSensor: has >
Sensor "1" -- "1" ReadingList: has >
class HouseMonitoringUI {
runUS633(House)
getStartDate()
getEndDate()
updateAndDisplayUS633()
}
class InputUtils{
getInputYearMonthDay()
}
class HouseMonitoringController {
getHighestTempAmplitudeDate()
getHighestTempAmplitudeValue()
}
class House{
motherArea;
getClosestSensorOfGivenType(String)
getMinDistanceToSensorOfGivenType(String)
}
class GeographicArea{
SensorList;
getSensorsOfGivenType()
}
class SensorList{
List<Sensor> sensors
ReadingList areaReadingList
getSensorListByType(String)
getSensorsByDistanceToHouse(House, double)
getMostRecentlyUsedSensor()
getMostRecentReadingDate()
}
class Sensor{
TypeSensor;
Local;
getSensorTypeName()
getDistanceToHouse(House)
getLinearDistanceBetweenLocalsInKm(Location)
getDateHighestAmplitudeBetweenDates(Date, Date)
}
class TypeSensor{
name;
getName()
}
class Location{
double latitude;
double longitude;
getLinearDistanceBetweenLocalsInKm(Location)
}
class ReadingList{
List<Reading> readings;
getMostRecentReadingDate()
getMostRecentReading()
getDateHighestAmplitudeBetweenDates(Date, Date)
getReadingListBetweenDates(Date, Date)
isReadingDateBetweenTwoDates(Date, Date, Date)
getAmplitudeValueFromDate(Date)
getValuesOfSpecificDayReadings(Date)
getFirstSecondOfDay(Date)
getLastSecondOfDay(Date)
compareDayMonthAndYearBetweenDates(Date, Date)
}
@enduml |
a7bdd55f6184bfc57e72f74101d8aaab87fb8416 | 40d2d1ea69278efa8c40813a22359d097e358765 | /docs/assets/puml/interpreter.puml | 040fa54661df3d25932b090e4a450e1bc79c1b85 | [
"Apache-2.0"
] | permissive | diguage/deep-in-design-patterns | 13da7f045b6bef0237fd65524c50187eaf9b4b29 | fa7a1eb1efadb35ce45161eac5f27b27d4452b51 | refs/heads/master | 2022-08-27T10:18:16.532561 | 2022-07-31T10:08:04 | 2022-07-31T10:08:04 | 158,669,757 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,013 | puml | @startuml
title "**解释器模式**"
abstract class AbstractExpression {
+ {abstract} interpret(context :Context) :Object
}
note left: 抽象表达式,声明一个抽象的解释操作,\n该接口为抽象语法树中所有的节点所共享。
class TerminalExpression {
+ interpret(context :Context) :Object
}
note bottom: 终结符表达式,实现与文法中的\n终结符相关联的解释操作。
class NonterminalExpression {
+ interpret(context :Context) :Object
}
note bottom: 非终结符表达式,为文法中的非终结符实现解释操作。\n对文法中每一条规则 R1、R2…… 都需要一个具体的非终结符表达式。
class Context
note bottom: 包含解释器之外的一些全局信息。
class Client
Client -right-> Context
Client -left-> AbstractExpression
AbstractExpression <|-- TerminalExpression
AbstractExpression <|-- NonterminalExpression
NonterminalExpression o--> AbstractExpression
footer D瓜哥 · https://www.diguage.com · 出品
@enduml
|
93dfbabb518938e2ad444b7b9f4c592ce82bf9e3 | a3769b4806d0b48bfaf25aaa7b56fa46671e78c2 | /app/src/main/java/com/myapp/organizeteam/DataManagement/DataManagement.plantuml | 69b0989f36575999c49bd129613f6623dcb9183f | [] | no_license | ofekgani/OrganizeTeam | 6197e777b897f3c43c0e1987555e42aa4c374356 | 684b01601133fcf17313a3ed44c51ca6fda1f0d7 | refs/heads/master | 2023-06-04T17:23:47.310007 | 2021-06-23T00:51:45 | 2021-06-23T00:51:45 | 292,112,888 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,060 | plantuml | @startuml
title __DATAMANAGEMENT's Class Diagram__\n
namespace com.myapp.organizeteam.DataManagement {
class com.myapp.organizeteam.DataManagement.Authorization {
{static} + isManager : boolean
~ activityTransition : ActivityTransition
~ dataExtraction : DataExtraction
+ createNewUser()
+ createUser()
+ getUserID()
+ isEmailVerified()
+ login()
+ sendVerifyPhoneNumber()
+ sendVerifyPhoneNumber()
+ signInWithPhoneNumber()
+ singOut()
+ singOut()
- sendTo()
}
}
namespace com.myapp.organizeteam.DataManagement {
class com.myapp.organizeteam.DataManagement.DataExtraction {
+ deleteData()
+ deleteToken()
+ deleteValue()
+ deleteValue()
+ getAllMeetingsByTeam()
+ getAllPostsByTeam()
+ getAllRolesByTeam()
+ getAllRolesByUser()
+ getAllTasksByTeam()
+ getAllUsersByTeam()
+ getChildsByKey()
+ getCurrentUserData()
+ getDeletedMeetingsByKeys()
+ getDeletedTasksByKeys()
+ getKeysByStatus()
+ getMeetingsByID()
+ getMeetingsByUser()
+ getPermissions()
+ getPostsByID()
+ getPostsByUser()
+ getRejects()
+ getResponse()
+ getResponsesOfSubmitter()
+ getSubmitter()
+ getSubmitters()
+ getTasksByID()
+ getTasksByUser()
+ getTeamDataByID()
+ getTeams()
+ getToken()
+ getUserDataByID()
+ getUsersByConfirmations()
+ getUsersByKeys()
+ getUsersByRoles()
+ hasChild()
+ hasChild()
+ hasChild()
+ isValueExist()
+ pushNewData()
+ setNewData()
+ setNewData()
+ setNewData()
+ setObject()
+ setObject()
+ setObject()
+ uploadPicture()
- getDatabaseReference()
- getListPermissions()
- getRolesByID()
- getRolesResult()
- getTeamID()
- getToken()
- getValue()
- removeDuplicateFromList()
}
}
namespace com.myapp.organizeteam.DataManagement {
interface com.myapp.organizeteam.DataManagement.DataListener {
{abstract} + onDataDelete()
}
}
namespace com.myapp.organizeteam.DataManagement {
class com.myapp.organizeteam.DataManagement.DataPass {
{static} + passData : Map<String, Object>
}
}
namespace com.myapp.organizeteam.DataManagement {
interface com.myapp.organizeteam.DataManagement.IRegister {
{abstract} + onDone()
{abstract} + onProcess()
}
}
namespace com.myapp.organizeteam.DataManagement {
interface com.myapp.organizeteam.DataManagement.ISavable {
{abstract} + onDataRead()
}
}
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
|
322fbc41a9519534d895ea99fa9b0aacf63f2e7d | bf49d55ccb1e5a55ad63de65366e8874f2258d94 | /Digital_House-Certified_Tech_Developer/Backend_I/Responsability_chain_pattern/Sistema_mensajería_gubernamental/src/Sistema_mensajería_gubernamental.puml | 8424862b00f17f54a016fe1577bef6bd1d92a740 | [] | no_license | hfelipeserna/hfelipeserna.github.io | 339f18c116db2738c3e093b748f7c9d746ad1eb5 | 9b643803f672bf4b34add22644919198e50da06d | refs/heads/main | 2023-09-03T19:09:33.411053 | 2021-10-26T14:23:59 | 2021-10-26T14:23:59 | 359,453,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,167 | puml | @startuml
'https://plantuml.com/class-diagram
'___________STYLES___________
title UML - Sistema gubernamental de mensajería interna
skinparam classAttributeIconSize 0
skinparam backgroundColor White
skinparam RoundCorner 10
skinparam Shadowing true
skinparam class {
ArrowColor Black
BackgroundColor White
HeaderBackgroundColor Gray
BorderColor Black
FontColor White
FontSize 14
AttributeFontSize 12
}
skinparam object{
ArrowColor Black
BackgroundColor White
BorderColor Black
FontColor Black
FontSize 14
AttributeFontSize 12
}
skinparam note {
BackgroundColor LightYellow
BorderColor Black
}
'___________UML___________
package model {
enum TipoDeDocumento {
RESERVADO(1)
SECRETO(2)
MUY_SECRETO(3)
-nivelDeAcceso: int
-TipoDeDocumento(int nivel)
+getNivelDeAcceso(): int
}
class Documento {
-contenido: String
-tipo: TipoDeDocumento
+Documento(String contenido, TipoDeDocumento tipo)
+getContenido(): String
+setContenido()
+getTipo(): TipoDeDocumento
+setTipo()
+toString()
}
}
package service {
abstract FuncionarioPublico {
- siguienteFuncionarioPublico: FuncionarioPublico
- tipoDeAutorización: TipoDeDocumento
+{abstract}leerDocumento(Documento documento)
+getSiguienteFuncionarioPublico(): FuncionarioPublico
+setSiguienteFuncionarioPublico(FuncionarioPublico siguienteFuncionarioPublico)
+getTipoDeAutirización(): TipoDeDocumento
+setTipoDeAutorización(TipoDeDocumento tipoDeAutorización)
}
class Diputado {
+Diputado(Tipo autorización)
+leerDocumento(Documento documento)
}
class Ministro {
+Ministro(Tipo autorización)
+leerDocumento(Documento documento)
}
class Presidente {
+Presidente(Tipo autorización)
+leerDocumento(Documento documento)
}
class CadenaDeManejadores {
-manejadorInicial: FuncionarioPublico
+CadenaDeManejadores()
+getManejadorInicial(): FuncionarioPublico
+setManejadorInicial(FuncionarioPublico manejadorInicial)
}
}
model <.. service
Documento *- TipoDeDocumento
FuncionarioPublico <- FuncionarioPublico
FuncionarioPublico <|-- Diputado
FuncionarioPublico <|-- Ministro
FuncionarioPublico <|-- Presidente
CadenaDeManejadores .> FuncionarioPublico
@enduml |
9648303aae082adad7cb9bd6f5c0e63cc4c07a60 | 4e66b60562009e54e3249595d08d88573c1d7fba | /test/PlantUmlClassDiagramGeneratorTest/uml/Attributes.puml | 5a9954a912e8ff3be8d792524b1db7f1aa0f3f8b | [
"MIT"
] | permissive | pierre3/PlantUmlClassDiagramGenerator | a17a7ec5e3b547b0a9d5afee1d74436c6d602782 | 00bd84d543a14f05c95857426060e677c4668cc8 | refs/heads/master | 2023-07-06T01:15:15.436366 | 2023-05-31T13:39:56 | 2023-06-02T10:24:02 | 41,860,665 | 598 | 123 | MIT | 2023-08-20T06:56:51 | 2015-09-03T13:17:42 | C# | UTF-8 | PlantUML | false | false | 760 | puml | @startuml
class Parameters {
+ A : string <<get>> <<set>>
+ B : string <<get>> <<set>>
}
class MyClass {
+ ReadOnlyItems : IReadOnlyCollection<Item> <<get>>
+ Run(p:Parameters) : void
+ MyClass(logger:ILogger)
}
class MyStruct <<struct>> {
+ MyStruct(p:Parameters)
}
class MyRecord <<record>> {
+ name : string <<get>> <<init>>
}
class MyStructRecord <<record>> <<struct>> {
}
class ClassA {
+ ClassA(logger:ILogger)
}
MyClass o-- "0..*" Item : "Items"
MyClass "1" *-- "0..*" IItem : "ItemDictionary"
MyClass ..> Parameters : "use"
MyClass ..> ILogger : "Injection"
MyStruct o-- "0..*" int : "intCollection:List<int>"
MyRecord o-- Settings
MyStructRecord o-- "Name" string
ClassA --> "ILogger<ClassA>" : ""\escape ""
@enduml
|
546c3cb388c3296211ff4eb2ba10dc8c95b01f26 | ea92b794f64577cf3f9895848ed841a2482a6d1e | /docs/assets/images/FinishDate-umlClassDiagram-58.puml | 27d5296866f31a0bc375662f3cfecb05800542c1 | [
"MIT"
] | permissive | dreambo8563/todo-core | a1cdd6e14ec6445dd1dae84d0ba03bf80b1b09da | 96b2af2b5b5c0ba1d1aaa15eba7061c52cafc611 | refs/heads/master | 2022-11-21T11:51:16.649734 | 2020-07-18T17:57:03 | 2020-07-18T17:57:03 | 274,677,442 | 0 | 0 | MIT | 2020-06-28T10:36:09 | 2020-06-24T13:36:10 | TypeScript | UTF-8 | PlantUML | false | false | 343 | puml | @startuml
hide empty methods
hide empty fields
class "FinishDate" {
+props : FinishDateProps
+equals(vo: ValueObject<FinishDateProps>) : boolean
{static} +create(finishDate: Date | null) : FinishDate
}
abstract class "ValueObject" {
+props : T
+equals(vo: ValueObject<T>) : boolean
}
"ValueObject" <|-- "FinishDate"
@enduml |
095d204432f6ce765a1504bc7ca21698211aba4c | 79de867edbdb1f7d01f04b2082a435c6a937fccf | /app/app.plantuml | f201776699f918f45f278a26986a6eeb17e2eb04 | [] | no_license | lyp82nlf/ChangeSkin | 8cb28bf4c77b05ddf14e36623ea538cfed84fd20 | 39c5c308195b17c06ed3ab39184dc5d0d1893762 | refs/heads/master | 2022-10-20T04:00:52.938136 | 2020-06-09T10:30:37 | 2020-06-09T10:30:37 | 270,576,558 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 329 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace com.dsg.skindemo {
class com.dsg.skindemo.BuildConfig {
}
}
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
|
3578f1f6112e7151092db3ad13c9692df9d5e01d | e6b2ab21ea09c529fa8abfb6232b6062930e9f47 | /Behavioral/Command/puml/Command.puml | 7002318ade2f104808e8fafd23e49aab1c622972 | [] | no_license | m1c1b/GOF-Patterns | 6d94e469ce1699037f9c90d8f5c8583d09a49fd3 | 12ecddf67b05d3ba7b81d806e7c5462024a08d68 | refs/heads/master | 2021-03-05T01:35:51.729512 | 2020-03-22T15:07:01 | 2020-03-22T15:07:01 | 246,084,607 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 145 | puml | @startuml
abstract class Command {
+ Command(receiver:Receiver)
+ {abstract} Execute() : void
}
Command --> "_receiver" Receiver
@enduml
|
85876670ac42f6a2d44d397d42f0bbf913cdf6b6 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/installment-sale@0.6.0.puml | 0e64ef87d06b9c4681e6bb55ee8d077aacdfe3c8 | [
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 1,744 | puml | @startuml
class org.accordproject.installmentsale.Installment << (T,yellow) >> {
+ Double amount
}
org.accordproject.installmentsale.Installment --|> org.accordproject.cicero.runtime.Request
class org.accordproject.installmentsale.ClosingPayment << (T,yellow) >> {
+ Double amount
}
org.accordproject.installmentsale.ClosingPayment --|> org.accordproject.cicero.runtime.Request
class org.accordproject.installmentsale.Balance << (T,yellow) >> {
+ Double balance
+ Double total_paid
}
org.accordproject.installmentsale.Balance --|> org.accordproject.cicero.runtime.Request
class org.accordproject.installmentsale.ContractStatus << (E,grey) >> {
+ WaitingForFirstDayOfNextMonth
+ Fulfilled
}
class org.accordproject.installmentsale.MyObligation {
+ String party
}
org.accordproject.installmentsale.MyObligation --|> org.hyperledger.composer.system.Event
class org.accordproject.installmentsale.PaymentObligation {
+ Double amount
}
org.accordproject.installmentsale.PaymentObligation --|> org.accordproject.installmentsale.MyObligation
class org.accordproject.installmentsale.InstallmentSaleState << (A,green) >> {
+ ContractStatus status
+ Double balance_remaining
+ Integer next_payment_month
+ Double total_paid
}
org.accordproject.installmentsale.InstallmentSaleState --|> org.accordproject.cicero.contract.AccordContractState
class org.accordproject.installmentsale.InstallmentSaleContract << (A,green) >> {
+ String BUYER
+ String SELLER
+ Double INITIAL_DUE
+ Double INTEREST_RATE
+ Double TOTAL_DUE_BEFORE_CLOSING
+ Double MIN_PAYMENT
+ Double DUE_AT_CLOSING
}
org.accordproject.installmentsale.InstallmentSaleContract --|> org.accordproject.cicero.contract.AccordContract
@enduml
|
ac6e85aa3a5687d1e3623de36daaede4f94cb49d | 7e76778bf9a2540a68e2f05ad6ad32f99fc70bed | /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.puml | 59c14df6eb4cb0f9265ce6bd45410e7e524360ad | [] | no_license | JosipSkrlec/TVZ_GuestBook | e047760cd605d9d433406edc09f3f24d8a6c3ba3 | 1455332d4b71d615ea38db23698b31741289b056 | refs/heads/main | 2023-07-16T18:40:16.758495 | 2021-08-28T12:42:11 | 2021-08-28T12:42:11 | 347,311,742 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 65 | puml | @startuml
class DOTweenModuleUnityVersion <<static>> {
}
@enduml
|
710e320c333271f5219b87ab1724446f3471a9ed | c417d80f62ec26bcb06a9619ff9b5c35c54190fe | /demos/src/main/java/com/kco/pattern/factory/demo3/抽象工厂方法1.puml | fbe46793d6185928554bb61b3f2983acbe2dab1a | [] | no_license | kco1989/examples | 370f95d6e599af4551c17a38745cc9cdf2350917 | daa9197c8ddc846615fc9339001a81b48d8b851a | refs/heads/master | 2021-01-20T14:23:56.770073 | 2018-05-25T03:43:19 | 2018-05-25T03:43:19 | 90,605,536 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,053 | puml | @startuml
interface Wheel {
void description();
}
interface Surface {
void description();
}
interface Engine {
void description();
}
class BmwWheel implements Wheel {
void description();
}
class BydWheel implements Wheel {
void description();
}
class BmwSurface implements Surface {
void description();
}
class BydSurface implements Surface {
void description();
}
class BmwEngine implements Engine {
void description();
}
class BydEngine implements Engine {
void description();
}
interface CarFactory {
Wheel createWheel();
Engine createEngine();
Surface createSurface();
}
class BmwCarFactory implements CarFactory{
Wheel createWheel();
Engine createEngine();
Surface createSurface();
}
class BydCarFactory implements CarFactory{
Wheel createWheel();
Engine createEngine();
Surface createSurface();
}
BmwCarFactory ..> BmwWheel
BmwCarFactory ..> BmwSurface
BmwCarFactory ..> BmwEngine
BydCarFactory ..> BydWheel
BydCarFactory ..> BydSurface
BydCarFactory ..> BydEngine
@enduml |
b107f7dc899674e42fbdc9ffcf6ac8d10116abb6 | 41e335a2ded65f95ece1c413fe9d465df1d198b4 | /lib/Environment/DevEnvironmentBase/src/main/java/dev/environment/listener/listener.plantuml | 21ffc2a8424917faf747959d4b2c17e36c59161e | [
"Apache-2.0"
] | permissive | tulensayyj/DevUtils | ea40e897de72b88591cc1f1cea798eb74175eda8 | 3bc39eaf343c811270bc01e223cd37e80db9e04c | refs/heads/master | 2022-11-27T05:08:28.115620 | 2020-07-27T13:24:50 | 2020-07-27T13:24:50 | 281,569,859 | 0 | 0 | Apache-2.0 | 2020-07-22T03:59:24 | 2020-07-22T03:59:23 | null | UTF-8 | PlantUML | false | false | 414 | plantuml | @startuml
title __LISTENER's Class Diagram__\n
namespace dev.environment.listener {
interface dev.environment.listener.OnEnvironmentChangeListener {
{abstract} + onEnvironmentChanged()
}
}
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
|
2c22e8aa4e5c34dd3dbc62ee0d29f5d2db7ebd19 | 54ebd9eb2ddadc17b215617d96fac1f93f4acfef | /behavioral/mediator/mediator.puml | 165e63735585bf4738f667ac743c1974558012a7 | [] | no_license | cesarkohl/design-patterns | acb42191662c141f064d9c90426dfd4491d43dfe | 991f83d0076b0a69e9d6b7c1163cf49fde3bfcbf | refs/heads/main | 2023-06-11T07:16:18.484116 | 2023-05-28T14:41:01 | 2023-05-28T14:41:01 | 199,520,479 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 391 | puml | @startuml
interface IMediator {
+ interaction()
}
class Mediator implements IMediator {
+ piece: Piece
+ part: Part
+ interaction()
}
class Piece {
+ mediator: IMediator
+ constructor(mediator: IMediator)
+ invoke()
}
Piece <.. IMediator
class Part {
+ mediator: IMediator
+ constructor(mediator: IMediator)
+ invoke()
}
Part <.. IMediator
@enduml
|
94bd1026d6a97cdb47a5c9723a17fbf737653f85 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/Customer.puml | 8cbf3dbd87d65fd0f86dbb9781cdf0cb62b2c359 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 2,852 | 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 Customer [[Customer.svg]] extends BaseResource {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
customerNumber: String
externalId: String
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
email: String
password: String
firstName: String
lastName: String
middleName: String
title: String
dateOfBirth: Date
companyName: String
vatId: String
addresses: [[Address.svg List<Address>]]
defaultShippingAddressId: String
shippingAddressIds: [[String.svg List<String>]]
defaultBillingAddressId: String
billingAddressIds: [[String.svg List<String>]]
isEmailVerified: Boolean
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
custom: [[CustomFields.svg CustomFields]]
locale: String
salutation: String
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
authenticationMode: [[AuthenticationMode.svg AuthenticationMode]]
}
interface BaseResource [[BaseResource.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
}
interface CustomerPagedQueryResponse [[CustomerPagedQueryResponse.svg]] {
limit: Long
offset: Long
count: Long
total: Long
results: [[Customer.svg List<Customer>]]
}
interface CustomerReference [[CustomerReference.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
obj: [[Customer.svg Customer]]
}
interface CustomerSignInResult [[CustomerSignInResult.svg]] {
customer: [[Customer.svg Customer]]
cart: [[Cart.svg Cart]]
}
interface CustomerCreatedMessage [[CustomerCreatedMessage.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]]
customer: [[Customer.svg Customer]]
}
interface CustomerCreatedMessagePayload [[CustomerCreatedMessagePayload.svg]] {
type: String
customer: [[Customer.svg Customer]]
}
Customer --> CustomerPagedQueryResponse #green;text:green : "results"
Customer --> CustomerReference #green;text:green : "obj"
Customer --> CustomerSignInResult #green;text:green : "customer"
Customer --> CustomerCreatedMessage #green;text:green : "customer"
Customer --> CustomerCreatedMessagePayload #green;text:green : "customer"
@enduml
|
51fcf5c24ea83af0335a5fb6736af71b16ecd29e | a751888fd29a1b92bb32ef7d272d3e72f664ed30 | /src/design/data-context-class-diagram.puml | e58e075c8519e6543065b9447785337297de06f0 | [
"Apache-2.0",
"MIT",
"EPL-1.0"
] | permissive | petrushy/Orekit | b532c7db85c992d85b5ac3d858d18d656e2b8c46 | 1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443 | refs/heads/develop | 2023-08-16T11:37:43.709083 | 2023-07-18T20:13:14 | 2023-07-18T20:13:14 | 42,349,064 | 10 | 2 | Apache-2.0 | 2023-07-21T14:54:14 | 2015-09-12T07:39:56 | Java | UTF-8 | PlantUML | false | false | 3,697 | puml | ' Copyright 2002-2022 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.orekit #ECEBD8 {
package data #DDEBD8 {
interface DataContext {
+ {static} LazyLoadedDataContext getDefault()
+ {static} setDefault(LazyLoadedDataContext)
..
+TimeScales getTimeScales()
+Frames getFrames()
+CelestialBodies getCelestialBodies()
+...()
}
note top
manages factories
end note
class LazyLoadedDataContext {
+DataProvidersManager getDataProvidersManager()
}
class DataProvidersManager {
+boolean feed(String supportedNames, DataLoader loader)
}
LazyLoadedDataContext o-- DataProvidersManager
DataContext <|-- LazyLoadedDataContext
}
package time #DDEBD8 {
interface TimeScales {
{static} +TimeScales of(utcMinusTai, eopSupplier)
+TimeScale getTai()
+TimeScale getUtc()
+TimeScale getUt1()
+...()
}
DataContext o-- TimeScales
class LazyLoadedTimeScales
TimeScales <|-- LazyLoadedTimeScales
LazyLoadedDataContext o-- LazyLoadedTimeScales
}
package bodies #DDEBD8 {
interface CelestialBodies{
+CelestialBody getSun()
+CelestialBody getMoon()
+...()
}
class LazyLoadedCelestialBodies
DataContext o-- CelestialBodies
CelestialBodies <|-- LazyLoadedCelestialBodies
LazyLoadedDataContext o-- LazyLoadedCelestialBodies
}
package frames #DDEBD8 {
interface Frames {
{static} +Frames of(timeScales, celestialBodies)
{static} +Frames of(timeScales, icrfSupplier)
+Frame getGcrf()
+Frame getItrf(...)
+...()
}
class LazyLoadedFrames
class LazyLoadedEop
DataContext o-- Frames
Frames <|-- LazyLoadedFrames
LazyLoadedTimeScales o-- LazyLoadedEop
LazyLoadedFrames o-- LazyLoadedEop
LazyLoadedFrames o-right- CelestialBodies
LazyLoadedDataContext o-- LazyLoadedFrames
}
}
package user.application #F3EDF7 {
class MyDataContext #EAE6F7/B9B3D2
class MyProvider #EAE6F7/B9B3D2
class DataBase #EAE6F7/B9B3D2
class Main #EAE6F7/B9B3D2
DataContext <|-- MyDataContext
MyDataContext o-- MyProvider
Main --> MyDataContext : creates
MyProvider *--> "1" DataBase
}
@enduml
|
4fd7688ce44c76fa6dc8bb68c53be8ee22f04a31 | 372d0fe94d7e59fd48620c687fee8fc94841408b | /deadheat-lock-example/microservices-example/booking-service/src/main/java/com/vrush/microservices/booking/enums/enums.plantuml | b1f4114df2bb2ac532bca4416a70a4f9b908c1d4 | [
"Apache-2.0"
] | permissive | vrushofficial/deadheat-lock | 4ae44e23fea2ad57db17aadeba58e39ef4f63822 | 11c516a2ca0e58dd2d6b2ef8c54da0975fcbe5d2 | refs/heads/main | 2023-01-14T17:28:38.161881 | 2020-11-29T11:11:55 | 2020-11-29T11:11:55 | 310,531,739 | 2 | 1 | null | 2020-11-19T08:16:25 | 2020-11-06T08:06:52 | CSS | UTF-8 | PlantUML | false | false | 438 | plantuml | @startuml
title __ENUMS's Class Diagram__\n
namespace com.vrush.microservices.booking {
namespace enums {
enum BookingStateEnum {
PAYMENT_APPROVED
PAYMENT_PENDING
PAYMENT_REFUSED
}
}
}
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
|
d212ad773c53f78d397417cdd47f331bde36db6c | 5419ba65627214efbf640b0643d5524c4f2a646f | /Architecture/04.PABF#25.predict-actions-based-on-frequency/PMFA#40.class.plantuml | c78ec0793e3a11b6b8a42bada508903b52d60fd6 | [] | no_license | ovidiomanteiga/horuslauncher | 3ed7ce5283dd4a267b1284f6bc192c0426b98150 | 26159c90e70d3042f2ac04d8cb8284c1c8c26de2 | refs/heads/master | 2020-09-14T05:44:31.073187 | 2019-07-22T19:55:47 | 2019-07-22T19:55:47 | 223,037,096 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,822 | plantuml |
@startuml PMFA#40.class
skinparam monochrome true
package UI {
class HorusListFragment <<Fragment>> {
+ HorusList getHorusList()
}
class HorusListAdapter <<Adapter>> {
}
HorusListFragment -d-> HorusListAdapter
}
package Domain {
class HorusAction <<Entity>> {
Drawable icon
UUID identifier
LocalizableString name
void perform()
}
class ActionExecution <<VO>> {
DateTime time
}
class GetHorusList <<Interactor>> {
+ HorusList horusList
+ void perform()
}
class HorusList {
}
class HorusListItem {
+ Int numberOfExecutionsLastWeek
}
interface ActionExecutionRepository <<Repository>> {
+ List<ActionExecution> all
}
interface AllActionsRepository <<Repository>> {
+ List<HorusAction> all
}
ActionExecution -l-> HorusAction
ActionExecutionRepository .u.> ActionExecution
ActionExecutionRepository -u-> AllActionsRepository
GetHorusList -u-> HorusList
GetHorusList -u-> "*" ActionExecution
GetHorusList -r-> ActionExecutionRepository
HorusList o-u-> "*" HorusListItem
HorusListItem -> "1" HorusAction
}
package Infrastructure {
class AppExecutionRepository <<Repository>> {
+ List<ActionExecution> all
}
class AppExecutionDAO <<DAO>> {
+ List<ActionExecution> all
}
class AllAppsRepository <<Repository>> {
+ List<HorusAction> all
}
AppExecutionRepository -d-> AppExecutionDAO
}
AllAppsRepository -u-|> AllActionsRepository
AppExecutionRepository .u.|> ActionExecutionRepository
AppExecutionRepository -> AllAppsRepository
HorusListFragment -u-> GetHorusList
Infrastructure -[hidden]u-> Domain
Infrastructure -[hidden]l-> UI
hide empty members
@enduml
|
3f4b1fe2683405dab28a20ed77619d0f23d99a1a | 79ca24aa66d8177cbff812fb358e835fb79ed6fa | /mygame/mygame.puml | 11cb120f806af57fc4d9d360e9d770f034db1562 | [] | no_license | guojiangwei/data-structure | b5592629e2bad8f3bc42fcb74186e9cfbd003474 | c811c7fb2d203852eb35019f9e3c6b5f1a5a2133 | refs/heads/master | 2021-08-22T14:15:42.923449 | 2020-05-16T12:19:25 | 2020-05-16T12:19:25 | 182,638,653 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 526 | puml | @startuml classdiagram
class mygame
class settings{
config_file
setting_dict
+ save_config()
+ load_config()
}
namespace mygame_gui_lib{
class AbstractPanel{
image
text
x
y
height
width
back_ground_color
text_color
+set_image()
+set_text()
+draw()
+click_event()
}
class Panel{
elements[]
+ add()
+ draw()
}
class Button{
}
AbstractPanel <|-- Button
AbstractPanel <|-- Panel
}
@enduml classdiagram
@startuml a
Bob --> Alice
class AA
@enduml a
|
2d8b4f0dd292824b4a83480ca2053bef54f9720e | 7c1d5e6989709764082ac3eca848216555b5288c | /log/logger.puml | 0ff795c71893c5e08c47837439d94ab7e9d51d43 | [
"Apache-2.0"
] | permissive | FishJoey/gorpc | 754259032d5fc7ac65930618fe0eec048193c465 | 384fe1a788faf9a719bbdce4d349c4add8b0b184 | refs/heads/master | 2023-08-03T20:42:56.378732 | 2021-09-30T17:43:03 | 2021-09-30T17:43:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 818 | puml | @startuml
package "log" {
enum Level {
Trace
Debug
Info
Error
Fatal
}
interface Logger {
Trace(fmt string, v...interface{})
Debug(fmt string, v...interface{})
Info(fmt string, v...interface{})
Error(fmt string, v...interface{})
Fatal(fmt string, v...interface{})
WithPrefix(fmt string, v...interface{})
}
enum RollType {
RollNone
RollByFileSZ
RollByDay
}
interface Writer {
io.Writer
io.Closer
Roller
}
Writer --> io.Writer
Writer --> io.Closer
class logger {
name string
opts options
writer Writer
}
logger -> options
logger --|> Writer
logger -down-|> Logger
class options {
fpath string
level Level
rollType RollType
}
options --> Level
options -|> RollType
}
package "io" {
interface Writer {
Write([]byte) (n int, err error)
}
interface Closer {
Close() error
}
}
@enduml |
9796d078aad4d7252feb0d475d370d6436183142 | b7d2ba71058efa46eff4ed885324819fb3f99266 | /src/doc/WEB_Controllers/RoomMonitoring/US610/US610_cd_RoomMonitoring.puml | ead54149c8544aae092e1cf01d12d545b730d152 | [] | no_license | Almadanmp/backend4 | 3aaa5cbe453041917a510ceee83bf318499a9823 | 07ab3c1af9c7de6ff35cf23bf44b0e664db82f46 | refs/heads/master | 2022-11-25T10:30:27.184246 | 2019-06-30T19:26:12 | 2019-06-30T19:26:12 | 194,547,877 | 0 | 0 | null | 2022-11-16T11:54:00 | 2019-06-30T18:24:24 | Java | UTF-8 | PlantUML | false | false | 1,674 | puml | @startuml
title US610 Class Diagram - Web Controller Version
skinparam titleBorderRoundCorner 10
skinparam titleBorderThickness 2
skinparam titleBorderColor indianred
skinparam titleBackgroundColor Snow
skinparam FontName quicksand
skinparam titleFontSize 10
skinparam roundcorner 10
skinparam class {
BorderColor indianred
BackgroundColor indianred
BackgroundColor Snow
roundcorner 10
ArrowFontName Verdana
ArrowColor indianred
ArrowFontColor darkslategrey
FontSize 12
}
HTTPClient -- RoomMonitoringWebController : >
RoomMonitoringWebController -- RoomRepository : >
RoomMonitoringWebController -- DateWithRoomIdDTO : >
RoomRepository -- Room : >
RoomRepository -- RoomCrudRepo : >
Room -- RoomSensor :May \n have >
Room -- ReadingUtils : Uses >
RoomCrudRepo -left- Room : >
RoomSensor -- Reading :May \n have >
ReadingUtils -- Reading : >
class RoomMonitoringWebController {
RoomRepository;
getRoomMaxTempInDay(DateWithRoomIdDTO)
}
class DateWithRoomIdDTO{
Date date;
String roomId;
getDate()
getRoomId()
isDateValid()
}
class Room{
List<RoomSensor> roomSensors;
getMaxTemperatureOnGivenDay(Date)
getRoomSensorsOfGivenType(String)
getValuesOfSpecificDayReadings(List<RoomSensor>, Date)
}
class Reading{
Date date;
double value;
getDate()
getValue()
}
class RoomRepository{
getRoomMaxTempById(String, Date)
}
class RoomCrudRepo{
findByRoomName(String)
}
class RoomSensor{
String sensorType;
List<Reading> readings;
getSensorType()
getReadings()
}
class ReadingUtils{
getValuesOfSpecificDayReadings(List<Reading>, Date)
compareDayMonthAndYearBetweenDays(Date, Date)
getReadingDate(List<Reading>, int)
getReadingValue(List<Reading>, int)
}
@enduml |
53439dc1dd797223f0ff74d92bf03033dc52eecd | 5229c30142a44eba1f7afb8c57f12bf187bc2d03 | /src/main/kotlin/com/mgy/adapter/adapter.puml | ff23d427c1a6217c7532188f168a9802c3dc362e | [] | no_license | Drunkman/kotlin-design-pattern | 16b98c7fff938c06c4623568673a1c8cc28e606b | 91196fcee1b4fc09350666ef537135f8f0e45b3c | refs/heads/master | 2020-03-19T21:13:16.754197 | 2018-08-12T14:21:07 | 2018-08-12T14:21:07 | 136,933,013 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 303 | puml | @startuml
interface RowingBoat{
+row()
}
class FishingBoat{
+sail()
}
class FishingBoatAdapter{
-boat
+row()
}
class Captain{
-rowingBoat
+row()
}
RowingBoat <|-- FishingBoatAdapter
FishingBoat <-right- FishingBoatAdapter: -boat
RowingBoat <-left- Captain: -rowingBoat
@enduml |
90ab30383cdfc806b2cddcd9def311de3fea5a39 | 981063906ac661e930b3a9c23eade2b0d98ee692 | /src/Processing/Processing.plantuml | 93aced3974bf5d0290e25e5218b2c11921b9d557 | [] | no_license | Wissben/Data-Mining-ToolKit | 55e49645e964e8d9581e6d234912142cc11a198b | d83aac3876a842bf096fe40a85007ce8fc8720e6 | refs/heads/master | 2020-04-07T09:49:36.520024 | 2019-01-02T00:21:18 | 2019-01-02T00:21:18 | 158,266,366 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,152 | plantuml | @startuml
title __PROCESSING's Class Diagram__\n
package Processing {
class DataCleaner {
- data : Instances
+ DataCleaner()
+ normalizeAttribute()
+ normalizeAllAttributes()
+ getMostCommonValueOfSameClass()
+ fillInMissingValues()
+ getData()
}
}
package Processing {
class Plotter {
~ data : Instances
+ Plotter()
+ plotBox()
+ plotBox()
- createDatasetBox()
- createSampleDataset()
+ plotHisto()
}
}
package Processing {
class StatisticsRetriever {
~ data : Instances
+ StatisticsRetriever()
+ getMin()
+ getMax()
+ getMean()
+ getMeanSameClass()
+ getMedian()
+ getQ1()
+ getQ3()
+ getMode()
+ symetry()
+ isSymetric()
+ getMidRange()
}
}
DataCleaner o-- StatisticsRetriever : sr
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
|
79b9e5971008d5137eb68433951ffed76329916e | 372e13940be1f116c671dbb746617a331f06899e | /Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Extension/DictionaryExtensions.puml | c65e3bc0f7a2b68ddf453c745cb091b2b179501c | [] | no_license | guolifeng2018/CIGA-Game-Jam | 797734576510e27b5c5cee2eb17c1444f51d258c | fcd03e5579bef3bffe2cb51f52ba11a49a9cc02d | refs/heads/master | 2022-12-10T19:21:15.522141 | 2020-08-16T10:06:23 | 2020-08-16T10:06:23 | 285,986,041 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 476 | puml | @startuml
class DictionaryExtensions <<static>> {
+ {static} GetValue(dict:Dictionary<TKey, TValue>, key:TKey) : TValue
+ {static} GetOrAddNewValue(dict:Dictionary<TKey, TValue>, key:TKey) : TValue
+ {static} GetOrAddDefaultValue(dict:Dictionary<TKey, TValue>, key:TKey) : TValue
+ {static} ForEach(dict:Dictionary<TKey, TValue>, action:Action<TKey, TValue>) : void
+ {static} ForEach(dict:Dictionary<TKey, TValue>, action:Action<TValue>) : void
}
@enduml
|
17b1e721cab40df73f5a92fc6edbfc5d3d899d3f | e77f1cadb42106e1b8543dd185783acc399da36d | /qwixx/clases.puml | 748003b71617127f25a66a21a90aa2079c5f8f5f | [] | no_license | evbeda/games | a3ce251a6cc7331d2688e1774765e593f58aed7a | fa6b706d04aa923825b261adfe45865063766862 | refs/heads/main | 2022-12-10T06:39:19.669669 | 2022-08-18T14:32:28 | 2022-08-18T17:11:49 | 123,147,553 | 1 | 0 | null | 2022-12-08T08:11:18 | 2018-02-27T15:20:01 | Python | UTF-8 | PlantUML | false | false | 414 | puml | @startuml
class ScorePad {
penalty: Integer
}
class Row {
marks: List
is_locked: Bool
color: String
numbers: List
}
class Dice{
color: String
}
class Qwixx{
current_player: Integer
state : String
score_pad : List
current_player : int
dice_set : dic
}
ScorePad --> "4" Row: rows
Qwixx--> "1..4"ScorePad: score_pad
Qwixx--> SetDices
SetDices --> "6" Dice: dices
@enduml |
594bdb9b56ba2a4d191849f308d2fd58894c6d25 | de282e439bedc35f1d4b46f892ca96b72d4162f5 | /examples/swagger.puml | e9455b7717c0eb3ad2e682931c964fbd7289298a | [
"Apache-2.0"
] | permissive | colugo/swagger2puml | 7f17afff2d1171fe007af5c78575d1780653dccc | b617768a9c7a1ea3673f781e73e144e129f1a4ac | refs/heads/master | 2021-05-10T15:40:17.743779 | 2018-01-23T05:25:17 | 2018-01-23T05:25:17 | 118,558,544 | 0 | 0 | null | 2018-01-23T04:40:03 | 2018-01-23T04:40:03 | null | UTF-8 | PlantUML | false | false | 2,812 | puml | @startuml
hide empty members
set namespaceSeparator none
skinparam class {
BackgroundColor PaleGreen
ArrowColor RoyalBlue
BorderColor DimGray
}
class Order {
- id <b>:Int64</b>
- petId <b>:Int64</b>
- quantity <b>:Int32</b>
- shipDate <b>:Date-time</b>
- status <b>:String</b>
- complete <b>:Boolean</b>
}
class Category {
- id <b>:Int64</b>
- name <b>:String</b>
}
class User {
- id <b>:Int64</b>
- username <b>:String</b>
- firstName <b>:String</b>
- lastName <b>:String</b>
- email <b>:String</b>
- password <b>:String</b>
- phone <b>:String</b>
- userStatus <b>:Int32</b>
}
class Tag {
- id <b>:Int64</b>
- name <b>:String</b>
}
class Pet {
- id <b>:Int64</b>
- category <b>:Category[]</b>
- name <b>:String</b>
- photoUrls <b>:String[]</b>
- tags <b>:Tag[]</b>
- status <b>:String</b>
}
class ApiResponse {
- code <b>:Int32</b>
- type <b>:String</b>
- message <b>:String</b>
}
interface PetApi {
+ <i>updatePet(Pet body)</i><b>:void</b>
}
interface PetApi {
+ <i>addPet(Pet body)</i><b>:void</b>
}
interface PetApi {
+ <i>findPetsByStatus(String[] status)</i><b>:Pet[]</b>
}
interface PetApi {
+ <i>findPetsByTags(String[] tags)</i><b>:Pet[]</b>
}
interface PetApi {
+ <i>getPetById(Integer petId)</i><b>:Pet</b>
}
interface PetApi {
+ <i>updatePetWithForm(Integer petId,String name,String status)</i><b>:void</b>
}
interface PetApi {
+ <i>deletePet(Integer petId)</i><b>:void</b>
}
interface PetApi {
+ <i>uploadFile(Integer petId,String additionalMetadata,File file)</i><b>:ApiResponse</b>
}
interface StoreApi {
+ <i>getInventory()</i><b>:void</b>
}
interface StoreApi {
+ <i>placeOrder(Order body)</i><b>:Order</b>
}
interface StoreApi {
+ <i>getOrderById(Integer orderId)</i><b>:Order</b>
}
interface StoreApi {
+ <i>deleteOrder(Integer orderId)</i><b>:void</b>
}
interface UserApi {
+ <i>createUser(User body)</i><b>:void</b>
}
interface UserApi {
+ <i>createUsersWithArrayInput(User[] body)</i><b>:void</b>
}
interface UserApi {
+ <i>createUsersWithListInput(User[] body)</i><b>:void</b>
}
interface UserApi {
+ <i>loginUser(String username,String password)</i><b>:void</b>
}
interface UserApi {
+ <i>logoutUser()</i><b>:void</b>
}
interface UserApi {
+ <i>getUserByName(String username)</i><b>:User</b>
}
interface UserApi {
+ <i>updateUser(String username,User body)</i><b>:void</b>
}
interface UserApi {
+ <i>deleteUser(String username)</i><b>:void</b>
}
Pet *-- "0..*" Category
Pet *-- "0..*" Tag
PetApi --> Pet
PetApi --> ApiResponse
StoreApi --> Order
UserApi --> User
@enduml
|
0f890a34d391a38fb1d3ef48142fa1159cb942a5 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-class-registrering.iuml | be32bb144980674833a58342ce56de4a26f61a90 | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 679 | iuml | @startuml
class Arkivstruktur.Registrering <Arkivenhet> {
+arkivertDato : datetime [0..1] [1..1]
+arkivertAv : string [0..1] [1..1]
+referanseArkivertAv : SystemID [0..1] [1..1]
+kassasjon : Kassasjon [0..1]
+skjerming : Skjerming [0..1]
+gradering : Gradering [0..1]
+referanseArkivdel : SystemID [0..1] [1..1]
+registreringsID : string [0..1] [1..1]
+tittel : string
+offentligTittel : string [0..1]
+beskrivelse : string [0..1]
+noekkelord : string [0..*]
+forfatter : string [0..*]
+dokumentmedium : Dokumentmedium [0..1] [1..1]
+oppbevaringssted : string [0..*]
+virksomhetsspesifikkeMetadata : VirksomhetsspesifikkeMetadata [0..1]
}
@enduml
|
73b4041600cf62cb82e188e6e20dfff0d280a59b | 3e8de74dfe19cd437fd7842887394d4921a109d7 | /docs/images/factory-abstract.plantuml | 07d3fb27fc0df8b258748c08c2686fd5b7b44b23 | [] | no_license | jmbruel/InnopolisDesignPatterns | 62c5f1df870883cd44245d6459243c83b96d0995 | a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e | refs/heads/master | 2021-02-04T20:34:22.378185 | 2020-11-16T17:40:28 | 2020-11-16T17:40:28 | 243,707,157 | 0 | 7 | null | 2020-10-23T08:58:33 | 2020-02-28T07:49:59 | JavaScript | UTF-8 | PlantUML | false | false | 798 | plantuml | @startuml
'-----------------------------------
' UML concepts illustrated
' JMB 2014
'-----------------------------------
'hide circle
hide empty members
hide empty methods
class Client {
factory : AbstractFactory
Client(AbstractFactory)
operation()
}
note right: Product p=factory.CreateProduct();
abstract class c as "AbstractFactory" {
}
c <- Client
abstract class p as "Product"
c : {abstract} +createProduct() : Product
c : +...()
class ConcreteFactory1 {
+createProduct() : Product
+...()
}
class ConcreteFactory2 {
+createProduct() : Product
+...()
}
note right: return new ConcreteProductA();
p <|-- ConcreteProductA
p <|-- ConcreteProductB
c <|-- ConcreteFactory1
c <|-- ConcreteFactory2
ConcreteProductA <. ConcreteFactory1
ConcreteProductB <. ConcreteFactory2
@enduml
|
450aca32a52ec1e4aba764057fce0569542f0343 | 8e41064829bbe773c832b084fad4900fe5022b6f | /src/vendingmachine/singleton/singleton.plantuml | 4874b48de3157712b0369f805eab1c75bfc7183d | [] | no_license | hiewying/design-patterns | a118541352b93e06461ed788f80e9281a6b0877b | 5160ce0ad2f5ed938f36a6d1f1c93c292f4de190 | refs/heads/master | 2020-12-04T16:27:37.900235 | 2020-01-04T22:45:04 | 2020-01-04T22:45:04 | 231,590,671 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 459 | plantuml | @startuml
title __SINGLETON's Class Diagram__\n
namespace vendingmachine.singleton {
enum ReceiptsLogger {
INSTANCE
receipts
}
}
namespace vendingmachine.singleton {
class test.singletonTest {
+ test()
}
}
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
|
b89e7861216b07a813415b5d868cc39dbcfe5b21 | 38fa35c8a3957bac6fec83660561f10f94fa9113 | /docs/dev/CDS_GDO/smvCDS.puml | 23ab6cc07d9083d0d4af4c2389a4c12d2aaa613d | [
"Apache-2.0"
] | permissive | shuangshuangwang/SMV | fe6b8a6ea90c4dca4019d585e86c8c02dbb275c8 | 021faece3f0fefca6051df8415789b14bc9a60ed | refs/heads/master | 2020-03-09T23:54:06.071302 | 2018-07-09T07:38:23 | 2018-07-09T07:38:23 | 129,069,012 | 0 | 0 | Apache-2.0 | 2018-04-11T09:28:24 | 2018-04-11T09:28:23 | null | UTF-8 | PlantUML | false | false | 1,345 | puml | @startuml
hide empty methods
hide empty fields
hide circle
package SMV {
class CDSSubGroup {
currentSchema: SmvSchema
crossSchema: SmvSchema
currentRow: Row
crossRows: Iterable[Row]
}
class SmvCDS <<Abstract>> {
from(that): SmvCDS
filter(input: CDSSubGroup): CDSSubGroup
}
class CombinedCDS extends SmvCDS
class NoOpCDS extends SmvCDS
CombinedCDS o-- "2" SmvCDS
class SmvCDSAggColumn{
from(otherCds): SmvCDSAggColumn
as(name): SmvCDSAggColumn
isAgg(): Boolean
}
SmvCDSAggColumn *-- "1" Expression
SmvCDSAggColumn *-- "1" SmvCDS
class SmvSelfCompareCDS extends SmvCDS
class SmvTopNRecsCDS extends SmvCDS
class SmvSingleCDSAggs{
resolvedExprs(schema2)
createExecuter(schema1, schema2)
}
SmvSingleCDSAggs o-L- "*" SmvCDSAggColumn
SmvSingleCDSAggs *-- "*" Expression
SmvSingleCDSAggs *-- "1" SmvCDS
class SmvGDO <<Abstract>> {
inGroupKeys
createInGroupMapping(*)
createOutSchema(*)
}
class SmvAggGDO <<Abstract>> extends SmvGDO {
}
SmvAggGDO o-- "*" SmvCDSAggColumn
SmvAggGDO *-- "*" SmvSingleCDSAggs
class SmvOneAggGDO extends SmvAggGDO
class SmvRunAggGDO extends SmvAggGDO
class SmvPanelAggGDO extends SmvAggGDO
class SmvCDSAsGDO extends SmvGDO
SmvCDSAsGDO *-- "1" SmvCDS
}
@enduml |
d258e24a3e5029042f6631092630ebdc5b4aa66e | 5e1c6cdd1dc99926bb3077189a239d174f435908 | /asciidocs/plantuml/cld.puml | 6c8bcc9ae4a996e7adfddd4688a05b0ac0bbc536 | [] | no_license | floklausner/quarkus-recap | beb806ec058c2edd435283ff24231a4e9d9a628a | 70e004ec04956822c6a7138cd26b04f1709a0e5c | refs/heads/master | 2023-04-27T00:25:17.621527 | 2021-06-01T10:40:55 | 2021-06-01T10:40:55 | 372,783,287 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 278 | puml | @startuml
class Vehicle {
brand: String
model: String
constructionYear: int
}
class Register {
name: String
licenseNo: String
vehicle: Vehicle
registerDate: LocalDate
signOffDate: LocalDate
}
Register "*" --> "1" Vehicle: registers >
@enduml
|
0d66ecb38b45e79254b24e1798621e5fc373b2b1 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/Modes/TimelineReadOnlyMode.puml | 79aabb683c89a8cf8082e937e67879369c8e175c | [] | 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 | 550 | puml | @startuml
class TimelineReadOnlyMode {
+ TimelineReadOnlyMode()
+ <<override>> ShouldShowPlayRange(state:WindowState) : bool
+ <<override>> ShouldShowTimeCursor(state:WindowState) : bool
+ <<override>> TrackState(state:WindowState) : TimelineModeGUIState
+ <<override>> ToolbarState(state:WindowState) : TimelineModeGUIState
+ <<override>> PreviewState(state:WindowState) : TimelineModeGUIState
+ <<override>> EditModeButtonsState(state:WindowState) : TimelineModeGUIState
}
TimelineMode <|-- TimelineReadOnlyMode
@enduml
|
ae8ce6a4c6f2325b64aac996d9c81d0fc6b9da30 | 916a26a84471e37025689168bab1444cca712f04 | /uml/markup/complete.plantuml | 22848891edc167885d6b5c5146dd8dc09dbb7069 | [] | no_license | GaurangTandon/extensible-bowling-game | 8d018a037256f3185bd17dc03054a0d7c3c77fa1 | 04a2698d6dd65ae035f2829d8531991c106e0073 | refs/heads/master | 2022-07-12T18:30:25.259872 | 2020-05-15T03:15:00 | 2020-05-15T03:15:00 | 246,995,191 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,113 | plantuml | @startuml
title __EXTENSIBLE-BOWLING-GAME's Class Diagram__\n
namespace BowlingGame {
class AddPartyView {
}
}
namespace BowlingGame {
class AdhocView {
}
}
namespace BowlingGame {
class Alley {
}
}
namespace BowlingGame {
class Bowler {
}
}
namespace BowlingGame {
class BowlerFile {
}
}
namespace BowlingGame {
class BowlerScoreView {
}
}
namespace BowlingGame {
class BowlerScorerTest {
}
}
namespace BowlingGame {
class BowlingAlleyDriver {
}
}
namespace BowlingGame {
class ControlDesk {
}
}
namespace BowlingGame {
class ControlDeskEvent {
}
}
namespace BowlingGame {
class ControlDeskView {
}
}
namespace BowlingGame {
class EndGamePrompt {
}
}
namespace BowlingGame {
class EndGameReport {
}
}
namespace BowlingGame {
interface Event {
}
}
namespace BowlingGame {
class Frame {
}
}
namespace BowlingGame {
class Lane {
}
}
namespace BowlingGame {
class LaneEvent {
}
}
namespace BowlingGame {
interface LaneInterface {
}
}
namespace BowlingGame {
class LaneStatusView {
}
}
namespace BowlingGame {
class LaneView {
}
}
namespace BowlingGame {
class LastFrame {
}
}
namespace BowlingGame {
class NewPatronView {
}
}
namespace BowlingGame {
interface Observer {
}
}
namespace BowlingGame {
class Party {
}
}
namespace BowlingGame {
class PinSetterView {
}
}
namespace BowlingGame {
class Pinsetter {
}
}
namespace BowlingGame {
class PinsetterEvent {
}
}
namespace BowlingGame {
class PrintableText {
}
}
namespace BowlingGame {
abstract class Publisher {
}
}
namespace BowlingGame {
class ScorableBowler {
}
}
namespace BowlingGame {
class ScorableParty {
}
}
namespace BowlingGame {
class Score {
}
}
namespace BowlingGame {
class ScoreHistoryFile {
}
}
namespace BowlingGame {
class ScoreReport {
}
}
namespace BowlingGame {
class Util {
}
}
namespace BowlingGame {
namespace Widget {
class Widget.ButtonPanel {
}
}
}
namespace BowlingGame {
namespace Widget {
class Widget.ContainerPanel {
}
}
}
namespace BowlingGame {
namespace Widget {
abstract class Widget.FormPanel {
}
}
}
namespace BowlingGame {
namespace Widget {
abstract class Widget.GenericPanel {
}
}
}
namespace BowlingGame {
namespace Widget {
class Widget.GridPanel {
}
}
}
namespace BowlingGame {
namespace Widget {
class Widget.ScrollablePanel {
}
}
}
namespace BowlingGame {
namespace Widget {
class Widget.TextFieldPanel {
}
}
}
namespace BowlingGame {
namespace Widget {
class Widget.WindowFrame {
}
}
}
AddPartyView .up.|> java.awt.event.ActionListener
AddPartyView .up.|> javax.swing.event.ListSelectionListener
AddPartyView o-- Widget.ButtonPanel : buttonPanel
AddPartyView o-- ControlDeskView : controlDesk
AddPartyView o-- Widget.WindowFrame : win
AdhocView .up.|> java.awt.event.ActionListener
AdhocView o-- Widget.ButtonPanel : buttonPanel
AdhocView o-- Score : currScore
AdhocView o-- Widget.ContainerPanel : statDisplay
AdhocView o-- Widget.WindowFrame : win
BowlerScoreView o-- Widget.GridPanel : gridPanel
ControlDesk .up.|> java.lang.Runnable
ControlDesk -up-|> Publisher
ControlDeskEvent .up.|> Event
ControlDeskView .up.|> Observer
ControlDeskView .up.|> java.awt.event.ActionListener
ControlDeskView o-- ControlDesk : controlDesk
ControlDeskView o-- Widget.ButtonPanel : controlsPanel
ControlDeskView o-- Widget.WindowFrame : win
EndGamePrompt .up.|> java.awt.event.ActionListener
EndGamePrompt o-- Widget.ButtonPanel : buttonPanel
EndGamePrompt o-- Widget.WindowFrame : win
EndGameReport .up.|> java.awt.event.ActionListener
EndGameReport .up.|> javax.swing.event.ListSelectionListener
EndGameReport o-- Widget.ButtonPanel : buttonPanel
EndGameReport o-- Widget.WindowFrame : win
Lane .up.|> LaneInterface
Lane .up.|> Observer
Lane .up.|> java.lang.Runnable
Lane -up-|> Publisher
Lane o-- Pinsetter : pinsetter
Lane o-- ScorableParty : scorer
LaneEvent .up.|> Event
LaneStatusView .up.|> Observer
LaneStatusView .up.|> java.awt.event.ActionListener
LaneStatusView o-- Widget.ButtonPanel : buttonPanel
LaneStatusView o-- Widget.ContainerPanel : gamePanel
LaneStatusView o-- Lane : lane
LaneStatusView o-- LaneView : laneView
LaneStatusView o-- PinSetterView : pinSetterView
LaneView .up.|> Observer
LaneView .up.|> java.awt.event.ActionListener
LaneView o-- Widget.ButtonPanel : buttonPanel
LaneView o-- Widget.ContainerPanel : containerPanel
LaneView o-- LaneInterface : lane
LastFrame -up-|> Frame
NewPatronView .up.|> java.awt.event.ActionListener
NewPatronView o-- AddPartyView : addParty
NewPatronView o-- Widget.ButtonPanel : buttonPanel
NewPatronView o-- Widget.TextFieldPanel : patronPanel
NewPatronView o-- Widget.WindowFrame : window
PinSetterView .up.|> Observer
Pinsetter -up-|> Publisher
PinsetterEvent .up.|> Event
PrintableText .up.|> java.awt.print.Printable
ScorableBowler -up-|> Bowler
ScorableParty -up-|> Party
Widget.ButtonPanel -up-|> Widget.FormPanel
Widget.ContainerPanel -up-|> Widget.GenericPanel
Widget.FormPanel -up-|> Widget.GenericPanel
Widget.GridPanel -up-|> Widget.GenericPanel
Widget.ScrollablePanel -up-|> Widget.GenericPanel
Widget.TextFieldPanel -up-|> Widget.FormPanel
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
|
df50602694b45040a42943f6fce9cd4ad7447a59 | eede8564c97ccc97397de0a7925e6e14be68f922 | /src/main/java/evaluator/model/model.plantuml | 9acc0899f879a0a4ceeb603d6908aadf10e4b10e | [] | no_license | Sinars/vvss | 645199338a7ee06326e20c651e82e140dab2a95c | 402ee04bcb7f1fe743063d0c71c6a2b005c24eda | refs/heads/master | 2020-04-28T06:44:17.010764 | 2019-05-06T20:29:14 | 2019-05-06T20:29:14 | 175,069,286 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,359 | plantuml | @startuml
title __MODEL's Class Diagram__\n
package evaluator {
package evaluator.model {
class Intrebare {
- enunt : String
- varianta1 : String
- varianta2 : String
- variantaCorecta : String
- domeniu : String
- varianta3 : String
+ Intrebare()
+ Intrebare()
+ getEnunt()
+ setEnunt()
+ getVarianta1()
+ setVarianta1()
+ getVarianta2()
+ setVarianta2()
+ getVariantaCorecta()
+ setVariantaCorecta()
+ getDomeniu()
+ setDomeniu()
+ equals()
}
}
}
package evaluator {
package evaluator.model {
class Statistica {
- intrebariDomenii : Map<String, Integer>
+ Statistica()
+ add()
+ getIntrebariDomenii()
+ setIntrebariDomenii()
+ toString()
}
}
}
package evaluator {
package evaluator.model {
class Test {
- intrebari : List<Intrebare>
+ Test()
+ getIntrebari()
+ setIntrebari()
}
}
}
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
|
4f99a54f62a5a06e199f83709f2464f7e51e7e30 | 90e3038f11ccd4d43de368f3825e879517228dce | /factory-method/diagrams/factory-method.puml | 959ecc61d8b225eef9e8acfc5e276eb7f42b7e70 | [
"MIT"
] | permissive | SoSilly/java-design-pattern-samples | 2f3d57329cf4f1cf33f2e3527a33f0feac6e9324 | aca3cef5fc134a0c74ceadd122bc09bfc9cc6c20 | refs/heads/master | 2021-12-15T11:11:39.303835 | 2017-08-16T12:50:18 | 2017-08-16T12:50:18 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,114 | puml | @startuml
package com.gelvt.gofdp.factorymethod{
abstract class Carrier <<运载工具>>{
+ {abstract} void transport(goods, destination)
}
class Car <<汽车>> extends Carrier{
+ transport(goods, destination)
}
class Plane <<飞机>> extends Carrier{
+ transport(goods, destination)
}
class Ship <<轮船>> extends Carrier{
+ transport(goods, destination)
}
interface CarrierFactory <<运载工具工厂>>{
+ Carrier newInstance()
}
class CarFactory <<汽车工厂>> implements CarrierFactory{
+ Carrier newInstance()
}
class PlaneFactory <<飞机工厂>> implements CarrierFactory{
+ Carrier newInstance()
}
class ShipFactory <<轮船工厂>> implements CarrierFactory{
+ Carrier newInstance()
}
CarrierFactory ..> Carrier : 创建
}
package com.gelvt.gofdp{
class App <<Client>>{
+ void main(String[] args)
}
}
App ..> CarrierFactory : 调用
App ..> Carrier : 调用
footer
<font size="20" color="red">http://www.bughui.com</font>
endfooter
@enduml |
95b1bbd01b9190152257e60e0fc85f9a60ad06d5 | 544a5b602c038888f8597b5c6fba5293d166f63b | /src/main/java/com/master/chapter015/BuilderPrinciple.puml | 60c6a4a09a1979637a846f46bf2e9ceeb00874b0 | [] | no_license | ColorXJH/Design-Pattern-Learning | 50d63ac6be15fd3d8947dbd89d9272de358bb9fe | 487a017f1688ab764e9ba98360e3a55b8a1858e7 | refs/heads/master | 2023-03-30T06:46:37.633591 | 2021-03-20T13:32:12 | 2021-03-20T13:32:12 | 349,720,860 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 694 | puml | @startuml
'https://plantuml.com/class-diagram
/'建造者模式'/
/'定义了产品创建流程和返回方法'/
interface Builder{
buildPartA();
buildPartB();
buildPartC();
getResult();
}
/'产品'/
class Product{}
/'指挥者,去调用建造者接口,该接口可以创建不同的产品'/
class Director{
private Builder builder;
construct();
}
/'具体建造者,实现流程和方法'/
class ConcreteBuilder{
buildPartA();
buildPartB();
buildPartC();
getResult();
}
/'实现 '/
Builder <|..ConcreteBuilder
/'组合'/
Builder *.. Product
/'聚合'/
Director o-- Builder
/'客户端'/
class Client{}
Client ..> Director
Client ..> Builder
@enduml |
77cf4084bc496e1ba17d3e7847ce79cc4363a15e | 3a3e44d479b4a2bfc5c57eae20da9865d436f304 | /samples/oauth2/sparklr/src/main/java/org/springframework/security/oauth/examples/sparklr/mvc/mvc.plantuml | 547709dfec3f76e481ce2bc539ee2f7c29bdb615 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | zwan2016/spring-security-oauth | abd781584a9e309df941ec53122b8f49575cbb35 | 43d8cf4d0386515c48a5cae2d463e2ac0e40dbe3 | refs/heads/master | 2020-08-24T19:19:39.887062 | 2020-04-08T15:57:53 | 2020-04-08T15:57:53 | 216,889,795 | 0 | 0 | Apache-2.0 | 2019-10-22T19:06:43 | 2019-10-22T19:06:43 | null | UTF-8 | PlantUML | false | false | 3,224 | plantuml | @startuml
title __MVC's Class Diagram__\n
namespace org.springframework.security.oauth.examples.sparklr {
namespace mvc {
class org.springframework.security.oauth.examples.sparklr.mvc.AccessConfirmationController {
- approvalStore : ApprovalStore
- clientDetailsService : ClientDetailsService
+ getAccessConfirmation()
+ handleError()
+ setApprovalStore()
+ setClientDetailsService()
}
}
}
namespace org.springframework.security.oauth.examples.sparklr {
namespace mvc {
class org.springframework.security.oauth.examples.sparklr.mvc.AdminController {
- tokenServices : ConsumerTokenServices
- tokenStore : TokenStore
+ listTokensForClient()
+ listTokensForUser()
+ revokeToken()
+ setTokenServices()
+ setTokenStore()
+ setUserApprovalHandler()
+ startCaching()
+ stopCaching()
- checkResourceOwner()
- enhance()
}
}
}
namespace org.springframework.security.oauth.examples.sparklr {
namespace mvc {
class org.springframework.security.oauth.examples.sparklr.mvc.ClientController {
- objectMapper : ObjectMapper
+ apply()
}
}
}
namespace org.springframework.security.oauth.examples.sparklr {
namespace mvc {
class org.springframework.security.oauth.examples.sparklr.mvc.PhotoController {
+ getJsonPhotos()
+ getPhoto()
+ getPhotoService()
+ getTrustedClientMessage()
+ getTrustedUserMessage()
+ getXmlPhotos()
+ setPhotoService()
}
}
}
namespace org.springframework.security.oauth.examples.sparklr {
namespace mvc {
class org.springframework.security.oauth.examples.sparklr.mvc.PhotoServiceUserController {
+ getPhotoServiceUser()
}
}
}
namespace org.springframework.security.oauth.examples.sparklr {
namespace mvc {
class org.springframework.security.oauth.examples.sparklr.mvc.UserController {
- objectMapper : ObjectMapper
- passwordEncoder : PasswordEncoder
+ getUser()
+ getUserOAuth()
+ register()
+ updateUser()
}
}
}
org.springframework.security.oauth.examples.sparklr.mvc.AdminController o-- org.springframework.security.oauth.examples.sparklr.oauth.SparklrUserApprovalHandler : userApprovalHandler
org.springframework.security.oauth.examples.sparklr.mvc.ClientController o-- org.springframework.security.oauth.examples.sparklr.repository.ClientRepository : clientRepository
org.springframework.security.oauth.examples.sparklr.mvc.PhotoController o-- org.springframework.security.oauth.examples.sparklr.PhotoService : photoService
org.springframework.security.oauth.examples.sparklr.mvc.UserController o-- org.springframework.security.oauth.examples.sparklr.repository.UserRepository : userRepository
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
|
acb8aa3ec7eb7e798c98eb7677cf894b32ccad86 | c5f6be1c13ab1d0c99b597130443273e13bc06e7 | /screenshot/uml/linkedhashmap_structure.puml | 5aadf0873ab3cddeca14f001d555b2dee7ada125 | [] | no_license | chenzhe/BlogSource | e82a0648b6addebbe0ab6f4da3ae8c1f03e42852 | 284bd5e1131b98923076c88f356831623e315d94 | refs/heads/master | 2021-02-06T10:16:36.754496 | 2018-06-07T08:09:10 | 2018-06-07T08:09:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 272 | puml | @startuml
interface Map
abstract class AbstractMap
class HashMap {
Object[] elementData
size()
}
class LinkedHashMap {
Object[] elementData
size()
}
Map <|.. AbstractMap
AbstractMap <|- HashMap
Map <|.. HashMap
HashMap <|- LinkedHashMap
Map <|.. LinkedHashMap
@enduml |
7561785b2b4931814d2452e613de890abfb69fe3 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Editor/PostProcessDebugEditor.puml | b1e93c340be068d0a62eed569b50cbcfad7f29eb | [] | 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 | 1,493 | puml | @startuml
class PostProcessDebugEditor <<sealed>> {
OnEnable() : void
RebuildProperties() : void
+ <<override>> OnInspectorGUI() : void
DoMonitorGUI(content:GUIContent, prop:SerializedProperty, settings:SerializedProperty[]) : void
DoOverlayGUI(overlay:DebugOverlay, settings:SerializedProperty[]) : void
}
class "BaseEditor`1"<T> {
}
"BaseEditor`1" "<PostProcessDebug>" <|-- PostProcessDebugEditor
PostProcessDebugEditor --> "m_PostProcessLayer" SerializedProperty
PostProcessDebugEditor --> "m_LightMeterEnabled" SerializedProperty
PostProcessDebugEditor --> "m_HistogramEnabled" SerializedProperty
PostProcessDebugEditor --> "m_WaveformEnabled" SerializedProperty
PostProcessDebugEditor --> "m_VectorscopeEnabled" SerializedProperty
PostProcessDebugEditor --> "m_Overlay" SerializedProperty
PostProcessDebugEditor --> "m_LayerObject" SerializedObject
PostProcessDebugEditor --> "m_LightMeterShowCurves" SerializedProperty
PostProcessDebugEditor --> "m_HistogramChannel" SerializedProperty
PostProcessDebugEditor --> "m_WaveformExposure" SerializedProperty
PostProcessDebugEditor --> "m_VectorscopeExposure" SerializedProperty
PostProcessDebugEditor --> "m_LinearDepth" SerializedProperty
PostProcessDebugEditor --> "m_MotionColorIntensity" SerializedProperty
PostProcessDebugEditor --> "m_MotionGridSize" SerializedProperty
PostProcessDebugEditor --> "m_ColorBlindness" SerializedProperty
PostProcessDebugEditor --> "m_ColorBlindnessStrength" SerializedProperty
@enduml
|
06fb30ccb84d16c952e230dcc4a04998b0b5e5d8 | 4f029f90b241f8b1e4a0179d27c92be6b87c761c | /lib_design_pattern/src/main/java/com/mxdl/desigin/pattern/behavior/a09_state/uml/state.puml | ef76259db2c55346267254d4c2182da77a554746 | [] | no_license | mxdldev/java-design-pattern | 806cdb2f4ec87d121c10db4952ed67476772ff29 | f42813ccdb2a1cfdcc790935e41747098467e7e5 | refs/heads/master | 2020-11-26T22:15:35.016854 | 2020-01-08T07:10:34 | 2020-01-08T07:10:34 | 229,215,001 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 507 | puml | @startuml
skinparam classAttributeIconSize 0
package "State Pattern"{
Light --> IState
class Light
note top:实体对象
note top:当一个对象在状态改变的时候允许改变他的行为,\n使对象看起来像是改变了他的类
interface IState {
void onPress(Light light);
}
class StateOpen
note bottom:打开状态
class StateOpen implements IState
class StateClose
note bottom:关闭状态
class StateClose implements IState
}
@enduml |
07d9fcca29f039c0c153f9e73ca0a8b9ba4ee7a6 | e58c143d6201986164359333cb1d3642db441632 | /survive-the-course-java/maps.plantuml | 6d645ede95375bdf1d7b7eed06f7ab4ec3240689 | [
"BSD-3-Clause"
] | permissive | y-usuzumi/survive-the-course | 98e95cfe2a70b163f4c9ad5a230eb0f8dd3fc266 | f9238a5ec6d32596f0805c3de2e27271ad3422c5 | refs/heads/master | 2023-02-19T06:13:50.999833 | 2023-02-15T19:33:58 | 2023-02-15T19:33:58 | 86,713,052 | 7 | 1 | BSD-3-Clause | 2023-01-12T11:03:41 | 2017-03-30T14:35:24 | Rust | UTF-8 | PlantUML | false | false | 2,827 | plantuml | @startuml
!theme toy
interface Cloneable
interface Map<K, V> {
int size()
boolean isEmpty()
boolean containsKey(Object key)
boolean containsValue(Object value)
V get(Object key)
V put(K key, V value)
V remove(Object key)
void putAll(Map<? extends K, ? extends V> m)
void clear()
V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction)
V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)
V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)
V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction)
{static} of([K, V, ...])
{static} <K, V> Map<K, V> ofEntries(Entry<? extends K, ? extends V>... entries)
{static} <K, V> Map<K, V> copyOf(Map<? extends K, ? extends V> map)
}
interface SortedMap<K, V> {
Comparator<? super K> comparator()
SortedMap<K,V> subMap(K fromKey, K toKey)
SortedMap<K,V> headMap(K toKey) <<portion whose keys < toKey>>
SortedMap<K,V> tailMap(K fromKey) <<portion whose keys >= toKey>>
K firstKey()
K lastKey()
Set<K> keySet()
Collection<V> values()
Set<Map.Entry<K, V>> entrySet()
}
interface NavigableMap<K, V> {
Map.Entry<K,V> lowerEntry(K key) <<among those whose key < key, the greatest>>
K lowerKey(K key)
Map.Entry<K,V> floorEntry(K key) <<among whose whose key <= key, the greatest>>
K floorKey(K key)
Map.Entry<K,V> ceilingEntry(K key) <<among those whose key >= key, the least>>
K ceilingKey(K key)
Map.Entry<K,V> higherEntry(K key) <<among those whose key > key, the least>>
K higherKey(K key)
Map.Entry<K,V> firstEntry() <<least>>
Map.Entry<K,V> lastEntry() <<greatest>>
Map.Entry<K,V> pollFirstEntry()
Map.Entry<K,V> pollLastEntry()
NavigableMap<K,V> descendingMap() <<reverse view>>
NavigableSet<K> navigableKeySet() <<ascending order>>
NavigableSet<K> descendingKeySet()
NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)
NavigableMap<K,V> headMap(K toKey, boolean inclusive)
NavigableMap<K,V> tailMap(K fromKey, boolean inclusive)
}
abstract class AbstractMap<K, V>
class TreeMap<K, V> {
new()
new(Comparator<? super K> comparator)
new(Map<? extends K, ? extends V> m)
new(SortedMap<K, ? extends V> m)
public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction)
}
class HashMap<K, V> {
new()
new(int initialCapacity)
new(int initialCapacity, float loadFactor)
new(Map<? extends K, ? extends V> m)
}
Map <|-- SortedMap
SortedMap <|-- NavigableMap
Map <|-- AbstractMap
AbstractMap <|-- TreeMap
NavigableMap <|-- TreeMap
Cloneable <|-- TreeMap
AbstractMap <|-- HashMap
Cloneable <|-- HashMap
@enduml |
f76af325cb802693f6ec0573bbb4fe53317f0d36 | 5182c071d0316eff5aad407dff1872e3ef8f0c10 | /readmeFiles/klassendiagramm_komplett.iuml | d0e91ccdf2f5cfa3de8273dd956d2c28d25085a6 | [
"Apache-2.0"
] | permissive | fh-erfurt/1234Altwagen | 99bdd696c68b32fb20577ab5b6b411d65853eaae | 3a90aa709cbfb481a74cdaa94ea16c7579c9c7a0 | refs/heads/master | 2020-08-29T12:27:59.230959 | 2020-08-03T17:08:57 | 2020-08-03T17:08:57 | 218,030,883 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,719 | iuml | @startuml
title 1234Altwagen - Class Diagram
class CarManager {
{static} -instance: CarManager
-cars: ArrayList<Car>
{static} +getInstance(): CarManager
{static} +clearInstance(): void
+addNewCar(String, String, int, String, String, String, Location, CarStatus): Car
+addOrChangeCar(Car): boolean
+deleteCar(String): void
+getCarByChassisNumber(String): Car
+listCarsByStatus(CarStatus): ArrayList<Car>
+listCarsByLocation(Location): ArrayList<Car>
-getIndexOfCarWithChassisNumber(String): int
}
class Car {
-chassisNumber: string
-constructionYear: int
-drivenKM: int
-price: float
-brand: string
-model: string
-note: string
-location: Location
-status: CarStatus
+Car(String, String, int, String, String, String, Location, CarStatus)
{method} getter und setter
+equals(Object): boolean
}
enum CarStatus {
+FOR_SALE
+NOT_READY_FOR_SALE
+ON_ACTIVE_REQUEST
+SOLD
+INACTIVE
}
class Address {
-country: string
-city: string
-zip: string
-street: string
-houseNumber: string
+Address(int, String, String, String, String, String, String)
{method} getter und setter
+equals(Object): boolean
}
class Location {
-address: Address
-name: string
-maxCars: int
-carCount: int
+Location(Address, String, int, int)
{method} getter und setter
+addCar(Car): boolean
+decreaseCarCount(): boolean
+equals(Object): boolean
-increaseCarCount(): boolean
}
class LocationManager {
{static} -instance: LocationManager
-locations: ArrayList<Location>
{static} +getInstance(): LocationManager
{static} +clearInstance(): void
+addLocation(String, String, String, String, String, String, int, int): Location
+deleteLocation(Address, String): boolean
+getLocationsWithAvailableSpace(int): ArrayList<Location>
}
class Request {
-car: Car
-employee: Employee
-customer: Customer
-float: price
-type: RequestType
-status: RequestStatus
+Request(RequestType, Car, Customer, price)
{method} getter und setter
}
class RequestManager {
{static} -instance: RequestManager
-requests: ArrayList<Request>
{static} +getInstance(): RequestManager
{static} +clearInstance(): void
+addRequest(RequestType, Car, Customer, float): Request
+getRequestsByStatus(RequestStatus): ArrayList<Request>
+getRequestsByType(RequestType): ArrayList<Request>
+getRequestsByUser(User): ArrayList<Request>
}
enum RequestStatus {
+PENDING
+ACCEPTED
+DENIED
+CANCELLED
}
enum RequestType {
+BUY
+SELL
}
class Customer {
-requestCount: int
-maxRequests: int
+Customer(String, String, String, String, Address)
+cancelRequest(Request): boolean
+decreaseRequestCount(): void
+getActiveRequestCount(): int
+getMaximumRequestCount(): int
+requestBuyCar(Car): Request
+requestSellCar(String, String, int, String, String, String, float): Request
+requestSellCar(Car): Request
-createRequest(Car, RequestType, float): Request
}
class Employee {
+Employee(String, String, String, String, Address)
+sellCar(Car, float): bool
+acceptRequest(Request): bool
+changeCarLocation(Car, Location): boolean
+denyRequest(Request): bool
+getLocationsWithAvailableSpace(int): ArrayList<Location>
+listPendingRequests(): ArrayList<Request>
}
class User {
#firstname: string
#lastname: string
#eMail: string
#password: string
#userAddress: Address
+User(String, String, String, String, Address)
{method} getter und setter
+equals(Object): boolean
+listCarsForSale(): ArrayList<Car>
+listMyRequests(): ArrayList<Requests>
}
class UserManager {
{static} -instance: UserManager
-users: ArrayList<User>
{static} +getInstance(): UserManager
{static} +clearInstance(): void
+registerCustomer(String, String, String, String, String, String, String, String, String): Customer
+registerEmployee(String, String, String, String, String, String, String, String, String): Employee
+deleteUser(String): boolean
+getUserByMail(String): User
-registerUser(User, boolean): User
}
class CarCountBelowZeroException {
-location: Location
+CarCountBelowZeroException(Location)
+getLocation(): Location
}
Customer --> User
Employee --> User
Car -- CarManager
Request -- RequestManager
User -- UserManager
Address -- User
Location -- Address
Location -- LocationManager
Car -- Location
Car -- CarStatus
Car -- Request
Request -- Customer
Request -- Employee
Request -- RequestStatus
Request -- RequestType
CarCountBelowZeroException -- Location
@enduml
|
1659f13e0061f82f3a0a076de2570d4977c13b9d | 8831a87b4bcdf77329b1a8bd689388de988cf5ba | /diagrams/3-delorean-pool.plantuml | 066843b9eb694392d4e389e4dfee07c11896e7d3 | [] | no_license | ddd-ftw/dddrail-talk | 89855ae5993f84335086e7ab7d4658b625180033 | 31dddb8fa3cf751d30d6b214f9fcbc563180e51d | refs/heads/master | 2020-06-22T11:28:19.974330 | 2016-03-31T18:13:03 | 2016-03-31T18:56:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 787 | plantuml | @startuml
left to right direction
skinparam shadowing false
class User {
password
email
is_driver
service_tier_id
}
class Trip {
origin
destination
is_in_progress
service_tier_id
passenger_id
driver_id
vehicle_id
trip_pool_id
}
class Invoice {
user_id
trip_id
amount
}
class Payment {
invoice_id
amount
stripe_charge_id
}
class ServiceTier {
vehicle_type_id
rate
is_eligible_for_trip_pooling
}
class Vehicle {
user_id
gigawatt_output_rating
service_tier_id
}
class VehicleType {
name
}
class TripPool {
}
Trip --> User
Trip --> ServiceTier
Trip --> Vehicle
Vehicle --> User
Invoice --> User
Invoice --> Trip
Payment --> Invoice
ServiceTier --> VehicleType
Vehicle --> VehicleType
User --> ServiceTier
TripPool --> Trip
@enduml
|
79058a4e45681f90ce304f8ff8074d7767927b7e | 088856ec5790009dd9f9d3498a56fe679cfab2e8 | /src/puml/5/ucmitz/svg/class/baser-core/basic_api.puml | 459def73c9a24b177c51f3438222a05e5ea3aa5d | [] | 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 | 1,284 | puml | @startuml
skinparam handwritten true
skinparam backgroundColor white
hide circle
skinparam classAttributeIconSize 0
title API基本クラス構成
class Server {
+ run()
}
class Runner {
+ run()
}
class Application {
+ handle()
}
class ControllerFactory {
+ invoke()
}
class Admin\XxxsController {
+ 一覧データ取得:()
+ 単一データ取得()
+ 新規追加()
+ 編集()
+ 削除()
}
class BcApiController {
+ AuthenticationComponent
+ invokeAction()
+ render()
}
class JsonView {
+ render()
}
class XxxService {
+ XxxTable
}
class XxxServiceInterface {
+ 作成:create()
+ 編集:update()
+ 単一データ取得:get()
+ 一覧データ取得:getIndex()
+ 初期データ取得:getNew()
}
class XxxTable {
}
class Xxx {
}
note left
エンティティ
endnote
Server -right[#Black]-> Runner
Runner -right[#Black]-> Application
Application -right[#Black]-> ControllerFactory
ControllerFactory -right[#Black]-> Admin\XxxsController
Admin\XxxsController -right[#Black]-> JsonView
Admin\XxxsController -down[#Black]-> XxxService
Admin\XxxsController -up[#Black]-|> BcApiController
XxxService -left[dotted,#Black]-|> XxxServiceInterface
XxxService -down[#Black]-> XxxTable
XxxTable -down[#Black]-> Xxx
@enduml
|
3ceb5d8f918ecbe4553e249798e5bfad8613777c | f1668df33a012e87032df9acfdd735a9a5cd131b | /.mvn/wrapper/wrapper.plantuml | 66258062446a924a7f942d5dff9560abe9ed48a8 | [] | no_license | Georgi2704/vidpit-backend | e4980e2c1a07e0888788a050d8acd24cba60c84c | 3f2d9c75299feb50eda57317746fd50742a036e8 | refs/heads/master | 2023-02-19T08:56:08.717387 | 2021-01-18T20:14:33 | 2021-01-18T20:14:33 | 330,614,160 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 573 | plantuml | @startuml
title __WRAPPER's Class Diagram__\n
class MavenWrapperDownloader {
{static} - DEFAULT_DOWNLOAD_URL : String
{static} - MAVEN_WRAPPER_JAR_PATH : String
{static} - MAVEN_WRAPPER_PROPERTIES_PATH : String
{static} - PROPERTY_NAME_WRAPPER_URL : String
{static} + main()
{static} - downloadFileFromURL()
}
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
|
040038cfb35c0505e00172badbf1deb194d02f1b | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ReviewCreatedMessage.puml | 629ad0c9bf9eb6b6cac173fbca28e4ed86002703 | [] | 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,155 | 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 ReviewCreatedMessage [[ReviewCreatedMessage.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]]
review: [[Review.svg Review]]
}
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
|
773978c3af7b87e8e50a793750004b8dc77f75e1 | 49441ced7b9eb82136f357a1b1003ea1ec50e588 | /glytics.Logic/UML.puml | 3049bafc4975b28082fef528981f03283cf08dd6 | [
"MIT"
] | permissive | kanersps/glytics | 1cf8e45e85ea3f8437e0068874beaa0fd350b0e9 | eb4775edcef9e226ef0a127482221b8f714dd934 | refs/heads/main | 2023-04-21T11:56:00.231982 | 2021-05-18T11:27:20 | 2021-05-18T11:27:20 | 337,436,097 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,454 | puml | @startuml
'https://plantuml.com/class-diagram
class Account {
+Guid Id
+string Username
+string Password
+List<APIKey> ApiKeys
+List<Application> Applications
+Task<SearchResults> Search(SearchRequest searchRequest)
+void CreateWebsite(Website website)
+string GenerateJwt()
+bool VerifyPassword(string password)
}
class APIKey {
+Guid Key
+Account account
+string Description
}
class SearchResults {
+List<SearchResult> Results
}
class SearchResult {
+string Title
+string Location
}
class SearchRequest {
string Term
}
class Application {
+string TrackingCode
+string Type
+string Name
+string Address
+bool Active
-List<ApplicationStatistic> Statistic
-List<ApplicationStatisticPath> PathStatistic
-List<ApplicationStatisticBrowser> BrowserStatistic
+WebsiteDetails GetDetails(long[]? range)
+SimpleWebsiteDetails GetWebsite()
+string GenerateTrackingJavascript()
+void Deactivate()
+void Activate()
-List<ApplicationStatistic> GetGeneralStatisticsByRange(long[] range)
-List<ApplicationStatisticPath> GetPathStatisticsByRange(long[] range)
-List<ApplicationStatisticBrowser> GetBrowserStatisticsByRange(long[] range)
}
interface IApplicationStatistic {
+Guid Id
+DateTime Timestamp
+int Visits
+int PageViews
}
class ApplicationStatistic implements IApplicationStatistic {}
class ApplicationStatisticPath implements IApplicationStatistic {
+string Path
}
class ApplicationStatisticBrowser implements IApplicationStatistic {
+string Browser
}
class WebsiteDetails {
+List<long[]> Hourly
+List<dynamic[]> HourlyPaths
+List<dynamic[]> HourlyBrowsers
+string Name
+string Address
}
class SimpleWebsiteDetails {
+string Name
+string Address
+string TrackingSnippet
+int LastHourViews
+int LastHourVisitors
+int LastMonthViews
+int LastMonthVisitors
}
class AccountService {
-UnitOfWork _unitOfWork
+AccountService(UnitOfWork unitOfWork)
+Task<AuthenticationResponse> Authenticate(LoginAccount loginAccount)
+Task<AccountMessage> Register(RegisterAccount _account)
}
class ApplicationService {
-UnitOfWork _unitOfWork
+ApplicationService(UnitOfWork unitOfWork)
+WebsiteDetails GetWebsiteDetails(long[] curRange, string trackingCode)
+Task<SimpleWebsiteDetails> GetWebsite(TrackingCode trackingCode)
+Task<SearchResults> Search(Common.Models.Account _account, SearchRequest searchRequest)
+Task<bool> Deactivate(Common.Models.Account account, ApplicationRemove website)
+Task<bool> Activate(Common.Models.Account account, ApplicationRemove website)
+Task<bool> Delete(Common.Models.Account account, ApplicationRemove website)
+Task<ActionResult<IList>> GetWebsites(Common.Models.Account account)
+Task<ApplicationCreateMessage> CreateWebsite(Common.Models.Account account, Website website)
}
class UnitOfWork {}
'Relations
Account }o-- APIKey
SearchResult }o-- SearchResults
Application }o-- Account
ApplicationStatistic }o-- Application
ApplicationStatisticPath }o-- Application
ApplicationStatisticBrowser }o-- Application
WebsiteDetails ||-- Application
SimpleWebsiteDetails ||-- Application
Account ..> SearchResults
Account ..> SearchRequest
ApplicationService ..> UnitOfWork
AccountService ..> UnitOfWork
ApplicationService ..> Application
AccountService ..> Account
@enduml |
e4d6139d81d7c6b2bd04b2320e32ace67cad28f2 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P2/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test/java/spec/concordion/common/command/example/example.plantuml | 3e69e367b6df9dfe53a4dcb70d1806a1b833a4da | [
"WTFPL",
"Apache-2.0"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,247 | plantuml | @startuml
title __EXAMPLE's Class Diagram__\n
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.example {
class ExampleFixture {
- counter : int
- numberRowsInserted : int
+ setCounter()
+ getCounter()
+ incrementCounter()
+ isTrue()
+ isNull()
+ runTestDummySpec()
+ numberTableRowsInserted()
+ addTableRow()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.example {
class FailFastExampleFixture {
- counter : int
+ getCounter()
+ throwException()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.example {
class FixtureWithExampleHookMethodsFixture {
{static} - staticBeforeExampleCounter : AtomicInteger
{static} - staticAfterExampleCounter : AtomicInteger
- beforeEachExample()
- afterEachExample()
+ getBeforeExampleCounter()
+ getAfterExampleCounter()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.example {
class FixtureWithExampleInitialisationFixture {
{static} - staticFieldCounter : AtomicInteger
- counter : int
- incrementOnEachCall()
+ getFieldInitialisationCounter()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.example {
class FixtureWithExampleWithoutOuterExampleHookMethodsFixture {
{static} - staticBeforeExampleCounter : AtomicInteger
{static} - staticAfterExampleCounter : AtomicInteger
- beforeEachExample()
- afterEachExample()
+ getBeforeExampleCounter()
+ getAfterExampleCounter()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.example {
class FixtureWithExampleWithoutOuterExampleInitialisationFixture {
{static} - staticFieldCounter : AtomicInteger
- counter : int
- incrementOnEachCall()
+ getFieldInitialisationCounter()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.example {
class FixtureWithoutExampleHookMethodsFixture {
{static} - staticBeforeExampleCounter : AtomicInteger
{static} - staticAfterExampleCounter : AtomicInteger
- beforeEachExample()
- afterEachExample()
+ getBeforeExampleCounter()
+ getAfterExampleCounter()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.example {
class FixtureWithoutExampleInitialisationFixture {
{static} - staticFieldCounter : AtomicInteger
- counter : int
+ FixtureWithoutExampleInitialisationFixture()
+ getFieldInitialisationCounter()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.example {
class SpecCallingFailFastExampleFixture {
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.example {
class SpecWithBeforeSpec {
# beforeSpecCounter : ScopedObjectHolder<AtomicInteger>
+ beforeSpec()
+ beforeSpecRunOnce()
}
}
}
}
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
|
416a7855f73e1a0783fc6dfff8ff9fa1a51c65f7 | 5c067c32c3fb26f0d4cb17a9e964519556325bda | /src/main/java/decorator/decorator.puml | 2a2fe6ba809845e56bfb51d02ea475624ee40e60 | [] | no_license | Zephery/java-design-pattern | f9a6e543b3c6874518d5a3d76f4857687f14b709 | 922b3b307c399111b379395ad2db00090ea43f13 | refs/heads/master | 2021-01-20T15:02:59.882669 | 2017-05-24T15:38:50 | 2017-05-24T15:38:50 | 90,705,890 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 299 | puml | @startuml
abstract class Breakfast
class Burger
class Cheese
abstract class CondimentDecorator
Burger<|--Breakfast
Cheese <|-- CondimentDecorator
Ham <|-- CondimentDecorator
Toast <|-- Breakfast
CondimentDecorator<|--Breakfast
abstract class Breakfast {
String description
Double cost()
}
@enduml |
a5b7de5f17cbc4cda05a6265e7e74d18e37e7ca1 | c0f1abda5b5626060d318eb406cc839f8263c427 | /user-management-system-cipolla/__docs/uml/new_user.diagram.puml | 83e1aa611c0b24efaa4096a206204cf53b043941 | [] | no_license | simonecipolla/user-management-system | 0b700b59b2f9ef51e90430f1902d756e945a9b53 | 96dde6682df061cbc5d4a99c7de6a1623e6af24c | refs/heads/main | 2023-05-02T17:26:27.422942 | 2021-05-24T18:47:15 | 2021-05-24T18:47:15 | 370,452,763 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 741 | puml | @startuml
class User {
- userId
- firstName
- lastName
- email
- birthday
}
class UserModel {
- create(User)
}
class UserFactory {
+ static fromArray(array $user):User
}
class UserValidation {
User user
Array<ValidationResult> error
// true se tutto l'oggetto è corretto
// false se ho un errore
bool isValid
+ UserValidation(User user)
+ validate();
- isRequiredFirstName()
- isRequiredLastName()
- isRequiredEmail()
+ getIsValid()
+ getError():array<ValidationResult>
}
class ValidationResult {
+ ValidationResult($message,$isValid,$value)
+ message: string
+ isValid: bool
+ value: any
}
@enduml
|
c17be1296257a9cb80d3cc57239adb79a4e98ece | 3ef66ef02a9a72aa6dd86b0327fb751ad50a1bc3 | /Furry-app1-design/src/main/java/App1-Design.puml | 8baa82afd57ba046a7093c3b7275feb7ea0df08f | [] | no_license | SimonFurry/Furry-app1-design | 527b5d61027d164a28ac2de244a4c97e9b2f4736 | a670a0b5b72898d5ba4bc9a32f4d7ebf0099171c | refs/heads/main | 2023-08-19T19:10:55.164543 | 2021-10-24T17:16:30 | 2021-10-24T17:16:30 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 191 | puml | @startuml
class Application{
+CreateFile(): Generates a new file
+DeleteFile() : Deletes an existing file
+EditFile() : Edits an existing file
+SaveFile() : Saves an existing file
}
@enduml |
c0bbf7fd11210ced81247f58c8ce08ed0b857786 | d9f15d5924287f7e24f6cfbaacca5544fe993dc8 | /src/main/resources/grpc_server_client_basis.puml | 273ca0849b788d2b282c30b512239681e42a64d2 | [] | no_license | xiaotiao/protobuf-demo | f165a1a1273730faa7ce238d8b145915d459efea | 03ba7c5fee776b3938eadbdceb6335bcc589c4f7 | refs/heads/master | 2020-04-22T17:24:23.847899 | 2019-02-24T15:47:27 | 2019-02-24T15:47:27 | 170,539,997 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 556 | puml | @startuml
class Server
class ServerImpl
class ServerBuilder{
}
class AbstractServerImplBuilder {
List notifyOnBuildList
}
class XXX_Service
note left of XXX_Service: 实现了XXX_Grpc的功能
ServerBuilder <|-- AbstractServerImplBuilder
Server <|-- ServerImpl
Server --o ServerBuilder
XXX_Service --o AbstractServerImplBuilder: 作为notifyOnBuildList的一个元素
interface Channel
class ManagedChannel
class ManagedChannelBuilder
class xxx_stub
Channel <|-- ManagedChannel
ManagedChannel --o ManagedChannelBuilder
xxx_stub ..> Channel
@enduml |
94b96673a7267b01e8d36deddd9c60ea00e21bca | 62c24e986a332655c715de1ceb759b84960ddeb6 | /doc/Server.puml | f6d38518a9a2c47b8afcdede1cd42c0bbb932278 | [
"MIT"
] | permissive | RedCrabVb/Vivt-server-plug | eabbc60ae3a857ec058d71ae1c26fb229a9effee | 957194557d2c00eaf0650e5e3702bbeb4c0c2437 | refs/heads/main | 2023-07-18T00:17:56.433097 | 2021-09-05T11:00:41 | 2021-09-05T11:00:41 | 371,975,895 | 0 | 0 | null | 2021-09-05T11:00:42 | 2021-05-29T13:08:41 | Java | UTF-8 | PlantUML | false | false | 619 | puml | @startuml
class Server {
+ DataBase
+ Token
- run()
}
interface command {
Server
json execute()
}
class HandlerApi {
+ command
+ handle
}
class DataBase {
authorization(login,password)
String registration(Full Name, mail, password)
int getIDForToken(token);
Json personData(int ID)
Json schedule(int ID)
Json news()
Json importantDates()
Json message(int ID)
Json academicPerformance(int ID)
bool sendMessage(sender, recipient, header, text)
int getIDbyMail(mail)
}
Server o-- DataBase
Server o-- HandlerApi
HandlerApi o-- command
@enduml |
4967c34b49f2ddd072bf6dd36013d267d4b75d0d | 5bd0f354f92ab144a9095f6572d26cf55285c620 | /Application1/docs/Classes.puml | 8db72c57803e7708d7521f122fc68c0fb8dd66fc | [] | no_license | tylerking885/king-app1-design | 2b38e15f1e386654688ff9b177772312862f5751 | 9c877846322b6fe3d49a4cbfa150245aa49b49b8 | refs/heads/main | 2023-09-06T06:45:33.315944 | 2021-11-06T02:31:26 | 2021-11-06T02:31:26 | 420,268,477 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 613 | puml | @startuml
class TodoList extends Application{
+ start(Scene scene);
+ main();
}
class GuiController implements Initialization{
+ getEvents(): Object[];
+ initialize(URL arg0, ResourceBundle arg1);
- deleteEvent();
- editEvent();
- markEntriesComplete();
- displayCompletedTasks();
- displayNonCompletedTasks();
- addEventHandler;
}
class LocalEvent{
- date: LocalDate;
- description: String;
+ getDate(): date;
+ setDate(LocalDate date);
+ getDescription(): description;
+ setDescription(String description);
+ toString(): String;
}
@enduml |
16a380f7f86cbb85b64eae69086dd1270cfeb5ce | 172c36a6435a5076537f60976734bf9979b46ed3 | /Diagramas/entrega5.puml | 2034b831f0bb346e68f01d62eeef4ee49cfa0e62 | [] | no_license | esanchezventurini/QueMePongo | f76012ed2a136bbcbc99c29d806163ac26be2b82 | 337dbcd758c9aa1ae965173aa40273164dd837be | refs/heads/master | 2023-08-23T13:51:59.466273 | 2021-10-14T03:01:15 | 2021-10-14T03:01:15 | 359,634,585 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,317 | puml | @startuml
class Prenda {
private Tipo tipo;
private Color colorPrimario;
private Color colorSecundario;
private Material material;
private Trama trama;
public boolean esAdecuadoParaTemperatura(short temperatura)
public boolean esDeCategoria(Categoria categoria)
}
class Guardarropas {
List<Prenda> prendas;
String criterio;
List<Propuesta> propuestasPendientes;
List<Propuesta> propuestasAceptadas;
public void atenderPropuesta(Propuesta unaPropuesta)
public void aceptarPropuesta(Propuesta unaPropuesta)
public void deshacerPropuesta(Propuesta unaPropuesta)
public void recibirPropuesta(Propuesta unaPropuesta)
public void agregarPrenda(Prenda prenda)
}
abstract class Propuesta {
Prenda prenda;
public abstract void aplicarseSobrePrendas(List<Prenda> prendas);
public abstract Propuesta propuestaInversa();
}
class PropuestaAgregar extends Propuesta{
public void aplicarseSobrePrendas(List<Prenda> prendas)
public Propuesta propuestaInversa()
}
class PropuestaQuitar extends Propuesta{
public void aplicarseSobrePrendas(List<Prenda> prendas)
public Propuesta propuestaInversa()
}
class Usuario {
List<Guardarropas> guardarropas;
}
Usuario -->"*" Guardarropas
Guardarropas -->"*" Prenda
Guardarropas -->"*" Propuesta
@enduml
|
c9f017d7a37d463280c53a8bcd1a4ea5095f5e55 | ee5915cdc264c73f29afcfffb75825256a58bc0a | /src/main/java/es/ull/twitter/twitter.plantuml | d3674fa2b5c095cf82115e3686233f635aca8a43 | [] | no_license | SamuelFumeroHdez/TwitterObserver | eb612dd1f7f0111c0efeb7b61f6971074aaa5616 | eaf27d54353c902f74de4c9b24512119a4dfff0a | refs/heads/main | 2023-08-25T01:29:46.834998 | 2021-11-09T10:17:00 | 2021-11-09T10:17:00 | 323,710,480 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 444 | plantuml | @startuml
title __TWITTER's Class Diagram__\n
namespace es.ull {
namespace twitter {
class es.ull.twitter.TwitterConector {
- twitter : Twitter
+ TwitterConector()
+ getTwitter()
}
}
}
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
|
d6fdce3c80e3eae4c6622c72603f903441ccde92 | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /Rendu/doc/javadoc/ch/tofind/commusica/ui/UIController.puml | ed2ec42f03bdcdf0824384a91a14249b5ae03111 | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 660 | puml | @startuml
class UIController {
[[UIController.html]]
{static} -LOG: Logger
{static} -loader: FXMLLoader
{static} -FXML_FILE: String
-currentPlaylist: IPlaylist
-playlistsListView: PlaylistsListView
-tracksListView: TracksListView
{static} +getController(): UIController
+showPlaylist(IPlaylist): void
+refreshPlaylist(): void
+refreshPlaylistsList(): void
+getCurrentPlaylist(): IPlaylist
+showAlert(String, String, Alert.AlertType): void
+start(Stage): void
+initialize(URL, ResourceBundle): void
+stop(): void
}
@enduml
|
0fade4246583078a4c6e5ee883e607f90432daca | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/payments-service/Application/Models/DataTransferObjects/WithdrawCreationDto.puml | e11a1a8c2bc2c9cdaed5d78b9548d577b2830856 | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 122 | puml | @startuml
class WithdrawCreationDto {
+ UserId : string <<get>> <<set>>
+ Amount : long <<get>> <<set>>
}
@enduml
|
34dc7ab3e2d8f9315569634b98b7b2f78bc3d8e4 | f5da351325df1914d7e282955524cda13568f5af | /documentation/diagrams/Resource_Monitor.puml | 78550c68b8ec5a3718e1e086061caa3ae0824b09 | [] | no_license | tmforum-rand/TMF640_Service_Activation | 3faceda429a0a2d875099a64c1c75df228f523f1 | 713a141e1f1fe2761f67d1a93f7b012989df5837 | refs/heads/master | 2020-11-25T10:01:35.435431 | 2019-12-18T10:41:58 | 2019-12-18T10:41:58 | 228,609,381 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 994 | puml | @startuml
hide circle
hide methods
hide stereotype
show <<Enumeration>> stereotype
skinparam class {
BackgroundColor<<Enumeration>> #E6F5F7
BackgroundColor<<Ref>> #FFFFE0
BackgroundColor<<Pivot>> #FFFFFFF
BackgroundColor #FCF2E3
}
class Monitor <<Pivot>> {
href : String
id : String
sourceHref : String
state : String
@baseType : String
@schemaLocation : Uri
@type : String
}
class Request {
body : String
method : String
to : String
@baseType : String
@schemaLocation : Uri
@type : String
}
class HeaderItem {
name : String
value : String
@baseType : String
@schemaLocation : Uri
@type : String
}
class Response {
body : String
statusCode : String
@baseType : String
@schemaLocation : Uri
@type : String
}
Monitor *--> "0..1" Response : response
Monitor *--> "0..1" Request : request
Request *--> "1..*" HeaderItem : header
Response *--> "1..*" HeaderItem : header
@enduml |
15c580b90a1d3d6a2c372619ab8f26ddcbc33435 | f4e0272bdda7d296586ec934826f8e35e405acfc | /UML/diagramaUML.puml | a2428f8d6066667c357ecb294f7f885b2e6e91cd | [] | no_license | FacundoSC/Libros | abf7e1b2a3852f8fff466e1d31122f2417be01b8 | 080233c10d93ca67ce3f2f92e555d65c938354b8 | refs/heads/main | 2023-08-06T18:30:25.794456 | 2021-10-06T02:05:40 | 2021-10-06T02:05:40 | 412,158,879 | 1 | 0 | null | 2021-10-05T15:15:55 | 2021-09-30T17:25:15 | Java | UTF-8 | PlantUML | false | false | 749 | puml | @startuml
GestorLibro--> Libro
class GestorLibro{
-{static} libros: ArrayList<Libros>;
- gestorLibro : GestorLibro;
- GestorLibro()
+{static}crear():GestorLibro
+agregarLibro(String,String,int)
+mostrar()
}
class Libro {
-isbn:String;
-titulo:String;
-autor:String;
-paginas:int;
+Libro(String,String,String,int)
+Libro(String,String,int)
+getIsbn():String
+getTitulo():String
+setIsbn(String)
+setTitulo(String)
+setAutor(String)
+setPaginas(int)
+{static}generarIsbn(int):String
+{static}generarIsbnV2(int): String
+{static}generarIsbnV3(int): String
+{static}generarIsbnV4():String
+{static}generarIsbnV5():String
-{static}getInt(int, int):int
- esIsbmValido(String): boolean
}
@enduml |
25b67a8dfb78d339a5050fb3b659ba06a31f7e04 | 59e8f9d430e815ba8d7b7efae85bad26cba97af3 | /troubleshooting/azure_client.puml | fa1a6ca87d12d0dd60c76f40b66cb684789c6c5a | [
"MIT"
] | permissive | glqdlt/glqdlt.github.io | 76bc5e9b0bad9f48239bd7b1e9bef8c581fdb49e | c9579e99c5390a6c02a8d34cc808a66ad0c977dc | refs/heads/master | 2022-08-27T08:49:24.914469 | 2022-08-05T06:45:11 | 2022-08-05T06:45:11 | 92,659,599 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 409 | puml | @startuml
interface AzureBlobClient{
+upload()
+download()
}
class AzureClientFacotry{
+make(String connectionString) : AzureClient
}
package com.microsoft.azure{
class AzureClient{
}
}
class SimpleAzureBlobClient implements AzureBlobClient{
getAzureClient()
+upload()
+download()
}
SimpleAzureBlobClient --o AzureClient
AzureClientFacotry --> AzureClient
@enduml |
0195f7178630ae9362cf48802478bb1210e6be71 | dec0acd462a0dc5772f3840b62df68ce106a8126 | /language-feature/src/site/markdown/uml/custom-mvc.puml | 8159a571b3992693257f125ab91d15e0351278d0 | [
"Apache-2.0"
] | permissive | laidu/java-learn | 5382cf6a635871de27d0bd84ee75a35a5e45936d | e33e1ca519652c06e6dea47159daeb6f1f76431c | refs/heads/master | 2023-07-09T10:37:17.163359 | 2023-06-26T14:07:57 | 2023-06-26T14:07:57 | 100,566,396 | 12 | 3 | Apache-2.0 | 2023-07-07T22:07:28 | 2017-08-17T05:50:37 | Java | UTF-8 | PlantUML | false | false | 217 | puml | @startuml
interface EventListener
interface ServletDispatcher
class Route
List <|-- EventListener
Collection <|-- AbstractCollection
interface EventListener {
void handleSocket(ServerSocket server);
}
@enduml |
1a88e87b92493c1166054bfc5f46db30765bf5fb | c6c72378a47a34ea7f975cfddd0f6daba6b3b4d2 | /ch02/sample.puml | 065f6171108d7d8ce7549921677b222d363b808e | [] | no_license | yinm/uml-modeling-lesson | 323b45e8bd926ac0b0f94a024bfd6f20a7872d17 | 0bc65be5ee9e957d3627cb9a5986a8ac9a17744c | refs/heads/master | 2020-04-16T10:38:27.352993 | 2019-01-30T12:37:18 | 2019-01-30T12:37:18 | 165,511,559 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 220 | puml | @startuml
class Customer {
name
address
email
}
class IndividualCustomer {
sex
birthday
}
class CoporateCustomer {
capital_stock
}
Customer <|-- IndividualCustomer
Customer <|-- CoporateCustomer
@enduml
|
b59a83a22bd4a491295dea90e9c7c41471691f63 | 1dd19b56702bd24860d2705cb6e7b200cc4ef467 | /spike/memory_region_concept.plantuml | 105f8f611ecb3a412f2ccbe373ecbae895db16f6 | [] | no_license | vladfux4/project_z | 32f5959d8a2b07aac498629d1d9b1f9056e1ef9b | 23f8be36019bd313bd676cbfe28ff86d48a67b3e | refs/heads/master | 2021-07-20T21:03:03.647687 | 2020-05-11T21:00:14 | 2020-05-11T21:00:14 | 157,106,231 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,260 | plantuml | @startuml
package kernel {
package arch {
class TableEnty
class TranslationTable
TranslationTable "1..*" *-- TableEnty
}
}
package kernel {
package memory {
class RegionJoint {
region : shared_ptr<Region>
handle : UnregisterHandle
}
class AddressSpace {
-begin : void*
-length : uint64_t
-regions : vector<RegionJoint>
+MapRegion(region : shared_ptr<Region>)
}
AddressSpace "1..1" *-- TranslationTable
AddressSpace *-- RegionJoint
class RegionSpacesAccessor {
+ Handle RegisterAddressSpace()
+ UnregisterAddressSpace(Handle)
}
class Region {
#begin : void*
#length : uint64_t
-spaces : RegionSpacesAccessor
+Resize()
+Split()
+Copy()
}
Region *-- RegionSpacesAccessor
class Page
Region *-- Page
class Memory {
+ shared_ptr<Region> CreateRegion()
}
Memory --> "Create" Region
class PagePool
PagePool --> "Allocate" Page
Memory *-- PagePool
AddressSpace o-- "1..*" Region
RegionSpacesAccessor --> "1..*" RegionJoint
}
package process {
class Process
class ProcessAddressSpace {
-heap : memory::Region
-stack : memory::Region
}
ProcessAddressSpace --|> AddressSpace
Process *-- ProcessAddressSpace
note bottom of ProcessAddressSpace : Address spaces are unique for each process,\nonly memory regions are sharable
}
}
@enduml
|
044706dd74ff0923228f1ade762f99557e1186f9 | 12d21a47924d451b776dbf942ec4841d71ee5e60 | /digitalt_webapplication/uml.puml | f027d3cde16f88ad7e52e4a2df1f430c0571aee8 | [] | no_license | sankee205/Bachelor_assignement | 0044d12f68cc8131267399abc37937bc1ebbb8f2 | 78b625a944aa901a88adfb928c76114923a365e5 | refs/heads/main | 2023-04-26T00:22:29.294278 | 2021-05-19T09:35:39 | 2021-05-19T09:35:39 | 333,760,632 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 45,040 | puml | @startuml UmlClassDiagram
set namespaceSeparator ::
class "digitalt_application::AppManagement::ThemeManager.dart::ThemeNotifier" {
+bool* state
+ThemeData* darkTheme
+ThemeData* lightTheme
-ThemeData* _themeData
+ThemeData* getTheme()
+void setDarkMode()
+void setLightMode()
+bool* getState()
}
"digitalt_application::AppManagement::ThemeManager.dart::ThemeNotifier" o-- "flutter::src::material::theme_data.dart::ThemeData*"
"flutter::src::foundation::change_notifier.dart::ChangeNotifier" <|-- "digitalt_application::AppManagement::ThemeManager.dart::ThemeNotifier"
class "digitalt_application::AppManagement::StorageManager.dart::StorageManager" {
{static} +void saveData()
{static} +Future<dynamic>* readData()
{static} +Future<bool*>* deleteData()
}
class "digitalt_application::models::baseModel.dart::BaseModel" {
-AuthService* _authenticationService
-bool* _busy
+BaseUser* currentUser
+bool* busy
+void setBusy()
}
"digitalt_application::models::baseModel.dart::BaseModel" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::models::baseModel.dart::BaseModel" o-- "digitalt_application::models::user.dart::BaseUser*"
"flutter::src::foundation::change_notifier.dart::ChangeNotifier" <|-- "digitalt_application::models::baseModel.dart::BaseModel"
class "digitalt_application::models::user.dart::BaseUser" {
+String* uid
+String* fullName
+String* email
+String* phonenumber
+String* userRole
+List<dynamic>* myCases
+Subscription* mySubscription
+Map<String*, dynamic>* toJson()
}
"digitalt_application::models::user.dart::BaseUser" o-- "digitalt_application::models::subscription.dart::Subscription*"
class "digitalt_application::models::subscription.dart::Subscription" {
+bool* freeMonthUsed
+String* orderId
+String* amount
+String* status
+String* transactionText
+String* timeStamp
+Map<String*, dynamic>* toJson()
}
class "digitalt_application::LoginRegister::navigationService.dart::NavigationService" {
-GlobalKey<NavigatorState*>* _navigationKey
+GlobalKey<NavigatorState*>* navigationKey
+void pop()
+Future<dynamic>* navigateTo()
}
"digitalt_application::LoginRegister::navigationService.dart::NavigationService" o-- "flutter::src::widgets::framework.dart::GlobalKey<NavigatorState*>*"
class "digitalt_application::LoginRegister::Model::signUpViewModel.dart::SignUpViewModel" {
-AuthService* _authenticationService
-DialogService* _dialogService
-NavigationService* _navigationService
-String* _selectedRole
+String* selectedRole
+void setSelectedRole()
+Future<dynamic>* signUp()
}
"digitalt_application::LoginRegister::Model::signUpViewModel.dart::SignUpViewModel" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::LoginRegister::Model::signUpViewModel.dart::SignUpViewModel" o-- "digitalt_application::Services::dialogService.dart::DialogService*"
"digitalt_application::LoginRegister::Model::signUpViewModel.dart::SignUpViewModel" o-- "digitalt_application::LoginRegister::navigationService.dart::NavigationService*"
"digitalt_application::models::baseModel.dart::BaseModel" <|-- "digitalt_application::LoginRegister::Model::signUpViewModel.dart::SignUpViewModel"
class "digitalt_application::LoginRegister::Model::startUpViewModel.dart::StartUpViewModel" {
-AuthService* _authenticationService
-NavigationService* _navigationService
+Future<dynamic>* handleStartUpLogic()
}
"digitalt_application::LoginRegister::Model::startUpViewModel.dart::StartUpViewModel" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::LoginRegister::Model::startUpViewModel.dart::StartUpViewModel" o-- "digitalt_application::LoginRegister::navigationService.dart::NavigationService*"
"digitalt_application::models::baseModel.dart::BaseModel" <|-- "digitalt_application::LoginRegister::Model::startUpViewModel.dart::StartUpViewModel"
class "digitalt_application::LoginRegister::Model::dialogModels.dart::DialogRequest" {
+String* title
+String* description
+String* buttonTitle
+String* cancelTitle
}
class "digitalt_application::LoginRegister::Model::dialogModels.dart::DialogResponse" {
+String* fieldOne
+String* fieldTwo
+bool* confirmed
}
class "digitalt_application::LoginRegister::Model::loginViewModel.dart::LoginViewModel" {
-AuthService* _authenticationService
-DialogService* _dialogService
-NavigationService* _navigationService
+Future<dynamic>* login()
+void navigateToSignUp()
}
"digitalt_application::LoginRegister::Model::loginViewModel.dart::LoginViewModel" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::LoginRegister::Model::loginViewModel.dart::LoginViewModel" o-- "digitalt_application::Services::dialogService.dart::DialogService*"
"digitalt_application::LoginRegister::Model::loginViewModel.dart::LoginViewModel" o-- "digitalt_application::LoginRegister::navigationService.dart::NavigationService*"
"digitalt_application::models::baseModel.dart::BaseModel" <|-- "digitalt_application::LoginRegister::Model::loginViewModel.dart::LoginViewModel"
class "digitalt_application::LoginRegister::Views::loginView.dart::LoginView" {
+Function* toggleView
+_LoginViewState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::LoginRegister::Views::loginView.dart::LoginView"
class "digitalt_application::LoginRegister::Views::loginView.dart::_LoginViewState" {
+TextEditingController* emailController
+TextEditingController* passwordController
+Color* logoGreen
-AuthService* _auth
-GlobalKey<FormState*>* _formKey
+String* email
+String* password
+String* error
+Widget* build()
-dynamic _buildFooterLogo()
}
"digitalt_application::LoginRegister::Views::loginView.dart::_LoginViewState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController*"
"digitalt_application::LoginRegister::Views::loginView.dart::_LoginViewState" o-- "dart::ui::Color*"
"digitalt_application::LoginRegister::Views::loginView.dart::_LoginViewState" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::LoginRegister::Views::loginView.dart::_LoginViewState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FormState*>*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::LoginRegister::Views::loginView.dart::_LoginViewState"
class "digitalt_application::LoginRegister::Views::signUpView.dart::SignUpView" {
+TextEditingController* emailController
+TextEditingController* passwordController
+TextEditingController* fullNameController
+TextEditingController* phonenumberController
+Function* toggleView
+Widget* build()
}
"digitalt_application::LoginRegister::Views::signUpView.dart::SignUpView" o-- "flutter::src::widgets::editable_text.dart::TextEditingController*"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "digitalt_application::LoginRegister::Views::signUpView.dart::SignUpView"
class "digitalt_application::LoginRegister::Views::startUpView.dart::StartUpView" {
+Widget* build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "digitalt_application::LoginRegister::Views::startUpView.dart::StartUpView"
class "digitalt_application::LoginRegister::dialogManager.dart::DialogManager" {
+Widget* child
+_DialogManagerState* createState()
}
"digitalt_application::LoginRegister::dialogManager.dart::DialogManager" o-- "flutter::src::widgets::framework.dart::Widget*"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::LoginRegister::dialogManager.dart::DialogManager"
class "digitalt_application::LoginRegister::dialogManager.dart::_DialogManagerState" {
-DialogService* _dialogService
+void initState()
+Widget* build()
-void _showDialog()
}
"digitalt_application::LoginRegister::dialogManager.dart::_DialogManagerState" o-- "digitalt_application::Services::dialogService.dart::DialogService*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::LoginRegister::dialogManager.dart::_DialogManagerState"
class "digitalt_application::LoginRegister::Widgets::inputField.dart::InputField" {
+TextEditingController* controller
+TextInputType* textInputType
+bool* password
+bool* isReadOnly
+String* placeholder
+String* validationMessage
+Function* enterPressed
+bool* smallVersion
+FocusNode* fieldFocusNode
+FocusNode* nextFocusNode
+TextInputAction* textInputAction
+String* additionalNote
+dynamic Function(String*)* onChanged
+TextInputFormatter* formatter
+_InputFieldState* createState()
}
"digitalt_application::LoginRegister::Widgets::inputField.dart::InputField" o-- "flutter::src::widgets::editable_text.dart::TextEditingController*"
"digitalt_application::LoginRegister::Widgets::inputField.dart::InputField" o-- "flutter::src::services::text_input.dart::TextInputType*"
"digitalt_application::LoginRegister::Widgets::inputField.dart::InputField" o-- "flutter::src::widgets::focus_manager.dart::FocusNode*"
"digitalt_application::LoginRegister::Widgets::inputField.dart::InputField" o-- "flutter::src::services::text_input.dart::TextInputAction*"
"digitalt_application::LoginRegister::Widgets::inputField.dart::InputField" o-- "null::dynamic Function(String*)*"
"digitalt_application::LoginRegister::Widgets::inputField.dart::InputField" o-- "flutter::src::services::text_formatter.dart::TextInputFormatter*"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::LoginRegister::Widgets::inputField.dart::InputField"
class "digitalt_application::LoginRegister::Widgets::inputField.dart::_InputFieldState" {
+bool* isPassword
+double* fieldHeight
+void initState()
+Widget* build()
}
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::LoginRegister::Widgets::inputField.dart::_InputFieldState"
class "digitalt_application::LoginRegister::Widgets::noteText.dart::NoteText" {
+String* text
+TextAlign* textAlign
+Color* color
+Widget* build()
}
"digitalt_application::LoginRegister::Widgets::noteText.dart::NoteText" o-- "dart::ui::TextAlign*"
"digitalt_application::LoginRegister::Widgets::noteText.dart::NoteText" o-- "dart::ui::Color*"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "digitalt_application::LoginRegister::Widgets::noteText.dart::NoteText"
class "digitalt_application::LoginRegister::Widgets::expansionList.dart::ExpansionList" {
+List<T*>* items
+String* title
+dynamic Function(dynamic)* onItemSelected
+bool* smallVersion
+_ExpansionListState* createState()
}
"digitalt_application::LoginRegister::Widgets::expansionList.dart::ExpansionList" o-- "null::dynamic Function(dynamic)*"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::LoginRegister::Widgets::expansionList.dart::ExpansionList"
class "digitalt_application::LoginRegister::Widgets::expansionList.dart::_ExpansionListState" {
+double* startingHeight
+double* expandedHeight
+bool* expanded
+String* selectedValue
+void initState()
+Widget* build()
-List<Widget*>* _getDropdownListItems()
-void _calculateExpandedHeight()
}
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::LoginRegister::Widgets::expansionList.dart::_ExpansionListState"
class "digitalt_application::LoginRegister::Widgets::expansionList.dart::ExpansionListItem" {
+Function* onTap
+String* title
+bool* showArrow
+bool* smallVersion
+Widget* build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "digitalt_application::LoginRegister::Widgets::expansionList.dart::ExpansionListItem"
class "digitalt_application::LoginRegister::Widgets::busyButton.dart::BusyButton" {
+bool* busy
+String* title
+Function* onPressed
+bool* enabled
+_BusyButtonState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::LoginRegister::Widgets::busyButton.dart::BusyButton"
class "digitalt_application::LoginRegister::Widgets::busyButton.dart::_BusyButtonState" {
+Widget* build()
}
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::LoginRegister::Widgets::busyButton.dart::_BusyButtonState"
class "digitalt_application::LoginRegister::Widgets::textLink.dart::TextLink" {
+String* text
+Function* onPressed
+Widget* build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "digitalt_application::LoginRegister::Widgets::textLink.dart::TextLink"
class "digitalt_application::main.dart::MyApp" {
+Widget* build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "digitalt_application::main.dart::MyApp"
class "digitalt_application::Layouts::BaseAppDrawer.dart::BaseAppDrawer" {
+_BaseAppDrawerState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Layouts::BaseAppDrawer.dart::BaseAppDrawer"
class "digitalt_application::Layouts::BaseAppDrawer.dart::_BaseAppDrawerState" {
-String* _currentUserRole
-BaseUser* _currentUser
+void initState()
-dynamic _setBaseUser()
-Future<dynamic>* _getInfo()
+Widget* build()
-dynamic _signOut()
+Widget* showAlertSignOutDialog()
}
"digitalt_application::Layouts::BaseAppDrawer.dart::_BaseAppDrawerState" o-- "digitalt_application::models::user.dart::BaseUser*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Layouts::BaseAppDrawer.dart::_BaseAppDrawerState"
class "digitalt_application::Layouts::BaseCaseItem.dart::CaseItem" {
+String* image
+String* title
+List<dynamic>* author
+String* publishedDate
+String* introduction
+List<dynamic>* text
+Map<String*, dynamic>* toMap()
}
class "digitalt_application::Layouts::BaseCarouselSlider.dart::BaseCarouselSlider" {
-List<dynamic>* _caseList
+_BaseCarouselSliderState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Layouts::BaseCarouselSlider.dart::BaseCarouselSlider"
class "digitalt_application::Layouts::BaseCarouselSlider.dart::_BaseCarouselSliderState" {
-String* _currentUserRole
-AuthService* _authService
-DatabaseService* _db
+List<String*>* guestList
-dynamic _getUserRole()
-dynamic _getGuestList()
+void initState()
+Widget* build()
}
"digitalt_application::Layouts::BaseCarouselSlider.dart::_BaseCarouselSliderState" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::Layouts::BaseCarouselSlider.dart::_BaseCarouselSliderState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Layouts::BaseCarouselSlider.dart::_BaseCarouselSliderState"
class "digitalt_application::Layouts::BaseSearch.dart::BaseSearch" {
+List<String*>* allCases
+List<dynamic>* allCaseList
+String* selectedResult
+ThemeData* appBarTheme()
+List<Widget*>* buildActions()
+Widget* buildLeading()
+Widget* buildResults()
+Widget* buildSuggestions()
}
"flutter::src::material::search.dart::SearchDelegate" <|-- "digitalt_application::Layouts::BaseSearch.dart::BaseSearch"
class "digitalt_application::Layouts::BaseTextFields.dart::BaseTextFields" {
+int* index
+int* maxlines
+String* hintText
+List<dynamic>* list
+_BaseTextFieldsState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Layouts::BaseTextFields.dart::BaseTextFields"
class "digitalt_application::Layouts::BaseTextFields.dart::_BaseTextFieldsState" {
-TextEditingController* _nameController
+void initState()
+void dispose()
+Widget* build()
}
"digitalt_application::Layouts::BaseTextFields.dart::_BaseTextFieldsState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Layouts::BaseTextFields.dart::_BaseTextFieldsState"
class "digitalt_application::Layouts::BaseFadeRoute.dart::BaseFadeRoute" {
+Widget* page
}
"digitalt_application::Layouts::BaseFadeRoute.dart::BaseFadeRoute" o-- "flutter::src::widgets::framework.dart::Widget*"
"flutter::src::widgets::pages.dart::PageRouteBuilder" <|-- "digitalt_application::Layouts::BaseFadeRoute.dart::BaseFadeRoute"
class "digitalt_application::Layouts::BaseAppBar.dart::BaseAppBar" {
+Text* title
+AppBar* appBar
+List<Widget*>* widgets
+Size* preferredSize
+Widget* build()
}
"digitalt_application::Layouts::BaseAppBar.dart::BaseAppBar" o-- "flutter::src::widgets::text.dart::Text*"
"digitalt_application::Layouts::BaseAppBar.dart::BaseAppBar" o-- "flutter::src::material::app_bar.dart::AppBar*"
"digitalt_application::Layouts::BaseAppBar.dart::BaseAppBar" o-- "dart::ui::Size*"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "digitalt_application::Layouts::BaseAppBar.dart::BaseAppBar"
"flutter::src::widgets::preferred_size.dart::PreferredSizeWidget" <|-- "digitalt_application::Layouts::BaseAppBar.dart::BaseAppBar"
class "digitalt_application::Layouts::BoardListObject.dart::BoardListObject" {
+String* title
+List<BoardItemObject*>* items
}
class "digitalt_application::Layouts::BaseBottomAppBar.dart::BaseBottomAppBar" {
+AppBar* appBar
+_BaseBottomAppBarState* createState()
}
"digitalt_application::Layouts::BaseBottomAppBar.dart::BaseBottomAppBar" o-- "flutter::src::material::app_bar.dart::AppBar*"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Layouts::BaseBottomAppBar.dart::BaseBottomAppBar"
class "digitalt_application::Layouts::BaseBottomAppBar.dart::_BaseBottomAppBarState" {
+Size* preferredSize
-List<Widget*>* _buildScreens()
+void onTabTapped()
+Widget* build()
}
"digitalt_application::Layouts::BaseBottomAppBar.dart::_BaseBottomAppBarState" o-- "dart::ui::Size*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Layouts::BaseBottomAppBar.dart::_BaseBottomAppBarState"
class "digitalt_application::Layouts::BaseCaseBox.dart::BaseCaseBox" {
+String* image
+String* title
+_BaseCaseBoxState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Layouts::BaseCaseBox.dart::BaseCaseBox"
class "digitalt_application::Layouts::BaseCaseBox.dart::_BaseCaseBoxState" {
+Widget* build()
}
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Layouts::BaseCaseBox.dart::_BaseCaseBoxState"
class "digitalt_application::Layouts::BoardItemObject.dart::BoardItemObject" {
+String* title
}
class "digitalt_application::AdminPages::AdminPage.dart::AdminPage" {
+_AdminPageState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::AdminPages::AdminPage.dart::AdminPage"
class "digitalt_application::AdminPages::AdminPage.dart::_AdminPageState" {
-DatabaseService* _db
-TextEditingController* _editArticle
-List<dynamic>* _allCases
-List<dynamic>* _popularList
-List<dynamic>* _newList
-List<String*>* _allCaseList
-GlobalKey<FormState*>* _formKey
+void initState()
-dynamic _fetchDataBaseList()
-dynamic _createStringList()
-dynamic _updateSingleCase()
+Widget* build()
}
"digitalt_application::AdminPages::AdminPage.dart::_AdminPageState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"digitalt_application::AdminPages::AdminPage.dart::_AdminPageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController*"
"digitalt_application::AdminPages::AdminPage.dart::_AdminPageState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FormState*>*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::AdminPages::AdminPage.dart::_AdminPageState"
class "digitalt_application::AdminPages::UpdateInfoPage.dart::UpdateInfoPage" {
+_UpdateInfoPageState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::AdminPages::UpdateInfoPage.dart::UpdateInfoPage"
class "digitalt_application::AdminPages::UpdateInfoPage.dart::_UpdateInfoPageState" {
-DatabaseService* _db
-GlobalKey<FormState*>* _formKey
-String* _contactUrl
-String* _textUrl
-String* _backgroundUrl
-TextEditingController* _email
-TextEditingController* _tlf
-String* _date
{static} -List<dynamic>* _textList
{static} -List<dynamic>* _authorList
-Text* _saveImageText
-Image* _contactPhoto
-Image* _textPhoto
-Image* _backgroundPhoto
-MediaInfo* _contactPhotoInfo
-MediaInfo* _textPhotoInfo
-MediaInfo* _backgroundPhotoInfo
+DateTime* selectedDate
+void initState()
-Future<dynamic>* _fetchCaseItem()
-bool* _updateInfoData()
-Future<dynamic>* _savePhotoState()
-Future<void>* _getContactImage()
-Future<void>* _getTextImage()
-Future<void>* _getBackgroundImage()
+void dispose()
+Widget* build()
-Widget* _showAlertPublishDialog()
-Future<void>* _selectDate()
-List<Widget*>* _getParagraphs()
-List<Widget*>* _getAuthors()
-Widget* _showAlertDialog()
-Widget* _addRemoveButton()
}
"digitalt_application::AdminPages::UpdateInfoPage.dart::_UpdateInfoPageState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"digitalt_application::AdminPages::UpdateInfoPage.dart::_UpdateInfoPageState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FormState*>*"
"digitalt_application::AdminPages::UpdateInfoPage.dart::_UpdateInfoPageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController*"
"digitalt_application::AdminPages::UpdateInfoPage.dart::_UpdateInfoPageState" o-- "flutter::src::widgets::text.dart::Text*"
"digitalt_application::AdminPages::UpdateInfoPage.dart::_UpdateInfoPageState" o-- "flutter::src::widgets::image.dart::Image*"
"digitalt_application::AdminPages::UpdateInfoPage.dart::_UpdateInfoPageState" o-- "image_picker_web::src::Models::Types.dart::MediaInfo*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::AdminPages::UpdateInfoPage.dart::_UpdateInfoPageState"
class "digitalt_application::AdminPages::UpdatePopularLists.dart::UpdatePopularLists" {
+_UpdatePopularListsState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::AdminPages::UpdatePopularLists.dart::UpdatePopularLists"
class "digitalt_application::AdminPages::UpdatePopularLists.dart::_UpdatePopularListsState" {
-List<BoardList*>* _lists
-BoardListObject* _popularBoardList
-BoardListObject* _allBoardList
-List<BoardListObject*>* _listData
-BoardViewController* _boardViewController
-DatabaseService* _db
-List<dynamic>* _allCases
-List<dynamic>* _popularCases
+void initState()
-dynamic _fetchDataBaseList()
-dynamic _createListData()
-dynamic _fromMapToBoardList()
-Future<bool*>* _updatePopularCaseList()
-Future<bool*>* _createNewPopularCaseList()
+Widget* build()
-Widget* _createBoardList()
-Widget* _buildBoardItem()
-Widget* _showAlertPublishDialog()
}
"digitalt_application::AdminPages::UpdatePopularLists.dart::_UpdatePopularListsState" o-- "digitalt_application::Layouts::BoardListObject.dart::BoardListObject*"
"digitalt_application::AdminPages::UpdatePopularLists.dart::_UpdatePopularListsState" o-- "boardview::boardview_controller.dart::BoardViewController*"
"digitalt_application::AdminPages::UpdatePopularLists.dart::_UpdatePopularListsState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::AdminPages::UpdatePopularLists.dart::_UpdatePopularListsState"
class "digitalt_application::AdminPages::UpdateCasePage.dart::UpdateCasePage" {
+List<dynamic>* popularList
+List<dynamic>* newList
+String* caseTitle
+String* caseImageUrl
+String* caseIntroduction
+String* caseId
+List<dynamic>* caseText
+List<dynamic>* caseAuthorList
+String* caseDate
+_UpdateCasePageState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::AdminPages::UpdateCasePage.dart::UpdateCasePage"
class "digitalt_application::AdminPages::UpdateCasePage.dart::_UpdateCasePageState" {
-DatabaseService* _db
-GlobalKey<FormState*>* _formKey
-String* _id
-String* _imageUrl
-TextEditingController* _title
-TextEditingController* _introduction
-String* _date
{static} -List<dynamic>* _descriptionList
{static} -List<dynamic>* _authorList
-String* _popularCaseId
-String* _newCaseId
-Image* _imageWidget
-MediaInfo* _mediaInfo
+DateTime* selectedDate
+void initState()
-dynamic _isCaseInOtherLists()
-Future<dynamic>* _setCaseItem()
-bool* _updateCaseItem()
-bool* _updateCaseByFolder()
-Future<void>* _getImage()
+void dispose()
+Widget* build()
-Future<void>* _selectDate()
-List<Widget*>* _getParagraphs()
-Widget* _showAlertPublishDialog()
-List<Widget*>* _getAuthors()
-Widget* _showAlertDialog()
-Widget* _addRemoveButton()
}
"digitalt_application::AdminPages::UpdateCasePage.dart::_UpdateCasePageState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"digitalt_application::AdminPages::UpdateCasePage.dart::_UpdateCasePageState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FormState*>*"
"digitalt_application::AdminPages::UpdateCasePage.dart::_UpdateCasePageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController*"
"digitalt_application::AdminPages::UpdateCasePage.dart::_UpdateCasePageState" o-- "flutter::src::widgets::image.dart::Image*"
"digitalt_application::AdminPages::UpdateCasePage.dart::_UpdateCasePageState" o-- "image_picker_web::src::Models::Types.dart::MediaInfo*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::AdminPages::UpdateCasePage.dart::_UpdateCasePageState"
class "digitalt_application::AdminPages::UpdateAllCaseLists.dart::UpdateAllCaseLists" {
+_UpdateAllCaseListsState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::AdminPages::UpdateAllCaseLists.dart::UpdateAllCaseLists"
class "digitalt_application::AdminPages::UpdateAllCaseLists.dart::_UpdateAllCaseListsState" {
-List<BoardList*>* _lists
-BoardListObject* _allBoardList
-List<BoardListObject*>* _listData
-BoardViewController* _boardViewController
-DatabaseService* _db
-List<dynamic>* _allCases
+void initState()
-dynamic _fetchDataBaseList()
-dynamic _createListData()
-dynamic _fromMapToBoardList()
-Future<bool*>* _updatePopularCaseList()
-Future<bool*>* _createNewPopularCaseList()
+Widget* build()
-Widget* _createBoardList()
-Widget* _buildBoardItem()
-Widget* _showAlertPublishDialog()
}
"digitalt_application::AdminPages::UpdateAllCaseLists.dart::_UpdateAllCaseListsState" o-- "digitalt_application::Layouts::BoardListObject.dart::BoardListObject*"
"digitalt_application::AdminPages::UpdateAllCaseLists.dart::_UpdateAllCaseListsState" o-- "boardview::boardview_controller.dart::BoardViewController*"
"digitalt_application::AdminPages::UpdateAllCaseLists.dart::_UpdateAllCaseListsState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::AdminPages::UpdateAllCaseLists.dart::_UpdateAllCaseListsState"
class "digitalt_application::AdminPages::UpdateNewLists.dart::UpdateNewLists" {
+_UpdateNewListsState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::AdminPages::UpdateNewLists.dart::UpdateNewLists"
class "digitalt_application::AdminPages::UpdateNewLists.dart::_UpdateNewListsState" {
-List<BoardList*>* _lists
-BoardListObject* _popularBoardList
-BoardListObject* _allBoardList
-List<BoardListObject*>* _listData
-BoardViewController* _boardViewController
-DatabaseService* _db
-List<dynamic>* _allCases
-List<dynamic>* _newCases
+void initState()
-dynamic _fetchDataBaseList()
-dynamic _createListData()
-dynamic _fromMapToBoardList()
-Future<bool*>* _updatePopularCaseList()
-Future<bool*>* _createNewPopularCaseList()
+Widget* build()
-Widget* _createBoardList()
-Widget* _buildBoardItem()
-Widget* _showAlertPublishDialog()
}
"digitalt_application::AdminPages::UpdateNewLists.dart::_UpdateNewListsState" o-- "digitalt_application::Layouts::BoardListObject.dart::BoardListObject*"
"digitalt_application::AdminPages::UpdateNewLists.dart::_UpdateNewListsState" o-- "boardview::boardview_controller.dart::BoardViewController*"
"digitalt_application::AdminPages::UpdateNewLists.dart::_UpdateNewListsState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::AdminPages::UpdateNewLists.dart::_UpdateNewListsState"
class "digitalt_application::AdminPages::AddCasePage.dart::MyForm" {
+_MyFormState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::AdminPages::AddCasePage.dart::MyForm"
class "digitalt_application::AdminPages::AddCasePage.dart::_MyFormState" {
-DatabaseService* _db
-GlobalKey<FormState*>* _formKey
-TextEditingController* _title
-TextEditingController* _introduction
-TextEditingController* _textController
{static} -List<dynamic>* _authorList
-Image* _imageWidget
-MediaInfo* _mediaInfo
-bool* _addToNewCase
-bool* _addToPopularCase
-bool* _addCaseItem()
-Future<void>* _getImage()
+void dispose()
+Widget* build()
-String* _getDate()
-List<Widget*>* _getAuthors()
-Widget* _showAlertDialog()
-Widget* _showAlertPublishDialog()
-Widget* _addRemoveButton()
}
"digitalt_application::AdminPages::AddCasePage.dart::_MyFormState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"digitalt_application::AdminPages::AddCasePage.dart::_MyFormState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FormState*>*"
"digitalt_application::AdminPages::AddCasePage.dart::_MyFormState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController*"
"digitalt_application::AdminPages::AddCasePage.dart::_MyFormState" o-- "flutter::src::widgets::image.dart::Image*"
"digitalt_application::AdminPages::AddCasePage.dart::_MyFormState" o-- "image_picker_web::src::Models::Types.dart::MediaInfo*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::AdminPages::AddCasePage.dart::_MyFormState"
class "digitalt_application::AdminPages::EditLockedCases.dart::EditLockedCases" {
+_EditLockedCasesState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::AdminPages::EditLockedCases.dart::EditLockedCases"
class "digitalt_application::AdminPages::EditLockedCases.dart::_EditLockedCasesState" {
-List<BoardList*>* _lists
-BoardListObject* _allBoardList
-BoardListObject* _guestBoardList
-List<BoardListObject*>* _listData
-BoardViewController* _boardViewController
-DatabaseService* _db
-List<dynamic>* _allCases
-List<String*>* _guestList
+void initState()
-dynamic _fetchDataBaseList()
-dynamic _getGuestList()
-dynamic _createListData()
-dynamic _fromMapToBoardList()
-Future<bool*>* _updateGuestList()
-Future<bool*>* _createNewGuestList()
+Widget* build()
-Widget* _createBoardList()
-Widget* _buildBoardItem()
-Widget* _showAlertPublishDialog()
}
"digitalt_application::AdminPages::EditLockedCases.dart::_EditLockedCasesState" o-- "digitalt_application::Layouts::BoardListObject.dart::BoardListObject*"
"digitalt_application::AdminPages::EditLockedCases.dart::_EditLockedCasesState" o-- "boardview::boardview_controller.dart::BoardViewController*"
"digitalt_application::AdminPages::EditLockedCases.dart::_EditLockedCasesState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::AdminPages::EditLockedCases.dart::_EditLockedCasesState"
class "digitalt_application::Pages::HomePage.dart::HomePage" {
+HomePageState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Pages::HomePage.dart::HomePage"
class "digitalt_application::Pages::HomePage.dart::HomePageState" {
-AuthService* _auth
-DatabaseService* _db
-List<dynamic>* _newCases
-List<dynamic>* _allCases
-List<dynamic>* _popularCases
-String* _currentUserRole
-List<String*>* _guestList
-List<String*>* _allCaseList
-List<String*>* _searchCaseList
-GlobalKey<FormState*>* _formKey
+void initState()
-dynamic _getUserRole()
-dynamic _createStringList()
-dynamic _goToSingleCase()
-dynamic _getGuestList()
-dynamic _setSearchBarList()
-dynamic _fetchDataBaseList()
+Widget* build()
}
"digitalt_application::Pages::HomePage.dart::HomePageState" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::Pages::HomePage.dart::HomePageState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"digitalt_application::Pages::HomePage.dart::HomePageState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FormState*>*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Pages::HomePage.dart::HomePageState"
class "digitalt_application::Pages::SettingsPage.dart::SettingsPage" {
+_SettingsState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Pages::SettingsPage.dart::SettingsPage"
class "digitalt_application::Pages::SettingsPage.dart::_SettingsState" {
+Widget* build()
}
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Pages::SettingsPage.dart::_SettingsState"
class "digitalt_application::Pages::MyArticles.dart::MyArticles" {
+_MyArticlesState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Pages::MyArticles.dart::MyArticles"
class "digitalt_application::Pages::MyArticles.dart::_MyArticlesState" {
-AuthService* _auth
-DatabaseService* _db
-BaseUser* _currentUser
-List<dynamic>* _allCases
-List<dynamic>* _myCases
-List<dynamic>* _userMyCases
+void initState()
-dynamic _fetchDataBaseList()
-dynamic _signOut()
-dynamic _createMyCaseList()
-dynamic _setBaseUser()
+Widget* build()
}
"digitalt_application::Pages::MyArticles.dart::_MyArticlesState" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::Pages::MyArticles.dart::_MyArticlesState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"digitalt_application::Pages::MyArticles.dart::_MyArticlesState" o-- "digitalt_application::models::user.dart::BaseUser*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Pages::MyArticles.dart::_MyArticlesState"
class "digitalt_application::Pages::SingleCasePage.dart::CasePage" {
+bool* searchBar
+String* image
+String* title
+List<dynamic>* author
+String* publishedDate
+String* lastEdited
+String* introduction
+List<dynamic>* text
+_CasePageState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Pages::SingleCasePage.dart::CasePage"
class "digitalt_application::Pages::SingleCasePage.dart::_CasePageState" {
-DatabaseService* _db
-AuthService* _auth
-BaseUser* _currentUser
-Text* _lastEditedText
+bool* isArticleSaved
-dynamic _setBaseUser()
-dynamic _changeMyCasesList()
-bool* _updateMyCasesList()
+void initState()
+Widget* build()
}
"digitalt_application::Pages::SingleCasePage.dart::_CasePageState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"digitalt_application::Pages::SingleCasePage.dart::_CasePageState" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::Pages::SingleCasePage.dart::_CasePageState" o-- "digitalt_application::models::user.dart::BaseUser*"
"digitalt_application::Pages::SingleCasePage.dart::_CasePageState" o-- "flutter::src::widgets::text.dart::Text*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Pages::SingleCasePage.dart::_CasePageState"
class "digitalt_application::Pages::EditProfilePage.dart::EditProfilePage" {
+String* name
+String* email
+String* uid
+String* phonenumber
+_EditProfilePageState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Pages::EditProfilePage.dart::EditProfilePage"
class "digitalt_application::Pages::EditProfilePage.dart::_EditProfilePageState" {
-DatabaseService* _db
-GlobalKey<FormState*>* _formKey
-String* _id
-TextEditingController* _fullname
-TextEditingController* _emailAdress
-TextEditingController* _number
+void initState()
-Future<dynamic>* _setProfileDetails()
-bool* _changeProfileData()
+void dispose()
+Widget* build()
-Widget* _showAlertPublishDialog()
}
"digitalt_application::Pages::EditProfilePage.dart::_EditProfilePageState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"digitalt_application::Pages::EditProfilePage.dart::_EditProfilePageState" o-- "flutter::src::widgets::framework.dart::GlobalKey<FormState*>*"
"digitalt_application::Pages::EditProfilePage.dart::_EditProfilePageState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Pages::EditProfilePage.dart::_EditProfilePageState"
class "digitalt_application::Pages::InfoPage.dart::InfoPage" {
+List<dynamic>* infoList
+List<dynamic>* text
+List<dynamic>* author
+String* contactPhoto
+String* date
+String* email
+String* textPhoto
+String* tlf
+String* backgroundPhoto
+_InfoPageState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Pages::InfoPage.dart::InfoPage"
class "digitalt_application::Pages::InfoPage.dart::_InfoPageState" {
+DatabaseService* db
+void initState()
+Widget* build()
}
"digitalt_application::Pages::InfoPage.dart::_InfoPageState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Pages::InfoPage.dart::_InfoPageState"
class "digitalt_application::Pages::ProfilePage.dart::ProfilePage" {
+_ProfilePageState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Pages::ProfilePage.dart::ProfilePage"
class "digitalt_application::Pages::ProfilePage.dart::_ProfilePageState" {
-AuthService* _auth
-BaseUser* _currentUser
+void initState()
-dynamic _setBaseUser()
-dynamic _signOut()
+Widget* build()
}
"digitalt_application::Pages::ProfilePage.dart::_ProfilePageState" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::Pages::ProfilePage.dart::_ProfilePageState" o-- "digitalt_application::models::user.dart::BaseUser*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Pages::ProfilePage.dart::_ProfilePageState"
class "digitalt_application::Pages::SubscriptionPage.dart::SubscriptionPage" {
-BaseUser* _currentUser
+_SubscriptionPageState* createState()
}
"digitalt_application::Pages::SubscriptionPage.dart::SubscriptionPage" o-- "digitalt_application::models::user.dart::BaseUser*"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Pages::SubscriptionPage.dart::SubscriptionPage"
class "digitalt_application::Pages::SubscriptionPage.dart::_SubscriptionPageState" {
-AuthService* _auth
-VippsApi* _vippsApi
-bool* _isAppInstalled
+void initState()
-dynamic _appInstalled()
-dynamic _getAccessToken()
-dynamic _signOut()
-dynamic _initiateVipps()
-dynamic _webLaunch()
-dynamic _capturePayment()
+Widget* build()
}
"digitalt_application::Pages::SubscriptionPage.dart::_SubscriptionPageState" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::Pages::SubscriptionPage.dart::_SubscriptionPageState" o-- "digitalt_application::Services::VippsApi.dart::VippsApi*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Pages::SubscriptionPage.dart::_SubscriptionPageState"
class "digitalt_application::Pages::DisplayVippsOrder.dart::DisplayVippsOrder" {
+dynamic jsonDetailString
+String* uid
+_DisplayVippsOrderState* createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "digitalt_application::Pages::DisplayVippsOrder.dart::DisplayVippsOrder"
class "digitalt_application::Pages::DisplayVippsOrder.dart::_DisplayVippsOrderState" {
-AuthService* _auth
-DatabaseService* _databaseService
-String* _amount
-String* _transactionId
+void initState()
-dynamic _setOrderDetails()
-dynamic _signOut()
+Widget* build()
}
"digitalt_application::Pages::DisplayVippsOrder.dart::_DisplayVippsOrderState" o-- "digitalt_application::Services::auth.dart::AuthService*"
"digitalt_application::Pages::DisplayVippsOrder.dart::_DisplayVippsOrderState" o-- "digitalt_application::Services::DataBaseService.dart::DatabaseService*"
"flutter::src::widgets::framework.dart::State" <|-- "digitalt_application::Pages::DisplayVippsOrder.dart::_DisplayVippsOrderState"
class "digitalt_application::Services::VippsApi.dart::VippsApi" {
{static} -String* _base_url
{static} -String* _client_id
{static} -String* _client_secret
{static} -String* _merchantSerialNumber
{static} -String* _sub_key
-String* _accessToken
-String* _orderId
+Future<String*>* getAccessToken()
+Future<String*>* initiatePayment()
+Future<dynamic>* getPaymentDetails()
+Future<dynamic>* capturePayment()
+Future<dynamic>* cancelPayment()
+Future<dynamic>* getOrderStatus()
+Future<dynamic>* refundPayment()
}
class "digitalt_application::Services::auth.dart::AuthService" {
-FirebaseAuth* _auth
-FirestoreService* _firestoreService
-BaseUser* _currentUser
+BaseUser* currentUser
+Stream<BaseUser*>* user
-BaseUser* _userFromFirebaseUser()
+dynamic isUserAnonymous()
+dynamic getUserUid()
+Future<String*>* getUserRole()
+Future<BaseUser*>* getFirebaseUser()
+Future<dynamic>* signInAnon()
+Future<dynamic>* signInWithEmailAndPassword()
+Future<dynamic>* signUpWithEmail()
+Future<bool*>* isUserLoggedIn()
-Future<bool*>* _populateCurrentUser()
+Future<dynamic>* signOut()
}
"digitalt_application::Services::auth.dart::AuthService" o-- "firebase_auth::firebase_auth.dart::FirebaseAuth*"
"digitalt_application::Services::auth.dart::AuthService" o-- "digitalt_application::Services::firestoreService.dart::FirestoreService*"
"digitalt_application::Services::auth.dart::AuthService" o-- "digitalt_application::models::user.dart::BaseUser*"
"digitalt_application::Services::auth.dart::AuthService" o-- "dart::async::Stream<BaseUser*>*"
class "digitalt_application::Services::firestoreService.dart::FirestoreService" {
-CollectionReference* _usersCollectionReference
+Future<dynamic>* createUser()
+Future<BaseUser*>* getUser()
}
"digitalt_application::Services::firestoreService.dart::FirestoreService" o-- "cloud_firestore::cloud_firestore.dart::CollectionReference*"
class "digitalt_application::Services::dialogService.dart::DialogService" {
-GlobalKey<NavigatorState*>* _dialogNavigationKey
-dynamic Function(DialogRequest*)* _showDialogListener
-Completer<DialogResponse*>* _dialogCompleter
+GlobalKey<NavigatorState*>* dialogNavigationKey
+void registerDialogListener()
+Future<DialogResponse*>* showDialog()
+Future<DialogResponse*>* showConfirmationDialog()
+void dialogComplete()
}
"digitalt_application::Services::dialogService.dart::DialogService" o-- "flutter::src::widgets::framework.dart::GlobalKey<NavigatorState*>*"
"digitalt_application::Services::dialogService.dart::DialogService" o-- "null::dynamic Function(DialogRequest*)*"
"digitalt_application::Services::dialogService.dart::DialogService" o-- "dart::async::Completer<DialogResponse*>*"
class "digitalt_application::Services::DataBaseService.dart::DatabaseService" {
+String* uid
-CollectionReference* _userCollection
+Future<dynamic>* updateUserData()
+Future<dynamic>* updateMyCasesData()
+Future<dynamic>* updateCaseItemData()
+Future<dynamic>* addCaseItem()
+Future<dynamic>* getCaseItems()
+Future<dynamic>* updateInfoPageContent()
+Future<dynamic>* getInfoPageContent()
+Future<dynamic>* updateCaseByFolder()
+Future<dynamic>* updateCaseItemByFolder()
+Future<dynamic>* updateFolder()
+Future<dynamic>* updateGuestList()
+Future<dynamic>* getGuestListContent()
+Future<Uri*>* uploadFile()
+Future<String*>* downloadUrl()
+Future<dynamic>* updateSubscriptionData()
}
"digitalt_application::Services::DataBaseService.dart::DatabaseService" o-- "cloud_firestore::cloud_firestore.dart::CollectionReference*"
@enduml |
27a2662b78e1279e6167f7f1da01e30570c862a2 | 804684f98a780ade5776334d1d6011be741fc21c | /assets/qmp.puml | a103bb6756df18f8980cc9b42990f084135eeebe | [] | no_license | dds-2021-vn-grupo-3/tp-dds-qmp | 40dc89c8b587018e42d1f5614dd4b521f27b6959 | e03fc0db1fba35dd855e061bb50b996f009fc47f | refs/heads/master | 2023-04-16T14:20:16.876481 | 2021-04-23T22:23:30 | 2021-04-23T22:23:30 | 360,322,753 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 503 | puml | @startuml
left to right direction
skinparam backgroundColor transparent
skinparam arrowFontColor royalblue
class Prenda {
categoria() : Categoria
}
enum Material {
GABARDINA, NYLON, ALGODON, ...
}
class Tipo {
getCategoria()
}
enum Categoria {
SUPERIOR, CALZADO, INFERIOR, ACCESORIO
}
class Color
Prenda --> Color : colorPrimario
Prenda --> Color : colorSecundario
Prenda --> "1" Material
Prenda ..> Categoria
Prenda --> "1" Tipo
Tipo --> "1" Categoria
@enduml
|
8185f5ed9af2a3d54fc3009dda7e337c65a28b41 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductDiscountValueAbsolute.puml | 8aa0308f5f837307cc26ca55605b4a885e886e45 | [] | 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 | 493 | 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 ProductDiscountValueAbsolute [[ProductDiscountValueAbsolute.svg]] extends ProductDiscountValue {
type: String
money: [[CentPrecisionMoney.svg List<CentPrecisionMoney>]]
}
interface ProductDiscountValue [[ProductDiscountValue.svg]] {
type: String
}
@enduml
|
b6ba76107c08ebc7b061f4430825080ba1f01d6d | 41b9498f48c484fd10eeb0271f8a419ef86d7004 | /src/main/java/establish/simplefactory/001简单工厂.puml | 85adab797119356742a9d1ed9aef26a66e4f806e | [] | no_license | sherwinwu93/design-pattern | 04c155fcc6cccfc2a36f8ce27a58e5fd6ee4cb55 | 372d7edc126b880a55ebe65f7b90bb356269173a | refs/heads/master | 2023-04-06T09:25:32.672206 | 2020-12-28T16:35:46 | 2020-12-28T16:35:46 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 400 | puml | @startuml
'需求:工厂生成不同的产品
class Client{
}
class Factory{
Product factoryMethod(String arg)
}
interface Product
Client ..> Factory
Client ..> Product
class ConcreteProductA
ConcreteProductA --up> Product
Factory ..right> ConcreteProductA : <<create>>
class ConcreteProductB
ConcreteProductB --up> Product
Factory ..right> ConcreteProductB : <<create>>
@enduml |
a49d4c03c2796e94f770f699aa280cf05a252a6e | 92692d636eca83bf56f07c92b553265ee7203dcf | /src/main/java/com/peppayi/designpattern/headfirst/chapters/chapter01/uml/version02.puml | 63754d7d3cc5264a184ebc6ea12b8a73a9004257 | [] | no_license | qingzhusay/design-pattern | 19aee4b20296b17539db12d5826d3fb97657880f | bd31c8a22b79290a65c86501a77516c8969a8318 | refs/heads/master | 2022-08-29T20:34:45.487283 | 2020-05-09T14:46:06 | 2020-05-09T14:46:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 418 | puml | @startuml
abstract class Duck {
void swin();
{abstract} void display();
}
interface Flyable
interface Quackable
class MallardDuck
Duck <|-- MallardDuck
Flyable <|.. MallardDuck
Quackable <|.. MallardDuck
class RedheadDuck
Duck <|-- RedheadDuck
Flyable <|.. RedheadDuck
Quackable <|.. RedheadDuck
class RubberDuck
Duck <|-- RubberDuck
Quackable <|.. RubberDuck
class DecoyDuck
Duck <|-- DecoyDuck
@enduml |
da72d309603bb83762c8482ea547bcb5b460ba7a | fe1600517a3a9c450014334c9b94aebc75423022 | /18-projetoBanco-feitoEmAula/18-projetoBanco-feitoEmAula.plantuml | fe239350abdf327e85c0d6a8a30ec9d64d6318b6 | [] | no_license | jonasht/Java-Poo-Fatec | a4937422230452538804527333f96259ec5a5710 | ba3433b44514fb326f80a6b541386966d3dafdcb | refs/heads/master | 2021-02-14T02:51:46.473682 | 2020-12-11T01:29:25 | 2020-12-11T01:29:25 | 244,759,958 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 758 | plantuml | @startuml
title __18-PROJETOBANCO-FEITOEMAULA's Class Diagram__\n
namespace com.company {
abstract class com.company.Conta {
}
}
namespace com.company {
class com.company.Corrente {
}
}
namespace com.company {
class com.company.GerenciarContass {
}
}
namespace com.company {
class com.company.GerenciarPatrimonioBanco {
}
}
namespace com.company {
class com.company.Poupanca {
}
}
com.company.Corrente -up-|> com.company.Conta
com.company.Poupanca -up-|> com.company.Conta
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
|
c4f59c86ec9df1bed5373350cb5f1c7acde11ec9 | aff68ebcc42563768b200a9de86989646287b29e | /doc/diagrams/queryPredicate.puml | c75d4fac6b6ccd3aefd0f215439342eba3ee769f | [
"MIT"
] | permissive | exasol/dynamodb-virtual-schema | fc17be7abb687acaa442d7b7cc363ab76c175c22 | 4910b40e4b6f840b7bc494d045c63056d889be26 | refs/heads/main | 2023-07-06T22:09:56.793653 | 2023-07-04T08:30:51 | 2023-07-04T08:30:51 | 238,997,495 | 1 | 1 | MIT | 2023-07-04T08:30:53 | 2020-02-07T18:31:48 | Java | UTF-8 | PlantUML | false | false | 965 | puml | @startuml
interface QueryPredicate <<interface>> {
{abstract}accept(QueryPredicateVisitor)
}
class LogicalOperator{
operator
accept(QueryPredicateVisitor)
}
class NotPredicate{
accept(QueryPredicateVisitor)
}
interface ComparisonPredicate <<interface>> {
{abstract} getOperator()
accept(QueryPredicateVisitor)
{abstract}accept(ComparisonPredicateVisitor)
}
class NoPredicate{
accept(QueryPredicateVisitor)
}
abstract class AbstractComparisonPredicate <<abstract>> {
operator
getOperator()
}
class ColumnLiteralComparisonPredicate{
column
literal
accept(ComparisonPredicateVisitor)
}
QueryPredicate <|.. LogicalOperator
LogicalOperator "1" -- "*" QueryPredicate: > operands
QueryPredicate <|.. NotPredicate
QueryPredicate "1"--"1" NotPredicate : < operand
QueryPredicate <|.. NoPredicate
QueryPredicate <|.. ComparisonPredicate
ComparisonPredicate <|..AbstractComparisonPredicate
AbstractComparisonPredicate <|-- ColumnLiteralComparisonPredicate
@enduml
|
652b2be6e39291252952219fda1078d151b20e4f | 99675a40dbe1c4ae8d37c7ba11f7c6459f6c2fcd | /src/UMLDiagram.puml | f05d5ef32cca9886320c0b1a17832ce8a2173dd4 | [] | no_license | IlzJokerzlI/ObserverDesignPattern | 2a847f5ff98720e47a5260625d58aebda26b9416 | ca56ab19c5787fb69384b1493fec9419c83c580e | refs/heads/master | 2022-10-01T12:44:20.179901 | 2020-06-15T11:02:37 | 2020-06-15T11:02:37 | 272,353,089 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 974 | puml | The UML Diagram of Editor Application
@startuml
Editor o--> EventManager
EventManager o--> EventListener
'class Application {
'
'}
'class EventType {
'}
class Editor {
- eventManager:EventManager
- file:File
+ Editor()
+ openFile(path:String)
+ saveFile()
+ getEventManager():EventManager
}
class EventManager {
- listeners:HashMap<EventType.Type, ArrayList<EventListener>>
+ EventManager()
+ subscribe(eventType:EventType.Type, listener:EventListener)
+ unsubscribe(eventType:EventType.Type, listener:EventListener)
+ notify(eventType:EventType.Type, fileName:String)
}
Interface EventListener {
+ update(fileName:String)
}
class LoggingListener implements EventListener {
- log:File
+ LoggingListener(logFileName:String)
+ update(fileName:String)
}
class EmailAlertsListener implements EventListener {
- email:String
+ EmailAlertsListener(email:String)
+ update(fileName:String)
}
@enduml |
da7fb4bebf0bd90c260515885746ea938896c823 | 8d6229776c3ec92e688bb678a233896adf862705 | /app.puml | 63d094588e27247aede2c7d483920f75591700da | [] | no_license | seyar/yet-another-grabber | ee71374b501e98f5007203ab3b5dfe162dcd6840 | 5d81f5870d93c8fdef498bb53472bed9dfc42100 | refs/heads/master | 2016-09-06T15:19:43.687401 | 2015-09-14T22:52:13 | 2015-09-14T22:52:13 | 38,006,369 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 134 | puml | @startuml
class Grabber {
grab()
}
class Parser {
}
class HtmlParser {
parse()
}
class RssParser
class PostParser
@enduml
|
5a277f949284bc77c1c6825d6691f8a19f9f76a9 | 55261e1e9a841f514598d8fb0fbe95a7493460e3 | /class/classes/modules/signatures.puml | 4ca18abf87975a4c094b32cfb7afbc494ef05f1b | [] | no_license | LucasIsasmendi/lisk-core-plantuml | ac01094fd56590b361ab8992b52f0cfc3175aa60 | e0941f6e800dc16a9dc0f8367304149fbf2200e1 | refs/heads/master | 2021-01-21T11:53:42.861882 | 2017-05-24T12:56:58 | 2017-05-24T12:56:58 | 91,758,697 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 515 | puml | @startuml
class Signatures < modules > {
- __private: {}
- self: this
.. __private ..
- assetTypes[1]: new Signature(schema, logger)
.. library ..
- schema
- ed
- balancesSequence
- logic.transaction
.. modules ..
- accounts
- transactions
-- Methods --
+ Signatures (cb, scope)
+ isLoaded ()
+ sandboxApi (call, args, cb)
+ onBind (scope)
-- API --
.. shared ..
+ getFee (*, cb)
+ addSignature (secret, publicKey,
multisigAccountPublicKey,
secondSecret, cb)
}
@enduml
|
5d4adc0224bba5d24afed79c8626a9e0b84a6f7c | 95db096f36828b7124792f7ce52368a58783e9e9 | /docs/javadocs/soen6441riskgame/views/ExchangeCardView.puml | ea78400884e3fd2e4029fa740c34ed69dd72f3bf | [] | no_license | huntertran/soen6441-riskgame | 81af179068618a3870b14ef46cf51ea65c31ac6b | f6605e3c5bdd3346f65288c96de6d169faa47f00 | refs/heads/master | 2023-06-22T21:10:32.772010 | 2021-03-31T21:48:30 | 2021-04-02T03:19:34 | 209,664,319 | 2 | 1 | null | 2023-06-14T22:29:59 | 2019-09-19T23:16:40 | Java | UTF-8 | PlantUML | false | false | 1,191 | puml | @startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
set namespaceSeparator none
class "<b><size:14>ExchangeCardView</b>\n<size:10>soen6441riskgame.views" as soen6441riskgame.views.ExchangeCardView [[../../soen6441riskgame/views/ExchangeCardView.html{soen6441riskgame.views.ExchangeCardView}]] {
+ExchangeCardView()
+void update(Observable o,Object arg)
}
class "<b><size:14>GameBoard</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoard [[../../soen6441riskgame/singleton/GameBoard.html{soen6441riskgame.singleton.GameBoard}]] #white {
}
hide soen6441riskgame.singleton.GameBoard fields
hide soen6441riskgame.singleton.GameBoard methods
soen6441riskgame.singleton.GameBoard --> "exchangeCardView" soen6441riskgame.views.ExchangeCardView
class "<b><size:14>SeparatedView</b>\n<size:10>soen6441riskgame.views" as soen6441riskgame.views.SeparatedView [[../../soen6441riskgame/views/SeparatedView.html{soen6441riskgame.views.SeparatedView}]] {
}
hide soen6441riskgame.views.SeparatedView fields
hide soen6441riskgame.views.SeparatedView methods
soen6441riskgame.views.ExchangeCardView --|> soen6441riskgame.views.SeparatedView
@enduml
|
da2bdc63eb9913b5519a07605b2e5d6419af8999 | dd968a8b1484ff8082f64516d568ec26505ca1e5 | /src/main/java/game/gameLogic/gameLogic.plantuml | 3c79a0eca7a410526820cc7e3a9186ef9f9798f7 | [] | no_license | kot-1999/Maze | bc41bca5f7e89f3cf2b7072f47f6eef2e4a9ea0f | efa5b08db9603dcc2c05d9419f9a20339c2a500f | refs/heads/main | 2023-08-30T14:41:00.342449 | 2021-11-12T12:03:21 | 2021-11-12T12:03:21 | 427,344,911 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 956 | plantuml | @startuml
title __GAMELOGIC's Class Diagram__\n
interface gameLogic.Game {
{abstract} + play()
}
enum GameState {
END
EXIT
PLAYING
WIN
state
}
class gameLogic.Maze {
- characters : ArrayList<Character>
{static} - defauldSize : int
- gred : Cell[][]
- hight : int
- width : int
+ Maze()
+ addCharacter()
+ getCell()
+ getCellX()
+ getCellY()
+ getHight()
+ getWidth()
+ hasCharacter()
+ remoceCharacter()
+ setCell()
{static} ~ create()
{static} ~ create()
{static} ~ create()
}
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
|
67aa419174f407861454c2fbb269b8de8fad70ee | c931fab627d76aac94f223642e63dc0f5358c800 | /app/src/main/java/com/example/aflah/tracki_master/NavbarFragment/NavbarFragment.plantuml | 7e4e6fc75835cccd2ac0379d4686c4a285606111 | [] | no_license | aflahtaqiu/tracki-android | 842c78ad53d0717f51e094721150a6d8205e3a7a | 6990d21cf21771cd1e5927e44564b06f4b2c8391 | refs/heads/master | 2020-04-15T02:03:17.136741 | 2019-01-06T12:02:17 | 2019-01-06T12:02:17 | 164,301,470 | 0 | 0 | null | 2019-01-06T11:40:37 | 2019-01-06T11:40:36 | null | UTF-8 | PlantUML | false | false | 3,205 | plantuml | @startuml
title __NAVBARFRAGMENT's Class Diagram__\n
package com.example.aflah.tracki_master {
package com.example.aflah.tracki_master.NavbarFragment {
class AccountFragment {
~ imgAvatar : CircleImageView
~ tvUserName : TextView
~ tvNoPromo : TextView
~ sharedPreferences : SharedPreferences
~ json : String
~ gson : Gson
~ userToken : String
~ stores : List<Store>
~ promotions : List<Promotion>
~ recyclerView : RecyclerView
~ Mydialog : Dialog
~ picAvatar : TextView
~ picGaleri : TextView
~ picCamera : TextView
~ toolbarAccount : Toolbar
~ selectedImage : Uri
- GALLERY : int
- CAMERA : int
+ AccountFragment()
{static} + newInstance()
+ onCreate()
+ onCreateView()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
+ MyCustomDialog()
- getResizedBitmap()
+ onActivityResult()
}
}
}
package com.example.aflah.tracki_master {
package com.example.aflah.tracki_master.NavbarFragment {
class HomeFragment {
- data : List<Map<String, String>>
- beacons : List<CBBeacon>
- adapter : SimpleAdapter
- mySwipeRefreshLayout : SwipeRefreshLayout
~ toko : HashMap<String, SearchName>
~ from : String[]
~ to : int[]
~ spinnerItem : String[]
~ autoCompleteAdaptor : ArrayAdapter<String>
~ stores : List<Store>
~ rmdup : HashMap<String, Store>
~ imageViewUndetectStore : ImageView
~ beaconCount : int
~ flagSearch : int
~ textViewTokoTerdekat : TextView
~ spinnerSearch : AppCompatSpinner
~ recyclerView : RecyclerView
+ HomeFragment()
+ onCreate()
+ onCreateView()
+ onViewCreated()
+ onButtonPressed()
+ onDetach()
+ setData()
+ onItemClick()
+ onRefresh()
+ onItemSelected()
+ onNothingSelected()
}
}
}
package com.example.aflah.tracki_master {
package com.example.aflah.tracki_master.NavbarFragment {
interface OnFragmentInteractionListener {
{abstract} + onFragmentInteraction()
}
}
}
AccountFragment -up-|> Fragment
AccountFragment o-- UserLogin : userLogin
AccountFragment o-- ListSavePromoAdapter : listSavePromoAdapter
SavedState -up-|> Parcelable
HomeFragment -up-|> OnCubeaconUpdated
HomeFragment -up-|> OnItemClickListener
HomeFragment -up-|> OnRefreshListener
HomeFragment -up-|> OnItemSelectedListener
HomeFragment -up-|> Fragment
HomeFragment o-- TokoTerdekatAdapter : tokoTerdekatAdapter
HomeFragment o-- OnFragmentInteractionListener : mListener
HomeFragment +-down- OnFragmentInteractionListener
SavedState -up-|> Parcelable
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
2f4d88dd411c16481cddd4f16a25b310bf530764 | c6fa8545978b664ac557f530c9b0fab84780d450 | /AbstractFactoryAndSingleton/docs/img/Singleton_CD.puml | 01ee04b319e2a1b1f317301b110715ed54cc2a07 | [] | no_license | rovany706/design-patterns | 1779eaf3fdea4b865d7160c46ba918fe0540342a | 79eb1e40ebe4e3eb5b3f00f7020bc5e85b0e8fc1 | refs/heads/master | 2020-12-14T15:35:25.922667 | 2020-04-15T09:02:51 | 2020-04-15T09:02:51 | 234,789,540 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 282 | puml | @startuml
package "SingletonExample" {
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
class Client {
}
class Singleton {
-instance: Singleton
+getInstance(): Singleton
}
Client --> Singleton
}
@enduml |
44f43a91e320153c9516692a6565f7b722c996b2 | ec2a4d3957933062e9ced18588de66435826e3ca | /docs/CustomObjectFactory.puml | 5a0964dfe845a990de2e5bd1095c986d4c8c8458 | [] | no_license | jaydeepmehta15/sail-point-improved | 7419dba081b86b4e136267890732ad90bc1c2a7f | f521b2c9684d36d67ec36b596e0c7cf0d0823bc0 | refs/heads/master | 2023-04-13T12:29:58.511477 | 2019-08-26T09:51:58 | 2019-08-26T09:51:58 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 290 | puml | @startuml
class CustomObjectFactory {
+ {static} <T extends AbstractCustomObject> T create(Class<T> type)
+ {static} <T extends AbstractCustomObject> T load(Class<T> type)
+ {static} <T extends AbstractCustomObject> T load(Class<T> type, SailPointContext sailPointContext)
}
@enduml |
bf2d3d1387f7b79263f1f5f9199e1922db3b2f91 | 01beed8e16046a3d467b325fbe6324dd30d834c8 | /Docs/Ex41.puml | 22a304a9c09a184d5be2473425cacdbf72631992 | [] | no_license | Harsha-Aith/aitharaju-cop3330-assignment3 | ca37fd913f8caf6a40e4978a0903463f424596b8 | 74ad863c5baa47af294d9d524ea64d1d83b4e6b5 | refs/heads/master | 2023-06-03T22:27:23.908018 | 2021-06-21T04:00:21 | 2021-06-21T04:00:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 693 | puml | @startuml
class ex41Sol{
Object NameSorter
}
ex41Sol->NameSorter
class NameSorter{
.. Method - Reading Names from File..
-public static List<Name> readNames(String file) throws FileNotFoundException
.. Method - Write Names to Output File..
+ public void printNames(List<Name> names, File filename)
}
NameSorter<|--Name
class Name{
-Field: String firstName
#Field: String lastName
-public Name(String lastName, String firstName)
..Getter Methods..
#public String getFirstName()
+public String getLastName()
..Setter Methods..
-public void setFirstName()
#public void setLastName()
..Compare To and To Strings..
-public int compareTo(Name otherLast)
+public String toString()
}
@enduml@enduml |
089a5c88559976eca9706984573895803fb2a70e | 4d8bf417ae8c3dd8bcacc812422d1831c2e77aab | /src/main/java/com/tjudream/designpattern/flyweight/image/flyweight.puml | d76135dba76de87d62a2872989b0951bbf1dadc2 | [
"Apache-2.0"
] | permissive | tjudream/DesignPatterns | 3aaa8e2a64382d7cb9f49a3b3e736f978e90bdbe | 426773ae74804e661a425b00c0a8e4d05524f2b5 | refs/heads/master | 2020-04-05T19:39:32.984340 | 2018-12-02T11:46:54 | 2018-12-02T11:46:54 | 157,144,618 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 512 | puml | @startuml
skinparam classAttributeIconSize 0
abstract class Flyweight <<抽象享元角色>> {
+operation()
}
class FlyweightFactory <<享元工厂>> {
+getFlyweight(key)
}
class ConcreteFlyweight <<具体享元角色>>
class unsharedConcreteFlyweight <<不可共享的享元角色>>
FlyweightFactory o-> Flyweight : +flyweight
Flyweight <|-- ConcreteFlyweight
Flyweight <|-- unsharedConcreteFlyweight
FlyweightFactory <-- Client
ConcreteFlyweight <-- Client
unsharedConcreteFlyweight <-- Client
@enduml |
57169d205dd6eef5ec6c48f390fa7eb4d43b4193 | a88c8d245a7afcf7f354b0477900280b9bafa095 | /src/main/java/assignment3/ex43/base/ex43.puml | 8bfdf02d5fd7562fe19263c72bcd0b7b3e4cf34e | [] | no_license | rachelsch1/schwarz-cop3330-assignment3 | 5d1cf04e1119f706bd4901955b80256f506f8a15 | 0bbac938ff6bd9fd56cc8faa4cdc3601725fd6cb | refs/heads/master | 2023-06-04T14:50:54.589098 | 2021-06-21T03:58:33 | 2021-06-21T03:58:33 | 378,307,357 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 169 | puml | @startuml
'https://plantuml.com/sequence-diagram
class ex43 {
boolean createMainFolder()
boolean createJsFolder()
boolean createCssFolder()
void printOutput()
}
@enduml |
f82cba130118dea2e9a81780143f3622e9f78da1 | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/src/cu/datys/patterns/gof/behavioral/visitor/component/class-diagram.puml | 2302f0a1f0bd8ce22440f7b680dc48509802bcc3 | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,941 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
'Title Visitor Pattern Example
interface IVisitor {
+ void visit(Line line)
+ void visit(Rectangle rectangle)
+ void visit(Container container)
}
interface IComponent {
void accept(IVisitor v)
}
interface IComposite extends IComponent{
+ boolean add(IComponent child)
+ boolean remove(IComponent child)
}
'class Container implements IComposite{
class Container{
- final List<IComponent> childs
- int x
- int y
+ boolean add(IComponent child)
+ boolean remove(IComponent child)
+ void accept(IVisitor v)
}
Container --|> IComposite
class Line implements IComponent{
- int x1
- int y1
- int x2
- int y2
+ void accept(IVisitor v)
}
class Rectangle implements IComponent{
- int x1
- int y1
- int width
- int height
+ void accept(IVisitor v)
}
'class DrawVisitor implements IVisitor{
class DrawVisitor{
- final Graphics g
+ DrawVisitor(Graphics g)
+ void visit(Line line)
+ void visit(Rectangle rectangle)
+ void visit(Container container)
}
DrawVisitor ..|> IVisitor
class Main
Main -right-> DrawVisitor
Main --> IComponent
note bottom of Line
v.visit(this);
end note
note bottom of Rectangle
v.visit(this);
end note
note right of Container::accept
visitor.visit(this);
for(IComponent c : childs)
c.accept(visitor);
end note
note left of Main
final Container container = new Container(10, 10);
//code here for initializing container and JFrame
JPanel panel = new JPanel(){
@Override
public void paint(Graphics g) {
super.paint(g);
DrawVisitor visitor = new DrawVisitor(g);
container.accept(visitor);
}
};
end note
@enduml |
99f9c57b75464315c63022b08a0f8b52c33a8de6 | 3749560da1ecabdc893404c1c2889c97dcd905bf | /src/main/java/com/myself/nettychat/bootstrap/coder/coder.plantuml | 0cd0b02631512230f9299ec40caf9b7446e3cb86 | [
"Apache-2.0"
] | permissive | anhtu1197/WebSocketProject | 02ceb566fc9995d499a76e685b053781b5d4b885 | 7e57a9077943322fbe3cd845fc65029c1155fe1f | refs/heads/master | 2020-04-05T04:38:52.015046 | 2018-11-09T01:24:28 | 2018-11-09T01:24:28 | 156,559,854 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,001 | plantuml | @startuml
title __CODER's Class Diagram__\n
package com.myself.nettychat {
package com.myself.nettychat.bootstrap {
package com.myself.nettychat.bootstrap.coder {
class ByteBufToWebSocketFrameEncoder {
# encode()
}
}
}
}
interface Sharable {
}
package com.myself.nettychat {
package com.myself.nettychat.bootstrap {
package com.myself.nettychat.bootstrap.coder {
class WebSocketFrameToByteBufDecoder {
# decode()
}
}
}
}
interface Sharable {
}
ByteBufToWebSocketFrameEncoder -up-|> MessageToMessageEncoder
ByteBufToWebSocketFrameEncoder +-down- Sharable
WebSocketFrameToByteBufDecoder -up-|> MessageToMessageDecoder
WebSocketFrameToByteBufDecoder +-down- Sharable
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
|
16c18c75806565852507f233327d67f0e02fd8ff | 644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc | /docs/uml/software/old/device/services/DeviceNoteService.puml | 526a4fd8a6862284f81519aa86dfa25c96c7fa8a | [] | no_license | tzAcee/photonized | c929a6c04bedd0304a4e427d6c2895cdf73568d3 | aa53ed7bda18959c58467fe4560dc3ff4e1ae422 | refs/heads/main | 2023-05-03T15:13:31.148910 | 2021-05-25T13:55:17 | 2021-05-25T13:55:17 | 316,536,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 489 | puml | @startuml
class DeviceNoteService {
- <<const>> InfoFileName : string = ".photon.json"
+ {static} get_file_path(path:string, create:bool) : string
+ {static} exclude_directory_delete(path:string, sort_word:string) : void
+ {static} delete_entry(path:string, entry:DeviceUserEntry) : void
+ {static} add_entry(path:string, entry:DeviceUserEntry) : void
+ {static} read_entries(path:string) : List<DeviceUserEntry>
}
IDeviceNoteService <|-- DeviceNoteService
@enduml
|
c64e6b94e27995c37278a8af7d2caa2732326643 | c071afa8c9ef0c26eae424fb721f292f903d7289 | /gfx/uml/NewAPI/UpdateQuery.plantuml | c554585c8fa585c4e9f373b9e96e8e2d0e530eaa | [] | no_license | Konafets/thesis | 4628b7e675164690e4b1a8345eecd11c20d9cbfc | 94a27a586356d3b7356d0690cf4ed5dd6a0dc6b7 | refs/heads/master | 2016-09-06T18:47:47.614390 | 2014-05-26T17:51:30 | 2014-05-26T17:51:30 | 18,177,420 | 3 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,509 | plantuml | @startuml
set namespaceSeparator none
hide empty members
hide empty methods
interface Konafets.DoctrineDbal.Persistence.Database.QueryInterface {
+getType()
+bindValue()
+bindParam()
+prepare()
+execute()
+getSql()
+getAffectedRows()
+__toString()
}
interface Konafets.DoctrineDbal.Persistence.Database.TruncateQueryInterface extends Konafets.DoctrineDbal.Persistence.Database.QueryInterface {
+truncate()
}
abstract class Konafets.DoctrineDbal.Persistence.Doctrine.AbstractQuery {
+prepare()
+bindValue()
+bindParam()
+execute()
+getAffectedRows()
+__toString()
}
class Konafets.DoctrineDbal.Persistence.Doctrine.TuncateQuery extends Konafets.DoctrineDbal.Persistence.Doctrine.AbstractQuery
class Konafets.DoctrineDbal.Persistence.Doctrine.TuncateQuery implements Konafets.DoctrineDbal.Persistence.Database.TruncateQueryInterface {
+getType()
+truncate()
+getSql()
}
interface Konafets.DoctrineDbal.Persistence.Database.UpdateQueryInterface extends Konafets.DoctrineDbal.Persistence.Database.QueryInterface {
+update()
+set()
+where()
}
class Konafets.DoctrineDbal.Persistence.Doctrine.UpdateQuery extends Konafets.DoctrineDbal.Persistence.Doctrine.AbstractQuery
class Konafets.DoctrineDbal.Persistence.Doctrine.UpdateQuery implements Konafets.DoctrineDbal.Persistence.Database.UpdateQueryInterface {
+getType()
+update()
+set()
+where()
+getSql()
}
note bottom of Konafets.DoctrineDbal.Persistence.Doctrine.AbstractQuery {
__toString
return $this->getSql()
}
@enduml
|
961861bfa1364cf8d1d63fd2fa7223ca956597b9 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test/java/spec/concordion/common/results/assertEquals/success/success.plantuml | 524d67f920b2c2a2b11a071464946a329b6ab029 | [
"WTFPL",
"Apache-2.0"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,274 | plantuml | @startuml
title __SUCCESS's Class Diagram__\n
package spec.concordion {
package spec.concordion.common.results {
package spec.concordion.common.results.assertEquals.success {
class EmptyTest {
+ username : String
}
}
}
}
package spec.concordion {
package spec.concordion.common.results {
package spec.concordion.common.results.assertEquals.success {
class HasAttributesTest {
}
}
}
}
package spec.concordion {
package spec.concordion.common.results {
package spec.concordion.common.results.assertEquals.success {
class HasClassAttributeTest {
}
}
}
}
package spec.concordion {
package spec.concordion.common.results {
package spec.concordion.common.results.assertEquals.success {
class SuccessTest {
+ username : String
+ renderAsSuccess()
}
}
}
}
EmptyTest -up-|> SuccessTest
HasAttributesTest -up-|> SuccessTest
HasClassAttributeTest -up-|> SuccessTest
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
|
bec1a4253d46468fdd57afee050b8c99849c1087 | a88c8d245a7afcf7f354b0477900280b9bafa095 | /src/main/java/assignment3/ex46/base/ex46.puml | e2fb8f1a96e71b90bfabf31c3735506474d56ec1 | [] | no_license | rachelsch1/schwarz-cop3330-assignment3 | 5d1cf04e1119f706bd4901955b80256f506f8a15 | 0bbac938ff6bd9fd56cc8faa4cdc3601725fd6cb | refs/heads/master | 2023-06-04T14:50:54.589098 | 2021-06-21T03:58:33 | 2021-06-21T03:58:33 | 378,307,357 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 107 | puml | @startuml
'https://plantuml.com/sequence-diagram
class ex46 {
HashMap<String, Integer> sortMap()
}
@enduml |
20ca33f07f1474c8f261d45beb415a0eed65b78a | e7aab27dc3b56328c92d783d7fa8fce12d8ac544 | /kapitler/media/uml-class-konvertering.iuml | 1712076a16dce740eafef31b3be81014d023962c | [] | no_license | petterreinholdtsen/noark5-tjenestegrensesnitt-standard | 855019a61c8679a8119549e2824fa32ecc669e66 | 4673ba7134d83a6992bba6f9036c521c7ae1897f | refs/heads/master | 2023-06-11T12:08:52.134764 | 2023-03-05T11:05:21 | 2023-03-05T11:05:21 | 160,586,219 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 286 | iuml | @startuml
class Arkivstruktur.Konvertering {
+systemID : SystemID [0..1]
+konvertertDato : datetime
+konvertertAv : string
+konvertertFraFormat : Format
+konvertertTilFormat : Format
+konverteringsverktoey : string [0..1]
+konverteringskommentar : string [0..1]
}
@enduml
|
acf6e0058f37c281d91650e99a6e1b9317a747c5 | fa3f5368cbba48de3b9c57c79785e51086afb04d | /plantuml/AMSLocationPolicyConfigurable.plantuml | 0f6f644d03c5a5d90203a214ae301b7546cdf278 | [] | no_license | langenhagen/experiments-and-tutorials | 8f853675e0d8718581c33ff099fcb35c8958f315 | 9598af1b8be7ebe8462a0bbfc87a6edfa5063741 | refs/heads/master | 2023-08-03T15:07:38.757388 | 2023-07-31T16:15:34 | 2023-07-31T16:15:34 | 211,196,519 | 4 | 1 | null | 2022-03-27T10:02:49 | 2019-09-26T23:15:40 | HTML | UTF-8 | PlantUML | false | false | 2,798 | plantuml | @startuml
class AMSDataCarloBackend {
- locationPolicy: id<AMSLocationPolicyProtocol>
--
--
Uses deduplication policy from given configuration,
or if NIL, creates a policy from the AMSStrategyFactory
}
class AMSDataCarloBackendConfiguration {
- _policy : id<AMSPlaceMatchingPolicyProtocol>
--
+ init: ...
--
}
AMSDataCarloBackendConfiguration *-- AMSPlaceMatchingPolicyProtocol
AMSDataCarloBackend -> AMSDataCarloBackendConfiguration
interface AMSPlaceMatchingPolicyProtocol {
--
+ isPlace: AMSDataPlace* matchingOtherPlace: AMSDataPlace* : BOOL
+ isPlace: AMSDataPlace* mergeabbleOtherPlace: AMSDataPlace* : BOOL
+ mergePlace AMSDataPlace* otherPlace: AMSDataPlace : void
--
Provides interface for different matching/merging Strategies.
Implement this for new strategies.
}
class AMSStrategyFactory {
--
+ placeMatchingPolicy: id<AMSPlaceMatchingPolicyProtocol>
--
Returns a matching policy by OEM type ( VANILLA / OLYMPIA )
}
AMSStrategyFactory <- AMSDataCarloBackend
package carlo {
abstract ObjectsMatchingPolicyBase<T>
class ObjectsMatchingPolicy< Location > {
+ match(...)
+ is_mergeable(...)
+ merge(...)
}
ObjectsMatchingPolicyBase <|-- ObjectsMatchingPolicy
}
package internal_amsdk {
class CustomMatchingPolicy {
- ptr to AMSPlaceMatchingPolicyProtocol as delegate
--
+ CustomMatchingPolicy( id<AMSPlaceMatchingPolicyProtocol> delegate )
--
}
CustomMatchingPolicy *--- AMSPlaceMatchingPolicyProtocol
ObjectsMatchingPolicy <|-- CustomMatchingPolicy
}
interface AMSLocationPolicyProtocol {
--
+ applyLocationMatchingPolicytoOptions: carlo::StoreSyncOptions& : void
+ applyLocationMatchingPolicytoConfiguration: carlo::CustomConfiguration& : void
--
Classes implementing this interface plug the MatchingPolicies
into the given StoreSyncOptions or carlo::CustomConfiguration.
}
AMSDataCarloBackend *--- AMSLocationPolicyProtocol
class AMSPlaceMatchingPolicyWithExternalId
class AMSPlaceMatchingPolicyDefault
AMSPlaceMatchingPolicyProtocol <|-- AMSPlaceMatchingPolicyDefault
class AMSLocationPolicyConfigurable {
- m_policy : shared_ptr<CustomMatchingPolicy>
__
+ initWithPlaceMatchingPolicy: id<AMSPlaceMatchingPolicyProtocol> : instancetype
--
Glues CustomMergingPolicy and AMSPlaceMatchingPolicyProtocol into Objective C layer
}
AMSLocationPolicyProtocol <|-- AMSLocationPolicyConfigurable
AMSLocationPolicyConfigurable --> AMSPlaceMatchingPolicyProtocol
AMSLocationPolicyConfigurable *-- CustomMatchingPolicy
class AMSPlaceMatchingPolicyWithExternalId {
__
__
Olympia conformant policy
}
AMSPlaceMatchingPolicyProtocol <|-- AMSPlaceMatchingPolicyWithExternalId
@enduml
|
c42cee00163bf9b93f7eecdd563c313bd070011d | 1667a875c0ebbd0a03e4c7dab4e6d0633893cd4e | /PrimerANTLR/src/doc/TablaSimbolos.puml | 84cd465e42eec20984bf699aeed016f18d86c0de | [] | no_license | meschoyez/PrimerANTLR | 6d1720984afd345fbedb5a2b43a7c5bd87203eff | 78bd5c1231c68d860151c1e86dfd4fe4a71318ee | refs/heads/master | 2023-06-29T23:26:13.936266 | 2020-11-03T23:23:40 | 2020-11-03T23:23:40 | 393,392,221 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 536 | puml | @startuml TablaDeSimbolos
skinparam ClassAttributeIconSize 0
hide circle
class TablaSimbolos {
- List< Map<String,Identificador> > tabla
+ agregarID(Identificador id)
+ buscarID(String nombre): Identificador
+ nuevoContexto()
+ eliminarContexto()
}
abstract class Identificador <<abstract>> {
- String ID
- Integer tipoDato
- Boolean usada
- Boolean inicializada
}
class Funcion {
- List<Integer> argumentos
}
TablaSimbolos -> Identificador
Identificador <|-- Variable
Identificador <|-- Funcion
@enduml |
df75f89f5e283cf9570061ef584d5ec9dfb0543a | 7c96a247c9488efd661d7551e54bc6fc7a909488 | /src/main/java/com/rezahdrm/behavioral/interpreter/interpreterUML.puml | f48296fc1959b833bb942665aac12ba510dd9b7b | [] | no_license | reza-hdrm/DesignPatterns | a998d0a0f19660316a094ae1624f3b75b7bba332 | 05ccb8498b45e5511f35f2bd1c72da5f8b9da083 | refs/heads/master | 2023-04-10T23:45:27.006631 | 2021-04-12T14:20:18 | 2021-04-12T14:20:18 | 320,042,304 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 861 | puml | @startuml
interface Expression {
+ interpret(contex : Map<String, Expression>) : int
}
class Evaluator<<Terminal>>{
- syntaxTree : Expression
+ Evaluator(expression : String)
}
class Mines<<NonTerminal>> {
- leftOperand : Expression
- rightOperand : Expression
+ Plus(leftOperand:Expression, rightOperand:Expression)
}
class Plus<<NonTerminal>> {
- leftOperand : Expression
- rightOperand : Expression
}
class Variable<<NonTerminal>> {
- name : String
+ Variable(name:String)
}
class Num<<NonTerminal>> {
- value : int
+ Num(value:int)
}
class InterpreterTest {
+ interpreterTest() : void
}
Evaluator "1"*-->"1" Expression
Mines "1"*-->"2" Expression
Plus "1"*-->"2" Expression
Plus ...|> Expression
Mines ..|> Expression
Evaluator ...|> Expression
Variable ..|> Expression
Num ..|> Expression
@enduml
|
b06e0d9f8dac11e519950645b944dc3dbec1b34b | 7b2ad814dfdb9d40989768b000914143824ccbfa | /diagrams/src/mastermind.models.plantuml | 859f18777be2454ea9d9b22e517928c989049b91 | [] | no_license | Master-Desarrollo-20-21/diseno-oo-ejercicio-3-mastermind-separacion-de-controladores-asantamaria779 | 73e3a184e4142803759630c893be6b32a01096bd | 96e31d105941c957532f06d6e68f149cdaaef029 | refs/heads/main | 2023-02-16T02:32:58.656290 | 2021-01-17T22:22:25 | 2021-01-17T22:22:25 | 330,498,236 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,126 | plantuml | @startuml
class mastermind.models.Game {
-int MAX_ATTEMPTS
-int numberOfAttempts
-boolean isWinner
+Game()
+void reset()
+int getMaxAttempts()
+String getProposedCombination(int)
+int getNumberOfBlacks(int)
+int getNumberOfWhites(int)
+int getNumberOfAttempts()
+void increaseNumberOfAttempts()
+boolean isOver()
+boolean isWinner()
+boolean isCombinationValidColors(String)
+boolean isCombinationValidLength(String)
+void checkWinner()
+String getCombinationValidColors()
+void addResult(ProposedCombination)
}
class mastermind.models.Result {
-int numberOfBlacks
-int numberOfWhites
#Result(ProposedCombination,int,int)
#boolean isWinner()
#ProposedCombination getProposedCombination()
#String getProposedCombinationColors()
#int getNumberOfBlacks()
#int getNumberOfWhites()
}
class mastermind.models.SecretCombination {
#SecretCombination()
-{static}String makeRandom()
#Result check(ProposedCombination)
#String validColors()
}
class mastermind.models.ProposedCombination {
+ProposedCombination(String)
#boolean contains(char,int)
#boolean contains(char)
}
abstract class mastermind.models.Combination {
-{static}int LENGTH
-String colors
#Combination(String)
#boolean isValidLength(String)
+{static}int length()
#boolean isValidColors(String)
#char getColor(int)
#String getColors()
}
class mastermind.models.State {
-StateValue stateValue
+State()
#void reset()
+void next()
+void previous()
+StateValue getValueState()
}
mastermind.models.Result *-down-> mastermind.models.ProposedCombination
mastermind.models.Game *-down-> "1" mastermind.models.SecretCombination
mastermind.models.Game o-down-> "[0..10]" mastermind.models.Result
mastermind.models.Combination <|-- mastermind.models.SecretCombination
mastermind.models.Combination <|-- mastermind.models.ProposedCombination
mastermind.models.Game ..> mastermind.models.ProposedCombination
mastermind.models.SecretCombination .left.> mastermind.models.ProposedCombination
mastermind.models.State .right.> mastermind.types.StateValue
@enduml |
9530e6b815b7be2b6ca6b44d2c253bb55daba721 | 23eebc652cc34d63a61ab645cccb3e0d12192028 | /documentation/logicalview/analysisview/repository/classanalysis/puml/controllers/OpenInterventionsController.puml | b29b95676deaa9f131df06ddfc180fe9702654c6 | [] | no_license | Ruskab/agrimManager | 0e654c5bfc7bb6241f7a8cf4c49e58af55155886 | e264536edc42ad8def85e3714a7b1c15236d7de5 | refs/heads/develop | 2023-09-01T02:36:44.943558 | 2021-08-14T20:15:43 | 2021-08-14T20:15:43 | 166,677,735 | 1 | 2 | null | 2023-09-02T13:25:24 | 2019-01-20T15:37:25 | Java | UTF-8 | PlantUML | false | false | 325 | puml | @startuml
class OpenInterventionsController {
+readMechanics()
+readInterventions(mechanicId)
+readVehicle(vehicleId)
}
OpenInterventionsController --> VehiclesDao
OpenInterventionsController --> InterventionsDao
OpenInterventionsController --> MechanicsDao
InterventionsView --> OpenInterventionsController
@enduml |
e50009ff055e1f2f0690963d0e0fb66d0c93c168 | adf7d7054fa8dc3a7231e21c019a486b06ce0765 | /DesignPatternsElementsOfReusableObjectOrientesSoftware/Chapter04/Adapter/Adapter_Object.puml | a789f7d422dbe2d66d7c098d965b7b97920ce256 | [] | no_license | lealceldeiro/gems | ee93f9d4e4a6265b6f78ae06353116b51bcf168f | 3d7529678067eeb4437f0b00be96adf80362f9e5 | refs/heads/master | 2023-08-22T09:52:13.176466 | 2023-08-15T12:49:36 | 2023-08-15T12:49:36 | 230,064,871 | 8 | 6 | null | null | null | null | UTF-8 | PlantUML | false | false | 463 | puml | @startuml
package animalAPI #DDDDDD {
class Horse
}
package gameAPI #aaceee {
interface Gun {
+ {abstract} double fire(GameObject... targetObjects)
}
}
class HorseToGunAdapter implements Gun {
- Horse adapted
- double wasteDamage
- int firePower
+ HorseToGunAdapter(double firePower)
+ HorseToGunAdapter()
+ double fire(GameObject... targetObjects)
}
HorseToGunAdapter *.. Horse : wraps
hide empty members
@enduml
|
382db364b732ca05d9b3fcb13b3737712d09df4a | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TaxCategoryResourceIdentifier.puml | 8e933b39ffb655a475fb66e2a3889ae3cb0ea339 | [] | 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 | 9,221 | 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 TaxCategoryResourceIdentifier [[TaxCategoryResourceIdentifier.svg]] extends ResourceIdentifier {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface ResourceIdentifier [[ResourceIdentifier.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface CustomLineItemDraft [[CustomLineItemDraft.svg]] {
name: [[LocalizedString.svg LocalizedString]]
key: String
quantity: Long
money: [[Money.svg Money]]
slug: String
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
}
interface CustomShippingDraft [[CustomShippingDraft.svg]] {
key: String
shippingMethodName: String
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
deliveries: [[DeliveryDraft.svg List<DeliveryDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface CartAddCustomLineItemAction [[CartAddCustomLineItemAction.svg]] {
action: String
money: [[Money.svg Money]]
name: [[LocalizedString.svg LocalizedString]]
key: String
quantity: Long
slug: String
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
}
interface CartAddCustomShippingMethodAction [[CartAddCustomShippingMethodAction.svg]] {
action: String
shippingKey: String
shippingMethodName: String
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
deliveries: [[DeliveryDraft.svg List<DeliveryDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface CartSetCustomShippingMethodAction [[CartSetCustomShippingMethodAction.svg]] {
action: String
shippingMethodName: String
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
}
interface StagedOrderAddCustomLineItemAction [[StagedOrderAddCustomLineItemAction.svg]] {
action: String
money: [[Money.svg Money]]
name: [[LocalizedString.svg LocalizedString]]
key: String
quantity: Long
slug: String
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface StagedOrderSetCustomShippingMethodAction [[StagedOrderSetCustomShippingMethodAction.svg]] {
action: String
shippingMethodName: String
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
}
interface StagedOrderSetShippingAddressAndCustomShippingMethodAction [[StagedOrderSetShippingAddressAndCustomShippingMethodAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
shippingMethodName: String
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
}
interface CustomLineItemImportDraft [[CustomLineItemImportDraft.svg]] {
name: [[LocalizedString.svg LocalizedString]]
key: String
slug: String
quantity: Long
money: [[Money.svg Money]]
taxRate: [[TaxRate.svg TaxRate]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
state: [[ItemState.svg List<ItemState>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface ShippingInfoImportDraft [[ShippingInfoImportDraft.svg]] {
shippingMethodName: String
price: [[Money.svg Money]]
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
taxRate: [[TaxRate.svg TaxRate]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
deliveries: [[DeliveryDraft.svg List<DeliveryDraft>]]
discountedPrice: [[DiscountedLineItemPriceDraft.svg DiscountedLineItemPriceDraft]]
shippingMethodState: [[ShippingMethodState.svg ShippingMethodState]]
}
interface ProductDraft [[ProductDraft.svg]] {
productType: [[ProductTypeResourceIdentifier.svg ProductTypeResourceIdentifier]]
name: [[LocalizedString.svg LocalizedString]]
slug: [[LocalizedString.svg LocalizedString]]
key: String
description: [[LocalizedString.svg LocalizedString]]
categories: [[CategoryResourceIdentifier.svg List<CategoryResourceIdentifier>]]
categoryOrderHints: [[CategoryOrderHints.svg CategoryOrderHints]]
metaTitle: [[LocalizedString.svg LocalizedString]]
metaDescription: [[LocalizedString.svg LocalizedString]]
metaKeywords: [[LocalizedString.svg LocalizedString]]
masterVariant: [[ProductVariantDraft.svg ProductVariantDraft]]
variants: [[ProductVariantDraft.svg List<ProductVariantDraft>]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
searchKeywords: [[SearchKeywords.svg SearchKeywords]]
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
publish: Boolean
priceMode: [[ProductPriceModeEnum.svg ProductPriceModeEnum]]
}
interface ProductSetTaxCategoryAction [[ProductSetTaxCategoryAction.svg]] {
action: String
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
}
interface ShippingMethodDraft [[ShippingMethodDraft.svg]] {
key: String
name: String
localizedName: [[LocalizedString.svg LocalizedString]]
description: String
localizedDescription: [[LocalizedString.svg LocalizedString]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
zoneRates: [[ZoneRateDraft.svg List<ZoneRateDraft>]]
isDefault: Boolean
predicate: String
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface ShippingMethodChangeTaxCategoryAction [[ShippingMethodChangeTaxCategoryAction.svg]] {
action: String
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
}
TaxCategoryResourceIdentifier --> CustomLineItemDraft #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> CustomShippingDraft #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> CartAddCustomLineItemAction #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> CartAddCustomShippingMethodAction #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> CartSetCustomShippingMethodAction #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> StagedOrderAddCustomLineItemAction #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> StagedOrderSetCustomShippingMethodAction #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> StagedOrderSetShippingAddressAndCustomShippingMethodAction #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> CustomLineItemImportDraft #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> ShippingInfoImportDraft #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> ProductDraft #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> ProductSetTaxCategoryAction #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> ShippingMethodDraft #green;text:green : "taxCategory"
TaxCategoryResourceIdentifier --> ShippingMethodChangeTaxCategoryAction #green;text:green : "taxCategory"
@enduml
|
5fd6f2bdd42ad02ccad843c64193144656fb248e | 02b0d37dad8182bfbc5414bbd250f36c6e888b28 | /PlantUml/Scripts/Libs/UnityUtil.puml | 33ff694be961c6e8c828e9b18ed5b2d5378c98dd | [] | 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 | 89 | puml | @startuml
class UnityUtil {
+ {static} persistentDataPath : string <<get>>
}
@enduml
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.