blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 4
227
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
28
| license_type
stringclasses 2
values | repo_name
stringlengths 6
100
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringclasses 61
values | visit_date
timestamp[us]date 2015-08-14 10:26:58
2023-09-06 07:53:38
| revision_date
timestamp[us]date 2011-01-31 21:28:29
2023-09-05 14:54:58
| committer_date
timestamp[us]date 2011-01-31 21:28:29
2023-09-05 14:54:58
| github_id
int64 206k
631M
⌀ | star_events_count
int64 0
108k
| fork_events_count
int64 0
34.4k
| gha_license_id
stringclasses 13
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 79
values | src_encoding
stringclasses 12
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 1
class | length_bytes
int64 8
1.29M
| extension
stringclasses 17
values | code
stringlengths 8
1.29M
| non_uml
bool 1
class | uml
bool 1
class | has_non_ascii
bool 2
classes | has_non_latin
bool 1
class | uml_subtype
stringclasses 10
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9874088d60bf4ee6815e55313a4455d2073a6345
|
1fcb681aa1d640779af08434345a3f1a7cc74e3a
|
/out/production/DecisionSupportSystem/Controllers/Controllers.plantuml
|
bb448465d5b85f0fdfb80215128d6127a21e5dbc
|
[] |
no_license
|
vosure/decision-support-system
|
ad5610f0f9cc49a96ef8724a3bcb8b6a14cf5788
|
ba4afaa0270201e08ddac7d79c169f1652582532
|
refs/heads/master
| 2020-05-04T01:47:12.516385
| 2019-07-01T12:30:59
| 2019-07-01T12:30:59
| 178,913,451
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,885
|
plantuml
|
@startuml
title __CONTROLLERS's Class Diagram__\n
package Controllers {
class alternativesController {
+ gridPane : GridPane
+ title : Label
{static} + alternativesByCriteria : ArrayList<Matrix>
- currentIndex : int
+ initialize()
- initializeTableForAlternatives()
- getValuesFromGridIntoAlternativesList()
+ next()
+ showReference()
}
}
package Controllers {
class criteriaController {
+ gridPane : GridPane
+ title : Label
{static} ~ criteriaMatrix : Matrix
{static} + criteriaControllerStage : Stage
+ next()
+ initialize()
- initializeTable()
- getValuesFromGridIntoCriteriaMatrix()
+ showReference()
}
}
package Controllers {
class homeController {
{static} + homeControllerStage : Stage
+ criteriaGridPane : GridPane
+ alternativesGridPane : GridPane
- alt : int
- crit : int
- generateTable()
+ next()
+ addAlternative()
+ removeAlternative()
+ addCriterion()
+ removeCriterion()
+ initialize()
+ removeNodeByRowColumnIndex()
+ showReference()
}
}
package Controllers {
class resultController {
+ gridPane : GridPane
+ initialize()
- reverse()
- generateAndSortResults()
- createTable()
+ showReference()
}
}
alternativesController -up-|> Initializable
criteriaController -up-|> Initializable
homeController -up-|> Initializable
resultController -up-|> Initializable
resultController o-- AHP : ahp
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
| false
| true
| false
| false
|
class
|
30d59babc2dc4fc4e76e6694437d76bb95f90399
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/Associate.puml
|
1afd5c1a96a17b6f65c2619c56c63b185fe46b1e
|
[] |
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
| 5,165
|
puml
|
@startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface Associate [[Associate.svg]] {
associateRoleAssignments: [[AssociateRoleAssignment.svg List<AssociateRoleAssignment>]]
roles: [[AssociateRoleDeprecated.svg List<AssociateRoleDeprecated>]]
customer: [[CustomerReference.svg CustomerReference]]
}
interface BusinessUnit [[BusinessUnit.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
status: [[BusinessUnitStatus.svg BusinessUnitStatus]]
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
unitType: [[BusinessUnitType.svg BusinessUnitType]]
name: String
contactEmail: String
custom: [[CustomFields.svg CustomFields]]
addresses: [[Address.svg List<Address>]]
shippingAddressIds: [[String.svg List<String>]]
defaultShippingAddressId: String
billingAddressIds: [[String.svg List<String>]]
defaultBillingAddressId: String
associateMode: [[BusinessUnitAssociateMode.svg BusinessUnitAssociateMode]]
associates: [[Associate.svg List<Associate>]]
inheritedAssociates: [[InheritedAssociate.svg List<InheritedAssociate>]]
parentUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
topLevelUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface BusinessUnitAssociatesSetMessage [[BusinessUnitAssociatesSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
associates: [[Associate.svg List<Associate>]]
}
interface BusinessUnitAssociatesSetMessagePayload [[BusinessUnitAssociatesSetMessagePayload.svg]] {
type: String
associates: [[Associate.svg List<Associate>]]
}
interface BusinessUnitAssociateAddedMessage [[BusinessUnitAssociateAddedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
associate: [[Associate.svg Associate]]
}
interface BusinessUnitAssociateChangedMessage [[BusinessUnitAssociateChangedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
associate: [[Associate.svg Associate]]
}
interface BusinessUnitAssociateRemovedMessage [[BusinessUnitAssociateRemovedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
associate: [[Associate.svg Associate]]
}
interface BusinessUnitAssociateAddedMessagePayload [[BusinessUnitAssociateAddedMessagePayload.svg]] {
type: String
associate: [[Associate.svg Associate]]
}
interface BusinessUnitAssociateChangedMessagePayload [[BusinessUnitAssociateChangedMessagePayload.svg]] {
type: String
associate: [[Associate.svg Associate]]
}
interface BusinessUnitAssociateRemovedMessagePayload [[BusinessUnitAssociateRemovedMessagePayload.svg]] {
type: String
associate: [[Associate.svg Associate]]
}
Associate --> BusinessUnit #green;text:green : "associates"
Associate --> BusinessUnitAssociatesSetMessage #green;text:green : "associates"
Associate --> BusinessUnitAssociatesSetMessagePayload #green;text:green : "associates"
Associate --> BusinessUnitAssociateAddedMessage #green;text:green : "associate"
Associate --> BusinessUnitAssociateChangedMessage #green;text:green : "associate"
Associate --> BusinessUnitAssociateRemovedMessage #green;text:green : "associate"
Associate --> BusinessUnitAssociateAddedMessagePayload #green;text:green : "associate"
Associate --> BusinessUnitAssociateChangedMessagePayload #green;text:green : "associate"
Associate --> BusinessUnitAssociateRemovedMessagePayload #green;text:green : "associate"
@enduml
| false
| true
| false
| false
|
sequence
|
75d45de3a3cfa1b02e6916302d36d3abf393a19b
|
ab4a540e3acd216ac359644dab37dfc7fba83182
|
/src/main/java/ex44/diagram04.puml
|
be8022fa89fd9a2c9fd019c57e4373074179cc8b
|
[] |
no_license
|
kidnip/Rosales-cop3330-assignment3
|
0b547ec582f3546bc41b9c1dbddb3c8912c567b0
|
e701a960b00ac52c2fc848f4a0846c67ce720567
|
refs/heads/master
| 2023-08-30T23:19:26.643488
| 2021-10-12T03:39:33
| 2021-10-12T03:39:33
| 416,171,356
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 670
|
puml
|
@startuml
class Products{
..Getters..
+ String getName()
+ float getPrice()
+ int getQuantity()
..Setters..
+ void setName()
+ void setPrice()
+ void setQuantity()
--private data--
-String name
-float price
-int quantity
}
class ProductSearch {
..Methods..
+void main()
+Products[] parseFile()
}
circle JSON_File
ProductSearch <- ProductSearch : 1. Calls parseFile() within main()
Products <-> ProductSearch : 3. creates Products[] with text parsed from parseFile()
Products -> ProductSearch : 4. get Methods used to print data
JSON_File -up-> ProductSearch : 2. Takes input to use in parseFile()
@enduml
| false
| true
| false
| false
|
sequence
|
8a97151c7ba1a328b05a35cc784c875ba020be3a
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/OrderSearchFullTextExpression.puml
|
21b863593608df75eb63fe153424e6ca48e25a26
|
[] |
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
| 488
|
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 OrderSearchFullTextExpression [[OrderSearchFullTextExpression.svg]] extends OrderSearchQueryExpression {
fullText: [[OrderSearchFullTextValue.svg OrderSearchFullTextValue]]
}
interface OrderSearchQueryExpression [[OrderSearchQueryExpression.svg]] {
}
@enduml
| false
| true
| false
| false
|
class
|
f20fe089d34af773278004d274b0b3d0616ff77a
|
e80c5fe439cb8fe4bcca554f1ff861299f40fa60
|
/1.Basics/3_Button/thingml-gen/UML/Button2App/Button2App/docs/TestButton_TestButton.plantuml
|
c4b9988abe0f552ba87754122cc29ed5b6f09a5a
|
[] |
no_license
|
madkira/ThingMLArduinoDemo
|
331a8e258d4e57d18efb9dccd581179b8f69c0ba
|
730789e11960547852cd4e1a0254f49f08ea8131
|
refs/heads/master
| 2020-12-07T03:57:47.048263
| 2017-06-27T12:19:36
| 2017-06-27T12:19:36
| 95,461,161
| 0
| 0
| null | 2017-06-26T15:27:01
| 2017-06-26T15:27:01
| null |
UTF-8
|
PlantUML
| false
| false
| 548
|
plantuml
|
@startuml
skinparam defaultTextAlignment left
caption Behavior of thing TestButton
[*] --> TestButton
state TestButton{
state Waiting{
Waiting : entry / do \nled1!led_OFF()\nled2!led_OFF()\nend\n
Waiting : but?press / \naction do \nled1!led_ON()\ntimer!timer_start(...)\nend\n
Waiting : but?release / \naction do \nled2!led_ON()\ntimer!timer_start(...)\nend\n
Waiting : e:timer?timer_timeout / \naction if(timer_timeout.id == 0) do\nled1!led_OFF()\nend else do\nif(timer_timeout.id == 1) do\nled2!led_OFF()\nend\n\n
}
[*] --> Waiting
}
@enduml
| false
| true
| false
| false
|
state
|
76422081f302fa8d0d67450a1578bae5bdc9bee3
|
e0656a1860c7c68aa4e6b694360c8bf522331c8e
|
/conference-management-system/class-diagrams/conference/Attendance.puml
|
bc21883b62b86ae29cf0d598908541f975e9d635
|
[] |
no_license
|
FilipPascuti/Conference-Management-System
|
39d3b8705b9b78b06287cef42eca56f0c4edfcc8
|
d24a95e59425e55929c654a7ca462b234b71716e
|
refs/heads/master
| 2023-08-04T17:59:14.168995
| 2021-09-22T18:35:06
| 2021-09-22T18:35:06
| 409,313,017
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 183
|
puml
|
@startuml
class Attendance {
- Long listenerId
- Long presentationId
}
Attendance "many" <-- Listener : attends
Attendance "many" <-- Presentation : is attended by
@enduml
| false
| true
| false
| false
|
class
|
8dd1ce13d0a673c6e07417e4ecc19b7b7d698826
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/StagedOrderImportLineItemStateAction.puml
|
f975a34f0e6f48ad22ceb5b80af935ef6f937b63
|
[] |
no_license
|
commercetools/commercetools-api-reference
|
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
|
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
|
refs/heads/main
| 2023-09-01T05:22:42.100097
| 2023-08-31T11:33:37
| 2023-08-31T11:33:37
| 36,055,991
| 52
| 30
| null | 2023-08-22T11:28:40
| 2015-05-22T06:27:19
|
RAML
|
UTF-8
|
PlantUML
| false
| false
| 551
|
puml
|
@startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface StagedOrderImportLineItemStateAction [[StagedOrderImportLineItemStateAction.svg]] extends StagedOrderUpdateAction {
action: String
lineItemId: String
lineItemKey: String
state: [[ItemState.svg List<ItemState>]]
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
| false
| true
| false
| false
|
state
|
35e512d1a540f2015a3e0cbe1a18359fcb5cf8ea
|
a858669eedee989d63a28abc6e28bae6f9614369
|
/docs/diagrams/src/paquetes/kodenix.mastermind.models.puml
|
834ac534972d7f23b0c212cdf330ad7f709688e5
|
[] |
no_license
|
Master-Desarrollo-20-21/diseno-oo-ejercicio2-mastermind-document-view-kodenix
|
8eb0e4ecb85bc7aff4ca571dc37d3bfdab950c10
|
2e167fa4177d9bb60dcd9e85e8e9f91f7d14616f
|
refs/heads/main
| 2023-01-31T16:50:20.022936
| 2020-12-13T23:26:47
| 2020-12-13T23:26:47
| 318,461,155
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,456
|
puml
|
@startuml Mastermind_PublicView_v3_0_0
title Mastermind_PublicView v3.0.0
class Mastermind {
+Mastermind()
+play() : void
}
+class Attempt{
+Attempt(SecretCombination)
+isWinner() : bool
+getPrintedProposedCombination() : string
+getBlacks(): int
+getWhites(): int
}
class Result{
+Result(whites: int, blacks: int)
+getWhites() : int
+getBlacks() : int
}
enum Color{
RED('r')
GREEN('g')
BLUE ('b')
YELLOW('y')
ORANGE('o')
PINK('p')
+{static} getAvailableColors() : string
+{static} getColorByChar(char) : Color
+isSameColorAs(color : Color) : boolean
+toString() : string
}
abstract class Combination{
+toString() : string
}
class SecretCombination{
+SecretCombination()
+evalueCombination(ProposedCombination) : Result
+toString() : string
}
class ProposedCombination{
+ProposedCombination(String)
+getError(): Error
}
class Console{
+write(promptMessage : string) : void
+read(promptMessage : string) : string
}
enum Error{
WRONG_LENGTH
WRONG_COLORS
REPEATED_COLOR
NULL
+isNull(): boolean
}
Mastermind *--> SecretCombination
Mastermind *--> "0..10" Attempt
Combination ^-- SecretCombination
Combination ^-- ProposedCombination
Combination *--> "4" Color
Attempt *--> ProposedCombination
Attempt *--> Result
Attempt ..> SecretCombination
Mastermind ..> Console
ProposedCombination ..> Console
@enduml
| false
| true
| false
| false
|
class
|
5a0889c5cecd085f580d197fe84c78e9471e1382
|
766f4fe065b6654090cc2aa19c69e2d19c583fd2
|
/doc/defines.iuml
|
49da464cd602327de3e9db470592c145bf3a72f1
|
[] |
no_license
|
dpietruchowski/MEPCore
|
04c610eaf96c40d1e2eb8a45c688770bb89ff2c0
|
0cb6a563e46802a514143e4a326d39cfce3d1c4b
|
refs/heads/master
| 2021-10-08T06:09:22.657873
| 2018-03-08T19:14:09
| 2018-03-08T19:14:09
| 106,747,782
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 357
|
iuml
|
hide enum methods
hide <<typedef>> methods
!definelong TYPEDEF(name, type)
class name <<(T,#B22222)typedef>> {
type
}
!enddefinelong
!definelong STRUCT(name)
class name <<(S,#FFD700)>>
hide "name" methods
!enddefinelong
!definelong PKG(name)
class name <<(P,#808080)>> {
More...
}
hide name methods
!enddefinelong
| false
| true
| false
| false
|
class
|
d5e394ef516e262de15b7a09c4c97115002ced01
|
ee6841e96c76962e9f74ba032a25d2e923b7e42c
|
/tech-apache/apache-lang/src/main/resources/guava/guava-hash.puml
|
e1a371e553faf155a667368a268034ebb2436643
|
[] |
no_license
|
physicsLoveJava/java-miscellaneous
|
614cfbad7dd7679e99c561b210ebbbf1a9df941e
|
e7563fdc9b5f955662cba40fc48614e45747d020
|
refs/heads/master
| 2021-07-19T13:30:51.096326
| 2019-01-21T09:09:50
| 2019-01-21T09:09:50
| 105,858,854
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 808
|
puml
|
@startuml
abstract class AbstractByteHasher extends AbstractHasher
abstract class AbstractCompositeHashFunction extends AbstractHashFunction
abstract class AbstractHasher implements Hasher
abstract class AbstractHashFunction implements HashFunction
abstract class AbstractNonStreamingHashFunction extends AbstractHashFunction
abstract class AbstractStreamingHasher extends AbstractHasher
class BloomFilter implements Predicate, Serializable
interface Funnel extends Serializable
class Funnels
abstract class HashCode
interface Hasher extends PrimitiveSink
interface HashFunction
class Hashing
class HashingInputStream extends FilterInputStream
class HashingOutputStream extends FilterOutputStream
interface LongAddable
interface PrimitiveSink
abstract class Striped64 extends Number
@enduml
| false
| true
| false
| false
|
class
|
cce7c4240df01c225ef72ab997989fcfbdb22bd2
|
7515c5c79db47945a7c81cfbec2eeb6fed1ed9fe
|
/documentation/diagrams/low_altitude_radar_flight.puml
|
3108c90b8a84d93ec81a2b4d7cfd0f43f07db7cc
|
[
"MIT"
] |
permissive
|
ethz-asl/mav_findmine
|
15f3e74e04e205ee5378c6bba24f8c517ab4458b
|
2835995ace0a20a30f20812437b1b066428253a9
|
refs/heads/main
| 2023-06-07T08:08:08.777525
| 2021-06-21T09:55:31
| 2021-06-21T09:55:31
| 378,126,664
| 3
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 622
|
puml
|
@startuml
[*] -> HighAltitudeAerialImaging
[*] -> LowAltitudeRadarFlight: SHA polygon
HighAltitudeAerialImaging -> LowAltitudeRadarFlight : No flight zones
state LowAltitudeRadarFlight {
[*] --> GlobalCoveragePlanner
[*] --> IndividualMotionPlanner
GlobalCoveragePlanner --> MissionExecution : GNSS trajectory
IndividualMotionPlanner --> MissionExecution : GNSS trajectory
state MissionExecution {
[*] --> DataLogging
[*] --> CopterControl
}
MissionExecution --> PostProcessing: IMU\nPosition
}
LowAltitudeRadarFlight -> RadarImaging: Radar measurements\nAntenna poses
RadarImaging -> [*]
@enduml
| false
| true
| false
| false
|
sequence
|
c64cd2b99fe19cdea80ce61cc5cc535c3926b609
|
8a0653b68453c355f27c1e0909da3d2d37601b65
|
/project/uml/CLI_Configuration/OptionParse.puml
|
0fbd90717a70e17971055b2c789d1dc1257f4934
|
[] |
no_license
|
ezequiels/nazz
|
c605e48262bb7c8386197e370736171c7f964e21
|
3735c58c464bb861b275481ec1216bc8da9ce84e
|
refs/heads/master
| 2021-08-30T04:35:27.576352
| 2017-12-16T02:25:12
| 2017-12-16T02:25:12
| 111,032,955
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 200
|
puml
|
@startuml
participant CLI
create OptionParser
CLI -> OptionParser: init(..)
CLI <-- OptionParser: return parser
CLI -> OptionParser: parse_args(args)
CLI <-- OptionParser: return options, args
@enduml
| false
| true
| false
| false
|
sequence
|
ad9c979ba88af843450877b4480eb3c78f21406a
|
2f34c0328c9b296a945021661e7c8e6c56129349
|
/doc/aop/Apc.puml
|
ea37ca7eed961eb8f9d38a02249bab3f56ba5fa8
|
[] |
no_license
|
bingowangzhb/springframework-samples
|
b10123efb9d09d63563c684ffd273287c9a1cfab
|
47b9f5b0795ec0f19cbe42cf2e8a8017683aa46e
|
refs/heads/master
| 2023-04-14T10:35:58.751115
| 2023-04-07T09:08:58
| 2023-04-07T09:08:58
| 224,329,302
| 0
| 0
| null | 2022-12-16T04:53:53
| 2019-11-27T02:42:44
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 3,717
|
puml
|
@startuml
interface Aware{}
interface BeanNameAware extends Aware{
+ {abstract} void setBeanName(String name)
}
interface BeanFactoryAware extends Aware{
+ {abstract} void setBeanFactory(BeanFactory beanFactory)
}
interface BeanClassLoaderAware extends Aware{
+ void {abstract} setBeanClassLoader(ClassLoader classLoader)
}
interface BeanPostProcessor{
+ {abstract} Object postProcessBeforeInitialization(Object bean, String beanName)
+ {abstract} Object postProcessAfterInitialization(Object bean, String beanName)
}
interface InstantiationAwareBeanPostProcessor extends BeanPostProcessor {
+ {abstract} Object postProcessBeforeInstantiation(Class<?> beanClass, String beanName)
+ {abstract} boolean postProcessAfterInstantiation(Object bean, String beanName)
+ {abstract} PropertyValues postProcessProperties(PropertyValues pvs, Object bean, String beanName)
+ {abstract} PropertyValues postProcessPropertyValues(PropertyValues pvs, PropertyDescriptor[] pds, Object bean, String beanName)
}
interface SmartInstantiationAwareBeanPostProcessor extends InstantiationAwareBeanPostProcessor {
+ {abstract} Class<?> predictBeanType(Class<?> beanClass, String beanName)
+ {abstract} Constructor<?>[] determineCandidateConstructors(Class<?> beanClass, String beanName)
+ {abstract} Object getEarlyBeanReference(Object bean, String beanName)
}
class ProxyConfig{
- boolean proxyTargetClass
- boolean exposeProxy
}
class ProxyProcessorSupport extends ProxyConfig implements BeanClassLoaderAware,AopInfrastructure,Ordered{
- int order = Ordered.LOWEST_PRECEDENCE
# void evaluateProxyInterfaces(Class<?> beanClass, ProxyFactory proxyFactory)
# boolean isConfigurationCallbackInterface(Class<?> ifc)
# boolean isInternalLanguageInterface(Class<?> ifc)
}
abstract class AbstractAutoProxyCreator extends ProxyProcessorSupport implements BeanFactoryAware, SmartInstantiationAwareBeanPostProcessor {
- AdvisorAdapterRegistry advisorAdapterRegistry
- TargetSourceCreator[] customTargetSourceCreators
- final Set<String> targetSourcedBeans
- final Map<Object, Object> earlyProxyReferences
- final Map<Object, Class<?>> proxyTypes
- final Map<Object, Boolean> advisedBeans
__
+ public Class<?> predictBeanType(Class<?> beanClass, String beanName)
+ Object getEarlyBeanReference(Object bean, String beanName)
+ Object postProcessBeforeInstantiation(Class<?> beanClass, String beanName)
.. proxy will be created in this callback ..
+ Object postProcessAfterInitialization(@Nullable Object bean, String beanName)
}
class BeanNameAutoProxyCreator extends AbstractAutoProxyCreator {}
abstract class AbstractAdvisorAutoProxyCreator extends AbstractAutoProxyCreator {
# boolean shouldSkip(Class<?> beanClass, String beanName)
}
class DefaultAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements BeanNameAware {
+ boolean isEligibleAdvisorBean(String beanName)
}
class InfrastructureAutoProxyCreator extends AbstractAdvisorAutoProxyCreator {
+ boolean isEligibleAdvisorBean(String beanName)
}
class AspectJAwareAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator {
# List<Advisor> sortAdvisors(List<Advisor> advisors)
# void extendAdvisors(List<Advisor> candidateAdvisors)
# boolean shouldSkip(Class<?> beanClass, String beanName)
}
class AnnotationAwareAspectJAutoProxyCreator extends AspectJAwareAdvisorAutoProxyCreator {
- List<Pattern> includePatterns
- AspectJAdvisorFactory aspectJAdvisorFactory
- BeanFactoryAspectJAdvisorsBuilder aspectJAdvisorsBuilder
# List<Advisor> findCandidateAdvisors()
# boolean isInfrastructureClass(Class<?> beanClass)
# boolean isEligibleAspectBean(String beanName)
}
@enduml
| false
| true
| false
| false
|
class
|
e53822fb6d96433e3becc5bd0d64f4eac8ceb896
|
4ef2a0d7b50e772e235e40bf33c1313a11e1d23a
|
/app/docs/asciidoc/models/modelui6.puml
|
bffe179de5deed82da969a958492fc02b785e07b
|
[
"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
| 1,839
|
puml
|
@startuml modelui6
title <size:30><b>Diagramme de classes ui de la page principale</b></size>
package app{
package ui{
package main{
class MainActivity extends AppCompatActivity{
- publicationRecyclerView: RecyclerView
- adapter: RecyclerView.Adapter
- user : FirebaseAuth
+ onCreate(savedInstanceState : Bundle): void
}
class MainViewModel extends ViewModel{
- publications : MutableLiveData<List<Publication>>
- groupeMutableLiveData : MutableLiveData<Groupe>
+ getPublications() : MutableLiveData<List<Publication>>
+ getGroupeMutableLiveData() : MutableLiveData<Groupe>
+ getGroupe(uid : String) : void
+ loadPublicationsTitre() : void
+ loadPublicationsDate(): void
+ loadPublicationsLike(): void
}
class PublicationAdapter extends RecyclerView.Adapter{
- publications : List<Publication>
+ this : (publications : List<Publication>)
+ onCreateViewHolder(parent :@NonNull ViewGroup, viewType: int): PublicationViewHolder
+ onBindViewHolder(holder: @NonNull final PublicationViewHolder , position: int): void
+ getItemCount(): int
static class PublicationViewHolder extends RecyclerView.ViewHolder
titreTextView: TextView
miniatureImageView: ImageView
likeCountTextView: TextView
dislikeCountTextView: TextView
likeButton: LinearLayout
dislikeButton: LinearLayout
delete_btn : ImageView
+ this: (v: View)
}
}
}
}
@enduml
| false
| true
| false
| false
|
class
|
556103b267ec881c3ba846c3683564b622b295f3
|
44ca1ae67e4b759bc4b2c38220ee0cc6327760be
|
/doc/classes.puml
|
eef35fe4b7c8b95b4db8da7f21170d715c27783e
|
[
"MIT"
] |
permissive
|
typeundefined/home-budget-amm2018
|
71cb9953abe6017276b740a742828952a3b03b69
|
2fdb85265ac7371009c0173a2320eb41afd301a5
|
refs/heads/master
| 2020-04-07T16:18:39.593373
| 2019-03-07T15:05:23
| 2019-03-07T15:05:23
| 158,523,876
| 9
| 19
|
MIT
| 2019-05-21T11:14:36
| 2018-11-21T09:32:41
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 336
|
puml
|
@startuml
skinparam defaultFontName Ubuntu
Account o-right- Currency
Transaction o-- Currency
Transaction o-- "1" Category
Transaction o-- "n" Tag
Transaction <|-right- DepositTx
Transaction <|-up- WithdrawalTx
Transaction "n" o--- "1" Account: src
Person *-up- "n" Account
Person *-right-- "n" Category
Person *-- "n" Tag
@enduml
| false
| true
| false
| false
|
class
|
91ae8dce73a4fe3d8284c55c1f89140a4acb90d2
|
0d2a35c13be1c9575d0ec63a49a88778f523ead3
|
/doc/diagrams/puml/objectDiagram.puml
|
96422e2b44a53caee43dcb8559aaeeadeb10c54d
|
[] |
no_license
|
Karolina606/Safari
|
fb99904d4cc093bf4d2508181ae77756dc0540a7
|
b22e49ba55ce94d896f2dd3848e04dd059ebe1c9
|
refs/heads/master
| 2022-07-29T03:01:51.781883
| 2020-05-26T10:29:02
| 2020-05-26T10:29:02
| 254,879,029
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,322
|
puml
|
@startuml
object Safari{
allAnimals
map = Map
}
object Map{
width = 50
height = 60
map[][]
freePositions
}
Safari *-- Map
Safari o-- Zebra
Safari o-- Elephant
Safari o-- Lion
Map o-- Zebra
Map o-- Elephant
Map o-- Lion
Map o-- Grass1
Map o-- Grass2
Map o-- Tree
Map o-- Human
object Lion{
energyLevel = 10
sleepTime = 0
position = Position1
}
object Position1{
x = 10
y = 11
}
Lion *-- Position1
object Zebra{
energyLevel = 4
sleepTime = 2
position = Position2
}
object Position2{
x = 25
y = 16
}
Zebra *-- Position2
object Elephant{
energyLevel = 8
sleepTime = 6
position = Position3
}
object Position3{
x = 48
y = 36
}
Elephant *-- Position3
object Grass1{
energyValue = 3
position = Position4
}
object Position4{
x = 49
y = 59
}
Grass1 *-- Position4
object Grass2{
energyValue = 3
position = Position5
}
object Position5{
x = 0
y = 0
}
Grass2 *-- Position5
object Tree{
energyValue = 2
leavesQuantity = 20
position = Position6
}
object Position6{
x = 20
y = 20
}
Tree *-- Position6
object Human{
position = Position7
gun = Gun
}
object Position7{
x = 5
y = 30
}
object Gun{
quantityOfBullets = 6
}
Human *-- Position7
Human *-- Gun
@enduml
| false
| true
| false
| false
|
class
|
82fc3d625491b156894105f87760605693607a9f
|
63114b37530419cbb3ff0a69fd12d62f75ba7a74
|
/plantuml/Library/PackageCache/com.unity.ide.rider@1.1.4/Rider/Editor/Util/UnityUtils.puml
|
6366d5e69074a17bf430a7fe390b37f352e75798
|
[] |
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
| 88
|
puml
|
@startuml
class UnityUtils <<static>> {
}
UnityUtils --> "UnityVersion" Version
@enduml
| false
| true
| false
| false
|
class
|
fe444d8c35766d6e8ccbd6001490933cfccaa2c8
|
47dbe9a53671bf96ece73111733aa9c8becec85c
|
/testesdiversos/model/teste.puml
|
b762e6a95333878caf3fe968ea2597bdddfacd8e
|
[] |
no_license
|
abiliobrio/acelera-dev-java
|
9c81ccde2e424ceb514c424a2c524ec467e7051f
|
6aa823683b5fa1b39882965d8392b97bcb93d2cc
|
refs/heads/master
| 2022-11-23T23:24:41.047971
| 2020-07-27T21:10:15
| 2020-07-27T21:10:15
| 275,179,736
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,251
|
puml
|
@startuml
class Carro [[java:challange.Carro]] {
-String placa
-Carro(Motorista motorista, String placa, Cor cor)
+Motorista getMotorista()
+String getPlaca()
+Cor getCor()
+boolean equals(Object o)
+int hashCode()
+String toString()
+{static}CarroBuilder builder()
}
class Motorista [[java:challange.Motorista]] {
}
Carro --> "1" Motorista : motorista
class Cor [[java:challange.Cor]] {
}
Carro --> "1" Cor : cor
enum Cor [[java:challange.Cor]] {
PRETO
BRANCO
COLORIDO
}
class Estacionamento [[java:challange.Estacionamento]] {
~int TOTALVAGAS
+void estacionar(Carro carro)
+int carrosEstacionados()
+boolean carroEstacionado(Carro carro)
}
class EstacionamentoException [[java:challange.EstacionamentoException]] {
+EstacionamentoException(String message)
}
class RuntimeException [[java:java.lang.RuntimeException]] {
}
RuntimeException <|-- EstacionamentoException
class Motorista [[java:challange.Motorista]] {
-String nome
-int idade
-int pontos
-String habilitacao
-Motorista(String nome, int idade, int pontos, String habilitacao)
+String getNome()
+int getIdade()
+int getPontos()
+String getHabilitacao()
+boolean equals(Object o)
+int hashCode()
+String toString()
+{static}MotoristaBuilder builder()
}
@enduml
| false
| true
| false
| false
|
sequence
|
9dd9ca1006c8c6f2bf6eab59d19310e1d9186e80
|
1276f2077be141792b20be299d66bb9fa481b4e2
|
/backend/backend.plantuml
|
15785250514d5638291fe154bbfbeefb39b0ea75
|
[] |
no_license
|
bauerben00/werewolfio_final
|
ddba0e331bc04dfa25ea5adb71bd0230f3a7a076
|
6167c74b0df8909b4b82528fa45f39b66ad788f2
|
refs/heads/master
| 2023-03-17T22:45:09.162695
| 2021-03-14T14:13:57
| 2021-03-14T14:13:57
| 330,441,684
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,526
|
plantuml
|
@startuml
title __BACKEND's Class Diagram__\n
class MavenWrapperDownloader {
}
namespace t.jku.werewolf.io {
class at.jku.werewolf.io.Application {
}
}
namespace t.jku.werewolf.io {
namespace config {
class at.jku.werewolf.io.config.WebConfig {
}
}
}
namespace t.jku.werewolf.io {
namespace game {
class at.jku.werewolf.io.game.CalculateResults {
}
}
}
namespace t.jku.werewolf.io {
namespace game {
class at.jku.werewolf.io.game.GameResult {
}
}
}
namespace t.jku.werewolf.io {
namespace game {
class at.jku.werewolf.io.game.VotingController {
}
}
}
namespace t.jku.werewolf.io {
namespace lobbymanagement {
class at.jku.werewolf.io.lobbymanagement.GameLobby {
}
}
}
namespace t.jku.werewolf.io {
namespace lobbymanagement {
enum GameRole {
}
}
}
namespace t.jku.werewolf.io {
namespace lobbymanagement {
class at.jku.werewolf.io.lobbymanagement.LobbyConfiguration {
}
}
}
namespace t.jku.werewolf.io {
namespace lobbymanagement {
class at.jku.werewolf.io.lobbymanagement.LobbyController {
}
}
}
namespace t.jku.werewolf.io {
namespace lobbymanagement {
interface at.jku.werewolf.io.lobbymanagement.LobbyRepository {
}
}
}
namespace t.jku.werewolf.io {
namespace lobbymanagement {
class at.jku.werewolf.io.lobbymanagement.Player {
}
}
}
namespace t.jku.werewolf.io {
namespace lobbymanagement {
interface at.jku.werewolf.io.lobbymanagement.PlayerRepository {
}
}
}
namespace t.jku.werewolf.io {
namespace lobbymanagement {
class at.jku.werewolf.io.lobbymanagement.ReturnFromCreateLobby {
}
}
}
namespace t.jku.werewolf.io {
namespace stompconfiguration {
class at.jku.werewolf.io.stompconfiguration.GreetingController {
}
}
}
namespace t.jku.werewolf.io {
namespace stompconfiguration {
class at.jku.werewolf.io.stompconfiguration.WebSocketConfig {
}
}
}
at.jku.werewolf.io.config.WebConfig .up.|> org.springframework.web.servlet.config.annotation.WebMvcConfigurer
at.jku.werewolf.io.game.GameResult o-- at.jku.werewolf.io.lobbymanagement.GameRole : hasWon
at.jku.werewolf.io.game.VotingController o-- at.jku.werewolf.io.lobbymanagement.LobbyRepository : repo
at.jku.werewolf.io.lobbymanagement.GameLobby .up.|> java.io.Serializable
at.jku.werewolf.io.lobbymanagement.LobbyController o-- at.jku.werewolf.io.lobbymanagement.PlayerRepository : playerRepo
at.jku.werewolf.io.lobbymanagement.LobbyController o-- at.jku.werewolf.io.lobbymanagement.LobbyRepository : repo
at.jku.werewolf.io.lobbymanagement.Player .up.|> java.io.Serializable
at.jku.werewolf.io.lobbymanagement.Player o-- at.jku.werewolf.io.lobbymanagement.GameRole : role
at.jku.werewolf.io.stompconfiguration.WebSocketConfig .up.|> org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
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
| false
| true
| false
| false
|
class
|
86cb7eaf2e21d53fbcd37b90e0999eed23fcde02
|
86bba8edfe2f30790fdcafb18512e9700be0b199
|
/sia/uploader.sequence.plantuml
|
680b21799bae8f37a69313a07906f2cd32988220
|
[
"Apache-2.0"
] |
permissive
|
MineboxOS/minebox
|
12a12ee0000002d1b74380e681f27e8816bbfcfa
|
fc3092578f2a1dc6022faab95a79049c75d8a9f4
|
refs/heads/master
| 2021-09-15T21:45:38.604245
| 2018-06-11T12:43:49
| 2018-06-11T12:43:49
| 110,256,807
| 5
| 1
|
Apache-2.0
| 2018-02-13T11:43:11
| 2017-11-10T14:37:36
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,016
|
plantuml
|
@startuml
participant uploader as "uploader.sh"
participant upper as "Upper Layer\nBTRFS"
participant MineBD
participant sia as "Sia Client"
participant lower as "Lower Layer\nBTRFS Snapshot"
alt new backup
uploader -> upper: trim unused blocks
uploader <-- upper
uploader -> upper: flush data to\nlower disk (sync)
uploader <-- upper
uploader -> lower: create snapshot
activate lower
uploader <-- lower
uploader -> MineBD: Pause MineBD\nto assure "new" timestamps
uploader <-- MineBD
else restart backup
note over uploader: No special preparations
end
uploader -> MineBD: get list of blocks to be uploaded
uploader <-- MineBD
uploader --> sia: inform about all files to be uploaded
activate sia
sia -> lower: get data
sia <-- lower
sia -> sia: upload data
uploader -> sia: check progress & wait for upload
uploader <-- sia
deactivate sia
uploader -> uploader: bundle all "renter files" (*.sia)\nin a backup.*.zip
uploader -> lower: delete snapshot
uploader <-- lower
deactivate lower
@enduml
| false
| true
| false
| false
|
sequence
|
0d27be51e39f47c2ebbda847226c45587a976579
|
995d4393998cc23ec49044d76c30393ed5d6231c
|
/modeling/FeeA.puml
|
b7eefc1b80509cc0f142162382c5eb49378a6894
|
[
"MIT"
] |
permissive
|
softgiken/businesstrip
|
34a50e2bb174bfaf0be88521f1be750466b1d99d
|
5a33d669aba313864a01c320b4a521fbf3b8b76c
|
refs/heads/master
| 2021-08-26T07:26:58.905136
| 2017-11-15T05:35:02
| 2017-11-15T05:35:02
| 109,651,701
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 918
|
puml
|
@startuml
interface Trip {
calcFee
}
class OneDayTrip {
calcFee()
}
class StayOverTrip {
calcFee()
}
class Employee {
}
class Departure {
Calender
Location
continuation: bool
}
class Arrival {
Calender
Location
}
class MovingDistance {
kilometer : int
}
interface TimeOfPayment {
}
class StartTimeOfPayment {
Calender
Commute
isHome
}
class EndTimeOfPayment {
Calender
Commute
isHome
}
class PaymentTime {
StartTimeOfPayment
EndTimeOfPayment
}
OneDayTrip --|> Trip
StayOverTrip -down-|> Trip
StartTimeOfPayment --|> TimeOfPayment
EndTimeOfPayment --|> TimeOfPayment
StartTimeOfPayment ..> PaymentTime
EndTimeOfPayment ..> PaymentTime
Departure ..> OneDayTrip
Arrival ..> OneDayTrip
Employee ..> OneDayTrip
MovingDistance ..> OneDayTrip
PaymentTime ..> OneDayTrip
@enduml
| false
| true
| false
| false
|
class
|
404910ed49b132f9c29e695ca1753e8aa61041b4
|
5bda871fceb094fb9925872cf46794a7bb523678
|
/src/main/java/visitor/examples/classic/classic.plantuml
|
bcebba2c985c1b083dbf3781ddc0f5ce7b8b6b39
|
[] |
no_license
|
jestin-g/java-design-pattern
|
9ec3526091fd4a5b795b035e3d6ae54a064e9ed2
|
da908b77cced2e25640f68f22d4bccda88e1321e
|
refs/heads/master
| 2023-02-11T14:12:52.417590
| 2021-01-06T16:48:53
| 2021-01-06T16:48:53
| 307,839,152
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,019
|
plantuml
|
@startuml
title __CLASSIC's Class Diagram__\n
namespace visitor.examples.classic {
class visitor.examples.classic.AdditionExpression {
+ AdditionExpression()
+ accept()
+ getLeft()
+ getRight()
}
}
namespace visitor.examples.classic {
class visitor.examples.classic.Demo {
{static} + main()
}
}
namespace visitor.examples.classic {
class visitor.examples.classic.DoubleExpression {
- value : double
+ DoubleExpression()
+ accept()
+ getValue()
}
}
namespace visitor.examples.classic {
interface visitor.examples.classic.Expression {
{abstract} + accept()
}
}
namespace visitor.examples.classic {
class visitor.examples.classic.ExpressionCalculator {
- result : double
+ getResult()
+ visit()
+ visit()
}
}
namespace visitor.examples.classic {
class visitor.examples.classic.ExpressionPrinter {
- sb : StringBuilder
+ toString()
+ visit()
+ visit()
}
}
namespace visitor.examples.classic {
interface visitor.examples.classic.ExpressionVisitor {
{abstract} + visit()
{abstract} + visit()
}
}
visitor.examples.classic.AdditionExpression .up.|> visitor.examples.classic.Expression
visitor.examples.classic.AdditionExpression o-- visitor.examples.classic.Expression : left
visitor.examples.classic.AdditionExpression o-- visitor.examples.classic.Expression : right
visitor.examples.classic.DoubleExpression .up.|> visitor.examples.classic.Expression
visitor.examples.classic.ExpressionCalculator .up.|> visitor.examples.classic.ExpressionVisitor
visitor.examples.classic.ExpressionPrinter .up.|> visitor.examples.classic.ExpressionVisitor
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
| false
| true
| false
| false
|
class
|
34ace1514555e3722c943700188f6d63644a37ed
|
9e418a0fb69b8ee356d5c1d5d009706394edf54d
|
/class - design/authentication/viewMyProfile.plantuml
|
315480dd89774d006d7d94f22fcba5366634dd9d
|
[] |
no_license
|
anonyhostvn/OOAD-Diagram
|
67f3a3a4aa976ee8459d3f4801147ddd1382e41e
|
f8f7a0e4ba826335cc964d3b73bebea3f4f857e4
|
refs/heads/master
| 2023-01-10T04:26:29.983705
| 2020-11-13T10:08:12
| 2020-11-13T10:08:12
| 311,749,932
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,131
|
plantuml
|
@startuml createClass
class User {
- id: bigint
- email: string
- password: string
- first_name: string
- last_name: string
- dob: date
- school_id: string
- phone_number: string
- avatar_url: string
- token: string
- last_logged_in: datetime
- is_banned: bool
- is_admin: bool
- is_verify: bool
- created_at: datetime
- updated_at: datetime
+ get_id(): bigint
+ get_email(): string
+ set_email(string)
+ get_password(): string
+ set_password(): string
+ get_first_name(): string
+ set_first_name(string)
+ get_last_name(): string
+ set_last_name(string)
+ get_dob(): date
+ set_dob(date)
+ get_school_id(): string
+ set_school_id(string)
+ get_phone_number(): string
+ set_phone_number(string)
+ get_avatar_url(): string
+ set_avatar_url(string)
+ get_token(): string
+ set_token(string)
+ get_last_logged_in(): datetime
+ set_last_logged_in(datetime)
+ get_is_banned(): bool
+ set_is_banned(bool)
+ get_is_admin(): bool
+ set_is_admin(bool)
+ get_is_verify(): bool
+ set_is_verify(bool)
+ get_created_at(): datetime
+ set_updated_at(): datetime
}
class IUserDB <<interface>> {
+ create(email, password)
+ read()
+ read(user_id)
+ update(user_id, first_name, last_name, dob, school_id, phone_number, avatar)
+ delete(user_id)
+ get_user(token)
+ get_classrooms(user)
+ get_token(user_id)
+ delete_token(token)
}
class ViewMyProfileForm {
- token: string
+ validate(token)
+ view_profile(token)
}
class IAuthenticationForm <<interface>> {
+ validate(token)
+ view_profile(token)
}
class AuthenticationController {
+ view_profile(token)
}
hide User circle
hide IUserDB <<interface>> circle
hide ViewMyProfileForm circle
hide IAuthenticationForm <<interface>> circle
hide AuthenticationController circle
IUserDB -down.> User
IAuthenticationForm .down.> ViewMyProfileForm
AuthenticationController "1"-left-"1" IUserDB
IAuthenticationForm "1"-left-"1" AuthenticationController
@enduml
| false
| true
| false
| false
|
class
|
009d0d5bf6cf82c606f150fd31a11e373cc52c03
|
967db7f88bdf0e5cb8feca9571b9e85175f7bcc8
|
/docs/UseCases/Manage-Security/Create-a-Trust-between-devices.puml
|
a14971d2b11e01b9caff99e9551f76ef98bd12a2
|
[] |
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
| 257
|
puml
|
@startuml
Actor "actorName" as A
box "Manage-Security" #lightblue
participant CLI as CLI
participant Web as Web
participant "Edgeville" as S
A -> CLI : Edgeville-a-create()
CLI -> S : a/create()
A -> Web : a/create()
Web -> S : a/create()
end box
@enduml
| false
| true
| false
| false
|
sequence
|
65ccbd5b83c5f90fba86248077228dd54593b362
|
844665d08d1be5dacc41d8495725d881c68dba71
|
/Conferencias/Conferencia 5_ Patrones de Diseño en la Programación Modular/MultiModuleApp/out/production/null_object/cu/datys/null_object/impl/class-diagram.puml
|
fb7889c2eb7422ce36676a78feaa55c3197f9353
|
[
"MIT"
] |
permissive
|
alexescalonafernandez/curso-patrones-diseno
|
ec1cf0a993707d78c294208e04604a3a0ffd164e
|
f586e27791e1281087df6cc137da87f407179e65
|
refs/heads/master
| 2021-01-25T13:35:26.659206
| 2018-03-02T20:18:06
| 2018-03-02T20:18:06
| 123,588,331
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,026
|
puml
|
@startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam packageFontSize 18
skinparam classStereotypeFontSize 18
skinparam titleFontColor #5cb85c
'skinparam titleFontColor #FFFFFF
skinparam titleFontSize 32
Title Module null_object: cu.datys.null_object.impl package
namespace cu.datys.null_object.impl{
class NullObjectLookup{
+ {static} NullObject lookup(Class nullable)
}
class NullObjectFactoryLookup {
+ {static} NullObjectFactory lookup(Class nullable)
}
class NullObjectFactoryProviderLookup {
+ {static} NullObjectFactoryProvider lookup()
}
NullObjectLookup -> NullObjectFactoryLookup: use
NullObjectFactoryLookup -> NullObjectFactoryProviderLookup: use
NullObjectFactoryProviderLookup --> cu.datys.null_object.spi.NullObjectFactoryProvider: use
NullObjectFactoryLookup --> cu.datys.null_object.spi.NullObjectFactoryProvider: use
NullObjectLookup --> cu.datys.null_object.spi.NullObjectFactory: use
NullObjectLookup --> cu.datys.null_object.api.NullObjectProxyFactory: use
NullObjectFactoryProviderLookup --> cu.datys.service_locator.ServiceProviderLookup: use
cu.datys.service_locator.ServiceProviderLookup --> cu.datys.null_object.spi.NullObjectFactoryProvider: lookup
}
namespace cu.datys.null_object.spi{
interface NullObject {
+ default boolean isNull()
}
interface NullObjectFactory {
+ boolean accept(Class nullable)
+ NullObject create()
}
interface NullObjectFactoryProvider {
+ NullObjectFactory getFactory(Class nullable)
}
NullObjectFactoryProvider -> NullObjectFactory: provides
NullObjectFactory -> NullObject: create
}
namespace cu.datys.null_object.api {
class NullObjectProxyFactory{
+ {static} Object create(Class<?> interfaceClass)
+ {static} Object create(Class<?>[] interfaceClasses)
}
}
@enduml
| false
| true
| false
| false
|
sequence
|
d66b97f7f575818d95fccb8656895199f71b05b0
|
f37e90775a158ea0ae644e334eac5bba341f4989
|
/Documentation+/PlantUml/sequence/new.puml
|
726dfc957b217e51a566dc58b6b2e4a48bb6bc93
|
[] |
no_license
|
Aleks-Ya/yaal_examples
|
0087bbaf314ca5127051c93b89c8fc2dcd14c1e3
|
ec282968abf1b86e54fc2116c39f2d657b51baac
|
refs/heads/master
| 2023-09-01T07:40:44.404550
| 2023-08-27T15:24:34
| 2023-08-29T22:01:46
| 14,327,752
| 4
| 2
| null | 2021-06-16T20:39:19
| 2013-11-12T09:26:08
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 315
|
puml
|
@startuml
title Work good
autoactivate on
Alice -> Bob ** : new
Alice -> Bob: Authentication Request
Alice <-- Bob: Authentication Response
@enduml
@startuml
title Autoactivation creates wrong lifeline on Bob
autoactivate on
create Alice
create Bob
Alice -> Bob: new
Bob --> Alice: Authentication Response
@enduml
| false
| true
| false
| false
|
sequence
|
5c0913fabc345e72d71f8c55f833b6adb48e2f44
|
7c5d4cd214941e0ffb21a5ee53673702034d4811
|
/src/main/java/ex41/NameSorter.puml
|
f2d44c564e83604c478b14fe6ff40555c4b14a70
|
[] |
no_license
|
kingraham228/Ingraham-cop3330-assignment3
|
b00bd18d9cf17ae4b3fa96fdb3470bb4b8c4faaa
|
32e7eee3369de21d8843e66a60c66696b9fe42e9
|
refs/heads/master
| 2023-06-05T12:16:04.009246
| 2021-06-19T03:39:02
| 2021-06-19T03:39:02
| 377,287,406
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 368
|
puml
|
@startuml
class Person{
- firstname : String
- lastname : String
+ getFirstname()
+ getLastname()
}
class Record{
- people : ArrayList
- recordCount : int
+ sortByAlpha()
+ getRecord()
+ getRecordCount()
+ printRecordToFile()
}
class App{
- fileName:String
}
class FileManager{
+findFile()
+readFile()
}
App o-- Record
Record *-- Person
App o-- FileManager
@enduml
| false
| true
| false
| false
|
class
|
255cac7fa000a81893457c86fb3a1b681f9230df
|
8fb8a5af737bf8c4313d50d5988189e7a80d09a6
|
/lei-21-s2-1dn-g61-lapr2/docs/SprintC/US9/US09-MD.puml
|
5e72af5ae69bed384488807519cd31d106614492
|
[] |
no_license
|
tiagooandre/ISEP-LAPR2
|
1633101c5c283361482b14dc35beb65f859b4d44
|
7302fe73505d5828a782eae2e921de34fabf85ec
|
refs/heads/master
| 2023-06-02T04:56:06.992831
| 2021-06-20T16:50:11
| 2021-06-20T16:50:11
| 378,693,593
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,007
|
puml
|
@startuml
title Relationships - Class Diagram
class Employee{
int employeeID;
String organizationRole;
String name;
String adress;
int phoneNumber;
int codeSOC;
}
class Administrator{
}
class Company {
String designation;
}
class TestType {
String designation;
String code;
String collectingMethods;
}
class Parameter {
string designation;
}
class ParameterCategory{
int code;
string description;
int NHSID;
}
Employee <|-- Administrator
Administrator "1" -- "*" TestType: specifies a new >
Administrator "1" -- "*" Parameter: specifies a new >
ParameterCategory "*" -- "1" Administrator: created by >
Company "1" -- "*" TestType: conducts >
Parameter "*" -- "1" ParameterCategory: presented under >
TestType "1" -- "*" ParameterCategory: measured by >
Company "1" -- "*" Parameter: capable of analysing >
Company "1" -- "*" ParameterCategory: adopts >
Company "1" -- "*" Employee: has >
@enduml
| false
| true
| false
| false
|
class
|
9334fac750b778a0605b62f78baffeddd5769107
|
9738105752fd6763fac57347d1c9fa31dbd0d03f
|
/out/production/dvd-store-system/Observer/Observer.plantuml
|
825bdd3fda985f76f921ac1e411012546345aba0
|
[] |
no_license
|
Kenzki/design-patterns-dvd-store-system
|
5c6f3787a32b3ccfba3092e77975962fc4e3e0ba
|
299cbc477c1e88b8cebcd778551f1a2fabdfcd10
|
refs/heads/master
| 2022-12-02T17:14:15.889515
| 2020-08-22T22:29:35
| 2020-08-22T22:29:35
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 978
|
plantuml
|
@startuml
title __OBSERVER's Class Diagram__\n
class Observer.Newsletter {
- news : String
- observers : ArrayList<Observer>
+ Newsletter()
+ getNews()
+ getObservers()
+ notifyObservers()
+ registerObserver()
+ removeObserver()
+ setNews()
- newsletters()
}
interface Observer.Observer {
{abstract} + update()
}
interface Observer.Subject {
{abstract} + notifyObservers()
{abstract} + registerObserver()
{abstract} + removeObserver()
}
Observer.Newsletter .up.|> Observer.Subject :implements
Observer.Subject --|> Observer.Observer : observes
Member .up.|> Observer.Observer
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
| false
| true
| false
| false
|
class
|
c8a8eff4fe2c71d6907ac38c5cc4a349e95a8e29
|
a004c0b3f4bc38a54048fa0df27e6b0fbdd7f22e
|
/dependencyinjection/specs/classes_without_ioc.plantuml
|
ec7097bcedbbf59ffcacef08a65b2e37dfb16f8d
|
[] |
no_license
|
aveuiller/design-tutorials
|
0ec9f3f50885f6564f462ff9dd5b874877cbebf3
|
469d0aa3a264a1155066e10befd985f76a5b94b6
|
refs/heads/master
| 2020-09-23T10:31:07.143103
| 2019-12-16T08:26:25
| 2019-12-16T08:26:25
| 225,476,985
| 1
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 240
|
plantuml
|
@startuml
title Weather service class diagram without IoC
interface "WeatherContract" as wc
class "WeatherService" as w
class "Thermometer" as t
enum "TemperatureUnit" as u {
+ CELSIUS
+ FAHRENHEIT
}
wc <|-- w
w -> t
t -> u
@enduml
| false
| true
| false
| false
|
class
|
f41eb2640efa9607aa21a6c41370314fc16b30a3
|
92cdab63b794f5b5af7ab368c5b6f804171ac62b
|
/backend/architecture/state.puml
|
d78a0ef8681f1a23950bf0d00d79e532485a2a56
|
[
"MIT"
] |
permissive
|
tasarozan/caravansary
|
201f02f8385f32c9cd73b91bccef9e6cd351a738
|
b065e9fb2fa3d9c646e1e00c70b91188980e96a4
|
refs/heads/main
| 2023-07-04T09:38:25.853783
| 2021-07-28T13:20:51
| 2021-07-28T13:20:51
| 363,892,025
| 2
| 0
|
MIT
| 2021-07-28T13:20:51
| 2021-05-03T10:23:13
|
JavaScript
|
UTF-8
|
PlantUML
| false
| false
| 477
|
puml
|
@startuml Caravansary
state "Become a member" as State1
state "Login" as State2
state Van {
[*] --> Book
Book --> Rent : Success
}
State VanBuddy {
[*] --> LookforVanBuddy
LookforVanBuddy --> Match: Success
}
State1 --> State2 : Succeeded
State1 --> [*]: Aborted
State2 --> LoggedIn : Succeeded
State2 --> [*] : Aborted
LoggedIn --> Van: Look for a Van
LoggedIn --> VanBuddy: Look for a Van Buddy
Van --> [*]: Rent Success
VanBuddy --> [*]: Match Success
@enduml
| false
| true
| false
| false
|
sequence
|
9264656e8425cf78f91fdd437f1c0e669df3efd2
|
c8b226052253fc523ddccdf846cb7bdb96cff35e
|
/clientfx/src/com/blackhearth/securevoipclient/client/register/register.plantuml
|
66529299053b8e1e0893984dd66e83797b7fad52
|
[] |
permissive
|
517435708/TIP
|
50bb55479c5d217bb52bd2c361b8472d88d9b244
|
713158c0ee7677d9031e51bbd630ebf1a8fb2527
|
refs/heads/master
| 2022-12-23T20:36:16.554721
| 2020-09-27T15:44:26
| 2020-09-27T15:44:26
| 247,706,067
| 0
| 0
|
MIT
| 2020-09-27T15:44:39
| 2020-03-16T13:13:56
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,845
|
plantuml
|
@startuml
title __REGISTER's Class Diagram__\n
namespace com.blackhearth.securevoipclient {
namespace client {
namespace register {
class com.blackhearth.securevoipclient.client.register.BasicClientRegister {
- restTemplate : RestTemplate
+ BasicClientRegister()
+ getData()
+ getRestTemplate()
+ registerUser()
}
}
}
}
namespace com.blackhearth.securevoipclient {
namespace client {
namespace register {
class com.blackhearth.securevoipclient.client.register.RegisterConstants {
{static} ~ FILE_NAME : String
{static} ~ ONE : int
{static} ~ REGISTER_ENDPOINT : String
{static} ~ THREE : int
{static} ~ TWO : int
{static} ~ ZERO : int
}
}
}
}
namespace com.blackhearth.securevoipclient {
namespace client {
namespace register {
class com.blackhearth.securevoipclient.client.register.RegisterException {
+ RegisterException()
}
}
}
}
namespace com.blackhearth.securevoipclient {
namespace client {
namespace register {
interface com.blackhearth.securevoipclient.client.register.RegisterService {
{abstract} + registerUser()
}
}
}
}
com.blackhearth.securevoipclient.client.register.BasicClientRegister .up.|> com.blackhearth.securevoipclient.client.register.RegisterService
com.blackhearth.securevoipclient.client.register.BasicClientRegister o-- com.blackhearth.securevoipclient.client.BasicClientData : data
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
| false
| true
| false
| false
|
class
|
f8dd783e96c1e89c0899b0225654ba37b437eb1b
|
90f716d1543e735af9b7d9b94de4441098454610
|
/diagrams/Classe/NantErasmus.puml
|
6125df70c3e801f580a58a986aef9d0940e0daff
|
[] |
no_license
|
Miage-Paris-Ouest/m1c20152016-mobonline
|
3b0fd8fdba7f027506cd97de5230632751637bb3
|
cb0072ccab8d740b1a1d945609a957946e54d01e
|
refs/heads/master
| 2020-04-10T00:50:32.846552
| 2016-02-28T00:45:36
| 2016-02-28T00:45:36
| 50,098,503
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,283
|
puml
|
@startuml
class News{
}
class LogIn{
}
class Authentification{
connection()
}
class Profil{
String login
String mdp
String mail
String nationality
}
class HowTo{
}
class ToDoList{
List <String> toDo
}
class Culture{
}
class Museums{
String name
}
class Monuments{
String name
}
class Restoration{
String name
}
class Map{
}
class MapInfo{
String name
String description
Image img
}
class Contacts{
}
class Contact{
String firstName
String lastName
String mail
String job
}
class LearningLanguage{
}
class Word{
String localWord
String nationalityWord
}
News -> LogIn
Profil ->News
ToDoList -> News
HowTo -> News
Culture -> News
Map -> News
Contact -> News
LearningLanguage -> News
Museums --|> Culture
Monuments --|> Culture
Restoration --|> Culture
Contacts "0..*" -- "1..*" Contact
Word "0..*" -- "1..*" LearningLanguage
MapInfo "0..*" -- "1..*" Map
Authentification --|> LogIn
@enduml
| false
| true
| false
| false
|
class
|
b2a7f2ada4fc3d173eeb7fdef4b273efc9710bc4
|
bcab536ed2a5ad6efef7d895b8126f9a546a0032
|
/UML/Class/UAC.puml
|
2d5e467c9ce7c48ea03cc1344c39481d3ffa616e
|
[] |
no_license
|
ptrongithub/Manager
|
63ef4e6d53348ec7a677fd2359eb2ecbe03cda44
|
cb300cec708f1e7d89f67c611d2e639a41b4b566
|
refs/heads/master
| 2022-11-18T01:49:42.683612
| 2020-07-06T06:41:40
| 2020-07-06T06:41:40
| 277,393,985
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,440
|
puml
|
@startuml
scale 0.5
class UACcDefault {
-- Constructors/Destructors --
+UACcDefault()
+UACcDefault(const UACmUsers& mUsers, const viewLogin& viewLogin)
+virtual ~UACcDefault()
-- Setters/Getters --
+int GetUserid() const
+int GetUserid() const
+void SetUserid(int userid)
+const wxString& GetUsername() const
+void SetUsername(const wxString& username)
+const wxString& GetPassword() const
+void SetPassword(const wxString& password)
+int GetContactid() const
+void SetContactid(int contactid)
--
+bool GetLoggedIn()
--
-UACmUsers mUsers
-viewLogin* viewLogin
-int iMaxLogin
}
class UACmUsers {
--Constructors/Destructors--
+UACmUsers()
+UACmUsers(int userid,
const wxString& username,
const wxString& password,
int contactid)
+virtual ~UACmUsers()
--Setters/Getters--
+int GetUserid() const
+void SetUserid(int userid)
+const wxString& GetUsername() const
+void SetUsername(const wxString& username)
+const wxString& GetPassword() const
+void SetPassword(const wxString& password)
+int GetContactid() const
+void SetContactid(int contactid)
+bool GetUser(int userid)
+bool GetUser(const wxString& username)
--
-int iDuserid
' userid int(11) pk
-wxString sDusername
' username varchar(64) uk idx
-wxString sDpassword
' password varchar(256)
-int iDcontactid
' contactid int(11) fk
}
class viewLogin {
--Constructors/Destructors/Init--
+viewLogin()
+viewLogin(wxWindow* parent,
wxWindowID id = wxID_ANY,
const wxString& title = "viewLogin",
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxCAPTION | wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL)
+virtual ~viewLogin()
+bool Create(wxWindow* parent,
wxWindowID id = wxID_ANY,
const wxString& title = "viewLogin",
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxCAPTION | wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL)
+void Init()
+void CreateControls()
--Getters/Setters--
+const wxString& GetUser() const
+const wxString& GetPass() const
+void SetUser(const wxString& sUser)
+void SetPass(const wxString& sPass)
--
#wxTextCtrl* tcUser
#wxTextCtrl* tcPass
#wxButton* btnOk
#wxButton* btnCancel
--
-enum {
ID_Tc_User = wxID_HIGHEST,
ID_Tc_Pass,
ID_Btn_Ok,
ID_Btn_Cancel}
-wxString sUser
-wxString sPass
}
UACcDefault *-- UACmUsers
UACcDefault *-- viewLogin
@enduml
| false
| true
| false
| false
|
class
|
e2b59e639316c0489d2365f0219ca120f1ae8969
|
7ab2a6fa9a2ecfa52462d10843098a98404e4a67
|
/MVVM/GestionDeTournoiFiles/Analyse/UC/UC_MATCH_UPD/SSD_MATCH_UPD.puml
|
1d594a8dddf1bd1091a3176a166d1aeb6ecdaad2
|
[] |
no_license
|
jams4code/QuizzGameProjectJava
|
ab28129ebf8ae1eca90dfc8210e813b6d1b70ec9
|
32431822ea878b4198361efda322cabafd3fe463
|
refs/heads/master
| 2022-07-04T20:57:26.099245
| 2020-05-19T19:15:17
| 2020-05-19T19:15:17
| 261,175,850
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 633
|
puml
|
@startuml SSD_MATCH_UPD
hide footbox
autonumber
skinparam shadowing false
actor User as u
participant System as s
activate u
alt Modifie joueur 1
u -> s: Mise à jour joueur 1
activate s
deactivate s
else Modifie joueur 2
u -> s: Mise à jour joueur 2
activate s
deactivate s
else Modifie Résultat
u -> s: Mise à jour résultat
activate s
deactivate s
end
u -> s : Clique sur le bouton "UPDATE"
activate s
s -> s : Vérification Entrée valide
alt ok
s -> s : Mise à jour des données
deactivate s
else not ok
s -> u : Message d'erreur
activate s
deactivate s
end
@enduml
| false
| true
| true
| false
|
sequence
|
ff56db4267ff6419c89165dd2aabc51f8bdfe6cd
|
9767edfebaac5952b90e64459e8e675d19b05d35
|
/docs/tech-notes/txn_coord_sender/erecovery.puml
|
6a744d62ea093426747164dfbe2819da28c55379
|
[
"BSD-3-Clause",
"LicenseRef-scancode-bsl-1.0",
"MIT",
"LicenseRef-scancode-cockroach"
] |
permissive
|
vtumuluri/cockroach
|
6b7137855c8bd4212a3ce65c7f1c7a80634ad9e1
|
5ac37ccc43d78f13442a52cd427021dba024548a
|
refs/heads/master
| 2023-04-14T01:23:45.905253
| 2021-04-19T09:15:33
| 2021-04-19T09:15:33
| 38,265,612
| 0
| 0
|
Apache-2.0
| 2021-04-19T09:15:34
| 2015-06-29T19:04:06
|
Go
|
UTF-8
|
PlantUML
| false
| false
| 647
|
puml
|
@startuml
participant "client.Txn" as Txn
participant TxnCoordSender
participant interceptors
Txn -> TxnCoordSender : (first instantiation)
TxnCoordSender -> TxnCoordSender : init txn object (epoch = 1)
activate TxnCoordSender
...
Txn -> TxnCoordSender : Send(BatchRequest)
TxnCoordSender -> interceptors : Send(BatchRequest)
...
interceptors -[#red]-> TxnCoordSender : recoverable error!
deactivate TxnCoordSender
TxnCoordSender -> TxnCoordSender : new txn object (epoch++)
activate TxnCoordSender
TxnCoordSender -> Txn : retry error
...
Txn -> TxnCoordSender : Send(BatchRequest)
TxnCoordSender -> interceptors : Send(BatchRequest)
...
@enduml
| false
| true
| false
| false
|
sequence
|
3601d7c8a70b73d8eb000696d554a4b0ed435b20
|
0ea1dec22625973d1493c8f2abc45689a5521c80
|
/src/main/scala/try_10/Try10.puml
|
132df0ae4851e745707e45872cf6ca5da7641e30
|
[] |
no_license
|
suzuki-hoge/repository-transparency
|
f1c6a4b5c14ccceb49839e96ad59f1117cb3bcde
|
7e69c03e74aad4336a30e7e877765ad23c50b3a4
|
refs/heads/master
| 2020-09-08T00:13:56.618427
| 2019-12-03T04:47:05
| 2019-12-07T02:23:36
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,294
|
puml
|
@startuml
title Try10
namespace cancel {
class DomainService << (S, lightcyan) >> {
def apply(...): Option[Error]
}
enum Error {
OrderedOnly
ClothesOnly
WaitingOnly
}
DomainService -u-> Error
}
namespace change_deliver_to {
class DomainService << (S, lightcyan) >> {
def apply(...): Option[Error]
}
enum Error {
OrderedOnly
WaitingOnly
}
DomainService -u-> Error
}
namespace change_arrival_at {
class DomainService << (S, lightcyan) >> {
def apply(...): Option[Error]
}
enum Error {
OrderedOnly
ClothesOnly
WaitingOrPackedOnly
PremiumOnly
}
DomainService -u-> Error
}
package order {
class Order {
OrderStatus
OrderKind
def assertOrdered(): Boolean
def assertClothes(): Boolean
}
}
package item {
class Item {
ItemStatus
def assertWaiting(): Boolean
def assertWaitingOrPacked(): Boolean
}
}
package user {
class User {
Plan
def assertPremium(): Boolean
}
}
cancel.DomainService -d--> Order
cancel.DomainService -d--> Item
change_deliver_to.DomainService -d--> Order
change_deliver_to.DomainService -d--> Item
change_arrival_at.DomainService -d--> Order
change_arrival_at.DomainService -d--> Item
change_arrival_at.DomainService -d--> User
@enduml
| false
| true
| false
| false
|
class
|
60068938ecd03b2977c94282c1faf96e9321004e
|
992706894f9987e7c39a2960fd81a3966c6e4bfa
|
/app/src/main/java/com/jue/meet/model/model.plantuml
|
adb32fe103e9947ee59a35a474e676b8343bc590
|
[] |
no_license
|
juemuel/wemeet
|
66263f5fff9019db67d435e2026944c5217ab377
|
545b9b9c3620ef488e93ee99e1cc8abbaf8aa81d
|
refs/heads/master
| 2023-06-11T19:47:41.134726
| 2023-05-25T03:14:16
| 2023-05-25T03:14:16
| 359,098,311
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,741
|
plantuml
|
@startuml
title __MODEL's Class Diagram__\n
namespace com.jue.meet {
namespace model {
class com.jue.meet.model.AddFriendModel {
- age : int
- contactName : String
- contactPhone : String
- desc : String
- isContact : boolean
- nickName : String
- photo : String
- sex : boolean
- title : String
- type : int
- userId : String
+ getAge()
+ getContactName()
+ getContactPhone()
+ getDesc()
+ getNickName()
+ getPhoto()
+ getTitle()
+ getType()
+ getUserId()
+ isContact()
+ isSex()
+ setAge()
+ setContact()
+ setContactName()
+ setContactPhone()
+ setDesc()
+ setNickName()
+ setPhoto()
+ setSex()
+ setTitle()
+ setType()
+ setUserId()
}
}
}
namespace com.jue.meet {
namespace model {
class com.jue.meet.model.AllFriendModel {
- desc : String
- nickName : String
- sex : boolean
- url : String
- userId : String
+ getDesc()
+ getNickName()
+ getUrl()
+ getUserId()
+ isSex()
+ setDesc()
+ setNickName()
+ setSex()
+ setUrl()
+ setUserId()
}
}
}
namespace com.jue.meet {
namespace model {
class com.jue.meet.model.ChatModel {
- address : String
- imgUrl : String
- la : double
- lo : double
- localFile : File
- mapUrl : String
- messageTime : long
- text : String
- type : int
+ getAddress()
+ getImgUrl()
+ getLa()
+ getLo()
+ getLocalFile()
+ getMapUrl()
+ getMessageTime()
+ getText()
+ getType()
+ setAddress()
+ setImgUrl()
+ setLa()
+ setLo()
+ setLocalFile()
+ setMapUrl()
+ setMessageTime()
+ setText()
+ setType()
}
}
}
namespace com.jue.meet {
namespace model {
class com.jue.meet.model.ChatRecordModel {
- endMsg : String
- nickName : String
- time : String
- unReadSize : int
- url : String
- userId : String
+ getEndMsg()
+ getNickName()
+ getTime()
+ getUnReadSize()
+ getUrl()
+ getUserId()
+ setEndMsg()
+ setNickName()
+ setTime()
+ setUnReadSize()
+ setUrl()
+ setUserId()
}
}
}
namespace com.jue.meet {
namespace model {
class com.jue.meet.model.StarModel {
- nickName : String
- photoUrl : String
- userId : String
+ getNickName()
+ getPhotoUrl()
+ getUserId()
+ setNickName()
+ setPhotoUrl()
+ setUserId()
}
}
}
namespace com.jue.meet {
namespace model {
class com.jue.meet.model.UserInfoModel {
- bgColor : int
- content : String
- title : String
+ getBgColor()
+ getContent()
+ getTitle()
+ setBgColor()
+ setContent()
+ setTitle()
}
}
}
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
| false
| true
| false
| false
|
class
|
692489acd8bf5154373b5602a2c94821bbdd2d5c
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/PaymentSetCustomTypeAction.puml
|
5736d4a4665de8e652ab0f075d88a2d83cf5df05
|
[] |
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
| 541
|
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 PaymentSetCustomTypeAction [[PaymentSetCustomTypeAction.svg]] extends PaymentUpdateAction {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface PaymentUpdateAction [[PaymentUpdateAction.svg]] {
action: String
}
@enduml
| false
| true
| false
| false
|
class
|
54382acf40caca9734c1c8f41ff39d76bc4889ce
|
ff750cc29720563951f4260bb6d5383b67d3d502
|
/calendar.puml
|
5a52104d34179eca9856a918f81306c9ce8c1cf3
|
[
"Apache-2.0"
] |
permissive
|
jnicram/business-calendar
|
4e848f8b61c6091503b9893f599685ab18ecabbd
|
6699a4f2e3e08c2583a9799c98469d70c7dea7e3
|
refs/heads/master
| 2020-03-13T14:25:34.672440
| 2018-04-26T21:39:53
| 2018-04-26T21:39:53
| 131,158,288
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,558
|
puml
|
@startuml
interface CommonCalendar {
getCalendars()
getCalendar(name)
}
class Company {
-id: int
-name: string
getEmployees()
}
class Employee {
-id: int
-company_id: int
-name: string
-email: string
getCompany()
}
class Calendar {
-id: int
-name: string
getReservations()
}
abstract class Resource {
#id: int
#name: string
isAvailable(dateFrom, dateTo)
}
class MeetingRoom
class ConferenceRoom
class Projector
class ResourceReservation {
-id: int
-resource_id: int
getResources()
}
class Meeting {
getEmployees()
}
abstract class Reservation {
-id: int
-name: string
-description: string
-location: string
-startDate: dateTime
-endDate: dateTime
-seriesEndDate: date
-frequency: enum
-monthlyRepeatType: enum
-weeklyRepeatType: enum
-frequencyInterval: int
getResources()
getMeetings()
}
enum Frequency {
NONE
DAILY
WEEKLY
MONTHLY
YEARLY
}
enum MonthlyRepeatType {
NONE
DAY_OF_MONTH
DAY_OF_WEEK
}
enum WeeklyRepeatType {
NONE
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
}
Reservation *-- Frequency
Reservation *-- MonthlyRepeatType
Reservation *-- WeeklyRepeatType
CommonCalendar <|-- Company
CommonCalendar <|-- Employee
Resource <|-- MeetingRoom
Resource <|-- ConferenceRoom
Resource <|-- Projector
Reservation <|-- Meeting
Reservation <|-- ResourceReservation
Company "1" -- "*" Employee
Company "1" -- "*" Calendar
Employee "*" -- "*" Calendar
ResourceReservation "1" -- "*" Resource
Reservation "*" -- "1" Calendar
@enduml
| false
| true
| false
| false
|
class
|
cc8d32c3ce256870d77d84ae07f9a1d8284c9b81
|
e3ad4c101c5a51c19a92409156033c0d4290c707
|
/docs/vector.puml
|
3e6b8a01e83fa4b8ff029503e6cc62e5f09dff4a
|
[
"MIT"
] |
permissive
|
sh-dave/banker
|
b1a9b2bf775b1fa11c4915e7ebff47ef60f9af59
|
c4709d68cc5ba16ba697ef184e259f1f4d716cd2
|
refs/heads/master
| 2022-04-09T17:06:10.806254
| 2020-03-24T11:52:49
| 2020-03-24T11:52:49
| 250,234,122
| 1
| 0
|
MIT
| 2020-03-26T11:00:33
| 2020-03-26T11:00:33
| null |
UTF-8
|
PlantUML
| false
| false
| 1,164
|
puml
|
@startuml vector
' ---- (style) --------------------------------
skinparam shadowing false
skinparam backgroundColor White
skinparam package {
BorderColor #A0A0A0
FontColor #A0A0A0
}
skinparam class {
BackgroundColor White
ArrowColor #202020
BorderColor #202020
FontColor #000000
}
skinparam note {
BackgroundColor White
FontColor #606060
BorderColor #C0C0C0
}
skinparam stereotypeIBackgroundColor Lavender
hide empty members
' ---- (diagram) ------------------------------
package main_vector_classes {
class Vector {
{method} -
}
note right
no features, but
guaranteed to be
NOT WRITABLE
from anywhere
end note
class WritableVector {
{method} WRITE features
}
class VectorReference {
{method} READ features
}
WritableVector --> VectorReference: convertible
Vector --> VectorReference: convertible
note right
Converting to
VectorReference
can be done without
runtime cost
end note
}
package underlying_types {
class RawVector
class hl_NativeArray
class haxe_ds_Vector
hl_NativeArray <|-- RawVector
haxe_ds_Vector <|-- RawVector
}
RawVector <|-- main_vector_classes
@enduml
| false
| true
| false
| false
|
sequence
|
f280d975987cb56aa1dc85d294c027ca3fae65f3
|
91cc372e0ac19fe7dd67f5c712801de341d975b8
|
/uml/ku 215/end.puml
|
d5e999bbdc323907a216d35dcd86f715d0c19652
|
[] |
no_license
|
Alser69rus/A3135
|
76d62eb826d22e96da22774d9210927c4f7a397d
|
c06155783a1ffa8ff79f746edf441c6df1e82f2f
|
refs/heads/master
| 2022-12-07T12:10:41.344543
| 2020-08-30T14:51:52
| 2020-08-30T14:51:52
| 291,405,161
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 107
|
puml
|
@startuml
[*]-->pressure_0
pressure_0-->ku
ku-->uninstall:False
uninstall-->report:yes
report-->[*]
@enduml
| false
| true
| false
| false
|
sequence
|
dd84619999e6d47cdcc47ae16a43083601507fb1
|
ee91868dbe44ca6d30083ba94de75dbc00939b93
|
/core/src/uas/lntv/pacmangame/Managers/Managers.plantuml
|
2152018b1a53f0471bd4933174a04535fd6aa8a6
|
[] |
no_license
|
CruseoGithub/pacman
|
3ff68054d89bed70c27f26f38477a6ac55365b0b
|
27cb32503e0ef5ad903457d67361d7e3b9fb184d
|
refs/heads/main
| 2023-04-11T02:05:41.222384
| 2021-04-27T09:09:29
| 2021-04-27T09:09:29
| 323,032,133
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,637
|
plantuml
|
@startuml
title __MANAGERS's Class Diagram__\n
namespace uas.lntv.pacmangame {
namespace Managers {
class uas.lntv.pacmangame.Managers.Assets {
+ ALARM : AssetDescriptor<Sound>
+ BLUE_DEAD : AssetDescriptor<Texture>
+ COIN_GOLD : AssetDescriptor<Texture>
+ CONTROL : String
+ DEATH_PAC : AssetDescriptor<Texture>
+ DIAL_UP : AssetDescriptor<Sound>
+ DIE : AssetDescriptor<Sound>
+ DOT : AssetDescriptor<Sound>
+ GAME_MUSIC : AssetDescriptor<Music>
+ GAME_MUSIC_2 : AssetDescriptor<Music>
+ GAME_MUSIC_3 : AssetDescriptor<Music>
+ GAME_MUSIC_4 : AssetDescriptor<Music>
+ GHOST_1 : AssetDescriptor<Texture>
+ GHOST_2 : AssetDescriptor<Texture>
+ GHOST_3 : AssetDescriptor<Texture>
+ HUNTING_MUSIC : AssetDescriptor<Music>
+ ITEM_HUNTER : AssetDescriptor<Texture>
+ ITEM_LIFE : AssetDescriptor<Texture>
+ ITEM_SLO_MO : AssetDescriptor<Texture>
+ ITEM_TIME : AssetDescriptor<Texture>
+ JOYSTICK_KNOB : AssetDescriptor<Texture>
+ JOYSTICK_ZONE : AssetDescriptor<Texture>
+ KILL : AssetDescriptor<Sound>
+ LIFE_UP : AssetDescriptor<Sound>
+ LOADING : AssetDescriptor<Texture>
+ MAP_1 : String
+ MAP_2 : String
+ MAP_3 : String
+ MAP_4 : String
+ MAP_5 : String
+ MENU_MAP : String
+ MENU_MUSIC : AssetDescriptor<Music>
+ PAC_MAN : AssetDescriptor<Texture>
+ PAUSE : String
+ POWER_UP : AssetDescriptor<Sound>
+ SCORE_MAP : String
+ SCORE_MUSIC : AssetDescriptor<Music>
+ SETTINGS_MAP : String
+ SETTINGS_MUSIC : AssetDescriptor<Music>
+ SLO_MO : AssetDescriptor<Sound>
+ SPLASH : String
+ SUPER_PAC : AssetDescriptor<Texture>
+ TILES : AssetDescriptor<Texture>
+ TIME : AssetDescriptor<Sound>
+ WHITE_DEAD : AssetDescriptor<Texture>
+ manager : AssetManager
+ dispose()
+ load()
+ loadSetup()
}
}
}
namespace uas.lntv.pacmangame {
namespace Managers {
class uas.lntv.pacmangame.Managers.PrefManager {
{static} - causeOfDeath : ArrayList<String>
{static} - highScores : ArrayList<Integer>
{static} - init : boolean
{static} - joystick : boolean
{static} - level : ArrayList<Integer>
{static} - musicOn : boolean
{static} - name : String
{static} - nameSet : boolean
{static} - names : ArrayList<String>
{static} - prefs : Preferences
{static} - sfxOn : boolean
+ PrefManager()
+ addScore()
{static} + getCauseOfDeath()
{static} + getHighScores()
{static} + getLevel()
{static} + getNames()
{static} + isJoystick()
{static} + isMusicOn()
{static} + isSfxOn()
{static} + loadPrefs()
{static} + noNameSet()
{static} + resetScores()
{static} + savePrefs()
{static} + setJoystick()
{static} + setMusicOn()
{static} + setName()
{static} + setNameSet()
{static} + setSfxOn()
{static} - anonymous()
}
}
}
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
| false
| true
| false
| false
|
class
|
7b4a41c0a21cd4ceabd3babbec9092c40533b990
|
b04d5166435afbe4a531aaccc447a40c92bb649b
|
/docs/Solution/Logical.puml
|
94a01b1941cd4ce50392c2e845bfcfad139909ee
|
[] |
no_license
|
CAADE/CloudLet
|
bc8e2d2ca4662aa60732888d727fca11d4045f66
|
08066bb296578ca6dc60a20388b15cb0f08425c4
|
refs/heads/master
| 2021-07-24T19:23:37.384552
| 2018-08-11T13:37:52
| 2018-08-11T13:37:52
| 81,122,426
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,111
|
puml
|
@startuml
package CloudLet1 #lightgreen {
class " Cloudlet Manager " as CM1
class " C3 " {
Policy Based Scheduling
}
class " SDI " {
VMWare
OpenStack
}
class "Telemetry" as T1
" C3 " -> " SDI "
" Cloudlet Manager " -> " C3 "
}
package "Federation Connectivity" as FC #lightblue {
class "Telemetry Aggregator" as TA
package "Trust-Manager" #ffffff {
note as N1
TXT
Key Management
end note
}
package "Identity Manager" #ffffff {
note as N2
AA Security
Unified identity
end note
}
package "Data Coordinator" #ffffff {
note as N3
Trusted / Encrypted
Replication
DR/BC
end note
}
package "Federated Orchestrated Cloud" #ffffff {
note as N4
Workload movement
and placement
end note
}
}
package Cloudlet2 #pink {
class "SDI"
class "C3"
class "Cloudlet Manager" as CM2
class "Telemetry" as T2
"C3" -> "SDI"
"Cloudlet Manager" -> "C3"
}
T1 --> TA
T2 --> TA
CM1 ---> FC
CM2 --> FC
@enduml
| false
| true
| false
| false
|
class
|
625d21932d8284814f7c1cb3af450d5a614ff74f
|
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
|
/documentation/serviceApi/pm/performance/media/src/pmUsecases.puml
|
5020ad4f92b3900e49620302828168d6001a58f7
|
[
"Apache-2.0"
] |
permissive
|
MEF-GIT/MEF-LSO-Legato-SDK
|
b2ed422108f4bbb5d3aff27123d3f31305fd808f
|
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
|
refs/heads/working-draft
| 2023-07-06T06:44:01.113378
| 2023-06-23T14:14:48
| 2023-06-23T14:14:48
| 94,903,642
| 5
| 4
|
Apache-2.0
| 2022-05-04T10:22:56
| 2017-06-20T15:00:38
| null |
UTF-8
|
PlantUML
| false
| false
| 2,416
|
puml
|
@startuml pmUsecases
left to right direction
actor "Administrator" as A
actor "Buyer/Client" as B
actor "Seller/Server" as S
rectangle {
Usecase UC1 as "1. Create Performance Monitoring Profile"
Usecase UC2 as "2. Retrieve Performance Monitoring Profile List"
Usecase UC3 as "3. Retrieve Performance Monitoring Profile by Profile Identifier"
Usecase UC4 as "4. Modify Performance Monitoring Profile"
Usecase UC5 as "5. Delete Performance Monitoring Profile"
Usecase UC6 as "6. Create Performance Monitoring Job"
Usecase UC7 as "7. Retrieve Performance Monitoring Job List"
Usecase UC8 as "8. Retrieve Performance Monitoring Job by Job Identifier"
Usecase UC9 as "9. Modify Performance Monitoring Job"
Usecase UC10 as "10. Retrieve Modify Performance Monitoring Job List"
Usecase UC11 as "11. Retrieve Modify Performance Monitoring Job List by Identifier"
Usecase UC12 as "12. Cancel Performance Monitoring Job"
Usecase UC13 as "13. Retrieve Cancel Performance Monitoring Job List"
Usecase UC14 as "14. Retrieve Cancel Performance Monitoring Job List by Identifier"
Usecase UC15 as "15. Suspend Performance Monitoring Job"
Usecase UC16 as "16. Retrieve Suspend Performance Monitoring Job List"
Usecase UC17 as "17. Retrieve Suspend Performance Monitoring Job List by Identifier"
Usecase UC18 as "18. Resume Performance Monitoring Job"
Usecase UC19 as "19. Retrieve Resume Performance Monitoring Job List"
Usecase UC20 as "20. Retrieve Resume Performance Monitoring Job List by Identifier"
Usecase UC21 as "21. Create Performance Monitoring Job Complex Query"
Usecase UC22 as "22. Create Performance Measurement Report"
Usecase UC23 as "23. Retrieve Performance Measurement Report List"
Usecase UC24 as "24. Retrieve Performance Measurement Report by Report Identifier"
Usecase UC25 as "25. Create Performance Measurement Report Complex Query"
Usecase UC26 as "26. Retrieve Tracking Record List"
Usecase UC27 as "27. Retrieve Tracking Record List by Identifier"
Usecase UC28 as "28. Register for Event Notifications"
Usecase UC29 as "29. Send Event Notification"
}
A --> UC1
A --> UC2
B --> UC2
A --> UC3
B --> UC3
A --> UC4
A --> UC5
B --> UC6
B --> UC7
B --> UC8
B --> UC9
B --> UC10
B --> UC11
B --> UC12
B --> UC13
B --> UC14
B --> UC15
B --> UC16
B --> UC17
B --> UC18
B --> UC19
B --> UC20
B --> UC21
B --> UC22
B --> UC23
B --> UC24
B --> UC25
B --> UC26
B --> UC27
A --> UC28
B --> UC28
S --> UC29
@enduml
| false
| true
| false
| false
|
usecase
|
e631044be95a61f4a0596ab06a39fb7bb1282c2a
|
4a2dae885581498ce5b0f93864cf482527032440
|
/glide.puml
|
d6b54c8c2e7b5ab3305c4026c8cf9ab2ff197ded
|
[] |
no_license
|
guoxf2016/pumls
|
e0f160f1e1d4997d72c37f775b3606fad309bb3c
|
d1114b570fcbfa0880d4adc44ca15a3abbbe9772
|
refs/heads/master
| 2020-03-29T14:20:43.629616
| 2018-10-31T11:09:03
| 2018-10-31T11:09:03
| 150,012,275
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,373
|
puml
|
@startuml
interface ComponentCallbacks2
class Glide {
}
class GlideBuilder {
}
interface BitmapPool {
}
interface MemoryCache {
}
interface ArrayPool {
}
interface LifecycleListener {
+void onStart()
+void onStop()
+void onDestroy()
}
interface ModelTypes<T> {
+T load()
}
interface RequestListener<R> {
+boolean onLoadFailed()
+boolean onResourceReady()
}
enum MemoryCategory {
LOW
NORMAL
HIGH
-float multiplier
}
class Registry {
}
class Engine {
}
class RequestManagerRetriever {
}
class MemorySizeCalculator {
-int bitmapPoolSize
-int memoryCacheSize
-int arrayPoolSize
}
class RequestOptions {
}
abstract class BaseRequestOptions<T extends BaseRequestOptions<T>> {
}
interface Key {
+void updateDiskCacheKey()
+boolean equals(Object o)
+int hashCode()
}
class Options {
-ArrayMap<Option<?>, Object> values = new CachedHashCodeArrayMap<>()
}
class Option<T> {
-T defaultValue
}
ComponentCallbacks2 <|.. Glide
ContextWrapper <|-- GlideContext
LifecycleListener <|.. RequestManager
ModelTypes <|.. RequestManager
Handler.Callback <|..RequestManagerRetriever
Cloneable <|.. BaseRequestOptions
BaseRequestOptions <|-- RequestOptions
Key <|.. Options
@enduml
| false
| true
| false
| false
|
class
|
406637a29e6da59c8fef79e642476dcfd61b96b4
|
3150c7ff97d773754f72dabc513854e2d4edbf04
|
/P3/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test/java/spec/concordion/common/results/results.plantuml
|
f50136cc7214524670a08024dcf2782c6c92d6b3
|
[
"Apache-2.0",
"WTFPL"
] |
permissive
|
leRoderic/DS18
|
c8aa97b9d376788961855d6d75996990b291bfde
|
0800755c58f33572e04e7ce828770d19e7334745
|
refs/heads/master
| 2020-03-29T05:14:14.505578
| 2019-11-07T18:01:37
| 2019-11-07T18:01:37
| 149,574,113
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 368
|
plantuml
|
@startuml
title __RESULTS's Class Diagram__\n
package spec.concordion {
package spec.concordion.common.results {
class ResultsTest {
}
}
}
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
| false
| true
| false
| false
|
class
|
f7c5590d97e79b01eb72df4358e4ad2259644e87
|
72c605a8372b04f19ec6ee6cefaf5517524d8f74
|
/CruiseControlInterface/CCISimulatedEnv.emi/src-models/output-CCISystem/output-CompositeStructure.plantuml
|
c92e908b22feb865095362bab1197e6dd0ed50f5
|
[] |
no_license
|
ValentinBesnard/emi-deployment
|
73fba07d8f2cb6fabf82b4274bff564c3d17798e
|
d18eac496381bbf60ff6a2a0492083c8f0705a72
|
refs/heads/master
| 2022-04-15T22:09:51.331064
| 2020-02-24T07:03:54
| 2020-02-24T07:03:54
| 182,274,203
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,342
|
plantuml
|
@startuml
package CCI <<card>> {
object "controller : Controller" as CCISystem_system_CCI_controller
object "actuation : Actuation" as CCISystem_system_CCI_actuation
object "csm : CruiseSpeedManager" as CCISystem_system_CCI_csm
object "pm : PedalsManager" as CCISystem_system_CCI_pm
CCISystem_system_CCI_pm "pmClutchPedalPort" -- "clutchPedalPort" CCI : PedalsManagerPedalPort_CCIPedalPort
CCISystem_system_CCI_pm "pmBreakPedalPort" -- "breakPedalPort" CCI : PedalsManagerPedalPort_CCIPedalPort
CCISystem_system_CCI_pm "pmThrottlePedalPort" -- "throttlePedalPort" CCI : PedalsManagerPedalPort_CCIPedalPort
CCI "buttonsPort" -- CCISystem_system_CCI_controller : CCIButtonsPort_Controller
CCI "controlOnOffPort" -- CCISystem_system_CCI_actuation : CCIControlOnOffPort_Actuation
CCI "speedPort" -- CCISystem_system_CCI_actuation : CCISpeedPort_Actuation
CCI "cruiseSpeedPort" -- CCISystem_system_CCI_csm : CCICruiseSpeedPort_CruiseSpeedManager
CCISystem_system_CCI_pm -- CCISystem_system_CCI_controller : PedalsManager_Controller
CCISystem_system_CCI_actuation -- CCISystem_system_CCI_controller : Actuation_Controller
CCISystem_system_CCI_csm -- CCISystem_system_CCI_controller : CruiseSpeedManager_Controller
CCISystem_system_CCI_actuation -- CCISystem_system_CCI_csm : Actuation_CruiseSpeedManager
}
@enduml
| false
| true
| false
| false
|
object
|
01b440651ac1ecb8d2e8728639f7768d38c54235
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/OrderShippingRateInputSetMessagePayload.puml
|
85ac9ba3e696244491faa2ecebdfc4dd568c5815
|
[] |
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 OrderShippingRateInputSetMessagePayload [[OrderShippingRateInputSetMessagePayload.svg]] extends OrderMessagePayload {
type: String
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
oldShippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
}
interface OrderMessagePayload [[OrderMessagePayload.svg]] {
type: String
}
@enduml
| false
| true
| false
| false
|
class
|
1194502eae1e357b02ecc4ff2a4c55ab8edb3c33
|
4830d642871bca9d89b03473d53ee32e8cd64121
|
/use-cases/15/use-case-15.puml
|
3d87d2c1f1cec306f72cdb1d4f5751b0d813b183
|
[
"Apache-2.0"
] |
permissive
|
eoinkane/sem-coursework
|
ac12b74e2d7deca4a584c89a521a809b4f189ed6
|
634006895b639327b2dcd053d1de169e0f65a492
|
refs/heads/master
| 2023-04-17T10:53:39.026338
| 2021-04-30T08:28:10
| 2021-04-30T08:28:10
| 333,163,286
| 3
| 0
| null | 2021-02-06T13:27:57
| 2021-01-26T17:32:14
| null |
UTF-8
|
PlantUML
| false
| false
| 346
|
puml
|
@startuml
actor Member as "Member of the
organisation"
rectangle Database
rectangle "Population Information System" {
usecase UC15 as "Get the Top N Populated Countries
in a Continent where N is Provided by the User."
usecase UCa as "Output the report."
Member - UC15
UC15 ..> UCa : include
UC15 - Database
}
@enduml
| false
| true
| false
| false
|
usecase
|
dd55ba19133b611c137aed1d23a9a3fbcbd8951c
|
201fa84dd78b2958036902eb0251e7f551ae47b2
|
/smart_contract.iuml
|
9d96de51477ac28b26f29ca1ece6178ed9ea658e
|
[] |
no_license
|
monesign/Vending-Machine-Design
|
a0a958064ec2cd95bcd78d38c2943b2668f3d293
|
7477358980880bd3a9d15b6280e033c61b174063
|
refs/heads/master
| 2020-09-25T18:48:31.611986
| 2019-12-05T09:58:18
| 2019-12-05T09:58:18
| 226,066,683
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,277
|
iuml
|
@startuml
class ItemDaoBasic_Item << struct >> {
uint256 id
address owner
uint version
string title
int inventory
uint256 index
}
interface ItemDao {
}
interface ItemService {
}
class ItemServiceBasic << contract >> {
}
class ItemDaoBasic << contract >> {
-itemMapping /'@mapping{uint256:Item}'/
-uint256[] itemIndex
-uint256 nextId
address ownerContract
ItemDaoBasic_Item Item /'@struct'/
ItemEvent(uint256 id, address owner, uint version, string title, int inventory, uint256 index, string eventType) /'@event'/
DebugEvent(uint256 index) /'@event'/
+read(uint256 _id) /'@returns{id:uint256, owner:address, version:uint, title:string, inventory:int, index:uint256} @view'/
+uint256 create(string _title, int _inventory) /'@external'/
+update(uint256 _id, string _title, int _inventory) /'@external'/
+remove(uint256 _id) /'@external'/
+uint256 count() /'@constant @external'/
+readByIndex(uint256 _index) /'@returns{id:uint256, owner:address, version:uint, title:string, inventory:int, index:uint256} @constant @external'/
-bool _exists(uint256 _id) /'@view'/
}
ItemService <|-- ItemServiceBasic
Item <.. ItemDaoBasic
ItemDaoBasic_Item --+ ItemDaoBasic
ItemDaoBasic_Item <.. ItemDaoBasic
ItemDao <|-- ItemDaoBasic
@enduml
| false
| true
| false
| false
|
class
|
b7efc7f6d25275048369d2f30ec035defe13afd7
|
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
|
/build/eat-apples@0.11.0.puml
|
460e5de241bf51aa547003d9934a5432947d30e6
|
[
"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
| 698
|
puml
|
@startuml
class org.accordproject.canteen.Food << (T,yellow) >> {
+ String produce
+ Double price
}
org.accordproject.canteen.Food --|> org.accordproject.base.Transaction
class org.accordproject.canteen.Outcome << (T,yellow) >> {
+ String notice
}
org.accordproject.canteen.Outcome --|> org.accordproject.base.Transaction
class org.accordproject.canteen.Bill {
+ String billTo
+ Double amount
}
org.accordproject.canteen.Bill --|> org.accordproject.base.Event
class org.accordproject.canteen.CanteenClause << (A,green) >> {
+ String employee
+ String company
+ Double tax
}
org.accordproject.canteen.CanteenClause --|> org.accordproject.cicero.contract.AccordClause
@enduml
| false
| true
| false
| false
|
class
|
ce21ca91c176d4427f5cc6d0f973a4be38dadb61
|
81aae10a08cadcd596b48c2cfd8b1776715ca429
|
/docs/diagrams/UML/MainClassDiagram.puml
|
aa2d92d593e485ce8f35885bfe25e800f36ea0ac
|
[] |
no_license
|
tobiasceg/tp
|
46a4d0e13d8f96ef451902cc27f78cb1ed6dcb9b
|
128552787fe3d325115ab2d08bfe2db668f79df3
|
refs/heads/master
| 2023-01-24T12:07:02.132563
| 2020-10-26T03:11:39
| 2020-10-26T03:11:39
| 300,105,637
| 0
| 0
| null | 2020-10-01T01:24:17
| 2020-10-01T01:24:16
| null |
UTF-8
|
PlantUML
| false
| false
| 544
|
puml
|
@startuml
class Duke {
TextUi ui
}
class Executor
class Scanner
package parser {
class Parser
}
package command {
class Command
class CommandResult
}
package data {
class InputOutputManager
class StateManager
}
package ui {
class TextUi {
Scanner in
}
}
Duke "1" *-- TextUi
Duke <.. Parser
Duke <.. Command
Duke <.. CommandResult
Duke <.. Executor
Duke <.. InputOutputManager
Duke <.. StateManager
Parser <.. Command
Executor <.. Command
Executor <.. CommandResult
TextUi "1" *-- Scanner
@enduml
| false
| true
| false
| false
|
class
|
edbce71afc3488dbfbc17129178634eb072cd131
|
257de5ea2ab95d86b25b31811c00d98b8806ebb4
|
/org/PlayGame.plantuml
|
d2cf6c2e6268839358ca2d90c74bd7281d88ddb0
|
[] |
no_license
|
passeride/TallTale
|
749c7ad386a8db4edd1818c3d581d5aeb0a982f2
|
4daeb47f5b5b485297f8bdcb61c1a480d4e3f709
|
refs/heads/master
| 2020-04-15T17:07:35.029803
| 2019-01-09T12:49:06
| 2019-01-09T12:49:06
| 164,861,570
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,351
|
plantuml
|
@startuml
title S4A | Game Cycle
actor User
entity Client
entity Backend
database DB
== Repeat every x.x second ==
Client --> Backend : Request Game State
Backend --> DB : Get info on game and players
DB --> Backend : Returns info
Backend --> Client : Returns JSON Gamestate
Client --> Client : Parse Gamestate
alt Users turn
Client --> User : Unlocks the type area
note over Client, User
Somehow notifies user that its time
end note
User --> Client : Types inn string and commits
Client --> Client : Adds it to the story
Client --> Backend : Sends string
Backend --> DB : Commits String
Backend --> Backend : Rephresh gamestate
Backend --> Client : Send new gamestate
else Not users turn
Client --> Client : Updating story
Client --> Client : Check timestamp for previous user
alt User Timeout
Client --> Client : Check who has the lowest userID
note over Client
This is if the user has the lowest userID
When the user with the lowest userID is writing
the second to last will check
end note
Client --> Backend : Inform of timeout
Backend --> DB : Submit blank for current user
Backend --> Backend : Refresh gamestate
Backend --> Client : Send new gamestate
end
end
@enduml
| false
| true
| false
| false
|
sequence
|
a372e60e989a4d69d043cef78dfb0638f2272e8b
|
beda9c9d389e567cd4a1c12b86d75a69a1eaf249
|
/diagrams/class/class.puml
|
3a5199986ab32a503802383254a94f991856652a
|
[] |
no_license
|
OmarAlghamdi/swe363-project-react
|
004aa3954a3c671f9ecf8cb5cb3d243046725145
|
805587fafe35034b97fff4232d0a85250fddcde4
|
refs/heads/master
| 2020-09-11T18:16:24.446474
| 2020-05-20T06:24:48
| 2020-05-20T06:24:48
| 222,149,691
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 558
|
puml
|
@startuml
class User {
firstName: String
lastName: String
email: String
password: String
type: String
state: String
}
class Event {
ID : Integer
Name : String
Desc : String
startDate: Date
startTime: Date
endDate: Date
endTime: Date
creator: String
joined []: User
waiting []: User
feedbacks[]: Feedback
}
class Feedback {
by: User
text : String
Reply : String
}
User "1" - "*" Event : creates
User "*" - "*" Event : joins
User "1" - "*" Feedback : sends
Event "*" *- "*" Feedback
@enduml
| false
| true
| false
| false
|
state
|
97e4d3bf2dc6895947a7e9dd3f7283b0b2a6833d
|
b0dd40f4029906af64f6dd2ad119c5e81491de16
|
/de.gematik.ti.fdv.epa.service.localization.api/doc/plantuml/ESLAPI/spi.plantuml
|
38c05834097d17ae4a2d986c25bac97eac4f3a78
|
[
"Apache-2.0"
] |
permissive
|
gematik/ref-ePA-Service-Localization-API
|
2cc5c9de41e9abc51c5ffbebf2c14c444022f5b0
|
845a84896bdf43dd0af47ada81f9bac04426ce3f
|
refs/heads/master
| 2021-11-23T08:01:10.773951
| 2021-11-16T11:29:25
| 2021-11-16T11:29:25
| 216,000,749
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 253
|
plantuml
|
@startuml
package de.gematik.ti.fdv.epa.service.localization.spi {
interface IServiceLocalizer {
{abstract} + lookup()
{abstract} + endpointURLForInterface()
{abstract} + getLookupStatus()
}
}
@enduml
| false
| true
| false
| false
|
class
|
800418ea63daa5d2898710d5566c249be0c91e25
|
62de719e261fac67d2a2bc347a98be5515b48948
|
/docs/blue/1040862/sp2/design1.puml
|
0f26f58a3436bed64a2cae5965e8366cf010f6e0
|
[] |
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
| 1,639
|
puml
|
@startuml design1.png
skinparam handwritten false
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
boundary MenuView
control TaskPresenter
boundary CreateTaskWindow
boundary TaskView
control TaskController
control TaskService
control TaskServiceImpl
entity TaskDTO
entity Task
entity TaskRepository
database Database
box "NSheets Client"
participant MenuView
participant TaskPresenter
participant TaskView
participant CreateTaskWindow
end box
box "Shared"
participant TaskService
participant TaskDTO
participant TaskServiceImpl
end box
box "Server"
participant Task
participant TaskController
participant TaskRepository
end box
box "Database"
participant Database
end box
User -> MenuView : open Task sub-menu
MenuView --> TaskPresenter : open()
TaskPresenter --> TaskView : openWindow()
TaskView --> CreateTaskWindow : openWindow()
User -> CreateTaskWindow : inserts required data
User -> CreateTaskWindow : onClick() / create new task
CreateTaskWindow -> TaskDTO : new TaskDTO()
CreateTaskWindow -> TaskServiceImpl : addNewTask(dto)
TaskServiceImpl -> Task : newTask.fromDTO(dto)
TaskServiceImpl -> TaskController : addNewTask(newTask)
TaskController -> TaskRepository : PersistenceContext.repositories().tasks();
TaskController -> TaskRepository : repo.save(newTask)
TaskRepository -> Database : save(newTask)
alt Compilation Sucess
TaskRepository --> TaskPresenter : onSuccess
TaskPresenter --> User : Uc success scenario
else Compilation Failure
TaskRepository --> TaskPresenter : onFailure
TaskPresenter --> User : Uc failure scenario
end
@enduml
| false
| true
| false
| false
|
usecase
|
e08805bb0969dd9620738e61ded03296b81bbd2d
|
afaba8b7f5d826664155b257db77cf4dbf4b8816
|
/oop-pattern/ch07/resources/09-mediator-04.puml
|
3fa93077eb30df2bbe32dc24d2b3aef23a827de7
|
[
"MIT"
] |
permissive
|
appkr/pattern
|
b40b621e52c9b27be01f2a21f2f605a459ac998f
|
1e635f7b79cc4b89d2e75455cb14e1572619eb20
|
refs/heads/master
| 2022-11-02T01:56:18.654766
| 2022-10-12T08:45:58
| 2022-10-12T08:47:36
| 71,896,898
| 11
| 2
|
MIT
| 2018-11-10T15:05:11
| 2016-10-25T12:55:03
|
PHP
|
UTF-8
|
PlantUML
| false
| false
| 678
|
puml
|
@startuml
interface ControllerObserver {
+ volumeChanged()
}
abstract class PlayerMediator {
+ select()
+ {abstract} volumeChanged()
}
class VideoPlayerMediator extends PlayerMediator {
+ select()
+ volumeChanged()
}
class MP3PlayerMediator extends PlayerMediator {
+ select()
+ volumeChanged()
}
class VideoPlayer {}
class MP3Player
class MediaController {}
class ListUI {}
class TitleUI {}
PlayerMediator .left.|> ControllerObserver
VideoPlayerMediator ..> VideoPlayer
MP3PlayerMediator ..> MP3Player
MediaController..> ControllerObserver
PlayerMediator .up.> MediaController
PlayerMediator .up.> TitleUI
PlayerMediator <. ListUI
@enduml
| false
| true
| false
| false
|
class
|
b1716408aeac4cd7b81df9c1cc8a77a18d737da3
|
aefb1807676f66cc46e45071b3deb1969e682322
|
/SELAIN SISTEM/UML/SEQUENCE/kepala/ViewDisposisiBKA.puml
|
c06d21e5ecc66ca317e707c864cb42584939792d
|
[
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] |
permissive
|
kurniado729/sistem_kp
|
f456f7a22392f99c117797370c9a8d70c96b0df4
|
c77c7bc9aa28fe414be3254880112dbffb4b2ab2
|
refs/heads/master
| 2023-02-01T21:00:47.861038
| 2019-12-20T18:52:46
| 2019-12-20T18:52:46
| 220,038,247
| 0
| 1
|
MIT
| 2023-02-01T02:14:20
| 2019-11-06T16:12:42
|
HTML
|
UTF-8
|
PlantUML
| false
| false
| 570
|
puml
|
@startuml
autonumber
hide footbox
title Melihat Disposisi BKA
Actor Kepala
boundary Dashboard_V
boundary DisposisiBKA_V
control Admin_C
control SuratDisposisi_C
Entity SuratDisposisi_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> Kepala: Halaman Dashboard
Kepala --> Dashboard_V: klik menu Disposisi BKA
Dashboard_V --> SuratDisposisi_C: disposisibka()
SuratDisposisi_C --> SuratDisposisi_E:
SuratDisposisi_E --> SuratDisposisi_C:
SuratDisposisi_C --> DisposisiBKA_V: load->view()
DisposisiBKA_V --> Kepala: Halaman Disposisi BKA
@enduml
| false
| true
| false
| false
|
sequence
|
ed8b6a38ef03354da0177b0d721c97529f556903
|
02a364d6cc772a9bf2e72d02dbecca74ac14d335
|
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.WebStore/Catalog/ProductDetail.puml
|
6ece779508a487dcdeaee5b9e53f77de6f11ae36
|
[
"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
| 400
|
puml
|
@startuml
class ProductDetail {
+ Id : int <<get>> <<set>>
+ Name : string <<get>> <<set>>
+ Summary : string <<get>> <<set>>
+ Detail : string <<get>> <<set>>
+ Price : decimal <<get>> <<set>>
+ IsDownloadable : bool <<get>> <<set>>
+ IsTaxExempt : bool <<get>> <<set>>
+ SupplierName : string <<get>> <<set>>
+ ShippingWeight : decimal <<get>> <<set>>
}
@enduml
| false
| true
| false
| false
|
class
|
c7a33746f3b15604ab074eee713edace77999382
|
188aa3bd1c4fc0a88cab9726c2f2299f147e70d8
|
/docs/UC_02/UC02_SSD.puml
|
76e8e3b1cd5d580bc8173be4cc052927113e83f0
|
[] |
no_license
|
botelho-io/lapr2-2020-g029
|
c6a3c15bace1145c94c0495ac5f8ce54b7be478c
|
1834bf842e5ae1f94d20ab61dad8e8124fc9f61b
|
refs/heads/master
| 2023-08-17T00:53:42.364156
| 2020-06-14T22:29:10
| 2020-06-14T22:29:10
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 528
|
puml
|
@startuml SSD
autonumber
actor Collaborator as C
activate C
C -> ":System" : creating of a new task.
activate ":System"
":System" --> C : request the task data \n(i.e. id, description, durationInHours, costPerHourOfJuniorEur, category)
deactivate ":System"
C -> ":System" : enter the requested data
activate ":System"
":System" --> C : presents data and asks for confirmation
deactivate ":System"
C -> ":System" : confirms
activate ":System"
":System" --> C : successful operation
deactivate ":System"
deactivate C
@enduml
| false
| true
| false
| false
|
usecase
|
22ae5dff2601f4d10a03ec14f5916c6afccad5bc
|
1fef2f0f0ad13aebb3d3f732d0cae8867ee8e87c
|
/plantuml/Microwave.Classes/Controllers/CookController.puml
|
44ad4e2f36bd6445d856e9169d5d8d1a930e647d
|
[] |
no_license
|
eengstroem/MicrowaveOven
|
b9711c314f053f00f9208cae69085d7bdf0ba3d4
|
ac721f24f0025f5e10f50d4d58c4a7ad30f9fbd2
|
refs/heads/master
| 2023-04-25T09:55:42.513911
| 2021-05-24T16:45:23
| 2021-05-24T16:45:23
| 363,380,008
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 388
|
puml
|
@startuml
class CookController {
+ CookController(timer:ITimer, display:IDisplay, powerTube:IPowerTube, ui:IUserInterface)
+ CookController(timer:ITimer, display:IDisplay, powerTube:IPowerTube)
+ StartCooking(power:int, time:int) : void
+ Stop() : void
+ OnTimerExpired(sender:object, e:EventArgs) : void
+ OnTimerTick(sender:object, e:EventArgs) : void
}
@enduml
| false
| true
| false
| false
|
class
|
c13f99c3130eb4e1930b4fbd239f7463576eef9b
|
4151e9e31ad4b1e35062faabf2f3392d2f75963c
|
/messages.puml
|
c33b99eca66cd9456e22c72cb1eaded6aede098b
|
[] |
no_license
|
griloHBG/FanRigCanReader
|
11da497f04320df4bf470c3fc169d5050fc17898
|
f13b4a2a238dddf9af78243eab14c395e0f35148
|
refs/heads/master
| 2020-06-24T06:54:16.579175
| 2019-07-25T19:14:13
| 2019-07-25T19:14:13
| 198,886,715
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 4,075
|
puml
|
@startuml
object Boolean
object Temperature {
two bytes
}
object Voltage {
two bytes
}
object Current {
two bytes
}
object Torque {
two bytes
}
object Flux {
two bytes
}
object Angle {
two bytes
}
object AngleVelocity {
two bytes
}
object Frequency {
two bytes
}
object Internal___
object Temperatures1 {
ID 0x0A0
Frequency 10Hz
----
ModATemp (0,1)
ModBTemp (2,3)
ModCTemp (4,5)
GateDriverBoardTemp (6,7)
}
Temperatures1 o-- "4" Temperature
object Temperatures2 {
ID 0x0A1
Frequency 10Hz
----
ControlBoardTemp (0,1)
RTD1Temp (2,3)
RTD2Temp (4,5)
RTD3Temp (6,7) [Gen 2 only]
}
Temperatures2 o-- "4" Temperature
object Temperatures3 {
ID 0x0A2
Frequency 10Hz
----
RTD4Temp (0,1)
RTD5Temp (2,3)
MotorTemp (4,5)
TorqueShudder (6,7)
}
Temperatures3 o-- "4" Temperature
object AnaInVoltage{
ID 0x0A3
Frequency 100Hz
----
<1995
AnIn1 (0,1)
AnIn2 (2,3)
AnIn3 (4,5)
AnIn4 (6,7)
----
>1995
AnIn1 (b0,b9)
AnIn2 (b10,b19)
AnIn3 (b20,b29)
AnIn4 (b32,b41)
AnIn5 (b42,b51)
AnIn6 (b52,b61)
}
AnaInVoltage o-- "4" Voltage
object DigInStatus {
ID 0x0A4
Frequency 100Hz
----
DigIn1 (0)
DigIn2 (1)
DigIn3 (2)
DigIn4 (3)
DigIn5 (4)
DigIn6 (5)
DigIn7 (6)
DigIn8 (7)
}
DigInStatus o-- "8" Boolean
object MotorPosInfo {
ID 0x0A5
Frequency 100Hz
----
MotorAngle (0,1)
MotorSpeed (2,3)
ElectricalOutFreq (4,5)
DeltaResolverFiltered (6,7)
}
MotorPosInfo o-- "2" Angle
MotorPosInfo o-- "1" AngleVelocity
MotorPosInfo o-- "1" Frequency
MotorPosInfo o-- Flux
object CurrentInfo {
ID 0x0A6
Frequency 100Hz
----
PhaseCurrentA (0,1)
PhaseCurrentA (2,3)
PhaseCurrentA (4,5)
DCBusCurrent (6,7)
}
CurrentInfo o-- "4" Current
object VoltageInfo {
ID 0x0A7
Frequency 100Hz
----
DCBusVoltage (0,1)
OutVoltage (2,3)
VAB_Vd_Voltage (4,5)
VBC_Vq_Voltage (6,7)
}
VoltageInfo o-- "4" Voltage
object FluxInfo {
ID 0x0A8
Frequency 100Hz
----
FluxCommand (0,1)
FluxFeedback (2,3)
IdFeedback (4,5)
IqFededback (6,7)
}
FluxInfo o-- "2" Flux
FluxInfo o-- "2" Current
object InternalVoltage {
ID 0x0A9
Frequency 10Hz
----
Ref1V5Voltage (0,1)
Ref2V5Voltage (2,3)
Ref5V0Voltage (4,5)
Ref12VVoltage (6,7)
}
InternalVoltage o-- "4" Voltage
object InternalStates {
ID 0x0AA
Frequency 100Hz
----
VSMState (0,1)
InverterState (2)
RelayState (3)
InverterRunMode (4b0)
InverterActDischargeState (4b5, 4b7)
InverterCommandMode (5)
InverterEnableState (6b7)
DirectionCommand (7b0)
BMSActive (7b1)
BMSLimitingTorque (7b2)
}
InternalStates o-- "11" Internal___
object FaultCodes {
ID 0x0AB
Frequency 10Hz
----
POSTFaultLo (0,1)
POSTFaultHi (2,3)
RunFaultLo (4,5)
RunFaultHi (6,7)
}
FaultCodes o-- "4" Internal___
object TorqueTimeInfo {
ID 0x0AC
Frequency 100Hz
----
CommandedTorque (0,1)
TorqueFeedback (2,3)
PowerOnTime (4,5,6,7)
}
TorqueTimeInfo o-- "2" Torque
FaultCodes o-- "4" Counts
object ModulationIndexFluxOutInfo {
ID 0x0AD
Frequency 100Hz
----
ModulationIndex (0,1)
FluxWeakOut (2,3)
IdCommand (4,5)
IdCommand (6,7)
}
ModulationIndexFluxOutInfo o-- PerUnitValue
ModulationIndexFluxOutInfo o-- "3" Current
object FirmwareInfo {
ID 0x0AE
Frequency 10Hz
----
EEPROMVersion (0,1)
SoftVersion (2,3)
DataCodeMMDD (4,5)
DateCodeYYYY (6,7)
}
FirmwareInfo o-- "4" NA
object DiagnosticData {
ID 0x0AF
Frequency 100Hz
----
}
object CommandMessage {
ID 0x0C0
Frequency 2Hz?
----
TorqueCommand (0,1)
SpeedCommand (2,3)
DirectionCommand (4)
InverterEnable (5b0)
InverterDischarge (5b1)
SpeedModeEnable (5b2)
CommmandedTorqueLimit (6,7)
}
CommandMessage o-- "2" Torque
CommandMessage o-- "1" AngleVelocity
CommandMessage o-- "4" Boolean
@enduml
| false
| true
| false
| false
|
class
|
631e120a543d571e4373f45405bcf62f8d42a0c0
|
9e101f61f9893795d4c2c6fcb404b9be386547f0
|
/diagrams/bugs/use-case.plantuml
|
724b2fc27f5c2c8be0faf0770b65740b73e67b4e
|
[
"MIT"
] |
permissive
|
tienvx/mbt-assets
|
6ed2f3682e2b29c2fcbfdc3ae9eeb97834c84ab4
|
ee411bd11e6496e295346077b920ba9af07d3ac6
|
refs/heads/master
| 2020-05-17T23:53:51.386275
| 2019-04-30T11:56:07
| 2019-04-30T11:56:07
| 184,045,395
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 463
|
plantuml
|
@startuml
left to right direction
skinparam packageStyle rectangle
actor User as user << Human >>
database Database as database
entity Queue as queue
rectangle "MBT Bundle" {
user --> (bulk report bugs)
user --> (bulk reduce replays)
user --> (edit bug)
user --> (view bug)
user --> (view bugs)
(bulk report bugs) --> queue
(bulk reduce replays) --> queue
(edit bug) --> database
(view bug) --> database
(view bugs) --> database
}
@enduml
| false
| true
| false
| false
|
usecase
|
4f30c7c9beba12511bb736b45d7cd7619db4e77a
|
dcca4c0aa19e3085bd37640a52b07fa02396b1d8
|
/3.Structural Design Patterns/1.Adapter/src/main/resources/diagram/AdapterBaeldungClassDiagram.puml
|
e0d2856215ce953c9d3f6b89d8dcf927e9e93dda
|
[] |
no_license
|
drronidz/design-patterns-java-maven
|
8df24c5bdd021dd45018faf3937b767609e880eb
|
aa580cd4cc6caa25a418a71bd5af06f86bd354a6
|
refs/heads/main
| 2023-07-15T15:26:04.451482
| 2021-08-25T23:45:35
| 2021-08-25T23:45:35
| 392,855,046
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 455
|
puml
|
@startuml
'https://plantuml.com/class-diagram
class Client {
}
interface MovableAdapter <<Interface>> {
+ speed() : double
}
note left : Returns speed in KMPH
class MovableAdapterImpl <<Class>> {
Movable luxuryCars
+ speed() : double
}
interface Movable {
+ speed () : double
}
note top : Returns speed in MPH
Client --> MovableAdapter : target
MovableAdapter <|-- MovableAdapterImpl
MovableAdapterImpl --> Movable : adaptee
@enduml
| false
| true
| false
| false
|
sequence
|
b442fc9c0b48d3a911cd780ffe1f85984b53d83b
|
d66bffff73a1888b2dd0c8950e8709f05c2bbc3c
|
/figures/diagrams/etw-model-diagram.puml
|
30cb349236a91dc84e607495410fcce536004485
|
[] |
no_license
|
fisboger/master-thesis-report
|
25fbbb6ff10485bd4e477172c4779f8876131d40
|
af60518c50ef9bbcdedfd84bce69d574c5efc8fa
|
refs/heads/master
| 2023-07-13T11:53:31.824969
| 2021-08-22T21:47:58
| 2021-08-22T21:47:58
| 341,505,244
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 808
|
puml
|
@startuml
' skinparam linetype ortho
' node node1
' node node2
' node node3
' node node4
' node node5
' node1 -- node2 : label1
' node1 .. node3 : label2
' node1 ~~ node4 : label3
' node1 == node5
together {
collections Providers
collections Consumers
}
collections Controllers
rectangle "Event Tracing Sessions" as EventTracingSessions {
storage Buffer1
storage Buffer2
storage BufferX
}
Controllers -d-> EventTracingSessions
EventTracingSessions -u-> Controllers
EventTracingSessions <-d-- Providers : Events
EventTracingSessions -d--> Consumers : Real-time delivery
database "Log files" as LogFiles
EventTracingSessions -r-> LogFiles : Events
LogFiles -d-> Consumers : Logged Events
' Providers -u--> EventTracingSessions : Events
@enduml
| false
| true
| false
| false
|
sequence
|
3fb7a9d75513a264aa773d00e080794cc2a87ca7
|
c3679277db13cee150496904963ef5d624c1d144
|
/test/src/main/java/com/gaga/pumlTest/sequence/TestSequence4.puml
|
f0ac8b49d0249a4450471b919b95c7f4550df3a6
|
[] |
no_license
|
jialiu123/dataTodata
|
1d7f392bc8e9df53d7ac21023b94f0fe4ce069c3
|
56702a45afe8f1a6b199c45a9c744594ab96c2cd
|
refs/heads/master
| 2023-03-12T21:40:29.489302
| 2021-03-03T00:51:41
| 2021-03-03T00:51:41
| 293,486,188
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 173
|
puml
|
@startuml
Alice -> "Bob()" : Hello
"Bob()" -> "This is very\nlong" as Long
' You can also declare:
' "Bob()" -> Long as "This is very\nlong"
Long --> "Bob()" : ok
@enduml
| false
| true
| false
| false
|
sequence
|
804a7b77560066e1e71a5ca2a3d21b2b7128b29d
|
ba447f6bb93c735a00bda755a54443e43df51403
|
/php/crud/diagram.puml
|
8379909633a5b3c4b816d5c88627f44673da6125
|
[] |
no_license
|
Nika-aaa/zbierka-uloh
|
2100429cf37961a5e56ce32d72d805110c575c7e
|
e7242d3336cd4d24974dece8de09fd543be6f929
|
refs/heads/main
| 2023-08-28T02:18:08.858738
| 2021-10-13T21:06:28
| 2021-10-13T21:06:28
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 470
|
puml
|
@startuml
class UserStorage {
+User[] getAll()
+?User get($id)
+void store(User $user)
+void delete(User $user)
}
class User {
+int $id
+string $name
+string $surname
+string $mail
+string $country
}
class Db {
-{static} string DB_HOST
-{static} string DB_NAME
-{static} string DB_USER
-{static} string DB_PASS
-{static} PDO $connection
+{static} PDO conn()
-{static} void connect()
}
UserStorage --> Db
UserStorage --> User
@enduml
| false
| true
| false
| false
|
class
|
e678aa8c97eed3d85d3243162a882800cd235d9c
|
8cf018eb6de40017601592f1f125ea67d5de7086
|
/docs/Solution/Cloud-Stack/Data-Coordinator/Logical.puml
|
12c92412216cdd432e385f1eeff133db0176ecc2
|
[] |
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
| 252
|
puml
|
@startuml
package "Cloud-Stack/Data-Coordinator" {
interface "Cloud-Stack/Data-Coordinator" {
}
CLI ()-- "Cloud-Stack/Data-Coordinator"
REST ()-- "Cloud-Stack/Data-Coordinator"
Web ()-- "Cloud-Stack/Data-Coordinator"
}
@enduml
| false
| true
| false
| false
|
class
|
c446e4875569a980b5012ae31c04af6f1b80d4d5
|
d9b60bc7d589b46e216d5778a6f4a7aa1f7ebe5a
|
/src/main/java/RecomendarTipoTematica.puml
|
39ab2079670ad070d01395461ad7ccae78da01ed
|
[] |
no_license
|
arimohy/TallerDocumetacionComoCodigo
|
ae987693ba2cb3ec2b79bc64778b38bea2b8b5f9
|
b56148a6e70449d972e456fb3ddb03986117bfbf
|
refs/heads/master
| 2023-08-28T16:00:56.409215
| 2021-10-25T07:28:58
| 2021-10-25T07:28:58
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 543
|
puml
|
@startuml
'https://plantuml.com/sequence-diagram
autonumber
participant bibliotecario as user
boundary InterfazBiblioteca as if1
user --> if1: Peticion para recomendar recurso por tematica y tipo
if1 --> Api: Redirecciona peticion a api
database Mongo as db
Api --> db :consulta recursos
db --> Api: Envia mensaje HTTP de aceptacion(con lista de recomendaciones) o error
Api --> if1: Envia mensaje de aceptacion(con lista de recomendaciones) o error
if1 -->user: recibe mensaje de aceptacion(con lista de recomendaciones) o error
@enduml
| false
| true
| false
| false
|
sequence
|
6a25886a6b9dc884483b6bc53681bb153b3128e9
|
c69dba4cef780d27a126166ee912005507258413
|
/src/design/with-step-handlers-sequence-diagram.puml
|
b6a4466cebc520f9b91a01f8e6c195457f7ce102
|
[
"MIT",
"EPL-1.0",
"Apache-2.0"
] |
permissive
|
CS-SI/Orekit
|
2265900b501fe6727a57378956f9f2c61564909a
|
7ab7a742674eabee00e1dbe392833d587fdcdaab
|
refs/heads/develop
| 2023-09-03T20:33:42.748576
| 2023-09-01T14:34:03
| 2023-09-01T14:34:03
| 22,851,787
| 144
| 79
|
Apache-2.0
| 2023-03-28T17:53:33
| 2014-08-11T19:29:35
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 6,302
|
puml
|
' Copyright 2002-2023 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam SequenceActorBorderColor #6A584B
skinparam SequenceParticipantBackgroundColor #F3EFEB/CCC9C5
skinparam SequenceParticipantBorderColor #6A584B
skinparam SequenceLifeLineBackgroundColor #CCC9C5/F3EFEB
skinparam SequenceLifeLineBorderColor #6A584B
skinparam SequenceArrowColor #6A584B
skinparam SequenceBorderColor #6A584B
skinparam SequenceFontSize 11
hide footbox
box "User application" #F3EDF7
participant "Main" as U
participant "Low Rate Step handler" as L
participant "Display" as D
participant "High Rate Step handler" as H
participant "Log" as G
end box
participant StepHandlerMultiplexer
participant Propagator
participant OrekitStepInterpolator
activate U
U -> Propagator : getMultiplexer
activate Propagator
return multiplexer
deactivate Propagator
U -> L : create
activate L
deactivate L
U -> StepHandlerMultiplexer : addStepHandler
activate StepHandlerMultiplexer
StepHandlerMultiplexer -> L : grab
activate L
deactivate L
deactivate StepHandlerMultiplexer
U -> H : create
activate H
deactivate H
U -> StepHandlerMultiplexer : addStepHandler
activate StepHandlerMultiplexer
StepHandlerMultiplexer -> H : grab
activate H
deactivate H
deactivate StepHandlerMultiplexer
U -> Propagator : propagate
activate Propagator
Propagator -> StepHandlerMultiplexer : init
activate StepHandlerMultiplexer
StepHandlerMultiplexer -> L : init
activate L
deactivate L
StepHandlerMultiplexer -> H : init
activate H
deactivate H
deactivate StepHandlerMultiplexer
Propagator -> Propagator : compute one step
activate Propagator
Propagator -> OrekitStepInterpolator : update
activate OrekitStepInterpolator
Propagator -> H : handleStep
activate H
H -> OrekitStepInterpolator : getInterpolatedState
H -> G : log current state
activate G
deactivate G
deactivate H
deactivate OrekitStepInterpolator
deactivate Propagator
Propagator -> Propagator : compute one step
activate Propagator
Propagator -> OrekitStepInterpolator : update
activate OrekitStepInterpolator
Propagator -> H : handleStep
activate H
H -> OrekitStepInterpolator : getInterpolatedState
H -> G : log current state
activate G
deactivate G
deactivate H
Propagator -> L : handleStep
activate L
L -> OrekitStepInterpolator : getInterpolatedState
L -> D : display current state
activate D
deactivate D
deactivate L
deactivate OrekitStepInterpolator
deactivate Propagator
Propagator -> Propagator : compute one step
activate Propagator
Propagator -> OrekitStepInterpolator : update
activate OrekitStepInterpolator
Propagator -> H : handleStep
activate H
H -> OrekitStepInterpolator : getInterpolatedState
H -> G : log current state
activate G
deactivate G
deactivate H
deactivate OrekitStepInterpolator
deactivate Propagator
Propagator -> Propagator : compute one step
activate Propagator
Propagator -> OrekitStepInterpolator : update
activate OrekitStepInterpolator
Propagator -> H : handleStep
activate H
H -> OrekitStepInterpolator : getInterpolatedState
H -> G : log current state
activate G
deactivate G
deactivate H
deactivate OrekitStepInterpolator
deactivate Propagator
...
Propagator -> Propagator : compute one step
activate Propagator
Propagator -> OrekitStepInterpolator : update
activate OrekitStepInterpolator
Propagator -> H : handleStep
activate H
H -> OrekitStepInterpolator : getInterpolatedState
H -> G : log current state
activate G
deactivate G
deactivate H
Propagator -> L : handleStep
activate L
L -> OrekitStepInterpolator : getInterpolatedState
L -> D : display current state
activate D
deactivate D
deactivate L
deactivate OrekitStepInterpolator
deactivate Propagator
Propagator -> U : final state
deactivate Propagator
deactivate U
@enduml
| false
| true
| false
| false
|
sequence
|
ccd7e4f0cfc1c28cd07e41a239649fd72a771409
|
3115c3210ea6a8bd4d0d90d74840d6ee9d4e02cb
|
/Tweelection/NosClass.puml
|
55d6031cc873359a6cead842ef931e16b6391e47
|
[] |
no_license
|
ArthurTlprt/Tweelection
|
1a37519c6abce81d9c2fa6a93b2de924ef2bfb27
|
f38646296bf0e89dd179ec5bb652de10802bdc02
|
refs/heads/master
| 2021-07-17T14:51:55.411320
| 2017-10-23T20:45:41
| 2017-10-23T20:45:41
| 108,036,408
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 406
|
puml
|
@startuml
class controller.FormControler
class gui.ChoiceWindow
class gui.Graph
class gui.Input
class gui.MethodForm
class gui.SubjectList
class gui.SubjectsForm
class sentimentanalysis.BagOfWords
class sentimentanalysis.Modifier
class sentimentanalysis.Review
class tweelection.Tweelection
class tweetAnalyze.TweetAnalyze
class tweetExtraction.RealTimeTweet
class tweetExtraction.TweetAboutSubject
@enduml
| false
| true
| false
| false
|
class
|
c7babebf304f8a5a7535d7a7d0663dc1eaf79366
|
8196727bd4f48532d7d267c1590bc24864deda16
|
/classes.plantuml
|
8987c6e8d1abe84e8b7f9f4c2c12b1d0cfbb632b
|
[] |
no_license
|
VladislavPetropavlovskiy450501/YourFuelConsumption
|
58cca8bb8588d257c66377504f6ac2b30527eb68
|
f06d7b53d7684981056cb17de4ef2c672f4aa277
|
refs/heads/master
| 2021-01-12T13:48:42.031123
| 2017-01-26T21:13:34
| 2017-01-26T21:13:34
| 69,609,521
| 0
| 1
| null | 2016-12-18T16:39:41
| 2016-09-29T21:30:45
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,200
|
plantuml
|
@startuml
top to bottom direction
skinparam headerFontSize 30
skinparam headerFontStyle bold
skinparam classAttributeIconSize 0
scale 1.0
package android.support.v7.appcompat {
class android.support.v7.appcompat.R {
.. Interiors ..
+ {static} class anim
+ {static} class attr
+ {static} class bool
+ {static} class color
+ {static} class dimen
+ {static} class drawable
+ {static} class id
+ {static} class integer
+ {static} class layout
+ {static} class string
+ {static} class style
+ {static} class styleable
}
}
package com.vp3000r.yourfuelconsumption {
class com.vp3000r.yourfuelconsumption.R {
.. Interiors ..
+ {static} class anim
+ {static} class attr
+ {static} class bool
+ {static} class color
+ {static} class dimen
+ {static} class drawable
+ {static} class id
+ {static} class integer
+ {static} class layout
+ {static} class mipmap
+ {static} class string
+ {static} class style
+ {static} class styleable
}
class com.vp3000r.yourfuelconsumption.BuildConfig {
.. Fields ..
.. Static ..
+ {static} APPLICATION_ID : String
+ {static} BUILD_TYPE : String
+ {static} DEBUG : boolean
+ {static} FLAVOR : String
+ {static} VERSION_CODE : int
+ {static} VERSION_NAME : String
}
}
@enduml
| false
| true
| false
| false
|
class
|
4f137ef1ae3238b57ce405410a7f747cc494b84d
|
7c2a17fd3d19a13fb71558f79900a2908de98c58
|
/docs/uml-class-diagrams/display02/production/DisplayCommManagerImplementation/DisplayCommManagerImplementation.puml
|
a7708c90f4e42a6410a5b9b461ed0e48af4e7f6d
|
[] |
no_license
|
casher-ou/csi-3370-software-project
|
483b1add9fbab8349f30009eecc123c884bdcc7b
|
629fb9cce10429c2b80bd1ad33ab898d1466883b
|
refs/heads/main
| 2023-01-22T00:44:50.062944
| 2020-11-29T23:00:50
| 2020-11-29T23:00:50
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 513
|
puml
|
@startuml DisplayCommManagerImplementation
package edu.oakland.production.display02 {
class DisplayCommManagerImplementation {
- MiddlewareCommInterface middleware
__
+ DisplayCommManagerImplementation(MiddlewareCommInterface middleware)
.. Use Case 1 ..
+ TrackData receiveRequestFromDisplay2WayInterface(int rfidNum)
- TrackData evaluateRfidRequest(int rfidNum)
- TrackData passRequestToMiddlewareCommInterface(int rfidNum)
}
}
@enduml
| false
| true
| false
| false
|
class
|
55330749e69e038ca83415217c572b9ee073724f
|
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
|
/examples/evaluation/parameterError.puml
|
7cda17cd8d1b0df22bec12b9845ddbb57e71c0dd
|
[
"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
| 160
|
puml
|
@startuml need_to_find_id
class foo.foo << object >>{
f< T, U > (<< using >>_ : C1<T>, << using >>_ : C2<T>, << using >>_ : C3<U>) : R
}
@enduml
| false
| true
| false
| false
|
class
|
4664fb7609c8cdbb0b347a8201fd506091296a3c
|
784420293504203e0485674947e252b9a884f9cf
|
/asciidoctor-editor-plugin/examples/plantuml/object-diagram-diamond.puml
|
f1cf3fdf48a173cc4f27bb17d16860c2b79823be
|
[
"Apache-2.0"
] |
permissive
|
de-jcup/eclipse-asciidoctor-editor
|
db5515421613e8ccfec749318fb6366b1f838e76
|
5dbbb4fdeac0634eec94c1cb6773246457ac2c3f
|
refs/heads/master
| 2023-02-16T00:20:39.858165
| 2023-02-10T21:52:39
| 2023-02-10T21:52:54
| 125,332,958
| 49
| 18
|
NOASSERTION
| 2022-08-21T23:26:15
| 2018-03-15T08:06:29
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 394
|
puml
|
@startuml
'For more examples visit https://plantuml.com/object-diagram
object User1
object User2 {
name="Dummy 2"
id = 4711
}
diamond dia
User1 --> dia
User2 --> dia
dia --> Lifeform
User1 : name = "Dummy 1"
User1 : id = 123
object London
object Berlin
map CapitalCity {
UK *-> London
USA => Washington
Germany *-> Berlin
}
User1 -> London
User2 --> Berlin
@enduml
| false
| true
| false
| false
|
class
|
4d51942a9fdbc052aeaf69b9f85e7f1bff046112
|
ea257b53441c77c33c00152a506a95dadbd8fe73
|
/apps/zclient/docs/test1.plantuml
|
656b1e878f40c73423f47ecc045bd57959a16487
|
[
"MIT"
] |
permissive
|
therious/zmono
|
414b743132f0ff4d70a686709d84d746382bea82
|
0786808f5e8c4bb2bf3aedffe471891bafec3712
|
refs/heads/master
| 2023-06-17T05:45:44.312207
| 2021-07-12T07:03:16
| 2021-07-12T07:03:16
| 380,795,597
| 0
| 0
| null | 2021-07-06T18:36:51
| 2021-06-27T17:06:06
|
JavaScript
|
UTF-8
|
PlantUML
| false
| false
| 482
|
plantuml
|
@startuml
skinparam State {
AttributeFontSize 9
BackgroundColor #CFF
EndColor Red
ArrowColor Blue
BorderColor Black
}
skinparam Note {
AttributeFontSize 9
BackgroundColor white
BorderColor Black
}
state sec2 {
note as Context
**Context:**
--
ambientLight: //0.1//
end note
[*]-->Night
Day-->Night : [dimlight]
Night-->Day : [daylight]
On-->Day : [daylight]
Night-->On : motion
On-->On : motion
On-[#blue,dotted]->Night : 5 secs
}
@enduml
| false
| true
| false
| false
|
sequence
|
ec3d6f7f7399b2bbe8245bfa109bab0bdca67e91
|
62453b0de88be48fb9d898af2702339d6c3a0e6a
|
/src/main/java/ex42/ex42_UML.puml
|
242461267724197eaeab28ee24b0182b0ecbaf44
|
[] |
no_license
|
korinneramcharitar/Ramcharitar-Cop3330-assignment3
|
e66412f9f0c8fe14c0b056a5a41e008c4e2dbb6d
|
b6d442e6d899d925d2b2cdaddf42fb3f0fbadb58
|
refs/heads/master
| 2023-05-09T17:55:14.733410
| 2021-06-20T22:40:23
| 2021-06-20T22:40:23
| 378,004,848
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 115
|
puml
|
@startuml
class FileRead{
read in data
converts data
store data
}
class Sort{
categorize data
print data
}
@enduml
| false
| true
| false
| false
|
class
|
c3dc02dd877b60d9ba65d6fb1b618a096c18450b
|
476d85473f3de4e388f4d78b54586b3a5aa56790
|
/class/static.pu
|
652d03fff5b61325abc096dcf7472128612b5020
|
[] |
no_license
|
hackrole/plantuml-example
|
e69c2157952f8c57889d55a8a0156953a15cf279
|
e7f584543970b9bbe0dd9ae3c292af3ca5f116e8
|
refs/heads/master
| 2021-01-10T11:06:04.570405
| 2016-02-01T07:32:57
| 2016-02-01T07:32:57
| 50,822,326
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 87
|
pu
|
@startuml
class Dummy {
{static} String id
{abstract} void methods()
}
@enduml
| false
| true
| false
| false
|
class
|
52c538d1478a1e005a944df06fad9a8cacae827c
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/OrderSetReturnShipmentStateAction.puml
|
29874053ae21673ec576045e0629f78592fab8c9
|
[] |
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
| 553
|
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 OrderSetReturnShipmentStateAction [[OrderSetReturnShipmentStateAction.svg]] extends OrderUpdateAction {
action: String
returnItemId: String
returnItemKey: String
shipmentState: [[ReturnShipmentState.svg ReturnShipmentState]]
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
| false
| true
| false
| false
|
class
|
ca6c1724c2c33fa1501ddb91ef063409edfba808
|
70779029a8fbd05f6a0ea5c36e12e8fc6744fe77
|
/app-states-and-events.puml
|
9a9ff8aae78e7d0381134b6d6c63ba341e6bf028
|
[] |
no_license
|
se-edge/framework-diagrams
|
1e526beadb7e2ca73e6762e8761db833bb446826
|
f6791b0a2c7b692c66fc076ab5b3c2dca90345f0
|
refs/heads/develop
| 2021-07-08T02:18:08.117942
| 2021-02-11T13:53:18
| 2021-02-11T13:53:32
| 234,077,942
| 0
| 0
| null | 2021-04-02T14:31:22
| 2020-01-15T12:40:10
|
Shell
|
UTF-8
|
PlantUML
| false
| false
| 3,828
|
puml
|
@startuml
legend top left
On transitions : trigger [guard] /action
🗲 is a system telemetry
↻ means we stay in this state
endlegend
' Tested
[*] -down-> Stopped: twin update [new app] /🗲install in progress & compose create
' Tested
[*] --> [*] : twin update [new app && install failed (download failed / bad twin / bad compose / ...)] /🗲install failed && clean artefacts
' Tested
Stopped : Set twin status to stopped
Stopped : ↻ While prob container state is dead, exited, created
' Tested (update testcase with check transient state starting)
Stopped --> Starting : twin update [desired state == running] /🗲start in progress & compose start
' Tested (update testcase with check transient state starting)
Stopped --> Starting : install in progress [desired state == running] /🗲start in progress & compose start
' Not tested
Stopped --> Restarting : app exited || crashed [restart mode == always] /docker auto restart
' Tested
Stopped --> Stopped : twin update [desired state == running && compose start failed] /🗲start failed
' Tested (update testcase with check transient state removing)
Stopped --> Removing : twin update [app removed] /🗲uninstall in progress && compose down
' Not tested
Starting : ↻ While probe container health is starting && container state is running
Starting : Set twin status to starting
' Tested (update testcase with check transient state starting)
Starting --> Running : [probe container health == healthy]
' Tested (update testcase with check transient state starting)
Starting --> Unhealthy : health check [desired state == running && probe container health == unhealthy]
' Not tested
Starting --> Stopped : twin update [desired state == stopped] /🗲stop in progress & compose stop
' Tested
Running : Set twin status to running
Running : ↻ While probe container health is healthty && container state is running
' Tested
Running --> Stopped : twin update [desired state == stopped] /🗲stop in progress & compose stop
' Not tested
Running --> Stopped : probe container crashed
' Not tested
Running --> Stopped : app exit normaly
' Not tested
Running --> Unhealthy : health check [probe container health == unhealthy]
' Tested (update testcase with check transient state removing)
Running --> Removing : twin update [app removed] /🗲uninstall in progress & compose down
' Tested
Unhealthy : Set twin status to unhealthy
Unhealthy : ↻ While probe container health is unhealthy && container state is running
' Not tested
Unhealthy --> Stopped : twin update [desired state == stopped] /🗲stop in progress & compose stop
' Not tested
Unhealthy --> Stopped : probe container crashed
' Not tested
Unhealthy --> Stopped : app exit normaly
' Not tested
Unhealthy --> Running : health check [probe container health == healthy]
' Not tested
Unhealthy --> Removing : twin update [app removed] /🗲uninstall in progress & compose down
' Not tested
Restarting : Set twin status to restarting
Restarting : ↻ While probe container state is restarting
' Not tested
Restarting --> Stopped : [state is stopped, dead, exited, created]
' Not tested
Restarting --> Unhealthy : [probe container health == unhealthy && state == running]
' Not tested
Restarting --> Running : [probe container health == healthy && state == running]
' Tested (update testcase with check transient state removing)
Removing --> [*] : [] /remove app from reported twins
@enduml
| false
| true
| true
| false
|
sequence
|
949c2734f66bed5439ad5985039e06f6225239e0
|
dc1ce0dda5d7b14289011eb99ff9adaffa6f3081
|
/src/docs/diagrams/05-01_whiteboxOverallSystem.puml
|
376a32bf8f8cfe879b0a4b9ebe35173a58c6b57f
|
[
"MIT"
] |
permissive
|
lamasumas/viade_en1b
|
0d73151b9339d905f770f38c2bfd7e642dfc37bf
|
ce7d7b5fc0e8a1cbb9397bb186a619c9f231d99d
|
refs/heads/master
| 2022-06-10T10:25:10.208525
| 2020-05-05T11:19:20
| 2020-05-05T11:19:20
| 261,439,261
| 0
| 0
|
MIT
| 2020-05-05T11:12:48
| 2020-05-05T11:12:47
| null |
UTF-8
|
PlantUML
| false
| false
| 460
|
puml
|
@startuml
rectangle ViaDe {
[GUI Components] as react
[Parser] as parser
[Middlewares] as middlewares
[Redux] as store
[Solid] as solid
[Utils]
}
database "User's POD" as pod
() "Maps API" as imaps
:User: --> react
react <-- store
react --> store
react --> middlewares
parser <- react
parser -> react
middlewares -> store
store -> solid
store <- solid
solid -> pod
solid <- pod
react -> imaps
imaps -> react
@enduml
| false
| true
| false
| false
|
sequence
|
0af5aad56fbbfa95db715ddb8cb03628f283dfc2
|
35cb5a678f461414326be39f405ed729976806af
|
/src/site/plantuml/class-diagram.puml
|
6c1e9dda2940e8946f29d32220c17da357d2064b
|
[] |
no_license
|
gastonx99/gameon
|
6c6fe6f22660fb6e0ae58621bd10a8f899da39b7
|
68f99ef9d702b864fcf98d50ce88699e43c7334c
|
refs/heads/master
| 2023-06-14T07:25:56.818596
| 2023-06-05T20:45:28
| 2023-06-05T20:45:28
| 230,757,256
| 0
| 0
| null | 2023-06-05T20:45:29
| 2019-12-29T13:54:49
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 133
|
puml
|
@startuml
skinparam componentStyle uml2
legend top
Class diagram
end legend
class Controller
class Parser
class Batch
@enduml
| false
| true
| false
| false
|
class
|
534d08c745cfd55813b2c7e60add05e392994862
|
b615d963ae1cfa22289775c561dd073b55a71ebd
|
/docs/uml-class-diagrams/display01/test/DisplayGpsReceiverStub/DisplayGpsReceiverStub.puml
|
65d7c319177265e74e8254eea87d1c4a5b3dcf86
|
[] |
no_license
|
elilley15/csi-3370-software-project
|
8062dddf435ab0c7941acdf03225f84c18457947
|
d2642cf649dabeafd6d9753c483b9df265d85118
|
refs/heads/main
| 2023-01-18T15:48:03.237629
| 2020-11-28T21:24:10
| 2020-11-28T21:24:10
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 326
|
puml
|
@startuml DisplayGpsReceiverStub
package edu.oakland.test.display01 {
class DisplayGpsReceiverStub {
__
.. Use Case 1 ..
+ String measureGpsSignalStrength(Satellite satelliteSignal)
.. Use Case 2 ..
+ SatelliteSignalCheckRequest measureSignal(String satelliteName)
}
}
@enduml
| false
| true
| false
| false
|
class
|
09c6e402d1df002a451808a30db9cd87773a8981
|
d702b31e656edcb9944228c0309f153bdff29eec
|
/doc/plantuml/HCARDA/command/ManageChannelCommand.plantuml
|
774f7a9b8f247e7b3813db6f9e805573ad853c94
|
[
"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,853
|
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 ManageChannelCommand {
{static} - CLA : int
{static} - INS : int
{static} - MODE_INTENDED_ACTION_OPEN_CHANNEL_P1 : int
{static} - MODE_INTENDED_ACTION_OPEN_CHANNEL_P2 : int
{static} - MODE_INTENDED_RESET_ON_APPLICATION_LEVEL_P1 : int
{static} - MODE_INTENDED_RESET_ON_APPLICATION_LEVEL_P2 : int
{static} - MODE_INTENDED_ACTION_CLOSE_CHANNEL_P1 : int
{static} - MODE_INTENDED_RESET_CLOSE_CHANNEL_P1 : int
{static} - MODE_AFFECTED_CHANNEL_IN_CLA_BYTE : int
{static} - EXPECTED_LENGTH_01 : int
{static} - technicalResponseApdus : Map<Integer, ResponseStatus>
+ getTechnicalResponseApdus()
+ ManageChannelCommand()
+ ManageChannelCommand()
}
}
}
AbstractHealthCardCommand -up-|> IHealthCardCommand
ManageChannelCommand -up-|> AbstractHealthCardCommand
@enduml
| false
| true
| false
| false
|
class
|
08e6c32fef1b628826fe541af1fbe7a4a170a0f4
|
f336a8388bf286c3e8b2529253d35576723377a7
|
/state1.puml
|
4d881b17eb3fc75adaca38f4e41dc540f76b04f3
|
[] |
no_license
|
OOAD-031/Final
|
3fd64adfde9ed133a72472055529bdd32dcf0fa9
|
27828ca063d4400e03811acd41488eda1ac712e5
|
refs/heads/master
| 2022-09-16T15:17:04.326191
| 2020-05-26T07:51:17
| 2020-05-26T07:51:17
| 266,977,907
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 456
|
puml
|
@startuml Report
skinparam state {
StartColor LightCoral
EndColor LightCoral
BackgroundColor #fef4e1
BackgroundColor<<Warning>> LightPink
BorderColor #ffe4e3
FontName Impact
}
[*]->Ready
Ready:Waiting for instruction/selecting function
Ready-down->Process: getInstruction
Process:ProcessinSystem
Process-->getState: processed
getState:RequestReport/gettingState
getState->Show:getState
Show:ShowHistoryReport
Show->[*]
@enduml
| false
| true
| false
| false
|
sequence
|
43a918336a81608023b42210f4a203c14a8109b6
|
1da59c980e0f5689a7c711988d562a355fa64820
|
/composite-pattern/uml/CompositePatternSample.puml
|
27a2401380e0331b94e9d4f44d9ffeb4d2cf036d
|
[] |
no_license
|
ye-geeee/headfirst-designpattern-practice
|
b8b39aa93c6d5c0dd21b619614f894ef7409bffa
|
b060bdc8412aaefff14b21ae27ada92651701748
|
refs/heads/master
| 2023-06-09T07:00:16.962806
| 2021-07-06T20:31:40
| 2021-07-06T20:31:40
| 371,192,159
| 2
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 580
|
puml
|
@startuml
'https://plantuml.com/class-diagram
class Waitress
class MenuComponent {
getName()
getDescription()
getPrice()
isVegetarian()
print()
add(Component)
remove(Component)
getChild(int)
}
class MenuItem {
getName()
getDescription()
getPrice()
isVegetarian()
print()
}
class Menu {
menuComponents
getName()
getDescription()
print()
add(Component)
remove(Component)
getChild(int)
}
Waitress -> MenuComponent
MenuComponent <|-- MenuItem
MenuComponent <|-- Menu
MenuComponent <-- Menu
@enduml
| false
| true
| false
| false
|
class
|
680c78a75e9a150769f240dd86c76c233f7363f8
|
6400335b96d56ac2c651c30af1d0ebed2ed34b7c
|
/03-Hotel/exercice#1/cu01-dss-noter-une-reservation.plantuml
|
1517761528b1f67611e55043c1828638849b00a1
|
[] |
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
| 366
|
plantuml
|
@startuml
skinparam Style strictuml
actor Commis
title Noter une réservation
Commis -> Systeme: creerNouvelleReservation()
Systeme --> Commis : Demande [dateArrivé, dateDépart], retourner list<nomCategory>
Commis -> Systeme: ConfirmerReservation(nomClient: String, dateDpart:string, dateArrive:string, nomCategorie: string)
Systeme --> Commis: noChambre?
@enduml
| false
| true
| true
| false
|
usecase
|
6d9b58b0d72740ba2393bfe7680ac1172ae663e9
|
cdd7a7cfbc77af55f5beeed7d99d8b67ae5225cf
|
/diagram.puml
|
74ba6fdbd5050faaa7d95a661b857349d5229c7b
|
[] |
no_license
|
Sergeii971/4semkursach
|
26f00a740c8980e7f6528d2fd5e1359269a8a5bb
|
cc2594f68a817d0a2d5c1bd5e21d5bb302526064
|
refs/heads/master
| 2022-09-03T05:45:27.820094
| 2020-05-30T19:13:16
| 2020-05-30T19:13:16
| 268,143,993
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 279
|
puml
|
@startuml
class Account
class Admin
class User
class Application
class Answer
class Car
class Aes256
class Server
class Files
class MethodExpertEvaluation
Admin *--Account
User *-- Account
Car -o User
User -o Application
Server *--Files
Files*-- Aes256
Account -o Answer
@enduml
| false
| true
| false
| false
|
class
|
9098f51bff6d76041079a51b630d2a3f8e76e259
|
f3443452332df248865d8c59e128df6fb465c09b
|
/src/main/java/design/CreateCodeBlock.puml
|
4f6480058d9001315a326fb351d52e04a0f92681
|
[] |
no_license
|
yilmazerd/simplerest01
|
a176030b1d6e3d21fd7cf66662199b20f2f56b74
|
a6db08dd27e2d105e96ff6b2bc4261b615be170e
|
refs/heads/main
| 2023-08-13T11:52:11.915391
| 2021-10-06T03:16:09
| 2021-10-06T03:16:09
| 312,758,586
| 0
| 0
| null | 2021-10-06T02:50:33
| 2020-11-14T06:17:18
|
HTML
|
UTF-8
|
PlantUML
| false
| false
| 767
|
puml
|
@startuml
actor user
participant "cbc: CBController" as cbc
participant "cbs: CBService" as cbs
participant "cbr: CBRepository" as cbr
participant "cbv: CBValidator" as cbv
user -> cbc: CBRequest (POST)
title Caching a codeBlock (Formation Subsystem)
header
Explains how a codeblock is cached
endheader
cbc->cbs: create(CBRequest)
cbs->cbv: validate(CBRequest)
cbs<-cbv: validate(CBRequest)
cbs->cbs:
note over cbs
Incase of an error, return to controller.
end note
cbs->cbs: Build CBRequest
cbs->cbr: create(CBRequest)
cbr->cbs: void
cbs->cbs: CBResponseBuilder.build(CodeBlock)
cbc<-cbs: CBResponse
user<-cbc: CBResponse
@enduml
| false
| true
| false
| false
|
usecase
|
f132f7a1d58edcc09ad3d8b52c5e15ef5e50ed27
|
89349a875715d958bd3aa6d3cbfa02faef4f7801
|
/diagrams/UseCase.puml
|
b68c99b01a0ed8055da3f0e8ee190c1669f6adbc
|
[] |
no_license
|
ChristianHiroz/GymTonik
|
83d37b9c354df7f1fe4f13e7ae23fa36816e6707
|
35f991a81a74aec199868155163d2dca88721791
|
refs/heads/master
| 2021-06-05T02:55:17.221175
| 2018-12-18T09:07:29
| 2018-12-18T09:07:29
| 29,235,334
| 0
| 0
| null | 2018-12-18T09:07:30
| 2015-01-14T08:48:01
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,216
|
puml
|
@startuml
skinparam usecase{
BackgroundColor DeepSkyBlue
BorderColor DeepSkyBlue
BackgroundColor<< Main >> blue
BorderColor<< Main >> blue
ArrowColor DeepSkyBlue
ActorBorderColor GreenYellow
ActorFontName GreenYellow
ActorBackgroundColor<< Human >> GreenYellow
}
actor Utilisateur_anonyme
actor Utilisateur_en_attente_de_confirmation
actor Utilisateur_confirmé
Utilisateur_confirmé --> (Se connecter)
rectangle Entraînement {
(Se connecter) --> (Créer une séance)
(Créer une séance) --> (Ajouter un exercice à la séance)
(Créer une séance) --> (Enlever un exercice à la séance)
(Créer une séance) --> (Consulter les exercices de la séance)
}
rectangle Performance {
(Se connecter) --> (Consulter ses performances)
(Consulter ses performances) --> (Comparer ses performances)
(Consulter ses performances) --> (Comparer ses performances avec les autres utilisateurs)
}
rectangle Informations_complémentaires {
(Se connecter) --> (Renseigner son poids)
(Se connecter) --> (Renseigner son nombre d'heure de sommeil)
}
rectangle Inscription {
Utilisateur_anonyme --> (S'inscrire)
Utilisateur_en_attente_de_confirmation --> (Confirmer son inscription)
}
@enduml
| false
| true
| true
| false
|
usecase
|
564cc63f6053afebebc578d25b97debaf46074c3
|
30d653dd502e3b320c5a80419f0c23ec1df5d1bb
|
/Docs/Sequence_Diagram.puml
|
40e45a4469ddac9baf17903fca6f03b0cc14145f
|
[] |
no_license
|
UARTman/BotsFight
|
280bcd91c4156ebd6db33256979a450f41659630
|
c047dd9645b4c9da61efb4117c1e8a2a83a06629
|
refs/heads/main
| 2023-08-11T08:25:08.611250
| 2021-09-19T10:28:47
| 2021-09-19T10:28:47
| 408,092,881
| 0
| 0
| null | 2021-09-19T10:10:23
| 2021-09-19T10:10:22
| null |
UTF-8
|
PlantUML
| false
| false
| 1,632
|
puml
|
@startuml Tournament sequence diagram
actor User
participant Framework
entity Bot
entity Game
group Tournament
group Tournament Initialization
rnote over User : Select the game
rnote over User : Register all the bots
User -> Framework : Tournament start request (with parameters)
end
group Game [Until everyone played with everyone]
group Game Initialization
User -> Framework : Game start request
Framework -> Game : Game initialization request
rnote over Game : Game initialization
Game -> Framework : Response with game state
Framework -> User : Display game state
end
group Game Turn [Until the game's end]
Framework -> Game : Request for game board state
Game -> Framework : Response with the board state
Framework -> Bot : Request for turn
rnote over Bot : Calculate turn
Bot -> Framework : Response with bot's turn
Framework -> Game : Message with bot's turn
rnote over Game : Calculate how the game state\n changes with this turn
Game -> Framework : Response with updated state
Framework -> User : Display updated game state
end
group After-game report
rnote over Framework : Calculate the winner
Framework -> User : Display the game result
end
end
group After-tournament report
rnote over Framework : Calculate the winners \n of the tournament
Framework -> User : Display the tournament results
end
end
@enduml
| false
| true
| false
| false
|
usecase
|
fca42bb39d0c3f9dc914ba5341381a0170fdc7e2
|
63114b37530419cbb3ff0a69fd12d62f75ba7a74
|
/plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Runtime/Utils/HableCurve.puml
|
45793707063f331083821e6e4ba3d06026c946df
|
[] |
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,170
|
puml
|
@startuml
class HableCurve {
+ whitePoint : float <<get>>
+ inverseWhitePoint : float <<get>>
+ HableCurve()
+ Eval(x:float) : float
+ Init(toeStrength:float, toeLength:float, shoulderStrength:float, shoulderLength:float, shoulderAngle:float, gamma:float) : void
InitSegments(srcParams:DirectParams) : void
SolveAB(lnA:float, B:float, x0:float, y0:float, m:float) : void
AsSlopeIntercept(m:float, b:float, x0:float, x1:float, y0:float, y1:float) : void
EvalDerivativeLinearGamma(m:float, b:float, g:float, x:float) : float
}
class Segment {
+ offsetX : float
+ offsetY : float
+ scaleX : float
+ scaleY : float
+ lnA : float
+ B : float
+ Eval(x:float) : float
}
class DirectParams <<struct>> {
}
class Uniforms {
}
HableCurve --> "uniforms" Uniforms
HableCurve +-- Segment
HableCurve +-- DirectParams
HableCurve +-- Uniforms
Uniforms --> "parent" HableCurve
Uniforms --> "curve" Vector4
Uniforms --> "toeSegmentA" Vector4
Uniforms --> "toeSegmentB" Vector4
Uniforms --> "midSegmentA" Vector4
Uniforms --> "midSegmentB" Vector4
Uniforms --> "shoSegmentA" Vector4
Uniforms --> "shoSegmentB" Vector4
@enduml
| false
| true
| false
| false
|
class
|
90919744f5ff6ab353603185677c78a6ef56aa87
|
d3041cf51b2dd9a46b8c309151fd18e4fa8633eb
|
/docs/puml/SaveFeatureStep2.puml
|
53f017841accd10271b0f4fc12408de6151ba4c2
|
[] |
no_license
|
AY2021S2-CS2113T-T09-2/tp
|
06e70bc7d7d14db76f258d914f82a0ac845e0f49
|
db579dae196f350b79272d99ffe91dbcbc7cafa4
|
refs/heads/master
| 2023-03-28T21:39:51.497537
| 2021-04-16T15:18:52
| 2021-04-16T15:18:52
| 344,310,358
| 0
| 5
| null | 2021-04-16T15:18:53
| 2021-03-04T01:12:28
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 4,478
|
puml
|
@startuml
'https://plantuml.com/sequence-diagram
hide footbox
participant NusMaze
participant ":AliasStorage"
participant ":DailyRouteStorage"
participant ":FavouriteStorage"
participant ":HistoryStorage"
participant ":NotesStorage"
participant ":DataEncoder"
participant ":DataDecoder"
participant ":BlockAlias"
participant ":DailyRoute"
participant ":Favourite"
participant ":History"
participant ":NusMap"
participant ":Block"
participant ":Files"
group sd saveData
loop till bye command
NusMaze --> NusMaze: saveCurrentData()
activate NusMaze #DarkSalmon
NusMaze --> ":AliasStorage": saveData()
activate ":AliasStorage"
":AliasStorage" ---> ":DataEncoder": encodeAlias(blockAlias)
activate ":DataEncoder"
group loop[through all entries in HashMap]
":DataEncoder" ---> ":BlockAlias": getAliasHashMap().entrySet()
activate ":BlockAlias"
end
":BlockAlias" ---> ":DataEncoder": data [ ]
deactivate ":BlockAlias"
":DataEncoder" ---> ":AliasStorage": encodedData
deactivate ":DataEncoder"
":AliasStorage" ---> ":Files": write(filepath, encodedData);
activate ":Files"
deactivate ":Files"
":AliasStorage" --> NusMaze
deactivate ":AliasStorage"
NusMaze --> ":DailyRouteStorage": saveData()
activate ":DailyRouteStorage"
":DailyRouteStorage" ---> ":DataEncoder": encodeDailyRoute(dailyRoute)
activate ":DataEncoder"
group loop[through all entries in HashMap]
":DataEncoder" ---> ":DailyRoute": getFavouriteSize()
activate ":DailyRoute"
deactivate ":DailyRoute"
":DataEncoder" ---> ":DailyRoute": getSpecificEntry(i)
activate ":DailyRoute"
deactivate ":DailyRoute"
end
":DataEncoder" ---> ":DailyRouteStorage": encodedData
deactivate ":DataEncoder"
":DailyRouteStorage" ---> ":Files": write(filepath, encodedData);
activate ":Files"
deactivate ":Files"
":DailyRouteStorage" --> NusMaze
deactivate ":DailyRouteStorage"
NusMaze --> ":FavouriteStorage": saveData()
activate ":FavouriteStorage"
":FavouriteStorage" ---> ":DataEncoder": encodeFavourite(favourite)
activate ":DataEncoder"
group loop[for all of objects' array]
":DataEncoder" ---> ":Favourite": getSelectableDays()
activate ":Favourite"
deactivate ":Favourite"
deactivate ":Favourite"
":DataEncoder" ---> ":Favourite": getDailyRoute(day)
activate ":Favourite"
deactivate ":Favourite"
end
":DataEncoder" ---> ":FavouriteStorage": encodedData
deactivate ":DataEncoder"
":FavouriteStorage" ---> ":Files": write(filepath, encodedData);
activate ":Files"
deactivate ":Files"
":FavouriteStorage" --> NusMaze
deactivate ":FavouriteStorage"
NusMaze --> ":HistoryStorage": saveData()
activate ":HistoryStorage"
":HistoryStorage" ---> ":DataEncoder": encodeHistory(history)
activate ":DataEncoder"
group loop[for all of objects' array]
":DataEncoder" ---> ":History": getHistorySize()
activate ":History"
deactivate ":History"
deactivate ":History"
":DataEncoder" ---> ":History": getSpecificEntry(i)
activate ":History"
deactivate ":History"
end
":DataEncoder" ---> ":HistoryStorage": encodedData
deactivate ":DataEncoder"
":HistoryStorage" ---> ":Files": write(filepath, encodedData);
activate ":Files"
deactivate ":Files"
":HistoryStorage" --> NusMaze
deactivate ":HistoryStorage"
NusMaze --> ":NotesStorage": saveData()
activate ":NotesStorage"
":NotesStorage" ---> ":DataEncoder": encodeNotes(nusMap)
activate ":DataEncoder"
group loop[for all of objects' array]
":DataEncoder" ---> ":NusMap": getValues()
activate ":NusMap"
deactivate ":NusMap"
":DataEncoder" ---> ":Block": getNotes().size()
activate ":Block"
deactivate ":Block"
":DataEncoder" ---> ":Block": getName()
activate ":Block"
deactivate ":Block"
":DataEncoder" ---> ":Block": getNotes().get(i)
activate ":Block"
deactivate ":Block"
end
":DataEncoder" ---> ":NotesStorage": encodedData
deactivate ":DataEncoder"
":NotesStorage" ---> ":Files": write(filepath, encodedData);
activate ":Files"
deactivate ":Files"
":NotesStorage" --> NusMaze
deactivate ":NotesStorage"
end
deactivate NusMaze #DarkSalmon
end
@enduml
| false
| true
| false
| false
|
sequence
|
de4478260de5c9853a4dfd9ee027264fccc45791
|
36ef959e6babe94065e89b0af398bacd2c7d9bb6
|
/docs/ccc.plantuml
|
8011f7be9d8146368114c5cea96db23d8f32c9a5
|
[
"MIT"
] |
permissive
|
mleist/gttg
|
47ccac6c89860b88de7d753f3848913149d07490
|
32b3c59f6b332c354090181b7498a8eb6b6ca732
|
refs/heads/master
| 2021-01-20T15:36:23.488145
| 2016-08-02T12:38:06
| 2016-08-02T12:38:06
| 61,207,393
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 290
|
plantuml
|
@startuml
class gttg {
+start_time
+topic_list
+audience_set
}
class topic {
+title
+para_list
}
class audience {
+title
+para_list
}
class para {
+text
}
gttg "1" *-- "1..*" topic
gttg "1" *-- "1..*" audience
topic "1" *-- "0..*" para
audience "1" *-- "0..*" para
@enduml
| false
| true
| false
| false
|
class
|
aabb5624a71fc2e58f87ae20eaba1525ad3512a9
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/AttributeGroupDraft.puml
|
9bd32cb8b3834f2678a578991cef4f5ae9297183
|
[] |
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
| 477
|
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 AttributeGroupDraft [[AttributeGroupDraft.svg]] {
name: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
attributes: [[AttributeReference.svg List<AttributeReference>]]
key: String
}
@enduml
| false
| true
| false
| false
|
class
|
e56ace773c98f519d3183aa063eea4676b0a516d
|
0b10fb7e76d10a0b1fce44b1163900b6483f470e
|
/ateliers/09-design-bdd-01-diagramme/synthesizrs-entity-relation-diagram.puml
|
0fe6cca0a7bbbeaec530ecf031be9ef6fd7dbab8
|
[
"Apache-2.0"
] |
permissive
|
ahmed00E/renault-digital-2020
|
08680193e7e565bb0267f3ad6c6d165b43051c3f
|
1a686bab93868be40745a75239a2b9848a60851d
|
refs/heads/master
| 2023-08-24T16:55:47.227953
| 2020-09-10T14:09:14
| 2020-09-10T14:09:14
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 831
|
puml
|
@startuml
title
Synthesizrs - Entity Relation diagram
end title
hide circle
skinparam linetype ortho
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
skinparam note {
BackgroundColor LightYellow
ArrowColor Black
BorderColor Black
}
entity "user" as user {
*username : varchar
--
*password : varchar
}
entity "brand" as brand {
*id : integer <<generated>>
--
*name : varchar
}
entity "synthesizer" as synthesizer {
*id : integer <<generated>>
--
*name : varchar
*brand_id : integer <<foreign key>>
}
entity "user_favorites" as user_favorites {
*user_username : varchar <<foreign key>>
*synthesizer_id : integer <<foreign key>>
}
synthesizer --> brand
user_favorites -left-> user
user_favorites -right-> synthesizer
@enduml
| false
| true
| false
| false
|
sequence
|
c3f54b33301a7b4012456b25322239743fcc5f6e
|
deab0a882e2ec3381d775d58ffcf05811e23cdeb
|
/docs/dev/01_OverallDesign/app_class.puml
|
b6062d3c36fe96a65660b094329c69f0ecedd855
|
[
"Apache-2.0"
] |
permissive
|
jacobdr/SMV
|
2967db8526b53066b4223a0d7c22d0c398d76811
|
45e4dece86302ce16928cdd522a0a30227fff851
|
refs/heads/master
| 2020-04-05T16:58:48.622452
| 2018-02-21T20:06:25
| 2018-02-21T20:06:25
| 60,887,528
| 0
| 0
| null | 2016-06-11T02:34:23
| 2016-06-11T02:34:23
| null |
UTF-8
|
PlantUML
| false
| false
| 2,033
|
puml
|
@startuml
hide empty methods
hide empty fields
hide circle
package SMV {
class SmvDataSet <<Abstract>>{
-app: SmvApp
+{abstract} requiresDS() : Seq[SmvDataSet]
+{abstract} computeRDD(): DataFrame
+rdd(): SRDD
+name: String
+version: Int
+description: String
+classCodeCRC: Int
+validations: ValidationSet
+hashOfHash: Int
+isEphemeral: Boolean
+injectApp(app: SmvApp): Unit
}
class SmvFile <<Abstract>> extends SmvDataSet {
+basePath : String
+failAtParsingError: Boolean
+parserValidator: ParserValidation
+run(df: DataFrame): DataFrame
}
class SmvCsvFile extends SmvFile {
+csvAttributes : CsvAttributes
+schemaPath: String
}
class SmvFrlFile extends SmvFile {
+schemaPath: String
}
class SmvModule <<Abstract>> extends SmvDataSet {
+{abstract} run(in: runParams) : DataFrame
}
class SmvCsvStringData extends SmvModule {
+schemaStr: String
+data: String
+cnstr(schemaStr, data)
}
class SmvModuleLink extends SmvModule
class SmvOutput extends SmvModule{
//trait mixed in with SmvModule
}
class SmvApp {
-sc: SparkContext
-sqlContext: SQLContext
-smvConfig: SmvConfig
+resolveRDD(ds: SmvDataSet): DataFrame
+createDF(schemaStr:String, data: String): DataFrame
+run()
}
SmvApp *-R- "*" SmvDataSet
SmvApp *-- "1" SmvStages
SmvStages *-- "*" SmvStage
SmvStage *-- "*" SmvModule
SmvModuleLink *-- "1" SmvOutput
}
package ExampleApp {
package AppPkg1 {
class Module1 extends SmvOutput {
+override version()
+override requiresDS()
+override run(inputs)
}
class File1 extends SmvCsvFile {
+basePath
+csvAttributes
+override run(df)
}
}
package AppPkg2 {
class MLink1 extends SmvModuleLink {
smvModule: SmvOutput
}
class Module2 extends SmvModule {
+override version()
+override requiresDS()
+override run(inputs)
}
}
}
@enduml
| false
| true
| false
| false
|
class
|
e0e47de1aa57ba7652d847d0e202190169fd9204
|
7735273cc0443509869793c9dec8e71a8bc56eeb
|
/diagram/Sekvens.puml
|
f172238c5f61f86b3c4c57aa88cdd186f5579709
|
[] |
no_license
|
Westerdals/pgr203-exam-omamoh18
|
7110e69c536d539a774171ba5a5ab215080fb97a
|
29db7c7cdef52165415f450df7d3fb32e96b4e33
|
refs/heads/master
| 2022-04-06T10:38:39.037336
| 2020-02-25T17:06:54
| 2020-02-25T17:06:54
| 242,359,322
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 620
|
puml
|
@startuml
Browser -> FileController : Get index.html
activate FileController
alt Found index.html
FileController --> Browser : 200 OK
else Failed
FileController --> Browser : 404 Not found
deactivate FileController
end
Browser -> HTTPController : POST /?playerName=Test
activate HTTPController
HTTPController -> playerDao : handle query
deactivate HTTPController
activate playerDao
playerDao -> Database : call insert();
deactivate playerDao
Database -> Database : handle sql transaction
Database --> playerDao
playerDao --> HTTPController
HTTPController --> Browser : 302 Redirect location: index.html
@enduml
| false
| true
| false
| false
|
sequence
|
b988d5f545e4c10b1da8bf7520adfaccb0359a76
|
baf0679b016d6e411e5ff2784fafda61c2106a34
|
/rxrepo-core/uml/query-providers-high-level.puml
|
41c9e74fe2b8f01c0738411d593e1022a0bb2c9b
|
[
"Apache-2.0"
] |
permissive
|
haimshalev/rxrepo
|
50b92e78244f135484a9f4a5a32836cf58f2087e
|
1431910ba9728fda27890c23668109d8606c61b1
|
refs/heads/master
| 2020-09-17T02:37:52.833322
| 2019-11-25T14:55:32
| 2019-11-25T14:55:32
| 223,963,091
| 0
| 0
|
Apache-2.0
| 2019-11-25T14:55:33
| 2019-11-25T14:06:06
| null |
UTF-8
|
PlantUML
| false
| false
| 1,458
|
puml
|
@startuml
rectangle RxRepo {
interface Repository {
+entities(meta: MetaClassWithKey<K, T>): EntitySet<K, T>
+{static}fromProvider(provider: QueryProvider, decorators: UnaryOperator<QueryProvider>...): Repository
}
class DefaultRepository implements Repository {
-entitySetMap: Map<MetaClassWithKey<?, ?>, EntitySet<?, ?>>
}
interface EntitySet<K, S> {
+update()
+observe()
+query()
+find()
+findAll()
+findFirst()
+clear()
+delete()
+deleteAll()
}
class DefaultEntitySet<K, S> implements EntitySet
interface QueryProvider {
+insertOrUpdate(entity: S): Single<S>
+insertOrUpdate(metaClass: MetaClassWithKey<K, S>, key: K, entityUpdater: Function): Maybe<S>
+query(query: QueryInfo<K, S, T>): Observable<T>
+liveQuery(query: QueryInfo<K, S, T>): Observable<Notification<T>>
+aggregate(query: QueryInfo<K, S, T>, aggregator: Aggregator<T, T, R, ?>): Single<R>
+update(update: UpdateInfo<K, S>): Observable<S>
+delete(delete: DeleteInfo<K, S>): Single<Integer>
}
interface QueryPublisher {
+subscribe(queryListener: QueryPublisher.QueryListener)
}
class SqlQueryProvider implements QueryProvider
class CacheQueryProviderDecorator implements QueryProvider
class InterceptingQueryProvider implements QueryProvider, QueryPublisher
}
DefaultRepository "1" o-- "*" DefaultEntitySet: <<contains>>
DefaultEntitySet .> QueryProvider: <<contains>>
@enduml
| false
| true
| false
| false
|
class
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.