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
526a2e8d0546802ee07229dfb80f7723b8b90089
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/GraphQLReferencedResourceNotFoundError.puml
75e15ad79bafcfe7fa07130382cf7cad79a8dc06
[]
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
527
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 GraphQLReferencedResourceNotFoundError [[GraphQLReferencedResourceNotFoundError.svg]] extends GraphQLErrorObject { code: String typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String key: String } interface GraphQLErrorObject [[GraphQLErrorObject.svg]] { code: String } @enduml
52fe0a960ee4ec6eae3e0958bcffef38c4159e02
b7d2ba71058efa46eff4ed885324819fb3f99266
/src/doc/WEB_Controllers/HouseConfiguration/US108/US108_ClassDiagram.puml
5cea26444fb37a62831a5495043ecf2f8d6b0595
[]
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,126
puml
@startuml title US 108 - As an Http Client I want to a list of all existing Rooms 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 } class HouseSettingsWebController class RoomRepository class RoomDTOMinimal class Room class RoomMapper class RoomCrudRepository HouseSettingsWebController -- RoomRepository: > HouseSettingsWebController -- RoomDTOMinimal: > RoomRepository -- RoomCrudRepository : > RoomRepository -- RoomMapper : > RoomRepository -- RoomDTOMinimal : > RoomRepository -- Room : > class HouseSettingsWebController { getHouseRooms() } class RoomDTOMinimal { } class Room{ } class RoomMapper{ objectToDTO(roomDTOMinimal) } class RoomRepository { getAllRoomDTOMinimal() } class RoomCrudRepository{ findAll() } @enduml
886976e9e0c9f40cd62105df320f9f8c4b6bf523
424df0073bb0527d606b7df50b7cfa358bad286f
/greekIntellij/src/main/java/java.plantuml
8acc901350e7b112f061ddb24a26ad14e0b6a03f
[]
no_license
Niko7965/Greek-Infotainmanent
40d657101d2eb0d06ac8fa7a13277d0114b64fad
c69d3817f707e2346f448a8a0a8eb44c5af7d30f
refs/heads/master
2023-04-07T00:28:44.883436
2020-06-18T09:22:37
2020-06-18T09:22:37
247,909,405
0
0
null
2021-04-26T20:06:56
2020-03-17T07:49:25
Java
UTF-8
PlantUML
false
false
4,586
plantuml
@startuml title __JAVA's Class Diagram__\n class Hint { ~ active : boolean ~ content : String + Hint() + getContent() + setActive() } class Logbook { ~ allHints : ArrayList<String> ~ core : PApplet ~ hintLines : ArrayList<String> ~ hintUrl : String ~ logbookActive : boolean ~ page : int ~ playerHints : ArrayList<Hint> ~ text : String + Logbook() + devEnableAll() + devPrintPlayerHints() + drawTextBox() + enableHint() + getHints() + hintsToLines() + loadAllHints() + setPlayerHints() ~ lineSplitter() } class Main { + bossMode : Boolean + quizMode : Boolean + startTime : long ~ allRooms : ArrayList<Room> + draw() + gameOver() + getImageFiles() + getInteractionFiles() + getKeyCode() + getTimeMin() + keyPressed() + keyReleased() + loadRooms() {static} + main() + mouseClicked() + settings() + setup() + triggerQuiz() } class Player { ~ attempts : int ~ core : PApplet ~ direction : String ~ health : int ~ heart : PImage ~ heartDeath : PImage ~ heartLife : PImage ~ interacting : int ~ moveDown : boolean ~ moveLeft : boolean ~ moveRight : boolean ~ moveUp : boolean ~ questionMark : PImage ~ sprite : PImage ~ spriteDown : PImage ~ spriteLeft : PImage ~ spriteRight : PImage ~ spriteUp : PImage ~ x : float ~ y : float + Player() + damage() + drawHUD() + drawPlayer() + interact() + movement() + setSprite() + triggerBoss() } class Quiz { ~ core : PApplet ~ correct : boolean ~ correctPlacement : float ~ level : int ~ levels : int ~ maxX : float ~ maxY : float ~ minX : float ~ minY : float ~ optionHover : boolean ~ quizNumber : int ~ results : boolean ~ resultsTimer : int ~ space : float ~ sphinx : PImage ~ success : boolean + Quiz() + activateBoss() + activateQuiz() + drawQuiz() + drawSphinx() + questionString() + quizOption() + shuffleOptions() ~ questionSplitter() } class Room { ~ background : PImage ~ core : PApplet ~ heightInTiles : int ~ id : int ~ interactionUrl : String ~ spaces : ArrayList<Space> ~ tileMap : PImage ~ tileSize : int ~ widthInTiles : int + Room() + bossTerritory() + coordToId() + drawRoom() + evalSpaces() + fillSpaces() + getInteraction() + setBackground() + setTileMap() + spaceDownSolid() + spaceInteraction() + spaceLeftSolid() + spaceRightSolid() + spaceUpSolid() + xFromId() + yFromId() ~ interactionSplitter() } class SoundController { ~ audioInputStream : AudioInputStream ~ clip : Clip ~ currentFrame : Long ~ filePath : String ~ status : String + SoundController() + play() + resetAudioStream() } class Space { ~ boss : boolean ~ core : PApplet ~ id : int ~ interaction : int ~ solid : boolean + Space() + getBoss() + getInteraction() + getSolid() } class TextBox { ~ core : PApplet ~ space : int ~ text : String + TextBox() + activateText() + drawTextBox() + sphinxMonologue() } Logbook o-- Main : main Main -up-|> processing.core.PApplet Main o-- SoundController : correct Main o-- Room : currentRoom Main o-- SoundController : interact Main o-- Logbook : l1 Main o-- Player : p1 Main o-- Quiz : q1 Main o-- SoundController : wrong Player o-- Main : main Player o-- TextBox : t1 Quiz o-- Main : main Room o-- Logbook : log Space o-- Room : r TextBox o-- Main : main right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
b1fb12da9e052e18aba642164b089de9cf96fa32
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.ide.rider@1.1.4/Rider/Editor/ProjectGeneration/ProjectGeneration.puml
7f67a7a0772872e916d06b9936f418f8352c6656
[]
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
6,269
puml
@startuml interface IGenerator { SyncIfNeeded(affectedFiles:IEnumerable<string>, reimportedFiles:IEnumerable<string>) : bool Sync() : void HasSolutionBeenGenerated() : bool SolutionFile() : string ProjectDirectory : string <<get>> GenerateAll(generateAll:bool) : void } interface IFileIO { Exists(fileName:string) : bool ReadAllText(fileName:string) : string WriteAllText(fileName:string, content:string) : void } interface IGUIDGenerator { ProjectGuid(projectName:string, assemblyName:string) : string SolutionGuid(projectName:string, extension:string) : string } interface IAssemblyNameProvider { GetAssemblyNameFromScriptPath(path:string) : string GetAssemblies(shouldFileBePartOfSolution:Func<string, bool>) : IEnumerable<Assembly> GetAllAssetPaths() : IEnumerable<string> FindForAssetPath(assetPath:string) : UnityEditor.PackageManager.PackageInfo ParseResponseFile(responseFilePath:string, projectDirectory:string, systemReferenceDirectories:string[]) : ResponseFileData } class AssemblyNameProvider { + GetAssemblyNameFromScriptPath(path:string) : string + GetAssemblies(shouldFileBePartOfSolution:Func<string, bool>) : IEnumerable<Assembly> + GetAllAssetPaths() : IEnumerable<string> + FindForAssetPath(assetPath:string) : UnityEditor.PackageManager.PackageInfo + ParseResponseFile(responseFilePath:string, projectDirectory:string, systemReferenceDirectories:string[]) : ResponseFileData } class ProjectGeneration { + {static} <<readonly>> MSBuildNamespaceUri : string = "http://schemas.microsoft.com/developer/msbuild/2003" m_SolutionProjectEntryTemplate : string m_SolutionProjectConfigurationTemplate : string m_ShouldGenerateAll : bool + ProjectDirectory : string <<get>> + GenerateAll(generateAll:bool) : void <<readonly>> m_ProjectName : string <<const>> k_ToolsVersion : string = "4.0" <<const>> k_ProductVersion : string = "10.0.20506" <<const>> k_BaseDirectory : string = "." <<const>> k_TargetFrameworkVersion : string = "v4.7.1" <<const>> k_TargetLanguageVersion : string = "latest" + ProjectGeneration() + ProjectGeneration(tempDirectory:string) + ProjectGeneration(tempDirectory:string, assemblyNameProvider:IAssemblyNameProvider, fileIoProvider:IFileIO, guidGenerator:IGUIDGenerator) + SyncIfNeeded(affectedFiles:IEnumerable<string>, reimportedFiles:IEnumerable<string>) : bool HasFilesBeenModified(affectedFiles:IEnumerable<string>, reimportedFiles:IEnumerable<string>) : bool {static} ShouldSyncOnReimportedAsset(asset:string) : bool + Sync() : void + HasSolutionBeenGenerated() : bool SetupProjectSupportedExtensions() : void ShouldFileBePartOfSolution(file:string) : bool IsSupportedExtension(extension:string) : bool {static} ScriptingLanguageFor(island:Assembly) : ScriptingLanguage {static} GetExtensionOfSourceFiles(files:string[]) : string {static} GetExtensionOfSourceFile(file:string) : string {static} ScriptingLanguageFor(extension:string) : ScriptingLanguage + GenerateAndWriteSolutionAndProjects(types:Type[]) : void ParseResponseFileData(assembly:Assembly) : IEnumerable<ResponseFileData> GenerateAllAssetProjectParts() : Dictionary<string, string> IsInternalizedPackagePath(file:string) : bool SyncProject(island:Assembly, allAssetsProjectParts:Dictionary<string, string>, responseFilesData:IEnumerable<ResponseFileData>, allProjectIslands:List<Assembly>, types:Type[]) : void SyncProjectFileIfNotChanged(path:string, newContents:string, types:Type[]) : void SyncSolutionFileIfNotChanged(path:string, newContents:string, types:Type[]) : void {static} SafeGetTypes(a:System.Reflection.Assembly) : List<Type> {static} OnGeneratedCSProjectFiles(types:Type[]) : void + {static} GetAssetPostprocessorTypes() : Type[] {static} OnPreGeneratingCSProjectFiles(types:Type[]) : bool {static} OnGeneratedCSProject(path:string, content:string, types:Type[]) : string {static} OnGeneratedSlnSolution(path:string, content:string, types:Type[]) : string SyncFileIfNotChanged(filename:string, newContents:string) : void ProjectText(assembly:Assembly, allAssetsProjectParts:Dictionary<string, string>, responseFilesData:List<ResponseFileData>, allProjectIslands:List<Assembly>) : string {static} AppendReference(fullReference:string, projectBuilder:StringBuilder) : void + ProjectFile(assembly:Assembly) : string + SolutionFile() : string ProjectHeader(assembly:Assembly, responseFilesData:List<ResponseFileData>) : string {static} GetSolutionText() : string {static} GetProjectFooterTemplate() : string {static} GetProjectHeaderTemplate() : string SyncSolution(islands:IEnumerable<Assembly>, types:Type[]) : void SolutionText(islands:IEnumerable<Assembly>) : string {static} RelevantIslandsForMode(islands:IEnumerable<Assembly>) : IEnumerable<Assembly> GetProjectEntries(islands:IEnumerable<Assembly>) : string GetProjectActiveConfigurations(projectGuid:string) : string EscapedRelativePathFor(file:string) : string {static} SkipPathPrefix(path:string, prefix:string) : string {static} NormalizePath(path:string) : string {static} ProjectFooter() : string {static} GetProjectExtension() : string } class SolutionGuidGenerator <<static>> { + {static} GuidForProject(projectName:string) : string + {static} GuidForSolution(projectName:string, sourceFileExtension:string) : string {static} ComputeGuidHashFor(input:string) : string {static} HashAsGuid(hash:string) : string {static} HashToString(bs:byte[]) : string } enum ScriptingLanguage { None, CSharp, } class "Dictionary`2"<T1,T2> { } IAssemblyNameProvider <|-- AssemblyNameProvider IGenerator <|-- ProjectGeneration ProjectGeneration o-> "k_BuiltinSupportedExtensions<string,ScriptingLanguage>" "Dictionary`2" ProjectGeneration o-> "k_ScriptReferenceExpression" Regex ProjectGeneration --> "m_AssemblyNameProvider" IAssemblyNameProvider ProjectGeneration --> "m_FileIOProvider" IFileIO ProjectGeneration --> "m_GUIDGenerator" IGUIDGenerator ProjectGeneration o-> "scriptReferenceExpression" Regex ProjectGeneration +-- ScriptingLanguage @enduml
823865395af5ab1ade704e905a006963376a65f5
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderDeletedMessage.puml
93e672b910acc0c2daed32659830075e96ee5e01
[]
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,165
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 OrderDeletedMessage [[OrderDeletedMessage.svg]] extends OrderMessage { 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]] order: [[Order.svg Order]] } interface OrderMessage [[OrderMessage.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
ee1b0b283ba3ae1ff9dce84a43af02c28ea37171
e6d58ccb12f75880a5b42ec93ebc9b67a0ad069d
/doc/articleAndMagazineModels.puml
d2ae7fa5781a148aa8de243b6f2f3bab72d5b67a
[]
no_license
Max-Z80/magazineKeepr_backend
a3b4e5b4a107cd35b041d531c79757ee18a11e2a
69a7b2704d827fb493adda901246e3cb8ba7d175
refs/heads/master
2022-12-17T12:16:39.431145
2020-09-14T20:45:35
2020-09-14T20:45:35
295,158,489
0
0
null
null
null
null
UTF-8
PlantUML
false
false
581
puml
@startuml class Article{ id: number page: number title: string attachments: Array type: enum['memo', 'file'] comment: string } class Magazine{ id: number name: string issue: string location: string } Article "[0..*] article" -- "[1] magazine" Magazine: is written in > object article1{ id=1 page=10 title="guide des tailles d'été" type:"file" magazine } object magazine1{ id=1 name= 'rustica' issue= '2588' location ='bevenais;bureau;armoire1;etagere1;cartonRevue1' } article1 -- magazine1 @enduml
9fdf7ab70d811e01135cf61d79115fd25a60ef0d
55afcc28eb94f2e3a3b8ecbbb37ee09c2099974a
/Ejercicios recuperación/2_aulas/aulas.puml
7398f4cf5c4e04fa083d15fb4efddfcde27960b4
[]
no_license
igijon/sge2021_python
7c1a66faa78e38092d6e7b9d9ba4b8d762ca10a9
eeb8302f3b0853f1edcf486cbd1d5082afd27d1a
refs/heads/main
2023-05-30T19:10:59.871908
2021-06-12T16:02:10
2021-06-12T16:02:10
308,727,048
4
3
null
null
null
null
UTF-8
PlantUML
false
false
1,352
puml
@startuml aula Persona <|-- Alumno Persona <|-- Profesor Aula "1" o-- "0..*" Alumno Aula "1" o-- "0..*" Profesor Aula "1" o-- "0..*" Asignatura Asignatura "0..*" <-- "1" Alumno : se_matricula Asignatura "0..*" <-- "1" Profesor: imparte class Aula { - str codigo + add_asignatura(a: Asignatura) + asignatura_en_curso(a: Asignatura): Boolean + remove_asignatura(a: Asignatura) + get_asignatura(a: Asignatura): Asignatura + add_alumno(a: Alumno) + esta_alumno_en_curso(a: Alumno): Boolean + remove_alumno(a: Alumno) + add_profesor(p: Profesor) + esta_profesor_en_curso(p: Profesor): Boolean + remove_profesor(p: Profesor) + get_profesor(p: Profesor): Profesor + to_dictionary(): Dictionary } class Asignatura { - str codigo - str nombre + to_dictionary(): Dictionary } class Persona { - str dni - str nombre - Date fecha_nacimiento + to_dictionary(): Dictionary } class Alumno { + matricular_asignatura(a: Asignatura) + esta_asignatura_matricula(a: Asignatura): Boolean + remove_asignatura(a: Asignatura) + to_dictionary(): Dictionary } class Profesor { - Date fecha_incorporacion + to_dictionary(): Dictionary } note as N1 Los getters y setters son omitidos por claridad en el código. Tampoco añadimos los métodos equals y toString end note @enduml
b86d365e2d36944294b6bd9bda6a922fa34e2961
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Events/SignalTrack.puml
cff638c8b58e28e0b2e8a3d68949fcbc3a903cd9
[]
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
69
puml
@startuml class SignalTrack { } MarkerTrack <|-- SignalTrack @enduml
268bcc269950cb6ca8213d98e2aa180dd888b841
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductPublishScope.puml
5bfda630f734396f2e14ba24123ff800bdae166e
[]
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,370
puml
@startuml hide methods enum ProductPublishScope { ALL PRICES } interface ProductPublishedMessage [[ProductPublishedMessage.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]] removedImageUrls: [[String.svg List<String>]] productProjection: [[ProductProjection.svg ProductProjection]] scope: [[ProductPublishScope.svg ProductPublishScope]] } interface ProductPublishedMessagePayload [[ProductPublishedMessagePayload.svg]] { type: String removedImageUrls: [[String.svg List<String>]] productProjection: [[ProductProjection.svg ProductProjection]] scope: [[ProductPublishScope.svg ProductPublishScope]] } interface ProductPublishAction [[ProductPublishAction.svg]] { action: String scope: [[ProductPublishScope.svg ProductPublishScope]] } ProductPublishScope --> ProductPublishedMessage #green;text:green : "scope" ProductPublishScope --> ProductPublishedMessagePayload #green;text:green : "scope" ProductPublishScope --> ProductPublishAction #green;text:green : "scope" @enduml
7ed0f6f50d6d7cbce2d4213117c58061ed985ebc
a29e37e9174b55c75a2a88824ff015dd387378fb
/Veterinaria/UML/DiagramaUML.puml
ac22883d94a449f66f5d86faa8acea61cfd9ab09
[]
no_license
TomasAlvarez78/Ing-en-Soft
3b610ebb8068fb674b07a6496908eddff306be3c
3674388fb16c50203d4230b0bb9cc36c5e71d517
refs/heads/master
2023-07-19T08:55:52.212311
2021-09-15T01:06:16
2021-09-15T01:06:16
402,591,925
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,290
puml
@startuml Clinica Veterinaria package Veterinaria{ class Persona{ - nombre : string - apellido : string - dni : Int - fechaNacimiento : Date - telefono : Int - email : string } class Cliente{ - datosPersonales : Persona + verificarCliente() + crearCliente() + consultarEstado() + consultarCamara() + consultarHistorial() } class Veterinario{ - datosPersonales : Persona - profesion : String + operar() } class Auxiliar{ - datosPersonales : Persona - turno : string + cobrarCliente() } class Mascota{ - nombre : string - raza : string - edad : string - sexo : string - dueno : Cliente + verificarMascota() + crearMascota() + modificarDueno() } class Consulta{ - animal : Mascota - profesional : Veterinario - fecha : Datetime - tiempoTranscurrido : Int - importe : Double - resolucion : string - pago : Pago - recetas : List <Receta> } class Receta{ - nombre : string - definicion : string } class Pago{ - metodo : string + registrarPago() + aplicarRecargo() } class SistemaCamaras{ - cantidad : int - listaMascotas : List<Mascota> + verVideo() } class Camara{ - numero: int + verVideoCamara() } ' Herencia Cliente -up-|> Persona Veterinario -up-|> Persona Auxiliar -up-|> Persona ' Relaciones Cliente "1" --> "0-n" Mascota Consulta "0-n" -left-> "1" Mascota Consulta "0-n" -up-> "1" Veterinario Consulta -left-> "0-n" Receta Consulta -right-> Pago Cliente -> Pago SistemaCamaras -down-> Camara Cliente -> SistemaCamaras } package REIAC { class REIAC{ + verificarMascota() } } package GestorContenidos <<Database>> { class GestorContenidos{ + guardarDiario() + generarInforme() + historialMascota() } } Mascota --> REIAC GestorContenidos -up-> Consulta ' GestorContenidos -up-> Cliente ' GestorContenidos -up-> Mascota @enduml
5444b84b81145693df4c924257ec2d0d33ac4d31
e009d1eae92023d89425a31e52f79cad2f9800be
/OOP-Assign-TaxiRental/taxi_final_rental/out/production/taxi_final_rental/App/App.plantuml
108bc3780c53288a73e5641c510ffcaf80845a98
[]
no_license
michalkubiak98/Java-TaxiRental-Project
cc0998d1eccc7a4e9e621c0971356c3a737a5761
ef6b4f3d8af791e99ee7ea95a74639b27cd688ab
refs/heads/master
2023-06-03T05:24:26.499548
2021-07-03T15:19:23
2021-07-03T15:19:23
224,510,134
2
0
null
null
null
null
UTF-8
PlantUML
false
false
406
plantuml
@startuml title __APP's Class Diagram__\n namespace App { class App.Main { + Main() {static} + main() + start() } } App.Main -up-|> javafx.application.Application right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
ac67ad432980abc102418d7500aa8e89e4b9fd7c
4f2641b1e69cf6859332e1e77da6185ea397647f
/documents/uml-designer/download.puml
77df833943f8788b7c0d5ee3e074a7aae8d3eb43
[]
no_license
AllanWendy/jenkins
5d3a02cf533abaf1d5d53aa4165b6d35f7257bda
b8dc6ca69fd18908cd887e502ca73cedca4dfd3b
refs/heads/master
2016-09-01T14:23:19.910365
2016-01-24T08:12:53
2016-01-24T08:12:53
48,847,332
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,446
puml
@startuml class DownloadController{ private List<Downloader> mDownloaders; public static Downloader obtainDownloader(DownloadConfig config); } class DownloadException class Downloader{ void add(Downloadable downloadable); void addAll(List<Downloadable> item); void remove(Downloadable downloadable); void removeAll(List<Downloadable> item); void pause(Downloadable downloadable); void resume(Downloadable downloadable); void init(DownloadConfig); void clear(); void destroy(); List<Downloadable> queryAll(); addDownloadListener(DownloadListener listener); removeDownloadListener(DownloadListener listener); } class DownloadList{ void add(Downloadable downloadable); void remove(Downloadable downloadable); void clear(); } class DownloadWorker{ void runPrepare(Downloadable,RunState); void runStart(Downloadable,RunState); void runResume(Downloadable,RunState); void runProgress(Downloadable,RunState); void runPause(Downloadable,RunState); void runEnd(Downloadable,RunState); void runError(Downloadable,RunState); } class DownloadConfig{ private ExecutorService mExecutor; private int mCoreCount; private HibernatePolicy mPolicy; getXXX(); setXXX(); } abstract class HibernatePolicy{ private void performPrepare(); private void performCommit(); abstract void prepare(); abstract void commit(); protected HibernatePolicy append(Downloadable downloadable); protected HibernatePolicy appendAll(List<Downloadable> downloadable); } class JsonFilePolicy { void prepare(); void commit(); JsonFilePolicy append(); } class DatabasePolicy{ void prepare(); void commit(); DatabasePolicy append(); } interface Downloadable { public String getUrl(); public String getName(); public String getSaveDir(); public long getSize(); public long getTotal(); public long getProgress(); } interface DownloadListener{ void onPrepare(Downloadable); void onStart(Downloadable); void onResume(Downloadable); void onProgress(Downloadable); void onPause(Downloadable); void onEnd(Downloadable); void onError(Downloadable); } interface Runnable{ } enum RunState{ PREPARE, START, RESUME, PROGRESS, PAUSE, END, ERROR; } HibernatePolicy <|-- JsonFilePolicy HibernatePolicy <|-- DatabasePolicy Runnable <|-- DownloadWorker Downloader <-- DownloadList Downloader <-- DownloadWorker Downloader <-- DownloadConfig Downloader <-- Downloadable DownloadWorker <-- RunState Downloader <-- DownloadListener DownloadList <-- HibernatePolicy DownloadController <-- Downloader @enduml
1627ea82cb29d09384df02fb50a33dd99445ecac
aff68ebcc42563768b200a9de86989646287b29e
/doc/diagrams/documentFetcher.puml
4ce34cf5a29da345aac8c9c7777b828bb707c51d
[ "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
810
puml
@startuml interface DocumentFetcher <<interface>> { {abstract} run() : Stream of documents } interface DocumentFetcherFactory <<interface>> { {abstract} buildDocumentFetcherForQuery(query): DocumentFetcher } class DynamodbQueryDocumentFetcher{ queryRequest {abstract} run() : Stream of documents } class DynamodbScanDocumentFetcher{ scanRequest {abstract} run() : Stream of documents } class DynamodbDocumentFetcherFactory{ buildDocumentFetcherForQuery(query): DocumentFetcher } DocumentFetcher <|.... DynamodbQueryDocumentFetcher DocumentFetcher <|.... DynamodbScanDocumentFetcher DocumentFetcherFactory <|.. DynamodbDocumentFetcherFactory DynamodbDocumentFetcherFactory ---> DynamodbQueryDocumentFetcher: <<create>> DynamodbDocumentFetcherFactory ---> DynamodbScanDocumentFetcher: <<create>> @enduml
110bc4c8da1e34ad5b58594cfdc51a6f54bc7068
1bc5bec4d5a6c3b4552a4fe5b0d2c10b71f0c4a6
/BankAccountSystem-ref/classDiagram.puml
5f4f846cea4f9ef0259f535d0483d98b71e0b72d
[]
no_license
thomasbroussard/2018s1_fund
8c28ace2ba5c1338435de3172930b1346f3a3cda
b63a5ec2c2b3cf10d0fcf3637c519eb3925a3817
refs/heads/master
2021-06-11T02:01:14.798173
2018-06-26T18:04:43
2018-06-26T18:04:43
128,102,363
0
1
null
null
null
null
UTF-8
PlantUML
false
false
536
puml
@startuml class Customer{ - String name - String address } class Account{ - Double balance } class Stock{ - String name - Double unitPrice } class InvestmentAccount{ + buyStock(Stock stock,Integer qty) } class SavingsAccount{ - Double interrestRate } class StockOrder{ - Integer quantity - Double ticker } InvestmentAccount --|> Account SavingsAccount --|> Account Stock "1" --o "*" StockOrder InvestmentAccount "1" --o "*" StockOrder Customer "1" --* "*" Account @enduml
7bd6f4b14a6698d5a585e3be95a9d230c271da26
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductAddExternalImageAction.puml
8990eff5d5e00bacba3d340f0de5d60fa88815fd
[]
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
520
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 ProductAddExternalImageAction [[ProductAddExternalImageAction.svg]] extends ProductUpdateAction { action: String variantId: Long sku: String image: [[Image.svg Image]] staged: Boolean } interface ProductUpdateAction [[ProductUpdateAction.svg]] { action: String } @enduml
540a1528110e5a13b210fb6d20c833279370b9bf
6153f22ccad5e550ec60e6465d77bd7088174144
/DesignPattern/DecoratorPattern/uml/uml.puml
2dfe48029000351e5344ddaae08431e7fd1a77f0
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
zwxbest/Demo
a5093d4e82b269d200d23a7a390e299334301917
16ce40b63907d52d65ad93fba6a793847911d216
refs/heads/master
2023-06-08T17:15:27.688512
2022-03-03T03:53:31
2022-03-03T03:53:31
123,203,277
1
7
MIT
2023-05-26T22:15:03
2018-02-27T23:52:55
Roff
UTF-8
PlantUML
false
false
607
puml
@startuml abstract class Finery{ # Finery compoent + void Decorate(Finery) + show(){compoent.show()} } together { class LeatherShoes{ + show(){>>"BigTrouser";super.show()} } class BigTrouser class Suit class Sneakers class Tie class TShirts } class Main Finery*-up-|>Finery Finery-up..>Finery LeatherShoes-up-|>Finery Sneakers-up-|>Finery BigTrouser-up-|>Finery Suit-up-|>Finery Tie-up-|>Finery TShirts-up-|>Finery Main..-up>Finery Main..-up>Sneakers Main..-up>BigTrouser Main..-up>Suit Suit..-up>Finery:1.Decorate(Finery) BigTrouser..-left>Suit:2 Sneakers..-left>BigTrouser:3 @enduml
305785b2b22642c8b20d300c556b0dd101052988
a7f8d8e116a9f42a87389cb344ca347d3e7e6893
/libs/core/src/storage/docs/diagrams/src/StorageModel.puml
d2752b6b7e6b6e33590db5f9970076ed8a73b1ea
[]
no_license
gammaper-devop/claro_crm_reportes
e3fc36baeb5c9f3be248b849a888e966254fb060
28ded2b48d7331deb80823cdf4b7e7faa5377812
refs/heads/master
2023-08-16T20:25:01.587208
2021-09-25T02:34:56
2021-09-25T02:34:56
402,591,385
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,827
puml
@startuml StorageModel enum EStorageType { LOCAL = 'local', SESSION = 'session', MEMORY = 'memory', } interface IStorage { set(key: string, value: any): void get(key: string): any remove(key: string): void clear(): void } interface IStorageConfig { secretKey: string storageType?: EStorageType i18nLang?: string } interface IMessages { invalid_storage_type: string key_not_found: string secret_key_not_found: string } abstract class BrowserStorageManager implements IStorage { + config: IStorageConfig # encryptor: EncryptionManager # messages: IMessages # windowStorage?: Storage + constructor(config: IStorageConfig) + get(key: string): string + set(key: string, value: any): void + clear(): void + remove(key: string): void } abstract class MemoryStorageManager implements IStorage { + config: IStorageConfig # encryptor: EncryptionManager # memoryStorage = new Map() # messages: IMessages + constructor(config: IStorageConfig) + get(key: string): any + set(key: string, value: any): void + clear() + remove(key: string): void } class LocalStorage extends BrowserStorageManager { + windowStorage: Storage = window.localStorage; } class MemoryStorage extends MemoryStorageManager { + memoryStorage = new Map<string, string>(); } class SessionStorage extends BrowserStorageManager { + windowStorage: Storage = window.sessionStorage; } class StorageFactory { + StorageFactory(config: IStorageConfig): IStorage; } class StorageBuilder { + constructor(storage: IStorage, config: IStorageConfig) {} + getStorage(): IStorage } LocalStorage <---o StorageBuilder : <<To LocalStorages>> SessionStorage <---o StorageBuilder : <<To SessionStorages>> StorageFactory ..> StorageBuilder : <<use>> StorageFactory ..> MemoryStorage : <<use>> @enduml
73b2cd55ecbc07c0ecc196d9b321fb7ad873db3b
f8e357daee592f0c24cd2e5778c643a77b4a6404
/06classdiagram/50_classdiagram_association_reverse.puml
313a127df7b3e7661c2916064a609c72520ef869
[]
no_license
jahmanitheone/plantuml
bd3914c882d79157f387aa84268510edbebb05c2
dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1
refs/heads/main
2023-01-01T12:40:34.242849
2020-10-22T17:01:59
2020-10-22T17:01:59
306,404,003
0
0
null
null
null
null
UTF-8
PlantUML
false
false
426
puml
' 'ClassDiagrams: Association classes ' 'You can define association class after that a relation has been defined between two classes, 'like in this example: ' '--: reverse association horizontally '..: multiple association '-------------------------------------- ' @startuml class Student { Name } class Enrollment { drop() cancel() } Student "0..*" -- "1..*" Course (Student, Course) .. Enrollment @enduml
b375ad99535f0ea2b43dc5c0735d1ece42caa373
9c029a905c4381d59d0db1c94e2cfec1596ccd72
/models/ver1/simple2.puml
86ab1e514659e5af5bac5cd814ffdf1ae3d29567
[]
no_license
suzuki-hoge/genbade-ddd-tokyo
90cb609a5b013f9be3867ef773f1e57535a9ffb6
4867eb61ce2f98dc2445fd07e7535c4ad44609f0
refs/heads/master
2020-05-19T21:55:17.317817
2019-05-11T08:11:39
2019-05-11T08:11:39
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
985
puml
@startuml class 申込内容 { 配送予定日 or 何らかのエラー 申し込む(申込内容) } enum プラン { 3GB 6GB 12GB 20GB } class プランValue { String // pv001, pv002... {static} create(プラン) } 申込内容 --> 名前 申込内容 --> プラン 申込内容 --> 年齢 : 実判定は委譲 申込内容 --> 住所 申込内容 --> 申込日 プランValue -u-> プラン : ビジネスとシステムの境界 class 年齢 { is未成年() } class 住所 { is本州() } class 配送予定日 { {static} create(住所, 申込日) } 配送予定日 --> 住所 配送予定日 --> 申込日 : ルールや実装は\n配送日側が\n握っている class 何らかのエラー 申込内容 -u-> "0 or 1" 何らかのエラー : return するかも 申込内容 -r-> "0 or 1" 配送予定日 : return するかも ' io があるとテストがしづらい ' こいつらどこから生まれたの? -> リポジトリの登場 @enduml
c789590316786e22148e13c071b83cc01cf45e89
9ab835c647068cadd2c7d0472a8d039c9e71cf20
/Design/Class.puml
3587de6f82a10d1e1f3e78860815b6c04d19eef9
[]
no_license
Hengle/UIMaster
a6ee8958c408ca880e5b02e33326e3fedf33475f
ee4bb9f13549c8e208654bfac375a5b5173376f0
refs/heads/master
2020-04-01T20:50:56.576733
2017-09-10T13:57:20
2017-09-11T15:31:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,299
puml
@startuml CustomUIViewController *-- CustomUIView CustomUIView <|-- UIView class CustomUIView{ } class CustomUIViewController{ + CustomUIView view + Destory() } CustomUIViewController <|-- UIViewController interface UIViewContorllerInterface{ + UIViewControllerDidLoad() + OnShowView() + OnHideView() + OnCloseView() } UIViewController <|-- UIViewContorllerInterface class UIViewController { + UIView view + string viewPrefabPath + {virtual} OnShowView() + {virtual} OnHideView() + {virtual} OnCloseView() } interface UIViewInterface{ + InitView() + ShowView() + HideView() + CloseView() } UIViewController *-- UIView UIView <|-- MonoBehaviour UIView <|-- UIViewInterface class UIView{ + {virtual} InitView() + {virtual} ShowView() + {virtual} HideView() + {virtual} CloseView() } UIMaster "1" o-- "many" UIViewController : controls class UIMaster { --private region-- - mUIStack - mStashUIStack - OnDestory() --public region-- + {static} UIMaster Instance + Pop(UIViewController viewcontroller) + Push(UIViewController viewcontroller, UIType type) + Stash(UIViewController viewcontroller) + Clear() } class UIDataMaster{ } enum UIType{ Overlay Replace } @enduml
ae179121931a16b6956d19166449c6b32e4f4733
917f7524046ed086a97d0aeb39ff694bc707598c
/ProjetACL-master/ProjetACL/src/controleur/controleur.plantuml
995707ed40e5c4e0aff26034e83c40bdc987918b
[]
no_license
h-wb/s7-acl
ff5797db723abb1773e49cb3982f0ba59ac2ed5a
b04e4849944e28077fa8f461d36b431a51c9b9af
refs/heads/master
2020-04-10T13:04:09.215000
2019-03-16T12:51:24
2019-03-16T12:51:24
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,182
plantuml
@startuml title __CONTROLEUR's Class Diagram__\n package controleur { class GererFichier { - fichierALire : String + GererFichier() + lire() + EcrireFichier() } } package controleur { class Jeu { - tour : int + Jeu() + getTour() + setTour() + getJ() + setJ() + tirerCarte() + Joue() } } package controleur { class Joueur { - pseudo : String + Joueur() + getPseudo() + setPseudo() + getScore() } } package controleur { class Outils { {static} ~ arrayCateg : String[] {static} ~ arrayValeur : String[] {static} + getRandomCateg() {static} + getRandomValeur() } } package controleur { class Score { - valeur : int + Score() + getValeur() + setValeur() } } Jeu o-- Joueur : j Joueur o-- Score : score 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
44434ed7c6fec2aaaff0d6ebccb79c6a66bbb2b4
663bb72bc9faca1c0e35c416debbe9609e0974cb
/Aufgabe_3/main.puml
363d38148fd654275ec127cefaed4a2c18d54fea
[]
no_license
JayTee42/SoftwareentwicklungSoSe2020_Aufgabe_04
7a3c03d4d9d0bb12e16da308a0fdb7d0872ae0e7
6de1b0a7d0bfc08906351a0c71e33a36818c2d6e
refs/heads/master
2022-10-22T16:09:20.513882
2020-06-15T15:50:38
2020-06-15T15:50:38
268,763,141
0
0
null
2020-06-02T09:53:06
2020-06-02T09:53:05
null
UTF-8
PlantUML
false
false
1,016
puml
@startuml enum PhoneState { off, on, unknown } enum ConnectionState { connected, offline } interface Credential {} class AppleID {} class GoogleAccount {} AppleID ..|> Credential GoogleAccount ..|> Credential interface Store {} class AppStore {} class PlayStore {} AppStore ..|> Store PlayStore ..|> Store abstract class Smartphone { + PhoneNumber: string << get >> + makeACall(phoneNumber: string) + receiveACall(incomingNumber: string) + {abstract} getOS(): string } Smartphone "<< get >>" *-- PhoneState Smartphone "<< get >>" *-- ConnectionState Smartphone -- Credential Smartphone -- Store class ApplePhone { } ApplePhone --|> Smartphone ApplePhone -- AppleID ApplePhone -- AppStore abstract class AndroidPhone { {abstract} RunVendorSpecificLocalization() } AndroidPhone --|> Smartphone AndroidPhone -- GoogleAccount AndroidPhone -- PlayStore class SonyPhone {} class NokiaPhone {} SonyPhone --|> AndroidPhone NokiaPhone --|> AndroidPhone hide empty members @enduml
c684cde78b41e946123dc5bf315c1ec7950d0633
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/QuoteRequestResourceIdentifier.puml
0c6aa1a278df8f6089a2c2f5f86dd1a72345af6d
[]
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,257
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 QuoteRequestResourceIdentifier [[QuoteRequestResourceIdentifier.svg]] extends ResourceIdentifier { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String key: String } interface ResourceIdentifier [[ResourceIdentifier.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String key: String } interface QuoteRequestResourceIdentifier [[QuoteRequestResourceIdentifier.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String key: String } interface StagedQuoteDraft [[StagedQuoteDraft.svg]] { quoteRequest: [[QuoteRequestResourceIdentifier.svg QuoteRequestResourceIdentifier]] quoteRequestVersion: Long quoteRequestStateToAccepted: Boolean key: String custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] state: [[StateReference.svg StateReference]] } QuoteRequestResourceIdentifier --> QuoteRequestResourceIdentifier #blue;text:blue : "typeId : quote-request" QuoteRequestResourceIdentifier --> StagedQuoteDraft #green;text:green : "quoteRequest" @enduml
49d59e80c4c77f2c3614a1b442242596a83b47e3
5cf36a3143d1d36d4594d6adeea847fd8df9c034
/src/main/java/oop/assignment3/ex42/base/ParseDataFile.puml
dbe8f31e0f7415e9eedd5e25902cb02af9d78b77
[]
no_license
GabrielFernandez14/fernandez-cop3330-assignment3
0b32cb5ff817068da681cfebf0b7d071e6e8f56f
567e68bb023b37e8be9801a6a4797927b2c3fc65
refs/heads/master
2023-06-04T12:29:26.441441
2021-06-21T00:39:50
2021-06-21T00:39:50
377,873,844
0
0
null
null
null
null
UTF-8
PlantUML
false
false
209
puml
@startuml 'https://plantuml.com/sequence-diagram class Main { + output: String + printTable: output } class ParseDataFile { + getTable() } Main --|> ParseDataFile ParseDataFile o--> Main @enduml
ae68b911bb87a17054fef80fbaadc6c0d9649619
510356d099fc0d0ae2e5bc6456b61820ab379ad3
/src/com/arijeet/design/behavior/pattern/command/command.plantuml
82a5bf31683ab9952e03f95f2ba7c9183d3d6ca3
[]
no_license
arijeetsaha/java-design-patterns
19156a379689d1dde2c7e75d997c84ea84b2f019
9c30808bc9be34092d5f6257fbfd9ed995848a50
refs/heads/master
2022-11-20T05:20:27.467475
2020-07-22T20:27:53
2020-07-22T20:27:53
281,776,415
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,637
plantuml
@startuml title __COMMAND's Class Diagram__\n namespace com.arijeet.design.pattern.command { class com.arijeet.design.pattern.command.AddMemberCommand { - distributionList : String - emailAddress : String + AddMemberCommand() + execute() } } namespace com.arijeet.design.pattern.command { class com.arijeet.design.pattern.command.Client { {static} + main() } } namespace com.arijeet.design.pattern.command { interface com.arijeet.design.pattern.command.Command { {abstract} + execute() } } namespace com.arijeet.design.pattern.command { class com.arijeet.design.pattern.command.EWSService { + addMember() + removeMember() } } namespace com.arijeet.design.pattern.command { class com.arijeet.design.pattern.command.MailTasksRunner { {static} - RUNNER : MailTasksRunner - pendingCommands : List<Command> - runner : Thread - stop : boolean + addCommand() {static} + getInstance() + run() + shutdown() - MailTasksRunner() } } com.arijeet.design.pattern.command.AddMemberCommand .up.|> com.arijeet.design.pattern.command.Command com.arijeet.design.pattern.command.AddMemberCommand o-- com.arijeet.design.pattern.command.EWSService : receiver com.arijeet.design.pattern.command.MailTasksRunner .up.|> java.lang.Runnable right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
22a9e3d40ce02b43c2289f427d1c617f0abc2697
9e418a0fb69b8ee356d5c1d5d009706394edf54d
/class - analysis/rollcall/updateRollCall.plantuml
d2b29976465f285940ac3a0452f54c9afa5328b9
[]
no_license
anonyhostvn/OOAD-Diagram
67f3a3a4aa976ee8459d3f4801147ddd1382e41e
f8f7a0e4ba826335cc964d3b73bebea3f4f857e4
refs/heads/master
2023-01-10T04:26:29.983705
2020-11-13T10:08:12
2020-11-13T10:08:12
311,749,932
0
0
null
null
null
null
UTF-8
PlantUML
false
false
956
plantuml
@startuml updateRollCall class RollCall <<entity>> { id: bigint classroom_member_id: bigint date: date is_presented: bool created_at: datetime updated_at: datetime // create () // read () // delete () // update () // request make roll call () } class ClassroomMember <<entity>> { id: bigint user_id: bigint classroom_id: bigint created_at: datetime // create () // read () // delete () // update () // checking information is valid () } class UpdateRollCallForm <<boundary>> { // request update roll call () } class StudentController <<controller>> { // request update roll call () } hide RollCall <<entity>> circle hide UpdateRollCallForm <<boundary>> circle hide StudentController <<controller>> circle StudentController "1" -left- "1" RollCall StudentController "1" -right- "1" ClassroomMember StudentController "1" -down- "1" UpdateRollCallForm @enduml
1632be4d36a7bf79d818b208d02fd54a4153b9d9
fb84bca41a00746017b56791cc1900e4cb811be7
/plantuml/Eats/Eat.puml
7693cec12f580d5b154ce8136f8fcc48b9278818
[]
no_license
MainCastle1212/EverythingEater_Main
9b3622cc5cca5f78a411cfd7df61fbdec29a8856
c228f75b78387aee448c6fbb2f3a362dccb724bd
refs/heads/main
2023-01-12T07:33:38.139825
2020-11-12T10:01:22
2020-11-12T10:01:22
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
172
puml
@startuml class Eat { Ratio : float Time : float Start() : void + TryEat(collision:Collision2D) : void } MonoBehaviour <|-- Eat Eat --> "ease" Ease @enduml
06133321c420f01729ca4deed42ff8fd33174a25
db30c89cdd73a338ef664e2342ebea4e617c9716
/test/PlantUmlClassDiagramGeneratorTest/uml/public.puml
735970ac3e5d90b681c2cf7448b797c18bc40b53
[ "MIT" ]
permissive
Vivraan/PlantUmlClassDiagramGenerator
33b4b4e5bf40d3173f7b6bc1f22631480633d709
d5e4e571f7dbade27da465729bc09afc319fc646
refs/heads/master
2023-01-03T13:02:42.886516
2020-10-31T00:22:02
2020-10-31T00:22:02
291,209,572
1
0
MIT
2020-08-29T05:47:33
2020-08-29T05:47:32
null
UTF-8
PlantUML
false
false
1,314
puml
@startuml class ClassA { + PropD : string <<get>> + ClassA() {static} ClassA() + <<override>> ToString() : string + {static} StaticMethod() : string + ExpressonBodiedMethod(x:int) : void } abstract class ClassB { + {abstract} PropA : int <<get>> <<protected set>> + {abstract} AbstractMethod(arg1:int, arg2:double) : string } class ClassC <<sealed>> { + <<override>> PropA : int <<get>> <<protected set>> = 100 + <<event>> PropertyChanged : PropertyChangedEventHandler + <<override>> AbstractMethod(arg1:int, arg2:double) : string } class Vector <<struct>> { + X : double <<get>> + Y : double <<get>> + Z : double <<get>> + Vector(x:double, y:double, z:double) + Vector(source:Vector) } enum EnumA { AA= 0x0001, BB= 0x0002, CC= 0x0004, DD= 0x0008, EE= 0x0010, } class NestedClass { + A : int <<get>> } class "IList`1"<T> { } class InnerClass { + X : string <<get>> = "xx" + MethodX() : void } class InnerStruct <<struct>> { + A : int <<get>> + InnerStruct(a:int) } ClassB --> "publicA" ClassA ClassB o-> "listOfA<ClassA>" "IList`1" ClassB <|-- ClassC INotifyPropertyChanged <|-- ClassC ClassC --> "PropB" ClassB NestedClass --> "B" InnerClass NestedClass +-- InnerClass InnerClass +-- InnerStruct @enduml
663146e790d5bcac92d7a50c16209e967692efce
3f0f1beb0020ef10c82e25f24f5ba1e6125d09e2
/src/zhw/businessumls/HyTradeOfflineClient.puml
f52b113feb16db574833d0dcee77743459502036
[]
no_license
ShepherdOutsidethefortres/JavaBase
14995735a15d04529ea5fc487fea3aeac878a22c
f7b748ba4b808ba6bf9922718b6fa28615775fc0
refs/heads/master
2021-06-26T15:07:04.659964
2021-02-25T06:38:51
2021-02-25T06:38:51
211,585,121
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,511
puml
@startuml interface HyTradeOfflineClient{ +fetchInfo(HyTradeInfoReq):HyTradeResult<HyTradeInfoVO> +submitOrder(HyTradeSubmitReq):HyTradeResult<HyTradeSubmitVO> +pushOrder(HyTradeSubmitReq):HyTradeResult<HyTradeSubmitVO> +renderInfo(HyTradeInfoReq):HyTradeResult<HyTradeRenderVO> } class HyTradeClientImpl{ -hyTradeInfoService:HyTradeInfoService -hyTradeRenderService:HyTradeRenderService -hyTradeSubmitService:HyTradeSubmitService -hyPromotionRPCService:HyPromotionRPCService -wmMiddleRPCService:WmMiddleRPCService +fetchInfo(HyTradeInfoReq):HyTradeResult<HyTradeInfoVO> +submitOrder(HyTradeSubmitReq):HyTradeResult<HyTradeSubmitVO> +pushOrder(HyTradeSubmitReq):HyTradeResult<HyTradeSubmitVO> +renderInfo(HyTradeInfoReq):HyTradeResult<HyTradeRenderVO> } class HyTradeInfoService{ -applicationContext:ApplicationContext -ecs:HyTradeEcsService -hyTradeConfigService:HyTradeConfigService +fetchInfo(HyTradeInfoReq,ProgeressData):HyTradeInfo } class HyTradeRenderService{ ~hyTradeInfoService:HyTradeInfoService +renderInfo(HyTradeInfoReq):HyTradeRenderVO } class HyTradeSubmitService{ ~hyTradeInfoService:HyTradeInfoService +submitOrder(HyTradeSubmitReq):HyTradeSubmitVO +pushOrder(HyTradeSubmitReq):HyTradeSubmitVO } HyTradeInfoService <.. HyTradeClientImpl HyTradeRenderService <.. HyTradeClientImpl HyTradeSubmitService <.. HyTradeClientImpl HyTradeOfflineClient <|.... HyTradeClientImpl HyTradeOfflineClient <-[hidden]- HyTradeClientImpl HyTradeOfflineClient <-[hidden]- HyTradeInfoService @enduml
7f824a00f537741373c9efe0d06a23ea1c861548
995cc362a4be5eceee50c4b1b4a4acb3963d2cc7
/Analyzer.plantuml
3f2212ac5002d30e66361b83f7076e5d6537f9bc
[]
no_license
dpoolas/Packet-Sniffer
b046facc9e72f871d430d71eec8db1f7f89eaaee
4637464b7813385bee81e1fa6aaa1eee64f72d8b
refs/heads/main
2023-03-06T02:23:50.278437
2021-02-22T01:04:40
2021-02-22T01:04:40
336,428,180
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,621
plantuml
@startuml title __ANALYZER's Class Diagram__\n package packetsniffer { class Analyzer { } } package packetsniffer { package packetsniffer.gui { class ButtonColumn { } } } package packetsniffer { class Captor { } } package packetsniffer { class CaptorRunner { } } package packetsniffer { package packetsniffer.gui { class CaptureButton { } } } package packetsniffer { package packetsniffer.gui { class ComboItem { } } } package packetsniffer { package packetsniffer.gui { class CustomRenderer { } } } package packetsniffer { package packetsniffer.database { interface DatabaseCallback { } } } package packetsniffer { package packetsniffer.database { class DatabaseConnection { } } } package packetsniffer { package packetsniffer.gui { class Display { } } } package packetsniffer { package packetsniffer.gui { class FilterTextField { } } } package packetsniffer { package packetsniffer.gui { class HorizontalAlignmentHeaderRenderer { } } } package packetsniffer { package packetsniffer.utils { class IPUtilities { } } } package packetsniffer { package packetsniffer.utils { class SubnetUtils { } } } package packetsniffer { class Watchlists { } } ButtonColumn -up-|> TableCellRenderer ButtonColumn -up-|> TableCellEditor ButtonColumn -up-|> ActionListener ButtonColumn -up-|> MouseListener ButtonColumn -up-|> AbstractCellEditor Captor o-- Display : display Captor o-- Watchlists : blacklist CaptorRunner -up-|> Runnable CaptorRunner o-- Captor : Capture CaptureButton -up-|> JButton CaptureButton o-- CaptorRunner : runner CustomRenderer -up-|> DefaultTableCellRenderer Display -up-|> JFrame Display o-- CaptureButton : captureButton Display o-- CaptorRunner : captor Display o-- FilterTextField : filterText Display o-- CustomRenderer : captureCellRenderer Display o-- CustomRenderer : sessionCellRenderer Display o-- Watchlists : blacklist FilterTextField -up-|> JTextField HorizontalAlignmentHeaderRenderer -up-|> TableCellRenderer Watchlists o-- SubnetUtils : utils Watchlists o-- Display : display 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
3b4ba1a545ed067d09d21159f12a27be5c374c83
c0149748e9db6824cf93b45fe14ec3f8eddc4382
/report/misc/figure_src/class_system.puml
129f43f3d635a94c611bcc326a0318bf4c8ef76c
[ "MIT" ]
permissive
wwyf/Waterfall
eeaccb6336f309092868b22926721dc2262f91ad
8fc8b62d9e3c53fc2e63b9bc7fd8a115c7a37905
refs/heads/master
2020-04-28T14:09:19.134161
2019-06-08T09:29:52
2019-06-08T09:29:52
175,329,199
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,763
puml
@startuml ' default ' top to down direction ' 禁用图形特性 ' scale 5000*1000 skinparam classAttributeIconSize 0 class MainOrder{ -id -name -summary -createdate -deadline -address -quantity -price -totalprice -createuser -comments -phone -status -progress +to_json() } class SubOrder{ -id -mainorder -createdate -createuser -quantity -comments -phone -status +to_json() } class User{ -username -password -email -phone -usertype -balance -userstatus } class UserController{ +enroll() +login() +queryMainorder() +querySuborder() 'TODO '不知道要不要钱包功能 } class AdminController{ '审核功能' +audit() } class ProviderController{ +commit() +join() } class PurchaserController{ +apply() } class UserInterface{ +display() +loginEvent() +queryEvent() } class AdminInterface{ +auditEvent() } class ProviderInterface{ +joinEvent() +enrollEvent() +commitEvent() } class PurchaserInterface{ +enrollEvent() +applyEvent() } together { class User class MainOrder class SubOrder } together { class UserController class AdminController class ProviderController class PurchaserController } UserInterface <|-- AdminInterface UserInterface <|-- ProviderInterface UserInterface <|-- PurchaserInterface UserController <|-- AdminController UserController <|-- ProviderController UserController <|-left- PurchaserController User <|-- Admin User <|-- Purchaser User <|-- Provider MainOrder -[hidden]down- User MainOrder -[hidden]down- UserController MainOrder -[hidden]down- UserInterface SubOrder -[hidden]down- User SubOrder -[hidden]down- UserController SubOrder -[hidden]down- UserInterface Provider -[hidden]down- UserInterface AdminController -[hidden]down- UserInterface @enduml
2e38c159f91e1b66a015261fb105f86e9de76789
d4c259767e944e202abcf65c97ed8688e78c3981
/src/main/resources/plantuml/classDiagram.puml
d565e5f239987d1c1997e082a554a5ca7db59c10
[]
no_license
dlstonedl/ddd-practice
f6873102aff1b3c93d0a8b1a24bd30188c4046cb
8317bae54fa44d8a7635ceb6545d8bb19cd54a43
refs/heads/master
2021-01-16T01:59:11.100937
2020-03-22T03:35:58
2020-03-22T03:35:58
242,935,510
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,542
puml
@startuml namespace 示例 { package com.pet { interface Cry { + {abstract} String cry() } abstract class Pet { - Person master + {abstract} String cry() } class Cat { - Person master + String cry() } class Dog { - Person master + String cry() } Cry <|.. Pet :implements Pet <|-- Cat :extends Pet <|-- Dog :extends } package com.person { class Person { - List<Pet> pets + void call(Pet pet) } Person "1" *-> "many" Pet :has } } namespace 关联 { class Customer { - address :Address } class Address Customer -> Address :has note top on link 拥有关系 成员变量,带箭头的直线表示 end note } namespace 聚合 { class Engine class Car { - engine :Engine } Car o-> Engine :has a note top on link 整体与部分关系 部分可以脱离整体而单独存在 成员变量,带空心菱形和箭头的直线表示 end note } 关联 --[hidden] 聚合 namespace 组合 { class Head{ - mouth :Mouth } class Mouth Head *-> Mouth :contain a note top on link 整体与部分关系 部分不能脱离整体而单独存在 成员变量,带实心菱形和箭头的直线表示 end note } 聚合 --[hidden] 组合 namespace 依赖 { class Driver { + drive(Car car) :void } class Car Driver .> Car note top on link 函数参数/返回值,静态方法调用 带有箭头的虚线表示 end note } @enduml
85e2e8a37a67c4a7d48119c4078c355b625142ac
40dff9f3accaa74abc586113fbe434a6a47073b4
/src/main/java/com/kiran/design/solid/c/lsp/fixing_lsp.puml
71f0bb1d5e5dc9290c9b030c7da11e5fd6aa4a3d
[]
no_license
kiranprakashb/design-core-java
05eac64aa217bf9acbbda21dcd7b98e56e558f20
2c661c0d2e0506b7fa547395527422205c4cd50e
refs/heads/main
2023-03-04T01:24:55.516348
2021-02-17T19:24:51
2021-02-17T19:24:51
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
574
puml
@startuml 'https://plantuml.com/class-diagram class BankingAppWithdrawalService class Account { deposit(BigDecimal) } class WithdrawableAccount { withdraw(BigDecimal) } class CurrentAccount { deposit(BigDecimal) withdraw(BigDecimal) } class SavingsAccount { deposit(BigDecimal) withdraw(BigDecimal) } class FixedTermDepositAccount { deposit(BigDecimal) } Account <|-- WithdrawableAccount WithdrawableAccount <|-- CurrentAccount WithdrawableAccount <|-- SavingsAccount Account <|-- FixedTermDepositAccount WithdrawableAccount <.. BankingAppWithdrawalService @enduml
ea431358187672991e76095304c3ceed7ab1b6f2
afaba8b7f5d826664155b257db77cf4dbf4b8816
/oop-pattern/ch05/resources/isp01.puml
122cbffb0f80da6ceb4c3550c637713e04e8128c
[ "MIT" ]
permissive
appkr/pattern
b40b621e52c9b27be01f2a21f2f605a459ac998f
1e635f7b79cc4b89d2e75455cb14e1572619eb20
refs/heads/master
2022-11-02T01:56:18.654766
2022-10-12T08:45:58
2022-10-12T08:47:36
71,896,898
11
2
MIT
2018-11-10T15:05:11
2016-10-25T12:55:03
PHP
UTF-8
PlantUML
false
false
182
puml
@startuml 'skinparam linetype ortho class User1 {} class User2 {} class User3 {} class Ops { + op1() + op2() + op3() } User1 --> Ops User2 --> Ops User3 --> Ops @enduml
b0532327f8e2c5068ec8941c10c94112d2d3f35b
db15a4762717f1c25f1b86534b29a4bfd3bc21b5
/src/main/controllers/controllers.plantuml
df33ac41b4d17112496f103895ecc58b6331fa97
[]
no_license
AdamRohdell/Laboration1
3f8a1c9022f29ad63d1c356b23a27c9866b3f808
b4098b8d2be81b4dea9f9df3597653421bec0a10
refs/heads/master
2020-04-06T22:40:21.458338
2018-12-11T08:34:43
2018-12-11T08:34:43
157,843,265
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,026
plantuml
@startuml title __CONTROLLERS's Class Diagram__\n package main { package main.controllers { class CarController { - delay : int - timer : Timer - factory : VehicleFactory ~ cars : ArrayList<Car> - changeDirection() - calculateIfOutOfBounds() + gas() + brake() + startCars() + stopCars() + getCars() + setTurboOn() + setTurboOff() + liftBeds() + lowerBeds() } } } package main { package main.controllers { class TimerListener { + actionPerformed() } } } CarController o-- VehicleFactory : factory CarController o-- CarView : frame CarController +-down- TimerListener TimerListener -up-|> ActionListener 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
028c51f717e8d4b531fe697dcd1a50672da0754e
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderEdit.puml
af92b4ccc826db52c165ed701bbb168afc77e76f
[]
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,243
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 OrderEdit [[OrderEdit.svg]] extends BaseResource { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String resource: [[OrderReference.svg OrderReference]] stagedActions: [[StagedOrderUpdateAction.svg List<StagedOrderUpdateAction>]] result: [[OrderEditResult.svg OrderEditResult]] comment: String custom: [[CustomFields.svg CustomFields]] lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] } interface BaseResource [[BaseResource.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime } interface OrderEditPagedQueryResponse [[OrderEditPagedQueryResponse.svg]] { limit: Long offset: Long count: Long total: Long results: [[OrderEdit.svg List<OrderEdit>]] } interface OrderEditAppliedMessage [[OrderEditAppliedMessage.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]] edit: [[OrderEdit.svg OrderEdit]] result: [[OrderEditApplied.svg OrderEditApplied]] } interface OrderEditAppliedMessagePayload [[OrderEditAppliedMessagePayload.svg]] { type: String edit: [[OrderEdit.svg OrderEdit]] result: [[OrderEditApplied.svg OrderEditApplied]] } interface OrderEditReference [[OrderEditReference.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String obj: [[OrderEdit.svg OrderEdit]] } OrderEdit --> OrderEditPagedQueryResponse #green;text:green : "results" OrderEdit --> OrderEditAppliedMessage #green;text:green : "edit" OrderEdit --> OrderEditAppliedMessagePayload #green;text:green : "edit" OrderEdit --> OrderEditReference #green;text:green : "obj" @enduml
55a63c9f0e8dcc7efbaa73874e782f6e8687b65f
57515bfad33d5ab1e68cccc924700e88316e19b9
/DiagramaClases/Gestores/GestorComprobantes.puml
1bf912baff033e3c6a20f05f57e57557161b7f6c
[]
no_license
NicolasBachs/DocumentacionZMGestion
0e42009bf3bbf4d244e85a8545997c880f233074
a099ddb44b8911b8428b9c4bdc2f9156c480af47
refs/heads/master
2023-01-27T17:57:29.235074
2020-12-02T15:35:21
2020-12-02T15:35:21
232,633,959
1
0
null
2020-01-08T18:44:12
2020-01-08T18:44:11
null
UTF-8
PlantUML
false
false
76
puml
@startuml GestorComprobantes hide circle class GestorComprobantes{ } @enduml
cba299cd852546c15395f60857aacc624e85752f
0b2980d77fe9c1f050178d10c60db7029f05e27e
/src/media/media.plantuml
9d67fa46e35cc3797efbea83d8b068ae73319991
[]
no_license
vitaliakhokhlova/POE_Java
b88568da7aee976935870eeba5a22c3e4fa17b12
7a1ce69a81c34a375890c565413a66e8a5df650f
refs/heads/master
2020-03-21T13:15:24.153321
2018-08-31T15:04:57
2018-08-31T15:04:57
138,595,700
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,171
plantuml
@startuml title __MEDIA's Class Diagram__\n package com.formation.start { package com.formation.start.media { class Author { - name : String + Author() + toString() } } } package com.formation.start { package com.formation.start.media { class Book { - nbpage : int + Book() + Book() + getNetPrice() + getNbpage() + toString() + setNbpage() } } } package com.formation.start { package com.formation.start.media { class BookRepository { ~ reader : BufferedReader ~ nLines : int ~ nColumns : int ~ bookList : ArrayList<Book> + load() + getAll() + getById() + getByTitle() + getByPrice() + getByPublisher() + add() + remove() + update() + toString() + print() } } } package com.formation.start { package com.formation.start.media { class CD { - nbtrack : int + CD() + getNbtrack() + setNbtrack() } } } package com.formation.start { package com.formation.start.media { class DVD { - zone : int + DVD() + getNetPrice() + getZone() + setZone() } } } package com.formation.start { package com.formation.start.media { interface IBookRepository { {abstract} + load() {abstract} + getAll() {abstract} + getById() {abstract} + getByTitle() {abstract} + getByPrice() {abstract} + getByPublisher() {abstract} + add() {abstract} + remove() {abstract} + update() } } } package com.formation.start { package com.formation.start.media { class Media { {static} - compteur : int - id : int - title : String - price : double - authorList : ArrayList<Author> + Media() + Media() + getPrice() + getNetPrice() + toString() + setId() + setTitle() + setPrice() + setPublisher() + setAuthorList() {static} + getCompteur() + getId() + getTitle() + getPublisher() + getAuthorList() } } } package com.formation.start { package com.formation.start.media { class Medias { {static} + main() } } } package com.formation.start { package com.formation.start.media { class Publisher { - name : String + Publisher() + getName() + toString() } } } Book -up-|> Media BookRepository -up-|> IBookRepository CD -up-|> Media DVD -up-|> Media Media o-- Publisher : integer 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
dc9f5bac348dada3f55e9485a6a8b4cb876dde3f
97c3584b425ea19989b9faba6ec949fa63726b1a
/uml/Item.puml
0c56f78333eabb53d0c96e0a9d87df373eec76f2
[]
no_license
N00dles123/To-DoListManager
c2816b9caf7afcc0d8862511a2a58e212cadbaae
e06d3a9e9ccb864e6b341c54dfc6051d4528087e
refs/heads/master
2023-08-27T18:40:33.758508
2021-11-14T21:57:23
2021-11-14T21:57:23
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
335
puml
@startuml 'https://plantuml.com/sequence-diagram class Item{ String description; Date time; boolean complete; public void setTime(String someTime) public String getDescription() public String getTime() public void setDescription(String descr) public void setComplete() public void setIncomplete() public String getComplete() } @enduml
5e32496707d2d4202b040f18358753394466dcec
ed45ea4470bcfc497e2584697d7842a540e04fd9
/ros/umlresource/local_planner.puml
aab96b5abcf95902657ca4536295230df0b45852
[]
no_license
cf-zhang/documents
ffcd8213587f8aa9c47406cf2491bf77beec9c33
8a4439932017b67fba7988ff7fadd9829bce1e4c
refs/heads/master
2022-03-03T13:52:27.333343
2022-02-25T11:31:22
2022-02-25T11:31:22
154,789,912
11
1
null
null
null
null
UTF-8
PlantUML
false
false
5,150
puml
@startuml Title "local_planner类图" class LocalPlanner{ -- public method -- +virtual ~LocalPlanner(); +virtual void initialize() = 0; +virtual void setGoalPose() = 0; +virtual void setPlan() = 0; +virtual forwardx_nav_msgs::Twist2DStamped computeVelocityCommands() = 0; +virtual bool isGoalReached() = 0; } class DWBLocalPlanner { -- public method -- +DWBLocalPlanner(); +virtual ~DWBLocalPlanner() +void initialize() override; +void setGoalPose() override; +void setPlan(const forwardx_nav_msgs::Path2D& path) override; +forwardx_nav_msgs::Twist2DStamped computeVelocityCommands() override; +bool isGoalReached() override; +virtual dwb_msgs::TrajectoryScore scoreTrajectory(); -- protected method -- #virtual void prepare(); #virtual dwb_msgs::TrajectoryScore coreScoringAlgorithm(); #virtual forwardx_nav_msgs::Path2D transformGlobalPlan(); #geometry_msgs::Pose2D transformPoseToLocal(); #std::string resolveCriticClassName(std::string base_name); #virtual void loadCritics(const std::string name); -- protected data -- #forwardx_nav_msgs::Path2D global_plan_; #forwardx_nav_msgs::Pose2DStamped goal_pose_; #bool prune_plan_; #double prune_distance_; #bool debug_trajectory_details_; #bool short_circuit_trajectory_evaluation_; #pluginlib::ClassLoader<TrajectoryGenerator> traj_gen_loader_; #TrajectoryGenerator::Ptr traj_generator_; #pluginlib::ClassLoader<GoalChecker> goal_checker_loader_; #GoalChecker::Ptr goal_checker_; #pluginlib::ClassLoader<TrajectoryCritic> critic_loader_; #std::vector<TrajectoryCritic::Ptr> critics_; #std::vector<std::string> default_critic_namespaces_; #forwardx_nav_core::Costmap::Ptr costmap_; #bool update_costmap_before_planning_; #TFListenerPtr tf_; #DWBPublisher pub_; #ros::NodeHandle planner_nh_; } class DebugDWBLocalPlanner { -- public method -- +void initialize() override; -- protected method -- #bool generateTwistsService(); #bool generateTrajectoryService(); #bool scoreTrajectoryService(); #bool getCriticScoreService(); #bool debugLocalPlanService(); #TrajectoryCritic::Ptr getCritic(); -- protected data -- #ros::ServiceServer twist_gen_service_, #ros::ServiceServer generate_traj_service_, #ros::ServiceServer score_service_, #ros::ServiceServer critic_service_, #ros::ServiceServer debug_service_; } class GoalChecker { -- public method -- +using Ptr = std::shared_ptr<dwb_local_planner::GoalChecker>; +virtual ~GoalChecker() +virtual void initialize() = 0; +virtual void reset() +virtual bool isGoalReached() = 0; } class IllegalTrajectoryTracker { -- public method -- +IllegalTrajectoryTracker() +void addIllegalTrajectory(); +void addLegalTrajectory(); +std::map< std::pair<std::string, std::string>, double> getPercentages() const; +std::string getMessage() const; -- protected data -- #std::map< std::pair<std::string, std::string>, unsigned int> counts_; #unsigned int legal_count_, illegal_count_; } class NoLegalTrajectoriesException{ -- public method -- +explicit NoLegalTrajectoriesException(); -- public data -- +IllegalTrajectoryTracker tracker_; } class DWBPublisher { -- public method -- +void initialize(ros::NodeHandle& nh); +bool shouldRecordEvaluation() +void publishEvaluation(); +void publishLocalPlan(); +void publishCostGrid(); +void publishGlobalPlan(); +void publishTransformedPlan(); +void publishLocalPlan(); +void publishInputParams(); -- protected method -- #void publishTrajectories(); #void publishGenericPlan(); -- protected data -- #bool publish_evaluation_, publish_global_plan_, #bool publish_transformed_, publish_local_plan_, #bool publish_trajectories_; #bool publish_cost_grid_pc_, publish_input_params_; #ros::Duration marker_lifetime_; #ros::Publisher eval_pub_, global_pub_ #ros::Publisher transformed_pub_, #ros::Publisher local_pub_, marker_pub_, #ros::Publisher cost_grid_pc_pub_, #ros::Publisher info_pub_, pose_pub_, #ros::Publisher goal_pub_, velocity_pub_; } class TrajectoryCritic { -- public method -- +using Ptr = std::shared_ptr<dwb_local_planner::TrajectoryCritic>; +virtual ~TrajectoryCritic() +void initialize() +virtual void onInit() +virtual void reset() +virtual bool prepare() +virtual double scoreTrajectory() = 0; +virtual void debrief() +virtual void addCriticVisualization() +std::string getName() +virtual double getScale() const +void setScale() -- protected data -- #std::string name_; #forwardx_nav_core::Costmap::Ptr costmap_; #double scale_; #ros::NodeHandle critic_nh_, planner_nh_; } class TrajectoryGenerator { -- public method -- +using Ptr = std::shared_ptr<dwb_local_planner::TrajectoryGenerator>; +virtual ~TrajectoryGenerator() +virtual void initialize() = 0; +virtual void reset() +virtual void startNewIteration() = 0; +virtual bool hasMoreTwists() = 0; +virtual forwardx_nav_msgs::Twist2D nextTwist() = 0; +virtual std::vector<forwardx_nav_msgs::Twist2D> getTwists() +virtual dwb_msgs::Trajectory2D generateTrajectory() = 0; } NoLegalTrajectoriesException *-- IllegalTrajectoryTracker LocalPlanner *-- GoalChecker LocalPlanner *-- DWBPublisher LocalPlanner *-- TrajectoryCritic LocalPlanner *-- TrajectoryGenerator DWBLocalPlanner <|-- DebugDWBLocalPlanner LocalPlanner <|-- DWBLocalPlanner @enduml
d0c8ed58cc360a986d3097e3b5d5607040d6066f
9f816b59dc2fa8215e38fd13e7e74a6ef9b9b812
/CHESS BPO periode D/out/production/CHESS BPO periode D/piece/piece.plantuml
79e23ed263b5f6c81f32691edf16c3a9f0ee803d
[]
no_license
SofianZoo/chess
4337569b6ff45ff4f7e0962e8d1cf424765a4c71
bb3204f1e56470754d0bc16a2de0e2ec49e5e598
refs/heads/master
2023-05-04T07:19:41.469582
2021-05-25T18:16:21
2021-05-25T18:16:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
878
plantuml
@startuml title __PIECE's Class Diagram__\n namespace piece { abstract class piece.Piece { - couleur : couleurPiece - posX : int - posY : int - signe : char + Piece() + changeCoord() + getPosX() + getPosY() {abstract} + peutJouer() + toChar() } } namespace piece { class piece.Roi { + Roi() + peutJouer() } } namespace piece { class piece.Tour { + Tour() + peutJouer() } } namespace piece { enum couleurPiece { BLANC NOIR } } piece.Roi -up-|> piece.Piece piece.Tour -up-|> piece.Piece 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
f13d7f1d4f1340cda8e802cf444752c7f9018091
573fd3fb5867c0f26fb2906f0478b234956e713f
/whitepaper/deployment-entity-relationship-diagram.puml
a1615e995ef609457f1ed7e45327ff8b59ad86f4
[ "Apache-2.0" ]
permissive
RafaelAPB/blockchain-integration-framework
65cd73a7115069d343da7d269db45918710a7bbd
89d5102496adfe98a542a373e805dc38ecb8f269
refs/heads/main
2023-08-07T02:19:05.864116
2023-04-12T00:41:07
2023-04-14T07:37:08
241,220,244
5
0
Apache-2.0
2023-05-24T02:04:39
2020-02-17T22:22:43
TypeScript
UTF-8
PlantUML
false
false
1,484
puml
@startuml deployment-entity-relationship-diagram !include <material/common> ' To import the sprite file you DON'T need to place a prefix! !include <material/cellphone> !include <material/laptop_chromebook> !include <material/database> title Deployment Entity Relationship Diagram\n\nHyperledger Cactus namespace Physical_Deplyoment_Elements { entity CactusNode <<object>> { * id: string -- * nodeApiHost: string * consortiumId: string * memberId: string * publicKeyPem: string * plugins: Array<Plugin> * ledgers: Array<Ledger> } entity APIServer <<OS process>> { * plugins: Array<PluginInstance> } interface "ICactusPlugin" <<interface>> { * getInstanceId(): string -- * getPackageName(): string } entity "PluginInstance" <<object>> implements ICactusPlugin { + instanceId: string + packageName: string } } entity "CactusConsortium" <<object>> { * id: string -- * mainApiHost: string * members: Array<ConsortiumMember> } entity "ConsortiumMember" <<object>> { * id: string -- * nodes: Array<CactusNode> } enum LedgerType <<enum>> { - BESU_1X - BESU_2X - BURROW_0X - CORDA_4X - FABRIC_14X - FABRIC_2 - QUORUM_2X - SAWTOOTH_1X - ... } entity Ledger <<object>> { * id: string -- * ledgerType: LedgerType } CactusNode }|-- ConsortiumMember ConsortiumMember }|-- CactusConsortium APIServer }|-- CactusNode PluginInstance }|-- APIServer Ledger .. LedgerType @enduml
c69b9cfbef0158c1534493eb57806c9b17d9266f
5fc94eb94e202b6fde35dc69de44fa6920e6a770
/chapter1/uml/SimUDuckv4.puml
dcdea9b877febd91c2639e9a1a25ad4556bfee72
[]
no_license
kyamashiro/head-first-design-pattern
99ed8b08efa7c6bcb8461d0b5fd8f3ec75c642c1
870f338c6f7ef2511436aa57f4196098ae0cebc3
refs/heads/master
2020-08-21T20:01:00.860914
2019-12-08T08:47:50
2019-12-08T08:47:50
216,166,488
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,300
puml
@startuml title カプセル化された振る舞いの全体像 package Client <<Rectangle>> { abstract Duck { QuackBehavior: quackBehavior FlyBehavior: flyBehavior swim() display() performQuack() performFly() } class MallardDuck { display() } class RedheadDuck { display() } class RubberDuck { display() } RubberDuck -up-|> Duck MallardDuck -up-|> Duck RedheadDuck -up-|> Duck RubberDuck -[hidden]left- RedheadDuck MallardDuck -[hidden]left- RedheadDuck } package カプセル化された飛ぶ振る舞い <<Rectangle>> { interface FlyBehavior { fly() } class FlyWithWings { fly() } class FlyNoWay { fly() } FlyWithWings .up.|> FlyBehavior FlyNoWay .up.|> FlyBehavior } package カプセル化された鳴く振る舞い <<Rectangle>> { interface QuackBehavior { quack() } class Quack { quack() } class Squeak { quack() } class MuteQuack { quack() } Quack .up.|> QuackBehavior Squeak .up.|> QuackBehavior MuteQuack .up.|> QuackBehavior } Duck --|> FlyBehavior Duck --|> QuackBehavior Duck -[hidden]left- FlyBehavior @enduml
f0b2f3b4537c3e00b26698641b245d888f1e1b87
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-codelist-skjermingmetadata.puml
179480de6c7b14e7151869a07712a86e2d5bd13d
[]
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
590
puml
@startuml skinparam nodesep 100 hide circle class Kodelister.SkjermingMetadata <<codelist>> { +Skjerming klasseID = KID +Skjerming tittel klasse = TKL +Skjerming tittel mappe - unntatt første linje = TM1 +Skjerming tittel mappe - utvalgte ord = TMO +Skjerming navn part i sak = NPS +Skjerming tittel registrering - unntatt første linje = TR1 +Skjerming tittel registrering - utvalgte ord = TRO +Skjerming navn avsender = NA +Skjerming navn mottaker = NM +Skjerming tittel dokumentbeskrivelse = TD +Skjerming merknadstekst = MT +Midlertidig skjerming = M } @enduml
87a518a326d69f4e4d9cb530fe4301b09df8b651
0ea1dec22625973d1493c8f2abc45689a5521c80
/src/main/scala/try_12/Try12.puml
b66ede930663057e5dd225997862447c065e94a7
[]
no_license
suzuki-hoge/repository-transparency
f1c6a4b5c14ccceb49839e96ad59f1117cb3bcde
7e69c03e74aad4336a30e7e877765ad23c50b3a4
refs/heads/master
2020-09-08T00:13:56.618427
2019-12-03T04:47:05
2019-12-07T02:23:36
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,376
puml
@startuml title Try12 namespace cancel { class DomainService << (S, lightcyan) >> { def apply(...): Option[Error] } } namespace change_deliver_to { class DomainService << (S, lightcyan) >> { def apply(...): Option[Error] } } namespace change_arrival_at { class DomainService << (S, lightcyan) >> { def apply(...): Option[Error] } } package order { class Order { OrderStatus OrderKind def validateOrdered(): Option[OrderError] def validateClothes(): Option[OrderError] } enum OrderError { OrderedOnly ClothesOnly } Order -d-> OrderError } package item { class Item { ItemStatus def validateWaiting(): Option[ItemError] def validateWaitingOrPacked(): Option[ItemError] } enum ItemError { WaitingOnly WaitingOrPackedOnly } Item -d-> ItemError } package user { class User { Plan def validatePremium(): Option[UserError] } enum UserError { PremiumOnly } User -d-> UserError } interface Error cancel.DomainService -d--> Order cancel.DomainService -d--> Item change_deliver_to.DomainService -d--> Order change_deliver_to.DomainService -d--> Item change_arrival_at.DomainService -d--> Order change_arrival_at.DomainService -d--> Item change_arrival_at.DomainService -d--> User OrderError -d-|> Error ItemError -d-|> Error UserError -d-|> Error @enduml
21e363758ba5594883457f7519608e8ca7ada4b7
d93164272b4c67d091d300a30b68c9df3f55a2d3
/docs/diagrams/class/class.plantuml
53ef97ed9a5dc2fde6ff1ff03919d463556c1b2c
[ "MIT" ]
permissive
mati1297/tp2_algoblocks
ceca0aff4eaf09c6bb8c19d154e28b297b0de7f1
c02c5453f21bfe7361fbb19d8ee06ee16be6ebb5
refs/heads/master
2023-03-16T19:10:57.644392
2021-03-08T20:38:03
2021-03-08T20:38:03
319,747,541
0
0
MIT
2021-03-08T20:34:48
2020-12-08T20:02:33
Java
UTF-8
PlantUML
false
false
1,939
plantuml
@startuml class Game { } class Player { } class Coordinates { } class Coordinate { } class Pencil { } interface PencilState { } class RaisedPencilState { } class LoweredPencilState { } class Whiteboard { } class Drawing { } abstract class Shape{ } class Line { } class Blank { } class Workspace { } class Algorithm { } class Sequence { } class Action { } abstract class Block { } abstract class ActionBlock { } abstract class EffectBlock { } class MoveUp { } class MoveDown { } class MoveRight { } class MoveLeft { } class RaisePencil { } class LowerPencil { } class Repeat { } class Inverse { } class CustomBlock { } class Grid { } class Movement{ } class Direction{ } class Position{ } Game "1" o-- "1" Player Coordinates "1" o-- "2" Coordinate Player -- Action Player "1" o-- "1" Pencil Pencil "1" o-- "1" PencilState PencilState <|.. RaisedPencilState PencilState <|.. LoweredPencilState Game "1" o--left "1" Whiteboard Whiteboard "1" o-- "1" Drawing Drawing "1" o-- "*" Shape Shape "1" o-- "*" Coordinates Shape <|-- Line Shape <|-- Blank Pencil "1" o-- "*" Shape Game "1" o-- "*" Block Block <|-- EffectBlock Block <|-- ActionBlock Block <|-- CustomBlock Game "1" o--right "1" Workspace Workspace "1" o-- "1" Algorithm Algorithm "1" o-- "*" Block Workspace "1" o-- "1" Sequence Sequence "1" o-- "*" Action ActionBlock <|-- MoveUp ActionBlock <|-- MoveDown ActionBlock <|-- MoveRight ActionBlock <|-- MoveLeft ActionBlock <|-- LowerPencil ActionBlock <|-- RaisePencil Action <..right ActionBlock EffectBlock <|-- Repeat EffectBlock <|-- Inverse Player *-- Movement Movement o-- Position Position o-- Grid Player ..> Direction Movement *-- Direction Whiteboard o-- Grid Coordinates "1" --o "1" Player Grid o-- Coordinates Position ..> Coordinates Movement ..> Coordinates Algorithm ..> Sequence EffectBlock ..> Sequence CustomBlock ..> Sequence @enduml
25de76c2eaaee403cca5011bee092b3bc0707b76
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/firestore_emulator_for_driver_tests/diagrams/firestore_emulator_class_diagram.puml
c128e9e4c64d4935aef6719a724191c12fbc1d9f
[ "Apache-2.0" ]
permissive
solid-vovabeloded/flank-dashboard
7e952fa1399585d3f15cae2ed2cab435fb82df3f
15dae0c40823cc12886a1bb0c087442c0697ac89
refs/heads/master
2023-07-11T19:54:58.430004
2021-08-06T10:29:26
2021-08-06T10:29:26
389,593,827
0
0
Apache-2.0
2021-07-26T10:33:52
2021-07-26T10:25:59
null
UTF-8
PlantUML
false
false
3,566
puml
@startuml firestore_emulator_class_diagram package core.src.domain.entities { abstract class Enum<T> { + value: T } } package test_driver { class FlutterWebDriver { - _args : DriverTestArguments - _processManager : ProcessManager + startDriverTests : Future<void> } package arguments { package parser { class DriverTestArgumentsParser { - static const _useFirestoreEmulatorFlagName : String - _configureParser() : void + parseArguments(List<String> args) : DriverTestArguments } } package model { class DriverTestArguments { + firestoreEmulatorConfig : FirestoreEmulatorConfig } class FirestoreEmulatorConfig { + static useFirestoreEmulatorEnvVariableName : String + static port : int + useEmulator : bool + factory fromEnvironment() + toMap() : Map<String, String> } } } package cli { package common.runner { abstract class ProcessRunner {} } package firebase { package model as firebase_model { class FirebaseEmulator{ + static const auth : FirebaseEmulator + static const functions : FirebaseEmulator + static const firestore : FirebaseEmulator + static const database : FirebaseEmulator + static const hosting : FirebaseEmulator + static const pubsub : FirebaseEmulator } } package runner { abstract class FirebaseEmulatorRunner { + statusRequestUrl : String + isAppStarted() : Future<void> } class FirestoreEmulatorRunner { - _arguments : StartEmulatorCommand + args : List<String> + executableName : String + statusRequestUrl : String + run(String workingDir) : Future<FirebaseProcess> } } package command { class StartEmulatorCommand { + static const executableName : String + only(FirebaseEmulator emulator) : void + inspectFunctions(int port) : void + import(String directory) : void + exportOnExit(String directory) : void } } package process { class FirebaseProcess { + static start(StartEmulatorCommand args, String workingDir) : Future<FirebaseProcess> } } } } package process_manager { class ProcessManager { + run() : Future<ProcessWrapper> } } } FlutterWebDriver --> DriverTestArguments : uses DriverTestArguments -> FirestoreEmulatorConfig: uses FlutterWebDriver --> FirestoreEmulatorRunner : uses FlutterWebDriver --> ProcessManager : uses FirestoreEmulatorRunner --> StartEmulatorCommand : uses FirestoreEmulatorRunner --> FirebaseProcess : starts FirestoreEmulatorRunner ..|> FirebaseEmulatorRunner FirebaseEmulatorRunner ..|> ProcessRunner StartEmulatorCommand --> FirebaseEmulator: uses FirebaseEmulator..|> Enum DriverTestArgumentsParser --> DriverTestArguments : provides @enduml
c8ecb1c5547cd6c63e07890818f7bb05a3611a78
b16be9a8f0a3adc1631d1a55c45e1cba9b8746d7
/src/Doc/Strategy.puml
a1198bad7698f836e7729ac743c2910a1b1cde87
[]
no_license
yicheny/DesignPattern
2fb55d6e264be126963b9c3eeef7720f23be01b9
fb9ff66d1c371ae68d47a7f110e1a5d42a86ff7a
refs/heads/main
2023-04-14T12:22:35.162357
2021-04-28T04:44:29
2021-04-28T04:44:29
349,940,142
0
0
null
null
null
null
UTF-8
PlantUML
false
false
430
puml
@startuml 'https://plantuml.com/class-diagram abstract class Context{ contextInterface() } Context o--> Strategy interface Strategy{ AlgorithmInterface() } Strategy <|-- ConcreteStrategyA Strategy <|-- ConcreteStrategyB Strategy <|-- ConcreteStrategyC class ConcreteStrategyA{ AlgorithmInterface() } class ConcreteStrategyB{ AlgorithmInterface() } class ConcreteStrategyC{ AlgorithmInterface() } @enduml
fec9152d473e82620c0a76488e296d16f21cbaf1
94e97ae339bc000b35437c3c12b268365fe464fe
/src/main/java/ex42/ex42uml.puml
8ea9a627a56a5835b4f7b6e6d7e11beb13d6d6d9
[]
no_license
ko815770/Niyamabha-cop3330-assignment3
d5ddc8881f9d509cf606dc1a308d0277d76eb141
b3b715ddc5541ec46b7080e61c24375f497ab0bc
refs/heads/master
2023-08-24T11:11:42.314333
2021-10-11T20:08:36
2021-10-11T20:08:36
416,070,763
0
0
null
null
null
null
UTF-8
PlantUML
false
false
171
puml
@startuml class App { main() parseData text } class parseData { ArrayList<String> object addlist() list() printlist() } app <-- parseData @enduml
bedc82e6c301427e37727c445510dd4adcf474c5
640f51d038b77215c0f3cfcc36c100a5c507bb83
/docs/umldg/UI.puml
90b959d27f1b2ef5ac40ec828a7fc67969ce3677
[]
no_license
AY2122S1-CS2113T-F12-2/tp
cd6d1a8357501a775a196c61d7819c864ac3092a
3c506b80030d7891626be2a8a7c499419bd1abf6
refs/heads/master
2023-09-04T06:12:50.670923
2021-11-08T13:05:54
2021-11-08T13:05:54
410,188,692
0
5
null
2021-11-08T13:05:55
2021-09-25T05:52:40
Java
UTF-8
PlantUML
false
false
781
puml
@startuml skinparam classAttributeIconSize 0 skinparam shadowing false hide circle hide empty members together { package "Command" { abstract class "{abstract} \n Command" as Command #Orange { workoutMode: int {static} } class CommandResult #Orange { +feedbackToUser: String +itemList: ArrayList +map: Map<String, ArrayList> +isTable: boolean } } package "Ui" { class Ui #White ##Black { +printWelcomeMessage():void() {static} +showResultToUser(result: CommandResult):void() +printErrorMessage(e: GetJackDException):void() -printText(message: String)"void() -printList(itemList: ArrayList):void() -printMap(map: Map<String, ArrayList>):void() -printExerciseTable(map: Map<String, ArrayList>):void() } } Ui ..> Command : formats < Ui .right.> CommandResult : displays > @enduml
e8de2d74237e712d90aa84d66e0e934097101a71
2233ecb0f0dfb124b3c413aaf3fa1a1916059739
/docs/Deliverable_52/applications_doc/smart-contextual-assistance/activity-context.puml
6a74833383862a802f3b8af823b6be87bbb8ed6d
[ "Apache-2.0" ]
permissive
reTHINK-project/scenario-service-implementation
5dc30cd716d3a875ea8edfd93f8e62fde33adecc
c8c0a90299938bf00e31c01ca72a49eab26f8436
refs/heads/master
2021-03-16T09:11:46.864830
2017-06-01T14:43:15
2017-06-01T14:43:15
37,669,121
0
0
null
null
null
null
UTF-8
PlantUML
false
false
993
puml
@startuml "activity-context.png" Package ActivityContextual { class ActivityContext { id: string type = "activity" description ?: string time?: date values: TimeActivity[] tag?: string children ?=["activityrequests"] childUrls : URL.URL[] } class TimeActivity { name = "s" unit = "second" value : float } class ActivityRequests <<Children>> { parent = "activitycontext" listener = "activityrequests" type = "ActivityRequest" resourcePermissions = "write" } class ActivityRequest <<SyncObjectChild>> { id: string type = "activity" description ?: string time?: date values: TimeActivity[] tag?: string } } ActivityContext *-- "1..*" TimeActivity ActivityContext -up-|> Context.Context ActivityRequests -up-|> Context.Actions ActivityRequest -up-|> Context.Action TimeActivity -up-|> Context.ContextValue ActivityContext .left. ActivityRequests ActivityRequest .. ActivityRequests ActivityContext --> HypertyResource.HypertyResourceType @enduml
1c4ff428f4f5ed238e6a2fd56109e851325099f0
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartDiscountSetStoresAction.puml
d44dfb0b0131ddb84dd8a569cfaea58099e57e2e
[]
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
518
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 CartDiscountSetStoresAction [[CartDiscountSetStoresAction.svg]] extends CartDiscountUpdateAction { action: String stores: [[StoreResourceIdentifier.svg List<StoreResourceIdentifier>]] } interface CartDiscountUpdateAction [[CartDiscountUpdateAction.svg]] { action: String } @enduml
d946f21f4da70dbacdc4ebc333583bbfa353f93d
4e4b0f008892e17ca3030abd7068cd467a597a56
/app/src/main/java/com/rhtyme/coroutinevideocompressor/coroutinevideocompressor.plantuml
4a4b6ace277b0baf580be3a195c45537b5b160eb
[]
no_license
Rhtyme/ReactiveVideoCompressorCoroutines
2e3581d020b188773f41a482ede43c27c4206360
43e0e0b2d7f4c60f63881309c656cbba9abf07bd
refs/heads/master
2022-06-08T06:34:22.291706
2020-05-05T06:53:37
2020-05-05T06:53:37
239,479,273
0
0
null
null
null
null
UTF-8
PlantUML
false
false
399
plantuml
@startuml title __COROUTINEVIDEOCOMPRESSOR's Class Diagram__\n namespace com.rhtyme.coroutinevideocompressor { class com.rhtyme.coroutinevideocompressor.SomeC { ~ some() } } 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
d4bf112c082dfc950a006d168413e3ec93ff2c29
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/FacetTerm.puml
bc26c041d811af98bf9a300c8a10cb4157835201
[]
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
703
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 FacetTerm [[FacetTerm.svg]] { term: [[Object.svg Object]] count: Long productCount: Long } interface TermFacetResult [[TermFacetResult.svg]] { type: [[FacetTypes.svg FacetTypes]] dataType: [[TermFacetResultType.svg TermFacetResultType]] missing: Long total: Long other: Long terms: [[FacetTerm.svg List<FacetTerm>]] } FacetTerm --> TermFacetResult #green;text:green : "terms" FacetTerm --> TermFacetResult #green;text:green : "terms" @enduml
53e2c15bfc12e6fc30e256d7d16f5b0b91e2ba2f
cd89bcc4e78d2f332ca85eccfb776b4ae9366d0c
/WMRouter类结构图.puml
0976c5251adb2e2ded72cdfc7c4732bb92c98547
[]
no_license
CrazyStoneJy/SourceCodeAnalysis
1c44197e457c621fbef1775d8466f358376cbe0b
bdffbad30626822092fcff55c1049407aa05e4f2
refs/heads/master
2020-06-19T04:37:34.340168
2019-07-12T11:14:00
2019-07-12T11:14:00
196,565,572
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,808
puml
@startuml abstract class UriHandler { + handle(@NonNull final UriRequest request, @NonNull final UriCallback callback) : void # {abstract} shouldHandle(@NonNull UriRequest request) : boolean # {abstract} handleInternal(@NonNull UriRequest request, @NonNull UriCallback callback) : void + addInterceptor(@NonNull UriInterceptor interceptor) : UriHandler + addInterceptors(UriInterceptor... interceptors) : UriHandler } class ChainedHandler { - mHandlers : PriorityList<UriHandler> ---- - next(@NonNull final Iterator<UriHandler> iterator, @NonNull final UriRequest request, @NonNull final UriCallback callback) : void + addChildHandler(@NonNull UriHandler handler, int priority) : ChainedHandler + addChildHandler(@NonNull UriHandler handler) : ChainedHandler # getHandlers() : List<UriHandler> -- override method -- # shouldHandle(@NonNull UriRequest request) : boolean # handleInternal(@NonNull final UriRequest request, @NonNull final UriCallback callback) : void } class RootUriHandler { - mContext : Context - mGlobalOnCompleteListener : OnCompleteListener ---- + lazyInit() : void + setGlobalOnCompleteListener(OnCompleteListener listener) : void + getGlobalOnCompleteListener() : OnCompleteListener + <T extends UriHandler> findChildHandlerByClass(Class<T> clazz) : T + startUri(@NonNull UriRequest request) : void - onSuccess(@NonNull UriRequest request) : void - onError(@NonNull UriRequest request, int resultCode) : void -- override method -- + addChildHandler(@NonNull UriHandler handler, int priority) : RootUriHandler + addChildHandler(@NonNull UriHandler handler) : RootUriHandler } class DefaultRootUriHandler { mPageAnnotationHandler : PageAnnotationHandler mUriAnnotationHandler : UriAnnotationHandler mRegexAnnotationHandler : RegexAnnotationHandler ---- + lazyInit() : void + getPageAnnotationHandler() : PageAnnotationHandler + getUriAnnotationHandler() : UriAnnotationHandler + getRegexAnnotationHandler() : RegexAnnotationHandler # createPageAnnotationHandler() : PageAnnotationHandler # createUriAnnotationHandler(@Nullable String defaultScheme,@Nullable String defaultHost) : UriAnnotationHandler # createRegexAnnotationHandler() : RegexAnnotationHandler } interface UriResult { + int CODE_SUCCESS = 200 + int CODE_REDIRECT = 301 + int CODE_BAD_REQUEST = 400 + int CODE_FORBIDDEN = 403 + int CODE_NOT_FOUND = 404 + int CODE_ERROR = 500 } interface UriCallback { + onNext() : void + onComplete(int resultCode) : void } ChainedHandler --|> UriHandler RootUriHandler --|> ChainedHandler DefaultRootUriHandler --|> RootUriHandler UriCallback --|> UriResult @enduml
79aaac2df3ed56393c709be9c5e21cf0239991cd
208da73e28706562161297766258e33f360ef528
/computer_science/projects/Guice/class_diagram.plantuml
f9175779058f9fdebcce4439419ca930dfd7b528
[]
no_license
wangzhihao/notes
f3d101abc1d4a3f8e9378395225f2b11c111a19f
70d936c867c672b1731427411e05f604c17a5dda
refs/heads/master
2021-08-29T07:03:13.992432
2021-08-26T08:07:54
2021-08-26T08:07:54
148,961,257
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,117
plantuml
@startuml title Guice Class Diagram interface BindingScopingVisitor<V> { V visitEagerSingleton(); V visitScope(Scope scope); V visitScopeAnnotation(Class<? extends Annotation> scopeAnnotation); V visitNoScoping(); } interface BindingTargetVisitor<T, V> { V visit(InstanceBinding<? extends T> binding); V visit(ProviderInstanceBinding<? extends T> binding); V visit(ProviderKeyBinding<? extends T> binding); V visit(LinkedKeyBinding<? extends T> binding); V visit(ExposedBinding<? extends T> binding); V visit(UntargettedBinding<? extends T> binding); V visit(ConstructorBinding<? extends T> binding); V visit(ConvertedConstantBinding<? extends T> binding); V visit(ProviderBinding<? extends T> binding); } class DefaultBindingTargetVisitor<T, V> { // No-op visitor for subclassing. All interface methods simply delegate\nto visitOther(Binding), returning its result. } class Indexer { // Used by RealMapBinder to de-dupe user bindings. } DefaultBindingTargetVisitor --|> BindingTargetVisitor Indexer --|> BindingScopingVisitor Indexer ..|> DefaultBindingTargetVisitor class BindingProcessor { } class AbstractBindingProcessor { } class AbstractProcessor { protected InjectorImpl injector; } class DefaultElementVisitor<V> { } interface ElementVisitor<V> { <T> V visit(Binding<T> binding); V visit(InterceptorBinding binding) V visit(ScopeBinding binding); V visit(TypeConverterBinding binding); V visit(InjectionRequest<?> request); V visit(StaticInjectionRequest request); <T> V visit(ProviderLookup<T> lookup); <T> V visit(MembersInjectorLookup<T> lookup); V visit(Message message); V visit(PrivateElements elements); V visit(TypeListenerBinding binding); V visit(ProvisionListenerBinding binding); V visit(RequireExplicitBindingsOption option); V visit(DisableCircularProxiesOption option); V visit(RequireAtInjectOnConstructorsOption option); V visit(RequireExactBindingAnnotationsOption option); V visit(ModuleAnnotatedMethodScannerBinding binding); } BindingProcessor ..|> AbstractBindingProcessor AbstractBindingProcessor ..|> AbstractProcessor AbstractProcessor ..|> DefaultElementVisitor DefaultElementVisitor --|> ElementVisitor LookupProcessor ..|> AbstractProcessor MessageProcessor ..|> AbstractProcessor class Processor<T,V> { } Processor ..|> DefaultBindingTargetVisitor BindingProcessor ..> Processor interface Injector { void injectMembers(Object instance); <T> MembersInjector<T> getMembersInjector(TypeLiteral<T> typeLiteral); <T> MembersInjector<T> getMembersInjector(Class<T> type); Map<Key<?>, Binding<?>> getBindings(); Map<Key<?>, Binding<?>> getAllBindings(); <T> Binding<T> getBinding(Key<T> key); <T> Binding<T> getBinding(Class<T> type); <T> Binding<T> getExistingBinding(Key<T> key); <T> List<Binding<T>> findBindingsByType(TypeLiteral<T> type); <T> Provider<T> getProvider(Key<T> key); <T> Provider<T> getProvider(Class<T> type); <T> T getInstance(Key<T> key); <T> T getInstance(Class<T> type); Injector getParent(); Injector createChildInjector(Iterable<? extends Module> modules); Injector createChildInjector(Module... modules); Map<Class<? extends Annotation>, Scope> getScopeBindings(); Set<TypeConverterBinding> getTypeConverterBindings(); } InjectorImpl --|> Injector AbstractProcessor *.. InjectorImpl InjectionRequestProcessor ..|> AbstractProcessor class InternalInjectorCreator { private final InjectionRequestProcessor injectionRequestProcessor; private final Initializer initializer; } class Guice { public static Injector createInjector(Module... modules); } InternalInjectorCreator *.. InjectionRequestProcessor Guice ..> InternalInjectorCreator class InjectionPoint { private final TypeLiteral<?> declaringType; private final ImmutableList<Dependency<?>> dependencies; } class Dependency { //A reverse reference to the injection point\n//which this dependency belongs to. private final InjectionPoint injectionPoint; private final Key<T> key; private final int parameterIndex; } InjectionPoint "1" -- "n" Dependency @enduml
cdd3ce15194aaf8dec88451ecae2fb7d3c9c7b09
3627989a3cdf11f22f803b19eb828a0108e58a84
/docs/figures/classdiagram.puml
05892d78f5131ef578f8bbbaef7646a1c59ccdbf
[]
no_license
xsjad0/android-app
3e5e1da29cc97981bf9a712b5ed2bb963ce4ddc4
92cf65aa1e441cefb6bd1e3851a5054391570779
refs/heads/master
2020-09-08T17:41:08.177440
2019-12-31T11:20:47
2019-12-31T11:20:47
221,198,875
1
1
null
2019-12-31T11:20:49
2019-11-12T11:12:07
Java
UTF-8
PlantUML
false
false
3,183
puml
@startuml image-flinger skinparam ClassAttributeIconSize 0 package imageflinger { class MainActivity { -AppBarConfiguration mAppBarConfiguration #onCreate() #onCreateOptionsMenu() #onSupportNavigateUp() } package ui { enum Gestures { LEFT_TO_RIGHT RIGHT_TO_LEFT UP } class GestureListener { -int SWIPTE_MIN_DISTANCE = 120 -int SWIPTE_MAX_OFF_PATH = 250 -int SWIPTE_THRESHOLD_VELOCITY = 200 -ViewModel viewModel +GestureListener(ViewModel) +onDown(MotionEvent) +onFling(MotionEvent e1, MotionEvent e2, float velocity1, float velocity2) -action(int directio) } package home { class HomeFragment { -HomeViewModel homeViewModel +onCreateView(LayoutInflater, ViewGroup, Bundle): View } class HomeViewModel { -MutableLiveData<String> mText +HomeViewModel() +getText(): LiveData<String> } } package camera { class CameraFragment { -int MY_PERMISSION_REQUEST_READ_EXTERNAL_STORAGE = 42 -CameraViewModel cameraViewModel -View root -TextView textView -ImageView imageView -GestureDetectorCompat mDetector -checkPermission() -addTouchListener() -linkViewModel() +onCreateView(LayoutInflater, ViewGroup, Bundle): View +onRequestPermissionsResult(int, String[], int[]) } class CameraViewModel { -int index -File[] images -MutableLiveData<File> mImage +CameraViewModel() +getImage(): LiveData<File> +next() } } package telegram { class TelegramFragment { -int MY_PERMISSION_REQUEST_READ_EXTERNAL_STORAGE = 42 -CameraViewModel cameraViewModel -View root -TextView textView -ImageView imageView -GestureDetectorCompat mDetector -checkPermission() -addTouchListener() -linkViewModel() +onCreateView(LayoutInflater, ViewGroup, Bundle): View +onRequestPermissionsResult(int, String[], int[]) } class TelegramViewModel { -int index -File[] images -MutableLiveData<File> mImage +CameraViewModel() +getImage(): LiveData<File> +next() } } package screenshot { class ScreenshotFragment { -int MY_PERMISSION_REQUEST_READ_EXTERNAL_STORAGE = 42 -CameraViewModel cameraViewModel -View root -TextView textView -ImageView imageView -GestureDetectorCompat mDetector -checkPermission() -addTouchListener() -linkViewModel() +onCreateView(LayoutInflater, ViewGroup, Bundle): View +onRequestPermissionsResult(int, String[], int[]) } class ScreenshotViewModel { -int index -File[] images -MutableLiveData<File> mImage +CameraViewModel() +getImage(): LiveData<File> +next() } } } } class ViewModel { } class SimpleGestureListener { } home <-[hidden]- screenshot screenshot <-[hidden]- telegram telegram <-[hidden]- camera GestureListener <-[hidden] Gestures GestureListener <-[hidden]- home CameraFragment *- CameraViewModel HomeFragment *- HomeViewModel ScreenshotFragment *- ScreenshotViewModel TelegramFragment *- TelegramViewModel ViewModel <|- CameraViewModel ViewModel <|- ScreenshotViewModel ViewModel <|- TelegramViewModel ViewModel <|- HomeViewModel SimpleGestureListener <|- GestureListener @enduml
5d235034b1e74dc3e15d155b5198455a79d601af
3dd18ea1f7bc562203cd243e66148d676a171db1
/src/main/resources/factory/normal.puml
b22a3dabf76b0d76844d62d96892a73c08493093
[]
no_license
Carlos-Messi-Gold-Ye/design-model
44c2b6a13994195ef54cedd31ee4c4f92e250589
23f6d1baca5fb425cd35915b1f6409ff9c7af9dc
refs/heads/master
2020-06-14T01:29:09.899964
2019-09-19T02:57:05
2019-09-19T02:57:05
194,851,032
0
0
null
null
null
null
UTF-8
PlantUML
false
false
615
puml
@startuml interface Vehicle { void doSomething() } class Vehicle550 implements Vehicle { +void doSomething() } class Vehicle551 implements Vehicle { +void doSomething() } class Vehicle552 implements Vehicle { +void doSomething() } class Vehicle553 implements Vehicle { +void doSomething() } interface VehicleFactory { Vehicle createVehicle(String version) } class EvenVehicleFactory implements VehicleFactory { +Vehicle createVehicle(String version) } class OddVehicleFactory implements VehicleFactory { +Vehicle createVehicle(String version) } VehicleFactory <..* Vehicle @enduml
fac359294d028c90bc20d710f337632695e732c4
8daaa4ea86cc6e735aa51303ef015b8d42de0688
/docs/calculatorprogram-v2-dip.puml
27d41ce274b9c6a63333e3bc3253dfc6392f9edc
[]
no_license
lars-erik/hiof-sweat-2020-solid-examples
29a0d742fdc4090d6150b71f501de26b44c98df4
f1e7c6ab2a0df4fc8b962afa23c5e7c1731ed3d9
refs/heads/main
2023-01-02T20:56:53.659140
2020-10-26T01:24:41
2020-10-26T01:24:41
305,942,959
0
0
null
null
null
null
UTF-8
PlantUML
false
false
676
puml
@startuml hide empty members class CalculatorProgram { - int[] subtotals - int[][] operations - int total + StringBuilder readParseCalculateAndFormat() throws IOException - String readData() throws IOException - int[][] parseOperations(String data) - StringBuilder formatReport() - void calculate() * String formatItem(int[] operation) * int calculateItem(int[] operation) * int aggregateTotal(int total, int subtotal) } class SubtractionProgram { * formatItem(int[] operation) * int calculateItem(int[] operation) * int aggregateTotal(int total, int subtotal) } SubtractionProgram -up-|> CalculatorProgram @enduml
da8f452f64fcdbfd60ae801102fa958443cd1796
64df081859f5b5481365aec3da927de7004f70cc
/class-diagram.puml
310157e2187df163fe070d1f8414a7b465d3bd56
[]
no_license
IvanRave/polymer-model
7f667498e97a46775343604c18f12984ac99fecf
55df6702eae8b804e15ccb97edf1c265d0ec5d88
refs/heads/master
2020-06-15T07:55:29.141531
2016-12-01T23:49:21
2016-12-01T23:49:21
75,311,731
0
0
null
null
null
null
UTF-8
PlantUML
false
false
772
puml
@startuml enum TYPES { ANY COMPUTE OBSERVE READ_ONLY } class PropertyAccessors { +PropertyAccessors() } class PropertyEffects { PROPERTY_EFFECT_TYPES: TYPES +PropertyEffects() +linkPaths(to, from) +unlinkPaths(path) +notifyPath(path, value) +notifySplices(path, splices) +get(path, root) +set(path, value, root) +ready() } class BatchedEffects { +BatchedEffects() +setProperties(props) } class Property { type: JsType observer: String computed: String } class Store { properties: Property[] observers: Map<Function> Store(config) +ready() } Store o--> Property PropertyEffects *--> TYPES Store --|> BatchedEffects BatchedEffects --|> PropertyEffects PropertyEffects --|> PropertyAccessors @enduml
724c66c48708a81af92ffe6eb8f5327852b104a0
2bdea266b9dbed4c9c7a2010bf5b3caf61d1174c
/src/main/java/ua/knucea/domain/entity/uml/Category.puml
97d940afc0a51d3e96fa7a5fbe5036b8e9804b6f
[]
no_license
Spotyk/springApp
e0a5b58f9e99e6cc75c4104fbdfa7864049f34f3
b1e7da87e211fcb79204e09af15286109516db84
refs/heads/master
2021-12-11T16:58:31.134179
2021-09-14T17:18:51
2021-09-14T17:18:51
226,185,934
0
0
null
null
null
null
UTF-8
PlantUML
false
false
85
puml
@startuml class CategoryEntity { id:Long getId() setId() } @enduml
5a004ea5bf3e28b08380ad5c53ed045d777e9aa7
2edac06a284c3ec4e934445288de11140d6402cf
/docs/errorinfo.puml
462a91d25c15ee186fbd2d0953bbcff379c8bd3b
[ "MIT" ]
permissive
mhhollomon/yalr
87a8bfc5777779ad9a02cd4c31153f94887d521f
40aba5857f58a75f61cdd25a673e02c23b6a8089
refs/heads/master
2021-06-29T13:26:25.032897
2020-10-01T14:44:50
2020-10-01T14:44:50
162,005,766
4
0
MIT
2020-11-05T20:42:59
2018-12-16T13:50:22
C++
UTF-8
PlantUML
false
false
589
puml
@startuml set namespaceSeparator :: class constants::message_type <<enum>> { info warning error } class error_info { message: std::string msg_type: message_type fragment: text_fragment aux_info: error_list +add_info(msg: std::string, tf: text_fragment) output(strm: stream)->stream } class error_list { errors : error_info[0..*] +add(msg: std::string, tf: text_Fragment, mt: message_type)->error_info +output(strm: stream)->stream +size()->int {query} } error_info "*" *-- "1" error_list error_list "1" *-- "1" error_info @enduml
f51a89461cac824c4d499a8de8820dd6dffacdd0
7a4a37d87aa7e1d7030d9defb7654a1eaac7e3f9
/TP3-9508/diags/classdiag.puml
cf7eacef205b4867aaa4ec383e5e2222649ef7ed
[ "MIT" ]
permissive
Jonathan-R0/TallerDeProgramacion
d6053e735a1bebbe9a54801ff988ee6e1b07037d
80038d06736c729310ff4c2a54195fb2d1c79ab7
refs/heads/master
2023-04-02T21:54:32.219035
2021-04-14T20:14:48
2021-04-14T20:14:48
349,146,331
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,335
puml
@startuml Diagrama de Clases, TP3. left to right direction package "Common" as P2{ class Infomanager{ +recvInfo() +sendInfo() +sendInfoFromStdin() } class Socket{ +socket_send() +socket_recv() +socket_accept() +socket_bind() +socket_listen(queueSize) +socket_connect(port,ip) #get_addr_info() } } package "Client" as P1{ class Clientmanager{ -socket +start() } } package "Server" as P3{ class ReferenceFountain{ -map<string:string> references -mutex +getReferenceFrom(key) +setReferenceTo(key,value) } abstract class Thread{ +join() {abstract} +run() +start() } class Clienthandler{ -bool isDeadB -socket -Referencefountain refs +isDead() } abstract class Response{ {static} +create(parser) {abstract} +generate(parser,msg) } class GetAnswer{} class PostAnswer{} class InvalidAnswer{} class Aceptador{ -Referencefountain references -list<Clienthandler*> clientlist -socket +removeDeadClients() } } GetAnswer --|> Response PostAnswer --|> Response InvalidAnswer --|> Response Aceptador --|> Thread Clienthandler --|> Thread Aceptador *-- Socket Clienthandler *-- Socket Clienthandler --> Infomanager Clientmanager --> Infomanager Infomanager ..> Socket Clienthandler --> Response Aceptador *-- Clienthandler Aceptador *-- ReferenceFountain @enduml
758a17eb7599502955be81a64b92e036e3c78bbf
2c1f3ef913cffdbdec2ea022b45e86268dd64fbb
/docs/sources/paqueteMastermindUtils.iuml
a38e7a984f156938ecbafc2f9549dcfe739c558c
[]
no_license
jprieto92/mastermindClientServer
43e90d8290f3e9fde38275ef350617c2e7e0e648
fc7f02ef4e87f6a2189db8c2071104c0e05726ed
refs/heads/master
2023-01-24T22:40:07.406751
2020-12-13T20:02:36
2020-12-13T20:02:36
317,664,986
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,832
iuml
@startuml class utils.ClosedInterval [[java:jprieto.utils.ClosedInterval]] { -int min -int max +ClosedInterval(int min, int max) +boolean isIncluded(int value) +String toString() } abstract class utils.ColorUtils [[java:jprieto.utils.ColorUtils]] { +{static}char[] INITIALS #Color color +ColorUtils(Color color) +{static}String allInitials() +char getInitial() +{static}Color getInstance(char character) +{static}Color getNullInstance() +{abstract}void write() } utils.WithConsoleView <|-- utils.ColorUtils utils.ColorUtils *-down-> mastermind.types.Color abstract class utils.Command [[java:jprieto.utils.Command]] { #String title #Command(String title) #{abstract}void execute() #{abstract}boolean isActive() ~String getTitle() } utils.WithConsoleView <|-- utils.Command class utils.Console [[java:jprieto.utils.Console]] { +{static}Console console -BufferedReader bufferedReader +{static}Console instance() +String readString(String title) +String readString() +int readInt(String title) +char readChar(String title) +void writeln() +void write(String string) +void write(int integer) +void writeln(String string) +void writeln(int integer) +void write(char character) +void writeError(String format) } utils.Console ..> java.io.BufferedReader utils.Console ..> java.io.InputStreamReader abstract class utils.Menu [[java:jprieto.utils.Menu]] { -{static}String OPTION -List<Command> commandList +Menu() +void execute() #void addCommand(Command command) } utils.WithConsoleView <|-- utils.Menu utils.Menu *-down-> utils.Command utils.Menu ..> java.util.ArrayList class utils.TCPIP [[java:jprieto.utils.TCPIP]] { -ServerSocket serverSocket -Socket socket -PrintWriter out -BufferedReader in +TCPIP(Socket socket) +TCPIP(ServerSocket serverSocket, Socket socket) +{static}TCPIP createClientSocket() +{static}TCPIP createServerSocket() +void send(String value) +void send(int value) +void send(boolean value) +void send(char value) +String receiveLine() +boolean receiveBoolean() +int receiveInt() +char receiveChar() +void close() } utils.TCPIP *-down-> java.io.BufferedReader utils.TCPIP ..> java.io.IOException utils.TCPIP ..> java.io.InputStreamReader utils.TCPIP *-down-> java.io.PrintWriter utils.TCPIP *-down-> java.net.ServerSocket utils.TCPIP *-down-> java.net.Socket abstract class utils.WithConsoleView [[java:jprieto.utils.WithConsoleView]] { #Console console #WithConsoleView() } utils.WithConsoleView *-down-> utils.Console class utils.YesNoDialog [[java:jprieto.utils.YesNoDialog]] { -{static}char AFIRMATIVE -{static}char NEGATIVE -{static}String QUESTION -{static}String MESSAGE +boolean read(String title) -{static}boolean isAfirmative(char answer) -{static}boolean isNegative(char answer) } utils.WithConsoleView <|-- utils.YesNoDialog @enduml
801c44ccf4652be3c64b1b591fb0d3a48985f0cb
7ede6f3bd8bd517b954fc68932152b5c18345a43
/test6/class.puml
5e0ea5cfb62c203311c23d404ba2132ab4e5c974
[]
no_license
yangshuangyou/is_analysis
1739015460b7991a906f5e150acbdbb3d6757517
2b15ddf30fe486a7cdf36b04d2d2853cbc448871
refs/heads/master
2020-03-07T17:03:36.021813
2018-06-08T05:33:07
2018-06-08T05:33:07
127,601,361
1
5
null
null
null
null
UTF-8
PlantUML
false
false
1,570
puml
@startuml title 基于GitHub的实验管理平台--类图 class universitys{ <b>universitys_id</b>(高校代码) universitys_name(高校名称) } class users { <b>user_id</b> (用户ID) name (用户真实姓名) github_username (用户GitHub账号) update_date (用户GitHub账号修改日期) password (用户密码) disable (用户是否禁用) } class teachers{ <b>teacher_id</b> (老师工号) teacher_name (老师姓名) department (老师所属部门) } class students{ <b>student_id</b> (学号) student_name(姓名) class (班级) result_sum(成绩汇总) web_sum (网站正确与否汇总) } users <|- students users <|-- teachers class grades { <b>student_id</b> (学号) <b>test_id</b> (实验编号) result (分数) memo (评价) update_date (评改日期) part (评分细则) part_grades (每个评分中细则的分数) } class tests{ <b>tests_id</b> (实验编号) tests_name(实验名称) } class courses{ <b>courses_id</b> (课程编号) courses_name (课程名称) courses_tech (开课教师) courses_coll (开课学院) } class semesters { <b> semester_id</b> (学期名称) semesters_name(学期名称) } semesters "n"-- "1" teachers semesters"n"--"1"universitys students "1" -- "n" grades tests "1" -- "n" grades courses "1"-- "n"tests semesters "1"-- "n" courses @enduml
ffe93c6c4b027ee2e90035e03ed0ba39bfb6578f
79d9456476b2dbe626c211967bfb3fbf55e705a6
/TicTacToe.puml
bfde2e0fd7d4ff961e5fe464308bd82521d5ec38
[]
no_license
MayaVs/TicTacToe
aeb5eb8247447e40cf77b33ccca964308c041b11
a46327df12d70f36ae79a660ba3b9a092e9257b4
refs/heads/main
2023-08-20T14:30:35.409521
2021-10-29T15:58:57
2021-10-29T15:58:57
415,728,047
0
0
null
null
null
null
UTF-8
PlantUML
false
false
414
puml
@startuml 'https://plantuml.com/class-diagram interface Game{ + void play(); } abstract class BoardGame implements Game{ char[] board; Player player; + boolean hasEnded(); + String getWinner(); + void play(); } class TicTacToe extends BoardGame{ public TicTacToe(); int getNextPosition(); } enum Player{ X, O - static Player[] vals; + Player getNext(); } @enduml
a58add65042063d3e93667a8467d78a8f42da975
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StoreDeletedMessage.puml
f77b3fd686556d1a734cf21c6584e36303ef7712
[]
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,119
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 StoreDeletedMessage [[StoreDeletedMessage.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]] } 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
260aa9d16f1da26a3f0369af04fc438695f28a6a
bb52122f00d97e352749c0f11c2869226bc457d2
/diagramme_de_classe_etuPlacement.puml
3fcbe47d25018091ddfb2b0569d11e5b8cfca5e2
[]
no_license
GeoffroyMuller/S3B_s23_BIANCALANA_GUEZENNEC_MULLER_PLAID
6ff7afb85aa593a525817c017c5cb6f6c5a1d218
b39c3b2f337d6bfc331cfb6d3a889242f31edfd1
refs/heads/master
2020-08-24T19:06:38.411264
2019-04-05T15:03:25
2019-04-05T15:03:25
216,887,764
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,112
puml
@startuml class Examen{ -HashMap<Etudiant,Place> } class Salle{ - nom : String - idSalle : int - nbcasehauteur : int - nbCaseLargeur : int +createTable() +findById(int id) +ajouterPlace(Place) -supprimerPlace(Place) } class Place{ -nom : String -estSelectionne : boolean +nommerPlace(String) +changerType(TypePlace) } abstract TypePlace{ -estDisponible : boolean } class Couloir{ } class Siege{ } class SiegeCasse{ } class Parametre{ -nomExamen : String -matiere : String -date : String +sauvegarderParametre() +chargerParametre() } class Contrainte{ } Parametre --> "*" Contrainte class Groupe{ - nom : String - idGroupe : int - listEtudiant : ArrayList<Etudiant> +createTable() +deleteTable() +save() +findById(int id) +findByName(String nom) +getEtudiants(int id) +supprimerEtudiant(Etudiant) +ajouterEtudiant(Etudiant) } class Categorie{ -nom : String } class Etudiant{ -nom : String -prenom : String -email : String -id : int } class Particularite{ -nom : String -prendreEnCompteDansLePlacement : boolean } class VueEtudiant{ } class VueExamen{ } class VueSalle{ } class VueOngletModules{ } class VueImportation{ } class ControleurExamen{ } class ControleurEtudiant{ } class ControleurSalle{ } interface Observer{ } class Observable{ } ControleurSalle --> Salle ControleurExamen --> Examen ControleurEtudiant --> Categorie VueOngletModules --> VueEtudiant VueOngletModules --> VueExamen VueOngletModules --> VueSalle VueEtudiant ..|> Observer VueExamen ..|> Observer VueSalle ..|>Observer VueImportation ..|> Observer Observer --> "*" Observable VueEtudiant --> ControleurEtudiant VueExamen --> ControleurExamen VueSalle --> ControleurSalle Examen --|> Observer Categorie --|> Observer Salle --|> Observer Salle --> "-places" Place Place --> "-type" TypePlace Couloir ..|> TypePlace Siege ..|> TypePlace SiegeCasse ..|> TypePlace Examen --> "-parametres" Parametre Examen --> "-groupesParticipants : *" Groupe Categorie --> "-listeGroupe : *" Groupe Groupe --> "-listeEtudiant : *" Etudiant Etudiant --> "-particularites : *" Particularite @enduml
3d47585e6604ab70be7585758451599badc3f1c4
7e6fa61a8595cd38195713b5c7698f5de6f7c7b3
/base/011/diagrama.puml
83c246325da6cb511a6e538510c0f8cc08721b86
[]
no_license
qxcodepoo/arcade
3ff1852792a47584f00c1ab9fd5011ebb2c4b830
3722a8c976a51829b2b6f4913360c23bf114433a
refs/heads/master
2023-08-31T04:07:06.255292
2023-08-25T03:16:42
2023-08-25T03:16:42
217,410,955
36
42
null
2020-09-24T13:22:18
2019-10-24T23:12:40
C++
UTF-8
PlantUML
false
false
1,612
puml
'-- @startuml skinparam defaultFontName Hasklig skinparam dpi 150 '== class Slot { - name : String - price : float - quantity : int __ + Slot(name : String, price: float, quantity: int) __ + getName() : String + getPrice() : float + getQuantity() : int + setName(name: String) : void + setPrice(price: float) : void + setQuantity(quantity: int) : void __ + toString() : String } class VendingMachine { - slots : Array<Slot> - profit : float - cash : float - capacity : int __ ' inicialize a máquina criando todos os slots + VendingMachine(capacity: int) __ ' se houver slot nessa posição, retorne ' se não, retorne null ou lançe uma excessão + getSlot(index: int) : Slot ' altere o valor slot nessa posição + setSlot(index: int, slot: Slot) : void ' limpe as informações do slot nessa posição + clearSlot(index: int) : void __ ' adicione dinheiro no cash da máquina + insertCash(cash: float) : void ' retorne o valor do cash da máquina e zere o cash + withdrawCash() : float ' informe o valor do cash sem zerar o cash + getCash() : float ' informe o valor apurado com todas as vendas + getProfit() : float __ ' se existir produto nessa posição ' se o dinheiro do cash for suficiente ' se a quantidade do produto for maior que zero ' deduza da quantidade 1 ' deduza do cash o valor do produto + buyItem(index: int) : void -- + toString() : String } '-- VendingMachine "1" o-- "1..*" Slot @enduml
fad08950d6dd2a98cfe0e2b5951149d66673f9e5
54ebd9eb2ddadc17b215617d96fac1f93f4acfef
/behavioral/visitor/visitor.puml
f8e988d7d9d59432e253a6026bcd142166a8be07
[]
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
479
puml
@startuml abstract Place { + visit(visitor: Visitor) } abstract Visitor { + visitPark(place: Park) + visitHome(place: Home) } class Park extends Place { + visit(visitor: Visitor) } Park o-- Visitor class Home extends Place { + visit(visitor: Visitor) } Home o-- Visitor class Dude extends Visitor { + visitHome(home: Home) + visitPark(park: Park) } class Robber extends Visitor { + visitHome(home: Home) + visitPark(park: Park) } @enduml
948de0a5f32dc66859f7776ac9214c4f2626ee6c
6bb287cd768c1a0085fd7350a979af9b847faee1
/test6/class.puml
dd85d7e9b6d50c6df3f113aa95941508808f213d
[]
no_license
jen222/is_analysis-5
88e90a175fbe2fbeaf02ca166d0c2f2e4c871c12
d31edebff996bf1eb6aab17d2f10cc1a58c59c0d
refs/heads/master
2020-03-19T08:10:34.604088
2018-06-03T07:32:48
2018-06-03T07:32:48
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,485
puml
@startuml title 基于GitHub的实验管理平台--类图 class users { <b>user_id</b> (用户ID) name (用户真实姓名) github_username (用户GitHub账号) update_date (用户GitHub账号修改日期) password (用户密码) disable (用户是否禁用) } class teachers{ <b>teacher_id</b> (老师工号) teacher_name (老师姓名) department (老师所属部门) } class students{ <b>student_id</b> (学号) student_name(姓名) class (班级) result_sum(成绩汇总) web_sum (网站正确与否汇总) } users <|- students users <|-- teachers class grades { <b>student_id</b> (学号) <b>test_id</b> (实验编号) result (分数) memo (评价) update_date (评改日期) part (评分细则) part_grades (每个评分中细则的分数) } class tests{ <b>tests_id</b> (实验编号) tests_name(实验名称) } class courses{ <b>courses_id</b> (课程编号) courses_name (课程名称) courses_tech (开课教师) courses_coll (开课学院) } class semesters { <b> semester_id</b> (学期名称) semesters_name(学期名称) } semesters "n"-- "1" teachers students "1" -- "n" grades tests "1" -- "n" grades courses "1"-- "n"tests semesters "1"-- "n" courses @enduml
f077ba02c3273f640589b8c2079020ae60bade84
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductTypeChangeIsSearchableAction.puml
68efb16ac9177595bd7b8b40089038b620fefa67
[]
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
509
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 ProductTypeChangeIsSearchableAction [[ProductTypeChangeIsSearchableAction.svg]] extends ProductTypeUpdateAction { action: String attributeName: String isSearchable: Boolean } interface ProductTypeUpdateAction [[ProductTypeUpdateAction.svg]] { action: String } @enduml
455a2e4e8171969db3c847c29cb6cea806ae439c
72c08f5a09999823ed8cc18226fa6a36776293a6
/第一单元/oo_course_2021_19373105_homework_1/src/W_1.puml
32b229e4109accbe960778ac28c90fcca2098e4e
[]
no_license
zhl3105645/OO
c31cd05dc637e3358c5b87db7809f71cfc426f2e
2786cc0914466db39696b56c6151f1307bbf53d7
refs/heads/main
2023-07-16T09:30:12.034204
2021-08-26T07:33:55
2021-08-26T07:33:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
780
puml
@startuml 'https://plantuml.com/class-diagram class Main class Many class Process class Single Main -up->Process : 输入singleStr Process -right-> Many : 输出single并加入到ArrayList中 Many o-right- Single : have many single > Many <-- Single note on link #red: 输入求导结果 Many -down-> Main : 输出manyDaoStr note "从项的字符串中提取出Single" as N1 Process .. N1 class Main{ +{static}void main() } class Many{ -ArrayList<Single> singles +void addSingle() +void manyDao() } class Process{ +Single getSingle() } class Single{ -BigInteger xi -BigInteger zhi -BigInteger xiDao -BigInteger zhiDao +BigInteger getXi() +BigInteger getZhi() +BigInteger setXi() +void singleDao() +String getDaoString() } @enduml
6229736641976ca2812a2778372dba7e74177a4d
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/Channel.puml
d8349718f7b190ec290de07eb648d3623f9f8c95
[]
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,450
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 Channel [[Channel.svg]] extends BaseResource { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] key: String roles: [[ChannelRoleEnum.svg List<ChannelRoleEnum>]] name: [[LocalizedString.svg LocalizedString]] description: [[LocalizedString.svg LocalizedString]] address: [[Address.svg Address]] reviewRatingStatistics: [[ReviewRatingStatistics.svg ReviewRatingStatistics]] custom: [[CustomFields.svg CustomFields]] geoLocation: [[GeoJson.svg GeoJson]] } interface BaseResource [[BaseResource.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime } interface ChannelPagedQueryResponse [[ChannelPagedQueryResponse.svg]] { limit: Long offset: Long count: Long total: Long results: [[Channel.svg List<Channel>]] } interface ChannelReference [[ChannelReference.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String obj: [[Channel.svg Channel]] } Channel --> ChannelPagedQueryResponse #green;text:green : "results" Channel --> ChannelReference #green;text:green : "obj" @enduml
ebfd32e20e449039762407a67314e0a1f0e0168b
bbd29abd2535c167afbebc050c099a1e9b715435
/uml/classes.puml
7418d1cd2ab72848fd54032d89ab1d68b17975f5
[]
no_license
lcorona26/corona-0708-a5
eec7a9efab764a516d2177998cba82ca3ef48619
8486ac9f54e9ced1d917dbff599d8360da316df3
refs/heads/master
2023-06-21T17:38:48.507542
2021-07-28T16:46:51
2021-07-28T16:46:51
387,907,139
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,294
puml
@startuml class SceneManager{ main() start() } class InventoryController{ -TextField: valueField, numField, nameField, searchField -TableView<InventoryContents>: table -TableColumn<InventoryContents,String>: value -TableColumn<InventoryContents,String>: serial -TableColumn<InventoryContents,String>: name ObservableList<InventoryController>: list SaveController: saving LoadController: loading ErrorController: error + initialize + searchFilter() + addClicked() + removeClicked() + saveClicked() + loadClicked() + add() + remove() + save() + load() + valueEdited() + serialEdited() + nameEdited() } class InventoryContents{ -String value -String serial -String name +InventoryContents() +getValue +getSerial +getName +setValue +setSerial +setName +toString() } class SaveController{ +tsv() +html() +json() } class LoadController{ +tsv() +html() +json() } class ErrorController{ +name() +serial() +value() } SceneManager <--InventoryController InventoryController *-- InventoryContents InventoryController *-- SaveController InventoryController *-- LoadController InventoryController *-- ErrorController @enduml
932f5baeb30201c549e84edb5b57ba8d183041cd
8fd77c626ee98ca50bb92e9dfabea46ce2ee9b81
/docs/sharingapp-class.puml
557db2e7a95a0cd521a151338de3982751d37efc
[]
no_license
dollin/coursera
84ec0593cf60719f4f2d8de8767a2cadf6ed626a
c2d177c767170dc23f4104a9ce9eb9a0dc655a85
refs/heads/master
2020-04-15T19:19:54.896377
2019-02-15T19:09:42
2019-02-15T19:09:42
164,946,225
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,708
puml
@startuml skinparam classAttributeIconSize 0 title SharingApp UML Class Diagram class ItemAdapter class SectionsPagerAdapter { Fragment +getItem(int position) +getCount() : int CharSequence +getPageTitle(int position) } class EditItemActivity { -item : Item; -item_list : ItemList -context : Context -title : EditText -maker : EditText -description : EditText -length : EditText -width : EditText -height : EditText -borrower : EditText -borrower_tv : TextView -status : Switch -photo : ImageView -image : Bitmap -REQUEST_CODE : int #onCreate(Bundle savedInstanceState) +addPhoto(View view) +deletePhoto(View view) #onActivityResult(int request_code, int result_code, Intent intent) +deleteItem(View view) +saveItem(View view) +toggleSwitch(View view) } class AddItemActivity { -title : EditText -maker : EditText -description : EditText -length : EditText -width : EditText -height : EditText -photo : ImageView -image : Bitmap -REQUEST_CODE : int -item_list : ItemList -context : Context #onCreate(Bundle savedInstanceState) #onActivityResult(int request_code, int result_code, Intent intent) +saveItem (View view) +addPhoto(View view) +deletePhoto(View view) } class ItemList { {static} -items : ArrayList<Item> -FILENAME : String +setItems(ArrayList<Item> item_list) ArrayList<Item> +getItems() Item +getItem() +addItem(Item item) +deleteItem(Item item) Item +getItem(int index) int +getIndex(Item item) int +getSize() +loadItems(Context context) +saveItems(Context context) ArrayList<Item> +filterItemsByStatus(String status) } class Item { -title : String -maker : String -description : String -dimensions : Dimensions -status : String -borrower : String #image : Bitmap #image_base64 : String -id : String String +getId() +setId() +updateId(String id) +setTitle(String title) String +getTitle() +setMaker(String maker) String +getMaker() +setDescription(String description) String +getDescription() +setDimensions(Dimensions dimensions) Dimensions +getDimensions() +setStatus(String status) String +getStatus() +setBorrower(String borrower) String +getBorrower() +addImage(Bitmap new_image) Bitmap +getImage() } class Dimensions { -length : String -width : String -height : String String +getLength() String +getWidth() String +getHeight() String +getDimensions() +setDimensions(String length, String width, String height) } class MainActivity { #onCreate(Bundle savedInstanceState) +addItemActivity(View view) } abstract class ItemsFragment { ~item_list : ItemList #rootView : View -list_view : ListView -adapter : ArrayAdapter<Item> -selected_items : ArrayList<Item> -inflater : LayoutInflater -container : ViewGroup -context : Context View +onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) +setVariables(int resource, int id ) +setAdapter(Fragment fragment) {abstract} ArrayList<Item> +filterItems() } class AllItemsFragment { View +onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) ArrayList<Item> +filterItems() } class BorrowedItemsFragment { View +onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) ArrayList<Item> +filterItems() } class AvailableItemsFragment { View +onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) ArrayList<Item> +filterItems() } class ItemAdapter { -inflater : LayoutInflater -fragment : Fragment -context : Context View +getView(int position, View convertView, ViewGroup parent) } class ArrayAdapter<Item> class Fragment class AppCompatActivity class FragmentPagerAdapter FragmentPagerAdapter <|-- SectionsPagerAdapter AppCompatActivity <|-- AddItemActivity AppCompatActivity <|-- EditItemActivity AppCompatActivity <|-- MainActivity AddItemActivity *-- ItemList EditItemActivity *-- ItemList ItemList "0" *-- "*" Item Item -- Dimensions Fragment <|-- ItemsFragment ItemsFragment *-- ItemList ItemsFragment o-- Item ItemsFragment <|-- AllItemsFragment ItemsFragment <|-- AvailableItemsFragment ItemsFragment <|-- BorrowedItemsFragment ArrayAdapter <|-- ItemAdapter Fragment -- ItemAdapter SectionsPagerAdapter -- "0..1" AllItemsFragment SectionsPagerAdapter -- "0..1" AvailableItemsFragment SectionsPagerAdapter -- "0..1" BorrowedItemsFragment @enduml
1be05a373a80c29fd72979ae55504ab541aed177
d702b31e656edcb9944228c0309f153bdff29eec
/doc/plantuml/HCARDA/packages.plantuml
c4b7928ad99aac208a44ec7f2b9841b8ea1b0498
[ "Apache-2.0" ]
permissive
gematik/ref-HealthCardAccess
4f3957bfe40c56ffbf82782528a6e543ea00e9e3
eb9a12f7eea309bb5b23269de9d8fa924f91fe4f
refs/heads/master
2022-02-14T18:25:41.769547
2022-01-07T07:24:17
2022-01-07T07:24:17
213,916,430
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,929
plantuml
@startuml package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.cardobjects { } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.commands { } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.healthcards { } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.operation { } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.operation { package de.gematik.ti.healthcardaccess.operation.executor { } } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.result { } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.sanitychecker { } } package de.gematik.ti.healthcardaccess { interface IHealthCardType { } } package de.gematik.ti.healthcardaccess { interface IHealthCardCommand { {abstract} + executeOn() } } package de.gematik.ti.healthcardaccess { abstract class AbstractHealthCardCommand { {static} - LOG : Logger {static} # NE_MAX_EXTENDED_LENGTH : int {static} # NE_MAX_SHORT_LENGTH : int {static} # EXPECT_ALL : int # cla : int # ins : int # p1 : int # p2 : int # data : byte[] # ne : int # AbstractHealthCardCommand() # AbstractHealthCardCommand() {abstract} + getTechnicalResponseApdus() - inferResponseStatusFromResponseCode() + executeOn() # sendApdu() - getCommandApdu() } } package de.gematik.ti.healthcardaccess { class HealthCard { {static} + BASIC_CHANNEL_IDX : int {static} # MAX_LOGICAL_CHANNELS : int - currentCardChannel : CardChannel - associatedCard : Card - status : IHealthCardStatus - responseBufferSize : int - openChannels : Vector<CardChannel> + HealthCard() # HealthCard() + openLogicalChannel() + closeChannel() + setChannel() + getCurrentCardChannel() + getResponseBufferSize() + getStatus() } } package de.gematik.ti.healthcardaccess { interface IHealthCard { {abstract} + getCurrentCardChannel() {abstract} + getResponseBufferSize() {abstract} + getStatus() } } package de.gematik.ti.healthcardaccess { interface IHealthCardStatus { {abstract} + isValid() } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.security { } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.security { package de.gematik.ti.healthcardaccess.security.keyentities { } } } HealthCard -up-|> IHealthCard de.gematik.ti.healthcardaccess.healthcards -up-|> IHealthCardStatus IHealthCardStatus o-- HealthCard de.gematik.ti.healthcardaccess.healthcards -up-|> IHealthCardType de.gematik.ti.healthcardaccess.commands -up-|> AbstractHealthCardCommand AbstractHealthCardCommand -up-|> IHealthCardCommand AbstractHealthCardCommand o-- de.gematik.ti.healthcardaccess.result : response de.gematik.ti.healthcardaccess.commands o-- de.gematik.ti.healthcardaccess.cardobjects de.gematik.ti.healthcardaccess.commands o-- de.gematik.ti.healthcardaccess.sanitychecker de.gematik.ti.healthcardaccess.operation o-- de.gematik.ti.healthcardaccess.commands de.gematik.ti.healthcardaccess.operation o-- de.gematik.ti.healthcardaccess.healthcards de.gematik.ti.healthcardaccess.operation o-- HealthCard de.gematik.ti.healthcardaccess.operation o-- de.gematik.ti.healthcardaccess.operation.executor de.gematik.ti.healthcardaccess.commands ..> de.gematik.ti.healthcardaccess.security @enduml
edfc9bd91bc26df60a557421c94aca6d0b7abc9b
462b9598f08a48ab835f0b189d4d344560965227
/src/main/java/csheets/worklog/n1010500/sprint3/lang02_01_analysis.puml
5ea50e133051a55d96f7984422dd9250fc90b74b
[]
no_license
VitorMascarenhas/LAPR4-2016
19f5593b98b81763f77021fb04278ed231337028
e53a5a46c0e09fbc155fb91f2010d50532de85d2
refs/heads/master
2020-03-19T10:31:05.321699
2018-06-06T19:49:19
2018-06-06T19:49:19
136,027,190
0
0
null
null
null
null
UTF-8
PlantUML
false
false
298
puml
@startuml doc-files/lang02_01_analysis.png interface Expression { } class TemporalVariable { } class Reference { } class CellReference { } Expression <|-- Reference Expression <|-- TemporalVariable Reference <|-- CellReference @enduml
d4c974c848cff626ceeaad2ef162a43925ed0be8
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StoreLanguagesChangedMessagePayload.puml
c4f85bb9cad3b0832d895648e17ed3cf83db8150
[]
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
524
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 StoreLanguagesChangedMessagePayload [[StoreLanguagesChangedMessagePayload.svg]] extends MessagePayload { type: String addedLanguages: [[String.svg List<String>]] removedLanguages: [[String.svg List<String>]] } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
265289695fa83e2440aae1b109e2c7042845481a
21fa2a7677dcf340a7a14458df64a4803047c88a
/Part1/uml/planning.puml
f36e8075ebff8e44a2017fe9d1c5d64371041c66
[]
no_license
Cryogenic117/Assignment4Part1Files
1165197af64f2b1b3700b4d6458ac3af4ba199bd
c8992dbb2505f4d10437036a189635b54ca7ad16
refs/heads/main
2023-06-14T10:05:32.020166
2021-07-12T02:20:58
2021-07-12T02:20:58
385,101,415
0
0
null
null
null
null
UTF-8
PlantUML
false
false
941
puml
@startuml class App { main() start() } class ListController { initialize() nextButtonClicked() previousButtonClicked() displayBoxListener() changeButtonClicked() deleteButtonClicked() deleteListButtonClicked() addButtonClicked() importButtonClicked() exportAllButtonClicked() exportButtonClicked() createListButtonClicked() changeDescriptionButtonClicked() ChangeNameButtonClicked() changeDateButtonClicked() } Class ListFunctions { editName() editDescription() editDateDue() addListItem() deleteListItem() } Class FileManagement { readFile() writeFile() } Class list { -name -size -items } Class item{ -item_name -due-date -description } Class TempListMem { initialize() appendList() removeList() findList() } item <-- list javafx.application <|-- App App -- ListController ListController -- ListFunctions TempListMem -- item ListFunctions -- TempListMem ListFunctions -- item TempListMem -- list TempListMem -- FileManagement @enduml
1ce972d220a3bbc8777875b40aa7eca172a88273
4e97673d030273ffb4239ca1eaa58565b255f97a
/uml/GUI_uml.puml
e0d9cfe4e92b0f80c962e06a2712378c61b1d8bc
[]
no_license
xFebreze/Dussuau-cop3330-assignment4
6f31c806e48b26bfa08c55c7f2964a77f86e6b38
a6ec3f8957152bf41424cb65562e84a1f34498e7
refs/heads/master
2023-06-12T18:29:12.433729
2021-07-11T18:28:54
2021-07-11T18:28:54
383,181,497
0
0
null
null
null
null
UTF-8
PlantUML
false
false
994
puml
@startuml 'https://plantuml.com/class-diagram class App{ main() start() } class ItemController{ ItemList: List<Item> TableView: ItemDisplay TextField: DescriptionField DatePicker: DueDate addItemButtonClicked() removeItemButtonClicked() clearItemsButtonClicked() editItemDescriptionButtonClicked() editItemDueDateButtonClicked() markItemCompleteButtonClicked() DisplayItemsButtonClicked() DisplayIncompleteItemsButtonClicked() DisplayCompleteItemsButtonClicked() SaveListButtonClicked() LoadListButtonClicked() addItem() removeItem() clearItems() editItemDescription() editItemDueDate() markItemComplete() DisplayItems() DisplayIncompleteItems() DisplayCompleteItems() SaveList() LoadList() } class Item{ Description: String DueDate: String 'YYYY-MM-DD' Completion: Boolean constructors() getters() } Item <-* ItemController App *--> ItemController @enduml
ed2772e6546a5a1189a3d5327c2dc7f0f0330041
7df70f69f1fabf2b78fb9d1e2c8fd4e389a7f3e2
/CPP_WS2021_G01/uml/logic.puml
9f9223ffabf0838adc32bd5399cf5a1a9c734473
[]
no_license
brigittajesica/BattleshipGame
da88bd6a2c0da86da31d9bf1040ad54d96167825
bf5b4137bc8b50692b3961580887906d13195135
refs/heads/main
2023-04-12T14:15:54.786808
2021-05-10T12:04:33
2021-05-10T12:04:33
366,027,432
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,064
puml
@startuml enum Orientation { VERTICAL HORIZONTAL } enum Field { NOT_SHOT SHOT } enum Shot { HIT MISS } class Game { +placeShot(int x, int y): bool +template<class T> placeShip(T, int x, int y, Orientation o): bool -shots[10][10]: Shot -ships: std::vector<Ship> -grid[10][10]: Field } abstract Ship { -occupied[]: const std::shared_ptr<Field> +Ship(std::shared_ptr<Field> occupied[]) +{abstract} gotDestroyed(): bool } class Battleship { -occupied[5]: std::shared_ptr<Field> +gotDestroyed(): bool } class Cruiser { -occupied[4]: std::shared_ptr<Field> +gotDestroyed(): bool } class Destroyer { -occupied[3]: std::shared_ptr<Field> +gotDestroyed(): bool } class Submarine { -occupied[2]: std::shared_ptr<Field> +gotDestroyed(): bool } Ship <|-- Battleship Ship <|-- Cruiser Ship <|-- Destroyer Ship <|-- Submarine Game *-- Field Game -- Orientation: uses Orientation to place ships vertically or horizontally Game *-- Shot Game *-- Ship Ship *-- Field Game --> Ship: checks whether the ships got destoyed hide enum empty methods @enduml
1adff50204ded62c8ba96885ffa6916a8c02d81a
766e54f7e74376370411bfa97d7bb153748197b0
/exercise41/docs/exercise41UML.puml
4777aab251580c4a7ebdd129b05b0fffc1dbe60d
[]
no_license
WhorTez/Ortiz-a04
2db3a342e36fa9794ae271a653592ebe710df8ea
6296b9208536c8b340217ecb8dbd6c4f6dc8bb59
refs/heads/main
2023-08-23T17:53:51.474137
2021-10-18T03:25:23
2021-10-18T03:25:23
415,972,380
0
0
null
null
null
null
UTF-8
PlantUML
false
false
243
puml
@startuml class Solution41 { -List<String> nameList -List<String> sortedList -String fileLocation +main() 'calls each of the below methods +getFileData() +alphabeticSorter(nameList) +outputFileData() } @enduml
34a3e3bb481ff00837da3b62021b787fe52a22f1
105171abc9ad1f14285ff1e839ce907a44a06195
/src/graphicalUserInterface/graphicalUserInterface.plantuml
46223b3224a6bb368cbd57b642e3c9b7a02514e7
[]
no_license
Sam-Malpass/Build-A-Net
517e20ff04764fc104db7e063da35a38bafff26f
e8259a031b588cd6087cc94f2349bcbb751fb4a2
refs/heads/master
2022-12-08T17:01:09.936646
2020-09-11T06:46:10
2020-09-11T06:46:10
232,276,459
0
0
null
null
null
null
UTF-8
PlantUML
false
false
474
plantuml
@startuml title __GRAPHICALUSERINTERFACE's Class Diagram__\n namespace graphicalUserInterface { class graphicalUserInterface.MessageBus { {static} ~ window : ApplicationWindowController + MessageBus() + write() + write() } } 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
c77a443472249f357662fac7efc5b9b5b5c7edfd
6631f2c7a4b3fcde26546ab707faf8a2fa56b160
/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/coreui/coreui.plantuml
2ee3fb2a6e0ec6b9aad84aee2dbdda2a71b2d066
[]
no_license
DeniE46/iMet-raywenderlich-
a051175bbb549f111f6597e0cd9d4f8064ad14c9
698820ae72707421f5febaa4987428a258153660
refs/heads/master
2020-04-10T21:44:21.743382
2019-05-17T10:02:18
2019-05-17T10:02:18
161,305,177
0
0
null
null
null
null
UTF-8
PlantUML
false
false
7,864
plantuml
@startuml title __COREUI's Class Diagram__\n package android.support.coreui { class R { - R() } } package android.support.coreui { class attr { {static} + coordinatorLayoutStyle : int {static} + font : int {static} + fontProviderAuthority : int {static} + fontProviderCerts : int {static} + fontProviderFetchStrategy : int {static} + fontProviderFetchTimeout : int {static} + fontProviderPackage : int {static} + fontProviderQuery : int {static} + fontStyle : int {static} + fontWeight : int {static} + keylines : int {static} + layout_anchor : int {static} + layout_anchorGravity : int {static} + layout_behavior : int {static} + layout_dodgeInsetEdges : int {static} + layout_insetEdge : int {static} + layout_keyline : int {static} + statusBarBackground : int - attr() } } package android.support.coreui { class bool { {static} + abc_action_bar_embed_tabs : int - bool() } } package android.support.coreui { class color { {static} + notification_action_color_filter : int {static} + notification_icon_bg_color : int {static} + ripple_material_light : int {static} + secondary_text_default_material_light : int - color() } } package android.support.coreui { class dimen { {static} + compat_button_inset_horizontal_material : int {static} + compat_button_inset_vertical_material : int {static} + compat_button_padding_horizontal_material : int {static} + compat_button_padding_vertical_material : int {static} + compat_control_corner_material : int {static} + notification_action_icon_size : int {static} + notification_action_text_size : int {static} + notification_big_circle_margin : int {static} + notification_content_margin_start : int {static} + notification_large_icon_height : int {static} + notification_large_icon_width : int {static} + notification_main_column_padding_top : int {static} + notification_media_narrow_margin : int {static} + notification_right_icon_size : int {static} + notification_right_side_padding_top : int {static} + notification_small_icon_background_padding : int {static} + notification_small_icon_size_as_large : int {static} + notification_subtext_size : int {static} + notification_top_pad : int {static} + notification_top_pad_large_text : int - dimen() } } package android.support.coreui { class drawable { {static} + notification_action_background : int {static} + notification_bg : int {static} + notification_bg_low : int {static} + notification_bg_low_normal : int {static} + notification_bg_low_pressed : int {static} + notification_bg_normal : int {static} + notification_bg_normal_pressed : int {static} + notification_icon_background : int {static} + notification_template_icon_bg : int {static} + notification_template_icon_low_bg : int {static} + notification_tile_bg : int {static} + notify_panel_notification_icon_bg : int - drawable() } } package android.support.coreui { class id { {static} + action_container : int {static} + action_divider : int {static} + action_image : int {static} + action_text : int {static} + actions : int {static} + async : int {static} + blocking : int {static} + bottom : int {static} + chronometer : int {static} + end : int {static} + forever : int {static} + icon : int {static} + icon_group : int {static} + info : int {static} + italic : int {static} + left : int {static} + line1 : int {static} + line3 : int {static} + none : int {static} + normal : int {static} + notification_background : int {static} + notification_main_column : int {static} + notification_main_column_container : int {static} + right : int {static} + right_icon : int {static} + right_side : int {static} + start : int {static} + tag_transition_group : int {static} + text : int {static} + text2 : int {static} + time : int {static} + title : int {static} + top : int - id() } } package android.support.coreui { class integer { {static} + status_bar_notification_info_maxnum : int - integer() } } package android.support.coreui { class layout { {static} + notification_action : int {static} + notification_action_tombstone : int {static} + notification_template_custom_big : int {static} + notification_template_icon_group : int {static} + notification_template_part_chronometer : int {static} + notification_template_part_time : int - layout() } } package android.support.coreui { class string { {static} + status_bar_notification_info_overflow : int - string() } } package android.support.coreui { class style { {static} + TextAppearance_Compat_Notification : int {static} + TextAppearance_Compat_Notification_Info : int {static} + TextAppearance_Compat_Notification_Line2 : int {static} + TextAppearance_Compat_Notification_Time : int {static} + TextAppearance_Compat_Notification_Title : int {static} + Widget_Compat_NotificationActionContainer : int {static} + Widget_Compat_NotificationActionText : int {static} + Widget_Support_CoordinatorLayout : int - style() } } package android.support.coreui { class styleable { {static} + CoordinatorLayout : int[] {static} + CoordinatorLayout_keylines : int {static} + CoordinatorLayout_statusBarBackground : int {static} + CoordinatorLayout_Layout : int[] {static} + CoordinatorLayout_Layout_android_layout_gravity : int {static} + CoordinatorLayout_Layout_layout_anchor : int {static} + CoordinatorLayout_Layout_layout_anchorGravity : int {static} + CoordinatorLayout_Layout_layout_behavior : int {static} + CoordinatorLayout_Layout_layout_dodgeInsetEdges : int {static} + CoordinatorLayout_Layout_layout_insetEdge : int {static} + CoordinatorLayout_Layout_layout_keyline : int {static} + FontFamily : int[] {static} + FontFamily_fontProviderAuthority : int {static} + FontFamily_fontProviderCerts : int {static} + FontFamily_fontProviderFetchStrategy : int {static} + FontFamily_fontProviderFetchTimeout : int {static} + FontFamily_fontProviderPackage : int {static} + FontFamily_fontProviderQuery : int {static} + FontFamilyFont : int[] {static} + FontFamilyFont_android_font : int {static} + FontFamilyFont_android_fontWeight : int {static} + FontFamilyFont_android_fontStyle : int {static} + FontFamilyFont_font : int {static} + FontFamilyFont_fontStyle : int {static} + FontFamilyFont_fontWeight : int - styleable() } } R +-down- attr R +-down- bool R +-down- color R +-down- dimen R +-down- drawable R +-down- id R +-down- integer R +-down- layout R +-down- string R +-down- style R +-down- styleable right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
dd5130b72ee1ff06c345cd7079488e5af4b39b6f
4f029f90b241f8b1e4a0179d27c92be6b87c761c
/lib_design_pattern/src/main/java/com/mxdl/desigin/pattern/structure/a01_adapter/uml/adapter_base.puml
fedaf9918204a2072e071d6adf6290eac34368ca
[]
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
548
puml
@startuml package "Adapter"{ interface Target{ +request():void } note top:将一个接口转换为客户所需要的另外一个\n接口,从而使原来因接口不匹配不能在一起\n工作的两个类能够在一起正常的工作 class Adapter note bottom:适配器 class Adapter implements Target{ Adaptee adaptee } class Adaptee note bottom:需要适配的接口 Adapter ->Adaptee class Client note left:1.接口适配器\n2.对象适配器 Client ->Target } @enduml
114ed19632acf79cfbfb21de0beb5c7fd52739e8
8b899ba8220c247a9cce52ee728717afa31faf42
/src/class_tickets.puml
cf68df320ed571878d20547f71227c88f92cdadc
[]
no_license
FerryTix/diagrams
5313dce8043080074c4097bd4b0e0533a78a1019
db4a2c2b99f4e4e273ef9b5fd47f7fdef9e5e319
refs/heads/main
2023-04-18T03:34:17.313112
2021-05-03T19:22:08
2021-05-03T19:22:08
341,652,352
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,216
puml
@startuml skinparam linetype ortho left to right direction skinparam nodesep 30 'title: Classes concerning Tickets skinparam monochrome true skinparam nodesep 50 scale 1.5 class TicketSale { returnValid: Boolean ' from: MachineLocation 'positions: [Position] } class Position { ' fare: Fare count: Integer } Position "1" - "1" Fare Position "1…*" - "1" TicketSale 'TicketSale "1" -- "1" Payment class TicketClass { bicycle: Boolean return: Boolean reduced: Boolean staff: Boolean } abstract class Sale { saleID: String 'signedBy: VendingMachine signature: String 'payment: Payment } TicketSale ..|> Sale 'Sale "*" - "1" VendingMachine class MachineConfiguration { 'forMachine: VendingMachine ' maxBicycles: Integer ' maxBicyclesTolerance: Integer ' maxPassengers: Integer ' maxPassengersTolerance: Integer 'fares: [Fare] … } 'MachineConfiguration "1" - "1…*" VendingMachine MachineConfiguration "*" -up "*" Fare class Fare { ' ticketClass: TicketClass fare: Integer } TicketClass "1" -- "1" Fare ' enum MachineCommand { ' setSignalRed ' setSignalGreen ' stopVending ' startVending ' } @enduml
a13e8900849491bb3c8c31d752f9273f68888bdf
372e13940be1f116c671dbb746617a331f06899e
/Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Singleton/Interface/ISingletonProvider.puml
abc13730fa5b7224d02dea1e4319523afe68d216
[]
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
103
puml
@startuml interface "ISingletonProvider`1"<TSingleton> { ProvideSingleton() : TSingleton } @enduml
630740c788a5ca606a078c0dadf03e3541a76794
4e22d261d7dcf5fe2731d77ba3cfb47c5568977c
/Documentation/Source/Breakdown/Engine/TempestEngine/Messaging/MessageQueue-Class.iuml
f3e334cb71982670398da14347d8c67378139d94
[]
no_license
SeraphinaMJ/Reformed
2d7424d6d38d1cfaf8d385fade474a27c02103a5
8563d35ab2b80ca403b3b57ad80db1173504cf55
refs/heads/master
2023-04-06T00:40:34.223840
2021-05-06T11:25:51
2021-05-06T11:25:51
364,884,928
0
0
null
null
null
null
UTF-8
PlantUML
false
false
128
iuml
namespace Communications { class MessageQueue { +Send() +OnHandleMessage() } }
9941b41ad047e9de2077efc85d97904fa4f74861
c85d255daca76e76b7073e0a288849be195b214e
/app/src/main/java/com/architectica/socialcomponents/main/search/users/users.plantuml
6b55a15db4054f68e3b8fc23783e2672b2e66c30
[ "Apache-2.0" ]
permissive
AryaAshish/Archcrony
75bb4646d938b2da11721aff0dde11ad49f4a357
3cf972c48e900d513d53ebed857373741c1969b5
refs/heads/master
2020-04-29T12:34:32.168647
2019-08-01T12:56:05
2019-08-01T12:56:05
176,141,477
1
3
Apache-2.0
2019-08-01T12:56:06
2019-03-17T18:16:12
Java
UTF-8
PlantUML
false
false
4,655
plantuml
@startuml title __USERS's Class Diagram__\n namespace com.architectica.socialcomponents { namespace main.search { namespace users { class com.architectica.socialcomponents.main.search.users.SearchUsersBySkillsFragment { - emptyListMessageTextView : TextView - lastSearchText : String - progressBar : ProgressBar - recyclerView : RecyclerView - searchInProgress : boolean - selectedItemPosition : int + SearchUsersBySkillsFragment() + createPresenter() + hideLocalProgress() + onActivityResult() + onCreate() + onCreateView() + onSearchResultsReady() + search() + showEmptyListLayout() + showLocalProgress() + updateSelectedItem() - initRecyclerView() - openProfileActivity() } } } } namespace com.architectica.socialcomponents { namespace main.search { namespace users { class com.architectica.socialcomponents.main.search.users.SearchUsersFragment { - emptyListMessageTextView : TextView - lastSearchText : String - progressBar : ProgressBar - recyclerView : RecyclerView - searchInProgress : boolean - selectedItemPosition : int + SearchUsersFragment() + createPresenter() + hideLocalProgress() + onActivityResult() + onCreate() + onCreateView() + onSearchResultsReady() + search() + showEmptyListLayout() + showLocalProgress() + updateSelectedItem() - initRecyclerView() - openProfileActivity() } } } } namespace com.architectica.socialcomponents { namespace main.search { namespace users { class com.architectica.socialcomponents.main.search.users.SearchUsersPresenter { - activity : Activity - currentUserId : String + SearchUsersPresenter() + loadUsersWithEmptySearch() + onFollowButtonClick() + search() + searchBySkill() + unfollowUser() - followUser() } } } } namespace com.architectica.socialcomponents { namespace main.search { namespace users { interface com.architectica.socialcomponents.main.search.users.SearchUsersView { {abstract} + hideLocalProgress() {abstract} + onSearchResultsReady() {abstract} + showEmptyListLayout() {abstract} + showLocalProgress() {abstract} + updateSelectedItem() } } } } com.architectica.socialcomponents.main.search.users.SearchUsersBySkillsFragment .up.|> com.architectica.socialcomponents.main.search.Searchable com.architectica.socialcomponents.main.search.users.SearchUsersBySkillsFragment .up.|> com.architectica.socialcomponents.main.search.users.SearchUsersView com.architectica.socialcomponents.main.search.users.SearchUsersBySkillsFragment -up-|> com.architectica.socialcomponents.main.base.BaseFragment com.architectica.socialcomponents.main.search.users.SearchUsersBySkillsFragment o-- com.architectica.socialcomponents.adapters.SearchUsersAdapter : usersAdapter com.architectica.socialcomponents.main.search.users.SearchUsersFragment .up.|> com.architectica.socialcomponents.main.search.Searchable com.architectica.socialcomponents.main.search.users.SearchUsersFragment .up.|> com.architectica.socialcomponents.main.search.users.SearchUsersView com.architectica.socialcomponents.main.search.users.SearchUsersFragment -up-|> com.architectica.socialcomponents.main.base.BaseFragment com.architectica.socialcomponents.main.search.users.SearchUsersFragment o-- com.architectica.socialcomponents.adapters.SearchUsersAdapter : usersAdapter com.architectica.socialcomponents.main.search.users.SearchUsersPresenter -up-|> com.architectica.socialcomponents.main.base.BasePresenter com.architectica.socialcomponents.main.search.users.SearchUsersPresenter o-- com.architectica.socialcomponents.managers.FollowManager : followManager com.architectica.socialcomponents.main.search.users.SearchUsersPresenter o-- com.architectica.socialcomponents.managers.ProfileManager : profileManager 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
3e9937ebd4ccea822913bade820bc9244dcf49ea
ee96a70918e886f49a11a2646742ecd0615cd83d
/src/diagrams/util/action/packages/ParseActions.puml
8eefdcd613075e4da68c8a13bb91fef7ace3a643
[ "MIT" ]
permissive
DorinR/Politisense
675c8138b8e768d3962759c8a52c15dfd3b42756
921e9ab04b378ebe341186d32e5c9522cab624b6
refs/heads/master
2023-01-23T12:20:29.224166
2020-04-12T00:42:39
2020-04-12T00:42:39
317,986,401
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,570
puml
@startuml interface Action <T,U> package FetchActions #e0e0d1 { class PDFParseAction { - buffer: Uint8Array - parser: pdfreader::PdfReader - text: String - bill: String - url: String + PDFParseAction(url: String, bill: String) : PDFParseAction + perform(buffer: Uint8Array) : Promise<String> } Action <|-- PDFParseAction class SelectionAction { - raw: Array<String> - selected: Array<String> - selector: String + SelectionAction(selector: String): SelectionAction + perform(raw : Array<String>) : Object } Action <|-- SelectionAction class GroupSelectionAction { - group: Array<String> - selector: String + GroupSelectionAction(selector: String, group: Array<String>): GroupSelectionAction + perform(void) : Promise<String> {static} - primaryFilter(group: Array<String>, selector: String) : Array<String> {static} - fallbackFilter(group: Array<String>, selector: String) : Array<String> } Action <|-- GroupSelectionAction class TextParserAction { - tag: String - filter: Function - xml: Boolean - load: Function + TextParserAction(xml: Boolean, tag: String, filter: Function) : TextParserAction + perform(content: String): Promise<Array<String>> - loadAsXml(content: String): void } Action <|-- TextParserAction } FetchActions --> Errors package Errors #e0e0d1 { class PDFParseError class ParseError } @enduml
3a7c66a29f9991195fb58d639446f2d9b156a09b
33c9019347fc7c36b29c6a80906363229bfead1f
/uml/userprofile-class.puml
e79cce2f7bc2148c1201d56638b5144da9019a7a
[]
no_license
nzyi/Django--Shihu
59da0f90c3c67dee1f55d219a8139149f2fcf713
60b7284db19db109b232b8e467e91250155c2541
refs/heads/master
2020-12-09T19:51:38.890733
2020-01-13T08:57:13
2020-01-13T08:57:13
233,404,186
0
0
null
2020-01-13T08:21:52
2020-01-12T14:21:08
CSS
UTF-8
PlantUML
false
false
353
puml
@startuml userprofile-class package django.forms { class ModelForm } package django.db.models { class Model } package models { class Profile { user phone avatar bio } Profile --|> Model } package forms { class ProfileForm ProfileForm --|> ModelForm ProfileForm --o Profile } @enduml
3565ac0c68c81b8cf1f1513c7c7341c7c9e79070
e37016f9bea6aac6954954ba33bde705a1245047
/zx-note/src/test/graph/elasticsearch/action/search/SearchPhase相关类图.puml
44805d347171cfc532533bb9a81cead9f4a8b4d7
[]
no_license
zouxiang1993/es_lucene
11d558d98a9847b9df1d9d575bc9b362ac548f9b
c463345975db890105124c429965ed96ebd8bf92
refs/heads/master
2023-07-19T21:03:26.092718
2019-08-27T16:24:46
2019-08-27T16:24:46
148,873,770
3
3
null
2023-07-18T02:50:13
2018-09-15T05:47:30
Java
UTF-8
PlantUML
false
false
2,199
puml
@startuml interface CheckedRunnable<E extends Exception>{ +void run() throws E } abstract class SearchPhase implements CheckedRunnable{ -String name --- +String getName() } class FetchSearchPhase extends SearchPhase{ 此阶段将前一阶段的查询结果合并到一起,并计算topN的结果, 然后到所有相关的shard上去取回topN hits } abstract class InitialSearchPhase extends SearchPhase{ 封装了将请求分发到每个shard上并收集结果的逻辑。 如果在某个shard上执行失败,则会将请求重新发送到它的其他副本, 直到这个shard的所有副本都耗尽 --- // 在一个shard上执行 #{abstract} void executePhaseOnShard(SearchShardIterator shardIt, ShardRouting shard, SearchActionListener listener) // 当一个shard上执行成功时调用 #{abstract} void onShardSuccess(FirstResult result) // 当所有任务成功时调用 #{abstract} void onPhaseDone() } abstract class AbstractSearchAsyncAction extends InitialSearchPhase implements SearchPhaseContext{ --- // phase执行完毕后,调用getNextPhase获取下一个phase来执行。 +{final} void onPhaseDone() // 返回下一个要执行的Phase #{abstract} SearchPhase getNextPhase(..) } class SearchQueryThenFetchAsyncAction extends AbstractSearchAsyncAction{ --- // nextPhase是一个FetchSearchPhase #SearchPhase getNextPhase(..) } class SearchDfsQueryThenFetchAsyncAction extends AbstractSearchAsyncAction{ } class CanMatchPreFilterSearchPhase extends AbstractSearchAsyncAction{ } class ExpandSearchPhase extends SearchPhase{ 此阶段只在查询中有field collapse时才会执行 --- } class DfsQueryPhase extends SearchPhase{ } interface SearchPhaseContext{ --- // 当前查询的总shard数 +int getNumShards() +SearchTask getTask() +SearchRequest getRequest() +SearchResponse buildSearchResponse(..) +void onPhaseFailure(..) +void onShardFailure(..) +ShardSearchTransportRequest buildShardSearchRequest(..) // 执行下一个phase +void executeNextPhase(SearchPhase currentPhase, SearchPhase nextPhase) } @enduml
b264bdf8f863706092034e257208b286db065e0c
4fa3470bab92291134039826e59f820b2837e489
/src/main/java/ex42/ParsingADataFile.puml
1d7c059f185999a7038e5034490cedace61eb54f
[]
no_license
kiwibrie/juntunen-cop3330-assignment3
45940de6a234d2c78bff524bffb4af6760d502c3
9838a40329422e9d81f36473d6a677c2c80fb7e9
refs/heads/master
2023-05-31T20:03:03.258661
2021-06-21T21:36:26
2021-06-21T21:36:26
377,695,884
0
0
null
null
null
null
UTF-8
PlantUML
false
false
287
puml
@startuml 'https://plantuml.com/class-diagram class readfromfile{ - List[] employeeData //reads emplyee data from file } class printoutput(data){ //print headers + separator //iterate through employeeData } class Employee{ - firstname - lastname - salary + createEmployee } @enduml
c9164eedead7925eaea2eaf016025811add95be5
f678b37c33d8e7efe92b3b76c66d321d3fe574bf
/class.puml
57453e0d001b04d92c63c58a065c36e180e0988a
[]
no_license
trymtv/IT1901-Barkeep
516d6dbc5095210932f4c513b1acc84eed566d34
d671ed26f3e7de8803ecf5066cc13b4b0f45b511
refs/heads/master
2023-03-21T08:01:32.873939
2020-11-20T16:55:22
2020-11-20T16:55:22
350,029,164
1
0
null
null
null
null
UTF-8
PlantUML
false
false
21,011
puml
title __BARKEEP's Class Diagram__\n namespace database { class database.DrinkService { + delete() + get() + getByName() + list() + save() + searchByName() } } namespace database { class database.FriendshipService { + add() + addFriendship() + addFriendship() + convertToDTO() + get() + getFriends() + getFriendships() + remove() + remove() + removeByUsers() } } namespace database { interface database.HibernateDrinkRepository { {abstract} + findByNameIgnoreCaseContaining() {abstract} + findFirstByName() } } namespace database { interface database.HibernateFriendshipRepository { {abstract} + getFriendshipBetween() {abstract} + getFriendshipByUser1OrUser2() } } namespace database { interface database.HibernateIOweYouRepository { {abstract} + findAllByOwner() {abstract} + findAllByUser() } } namespace database { interface database.HibernateUserRepository { {abstract} + findByUsername() {abstract} + findByUsernameIgnoreCaseContaining() } } namespace database { class database.IOweYouService { + add() + add() + convertListToDTOs() + convertToDTO() + delete() + get() + owesUser() + userOwes() } } namespace database { class database.SessionManager { {static} - sf : SessionFactory {static} + getSessionFactory() } } namespace database { class database.UserService { - passwordEncoder : PasswordEncoder + add() + convertListToDTOs() + convertToDTO() + get() + get() + getByUsername() + isSameUser() + list() + searchByUsername() } } database.DrinkService o-- database.HibernateDrinkRepository : drinkRepository database.FriendshipService o-- database.HibernateFriendshipRepository : friendshipRepository database.FriendshipService o-- database.UserService : userService database.IOweYouService o-- database.HibernateIOweYouRepository : iOweYouRepository database.IOweYouService o-- database.UserService : userService database.UserService o-- database.HibernateUserRepository : userRepository namespace api { namespace config { class api.config.UserDetailsImpl { + UserDetailsImpl() + getAuthorities() + getPassword() + getUser() + getUsername() + isAccountNonExpired() + isAccountNonLocked() + isCredentialsNonExpired() + isEnabled() } } } namespace api { namespace config { class api.config.UserDetailsServiceImpl { + loadUserByUsername() } } } namespace api { namespace config { class api.config.WebSecurityConfig { + authenticationProvider() + passwordEncoder() + userDetailsService() # configure() # configure() } } } api.config.UserDetailsImpl .up.|> org.springframework.security.core.userdetails.UserDetails api.config.UserDetailsImpl o-- barkeep.User : user api.config.UserDetailsServiceImpl .up.|> org.springframework.security.core.userdetails.UserDetailsService api.config.UserDetailsServiceImpl o-- database.HibernateUserRepository : userRepository api.config.WebSecurityConfig -up-|> org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter namespace api { namespace config { class api.config.UserDetailsImpl { + UserDetailsImpl() + getAuthorities() + getPassword() + getUser() + getUsername() + isAccountNonExpired() + isAccountNonLocked() + isCredentialsNonExpired() + isEnabled() } } } namespace api { namespace config { class api.config.UserDetailsServiceImpl { + loadUserByUsername() } } } namespace api { namespace config { class api.config.WebSecurityConfig { + authenticationProvider() + passwordEncoder() + userDetailsService() # configure() # configure() } } } api.config.UserDetailsImpl .up.|> org.springframework.security.core.userdetails.UserDetails api.config.UserDetailsImpl o-- barkeep.User : user api.config.UserDetailsServiceImpl .up.|> org.springframework.security.core.userdetails.UserDetailsService api.config.UserDetailsServiceImpl o-- database.HibernateUserRepository : userRepository api.config.WebSecurityConfig -up-|> org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter namespace api { namespace controller { class api.controller.DrinkController { + add() + delete() + drinkById() + drinkByName() + drinks() + index() + search() + update() } } } namespace api { namespace controller { class api.controller.FriendshipController { + addFriendship() + getFriends() + removeFriendship() } } } namespace api { namespace controller { class api.controller.IOweYouController { + addIOweYou() + deleteIOweYou() + owesUser() + userOwes() } } } namespace api { namespace controller { class api.controller.UserController { + get() + getAll() + getByUsername() + registerUser() + searchUsers() } } } api.controller.DrinkController o-- database.DrinkService : drinkService api.controller.FriendshipController o-- database.FriendshipService : friendshipService api.controller.FriendshipController o-- database.UserService : userService api.controller.IOweYouController o-- database.IOweYouService : iOweYouService api.controller.IOweYouController o-- database.UserService : userService api.controller.UserController o-- database.UserService : userService namespace api { class api.BarkeepApp { } } namespace api { namespace config { class api.config.UserDetailsImpl { } } } namespace api { namespace config { class api.config.UserDetailsServiceImpl { } } } namespace api { namespace config { class api.config.WebSecurityConfig { } } } namespace api { namespace controller { class api.controller.DrinkController { } } } namespace api { namespace controller { class api.controller.FriendshipController { } } } namespace api { namespace controller { class api.controller.IOweYouController { } } } namespace api { namespace controller { class api.controller.UserController { } } } namespace barkeep { class barkeep.Drink { } } namespace barkeep { class barkeep.Friendship { } } namespace barkeep { class barkeep.FriendshipDTO { } } namespace barkeep { class barkeep.IOweYou { } } namespace barkeep { class barkeep.IOweYouDTO { } } namespace barkeep { class barkeep.User { } } namespace barkeep { class barkeep.UserDTO { } } namespace database { class database.DrinkService { } } namespace database { class database.FriendshipService { } } namespace database { interface database.HibernateDrinkRepository { } } namespace database { interface database.HibernateFriendshipRepository { } } namespace database { interface database.HibernateIOweYouRepository { } } namespace database { interface database.HibernateUserRepository { } } namespace database { class database.IOweYouService { } } namespace database { class database.SessionManager { } } namespace database { class database.UserService { } } api.config.UserDetailsImpl .up.|> org.springframework.security.core.userdetails.UserDetails api.config.UserDetailsImpl o-- barkeep.User : user api.config.UserDetailsServiceImpl .up.|> org.springframework.security.core.userdetails.UserDetailsService api.config.UserDetailsServiceImpl o-- database.HibernateUserRepository : userRepository api.config.WebSecurityConfig -up-|> org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter api.controller.DrinkController o-- database.DrinkService : drinkService api.controller.FriendshipController o-- database.FriendshipService : friendshipService api.controller.FriendshipController o-- database.UserService : userService api.controller.IOweYouController o-- database.IOweYouService : iOweYouService api.controller.IOweYouController o-- database.UserService : userService api.controller.UserController o-- database.UserService : userService barkeep.Drink .up.|> java.io.Serializable barkeep.Friendship .up.|> java.io.Serializable barkeep.Friendship o-- barkeep.User : user1 barkeep.Friendship o-- barkeep.User : user2 barkeep.FriendshipDTO o-- barkeep.UserDTO : user1 barkeep.FriendshipDTO o-- barkeep.UserDTO : user2 barkeep.IOweYou .up.|> java.io.Serializable barkeep.IOweYou o-- barkeep.Drink : drink barkeep.IOweYou o-- barkeep.User : owner barkeep.IOweYou o-- barkeep.User : user barkeep.IOweYouDTO o-- barkeep.Drink : drink barkeep.IOweYouDTO o-- barkeep.UserDTO : owner barkeep.IOweYouDTO o-- barkeep.UserDTO : user barkeep.User .up.|> java.io.Serializable database.DrinkService o-- database.HibernateDrinkRepository : drinkRepository database.FriendshipService o-- database.HibernateFriendshipRepository : friendshipRepository database.FriendshipService o-- database.UserService : userService database.IOweYouService o-- database.HibernateIOweYouRepository : iOweYouRepository database.IOweYouService o-- database.UserService : userService database.UserService o-- database.HibernateUserRepository : userRepository namespace barkeep { class barkeep.Drink { - id : int - name : String - value : double + Drink() + Drink() + getId() + getName() + getValue() + setId() + setName() + setValue() + toString() } } namespace barkeep { class barkeep.Friendship { - id : int + Friendship() + Friendship() + getId() + getUser1() + getUser2() + setId() + setUser1() + setUser2() } } namespace barkeep { class barkeep.FriendshipDTO { - id : int + FriendshipDTO() + FriendshipDTO() + getId() + getUser1() + getUser2() + setId() + setUser1() + setUser2() } } namespace barkeep { class barkeep.IOweYou { - id : int - time : LocalDateTime + IOweYou() + IOweYou() + getDrink() + getId() + getOwner() + getTime() + getUser() + setDrink() + setId() + setOwner() + setTime() + setUser() + toString() } } namespace barkeep { class barkeep.IOweYouDTO { - id : int - time : LocalDateTime + IOweYouDTO() + IOweYouDTO() + getDrink() + getId() + getOwner() + getTime() + getUser() + setDrink() + setId() + setOwner() + setTime() + setUser() } } namespace barkeep { class barkeep.User { - email : String - friendList : List<Friendship> - iOweYouList : List<IOweYou> - id : int - password : String - username : String + User() + User() + User() + User() + addIOweYou() + getEmail() + getFriendList() + getIOweYouList() + getId() + getPassword() + getUsername() + isPassword() + removeIOweYou() + setEmail() + setFriendList() + setIOweYouList() + setId() + setPassword() + setUsername() + toString() } } namespace barkeep { class barkeep.UserDTO { - email : String - id : int - username : String + UserDTO() + UserDTO() + UserDTO() + getEmail() + getId() + getUsername() + setEmail() + setId() + setUsername() } } barkeep.Drink .up.|> java.io.Serializable barkeep.Friendship .up.|> java.io.Serializable barkeep.Friendship o-- barkeep.User : user1 barkeep.Friendship o-- barkeep.User : user2 barkeep.FriendshipDTO o-- barkeep.UserDTO : user1 barkeep.FriendshipDTO o-- barkeep.UserDTO : user2 barkeep.IOweYou .up.|> java.io.Serializable barkeep.IOweYou o-- barkeep.Drink : drink barkeep.IOweYou o-- barkeep.User : owner barkeep.IOweYou o-- barkeep.User : user barkeep.IOweYouDTO o-- barkeep.Drink : drink barkeep.IOweYouDTO o-- barkeep.UserDTO : owner barkeep.IOweYouDTO o-- barkeep.UserDTO : user barkeep.User .up.|> java.io.Serializable namespace api { class api.BarkeepApp { {static} + main() } } namespace barkeep { class barkeep.Drink { - id : int - name : String - value : double + Drink() + Drink() + getId() + getName() + getValue() + setId() + setName() + setValue() + toString() } } namespace barkeep { class barkeep.Friendship { - id : int + Friendship() + Friendship() + getId() + getUser1() + getUser2() + setId() + setUser1() + setUser2() } } namespace barkeep { class barkeep.FriendshipDTO { - id : int + FriendshipDTO() + FriendshipDTO() + getId() + getUser1() + getUser2() + setId() + setUser1() + setUser2() } } namespace barkeep { class barkeep.IOweYou { - id : int - time : LocalDateTime + IOweYou() + IOweYou() + getDrink() + getId() + getOwner() + getTime() + getUser() + setDrink() + setId() + setOwner() + setTime() + setUser() + toString() } } namespace barkeep { class barkeep.IOweYouDTO { - id : int - time : LocalDateTime + IOweYouDTO() + IOweYouDTO() + getDrink() + getId() + getOwner() + getTime() + getUser() + setDrink() + setId() + setOwner() + setTime() + setUser() } } namespace barkeep { class barkeep.User { - email : String - friendList : List<Friendship> - iOweYouList : List<IOweYou> - id : int - password : String - username : String + User() + User() + User() + User() + addIOweYou() + getEmail() + getFriendList() + getIOweYouList() + getId() + getPassword() + getUsername() + isPassword() + removeIOweYou() + setEmail() + setFriendList() + setIOweYouList() + setId() + setPassword() + setUsername() + toString() } } namespace barkeep { class barkeep.UserDTO { - email : String - id : int - username : String + UserDTO() + UserDTO() + UserDTO() + getEmail() + getId() + getUsername() + setEmail() + setId() + setUsername() } } barkeep.Drink .up.|> java.io.Serializable barkeep.Friendship .up.|> java.io.Serializable barkeep.Friendship o-- barkeep.User : user1 barkeep.Friendship o-- barkeep.User : user2 barkeep.FriendshipDTO o-- barkeep.UserDTO : user1 barkeep.FriendshipDTO o-- barkeep.UserDTO : user2 barkeep.IOweYou .up.|> java.io.Serializable barkeep.IOweYou o-- barkeep.Drink : drink barkeep.IOweYou o-- barkeep.User : owner barkeep.IOweYou o-- barkeep.User : user barkeep.IOweYouDTO o-- barkeep.Drink : drink barkeep.IOweYouDTO o-- barkeep.UserDTO : owner barkeep.IOweYouDTO o-- barkeep.UserDTO : user barkeep.User .up.|> java.io.Serializable namespace barkeep { class barkeep.AddDrinkController { ~ addDrink : Button - choiceBoxDrinks : ChoiceBox<Drink> - choiceBoxFriends : ChoiceBox<User> - feedback : Label + handleAddDrink() + handleFindFriends() + handleGetOverview() + handleLogout() + initialize() - disableButton() - populateChoiceBoxDrinks() - populateChoiceBoxFriends() } } namespace barkeep { class barkeep.App { {static} - owner : User {static} + getOwner() {static} + main() {static} + setOwner() + start() + stop() } } namespace barkeep { class barkeep.FriendRegistrationController { ~ addFriendButton : Button ~ allUsers : List<User> ~ friendsList : List<User> ~ removeFriendButton : Button ~ searchFriends : TextField ~ searchUsers : TextField ~ userList : ListView<User> ~ userList2 : ListView<User> + filterFindFriends() + filterMyFriends() + handleAddFriend() + handleBack() + handleLogout() + handleRemoveFriend() + initialize() - disableAddFriendButton() - disableRemoveFriendButton() - updateAddFriendsList() - updateFriendsList() } } namespace barkeep { class barkeep.LoginController { ~ feedback : Label ~ password : PasswordField ~ username : TextField + checkUserName() + handleCreateUser() + handleLogin() {static} + handleLogout() } } namespace barkeep { class barkeep.OverviewController { - deleteIOU : Button - drink : TableColumn<IOweYou, String> - drink2 : TableColumn<IOweYou, String> - table : TableView<IOweYou> - table2 : TableView<IOweYou> - time : TableColumn<IOweYou, LocalDateTime> - time2 : TableColumn<IOweYou, LocalDateTime> - user : TableColumn<IOweYou, String> - user2 : TableColumn<IOweYou, String> + disableDeleteButton() + handleBack() + handleDeleteIOU() + handleLogout() + initialize() - updateTable() - updateTable2() } } namespace barkeep { class barkeep.RegistrationController { - emailField : TextField - nameField : TextField - passwordField : PasswordField - registrationFeedback : Label + handleBack() + handleRegistration() - storeUser() } } barkeep.AddDrinkController .up.|> javafx.fxml.Initializable barkeep.App -up-|> javafx.application.Application barkeep.FriendRegistrationController .up.|> javafx.fxml.Initializable barkeep.OverviewController .up.|> javafx.fxml.Initializable namespace repositories { class repositories.DrinkRepository { {static} + get() {static} + getAll() } } namespace repositories { class repositories.FriendRepository { {static} + delete() {static} + get() {static} + get() {static} + store() } } namespace repositories { class repositories.HttpManager { {static} ~ BASE_URL : String {static} ~ targetHost : HttpHost {static} - context : HttpClientContext {static} + clearContext() {static} + deleteFrom() {static} + getFrom() {static} + postJsonTo() {static} + setContext() {static} - executeHttp() } } namespace repositories { class repositories.IOweYouRepository { {static} + delete() {static} + getByFriend() {static} + getByOwner() {static} + store() } } namespace repositories { class repositories.UserRepository { {static} + get() {static} + get() {static} + getAllExcept() {static} + store() } } 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
d47c94be0dc91b0bc5397f3bff477a0d2267141a
1ac0a5cf0a74b207d7cdac817f81b15f452f494c
/Livrables/Diagrammes/Composants/UML/SectionChefController.plantuml
a42c4f905cd3d0f212765883189ca970c649a0cd
[ "MIT" ]
permissive
HugoLA1/Projet-programmation-systeme
1f143b71a52871ca3536b30d78592c29f19aae97
5262fa64cd862283078346b4f8a2aa69246d47d6
refs/heads/master
2020-06-01T10:33:49.688170
2018-12-13T13:22:55
2018-12-13T13:22:55
190,750,176
0
0
null
null
null
null
UTF-8
PlantUML
false
false
449
plantuml
@startuml class SectionChefController { - model : Model + SectionChefController(model:Model) + MakePartOfCommand(sectionChef:SectionChef, command:Command) : Command + MoveToBakery(sectionChef:SectionChef) : void + MoveToStorageRoom(sectionChef:SectionChef) : void + MoveToWorkSurface(sectionChef:SectionChef) : void + ReturnClassic(sectionChef:SectionChef) : void + ReturnSR(sectionChef:SectionChef) : void } @enduml
f6f4f6efe786926554c5dbacce8a2fe2e0d59de7
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/debug_menu/diagrams/debug_menu_data_layer_class_diagram.puml
ce8942c84ab25cc48e068663f23564c409918758
[ "Apache-2.0" ]
permissive
solid-vovabeloded/flank-dashboard
7e952fa1399585d3f15cae2ed2cab435fb82df3f
15dae0c40823cc12886a1bb0c087442c0697ac89
refs/heads/master
2023-07-11T19:54:58.430004
2021-08-06T10:29:26
2021-08-06T10:29:26
389,593,827
0
0
Apache-2.0
2021-07-26T10:33:52
2021-07-26T10:25:59
null
UTF-8
PlantUML
false
false
884
puml
@startuml debug_menu_data_layer_class_diagram package debug_menu { package data { package repositories { class HiveLocalConfigRepository {} } package model { class LocalConfigData { + factory fromJson(Map<String, dynamic> json) + Map<String, dynamic> toJson() } } } package domain.repositories { interface LocalConfigRepository {} } package domain.entities { class LocalConfig {} } } package core.data.model { abstract class DataModel { + Map<String, dynamic> toJson() } } HiveLocalConfigRepository --> LocalConfigData : uses HiveLocalConfigRepository ..|> LocalConfigRepository LocalConfigData ..|> DataModel LocalConfigData --|> LocalConfig @enduml
0e8638738404584d26bd268932bd769200f85655
6f926b30667a0964dc598ab93fe09a6795d22b87
/web/misc/complianceModel.puml
e09e49ad00e164c83e1e109b25267eb991b4d817
[]
permissive
Lukaand/gdpr-analyzer
3dbcee57baf0d107a1a660cb3365d74ff1e2050a
5433227d4aff9b088bff1b96eabe838ea2c4c1bd
refs/heads/master
2022-11-22T03:39:20.649938
2020-07-13T10:18:33
2020-07-13T10:18:33
283,264,266
0
0
BSD-3-Clause
2020-07-28T16:12:02
2020-07-28T16:12:01
null
UTF-8
PlantUML
false
false
2,678
puml
@startuml class ProcessingTask <<ProcessingTask>> { logged : bool } class FilingSystem <<FilingSystem>> { data_storage: bool storage_limited bool } class ProcessingSystem <<ProcessingSystem>> { confidentiality: bool integrity: bool availability: bool resilient: bool pseudonymity: bool data_minimization: bool redundancies: bool tested: bool } class TechnicalMeasure <<TechnicalMeasure>> { stereotype: GENERIC_STEREOTYPE category: TECHNOLOGY_CATEGORY } class SpecialPurpose <<SpecialPurpose>> { consent: CLASS consent employment_purpose: bool social_purpose: bool vital_interest: bool nonprofit_body: bool public_from_subject: bool legal_claim: bool public_interest: bool preventive_medicine: bool occupational_medicine: bool public_health: bool archiving: bool statistical_purposes: bool } class Purpose <<Purpose>> { consent: CLASS consent contract_performance: bool controller_legal_obligation: bool vital_interest_protection: bool public_interest: bool legitimate_interest: bool } class PersonalData <<PersonalData>> { category: DATA_CATEGORY } class Consent <<Consent>> { } class Controller <<Controller>> { processor: bool } class DataSubject <<DataSubject>> { minor : false } class DataHandler { } class Recipient <<Recipient>> { } class ThirdParty <<ThirdParty>> { } class Processor <<Processor>> { } class ProcessingLog <<Artifact>> { name: bool contact_details: bool personal_data_category: bool data_storage_period: bool technical_measures: bool recipients: Array } class ConsentAgreement <<Artifact>> { clear_purpose: bool unambiguous: bool affirmative_action: bool distinguishable: bool specific: bool withdrawable: bool freely_given: bool } skinparam class { BackgroundColor<<Artifact>> PaleGreen BorderColor<<Artifact>> SpringGreen BackGroundColor<<NotRequired>> White BorderColor<<NotRequired>> DarkGray AttributeFontColor<<NotRequired>> LightGray BorderColor<<MissingClass>> Red BackgroundColor<<MissingArtifact>> PaleGreen BorderColor<<MissingArtifact>> Red } PersonalData -- Consent : requires > DataSubject -- PersonalData : provides > Controller -- ProcessingSystem : implements > Controller -- Processor Consent -- ConsentAgreement : manifests > ProcessingTask -- ProcessingLog : manifests > PersonalData -- SpecialPurpose Purpose -- Consent Controller --|> DataHandler Processor --|> DataHandler Recipient --|> DataHandler ThirdParty --|> DataHandler DataHandler -- PersonalData : receives > ProcessingSystem -- ProcessingTask : performs > FilingSystem --|> ProcessingSystem TechnicalMeasure -- ProcessingSystem : secures > @enduml
a8668e5f3b68083171ae60d9a1b088210db87b3c
40e351567ea4253710fab5639d62af6dbb8686d2
/plantuml/classDiag.puml
61136605fd3a2e67d6c6478b16ba5eaa1e504dbe
[]
no_license
AlexMaxwell2001/MementoDesignPattern
e6e0c9715217e47ea352c5084621148897ba03c3
54a456ac2eecdca88dd7fab09ec7de19d04c7f59
refs/heads/main
2023-01-18T15:46:11.610765
2020-12-03T13:22:49
2020-12-03T13:22:49
318,200,279
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,800
puml
@startuml class Canvas { + Add(s:Shape) : void + Remove() : void + Canvas() + <<override>> ToString() : string + GetState() : ArrayList + SetState(savedOne:Memento) : void } class Circle { + CX : int <<get>> + CY : int <<get>> + R : int <<get>> + Id : int <<get>> + Circle(cx:int, cy:int, r:int, id:int) + <<override>> ToString() : string } Shape <|-- Circle class Ellipse { + CX : int <<get>> + CY : int <<get>> + RX : int <<get>> + RY : int <<get>> + Id : int <<get>> + Ellipse(cx:int, cy:int, rx:int, ry:int, id:int) + <<override>> ToString() : string } Shape <|-- Ellipse class Line { + X1 : int <<get>> + X2 : int <<get>> + Y1 : int <<get>> + Y2 : int <<get>> + Id : int <<get>> + Line(x1:int, x2:int, y1:int, y2:int, id:int) + <<override>> ToString() : string } Shape <|-- Line class Memento { + GetState() : ArrayList + SetState(state:ArrayList) : void + CreateMemento() : Memento + SetMemento(ar:ArrayList) : void } class Path { + D : string <<get>> + Id : int <<get>> + Path(d:string, id:int) + <<override>> ToString() : string } Shape <|-- Path class Polygon { + Points : string <<get>> + Id : int <<get>> + Polygon(points:string, id:int) + <<override>> ToString() : string } Shape <|-- Polygon class Polyline { + Points : string <<get>> + Id : int <<get>> + Polyline(points:string, id:int) + <<override>> ToString() : string } Shape <|-- Polyline class Program { + {static} Main() : void + {static} RemoveSpaces(value:string) : string + {static} Save(tempar:string []) : void + {static} commandPrintout() : void + {static} addShape(value1:string, value2:string, value3:string, value4:string, shape:string, id:string) : void + {static} readWrite() : void + {static} getString(newar:string []) : string } class Rectangle { + X : int <<get>> + Y : int <<get>> + Width : int <<get>> + Height : int <<get>> + Id : int <<get>> + Rectangle(x:int, y:int, width:int, height:int, id:int) + <<override>> ToString() : string } Shape <|-- Rectangle abstract class Shape { + <<override>> ToString() : string } class User { + UndoCount : int <<get>> + RedoCount : int <<get>> + User() + Reset() : void + Action(s:Shape, current:Canvas) : void + Undo(canvas:Canvas) : void + Redo(canvas:Canvas) : void } class WordMaker { + X : int <<get>> + Y : int <<get>> + Info : string <<get>> + Id : int <<get>> + WordMaker(x:int, y:int, information:string, id:int) + <<override>> ToString() : string } Shape <|-- WordMaker @enduml
9ae8f82d4488ab6314f98903531bf84b9b82b2d3
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/Utils/AssemblyProvider/PlayerTestAssemblyProvider.puml
352bc2973e6d56ce6fbe7b083c49aeb72a932cfe
[]
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
140
puml
@startuml class PlayerTestAssemblyProvider { + GetTestsWithNUnit() : ITest + GetUserAssemblies() : List<IAssemblyWrapper> } @enduml