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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
34c0fba149c570ed9897877368dde2c3ad6fd4ea
|
c3287e91ce0ebce396cd3966de3d2f7d90131c20
|
/Plantuml/BL/Factories/TourLogFactory.puml
|
d081adc9c5b25ef288844b88e55ff6ec581e7353
|
[] |
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
| 342
|
puml
|
@startuml
class TourLogFactory {
+ TourLogFactory()
+ TourLogFactory(uow:IUnitOfWork)
+ CreateTourLog(tourLog:TourLog) : Task
+ UpdateTourLog(tourLog:TourLog) : Task
+ DeleteTourLog(tourLog:TourLog) : Task
}
ITourLogFactory <|-- TourLogFactory
TourLogFactory --> "logger" ILog
TourLogFactory --> "uow" IUnitOfWork
@enduml
|
90b2360a5089b3a719a676fe825370ecc7cb6856
|
59accdf083d3993d86a47b84e555b288b5a0dbf2
|
/documentation/diagrams/cglib-proxy.puml
|
b05e3478163d27c64de741e5abf3e750a30d41b8
|
[] |
no_license
|
markojevtic/spring-boot-workshop
|
bd20ebc1f5259f9cf048accf752f0796e4d66009
|
699bb67ec5efa19882b4bdcb377d10f5e7464fd7
|
refs/heads/master
| 2021-09-09T08:22:33.769221
| 2018-03-14T11:01:35
| 2018-03-14T11:01:35
| 110,736,600
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 142
|
puml
|
@startuml
interface Service {
doSomething()
}
class ServiceImpl {
}
class Proxy {
}
Service <|-- ServiceImpl
ServiceImpl <|-- Proxy
@enduml
|
e557cb409b455ace5f67b23f39dc833f72d3bce6
|
ed45ea4470bcfc497e2584697d7842a540e04fd9
|
/ros2/navigation2/nav2_util/lifecycle_node.puml
|
fa18a5310c1acb7d5dd48f7881fc9fe69a7f5cc6
|
[] |
no_license
|
cf-zhang/documents
|
ffcd8213587f8aa9c47406cf2491bf77beec9c33
|
8a4439932017b67fba7988ff7fadd9829bce1e4c
|
refs/heads/master
| 2022-03-03T13:52:27.333343
| 2022-02-25T11:31:22
| 2022-02-25T11:31:22
| 154,789,912
| 11
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,028
|
puml
|
@startuml
'https://plantuml.com/class-diagram
namespace nav2_util{
class floating_point_range
{
double from_value;
double to_value;
double step;
}
class integer_range{
int from_value;
int to_value;
int step;
}
class LifecycleNode{
-- public method --
using CallbackReturn = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn;
void add_parameter(name, default_value, description,additional_constraints, read_only)
void add_parameter(name, default_value, fp_range, description, additional_constraints, read_only)
void add_parameter(name, default_value, int_range, description, additional_constraints, read_only)
std::shared_ptr<nav2_util::LifecycleNode> shared_from_this()
nav2_util::CallbackReturn on_error(const rclcpp_lifecycle::State & /*state*/)
-- protected method --
void print_lifecycle_node_notification();
-- protected data --
bool use_rclcpp_node_;
rclcpp::Node::SharedPtr rclcpp_node_;
std::unique_ptr<NodeThread> rclcpp_thread_;
}
rclcpp_lifecycle.LifecycleNode <-- LifecycleNode
}
@enduml
|
e3b0430a9021c7eded6fe6331a31e3821c6ecc62
|
fdc33768a0011c7695a34f5936b6acec687d6a31
|
/socket/doc/socket.puml
|
77cda8c4ecceb4b60f6d57df72854d5fa4c99eff
|
[] |
no_license
|
CoreAngel/Object-Oriented-Technologies
|
98014c01107c51a17e8b7249a124114e6b5d7ef1
|
cb8d3dda115b93e17c1b85e72d459e45163cd0ab
|
refs/heads/master
| 2022-05-28T06:14:19.317567
| 2019-12-14T19:24:42
| 2019-12-14T19:24:42
| 217,926,764
| 0
| 0
| null | 2022-05-20T21:19:40
| 2019-10-27T22:46:48
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 724
|
puml
|
@startuml
interface IRequest {
+ handleReq(): void
}
class JpegReq extends Request {
- data: byte[]
- type: byte
+ handle(): Object
+ encode(o: Object): void
+ getData(): byte[]
}
class TextReq extends Request {
- data: byte[]
- type: byte
+ handle(): Object
+ encode(): void
+ getData(): byte[]
}
abstract class Request implements IRequest {
- type: byte
- data: byte[]
- next: IRequest
+ handleReq(): void
+ {abstract} handle(): Object
+ {abstract} encode(): void
+ {abstract} getData(): byte[]
}
'agregacja
Request --o JpegReq
'delegacja
TextReq --> Request
'to samo ale mozna inaczej oznaczac
@enduml
|
604816b811c1ddc0ce98c9553156dca18a6ef622
|
e80c5fe439cb8fe4bcca554f1ff861299f40fa60
|
/1.Basics/3_Button/thingml-gen/UML/Button1App/Button1App/docs/Button1App_datatypes.plantuml
|
2d4437edcd643428cdc0fb6c5a49596177aeb48c
|
[] |
no_license
|
madkira/ThingMLArduinoDemo
|
331a8e258d4e57d18efb9dccd581179b8f69c0ba
|
730789e11960547852cd4e1a0254f49f08ea8131
|
refs/heads/master
| 2020-12-07T03:57:47.048263
| 2017-06-27T12:19:36
| 2017-06-27T12:19:36
| 95,461,161
| 0
| 0
| null | 2017-06-26T15:27:01
| 2017-06-26T15:27:01
| null |
UTF-8
|
PlantUML
| false
| false
| 501
|
plantuml
|
@startuml
caption Datatypes used in configuration Button1App
class UInt8 <<(D,#D2E524)1>> {
}
note bottom of UInt8 : <b>@type_checker</b> <color:royalBlue>"Integer"</color>\n<b>@c_type</b> <color:royalBlue>"uint8_t"</color>\n<b>@c_byte_size</b> <color:royalBlue>"1"</color>\n
class UInt32 <<(D,#D2E524)4>> {
}
note bottom of UInt32 : <b>@type_checker</b> <color:royalBlue>"Integer"</color>\n<b>@c_type</b> <color:royalBlue>"uint32_t"</color>\n<b>@c_byte_size</b> <color:royalBlue>"4"</color>\n
@enduml
|
d0bdec17e381690d499d87fc6cc948569807f227
|
fd17159b68f9d1708dd700cc603419056eed36a9
|
/src/AppBundle/Hashtest/diagram.puml
|
2f785e1e1022c1e2f2e9e03f6116745b85d9a5a4
|
[] |
no_license
|
rfuente-randock/randhash
|
ea8cf26763b0e0c192527d1a713289fa6c47fecb
|
b44adbea38e6fb75cb9cfa0c388fb89e49978bce
|
refs/heads/master
| 2020-06-12T18:42:57.393492
| 2016-12-09T05:40:11
| 2016-12-09T05:40:11
| 75,545,698
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 462
|
puml
|
@startuml
class hashApiClient{
__construct(api_username, api_password)
getHash(data[]) : String
}
class hashApiFactory{
{static} getHashApi(data[], api_config[]) : hashApiInterface
}
interface hashApiInterface{
create($data[], api_config[])
getHash() : String
}
class hashApi1 implements hashApiInterface{
create($data[], api_config[])
getHash() : String
}
hashApiFactory->hashApiInterface
hashApiClient->hashApiFactory
@enduml
|
f0dfbfc65ab4b9821102a6647123fefda5d11f36
|
8a88be2e482e53297658603e1366ceee6feeaea9
|
/out/production/Battleship/cz/kksffn/prepare/prepare.plantuml
|
f723f6dfb09458d87f7cb8b51474d5bafcac0429
|
[] |
no_license
|
kksffn/Battleship-game
|
5ee55463c94f26c99c9b5aee11ad1f7205a343d8
|
3c742fc063e917f27153b16a3862699d59b7acd2
|
refs/heads/master
| 2022-12-19T02:28:21.951379
| 2020-08-26T18:29:13
| 2020-08-26T18:29:13
| 290,570,273
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,955
|
plantuml
|
@startuml
title __PREPARE's Class Diagram__\n
package cz.kksffn {
package prepare {
abstract class cz.kksffn.prepare.ASetShips {
~ coordinatesOfShips : HashMap<ShipName, ArrayList<Integer>>
~ success : boolean
{abstract} + getCoordinatesOfShips()
{abstract} + getSuccess()
{abstract} ~ actualizeCoordinatesOfShips()
{abstract} ~ instructions()
{abstract} ~ sailOutBattleship()
{abstract} ~ sailOutCarrier()
{abstract} ~ sailOutCruiser()
{abstract} ~ sailOutFrigate()
{abstract} ~ sailOutPatrol()
{abstract} ~ sailOutYacht()
}
}
}
package cz.kksffn {
package prepare {
interface cz.kksffn.prepare.ISetShips {
{abstract} + getCoordinatesOfShips()
{abstract} + getSuccess()
{abstract} + setShipCoordinates()
}
}
}
package cz.kksffn {
package prepare {
class cz.kksffn.prepare.SetShipsInConsole {
- coordinatesOfShips : HashMap<ShipName, ArrayList<Integer>>
- forbiddenXY : ArrayList<Integer>
- isHuman : boolean
- rand : Random
- success : boolean
+ SetShipsInConsole()
+ getCoordinatesOfShips()
+ getSuccess()
+ setShipCoordinates()
~ actualizeCoordinatesOfShips()
~ instructions()
~ sailOutBattleship()
~ sailOutCarrier()
~ sailOutCruiser()
~ sailOutFrigate()
~ sailOutPatrol()
~ sailOutYacht()
- actualizeForbiddenXY()
- battleshipIsInsideTheBoard()
- carrierIsInsideTheBoard()
- cruiserIsInsideTheBoard()
- frigateIsInsideTheBoard()
- getChoiceForCruiser()
- getChoiceForFrigate()
- getChoiceForPatrol()
- getChoiceForYacht()
- informationForBattleship()
- informationForCarrier()
- inputInCollisions()
- notCollision()
- patrolIsInsideTheBoard()
- trySailOutBattleship()
- trySailOutCarrier()
- trySailOutCruiser()
- trySailOutFrigate()
- yachtIsInsideTheBoard()
}
}
}
package cz.kksffn {
package prepare {
enum cz.kksffn.prepare.ShipName {
BATTLESHIP
CARRIER
CRUISER
FRIGATE
PATROL
YACHT
showIt
}
}
}
cz.kksffn.prepare.ASetShips .up.|> cz.kksffn.prepare.ISetShips
cz.kksffn.prepare.ASetShips o-- cz.kksffn.display.IMap : map
cz.kksffn.prepare.SetShipsInConsole -up-|> cz.kksffn.prepare.ASetShips
cz.kksffn.prepare.SetShipsInConsole o-- cz.kksffn.display.IMap : map
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
|
a20e081f5dd7f1d6180acb99d05fc0f6356480c2
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/StagedOrderSetDeliveryAddressCustomFieldAction.puml
|
137d343f2080ee5b0e5547944d440dc48102622e
|
[] |
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
| 576
|
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 StagedOrderSetDeliveryAddressCustomFieldAction [[StagedOrderSetDeliveryAddressCustomFieldAction.svg]] extends StagedOrderUpdateAction {
action: String
deliveryId: String
deliveryKey: String
name: String
value: [[Object.svg Object]]
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
|
64acfa2331f19cefcc97bee9b54698756b024555
|
6558255fb4c77f2522ebc21fd7101b377a999c14
|
/doc/class-relations.puml
|
b70f0ad03b62b6f9763780c3413506276418cd52
|
[
"MIT"
] |
permissive
|
JoernT/Fore
|
7350bbab757fe6bac1f435f75c32372a06765e3c
|
843123286f8b88fe81ce47ced1122775e5e05bf6
|
refs/heads/dev
| 2023-03-04T23:27:04.650074
| 2021-03-12T15:34:38
| 2021-03-12T15:34:38
| 295,987,333
| 2
| 2
|
MIT
| 2023-03-03T03:27:02
| 2020-09-16T09:33:42
|
JavaScript
|
UTF-8
|
PlantUML
| false
| false
| 1,954
|
puml
|
@startuml
class HTMLElement{
}
class LitElement
class XfForm {
refresh()
}
LitElement <|-- XfForm
class ForeElementMixin{
getModel()
evalInContext()
getModelItem()
isNotBound()
isBound()
getBindingExpr()
_getParentBindingElement()
_inScopeContext()
}
package "model" #DDDDDD {
class XfModel{
bindingMap[]
rebuild()
recalculate()
revalidate()
registerBinding()
}
class XfInstance{
getInstanceData()
getDefaultContext()
}
class ModelItem{
node
getValue
setValue
readonly
required
relevant
valid
type
}
class XfBind{
createModelItem()
buildBindGraph()
}
class XfSubmission
HTMLElement <|-- XfInstance
HTMLElement <|-- XfBind
HTMLElement <|-- XfModel
}
XfModel o-- ModelItem
package "view" #DDDDDD{
abstract class XfContainer{
refresh()
}
abstract class AbstractControl{
getValue()
refresh()
}
class XfSwitch #lightgrey
class XfSelect1 #lightgrey
class XfSelect #lightgrey
AbstractControl <|-- XfInput
AbstractControl <|-- XfOutput
AbstractControl <|-- XfButton
XfContainer <|-- XfRepeat
XfContainer <|-- XfRepeatitem
XfContainer <|-- XfGroup
XfContainer <|-- XfSwitch
AbstractControl <|-- XfSelect
AbstractControl <|-- XfSelect1
}
package "controller" #DDDDDD{
class XfAction{
needsRebuild
needsRecalculate
needsRevalidate
needsRefresh
execute()
actionPerformed()
}
XfAction <|-- XfDelete
XfAction <|-- XfAppend
XfAction <|-- XfInsert
XfAction <|-- XfSetvalue
}
LitElement <|-- XfContainer
LitElement <|-- AbstractControl
ForeElementMixin *.. AbstractControl
ForeElementMixin *.. XfContainer
HTMLElement <|-- XfAction
ForeElementMixin *.. XfAction
@enduml
|
28a59a7a8364385c5ea82c9054f5a76c4a8e24d2
|
87ad0f09eb4baf40ebebfb7c5a3da6debe0068eb
|
/src/hello_imgui/doc_src/hello_imgui_diagram.puml
|
78aa51807c055445100232f68d0796a16e24d13b
|
[
"MIT"
] |
permissive
|
imgui-works/hello_imgui
|
b24f1e05a7e635570d2482a24b9266c8ea78c31e
|
cede535de87564f71182784b5331896aad2a76f3
|
refs/heads/master
| 2022-11-08T18:43:26.872126
| 2020-06-24T07:58:26
| 2020-06-24T07:58:26
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,412
|
puml
|
@startuml
namespace HelloImGui {
enum _ <functions>{
+ void Run(RunnerParams &)
+ void Run(VoidFunction, windowSize, title)
}
_ --> RunnerParams: use
class RunnerParams <struct> {
RunnerCallbacks callbacks;
AppWindowParams appWindowParams;
ImGuiWindowParams imGuiWindowParams;
DockingParams dockingParams;
bool appShallExit = false;
}
class RunnerCallbacks <struct> {
---
VoidFunction ShowGui = {};
VoidFunction ShowMenus = {};
VoidFunction ShowStatus = {};
VoidFunction PostInit = {};
//Handle any backend event (e.g.SDL_Event)
AnyBackendEventCallback = {};
VoidFunction LoadAdditionalFonts =
LoadDefaultFont_WithFontAwesomeIcons;
VoidFunction SetupImGuiConfig =
SetupDefaultImGuiConfig;
VoidFunction SetupImGuiStyle =
SetupDefaultImGuiStyle;
mobileCallbacks;
}
class MobileCallbacks <struct>{
---
Only available on mobile devices
---
VoidFunction OnDestroy = {};
VoidFunction OnLowMemory = {};
VoidFunction OnPause = {};
VoidFunction OnResume = {};
}
RunnerCallbacks *-- MobileCallbacks
class AppWindowParams <struct> {
std::string windowTitle = "";
ImVec2 windowSize = {800.f, 600.f};
bool maximized = false;
bool fullScreen = false;
ImVec2 windowPosition = {-11000.f, -1.f};
}
class ImGuiWindowParams <struct> {
defaultImGuiWindowType = ProvideFullScreenWindow;
ImVec4 backgroundColor;
bool showMenuBar = false;
bool showMenu_App_QuitZoom = true;
bool showMenu_View = true;
bool showStatusBar = false;
bool showStatus_Fps = true;
bool configWindowsMoveFromTitleBarOnly = true;
}
class DockingParams <struct> {
vector<DockingSplit> dockingSplits;
vector<DockableWindow> dockableWindows;
bool resetUserDockLayout = true;
bool wasDockLayoutApplied = false;
}
class DockableWindow <struct> {
string label;
DockSpaceName dockSpaceName;
VoidFunction GuiFonction = {};
bool isVisible = true;
bool canBeClosed = true;
}
class DockingSplit <struct> {
DockSpaceName initialDock;
DockSpaceName newDock;
ImGuiDir_ direction;
float ratio = 0.25f;
}
RunnerParams *-- RunnerCallbacks
RunnerParams *-- AppWindowParams
RunnerParams *-- ImGuiWindowParams
RunnerParams *-- DockingParams
DockingParams *-- DockableWindow : vector
DockingParams *-- DockingSplit : vector
}
@enduml
|
dd8400c9390d4216dfb59e07aa75d06e33b3eb97
|
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
|
/build/perishable-goods@0.1.1.puml
|
15771d4de15c7876402ec75779e4d4576948358d
|
[
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] |
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
| 2,764
|
puml
|
@startuml
class org.accordproject.perishablegoods.PerishableGoodsClause << (A,green) >> {
+ Grower grower
+ Importer importer
+ Shipment shipment
+ DateTime dueDate
+ MonetaryAmount unitPrice
+ UnitOfMass unit
+ Integer minUnits
+ Integer maxUnits
+ String product
+ Integer sensorReadingFrequency
+ TemporalUnit duration
+ Double minTemperature
+ Double maxTemperature
+ Double minHumidity
+ Double maxHumidity
+ Double penaltyFactor
}
org.accordproject.perishablegoods.PerishableGoodsClause --|> org.accordproject.cicero.contract.AccordClause
class org.accordproject.perishablegoods.ShipmentStatus << (E,grey) >> {
+ CREATED
+ IN_TRANSIT
+ ARRIVED
}
class org.accordproject.perishablegoods.ShipmentTransaction << (T,yellow) >> {
+ Shipment shipment
}
org.accordproject.perishablegoods.ShipmentTransaction --|> org.accordproject.cicero.runtime.Request
class org.accordproject.perishablegoods.SensorReading << (T,yellow) >> {
+ Double centigrade
+ Double humidity
}
org.accordproject.perishablegoods.SensorReading --|> org.accordproject.perishablegoods.ShipmentTransaction
class org.accordproject.perishablegoods.ShipmentReceived << (T,yellow) >> {
+ Integer unitCount
}
org.accordproject.perishablegoods.ShipmentReceived --|> org.accordproject.perishablegoods.ShipmentTransaction
class org.accordproject.perishablegoods.PriceCalculation << (T,yellow) >> {
+ Double totalPrice
+ Double penalty
+ Boolean late
}
org.accordproject.perishablegoods.PriceCalculation --|> org.accordproject.perishablegoods.ShipmentTransaction
class org.accordproject.perishablegoods.Shipment << (A,green) >> {
+ String shipmentId
+ ShipmentStatus status
+ Grower grower
+ Importer importer
+ SensorReading[] sensorReadings
+ String smartClause
}
org.accordproject.perishablegoods.Shipment --|> org.hyperledger.composer.system.Asset
class org.accordproject.perishablegoods.Business << (P,lightblue) >> {
+ MonetaryAmount accountBalance
}
org.accordproject.perishablegoods.Business --|> org.accordproject.organization.Organization
class org.accordproject.perishablegoods.Grower << (P,lightblue) >> {
}
org.accordproject.perishablegoods.Grower --|> org.accordproject.perishablegoods.Business
class org.accordproject.perishablegoods.Shipper << (P,lightblue) >> {
}
org.accordproject.perishablegoods.Shipper --|> org.accordproject.perishablegoods.Business
class org.accordproject.perishablegoods.Importer << (P,lightblue) >> {
}
org.accordproject.perishablegoods.Importer --|> org.accordproject.perishablegoods.Business
class org.accordproject.perishablegoods.SetupDemo << (T,yellow) >> {
}
org.accordproject.perishablegoods.SetupDemo --|> org.hyperledger.composer.system.Transaction
@enduml
|
d6014ea5c729d5da27135ef59c557a0c8eede45a
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/ProductVariantSelectionIncludeAllExcept.puml
|
a5a8ecdfcc2f0f591187fc83b6b48a04a3e8183a
|
[] |
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
| 629
|
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 ProductVariantSelectionIncludeAllExcept [[ProductVariantSelectionIncludeAllExcept.svg]] extends ProductVariantSelection {
type: [[ProductVariantSelectionTypeEnum.svg ProductVariantSelectionTypeEnum]]
skus: [[String.svg List<String>]]
}
interface ProductVariantSelection [[ProductVariantSelection.svg]] {
type: [[ProductVariantSelectionTypeEnum.svg ProductVariantSelectionTypeEnum]]
}
@enduml
|
6957f6acbff98377499510261adaec655cac1885
|
f22acb2262a5d4e80de44177ff691bc7d3492841
|
/design-pattern/src/main/java/org/marco/designpattern/gof/creational/factory/simplefactory/simpleFactory.puml
|
76ddb19bde8272b86bb606d0aca8a640180d127b
|
[] |
no_license
|
zyr3536/java-learn
|
5e64ef2111b978916ba47132c1aee19d1eb807f9
|
78a87860476c02e5ef9a513fff074768ecb2b262
|
refs/heads/master
| 2022-06-21T19:03:46.028993
| 2019-06-21T13:21:04
| 2019-06-21T13:21:04
| 184,074,885
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 225
|
puml
|
@startuml
abstract class AbstractProduct
class ProductA
class ProductB
class Factory {
+ newInstance(): AbstractProduct
}
ProductA --|> AbstractProduct
ProductB --|> AbstractProduct
Factory ..> AbstractProduct
@enduml
|
f6f9dddc5e76456fdb0ff751dcddcfc2f5562f18
|
a65fe81fdb57e5d389a290fc70f724a593f1cd85
|
/04.Builder/diagrams/建造者模式(中文範例).puml
|
032b58c0c34fd28e2c018d4cda9920882eb2daca
|
[
"MIT"
] |
permissive
|
leoshiang/DesignPatterns
|
56a74d317893e96d19e62d789f0379096ae4fe8b
|
aefa956b0d8caac1e4f80f75e87a5b44b954e8cb
|
refs/heads/master
| 2020-04-01T10:12:37.390007
| 2018-10-15T12:21:22
| 2018-10-15T12:21:22
| 113,122,364
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 594
|
puml
|
@startuml
scale 800*800
skinparam defaultFontName "Noto Sans CJK TC Regular"
class 委託人{
}
class 監工{
-工人
+建造()
}
class 工人{
+建造主結構()
+建造門()
+建造窗()
+建造地板()
}
class 泥做師傅 {
+建造主結構()
+建造門()
+建造窗()
+建造地板()
}
class 木工師傅 {
+建造主結構()
+建造門()
+建造窗()
+建造地板()
}
委託人 -right-> 監工
監工 o-right- 工人
工人 <|-down- 泥做師傅
工人 <|-down- 木工師傅
@enduml
|
e06cc690126def6affb1ec0f3bfe83e7cd4d0993
|
8b60a1f56c325ba482666d1a97c25a1fc68b599c
|
/diagrams/src/Models/DataTransferObjects/UserRegisteredDto.puml
|
46f5386031322d145bd822357153afeed8ea25ab
|
[
"MIT"
] |
permissive
|
converge-app/authentication-service
|
f0dfce52551d1ef9911caeef2d48272d8a9cb3bb
|
256dae2474075ff8a08ce8de3b09bdf5389bf397
|
refs/heads/master
| 2023-03-07T02:57:16.611505
| 2019-12-17T11:40:12
| 2019-12-17T11:40:12
| 211,710,378
| 0
| 0
|
MIT
| 2023-03-04T01:15:38
| 2019-09-29T18:51:22
|
C#
|
UTF-8
|
PlantUML
| false
| false
| 117
|
puml
|
@startuml
class UserRegisteredDto {
+ Id : string <<get>> <<set>>
+ Email : string <<get>> <<set>>
}
@enduml
|
463b4b91d4813175e38c85b97c30938c4a65553f
|
844665d08d1be5dacc41d8495725d881c68dba71
|
/Conferencias/Conferencia 3_ Patrones de Diseño Estructurales/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/behavioral/command/class-diagram.puml
|
18f0e548fd543436c2d35178ba1d32ad210ddff4
|
[
"MIT"
] |
permissive
|
alexescalonafernandez/curso-patrones-diseno
|
ec1cf0a993707d78c294208e04604a3a0ffd164e
|
f586e27791e1281087df6cc137da87f407179e65
|
refs/heads/master
| 2021-01-25T13:35:26.659206
| 2018-03-02T20:18:06
| 2018-03-02T20:18:06
| 123,588,331
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 653
|
puml
|
@startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title Command Pattern
class Invoker
interface Command{
+ void execute()
}
class ConcreteCommand implements Command{
- Receiver receiver
+ void execute()
}
Invoker o-- Command
class Receiver{
+ void action
}
ConcreteCommand --> Receiver: receive
note right of ConcreteCommand::execute
public void execute(){
receiver.action()
}
end note
class Client
Client --> Receiver
Client ..> ConcreteCommand: create
@enduml
|
6f3ee22ec4182903073b3ea800f9276dd4287636
|
8a7a2b763c25a755aedf038864286f5fcf0e47be
|
/exercise44/docs/classes.puml
|
f1a927287ac4e9d23355d23d76c85384759e2ca3
|
[] |
no_license
|
Your0nlySon/Duncan-a04
|
c9b375dd79a52ec89e7c59ed1ef8b3230f2ac05d
|
6108e441b8dd7d5d0063426aa571ab0608f6c55e
|
refs/heads/main
| 2023-08-24T19:49:40.986791
| 2021-10-18T03:55:07
| 2021-10-18T03:55:07
| 416,451,319
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 386
|
puml
|
@startuml
class Solution44 {
-JSONObject jsonObject;
-Object obj;
main(String[])
+readJSON()
'rJ.parseJson()
+uInputRead()
'uR.readInput(readJSON())
}
class jsonReader {
+JSONArray parseJSON(JSONObject jsonObject, Object obj)
}
class readUserInput {
+readInput(JSONArray subjects)
}
Solution44 --o jsonReader
Solution44 --o readUserInput
@enduml
|
a4cfde71170e4e3a629f996b6ce477ec96d76684
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/ProductTypeChangeDescriptionAction.puml
|
561a405f64b17fda22a8bcc13a62ab21b9d1b22f
|
[] |
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
| 479
|
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 ProductTypeChangeDescriptionAction [[ProductTypeChangeDescriptionAction.svg]] extends ProductTypeUpdateAction {
action: String
description: String
}
interface ProductTypeUpdateAction [[ProductTypeUpdateAction.svg]] {
action: String
}
@enduml
|
90122052e592f35e3ec5f2164eb0b153235f0860
|
9e418a0fb69b8ee356d5c1d5d009706394edf54d
|
/SingleClass/resource.plantuml
|
1572ece345a7029529f08aed85ac8d9aaa967e17
|
[] |
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
| 433
|
plantuml
|
@startuml resource
class Resource {
-id: bigint
-classroom_id: bigint
-uploaded_by: bigint
-resource: string
-created_at: datetime
+ get_id(): bigint
+ get_classroom_id(): bigint
+ set_classroom_id(bigint)
+ get_uploaded_by(): bigint
+ set_uploaded_by(bigint)
+ get_resource(): string
+ set_resource(string)
+ get_created_at(): datetime
+ get_updated_at(): datetime
}
@enduml
|
d5b5056fbb736eb1654fb226b9051d9c59e600cc
|
e26fbf3b3fe4ae372d6597bb01350e6c512751d0
|
/src/com/smile/bridge/bridge.puml
|
40ca7d32cf6c2e50b1f32d03af5a990aef90d97e
|
[] |
no_license
|
sjsmi1e/DesignPattern
|
8914255f764b920fb56e48bb31d740ec07da2779
|
3b7c1842af40ec9c535a2c5f5df1741b3a636024
|
refs/heads/master
| 2020-07-19T13:28:59.573773
| 2019-09-15T08:56:34
| 2019-09-15T08:56:34
| 206,457,211
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 459
|
puml
|
@startuml
abstract class Abstraction{
pImpl:Implement
+setImplement():void
+operator():void
}
note left of Abstraction : 桥接类
interface Implement{
+operation():void
}
class A{
}
class B{
}
Implement <|-- A
Implement <|-- B
note left of A: 实体
note left of B: 实体
Abstraction o-> Implement
class definedAbstraction{
+operation():void
}
Abstraction <|-- definedAbstraction
note left of definedAbstraction : 抽象体
@enduml
|
9be0ad65e9d2f07ac3a3297d34ee87201799ef0f
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/MyPaymentSetCustomFieldAction.puml
|
7c41c1ff88ad44666eda85ad3d788c5dd13cb385
|
[] |
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
| 489
|
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 MyPaymentSetCustomFieldAction [[MyPaymentSetCustomFieldAction.svg]] extends MyPaymentUpdateAction {
action: String
name: String
value: [[Object.svg Object]]
}
interface MyPaymentUpdateAction [[MyPaymentUpdateAction.svg]] {
action: String
}
@enduml
|
f753c5362386d70a206caeb413e63107a1b79c27
|
6ed9f7f7b5a704f9bf37b0cc45936d7f0a457735
|
/TP2.puml
|
9cc1ef252ea68b6bc45d355f2716aff0b031214f
|
[] |
no_license
|
ZoeWang0505/TP2_1025
|
877c619fb622a521754c7164c9e894cc801b360b
|
1737c0dabd15ed8cbd92e05f08b0f066768002cf
|
refs/heads/master
| 2020-05-04T11:55:17.089747
| 2019-04-12T01:09:20
| 2019-04-12T01:09:20
| 179,118,309
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 922
|
puml
|
@startuml
class Element {
String mode
private int coodX;
private int coodY;
public list<int> getPasspoint();
}
Element <|-- Phontome
class Phontome {
private double gravite
}
Element <|-- Obstacle
class Obstacle {
}
Obstacle <|-- Simple
class Simple {
}
Obstacle <|-- Sinus
class Sinus {
}
Obstacle <|-- Quantic
class Quantic {
}
class Resources{
public string getImage(String name)
}
class jeu {
private string mode //debug or normal
private List<obstacle> obs_list
private int score
private void setScore()
public static void main()
private boolean isCollision()
private void addObstacles()//3 seconde timer
private boolean obstaclePassed(Phontome pt)
private void start()
private void updateEnvionment()
private void initialiseEnv()
private event updateView()
private collision(phontome pt, list<obstacles> ob_list)
}
@enduml
|
75c15dca324e68d03d6f37221e8c834400a1cc20
|
90696609384bca174520e749760921983d3c5d26
|
/app/src/main/java/com/code/group3finalproject/APIEndPoints/APIEndPoints.plantuml
|
2a881e5dc87587761b643b74da884e66bbf3a597
|
[] |
no_license
|
guer1830/Group3FinalProject
|
b66e799ad3296bf6914f271239c349bdd58a026a
|
9a1cf7205e283cc13ccc14913463438390a62ed9
|
refs/heads/master
| 2023-07-01T10:51:46.699456
| 2021-08-08T17:54:34
| 2021-08-08T17:54:34
| 373,564,181
| 0
| 0
| null | 2021-08-07T05:21:36
| 2021-06-03T15:56:15
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 844
|
plantuml
|
@startuml
title __APIENDPOINTS's Class Diagram__\n
namespace com.code.group3finalproject {
namespace APIEndPoints {
class com.code.group3finalproject.APIEndPoints.QuoteAPIEndPoint {
~ mPriceText : TextView
- mAPIKey : String
- mQuoteURL : String
- mSymbol : String
- stockPrice : String
+ QuoteAPIEndPoint()
+ getAPIKey()
+ getSymbol()
+ setAPIKey()
+ setSymbol()
# doInBackground()
# onPostExecute()
}
}
}
com.code.group3finalproject.APIEndPoints.QuoteAPIEndPoint -up-|> android.os.AsyncTask
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
|
76f39f13d165dfc72dc12e5f99934f9403e4c212
|
0339a55d9af23ebb6078c905104e78e4dd1499b9
|
/04-DP_In_JDK/src/com/lft/pattern08/composite/HashMap中的组合模式.puml
|
f06ff408a4bcac3fa4291186c9a0d1a946ec48bd
|
[
"Apache-2.0"
] |
permissive
|
Laifengting/Design-Pattern
|
05c8a53815a204d883a0bdb6b0d2e75be9f604a0
|
e4305a04d2836c1bc5337fe27b564bd9a89abcb0
|
refs/heads/main
| 2023-05-11T17:19:34.806116
| 2021-05-28T12:59:37
| 2021-05-28T12:59:37
| 333,338,498
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,196
|
puml
|
@startuml
interface Map{
..
+ put(): void
+ putAll(): void
}
abstract class AbstractHashMap{
..
+ put(): void
+ putAll(): void
}
Map <|.. AbstractHashMap
class HashMap{
..
+ put(): void
+ putAll(): void
}
AbstractHashMap <|-- HashMap
class Node
Node --* HashMap
class Client
Client ..> HashMap
Map <.. Client
/'
'''' 类之间的关系
依赖关系..> .> <. <..
继承关系--|> -|> <|- <|--
实现关系..|> .|> <|. <|..
关联关系--> <--> -- -> <->
聚合关系--o <--o o- o--
组合关系--* <--* *- *--
'''' 访问权限
- private
# protected
~ default
+ public
'''' 备注
note top of Object : 备注在对象的四周
note "无方位位置" as Note1
note left: 备注在前一个类的四周
note on link #red : 链接注释
'''' 包
package com.lft.design.pattern {
' 接口
interface Interface
' 棒棒糖接口()-- ()- --() -()
Interface2 ()-- A
' 抽象类
abstract class AbstractClass
}
' 枚举
enum TimeUnit{
DAYS
HOURS
MINUTES
SECONDS
}
'''' 泛型
class Eye<? extends Head>{
}
'''' 命名空间
namespace net.dummy #DDDDDD {
Meeting o-- Person
.BaseClass <|- Meeting
}
'''' 改变箭头方向 left right up down
A .up.> B
'''' 关系类
class Student{
Name
}
Student "0..*" -- "1..*" Course
(Student, Course) . Enrollment
class Enrollment{
drop()
cancel()
}
' 普通类
class Person{
..Field..
{field} - name: String
{static}{field} - head: Head
--Constructor--
+ Person(name: String)
==Method==
{method} + getName(): String
{abstract}{method} + doSomething(): void
__Other__
}
class Head
Person "1" *-- "1" Head : contains >
' 类说明
class A << (I,#FF7700) 说明 >>
' 箭头颜色
A .[#395862].> B
'/
'''' 类图样式
' 全局样式
skinparam {
' 全局背景颜色
backgroundColor #F0F7F7
' 是否启用阴影
Shadowing false
' 手写样式是否启用
handwritten false
' 箭头
ArrowColor #6D6D6D
' 标题样式
TitleFontColor #FF5500
TitleFontName Courier
TitleFontSize 20
' 类图主样式
ClassBackgroundColor #E3EAED
ClassHeaderBackgroundColor #E3EAED
ClassBorderColor #A0A4AF
ClassBorderThickness 1
ClassFontColor #283428
ClassFontName Courier
ClassFontSize 17
' 类图包样式
PackageBackgroundColor #EAF9F7-#D4F1F2
PackageBorderColor 6D6D6D
PackageFontColor #283428
PackageFontName Courier
PackageFontSize 14
'''包样式 <<Node>> <<Rectangle>> <<Folder>> <<Frame>> <<Cloud>> <<Database>>
PackageStyle Frame
PackageTitleAlignment center
' 注释样式
NoteBackgroundColor #E3EAED
NoteBorderColor #47A7AB
NoteFontColor #283428
NoteFontName Courier
NoteFontSize 14
' 时序图生命线样式
LifeLineBorderColor #DarkSlateGray
LifeLineBackgroundColor #DarkSeaGreen
' 时序图类样式
ParticipantBorderColor #586736
ParticipantBackgroundColor #YellowGreen
ParticipantFontName Courier
ParticipantFontSize 17
ParticipantFontColor #283428
' 时序图角色样式
ActorBackgroundColor #Gold
ActorBorderColor #black
ActorFontColor #283428
ActorFontSize 17
ActorFontName Courier
' 画面样式
DiagramBorderColor #677C81
DiagramBorderThickness 1
Dpi 640
}
@enduml
|
1bb16341211fe50946758b4c1b28a0cdef0ef4b7
|
58f5766244826918a3cf79312f861f76c5aa6f7d
|
/Documents/uml/Bindings/DelegateCommand.puml
|
c1ff7d50b0f5bf9cfef6fff37e5aa80e54bd8200
|
[
"MIT"
] |
permissive
|
BillKrat/CsvEditSharp
|
3835aa9d7955a33830be47b044d3c05763c68dff
|
a91334a8aa1b08c4f7fe38116892b088e92d4da4
|
refs/heads/master
| 2022-01-28T15:31:06.719793
| 2019-07-28T11:39:25
| 2019-07-28T11:39:25
| 198,216,226
| 0
| 1
|
MIT
| 2019-07-22T12:10:45
| 2019-07-22T12:10:44
| null |
UTF-8
|
PlantUML
| false
| false
| 232
|
puml
|
@startuml
class DelegateCommand {
+ DelegateCommand(execute:Action<object>, canExecute:Func<object, bool>)
+ CanExecute(parameter:object) : bool
+ Execute(parameter:object) : void
}
ICommand <|-- DelegateCommand
@enduml
|
f83bacb68707fc2ef012d37e2cca90aec1b50695
|
38aaf3aab3012f12640f7ec2d8e0b13d47bd73df
|
/Behavioral-Pattern/src/mediater/中介者模式类图.puml
|
64b44a86b1924e60a95df954bed33380f9ada123
|
[] |
no_license
|
Danbro007/DesignPattern
|
ff0bf4a2d68e40bd8cbf3574ad8e377200af1f20
|
38e5a4ec5bdfd463090e12f740e0638c9c8e6d25
|
refs/heads/master
| 2021-03-31T16:55:54.094329
| 2020-03-26T13:14:19
| 2020-03-26T13:14:19
| 248,121,211
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 719
|
puml
|
@startuml
interface Mediator{
}
interface Colleague{}
class ConcreteMediator{
- HashMap<Colleague> Colleagues;
}
class ConcreteColleague01{
void ConcreteColleague01()
}
class ConcreteColleague02{
void ConcreteColleague02()
}
class Client{}
note "1、ConcreteColleague01和ConcreteColleague02的\n构造器在初始化时会把自身放入到ConcreteMediator\n的HashMap里\n2、ConcreteColleague01和ConcreteColleague02的\n对象是相互独立,为了解耦不进行交流。" as N1
N1 --> ConcreteColleague01
N1 --> ConcreteColleague02
Colleague --o ConcreteMediator
ConcreteMediator --|> Mediator
ConcreteColleague01 --|> Colleague
ConcreteColleague02 --|> Colleague
Client ..> Mediator
@enduml
|
624f2278af3adf4d0311a421309d598aea5e1fd3
|
828c82c547b87b537d134ca535887f866120962a
|
/exercise43/Solution43.puml
|
26b2cb8527fbbfd058eb469f00c01efb51d0d565
|
[] |
no_license
|
dbattles2001/battles-a04
|
eded7544940f5d7f7b92ec740a0204934035a284
|
db3e02e8d78b9dbe110d336a529d732d9a9b50ab
|
refs/heads/main
| 2023-08-22T10:44:36.920771
| 2021-10-17T14:37:41
| 2021-10-17T14:37:41
| 417,545,336
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 211
|
puml
|
@startuml
'https://plantuml.com/class-diagram
class Solution43 {
+main()
WebsiteGenerator d
}
class WebsiteGenerator {
String path
+createWebsite(String websiteName)
}
Solution43 --o WebsiteGenerator
@enduml
|
60c91681f70b4af5369d8c0b3e05d42b16e8cc2f
|
41e335a2ded65f95ece1c413fe9d465df1d198b4
|
/lib/DevAssist/src/main/java/dev/base/base.plantuml
|
c42d431259f99eb9a896108a7becac2eb86cf47e
|
[
"Apache-2.0"
] |
permissive
|
tulensayyj/DevUtils
|
ea40e897de72b88591cc1f1cea798eb74175eda8
|
3bc39eaf343c811270bc01e223cd37e80db9e04c
|
refs/heads/master
| 2022-11-27T05:08:28.115620
| 2020-07-27T13:24:50
| 2020-07-27T13:24:50
| 281,569,859
| 0
| 0
|
Apache-2.0
| 2020-07-22T03:59:24
| 2020-07-22T03:59:23
| null |
UTF-8
|
PlantUML
| false
| false
| 2,379
|
plantuml
|
@startuml
title __BASE's Class Diagram__\n
namespace dev {
namespace base {
class dev.base.DevBaseEntry {
+ DevBaseEntry()
+ DevBaseEntry()
+ DevBaseEntry()
+ getEntryKey()
+ getEntryValue()
+ isCorrect()
+ setEntryKey()
+ setEntryValue()
}
}
}
namespace dev {
namespace base {
class dev.base.DevBaseEvent {
- mCode : int
- mCodeStr : String
- mObject : Object
+ equalsCode()
+ equalsCode()
+ equalsObject()
+ equalsValue()
+ getCode()
+ getCodeStr()
+ getObject()
+ getValue()
+ setCode()
+ setCodeStr()
+ setObject()
+ setValue()
}
}
}
namespace dev {
namespace base {
abstract class dev.base.DevBaseModel {
- mModelId : int
- mUUID : int
{static} - serialVersionUID : long
+ getModelId()
+ getUuid()
{static} + isCorrect()
+ setModelId()
{abstract} # isCorrect()
}
}
}
namespace dev {
namespace base {
class dev.base.DevBaseVariable {
- mLinkedHashMap : LinkedHashMap<K, V>
+ clearVariables()
+ getVariableKey()
+ getVariableKeys()
+ getVariableKeysToReverse()
+ getVariableValue()
+ getVariableValueConvert()
+ getVariableValues()
+ getVariableValuesToReverse()
+ getVariables()
+ getVariablesSize()
+ isVariable()
+ isVariable()
+ isVariableValue()
+ isVariables()
+ putVariable()
+ putVariable()
+ putVariables()
+ removeVariable()
+ removeVariableValue()
+ removeVariableValueAll()
+ toggle()
}
}
}
dev.base.DevBaseEntry -up-|> dev.base.DevBaseModel
dev.base.DevBaseEntry o-- K : mEntryKey
dev.base.DevBaseEntry o-- V : mEntryValue
dev.base.DevBaseEvent o-- T : mValue
dev.base.DevBaseModel .up.|> java.io.Serializable
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
|
3bc0e0b1775bedc566c7c16e810dfcab3234fce0
|
e37016f9bea6aac6954954ba33bde705a1245047
|
/zx-note/src/test/graph/elasticsearch/cluster/routing/RoutingTable相关类图.puml
|
60350c223079ebe4e6ff1cc780dd3dd98421353f
|
[] |
no_license
|
zouxiang1993/es_lucene
|
11d558d98a9847b9df1d9d575bc9b362ac548f9b
|
c463345975db890105124c429965ed96ebd8bf92
|
refs/heads/master
| 2023-07-19T21:03:26.092718
| 2019-08-27T16:24:46
| 2019-08-27T16:24:46
| 148,873,770
| 3
| 3
| null | 2023-07-18T02:50:13
| 2018-09-15T05:47:30
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,288
|
puml
|
@startuml
class RoutingTable{
// 全局的路由表,
// 封装了所有Index的路由信息
}
class IndexRoutingTable{
// 封装了单个索引的路由信息
---
}
class IndexShardRoutingTable{
// 封装了单个Shard的所有副本实例
---
-ShardId shardId
-ShardRouting primary
-List<ShardRouting> replicas
-List<ShardRouting> shards
-List<ShardRouting> activeShards
-List<ShardRouting> assignedShards
-boolean allShardsStarted
}
class ShardRouting{
// 单个副本的路由信息
---
-ShardId shardId
-String currentNodeId
-String relocatingNodeId
// 是否是主分片
-boolean primary
// 在不同的状态持有不同的字段
-ShardRoutingState state
-RecoverySource recoverySource
-UnassignedInfo unassignedInfo
-AllocationId allocationId
}
class ShardId{
-Index index;
-int shardId;
}
class Index{
-String name;
-String uuid;
}
enum ShardRoutingState{
UNASSIGNED
INITIALIZING
STARTED
RELOCATING
}
RoutingTable "1" *--right-- "n" IndexRoutingTable
IndexRoutingTable "1" *-- "n" IndexShardRoutingTable
IndexShardRoutingTable "1" *--left-- "n" ShardRouting
ShardRouting *-- ShardId
ShardId *-- Index
ShardRouting *-- ShardRoutingState
@enduml
|
8d55b66d25b0744aec62fb0ecddc878e0c98da07
|
277510c06b82f033ec74f5996fac0d0e13127daa
|
/src/main/java/com/lukire/map/chunk/chunk.plantuml
|
eede5c722286f9b8738e0dd885f869d102659634
|
[] |
no_license
|
Lukires/school_cannon
|
c5448379fb5f33900ea31eab0f3643fd50643e83
|
4c82a7221a406c4c6a4c87a68c764136fc968346
|
refs/heads/master
| 2020-07-13T17:37:34.052637
| 2019-09-22T22:58:25
| 2019-09-22T22:58:25
| 205,124,231
| 3
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 879
|
plantuml
|
@startuml
title __CHUNK's Class Diagram__\n
namespace com.lukire.map {
namespace chunk {
class com.lukire.map.chunk.Chunk {
{static} - size : int
- tiles : Tile[][]
+ Chunk()
+ draw()
{static} + getSize()
+ getTile()
+ getTileFromGameCoordinate()
+ getTileX()
+ getTileY()
+ setTile()
+ setTileFromGameCoordinate()
}
}
}
namespace com.lukire.map {
namespace chunk {
class com.lukire.map.chunk.NoChunkException {
- x : int
- y : int
+ NoChunkException()
+ toString()
}
}
}
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
|
21ac9e5f1ce5ea429785008680274e1a8a2ce2eb
|
e8e3c479fdc72120280486222e36fbd721c3e2fa
|
/Exercises/hero/uml.puml
|
3524b311e2c05e64b3d8e674f72c9e7f2e9d90ad
|
[] |
no_license
|
Tiagocl/FEUP-LPOO
|
7010545a9baed3a1f4390b1ee755e3d400dbcb82
|
14c6b3f1c1f9d696425162e9745b9c00afab06da
|
refs/heads/master
| 2023-04-09T21:49:50.175452
| 2021-04-21T14:32:13
| 2021-04-21T14:32:13
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 844
|
puml
|
@startuml hero
class Game {
run()
}
abstract class Input {
getPressedKey()
}
package com.educorreia.hero.world {
class World {
step()
createWalls()
processInput()
}
class Position {
x
y
}
abstract class Element {
name
character
color
}
class Creature {
health
move()
}
class Item {
name
}
Creature <-- Player
Creature *-- Position : nextPosition
World *-- Player
Element <-- Creature
Element <-- Item
Element <-- Wall
Element <-- Tile
Element *-- Position : position
Player *-- Inventory
Inventory *-- Item
}
package com.educorreia.hero.gui {
class Gui {
drawItem()
drawElement()
}
}
Game *-- Gui
Game *-- World
@enduml
|
9254c47a32f9bc6934543c58ed3e0d215fa20bde
|
60db5a6d9cec64022c685514fa58607b05d65e8f
|
/src/UML/printingItems.puml
|
ebc3fb229fc7dbcc0f5e8db62e886cca583a4b8f
|
[] |
no_license
|
rob0302/McQueen-COP3330-assignment4part2
|
88c7ab19714afe7dc160731da5a673f8711d5f62
|
30ce1441a674701e049fd6c83551e53c8b8bf2c4
|
refs/heads/master
| 2023-09-03T09:10:47.796103
| 2021-11-16T01:21:17
| 2021-11-16T01:21:17
| 428,475,353
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 89
|
puml
|
@startuml
class printingItems{
printItems
printComplete
printIncoomplete
}
@enduml
|
e4622dc06ab69eedd989e54b5b96837900b22861
|
2ac74657de3cb81bab734d18094e945a442a167d
|
/sechub-doc/src/docs/asciidoc/diagrams/module_sechub_job.puml
|
e663c18043608937ffefe6df1e0e6352e08cec65
|
[
"MIT",
"ANTLR-PD",
"LicenseRef-scancode-generic-exception",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-oracle-openjdk-exception-2.0",
"MPL-1.1",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-warranty-disclaimer",
"EPL-2.0",
"GPL-2.0-only",
"EPL-1.0",
"CC0-1.0",
"Classpath-exception-2.0",
"Apache-2.0",
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-public-domain",
"GPL-2.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause",
"Apache-1.1",
"MPL-1.0",
"CDDL-1.1",
"LicenseRef-scancode-proprietary-license"
] |
permissive
|
de-jcup/sechub
|
64055bb7ccd5496e32207c140e5812997e97583b
|
488d2d23b9ae74043e8747467623d291c7371b38
|
refs/heads/develop
| 2023-07-22T18:01:47.280074
| 2023-07-18T15:50:27
| 2023-07-18T15:50:27
| 199,480,695
| 0
| 1
|
MIT
| 2023-03-20T03:00:02
| 2019-07-29T15:37:19
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 467
|
puml
|
@startuml
' SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.domain.schedule {
class ScheduleSecHubJob <<Entity>> {
}
enum ExecutionState{
INITIALIZING
READY_TO_START
STARTED
CANCEL_REQUESTED
CANCELED
ENDED
}
enum ExecutionResult{
NONE
OK
FAILED
}
ScheduleSecHubJob o-- ExecutionState
ScheduleSecHubJob o-- ExecutionResult
}
@enduml
|
d01ab35b555e77bf0f604b3bcfedd852801bb79d
|
912d65be9bbd436a671d948abe8dadf356eb5216
|
/src/main/java/com/juc/dcltest/dcltest.plantuml
|
0fc55c5a03564505161e0fee1bc7c9e4e42df214
|
[] |
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
| 775
|
plantuml
|
@startuml
title __DCLTEST's Class Diagram__\n
namespace com.juc.dcltest {
class com.juc.dcltest.DclTest {
{static} - INSTANCE_ : DclTest
+ getInstance()
+ m()
{static} + main()
- DclTest()
}
}
namespace com.juc.dcltest {
class com.juc.dcltest.casAtomicTest {
~ counter : AtomicInteger
{static} + main()
~ increaseCounter()
}
}
namespace com.juc.dcltest {
class com.juc.dcltest.volatileSyncTest {
~ count : int
{static} + main()
~ m()
}
}
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
|
f9a66d145f61f920d9752b80d2c5da3fd6819784
|
e3f608b2d2d160553212e823e0783e7d08f24c7b
|
/exercise46/docs/main.puml
|
7e0680ccfae1f65c4be155d883c8b28f557ea676
|
[] |
no_license
|
nader-fares/fares-a04
|
3635a6f457bed61957ba581c90cca9a7ecf38299
|
3232d3ff5b3e4204189b67c6bd8f019dfce49873
|
refs/heads/main
| 2023-09-04T05:42:59.179310
| 2021-10-18T02:27:26
| 2021-10-18T02:27:26
| 415,470,723
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 374
|
puml
|
@startuml
'https://plantuml.com/sequence-diagram
class Solution46 {
List<Word> wordList
String currentWord
boolean doesExist
+main(String[])
+createHistogram(Word word): String
+checkForObject(List<Word> wordList, String currentWord): boolean
}
class Word {
-String name
int occurrenceCounter
+getName(): String
+getOccurrenceCounter(): int
}
Solution46 o-- Word
@enduml
|
7b82ecba1aa6861c23dc62fd71473e0faf2470d6
|
c3287e91ce0ebce396cd3966de3d2f7d90131c20
|
/Plantuml/DAL/DBCommands/TourLogCommands/InsertTourLogCommand.puml
|
0b0678ea628aba4f2678af96325001280ec51b57
|
[] |
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
| 276
|
puml
|
@startuml
class InsertTourLogCommand {
+ InsertTourLogCommand(db:IDBConnection, tourLog:TourLog)
+ Execute() : int
+ Undo() : int
}
IDBCommand <|-- InsertTourLogCommand
InsertTourLogCommand --> "db" IDBConnection
InsertTourLogCommand --> "tourLog" TourLog
@enduml
|
184ced76bfb3a971d093a975eda45ca2071e3d19
|
863a3d66a9dfb39f528d3786226fa3de9613ee6a
|
/docs/class_diagram.puml
|
151f1419881c60393089d0db853fdb2d31d243f9
|
[
"Apache-2.0"
] |
permissive
|
predicador37/pyjstat
|
6305b07dcdc2c76b0d7b740550f0a082b06bb193
|
0e54b946960531e308e79b1ee16e5115b10f09ee
|
refs/heads/master
| 2023-04-15T19:38:40.789816
| 2023-03-31T12:19:20
| 2023-03-31T12:19:20
| 18,042,965
| 26
| 22
|
Apache-2.0
| 2023-01-17T10:19:09
| 2014-03-23T20:34:48
|
Python
|
UTF-8
|
PlantUML
| false
| false
| 1,008
|
puml
|
@startuml
class Dataset {
+ read(data: DataFrame) : Dataset
+ read(data: OrderedDict): Dataset
+ read(data: String): Dataset
+ write(output: String = 'jsonstat'): String
+ write(output: String = 'dataframe'): Dataframe
+ get_dimension_index(name: String, value: String): int
+ get_dimension_indices(query: List): List
+ get_value_index(indices: List): int
+ get_value_by_index(index: int): float
+ get_value(query: list): float
}
class Dimension {
+ read(data: DataFrame) : Dimension
+ read(data: OrderedDict): Dimension
+ read(data: String): Dimension
+ write(output: String = 'jsonstat'): String
+ write(output: String = 'dataframe'): Dataframe
}
class Collection {
+ read(data: OrderedDict): Collection
+ read(data: String): Collection
+ write(output: String = 'jsonstat'): String
+ write(output: String = 'dataframe_list'): List
+ get(element: int): Collection, Dataset, Dimension
}
Collection -down-> Dataset
Collection --> Dimension
Collection --> Collection
Dataset -right-> Dimension
@enduml
|
d4e437ca2d9b02697e38ce1cef9f1d45a4b9cb0e
|
d23b3e7164cd9877582311205b1bb6021504ab2d
|
/app/src/main/java/demo/ht/com/design_pattern/strategy_pattern/UMLStrategy.puml
|
f1f1cea36a36545510e4b358cf1105bc47e4fd98
|
[] |
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
| 484
|
puml
|
@startuml
abstract Duck{
Fly mFly;
void flyMethod();//飞翔方法
void swimming(); 游泳
}
note left:鸭子抽象类
class DryDuck
note top:旱鸭子
class ToyDuck
note top:玩具鸭子
class WildDuck
note top:野鸭子
Interface Fly{
void fly();
}
note left:飞翔策略
class NoFly{}
note top:不会飞翔
class CanFly{}
note top:可以飞翔
NoFly ..|> Fly
CanFly ..|> Fly
Fly --o Duck
DryDuck--|> Duck
ToyDuck--|> Duck
WildDuck--|> Duck
@enduml
|
5464db84cb9c60f0cc05c11905d3007d0644fdda
|
327a896950794a3907b06dfb4ab60eb9422e2c5e
|
/src/tutorial/roughly_scala/trait_/DiamondA_Linearization.puml
|
df6fd9541f702a614e135bd0a33de2eba5f3e4ff
|
[] |
no_license
|
rami2076/scala_training
|
b4dc6c2686e1aae332855a09b894167a60040ca0
|
4ec8ef4d83bbcb1b819675e0844a1a4f7fcaff80
|
refs/heads/master
| 2020-09-11T11:01:49.744438
| 2019-12-26T06:27:21
| 2019-12-26T06:27:21
| 222,043,164
| 0
| 0
| null | 2019-12-26T06:27:22
| 2019-11-16T03:48:00
|
Scala
|
UTF-8
|
PlantUML
| false
| false
| 458
|
puml
|
@startuml
title Diamond A Linearization
interface TraitA_Ex6 {
Unit +greet()
}
interface TraitB_Ex6 {
override Unit +greet()
}
interface TraitC_Ex6{
override Unit +greet()
}
class ClassA_Ex6
note top of ClassA_Ex6:class ClassA_Ex6 extends TraitB_Ex6 with TraitC_Ex6
note "TraitC_Ex6 implements TraitA_Ex6." as N1
note "TraitB_Ex6 implements TraitA_Ex6." as N2
ClassA_Ex6 <|- TraitC_Ex6
TraitC_Ex6 <|- TraitB_Ex6
TraitB_Ex6 <|- TraitA_Ex6
@enduml
|
94759b5789d2ebaac6767ec0bc967c9f3ce7545c
|
438418cd05a82943f97001f8045ed447848aaee8
|
/comiot/Diagrams/DClassDevice.puml
|
29382bcdce47a21c1439ad868b21cef0c02fceac
|
[] |
no_license
|
hectorgastaminza/comiot
|
5b2ace3d2640566470cb8f4cde1cd8ef31693e93
|
450fb500a23336e3d98e31389b780b9ff04a6220
|
refs/heads/master
| 2020-03-25T01:27:45.979382
| 2018-09-12T04:04:52
| 2018-09-12T04:04:52
| 143,239,210
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 190
|
puml
|
@startuml
class Device {
public boolean reset();
public boolean on();
public boolean off();
public boolean up();
public boolean down();
public boolean valueChange(int value);
}
@enduml
|
3e0a67d1f569084d2212b072fa9402e0fc5ebc5f
|
344a071ef570137e8190827adbf53bd3b7b057e5
|
/Module_2/Ung_Dung_Tinh_Ngay_Tiep_Theo/src/main/java/com/codegym/Calendar.plantuml
|
03b5a779cf3bf407733b404115ddcd355a05baee
|
[] |
no_license
|
CaoXuanQuy1985/Codegym_Projects
|
d340198fd7e035c341e2ee6ea113c44e19a947f2
|
cedc187f3eb69440a5893b68c9fa5de43fa2587b
|
refs/heads/master
| 2021-01-05T06:32:00.807751
| 2020-07-02T06:59:17
| 2020-07-02T06:59:17
| 240,914,009
| 0
| 1
| null | 2020-10-13T20:47:43
| 2020-02-16T15:21:13
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 588
|
plantuml
|
@startuml Calender UML
class Calendar {
- boolean isLeafYear(int year)
+ int determineTotalDateInMonth(int month)
}
class User {
- {static} Scanner sc
- String dataUser
+ User(String dataUser)
+ String getDataUser()
+ void setDataUser(String dataUser)
+ String getInputData()
}
class ApplicationCalendar {
- {static} Calendar calendar
- String formatDateMonth(int nextDate, int nextMonth, int nextYear)
+ int findNextDate(int dateNow, int monthNow, int yearNow)
}
ApplicationCalendar *-- Calendar
ApplicationCalendar *-- User
@enduml
|
008173bf0c091240fddf5ee8528de4bf2d9d23ab
|
b6b965aba95a85b0a43bd8bebb83d591f711fd8d
|
/uml/Boss-GoodDetail.puml
|
c78f7c8882b59f22f48bf773ff1736f22b4725c3
|
[] |
no_license
|
codeworld-GitHub/mytest
|
57365f2497cb6074b967b3c657649f98707d19d5
|
9a990d20c9895db2e28b695a03fbf08cf0f424bf
|
refs/heads/master
| 2023-07-26T23:45:04.650458
| 2023-07-13T10:23:04
| 2023-07-13T10:23:04
| 172,627,845
| 0
| 0
| null | 2023-06-14T22:46:14
| 2019-02-26T03:05:55
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 5,725
|
puml
|
'商品详情 流程图
@startuml
start
:登录boss 进入商品-商品列表;
:点击查看;
:根据商品编号查询商品视图信息;
if(系统是S2B?) then (yes)
:根据商品编号查询分类;
else (no)
endif
stop
@enduml
'商品详情 时序图
@startuml
autonumber
actor react
react -> controller :页面请求商品详情
controller -> provider :根据商品id请求商品详情视图\ngoodsQueryProvider.getViewById
provider -> service :根据ID查询商品\ngoodsService.findInfoById
service -> repository :依次查询商品所需信息
note over service,repository
根据商品ID查询goodsRepository.findOne
获取单品运费模板freightTemplateGoodsRepository.queryById
查询商品图片信息goodsImageRepository.findByGoodsId
查询商品信息goodsInfoRepository.findAll
查询商品属性goodsPropDetailRelRepository.queryByGoodsId
查询商品规格goodsSpecRepository.findByGoodsId
查询商品规格明细goodsSpecDetailRepository.findByGoodsId
填充SKU规格与规格值
goodsInfoSpecDetailRelRepository.findByGoodsId
查询区间价格,等级价格,客户定价
goodsIntervalPriceRepository.findByGoodsId
goodsLevelPriceRepository.findByGoodsId
goodsCustomerPriceRepository.findByGoodsId
end note
database db
repository -> db :查询数据
db --> repository :返回查询结果
repository --> service :返回查询结果
service --> provider :返回查询结果
provider --> controller :返回查询结果
controller -> provider :(如果是S2B系统)根据商品id请求商品详情视图\nstoreCateQueryProvider.listByGoods
provider -> service :根据商品编号查询分类\nstoreCateService.getStoreCateByGoods
service -> repository :根据商品ID查询\nstoreCateGoodsRelaRepository.selectByGoodsId
repository -> db :查询数据
db --> repository :返回查询结果
repository --> service :返回查询结果
service --> provider :返回查询结果
provider --> controller :返回查询结果
controller --> react :返回封装结果
@enduml
'商品详情 类图
@startuml
class GoodsController{
-OsUtil osUtil
-GoodsQueryProvider goodsQueryProvider
-StoreCateQueryProvider storeCateQueryProvider
+BaseResponse<GoodsViewByIdResponse> info(String goodsId)
}
OsUtil -* GoodsController
GoodsController *- GoodsQueryProvider
GoodsController *-- StoreCateQueryProvider
class OsUtil{
+boolean isS2b()
}
interface GoodsQueryProvider {
+BaseResponse<GoodsViewByIdResponse> getViewById(GoodsViewByIdRequest goodsByIdRequest)
}
interface StoreCateQueryProvider {
+BaseResponse<StoreCateListByGoodsResponse> listByGoods(StoreCateListByGoodsRequest storeCateListByGoodsRequest)
}
class GoodsQueryController implements GoodsQueryProvider{
-GoodsService goodsService
+BaseResponse<GoodsViewByIdResponse> getViewById(GoodsViewByIdRequest request)
}
GoodsQueryController *-- GoodsService
class GoodsService{
-GoodsRepository goodsRepository
-FreightTemplateGoodsRepository freightTemplateGoodsRepository
-GoodsImageRepository goodsImageRepository
-GoodsInfoRepository goodsInfoRepository
-GoodsPropDetailRelRepository goodsPropDetailRelRepository
-GoodsSpecRepository goodsSpecRepository
-GoodsSpecDetailRepository goodsSpecDetailRepository
-GoodsInfoSpecDetailRelRepository goodsInfoSpecDetailRelRepository
-GoodsIntervalPriceRepository goodsIntervalPriceRepository
-GoodsLevelPriceRepository goodsLevelPriceRepository
-GoodsCustomerPriceRepository goodsCustomerPriceRepository
+GoodsEditResponse findInfoById(String goodsId)
}
FreightTemplateGoodsRepository -* GoodsService
GoodsIntervalPriceRepository -* GoodsService
GoodsImageRepository --* GoodsService
GoodsInfoSpecDetailRelRepository --* GoodsService
GoodsPropDetailRelRepository --* GoodsService
GoodsService *- GoodsCustomerPriceRepository
GoodsService *-- GoodsRepository
GoodsService *-- GoodsInfoRepository
GoodsService *-- GoodsSpecDetailRepository
GoodsService *-- GoodsSpecRepository
GoodsService *-- GoodsLevelPriceRepository
interface GoodsRepository{
+T findOne(ID id)
}
interface FreightTemplateGoodsRepository{
+FreightTemplateGoods queryById(Long freightTempId)
}
interface GoodsImageRepository{
+List<GoodsImage> findByGoodsId(String goodsId)
}
interface GoodsInfoRepository{
+List<T> findAll(Specification<T> spec)
}
interface GoodsPropDetailRelRepository{
+List<GoodsPropDetailRel> queryByGoodsId(String goodsId)
}
interface GoodsSpecRepository{
+List<GoodsSpec> findByGoodsId(String goodsId)
}
interface GoodsSpecDetailRepository{
+List<GoodsSpecDetail> findByGoodsId(String goodsId)
}
interface GoodsInfoSpecDetailRelRepository{
+List<GoodsInfoSpecDetailRel> findByGoodsId(String goodsId)
}
interface GoodsIntervalPriceRepository{
+List<GoodsIntervalPrice> findByGoodsId(String goodsId)
}
interface GoodsLevelPriceRepository{
+List<GoodsLevelPrice> findByGoodsId(String goodsId)
}
interface GoodsCustomerPriceRepository{
+List<GoodsCustomerPrice> findByGoodsId(String goodsId)
}
class StoreCateQueryController implements StoreCateQueryProvider{
-StoreCateService storeCateService
+BaseResponse<StoreCateListByGoodsResponse> listByGoods(StoreCateListByGoodsRequest storeCateListByGoodsRequest)
}
StoreCateQueryController *-- StoreCateService
class StoreCateService {
-StoreCateGoodsRelaRepository storeCateGoodsRelaRepository
+List<StoreCateGoodsRela> getStoreCateByGoods(List<String> goodsIds)
}
StoreCateService *- StoreCateGoodsRelaRepository
interface StoreCateGoodsRelaRepository{
+List<StoreCateGoodsRela> selectByGoodsId(List<String> goodsId)
}
@enduml
|
516e6a3c55af4a22d4316780740c38ce11d2bb51
|
2a05c19c522de7ac2f880aa0ba60547ace21cc30
|
/uml/proxy.puml
|
cecd57cdfd9627f70025b5693c8f2130eec536d9
|
[] |
no_license
|
lbvs86823/lbvs86823.github.com
|
458c5ca2ccae6a54519129a86545d817cfaf418f
|
129e1ea762ab70c2b54886b561775d5dfd7841d6
|
refs/heads/master
| 2021-12-07T03:23:18.169009
| 2021-08-20T09:19:30
| 2021-08-20T09:19:30
| 16,271,667
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 286
|
puml
|
@startuml
title 代理模式
interface TargetInterface {
+ operation(): void
}
class Target implements TargetInterface {
+ operation(): void
}
class ProxyTarget implements TargetInterface {
- target : Target
+ operation(): void
}
ProxyTarget .right.> Target
@enduml
|
acab4223fa64f34d86ef35a12451e26df47ed474
|
b9c936d4565816bb942529a5ba9a6b2db755aa52
|
/test6/src/class.puml
|
7fe61cc9d1226d85268d020eed13eef6f07ebc49
|
[] |
no_license
|
sh5-ang-liu/is_analysis
|
d1eed37abd426648ce62a3fcbfd89b41dafbed74
|
fda99ac46c0a464d8538ce9002676655c099c8d0
|
refs/heads/master
| 2020-03-07T17:04:20.379400
| 2018-06-08T13:15:20
| 2018-06-08T13:15:20
| 127,601,754
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,561
|
puml
|
@startuml
title 基于GitHub的实验管理平台--类图
class teachers{
<b>teacher_id</b> (老师编号)
teacher_name (老师姓名)
teacher_pwd (老师密码)
addtime (老师注册时间)
github (老师github账号)
github_sum (网站正确与否)
}
class students{
<b>student_id</b> (学号)
student_class (学生班级)
student_pwd (学生密码)
addtime (学生注册时间)
github (学生github账号)
github_sum (网站正确与否)
}
class course{
<b>course_id</b> (课程编号)
<b>teacher_id</b> (老师编号)
course_name (课程名称)
declare (课程说明)
course_date(开课时间)
}
class students_course{
<b>student_id</b> (学生学号)
<b>course_id</b> (课程编号)
addtime (选课时间)
}
class tests {
<b>test_id</b> (实验编号)
course_id (课程编号)
title (实验名称)
declare (实验说明)
}
class grades {
<b>student_id</b> (学号)
<b>test_id</b> (实验编号)
<b>course_id</b> (课程编号)
result1 (分数1)
memo1 (评价1)
result2 (分数2)
memo2 (评价2)
result3 (分数3)
memo3 (评价3)
update_date (评改日期)
}
students "1" -- "n" students_course
students_course "n" -- "1" course
teachers "1" -- "n" course
students "1" -- "n" grades
tests "1" -- "n" grades
grades "n" -- "1" course
@enduml
|
5098dfc8e8e72b4a3957fbd5326b49099c258460
|
4ef2a0d7b50e772e235e40bf33c1313a11e1d23a
|
/app/docs/asciidoc/models/modelui9.puml
|
d8e32ff7163bbdd1384fde911e385f1c623bdaf1
|
[
"Apache-2.0"
] |
permissive
|
SefkanTas/Sonofy
|
4cb768b9eed72f2e133c2ec5b814c70352f39b4c
|
f4d7875d5c4ed996ec9ecc7fdf15ea75706af23a
|
refs/heads/master
| 2023-03-27T03:41:36.030113
| 2021-03-27T20:14:31
| 2021-03-27T20:14:31
| 297,685,348
| 3
| 5
|
Apache-2.0
| 2021-03-27T20:14:32
| 2020-09-22T15:04:53
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 2,565
|
puml
|
@startuml modelui9
title <size:30><b>Diagramme de classes ui de la page de profil</b></size>
package app{
package ui{
package user{
class ProfilActivity extends AppCompatActivity{
- user: FirebaseAuth
- profilvm : ProfilViewModel
- nom: TextView
- prenom: TextView
- pseudo: TextView
- email: TextView
- uMdp: EditText
- u: User
- MODIFIER : String
- ANNULER : String
+ onCreate(savedInstanceState : Bundle): void
+ boutonModNom(v : View): void
+ boutonModPrenom(v : View): void
+ boutonModPseudo(v : View): void
+ boutonModEmail(v : View): void
}
class MainProfileActivity extends AppCompatActivity{
- resultats : RecyclerView
- adapter : RecyclerView.Adapter
- adapter2 : RecyclerView.Adapter
- id_user : TextView
- pseudo_user : TextView
- donnesUser : User
- id : String
+ onCreate(savedInstanceState : Bundle): void
}
class ProfilViewModel extends ViewModel{
- TAG : String
- userMutableLiveData : MutableLiveData<User>
- emotionsLiveData: MutableLiveData<List<Emotion>>
- publications : MutableLiveData<List<Publication>>
+ getUserMutableLiveData() : MutableLiveData<User>
+ getEmotionsLiveData() : MutableLiveData<List<Emotion>>
+ getPublications(): MutableLiveData<List<Publication>>
+ updatePrenom(uid : String, prenom : String) : void
+ updatePseudo(uid : String, pseudo : String) : void
+ updateEmail(uid : String, email : String) : void
+ updateNom(uid : String, nom : String) : void
+ getUser(uid : String) : void
+ loadPublicationsAuthor(authorId : String): void
+ loadEmotionsAuthor(authorId : String): void
}
}
}
}
@enduml
|
6d40c32c0654cf98c4b741656223d85bd99d73e3
|
0c4947dd88f0571925ba65e79fd2ea6c6f35cdda
|
/src/main/java/cn/Utils.puml
|
ffcd751fdf86830b47e6b9be24e2a78be1c702a5
|
[] |
no_license
|
zou2561789/springuml
|
e31ad444152730d961a37d900951f1a1d3dd9609
|
15a505af77591b3e08a091dda2382940e8e6c48e
|
refs/heads/master
| 2020-05-05T08:10:03.561315
| 2019-06-15T10:36:34
| 2019-06-15T10:36:34
| 179,853,364
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 17,051
|
puml
|
@startuml
abstract class ReflectionUtils{
+ {static,final} MethodFilter NON_BRIDGED_METHODS
+ {static,final} MethodFilter USER_DECLARED_METHODS
+ {static,final} FieldFilter COPYABLE_FIELDS
- {static,final} String CGLIB_RENAMED_METHOD_PREFIX
- {static,final} Method[] NO_METHODS
- {static,final} Field[] NO_FIELDS
- {static,final} Map<Class<?>, Method[]> declaredMethodsCache
- {static,final} Map<Class<?>, Field[]> declaredFieldsCache
+ {static} Field findField(Class<?> clazz, String name)
+ Field findField(Class<?> clazz, @Nullable String name, @Nullable Class<?> type)
+ void setField(Field field, @Nullable Object target, @Nullable Object value)
+ Object getField(Field field, @Nullable Object target)
+ Method findMethod(Class<?> clazz, String name)
+ Method findMethod(Class<?> clazz, String name, @Nullable Class<?>... paramTypes)
+ Object invokeMethod(Method method, @Nullable Object target)
+ Object invokeMethod(Method method, @Nullable Object target, @Nullable Object... args)
+ Object invokeJdbcMethod(Method method, @Nullable Object target) throws SQLException
+ Object invokeJdbcMethod(Method method, @Nullable Object target, @Nullable Object... args) throws SQLException
+ void handleReflectionException(Exception ex)
+ void handleInvocationTargetException(InvocationTargetException ex)
+ void rethrowRuntimeException(Throwable ex)
+ void rethrowException(Throwable ex) throws Exception
+ boolean declaresException(Method method, Class<?> exceptionType)
+ boolean isPublicStaticFinal(Field field)
+ boolean isEqualsMethod(@Nullable Method method)
+ boolean isHashCodeMethod(@Nullable Method method)
+ boolean isToStringMethod(@Nullable Method method)
+ boolean isObjectMethod(@Nullable Method method)
+ boolean isCglibRenamedMethod(Method renamedMethod)
+ void makeAccessible(Field field)
+ void makeAccessible(Method method)
+ void makeAccessible(Constructor<?> ctor)
+ <T> Constructor<T> accessibleConstructor(Class<T> clazz, Class<?>... parameterTypes) throws NoSuchMethodException
+ void doWithLocalMethods(Class<?> clazz, MethodCallback mc)
+ void doWithMethods(Class<?> clazz, MethodCallback mc)
+ void doWithMethods(Class<?> clazz, MethodCallback mc, @Nullable MethodFilter mf)
+ Method[] getAllDeclaredMethods(Class<?> leafClass)
+ Method[] getUniqueDeclaredMethods(Class<?> leafClass)
+ Method[] getDeclaredMethods(Class<?> clazz)
+ List<Method> findConcreteMethodsOnInterfaces(Class<?> clazz)
+ void doWithLocalFields(Class<?> clazz, FieldCallback fc)
+ void doWithFields(Class<?> clazz, FieldCallback fc)
+ void doWithFields(Class<?> clazz, FieldCallback fc, @Nullable FieldFilter ff)
+ Field[] getDeclaredFields(Class<?> clazz)
+ void shallowCopyFieldState(final Object src, final Object dest)
+ void clearCache()
}
abstract class PropertyAccessorUtils{
+ {static} String getPropertyName(String propertyPath)
+ {static} boolean isNestedOrIndexedProperty(@Nullable String propertyPath)
+ {static} int getFirstNestedPropertySeparatorIndex(String propertyPath)
+ {static} int getLastNestedPropertySeparatorIndex(String propertyPath)
- {static} int getNestedPropertySeparatorIndex(String propertyPath, boolean last)
+ {static} boolean matchesProperty(String registeredPath, String propertyPath)
+ {static} String canonicalPropertyName(@Nullable String propertyName)
+ {static} String[] canonicalPropertyNames(@Nullable String[] propertyNames)
}
abstract class ClassUtils{
+ {static,final} String ARRAY_SUFFIX
- {static,final} String INTERNAL_ARRAY_PREFIX
- {static,final} String NON_PRIMITIVE_ARRAY_PREFIX
- {static,final} char PACKAGE_SEPARATOR
- {static,final} char PATH_SEPARATOR
- {static,final} char INNER_CLASS_SEPARATOR
+ {static,final} String CGLIB_CLASS_SEPARATOR
+ {static,final} String CLASS_FILE_SUFFIX
- {static,final} Map<Class<?>, Class<?>> primitiveWrapperTypeMap
- {static,final} Map<Class<?>, Class<?>> primitiveTypeToWrapperMap
- {static,final} Map<String, Class<?>> primitiveTypeNameMap
- {static,final} Map<String, Class<?>> commonClassCache
- {static,final} Set<Class<?>> javaLanguageInterfaces
- {static,final} void registerCommonClasses(Class<?>... commonClasses)
+ ClassLoader getDefaultClassLoader()
+ ClassLoader overrideThreadContextClassLoader(@Nullable ClassLoader classLoaderToUse)
+ Class<?> forName(String name, @Nullable ClassLoader classLoader) throws ClassNotFoundException, LinkageError
+ Class<?> resolveClassName(String className, @Nullable ClassLoader classLoader) throws IllegalArgumentException
+ boolean isPresent(String className, @Nullable ClassLoader classLoader)
+ boolean isVisible(Class<?> clazz, @Nullable ClassLoader classLoader)
+ boolean isCacheSafe(Class<?> clazz, @Nullable ClassLoader classLoader)
+ boolean isLoadable(Class<?> clazz, ClassLoader classLoader)
+ Class<?> resolvePrimitiveClassName(@Nullable String name)
+ boolean isPrimitiveWrapper(Class<?> clazz)
+ boolean isPrimitiveOrWrapper(Class<?> clazz)
+ boolean isPrimitiveArray(Class<?> clazz)
+ boolean isPrimitiveWrapperArray(Class<?> clazz)
+ Class<?> resolvePrimitiveIfNecessary(Class<?> clazz)
+ boolean isAssignable(Class<?> lhsType, Class<?> rhsType)
+ boolean isAssignableValue(Class<?> type, @Nullable Object value)
+ String convertResourcePathToClassName(String resourcePath)
+ String convertClassNameToResourcePath(String className)
+ String addResourcePathToPackagePath(Class<?> clazz, String resourceName)
+ String classPackageAsResourcePath(@Nullable Class<?> clazz)
+ String classNamesToString(Class<?>... classes)
+ String classNamesToString(@Nullable Collection<Class<?>> classes)
+ Class<?>[] toClassArray(Collection<Class<?>> collection)
+ Class<?>[] getAllInterfaces(Object instance)
+ Class<?>[] getAllInterfacesForClass(Class<?> clazz)
+ Class<?>[] getAllInterfacesForClass(Class<?> clazz, @Nullable ClassLoader classLoader)
+ Set<Class<?>> getAllInterfacesAsSet(Object instance)
+ Set<Class<?>> getAllInterfacesForClassAsSet(Class<?> clazz)
+ Set<Class<?>> getAllInterfacesForClassAsSet(Class<?> clazz, @Nullable ClassLoader classLoader
+ Class<?> createCompositeInterface(Class<?>[] interfaces, @Nullable ClassLoader classLoader)
+ Class<?> determineCommonAncestor(@Nullable Class<?> clazz1, @Nullable Class<?> clazz2)
+ boolean isJavaLanguageInterface(Class<?> ifc)
+ boolean isInnerClass(Class<?> clazz)
+ boolean isCglibProxy(Object object)
+ boolean isCglibProxyClass(@Nullable Class<?> clazz)
+ boolean isCglibProxyClassName(@Nullable String className)
+ Class<?> getUserClass(Object instance)
+ String getDescriptiveType(@Nullable Object value)
+ boolean matchesTypeName(Class<?> clazz, @Nullable String typeName)
+ String getShortName(String className)
+ String getShortName(Class<?> clazz)
+ String getShortNameAsProperty(Class<?> clazz)
+ String getClassFileName(Class<?> clazz)
+ String getPackageName(Class<?> clazz)
+ String getPackageName(String fqClassName)
+ String getQualifiedName(Class<?> clazz)
+ String getQualifiedMethodName(Method method)
+ String getQualifiedMethodName(Method method, @Nullable Class<?> clazz)
+ boolean hasConstructor(Class<?> clazz, Class<?>... paramTypes)
+ <T> Constructor<T> getConstructorIfAvailable(Class<T> clazz, Class<?>... paramTypes)
+ boolean hasMethod(Class<?> clazz, String methodName, Class<?>... paramTypes)
+ Method getMethod(Class<?> clazz, String methodName, @Nullable Class<?>... paramTypes)
+ Method getMethodIfAvailable(Class<?> clazz, String methodName, @Nullable Class<?>... paramTypes)
+ int getMethodCountForName(Class<?> clazz, String methodName)
+ boolean hasAtLeastOneMethodWithName(Class<?> clazz, String methodName)
+ Method getMostSpecificMethod(Method method, @Nullable Class<?> targetClass)
+ Method getInterfaceMethodIfPossible(Method method)
+ boolean isUserLevelMethod(Method method)
+ boolean isGroovyObjectMethod(Method method)
+ boolean isOverridable(Method method, @Nullable Class<?> targetClass)
+ Method getStaticMethod(Class<?> clazz, String methodName, Class<?>... args)
}
class ConcurrentReferenceHashMap{
- {static,final} int DEFAULT_INITIAL_CAPACITY
- {static,final} float DEFAULT_LOAD_FACTOR
- {static,final} int DEFAULT_CONCURRENCY_LEVEL
- {static,final} ReferenceType DEFAULT_REFERENCE_TYPE
- {static,final} int MAXIMUM_CONCURRENCY_LEVE
- {final} Segment[] segments
- {final} float loadFactor
- {final} ReferenceType referenceType
- {final} int shift
- {volatile} Set<Map.Entry<K, V>> entrySet
{final} float getLoadFactor()
{final} int getSegmentsSize()
{final} Segment getSegment(int index)
ReferenceManager createReferenceManager()
int getHash(@Nullable Object o)
+ V get(@Nullable Object key)
+ V getOrDefault(@Nullable Object key, @Nullable V defaultValue)
+ boolean containsKey(@Nullable Object key)
- Entry<K, V> getEntryIfAvailable(@Nullable Object key)
{final} Reference<K, V> getReference(@Nullable Object key, Restructure restructure)
+ V put(@Nullable K key, @Nullable V value)
+ V putIfAbsent(@Nullable K key, @Nullable V value)
- V put(@Nullable final K key, @Nullable final V value, final boolean overwriteExisting
- V remove(Object key)
- boolean remove(Object key, final Object value)
+ boolean replace(K key, final V oldValue, final V newValue)
+ V replace(K key, final V value)
+ void clear()
+ void purgeUnreferencedEntries()
+ int size()
+ boolean isEmpty()
+ Set<Map.Entry<K, V>> entrySet()
- <T> T doTask(@Nullable Object key, Task<T> task)
- Segment getSegmentForHash(int hash)
{static} int calculateShift(int minimumValue, int maximumValue)
}
class Segment{
- {final} ReferenceManager referenceManager
- {final} int initialSize
- {volatile} Reference<K, V>[] references
- {volatile} int count
+ Reference<K, V> getReference(@Nullable Object key, int hash, Restructure restructure)
+ <T> T doTask(final int hash, @Nullable final Object key, final Task<T> task)
+ void clear()
{final} void restructureIfNecessary(boolean allowResize)
- Reference<K, V> findInChain(Reference<K, V> ref, @Nullable Object key, int hash)
- Reference<K, V>[] createReferenceArray(int size)
- int getIndex(int hash, Reference<K, V>[] references)
- {final} int getSize()
- {final} int getCount()
}
class Entry{
- {final} K key
- {final,volatile} V value
+ K getKey()
+ V getValue()
+ V setValue(@Nullable V value)
+ String toString()
+ {final} boolean equals(Object other)
+ {final} int hashCode()
}
class Task<T>{
-{final} EnumSet<TaskOption> options
+ boolean hasOption(TaskOption option)
T execute(@Nullable Reference<K, V> ref, @Nullable Entry<K, V> entry, @Nullable Entries entries)
T execute(@Nullable Reference<K, V> ref, @Nullable Entry<K, V> entry)
}
interface Reference{
Entry<K, V> get()
int getHash()
Reference<K, V> getNext()
void release()
}
class EntrySet{
+ Iterator<Map.Entry<K, V>> iterator()
+ boolean contains(@Nullable Object o)
+ boolean remove(Object o)
+ int size()
+ void clear()
}
class EntryIterator{
- int segmentIndex
- int referenceIndex
- Reference<K, V>[] references
- Reference<K, V> reference
- Entry<K, V> next
- Entry<K, V> last
+ boolean hasNext()
+ Entry<K, V> next()
- void getNextIfNecessary()
- void moveToNextReference()
- void moveToNextSegment(
+ void remove()
}
class ReferenceManager{
- {final} ReferenceQueue<Entry<K, V>> queue
- Reference<K, V> createReference(Entry<K, V> entry, int hash, @Nullable Reference<K, V> next)
+ Reference<K, V> pollForPurge()
}
class SoftEntryReference{
- {final} int hash
- {final} Reference<K, V> nextReference
+ int getHash()
+ Reference<K, V> getNext()
+ void release()
}
class WeakEntryReference{
- {final} int hash
- {final} Reference<K, V> nextReference
+ int getHash()
+ Reference<K, V> getNext()
+ void release()
}
class AutowireUtils{
- {final} Comparator<Executable> EXECUTABLE_COMPARATOR
+ {static} void sortConstructors(Constructor<?>[] constructors)
+ {static} void sortFactoryMethods(Method[] factoryMethods)
+ {static} boolean isExcludedFromDependencyCheck(PropertyDescriptor pd)
+ {static} boolean isSetterDefinedInInterface(PropertyDescriptor pd, Set<Class<?>> interfaces)
+ {static} Object resolveAutowiringValue(Object autowiringValue, Class<?> requiredType)
+ {static} Class<?> resolveReturnTypeForFactoryMethod( Method method, Object[] args, @Nullable ClassLoader classLoader)
}
class ObjectFactoryDelegatingInvocationHandler{
- {final} ObjectFactory<?> objectFactory
+ Object invoke(Object proxy, Method method, Object[] args) throws Throwable
}
class BeanUtils{
+ {final} Set<Class<?>> unknownEditorTypes
+ <T> T instantiate(Class<T> clazz) throws BeanInstantiationException
+ <T> T instantiateClass(Class<T> clazz) throws BeanInstantiationException
+ <T> T instantiateClass(Class<?> clazz, Class<T> assignableTo) throws BeanInstantiationException
+ <T> T instantiateClass(Constructor<T> ctor, Object... args) throws BeanInstantiationException
+ <T> Constructor<T> findPrimaryConstructor(Class<T> clazz)
+ Method findMethod(Class<?> clazz, String methodName, Class<?>... paramTypes)
+ Method findDeclaredMethod(Class<?> clazz, String methodName, Class<?>... paramTypes)
+ Method findMethodWithMinimalParameters(Class<?> clazz, String methodName)
+ Method findDeclaredMethodWithMinimalParameters(Class<?> clazz, String methodName) throws IllegalArgumentException
+ Method findMethodWithMinimalParameters(Method[] methods, String methodName) throws IllegalArgumentException
+ Method resolveSignature(String signature, Class<?> clazz)
+ PropertyDescriptor[] getPropertyDescriptors(Class<?> clazz) throws BeansException
+ PropertyDescriptor getPropertyDescriptor(Class<?> clazz, String propertyName) throws BeansException
+ PropertyDescriptor findPropertyForMethod(Method method) throws BeansException
+ PropertyDescriptor findPropertyForMethod(Method method, Class<?> clazz) throws BeansException
+ PropertyEditor findEditorByConvention(@Nullable Class<?> targetType)
+ Class<?> findPropertyType(String propertyName, @Nullable Class<?>... beanClasses)
+ MethodParameter getWriteMethodParameter(PropertyDescriptor pd)
+ boolean isSimpleProperty(Class<?> clazz)
+ boolean isSimpleValueType(Class<?> clazz)
+ void copyProperties(Object source, Object target) throws BeansException
+ void copyProperties(Object source, Object target, Class<?> editable) throws BeansException
+ void copyProperties(Object source, Object target, String... ignoreProperties) throws BeansException
+ void copyProperties(Object source, Object target, @Nullable Class<?> editable, @Nullable String... ignoreProperties) throws BeansException
}
abstract class WebApplicationContextUtils{
- {static,final} boolean jsfPresent
+ WebApplicationContext getRequiredWebApplicationContext(ServletContext sc) throws IllegalStateException
+ WebApplicationContext getWebApplicationContext(ServletContext sc)
+ WebApplicationContext getWebApplicationContext(ServletContext sc, String attrName)
+ WebApplicationContext findWebApplicationContext(ServletContext sc)
+ void registerWebApplicationScopes(ConfigurableListableBeanFactory beanFactory)
+ void registerWebApplicationScopes(ConfigurableListableBeanFactory beanFactory, @Nullable ServletContext sc)
+ void registerEnvironmentBeans(ConfigurableListableBeanFactory bf, @Nullable ServletContext sc)
+ registerEnvironmentBeans(ConfigurableListableBeanFactory bf,@Nullable ServletContext servletContext, @Nullable ServletConfig servletConfig)
+ void initServletPropertySources(MutablePropertySources propertySources, ServletContext servletContext)
+ void initServletPropertySources(MutablePropertySources sources, @Nullable ServletContext servletContext, @Nullable ServletConfig servletConfig)
ServletRequestAttributes currentRequestAttributes()
}
abstract class UiApplicationContextUtils{
+ {static,final} String THEME_SOURCE_BEAN_NAME
+ {static} ThemeSource initThemeSource(ApplicationContext context)
}
ConcurrentReferenceHashMap <..o Segment
ConcurrentReferenceHashMap <..o ReferenceManager
ConcurrentReferenceHashMap <..o Reference
ConcurrentReferenceHashMap <..o Task
Segment --|>ReentrantLock
Segment <..o ReferenceManager
Segment <..o Reference
Segment <..o Task
EntrySet <..o EntryIterator
ReferenceManager <--o SoftEntryReference
ReferenceManager <--o WeakEntryReference
AutowireUtils <--o ObjectFactoryDelegatingInvocationHandler
@enduml
|
5d353bdf925f19d4b92007cc3a29c534d68a7bde
|
23eebc652cc34d63a61ab645cccb3e0d12192028
|
/documentation/logicalview/analysisview/repository/classanalysis/puml/controllers/OpenClientsController.puml
|
d218530afca3bda01df1a009332755f8f5f3f5c3
|
[] |
no_license
|
Ruskab/agrimManager
|
0e654c5bfc7bb6241f7a8cf4c49e58af55155886
|
e264536edc42ad8def85e3714a7b1c15236d7de5
|
refs/heads/develop
| 2023-09-01T02:36:44.943558
| 2021-08-14T20:15:43
| 2021-08-14T20:15:43
| 166,677,735
| 1
| 2
| null | 2023-09-02T13:25:24
| 2019-01-20T15:37:25
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 216
|
puml
|
@startuml
class OpenClientsController {
+readAllClients()
+searchClients(query)
}
CreateVehicleView --> OpenClientsController
OpenClientsController --> ClientsDao
ClientsView --> OpenClientsController
@enduml
|
0d1941cc18e9a0774273f1176afa7152be344e91
|
5138fad4e257ab5c3b993e68417ca6be13556288
|
/docs/diagrams/CommandManagerClassDiagram.puml
|
5e37e040869826b099b81af1a75d0ad8a53295b2
|
[
"MIT"
] |
permissive
|
AY1920S1-CS2103T-F12-1/main
|
457cd126da3c5cbf5e359bd77dde16f8cc8d6b16
|
412b4db6d387659ea88bc2d028ffceed962742ac
|
refs/heads/master
| 2020-07-27T22:03:25.658633
| 2019-11-11T15:24:34
| 2019-11-11T15:24:34
| 209,227,517
| 4
| 5
|
NOASSERTION
| 2019-11-11T15:24:35
| 2019-09-18T05:46:12
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,703
|
puml
|
@startuml
' Style
hide empty members
skinparam classAttributeIconSize 0
skinparam genericDisplay old
skinparam packageStyle rectangle
skinparam lineType polyline
skinparam shadowing false
package Logic {
class CommandManager implements CommandInputListener {
- commandParser : CommandParser
- keywordParser : CommandKeywordParser
- userOutputListeners : List<UserOutputListener>
+ addCommand(keyword : String, builder : CommandBuilder)
+ addUserOutputListener(listener : UserOutputListener)
+ onCommandInput(input : String)
}
package Parser {
interface Parser<T> {
+ parse() : T
}
class CommandParser implements Parser {
+ parse() : Command
}
class CommandKeywordParser implements Parser {
+ addCommand(builder : CommandBuilder)
+ parse() : CommandBuilder
}
}
package Command {
abstract class Command {
+ execute() : UserOutput
}
abstract class CommandBuilder {
+ build() : Command
}
interface CommandInputListener {
+ onCommandInput(input : String)
}
}
}
package Ui {
class UserOutput {
+ toString() : String
}
interface UserOutputListener {
+ onUserOutput(output : UserOutput)
}
}
CommandManager *--"1" CommandParser
CommandManager *--"1" CommandKeywordParser
CommandManager o--"*" UserOutputListener
CommandManager ..>CommandBuilder
CommandParser o-- CommandKeywordParser
CommandKeywordParser o--"*" CommandBuilder
Command ..> UserOutput
CommandBuilder ..> Command
UserOutputListener ..> UserOutput
@enduml
|
6eaef22e66e299641a4cfe0f24793fd50d600054
|
625e3447fea7ecfac5cd9601974a5439b552200c
|
/Homework/RTFConverter/Team2/class_diagram/initial_design.puml
|
629fda6b1326b81f4beafb6fd34b703a4e646353
|
[] |
no_license
|
ss900405twtw/SED2019
|
f9edec553c22fafb22199dedeb9c25046f2b80f9
|
17e5ceb84f4f8ca84b26013e5ab95516b82e1be4
|
refs/heads/master
| 2022-07-19T00:13:36.456120
| 2020-05-10T02:56:01
| 2020-05-10T02:56:01
| 262,698,934
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 790
|
puml
|
@startuml
class RTFConverter {
{field} + rawText: char[]
{method} + convert(String format, String rawText) : TextFormat
}
class TeXText {
}
class WidgetText {
}
class TextFormat {
{field} + text: String
{method} + display(): void
}
note as N1
if format.equals("Tex"):
TeXText tex = new TeXText()
for (char c: rawText):
if c == "C"
// do character conversion
else if c == "P"
// do sth
else if c == "F"
// do sth
return tex
else if format.equals("Widget"):
WidgetText widgte = new WidgetText();
:
:
:
return widget
endnote
N1 .left. RTFConverter
TextFormat <|-up- TeXText
TextFormat <|-up- WidgetText
RTFConverter .down.> TeXText
RTFConverter .down.> WidgetText
@enduml
|
b5ecc9d72d881f62f4642c478812a444502e3305
|
bcb7fd9ec9e69e52780b27da867b8055dfdc043c
|
/src/dgraph/DGraphWriterFactory.iuml
|
d8af5601e74fd3854bbbb272507aa38e39f613ed
|
[
"CECILL-B"
] |
permissive
|
vanthonguyen/lattice-sequence
|
2e962d089b0053ba90332932fe3881dfe8ec71ac
|
72ebfe551ef013da521b81121e3f98164b2a00bf
|
refs/heads/master
| 2020-04-15T07:22:32.920465
| 2015-02-01T17:33:59
| 2015-02-01T17:33:59
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 340
|
iuml
|
package dgraph {
class DGraphWriterFactory {
-{static}HashMap<String, DGraphWriter> writers
+{static}DGraphWriter register(DGraphWriter writer, String extension)
+{static}DGraphWriter unregister(String extension)
+{static}DGraphWriter get(String extension)
}
DGraphWriterFactory o-- DGraphWriter
}
|
8364e81537ec979a126d24ea8e39bc459311c34e
|
a30b93addd419ce3dde8643ee0ad244aaeda5a31
|
/src/06_1_cd_transient.puml
|
63d34d4eb13849259d4fa30acc1b1e2c0aae0593
|
[] |
no_license
|
mosser/ood-dojo
|
484ae52842522c6f622b9c8a89644b1f98d84d9d
|
eaddb9c943dc9ee901e3e841673e4902156c3e81
|
refs/heads/master
| 2020-03-30T13:13:53.645253
| 2018-10-03T21:23:59
| 2018-10-03T21:23:59
| 151,264,520
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 919
|
puml
|
@startuml
skinparam nodesep 60
skinparam ranksep 60
skinparam class {
backgroundColor<<external>> #D3D3D3
}
hide stereotypes
class Portfolio {
~ {static} findByName(String): Project
+ create(String, String): Boolean
- addToPortfolio(Project): Boolean
- isAvailable(String): Boolean
}
class Project {
+ name: String
+ Project(String)
+ generateReport(): Report
+ save(): Boolean
}
class Task {
- status: Status
+ start()
+ stop()
+ finish()
+ save(): Boolean
}
enum Status {
READY
IN_PROGRESS
DONE
}
class Manager <<external>>
class Member <<external>>
abstract class Employee <<external>> {
+ employeeId: String
+ check(): Boolean
}
Employee <|-- Manager
Employee <|-- Member
class Report {
+ date: Timestamp
}
Project "1" -- "*" Report
Portfolio "1" *-- "*" Project
Project "1" *-- "*" Task
Project . Report
Member "0..1" - "*" Task
Manager "1" - "*" Project
@enduml
|
952549426ce3e1e9e4e1a64031bacc67d5e87093
|
cf9b07f15ed454559db1764f4b98a786e249b43c
|
/out/production/MovieReservations/sample/sample.plantuml
|
7cb9d05e4d7e0c6731b4954eaf9c0555405c8463
|
[] |
no_license
|
dency6/MovieReservations
|
7108de569337b7585efd680dad9e318e37c49ad0
|
dbe3991b1876b1e11e8146a1c8f038e5a56c456e
|
refs/heads/master
| 2023-07-08T11:12:55.408449
| 2021-08-15T04:31:54
| 2021-08-15T04:31:54
| 395,945,975
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 15,779
|
plantuml
|
@startuml
title __SAMPLE's Class Diagram__\n
namespace sample {
class sample.CommonMethods {
{static} + confirmed : boolean
{static} + connection : connectionController
{static} + disablelogin : boolean
{static} + leftpanecolor : String
{static} + loggedout : boolean
{static} + running : boolean
{static} + server : Server
{static} + username : String
{static} # page : String
- initialx : double
- initialy : double
- loading : boolean
- rotatedpane : boolean
+ btnEffect()
+ btnExit()
+ btnHover()
+ customiseWindowButtons()
+ disableAllFocus()
+ displayUserName()
+ dropShadow()
+ findPane()
+ handleClose()
+ loadScene()
+ logOut()
+ makeBtnFly()
+ minimiseWindow()
+ moveWindow()
+ popButton()
+ popNode()
+ rotateButton()
+ tileExit()
+ tileHover()
- loadLogin()
}
}
namespace sample {
class sample.Main {
{static} + main()
+ start()
}
}
namespace sample {
class sample.MovieData {
- seats : boolean[]
- slotid : int
- stdnseats : int
+ MovieData()
+ getSeats()
+ getSlotid()
+ getStdnseats()
+ getTotalseats()
+ getVipseats()
+ setSeats()
+ setSlotid()
+ setStdnseats()
}
}
namespace sample {
class sample.MovieImages {
- id : int
- image : Image
+ MovieImages()
+ getId()
+ getImage()
}
}
namespace sample {
class sample.MovieObject {
- duration : String
- id : int
- image : Image
- name : String
- rating : double
- repeats : int
- slots_seats : Map<String, MovieData>
- status : String
- ticketsold : int
+ MovieObject()
+ addSlot()
+ getDuration()
+ getImage()
+ getName()
+ getRating()
+ getRepeats()
+ getSlots()
+ getStatus()
+ getTicketsold()
+ setDuration()
+ setImage()
+ setImage()
+ setImageUrl()
+ setName()
+ setRating()
+ setRepeats()
+ setSlots()
+ setStatus()
+ setTicketsold()
}
}
namespace sample {
class sample.Server {
~ list : ArrayList<MovieObject>
~ movieimages : ArrayList<MovieImages>
+ Server()
+ checkLocalImage()
+ findMovie()
+ getAvailableSeats()
+ getBookings()
+ getCurrentMovieName()
+ getCurrentTime()
+ getCurrentTimeslot()
+ getDefaultMovie()
+ getDuration()
+ getEmptySeats()
+ getImage()
+ getMovieNames()
+ getMovieSlot()
+ getNextMovie()
+ getNumberOfSlots()
+ getRating()
+ getRepeats()
+ getSlotID()
+ getStatus()
+ getTicketSold()
+ getTitle()
+ initialise()
+ setStdBookings()
+ setVipBookings()
}
}
namespace sample {
enum Timetable {
SCREEN1_SLOT1
SCREEN1_SLOT2
SCREEN1_SLOT3
SCREEN1_SLOT4
SCREEN2_SLOT1
SCREEN2_SLOT2
SCREEN2_SLOT3
SCREEN2_SLOT4
SCREEN3_SLOT1
SCREEN3_SLOT2
SCREEN3_SLOT3
SCREEN3_SLOT4
x
y
}
}
namespace sample {
class sample.checkoutController {
{static} + adulttickets : int
{static} + childtickets : int
{static} + ismovieselected : boolean
{static} + issuedticket : boolean
{static} + isvip : boolean
{static} + seatsselected : boolean
{static} + selectedmovie : String
{static} + selectedscreen : String
{static} + selectedtime : String
{static} + seniortickets : int
{static} + totalprice : double
- adultcombo : JFXComboBox
- adultprice : double
- adultpricelabel : Label
- checkbox : JFXCheckBox
- checkoutbtn : JFXButton
- childcombo : JFXComboBox
- childprice : double
- childpricelabel : Label
- closebtn : JFXButton
- datelabel : Label
- errorlabel : Label
- hided : boolean
- homebtn : JFXButton
- leftpane : AnchorPane
- logoutbtn : JFXButton
- mainpane : AnchorPane
- minimisebtn : JFXButton
- movieCombo : JFXComboBox
- movieImage : ImageView
- moviePane : AnchorPane
- moviescreensbtn : JFXButton
- resetbtn : JFXButton
- screenlabel : Label
- seatscontent : AnchorPane
- selectPane : AnchorPane
- seniorcombo : JFXComboBox
- seniorprice : double
- seniorpricelabel : Label
- startImage : Rectangle
- startText : Label
- ticketPriceLabel : Label
- timelabel : Label
- toppane : AnchorPane
- userlabel : Label
- viewscreensbtn : JFXButton
- vipextra : double
- viptogglebtn : JFXToggleButton
+ checkTimeslots()
{static} + getSelectedMovieSlot()
+ handleChoice()
+ handleVIP()
+ initialize()
+ movieDetails()
+ resetPage()
+ showPopUp()
+ validatePage()
- fadeErrorLabel()
- setUpLogic()
- updatePrices()
}
}
namespace sample {
class sample.connectionController {
{static} + serverUrl : String
~ client : HttpClient
+ connectionController()
+ getData()
+ getFile()
}
}
namespace sample {
class sample.homeController {
{static} + viewmovie : boolean
{static} + viewmoviename : String
- addbtn : JFXButton
- closebtn : JFXButton
- datelabel : Label
- duration1 : Duration
- duration2 : Duration
- duration3 : Duration
- imageshifted : boolean[]
- infopanes : AnchorPane[]
- issuebtns : JFXButton[]
- leftpane : AnchorPane
- mainhomepane : AnchorPane
- minimisebtn : JFXButton
- moviescreensbtn : JFXButton
- p1 : AnchorPane
- p1shadow : AnchorPane
- p2 : AnchorPane
- p2shadow : AnchorPane
- p3 : AnchorPane
- p3shadow : AnchorPane
- rotatedpane : boolean
- s1availableseats : Label
- s1infopane : AnchorPane
- s1issuebtn : JFXButton
- s1movieduration : Label
- s1movieimage : ImageView
- s1moviename : Label
- s1nextmovie : Label
- s1rating : Label
- s1repeatsleft : Label
- s1status : Label
- s1tile1 : AnchorPane
- s1tile2 : AnchorPane
- s1tile3 : AnchorPane
- s1tile4 : AnchorPane
- s1tile5 : AnchorPane
- s1tile6 : AnchorPane
- s1timeremaining : Label
- s1timeslot : Label
- s2availableseats : Label
- s2infopane : AnchorPane
- s2issuebtn : JFXButton
- s2movieduration : Label
- s2movieimage : ImageView
- s2moviename : Label
- s2nextmovie : Label
- s2rating : Label
- s2repeatsleft : Label
- s2status : Label
- s2tile1 : AnchorPane
- s2tile2 : AnchorPane
- s2tile3 : AnchorPane
- s2tile4 : AnchorPane
- s2tile5 : AnchorPane
- s2tile6 : AnchorPane
- s2timeremaining : Label
- s2timeslot : Label
- s3availableseats : Label
- s3infopane : AnchorPane
- s3issuebtn : JFXButton
- s3movieduration : Label
- s3movieimage : ImageView
- s3moviename : Label
- s3nextmovie : Label
- s3rating : Label
- s3repeatsleft : Label
- s3status : Label
- s3tile1 : AnchorPane
- s3tile2 : AnchorPane
- s3tile3 : AnchorPane
- s3tile4 : AnchorPane
- s3tile5 : AnchorPane
- s3tile6 : AnchorPane
- s3timeremaining : Label
- s3timeslot : Label
- tabpane : JFXTabPane
- tiles : AnchorPane[]
- timelabel : Label
- todaysdate : String
- todaystime : String
- toppane : AnchorPane
- userlabel : Label
- x : double
- y : double
+ addShiftImagdeEffect()
+ getImageShiftTransitions()
+ initialize()
+ populateScreens()
+ rotatePane()
+ setIssueTicketsActions()
+ setTimer()
+ setUpArrays()
+ setUpTiles()
+ shiftImage()
+ transitionImage()
+ viewMovieScreens()
- animate()
- displayTime()
- popNode()
}
}
namespace sample {
class sample.loginController {
- closebtn : JFXButton
- errorlabel : Label
- forgotpassword : Label
- loginbtn : JFXButton
- loginsuccess : boolean
- mainloginpane : AnchorPane
- minimisebtn : JFXButton
- passfield : JFXPasswordField
- progressbar : JFXProgressBar
- stackpane : StackPane
- userfield : JFXTextField
- vanished : boolean
+ initialize()
+ showDialog()
+ staffLogin()
- animateLogin()
- checkUser()
- fieldListners()
- loadHome()
}
}
namespace sample {
class sample.logoutController {
- closebtn : JFXButton
- logoutpane : AnchorPane
- nobtn : JFXButton
- yesbtn : JFXButton
+ handleConfirmation()
+ initialize()
}
}
namespace sample {
class sample.moviesController {
{static} + currentmovie : String
{static} + slotseatNo : int
- SLOT1 : AnchorPane
- SLOT2 : AnchorPane
- SLOT3 : AnchorPane
- SLOT4 : AnchorPane
- addbtn : JFXButton
- allschedulesbtn : JFXButton
- closebtn : JFXButton
- currentslots : int
- detailsbtn : JFXButton
- faded : boolean
- homebtn : JFXButton
- issueticketbtn : JFXButton
- leftpane : AnchorPane
- logoutbtn : JFXButton
- mainmoviespane : AnchorPane
- minimisebtn : JFXButton
- movieduration : Label
- movieimage : ImageView
- movienames : String[]
- moviepane : AnchorPane
- movierating : Label
- movierepeats : Label
- movieticketsold : Label
- movietitle : Label
- searchfield : JFXTextField
- searchicon : JFXButton
- showingall : boolean
- slot1shadow : AnchorPane
- slot2shadow : AnchorPane
- slot3shadow : AnchorPane
- slot4shadow : AnchorPane
- tablepane : AnchorPane
- toppane : AnchorPane
- userlabel : Label
+ animate()
+ fadeEffect()
+ initialize()
+ issueTicket()
+ rollEffect()
+ showAllSchedule()
+ slotsEffect()
+ startSearch()
- animateTable()
- assignPane()
- fadeMovieNodes()
- getCurrentPanes()
- getLocationOnTable()
- getSlotsFadeArray()
- goToAddPage()
- mouseEnteredEffect()
- mouseExitedEffect()
- searchMovie()
- setDefaultMovie()
- setMovie()
- setScreenName()
- setSubPane()
- setTimeName()
- setTimeSlots()
- viewMovieOnWeb()
}
}
namespace sample {
class sample.paymentController {
+ expmonthbox : JFXComboBox
+ expyearbox : JFXComboBox
{static} + reversemethod : boolean
{static} + scene : String
- adultslabel : Label
- backcardbtn : JFXButton
- backcashbtn : JFXButton
- cancelbtn : JFXButton
- cardfield : JFXTextField
- cardimage : ImageView
- cardpayment : AnchorPane
- cashimage : ImageView
- cashpayment : AnchorPane
- changefield : JFXTextField
- childslabel : Label
- closebtn : JFXButton
- cvvfield : JFXTextField
- emailfield : JFXTextField
- errorlabel : Label
- firstnamefield : JFXTextField
- handledpayment : boolean
- hided : boolean
- insidepane : AnchorPane
- lastnamefield : JFXTextField
- mainpane : AnchorPane
- methodpane : AnchorPane
- moneytaken : boolean
- moveto : String
- pencefield : JFXTextField
- placeorderbtn : JFXButton
- poundsfield : JFXTextField
- printing : boolean
- selectedimage : ImageView
- seniorslabel : Label
- stackpane : StackPane
- toppane : AnchorPane
- totalpricelabel : Label
- viplabel : Label
+ animate()
+ cancelOrder()
+ handleButtons()
+ initialize()
- fadeErrorLabel()
- isValidEmailAddress()
- load()
- loadUpData()
- printReceipt()
- processTicketData()
- roll()
- scaleImage()
- setCardpageLogic()
- setErrorLabelLogic()
- setNumericFieldValidation()
- setTextFieldValidation()
- setUpCardPage()
- setUpCashPage()
- showDialog()
- updateChangeField()
- validateCardPage()
- validateCashPage()
}
}
namespace sample {
class sample.seatsController {
{static} + booked : boolean[]
{static} + bookings : boolean[]
- E1 : JFXButton
- E10 : JFXButton
- E2 : JFXButton
- E3 : JFXButton
- E4 : JFXButton
- E5 : JFXButton
- E6 : JFXButton
- E7 : JFXButton
- E8 : JFXButton
- E9 : JFXButton
- F1 : JFXButton
- F10 : JFXButton
- F2 : JFXButton
- F3 : JFXButton
- F4 : JFXButton
- F5 : JFXButton
- F6 : JFXButton
- F7 : JFXButton
- F8 : JFXButton
- F9 : JFXButton
- cancelbtn : JFXButton
- confirmbtn : JFXButton
- limiterror : Label
- mainpane : AnchorPane
- maxseats : int
- movietitle : Label
- numberofseats : int
- seats : JFXButton[]
- seatsselected : Label
- totalprice : Label
- totaltickets : Label
+ handleCancellation()
+ handleConfirmation()
+ initialize()
- initialiseArray()
- popSeat()
- setBookedSeats()
- setUpSeats()
}
}
sample.Main -up-|> javafx.application.Application
sample.checkoutController .up.|> javafx.fxml.Initializable
sample.checkoutController -up-|> sample.CommonMethods
sample.homeController .up.|> javafx.fxml.Initializable
sample.homeController -up-|> sample.CommonMethods
sample.loginController .up.|> javafx.fxml.Initializable
sample.loginController -up-|> sample.CommonMethods
sample.logoutController .up.|> javafx.fxml.Initializable
sample.logoutController -up-|> sample.CommonMethods
sample.moviesController .up.|> javafx.fxml.Initializable
sample.moviesController -up-|> sample.CommonMethods
sample.paymentController .up.|> javafx.fxml.Initializable
sample.paymentController -up-|> sample.CommonMethods
sample.seatsController .up.|> javafx.fxml.Initializable
sample.seatsController -up-|> sample.CommonMethods
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
|
df81f1fa78fd91de6970c72c7d3e0baf296ffc56
|
7ed1eb3994eda47089e1252f4d8f43e77ed22627
|
/docs/diagrams/classdiagrams/StorageClassDiagramv4.puml
|
dcbd9352639349840f6121728964605d3685d4f4
|
[] |
no_license
|
AY2122S1-CS2113T-T10-3/tp
|
2be26f64081fb607109fddfbb1c643296e2c8288
|
6d401075e0f8d996957bd2ff5d04373fb54e8e1e
|
refs/heads/master
| 2023-08-27T11:23:27.308170
| 2021-11-08T13:17:39
| 2021-11-08T13:17:39
| 411,891,809
| 3
| 4
| null | 2021-11-08T13:17:40
| 2021-09-30T02:08:19
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 577
|
puml
|
@startuml
!define DECODEX_COLOR #99D5CA
!define STORAGE_COLOR #99D2F2
skinparam classAttributeIconSize 0
hide circle
Decodex -> "1" Storage
note right of Storage: Only the public methods of Storage \nare shown in this Class Diagram.
class Decodex DECODEX_COLOR {
- initDecodex(): void
+ run(): void
+ {static} main(): void
}
class Storage STORAGE_COLOR {
+ loadRecipesFromDirectory(moduleManager: ModuleManager,\n recipeManager: RecipeManager, ui: Ui): void
+ saveRecipeToFile(recipe: Recipe): void
+ deleteRecipeFile(recipeName: String): void
}
@enduml
|
a2d3c5b8c9aa4798b90252d424bdd595229493a0
|
02a364d6cc772a9bf2e72d02dbecca74ac14d335
|
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Accessors/Remittance/IRemittanceAccessor.puml
|
9c3173b9b9b57b16bd16044b865ba9be503a8f48
|
[
"BSD-3-Clause"
] |
permissive
|
noelmartens/TransitionAcademy
|
4e02379d234aa4859a497ee2846420f4c55b9e12
|
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
|
refs/heads/master
| 2023-06-14T05:25:35.514249
| 2021-07-02T19:40:29
| 2021-07-02T19:40:29
| 362,512,351
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 135
|
puml
|
@startuml
interface IRemittanceAccessor {
SalesTotal() : SellerOrderData[]
}
IServiceContractBase <|-- IRemittanceAccessor
@enduml
|
fa151d4e618563095020a95b0073d50260290958
|
f1f4c3e61b6b3e7e191c769a8fd0b4c6a3cbda3e
|
/test3/class.puml
|
65c8f5d4b01e1f18eeccef6c12142f497dd6b688
|
[] |
no_license
|
sumingshi/is_analysis
|
d9ad1330fd86099c54bbe39c65294f21876d578a
|
8bfa24d54699746474cf6ae21bbc589b486cd2fd
|
refs/heads/master
| 2020-03-07T17:19:44.366312
| 2018-06-06T15:04:30
| 2018-06-06T15:04:30
| 127,608,220
| 0
| 3
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,341
|
puml
|
@startuml
scale 750 width
package bean <<Folder>> #skyblue{
借阅 "1" *- "1" 借阅Id
读者 "1"-- "*" 图书
读者类目 "1" o- "1..*" 读者
图书类图 "1" o- "1..*" 图书
读者 "1"--"*" 罚金
游客 <|-- 读者 : 注册登录
class 图书{
..列举了部分私有属性..
- Integer id;
- Integer bookcat;
- String bookname;
- String isbn;
- String publish;
- Date pubdate;
}
class 借阅Id{
__私有属性__
- Integer bookid;
- Integer readerid;
}
class 罚金{
__私有属性__
- Integer id;
- Integer hourlong;
- Float fine;
}
class 图书类目{
__私有属性__
- Integer id;
- Integer parentid;
- Boolean isparent;
- String name;
__公有方法__
Getter and Setter
}
class 借阅{
__私有属性__
- BorrowId id;
- Integer punishid;
- Boolean isreturn;
- Boolean isrenew;
- Date time;
}
class 读者{
__私有属性__
- Integer id;
- Integer readercat;
- Integer studentno;
- String password;
- String name;
- String sex;
..Getter and Setter..
+ getUsername()
+ getPassword()
+ setUsername()
+ setPassword()
}
class 游客 {
__ public method __
+查询图书()
}
}
@enduml
|
24d54309d841662fcc19ec1639d2114dc2ea6c73
|
b038203821d22f0ae9db9697aaf5b41b9f77a40d
|
/src-gen/serviceSystem_BC_MedicalServiceProvider_MedicalServiceProviderCustomerJourney.puml
|
99f58f7ef745b123045a108e85ce36ab0a5174ce
|
[] |
no_license
|
NormanBaechtold/ServiceSystem
|
5b9ad5f8bf1860154b70f79f0f33d6fe17cac35a
|
ba125d9cb21cec6a894cef3936cce7dcbc21b5c9
|
refs/heads/master
| 2023-08-20T23:35:47.215567
| 2021-10-06T09:08:54
| 2021-10-06T09:08:54
| 394,977,218
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,778
|
puml
|
@startuml
skinparam componentStyle uml2
package "'MedicalServiceProviderCustomerJourney' Aggregate" <<Rectangle>> {
class MedicalServiceProviderServiceForServiceExchange <<(A,#fffab8) Aggregate Root>> {
String valueExperience
MedicalServiceProviderContext engagementPreferences
MedicalServiceProviderValueExpectation expecations
MedicalServiceProviderResourceIntegration healthData
MedicalServiceProviderResourceExchange externalData
void personalResourceIntegration()
void externalResourceConsumption()
void valueCocreation()
}
class MedicalServiceProviderResourceIntegration <<(V,DarkSeaGreen) Value Object>> {
String locationData
String patientPersonalData
String patientHealthData
String patientTestResults
MedicalServiceProviderEngagementDesign customerJourney
void provideHealthData()
}
class MedicalServiceProviderEngagementDesign <<(E,DarkSeaGreen) Entity>> {
String existingTestProcedures
String existingDataDistributionPatterns
MedicalServiceProviderResourceIntegration integrateResources()
MedicalServiceProviderResourceExchange enableResourceExchange()
}
class MedicalServiceProviderResourceExchange <<(E,DarkSeaGreen) Entity>> {
String patientPersonalData
String regulatoryData
MedicalServiceProviderEngagementDesign externalResourceAccess
void integrateExternalResources()
}
}
MedicalServiceProviderServiceForServiceExchange --> MedicalServiceProviderResourceIntegration : healthData
MedicalServiceProviderServiceForServiceExchange --> MedicalServiceProviderResourceExchange : externalData
MedicalServiceProviderResourceIntegration --> MedicalServiceProviderEngagementDesign : customerJourney
MedicalServiceProviderResourceExchange --> MedicalServiceProviderEngagementDesign : externalResourceAccess
@enduml
|
68441935af4827851bf5682c02145ad7045e3444
|
844665d08d1be5dacc41d8495725d881c68dba71
|
/Conferencias/Conferencia 5_ Patrones de Diseño en la Programación Modular/MultiModuleApp/null_entity/class-diagram.puml
|
20d6018f669ae9503beb12f3e51d176537c47d63
|
[
"MIT"
] |
permissive
|
alexescalonafernandez/curso-patrones-diseno
|
ec1cf0a993707d78c294208e04604a3a0ffd164e
|
f586e27791e1281087df6cc137da87f407179e65
|
refs/heads/master
| 2021-01-25T13:35:26.659206
| 2018-03-02T20:18:06
| 2018-03-02T20:18:06
| 123,588,331
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,493
|
puml
|
@startuml
@startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam packageFontSize 18
skinparam classStereotypeFontSize 18
skinparam titleFontColor #5cb85c
'Title Module null_entity
class NullPerson extends cu.datys.entity.Person implements cu.datys.null_object.spi.NullObject{
+ boolean isNull()
+ String getName()
}
class NullPersonFactory #FEFF99 implements cu.datys.null_object.spi.NullObjectFactory{
+ boolean accept(Class nulleable)
+ NullObject create()
}
NullPersonFactory --> NullPerson: create
note bottom of NullPersonFactory
added for lookup support in
resources/META-INF/
services/cu.datys.null_object
.spi.NullObjectFactory file
end note
namespace cu.datys.null_object.spi{
interface NullObject {
+ default boolean isNull()
}
interface NullObjectFactory {
+ boolean accept(Class nullable)
+ NullObject create()
}
NullObjectFactory -> NullObject: create
}
namespace cu.datys.entity{
interface IPerson extends cu.datys.null_object.spi.NullObject{
+ Integer getId()
+ void setId(Integer id)
+ String getName()
+ void setName(String name)
+ Integer getAge()
+ void setAge(Integer age)
}
class Person<<@Entity>>{
- Integer id
- String name
- Integer age
}
Person .|> IPerson
}
@enduml
|
d062dd003fb2066bab9e9a5e04981648d6f0bb0d
|
c820e60d1bba50bc3bc43151c2c9d773fe0fc2bd
|
/DesignClassDiagram.plantuml
|
e0d47a00bfb5610d2e5c0432ebe20c6bd8d2915e
|
[] |
no_license
|
lukemcneil/csse374-project
|
3e8282053b53bbf3348f08d5edf1b2365a80a2c2
|
a2a49bb0c1665bc569036ffa50693c8c4318d3ac
|
refs/heads/master
| 2023-03-03T18:46:58.921749
| 2021-02-11T13:19:07
| 2021-02-11T13:19:07
| 331,111,064
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,371
|
plantuml
|
@startuml
page 2x1
package domain {
class Coffee {
{field} name : String
{field} customizations : String[]
{method} String getName()
{method} int getSize()
{method} String[] getCustomizations()
{method} String toString()
}
class Machine {
{field} machineID : int
{field} location : String
{field} description : String
{field} waitTime : int
{method} void make(Coffee coffee)
{method} int getMachineID()
{method} MachineType getType()
{method} String getLocation()
{method} String getDescription()
}
enum MachineType {
BASIC
AUTOMATED
PROGRAMMABLE
}
enum Size {
SMALL
MEDIUM
LARGE
}
class CPS {
{method} void receiveOrder(String coffeeName, Size size, String strategy)
{method} ...
}
class Controller {
}
interface IncomingOrderObserver {
{method} void receiveOrder(String coffeeName, Size size, String strategy)
}
package machine_allocation_strategy {
class MachineAllocationController {
{method} MachineAllocationStrategy getStrategy(String strategy)
{method} void registerAllocationStrategy(MachineAllocationStrategy strategy)
{method} ArrayList<MachineAllocationStrategy> getStrategies()
}
interface MachineAllocationStrategy {
{method} Machine selectMachine(Coffee coffee)
{method} void strategyMatchesInput(String strategy)
{method} String getName()
}
class NearestStrategy {
{method} ...
}
class HighestRatedStrategy {
{method} ...
}
class LeastWaitStrategy {
{method} ...
}
class RandomStrategy {
{method} ...
}
}
}
package presentation {
class MockApp {
{method} void run()
}
}
package data {
class DatabaseService {
{field} connection : Connection
{method} void start()
{method} void close()
{method} ArrayList<Coffee> getAllCoffees()
{method} ArrayList<Coffee> getAllMachines()
}
class IncomingOrderService {
{field} connection : Connection
{method} void registerObserver(IncomingOrderObserver observer)
{method} void removeObserver(IncomingOrderObserver observer)
{method} int placeOrder(String coffeeName, String sizeStr, String strategy) getAllCoffees()
}
class MachineOrderService {
}
class MachineStatusService {
{method} void receiveStatusUpdate(int machineID, String message)
}
class OrderFlowInformationService {
{method} ArrayList<String> getBasicMenu()
{method} ArrayList<String> getBasicStrategyList()
}
}
Coffee --> "1" Size : size
MachineAllocationController --> "1" MachineAllocationStrategy : defaultStrategy
MachineAllocationController --> "*" MachineAllocationStrategy : strategies
Machine --> "1" MachineType : type
IncomingOrderService --> "*" IncomingOrderObserver : observers
MockApp --> "1" IncomingOrderService : orderService
MockApp --> "1" OrderFlowInformationService : infoService
CPS ..|> IncomingOrderObserver
NearestStrategy ..|> MachineAllocationStrategy
HighestRatedStrategy ..|> MachineAllocationStrategy
LeastWaitStrategy ..|> MachineAllocationStrategy
RandomStrategy ..|> MachineAllocationStrategy
@enduml
|
8213d5b651ef11973fad2f7e539a0c1f51d58b91
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/OrderUpdateAction.puml
|
1b04bad2699548b76ba6d0178b108bb19aca1bbc
|
[] |
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
| 18,133
|
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 OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
interface OrderAddDeliveryAction [[OrderAddDeliveryAction.svg]] {
action: String
deliveryKey: String
shippingKey: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
address: [[BaseAddress.svg BaseAddress]]
parcels: [[ParcelDraft.svg List<ParcelDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface OrderAddItemShippingAddressAction [[OrderAddItemShippingAddressAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface OrderAddParcelToDeliveryAction [[OrderAddParcelToDeliveryAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
parcelKey: String
measurements: [[ParcelMeasurements.svg ParcelMeasurements]]
trackingData: [[TrackingData.svg TrackingData]]
items: [[DeliveryItem.svg List<DeliveryItem>]]
}
interface OrderAddPaymentAction [[OrderAddPaymentAction.svg]] {
action: String
payment: [[PaymentResourceIdentifier.svg PaymentResourceIdentifier]]
}
interface OrderAddReturnInfoAction [[OrderAddReturnInfoAction.svg]] {
action: String
returnTrackingId: String
items: [[ReturnItemDraft.svg List<ReturnItemDraft>]]
returnDate: DateTime
}
interface OrderChangeOrderStateAction [[OrderChangeOrderStateAction.svg]] {
action: String
orderState: [[OrderState.svg OrderState]]
}
interface OrderChangePaymentStateAction [[OrderChangePaymentStateAction.svg]] {
action: String
paymentState: [[PaymentState.svg PaymentState]]
}
interface OrderChangeShipmentStateAction [[OrderChangeShipmentStateAction.svg]] {
action: String
shipmentState: [[ShipmentState.svg ShipmentState]]
}
interface OrderImportCustomLineItemStateAction [[OrderImportCustomLineItemStateAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
state: [[ItemState.svg List<ItemState>]]
}
interface OrderImportLineItemStateAction [[OrderImportLineItemStateAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
state: [[ItemState.svg List<ItemState>]]
}
interface OrderRemoveDeliveryAction [[OrderRemoveDeliveryAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
}
interface OrderRemoveItemShippingAddressAction [[OrderRemoveItemShippingAddressAction.svg]] {
action: String
addressKey: String
}
interface OrderRemoveParcelFromDeliveryAction [[OrderRemoveParcelFromDeliveryAction.svg]] {
action: String
parcelId: String
parcelKey: String
}
interface OrderRemovePaymentAction [[OrderRemovePaymentAction.svg]] {
action: String
payment: [[PaymentResourceIdentifier.svg PaymentResourceIdentifier]]
}
interface OrderSetBillingAddressAction [[OrderSetBillingAddressAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface OrderSetBillingAddressCustomFieldAction [[OrderSetBillingAddressCustomFieldAction.svg]] {
action: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetBillingAddressCustomTypeAction [[OrderSetBillingAddressCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetCustomFieldAction [[OrderSetCustomFieldAction.svg]] {
action: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetCustomLineItemCustomFieldAction [[OrderSetCustomLineItemCustomFieldAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetCustomLineItemCustomTypeAction [[OrderSetCustomLineItemCustomTypeAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetCustomLineItemShippingDetailsAction [[OrderSetCustomLineItemShippingDetailsAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
}
interface OrderSetCustomTypeAction [[OrderSetCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetCustomerEmailAction [[OrderSetCustomerEmailAction.svg]] {
action: String
email: String
}
interface OrderSetCustomerIdAction [[OrderSetCustomerIdAction.svg]] {
action: String
customerId: String
}
interface OrderSetDeliveryAddressAction [[OrderSetDeliveryAddressAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
address: [[BaseAddress.svg BaseAddress]]
}
interface OrderSetDeliveryAddressCustomFieldAction [[OrderSetDeliveryAddressCustomFieldAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetDeliveryAddressCustomTypeAction [[OrderSetDeliveryAddressCustomTypeAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetDeliveryCustomFieldAction [[OrderSetDeliveryCustomFieldAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetDeliveryCustomTypeAction [[OrderSetDeliveryCustomTypeAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetDeliveryItemsAction [[OrderSetDeliveryItemsAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
}
interface OrderSetItemShippingAddressCustomFieldAction [[OrderSetItemShippingAddressCustomFieldAction.svg]] {
action: String
addressKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetItemShippingAddressCustomTypeAction [[OrderSetItemShippingAddressCustomTypeAction.svg]] {
action: String
addressKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetLineItemCustomFieldAction [[OrderSetLineItemCustomFieldAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetLineItemCustomTypeAction [[OrderSetLineItemCustomTypeAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetLineItemShippingDetailsAction [[OrderSetLineItemShippingDetailsAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
}
interface OrderSetLocaleAction [[OrderSetLocaleAction.svg]] {
action: String
locale: String
}
interface OrderSetOrderNumberAction [[OrderSetOrderNumberAction.svg]] {
action: String
orderNumber: String
}
interface OrderSetParcelCustomFieldAction [[OrderSetParcelCustomFieldAction.svg]] {
action: String
parcelId: String
parcelKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetParcelCustomTypeAction [[OrderSetParcelCustomTypeAction.svg]] {
action: String
parcelId: String
parcelKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetParcelItemsAction [[OrderSetParcelItemsAction.svg]] {
action: String
parcelId: String
parcelKey: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
}
interface OrderSetParcelMeasurementsAction [[OrderSetParcelMeasurementsAction.svg]] {
action: String
parcelId: String
parcelKey: String
measurements: [[ParcelMeasurements.svg ParcelMeasurements]]
}
interface OrderSetParcelTrackingDataAction [[OrderSetParcelTrackingDataAction.svg]] {
action: String
parcelId: String
parcelKey: String
trackingData: [[TrackingData.svg TrackingData]]
}
interface OrderSetPurchaseOrderNumberAction [[OrderSetPurchaseOrderNumberAction.svg]] {
action: String
purchaseOrderNumber: String
}
interface OrderSetReturnInfoAction [[OrderSetReturnInfoAction.svg]] {
action: String
items: [[ReturnInfoDraft.svg List<ReturnInfoDraft>]]
}
interface OrderSetReturnItemCustomFieldAction [[OrderSetReturnItemCustomFieldAction.svg]] {
action: String
returnItemId: String
returnItemKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetReturnItemCustomTypeAction [[OrderSetReturnItemCustomTypeAction.svg]] {
action: String
returnItemId: String
returnItemKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetReturnPaymentStateAction [[OrderSetReturnPaymentStateAction.svg]] {
action: String
returnItemId: String
returnItemKey: String
paymentState: [[ReturnPaymentState.svg ReturnPaymentState]]
}
interface OrderSetReturnShipmentStateAction [[OrderSetReturnShipmentStateAction.svg]] {
action: String
returnItemId: String
returnItemKey: String
shipmentState: [[ReturnShipmentState.svg ReturnShipmentState]]
}
interface OrderSetShippingAddressAction [[OrderSetShippingAddressAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface OrderSetShippingAddressCustomFieldAction [[OrderSetShippingAddressCustomFieldAction.svg]] {
action: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetShippingAddressCustomTypeAction [[OrderSetShippingAddressCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetStoreAction [[OrderSetStoreAction.svg]] {
action: String
store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]]
}
interface OrderTransitionCustomLineItemStateAction [[OrderTransitionCustomLineItemStateAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
quantity: Long
fromState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
toState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
actualTransitionDate: DateTime
}
interface OrderTransitionLineItemStateAction [[OrderTransitionLineItemStateAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
quantity: Long
fromState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
toState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
actualTransitionDate: DateTime
}
interface OrderTransitionStateAction [[OrderTransitionStateAction.svg]] {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
interface OrderUpdateItemShippingAddressAction [[OrderUpdateItemShippingAddressAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface OrderUpdateSyncInfoAction [[OrderUpdateSyncInfoAction.svg]] {
action: String
externalId: String
channel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]]
syncedAt: DateTime
}
interface OrderUpdate [[OrderUpdate.svg]] {
version: Long
actions: [[OrderUpdateAction.svg List<OrderUpdateAction>]]
}
OrderUpdateAction --> OrderAddDeliveryAction #blue;text:blue : "action : addDelivery"
OrderUpdateAction --> OrderAddItemShippingAddressAction #blue;text:blue : "action : addItemShippingAddress"
OrderUpdateAction --> OrderAddParcelToDeliveryAction #blue;text:blue : "action : addParcelToDelivery"
OrderUpdateAction --> OrderAddPaymentAction #blue;text:blue : "action : addPayment"
OrderUpdateAction --> OrderAddReturnInfoAction #blue;text:blue : "action : addReturnInfo"
OrderUpdateAction --> OrderChangeOrderStateAction #blue;text:blue : "action : changeOrderState"
OrderUpdateAction --> OrderChangePaymentStateAction #blue;text:blue : "action : changePaymentState"
OrderUpdateAction --> OrderChangeShipmentStateAction #blue;text:blue : "action : changeShipmentState"
OrderUpdateAction --> OrderImportCustomLineItemStateAction #blue;text:blue : "action : importCustomLineItemState"
OrderUpdateAction --> OrderImportLineItemStateAction #blue;text:blue : "action : importLineItemState"
OrderUpdateAction --> OrderRemoveDeliveryAction #blue;text:blue : "action : removeDelivery"
OrderUpdateAction --> OrderRemoveItemShippingAddressAction #blue;text:blue : "action : removeItemShippingAddress"
OrderUpdateAction --> OrderRemoveParcelFromDeliveryAction #blue;text:blue : "action : removeParcelFromDelivery"
OrderUpdateAction --> OrderRemovePaymentAction #blue;text:blue : "action : removePayment"
OrderUpdateAction --> OrderSetBillingAddressAction #blue;text:blue : "action : setBillingAddress"
OrderUpdateAction --> OrderSetBillingAddressCustomFieldAction #blue;text:blue : "action : setBillingAddressCustomField"
OrderUpdateAction --> OrderSetBillingAddressCustomTypeAction #blue;text:blue : "action : setBillingAddressCustomType"
OrderUpdateAction --> OrderSetCustomFieldAction #blue;text:blue : "action : setCustomField"
OrderUpdateAction --> OrderSetCustomLineItemCustomFieldAction #blue;text:blue : "action : setCustomLineItemCustomField"
OrderUpdateAction --> OrderSetCustomLineItemCustomTypeAction #blue;text:blue : "action : setCustomLineItemCustomType"
OrderUpdateAction --> OrderSetCustomLineItemShippingDetailsAction #blue;text:blue : "action : setCustomLineItemShippingDetails"
OrderUpdateAction --> OrderSetCustomTypeAction #blue;text:blue : "action : setCustomType"
OrderUpdateAction --> OrderSetCustomerEmailAction #blue;text:blue : "action : setCustomerEmail"
OrderUpdateAction --> OrderSetCustomerIdAction #blue;text:blue : "action : setCustomerId"
OrderUpdateAction --> OrderSetDeliveryAddressAction #blue;text:blue : "action : setDeliveryAddress"
OrderUpdateAction --> OrderSetDeliveryAddressCustomFieldAction #blue;text:blue : "action : setDeliveryAddressCustomField"
OrderUpdateAction --> OrderSetDeliveryAddressCustomTypeAction #blue;text:blue : "action : setDeliveryAddressCustomType"
OrderUpdateAction --> OrderSetDeliveryCustomFieldAction #blue;text:blue : "action : setDeliveryCustomField"
OrderUpdateAction --> OrderSetDeliveryCustomTypeAction #blue;text:blue : "action : setDeliveryCustomType"
OrderUpdateAction --> OrderSetDeliveryItemsAction #blue;text:blue : "action : setDeliveryItems"
OrderUpdateAction --> OrderSetItemShippingAddressCustomFieldAction #blue;text:blue : "action : setItemShippingAddressCustomField"
OrderUpdateAction --> OrderSetItemShippingAddressCustomTypeAction #blue;text:blue : "action : setItemShippingAddressCustomType"
OrderUpdateAction --> OrderSetLineItemCustomFieldAction #blue;text:blue : "action : setLineItemCustomField"
OrderUpdateAction --> OrderSetLineItemCustomTypeAction #blue;text:blue : "action : setLineItemCustomType"
OrderUpdateAction --> OrderSetLineItemShippingDetailsAction #blue;text:blue : "action : setLineItemShippingDetails"
OrderUpdateAction --> OrderSetLocaleAction #blue;text:blue : "action : setLocale"
OrderUpdateAction --> OrderSetOrderNumberAction #blue;text:blue : "action : setOrderNumber"
OrderUpdateAction --> OrderSetParcelCustomFieldAction #blue;text:blue : "action : setParcelCustomField"
OrderUpdateAction --> OrderSetParcelCustomTypeAction #blue;text:blue : "action : setParcelCustomType"
OrderUpdateAction --> OrderSetParcelItemsAction #blue;text:blue : "action : setParcelItems"
OrderUpdateAction --> OrderSetParcelMeasurementsAction #blue;text:blue : "action : setParcelMeasurements"
OrderUpdateAction --> OrderSetParcelTrackingDataAction #blue;text:blue : "action : setParcelTrackingData"
OrderUpdateAction --> OrderSetPurchaseOrderNumberAction #blue;text:blue : "action : setPurchaseOrderNumber"
OrderUpdateAction --> OrderSetReturnInfoAction #blue;text:blue : "action : setReturnInfo"
OrderUpdateAction --> OrderSetReturnItemCustomFieldAction #blue;text:blue : "action : setReturnItemCustomField"
OrderUpdateAction --> OrderSetReturnItemCustomTypeAction #blue;text:blue : "action : setReturnItemCustomType"
OrderUpdateAction --> OrderSetReturnPaymentStateAction #blue;text:blue : "action : setReturnPaymentState"
OrderUpdateAction --> OrderSetReturnShipmentStateAction #blue;text:blue : "action : setReturnShipmentState"
OrderUpdateAction --> OrderSetShippingAddressAction #blue;text:blue : "action : setShippingAddress"
OrderUpdateAction --> OrderSetShippingAddressCustomFieldAction #blue;text:blue : "action : setShippingAddressCustomField"
OrderUpdateAction --> OrderSetShippingAddressCustomTypeAction #blue;text:blue : "action : setShippingAddressCustomType"
OrderUpdateAction --> OrderSetStoreAction #blue;text:blue : "action : setStore"
OrderUpdateAction --> OrderTransitionCustomLineItemStateAction #blue;text:blue : "action : transitionCustomLineItemState"
OrderUpdateAction --> OrderTransitionLineItemStateAction #blue;text:blue : "action : transitionLineItemState"
OrderUpdateAction --> OrderTransitionStateAction #blue;text:blue : "action : transitionState"
OrderUpdateAction --> OrderUpdateItemShippingAddressAction #blue;text:blue : "action : updateItemShippingAddress"
OrderUpdateAction --> OrderUpdateSyncInfoAction #blue;text:blue : "action : updateSyncInfo"
OrderUpdateAction --> OrderUpdate #green;text:green : "actions"
@enduml
|
4d0d3d5ee9a16d50992973565922e7a1c427cdb4
|
2fa402e00effa96db30c17aa45a97f361f40dcd0
|
/Diagramas/diagramaClases.puml
|
26fc8a8990e3dc85199d563c4ddcdf5be0792556
|
[
"MIT"
] |
permissive
|
julia-valdo/Algoritmos-3.TP2
|
9d497a25322b464045fe57484487f1ce7c15b94c
|
65f4b5f8f8371b89589be2629194fc6d22c853b7
|
refs/heads/master
| 2023-07-03T02:44:33.910119
| 2021-08-09T17:20:06
| 2021-08-09T17:20:06
| 381,795,609
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 7,850
|
puml
|
@startuml
class Batalla{
- perdidaAtacante:int
- perdidaDefensor:int
- resultadoDadoAtacante:ArrayList<Integer>
- resultadoDadoDefensor:ArrayList<Integer>
- compararResultado(ArrayList<Integer> resultadoDadoAtacante,ArrayList<Integer> resultadoDadoDefensor):void
- tirarDado(int cantidadDeTiros):ArrayList<Integer>
- tirarDadoAtacante(int numeroFichasAtacante):void
- tirarDadoDefensor(int numeroFichasDefensor):void
+ atacar(Ejercitos ejercitoAtacante,Ejercitos ejercitoDefensor):void
}
class Dado{
- maximasTiradas:int
- cantidadNumerosDado:int
+ tirarDado(int cantidad):ArrayList<Integer>
}
class Ejercitos{
- comandante:Jugador
~ condicionActual:EstadoEjercitos
~ avisarOcupacionExitosa(Pais unPais):Ejercitos
- retirarse():void
- confirmarNuevaDivisionDe(int numeroFuerzas):Ejercitos
- fueDerrotado():boolean
+ generarDivision(int cantidad):Ejercitos
+ restarEjercitos(int cantidad):void
+ sonAliadosDe(Ejercitos ejercitos):boolean
+ getCantidadEjercitos():int
+ agregarEjercitos(int cantidad):void
+ agregarDivision(Ejercitos nuevaDivision):void
+ equals(Object otroObjeto):boolean
+ moverEjercitoACon(Ejercitos otroEjercito,int cantidad):void
}
class EjercitosNulos{
+ disputarDominioDe(Pais unPais,Ejercitos otrosEjercitos):Ejercitos
}
interface EstadoEjercitos{
+ evaluarFuerzasRestantes():EstadoEjercitos
+ getCantidadFuerzas():int
+ agregarFuerzas(int numeroDeFuerzas):EstadoEjercitos
+ restarFuerzas(int numeroFuerzas):EstadoEjercitos
+ estanDerrotados():boolean
}
class Pais{
- ejercitos:Ejercitos
- nombreDelPais:String
- paisesConectados:ArrayList<Pais>
- esDelMismoEquipo(Pais otroPais):boolean
- esLimitrofe(Pais otroPais):boolean
+ recibirTropas(Ejercitos otrosEjercitos):void
+ getNombreDelPais():String
+ getCantidadDeEjercitos():int
+ agregarPaisConectado(Pais unPais):void
+ agregarEjercito(int cantidadDeEjercitos):void
+ atacarA(Pais otroPais):void
+ moverEjercitoA(Pais otroPais,int cantidad):void
}
Batalla ..> Dado
Batalla ..> Ejercitos
Ejercitos <|-- EjercitosNulos
Pais --> Ejercitos
EstadoEjercitos <- Ejercitos
interface Canjes{
+ realizarCanje():int
}
class Carta{
- pais:Pais
- simbolo:String
- mazo:Mazo
- estadoCarta:EstadoDeActivacion
- sonTresIguales(Carta segundaCarta,Carta terceraCarta):boolean
- sonTresDistintas(Carta segundaCarta,Carta terceraCarta):boolean
- sonDelMismoTipo(Carta otraCarta):boolean
- noSonDelMismoTipo(Carta otraCarta):boolean
+ getSimbolo():String
+ esValidoElCanje(Carta segundaCarta,Carta terceraCarta):boolean
+ getPais():Pais
+ activarse():void
+ devolverAlMazo():void
+ asociarAlMazo(Mazo unMazo):void
}
interface EstadoDeActivacion{
+ activarseEn(unPais:Pais):EstadoDeActivacion
}
class Mazo{
- cartas:ArrayList<Carta>
- asociarmeLasCartas(ArrayList<>cartas):void
- sePuedeRepartirCarta():void
- tengoCartasRestantes():boolean
- retirarPrimera():Carta
+ repartirCarta(Jugador unJugador):void
+ vuelveAlMazo(Carta carta):void
+ quedanCartas():boolean
+ repartirCarta(ManoDeCartas manoDeCartas):void
}
class ManoDeCartas{
- cartas:ArrayList<Carta>
- cantidadDeCanjesHechos:Canjes
- puedePedirCarta:Habilitado
- tengo(Carta unaCarta):boolean
- tengoLasCartas(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):boolean
- finalizarCanje(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):void
- realizarCanje(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):int
- confirmarCanje():int
+ recibirCarta(Carta unaCarta):void
+ canjearCartas(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):int
+ activarCarta(Carta unaCarta):void
+ pedirCarta(InventarioDeJuego inventario):void
+ ocupePais():void
}
interface Habilitado{
+ pedirCarta(ManoDeCartas mano,InventarioDeJuego mazo):Habilitado
+ ocupePais():Habilitado
}
Mazo --> Carta
Carta <-- ManoDeCartas
ManoDeCartas -> Habilitado
Canjes <- ManoDeCartas
EstadoDeActivacion <- Carta
class FaseDeRonda{
+ aplicarAccionesDeFase(Jugador jugador,InventarioDeJuego inventario):void
+ accionJugador(Jugador jugador, InventarioDeJuego inventarioDeJuego,SeleccionJugador seleccion):boolean
+ cambiarFase():FaseDeRonda
}
class InventarioDeJuego{
- mazoDeCartas:Mazo
- continentes:ArrayList<Continente>
+ ejercitosPorContinentesConquistados(ArrayList<Pais>paisesOcupados):int
+ repartirCarta(Jugador jugador1):void
+ quedanCartas():boolean
+ repartirCarta(ManoDeCartas mano):void
}
class InventarioDeJugador{
- mano:ManoDeCartas
- fichasDisponibles:int
- DuenoDelCuartel:Jugador
+ recibirCarta(Carta unaCarta):void
+ canjearCartas(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):void
+ generarDivision(int cantidadFuerzas):Ejercitos
+ agregarEjercitos(int cantidadFichas):void
+ agregarFichasA(int numeroDeFichas,Pais unPais):void
+ activarCarta(Carta unaCarta):void
+ pedirCarta(InventarioDeJuego inventario):void
+ ocupePais():void
}
class Juego{
- turnoActual:Integer
- turnoJugadores:HashMap<Integer,Jugador>
- fase:FaseDeRonda
- parser:Parser
- inventario:InventarioDeJuego
- crearJugadores(int cantidadDeJugadores):void
- establecerTurnos(ArrayList<Jugador> jugadores):void
- avanzarTurno():void
- repartirPaises():void
- esElUltimoJugador(Jugador jugador):boolean
- generarInventario():void
+ iniciarJuego():void
+ obtenerOrder():ArrayList<Integer>
+ obtenerSiguiente():Jugador
+ seleccionDeJugador(Jugador jugador,SeleccionJugador seleccion):void
}
class Jugador{
- numeroDeJugador:int
- paisesOcupados:ArrayList<Pais>
- inventarioDeJugador:InventarioDeJugador
- derrotado:boolean
- verificarOcupacion(Pais otroPais):void
- puedoCanjearLaCarta(Carta unaCarta):boolean
+ ocupa(Pais unPais):void
+ perdisteA(Pais unPais):void
+ ocupasteA(Pais unPais):void
+ atacarPaisDesdeA(Pais unPais,Pais otroPais):void
+ cantidadDeEjercitosAColocar(InventarioDeJuego inventarioDeJuego):int
+ agregarFichasA(int numeroDeFichas,Pais unPais):void
+ recibirCarta(Carta unaCarta):void
+ canjearCartas(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):void
+ canjearCarta(Carta unaCarta):void
+ getPaisesOcupados():ArrayList<Pais>
+ fueDerrotado():boolean
+ moverFichasDeACon(Pais unPais,Pais otroPais,int cantidad):void
+ getNumeroJugador():Integer
+ pedirCarta(InventarioDeJuego inventario):void
}
Juego --> InventarioDeJuego
Jugador "2..6"<-- Juego
Jugador --> InventarioDeJugador
class Continente{
- nombre:String
- paises:ArrayList<Pais>
- cantidadDeFichasPorContinente:int
+ agregarPais(Pais pais):void
+ cantidadPaisesQueMeConforman():int
+ getNombre():String
+ fueConquistado(ArrayList<Pais> paises):boolean
+ getCantidadDeFichasPorContinente():int
+ pertenece(Pais pais):boolean
}
class Objetivo{
+ objetivoCumplido(ArrayList<Pais> paises):boolean
}
Continente <-- Objetivo
class Constructor{
- paisYCarta:ConstructorPaisYCarta
- continente ConstructorContinente
- objetivos ConstructorObjetivos
+ construirPaisesYCartas(HashMap<String,String> cartaPais,HashMap<String,String> fronteras):void
+ construirContinente(HashMap<String,String> continente):void
+ contruirObjetivos(HashMap<String,ArrayList<String>> objetivos):void
+ getPaises():HashMap<String,Pais>
+ getCartas():ArrayList<Carta>
+ getContinente():HashMap<String,Continente>
+ getObjetivos():HashMap<String,ArrayList<Objetivo>>
}
class Parser{
- parser ParserTipo
- objetos Constructor
+ parsearArchivo(String path):void
+ construirObjetos():void
+ getPaises():HashMap<String,Pais>
+ getCartas():ArrayList<Carta>
+ getContinente():HashMap<String,Continente>
+ getObjetivos():HashMap<String,ArrayList<Objetivo>>
}
interface ParserTipo{
+ parsearArchivo(String path):void
+ getContinente():HashMap<String,Continente>
+ getFronteras():HashMap<String,String>
+ getPaisesConSimbolos():HashMap<String,String>
+ getObjetivos():HashMap<String,ArrayList<String>>
}
Parser --> Constructor
ParserTipo <- Parser
Carta ---> Pais
Continente <-- ParserTipo
Pais <--- ParserTipo
Pais <--- Jugador
Pais <--- Continente
@enduml
|
0ab9568bef8b85e9378873ff8dd02b581f07b416
|
b1ea040466bbbf2c3394e5042b6c035071bbe955
|
/src/main/java/at/fhj/msd/swdesign/singleton/singelton.puml
|
7e871cd67412a2e5d93412f2d0265ff92e5b28e0
|
[] |
no_license
|
elmarkrainz/msd18-swdesign-despat
|
4cf7c02143dd96d4c0fb77384e12d4f191fa4d70
|
9f4c752722156b4007530acd6a6ea0e363f772d0
|
refs/heads/master
| 2020-09-12T02:54:36.498106
| 2020-01-13T07:40:08
| 2020-01-13T07:40:08
| 222,278,095
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 235
|
puml
|
@startuml
title Singleton Pattern
skinparam classAttributeIconSize 0
class Singleton{
- {static} uniqueInstance : Singleton
- Singleton()
+ {static} getInstance() : Singleton
}
Singleton --> Singleton
Client -> Singleton
@enduml
|
aeeb76117a4413875407c99663ffa91a4c84861c
|
14af8ad7c7bee9aa4fe0eb861ffef248cb89a6e7
|
/Scenarios/1.4. Classes.puml
|
0402298cc21ff245bc77b3a8ad5168d295086c35
|
[] |
no_license
|
ciskos/IC-ADSC-TD
|
fd7edd6bba13f040492a13f8b89c595a1614b3d7
|
1b6d487f8ceff067cdff328155fd893eedd1d63c
|
refs/heads/master
| 2022-02-10T20:14:37.782598
| 2019-02-16T19:11:55
| 2019-02-16T19:11:55
| 148,051,731
| 0
| 0
| null | 2018-09-09T18:00:44
| 2018-09-09T18:00:44
| null |
UTF-8
|
PlantUML
| false
| false
| 1,012
|
puml
|
@startuml
class ВУЗ {
Название
Адрес
Телефон
--
добавитьСтудента();
отчислитьСтудента();
списокСтудентов();
}
class Факультет {
Название
--
добавитьПреподавателя();
списокПреподавателей();
}
class Преподаватель {
Имя
--
узнатьИмя();
вестиЛекцию();
}
class Курс {
Название
Идентификатор
}
class Студент {
Имя
Идентификатор
}
ВУЗ "1" o-right- " 1..n" Факультет : Состоит из >
Студент -down-o "1..n" ВУЗ : Обучается в >
Студент "0..n" -right- "0..n" Курс : Посещает >
Преподаватель "1..n" -left- "0..n" Курс : Читает <
Факультет "0..1" -- "\n\nдекан\n0..1" Преподаватель
Факультет "1..n" o-- "1..n" Преподаватель : Работает\n <
@enduml
|
9782663d7eb8fa1c4f1a3281ed17c3df938a5a5c
|
128294c37a76536f8f45fbdaac54dd6f42a4b7f4
|
/app/src/main/java/br/com/mimoapp/mimo/project/ferabela_class.puml
|
afc9c10950b8b1bfce766969e3088bcc38985736
|
[] |
no_license
|
RAR90/Mimo
|
bea221f263fe6a2ec45e8ec48d4ec28a3ebc21a8
|
82bbe759bd99af28c784263dab79a860a583e4e6
|
refs/heads/master
| 2020-08-07T13:18:04.431248
| 2019-10-07T19:31:07
| 2019-10-07T19:31:07
| 213,465,838
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 190
|
puml
|
@startuml
class User {
id
FcmToken
name
phone
getters();
setters();
}
class Service {
id;
name;
description;
getters();
setters();
}
@enduml
|
b6bebbf38701c8aa2fb41dcaff2b203d5f933046
|
39facdc394dc36074cf96e954397d368c7a56d0c
|
/doc/classdiagram.puml
|
288a96e1972770cfd4cfb0ef423a415d458270f7
|
[] |
no_license
|
dkontorovskyy/polaris-backend
|
b0cf681cbb10f313c928264212e3611c4d4d3081
|
ce30cff81f4dfc85b267fa60bda688dedb168eec
|
refs/heads/master
| 2022-11-23T14:18:11.216552
| 2019-10-29T22:01:54
| 2019-10-29T22:01:54
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,435
|
puml
|
@startuml
skinparam monochrome true
hide empty methods
hide empty fields
class Manager
class Module {
id
endpoint
client: OPCUAClient
}
class Service {
name: string
parameters: ServiceParameter[]
}
class ProcessValue
class Strategy
package recipe {
class Operation
class Parameter
class Player
class Recipe {
name
initial_step: Step
}
class RecipeRun
class Condition{
{static} create()
{abstract} listen()
{abstract} clear()
json()
}
'class NotCondition
'class AndCondition
'class OrCondition
'class StateCondition
'class VariableCondition
'class TimeCondition {
' duration
'}
class Step
class Transition
}
'NotCondition --|> Condition
'AndCondition --|> Condition
'OrCondition --|> Condition
'TimeCondition --|> Condition
'VariableCondition --|> Condition
'StateCondition --|> Condition
RecipeRun --> Recipe
Player o-- Recipe : playlist
Manager "1" o-- "*" Module
Manager "1" o-- "*" Recipe
Manager "1" o-- "*" RecipeRun
Manager "1" o-- "1" Player
Module "1" o-- "*" Service
Module "1" o-- "*" ProcessValue
Service "1" o-- "*" Strategy
Recipe "1" o-- "*" Step
Step "1" o-- "*" Operation
Step "1" o-- "*" Transition
Transition --> Step : nextStep
Transition --> Condition
Operation --> Service
Operation --> Parameter
Operation --> VirtualService
class VirtualService {
}
@enduml
|
3fdc8de1aaba021fb9fe9955f98be9d771f400ac
|
2658a42eb6bbcc140cae19c1120864277f893b2f
|
/documentation/src/orchid/resources/assets/diagrams/list.puml
|
a6ad5facc2f4fb96df9f7da96295f18958449a9d
|
[
"Apache-2.0"
] |
permissive
|
tuProlog/2p-kt
|
0935dbeb88272f79df1ebbd2339767bccc8ecfa4
|
6510ea0414985b708dd492ee240727f2e261176c
|
refs/heads/master
| 2023-08-17T18:41:12.310798
| 2023-07-19T10:34:16
| 2023-07-19T13:13:27
| 230,784,338
| 84
| 15
|
Apache-2.0
| 2023-09-13T22:49:25
| 2019-12-29T17:51:34
|
Kotlin
|
UTF-8
|
PlantUML
| false
| false
| 891
|
puml
|
@startuml
left to right direction
skinparam shadowing false
interface Struct
interface Atom
interface Empty {
+ {static} list(): EmptyList
+ {static} set(): EmptySet
}
interface EmptyList {
+ {static} invoke(): EmptyList
}
interface List {
+ size: Int
+ unfoldedArray: Array<Term>
+ unfoldedList: List<Term>
+ unfoldedSequence: Sequence<Term>
+ toArray(): Array<Term>
+ toList(): List<Term>
+ toSequence(): Sequence<Term>
+ {static} empty(): List
+ {static} of(**varargs** items: Term): List
+ {static} of(items: Iterable<Term>): List
+ {static} from(iterable: Iterable<Term>, last: Term? **= null**): List
}
interface Cons {
+ head: Term
+ tail: Term
+ {static} of(head: Term, tail: Term): Cons
+ {static} singleton(head: Term): Cons
}
Struct <|-- Atom
Struct <|-- List
Atom <|-- Empty
Empty <|-- EmptyList
List <|-- EmptyList
List <|-- Cons
@enduml
|
e5b99e56c8661fcdb2c37917c6fee558a451b6e5
|
63114b37530419cbb3ff0a69fd12d62f75ba7a74
|
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/UnityTestProtocol/UnityTestProtocolListener.puml
|
246ec40860909625aa03553cd5df487ed29ce63d
|
[] |
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
| 381
|
puml
|
@startuml
class UnityTestProtocolListener {
+ UnityTestProtocolListener()
+ RunStarted(testsToRun:ITestAdaptor) : void
+ RunFinished(testResults:ITestResultAdaptor) : void
+ TestStarted(test:ITestAdaptor) : void
+ TestFinished(result:ITestResultAdaptor) : void
}
ScriptableObject <|-- UnityTestProtocolListener
ICallbacks <|-- UnityTestProtocolListener
@enduml
|
733693b5348e97b4f57795de07a40a6a9bccf55c
|
0fc0c388b9144c1308c4a65e954b52f51dfc9137
|
/template/eopbc.plantuml
|
6035b735f5abf0e730622c006d2f36c24e300807
|
[] |
no_license
|
swamp-thing-sovryn/court-presale
|
5da92ef221f0ea5e56c5befc6deb0e9a28541ee0
|
d22f226ce2394dbdd71b4d1f46246ca8296beef1
|
refs/heads/master
| 2022-11-06T06:53:50.831060
| 2020-06-17T14:02:39
| 2020-06-17T14:02:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,338
|
plantuml
|
@startuml eopbc
' -- options --
allowmixing
skinparam handwritten true
' -- tokens --
package anj {
class MiniMeToken
note right
**symbol** ANJ
**name** Aragon Network Juror token
**decimals** 18
end note
}
' -- apps --
class controller {
{abstract}controller
}
class reserve {
{abstract}agent
}
class market_maker {
{abstract}market-maker
}
class presale {
{abstract}presale
}
class tap {
{abstract}tap
}
class anj_token_manager {
{abstract}token-manager
**token** anj
}
anj_token_manager <|-- anj
' -- permissions --
owner ...> kernel: **kernel.APP_MANAGER_ROLE** (mgt by owner)
owner ...> acl: **acl.CREATE_PERMISSIONS_ROLE** (mgt by owner)
market_maker ...> anj_token_manager: **anj_token_manager.MINT_ROLE** (mgt by owner)\n**anj_token_manager.BURN_ROLE** (mgt by owner)
presale ...> anj_token_manager: **anj_token_manager.MINT_ROLE** (mgt by owner)
owner ...> reserve: **reserve.SAFE_EXECUTE_ROLE** (mgt by owner)
controller ...> reserve: **reserve.ADD_PROTECTED_TOKEN_ROLE** (mgt by owner)
market_maker ...> reserve: **reserve.TRANSFER_ROLE** (mgt by owner)
controller ...> presale: **presale.OPEN_ROLE** (mgt by owner)
owner ...> presale: **presale.REDUCE_BENEFICIARY_PCT_ROLE** (mgt by owner)
ANY_ENTITY ...> presale: **presale.CONTRIBUTE_ROLE** (mgt by owner)
controller ...> market_maker: **market_maker.OPEN_ROLE** (mgt by owner)\n**market_maker.UPDATE_BENEFICIARY_ROLE** (mgt by owner)\n**market_maker.UPDATE_FEES_ROLE** (mgt by owner)\n**market_maker.ADD_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**market_maker.REMOVE_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**market_maker.UPDATE_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**market_maker.OPEN_BUY_ORDER_ROLE** (mgt by owner)\n**market_maker.OPEN_SELL_ORDER_ROLE** (mgt by owner)
owner ...> controller: **controller.ADD_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**controller.REMOVE_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**controller.UPDATE_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**controller.OPEN_PRESALE_ROLE** (mgt by owner)
presale ...> controller: **controller.OPEN_TRADING_ROLE** (mgt by owner)
ANY_ENTITY ...> controller: **controller.CONTRIBUTE_ROLE** (mgt by owner)\n**controller.OPEN_BUY_ORDER_ROLE** (mgt by owner)\n**controller.OPEN_SELL_ORDER_ROLE** (mgt by owner)
@enduml
|
f163582b42ef0ec198ba53c5955439cd99e3db54
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/OrderSetCustomTypeAction.puml
|
607c5ce4407030f9f07fed347e77d702bcb7d3a3
|
[] |
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
| 531
|
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 OrderSetCustomTypeAction [[OrderSetCustomTypeAction.svg]] extends OrderUpdateAction {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
|
957e95a4f1666a4c68389fc6514b180826bc3918
|
0319acdfa7666a8b66a3205809fd32cce8f0caae
|
/diagrams_etc/animal_bank_class.puml
|
b7a3f4a0c846e014c1d3ac42dc240266707aa323
|
[] |
no_license
|
SBrahe/AnimalBank
|
989ce77ac2decdfb70d57e09ecf42a2ed76a181d
|
12b5bdba98ddd888d58c15c0facf0ca5f19f3341
|
refs/heads/master
| 2023-04-25T02:20:29.247799
| 2021-05-13T11:56:14
| 2021-05-13T11:56:14
| 359,489,869
| 0
| 0
| null | 2021-04-24T17:32:46
| 2021-04-19T14:31:22
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 884
|
puml
|
@startuml animal_bank_class
hide circle
skinparam shadowing false
package CameraView{
class AddAnimalFragment{}
class CameraParentFragment{}
class CaptureImageFragment{}
}
package DataAccess{
class AnimalFireStoreModel{}
class Repository{}
}
package Domain{
class Animal{}
}
package InfoView{
class FullScreenImgActivity{}
class InfoActivity{}
}
package ListView{
class ListFragment{}
class AnimalAdapter{}
class IAnimalListActionListener{}
}
package MapView{
class MapsFragment{}
}
package Services{
class AnimalUpdateWorker{}
}
package SignInView{
class SignInActivity{}
}
class NavBarActivity{}
NavBarActivity-->CameraView
NavBarActivity-->ListView
NavBarActivity-->MapView
CameraView->DataAccess
CameraView--->Domain
ListView-->DataAccess
DataAccess<-MapView
InfoView--->DataAccess
Services--->DataAccess
@enduml
|
d334a9e7cebec3ed14ccc2941dfc5345e492901e
|
a249c2addc54fa5250d268f1c9cb71c1f555fec4
|
/learn-design-pattern/src/main/java/com/hqbhoho/bigdata/design/pattern/adapter/object_adapter.puml
|
439a50def7a753840d8c714610f132af4c61653a
|
[] |
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
| 1,760
|
puml
|
@startuml
interface NormalVoltage{
{abstract} {method} + int outputVoltage()
}
interface NormalVoltageAdapter{
{abstract} {method} + boolean support(NormalVoltage normalVoltage)
{abstract} {method} + int output5V()
}
class ChinaNormalVoltage{
{method} + int outputVoltage()
}
class JanpaNormalVoltage{
{method} + int outputVoltage()
}
class ChinaNormalVoltageAdapter{
{method} + boolean support(NormalVoltage normalVoltage)
{method} + int output5V()
}
class JanpaNormalVoltageAdapter{
{method} + boolean support(NormalVoltage normalVoltage)
{method} + int output5V()
}
class NormalVoltageAdapterMapping{
{field} - List<NormalVoltageAdapter> adapters
{method} + void register(NormalVoltageAdapter normalVoltageAdapter)
{method} + NormalVoltageAdapter getNormalVoltageAdapter(NormalVoltage normalVoltage)
}
class Phone {
{method} void charging(NormalVoltageAdapter ormalVoltageAdapter)
}
class Client
NormalVoltage <|.. ChinaNormalVoltage
NormalVoltage <|.. JanpaNormalVoltage
NormalVoltageAdapter <|.. ChinaNormalVoltageAdapter
NormalVoltageAdapter <|.. JanpaNormalVoltageAdapter
NormalVoltageAdapter <.. NormalVoltageAdapterMapping
NormalVoltage <.. NormalVoltageAdapterMapping
NormalVoltage <.. NormalVoltageAdapter
NormalVoltage <.. ChinaNormalVoltageAdapter
NormalVoltage <.. JanpaNormalVoltageAdapter
NormalVoltage <.. ChinaNormalVoltageAdapter
JanpaNormalVoltageAdapter *.. JanpaNormalVoltage
ChinaNormalVoltageAdapter *.. ChinaNormalVoltage
NormalVoltageAdapter <.. Phone
NormalVoltageAdapter <.. Client
ChinaNormalVoltageAdapter <.. Client
JanpaNormalVoltageAdapter <.. Client
NormalVoltage <.. Client
ChinaNormalVoltage <.. Client
JanpaNormalVoltage <.. Client
Phone <.. Client
@enduml
|
eaf3e1b4707df59ad836b11d10f552f6e6bcc46c
|
58d2cd8afc250755a0cba86cedf6000aae0ced54
|
/src/main/java/ex44/ProductSearch.puml
|
7211fc65361f1ef2d351af661b23ec6d0e55f17e
|
[] |
no_license
|
danielagd/gomez-dugan-cop3330-assignment3
|
5dddb24373f182e6cdf75051f9eee4aa540eeb24
|
adbbbdc35962ff692cdfd2e0ae2decee43a6b693
|
refs/heads/master
| 2023-08-16T14:29:31.592049
| 2021-10-12T02:31:25
| 2021-10-12T02:31:25
| 416,141,605
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 398
|
puml
|
@startuml
class ProductSearch {
+ static void main(String[] args) throws FileNotFoundException
+ static List<Product> get_product(String file_dir)
+ static String search_for_products(List<Product> list)
+ static boolean search(List<Product> list, String product_name)
}
class Product {
- String name
- double price
- int quantity
}
ProductSearch <|--- Product
@enduml
|
49122a221fb59bbc0f702861b7efd012660d1523
|
9bcd4da5e5454922139d0afefc782a997988ad1f
|
/docs/SprintD/US/US13/US13_CD.puml
|
20c7f6a82efbf71c55385f850412cf30e5a0c1e9
|
[
"MIT"
] |
permissive
|
wjacoud/DynaByte
|
13f042b210f17830aa3eb31558d3f83d587ab436
|
3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3
|
refs/heads/main
| 2023-08-27T09:20:01.825322
| 2021-11-11T17:15:05
| 2021-11-11T17:15:05
| 427,082,047
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,634
|
puml
|
@startuml
top to bottom direction
class ClientTestsUI{
}
class ClientTestsController{
-ClientStore clientStore
-TestStore testStore
-List<Client> clientListOrder
-Client client
--
+getClientListTin()
+getClientListName()
+getClientChosen(String tin)
+getValidatedTests(Client c)
+getTestChosen(String tin, List<Test> testList)
+toString(Test t)
}
class ClientStore{
-List<Client> clientList
--
+getClientOrderTin()
+getClientOrderName()
}
class TestStore{
-List<Test> testList
--
+getValidatedTests()
}
class Company{
-String designation;
-AuthFacade authFacade;
-ClientsStore clientStore;
-ClinicalStore clinicalStore;
-EmployeeStore employeeStore;
-ParameterCategoryStore parameterCategoryStore;
-ParameterStore parameterStore;
-TestTypeStore testTypeStore;
-TestStore testStore;
-SampleStore sampleStore;
-PerformanceReportStore performanceReportStore;
--
+getClientStore()
+getTestStore()
}
class TestMapper{
+toDto(Test t)
}
class ClientMapper{
+toDto(Client c)
}
class Client{
-String citizenCardNumber
-String healthcareNumber
-String tin
-String name
-String phoneNumber
-String sex
-String email
-Date birthDate
--
+getTin()
}
class Test{
-String tin
-String idTest
-String nhsCode
-LocalDateTime date
-LocalDateTime analyzedDate
-LocalDateTime validationDate
-TestReport report
-TestType testType
-State state
-List<TestParameter> testParameterList
--
+getTin()
+getNhsCode()
+getState()
+getTestParameterList()
}
class TestParameter{
-String idTest
-Parameter parameter
-TestParameterResult testParameterResult
--
+getParameter()
+getTestParameterResult()
}
class TestParameterResult{
-String idParameter
-double result
-RefValue refValue
--
+getResult()
+getRefValue()
}
class RefValue{
-String metric;
-double minRefValue;
-double maxRefValue;
--
+getMinRefValue()
+getMaxRefValue()
}
class Parameter{
-String code;
-String name;
-String description;
-ParameterCategory cat;
--
+getName()
}
ClientTestsUI ..> ClientTestsController
ClientTestsUI ..> ClientMapper
ClientTestsUI ..> TestMapper
ClientTestsController ..> ClientMapper
ClientTestsController ..> TestMapper
ClientTestsController ..> TestStore
ClientTestsController ..> Company
ClientTestsController ..> ClientStore
Company "1" --> "1" TestStore : uses
Company "1" --> "1" ClientStore : uses
ClientStore "1" --> "*" Client : has access to
TestStore "1" --> "*" Test : performs
Client "1" --> "*" Test : asks for
Test "1" --> "*" TestParameter : request analysis for
Parameter "1" --> "1" TestParameter : is part of
TestParameter "1" --> "0..1" TestParameterResult : contains
TestParameterResult "1" --> "1" RefValue : records
@enduml
|
7962aaf9d3607c3456c76bbcf4b0baef1bdaace7
|
27bade928da247751c05e64b7baa7cd79bbc4766
|
/oodesignpatterns/diagrams/composite.puml
|
12b8f43da92b61c2633f3cad4d0b736d03c67c8d
|
[] |
no_license
|
zweibit0110/design-patterns
|
7ef005c8f49752545d3093e2de3d7f058c48e278
|
c8f88aa916ffdd556026722c4ca80e7555e535fa
|
refs/heads/master
| 2021-07-24T07:50:11.906876
| 2019-11-29T12:51:53
| 2019-11-29T12:51:53
| 224,854,326
| 0
| 0
| null | 2020-10-13T17:50:56
| 2019-11-29T12:55:42
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,718
|
puml
|
@startuml
skinparam note {
borderColor grey
backgroundColor white
}
skinparam legend {
borderColor white
fontSize 20
fontColor grey
}
package com.deloitte.training.oodesignpatterns.structural.composite {
' Classes and interfaces
abstract class Employee {
- name : String
+ getName() : String
+ getRole() : String
+ getTeamMembers() : String
+ {abstract} getDailyRate() : int
+ getTeamDailyCost() : int
}
class Developer {
+ getDailyRate() : int
}
class Tester {
+ getDailyRate() : int
}
class Analyst {
+ getDailyRate() : int
}
class ProjectManager {
- employees : List<Employee>
+ add(employee)
+ remove(employee)
+ getTeamMembers() : String
+ getDailyRate() : int
+ getTeamDailyCost() : int
}
class EmployeeTest
' relationships
Employee <|-- Developer : extends
Employee <|-- Tester : extends
Employee <|-- Analyst : extends
Employee <|-- ProjectManager : extends
Employee "0..*" --* ProjectManager : contains
Employee -o EmployeeTest : use
' hide garbage
hide empty fields
hide empty methods
' notes
note top of EmployeeTest
<i><size:10><color:grey>Build a team of <b>Employee</b>s lead by a project manager:
andy = new ProjectManager("andy")
andy.add(johnDev)
andy.add(maryTest)
<i><size:10><color:grey>Calculates daily cost of the team and display it:
andy.getTeamDailyCost()
andy.getTeamMembers()
end note
}
'legend
legend bottom left
COMPOSITE [design pattern]
end legend
@enduml
|
60f50459ac61f943da49f7757dadd87e0cc5cf54
|
dc20115738d63d9d0dbd16fab019785740465cc7
|
/plantuml/Users/hunter/Coding/maternity-ward-system/DB.puml
|
e0b1dde2fd2096cab27f813d5358c104faaff0f1
|
[] |
no_license
|
W0lfCr0w/maternity-ward-system
|
b2a9201111079ce3f638ff78cadb6aa9ecb4e04f
|
ee9aac0f52841c4083f1666dc4628f9c0d9b34af
|
refs/heads/main
| 2023-06-06T10:33:10.231707
| 2021-06-29T10:20:54
| 2021-06-29T10:20:54
| 379,371,068
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,282
|
puml
|
@startuml
enum EmployeeType {
Cleaner,
PoisonCleaner,
HeadCleaner,
SupervisorCleaner,
Cook,
SousChef,
Chef,
FoodDistributer,
HeadOfManagement,
FirstAid,
Nurse,
Paramedic,
HeadNurse,
Midwife,
BreechMidwife,
Intern,
BreechIntern,
Doctor,
SeniorDoctor,
SpecialityDcotor,
ViceHeadOfWard,
HeadOfWard,
}
class DB {
+ DB()
+ GetFirstName() : string
+ GetLastName() : string
IsAllDigits(s:string) : bool
+ GetID() : string
+ isIDExist(newID:string) : bool
+ GetAge() : int
+ GetManagerSalary() : double
+ AddHoursToEmployee(id:string, hours:double) : void
+ GetEmployeeDetails(id:string) : string[]
+ AddToDB(e:Employee) : void
+ AddEmployee(t:EmployeeType) : void
+ SaveDB() : void
+ LoadDB() : void
}
class GeneralEmployee {
+ FirstName : string <<get>> <<set>>
+ LastName : string <<get>> <<set>>
+ ID : string <<get>> <<set>>
+ Age : int <<get>> <<set>>
+ MyEmployeeType : string <<get>> <<set>>
+ HoursWorked : double <<get>> <<set>>
+ ExtraField : string <<get>> <<set>>
+ GeneralEmployee(fname:string, lname:string, age:int, id:string, e:string, hours:double, extra:string)
}
DB +-- GeneralEmployee
@enduml
|
e753264fb7efb974d3efe3467be90d6b8e92fda7
|
ae3c0c76bf8ad1b3bbe5ac4d45737fdbb3e10888
|
/UML/Class_Diagram.puml
|
56d7d5c2ec88bc75f3f3fc4fa4a4d7241a055d63
|
[] |
no_license
|
Elizene9/creighton-cop3330-assignment4
|
6e9fa3efbfbb7a9f0537bfa50ae31c1fbe2a8465
|
9cfa8cc8fdef8c88a71547daf3c87d20597a8b29
|
refs/heads/master
| 2023-06-21T04:17:17.329989
| 2021-07-05T02:11:37
| 2021-07-05T02:11:37
| 382,989,482
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,144
|
puml
|
@startuml
'https://plantuml.com/class-diagram
+class LaunchApp {
main() : String[]
start()
}
+class LaunchAppController {
+ExitPressed(actionEvent : ActionEvent)
+AddToDoPressed(actionEvent : ActionEvent)
+DeleteToDoPressed(actionEvent : ActionEvent)
+EditToDoTitle(actionEvent : ActionEvent)
+AddItemPressed(actionEvent : ActionEvent)
+DeleteItemPressed(actionEvent : ActionEvent)
+EditDescriptionPressed(actionEvent : ActionEvent)
+DueDatePressed(actionEvent : ActionEvent)
+SaveOneListPressed(actionEvent : ActionEvent)
+LoadOneListPressed(actionEvent : ActionEvent)
+SaveAllListsPressed(actionEvent : ActionEvent)
+LoadMultipleListsPressed(actionEvent : ActionEvent)
+DisplayAllListsPressed(actionEvent : ActionEvent)
+DisplayCompletedPressed(actionEvent : ActionEvent)
+DisplayIncompletePressed(actionEvent : ActionEvent)
+ItemCompleteChecked(actionEvent : ActionEvent)
+ListTitleEntered(actionEvent : ActionEvent)
+MenuButtonPressed(actionEvent : ActionEvent)
+DeleteItemTyped(actionEvent : ActionEvent)
+OldToDoTitleTyped(actionEvent : ActionEvent)
+NewToDoTitleTyped(actionEvent : ActionEvent)
+ItemTitleEntered(actionEvent : ActionEvent)
+ItemDescEntered(actionEvent : ActionEvent)
+ItemDateEntered(actionEvent : ActionEvent)
+NewDescriptionEntered(actionEvent : ActionEvent)
+NewDateEntered(actionEvent : ActionEvent)
+SaveListTitleEntered(actionEvent : ActionEvent)
+DisplayTitleEntered(actionEvent : ActionEvent)
+CompleteChecked(actionEvent : ActionEvent)
+NumListTyped(actionEvent : ActionEvent)
}
+class listAttributes {
+title : String
+list : List<itemAttributes>
}
+class itemAttributes {
+description : String
+dueDate : String
+title : String
+status : String
+setDescription(description : String)
+setDueDate(dueDate : String)
+setItemTitle(title : String)
+setStatus(status : String)
}
+class ListFunctions {
+ToDo : ArrayList<listAttributes>
+list : List<itemAttributes>
+AddList(list : List<itemAttributes>, title : String) : ArrayList<listAttributes>
+DeleteList(index : int) : ArrayList<listAttributes>
+EditTitle(index : int, newTitle : String) : ArrayList<listAttributes>
+AddItem(item : itemAttributes) : List<itemAttributes>
+DeleteItem(item : itemAttributes, ListTitle : String) : List<itemAttributes>
+EditDescription(item : itemAttributes, ListTitle : String) : String
+EditDueDate(item : itemAttributes, ListTitle : String) : String
+SaveOneList(title : String)
+LoadOneList(title : String)
+SaveAllLists()
+LoadMultipleLists(array : int[])
+DisplayAllItems(title : String) : ArrayList<listAttributes>
+DisplayCompleted(ListIndex : int) : List<itemAttributes>
+DisplayIncomplete(ListIndex : int) : List<itemAttributes>
+ItemComplete(item : itemAttributes, index : int) : String
}
javafx.Application <|-- LaunchApp
LaunchAppController -- LaunchApp
ListFunctions o--> LaunchAppController
ListFunctions <|-- listAttributes
listAttributes <|-- itemAttributes
@enduml
|
dd99621d29aed08c275d9b52624a5d56d1627778
|
7c2a17fd3d19a13fb71558f79900a2908de98c58
|
/docs/uml-class-diagrams/admin/test/GpsSystemTests/GpsSystemTests.puml
|
35132d510d4187af8a3f36815ed2c667528ff526
|
[] |
no_license
|
casher-ou/csi-3370-software-project
|
483b1add9fbab8349f30009eecc123c884bdcc7b
|
629fb9cce10429c2b80bd1ad33ab898d1466883b
|
refs/heads/main
| 2023-01-22T00:44:50.062944
| 2020-11-29T23:00:50
| 2020-11-29T23:00:50
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 742
|
puml
|
@startuml GpsSystemTests
package edu.oakland.test.admin {
class GpsSystemTests {
+ void initDisplayGPSInterfaceNotNull()
+ void initSatelliteNamesNotNull()
+ void initSatelliteNamesNotEmpty()
+ void gpsSystemsConstructedSuccessfully()
+ void useCase1RunSuccessfully()
+ void uC1ScannerNotNull()
+ void useCase2RunSuccessfully()
+ void uC2ScannerNotNull()
+ void incrementalLatAmountNotNull()
+ void incrementLngAmountNotNull()
+ void initLocationDataPointNotNull()
+ void configureSatellitesRunSuccessfully()
- String generateRandomNames()
- LocationDataPoint makeRandomLDP()
- float makeRandomPos()
}
}
@enduml
|
332015236da312c9594a023e94a75ca2901752d9
|
bdd433c3af2f10384f0a4fb06a6354b51a70750e
|
/plantuml/C4/includes/Models/SearchDto.puml
|
03cacbf8420b82e3e6ffd48b191d1cea994093ed
|
[] |
no_license
|
I4PRJ4/I4PRJ4-plantuml
|
d6188b60011e5a5f6f3cf7853393cba43996dfbf
|
2b528f0a911917d5ee61a6d0051d46ea59282c5a
|
refs/heads/master
| 2023-05-14T13:43:29.403199
| 2021-06-03T10:33:59
| 2021-06-03T10:33:59
| 348,710,373
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 80
|
puml
|
@startuml
class SearchDto {
+ SearchTerm : string <<get>> <<set>>
}
@enduml
|
f1da800e1149e2999116c60a7ca517a92c9291fe
|
507feae29e37c4a20f7be86010ec9a2c119b52b6
|
/docs/StorageClassDiagram.puml
|
fa557cd6e6eb4f3496103664dffddb8bc985e517
|
[] |
no_license
|
serenakemono/tp
|
b6d55db4a72593e675085d06cb6a07d9389c1ed7
|
3823311f8977716ee3f9ff813024425ccf3ab846
|
refs/heads/master
| 2023-09-02T01:04:30.050776
| 2021-11-08T13:53:34
| 2021-11-08T13:53:34
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 542
|
puml
|
@startuml
skinparam componentStyle rectangle
hide circle
class EncryptedFile {
}
class GameFileManager {
{static} decoder:FileDecoder
{static} encoder:FileEncoder
void writeFile(lines: String)
String readFile()
}
class GameDataFileDecoder {
{static} MAX_SCENE_NUMBER: int
{static} FACTORY_SETTING: String
void setCurrentSceneIndex(index: int)
void getCurrentSceneIndex(index: int)
boolean isValidFile()
}
GameFileManager .up-|> EncryptedFile
GameDataFileDecoder .up-|> GameFileManager
@enduml
|
74c1d5d6e999dadf54e9c513384e7c3a6e16d624
|
605cac101260b1b451322b94580c7dc340bea17a
|
/malokhvii-eduard/malokhvii02/doc/plantuml/ua/khpi/oop/malokhvii02/event/LoopEvent.puml
|
5e246e739bbe1a1694374a0483f8d1ff612cd3c2
|
[
"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
| 167
|
puml
|
@startuml
enum LoopEvent {
{static} +INCEPTION
{static} +CONTINUATION
{static} +INTERAPTION
-LoopEvent()
}
@enduml
|
ac0ba61c459192a456c388e74bda24255202cf73
|
63114b37530419cbb3ff0a69fd12d62f75ba7a74
|
/plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Editor/Effects/LensDistortionEditor.puml
|
6fa40aa51f73b970c7fc2091350cffb255b09ea4
|
[] |
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
| 160
|
puml
|
@startuml
class LensDistortionEditor <<sealed>> {
+ <<override>> OnInspectorGUI() : void
}
DefaultPostProcessEffectEditor <|-- LensDistortionEditor
@enduml
|
ba285f81afdc03dc3b223c8b58cb5884f7f55a31
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/ShippingRatePriceTier.puml
|
a7d2ee744d975b438eb3c37174f81ce24c71ff92
|
[] |
no_license
|
commercetools/commercetools-api-reference
|
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
|
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
|
refs/heads/main
| 2023-09-01T05:22:42.100097
| 2023-08-31T11:33:37
| 2023-08-31T11:33:37
| 36,055,991
| 52
| 30
| null | 2023-08-22T11:28:40
| 2015-05-22T06:27:19
|
RAML
|
UTF-8
|
PlantUML
| false
| false
| 1,792
|
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 ShippingRatePriceTier [[ShippingRatePriceTier.svg]] {
type: [[ShippingRateTierType.svg ShippingRateTierType]]
}
interface CartClassificationTier [[CartClassificationTier.svg]] {
type: [[ShippingRateTierType.svg ShippingRateTierType]]
value: String
price: [[Money.svg Money]]
isMatching: Boolean
}
interface CartScoreTier [[CartScoreTier.svg]] {
type: [[ShippingRateTierType.svg ShippingRateTierType]]
score: Integer
price: [[Money.svg Money]]
priceFunction: [[PriceFunction.svg PriceFunction]]
isMatching: Boolean
}
interface CartValueTier [[CartValueTier.svg]] {
type: [[ShippingRateTierType.svg ShippingRateTierType]]
minimumCentAmount: Long
price: [[Money.svg Money]]
isMatching: Boolean
}
interface ShippingRate [[ShippingRate.svg]] {
price: [[TypedMoney.svg TypedMoney]]
freeAbove: [[TypedMoney.svg TypedMoney]]
isMatching: Boolean
tiers: [[ShippingRatePriceTier.svg List<ShippingRatePriceTier>]]
}
interface ShippingRateDraft [[ShippingRateDraft.svg]] {
price: [[Money.svg Money]]
freeAbove: [[Money.svg Money]]
tiers: [[ShippingRatePriceTier.svg List<ShippingRatePriceTier>]]
}
ShippingRatePriceTier --> CartClassificationTier #blue;text:blue : "type : CartClassification"
ShippingRatePriceTier --> CartScoreTier #blue;text:blue : "type : CartScore"
ShippingRatePriceTier --> CartValueTier #blue;text:blue : "type : CartValue"
ShippingRatePriceTier --> ShippingRate #green;text:green : "tiers"
ShippingRatePriceTier --> ShippingRateDraft #green;text:green : "tiers"
@enduml
|
4351c1b9cac31472f3cf65ddb21fd16d403f24c8
|
5952c3eb84747f8eaf15981bc089621c2fac00fc
|
/design-pattern-notes-strategy-pattern/other.puml
|
4e861f9268d3aad34d49904ac81a2d5c6daaf2b6
|
[] |
no_license
|
dust347/blog_image
|
643047f6a0ab1546b2ac5eecf99ab91b9dab68e5
|
046dd3e2a8f8f73329cc1a1447f60b0fe7110a7a
|
refs/heads/master
| 2021-05-21T02:30:31.114253
| 2020-05-31T09:24:09
| 2020-05-31T09:24:09
| 252,502,868
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 231
|
puml
|
@startuml
interface StrategyInterface {
exe()
}
StrategyA : exe()
StrategyB : exe()
StrategyInterface <|.. StrategyA
StrategyInterface <|.. StrategyB
StrategyA <|-- StrategyContextA
StrategyB <|-- StrategyContextB
@enduml
|
4566080985a8101373e0918c28d2060542200493
|
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
|
/build/purchase-order-failure@0.1.0.puml
|
ac6b9d42a2cea7c23637b2cae9133e6d63be3183
|
[
"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
| 602
|
puml
|
@startuml
class com.docusign.clauses.PurchaseOrderFailure << (A,green) >> {
+ AccordParty buyer
+ Duration lateOne
+ Duration lateTwo
+ Duration lateThree
+ Double lateOnePercent
+ Double lateTwoPercent
+ Double lateThreePercent
+ String article
+ String thisSection
}
com.docusign.clauses.PurchaseOrderFailure --|> org.accordproject.cicero.contract.AccordContract
class com.docusign.clauses.PurchaseOrderFailureResponse << (T,yellow) >> {
+ MonetaryAmount penalty
}
com.docusign.clauses.PurchaseOrderFailureResponse --|> org.accordproject.cicero.runtime.Response
@enduml
|
0c18df9eb8c8adfa91b17259d894dc056a4c9682
|
f1413623ce449fba0d374712c7de4b48f986f69e
|
/domain.plantuml
|
bf88ae48245e4511f1cd90798bda7992ade0e68c
|
[] |
no_license
|
MohGanji/OO-ClassDiagram-Project
|
6bb13390ed5f25d7649422c294d8e93699258d18
|
30a8b0df41eeb1c68ed561693cbc99aad91a79a2
|
refs/heads/master
| 2020-05-17T19:17:49.066110
| 2019-07-29T09:35:38
| 2019-07-29T09:35:38
| 183,911,459
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 4,526
|
plantuml
|
@startuml
skinparam roundcorner 8
skinparam class {
BackgroundColor #C0C0C0
ArrowColor black
BorderColor IndianRed
}
skinparam stereotypeCBackgroundColor gold
skinparam stereotypeIBackgroundColor AntiqueWhite
skinparam stereotypeABackgroundColor yellow
title \n1.1 - Aggregate barname rizi\n
class Person << (E,LightSkyBlue) >> {
- String firstName
- String lastName
- String phoneNumber
- String nationalCode
}
Person --o Student
class Student << (E,LightSkyBlue) >> {
- String sid
- Number avgGrade
- Number VahedPassed
+ CourseTermi[] getAllPassedCourses()
+ void addEntekhabVahedTerm()
+ EntekhabVahedTerm getCurrentTermEntekhabVahed()
+ Boolean hasGraduated()
}
Student o-- EducationalTerm : EntranceTerm
enum EducationalSeason << (e,WhiteSmoke) enumeration>> {
Fall
Spring
}
class EducationalTerm << (V,LawnGreen) >> {
- string year
}
EducationalTerm o-- EducationalSeason
Person --o Professor
class Professor << (E,LightSkyBlue) >> {
- String pid
}
class Chart << (E,LightSkyBlue) >> {
- id
- requiredCourses
- optionalCourses
- optionalCourseCount
- selectiveCourseGroups
}
Chart "*" o-- "1" EducationalTerm
EntekhabVahedTerm "*" o-- "1" EducationalTerm
Chart "1" --o "1" Student
GraduationHandler <-- Student
class GraduationHandler << (S,HotPink) Singleton >> {
+ Boolean hasPassedRequiredCourses()
+ Boolean hasPassedSelectiveCourses()
+ Boolean hasPassedEnoughOptionalCourses()
}
package CourseAgg {
Chart "*" o--- "*" Course
abstract class Niaz {
}
class Course << (E,LightSkyBlue) >> {
- String id
- String name
- Number vahed
+ void addPishNiaz()
+ void addHamNiaz()
}
class NiazDarsi << (V,LawnGreen) >> {
- Course course
}
Niaz <|-- NiazDarsi
class NiazVahedi << (V,LawnGreen) >> {
- Number minVahedPassed
}
Niaz <|-- NiazVahedi
Course "1" o-- "*" Niaz : Pishniaz
Course "1" o-- "*" NiazDarsi : Hamniaz
Course "1" o-- "2" CourseVahed : courseType
class CourseVahed << (V,LawnGreen) >> {
- Number theoryVahed
- Number theoryPractical
}
}
package CourseTermiAgg {
class CourseTermi << (E,LightSkyBlue) >> {
- String year
- String term
- Boolean isInternship
- Number capacity
- Boolean isInternship
+ Boolean hasCapacity()
}
CourseTermi "*" *---- "1" Course
CourseTermi "*" o-- "*" Professor : professor
' CourseTermi "*" o-- "*" Student : students
CourseTermi "1" o-- "*" WeeklyTimeSlot : weekly schedule\nand final exam
CourseTermi "1" o-- "1" College : presentation college
class WeeklyTimeSlot << (V,LawnGreen) >> {
- Time startTime
- Time endTime
+ Boolean interfere()
}
WeeklyTimeSlot o-- DayOfWeek : weekDay
enum DayOfWeek << (e,WhiteSmoke) enumeration>> {
Sat
Sun
Mon
Tue
Wed
Thu
Fri
}
enum College << (e,WhiteSmoke) enumeration>> {
ece
centeralCollegeOfEngineering
}
}
class EntekhabVahedTerm << (E,LightSkyBlue) >> {
- Number minVahed
- Number maxVahed
+ CourseTermi[] getPassedCourses()
+ Boolean akhzCourse()
+ Boolean applyAndFinalize()
+ Boolean revertAkhzCourse()
+ CourseTermi[] getRegisteredCourses()
}
EntekhabVahedTerm "*" --o "1" Student
package CourseAkhzShodeAgg {
EntekhabVahedTerm "1" o-- "*" CourseAkhzShode
enum AkhzCourseState << (e,WhiteSmoke) enumeration>> {
Registered
Pending
HazfEzterari
HazfPezeshki
Registered in HazfEzterari
Pending in HazfEzafe
Passed
Failed
}
class CourseAkhzShode << (E,LightSkyBlue) >> {
}
CourseAkhzShode "*" o-- "1" CourseTermi
CourseAkhzShode "1" o-- "1" AkhzCourseState
}
AkhzCourseHandler <-- CourseAkhzShode
class AkhzCourseHandler << (S,HotPink) Singleton >> {
+ Student[] studentsWhoRegisteredCourse()
+ Boolean arePishniazDependenciesResolved()
}
class MojavezHandler << (S,HotPink) Singleton >> {
}
package MojavezAgg {
MojavezHandler <-- DarkhastMojavez
' MojavezHandler <-- AkhzCourseError
enum AkhzCourseError << (e,WhiteSmoke) enumeration >> {
AdamReayatPishNiaz
KafAkhzVahed
SaqfAkhzVahed
TadakholZamanClass
TadakholZamanEmtehan
AkhzMojadad
EtmamZarfiat
AkhzKarAmooziWithCourse
}
class DarkhastMojavez << (V,LawnGreen) >> {
- String description
}
DarkhastMojavez o-- AkhzCourseError
DarkhastMojavez o-- MojavezState
CourseAkhzShode "1" o-- "*" DarkhastMojavez
enum MojavezState << (e,WhiteSmoke) enumeration >> {
Rejected
Accepted
Pending
}
}
@enduml
|
24b475d2c4ad01ceb9cf989911d681c08666090a
|
3319a3e45d9d3e56900e793a356c94d8d4f878bd
|
/docs/DIAGRAMMA_CLASSI.puml
|
f0a524576e7d4330b6829f1d2ab05cb3851eb63e
|
[] |
no_license
|
Furrrlo/GiocoDeiCammelli
|
a8131e724bd79f782ae144e9d945cf1f9507a73e
|
5659e3a5d566194fb89dbc87215dd0e01a69ab6b
|
refs/heads/master
| 2020-05-07T18:23:11.637692
| 2019-05-29T16:41:26
| 2019-05-29T16:41:26
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 7,504
|
puml
|
@startuml GiocoPalla
PApplet <|-- GiocoPalla
class GiocoPalla {
-{static}INSTANCE: GiocoDeiCammelli
--
-valueManager: ValueManager
-inputManager: InputManager
-entityManager: EntityManager
-currentGui: Gui
--
-scaledResolution: ScaledResolution
-isPaused: boolean
--
-GiocoDeiCammelli()
+{static} getInstance(): GiocoDeiCammelli
--
'Effettua il setup della finestra di processing ed
'inizializza gli attributi della classe
+setup(): void
'Setta la dimensione della finestra
+settings(): void
'Disegna la finestra di gioco (gui) corrente
+draw(): void
--
'Cambia la finestra di gioco (gui) visualizzata
+displayGui(newGui: Gui): void
}
GiocoPalla"1" -- "1"ScaledResolution: >
class ScaledResolution {
-width: float
-height: float
--
-scaledWidth: float
-scaledHeight: float
--
-widthScaleFactor: float
-heightScaleFactor: float
--
+ScaledResolution(width: float, height: float, scaledWidth: float, scaledHeight: float)
+ScaledResolution(width: float, height: float, scaleFactor: float)
+setupScaling(enable: true): void
+scaleX(toScale: float): float
+scaleY(toScale: float): float
}
GiocoPalla"1" -- "1"InputManager: >
class InputManager {
-subscriptions: Map<Object, InputSubscription>
+subscribe(subscriber: Object): InputSubscription
+unsubscribe(subscriber: Object): InputSubscription
+post(letto: InputData);
}
InputManager"1" -- "0...*"InputSubscription: >
class InputSubscription {
-queue: Queue<InputData>
+poll(): InputData
~post(letto: InputData);
}
InputSubscription -- InputData: >
interface InputData {
}
InputData <|-- NoInput
class NoInput {
-NoInput()
+{static}instance(): NoInput
}
InputData <|-- InputGyroscope
class InputGyroscope {
-xAxis: float
-yAxis: float
}
GiocoPalla -- Gui
'Interfaccia di base che rappresenta una schermata del gioco
'(ex. schermata di gioco, menu principale, menu delle opzioni, etc.)
interface Gui {
'Disegna la Gui
+onRender(): void
'Chiamato quando la finestra cambia dimensioni
+onResize(newWidth: float, newHeight: float): void
'Clicka la gui alle coordinate date
+onClick(xPos: float, yPos: float): void
'Chiamato quando la gui viene chiusa (perchè cambiata con un'altra)
+onGuiClose(): void
}
Gui <|-- BaseGui
'Implementazione di base della Gui con implementazioni dei metodi e
'attributi che sono comuni a gran parte delle gui
abstract class BaseGui {
'Componenti che compongono questa gui
~components: List<GuiComponent>
~width: float;
~height: float;
'Disegna i componenti della gui
+onRender(): void
'Si occupa di determinare quale elemento della gui sia stato clickato
'e richiama il relativo metodo
+onClick(xPos: float, yPos: float): void
'Setta dimensioni e richiama l'altro onResize
+onResize(newWidth: float, newHeight: float): void
--
'Metodi vuoti implementati solo per evitare di doverlo
'poi fare per ogni classe che estende questa
+onResize(): void
+onGuiClose(): void
}
BaseGui"1" o-- "0...*"GuiComponent: contains >
'Interfaccia di base per ogni classe che rappresenta un elemento della gui
'(ex. bottone, label, textbox, etc)
interface GuiComponent {
+onRender(): void
+intersects(xPos: float, yPos: float): boolean
+onClick(xPos: float, yPos: float): void
--
+getX(): float
+setX(float x): void
+setCenterX(float x): void
--
+getY(): float
+setY(y: float): void
+setCenterY(y: float): void
--
+float getWidth(): float
+setWidth(width: float): void
--
+getHeight(): float
+void setHeight(height: float): void
}
GuiComponent <|-- BaseGuiComponent
'Implementazione di base della Gui con implementazioni dei metodi e
'attributi che sono comuni a gran parte dei componenti
abstract class BaseGuiComponent {
~x: float
~y: float
~width: float
~height: float
'Determina se il componente occupa la posizione data
+intersects(xPos: float, yPos: float): boolean
+isHovered(): boolean
+onResize(): void
}
BaseGui <|-- GameGui
'Schermata di gioco, in cui si svolge il gioco vero e proprio
class GameGui {
-{static}backgroundColor: ColorValue
'Inizializza il bottone per mettere il gioco in pausa
+GameGui()
'Disegna il gioco e i componenti della gui
+onRender(): void
}
GiocoPalla -- EntityManager
class EntityManager {
-entities: List<Entity>
+render(): void
}
EntityManager"1" o-- "0...*"Entity: contains >
interface Entity {
'Gestisce la fisica dell'entità
+onTick(): void
'Disegna l'entità
+onRender(): void
+rotateX(rotationX: float): void
+rotateY(rotationY: float): void
}
Thread <|-- PhysicsThread
Entity -- PhysicsThread
InputSubscription -- PhysicsThread
class PhysicsThread {
-entity: Entity
+run(): void
}
Entity <|-- BallEntity
class BallEntity {
-xPos: float
-yPos: float
-radius: float
'Muove la palla
+onTick(): void
'Disegna la palla
+onRender(): void
+rotateX(rotationX: float): void
+rotateY(rotationY: float): void
}
Entity <|-- PoolEntity
'TODO: figure out how to do this
class PoolEntity {
-xPos: float
-yPos: float
-xWidth: float
-yWidth: float
-height: float
+onTick(): void
+onRender(): void
+rotateX(rotationX: float): void
+rotateY(rotationY: float): void
}
BaseGui <|-- PauseMenuGui
'Gui che viene mostrata quando il gioco viene messo in pausa
class PauseMenuGui {
'Inizializza i 3 bottoni per mettere riprendere il gioco,
'aprire le opzioni e chiudere il gioco
+PauseMenuGui()
}
PauseMenuGui -- PauseMenuButton
BaseGuiComponent <|-- PauseMenuButton
class PauseMenuButton {
-content: String
-color: int
-focusedColor: int
-actionListeners: List<Runnable>
'Disegna il bottone
+onRender(): void
'Richiama i listener
+onClick(xPos: float, yPos: float): void
+addActionListener(listener: Runnable): void
+removeActionListener(listener: Runnable): void
}
GameGui -- PauseButton
BaseGuiComponent <|-- PauseButton
class PauseButton {
-actionListeners: List<Runnable>
'Disegna il bottone
+onRender(): void
'Richiama i listener
+onClick(xPos: float, yPos: float): void
+addActionListener(listener: Runnable): void
+removeActionListener(listener: Runnable): void
}
GiocoPalla -- ValueManager
class ValueManager {
-values: List<Value<?>>
-immutableValues: List<Value<?>>
+registerValue(Value<?> v): void
+getValues(): List<Value<?>>
}
ValueManager"1" *-- "0...*"Value: contains >
class Value<T> {
-name: String
-value: T
-valueType: Class<T>
--
+Value()
+set(T obj): void
+get(): T
}
Value <|-- ColorValue: <Color>
class ColorValue {
-isRainbow: boolean
--
+ColorValue(String name, Color defaultValue)
+ColorValue(String name, int r, int g, int b)
--
+getRGB(): int
}
BaseGuiComponent <|- ColorSlider
ColorSlider -- ColorValue
class ColorSlider {
-value: ColorValue
'Disegna il bottone
+onRender(): void
'Setta il valore corretto al value
+onClick(xPos: float, yPos: float): void
}
BaseGui <|-- OptionsGui
OptionsGui -- ValueManager
OptionsGui -- ColorSlider
class OptionsGui {
'Inizializza i componenti per modificare le opzioni
+OptionsGui()
}
@enduml
|
56f8127e53cb35bc94b80ce38561f77db0370b67
|
39cd21194e3db6675348c1d113717d1fa55ae0b7
|
/src/main/java/org/example/ex044/ex044_class_diagram.puml
|
fb79d7f7683ca6b637e236346e1a61093528413c
|
[] |
no_license
|
tgoldsmith2001/Goldsmith-cop3330-assignment3
|
e99294559d81f4e98beba97ff742769da3028dd9
|
86aae4de365c34379fafb1a627be365166282bde
|
refs/heads/master
| 2023-08-23T11:03:07.150508
| 2021-10-11T02:49:32
| 2021-10-11T02:49:32
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 621
|
puml
|
@startuml
'https://plantuml.com/class-diagram
class App{
+{static}void main(System.in)
{static}void runSearch(product_list inventory, Scanner input)
{static}product_list readJson()
{static}String readString(Scanner input, String prompt)
{static}int isInArray(product_list checkArray, String name)
}
class product{
-String name
-double price
-int quantity
+product(String name, double price, int quantity)
+String getName()
+double getPrice()
+int getQuantity()
}
class product_list{
-ArrayList<product>products
+product_list(ArrayList<product>inventory)
}
@enduml
|
183d78b7661cc1ea0b179124c85d204f355f67fe
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/ExtensionChangeDestinationAction.puml
|
119eff6c96ffa9e10272fb9a09950a82cb9219bf
|
[] |
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
| 512
|
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 ExtensionChangeDestinationAction [[ExtensionChangeDestinationAction.svg]] extends ExtensionUpdateAction {
action: String
destination: [[ExtensionDestination.svg ExtensionDestination]]
}
interface ExtensionUpdateAction [[ExtensionUpdateAction.svg]] {
action: String
}
@enduml
|
184c2aa19a4900ab1cb321e0b8351e4cfd66ebd6
|
57af2f1f7ba82bcc5f6e652d3a305d93d727be2c
|
/moose-wiki/Developers/Diagrams/inheritance.puml
|
eaeffe0904ce92e8e25026c6fe8cbf3e20cfb6c5
|
[
"MIT"
] |
permissive
|
reda-idtaleb/moosetechnology.github.io
|
a36b09f19c37ac43b4fa012a1b909ca37b4a6928
|
b866efa65dbdf3ad5d23504391dee4684d42c5b1
|
refs/heads/master
| 2023-07-03T22:38:48.775864
| 2021-08-06T09:00:54
| 2021-08-06T09:00:54
| 388,830,027
| 0
| 0
|
MIT
| 2021-07-23T14:33:58
| 2021-07-23T14:33:57
| null |
UTF-8
|
PlantUML
| false
| false
| 512
|
puml
|
@startuml
hide empty members
skinparam class {
BackgroundColor white
ArrowColor black
BorderColor darkGray
}
class TInheritance << (T,lightGrey) >> {
}
class TWithInheritances << (T,lightGrey) >> {
Number totalNumberOfSubclasses
Number numberOfDirectSubclasses
Number subclassHierarchyDepth
Number numberOfSubclasses
Number hierarchyNestingLevel
}
TInheritance " *subInheritances" -- "superclass" TWithInheritances
TInheritance " *superInheritances" -- "subclass" TWithInheritances
@enduml
|
f015fb7ad8de15679a2b2fd203e200cf0fd39d9b
|
32012604691f442290cb2a59096e83c0274648a1
|
/classes/data-structures-p1.puml
|
73c7e551abbae4b2f901ee1a416f597f4dddf8f7
|
[
"BSD-2-Clause"
] |
permissive
|
Saabre/osrm-backend-uml
|
4a50ed007dc58385efd00e1e1004899576d0c915
|
e6f10725c93695ee66a8f0b0d8df5deddec66092
|
refs/heads/master
| 2021-01-01T19:06:39.897069
| 2015-01-05T14:18:21
| 2015-01-05T14:46:30
| 28,812,301
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 17,524
|
puml
|
' Copyright (c) 2013, Project OSRM, Dennis Luxen, others
' All rights reserved.
'
' Redistribution and use in source and binary forms, with or without modification,
' are permitted provided that the following conditions are met:
'
' Redistributions of source code must retain the above copyright notice, this list
' of conditions and the following disclaimer.
' Redistributions in binary form must reproduce the above copyright notice, this
' list of conditions and the following disclaimer in the documentation and/or
' other materials provided with the distribution.
'
' THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
' ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
' WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
' DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
' ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
' (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
' LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
' ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
' SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@startuml
' BinaryHeap.h
class ArrayStorage {
+ArrayStorage(size_t size)
+~ArrayStorage()
+Key &operator[](NodeID node)
+void Clear()
-Key *positions
}
class MapStorage {
+MapStorage(size_t)
+Key &operator[](NodeID node)
+void Clear()
-map<NodeID, Key> nodes
}
class UnorderedMapStorage {
+UnorderedMapStorage(size_t)
+Key &operator[](NodeID node)
+Key &operator[](NodeID node)
+void Clear() { nodes.clear() }
-unordered_map<NodeID, Key> nodes
}
class HeapNode {
+HeapNode(NodeID n, Key k, Weight w, Data d)
+NodeID node
+Key key
+Weight weight
+Data data
}
class HeapElement <<(S,#83e6bc)>> {
Key index
Weight weight
}
class BinaryHeap {
-BinaryHeap(BinaryHeap &right)
-void operator=(BinaryHeap &right)
+typedef Weight WeightType
+typedef Data DataType
+BinaryHeap(size_t maxID)
+void Clear()
+size_t Size()
+bool Empty()
+void Insert(NodeID node, Weight weight, Data &data)
+Data &GetData(NodeID node)
+Data &GetData(NodeID node)
+Weight &GetKey(NodeID node)
+bool WasRemoved(NodeID node)
+bool WasInserted(NodeID node)
+NodeID Min()
+NodeID DeleteMin()
+void DeleteAll()
+void DecreaseKey(NodeID node, Weight weight)
-vector<HeapNode> inserted_nodes
-vector<HeapElement> heap
-IndexStorage node_index
-void Downheap(Key key)
-void Upheap(Key key)
-void CheckHeap()
}
' ConcurrentQueue.h
class ConcurrentQueue {
+ConcurrentQueue(size_t max_size) : m_internal_queue(max_size) {}
+void push(Data &data)
+bool empty()
+void wait_and_pop(Data &popped_value)
+bool try_pop(Data &popped_value)
-boost::circular_buffer<Data> m_internal_queue
-mutex m_mutex
-condition_variable m_not_empty
-condition_variable m_not_full
}
' Coordinate.cpp
class FixedPointCoordinate <<(S,#83e6bc)>> {
+int lat
+int lon
+FixedPointCoordinate()
+FixedPointCoordinate(int lat, int lon)
+void Reset()
+bool isSet()
+bool isValid()
+bool operator==(FixedPointCoordinate &other)
+{{static}} double ApproximateDistance(int lat1, int lon1, int lat2, int lon2)
+{{static}} double ApproximateDistance(FixedPointCoordinate &first_coordinate, FixedPointCoordinate &second_coordinate)
+{{static}} float ApproximateEuclideanDistance(FixedPointCoordinate &first_coordinate, FixedPointCoordinate &second_coordinate)
+{{static}} float ApproximateEuclideanDistance(int lat1, int lon1, int lat2, int lon2)
+{{static}} float ApproximateSquaredEuclideanDistance(FixedPointCoordinate &first_coordinate, FixedPointCoordinate &second_coordinate)
+{{static}} void convertInternalLatLonToString(int value, string &output)
+{{static}} void convertInternalCoordinateToString(FixedPointCoordinate &coordinate, string &output)
+{{static}} void convertInternalReversedCoordinateToString(FixedPointCoordinate &coordinate, string &output)
+{{static}} float ComputePerpendicularDistance(FixedPointCoordinate &segment_source, FixedPointCoordinate &segment_target, FixedPointCoordinate &query_location)
+{{static}} float ComputePerpendicularDistance(FixedPointCoordinate &segment_source, FixedPointCoordinate &segment_target, FixedPointCoordinate &query_location, FixedPointCoordinate &nearest_location, float &ratio)
+{{static}} int OrderedPerpendicularDistanceApproximation(FixedPointCoordinate &segment_source, FixedPointCoordinate &segment_target, FixedPointCoordinate &query_location)
+{{static}} float GetBearing(FixedPointCoordinate &A, FixedPointCoordinate &B)
+float GetBearing(FixedPointCoordinate &other)
+void Output(ostream &out)
+{{static}} float DegreeToRadian(float degree)
+{{static}} float RadianToDegree(float radian)
}
' DeallocatingVector.h
class DeallocatingVectorIteratorState <<(S,#83e6bc)>> {
+DeallocatingVectorIteratorState()
+DeallocatingVectorIteratorState(DeallocatingVectorIteratorState &r)
+DeallocatingVectorIteratorState(size_t idx, vector<ElementT *> *input_list)
+size_t index
+vector<ElementT *> *bucket_list
+DeallocatingVectorIteratorState &operator=(DeallocatingVectorIteratorState &other)
}
class DeallocatingVectorIterator {
-DeallocatingVectorIteratorState<ElementT> current_state
+friend class boost::iterator_core_access
+DeallocatingVectorIterator() {}
+DeallocatingVectorIterator(size_t idx, vector<ElementT *> *input_list)
+void advance(size_t n)
+void increment()
+void decrement()
+bool equal(DeallocatingVectorIterator &other)
+ptrdiff_t distance_to(DeallocatingVectorIterator &other)
+ElementT &dereference()
+ElementT &operator[](size_t index)
}
class DeallocatingVectorRemoveIterator {
-DeallocatingVectorIteratorState<ElementT> current_state
+friend class boost::iterator_core_access
+DeallocatingVectorRemoveIterator(size_t idx, vector<ElementT *> *input_list)
+void increment()
+bool equal(DeallocatingVectorRemoveIterator &other)
+ptrdiff_t distance_to(DeallocatingVectorRemoveIterator &other)
+ElementT &dereference()
}
class DeallocatingVector {
-size_t current_size
-vector<ElementT *> bucket_list
+typedef DeallocatingVectorIterator<ElementT, ELEMENTS_PER_BLOCK> iterator
+typedef DeallocatingVectorIterator<ElementT, ELEMENTS_PER_BLOCK> const_iterator
+// this forward-only iterator deallocates all buckets that have been visited
+typedef DeallocatingVectorRemoveIterator<ElementT, ELEMENTS_PER_BLOCK> deallocation_iterator
+DeallocatingVector()
+~DeallocatingVector()
+void swap(DeallocatingVector<ElementT, ELEMENTS_PER_BLOCK> &other)
+void clear()
+void push_back(ElementT &element)
+void emplace_back(Ts &&... element)
+void reserve(size_t)
+void resize(size_t new_size)
+size_t size()
+size_t capacity()
+iterator begin()
+iterator end()
+deallocation_iterator dbegin()
+deallocation_iterator dend()
+const_iterator begin()
+const_iterator end()
+ElementT &operator[](size_t index)
+ElementT &operator[](size_t index)
+ElementT &back()
+ElementT &back()
+void append(InputIterator first, InputIterator last)
}
' Dynamic Graph
class InputEdge {
+NodeIterator source
+NodeIterator target
+EdgeDataT data
+InputEdge()
+InputEdge(NodeIterator source, NodeIterator target, Ts &&...data)
+bool operator<(InputEdge &right)
}
class Node <<(S,#83e6bc)>> {
+EdgeIterator firstEdge // index of the first edge
+unsigned edges // amount of edges
}
class Edge <<(S,#83e6bc)>> {
+NodeIterator target
+EdgeDataT data
}
class DynamicGraph {
+typedef EdgeDataT EdgeData
+typedef unsigned NodeIterator
+typedef unsigned EdgeIterator
+typedef osrm::range<EdgeIterator> EdgeRange
+DynamicGraph(int32_t nodes)
+DynamicGraph(int32_t nodes, ContainerT &graph)
+~DynamicGraph() {}
+unsigned GetNumberOfNodes()
+unsigned GetNumberOfEdges()
+unsigned GetOutDegree(NodeIterator n)
+unsigned GetDirectedOutDegree(NodeIterator n)
+NodeIterator GetTarget(EdgeIterator e)
+void SetTarget(EdgeIterator e, NodeIterator n)
+EdgeDataT &GetEdgeData(EdgeIterator e)
+EdgeDataT &GetEdgeData(EdgeIterator e)
+EdgeIterator BeginEdges(NodeIterator n)
+EdgeIterator EndEdges(NodeIterator n)
+EdgeRange GetAdjacentEdgeRange(NodeIterator node)
+NodeIterator InsertNode()
+EdgeIterator InsertEdge(NodeIterator from, NodeIterator to, EdgeDataT &data)
+void DeleteEdge(NodeIterator source, EdgeIterator e)
+int32_t DeleteEdgesTo(NodeIterator source, NodeIterator target)
+EdgeIterator FindEdge(NodeIterator from, NodeIterator to)
#bool isDummy(EdgeIterator edge)
#void makeDummy(EdgeIterator edge)
#NodeIterator number_of_nodes
#atomic_uint number_of_edges
#vector<Node> node_list
#DeallocatingVector<Edge> edge_list
}
' EdgeBasedNode
class EdgeBasedNode <<(S,#83e6bc)>> {
+EdgeBasedNode()
+EdgeBasedNode(NodeID forward_edge_based_node_id, NodeID reverse_edge_based_node_id, NodeID u, NodeID v, unsigned name_id, int forward_weight, int reverse_weight, int forward_offset, int reverse_offset, unsigned packed_geometry_id, unsigned short fwd_segment_position, bool belongs_to_tiny_component )
+static FixedPointCoordinate Centroid(FixedPointCoordinate & a, FixedPointCoordinate & b)
+bool IsCompressed()
+NodeID forward_edge_based_node_id // needed for edge-expanded graph
+NodeID reverse_edge_based_node_id // needed for edge-expanded graph
+NodeID u // indices into the coordinates array
+NodeID v // indices into the coordinates array
+unsigned name_id // id of the edge name
+int forward_weight // weight of the edge
+int reverse_weight // weight in the other direction (may be different)
+int forward_offset // prefix sum of the weight up the edge TODO: short must suffice
+int reverse_offset // prefix sum of the weight from the edge TODO: short must suffice
+unsigned packed_geometry_id // if set, then the edge represents a packed geometry
+unsigned short fwd_segment_position // segment id in a compressed geometry
+bool is_in_tiny_cc
}
' HashTable
class HashTable {
-typedef pair<Key, Value> KeyValPair
-vector<KeyValPair> table
+HashTable()
+void Add(Key &key, Value &value)
+void Clear()
+Value Find(Key &key)
+bool Holds(Key &key)
}
' HilbertValue
class HilbertCode {
+uint64_t operator()(FixedPointCoordinate ¤t_coordinate)
+HilbertCode() {}
+HilbertCode(HilbertCode &)
-uint64_t BitInterleaving(uint32_t a, uint32_t b)
-void TransposeCoordinate(uint32_t *X)
}
' Import Edge
class NodeBasedEdge <<(S,#83e6bc)>> {
+bool operator<(NodeBasedEdge &e)
+NodeBasedEdge(NodeID source, NodeID target, NodeID name_id, EdgeWeight weight, bool forward, bool backward, short type, bool roundabout, bool in_tiny_cc, bool access_restricted, bool contra_flow, bool is_split)
+NodeID source
+NodeID target
+NodeID name_id
+EdgeWeight weight
+short type
+bool forward
+bool backward
+bool roundabout
+bool in_tiny_cc
+bool access_restricted
+bool contra_flow
+bool is_split
+NodeBasedEdge()
}
class EdgeBasedEdge <<(S,#83e6bc)>> {
+bool operator<(EdgeBasedEdge &e)
+EdgeBasedEdge(EdgeT &myEdge)
+EdgeBasedEdge()
+EdgeBasedEdge(NodeID source, NodeID target, NodeID edge_id, EdgeWeight weight, bool forward, bool backward)
+NodeID source
+NodeID target
+NodeID edge_id
+EdgeWeight weight : 30
+bool forward : 1
+bool backward : 1
}
' ImportNode.cpp .h
class ExternalMemoryNode <<(S,#83e6bc)>> {
+ExternalMemoryNode(int lat, int lon, unsigned int id, bool bollard, bool traffic_light)
+ExternalMemoryNode()
+{static} ExternalMemoryNode min_value()
+{static} ExternalMemoryNode max_value()
+bool bollard
+bool trafficLight
}
class ImportNode <<(S,#83e6bc)>> {
+HashTable<string, string> keyVals
+void Clear()
}
' InputeaderFactory.h
' Function and struct only
' JSONContainer
' Function and struct only
' LRU Cache
class CacheEntry <<(S,#83e6bc)>> {
CacheEntry(KeyT k, ValueT v)
KeyT key
ValueT value
}
class LRUCache<KeyT, ValueT> {
-unsigned capacity
-list<CacheEntry> itemsInCache
-unordered_map<KeyT, typename list<CacheEntry>::iterator> positionMap
+LRUCache(unsigned c) : capacity(c) {}
+bool Holds(KeyT key)
+void Insert(KeyT key, ValueT &value)
+void Insert(KeyT key, ValueT value)
+bool Fetch(KeyT key, ValueT &result)
+unsigned Size()
}
' NodeBasedGraph.h
' Function and struct only
' OriginalEdgeData.h
class OriginalEdgeData <<(S,#83e6bc)>> {
+OriginalEdgeData()
+OriginalEdgeData(NodeID via_node, unsigned name_id, TurnInstruction turn_instruction, bool compressed_geometry)
+NodeID via_node
+unsigned name_id
+TurnInstruction turn_instruction
+bool compressed_geometry
}
' Percent.h
class Percent {
+Percent(unsigned max_value, unsigned step = 5)
+void reinit(unsigned max_value, unsigned step = 5)
+void printStatus(unsigned current_value)
+void printIncrement()
+void printAddition(unsigned addition)
-atomic_uint m_current_value
-unsigned m_max_value
-unsigned m_percent_interval
-unsigned m_next_threshold
-unsigned m_last_percent
-unsigned m_step
-void printPercent(double percent)
}
' PhantomNodes
class PhantomNode <<(S,#83e6bc)>> {
+PhantomNode(NodeID forward_node_id, NodeID reverse_node_id, unsigned name_id, int forward_weight, int reverse_weight, int forward_offset, int reverse_offset, unsigned packed_geometry_id, FixedPointCoordinate &location, unsigned short fwd_segment_position)
+PhantomNode()
+NodeID forward_node_id
+NodeID reverse_node_id
+unsigned name_id
+int forward_weight
+int reverse_weight
+int forward_offset
+int reverse_offset
+unsigned packed_geometry_id
+FixedPointCoordinate location
+unsigned short fwd_segment_position
+int GetForwardWeightPlusOffset()
+int GetReverseWeightPlusOffset()
+bool isBidirected()
+bool IsCompressed()
+bool isValid(unsigned numberOfNodes)
+bool isValid()
+bool operator==(PhantomNode & other)
}
' typedef vector<vector<PhantomNode>> PhantomNodeArray
class PhantomNodeLists <<(S,#83e6bc)>> {
vector<PhantomNode> source_phantom_list
vector<PhantomNode> target_phantom_list
}
class PhantomNodes <<(S,#83e6bc)>> {
PhantomNode source_phantom
PhantomNode target_phantom
}
' QueryEdge
class EdgeData<OtherT> <<(S,#83e6bc)>> {
+EdgeData()
+EdgeData(OtherT &other)
+NodeID id
+bool shortcut
+int distance
+bool forward
+bool backward
}
class QueryEdge <<(S,#83e6bc)>> {
+NodeID source
+NodeID target
+EdgeData data
+QueryEdge()
+QueryEdge(NodeID source, NodeID target, EdgeData data)
+bool operator<(QueryEdge &right)
+bool operator==(QueryEdge &right)
}
' QueryNode.h
class NodeInfo<<(S,#83e6bc)>> {
+typedef NodeID key_type // type of NodeID
+typedef int value_type // type of lat,lons
+NodeInfo(int lat, int lon, NodeID node_id)
+NodeInfo()
+int lat
+int lon
+NodeID node_id
+{static} NodeInfo min_value()
+{static} NodeInfo max_value()
+value_type operator[](size_t n)
}
@enduml
|
b83349e842dc613891ab99bb2110aee39c5d00ee
|
e43bf0a95e9396d3331c8e03039e7d13bc9d9fbc
|
/docs/diagrams/abstract.puml
|
a1fd94e1ff9494b9b45b1b86f78dacd40cf2fe2c
|
[
"Apache-2.0"
] |
permissive
|
2021-msa-study/fastmsa
|
d84be4e0799581a3728117f0654d33cefc18b90d
|
be4fffbcfc82268980d78058a934404ffe6ee881
|
refs/heads/main
| 2023-04-22T10:37:05.452922
| 2021-05-16T13:01:50
| 2021-05-16T13:01:50
| 349,069,693
| 1
| 0
|
Apache-2.0
| 2021-05-12T16:45:28
| 2021-03-18T12:42:50
|
Python
|
UTF-8
|
PlantUML
| false
| false
| 2,847
|
puml
|
@startuml "overview"
hide empty members
skinparam defaultFontName "Segoe UI"
skinparam ClassAttributeIconSize 0
skinparam PackageFontSize 11
allow_mixing
Actor User
Database DB
package fastmsa {
package core {
abstract class AbstractMSA {
+ name: str
+ title: str
..
+ api: AbstractAPI
+ uow: AbstractUnitOfWork
+ broker: AbstractMessageBroker
}
abstract class AbstractAPI {
+ post(...)
+ get(...)
+ put(...)
+ delete(...)
}
abstract class AbstractUnitOfWork
AbstractMSA "uow" --> AbstractUnitOfWork
AbstractMSA "broker" --> AbstractMessageBroker
AbstractMSA "\n\tapi" --> AbstractAPI
AbstractMSA "messagebus" -> AbstractMessageHandler: \t\t
AbstractRepository <- AbstractUnitOfWork
abstract class AbstractMessageHandler {
client: AbstractPubsubClient
}
abstract class AbstractMessageBroker extends AbstractMessageHandler {
}
}
abstract class FastMSA {
+ db_url: str
+ module_name: str
}
AbstractMSA <|-[thickness=2]- FastMSA
AbstractUnitOfWork <|-- SqlAlchemyUnitOfWork
AbstractRepository <|-- SqlAlchemyRepository
AbstractMessageBroker <|-- RedisMessageBroker
AbstractAPI <|-- FastAPIAdapter
SqlAlchemyRepository <-o SqlAlchemyUnitOfWork
class RedisMessageBroker <<optional>> {
client: AbstractPubsubClient
}
FastAPIAdapter <-- FastMSA
RedisMessageBroker <-- FastMSA
SqlAlchemyUnitOfWork <-- FastMSA
class FastMSACommand <<bootstrapper>> {
}
class FastMSACommandParser
AbstractMessageHandler <|--- MessageBus
FastMSA -> MessageBus
}
package <<site-packages>> {
package fastapi {}
package sqlalchemy {}
package redis {}
fastapi -[hidden]-> sqlalchemy
}
SqlAlchemyUnitOfWork -[#333,dotted]--> sqlalchemy
FastAPIAdapter -[#333,dotted]--> "imports\n\n" fastapi
RedisMessageBroker -[#333,dotted]--> redis
card "User's App" as userapp {
package app.config {
class Config
}
file "setup.cfg" as f
folder app {
package domain
package handlers <<Command>>
package views <<Query>>
package routes
package adapters
}
f <-[hidden] app.config
app.config -[hidden]-> app
}
FastMSA <|-[thickness=2]- Config
userapp <.[thickness=3]. User: implements
FastMSACommandParser <-[thickness=3]- User: "executes:\n<b>msa run</b>"
FastMSACommandParser -> FastMSACommand
FastMSACommand -> FastMSA
FastMSACommand ..> f: "1) reads"
FastMSACommand ..> userapp: "2) imports\nmodules"
FastMSACommand ..> DB: "3) connects\nto"
core <--- app: depends on\nabstractions
@endul
|
eff074ceca476eda3333149a69e749f3f62cbc56
|
3150c7ff97d773754f72dabc513854e2d4edbf04
|
/P3/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test-dummies/java/spec/concordion/integration/junit3/junit3.plantuml
|
c5cb74f9106dc65a2601da2b1f460d3cbeede7e9
|
[
"WTFPL",
"Apache-2.0"
] |
permissive
|
leRoderic/DS18
|
c8aa97b9d376788961855d6d75996990b291bfde
|
0800755c58f33572e04e7ce828770d19e7334745
|
refs/heads/master
| 2020-03-29T05:14:14.505578
| 2019-11-07T18:01:37
| 2019-11-07T18:01:37
| 149,574,113
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 807
|
plantuml
|
@startuml
title __JUNIT3's Class Diagram__\n
package spec.concordion.integration.junit3 {
class Foo {
+ Foo()
+ testDummy()
}
}
package spec.concordion.integration.junit3 {
class FooFixture {
+ FooFixture()
}
}
package spec.concordion.integration.junit3 {
class FooFixtureRecorder {
{static} - fooFixtureClass : String
{static} + getFooFixtureClass()
{static} + setFooFixtureClass()
}
}
package spec.concordion.integration.junit3 {
class FooTest {
+ FooTest()
+ testDummy()
}
}
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
|
dfd78af5602e68e43e05d5f9d460c8634758b3f5
|
1ac0a5cf0a74b207d7cdac817f81b15f452f494c
|
/Livrables/Diagrammes/Composants/UML/GroupClient.plantuml
|
6594a29ff8ad27b7aadc979f3d3744f6a2d82e23
|
[
"MIT"
] |
permissive
|
HugoLA1/Projet-programmation-systeme
|
1f143b71a52871ca3536b30d78592c29f19aae97
|
5262fa64cd862283078346b4f8a2aa69246d47d6
|
refs/heads/master
| 2020-06-01T10:33:49.688170
| 2018-12-13T13:22:55
| 2018-12-13T13:22:55
| 190,750,176
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 272
|
plantuml
|
@startuml
class GroupClient {
+ clients : Client[] <<get>> <<set>>
+ clientNumber : int <<get>> <<set>>
+ dishState : DishState <<get>> <<set>>
+ finalPrice : int <<get>> <<set>>
+ commands : List<Command>
+ GroupClient(clientNumber:int)
}
@enduml
|
4597f3b02a60a070bbc2116d4bf9a000c707e5eb
|
a751888fd29a1b92bb32ef7d272d3e72f664ed30
|
/src/design/metric-ntrip-class-diagram.puml
|
7f0b47c13b3cf954de65c3c1595b94f49e411d8a
|
[
"Apache-2.0",
"MIT",
"EPL-1.0"
] |
permissive
|
petrushy/Orekit
|
b532c7db85c992d85b5ac3d858d18d656e2b8c46
|
1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443
|
refs/heads/develop
| 2023-08-16T11:37:43.709083
| 2023-07-18T20:13:14
| 2023-07-18T20:13:14
| 42,349,064
| 10
| 2
|
Apache-2.0
| 2023-07-21T14:54:14
| 2015-09-12T07:39:56
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 2,694
|
puml
|
' Copyright 2002-2022 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
package java.lang #ECEBD8 {
interface Runnable
}
package org.orekit.gnss.metric #ECEBD8 {
package parser #DDEBD8 {
class MessagesParser
abstract class AbstractEncodedMessages {
{abstract} #int fetchByte()
}
}
package ntrip #DDEBD8 {
interface MessageObserver {
+messageAvailable(String mountPoint, ParsedMessage message)
}
class MyObserverForIgm01
class StreamMonitor {
+run()
}
class NtripClient {
+NtripClient(String host, int port)
+setProxy(Proxy.Type type, proxyHost, proxyPort)
+addObserver(int typeCode, String mountPoint, MessageObserver observer)
+SourceTable getSourceTable()
+startStreaming(mountPoint, type, requiresNMEA, ignoreUnknownMessageTypes)
+stropStreaming(time)
}
enum Type {
+RTCM
+IGS_SSR
{static} +MessagesParser getParser(List<Integer> messages)
}
class SourceTable {
+List<CasterRecord> getCasters()
+List<NetworkRecord> getNetworks()
+List<DataStreamRecord> getDataStreams()
}
Runnable <|.. StreamMonitor
AbstractEncodedMessages <|-- StreamMonitor
MessagesParser <-- Type
StreamMonitor <-- NtripClient
SourceTable <-- NtripClient
NtripClient *--> "*" MessageObserver
NtripClient *-->"1" Type
MessageObserver <|.. MyObserverForIgm01
}
}
@enduml
|
5b73f9ffe5eb709cfa059ffe9f4a01874476f2a8
|
252dc571a37f1ffa99bc2a1922d0e033e28d157d
|
/application/core/navigation/library/navigation.puml
|
c9230b9b56b0b72a52a0622f15525de8626fa674
|
[
"Apache-2.0"
] |
permissive
|
IlgarHabibov/forma
|
396fe8967bdad78490ec8887cce40b07f416aeb5
|
6871f835013e11fa03ef5d8ecf789b08a5633aa7
|
refs/heads/master
| 2023-06-29T00:52:56.667578
| 2021-06-26T12:47:52
| 2021-06-26T12:47:52
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 898
|
puml
|
@startuml
package ":core:navigation" {
package "navigation-app-graph.xml" <<Rectangle>> {
class R {
id.home_fragment: Int
id.characters_list_fragment: Int
id.characters_detail_fragment: Int
id.characters_favorites_fragment: Int
}
}
class NavGraphIds {
values: Set<Int>
}
NavGraphIds ..> R : "uses"
interface Destination
class NavDestination implements Destination {
value: NavDestinations
}
class IdDestination implements Destination {
id: Int
}
interface Command <<Sealed>>
class To implements Command {
destination: Destination
}
To o-- Destination
class Back implements Command
class BackTo implements Command {
destination: Destination
}
BackTo o-- Destination
class ToRoot implements Command
}
@enduml
|
155c6b4e51c1b411b90d7fba95adc939cde2851f
|
6153f22ccad5e550ec60e6465d77bd7088174144
|
/DesignPattern/SimpleFactory/uml/SimpleFactory.puml
|
c1b9907dc0b2b2f00dd0419b8fc39194504f4592
|
[
"MIT",
"LicenseRef-scancode-other-permissive"
] |
permissive
|
zwxbest/Demo
|
a5093d4e82b269d200d23a7a390e299334301917
|
16ce40b63907d52d65ad93fba6a793847911d216
|
refs/heads/master
| 2023-06-08T17:15:27.688512
| 2022-03-03T03:53:31
| 2022-03-03T03:53:31
| 123,203,277
| 1
| 7
|
MIT
| 2023-05-26T22:15:03
| 2018-02-27T23:52:55
|
Roff
|
UTF-8
|
PlantUML
| false
| false
| 398
|
puml
|
@startuml
abstract class Operation{
String numberA
String numberB
double getResult()
}
class OperationAdd
class OperationDiv
class OperationMul
class OperationSub
class OperationFactory{
{static} Operation create()
}
class Main
Main..>OperationFactory
OperationFactory ..> Operation
Operation<|--OperationAdd
Operation<|--OperationSub
Operation<|--OperationMul
Operation<|--OperationDiv
@enduml
|
99f035c412bc7c4cc434a5c7b280c5488bdc2022
|
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
|
/examples/lambdaTerms.exmaple.puml
|
261102fcd4fbdc6feb98384877829d58daaed2c1
|
[
"MIT"
] |
permissive
|
tizuck/scala-uml-diagrams
|
4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b
|
c5c432132bff9df7ab60352f0e715583d9d51973
|
refs/heads/main
| 2023-03-01T02:44:15.288794
| 2021-02-03T22:26:55
| 2021-02-03T22:26:55
| 306,687,367
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 371
|
puml
|
@startuml
abstract class Lambda <<interface>> {
reduce():Lambda
}
class Variable {
identifier:String
}
class Abstraction {
variable:Variable
}
class Application {
innerLambdaTermL : Lambda
innerLambdaTermR : Lambda
}
Lambda <|-- Variable
Lambda <|-- Abstraction
Lambda <|-- Application
Abstraction --> "1" Lambda : " innerLambdaTerm"
@enduml
|
aa0a9128fc65dd686110b5463a6a92a674915684
|
c083168b4255af019262677c09ac0883d199b532
|
/kapitler/media/uml-class-personidentifikator.iuml
|
7d83fdf451fee3550fec77a56bd9cdb371441fe3
|
[] |
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
| 172
|
iuml
|
@startuml
class Arkivstruktur.NasjonaleIdentifikatorer.Personidentifikator <Nasjonalidentifikator> {
+foedselsnummer : string [0..1]
+dNummer : string [0..1]
}
@enduml
|
2be2ae06d109caf6e2eedc2050ce8ca42bc7bfaa
|
622c008212ad81846b9e5fbf6ac5ea98d4a442c9
|
/src/factory/simplefactory/pizzastore/simple.puml
|
54d41ddfdf1b4cb606edfc73c01561a80c8f3730
|
[] |
no_license
|
YangLiuQing-star/design-pattern
|
a6561cf5113128be355ec118807c2c0c6206bad7
|
2823c77e317a1de922142590166f784966f0b152
|
refs/heads/master
| 2022-12-27T21:23:56.249453
| 2020-10-13T13:49:25
| 2020-10-13T13:49:25
| 303,718,595
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 357
|
puml
|
@startuml
abstract class Pizza {
prepare():void
bake():void
cut():void
box():void
}
class ChessPizza
class GreekPizza
ChessPizza --|> Pizza
GreekPizza --|> Pizza
class SimpleFactory{
createPizza(String type):void
}
class OrderPizza{
}
SimpleFactory --o OrderPizza
SimpleFactory ..>ChessPizza
SimpleFactory ..>GreekPizza
@enduml
|
508a79aeefba3437689b0cfb1c0e1651937911ed
|
8f83adb253993728ad2b965efda9e2d0d9167ffd
|
/src/main/doc/resources/org/thegalactic/io/IOFactory.iuml
|
d9a041f2e61fd0035a43f3ef66ccce8042ac96ae
|
[
"CECILL-B"
] |
permissive
|
jcarbonnel/java-lattices
|
3906f29a84526dfeb3af5d24f4429d22d56f82b1
|
6df82e197748a455b1d886247a11ec1a56055def
|
refs/heads/master
| 2021-08-26T05:01:08.308878
| 2017-11-17T11:00:45
| 2017-11-17T11:00:45
| 109,843,590
| 0
| 0
| null | 2017-11-07T14:06:18
| 2017-11-07T14:06:18
| null |
UTF-8
|
PlantUML
| false
| false
| 765
|
iuml
|
package org.thegalactic.io {
class IOFactory<E> {
-HashMap<String, org.thegalactic.io.Reader<E>> readers
-HashMap<String, org.thegalactic.io.Writer<E>> writers
+org.thegalactic.io.Reader<E> registerReader(org.thegalactic.io.Reader<E> reader, String extension)
+org.thegalactic.io.Writer<E> registerWriter(org.thegalactic.io.Writer<E> writer, String extension)
+org.thegalactic.io.Reader<E> unregisterReader(String extension)
+org.thegalactic.io.Writer<E> unregisterWriter(String extension)
+org.thegalactic.io.Reader<E> getReader(String extension)
+org.thegalactic.io.Writer<E> getWriter(String extension)
}
IOFactory o-- org.thegalactic.io.Reader
IOFactory o-- org.thegalactic.io.Writer
}
|
a869d99b36f0db4ac516faee8a44ae9488a8779b
|
7e76778bf9a2540a68e2f05ad6ad32f99fc70bed
|
/Assets/Assets/Scripts/NoteDetails.puml
|
f8bc5327660efdc015b820f7564128a4e8411eed
|
[] |
no_license
|
JosipSkrlec/TVZ_GuestBook
|
e047760cd605d9d433406edc09f3f24d8a6c3ba3
|
1455332d4b71d615ea38db23698b31741289b056
|
refs/heads/main
| 2023-07-16T18:40:16.758495
| 2021-08-28T12:42:11
| 2021-08-28T12:42:11
| 347,311,742
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 147
|
puml
|
@startuml
class NoteDetails {
+ ShowNoteDetailsOnClick() : void
+ HideNoteDetailsOnClick() : void
}
MonoBehaviour <|-- NoteDetails
@enduml
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.