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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1521898f6f40f754ae77fdfa63c39879b436b092 | 71f991ceeedbb609fdc6461988fe0267d10e8bac | /uml/machine/SpeechToText.puml | c7830d7b0c2a2db2a21667f2982326ae27cb3155 | [] | no_license | CodyAdam/project__chatbot | 23d0ef12207fb0201258c288ee07872d957b1742 | afc0d8532f7a162d5b303b09fb41b345f4736697 | refs/heads/main | 2023-08-02T04:11:36.149644 | 2021-10-09T21:02:45 | 2021-10-09T21:02:45 | 415,371,853 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 244 | puml | @startuml
'https://plantuml.com/class-diagram
class SpeechToText << (O, #FF7700) >> {
Boolean inRecognition
Boolean cancel
SpeechClient client
ResponseObserver responseObserver
startRecognition()
endReco()
closeSpeech()
cancelReco()
}
@enduml |
f09187f9cc43e439ed8da2521bc17f89abed02c9 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Manipulators/Move/MoveItemModeMix.puml | f19a5b858d3209172a4f2182d22c0e8e279f3263 | [] | 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 | 850 | puml | @startuml
class MoveItemModeMix {
+ OnTrackDetach(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ HandleTrackSwitch(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ AllowTrackSwitch() : bool
+ AdjustStartTime(state:WindowState, itemsGroup:ItemsPerTrack, time:double) : double
+ OnModeClutchEnter(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ OnModeClutchExit(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ BeginMove(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ UpdateMove(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ FinishMove(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ ValidateMove(itemsGroup:ItemsPerTrack) : bool
+ DrawGUI(state:WindowState, movingItems:IEnumerable<MovingItems>, color:Color) : void
}
IMoveItemMode <|-- MoveItemModeMix
IMoveItemDrawer <|-- MoveItemModeMix
@enduml
|
3053f70edfc2516ac58a4705b3ef27a6526af2f6 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Extensions/TrackExtensions.puml | 28d734ef35a2f5efd4b9bf991660af49e3acd5a5 | [] | 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 | 639 | puml | @startuml
class TrackExtensions <<static>> {
+ {static} <<readonly>> kMinOverlapTime : double
+ {static} GetOrCreateClip(track:AnimationTrack) : AnimationClip
+ {static} CreateClip(track:TrackAsset, time:double) : TimelineClip
{static} Overlaps(blendOut:TimelineClip, blendIn:TimelineClip) : bool
+ {static} ComputeBlendsFromOverlaps(asset:TrackAsset) : void
+ {static} IsCompatibleWithClip(track:TrackAsset, clip:TimelineClip) : bool
+ {static} GetFlattenedChildTracks(asset:TrackAsset, list:List<TrackAsset>) : void
+ {static} GetFlattenedChildTracks(asset:TrackAsset) : IEnumerable<TrackAsset>
}
@enduml
|
ed9fd48b0795066342d3e4f23ad5edf9abe43832 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyQuoteChangeMyQuoteStateAction.puml | 9a4e2dcb2c66a8e3781020ed7fbd19fd3810bf75 | [] | 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 | 487 | 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 MyQuoteChangeMyQuoteStateAction [[MyQuoteChangeMyQuoteStateAction.svg]] extends MyQuoteUpdateAction {
action: String
quoteState: [[MyQuoteState.svg MyQuoteState]]
}
interface MyQuoteUpdateAction [[MyQuoteUpdateAction.svg]] {
action: String
}
@enduml
|
667194fce9999b220b455a2cad1a837ac48141b8 | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/behavior-strategy-pattern/src/main/resources/static/diagram-demo.puml | 3b1d1de7c58868731a0add60cd0d8e89c236b546 | [] | no_license | sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005870 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 528 | puml | @startuml
Context o-- Sale
interface Sale {
+double pay(double price)
}
class SaleNormal implements Sale {
+double pay(double price)
}
class SaleRebate implements Sale {
-double rebate
+SaleRebate(double rebate)
+double pay(double price)
}
class SaleDiscount implements Sale {
-double condition
-double discount
+SaleDiscount(double condition, double discount)
+double pay(double price)
}
class Context {
-Sale sale
+Sale getSale()
+void setSale(Sale sale)
+double pay(double price)
}
@enduml |
9bb9ba8003ead45ed619611aba810e0d531eada1 | 92dc3f15de7761ad32a6bc5ca2973c227bafdd46 | /diagrams/T2c.puml | 15deff67ae012a8e8d5dac4db0edf70c25a9f07d | [] | no_license | bhnatkowska/ClassDiagramComparison | bfcaf68ec2f10e46abb81d4461591b869a658248 | aee3f7a89c69667ee1c85f2b0961f2b5febb8172 | refs/heads/master | 2023-02-14T02:25:39.835157 | 2021-01-03T10:43:00 | 2021-01-03T10:43:00 | 326,383,253 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,355 | puml | @startuml
class Customer {
c_addressLine1 : String
c_customerNumber : Integer
c_customerName : String
c_phone : String
c_contactLastName : String
c_contactFirstName : String
c_city : String
c_postalCode : Integer
c_creditLimit : Integer
}
class Employee {
e_lastName : String
e_email : String
e_employeeNumber : Integer
e_firstName : String
e_extension : String
}
class Order {
o_orderNumber : Integer
o_orderDate : String
o_requiredDate : String
o_shippedDate : String
o_status : String
o_comments : String
off_postalCode : String
e_reportsTo : Integer
off_addressLine1 : String
c_state : String
off_state : String
off_addressLine2 : String
c_country : String
off_city : String
c_addressLine2 : String
off_officeCode : Integer
off_country : String
off_phone : String
off_territory : String
}
class ProductLine {
pln_textDescription : String
pln_productLine : String
p_productScale : String
}
class Product {
p_quantityInStock : Integer
p_productName : String
p_productDescription : String
p_MSRP : String
p_productCode : String
p_buyPrice : String
p_productVendor : String
}
class Dummy6 {
e_jobTitle : String
od_priceEach : String
od_quantityOrdered : Integer
od_orderLineNumber : Integer
}
Customer "1..*" -- "1" Employee
Order "1..*" -- "1" Customer
Product "1..*" -- "1" ProductLine
Product "1..*" -- "1..*" Order
(Product,Order) .. Dummy6
@enduml |
9d26818cc712b3a78e6680bf1041ce92669ee999 | 9987efadcb743f4b4c5a395fa0e3b65ee084f958 | /docs/CliCommands.plantuml | 92d6455d656c77cc314ce1ca2c72988f6e0ca79d | [
"Apache-2.0"
] | permissive | aerogear/ag-cli | b73a4af98ae8777631523e44990dcc01c661d405 | 7f12798a254f24e01e20d44cf922da63dd6278c1 | refs/heads/master | 2020-07-22T17:53:09.983826 | 2019-11-18T15:09:09 | 2019-11-18T15:09:09 | 207,280,968 | 1 | 2 | Apache-2.0 | 2019-11-18T14:58:33 | 2019-09-09T10:10:48 | TypeScript | UTF-8 | PlantUML | false | false | 302 | plantuml | @startuml
interface CommandInterface {
+handler(yargs: Argument)
+builder(yargs: Argv)
}
abstract class AbstractCommand
abstract class AbstractNamespaceScopedCommand {
+initCli(yargs: Argv): Argv
}
CommandInterface <|-- AbstractCommand
AbstractCommand <|-- AbstractNamespaceScopedCommand
@enduml |
8b28b7823e9351c39542794afe412473b441a400 | ef3fec1f3bd18a64245e377d72153582ebede4ab | /src/Data/Class.puml | 964ac6010713ebb4c0f05baeae3b5a4fc613a6d5 | [] | no_license | cloudy-happy/GitHubTest | 979a85a78166fe7e7713cd8d3a28f86a3d2c094d | 138cf7f78c798cb5bfa0824862283f8e1036dba4 | refs/heads/master | 2022-05-30T12:32:28.637134 | 2022-05-18T08:56:31 | 2022-05-18T08:56:31 | 244,837,125 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,227 | puml | @startuml
package "Data"{
package "Data.po"{
package "Data.po.User"{
class staff
class Customer
class BaseUser
interface IUser
class Address{
+ int id;
+ String address;
}
IUser <|..BaseUser
BaseUser <|-- Customer
BaseUser <|-- staff
Address<..Customer
}
package "Data.po.goods"{
class “Dish”
class DishInMenu
class Order
class OrderDetail
class “Dishes”
OrderDetail <..Order
“Dishes”<.OrderDetail
Dish<..“Dishes”
DishInMenu <.."Dish"
}
"Order"<.."Customer"
"Dishes"<.."Customer"
}
package "Data.DAO" #green{
class BaseDAO{
+SessionFactory sessionFactory
-Session getSession()
-void setSessionFactory(SessionFactory sessionFactory)
}
class "DishDAO"
class "DishesDAO"
class "DishInMenuDAO"
class "OrderDAO"
class "StaffDAO"
class "UserDefNutDAO"
interface InterfaceDAO{
boolean update(T o);
boolean delete(T o);
boolean save(T o);
}
InterfaceDAO<|..."DishDAO"
InterfaceDAO<|.."StaffDAO"
InterfaceDAO<|.."CustomerDAO"
InterfaceDAO<|.."DishesDAO"
InterfaceDAO<|.."DishInMenuDAO"
InterfaceDAO<|.."OrderDAO"
InterfaceDAO<|.."UserDefNutDAO"
BaseDAO<|--"CustomerDAO"
BaseDAO<|--"StaffDAO"
BaseDAO<|--"DishesDAO"
BaseDAO<|--"DishInMenuDAO"
BaseDAO<|--"OrderDAO"
BaseDAO<|--"UserDefNutDAO"
BaseDAO<|-- "DishDAO"
}
}
package "Service"{
class CustomerService
interface IUserService
IUserService<|..AdminService
IUserService<|..CustomerService
IUserService<|..UserDefNutService
}
CustomerService <.."DishesDAO"
CustomerService <.. CustomerDAO
CustomerService <.. OrderDAO
CustomerService <.. DishDAO
CustomerService <.."DishInMenu"
package "Action"{
class AdminAction
class CustomerAction
class NutritionAction
class UserDefNuAction
}
CustomerAction <.. CustomerService
CustomerAction <.. Customer
CustomerAction <.."Dish"
@enduml |
1bf783a240e6f0015fbfc364228922b19b0158bb | 4ef2a0d7b50e772e235e40bf33c1313a11e1d23a | /app/docs/asciidoc/models/modelui5.puml | b7d1f0a121cdb853b4e2a3ecf0d8ec1b71ff73c0 | [
"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 | 681 | puml | @startuml modelui5
title <size:30><b>Diagramme de classes ui pour la page de connexion</b></size>
package app{
package ui{
package login{
class LoginActivity extends AppCompatActivity implements View.OnClickListener{
- TAG : String
- loginViewModel : LoginViewModel
- usernameEditText : EditText
- passwordEditText: EditText
- auth: FirebaseAuth
+ onCreate(savedInstanceState : Bundle): void
+ onClick(v :View): void
- loginUser(): void
}
}
}
}
@enduml |
06dc643cfb6423c3b94b1d50f314e6178acee82d | 2375df463f4fd4496dcb4a65a17ac8a9e7a769b2 | /uml/MainGUI.puml | 5ebee6923a64aed09e74c1030298cca1e4cbc831 | [] | no_license | roymustangnet/dctzy | 99f6c1aedc788534bc7b23995190010f3faaa63e | 70a7f1a179047be0dd6c93a8d7fcbd190c5890e4 | refs/heads/master | 2022-09-23T09:45:28.418490 | 2020-02-23T15:46:19 | 2020-02-23T15:46:19 | 240,540,372 | 0 | 0 | null | 2022-08-23T18:03:30 | 2020-02-14T15:34:29 | Jupyter Notebook | UTF-8 | PlantUML | false | false | 298 | puml | @startuml
class MainGUI{
- __original_data
- __vol_data
+ top
+ run(self)
-__init_table(self)
-__init_menu(self)
-__statistic(self)
-__init_stat_config_window(self)
-__open_csv_files(self)
-__open_dump_file(self)
-__show_data(self, data, col_length)
-__plot(self, xname, group, agebins)
}
@enduml |
4de52b7ddb91e99f59a0575bcc1eab524a44f30d | 39cd21194e3db6675348c1d113717d1fa55ae0b7 | /src/main/java/org/example/ex041/ex041_class_diagram.puml | b631224f3ca369f8d7dbe6f9a2cdf7b115f95405 | [] | 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 | 297 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
+{static}void main(System.in)
{static}ArrayList<String>Sort(ArrayList<String>Values)
{static}ArrayList<String>readFile(String path)
{static}boolean createFile(ArrayList<String> Values, String path, String name)
}
@enduml |
ed2633ccd569941251ef502c08e32bf3cce6bce1 | 54ef4bbf48bc967329076d67ebe61dc59dc2eac9 | /uml/app.puml | b34df839ffc5ad86af3f3b68b7567585ab376893 | [] | no_license | rachelsch1/schwarz-cop3330-assignment5 | aaccb58027590293aa981765b65d145635b93263 | 0dd63131069d8b828565073ed2e2fd87702065a5 | refs/heads/master | 2023-06-20T23:52:20.644472 | 2021-07-26T03:56:19 | 2021-07-26T03:56:19 | 389,348,432 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 884 | puml | @startuml
class MainClass {
main()
start()
}
class List {
directory: String
invList: ObservableList<Item>
List()
getDirectory()
setDirectory()
addItem()
deleteItem()
createTSVFile()
createHTMLFile()
loadInventoryTSV()
loadInventoryHTML()
}
class Item {
name: String
serial: String
value: String
getName()
setName()
getSerial()
setSerial()
getValue()
setValue()
}
class InventoryController {
list: List
initialize()
initTable()
initCols()
editTableCols()
loadData()
addButtonClicked()
deleteButtonClicked()
loadTSVButtonClicked()
loadHTMLButtonClicked()
saveAsHTMLClicked()
saveAsTSVClicked()
searchUsed()
showAllButtonClicked()
}
javafx.Application <|-- MainClass
MainClass <|-- List
List -- InventoryController
List - Item
@enduml |
d3b0e63ec3f87db7ec2236925a5a569e0da7ef90 | 57af2f1f7ba82bcc5f6e652d3a305d93d727be2c | /moose-wiki/Developers/Diagrams/anchor.puml | 76c617c77d3b1de12ab052b3a7d53af1eb00fb71 | [
"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 | 1,306 | puml | @startuml
hide empty members
skinparam class {
BackgroundColor white
ArrowColor black
BorderColor darkGray
}
class TFileAnchor << (T,lightGrey) >> {
String fileName
String encoding
}
class TFileNavigation << (T,lightGrey) >> {
Number endLine
Number startLine
Number startColumn
Number endColumn
}
class THasImmediateSource << (T,lightGrey) >> {
String source
}
class TIndexedFileNavigation << (T,lightGrey) >> {
Number startPos
Number endPos
}
class TMultipleFileAnchor << (T,lightGrey) >> {
}
class TRelativeSourceAnchor << (T,lightGrey) >> {
Number endPos
Number startPos
}
class TSourceAnchor << (T,lightGrey) >> {
Number lineCount
}
class TSourceEntity << (T,lightGrey) >> {
Number numberOfLinesOfCode
Number numberOfLinesOfCodeWithMoreThanOneCharacter
String sourceText
Boolean isStub
}
TSourceAnchor <|-- TFileAnchor
TFileAnchor <|-- TFileNavigation
TSourceAnchor <|-- TFileNavigation
TSourceAnchor <|-- THasImmediateSource
TFileAnchor <|-- TIndexedFileNavigation
TSourceAnchor <|-- TIndexedFileNavigation
TSourceAnchor <|-- TMultipleFileAnchor
TSourceAnchor <|-- TRelativeSourceAnchor
TMultipleFileAnchor -- " *fileAnchors" TFileAnchor
TRelativeSourceAnchor -- "relatedAnchor" TSourceAnchor
TSourceAnchor "sourceAnchor" -- "element" TSourceEntity
@enduml
|
8c2b2b5156720262e55a77819facc458e956f9fb | f4a3c15aaeb6cc0001e8c0e5bf272b95dd4495c7 | /checkUML.puml | 843c444a8a2e6d11661622b6936717f09acffb93 | [] | no_license | juliahart/KIJJapp | 8ccbdad55c5ef3e0b815f66e67e91257164e8b98 | 7b45d2a7143362f4c4e5ecef9e9d39d7f40dcc47 | refs/heads/master | 2023-01-31T06:20:35.401325 | 2020-12-17T21:56:58 | 2020-12-17T21:56:58 | 307,755,832 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 481 | puml | @startuml
class com.example.kijjapp.Booking {
- int id
- PetSitter petSitter
- PetOwner petOwner
- String endDate
- String startDate
- String status
- String[] ed
+ int getId()
+ void setId(int)
+ String getEndDate()
+ void setEndDate(String)
+ String getStartDate()
+ void setStartDate(String)
+ PetSitter getPetSitter()
+ void setPetSitter(PetSitter)
+ PetOwner getPetOwner()
+ void setPetOwner(PetOwner)
+ String getStatus()
+ void setStatus(String)
+ int startToEnd()
}
@enduml |
c8e1dfcdf57a3a911323afcabc9c77a89504e224 | 3cdb6adfdaed54bdf50c6adf89ed9d1653d637a3 | /app/src/main/java/com/shuyun/androidnotes/components/lifecycle/lifecycle_common.puml | 99209776ba3519e0cccc84923795c0770ea64458 | [] | no_license | Shuyun6/AndroidNotes | c3b26a48239a9f2397fdf9d057d7d9dd27df2417 | 5573b4749f7ecce77997eb8166a4d651b93fdfe4 | refs/heads/master | 2020-03-19T11:18:36.156844 | 2020-03-09T15:06:15 | 2020-03-10T15:07:34 | 136,442,024 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,845 | puml | @startuml
abstract class Lifecycle{
+ addObserver(observer : LifecycleObserver) : void
+ removeObserver(observer : LifecycleObserver) : void
+ getCurrentState() : State
}
enum Event{
ON_CREATE
ON_START
ON_RESUME
ON_PAUSE
ON_STOP
ON_DESTROY
ON_ANY
}
enum State{
DESTROYED
INITIALIZED
CREATED
STARTED
RESUMED
+ isAtLeast(state State) : boolean
}
interface LifecycleObserver{
}
annotation OnLifecycleEvent
interface LifecycleOwner{
getLifecycle() : Lifecycle
}
class ClassesInfoCache{
sInstance : ClassesInfoCache
- mCallbackMap : Map<Class, CallbackInfo>
- mHasLifecycleMethods : Map<Class, Boolean>
hasLifecycleMethods(klass : Class) : boolean
- getDeclaredMethods(klass : Class) : Method[]
getInfo(klass : Class) : CallbackInfo
- verifyAndPutHandler(handlers : Map<MethodReference, Lifecycle.Event>, newHandler : MethodReference, newEvent Lifecycle.Event, klass Class)
- createInfo(klass : Class, declaredMethods : Method[])
}
class CallbackInfo{
mEventToHandlers : Map<Lifecycle.Event, List<MethodReference>>
mHandlerToEvent : Map<MethodReference, Lifecycle.Event>
CallbackInfo(handlerToEvent Map<MethodReference, Lifecycle.Event)
invokeCallbacks(source : LifecycleOwner, event Lifecycle.Event, target : Object)
invokeMethodsForEvent(handlers : List<MethodReference>, source : LifecycleOwner, event : Lifecycle.Event, mWrapped : Object)
}
class MethodReference{
mCallType : int
mMethod : Method
MethodReference(callType : int, method : Method)
invokeCallback(source : LifecycleOwner, event : Lifecycle.Event, target : Object) : void
+ equals(o : Object) : void
+ hashCode() : int
}
class CompositeGeneratedAdaptersObserver{
- mGeneratedAdapters : GeneratedAdapter[]
CompositeGeneratedAdaptersObserver(generatedAdapters : GeneratedAdapter[])
onStateChanged(source : LifecycleOwner, event : Lifecycle.Event) : void
}
interface FullLifecycleObserver{
onCreate(owner : LifecycleOwner) : void
onStart(owner : LifecycleOwner) : void
onResume(owner : LifecycleOwner) : void
onPause(owner : LifecycleOwner) : void
onStop(owner : LifecycleOwner) : void
onDestroy(owner : LifecycleOwner) : void
}
class FullLifecycleObserverAdapter{
- mObserver : FullLifecycleObserver
FullLifecycleObserverAdapter(observer : FullLifecycleObserver)
onStateChanged(source : LifecycleOwner, event : Lifecycle.Event) : void
}
interface GeneratedAdapter{
callMethods(source : LifecycleOwner, event : Event, onAny : boolean, logger : MethodCallsLogger)
}
interface GenericLifecycleObserver{
onStateChanged(source : LifecycleOwner, event : Lifecycle.Event) : void
}
class Lifecycling{
- REFLECTIVE_CALLBACK : int
- GENERATED_CALLBACK : int
- sCallbackCache : Map<Class, Integer>
- sClassToAdapters : Map<Class, List<Constructor<? extends GeneratedAdapter>>>
getCallback(object : Object) : GenericLifecycleObserver
- createGeneratedAdapter(constructor : Constructor<? extends GeneratedAdapter>, object : Object)
- generatedConstructor(klass : Class<?>) : Constructor<? extends GeneratedAdapter>
- getObserverConstructorType(klass : Class<?>) : int
- resolveObserverCallbackType(klass : Class<?>) : int
- isLifecycleParent(klass : Class<?>) : boolean
- getAdapterName(className : String) : String
}
class MethodCallsLogger{
- mCalledMethods : Map<String, Integer>
+ approveCall(name : String, type : int) : boolean
}
class ReflectiveGenericLifecycleObserver{
- mWrapped : Object
- mInfo : CallbackInfo
ReflectiveGenericLifecycleObserver(wrapped : Object)
onStateChanged(source : LifecycleOwner, event : Lifecycle.Event) : void
}
class SingleGeneratedAdapterObserver{
- mGeneratedAdapter : GeneratedAdapter
SingleGeneratedAdapterObserver(generatedAdapter : GeneratedAdapter)
onStateChanged(source : LifecycleOwner, event : Lifecycle.Event) : void
}
'/Relationship
Lifecycle +--> State
Lifecycle +--> Event
Lifecycle -> LifecycleObserver
LifecycleObserver -> OnLifecycleEvent
ClassesInfoCache +--> CallbackInfo
ClassesInfoCache +--> MethodReference
CallbackInfo ..> MethodReference
LifecycleOwner <.. CallbackInfo
LifecycleOwner <.. MethodReference
LifecycleObserver <|--- GenericLifecycleObserver
LifecycleOwner <.. GenericLifecycleObserver
GenericLifecycleObserver <|. CompositeGeneratedAdaptersObserver
LifecycleObserver <|-- FullLifecycleObserver
GenericLifecycleObserver <|. FullLifecycleObserverAdapter
FullLifecycleObserver <... FullLifecycleObserverAdapter
CompositeGeneratedAdaptersObserver -> GeneratedAdapter
ReflectiveGenericLifecycleObserver --> ClassesInfoCache
GenericLifecycleObserver <|.. ReflectiveGenericLifecycleObserver
SingleGeneratedAdapterObserver --> GeneratedAdapter
GenericLifecycleObserver <|.. SingleGeneratedAdapterObserver
GeneratedAdapter <. Lifecycling
CompositeGeneratedAdaptersObserver ..> MethodCallsLogger
GeneratedAdapter ..> MethodCallsLogger
@enduml |
d2b85eef2c8d9f1e4f455385d19ea31db9425c1c | 8c59fbc94a2ba7fa9a12c10991fe334cda0df128 | /metrics/web/docs/features/navigation/diagrams/navigation_class_diagram.puml | 8e08a0d5ae0aecf935e122427266838cf0e156dc | [
"Apache-2.0"
] | permissive | solid-vovabeloded/flank-dashboard | 7e952fa1399585d3f15cae2ed2cab435fb82df3f | 15dae0c40823cc12886a1bb0c087442c0697ac89 | refs/heads/master | 2023-07-11T19:54:58.430004 | 2021-08-06T10:29:26 | 2021-08-06T10:29:26 | 389,593,827 | 0 | 0 | Apache-2.0 | 2021-07-26T10:33:52 | 2021-07-26T10:25:59 | null | UTF-8 | PlantUML | false | false | 3,746 | puml | @startuml navigation_class_diagram
class MetricsApp {}
package common.presentation {
package injector.widget {
class InjectionContainer {}
}
package navigation {
package route_configration {
class RouteName {
}
class RouteConfiguration {
+ name : RouteName
+ path : String
+ authorizationRequired : bool
}
class RouteConfigurationFactory {
+ RouteConfiguration create(Uri)
}
}
class MetricsRouteInformationParser {
- RouteConfigurationFactory _routeConfigurationFactory
+ Future<RouteConfiguration> parseRouteInformation(RouteInformation)
+ RouteInformation restoreRouteInformation(RouteConfiguration)
}
class MetricsRouterDelegate {
+ navigatorKey : GlobalKey<NavigatorState>
+ currentConfiguration : RouteConfiguration
+ navigatorObservers : List<NavigatorObservers>
- _navigationNotifier : NavigationNotifier
+ Future<void> setInitialRoutePath(RouteConfiguration routeConfiguration)
+ Future<void> setNewRoutePath(RouteConfiguration routeConfiguration)
}
package constants {
class MetricsRoutes {}
}
package state {
class NavigationNotifier {
+ pages : List<MetricsPage>
+ currentConfiguration : RouteConfiguration
- _metricsPageFactory : MetricsPageFactory
- _isUserLoggedIn : bool
- _isAppInitialized : bool
- _redirectRoute : RouteConfiguration
+ void handleAuthenticationUpdates(bool isLoggedIn)
+ void handleAppInitialized(bool isAppInitialized)
+ void pop()
+ void push(RouteConfiguration)
+ void pushReplacement(RouteConfiguration)
+ void pushAndRemoveUntil(RouteConfiguration, MetricsPredicate)
+ void handleInitialRoutePath(RouteConfiguration routeConfiguration)
+ void handleNewRoutePath(RouteConfiguration routeConfiguration)
- void _redirect()
- RouteConfiguration _processConfiguration(RouteConfiguration routeConfiguration)
}
}
package metrics_page {
class MetricsPageFactory {
+ MetricsPage create(RouteConfiguration)
}
class MetricsPage {
+ child : Widget
+ maintainState : bool
+ fullScreenDialog : bool
+ Route<T> createRoute()
}
class MetricsPageRoute {
+ builder : WidgetBuilder
+ settings : RouteSettings
+ maintainState : bool
+ fullscreenDialog : bool
+ Widget buildTransitions()
}
}
}
}
InjectionContainer --> NavigationNotifier : provides
MetricsApp --> MetricsRouteInformationParser :uses
MetricsApp --> MetricsRouterDelegate : uses
MetricsRouteInformationParser --> RouteConfiguration : provides
MetricsRouteInformationParser --> RouteConfigurationFactory : uses
RouteConfiguration --> RouteName : uses
RouteConfigurationFactory -> RouteConfiguration : uses
RouteConfigurationFactory -> MetricsRoutes : uses
MetricsRouterDelegate --> NavigationNotifier : uses
NavigationNotifier --> RouteConfigurationFactory : uses
NavigationNotifier --> RouteConfiguration : uses
NavigationNotifier --> MetricsPageFactory : uses
MetricsPageFactory --> MetricsPage : uses
MetricsPage --> MetricsPageRoute : uses
@enduml
|
1e80a197500d1aa9bd087fdff7826cb6584c115c | efce9d2b3c856b13a71f27e2b6f41aa26908c2ea | /out/production/Patrones/Promotores/Subastas/diagramas/diagrama_uml.plantuml | a567314acbeae70956b38350e4a845069e46e0c0 | [] | no_license | ebovio/Patrones | 6b746bd3c485bdbabf9feea1f44377c4c4785485 | 2fa7f3de402583493bc2acf0d138dcb3cf00ea82 | refs/heads/master | 2022-10-09T23:05:51.689288 | 2020-06-07T06:53:26 | 2020-06-07T06:53:26 | 270,111,482 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,302 | plantuml | @startuml
title __SUBASTAS's Class Diagram__\n
namespace Promotores.Subastas {
class Promotores.Subastas.CentroDeOcioSubasta {
+ subastar()
}
}
namespace Promotores.Subastas {
interface Promotores.Subastas.ISubastaStrategy {
{abstract} + subastar()
}
}
namespace Promotores.Subastas {
class Promotores.Subastas.Oferta {
- coste : float
- subastado : boolean
- tiempoEjecucion : int
+ Oferta()
+ getCoste()
+ getTiempoEjecucion()
+ setSubastado()
+ toString()
}
}
namespace Promotores.Subastas {
class Promotores.Subastas.SubastasTest {
{static} + main()
}
}
namespace Promotores.Subastas {
class Promotores.Subastas.ViviendaProtegidaSubasta {
+ subastar()
}
}
Promotores.Subastas.CentroDeOcioSubasta .up.|> Promotores.Subastas.ISubastaStrategy
Promotores.Subastas.Oferta o-- Promotores.Subastas.ISubastaStrategy : subastaStrategy
Promotores.Subastas.ViviendaProtegidaSubasta .up.|> Promotores.Subastas.ISubastaStrategy
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
|
64a0c7798b71599d61ebf45e4f7ebb4cf30798b6 | 112e511928937b8ec60004ca94f1dd996bd9fd1a | /Documents/Shos.Chatter.Server/Areas/HelpPage/SampleGeneration/HelpPageSampleKey.puml | b26c42d3c4f665bcdba1e3d4496290dc0ed59201 | [
"MIT"
] | permissive | Fujiwo/Shos.Chatter.NetFramework | 2c143b390b1588e38e5967a8b8f1c51bf5487362 | 3c7061398e790c2fc856585fdbf60a18705f11e0 | refs/heads/master | 2023-03-23T09:31:02.071913 | 2021-03-11T05:27:48 | 2021-03-11T05:27:48 | 323,569,895 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 858 | puml | @startuml
class HelpPageSampleKey {
+ HelpPageSampleKey(mediaType:MediaTypeHeaderValue)
+ HelpPageSampleKey(mediaType:MediaTypeHeaderValue, type:Type)
+ HelpPageSampleKey(sampleDirection:SampleDirection, controllerName:string, actionName:string, parameterNames:IEnumerable<string>)
+ HelpPageSampleKey(mediaType:MediaTypeHeaderValue, sampleDirection:SampleDirection, controllerName:string, actionName:string, parameterNames:IEnumerable<string>)
+ ControllerName : string <<get>>
+ ActionName : string <<get>>
+ SampleDirection : SampleDirection? <<get>>
+ <<override>> Equals(obj:object) : bool
+ <<override>> GetHashCode() : int
}
class "HashSet`1"<T> {
}
HelpPageSampleKey --> "MediaType" MediaTypeHeaderValue
HelpPageSampleKey --> "ParameterNames<string>" "HashSet`1"
HelpPageSampleKey --> "ParameterType" Type
@enduml
|
54e0d3535481bd099ae9ddade434ab86e97648d1 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Manipulators/Utils/PlacementValidity.puml | e17af1caef6e47783b0b4145a81f2dbfb940f1c6 | [] | 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 | 214 | puml | @startuml
enum PlacementValidity {
Valid,
InvalidContains,
InvalidIsWithin,
InvalidStartsInBlend,
InvalidEndsInBlend,
InvalidContainsBlend,
InvalidOverlapWithNonBlendableClip,
}
@enduml
|
48a8bab08d8e72ef8dcf79ffa371cad7ece646e5 | b607bda349642e826019dfb580567761f039178b | /src/adapter/adapter.puml | f4dc12d1ce2f1eae5cff69104a6fae4628e75bcf | [] | no_license | gyoridavid/design-patterns-typescript | 7f4ea630ce2973db0a33bb25e001ed6c85a10ab8 | 78ce0b14c8adf9b365da8d7234c6ed4d2ead07bc | refs/heads/main | 2023-03-08T02:38:53.226650 | 2021-02-20T11:00:31 | 2021-02-20T11:00:31 | 339,009,219 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 443 | puml | /' ADAPTER '/
@startuml
interface Adapter {
+ operation()
}
class Client
class ConcreteAdapter {
- adaptee
+ operation()
}
class Adaptee {
+ adaptedOperation()
}
hide empty members
Adapter <- Client
Adapter <|-- ConcreteAdapter
ConcreteAdapter -> Adaptee
note as N1
Convert the interface of a class into
another interface clients expect by wrapping
it and implementing the other interface
end note
@enduml
|
23bc424f1981bfe07e1794373f9d0d773fa26116 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Connection-Services/API-Gateways/Logical.puml | 324a133611375d099af1e74294a537fe496047e6 | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 170 | puml | @startuml
package "API Gateways" {
interface "API Gateways" {
}
}
CLI ()-- "API Gateways"
"REST API" ()-- "API Gateways"
"Web Portal" ()-- "API Gateways"
@enduml
|
83d46234e4e033f51598655e185b5d3149b86783 | 31599c73240223152691393a35cce27d4f623cc1 | /app/src/main/java/com/example/ducks/screen/screen.plantuml | 9710d9e20673cd38990c4f8face8694783f7eca8 | [] | no_license | DablSi/Screen | e2658460a17964a921507931924aae4a170a48a2 | 201715036f96277b5b7ef337044a0cd2c37f5fb7 | refs/heads/master | 2020-04-18T22:11:20.541723 | 2019-06-08T20:54:05 | 2019-06-08T20:54:05 | 167,786,484 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 9,073 | plantuml | //Автоматически сгенерированный код PlantUML
@startuml
title __SCREEN's Class Diagram__\n
package com.example.ducks.screen {
class Autorun {
+ onReceive()
}
}
package com.example.ducks.screen {
class Camera {
- cameraManager : CameraManager
- cameraFacing : int
- surfaceTextureListener : SurfaceTextureListener
- cameraId : String
- CAMERA_REQUEST_CODE : int
- backgroundHandler : Handler
- backgroundThread : HandlerThread
- cameraDevice : CameraDevice
- stateCallback : StateCallback
- textureView : TextureView
- cameraCaptureSession : CameraCaptureSession
- captureRequestBuilder : Builder
- captureRequest : CaptureRequest
- mImageReader : ImageReader
- bitmap : Bitmap
- bitmap2 : Bitmap
- previewSize : Size
- t : long
- rotate : int
- xs : int
- ys : int
- floatingActionButton : FloatingActionButton
{static} + _R : int
{static} + UNKNOWN : int
- hideSystemUI()
- chooseOptimalSize()
- setUpCamera()
- openCamera()
- openBackgroundThread()
- createPreviewSession()
- lock()
- unlock()
# onCreate()
# onStart()
# onResume()
# onStop()
- closeCamera()
- closeBackgroundThread()
+ fab()
- fixDarkPreview()
~ bitmapUpload()
~ bitmapDownload()
+ denoise()
+ erosion()
+ dilating()
+ comparePixel()
+ testColor()
}
}
package com.example.ducks.screen {
class PhotoThread {
+ run()
}
}
package com.example.ducks.screen {
class SendThread {
+ run()
}
}
package com.example.ducks.screen {
class CordThread {
+ run()
}
}
package com.example.ducks.screen {
class OrientationListener {
~ ROTATION_O : int
~ ROTATION_90 : int
~ ROTATION_270 : int
- rotation : int
+ OrientationListener()
+ onOrientationChanged()
}
}
package com.example.ducks.screen {
class MainActivity {
{static} - REQUEST_TAKE_GALLERY_VIDEO : int
{static} - REQUEST_START_CAMERA_ACTIVITY : int
{static} + video : byte[]
{static} + room : int
- textView1 : TextView
{static} - isUploaded : boolean
{static} # android_id : String
- button : Button
- showFileChooser()
+ onActivityResult()
- getPath()
# onCreate()
# onResume()
}
}
package com.example.ducks.screen {
class RoomAsync {
+ run()
}
}
package com.example.ducks.screen {
class NewThread {
# doInBackground()
}
}
package com.example.ducks.screen {
class Panel {
- textView : TextView
- textView1 : TextView
- button : ImageButton
- button1 : ImageButton
+ select()
+ unselect()
+ onCreateView()
+ onResume()
}
}
package com.example.ducks.screen {
class Search {
~ relativeLayout : RelativeLayout
~ isClicked : boolean
~ isTrue : boolean
{static} + URL : String
- android_id : String
- color1 : int
- color2 : int
{static} + room : Integer
- responseBody : Response<ResponseBody>
- newFragment : Fragment
- timeStart : long
- hideSystemUI()
# onCreate()
}
}
package com.example.ducks.screen {
class SendThread {
+ run()
}
}
package com.example.ducks.screen {
class GetThread {
~ time : long
+ run()
}
}
package com.example.ducks.screen {
class DownloadThread {
+ run()
}
}
package com.example.ducks.screen {
class VideoThread {
+ run()
}
}
package com.example.ducks.screen {
interface Service {
{abstract} + putDevice()
{abstract} + putCoords()
{abstract} + getCoords()
{abstract} + getTime()
{abstract} + getColor()
{abstract} + getRoom()
{abstract} + getFile()
{abstract} + uploadVideo()
{abstract} + getColors()
{abstract} + putStartVideo()
{abstract} + getStartVideo()
{abstract} + getIndexes()
}
}
package com.example.ducks.screen {
class DeviceData {
+ color : Integer
+ room : Integer
+ DeviceData()
}
}
package com.example.ducks.screen {
class RoomData {
+ deviceList : LinkedList<String>
+ time : Long
+ video : byte[]
+ RoomData()
}
}
package com.example.ducks.screen {
class Coords {
+ x1 : Integer
+ y1 : Integer
+ x2 : Integer
+ y2 : Integer
+ Coords()
}
}
package com.example.ducks.screen {
class Sync {
{static} + SYNC : String
{static} + isStarted : boolean
{static} + deltaT : float
~ D : int
{static} + date : String
{static} ~ t1 : long
{static} ~ t2 : long
{static} ~ t3 : long
+ socket : Socket
+ Sync()
+ onCreate()
+ onStartCommand()
+ onDestroy()
+ onBind()
}
}
package com.example.ducks.screen {
class SyncThread {
+ SyncThread()
# doInBackground()
}
}
package com.example.ducks.screen {
class Timer {
- relativeLayout : RelativeLayout
- button : Button
- timePicker : TimePicker
- textView : TextView
{static} ~ isStarted : boolean
- time : long
# onCreate()
}
}
package com.example.ducks.screen {
class ChangeText {
+ ChangeText()
+ onTick()
+ onFinish()
}
}
package com.example.ducks.screen {
class SendTime {
+ run()
}
}
package com.example.ducks.screen {
class Video {
{static} - TAG : String
- mVideoWidth : float
- mVideoHeight : float
- mDisplayWidth : float
- mDisplayHeight : float
{static} ~ ax : int
{static} ~ ay : int
{static} ~ bx : int
{static} ~ by : int
{static} ~ mMediaPlayer : MediaPlayer
- mTextureView : TextureView
{static} ~ path : String
- wakeLock : WakeLock
+ onCreate()
- hideSystemUI()
- showSystemUI()
- initView()
# onDestroy()
- calculateVideoSize()
- updateTextureViewSize()
+ onSurfaceTextureAvailable()
# onPause()
+ onRequestPermissionsResult()
+ onSurfaceTextureSizeChanged()
+ onSurfaceTextureDestroyed()
+ onSurfaceTextureUpdated()
}
}
package com.example.ducks.screen {
class VideoSurfaceView {
~ i : int
~ x : int
~ y : int
~ width : int
~ height : int
+ VideoSurfaceView()
+ surfaceCreated()
+ surfaceChanged()
+ surfaceDestroyed()
}
}
package com.example.ducks.screen {
class DrawThread {
- surfaceHolder : SurfaceHolder
- running : boolean
+ DrawThread()
+ requestStop()
+ run()
}
}
Autorun -up-|> BroadcastReceiver
Camera -up-|> AppCompatActivity
Camera o-- OrientationListener : orientationListener
Camera +-down- PhotoThread
Camera +-down- SendThread
Camera +-down- CordThread
Camera +-down- OrientationListener
OrientationListener -up-|> OrientationEventListener
HostCallbacks -up-|> FragmentHostCallback
MainActivity -up-|> AppCompatActivity
MainActivity +-down- RoomAsync
MainActivity +-down- NewThread
NewThread -up-|> AsyncTask
HostCallbacks -up-|> FragmentHostCallback
Panel -up-|> Fragment
SavedState -up-|> Parcelable
Search -up-|> AppCompatActivity
Search +-down- SendThread
Search +-down- GetThread
Search +-down- DownloadThread
Search +-down- VideoThread
HostCallbacks -up-|> FragmentHostCallback
Service +-down- DeviceData
Service +-down- RoomData
Service +-down- Coords
DeviceData o-- Coords : coords
Sync -up-|> Service
Sync o-- SyncThread : syncThread
Sync +-down- SyncThread
SyncThread -up-|> AsyncTask
Timer -up-|> AppCompatActivity
Timer +-down- ChangeText
Timer +-down- SendTime
ChangeText -up-|> CountDownTimer
HostCallbacks -up-|> FragmentHostCallback
Video -up-|> SurfaceTextureListener
Video -up-|> Activity
VideoSurfaceView -up-|> Callback
VideoSurfaceView -up-|> SurfaceView
VideoSurfaceView o-- DrawThread : drawThread
VideoSurfaceView +-down- DrawThread
BaseSavedState -up-|> AbsSavedState
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
|
097852a9cc540940eff3a0868dcedec3c1b5970c | 96874e0e3f9711f63256e620f7e83d6c24addc40 | /T4 - Sara/plantuml/ModeloCubo.puml | ed152ba6588b79f39f54cf38b70c0a97ab4ac641 | [] | no_license | sarahelenargthss/LudoOpenGL | d61bf926e3e5f14695cba7681b5704c037560dc3 | 7112a5c8facf2ee60a3b9d0a1161e03d23bb4422 | refs/heads/main | 2023-02-04T22:39:57.249310 | 2020-12-22T00:11:23 | 2020-12-22T00:11:23 | 323,476,001 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 64 | puml | @startuml
class ModeloCubo {
+ Geometria() : void
}
@enduml
|
46a23ac7422cbc265dcbe838b41eeb584193e483 | 95db096f36828b7124792f7ce52368a58783e9e9 | /docs/javadocs/soen6441riskgame/models/strategies/package-summary.puml | e6c6d25ab5ed3c9baade629665c570e4e0cb8e36 | [] | no_license | huntertran/soen6441-riskgame | 81af179068618a3870b14ef46cf51ea65c31ac6b | f6605e3c5bdd3346f65288c96de6d169faa47f00 | refs/heads/master | 2023-06-22T21:10:32.772010 | 2021-03-31T21:48:30 | 2021-04-02T03:19:34 | 209,664,319 | 2 | 1 | null | 2023-06-14T22:29:59 | 2019-09-19T23:16:40 | Java | UTF-8 | PlantUML | false | false | 2,820 | puml | @startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
package soen6441riskgame.models.strategies [[../../../soen6441riskgame/models/strategies/package-summary.html{soen6441riskgame.models.strategies}]] #lightyellow {
}
class "<b><size:14>AggressiveStrategy</b>" as soen6441riskgame.models.strategies.AggressiveStrategy [[../../../soen6441riskgame/models/strategies/AggressiveStrategy.html{soen6441riskgame.models.strategies.AggressiveStrategy}]] {
}
hide soen6441riskgame.models.strategies.AggressiveStrategy fields
hide soen6441riskgame.models.strategies.AggressiveStrategy methods
class "<b><size:14>BenevolentStrategy</b>" as soen6441riskgame.models.strategies.BenevolentStrategy [[../../../soen6441riskgame/models/strategies/BenevolentStrategy.html{soen6441riskgame.models.strategies.BenevolentStrategy}]] {
}
hide soen6441riskgame.models.strategies.BenevolentStrategy fields
hide soen6441riskgame.models.strategies.BenevolentStrategy methods
class "<b><size:14>CheaterStrategy</b>" as soen6441riskgame.models.strategies.CheaterStrategy [[../../../soen6441riskgame/models/strategies/CheaterStrategy.html{soen6441riskgame.models.strategies.CheaterStrategy}]] {
}
hide soen6441riskgame.models.strategies.CheaterStrategy fields
hide soen6441riskgame.models.strategies.CheaterStrategy methods
class "<b><size:14>HumanStrategy</b>" as soen6441riskgame.models.strategies.HumanStrategy [[../../../soen6441riskgame/models/strategies/HumanStrategy.html{soen6441riskgame.models.strategies.HumanStrategy}]] {
}
hide soen6441riskgame.models.strategies.HumanStrategy fields
hide soen6441riskgame.models.strategies.HumanStrategy methods
class "<b><size:14>RandomStrategy</b>" as soen6441riskgame.models.strategies.RandomStrategy [[../../../soen6441riskgame/models/strategies/RandomStrategy.html{soen6441riskgame.models.strategies.RandomStrategy}]] {
}
hide soen6441riskgame.models.strategies.RandomStrategy fields
hide soen6441riskgame.models.strategies.RandomStrategy methods
interface "<b><size:14>Strategy</b>" as soen6441riskgame.models.strategies.Strategy [[../../../soen6441riskgame/models/strategies/Strategy.html{soen6441riskgame.models.strategies.Strategy}]] {
}
hide soen6441riskgame.models.strategies.Strategy fields
hide soen6441riskgame.models.strategies.Strategy methods
soen6441riskgame.models.strategies.AggressiveStrategy ..|> soen6441riskgame.models.strategies.Strategy
soen6441riskgame.models.strategies.BenevolentStrategy ..|> soen6441riskgame.models.strategies.Strategy
soen6441riskgame.models.strategies.CheaterStrategy ..|> soen6441riskgame.models.strategies.Strategy
soen6441riskgame.models.strategies.HumanStrategy ..|> soen6441riskgame.models.strategies.Strategy
soen6441riskgame.models.strategies.RandomStrategy ..|> soen6441riskgame.models.strategies.Strategy
@enduml
|
2c52706fda849f4ec82d997ffb69232b84149936 | ff37fc7cd12d4fbf1edbfb497f799f0da4f796ed | /plantuml/example-01.puml | cfb46c5891619ec2460306d2441adecb1803ff9c | [] | no_license | abulka/lcodemaps | d3cd2e748cd14026c2a055939b69ba9ba44c3a61 | d40f7437cbe5a3484fb2136118f2c32a87aa7ceb | refs/heads/master | 2022-03-07T13:32:43.446713 | 2022-02-14T00:21:25 | 2022-02-14T00:21:25 | 223,074,570 | 43 | 8 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,704 | puml | @startuml More complete example of a Literate Code Map - 01
!$code = "<color:royalBlue><size:14>"
!$codeb = "<color:DarkSlateGray><size:12>"
!$codeg = "<color:Gray><size:12>"
!$codeb = "<color:royalBlue>"
!$codep = "<color:Purple><size:14>"
header
<font color=red>Prototype of "Literate Code Maps"</font>
(c) Andy Bulka 2019
endheader
class View {
onKeyUp()
onClick()
---
.. def <u><b>onClick() ..
Responsible for handling the clicl event.
Calls <b>GetShapeList()</b> on the <b>Diagram</b> to get all the shapes, then iterates
through them, checking each shape's parent.
$code ..
$code for shape in self.GetDiagram().<b>GetShapeList()</b>: <color:Red><u> 2
$code if shape.<b>GetParent()</b> == None: <color:Red><u>3
$code ..
.. def <u><b>onKeyUp</b>(self, event) ..
Handles the <b>ESC</b> key being hit and switches the canvas
$code ..
$code shape.SetCanvas(None) <color:Red><u>4
$code ..
}
class Shape {
canvas
parent
--
<b>SetCanvas()
<b>GetParent()
SetBrush()
}
class Diagram <<lib.ogl._lines.py>> {
shapes
---
<b>GetShapeList()
<b>Render()
Clear()
Scan()
.. GetShapeList() ..
$code ...
$code result = []
$code for each shape in shapes:
\t<i>various filtering conditions, if succesful,
\t<i>shape gets appended to the result
$code return result
.. Render() ..
<i>Create fresh visualisation
$code for node in self.displaymodel.graph.nodes:
$code assert not node.shape
$code if isinstance(node, CommentNode) or hasattr(node, "comment"):
$code shape = self.createCommentShape(node) <color:Red><u>22
$code else:
$code shape = self.CreateUmlShape(node)
}
class Shape {
.. <b>SetCanvas</b>(canvas) ..
$code ...
$code self.canvas = canvas <color:Red>4
$code ...
.. <b>GetParent</b>() ..
Simply a reference to the <i>.parent</i> property,
which is <i>None</i> if there is no parent.
$code ...
$code return self.parent
}
class Scenario1 < when user clicks on button ><< (S,#FF7700) start here >>
Scenario1 ..> View : 1. onClick()
View ..> Diagram : 2. GetShapeList()\n -> List
View ..> Shape : 3. GetParent()\n -> Shape
View ..> Shape : 4. SetCanvas()
note as N2
The creation of a comment shape
if a little different <color:Red>22
end note
N2 . View
N2 .[hidden] View
note "The list of shapes is kept in the diagram, which the view uses" as N3
N3 .. View
N3 .. Diagram
center footer
A "Literate Code Map" diagram
combines class and sequence diagrams into one.
Plus adds code fragments, rich narrative text and numbered references.
end footer
@enduml
|
adb77d1d3afbeafdc9d3d7b22e8bc6f2dfbfa4bc | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Services/service/Logical.puml | 356878931da3e60a696d4211a39d6522df61e977 | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 201 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "service" #lightblue {
interface "service" {
}
CLI ()-- "service" : 5000
REST ()-- "service" : 3000
Web ()-- "service" : 80
}
|
4f45042c37c2f25bed17bb722192ec35c65ac542 | 6519ddbb7affb8a6fd65b0333e8cfe8046755fd5 | /src/main/resources/UML/classes.puml | c76d97add1b3b374e850c4872ff5d7a15dbe0901 | [] | no_license | khasinjy/MealDeliverAPI | 9d369e6ed1200a91c5c471888ead857c1e358d46 | ec111b3451fa34297397e1c6db729e9c7d31fde3 | refs/heads/main | 2023-03-07T00:16:29.587704 | 2021-02-18T17:18:00 | 2021-02-18T17:18:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,542 | puml | @startuml
title __Class Diagram__\n
class Client {
- id : Long
- adresse : String
- prenom : String
- ptsFidelite : int
}
class Livreur {
- id : Long
- prenom : String
}
class Commande {
- couvertPlastique : boolean
- contenu : List<Produit>
- contenu_menu : List<Menu>
- heureLivraison : Date
- id : Long
- livreur : Livreur
- client : Client
- restaurant : Restaurant
- etat : EtatCommande
+ getTempsPreparationMax()
}
enum EtatCommande {
EN_CHEMIN
EN_PREPARATION
LIVRE
}
Commande o-- Client : client
Commande o-- EtatCommande #line:red;line.dotted;text:red : etat
Commande o-- Livreur : livreur
Commande o-- Restaurant : restaurant
class Restaurant {
- adresse : String
- id : Long
- nom : String
}
class RestoContient {
- id : Long
- produit : Produit
- restaurant : Restaurant
}
RestoContient o-- Produit : produit
RestoContient o-- Restaurant : restaurant
class Produit {
- id : Long
- nom : String
- prix : Float
- tempsPreparation : int
- produit : TypeProduit
}
enum TypeProduit {
BOISSON
DESSERT
ENTREE
PLAT
}
Produit o-- TypeProduit #line:red;line.dotted;text:red : type
class Menu {
- id : Long
- boisson : Produit
- dessert : Produit
- entree : Produit
- plat : Produit
+ verifType()
}
Menu o-- Produit : boisson
Menu o-- Produit : dessert
Menu o-- Produit : entree
Menu o-- Produit : plat
right footer
PlantUML diagram generated by SketchIt!
endfooter
@enduml
|
305c0a02892e83a4387ce652e0bb3f8f1e4fd757 | 1ac0a5cf0a74b207d7cdac817f81b15f452f494c | /Livrables/Diagrammes/Composants/UML/Form1.plantuml | 76c1270fe17ea48aef5ce1d42b4433a32051862a | [
"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 | 1,117 | plantuml | @startuml
class Form1 <<partial>> {
model : Model
mySpriteController : SpriteController
waitersList : List<Sprite>
square1SupervisorsList : List<Sprite>
square2SupervisorsList : List<Sprite>
sectionChefsList : List<Sprite>
+ maitreHotelSprite : Sprite
+ masterChefSprite : Sprite
+ kitchenPorterSprite : Sprite
+ MH : Image
+ MC : Image
+ SS : Image
+ W : Image
+ SC : Image
+ KP : Image
+ C : Image
+ Form1(model:Model)
+ Update(name:string, nb:int, track:List<Point>) : void
+ Update(track:List<Point>, table:Table) : void
+ CreateSpriteClient(table:Table) : void
+ Update(moneytotal:int) : void
- money_Click(sender:object, e:EventArgs) : void
- pictureBox1_Click(sender:object, e:EventArgs) : void
- Form1_Load(sender:object, e:EventArgs) : void
- Form1_FormClosed(sender:object, e:FormClosedEventArgs) : void
- MainDrawingArea_Click(sender:object, e:EventArgs) : void
- label1_Click(sender:object, e:EventArgs) : void
+ Update(track:List<Point>) : void
}
Form <|-- Form1
IObserver <|-- Form1
@enduml
|
8f8f4b99a4737026cc6de2dee32297f49e0000f7 | c4719b547d10bb3bc74569f93896a620929f3105 | /UML/backend/Backend.puml | 627023bc6b00fab39f75bf574afc369e2b2e0d41 | [] | no_license | ofishstein/spoiled-tomatillos | 1efe398f4543b8d4ac28aa61c4064e9ea85385d6 | 51c35a014a20f755ca972965e3440ba2890fbce8 | refs/heads/master | 2020-04-01T19:36:54.039894 | 2018-04-16T17:07:41 | 2018-04-16T17:07:40 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,163 | puml | @startuml
class UserContent
abstract class User {
userId
username
firstName
lastName
email
password
following
followers
}
User "..*" *-- LinkedAccount
class LinkedAccount {
site
userInfo
}
User "..*" *-- UserContent
User "1" *-- UserSettings
User "..*" *-- Recommendation
User "1..*" *-- Playlist
class UserSettings {
notificationPreferences
blockedUserIds[]
}
class Recommendation {
movieId
recommenderIds
}
class Playlist {
movieIds
}
Playlist "..*" *-- Comment
Playlist "1" *-- Rating
abstract class Content
Content "0..1" *-- Content : parent
abstract class UserContent extends Content {
contentId
userId
}
class Comment extends UserContent {
text
}
class Review extends UserContent {
text
}
Review "1" *-- Rating
Review "..*" *-- Comment
class Movie extends Content {
id
name
description
productionInfo
photo
}
Movie "1..*" *-- Rating
Movie "..*" *-- Review
Movie "..*" *-- AffiliateCode
Movie "..*" *-- DistributionLink
class AffiliateCode {
code
provider
}
class DistributionLink {
link
}
interface Rating {
getRating()
}
@enduml |
3bdc8ff95e363cdbc9269014d5072c395b327270 | c18fb318e0a5cf6b4c4f24a036e363cffcf53ac2 | /examples/sample-graph.puml | 30865a122c69716e70c34eaa35dbf17b2df894e1 | [] | no_license | oceandlr/LogSet | c84c00e5b2189630fc133a8199b9b070b09e0cd2 | 679b08598ab56676269f868b901f9a3adc8ac64f | refs/heads/master | 2020-05-01T01:24:24.093130 | 2019-03-24T02:24:35 | 2019-03-24T02:24:35 | 177,194,568 | 0 | 0 | null | 2019-03-22T18:57:41 | 2019-03-22T18:57:41 | null | UTF-8 | PlantUML | false | false | 1,642 | puml | @startuml
title logset as graph
package vocab <<rectangle>> {
class LogSet <dcat:Dataset> {
dct:temporal
}
class LogSeries
class LogFormatType
class DataSource
class File
File -u-|> DataSource
LogSeries --> LogFormatType : logFormat
DataSource -r-> LogSeries : isLogOf
LogSet --> DataSource : hasLogData
LogSet --> DataSource : hasAnnotations
}
package dict <<rectangle>> {
class RegEx <rdfs:Literal>
object "timeStampedLog:LogFormatType" as timeStampedLogFile
timeStampedLogFile .u.> LogFormatType : is a
object "filePerTimepoint:LogFormatType" as filePerTimepoint
filePerTimepoint .u.> LogFormatType : is a
object console_log {
filePattern: name_date
seriesPattern: "console"
}
object consumer_log {
filePattern: name_date
seriesPattern: "console"
}
console_log .u.> LogSeries : is a
consumer_log .u.> LogSeries : is a
console_log -u-> timeStampedLog : logFormat
consumer_log -u-> timeStampedLog : logFormat
}
object sample_data {
dct:description "a partial sample of cori log data for testing logset tools"
}
sample_data .u.> LogSet : is a
object "console-20170906" as console06
object "console-20170907" as console07
object "consumer-20170906" as consumer06
object "consumer-20170907" as consumer07
console06 ..> File : is a
sample_data -u-> console06 : hasLogData
sample_data -u-> console07 : hasLogData
sample_data -u-> consumer06 : hasLogData
sample_data -u-> consumer07 : hasLogData
console06 -u-> console_log : isLogOf
console07 -u-> console_log : isLogOf
consumer06 -u-> consumer_log : isLogOf
consumer07 -u-> consumer_log : isLogOf
@enduml
|
d168c09319956d36f57094c40b0a03384ce6afa7 | f5f59016295a183565af167a861e2c8db9f1b070 | /diagrams/src/Application/Controllers/HealthController.puml | bb997620d2b7cadc237a21990e1a2e5ce5481802 | [
"MIT"
] | permissive | converge-app/collaboration-broker-service | fb21788289134c265f1cd5db3ceaa3f32ba18406 | 69c676a5bbb3e602f939f9c91680560a6c63926a | refs/heads/master | 2023-03-19T11:36:58.937045 | 2019-12-17T12:06:26 | 2019-12-17T12:06:26 | 218,333,241 | 0 | 0 | MIT | 2023-03-04T01:16:20 | 2019-10-29T16:29:32 | C# | UTF-8 | PlantUML | false | false | 205 | puml | @startuml
class HealthController {
- <<readonly>> dbContext : IDatabaseContext
+ HealthController(dbContext:IDatabaseContext)
+ Ping() : ActionResult
}
Controller <|-- HealthController
@enduml
|
91c74c72c7197d183b0ecf0ddd3ac6c9519d4854 | b27b1c82ff4783149041cd7a81d372f3be98746b | /vopc_subsys_core.puml | 86c57807117cdb781629954bdbb3e31049085b4b | [] | no_license | Huy-Ngo/reddit-design | b9c25f4c79a5bb69507820432a1cda7f3c7c1015 | b91146dc29ae29d9dffe511a8a56c8d8aef3e19d | refs/heads/master | 2022-12-30T09:05:53.794370 | 2020-10-23T03:10:03 | 2020-10-23T03:10:03 | 297,368,530 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 515 | puml | @startuml
class Core {
getPost(postId: String)
editPost(postId: String, newContent: String)
createPost(title: String, content: String, subreddit: String, userId: String)
deletePost(postId: String)
}
class Post {
String title
String content
Subreddit subreddit
User owner
}
class Comment
note bottom of Comment : Not designed yet
class Subreddit
note bottom of Subreddit : Not designed yet
Core "1" -- "0..*" Post
Post "1" o- "0..*" Comment
Subreddit "0-1" o- "0..*" Post
@enduml
|
b8f292ce409ef23833bf9bc79bfec3eb5531165d | 2c66d59332fe56bc08cce02684d2a7e2c8ca483e | /models/search_context.puml | 0f38d693a74e4213efe7f0e2ce530e8798863986 | [] | no_license | soasada/morci-travel | 7d214e4d7b4c7ab2acc811c69b26a5ed4418fc09 | 2286e28d899cbb21b9447e481ba230f62b6d0d02 | refs/heads/master | 2021-08-10T16:40:00.837326 | 2020-10-13T19:27:48 | 2021-01-11T12:08:40 | 239,572,338 | 0 | 0 | null | 2020-10-14T09:38:20 | 2020-02-10T17:34:51 | Java | UTF-8 | PlantUML | false | false | 190 | puml | @startuml
class Search {
ObjectId id
List<Result> results
}
class Result {
BigDecimal price
String tariff
String description
LocalTime departureTime
}
Search *-- Result
@enduml |
9b9acd00da4d4ae95037d37a3a6d13c6da10b97f | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/payments-service/Application/Repositories/PaymentRepository.puml | 0a429554e39e1c75b738151d804ba9d383802e8a | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 812 | puml | @startuml
interface IPaymentRepository {
Get() : Task<List<Transaction>>
GetById(id:string) : Task<Transaction>
Create(payment:Transaction) : Task<Transaction>
Update(id:string, paymentIn:Transaction) : Task
Remove(paymentIn:Transaction) : Task
Remove(id:string) : Task
}
class PaymentRepository {
- <<readonly>> _payments : IMongoCollection<Transaction>
+ PaymentRepository(dbContext:IDatabaseContext)
+ <<async>> Get() : Task<List<Transaction>>
+ <<async>> GetById(id:string) : Task<Transaction>
+ <<async>> Create(payment:Transaction) : Task<Transaction>
+ <<async>> Update(id:string, paymentIn:Transaction) : Task
+ <<async>> Remove(paymentIn:Transaction) : Task
+ <<async>> Remove(id:string) : Task
}
IPaymentRepository <|-- PaymentRepository
@enduml
|
56a0b5a133c067ba615025fb1ad0a89af7fe95da | 9c029a905c4381d59d0db1c94e2cfec1596ccd72 | /models/ver1/b-vs-s2-1.puml | a24ebb47cbd1abd087f65576f6b9738994b8091f | [] | no_license | suzuki-hoge/genbade-ddd-tokyo | 90cb609a5b013f9be3867ef773f1e57535a9ffb6 | 4867eb61ce2f98dc2445fd07e7535c4ad44609f0 | refs/heads/master | 2020-05-19T21:55:17.317817 | 2019-05-11T08:11:39 | 2019-05-11T08:11:39 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 124 | puml | @startuml
package domain {
enum プラン {
3GB(pv001)
6GB(pv002)
get社内システムValue()
}
}
@enduml |
121d71c3901dd7b5d98def890608b74b7ada8307 | 1cf4490d48f50687a8f036033c37d76fec39cd2b | /src/main/java/global/skymind/solution/advanced/gui/swing/ex1/ex1.plantuml | d0af881adc57ad6941a35210c876f02d31385a7b | [
"Apache-2.0"
] | permissive | muame-amr/java-traininglabs | 987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83 | a93268f60e6a8491b1d156fae183a108ff0d9243 | refs/heads/main | 2023-08-06T10:04:57.996593 | 2021-09-28T11:21:00 | 2021-09-28T11:21:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 544 | plantuml | @startuml
title __EX1's Class Diagram__\n
namespace global.skymind {
namespace solution.advanced.gui.swing.ex1 {
class global.skymind.solution.advanced.gui.swing.ex1.MySFrame {
{static} + main()
+ start()
}
}
}
global.skymind.solution.advanced.gui.swing.ex1.MySFrame -up-|> javax.swing.JFrame
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
|
e555f169d861d2e22c787feca766a0ad49ddd394 | 45fad34528b24e239c94f23c44d0e48fcc388f70 | /src/app/creational/fluent-interface/fluent-interface.puml | 43d5592454e0599755a05d8153d6e85a8eb7c545 | [
"MIT"
] | permissive | bad199xqn/design-patterns | 2a164d1c42d767a18366afb76314f4b511fd1e1c | 6ac1d9956918d5180be77a3faf4919c2037ce329 | refs/heads/main | 2023-07-15T06:48:26.231897 | 2021-08-23T18:14:56 | 2021-08-23T18:14:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 601 | puml | @startuml
skinparam class {
backgroundColor whitesmoke
arrowColor dimgrey
borderColor dimgrey
}
interface Fluent {
withName(name: string): Label
withTracks(tracks: string[]): Label
}
class Label <PRE> {
- album: Album
constructor(album?: Album)
+ withName(name: string): Label
+ withTracks(tracks: string[]): Label
+ release(): Album
}
class Album {
- name: string
- tracks: string[] = []
constructor(album?: Album)
+ setName(name: string): void
+ setTracks(tracks: string[]): void
}
Fluent <|.. Label
Label -> Album
@enduml
' It is possible to add Director class
|
b0cce3f82899e1d12285a2fb96b3573a0e8b4b8a | 257a401f3e72ddb5b20abc2e70d080738afc15dc | /Diagrams/classDiagram.plantuml | 8bc588225357dd1a1f84d5f372d78b9301c9f795 | [] | no_license | MaximePoncin/TFE | 3acda0c881a46380deda1194a0091eb00c00feef | 52f05a672fca9bded96b1e7c7dc7468f3eceb525 | refs/heads/master | 2021-07-08T03:11:23.965765 | 2019-02-25T16:30:36 | 2019-02-25T16:30:36 | 146,801,192 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,670 | plantuml | @startuml
enum Role{
USER
ADMIN
SUPER_ADMIN
}
class Utilisateur{
String mail
String numTelephone
String mot-de-passe
}
class Adresse{
String rue
String num
String codePostal
String pays
String ville
}
class Localité{
String pays
String ville
}
class Personne{
String nom
String prénom
Date dateNaissance
}
class Réservation{
Date dateArrivée
Date dateDépart
Date débutSéjour
Date débutSéjourAlternatif
Int nbPersonnes
Date dateRéservation
Date datePayement
Int prix
}
enum Standing{
CAMPING
AUBERGE_JEUNNESSE
HOTEL_1_ETOILE
HOTEL_2_ETOILES
HOTEL_3_ETOILES
HOTEL_4_ETOILES
HOTEL_5_ETOILES
...
}
enum TypePension{
PETIT_DEJ
DEMIE_PENSION
...
}
class Séjour{
String nom
Int nbNuitées
Int prixAPartirDe
Boolean disponible
}
class Theme{
String nom
}
class Activité{
String nom
}
class PointDeVente{
String nom
}
class ClientPublicitaire{
String nom
String URL
String mail
}
enum TypeBière{
BLOND
STOUT
IPA
LAGER
...
}
class Image{
String nom
String URL
}
Utilisateur --> "1" Role
Utilisateur --|> Personne
Utilisateur --> "1" Adresse
Personne "1..*" -- "1..*" Réservation
Utilisateur "1" -- "*" Réservation
Réservation "*" -- "1" Séjour
Séjour "*" -- "1" Theme
Séjour "*" -- "1..*" Activité
Réservation --> "1" Standing
Réservation --> "1" TypePension
Séjour "*" -- "1" Localité
Séjour "1" -- "1..*" Image
PointDeVente "0..1" <-- Utilisateur
PointDeVente --> "1" Adresse
PointDeVente "1" -- "1..*" Image
ClientPublicitaire --> "1" Adresse
ClientPublicitaire --> "1..*" TypeBière
ClientPublicitaire "1" -- "1..*" Image
@enduml
|
b3081ee79ecc516552c9a5d19e26d6ff0ba8372d | fd4a0dd2f1e9aae2b3726f12e63bd918f5eeca31 | /patterns/adapter/classes/diagram.puml | ad75d7f5cecc3101d277fb6f31a35177c89eee56 | [
"MIT"
] | permissive | huntertran/soen6441-design-patterns | 41e2d3e46a01dc4210f7245cf3da88fef7b33844 | 5b97aefae260fa816fa04ddf92f5af1027b28e5f | refs/heads/master | 2020-10-02T04:09:13.910240 | 2019-12-19T04:04:56 | 2019-12-19T04:04:56 | 227,698,036 | 0 | 0 | MIT | 2019-12-13T15:00:47 | 2019-12-12T21:16:18 | Java | UTF-8 | PlantUML | false | false | 518 | puml | @startuml class_adapter_pattern
class ClassAdapter{
+void requestA()
+void requestB()
}
note left
void requestA() {
requestB();
}
end note
class ObjectA{
+void requestA()
}
interface IObjectA{
void requestA()
}
class ObjectB{
+void requestB()
}
interface IObjectB{
void requestA()
}
class Client{
ObjectA objectA
}
note left: objectA.requestA();
ObjectA ..> IObjectA
ObjectB ..> IObjectB
(IObjectA,IObjectB) ..> ClassAdapter
Client --> ClassAdapter
hide empty members
@enduml |
133963e01c8f1811a79f3dcf1b53840a6190c1f6 | c2b6bfee8da36cc39de688e146ba107b74218b12 | /plantuml/objectmodel/details/booking.plantuml | 1a910cea3b8b27672745fd7083a88b38aaf74993 | [
"Apache-2.0"
] | permissive | TOMP-WG/TOMP-API | 02bbd268c6ece21f7a5d28f4e42e1b456233e8e9 | 2aa6ae3d6b355a12a8936ff1069821bb7c89a743 | refs/heads/master | 2023-09-01T16:13:50.445300 | 2023-07-25T12:08:52 | 2023-07-25T12:08:52 | 189,022,994 | 80 | 34 | Apache-2.0 | 2023-08-22T12:36:34 | 2019-05-28T12:21:59 | null | UTF-8 | PlantUML | false | false | 786 | plantuml | @startuml
class Booking <<bookingRequest>> {
BookingState state
Leg[] legs
String departureTime
String arrivalTime
AssetType mainAssetType
Object extraData
Integer safeWaitTime
Integer maxWaitTime
Integer safeTravelTime
Integer maxTravelTime
}
Booking -- "0..1" Fare : pricing >
class Fare {
+Boolean estimated
String description
String class
}
Fare -{ FarePart : parts >
class FarePart {
String type
String kind
String unitType
Number units
Number scaleFrom
Number scaleTo
String scaleType
String name
String class
Number minimumAmount
Number maximumAmount
Object meta
}
FarePart -up-|> AmountOfMoney
class AmountOfMoney {
Number amount
Number amountExVat
String currencyCode
Number vatRate
Country vatCountryCode
}
@enduml
|
947fa0a0a793e44a824286f2593c4469035abb52 | a66cca50ee6c4268e7281ddf39b3497e55db3a8f | /exercise42/docs/exercise42diagram.puml | 15f936688b7e7a008aac40ee8b05278dbfdb85ec | [] | no_license | RadoMiami-UCF/guthre-a04 | a5c37dd16ab2dd675f059fe2a97a9a4877e80a1a | 9283cdd5886878168329a4b5716cae76ec0d3c1e | refs/heads/main | 2023-08-19T16:56:56.477880 | 2021-10-18T01:40:53 | 2021-10-18T01:40:53 | 413,993,770 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 778 | puml | @startuml
Solution42 o-- ReadAndDecodeFile
Solution42 o-- OutputToFile
AccessFile <|-- ReadAndDecodeFile
AccessFile <|-- OutputToFile
AccessFile o-- EmployeeData
Solution42 o-- EmployeeData
class Solution42 {
-ArrayList<EmployeeData> employeeList
-ReadAndDecodeFile input
-OutputToFile output
+static void main(String[] args)
}
class ReadAndDecodeFile {
-static final String DEFAULT_INPUT_PATH
+readData()
+static EmployeeData decodeData(String encodedData)
}
class OutputToFile {
-static final String DEFAULT_OUTPUT_PATH
+writeData()
}
class AccessFile {
#Path pathToFile
#ArrayList<EmployeeData> inEmployeeList
}
class EmployeeData {
+String firstName
+String lastName
+double salary
}
note bottom: This is actually a record, but records don't exist in PlantUML.
@enduml |
87cffd825b45d5ef4d3efcc06bab94435a91e9c1 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderSetParcelCustomTypeAction.puml | 3365e79bc936778822720b8731e032f0a3a9e4f1 | [] | 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 | 586 | 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 OrderSetParcelCustomTypeAction [[OrderSetParcelCustomTypeAction.svg]] extends OrderUpdateAction {
action: String
parcelId: String
parcelKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
|
2b0bac62113efd9adde3a6a3d6128910ad43396e | 181dcbe1a6411f05567e0714573e0f10e0cb5d19 | /src/controler/controler.plantuml | e66deafdd1a99407f01f092d1557e1d7f4f3e3e0 | [] | no_license | Zapolatero/TerraGenesis_AP4B | de6aa1a682b9b5c86cb6efa24bbd985b0e2de17e | 835f35bff6cf6e24605936edac0cb1caf49ca2a4 | refs/heads/main | 2023-03-22T15:10:05.547318 | 2021-01-08T18:08:44 | 2021-01-08T18:08:44 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,306 | plantuml | @startuml
title __CONTROLER's Class Diagram__\n
namespace controler {
class controler.ControleurPrincipal {
{static} - idAvantPosteCourant : int
{static} - instance : ControleurPrincipal
+ ControleurPrincipal()
+ activerVues()
{static} + getInstance()
+ notifierAjouterAvantPoste()
+ notifierAjouterMine()
+ notifierAmeliorerGouverneur()
+ notifierAmeliorerMine()
+ notifierDebloquerGouverneur()
+ notifierDetruireAvantPoste()
+ notifierDetruireMine()
+ notifierNaviguerAfficherAvPoste()
+ notifierNaviguerAffichergouverneur()
+ notifierNaviguerAjouterAvPoste()
+ notifierNaviguerAjouterMine()
+ notifierNaviguerMenuCulture()
+ notifierNaviguerMenuGouverneurs()
+ notifierNaviguerMenuPopulation()
+ notifierNaviguerMenuPrincipal()
+ notifierNaviguerMenuRecherche()
+ notifierNaviguerMenuSatellites()
+ notifierNaviguerMenuStatistiques()
+ notifierTrierParDebloqueListeGouverneur()
+ notifierTrierParNomListeGouverneur()
}
}
controler.ControleurPrincipal o-- vue.NavigateurDesVues : navigateur
controler.ControleurPrincipal o-- modele.Planete : planete
controler.ControleurPrincipal o-- vue.VueAjouterAvantPoste : vueAjouterAvantPoste
controler.ControleurPrincipal o-- vue.VueAjouterMine : vueAjouterMine
controler.ControleurPrincipal o-- vue.VueAvantPoste : vueAvantPoste
controler.ControleurPrincipal o-- vue.VueGouverneur : vueGouverneur
controler.ControleurPrincipal o-- vue.VueMenuCulture : vueMenuCulture
controler.ControleurPrincipal o-- vue.VueMenuGouverneurs : vueMenuGouverneurs
controler.ControleurPrincipal o-- vue.VueMenuPopulation : vueMenuPopulation
controler.ControleurPrincipal o-- vue.VueMenuPrincipal : vueMenuPrincipal
controler.ControleurPrincipal o-- vue.VueMenuRecherche : vueMenuRecherche
controler.ControleurPrincipal o-- vue.VueMenuCarte : vueMenuSatellites
controler.ControleurPrincipal o-- vue.VueMenuStatistiques : vueMenuStatistiques
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
|
79e5b14875b3ea3d7dcb2c6a5f87110de7b1c884 | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii04/doc/plantuml/ua/khpi/oop/malokhvii04/shell/commands/text/OutputTextCommand.puml | ec4cca9c1cba483e401f1b5b5f1f20b843df754c | [
"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 | 513 | puml | @startuml
class OutputTextCommand {
{static} -description: String
{static} -keys: List<String>
{static} -RESOURCE_BUNDLE_NAME: String
{static} -resourceBundle: ResourceBundle
+OutputTextCommand()
{static} #printTextLines(Collection<String>): void
{static} #updateResourceBundle(): void
+execute(): void
+getDescription(): String
+getKeys(): List<String>
+update(Observable, Object): void
}
@enduml
|
ac793d01ebfa19871c2615c0beb605233aa80d36 | 57515bfad33d5ab1e68cccc924700e88316e19b9 | /DiagramaClases/Clases/Personas.puml | 7e3d61573b1326818c870579bc2996d12a554fad | [] | no_license | NicolasBachs/DocumentacionZMGestion | 0e42009bf3bbf4d244e85a8545997c880f233074 | a099ddb44b8911b8428b9c4bdc2f9156c480af47 | refs/heads/master | 2023-01-27T17:57:29.235074 | 2020-12-02T15:35:21 | 2020-12-02T15:35:21 | 232,633,959 | 1 | 0 | null | 2020-01-08T18:44:12 | 2020-01-08T18:44:11 | null | UTF-8 | PlantUML | false | false | 322 | puml | @startuml Personas
hide circle
class Personas{
nombres: string
apellidos: string
telefono: string
email: string
idTipoDocumento: int
documento: string
estado: string
fechaAlta: DateTime
fechaBaja: DateTime
listarPresupuestos(): List<Presupuestos>
listarVentas(): List<Ventas>
}
@enduml |
29a1b75cdefe7e27ce805e80088d11edea0e8ebb | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/payments-service/Application/Models/DataTransferObjects/CreateAccountDto.puml | 481c6f1107d4d899ca5b5a35b941a64c4aaa7b09 | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 132 | puml | @startuml
class CreateAccountDto {
+ UserId : string <<get>> <<set>>
+ AuthorizationCode : string <<get>> <<set>>
}
@enduml
|
581a0c5a9719f0375a1af6403042820af8148482 | 0affee7682c8fca4953ae1c83d4c28471f61de00 | /src/main/resources/docs/data-model.puml | 07333d4ccc18e314e3ba0727c5283d2c8a863b82 | [] | no_license | pvasilyev/money-transfer | c3783a5cf0e628c0db06a8529e6578b556fdca9f | 4cb48e9e7bd73211e04f8d266c2e6fe5bcc00f67 | refs/heads/master | 2020-04-10T14:55:13.806538 | 2018-12-14T15:03:08 | 2018-12-14T15:03:08 | 161,091,575 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 446 | puml | @startuml
class User {
id : String
firstName : String
lastName : String
accounts : List<Account>
--
...
}
class Account.Account {
id : String
name : String
balance : Double
status : Status
created : Date
lastModified : Date
--
...
}
enum Account.Status {
+ACTIVE,
+PENDING,
+INACTIVE,
+CLOSED
}
class Transfer {
fromAccountId : String
toAccountId : String
amount : Double
--
...
}
User *- Account.Account: user has\nseveral accounts
@enduml |
293ab09fc9d8b787c567d02c4917da99c102adc3 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/company-information@0.3.0.puml | 346d37dfdc3772d62d55c930cfd5dd57ee3d549a | [
"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 | 311 | puml | @startuml
class org.accordproject.companyinformation.CompanyInformation << (A,green) >> {
+ String name
+ String industry
+ String website
+ PostalAddress address
+ Integer numberOfEmployees
}
org.accordproject.companyinformation.CompanyInformation --|> org.accordproject.contract.Clause
@enduml
|
7d5be5682ea70d8c36b90e202a236271b1dae120 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Core/CLI/Output/IConsoleFormatter.puml | 1dc80fb471e6f8d0d23c1802c1af387f59d68f4a | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 311 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
interface IConsoleFormatter {
IsVerbose: bool <<get>> <<set>>
PrintError(exception: Exception) : void
PrintDebug(message: string) : void
Print(message: string) : void
Read() : string
}
!endsub
@enduml |
8affbc2a822312821b174dbe839b12eecebf8fa3 | 0bc7bf29514e3fa3c2b54d70c6f3bcc6daaff6ab | /cardreader.provider.usb.identos/doc/plantuml/UIDECRP/entities.plantuml | 69991c21444fe577540eb6a11b03facf45694eb4 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-USB-Identos-Android | 7e74fb4ab0980f27e9288e3b9f2e3e9477c2c3a7 | bbbb80694ade1139b3f004fd4e33115274c738d1 | refs/heads/master | 2022-01-12T21:04:35.091433 | 2022-01-07T07:24:23 | 2022-01-07T07:24:23 | 213,916,220 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,646 | plantuml | @startuml
namespace de.gematik.ti.cardreader.provider.usb.identos {
namespace entities {
class de.gematik.ti.cardreader.provider.usb.identos.entities.IdentosCard {
{static} # PROTO_T_1 : String
{static} - MANAGE_CHANNEL_COMMAND_OPEN : ICommandApdu
{static} - RESPONSE_SUCCESS : int
- atr : Atr
- exclusiveThread : Thread
- reader : UsbReader
+ IdentosCard()
+ beginExclusive()
+ disconnect()
+ endExclusive()
+ getATR()
+ getBasicChannel()
+ getProtocol()
+ openBasicChannel()
+ openLogicalChannel()
+ transmitControlCommand()
~ checkCardOpen()
~ checkExclusive()
~ getUsbReader()
}
}
}
namespace de.gematik.ti.cardreader.provider.usb.identos {
namespace entities {
class de.gematik.ti.cardreader.provider.usb.identos.entities.IdentosCardChannel {
{static} - CARDREADER_BUFFER : String
{static} - CARD_MAXAPDUBUFFERSIZE : String
{static} - CARD_MAXRESPAPDUBUFFERSIZE : String
{static} - LOW_CHANNEL_NUMBER_VALUE : int
{static} - MANAGE_CHANNEL_COMMAND_CLOSE : ICommandApdu
{static} - MAX_CHANNEL_NO_VALUE : int
{static} - RESPONSE_SUCCESS : int
{static} - bufferSizeConfig : Map<String, Integer>
- channelClosed : boolean
- channelNo : int
+ close()
+ getCard()
+ getChannelNumber()
+ getMaxMessageLength()
+ getMaxResponseLength()
+ isExtendedLengthSupported()
+ transmit()
+ transmit()
~ IdentosCardChannel()
~ IdentosCardChannel()
~ modifyCommandForLogicalChannel()
- checkChannelClosed()
}
}
}
namespace de.gematik.ti.cardreader.provider.usb.identos {
namespace entities {
class de.gematik.ti.cardreader.provider.usb.identos.entities.IdentosCardReader {
{static} - LOG : Logger
{static} - PROTO_ID_T_1 : byte
- cardReader : UsbReader
- context : Context
- initialized : boolean
+ IdentosCardReader()
+ connect()
+ connect()
+ getName()
+ getReader()
+ initialize()
+ isCardPresent()
+ isInitialized()
+ toString()
+ waitForCardAbsent()
+ waitForCardPresent()
- checkInitialized()
- hasPermission()
- initialize()
- registerForEvents()
}
}
}
de.gematik.ti.cardreader.provider.usb.identos.entities.IdentosCard .up.|> de.gematik.ti.cardreader.provider.api.card.ICard
de.gematik.ti.cardreader.provider.usb.identos.entities.IdentosCard o-- de.gematik.ti.cardreader.provider.usb.identos.entities.IdentosCardChannel : basicChannel
de.gematik.ti.cardreader.provider.usb.identos.entities.IdentosCardChannel .up.|> de.gematik.ti.cardreader.provider.api.card.ICardChannel
de.gematik.ti.cardreader.provider.usb.identos.entities.IdentosCardChannel o-- de.gematik.ti.cardreader.provider.usb.identos.entities.IdentosCard : card
de.gematik.ti.cardreader.provider.usb.identos.entities.IdentosCardReader .up.|> de.gematik.ti.cardreader.provider.api.ICardReader
de.gematik.ti.cardreader.provider.usb.identos.entities.IdentosCardReader o-- de.gematik.ti.cardreader.provider.usb.identos.control.IdentosEventListener : eventListener
@enduml
|
3224ebb284f9fc2841cc232527d19e6312d9b8b9 | 95db096f36828b7124792f7ce52368a58783e9e9 | /docs/javadocs/soen6441riskgame/utils/presenter/package-summary.puml | 2042524f1e2dff4a299091a7d5047c72f5ff4a85 | [] | no_license | huntertran/soen6441-riskgame | 81af179068618a3870b14ef46cf51ea65c31ac6b | f6605e3c5bdd3346f65288c96de6d169faa47f00 | refs/heads/master | 2023-06-22T21:10:32.772010 | 2021-03-31T21:48:30 | 2021-04-02T03:19:34 | 209,664,319 | 2 | 1 | null | 2023-06-14T22:29:59 | 2019-09-19T23:16:40 | Java | UTF-8 | PlantUML | false | false | 1,017 | puml | @startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
package soen6441riskgame.utils.presenter [[../../../soen6441riskgame/utils/presenter/package-summary.html{soen6441riskgame.utils.presenter}]] #lightyellow {
}
class "<b><size:14>WindowOutputStream</b>" as soen6441riskgame.utils.presenter.WindowOutputStream [[../../../soen6441riskgame/utils/presenter/WindowOutputStream.html{soen6441riskgame.utils.presenter.WindowOutputStream}]] {
}
hide soen6441riskgame.utils.presenter.WindowOutputStream fields
hide soen6441riskgame.utils.presenter.WindowOutputStream methods
class "<b><size:14>WindowPane</b>" as soen6441riskgame.utils.presenter.WindowPane [[../../../soen6441riskgame/utils/presenter/WindowPane.html{soen6441riskgame.utils.presenter.WindowPane}]] {
}
hide soen6441riskgame.utils.presenter.WindowPane fields
hide soen6441riskgame.utils.presenter.WindowPane methods
soen6441riskgame.utils.presenter.WindowOutputStream --> "windowPane" soen6441riskgame.utils.presenter.WindowPane
@enduml
|
9966283ee188b5d02f994267805927dc4b261117 | 1aa9654c18c622dcec50c65d01a4075c601f692d | /WisherApp/app/src/main/java/ru/omegapps/wisherapp/fragments/edit/edit.plantuml | 8b0dcb31460234dae568aad153605356bf7adf25 | [] | no_license | iCatOK/wisher-app-android | 52e217f01757f969f9a1c7609db708d5770dbb0f | 32de7790360a816da32c86704f9bdd74021b91f0 | refs/heads/master | 2023-06-15T07:22:44.548594 | 2021-07-12T16:15:06 | 2021-07-12T16:15:06 | 370,042,960 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,422 | plantuml | @startuml
title __EDIT's Class Diagram__\n
namespace ru.omegapps.wisherapp {
namespace fragments {
namespace edit {
class ru.omegapps.wisherapp.fragments.edit.CreateWishBlock {
~ mAuth : FirebaseAuth
~ okButton : Button
~ wishBlockRef : DatabaseReference
~ wishTextView : EditText
{static} - BEGIN_STEP : String
{static} - END_STEP : String
{static} - ENTER_NAME_TAG : CharSequence
{static} - MID_STEP : String
{static} - WB_KEY : String
- addNameTagButton : Button
- beginCheck : CheckBox
- endCheck : CheckBox
- filters : ArrayList<String>
- isPublic : boolean
- isPublicCheck : CheckBox
- midCheck : CheckBox
- setTagButton : Button
- sex : ArrayList<String>
- sexRadioGroup : RadioGroup
- steps : ArrayList<String>
- tagGroup : TagGroup
- tagList : List<String>
- tagText : EditText
- user : FirebaseUser
- wBlockUuid : String
- wishText : String
+ CreateWishBlock()
+ hideKeyboard()
+ onCreate()
+ onCreateView()
- createWishBlock()
}
}
}
}
namespace ru.omegapps.wisherapp {
namespace fragments {
namespace edit {
class ru.omegapps.wisherapp.fragments.edit.EditWishBlockFragment {
~ mAuth : FirebaseAuth
~ okButton : Button
~ publicWishBlockRef : DatabaseReference
~ wishBlockRef : DatabaseReference
~ wishTextView : EditText
{static} - BEGIN_STEP : String
{static} - END_STEP : String
{static} - ENTER_NAME_TAG : CharSequence
{static} - FILTERS : String
{static} - MID_STEP : String
{static} - PUBLIC : String
{static} - PUBLIC_WB_KEY : String
{static} - TAGS : String
{static} - WB_KEY : String
{static} - WB_UUID : String
{static} - WISH_TEXT : String
{static} - WISH_TEXT_KEY : String
- addNameTagButton : Button
- beginCheck : CheckBox
- endCheck : CheckBox
- filters : ArrayList<String>
- isPublic : boolean
- isPublicCheck : CheckBox
- midCheck : CheckBox
- setTagButton : Button
- sex : ArrayList<String>
- sexRadioGroup : RadioGroup
- steps : ArrayList<String>
- tagGroup : TagGroup
- tagList : List<String>
- tagText : EditText
- user : FirebaseUser
- wBlockUuid : String
- wishText : String
+ EditWishBlockFragment()
+ hideKeyboard()
{static} + newInstance()
+ onCreate()
+ onCreateView()
- updateWishBlock()
}
}
}
}
namespace ru.omegapps.wisherapp {
namespace fragments {
namespace edit {
class ru.omegapps.wisherapp.fragments.edit.EditWishFragment {
~ mAuth : FirebaseAuth
~ okButton : Button
~ wishRef : DatabaseReference
~ wishTextView : EditText
~ wishTitleView : EditText
{static} - TEXT : String
{static} - TITLE : String
{static} - UUID : String
{static} - WISH_KEY : String
{static} - WISH_TEXT_KEY : String
{static} - WISH_TITLE_KEY : String
- text : String
- title : String
- user : FirebaseUser
- uuid : String
+ EditWishFragment()
{static} + newInstance()
+ onCreate()
+ onCreateView()
}
}
}
}
ru.omegapps.wisherapp.fragments.edit.CreateWishBlock -up-|> androidx.fragment.app.Fragment
ru.omegapps.wisherapp.fragments.edit.EditWishBlockFragment -up-|> androidx.fragment.app.Fragment
ru.omegapps.wisherapp.fragments.edit.EditWishFragment -up-|> androidx.fragment.app.Fragment
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
69a95d9fe59ba4fa9915f4b9484a4d4bc3f09c62 | 9719552a1c9d48895aa95b7235a414ce4f9be2a4 | /factory/src/simplenessfactory/simplenessfactory.puml | a432c3e5411dc51afe1bd999cf43cd61c17337b7 | [] | no_license | lzyJava666/designMode | c2b582702ddb38eecf65b355408a937c8678f8c9 | cf3bee2e67ece800853efe6b0a1c06bde8c16bbf | refs/heads/main | 2023-03-07T13:55:48.882683 | 2021-02-04T07:59:16 | 2021-02-04T07:59:16 | 325,688,331 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 466 | puml | @startuml
class Clothes{
name:String
setName(name:String):void
type():void
select():void
take():void
buy():void
}
class ManClothes
class GirlClothes
Clothes <|-- ManClothes
Clothes <|-- GirlClothes
class ClothesFactory{
CLOTHES_FACTORY:ClothesFactory
getInstance():ClothesFactory
createClothes(typeName:String):Clothes
}
ClothesFactory..>Clothes
class OrderClothes{
systemIn():String
}
ClothesFactory o-- OrderClothes
@enduml |
41dc1f50ec618becf0204b6a4bf14812df65b4d1 | c45ce074df6e9c8bb54ce906f387a4ec1730b2d6 | /diagrams/design/patterns/class/behavior/memento.puml | 2dc37da5d20ccfd6e2fc92a93dcc71f7e2657326 | [] | no_license | eromero-kreatech/clean-code | 82a4a62ae6d76985bc77e7a16f5d9890c41b652f | e5a29e0dacead4f25005e67163ffb57fbc4d2d44 | refs/heads/master | 2023-06-26T21:50:19.104747 | 2021-07-24T00:51:11 | 2021-07-24T00:51:11 | 388,963,257 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 478 | puml | @startuml MEMENTO
class Caretaker
class Memento {
- state
}
class Originator {
- state
+ setMemento(in m : Memento)
+ createMemento()
}
hide empty members
Caretaker *- Memento
Memento <-- Originator
note as N1
<b><color:royalBlue>Memento</color></b>
<b>Type:</b> Behavioral
Without violating encapsulation, capture
and externalize an object's internal state
so that the object can be restored to this
state later.
end note
@enduml
|
dfb9e4e33a250366699ab5fdef89e60a6eea00ca | 0d78c1b22cbbd5d3a1aec747048980e51ae2fb79 | /assets/automatik.plantuml | f1b3b7db71bed7d52775d5d73058d7c38e2c2e06 | [
"MIT"
] | permissive | valeriia7/refresher | d79b5ca4805d8f0d68a57e7f890535994b4d9bff | f91bbafc1f6c11da45a69c0189c07e25c652894c | refs/heads/master | 2020-03-22T18:56:12.781274 | 2018-01-05T15:08:11 | 2018-01-05T15:08:11 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 320 | plantuml | @startuml
class AutoManuell {
# gas: Pedal
# bremse: Pedal
# kupplung: Pedal
# zuendung: Zuendung
# schaltung: Schaltung
- anlassen()
- anfahren()
- abstellen()
+ fahren(km: int)
}
class AutomatikAuto extends AutoManuell {
# automatik: AutomatikGetriebe
- anlassen()
- anfahren()
- abstellen()
}
@enduml
|
f29fb0d6987cbbf6a95b851ffb77097d67d45bf6 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/red/1161391/sp3/functions.puml | cf928329526175002fbf68376bb5264a0296e039 | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 467 | puml | @startuml functions.png
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
hide empty methods
interface Expression {
+evaluate()
+accept(visitor)
}
class IfExpr extends Expression{
-toEvaluate
-ifTrue
-ifFalse
}
class ForExpr extends Expression{
-start
-end
-step
-arguments
}
class MultipleExpressions extends Expression {
-Expression[] expressions
}
@enduml |
59e8861b0f7c9ee563346e304cd2031974752a3d | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /scala-meta-model/enum.meta.puml | cf1b38ee2a1e1a9cff0722a4590de78fe4d8ebbc | [
"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 | 716 | puml | @startuml Enum
class Enum extends Defineable, Constructerable, Defines {
\n
\n
\n" "
}
class Case extends Constructerable {
}
Enum --> "*" Import : imports
Enum --> "*" Export : exports
Enum *--left> "0..1 " Inherit : "inherits"
Enum *--left> "*" Extension : "extensions"
Enum *--> "*" ClassParameterSeq : parameterSeqs \n{refines parameterSeqs}
Enum *--right> "*"Case
Case *--> "*" Inherit : inherits
Case *--> " 0..* " Modifier : caseModifiers
Case *--> "*" Annotation : caseAnnotations
hide class circle
hide class methods
hide Defineable members
hide Constructerable members
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
@enduml |
3ccba6bc155603ed7bfd2d4e2d3cd4b7204f7cfa | c9b9a394ae819836e3764a956e8346585b81321d | /test3/one.puml | cb06b0c04d2ddbb054a8556c5741b12202de372f | [] | no_license | 201510414308/is_analysis | adcb5428ae1778925548fbe006c17b99b897d5f2 | b227e315aed864f2b87e5ef03b0a5efeb8c1114e | refs/heads/master | 2021-04-15T06:33:12.669733 | 2018-06-08T14:51:19 | 2018-06-08T14:51:19 | 126,804,175 | 0 | 0 | null | 2018-06-08T11:19:46 | 2018-03-26T09:19:08 | null | UTF-8 | PlantUML | false | false | 1,027 | puml | @startuml
class 图书管理员{
用户名
密码
}
class 读者{
学号
姓名
班级
借书号
已借图书
归还图书
}
class 系统管理员{
用户名
密码
}
class 图书{
ISBN
名称
作者
价格
出版社
库存量
}
class 借还记录{
借书号
借书ISBN
借书时间
归还时间
借书时长
}
class 违规罚款{
违规账户
违规原因
违规时间
罚款金额
}
class 续借图书{
续借账户
续借书籍
续借时间
续借时长
}
class 预定图书{
预定账户
预定图书
预定时间
预定时长
}
class 订单管理{
订单号
订单名称
订单描述
创建时间
}
系统管理员"1"<-- "*"图书管理员:管理
图书管理员"1"<--"*"读者:管理
图书管理员"1"<--"*"图书:管理
图书管理员"1"<--"*"订单管理:管理
图书管理员"1"<--"*"预定图书:预定
图书管理员"1"<--"*"违规罚款:管理
图书管理员"1"<--"*"借还记录:管理
系统管理员"1"<--"*"订单管理:管理
读者"1"--"*"借还记录:查询
读者"1"-"*"续借图书:续借
@enduml
|
75c42522fd575610c37d8ad3debbb6461b3d628b | 3e8de74dfe19cd437fd7842887394d4921a109d7 | /docs/images/aventure.plantuml | 465f2f21eac3972c1f390253dadd13392e9819e0 | [] | no_license | jmbruel/InnopolisDesignPatterns | 62c5f1df870883cd44245d6459243c83b96d0995 | a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e | refs/heads/master | 2021-02-04T20:34:22.378185 | 2020-11-16T17:40:28 | 2020-11-16T17:40:28 | 243,707,157 | 0 | 7 | null | 2020-10-23T08:58:33 | 2020-02-28T07:49:59 | JavaScript | UTF-8 | PlantUML | false | false | 828 | plantuml | @startuml
'-----------------------------------
' UML concepts illustrated
' JMB 2014
'-----------------------------------
'hide circle
hide empty members
hide empty methods
abstract class Personnage {
combattre() {this.arme.utiliserArme();}
setArme(ComportementArme a) {this.arme = a;}
}
class Reine {
combattre() {...}
}
class Roi {
combattre() {...}
}
class ComportementPoignard {
}
class ComportementArc {
}
class ComportementEpee {
}
interface ComportementArme{
{abstract} utiliserArme()
}
class Troll {
combattre() {...}
}
class Chevalier {
combattre() {...}
}
Personnage <|-- Roi
Personnage <|-- Reine
Personnage <|-- Chevalier
Personnage <|-- Troll
Personnage o--> "1" ComportementArme
ComportementArme <|.. ComportementEpee
ComportementArme <|.. ComportementPoignard
ComportementArme <|.. ComportementArc
@enduml
|
10684416cac0f4e6678bf37d8c7bcf73f8c83215 | c77562648db87d48548660a81af107c440e3f6cc | /ClassDiagram.plantuml | 35ce5e148b7b1375364dce5e2782545bd3b43b8e | [] | no_license | Master-Desarrollo-20-21/ejercicio-2-vista-publica-clases-mastermind-marcos-velasquez | 7c4508f9defe98789d98b9207f35d542c517c0a4 | 776961814f14c4dac79824c1bcdc89144daeeaed | refs/heads/main | 2023-09-03T23:24:00.116089 | 2021-10-20T08:34:03 | 2021-10-20T08:34:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 965 | plantuml | @startuml
class MasterMind{
+ play(): void
- resume():boolean
{static} main
}
class Board{
show(): void
attemp(): void
isFinish(): boolean
reset(): void
}
class SecretCombination{
+ generate(): Color[]
+ result(PropusedCombination): Result
- black(PropusedCombination): int
- white(PropusedCombination): int
}
class Attemp{
+ show()
}
class PropusedCombination{
+ read(): void
- isValid(): boolean
+ color(Color): boolean
}
class Result{
+ getBlacks(): int
+ getWhites(): int
+ isWinner(): boolean
}
class GestorIO{}
enum Color{
GREEN
RED
YELLOW
BLUE
MAGENTA
CYAN
}
MasterMind *--> Board
Board *--> SecretCombination
Board o--> Attemp
Board ..> GestorIO
Attemp *--> PropusedCombination
Attemp *--> Result
Attemp --> SecretCombination
SecretCombination ..> Result
SecretCombination o--> Color
PropusedCombination o--> Color
PropusedCombination ..> GestorIO
@enduml |
49e1bc1f381c3896143fa90cac671320b94459cd | 431c5b621b6c23353ed03b3b9f46b610b72dd8b7 | /Design Patterns/Object Pool Pattern/uml.puml | f28b342e044792efd88b9843441b19dc7388da0c | [
"MIT"
] | permissive | orcunkamiloglu/yaz-tas-kalip | 52ebbf3bf3b5ffa046f0d4be42c171af5520c6d5 | da18b143b3251c665aa9994ee3f57aee413af1de | refs/heads/master | 2022-09-01T20:42:46.278445 | 2020-04-22T06:19:30 | 2020-04-22T06:19:30 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,459 | puml | @startuml
left to right direction
abstract class NPC{
- String name;
- int hitPoints;
- int shield;
- int damage;
- int speed;
- int experiencePoint;
- int honor;
- int credit;
- int uridium;
{abstract} void move()
+ String getName()
+ void setName(String name)
+ int getHitPoints()
+ void setHitPoints(int hitPoints)
+ int getShield()
+ void setShield(int shield)
+ int getDamage()
+ void setDamage(int damage)
+ int getSpeed()
+ void setSpeed(int speed)
+ int getExperiencePoint()
+ void setExperiencePoint(int experiencePoint)
+ int getHonor()
+ void setHonor(int honor)
+ int getCredit()
+ void setCredit(int credit)
+ int getUridium()
+ void setUridium(int uridium)
}
class NpcClient implements Runnable{
{static} int threadCount
- Thread t;
+ void run()
}
class NPCManager {
- {static} NPCManager mInstance
- int avaliableNPC
-List<NPC> NPCPool
-List<NpcClient>
-NPCManager()
+ {static}NPCManager getInstance()
+NPC takeNPC(NpcClient npcClient)
+void releaseNPC(NPC npc, NpcClient npcClient)
}
class Struener extends NPC {
+Struener()
+void move()
}
class Main{
{static} void createRequest()
+ {static} void main()
}
NPCManager "1"*--"1" NPCManager
Main --> NpcClient : <<use>>
NpcClient --> NPCManager : <<use>>
NPCManager --> NPC : <<use>>
NPCManager "1"*--"*" NPC
@enduml |
2c517f41d80a0cf36e3a7acb2334dfe2444a17cb | 3abeea9cd44ffd79da56bb184f694bb44903bf70 | /designPattern/src/main/java/cn/zhanghub/designPattern/principle/UML/UML2.puml.puml | c56afe7bf197e563f2ae3038822519bdc8fddb9a | [] | no_license | NJAUzhangwenjun/base | c0fb6b47f57e371ebbd6d078246a4b6335df416f | 07a93ff42a00988f11b0d80f118f53c20f879e8e | refs/heads/master | 2023-05-30T09:31:52.364594 | 2021-06-15T17:46:05 | 2021-06-15T17:46:05 | 359,068,941 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 351 | puml | @startuml
title 依赖关系
class PersonServiceBean {
- PersonDao personDao
+ void save(Person)
+ IDCard getIDCard(Integer)
+ void modify()
}
class PersonDao {
}
class IDCard {
}
class Person {
}
class Department {
}
PersonServiceBean <-- Person
PersonServiceBean <-- PersonDao
PersonServiceBean <-- IDCard
PersonServiceBean <-- Department
@enduml
|
8dd4349a3aea3f72423a567f2d4c84e2c51a9d7c | 2f22952e07ffc3eb8933d52a20f6a5bfd02e8b35 | /Creational/FactoryMethod/uml.puml | 4a34dca91a4e6485b354b5ef821dd0a5684fa34e | [
"MIT"
] | permissive | ervin-meng/PHPDesignPatterns | c7b868148231f28226e7efd12283798890aae0f2 | 19cd506970898ae6db87d3e838d53658a2876ae7 | refs/heads/master | 2022-12-08T11:38:04.190536 | 2020-09-01T09:12:07 | 2020-09-01T09:12:07 | 291,909,626 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 439 | puml | @startuml
abstract class AbstractProduct
abstract AbstractFactory
class ProductA {
}
class ProductB {
}
abstract class AbstractFactory{
createProduct()
}
class FactoryA {
createProduct()
}
class FactoryB {
createProduct()
}
AbstractFactory <|-left- FactoryA
AbstractFactory <|-right- FactoryB
AbstractProduct<|-left- ProductA
AbstractProduct<|-right- ProductB
ProductA <.. FactoryA
ProductB <.. FactoryB
@enduml |
cfdf9e3adcb39028c726544e11022bd491e1380b | 1ecbe75d13e45e5e7daae306ec34f62d2fcc6ddf | /images/strategyExample.plantuml | 36f30b44075599f9634e667d57c680ab6ea57ece | [] | no_license | skiadas/SoftwareDevelopmentPracticumCourse | 77ba943e6856e9a841b1f94aabd52c695a635812 | f8fccfcd9a9410a191455484c6a7b9927e325ed2 | refs/heads/master | 2020-04-15T23:40:28.229011 | 2019-12-06T15:16:56 | 2019-12-06T15:16:56 | 165,113,828 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 360 | plantuml | @startuml
skinparam linetype ortho
title Strategy Pattern
class FTP {
Protocol pp
sendFile(File file)
}
interface PacketProtocol {
sendPacket(Packet packet)
}
class XModemPP implements PacketProtocol {
sendPacket(Packet packet)
}
class YModemPP implements PacketProtocol {
sendPacket(Packet packet)
}
FTP -> PacketProtocol
@enduml
|
22c50d692c952dcf2ed5b4230af73c9f74d93c5c | 4d82b0d65ad85bca4deb49e6ce4257b358ae4670 | /figure-7.5.puml | dcc70859852b61b30328e18b602998452c6b94cb | [] | no_license | netpyoung/bs.uml-distilled | d0877c8e69156560d2c252c6dcc24bf4764105cd | 9ae1c24be4b8d3f0456d2b2e1d6fc8e0843f21bc | refs/heads/master | 2020-04-21T05:10:41.074540 | 2019-02-06T00:10:17 | 2019-02-06T00:11:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 279 | puml | @startuml
package Control {
class Button
class CheckBox
interface OnOff {
+ turnOn()
+ turnOff()
+ isOn()
+ isOff()
}
}
Button .> OnOff
CheckBox .> OnOff
OnOff <|... "Furnace::Heater"
OnOff <|... "Lighting::Light"
@enduml |
ea580f0351be71fa690b9c90980a459271698318 | c481deca71e280757563e4843c5da4fa1c2087ca | /src/main/java/ex44/ProductSearch.puml | 106b66d22704dd635f9f12752ea308a5ea2df425 | [] | no_license | AlejanPelaez9004/Pelaez-COP3330-assignment3 | 9f8dda8ded969a6e1c10539ee80263de95b56775 | 655f761c4398dbf8663d8397ccc2ca0cb22c7d5e | refs/heads/main | 2023-08-17T05:46:22.453606 | 2021-10-07T20:59:34 | 2021-10-07T20:59:34 | 413,249,538 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 489 | puml | @startuml
'https://plantuml.com/class-diagram
Product <|-- InputFile
Root <|- Product
ProductSearch <|-- Root
class Root {
public List<Product> products
}
class Product
{
private String name;
private float price;
private int quantity;
public String GetName()
public float GetPrice()
public int GetQuantity()
}
class InputFile
{
JSON data
}
class ProductSearch
{
public String PromptUser()
public String SearchProductByName(String searchTerm, Root root)
}
@enduml |
36756506f4bb572ce083e1341a14f60775add395 | b774d5b532ef20e5c8476e35ea90da5e3f09287e | /src/com/github/tomap/uml/analyse/classDiagrams/class/class_model.puml | 8c7f9dffbc6d177eea5058beb36510a01ed6bca6 | [] | no_license | Phalexei/Modeleur | ae94ab6c191a7999cf9deaee4dac8542eb6a52bb | f143c85930c3b668670087693ec807a9cd4bda81 | refs/heads/master | 2021-01-02T08:51:16.535103 | 2013-11-16T19:54:20 | 2013-11-16T19:54:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 846 | puml | @startuml
title Class diagram which models class diagrams
package model <<folder>> {
class UMLDiagram {
}
package model.class.Classdiagram <<folder>> {
class A_ClassDiagram {
}
}
package model.class.package <<folder>> {
class A_Package {
}
}
package model.class.relation <<folder>> {
class Relation {
}
}
A_ClassDiagram "1" *-- "1..*" A_Package
A_ClassDiagram "1" *-- "1..*" Relation
package model.object.Objectdiagram <<folder>> {
class A_ObjectDiagram {
}
}
package model.object.package <<folder>> {
class PackageObject {
}
}
package model.object.relation <<folder>> {
class RelationObject {
}
}
A_ObjectDiagram "1" *-- "1..*" PackageObject
A_ObjectDiagram "1" *-- "1..*" RelationObject
UMLDiagram "1" *-- "1" A_ObjectDiagram
UMLDiagram "1" *-- "1" A_ClassDiagram
}
@enduml |
2cf2a4104ecc834539f47466ecfaaec175a4e5e6 | 09283b93408784837392536cbefd01a4e225c7e2 | /agoncal-sample-jaxrs-master/04-JWT/src/main/docs/classes.puml | e8ec9173d2ac6c02744c2484855c17affd604a32 | [] | no_license | charlesvictor10/ObjisLivrableModule13 | 92c52756996d9b748079e74155c9db87ddb1e95e | e36c30cbd7b5bb9f8db6c9edbeee6d8abfecd1c5 | refs/heads/master | 2023-02-01T02:20:17.211502 | 2020-12-17T12:53:34 | 2020-12-17T12:53:34 | 285,573,019 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 403 | puml | @startuml
class EchoEndpoint <<Path>> {
+echo(msg)
+echoWithJWTToken(msg) << @JWTTokenNeeded >>
}
class User <<Entity>> {
-id <<@Id>>
-lastName
-firstName
-login
-password
}
class UserEndpoint <<Path>> {
+authenticateUser(login, password)
}
class JWTTokenNeededFilter <<@JWTTokenNeeded>> implements ContainerRequestFilter {
+filter(containerRequestContext)
}
UserEndpoint ..> User
@enduml |
fcced27d8573d3cd8c8cdb28c15d7421a678aef7 | 186819bc98500f794e563bd3ba5a23073756a2ba | /PSP2/Hospital/src/main/java/com/hospital/Hospital/integrational/registrationSender/registrationSender.plantuml | fec393c86cac3d86e0f0314d1c1f7b22f0dc398e | [] | no_license | macro161/PSP | 0e53943e4f8568b2c4b788524dc9e12f276d5c9e | 7e5e094bbe42af30006fb28d541229dea4efb610 | refs/heads/master | 2020-03-30T08:04:17.541705 | 2018-12-07T20:24:18 | 2018-12-07T20:24:18 | 150,986,741 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 461 | plantuml | @startuml
title __REGISTRATIONSENDER's Class Diagram__\n
package com.hospital.Hospital {
package com.hospital.Hospital.integrational.registrationSender {
interface RegistrationSender {
{abstract} + registerPatiant()
}
}
}
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
|
abc25fdd6008f4fccb44631821030fe015229929 | 6268528945688b25341302215ebdb19463b5e04a | /src/components/state.puml | 383f2c1380dca4ce456c55a8458ed0b01632343c | [] | no_license | zzzze/plantuml-awesome | bab99cde9740bdba0ae05e59a507859bb4f46730 | db3ae684acfa53e041c6832cec744dd28618e9e8 | refs/heads/master | 2020-09-12T07:18:22.207377 | 2019-12-02T10:30:44 | 2019-12-02T10:30:44 | 222,352,710 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 220 | puml | @startuml ../../images/components/state.png
skinparam shadowing false
!startsub PROVIDER
class Provider << (S,yellow) state >> {
~store
}
!endsub
note right
<Provider store={store}>
</Provider>
end note
@enduml
|
04ed044a68873dc0a68edeb0aab99e3b3ef86cfe | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TextMeshPro.puml | 714ed40b03eae4e665e5c7bfa6151d246af0c523 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,492 | puml | @startuml
class TextMeshPro <<partial>> {
+ sortingLayerID : int <<get>> <<set>>
+ sortingOrder : int <<get>> <<set>>
+ <<override>> autoSizeTextContainer : bool <<get>> <<set>>
+ SetMask(type:MaskingTypes, maskCoords:Vector4) : void
+ SetMask(type:MaskingTypes, maskCoords:Vector4, softnessX:float, softnessY:float) : void
+ <<override>> SetVerticesDirty() : void
+ <<override>> SetLayoutDirty() : void
+ <<override>> SetMaterialDirty() : void
+ <<override>> SetAllDirty() : void
+ <<override>> Rebuild(update:CanvasUpdate) : void
+ <<override>> UpdateMeshPadding() : void
+ <<override>> ForceMeshUpdate(ignoreActiveState:bool, forceTextReparsing:bool) : void
+ <<override>> GetTextInfo(text:string) : TMP_TextInfo
+ <<override>> ClearMesh(updateMesh:bool) : void
+ <<override>> <<event>> OnPreRenderText : Action<TMP_TextInfo>
+ <<override>> UpdateGeometry(mesh:Mesh, index:int) : void
+ <<override>> UpdateVertexData(flags:TMP_VertexDataUpdateFlags) : void
+ <<override>> UpdateVertexData() : void
+ UpdateFontAsset() : void
+ CalculateLayoutInputHorizontal() : void
+ CalculateLayoutInputVertical() : void
}
TMP_Text <|-- TextMeshPro
ILayoutElement <|-- TextMeshPro
TextMeshPro --> "textContainer" TextContainer
TextMeshPro --> "transform" Transform
TextMeshPro --> "renderer" Renderer
TextMeshPro --> "mesh" Mesh
TextMeshPro --> "meshFilter" MeshFilter
TextMeshPro --> "maskType" MaskingTypes
@enduml
|
d254f04aa3f13f2226d00cb23620d7b30d7cd8dc | 84928bc4e24e240e4369015f2f4d305348ec64b9 | /app/src/main/java/com/ustc/location/database/database.plantuml | f67b55ea3efc1568e4f1446fc1ffcae68072edb1 | [] | no_license | xupingao/BleLbs | 35065b50d0f43eedc7a5faa00e06c80f8ad3ae52 | 19f110e9ce29282a4a385532a1fc3cd2d922f37f | refs/heads/master | 2022-11-18T04:52:16.033609 | 2020-07-19T12:50:24 | 2020-07-19T12:50:24 | 278,265,696 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 789 | plantuml | @startuml
title __DATABASE's Class Diagram__\n
namespace com.ustc.location {
namespace database {
class com.ustc.location.database.DataBase {
~ db : SQLiteDatabase
{static} - Creat_table : String
{static} - DB_NAME : String
{static} - Table_Name : String
+ DataBase()
+ insertAnchors()
+ onCreate()
+ onOpen()
+ onUpgrade()
+ queryAnchors()
+ updateAnchor()
}
}
}
com.ustc.location.database.DataBase -up-|> android.database.sqlite.SQLiteOpenHelper
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
|
35754f871a440236f7db14a50ec13c8d2ee76306 | b038203821d22f0ae9db9697aaf5b41b9f77a40d | /src-gen/serviceSystem_BC_MarketEnvironment.puml | 2cc85f9372b1acc6dcec2c31010173f33e21ff12 | [] | 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,131 | puml | @startuml
skinparam componentStyle uml2
package "'InfluencialDynamics' Aggregate" <<Rectangle>> {
class MarketContext <<(A,#fffab8) Aggregate Root>> {
String serviceEcoystemEnvironment
CulturalContexts culturalDesignAspects
TechnologicalTrends technologicalInfluence
EconomicalTrends economicAndLegalInfluence
serviceSystem influenceDesign()
}
class CulturalContexts <<(E,DarkSeaGreen) Entity>> {
String ageGroupSpecifics
String ethicalConventions
String languages
MarketContext shapeSpecifics()
}
class TechnologicalTrends <<(E,DarkSeaGreen) Entity>> {
String trends
String standards
String norms
MarketContext frameSolutionSpace()
}
class EconomicalTrends <<(E,DarkSeaGreen) Entity>> {
String covid19
String legalActions
String changingConsumerBehavior
MarketContext frameSolutionSpace()
}
}
MarketContext --> CulturalContexts : culturalDesignAspects
MarketContext --> TechnologicalTrends : technologicalInfluence
MarketContext --> EconomicalTrends : economicAndLegalInfluence
legend left
This bounded context implements the subdomain 'MarketEnvironmentDomain'.
end legend
@enduml
|
9d0051044b1d9af8b18e54c708a9e46d29d76703 | 6400335b96d56ac2c651c30af1d0ebed2ed34b7c | /03-Hotel/20201-03/cu01 - noter-une-reservation/1-mdd.plantuml | cebe799984204f8386ee5d31f045b32a49fc193c | [] | no_license | ChristopheTremblay/LOG210-exercices | 43f02513fcaabee8e62363b0b8604500b587815d | e5dee4533a3d69be3b1209edd000a062b6806181 | refs/heads/master | 2023-01-19T21:08:48.080941 | 2020-11-16T16:35:03 | 2020-11-16T16:35:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 725 | plantuml | @startuml Notez une réservation
skinparam Style strictuml
class "Commis" as CO
class "Client" as CL {
nom: String
telephone: String
}
class "Reservation" as RE {
noConfirmation: String
}
class "Hotel" as HO
class "Chambre" as CH
note right: Multiplicité entre Séjour et Chambre\n correspond à la quantité de chambres\n demandé par le client
class "Categorie" as CA {
nom: String
}
class "LigneReservation" as SE {
dateArrive: DateTime
dateDépart: DateTime
}
CO "1" -- "*" RE : effectue >
CL "1" -- "*" RE : demande >
RE "1" -- "*" SE : est pour >
SE "1" -- "*" CH : contient >
HO "1" -- "*" CO : emploie >
HO "1" -- "*" CH : possède >
CH "*" -- "1" CA : appartiennent a >
@enduml
|
59a5c5e3a2bf2423e156961e47034bbd3ca8a294 | d1003c70b961c9abfdf0fdd0d01592114e4605a7 | /java/grade-school/class.puml | de42ffedf427f4cc9ba6ab6a8e4bdefe339ca1ee | [] | no_license | johanbsson/exercism | e8cdd101536a0959672b38e2898cf2bbfd6ce31e | 5210e056a3cd03f7a0805c984e2edfe7121ed47e | refs/heads/master | 2020-12-30T23:21:08.683242 | 2017-05-01T09:59:25 | 2017-05-01T09:59:25 | 80,612,934 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 198 | puml | @startuml
class School {
numberOfStudents() : int
add(): void
grade(int i): Collection<String>
studentsByGradeAlphabetical(): Map<<String, int>>
}
class Map
School .> Map
@enduml |
5e44f98db29ce7e8d87eea4d3bf55d5814ba1f8f | 4743382c91e4afba68052bd1dedf27750b37beba | /src/main/java/Methods/tableInfo/WardTableInfo/tableInfo.plantuml | 3e8648e8892c1ba9cc199641906af23dbb72e8fe | [] | no_license | felipe-rg/GoingWithTheFlow | d5890046d86988c09a2165ce4e5d15534b5075ec | 0bb815555eb9fd2baad0e63aee05d7b736c8c3da | refs/heads/master | 2023-02-17T15:52:43.822817 | 2021-01-14T18:33:41 | 2021-01-14T18:33:41 | 321,016,403 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,441 | plantuml | @startuml
title __Methods.TableInfo Package Diagram__\n
namespace Methods {
namespace tableInfo {
class Methods.tableInfo.CCTableInfo.AMCInfoData {
~ amcInfoList : ArrayList<String>
- amcInfoNumber : int
- wardId : int
+ AMCInfoData()
+ getData()
+ getNumber()
- getList()
}
}
}
namespace Methods {
namespace tableInfo {
class Methods.tableInfo.CCTableInfo.CCWardData {
+ getWardInfo()
}
}
}
namespace Methods {
namespace tableInfo {
class Methods.tableInfo.CCTableInfo.DischargeInfoData {
~ dischargeInfoList : ArrayList<String>
- dischargeInfoNumber : int
+ DischargeInfoData()
+ getData()
+ getNumber()
+ getWardName()
- getList()
}
}
}
namespace Methods {
namespace tableInfo {
class Methods.tableInfo.DischargeTableData {
~ incomingList : ArrayList<Patient>
- dischargeNumber : int
- wardId : int
+ DischargeTableData()
+ getData()
+ getNumber()
+ refresh()
- getList()
}
}
}
namespace Methods {
namespace tableInfo {
class Methods.tableInfo.CCTableInfo.IncomingInfoData {
~ incomingInfoList : ArrayList<String>
- incomingInfoNumber : int
+ IncomingInfoData()
+ getData()
+ getNumber()
- getList()
}
}
}
namespace Methods {
namespace tableInfo {
class Methods.tableInfo.IncomingTableData {
~ incomingList : ArrayList<Patient>
- incomingNumber : int
- wardId : int
- wardType : String
+ IncomingTableData()
+ getData()
+ getNumber()
+ refresh()
- getList()
}
}
}
namespace Methods {
namespace tableInfo {
class Methods.tableInfo.CCTableInfo.LongStayInfoData {
~ lsInfoList : ArrayList<String>
- lsInfoNumber : int
+ LongStayInfoData()
+ getData()
+ getNumber()
- getList()
}
}
}
namespace Methods {
namespace tableInfo {
class Methods.tableInfo.OtherTableData {
~ otherList : ArrayList<Patient>
- otherNumber : int
- wardId : int
+ OtherTableData()
+ getData()
+ getNumber()
+ refresh()
- getList()
}
}
}
namespace Methods {
namespace tableInfo {
class Methods.tableInfo.TotalTableData {
~ totalList : ArrayList<Patient>
- totalNumber : int
- wardId : int
+ TotalTableData()
+ getData()
+ getNumber()
+ refresh()
- getList()
}
}
}
namespace Methods {
namespace tableInfo {
class Methods.tableInfo.CCTableInfo.TransInfoData {
~ transInfoList : ArrayList<String>
- transInfoNumber : int
+ TransInfoData()
+ getData()
+ getNumber()
+ getWardName()
- getList()
}
}
}
namespace Methods {
namespace tableInfo {
class Methods.tableInfo.TransTableData {
~ transList : ArrayList<Patient>
- transNumber : int
- wardId : int
+ TransTableData()
+ getData()
+ getNumber()
+ refresh()
- getList()
}
}
}
namespace Methods {
namespace tableInfo {
interface Methods.tableInfo.dataForTable {
{abstract} + getData()
{abstract} + getNumber()
}
}
}
Methods.tableInfo.CCTableInfo.AMCInfoData .up.|> Methods.tableInfo.dataForTable
Methods.tableInfo.CCTableInfo.AMCInfoData -up-|> Methods.tableInfo.CCTableInfo.CCWardData
Methods.tableInfo.CCTableInfo.AMCInfoData o-- Client.Client
Methods.tableInfo.CCTableInfo.CCWardData -up-|> Methods.dateFormat
Methods.tableInfo.CCTableInfo.DischargeInfoData .up.|> Methods.tableInfo.dataForTable
Methods.tableInfo.CCTableInfo.DischargeInfoData -up-|> Methods.dateFormat
Methods.tableInfo.CCTableInfo.DischargeInfoData o-- Client.Client
Methods.tableInfo.DischargeTableData .up.|> Methods.tableInfo.dataForTable
Methods.tableInfo.DischargeTableData -up-|> Methods.dateFormat
Methods.tableInfo.DischargeTableData o-- Client.Client
Methods.tableInfo.CCTableInfo.IncomingInfoData .up.|> Methods.tableInfo.dataForTable
Methods.tableInfo.CCTableInfo.IncomingInfoData -up-|> Methods.dateFormat
Methods.tableInfo.CCTableInfo.IncomingInfoData o-- Client.Client
Methods.tableInfo.IncomingTableData .up.|> Methods.tableInfo.dataForTable
Methods.tableInfo.IncomingTableData -up-|> Methods.dateFormat
Methods.tableInfo.IncomingTableData o-- Client.Client
Methods.tableInfo.CCTableInfo.LongStayInfoData .up.|> Methods.tableInfo.dataForTable
Methods.tableInfo.CCTableInfo.LongStayInfoData -up-|> Methods.tableInfo.CCTableInfo.CCWardData
Methods.tableInfo.CCTableInfo.LongStayInfoData o-- Client.Client
Methods.tableInfo.OtherTableData .up.|> Methods.tableInfo.dataForTable
Methods.tableInfo.OtherTableData -up-|> Methods.dateFormat
Methods.tableInfo.OtherTableData o-- Client.Client
Methods.tableInfo.TotalTableData .up.|> Methods.tableInfo.dataForTable
Methods.tableInfo.TotalTableData -up-|> Methods.dateFormat
Methods.tableInfo.TotalTableData o-- Client.Client
Methods.tableInfo.CCTableInfo.TransInfoData .up.|> Methods.tableInfo.dataForTable
Methods.tableInfo.CCTableInfo.TransInfoData -up-|> Methods.dateFormat
Methods.tableInfo.CCTableInfo.TransInfoData o-- Client.Client
Methods.tableInfo.TransTableData .up.|> Methods.tableInfo.dataForTable
Methods.tableInfo.TransTableData -up-|> Methods.dateFormat
Methods.tableInfo.TransTableData o-- Client.Client
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
|
60768d14e9a9a7064ed9ada0b945e1c63927141b | 26c55a2c45b6ec801eaef66f4fa3985bfbe99c7a | /DomainModel/src-gen/Forum_BC_UserManagementContext_SystemUser.puml | cc7682abbd898571b9578aa8aef581e2f05f48a3 | [
"MIT"
] | permissive | ejuntu/Eventforum.Net | 03d40329e1b8a6dcbb994c5d724b78c2bcf2e1ab | 5deafaa07bc329f3ebd4cc5528ba95524530527e | refs/heads/main | 2023-07-06T23:09:26.957443 | 2021-08-06T10:39:24 | 2021-08-06T10:39:24 | 391,983,750 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 736 | puml | @startuml
skinparam componentStyle uml2
package "'SystemUser' Aggregate" <<Rectangle>> {
class User <<(A,#fffab8) Aggregate Root>> {
String userId
String firstName
String lastName
String nickname
Boolean active
}
class UserEvent <<(E,#ff9f4b) Domain Event>> {
DateTime createDate
String id
User user
}
class UserService <<(S,DarkSeaGreen) Service>> {
String AddUser(User user)
User updateUser(User user)
}
class UserEventService <<(S,DarkSeaGreen) Service>> {
UserEvent UserCreatedEvent(User user)
UserEvent UserUpdatedEvent(User user)
}
}
UserEvent --> User : user
UserService --> User : AddUser
UserEventService --> UserEvent : UserCreatedEvent
UserEventService --> User : UserCreatedEvent
@enduml
|
e47b5816d2bd87d743b85c286c260ec6c37d42a2 | 01604410741fcd80e8d2233a35e05562dfbe979c | /app/src/main/java/com/example/administrator/locationclient/TriangulationLocalization.puml | 36713535796903ddd193b62596e0e6bb217510c1 | [] | no_license | linruili/locationClient | 902d393364ea7d0597db35639c734dd4facd7223 | 4ee55a91d78861d7d4f04663a0d4ae5379b0dfc7 | refs/heads/master | 2021-05-06T01:46:37.332931 | 2018-05-12T11:45:07 | 2018-05-12T11:45:07 | 114,460,669 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 503 | puml | @startuml
WeightedLocalization ..> Filter
WeightedLocalization ..> TriangulationLocalization
WeightedLocalization ..> Tools
TriangulationLocalization .> Tools
class WeightedLocalization{
+load_data()
+get_weight()
+get_traingulation_result()
}
class TriangulationLocalization{
+load_data()
+localization()
+find_noraml_vector()
}
class Tools{
+dot_product()
+norm()
+cross_point()
+point_distants()
+line_intersection_side()
+is_can_see()
}
class Filter{
+load_data()
+LCS()
+filter()
}
@enduml |
eacc851f111f6352d086a3d91b49368f02b881de | c2ef7c48e236c3d1780fdcac75abce25c672c652 | /src/main/resources/uml/StateUml.puml | 52d33733bdca7a02c9bcbd89cc79e3eca20e0e90 | [] | no_license | ToryZhou/design-pattern | 8d63b720ef54c9633eb10122c4cbeae45ae7ea1c | c9bcd6ae5cfb398e86d3af9a6a704e70a604b5cd | refs/heads/master | 2022-09-10T09:57:10.616533 | 2022-08-22T02:48:42 | 2022-08-22T02:48:42 | 132,232,311 | 62 | 31 | null | 2022-08-22T02:48:43 | 2018-05-05T09:11:57 | Java | UTF-8 | PlantUML | false | false | 559 | puml | @startuml
title State
abstract class State{
+writeProgram()
}
class ForenoonState{
+writeProgram()
}
class NoonState{
+writeProgram()
}
class AfternoonState{
+writeProgram()
}
class EveningState{
+writeProgram()
}
class SleepingState{
+writeProgram()
}
class RestState{
+writeProgram()
}
class Work{
-currentState: State
+writeProgram()
}
Work <.. State
Work o--> State
State <|-- ForenoonState
State <|-- NoonState
State <|-- AfternoonState
State <|-- EveningState
State <|-- SleepingState
State <|-- RestState
@enduml |
13526416f090bb8e47537214a3a115ee27f91a57 | 9719552a1c9d48895aa95b7235a414ce4f9be2a4 | /factory/src/factorymethod/factorymethod.puml | ba7f8843cd288f96c0472df402c8c4244fcfe412 | [] | no_license | lzyJava666/designMode | c2b582702ddb38eecf65b355408a937c8678f8c9 | cf3bee2e67ece800853efe6b0a1c06bde8c16bbf | refs/heads/main | 2023-03-07T13:55:48.882683 | 2021-02-04T07:59:16 | 2021-02-04T07:59:16 | 325,688,331 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 706 | puml | @startuml
class Clothes{
name:String
setName(name:String):void
type():void
select():void
take():void
buy():void
}
class BJManClothes
class BJGirlClothes
class SHManClothes
class SHGirlClothes
Clothes <|-- BJManClothes
Clothes <|-- BJGirlClothes
Clothes <|-- SHManClothes
Clothes <|-- SHGirlClothes
class OrderClothesFactory{
systemIn():String
createClothes(typeName:String):Clothes
}
class BJOrderClothes
class SHOrderClothes
BJOrderClothes ..> BJGirlClothes
BJOrderClothes ..> BJManClothes
SHOrderClothes ..> SHManClothes
SHOrderClothes ..> SHGirlClothes
OrderClothesFactory <|-- BJOrderClothes
OrderClothesFactory <|-- SHOrderClothes
OrderClothesFactory..>Clothes
@enduml |
de6d518c5762c90a133aae9bee9516940b45c20d | 22e365d047405c941dbe931f5a84834e5882c667 | /asciidocs/plantuml/cld.puml | b6d9aa8908693dbe4d07a173f76284ccd9e5448a | [] | no_license | 2122-5ahif-nvs/02-microproject-SpasenovicBozidar | edf5c47c4d4534c2bd203e0d677a5df4a97e24ec | bb2812f99422114262f3316e5c1c863269c3da29 | refs/heads/main | 2023-08-31T14:41:37.884900 | 2021-10-13T18:04:13 | 2021-10-13T18:04:13 | 414,165,880 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 363 | puml |
@startuml
class Car{
-name: String;
-ps: double;
-cost: double;
-model: String;
-licensePlate: String;
}
class Rental{
-car: Car;
-renter: Renter;
-startDate: LocalDate;
-endDate: LocalDate;
}
class Renter{
-id: Long;
-name: String;
}
Car "1"<-l-"*" Rental : is rented >
Rental "*"-r->"1" Renter : rents <
@enduml
|
f1a4affbaf431e46bdef9413f3964c303ce58631 | d702b31e656edcb9944228c0309f153bdff29eec | /doc/plantuml/HCARDA/command/ChangeReferenceDataCommand.plantuml | af647921ba3157360207b1a80f98ef7add41ff69 | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardAccess | 4f3957bfe40c56ffbf82782528a6e543ea00e9e3 | eb9a12f7eea309bb5b23269de9d8fa924f91fe4f | refs/heads/master | 2022-02-14T18:25:41.769547 | 2022-01-07T07:24:17 | 2022-01-07T07:24:17 | 213,916,430 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,479 | plantuml | @startuml
package de.gematik.ti.healthcardaccess {
interface IHealthCardCommand {
{abstract} + executeOn()
}
}
package de.gematik.ti.healthcardaccess {
abstract class AbstractHealthCardCommand {
{static} - LOG : Logger
{static} # NE_MAX_EXTENDED_LENGTH : int
{static} # NE_MAX_SHORT_LENGTH : int
{static} # EXPECT_ALL : int
# cla : int
# ins : int
# p1 : int
# p2 : int
# data : byte[]
# ne : int
# AbstractHealthCardCommand()
# AbstractHealthCardCommand()
{abstract} + getTechnicalResponseApdus()
- inferResponseStatusFromResponseCode()
+ executeOn()
# sendApdu()
- getCommandApdu()
}
}
package de.gematik.ti.healthcardaccess {
package de.gematik.ti.healthcardaccess.commands {
class ChangeReferenceDataCommand {
{static} - CLA : int
{static} - INS : int
{static} - MODE_DATA_CONTAINS_OLD_AND_NEW_SECRET : int
{static} - MODE_DATA_CONTAINS_NEW_SECRET : int
{static} - technicalResponseApdus : Map<Integer, ResponseStatus>
+ getTechnicalResponseApdus()
+ ChangeReferenceDataCommand()
+ ChangeReferenceDataCommand()
}
}
}
AbstractHealthCardCommand -up-|> IHealthCardCommand
ChangeReferenceDataCommand -up-|> AbstractHealthCardCommand
@enduml |
0f5b4e83ef85352b59589cc86ef0c88f4c0eef00 | f0f016da328b1e084f18b2a73f0a6c1f479f22b6 | /app/src/main/decorator.puml | 1d85ba7f591c24c9eec0e63c2d7a7677e3d5e3a3 | [] | no_license | sofina/MyDemo | c4eb12c650cff4bf787e9f71a535cf14894b8bc8 | 28fcebfa18479b517eb679e4995a0a5085d85701 | refs/heads/master | 2020-04-08T21:43:34.045813 | 2018-12-05T04:22:22 | 2018-12-05T04:22:22 | 159,755,979 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 414 | puml | @startuml
class ConcreteComponent
class Decorator
class DecoratorA
class DecoratorB
interface component
interface component{
+operation()
}
class ConcreteComponent{
+operation()
}
class Decorator{
Decorator(Component component)
+operation()
}
class DecoratorA{
}
class DecoratorB{
}
component <|-.- ConcreteComponent
component <|-.- Decorator
Decorator <|-- DecoratorA
Decorator <|-- DecoratorB
@enduml |
3bf922869a18e98e2187a7adde6509eb46d9d765 | 2b08955e13aee2fa092a7bb75f0d642a3e821fc9 | /src/main/java/org/huyong/my/spring/mvc/HandlerAdapter.puml | 4f44db8bb2573e74102efee1c93fd37dc54d7478 | [] | no_license | huyong1023/my | c720672779ad1450996fbe31c7281a2149178247 | f94eb36558172613fd236691fd01f56467e8968b | refs/heads/master | 2023-01-28T15:20:33.176092 | 2023-01-05T02:40:40 | 2023-01-05T02:40:40 | 136,870,750 | 3 | 2 | null | 2022-12-16T02:41:23 | 2018-06-11T03:37:39 | Java | UTF-8 | PlantUML | false | false | 652 | puml | @startuml
'https://plantuml.com/object-diagram
interface HandlerAdapter {
handle(HttpServletRequest request, HttpServletResponse response, Object handler)
}
class AbstractHandlerMethodAdapter {
abstract ModelAndView handleInternal(HttpServletRequest request, HttpServletResponse response, HandlerMethod handlerMethod)
}
class RequestMappingHandlerAdapter{
handleInternal()
invokeHandlerMethod()
getModelAndView(ModelAndViewContainer mavContainer, ModelFactory modelFactory, NativeWebRequest webRequest)
}
HandlerAdapter <|.. AbstractHandlerMethodAdapter
AbstractHandlerMethodAdapter <|.. RequestMappingHandlerAdapter
@enduml
|
0cf6252fea55e151570a910ec9aeab0ff1c201d4 | 372e13940be1f116c671dbb746617a331f06899e | /Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Utility/ObjectUtil.puml | bd656f7c9a8f609094a80d37451d8ef3ddde5dd0 | [] | no_license | guolifeng2018/CIGA-Game-Jam | 797734576510e27b5c5cee2eb17c1444f51d258c | fcd03e5579bef3bffe2cb51f52ba11a49a9cc02d | refs/heads/master | 2022-12-10T19:21:15.522141 | 2020-08-16T10:06:23 | 2020-08-16T10:06:23 | 285,986,041 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,692 | puml | @startuml
class ObjectUtil <<static>> {
+ {static} GetOrAddComponent(go:GameObject) : T
+ {static} GetOrAddComponent(com:Component) : T
+ {static} GetOrAddComponent(go:GameObject, type:System.Type) : Component
+ {static} GetOrAddComponent(com:Component, type:System.Type) : Component
+ {static} RemoveComponent(go:GameObject) : void
+ {static} RemoveComponent(com:Component) : void
+ {static} RemoveComponent(go:GameObject, type:System.Type) : void
+ {static} RemoveComponent(com:Component, type:System.Type) : void
+ {static} Instantiate(prefabGo:GameObject, parent:Transform, stayOption:TransformUtil.StayOption) : GameObject
+ {static} Instantiate(prefabResPath:string, parent:Transform, stayOption:TransformUtil.StayOption) : GameObject
+ {static} Instantiate(prefabCom:T, parent:Transform, stayOption:TransformUtil.StayOption) : T
+ {static} Instantiate(prefabGo:GameObject, parent:Transform, stayOption:TransformUtil.StayOption) : T
+ {static} Instantiate(prefabResPath:string, parent:Transform, stayOption:TransformUtil.StayOption) : T
+ {static} InstantiateOrCreate(prefabGo:GameObject, parent:Transform, stayOption:TransformUtil.StayOption) : GameObject
+ {static} InstantiateOrCreate(prefabResPath:string, parent:Transform, stayOption:TransformUtil.StayOption) : GameObject
+ {static} InstantiateOrCreate(prefabCom:T, parent:Transform, stayOption:TransformUtil.StayOption) : T
+ {static} InstantiateOrCreate(prefabGo:GameObject, parent:Transform, stayOption:TransformUtil.StayOption) : T
+ {static} InstantiateOrCreate(prefabResPath:string, parent:Transform, stayOption:TransformUtil.StayOption) : T
}
@enduml
|
50eb70a43116532c7487e61b5e32cdea8db4e486 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Accessors/EntityFramework/CartItem.puml | ecbdeb10ec339156843ae0b9e2ebc5f1e1fa541c | [
"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 | 288 | puml | @startuml
class CartItem {
+ Id : int <<get>> <<set>>
+ CatalogId : int <<get>> <<set>>
+ ProductId : int <<get>> <<set>>
+ Quantity : int <<get>> <<set>>
}
CartItem --> "CartId" Guid
CartItem o-> "CreatedAt" DateTimeOffset
CartItem o-> "UpdatedAt" DateTimeOffset
@enduml
|
7276858c31183fda398d7a8261d4b1fbbe5146f9 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Runtime/Utils/TextureLerper.puml | 4eb95051844902cb4d94847ba99db1606581a289 | [] | 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 | 504 | puml | @startuml
class TextureLerper {
TextureLerper()
Get(format:RenderTextureFormat, w:int, h:int, d:int, enableRandomWrite:bool, force3D:bool) : RenderTexture
}
class "List`1"<T> {
}
TextureLerper --> "m_Instance" TextureLerper
TextureLerper --> "m_Command" CommandBuffer
TextureLerper --> "m_PropertySheets" PropertySheetFactory
TextureLerper --> "m_Resources" PostProcessResources
TextureLerper --> "m_Recycled<RenderTexture>" "List`1"
TextureLerper --> "m_Actives<RenderTexture>" "List`1"
@enduml
|
f0439de3a4a7f6cb8e1abd40b411cd5a24f5b14f | a08d18fffd5657f2eea3307191d3e5159398ee16 | /src/PaooGame/PaooGame.plantuml | de7c7c841c35434f8ca006db2c6036bf882345f0 | [] | no_license | raducornea/Joc-PAOO | 9436b9b0e74af3020d746fe9400828cd17e9aaae | 1f597ba2db22d662c624f7c0329727539e81fe04 | refs/heads/master | 2023-07-30T12:00:36.361135 | 2021-09-19T07:10:59 | 2021-09-19T07:10:59 | 408,056,883 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,878 | plantuml | @startuml
title __PAOOGAME's Class Diagram__\n
namespace PaooGame {
class PaooGame.Game {
~ eFlag : boolean
~ enterFlag : boolean
~ escFlag : boolean
~ isInBattle : boolean
~ isInInventory : boolean
~ isInMenu : boolean
~ oFlag : boolean
~ releaseENTERFlag : boolean
~ releaseESCFlag : boolean
~ releaseFlag : boolean
~ releaseOFlag : boolean
- bs : BufferStrategy
- g : Graphics
- gameThread : Thread
- level : int
- runState : boolean
- secondsTime : long
+ Game()
+ GetHeight()
+ GetKeyManager()
+ GetSecondsTime()
+ GetWidth()
+ StartGame()
+ StopGame()
+ run()
- Draw()
- InitGame()
- Update()
}
}
namespace PaooGame {
class PaooGame.Main {
{static} + main()
}
}
namespace PaooGame {
class PaooGame.RefLinks {
{static} + level : int
{static} + total : int
{static} - hero : Hero
{static} - isInBattle : boolean
+ GetGame()
+ GetHeight()
+ GetHero()
+ GetKeyManager()
+ GetMap()
+ GetNPC()
+ GetSecondsTime()
+ GetTileHeight()
+ GetTileWidth()
+ GetWidth()
{static} + HeroNpcs()
+ RefLinks()
+ SetGame()
+ SetMap()
+ SetNPC()
{static} + getAttackDamage()
{static} + getBattle()
{static} + getCamera()
{static} + getHashtagX()
{static} + getHashtagY()
{static} + getHero()
{static} + getInventory()
{static} + getInventoryPage()
{static} + getLife()
{static} + getMenu()
{static} + getNpcs()
{static} + resetInventory()
{static} + resetMenu()
{static} + setBattle()
{static} + setHero()
}
}
PaooGame.Game .up.|> java.lang.Runnable
PaooGame.Game o-- PaooGame.States.State : aboutState
PaooGame.Game o-- PaooGame.States.State : battleState
PaooGame.Game o-- PaooGame.States.State : inventoryState
PaooGame.Game o-- PaooGame.Input.KeyManager : keyManager
PaooGame.Game o-- PaooGame.States.State : menuState
PaooGame.Game o-- PaooGame.States.State : playState
PaooGame.Game o-- PaooGame.RefLinks : refLink
PaooGame.Game o-- PaooGame.States.State : settingsState
PaooGame.Game o-- PaooGame.Tiles.Tile : tile
PaooGame.Game o-- PaooGame.GameWindow.GameWindow : wnd
PaooGame.RefLinks o-- PaooGame.Game : game
PaooGame.RefLinks o-- PaooGame.Maps.Map : map
PaooGame.RefLinks o-- PaooGame.Items.NPC : npc
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
|
468785443f3be5bf9262b9e11f785556fbd44c01 | a459373fa54c2903a9470556d452586ad9320bd0 | /doc/before.puml | f7ef8a432a9ed4d302bcd856815a994b24272626 | [] | no_license | nazonohito51/log-analyzer | b07e5172c4945fa80f859ba788cb61b0e7f92033 | b11eaa7b1bd9a13b308866c2dbe59876bc965b2e | refs/heads/master | 2022-01-20T06:59:32.008241 | 2019-08-06T02:16:17 | 2019-08-06T02:16:17 | 106,846,203 | 6 | 0 | null | 2018-11-12T07:09:26 | 2017-10-13T16:08:09 | PHP | UTF-8 | PlantUML | false | false | 708 | puml | @startuml
class CollectionBuilder {
- LogFile file
}
class ItemCollection {
- array items
}
class View {
- string dimensions
- array columns
}
class SplFileObject {
}
class LogFile {
- string path
- ParserInterface parser
}
class Item {
- LogFile file
- int linePos
}
class ItemInterface {
}
class ApacheLogParser {
- string format
}
class LtsvParser {
}
class ParserInterface {
}
CollectionBuilder ..> ItemCollection : create
ItemCollection o-- Item
Item <|.. ItemInterface
Item "1..n" -- "1" LogFile
ApacheLogParser <|.. ParserInterface
LtsvParser <|.. ParserInterface
LogFile <|-- SplFileObject
LogFile "0..n" -- "1" ParserInterface
ItemCollection <..> View : create
@enduml
|
0e07849b57837598b9317b844e6b5f0fa0198b06 | 58d2cd8afc250755a0cba86cedf6000aae0ced54 | /src/main/java/ex43/WebsiteGenerator.puml | 72e48082f1fc6165cf0929cf020a44e2598712bf | [] | 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 | 378 | puml | @startuml
class WebsiteGenerator {
+ static void main(String[] args) throws IOException
+ static String create_files(String site_name, String author, String js, String css) throws IOException
+ static String make_file(String directory) throws IOException
+ static void write_into_html(String file, String site_name, String author) throws IOException
}
@enduml |
2d51d5976cc59e7f62c80977dd729510f712a1b5 | e37016f9bea6aac6954954ba33bde705a1245047 | /zx-note/src/test/graph/elasticsearch/cluster/node/DiscoveryNode.puml | 22f87ab1ed5e7070b077d9b6198b291a32761bb8 | [] | 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 | 918 | puml | @startuml
class DiscoveryNode{
// 代表集群中的一个节点
---
-String nodeName
-String nodeId
-String ephemeralId;
-String hostName;
-String hostAddress;
-TransportAddress address;
-Map<String, String> attributes;
-Set<Role> roles; // 角色:Master? Data? Ingest?
}
class DiscoveryNodes extends AbstractDiffable{
// 包含集群中所有的节点
---
-ImmutableOpenMap<String, DiscoveryNode> nodes;
-ImmutableOpenMap<String, DiscoveryNode> dataNodes;
-ImmutableOpenMap<String, DiscoveryNode> masterNodes;
-ImmutableOpenMap<String, DiscoveryNode> ingestNodes;
-String masterNodeId;
-String localNodeId;
---
// 本地节点是否被选举成Master
+boolean isLocalNodeElectedMaster()
+int getSize() // 节点数目
+Delta delta(DiscoveryNodes other)
}
DiscoveryNodes "1" *-right-- "n" DiscoveryNode : contains
@enduml |
7344480ba2c23da64a40a1e7986c684c30a04bce | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.ide.rider@1.1.4/Rider/Editor/ProjectGeneration/GUIDProvider.puml | 344c477b3fb88eccd3407710f9f8d1d14e4cc68a | [] | 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 | 208 | puml | @startuml
class GUIDProvider {
+ ProjectGuid(projectName:string, assemblyName:string) : string
+ SolutionGuid(projectName:string, extension:string) : string
}
IGUIDGenerator <|-- GUIDProvider
@enduml
|
ca6a219bdf74137b50f8384b1a2781cd2b7b7bc6 | 4d643dcfa275852670031cf5749921cfd235221c | /patterns/s_Adapter.puml | e463a65653aac955ba05f207bd9632055633f0c8 | [] | no_license | ezhov-da/notes | a2552cb0a53ffccf6e426986a06af09d280d2566 | 51e77e442c3db8900eadc3b35c701b26b170911d | refs/heads/master | 2023-05-12T20:58:00.276582 | 2021-05-28T05:37:01 | 2021-05-28T05:37:01 | 275,666,019 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 601 | puml | @startuml
title Адаптер (Adapter)
note as INFO
<b>Тип:</b> <u>Структурный</u>
<b>Что это:</b>
Конвертирует интерфейс класса в
другой интерфейс, ожидаемый
клиентом. Позволяет классам с
разными интерфейсами работать вместе.
endnote
class Client
interface Adapter{
+operation()
}
class ConcreteAdapter{
-adaptee
+operation()
}
class Adaptee{
+adaptedOperation()
}
Client --> Adapter
ConcreteAdapter ..|> Adapter
ConcreteAdapter --> Adaptee
@enduml |
8ca32ec887b74c2496df7b94c922f6d719e3f6a1 | 21aa0024f242a17594c6916d2a8ba32eae54451e | /src/main/java/ua/training/model/dao/factory/factory.plantuml | 2b5ae956e6d997992304a009375513f1305683c1 | [] | no_license | HubenkoVV/dbCloudlApp | e3d3b57b7eac801855aea57e4e99bd701152a6e6 | bd27e5dd58c3c6a0d6acd7a9e09ff15ca7b4370e | refs/heads/master | 2021-12-15T01:54:46.565762 | 2021-12-14T09:25:46 | 2021-12-14T09:25:46 | 219,663,737 | 0 | 0 | null | 2021-12-14T09:28:35 | 2019-11-05T05:20:40 | Java | UTF-8 | PlantUML | false | false | 997 | plantuml | @startuml
title __FACTORY's Class Diagram__\n
package ua.training.model.dao {
package ua.training.model.dao.factory {
abstract class AbstractDaoFactory {
{static} - daoFactory : AbstractDaoFactory
{abstract} + createUserDao()
{abstract} + createPaymentDao()
{abstract} + createPeriodicalDao()
{abstract} + createArticleDao()
{static} + getInstance()
}
}
}
package ua.training.model.dao {
package ua.training.model.dao.factory {
class DaoFactory {
- dataSource : DataSource
+ createUserDao()
+ createPaymentDao()
+ createPeriodicalDao()
+ createArticleDao()
- getConnection()
}
}
}
DaoFactory -up-|> AbstractDaoFactory
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
|
4871f649a30a9d836dcc1a960a96dbe1454ed6eb | b4f327673cda5c4eadf4d86e12167ce4da4f68d4 | /out/production/designpattern/com/designpattern/structural/facade/Facade.puml | 8320414e0a0bf00947b76224cb5ee314605b4a29 | [] | no_license | ZhengHuaJing/designpattern | 85d7271ee15db12bde4bedd56953f339b6a93034 | 2baf3818c8d8813263d9fcac5037da6a5b449358 | refs/heads/master | 2023-01-04T23:58:14.169526 | 2020-11-01T11:10:12 | 2020-11-01T11:10:12 | 309,076,376 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 720 | puml | @startuml
package shapes {
interface Shape {
+ {abstract} draw(): void
}
class Circle {
.. Override ..
+ draw(): void
}
class Rectangle {
.. Override ..
+ draw(): void
}
class Square {
.. Override ..
+ draw(): void
}
}
class Client {
+ {static} main(): void
}
class ShapeMaker {
- circle: Shape
- rectangle: Shape
- square: Shape
.. Constructor ..
+ ShapeMaker(): void
.. Other ..
+ drawCircle(): void
+ drawRectangle(): void
+ drawSquare(): void
}
Shape <|.. Circle
Shape <|.. Rectangle
Shape <|.. Square
shapes <-right-* ShapeMaker
ShapeMaker <-down- Client
@enduml
|
f3d99d0a7af1bbed7c84660c65247cb245cc5432 | ff1e2753766e967897531220aded72838e2d1540 | /assets/images/mvc/front-controller.plantuml | 7f26a63a50482545d239f0d887fe56387be53e30 | [] | no_license | prof-wagnermacedo/prof-wagnermacedo.github.io | a821a97b45edfc2d9a00ad2d80cefc079c3207a0 | 17e186cd3ce0f9e4ef74bd55d317fe626fee673f | refs/heads/master | 2021-06-05T08:33:32.713539 | 2020-09-13T15:31:26 | 2020-09-13T15:31:26 | 96,470,111 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 472 | plantuml | @startuml
skinparam Class {
FontStyle bold
FontSize 15
AttributeFontSize 17
AttributeFontName Ubuntu Mono
}
class " FrontController " as FC <<servlet>> {
doGet()
doPost()
}
abstract class " Command " as CMD <<abstract>>
class " Command1 " <<concrete>> extends CMD {
functionA()
functionB()
}
class " Command2 " <<concrete>> extends CMD {
functionX()
functionY()
}
FC .right.> CMD : " "
hide fields
@enduml
|
4b3e148d1950345fc5dc6ec630039a65f2428b32 | ae5dac0b4bb492b46287be6fa65c553d214d66e3 | /diagrams/ex45.puml | 746580a30be692fd850f3b4e3edf8b24c365dc7c | [] | no_license | DreDreDreDre/jara-cop3330-assignment3 | 3437b3ce34f809677ee3ed4b9bee7d800d801688 | c75953606088c09ae83d57d923d5fd174213bab4 | refs/heads/master | 2023-08-11T01:22:05.665678 | 2021-10-10T22:58:27 | 2021-10-10T22:58:27 | 415,705,536 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 202 | puml | @startuml
class App{
+readInput(Scanner in, BufferedWriter bw):void
+main(String[] args):void
}
file exercise45_input.txt{
}
file output{
}
App <-> exercise45_input.txt
App -> output
@enduml |
c90802b68ff850dc6bc917a2f672ceae73e054d4 | ca297beee931ad3e6900be7ce159d888f8686147 | /structural patterns/Adepter.puml | 74573daefbd2dd17aa5bc2170fb17f6b9be1f993 | [] | no_license | yvoilee/DesignPattern | c556fb25f39d6846e73225324e53df060b544513 | 9974e60984e9aea7fe670f8314b031a0b61a2a8b | refs/heads/master | 2020-04-29T22:57:07.914236 | 2019-03-19T08:37:54 | 2019-03-19T08:37:54 | 176,463,386 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 616 | puml | @startuml
skinparam classAttributeIconSize 0
package "class Adepter(适配器模式)" #DDDDDD {
class Client
interface Target
{
+request():void
}
note right: 这是客户所期待的接口\n目标可以是具体类或抽象类\n或接口
class Adeptee
{
+ specificRequest():void
}
note left: 需要适配的接口
class Adepter{
-adeptee:Adeptee
+ request():void
}
note left: 代理类\n通过在内部包装\n一个Adeptee对象\n把源接口换成目标接口
Target <-- Client
Target <|.. Adepter
Adeptee <-- Adepter
}
@enduml |
57fdb5ea9b3bc18324550c855afbbd0c2ea0020b | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/one-time-payment@0.7.0.puml | 8ce45821858b0483015fb8be984477c8d7320b7c | [
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 1,040 | puml | @startuml
class org.accordproject.payment.onetime.PaymentReceivedRequest << (T,yellow) >> {
}
org.accordproject.payment.onetime.PaymentReceivedRequest --|> org.accordproject.cicero.runtime.Request
class org.accordproject.payment.onetime.PaymentReceivedResponse << (T,yellow) >> {
}
org.accordproject.payment.onetime.PaymentReceivedResponse --|> org.accordproject.cicero.runtime.Response
class org.accordproject.payment.onetime.OneTimePaymentState << (A,green) >> {
+ ContractLifecycleStatus status
}
org.accordproject.payment.onetime.OneTimePaymentState --|> org.accordproject.cicero.contract.AccordContractState
class org.accordproject.payment.onetime.ContractLifecycleStatus << (E,grey) >> {
+ UNINITIALIZED
+ OBLIGATION_EMITTED
+ COMPLETED
}
class org.accordproject.payment.onetime.OneTimePaymentContract << (A,green) >> {
+ AccordParty buyer
+ AccordParty seller
+ MonetaryAmount initialAmount
}
org.accordproject.payment.onetime.OneTimePaymentContract --|> org.accordproject.cicero.contract.AccordContract
@enduml
|
8cc461693f9665e6145fac6cf589d0954cb9709d | fdae2dce5b6e304fa22a97c37fd898a37dadb643 | /LabTwo_Staff.puml | 076263bf87ae63aa4443649f0559350478da3ea7 | [] | no_license | HkingAuditore/JavaLab | 2cfc3c273ff76996de7983458421256653147bc2 | 58b335d1e11ead9d935c96c440d0d4b7fa18d7bb | refs/heads/main | 2023-05-30T22:35:31.186538 | 2021-06-02T09:14:52 | 2021-06-02T09:14:52 | 365,935,053 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,296 | puml | @startuml
class LabTwo.Staff.Sales.FullTimeSalesman {
- double _salesCommission
- double _sales
+ <<Create>> FullTimeSalesman()
+ double getMonthlySalary()
+ double getSales()
+ void setSales(double)
+ double getSalesCommission()
+ void setSalesCommission(double)
}
class LabTwo.Staff.EmployeeSalaryCalculator {
- {static} Scanner scanner
- {static} Employee employee
- {static} void generateEmployee()
- {static} double inputDouble(String)
- {static} void showDouble(String,double)
+ {static} void main(String[])
}
abstract class LabTwo.Staff.Employee {
- EmployeeType _employeeType
+ EmployeeType getEmployeeType()
+ void setEmployeeType(EmployeeType)
}
class LabTwo.Staff.StaticFunctions {
+ {static} T clamp(T,T,T)
}
class LabTwo.Staff.Sales.PartTimeSalesman {
- double _salesCommission
- double _sales
+ <<Create>> PartTimeSalesman()
+ double getDailySalary()
+ double getSales()
+ void setSales(double)
+ double getSalesCommission()
+ void setSalesCommission(double)
}
abstract class LabTwo.Staff.PartTimeEmployee {
# double _dailyWorkingHours
# double _hourlyRate
+ {abstract}double getDailySalary()
+ double getDailyWorkingHours()
+ void setDailyWorkingHours(double)
+ double getHourlyRate()
+ void setHourlyRate(double)
}
class LabTwo.Staff.Sales.SalesManager {
- double _salesCommission
- double _salesTotal
+ <<Create>> SalesManager()
+ double getMonthlySalary()
+ double getSales()
+ void setSales(double)
+ double getSalesCommission()
+ void setSalesCommission(double)
}
interface LabTwo.Staff.Sales.ISales {
+ double getSales()
+ void setSales(double)
+ double getSalesCommission()
+ void setSalesCommission(double)
}
abstract class LabTwo.Staff.FullTimeEmployee {
# double monthlyBasicSalary
+ {abstract}double getMonthlySalary()
}
LabTwo.Staff.Sales.ISales <|.up. LabTwo.Staff.Sales.FullTimeSalesman
LabTwo.Staff.FullTimeEmployee <|-- LabTwo.Staff.Sales.FullTimeSalesman
LabTwo.Staff.Sales.ISales <|.left. LabTwo.Staff.Sales.PartTimeSalesman
LabTwo.Staff.PartTimeEmployee <|-left- LabTwo.Staff.Sales.PartTimeSalesman
LabTwo.Staff.Employee <|-d- LabTwo.Staff.PartTimeEmployee
LabTwo.Staff.Sales.ISales <|.down. LabTwo.Staff.Sales.SalesManager
LabTwo.Staff.FullTimeEmployee <|-- LabTwo.Staff.Sales.SalesManager
LabTwo.Staff.Employee <|-right- LabTwo.Staff.FullTimeEmployee
@enduml |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.