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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7271f2d5f8485e56888082807277b5dc051fa58d | 652b2842d281b98f06170545cd3af9b49bc65849 | /java-design/src/main/java/com/lucky/test/ocp/ocp.puml | 11266fc13be7151fcd1a7c4307a72629d2cc91ca | [] | no_license | LUCKYZHOUSTAR/JAVA-repository | bc55d028252eb2588c69f0ae921dd229fe4f4f38 | fb7538db24b0f35a05101d8932d77db0dd297389 | refs/heads/master | 2022-12-27T06:59:43.700820 | 2020-05-28T02:44:47 | 2020-05-28T02:44:47 | 110,965,806 | 1 | 1 | null | 2022-12-16T10:40:41 | 2017-11-16T11:56:07 | Java | UTF-8 | PlantUML | false | false | 224 | puml | @startuml
Shape <|- Circle
class Shape{
}
Shape <|- Retangle
GraphicEditor <-- Shape
class GraphicEditor{
drawRectangle(Shape r)
drawCircle(Shape r)
drawShape(Shape s)
}
class Retangle{
}
class Circle{
}
@enduml | false | true | false | false | class |
967abe10003ce5f5a1420738052363afcd75e4ed | f563631a7a9f473bb8a6a53ed87ab80cd9cd9d86 | /Assets/Scripts/plantuml/Players/CreateBullet.puml | d6dfab05c54cebd3d56b163618285e0e2e12c562 | [] | no_license | 202004g07/UnityShooting | 74cc68f7abf2cc49bc6455b8c19587e245227b50 | 1249e19e0f660cd8f51930a9466962ac2754ff19 | refs/heads/main | 2023-01-01T21:18:11.351731 | 2020-10-26T09:24:12 | 2020-10-26T09:24:12 | 302,015,985 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 142 | puml | @startuml
class CreateBullet {
Update() : void
}
MonoBehaviour <|-- CreateBullet
CreateBullet --> "BulletPrefab" BulletController
@enduml
| false | true | false | false | class |
3fd26bc7d132d8a025527fbb86060a057e2cfdf3 | a3faded5a55bc21be298300d143d41f6e50a9ce6 | /action-visitor-design/action-visitor-uml.puml | 06b54623425160c66c8549fc85de79b86b0ed54e | [] | no_license | qiding1991/design-pattern | 7c506e5d4abd1f010751f644888d422cd01dbf36 | 696fd672b0badbeab9fda8aa57c42fe8bbfe55e1 | refs/heads/master | 2021-07-16T03:15:50.424962 | 2019-10-23T13:41:05 | 2019-10-23T13:41:05 | 215,778,627 | 0 | 1 | null | 2020-10-13T16:56:06 | 2019-10-17T11:44:06 | Java | UTF-8 | PlantUML | false | false | 1,029 | puml | @startuml
interface Element{
+ accept(Visitor visit):void
}
class ConcreteElementA{
+ accept(Visitor visit):void
+ operationA():String
}
class ConcreteElementB{
+ accept(Visitor visit):void
+ operationB():String
}
interface Visitor{
+ visit(ConcreteElementA element):void
+ visit(ConcreteElementB element):void
}
class ConcreteVisitorA{
+ visit(ConcreteElementA element):void
+ visit(ConcreteElementB element):void
}
class ConcreteVisitorB{
+ visit(ConcreteElementA element):void
+ visit(ConcreteElementB element):void
}
class ElementStruct{
- list:List<Element>
+ add(Element element):void
+ remove(Element element):void
+ accept(Visitor visitor)
}
ElementStruct o-- Element
ElementStruct ..> Visitor
Element <. Visitor
Visitor <|.. ConcreteVisitorA
Visitor <|.. ConcreteVisitorB
Element <|.. ConcreteElementA
Element <|.. ConcreteElementB
@enduml | false | true | false | false | class |
f9fb123932bc332fa2ffc8e92427df4e9f25103d | aab4138e27583d3248417913f4672862d144677f | /sequence_diagrams/04_Groups/03_group_messages.plantuml | fe183d1f64749d2b80f6f221f1aed1cab532124d | [] | no_license | fishey2/plantuml_examples | 6b12c5706bc4b4068d969bd721c60416d5a4ae3b | d56a255616fdaf4d8ddfdf2dc58d20e1c923b658 | refs/heads/master | 2021-01-04T03:24:31.321397 | 2020-02-18T21:51:55 | 2020-02-18T21:51:55 | 240,356,644 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,209 | plantuml | @startuml
' Includes the sequence_diagram_stylesheet from a gist
!include https://gist.githubusercontent.com/fishey2/7178a88643a8850908c799be1ec68fd6/raw/fc90505df1321e5c5022eab84d1e0b5044194d1c/example_sequence_stylesheet.iuml
' 'alt' will appear in the group name
' 'Alt Grouping' will be added as a message next to (condition)
' This is the same with the rest of the following items
header Group Messages
' First participant
participant "Participant 1" as p1
' Second participant
participant "Participant 2" as p2
' There are two types of group messages, the first only exists for the 'group' keyword
' and it adds it into the tab in the top left corner.
' In this example it will say Group Message in the tab.
group Group Message
p1 -> p2
end group
' The other type is for all of the other group types, which fix the tab name to the
' type of group that you are using (i.e. 'alt').
' Then the message is put next to the tab in Square parenthesis.
' In this example Other Message will appear in Square parenthesis next to the tab.
alt Other Message
p1 -> p2
end alt
@enduml | false | true | false | false | sequence |
8d351b46a1f176493b7d09c6b4c8b28b7217ab2f | bf6edd4f71f82af95d11f28dcdb9feb9796355c0 | /asciidocs/plantuml/cld.puml | a105a436ff6f8583e805fd4404a8d7bfd1ab32fb | [] | no_license | htl-leonding-project/nfc-meal-counter | 8f41f16f61acc68f738d62d653ae3d81e97f92f7 | 8bb560c732b7f96cc1c583ceee70c5f3a8262bb3 | refs/heads/master | 2023-09-05T01:39:07.623248 | 2021-11-11T19:27:26 | 2021-11-11T19:27:26 | 329,073,074 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 259 | puml | @startuml
class Person {
nfcId: String
firstName: String
lastName: String
year: int
className: String
}
class Consumation {
person: Person
date: LocalDate
hasConsumed: boolean
}
Person "1" <-- "*" Consumation: wird gegessen >
@enduml
| false | true | false | false | class |
e5c1f034e9e45d656c9d9b449001c2976059c6e8 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/LastModifiedBy.puml | 9e547eb8fdc512af257b565cfbeb414dad8c989d | [] | 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 | 28,767 | 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 LastModifiedBy [[LastModifiedBy.svg]] extends ClientLogging {
clientId: String
externalUserId: String
customer: [[CustomerReference.svg CustomerReference]]
anonymousId: String
associate: [[CustomerReference.svg CustomerReference]]
}
interface ClientLogging [[ClientLogging.svg]] {
clientId: String
externalUserId: String
customer: [[CustomerReference.svg CustomerReference]]
anonymousId: String
associate: [[CustomerReference.svg CustomerReference]]
}
interface AssociateRole [[AssociateRole.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
buyerAssignable: Boolean
name: String
permissions: [[Permission.svg List<Permission>]]
custom: [[CustomFields.svg CustomFields]]
}
interface AttributeGroup [[AttributeGroup.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
name: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
attributes: [[AttributeReference.svg List<AttributeReference>]]
key: String
}
interface BusinessUnit [[BusinessUnit.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
status: [[BusinessUnitStatus.svg BusinessUnitStatus]]
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
unitType: [[BusinessUnitType.svg BusinessUnitType]]
name: String
contactEmail: String
custom: [[CustomFields.svg CustomFields]]
addresses: [[Address.svg List<Address>]]
shippingAddressIds: [[String.svg List<String>]]
defaultShippingAddressId: String
billingAddressIds: [[String.svg List<String>]]
defaultBillingAddressId: String
associateMode: [[BusinessUnitAssociateMode.svg BusinessUnitAssociateMode]]
associates: [[Associate.svg List<Associate>]]
inheritedAssociates: [[InheritedAssociate.svg List<InheritedAssociate>]]
parentUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
topLevelUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface CartDiscount [[CartDiscount.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
name: [[LocalizedString.svg LocalizedString]]
key: String
description: [[LocalizedString.svg LocalizedString]]
value: [[CartDiscountValue.svg CartDiscountValue]]
cartPredicate: String
target: [[CartDiscountTarget.svg CartDiscountTarget]]
sortOrder: String
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
isActive: Boolean
validFrom: DateTime
validUntil: DateTime
requiresDiscountCode: Boolean
references: [[Reference.svg List<Reference>]]
stackingMode: [[StackingMode.svg StackingMode]]
custom: [[CustomFields.svg CustomFields]]
}
interface Cart [[Cart.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalLineItemQuantity: Long
totalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
cartState: [[CartState.svg CartState]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
custom: [[CustomFields.svg CustomFields]]
deleteDaysAfterLastModification: Integer
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
interface Category [[Category.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
name: [[LocalizedString.svg LocalizedString]]
slug: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
ancestors: [[CategoryReference.svg List<CategoryReference>]]
parent: [[CategoryReference.svg CategoryReference]]
orderHint: String
externalId: String
metaTitle: [[LocalizedString.svg LocalizedString]]
metaDescription: [[LocalizedString.svg LocalizedString]]
metaKeywords: [[LocalizedString.svg LocalizedString]]
custom: [[CustomFields.svg CustomFields]]
assets: [[Asset.svg List<Asset>]]
key: String
}
interface Channel [[Channel.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
roles: [[ChannelRoleEnum.svg List<ChannelRoleEnum>]]
name: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
address: [[Address.svg Address]]
reviewRatingStatistics: [[ReviewRatingStatistics.svg ReviewRatingStatistics]]
custom: [[CustomFields.svg CustomFields]]
geoLocation: [[GeoJson.svg GeoJson]]
}
interface CustomObject [[CustomObject.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
container: String
key: String
value: [[Object.svg Object]]
}
interface CustomerGroup [[CustomerGroup.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
name: String
custom: [[CustomFields.svg CustomFields]]
}
interface Customer [[Customer.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
customerNumber: String
externalId: String
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
email: String
password: String
firstName: String
lastName: String
middleName: String
title: String
dateOfBirth: Date
companyName: String
vatId: String
addresses: [[Address.svg List<Address>]]
defaultShippingAddressId: String
shippingAddressIds: [[String.svg List<String>]]
defaultBillingAddressId: String
billingAddressIds: [[String.svg List<String>]]
isEmailVerified: Boolean
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
custom: [[CustomFields.svg CustomFields]]
locale: String
salutation: String
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
authenticationMode: [[AuthenticationMode.svg AuthenticationMode]]
}
interface DiscountCode [[DiscountCode.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
name: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
code: String
cartDiscounts: [[CartDiscountReference.svg List<CartDiscountReference>]]
cartPredicate: String
isActive: Boolean
references: [[Reference.svg List<Reference>]]
maxApplications: Long
maxApplicationsPerCustomer: Long
custom: [[CustomFields.svg CustomFields]]
groups: [[String.svg List<String>]]
validFrom: DateTime
validUntil: DateTime
applicationVersion: Long
}
interface Extension [[Extension.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
destination: [[ExtensionDestination.svg ExtensionDestination]]
triggers: [[ExtensionTrigger.svg List<ExtensionTrigger>]]
timeoutInMs: Integer
}
interface InventoryEntry [[InventoryEntry.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
sku: String
supplyChannel: [[ChannelReference.svg ChannelReference]]
quantityOnStock: Long
availableQuantity: Long
restockableInDays: Long
expectedDelivery: DateTime
custom: [[CustomFields.svg CustomFields]]
}
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]]
}
interface OrderEdit [[OrderEdit.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
resource: [[OrderReference.svg OrderReference]]
stagedActions: [[StagedOrderUpdateAction.svg List<StagedOrderUpdateAction>]]
result: [[OrderEditResult.svg OrderEditResult]]
comment: String
custom: [[CustomFields.svg CustomFields]]
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
interface Order [[Order.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
orderNumber: String
purchaseOrderNumber: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
cart: [[CartReference.svg CartReference]]
quote: [[QuoteReference.svg QuoteReference]]
orderState: [[OrderState.svg OrderState]]
shipmentState: [[ShipmentState.svg ShipmentState]]
paymentState: [[PaymentState.svg PaymentState]]
state: [[StateReference.svg StateReference]]
syncInfo: [[SyncInfo.svg List<SyncInfo>]]
returnInfo: [[ReturnInfo.svg List<ReturnInfo>]]
lastMessageSequenceNumber: Long
custom: [[CustomFields.svg CustomFields]]
completedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
interface Payment [[Payment.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
customer: [[CustomerReference.svg CustomerReference]]
anonymousId: String
externalId: String
interfaceId: String
amountPlanned: [[CentPrecisionMoney.svg CentPrecisionMoney]]
amountAuthorized: [[TypedMoney.svg TypedMoney]]
authorizedUntil: String
amountPaid: [[TypedMoney.svg TypedMoney]]
amountRefunded: [[TypedMoney.svg TypedMoney]]
paymentMethodInfo: [[PaymentMethodInfo.svg PaymentMethodInfo]]
paymentStatus: [[PaymentStatus.svg PaymentStatus]]
transactions: [[Transaction.svg List<Transaction>]]
interfaceInteractions: [[CustomFields.svg List<CustomFields>]]
custom: [[CustomFields.svg CustomFields]]
key: String
}
interface ProductDiscount [[ProductDiscount.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
name: [[LocalizedString.svg LocalizedString]]
key: String
description: [[LocalizedString.svg LocalizedString]]
value: [[ProductDiscountValue.svg ProductDiscountValue]]
predicate: String
sortOrder: String
isActive: Boolean
references: [[Reference.svg List<Reference>]]
validFrom: DateTime
validUntil: DateTime
}
interface ProductSelection [[ProductSelection.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
name: [[LocalizedString.svg LocalizedString]]
productCount: Integer
type: [[ProductSelectionTypeEnum.svg ProductSelectionTypeEnum]]
mode: [[ProductSelectionMode.svg ProductSelectionMode]]
custom: [[CustomFields.svg CustomFields]]
}
interface ProductType [[ProductType.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
name: String
description: String
attributes: [[AttributeDefinition.svg List<AttributeDefinition>]]
}
interface Product [[Product.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
productType: [[ProductTypeReference.svg ProductTypeReference]]
masterData: [[ProductCatalogData.svg ProductCatalogData]]
taxCategory: [[TaxCategoryReference.svg TaxCategoryReference]]
state: [[StateReference.svg StateReference]]
reviewRatingStatistics: [[ReviewRatingStatistics.svg ReviewRatingStatistics]]
priceMode: [[ProductPriceModeEnum.svg ProductPriceModeEnum]]
}
interface SearchIndexingConfigurationValues [[SearchIndexingConfigurationValues.svg]] {
status: [[SearchIndexingConfigurationStatus.svg SearchIndexingConfigurationStatus]]
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
}
interface QuoteRequest [[QuoteRequest.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
quoteRequestState: [[QuoteRequestState.svg QuoteRequestState]]
comment: String
customer: [[CustomerReference.svg CustomerReference]]
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
shippingAddress: [[Address.svg Address]]
billingAddress: [[Address.svg Address]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
country: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
itemShippingAddresses: [[Address.svg List<Address>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
custom: [[CustomFields.svg CustomFields]]
state: [[StateReference.svg StateReference]]
purchaseOrderNumber: String
cart: [[CartReference.svg CartReference]]
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface Quote [[Quote.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
quoteRequest: [[QuoteRequestReference.svg QuoteRequestReference]]
stagedQuote: [[StagedQuoteReference.svg StagedQuoteReference]]
customer: [[CustomerReference.svg CustomerReference]]
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
validTo: DateTime
sellerComment: String
buyerComment: String
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
shippingAddress: [[Address.svg Address]]
billingAddress: [[Address.svg Address]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
country: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
itemShippingAddresses: [[Address.svg List<Address>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
custom: [[CustomFields.svg CustomFields]]
quoteState: [[QuoteState.svg QuoteState]]
state: [[StateReference.svg StateReference]]
purchaseOrderNumber: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface Review [[Review.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
uniquenessValue: String
locale: String
authorName: String
title: String
text: String
target: [[Object.svg Object]]
includedInStatistics: Boolean
rating: Integer
state: [[StateReference.svg StateReference]]
customer: [[CustomerReference.svg CustomerReference]]
custom: [[CustomFields.svg CustomFields]]
}
interface ShippingMethod [[ShippingMethod.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
name: String
localizedName: [[LocalizedString.svg LocalizedString]]
description: String
localizedDescription: [[LocalizedString.svg LocalizedString]]
taxCategory: [[TaxCategoryReference.svg TaxCategoryReference]]
zoneRates: [[ZoneRate.svg List<ZoneRate>]]
isDefault: Boolean
predicate: String
custom: [[CustomFields.svg CustomFields]]
}
interface ShoppingList [[ShoppingList.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
name: [[LocalizedString.svg LocalizedString]]
key: String
customer: [[CustomerReference.svg CustomerReference]]
slug: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
lineItems: [[ShoppingListLineItem.svg List<ShoppingListLineItem>]]
textLineItems: [[TextLineItem.svg List<TextLineItem>]]
deleteDaysAfterLastModification: Long
anonymousId: String
store: [[StoreKeyReference.svg StoreKeyReference]]
custom: [[CustomFields.svg CustomFields]]
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
interface StagedQuote [[StagedQuote.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
stagedQuoteState: [[StagedQuoteState.svg StagedQuoteState]]
customer: [[CustomerReference.svg CustomerReference]]
quoteRequest: [[QuoteRequestReference.svg QuoteRequestReference]]
quotationCart: [[CartReference.svg CartReference]]
validTo: DateTime
sellerComment: String
custom: [[CustomFields.svg CustomFields]]
state: [[StateReference.svg StateReference]]
purchaseOrderNumber: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface StandalonePrice [[StandalonePrice.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
sku: String
value: [[TypedMoney.svg TypedMoney]]
country: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
channel: [[ChannelReference.svg ChannelReference]]
validFrom: DateTime
validUntil: DateTime
tiers: [[PriceTier.svg List<PriceTier>]]
discounted: [[DiscountedPrice.svg DiscountedPrice]]
custom: [[CustomFields.svg CustomFields]]
staged: [[StagedStandalonePrice.svg StagedStandalonePrice]]
active: Boolean
}
interface State [[State.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
type: [[StateTypeEnum.svg StateTypeEnum]]
name: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
initial: Boolean
builtIn: Boolean
roles: [[StateRoleEnum.svg List<StateRoleEnum>]]
transitions: [[StateReference.svg List<StateReference>]]
}
interface Store [[Store.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
name: [[LocalizedString.svg LocalizedString]]
languages: [[String.svg List<String>]]
countries: [[StoreCountry.svg List<StoreCountry>]]
distributionChannels: [[ChannelReference.svg List<ChannelReference>]]
supplyChannels: [[ChannelReference.svg List<ChannelReference>]]
productSelections: [[ProductSelectionSetting.svg List<ProductSelectionSetting>]]
custom: [[CustomFields.svg CustomFields]]
}
interface Subscription [[Subscription.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
changes: [[ChangeSubscription.svg List<ChangeSubscription>]]
destination: [[Destination.svg Destination]]
key: String
messages: [[MessageSubscription.svg List<MessageSubscription>]]
format: [[DeliveryFormat.svg DeliveryFormat]]
status: [[SubscriptionHealthStatus.svg SubscriptionHealthStatus]]
}
interface TaxCategory [[TaxCategory.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
name: String
description: String
rates: [[TaxRate.svg List<TaxRate>]]
key: String
}
interface Type [[Type.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
name: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
resourceTypeIds: [[ResourceTypeId.svg List<ResourceTypeId>]]
fieldDefinitions: [[FieldDefinition.svg List<FieldDefinition>]]
}
interface Zone [[Zone.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
name: String
description: String
locations: [[Location.svg List<Location>]]
}
LastModifiedBy --> AssociateRole #green;text:green : "lastModifiedBy"
LastModifiedBy --> AttributeGroup #green;text:green : "lastModifiedBy"
LastModifiedBy --> BusinessUnit #green;text:green : "lastModifiedBy"
LastModifiedBy --> CartDiscount #green;text:green : "lastModifiedBy"
LastModifiedBy --> Cart #green;text:green : "lastModifiedBy"
LastModifiedBy --> Category #green;text:green : "lastModifiedBy"
LastModifiedBy --> Channel #green;text:green : "lastModifiedBy"
LastModifiedBy --> CustomObject #green;text:green : "lastModifiedBy"
LastModifiedBy --> CustomerGroup #green;text:green : "lastModifiedBy"
LastModifiedBy --> Customer #green;text:green : "lastModifiedBy"
LastModifiedBy --> DiscountCode #green;text:green : "lastModifiedBy"
LastModifiedBy --> Extension #green;text:green : "lastModifiedBy"
LastModifiedBy --> InventoryEntry #green;text:green : "lastModifiedBy"
LastModifiedBy --> Message #green;text:green : "lastModifiedBy"
LastModifiedBy --> OrderEdit #green;text:green : "lastModifiedBy"
LastModifiedBy --> Order #green;text:green : "lastModifiedBy"
LastModifiedBy --> Payment #green;text:green : "lastModifiedBy"
LastModifiedBy --> ProductDiscount #green;text:green : "lastModifiedBy"
LastModifiedBy --> ProductSelection #green;text:green : "lastModifiedBy"
LastModifiedBy --> ProductType #green;text:green : "lastModifiedBy"
LastModifiedBy --> Product #green;text:green : "lastModifiedBy"
LastModifiedBy --> SearchIndexingConfigurationValues #green;text:green : "lastModifiedBy"
LastModifiedBy --> QuoteRequest #green;text:green : "lastModifiedBy"
LastModifiedBy --> Quote #green;text:green : "lastModifiedBy"
LastModifiedBy --> Review #green;text:green : "lastModifiedBy"
LastModifiedBy --> ShippingMethod #green;text:green : "lastModifiedBy"
LastModifiedBy --> ShoppingList #green;text:green : "lastModifiedBy"
LastModifiedBy --> StagedQuote #green;text:green : "lastModifiedBy"
LastModifiedBy --> StandalonePrice #green;text:green : "lastModifiedBy"
LastModifiedBy --> State #green;text:green : "lastModifiedBy"
LastModifiedBy --> Store #green;text:green : "lastModifiedBy"
LastModifiedBy --> Subscription #green;text:green : "lastModifiedBy"
LastModifiedBy --> TaxCategory #green;text:green : "lastModifiedBy"
LastModifiedBy --> Type #green;text:green : "lastModifiedBy"
LastModifiedBy --> Zone #green;text:green : "lastModifiedBy"
@enduml
| false | true | false | false | sequence |
b31817f825bd4822f4d98b52d530f0526704d0dc | bf49d55ccb1e5a55ad63de65366e8874f2258d94 | /Digital_House-Certified_Tech_Developer/Backend_I/Template_method_pattern/Ventas_digitales/out/production/Ventas_digitales/Ventas_digitales.puml | 27060d11706cbf8d4744e345f337adfec891a1bf | [] | no_license | hfelipeserna/hfelipeserna.github.io | 339f18c116db2738c3e093b748f7c9d746ad1eb5 | 9b643803f672bf4b34add22644919198e50da06d | refs/heads/main | 2023-09-03T19:09:33.411053 | 2021-10-26T14:23:59 | 2021-10-26T14:23:59 | 359,453,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,733 | puml | @startuml
'https://plantuml.com/class-diagram
'___________STYLES___________
title UML - Validación de pagos
skinparam classAttributeIconSize 0
skinparam backgroundColor White
skinparam RoundCorner 10
skinparam Shadowing true
skinparam class {
ArrowColor Black
BackgroundColor White
HeaderBackgroundColor Gray
BorderColor Black
FontColor White
FontSize 14
AttributeFontSize 12
}
skinparam object{
ArrowColor Black
BackgroundColor White
BorderColor Black
FontColor Black
FontSize 14
AttributeFontSize 12
}
skinparam note {
BackgroundColor LightYellow
BorderColor Black
}
'___________UML___________
class Vendedor {
-nombre: String
-cantidadDeVentas: int
+Vendedor(String nombre, int cantidadDeVentas)
+vender()
#{abstract}calcularPuntos(): int
+mostrarCategoria(): String
+recategorizar(): Categoria
+getNombre(): String
+setNombre()
+getCantidadDeVentas(): int
+setCantidadDeVentas()
}
class Empleado {
-añosAntiguedad: int
-afiliados: ArrayList<Vendedor>
Empleado(String nombre, int cantidadDeVentas, int añosAntiguedad)
-conseguirAfiliado(Vendedor afiliado)
-calcularPuntos(): int
+getAñosAntiguedad(): int
+setAñosAntiguedad()
}
class Afiliado {
+Afiliado(String nombre, int cantidadDeVentas)
-calcularPuntos(): int
}
class Pasante {
+Pasante(String nombre, int cantidadDeVentas)
-calcularPuntos(): int
}
enum Categoria {
NOVATO
APRENDIZ
BUENO
MAESTRO
PASANTE_NOVATO
PASANTE_EXPERTO
}
enum Puntaje {
NUEVO_AFILIADO(10)
ANTIGUEDAD(5)
VENTA_EMPLEADO(5)
VENTA_AFILIADO(10)
VENTA_PASANTE(5)
-valor: int;
#Puntaje(int v)
+getPuntos(): int
}
Vendedor <|-- Empleado
Vendedor <|-- Afiliado
Vendedor <|-- Pasante
Vendedor .> Puntaje
Categoria <. Vendedor
@enduml | false | true | true | false | class |
14c4baa279947a6a716235e3f25e505be18f59a5 | f9c341a0793f4aa76bd53a9a5e3191f0c17eb4e7 | /backend/src/main/java/com/engineer/lrogozinski/bootstrap/bootstrap.plantuml | 5fe381fd1148b432cf3fa2dbb6ebc9125d16d5bd | [] | no_license | LukaszRogozinski/SkillParty | 930f16e59bddb0280faa61ac4b76cc59d0a677e0 | a917e77bd000431faa06028b8fd5dd9fb706eb90 | refs/heads/master | 2020-03-30T12:42:46.963493 | 2019-01-27T19:03:01 | 2019-01-27T19:03:01 | 151,236,325 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 921 | plantuml | @startuml
title __BOOTSTRAP's Class Diagram__\n
package com.engineer.lrogozinski {
package com.engineer.lrogozinski.bootstrap {
class BootstrapClass {
+ BootstrapClass()
+ onApplicationEvent()
- addFavouriteEventCategoryToUser1()
- loadEventCategories()
+ assignUser1ToAdmin()
+ loadRoles()
+ loadUsers()
}
}
}
BootstrapClass -up-|> ApplicationListener
BootstrapClass o-- AccountService : accountService
BootstrapClass o-- UserService : userService
BootstrapClass o-- RoleService : roleService
BootstrapClass o-- EventCategoryService : eventCategoryService
BootstrapClass o-- UserDataService : userDataService
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 |
b43922d434fe6640ef72cc89ca8bc4632b209ccf | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /class - design/topic/createTopic.plantuml | a092b066ecd893f68ed31acd6476a27730591996 | [] | no_license | anonyhostvn/OOAD-Diagram | 67f3a3a4aa976ee8459d3f4801147ddd1382e41e | f8f7a0e4ba826335cc964d3b73bebea3f4f857e4 | refs/heads/master | 2023-01-10T04:26:29.983705 | 2020-11-13T10:08:12 | 2020-11-13T10:08:12 | 311,749,932 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,795 | plantuml | @startuml createTopic
class CreateTopicForm {
- classroom_id: bigint
- token: string
- resource: bigint
- posted_by: bigint
- title: string
- content: string
+ create_topic(token, classroom_id,\n posted_by, title, content, resource)
+ validate(token, classroom_id, posted_by,\n title, content, resource)
}
class ITopicForm <<interface>> {
+ create_topic(token, classroom_id,\n posted_by, title, content, resource)
+ validate(token, classroom_id, posted_by,\n title, content, resource)
}
class TopicController {
+ create_topic(token, classroom_id, posted_by, title,\n content, resource)
}
class ClassroomMember {
- id: bigint
- user_id: bigint
- classroom_id: bigint
- created_at: datetime
+ get_id(): bigint
+ get_user_id(): bigint
+ set_user_id(bigint)
+ get_classroom_id(): bigint
+ set_classroom_id(bigint)
+ get_created_at(): datetime
+ get_updated_at(): datetime
}
class IClassroomMemberDB <<interface>> {
+ create(classroom_id, user_id): void
+ read(classroom_id)
+ read(user_id)
+ read(classroom_member_id)
+ read(classroom_id, user_id)
+ update_rollcall(classroom_member_id,\n created_at, is_presented)
+ update_bonus_point(classroom_member_id,\n created_at, point)
+ update_score(classroom_member_id, created_at,\n test_title, score)
+ delete(classroom_id, user_id)
+ get_user(classroom_member)
+ get_classroom(classroom_member)
}
class Topic {
- id: bigint
- classroom_id: bigint
- posted_by: bigint
- title: string
- content: text
- has_resource: bool
- resource_id: bigint
- created_at: datetime
- updated_at: datetime
+ get_id(): bigint
+ get_classroom_id(): bigint
+ set_classroom_id(bigint)
+ get_posted_by(): bigint
+ set_posted_by(bigint)
+ get_title(): string
+ set_title(string)
+ get_content(): string
+ set_content(string)
+ get_has_resource(): bool
+ set_has_resource(bool)
+ get_resource_id(): bigint
+ set_resource(bigint)
+ get_created_at(): datetime
+ get_updated_at(): datetime
}
class ITopicDB <<interface>> {
+ create(classroom_id, posted_by, title, content, resource)
+ read(classroom_id)
+ read(posted_by)
+ read(topic_id)
+ delete(topic_id)
}
hide CreateTopicForm circle
hide ITopicForm <<interface>> circle
hide TopicController circle
hide IClassroomMemberDB <<interface>> circle
hide ClassroomMember circle
hide ITopicDB <<interface>> circle
hide Topic circle
ITopicForm .down.> CreateTopicForm
IClassroomMemberDB .down.> ClassroomMember
ITopicDB .down.> Topic
ITopicForm "1"-left-"1" TopicController
TopicController "1"-left-"1" IClassroomMemberDB
TopicController "1"-down-"1" ITopicDB
@enduml
| false | true | false | false | class |
0d46d29b1ff8972a3197240d74cc2b305bc51013 | 84928bc4e24e240e4369015f2f4d305348ec64b9 | /FastBleLib/src/main/java/com/clj/fastble/data/data.plantuml | 8a3b5bcadb13aeb4bce1eab2fed23483d2b89f36 | [] | no_license | xupingao/BleLbs | 35065b50d0f43eedc7a5faa00e06c80f8ad3ae52 | 19f110e9ce29282a4a385532a1fc3cd2d922f37f | refs/heads/master | 2022-11-18T04:52:16.033609 | 2020-07-19T12:50:24 | 2020-07-19T12:50:24 | 278,265,696 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,608 | plantuml | @startuml
title __DATA's Class Diagram__\n
namespace com.clj.fastble {
namespace data {
class com.clj.fastble.data.BleConnectStateParameter {
- isActive : boolean
- status : int
+ BleConnectStateParameter()
+ getStatus()
+ isActive()
+ setActive()
+ setStatus()
}
}
}
namespace com.clj.fastble {
namespace data {
class com.clj.fastble.data.BleDevice {
{static} + CREATOR : Creator<BleDevice>
- mDevice : BluetoothDevice
- mRssi : int
- mScanRecord : byte[]
- mTimestampNanos : long
+ BleDevice()
+ BleDevice()
+ compareTo()
+ describeContents()
+ getDevice()
+ getKey()
+ getMac()
+ getName()
+ getRssi()
+ getScanRecord()
+ getTimestampNanos()
+ setDevice()
+ setRssi()
+ setScanRecord()
+ setTimestampNanos()
+ writeToParcel()
# BleDevice()
}
}
}
namespace com.clj.fastble {
namespace data {
class com.clj.fastble.data.BleMsg {
{static} + KEY_INDICATE_BUNDLE_STATUS : String
{static} + KEY_INDICATE_BUNDLE_VALUE : String
{static} + KEY_NOTIFY_BUNDLE_STATUS : String
{static} + KEY_NOTIFY_BUNDLE_VALUE : String
{static} + KEY_READ_BUNDLE_STATUS : String
{static} + KEY_READ_BUNDLE_VALUE : String
{static} + KEY_READ_RSSI_BUNDLE_STATUS : String
{static} + KEY_READ_RSSI_BUNDLE_VALUE : String
{static} + KEY_SET_MTU_BUNDLE_STATUS : String
{static} + KEY_SET_MTU_BUNDLE_VALUE : String
{static} + KEY_WRITE_BUNDLE_STATUS : String
{static} + KEY_WRITE_BUNDLE_VALUE : String
{static} + MSG_CHA_INDICATE_DATA_CHANGE : int
{static} + MSG_CHA_INDICATE_RESULT : int
{static} + MSG_CHA_INDICATE_START : int
{static} + MSG_CHA_NOTIFY_DATA_CHANGE : int
{static} + MSG_CHA_NOTIFY_RESULT : int
{static} + MSG_CHA_NOTIFY_START : int
{static} + MSG_CHA_READ_RESULT : int
{static} + MSG_CHA_READ_START : int
{static} + MSG_CHA_WRITE_RESULT : int
{static} + MSG_CHA_WRITE_START : int
{static} + MSG_CONNECT_FAIL : int
{static} + MSG_CONNECT_OVER_TIME : int
{static} + MSG_DISCONNECTED : int
{static} + MSG_DISCOVER_FAIL : int
{static} + MSG_DISCOVER_SERVICES : int
{static} + MSG_DISCOVER_SUCCESS : int
{static} + MSG_READ_RSSI_RESULT : int
{static} + MSG_READ_RSSI_START : int
{static} + MSG_RECONNECT : int
{static} + MSG_SCAN_DEVICE : int
{static} + MSG_SET_MTU_RESULT : int
{static} + MSG_SET_MTU_START : int
{static} + MSG_SPLIT_WRITE_NEXT : int
}
}
}
namespace com.clj.fastble {
namespace data {
enum BleScanState {
STATE_IDLE
STATE_SCANNING
code
}
}
}
namespace com.clj.fastble {
namespace data {
class com.clj.fastble.data.BleWriteState {
{static} + DATA_WRITE_SINGLE : int
}
}
}
com.clj.fastble.data.BleDevice .up.|> android.os.Parcelable
com.clj.fastble.data.BleDevice .up.|> java.lang.Comparable
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 |
8961a5ccd7287a3d58b54bc5ce14c7e0d9219198 | efb10d865a63f4d60431f8d1566598ec44ca1a44 | /app/Class.puml | 6df84d8ac20f4ed065d95ba01f5283c799c4b7d3 | [] | no_license | parasolW/MedButler | 66fe420e21ef4e3242c87cef2e2ec7987375a05a | e613bf7bfb88c8d5cde02bebceb090c27bc62022 | refs/heads/master | 2023-04-06T15:41:33.161697 | 2021-04-23T19:05:50 | 2021-04-23T19:05:50 | 246,241,133 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,758 | puml | @startuml
Model.MedList "1"*--"*" Model.Med:"contains"
Model.User "1"--"1" Model.MedList:"has"
Model.User "1"--"1" Model.Calendar:"has"
Model.Calendar "1"*--"*" Model.Day:"contains"
Model.Day "1" o-- "*" Model.Food:"contains"
Model.User "1"--"1" Model.UserAppearenceInfo:"describes"
Controller - Model:"manipulates and updates"
Controller -- DataBase:"gets and updates information"
package DataBase{}
package Controller{}
Model.Day "1" o-- "*" Model.Reminder : "contains"
Model.Day "1" o-- "*" Model.Task : "contains"
Model.User "1" o-- "*" Model.Disease :"has"
DataBase.DAO <|-- DataBase.DAOUser
DataBase.DAO <|-- DataBase.DAODisease
class Model.User{
private var username:String
private var passwrd:String
private var birthday:String
private var gender:String
private var medList:MedList
private var calendar:Calendar
var listOfDisease :List<Disease>
fun getId():String
fun addMed(id: String,name: String, period: Int,duration: Int,startTimeMinute:Int
,startTimeHour:Int,allowNotification:Boolean)
fun getMedList():String
fun removeMed(id: String)
fun setFood(date: String,order:Int,name: String)
fun existsThisDay(date: String): Boolean
fun addDay(date: String)
fun getDayList():String
fun removeDay(date: String)
fun getFood(date: String):String?
}
interface DataBase.DAO<T>{
fun get(id:String)
fun getAll()
fun save(obj:T)
fun update(obj:T,params:List<String>)
fun delete(obj:T)
}
class Controller.MainController{
MainController uniqueInstance
user:User
fun addMed(id: String, name: String, period: Int,
duration: Int, startTimeMinute: Int,
startTimeHour: Int, allowNotification: Boolean)
fun getMedList():String
fun removeMed(id: String)
fun setFood(date:String,order:Int,name: String)
fun existsThisDay(date:String):Boolean
fun createDay(date: String)
fun getDayList():String
fun removeDay(date: String)
fun getFood(date:String):String?
}
class Model.MedList{
val list :List<Med>
fun addMed(id: String,name: String, period: Int,duration: Int,
startTimeMinute:Int,startTimeHour:Int,allowNotification:Boolean)
fun removeMed(id: String)
fun getters()
}
class Model.Med{
var id: String,
private var name: String,
private var period: Int,
private var duration: Int,
private var startTimeMinute:Int,
private var startTimeHour:Int,
private var allowNotification:Boolean
fun getters()
}
class Model.Calendar{
var list :List<Day>
fun addDay(date:String)
fun removeDay(day:String)
fun setFood(date:String,order: Int, name: String)
fun find(date: String): Day?
fun existsThisDay(date: String): Boolean
fun getFood(date:String): String?
}
class Model.Day{
private var date:String
private val foodList :List<Food>
fun getDate():String
fun setFood(number:Int,name:String)
fun setDate(newDate:String)
fun getFood():String
}
class Model.Food{
private var name:String
private val nutricionalValues:List<String>
fun getters()
fun setters()
}
class Model.UserAppearenceInfo{
private var colorsInfo:String
private var settingInfo:String
...and more
}
class Model.Disease{
var id: String
private var name: String
fun getname():String
fun setname(newName:String)
}
class Model.Reminder{
var reminderName:String
var importance:Int
fun getters()
fun setters()
}
class Model.Task{
var taskDate:String
var taskName:String
var taskStartTimeMinute:Int
var taskStartTimeHour:Int
fun getters()
fun setters()
}
@enduml | false | true | false | false | sequence |
e0bd0b1defc567d441333d3a7e9e8d0ab38dc2af | c209d0b8765b6b836c2e9888faab5c2ffac1143a | /doc/src/class_design.puml | 49c54078ed0dc8b259a8dd3aa2dde30119414bdd | [] | no_license | nanaxumu/simple-flowchain-orchestration | a1b7c7cf51e8c2277dc1740163c191f914a3cb72 | 3788ed0e1a114aec9c3f7b87a6c4644596fe9a49 | refs/heads/main | 2023-06-08T05:39:04.619588 | 2021-07-04T05:26:14 | 2021-07-04T05:26:14 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,156 | puml | @startuml
abstract class AbstractChain {
- chainNodeList : List<AbstractChainNode>
- chainNodeParamResolverMap : Map<Class<? extends AbstractChainNode>, NodeParamResolver>
+ start(ChainContext context) : void
# preProcessChain(ChainContext context) : void
# postProcessChain(ChainContext context) : void
# defineChainNodeList() : List<AbstractChainNode>
# {abstract} registChainNodeParamResolver(Map<Class<? extends AbstractChainNode>, NodeParamResolver> chainNodeParamResolverMap) : void
}
abstract class AbstractChainNode<I, R> {
+ {abstract} handle(ChainContext context, I req) : R
+ postHandle(ChainContext context) : void
+ postHandle(ChainContext context) : void
+ getRequestContextKey() : String
+ getResponseContextKey() : String
}
interface NodeParamResolver{
+ {abstract} resolve(ChainContext context) : void
}
class ChainContext{
+ put(String key, Object val) : Object
+ get(String key) : Object
}
AbstractChain "1" *-- "N" AbstractChainNode
AbstractChain "1" *-- "M" NodeParamResolver
AbstractChain ..> ChainContext
AbstractChainNode ..> ChainContext
NodeParamResolver ..> ChainContext
@enduml | false | true | false | false | class |
a9a8d09366357e07ef2effe81b6fc8032e319138 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/InvalidCurrentPasswordError.puml | 792a3b1e7117880c8fbcfdbb111a19c148403f68 | [] | 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 | 441 | 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 InvalidCurrentPasswordError [[InvalidCurrentPasswordError.svg]] extends ErrorObject {
code: String
message: String
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
| false | true | false | false | class |
694d359893e1f2e26b514d64024be6aa935be083 | d10503f47377addd953c47db621947c28060f809 | /Prototype/uml/SequenceDiagram.puml | 79d5b90eb6b05d39975d4616001183ccd357e101 | [
"MS-PL"
] | permissive | BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML | a0c93981e4924ded0b1db50b296d48c0155f376e | dd5fbb54da0daf0fa8ecb7184af9baecaf508d85 | refs/heads/master | 2021-01-17T23:11:04.570954 | 2015-03-18T20:17:21 | 2015-03-18T20:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 211 | puml | @startuml
actor main
create CloneableTime
main ->CloneableTime :new
main -> CloneableTime :setTime(hr, min, sec)
main -> SchedulerC :calculateEnd(cloneableTime,hr)
main ->System :out.println(time)
@enduml | false | true | false | false | usecase |
d1eff37beca9d5fc6574b3846baa6a13d763b0a9 | c486ceda22b614928b026296bd3661df827d847c | /src/graph-1.puml | 3c928bbce1279469821b52f036eb9b14cb3e6643 | [] | no_license | gitpitch/demo-deck | 5e06186bab76186da0596fc7293076071c3e1693 | c54c2768118ec402ed5a9b53df6f363761b92280 | refs/heads/master | 2021-07-02T22:18:56.454165 | 2020-10-02T13:37:53 | 2020-10-02T13:37:53 | 169,021,366 | 1 | 9 | null | null | null | null | UTF-8 | PlantUML | false | false | 688 | puml | @startuml
digraph G {
node [shape=record, fillcolor=lightgrey, style="filled,rounded"]
capture [label="Traffic Capture"]
capture -> analyze
subgraph cluster0 {
label = "Same as\nNetwork Capture Assessment"
labeljust = left
style = "filled,rounded"
color = deepskyblue
analyze [label="Endpoint and Flow Analysis"]
analyze:0 -> known:n
analyze:1 -> unknown:n
known [label="Known Protocol Analysis"]
unknown [label="Unknown Protocol Decode"]
}
known:s -> enum:0
unknown:s -> enum:1
enum [label="Protocol Enumeration"]
enum -> fuzz
fuzz [label="Protocol Fuzzing"]
fuzz -> exploit
exploit [label="Protocol Exploitation"]
}
@enduml
| false | true | false | false | sequence |
82bb3d2d53cafbb0080828f60029c298ac964557 | b78fe46d0492145fbd29f94731a841fa579651ea | /src/main/webapp/doc/presence.puml | b38fea9698a4f8d862b2d29094f7e3ff473fe6b5 | [] | no_license | michel-plasse/siomassy2021 | 94a35a2607ccef3e4577a83ccffe921710f8a769 | 8afc0887ede9c88cc72d1b65210e921cda87a9a1 | refs/heads/master | 2023-05-05T04:37:47.986442 | 2021-05-25T00:19:06 | 2021-05-25T00:19:06 | 353,038,986 | 4 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 747 | puml | @startuml
' par défaut, les couches sont disposées dans l'ordre d'apparition
' nous utilison participant pour préciser qu'après Navigateur il y a Vue et non Controleur
participant Navigateur
participant Vue
Navigateur -> Controleur: GET /presence
Controleur -> Controleur: récupère user de la session
Controleur -> Dao: presenceDao.getSeanceDemarre()
Dao -> SGBD: SELECT ...
SGBD -> Dao: lignes trouvées
Dao -> Controleur: Seance
Controleur -> Vue: presence.jsp
Vue -> Navigateur: html
Navigateur -> Controleur: doPost/presence
Controleur -> Dao: presenceDao.etudiantPresent(idSeance, idPersonne)
Dao -> SGBD: Insert ...
SGBD -> Dao: Insertion effectuée
Dao -> Controleur:
Controleur -> Vue: presence.jsp
Vue -> Navigateur: html
@enduml
| false | true | true | false | sequence |
0d12bf1e411c21b7f170def5c4e8cbca3b96b090 | c8b226052253fc523ddccdf846cb7bdb96cff35e | /clientfx/src/com/blackhearth/securevoipclient/rsa/rsa.plantuml | d6e79a30bbc0d223c9225a11190938ff288f42cb | [] | permissive | 517435708/TIP | 50bb55479c5d217bb52bd2c361b8472d88d9b244 | 713158c0ee7677d9031e51bbd630ebf1a8fb2527 | refs/heads/master | 2022-12-23T20:36:16.554721 | 2020-09-27T15:44:26 | 2020-09-27T15:44:26 | 247,706,067 | 0 | 0 | MIT | 2020-09-27T15:44:39 | 2020-03-16T13:13:56 | Java | UTF-8 | PlantUML | false | false | 1,870 | plantuml | @startuml
title __RSA's Class Diagram__\n
namespace com.blackhearth.securevoipclient {
namespace rsa {
class com.blackhearth.securevoipclient.rsa.BasicConverter {
+ privateKeyFromString()
+ publicKeyFromString()
+ stringFromPrivateKey()
+ stringFromPublicKey()
}
}
}
namespace com.blackhearth.securevoipclient {
namespace rsa {
class com.blackhearth.securevoipclient.rsa.ConverterRuntimeException {
+ ConverterRuntimeException()
}
}
}
namespace com.blackhearth.securevoipclient {
namespace rsa {
class com.blackhearth.securevoipclient.rsa.RSAGenerator {
- privateKey : PrivateKey
- publicKey : PublicKey
+ decrypt()
+ encrypt()
+ getPrivateKey()
+ getPublicKey()
+ init()
+ setPrivateKey()
+ setPublicKey()
}
}
}
namespace com.blackhearth.securevoipclient {
namespace rsa {
class com.blackhearth.securevoipclient.rsa.Random128bit {
- random : Random
- result : String
+ Random128bit()
+ getRandom()
+ getResult()
}
}
}
namespace com.blackhearth.securevoipclient {
namespace rsa {
interface com.blackhearth.securevoipclient.rsa.RsaCoverter {
{abstract} + privateKeyFromString()
{abstract} + publicKeyFromString()
{abstract} + stringFromPrivateKey()
{abstract} + stringFromPublicKey()
}
}
}
com.blackhearth.securevoipclient.rsa.BasicConverter .up.|> com.blackhearth.securevoipclient.rsa.RsaCoverter
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 |
3a7f1fcc81eb9c5eb0d5a5b1f2e22eba693d4d2e | 92d6c068b70df2330e709367c44b25c77ba4c2e1 | /components.puml | 0fb630c08832925738b5e02f3a313f402f8708db | [] | no_license | capstone-winners/diagrams | 3f76b6f579e56e273836d6a6131e6fe04c5129b2 | db54f4a8594b4566116ba26d86ccc6d9d68e0755 | refs/heads/master | 2020-06-02T23:20:16.175421 | 2019-06-12T09:11:45 | 2019-06-12T09:11:45 | 191,341,454 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,161 | puml | @startuml
package "Jetson" {
[Camera PreProcessing] - HTTP
HTTP - [Gesture Recognition]
}
[Gesture Recognition] - GestureTopic
package "GreenGrass Core" {
GestureTopic - [Delegator]
}
[Delegator] -> [SpotifyController]
[Delegator] -> [LightController]
[Delegator] -> [ThermostatController]
'TogglePlay -[hidden]- Next
'Next -[hidden]- Previous
'Previous -[hidden]- Vup
'Vup -[hidden]- Vdown
[SpotifyController] - TogglePlay
[SpotifyController] - Next
[SpotifyController] - Previous
[SpotifyController] - Vup
[SpotifyController] - Vdown
[LightController] - ToggleLight
HeatUp -[hidden]- HeatDown
[ThermostatController] - HeatUp
[ThermostatController] - HeatDown
[SpotifyController] -[hidden]- [LightController]
[LightController] -[hidden]- [ThermostatController]
package "IoT Devices" {
[Spotify API] -[hidden]- [Smart Bulb]
[Smart Bulb] -[hidden]- [Thermostat]
TogglePlay - [Spotify API]
Next - [Spotify API]
Previous - [Spotify API]
Vup - [Spotify API]
Vdown - [Spotify API]
ToggleLight - [Smart Bulb]
HeatUp - [Thermostat]
HeatDown - [Thermostat]
}
@enduml | false | true | false | false | uml-unknown |
a4c916c63f244053be2dffe97cd576703fb2031a | 467c788ac504005c2a3a4459bacb5d9c27f72164 | /Actividades/Osbert/A01023226_act_diag_clases.puml | 3091412c5d928dc3992a113ff148af793fe3188f | [] | no_license | danflovier/am.software | aed81e0074cd46732c1d54652db55e917e58a66e | 5fe78a289308c6a5688d8053139ca9d7229477ca | refs/heads/master | 2021-01-15T19:06:32.237313 | 2017-10-28T15:12:17 | 2017-10-28T15:12:17 | 99,808,540 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,238 | puml | /' ACTIVIDAD 1 - Diagramas de clases
Nombre: Daniela Flores Javier
Matrícula: A01023226'/
@startuml
Class Compra{
-string ID_compra;
-date fecha;
-Vendedor vendedor;
-Obras obra;
-float precio_compra;
+Compra();
+void calcular_precio();
+void generar_reporte();
}
Class Venta{
-string ID_venta;
-date fecha;
-Cliente cliente;
-Obras obra;
-int cantidad;
-float precio_venta;
+Venta();
+void calcular_precio();
+void generar_reporte();
}
Class Cliente{
-string nombre;
+Cliente();
}
Class Vendedor{
-string ID_vendedor;
-string nombre;
-string direccion_vendedor;
-bool oferta_obra;
+Vendedor();
}
Class Obras{
-string ID_obra;
-string nombre;
-string tipo_obra;
-string artista;
-float precio;
-int anio_venta;
+Obras();
}
Class Almacen{
-string ID_almacen;
-Obras obra;
+Almacen();
+alta_inv();
+baja_inv();
+consulta_inv();
}
Almacen *-- Obras : guarda
Compra --o Almacen : almacena
Venta --o Almacen : tiene
Vendedor -- Compra : acuerda
Cliente -- Venta : genera
@enduml
| false | true | true | false | class |
5b1fbfb773ee164fcd7bcad93e9e9d172e4ea8df | 2ae957e69e56254c14024f525db8dcab3abbb70a | /uml/request.puml | 849d29a893173d8f9d81c08f73fcda0c44d5e30f | [] | no_license | tomosooon/bookof | adf20fa60bc3264071ffedf3790abc276eece66c | a75ba65e059a235d8f3bc8f4b08fab125c66c5ed | refs/heads/master | 2021-04-12T03:05:27.114426 | 2018-03-21T12:55:53 | 2018-03-21T12:55:53 | 125,943,979 | 0 | 0 | null | 2018-03-21T05:42:18 | 2018-03-20T01:38:31 | HTML | UTF-8 | PlantUML | false | false | 582 | puml | @startuml
actor user
client --> user : show items
user -> user : choose item
user -> client : push request
activate client
client -> server : borrow item request
activate server
server -> server : create transaction
server -> server : create block(& compute hash)
server -> blockchain : add block
activate blockchain
client <-- server : borrow item response(with transaction)
deactivate server
client -> blockchain : sync blockchain
blockchain --> client : latest blockchain
deactivate blockchain
user <-- client : show message(wait for accept)
deactivate client
@enduml
| false | true | false | false | usecase |
0a127b883eb65b4fbaaa8f015091e5cf32aca2eb | 1c6eae4b5ebbddce35a2fad77b69189e5290ea2a | /src/design/bridge/work/w6/Main.puml | 774255677a4176e36b1b3af6155796bd710039e3 | [] | no_license | GitHubFeiLong/design | b4d2a07fc4675c469bf40aa5a05ae3c66d2a9382 | 377b5b08771a7257d9b9a9aa9578ed98f59c8697 | refs/heads/master | 2023-02-05T01:08:47.905972 | 2023-01-30T12:51:13 | 2023-01-30T12:51:13 | 187,624,865 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 386 | puml | @startuml
'https://plantuml.com/class-diagram
class Convert{
# Database data
+ dispose()
}
class TXTConvert extends Convert{}
class XMLConvert extends Convert{}
class PDFConvert extends Convert{}
interface Database{
+ getData();
}
class MySQL implements Database {}
class Oracle implements Database {}
class SqlServer implements Database {}
Convert ..> Database
@enduml | false | true | false | false | class |
72b5d26df5ad734fc04340c53b5013b72d52493c | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/ScanPointAnalyzer/ScanPointAnalyzer_Class.puml | d40f827b60d2d0beed63af6a0607a9f82d23327f | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 519 | puml | @startuml
skinparam classAttributeIconSize 0
class ScanPointAnalyzer
{
{static} - const double FPDMIN = 0.06
{static} - const double FPDMAX = 1.0
{static} - const int CRTHRE = 45
{static} - const int INVALID = -1
- double costh
+ ScanPointAnalyzer() : costh(cos(DEG2RAD(CRTHRE)))
+ ~ScanPointAnalyzer()
+ void analyzePoints(std::vector<LPoint2D> &lps)
+ bool calNormal(int idx, const std::vector<LPoint2D> &lps, int dir, Vector2D &normal)
}
ScanPointAnalyzer --> LPoint2D
@enduml | false | true | false | false | class |
3c4412a4e60b8078b868112f74f467199fe3fb27 | abd13a693dbacef5ecb9bb256fbdda288d9de3fd | /doc/classDiagram.plantuml | 53e9c5f45ed972fc386c523ee2be9ecee9034804 | [] | no_license | MatteoDeVita/R-Type-multiplayer | f544628abdefc5a468dec4b4cc043df5d4c5d3bb | a4ee0e0b57d4177a34a2d50f9a9ae859ad58f284 | refs/heads/master | 2023-01-13T10:59:38.638765 | 2020-11-15T14:39:27 | 2020-11-15T14:39:27 | 307,323,412 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,214 | plantuml | @startuml R-Type Diagramm Class
package Server {
class ClientServerSide {
+ boost::asio::ip::udp _endpoint
}
GameContainer --o ClientServerSide
class GameContainer {
- void _moovePlayer(const int &playerNb)
- void _shootPlayer(const int &playerNb)
- std::chrono::time_point<std::chrono::high_resolution_clock> _spawnChrono
- std::chrono::time_point<std::chrono::high_resolution_clock> _mooveChrono
- std::chrono::time_point<std::chrono::high_resolution_clock> _monsterShootChrono
+ void update(const int &playerNb = 0)
+ void push_newclient(boost::asio::ip::udp::endpoint)
+ std::vector<ClientServerSide *> clients
+ gameEngine_ns::GameEngine *gameEngine
+ void updateGameObjects(const int &playerNb)
}
Server --o GameContainer
class Server {
- udp::socket _socket
- udp::endpoint _client_endpoint
+ std::vector<GameContainer *> gameContainers
}
}
namespace Client {
class Network {
+ udp::socket *socket
+ udp::resolver *resolver
+ udp::endpoint server_endpoint
+ gameEngine_ns::GameEngine *gameEngine
}
}
namespace gameEngine_ns {
class GameEngine {
- std::map<std::string, gameEngine_ns::Object_ns::IObject *> _objects
- const std::map<const std::string, gameEngine_ns::object_ns::Sprite *> _sprites
- gameEngine_ns::window_ns::Window *_window
- gameEngine_ns::event_ns::Event *event
- gameEngine_ns::audio_ns::Audio *audio
+ int addObject(const std::string &id, gameEngine_ns::object_ns::Object *object)
+ int addObject(const std::string &filePath, const std::string &id)
+ int addTexture(const std::string &id, const std::string &filePath)
+ int addSprite(const std::string &id, gameEngine_ns::object_ns::Sprite *sprite)
+ gameEngine_ns::object_ns::Sprite createSprite(const std::string &filePath, const std::vector<geometry_ns::Rectangle> &rectanglePositionsOnImage)
}
namespace event_ns {
class Event {
- gameEngine_ns::window_ns::Window *_window
+ void handlePollEvent(std::string *networkData)
+ void setWindow(gameEngine_ns::window_ns::Window *window)
}
}
namespace audio_ns {
Audio <|-down- gameEngine_ns.audio_ns.Music
Audio <|-down- gameEngine_ns.audio_ns.FX
class Audio {
- std::map<const std::string, gameEngine_ns::audio_ns::Music *> _musics
- std::map<const std::string, gameEngine_ns::audio_ns::FX *> _fxs
+ int addMusic(const std::string &id, gameEngine_ns::audio_ns::Music *music)
+ int addFX(const std::string &id, gameEngine_ns::audio_ns::FX *fx)
+ gameEngine_ns::audio_ns::Music *getMusic(const std::string &id) const
+ gameEngine_ns::audio_ns::FX *getFX(const std::string &id) const
+ void removeMusic(const std::string &id)
+ void removeFX(const std::string &id)
+ void play() const = 0
}
class FX {
- sf::Sound *_sound
+ void play()
+ void setVolume(const float &volume = 50)
+ void stop()
}
class Music {
- sf::Music *_music
+ void play()
+ void setVolume(const float &volume = 50)
+ void stop()
+ void setLoop(const bool &loop = true)
}
}
namespace object_ns {
class Sprite {
+ void update()
+ void moove(const gameEngine_ns::geometry_ns::Vector &vector)
}
gameEngine_ns.object_ns.Object o-down- gameEngine_ns.object_ns.Sprite
gameEngine_ns.object_ns.Object --o gameEngine_ns.object_ns.Sprite
class Object {
- gameEngine_ns::object_ns::Sprite *_sprite
- gameEngine_ns::geometry_ns::Vector _position
+ void autoUpdatePos()
+ gameEngine_ns::geometry_ns::Vector getPos() const
+ void setPos(const gameEngine_ns::geometry_ns::Vector &vector)
+ void moove(const gameEngine_ns::geometry_ns::Vector &vector)
+ gameEngine_ns::object_ns::Sprite *getSprite() const
+ void autoMoove()
+ void autoMoove(const gameEngine_ns::geometry_ns::Vector &vector)
+ void setSpeed(const unsigned int &speed)
+ bool isFromMonster() const
+ bool isActive()
+ void setActive(const bool &active = true)
+ void damage()
+ int getHp() const
}
gameEngine_ns.object_ns.IObject <|-- gameEngine_ns.object_ns.Object
gameEngine_ns.object_ns.IObject --o gameEngine_ns.object_ns.Sprite
interface IObject {
+ virtual void autoUpdatePos() = 0
+ virtual gameEngine_ns::geometry_ns::Vector getPos() const = 0
+ virtual void setPos(const gameEngine_ns::geometry_ns::Vector &vector) = 0
+ virtual void moove(const gameEngine_ns::geometry_ns::Vector &vector) = 0
+ virtual gameEngine_ns::object_ns::Sprite *getSprite() const = 0
+ virtual void autoMoove() = 0
+ virtual void autoMoove(const gameEngine_ns::geometry_ns::Vector &vector) = 0
+ virtual void setSpeed(const unsigned int &speed) = 0
+ virtual bool isFromMonster() const = 0
+ virtual bool isActive() = 0
+ virtual void setActive(const bool &active = true) = 0
+ virtual void damage() = 0
+ virtual int getHp() const = 0
# gameEngine_ns::object_ns::Sprite *_sprite
# gameEngine_ns::geometry_ns::Vector _position
}
}
namespace geometry_ns {
gameEngine_ns.geometry_ns.Vector -left-o Rectangle
gameEngine_ns.object_ns.IObject --o Vector
gameEngine_ns.object_ns.Sprite --o Vector
class Vector {
+ float x
+ float y
+ Vector &operator+(const Vector &vector) const
+ Vector &operator-(const Vector &vector) const
+ Vector &operator*(const Vector &vector) const
+ Vector &operator/(const Vector &vector) const
+ bool operator==(const Vector &vector) const
+ sf::Vector2f toSfVector2f() const
}
gameEngine_ns.geometry_ns.Rectangle --o gameEngine_ns.object_ns.Sprite
class Rectangle {
+ Vector origin
+ Vector size
+ Rectangle operator+(const Rectangle &rectangle) const
+ Rectangle operator-(const Rectangle &rectangle) const
+ Rectangle operator*(const Rectangle &rectangle) const
+ Rectangle operator/(const Rectangle &rectangle) const
+ bool operator==(const Rectangle &rectangle) const
+ float area() const
+ float perimeter() const
+ sf::IntRect toSfIntRect() const
}
}
namespace window_ns {
gameEngine_ns.window_ns.Window --o gameEngine_ns.object_ns.Object
Window --o gameEngine_ns.event_ns.Event
class Window {
+ bool isOpen() const
+ void addObject(gameEngine_ns::object_ns::IObject *object)
+ void display()
+ void reset()
}
}
}
namespace gameObjects {
gameObjects.Laser --|> gameEngine_ns.object_ns.Object
class Laser {
+ void autoMoove();
+ bool isFromMonster() const;
}
gameObjects.Monster --|> gameEngine_ns.object_ns.Object
class Monster {
+ void autoUpdatePos();
+ void damage();
+ int getHp() const;
}
gameObjects.Parallax --|> gameEngine_ns.object_ns.Object
gameObjects.Parallax --o gameEngine_ns.geometry_ns.Vector
class Parallax {
void autoMoove();
void autoMoove(const gameEngine_ns::geometry_ns::Vector &vector);
void setSpeed(const unsigned int &speed);
}
gameObjects.Player --|> gameEngine_ns.object_ns.Object
class Player {
}
}
@enduml
| false | true | false | false | class |
47444f2fc63d9af2f8a0bf174cafce53641b3f70 | 20f10dac21957db1e1db199754edfa5e9558ba85 | /NjTest/plantUML/Weapon.puml | 97ab0ea86aa003ed12bbf717df976126051c4c29 | [
"Unlicense"
] | permissive | boxerprogrammer/TestCode | 6f55424adf63722b57588b757ef4e4638a57b563 | c79dbb943a7d9fdb197e27c8b507bdd0f7c93baa | refs/heads/master | 2023-07-20T12:20:23.607362 | 2023-07-19T23:51:36 | 2023-07-19T23:51:36 | 187,131,781 | 2 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 468 | puml | @startuml
Player--> "1" Equipment
SwordEquip..|>Equipment
ShurikenEquip..|>Equipment
BombEquip..|>Equipment
ChainEquip..|>Equipment
ShurikenEquip..>ProjectileManager
BombEquip..>ProjectileManager
Projectile--|>Character
ShurikenShot--|>Projectile
BombShot--|>Projectile
ProjectileManager "1" --> "many" Projectile
Equipment : Attack(const Player& p,const Input& i)
Character : Update()
Character : Draw()
GameScene-->Player
GameScene-->ProjectileManager
@enduml | false | true | false | false | class |
5a109982a717b7d2019c74107fa1c315ed9e6ccc | 51f5c0398b46f6712e44b34f3dd93a70f56c3551 | /docs/capcalculatordiagrams/UiTextDiagram.puml | f0c58d8aa0d21ccd3f23b2465d4a40f3e60ca239 | [] | no_license | AY2021S2-CS2113T-T09-3/tp | 27f7266901c5956ad32363ef328c083c97315f6a | 174234bb59eeb735d270f82871ef7971b608c8d0 | refs/heads/master | 2023-04-08T08:58:34.476604 | 2021-04-12T17:06:24 | 2021-04-12T17:06:24 | 344,310,640 | 0 | 4 | null | 2021-04-12T16:47:01 | 2021-03-04T01:14:10 | Java | UTF-8 | PlantUML | false | false | 317 | puml | @startuml
'https://plantuml.com/class-diagram
hide members
hide circle
package "storageforcapcalculator" {
class ModuleStorage
}
package "uiforcapcalculator" #DDD {
class UiText
UiText -- ModuleStorage
}
package "parserforcapcalculator" {
class ParserForCapCalculator
UiText -- ParserForCapCalculator
}
@enduml | false | true | false | false | class |
1ee5f33e2794cda2c4e1222906934d7c277893a1 | 65c79e69d7c97dc7eb1532e77ae1bd2ece83fbe6 | /notes/Design/UML/Decorate.puml | 6939598447bfd68a81e88925d8a531f02c594464 | [] | no_license | zhangjukai/Go-Gad | 8618bf0a377d34f784ad7c201d08431861f48c52 | d463e3faccc580d77b67886a11288c78622ddbae | refs/heads/master | 2023-05-31T06:37:30.215749 | 2023-05-12T03:28:19 | 2023-05-12T03:28:19 | 185,611,030 | 0 | 0 | null | 2022-12-15T23:30:09 | 2019-05-08T13:25:51 | Java | UTF-8 | PlantUML | false | false | 532 | puml | @startuml
interface Component {
+ methodA():void
+ methodB():void
}
class ConcreteComponent {
+ methodA():void
+ methodB():void
}
interface Decorator {
+ methodA():void
+ methodB():void
}
class ConcreteDecoratorA {
- obj:Component
+ methodA():void
+ methodB():void
}
class ConcreteDecoratorB {
- obj:Component
+ methodA():void
+ methodB():void
}
Component <|.. ConcreteComponent
Component <|-- Decorator
Decorator <|.. ConcreteDecoratorA
Decorator <|.. ConcreteDecoratorB
@enduml | false | true | false | false | class |
4863c215fc80d9436e7d7b515def0f443e619892 | b0864c333a0c3c0af7675c0856d6048976b5a810 | /src/test/kotlin/no/nav/eessi/pensjon/architecture/applicationArchitecture.puml | 688d671a67a194290099891016044201bb48b01f | [
"MIT"
] | permissive | navikt/eessi-pensjon-begrens-innsyn | 4b74a6c67fea0a40f9001045233b90f00d2fb645 | a30f406c99d64d99db6debca2a840b2c6a6601cd | refs/heads/master | 2023-08-04T14:47:13.694963 | 2023-07-28T07:39:38 | 2023-07-28T07:39:38 | 209,312,959 | 3 | 0 | MIT | 2023-02-17T12:36:04 | 2019-09-18T13:16:39 | Kotlin | UTF-8 | PlantUML | false | false | 1,537 | puml | @startuml
together {
(Nais)
(Frontend)
(Pesys) as Pesys1
}
together {
(EUX)
(Joark)
(TPS)
(AktReg)
(Pesys) as Pesys2
}
package "App" {
Pesys1 --> [health]
Nais --> [health]
[security]
[metrics]
[utils]
[config]
}
package "Support API" as SupportAPI {
Frontend --> [arkivApi]
Frontend --> [personApi]
Frontend --> [pensjonApi]
Frontend --> [geoApi]
}
package "Fagmodul API" as FagmodulAPI {
Pesys1 --> [pensjonUtlandApi]
Frontend --> [bucSedApi]
}
package "EUXService" {
bucSedApi ---> [euxService]
euxService --> [euxBasisModel]
euxService --> [euxBucModel]
euxService ---> EUX
health ----> euxService
bucSedApi ---> euxBasisModel
bucSedApi ---> euxBucModel
}
bucSedApi --> [helper]
pensjonApi --> [helper]
package "Core" {
[models]
bucSedApi --> [prefill]
prefill -> [models]
prefill --> [sedModel]
}
bucSedApi -> models
pensjonUtlandApi --> models
euxService -> models
pensjonUtlandApi --> sedModel
bucSedApi --> sedModel
euxService --> sedModel
geoApi -> [geoService]
pensjonUtlandApi ---> [geoService]
prefill ---> [geoService]
arkivApi ---> [arkivService]
bucSedApi ---> [arkivService]
arkivService ---> Joark
together {
personApi ---> [aktoerregisterService]
aktoerregisterService --> AktReg
helper ---> [aktoerregisterService]
health ---> [personService]
personService -> TPS
personApi ---> [personService]
prefill ---> [personService]
}
health ---> [pensjonService]
pensjonApi ---> [pensjonService]
prefill ---> [pensjonService]
pensjonService -> Pesys2
App -[hidden]> SupportAPI
App -[hidden]> FagmodulAPI
@enduml
| false | true | false | false | uml-unknown |
8d3670c3bd4fa183dacc8f6cf26c2a08c9189953 | 10c70d803fb299bf310b7426efb96ff2ff4fe260 | /diagrams/resetSequence.puml | 847abd17655d26cce900895c92a9769100b564d7 | [
"MIT"
] | permissive | judovana/simple-queue-plugin | c68322d8a7e31d29c46dfa97394e3dcc83ccb19c | f753f144dd614eb11a9e16e3b9aa930e96d21dfa | refs/heads/master | 2023-03-16T10:16:27.109215 | 2022-08-23T08:58:46 | 2022-08-23T08:58:46 | 500,503,513 | 0 | 0 | MIT | 2022-06-06T16:10:09 | 2022-06-06T16:10:08 | null | UTF-8 | PlantUML | false | false | 394 | puml | @startuml
title Reset action
participant "User\n with ADMINISTER perm." as User
User -> Jenkins: ...
Jenkins -->User: ...
User -> User: Reset action
User -> Jenkins: Confirmed reset action
Jenkins -> Jenkins: Deleting desires
Jenkins -> Jenkins: Default sort
User -> Jenkins: Updated root page request
Jenkins -> Jenkins: Parsing \nqueue/index.jelly
Jenkins --> User: Root page response
@enduml | false | true | false | false | sequence |
d6a683c88a9d9f81b7bd5e8b5ff9482a35d24297 | a08d18fffd5657f2eea3307191d3e5159398ee16 | /src/PaooGame/Maps/Maps.plantuml | 7d4f4766e53596ea5121df4bbc20546ae16427eb | [] | no_license | raducornea/Joc-PAOO | 9436b9b0e74af3020d746fe9400828cd17e9aaae | 1f597ba2db22d662c624f7c0329727539e81fe04 | refs/heads/master | 2023-07-30T12:00:36.361135 | 2021-09-19T07:10:59 | 2021-09-19T07:10:59 | 408,056,883 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 650 | plantuml | @startuml
title __MAPS's Class Diagram__\n
namespace PaooGame {
namespace Maps {
class PaooGame.Maps.Map {
- height : int
- tiles : int[][]
- width : int
+ Draw()
+ GetTile()
+ Map()
+ Update()
+ getHeight()
+ getWidth()
- LoadWorld()
- MiddleEastMap()
}
}
}
PaooGame.Maps.Map o-- PaooGame.RefLinks : refLink
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 |
a5c4a746289b4395b9c91e205532cfaa18531ae1 | 47656fa3fdb2f85216209db42b7399ec81e2de6f | /kapa.plantuml | 619d41e10a12c32694cd464d3b46c6102f53216c | [] | no_license | mrinnetmaki/definitions | e3a177439b09100d10d10a6af7fd5abdb2bbaa1d | 6f10293e96aadd8a3e0ed31764a675b132c4cd47 | refs/heads/master | 2021-06-15T09:22:40.907211 | 2021-01-23T12:05:31 | 2021-01-23T12:05:31 | 90,738,774 | 0 | 0 | null | 2021-01-23T12:05:32 | 2017-05-09T11:36:56 | null | UTF-8 | PlantUML | false | false | 617 | plantuml | @startuml
header
KaPa architecture diagram generated with plantuml.com to github.com/omahoito/definitions. \
CC-BY-4.0 City of Espoo 2017. \
To change the picture, make a pull request with changes to kapa.plantuml and README.md.
endheader
actor Browser
folder "External Services" {
component KaPa
}
folder ODA {
folder "ODA DMZ" {
component "API Gateway" as gw
component "oda-esb" as esb
component "Security Server" as sec
}
folder "ODA VLAN" {
component "ODA services" as x
}
}
Browser --> gw
gw --> x
x --> esb
esb <--> sec
sec <--> KaPa
esb --> gw
@enduml
| false | true | false | false | sequence |
1a63badc4a089305e1884d7c7483d65587a1aac6 | 47f9814aa98bb33f4f87ffbecf8068c1ed326734 | /diagram/SpringSecurity-CreateSpringSecurityFilterChain.puml | 002f6691f934be5763994f590bbd4d1df26e2ac3 | [
"MIT"
] | permissive | ppretki/ppretki.github.io | 93e3c5492a02efa4f87d1e6e7489266024c1b12c | eec4b390173ae18dd972426bdbe157efa6a3a406 | refs/heads/master | 2023-07-09T18:28:07.649492 | 2021-08-13T03:42:20 | 2021-08-13T03:42:20 | 259,206,519 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,049 | puml | @startuml
title Creation of SpringSecurityFilterChain
participant "<b>WebApplicationContext</b>\n<<spring-web>>" as WebApplicationContext
participant "<b>WebSecurityConfiguration</b>\n<<spring-security-config>>" as WebSecurityConfiguration
participant "<b>WebSecurity</b>\n<<spring-security-config>>" as WebSecurity
WebApplicationContext -> WebSecurityConfiguration: setFilterChainProxySecurityConfigurer(webSecurityConfigurers)
note right: e.g. WebSecurityConfigurerAdapter
WebSecurityConfiguration -> WebSecurityConfiguration: create WebSecurity
WebSecurityConfiguration -> WebSecurity: addAll(webSecurityConfigurers)
WebApplicationContext -> WebSecurityConfiguration: springSecurityFilterChain
WebSecurityConfiguration-> WebSecurity: build
WebSecurity --> WebSecurityConfiguration: FilterChainProxy
WebSecurityConfiguration --> WebApplicationContext: FilterChainProxy
note left: Spring Bean "springSecurityFilterChain" can be found by \n DelegatingFilterProxyRegistrationBean i.e \nwac.getBean(getTargetBeanName(), Filter.class);
@enduml
| false | true | false | false | sequence |
c18eb97bf5c2ab444bc065c823fce75a49729975 | bba092f2f0e17bfeb65e8a369b775de0e2909152 | /notes/uml/CompetitionsData_class.puml | 88d5d50a781a18fccf7c16763484be34044cd5a3 | [
"Apache-2.0"
] | permissive | jacobshih/go-sepak-bola | 0bd0c825105bb59f6ca5115d52050e9e904e9165 | ff4b9ccb5c1f96f3dcdfb411d26646e47afcc238 | refs/heads/master | 2020-09-28T00:01:21.773860 | 2020-01-10T03:15:15 | 2020-01-10T03:15:15 | 226,641,187 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 795 | puml | @startuml
title CompetitionsData - Class Diagram
namespace fbd {
class CompetitionsData << (S,Aquamarine) >> {
+ Count int
+ RawCompetition json.RawMessage
+ Competitions []*Competition
+ Get() []byte
+ Deserialize(content []byte) error
}
class Competition << (S,Aquamarine) >> {
+ ID int
+ Name string
+ Code string
+ EmblemURL string
+ RawArea json.RawMessage
+ RawSeason json.RawMessage
+ RawSeasons json.RawMessage
+ Area *Area
+ Season *Season
+ Seasons []*Season
+ Teams <font color=blue>map</font>[int]*Team
+ Matches []*Match
+ GetTeams()
+ GetMatches()
}
}
"fbd.CompetitionsData" o-- "fbd.Competition"
"fbd.CompetitionsData" o-- "json.RawMessage"
@enduml
| false | true | false | false | class |
deb4a9978f377bd59966b38feabf370cefa22aca | 5955481bb81a2126e63e5dec6fb75a510926c2a2 | /uml/Inventory.puml | cc7e31afb4b67c59a46d3f559e75739192feb697 | [] | no_license | ifeoma2000/chukwu-6992-a5 | d8b1e58d27cc942f0da6295525440f6463c91e8e | 22cb74745ce6243c5629d408597620f6b2b82490 | refs/heads/master | 2023-06-22T17:49:12.929267 | 2021-07-26T03:55:49 | 2021-07-26T03:55:49 | 389,501,759 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 674 | puml | @startuml
'https://plantuml.com/class-diagram
class InventoryItem {
+ toString() : String
+ generateSerialNumber() : String
}
class InventoryController {
Type_Date : TextField
remove : Button
add_item : Button
load : Button
save : Button
+ initialize() : void
+ edit(): void
+ addAction(): void
+ deleteAction(): void
- save():void
- load():void
+ sortByName() : void
+ sortBySerialNumber() : void
+ sortByValue() : void
- saveTSV():void
- saveHTML():void
- saveJSON():void
- loadTSV():void
- loadJSON():void
- loadHTML():void
}
class InventoryLauncher {
+ main():void
+ start():void
}
javafx.Application <|-- InventoryLauncher
InventoryItem - InventoryController
@enduml | false | true | false | false | class |
00af55bf410948e4bcbdc5bd61d095a841d40aaf | f4da6e8a094f5658cf24ac46369905315f1c66a0 | /p1940CashDisburse.plantuml | bbc3d624e3829ada5041a0bb3138ea13f0d68b5b | [
"Apache-2.0"
] | permissive | p1940/p1940 | 43def654658c0f417798cdd39e924073559a1736 | 592b407cf7da1799da58a5591531802b7a8c9073 | refs/heads/master | 2021-03-29T19:28:23.448288 | 2020-07-22T16:02:08 | 2020-07-22T16:02:08 | 247,979,736 | 1 | 19 | Apache-2.0 | 2021-01-26T05:06:30 | 2020-03-17T13:40:33 | TeX | UTF-8 | PlantUML | false | false | 721 | plantuml | @startuml
autonumber
participant "User" as User
participant "Mobile App" as MobileApp
participant "ATM\nTerminal" as ATM
participant "Mobile App\nServer" as MobileSrv
participant "Acquiring\nSwitch" as Switch
participant "Issuing\nAuthorization\nSystem" as Issuer
MobileSrv -> ATM : Staged transaction and bio details
ATM -> ATM : Terminal processing\n+ PIN Block + Bio
ATM -> Switch : Payment Request ISO 8583
Switch -> Issuer : Authorization\nRequest
Issuer --> Switch : Response
Switch --> ATM : Response
ATM -> ATM : Dispense\nCash
MobileSrv -> ATM : Fulfillment\nResponse
MobileSrv -> MobileApp : Acknowledgement
User <-> MobileApp : Ack\nResponse
MobileApp --> MobileSrv : Sync-Up
@enduml
| false | true | false | false | sequence |
e8e9b69d0bc6e1fba5d613ffc4afce83a26b0dc0 | 59ceff3facf38f207842451b4c9c8d07644c7910 | /TicketSales.puml | f2072e3200aff6af2baa95ef07e968e66bc6b495 | [] | no_license | abinormal/UML_OOP_team_ticketing_system | fb82b65f3e9ad3ecd4fbfbc8ab8ded2557af8387 | ceea37957e211f46183bbb0adf25bd3278887ebb | refs/heads/main | 2023-07-19T00:13:57.670274 | 2021-09-16T12:51:49 | 2021-09-16T12:51:49 | 407,124,816 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,699 | puml | @startuml
'https://plantuml.com/class-diagram
OrderChannel <|.. AppIOs
OrderChannel <|.. AppAndroid
OrderChannel <|.. AppDesktop
Payment <|-- PayPal
Payment <|-- GPay
Payment <|-- ApplePay
Payment <|-- CreditCard
Order o-- AppDesktop
Order o-- AppAndroid
Order o-- AppIOs
Order "1" -- "1" Payment
Ticket "many" }-- "1" Order
Ticket "many" }-- "1" Concert
Order "many" }-- "1" User
interface OrderChannel {
+ getIP(): String
}
abstract Payment {
+ {abstract} makePayment (amount, float) : String
}
class User {
'Use a UUID for the ID
- id : String
- name : String
- email : String
- phone : int
+ getUser(): String[]
}
class Ticket {
- price : float
- quantity : int
}
class AppIOs {
- IP : String
+ getIP(): String
}
class AppAndroid {
- IP : String
+ getIP(): String
}
class AppDesktop {
- IP : String
+ getIP(): String
}
class PayPal {
+ makePayment (amount, float) : String
}
class GPay {
+ makePayment (amount, float) : String
}
class ApplePay {
+ makePayment (amount, float) : String
}
class CreditCard {
+ makePayment (amount, float) : String
}
'This doubles as a basket/cart and an order
class Order {
'Use a UUID for the ID
- id : String
- date : dateTime
- isPaid : boolean
- total : float
+ getTotal() : float
+ payForItems() : void
}
class Concert {
- name : String
- date : dateTime
- venue : String
- availability : int
+ getConcert (name : String) : String[]
+ getConcert (date : dateTime) : String[]
+ getConcert (date : dateTime, venue : String) : String[]
+ reduceAvailability (seats : int)
+ addAvailability (seats: int)
}
@enduml | false | true | false | false | class |
e1b8e8b2eedaef60f278eca291b6786abe32c75f | f4f2dd57c8b94d4c9a754002d3e97b29cbf5ff5d | /uml/state_diagrams/display.plantuml | 285c41329464ebf6223cbcb891b8e46ed515d540 | [] | no_license | markroche92/sw-eng-smart-watch | 53870aad11967c1f600433c9e7b6afbf3e8ac69d | c6f13dbfe7f66950101fb60385b793f4f008a5e4 | refs/heads/master | 2023-02-02T10:41:52.534075 | 2020-12-20T18:19:41 | 2020-12-20T18:19:41 | 312,834,151 | 2 | 1 | null | 2020-12-20T18:19:42 | 2020-11-14T14:34:01 | null | UTF-8 | PlantUML | false | false | 1,836 | plantuml | @startuml
skinparam shadowing false
title Display State Diagram
state "Activate Clock" as Ac : do: Display Clock information\ndo: Display Battery information
state "Activate Step Count" as Asc : do: Display Step Count information
state "Activate Heart Rate" as Ahr : do: Display Heart Rate information
state "Activate ECG" as Aecg : do: Display ECG information
state "Activate Sp02" as Asp : do: Display Sp02 information
state "Activate Map" as Am : do: Display Map information
state "Activate Settings" as As : do: Display Settings information
state "Display Selection" as Dms{
state "Select Clock" as Sc : do: Select Clock in Menu
state "Select Step Count" as Ssc : do: Select Step count in Menu
state "Select Heart Rate" as Shr : do: Select Heart Rate in Menu
state "Select ECG" as Secg : do: Select ECG in Menu
state "Select Sp02" as Ssp : do: Select Sp02 in Menu
state "Select Map" as Sm : do: Select Map in Menu
state "Select Settings" as Ss : do: Select Settings in Menu
Sc -down-> Ssc : Press\nButton A
Ssc -down-> Shr : Press\nButton A
Shr -down-> Secg : Press\nButton A
Secg -right-> Ssp : Press\nButton A
Ssp -up-> Sm : Press\nButton A
Sm -up-> Ss : Press\nButton A
Ss -up-> Sc : Press\nButton A
}
Dms : do: activate display Selection Menu
Sc -right-> Ac : Press\nButton B
Ssc -up-> Asc : Press\nButton B
Shr -left-> Ahr : Press\nButton B
Secg -down-> Aecg : Press\nButton B
Ssp -down-> Asp : Press\nButton B
Sm -right-> Am : Press\nButton B
Ss -right-> As : Press\nButton B
[*] -up-> Ac : Hold\nButton A\nfor 3 secs
Ac -left-> Sc : Press\nButton B
Asc -down-> Ssc : Press\nButton B
Ahr -right-> Shr : Press\nButton B
Aecg -up-> Secg : Press\nButton B
Asp -up-> Ssp : Press\nButton B
Am -left-> Sm : Press\nButton B
As -left-> Ss : Press\nButton B
@enduml
| false | true | false | false | sequence |
866579b3de0d585fe0b4228a350f434d04f3abc9 | 1ab5a383796d8b67a1fcde45372e1b90da98d3a5 | /Midterm/app/UML/DomainDiagram.puml | efe3c4bfa2f3e58a58b2a246a1b81498d29f9805 | [] | no_license | jacobvarner/comp3710 | cd8ab5497f9bbac353530a59aeee33cad426bd0a | aa3c093ea1a8d6ea7158fcd63f89560400414797 | refs/heads/master | 2021-01-10T10:31:32.632005 | 2016-05-01T19:10:45 | 2016-05-01T19:10:45 | 54,129,048 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 555 | puml | @startuml
object History
object HistoryEntry
object Word
object WordPermutations
object ScrambledWords
object Spinner
object SpinnerValue
object DisplayedWords
History : int: size
ScrambledWords : int: size
WordPermutations : int: size
Spinner : SpinnerValue: selected
DisplayedWords : String: words
DisplayedWords : int: size
History <|-- HistoryEntry
HistoryEntry <|-- Word
HistoryEntry <|-- WordPermutations
Spinner <|-- SpinnerValue
ScrambledWords <|-- DisplayedWords
DisplayedWords <|-- WordPermutations
DisplayedWords <|-- SpinnerValue
@enduml | false | true | false | false | class |
8781a6a513549f5435597ede6c152aec3b3a9707 | 8bb877ad60070ad145b0e46177bf91cf7de36243 | /osa0/uusi_muistiinpano_spa.plantuml | 7f16694d3c9cf05e81c379f63ef53d0dd0205763 | [] | no_license | mikkoka/fullstack-hy2020 | 93214fe4d738df11c5e4d643af0ead7226146cd3 | b829f1eb5452e8df720ecaffd388589927a44b72 | refs/heads/main | 2023-02-09T11:10:32.222357 | 2020-12-31T23:37:12 | 2020-12-31T23:37:12 | 319,766,589 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 674 | plantuml | Title: Uusi muistiinpano (SPA)
skinparam Title {
FontName American Typewriter
FontSize 30
}
skinparam sequence {
ArrowThickness 3
roundcorner 30
ParticipantBorderColor Black
ParticipantBackgroundColor LightGrey
ArrowColor Black
}
skinparam note {
FontName American Typewriter
BackgroundColor White
BorderColor Black
}
skinparam shadowing false
skinparam handwritten true
note over selain: Käyttäjä painaa nappia
note over selain: Selain lisää muistiinpanon listaan\nja päivittää listan
selain->palvelin: HTTP POST https://studies.cs.helsinki.fi/exampleapp/new_note_spa
palvelin-->selain: [{"message":"note created"}]
| false | true | true | false | sequence |
df1152e74a91cc249370f9553821d0172f56203d | 4d375a89ae9fb5f02e6eb4d4377aa2f37e3308f9 | /graph/domain_model.puml | d66dd19f1e63350fcaf91c27881e0af5c252d0ae | [] | no_license | gitqh/parking-lot-ddd-workshop | 65f6f7d6b482947d88c2585005aa8323a3143085 | 9f1e4557a64c3139d658b574b7a04736895b7bfa | refs/heads/master | 2021-02-03T18:21:53.034847 | 2020-06-08T09:36:07 | 2020-06-08T09:36:07 | 243,528,228 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,374 | puml | @startuml parkinglot
skinparam Shadowing false
skinparam class {
BackgroundColor PaleTurquoise
ArrowColor SeaGreen
}
package parkingcontext <<Core SubDomain>> {
package parking {
interface FindParkingLotService {
findParkingLot(ParkingLotFinderSpecification): ParkingLot
}
interface ParkingLotFinderSpecification {
newParkingLotFinder(): ParkingLotFinder
}
interface ParkingLotFinder {
findParkingLotToPark(): ParkingLot
}
class ParkingLot <<Aggregate Root>> {
id: ParkingLotId
ticketToCarMap: Map<TicketId, Car>
--
park(Car car): Ticket
pick(TicketId ticketId): Car
}
class Ticket <<Value Object>> {
licensePlate: String
parkingLotId: ParkingLotId
}
class Car <<Value Object>> {
licensePlate: String
}
FindParkingLotService .down.> ParkingLotFinderSpecification
ParkingLot "1" *-down-> "many" Ticket
ParkingLot "1" -right-> "many" Car
ParkingLot --left[hidden] Car
}
package finder {
class ParkingManagerSpecification {
newParkingLotFinder(): ParkingLotFinder
}
class ParkingBoySpecification {
parkingBoyConfigId: ParkingBoyId
--
newParkingLotFinder(): ParkingLotFinder
}
class ParkingBoy <<Value Object>> {
name: String
parkingLots: List<ParkingLot>
parkingPolicy: ParkingPolicy
--
find(): Optional<ParkingLot>
}
class ParkingManager <<Value Object>> {
name: String
parkingBoys: List<ParkingBoy>
--
listParkingLotIds(): List<ParkingLot>
findParkingLot(): Optional<ParkingLot>
}
interface ParkingPolicy {
findParkingLotToPark(Collection<ParkingLot> parkingLots): ParkingLot
}
ParkingManagerSpecification -up-|> ParkingLotFinderSpecification
ParkingBoySpecification -up-|> ParkingLotFinderSpecification
ParkingManager -up-|> ParkingLotFinder
ParkingBoy -up-|> ParkingLotFinder
ParkingManager *-left-> ParkingBoy
ParkingBoy *--> ParkingPolicy
}
package policy {
class SeniorParkingPolicy <<Value Object>> {
findParkingLotToPark(Collection<ParkingLot> parkingLots): ParkingLot
}
class JuniorParkingPolicy <<Value Object>> {
findParkingLotToPark(Collection<ParkingLot> parkingLots): ParkingLot
}
SeniorParkingPolicy -up-|> ParkingPolicy
JuniorParkingPolicy -up-|> ParkingPolicy
}
}
package configcontext <<Support SubDomain>> {
package parkingmanagerconfig {
class ParkingManagerConfig <<Aggregate Root>> {
id: ParkingManagerConfigId
parkingBoyIds: List<ParkingBoyConfigId>
}
}
package parkingboyconfig {
class ParkingBoyConfig <<Aggregate Root>> {
id: ParkingBoyConfigId
parkingLotIds: List<ParkingLotId>
name: ParkingPolicyName
}
enum ParkingPolicyEnum <<Value Object>>
ParkingBoyConfig --> ParkingPolicyEnum
}
ParkingManagerConfig --[hidden] ParkingBoyConfig
}
@enduml | false | true | false | false | class |
e77dd337b58fc7c9870bbc151c09f5517e6a78f1 | ddd27ef7207e3b508ba557b6f5ca1b2bd172a734 | /app/UML/QuinnUseCase3.1.puml | 546b0055dddead9e034ae82d53c2220911a73a79 | [] | no_license | QRP0002/Wireless_Quote | 7c095f66043b7780f03d624be2fe7956b3369a27 | 0b4762a69db0ebada3d518573e7618a0e57f0368 | refs/heads/master | 2020-06-04T02:48:51.629364 | 2015-05-01T12:49:49 | 2015-05-01T12:49:49 | 33,549,841 | 0 | 0 | null | 2015-04-16T20:57:50 | 2015-04-07T14:57:28 | Java | UTF-8 | PlantUML | false | false | 186 | puml | @startuml
activate User
activate Server
User -> Server : User clicks log off
Server --> User : Ask if sure
User -> Server : User reponds with no
deactivate Server
deactivate User
@enduml | false | true | false | false | sequence |
665501d0c955cc646ee5c021686b67f3b788937b | e1ea5f615a2ee3130926cdb506d4804742bc9fee | /doc/uml/url_rewrite.plantuml | 4f31507e0884d6c8cce44e2ebf1e1522c4b43183 | [
"TCL",
"LicenseRef-scancode-proprietary-license",
"BSD-3-Clause",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"ISC",
"OpenSSL",
"MIT",
"HPND",
"Apache-2.0",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown"
] | permissive | apache/trafficserver | 1507804151ab2c2ac50012fdecee6200f2c52c1f | c5d7b19d60646de902fc847f80f57030779a4bfc | refs/heads/master | 2023-08-31T20:10:00.381763 | 2023-08-31T19:15:34 | 2023-08-31T19:15:34 | 356,066 | 1,570 | 981 | Apache-2.0 | 2023-09-14T21:04:36 | 2009-10-31T08:00:10 | C++ | UTF-8 | PlantUML | false | false | 2,335 | plantuml | ' 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.
@startuml
hide empty members
class UrlRewrite << RefCountObj >> {
forward_mappings
reverse_mappings
permanent_redirects
temporary_redirects
forward_mappings_with_recv_port
}
UrlRewrite --* MappingStore
class MappingStore {
Rule collection
}
MappingStore --* "1" RegexMappingList
MappingStore --* "1" URLTable
class URLTable <<std::unordered_map>> {
key: FQDN
value: UrlMappingPathIndex
}
URLTable --* "*" UrlMappingPathIndex
class acl_filter_rule {
Access check
============
string name
IpMap src_ip
IpMap proxy_ip
std::vector<RemapArg> argv
}
acl_filter_rule --* "next" acl_filter_rule
' acl_filter_rule --* "*" RemapArg
' acl_filter_rule --* "2" IpMap
class url_mapping {
rewrite rule
================
URL from
URL to
}
note right: Mapping type is determined by\nwhich MappingStore owns\nthis mapping.
url_mapping --* "1" acl_filter_rule
note bottom: Local rule and copies of defined filters
url_mapping --* "1" "std::vector<RemapPluginInfo*>"
url_mapping --* "1" "std::vector<void*>"
note bottom: "Plugin instance data"
url_mapping --* "1" referrer_info
url_mapping --* "1" redirect_tag_str
url_mapping --* "2" URL
"std::vector<RemapPluginInfo*>" --o "*" RemapPluginInfo
redirect_tag_str --* "next" redirect_tag_str
note bottom: Redirect URL format elements
class referrer_info {
Host rewrite Referer data
}
referrer_info --* "next" referrer_info
class UrlMappingPathIndex {
}
class UrlMappingTrie << Trie >> {
key: path
value: url_mapping
}
class UrlMappingGroup << std::map >> {
key: { scheme, port }
value: UrlMappingTrie
}
UrlMappingPathIndex --* "1" UrlMappingGroup
UrlMappingGroup --* "*" UrlMappingTrie
UrlMappingTrie --* "*" url_mapping
RegexMappingList --* "*" url_mapping
class RegexMappingList << Queue >> {
}
@enduml
| false | true | false | false | class |
b5fc672c46c78a4acd4cd26538c50876671bebfc | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Data-Coordinator/Data-Exchange/Process.puml | 1dbf0737c25044e58934c1481b950b0e283aa84f | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 391 | puml | @startuml
rectangle "Diagram TBD"
@enduml
partition "Control/Data Coordinator/Data Exchange" {
}
partition User #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "Control/Data Coordinator/Data Exchange" #lightblue {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
partition Used #cccccc {
"Test Code" --> "Do Something"
}
| false | true | false | false | activity |
53df809701a4463decb3b9f8769cd774f47f005c | dcbef06d5a00f07756339b9e62c684dec2fee425 | /doc/uml/use-cases.plantuml | 62cbdb243ce43094ede65ad15cf61bd5894b20ef | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | Nuitka/Nuitka | f9543d8d95bfa0b81d4e60af0dfad99fb72893a4 | d87faf2f7e1d6ed9bfe4cf8c1d648f34307e33f2 | refs/heads/develop | 2023-08-28T14:00:32.861328 | 2023-08-27T09:16:45 | 2023-08-27T09:16:45 | 9,626,741 | 8,573 | 599 | Apache-2.0 | 2023-09-13T02:49:41 | 2013-04-23T15:40:33 | Python | UTF-8 | PlantUML | false | false | 712 | plantuml | @startuml
!theme spacelab
actor user
rectangle company {
rectangle development {
rectangle team {
actor deployer
actor developer
actor tester
}
rectangle artifacts {
(report)
(binaries)
}
developer "changes" ^--^ (source code)
deployer "compiles" ^-- (source code)
deployer "uses" --^ (nuitka)
(source code) --^ (nuitka)
tester "runs from" ^-- (binaries)
deployer "releases" --^ (binaries)
deployer "checks" ^-- (report)
(nuitka) "produces" --^ (binaries)
(report) "produces" ^-- (nuitka)
(binaries) -u-^ "deployes" server
}
rectangle server {
(downloads)
user "downloads" -d- (downloads)
}
}
@enduml | false | true | false | false | usecase |
d6322c2bc07f4d231044ae5dd355652f752e2600 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/XboxOnePlatformSetup.puml | 94a4b81ef1ffd628adad29901009d8fef117c073 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 248 | puml | @startuml
class XboxOnePlatformSetup {
+ Setup() : void
+ PostBuildAction() : void
+ PostSuccessfulBuildAction() : void
+ PostSuccessfulLaunchAction() : void
+ CleanUp() : void
}
IPlatformSetup <|-- XboxOnePlatformSetup
@enduml
| false | true | false | false | class |
00c4e8d99294402135817ceb5574dbe9ef277b15 | 50d348d12c4003fa4134f077f7989c13cd8de25d | /sync.plantuml | aa443375978c4c171cf1151575935dfc84d97ce2 | [] | no_license | beepro/beepro-docs | 8f939e8a28a60fe33553d4787ee2e09a4120aac3 | 156640eec6447b9f9100f079b85a3e9ad90456bf | refs/heads/master | 2021-05-13T21:06:54.995454 | 2019-11-24T09:27:31 | 2019-11-24T09:27:31 | 116,454,142 | 0 | 2 | null | 2018-02-04T21:32:29 | 2018-01-06T04:47:21 | JavaScript | UTF-8 | PlantUML | false | false | 626 | plantuml | @startuml
dancer -> honeycomb: create honey resource
honeycomb --> dancer: response dance URL of websocket
dancer -> honeycomb: connect by websocket
honeycomb -> honeycomb: suspend dances to the dancer
honeycomb -> git: commit and push upstream
honeycomb --> dancer: dance "sync"
dancer -> git: fetch & pull
git --> dancer: download latest source code
dancer -> honeycomb: dance "join" to tell id and icon URL
honeycomb -> other_dancers: dance "members" to update beepro members
honeycomb -> dancer: dance "members" to update beepro members
dancer -> honeycomb: dance "resume"
honeycomb --> dancer: send queued dances
@enduml
| false | true | false | false | sequence |
1ff623fc3342a9396212a28e287e1a5be1b12227 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AwsAuthenticationMode.puml | f0a8b965bced92689e59bc3be490736344958abc | [] | 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 | 698 | puml | @startuml
hide methods
enum AwsAuthenticationMode {
CREDENTIALS
IAM
}
interface SnsDestination [[SnsDestination.svg]] {
type: String
accessKey: String
accessSecret: String
topicArn: String
authenticationMode: [[AwsAuthenticationMode.svg AwsAuthenticationMode]]
}
interface SqsDestination [[SqsDestination.svg]] {
type: String
accessKey: String
accessSecret: String
queueUrl: String
region: String
authenticationMode: [[AwsAuthenticationMode.svg AwsAuthenticationMode]]
}
AwsAuthenticationMode --> SnsDestination #green;text:green : "authenticationMode"
AwsAuthenticationMode --> SqsDestination #green;text:green : "authenticationMode"
@enduml
| false | true | false | false | sequence |
c7fe686e63ebed0563bb7a5a52abdb2ca36186d3 | aedec23132eabce8e05ee4a0c773b86b470ab0f1 | /Diagrams/SequenceDiagrams/seq-position-1.3.1-prepare.plantuml | c30e2aaeace6fd852d71c7f4c1cc5f2fcea28e76 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | arfintechpy/docs | 465ef01f8bcf8201c7dd36033a4970886e40d09a | 305a593be2ecd3f470dd6e199ef5656a2c746355 | refs/heads/master | 2020-04-20T22:03:45.265174 | 2019-02-01T08:00:32 | 2019-02-01T08:00:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 13,566 | plantuml | @startuml
' declate title
title 1.3.1. Prepare Position Handler Consume
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistence Store
' declare actors
control "Position Handler" as POS_HANDLER
collections "Transfer-Topic" as TOPIC_TRANSFERS
entity "Position\nManagement\nFacade" as POS_MGMT
' entity "Position DAO" as POS_DAO
collections "Notification-Topic" as TOPIC_NOTIFICATIONS
' entity "Participant DAO" as PARTICIPANT_DAO
entity "Transfer DAO" as TRANS_DAO
database "Central Store" as DB
box "Central Service" #LightYellow
participant POS_HANDLER
participant TOPIC_TRANSFERS
participant TOPIC_NOTIFICATIONS
participant POS_MGMT
' participant POS_DAO
' participant PARTICIPANT_DAO
participant TRANS_DAO
participant DB
end box
' start flow
activate POS_HANDLER
group Prepare Position Handler Consume
POS_HANDLER -> POS_MGMT: Request transfers to be processed
activate POS_MGMT
POS_MGMT -> POS_MGMT: Check 1st transfer to select the Participant and Currency
group <color #blue>DB TRANSACTION</color>
' DB Trans: This is where 1st DB Transaction would start in 2 DB transacation future model for horizontal scaling
POS_MGMT -> POS_MGMT: Loop through batch and build list of transferIds and calculate sumTransfersInBatch,\nchecking all in Batch are for the correct Paricipant and Currency\n<color #FF0000><b>Error code:</b> 2001, 3100</color>
POS_MGMT -> DB: Retrieve current state of all transfers in array from DB with select whereIn\n(FYI: The two DB transaction model needs to add a mini-state step here (RECEIVED_PREPARE => RECEIVDED_PREPARE_PROCESSING) so that the transfers are left alone if processing has started)
activate DB
hnote over DB #lightyellow
transferStateChange
transferParticipant
end note
DB --> POS_MGMT: Return current state of all selected transfers from DB
deactivate DB
POS_MGMT <-> POS_MGMT: Validate current state (transferStateChange.transferStateId == 'RECEIVED_PREPARE')\n<color #FF0000><b>Error code:</b> 2001</color> against failing transfers\nBatch is not rejected as a whole.
note right of POS_MGMT #lightgray
List of transfers used during processing
**reservedTransfers** is list of transfers to be processed in the batch
**abortedTransfers** is the list of transfers in the incorrect state going into the process. Currently the transferStateChange is set to ABORTED - this should only be done if not already in a final state (idempotency)
**processedTransfers** is the list of transfers that have gone through the position management algorithm. Both successful and failed trasnfers appear here as the order and "running position" against each is necessary for reconciliation
Scalar intermidate values used in the algorithm
**transferAmount** = payload.amount.amount
**sumTransfersInBatch** = SUM amount against each Transfer in batch
**currentPosition** = participantPosition.value
**reservedPosition** = participantPosition.{original}reservedValue
**effectivePosition** = currentPosition + reservedPosition
**heldPosition** = effectivePosition + sumTransfersInBatch
**availablePosition** = participantLimit(NetDebitCap) - effectivePosition
**sumReserved** = SUM of transfers that have met rule criteria and processed
end note
note over POS_MGMT,DB
Going to reserve the sum of the valid transfers in the batch against the Participants Positon in the Currency of this batch
and calculate the available position for the Participant to use
end note
POS_MGMT -> DB: Select effectivePosition FOR UPDATE from DB for Payer
activate DB
hnote over DB #lightyellow
participantPosition
end note
DB --> POS_MGMT: Return effectivePosition (currentPosition and reservedPosition) from DB for Payer
deactivate DB
POS_MGMT -> POS_MGMT: Increment reservedValue to heldPosition\n(reservedValue = reservedPosition + sumTransfersInBatch)
POS_MGMT -> DB: Persist reservedValue
activate DB
hnote over DB #lightyellow
UPDATE **participantPosition**
SET reservedValue += sumTransfersInBatch
end note
deactivate DB
' DB Trans: This is where 1st DB Transaction would end in 2 DB transacation future model for horizontal scaling
POS_MGMT -> DB: Request position limits for Payer Participant
activate DB
hnote over DB #lightyellow
FROM **participantLimit**
WHERE participantLimit.limitTypeId = 'NET-DEBIT-CAP'
AND participantLimit.participantId = payload.payerFsp
AND participantLimit.currencyId = payload.amount.currency
end note
DB --> POS_MGMT: Return position limits
deactivate DB
POS_MGMT <-> POS_MGMT: **availablePosition** = participantLimit(netDebitCap) - effectivePosition (same as = netDebitCap - currentPosition - reservedPosition)
note over POS_MGMT,DB
For each transfer in the batch, validate the availablility of position to meet the transfer amount
this will be as per the position algorithm documented below
end note
POS_MGMT <-> POS_MGMT: Validate availablePosition for each tranfser (see algorithm below)\n<color #FF0000><b>Error code:</b> 4001</color>
note right of POS_MGMT #lightgray
01: sumReserved = 0 // Record the sum of the transfers we allow to progress to RESERVED
02: sumProcessed =0 // Record the sum of the transfers already processed in this batch
03: processedTransfers = {} // The list of processed transfers - so that we can store the additional information around the decision. Most importantly the "running" position
04: foreach transfer in reservedTransfers
05: sumProcessed += transfer.amount // the total processed so far **(NEED TO UPDATE IN CODE)**
06: if availablePosition >= transfer.amount
07: transfer.state = "RESERVED"
08: availablePosition -= preparedTransfer.amount
09: sumRESERVED += preparedTransfer.amount
10: else
11: preparedTransfer.state = "ABORTED"
12: preparedTransfer.reason = "Net Debit Cap exceeded by this request at this time, please try again later"
13: end if
14: runningPosition = currentPosition + sumReserved // the initial value of the Participants position plus the total value that has been accepted in the batch so far
15: runningReservedValue = sumTransfersInBatch - sumProcessed + reservedPosition **(NEED TO UPDATE IN CODE)** // the running down of the total reserved value at the begining of the batch.
16: Add transfer to the processedTransfer list recording the transfer state and running position and reserved values { transferState, transfer, rawMessage, transferAmount, runningPosition, runningReservedValue }
16: end foreach
end note
note over POS_MGMT,DB
Once the outcome for all transfers is known,update the Participant's position and remove the reserved amount associated with the batch
(If there are any alarm limits, process those returning limits in which the threshold has been breached)
Do a bulk insert of the trasnferStateChanges associated with processing, using the result to complete the participantPositionChange and bulk insert of these to persist the running position
end note
POS_MGMT->POS_MGMT: Assess any limit thresholds on the final position\nadding to alarm list if triggered
' DB Trans: This is where 2nd DB Transaction would start in 2 DB transacation future model for horizontal scaling
POS_MGMT->DB: Persist latest position **value** and **reservedValue** to DB for Payer
hnote over DB #lightyellow
UPDATE **participantPosition**
SET value += sumRESERVED,
reservedValue -= sumTransfersInBatch
end note
activate DB
deactivate DB
POS_MGMT -> DB: Bulk persist transferStateChange for all processedTransfers
hnote over DB #lightyellow
batch INSERT **transferStateChange**
select for update from transfer table where transferId in ([transferBatch.transferId,...])
build list of transferStateChanges from transferBatch
end note
activate DB
deactivate DB
POS_MGMT->POS_MGMT: Populate batchParticipantPositionChange from the resultant transferStateChange and the earlier processedTransfer list
note right of POS_MGMT #lightgray
Effectively:
SET transferStateChangeId = processedTransfer.transferStateChangeId,
participantPositionId = preparedTransfer.participantPositionId,
value = preparedTransfer.positionValue,
reservedValue = preparedTransfer.positionReservedValue
end note
POS_MGMT -> DB: Bulk persist the participant position change for all processedTransfers
hnote over DB #lightyellow
batch INSERT **participantPositionChange**
end note
activate DB
deactivate DB
' DB Trans: This is where 2nd DB Transaction would end in 2 DB transacation future model for horizontal scaling
end
POS_MGMT --> POS_HANDLER: Return a map of transferIds and their transferStateChanges
deactivate POS_MGMT
alt Calculate & Validate Latest Position Prepare (success)
note right of POS_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <transferMessage.payerFsp>,
to: <transferMessage.payeeFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: <transferMessage>
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: transfer,
action: prepare,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
POS_HANDLER -> TOPIC_TRANSFERS: Publish Transfer event\n<color #FF0000><b>Error code:</b> 2003</color>
activate TOPIC_TRANSFERS
deactivate TOPIC_TRANSFERS
else Calculate & Validate Latest Position Prepare (failure)
note right of POS_HANDLER #red: Validation failure!
group Persist Transfer State (with transferState='ABORTED' on position check fail)
POS_HANDLER -> TRANS_DAO: Request to persist transfer\n<color #FF0000><b>Error code:</b> 2003</color>
activate TRANS_DAO
note right of POS_HANDLER #lightgray
transferStateChange.state = "ABORTED",
transferStateChange.reason = "Net Debit Cap exceeded by this request at this time, please try again later"
end note
TRANS_DAO -> DB: Persist transfer state
hnote over DB #lightyellow
transferStateChange
end note
activate DB
deactivate DB
TRANS_DAO --> POS_HANDLER: Return success
deactivate TRANS_DAO
end
note right of POS_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <ledgerName>,
to: <transferMessage.payerFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: {
"errorInformation": {
"errorCode": 4001,
"errorDescription": "Payer FSP insufficient liquidity",
"extensionList": <transferMessage.extensionList>
}
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: notification,
action: prepare,
createdAt: <timestamp>,
state: {
status: 'error',
code: <errorInformation.errorCode>
description: <errorInformation.errorDescription>
}
}
}
}
end note
POS_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification (failure) event for Payer\n<color #FF0000><b>Error code:</b> 2003</color>
activate TOPIC_NOTIFICATIONS
deactivate TOPIC_NOTIFICATIONS
deactivate POS_HANDLER
end
end
deactivate POS_HANDLER
@enduml
| false | true | false | false | sequence |
7cd3b05174970aea2e8d699c1fb72e771ed4c9cf | f88c11f8073b5b8d9da916dc856a9f4d0ff2b7f9 | /src/game/backend/backend.plantuml | d6c1fccf5be2e451db1302d8f9533efdd59e9f12 | [] | no_license | matiapa/itba-poo-final | ec1ac8011fbb0936d3147042eb22d805043aefbd | 58f050e0c3c8566d674d3ab03772da2a5f6b91d4 | refs/heads/master | 2022-04-04T08:08:15.668422 | 2020-02-12T02:44:10 | 2020-02-12T02:44:10 | 238,546,867 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,189 | plantuml | @startuml
' --------------- BACKEND --------------- '
'CandyGame'
class CandyGame{
- grid: Grid
+ getSize(): int
+ tryMove(int,int,int,int): bool
+ get(int,int): Cell
+ addGameListener(GameListener): void
+ gameOver(): bool
+ playerWon(): bool
+ toString(): String
+ cellExplosion(Element): void
}
CandyGame *-- Grid
GameListener <-- CandyGame
' Grid '
abstract class Grid{
- {static} SIZE: int
- grid: Cell[][]
- gMap: Map<Cell, Point>
- state: GameState
- listeners: List<GameListener>
- moveMaker: MoveMaker
- figureDetector: FigureDetector
- genCell: GeneratorCell
- gridLoadReady: bool
# initialize(GameState): void
# fillCells(): void
- fallElements(): bool
+ tryMove(int,int,int,int): bool
- swapContent(int,int,int,int): void
+ tryRemove(Cell): Figure
- removeFigure(int, int, Figure): void
+ addListener(GameListener): void
+ gridUpdated(): void
+ cellExploded(Element): void
+ validMoveMade(): void
+ scorePanelUpdated(): void
+ getCell(int,int): Cell
+ get(int,int): Element
+ clearContent(int,int): void
+ setContent(int,int): void
+ {static} getSize(): int
+ getGridLoadReady(): bool
# grid: Cell[][]
# setGenCell(GeneratorCell): void
# getState(): GameState
}
Grid *-- Cell
Grid *-- GameState
Grid *-- GameListener
Grid *-- MoveMaker
Grid *-- FigureDetector
Grid *-- GeneratorCell
' GameState '
abstract class GameState{
- score: long
- moves: int
+ addScore(int): void
+ getScore(): int
+ addMove(): void
+ getMoves(): int
+ {abstract} gameOver(): bool
+ {abstract} playerWon(): bool
+ toString(): String
}
' GameListener '
interface GameListener{
+ gridUpdated(): void
+ cellExplosion(): void
+ onValidMove(): void
+ scorePanelUpdated(): void
}
' --------------- CELL --------------- '
' Cell '
class Cell{
# grid: Grid
- around: Cell[]
- content: Element
- effect: CellEffect
+ setAround(): bool
- hasFloor(): bool
- explode(Direction): void
- expandExplosion(Direction[]): void
+ setContent(Element): void
+ clearContent(): void
+ getContent(): Element
+ fallUpperContent(): bool
+ isEmpty(): bool
# isMovable(): bool
# getAndClearContent(): Element
+ getEffect(): CellEffect
+ setEffect(CellEffect): void
}
Cell *-- Element
Cell *-- CellEffect
' CellEffect '
enum CellEffect{
GOLDEN
}
' GeneratorCell '
abstract class GeneratorCell {
+ equals(): bool
+ isEmpty(): bool
+ isMovable(): bool
+ {abstract} getContent(): Element
+ getAndClearContent(): Element
+ setContent(): void
+ fallUpperContent(): bool
}
Cell <-- GeneratorCell
' CandyGeneratorCell '
class CandyGeneratorCell {
+ getContent(): Element
}
GeneratorCell <-- CandyGeneratorCell
' SpecialCandyGeneratorCell '
abstract class SpecialCandyGeneratorCell{
- specialCandy: Class<Candy>
- specialCandiesToPlace
- specialCandyFrequency
+ getContent(): Element
}
GeneratorCell <-- SpecialCandyGeneratorCell
' BombCandyGeneratorCell '
class BombCandyGeneratorCell {
}
SpecialCandyGeneratorCell <-- BombCandyGeneratorCell
' TimeBonusCandyGeneratorCell '
class TimeBonusCandyGeneratorCell {
}
SpecialCandyGeneratorCell <-- TimeBonusCandyGeneratorCell
' --------------- ELEMENT --------------- '
' Element '
abstract class Element{
# grid: Grid
+ {abstract} isMovable(): bool
+ {abstract} getKey(): String
+ {abstract} getScore(): int
+ {abstract} explode(): Direction[]
+ isSolid(): bool
}
' Bomb '
class Bomb{
+ isMovable(): bool
+ getKey(): String
+ getScore(): int
}
Element <-- Bomb
' Wall '
class Wall{
+ isMovable(): bool
+ getKey(): String
}
Element <-- Wall
' Nothing '
class Nothing{
+ isSolid(): bool
+ isMovable(): bool
+ getKey(): String
}
Element <-- Nothing
' Candy '
class Candy{
- candyColor: CandyColor
+ getColor(): CandyColor
+ setColor(CandyColor): void
+ isMovable(): bool
+ equals(): bool
+ getKey(): String
+ getScore(): long
}
Element <-- Candy
Candy *-- CandyColor
' CandyColor '
enum CandyColor{
RED, GREEN, BLUE, YELLOW, ORANGE, PURPLE
}
' BombCandy '
class BombCandy{
- remainingMoves: int
+ getRemainingMoves(): int
+ explode(): Direction[]
}
Candy <-- BombCandy
' TimeBonusCandy '
class TimeBonusCandy{
+ getAdditionalTime(): void
+ explode(): Direction[]
}
Candy <-- TimeBonusCandy
' HorizontalStripedCandy '
class HorizontalStripedCandy{
- explosion: Direction[]
+ explode(): Direction[]
+ getKey(): String
+ getScore(): long
}
Candy <-- HorizontalStripedCandy
' VerticalStripedCandy '
class VerticalStripedCandy{
- explosion: Direction[]
+ explode(): Direction[]
+ getKey(): String
+ getScore(): long
}
Candy <-- VerticalStripedCandy
' WrappedCandy '
class WrappedCandy{
- explosion: Direction[]
+ explode(): Direction[]
+ getKey(): String
+ getScore(): long
}
Candy <-- WrappedCandy
' --------------- MOVES --------------- '
' MoveMaker '
class MoveMaker{
- map: Map<String, Move>
- grid: Grid
- initMap(): void
+ getMove(i1,j1,i2,j2): Move
}
MoveMaker *-- Move
' IRR ' MoveMaker *-- Grid
' Move '
class Move{
- grid: Grid
# i1, j1, i2, j2: int
+ setCoords(int,int,int,int): void
+ isValid(): bool
}
' IRR ' Move *-- Grid
@enduml | false | true | false | false | class |
40743bb24b4a4b9bd7a1baeaaa105fdc411096bc | 57bc88ebbf9082f0cfac70713a705f6c8ac16292 | /docs/classDiagram.puml | 7e360d4eaf4b8b914196bf8b112f72b44e82111f | [
"Apache-2.0"
] | permissive | Blazemeter/SiebelPlugin | 719534bb86d7c7c93e337ad335cec4a3cbc9cd7b | ae013f79c8bc16862f8e5c827d161c8936918245 | refs/heads/master | 2021-07-02T19:43:15.859756 | 2020-09-04T17:36:23 | 2020-09-04T17:36:23 | 144,179,134 | 12 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,091 | puml | @startuml
skinparam monochrome true
hide empty members
hide circle
package core{
package extractors{
abstract class Extractor {
ResultField target
String variableName
{abstract} process(HTTPSamplerBase sampler, List<TestElement> children,
SampleResult result, JMeterVariables vars)
}
class RegexCorrelationExtractor extends Extractor {
String regex
String group
int matchNumber
}
}
package replacements{
abstract class Replacement {
String variableName
void process(HTTPSamplerBase sampler, List<TestElement> children, SampleResult result,
JMeterVariables vars)
}
class RegexReplacement extends Replacement {
String regex
}
class FunctionReplacement extends RegexReplacement {
}
}
interface CorrelationContext{
{abstract} void reset()
}
abstract class CorrelationEngine {
{abstract} String getName()
void reset()
void process(HTTPSamplerBase sampler, List<TestElement> children, SampleResult result)
}
class CorrelationRule {
String variableName
Extractor extractor
Replacement replacement
void applyReplacements(HTTPSamplerBase sampler, List<TestElement> children,
SampleResult result, JMeterVariables vars)
void addExtractors(HTTPSamplerBase sampler, List<TestElement> children,
SampleResult result, JMeterVariables vars)
}
}
package gui{
class CorrelationRulesPanel{
}
class CorrelationRuleTestElement{
}
class CorrelationRulesTestElement{
}
}
package siebel{
class SiebelArrayFunction {
{static} void split(String stringToSplit, String varNamePrefix, JMeterVariables vars)
}
class SiebelContext implements CorrelationContext {
void update(String page)
}
class SiebelCorrelationEngine extends CorrelationEngine{
}
class SiebelCounterReplacement extends RegexReplacement {
}
class SiebelRowExtractor extends RegexCorrelationExtractor {
}
class SiebelRowIdReplacement extends RegexReplacement {
}
class SiebelRowParamsReplacement extends RegexReplacement {
}
}
class CorrelationProxyControl{
}
class CorrelationProxyControlGui{
}
enum ResultField {
URL
REQUEST_HEADER
RESPONSE_CODE
RESPONSE_MESSAGE
RESPONSE_HEADER
RESPONSE_BODY
RESPONSE_BODY_UNESCAPED
RESPONSE_BODY_AS_DOCUMENT
}
CorrelationRule --> Extractor
CorrelationRule --> Replacement
CorrelationEngine --> CorrelationContext
CorrelationEngine --> "*" CorrelationRule
CorrelationProxyControl --> CorrelationEngine
SiebelRowExtractor ..> SiebelArrayFunction
CorrelationRulesTestElement ..> CorrelationRuleTestElement
CorrelationRule ..> CorrelationRuleTestElement
CorrelationRulesPanel ..> CorrelationRuleTestElement
CorrelationRulesPanel ..> CorrelationRulesTestElement
CorrelationProxyControlGui --> CorrelationProxyControl
CorrelationProxyControlGui --> CorrelationRulesPanel
CorrelationProxyControlGui --> CorrelationEngine
Replacement -> CorrelationContext
Extractor -> CorrelationContext
@enduml
| false | true | false | false | class |
1383ad6b903ac7abdef2895a17ae6494480d0a1d | 2c222d82007091be02d4cb09a3f8d353826b877b | /Neo2D/event-classes.puml | 36237a706edba16772abd4f8e45189943590f9b1 | [] | no_license | NeoGameEngineProject/SDK | 35831b3ea32447bf8eea03c1182557faf2076dc9 | f8142d8b30a108cfe60503bcfb5747307770a777 | refs/heads/master | 2022-12-22T10:33:03.241583 | 2018-04-11T15:06:42 | 2018-04-11T15:06:42 | 128,967,244 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 407 | puml | @startuml
enum EVENT_TYPE {
...
}
class Widget {
std::map<EVENT_TYPE, Event> m_events
handleEvent(EVENT_TYPE t)
registerEvent(Event&)
removeEvent(Event&)
removeEvent(EVENT_TYPE)
}
class Event {
std::function<void(Widget&, void*)> m_handler
---
const char* getName()
EVENT_TYPE getType()
void handle(Widget&, void*)
}
Widget "1" o- "*" Event
Event o-- EVENT_TYPE
Widget o-- EVENT_TYPE
@enduml | false | true | false | false | class |
f1f757faeeef8bd072ebde455bb73717a454c460 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Common/Shared/Events/Queue/Strategy/MultiConsumer/MultiConsumerChannelStrategy.puml | 6c76e26230134d254ef1ba18e9e142ba00850c35 | [
"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 | 466 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
abstract class "MultiConsumerChannelStrategy<TEvent>" {
+ IsClosed : bool <<get>>
+ GetEvents(token: CancellationToken) : IAsyncEnumerable<TEvent>
+ Enqueue(event: T) : void
+ Open() : void
+ Close() : void
}
interface "IEventQueueStorageStrategy<TEvent>"
"IEventQueueStorageStrategy<TEvent>" <|-- "MultiConsumerChannelStrategy<TEvent>"
!endsub
@enduml | false | true | false | false | class |
700c3e6a2c76139a5e4e45f6bff6692e5bcee8f5 | cc40f1e346c6fa1b009b9e174e41fb3c6efb34f1 | /Ej01.puml | a78ebc8224a14709170aab224f600e19e6f895ab | [] | no_license | JorgeSF85/PUML | 910a37a10aa3e1d7bc77cb85627e4eefa154b29d | bc377d36c3e935277b9613a790b5ffc945874606 | refs/heads/master | 2022-04-22T00:01:37.577807 | 2020-04-21T19:11:46 | 2020-04-21T19:11:46 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 874 | puml | @startuml EJ 1
skinparam packageStyle rectangle
(Comprar productos) as (Buy)
(Venta en fabrica) as (VF)
(Venta en internet) as (VI)
(Venta en tienda) as (VT)
(Venta de socio a socio) as (VSS)
(Recoger beneficios) as (Ben)
(Elabora productos) as (Produc)
(Retirar productos) as (Recoger)
(Venta a un precio mayor o igual al de la fábrica) as (VentaNormal)
(Venta en lotes del stock no deseado) as (Lotes)
rectangle Participantes{
actor Socios
actor Fabrica
actor Cliente
}
Fabrica -- Produc
Produc <-- VI : extends
Produc <-- VF : extends
Produc <-- Recoger : extends
Recoger -- Socios
VSS --> Socios : extends
Socios -- VSS
VT --> Socios : extends
VentaNormal --> VT : extends
Lotes --> VT : extends
Cliente -- Buy
VT --> Buy: extends
VT --> Buy : extends
VI --> Buy : extends
VF --* Ben : include
VI --* Ben : include
Ben -- Socios
@enduml
| false | true | true | false | usecase |
71b9010d8ec61e018a25375ad6f2c2bb1732451c | cae8b9d4419938a0b320012bb9825635cb460897 | /esterni/diagrammi/diagrammi-training-app/src/classDiagram.plantuml | 08f9ebb7248382a83874151735f83ab31aba7e80 | [] | no_license | sofiabononi/project-docs | 5612a4b3b11704b3b684df566b5a1291a55c2062 | 3626071df806c88c722ec0149eb1dc398a0a5185 | refs/heads/master | 2022-11-20T12:19:16.951949 | 2020-07-17T14:00:17 | 2020-07-17T14:00:17 | 248,197,272 | 0 | 2 | null | 2020-07-17T14:00:18 | 2020-03-18T10:11:12 | TeX | UTF-8 | PlantUML | false | false | 2,367 | plantuml | @startuml
class CVSFile{
constructor(path)
get parsedCSV(): Object
read(): void
}
class JSONFile{
constructor(json)
get json(): Object
filterAndGroup(param): Object
{static} fromPath(path): JSON
{static} fromCVS(csv): JSON
}
package Object_adapter <<Rectangle>>{
class RLadapter{
constructor(options)
executeTraining(data): Object
calculateMatrixDimensions(data): Object
libAdaptation(data, matrix, reg): Object
generateRLOutput(data, coefficients): Object
}
class SVMadapter{
constructor()
executeTraining(data): Object
calculateMatrixDimensions(data): Object
splitData(data,matrix): Object
}
class Regression
class SVM
interface ModelTrain
ModelTrain : executeTraining()
}
package MVC <<Rectangle>> {
together {
class Model{
readFromCVS(path): void
convertCVStoJSON(): void
getDataByFilter(param): Object
loadPredictor(path): void
get notes(): string
get json(): JSON
calculatePredictor(data, meta): Object
savePredictor(pred): void
}
class Controller{
constructor(model, view)
handleFileChanged(path): void
handleFormSubmit(keys, meta): void
handleLoadPredictor(path): void
}
class View{
bindFileChange(handler): void
bindLoadPredictor(handler): void
bindFormSubmit(handler): void
buildPage(json): void
showContent(): void
showChart(): void
hideContent(): void
hideChart():void
initSelectTarget(json): void
initVars(json): void
addVar(key): void
addSelectTo(field, key): void
addTarget(key): void
getTarget(): Object
getVars(): Object
setNotes(notes): void
showError(message): void
reset(): void
getNotes(): Object
getModel(): Object
getRandomColor(): string
createChartData(x, y, target): Object
initChartSelect(json): void
updateChart(): void
getChartX(): void
getChartY(): void
getChartTargetArray(): bool
setChartData(x, y, target, xLabel, yLabel): void
}
}
interface Observer
abstract class Subject
}
SVMadapter -- ModelTrain
RLadapter -- ModelTrain
SVMadapter --> SVM
RLadapter --> Regression
Model ..> ModelTrain
Controller --> View
Controller --> Model
Model ..> CVSFile
Model ..> JSONFile
Controller --|> Observer
Subject -- Observer
View --|> Subject
Model --|> Subject
View --> Model
' class MainWindow
@enduml | false | true | false | false | class |
2542426ac3c97b4c098da7dc14ea2a3cdc41869f | c69cbc86fb04b9a266f704da3587e8a1c6d157f8 | /src/javax/main/uml/AbstractFactory..puml | 088ed6f55d1ae3965b7e0ce58588dd6b4f513877 | [] | no_license | Belolme/javalearn | 763e8ab24969ef7b507664bc03123ce67251526b | 870f8d9fdb68f8c7283170e81126cda10746dd20 | refs/heads/master | 2022-12-12T18:38:31.841843 | 2022-12-07T03:14:23 | 2022-12-07T03:14:23 | 65,531,160 | 5 | 0 | null | 2022-12-07T03:14:24 | 2016-08-12T07:02:32 | Java | UTF-8 | PlantUML | false | false | 732 | puml | @startuml
interface Factory{
+ createProduct1()
+ createProduct2()
}
class ConcreteFactory1
class ConcreteFactory2
ConcreteFactory1 .up.|> Factory
ConcreteFactory2 .up.|> Factory
interface Product1
interface Product2
class ConcreteProduct1A
class ConcreteProduct1B
class ConcreteProduct2A
class ConcreteProduct2B
ConcreteProduct1A ..|> Product1
ConcreteProduct1B ..|> Product1
ConcreteProduct2B ..|> Product2
ConcreteProduct2A ..|> Product2
class Client
'------------------------------
Client --> Product2
Client --> Product1
Client ---> Factory
ConcreteFactory1 ..> ConcreteProduct1A
ConcreteFactory1 ..> ConcreteProduct1B
ConcreteFactory2 ..> ConcreteProduct2A
ConcreteFactory2 ..> ConcreteProduct2B
@enduml | false | true | false | false | class |
4eddeeb8843f4b5a3b858294393c4b20ce3994c5 | 6669afd15b835e4029133102cfffbdc63764286e | /docs/diagrams/StorageClassDiagram.puml | f1f84323df0d025c3774c8d66ae9cc99551b8d53 | [] | no_license | jerichochua/tp | 852d34673f31b7d728af310a7985d51cd6409c99 | d8b562a2aab468abf75cdd0f28b9d64eeb7ca1c1 | refs/heads/master | 2023-01-21T17:48:15.520953 | 2020-11-09T15:38:41 | 2020-11-09T15:38:41 | 297,093,690 | 0 | 0 | null | 2020-09-20T14:27:09 | 2020-09-20T14:27:08 | null | UTF-8 | PlantUML | false | false | 928 | puml | @startuml
skinparam classAttributeIconSize 0
skinparam Shadowing false
skinparam MinClassWidth 75
skinparam packageStyle Folder
hide circle
hide empty members
skinparam Class {
BorderThickness 1
BorderColor #000000
}
class StorageManager
class ExerciseStorage
class FoodStorage
class GoalStorage
class TipStorage
class UserStorage
class FoodList
class ExerciseList
class GoalList
class Fitr
class User
class Food
class Exercise
class Goal
FoodList o-- "*" Food
ExerciseList o-- "*" Exercise
GoalList o-- "*" Goal
Fitr --> "1" StorageManager
StorageManager --> "1" ExerciseStorage
ExerciseStorage ..> ExerciseList
StorageManager --> "1" FoodStorage
FoodStorage ..> FoodList
StorageManager --> "1" GoalStorage
GoalStorage ..> GoalList
GoalStorage ..> ExerciseList
GoalStorage ..> FoodList
GoalStorage ..> User
StorageManager --> "1" UserStorage
UserStorage ..> User
StorageManager --> "1" TipStorage
@enduml
| false | true | false | false | class |
fcb220753057ac63d3f018a87b2bb9f73fdcbb26 | 2fa8753f21ca46dbc255ed47d03c634367016ac3 | /use_cases_diagrams/use_case_relations.plantuml | c711a61b687b658c686fa9aaaa82688b8f859d41 | [] | no_license | gedean/uml_studies | 20a878a6ed4fa33dfb11226bde1065290b9fb881 | c4c55f8d925a53f32751f710ff8c497b1d05523e | refs/heads/master | 2020-06-16T21:29:30.998154 | 2019-09-09T13:48:01 | 2019-09-09T13:48:01 | 195,710,319 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 112 | plantuml | @startuml
(Abrir Conta Especial) --> (Abrir Conta Comum)
(Conta Corrente) --> (Abrir Conta Comum)
@enduml | false | true | false | false | uml-unknown |
2ac1970ccb11d44ebcf59433df29c849f562809e | e3f608b2d2d160553212e823e0783e7d08f24c7b | /exercise43/docs/main.puml | ac4ecf912258e6f45201f83bacb8feb2a6c2c1ec | [] | no_license | nader-fares/fares-a04 | 3635a6f457bed61957ba581c90cca9a7ecf38299 | 3232d3ff5b3e4204189b67c6bd8f019dfce49873 | refs/heads/main | 2023-09-04T05:42:59.179310 | 2021-10-18T02:27:26 | 2021-10-18T02:27:26 | 415,470,723 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 800 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Solution43 {
StringBuilder output
+main(String[])
+createWebsiteDirectory(String siteName, StringBuilder output): String siteDirectory
+createWebsiteHTML(String siteNameDir, String siteName, String authorName, StringBuilder output)
+createWebsiteJs(String siteNameDir, StringBuilder output)
+createWebsiteCss(String siteNameDir, StringBuilder output)
}
class Website {
-String siteName
-String siteDirectory
-String authorName
-String jsFolder
-String cssFolder
+setSiteName(String siteName)
+getSiteName()
+getSiteDirectory()
+setSiteDirectory(String siteDirectory)
+setAuthorName(String authorName)
+getAuthorName()
+setJsFolder(String jsFolder)
+getJsFolder()
+setCssFolder(String cssFolder)
+getCssFolder()
}
Solution43 o-- Website
@enduml | false | true | false | false | class |
db45bbc1b340fd7053103ae2ed10aba14557d1e1 | 6f8dea2b71942edc462acfd62ed40f67ded25a02 | /app/memoUML.iuml | 1fac9ed7f3d151ad9bae85d70a131c917e586b18 | [
"Apache-2.0"
] | permissive | beekyal/packlist | 6b3b6d863e0db2a79da31268b342798e7833b0a9 | c0bdcf98f7a30cf8cf977a372e4f72910bb8b189 | refs/heads/master | 2020-12-26T00:07:56.095597 | 2016-03-24T10:13:55 | 2016-03-24T10:13:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 856 | iuml | @startuml
title Aide mémoire for (Plant)UML
interface IHSSServiceListener
Content <|-- ContentSerie : "java extends"
IHSSServiceListener <|.. ContentDownloaderLabgency : "java implements" <|..
g <.. H : implémentation temporaire\n (pas un attribut)
' commentaire, nom des couleurs http://www.w3schools.com/HTML/html_colornames.asp
Package equivalent #LightCoral {
Class Person {
String name;
}
Person2 "*" *-- "1" String2 : name
}
C o-- D : aggregation
E <-- F : navigabilité \nunidirectionelle
note on link #red: typically an "inject"
note right of F #RED : note on class
K +-- L : innerclass
I<.J : ligne horizontale
' ---- Hide a class : ----
class Z
hide Z
@enduml
http://stackoverflow.com/questions/31975109/android-class-diagram-uml | false | true | true | false | class |
3db85a0d46aa886507dd32151fad0e0c8118a088 | f80d6f2b8c6bded2b0e5d477f7fabae1c8b92ddf | /diagrams/setHouseLocation.puml | e29d3b961f213a69dfd6c298cb53b9359ca4d896 | [] | no_license | DGovi/soen343house | 5b8ceb1ad88011c79c4da52aaac68d05e4392458 | 842a76cd57c9f473b3b43148590034df4cc30648 | refs/heads/master | 2023-01-23T14:30:08.484958 | 2020-12-07T02:18:07 | 2020-12-07T02:18:07 | 300,103,662 | 0 | 0 | null | 2020-12-07T00:57:36 | 2020-10-01T01:11:16 | Java | UTF-8 | PlantUML | false | false | 263 | puml | @startuml
actor Simulation_User
Simulation_User -> DashboardDriver: Trigger UI event
DashboardDriver -> DashboardController: changeHouseLocation()
DashboardController -> Simulation: setHouseLocation(location)
DashboardDriver <-- Simulation: new_location
@enduml
| false | true | false | false | usecase |
5c0c465e63c14c286e5aa15fb4e9d15aaabef17f | e47dccc69e1ebe7c2a3872fd043ab149ff350680 | /TAPWinSDK/docs/TAPInputMode.puml | 5ae57e68cff34c17fd755ae14ed3b222b537d87d | [] | no_license | boultoa/tap-standalonewin-sdk | 038a86347b2f5500c14664a44f129c9884a5bc53 | f6fda5e1412295fc3950cc07837491fd72d302a7 | refs/heads/master | 2020-12-21T06:52:08.540146 | 2020-01-29T00:38:34 | 2020-01-29T00:38:34 | 236,345,785 | 0 | 0 | null | 2020-01-26T17:10:13 | 2020-01-26T17:10:12 | null | UTF-8 | PlantUML | false | false | 128 | puml | @startuml
enum TAPInputMode {
Controller= 0x1,
Text= 0x0,
Controller_With_MouseHID= 0x03,
Null= 0xff,
}
@enduml
| false | true | false | false | class |
5c1039d45503a13e583aa3eb40c3384d4aed8f17 | 9555f4da268221bf94ec332377f6898971df92cd | /state.file.puml | 234820925c2713bde732612032cf54a626b6cd43 | [] | no_license | adrianvlupu/proiect-metode-dezvoltare-software | d4a38484a5742310815b2527f4e569c2e4bdca3d | 056e971d824197c8ed7dac5470f93d553030ce1e | refs/heads/master | 2020-05-07T15:00:38.689464 | 2019-04-12T18:36:09 | 2019-04-12T18:36:09 | 180,619,045 | 0 | 1 | null | 2019-04-12T18:16:24 | 2019-04-10T16:14:27 | null | UTF-8 | PlantUML | false | false | 358 | puml | @startuml
title Stari Fisier
[*] --> Nou
Nou: Documentul e salvat pe disk
Nou: Fisierul are proprietar si denumire
Nou --> Modificat
Nou --> Impartit
Impartit: Fisierul are minim un alt utilizator asociat
Nou ---> Sters
Sters: Marcat ca fiind sters
Sters: Poate fi restaurat
Impartit --> Sters
Modificat --> Sters
Sters --> Modificat
Sters --> [*]
@enduml | false | true | false | false | state |
6fe5a9261c69966c4444e43838620eda19f43d25 | abd13a693dbacef5ecb9bb256fbdda288d9de3fd | /doc/interactions_environnement.plantuml | 50f5d37ee961349f450c519b68cb47bfd5958a41 | [] | no_license | MatteoDeVita/R-Type-multiplayer | f544628abdefc5a468dec4b4cc043df5d4c5d3bb | a4ee0e0b57d4177a34a2d50f9a9ae859ad58f284 | refs/heads/master | 2023-01-13T10:59:38.638765 | 2020-11-15T14:39:27 | 2020-11-15T14:39:27 | 307,323,412 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 404 | plantuml | @startuml
title interacting with the game environment
actor player1 order 10
participant client order 20
participant server order 30
database scene order 40
player1 -> client ++ : Pressed UP key
client -> server ++ : Player|ID|UP
server -> scene ++ : Updating game envionment
scene -> server -- : game environment updated
server -> client : [game environment]
client -> player1 : player moved up
@enduml | false | true | false | false | sequence |
d778f5598edf410b2058441d8050dae18ffbe18d | ddd27ef7207e3b508ba557b6f5ca1b2bd172a734 | /app/UML/Olivia/OliviaEss4.puml | ab1e68a747202c5f4622a9cd60c7ba7a260aa80e | [] | no_license | QRP0002/Wireless_Quote | 7c095f66043b7780f03d624be2fe7956b3369a27 | 0b4762a69db0ebada3d518573e7618a0e57f0368 | refs/heads/master | 2020-06-04T02:48:51.629364 | 2015-05-01T12:49:49 | 2015-05-01T12:49:49 | 33,549,841 | 0 | 0 | null | 2015-04-16T20:57:50 | 2015-04-07T14:57:28 | Java | UTF-8 | PlantUML | false | false | 286 | puml | @startuml
User -> System : Log In
activate User
activate System
System --> User : Display Home Screen
User -> System : Manage Quote
System -> Server : Request Quotes
activate Server
Server --> System : Return Quotes
deactivate Server
System --> User : Display Quotes and Options
@enduml | false | true | false | false | sequence |
4eb81c92650c78dbd1967b86f66760971a1df948 | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /Rendu/doc/javadoc/ch/tofind/commusica/network/UnicastClient.puml | 06d77cb6e6145481006008d7d55dcab5ca5fe047 | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 338 | puml | @startuml
class UnicastClient {
[[UnicastClient.html]]
{static} -LOG: Logger
-socket: Socket
-out: PrintWriter
-in: BufferedReader
+UnicastClient(InetAddress, int)
+UnicastClient(Socket)
+send(String): void
+send(File): void
+run(): void
}
@enduml
| false | true | false | false | class |
0aafb3f30f8482d2b3aeb30d810b841fed886142 | 1423267c7da79f77fdec74f3d6c68f173a7d8326 | /Design/Akutuator enhed/Software/Varmelegeme/SD_Varmelegeme_conDestructor.puml | 917302dcc942e7f10ee6f93feaac5e4a9af5bee0 | [] | no_license | Solvgraa-mager/E4PRJ4 | 60282c6857f62747ce99aacacab8f7b56efbf28e | 3f54f0415dcb1f5f7269db9653860f4071a17082 | refs/heads/main | 2023-05-08T15:53:25.639820 | 2021-06-03T12:47:11 | 2021-06-03T12:47:11 | 335,742,071 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 444 | puml | @startuml SD_Varmelegme_con_destructor
title Varmelegeme::Varmelegeme(int GPIO)
participant Aktuatorenhed as a
participant Varmelegeme as v
actor OS as o
== Constructor ==
create v
a -> v : Varmelegeme(int GPIO)
v -> o : inti(GPIO)
note right o: Initialisere PWM-GPIO port
v <-- o
a <-- v
== Destructor ==
a -> v : ~Varmelegeme(int GPIO)
v -> o : terminate(GPIO)
note right o: frigiver PWM-GPIO port
v <-- o
a <-- v
destroy v
@enduml | false | true | false | false | usecase |
454669155d86ede88e289b07932cdbcac71cbc91 | e92059a0fdd49b912c92c35cfebb679a9892511e | /api-login/uml/class.plantuml | b0c29f45af3202de8ca5fcf35495d6164121042e | [] | no_license | 92-Theo/demo-xamarin | ceadcc57b93440d2d1703db7ac8ac00cbc7a16ac | 610e0d712f619c36f3a6366bdf19c71b00146b93 | refs/heads/master | 2022-12-11T04:56:56.347233 | 2020-02-15T07:19:07 | 2020-02-15T07:19:07 | 234,280,186 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 434 | plantuml | @startuml
LoginView ..> LoginViewModel
HomeView ..> HomeViewModel
LoginViewModel ..> DBService
LoginViewModel ..> HomeView
HomeViewModel ..> LoginView
class LoginView {
__ private data __
Entry id
Entry pw
Button login
}
class HomeView {
__ private data __
Button logout
}
class LoginViewModel {
__ public data __
string id
string pw
}
class HomeViewModel {
+ Logout()
}
class DBService {
+ Login(string id, string pw)
}
@enduml | false | true | false | false | class |
37fdcda9ebe0d04567d66962928a4be66bb82234 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CategoryPagedQueryResponse.puml | a46439d6bc34b9c6d406a324bcf32f19e0b3c027 | [] | 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 | 410 | 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 CategoryPagedQueryResponse [[CategoryPagedQueryResponse.svg]] {
limit: Long
offset: Long
count: Long
total: Long
results: [[Category.svg List<Category>]]
}
@enduml
| false | true | false | false | class |
19ab8f9a5624bcc91b2ea5a4255082f86bb0d56c | de8eb9caeacd9e09375ffd47b1e41fcf78194ee2 | /docs/datamodel/AlternativeApproach/HypertyStaticData.plantuml | 600cb9fb6222a714e594a748b4c0007121a839ee | [
"Apache-2.0"
] | permissive | NicoApizee/dev-service-framework | e980bf3db6d871bee28edb9cf9e89c3ef3f8728f | d2057b6a00e42289dff9689d0ffdbdf9ec9534d8 | refs/heads/master | 2020-12-25T23:47:40.755305 | 2016-04-06T12:27:59 | 2016-04-06T12:27:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 588 | plantuml | @startuml
GenericHypertyStaticData <|-- CommunicationHypertyStaticData
GenericHypertyStaticData <|-- IdentityHypertyStaticData
GenericHypertyStaticData <|-- ContextHypertyStaticData
class GenericHypertyStaticData {
Identification : String
Administrative domain : TBD
Type : Communication | Identity | Context
Description : String
Configuration data : TBD
Policies : TBD
}
class CommunicationHypertyStaticData {
Communication Object Schema : TBD
}
class IdentityHypertyStaticData {
Identity Object Schema : TBD
}
class ContextHypertyStaticData {
Context Object Schema : TBD
}
@enduml
| false | true | false | false | class |
1e561ac0f0b2020906d2362ac5201c7ddb3b7d4b | dc1ce0dda5d7b14289011eb99ff9adaffa6f3081 | /src/docs/diagrams/05-02_whiteboxRedux.puml | d5719c768cc39827666acc262157ace7bbc60400 | [
"MIT"
] | permissive | lamasumas/viade_en1b | 0d73151b9339d905f770f38c2bfd7e642dfc37bf | ce7d7b5fc0e8a1cbb9397bb186a619c9f231d99d | refs/heads/master | 2022-06-10T10:25:10.208525 | 2020-05-05T11:19:20 | 2020-05-05T11:19:20 | 261,439,261 | 0 | 0 | MIT | 2020-05-05T11:12:48 | 2020-05-05T11:12:47 | null | UTF-8 | PlantUML | false | false | 890 | puml | @startuml
rectangle Redux {
node "Store" {
[Dispatcher] as dispatcher
folder "Reducers" as reducers {
[AuthReducer] as authReducer
[RouteReducer] as routeReducer
[UserReducer] as userReducer
[RootReducer] as rootReducer
[LoadReducer] as loadReducer
[LocaleReducer] as localeReducer
}
[State] as state
}
folder "Actions" as actions {
[AuthActions] as authActions
[RouteActions] as routeActions
[UserActions] as userActions
[LoadActions] as loadActions
[LocaleActions] as localeActions
}
}
[App] as app
app -up-> actions :event
actions -up-> dispatcher :action
dispatcher -> reducers :dispatch
state -> reducers :oldState
reducers -up-> [Solid]
[Solid] -down-> reducers
reducers -down-> state :newState
state -down-> app :newState
@enduml
| false | true | false | false | sequence |
b9c69c98d19170f2b9d52d489b6981d7bdb0b859 | b2377dbb97354ebb11f18337fae7a5deb10e9fd1 | /docs/Solution/Service-Stack/OpenHPC/UseCases.puml | 8365a46ada6bcdd74d5cc8a6cc48b94c6e126582 | [] | no_license | CAADE/H2C | 634e94afdd5302232d234aa7abefcfc61a24ea8e | 91227f94a60c8e3285c24333da340c06a51afa9d | refs/heads/master | 2021-03-27T18:25:35.652782 | 2018-06-01T21:58:49 | 2018-06-01T21:58:49 | 83,159,772 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 329 | puml | @startuml
left to right direction
skinparam usecase {
BackgroudnColor #ffffaa
BackgroundColor<<Main>> #aaffff
}
actor :User: <<Person>>
actor :SubSystem: <<Person>>
rectangle "Service-Stack/OpenHPC" {
UseCase UC1 <<Main>> as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
@enduml
| false | true | false | false | usecase |
70185682524fe1d83f5346c76db1c61180a5bafd | e58fcda7c86c6b746f7eea7f08b5e50b6ad546ac | /lab4/src/lab/AbstractFactory/AbstractFactory.plantuml | 51ae7c6768bd1d220910e26e1ae74822ce4f37ca | [] | no_license | ppongnp/SDA-labs | b2828656bc50382679a1a1d767b0c43d01cb53d9 | 35f8b1930b4c5962f46a3c973fa1ecccc677b54c | refs/heads/master | 2021-01-01T12:44:41.729434 | 2020-05-03T20:23:19 | 2020-05-03T20:23:19 | 239,284,063 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,660 | plantuml | @startuml
title __ABSTRACTFACTORY's Class Diagram__\n
namespace lab.AbstractFactory {
class lab.AbstractFactory.ARM {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.Android {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.Bills {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.BonusSlot {
~ type : String
+ BonusSlot()
~ build()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.CRT {
+ toString()
}
}
namespace lab.AbstractFactory {
interface lab.AbstractFactory.Cabinet {
{abstract} + toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.Coins {
+ toString()
}
}
namespace lab.AbstractFactory {
interface lab.AbstractFactory.Display {
{abstract} + toString()
}
}
namespace lab.AbstractFactory {
interface lab.AbstractFactory.GPU {
{abstract} + toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.LCD {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.LargeCabinet {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.Linux {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.MediumCabinet {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.NJSlotComponentFactory {
+ createCabinet()
+ createDisplay()
+ createGPU()
+ createOS()
+ createPayment()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.NJSlotFactory {
# makeSlot()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.NVSlotComponentFactory {
+ createCabinet()
+ createDisplay()
+ createGPU()
+ createOS()
+ createPayment()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.NVSlotFactory {
# makeSlot()
}
}
namespace lab.AbstractFactory {
interface lab.AbstractFactory.OS {
{abstract} + toString()
}
}
namespace lab.AbstractFactory {
interface lab.AbstractFactory.Payment {
{abstract} + toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.ProgressiveSlot {
- type : String
+ ProgressiveSlot()
~ build()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.Reels {
+ toString()
}
}
namespace lab.AbstractFactory {
abstract class lab.AbstractFactory.Slot {
~ name : String
+ getName()
+ setName()
+ toString()
~ assembleParts()
{abstract} ~ build()
~ collectParts()
~ ship()
~ test()
~ uploadSoftware()
}
}
namespace lab.AbstractFactory {
interface lab.AbstractFactory.SlotComponentFactory {
{abstract} + createCabinet()
{abstract} + createDisplay()
{abstract} + createGPU()
{abstract} + createOS()
{abstract} + createPayment()
}
}
namespace lab.AbstractFactory {
abstract class lab.AbstractFactory.SlotFactory {
+ orderSlot()
{abstract} ~ makeSlot()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.SlotMachineApp {
{static} + main()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.SmallCabinet {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.StraightSlot {
- type : String
+ StraightSlot()
~ build()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.Symbian {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.TicketInAndOut {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.VGA {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.WSSlotComponentFactory {
+ createCabinet()
+ createDisplay()
+ createGPU()
+ createOS()
+ createPayment()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.WSSlotFactory {
# makeSlot()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.WindowsME {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.WindowsXP {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.X77 {
+ toString()
}
}
namespace lab.AbstractFactory {
class lab.AbstractFactory.X86 {
+ toString()
}
}
lab.AbstractFactory.ARM .up.|> lab.AbstractFactory.GPU
lab.AbstractFactory.Android .up.|> lab.AbstractFactory.OS
lab.AbstractFactory.Bills .up.|> lab.AbstractFactory.Payment
lab.AbstractFactory.BonusSlot -up-|> lab.AbstractFactory.Slot
lab.AbstractFactory.BonusSlot o-- lab.AbstractFactory.SlotComponentFactory : componentFactory
lab.AbstractFactory.CRT .up.|> lab.AbstractFactory.Display
lab.AbstractFactory.Coins .up.|> lab.AbstractFactory.Payment
lab.AbstractFactory.LCD .up.|> lab.AbstractFactory.Display
lab.AbstractFactory.LargeCabinet .up.|> lab.AbstractFactory.Cabinet
lab.AbstractFactory.Linux .up.|> lab.AbstractFactory.OS
lab.AbstractFactory.MediumCabinet .up.|> lab.AbstractFactory.Cabinet
lab.AbstractFactory.NJSlotComponentFactory .up.|> lab.AbstractFactory.SlotComponentFactory
lab.AbstractFactory.NJSlotFactory -up-|> lab.AbstractFactory.SlotFactory
lab.AbstractFactory.NVSlotComponentFactory .up.|> lab.AbstractFactory.SlotComponentFactory
lab.AbstractFactory.NVSlotFactory -up-|> lab.AbstractFactory.SlotFactory
lab.AbstractFactory.ProgressiveSlot -up-|> lab.AbstractFactory.Slot
lab.AbstractFactory.ProgressiveSlot o-- lab.AbstractFactory.SlotComponentFactory : componentFactory
lab.AbstractFactory.Reels .up.|> lab.AbstractFactory.Display
lab.AbstractFactory.Slot o-- lab.AbstractFactory.Cabinet : cabinet
lab.AbstractFactory.Slot o-- lab.AbstractFactory.Display : display
lab.AbstractFactory.Slot o-- lab.AbstractFactory.GPU : gpu
lab.AbstractFactory.Slot o-- lab.AbstractFactory.Payment : payment
lab.AbstractFactory.Slot o-- lab.AbstractFactory.OS : software
lab.AbstractFactory.SmallCabinet .up.|> lab.AbstractFactory.Cabinet
lab.AbstractFactory.StraightSlot -up-|> lab.AbstractFactory.Slot
lab.AbstractFactory.StraightSlot o-- lab.AbstractFactory.SlotComponentFactory : componentFactory
lab.AbstractFactory.Symbian .up.|> lab.AbstractFactory.OS
lab.AbstractFactory.TicketInAndOut .up.|> lab.AbstractFactory.Payment
lab.AbstractFactory.VGA .up.|> lab.AbstractFactory.Display
lab.AbstractFactory.WSSlotComponentFactory .up.|> lab.AbstractFactory.SlotComponentFactory
lab.AbstractFactory.WSSlotFactory -up-|> lab.AbstractFactory.SlotFactory
lab.AbstractFactory.WindowsME .up.|> lab.AbstractFactory.OS
lab.AbstractFactory.WindowsXP .up.|> lab.AbstractFactory.OS
lab.AbstractFactory.X77 .up.|> lab.AbstractFactory.GPU
lab.AbstractFactory.X86 .up.|> lab.AbstractFactory.GPU
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 |
d0bb51c5034552c85e841c246249ee99b717a0a4 | ddd27ef7207e3b508ba557b6f5ca1b2bd172a734 | /app/UML/QuinnConcUseCase6.puml | ebc15895ef01bc2a3dfa7278c2966e4d65074b8c | [] | no_license | QRP0002/Wireless_Quote | 7c095f66043b7780f03d624be2fe7956b3369a27 | 0b4762a69db0ebada3d518573e7618a0e57f0368 | refs/heads/master | 2020-06-04T02:48:51.629364 | 2015-05-01T12:49:49 | 2015-05-01T12:49:49 | 33,549,841 | 0 | 0 | null | 2015-04-16T20:57:50 | 2015-04-07T14:57:28 | Java | UTF-8 | PlantUML | false | false | 568 | puml | @startuml
User -> ActivityBarPage : Call Log Off
activate User
activate ActivityBarPage
ActivityBarPage -> ActivityBarPageController : onCreate()
activate ActivityBarPageController
ActivityBarPageController -> LogOff : onCreate
activate LogOff
ActivityBarPageController -> LogOff : Display Fields
LogOff -> LogOff : Display Options
User -> LogOff : No
LogOff --> ActivityBarPageController : logOff(False)
deactivate LogOff
ActivityBarPageController -> ReturnPreviousSystemPage : reCreate()
activate ReturnPreviousSystemPage
deactivate ActivityBarPageController
@enduml | false | true | false | false | sequence |
b1eddb88350a602ec2c2f4f72f2ff921febda84f | 469a2c961d57e86ada4ec80e0eb155093fbba14d | /documentation/doc_tree/pasta_design/images/PASTAplus_authorization.puml | d4024b2cf3e94363144a750cf05b3108832e2b21 | [] | no_license | PASTAplus/PASTA | 04e683a58c35cb0b1cb3af9a804b877d1f446161 | 3e05fe0454350ac8ebb85ebb6a5d976621f0da18 | refs/heads/master | 2023-09-01T06:03:20.642096 | 2023-08-23T20:01:58 | 2023-08-23T20:01:58 | 36,264,630 | 10 | 4 | null | 2023-03-31T21:00:43 | 2015-05-26T01:39:02 | Java | UTF-8 | PlantUML | false | false | 575 | puml | @startuml
participant gatekeeper
participant PASTA_service
gatekeeper->PASTA_service: request(internal_auth_token, method, object)
PASTA_service->PASTA_service: get_user_id(internal_auth_token):user_id
PASTA_service->PASTA_service: get_ACR(method,sevice.xml):method_ACR
PASTA_service->PASTA_service: is_authorized(user_id, method, method_ACR)
PASTA_service->PASTA_service: get_ACR(object,access_database):object_ACR
PASTA_service->PASTA_service: is_authorized(user_id, method, object_ACR)
PASTA_service->PASTA_service: do_service
PASTA_service->gatekeeper: response
@enduml | false | true | false | false | sequence |
707682fe8c6b1295ed494dd83f94a2568ac42acb | 3726b9ddd70af3460293b32780ed94c4940c39f2 | /src/src.plantuml | 2ba3123cc9ce019dd121c3959da921bea863a541 | [] | no_license | lenardry/program_similarity | 256690398b2357913841e01e792b3c69f65d242e | e40d8fdf952a2532c9121096caaa44d04bb59e64 | refs/heads/master | 2020-12-19T15:23:52.214975 | 2020-02-27T03:41:39 | 2020-02-27T03:41:39 | 235,772,881 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 294 | plantuml | @startuml
title __SRC's Class Diagram__\n
class Main {
{static} + main()
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
8a25c96463276c093134dba550bb932ab87ea5a1 | 733e33073e2c63a54bd4d0eae9cf8546e86f38b8 | /sample/plantuml.grav | 26ab253dd74c14f6de57f0c2b341407a41d71aab | [] | no_license | smokedfish/notes | ec2c4686a9ccd0f8df71003a9241e5c2286e196b | 36fc12d0c4c1a3096bffe79e5f949deac814b337 | refs/heads/master | 2020-03-19T03:32:15.657635 | 2019-08-26T15:43:35 | 2019-08-26T15:43:35 | 135,736,986 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 315 | grav | @startuml
actor User
participant "First Class" as A
participant "Second Class" as B
participant "Last Class" as C
User -> A: DoWork
activate A
A -> B: Create Request
activate B
B -> C: DoWork
activate C
C --> B: WorkDone
destroy C
B --> A: Request Created
deactivate B
A --> User: Done
deactivate A
@enduml
| false | true | false | false | sequence |
4cd28d889aa1cb8ccc42f57302a594aaaa9769c6 | f7dc7b0275506f84cb19d56a9162c3017ea55f81 | /project3/res/brioche-activity-diagram.puml | 6ef4e558446b5a6e3921051e507bdf7eb1e0ab9b | [] | no_license | FelipePaiva1992/Blockchain | 865a775dcf98d872bdc7234406a09e6d35b5830a | 0a7a6e66c1cebebcb114eb279b9f16a5fa707451 | refs/heads/master | 2023-08-03T13:55:22.464466 | 2021-09-21T18:23:30 | 2021-09-21T18:23:30 | 399,818,169 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 508 | puml | @startuml
partition Farmer {
(*) --> "Harvest grain"
"Harvest grain" --> "Process grain into brioche"
"Process grain into brioche" --> "Pack the brioche"
"Pack the brioche" --> "Mark the brioche for sale"
}
partition Distributor {
"Mark the brioche for sale" -right-> "Buy the brioche"
"Buy the brioche" --> "Ship the brioche"
}
partition Retailer {
"Ship the brioche" -right-> "Receive the brioche"
}
partition Consumer {
"Receive the brioche" -right-> "Purchase the brioche"
}
@enduml
| false | true | false | false | activity |
f57ae0a8e5073b70c4dd846ee83b27c93f486e36 | 971e28b34fda4bcc6fb00f8f2831e0cc9e8b339e | /assets/0004/0004-dh-init.puml | cb5126cdf9209905528d21f6cdc6646f0cd99579 | [
"Apache-2.0"
] | permissive | mimblewimble/grin-rfcs | 14032dbf5cbbd1cd9fce7921e0f49d10b7ad4cc2 | 50a98ab5d41f165777d6f58fea88e192d89e88e0 | refs/heads/master | 2023-05-03T02:46:08.851263 | 2022-11-10T10:58:18 | 2022-11-10T10:58:18 | 193,092,414 | 42 | 37 | Apache-2.0 | 2022-07-08T09:07:52 | 2019-06-21T12:14:48 | null | UTF-8 | PlantUML | false | false | 518 | puml | @startuml
actor "Client" as client
participant "JSON-RPC API" as jsonrpc
participant "Internal Rust API" as rustapi
participant "Wallet Backend" as backend
title Wallet JSON-RPC API ECDH Initialization
== Initialization (ECDH/secp256k1)==
client -> client: Calc Pub ECDH Key (**cP**)
client -> jsonrpc: init_api_secure (**cP**)
jsonrpc -> jsonrpc: Calc Pub ECDH Key (**sP**)
jsonrpc -> jsonrpc: Calc + store shared secret (**s**)
jsonrpc -> client: **sP**
client -> client: Calc + store shared secret (**s**)
@enduml | false | true | false | false | usecase |
a92a43173f80b2a029973b595715ed3ab95663b4 | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /Rendu/doc/javadoc/ch/tofind/commusica/session/ISessionManager.puml | 66961293c0b8eec910c56608a144919a0a4bb13e | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 176 | puml | @startuml
interface ISessionManager {
[[ISessionManager.html]]
{static} +TIME_BEFORE_SESSION_INACTIVE: int
{abstract} +stop(): void
}
@enduml
| false | true | false | false | class |
7e5b610bcfab47107fb23470cbdc66cf974c8146 | b3138ea0895b17c0e9a59cfbacb8e5746aad501a | /src/main/scala/watchman/HttpWatchman.puml | 28d1445034216e7f76a1848d5596c443f681175f | [] | no_license | Wintus/exercise-dispatch | b8646ddaa32c8a97fe71b500aac1c7d357270e35 | eeb6b072f6e453e5220b445913bd12775c0c5071 | refs/heads/master | 2018-01-08T10:53:32.414203 | 2016-01-31T05:30:22 | 2016-01-31T05:30:22 | 50,759,312 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,264 | puml | @startuml
title <size: 18> HTTP Watchman </size>
package watchman {
class Watchman {
- addresses: Vector[String]
+ register(AddressBook): Unit
+ check(): Vector[(Address, Source)]
}
class AddressBook {
- nonSecures: Seq[String]
- addresses: Set[String]
+ apply(): Vector[String]
+ validate(): Boolean
+ add(String): Unit
+ remove(String): Unit
}
class Retriever <<(O,Yellow) object>> {
+ apply(String): Vector[Future[(Address, Source)]]
+ retrieve(Address): Vector[Future[(Address, Source)]]
}
class Address {
+ url: String
}
class Source {
+ html: String
}
class Reporter {
- email: String
- reportingEmail: String
+ apply(Throwable): Unit
+ report(Throwable): Unit
}
class Main {
+ watchman: Watchman
+ results: Vector[(Address, Source)]
}
note right #green : Entry point
Watchman -> AddressBook
Watchman "*" --> "1" Retriever : <<delegate>>
Retriever "1" --> "0..*" Address
Retriever "1" --> "0..*" Source
Watchman "*" --> "0..*" Reporter : <<delegate>>
Reporter "*" ---> "1" mail.send
note on link #red : send a new Mail about Error
Main "1" --> "*" Watchman
}
package "mail" {
note "package object" as FN
class send <<(O, Yellow) object>> {
+ a(Mail): Unit
}
class Mail {
+ from
+ to
+ subject
+ message
+
+
}
send "1" -> "0..*" Mail
}
@enduml | false | true | false | false | sequence |
0965a0501ffeb339c64160069095771e352894f2 | bf2c24b99802953a25d0e34d7a1ee47dbdd459da | /src/use-cases/Country Report.puml | 221f723972b0f19a9ac10c8d7cbdca4d434d95af | [
"Apache-2.0"
] | permissive | Richard-Herz/SEMethodsSet08103G1 | 734e3fe5ce3e0c9234b16ff6dd5d0170824ec34b | 36b7ce052368c2cd4f59eb823adcd6cf1c1ea265 | refs/heads/master | 2020-04-18T07:20:12.232655 | 2019-05-06T14:24:48 | 2019-05-06T14:24:48 | 167,356,814 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 251 | puml | @startuml
actor HR as "Population Information Worker"
rectangle Database
rectangle "World System" {
usecase UC4 as "Country Report"
usecase UCa as "Print Country Report"
HR - UC4
UC4 ..> UCa : include
UC4 - Database
}
@enduml | false | true | false | false | usecase |
72ebf7d7dd758234a975335329912fd8384a1420 | 676ade2977c98c7c9dcc9a8386ea977854804ec3 | /A3/ENSF 594 - A3 - Linked Lists/Linked List UML Diagram.puml | 998e67a52027402e78f3007823b045f83fabe717 | [] | no_license | GraydonHall42/Data-Structures-and-Algorithms-University-Of-Calgary-ENSF-594 | df2f2b3e0a5c5a05635085026ea8acb7e3fd54fa | 6adc0df8e9c5eb02214a2e60e68fbf254be08f4b | refs/heads/main | 2023-07-17T02:56:07.613338 | 2021-08-28T22:51:38 | 2021-08-28T22:51:38 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,442 | puml | @startuml
class AnagramList [[java:AnagramList]] {
-sortedAnagram: String
-wordList: ArrayList<String>
+AnagramList(word: String)
+matches(word: String): boolean
+add(word: String): void
-sortString(inputString: String): String
-insertionSort(arr: char[]): void
+toString(): String
+{static} main(args: String[]): void
}
class ReadTextFile [[java:ReadTextFile]] {
-fileName: String
-wordList: ArrayList<String>
+ReadTextFile(fileName: String)
+getWordList(): ArrayList<String>
+{static} main(args: String[]): void
}
class "Node<T>" as Node_T_ [[java:Node]] {
-value: T
+Node(value: T)
+Node(value: T, n: Node)
+getValue(): T
+setValue(value: T): void
+setNext(next: Node): void
+toString(): String
}
class "SinglyLinkedList<T>" as SinglyLinkedList_T_ [[java:SinglyLinkedList]] {
-head: Node<T>
-tail: Node<T>
-size: int
+size(): int
+SinglyLinkedList()
+isEmpty(): boolean
+getHead(): Node<T>
+addFirst(n: T): void
+addLast(n: T): void
+remFirst(): boolean
+toString(): String
}
class AnagramListCreator [[java:AnagramListCreator]] {
-wordList: ArrayList<String>
-inputFileName: String
+AnagramListCreator(inputFileName: String)
+listCreator(): void
+writeOutputToFile(fileName: String): void
+{static} main(args: String[]): void
}
AnagramListCreator --> ReadTextFile
AnagramListCreator "1" *-- "1" SinglyLinkedList_T_
SinglyLinkedList_T_ "1" *-- "many" Node_T_
Node_T_ "1" *-- "1" AnagramList
@enduml | false | true | false | false | class |
d0265039d4c388d911c9e4f7d07a3c23f742fb32 | 71cd1cf24b61c4b6c2eabcc4adfa482241f8eaa7 | /uml/dds_details_utilisateur.plantuml | 540a1965f5a95e21feeedf540024dbfcc86f0c1c | [] | no_license | HaiseB/P7_BileMo | 5819d19a66f2bc13f90a70e0ba88201aa55f270d | e179724614594dca3fde8b6856b80b1f7c3b0bf4 | refs/heads/main | 2023-03-07T02:04:07.828234 | 2021-02-12T16:49:34 | 2021-02-12T16:49:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 390 | plantuml | @startuml lister_les_produits
actor Client
boundary Systeme
database BDD
note left of Client: le client doit etre authentifié \n et l'utilisateur doit lui appartenir
Client -> Systeme: afficher les details d'un utilisateurs
Systeme -> BDD: recherche de l'utilisateur
BDD --> Systeme : utilisateur trouvé
Systeme --> Client: Json contenant les details de l'utilisateur demandé
@enduml | false | true | true | false | sequence |
6ac714ab214a69431748b87fee33dc3278632b02 | 00ddc6effd09208ffcf65d7402158563d2e58dca | /design/ReservationSequence.puml | 5ff302fdb03929946120216bea43c4393359b490 | [] | no_license | microservicesteam/project-adele | 94ba515b442ec9e3ec69868c4e6368e62a175192 | 950692b7201119d1e92c018349d3140045f5c284 | refs/heads/master | 2021-01-12T00:05:51.497594 | 2018-11-28T19:50:47 | 2018-11-28T19:50:47 | 78,672,113 | 0 | 0 | null | 2018-11-28T19:50:48 | 2017-01-11T19:29:42 | Java | UTF-8 | PlantUML | false | false | 3,112 | puml | @startuml
actor User
participant Frontend
box "Clerk" #LightBlue
participant ReservationService
participant TicketRepository
end box
queue EventBus
box "TicketMaster" #LightBlue
participant TicketMasterService
participant TicketMasterRepository
end box
participant OrderManager
database DB
User --> Frontend: reserve button
Frontend -> ReservationService: POST /reservations
note left
POST /reservations
{
tickets: [
{
programId: 1,
sectorId: 1,
seatId: 5
},
{
programId: 1,
sectorId: 1,
seatId: 6
}
]
}
end note
activate ReservationService
ReservationService --> TicketRepository: validate tickets
ReservationService <-- TicketRepository
alt invalid
ReservationService --> Frontend: ReservationRejected: code, reason
else valid
ReservationService --> ReservationService: createReservationCommand
note left
CreateReservation {
reservation: {
reservationId: "abc123"
tickets: [
{
programId: 1,
sectorId: 1,
seatId: 5
},
{
programId: 1,
sectorId: 1,
seatId: 6
}
]
}
}
end note
ReservationService --> EventBus: publish CreateReservation
ReservationService --> Frontend: ReservationAccepted: reservationId
end
deactivate ReservationService
EventBus --> TicketMasterService: handle CreateReservation
activate TicketMasterService
TicketMasterService --> TicketMasterRepository: check if all tickets are FREE
TicketMasterService <-- TicketMasterRepository
alt ticket status = FREE
TicketMasterService --> TicketMasterRepository: set status of tickets to RESERVED
TicketMasterService <-- TicketMasterRepository:
EventBus <-- TicketMasterService: publish ReservationAccepted
else ticket status != FREE
EventBus <-- TicketMasterService: publish ReservationRejected
end
deactivate TicketMasterService
ReservationService <-- EventBus: handle ReservationEvent
activate ReservationService
alt ReservationAccepted
ReservationService --> TicketRepository: set status of tickets to RESERVED
ReservationService <-- TicketRepository
else ReservationRejected
ReservationService --> ReservationService: Noop
end
Frontend <-- ReservationService: publish ReservationEvent on websocket
deactivate ReservationService
alt ReservationAccepted
Frontend --> User: redirect user to Order page
else ReservationRejected
Frontend --> User: show error msg
end
EventBus --> OrderManager: handle ReservationAccepted
OrderManager --> DB: save ReservedTicket object for each ticket
@enduml | false | true | false | false | sequence |
435ce9c50d5c8e528421d18cef16eb4a874d61a8 | 9ff79501cb021e8d3b391c11941658834ee6dd20 | /test/PlantUmlClassDiagramGeneratorTest/uml/all.puml | fd1ab8cd13ddc2ae3a00c24b30bf4c317f192a02 | [
"MIT"
] | permissive | showzs/PlantUmlClassDiagramGenerator | 6f5c23a9366f3c3e722e861420f78be9cc9a785f | 88fcd1be2d036000f58bca05f85a19fbe4883b7c | refs/heads/master | 2023-01-29T04:54:12.641497 | 2022-11-12T02:40:19 | 2022-11-12T02:45:56 | 160,747,136 | 0 | 0 | MIT | 2018-12-06T23:56:36 | 2018-12-06T23:56:36 | null | UTF-8 | PlantUML | false | false | 1,886 | puml | @startuml
class ClassA {
- <<readonly>> intField : int = 100
- {static} strField : string
# X : double = 0
# Y : double = 1
# Z : double = 2
# PropA : int <<get>>
# <<internal>> PropB : string <<get>> <<protected set>>
<<internal>> PropC : double <<get>> = 3.141592
+ PropD : string <<get>>
+ ClassA()
{static} ClassA()
# <<virtual>> VirtualMethod() : void
+ <<override>> ToString() : string
+ {static} StaticMethod() : string
+ ExpressonBodiedMethod(x:int) : void
}
abstract class ClassB {
- field1 : int
+ {abstract} PropA : int <<get>> <<protected set>>
# <<virtual>> VirtualMethod() : string
+ {abstract} AbstractMethod(arg1:int, arg2:double) : string
}
class ClassC <<sealed>> {
- {static} <<readonly>> readonlyField : string = "ReadOnly"
+ <<override>> PropA : int <<get>> <<protected set>> = 100
+ <<event>> PropertyChanged : PropertyChangedEventHandler
- RaisePropertyChanged(propertyName:string) : void
+ <<override>> AbstractMethod(arg1:int, arg2:double) : string
# <<override>> VirtualMethod() : string
}
class Vector <<struct>> {
+ X : double <<get>>
+ Y : double <<get>>
+ Z : double <<get>>
+ Vector(x:double, y:double, z:double)
+ Vector(source:Vector)
}
enum EnumA {
AA= 0x0001,
BB= 0x0002,
CC= 0x0004,
DD= 0x0008,
EE= 0x0010,
}
class NestedClass {
+ A : int <<get>>
}
class "IList`1"<T> {
}
class InnerClass {
+ X : string <<get>> = "xx"
+ MethodX() : void
}
class InnerStruct <<struct>> {
+ A : int <<get>>
+ InnerStruct(a:int)
}
ClassA o-> "list<int>" "IList`1"
ClassB --> "publicA" ClassA
ClassB o-> "listOfA<ClassA>" "IList`1"
ClassB <|-- ClassC
INotifyPropertyChanged <|-- ClassC
ClassC --> "PropB" ClassB
NestedClass --> "B" InnerClass
NestedClass +-- InnerClass
InnerClass +-- InnerStruct
@enduml
| false | true | true | false | class |
1ede6bd51e8d4f988db821864d8bb47cf66ec828 | 6ebeba1b534a0cc3814afe039947197e773d5de8 | /excercise41/docs/solution41.puml | 2ce4d70a7bea330df0ebe80603437ac8c54b3ecb | [] | no_license | Benjaminshin1/shin-a04 | 3adc8944b6c7f72deebfcdf606fc92f05ccd16b1 | 285e21d9e9f658f4b05c70855e243211e69fa1c9 | refs/heads/main | 2023-08-21T14:08:40.169176 | 2021-10-16T20:37:13 | 2021-10-16T20:37:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 128 | puml | @startuml
class solution41{
+readnames(Scanner inputFile, List<String> names)
+sortnames(List <String> names)
Main()
}
@enduml | false | true | false | false | class |
d8b20fb77dac10cbceda21ab43bac65c550c64b2 | 4a2a96a9d4538ae3ea0f2c23a7cd65d4d7686e5e | /menu/CMS v2 initial request.puml | b7d6b9397a3824251cf7185d714b7da51075c03c | [] | no_license | ronie2/navigation | d36deb7fa9f28f048637373d04d0b1c380996f6c | e8d4eb3108e15d574cd6eeffcabde7661a4180c1 | refs/heads/master | 2020-06-16T16:55:58.739409 | 2016-12-02T16:18:45 | 2016-12-02T16:18:45 | 75,081,620 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 595 | puml | @startuml
autonumber
title Show Menu\n in CMS v2
actor User
participant FrontendCMSv2
participant Radiality_BE
database RethinkDB
User -> FrontendCMSv2 : Show Menu Edit UI
FrontendCMSv2 -> Radiality_BE : Give all 'menu' items
Radiality_BE -> RethinkDB : READ records\n in 'menu' table
RethinkDB --> Radiality_BE : 'menu' table\n cursor
Radiality_BE -> Radiality_BE : Create list (?)
Radiality_BE --> FrontendCMSv2 : List of all items
FrontendCMSv2 -> FrontendCMSv2 : Parse response\n and create 'tree' (?)
FrontendCMSv2 -> FrontendCMSv2 : Render UI
FrontendCMSv2 --> User : Show menu
@enduml
| false | true | false | false | usecase |
cfdf3432a4e2d4824fee1f26063846badb08881c | 89e209bf160a13be7557ee742392c208a8d8073b | /docs/executerequest.plantuml | b9e0fa386c0d5b8eb3d9ce679706b3b6725e46f9 | [
"Apache-2.0"
] | permissive | grammes-go/grammes | 9fb57d83ec70803fbefe68da0fdcab2632f58e97 | 4d59bcf74b715358c8a02ffd4494be6b120bd5d5 | refs/heads/master | 2023-06-29T05:21:41.539549 | 2021-04-07T00:01:58 | 2021-04-07T00:01:58 | 349,141,772 | 4 | 2 | Apache-2.0 | 2021-08-02T17:30:01 | 2021-03-18T16:22:23 | Go | UTF-8 | PlantUML | false | false | 4,236 | plantuml | @startuml ExecuteRequest
' This document shows how the client interacts with the websocket
' and how that interacts with the server and other packages of grammes.
' This is helpful since it gets a little confusing with the channels
' Being used to handle responses, requests, and pinging.
actor User order 1
participant Client order 2
participant WebSocket order 3
participant Gremconnect order 4
participant UUID order 5
database GremlinServer order 6
== Execute-Request ==
User -> User : Execute String Query
note right : client.ExecuteStringQuery("g.addV('newvertex')")
||45||
User -> Client : Query
note right : "g.addV('newvertex')"
activate Client
group ExecuteStringQuery
Client -> Client : Bind query
end
group ExecuteBoundStringQuery
Client -> Client : Check Connection isn't Disposed
end
|||
group executeRequest
Client -> Gremconnect : Prepare Request
activate Gremconnect #AAAAFF
Gremconnect -> UUID : Generate new UUID
activate UUID #FFFFAA
UUID --> Gremconnect : Return new UUID
deactivate UUID
Gremconnect -> Gremconnect : Create new map[string]interface{}
Gremconnect -> Gremconnect : Assign keys and values to map
Gremconnect --> Client : Return map[string]interface{}
deactivate Gremconnect
Client -> Gremconnect : Package Request
activate Gremconnect #AAAAFF
Gremconnect -> Gremconnect : Marshal the map into a byte slice
Gremconnect -> Gremconnect : Append header to beginning of json
Gremconnect --> Client : Return raw JSON
deactivate Gremconnect
Client -> Client : Dispatch request
Client -> Client : Send message through channel
note right
{
"requestId": "d2476e5b-b2bc-6a70-2647-3991f68ab415",
"op": "eval",
"processor": "",
"args": {
"bindings": {},
"gremlin": "g.addV('newvertex')",
"language": "gremlin-groovy",
"rebindings": {}
}
}
end note
activate Client #FFAAAA
Client -> Client : Send request through channel
deactivate Client
|||
hnote over Client : Write worker channel picks up the sent message
group Write Worker
loop forever
|||
Client -> Client : Write worker reads message from channel
activate Client #FFAAAA
Client -> WebSocket : Write message
activate WebSocket #AAFFAA
WebSocket -> GremlinServer : Message
GremlinServer --> WebSocket : Status code
WebSocket --> Client : Return any error
deactivate WebSocket
Client -> Client : Check error
deactivate Client
end
end
|||
hnote over Client : Read worker channel reads message from connection
group Read Worker
|||
Client -> Client : Read worker concurrently gets a message
loop forever
activate Client #FFAAAA
Client -> WebSocket : Read Connection
activate WebSocket #AAFFAA
WebSocket -> GremlinServer : Read Message
GremlinServer --> WebSocket : Return Message
WebSocket --> Client : Return message and any errors
deactivate WebSocket
Client -> Client : Check error
Client -> Client : Check if msg is nil
Client -> Client : Handle response
deactivate Client
note right
{
"requestId": "d2476e5b-b2bc-6a70-2647-3991f68ab415",
"status": {
"message": "",
"code": 200,
"attributes": {}
},
"result": {
"data": [{
"@type": "g:Vertex",
"@value": {
"id": {
"@type": "g:Int64",
"@value": 28720
},
"label": "newvertex"
}
}],
"meta": {}
}
}
end note
end
end
Client -> Gremconnect : Marshal response
activate Client #FFAAAA
activate Gremconnect #AAAAFF
Gremconnect -> Gremconnect : Creates map[string]interface{}
Gremconnect -> Gremconnect : Unmarshals response into map
Gremconnect -> Gremconnect : Check status code from server
Gremconnect --> Client : Return map
deactivate Gremconnect
Client -> Client : Save response
deactivate Client
Client -> Client : Load responses in mutex map for multiple reponses
activate Client #FFAAAA
Client -> Client : Append new map of data
deactivate Client
Client -> Client : retrieve final response/s
activate Client #FFAAAA
Client -> Client : Load responses from mutex map
Client -> Client : Delete notifier mutex and responses
Client -> Client : Return map response
deactivate Client
end
Client -> User : Return response
@enduml | false | true | false | false | usecase |
5040a1e138939e88b4d538fe57fd6d65ac19d958 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/spring/practice-webflux-1.plantuml | d103e8e7f0ceb7cd303dc56ef13715f1c9fd66e6 | [
"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 | 392 | plantuml | @startuml
'skinparam linetype polyline
'skinparam linetype ortho
left to right direction
circle "Client" as c1
circle "Client" as c2
circle "Client" as c3
c1 -d[hidden]- c2
c2 -d[hidden]- c3
queue "Queue" as q {
circle "Request" as r
circle "Request" as r1
circle "Request" as r2
circle "Request" as r3
r -u-> r1
r1 -u-> r2
r2 -u-> r3
}
hide r
c1 --> r
c2 --> r
c3 --> r
@enduml | false | true | false | false | uml-unknown |
d857b892aa90f9ba13e9a9a5783ee9c51b5b9b6c | abf0723c3044635cdc4da287d99d8757c11375fa | /src/com/yuuy/juc/juc.plantuml | dc724699f8d555337e38d58bbcd65718fae2ba80 | [] | no_license | YuuyWei/Learn-Java | 9be260ee521c935c08d88a85351840395d557c00 | 8b5c6781741d55d627d9eceda04ab5ccd1600ef8 | refs/heads/master | 2023-04-29T09:55:20.335076 | 2021-05-11T14:33:37 | 2021-05-11T14:33:37 | 364,447,572 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,116 | plantuml | @startuml
title __JUC's Class Diagram__\n
namespace com.yuuy.juc {
class com.yuuy.juc.BlockingQueueDemo {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.CallableDemo {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.CollectionNotSafe {
{static} + listNotSafe()
{static} + main()
{static} + setNotSafe()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.CompletableFutureDemo {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.CountDownLatchDemo {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.CyclicBarrierDemo {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.EightLock {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.ForkJoinDemo {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.MyCache {
- map : Map<String, Object>
- readWriteLock : ReadWriteLock
+ get()
+ put()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.MyTask {
- N : int
+ MyTask()
# compute()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.MyThread {
+ call()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.ReadWriteLockDemo {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.Resource {
- conditionA : Condition
- conditionB : Condition
- conditionC : Condition
- lock : Lock
- state : int
+ printA()
+ printB()
+ printC()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.Screen {
{static} ~ showFlower()
~ showPeople()
~ welcome()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.SellTickets {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.SemaphoreDemo {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.SharingData {
- condition : Condition
- lock : Lock
- state : int
+ decrement()
+ increment()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.ThreadOrderAccess {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.ThreadPoolExecutorDemo {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.ThreadWaitNotifyDemo {
{static} + main()
}
}
namespace com.yuuy.juc {
class com.yuuy.juc.Ticket {
- lock : Lock
- rest : int
+ sell()
}
}
com.yuuy.juc.MyTask -up-|> java.util.concurrent.RecursiveTask
com.yuuy.juc.MyThread .up.|> java.util.concurrent.Callable
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 |
af28bca1b405c145d634defa7c22983269283220 | f297d20805f2546d5d0386e0f3de2b9dc8fd88f1 | /src/main/java/designpattern02_抽象工厂模式/抽象工厂类图.puml | fd36d6cb45be3153ff73a6dc43c67af5c4f39a00 | [] | no_license | MagicalFool/design-pattern | 2601f3eb545e22a5783bf157b09051040ef08f27 | 6a5028b990d66ea116f7e81159577321e437637a | refs/heads/master | 2020-05-05T07:45:35.878673 | 2019-04-07T13:04:39 | 2019-04-07T13:04:39 | 179,837,148 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 519 | puml | @startuml
interface Wheel
interface Light
class CreateLightFactory
class CreateWheelFactory
class Client
abstract class CatFactory
class AudiLight
class BenzLight
class BMWLight
class AudiWheel
class BenzWheel
class BMWWheel
AudiLight ..> Light
BenzLight ..> Light
BMWLight ..> Light
AudiWheel ..> Wheel
BenzWheel ..> Wheel
BMWWheel ..> Wheel
CreateLightFactory ..> CatFactory
CreateWheelFactory ..> CatFactory
CatFactory <|.. Client
Light <|.. CreateLightFactory
Wheel <|.. CreateWheelFactory
@enduml | false | true | false | false | class |
eb6c86db7993983dac37b743a843689e90383ff7 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_PackageUtilities.puml | 666a983499df3ab880b22c789e623070f43e165a | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,558 | puml | @startuml
class AssetConversionRecord <<struct>> {
+ referencedResource : string
+ target : string
+ replacement : string
}
class AssetConversionData {
}
class TMP_ProjectConversionUtility {
{static} ShowConverterWindow() : void
OnEnable() : void
OnGUI() : void
OnInspectorUpdate() : void
SetEditorWindowSize() : void
{static} ScanProjectFileAsync(fileRecord:AssetFileRecord) : void
}
class TMP_PackageUtilities {
+ {static} ImportProjectResourcesMenu() : void
+ {static} ImportExamplesContentMenu() : void
}
class "List`1"<T> {
}
class AssetModificationRecord <<struct>> {
+ assetFilePath : string
+ assetDataFile : string
}
class AssetFileRecord <<struct>> {
+ assetFilePath : string
+ assetMetaFilePath : string
+ AssetFileRecord(filePath:string, metaFilePath:string)
}
enum SaveAssetDialogueOptions {
Unset= 0,
Save= 1,
SaveAll= 2,
DoNotSave= 3,
}
class AssetRemappingRecord <<struct>> {
+ oldGuid : string
+ newGuid : string
+ assetPath : string
}
class AssetModificationRecord <<struct>> {
+ assetFilePath : string
+ assetDataFile : string
}
AssetConversionData --> "assetRecords<AssetConversionRecord>" "List`1"
EditorWindow <|-- TMP_ProjectConversionUtility
Editor <|-- TMP_PackageUtilities
TMP_ProjectConversionUtility +-- AssetModificationRecord
TMP_ProjectConversionUtility +-- AssetFileRecord
TMP_PackageUtilities +-- SaveAssetDialogueOptions
TMP_PackageUtilities +-- AssetRemappingRecord
TMP_PackageUtilities +-- AssetModificationRecord
@enduml
| false | true | false | false | class |
ea7b87d27695c1c262bd813f1267ac75a8ba4ef4 | 4252dd4561d8ead6e13b0be07b13062526b512dd | /versioning.puml | 58f174edd761eb4fd395792c7322a7a6cd0015be | [
"MIT"
] | permissive | bobbyquennell/pharos | 33abe9627d3288fa61fa2cc0366a8c9a8bd14c58 | 6bfd921adb698bfb901c2f4d232b5ce579a542d7 | refs/heads/main | 2023-07-28T00:31:35.355285 | 2021-09-10T12:51:02 | 2021-09-10T12:51:02 | 405,648,871 | 1 | 0 | MIT | 2021-09-12T13:25:55 | 2021-09-12T13:25:54 | null | UTF-8 | PlantUML | false | false | 2,564 | puml | @startuml
title Pharos package versioning (all shown versions hypothetical)
actor "Maintainer" as dev #blue
participant "ithaka/pharos" as repo
database npm as npm
participant "Some project" as project
participant "Some other project" as otherproj
actor "Pharos consumer" as user #red
== User installs @ithaka/pharos@1.0.3 ==
user -> project: Install ""@ithaka/pharos@1.0.3""
project -> npm ++: Get ""v1.0.3""
project <-- npm --: ""v1.0.3""
== Maintainer publishes v1.1.0 ==
dev -> dev: Develop new\n""@ithaka/pharos"" feature
dev -> repo: Push new\n""@ithaka/pharos"" feature
...
...
dev -> dev: Fix bug in ""@ithaka/pharos-site""
dev -> repo: Push ""@ithaka/pharos-site""\nbug fix
...
...
dev <-- repo: Pull latest changes
dev -> npm: Publish ""@ithaka/pharos@1.1.0""
dev -> npm: Publish ""@ithaka/pharos-site@1.1.0""
== User installs @ithaka/pharos@1.1.0 ==
user -> project: Install ""@ithaka/pharos@1.1.0""
project -> npm ++: Get ""v1.1.0""
project <-- npm --: ""v1.1.0""
== User finds bug in @ithaka/pharos@0.5.0 ==
user -> otherproj: Install ""@ithaka/pharos@0.5.0""
otherproj -> npm ++: Get ""v0.5.0""
otherproj <-- npm --: ""v0.5.0""
...
...
user -> user: Find a bug in\n""@ithaka/pharos@v0.5.0""
user -> dev: Report bug
|||
|||
dev -> repo: Pull ""@ithaka/pharos@0.5.0"" tag
dev <-- repo: ""v0.5.0""
dev -> dev: Create ""v0.5.1"" branch
dev -> repo: Push ""v0.5.1"" fixes
dev -> npm: Publish ""@ithaka/pharos@0.5.1""
dev -> npm: Publish ""@ithaka/pharos-site@0.5.1""
|||
|||
dev -> repo: Pull ""develop"" branch (v1.1.0)
dev <-- repo: ""develop""
dev -> dev: Apply fix
dev -> repo: Push ""v1.1.1"" fixes
dev -> npm: Publish ""@ithaka/pharos@1.1.1""
dev -> npm: Publish ""@ithaka/pharos-site@1.1.1""
== User installs @ithaka/pharos@0.5.1 ==
user -> otherproj: Install ""@ithaka/pharos@0.5.1""
otherproj -> npm ++: Get ""v0.5.1""
otherproj <-- npm --: ""v0.5.1""
== User wants to use branded components ==
dev -> dev: Develop branded components in ""v2.0.0"" branch
dev -> repo: Push ""v2.0.0"" changes
dev -> npm: Publish ""@ithaka/pharos@2.0.0-beta.0""
dev -> npm: Publish ""@ithaka/pharos-site@2.0.0-beta.0""
...
...
user -> otherproj: Install ""@ithaka/pharos@2.0.0-beta.2""
otherproj -> npm ++: Get ""v2.0.0-beta.2""
otherproj <-- npm --: ""v2.0.0-beta.2""
user -> user: Find a bug in @ithaka/pharos@v2.0.0-beta.2
user -> dev: Report bug
...
...
dev -> dev: Develop fix in ""v2.0.0"" branch
dev -> repo: Push ""v2.0.0"" changes
dev -> npm: Publish ""@ithaka/pharos@2.0.0-beta.3""
dev -> npm: Publish ""@ithaka/pharos-site@2.0.0-beta.3""
@enduml
| false | true | false | false | usecase |
ae3d18acbb452a8219cb0b8d7e0e78906f993fd3 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P2/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test-dummies/java/spec/concordion/common/results/runTotals/testsuite/failureIndex/failureIndex.plantuml | 7c52e14481bac65fc1c52124a3a3d91c65b3d643 | [
"Apache-2.0",
"WTFPL"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,424 | plantuml | @startuml
title __FAILUREINDEX's Class Diagram__\n
package spec.concordion {
package spec.concordion.common.results {
package spec.concordion.common.results.runTotals {
package spec.concordion.common.results.runTotals.testsuite {
package spec.concordion.common.results.runTotals.testsuite.failureIndex {
class FailureIndex {
}
}
}
}
}
}
package spec.concordion {
package spec.concordion.common.results {
package spec.concordion.common.results.runTotals {
package spec.concordion.common.results.runTotals.testsuite {
package spec.concordion.common.results.runTotals.testsuite.failureIndex {
class FailureSpec {
+ sleep()
}
}
}
}
}
}
package spec.concordion {
package spec.concordion.common.results {
package spec.concordion.common.results.runTotals {
package spec.concordion.common.results.runTotals.testsuite {
package spec.concordion.common.results.runTotals.testsuite.failureIndex {
class SuccessSpec {
+ sleep()
}
}
}
}
}
}
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 |
e52d967594b06294dc74152350532b2fc132744b | 14aac2d9326b34dcdecc627b0162a81bfb4f1831 | /lib/resource/arch.puml | ba2815d4bd5595b0704816594f90c4a5f09aafce | [] | no_license | jinay1991/tflite_models | fbe83b0bc7fe880f3a6f99e7169045e227c9bf2d | 5a24b73df159ab7d727ff9d68e05c75dfe255be6 | refs/heads/master | 2022-04-17T21:39:44.903873 | 2020-04-20T11:03:32 | 2020-04-20T11:03:32 | 230,148,964 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,784 | puml | @startuml
''' JPEG Lib Definitions '''
namespace Jpeg {
class Decoder {
}
}
''' Bitmap Lib Definitions '''
namespace Bitmap {
class Decoder {
}
}
''' TFLite Definitions '''
namespace tflite {
class FlatModelBuffer {
}
class Interpreter {
}
}
namespace perception{
''' Data Structures '''
class CLIOptions << (S,#FF7700) >> {
}
''' Interfaces '''
interface IArgumentParser {
+ {abstract} GetParsedArgs(): CLIOptions
+ {abstract} ParseArgs(): CLIOptions
}
interface IInferenceEngine {
+ {abstract} Init(): void
+ {abstract} Execute(): void
+ {abstract} Shutdown(): void
}
interface IImageHelper {
- {abstract} DecodeImage(): uint8_t[]
+ {abstract} ReadImage(): uint8_t[]
+ {abstract} ResizeImage(): uint8_t[]
+ {abstract} GetImageWidth(): int32_t
+ {abstract} GetImageHeight(): int32_t
+ {abstract} GetImageChannels(): int32_t
}
''' Interface Implementation '''
class ArgumentParser {
+ GetParsedArgs(): CLIOptions
+ ParseArgs(int argc, char** argv): CLIOptions
}
class ImageHelperBase {
# width: int32_t
# height: int32_t
# channels: int32_t
+ GetImageWidth(): int32_t
+ GetImageHeight(): int32_t
+ GetImageChannels(): int32_t
}
class JpegImageHelper {
- DecodeImage(): uint8_t[]
- decoder: Decoder
+ ReadImage(): uint8_t[]
+ ResizeImage(): uint8_t[]
}
class BitmapImageHelper {
- DecodeImage(): uint8_t[]
- decoder: Decoder
+ ReadImage(): uint8_t[]
+ ResizeImage(): uint8_t[]
}
enum InferenceEngineType {
kInvalid
kTFLiteInferenceEngine
}
abstract InferenceEngineBase {
- cli_options: CLIOptions
- label_count: int32_t
- width: int32_t
- height: int32_t
- channels: int32_t
- image_path: string
- model_path: string
- label_path: string
- image_helper: IImageHelper
# {abstract} GetIntermediateOutput(): (string, string)[]
# {abstract} GetResults(top_k): (float, int32_t)[]
# GetImageChannels(): int32_t
# GetImageData(): uint8_t[]
# GetImageHeight(): int32_t
# GetImageWidth(): int32_t
# GetLabelList(): string[]
# GetMaxProfilingBufferEntries(): int32_t
# GetModelPath(): int32_t
# GetNumberOfThreads(): int32_t
# GetResultDirectory(): string
# IsProfilingEnabled(): bool
# IsVerbosityEnabled(): bool
+ InferenceEngineBase(CLIOption)
}
class TFLiteInferenceEngine {
- model: FlatModelBuffer
- interpreter: Interpreter
- SetInputData(): void
- InvokeInference(): void
# GetIntermediateOutput(): (string, string)[]
# GetResults(top_k): (float, int32_t)[]
+ TFLiteInferenceEngine(CLIOptions)
+ Init(): void
+ Execute(): void
+ Shutdown(): void
}
class Perception {
- argument_parser: IArgumentParser
- inference_engine: IInferenceEngine
+ Perception(IArgumentParser*)
+ SelectInferenceEngine(InferenceEngineType): void
+ Init(): void
+ Execute(): void
+ Shutdown(): void
}
''' Relation '''
IArgumentParser <|-down- ArgumentParser
ArgumentParser *-right- CLIOptions
IImageHelper <|-down- ImageHelperBase
ImageHelperBase <|-down- JpegImageHelper
ImageHelperBase <|-down- BitmapImageHelper
JpegImageHelper *-down- Jpeg.Decoder
BitmapImageHelper *-down- Bitmap.Decoder
IInferenceEngine <|-down- InferenceEngineBase
InferenceEngineBase *-left- IImageHelper
InferenceEngineBase <|-- TFLiteInferenceEngine
' InferenceEngineBase <|-- TFInferenceEngine
' InferenceEngineBase <|-- TorchInferenceEngine
' TFInferenceEngine *-down- tensorflow
' TorchInferenceEngine *-down- torch
TFLiteInferenceEngine *-right- tflite.FlatModelBuffer
TFLiteInferenceEngine *-down- tflite.Interpreter
Perception -right- InferenceEngineType
Perception *-- IInferenceEngine
Perception *-- IArgumentParser
}
@enduml | false | true | false | false | class |
b4f7f89d5865534b2d4d0b3967ac225eaa0519ae | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n9954321/sprint1/core02_01_analysis_cell_delegate.puml.puml | aad0794b6db98254fceb30a8a4b3aeae4ebc4f7a | [] | 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 | 809 | puml | @startuml doc-files/core02_01_analysis_cell_delegate.png
interface Extensible<T> {
+T getExtension(String name);
}
interface "Cell : Extensible<Cell>" as Cell {
}
class CellImpl {
-transient Map<String, CellExtension> extensions;
+Cell getExtension(String name);
}
class CellExtension {
-Cell delegate;
-String name;
+CellExtension(Cell delegate, String name)
}
class StylableCell {
}
interface CellListenner {
}
class "<<analysis>> CommentableCell" as CommentableCell {
}
Extensible <|-- Cell
Cell <|-- CellExtension
CellListenner <|-- CellExtension
CellExtension <|-- StylableCell
Cell <|-- CellImpl
CellImpl o- CellExtension : extensions
CellExtension <|-- CommentableCell
@enduml
| false | true | false | false | class |
bbca38fdd6f26833e98e14b4eed4330badb49084 | 372e13940be1f116c671dbb746617a331f06899e | /Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Singleton/Implement/ScriptableSingleton.puml | dc797fe5bd229042c59545c71e6e7e6f00d4531c | [] | no_license | guolifeng2018/CIGA-Game-Jam | 797734576510e27b5c5cee2eb17c1444f51d258c | fcd03e5579bef3bffe2cb51f52ba11a49a9cc02d | refs/heads/master | 2022-12-10T19:21:15.522141 | 2020-08-16T10:06:23 | 2020-08-16T10:06:23 | 285,986,041 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 174 | puml | @startuml
abstract class "ScriptableSingleton`2"<TSingleton,TProvider> {
+ {static} Instance : TSingleton <<get>>
}
ScriptableObject <|-- "ScriptableSingleton`2"
@enduml
| false | true | false | false | class |
ffb61d93eb14b9fc059e0f1dc38a2add5c3246a7 | 45cd232c711bbca9b0da073b6b8f6e82fea0027c | /flowSandbox/doc/plantuml/model/sdk_related_class.puml | 2395077fda5ea36b730bc1f0085a275c1430a98a | [] | no_license | xiahongjin/FlowSandbox | 11c1e38811353c6a98dfb07d91ced71fb476678c | 1fdab934337e11b09aff95f5c3c8996737803125 | refs/heads/main | 2023-08-11T20:59:46.420707 | 2021-09-22T08:15:06 | 2021-09-22T08:15:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 149 | puml | @startuml sdk_related_class
scale 2
class SdkRelatedInfo {
String sdk_version
String slot_id
String ad_type
String ad_scene
}
@enduml | false | true | false | false | class |
d63d20b76580b0ae6dd13e7e56adddddb43e8e54 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao3/UC3/UC3_SSD.puml | bc77df5befead57dde8423bec48ff06c1b5c424c | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 577 | puml | @startuml
autonumber
actor "Administrativo" as ADM
participant ":Sistema" as SIST
activate ADM
ADM -> SIST : inicia definição de nova categoria de tarefa
activate SIST
SIST --> ADM : solicita dados \n(descrição,área atividade,lista competências técnicas requeridas e respetiva caracterização)
deactivate SIST
ADM -> SIST : introduz os dados solicitados
activate SIST
SIST --> ADM : apresenta dados e solicita confirmação
deactivate SIST
ADM -> SIST : confirma
activate SIST
SIST --> ADM : informa operação bem sucedida
deactivate SIST
deactivate ADM
@enduml
| false | true | true | false | usecase |
e14ef1e8043ff17e2be0db42e7342ffdfd30b9b9 | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/blue/1150478/sp2/design3.puml | bc2ec6072a06cb8d937b50b514bf96014cd971b7 | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 910 | puml | @startuml
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
box "Connection user - browser"
User -> Browser : navigate to page
Browser --> User : asks for the name of the side bar
User -> Browser : inserts data
end box
box "Extensions"
Browser -> ExtensionsView : name
ExtensionsView -> ExtensionsPresenter : String name = getSideBarName().getText()
end box
box "Menu"
ExtensionsPresenter -> MenuView : getPanel().add(sideBar)
ExtensionsPresenter -> ExtensionsPresenter : getComboBox().add(name, sideBar)
end box
User -> Browser : switch side bar
Browser -> ExtensionsPresenter : switchSideBar(name)
ExtensionsPresenter -> ExtensionsPresenter : getComboBox.getSelectedItem(name)
ExtensionsPresenter -> MenuView : getNavBar().setActivated(name)
Browser -> Browser : redirect extensions page
@enduml | false | true | false | false | usecase |
cd616bff372f65627ca0c1f6920ea74c3e3eb9fd | 90eaabe2810232eea391bd2cede17db4350d64c9 | /architecture/architecture.plantuml | b59675b1224108fde90eaa4c4da7df263d262a6d | [
"MIT"
] | permissive | beyerleinf/sync-watch | 6559f2dd274eda8ece9822108ceed082b5939843 | fbba6cb8e2049de0301b14b0ffa11fb0fa801549 | refs/heads/main | 2022-12-20T06:33:43.190255 | 2020-10-24T12:33:09 | 2020-10-24T12:33:09 | 302,979,459 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 658 | plantuml | @startuml architecture
enum UserRole {
viewer
modertor
admin
}
interface User {
id: string
name: string
role: UserRole
}
class Room
Room : - playlist: string[]
Room : - users: string[]
Room : + Room(namespace: SocketIO.Namespace)
Room : + id: string
Room : + join(user: User): void
Room : + addVideo(videoId: string): void
Room : + removeVideo(videoId: string): void
Room : + setUserRole(userId: string, role: UserRole): void
class RoomManager
RoomManager : - {static} rooms: Room[]
RoomManager : + {static} createRoom(): void
RoomManager "1" *-- "0.." Room
Room --> User
User --> UserRole
Room : + doSomething(id: string): string
@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.