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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
db0fe375e0c899b0fb3089267c9be637076b5358 | 1a3163be120dfe03dca6be864e4cb6cf3a9d3838 | /docs/2-BackgroundWork.puml | afe064e440cbaec409d82c82c66bfd5f63433b6d | [] | no_license | luisfga/talkingz-app | 6972beb673b511b9471dddc821e97657022dd279 | 1df3af5c6c0269557950987f7057e98287af80a8 | refs/heads/master | 2023-06-09T10:51:13.380678 | 2020-12-22T23:02:25 | 2020-12-22T23:02:25 | 314,088,446 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 497 | puml | @startuml
participant AndroidOS order 1
participant BroadcastReceiver order 2
participant ConnectionService order 3
participant RemoteWebSocket order 4
note over AndroidOS
BOOT
end note
AndroidOS -> BroadcastReceiver: throw broadcast
BroadcastReceiver -> AndroidOS: startService()
AndroidOS -> ConnectionService: start
ConnectionService -> RemoteWebSocket: create and retain connection
note over ConnectionService
Now there'll be a static
WebSocketClient to be
used system-wide
end note
@enduml | false | true | false | false | sequence |
ea28e87dab31439265f4d60b7d86067397779bf4 | cbae2c225bd245204a40e41a25415c41604e6219 | /rasd/class_diagram/class_diagram.plantuml | 0efc9542c252a356298c0620b560403d66ba0919 | [] | no_license | fcremo/AlfonsoCarsenzuolaCremonese-ingsw2 | c15da77f1c33c9cdd0dd1dbe0c79bfe7bfea3903 | 931288cf6f6e98e177432e5445c6361a0c3443c4 | refs/heads/master | 2021-03-30T17:25:41.027189 | 2017-11-26T20:43:18 | 2017-11-26T20:43:18 | 105,372,279 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,294 | plantuml | @startuml
skinparam classAttributeIconSize 0
Calendar "1"--"*" Event
Calendar "*"--"1" User
Event "*"--"1" User
Event "*"--"2" Position
User "1"--"1" TransportPreferences
User "1"--"*" PublicTransportPass
User "1"--"*" PublicTransportTicket
Event <|-- RecurringEvent
Event <|-- FlexibleEvent
Event <|-- TravelPlannedEvent
TravelPlannedEvent "*"--"*" RoutePlanner
RoutePlanner "*"--"*" PublicTransportPass
RoutePlanner "*"--"*" PublicTransportTicket
RoutePlanner "*"--"*" PublicTransportSegment
RoutePlanner "*"--"*" SharingMobilityServicePosition
RoutePlanner "*"--"1" TransportPreferences
RoutePlanner "*"--"*" Position
SharingMobilityServicePosition <|-- CarSharingPosition
SharingMobilityServicePosition <|-- BikeSharingPosition
PublicTransportSegment <|-- BusSegment
PublicTransportSegment <|-- MetroSegment
PublicTransportSegment <|-- RoadCarSegment
PublicTransportSegment <|-- TrainSegment
class User {
- Email
- Password
- Name
- Surname
}
class TransportPreferences {
- HasOwnCar
- HasDrivingLicence
- CanUseBike
- CanUseTrain
- CanUseMetro
- CanUseBus
- CanUseRoadCar
- MaxWalkingDistance
- MaxPublicTransportHour
}
class Calendar {
- Name
}
class Position {
- Latitude
- Longitude
}
class Event {
- Name
- Date
- StartTime
- EndTime
- Place
- Description
- Participant
- Notification
- Attachment
}
class RecurringEvent {
- Frequency
- Days
- RecurringStart
- RecurringEnd
}
class FlexibleEvent {
- ConstraintTimeStart
- ConstraintTimeEnd
- Duration
}
class TravelPlannedEvent {
- BestRoute
}
class SharingMobilityServicePosition
class CarSharingPosition
class BikeSharingPosition
class PublicTransportSegment {
- StartPosition
- EndPosition
- Time
- Duration
- CO2Emission
}
class BusSegment
class MetroSegment
class RoadCarSegment
class TrainSegment
class PublicTransportTicket {
- ValidForMeans
- ValidForTime
- Cost
}
class PublicTransportPass {
- ValidForMeans
- ValidFromDate
- ValidToDate
- Cost
}
class RoutePlanner {
+ findBestRoutes(startPosition: Position, endPosition: Position): List<Route>
+ findBestRoutes(comingFrom: Event, goingTo: Event): List<Route>
}
@enduml
| false | true | false | false | class |
af1952432c67b9fd494f3993b375d762ffb2408b | 98db91bbebf1f48bc591bdfbfd16f8615e238374 | /specs/ekopache/Standard_Procedures/SetTemperature.puml | 5fbf551c543324ea9011104b10d89aa165f602d5 | [] | no_license | pengtianyue/Solvay_test | c912ef0bcea28150fd0a0b108992e3612c634982 | 35d24a2e13c1d44326e65384fa57db08494bbc59 | refs/heads/master | 2021-01-21T04:50:58.658610 | 2016-04-13T19:36:57 | 2016-04-13T19:36:57 | 49,964,037 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 360 | puml | @startuml
scale 350 width
!definelong SET_TEMP(temp_em,temp_setpoint,temp_command,temp_next)
!define cmd temp_command
!define TEMP_STATE(cmd) cmd##_Control
state TEMP_STATE(cmd){
TEMP_STATE(cmd) : temp_em/SETPOINT = temp_setpoint
TEMP_STATE(cmd) : temp_em:temp_command
}
TEMP_STATE(cmd) --> temp_next
!enddefinelong
@enduml | false | true | false | false | state |
2aba2012251dc6fa81b0cb07e7869eb476dab4ae | edd83fe036eb4b47fff7b8df74edb339f625d7dd | /src/libraries/commons-beanutils/basic-commons-beanutils/uml/converter-commons-beanutils.puml | bea985cbc8ecc28243560d7b915e623dd529f545 | [] | no_license | DucManhPhan/J2EE | 1a7cb661f739bf577a4271f86e3af3baad196c3c | 2e3636d126b5e82971627b49696beb93726d8472 | refs/heads/master | 2023-04-15T00:15:02.218224 | 2023-04-10T16:10:15 | 2023-04-10T16:10:15 | 171,880,152 | 3 | 5 | null | 2022-11-24T05:51:47 | 2019-02-21T13:49:34 | Java | UTF-8 | PlantUML | false | false | 3,772 | puml | @startuml
'left to right direction
interface Converter {
<T> convert(type: Class<T>, value: Object): T
}
package converters {
class AbstractConverter implements Converter {
- useDefault: boolean = false
- defaultValue: Object = null
__
+ {abstract} <T> convertToType(type: Class<T>, value: Object): T
+ {abstract} getDefaultType(): Class<?>
..
+ convertToString(value: Object): String
+ convertArray(value: Object): Object
+ <T> handleError(type: Class<T>, value: Object, cause: Throwable): T
+ <T> handleMissing(type: Class<T>): T
+ setDefaultValue(defaultValue: Object): void
+ getDefault(type: Class<?>): Object
+ <T> convertToDefaultType(targetClass: Class<T>, value: Object): T
+ conversionException(type: Class<?>, value: Object): ConversionException
}
class ArrayConverter extends AbstractConverter {
- defaultType: Class<?>
- elementConverter: Converter
- defaultSize: int
- dilimiter: char = ','
- allowedChars: char[] = ['.', '-']
- onlyFirstToString: boolean = true
__
- parseElements(type: Class<?>, value: String): List<String>
}
class NumberConverter extends AbstractConverter {
- {static} ZERO: int = 0
- {static} ONE: int = 1
- pattern: String
- allowedDecimals: boolean
- useLocaleFormat: boolean
- locale: Locale
__
- <T> toNumber(sourceType: Class<?>, targetType: Class<T>, value: Number): T
- <T> toNumber(sourceType: Class<?>, targetType: Class<T>, value: String): T
- getFormat(): NumberFormat
- parse(sourceType: Class<?>, targetType: Class<?>, value: String, format: NumberFormat): Number
}
class BigIntegerConverter extends NumberConverter {}
class ByteConverter extends NumberConverter {}
class DoubleConverter extends NumberConverter {}
class FloatConverter extends NumberConverter {}
class IntegerConverter extends NumberConverter {}
class LongConverter extends NumberConverter {}
class DateTimeConverter extends AbstractConverter {
- patterns: String[]
- displayPatterns: String
- locale: Locale
- timeZone: TimeZone
- useLocaleFormat: boolean
__
- <T> toDate(type: Class<T>, value: long): T
- <T> toDate(type: Class<T>, value: String): T
- getFormat(pattern: String): DateFormat
- parse(sourceType: Class<?>, targetType: Class<?>, value: String): Calendar
- parse(sourceType: Class<?>, targetType: Class<?>, value: String, format: DateFormat): Calendar
- getZoneId(): ZoneId
~ getFormat(locale: Locale, timeZone: TimeZone): DateFormat
}
class DateConverter extends DateTimeConverter {}
class TimeConverter extends DateTimeConverter {}
class LocalDateConverter extends DateTimeConverter {}
class LocalTimeConverter extends DateTimeConverter {}
class LocalDateTimeConverter extends DateTimeConverter {}
class MonthDayConverter extends AbstractConverter {}
class BooleanConverter extends AbstractConverter {
- trueStrings: String[] = {"true", "yes", "y", "on", "1"}
- falseStrings: String[] = {"false", "no", "n", "off", "0"}
__
- copyStrings(src: String[]): String[]
}
class CharacterConverter extends AbstractConverter {}
class ClassConverter extends AbstractConverter {}
class ConverterFacade implements Converter {
- converter: Converter
}
class DurationConverter extends AbstractConverter {}
class EnumConverter extends AbstractConverter {}
class FileConverter extends AbstractConverter {}
}
@enduml | false | true | false | false | class |
fee348c1cbe45173f7d204551e5ffa398ebc9a69 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderSearchQueryExpression.puml | ea44e8466e745cea21372856f7fd355a0324a9ee | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 2,210 | 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 OrderSearchQueryExpression [[OrderSearchQueryExpression.svg]] extends OrderSearchQuery {
}
interface OrderSearchQuery [[OrderSearchQuery.svg]] {
}
interface OrderSearchDateRangeExpression [[OrderSearchDateRangeExpression.svg]] extends OrderSearchQueryExpression {
range: [[OrderSearchDateRangeValue.svg OrderSearchDateRangeValue]]
}
interface OrderSearchExactExpression [[OrderSearchExactExpression.svg]] extends OrderSearchQueryExpression {
exact: [[OrderSearchAnyValue.svg OrderSearchAnyValue]]
}
interface OrderSearchExistsExpression [[OrderSearchExistsExpression.svg]] extends OrderSearchQueryExpression {
exists: [[OrderSearchQueryExpressionValue.svg OrderSearchQueryExpressionValue]]
}
interface OrderSearchFullTextExpression [[OrderSearchFullTextExpression.svg]] extends OrderSearchQueryExpression {
fullText: [[OrderSearchFullTextValue.svg OrderSearchFullTextValue]]
}
interface OrderSearchLongRangeExpression [[OrderSearchLongRangeExpression.svg]] extends OrderSearchQueryExpression {
range: [[OrderSearchLongRangeValue.svg OrderSearchLongRangeValue]]
}
interface OrderSearchNumberRangeExpression [[OrderSearchNumberRangeExpression.svg]] extends OrderSearchQueryExpression {
range: [[OrderSearchNumberRangeValue.svg OrderSearchNumberRangeValue]]
}
interface OrderSearchPrefixExpression [[OrderSearchPrefixExpression.svg]] extends OrderSearchQueryExpression {
prefix: [[OrderSearchStringValue.svg OrderSearchStringValue]]
}
interface OrderSearchWildCardExpression [[OrderSearchWildCardExpression.svg]] extends OrderSearchQueryExpression {
wildcard: [[OrderSearchStringValue.svg OrderSearchStringValue]]
}
interface OrderSearchFilterExpression [[OrderSearchFilterExpression.svg]] {
filter: [[OrderSearchQueryExpression.svg List<OrderSearchQueryExpression>]]
}
OrderSearchQueryExpression --> OrderSearchFilterExpression #green;text:green : "filter"
OrderSearchQueryExpression --> OrderSearchFilterExpression #green;text:green : "filter"
@enduml
| false | true | false | false | sequence |
cce7107c283fb76a891fccf39d3a74dc2cdb4d08 | 4ee46c4f82ed1aaa4a22cedd34c158e119f0a15f | /payment-response-sequence.puml | 8a227d7c490e98167af62429982af3f644c99df9 | [] | no_license | evgueni-spb/bootcamp | 72ee0254cdd55cfeb6c817f194c3283fae0744c8 | 15793448d3c17576d0dd8aef5490a982ef94115b | refs/heads/master | 2020-08-30T08:53:37.046485 | 2019-11-26T21:12:08 | 2019-11-26T21:12:08 | 218,325,256 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,219 | puml | @startuml
skinparam participant {
BackgroundColor yellow
BorderColor brown
}
actor "Job Scheduler"
participant EISUPaymentResponseJob
participant EISUReceiveCheckPaymentService
participant EISUReceiveEFTPaymentService
participant EISUPaymentResponseRouteBuilder
participant "SFTP component" #lightgray
participant EISUPaymentResponseProcessor
participant EISUCheckPaymentResponseMapperImpl
participant StreamFactory #lightgray
participant BeanReader #lightgray
participant AsyncTaskManager #moccasin
participant EISUPaymentResponseProcessingAdapter
participant EISUPaymentStagingService
participant PaymentLifecycleService #moccasin
participant ClaimsAutomaticCloseFacade #moccasin
participant ProcessManagementService #moccasin
"Job Scheduler" ->o EISUPaymentResponseJob : run
EISUPaymentResponseJob -> EISUPaymentResponseJob ++: doExecute
EISUPaymentResponseJob -> EISUReceiveCheckPaymentService ++ : processFile
EISUReceiveCheckPaymentService -->o EISUPaymentResponseRouteBuilder:configure
EISUReceiveCheckPaymentService -->o "SFTP component":receive
note over "SFTP component" #aqua : retry N times on fail with timeout M
EISUReceiveCheckPaymentService --> EISUPaymentResponseProcessor ++ :process
EISUPaymentResponseProcessor -> EISUPaymentResponseMapperImpl ++ :map
note over EISUPaymentResponseMapperImpl #aqua :payment response CHECK mapping xml file
EISUPaymentResponseMapperImpl ->o StreamFactory :createReader
EISUPaymentResponseMapperImpl --> BeanReader ++ :read
return
return
loop "all check payments"
EISUPaymentResponseProcessor --> EISUPaymentStagingService ++:updateStagingRecord
return
EISUPaymentResponseProcessor -->o AsyncTaskManager:addTaskToQueue
AsyncTaskManager --> EISUPaymentResponseProcessingAdapter ++:handleTask
opt should update status
EISUPaymentResponseProcessingAdapter --> PaymentLifecycleService ++:executeAction
return
end
opt "should close claim"
EISUPaymentResponseProcessingAdapter --> ClaimsAutomaticCloseFacade ++:closeClaimAutomatically
return
end
opt "should create a followup task"
EISUPaymentResponseProcessingAdapter --> ProcessManagementService ++:create
note over ProcessManagementService #aqua: followup upon automatically cleared payment
return
end
return
end
return
return
EISUPaymentResponseJob -> EISUReceiveEFTPaymentService ++ : processFile
EISUReceiveEFTPaymentService -->o EISUPaymentResponseRouteBuilder:configure
EISUReceiveEFTPaymentService -->o "SFTP component":receive
note over "SFTP component" #aqua : retry N times on fail with timeout M
EISUReceiveEFTPaymentService --> EISUPaymentResponseProcessor ++ :process
EISUPaymentResponseProcessor -> EISUPaymentResponseMapperImpl ++ :map
note over EISUPaymentResponseMapperImpl #aqua :payment response CHECK mapping xml file
EISUPaymentResponseMapperImpl ->o StreamFactory :createReader
EISUPaymentResponseMapperImpl --> BeanReader ++ :read
return
return
loop "all EFT payments"
EISUPaymentResponseProcessor --> EISUPaymentStagingService ++:updateStagingRecord
return
EISUPaymentResponseProcessor -->o AsyncTaskManager:addTaskToQueue
AsyncTaskManager --> EISUPaymentResponseProcessingAdapter ++:handleTask
opt should update status
EISUPaymentResponseProcessingAdapter --> PaymentLifecycleService ++:executeAction
return
end
opt "should close claim"
EISUPaymentResponseProcessingAdapter --> ClaimsAutomaticCloseFacade ++:closeClaimAutomatically
return
end
opt "should create a followup task"
EISUPaymentResponseProcessingAdapter --> ProcessManagementService ++:create
note over ProcessManagementService #aqua: followup upon automatically cleared payment
return
end
return
end
return
return
@enduml | false | true | false | false | sequence |
d74121f5d38c074f1a73a6fded9883ed6d6226ba | a75816f80bbe9b7c8142122a244d2948fefc515a | /doc/Liquido Architecture Overview.plantuml | 757c143c6ab0d5ff8e0ca580b2e835c20bee817f | [] | no_license | Doogiemuc/liquido-backend-spring | 0c21f0a6dbbe2a464b5eac43c63e774aeceb85ba | 7857fdf7d3a5e07a816e7bb0e09b3e9097f01fc7 | refs/heads/master | 2023-02-18T02:10:22.177873 | 2023-02-15T09:58:19 | 2023-02-15T09:58:19 | 68,840,722 | 7 | 1 | null | 2022-11-23T22:22:18 | 2016-09-21T17:20:49 | Java | UTF-8 | PlantUML | false | false | 1,243 | plantuml | @startuml
package "LIQUIDO MobileApp" {
component GraphQLClient [
GraphQL Client
incl. local cache
]
[VuJS Web Components] -down-> [GraphQLClient]
}
package "LIQUIDO Web" {
component RestClient [
REST Client
incl. local cache
]
[VuJS Mobile Components] -down-> [RestClient]
}
card "Spring Backend" {
package Services [
{{
component LawService
component PollService
component CastVoteService
component ProxyService
component UserService
component RankedPairVoting
}}
]
frame Security [
Security
JWT, OTT
]
component "Entity Models" as Models
component TestDataCreator
frame "Exception Handling\nand Logging" as Exception
frame "Configuration\nproperties" as Config
[RestController] -down-> Services
[GraphQL Controller] -down-> Services
[Services] -down-> [JPA Data Repositories]
[JPA Data Repositories] -down-> Models
}
REST -down- [RestController]
GraphQL -down- [GraphQL Controller]
[RestClient] -down-> REST
[GraphQLClient] -down-> GraphQL
'for layout only
[TestDataCreator] -[hidden]left-> Models
[Security] -[hidden]left-> [JPA Data Repositories]
Exception -[hidden]right-> [JPA Data Repositories]
Config -[hidden]right-> Models
@enduml | false | true | false | false | component |
f1303e2a1c927e2ef739ce310dc960f8b619c580 | 4f66c12c18eb889165a986df18d76620029259c5 | /wear/src/main/java/saschpe/poker/infoactivityUml.puml | 856e965a69dbe3a653af590431556a8ee59ada77 | [
"Apache-2.0"
] | permissive | swordofverity/Planning-Poker | e1637786999b8594c5c3297b1240400983f233b3 | f98c851ea3a393f5030abf4040fa855b58adae84 | refs/heads/master | 2020-04-08T05:29:40.185611 | 2018-11-25T18:39:17 | 2018-11-25T18:39:17 | 159,062,727 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 57 | puml | @startuml
class InfoActivity
{
+ onCreate ()
}
@enduml | false | true | false | false | class |
7b7433628e8dc75e0844a46ac40a19708445b29d | e49567ea3e4e5a6e5c7e988a46e8175f6a39857f | /uml/mainController.puml | 0ab3c8fc1565b3073f30f278a639f2672680fa36 | [] | no_license | mate-gam/Gamero-cop3330-assignment4 | c5405940b3dd352731beb8b376734cf138d48d57 | 47193a255453dca6d73f4dd6bd2a2f5f3624cb50 | refs/heads/master | 2023-09-05T09:42:47.978569 | 2021-11-01T23:29:04 | 2021-11-01T23:29:04 | 423,345,539 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 666 | puml | @startuml
class mainController{
public Button btnCreateListMain;
public Button btnDeleteToDoList;
public Button btnSaveAllList;
public Button btnLoadAllLists;
public TableView tableViewMain;
public TableColumn colToDoList;
public TableColumn colViewList;
public TableColumn colCheck;
private Button bntViewList;
==
.. Button to create List ..
+ public void createList(ActionEvent actionEvent)
.. Button to Delete Checked Lists ..
+ public void deleteCheckedList(ActionEvent actionEvent)
.. Button to Save All Lists ..
+ public void saveAllTodoList(ActionEvent actionEvent)
.. Button to Load All Lists ..
+ public void loadAllLists(ActionEvent actionEvent)
}
@enduml | false | true | false | false | class |
853ef3624110e3b8150b27e825ecaadefa5bdbee | b7cfb62bb9e6931da9a1eeaab3d0626eda32bebb | /PlantUML/assignment5.puml | 0d554602451d194476f70ef009e2438ec23c691d | [] | no_license | AgentAttorney/Pekarski-0647-a5 | 9d34cec81fdf83c71366b66114e5f1472840f9e7 | d90c69a80938ebe3b1c721edca362c0d7dcecb7d | refs/heads/master | 2023-06-28T08:34:02.393560 | 2021-07-26T02:33:22 | 2021-07-26T02:33:22 | 388,328,931 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,893 | puml | @startuml
'https://plantuml.com/sequence-diagram
class App{
start()
}
App -- MenuController
class MenuController{
TextField MonetaryValueInput
TextField SerialNumberInput
TextField NameInput
Label ErrorSN
Button ConfirmButton;
TableView<Item> listItem
TableColumn<Item, Double> vals
TableColumn<Item, String> sers
TableColumn<Item, String> names
public void AddItemClicked(ActionEvent event)
public void ValidateButtonPressed(ActionEvent event)
public void CancelButtonPressed(ActionEvent event)
public void changeNameEdit(TableColumn.CellEditEvent<Item,String> editedCell)
public void changeValueEdit(TableColumn.CellEditEvent<Item,String> editedCell)
public void changeSNEdit(TableColumn.CellEditEvent<Item,String> editedCell)
public void deleteButtonClicked(ActionEvent event)
public void SearchButtonClicked(ActionEvent event)
public void ResetTableClicked(ActionEvent event)
public void ExitAppClicked(ActionEvent event)
initialize(URL location, ResourceBundle rb)
}
MenuController -- Item
class Item{
SimpleDoubleProperty value
SimpleStringProperty S_Number
SimpleStringProperty name
public Item(String value, String S_Number, String name)
public static boolean ValidName(String cur_name)
public static boolean ValidSN(String cur_SN)
public static boolean ValidPrice(String cur_price)
public static int NotMatchSN
public static ObservableList<Item> addItem
public static ObservableList<Item> removeItems(ObservableList<Item> to_remove, ObservableList<Item> all)
public static ObservableList<Item> SearchCriteria(String search, ObservableList<Item> items)
public static boolean changeName(Item item_selected, String new_name)
public static boolean changeValue(Item item_selected, String raw_number)
public static boolean changeSN(ObservableList<Item> items, Item item_selected, String new_SN)
getters()
setters()
}
class Items{
List<Item> Serial_Items
}
@enduml | false | true | false | false | class |
0f7bba78ae1106c005f70ed6bc8bad73be8cdf2d | 70075e63dae20a56540fceb30bd2c0f5d15e2428 | /doc/startWorkflow.puml | 63f17622cdb759dfb0d722aee3a9a500332d7f1c | [
"Apache-2.0"
] | permissive | TNG/mustard-cli | a280d0765b178b59bfede6e0652e2ce6413f4a3a | 69d7f1a8193543602d4b549871b2b6157faaaf6d | refs/heads/release | 2023-08-15T07:46:12.354230 | 2022-05-06T10:00:01 | 2022-05-06T10:00:01 | 180,951,062 | 12 | 1 | Apache-2.0 | 2020-07-21T07:04:10 | 2019-04-12T07:08:50 | C++ | UTF-8 | PlantUML | false | false | 312 | puml | @startuml
title review start
participant "StartWorkflow" as rs
participant "git"
participant "bitbucket" as bb
rs -> git : query head commit
git --> rs : head commit
rs -> bb : query PRs for current head commit
bb --> rs : return merge target
rs -> git : reset to common root commit
git --> rs : result
@enduml
| false | true | false | false | sequence |
c962793a6eecf3763fefce42971ef9c6d0a6f0cc | 919a4d533053db050bb19620f8a40d5efb18610f | /FriendLocator.puml | ef21889b72dd1dc042fee77a771c589ca142c3bc | [
"MIT"
] | permissive | keshy/FriendLocator | b39d1f6639856ab90ab9dcb19d78cf2f0cf690ce | 192846f38e6516f8873c68ada24d34ec8cfa091c | refs/heads/master | 2021-01-16T19:33:32.353386 | 2014-01-10T04:50:15 | 2014-01-10T04:50:15 | 10,790,728 | 3 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 863 | puml | @startuml
title Friend Locator data flow
participant "Facebook" as fb
participant "Google Maps" as gm
participant "Parse" as parse
participant "Browser" as browser
autonumber
fb <- browser: login
fb -> fb: authenticate user
fb -> browser: login status
fb -> fb: get friends list
fb -> browser: <friends_list>
loop for each friend
browser -> fb: get user data (current location, hometown...)
fb -> browser: <user_data>
browser -> parse: getFriendData
alt cache_hit
parse -> browser: <lat,long>
browser -> gm: plot_marker(lat,long)
gm -> browser: render marker(async)
else cache_miss
browser -> gm: getLatLongForCity(city)
gm -> browser: <geo_data>
browser -> gm: plot_marker(lat,long)
gm -> browser: render marker(async)
browser -> parse: update Friend info
end
end
@enduml | false | true | false | false | sequence |
f0250a4ccc6cfeca5dccc86a8f598b7614f1d6e8 | 7ff58fc7228a274ae37dece9893ae2e15b596c93 | /docs/source/pic/src/boot.verifier.puml | f70ae6fb0e8ade14125a7a4e6e49ce292ddb0cb5 | [
"Apache-2.0"
] | permissive | ianco/von_anchor | b6e5f0491118c5816a19fcff8e5df4608222637f | ec19cda85a934307d5338858bc4fb323306e5b21 | refs/heads/master | 2020-03-28T09:58:49.068532 | 2020-02-11T17:36:46 | 2020-02-11T17:36:46 | 148,073,549 | 0 | 0 | Apache-2.0 | 2018-09-09T23:11:51 | 2018-09-09T23:11:51 | null | UTF-8 | PlantUML | false | false | 1,544 | puml | @startuml
/'
Copyright 2017-2019 Government of Canada - Public Services and Procurement Canada - buyandsell.gc.ca
Licensed 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.
'/
skinparam ParticipantPadding 20
skinparam BaloxPadding 20
title Verifier Anchor (On-Line) Boot Sequence
box "Indy" #LightBlue
participant "Ledger" as ledger
endbox
actor "Trustee VON Anchor" as tan
actor "Verifier\n(e.g., SRI)\nVON Anchor" as san
=== BOOTSTRAP ==
note over ledger, san
Verifier VON anchor is on-line (i.e., its node pool is open)
endnote
san -> san: call get_nym(did)
group get_nym() implements
san -> ledger: Look up own nym
ledger --> san: nym if present
end
alt Nym not present
note over ledger, san
Trustee VON anchor service wrapper API is up
endnote
san -[#blue]> tan: call send_nym(did, verkey, alias, role)
group send_nym() implements
tan -[#blue]> ledger: send anchor nym
ledger --[#blue]> tan: anchor nym
tan --[#blue]> san: anchor nym
end
end
@enduml
| false | true | false | false | usecase |
362539a23fb9bbb3436cf7993d7b7ebed2eb341c | b27b1c82ff4783149041cd7a81d372f3be98746b | /use_case_post.puml | 4e62957e49ecb373d775d96d7ca934e096c06222 | [] | no_license | Huy-Ngo/reddit-design | b9c25f4c79a5bb69507820432a1cda7f3c7c1015 | b91146dc29ae29d9dffe511a8a56c8d8aef3e19d | refs/heads/master | 2022-12-30T09:05:53.794370 | 2020-10-23T03:10:03 | 2020-10-23T03:10:03 | 297,368,530 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 430 | puml | @startuml
skinparam packageStyle rectangle
left to right direction
actor "User" as user
actor "Subreddit Moderator" as mod
actor "Superuser" as su
mod -|> user
rectangle Post as post {
usecase "Manage post" as post_manage
usecase "Vote post" as post_vote
usecase "Lock comment" as post_lock
}
user --> post_manage
user --> post_vote
mod -[#green]-> post_lock
post_manage <-[#blue]- su
post_lock <-[#blue]- su
@enduml
| false | true | false | false | usecase |
932a586a1b504e77ccb2caa1d6e1a8a5dd81cd81 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomerSetKeyAction.puml | 43e1c176cd97b8003ad0f5dcd16c8347e24ee177 | [] | 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 | 434 | 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 CustomerSetKeyAction [[CustomerSetKeyAction.svg]] extends CustomerUpdateAction {
action: String
key: String
}
interface CustomerUpdateAction [[CustomerUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
79ddf3e8b41a7c86debd8d1ba11a6818b98f9480 | adc1be69234432655526ba7136d8d3144338509c | /packages/ui/example-seqds/conditionalAllOf.puml | e30f36760fafcf4ecdb18e59999c91da5e1b6fd4 | [
"MIT"
] | permissive | tum-esi/wot-runtime | 062b6863b555b391fd70cbf2bc7c9639ee8a751a | aabb896d0b5f223e5f3aab6993be445e2dc29848 | refs/heads/main | 2023-06-19T04:21:14.298268 | 2021-07-20T22:09:02 | 2021-07-20T22:09:02 | 387,924,384 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,046 | puml | @startuml conditionalExecution
[->"Agent": top:conditionalExecution()
activate "Agent"
alt allOf(not(variable Condition1 == "asdf"), oneOf(property Condition2, variable Condition3 == 5), variable Condition1 == variable Condition3)
group strict
par
"Agent" -> "VirtualCoffeeMachine" : subscribeEvent: "maintenance"
activate "VirtualCoffeeMachine"
"VirtualCoffeeMachine" --> "Agent" : confirmation
"VirtualCoffeeMachine" ->> "Agent" : data-pushed
end
par
"Agent" -> "TestThing" : writeProperty: "string"
end
end
else else
group strict
par
"Agent" -> "VirtualCoffeeMachine" : subscribeEvent: "error"
activate "VirtualCoffeeMachine"
"VirtualCoffeeMachine" --> "Agent" : confirmation
"VirtualCoffeeMachine" ->> "Agent" : data-pushed
end
par
"Agent" -> "TestThing" : writeProperty: "string"
end
end
end
[<-"Agent"
deactivate "Agent"
@enduml | false | true | false | false | sequence |
91bc37c3220406fe0309d2a09cdd04328f3f241e | 2dcdd926f9be227228d004fd56821e1bb06231db | /TD5.2.1.plantuml | 0d2b99c3da6dcf4ecf0a651d2608c6f352c151f1 | [
"MIT"
] | permissive | IUT-Blagnac/bcoo-Laurian-Dufrechou | cba6b9fe464a807a7e9f5798998c4df1fb51dbd7 | 36c0311cf21c29a5be2cc11a84b0db9974637629 | refs/heads/main | 2023-04-05T11:32:08.954076 | 2021-04-06T07:53:03 | 2021-04-06T07:53:03 | 337,647,380 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 549 | plantuml |
@startuml
hide footbox
participant A as ":Client"
participant B as ":Caissier"
participant C as ":Caisse"
participant D as ":Tapis"
A -> B: arrive
A -> D: deposer les articles
activate B
loop "Pour chaque article"
B -> D: prendre article
B -> C: scanner article
activate C
opt "qté > 1
B -> C: saisir(Qté)
end
C -> C: afficher le prix et libellé article
C -> C: montantTotal += prixArticle * qté
end
B -> C: fin des articles
C -> B: afficher total des achats
B-> A: annonce du total à payer
@enduml
| false | true | true | false | sequence |
4b745728da8f57586a8ddc552ec1e2df5a0b8e85 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/java/concept-jvm-reference-gc-4.plantuml | 45624cb1fa622918d05108e292040c0f6979b448 | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 514 | plantuml | @startuml
'skinparam nodesep 10
'skinparam ranksep 20
skinparam linetype ortho
title
WeakReference ex 2
end title
rectangle "Root Set of Reference" {
rectangle weak {
}
rectangle simple {
}
weak -[hidden]d- simple
}
rectangle Heap {
card WeakReferenceObject #DodgerBlue{
}
card SimpleObject #ForestGreen{
}
WeakReferenceObject -[hidden]d-> SimpleObject
}
"Root Set of Reference" -[hidden]r- Heap
weak -r-> WeakReferenceObject #DodgerBlue
WeakReferenceObject --> SimpleObject #DodgerBlue
@enduml | false | true | false | false | uml-unknown |
6af6ed20c6b4f2c997b56c526348004c1c8fd772 | f775bcaefd8ae05d5f5728e8adf6ae6a50529131 | /MCD.puml | a741d12183a9fa88308db46e1e3c545b5d7d7566 | [] | no_license | dylancornelie/DB-Bibliotheque | bce2e8621c6b616e2c1030b250c37443236ebbac | ec3348bc63c0aa8a5cac9444b39f8f54cfb5939d | refs/heads/main | 2023-03-13T05:55:12.459229 | 2021-03-07T15:13:42 | 2021-03-07T15:13:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,162 | puml | @startuml
hide circle
Class Ressources {
code : Integer
titre : String
date_apparition : Date
editeur : String
prix : Double
}
Class Exemplaires {
id_exemplaire : Integer
code_classification : String
etat : {'N','B','A','P'}
statut : {'Disponible','Indisponible'}
}
Class Livres {
code_ISBN : Integer
résumé : String
langue : String
}
Class Oeuvres_musicales {
longueur_musique : Integer
}
Class Films {
langue : String
duree : Integer
synopsis : String
}
Class Auteurs{}
Class Compositeurs {}
Class Interprètes {}
Class Acteurs {}
Class Realisateurs {}
Class Contributeurs {
nom : String
prénom : String
date_naissance : Date
nationalite : String
}
Class Personnes {
login : String
mot_de_passe : String
nom : String
prenom : String
adresse : String
mail : String
}
Class Personnels {}
Class Adherents {
date_naissance : Date
telephone : Integer
id_carte : Integer
date_début_adhésion : Date
date_fin_adhésion : Date
blackliste : Booleen
}
Class Emprunts {
date_emprunt : Date
durée : Integer
date_retour : Date
etat_debut : {'Neuf','Bon'}
etat_fin : {'Neuf','Bon','Abimé','Perdue'}
}
Class Sanctions {
id_sanction : Integer
}
Class Remboursements {
tarif : Double
effectue : Booleen
}
Class Suspensions {
date_debut : Date
date_fin : Date
}
Emprunts "1" -- "0..1" Sanctions : Concerne
Adherents "*" -- "0..1" Exemplaires
Livres "*" -- "*"Auteurs : écrit
Oeuvres_musicales "*" -- "*"Compositeurs : Compose
Oeuvres_musicales "*" -- "*"Interprètes : Interprete
Films "*" -- "*"Realisateurs : Realise
Films "*" -- "*"Acteurs : Joue
Sanctions <|-- Remboursements
Sanctions <|-- Suspensions
Ressources <|-- Livres
Ressources <|-- Oeuvres_musicales
Ressources <|-- Films
Personnes <|-- Adherents
Personnes <|-- Personnels
Contributeurs <|-- Auteurs
Contributeurs <|-- Compositeurs
Contributeurs <|-- Interprètes
Contributeurs <|-- Acteurs
Contributeurs <|-- Realisateurs
Ressources *-- Exemplaires
(Adherents,Exemplaires) . Emprunts
@enduml | false | true | true | false | class |
e325f9ed4a874236cd62660a464104a22e9f7768 | 8a88be2e482e53297658603e1366ceee6feeaea9 | /out/production/Battleship/cz/kksffn/display/display.plantuml | c7f18e490533f881cc8569d35044984be111a450 | [] | no_license | kksffn/Battleship-game | 5ee55463c94f26c99c9b5aee11ad1f7205a343d8 | 3c742fc063e917f27153b16a3862699d59b7acd2 | refs/heads/master | 2022-12-19T02:28:21.951379 | 2020-08-26T18:29:13 | 2020-08-26T18:29:13 | 290,570,273 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 770 | plantuml | @startuml
title __DISPLAY's Class Diagram__\n
package cz.kksffn {
package display {
interface cz.kksffn.display.IMap {
{abstract} + setHit()
{abstract} + setMiss()
{abstract} + setShips()
}
}
}
package cz.kksffn {
package display {
class cz.kksffn.display.MapInConsole {
- map : char[][]
+ MapInConsole()
+ setHit()
+ setMiss()
+ setShips()
+ toString()
}
}
}
cz.kksffn.display.MapInConsole .up.|> cz.kksffn.display.IMap
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 |
3d2546ba3f9a34e1a88f06f3be69d0173daaa283 | 9ed64cf55205875b3577756ca587e4d94abbf1fa | /src/com/design/structure/flyweight/flyweight.puml | 82a7f1237071247340607a37935b69f2c816121d | [] | no_license | shf-1218/Design_Patterns | 65f3e8598b9223489d805759f59ba186300d86d9 | 52a3b279609a6699300699d21877137c878dfe32 | refs/heads/master | 2022-12-26T13:40:57.846535 | 2020-09-27T10:23:30 | 2020-09-27T10:23:30 | 299,005,976 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 426 | puml | @startuml
Class Flyweight
Class UnsharedConcreteFlyweight
Class ConcreteFlyweight
Class FlyweightFactory
Class Client
FlyweightFactory o-- Flyweight
Flyweight<|.. ConcreteFlyweight
Flyweight<|-- UnsharedConcreteFlyweight
Client ..> Flyweight
Client ..> FlyweightFactory
Class Flyweight{
operation():void
}
Class ConcreteFlyweight{
operation():void
}
Class FlyweightFactory{
getFlyweight():flyweight
}
@enduml | false | true | false | false | class |
53f9a9dc6550f74a5961765a7981bfa22b5eafb1 | 3ec33427416fd76bc8a46da7af55ef7d90e7ae10 | /architecture/class.puml | 3d0bc3afff1bac553f4bd91522fee217f9b55bfe | [] | no_license | t-vo90/nocrastinate | 898db2d2181bd65b3a96273cf00febec704bf3ab | f01aec50a1a98fa46940904799a417719f8f3e2c | refs/heads/main | 2023-06-23T01:15:43.276758 | 2021-07-13T12:35:26 | 2021-07-13T12:35:26 | 370,999,653 | 2 | 0 | null | 2021-07-06T09:46:43 | 2021-05-26T10:49:49 | HTML | UTF-8 | PlantUML | false | false | 972 | puml | @startuml NoCrastinate
skinparam Shadowing false
skinparam Monochrome true
' skinparam PackageFontStyle Rectangle
class User {
name: String
age: Number
occupation: string
location: string
bio: string
goals: [Goal]
activeActionRecord: ActionRecord
possibleActions: [Action]
actionRecords: [ActionRecord]
createAction(actionName)
startAction(action)
stopAction(action)
}
class Action {
name: String
}
class ActionRecord {
action: Action
startTime: Date
stopTime: Date
inProgress: Boolean
productiveTime: Number
calculateProductiveTime(stopTime)
}
class Goal {
goal: Action
dailyHours: Number
}
class GoalManager{
checkForAchievements(goal,actionRecord)
}
User "1" o-> "0...*" Action : Creates..
User ---> Action: Start/stop
User *-> ActionRecord
Action <-- ActionRecord : keeps an Action
User *----> Goal : Defines
GoalManager -> ActionRecord
GoalManager -> Goal
@enduml | false | true | false | false | sequence |
072cbabb512462a610ea2ffe1634a627895ca415 | 2c731bc9bc9fa8d03128d155b89cd9fd517d1442 | /doc/grin_btc_swap/grin_btc_swap.puml | 8802917ce013020170728fe123044479f672b88a | [
"Apache-2.0"
] | permissive | vault713/grinswap | 26d2cb15da9af91b88b337b27591213a0e13fa48 | ff7babd2ec2df4aca83b92c74a816efe9c0b0d4e | refs/heads/master | 2023-06-21T15:06:05.360562 | 2019-10-24T11:28:55 | 2019-10-24T11:28:55 | 181,925,942 | 24 | 6 | Apache-2.0 | 2023-06-14T16:10:32 | 2019-04-17T16:08:54 | Rust | UTF-8 | PlantUML | false | false | 4,083 | puml | @startuml grin-btc-swap
!pragma teoz true
title **Grin-BTC atomic swap flow**
actor "Grin seller" as seller
actor "Grin buyer" as buyer
== OFFER STAGE ==
note left of seller
- Wants to sell **v_p** nGrin for **v_s** sat
- Multisig: partial blind **m_s**
send round 1: **M_s = m_s * G**, **T_1s**, **T_2s**
- Send lock slate: add inputs, change output (blind **x_ch**),
round 1 w/ excess **x_ch + m_s - x_in**
- Send refund slate: lock **height_now + 720** (~12h), add refund output (blind **x_refs**),
round 1 w/ excess **x_ref - m_s**
- Send redeem slate part.:
round 1 w/ excess **-m_s**
- BTC specific: cosign redeem secret **x_reds**,
send pubkey **P_reds = x_reds * G**, refund lock time **now + 24h**
- Set status to <i>Created</i>
end note
seller -> buyer: Message(Id, OfferUpdate, BtcOfferUpdate)
note left of seller
- Set status to <i>Offered</i>
end note
& note right of buyer
- Wants to buy **v_p** nGrin for **v_s** sat
- Check refund lock times
- Multisig: import seller round 1, partial blind **m_s**
send round 1+2: **M_b = m_b * G**, **T_1b**, **T_2b**, **tau_xb**
- Send lock slate part.:
round 1+2 w/ excess **m_b**
- Send refund slate part.:
round 1+2 w/ excess **-m_b**
- Generate redeem secret **q**, send pubkey **Q = q * G**
- BTC specific: refund secret **x_refb**, send pubkey **P_refb = x_refb * G**
- Uniquely defined BTC script and P2SH address
2-of-2 multisig for **P_reds** and **Q**
- Set status to <i>Offered</i>
end note
buyer -> seller: Message(Id, AcceptOfferUpdate, BtcAcceptOfferUpdate)
note right of buyer
- Set status to <i>Accepted</i>
end note
& note left of seller
- Multisig: import buyer round 1+2, calculate round 2 and finalize proof
- Lock slate: import buyer part., add multisig output **M = M_s + M_b + v_p * H** and proof,
round 2 + finalize
- Refund slate: import buyer part., add multisig input
round 2 + finalize
- Set status to <i>Accepted</i>
end note
== LOCK STAGE ==
[o<- seller: Broadcast lock tx to Grin node
buyer -> buyer: User action: deposit BTC into address
seller -> seller: Wait for sufficient Grin confirmations
& buyer -> buyer: Wait for sufficient BTC confirmations
seller -> seller: Wait for sufficient BTC confirmations
& buyer -> buyer: Wait for sufficient Grin confirmations
note left of seller
- Set status to <i>Locked</i>
end note
& note right of buyer
- Set status to <i>Locked</i>
end note
== REDEEM STAGE ==
note right of buyer
- Send refund slate: add multisig input **M**, redeem output (blind **x_redb**),
round 1 w/ excess **x_redb - m_b**, public **P_b**
- Send adaptor signature: **(s_b', K_b) = (s_b + q, k_b * G)**
**s_b = k_b + e * (x_redb - m_b)**
end note
buyer -> seller: Message(Id, InitRedeemUpdate)
note right of buyer
- Set status to <i>InitRedeem</i>
end note
& note left of seller
- Validate adaptor signature:
**s_b' * G =?= K_b + e * P_b + Q**
- Send redeem slate part.:
round 2, sig. **(s_s, K_s) = (k_s - e * m_s, k_s * G)**
- Set status to <i>InitRedeem</i>
end note
seller -> buyer: Message(Id, RedeemUpdate)
note left of seller
- Set status to <i>Redeem</i>
end note
& note right of buyer
- Redeem slate: import seller part.,
round 2 + finalize, total sig. **(s, K) = (s_b + s_s, K_b + K_s)**
- Set status to <i>Redeem</i>
end note
buyer ->o]: Broadcast redeem tx to Grin node
buyer -> buyer: Wait for Grin confirmation(s)
& seller -> seller: Wait for Grin confirmation(s)
[o-> seller: Fetch kernel signature **(s, K)** from Grin node
note right of buyer
- Swap finalized!
- Set status to <i>Completed</i>
end note
& note left of seller
- Calculate redeem secret **q = s_b' + s_s - s**
- Build BTC redeem tx, sign with **x_reds** and **q**
- Set status to <i>RedeemSecondary</i>
end note
[o<- seller: Broadcast redeem tx to BTC node
seller -> seller: Wait for BTC confirmation(s)
note left of seller
- Swap finalized!
- Set status to <i>Completed</i>
end note
@enduml | false | true | false | false | usecase |
dfe339e55605f5d476d6faa030f21403e6b73e9e | 41e335a2ded65f95ece1c413fe9d465df1d198b4 | /lib/DevAssist/src/main/java/dev/callback/click/click.plantuml | f80380f0d93a67fbccb73a4e2b691dbe7e51d673 | [
"Apache-2.0"
] | permissive | tulensayyj/DevUtils | ea40e897de72b88591cc1f1cea798eb74175eda8 | 3bc39eaf343c811270bc01e223cd37e80db9e04c | refs/heads/master | 2022-11-27T05:08:28.115620 | 2020-07-27T13:24:50 | 2020-07-27T13:24:50 | 281,569,859 | 0 | 0 | Apache-2.0 | 2020-07-22T03:59:24 | 2020-07-22T03:59:23 | null | UTF-8 | PlantUML | false | false | 2,059 | plantuml | @startuml
title __CLICK's Class Diagram__\n
namespace dev {
namespace callback {
namespace click {
class dev.callback.click.DevClickCallBack {
+ DevClickCallBack()
+ DevClickCallBack()
+ DevClickCallBack()
+ DevClickCallBack()
+ onClick()
+ onClick()
+ onClick()
+ onClick()
+ onLongClick()
+ onLongClick()
+ onLongClick()
+ onLongClick()
}
}
}
}
namespace dev {
namespace callback {
namespace click {
class dev.callback.click.DevDialogCallBack {
+ DevDialogCallBack()
+ DevDialogCallBack()
+ DevDialogCallBack()
+ DevDialogCallBack()
+ onDialogDestroy()
+ onDialogDismiss()
+ onDialogNotify()
+ onDialogPause()
+ onDialogResume()
+ onDialogShow()
+ onDialogStart()
+ onDialogStop()
}
}
}
}
namespace dev {
namespace callback {
namespace click {
class dev.callback.click.DevItemClickCallBack {
+ DevItemClickCallBack()
+ DevItemClickCallBack()
+ DevItemClickCallBack()
+ DevItemClickCallBack()
+ onItemClick()
+ onItemClick()
+ onItemClick()
+ onItemClick()
+ onItemLongClick()
+ onItemLongClick()
+ onItemLongClick()
+ onItemLongClick()
}
}
}
}
dev.callback.click.DevClickCallBack -up-|> dev.callback.AbstractCommonCallBack
dev.callback.click.DevDialogCallBack -up-|> dev.callback.click.DevClickCallBack
dev.callback.click.DevItemClickCallBack -up-|> dev.callback.AbstractCommonCallBack
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 |
e829e4b88b143004de5b1304293b7c52c17dae80 | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/hub-and-spoke/switch-sync/h&s-switch-sync.puml | 903f121609e7eef2ac770e4083a206cbb4d42853 | [
"Apache-2.0"
] | permissive | telstra/open-kilda | 874b5204f8c2070860a2e7fc6f8be368a5d18726 | 686d31220f1033595d7f1d4374544af5ba9c42fe | refs/heads/develop | 2023-08-15T21:24:21.294425 | 2023-08-14T08:51:52 | 2023-08-14T08:51:52 | 104,974,693 | 82 | 70 | Apache-2.0 | 2023-09-14T19:11:22 | 2017-09-27T05:13:18 | Java | UTF-8 | PlantUML | false | false | 1,794 | puml | @startuml
title Switch rules and meters sync
actor User
boundary Northbound as NB
participant SwitchManager << Hub >>
participant SpeakerWorker
participant Floodlight as FL
User -> NB : Switch sync rules
activate NB
NB -> SwitchManager : SwitchValidateRequest\nperformSync=true
activate SwitchManager
SwitchManager -> SwitchManager : Switch validate
opt Missing rules exists
SwitchManager -> SwitchManager : Rule installation commands
end
opt Excess rules exists and removeExcess=true
SwitchManager -> SwitchManager : Rule remove commands
end
group Sending rules commands
opt Missing rules commands exists
loop for each missing rule
SwitchManager ->> SpeakerWorker : BaseSpeakerCommandsRequest
SpeakerWorker ->> FL : BaseSpeakerCommandsRequest
FL ->> SpeakerWorker
SpeakerWorker ->> SwitchManager
end
end
opt Excess rules commands exists
loop for each excess rule
SwitchManager ->> SpeakerWorker : DeleteSpeakerCommandsRequest
SpeakerWorker ->> FL : DeleteSpeakerCommandsRequest
FL ->> SpeakerWorker
SpeakerWorker ->> SwitchManager
end
end
end
opt processMeters=true, removeExcess=true and Excess meters exists
SwitchManager -> SwitchManager : process excess meters id
end
opt Excess meters commands exists
loop for each excess meter
SwitchManager ->> SpeakerWorker : DeleteSpeakerCommandsRequest
SpeakerWorker ->> FL : DeleteSpeakerCommandsRequest
FL ->> SpeakerWorker
SpeakerWorker --> SwitchManager
end
end
SwitchManager -> SwitchManager: make SwitchSyncResponse
SwitchManager ->> NB: SwitchSyncResponse
deactivate SwitchManager
NB -> User: SwitchSyncResult
deactivate NB
@enduml
| false | true | false | false | sequence |
df31c5b852aef3df914d404224704a6dd4fd1a1c | 3a54e2a2b74f5e60304780a40ff3f13b6f4a2b2b | /docs/plantuml/umls/diagrama.puml | 6aa1cb5788c67379dbb36a954be62408875b11f7 | [] | no_license | dionatamsouza/dionatamsouza.github.io | 1a6d768c2686b341b23885fa402939cd194c35c4 | 4fff55184c9d3e2956a0eef2b2dd1018c0a17be1 | refs/heads/master | 2023-03-25T08:58:18.324399 | 2021-03-27T02:04:48 | 2021-03-27T02:04:48 | 221,473,455 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 145 | puml | @startuml
actor cliente
actor cliente2
node app
node carro
node tshirt
carro -> app
app -> cliente
cliente -> tshirt
cliente2 -> tshirt
@enduml
| false | true | false | false | sequence |
c0bbf1eb3c2a4110814b191e17d8635c0c20c580 | 2e01b1076e3cda8e07eb01ae84463a530a5ae356 | /docs/uml/main/input/DefaultResultDirectoryHierarchy.puml | ee194e413e4d5cf4bfb6634a9cc37bc629a2b7af | [
"BSD-3-Clause"
] | permissive | ie3-institute/PowerSystemDataModel | 56ac48c91713c38efd532fe0abf40b1962358605 | a8f4f9900761b89e9e213e68c14c1e459348de01 | refs/heads/dev | 2023-08-31T03:34:03.218682 | 2023-08-30T12:02:23 | 2023-08-30T12:02:23 | 235,830,706 | 20 | 13 | BSD-3-Clause | 2023-09-14T04:14:47 | 2020-01-23T16:00:59 | Java | UTF-8 | PlantUML | false | false | 701 | puml | @startuml
package <gridname>(.tar.gz) {
package //results// {
package //grid// {
label "//line_result.csv//\n//node_result.csv//\n//switch_result.csv//\n//transformer_2_w_result.csv//\n//transformer_3_w_result.csv//"
}
package "//thermal//" {
label "//cylindrical_storage_result.csv//\n//thermal_bus_result.csv//\n//thermal_house_result.csv//"
}
package "//participants//" {
label "//bm_result.csv//\n//chp_result.csv//\n//ev_result.csv//\n//evcs_result.csv//\n//fixed_feed_in_result.csv//\n//hp_result.csv//\n//load_result.csv//\n//pv_result.csv//\n//storage_result.csv//\n//wec_result.csv//"
}
}
}
@enduml | false | true | false | false | uml-unknown |
3e57678b788ab4f71095cddadbb7c46257b4e6dd | d9b60bc7d589b46e216d5778a6f4a7aa1f7ebe5a | /src/main/java/RecomendarTematicaDS.puml | ea0062ac1cf29e86ebf034e8c82638ece14c011e | [] | 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 | 536 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
participant bibliotecario as user
boundary InterfazBiblioteca as if1
user --> if1: Peticion para recomendar recurso por tematica
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 |
7df48937740b9fe443dcb29f9a5ead45d32d24ed | 3a4fbffc931fc3f281e88c0eba61ee7e3111abff | /post/flink-stream-join-state.iuml | 0768c75279930efdb3c8ffce8a2cc056ed3931b3 | [] | no_license | jrthe42/jrthe42.github.io | 801b0f8f4edd30a756400bce7ba12727ac8be6b5 | e831589a82720d9fd8c8a4c69ef535ab59f5719c | refs/heads/master | 2021-05-24T04:01:24.767798 | 2021-03-23T14:25:19 | 2021-03-23T14:25:19 | 34,150,333 | 1 | 0 | null | 2015-08-14T07:00:27 | 2015-04-18T03:06:28 | CSS | UTF-8 | PlantUML | false | false | 1,724 | iuml | @startuml flinl-stream-join-state
interface JoinRecordStateView {
void addRecord(BaseRow record);
void retractRecord(BaseRow record);
Iterable<BaseRow> getRecords();
}
' class JoinRecordStateViews.JoinKeyContainsUniqueKey implements JoinRecordStateView {
' private final ValueState<BaseRow> recordState;
' }
' class JoinRecordStateViews.InputSideHasUniqueKey implements JoinRecordStateView {
' // stores record in the mapping <UK, Record>
' private final MapState<BaseRow, BaseRow> recordState;
' private final KeySelector<BaseRow, BaseRow> uniqueKeySelector;
' }
' class JoinRecordStateViews.InputSideHasNoUniqueKey implements JoinRecordStateView {
' //<Record, appear-times>
' private final MapState<BaseRow, Integer> recordState;
' }
interface OuterJoinRecordStateView extends JoinRecordStateView {
void addRecord(BaseRow record, int numOfAssociations);
void updateNumOfAssociations(BaseRow record, int numOfAssociations);
Iterable<Tuple2<BaseRow, Integer>> getRecordsAndNumOfAssociations();
}
class OuterJoinRecordStateViews.JoinKeyContainsUniqueKey implements OuterJoinRecordStateView {
private final ValueState<Tuple2<BaseRow, Integer>> recordState;
}
class OuterJoinRecordStateViews.InputSideHasUniqueKey implements OuterJoinRecordStateView {
// stores record in the mapping <UK, <Record, associated-num>>
private final MapState<BaseRow, Tuple2<BaseRow, Integer>> recordState;
private final KeySelector<BaseRow, BaseRow> uniqueKeySelector;
}
class OuterJoinRecordStateViews.InputSideHasNoUniqueKey implements OuterJoinRecordStateView {
// stores record in the mapping <Record, <appear-times, associated-num>>
private final MapState<BaseRow, Tuple2<Integer, Integer>> recordState;
}
@enduml | false | true | false | false | class |
de07be9d354ef171c0f16ad488300979763847fd | 5e8f232619b586a930d7b66f31993f0d7818bfc8 | /source/uml/rln_config_files.puml | 75b0a8d35c2c63a23db4642be1f2f2b6317ca4ce | [] | no_license | androsanta/Thesis | cfdf8ce99c4eb7fdd7a0fc02585265f0e454d7ea | 7a90db288dfeaaef10b60ff282ef13ac44fff6f1 | refs/heads/master | 2023-01-30T09:24:38.868426 | 2020-12-14T10:00:07 | 2020-12-14T10:00:07 | 295,688,015 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 739 | puml | @startuml Configuration files structure
abstract class JsonConfigFile<T extends JsonConfigEntry> {
+entries: T[]
+get jsonPath(): string
+read()
+write()
+getEntryById(id: string)
+addEntry(entry: T)
+removeEntryById(id: string)
+updateEntry(entry: T)
}
class JsonAuthorizers extends JsonConfigFile {}
class JsonDaos extends JsonConfigFile {}
class JsonEndpoints extends JsonConfigFile {
+create()
+generateExporter()
}
class JsonEnvs extends JsonConfigFile {
+create(id: string)
}
class JsonModels extends JsonConfigFile {
+create()
}
class JsonSchedules extends JsonConfigFile {
+createSchedule()
+generateExporter()
}
interface JsonConfigEntry {
+id: string
}
@enduml
| false | true | false | false | class |
18060b81b18e355df8054d998455da517e39827d | ac91be19edaf761a40a327cc67372bf12ab141d8 | /use-cases/Use Case Diagram.puml | 7c9e58bc518046203c830b2bdb028ceea454f4e6 | [
"Apache-2.0"
] | permissive | NapierTeam15CW/SEM_Coursework | b5c26412835d96241233e020af59ccd9001650ae | ae8f1de05a5487f10729aaf1fa247d5066f9298a | refs/heads/master | 2020-04-17T00:36:59.718812 | 2019-05-11T15:48:03 | 2019-05-11T15:48:03 | 166,056,406 | 0 | 9 | Apache-2.0 | 2019-01-22T15:14:24 | 2019-01-16T14:45:13 | null | UTF-8 | PlantUML | false | false | 580 | puml | @startuml
rectangle "Company"{
actor EMP as "Employee"
}
rectangle AP as "App" {
usecase UC1 as "Country Report"
usecase UC2 as "City Report"
usecase UC3 as "Capital City Report"
usecase UC4 as "Population Report"
usecase UC5 as "Population Query"
usecase UC6 as "Language Report"
EMP --> UC1
EMP --> UC2
EMP --> UC3
EMP --> UC4
EMP --> UC5
EMP --> UC6
}
rectangle RE as "Request"{
UC1 -- RE
UC2 -- RE
UC3 -- RE
UC4 -- RE
UC5 -- RE
UC6 -- RE
}
rectangle DB as "Database" {
RE <--> DB
}
@enduml | false | true | false | false | usecase |
ba95b7472854b5b3aa933f59aa71610c8cd2c1f3 | 9ab481f8ead62e87e5a498c1b6c701a916507c1c | /modules/api_integration/images/p2p_e2e_detailed_single_stage.plantuml | 6a3b35a85b0f2d2e8e17a18208e8ba45335cc3b1 | [
"Apache-2.0"
] | permissive | pm4ml/documents | d8fee48a60e2981631b67af7b406ca27cdea4041 | dd6cf5110aa6eb53fea82787d48f3733f7f41db2 | refs/heads/master | 2023-08-20T06:56:30.417306 | 2021-10-21T12:24:15 | 2021-10-21T12:24:15 | 367,070,860 | 0 | 1 | Apache-2.0 | 2021-10-04T16:19:27 | 2021-05-13T14:16:09 | CSS | UTF-8 | PlantUML | false | false | 5,837 | plantuml | @startuml
skinparam activityFontSize 4
skinparam activityDiamondFontSize 30
skinparam activityArrowFontSize 24
skinparam defaultFontSize 24
skinparam noteFontSize 24
skinparam monochrome true
autonumber
actor "Payer" as Payer
participant "Payer DFSP" as PayerFSP
box Payment Manager
participant "Core Connector" as cc1
participant "Mojaloop Connector" as sob
end box
participant "Mojaloop Switch" as sw
participant "Oracle" as Oracle
box Payment Manager
participant "Mojaloop Connector" as sib
participant "Core Connector" as cc2
end box
participant "Payee DFSP" as PayeeFSP
actor "Payee" as Payee
Payer -> PayerFSP: I want to send 50 EUR \n to MSISDN 987654321
PayerFSP -> cc1: Send 50 EUR to MSISDN 987654321 \n POST /sendmoney (sync)
cc1 -> sob: POST /transfers (sync)
== Identify payee ==
sob -> sw: GET /parties/{type}/{id}
sw -> Oracle: Look up DFSP that serves MSISDN 987654321
Oracle -> Oracle: Look up DFSP that serves MSISDN 987654321
alt Payee DFSP not found
Oracle -> sw: No DFSP found
sw -> sob: PUT /parties/{type}/{id}/error
sob -> cc1: Error response to POST /transfers (sync)
cc1 -> PayerFSP: Error response to POST /sendmoney (sync)
PayerFSP -> Payer: Transfer failed
else Payee DFSP found
Oracle -> sw: Return DFSP ID
sw -> sib: GET /parties/{type}/{id}
sib -> cc2: GET /parties/{idType}/{idValue} (sync)
cc2 -> PayeeFSP: Look up Payee details (sync)
PayeeFSP -> PayeeFSP: Retrieve Payee details
end
alt Payee not found
PayeeFSP -> cc2: Return error (sync)
cc2 -> sib: Error response to GET /parties/{idType}/{idValue} (sync)
sib -> sw: PUT /parties/{type}/{id}/error
sw -> sob: PUT /parties/{type}/{id}/error
sob -> cc1: Error response to POST /transfers (sync)
cc1 -> PayerFSP: Error response to POST /sendmoney (sync)
PayerFSP -> Payer: Transfer failed
else Payee found
PayeeFSP -> cc2: Return Payee details \n HTTP 200 result (sync)
cc2 -> sib: Response to GET /parties/{idType}/{idValue} (sync) \n (contains Payee details)
sib -> sw: PUT /parties/{type}/{id}
sw -> sob: PUT /parties/{type}/{id}
sob -> cc1: Response to POST /transfers \n (contains Payee details + transferId) \n HTTP 200 result (sync)
end
== Agree transfer ==
cc1 -> sob: PUT /transfers/{transferId} {"acceptParty": true} (sync)
sob -> sw: POST /quotes
sw -> sib: POST /quotes
sib -> cc2: POST /quoterequests (sync)
cc2 -> PayeeFSP: Prompt for quote (sync)
alt Quote request fails
PayeeFSP -> cc2: Return error (sync)
cc2 -> sib: Error response to POST /quoterequests (sync)
sib -> sw: PUT /quotes/{id}/error
sw -> sob: PUT /quotes/{id}/error
sob -> cc1: Error response to PUT /transfers/{transferId} (sync)
cc1 -> PayerFSP: Error response to POST /sendmoney (sync)
PayerFSP -> Payer: Transfer failed
else Quote request is successful
PayeeFSP -> PayeeFSP: Retrieve quote
PayeeFSP -> cc2: Return quote \n HTTP 200 result (sync)
cc2 -> sib: Response to POST /quoterequests (sync) \n (contains quote) \n HTTP 200 result (sync)
sib -> sw: PUT /quotes/{id}
sw -> sob: PUT /quotes/{id}
sob -> cc1: Response to PUT /transfers/{transferId} \n (contains quote) \n HTTP 200 result (sync)
end
== Execute transfer ==
cc1 -> sob: PUT /transfers/{transferId} (sync) \n {"acceptQuote": true}
sob -> sw: POST /transfers
sw -> sw: Perform liquidity (NDC) check
alt Transfer execution would exceed NDC
sw -> sob: PUT /transfers/{id}/error
sob -> cc1: Error response to PUT /transfers/{transferId} (sync)
cc1 -> PayerFSP: Error response to POST /sendmoney (sync)
PayerFSP -> Payer: Transfer failed
else Transfer execution will not exceed NDC
sw -> sw: Reserve funds
sw -> sib: POST /transfers
sib -> cc2: POST /transfers (sync)
cc2 -> PayeeFSP: Prepare transfer (sync)
end
PayeeFSP -> PayeeFSP: Perform internal checks
alt Payee DFSP internal checks fail
PayeeFSP -> cc2: Return error (sync)
cc2 -> sib: Error response to POST /transfers (sync)
sib -> sw: PUT /transfers/{id}/error
sw -> sw: Cancel reserved funds
sw -> sob: PUT /transfers/{id}/error
sob -> cc1: Error response to PUT /transfers/{transferId} (sync)
sob -> PayerFSP: Error response to POST /sendmoney (sync)
PayerFSP -> Payer: Transfer failed
else Payee DFSP internal checks pass
PayeeFSP -> cc2: HTTP 200 result (sync)
cc2 -> PayeeFSP: Prompt to create funds \n in technical account
PayeeFSP -> PayeeFSP: Create funds \n in technical account
PayeeFSP -> cc2: Transfer successful \n HTTP 200 result (sync)
cc2 -> sib: Response to POST /transfers \n Transfer successful \n HTTP 200 result (sync)
sib -> sw: PUT /transfers/{id} \n transferState=RESERVED
sw -> sw: Perform validation
end
alt Validation by Switch fails
sw -> sw: Cancel reserved funds
sw -> sob: PUT /transfers/{id}/error
sob -> cc1: Error response to PUT /transfers/{transferId} \n Transfer failed (sync)
cc1 -> PayerFSP: Error response to POST /sendmoney \n Transfer failed (sync)
PayerFSP -> Payer: Transfer failed
sw -> sib: PATCH /transfers/{id} \n transferState=ABORTED
sib -> cc2: PUT /transfers/{transferId} \n transferState=ABORTED
cc2 -> PayeeFSP: Transfer failed
PayeeFSP -> PayeeFSP: Cancel created funds
else Validation by Switch successful
sw -> sw: Commit funds
sw -> sob: PUT /transfers/{id} \n transferState=COMMITTED
sob -> cc1: Response to PUT /transfers/{transferId} \n Transfer successful \n HTTP 200 result (sync)
cc1 -> PayerFSP: Response to POST /sendmoney \n Transfer successful \n HTTP 200 result (sync)
PayerFSP -> Payer: Transfer successful
sw -> sib: PATCH /transfers/{id} \n transferState=COMMITTED
sib -> cc2: PUT /transfers/{transferId} \n transferState=COMMITTED
cc2 -> PayeeFSP: Transfer successful
PayeeFSP -> PayeeFSP: Move 50 EUR to Payee account \n managed internally in Payee DFSP
note right
If this step fails,
Payee DFSP should mark
transaction for reconciliation,
and initiate reconciliation
process with Hub
end note
PayeeFSP -> Payee: You have received 50 EUR from Payer
end
@enduml | false | true | false | false | usecase |
8b5880445b2eb3fb8896a0099a09753eeb823199 | 01cf293a1b781ae355c4c8eb8409a6e1c85428e9 | /7.BaseDatos/docs/diagrams/src/vistaCasosUso/casoUsoUndo.plantuml | 7d4e485a2ae29ee9390d4990a5fc75c09682b43f | [] | no_license | EnriqueCF/requirements | fe59445d677f9bae4262950cbd9ab61688e90013 | 8afdff6df115f97585ff980abe253d4da387de90 | refs/heads/master | 2023-06-13T23:42:22.698560 | 2021-07-11T18:59:59 | 2021-07-11T18:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 490 | plantuml | @startuml StateDiagramFluxUndoState
state A as "IN_GAME"
state B as " "
state C as " "
state E as " "
state if <<choice>>
[*] --> A
A --> B: Current turn player requests Undo
B --> if: System shows updated board
if --> C: [undoable]
note on link
currentTurnPlayer.Pieces > 0
end note
if --> E
C --> [*]: System allows Play\nSystem allows Redo if redoable\nSystem allows Undo\nSystem allows Exit
E --> [*]: System allows Play\nSystem allows Redo if redoable\nSystem allows Exit
@enduml | false | true | false | false | sequence |
6dbef94341330e56d99a8d6e42ad91c2281e7d28 | f77164c1454c03f1d8d9b6607c6200370332dd2d | /docs/diagrams/register-identity.seq.puml | a5244f608439c66f23e5c57b286ba93ce9f3e0c3 | [
"Apache-2.0"
] | permissive | uport-project/uport-identity | d812405cffc21fcf1ade0b270155bb5e1049387e | b094fab013301d2a73364e61d74d5926a142ccab | refs/heads/develop | 2022-03-23T18:57:18.269676 | 2019-08-19T06:36:31 | 2019-08-19T18:08:49 | 81,364,952 | 234 | 84 | NOASSERTION | 2019-12-28T03:52:10 | 2017-02-08T19:00:37 | JavaScript | UTF-8 | PlantUML | false | false | 421 | puml | @startuml
!includeurl https://raw.githubusercontent.com/uport-project/specs/develop/uportskin.plantuml
participant Proxy as p
participant IdentityManager as im
p->im:registerIdentity(owner, recoveryKey)
activate im
im->im:owners[msg.sender][owner] = now - adminTimeLock;
im->im:recoveryKeys[msg.sender] = recoveryKey;
im-->o]: <<Event>> IdentityCreated(msg.sender, msg.sender, owner, recoveryKey)
deactivate im
@enduml
| false | true | false | false | sequence |
3447634793fd2f2d17a2d1ca435730a9fddf2359 | 83bec850817e3deb2a33a5ab2527784a976338b3 | /log210-contenu/devoirs/devoir#1-EchangeLivre-solution/cu01/4-rdcu-1-demarrerAjoutLivre.plantuml | 232b36c4408cfa30cfc5ac8ffa8d8f6ac15e67f9 | [] | no_license | yvanross/github-action-learning-larman-mdd | df8fb1907a84046ce0ed3b62ea555fd3b12655ad | e0195b3344ecdfaa934e788e839e8758453bc4ca | refs/heads/main | 2023-08-30T10:22:28.071260 | 2021-11-11T15:29:27 | 2021-11-11T15:29:27 | 304,116,705 | 0 | 0 | null | 2020-10-15T01:32:37 | 2020-10-14T19:34:03 | JavaScript | UTF-8 | PlantUML | false | false | 372 | plantuml | @startuml demarrerAjoutLivre
skinparam Style strictuml
participant ":ControleurAjoutLivre" as ctrl
participant "bdd:BDD" as bdd
note left of ctrl: Controleur de session
-> ctrl: demarrerAjoutLivre()
note left of bdd: Expert\nCtrl a une visibilité sur Bdd\nBdd gere ses Clients membre\nChaque Client à une liste de livre
ctrl -> bdd: getClientsAvecLeurLivres()
@enduml | false | true | true | false | sequence |
2df703885f615848296ccec959cf39bc5b3e6c79 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Connection-Services/Feedback-Gateway/Deployment.puml | f4b903510cde89d085e62a406816d7b5dcb494bf | [] | 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 | 189 | puml | @startuml
package "Service-Stack/Connection-Services/Feedback-Gateway" {
cloud cloud1
node node1
artifact artifact1
storage objectStore
database db1
folder folder1
}
@enduml
| false | true | false | false | sequence |
2d81fcab0ce0fcfb68f4a5730c81bba9f09712d1 | 87c0ff6cc12cd563c1d933bbeecf9bcd32e5d13b | /docs/design/uml/callback.plantuml | bd08f674be18cdc767769123c63aedb0c54bacf8 | [] | no_license | jlmathews/PracticeGame | dc72d823fb7e12d6583bb98c7ea9525a5caae6ed | c47f60c6bf9c3318d8b842742d056a1958e903c5 | refs/heads/main | 2023-02-25T05:44:12.483421 | 2021-01-31T23:05:34 | 2021-01-31T23:05:34 | 325,133,274 | 1 | 0 | null | 2021-01-31T23:05:35 | 2020-12-28T22:49:13 | C++ | UTF-8 | PlantUML | false | false | 1,543 | plantuml | @startuml
object EventManager {
vector<str> getEventTypes() = "List of event types - attack, heal, etc."
vector<str> getEventNames() = "List of event names"
vector<str> getRegisteredEvents()
uuid registerEventType(type, function) = "Register event by type"
uuid registerEventName(name, function) = "Register event by name"
unRegisterEvent(uuid)
triggerEvent(uuid)
}
object Event {
getEventName()
getEventType()
getEventData()
}
EventManager *-- Event
@enduml
@startuml
Addon -> EventManager: Query Event Insertion Points
note left
There is two different ways to query events for trigger.
1) Query event types such as attack, heal, etc.
2) Query specific event by name.
end note
Addon -> EventManager: Register Callback
note left
Select event type or name.
Select repeat. Can indicate the number of times or infinite.
end note
EventManager -> Addon: Generate UUID for Callback
Character -> EventManager: Trigger event
note right
Characters trigger events through actions such as
attack, heal, level, etc.
end note
EventManager -> Event: Create Event
EventManager -> Addon: Execute callback (Event)
note left
Pass event to callback
end note
@enduml
@startuml
:Example;
:Register callback on event type - attack;
:Player attacks enemy;
:Attack is input into event manager;
:Generate Event;
note left
Event encapsulates details of attack.
It exists until all callbacks registered to handle
the event have completed processing it.
end note
:Execute callbacks that are registered with type attack;
@enduml | false | true | false | false | sequence |
278dff7f76ee64fd691b205786c5695bda683032 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/UseCases/Manage-Applications/Simple-Application.puml | 2e3a0431ac9691ff476425fa876581a51d0acf0a | [] | 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 | 740 | puml | @startuml
package "Hybrid Cloud C3" #ffffaa {
component Application
component OverlayNetwork
Application *-> OverlayNetwork
}
package "In Vehicle" #lightblue {
component Egress as IVE
}
package "Edge" #lightgreen {
interface ingress as EVI
component Egress as EVE
EVI --> EVE
}
package "Data Center" #ffaa88{
interface Ingress as DCI
component WebService
component Redis
component NodeJS
component Worker
Application *..> WebService
Application *..> Redis
Application *..> NodeJS
Application *..> Worker
DCI -> WebService : 80
WebService -- OverlayNetwork : 8080
OverlayNetwork -- Redis : 5000
OverlayNetwork -- NodeJS : 1337
OverlayNetwork -- Worker : 3000
}
IVE --> EVI
EVE --> DCI
@enduml
| false | true | false | false | sequence |
7b5cac26113d611a7e29d38f321c18d63135c45c | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/UseCases/Manage-Stack-Template/Create-Stack-Template.puml | 67372ba31d1b141d81de7bec0267edde75466a8e | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 277 | puml | @startuml
Actor "actorName" as A
box "Manage-Stack-Template" #lightblue
participant CLI as CLI
participant Web as Web
participant "c3" as S
A -> CLI : c3-template-create()
CLI -> S : template/create()
A -> Web : template/create()
Web -> S : template/create()
end box
@enduml
| false | true | false | false | sequence |
534255016f449fe2b15fdd0c280365100a940969 | 5fc0c198c164b25854e6b4f1bc75929699a59d7a | /src/main/docs/uml/use-case/hotel/roomservice.puml | 48d7ad5f76bae9f9cfcfae28ffd64c6f89c95a6f | [] | no_license | ChantalSchot/molvenoVoorbeeld | e10b8a408afd08315011b5b75d9021d2d34885be | 93c30047d078a99925ae450f6ecf0cb7e3fb4a92 | refs/heads/master | 2020-12-19T00:43:07.581714 | 2018-12-13T08:54:03 | 2018-12-13T08:54:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 397 | puml | @startuml
left to right direction
actor Receptionist
actor Guest
rectangle "Room Service System" {
(View room service menu) as (RSMenu)
(Order food from menu) as (RSFood)
(Order drink from menu) as (RSDrink)
(RSMenu) <-- Receptionist
(RSFood) <-- Receptionist
(RSDrink) <-- Receptionist
Guest --> (RSMenu)
Guest --> (RSFood)
Guest --> (RSDrink)
}
@enduml
| false | true | false | false | usecase |
6022b868db1f9e31ce9138e9231d496388aea467 | aa9620300bc8488f53437e0f5faab824225aab73 | /reweighting_2017/import_seq_three.plantuml | be3f56ed9922f10bc7e1e3f67b650a1a690d0bee | [
"BSD-3-Clause"
] | permissive | atavory/atavory.github.io | 94daa1b05141ff5c6e9ebfb5055fc87cfd333ca3 | 43d98b45150411d83ab75a92a6d4ab9226927ef0 | refs/heads/master | 2021-01-19T06:15:43.197765 | 2019-11-18T10:58:38 | 2019-11-18T10:58:38 | 100,634,235 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 640 | plantuml | @startuml
skinparam monochrome true
skinparam shadowing false
actor user
autonumber 1 "<font color=grey>"
user -[#grey]> runtime: import ibex.sklearn.linear_model
autonumber 2 "<font color=black>"
runtime -[#grey]> ibex: import ibex
autonumber 3 "<font color=black>"
runtime -[#black]> ibex.sklearn: __import ibex.sklearn__
autonumber 4 "<font color=grey>"
ibex.sklearn -[#grey]> ibex.sklearn: register sys.metapath
runtime -[#grey]> loader: import ibex.sklearn.linear_model
loader -[#grey]> sklearn.linear_model: dir
sklearn.linear_model -[#grey]> loader: members
loader -[#grey]> loader: inspect
loader -[#grey]> loader: wrap
@enduml
| false | true | false | false | sequence |
9e35c680697f72da5058f18157dabc472c97681b | c4044a08b1a9bef1d06b8e08d8d21325d28ca293 | /LumpedMassBrickForFirstOrder.puml | 3858ec567765969c62c4a12d186a2815c5214d11 | [] | no_license | tkoyama010/OpenCAE-tkoyama010 | 67a8f15a021e17bd3c9540c997f97de4a9044dfc | cf6195fc2be5979374fc9919ae4835395ff775eb | refs/heads/master | 2020-06-07T11:00:58.604033 | 2019-08-31T01:42:01 | 2019-08-31T01:42:01 | 193,007,536 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 236 | puml | @startuml{LumpedMassBrickForFirstOrder.png}
skinparam dpi 300
class "lumped_mass_brick_for_first_order" as lumped_mass_brick_for_first_order {
asm_real_tangent_terms()
}
virtual_brick <|-- lumped_mass_brick_for_first_order
@enduml
| false | true | false | false | class |
133bf5168f7e9b4463adae2f70bf26b25f6bae33 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/interest-rate-swap@0.8.0.puml | f774e286faf3278415c8576bdaa3c956c41277cb | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 1,618 | puml | @startuml
class org.accordproject.isda.irs.DayCountFraction {
+ String value
+ String dayCountFractionScheme
}
org.accordproject.isda.irs.DayCountFraction --|> concerto.Concept
class org.accordproject.isda.irs.RateObservation << (T,yellow) >> {
}
org.accordproject.isda.irs.RateObservation --|> org.accordproject.runtime.Request
class org.accordproject.isda.irs.Result << (T,yellow) >> {
+ Double outstandingBalance
}
org.accordproject.isda.irs.Result --|> org.accordproject.runtime.Response
class org.accordproject.isda.irs.InterestRateSwapContract << (A,green) >> {
+ Organization bank
+ DateTime letterDate
+ Organization counterparty
+ String bankReference
+ MonetaryAmount notionalAmount
+ DateTime tradeDate
+ DateTime effectiveDate
+ DateTime terminationDate
+ Organization fixedRatePayer
+ String fixedRatePayerPeriodEndDates
+ String fixedRatePayerPaymentDates
+ Double fixedRate
+ DayCountFraction fixedRateDayCountFraction
+ String fixedRatePayerBusinessDays
+ String fixedRatePayerBusinessDayConvention
+ Organization floatingRatePayer
+ String floatingRatePayerPeriodEndDates
+ String floatingRatePayerPaymentDates
+ Double floatingRateForInitialCalculationPeriod
+ String floatingRateOption
+ String designatedMaturity
+ String spread
+ DayCountFraction floatingRateDayCountFraction
+ String resetDates
+ String compounding
+ String floatingRatePayerBusinessDays
+ String floatingRatePayerBusinessDayConvention
}
org.accordproject.isda.irs.InterestRateSwapContract --|> org.accordproject.contract.Contract
@enduml
| false | true | false | false | class |
d803ebd98d65e4e5752d47c28b0971c6edd0f976 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/SemanticErrorError.puml | 4f2fd7c02c88b548e416b27b040b4d72a6a524e4 | [] | 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 | 423 | 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 SemanticErrorError [[SemanticErrorError.svg]] extends ErrorObject {
code: String
message: String
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
| false | true | false | false | class |
7ac4f905a163a5f86c2afd218fcd2474da163998 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CategorySlugChangedMessage.puml | 40b5c358d48f21de42ebe859e903136f9bf6dd92 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,236 | 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 CategorySlugChangedMessage [[CategorySlugChangedMessage.svg]] extends Message {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
slug: [[LocalizedString.svg LocalizedString]]
oldSlug: [[LocalizedString.svg LocalizedString]]
}
interface Message [[Message.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
| false | true | false | false | class |
552ae6bcaa52e4607674d101d76c9506487d686e | 47d3b6c26cdbf6cba6db12d5788773f08ecae337 | /uml-output/0xf5cff285aafc515433113dc8deafd50422f6c6efd45be4130d9f992d465f0aea.puml | d1f0015513d34b9b0ec2edf1e0bcca4125b5f6e6 | [] | no_license | cds-blog-code-samples/Reentrant | 735c5f68689e0dffd8be141231f152db2e0a7d49 | f1b9bcd0cc86f467aff4ad55f806c10479c3c82e | refs/heads/master | 2023-01-28T11:18:48.609986 | 2021-02-20T16:56:22 | 2021-03-03T16:47:35 | 140,290,855 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,823 | puml |
@startuml
autonumber
skinparam legendBackgroundColor #FEFECE
<style>
header {
HorizontalAlignment left
FontColor purple
FontSize 14
Padding 10
}
</style>
header Insights by Truffle
title Txn Hash: 0xf5cff285aafc515433113dc8deafd50422f6c6efd45be4130d9f992d465f0aea
actor EOA as "EOA"
participant TestGuard_01 as "TestGuard_01"
participant ReentrancyMock_01 as "ReentrancyMock_01"
participant Assert_01 as "Assert_01"
participant AssertBool_01 as "AssertBool_01"
participant AssertUint_01 as "AssertUint_01"
"EOA" -> "TestGuard_01" ++: testLocalCallGuarded()
"TestGuard_01" -> "ReentrancyMock_01" ++: countThisRecursive(\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| uint | n | 5 |\n\
) { 0.0 GWEI }
"ReentrancyMock_01" -> "ReentrancyMock_01" ++: count()
"ReentrancyMock_01" -> "ReentrancyMock_01" --:
"ReentrancyMock_01" -> "ReentrancyMock_01" ++: countThisRecursive(\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| uint | n | 4 |\n\
) { 0.0 GWEI }
"ReentrancyMock_01" x-[#red]-> "Assert_01" --: <&warning> <color #red>**REVERT!**</color>
deactivate "ReentrancyMock_01"
deactivate "ReentrancyMock_01"
"TestGuard_01" -> "Assert_01" ++: isFalse(\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| bool | b | false |\n\
| string | message | 'Guard should prevent reentry' |\n\
) { 0.0 GWEI }
"ReentrancyMock_01" x-[#red]-> "AssertBool_01" --: <&warning> <color #red>**REVERT!**</color>
"Assert_01" -> "AssertBool_01" ++: isFalse(\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| bool | b | false |\n\
| string | message | 'Guard should prevent reentry' |\n\
) { 0.0 GWEI }
"AssertBool_01" -> "AssertBool_01" ++: _report(\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| bool | result | true |\n\
| string | message | 'Guard should prevent reentry' |\n\
) { 0.0 GWEI }
"AssertBool_01" -> "AssertBool_01" --:
"AssertBool_01" -> "Assert_01" --: Return (\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| bool | result | true |\n\
)
"Assert_01" -> "TestGuard_01" --: Return (\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| bool | result | true |\n\
)
"TestGuard_01" -> "ReentrancyMock_01" ++: counter()
"ReentrancyMock_01" -> "TestGuard_01" --: Return (\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| uint | | 2 |\n\
)
"TestGuard_01" -> "Assert_01" ++: equal(\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| uint | a | 2 |\n\
| uint | b | 2 |\n\
| string | message | 'counter got tickled to 2' |\n\
) { 0.0 GWEI }
"Assert_01" -> "AssertUint_01" ++: equal(\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| uint | a | 2 |\n\
| uint | b | 2 |\n\
| string | message | 'counter got tickled to 2' |\n\
) { 0.0 GWEI }
"AssertUint_01" -> "AssertUint_01" ++: _report(\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| bool | result | true |\n\
| string | message | 'counter got tickled to 2' |\n\
) { 0.0 GWEI }
"AssertUint_01" -> "AssertUint_01" --:
"AssertUint_01" -> "Assert_01" --: Return (\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| bool | result | true |\n\
)
"Assert_01" -> "TestGuard_01" --: Return (\n\
<#FEFECE,#FEFECE>|= type |= name |= value |\n\
| bool | result | true |\n\
)
"TestGuard_01" -> "EOA" --:
legend
Participant details
<#FEFECE,#D0D000>|= Alias |= Contract name |= Address |
<#FEFECE>| EOA | Externally Owned Account | 0x074879d0D753cf4A850a6a3614D60d0b2309A58F |
<#FEFECE>| TestGuard_01 | TestGuard | 0x63fb898997d985983B63843bd5a1d6A7AD11b95A |
<#FEFECE>| ReentrancyMock_01 | ReentrancyMock | 0x2fd186B13661e8bC5c7B70196327d34AafB0e889 |
<#FEFECE>| Assert_01 | Assert | 0x63fb898997d985983B63843bd5a1d6A7AD11b95A |
<#FEFECE>| AssertBool_01 | AssertBool | 0xafA9382f67A8882862eC8c7A3Fc28C0c308E736B |
<#FEFECE>| AssertUint_01 | AssertUint | 0xcf6ab784cb7E2edc1d129A4E92DD7559c3746740 |
endlegend
@enduml | false | true | false | false | usecase |
d6ebee9f9aae251ca52bfdd5b2655595199d8909 | 54f0570710d72445f30bc8261595126edc5b67ca | /log_grabber/database.py.class.puml | 4b99b7e065b8d045d2a5aacd97da9428347f12fc | [] | no_license | deadbok/eal_programming | cab8fc7145b5115f887a7b10aad90880a799d118 | 33bf532b397f21290d6f85631466d90964aab4ad | refs/heads/master | 2021-01-13T15:11:19.276462 | 2017-06-13T09:20:51 | 2017-06-13T09:20:51 | 76,203,290 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 159 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
scale 2
class Database {
-connection
-__init__()
+update_record()
}
@enduml | false | true | false | false | class |
d3b42444e233cea9c67a8c5babf3a12d051c491e | 9ab481f8ead62e87e5a498c1b6c701a916507c1c | /modules/api_integration/images/p2p_e2e_detailed_multi_stage.plantuml | 8a7ee92d0bcdc6f1abf13e6ffc8ae3ec82acbf15 | [
"Apache-2.0"
] | permissive | pm4ml/documents | d8fee48a60e2981631b67af7b406ca27cdea4041 | dd6cf5110aa6eb53fea82787d48f3733f7f41db2 | refs/heads/master | 2023-08-20T06:56:30.417306 | 2021-10-21T12:24:15 | 2021-10-21T12:24:15 | 367,070,860 | 0 | 1 | Apache-2.0 | 2021-10-04T16:19:27 | 2021-05-13T14:16:09 | CSS | UTF-8 | PlantUML | false | false | 6,807 | plantuml | @startuml
skinparam activityFontSize 4
skinparam activityDiamondFontSize 30
skinparam activityArrowFontSize 24
skinparam defaultFontSize 24
skinparam noteFontSize 24
skinparam monochrome true
autonumber
actor "Payer" as Payer
participant "Payer DFSP" as PayerFSP
box Payment Manager
participant "Core Connector" as cc1
participant "Mojaloop Connector" as sob
end box
participant "Mojaloop Switch" as sw
participant "Oracle" as Oracle
box Payment Manager
participant "Mojaloop Connector" as sib
participant "Core Connector" as cc2
end box
participant "Payee DFSP" as PayeeFSP
actor "Payee" as Payee
Payer -> PayerFSP: I want to send 50 EUR \n to MSISDN 987654321
PayerFSP -> cc1: Send 50 EUR to MSISDN 987654321 \n POST /sendmoney (sync)
cc1 -> sob: POST /transfers (sync)
== Identify payee ==
sob -> sw: GET /parties/{type}/{id}
sw -> Oracle: Look up DFSP that serves MSISDN 987654321
Oracle -> Oracle: Look up DFSP that serves MSISDN 987654321
alt Payee DFSP not found
Oracle -> sw: No DFSP found
sw -> sob: PUT /parties/{type}/{id}/error
sob -> cc1: Error response to POST /transfers (sync)
cc1 -> PayerFSP: Error response to POST /sendmoney (sync)
PayerFSP -> Payer: Transfer failed
else Payee DFSP found
Oracle -> sw: Return DFSP ID
sw -> sib: GET /parties/{type}/{id}
sib -> cc2: GET /parties/{idType}/{idValue} (sync)
cc2 -> PayeeFSP: Look up Payee details (sync)
PayeeFSP -> PayeeFSP: Retrieve Payee details
end
alt Payee not found
PayeeFSP -> cc2: Return error (sync)
cc2 -> sib: Error response to GET /parties/{idType}/{idValue} (sync)
sib -> sw: PUT /parties/{type}/{id}/error
sw -> sob: PUT /parties/{type}/{id}/error
sob -> cc1: Error response to POST /transfers (sync)
cc1 -> PayerFSP: Error response to POST /sendmoney (sync)
PayerFSP -> Payer: Transfer failed
else Payee found
PayeeFSP -> cc2: Return Payee details \n HTTP 200 result (sync)
cc2 -> sib: Response to GET /parties/{idType}/{idValue} (sync) \n (contains Payee details)
sib -> sw: PUT /parties/{type}/{id}
sw -> sob: PUT /parties/{type}/{id}
sob -> cc1: Response to POST /transfers \n (contains Payee details + transferId) \n HTTP 200 result (sync)
cc1 -> PayerFSP: Response to POST /sendmoney \n (contains Payee details + transferId) \n HTTP 200 result (sync)
alt Payer cancels transaction
Payer -> PayerFSP: Cancel
PayerFSP -> cc1: Cancel transaction \n PUT /sendmoney/{transferId} \n {"acceptParty": false} (sync)
cc1 -> cc1: Log cancellation
else Payer confirms transaction
Payer -> PayerFSP: Confirm
end
== Agree transfer ==
PayerFSP -> cc1: Proceed \n PUT /sendmoney/{transferId} \n {"acceptParty": true} (sync)
cc1 -> sob: PUT /transfers/{transferId} {"acceptParty": true} (sync)
sob -> sw: POST /quotes
sw -> sib: POST /quotes
sib -> cc2: POST /quoterequests (sync)
cc2 -> PayeeFSP: Prompt for quote (sync)
alt Quote request fails
PayeeFSP -> cc2: Return error (sync)
cc2 -> sib: Error response to POST /quoterequests (sync)
sib -> sw: PUT /quotes/{id}/error
sw -> sob: PUT /quotes/{id}/error
sob -> cc1: Error response to PUT /transfers/{transferId} (sync)
cc1 -> PayerFSP: Error response to POST /sendmoney (sync)
PayerFSP -> Payer: Transfer failed
else Quote request is successful
PayeeFSP -> PayeeFSP: Retrieve quote
PayeeFSP -> cc2: Return quote \n HTTP 200 result (sync)
cc2 -> sib: Response to POST /quoterequests (sync) \n (contains quote) \n HTTP 200 result (sync)
sib -> sw: PUT /quotes/{id}
sw -> sob: PUT /quotes/{id}
sob -> cc1: Response to PUT /transfers/{transferId} \n (contains quote) \n HTTP 200 result (sync)
cc1 -> PayerFSP: Response to PUT /sendmoney/{transferId} \n (contains quote) \n HTTP 200 result (sync)
PayerFSP -> Payer: Confirm fee
alt Payer cancels transaction
Payer -> PayerFSP: Cancel
PayerFSP -> cc1: Cancel transaction \n PUT /sendmoney/{transferId} \n {"acceptQuote": false} (sync)
cc1 -> cc1: Log cancellation
else Payer confirms transaction
Payer -> PayerFSP: Confirm
== Execute transfer ==
PayerFSP -> cc1: Proceed \n PUT /sendmoney/{transferId} (sync) \n {"acceptQuote": true}
cc1 -> sob: PUT /transfers/{transferId} (sync) \n {"acceptQuote": true}
end
end
sob -> sw: POST /transfers
sw -> sw: Perform liquidity (NDC) check
alt Transfer execution would exceed NDC
sw -> sob: PUT /transfers/{id}/error
sob -> cc1: Error response to PUT /transfers/{transferId} (sync)
cc1 -> PayerFSP: Error response to PUT /sendmoney/{transferId} (sync)
PayerFSP -> Payer: Transfer failed
else Transfer execution will not exceed NDC
sw -> sw: Reserve funds
sw -> sib: POST /transfers \n
sib -> cc2: POST /transfers (sync)
cc2 -> PayeeFSP: Prepare transfer (sync)
PayeeFSP -> PayeeFSP: Perform internal checks
alt Payee DFSP internal checks fail
PayeeFSP -> cc2: Return error (sync)
cc2 -> sib: Error response to POST /transfers (sync)
sib -> sw: PUT /transfers/{id}/error
sw -> sw: Cancel reserved funds
sw -> sob: PUT /transfers/{id}/error
sob -> cc1: Error response to PUT /transfers/{transferId} (sync)
sob -> PayerFSP: Error response to PUT /sendmoney/{transferId} (sync)
PayerFSP -> Payer: Transfer failed
else Payee DFSP internal checks pass
PayeeFSP -> cc2: HTTP 200 result (sync)
cc2 -> PayeeFSP: Prompt to create funds \n in technical account
PayeeFSP -> PayeeFSP: Create funds \n in technical account
PayeeFSP -> cc2: Transfer successful \n HTTP 200 result (sync)
cc2 -> sib: Response to POST /transfers \n Transfer successful \n HTTP 200 result (sync)
sib -> sw: PUT /transfers/{id} \n transferState=RESERVED
sw -> sw: Perform validation
end
end
alt Validation by Switch fails
sw -> sw: Cancel reserved funds
sw -> sob: PUT /transfers/{id}/error
sob -> cc1: Error response to PUT /transfers/{transferId} \n Transfer failed (sync)
cc1 -> PayerFSP: Error response to PUT /sendmoney/{transferId} \n Transfer failed (sync)
PayerFSP -> Payer: Transfer failed
sw -> sib: PATCH /transfers/{id} \n transferState=ABORTED
sib -> cc2: PUT /transfers/{transferId} \n transferState=ABORTED
cc2 -> PayeeFSP: Transfer failed
PayeeFSP -> PayeeFSP: Cancel created funds
else Validation by Switch successful
sw -> sw: Commit funds
sw -> sob: PUT /transfers/{id} \n transferState=COMMITTED
sob -> cc1: Response to PUT /transfers/{transferId} \n Transfer successful \n HTTP 200 result (sync)
cc1 -> PayerFSP: Response to PUT /sendmoney/{transferId} \n Transfer successful \n HTTP 200 result (sync)
PayerFSP -> Payer: Transfer successful
sw -> sib: PATCH /transfers/{id} \n transferState=COMMITTED
sib -> cc2: PUT /transfers/{transferId} \n transferState=COMMITTED
cc2 -> PayeeFSP: Transfer successful
PayeeFSP -> PayeeFSP: Move 50 EUR to Payee account \n managed internally in Payee DFSP
note right
If this step fails,
Payee DFSP should mark
transaction for reconciliation,
and initiate reconciliation
process with Hub
end note
PayeeFSP -> Payee: You have received 50 EUR from Payer
end
end
@enduml | false | true | false | false | usecase |
b82692ace0976da0956048e258864b17f300415b | 3e8014f34629518f9339c0e0285b81d867a1edbf | /src/main/java/com/net4w/prototype/demo.puml | cc48642d9b4a86ad9755cec60df930d8167f3630 | [] | no_license | WangPingChun/design-pattern | d250b0d06f0935b52d58c8104614a187271a4bb4 | cce3fd19ed86375e0139e92d6cd6c499882ec080 | refs/heads/master | 2023-08-14T18:59:31.400379 | 2020-05-23T15:32:03 | 2020-05-23T15:32:03 | 261,672,023 | 0 | 0 | null | 2023-07-23T15:15:50 | 2020-05-06T06:31:50 | Java | UTF-8 | PlantUML | false | false | 89 | puml | @startuml
Client ..> Sheep
class Sheep {
-age:int
-name:String
-color:String
}
@enduml | false | true | false | false | class |
06b56cc74aa30ac1ce91c621879024a11d32bc6a | 2e01b1076e3cda8e07eb01ae84463a530a5ae356 | /docs/uml/main/WeatherCoordinateSourceClassDiagram.puml | 60716fb34bab36830ff94e7960b8ea2b41158e4c | [
"BSD-3-Clause"
] | permissive | ie3-institute/PowerSystemDataModel | 56ac48c91713c38efd532fe0abf40b1962358605 | a8f4f9900761b89e9e213e68c14c1e459348de01 | refs/heads/dev | 2023-08-31T03:34:03.218682 | 2023-08-30T12:02:23 | 2023-08-30T12:02:23 | 235,830,706 | 20 | 13 | BSD-3-Clause | 2023-09-14T04:14:47 | 2020-01-23T16:00:59 | Java | UTF-8 | PlantUML | false | false | 2,807 | puml | @startuml
note "Assuming all classes to implement \nthe abstract methods of their interfaces\n\n" as generalNotes
abstract class WeatherSource {
- TimeBasedWeatherValueFactory weatherFactory
- Map<Point, IndividualTimeSeries<WeatherValue>> coordinateToTimeSeries
- IdCoordinateSource idCoordinateSource
- {abstract} Map<Point, IndividualTimeSeries<WeatherValue>> getWeather(ClosedInterval<ZonedDateTime>)
- {abstract} Map<Point, IndividualTimeSeries<WeatherValue>> getWeather(ClosedInterval<ZonedDateTime>, Collection<Point>)
- {abstract} Optional<TimeBasedValue<WeatherValue>> getWeather(ZonedDateTime, Point)
}
WeatherSource <|-- CsvWeatherSource
WeatherSource <|-- SqlWeatherSource
WeatherSource <|-- InfluxDbWeatherSource
WeatherSource <|-- CouchbaseWeatherSource
class CsvWeatherSource {
- CsvDataSource dataSource
- CsvWeatherSource(String, String, FileNamingStrategy, IdCoordinateSource, TimeBasedWeatherValueFactory)
}
class SqlWeatherSource {
- SqlDataSource dataSource
- String factoryCoordinateFieldName
- SqlWeatherSource(SqlConnector, IdCoordinateSource, String, String, TimeBasedWeatherValueFactory)
}
class InfluxDbWeatherSource {
- InfluxDbConnector connector
- InfluxDbWeatherSource(InfluxDbConnector, IdCoordinateSource, TimeBasedWeatherValueFactory)
- IndividualTimeSeries<WeatherValue> getWeather(ClosedInterval<ZonedDateTime>, Point)
}
class CouchbaseWeatherSource {
- CouchbaseConnector connector,
- CouchbaseWeatherSource(CouchbaseConnector, IdCoordinateSource, String, TimeBasedWeatherValueFactory, String)
- CouchbaseWeatherSource(CouchbaseConnector, IdCoordinateSource, String, String, TimeBasedWeatherValueFactory, String)
- String generateWeatherKey(ZonedDateTime, Integer)
- String createQueryStringForIntervalAndCoordinate(ClosedInterval<ZonedDateTime>, int)
}
interface IdCoordinateSource {
{abstract} Optional<Point> getCoordinate(int)
{abstract} Collection<Point> getCoordinates(int...)
{abstract} Optional<Integer> getId(Point)
{abstract} Collection<Point> getAllCoordinates()
{abstract} List<CoordinateDistance> getNearestCoordinates(Point, int)
{abstract} List<CoordinateDistance> getClosestCoordinates(Point, int, ComparableQuantity<Length>)
}
IdCoordinateSource <|.. CsvIdCoordinateSource
IdCoordinateSource <|.. SqlIdCoordinateSource
class CsvIdCoordinateSource {
- Map<Integer, Point> idToCoordinate
- Map<Point, Integer> coordinateToId
- CsvDataSource dataSource
- IdCoordinateFactory factory
- CsvIdCoordinateSource(IdCoordinateFactory, CsvDataSource)
}
class SqlIdCoordinateSource {
- SqlDataSource dataSource
- SqlIdCoordinateFactory factory
- SqlIdCoordinateSource(SqlIdCoordinateFactory, String, SqlDataSource)
}
@enduml | false | true | false | false | class |
bd14e95be6dc1f0b84267cf937d2c0b0c6052093 | 3967933d314adb789c879344140767f45fee86d2 | /src/twisk/ressources/UML/fichierPUML/TwiskUML.puml | 732735f4971dd3b48a0ab640dede8fb9896d153d | [] | no_license | PerryPerrz/Twisk | 2281d95416de256a57ab68412b0caf80932b0146 | b7677e715cad0aca198d3cc32f349b655eaa4c7d | refs/heads/master | 2023-08-17T19:13:42.345634 | 2021-06-07T17:44:24 | 2021-06-07T17:44:24 | 406,896,396 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 18,800 | puml | @startuml
class twisk.monde.Activite {
- int temps
- int ecartTemps
+ boolean estUneActivite()
+ int getTemps()
+ void setTemps(int)
+ int getEcartTemps()
+ void setEcartTemps(int)
+ String toString()
+ String toC()
+ int getNbTicketSiGuichet()
+ int getNumSem()
}
class twisk.exceptions.SameActivityException {
}
abstract class twisk.exceptions.TwiskException {
}
class twisk.exceptions.MondeNullException {
}
class twisk.simulation.Client {
- int numeroClient
- int rang
+ void allerA(Etape,int)
+ Etape getEtape()
+ int getNumeroClient()
+ int getRang()
+ String toString()
}
twisk.simulation.Client --"1" twisk.monde.Etape
class twisk.outils.OutilsSerializable {
- {static} OutilsSerializable instance
+ {static} OutilsSerializable getInstance()
+ void initializeSer()
+ void mondeToSer(MondeIG,File,String)
+ MondeIG mondeFromSer(File)
+ MondeIG[] mondesPredeterminesTemp()
+ void mondeToSerInMondesPredetermines(MondeIG,String)
+ void supprimerSer(String)
+ MondeIG chargerMondePredetermine(InputStream file)
}
class twisk.exceptions.GuichetToGuichetException {
}
class twisk.exceptions.URLIncorrectException {
}
class twisk.outils.ClassLoaderPerso {
+ Class<?> loadClass(String)
- Class<?> getClass(String)
- byte[] loadClassData(String)
+ void finalize()
}
class twisk.outils.FabriqueIdentifiant {
- {static} long serialVersionUID
- {static} FabriqueIdentifiant instance
- int noEtape
- int noPdc
- int numSem
+ {static} FabriqueIdentifiant getInstance()
+ String getIdentifiantEtape()
+ String getIdentifiantPdc()
+ void reset()
+ int getNumSem()
}
class twisk.outils.TailleComposants {
- {static} TailleComposants instance
- int largAct
- int hautAct
- int tailleBouton
- int windowX
- int windowY
- int rad
- int largLigne
- int longTri
- int largTri
- int tailleIcons
- int tailleIcons2
- int tailleIcons3
- int largGuichet
- int hautGuichet
- int hautLabelEtape
- int margeSelection
- int font
- int radCLient
- int ecartHV
+ {static} TailleComposants getInstance()
+ int getLargAct()
+ int getHautAct()
+ int getTailleBouton()
+ int getWindowX()
+ int getWindowY()
+ int getRad()
+ int getLargLigne()
+ int getLongTri()
+ int getLargTri()
+ int getTailleIcons()
+ int getTailleIcons2()
+ int getTailleIcons3()
+ int getLargGuichet()
+ int getHautGuichet()
+ int getHautLabelEtape()
+ int getMargeSelection()
+ int getFont()
+ int getRadClient()
+ int getEcartHV()
}
class twisk.outils.FabriqueNumero {
- int cptEtape
- int cptSemaphore
- int cptLibrairie
- int cptLog
- {static} FabriqueNumero instance
+ {static} FabriqueNumero getInstance()
+ int getNumeroEtape()
+ int getNumeroSemaphore()
+ int getNumeroLibrairie()
+ int consulterNumeroLibraire()
+ int getNumeroLog()
+ void reset()
}
class twisk.outils.CouleurComposants {
- {static} CouleurComposants instance
- String couleurLabelActivite
- String couleurActivite
- String couleurBackgroudnActivite
- String couleurLigneStroke
- String couleurTriangleStroke
- String couleurTriangleFill
- String couleurLigneStrokeIsSelected
- String couleurTriangleStrokeIsSelected
- String couleurTriangleFillIsSelected
- String couleurBackgroundEtapeIsSelected
- String couleurBorderEtapeIsSelected
- String couleurLabelGuichet
- String couleurBorderGuichet
- String couleurBackgroundGuichet
- String couleurBackgroundJourMonde
- String couleurBackgroundNuitMonde
- String couleurBackgroundResetMonde
- String couleurPointDeControle
+ {static} CouleurComposants getInstance()
+ String getCouleurActivite()
+ String getCouleurLabelActivite()
+ String getCouleurBackgroudnActivite()
+ String getCouleurLigneStroke()
+ String getCouleurTriangleStroke()
+ String getCouleurTriangleFill()
+ String getCouleurLigneStrokeIsSelected()
+ String getCouleurTriangleStrokeIsSelected()
+ String getCouleurTriangleFillIsSelected()
+ String getCouleurBackgroundEtapeIsSelected()
+ String getCouleurBorderEtapeIsSelected()
+ String getCouleurLabelGuichet()
+ String getCouleurBorderGuichet()
+ String getCouleurBackgroundGuichet()
+ String getCouleurBackgroundJourMonde()
+ String getCouleurBackgroundNuitMonde()
+ String getCouleurBackgroundResetMonde()
+ String getCouleurPointDeControle()
}
abstract class twisk.mondeIG.EtapeIG {
- {static} long serialVersionUID
# String nom
# String identifiant
# int posX
# int posY
# boolean entree
# boolean sortie
# int delai
# int ecart
# int nbPrec
+ void randomPositions()
+ void raffraichissementPdc()
+ String getIdentifiant()
+ int getPosX()
+ int getPosY()
+ Iterator<PointDeControleIG> iterator()
+ PointDeControleIG getPdcIndex(int)
+ String getNom()
+ void setNom(String)
+ void setPosXPosY(int,int)
+ void invEntree()
+ void invSortie()
+ int getDelai()
+ int getEcart()
+ void setDelai(int)
+ void setEcart(int)
+ boolean estUneEntree()
+ boolean estUneSortie()
+ boolean estUneActivite()
+ boolean estUneActiviteRestreinte()
+ boolean estUnGuichet()
+ {abstract}int siEstUnGuichetGetNbJetons()
+ {abstract}void siEstUnGuichetSetNbJetons(int)
+ {abstract}void siEstUnGuichetSetVersLaDroite(Boolean)
+ void ajouterSuccesseur(EtapeIG)
+ void supprimerSuccesseur(EtapeIG)
+ boolean possedeUnSuccesseur()
+ boolean estSuivieDUneActivite()
+ {abstract}boolean setActiviteRestreinte(boolean)
+ boolean actSuccIntoActRes()
+ ArrayList<EtapeIG> getSucc()
+ boolean estAccessibleDepuis(EtapeIG)
+ int getNbPrec()
+ void incrementeNbPrec()
+ void decrementeNbPrec()
+ {abstract}Boolean siEstUnGuichetGetVersLaDroite()
}
twisk.mondeIG.EtapeIG--"*" twisk.mondeIG.PointDeControleIG
twisk.mondeIG.EtapeIG--"*" twisk.mondeIG.EtapeIG
twisk.mondeIG.EtapeIG--"1" twisk.outils.FabriqueIdentifiant
abstract class twisk.monde.Etape {
# String nom
# int num
+ void ajouterSuccesseur(Etape)
+ int nbSuccesseurs()
+ boolean estUneActivite()
+ boolean estUnGuichet()
+ Iterator<Etape> iterator()
+ String getNom()
+ int getNum()
+ {abstract}String toC()
+ GestionnaireSuccesseurs getGestsucc()
+ Etape getSucc()
+ Etape getSuccI(int)
+ {abstract}int getNbTicketSiGuichet()
+ {abstract}int getNumSem()
+ String getNomMaj()
+ boolean estUnSasEntree()
+ boolean estUnSasSortie()
}
twisk.monde.Etape--"1" twisk.monde.GestionnaireSuccesseurs
class twisk.vues.VueClient {
+ EtapeIG getE()
+ void reagir()
}
twisk.vues.VueClient--"1" twisk.simulation.Client
twisk.vues.VueClient--"1" twisk.mondeIG.MondeIG
twisk.vues.VueClient--"1" twisk.mondeIG.EtapeIG
interface twisk.designPattern.Observateur {
~ void reagir()
}
class twisk.exceptions.PasUnGuichetException {
}
class twisk.monde.GestionnaireEtapes {
+ void ajouter(Etape)
+ int nbEtapes()
+ Iterator<Etape> iterator()
+ String toString()
}
twisk.monde.GestionnaireEtapes--"*" twisk.monde.Etape
class twisk.vues.VueArcIG {
+ void apparitionDeLaLigne(PointDeControleIG,PointDeControleIG)
+ void apparitionDuTriangle()
+ void reagir()
}
twisk.vues.VueArcIG--"1" twisk.mondeIG.MondeIG
twisk.vues.VueArcIG--"1" twisk.mondeIG.ArcIG
twisk.vues.VueArcIG--"1" javafx.scene.shape.Line
twisk.vues.VueArcIG--"1" javafx.scene.shape.Polyline
class twisk.exceptions.UncorrectSettingsException {
}
class twisk.exceptions.ArcAlreadyCreateException {
}
class twisk.outils.KitC {
+ void creerEnvironnement()
- void copier(InputStream,File)
+ void creerFichier(String)
+ void compiler()
+ void construireLaLibrairie()
+ void tuerLesProcessusC(GestionnaireClients)
}
class twisk.outils.CreationLogs {
- {static} CreationLogs instance
+ {static} CreationLogs getInstance()
+ void initializelogs()
+ void ecrireContenuDansLog(int,String)
}
class twisk.vues.VueMondeIG {
+ void reagir()
}
twisk.vues.VueMondeIG --"1" twisk.mondeIG.MondeIG
class twisk.monde.GestionnaireSuccesseurs {
+ void ajouter(Etape)
+ int nbEtapes()
+ Iterator<Etape> iterator()
+ Etape getSucc()
+ Etape getSuccI(int)
+ String toString()
}
twisk.monde.GestionnaireSuccesseurs --"*" twisk.monde.Etape
class twisk.monde.SasEntree {
- String loi
+ String toC()
+ boolean estUnSasEntree()
+ void setLoi(String)
}
class twisk.monde.Monde {
+ void aCommeEntree(Etape)
+ void aCommeSortie(Etape)
+ void ajouter(Etape)
+ int nbEtapes()
+ int nbGuichets()
+ Iterator<Etape> iterator()
+ String toString()
+ String toC()
+ int getNbTicketsGuichetI(int)
+ String getNomEtapeI(int)
+ int getNumSasSortie()
+ Etape getEtapeI(int)
+ SasEntree getSasE()
}
twisk.monde.Monde--"1" twisk.monde.SasEntree
twisk.monde.Monde--"1" twisk.monde.SasSortie
twisk.monde.Monde--"1" twisk.monde.GestionnaireEtapes
class twisk.monde.SasSortie {
+ String toC()
+ boolean estUnSasSortie()
}
class twisk.exceptions.ChargementSauvegardeException {
}
class twisk.exceptions.MondeException {
}
class twisk.exceptions.WrongDirectionException {
}
class twisk.outils.GestionnaireThreads {
- {static} GestionnaireThreads instance
+ {static} GestionnaireThreads getInstance()
+ int lancer(Task)
+ void detruireTout()
}
twisk.outils.GestionnaireThreads--"*" java.lang.Thread
class twisk.ClientTwisk {
+ Monde ConstruMonde1()
+ Monde ConstruMonde2()
+ {static} void main(String[])
}
class twisk.simulation.Simulation {
- int nbClients
- boolean enCoursDeSimulation
+ void simuler(Monde)
+ int[] start_simulation(int,int,int,int[])
+ int[] ou_sont_les_clients(int,int)
+ void nettoyage()
+ void setNbClients(int)
+ GestionnaireClients getGestCli()
+ boolean isEnCoursDeSimulation()
}
twisk.simulation.Simulation --"1" twisk.simulation.GestionnaireClients
class twisk.vues.VueGuichetIG {
- int paneLibre
+ void ajouterVueClient(VueClient)
+ int getNbVueClients()
+ void reagir()
}
twisk.vues.VueGuichetIG--"1" javafx.scene.layout.FlowPane
class twisk.mondeIG.ActiviteIG {
- {static} long serialVersionUID
- boolean estUneActiviteRestreinte
+ boolean estUneActivite()
+ boolean estUneActiviteRestreinte()
+ int siEstUnGuichetGetNbJetons()
+ void siEstUnGuichetSetNbJetons(int)
+ void siEstUnGuichetSetVersLaDroite(Boolean)
+ boolean setActiviteRestreinte(boolean)
+ Boolean siEstUnGuichetGetVersLaDroite()
}
class twisk.vues.VuePointDeControleIG {
+ void gestionDesAlertes(TwiskException,String,String,String)
+ void reagir()
}
twisk.vues.VuePointDeControleIG --"1" twisk.mondeIG.MondeIG
twisk.vues.VuePointDeControleIG--"1" twisk.mondeIG.PointDeControleIG
class twisk.vues.VueMenu {
- void supprimer()
+ void rename()
+ void delai()
+ void ecart()
+ void jetons()
+ void clients()
+ void nouveau()
~ void restaurer()
- void enregistrer()
- void ajouterMenuItemsMondes()
- void ajouter()
- void supprimerMonde()
- void ouvrirFenetreNouveauMonde(MondeIG)
+ void gestionDesImages(MenuItem,String)
+ void gestionDuCheckmarkDesLois()
+ void gestionDesAlertes(Exception,String,String,String)
- void chargerMonde(String nom)
+ void reagir()
}
twisk.vues.VueMenu--"1" twisk.mondeIG.MondeIG
twisk.vues.VueMenu--"7" javafx.scene.control.Menu
class twisk.exceptions.CreateLoopException {
}
abstract class twisk.vues.VueEtapeIG {
+ void setMouse(MouseEvent)
+ EtapeIG getEtape()
+ {abstract}void ajouterVueClient(VueClient)
+ void setPoBVueMondeIG(BooleanProperty)
}
twisk.vues.VueEtapeIG--"1" twisk.mondeIG.MondeIG
twisk.vues.VueEtapeIG--"1" twisk.mondeIG.EtapeIG
twisk.vues.VueEtapeIG--"1" javafx.scene.control.Label
twisk.vues.VueEtapeIG--"1" java.lang.Boolean
class twisk.MainTwisk {
+ {static} void main(String[])
+ void start(Stage)
}
class twisk.mondeIG.ArcIG {
- {static} long serialVersionUID
- boolean select
+ PointDeControleIG getPdcDepart()
+ PointDeControleIG getPdcArrive()
+ boolean isLinkedToStage(EtapeIG)
+ boolean isSelected()
+ void setSelect(boolean)
+ EtapeIG getEtapePdcDepart()
+ EtapeIG getEtapePdcArrive()
}
twisk.mondeIG.ArcIG --"2" twisk.mondeIG.PointDeControleIG
class twisk.mondeIG.GuichetIG {
- {static} long serialVersionUID
- int nbJetons
- int numSemaphore
- Boolean versLaDroite
+ boolean estUnGuichet()
+ int siEstUnGuichetGetNbJetons()
+ void siEstUnGuichetSetNbJetons(int)
+ void siEstUnGuichetSetVersLaDroite(Boolean)
+ boolean setActiviteRestreinte(boolean)
+ Boolean siEstUnGuichetGetVersLaDroite()
+ void setVersLaDroite(Boolean)
}
twisk.mondeIG.GuichetIG--"1"twisk.outils.FabriqueIdentifiant
class twisk.exceptions.FichierNullException {
}
class twisk.mondeIG.PointDeControleIG {
- {static} long serialVersionUID
- int centreX
- int centreY
- String id
- boolean clicked
+ void setCentre(int,int)
+ int getCentreX()
+ int getCentreY()
+ void setClicked()
+ boolean isClicked()
+ String getId()
+ EtapeIG getEtapeRattache()
}
twisk.mondeIG.PointDeControleIG--"1" twisk.mondeIG.EtapeIG
class twisk.vues.VueActiviteIG {
+ void ajouterVueClient(VueClient)
+ void reagir()
}
twisk.vues.VueActiviteIG --"1" javafx.scene.layout.FlowPane
class twisk.vues.VueOutils {
- void lancerFenetreErreurSimu(TwiskException)
+ void reagir()
}
twisk.vues.VueOutils --"1" twisk.mondeIG.MondeIG
twisk.vues.VueOutils --"3" javafx.scene.control.Button
class twisk.exceptions.CreateArcWithEndPdcException {
}
class twisk.simulation.GestionnaireClients {
- int nbClients
+ void setClients(int)
+ void allerA(int,Etape,int)
+ void reset()
+ Iterator<Client> iterator()
+ Client getClientI(int)
+ int getNbClients()
}
twisk.simulation.GestionnaireClients --"*" twisk.simulation.Client
class twisk.designPattern.SujetObserve {
+ void ajouterObservateur(Observateur)
+ void notifierObservateurs()
}
twisk.designPattern.SujetObserve --"*" twisk.designPattern.Observateur
twisk.mondeIG.MondeIG--"*" twisk.mondeIG.EtapeIG
twisk.mondeIG.MondeIG--"*" twisk.mondeIG.EtapeIG
twisk.mondeIG.MondeIG--"*" twisk.mondeIG.ArcIG
twisk.mondeIG.MondeIG--"1" twisk.outils.CorrespondanceEtapes
twisk.mondeIG.MondeIG--"1" twisk.outils.FabriqueIdentifiant
class twisk.mondeIG.MondeIG {
- {static} long serialVersionUID
- int style
- Object simulation
- int nbClients
- String nom
- String loi
+ void ajouter(String)
+ Iterator<EtapeIG> iterator()
+ int nbEtapes()
+ void ajouter(PointDeControleIG,PointDeControleIG)
+ Iterator<ArcIG> iteratorArcs()
+ void creationArc(PointDeControleIG)
+ EtapeIG getEtapeIndice(String)
+ void ajouterEtapeSelectionnee(EtapeIG)
+ boolean isSelected(EtapeIG)
+ void supprimerLaSelection()
+ void supprimer(Iterator<EtapeIG>)
+ void renommerLaSelection(String)
+ int nbEtapesSelectionnees()
+ void changerEmplacementEtape(String,int,int)
+ void selectionArc(ArcIG)
+ boolean isSelected(ArcIG)
+ void effacerLaSelection()
+ void setEntree()
+ void setSortie()
+ void setDelai(String)
+ void setEcart(String)
+ void setStyle(int)
+ int getStyle()
+ void setTokens(int)
+ boolean etapesSelectionneesSontDesGuichets()
- void verifierMondeIG()
+ Monde creerMonde()
+ void simuler()
+ CorrespondanceEtapes getCorE()
+ GestionnaireClients getGestionnaireClientDeSimulation()
+ boolean simulationACommencee()
+ void reagir()
+ void lavageDesClients()
+ int getNbClients()
+ void setNbClients(int)
+ String getNom()
+ void setNom(String)
+ void setLoi(String)
+ String getLoi()
+ int getNbArcsSelectionnes()
+ boolean etapesSelectionneesContientUnGuichet()
}
class twisk.monde.Guichet {
- int nbJetons
- int numSemaphore
+ boolean estUnGuichet()
+ int getNbJetons()
+ void setNbJetons(int)
+ int getNumSemaphore()
+ void setNumSemaphore(int)
+ String toString()
+ String toC()
+ int getNbTicketSiGuichet()
+ int getNumSem()
}
class twisk.outils.CorrespondanceEtapes {
+ void ajouter(EtapeIG,Etape)
+ Etape get(EtapeIG)
+ EtapeIG get(Etape)
}
twisk.outils.CorrespondanceEtapes--"*"twisk.mondeIG.EtapeIG
twisk.outils.CorrespondanceEtapes--"*"twisk.monde.Etape
class twisk.monde.ActiviteRestreinte {
+ String toC()
}
twisk.monde.Etape <|-- twisk.monde.Activite
twisk.exceptions.TwiskException <|-- twisk.exceptions.SameActivityException
twisk.exceptions.Exception <|-- twisk.exceptions.TwiskException
twisk.exceptions.TwiskException <|-- twisk.exceptions.MondeNullException
twisk.exceptions.TwiskException <|-- twisk.exceptions.GuichetToGuichetException
twisk.exceptions.TwiskException <|-- twisk.exceptions.URLIncorrectException
twisk.outils.ClassLoader <|-- twisk.outils.ClassLoaderPerso
java.io.Serializable <|.. twisk.outils.FabriqueIdentifiant
twisk.mondeIG.Iterable <|.. twisk.mondeIG.EtapeIG
java.io.Serializable <|.. twisk.mondeIG.EtapeIG
twisk.monde.Iterable <|.. twisk.monde.Etape
twisk.designPattern.Observateur <|.. twisk.vues.VueClient
javafx.scene.shape.Circle <|-- twisk.vues.VueClient
twisk.exceptions.TwiskException <|-- twisk.exceptions.PasUnGuichetException
twisk.monde.Iterable <|.. twisk.monde.GestionnaireEtapes
twisk.designPattern.Observateur <|.. twisk.vues.VueArcIG
javafx.scene.layout.Pane <|-- twisk.vues.VueArcIG
twisk.exceptions.Exception <|-- twisk.exceptions.UncorrectSettingsException
twisk.exceptions.TwiskException <|-- twisk.exceptions.ArcAlreadyCreateException
twisk.designPattern.Observateur <|.. twisk.vues.VueMondeIG
javafx.scene.layout.Pane <|-- twisk.vues.VueMondeIG
twisk.monde.Iterable <|.. twisk.monde.GestionnaireSuccesseurs
twisk.monde.Activite <|-- twisk.monde.SasEntree
twisk.monde.Iterable <|.. twisk.monde.Monde
twisk.monde.Activite <|-- twisk.monde.SasSortie
twisk.exceptions.TwiskException <|-- twisk.exceptions.ChargementSauvegardeException
twisk.exceptions.TwiskException <|-- twisk.exceptions.MondeException
twisk.exceptions.TwiskException <|-- twisk.exceptions.WrongDirectionException
twisk.designPattern.SujetObserve <|-- twisk.simulation.Simulation
twisk.designPattern.Observateur <|.. twisk.vues.VueGuichetIG
twisk.vues.VueEtapeIG <|-- twisk.vues.VueGuichetIG
java.io.Serializable <|.. twisk.mondeIG.ActiviteIG
twisk.mondeIG.EtapeIG <|-- twisk.mondeIG.ActiviteIG
twisk.tests.EtapeTest <|-- twisk.tests.ActiviteTest
twisk.designPattern.Observateur <|.. twisk.vues.VuePointDeControleIG
javafx.scene.shape.Circle <|-- twisk.vues.VuePointDeControleIG
twisk.designPattern.Observateur <|.. twisk.vues.VueMenu
twisk.vues.MenuBar <|-- twisk.vues.VueMenu
twisk.exceptions.TwiskException <|-- twisk.exceptions.CreateLoopException
twisk.designPattern.Observateur <|.. twisk.vues.VueEtapeIG
javafx.scene.layout.VBox <|-- twisk.vues.VueEtapeIG
javafx.application.Application <|-- twisk.MainTwisk
java.io.Serializable <|.. twisk.mondeIG.ArcIG
java.io.Serializable <|.. twisk.mondeIG.GuichetIG
twisk.mondeIG.EtapeIG <|-- twisk.mondeIG.GuichetIG
twisk.exceptions.TwiskException <|-- twisk.exceptions.FichierNullException
java.io.Serializable <|.. twisk.mondeIG.PointDeControleIG
twisk.designPattern.Observateur <|.. twisk.vues.VueActiviteIG
twisk.vues.VueEtapeIG <|-- twisk.vues.VueActiviteIG
twisk.designPattern.Observateur <|.. twisk.vues.VueOutils
javafx.scene.layout.TilePane <|-- twisk.vues.VueOutils
twisk.exceptions.TwiskException <|-- twisk.exceptions.CreateArcWithEndPdcException
twisk.simulation.Iterable <|.. twisk.simulation.GestionnaireClients
twisk.designPattern.Observateur <|.. twisk.mondeIG.MondeIG
java.io.Serializable <|.. twisk.mondeIG.MondeIG
twisk.designPattern.SujetObserve <|-- twisk.mondeIG.MondeIG
twisk.monde.Etape <|-- twisk.monde.Guichet
twisk.monde.Activite <|-- twisk.monde.ActiviteRestreinte
@enduml | false | true | false | false | class |
821f82750c15c91f8549f86206167f3dbd2c0b60 | 2e5c7b75f420ad569ea9e054512eda56b41e8433 | /src/test/resources/basicActivityGraphWithStartEndAndOneActivity.plantuml | ffc76d3a93bc092b315fd2ab93e65545f38f5ad6 | [] | no_license | jinngit/plantuml-dsl | bb95471be60523ed9ab400a4a9dc203041b4a345 | 86ae4509a68920cc5c3b4902bc8fbcf1e8a0e747 | refs/heads/master | 2021-01-18T00:39:30.168863 | 2015-02-14T09:34:24 | 2015-02-14T09:34:24 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 52 | plantuml | @startuml
(*) --> "Some Activity"
--> (*)
@enduml
| false | true | false | false | uml-unknown |
73609dec1be9f9e4b6605984791132801382ab3e | 6d5779f920ac2697aa39e983b4ba695cd18556f8 | /tests/simple_classes.puml | d76f6addd407558ea7666e91e8338c4246aad419 | [
"MIT"
] | permissive | khoben/hpp2plantuml | da42f4c98abd9118685e474f2839373b428b58bb | 76617809bfba3f0ec5eb8162a546e01ae6259813 | refs/heads/master | 2022-10-23T23:48:32.879544 | 2020-06-11T07:55:40 | 2020-06-11T07:55:40 | 271,468,624 | 0 | 0 | MIT | 2020-06-11T06:24:58 | 2020-06-11T06:24:58 | null | UTF-8 | PlantUML | false | false | 1,357 | puml | @startuml
/' Objects '/
abstract class Class01 {
+{abstract} AbstractPublicMethod(int param) : bool
+PublicMethod(int param) : bool {query}
+{static} StaticPublicMethod(bool param) : bool
#{abstract} _AbstractMethod(int param) : bool
#_ProtectedMethod(int param) : bool
#{static} _StaticProtectedMethod(bool param) : bool
#_protected_var : int
+public_var : int
}
class Class02 {
+AbstractPublicMethod(int param) : bool
-_AbstractMethod(int param) : bool
-_PrivateMethod(int param) : bool
-{static} _StaticPrivateMethod(bool param) : bool
-_private_var : int
}
class Class03 <template<typename T>> {
+Class03()
+~Class03()
-_data : Class01*
-_obj : Class01*
-_typed_obj : T*
-_obj_list : list<Class02>
+Method(Interface::Class04& c4) : void
}
namespace Interface {
class Class04 {
+Class04()
+~Class04()
-_obj : Class01*
-_flag : bool
}
}
namespace Interface {
class Class04_derived {
+Class04_derived()
+~Class04_derived()
-_var : int
}
}
enum Enum01 {
VALUE_0
VALUE_1
VALUE_2
}
/' Inheritance relationships '/
.Class01 <|-- .Class02
namespace Interface {
Class04 <|-- Class04_derived
}
/' Aggregation relationships '/
.Class03 "2" o-- .Class01
.Class03 *-- .Class02
Interface.Class04 o-- .Class01
/' Dependency relationships '/
Interface.Class04 <.. .Class03
@enduml
| false | true | false | false | class |
c653dccf6f6e42e463cbaea3f9c181ec682b3451 | 153b210af852cd7756f633acf69a6aa2afcc260f | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-checkout-customer.puml | 56c11a9520bff6a33b70e5bd8607ae35016318e6 | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | sobyte/platform | e3ff0a8fd6266989c63bb512a847b372c97eb362 | 9b047126dcc6af5efd2515d287135024619439f5 | refs/heads/master | 2021-04-01T12:38:03.160753 | 2020-12-22T15:11:48 | 2020-12-22T15:11:48 | 248,188,988 | 0 | 0 | MIT | 2020-05-14T04:46:18 | 2020-03-18T09:31:56 | null | UTF-8 | PlantUML | false | false | 8,012 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreCheckoutCustomerCustomerDefinition, "customer\n(The sales channel customer)") {
primary_key(id) id
not_null(groupId) foreignKey
not_null(defaultPaymentMethodId) foreignKey
not_null(salesChannelId) foreignKey
not_null(languageId) foreignKey
lastPaymentMethodId foreignKey
not_null(defaultBillingAddressId) foreignKey
not_null(defaultShippingAddressId) foreignKey
autoIncrement int
not_null(customerNumber) numberRange
not_null(salutationId) foreignKey
not_null(firstName) string
not_null(lastName) string
company string
password password
not_null(email) email
title string
affiliateCode string
campaignCode string
active bool
doubleOptInRegistration bool
doubleOptInEmailSentDate dateTime
doubleOptInConfirmDate dateTime
hash string
guest bool
firstLogin dateTime
lastLogin dateTime
newsletter bool
birthday date
lastOrderDate dateTime
orderCount int
customFields customFields
legacyPassword string
legacyEncoder string
remoteAddress remoteAddress
tagIds manyToManyId
requestedGroupId foreignKey
boundSalesChannelId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
TranslationTable(ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition, "customer_group_translation\n((Translations))") {
not_null(name) string
registrationTitle string
registrationIntroduction longText
registrationOnlyCompanyRegistration bool
registrationSeoMetaDescription longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(customerGroupId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition, "customer_address\n(The customer addresses.)") {
primary_key(id) id
not_null(customerId) foreignKey
not_null(countryId) foreignKey
countryStateId foreignKey
not_null(salutationId) foreignKey
not_null(firstName) string
not_null(lastName) string
not_null(zipcode) string
not_null(city) string
company string
not_null(street) string
department string
title string
vatId string
phoneNumber string
additionalAddressLine1 string
additionalAddressLine2 string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerRecoveryCustomerRecoveryDefinition, "customer_recovery\n(Customer recovery process)") {
primary_key(id) id
not_null(hash) string
not_null(customerId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition, "customer_group\n(Customer groups)") {
primary_key(id) id
name translated
displayGross bool
customFields translated
registrationActive bool
registrationTitle translated
registrationIntroduction translated
registrationOnlyCompanyRegistration translated
registrationSeoMetaDescription translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition, "customer_group_registration_sales_channels\n(M:N Mapping)") {
primary_key(customerGroupId) foreignKey
primary_key(salesChannelId) foreignKey
not_null(createdAt) createdAt
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition, "customer_tag\n(M:N Mapping)") {
primary_key(customerId) foreignKey
primary_key(tagId) foreignKey
}
ForeignTable(ShopwareCoreCheckoutPaymentPaymentMethodDefinition, "payment_method") {
}
ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") {
}
ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") {
}
ForeignTable(ShopwareCoreSystemSalutationSalutationDefinition, "salutation") {
}
ForeignTable(ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition, "order_customer") {
}
ForeignTable(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition, "promotion_persona_customer") {
}
ForeignTable(ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition, "product_review") {
}
ForeignTable(ShopwareCoreSystemCountryCountryDefinition, "country") {
}
ForeignTable(ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition, "country_state") {
}
ForeignTable(ShopwareCoreSystemTagTagDefinition, "tag") {
}
' relationshipd
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreCheckoutPaymentPaymentMethodDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerRecoveryCustomerRecoveryDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition --> ShopwareCoreSystemTagTagDefinition
@enduml
| false | true | false | false | uml-unknown |
5bc40e125cf7eb42bd3e8245b5daedd84406593b | c6b7af9b7d90213829e96b106a60674b4ea18aae | /documents/diagram/login/loginSequence.puml | e44057f0094f6878acfd3de46e9926ee66b92406 | [
"MIT"
] | permissive | LaunoisRemy/ToolShare | b718ce76b9da3f545977d6b4efd1693ad3d0444e | 90f1877b10f69e6cf4f16cbfcd4b7056cba54977 | refs/heads/master | 2023-02-14T22:48:04.878284 | 2021-01-11T16:58:14 | 2021-01-11T16:58:14 | 316,703,051 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,198 | puml | @startuml
title Login Diagram
actor User
participant "Login (fxml)"
participant LoginController
participant SessionFacade
participant "User (class)"
participant UserManagement
participant UserDao
participant AbstractFactoryDAO
participant ConnectionDBMySQL
participant JConnectorMySQL
participant FactoryDAOMySQL
participant UserDAOMySQL
participant Connection
participant Statement
database DB
"Login (fxml)"-->User: Display login view
activate "Login (fxml)"
activate User
activate DB
User->"Login (fxml)":Enter his credentials (mail : String, password : String)
"Login (fxml)"->LoginController: handleLogin(actionEvent : ActionEvent)
activate LoginController
LoginController->SessionFacade:login(mail : String, password : String)
deactivate LoginController
activate SessionFacade
SessionFacade->UserDao:getInstance()
alt if (first getInstance)
activate UserDao
UserDao -> AbstractFactoryDAO : getInstance()
activate AbstractFactoryDAO
AbstractFactoryDAO -> ConnectionDBMySQL : getInstance()
activate ConnectionDBMySQL
ConnectionDBMySQL->JConnectorMySQL: getConnection(url : String, user : String, password : String)
activate JConnectorMySQL
JConnectorMySQL -> Connection **: Create
activate Connection
JConnectorMySQL-->ConnectionDBMySQL: Connection
deactivate JConnectorMySQL
AbstractFactoryDAO <-- ConnectionDBMySQL : connectionDBMySQL
AbstractFactoryDAO --> UserDao : FactoryDAOMySQL
deactivate AbstractFactoryDAO
UserDao -> FactoryDAOMySQL : getUserDao()
activate FactoryDAOMySQL
FactoryDAOMySQL -> UserDAOMySQL **:Create(connection)
activate UserDAOMySQL
FactoryDAOMySQL --> UserDao : UserDaoMySQL
deactivate FactoryDAOMySQL
end
activate AbstractFactoryDAO
UserDao --> SessionFacade : FactoryDAOMySQL
deactivate AbstractFactoryDAO
deactivate FactoryDAOMySQL
SessionFacade->UserDAOMySQL: getUserByEmail(email : String)
UserDAOMySQL->Connection: prepareStatement()
Connection-->Statement **: Create
activate Statement
Connection-->UserDAOMySQL: Statement
deactivate Connection
UserDAOMySQL->Statement:executeQuery()
Statement->DB: SQL Query
DB->Statement:Result
Statement-->UserDAOMySQL: ResultSet
deactivate Statement
UserDAOMySQL-->SessionFacade: return new(user) : User
alt user != null
deactivate UserDAOMySQL
SessionFacade->UserManagement: comparePassword(user: User, password:String, salt : String)
activate UserManagement
UserManagement -->SessionFacade: return User
deactivate UserManagement
alt user != null
alt user.isBanned
SessionFacade -->SessionFacade: UserBannedException raised
end
end
else user == null
SessionFacade -->SessionFacade: UserNotFoundException raised
end
SessionFacade-->LoginController : return user
activate LoginController
deactivate SessionFacade
LoginController-->"Login (fxml)": Display home view or login view with error messages
deactivate LoginController
"Login (fxml)"-->User: Display corresponding View
deactivate "Login (fxml)"
deactivate DB
deactivate UserManagement
deactivate User
deactivate ConnectionDBMySQL
@enduml | false | true | false | false | usecase |
7c4c925be434b4f72a9c35f5dd74091ae5cde439 | 95d19f98b6920276a533460065f70af43cb98092 | /setty-mongo-docs/src/main/plantuml/setty/suggestion-flow.plantuml | 2854cbded143fd069e031395c79a6af934953dff | [
"Apache-2.0"
] | permissive | huberchrigu/setty-mongo | 1962e43d9013eb22948feae8a93f497d85e9f265 | 37a2d7902f9b6c44f098b1152438bb6c2a817b36 | refs/heads/master | 2021-07-02T11:16:55.624056 | 2020-04-24T07:22:30 | 2020-04-24T07:22:30 | 199,587,466 | 1 | 0 | Apache-2.0 | 2020-04-24T07:22:31 | 2019-07-30T06:17:40 | Java | UTF-8 | PlantUML | false | false | 178 | plantuml | @startuml
actor User
participant System
User -> System : Show next N suggestions
System -> System : Create or get next N suggestions
System --> User : Next N suggestions
@enduml | false | true | false | false | sequence |
ae61ea6ded0afd0ae1eca733edb4bd766cc4991f | 19de0597a5790bab6ff021899b4479506ae0829a | /uml/gui_seq_diagrams/update_playerlist.plantuml | d0e812a097eaa3d0276dad6e36141eb5697876a2 | [] | no_license | bbucsy/projlab_holy_oil | e703a3ac579555a6c62f91051d7fbb5572c88d30 | a1c4e9b953e7f7c22dabbd935abb461f9cacd409 | refs/heads/master | 2023-05-02T06:22:36.234536 | 2021-05-09T09:46:04 | 2021-05-09T09:46:04 | 342,634,410 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 399 | plantuml | @startuml seq
skinparam SequenceLifeLineBackgroundColor LightYellow
title "PlayerListPanel gets updated"
participant "gameFrame: GameFrame" as gameFrame
participant "pls: PlayerListPanel" as env
participant ": TurnController" as turn
gameFrame -> env ++: UpdateComponent()
env -> turn ++: GetPlayer()
turn -> env --: player
participant "player: Settler" as settler
env -> gameFrame --
@enduml | false | true | false | false | sequence |
2451465d208537a18f936d257b6a2f8d8c19c8dd | b4a9a039bfd5c65f5b6a199266522e0fa0bd9dcb | /documents/dm-media/media_cls_core.puml | 0af874cc18cfb17146f63d4e2f10f0447d51fff1 | [] | no_license | moutainhigh/dm-platform | 944425b790a03fbaf85e279dd4e16e22387d4dcb | 0d28a5b1d3293387d82d15a4211a31372eb7910b | refs/heads/master | 2022-12-28T13:23:34.763609 | 2018-10-21T08:42:15 | 2018-10-21T08:42:15 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,005 | puml | @startuml
interface ValueObject {
}
class AppAggregate {
}
class SlotAggregate {
}
interface Specification {
}
abstract SlotSpecification {
-width
-height
}
class SplashSpecification {
}
class BulletSpecification {
}
class BannerSpecification {
}
class FeedSpecification {
}
enum AppType {
+APP
+WEB
+WAP
+POS
}
enum SlotType {
+SPLASH
+BULLET
+BANNER
+FEEDS
}
AppAggregate <--o SlotAggregate
Specification --|> ValueObject
SlotSpecification ..|> Specification
FeedSpecification --|> SlotSpecification
SplashSpecification --|> SlotSpecification
BulletSpecification --|> SlotSpecification
BannerSpecification --|> SlotSpecification
SlotAggregate <-- SlotSpecification
interface FeedLayout {
+getFeedStyle(): Style
}
class ImageTextStyle {
}
class FullImageStyle {
}
class TripleImageStyle {
}
FeedLayout ..|> Specification
FullImageStyle --|> FeedLayout
TripleImageStyle -|> FeedLayout
ImageTextStyle --|> FeedLayout
FeedSpecification <-- FeedLayout
@enduml | false | true | false | false | class |
446931104159df270ba21c995310ed32351a5294 | b1aba58b5a21f7a8838d31f3fb2289aafc3e323e | /docs/reference-component-diagram.puml | fac1bad88b6e8d85c7810f4915f4204043dea545 | [] | no_license | TristanoSuriani/mcpd-racket | 2d9e84ab300863eb60dfe8f23d37d0620c290e08 | 06b4d0aad34583aa70631501de6542db1e967866 | refs/heads/main | 2023-03-17T15:24:21.964322 | 2021-03-12T11:49:29 | 2021-03-12T11:49:29 | 323,667,697 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 251 | puml | @startuml
title Modules
[Main] as main
[Parser] as parser
[Model] as model
[Registry] as registry
[<<rules.mcpd>>] as rules
[User\nInterface] as ui
main --> ui
main --> parser
ui --> model
ui --> registry
parser --> model
parser --> rules
@enduml
| false | true | false | false | uml-unknown |
8fd773b3e6103d602c113904081185271f4bafa8 | ccc4b0eaa4448ce6d8e6112f57aa69452357c356 | /examples/usecase-with-actorstyle-ex.puml | 527e098e03162868c4c22af902d6eefddc5c3959 | [
"MIT"
] | permissive | bschwarz/puml-themes | b30d5535f0cc3f673f3b434636b66ce3f9b7cb04 | 2e2152c349e1c53e1a9de727399b4490afa78434 | refs/heads/master | 2023-08-31T03:29:02.229960 | 2023-08-19T00:38:46 | 2023-08-19T00:38:46 | 211,412,178 | 254 | 69 | MIT | 2022-07-17T16:27:21 | 2019-09-27T22:41:33 | CSS | UTF-8 | PlantUML | false | false | 289 | puml | @startuml
!if %variable_exists("$THEME")
title Usecase Diagram With Actor Style- $THEME theme
!else
title Usecase Diagram With Actor Style
!endif
skinparam actorStyle awesome
:User: --> (Use)
"Main Admin" as Admin
"Use the application" as (Use)
Admin --> (Admin the application)
@enduml
| false | true | false | false | uml-unknown |
9ae47836553714eaee8a21e58d5f509c2ee23f43 | be809e6091a45ffded8f21b1b48a4e232d12ad90 | /Documentation/Diagrams/Source/NUCLEO-F103RB/Measurement_Handling_Class_Diagram.plantuml | 9d2d37adfcb7193879c1688daf31b90a143b5e3a | [
"MIT"
] | permissive | RobertGawron/HardwareDataLogger | 0ac9c585f2e28d8bca6d53e6610d1309b9c65140 | 9f97124f8060b7caf4c65e2e26831bb8a3c6070d | refs/heads/main | 2023-08-17T23:19:34.865717 | 2021-09-26T17:12:50 | 2021-09-26T17:12:50 | 304,281,614 | 1 | 0 | MIT | 2021-09-26T17:12:50 | 2020-10-15T09:52:45 | C | UTF-8 | PlantUML | false | false | 623 | plantuml | @startuml
package BusinessLogic {
class MeasurementSubject {
+notifyObservers()
}
Interface IMeasurementObserver {
+notify()
}
class HMI
}
package Device {
class SDCardStorage
class UARTStorage
class WifiStorage
class PulesTransmitingDevice
class UARTTransmitingDevice
}
MeasurementSubject o- IMeasurementObserver
IMeasurementObserver <|--- SDCardStorage
IMeasurementObserver <|-- UARTStorage
IMeasurementObserver <|-- WifiStorage
IMeasurementObserver <|-- HMI
MeasurementSubject -- PulesTransmitingDevice
MeasurementSubject -- UARTTransmitingDevice
@enduml | false | true | false | false | class |
6221560a50c0ab642029be05f5d8359a6857a574 | ec17ea3c3a37e866f883efaec21c1941b858772b | /docs/cassandra_synchronous.puml | 692883994680df3e8feee072959ba6c8d74fae2a | [] | no_license | orange-cloudfoundry/cf-ops-automation-broker | b859d337d4521903bbf82f4af3dd1336d7446b1f | ccc610b31238cfe9734bda6690e770b8a2189c6a | refs/heads/develop | 2023-08-15T06:29:34.601583 | 2023-06-30T05:40:14 | 2023-06-30T05:40:14 | 103,646,540 | 8 | 3 | null | 2023-09-11T04:47:58 | 2017-09-15T10:47:15 | Java | UTF-8 | PlantUML | false | false | 1,117 | puml | @startuml
Idle --> CR.Deploying: [OSB create-service-instance] / write templates
CR.Deploying -down-> Idle: [manifest generation observed]\n /OSB call create-service-instance\n [success || failure]\n /OSB response: created || failed
CR.Deploying -down-> Idle: [no manifest observed before timeout] \n/return error status
CR.Deploying: CreateServiceInstanceRequest
state Idle {
}
Idle -down-> Idle: [OSB bind] / OSB call & return status
Idle --> UP.Deploying: [OSB update] / write templates
UP.Deploying -down-> Idle: [manifest update observed]\n /OSB call: update-service-instance\n [success|failure]\n/OSB response: updated || failed
UP.Deploying -down-> Idle: [no manifest update observed]\n /OSB response: failed timeout
UP.Deploying: UpdateServiceInstanceRequest
Idle -down-> Idle: [OSB unbind]/ OSB call & return status
Idle -down-> DE.Deploying: [OSB delete]\n /OSB call delete-service-instance\n/ remove templates from git
DE.Deploying -down-> Idle: [manifest generation observed]\n /OSB response: deleted
DE.Deploying -down-> Idle: [no manifest observed before timeout] \n/return error status
@enduml | false | true | false | false | sequence |
da6d0e48a5e02788c1fb12f368beb6510c9faa5d | 8d33e5333c1ef0bea304e44f81576ff627d8d431 | /continuousDelivery/cd_manual_review.puml | 6a8ce29b44dedda58d0d8651d5faa2e510ca31b4 | [] | no_license | yellowbrickc/blogResources | 92f2e56a5e94a90f376294d3a8d183cbe909efed | 583c5f0343148f530032bc3336b32302bec198bd | refs/heads/master | 2020-04-29T12:08:42.288147 | 2019-04-15T07:04:05 | 2019-04-15T07:04:05 | 176,126,131 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 962 | puml | @startuml delivery pipeline initial
actor "Developer" as developer #brown
entity "Build Job (Jenkins)" as buildJob
entity "Integration (K8s)" as int
entity "Registry (Nexus)" as nexus
entity "Review (K8s)" as review
== Manual part, executed when the feature is finished ==
developer -> int: get current resources from integration
developer -> review: apply same resources to review
developer -> review: do some exploratory testing
developer -> nexus: tag the current specs repo as "latest_on_review"
...few minutes later...
buildJob -> review: execute specs
note left
specs tagged "latest_on_review"
runs every x minutes
end note
buildJob -> developer: feedback about the specs
...<color:coral><size:14>**//all devs stare at the screen//**</size></color>...
alt specs successful
developer -> developer: feature flagged as Ready for Acceptance
else specs failed
developer -> nexus: rollback the tags to the last version **manually**
end
@enduml
| false | true | false | false | usecase |
51e36025ec669d2d8341e870c6cb4287579d6967 | f98fa1852c1765b2a10e87475fb1352de77e56b1 | /src/main/scala/$1_where/$2_system_logic/$1_on_query/model.puml | 9ee3017c5dccf21920836023e058705279c67d4a | [] | no_license | suzuki-hoge/ddd-questions | bc14a78b0a0279e09b1418bc5cb098f5c25ae2c5 | 22a48f894e06b6c3affca7233c1b9aabc3da4ab1 | refs/heads/master | 2021-08-06T16:28:05.537406 | 2017-11-06T14:35:15 | 2017-11-06T14:35:15 | 109,396,522 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 632 | puml | @startuml
package domain {
enum Status {
Confirming, Using, Stopping, Ended
+ {static} Status create(String)
}
class ContractId {
- String
}
interface ContractRepository {
Status status(ContractId)
}
ContractRepository --> ContractId
ContractRepository -right-> Status
}
package table {
class ContractRepositoryTable {
Status status(ContractId)
}
}
object database
ContractRepositoryTable -down-|> ContractRepository
ContractRepositoryTable -up-> database : select case when xxx -> 1, when xxx -> 2,,, from ...
ContractRepositoryTable --> Status : 1 => Confirming, 2 => Using,,,
@enduml | false | true | false | false | sequence |
10ca1ad4bcec8ff0a318f935f2f2e63ca86607fc | eb79b5e41b205bca757ecb47616d107d0c78e13d | /mindmap.puml | 32567d5789fea43a3187a5897167dc844e1f44b6 | [] | no_license | kevinwong1983/exploration | 6023bb1c903c316794b132b1bff4ef817fe55f5d | 20029c025c7ae44e0dba535a6ec47b065b19f65b | refs/heads/master | 2022-06-09T09:48:26.087800 | 2022-06-05T22:29:47 | 2022-06-05T22:29:47 | 207,248,735 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,571 | puml | @startmindmap
* Why
** We make treshhold low for script development
** Attract more people to create use behavior scripting
@endmindmap
@startmindmap
skinparam monochrome true
<style>
node {
MaximumWidth 400
}
</style>
title Behavior Scripting 101
* Behavior Scripting 101
-- 1. what
--- implement a Hue Alarm System together using the SDK \n-> in the meantime we go through behavior engine api docs
-- 2. use-case
--- 1. We choose to implement a Hue Alarm since the usecases cover a lot of the functionality that behavoir engine offers.
--- 1. trigger police siren alarm -> when burgler detected \n2. arm when user leaves home -> make use of geofence \n3. dis-arm when enters home \n4. disable alarm using app -> script triggers
--- usecase-functionality mapping
---- 1. siren -> light control -> clip \n2. siren -> timers \n3. arming/disarming -> make use of geofence \n4. burglar detecting -> subscribe to events
-- 3. setup you project and add script
--- 1. already downloaded sdk \n2. open webstorm -> new project
--- 3. in terminal open init_empty_git_project.sh \n-> hse: preconfigured with some resources \n-> show browser \n-> tooling: clipv2 client (play!)
--- 4 add-script.sh HueAlarm \n-> http client, alarm added
-- 4. empty script
--- 1. go through generated script -> logging \n2. run -> show terminal
** 4.police siren-PART 1: control lights \n-> introduce two concepts
*** 1.configuration. \n-> indicate which light participates in the alarm
****_ 1.get lights
****_ 2.fill in configuration
****_ 3.add log of config
****_ 4.run and check log
*** 2. clip module\n-> put on a light with a specific action
****_ 1.clip documentation
****_ 2.copy example & run & check logs
****_ 3.create setLightAction()
****_ 4.config.light.forEach()
** 5.police siren-PART 2: blinking lights \n-> we need timers
*** 1. intro to timers
****_ 1.documentation
****_ 2.copy example & run & check logs
*** 2. combine timer with light control
****_ 1.copy blue & red actions
****_ 2.create turnOnAlarm()
****_ 3.call turnOnAlarm()
****_ 4.create turnOffAlarm()
** 6.detecting burglar \n->subscribing to events (motion sensor)
*** 1. exend configuration \n-> add sensor
****_ 1.get sensors
****_ 2.fill in configuration
*** 2. use subscribe to updates \n-> get events of motion sensor
****_ 1.scriptbase documentation
****_ 2.copy example & run & check logs
****_ 3.create motionHandler()
** 7.arm and disarm my alarm \n-> bridge need to know if user is at home or not: geofencing -> Coming/Leaving Home scripts \n-> alarm armed: only when user leaves home \n-> we dont have a phone so we show only on api level
*** use geofence module to \nget events of geofence clients
****_ 1.get geofence_client (at_home true/at_home false)
****_ 2.geofence documentation
****_ 3.copy example & run -> (at_home true/at_home false)
****_ 4.create motionHandler()
** 8.canceling alarm using an app \n-> script trigger \n-> show only on api level
***_ 1.uncomment the trigger part of script
***_ 2.play
** 9. wrap-up
***_ 1.show whole thing
***_ 2.what is next!
****_ 1.private resources.
****_ 2.schema validation
****_ 3.testing
****_ 4.memory consumption
@endmindmap
@startuml
skinparam monochrome true
left to right direction
actor "burglar" as burglar
actor "user" as user
rectangle "Users Home" {
usecase "Turn On HueAlarm" as UC1
usecase "Arm HueAlarm" as UC2
usecase "Disarm HueAlarm" as UC3
usecase "Turn Off HueAlarm" as UC4
burglar --> UC1: Detected by motion sensors
user --> UC2: Leaves home
user --> UC3: Comes home
user --> UC4: Use App
@enduml
| false | true | false | false | usecase |
cd281f61854bac110018dcfa2b9e5be59f62adef | 5635c597a38479879c55c4594c8b09877ef1102b | /src/main/java/org/hfeng/book/dpj/ch2/adapter/extend/extends.puml | fb6d7c5dfb42d166799ac743134a6ef6994b3312 | [] | no_license | harrifeng/java-in-action | 6c4d49f51634e5397606690710331438e4835a9f | e9b88ecf2fd2033e1848234c770fb3967fb1ec9d | refs/heads/master | 2020-11-26T18:31:08.066713 | 2015-05-19T01:04:17 | 2015-05-19T01:04:17 | 23,460,887 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 291 | puml | @startuml
interface Print {
+void printWeak()
+void printStrong()
}
class Banner {
+void showWithParen()
+void showWithAster()
}
class PrintBanner extends Banner implements Print {
+void printWeak();
+void printStrong();
}
class Main
Main --> Print : Uses
@enduml | false | true | false | false | sequence |
e21c860d6ba43977b26ce5c438a262f947a8f033 | 61ff26d1708e2062b94d7003cc0e2d473748ae3f | /src/docs/sequenceDiagrams/requestQuizzes_sequenceDiagram.puml | e9ae487dc2cf16b67eade2e85b6238d03a7a98b2 | [] | no_license | MMAcode/SBRbackend | c6b7bfe9b1efd2c31029f915caf01fb57a067bf4 | 70e42b804dc6f94e3cf8d87b458e38732c158693 | refs/heads/main | 2023-08-20T03:39:35.764496 | 2021-10-10T19:59:51 | 2021-10-10T19:59:51 | 396,396,404 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 369 | puml | @startuml
participant UI
participant BackEnd
database Database
note over UI:When user authenticated...
UI->>BackEnd ++: getAllQuizzes
BackEnd->BackEnd:get user role from user credentials
BackEnd->Database++: getAllQuizzesForUserRole
Database-->BackEnd--: appropriate quizzes
note left:(only 'admin' role will receive also answers)
BackEnd-->>UI--:allQuizzes
@enduml | false | true | false | false | sequence |
4882d2b06e32cf5a0789a8b7dfaa1e846f3fc728 | 57c6518e67f532e812cfb54a645e233b2691d18f | /sample_plantuml/object.puml | dbe759da8df669063bebff74a8a30783935910bc | [] | no_license | nnashiki/plantuml-docker | c48c5b6cf8803b07b6a0c27550368640183ed144 | 95607b4363073e0ecf91286f24b2e5b1d137a8f9 | refs/heads/master | 2022-11-13T13:22:20.790569 | 2020-07-14T11:53:36 | 2020-07-14T11:53:36 | 259,044,245 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 64 | puml | @startuml
object user {
name = "Dummy"
id = 123
}
@enduml
| false | true | false | false | object |
6912ff5674b38e8ecc2088452ab3549f923aae1a | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /scala-meta-model/util/importExport.meta.puml | 7e42f7b92883dca89325913a08a802c2c5d4a0be | [
"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 | 825 | puml | @startuml ImportExport
class Export {
isGiven : boolean
}
class Import {
inner_classes : String [*] {ordered}
}
class Reference {
identifier : String [0..1]
isThis:boolean
isSuper:boolean
superIdentifier : String [0..1]
classQualid : String [0..1]
}
class ImportSelectorLike
class WildCardSelector extends ImportSelectorLike {
isWildCard : boolean
isGiven : boolean
}
class ImportSelector extends ImportSelectorLike {
identifier : String
asIdentifier : String [0..1]
isWildCardSelector : boolean
}
Import *--> "1..* " ImportSelectorLike : importSelectors
Import *--> "1" Reference : reference
Export *--> "1..*" Import : exports
hide class circle
hide class methods
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
@enduml | false | true | false | false | sequence |
e4cffb65be09e0bbe461b418c531c7c09a46b74d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderBillingAddressSetMessage.puml | a5597b786ad106887afa4b30bc3dc29ffb27f9da | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,231 | 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 OrderBillingAddressSetMessage [[OrderBillingAddressSetMessage.svg]] extends OrderMessage {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
address: [[Address.svg Address]]
oldAddress: [[Address.svg Address]]
}
interface OrderMessage [[OrderMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
| false | true | false | false | class |
c85c69563321453ee2917e95b630b8434b588842 | 870f01a63631e92df1e5d4d2e4514872e317713f | /functional-specs/use-cases/diagrams/UCD-ShoppingCart/ShoppingCart.plantuml | d97795c408e0626f21065abbbec23351eef0f239 | [] | no_license | efuentesp/gobmx-ui-prototype | 2f1ecd1db63811f4e931a1b5615f23b410850733 | 9c09390b317729a7dd0c3662de4441fbf423911f | refs/heads/master | 2023-01-22T17:26:52.463716 | 2019-06-11T18:10:29 | 2019-06-11T18:10:29 | 124,451,552 | 0 | 0 | null | 2023-01-11T22:29:13 | 2018-03-08T21:43:23 | HTML | UTF-8 | PlantUML | false | false | 460 | plantuml | @startuml
left to right direction
skinparam packageStyle rectangle
Operador <<persona>> as Actor
rectangle {
(Agregar ShoppingCart) as CreateUC <<usuario>>
(Editar ShoppingCart) as EditUC <<usuario>>
(Buscar ShoppingCart) as SearchUC <<usuario>>
(Eliminar ShoppingCart) as DeleteUC <<usuario>>
Actor -> CreateUC
Actor -> EditUC
Actor -> SearchUC
Actor --> DeleteUC
EditUC .> SearchUC : include
DeleteUC .> SearchUC : include
}
@enduml
| false | true | false | false | usecase |
1fdf4e2330aa8c9c9a21c72ed3cd761fea4b39c0 | cb5fd3c318c3b1d032bb5eb47a858e7ef0278450 | /vcx/docs/states/proprietary/connection-invitee.puml | d1191ee4b1c7e0217e9533a2ebd6592e9946980b | [
"Apache-2.0"
] | permissive | Artemkaaas/indy-sdk | d78f06f834bdbbcd7f606c1f8ff0432fa32e3260 | 6fb162f89e830a4e89f8583cea9a0053797c3f6d | refs/heads/master | 2021-06-01T12:13:53.586049 | 2020-08-19T08:44:44 | 2020-08-19T09:45:04 | 92,382,515 | 3 | 0 | Apache-2.0 | 2019-08-19T11:11:19 | 2017-05-25T08:33:21 | Rust | UTF-8 | PlantUML | false | false | 296 | puml | @startuml
title
Connection API as Invitee
The diagram shows Connection object state transitions in case acting as an Invitee
end title
[*] --> VcxStateRequestReceived: vcx_connection_create_with_invite(Invitation)
VcxStateRequestReceived --> VcxStateAccepted: vcx_connection_connect
@enduml | false | true | false | false | sequence |
18091a0aaf2292e10f99ea682f18d0862e90e746 | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/structural/facade.puml | 9ef2c7f41aa7a5c6a0d6bcc811cb1a262f631b03 | [
"MIT"
] | permissive | vuquangtin/designpattern | 4d4a7d09780a0ebde6b12f8edf589b6f45b38f62 | fc672493ef31647bd02c4122ab01992fca14675f | refs/heads/master | 2022-09-12T07:00:42.637733 | 2020-09-29T04:20:50 | 2020-09-29T04:20:50 | 225,505,298 | 0 | 0 | null | 2022-09-01T23:16:34 | 2019-12-03T01:41:33 | Java | UTF-8 | PlantUML | false | false | 141 | puml | @startuml
scale 1024 height
Facade o-- Module
class Facade {
-Module module
+doSomething()
}
class Module{
+method()
}
@enduml | false | true | false | false | class |
ce2ecad90ff5cdc9d57e246c8a4153eb64e20e8b | f4cdef1db8ca7ea67fff07e2e0fb5cfe7189a7bf | /src/uml.puml | efb86db754d93617db2cf834edc8be273ddc28fd | [] | no_license | danieloved1/Brokenheart-game | 51e97ae91f3b4e4b9cc2e4bc4125ed60e8de730c | f52ec39e8723a7b465580a743c6a229b1d59f4a8 | refs/heads/main | 2023-07-08T22:26:41.917519 | 2021-07-31T14:38:23 | 2021-07-31T14:38:23 | 391,380,342 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,238 | puml | @startuml
'https://plantuml.com/class-diagram
class Cards{
+final Suits suit;
+final Ranks rank;
public Suits getSuit()
public Ranks getRank()
public boolean equals(Object o)
public int compareTo(final Card other)
public String getShortName()
public String getFullName()
public String toString()
}
class Round{
+int[] score;
+Seats nextLead;
+private Deck deck;
+private ArrayList<Trick> tricks;
+private int roundNumber;
+private int p;
public int[] getScore()
private void passThreeCards()
private void printPlayers()
public void play()
}
class Deck{
+ final ArrayList<Card> cards
public Deck()
public void shuffle()
public Card giveCard()
public boolean isEmpty()
public String toString()
}
class Game{
+ ArrayList<Player> players;
+ int score;
public Game()
public void play()
public String toString()
}
enum Seats{
North,
East,
South,
West;
public static Seats fromOrdinal()
public Seats next()
}
class Player{
+ String name;
+ int score;
+ Hand hand;
+ Seats seat;
public Hand getHand()
public int getScore()
public void setScore()
public Seats getSeat()
public String toString()
}
enum Suits{
Clubs,
Diamonds,
Spades,
Hearts;
Suits(char unicodeSymbol)
public char getSymbol() {
}
class Trick{
public Trick()
public ArrayList<Card> getCards()
public Suits getLeadSuit()
public int whichPlayerLost()
public void add()
public String toString()
}
class Hand{
+ final Set<Card> cards = new TreeSet<>
public Card getCard()
public void takeCard(Card card)
public Card dropCard(int cardNumber)
public boolean equalDuce()
public boolean checkSuitExist(Suits leadSuit)
public String toString()
public boolean checkNonSameSuit(Suits leadsuit)
}
enum Ranks{
Deuce,
Three,
Four,
Five,
Six,
Seven,
Eight,
Nine,
Ten,
Jack,
Queen,
King,
Ace;
public String getSymbol()
Ranks(char oneChar)
}
Cards<|--Suits
Cards<|-- Ranks
Player<|--Seats
Player<|--Hand
Round<|-- Deck
Cards<|-- Deck
Round<|-- Trick
Game<|-- Player
Game*-- Round
@enduml | false | true | false | false | class |
67bd42aba9daf28f14e4608f7b1b9d6eefbdab6a | 1ac0a5cf0a74b207d7cdac817f81b15f452f494c | /Livrables/Diagrammes/Composants/UML/DataBaseExchanger.plantuml | 607ee40439310968738a45056d02e418a4f84642 | [
"MIT"
] | permissive | HugoLA1/Projet-programmation-systeme | 1f143b71a52871ca3536b30d78592c29f19aae97 | 5262fa64cd862283078346b4f8a2aa69246d47d6 | refs/heads/master | 2020-06-01T10:33:49.688170 | 2018-12-13T13:22:55 | 2018-12-13T13:22:55 | 190,750,176 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 409 | plantuml | @startuml
class DataBaseExchanger {
- <<const>> server : String = "localhost"
- <<const>> database : String = "masterchefinfo"
- <<const>> uid : String = "root"
- <<const>> password : String = ""
- <<const>> fullConnectionString : String
+ Connection() : MySqlConnection
+ ExecuteRequest(command:MySqlCommand) : DataTable
+ ExecuteAction(command:MySqlCommand) : void
}
@enduml
| false | true | false | false | class |
11cc1eb6dc1dde3b1c8642de2737682d51264938 | da6ebfdf57a263dd118e93ffc35c61060c1b06fb | /src/aula07/observer2/Dados.puml | 22657992871385fe4dbbb10f7e06ec65f2cc738e | [] | no_license | matpato/POO | 0045b831cb0de86aade98f439172ded9e0bca2ef | a847966f03963cae641f12185202e5597c1b755d | refs/heads/master | 2020-03-11T14:49:34.907028 | 2018-05-23T09:45:28 | 2018-05-23T09:45:28 | 130,066,329 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 637 | puml | @startuml
DadosSubject -left- DadosObserver
Dados <--* DadosSubject
DadosObserver <|-- BarraObserver
DadosObserver <|-- PercentagemObserver
DadosObserver <|-- TabelaObserver
class Dados {
valorA: int
valorB: int
valorC: int
}
class DadosSubject {
observers: ArrayList<DadosObserver>
dados: Dados
addObservers(obs: DadosObserver): void
delObservers(idx: int): void
setStatus(dados: Dados): void
getStatus(): Dados
notifyObservers(): void
}
abstract class DadosObserver{
dados: Dados
update(): void
}
class TabelaObserver{
update(): void
}
class PercentagemObserver{
update(): void
}
class BarraObserver{
update(): void
}
@enduml | false | true | false | false | class |
961eb71c15c05a35bef687cc918297bf5eabf501 | 33e1ea81c649944b2185d7860e3391912875e13b | /docs/diagrams/TimetableClass.puml | 46bb95ef3784c11e779655d27199a6d6fd92b408 | [] | no_license | prachi2023/tp | 7f05ff84b291664c30dd504c8d23e0ed2a843f96 | 3bf3b12323852da33f57be1df064e9cbd43fc3a0 | refs/heads/master | 2023-01-19T22:17:10.489057 | 2020-11-06T09:25:25 | 2020-11-06T09:25:25 | 300,152,655 | 0 | 0 | null | 2020-10-01T05:12:59 | 2020-10-01T05:12:58 | null | UTF-8 | PlantUML | false | false | 4,121 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
Event "*"-> "*" Tag
Event -right|> "{abstract} \n TaggableObject"
Timetable --> "*" Event
"{abstract} \n TaggableObject" "*" --> "*" Tag
"{abstract} \n RecurringEvent" --|> Event
DailyEvent --|> "{abstract} \n RecurringEvent"
WeeklyEvent --|> "{abstract} \n RecurringEvent"
MonthlyEvent --|> "{abstract} \n RecurringEvent"
YearlyEvent --|> "{abstract} \n RecurringEvent"
class Timetable {
-events: <ArrayList<Event>
-nonRecurringEvents: <ArrayList<Event>
-dailyEvents: <ArrayList<Event>
-weeklyEvents: <ArrayList<Event>
-yearlyEvents: <ArrayList<Event>
+getEvents(): ArrayList<Event>
+getEvent(int): Event
+setEvents(ArrayList<Event>): void
+setEvent(int, Event): void
+addEvent(Event): void
+addEvent(int, Event): void
+deleteEvent(int): void
+getDailyEvents(): ArrayList<Event>
+getAllNonRecurringEvents(): ArrayList<Event>
+getAllRecurringEventsArray(): ArrayList<Event>
+getYearTimetable(int): HashMap<Month, HashMap<Integer, ArrayList<Event>>>
+getMonthTimetable(int, int): HashMap<Month, HashMap<Integer, ArrayList<Event>>>
+getTimetable(LocalDate, LocalDate): HashMap<Month, HashMap<Integer, ArrayList<Event>>>
+getAllEvents(LocalDate, LocalDate): ArrayList<Event>
-getNonRecurringEvents(LocalDate, LocalDate, ArrayList<Event>): ArrayList<Event>
-getRecurringEvents(LocalDate, LocalDate, ArrayList<? extends RecurringEvent>: ArrayList<Event>
-getAllRecurringEvents(LocalDate, LocalDate, ArrayList<? extends RecurringEvent>: ArrayList<Event>
-getEventSetReminder(ArrayList<Event>): PriorityQueue<Reminder>
+getReminders(): ArrayList<Reminder>
+getClashingEvents(Event): ArrayList<Event>
}
class Event {
+REMINDER_DAY: String
+REMINDER_WEEK: String
-title: String
-startDateTime: LocalDateTime
-endDateTime: LocalDateTime
-isToRemind: Boolean
-isRecurring: boolean
-reminderPeriods: HashMap<String, ArrayList<Integer>>
+getTitle(): String
+setTitle(String): void
+getStartDateTime(): LocalDateTime
+setStartDateTime(LocalDateTime): void
+getStartDate(): LocalDate
+getStartTime(): LocalTime
+getEndDateTime(): LocalDateTime
+setEndDateTime(LocalDateTime): void
+getEndDate(): LocalDate
+getEndTime(): LocalTime
-getLocalDateTimeStringRep(LocalDateTime): String
+getStartDateTimeString(): String
+getEndDateTimeString(): String
+getIsToRemind(): boolean
+setIsToRemind(boolean): void
+getReminderPeriods(): HashMap<String, ArrayList<Integer>>
+setReminderPeriods(HashMap<String, ArrayList<Integer>>): void
+getReminderPeriodsString(): ArrayList<String>
+getRecurring(): boolean
+hasSameStartEndDateDate(): boolean
+getEventLengthInMinutes(): int
+getReminderDates(): ArrayList<LocalDate>
+occursDuringEvent(Event): boolean
-checkClash(LocalDateTime, LocalDateTime, LocalDateTime)
+toReminderString(): String
+toString(): String
+compareTo(Event): int
+equals(Object): boolean
}
class "{abstract} \n RecurringEvent" {
+DEFAULT_END_RECURRENCE: LocalDate
+DEFAULT_END_RECURRENCE_TIME: LocalTime
+NO_RECURRENCE_TYPE: String
+DAILY_RECURRENCE_TYPE: String
+WEEKLY_RECURRENCE_TYPE: String
+MONTHLY_RECURRENCE_TYPE: String
+YEARLY_RECURRENCE_TYPE: String
-endRecurrenceDate: LocalDate
-endRecurrenceTime: LocalTime
-recurrenceType: String
+getRecurrenceType(): String
+getEndRecurrenceDate(): LocalDate
+setEndRecurrenceDate(LocalDate): void
+getEndRecurrenceDateTime(): String
+checkAfterEndRecurrence(LocalDate): boolean
+getRecurrences(LocalDate, LocalDate): ArrayList<Event>
+toReoccur(LocalDate): boolean
+getEndRecurrenceString(): String
+timeStep(LocalDate): LocalDate {abstract}
+timeStep(LocalDate, int): LocalDate {abstract}
}
class DailyEvent {
-TIME_STEP:int
+timeStep(LocalDate): LocalDate
+timeStep(LocalDate, int): LocalDate
}
class WeeklyEvent {
-TIME_STEP:int
+timeStep(LocalDate): LocalDate
+timeStep(LocalDate, int): LocalDate
}
class MonthlyEvent {
-TIME_STEP:int
+timeStep(LocalDate): LocalDate
+timeStep(LocalDate, int): LocalDate
}
class YearlyEvent {
-TIME_STEP:int
+timeStep(LocalDate): LocalDate
+timeStep(LocalDate, int): LocalDate
}
class "{abstract} \n TaggableObject" {
-tags: ArrayList<Tag>
+getTagsName(): String
}
@enduml
| false | true | false | false | class |
b9f49e069e8532ff4d6ed6dcd7c87e653fa16fa1 | 8a2b1041186a333ffe63a5aa15c11b06540516ab | /app/UML/domain-diagram.puml | 1694e91e1df75cf4eeb28b7754169f5b82b753bb | [] | no_license | brandontoups/RiddleMe | de7e7ee7ee314fa93da3256a9306e6e1023abb94 | 8e0f984ffb32a567e4933a0c39ffb45257c4374b | refs/heads/master | 2020-03-28T09:57:53.896297 | 2018-09-10T15:10:02 | 2018-09-10T15:10:02 | 148,072,585 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 608 | puml | @startuml
' name: Brandon Toups, Evan McCarthy
' email: bmt0015 esm0012
' class: COMP3710-001
' date: 3 May 2018
' file: domain-diagram.puml
title RiddleMe Domain Diagram
class User {
questionsAnswered
highScore
}
class Questions {
}
class Answers {
correctAnswer
}
class Quiz {
}
class Result {
}
class Database {
questionSet
}
hide empty members
hide methods
User -- Quiz: plays >
Quiz "1" *-- "10" Questions: contains >
Quiz "1" *-- "40" Answers: contains >
User -- Result: sends score to >
Quiz "1" -- "1" Database: fetches from >
@enduml
| false | true | false | false | class |
5b5d4de050b0ca8328d84759f52b01ec4d37761d | 7041d4eab20296045d22e31c56211bc84b17da1c | /docs/Modifier question/DSS_Modifier_Question.puml | ec1f18f91d6444eae1a2e00ec2a0b4313d0156fe | [] | no_license | nerdz88/SGA-TS | ff97ce5cd5c78de97a851e80e0c948f7552b0f2c | 608d0748ff5ceff47ff75a9053cc1b5fee061df9 | refs/heads/main | 2023-07-09T19:54:11.262264 | 2021-07-28T17:39:07 | 2021-07-28T17:39:07 | 397,959,207 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 493 | puml | @startuml DSS_Modifier_Question
title DSS modifier question
hide footbox
actor ":Enseignant" as prof
participant ":Systeme" as sys
prof -> sys : recupererUneQuestion(idEspaceCours : int, idQuestion : int)
sys --> prof : valeurs actuelles de la question à modifier
prof -> sys : modifierQuestion(idQuestion : int, tags : String[], nom : String, \ntexteQuestion : String, reponse : boolean,\ntexteBonneReponse : String, texteMauvaiseReponse : String)
sys --> prof : question modifiée
@enduml
| false | true | true | false | usecase |
5d87e6d51a405a2637cc7c6d78b2640e3d24d6c5 | acba3a10237fcfda41825ff3a0c674aa3bbc9f26 | /uml/TodoList.puml | 45afe55089a196dbb67017ac3c07384c626ef5e1 | [] | no_license | rharding8/harding-cop3330-assignment4 | e73059aeba779227ffb6be7939fc568bcedcf3de | 8cc6a31b06d024df38e9670b71e6c9ad7e4b0f6c | refs/heads/master | 2023-06-10T20:44:34.380208 | 2021-07-06T03:16:27 | 2021-07-06T03:16:27 | 381,536,216 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,071 | puml | @startuml
'https://plantuml.com/class-diagram
class TodoList {
main()
start()
}
class TodoListController {
ListView<ItemList>: listOfLists
Button addListButton
Button editListButton
Button removeListButton
TextField titleField
Button saveListsButton
Button loadListButton
TextField saveListField
TextField loadListField
Button updateTitleButton
ObservableList<ItemList>: list
addListClicked()
editListClicked()
removeListClicked()
saveListsClicked()
loadListClicked()
updateTitleClicked()
addList()
removeList()
refresh()
updateTitle()
}
class SingleListController {
TextField pathField
Button sortButton
Button addButton
TextField dateField
TextField descriptionField
CheckBox completeBox
Button saveButton
Button updateButton
Button removeButton
Button backButton
ListView<Item>: itemDisplay
Button dateSortButton
ItemList itemList
ObservableList<Item> sortedList
backButtonClicked()
addButtonClicked()
removeButtonClicked()
saveButtonClicked()
updateButtonClicked()
addToList()
removeFromList()
updateItem()
initList()
refresh()
sortButtonClicked()
sortItemList()
dateSortClicked()
dateSort()
}
class Item {
String description
String date
Boolean completion
Item()
getDescription()
setDescription()
getDate()
setDate()
isComplete()
setCompletion()
toString()
}
class ItemList {
String title
ObservableList<Item>: items
ItemList()
getTitle()
setTitle()
getItems()
addItem()
sortList()
sortByDate()
}
class TodoListIO {
saveList()
saveAllLists()
loadList()
loadAllLists()
}
javafx.Application <|-- TodoList
TodoList - TodoListController
TodoListController - SingleListController
TodoListController -- ItemList
TodoListController -- TodoListIO
SingleListController --- ItemList
SingleListController - Item
SingleListController - TodoListIO
ItemList - Item
@enduml | false | true | false | false | class |
beb2e2ec5f9bdf9fe1e720b933112d7d40c518e6 | b384a892ec852a6531a08028988d4598fa62e18e | /ColaVendingMachine/CVM-1/uml/ColaVendingMachine-layer.puml | 475606d2d575cf51f5e56e430ea1718052c8b557 | [] | no_license | giopde1ste/IntroductionC | 97a6f5ca9cf97da6da9d35256f6983eba83a7e5e | ba1e4e8cf519d2e4c6f82854f7ac74de42a58c0b | refs/heads/master | 2022-10-06T23:57:57.463645 | 2020-04-17T15:45:29 | 2020-04-17T15:45:29 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 634 | puml | @startuml
title CVM-1\nLayered architecture\n
package "User Interface Layer" {
[Display]
[Keyboard]
[TUI] #green
}
package "System Control Layer" {
[FSM] #red
}
package "Subsystems Layer" {
[Cola Dispenser]
[Coin Acceptor]
}
package "Hardware Abstraction Layer = HAL" {
[Hardware IO] #grey
}
[FSM] -down-> [Coin Acceptor]
[FSM] -down-> [Cola Dispenser]
[FSM] -up-> [Display]
[FSM] -up-> [Keyboard]
[FSM] -up-> [TUI]
[Coin Acceptor] --> [Hardware IO]
[Cola Dispenser] --> [Hardware IO]
[TUI] -down-> [Keyboard]
[TUI] -down-> [Display]
[Display] --> [Hardware IO]
[Keyboard] --> [Hardware IO]
@enduml
| false | true | false | false | uml-unknown |
0e3dd12c747b3ffc87972ea0f09ee5f05917d04b | b774d5b532ef20e5c8476e35ea90da5e3f09287e | /src/com/github/tomap/uml/conception/sequenceDiagrams/addClass.puml | 2cfa09d3df649e9884cdc621645e615c0dd8e612 | [] | no_license | Phalexei/Modeleur | ae94ab6c191a7999cf9deaee4dac8542eb6a52bb | f143c85930c3b668670087693ec807a9cd4bda81 | refs/heads/master | 2021-01-02T08:51:16.535103 | 2013-11-16T19:54:20 | 2013-11-16T19:54:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,437 | puml | @startuml
actor User as u
participant ListenerEditor as le
participant ListenerDialogClass as ldc
participant A_ClassDiagram as Cd
participant "p : A_Package" as p
participant "c : A_Class" as c
participant "lgc : ListenerGclass" as lgc
u -> le: Add class click
activate le
le -> ldc: new ListenDialogClass()
activate ldc
ldc --> le
deactivate ldc
le --> u: New class form
deactivate le
u -> ldc: String : className, packageName\n Boolean : final, static, abstract
activate ldc
u -> ldc: click OK
ldc -> Cd: getListPackages()
activate Cd
Cd --> ldc: List<Package> lp
deactivate Cd
ldc -> ldc: lp.containsKey(packageName)
opt !existsPackage(p, lp)
ldc -> p: new A_Package(packageName)
activate p
p --> ldc: Package p
deactivate p
ldc -> Cd: addPackage(p)
activate Cd
Cd --> ldc
deactivate Cd
end
ldc -> c: new A_Class(className, final, static, abstract, p)
activate c
c --> ldc: c
deactivate c
ldc -> p: addClass(c)
activate p
p --> ldc
deactivate p
ldc -> lgc: new ListenerGclass()
activate lgc
lgc --> ldc
deactivate lgc
ldc --> u: repainted view
@enduml | false | true | false | false | usecase |
ccfa4b73048d87db67d70366d61c888cf3aea85b | 5419ba65627214efbf640b0643d5524c4f2a646f | /Architecture/01.SACP#16/SLAL#17.sequence.plantuml | 4fdf2ff7c5d4d952e4e97f2fd8abdb18d825f69d | [] | no_license | ovidiomanteiga/horuslauncher | 3ed7ce5283dd4a267b1284f6bc192c0426b98150 | 26159c90e70d3042f2ac04d8cb8284c1c8c26de2 | refs/heads/master | 2020-09-14T05:44:31.073187 | 2019-07-22T19:55:47 | 2019-07-22T19:55:47 | 223,037,096 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,158 | plantuml |
@startuml SLAL#17.sequence
skinparam monochrome true
autonumber
MainActivity -> AllAppsFragment
participant GetAllActionsInteractor
participant AllAppsRepository
participant PackageManager <<AndroidSDK>>
activate AllAppsFragment
create AllAppsRepository
AllAppsFragment -> AllAppsRepository: <<create>>
create GetAllActionsInteractor
AllAppsFragment -> GetAllActionsInteractor: <<create>>
AllAppsFragment -> GetAllActionsInteractor: perform()
activate GetAllActionsInteractor
GetAllActionsInteractor -> AllAppsRepository: get()
activate AllAppsRepository
AllAppsRepository -> PackageManager : queryIntentActivities()
activate PackageManager
AllAppsRepository <-- PackageManager : applicationInfos
deactivate PackageManager
AllAppsRepository -> AllAppsRepository : map()
AllAppsRepository --> GetAllActionsInteractor : allApps
deactivate AllAppsRepository
GetAllActionsInteractor -> GetAllActionsInteractor : sort()
GetAllActionsInteractor --> AllAppsFragment: allActions
deactivate GetAllActionsInteractor
create ActionsAdapter
AllAppsFragment -> ActionsAdapter : <<create>>, allActions
AllAppsFragment -> AllAppsFragment : setAdapter()
@enduml
| false | true | false | false | sequence |
9cce955f371c9b0fd63fe6699415ad702c0e02e7 | 0536d6c2bac3c7dc0899ead49e4d50f582bfc27d | /docs/database.puml | ac97dd2b68321ff8694b4e44876642c9f79ec384 | [] | no_license | mdiallogn/newclip-service | 89ad62f5cbce3c3f222080d8fd90dd2fa1ec4a57 | f27679a6bd2b396c4e070d56dbfac3d1dd991f87 | refs/heads/main | 2023-07-30T19:25:25.251746 | 2021-09-15T17:47:25 | 2021-09-15T17:47:25 | 395,239,331 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,011 | puml | @startuml
entity "User" as User {
*user_id: number <<PK>>
--
*company_id: number <<FK>>
*role_id: number <<FK>>
firstName: Varchar(50)
lastName: Varchar(100)
email: Varchar(50)
password: Varchar(10)
}
entity "Company" as Company{
*company_id: number <<PK>>
--
*address_id: number <<FK>>
name: Varchar(100)
}
entity "Address" as Address {
*address_id: number <<PK>>
--
streetNumber: number
streetName: Varchar(100)
postalCode: number
town: Varchar(50)
country: Varchar(50)
}
entity "Role" as Role{
*roleId: number<<PK>>
--
value: Varchar(20)
}
entity "UserRole" as UserRole{
*user_id: number <<FK>>
*roleId: number <<FK>>
}
Company "1" *-- "1" Address: has
User "1" *-- "*" Company: Belongs to
User "[1..n]" *-- "[1..1]" UserRole: has
UserRole "[1..1]" *-- "[1..1]" Role: has
@enduml | false | true | false | false | sequence |
02bc78ae476fe8a280ec5d0ca9b2e85c20b04a0b | ae2af8876d47bde79f048ecf0c28b42493ae9f7f | /uml/App.puml | ad391b14ecd7df8939c7aa0fbb6434c220b89124 | [] | no_license | k-laughner/laughner-cop3330-assignment4part2 | 188ef134f1ab332b296de830af6fc884ed3a5088 | 38cc7ad6f5096f8938caf2162a8cbb220f428da8 | refs/heads/master | 2023-09-04T19:09:31.570026 | 2021-11-16T01:05:41 | 2021-11-16T01:05:41 | 428,472,049 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,211 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
+main() : void
+start() : void
}
class Controller {
-TableView<tasks> list
-TableColumn<tasks, String> taskName
-TableColumn<tasks, String> dueDate
-TableColumn<tasks, String> description
-TableColumn<tasks, Boolean> status
-TextField name
-DatePicker dateInput
-TextField descriptionInput
+ObservationalList<tasks> taskList
+initialize() : void
+addItem( MouseEvent e ) : void
+removeItem( MouseEvent e ) : void
+clearList( MouseEvent e ) : void
+changeDescription( CellEditEvent e ) : void
+changeDate( CellEditEvent e ) : void
+showComplete( MouseEvent e ) : void
+showIncomplete( MouseEvent e ) : void
+showAll( MouseEvent e ) : void
+saveList( Event e ) : void
+openList( Event e ) : void
}
class tasks{
-String taskName
-String dueDate
-String description
-BooleanProperty status
+tasks( String taskName, String dueDate, String description, boolean checked )
+getTaskName() : String
+getDueDate() : String
+setDueDate( String dueDate ) : void
+getDescription() : String
+setDescription( String description ) : void
+checkProperty() : BooleanProperty
}
class AppTest {
+ setup() : void
+ addToListTest() : void
+ removeListTest() : void
+ clearListTest() : void
+ descSizeTest() : void
+ dateFormatTest() : void
+ changeDescTest() : void
+ changeDueDateTest() : void
+ markCompleteTest() : void
+ showCompleteTest() : void
+ showIncompleteTest() : void
+ saveFileTest() : void
+ openListTest() : void
}
class functionalities {
+addToList(ObservableList<tasks> taskList, String name, String description, String date) : void
+removeList( ObservableList<tasks> taskList, tasks nameRemoved ) : void
+clearList(ObservableList<tasks> taskList) : void
+changeDesc(tasks taskSelected, String newDesc) : void
+changeDate(tasks taskSelected, String newDate) : void
+showComplete(ObservableList<tasks> taskList) : FilteredList
+showIncomplete(ObservableList<tasks> taskList) : FilteredList
+writeList(File file, ObservableList<tasks> taskList) : void
+chooseFile() : File
+viewOpenedFile(BufferedReader file, ObservableList<tasks> taskList) : void
+chooseListToOpen() : BufferedReader
}
class formatting {
+ checkDesc( String description ) : String
}
@enduml | false | true | false | false | class |
76640b315bb1241538832b97745d96fc1f2818a0 | eede8564c97ccc97397de0a7925e6e14be68f922 | /src/main/java/evaluator/repository/repository.plantuml | bbbc26a5585ab2ae921d3e1fc8e3979845924af9 | [] | no_license | Sinars/vvss | 645199338a7ee06326e20c651e82e140dab2a95c | 402ee04bcb7f1fe743063d0c71c6a2b005c24eda | refs/heads/master | 2020-04-28T06:44:17.010764 | 2019-05-06T20:29:14 | 2019-05-06T20:29:14 | 175,069,286 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 667 | plantuml | @startuml
title __REPOSITORY's Class Diagram__\n
package evaluator {
package evaluator.repository {
class IntrebariRepository {
- intrebari : List<Intrebare>
- fileName : String
+ IntrebariRepository()
+ addIntrebare()
- writeToFile()
+ exists()
+ getNthIntrebare()
+ getDistinctDomains()
+ loadIntrebariFromFile()
+ getIntrebari()
}
}
}
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 |
011b009ef960cc7cd388b905617def5326e06004 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140364/sprint1/ipc_extension_image1.puml | a25fe235db1dfc48813966c5a4d394f01bab7c12 | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 380 | puml | @startuml doc-files/ipc_extension_image1.png
class OptionsAction {
}
class ShareMenu
class ShareExtension {
-String NAME;
}
class UIExtensionShare
class JMenuItem
ShareExtension -> UIExtensionShare : getUIExtension(UIController)
UIExtensionShare -> ShareMenu : getMenu()
ShareMenu -> JMenuItem : 'items'
JMenuItem o-> OptionsAction : action
@enduml
| false | true | false | false | sequence |
39f91fecfa229fc78e6afcdc2efa2b03379472f0 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Common/Shared/Events/Queue/DefaultEventQueue.puml | e2ba40ece4542df619c29ef5c4c8b696df7408f6 | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 701 | puml | @startuml(id=default)
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
abstract class "DefaultEventQueue<T>" {
}
abstract class "SupportDeserializationEventQueue<T>" {
+ Enqueue(event: T) : void
}
abstract class "BaseEventQueue<T>"
interface "IReadOnlyEventQueue<T>"
interface "ISupportDeserializationEventQueue<T>"
"BaseEventQueue<T>" <|-- "SupportDeserializationEventQueue<T>"
"IReadOnlyEventQueue<T>" <|-- "SupportDeserializationEventQueue<T>"
"ISupportDeserializationEventQueue<T>" <|-- "SupportDeserializationEventQueue<T>"
abstract class "SupportDeserializationEventQueue<T>"
"SupportDeserializationEventQueue<T>" <|-- "DefaultEventQueue<T>"
!endsub
@enduml
| false | true | false | false | class |
796486464605a89a71382b67e4c6dd706cd35825 | 1da59c980e0f5689a7c711988d562a355fa64820 | /compound-pattern/uml/CompoundPattern.puml | 9e3da53eabc9fde0ca827cc11b1964d580f05811 | [] | 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 | 519 | puml | @startuml
'https://plantuml.com/class-diagram
class DJView {
controller: Controller
createView()
updateBPM()
updateBeat()
createControls()
enableStopMenuItem()
disableStopMenuItem()
enableStartMenuItem()
disableStartMenuItem()
actionPerformed()
}
interface ControllerInterface {
setBPM()
increaseBPM()
decreaseBPM()
}
class Controller {
setBPM()
increaseBPM()
decreaseBPM()
}
DJView -> ControllerInterface
ControllerInterface <|.. Controller
@enduml | false | true | false | false | class |
d9b6649f5a090967310240fce01691c92fb693a2 | 50ae156dbf29dab8f56ccb717d0d5edb98a07afe | /docs/ItemButton_Classes.puml | f0a7a8fa8c0eec4244b350a6a4ff392a6ecd46f1 | [] | no_license | gsnerf/Baud-Bag | bfb8f1715fa23df69e3bb3fc515d03229e3ee530 | 5dc265131d975211e8a9fa5315bc9e34538725eb | refs/heads/master | 2023-06-08T15:55:22.728552 | 2023-05-17T21:39:44 | 2023-05-17T21:39:44 | 77,284,675 | 8 | 1 | null | 2018-07-29T06:32:22 | 2016-12-24T13:38:49 | Lua | UTF-8 | PlantUML | false | false | 6,348 | puml | @startuml
class ItemButton << WoW, intrinsic >> {
.. parentKey ..
icon: Texture
Count: FontString
searchOverlay: Texture
ItemContextOverlay: Texture
IconBorder: Texture
IconOverlay: Texture
.. with absolute name ..
Stock: FontString
NormalTexture: NormalTexture
--
PostOnLoad()
PostOnShow()
PostOnHide()
RegisterCallback()
UnregisterCallback()
SetMatchesSearch(matchesSearch: MatchesSearchType)
GetMatchesSearch()
UpdateItemContextMatching()
UpdateItemContextOverlay()
}
class ItemButtonTemplate << WoW, utility methods >> {
.. default ItemButton helper methods ..
SetItemButtonCount(button: ItemButton, count: number, abbreviate: boolean)
SetItemButtonStock(button: ItemButton, numInStock: number)
SetItemButtonTexture(button: ItemButton, texture: Texture)
SetItemButtonTextureVertexColor(button: ItemButton, r: number, g: number, b: number)
SetItemButtonDesaturated(button: ItemButton, desaturated: boolean)
SetItemButtonNormalTextureVertexColor(button: ItemButton, r: number, g: number, b: number)
SetItemButtonQuality(button: ItemButton, quality: ItemQuality, itemIDOrLink: ItemID, suppressOverlays: boolean)
HandleModifiedItemClicl(link)
.. methods for specialized ItemButton instances ..
SetItemButtonNameFrameVertexColor(button: ItemButton, r: number, g: number, b: number)
SetItemButtonSlotVertexColor(button: ItemButton, r: number, g: number, b: number)
}
class ReagentBankSlotTemplate << BaudBag, virtual >> {
.. with parentKey ..
SlotHighlightTexture: Texture
Cooldown: Cooldown
--
ReagentBankSlotButton_OnLoad()
ReagentBankSlotButton_OnEvent()
ReagentBankSlotButton_OnEnter()
OnLeave()
ReagentBankSlotButton_OnClick()
}
class BaudBagOptionsBagTemplate << BaudBag, virtual >> {
SlotHighlightTexture: Texture
BaudBagOptionsBag_OnClick()
}
class BankItemButtonGenericTemplate << WoW, virtual >> {
.. with parentkey ..
IconQuestTexture : Texture
Cooldown : Cooldown
--
BankFrameItemButton_OnLoad()
BankFrameItemButton_OnEnter()
OnLeave()
OnClick()
BankFrameItemButtonGeneric_OnClick(button: String)
BankFrameItemButtonGeneric_OnModifiedClick(button: String)
OnDragStart()
OnReceiveDrag()
}
class BankItemButtonBagTemplate << WoW, virtual >> {
.. with parentKey ..
SlotHighlightTexture: Texture
Cooldown: Cooldown
--
BankFrameBagButton_OnLoad()
BankFrameBagButton_OnEvent()
BankFrameItemButton_OnEnter()
OnLeave()
OnClick()
BankFrameItemButtonBag_Pickup(button: String)
BankFrameItemButtonBag_OnClick(button: String)
}
class BagSlotButtonTemplate << WoW, virtual >> {
.. with parentKey ..
SlotHighlightTexture: Texture
--
BagSlotButton_OnLoad()
BagSlotButton_OnEvent()
OnShow()
OnHide()
OnClick()
BagSlotButton_OnClick(button: string)
BagSlotButton_OnModifiedClick(button: string)
OnDragStart()
BagSlotButton_OnDrag(button: string)
OnReceiveDrag()
BagSlotButton_OnEnter()
OnLeave()
}
class ReagentBankItemButtonGenericTemplate << WoW, virtual >> {
ReagentBankFrameItemButton_OnLoad()
}
class ContainerFrameItemButtonTemplate << WoW, virtual >> {
.. with parentKey ..
newitemglowAnim: AnimationGroup
flashAnim: AnimationGroup
UpgradeIcon: Texture
BagStaticBottom: Texture
BagStaticTop: Texture
flash: Texture
NewItemTexture: Texture
BattlepayItemTexture: Texture
ExtendedSlot: Texture
ExtendedOverlay: Texture
ExtendedOverlay2: Texture
JunkIcon: Texture
.. with absolute name ..
IconQuestTexture: Texture
Cooldown: Cooldown
--
OnClick()
ContainerFrameItemButton_OnClick(button: String)
ContainerFrameItemButton_OnModifiedClick(button: String)
ContainerFrameItemButton_OnLoad()
ContainerFrameItemButton_OnEnter()
ContainerFrameItemButton_OnLeave()
OnHide()
OnDragStart()
OnReceiveDrag()
ContainerFrameItemButton_OnDrag(button: String)
UpdateTooltip()
}
class BBItemButton << wrapper >> {
.. wrapper fields ..
Name: string
SlotIndex: number
Quality: number
Parent: table
Frame: ItemButton
BorderFrame: Texture
QuestOverlay: Texture
--
UpdateContent(useCache: boolean, slotCache: table)
UpdatePosition(container: Frame, x: number, y: number, slotLevel: number)
UpdateCustomRarity(showColor: boolean, intensity: number)
UpdateQuestOverlay(containerId)
UpdateItemOverlay(itemID)
UpdateNewAndBattlepayoverlays(isNewItem: boolean, isBattlePayItem: boolean)
UpdateTooltipInternal(subContainerId: number)
ShowHighlight(enabled: boolean)
ApplyBaseSkin()
Hide()
}
class BagButton << BaudBag, wrapper >> {
BagSetType: BagSetType
SubContainerId: number
Frame: ItemButton
BagSlot_OnEnter()
BagSlot_OnUpdate()
BagSlot_OnLeave()
ApplyBaseSkin()
}
class AddOnTable {
.. creation methods ..
CreateItemButton(subContainer: Frame, slotIndex: number, buttonTemplate: string)
CreateBagButton(bagSetType: BagSetType, bagIndex: number, subContainerId: number, parentFrame: Frame, buttomTemplate: string)
.. hooks ..
ItemSlot_Created(bagSet: BagSetType, containerId: number, subContainerId: number, slotId: number, button: ItemButton)
ItemSlot_Updated(bagSet: BagSetType, containerId: number, subContainerId: number, slotId: number, button: ItemButton)
BagSlot_Created(bagSetType: BagSetType, bag: number, button: ItemButton)
BagSlot_Updated(bagSetType: BagSetType, bag: number, button: ItemButton)
}
AddOnTable --> BBItemButton
AddOnTable --> BagButton
BBItemButton --> ContainerFrameItemButtonTemplate: mixin
BBItemButton --> BankItemButtonGenericTemplate: mixin
BBItemButton --> ReagentBankItemButtonGenericTemplate: mixin
BagButton *-- BankItemButtonBagTemplate
BagButton *-- BagSlotButtonTemplate
ReagentBankItemButtonGenericTemplate --|> BankItemButtonGenericTemplate
ReagentBankSlotTemplate --|> ItemButton
BaudBagOptionsBagTemplate --|> ItemButton
BankItemButtonGenericTemplate --|> ItemButton
BankItemButtonBagTemplate --|> ItemButton
ContainerFrameItemButtonTemplate --|> ItemButton
BagSlotButtonTemplate --|> ItemButton
ItemButtonTemplate -> ItemButton
@enduml | false | true | false | false | sequence |
268cfe557841ac0a4b151940257bc8fd096cec0b | aefb1807676f66cc46e45071b3deb1969e682322 | /SELAIN SISTEM/UML/SEQUENCE/kepala/ViewPersetujuanDisposisi.puml | 5c944b1b7f74927976dd1688eb15b353f2ea82e3 | [
"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 | 611 | puml | @startuml
autonumber
hide footbox
title Melihat Persetujuan Disposisi
Actor Kepala
boundary Dashboard_V
boundary PersetujuanDisposisi_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 Persetujuan Disposisi
Dashboard_V --> SuratDisposisi_C: index()
SuratDisposisi_C --> SuratDisposisi_E:
SuratDisposisi_E --> SuratDisposisi_C:
SuratDisposisi_C --> PersetujuanDisposisi_V: load->view()
PersetujuanDisposisi_V --> Kepala: Halaman Persetujuan Disposisi
@enduml | false | true | false | false | sequence |
3fb599a8b966b2d74be7441a0c393f915e4b0f5e | c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac | /docs/uml-class-diagrams/database/production/DatabaseCommInterface/DatabaseCommInterface.puml | b046c4fec9dc26214d25376c7ec863c18596883a | [] | no_license | Slackjaw1431/csi-3370-software-project | 79666760712ee4625bea3daea48c7072e7826465 | af44ad1066695e4f9eff74eda79cebef3ad2b1af | refs/heads/main | 2023-03-23T23:03:17.404846 | 2021-03-17T18:52:02 | 2021-03-17T18:52:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 492 | puml | @startuml DatabaseCommInterface
package edu.oakland.production.database {
interface DatabaseCommInterface {
__
.. Use Case 1 ..
{abstract} + int receiveGetRfidRequest()
{abstract} + LocationDataPoint receiveGetLocationDataPointRequest(int offset)
{abstract} + TrackData receiveGetTrackDataRequest(int offset)
{abstract} + void storeTrackDataRequest(TrackData trackData)
{abstract} + String receiveGetModeRequest()
}
}
@enduml
| false | true | false | false | class |
43c59f219c9b7753d0c880de1c712e29ebcf77ed | 89634bb006a9df141b85b9d653ed3f9036cebe42 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-system-tag.puml | b25b6adbb23499882cbca76d51e76c69ae71483a | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | 8mylez/platform | a3290e4e2294dd9d21def95a90c28951084c3a93 | 14c3bc69c720e82f0d5e4ffc70af5ded2e13efc9 | refs/heads/master | 2021-01-13T23:30:54.500566 | 2020-09-18T07:06:25 | 2020-09-18T07:06:25 | 296,546,535 | 1 | 1 | MIT | 2020-09-18T07:27:12 | 2020-09-18T07:27:11 | null | UTF-8 | PlantUML | false | false | 2,478 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreSystemTagTagDefinition, "tag\n(Taxonomy)") {
primary_key(id) id
not_null(name) string
not_null(createdAt) createdAt
updatedAt updatedAt
}
ForeignTable(ShopwareCoreContentProductAggregateProductTagProductTagDefinition, "product_tag") {
}
ForeignTable(ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition, "media_tag") {
}
ForeignTable(ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition, "category_tag") {
}
ForeignTable(ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition, "customer_tag") {
}
ForeignTable(ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition, "order_tag") {
}
ForeignTable(ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition, "shipping_method_tag") {
}
ForeignTable(ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition, "newsletter_recipient_tag") {
}
' relationshipd
ShopwareCoreSystemTagTagDefinition --> ShopwareCoreContentProductAggregateProductTagProductTagDefinition
ShopwareCoreSystemTagTagDefinition --> ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition
ShopwareCoreSystemTagTagDefinition --> ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition
ShopwareCoreSystemTagTagDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition
ShopwareCoreSystemTagTagDefinition --> ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition
ShopwareCoreSystemTagTagDefinition --> ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition
ShopwareCoreSystemTagTagDefinition --> ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition
@enduml
| false | true | false | false | uml-unknown |
dd6b32c9b5b98a040f816df3f727360d35effc30 | f79f31d1a3ba5aec032a0cd5cf54aeadb2e6e623 | /doc/model.puml | c7ada59398a667dae94fa777b965363ff558801a | [
"Apache-2.0"
] | permissive | abilian/labandco | 6dcc5dcdf75539e1492a07bbafca9acdd242776b | d33d084bb8c834376d135057f3a4d78a44c7b520 | refs/heads/main | 2023-07-18T18:05:31.008785 | 2023-07-13T13:15:06 | 2023-07-13T13:15:06 | 220,273,817 | 3 | 2 | Apache-2.0 | 2022-01-22T08:16:14 | 2019-11-07T15:53:07 | Python | UTF-8 | PlantUML | false | false | 1,590 | puml | @startuml
class Structure {
+id
+old_id
+active
+type_name
+nom
+sigle
+dn
+old_dn
+supann_code_entite
+email
+permettre_reponse_directe
+permettre_soummission_directe
+children
}
class Notification {
+created_at
+body
+user_id
+user
+actor_id
+actor
+demande_id
+demande
+sent
+id
}
class DemandePiLogiciel {
}
class Profile {
+id
+uid
+old_id
+old_uid
+login
+nom
+prenom
+email
+adresse
+telephone
+active
+affectation
+fonctions
+preferences_notifications
+preferences_nb_jours_notifications
+date_derniere_notification_vue
}
class Demande {
+id
+old_id
+type
+created_at
+updated_at
+nom
+name
+active
+editable
+no_infolab
+no_eotp
+contact_labco_id
+gestionnaire_id
+porteur_id
+structure_id
+data
+past_versions
+form_state
+attachments
+feuille_cout
+documents_generes
+wf_state
+wf_date_derniere_action
+wf_retard
+wf_history
+wf_data
+date_effective
+contact_labco
+porteur
+gestionnaire
+structure
}
class DemandeAutre {
}
class DemandeAvenantConvention {
}
class DemandeRH {
}
class DemandeConvention {
}
class DemandePiInvention {
}
Structure -up-|> Model
Notification -up-|> IdMixin
Notification -up-|> Model
DemandePiLogiciel -up-|> Demande
DemandePiLogiciel -up-|> DemandePiMixin
Profile -up-|> Model
Demande -up-|> Model
DemandeAutre -up-|> Demande
DemandeAvenantConvention -up-|> Demande
DemandeRH -up-|> Demande
DemandeConvention -up-|> Demande
DemandePiInvention -up-|> Demande
DemandePiInvention -up-|> DemandePiMixin
@enduml
| false | true | false | false | class |
97844603b68863199485e7df0e9d67f4898a856e | 9d656da0573eb264f154e1ed6f6547354f6dd8bf | /specs/use-case-diagram.puml | fd0ed12d4d508f63227eb34b1e40a15dfa5c86a5 | [] | no_license | myzone/pest-control-enterprise | d8f8c21658a2dd930ac7c90add669c7692720ca4 | d3f364ea1855659bbcd73496b27d3590cbaf9f7b | refs/heads/master | 2021-01-01T19:51:01.453421 | 2014-07-03T11:07:20 | 2014-07-03T11:29:44 | 19,124,715 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,585 | puml | @startuml
left to right direction
:User: as u
:Worker: as w
:Admin: as a
:Mobile app: as m
:Admin web-app: as s
:Backend: as b
u <|-- w
u <|-- a
u -- (auth)
(auth) -- m
(auth) -- s
(auth) -- b
u -- (getTaskInfo)
(getTaskInfo) -- m
(getTaskInfo) -- s
(getTaskInfo) -- b
w -- (getOpenTasks)
(getOpenTasks) -- m
(getOpenTasks) -- b
w -- (getAssignedTasks)
(getAssignedTasks) -- m
(getAssignedTasks) -- b
w -- (getCurrentTasks)
(getCurrentTasks) -- m
(getCurrentTasks) -- b
w -- (assignTask)
(assignTask) -- m
(assignTask) -- b
w -- (discardTask)
(discardTask) -- m
(discardTask) -- b
w -- (startTask)
(startTask) -- m
(startTask) -- b
w -- (finishTask)
(finishTask) -- m
(finishTask) -- b
(commentTask) -- b
(commentTask) -- m
(commentTask) -- s
(commentTask) <|-- (assignTask)
(commentTask) <|-- (discardTask)
(commentTask) <|-- (startTask)
(commentTask) <|-- (finishTask)
a -- (allocateTask)
(allocateTask) -- s
(allocateTask) -- b
a -- (editTask)
(editTask) -- s
(editTask) -- b
a -- (closeTask)
(closeTask) -- s
(closeTask) -- b
(commentTask) <|-- (allocateTask)
(commentTask) <|-- (editTask)
(commentTask) <|-- (closeTask)
a -- (registerConsumer)
(registerConsumer) -- s
(registerConsumer) -- b
a -- (editConsumer)
(editConsumer) -- s
(editConsumer) -- b
a -- (getConsumers)
(getConsumers) -- s
(getConsumers) -- b
a -- (registerWorker)
(registerWorker) -- s
(registerWorker) -- b
a -- (editWorker)
(editWorker) -- s
(editWorker) -- b
a -- (getWorkers)
(getWorkers) -- s
(getWorkers) -- b
@enduml
| false | true | false | false | class |
be0fe2cccbb3bfad08605b3ca929f6fad8aaa20d | c60a8fb67fedcbae08755d8125d97468a8aca24d | /Projet de UML Reverse/documents/trash/DAL/DiagrammesVersion trash/Modèle de donnée/classExtendUtil.puml | 9924e79e1a03ce9ba9acb9149bc23860d7c45571 | [
"Apache-2.0"
] | permissive | BelkhousNabil/Projets-Informatiques | 6be114f6a8dbcf978ef67daffb1394ee023255cf | 47ffd6526bb66ae263c34725fe2b515b751127bb | refs/heads/master | 2021-01-17T07:12:08.050466 | 2017-02-26T17:03:56 | 2017-02-26T17:03:56 | 54,788,129 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,220 | puml | @startuml
package model {
' -------------------------------- umlreverse.model
package diagram {
' -------------------------------- umlreverse.model.diagram
package diagram.util {
' -------------------------------- umlreverse.model.diagram.util
interface IStyleManager
abstract class ADiagram implements IDiagram
interface IEntity
ADiagram o--> IEntity
ADiagram o--> INote
AEntity o--> IStyleManager
abstract AEntity implements IEntity
}
' --------------------------------------------------------- fin package util
package class {
' -------------------------------- umlreverse.model.diagram.class
enum ClassStylizableElement {
Class
Interface
Enum
Note
Package
}
interface IClassDiagram extends IDiagram {
+getName() : String
+getFileName() : String
+getStyle() : IStyleManager
+getStyle(ClassStylizableElement typeElement) : IStyleManager
+getEnum(String name) : IEnumEntity
+getEnums() : Set<IEnumEntity>
+getClass(String name) : IClass
+getClasses() : Set<IClass>
+getInterface(String name) : IInterface
+getInterfaces() : Set<IInterface>
+getPackages() : Set<IPackage>
+getPackage(String name) : IPackage
+getNotes() : Set<INote>
+setGlobalStyle(ClassStylizableElement element, IStyleManager style) : void
+createNote(String title, String description) : void
+deleteNote(INote) : void
+addClass(String name)
+removeClass(IClassEntity class)
+removeClass(String name)
+addEnum(String name)
+removeEnum(IEnumEntity enum)
+removeEnum(String name)
+addInterface(String name)
+removeInterface(IInterfaceEntity interface)
+removeInterface(String name)
+addPackage(String name)
+removePackage(IPackage p)
+removePackage(String name)
+setName(String) : void
+setFileName(String) : void
+accept(ClassVisitor visitor) : void
+accept(DiagramVisitor visitor) : void
}
class ClassDiagram extends ADiagram implements IClassDiagram
ClassDiagram --> ClassStylizableElement
ClassDiagram "0..1" o-> "0..n" IPackage
interface IPackage {
+getDiagram() : ClassDiagram
+getName() : String
+getStyle() : IStyleManager
+getEnum(String name) : IEnumEntity
+getEnums() : Set<IEnumEntity>
+getClass(String name) : IClass
+getClasses() : Set<IClass>
+getInterface(String name) : IInterface
+getInterfaces() : Set<IInterface>
+getPackages() : Set<IPackage>
+getPackage(String name) : IPackage
+setGlobalStyle(ClassStylizableElement element, IStyleManager style) : void
+getNotes() : Set<INote>
+createNote(String title, String description) : void
+deleteNote(INote) : void
+addClass(String name)
+removeClass(IClassEntity classe)
+removeClass(String name)
+addEnum(String name)
+removeEnum(IEnumEntity enum)
+removeEnum(String name)
+addInterface(String name)
+removeInterface(IInterfaceEntity interface)
+removeInterface(String name)
+addPackage(String name)
+removePackage(IPackage p)
+removePackage(String name)
+setName(String) : void
+accept(DiagramVisitor visitor) : void
+getVetoableChangeListeners() : VetoableChangeListener[]
+addVetoableChangeListener(VetoableChangeLister listener) : void
+removeVetoableChangeListener(VetoableChangeLister listener) : void
}
class Package implements IPackage
interface IClassEntity extends IEntity {
+getDiagram() : ClassDiagram
+getPackage() : String
+getVisibility() : Visibility
+getStyle() : StyleManager
+getGlobalStyle() : IStyleManager
+setGlobalStyle(StyleManager) : void
+setStyle(StyleManager styleBox) : void
+setModifier(Set<Modifier> modifs) : void
+setPackage(String package) : void
+setVisibility(Visibility visibility) : void
+addConstraintNote(INote note) : void
+addNote(INote note) : void
+removeConstraintNote(INote note) : void
+removeNote(INote note) : void
+getVetoableChangeListeners() : VetoableChangeListener[]
+addVetoableChangeListener(VetoableChangeLister listener) : void
+removeVetoableChangeListener(VetoableChangeLister listener) : void
}
ClassDiagram "1" o--> "0..n" IClassEntity
}
' --------------------------------------------------------- fin package class
}
' --------------------------------------------------------- fin package diagram
}
' --------------------------------------------------------- fin package model
@enduml | false | true | false | false | class |
c9fcd176d08b310a102581043bde7593809bb1c8 | a2869509d73be36578547b153ac7286dabace7eb | /Multisensor/img/annot-image-fise.puml | 40681810ef4ee9a9d8d7607934de63aa9e43eeb2 | [] | no_license | gerardbdn/VladimirAlexiev.github.io | ac5728d1c03b8462e26d4f899aa8b40de1f60c72 | ac74a61378e8cf8a076d03c60fc95b4cc2640843 | refs/heads/master | 2020-12-30T17:19:40.411134 | 2016-01-22T08:38:16 | 2016-01-22T08:38:16 | 50,588,148 | 0 | 0 | null | 2016-01-28T14:25:29 | 2016-01-28T14:25:28 | null | UTF-8 | PlantUML | false | false | 3,341 | puml | @startuml
hide empty methods
hide empty attributes
hide circle
skinparam classAttributeIconSize 0
class ms_concept_Armed_Person as "ms-concept:Armed_Person"
ms_concept_Armed_Person : a oa:SemanticTag, skos:Concept
class ms_concept_ as "ms-concept:"
ms_concept_Armed_Person --> ms_concept_ : skos:inScheme
ms_concept_Armed_Person : skos:prefLabel "Armed Person"
class ms_annot_1234153426_Amateur_Video as "ms-annot:1234153426-Amateur_Video"
ms_annot_1234153426_Amateur_Video : a oa:SemanticTag, fise:TopicAnnotation
class _http___images_zeit_de_____540x304_jpg_ as "<http://images.zeit.de/...-540x304.jpg>"
ms_annot_1234153426_Amateur_Video --> _http___images_zeit_de_____540x304_jpg_ : fise:extracted-from
class ms_concept_Amateur_Video as "ms-concept:Amateur_Video"
ms_annot_1234153426_Amateur_Video --> ms_concept_Amateur_Video : fise:entity-reference\nskos:related
ms_annot_1234153426_Amateur_Video : fise:confidence 0.884379
_http___images_zeit_de_____540x304_jpg_ : a dctype:Image
_http___images_zeit_de_____540x304_jpg_ : dc:format "image/jpeg"
class ms_annot_1234153426_Armed_Person as "ms-annot:1234153426-Armed_Person"
ms_annot_1234153426_Armed_Person : a fise:TopicAnnotation, oa:SemanticTag
ms_annot_1234153426_Armed_Person --> ms_concept_Armed_Person : skos:related\nfise:entity-reference
ms_annot_1234153426_Armed_Person --> _http___images_zeit_de_____540x304_jpg_ : fise:extracted-from
ms_annot_1234153426_Armed_Person : fise:confidence 0.35975
class ms_concept_Concepts3_Or_More_People as "ms-concept:Concepts3_Or_More_People"
ms_concept_Concepts3_Or_More_People : a skos:Concept
ms_concept_Concepts3_Or_More_People --> ms_concept_ : skos:inScheme
ms_concept_Concepts3_Or_More_People : skos:prefLabel "Concepts: 3 or More People"
class _http___data_multisensorproject_eu_agent_imageAnnotator_ as "<http://data.multisensorproject.eu/agent/imageAnnotator>"
_http___data_multisensorproject_eu_agent_imageAnnotator_ : a prov:SoftwareAgent
_http___data_multisensorproject_eu_agent_imageAnnotator_ : foaf:name "CERTH Image Annotator v1.0"
class ms_annot_1234153426_Concepts3_Or_More_People as "ms-annot:1234153426-Concepts3_Or_More_People"
ms_annot_1234153426_Concepts3_Or_More_People : a fise:TopicAnnotation, oa:SemanticTag
ms_annot_1234153426_Concepts3_Or_More_People --> ms_concept_Concepts3_Or_More_People : skos:related\nfise:entity-reference
ms_annot_1234153426_Concepts3_Or_More_People --> _http___images_zeit_de_____540x304_jpg_ : fise:extracted-from
ms_annot_1234153426_Concepts3_Or_More_People : fise:confidence 0.731893
ms_concept_Amateur_Video : a oa:SemanticTag, skos:Concept
ms_concept_Amateur_Video --> ms_concept_ : skos:inScheme
ms_concept_Amateur_Video : skos:prefLabel "Amateur Video"
class ms_annot_1234153426 as "ms-annot:1234153426"
ms_annot_1234153426 : a oa:Annotation
ms_annot_1234153426 --> ms_annot_1234153426_Amateur_Video : oa:hasBody
ms_annot_1234153426 --> ms_annot_1234153426_Concepts3_Or_More_People : oa:hasBody
ms_annot_1234153426 -right-> _http___data_multisensorproject_eu_agent_imageAnnotator_ : oa:annotatedBy
ms_annot_1234153426 --> ms_annot_1234153426_Armed_Person : oa:hasBody
ms_annot_1234153426 -left-> _http___images_zeit_de_____540x304_jpg_ : oa:hasTarget
ms_annot_1234153426 : oa:annotatedAt "2015-10-01T12:34:56"^^xsd:dateTime
ms_annot_1234153426 : oa:motivatedBy oa:tagging
@enduml
| false | true | false | false | sequence |
eed500f77099c3cb01c46ad8aaee18901f63a2bd | 8f8c5f8a0ffa3a51d091183966007fff022db792 | /src/main/java/com/m2i/poe/bank/bank.plantuml | 13e2649c866dec0b57169637a25a2ac368527e23 | [] | no_license | cyrilvincent/POE | aa94acf0fc41369d73a3c1f27054510a048cdd5f | 76bd32226bfd0f1ea432c541a36fbe0afc844fd8 | refs/heads/master | 2020-03-21T12:52:21.932649 | 2018-09-17T07:31:24 | 2018-09-17T07:31:24 | 138,575,981 | 1 | 8 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,119 | plantuml | @startuml
title __BANK's Class Diagram__\n
package com.m2i.poe {
package com.m2i.poe.bank {
class Account {
- id : int
- solde : double
- isActive : boolean
- isBlocked : boolean
- creationDate : Date
- transactionList : ArrayList<Transaction>
{static} - nbAccount : int
+ Account()
+ Account()
{static} + getNbAccount()
~ deposit()
~ withdraw()
+ transfer()
+ close()
+ block()
+ unblock()
+ getId()
+ getSolde()
+ isActive()
+ isBlocked()
+ getCreationDate()
+ toString()
+ getCustomer()
+ setCustomer()
+ getTransactionList()
}
}
}
package com.m2i.poe {
package com.m2i.poe.bank {
class Customer {
- id : int
- firstName : String
- lastName : String
+ Customer()
+ Customer()
+ getId()
+ setId()
+ getFirstName()
+ setFirstName()
+ getLastName()
+ setLastName()
}
}
}
package com.m2i.poe {
package com.m2i.poe.bank {
class Main {
{static} + main()
}
}
}
package com.m2i.poe {
package com.m2i.poe.bank {
class Transaction {
- id : int
- date : Date
- amount : double
+ Transaction()
+ Transaction()
+ toString()
+ getId()
+ setId()
+ getDate()
+ setDate()
+ getAmount()
+ setAmount()
+ getFromAccount()
+ setFromAccount()
+ getToAccount()
+ setToAccount()
}
}
}
Account o-- Customer : customer
Transaction o-- Account : fromAccount
Transaction o-- Account : toAccount
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 |
1ae4e5d5df58912a4fcdec3ce8e8fefa086969e1 | c808c053ca4ad88d384a4690c612bde8d2b515ac | /cardreader.provider.nfc/doc/plantuml/NFCCRP/security.plantuml | 0c08148840f18e7514ed57c7ee93fa021d65c8ad | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-NFC-Android | 915c9ff940d467e64c021055d9b6d3858e539d3f | f2b42a1da3b04f742b4f83facbd9cf039339c56a | refs/heads/master | 2022-01-13T13:58:12.947688 | 2022-01-07T07:24:28 | 2022-01-07T07:24:28 | 214,091,391 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,025 | plantuml | @startuml
namespace de.gematik.ti.cardreader.provider.nfc {
namespace security {
class de.gematik.ti.cardreader.provider.nfc.security.SecureMessaging {
{static} - BLOCK_SIZE : int
{static} - BYTE_MASK : int
{static} - BYTE_MASK_FF : int
{static} - DECRYPT_MODE : int
{static} - DO_81_TAG : int
{static} - DO_87_TAG : int
{static} - DO_8E_TAG : int
{static} - DO_99_TAG : int
{static} - ENCRYPT_MODE : int
{static} - HEADER_SIZE : int
{static} - LENGTH_TAG : int
{static} - LOG : Logger
{static} - MAC_SIZE : int
{static} - MALFORMED_SECURE_MESSAGING_APDU : String
{static} - MIN_RESPONSE_SIZE : int
{static} - PADDING_INDICATOR : byte[]
{static} - SECURE_MESSAGING_COMMAND : byte
{static} - STATUS_SIZE : int
- dataBytes : byte[]
- header : byte[]
- le : int
- macBytes : byte[]
- paceKey : PaceKey
- secureMessagingSSC : byte[]
- statusBytes : byte[]
+ SecureMessaging()
+ decrypt()
+ encrypt()
- checkCommandApduSize()
- checkExpectedLength()
- checkResponseApduSize()
- createDecryptedResponse()
- createEncryptedCommand()
- encryptData()
- getCipher()
- getCipherIV()
- getResponseObjects()
- incrementSSC()
- removePaddingIndicator()
- setSecureMessagingCommand()
- verifyMac()
}
}
}
de.gematik.ti.cardreader.provider.nfc.security.SecureMessaging o-- de.gematik.ti.cardreader.provider.nfc.security.tagobjects.MacObject : commandMacObject
de.gematik.ti.cardreader.provider.nfc.security.SecureMessaging o-- de.gematik.ti.cardreader.provider.nfc.security.tagobjects.MacObject : responseMacObject
@enduml
| false | true | false | false | class |
deea9f636c9bbe1f96ec379d15f23cd839c5ef5d | b2be1f2c659ff90e5be7a97f52150c3f278e4c70 | /creational_patterns/abstract_factory/abstract_factory.puml | 98ec6a3117cb79da7984cc0bcfbf9c1851987c39 | [] | no_license | sirejik/software-design-patterns | a3f0aab43a6b73f8e8d0d4ecd13a3f4aa362addc | 67b8ebc373bdf6e5d58d699ed0a84bb3b2666f58 | refs/heads/master | 2023-01-05T09:55:51.669200 | 2020-11-05T17:02:20 | 2020-11-05T17:02:20 | 298,362,438 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 680 | puml | @startuml
interface AbstractFactory {
CreateProductA()
CreateProductB()
}
class ConcreteFactory1 {
CreateProductA()
CreateProductB()
}
class ConcreteFactory2 {
CreateProductA()
CreateProductB()
}
AbstractFactory <|-- ConcreteFactory1
AbstractFactory <|-- ConcreteFactory2
interface AbstractProductA
class ProductA1
class ProductA2
ProductA1 --|> AbstractProductA
ProductA2 --|> AbstractProductA
interface AbstractProductB
class ProductB1
class ProductB2
ProductB1 --|> AbstractProductB
ProductB2 --|> AbstractProductB
ConcreteFactory1 ..> ProductA1
ConcreteFactory1 ..> ProductB1
ConcreteFactory2 ..> ProductA2
ConcreteFactory2 ..> ProductB2
@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.