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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
70e1d22d923a732375a350e0d9aa61895cdb9305
|
5ebc6bd43779c11d45d5e1ab472f9b0a54ccaa34
|
/UML/Form.puml
|
7435455a74e31c3b55f1538a0990774389886b33
|
[] |
no_license
|
DavidKeaton/CopyRIGHT
|
e8b91ff9c1dd6ff22283263d71459c8ba0ca6998
|
936412de4f358c8cf3ba6a209f0ca71b4be1bc94
|
refs/heads/master
| 2020-06-30T02:37:09.010946
| 2019-08-19T15:13:14
| 2019-08-19T15:13:14
| 200,695,197
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,247
|
puml
|
@startuml
package Chapter {
class Question {
-question : String
-weight : double
+Question(String, double)
+get() : Object[]
+set(String, double) : void
}
class Page {
-number : int
-questions : ArrayList<Question>
+Page(int)
+Page(int, Question[])
+Page(int, String[], double[])
+add(Question) : void
+add(Question[]) : void
+add(String, double) : void
+add(String[], double[]) : void
#getID() : int
+get() : Question[]
+get(int) : Question
#set(int, Question) : void
#set(int, String, double) : void
#set(int[], Question[]) : void
#set(int[], String[], double[]) : void
}
class Chapter {
-pages : Map<int,Page>
-currentPage : int
+Chapter()
+Chapter(Chapter[])
+add(Chapter) : void
+get(int) : Chapter
}
abstract class DBHelper {
-name : String
-results : Result
+DBHelper(db_name : String)
#open(db_name : String) : boolean
#close()
#connect()
+query(sql_statement : String) : Result
+getResults() : Result
}
}
@enduml
|
e335947bf4cc3e5f12a722837030e4361a90c384
|
f843c9d5922c2ef92cc3ca50f20f44184ed27ef8
|
/src/main/java/Prototype/Shape/README.puml
|
0f52ed5eaad03610b95b1ec6c023ffeb454452eb
|
[] |
no_license
|
yvanross/LOG121-GOF-exemples
|
c80a4d1b29f0b953e4666e100a82d4fde1923bea
|
7cff56d019b40901ed54b85a62d69317cf61da59
|
refs/heads/master
| 2023-05-04T07:39:48.742354
| 2021-05-21T13:43:50
| 2021-05-21T13:43:50
| 261,219,115
| 2
| 25
| null | 2021-01-25T22:44:14
| 2020-05-04T15:11:44
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 527
|
puml
|
@startuml Diagramme de classe
class PrototypePatternDemo
class Circle extends Shape
class Rectangle extends Shape
class Shape implements Cloneable {
+draw(): void
+getType(): String
+getId() : String
+setId(String id) : void
+clone() : Object
}
class Square extends Shape
Class ShapeCache {
getShape(final String shapeId): Shape
}
ShapeCache ..> Circle
ShapeCache ..> Rectangle
ShapeCache ..> Square
PrototypePatternDemo *-- ShapeCache
ShapeCache *-- Shape: Hashtable<String, Shape>
@enduml
|
b2cd2041c293909fa46d62d7e6e59db28a338a61
|
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
|
/metrics/web/docs/features/builds_aggregation/diagrams/build_days_data_layer_class_diagram.puml
|
cf129af127be3d54c4dd87a32584ff9f2c2dfb41
|
[
"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
| 1,491
|
puml
|
@startuml build_days_data_layer_class_diagram
package core.data.model {
abstract class DataModel {
+ toJson() : Map<String, dynamic>
}
}
package common {
package domain {
package repositories {
interface BuildDayRepository {
+ projectBuildDaysInDateRangeStream(String projectId, {DateTime from, DateTime to}) : Stream<List<BuildDay>>
}
}
package entities {
class BuildDay {
+ projectId : String
+ successful: int
+ failed: int
+ unknown: int
+ inProgress: int
+ totalDuration : Duration
+ day : DateTime
}
}
}
package data {
package repositories as data_repositories {
class FirestoreBuildDayRepository {
- _firestore : Firestore
+ projectBuildDaysInDateRangeStream(String projectId, {DateTime from, DateTime to}) : Stream<List<BuildDay>>
}
}
package model {
class BuildDayData {
+ factory fromJson(Map<String, dynamic> json) : BuildDayData
+ toJson() : Map<String, dynamic>
}
}
}
}
FirestoreBuildDayRepository ..|> BuildDayRepository
FirestoreBuildDayRepository --> BuildDayData : uses
BuildDayData --|> BuildDay
BuildDayData -left-..|> DataModel
BuildDayRepository --> BuildDay : provides
@enduml
|
304a5c6e33101585b7c9c9a7221e52b113735e67
|
0bbb19794ee3b0ae71b9de431bab7de68e869faa
|
/uml/orientation_state.puml
|
9d45ba002cd10115114179158617dc310880f2c2
|
[] |
no_license
|
shixin58/KillBill
|
6cdb629846613bbcd64f9fc69b90cf9f38b914f1
|
c3347fac4f99d64fc9597d277cfa6aeda9cbb227
|
refs/heads/master
| 2023-09-01T11:58:08.116723
| 2023-08-13T04:50:28
| 2023-08-13T04:50:28
| 114,085,569
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,797
|
puml
|
@startuml
class BaseActivity
class FullscreenActivity {
OrientationUtils mOrientationUtils
onCreate(Bundle savedInstanceState)
onResume()
onPause()
onConfigurationChanged(Configuration newConfig)
}
class OrientationUtils {
Activity mActivity
boolean mOrientationEventListenerSwitch = true
boolean mIsLandscape
OrientationEventListener mOrientationEventListener
OrientationUtils(Activity activity, ChangePageOrientationCallback callback)
init()
onConfigurationChanged(int orientation)
start()
end()
setPortraitDefault()
setLandscapeDefault()
}
abstract class OrientationEventListener {
SensorManager mSensorManager
Sensor mSensor
SensorEventListener mSensorEventListener
OrientationListener mOldListener
enable()
disable()
}
abstract class SensorManager {
SparseArray<List<Sensor>> mSensorListByType = new SparseArray<>()
Sensor getDefaultSensor(int type)
boolean registerListener(SensorEventListener listener, Sensor sensor, int samplingPeriodUs)
unregisterListener(SensorEventListener listener)
}
class Sensor
interface SensorEventListener {
onSensorChanged(SensorEvent event)
onAccuracyChanged(Sensor sensor, int accuracy)
}
abstract OrientationListener {
onOrientationChanged(int orientation)
}
interface SensorListener {
onSensorChanged(int sensor, float[] values)
onAccuracyChanged(int sensor, int accuracy)
}
BaseActivity <|- FullscreenActivity
FullscreenActivity *-- OrientationUtils
OrientationUtils *-- OrientationEventListener
OrientationEventListener *-- Sensor
OrientationEventListener *--- SensorManager
OrientationEventListener *- SensorEventListener
OrientationEventListener *--- OrientationListener
SensorListener <|-- OrientationListener
@enduml
|
18d47086562b72c893e50b7b2fd6574b5061c96d
|
e32786a76a0133f49e0212193fcb0e35456acc90
|
/C4/DiscountComponent.puml
|
9d3a76347148c02e791a81c0cafc2bd608badd4c
|
[] |
no_license
|
krzysztofowsiany/course_c4_model_dotnetcore
|
80d4a4fd8bd9dd1cc3870e87edb55677af8ee7f9
|
8c9c0997e6fdc78164c3e9b5932d1a83406f14c8
|
refs/heads/master
| 2023-04-16T21:09:36.602246
| 2021-05-07T19:26:19
| 2021-05-07T19:26:19
| 349,501,447
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,016
|
puml
|
@startuml DiscountComponent
package "Discount Component" {
class ApplyDiscountCodeHandler {
+handle(command:ApplyDiscountCode):void
}
class Discount {
+applayDiscountCode(code:string, offerId:int):bool
}
ApplyDiscountCode <.. ApplyDiscountCodeHandler
ApplyDiscountCodeHandler ..> Discount
DiscountCodeApplied <.. Discount
DiscountCodeWasInvaild <.. Discount
Discount *--> RightPeriodRule
Discount *--> AvailableDIscountRule
Discount *--> VaildDiscountRule
class GenerateDiscountHandler {
+handle(command:GenerateDiscount):void
}
class DiscountGenerator {
+generateDiscount(code:String, periodStart:DateTime, periodEnd:DateTime):bool
}
GenerateDiscount <.. GenerateDiscountHandler
DiscountGenerator <.. GenerateDiscountHandler
DiscountGenerated <.. DiscountGenerator
DiscountGenerator *--> ActualOfferRule
DiscountGenerator *--> LessDIscountRule
hide members
show Discount methods
show ApplyDiscountCodeHandler methods
show DiscountGenerator methods
show GenerateDiscountHandler methods
}
@enduml
|
71ed6c12c3bd66a99e36b3aad35f9aa90ff9eaa6
|
1e29db5bed77a596689f962e97e884fbc15c3677
|
/uml/PostofficeClassDiagram.plantuml
|
b9b4d48a54e0c31631fb9e8c9ad6f7c8f025545d
|
[] |
no_license
|
AlirezaAtGeeks/android_pipeline_test
|
649b3d89115cfafccd534bd9533ecd8c95ed3609
|
8e43d90fe652a107872112d49cdaf72e744cb9f5
|
refs/heads/master
| 2020-09-24T21:06:38.557352
| 2019-12-05T16:23:36
| 2019-12-05T16:23:36
| 225,844,074
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,872
|
plantuml
|
@startuml
title __Post Office Android App High Level Class Diagram__\n
namespace co.uk.postoffice.apps.parcelshop {
class co.uk.postoffice.apps.parcelshop.MainActivity {
}
}
namespace co.uk.postoffice.apps.parcelshop {
namespace dtos {
class co.uk.postoffice.apps.parcelshop.dtos.AccessPointDTO
class co.uk.postoffice.apps.parcelshop.dtos.BluetoothDeviceDTO
}
}
namespace co.uk.postoffice.apps.parcelshop {
namespace fragments {
class co.uk.postoffice.apps.parcelshop.fragments.FragmentInit
class co.uk.postoffice.apps.parcelshop.fragments.FragmentWeb
class co.uk.postoffice.apps.parcelshop.fragments.FragmentSet
class co.uk.postoffice.apps.parcelshop.fragments.ScreenReceiver
}
}
namespace co.uk.postoffice.apps.parcelshop {
namespace javascriptbridge {
class co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInject
class co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings
}
}
namespace co.uk.postoffice.apps.parcelshop {
namespace services {
class co.uk.postoffice.apps.parcelshop.services.BluetoothBroadcastReceiver
class co.uk.postoffice.apps.parcelshop.services.BatteryService
class co.uk.postoffice.apps.parcelshop.services.BluetoothPairingBroadcastReceiver
class co.uk.postoffice.apps.parcelshop.services.BluetoothService
interface co.uk.postoffice.apps.parcelshop.services.IBatteryService
interface co.uk.postoffice.apps.parcelshop.services.IBluetoothService
interface co.uk.postoffice.apps.parcelshop.services.IWifiService
class co.uk.postoffice.apps.parcelshop.services.WifiService
}
}
co.uk.postoffice.apps.parcelshop.services.BatteryService .up.|> co.uk.postoffice.apps.parcelshop.services.IBatteryService
co.uk.postoffice.apps.parcelshop.services.BluetoothService .up.|> co.uk.postoffice.apps.parcelshop.services.IBluetoothService
co.uk.postoffice.apps.parcelshop.services.WifiService .up.|> co.uk.postoffice.apps.parcelshop.services.IWifiService
co.uk.postoffice.apps.parcelshop.services.WifiService ..> co.uk.postoffice.apps.parcelshop.dtos.AccessPointDTO : uses
co.uk.postoffice.apps.parcelshop.services.BluetoothService ..> co.uk.postoffice.apps.parcelshop.dtos.BluetoothDeviceDTO : uses
co.uk.postoffice.apps.parcelshop.services.BluetoothService *-- co.uk.postoffice.apps.parcelshop.services.BluetoothBroadcastReceiver
co.uk.postoffice.apps.parcelshop.services.BluetoothService *-- co.uk.postoffice.apps.parcelshop.services.BluetoothPairingBroadcastReceiver
co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings <|-- co.uk.postoffice.apps.parcelshop.services.WifiService
co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings <|-- co.uk.postoffice.apps.parcelshop.services.BluetoothService
co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings <|-- co.uk.postoffice.apps.parcelshop.services.BatteryService
co.uk.postoffice.apps.parcelshop.MainActivity *-- co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings
co.uk.postoffice.apps.parcelshop.MainActivity *-- co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInject
co.uk.postoffice.apps.parcelshop.MainActivity *-- co.uk.postoffice.apps.parcelshop.fragments.FragmentInit
co.uk.postoffice.apps.parcelshop.MainActivity *-- co.uk.postoffice.apps.parcelshop.fragments.FragmentWeb
co.uk.postoffice.apps.parcelshop.fragments.FragmentWeb *-- co.uk.postoffice.apps.parcelshop.fragments.ScreenReceiver
co.uk.postoffice.apps.parcelshop.fragments.FragmentWeb ..|> co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings
co.uk.postoffice.apps.parcelshop.fragments.FragmentWeb ..|> co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInject
right footer
endfooter
@enduml
|
242bb46b13bff5ebb1688e4e49b39ca40fcf24dc
|
c8921fe77a5927904ac3c04bfd080851403dab94
|
/uml/uml2/bunA.puml
|
7fe70e2a909d680a160a4831682ad2b93f6de2d2
|
[] |
no_license
|
turanukimaru/fehs
|
cc06f5a3d007a2633373d09281304571e132748b
|
8764ad4521c7a0f66a911578b536f9be4e598fdb
|
refs/heads/master
| 2021-06-03T05:53:52.465995
| 2020-04-19T18:59:06
| 2020-04-19T18:59:06
| 111,425,822
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 274
|
puml
|
@startuml
class 盤{
載せる(駒, 座標)
動かす(駒, 座標)
取り除く(駒)
}
class 駒{
動かす(座標)
}
class 能力{
移動範囲を得る()
}
盤 -> "載る" 駒
駒 -left-> "自分を動かす" 盤
'人 -left-> "動かす" 駒
駒 -right-> 能力
@enduml
|
85b8f984a526a436e1b9371717b1b555c63e97c5
|
13753f4f5699113c8c7ce4bcf1ca5f8ab3010897
|
/plantUML/decorator.puml
|
c8d3717a1bc1f4b8b77de688fb7f64cb07c74f0a
|
[] |
no_license
|
43Carrig/Design_Patterns_Car
|
5c3c3949be61efaeda95f68b5615047afd062768
|
4f1bb7cc11e54faa5ddaafb1bfade8b11d8dbdf7
|
refs/heads/master
| 2020-03-30T02:55:58.725679
| 2018-12-01T22:18:45
| 2018-12-01T22:18:45
| 150,658,623
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 693
|
puml
|
@startuml
title Decorator Pattern
class Alloys extends ModDecorator{
+ Alloys(CarModification carModification)
+ double getPrice()
+ String toString()
}
abstract class CarModification {
+ abstract double getPrice()
+ abstract String toString()
}
class LeatherSeats extends ModDecorator{
+ LeatherSeats(CarModification carModification)
+ double getPrice()
+ String toString()
}
abstract class ModDecorator extends Modification{
# CarModification carModification
+ ModDecorator(CarModification carModification)
+double getPrice()
}
class Modification extends CarModification{
+ double getPrice()
+ String toString()
}
@enduml
|
ccacb458e046d70a963af391aa4e3aaa4885a108
|
22d04c6c48741d578b62d4b83552a8a90f8ec199
|
/docs/plantuml/SensorRepresentation.puml
|
857f4e547aa38ba9e1711eb2f12bd7c7c844e002
|
[
"MIT"
] |
permissive
|
RobinJespersen/BEMOnt
|
54d63846d3644ebbcd46f527207396b5af77ff58
|
1a7619ce8c8a1ee8d5b612697cd553ca0eb29f4d
|
refs/heads/master
| 2023-07-14T04:16:26.887385
| 2021-08-31T09:56:29
| 2021-08-31T09:56:29
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,036
|
puml
|
@startuml
scale 0.4
skinparam class {
ArrowColor DarkBlue
ArrowFontColor DarkBlue
BackgroundColor LightBlue
BorderColor DarkGrey
}
skinparam dpi 300
skinparam stereotypeCBackgroundColor Wheat
skinparam classAttributeFontColor Green
/'
Definition of the classes referring the SSN-core part
'/
class System <<ssn>>
class Sensor <<ssn>>
class Observation <<ssn>> {
externalStorageID xsd:string
}
class MobileBuildingApplianceLocationObservation <<bem>>
class MobileBuildingAppliance <<bem>>
class FeatureOfInterest <<ssn>>
class Property <<ssn>>
class SensorOutput <<ssn>>
class ObservationValue <<ssn>>
class Instant <<time>>{
time:inXSDDateTime [xsd:DateTime]
}
class DateTimeInterval <<time>>{
time:inXSDDateTime [xsd:DateTime]
}
class Unit <<QUDT>>
class IfcSensor <<ifc4>>
class IfcSensorType <<ifc>>
/'
Definition of the Geo-core part
'/
class _Feature <<geo>>
class _Geometry <<geo>>
class Point <<geo>>
class Polygon <<geo>>
/'
Definition of the SSN model to model the sensor observation of the building
facilities
'/
System --> System: ssn:hasSubSystem
System <|-- Sensor
Observation <|-- MobileBuildingApplianceLocationObservation
MobileBuildingAppliance --> MobileBuildingApplianceLocationObservation: hit2gap:wasLocated
IfcSensor --> Sensor: owl:equivalentClass
Sensor --> Observation: ssn:observedBy
Sensor --> Property: ssn:observes
Observation --> FeatureOfInterest: ssn:featureOfInterest
Observation --> Property: ssn:observedProperty
FeatureOfInterest --> Property: ssn:Property
Observation --> SensorOutput: ssn:ObservationResult
SensorOutput --> ObservationValue: ssn:hasValue
ObservationValue --> Unit: qudt:unit
Observation --> Instant: ssn:observationResultTime
Observation --> DateTimeInterval: ssn:observationResultTime
/'
Definition of the geospatial part using GeoOWL ontology
'/
_Feature --> _Geometry: geo:where
_Geometry <|-- Point
_Geometry <|-- Polygon
_Feature <|-- FeatureOfInterest
_Feature <|-- System
IfcSensor --> IfcSensorType: owl:equivalentClass
@enduml
|
93986f89f1a2f91e2d197ce1ba859f066778817d
|
740ec837551b09f09677854163ecd30ba6ea3cb7
|
/documents/sd/plantuml/application/Core/MORR/Data/Capture/Video/VideoSample.puml
|
6197cf6c36e63ddf7b731802c6c6528b1b29df9b
|
[
"MIT"
] |
permissive
|
insightmind/MORR
|
913c0c16d14745cbde40af07322ca339a0373f32
|
0830f2155fb3b32dc127587e07cbd780deb0e118
|
refs/heads/develop
| 2020-12-08T00:23:17.488431
| 2020-04-05T20:50:44
| 2020-04-05T20:50:44
| 232,827,908
| 5
| 1
|
MIT
| 2020-04-05T20:55:27
| 2020-01-09T14:28:48
|
HTML
|
UTF-8
|
PlantUML
| false
| false
| 151
|
puml
|
@startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
class VideoSample {
}
!endsub
Event <|-- VideoSample
@enduml
|
d16dc15c663a84d7cb15e2c8e3c9d9304567cd29
|
0e43f538adbf1cefc637a4d4d51dd1daebb92c2a
|
/UMLs/sprites.plantuml
|
373ac7e9686c40180ed9c60e06bde103a160dd07
|
[] |
no_license
|
plspeziali/jpacman
|
ce7be0f6e4121f89ce5e667383af7dd20fa2c9e4
|
559734c443bcff46e4281b28c9b3f33cc70e92db
|
refs/heads/master
| 2022-12-03T17:06:41.978403
| 2020-08-23T10:38:24
| 2020-08-23T10:38:24
| 280,392,795
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,971
|
plantuml
|
@startuml
title __SPRITES's Class Diagram__\n
namespace sprites {
class sprites.Blinky {
+ Blinky()
}
abstract class sprites.Character {
{abstract} + addFrameManager()
{abstract} + move()
+ returnToSpawnPoint()
}
class sprites.Clyde {
+ Clyde()
}
enum Direction {
DOWN
LEFT
RIGHT
UP
}
class sprites.Fruit {
+ Fruit()
}
abstract class sprites.Ghost {
# frightTime : long
# timer : Timer
+ Ghost()
+ becomeEaten()
+ becomeFrightened()
+ calcDist()
+ changeDir()
+ changeToRandDir()
{abstract} + setChaseTarget()
}
class sprites.Inky {
+ Inky()
}
class sprites.Pacman {
- keyCode : int
- lives : int
- timer : Timer
+ Pacman()
+ addPoints()
+ changeLoop()
+ doOneLoop()
+ keyPressed()
}
class sprites.Pill {
+ Pill()
}
class sprites.Pinky {
+ Pinky()
}
class sprites.Portal {
# color : String
+ Portal()
}
class sprites.PowerPill {
+ PowerPill()
}
abstract class sprites.Sprite {
# dead : boolean
# dx : int
# dy : int
# h : int
# imageList : Image
# points : int
# w : int
# x : int
# y : int
+ Sprite()
+ checkCollision()
+ checkCircleCollision()
+ die()
}
enum State {
CHASE
EATEN
FRIGHTENED
SCATTER
}
sprites.Blinky -up-|> sprites.Ghost
sprites.Character -up-|> sprites.Sprite
sprites.Clyde -up-|> sprites.Ghost
sprites.Fruit -up-|> sprites.Sprite
sprites.Ghost -up-|> sprites.Character
sprites.Ghost o-- frameManagers.GhostFrameManager : frameManager
sprites.Ghost o-- loops.GhostLoop : ghostLoop
sprites.Pacman o-- loops.PacmanLoop : timer.getActionListeners()
sprites.Ghost o-- sprites.Pacman : pacman
sprites.Ghost o-- sprites.State : state
sprites.Inky -up-|> sprites.Ghost
sprites.Inky o-- sprites.Blinky : blinky
sprites.Pacman -up-|> sprites.Character
sprites.Pacman o-- frameManagers.PacmanFrameManager : frameManager
sprites.Pill -up-|> sprites.Sprite
sprites.Pinky -up-|> sprites.Ghost
sprites.Portal -up-|> sprites.Sprite
sprites.Portal o-- sprites.Portal : other
sprites.PowerPill -up-|> sprites.Sprite
sprites.Sprite o-- sprites.Direction : dir
logic.GameLogic o-- sprites.Pacman : pacman
logic.GameLogic o-- sprites.Ghost : ghosts
structure.Maze o-- sprites.Portal : bluePortal / redPortal
structure.Maze o-- sprites.Pill : pills
structure.Maze o-- sprites.Fruit : fruit
structure.Maze o-- sprites.PowerPill : powerPills
@enduml
|
684932540c93973218de0b0ce989eda875142c58
|
618414d7666e67b9535ebd975e1de61e9c01e095
|
/QLSV/app/src/test/java/vn/edu/hoasen/qlsv/qlsv.plantuml
|
1fb083b697964255f9b9516e39c138d38f611342
|
[] |
no_license
|
h2312/Do-an-TTLTA-03-TIN230DV01-0100
|
a0792724add3844de35d48a2bd87d3eeb8de8a93
|
e9f01e84b45042bd6192333842fb80feabb74707
|
refs/heads/master
| 2022-06-30T21:56:05.032422
| 2020-04-25T10:33:44
| 2020-04-25T10:33:44
| 258,747,594
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 348
|
plantuml
|
@startuml
title __QLSV's Class Diagram__\n
package vn.edu.hoasen.qlsv {
class ExampleUnitTest {
+ addition_isCorrect()
}
}
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
|
8c428883f942cf3e7d8583b9a0b9bf8963728bb5
|
9848b13775c0033c816534c19b1e507773db968c
|
/src/src.plantuml
|
0c7deb54696d6239e90300ea325ec0f2e4a3ca9c
|
[] |
no_license
|
adamrhurley/chainOfResponsibility
|
69908c72f56d86af33bc07f8d7b88ae475d2432b
|
e854eefed3bbae2a97aaeb69ce4d487fb829a584
|
refs/heads/master
| 2023-01-13T13:08:18.288592
| 2020-11-24T23:18:33
| 2020-11-24T23:18:33
| 311,479,171
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 675
|
plantuml
|
@startuml
skinparam classAttributeIconSize 0
title Class Diagram
class Amount {
- amount : int
+ Amount()
+ getAmount()
}
class ATM {
+ ATM()
+ main()
}
interface ChainCreate {
+ withdraw()
+ setNextChain()
}
class Withdraw10s {
+ withdraw()
+ setNextChain()
}
class Withdraw20s {
+ withdraw()
+ setNextChain()
}
class Withdraw50s {
+ dispense()
+ setNextChain()
}
ATM o-- ChainCreate
Withdraw10s .up.|> ChainCreate
Withdraw20s .up.|> ChainCreate
Withdraw50s .up.|> ChainCreate
@enduml
|
1d275a2dac46c8e8c498be9b161a369e702f09db
|
61bd728a794674110bf2a8b4536e08bd7fe6a504
|
/src/kotlin_example/observer/observer-push.puml
|
3d6ef5d438dbc02ce95548c40ef94ba30a31d304
|
[
"MIT"
] |
permissive
|
wafer-li/DesignPatternExample
|
5a73e9b0947fb213a103207dab487f26f59aa2c6
|
9e402bd7d270fad028e4ec7fc0ca7143ca3dadff
|
refs/heads/master
| 2020-04-06T06:14:17.485045
| 2019-07-01T07:36:21
| 2019-07-01T07:36:21
| 73,566,948
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 382
|
puml
|
@startuml
interface Observer {
{abstract} void update(Data data)
}
interface Observable {
{abstract} void addObserver(Observer observer)
{abstract} void removeObserver(Observer observer)
{abstract} void notifyObservers()
}
class CurrentConditionDisplay implements Observer
class WeatherData implements Observable
Observable o- Observer
hide empty members
@enduml
|
173947aec13d6c76254c3638f25f966709dc7594
|
9465ad57cf3c02b77cfa058ace1fca51c1e6f60f
|
/java/src/main/java/catsandmice/model/model.puml
|
7b89e23b3a9197e05b405037ff946b5a5f7336a6
|
[] |
no_license
|
steeeve1510/foop2019
|
01b30f68acf80da51276fdd25021b29dcdd6d5c7
|
16c65e97f2181062efa783db59bc434816fd5925
|
refs/heads/master
| 2020-04-30T21:44:25.857916
| 2019-06-12T21:55:11
| 2019-06-12T21:55:11
| 177,100,807
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,168
|
puml
|
@startuml
class Board {
width: int
height: int
}
Board -- "1" Surface: surface
Board -- "*" Subway: subways
class Cat
Cat --|> Player
Cat -- "1" CatClient: catClient
Cat -- "1" Position: position
class Coordinate {
x: int
y: int
}
class Game
Game -- "1" Board: board
Game -- "1" Subway: goalSubway
Game -- "*" Mouse: mice
Game -- "*" Cat: cats
interface Layer
class Mouse {
isDead: boolean
}
Mouse --|> Player
Mouse -- "1" MouseClient: mouseClient
Mouse -- "1" Position: position
interface Player {
getPosition(): Position
setPosition(pos: Position): void
isDead(): boolean
getNextMove(): Command
update(game: Game)
gameOver(winner: String)
}
class Position
Position -- "1" Coordinate: coordinate
Position -- "1" Layer: layer
class Subway
Subway --|> Layer
Subway -- "*" Coordinate: entrances
Subway -- "*" Coordinate: catsLastSeen
class Surface
Surface --|> Layer
interface CatClient {
getNextMove(): Command
gameOver(winner: String): void
render(view: CatView): void
}
interface MouseClient {
getNextMove(): Command
gameOver(winner: String): void
render(view: MouseView): void
}
@enduml
|
9f70180d61319c59447a4383fb51f189c4c47ee9
|
564e8c1810c4c7cae58332e369289129185a1bb4
|
/Implementierung/plantUML/diagrams.puml
|
7408210b7544f3974b3adf09a79915da4d4158ef
|
[] |
no_license
|
JonaEnz/pse-airquality-1
|
e1e23bce8330949fabb822dcf4ac3ab70aac5ca7
|
b7d69bd0f4c9a749e9755196c77a92335949c2b0
|
refs/heads/master
| 2022-12-14T03:04:53.259309
| 2020-09-06T18:54:30
| 2020-09-06T18:54:30
| 262,756,089
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,101
|
puml
|
@startuml Diagrams
namespace View #LightGreen {
class Diagram extends React.Component
class DetailPage extends React.Component
}
View.Diagram "1" *- "1" Controller.IDiagramController
View.DetailPage "1" o-- "*" View.Diagram
namespace Controller #LightSalmon {
interface IDiagramController{
getChartType(): ChartType
getGraphicsOptions(): {}
isConfigurable(): boolean
getConfigurationOptions(): string[]
getDefaultConfigurationOption(): string
getData(configurationOptionName: string): any[][]
}
enum ChartType
class FeatureHistoryLineChartController implements IDiagramController
class YearComparisonPieChartController implements IDiagramController
class ComparisonToLastYearLineChartController implements IDiagramController
class DiagramFactory{
{static} getDiagramController(id: string, observationStation: ObservationStation, feature: Feature): IDiagramController
}
}
Controller.IDiagramController "*" *- "1" Controller.ChartType
Controller.DiagramFactory -> Controller.IDiagramController
@enduml
|
b9c743c2384b69cfc1d8eeb8da776e037039509b
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/PriceFunction.puml
|
b9a43041698414ffe5db4f62e4555968fb6254d4
|
[] |
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
| 626
|
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 PriceFunction [[PriceFunction.svg]] {
currencyCode: String
function: String
}
interface CartScoreTier [[CartScoreTier.svg]] {
type: [[ShippingRateTierType.svg ShippingRateTierType]]
score: Integer
price: [[Money.svg Money]]
priceFunction: [[PriceFunction.svg PriceFunction]]
isMatching: Boolean
}
PriceFunction --> CartScoreTier #green;text:green : "priceFunction"
@enduml
|
2bdfad1f494a79ebd88069efc55e32b4244f651a
|
3381f654f6c9c4b46dc99f9e6e22246db23ac441
|
/ems-doc/uml/entities.puml
|
e43649a962995dc9f619e80e8412de7f3b1eead1
|
[] |
no_license
|
LiomSV/ems
|
a7b155282c0f96284739a5c46b614ca823eecf9c
|
434e192ac1b72060e092818af75248b714926389
|
refs/heads/master
| 2021-01-11T16:14:14.260742
| 2017-04-17T19:56:44
| 2017-04-17T19:56:44
| 80,045,249
| 0
| 1
| null | 2017-02-19T13:03:57
| 2017-01-25T18:43:51
| null |
UTF-8
|
PlantUML
| false
| false
| 4,250
|
puml
|
@startuml
'===Classes
class Appeal {
+id : long
+source : AppealSource
+phoneNumber : String NULL
+result : AppealResult
+technical : boolean
+calls : List<Call>
+createdWhen : Timestamp
+createdBy : Employee
}
enum AppealSource {
DEFAULT
PASSING
FROM_CREW
FROM_POLICE
FROM_FIRE
FROM_MED
ERROR
}
enum AppealResult {
CALL_STARTED
NOT_CALL
REDIRECTED
TRACKING
}
class Call {
+id : long
+createdWhen : Timestamp
+finishedWhen : Timestamp
+appeals : List<Appeal>
+location : Location
' +building : Building
' +apartment : Apartment
' +place : Place
+patient : Patient
+cause : Cause
+state : CallState
+description : String
+notes : List<CallNote>
}
class CallState {
+id : long
+call : Call
+status : CallStatus
+prevState : CallState
+createdBy : Employee
+createdWhen : Timestamp
}
enum CallStatus {
NOT_ASSINGED
ASSIGNED
MOVING
FINDING
TREATMENT
TRANSPORTATION
FINISHED
ARCHIVED
}
class CallNote {
+id : long
+call : Call
+type : CallNoteType
+text : String
}
enum CallNoteType {
GENERAL
// TODO add more
}
enum Cause {
+name : String
+priority : int
-Cause (name : String, priority : int)
}
interface Location {
' +id : long
' +location : Location
' +notes : List<AddressNote>
}
class Building {
+regionId: long
+areaId: long
+townId: long
+districtId: long NULL
+streetId: long
+number: int
}
class Apartment {
TODO
}
class Place {
+mainName : PlaceName
}
class PlaceName {
+id : long
+place : Place
+name : String
}
class AddressNote {
+id : long
+note : String
+active : boolean
}
class MedAction {
+call : Call
+type : MedActionType
+item : MedItem NULL
+count : int NULL
+createdWhen : Timestamp
+createdBy : Employee
}
class Crew {
+id : long
+members : List<Employee>
+car : Car
+state : CrewState
+currentCall : Call
+assignedCalls : List<Call>
+areaStatus : AreaStatus
}
class CrewState {
+id : long
+crew : Crew
+status : CrewStatus
+areaStatus : CrewAreaStatus
+prevState : CrewState
+createdBy : Employee
+createdWhen : Timestamp
}
enum CrewStatus {
ACTIVE
INACTIVE
INACTIVE_DINNER
DISABLED
DISABLED_FUEL
DISABLED_BROKEN
}
enum CrewAreaStatus {
ON_STATION
IN_AREA
OUT_AREA
}
class Car {
+id : long
+model : String
+number : String
+govNumber : String
}
class Shift {
+id : long
+createdWhen : Timestamp
+createdBy : Employee
+closedWhen : Timestamp
+closedBy : Employee
+position : Position
+employee : Employee
}
class Employee {
+id : long
+lastName : String
+firstName : String
+fatherName : String
+birthdate : Date
+positions : List<Position>
}
enum Position {
DRIVER
DISPATCHER
DOCTOR
ASSISTANT
ATTENDANT
STATION_DOCTOR
CHIEF_DOCTOR
}
'class Driver {
'}
'class Doctor {
'}
'class Dispatcher {
'}
class Patient {
+id : long
+lastName : String
+firstName : String
+fatherName : String
+birthdate : Date
}
'===End of Classes
'===Relations
Appeal "0..*" o-- "1" AppealSource
Appeal "0..*" -- "1" AppealResult
Call "0..*" -- "1..*" Appeal
Call "0..*" -- "0..*" Crew : assignedCalls
Call "1" -- "0..*" Crew : currentCall
Call -- Location
Call "1" *-- "1..*" CallState
Call "1" *-- "0..*" CallNote
Call "0..*" o-- "1" Cause
Call "1" -- "0..*" MedAction
CallState "0..1" <-- "0..1" CallState
CallState "0..*" -- "1" CallStatus
CallNote "0..*" o-- "1" CallNoteType
Location <|-down- Building
Location <|-down- Apartment
Location <|-down- Place
Place "1" -- "0..*" PlaceName
Address "1" *-- "0..*" AddressNote
Apartment "0..*" -up-> "1" Building
Crew "1" -- "1..*" CrewState
CrewState "0..1" -- "0..1" CrewState
CrewState "0..*" -- "1" CrewStatus
CrewState "0..*" -- "1" CrewAreaStatus
Crew -- Car
'Employee -down- Driver
'Employee -down- Doctor
'Employee -down- Dispatcher
Employee -down- Shift
Employee "0..*" -- "0..*" Position
Shift "0..*" -down- "1" Position
'===End of Relations
@enduml
|
da4e0b2fde7499e30a83217efe3b95ac6a7f869f
|
175075be60b3e1f8aead99a334e0b3779530b0e0
|
/2020-12-JavaAdvent/docs/src/docs/plantuml/javaadvent20-agoncal-figure-pokemons.puml
|
6de08fd6e6f96eaa03b9f64fea37de56ccaaae68
|
[] |
no_license
|
adinadragan/agoncal-articles
|
ca2f14f99c5cdd599e008201e09149bac31f236c
|
38ab7fc7825b39d917d086a7109b089353aee690
|
refs/heads/master
| 2023-06-19T09:14:51.984599
| 2021-07-12T12:49:19
| 2021-07-12T12:49:19
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 365
|
puml
|
@startuml
skinparam dpi 300
class Pokemon <<@Entity>> {
+ name : String
+ manufacturer : String
+ weight : int
{static} + findARandomPokemon() : Pokemon
}
class PokemonResource <<@Path("/api/pokemons")>> {
+ getARandomPokemon() : Pokemon
+ getAllPokemons() : List<Pokemon>
}
PokemonResource .> Pokemon
PanacheEntity <|-- Pokemon
@enduml
|
8f3ca810869c2b4511f5489f8f3498213ecca646
|
c083168b4255af019262677c09ac0883d199b532
|
/kapitler/media/uml-class-dokumentobjekt.iuml
|
5d504da5c4cc68cf93b3db6a249784c9b362600d
|
[] |
no_license
|
gra-moore/noark5-tjenestegrensesnitt-standard
|
270f7088898ff0c5fa809b42297cfc56f829eeaa
|
0c3936475ce40ab41793b61aee5c4dcdff9c791d
|
refs/heads/master
| 2020-05-22T18:37:59.814751
| 2019-05-13T11:10:23
| 2019-05-13T11:10:23
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 520
|
iuml
|
@startuml
class Arkivstruktur.Dokumentobjekt {
+systemID : SystemID [0..1]
+versjonsnummer : integer
+variantformat : Variantformat
+format : Format [0..1]
+formatDetaljer : string [0..1]
+opprettetDato : datetime [0..1]
+opprettetAv : string [0..1]
+referanseDokumentfil : string [0..1]
+filnavn : string [0..1]
+sjekksum : string [0..1]
+mimeType : string [0..1]
+sjekksumAlgoritme : string [0..1]
+filstoerrelse : integer [0..1]
+elektroniskSignatur : ElektroniskSignatur [0..1]
}
@enduml
|
d019c00be1658dc327b0b3c27a3cdbcdc09592e5
|
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
|
/build/lateinvoicewithpayment@0.7.0.puml
|
3c5f8f434c25b141a6f8980ff13eb55e01dc14df
|
[
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] |
permissive
|
accordproject/cicero-template-library
|
737586850933daac2fbff2ff8b2d60dd50526b80
|
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
|
refs/heads/main
| 2023-04-27T01:07:05.932361
| 2022-08-26T13:02:59
| 2022-08-26T13:02:59
| 109,224,687
| 77
| 149
|
Apache-2.0
| 2023-04-20T21:43:00
| 2017-11-02T06:11:37
|
HTML
|
UTF-8
|
PlantUML
| false
| false
| 752
|
puml
|
@startuml
class org.accordproject.lateinvoicewithpayment.LateInvoiceContract << (A,green) >> {
+ Duration maximumDelay
+ Party purchaser
+ Party supplier
}
org.accordproject.lateinvoicewithpayment.LateInvoiceContract --|> org.accordproject.contract.Contract
class org.accordproject.lateinvoicewithpayment.LateInvoiceRequest << (T,yellow) >> {
+ DateTime invoiceDue
+ MonetaryAmount amountDue
}
org.accordproject.lateinvoicewithpayment.LateInvoiceRequest --|> org.accordproject.runtime.Request
class org.accordproject.lateinvoicewithpayment.LateInvoiceResponse << (T,yellow) >> {
+ Boolean paymentRequired
+ String cause
}
org.accordproject.lateinvoicewithpayment.LateInvoiceResponse --|> org.accordproject.runtime.Response
@enduml
|
133bcc3640c2e2490e5ec7446d0c7d4702fa2554
|
11eb610c81465b53d61aaf77f1f30bfd16eecd47
|
/diagrams/class-general/src/class-map.puml
|
6d4e4b4c6e41ac45a50a3a942dec9af95d9b3a07
|
[] |
no_license
|
bauerkamil/hogwartSim
|
a0ff366bb764c325d4d98907edfbf06188a37455
|
cc47e0cd27040520c4916d79cf64b12436591442
|
refs/heads/main
| 2023-05-24T10:08:02.273423
| 2021-06-15T21:42:28
| 2021-06-15T21:42:28
| 361,216,537
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,387
|
puml
|
@startuml
'https://plantuml.com/class-diagram
skinparam classAttributeIconSize 0
package hogwartSim.map{
interface IMap{
+ getCreatures(): List<ICreature>
+ randomLocate(ICreature): void
+ randomRelocate(ICreature): void
+ randomLocate(IItem): void
+ getAtPosition(PositionXY): List<ICreature>
+ getItemsAtPosition(PositionXY): List<IItem>
+ getPosition(ICreature): PositionXY
+ removeFromMap(ICreature): void
+ removeFromMap(IItem): void
}
class MaraudersMap{
- rnd: Random
- mapSize: int
# creaturePosition: Map<ICreature, PositionXY>
# itemPosition: Map<IItem, PositionXY>
+ getCreatures(): List<ICreature>
+ randomLocate(ICreature): void
+ randomRelocate(ICreature): void
+ randomLocate(IItem): void
+ getAtPosition(PositionXY): List<ICreature>
+ getItemsAtPosition(PositionXY): List<IItem>
+ getPosition(ICreature): PositionXY
+ removeFromMap(ICreature): void
+ removeFromMap(IItem): void
}
class PositionXY{
+ x: int
+y: int
+equals(Object): boolean
}
IMap <|-- MaraudersMap
PositionXY --* MaraudersMap
}
package hogwartSim.general{
interface ICreature
interface IItem
}
IMap - ICreature
IMap - IItem
@enduml
|
031c3aac2243bbbce9c5f814878130f9908d1a52
|
d1e3ade02e1d410525006a391678f230205a65aa
|
/Dokumentation/Domænemodel/Domain_Model_Meew.puml
|
317040156e0cebb415c0000ea18251135b26f54a
|
[] |
no_license
|
ariktwena/Meew
|
0918a21baa23fa8014809ff8d6ec4c404399fbda
|
29bd6abaf6ca11e5b5e2c239ac4bbfd42a97eae1
|
refs/heads/master
| 2023-09-02T06:58:19.421488
| 2021-10-27T14:28:21
| 2021-10-27T14:28:21
| 420,369,207
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 342
|
puml
|
@startuml
Title Domænemodel
hide circle
hide methods
class Wheel {
serienummer
}
class Felter {
beskrivelse
værdi
}
class Spin {
runder
præmie
}
class Spiller {
navn
email
}
class Firma {
navn
}
Firma "1" -- "*" Wheel
Wheel "1" -- "*" Felter
Wheel "1" -- "*" Spin
Spin "*" -- "1" Spiller
@enduml
|
21db87e033f3639c69a88625c1f4f25793552f7e
|
63114b37530419cbb3ff0a69fd12d62f75ba7a74
|
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/Assertions/InvalidSignatureException.puml
|
5bb5ca50811987ba571d67df1f42f4f377694f20
|
[] |
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
| 210
|
puml
|
@startuml
class InvalidSignatureException {
+ InvalidSignatureException(message:string)
}
ResultStateException <|-- InvalidSignatureException
InvalidSignatureException --> "ResultState" ResultState
@enduml
|
08dd60a5667b09fe5925323e231d6732b6475693
|
068579f9ad18a1368961dc3b9f812129f4f7e858
|
/DesignPattern/Facade/BattleRoyale/uml/class_diagram.puml
|
45d1dd13ef9049cc37fde48f3d007520104d6113
|
[] |
no_license
|
AleMidolo/materiale-tutorato-ids
|
d9c27a9d0da9436842144a7cc8bd6d381f6e3546
|
3d95de651214245b113c92481007ec177ce95471
|
refs/heads/master
| 2023-03-30T22:05:39.627666
| 2021-04-01T13:53:07
| 2021-04-01T13:53:07
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,010
|
puml
|
' Documentazione: https://plantuml.com/class-diagram
@startuml
' START STYLE
skinparam {
monochrome true
'shadowing false
classBackgroundColor white
noteBackgroundColor white
classAttributeIconSize 0
}
hide circle
' END STYLE
title Facade: esempio Battle Royale
class Client
hide Client members
class Giocatore {
+ getID(): int
+ getEquip(): String
}
Client -up-> Giocatore
'BattleRoyale -up-> Giocatore
class BattleRoyale {
+ partecipa(g: Giocatore)
+ registra(g: Giocatore)
}
class Server {
+ isPieno(): boolean
+ addGiocatore(g: Giocatore): void
}
class GiocatoriRegistrati {
+ isRegistrato(g: Giocatore): boolean
+ registra(g: Giocatore): void
}
class CheatBuster {
+ isCheater(g: Giocatore): boolean
}
Client -right-> BattleRoyale
BattleRoyale -right-> CheatBuster
BattleRoyale -right-> GiocatoriRegistrati
BattleRoyale -right-> Server
' per migliorare il posizionamento nel diagramma
GiocatoriRegistrati -[hidden]-> CheatBuster
Server -[hidden]up-> GiocatoriRegistrati
@enduml
|
737fbbf96c8031571495feaf470db419dae23e8a
|
0bdece5379bd927fed7521fde7266160a68ab326
|
/java-oop/uml/class/class.plantuml
|
b7ce17a64edd188172be0626fae3874dbb3e8b88
|
[] |
no_license
|
fullness-java2020n502/java-text
|
804a09ed26965d83a1bb7d04cfa06f4a889f4e16
|
217a76bbce8418c0c3e2522ad4aaa8b3d38b9af8
|
refs/heads/master
| 2022-11-19T06:54:06.427756
| 2020-07-28T03:44:22
| 2020-07-28T03:44:22
| 278,494,694
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,060
|
plantuml
|
@startuml
' クラス図
' クラス図はほぼほぼJavaのクラスの書き方と一緒
' アクセス修飾子だけは下記ルール
' + public
' - private
' # protected
' ~ 無指定
' {static} スタティック
' {abstract} 抽象メソッド
' メソッドがない場合は境界線を省略
hide empty methods
' フィールドがない場合は境界線を省略
hide empty fields
' クラス図のドロップシャドウを無効
skinparam shadowing false
' パッケージ
package value {
' コメント表示
class Employee extends Entity {
- int empNo
- String empName
- Date birthday
- {static} int deptNo
+ int getEmpNo()
+ String getEmpName()
+ Date getBirthday()
+ int getDeptNo()
+ void setEmpNo(int empNo)
+ void setEmpName(String empName)
+ void setBirthday(Date birthday)
+ void setDeptNo(int deptNo)
}
' インターフェースと具象クラス
class Cat implements Animal{
{abstract} String cray(String name)
}
}
package dao {
class EmployeeDAO
}
EmployeeDAO --> Employee : use
@enduml
|
b49a9d1747933ed2ae6503044ac6eb4d8f011755
|
4a6a389449fa439db1565a83b4a392f72d3cc9f6
|
/doc/Class.plantuml
|
99bb15a1d24c4f758b207bdc66b2f58897d37399
|
[] |
no_license
|
zabila/ConsoleBattleship
|
5c5ac453bc8810a9ec11ee3a4916b0494772d8f7
|
b4cc06e3e3890a825a5febee82b0d5a53b199ef3
|
refs/heads/master
| 2023-06-23T18:30:36.264498
| 2017-06-22T18:30:03
| 2017-06-22T18:30:03
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,082
|
plantuml
|
@startuml
scale max 1024*768
class LifeCycle{
+void play()
-GameState* game
}
abstract Ship{
+enum class ShipType
- vector<cordinate> shipCells
+ {abstract} void DeactivateCellsAround() = 0
+ {abstract} bool CheckHit() = 0
}
class Map{
-vactor<cordinate> Cell
- vector<Ship> ships
- void AddShip(ShipType)
+ bool IsCellActive(Cordinate)
+ void DeactiveteCells(Cordinate)
+ bool TakeShot(Cordinate)
}
class Sloop{
}
class Corvete{
}
class Frigate{
}
class Linkor{
}
class Drawer{
+ static void DrowMap(Map)
+ void ClearView()
+ void DrowText(string)
+ void DrowStatistic()
}
class AI{
+ Cordinate GetShotPoint()
}
class AITurn{
}
class PlayerTurn{
}
class Pause{
}
class GameState{
+ {abstract} void Next() = 0
+ {abstract} Cordinate MakeTurn() = 0
}
LifeCycle *-- Map
Map *-- Ship
Ship <|-- Sloop
Ship <|-- Corvete
Ship <|-- Frigate
Ship <|-- Linkor
LifeCycle *-- Drawer
AITurn *-- AI
LifeCycle *-- GameState
GameState <|-- PlayerTurn
GameState <|-- AITurn
GameState <|-- Pause
@enduml
|
71b301b95819abcec88a1e2eb04851d5ae9ac70b
|
644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc
|
/docs/uml/software/device/DeviceSorter.puml
|
c591c1d7c9099c737c13f9757ef830fa3b59b9fb
|
[] |
no_license
|
tzAcee/photonized
|
c929a6c04bedd0304a4e427d6c2895cdf73568d3
|
aa53ed7bda18959c58467fe4560dc3ff4e1ae422
|
refs/heads/main
| 2023-05-03T15:13:31.148910
| 2021-05-25T13:55:17
| 2021-05-25T13:55:17
| 316,536,113
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 304
|
puml
|
@startuml
class DeviceSorter {
- <<const>> DEFAULT_SPLIT : int = 3
+ DeviceSorter(console:IConsole)
+ set_parser(parser:ICommandLineParser) : void
+ sort() : void
}
IDeviceSorter <|-- DeviceSorter
DeviceSorter --> "_parser" ICommandLineParser
DeviceSorter --> "_Console" IConsole
@enduml
|
994f1d00ccb553b5ac6b0e724d9c082bafc37711
|
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
|
/serviceSchema/ip/uml/ipServicesExternalInterface.puml
|
8f9ee5b505b696ed95f62a3c5477961c1e75b234
|
[
"Apache-2.0"
] |
permissive
|
MEF-GIT/MEF-LSO-Legato-SDK
|
b2ed422108f4bbb5d3aff27123d3f31305fd808f
|
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
|
refs/heads/working-draft
| 2023-07-06T06:44:01.113378
| 2023-06-23T14:14:48
| 2023-06-23T14:14:48
| 94,903,642
| 5
| 4
|
Apache-2.0
| 2022-05-04T10:22:56
| 2017-06-20T15:00:38
| null |
UTF-8
|
PlantUML
| false
| false
| 944
|
puml
|
@startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class IpServicesExternalInterface{
identifier: Identifer53 [1]
administrativeState: AdminState [1]
operationalState: OperationalState [1]
}
class IpUni {
ipUniAccessLink: IpUniAccessLink [1..*]
ipvcEndPoint: IpvcEndPoint [*]
managementType: UniManagementType [1]
ingressBandwidthProfileEnvelope: IpUniIngressBwpEnvelope [0..1]
egressBandwidthProfileEnvelope: IpUniEgressBwpEnvelope [0..1]
listOfControlProtocols: RoutingProtocols [0..1]
reversePathForwarding: EnabledDisabled [1]
}
class IpEnni {
enniType: EnniType [1]
routingInformation: EnniRoutingInformation [1..*]
ingressBandwidthProfileEnvelopes: IpEnniIngressBwpEnvelopePerEnniLink [1]
egressBandwidthProfileEnvelopes: IpEnniEgressBwpEnvelopePerEnniLink [1]
}
IpServicesExternalInterface <|-- IpUni
IpServicesExternalInterface <|-- IpEnni
@enduml
|
77e3a09326d0085c03e72cb996b3e8f2e9816783
|
ed006f8e98c20dfd1fe16065e9037b6c8efc511d
|
/doc/design/diagrams/request_response/request_response_header.puml
|
566bbe44292265c37ced951a463d108452e90064
|
[
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-generic-export-compliance"
] |
permissive
|
phongt/iceoryx
|
939343855cc4bbe1610ce7c7ed504539a943f795
|
efc697cf67a8bc8aedf3d123e2c9df582a5aeb83
|
refs/heads/master
| 2023-07-26T03:36:03.492954
| 2023-07-19T08:29:19
| 2023-07-19T08:29:19
| 237,723,029
| 0
| 0
|
Apache-2.0
| 2023-07-21T19:33:59
| 2020-02-02T05:23:34
|
C++
|
UTF-8
|
PlantUML
| false
| false
| 975
|
puml
|
@startuml
class RpcBaseHeader {
+ RpcBaseHeader(uniqueClientQueueId: UniqueId&, lastKnownQueueIndex: uint32_t, sequenceId: uint64_t, rpcHeaderVersion: uint8_t)
+ getRpcHeaderVersion(): uint8_t
+ getSequenceId(): int64_t
+ getChunkHeader(): ChunkHeader*
+ getUserPayload(): void*
# m_rpcHeaderVersion: uint8_t
# m_lastKnownClientQueueIndex: uint32_t
# m_uniqueClientQueueId: UniqueId
# m_sequenceId: int64_t
}
class RequestHeader {
+ RequestHeader(uniqueClientQueueId: UniqueId&, lastKnownQueueIndex: uint32_t)
+ setSequenceId(sequenceId: int64_t): void
{static} fromPayload(payload: void*): RequestHeader*
}
class ResponseHeader {
+ ResponseHeader(uniqueClientQueueId: UniqueId&, lastKnownQueueIndex: uint32_t, sequenceId: uint64_t)
+ setServerError(): void
+ hasServerError(): bool
{static} fromPayload(payload: void*): RequestHeader*
- m_hasServerError: bool
}
RequestHeader --> RpcBaseHeader
ResponseHeader --> RpcBaseHeader
@enduml
|
baffa7b69826306b46851491d4cce071824561b8
|
3a2a1031710d74d1a970c61f4df23ce2d5ce1737
|
/doc/db/core.puml
|
a4b7b1db5514176422a69454dd35827c0039ff97
|
[
"Apache-2.0"
] |
permissive
|
nanotube164/InternetQuestionBank
|
ddd065638d012d71a76c879f24ed7d75bad0bf6f
|
4c4e3f41e6cd4def6a707d6fdc229de23248fbf5
|
refs/heads/master
| 2023-06-24T12:11:35.145426
| 2021-07-06T14:20:31
| 2021-07-06T14:20:31
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,755
|
puml
|
@startuml
class 用户 {
{static} +UUID _id
+Array token
+String avatar
+String sign
{static} +String code
{static} +Integer gender
+Array socialInfo
+Array followers
+Array collect
+Array settingInfo
+UUID AuthID
--登录注册登出,校验token相关--
+void loginByWechat()
+void updateUserInfo()
+void userLogout()
+void checkToken()
--关注/取消关注--
+void checkFollowers()
}
class 收藏夹 {
+UUID _id
+String name
+Array collectData
}
class 用户申请认证表{
+UUID _id
+UUID userID
+String state
+JSON content
--申请和修改认证--
+void addCertificationApplyOrder()
+void updateCertificationApplyOrder()
}
class 用户验证码表{
+UUID _id
+String mobile
+String type
+String code
+String state
}
class 题目专区 {
+UUID _id
+String name
+String iconPath
+void addArea()
+void updateArea()
+void deleteArea()
}
class 题目分类标签{
+UUID _id
+UUID areaID
+String name
+void addTag()
+void deleteTag()
+void updateTag()
}
class 题目 {
+UUID _id
+String title
+UUID publishUserID
+UUID areaID
+String content
+Array questionExplanation
+Array tagID
+String state
+JSON examineInfo
+void addQuestion()
+void deleteQuestion()
+void updateQuestion()
--推荐机制获取题目信息--
+Array getQuestions()
}
class 题解{
+UUID _id
+String content
+UUID questionID
+UUID userID
+Array userAgreed
+Array userDisagreed
+void addQuestionExplanation()
+void deleteQuestionExplanation()
+void updateQuestionExplanation()
--收藏题解--
+void addQuestionExplanation()
}
class 文章{
+UUID _id
+UUID userID
+Array tagID
+String title
+String content
+String desc
+String state
+String rejectReason
}
class 角色{
+UUID _id
+String role_id
+String role_name
+Array permission
+String comment
}
class 权限{
+UUID _id
+String permission_id
+String permission_name
+String comment
}
class 服务号推送日志{
+UUID _id
+String type
+String content
}
namespace 搜索 #DDDDDD {
class 搜索日志 {
+UUID _id
+String content
+String timestamp
+String user_id
}
class 热搜 {
+UUID _id
+String content
+Number count
+String create_date
}
.搜索资源 --> .用户
.搜索资源 --> .题目
.搜索资源 --> .题解
}
题目专区 --> "many" 题目分类标签::areaID
用户 --> "many" 题目
用户 --> "many" 用户申请认证表::userID
用户 --> "many" 文章::userID
用户 --> "many" 角色
用户 --> "many" 用户验证码表
用户::collect --> "many" 收藏夹::_id
用户 --> "many" 权限
文章::tagID --> "many" 题目分类标签
题目 --> "many" 题目分类标签
题目 <-- 题目专区
题目 --> "many" 题解::questionID
note left of 用户::_id
由Uni-id生成的唯一主键
end note
note right of 用户::socialInfo
用户和题解/文章等进行社交的信息,是一个对象数组,通常会记录了社交的类别:文章/题解
社交的操作:点赞等
社交的其他信息对象Info,比如题解的_id 文章的_id
end note
note left of 用户::code
微信登录返回的code作为记录
end note
note left of 用户::gender
和微信的性别机制一样,0未知, 1男,2女
end note
note right of 题目::state
onlist | pass | reject
end note
note right of 题目::examineInfo
审核信息(比如拒绝原因)
end note
note right of 权限::permission_id
三种权限 ANY | Push Questions | Normal
end note
@enduml
|
8e9f239e5d8db57c95df84284b2df54b910fb981
|
eee65bdd4128eeedc3271601006ed5739b43bd67
|
/uml/srp_okay.puml
|
e5a9934bec3c3e4fd76855e02f577ef90049743a
|
[] |
no_license
|
argh87/bachelorthesis
|
25e8443e61233a628a12a6207f20b0a8319c3cf5
|
9f8a463b455b6e84f67a424ebf5efc2507bc3ebc
|
refs/heads/master
| 2023-04-14T08:47:44.757939
| 2021-04-12T08:32:34
| 2021-04-12T08:32:34
| 345,094,877
| 0
| 1
| null | 2021-04-12T08:32:35
| 2021-03-06T13:01:32
|
TeX
|
UTF-8
|
PlantUML
| false
| false
| 221
|
puml
|
@startuml
allowmixing
class DVD {
+ getDetails()
}
class DVDRepository {
+ save(DVD)
}
actor "Cineast" as cine
actor "Admin" as db
db -> DVDRepository::save
DVDRepository .> DVD : uses
cine -> DVD::getDetails
@enduml
|
7dd4b80e523b8ee17e7a26a698bbcb8bbecf4280
|
0bdd2517ff2cfa34051b64678d00bcf0b732dd1e
|
/de/ostfalia/practice/id568441/id568441.plantuml
|
a080c9d377259e0edfe51402d4d96a5e7f4bf189
|
[] |
no_license
|
Kjay9558/supermarkt
|
a07f5a42d40253a249dd84f9ea57c281b6d55c44
|
dbad8590c13595ffb94cd3f710dffce177cb6499
|
refs/heads/master
| 2021-01-04T09:22:06.133162
| 2020-02-14T13:07:15
| 2020-02-14T13:07:15
| 240,486,278
| 0
| 0
| null | 2020-02-14T13:07:16
| 2020-02-14T10:46:00
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 2,766
|
plantuml
|
@startuml
title __ID568441's Class Diagram__\n
namespace de.ostfalia.practice.id568441 {
class de.ostfalia.practice.id568441.Getraenk {
- alkgehalt : double
- kalorien : int
- kohlensaeure : boolean
- volumen : double
+ Getraenk()
+ getAlkgehalt()
+ getKalorien()
+ getVolumen()
+ isKohlensaeure()
+ setAlkgehalt()
+ setKalorien()
+ setKohlensaeure()
+ setVolumen()
+ toString()
}
}
namespace de.ostfalia.practice.id568441 {
class de.ostfalia.practice.id568441.Kleidung {
+ Kleidung()
}
}
namespace de.ostfalia.practice.id568441 {
enum groesse {
L
M
S
XL
XS
XXL
}
}
namespace de.ostfalia.practice.id568441 {
class de.ostfalia.practice.id568441.Lebensmittel {
- gewicht : double
- kalorien : int
+ Lebensmittel()
+ getGewicht()
+ getKalorien()
+ setGewicht()
+ setKalorien()
+ toString()
}
}
namespace de.ostfalia.practice.id568441 {
class de.ostfalia.practice.id568441.Spiel {
+ Spiel()
}
}
namespace de.ostfalia.practice.id568441 {
enum typ {
BRETT
KARTE
VIDEO
}
}
namespace de.ostfalia.practice.id568441 {
abstract class de.ostfalia.practice.id568441.Ware {
- altersfreigabe : short
- artikelnummer : int
- hersteller : String
- name : String
- preis : double
+ Ware()
+ getAltersfreigabe()
+ getArtikelnummer()
+ getHersteller()
+ getName()
+ getPreis()
+ setAltersfreigabe()
+ setArtikelnummer()
+ setHersteller()
+ setName()
+ setPreis()
+ toString()
}
}
namespace de.ostfalia.practice.id568441 {
class de.ostfalia.practice.id568441.supermarkt {
}
}
de.ostfalia.practice.id568441.Getraenk -up-|> de.ostfalia.practice.id568441.Ware
de.ostfalia.practice.id568441.Kleidung -up-|> de.ostfalia.practice.id568441.Ware
de.ostfalia.practice.id568441.Kleidung +-down- de.ostfalia.practice.id568441.Kleidung.groesse
de.ostfalia.practice.id568441.Lebensmittel -up-|> de.ostfalia.practice.id568441.Ware
de.ostfalia.practice.id568441.Spiel -up-|> de.ostfalia.practice.id568441.Ware
de.ostfalia.practice.id568441.Spiel +-down- de.ostfalia.practice.id568441.Spiel.typ
de.ostfalia.practice.id568441.Ware -up-|> de.ostfalia.practice.id568441.supermarkt
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
|
30c7c4380bf2689971eea63df18e9d07075c1e24
|
20591fcca4e64599893f88dd1a554e4333477fe2
|
/library/src/main/resources/mg/jaona/ia/perceptron multicouche.puml
|
16d69366c56b6d7b81b0c713066d737cf9c91cfb
|
[] |
no_license
|
rajaomariajaona/java-algo-datastructure-ia
|
de844b120dd28b9a6ee74d2d6330020ae1ba70be
|
92672eaf75418687b96cbf9cfd2e77cd9170d1a0
|
refs/heads/master
| 2023-05-14T16:30:33.693628
| 2021-06-07T10:28:29
| 2021-06-07T10:28:29
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 515
|
puml
|
@startuml
class PerceptronMultilayer {
- Integer nbPrototype;
- List<Vertex> input;
- List<Vertex> hidden;
- List<Vertex> output;
- Graph<Float> g
+ computeStructure();
+ initializeWeight();
- Float forwardPropagation(List<Float> input);
- backPropagation(Float expected, Float actual);
}
class Structure{
- Integer nbHiddenLayer
- Integer nbInputLayer
- Integer nbOutputLayer
}
class SigmoidFunction{
float compute(float x);
flot prime((float x);
}
@enduml
|
54ef99ae9448ddf54a1522ec814b725798a5be2a
|
2560aaaae8e5559e8e43e737ba98a4d71a490381
|
/Game/diagrammes de classes/DiagrammeDeClasse_new.puml
|
14a8d5b3ecb92b04c1ed1af5c327ead55f1204ca
|
[] |
no_license
|
bleubidon/RobotTurtles
|
b1746b215d6d987ee24f65e9ecf6099239f0c6dd
|
1c6f83e7a1f2efca93d8a1b844248ee07d16d5af
|
refs/heads/master
| 2021-05-24T13:24:52.699551
| 2020-02-26T15:36:34
| 2020-02-26T15:36:34
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,928
|
puml
|
@startuml
'On ommet les getters et setters
'src
class Main {
logiqueDeJeu: LogiqueDeJeu
+ static main(String[] args): void
}
class LogiqueDeJeu {
- monInterface: Interface
- nombreJoueurs: int
- ordreJoueurs: ArrayList<Integer>
- modeJeu: String
- modeBug: boolean
- nombreJoueursGagne: int
- joueurs: ArrayList<Joueur>
- positionsInitialesJoueurs: ArrayList<Position>
- joyaux: ArrayList<Joyau>
- plateau: Plateau
- joueurCourant: Joueur
- gameOver: boolean
- initialiserPositionsPlateauOrdrepassage(): void
- initialiserAttributsJoueurs(int): void
~ initialiserPartie(): void
- reInitialiserPartie(): void
- jouerManche(): void
~ lancerPartie(): void
- initFocusJoueur(): int
}
Main -- LogiqueDeJeu
class Plateau {
- taillePlateau: int
- plateau: String[][]
- casesAccessibles: ArrayList<ArrayList<Integer>>
- numerosTortuesVerifiees: ArrayList<Integer>
- aucuneTortueBloquee: boolean
~ initPlateau(): void
- getRecursiveCasesAdjacentesLibres(ArrayDeque<int[]>, boolean): ArrayDeque<int[]>
- getCasesAccessibles(int[], boolean): ArrayList<ArrayList<Integer>>
~ placementBloquant(int[]): boolean
}
Plateau -- LogiqueDeJeu
class Case {
- x: int
- y: int
- contenu: String
}
Case --* Plateau
class Joueur {
- numeroJoueur: int
- classement: int
- carteBug: boolean
- subiBug: boolean
- score: int
- tortue: Tortue
- deck: Deck
- cartesMain: CartesMain
- programme: Programme
- mursDePierre: int
- mursDeGlace: int
- action: String
~ reInitCartes(): void
~ placerMur(Obstacle): boolean
~ completerPrgm(Carte): void
~ executerPrgm(): void
~ subirBug(): void
~ terminerTour(): void
}
Joueur -- LogiqueDeJeu
'src.Tuiles
abstract class Tuile {
# position: Position
# getCaseSuivante(): Case
}
Tuile -- LogiqueDeJeu
Tuile --* Plateau
enum Orientations {
UP
LEFT
DOWN
RIGHT
+ static getOrientationSuivante(Orientations): Orientations
+ static getOrientationPrecedente(Orientations): Orientations
}
class Position {
- x: int
- y: int
- orientation: Orientations
}
Position o-- Tuile
Position -- Orientations
class Tortue {
- reprTortues: HashMap<Orientations, String>
- positionDepart: Position
- numeroJoueur: int
- retourPositionDepart(): void
- deplacerTortue(Tortue, Position): void
+ avancer(): void
+ tournerHoraire(): void
- faireDemiTour(): void
+ tournerAntiHoraire(): void
+ lancerLaser(): void
+ getReprTortue(Tortue, Orientations): String
}
Tortue --|> Tuile
Tortue --* Joueur
class Joyau {
}
Joyau --|> Tuile
class Obstacle {
- typeObstacle: String
- coordsObstacle: int[]
}
Obstacle --|> Tuile
'src.Cartes
enum TypeCarte {
CARTE_BLEUE,
CARTE_JAUNE,
CARTE_VIOLETTE,
LASER,
NOT_A_CARD
}
class Carte {
- typeCarte: TypeCarte
+ @Override equals(Object): boolean
}
Carte -- TypeCarte
class Deck {
- deck: ArrayList<Carte>
~ donnerUneCarte(Joueur): Carte
}
Deck - CartesMain
Deck --* Joueur
Deck -- Carte
class CartesMain {
- cartesMain: ArrayList<Carte>
+ empty(): boolean
+ tirerCarteDuDeck(Joueur, int): void
- ajouterCarte(Carte carte): void
+ retirerCarte(TypeCarte): Carte
}
CartesMain - Programme
CartesMain --* Joueur
CartesMain -- Carte
class Programme {
- programme: ArrayDeque<Carte>
+ empty(): boolean
+ enfilerCarte(Carte): void
+ defilerCarte(boolean): Carte
}
Programme - Deck
Programme --* Joueur
Programme -- Carte
'src.Interface
interface Interface {
+ afficherPlateau(): void
+ ...()
}
Interface -- LogiqueDeJeu
class InterfaceGraphique {
+ afficherPlateau(): void
+ ...()
}
InterfaceGraphique ..|> Interface
class InterfaceConsole {
+ afficherPlateau(): void
+ ...()
}
InterfaceConsole ..|> Interface
@enduml
|
c1b5c0878b30ef5eb5fa4b0167f79b83f98acec7
|
d23b3e7164cd9877582311205b1bb6021504ab2d
|
/app/src/main/java/demo/ht/com/design_pattern/proxy_mode/demo01/UMLDemo01.puml
|
578d6fe534fe781367d80f207f5772edcffab8ef
|
[] |
no_license
|
langyangyangzzZ/newDesignPattern
|
04c6f66348ec0a92b9fb30388341cc8bcb31c3f5
|
49c47a2c4b7afd08b33b0772ed667ad97ddd68a7
|
refs/heads/master
| 2023-04-20T04:58:31.311843
| 2021-04-23T09:51:28
| 2021-04-23T09:51:28
| 327,259,455
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 374
|
puml
|
@startuml
interface IHouse{
void showHouse();
}
note left:需要代理的房子
class HouseMaster
note left:房东
HouseMaster --|> IHouse
class HouseProxy{
IHouse house;
seeHouse()
money()
}
note right:中介代理房子\n中介还可以收取中介费\n中介还可以带我们看房子
HouseProxy --* IHouse
class 我{
}
我 --> HouseProxy
@enduml
|
829ce0278774bc909f8833b1666246581da418b7
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/ShoppingListReference.puml
|
43755b37cf21cbbf9bfdfd9d25512da007fe41ba
|
[] |
no_license
|
commercetools/commercetools-api-reference
|
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
|
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
|
refs/heads/main
| 2023-09-01T05:22:42.100097
| 2023-08-31T11:33:37
| 2023-08-31T11:33:37
| 36,055,991
| 52
| 30
| null | 2023-08-22T11:28:40
| 2015-05-22T06:27:19
|
RAML
|
UTF-8
|
PlantUML
| false
| false
| 526
|
puml
|
@startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ShoppingListReference [[ShoppingListReference.svg]] extends Reference {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
obj: [[ShoppingList.svg ShoppingList]]
}
interface Reference [[Reference.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
}
@enduml
|
60868048d77f7d5a94fccd1d7b12cfea204b8540
|
a26bbd033192f4ea245a6dd3f166976b39459752
|
/3_Documentazione/design/be/acc.puml
|
6a5137afb00b37475646f320702afedd67b76fdd
|
[] |
no_license
|
giuliobosco/freqline
|
fdc673e09e4cfc96dc67a759788120b81fdbae46
|
e94256cc349797447cf414bbe4267ef45c89723e
|
refs/heads/master
| 2022-04-10T16:22:55.993289
| 2020-04-06T13:28:19
| 2020-04-06T13:28:19
| 206,082,972
| 3
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 5,226
|
puml
|
@startuml
skinparam classAttributeIconSize 0
class Thread {
}
package ch.giuliobosco.freqline.acc {
class AccGenerator{
+ {static} String KEY_C = "AAAAA"
+ {static} void turnGeneratorOn(Connection connection, String keyC, SerialThread serialThread)
+ {static} void turnGeneratorOff(Connection connection, String keyC, SerialThread serialThread)
+ {static} void turnGeneratorOn(Connection connection, String, long timer, SerialThread serialThread)
+ {static} void updateDecibel(Connection connection, int userId, int decibel, SerialThread serialThread)
- {static} void updateFrequence(Connection connection, int userId, int frequence, SerialThread serialThread)
- {static} void initAccStatus(Connection connection, SerialThread serailThread)
- {static} void initAccDecibels(Connection connection, SerialThread serialThread)
- {static} void initAccFrequence(Connection connection, SerialThread serialThread)
+ {static} void initAcc(Connection connection, SerialThread)
}
class SerialCommunication {
+ {static} byte[] EMPTY_BYTE_ARRAY
+ {static} byte INIT 42
+ {static} byte COMMAND_INIT 43
+ {static} byte RESPONSE_INIT 45
+ {static} byte END 10
+ {static} byte TO_BYTE 0x000000FF
- byte sequenceType
- byte sequence
- byte[] message
+ SerialCommunication(byte sequenceType, byte sequence, byte[] message)
+ SerialCommunication(boolean command, byte sequence, byte[] message)
+ SerialCommunication()
+ byte getSequenceType()
+ byte getSequence()
+ byte[] getMessage()
+ void setMessage(byte[] message)
# byte toByteUnsigned(int b)
# byte[] arrayPush(byte[] bytes, byte b)
# byte[] buildBytesToWrite()
+ void readUntilEnd(InputStream in)
+ void write(OutputStream out)
+ boolean isSameSequence(SerialCommunication serialCommunication)
+ boolean isSameSequenceType(SerialCommunication serialCommunication)
+ boolean isSame(SerialCommunication serialCommunication)
+ boolean equals(Object obj)
}
class SerialCommand {
+ {static} byte NULL_BYTE 100, \n ECHO_BYTE 69, \n FREQUENCE_BYTE 102, \n GENERATOR_OFF_BYTE 103, \n GENERATOR_ON_BYTE 71, \n DECIBEL_BYTE 100, \n MIC_BYTE 109, \n REMOTE_BYTE 114
+ {static} SerialCommand NULL
+ {static} SerialCommand ECHO
+ {static} SerialCommand FREQUENCE
+ {static} SerialCommand GENERATOR_ON
+ {static} SerialCommand GENERATOR_OFF
+ {static} SerialCommand DECIBEL
+ {static} SerialCommand MIC
+ {static} SerialCommand REMOTE
+ SerialCommand(byte command, byte[] message)
+ SerialCommand(byte command)
+ SerialCommand()
+ byte getCommand()
+ {static} SerialResponse loadCommand(SerialCommunication serialCommunication)
}
SerialCommunication <|-- SerialCommand
class SerialResponse {
+ {static} byte OK_BYTE 111, ERROR_BYTE 101
+ {static} SerialResponse OK, ERROR
+ SerialResponse(byte response, byte[] message)
+ SerialResponse(byte response)
+ SerialResponse()
+ byte getResponse()
}
SerialCommunication <|-- SerialResponse
interface SerialInputCommand {
SerialResponse buildResponse();
}
class SerialEchoCommand {
+ SerialEchoCommand(byte[] message)
+ SerialEchoCommand(String message)
+ SerialEchoCommand()
+ void setMessage(String message)
}
SerialCommand <|-- SerialEchoCommand
SerialInputCommand <|.. SerialEchoCommand
class SerialMicCommand {
+ SerialMicCommand(SerialThread serialThread)
}
SerialCommand <|-- SerialMicCommand
SerialInputCommand <|.. SerialMicCommand
SerialMicCommand o-- SerialThread
class SerialRemoteCommand {
+ SerialRemoteCommand(SerialThread serialThread)
}
SerialCommand <|-- SerialRemoteCommand
SerialInputCommand <|.. SerialRemoteCommand
SerialRemoteCommand o-- SerialThread
class SerialNullCommand {
+ SerialNullCommand()
}
SerialCommand <|-- SerialNullCommand
SerialInputCommand <|.. SerialNullCommand
class SerialThread {
+ {static} String COM_NAME "Arduino"
+ {static} int TIMEOUT 100000000
- SerialPort serialPort
+ SerialThread()
- void searchArduino()
- void openSerialPort()
- void checkSerialCommunication()
- void readCommandWriteResponse()
- void writeCommandReadResponse()
- void writeOnSerial(SerialCommunication serialCommunication)
- void removeCommand(SerialCommand serialCommand)
+ addCommand(SerialCommand serialCommand)
- void setupInitCommands()
+ run()
}
SerialThread "ArrayList" o-- SerialCommand
Thread <|-- SerialThread
class MicThread {
- long timer
- Connection connection
+ MicThread(SerialThread serialThread, Connection connection, long timer)
+ void run()
}
Thread <|-- MicThread
MicThread o-- SerialThread
}
@enduml
|
f45f3ec9ac0f24da879615c23fc4d271c827a3fd
|
c3287e91ce0ebce396cd3966de3d2f7d90131c20
|
/Plantuml/BL/Exceptions/BLPDFCreationException.puml
|
21daccf2f84a2fa2c2a16214a4dd5d75ec497cb5
|
[] |
no_license
|
kretmatt/SWE2-Tourplanner
|
497ec2e888112bd3d67a0f2b97e7c1e8e0348371
|
f064500ae5b913b00671f358a586011affcdaf00
|
refs/heads/main
| 2023-05-12T11:48:29.605417
| 2021-06-06T21:53:11
| 2021-06-06T21:53:11
| 341,115,114
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 227
|
puml
|
@startuml
class BLPDFCreationException {
+ BLPDFCreationException()
+ BLPDFCreationException(message:string)
+ BLPDFCreationException(message:string, inner:Exception)
}
Exception <|-- BLPDFCreationException
@enduml
|
ed6e6361355801727decb3b2330145b6678cbeb8
|
8346e88afd786d114f567c5efb8ffea7eb8bed86
|
/uml/CustomerArea/Models/Customer/ICustomerUser.puml
|
b6df6f16cf87b1ec13f9edff5956799b2c093738
|
[
"MIT"
] |
permissive
|
lefevbre-organization/eShopOnContainers
|
910e7af562fe4fd7cbffc048c402551dad93cf91
|
620dfaf3b8ca51732417432ea3a15d748368967f
|
refs/heads/lef-main-containers
| 2023-02-18T21:08:56.362792
| 2023-02-09T11:02:48
| 2023-02-09T11:02:48
| 203,787,005
| 0
| 0
|
MIT
| 2023-02-08T05:15:42
| 2019-08-22T12:06:29
|
PHP
|
UTF-8
|
PlantUML
| false
| false
| 441
|
puml
|
@startuml
interface ICustomerUser {
Calendars : List<Calendar> <<get>> <<set>>
Fields : List<Field> <<get>> <<set>>
Notifications : List<NotifyTemplate> <<get>> <<set>>
States : List<State> <<get>> <<set>>
Tags : List<Tag> <<get>> <<set>>
Tools : List<Tool> <<get>> <<set>>
DefaultFolders : List<FolderDefault> <<get>> <<set>>
Langs : List<Lang> <<get>> <<set>>
}
ICustomerUserView <|-- ICustomerUser
@enduml
|
18b802ebea8be6244ffbb0ac19603e069a738994
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/GraphQLMaxCartDiscountsReachedError.puml
|
0b35f5230c67d174f3bb8721fa026da5d8791209
|
[] |
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
| 438
|
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 GraphQLMaxCartDiscountsReachedError [[GraphQLMaxCartDiscountsReachedError.svg]] extends GraphQLErrorObject {
code: String
}
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] {
code: String
}
@enduml
|
5dbbebffc5ef53f67b0670e44727a69a6d023763
|
1e557a8d0b755ce2d66458e43dcd426dd8f27fec
|
/阅读代码/android/webview.plantuml
|
516a07b8ffca2f7713f47a1da511be2c5d7abe55
|
[] |
no_license
|
rickgit/rickgit.github.io
|
94ff804637d1fe891583c9c1513a9b65b86361f5
|
5891f01bdd8ca1231cd9977a68960e11e28688f4
|
refs/heads/master
| 2023-08-29T21:35:00.999632
| 2023-08-12T04:40:16
| 2023-08-12T04:40:16
| 52,088,713
| 4
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 219
|
plantuml
|
@startuml
skinparam monochrome true
skinparam classBackgroundColor transparent
skinparam style strictuml
'<uses-permission android:name="android.permission.INTERNET"/>
class webview{
Window mWindow;
}
@enduml
|
1bdf037e04d9c36d6fe2c444b8144fdcbc5d2b46
|
7c52c02af747a0413d53bd373ec154a1826bbd0d
|
/src/main/resources/ex41.puml
|
c87a13f4796b9f5de8262626c1891c8166ef369e
|
[] |
no_license
|
oleksii-kulyk/kulyk-cop3330-assignment3
|
607cbd85f489980938a752c0a952e16bc017b342
|
dd9c0867931157800384b351171a81a62c890d32
|
refs/heads/master
| 2023-06-01T21:15:00.173412
| 2021-06-21T03:58:17
| 2021-06-21T03:58:17
| 378,577,784
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 288
|
puml
|
@startuml
title exercise 41 - Class Diagram
class App {
+File input41
+Scanner input
void main()
}
class Names {
ArrayList<String> namesList
int numOfLines
void read_names()
void sort_names()
void create_file()
void print_names()
}
App <|-down- Names: uses
@enduml
|
399f7c691934a8d91cb1e465597f7819c3bcf184
|
540d43c90e930f35817857dd6f9df2dfbf93cff1
|
/puml/Android-Java-VideoDecoder.puml
|
5dc64dd6ba3729552de1584ab8d01237833a4d6e
|
[] |
no_license
|
vintonliu/webrtc_code_read
|
252aad744b938ddfd7fb6bad389c9f9b5db6a89c
|
cffd54917e2cf5c29f5abb703401a7f23abf0f7c
|
refs/heads/master
| 2023-07-04T21:10:12.722636
| 2021-08-09T11:47:08
| 2021-08-09T11:47:08
| 371,236,194
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 5,909
|
puml
|
@startuml Java-VideoDecoder
title Android端视频解码器类图
interface VideoDecoderFactory {
+ @CalledByNative default VideoDecoder createDecoder(VideoCodecInfo info)
..
+ @CalledByNative default VideoCodecInfo[] getSupportedCodecs()
}
class MediaCodecVideoDecoderFactory {
+ VideoDecoder createDecoder(VideoCodecInfo info)
..
+ VideoCodecInfo[] getSupportedCodecs()
--
- MediaCodecInfo findCodecForType(VideoCodecMimeType type)
..
- boolean isSupportedCodec(MediaCodecInfo info, VideoCodecMimeType type)
..
- boolean isCodecAllowed(MediaCodecInfo info)
..
- boolean isH264HighProfileSupported(MediaCodecInfo info)
--
- EglBase.Context sharedContext
..
- Predicate<MediaCodecInfo> codecAllowedPredicate
}
note left of MediaCodecVideoDecoderFactory: 硬解码器
class SoftwareVideoDecoderFactory {
+ VideoDecoder createDecoder(VideoCodecInfo info)
..
+ VideoCodecInfo[] getSupportedCodecs()
--
- {static} VideoCodecInfo[] supportedCodecs()
}
note bottom of SoftwareVideoDecoderFactory: 软解:VP8/VP9
class DefaultVideoDecoderFactory {
+ VideoDecoder createDecoder(VideoCodecInfo info)
..
+ VideoCodecInfo[] getSupportedCodecs()
--
- VideoDecoderFactory hardwareVideoDecoderFactory
..
- VideoDecoderFactory softwareVideoDecoderFactory
..
- VideoDecoderFactory platformSoftwareVideoDecoderFactory
}
note top of DefaultVideoDecoderFactory : 辅助类,合并了硬解和软解
VideoDecoderFactory <|-- MediaCodecVideoDecoderFactory
VideoDecoderFactory <|-- DefaultVideoDecoderFactory
class HardwareVideoDecoderFactory {
..
- Predicate<MediaCodecInfo> defaultAllowedPredicate
}
MediaCodecVideoDecoderFactory <|-- HardwareVideoDecoderFactory
class PlatformSoftwareVideoDecoderFactory {
..
- Predicate<MediaCodecInfo> defaultAllowedPredicate
}
MediaCodecVideoDecoderFactory <|-- PlatformSoftwareVideoDecoderFactory
VideoDecoderFactory <|-- SoftwareVideoDecoderFactory
DefaultVideoDecoderFactory::softwareVideoDecoderFactory *-- SoftwareVideoDecoderFactory
DefaultVideoDecoderFactory::hardwareVideoDecoderFactory *-- HardwareVideoDecoderFactory
DefaultVideoDecoderFactory::platformSoftwareVideoDecoderFactory *-- PlatformSoftwareVideoDecoderFactory
interface VideoDecoder {
+ @CalledByNative default long createNativeVideoDecoder()
..
+ @CalledByNative VideoCodecStatus initDecode(Settings settings, Callback decodeCallback)
..
+ @CalledByNative VideoCodecStatus release()
..
+ @CalledByNative VideoCodecStatus decode(EncodedImage frame, DecodeInfo info)
..
+ @CalledByNative boolean getPrefersLateDecoding()
..
+ @CalledByNative String getImplementationName()
}
note top of VideoDecoder: 视频解码器基类
VideoDecoderFactory::createDecoder *-- VideoDecoder
abstract class WrappedNativeVideoDecoder {
+ {abstract} long createNativeVideoDecoder()
..
+ VideoCodecStatus initDecode(Settings settings, Callback decodeCallback)
..
+ VideoCodecStatus release()
..
+ VideoCodecStatus decode(EncodedImage frame, DecodeInfo info)
..
+ boolean getPrefersLateDecoding()
..
+ String getImplementationName()
}
VideoDecoder <|-- WrappedNativeVideoDecoder
class LibvpxVp8Decoder {
+ long createNativeVideoDecoder()
--
- long nativeCreateDecoder()
}
note bottom of LibvpxVp8Decoder: VP8 软解
WrappedNativeVideoDecoder <|-- LibvpxVp8Decoder
class LibvpxVp9Decoder {
+ long createNativeVideoDecoder()
--
- {static} native long nativeCreateDecoder()
..
- {static} native boolean nativeIsSupported()
}
note bottom of LibvpxVp9Decoder: VP9 软解
WrappedNativeVideoDecoder <|-- LibvpxVp9Decoder
class AndroidVideoDecoder {
+ VideoCodecStatus initDecode(Settings settings, Callback callback)
..
+ VideoCodecStatus release()
..
+ VideoCodecStatus decode(EncodedImage frame, DecodeInfo info)
..
+ boolean getPrefersLateDecoding()
..
+ String getImplementationName()
--
- VideoCodecStatus initDecodeInternal(int width, int height)
..
- VideoCodecStatus releaseInternal()
..
- VideoCodecStatus reinitDecode(int newWidth, int newHeight)
..
- void deliverDecodedFrame()
..
- void onFrame(VideoFrame frame)
--
- MediaCodecWrapperFactory mediaCodecWrapperFactory
..
- MediaCodecWrapper codec
}
note bottom of AndroidVideoDecoder: 视频硬解码器
VideoDecoder <|-- AndroidVideoDecoder
interface MediaCodecWrapperFactory {
- MediaCodecWrapper createByCodecName(String name)
..
}
class MediaCodecWrapperFactoryImpl {
- MediaCodecWrapper createByCodecName(String name)
..
}
MediaCodecWrapperFactory <|-- MediaCodecWrapperFactoryImpl
AndroidVideoDecoder::mediaCodecWrapperFactory *-- MediaCodecWrapperFactoryImpl
interface MediaCodecWrapper {
+ void configure(MediaFormat format, Surface surface, MediaCrypto crypto, int flags)
..
+ void start()
..
+ void flush()
..
+ void stop()
..
+ void release()
..
+ int dequeueInputBuffer(long timeoutUs)
..
+ void queueInputBuffer(int index, int offset, int size, long presentationTimeUs, int flags)
..
+ int dequeueOutputBuffer(MediaCodec.BufferInfo info, long timeoutUs)
..
+ void releaseOutputBuffer(int index, boolean render)
..
+ MediaFormat getOutputFormat()
..
+ ByteBuffer[] getInputBuffers()
..
+ ByteBuffer[] getOutputBuffers()
..
+ Surface createInputSurface()
..
+ void setParameters(Bundle params)
}
class MediaCodecWrapperImpl {
+ MediaCodecWrapperImpl(MediaCodec mediaCodec)
--
- MediaCodec mediaCodec
}
note top of MediaCodecWrapper: MediaCodec 封装类
MediaCodecWrapper <|-- MediaCodecWrapperImpl
AndroidVideoDecoder::codec *-- MediaCodecWrapperImpl
@enduml
|
a7139cca289819f55598d9e7bcbeea64faeb651d
|
912d65be9bbd436a671d948abe8dadf356eb5216
|
/src/main/java/com/juc/staticvariable/staticvariable.plantuml
|
267601413d2b0e4194d3067f442a03b64033a603
|
[] |
no_license
|
ljhpole/netty-lecture
|
02318e9992f488f03425c93b981e8718582b1b4b
|
a20bef9e6db5d1061a6f37ec0593087588ea1a0a
|
refs/heads/main
| 2023-02-24T21:52:42.964037
| 2021-01-31T15:35:18
| 2021-01-31T15:35:18
| 334,686,240
| 0
| 1
| null | 2021-01-31T15:35:19
| 2021-01-31T15:19:40
| null |
UTF-8
|
PlantUML
| false
| false
| 686
|
plantuml
|
@startuml
title __STATICVARIABLE's Class Diagram__\n
namespace com.juc.staticvariable {
class com.juc.staticvariable.staticListTest {
{static} + resList : List<String>
{static} ~ static_o : Object
{static} - num : int
{static} + main()
}
}
namespace com.juc.staticvariable {
class com.juc.staticvariable.staticVariableTest {
{static} ~ static_o : Object
{static} - num : int
{static} + main()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
4c8400b9ba09dd1afe42a3ad49a1bc594651ee7d
|
50d744a148de618dad932b74e65c634993413c36
|
/uml/main.puml
|
6b0a0abcad89a7fd3b00b1754212611adf0a2d96
|
[] |
no_license
|
Wofik29/MultipleExecutors
|
e83d9e8533f72530a9e5263ced1201cb5ae271d4
|
b214f08f071ce7effbae865da3b917ee2948035d
|
refs/heads/master
| 2020-04-17T09:01:00.369731
| 2018-06-18T17:52:03
| 2018-06-18T17:52:03
| 166,440,033
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 5,190
|
puml
|
@startuml
package Main {
class Main {
+{static}APP_NAME: String
+{static}VERSION: String
+primaryStage: Stage
+editorStage: Stage
+welcomeController: WelcomeController
+mainController: MainController
+editorController: EditorController
+widthMap: int
+heightMap: int
-center: ControlCenter
-map: Cells[]
+state: State
-fxmls: HashMap<State, String>
+step():void
+allInit():void
+initMap():void
+setStage(State state):void
-setLayout(): void
-updateState(): void
-initSecondLayout(): void
+input(KeyEvent event): void
}
Enum Cell {
Ground, Water, Center, Plate,
ExplorerUp, ExplorerDown,
ExplorerRight, ExplorerLeft,
HarvesterUp, HarvesterDown,
HarvesterRight, HarvesterLeft,
-color: Color
-title: String
-value: String
-isVisible: boolean
}
enum Commands {
Forward, TurnLeft, TurnRight, Back,
End, If, Else, While, OnForward,
OnRight, OnLeft, OnBack, True, Find, Pick,
+userTitle: String
+isControl: boolean
+isDirection: boolean
}
class Canvas {
-map: Cell[]
-widthCell: int
-shiftLeft: int
-shitUp: int
+setMap(Cell[] cell):void
+clear():void
+draw():void
Отрисовка поля и элементов
}
class Compiler {
-countCommand: int
-currentWord: StringBuilder
-algorithmText: String
-currentPositionText: int
-current: Commands
-allowTitleCommand: ArrayList<String>
-controlTitleCommand: ArrayList<String>
-directionTitleCommand: ArrayList<String>
-allowTitleCell: ArrayList<String>
-allowCommand: ArrayList<Commands>
-controlCommand: ArrayList<Commands>
-directionCommand: ArrayList<Commands>
-allowCell: ArrayList<Cell>
-controlStack: Stack<String[]>
+Compiler(String text)
+prepare(): HashMap<Integer, String[]>
-getNextCommand(): void
-parseCondition(): String[]
-isNext(): boolean
}
}
package controllers {
class WelcomeController {
+setGame():void
+initialize():void
+onStartAction():void
+game: Main
+message: Label
+countExplorer: TextField
+countHarvester: TextField
}
class MainController {
+canvas: Canvas
+game: Main
+parent: AnchorPane
+borderPane: BorderPane
+message: Label
+showEditor(): void
+playState(): void
+pauseState(): void
+playDisplay(): void
+pauseDisplay(String): void
+gameOverDisplay(): void
+startTimer():void
+resize():void
+ setMap(Cell[][]):void
+isMap():boolean
+setGame(Main):void
+update():void
-initialize(): void
}
class EditorController {
-initialize():void
+setGame(Main):void
+onStart():void
+update():void
+setMessage(String):void
+explorer: TextArea
+harvester: TextArea
+message: Label
+game: Main
}
}
package unit {
interface Executor {
+setAlgorithm(HashMap<Integer, String[]>): void
+step(): void
+reset(): void
+isEnd(): boolean
+checkCell(): void
+stepForward(): void
+stepBack(): void
+turnRight(): void
+turnLeft(): void
}
abstract class Unit implements Executor {
+Unit(int, int, Direction, game):
+getX(): int
+getY(): int
+setX(int): void
+setY(int): void
+reset(): void
+isEnd(): boolean
+setAlgorithm(HashMap<Integer, String[]>): void
+setVisible(visible): void
+flipMapCell(): void
+checkCell(): void
+stepForward(): void
+stepBack(): void
+step(): void
+turnRight(): void
+turnLeft(): void
+cellWithDirection: HashMap<Direction, Cell>
+algorithm: HashMap<Integer, String[]>
+game: Main
+x: int
+y: int
+stepX: int
+stepY: int
+startX: int
+startY: int
+current: int
+direction: Direction
+currentCell: Cell
+visible: boolean
+allowCell: ArrayCell<Cell>
}
class Explorer extends Unit
class Harvester extends Unit
enum Direction {
Left, Right, Up, Down;
}
class ControlCenter {
+ControlCenter(int, int, int, int, Main): void
+upSpeed(): void
+downSpeed(): void
+getExplorers(): Explorer[]
+setUpHarvester(): void
+getExplorersCount(): int
+getHarvesterCount(): int
+step(): void
+updateExplorerAlgorithm(String): void
+x: int
+y: int
+explorers: Executor[]
+harvesters: Executor[]
+explorerAlgorithm: String
+period: int
+last: long
+isRunHarvester: boolean
}
}
@enduml
|
7698e99a929108d54d76e95dc1e08783aa15de01
|
ece0340d094951c9b00dc7990820da3b18de26cc
|
/resource/类图/计划单同步操作/计划单自动审核.puml
|
c4f1acdf1603e9e1e177115fbf83c3b241ed4f39
|
[] |
no_license
|
swf2020/clssuml
|
1ae35ac8f8cd3c0dc83bc6d691ee0b2d893cca5e
|
bb233a0e4f9058fa36aebb2aa806ed8039735a80
|
refs/heads/master
| 2022-12-04T17:14:55.118424
| 2020-08-21T09:02:14
| 2020-08-21T09:02:14
| 284,682,724
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,881
|
puml
|
@startuml
title 计划单自动审核类图
'skinparam packageStyle rect /' 加入这行代码,样式纯矩形'/
'skinparam backgroundColor #EEEBAD
skinparam roundcorner 20
skinparam sequenceArrowThickness 2
'skinparam handwritten true
package 自动审核 #DodgerBlue {
class PlanOrderService {
+Result<Boolean> decideNeedAutoApprovePlanOrder(Identity, PlanOrderDecideNeedAutoApproveCmd)
+Result<Boolean> decideAutoApprovedPlanOrder(Identity, PlanOrderDecideAutoApprovedCmd)
}
class PlanOrderServiceImpl {
+Result<Boolean> decideNeedAutoApprovePlanOrder(Identity, PlanOrderDecideNeedAutoApproveCmd)
+Result<Boolean> decideAutoApprovedPlanOrder(Identity, PlanOrderDecideAutoApprovedCmd)
+Result<Void> approvePlanOrder(Identity, PlanOrderApproveCmd)
}
class PlanOrderRepository {
+PlanOrderEntity find(TenantId, BizType)
}
}
package 是否需要审核校验 #DodgerBlue {
class NeedAutoApproveChecker {}
class NeedAutoApproveDecideFromRuleHandler{}
class NeedAutoApproveDecideFromParamHandler{}
}
package 决策审核通过校验 #DodgerBlue {
class ApproveRuleFetcher {}
class PeakInvRuleDecideHandler {}
class QuotaRuleDecideHandler {}
class WeightRuleDecideHandler {}
}
PlanOrderServiceImpl <..down PlanOrderService: 实现
PlanOrderRepository <--down PlanOrderServiceImpl:数据访问
NeedAutoApproveChecker <--left PlanOrderServiceImpl:校验是否需要自动审核
NeedAutoApproveDecideFromRuleHandler <--down NeedAutoApproveChecker
NeedAutoApproveDecideFromParamHandler <--down NeedAutoApproveDecideFromRuleHandler
ApproveRuleFetcher <--left PlanOrderServiceImpl: 校验决策审核通过
PeakInvRuleDecideHandler <--down ApproveRuleFetcher
QuotaRuleDecideHandler <--down PeakInvRuleDecideHandler
WeightRuleDecideHandler <--down QuotaRuleDecideHandler
@enduml
|
9e56a1c9a8a910106382d6930ac98c1342db318a
|
89dc2d1c3a03529f2553fb4bdd4bc938b1917e71
|
/uml/a4.puml
|
ef73c3b0a7919ddd677247c72a44876c70751731
|
[] |
no_license
|
harminjeong/jeong-cop3330-assignment4
|
24aa8f08f84255e795d133d2ab131548b2c03a74
|
d7192265bfa260c9192557620b90aad70f125d69
|
refs/heads/master
| 2023-08-19T17:59:45.187086
| 2021-11-02T02:30:49
| 2021-11-02T02:30:49
| 420,785,380
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 489
|
puml
|
@startuml
class Controller {
+void descriptionText();
+void datePicker();
+void onEditButtonClick();
+void onEditTitleButtonClick();
+void onDeleteButtonClick();
+void onSaveButtonClick();
}
class App {
+void start();
+void main();
}
class LocalEvent{
+String description;
+LocalDate date;
+void setDescription();
+LocalDate getDate;
+void setDate();
+LocalEvent(LocalDate date,String description);
}
App *- nameSorter
@enduml
|
2287fbaf0c88bdc3964b8f87b4c2f223373111f6
|
41189885f0fa6f54ddc6f48ad8cdf6d1e2c9f479
|
/src/capaInterfaz/menuAlumnos/menuAlumnos.plantuml
|
50dfe4602b0169b7e0f572a84bce3278c4412f06
|
[] |
no_license
|
miguel-benito-martin/Practica_Migracion
|
af116a41842d0fb252e00286123710a2da099f85
|
ab3dbd3e60629aab622e84ae84930f7f46a8937e
|
refs/heads/main
| 2023-05-01T18:52:03.590117
| 2021-05-26T10:34:40
| 2021-05-26T10:34:40
| 366,121,731
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 9,848
|
plantuml
|
@startuml
title __MENUALUMNOS's Class Diagram__\n
namespace capaInterfaz {
namespace menuAlumnos {
class capaInterfaz.menuAlumnos.FrameSeleccionarFichero {
- jFileChooser1 : JFileChooser
+ FrameSeleccionarFichero()
- initComponents()
- jFileChooser1ActionPerformed()
}
}
}
namespace capaInterfaz {
namespace menuAlumnos {
class capaInterfaz.menuAlumnos.PanelMenuAltaAlumnos {
{static} - MENU_ALTA_ALUMNOS_DESDE_FICHERO : int
{static} - MENU_ALTA_ALUMNOS_INDIVIDUAL : int
{static} - MENU_ALUMNOS : int
{static} - MENU_PRINCIPAL : int
+ PanelMenuAltaAlumnos()
+ actionPerformed()
- cargarElementos()
}
}
}
namespace capaInterfaz {
namespace menuAlumnos {
class capaInterfaz.menuAlumnos.PanelMenuAltaAlumnosDesdeFichero {
{static} + strFilePath : String
{static} - FRAME_SELECCIONAR_FICHERO : int
{static} - MENU_ALTA_ALUMNOS : int
{static} - MENU_PRINCIPAL : int
{static} - REALIZAR_ALTA_MASIVA : int
- campo_seleccionar_fichero : JTextField
+ PanelMenuAltaAlumnosDesdeFichero()
+ actionPerformed()
- cargarElementos()
}
}
}
namespace capaInterfaz {
namespace menuAlumnos {
class capaInterfaz.menuAlumnos.PanelMenuAltaAlumnosIndividual {
{static} - ALTA_ALUMNO : int
{static} - MENU_ALTA_ALUMNOS : int
{static} - MENU_PRINCIPAL : int
- campo_apellidos : JTextField
- campo_dni : JTextField
- campo_grupo_clase : JTextField
- campo_n_mat : JTextField
- campo_nombre : JTextField
+ PanelMenuAltaAlumnosIndividual()
+ actionPerformed()
- cargarElementos()
}
}
}
namespace capaInterfaz {
namespace menuAlumnos {
class capaInterfaz.menuAlumnos.PanelMenuAlumnos {
{static} - MENU_ALTA_ALUMNOS : int
{static} - MENU_BAJA_ALUMNOS : int
{static} - MENU_CONSULTAR_ALUMNOS : int
{static} - MENU_MODIFICAR_ALUMNOS : int
{static} - MENU_PRINCIPAL : int
+ PanelMenuAlumnos()
+ actionPerformed()
- cargarElementos()
}
}
}
namespace capaInterfaz {
namespace menuAlumnos {
class capaInterfaz.menuAlumnos.PanelMenuBajaAlumnos {
{static} - LISTADO_BAJA_ALUMNOS : int
{static} - MENU_ALUMNOS : int
{static} - MENU_PRINCIPAL : int
- campo_dni : JTextField
- campo_n_mat : JTextField
+ PanelMenuBajaAlumnos()
+ actionPerformed()
- cargarElementos()
}
}
}
namespace capaInterfaz {
namespace menuAlumnos {
class capaInterfaz.menuAlumnos.PanelMenuConsultarAlumnos {
{static} - LISTADO_CONSULTAR_ALUMNOS : int
{static} - MENU_ALUMNOS : int
{static} - MENU_PRINCIPAL : int
- campo_dni_alumno : JTextField
- campo_grupo_clase : JTextField
- campo_n_mat : JTextField
+ PanelMenuConsultarAlumnos()
+ actionPerformed()
- cargarElementos()
}
}
}
namespace capaInterfaz {
namespace menuAlumnos {
class capaInterfaz.menuAlumnos.PanelMenuModificarAlumnos {
{static} - LISTADO_MODIFICAR_ALUMNOS : int
{static} - MENU_ALUMNOS : int
{static} - MENU_PRINCIPAL : int
- campo_dni_alumno : JTextField
- campo_grupo_clase : JTextField
- campo_n_mat : JTextField
+ PanelMenuModificarAlumnos()
+ actionPerformed()
- cargarElementos()
}
}
}
namespace capaInterfaz {
namespace menuAlumnos {
class capaInterfaz.menuAlumnos.PanelResultadoBajaAlumnos {
{static} - BORRAR_ALUMNO : int
- INCREMENTOX : int
- INCREMENTOY : int
{static} - MENU_BAJA_ALUMNOS : int
{static} - MENU_PRINCIPAL : int
- arrayapellidos : ArrayList<JTextField>
- arraydni : ArrayList<JTextField>
- arraygrupo_clase : ArrayList<JTextField>
- arrayn_mat : ArrayList<JTextField>
- arraynombre : ArrayList<JTextField>
- arrayradio : ArrayList<JRadioButton>
- grupoRadios : ButtonGroup
- no_resul : JLabel
- resultado_consulta : List<ListadoAlumno>
{static} - serialVersionUID : long
- x : int
- y : int
+ BorrarFilaSeleccionada()
+ PanelResultadoBajaAlumnos()
+ actionPerformed()
+ filaSeleccionada()
+ getArrayApellidos()
+ getArrayDNI()
+ getArrayN_Mat()
+ getArrayNombres()
+ mostrarResultados()
+ resetear()
- aniadir()
- aumentarTamanio()
- cargarElementos()
- modificarBoton()
}
}
}
namespace capaInterfaz {
namespace menuAlumnos {
class capaInterfaz.menuAlumnos.PanelResultadoConsultarAlumnos {
{static} - GENERAR_TXT : int
- INCREMENTOX : int
- INCREMENTOY : int
{static} - MENU_CONSULTAR_ALUMNOS : int
{static} - MENU_PRINCIPAL : int
- arrayapellidos : ArrayList<JTextField>
- arraydni : ArrayList<JTextField>
- arraygrupo_clase : ArrayList<JTextField>
- arrayn_mat : ArrayList<JTextField>
- arraynombre : ArrayList<JTextField>
- botonGenerarTxt : JButton
- no_resul : JLabel
- resultado_consulta : List<ListadoAlumno>
{static} - serialVersionUID : long
- x : int
- y : int
+ PanelResultadoConsultarAlumnos()
+ actionPerformed()
+ getArrayApellidos()
+ getArrayDNI()
+ getArrayGrupoClase()
+ getArrayN_Mat()
+ getArrayNombres()
+ mostrarResultados()
+ resetear()
- aniadir()
- aumentarTamanio()
- cargarElementos()
- modificarBoton()
}
}
}
namespace capaInterfaz {
namespace menuAlumnos {
class capaInterfaz.menuAlumnos.PanelResultadoModificarAlumnos {
{static} - GENERAR_TXT : int
{static} - GUARDAR_MODIFICACIONES_ALUMNOS : int
- INCREMENTOX : int
- INCREMENTOY : int
{static} - MENU_MODIFICAR_ALUMNOS : int
{static} - MENU_PRINCIPAL : int
- arrayapellidos : ArrayList<JTextField>
- arraydni : ArrayList<JTextField>
- arraygrupo_clase : ArrayList<JTextField>
- arrayn_mat : ArrayList<JTextField>
- arraynombre : ArrayList<JTextField>
- no_resul : JLabel
- resultado_consulta : List<ListadoAlumno>
{static} - serialVersionUID : long
- x : int
- y : int
+ PanelResultadoModificarAlumnos()
+ actionPerformed()
+ getArrayApellidos()
+ getArrayDNI()
+ getArrayGrupoClase()
+ getArrayN_Mat()
+ getArrayNombres()
+ mostrarResultados()
+ resetear()
- aniadir()
- aumentarTamanio()
- cargarElementos()
- modificarBoton()
}
}
}
capaInterfaz.menuAlumnos.FrameSeleccionarFichero -up-|> javax.swing.JFrame
capaInterfaz.menuAlumnos.PanelMenuAltaAlumnos .up.|> java.awt.event.ActionListener
capaInterfaz.menuAlumnos.PanelMenuAltaAlumnos -up-|> javax.swing.JPanel
capaInterfaz.menuAlumnos.PanelMenuAltaAlumnosDesdeFichero .up.|> java.awt.event.ActionListener
capaInterfaz.menuAlumnos.PanelMenuAltaAlumnosDesdeFichero -up-|> javax.swing.JPanel
capaInterfaz.menuAlumnos.PanelMenuAltaAlumnosIndividual .up.|> java.awt.event.ActionListener
capaInterfaz.menuAlumnos.PanelMenuAltaAlumnosIndividual -up-|> javax.swing.JPanel
capaInterfaz.menuAlumnos.PanelMenuAlumnos .up.|> java.awt.event.ActionListener
capaInterfaz.menuAlumnos.PanelMenuAlumnos -up-|> javax.swing.JPanel
capaInterfaz.menuAlumnos.PanelMenuBajaAlumnos .up.|> java.awt.event.ActionListener
capaInterfaz.menuAlumnos.PanelMenuBajaAlumnos -up-|> javax.swing.JPanel
capaInterfaz.menuAlumnos.PanelMenuConsultarAlumnos .up.|> java.awt.event.ActionListener
capaInterfaz.menuAlumnos.PanelMenuConsultarAlumnos -up-|> javax.swing.JPanel
capaInterfaz.menuAlumnos.PanelMenuModificarAlumnos .up.|> java.awt.event.ActionListener
capaInterfaz.menuAlumnos.PanelMenuModificarAlumnos -up-|> javax.swing.JPanel
capaInterfaz.menuAlumnos.PanelResultadoBajaAlumnos .up.|> java.awt.event.ActionListener
capaInterfaz.menuAlumnos.PanelResultadoBajaAlumnos -up-|> javax.swing.JPanel
capaInterfaz.menuAlumnos.PanelResultadoBajaAlumnos o-- capaInterfaz.JButtonOp : botonBack
capaInterfaz.menuAlumnos.PanelResultadoBajaAlumnos o-- capaInterfaz.JButtonOp : botonDelete
capaInterfaz.menuAlumnos.PanelResultadoConsultarAlumnos .up.|> java.awt.event.ActionListener
capaInterfaz.menuAlumnos.PanelResultadoConsultarAlumnos -up-|> javax.swing.JPanel
capaInterfaz.menuAlumnos.PanelResultadoConsultarAlumnos o-- capaInterfaz.JButtonOp : botonOK
capaInterfaz.menuAlumnos.PanelResultadoModificarAlumnos .up.|> java.awt.event.ActionListener
capaInterfaz.menuAlumnos.PanelResultadoModificarAlumnos -up-|> javax.swing.JPanel
capaInterfaz.menuAlumnos.PanelResultadoModificarAlumnos o-- capaInterfaz.JButtonOp : botonBack
capaInterfaz.menuAlumnos.PanelResultadoModificarAlumnos o-- capaInterfaz.JButtonOp : botonSaveChanges
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
|
8e38dd7f7f1e3e9a686bd2e06ef65843b3a46092
|
98c049efdfebfafc5373897d491271b4370ab9b4
|
/docs/SPRINT_3/UC42-Cancel_Order/UC40_MD.puml
|
cc2b7a55a332a1245beb03828710ff2d2fc41668
|
[] |
no_license
|
antoniodanielbf-isep/LAPR3-2020
|
3a4f4cc608804f70cc87a3ccb29cbc05f5edf0f3
|
7ee16e8c995aea31c30c858f93e8ebdf1de7617f
|
refs/heads/main
| 2023-05-27T14:42:05.442427
| 2021-06-20T18:09:59
| 2021-06-20T18:09:59
| 378,709,095
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 591
|
puml
|
@startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class User {
-String name
-String email
-String password
-Integer NIF
}
class Client {
-Integer credits
}
class Order {
-Integer id
-Date orderDate
-Date deliverDate
-Integer NIF
}
class OrderState {
-Integer id
-String designation
}
/'------------------------------------------------------------------------------------ '/
Client "1" -- "1" User: acts like >
Client "1" -- "*" Order: cancels >
Order "1" -- "1" OrderState: has >
@enduml
|
d58b320276faecd1a718e315be1e9bdb18a8d737
|
60aadb2730b3830abe44bc8f5d14c641b1634d69
|
/tests/Object-Model.png.puml
|
626a9e7e85b0bf4bc54b4f4b95764db4073ac94a
|
[
"Apache-2.0"
] |
permissive
|
ashwinsajiv/sysl
|
90f4a86c5f618c06c903bc46f2917013c193cd07
|
7fe9896fce2e89156805cd6824cd5178d5a15284
|
refs/heads/master
| 2020-10-02T06:00:37.424362
| 2020-08-12T04:18:09
| 2020-08-12T04:18:09
| 227,716,908
| 1
| 0
|
Apache-2.0
| 2020-02-28T00:45:59
| 2019-12-12T23:43:43
|
Go
|
UTF-8
|
PlantUML
| false
| false
| 576
|
puml
|
@startuml
title empdata
''''''''''''''''''''''''''''''''''''''''''
'' ''
'' AUTOGENERATED CODE -- DO NOT EDIT! ''
'' ''
''''''''''''''''''''''''''''''''''''''''''
class "ObjectModel.Address" as _0 << (D,orchid) >> {
+ city : string
+ line_1 : string
}
class "ObjectModel.Customer" as _1 << (D,orchid) >> {
+ addresses : **Set <Address>**
+ customer_id : int
}
class "ObjectModel.Order" as _3 << (D,orchid) >> {
+ customer : **Customer**
+ order_id : int
}
_1 *-- "0..*" _2
_3 *-- "1..1 " _4
@enduml
|
7fc1d74b6217ec5e511b9d2181d00499aa2dfa28
|
605cac101260b1b451322b94580c7dc340bea17a
|
/malokhvii-eduard/malokhvii03/doc/plantuml/ua/khpi/oop/malokhvii03/text/PolynomialHash.puml
|
90aac37bdcf8d03ad8664c8c1ed640e2138e2dc8
|
[
"MIT"
] |
permissive
|
P-Kalin/kit26a
|
fb229a10ad20488eacbd0bd573c45c1c4f057413
|
2904ab619ee48d5d781fa3d531c95643d4d4e17a
|
refs/heads/master
| 2021-08-30T06:07:46.806421
| 2017-12-16T09:56:41
| 2017-12-16T09:56:41
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 431
|
puml
|
@startuml
class PolynomialHash {
{static} -DEFAULT_HASHABLE_CHAR_SEQUENCE_SIZE: int
{static} -POLYNOMIAL_BASE: int
{static} -polynomials: long[]
{static} +ZERO_HASH: long
-PolynomialHash()
{static} -calculatePolynomials(int): void
{static} +charSequenceHash(CharSequence): long
{static} +reversedCharSequenceHash(CharSequence): long
}
@enduml
|
3da721bebed60ea77167cca7ab78e978948ace37
|
5fdaecaa5af06b8b8bdfae255842d194869010a0
|
/msb_study/src/main/resources/uml/aqs.puml
|
8aad138462f53461958d7a7b6c1b39cd67c3c769
|
[
"Apache-2.0"
] |
permissive
|
imzdong/study
|
6043438558b098bfa000de138face7a817cbf857
|
185ea85d1094704ecbdd21502116e041b86d8d1c
|
refs/heads/master
| 2023-05-03T02:15:24.737918
| 2022-04-30T05:28:38
| 2022-04-30T05:28:38
| 228,578,367
| 0
| 0
|
Apache-2.0
| 2020-05-10T10:08:03
| 2019-12-17T09:16:53
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 340
|
puml
|
@startuml
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
@enduml
|
8201d61da9ffc761af22b4f77611aad61d5a579c
|
8ec1fb16b350f453824ca50174347688b310ce2c
|
/aula06/Ex1/Ex1.plantuml
|
3221f68ff0cc09e6fa2a39e525ff816c84ad4e6a
|
[] |
no_license
|
oEscal/PDS
|
2f32cd491a0a963e3b7182f772d8699ba82f3bf3
|
5feca5f16979319869da5fcf97ae3f3dfbbf1986
|
refs/heads/master
| 2020-04-25T00:23:09.561837
| 2019-06-03T09:17:43
| 2019-06-03T09:17:43
| 172,376,799
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,969
|
plantuml
|
@startuml
title __EX1's Class Diagram__\n
package aula06.Ex1 {
class Database {
- employees : Vector<Employee>
+ Database()
+ addEmployee()
+ deleteEmployee()
+ getAllEmployees()
}
}
package aula06.Ex1 {
class DatabaseAdapter {
+ DatabaseAdapter()
+ addEmployee()
+ addEmployee()
+ deleteEmployee()
+ verify()
+ getAllEmployees()
}
}
package aula06.Ex1 {
interface DatabaseAdapterInterface {
{abstract} + addEmployee()
{abstract} + addEmployee()
{abstract} + deleteEmployee()
{abstract} + verify()
{abstract} + getAllEmployees()
}
}
package aula06.Ex1 {
class Employee {
- name : String
- emp_num : long
- salary : double
+ Employee()
+ getName()
+ getEmpNum()
+ getSalary()
}
}
package aula06.Ex1 {
class Empregado {
- nome : String
- apelido : String
- codigo : int
- salario : double
+ Empregado()
+ apelido()
+ nome()
+ codigo()
+ salario()
}
}
package aula06.Ex1 {
class Pst {
{static} - input : Scanner
{static} + main()
{static} - checkWithoutAdapter()
{static} - checkWithAdapter()
{static} - printTwoDatabases()
}
}
package aula06.Ex1 {
class Registos {
- empregados : ArrayList<Empregado>
+ Registos()
+ insere()
+ remove()
+ isEmpregado()
+ listaDeEmpregados()
}
}
DatabaseAdapter -up-|> DatabaseAdapterInterface
DatabaseAdapter o-- Database : database1
DatabaseAdapter o-- Registos : database2
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
|
db50a2e3bd7f018468ba5d0dfe4ce3a386dab321
|
1e557a8d0b755ce2d66458e43dcd426dd8f27fec
|
/阅读代码/android/系统启动流程/SystemLauch.plantuml
|
5f7be57207a0169e96c41f55d3fd1890cf7b1459
|
[] |
no_license
|
rickgit/rickgit.github.io
|
94ff804637d1fe891583c9c1513a9b65b86361f5
|
5891f01bdd8ca1231cd9977a68960e11e28688f4
|
refs/heads/master
| 2023-08-29T21:35:00.999632
| 2023-08-12T04:40:16
| 2023-08-12T04:40:16
| 52,088,713
| 4
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 15,515
|
plantuml
|
@startuml
skinparam monochrome true
skinparam classBackgroundColor transparent
skinparam style strictuml
skinparam shadowing false
class Bootloader{
}
note top of Bootloader
手机上电后,硬件会从固定的地址(固化在ROM中)加载bootloader到RAM。
作用是硬件初始化
end note
Bootloader --> init_cpp :加载boot.img文件,开始调用内核
class init_cpp {
main()
LoadBootScripts()
}
note top of init_cpp
源码地址 https://www.androidos.net.cn/
http://www.cnblogs.com/rocomp/p/5001639.html
init进程 –> Zygote进程 –> SystemServer进程 –>各种应用进程
1.首先Bootloader引导程序启动完Linux内核后,
会加载各种驱动和数据结构,
当有了驱动以后,开始启动Android系统,
同时会加载用户级别的第一个进程init(system/core/init/init.cpp),
执行 main 方法,该进程会首先加载一个 init.rc 配置文件
2.init进程有几个阶段。
挂载分区,创建设备节点和一些关键目录,启用SELinux安全策略;
初始化属性系统和SELinux系统;
加载一个 init.rc 配置文件;
3.init.rc 通过LoadBootScripts一些业务被分拆不同目录下
end note
class init_rc{
}
note top of init_rc
Android Init Language语法:定义在platform/system/core/init/README.md
文件位于 platform/system/core/rootdir/init.rc
init.rc配置文件会进行很多的配置,
创建很多的文件夹及文件,
然后初始化一些Android驱动器,
之后该配置文件最重要的一个任务就是启动一个Zygote(孵化器)进程,
此进程是Android系统的一个母进程,
用来启动Android的其他服务进程
end note
class app_main_cpp{
}
note top of app_main_cpp
init.cpp 调用 am.QueueEventTrigger("late-init");,触发 init.rc 执行命令,调用zygote进程
zygote进程调用二进制文件是 /system/bin/app_process64,
即frameworks/base/cmds/app_process/Android.mk 定义的app_main.cpp文件
end note
class AndroidRuntime_cpp{
start()
onVmCreated() start方法创建完虚拟机后调用
callMain() 执行CallStaticVoidMethod 最终将调用com.android.internal.os.ZygoteInit的main函数。
}
note top of AndroidRuntime_cpp
定义在 app_main.cpp文件内.
实现在 platform/frameworks/base/core/jni/AndroidRuntime.cpp
虚拟机创建完后,可以调用java文件了,返回app_main.cpp,反射调用了ZygoteInit.java,
这就从c++代码跳到了java代码
end note
class ZygoteInit {
+ {static} void main(String argv[])
- static void registerZygoteSocket(String socketName)
static void preload()
/**
** Zygote fork出SystemServer进程
**/
- static boolean startSystemServer(String abiList, String socketName)
}
note left of ZygoteInit
在ZytofeInit.java代码中首先设置了Java虚拟机的堆内存空间,
然后启动一个类加载器加载Android启动依赖的类比如Activity等四大组件,
dialog等UI的类,然后分出一个子进程启动SystemServer系统服务.
android系统中进程之间通讯的方式是Binder,
但是有一个例外是SystemService进程与Zygote进程之间是通过Socket的方式进行通讯的
preloadClasses()用于初始化Zygote中需要的class类;
preloadResources()用于初始化系统资源;
preloadOpenGL()用于初始化OpenGL;
preloadSharedLibraries()用于初始化系统libraries;
preloadTextResources()用于初始化文字资源;
prepareWebViewInZygote()用于初始化webview;
end note
class RuntimeInit{
//ZygoteInit 执行到 invokeStaticMain 调用com.android.server.SystemServer类的main函数
}
class Zygote{
- static final ZygoteHooks VM_HOOKS = new ZygoteHooks();
- static int forkSystemServer()
native - static int nativeForkSystemServer()
}
class ZygoteHooks {
}
class SystemServer {
- ActivityManagerService mActivityManagerService;
- PackageManagerService mPackageManagerService;
+ {static} void main(String[] args)
- void run()
- void startBootstrapServices()
- void startCoreServices()
- void startOtherServices()
}
note top of SystemServer
在SystemServer.java代码中有两个方法
startBootstrapServices() 主要用于启动系统Boot级服务
startCoreServices() 主要用于启动系统核心的服务
startOtherServices() 主要用于启动一些非紧要或者是非需要及时启动的服务
end note
class SystemServiceManager {
- final ArrayList<SystemService> mServices = new ArrayList<SystemService>();
}
note right of SystemServiceManager
SystemServer进程主要是用来构建系统各种service服务的,
而SystemServiceManager就是这些服务的管理对象。
end note
class com_android_server_SystemServer_cpp {
int system_init();
}
note top of com_android_server_SystemServer_cpp
SystemServer首先调用init1()方法加载JNI库,
启动Native世界。
init1通过System.loadLibrary("android-servers")加载一个类库文件,
其对应的源码文件为com_android_server_SystemServer.cpp
其C++代码如下,在该类库中转调了system_init()
end note
class System_init_cpp{
int system_init();
}
note left of System_init_cpp
System_init方法在System_init.cpp中实现,
它首先启动系统的硬件服务,比如Audio、Camera等,
启动完硬件服务后它又通过Android运行时环境调用了
SystemServer中的init2()方法,
init2()方法启动Framework世界
end note
class ServerThread {
}
note top of ServerThread
init2()启动的线程ServerThread中的的run方法中
通过一个Looper开启了Android中的各种服务比如LightService,
PowerManagerService,BatteryService,WindowManagerService等,
并将服务添加到ServiceManager中去管理
end note
class ActivityManagerService {
final ActivityStarter mActivityStarter;
+ void systemReady(final Runnable goingCallback)
# boolean startHomeActivityLocked(int userId, String reason)
# Intent getHomeIntent()
}
note left of ActivityManagerService
启动完各种服务后,调用ActivityManagerService.systemReady方法,
打开Android系统的第一个Activity
<pre>
mActivityStarter.startHomeActivityLocked(intent, aInfo, reason);
</pre>
end note
class ActivityStarter {
void startHomeActivityLocked(Intent intent, ActivityInfo aInfo, String reason)
final void scheduleResumeTopActivities()
}
class ActivityStackSupervisor{
final void scheduleResumeTopActivities()
}
init_cpp --> init_rc
init_rc --> app_main_cpp
app_main_cpp --> AndroidRuntime_cpp
AndroidRuntime_cpp --> ZygoteInit :初始化zygote进程
AndroidRuntime_cpp --> RuntimeInit :启动普通应用程序
ZygoteInit --> RuntimeInit
RuntimeInit --> SystemServer
SystemServer --> com_android_server_SystemServer_cpp
com_android_server_SystemServer_cpp --> System_init_cpp
System_init_cpp --> SystemServer
SystemServer --> ServerThread
ServerThread --> ActivityManagerService
ActivityManagerService --> ActivityStarter
ActivityStarter --> ActivityStackSupervisor
ZygoteInit ..> Zygote
Zygote ..> ZygoteHooks
SystemServer --> SystemServiceManager
SystemServiceManager --> SystemServer
abstract class SystemService{
}
class Installer extends SystemService{
- final InstallerConnection mInstaller;
}
class InstallerConnection {
public void waitForConnection()
}
note right of InstallerConnection
不断的通过ping命令连接Zygote进程
(SystemServer和Zygote进程通过socket方式通讯,其他进程通过Binder方式通讯)
end note
class ActivityManagerService extends ActivityManagerNative{
}
note right of ActivityManagerService
为其设置SysServiceManager和Installer。
ActivityManagerService是系统中一个非常重要的服务,
Activity,service,Broadcast,contentProvider都需要通过其余系统交互。
end note
class Lifecycle extends SystemService{
private final ActivityManagerService mService;
}
class PowerManagerService extends SystemService{
}
note right of PowerManagerService
PowerManagerService主要用于计算系统中和Power相关的计算,
然后决策系统应该如何反应。
同时协调Power如何与系统其它模块的交互,
比如没有用户活动时,屏幕变暗等等。
end note
class LightsService extends SystemService{
}
note right of LightsService
手机中关于闪光灯,LED等相关的服务
end note
class DisplayManagerService extends SystemService{
}
class PackageManagerService extends IPackageManager.Stub{
public static PackageManagerService main()
}
note right of PackageManagerService
apk文件的安装,解析,删除,卸载等等操作。
end note
SystemServer ..> Installer
Installer --> InstallerConnection
Lifecycle --+ ActivityManagerService
SystemServer --> ActivityManagerService
Lifecycle --> ActivityManagerService
SystemServer --> PowerManagerService
SystemServer ..> LightsService
SystemServer --> DisplayManagerService
SystemServer --> PackageManagerService
/'
root@android:/ # ps
USER PID PPID VSIZE RSS WCHAN PC NAME
root 1 0 420 248 c01bad0a 08054826 S /init
root 2 0 0 0 c013aef2 00000000 S kthreadd
root 3 2 0 0 c0129129 00000000 S ksoftirqd/0
root 4 2 0 0 c01375c3 00000000 S kworker/0:0
root 5 2 0 0 c01375c3 00000000 S kworker/u:0
root 6 2 0 0 c01611c4 00000000 S migration/0
root 7 2 0 0 c0136c9d 00000000 S khelper
root 8 2 0 0 c0197604 00000000 S sync_supers
root 9 2 0 0 c0198197 00000000 S bdi-default
root 10 2 0 0 c0136c9d 00000000 S kintegrityd
root 11 2 0 0 c0136c9d 00000000 S kblockd
root 12 2 0 0 c0136c9d 00000000 S ata_sff
root 13 2 0 0 c038380b 00000000 S khubd
root 14 2 0 0 c01375c3 00000000 S kworker/0:1
root 16 2 0 0 c0191c27 00000000 S kswapd0
root 17 2 0 0 c01d7fdd 00000000 S fsnotify_mark
root 18 2 0 0 c0136c9d 00000000 S crypto
root 31 2 0 0 c01375c3 00000000 S kworker/u:1
root 32 2 0 0 c032aaec 00000000 S scsi_eh_0
root 33 2 0 0 c032aaec 00000000 S scsi_eh_1
root 34 2 0 0 c01375c3 00000000 S kworker/u:2
root 35 2 0 0 c0136c9d 00000000 S kpsmoused
root 36 2 0 0 c0136c9d 00000000 S binder
root 37 2 0 0 c01375c3 00000000 S kworker/u:3
root 38 2 0 0 c01375c3 00000000 S kworker/0:2
root 39 2 0 0 c0511c67 00000000 S krfcommd
root 40 2 0 0 c0136c9d 00000000 S deferwq
root 41 1 424 4 c01bad0a 08054826 S /sbin/ueventd
root 47 2 0 0 c02473d3 00000000 S jbd2/sda6-8
root 48 2 0 0 c0136c9d 00000000 S ext4-dio-unwrit
root 49 2 0 0 c02473d3 00000000 S jbd2/sdb1-8
root 50 2 0 0 c0136c9d 00000000 S ext4-dio-unwrit
root 51 2 0 0 c02473d3 00000000 S jbd2/sdb3-8
root 52 2 0 0 c0136c9d 00000000 S ext4-dio-unwrit
root 53 2 0 0 c0136c9d 00000000 S iprt
root 56 1 11524 2136 ffffffff b7488f80 S /system/bin/genyd
radio 57 1 6052 928 c02eb151 b75c9a0e S /system/bin/logwrapper
shell 58 1 6396 1376 c02eb151 b7591a0e S /system/bin/sh
root 59 1 6864 180 ffffffff 0805a18c S /sbin/adbd
radio 61 57 8404 1176 ffffffff b75aee53 S /system/bin/genybaseband
root 95 1 2096 184 c01bad0a b76a15ba S /sbin/v86d
system 141 1 6208 928 c03ea413 b75addbe S /system/bin/servicemanager
root 142 1 10364 1556 ffffffff b75b29c1 S /system/bin/vold
root 143 1 6260 1180 c0438608 b75dda0e S /system/bin/vinput
root 144 1 6244 952 c01bad0a b74f8f80 S /system/bin/vinput_seamless
root 145 1 42120 3824 ffffffff b75c6f80 S /system/bin/local_opengl
root 146 1 6244 948 c013e7b8 b75649c1 S /system/bin/local_gps
root 147 1 9716 948 c01bad0a b75adf80 S /system/bin/local_camera
root 148 1 9720 948 c01bad0a b7579f80 S /system/bin/local_camera
root 149 1 16224 1996 ffffffff b755b9c1 S /system/bin/netd
root 150 1 6336 976 c043e1df b7518e53 S /system/bin/debuggerd
radio 151 1 11152 1584 ffffffff b75829c1 S /system/bin/rild
system 152 1 71700 6720 ffffffff b75b1dbe S /system/bin/surfaceflinger
root 153 1 482668 42872 ffffffff b759cf80 S zygote
drm 154 1 16660 3868 ffffffff b7543dbe S /system/bin/drmserver
media 155 1 48052 9072 ffffffff b7584dbe S /system/bin/mediaserver
bluetooth 156 1 7172 1760 c01bad0a b74d15ba S /system/bin/dbus-daemon
root 157 1 6280 1204 c04c6d47 b758ea0e S /system/bin/installd
keystore 158 1 8044 1724 c043e1df b7542e53 S /system/bin/keystore
root 166 59 6396 1384 c02eb151 b74efa0e S /system/bin/sh
root 186 59 6388 1436 c01bad0a b755ef80 S logcat
root 326 2 0 0 c01c9e92 00000000 S flush-8:16
system 342 153 566708 40880 ffffffff b759cdbe S system_server
wifi 409 1 9364 2244 c01bad0a b74dff80 S /system/bin/wpa_supplicant
u0_a40 417 153 518828 61408 ffffffff b759e507 S com.android.systemui
u0_a20 465 153 492044 30352 ffffffff b759e507 S com.android.inputmethod.latin
radio 478 153 508172 30668 ffffffff b759e507 S com.android.phone
u0_a21 494 153 522488 42980 ffffffff b759e507 S com.android.launcher
system 508 153 495692 25680 ffffffff b759e507 S com.android.settings
u0_a0 542 153 515184 37428 ffffffff b759e507 S android.process.acore
u0_a45 560 153 488912 23148 ffffffff b759e507 S com.android.smspush
u0_a12 639 153 491392 26344 ffffffff b759e507 S com.android.deskclock
u0_a0 669 153 495288 26256 ffffffff b759e507 S com.android.contacts
dhcp 713 1 6396 1216 c01bad0a b758c5ba S /system/bin/dhcpcd
u0_a58 725 153 500268 32052 ffffffff b759e507 S cn.trinea.android.developertools
u0_a7 743 153 490696 26688 ffffffff b759e507 S com.android.providers.calendar
u0_a14 761 153 492592 29064 ffffffff b759e507 S android.process.media
u0_a15 811 153 499728 28940 ffffffff b759e507 S com.android.email
u0_a16 837 153 496368 24912 ffffffff b759e507 S com.android.exchange
u0_a26 856 153 494824 27188 ffffffff b759e507 S com.android.mms
u0_a43 907 153 489048 23164 ffffffff b759e507 S com.android.voicedialer
u0_a52 919 153 516232 39744 ffffffff b759e507 S com.wandoujia.phoenix2:channel
u0_a52 944 153 555436 50004 ffffffff b759e507 S com.wandoujia.phoenix2
u0_a6 959 153 495556 25872 ffffffff b759e507 S com.android.calendar
u0_a51 1008 153 493688 26224 ffffffff b759e507 S com.wandoujia.phoenix2.usbproxy
u0_a52 1056 944 7104 1172 ffffffff b7df5a0e S uuids_sys
u0_a52 1075 153 505708 36844 ffffffff b759e507 S com.wandoujia.phoenix2:update_service
u0_a48 1087 153 505316 34112 ffffffff b759e507 S com.woqutz.didi
root 1193 2 0 0 c01c9e92 00000000 S flush-8:32
root 1234 59 6396 1388 c010230d b75a7caa S /system/bin/sh
root 1239 1234 6440 1220 00000000 b7592a0e R ps
查看进程的线程
root@android:/ # ps -T -p 153
'/
@enduml
|
918a0fe07d15c2ec35ecf364fa8bad4663e36e73
|
396f553da71617932d6494b8f88d64c1c63307bd
|
/src/main/java/com/portal/dmtt/scriptJobManager/dao/impl/impl.plantuml
|
8db265642865ad4a9d3b7afed83d8ec482356f7b
|
[] |
no_license
|
ashraphs/dev-project_dmtt
|
c8b73a6f69b98b80888f6279261d8f146d8b9e2b
|
6abfe449504d7fcf7d8cea5f293c8d488a083b63
|
refs/heads/master
| 2023-01-29T02:41:21.253649
| 2018-11-16T03:45:47
| 2018-11-16T03:45:47
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 652
|
plantuml
|
@startuml
title __IMPL's Class Diagram__\n
package com.portal.dmtt {
package com.portal.dmtt.scriptJobManager {
package com.portal.dmtt.scriptJobManager.dao {
package com.portal.dmtt.scriptJobManager.dao.impl {
class taskSchJobImpl {
- dataSource : DataSource
+ setDataSource()
+ findTaskSchJob()
}
}
}
}
}
taskSchJobImpl -up-|> taskSchJobDao
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
|
3d60dffac77576aab131a4efa81e396580c6062c
|
a902b259bb4bb41a73a8eff9f400e9a1cb7b991e
|
/umls/decorator.puml
|
e928f1f67d01edaa0d7f803e167116996383dad3
|
[] |
no_license
|
ghadd/Patterns
|
8010d0f2d6a4cc24dd7cb5caf879fe5c3e4ab1c5
|
c9efc09fc674b95ea696f45867d4916900c0ec28
|
refs/heads/master
| 2023-05-04T15:51:57.034217
| 2021-05-26T17:13:39
| 2021-05-26T17:13:39
| 371,007,049
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,559
|
puml
|
@startuml
'https://plantuml.com/class-diagram
'class Board(Modellable):
' """"Facade"""
'
' def __init__(self, **kwargs):
' tasks = kwargs.get('tasks') or []
' repo = kwargs.get('repo')
'
' assert type(tasks) == list
'
' self.__tasks = tasks
' self.__repo = repo
'
' def add_task(self, task):
' self.__tasks.append(task)
'
' def to_dict(self):
' if type(self) != Board:
' self = self.decorated_board
'
' return {
' "tasks": self.__tasks,
' "repo": self.__repo,
' }
interface Modellable {
+{abstract}to_dict() : Dictionary
}
class Board {
+Board(params: Dictionary)
+add_task(task: Task)
-tasks : Task[]
-repo : Repository
}
'class BoardMeta(ABC, Board):
' def __init__(self, decorated_board):
' self.decorated_board = decorated_board
'
abstract class BoardMeta {
+BoardMeta(decorated_board : Board)
-decorated_board : Board
}
'class BackgroundMeta(BoardMeta):
' def __init__(self, decorated_board, background):
' super().__init__(decorated_board)
'
' bg_url = background
' self.decorated_board.background = bg_url
'
' def to_dict(self):
' return super().to_dict() | {
' "background": self.decorated_board.background
' }
class BackgroundMeta {
+BackgroundMeta(decorated_board : Board, background : string)
+to_dict() : Dictionary
}
Modellable <--o BoardMeta
Modellable <|.. BoardMeta
Modellable <|.. Board
BoardMeta <|-- BackgroundMeta
@enduml
|
3555fcac9f45cf48db03d147b0859be8ca212baa
|
533bd92c1acbcd7d45cfa0748b934674010f261a
|
/classes/structure.puml
|
ba203adfe6ec6179cb27d3f3421be2a2d4bf9bcc
|
[] |
no_license
|
ggrachdev/bitrix_module_coupons_pdf
|
d80c26818bd3dd4ccbcfd545535c1eb342e6c129
|
e56d5dce017171b3c41b6c5c692f5ac8817c6f6f
|
refs/heads/master
| 2023-04-10T01:36:36.842401
| 2021-04-21T10:33:31
| 2021-04-21T10:33:31
| 359,732,987
| 0
| 0
| null | 2021-04-21T09:05:53
| 2021-04-20T08:01:54
|
PHP
|
UTF-8
|
PlantUML
| false
| false
| 2,223
|
puml
|
@startuml
skinparam classAttributeIconSize 0
package GGrach.CouponsPdf {
namespace Handler {
class OrderHandler {
+ {static} void initialize()
--
Слушатели связанные с заказом
}
}
namespace Validator {
class CreatorCouponeValidator{
+ {static} bool needGenerateCoupon(int $orderId, int $minSummForGenerate, int $maxSummForGenerate)
--
Определяет нужно ли генерировать купон для заказа
}
}
namespace Sender {
class EmailSender {
+ {static} void sendNotice(array $params = [], array $files = [], string $eventName = 'SEND_DELIVERY_COUPON')
--
Отправитель сообщений с флаером
}
}
namespace Generator {
class PdfGenerator {
- string $сodeCoupon
- string $pathFolderForGenerate
+ void constructor(string $сodeCoupon, string $pathFolderForGenerate)
+ string generate(string $couponCode)
--
Генерирует PDF файл
}
class CouponGenerator {
- int $userId
- int $idRuleBasket
+ void constructor(int $userId, int $idRuleBasket)
+ bool generate()
+ bool generateForUser()
+ int getUserId()
+ int getIdRuleBasket()
--
Генерирует купоны
}
}
namespace Facade {
class CouponsPdfFacade {
- array $rulesGenerateCoupons
+ void addRuleGenerate(int $minSumm, int $maxSumm, int $idRuleBasket)
+ bool handle(int $idOrder, string $pathFolderPdfGenerate, string $viewPdf)
--
Объединяет операции генерации и отправки флаера с купоном
}
}
Generator.CouponGenerator --o Facade.CouponsPdfFacade
Generator.PdfGenerator --o Facade.CouponsPdfFacade
Validator.CreatorCouponeValidator --o Facade.CouponsPdfFacade
Sender.EmailSender --o Facade.CouponsPdfFacade
Facade.CouponsPdfFacade --o Handler.OrderHandler
}
@enduml
|
2f03cef1c729f436c0f8545dddb0937b56025a9c
|
9fb800bced4689dc1cd56f5fd38f288062d5140c
|
/src/projects-service/Application/Controllers/ProjectsController.puml
|
5debd56516ad56d4a5a9b5dd147b730007b748cc
|
[] |
no_license
|
converge-app/uml-diagrams
|
b0638f3b801ced52b650025b1b81d29f4ff345fe
|
4202d41a464838d7604062e407b065bf512ad8d6
|
refs/heads/master
| 2020-11-25T09:53:56.136779
| 2019-12-17T12:11:29
| 2019-12-17T12:11:29
| 228,607,152
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 818
|
puml
|
@startuml
class ProjectsController {
- <<readonly>> _mapper : IMapper
- <<readonly>> _projectRepository : IProjectRepository
- <<readonly>> _projectService : IProjectService
+ ProjectsController(projectService:IProjectService, projectRepository:IProjectRepository, mapper:IMapper)
+ <<async>> CreateProject(projectDto:ProjectCreationDto) : Task<IActionResult>
+ GetAll() : IActionResult
+ GetByOwnerId(id:string) : IActionResult
+ GetByFreelancerId(id:string) : IActionResult
+ <<async>> GetByUser(userId:string) : Task<IActionResult>
+ <<async>> GetOpen() : Task<IActionResult>
+ GetById(id:string) : IActionResult
+ Update(id:string, projectDto:ProjectUpdateDto) : IActionResult
+ Delete(id:string) : IActionResult
}
ControllerBase <|-- ProjectsController
@enduml
|
52a27e64717cd4960f0e6d07606e3c33d0030682
|
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
|
/CleanSheets/src/main/java/csheets/worklog/n1130383/sprint3/ipc02.2_Analysis.puml
|
612e78904362b600c15064f6e72fa7a636a317d0
|
[] |
no_license
|
ABCurado/University-Projects
|
7fb32b588f2c7fbe384ca947d25928b8d702d667
|
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
|
refs/heads/master
| 2021-01-12T05:25:21.614584
| 2017-01-03T15:29:00
| 2017-01-03T15:29:00
| 77,926,226
| 1
| 3
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 407
|
puml
|
@startuml doc-files/ipc02.2_analysis.png
class AWSExtension {
+NAME: String
}
class AWSUI {
}
class AWSPanel
class AWSController
class WorkbookPreview
note "AWS:Advanced Workbook Search" as N1
AWSExtension -> AWSUI : getUIExtension(UIController)
AWSUI -> AWSPanel : getSideBar():JComponent
AWSPanel-> AWSController
AWSController->WorkbookPreview: new(Workbook)
@enduml
|
8ea0383818cd7caf9ea56859228a8e3e98457663
|
fce2d7964ab73c9a3ecae18177ad8115ee370d06
|
/strategy/doc/example/class.puml
|
4c2a86e1d9a3c930154cb7d0d50e0f34e3a213e6
|
[] |
no_license
|
nsanitate/design-patterns
|
56bfcd97e6a98572a897a49483513dba133e4113
|
6056a264c8b0dbe512084d47f7ee2e9c3550f78f
|
refs/heads/master
| 2021-09-14T09:35:33.889605
| 2018-05-11T11:04:27
| 2018-05-11T11:04:27
| 125,198,854
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 434
|
puml
|
@startuml Strategy Pattern example class diagram
title Strategy Pattern example class diagram
class List {
ISortBehaviour sortBehaviour
List sort()
}
interface ISortBehaviour {
List sort(List list)
}
class BubbleSortBehaviour {
List sort(List list)
}
class MergeSortBehaviour {
List sort(List list)
}
List -> ISortBehaviour
ISortBehaviour <|-- BubbleSortBehaviour
ISortBehaviour <|-- MergeSortBehaviour
@enduml
|
ea5f8bdc167e01459cefbb90d5e3ded4b420fb08
|
115c39b76697b3cc996768a0ae01bc98a9f7afee
|
/Assets/UML/Device.puml
|
c969558ad12f2649620f0b08ae05d9a4bbc3f196
|
[
"MIT"
] |
permissive
|
Edy-kun/GGJ-Game
|
2d93a0664951861e2c3218bac1dfbae5d8a868c4
|
e0ae41ae679bb06a00db2c7e8f5723c387b8312f
|
refs/heads/master
| 2021-07-06T23:36:33.549698
| 2020-02-01T16:48:38
| 2020-02-01T16:48:38
| 237,224,883
| 0
| 0
|
MIT
| 2021-04-21T19:53:20
| 2020-01-30T14:00:15
|
C#
|
UTF-8
|
PlantUML
| false
| false
| 501
|
puml
|
@startuml
!define DARKBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
class device {
+ DeviceConfig config
# AudioSource AudioSource
}
class DeviceConfig{
+particlesystem Repair;
+particlesystem Break;
+AudioClip Break;
+AudioClip Repaired;
}
interface IRepairable{
+ List<Element> RequiredElements()
+ void Repair()
+ void Break()
}
interface IDamagable
device -> IRepairable
IRepairable-> IDamagable
ScriptableObject <-- DeviceConfig
@enduml
|
2c69ef9c87c8af9de994135846ec46d87e0129cd
|
483b8f52aa15b5ea6b40e2e33392a98f6e1fc617
|
/android_app/app/src/main/java/com/example/receiptApp/pages/aggregatePage/AggregatePageStructure.puml
|
d1aa330dafc96c81f476012a1f9ae8460f1649c4
|
[] |
no_license
|
simone-viozzi/progetto-programmazione-mobile
|
5f5cac1787ec429d00f7cca603fad85ff6ea747d
|
51d2abe857b110882682ee291d3af2cac9b553a6
|
refs/heads/main
| 2022-02-13T15:12:45.273485
| 2022-01-20T19:31:50
| 2022-01-20T19:31:50
| 414,304,943
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,548
|
puml
|
@startuml
'https://plantuml.com/class-diagram
class AppDatabase
{
}
class DbRepository {
}
class AttachmentRepository {
}
class ArchiveRepository
{
}
class App {
AppDatabase
DbRepository
AttachmentRepository
SharedPrefRepository
GraphsRepository
ArchiveRepository
DashboardRepository
onCreate()
}
AppDatabase ---* App
DbRepository ---* App
AttachmentRepository --* App
ArchiveRepository --* App
AppDatabase <. DbRepository
DbRepository -o ArchiveRepository
AttachmentRepository -o ArchiveRepository
App <. AggregatePageFragment
class AggregatePageFragment
{
args: AggregatePageFragmentArgs
viewModel: AggregatePageViewModel
binding: AggregatePageFragmentBinding
aggregatePageAdapter: AggregatePageAdapter
onCreateView()
onViewCreated()
}
class AggregatePageAdapter
{
attachmentRepository: AttachmentRepository
onCreateViewHolder()
onBindViewHolder()
getItemViewType()
}
AttachmentRepository ---o AggregatePageAdapter
AggregatePageFragment *-- AggregatePageAdapter
class AggregatePageViewModelFactory
{
attachmentRepository: AttachmentRepository
archiveRepository: ArchiveRepository
aggregate_id: Long
create()
}
class AggregatePageViewModel
{
attachmentRepository: AttachmentRepository
archiveRepository: ArchiveRepository
aggregate_id : Long
loadData()
deleteAggregate()
}
AggregatePageFragment ..> AggregatePageViewModelFactory
AggregatePageViewModelFactory *-- AggregatePageViewModel
AggregatePageFragment o--- AggregatePageViewModel
AttachmentRepository ---o AggregatePageViewModel
ArchiveRepository ---o AggregatePageViewModel
class AggregatePageDiffCallback
{
areItemsTheSame()
areContentsTheSame()
}
class AggregatePageViewHolder
{
}
AggregatePageAdapter *-- AggregatePageDiffCallback
AggregatePageAdapter *-- AggregatePageViewHolder
class AggregateViewHolder
{
bind()
}
class ElementViewHolder
{
bind()
}
AggregatePageViewHolder <|- AggregateViewHolder
AggregatePageViewHolder <|- ElementViewHolder
class ArchiveDataModel
class Aggregate
{
id: Int
aggr_id: Long
tag: String?
str_date: String?
thumbnail: Uri?
tot_cost: Float
}
class Element{
id: Int
name: String?
num: Int?
elem_tag: String?
cost: Double?
}
ArchiveDataModel <|-- Aggregate
ArchiveDataModel <|-- Element
AggregateViewHolder ..> Aggregate
ElementViewHolder ..> Element
AggregatePageViewModel ..> ArchiveDataModel
ArchiveRepository ...> AggregatePageViewHolder
@enduml
|
3f1f2fa27b3150e2b79cf4d347d2db8cacfcdefa
|
56c3d96069bdb4cdeadfae340022e3b90511afc0
|
/src/incl/symfony/component/console/input/input-option.puml
|
8734bd25ba5ce1f4be9bf4840a2a4117ef369bb1
|
[] |
no_license
|
nibralab/joomla-architecture
|
38db6234c9e12298716e529e46c907387e214166
|
99ab82e904fc56dc6113cf58a5990b295951aa12
|
refs/heads/master
| 2021-01-19T04:06:37.675771
| 2017-07-07T17:13:48
| 2017-07-07T17:13:48
| 36,740,646
| 3
| 5
| null | 2016-04-09T15:01:23
| 2015-06-02T14:57:25
|
PHP
|
UTF-8
|
PlantUML
| false
| false
| 598
|
puml
|
@startuml
namespace Symfony.Component.Console.Input {
class InputOption {
__
+<b>__construct</b>(string [, string|array, int, string, mixed)
--
+string <b>getShortcut</b>()
+string <b>getName</b>()
--
+bool <b>acceptValue</b>()
+bool <b>isValueRequired</b>()
+bool <b>isValueOptional</b>()
+bool <b>isArray</b>()
--
+<b>setDefault</b>([mixed])
+mixed <b>getDefault</b>()
--
+string <b>getDescription</b>()
--
+bool <b>equals</b>(InputOption)
}
}
@enduml
|
1955b8edb572e34c5f37cf3d5449df954ac09ce4
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/QuoteRenegotiationRequestedMessagePayload.puml
|
ea95395cc1dbd3ab1ede8b819f94e6f362d0c582
|
[] |
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
| 463
|
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 QuoteRenegotiationRequestedMessagePayload [[QuoteRenegotiationRequestedMessagePayload.svg]] extends MessagePayload {
type: String
buyerComment: String
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
|
1e6824149105c341ad604ea129fe0908b9c0d05e
|
644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc
|
/docs/uml/tests/device/service_test/interfaces/IDeviceNoteServiceTest.puml
|
21c275b01421dba12a9e7dd4aa254f5195c9dbef
|
[] |
no_license
|
tzAcee/photonized
|
c929a6c04bedd0304a4e427d6c2895cdf73568d3
|
aa53ed7bda18959c58467fe4560dc3ff4e1ae422
|
refs/heads/main
| 2023-05-03T15:13:31.148910
| 2021-05-25T13:55:17
| 2021-05-25T13:55:17
| 316,536,113
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 181
|
puml
|
@startuml
class IDeviceNoteServiceTest {
+ get_file_path_test() : void
+ add_entry_test() : void
+ delete_entry_test() : void
+ read_entries_test() : void
}
@enduml
|
4dc452dc17dc195ea7b0032d3383ea5452bb8493
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/BusinessUnitAddressRemovedMessagePayload.puml
|
3fbb10856867b9acd2f2e216fb99da61e618edf1
|
[] |
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
| 473
|
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 BusinessUnitAddressRemovedMessagePayload [[BusinessUnitAddressRemovedMessagePayload.svg]] extends MessagePayload {
type: String
address: [[Address.svg Address]]
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
|
95101c19c2082ed36a91b80c6144738c12dbfe0e
|
4e162b5483004189980b6f010a787cd88c782802
|
/src/design/parametric-los-class-diagram.puml
|
ba4d0e49b516523789774217be02d918d5597020
|
[
"EPL-1.0",
"Apache-2.0"
] |
permissive
|
CS-SI/Rugged
|
407e32bc80d589b32d133a8d2c0fb1e6530f4ab6
|
acf902ea88dcd4c8df1afafa4b15d49ad949e9da
|
refs/heads/master
| 2023-06-07T19:19:24.995766
| 2023-03-23T10:49:18
| 2023-03-23T10:49:18
| 45,696,988
| 6
| 4
|
Apache-2.0
| 2022-07-03T18:15:18
| 2015-11-06T17:35:21
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 3,065
|
puml
|
' Copyright 2013-2022 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
package org.orekit.rugged #ECEBD8 {
package utils #DDEBD8 {
interface ParametricModel {
+getNbEstimatedParameters()
+getEstimatedParameters(parameters, start, length)
+setEstimatedParameters(parameters, start, length)
}
enum ParameterType {
+FIXED
+ESTIMATED
}
}
package linesensor #DDEBD8 {
class LineSensor
}
package los #DDEBD8 {
interface TimeDependentLOS {
+getNbPixels()
+getLOS(index, date)
+getLOS(index, date, parameters)
}
interface LOSTransform {
+transformLOS(i, los, date)
}
interface TimeIndependentLOSTransform {
+transformLOS(i, los)
}
class LOSBuilder {
+LOSBuilder(List<Vector3D> rawLOS)
+LOSBuilder addTransform(TimeIndependentLOSTransform transform)
+LOSBuilder addTransform(LOSTransform transform)
+TimeDependentLOS build()
}
ParametricModel <|.. TimeDependentLOS
ParametricModel <|.. LOSTransform
ParametricModel <|.. TimeIndependentLOSTransform
PolynomialRotation --|> LOSTransform
ParameterType <--* PolynomialRotation
FixedRotation --|> TimeIndependentLOSTransform
ParameterType <--* FixedRotation
TimeDependentLOS <-- LOSBuilder : builds
TimeIndependentLOSTransform <-- LOSBuilder : combines
LOSTransform <-- LOSBuilder : combines
LineSensor "1" *--> TimeDependentLOS
}
}
package o.a.c.m.analysis.differentiation #C4D2C5 {
class DerivativeStructure #D5E0D5/E2EBE2 {
+getOrder()
+getValue()
+getPartialDerivatives(order1, order2, ...)
}
LOSTransform --> DerivativeStructure
TimeIndependentLOSTransform --> DerivativeStructure
}
@enduml
|
66b649971b6ff37e3358868e8b5c7668ca5ff28e
|
d5a82e56e8c04bda3f2fe67489f7544c33684f27
|
/dzienne/gr2/monopoly/class_diagram.plantuml
|
4214386a24c6683cfc32cf635d3b311330f07698
|
[] |
no_license
|
kpodlaski/ProjObj2019
|
099f74373ce51f61c0faae3ddae988dc92352ecb
|
96b3e53e3eeb2fbb20618867966b120d51f71097
|
refs/heads/master
| 2020-09-09T20:05:46.434288
| 2020-01-26T10:22:35
| 2020-01-26T10:22:35
| 221,554,102
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,931
|
plantuml
|
@startuml
Game "dices" *-- Dice
Game -- Board
Board *-- Place
PlaceWithCard -- Card
Player *-- Card
Bank *-- Card
Hotel --|> House
PlaceWithCardAndHouses *-- House
Game -- Bank
Game *-- Player
SpecialPlace --|> Place
PlaceWithCard --|> Place
PlaceWithCardAndHouses --|> PlaceWithCard
Game *-- LoteryCoupon
class Dice{
+roll()
+showValue():int
}
'Controller of the game process'
class Game{
-activePlayer: Player
+nextPlayer()
'implements move activity diagram'
+moveProcess()
}
class Board{
+getPlaceOnPosition(p:int):Place
}
class Bank{
-cashAmmount:int
+isPlaceOwned(place:Place):boolean
/'
sell - operations:
increase ammount,
remove card from bank,
invoke buy on player
'/
+sell(card:Card, player:Player)
}
note top
add information about houses to buy
endnote
class Place {
+id : int
+name: String
+icon : Image
}
class SpecialPlace {
+acion():void
}
class PlaceWithCard {}
class PlaceWithCardAndHouses {}
class Player{
-cashAmmount:int
+position:int
+move(distance:int)
/'
buy - operations:
decrease ammount,
add card
'/
+buy(card:Card)
}
note top
we can use Visitor pattern
for count the wealth of player
---
what to do with
lotery coupon :"you can leave jail earlier"
endnote
class Card{
id:int
price:int
rent:int
country:String
countrySize:int
}
note left
id on Card is the same
as id on connected Place
---
we can create composite pattern
for Country if Player has all Cards
from one country.
---
how we add Houses and "countries"
without houses (via inheritance or fields)
---
add information about house price,
rent depends on houses,
how many houses are placed
end note
class House
class Hotel
class LoteryCoupon{
+text: String
+action():void
}
@enduml
|
ed14128795a92e3c9b25bab38cf2f7700f64df3e
|
90e3038f11ccd4d43de368f3825e879517228dce
|
/visitor/diagrams/pattern.puml
|
7da2b842951f23b46c8e93bfd1a5c20cd33e7655
|
[
"MIT"
] |
permissive
|
SoSilly/java-design-pattern-samples
|
2f3d57329cf4f1cf33f2e3527a33f0feac6e9324
|
aca3cef5fc134a0c74ceadd122bc09bfc9cc6c20
|
refs/heads/master
| 2021-12-15T11:11:39.303835
| 2017-08-16T12:50:18
| 2017-08-16T12:50:18
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,020
|
puml
|
@startuml
note "访问者模式" as name
abstract class Element{
+ {abstract} accept(Visitor visitor)
}
note right of Element : 被访问者
class ConcreteElementA{
+ accept(Visitor visitor)
}
class ConcreteElementB{
+ accept(Visitor visitor)
}
interface Visitor{
+ {abstract} visit(element : ConcreteElementA)
+ {abstract} visit(element : ConcreteElementB)
}
note right of Visitor : 访问者
class ConcreteVisitorA{
+ visit(element : ConcreteElementA)
+ visit(element : ConcreteElementB)
}
class ConcreteVisitorB{
+ visit(element : ConcreteElementA)
+ visit(element : ConcreteElementB)
}
class ObjectStructure{
}
Element <|-- ConcreteElementA
Element <|-- ConcreteElementB
Visitor <|.. ConcreteVisitorA
Visitor <|.. ConcreteVisitorB
ObjectStructure --> Element
Element ..> Visitor
ConcreteElementA <.. Visitor
ConcreteElementB <.. Visitor
Client ..> ObjectStructure
Client ..> Visitor
footer
<font size="20" color="red">http://www.bughui.com</font>
endfooter
@enduml
|
5d442635cd1e12ce2a74617a0f020bfe90e3e23c
|
4e66b60562009e54e3249595d08d88573c1d7fba
|
/test/PlantUmlClassDiagramGeneratorTest/uml/CurlyBrackets.puml
|
692287e0130937f3d6f506ab6a4aad32fd4e8241
|
[
"MIT"
] |
permissive
|
pierre3/PlantUmlClassDiagramGenerator
|
a17a7ec5e3b547b0a9d5afee1d74436c6d602782
|
00bd84d543a14f05c95857426060e677c4668cc8
|
refs/heads/master
| 2023-07-06T01:15:15.436366
| 2023-05-31T13:39:56
| 2023-06-02T10:24:02
| 41,860,665
| 598
| 123
|
MIT
| 2023-08-20T06:56:51
| 2015-09-03T13:17:42
|
C#
|
UTF-8
|
PlantUML
| false
| false
| 258
|
puml
|
@startuml
class CurlyBrackets {
+ openingBracket : string = @"
{
"
+ openingBrackets : string = @"
{{
"
+ closingBracket : string = @"
}
"
+ closingBrackets : string = @"
}}
"
+ bothBrackets : string = @"
{{
}}
"
}
@enduml
|
5d880331f1f89c0ecf46ec976611d0aa42e787dd
|
18f69cbe571bd1436574892525efd6ab7526d6a8
|
/reports/uml/fproject_layout.puml
|
ca7d9fd68ace1a33dee02aef65fbe834fa0b62ba
|
[
"BSD-3-Clause",
"BSD-2-Clause"
] |
permissive
|
fredgrott/fproject_layout
|
34e32280bbaaccde64eec1d9ba82a208f3d76a08
|
bcbc93d7943ff97e9493c18ee9672e89febc984c
|
refs/heads/master
| 2023-04-25T10:30:49.895914
| 2021-04-29T13:09:08
| 2021-04-29T13:09:08
| 360,334,049
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,156
|
puml
|
@startuml
set namespaceSeparator ::
class "fproject_layout::app::data::models::counter_mixin.dart::CounterMixin" {
{static} -int _counter
+int myCounter
}
class "fproject_layout::app::modules::my_app.dart::MyApp" {
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "fproject_layout::app::modules::my_app.dart::MyApp"
class "fproject_layout::app::screens::myhomepage::managers::my_home_page.dart::MyHomePage" {
+dynamic title
+MyHomePageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "fproject_layout::app::screens::myhomepage::managers::my_home_page.dart::MyHomePage"
class "fproject_layout::app::screens::myhomepage::statecontainers::my_home_page_state.dart::MyHomePageState" {
-void _incrementCounter()
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "fproject_layout::app::screens::myhomepage::statecontainers::my_home_page_state.dart::MyHomePageState"
"fproject_layout::app::data::models::counter_mixin.dart::CounterMixin" <|-- "fproject_layout::app::screens::myhomepage::statecontainers::my_home_page_state.dart::MyHomePageState"
@enduml
|
acb87aff1bb8f4c87621f8e2f9c1365ce5df705f
|
876ab73fada04eb39f6e706e4fe6b7eb94735a18
|
/Assignment2/bin/ca/utoronto/utm/paint/paint.plantuml
|
1bd9435ce8ee566b931bc3b1827d6d19812f889d
|
[] |
no_license
|
Lost-Accountant/CSC207
|
f4e77625a02ee7e5b2e8ed3a26093021453fbd5d
|
b0320d8f3c812523f56fd91bd07a6f328cbaabd2
|
refs/heads/master
| 2023-02-20T01:48:32.761740
| 2021-01-23T03:30:43
| 2021-01-23T03:30:43
| 294,289,255
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,303
|
plantuml
|
@startuml
title __PAINT's Class Diagram__\n
namespace ca.utoronto.utm.paint {
class ca.utoronto.utm.paint.Shape.Circle {
- radius : int
+ Circle()
+ getCentre()
+ getRadius()
+ setCentre()
+ setRadius()
}
}
namespace ca.utoronto.utm.paint {
class ca.utoronto.utm.paint.Paint {
+ Paint()
{static} + main()
}
}
namespace ca.utoronto.utm.paint {
class ca.utoronto.utm.paint.PaintModel {
- circles : ArrayList<Circle>
- points : ArrayList<Point>
+ PaintModel()
+ addCircle()
+ addPoint()
+ getCircles()
+ getPoints()
}
}
namespace ca.utoronto.utm.paint {
class ca.utoronto.utm.paint.PaintPanel {
- i : int
- mode : String
+ PaintPanel()
+ mouseClicked()
+ mouseDragged()
+ mouseEntered()
+ mouseExited()
+ mouseMoved()
+ mousePressed()
+ mouseReleased()
+ paintComponent()
+ setMode()
+ update()
}
}
namespace ca.utoronto.utm.paint {
class ca.utoronto.utm.paint.Point {
~ x : int
~ y : int
+ getX()
+ getY()
+ setX()
+ setY()
~ Point()
}
}
namespace ca.utoronto.utm.paint {
class ca.utoronto.utm.paint.ShapeChooserPanel {
+ ShapeChooserPanel()
+ actionPerformed()
}
}
namespace ca.utoronto.utm.paint {
class ca.utoronto.utm.paint.View {
{static} - serialVersionUID : long
+ View()
+ actionPerformed()
+ getPaintPanel()
+ getShapeChooserPanel()
- createMenuBar()
}
}
ca.utoronto.utm.paint.Shape.Circle o-- ca.utoronto.utm.paint.Point : centre
ca.utoronto.utm.paint.Paint o-- ca.utoronto.utm.paint.PaintModel : model
ca.utoronto.utm.paint.Paint o-- ca.utoronto.utm.paint.View : view
ca.utoronto.utm.paint.PaintModel -up-|> java.util.Observable
ca.utoronto.utm.paint.PaintPanel .up.|> java.awt.event.MouseListener
ca.utoronto.utm.paint.PaintPanel .up.|> java.awt.event.MouseMotionListener
ca.utoronto.utm.paint.PaintPanel .up.|> java.util.Observer
ca.utoronto.utm.paint.PaintPanel -up-|> javax.swing.JPanel
ca.utoronto.utm.paint.PaintPanel o-- ca.utoronto.utm.paint.Shape.Circle : circle
ca.utoronto.utm.paint.PaintPanel o-- ca.utoronto.utm.paint.PaintModel : model
ca.utoronto.utm.paint.PaintPanel o-- ca.utoronto.utm.paint.View : view
ca.utoronto.utm.paint.ShapeChooserPanel .up.|> java.awt.event.ActionListener
ca.utoronto.utm.paint.ShapeChooserPanel -up-|> javax.swing.JPanel
ca.utoronto.utm.paint.ShapeChooserPanel o-- ca.utoronto.utm.paint.View : view
ca.utoronto.utm.paint.View .up.|> java.awt.event.ActionListener
ca.utoronto.utm.paint.View -up-|> javax.swing.JFrame
ca.utoronto.utm.paint.View o-- ca.utoronto.utm.paint.PaintModel : model
ca.utoronto.utm.paint.View o-- ca.utoronto.utm.paint.PaintPanel : paintPanel
ca.utoronto.utm.paint.View o-- ca.utoronto.utm.paint.ShapeChooserPanel : shapeChooserPanel
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
|
f01b529d65d6ffe8e82b8ebcc4ab8bb07fbaff91
|
981063906ac661e930b3a9c23eade2b0d98ee692
|
/dmtp.plantuml
|
f98b4fbc3358feb319b194eb444533d53cdc20a1
|
[] |
no_license
|
Wissben/Data-Mining-ToolKit
|
55e49645e964e8d9581e6d234912142cc11a198b
|
d83aac3876a842bf096fe40a85007ce8fc8720e6
|
refs/heads/master
| 2020-04-07T09:49:36.520024
| 2019-01-02T00:21:18
| 2019-01-02T00:21:18
| 158,266,366
| 5
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,713
|
plantuml
|
@startuml
title __DMTP's Class Diagram__\n
package Front {
package Front.AprioriUI {
class AprioriController {
}
}
}
package Algorithms.Apriori {
class AprioriInstanceReader {
}
}
package Algorithms.DBScan {
class Cluster {
}
}
package Front {
class Controller {
}
}
package Algorithms.DBScan {
class DBSCANClusterer {
}
}
package Front {
package Front.DBSCAN {
class DBSCANController {
}
}
}
package Processing {
class DataCleaner {
}
}
package Algorithms.Apriori {
class InstanceApriori {
}
}
package Algorithms.KNN {
class KNNClassifier {
}
}
package Front {
package Front.KNN {
class KNNController {
}
}
}
package Front {
class Main {
}
}
package Processing {
class Plotter {
}
}
package Algorithms.DBScan {
class Point {
}
}
package Algorithms.Apriori {
class Searcher {
}
}
package Processing {
class StatisticsRetriever {
}
}
AprioriController -up-|> Initializable
AprioriController o-- InstanceApriori : currentIntance
AprioriInstanceReader o-- InstanceApriori : instance
Cluster -up-|> Comparable
Controller -up-|> Initializable
DBSCANController -up-|> Initializable
DataCleaner o-- StatisticsRetriever : sr
KNNController -up-|> Initializable
Point -up-|> Comparable
Searcher o-- InstanceApriori : instance
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
|
feffd91e54a5b9121ab24b134701d956b3aa257b
|
5fd60573e9dc5f7fcc90bf914532cf287fe43956
|
/2 Class Diagram.puml
|
6818f0e2746b320ecbcf3bd7d4f769d9ff8c5bf5
|
[] |
no_license
|
govorun17/diplom
|
c53b978289237832c883f4d8dbffc66191380164
|
c689a27aa5db8f06c28d6e08cfb46a67509a9ca1
|
refs/heads/main
| 2023-05-09T23:25:38.883358
| 2021-05-30T19:18:20
| 2021-05-30T19:18:20
| 221,156,960
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,424
|
puml
|
@startuml
title Class Diagram \n
entity Message {
- Long id
- String message
- Timestamp datetime
+ getters()
+ setters()
}
entity VkUser {
- Long id
- String vkId
- Modes mode
- List<Message> request
- List<Message response
+ getters()
+ setters()
{static} + newUser(String vkId)
}
enum Modes {
DEFAULT
CHAT
}
entity Group {
- Long groupId
- String code
- String secret
- String token
+ getters()
+ setters()
}
entity Phrase {
+ {static} String COMMON_PHRASES
+ {static} String ELUSIVE_ANSWERS
+ {static} String PATTERNS_FOR_ANALYSIS
+ {static} String ANSWERS_BY_PATTERNS
- Long id
- String type
- String key
- String value
+ getters()
+ setters()
}
entity Role {
- Long id
- String name
+ getters()
+ setters()
}
enum Events {
+ CONFIRMATION - "confirmation"
+ MESSAGE - "message_new"
+ EVENT - "message_event"
+ OK - "ok"
- String label
- Events(String label)
+ String label()
}
class JsonDto {
- String type
- Long groupId
- String secret
- JsonNode json
}
class CallbackController {
}
class AppStartService {
}
class CallbackService {
}
class GroupService {
}
class RoleService {
}
interface GroupRepo {
}
interface RoleRepo {
}
interface JpaRepository<T, ID>
note left of JpaRepository : System interface
@enduml
|
5ad224da0b4e69abadaa861268616fd5d84205be
|
ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd
|
/ch07-state-patterns/diagrams/state-pattern-light-state-class-diagram.puml
|
153ab81933015f2c853251f5f8b731935e5686f8
|
[] |
no_license
|
outofworld98/java-design-patterns
|
d7c41ad0a41bf1f3d1ba4a9f4f2a212658aec427
|
75964a5387cad3f54726d0f7ba98b0765ca0d650
|
refs/heads/master
| 2022-03-29T17:38:14.238273
| 2019-01-17T11:10:00
| 2019-01-17T11:10:00
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 461
|
puml
|
@startuml
class Light {
- state : State
+ on_button_pushed()
+ off_button_pushed()
+ setState(state : State)
}
interface State {
+ on_button_pushed(light : Light)
+ off_button_pushed(light : Light)
}
class ON {
+ on_button_pushed(light : Light)
+ off_button_pushed(light : Light)
}
class OFF {
+ on_button_pushed(light : Light)
+ off_button_pushed(light : Light)
}
Light o-> State
State <|.. ON
State <|.. OFF
@enduml
|
20852172c7587ddaa5cf3bab7d8e6f27769204d3
|
f5f59016295a183565af167a861e2c8db9f1b070
|
/diagrams/src/Application/Startup.puml
|
701902aa9da5b90ba9ba8395cdf5e490c602978f
|
[
"MIT"
] |
permissive
|
converge-app/collaboration-broker-service
|
fb21788289134c265f1cd5db3ceaa3f32ba18406
|
69c676a5bbb3e602f939f9c91680560a6c63926a
|
refs/heads/master
| 2023-03-19T11:36:58.937045
| 2019-12-17T12:06:26
| 2019-12-17T12:06:26
| 218,333,241
| 0
| 0
|
MIT
| 2023-03-04T01:16:20
| 2019-10-29T16:29:32
|
C#
|
UTF-8
|
PlantUML
| false
| false
| 369
|
puml
|
@startuml
class Startup {
+ Startup(configuration:IConfiguration, loggerFactory:ILoggerFactory)
- <<readonly>> _loggerFactory : ILoggerFactory
+ Configuration : IConfiguration <<get>>
+ ConfigureServices(services:IServiceCollection) : void
+ Configure(app:IApplicationBuilder, env:IHostingEnvironment, loggerFactory:ILoggerFactory) : void
}
@enduml
|
3b4a2d93c82cb45c3347c3afcda910b61d992c83
|
6a7855f5a04a9d36e6f0eef231d278b43ae50e23
|
/behavioral/command-class.puml
|
31ca0b7d486d1a6f2ecb03c0d2b2ee4f5202e034
|
[] |
no_license
|
echcz/design-pattern
|
c68e90b69e27c5593b8dab7a8117b8c047f71965
|
7caee1bca747d898353fef3577a5211ce6a42df5
|
refs/heads/master
| 2020-09-24T13:37:42.969731
| 2020-01-14T01:43:33
| 2020-01-14T01:43:33
| 225,770,359
| 1
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 322
|
puml
|
@startuml
title 命令模式类图
class Invoker {
+ setCommand(Command)
+ call()
}
class Receiver {
+ action()
}
interface Command {
+ execute()
}
class ConCommand
Invoker o- Command
Command <|.. ConCommand
Receiver <- ConCommand
note "execute() {\n receiver.action()\n}" as N1
N1 .. ConCommand
@enduml
|
c502e13164fcad0a48d6424b0b8832d5a32a6c85
|
c3679277db13cee150496904963ef5d624c1d144
|
/test/src/main/java/com/gaga/pumlTest/class/TestCase2.puml
|
e1c6f3c0523cd7648a7cbbb3d30dd75856125fb7
|
[] |
no_license
|
jialiu123/dataTodata
|
1d7f392bc8e9df53d7ac21023b94f0fe4ce069c3
|
56702a45afe8f1a6b199c45a9c744594ab96c2cd
|
refs/heads/master
| 2023-03-12T21:40:29.489302
| 2021-03-03T00:51:41
| 2021-03-03T00:51:41
| 293,486,188
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 211
|
puml
|
@startuml
Object <|-- ArrayList
Object : equals()
class ArrayList<E> {
Object[] elementData
void size()
+boolean add(E e)
}
class Dummy {
-field1
#field2
~method1()
+method2()
-method3()
}
@enduml
|
4a0074f9e5b8cda99b373d22f107f8d1d386d981
|
0095abfe511004d34d83200fe7813320aa375d8d
|
/doc/circuit/circuit.iuml
|
74ffa58691a2ffbe0c647e93419deb7ef90a7528
|
[
"MIT"
] |
permissive
|
Perococco/quamputer
|
b20919a38fd1893df7439c07e2bd2a727fe29191
|
378fab8b14884b532a4e2b290f025c64bd9bf1b7
|
refs/heads/develop
| 2023-07-07T06:43:39.337318
| 2021-07-20T08:14:07
| 2021-07-20T08:14:07
| 365,513,484
| 0
| 0
| null | 2021-05-08T12:54:03
| 2021-05-08T12:51:31
|
Rust
|
UTF-8
|
PlantUML
| false
| false
| 341
|
iuml
|
@startuml
interface CircuitElement
class Circuit
class Loop
class Gate
class Measure
class Circuit {
nb_qbit:u8
elements:CircuitElement[]
}
class Loop {
circuit:Circuit,
stop_condition:StopCondition
}
class Measure {
id:String,
target:u8
}
class Gate {
type:GateWithoutControl,
controls:u8[]
}
@enduml
|
591155062fda31dd922773e253dc859e01a70b2d
|
a73a9f5a79597c7bd1d406dfdbf04f0de6114672
|
/gpstrackapp/src/main/java/com/anto/gpstrack/api/api.plantuml
|
f85fd465712abcda6eaf3aa70481593437107724
|
[] |
no_license
|
Antonio9227/proiectscd
|
b49531138a41769bbecab2db1a87618457231cc3
|
62ddd9de50e58b548a025a585322f8de2fa39617
|
refs/heads/master
| 2023-02-16T22:00:46.420780
| 2021-01-05T12:28:46
| 2021-01-05T12:28:46
| 307,406,033
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,633
|
plantuml
|
@startuml
title __API's Class Diagram__\n
namespace com.anto.gpstrack {
namespace api {
class com.anto.gpstrack.api.PhoneController {
{static} - MAGIC_NUMBER : int
+ acquireToken()
+ deleteData()
+ register()
- isImeiValid()
}
}
}
namespace com.anto.gpstrack {
namespace api {
class com.anto.gpstrack.api.PositionController {
+ PositionController()
+ submitPosition()
}
}
}
namespace com.anto.gpstrack {
namespace api {
class com.anto.gpstrack.api.WebController {
+ getDevices()
+ getPositions()
+ login()
+ validate()
}
}
}
com.anto.gpstrack.api.PhoneController o-- com.anto.gpstrack.service.PhoneService : phoneService
com.anto.gpstrack.api.PhoneController o-- com.anto.gpstrack.service.PositionService : positionService
com.anto.gpstrack.api.PhoneController o-- com.anto.gpstrack.service.AccessTokenService : tokenService
com.anto.gpstrack.api.PositionController o-- com.anto.gpstrack.service.PositionService : positionService
com.anto.gpstrack.api.WebController o-- com.anto.gpstrack.service.PhoneService : phoneService
com.anto.gpstrack.api.WebController o-- com.anto.gpstrack.service.PositionService : positionService
com.anto.gpstrack.api.WebController o-- com.anto.gpstrack.service.AccessTokenService : tokenService
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
|
48545208b9723a39d839fb0d91ece1d98c2be316
|
a249c2addc54fa5250d268f1c9cb71c1f555fec4
|
/learn-design-pattern/src/main/java/com/hqbhoho/bigdata/design/pattern/responsibility_chain/responsibility_chain.puml
|
ccd827669d0db92181923812c80c98097eec4e29
|
[] |
no_license
|
hqbhoho/learn-bigdata
|
3bb16248eed5498758bf3f98179242078ed6ddf7
|
cb2eca9b1b795a4a8712850f0ec49a32b2f7922d
|
refs/heads/master
| 2022-11-21T16:48:22.455348
| 2020-09-15T01:30:16
| 2020-09-15T01:30:28
| 173,652,937
| 19
| 7
| null | 2022-11-16T11:46:09
| 2019-03-04T01:31:39
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 572
|
puml
|
@startuml
abstract class Leader{
{field} - Leader next;
{method} + void SetNext(Leader next);
{abstract} + void approveVacation(int dayNum);
}
class SchoolMaster{
{method} + void approveVacation(int dayNum);
}
class CollegeMaster{
{method} + void approveVacation(int dayNum);
}
class Teacher{
{method} + void approveVacation(int dayNum);
}
class Client
Leader <|.. SchoolMaster
Leader <|.. CollegeMaster
Leader <|.. Teacher
Leader o.. Leader
Leader <.. Client
SchoolMaster <.. Client
CollegeMaster <.. Client
Teacher <.. Client
@enduml
|
7ee0c6eae5ee0fbfb593c841e7c4573aae0a5c11
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/CartSetCustomLineItemCustomFieldAction.puml
|
c9d01e311113e500dd5fbdfb6b9e200aeea82278
|
[] |
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
| 551
|
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 CartSetCustomLineItemCustomFieldAction [[CartSetCustomLineItemCustomFieldAction.svg]] extends CartUpdateAction {
action: String
customLineItemId: String
customLineItemKey: String
name: String
value: [[Object.svg Object]]
}
interface CartUpdateAction [[CartUpdateAction.svg]] {
action: String
}
@enduml
|
ab189590375ae8a43189fdfb50676d5e8969fe8d
|
112e511928937b8ec60004ca94f1dd996bd9fd1a
|
/Documents/Shos.Chatter.Server/Controllers/UsersController.puml
|
7854e20cd739162477b7a0e700f55ce56c063364
|
[
"MIT"
] |
permissive
|
Fujiwo/Shos.Chatter.NetFramework
|
2c143b390b1588e38e5967a8b8f1c51bf5487362
|
3c7061398e790c2fc856585fdbf60a18705f11e0
|
refs/heads/master
| 2023-03-23T09:31:02.071913
| 2021-03-11T05:27:48
| 2021-03-11T05:27:48
| 323,569,895
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 469
|
puml
|
@startuml
class UsersController {
+ <<async>> GetUsers() : Task<IEnumerable<UserBase>>
+ <<async>> GetUser(id:int) : Task<IHttpActionResult>
+ <<async>> PutUser(id:int, user:UserBase) : Task<IHttpActionResult>
+ <<async>> PostUser(user:UserBase) : Task<IHttpActionResult>
+ <<async>> DeleteUser(id:int) : Task<IHttpActionResult>
UserExists(id:int) : bool
}
ApiController <|-- UsersController
UsersController o-> "context" ChatterContext
@enduml
|
47f2a8313425f7c7c2db53d98331ab744e769210
|
c7a9569fd6b2479cb11b97292bdaf569703c5ea8
|
/plantuml/vehicle_detection.puml
|
863ef8e7ecd34a79b3e3b60cb08b24e0740ffbb7
|
[] |
no_license
|
Labonneguigue/CarND-Vehicle-Detection
|
a48f5bbfffcd9007e254e988bb3bf2a73873a2bc
|
d62a5fcff554f4b0b4a36aad2cb03dee79fd116b
|
refs/heads/master
| 2020-12-30T09:27:32.606427
| 2018-03-14T23:48:16
| 2018-03-14T23:48:16
| 100,420,080
| 0
| 0
| null | 2017-08-15T21:16:49
| 2017-08-15T21:16:49
| null |
UTF-8
|
PlantUML
| false
| false
| 1,934
|
puml
|
@startuml
title Top-level class diagram
class Database {
+ csvFile
+ pickleFileName
+ ...
+ GetOutputVideoPath()
+ GetImageSize()
+ GetImagesAndLabels()
+ GetRandomImage()
+ GetListOfImages()
+ SaveObject()
+ LoadObject()
}
class Renderer {
+ SaveImagesSideBySide(image1, image2, fname[, title1, title2, grayscale])
+ Save3ImagesSideBySide(imgA, imgB, imgC, fname[,titleA, titleB, titleC, grayscale, plots)
+ SaveImage(image, fname)
+ {static} DrawSlidingBoxes(img, bboxes)
+ {static} AggregateViews(views)
}
class Test {
+ TestHOG(image)
+ TestNormalizationFeatures()
+ TestTrainClassifier()
+ TestSlidingWindows()
+ TestClassification()
+ TestHeatMap()
+ TestProcessImagePipeline()
+ RunTests()
}
class VehicleDetector {
+ bool outputToImages
+ string outputVideoName
+ ProcessImage : image
}
class Classifier {
+ float testTrainingRatio
+ int nbOrientations
+ int pixels_per_cell
+ int cells_per_block
+ color_space
+ hist_bins
+ hog_channels
+ Run()
+ RunHOG()
+ ExtractFeatures()
+ TrainClassifier()
}
class Filter {
+ trackedCars[]
+ FilterBBoxes(bBoxes) : bBoxes
}
class Utils {
+ {static} BinSpatial() : features
+ {static} ColorHist() : features
+ {static} GetHOGFeatures() : features
+ {static} ExtractListImagesFeatures() : features
+ {static} ExtractFeatures() : features
+ {static} NormalizeFeatures() : transform(X), X
+ {static} GetSlidingWindows() ; sWindows
}
Test *-- VehicleDetector : owns
Test *-- Renderer : owns
Test *-- Database : owns
Test *-- Classifier : owns
VehicleDetector -- Database : uses
VehicleDetector *-- Classifier
VehicleDetector *-- Filter
VehicleDetector --> Utils : uses
VehicleDetector --> Renderer : uses
@enduml
|
5c6af3ebf1a590602122e616e70774c105c08bdd
|
d71ed2fa791190c4146f235d5d2c8c00280582c1
|
/mybatis-from-novice-to-expert/mybatis-only/src/test/java/com/xjs1919/mybatis/chapter_3_5/一级缓存类图.puml
|
889fdcb99c48886488073b2691322ed99bb217d8
|
[] |
no_license
|
xjs1919/enumdemo
|
6b8a50f5a58cee547b52eb75dc1a0041e9113711
|
e61e3390be42116fdfa0b54b335e5b6f2397266b
|
refs/heads/master
| 2023-09-01T11:03:49.583340
| 2023-09-01T02:21:50
| 2023-09-01T02:21:50
| 186,528,758
| 43
| 37
| null | 2022-12-16T15:47:22
| 2019-05-14T02:21:25
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 474
|
puml
|
@startuml
'https://plantuml.com/class-diagram
interface SqlSession
SqlSession <|-- DefaultSqlSession
class DefaultSqlSession{
Executor executor
}
interface Executor
abstract class BaseExecutor
Executor <|- BaseExecutor
BaseExecutor <|-- CachingExecutor
BaseExecutor <|-- SimpleExecutor
abstract class BaseExecutor{
PerpetualCache localCache
}
class CachingExecutor{
Executor delegate
}
SimpleExecutor <-- CachingExecutor
CachingExecutor <-- DefaultSqlSession
@enduml
|
858887eae564d6bc49d3f93c52150012ef3e3a24
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/AttributeGroupUpdateAction.puml
|
8e47964ee8522f06366a5bbc9cc025ba504c3602
|
[] |
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,150
|
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 AttributeGroupUpdateAction [[AttributeGroupUpdateAction.svg]] {
action: String
}
interface AttributeGroupAddAttributeAction [[AttributeGroupAddAttributeAction.svg]] {
action: String
attribute: [[AttributeReference.svg AttributeReference]]
}
interface AttributeGroupChangeNameAction [[AttributeGroupChangeNameAction.svg]] {
action: String
name: [[LocalizedString.svg LocalizedString]]
}
interface AttributeGroupRemoveAttributeAction [[AttributeGroupRemoveAttributeAction.svg]] {
action: String
attribute: [[AttributeReference.svg AttributeReference]]
}
interface AttributeGroupSetAttributesAction [[AttributeGroupSetAttributesAction.svg]] {
action: String
attributes: [[AttributeReference.svg List<AttributeReference>]]
}
interface AttributeGroupSetDescriptionAction [[AttributeGroupSetDescriptionAction.svg]] {
action: String
description: [[LocalizedString.svg LocalizedString]]
}
interface AttributeGroupSetKeyAction [[AttributeGroupSetKeyAction.svg]] {
action: String
key: String
}
interface AttributeGroupUpdate [[AttributeGroupUpdate.svg]] {
version: Long
actions: [[AttributeGroupUpdateAction.svg List<AttributeGroupUpdateAction>]]
}
AttributeGroupUpdateAction --> AttributeGroupAddAttributeAction #blue;text:blue : "action : addAttribute"
AttributeGroupUpdateAction --> AttributeGroupChangeNameAction #blue;text:blue : "action : changeName"
AttributeGroupUpdateAction --> AttributeGroupRemoveAttributeAction #blue;text:blue : "action : removeAttribute"
AttributeGroupUpdateAction --> AttributeGroupSetAttributesAction #blue;text:blue : "action : setAttributes"
AttributeGroupUpdateAction --> AttributeGroupSetDescriptionAction #blue;text:blue : "action : setDescription"
AttributeGroupUpdateAction --> AttributeGroupSetKeyAction #blue;text:blue : "action : setKey"
AttributeGroupUpdateAction --> AttributeGroupUpdate #green;text:green : "actions"
@enduml
|
c7356a2ccea0b20767ca0d5bd376c1a4bb5b4c31
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/CustomerRemoveStoreAction.puml
|
7d504f34caaf3923800dece665aee2bb325978bf
|
[] |
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
| 495
|
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 CustomerRemoveStoreAction [[CustomerRemoveStoreAction.svg]] extends CustomerUpdateAction {
action: String
store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]]
}
interface CustomerUpdateAction [[CustomerUpdateAction.svg]] {
action: String
}
@enduml
|
f6381863a4595458d2fdc8ba53ae2d52c8339357
|
17d8a22c83aa82b55e7c2ab8482ee97fcfdadf05
|
/DesignModeTest/src/commandPattern/CommandPattern.puml
|
e9568a10b5eaf80fc51ed96019480b46661ee5c9
|
[] |
no_license
|
lhdaydayup/Pattern
|
3d3d1e25d934428ed69c6c2618587d9328bdfe4e
|
8de7410801d9efcae9fc57f34466ed0711ceff54
|
refs/heads/master
| 2020-05-07T13:24:26.831224
| 2019-04-15T08:21:35
| 2019-04-15T08:21:35
| 180,546,544
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,369
|
puml
|
@startuml
namespace a#green{
class Invoke{
- command:Command
+ int excute(int i)
+ int undo()
+ int redo()
}
Command <--"command" Invoke
abstract class Command{
+ int excute(int i)
+ int undo()
+ int redo()
}
AddReceive <--"receive" AddCommand
class AddCommand{
- receive:AddReceive
+ int excute(int i)
+ int undo()
+ int redo()
}
Command <|--AddCommand
class AddReceive{
- List<i> iss
- int index
- int i=0
+ int add(int i)
+ int undo()
+ int redo()
}
Invoke <.. Client
Command<..Client
/'
修改简易计算器源代码,使之能够实现多次撤销(Undo)
和恢复(Redo)
'/
}
namespace b #yellow{
/'Sunny软件公司欲开发一个基于Windows平
台的公告板系统。该系统提供了一个主菜单
(Menu),在主菜单中包含了一些菜单项
(MenuItem),可以通过Menu类的
addMenuItem()方 法增加菜单项。
菜单项的主要方法是click(),每
一个菜单项包含一个抽象命令类,
具体命 令类包括OpenCommand(打开命令)
,CreateCommand(新建命令),EditCommand(编辑命令)
等,命令类具有一个execute()方法,用于调用公告
板系统界面类(BoardScreen)的
open()、 create()、edit()等方法。
试使用命令模式设计该系统,
以便降低MenuItem类与BoardScreen 类之间的耦合度'/
}
@enduml
|
737e2f5e15b618faa58d8eb4af2df630afa50eab
|
1ecff489e86a8f4256945c76fae3649be2a9bc2e
|
/app/src/main/java/com/example/pis_entrega1/Note/Note.plantuml
|
6af60b08955335e95165eaa96a3eac7514e6a323
|
[] |
no_license
|
SergioFerrando/Unobliviate
|
42632b15bf4055a7f30f291dbdb651d90afa56bd
|
0f82ce3b886f3e1e02a31cfaa503c300e1a7297e
|
refs/heads/master
| 2023-05-14T19:57:28.590312
| 2021-06-04T12:09:48
| 2021-06-04T12:09:48
| 351,016,418
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,485
|
plantuml
|
@startuml
title __NOTE's Class Diagram__\n
namespace com.example.pis_entrega1 {
namespace Note {
abstract class com.example.pis_entrega1.Note.Notes {
- checked : boolean
- date : String
- id : String
- name : String
+ Notes()
+ Notes()
+ Notes()
{abstract} + delete()
+ getDate()
+ getID()
+ getName()
+ isChecked()
{abstract} + saveNote()
+ setChecked()
+ setDate()
+ setID()
+ setName()
}
}
}
namespace com.example.pis_entrega1 {
namespace Note {
class com.example.pis_entrega1.Note.Photo {
- address : String
- url : String
+ Photo()
+ Photo()
+ Photo()
+ delete()
+ getAddress()
+ getUrl()
+ modify()
+ saveNote()
+ setAddress()
+ setUrl()
}
}
}
namespace com.example.pis_entrega1 {
namespace Note {
class com.example.pis_entrega1.Note.Recording {
- address : String
- url : String
+ Recording()
+ Recording()
+ Recording()
+ delete()
+ getAddress()
+ getUrl()
+ modify()
+ saveNote()
+ setAddress()
+ setUrl()
}
}
}
namespace com.example.pis_entrega1 {
namespace Note {
class com.example.pis_entrega1.Note.Text {
- text : String
+ Text()
+ Text()
+ Text()
+ delete()
+ getText()
+ modify()
+ saveNote()
+ setText()
}
}
}
com.example.pis_entrega1.Note.Photo -up-|> com.example.pis_entrega1.Note.Notes
com.example.pis_entrega1.Note.Photo o-- com.example.pis_entrega1.Model.DatabaseAdapter : adapter
com.example.pis_entrega1.Note.Recording -up-|> com.example.pis_entrega1.Note.Notes
com.example.pis_entrega1.Note.Recording o-- com.example.pis_entrega1.Model.DatabaseAdapter : adapter
com.example.pis_entrega1.Note.Text -up-|> com.example.pis_entrega1.Note.Notes
com.example.pis_entrega1.Note.Text o-- com.example.pis_entrega1.Model.DatabaseAdapter : adapter
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
|
c8b2ae60d74987e239857bef93965ad00c684087
|
964ba7784161ab285906feef674251df587dccc3
|
/01-简单工厂模式/简单工厂UML.puml
|
a10a39b2747d2823f4e42da58d22e86de8670cff
|
[
"MIT"
] |
permissive
|
shaoxiongdu/java-design-pattern
|
6ef719bde7c49c7c99bcbf9effab8ec2a74b2109
|
f7067e4469dd6bf91327088a0e66a4752bf0ac65
|
refs/heads/master
| 2023-07-15T03:09:48.474638
| 2021-08-30T01:50:33
| 2021-08-30T01:50:33
| 387,493,972
| 7
| 2
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 321
|
puml
|
@startuml
'https://plantuml.com/class-diagram
interface Food{
+ eat();
}
class Hamburger{
+ eat();
}
Hamburger ..|>Food
class RiceNoodle{
+ eat();
}
RiceNoodle ..|>Food
class FoodFactory{
+ {static} getFood(int type)
}
/'依赖'/
FoodFactory ..> Food
FoodFactory ..> RiceNoodle
FoodFactory ..> Hamburger
@enduml
|
d3ffe62b99bbf2b1d158af703bfad8660560c77d
|
9e418a0fb69b8ee356d5c1d5d009706394edf54d
|
/class - design/rollcall/updateBonusPoint.plantuml
|
7c6d8a3c30e6691649f02914c137c34a76df4cc6
|
[] |
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
| 2,339
|
plantuml
|
@startuml updateBonusPoint
class UpdateBonusPointForm {
- classroom_id: bigint
- token: string
- bonus_point: bigint
+ update_bonus_point(token, classroom_id, bonus_point)
}
class IStudentForm <<interface>> {
+ update_bonus_point(token, classroom_id, bonus_point)
}
class StudentController {
+ view_profile(token, classroom_id)
}
class ClassroomMember {
- id: bigint
- user_id: bigint
- classroom_id: bigint
- created_at: datetime
+ get_id(): bigint
+ get_user_id(): bigint
+ set_user_id(bigint)
+ get_classroom_id(): bigint
+ set_classroom_id(bigint)
+ get_created_at(): datetime
+ get_updated_at(): datetime
}
class IClassroomMemberDB <<interface>> {
+ create(classroom_id, user_id): void
+ read(classroom_id)
+ read(user_id)
+ read(classroom_member_id)
+ read(classroom_id, user_id)
+ update_rollcall(classroom_member_id, created_at, is_presented)
+ update_bonus_point(classroom_member_id, created_at, point)
+ update_score(classroom_member_id, created_at, test_title, score)
+ delete(classroom_id, user_id)
+ get_user(classroom_member)
+ get_classroom(classroom_member)
}
class BonusPoint {
- id: bigint
- classroom_member_id: bigint
- date: date
- point: int
- created_at: datetime
- updated_at: datetime
+ get_id(): bigint
+ get_classroom_member_id(): bigint
+ set_classroom_member_id(bigint)
+ get_date(): date
+ set_date(date)
+ get_point(): int
+ set_point(int)
+ get_created_at(): datetime
+ get_updated_at(): datetime
}
class IBonusPointDB <<interface>> {
+ create(classroom_member_id, date, point)
+ read(classroom_member_id)
+ read(classroom_member_id, bonus_point_id)
+ delete(classroom_member_id, bonus_point_id)
}
hide UpdateBonusPointForm circle
hide IStudentForm <<interface>> circle
hide StudentController circle
hide IClassroomMemberDB <<interface>> circle
hide ClassroomMember circle
hide IBonusPointDB <<interface>> circle
hide BonusPoint circle
IStudentForm .down.> UpdateBonusPointForm
IClassroomMemberDB .down.> ClassroomMember
IBonusPointDB .down.> BonusPoint
IStudentForm "1"-left-"1" StudentController
StudentController "1"-left-"1" IClassroomMemberDB
StudentController "1"-down-"1" IBonusPointDB
@enduml
|
43d6918e3830028242a0652e929a35572fd7f5b5
|
695505adbd8f82f3ec54191717bbe2ff79fb3885
|
/exercise43/docs/Class Diagram.puml
|
d27dc106f10c8d2ba9ec2e95ac3230e6751f9df8
|
[] |
no_license
|
BlakeLoch/lochmandy-a04
|
7abe971225188bdb2ab95bd42e0c38362e1a2839
|
0764ec66d475a68a406870ff0707aa0be76848ad
|
refs/heads/main
| 2023-09-03T15:48:58.583547
| 2021-10-28T20:08:20
| 2021-10-28T20:08:20
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 535
|
puml
|
@startuml
class InputClass {
+getSiteNameFromUser()
+getAuthorFromUser()
+askIfJavaScriptFolder()
+askIfCssFolder()
-getYesOrNo()
}
class OutputClass {
+createWebFolder(String siteName)
+buildIndexHtml(String siteName, String author)
+createIndexHtml(String siteName, List<String> indexHtml)
+createJavaScriptFolder(String siteName, Boolean javaScriptFolder)
+createCssFolder(String siteName, Boolean cssFolder)
}
class Solution43 {
+main(String[])
}
Solution43 -- InputClass
Solution43 -- OutputClass
@enduml
|
77272b19bd3784f285325846ea9d1d7b34c2e51f
|
be6f3c2838e9be8dce8f8ac10de1ce485d030eaa
|
/docs/internals/phpdocumentor3/components/docblock.puml
|
cb151ed81a23f8fee8d34a40e1b88c689b5b975d
|
[
"MIT"
] |
permissive
|
zonuexe/phpDocumentor2-ja
|
79718326856fba3945ea16ed26eb023b87c3c9fe
|
aa085f2f10878f0b856cb1d673b5784e115145f9
|
refs/heads/doc/ja-translation
| 2021-08-09T12:55:10.460481
| 2016-08-18T16:15:50
| 2016-08-18T16:15:50
| 65,297,906
| 0
| 1
|
MIT
| 2021-01-25T14:35:51
| 2016-08-09T13:38:24
|
PHP
|
UTF-8
|
PlantUML
| false
| false
| 4,548
|
puml
|
@startuml
class DocBlock {
+ __construct(Summary $summary, Description $description = null, Tag[] $tags = [])
+ getSummary() : DocBlocks.Summary
+ getDescription() : DocBlocks.Description
+ getTags() : Tag[]
+ fetchTagByName(string $name) : Tag[]
}
class DocBlockFactory {
+ __construct(string[] tagToClassMapping)
+ create(string $docBlock)
}
namespace DocBlocks {
class Summary {
+ __construct(string $summary)
+ __toString() : string
}
class Description {
+ __construct(string $summary)
+ getTags() : Tag[]
+ __toString() : string
}
interface Tag {
+ {static} create($tagString) : static
+ getName() : string
}
class Api implements Tag {
+ {static} create($tagString) : Api
+ getName() : string
}
class Author implements Tag {
+ {static} create($tagString) : Author
+ getName() : string
}
class Category implements Tag {
+ {static} create($tagString) : Category
+ getName() : string
}
class Copyright implements Tag {
+ {static} create($tagString) : Copyright
+ getName() : string
}
class Deprecated implements Tag {
+ {static} create($tagString) : Deprecated
+ getName() : string
}
class Example implements Tag {
+ {static} create($tagString) : Example
+ getName() : string
}
class Filesource implements Tag {
+ {static} create($tagString) : Filesource
+ getName() : string
}
class Global implements Tag {
+ {static} create($tagString) : Global
+ getName() : string
}
class Ignore implements Tag {
+ {static} create($tagString) : Ignore
+ getName() : string
}
class Internal implements Tag {
+ {static} create($tagString) : Internal
+ getName() : string
}
class License implements Tag {
+ {static} create($tagString) : License
+ getName() : string
}
class Link implements Tag {
+ {static} create($tagString) : Link
+ getName() : string
}
class Method implements Tag {
+ {static} create($tagString) : Method
+ getName() : string
}
class Package implements Tag {
+ {static} create($tagString) : Package
+ getName() : string
}
class Param implements Tag {
+ {static} create($tagString) : Param
+ getName() : string
}
class Property implements Tag {
+ {static} create($tagString) : Property
+ getName() : string
}
class PropertyRead implements Tag {
+ {static} create($tagString) : PropertyRead
+ getName() : string
}
class PropertyWrite implements Tag {
+ {static} create($tagString) : PropertyWrite
+ getName() : string
}
class Return implements Tag {
+ {static} create($tagString) : Return
+ getName() : string
}
class See implements Tag {
+ {static} create($tagString) : See
+ getName() : string
}
class Since implements Tag {
+ {static} create($tagString) : Since
+ getName() : string
}
class Source implements Tag {
+ {static} create($tagString) : Source
+ getName() : string
}
class Subpackage implements Tag {
+ {static} create($tagString) : Subpackage
+ getName() : string
}
class Throws implements Tag {
+ {static} create($tagString) : Throws
+ getName() : string
}
class Todo implements Tag {
+ {static} create($tagString) : Todo
+ getName() : string
}
class Uses implements Tag {
+ {static} create($tagString) : Uses
+ getName() : string
}
class Var implements Tag {
+ {static} create($tagString) : Var
+ getName() : string
}
class Version implements Tag {
+ {static} create($tagString) : Version
+ getName() : string
}
interface Type {
}
namespace Types {
class Composite implements Type
class String_ implements Type
class Integer_ implements Type
class Float_ implements Type
class Resource_ implements Type
class Array_ implements Type
class Null_ implements Type
class Object_ implements Type
class Mixed_ implements Type
}
}
DocBlockFactory -- DocBlock
DocBlock o-- DocBlocks.Summary
DocBlock o-- DocBlocks.Description
DocBlock o-- DocBlocks.Tag
@enduml
|
481a5093f70610660b5f2ff703e2dc95ae5b6ca5
|
63114b37530419cbb3ff0a69fd12d62f75ba7a74
|
/plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_TextInfoDebugTool.puml
|
78e7cca9fd48d9854973f461a27832a1c9ed3366
|
[] |
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
| 91
|
puml
|
@startuml
class TMP_TextInfoDebugTool {
}
MonoBehaviour <|-- TMP_TextInfoDebugTool
@enduml
|
080c53cd1e3678d287b782e5fc398f7427b15d3a
|
1b50cbb04d3252b407425e88cef551e175f61018
|
/Face_Access/src/main/resources/UML/ImplementUseClass.puml
|
9ef437a1fe086a632bc0e25f4d85a5d521dd290a
|
[] |
no_license
|
D3E0/Face_Access
|
02c37b34df00de1f6dbae82e6b4262ff8611bf15
|
1275916913a7afa73ae3a2a841e5fbf8165b874a
|
refs/heads/dev
| 2020-03-18T23:16:54.025148
| 2018-07-25T03:42:54
| 2018-07-25T03:42:54
| 135,393,668
| 3
| 0
| null | 2018-06-25T09:23:25
| 2018-05-30T05:45:53
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 2,332
|
puml
|
@startuml
interface UserMangeService{
String showUserProfile();
void updateUserProfile();
String savePicture();
List getAuthorities();
int addAuthority();
void deleteAuthority();
void updateAuthority();
}
interface AuthorityDao{
List getAuthorities();
List getAuthoritiesByHouse();
int addAuthority();
void deleteAuthority();
void updateAuthority();
}
interface UserDao{
int addUser();
void updateUser();
void deleteUser();
UserEntity verifyUser();
UserEntity getUserById();
}
interface HouseDao{
int addHouse();
void updateHouse();
void deleteHouse();
List getHousesByOwner();
}
class UserController {
+String getUserProfile();
+void updateUserProfile();
+String savePicture();
+List getAllUsername();
}
class AuthorityController{
+List getAuthorities();
+int addAuthority();
+void deleteAuthority();
+void updateAuthority();
}
class signInController{
+String verifyUser();
+String addUser();
+String verifyUsername();
+String ProcessSignIn()
}
'接口实现'
UserMangeService <|-- UserMangeServiceImp: implement
AuthorityDao <|-- AuthorityDaoImp: implement
HouseDao <|-- HouseDaoImp: implement
UserDao <|-- UserDaoImp: implement
'依赖关系'
AuthorityDao <.down. UserMangeServiceImp: Dependency
HouseDao <.down. UserMangeServiceImp: Dependency
UserDao <.down. UserMangeServiceImp: Dependency
UserMangeService <.right. UserController: Dependency
UserMangeService <.left. AuthorityController: Dependency
UserMangeService <.down. signInController: Dependency
class UserMangeServiceImp
class AuthorityDaoImp
class HouseDaoImp
class UserDaoImp
'接口实现'
UserDaoImp *-- UserEntity: Composition
AuthorityDaoImp *-- AuthorityEntity: Composition
HouseDaoImp *-- HouseEntity: Composition
class AuthorityEntity {
- int authorityId;
- Date startDate;
- Date endDate;
-UserEntity user;
-HouseEntity house;
-String remark;
}
class HouseEntity {
- int houseId;
- String housePassword;
- DoorEntity door;
- UserEntity user;
}
class UserEntity {
- String userName;
- int userId;
- String userTelephone;
- String userPassword;
- byte[] userFace;
}
@enduml
|
6bea18b32bbaa86aeaa65288542469dd79930730
|
1aa9654c18c622dcec50c65d01a4075c601f692d
|
/WisherApp/app/src/main/java/ru/omegapps/wisherapp/fragments/fragments.plantuml
|
aafe4860bff9a003c999d071aab05affaa43cc99
|
[] |
no_license
|
iCatOK/wisher-app-android
|
52e217f01757f969f9a1c7609db708d5770dbb0f
|
32de7790360a816da32c86704f9bdd74021b91f0
|
refs/heads/master
| 2023-06-15T07:22:44.548594
| 2021-07-12T16:15:06
| 2021-07-12T16:15:06
| 370,042,960
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,278
|
plantuml
|
@startuml
title __FRAGMENTS's Class Diagram__\n
namespace ru.omegapps.wisherapp {
namespace fragments {
class ru.omegapps.wisherapp.fragments.HomeFragment {
~ currentUser : FirebaseUser
~ mAuth : FirebaseAuth
~ plusButton : FloatingActionButton
~ progressBar : RelativeLayout
~ recyclerView : RecyclerView
~ wishRef : DatabaseReference
~ wishes : ArrayList<Wish>
{static} - ARG_PARAM1 : String
{static} - ARG_PARAM2 : String
{static} - WISH_KEY : String
- mParam1 : String
- mParam2 : String
+ HomeFragment()
{static} + newInstance()
+ onCreate()
+ onCreateView()
+ onMyItemClick()
+ onMyItemLongClick()
+ onStart()
+ onViewCreated()
- deleteWishByPosition()
}
}
}
namespace ru.omegapps.wisherapp {
namespace fragments {
class ru.omegapps.wisherapp.fragments.WishBlocksFragment {
~ progressBar : RelativeLayout
~ wishBlocks : ArrayList<WishBlock>
{static} - PUBLIC_WB_KEY : String
{static} - WBLOCK_KEY : String
- childEventListener : ChildEventListener
- currentUser : FirebaseUser
- mAuth : FirebaseAuth
- publicWishBlockRef : DatabaseReference
- valueEventListener : ValueEventListener
- wishBlockRef : DatabaseReference
+ onCreate()
+ onCreateView()
+ onStop()
- deleteWishBlockByPosition()
- goToEditWB()
- showAlertDialogToDeleteWishBlock()
}
}
}
ru.omegapps.wisherapp.fragments.HomeFragment .up.|> ru.omegapps.wisherapp.interfaces.OnMyItemClickListener
ru.omegapps.wisherapp.fragments.HomeFragment .up.|> ru.omegapps.wisherapp.interfaces.OnMyItemLongClickListener
ru.omegapps.wisherapp.fragments.HomeFragment -up-|> androidx.fragment.app.Fragment
ru.omegapps.wisherapp.fragments.WishBlocksFragment -up-|> androidx.fragment.app.Fragment
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
|
1e34da8a15b1730ba3b4f621b70071218842579e
|
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
|
/documentation/serviceApi/pm/performance/media/src/performanceMonitoringNotificationModel.puml
|
91ef8b9a59e1777555138e213c83c0c9e14ee8b6
|
[
"Apache-2.0"
] |
permissive
|
MEF-GIT/MEF-LSO-Legato-SDK
|
b2ed422108f4bbb5d3aff27123d3f31305fd808f
|
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
|
refs/heads/working-draft
| 2023-07-06T06:44:01.113378
| 2023-06-23T14:14:48
| 2023-06-23T14:14:48
| 94,903,642
| 5
| 4
|
Apache-2.0
| 2022-05-04T10:22:56
| 2017-06-20T15:00:38
| null |
UTF-8
|
PlantUML
| false
| false
| 2,803
|
puml
|
@startuml performanceMonitoringNotificationModel
class Event {
eventId*: string
eventTime*: date-time
}
class PerformanceJobEvent {
eventType*: PerformanceJobEventType
}
Event <|-- PerformanceJobEvent
PerformanceJobEvent *-->"1" PerformanceJobEventPayload : event
class PerformanceJobEventPayload {
href: string
id*: string
state: string
}
class PerformanceJobReportReadyEvent {
eventType*: PerformanceJobReportReadyEventType
}
Event <|-- PerformanceJobReportReadyEvent
PerformanceJobReportReadyEvent *-->"1" PerformanceJobReportReadyEventPayload : event
class PerformanceJobReportReadyEventPayload {
href: string
id*: string
reportHref: string
reportId*: string
}
class PerformanceJobReportPreparationErrorEvent {
eventType*: PerformanceJobReportPreparationErrorEventType
}
Event <|-- PerformanceJobReportPreparationErrorEvent
PerformanceJobReportPreparationErrorEvent *-->"1" PerformanceJobReportPreparationErrorEventPayload : event
class PerformanceJobReportPreparationErrorEventPayload {
href: string
id*: string
reportPreparationFailedReason: string
}
class PerformanceJobProcessEvent {
eventType*: PerformanceJobProcessEventType
}
Event <|-- PerformanceJobProcessEvent
PerformanceJobProcessEvent *-->"1" PerformanceJobProcessEventPayload : event
class PerformanceJobProcessEventPayload {
href: string
id*: string
}
class PerformanceProfileEvent {
eventType*: PerformanceProfileEventType
}
Event <|-- PerformanceProfileEvent
PerformanceProfileEvent *-->"1" PerformanceProfileEventPayload : event
class PerformanceProfileEventPayload {
href: string
id*: string
}
class PerformanceReportEvent {
eventType*: PerformanceReportEventType
}
Event <|-- PerformanceReportEvent
PerformanceReportEvent *-->"1" PerformanceReportEventPayload : event
class PerformanceReportEventPayload {
href: string
id*: string
}
enum PerformanceReportEventType {
performanceReportCreateEvent
performanceReportStateChangeEvent
}
enum PerformanceJobProcessEventType {
cancelPerformanceJobStateChangeEvent
modifyPerformanceJobStateChangeEvent
resumePerformanceJobStateChangeEvent
suspendPerformanceJobStateChangeEvent
}
enum PerformanceProfileEventType {
performanceProfileCreateEvent
performanceProfileStateChangeEvent
performanceProfileDeleteEvent
performanceProfileAttributeValueChangeEvent
}
enum PerformanceJobEventType {
performanceJobCreateEvent
performanceJobStateChangeEvent
performanceJobAttributeValueChangeEvent
}
enum PerformanceJobReportReadyEventType {
performanceJobReportReadyEvent
}
enum PerformanceJobReportPreparationErrorEventType {
performanceJobReportPreparationErrorEvent
}
@enduml
|
2b2afb6e4ffcce76c182df6c87e5ae5ca867e243
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/ReviewStateTransitionMessagePayload.puml
|
39e726ec25558a2309d71e7ba45d0a8afb945ed0
|
[] |
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
| 663
|
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 ReviewStateTransitionMessagePayload [[ReviewStateTransitionMessagePayload.svg]] extends MessagePayload {
type: String
oldState: [[StateReference.svg StateReference]]
newState: [[StateReference.svg StateReference]]
oldIncludedInStatistics: Boolean
newIncludedInStatistics: Boolean
target: [[Reference.svg Reference]]
force: Boolean
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
|
3ffe306b61c2c95aea83a8325823394b0577a12b
|
a2ab004cfda29bd9d492ce2a127e53dd6a402fdf
|
/docs/设计模式/工厂模式/UML/传统方式.puml
|
c7f8bb6e16ca2a9ea0ef21419fc3652385237c3a
|
[] |
no_license
|
kuainiao/java-study-code
|
8ae103791b3bff35529076f4efc389edec3f6aab
|
aca8e7addbd9be2c7c65af046659b87b039d1b79
|
refs/heads/master
| 2020-12-31T22:45:15.550233
| 2019-12-23T10:45:15
| 2019-12-23T10:45:15
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 454
|
puml
|
@startuml
abstract class Pizza{
abstract void prepare()
void bake()
void cut()
void box()
}
class CheessPizza{
void prepare()
}
class GreekPizza{
void prepare()
}
class PepperPizz{
void prepare()
}
class OrderPizza{
+ void traditionWay()
- String getType()
}
Pizza <|-- CheessPizza
Pizza <|-- GreekPizza
Pizza <|-- PepperPizz
CheessPizza <.. OrderPizza
GreekPizza <.. OrderPizza
PepperPizz <.. OrderPizza
@enduml
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.