blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
5
227
content_id
stringlengths
40
40
detected_licenses
listlengths
0
28
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
36 values
visit_date
timestamp[us]date
2015-08-14 10:26:58
2023-09-06 06:45:32
revision_date
timestamp[us]date
2011-07-11 04:02:09
2023-09-04 16:40:12
committer_date
timestamp[us]date
2011-07-11 04:02:09
2023-09-04 16:40:12
github_id
int64
206k
631M
star_events_count
int64
0
6.51k
fork_events_count
int64
0
1.54k
gha_license_id
stringclasses
11 values
gha_event_created_at
timestamp[us]date
2012-08-01 17:54:24
2023-09-14 21:57:05
gha_created_at
timestamp[us]date
2009-05-21 02:09:00
2023-04-21 10:18:22
gha_language
stringclasses
55 values
src_encoding
stringclasses
12 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
16
1.74M
extension
stringclasses
12 values
code
stringlengths
16
1.74M
81c47a679cf2c00aaf590b92d323e9ebc3754960
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/skymind.plantuml
01b196104c4f95c74273883e200fad9552457624
[ "Apache-2.0" ]
permissive
muame-amr/java-traininglabs
987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83
a93268f60e6a8491b1d156fae183a108ff0d9243
refs/heads/main
2023-08-06T10:04:57.996593
2021-09-28T11:21:00
2021-09-28T11:21:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
354
plantuml
@startuml title __SKYMIND's Class Diagram__\n namespace global.skymind { class global.skymind.TestRunApp { {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
feb9c2fe2b81cc46e314ba35bde887f3a88a19bb
104baec967c5fc89abbbcc738f2a9bb58ca8a784
/uml/lark_v0/impl/my.puml
833fb79fef3d2ee60ceebb80e238bb804a940ba1
[]
no_license
lsy357/golang
57abd62aa859e0779cf2b64a23f2c6cf009a649f
af73d7d784c88934b615b8ea11ca771b47cc4af1
refs/heads/main
2023-05-25T03:19:25.749688
2021-05-04T09:14:01
2021-06-14T05:14:22
376,710,612
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,186
puml
@startuml abstract class TTransport { {abstract} open() {abstract} close() {abstract} int read(byte[] buf, int off, int len) {abstract} write(byte[] buf, int off, int len) {abstract} flush() } abstract class TServerTransport { {abstract} listen() final TTransport accept() {abstract} TTransport acceptImpl() } abstract class TProtocol { {abstract} writeMessageBegin(TMessage msg) {abstract} writeMessageEnd() {abstract} writeByte() {abstract} writeI64() {abstract} TMessage readMessageBegin() {abstract} readMessageEnd() } interface TProcessor { process(TProtocol in, out) } abstract class TServer { TServerTransport serverTransport_; TProcessorFactory processorFactory_; TTransportFactory inputTransportFactory_; TTransportFactory outputTransportFactory_; TProtocolFactory inputProtocolFactory_; TProtocolFactory outputProtocolFactory_; serve() stop() } abstract class TServiceClient { TProtocol iprot_; TProtocol oprot_; sendBase(String methodName, TBase<?, ?> args) receiveBase(String methodName, TBase<?, ?> result) } 'class TThreadSelectorServer extends TServer {} 'class TNonblockingServerSocket extends TServerTransport{ ' - ServerSocketChannel serverSocketChannel ' - ServerSocket serverSocket_ ' ' TNonblockingSocket acceptImpl() '} class CProcessor implements TProcessor { Map<String, ProcessFunction> processMap Stack<Middleware> mws registerMiddleware(Middleware mw) } TProtocol o-- TTransport TProcessor o-- TProtocol TServer o-- Middleware TServer o-- TServerTransport TServer o-- TProtocol TServer o-- TProcessor class CustomizedClient extends TServiceClient { SvrController svrFinder Stack<Middleware> mws registerMiddleware(Middleware mw) setTargetTransport(String svrAddr) } CustomizedClient o-- TProtocol CustomizedClient o-- SvrController CustomizedClient o-- Middleware interface SvrController { String consulEndPoint String getSvrAddr(String svr) boolean registerSelf() findAllSvr(List<String> svrs) } interface Middleware { preProcess(Meta meta) afterProcess(Meta meta) } @enduml
c918fe88b1bc894f85a171e1dfbaad09ab2d18c1
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_Settings.puml
480ba73be713e3987e6012e880e3975a6e3a32ed
[]
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
2,412
puml
@startuml class TMP_Settings { + {static} version : string <<get>> + {static} enableWordWrapping : bool <<get>> + {static} enableKerning : bool <<get>> + {static} enableExtraPadding : bool <<get>> + {static} enableTintAllSprites : bool <<get>> + {static} enableParseEscapeCharacters : bool <<get>> + {static} enableRaycastTarget : bool <<get>> + {static} getFontFeaturesAtRuntime : bool <<get>> + {static} missingGlyphCharacter : int <<get>> <<set>> + {static} warningsDisabled : bool <<get>> + {static} defaultFontAssetPath : string <<get>> + {static} defaultFontSize : float <<get>> + {static} defaultTextAutoSizingMinRatio : float <<get>> + {static} defaultTextAutoSizingMaxRatio : float <<get>> + {static} autoSizeTextContainer : bool <<get>> + {static} isTextObjectScaleStatic : bool <<get>> <<set>> + {static} matchMaterialPreset : bool <<get>> + {static} defaultSpriteAssetPath : string <<get>> + {static} enableEmojiSupport : bool <<get>> <<set>> + {static} missingCharacterSpriteUnicode : uint <<get>> <<set>> + {static} defaultColorGradientPresetsPath : string <<get>> + {static} styleSheetsResourcePath : string <<get>> + {static} useModernHangulLineBreakingRules : bool <<get>> <<set>> + {static} LoadDefaultSettings() : TMP_Settings + {static} GetSettings() : TMP_Settings + {static} GetFontAsset() : TMP_FontAsset + {static} GetSpriteAsset() : TMP_SpriteAsset + {static} GetStyleSheet() : TMP_StyleSheet + {static} LoadLinebreakingRules() : void } class "List`1"<T> { } class LineBreakingTable { } class "Dictionary`2"<T1,T2> { } ScriptableObject <|-- TMP_Settings TMP_Settings --> "defaultFontAsset" TMP_FontAsset TMP_Settings --> "defaultTextMeshProTextContainerSize" Vector2 TMP_Settings --> "defaultTextMeshProUITextContainerSize" Vector2 TMP_Settings --> "fallbackFontAssets<TMP_FontAsset>" "List`1" TMP_Settings --> "defaultSpriteAsset" TMP_SpriteAsset TMP_Settings --> "defaultStyleSheet" TMP_StyleSheet TMP_Settings --> "leadingCharacters" TextAsset TMP_Settings --> "followingCharacters" TextAsset TMP_Settings --> "linebreakingRules" LineBreakingTable TMP_Settings --> "instance" TMP_Settings TMP_Settings +-- LineBreakingTable LineBreakingTable --> "leadingCharacters<int,char>" "Dictionary`2" LineBreakingTable --> "followingCharacters<int,char>" "Dictionary`2" @enduml
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
ff4275b848894d1fcd9bda7d6768541d20d7b45c
c8921fe77a5927904ac3c04bfd080851403dab94
/uml/uml/戦場3.puml
e290d71a84f4312df9d2d9afa13a35c695bd8f51
[]
no_license
turanukimaru/fehs
cc06f5a3d007a2633373d09281304571e132748b
8764ad4521c7a0f66a911578b536f9be4e598fdb
refs/heads/master
2021-06-03T05:53:52.465995
2020-04-19T18:59:06
2020-04-19T18:59:06
111,425,822
1
0
null
null
null
null
UTF-8
PlantUML
false
false
303
puml
@startuml allow_mixing class "戦場" as Entity { } class "升目" as Square { } class "英雄ステータス" as Hero { } class "英雄(不変)" as BaseHero { } Actor "プレイヤー" as Player Player "操作" -> Entity Entity o--> Hero Entity o--> Square Hero <- Square BaseHero <- Hero @enduml
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
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
2814c938b25abec206b622e6c279858c6130e1d7
9c029a905c4381d59d0db1c94e2cfec1596ccd72
/models/ver1/b-vs-s1-1.puml
ec3345d5aa0eee732af1204504ef9cfbafe3896b
[]
no_license
suzuki-hoge/genbade-ddd-tokyo
90cb609a5b013f9be3867ef773f1e57535a9ffb6
4867eb61ce2f98dc2445fd07e7535c4ad44609f0
refs/heads/master
2020-05-19T21:55:17.317817
2019-05-11T08:11:39
2019-05-11T08:11:39
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
174
puml
@startuml package domain { class 本文 { {static} 本文 create()\n// もし月内の最終週の場合は内容を変えたい } メール -d-> 本文 } @enduml
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
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
2017007b348c86735ee67ea750ab92f5089dbf7c
090129faae010f86396ece0456f83b6cc342fb29
/app/src/main/java/tk/vozhuo/browser/a.puml
e8d1c876a23b85aacd21a1a5a0b23ddb17254413
[]
no_license
vozhuo/Browser
c027d2095c3a562f3e459478d6173cd21e17f5d3
8cbf4dfdb437696b42d914a31cedb9a27a2cfa94
refs/heads/master
2020-03-10T21:18:18.610289
2018-06-22T06:36:55
2018-06-22T06:36:55
129,590,485
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,784
puml
@startuml start if () then (点击当前标签页) else (点击其他标签页) :移除当前标签页布局; if () then (选择的标签页为主页) :添加主页布局; else (选择的标签页为网页) :添加WebView布局; endif :退出列表; endif stop @enduml @startuml interface OnSearchListener { void onSortSuccess(ArrayList<SearchBean> results) void searchSuccess(String value) void fuzzySearchSuccess(ArrayList<SearchBean> results) } interface SearchModel { void save(String value) void search(String value, OnSearchListener onSearchListener) void remove(String key) void clear() void sortHistory(OnSearchListener onSearchListener) void fuzzySearch(String value, OnSearchListener onSearchListener) } class SearchModelImpl implements SearchModel { + save(String value) + search(String value, OnSearchListener onSearchListener) + remove(String key) + clear() + sortHistory(OnSearchListener onSearchListener) + fuzzySearch(String value, OnSearchListener onSearchListener) } interface SearchPresenter { void remove(String key) void clear() void sortHistory() void search(String value, boolean save) void fuzzySearch(String value) } class SearchPresenterImpl implements SearchPresenter, OnSearchListener { - searchView : MySearchView - searchModel : SearchModel + save(String value) + search(String value, OnSearchListener onSearchListener) + remove(String key) + clear() + sortHistory(OnSearchListener onSearchListener) + fuzzySearch(String value, OnSearchListener onSearchListener) + onSortSuccess(ArrayList<SearchBean> results) + searchSuccess(String value) + fuzzySearchSuccess(ArrayList<SearchBean> results) } interface MySearchView { void searchSuccess(String value) void showContains(ArrayList<SearchBean> results) } class SearchActivity implements MySearchView { - mSearchPresenter : SearchPresenter + void showContains(ArrayList<SearchBean> results) + void searchSuccess(String value) } MySearchView <.. SearchPresenterImpl SearchModel <.. SearchPresenterImpl @enduml @startuml start :点击书签历史; if () then (点击历史Tab) :显示历史Fragment; if() then (点击item) :销毁Activity; :访问网页; else (点击删除) :删除记录; endif stop else (留在书签Tab) :移除当前标签页布局; if() then (点击item) :销毁Activity; :访问网页; else (长按item) :弹出选项菜单; :操作; endif stop endif @enduml @startuml start :点击菜单; if () then (当前网页已加入书签) :添加文字“已收藏”; :点击移除书签; else (当前网页未加入书签) :添加文字“添加收藏”; :点击添加书签; endif :图标改变; :收回菜单栏; stop @enduml @startuml :点击打开Activity; repeat :输入字符; repeat while () is (字符无效) :执行模糊搜索; :提交内容; if () then (字符串为URL) else (字符串不是URL) :拼接为URL; endif :加载URL; :显示WebView; stop @enduml @startuml start :点击选项; if () then (已设置默认浏览器) :打开默认浏览器的应用属性; :清除默认设置并返回; else (未设置默认浏览器) endif :显示浏览器列表; :设置默认; :显示反馈; stop @enduml @startuml start :点击链接; :弹出下载框; :修改文件名; if () then (点击下载) :弹出下载提示; :进入下载Activity; else (点击取消) endif stop @enduml
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
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
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
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
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
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
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
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
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
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
9130c306282d36e44f1d4459cc2ed2c6e5c4337c
17d8a22c83aa82b55e7c2ab8482ee97fcfdadf05
/DesignModeTest/out/production/DesignModeTest/commandPattern/CommandPattern.puml
949ea23df64a3ee75d80ce3db0b2806bc2197bcb
[]
no_license
lhdaydayup/Pattern
3d3d1e25d934428ed69c6c2618587d9328bdfe4e
8de7410801d9efcae9fc57f34466ed0711ceff54
refs/heads/master
2020-05-07T13:24:26.831224
2019-04-15T08:21:35
2019-04-15T08:21:35
180,546,544
0
0
null
null
null
null
UTF-8
PlantUML
false
false
645
puml
@startuml class Invoke{ - command:Command + int excute(int i) + int undo() + int redo() } Command <--"command" Invoke abstract class Command{ + int excute(int i) + int undo() + int redo() } AddReceive <--"receive" AddCommand class AddCommand{ - receive:AddReceive - List<i> iss - int index + int excute(int i) + int undo() + int redo() } Command <|--AddCommand class AddReceive{ - int i=0 + int add(int i) + int undo() + int redo() } Invoke <.. Client AddCommand<..Client /' 修改简易计算器源代码,使之能够实现多次撤销(Undo) 和恢复(Redo) '/ @enduml
5d8160ea5481718121efd8705fff89d479633104
57af2f1f7ba82bcc5f6e652d3a305d93d727be2c
/moose-wiki/Developers/Diagrams/usetrait.puml
e01ebe23e38c32660b841523fbb80f84fe3de7a1
[ "MIT" ]
permissive
reda-idtaleb/moosetechnology.github.io
a36b09f19c37ac43b4fa012a1b909ca37b4a6928
b866efa65dbdf3ad5d23504391dee4684d42c5b1
refs/heads/master
2023-07-03T22:38:48.775864
2021-08-06T09:00:54
2021-08-06T09:00:54
388,830,027
0
0
MIT
2021-07-23T14:33:58
2021-07-23T14:33:57
null
UTF-8
PlantUML
false
false
350
puml
@startuml hide empty members skinparam class { BackgroundColor white ArrowColor black BorderColor darkGray } class TTraitUsage << (T,lightGrey) >> { } class TWithTraits << (T,lightGrey) >> { } class TTrait << (T,lightGrey) >> { } TTraitUsage " *incomingTraitUsages" -- "trait" TTrait TTrait " *traits" -- "traitOwner" TWithTraits @enduml
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
88c74b149423bfced4d381ec8b4afaab20528ac6
4f2fb0ab105b2901529508e51fda919adc8d1efb
/etc/class_diagram/modeling9.puml
6898f5eeb9afb44f97f378d48cda94c04d59d7c1
[]
no_license
e-kobayashi-BIGLOBE/mokumoku
223a79efdfc5f498ae3324caf3b945882f498f55
e15ac6fdbaaf70c97201943929622bde2538dd23
refs/heads/develop
2021-01-22T07:31:54.125148
2019-04-08T07:10:46
2019-04-08T07:10:46
102,305,630
0
0
null
2019-04-08T07:14:02
2017-09-04T01:19:55
Java
UTF-8
PlantUML
false
false
1,080
puml
@startuml title 会議室予約 class 予約 { 予約時間 予約者 会議室 +予約結果 getResult(予約リスト) } class 予約リスト { List<予約> +重複予約リスト 重複チェック(予約時間) } class 重複予約リスト { List<予約> } class 予約時間 { 開始時間 終了時間 + boolean isかぶってる(予約時間) } class 開始時間 { } class 終了時間 { } class 予約結果{ Either<予約結果NG, 予約結果OK> } class 予約結果OK { 予約 } class 予約結果NG { 重複予約リスト + inEmpty() } class 予約者 { } class 会議室 { + create(会議室名) } class 会議室名 { } 予約リスト -->"0..*" 予約 重複予約リスト -->"0..*" 予約 予約 --> "1"予約者 予約 --> "1"予約時間 予約 --> "1"会議室 予約結果 -->"0,1" 予約結果OK 予約結果 -->"0,1" 予約結果NG 予約結果OK -->"1" 予約 予約結果NG -->"1" 重複予約リスト 予約時間 -->"1" 開始時間 予約時間 -->"1" 終了時間 会議室 -->"1" 会議室名 @enduml
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
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
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
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
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
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
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
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
2b94e4f7a9dcda9c81917ea2c1adc1e362f79ef2
febefe33629a03a4122847ce35bf4f4df303017c
/specs/classes.puml
0e25ca20c4e83553a8ea6e76a782d7fcde8c0cc0
[]
no_license
FlatBartender/mindmap
6a4d2de4070a27195d57bb0c2829246c8f1dd63e
c0bd7e582c9c97cf28a4f75de17cc0cd0930c552
refs/heads/master
2020-06-12T18:14:13.955894
2020-01-13T22:52:50
2020-01-13T22:52:50
194,384,062
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,610
puml
@startuml class MindMap { id: u64 name: String } MindMap <-- Node : map MindMap <-- Permission : map MindMap --* PermissionType : default_permission MindMap <-- History : map class Permission { id: u64 } Permission --> User : user Permission --* PermissionType : type enum PermissionType { Read Write Moderate Admin Owner } class Node { id: u64 text: String color: Color tags: Vec<String> } Node "0 or 1" <-- Node : parent class Comment { id: u64 message: String } MindMap <-- Comment : map Node <-- Comment : node class Edge { id: u64 brief: String description: String } note left of Edge An "edge" is an extra edge. There is already a tree structure, but the users want another edge to act as some kind of "pointer". end note Edge --> Node : from Edge --> Node : to enum EdgeStyle { Dotted Full Dashed } Edge --* EdgeStyle : style class User { id: u64 username: String password: String (bcrypt) } class History { id: u64 time: Time } History --> User : user enum Event { MindMapCreated MindMapMofified(MindMapEvent) --- NodeAdded(Node) NodeDeleted(Node) NodeModified(Node, NodeEvent) --- EdgeAdded(Edge) EdgeDeleted(Edge) EdgeModified(Edge, EdgeEvent) --- PermissionAdded(Permission) PermissionDeleted(Permission) PermissionModified(Permission, PermissionEvent) --- CommentAdded(Comment) CommentDeleted(Comment) CommentModified(Comment, CommentEvent) } History --* Event : event enum MindMapEvent { Name(String) DefaultPermission(Permission) } Event ... MindMapEvent enum NodeEvent { Moved(Node) // Parent changed to Node Text(String) Color(Color) } Event ... NodeEvent enum EdgeEvent { Brief(String) Description(String) Color(Color) Style(EdgeStyle) } Event ... EdgeEvent enum PermissionEvent { Type(PermissionType) } Event ... PermissionEvent enum CommentEvent { Message(String) } Event ... CommentEvent package Legend <<Rectangle>> { class A class B A --* B : Direct inclusion in A class C class D C --> "Many" D : C holds a reference to D class E class F E ... F : See also F together { note as legend_note_1 An edge between two classes contains the field on which it will be "kept" in the class on the symbol-less end of the edge. For example, A has a B field, but B doesn't have an A field. end note note as legend_note_2 A keyword at an end of an edge means that the class at the other end has "keyword" the class at the keyword end. Example is C --> D, C <b>holds <i>many</i> references to D</b>. end note legend_note_1 -down-> legend_note_2 } } @enduml
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
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
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
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
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
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
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
af369c5256ad39332ef3320684cfe0e0cd0fe706
ce2121b321e36b2501d873653ce8a97b1b855168
/ks/tag/list.puml
1ad4c776af4e922edcc899ef55c270accfd2e5e9
[]
no_license
waterystone/adu-uml
e486aaf055a0c38289ec966625340d08c89f8689
520a1f85bd2c9c59e19bb9b1d9ba045ced261f9f
refs/heads/master
2021-06-20T03:31:46.360922
2019-07-11T08:16:25
2019-07-11T08:16:25
115,916,174
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,412
puml
@startuml TagController ..> fitMMU fitMMU ..> RecommendTagService : 1.热门 fitMMU ..> MMUPhotoSearchTagService : 最新 TagController ..> NotfitMMU NotfitMMU ..> RecommendTagService : 2.热门 NotfitMMU ..> TagPhotoService : 最新 RecoTagFeedStoreService ..> TagFeedList RecommendTagService ..> RecoTagFeedStoreService : 1.1 RecommendTagService ..> grpc.TagRecoFutureClient : 1.2 RecommendTagService ..> TagHelper : 2.1 RecommendTagService ..> TagTopDAO : 2.2 RecommendTagService ..> RecoTagFeedStoreService : 2.3 RecommendTagService ..> grpc.TagRecoFutureClient : 2.4 MMUPhotoSearchTagService ..> grpc.MMUSearchPhotoTagServiceFutureClient TagPhotoService ..> TagBucketDAO class TagController{ list(visitorId,tag,pcursor,count) } class RecommendTagService{ List<Photo> getRecommendTopPhotosByMmu(tag) //fitMMU List<Photo> getRecommendTopPhotosByTextTag(tag) //not fitMMU } class RecoTagFeedStoreService{ MemcachedPool recoTag TagFeedList getFeedsFromCache(visitorId) } TagFeedList o.. TagFeed TagFeed o.. TagPageFeed class TagFeedList{ List<TagFeed> list long createTime } class TagFeed{ long id //tagId TagType tagType List<TagPageFeed> pageFeedList } class TagPageFeed{ long id //photoId } class grpc.TagRecoFutureClient{ List<Long> getTagPage(visitor,tagId,bucket) } class MMUPhotoSearchTagService{ List<Photo> getFeedByCursor(visitorId,tagId,pcursor,count) } class grpc.MMUSearchPhotoTagServiceFutureClient{ List<Long> searchPhotoByTag(visitorId,tagId,pcursor,count) } TagHelper o.. ListConfigKey TagHelper o.. OverseaListConfigKey TagHelper ..> RecommendTagResult RecommendTagResult ..> RecommendTag RecommendTag ..> RecommendTagType class TagHelper{ ReloadableCache<ListMultimap<ExploreLocale, RecommendTagResult>> recommendTopTagCache List<Long> getRecommendTopTag(bucket,tagId) } enum ListConfigKey{ recommendTopTags } enum OverseaListConfigKey{ overseaRecommendTopTags } class RecommendTagResult{ RecommendTag recommendTag int photoCount List<Long> photoIds } interface RecommendTag{ long id RecommendTagType tagType } enum RecommendTagType{ UNKNOWN(0) TEXT_TAG(1) MMU_TAG(2) MUSIC_TAG(3) } class TagTopDAO{ getTop(tagId, locale) } class TagPhotoService{ List<Photo> getRichByCursor(visitorId,tagId,pcursor,count) //rich List<Photo> getByCursor(hvisitorId,tagId,pcursor,count) //not rich } class TagBucketDAO{ Map<Long, Long> getByCursorInBucket(locale,tagId) } @enduml
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
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
4710c4018ca9040c983ba00aaa5e9a0b59c1e279
47664f8bd4c1d30e00bab1e50c6a2be2df492f7c
/mybatis/uml/executor/interface.puml
8b951845297e1324055b063b0ed7f612e4dc368b
[]
no_license
desiyonan/learn-diary
611c96ca05b5ab5885ffb976c3b41402ddfb5b58
10ae456aea584cb8d376cfd3273b48b34de82a5d
refs/heads/master
2022-03-19T00:07:09.703994
2022-02-18T13:08:36
2022-02-18T13:08:36
141,943,926
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,678
puml
@startuml mybatis 执行关系uml interface Cursor interface Executor interface Transaction interface ResultHandler interface ResultContext class BoundSql class CacheKey class RowBounds class MetaObject class MappedStatement ' 接口定义 interface Executor{ ResultHandler NO_RESULT_HANDLER = null update(MappedStatement, Object) List<E> query(MappedStatement, Object, RowBounds, ResultHandler, CacheKey, BoundSql) ' List<E> query(MappedStatement, Object, RowBounds, ResultHandler) Cursor<E> queryCursor(MappedStatement, Object, RowBounds) CacheKey createCacheKey(MappedStatement, Object, RowBounds, BoundSql) Transaction getTransaction() void setExecutorWrapper(Executor) } interface ResultHandler{ void handleResult(ResultContext) } interface ResultContext{ T getResultObject() int getResultCount() boolean isStopped() void stop() } interface Cursor{ boolean isOpean() boolean isConsumed() int getCurrentIndex() } ' 类定义 class RowBounds{ {static} final int NO_ROW_OFFSET = 0 {static} final int NO_ROW_LIMIT = Integer.MAX_VALUE {field} {static} final RowBounds DEFAULT = new RowBounds() ...... final int limit final int offset } class BoundSql{ final String sql final List<ParameterMapping> parameterMappings final Object parameterObject final Map additionalParameters final MetaObject metaParameters } MetaObject <. BoundSql BoundSql .> Configuration ResultContext <. ResultHandler BoundSql <.. Executor MappedStatement <. Executor Executor .> RowBounds Executor ..> CacheKey Executor ..> Cursor Executor ..> Transaction Executor ..> ResultHandler @enduml
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
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
5c531c46299c614729719d4bc41c01745262c400
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ShoppingListAddTextLineItemAction.puml
cff5353c3028bc568c306e654233b5c4eb35b6ad
[]
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
676
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 ShoppingListAddTextLineItemAction [[ShoppingListAddTextLineItemAction.svg]] extends ShoppingListUpdateAction { action: String name: [[LocalizedString.svg LocalizedString]] key: String description: [[LocalizedString.svg LocalizedString]] quantity: Long addedAt: DateTime custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface ShoppingListUpdateAction [[ShoppingListUpdateAction.svg]] { action: String } @enduml
abe7c24b43832109ba85d441eca6ffd47c706d8b
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CustomerEmailVerifiedMessagePayload.puml
24080668c31f27fb586e7aeb7f2785d96c3a156f
[]
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
426
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 CustomerEmailVerifiedMessagePayload [[CustomerEmailVerifiedMessagePayload.svg]] extends MessagePayload { type: String } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
2eff39ce9a4845f792dfd732edf74ce722fd0d27
b7837c2b507e3330b6a6accb2c8209cbfc5f367a
/app/src/main/java/com/netmart/netmartseller/Model/Model.plantuml
4727e5bc7fc7bfcfb798d4aa22a40fdf3934b418
[]
no_license
Nizar127/Netmart_Seller
44c745feccc37fc02103fdcfce695621b118c8db
acff3f0d360f4264760858ad783578c61dff1265
refs/heads/master
2022-10-23T03:00:49.189386
2020-06-16T01:26:40
2020-06-16T01:26:40
269,918,412
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,168
plantuml
@startuml title __MODEL's Class Diagram__\n namespace com.netmart.netmartseller { namespace Model { class com.netmart.netmartseller.Model.Address { - city : String - houseArea : String - houseNo : String - postcode : String - state : String - street : String + Address() + Address() + getCity() + getHouseArea() + getHouseNo() + getPostcode() + getState() + getStreet() + setCity() + setHouseArea() + setHouseNo() + setPostcode() + setState() + setStreet() } } } namespace com.netmart.netmartseller { namespace Model { class com.example.netmart.Model.Cart { - amount : String - discount : String - name : String - pid : String - price : String + Cart() + Cart() + getAmount() + getDiscount() + getName() + getPid() + getPrice() + setAmount() + setDiscount() + setName() + setPid() + setPrice() } } } namespace com.netmart.netmartseller { namespace Model { class com.example.netmart.Model.Orders { - city : String - date : String - houseArea : String - houseNo : String - name : String - phone : String - postcode : String - received : String - sent : String - state : String - street : String - time : String - totalAmount : String - username : String + Orders() + Orders() + getCity() + getDate() + getHouseArea() + getHouseNo() + getName() + getPhone() + getPostcode() + getReceived() + getSent() + getState() + getStreet() + getTime() + getTotalAmount() + getUsername() + setCity() + setDate() + setHouseArea() + setHouseNo() + setName() + setPhone() + setPostcode() + setReceived() + setSent() + setState() + setStreet() + setTime() + setTotalAmount() + setUsername() } } } namespace com.netmart.netmartseller { namespace Model { class com.example.netmart.Model.Products { - category : String - date : String - description : String - image : String - name : String - nameLower : String - pid : String - price : String - time : String + Products() + Products() + getCategory() + getDate() + getDescription() + getImage() + getName() + getNameLower() + getPid() + getPrice() + getTime() + setCategory() + setDate() + setDescription() + setImage() + setName() + setNameLower() + setPid() + setPrice() + setTime() } } } namespace com.netmart.netmartseller { namespace Model { class com.example.netmart.Model.Users { - email : String - fullname : String - image : String - password : String - phone : String - username : String + Users() + Users() + getEmail() + getFullname() + getImage() + getPassword() + getPhone() + getUsername() + setEmail() + setFullname() + setImage() + setPassword() + setPhone() + setUsername() } } } 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
f6066f3e024025cd05d6d1059f0606a82b38a00f
e58fcda7c86c6b746f7eea7f08b5e50b6ad546ac
/lab3/src/xmastree/xmastree.plantuml
cb6e1c15fba3dbd86218243bc8c936e765763ab1
[]
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
3,056
plantuml
@startuml title __XMASTREE's Class Diagram__\n namespace xmastree { class xmastree.BalsamFir { + BalsamFir() + cost() } } namespace xmastree { class xmastree.BlueBall { + BlueBall() + cost() + getDescription() } } namespace xmastree { class xmastree.BlueSpruce { + BlueSpruce() + cost() } } namespace xmastree { class xmastree.DouglasFir { + DouglasFir() + cost() } } namespace xmastree { class xmastree.FraserFir { + FraserFir() + cost() } } namespace xmastree { class xmastree.LEDS { + LEDS() + cost() + getDescription() } } namespace xmastree { class xmastree.Lights { + Lights() + cost() + getDescription() } } namespace xmastree { class xmastree.RealStar { + RealStar() + cost() + getDescription() } } namespace xmastree { class xmastree.RedBall { + RedBall() + cost() + getDescription() } } namespace xmastree { class xmastree.Ribbon { + Ribbon() + cost() + getDescription() } } namespace xmastree { class xmastree.Ruffles { + Ruffles() + cost() + getDescription() } } namespace xmastree { class xmastree.SilverBall { + SilverBall() + cost() + getDescription() } } namespace xmastree { class xmastree.Star { + Star() + cost() + getDescription() } } namespace xmastree { class xmastree.Test_tree { {static} + main() } } namespace xmastree { abstract class xmastree.Tree { ~ description : String ~ hasastar : boolean {abstract} + cost() + getDescription() + hasStar() + setStar() } } namespace xmastree { abstract class xmastree.TreeDecorator { {abstract} + cost() {abstract} + getDescription() + hasStar() + setStar() } } xmastree.BalsamFir -up-|> xmastree.Tree xmastree.BlueBall -up-|> xmastree.TreeDecorator xmastree.BlueSpruce -up-|> xmastree.Tree xmastree.DouglasFir -up-|> xmastree.Tree xmastree.FraserFir -up-|> xmastree.Tree xmastree.LEDS -up-|> xmastree.TreeDecorator xmastree.Lights -up-|> xmastree.TreeDecorator xmastree.RealStar -up-|> xmastree.TreeDecorator xmastree.RedBall -up-|> xmastree.TreeDecorator xmastree.Ribbon -up-|> xmastree.TreeDecorator xmastree.Ruffles -up-|> xmastree.TreeDecorator xmastree.SilverBall -up-|> xmastree.TreeDecorator xmastree.Star -up-|> xmastree.TreeDecorator xmastree.TreeDecorator -up-|> xmastree.Tree xmastree.TreeDecorator o-- xmastree.Tree : tree 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
bc191bbef77c41b0bd876c50ff8e92481a2bb9d8
ea92b794f64577cf3f9895848ed841a2482a6d1e
/docs/assets/images/ITaskOwner-umlClassDiagram-24.puml
b284f97d947c19177f61dc07a5ebeeddaace4f76
[ "MIT" ]
permissive
dreambo8563/todo-core
a1cdd6e14ec6445dd1dae84d0ba03bf80b1b09da
96b2af2b5b5c0ba1d1aaa15eba7061c52cafc611
refs/heads/master
2022-11-21T11:51:16.649734
2020-07-18T17:57:03
2020-07-18T17:57:03
274,677,442
0
0
MIT
2020-06-28T10:36:09
2020-06-24T13:36:10
TypeScript
UTF-8
PlantUML
false
false
378
puml
@startuml hide empty methods hide empty fields interface "ITaskOwner" { +friends : Array<ITaskOwner> +id : string +ownedTasks : Array<ITaskItem> } interface "ICustormer" { +id : string } "ICustormer" <|-- "ITaskOwner" class "TaskOwner" { +friends : Array<ITaskOwner> +id : string +ownedTasks : Array<ITaskItem> } "ITaskOwner" <|.. "TaskOwner" @enduml
fefd48bc4f6d690a1da689ffb6473a83c2b373a1
b2d7fc49a105fe3b99389ccadaaf001e296414bc
/okhttp3-java-example/app/src/main/java/com/mxdl/okhttp3/ok_man/uml/OkHttpManager.puml
38c3b83ad8976ac63e68d53386539ad8055edf55
[]
no_license
mxdldev/okhttp3-example
d88ceff3712c4993f6ae86e1bab1cda6b6d94f3e
3de4281d31c6dc7107dbeb9c60026117ded60933
refs/heads/master
2022-07-09T07:17:08.749078
2020-05-14T11:43:11
2020-05-14T11:43:11
260,849,564
2
0
null
null
null
null
UTF-8
PlantUML
false
false
852
puml
@startuml abstract class OnResponse{ public abstract void onStart(); public abstract void onSucc(T t); public abstract void onFail(Exception e); public abstract void onComplete(); } interface Callback { void onFailure(Call call, IOException e); void onResponse(Call call, Response response); } class MyCallBack<T> implements Callback { private OnResponse<T> mOnResponse; private Handler mHandler = new Handler(Looper.getMainLooper()) void onFailure(Call call, IOException e); void onResponse(Call call, Response response); } MyCallBack *--> OnResponse class OkHttpManager { private OkHttpClient mHttpClient; public <T> void get(String url, HashMap<String, String> map, OnResponse<T> response) public <T> void post(String url, Object body, OnResponse<T> response) } OkHttpManager o--> MyCallBack @enduml
f10eb88070e519b8964fc28e0a505c8c058b7d8b
83147b64e04741de0403ef88b6c9aeba85d05361
/docs/Iteracao2/UC2_CD.puml
2027e48e6ee6cbdba62cdb83da3a50b33cacf1f9
[]
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
765
puml
@startuml skinparam classAttributeIconSize 0 class AreaAtividade { -String codigo -String descBreve -String descDetalhada +AreaAtividade(String cod, String dsBreve, String dsDet) } class Plataforma { -String designacao +AreaAtividade novaAreaAtividade(String cod, String dsBreve, String dsDet) +validaAreaAtividade(AreaAtividade area) +registaAreaAtividade(AreaAtividade area) - addAreaAtividade(AreaAtividade area) } class DefinirAreaController { +novaAreaAtividade(String cod, String dsBreve, String dsDet) +registaAreaAtividade() } class DefinirAreaUI { } DefinirAreaUI ..> DefinirAreaController DefinirAreaController ..> Plataforma DefinirAreaController ..> AreaAtividade Plataforma "1" --> "*" AreaAtividade : possui @enduml
5bb20b397be4c2ff8a7e7e06d711ace88d80da08
3fab0f229e00e68828221b0487c42a648924aa7f
/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/LinChartRenderer.puml
25a394095741c7b7808efaca1f6a938037f469d4
[]
no_license
1074685590/AndroidCharts
3fdab39b2c2f935c4d409d919b704dabf9639555
b97c0f33f2c3ebf46b1bd68bda284680f8a0368a
refs/heads/master
2020-04-08T14:19:53.085857
2017-11-27T01:08:27
2017-11-27T01:08:27
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
80
puml
@startuml class Dummy{ String userName +void setName() -void getName() } @enduml
dad8b92ddadab62bdc65bfbc64d81fc3b7863aee
5cf36a3143d1d36d4594d6adeea847fd8df9c034
/src/main/java/oop/assignment3/ex46/base/WordFrequency.puml
0ee824710b87384a1e4b2f48a4110e9b82fcd23a
[]
no_license
GabrielFernandez14/fernandez-cop3330-assignment3
0b32cb5ff817068da681cfebf0b7d071e6e8f56f
567e68bb023b37e8be9801a6a4797927b2c3fc65
refs/heads/master
2023-06-04T12:29:26.441441
2021-06-21T00:39:50
2021-06-21T00:39:50
377,873,844
0
0
null
null
null
null
UTF-8
PlantUML
false
false
325
puml
@startuml 'https://plantuml.com/class-diagram class Main { + getFreq(): String + output: String = printFreq(sortByHighestFreq()) } class FrequencyFinder { + counter: int + getFreq(): String + sortByHighestFreq(): TreeMap(<String>, <Integer>) } Main -|> FrequencyFinder FrequencyFinder o-> Main @enduml
eff50ec364372306f791c03c3979fa9932a20315
c3287e91ce0ebce396cd3966de3d2f7d90131c20
/Plantuml/BL/ExporterImporter/IExporterImporter.puml
06cc5b6ee3f35fff3e43b8f51650c601b73e9603
[]
no_license
kretmatt/SWE2-Tourplanner
497ec2e888112bd3d67a0f2b97e7c1e8e0348371
f064500ae5b913b00671f358a586011affcdaf00
refs/heads/main
2023-05-12T11:48:29.605417
2021-06-06T21:53:11
2021-06-06T21:53:11
341,115,114
0
0
null
null
null
null
UTF-8
PlantUML
false
false
136
puml
@startuml interface "IExporterImporter`1"<T> { Import(filePath:string) : Task<List<T>> Export(entites:List<T>) : Task } @enduml
a1b6c8449a4227b6be65c00cb1a4fc6741dc4980
5b56d0ec345d19c3e9c17764cdfa4ef8180f25e0
/2020-02-haskell/doc/model.puml
f3597a12bce13533c296c5bd7f58359788f74a86
[]
no_license
suzuki-hoge/warikan
6e6d5f814fe4a9130b61a416f495326c316e2a8c
d47c32338421d4c6c88022a7d64a478e79708835
refs/heads/master
2020-12-04T08:54:07.960635
2020-02-07T03:29:52
2020-02-07T10:09:56
231,702,653
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,166
puml
@startuml hide empty methods package Application { class apply << (F, lightgreen) >> { MemberSection -> MemberSection -> [MemberSection] -> Amount -> Adjuster -> Fraction -> [MemberPercent] -> Either Error [Bill] } class guard << (F, lightgreen) >> { [MemberSection] -> [MemberPercent] -> Either Error [MemberPercent] } class Error << (S, lightskyblue) >> { SectionMismatch | PercentMismatch } apply -r-> guard guard -r-> Error } package Domain { class MemberSection << (T, orange) >> { } class Secretary << (T, orange) >> { } class Accumulator << (T, orange) >> { } class MemberCount << (T, orange) >> { Int } class Name << (T, orange) >> { String } MemberSection *--> Name MemberSection *--> Section class MemberPercent << (T, orange) >> { } class Percent << (T, orange) >> { Int } MemberPercent *--> Name MemberPercent *--> Percent class Section << (S, lightskyblue) >> { L | M | S } class "Adjuster a" as Adjuster << (C, pink) >> { adjust :: a -> Fraction -> Bill } Secretary -d-|> Adjuster Accumulator -d-|> Adjuster Adjuster --> Bill : > out class Sharing << (T, orange) >> { Int } class "Fraction a" as Fraction << (C, pink) >> { makeFraction :: Amount -> MemberCount -> (Sharing, a) value :: a -> Int } class Missing << (T, orange) >> { Int } class Excessing << (T, orange) >> { Int } Missing -d-|> Fraction Excessing -d-|> Fraction Fraction --> Sharing : > out class Amount << (T, orange) >> { Int } class Bill << (T, orange) >> { Int } Bill *--> Name class demand << (F, lightgreen) >> { Adjuster -> Fraction -> [MemberPercent] -> [Bill] } class count << (F, lightgreen) >> { [MemberPercent] -> MemberCount } count --> MemberPercent : < in count --> MemberCount : > out class share << (F, lightgreen) >> { [MemberPercent] -> Sharing -> [Bill] } share --> Sharing : < in share --> MemberPercent : < in share --> Bill : > out demand -d-> count demand -d-> share } package Fundamental { } apply -d-> demand apply --> Amount apply --> "2.." MemberSection Percent -[hidden]d-> Fundamental '[MemberPercent] -> `count` -> MemberCount ' Amount -> MemberCount -> `makeFraction` -> (Sharing, Missing) ' [MemberPercent] -> (Sharing, _ ) -> `share` -> [Bill] ' Secretary -> (_, Missing) -> `adjust` -> Bill ' ↓ ' `fold` ' ↓ ' [Bill] @enduml
650346cbff726f537f213aa434a60704146181c0
801e833d486f69f038daece36106e6b2688d4477
/assets/depricated/printable/controllers_and_repos.puml
161202a670e2860fec68bd3bc27d7ecef0d0fc81
[]
no_license
jrcharney/coding-events
f768c946da2271585a72441596e4cc5aed697b52
5721a52a8b5e350022ce35fdf791f1007185ac95
refs/heads/master
2022-11-20T22:30:39.124392
2020-07-16T19:19:54
2020-07-16T19:19:54
273,333,333
0
1
null
null
null
null
UTF-8
PlantUML
false
false
6,085
puml
@startuml title Coding Events : Controllers & Repositories skinparam monochrome true scale 0.75 package data { interface EventRepository<Event,Integer> <<Repository>> extends CRUDRepository {} interface EventCategoryRepository<EventCategory,Integer> <<Repository>> extends CRUDRepository {} interface TagRepository<Tag,Integer> <<Repository>> extends CRUDRepository {} interface UserRepository<User,Integer> <<Repository>> extends CRUDRepository { findByUsername(username : String) : User } note "Repositories are in the data directory" as RepoNote } package controllers { class "@RequestMapping("events")\nEventController" as EventController <<Controller>> { @Autowired eventRepo : EventRepository @Autowired eventCatRepo : EventCategoryRepository @Autowired tagRepo : TagRepository +@GetMapping("index") displayAllEvents(@RequestParam(required = false) categoryId : Integer, model : Model) : String {method} \t If categoryId == null {method} \t\t events = eventRepo.findAll() {method} \t Else {method} \t\t If eventCatRepo.findById(categoryId).isEmpty() {method} \t\t\t title = "Invalid " + categoryId {method} \t\t Else {method} \t\t\t title = eventCatRepo.findById(categoryId).get().getName() + "events" {method} \t\t\t events = eventCatRepo.findById(categoryId).get().getEvents() {method} \t return "event/index" +@GetMapping("create") renderCreateEventForm(model : Model) : String {method} \t title = "Create Event" {method} \t events = eventRepo.findAll() {method} \t categories = eventCatRepo.findAll() {method} \t return "events/index" +@PostMapping("create") processCreateEventForm(newEvent : Event, errors : Errors, model : Model) : String {method} \t OnError {method} \t\t title = "Create Tag" {method} \t\t return "events/index" {method} \t Else {method} \t\t return "redirect:" +@GetMapping("details") displayEventDetails(@RequestParam eventId : Integer, model : Model) : String {method} \t OnEmpty {method} \t\t title = "Invalid " + eventId {method} \t Else {method} \t\t title = result.get().getName() {method} \t\t event = result.get() {method} \t return "events/details" +@PostMapping("add-tag") renderAddTagForm(@RequestParam Integer eventId, Model model) : String {method} \t return "events/add-tag" +@GetMapping("add-tag") processAddTagForm(@ModelAttribute @Valid EventTagDTO eventTag, Errors errors, Model model) : String {method} \t\t title = result.get().getName() {method} \t\t tags = tagRepo.findAll() {method} \t\t eventTag = new eventTagDTO(event); {method} \t return "events/add-tag" } class "@RequestMapping("categories")\nEventCategoryController" as EventCategoryController <<Controller>> { @Autowired eventCatRepo : EventCategoryRepository +@GetMapping("index") displayAllEventCategories(model : Model) : String {method} \t title = "All Tags" {method} \t categories = eventCatRepo.findAll() {method} \t return "eventCategories/index" +@GetMapping("create") renderCreateEventCategoryForm(model : Model) : String {method} \t title = "Create Tag" {method} \t tags = tagRepo.findAll() {method} \t return "eventCategories/index" +@PostMapping("create") processCreateEventCategoryForm(newCategory : EventCategory, errors : Errors, model : Model) : String {method} \t OnError {method} \t\t title = "Create Tag" {method} \t\t return "eventCategories/index" {method} \t Else {method} \t\t return "redirect:" } class "@RequestMapping("tags")\nTagController" as TagController <<Controller>> { @Autowired tagRepo : TagRepository +@GetMapping("index") displayAllTags(model : Model) : String {method} \t title = "All Tags" {method} \t tags = tagRepo.findAll() {method} \t return "tags/index" +@GetMapping("create") renderCreateTagForm(model : Model) : String {method} \t title = "Create Tag" {method} \t tag = new Tag() {method} \t return "tags/index" +@PostMapping("create") processCreateTagForm(newTag : Tag, errors : Errors, model : Model) : String {method} \t OnError {method} \t\t title = "Create Tag" {method} \t\t tag = new Tag() {method} \t\t return "tags/index" {method} \t Else {method} \t\t return "redirect:" } class AuthenticationController <<Controller>> {} class "HomeController" as HomeController <<Controller>> { + @GetMapping("index") index(model : Model) : String {method} \t title = "Coding Events" {method} \t return "index" } } note as ControllerNote Controllers communicate with the templates in the resources directory. Controllers are in the controllers directory. Controllers have access to the database? Repositories that are used in controllers are autowired. Just about every method returns a String to a relative path. With exception of the HomeController, every controller has a RequestMapping which is a path relative to the templates directory. Just about every method has a Model argument. endnote EventRepository <.. EventController : <<uses>> EventCategoryRepository <.. EventController : <<uses>> EventCategoryRepository <.. EventCategoryController : <<uses>> TagRepository <.. TagController : <<uses>> TagRepository <.. EventController : <<uses>> UserRepository <.. AuthenticationController : <<uses>> @enduml
0d3e4105071987267bae1611ccbabfc38ab79655
8e7024f15659b10785e1108bd32aa4925a40134c
/src/main/java/com/warehouseforgoods/warehouseforgoodsbackend/Controller/Controller.plantuml
031c1a761769ba63986278ef8d4b186aa8097a5a
[]
no_license
IllyaHavrulyk/warehouse-for-goods-backend
b9387c77695ea61c6272a0623d34a814c111ab00
8a4de11f9bae2cd44b14796c37e7fe103971c998
refs/heads/master
2023-07-25T12:50:39.418489
2021-04-13T20:24:32
2021-04-13T20:24:32
340,692,864
0
0
null
2021-04-09T07:28:15
2021-02-20T15:56:18
Java
UTF-8
PlantUML
false
false
1,986
plantuml
@startuml title __Пакет Config__\n class com.warehouseforgoods.warehouseforgoodsbackend.Controller.ProductController { + deleteProduct() + filterProduct() + getAllProducts() + getProduct() + saveProduct() + searchProduct() + updateProduct() } class com.warehouseforgoods.warehouseforgoodsbackend.Controller.UserController { + getCurrentUser() + getUsers() + registration() } class com.warehouseforgoods.warehouseforgoodsbackend.Controller.WarehouseController { + deleteProduct() + getAllProducts() + saveWarehouse() } com.warehouseforgoods.warehouseforgoodsbackend.Controller.ProductController o-- com.warehouseforgoods.warehouseforgoodsbackend.Repository.ProductRepository : productRepository com.warehouseforgoods.warehouseforgoodsbackend.Controller.ProductController o-- com.warehouseforgoods.warehouseforgoodsbackend.Service.ProductService : productService com.warehouseforgoods.warehouseforgoodsbackend.Controller.ProductController o-- com.warehouseforgoods.warehouseforgoodsbackend.Repository.UserRepository : userRepository com.warehouseforgoods.warehouseforgoodsbackend.Controller.UserController o-- com.warehouseforgoods.warehouseforgoodsbackend.Repository.UserRepository : userRepository com.warehouseforgoods.warehouseforgoodsbackend.Controller.UserController o-- com.warehouseforgoods.warehouseforgoodsbackend.Service.UserService : userService com.warehouseforgoods.warehouseforgoodsbackend.Controller.WarehouseController o-- com.warehouseforgoods.warehouseforgoodsbackend.Repository.UserRepository : userRepository com.warehouseforgoods.warehouseforgoodsbackend.Controller.WarehouseController o-- com.warehouseforgoods.warehouseforgoodsbackend.Service.WarehouseService : warehouseService right footer endfooter @enduml
ace4c2ad14d24a432be308caf2e4c139bae863bc
d4198f8f8983eb2a42b46ca678648493897fda7a
/docs/web.puml
257147b83893042c0917a4e1d95c68d607ab4a7b
[]
no_license
potalestor/custom-wallet
491c5ee34914ee111a888ac05b875009caedc13e
3baca0431a5ad233c85c4fabe1feebf44a2a3fec
refs/heads/main
2023-02-20T21:22:26.350646
2021-01-21T13:02:17
2021-01-21T13:02:17
331,086,478
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,055
puml
@startuml namespace api { class API << (S,Aquamarine) >> { + Wallet *Wallet + Transfer *Transfer + Report *Report + Build() *gin.Engine } class Graceful << (S,Aquamarine) >> { - handler http.Handler + Run(addr ...string) error } class Report << (S,Aquamarine) >> { - wallet *app.Wallet + Report(c *gin.Context) } class Transfer << (S,Aquamarine) >> { - wallet *app.Wallet + Transfer(c *gin.Context) } class Wallet << (S,Aquamarine) >> { - wallet *app.Wallet + Create(c *gin.Context) + Deposit(c *gin.Context) } } namespace app { class Wallet << (S,Aquamarine) >> { + Wallet *service.Wallet + Transfer *service.Transfer + Report *service.Report } } "api.Graceful" --* "api.API" "api.API" --* "api.Wallet" "api.API" --* "api.Transfer" "api.API" --* "api.Report" "api.Wallet" --o "app.Wallet" "api.Transfer" --o "app.Wallet" "api.Report" --o "app.Wallet" @enduml
a38aef9dd789b30c62d622af56353b13c7ee3782
1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a
/docs/diagrams/manualtracker/manualtrackerClassDiagram.puml
b2b12f700674e0c810d848ed8b56ece93cfb8563
[]
no_license
AY2021S1-CS2113-T16-1/tp
8abd1e1798a8ecc64b4b3ae28dd5da618714b972
6ef0845c809addb46fef872101ef528780571b5d
refs/heads/master
2023-01-13T17:13:34.579399
2020-11-16T05:03:49
2020-11-16T05:03:49
300,199,426
0
1
null
2020-11-16T05:03:50
2020-10-01T08:10:30
Java
UTF-8
PlantUML
false
false
6,626
puml
@startuml skinparam classAttributeIconSize 0 skinparam BoxPadding 20 skinparam shadowing false skinparam linetype ortho skinparam package<<Layout>> { borderColor Transparent backgroundColor Transparent fontColor Transparent stereotypeFontColor Transparent } rectangle Data { class DateTimeItem { + setDate() : void + getDate() : LocalDate + setTime() : void + getTime() : LocalTime } abstract class Item { } abstract class ItemList { # currItem : Item # items : ArrayList<Item> # indexToModify : int + addItemAndSort(item : Item, comparator : Comparator) + getItemSize() : int + getItemAtIndex() : Item + getItemAtIndex(index : int) : Item + {abstract} printList() } rectangle DataList { class LedgerList { # currItem : Item # items : ArrayList<Item> # indexToModify : int + addItemAndSort(item : Item, comparator : Comparator) + getItemSize() : int + getItemAtIndex() : Item + getItemAtIndex(index : int) : Item + printList() } class EntryList { # currItem : Item # items : ArrayList<Item> # indexToModify : int + addItemAndSort(item : Item, comparator : Comparator) + getItemSize() : int + getItemAtIndex() : Item + getItemAtIndex(index : int) : Item + printList() } } class Ledger { # date : LocalDate = null + entryList : EntryList + Ledger() + handlePacket(packet : CommandPacket) : void + getName() : String + handleSingleParam(packet : CommandPacket, paramType : String) + setDate() : void + getDate() : LocalDate } class Entry { # date : LocalDate = null + Entry() + handlePacket(packet : CommandPacket) : void + getName() : String + handleSingleParam(packet : CommandPacket, paramType : String) + setTime() : void + getTime() : LocalTime } DateTimeItem --|> Item Ledger --|> DateTimeItem Entry --|> DateTimeItem LedgerList --|> ItemList EntryList --|> ItemList Ledger "1" -- "1" EntryList LedgerList --> "*" Ledger : contains > EntryList --> "*" Entry : contains > EntryList -[hidden]- Entry } rectangle Handler { class ManualTracker { ~ {static} handleCreateLedger() : State ~ {static} handleOpenLedger() : State ~ {static} handleDeleteLedger() : State } class EntryTracker { ~ {static} handleCreateEntry() : State ~ {static} handleEditEntry() : State ~ {static} handleDeleteEntry() : State } EntryTracker --> EntryList : stores entries with > ManualTracker --> LedgerList : stores ledgers with > } rectangle Commands { rectangle LedgerCommands { class createLedgerCommand { + handlePacket() : void + handleSingleParams(paramType : String) : void + handleParams(packet : CommandPacket) : void } class retrieveLedgerCommand { + handlePacket() : void + handleSingleParams(paramType : String) : void + handleParams(packet : CommandPacket) : void } ManualTracker --> createLedgerCommand ManualTracker --> retrieveLedgerCommand } rectangle EntryCommands { class createEntryCommand { + handlePacket() : void + handleSingleParams(paramType : String) : void + handleParams(packet : CommandPacket) : void } class editEntryHandler { + handlePacket() : void + handleSingleParams(paramType : String) : void + handleParams(packet : CommandPacket) : void } class retrieveEntryHandler { + handlePacket() : void + handleSingleParams(paramType : String) : void + handleParams(packet : CommandPacket) : void } EntryTracker --> createEntryCommand EntryTracker --> retrieveEntryHandler EntryTracker --> editEntryHandler } } rectangle Logic { abstract class ParamHandler <<Singleton>> { # requiredParams : HashSet<String> # paramsSuccessfullyParsed : HashSet<String> # missingRequiredParams : HashSet<String> # paramChecker : ParamChecker # hasParsedAllParams : boolean + handleParams(packet : CommandPacket) : void + getHasParsedAllRequiredParams() : boolean + setRequiredParams(paramTypes : String...) : void + resetAllParamCollections() : void # checkParseFailedParams() : boolean # checkParamRequirementSatisfied(param : String) : boolean + {abstract} handleSingleParam(packet : CommandPacket, paramType : String) } package p1 <<Layout>> { } package p2 <<Layout>> { } class ParamChecker <<Singleton>>{ + checkAndReturnDate(paramType : String) : LocalDate + checkAndReturnTime(paramType : String) : LocalTime + checkAndReturnIndex(paramType : String, list : ArrayList) : Integer + checkAndReturnDouble(paramType : String) : Double + checkAndReturnInt(paramType : String) : Integer + checkAndReturnCategory(paramType : String) : String } ParamChecker -[hidden] p1 p1 -[hidden] p2 p2 -[hidden] ParamHandler } rectangle Parser{ class InputParser { } class ParamParser { } InputParser *-> ParamParser InputParser "1" <-[#red]- ManualTracker #line:red;line.bold;text:red InputParser "1" <-[#red]- EntryTracker #line:red;line.bold;text:red } Data -[hidden] Handler Commands -[hidden]down- Logic ParamChecker <-[norank]- createLedgerCommand #line:blue;line.bold;text:red ParamChecker <-[norank]- retrieveLedgerCommand #line:blue;line.bold;text:red ParamChecker <-[norank]- createEntryCommand #line:blue;line.bold;text:red ParamChecker <-[norank]- editEntryHandler #line:blue;line.bold;text:red ParamChecker <-[norank]- retrieveEntryHandler #line:blue;line.bold;text:red ParamHandler <|-[norank]- createLedgerCommand #line:purple;line.bold;text:red ParamHandler <|-[norank]- retrieveLedgerCommand #line:purple;line.bold;text:red ParamHandler <|-[norank]- createEntryCommand #line:purple;line.bold;text:red ParamHandler <|-[norank]- retrieveEntryHandler #line:purple;line.bold;text:red ParamHandler <|-[norank]- editEntryHandler #line:purple;line.bold;text:red @enduml
d6ced61215d7027c391621eefd36dff3b7cfc87e
a001aedd0f6449e7870ceb9a2a64afc7917fd8b2
/lunch-scheduler/doc/models/Controller.puml
370c084794ae21bba0cd41d4e1092c3fa88d27df
[]
no_license
cherryAtJambit/lunch-scheduler-kotlinschulung
8770d9d93a5d4513114783141a41d8bac0d90d1e
a417083e34594b20f20864a3a48efe293db270c4
refs/heads/master
2022-11-15T03:35:31.937945
2020-07-02T05:43:07
2020-07-02T05:43:07
276,591,624
0
0
null
null
null
null
UTF-8
PlantUML
false
false
763
puml
@startuml class RestaurantsController <</api/restaurants>> { <<Get>> <</>> Restaurant[] get(String location) } class InvitationController <</api/invitation>> { <<Post>> <</>> void post(Invitation invitation) } class LunchController <</api/lunch>> { <<Post>> <</>> void post(Lunch lunch) <<Delete>> <</>> void delete(Lunch lunch) } class MeController <</api/me>> { <<Get>> <</>> User get() // returns the current user <<Get>> <</lunches>> Lunch[] lunches() <<Get>> <</invitations>> Invitation invitations() <<Get>> <</friends>> User[] friends() } class FriendsController <</api/friends>>{ <<Get>> <</suggest>> User[] get() //returns all users not friends so far <<Post>> <</>> void add(Friendship friendship) } @enduml
0221c31b560ed9f30b64bd1f8116ed3a35d8c11b
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductDiscountChangeSortOrderAction.puml
e78c7d852603b856165b2b552db489dc3e98809d
[]
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
493
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 ProductDiscountChangeSortOrderAction [[ProductDiscountChangeSortOrderAction.svg]] extends ProductDiscountUpdateAction { action: String sortOrder: String } interface ProductDiscountUpdateAction [[ProductDiscountUpdateAction.svg]] { action: String } @enduml
59da3b89b88e86768a0c22b603a2de65905814d8
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartRemoveLineItemAction.puml
d445b494d486ec5531c6b57aa8ecc8e28b160ab2
[]
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
692
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 CartRemoveLineItemAction [[CartRemoveLineItemAction.svg]] extends CartUpdateAction { action: String lineItemId: String lineItemKey: String quantity: Long externalPrice: [[Money.svg Money]] externalTotalPrice: [[ExternalLineItemTotalPrice.svg ExternalLineItemTotalPrice]] shippingDetailsToRemove: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] } interface CartUpdateAction [[CartUpdateAction.svg]] { action: String } @enduml
53252e44e5081201df569947b08ab768bf66c89e
4588c3110c851b414939a9bb08be894071f14a0e
/VirtualAssistant/.idea/modules/app/app.plantuml
1463550c9dfac118d3cdaab3560000ad0d9cfea1
[]
no_license
Drendal911/SCS-Virtual-Assistant
d9325b12055b070768a4f00f30ae2aa795b38f12
e1a1399ff01396c401e20e668171a0c4abf4acf0
refs/heads/master
2023-02-22T09:44:31.224615
2021-01-25T17:07:43
2021-01-25T17:07:43
321,998,619
0
0
null
null
null
null
UTF-8
PlantUML
false
false
10,107
plantuml
@startuml title __VIRTUALASSISTANT.APP's Class Diagram__\n namespace DAO { interface DAO.AssignmentDAO { } } namespace DAO { class DAO.AssignmentDAO_Impl { } } namespace DAO { interface DAO.ReminderDAO { } } namespace DAO { class DAO.ReminderDAO_Impl { } } namespace DAO { interface DAO.SubjectDAO { } } namespace DAO { class DAO.SubjectDAO_Impl { } } namespace DAO { interface DAO.TeacherDAO { } } namespace DAO { class DAO.TeacherDAO_Impl { } } namespace DAO { interface DAO.UserDAO { } } namespace DAO { class DAO.UserDAO_Impl { } } namespace Database { abstract class Database.VADatabase { } } namespace Database { class Database.VADatabase_Impl { } } namespace Entity { class Entity.Assignment { } } namespace Entity { class Entity.Reminder { } } namespace Entity { class Entity.Subject { } } namespace Entity { class Entity.Teacher { } } namespace Entity { class Entity.User { } } namespace Utility { class Utility.CardViewAdapter { } } namespace Utility { class Utility.CardViewItem { } } namespace com.example.virtualassistant { class com.example.virtualassistant.AddAssignmentFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.AddSubjectFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.AddTeacherFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.AssignmentFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.AssignmentsFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.BuildConfig { } } namespace com.example.virtualassistant { class com.example.virtualassistant.Dashboard { } } namespace com.example.virtualassistant { class com.example.virtualassistant.EditAssignmentFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.EditSubjectFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.EditTeacherFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.HomeFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.Login { } } namespace com.example.virtualassistant { class com.example.virtualassistant.MainActivity { } } namespace com.example.virtualassistant { class com.example.virtualassistant.NotificationBroadcast { } } namespace com.example.virtualassistant { class com.example.virtualassistant.Register { } } namespace com.example.virtualassistant { class com.example.virtualassistant.SearchFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.SubjectFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.TeacherFragment { } } namespace com.example.virtualassistant { class com.example.virtualassistant.TeachersFragment { } } DAO.AssignmentDAO_Impl .up.|> DAO.AssignmentDAO DAO.ReminderDAO_Impl .up.|> DAO.ReminderDAO DAO.SubjectDAO_Impl .up.|> DAO.SubjectDAO DAO.TeacherDAO_Impl .up.|> DAO.TeacherDAO DAO.UserDAO_Impl .up.|> DAO.UserDAO Database.VADatabase -up-|> androidx.room.RoomDatabase Database.VADatabase_Impl -up-|> Database.VADatabase Database.VADatabase_Impl o-- DAO.AssignmentDAO : _assignmentDAO Database.VADatabase_Impl o-- DAO.ReminderDAO : _reminderDAO Database.VADatabase_Impl o-- DAO.SubjectDAO : _subjectDAO Database.VADatabase_Impl o-- DAO.TeacherDAO : _teacherDAO Database.VADatabase_Impl o-- DAO.UserDAO : _userDAO Entity.Assignment .up.|> java.io.Serializable Entity.Reminder .up.|> java.io.Serializable Entity.Subject .up.|> java.io.Serializable Entity.Teacher .up.|> java.io.Serializable Entity.User .up.|> java.io.Serializable Utility.CardViewAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter Utility.CardViewAdapter o-- Utility.CardViewAdapter.OnitemClickListener : mListener com.example.virtualassistant.AddAssignmentFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.AddAssignmentFragment o-- Database.VADatabase : database com.example.virtualassistant.AddAssignmentFragment o-- DAO.AssignmentDAO : dbAssignment com.example.virtualassistant.AddAssignmentFragment o-- DAO.SubjectDAO : dbSubject com.example.virtualassistant.AddSubjectFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.AddSubjectFragment o-- Database.VADatabase : database com.example.virtualassistant.AddSubjectFragment o-- DAO.SubjectDAO : dbSubject com.example.virtualassistant.AddSubjectFragment o-- DAO.TeacherDAO : dbTeacher com.example.virtualassistant.AddTeacherFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.AddTeacherFragment o-- Database.VADatabase : database com.example.virtualassistant.AddTeacherFragment o-- DAO.TeacherDAO : dbTeacher com.example.virtualassistant.AssignmentFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.AssignmentFragment o-- Database.VADatabase : database com.example.virtualassistant.AssignmentFragment o-- DAO.AssignmentDAO : dbAssignment com.example.virtualassistant.AssignmentFragment o-- DAO.SubjectDAO : dbSubject com.example.virtualassistant.AssignmentsFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.AssignmentsFragment o-- Database.VADatabase : database com.example.virtualassistant.AssignmentsFragment o-- DAO.AssignmentDAO : dbAssignment com.example.virtualassistant.AssignmentsFragment o-- DAO.ReminderDAO : dbReminder com.example.virtualassistant.AssignmentsFragment o-- DAO.SubjectDAO : dbSubject com.example.virtualassistant.Dashboard -up-|> androidx.appcompat.app.AppCompatActivity com.example.virtualassistant.EditAssignmentFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.EditAssignmentFragment o-- Database.VADatabase : database com.example.virtualassistant.EditAssignmentFragment o-- DAO.AssignmentDAO : dbAssignment com.example.virtualassistant.EditAssignmentFragment o-- DAO.ReminderDAO : dbReminder com.example.virtualassistant.EditAssignmentFragment o-- DAO.SubjectDAO : dbSubject com.example.virtualassistant.EditSubjectFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.EditSubjectFragment o-- Database.VADatabase : database com.example.virtualassistant.EditSubjectFragment o-- DAO.SubjectDAO : dbSubject com.example.virtualassistant.EditSubjectFragment o-- DAO.TeacherDAO : dbTeacher com.example.virtualassistant.EditTeacherFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.EditTeacherFragment o-- Database.VADatabase : database com.example.virtualassistant.EditTeacherFragment o-- DAO.TeacherDAO : dbTeacher com.example.virtualassistant.HomeFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.HomeFragment o-- Database.VADatabase : database com.example.virtualassistant.HomeFragment o-- DAO.AssignmentDAO : dbAssignment com.example.virtualassistant.HomeFragment o-- DAO.ReminderDAO : dbReminder com.example.virtualassistant.HomeFragment o-- DAO.SubjectDAO : dbSubject com.example.virtualassistant.Login -up-|> androidx.appcompat.app.AppCompatActivity com.example.virtualassistant.Login o-- Database.VADatabase : database com.example.virtualassistant.Login o-- DAO.UserDAO : db com.example.virtualassistant.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.virtualassistant.NotificationBroadcast -up-|> android.content.BroadcastReceiver com.example.virtualassistant.Register -up-|> androidx.appcompat.app.AppCompatActivity com.example.virtualassistant.Register o-- Database.VADatabase : database com.example.virtualassistant.Register o-- DAO.UserDAO : db com.example.virtualassistant.SearchFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.SearchFragment o-- Database.VADatabase : database com.example.virtualassistant.SearchFragment o-- DAO.AssignmentDAO : dbAssignment com.example.virtualassistant.SearchFragment o-- DAO.SubjectDAO : dbSubject com.example.virtualassistant.SearchFragment o-- DAO.TeacherDAO : dbTeacher com.example.virtualassistant.SearchFragment o-- Utility.CardViewAdapter : mAdapter com.example.virtualassistant.SubjectFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.SubjectFragment o-- Database.VADatabase : database com.example.virtualassistant.SubjectFragment o-- DAO.AssignmentDAO : dbAssignment com.example.virtualassistant.SubjectFragment o-- DAO.SubjectDAO : dbSubject com.example.virtualassistant.SubjectFragment o-- DAO.TeacherDAO : dbTeacher com.example.virtualassistant.TeacherFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.TeacherFragment o-- Database.VADatabase : database com.example.virtualassistant.TeacherFragment o-- DAO.SubjectDAO : dbSubject com.example.virtualassistant.TeacherFragment o-- DAO.TeacherDAO : dbTeacher com.example.virtualassistant.TeachersFragment -up-|> androidx.fragment.app.Fragment com.example.virtualassistant.TeachersFragment o-- Database.VADatabase : database com.example.virtualassistant.TeachersFragment o-- DAO.SubjectDAO : dbSubject com.example.virtualassistant.TeachersFragment o-- DAO.TeacherDAO : dbTeacher 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
8639c6e3195aafbcad3ee32b3f0a71543b7c27d7
625e3447fea7ecfac5cd9601974a5439b552200c
/Homework/RTFConverter/Team2/class_diagram/refactor_design.puml
2de1094dc630dfe78015f334b8252cac590fb54f
[]
no_license
ss900405twtw/SED2019
f9edec553c22fafb22199dedeb9c25046f2b80f9
17e5ceb84f4f8ca84b26013e5ab95516b82e1be4
refs/heads/master
2022-07-19T00:13:36.456120
2020-05-10T02:56:01
2020-05-10T02:56:01
262,698,934
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,547
puml
@startuml class RTFConverter { {method} + convert(TextConverter converter, String text): TextFormat } abstract class TextConverter { {field} + convertMap<Character, ConvertToken> {method} + convert(String text): TextFormat {abstract} + newText(): TextFormat } class TeXConverter { {method} + newText(): TextFormat } class WidgetCoverter { {method} + newText(): TextFormat } class TextFormat { {field} # content: String {method} + display(): void {method} + append(String s): void } class TeXText { } class WidgetText { } interface ConvertToken { {abstract} + convert(): String } interface CConvertToken { {abstract} + convert(): String } interface PConvertToken { {abstract} + convert(): String } interface FConvertToken { {abstract} + convert(): String } class TeXCConvertToken { {method} + convert(): String } class WidgetCConvertToken { {method} + convert(): String } class TeXPConvertToken { {method} + convert(): String } class WidgetPConvertToken { {method} + convert(): String } class TeXFConvertToken { {method} + convert(): String } class WidgetFConvertToken { {method} + convert(): String } note as N1 TextFormat convert (TextConverter converter, String text) { return (converter.convert(text)); } endnote note as N2 TextFormat convert(String text) { TextFormat textFormat = newText(); for (char c : text.toCharArray()){ String ptext = ""; ConvertToken ct = convertMap.get(c); if (ct != null) ptext = ct.convert(); textFormat.append(ptext); } return textFormat } endnote RTFConverter .up. N1 TextConverter .up. N2 RTFConverter ..> TextConverter : <<use>> TextConverter <|-down- TeXConverter TextConverter <|-down- WidgetCoverter TextFormat <|-up- TeXText TextFormat <|-up- WidgetText TeXConverter ..> TeXText : <<create>> WidgetCoverter ..> WidgetText : <<create>> ConvertToken <|.down. CConvertToken ConvertToken <|.down. PConvertToken ConvertToken <|.down. FConvertToken CConvertToken <|.down. TeXCConvertToken CConvertToken <|.down. WidgetCConvertToken PConvertToken <|.down. TeXPConvertToken PConvertToken <|.down. WidgetPConvertToken FConvertToken <|.down. TeXFConvertToken FConvertToken <|.down. WidgetFConvertToken TeXConverter -right-> TeXCConvertToken TeXConverter -right-> TeXPConvertToken TeXConverter -right-> TeXFConvertToken WidgetCoverter -right-> WidgetCConvertToken WidgetCoverter -right-> WidgetPConvertToken WidgetCoverter -right-> WidgetFConvertToken @enduml
dcbe695121a14642b6b3be01cc826708fa65738d
cde433048c4291d3352565b650088aef7b1566d0
/src/main/java/nl/han/dea/marijn/services/users/users.plantuml
fc541f9a8afbe1e468b509ebdb041719119dc90b
[]
no_license
marijndegen/deaberoepsproduct
5f0fa0ec728683410476fe4713860c716e1b5d53
6e50e270168072f7fdcb551a0ca229f5a23135ff
refs/heads/master
2022-10-28T18:32:44.607645
2018-04-05T09:43:17
2018-04-05T09:43:17
125,343,381
0
0
null
null
null
null
UTF-8
PlantUML
false
false
588
plantuml
@startuml title __USERS's Class Diagram__\n package nl.han.dea.marijn.services.users { interface UserService { {abstract} + allUsers() {abstract} + addSharedSubscription() } } package nl.han.dea.marijn.services.users { class UserServiceREST { + allUsers() + addSharedSubscription() } } UserServiceREST -up-|> UserService 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
bb27d20343ced21e76be503755baad2ad2de3004
495bd76445eafbf55ff3a3ff30f57d6d887d0697
/out/production/DesignPatterns/decoratorpattern/UML/ClassDiagram.puml
eee2b31c4200c899157aa46ba55760da4781fdb2
[]
no_license
alexfoglia/DesignPatterns
62a5da12f3fe2ddd7eca37f52f6eb0f0e49093ef
89bf7e552a7d91d25b903d4db5f68ccdef9be9a7
refs/heads/main
2023-03-14T22:26:28.144741
2021-02-25T15:38:19
2021-02-25T15:38:19
314,671,175
0
0
null
null
null
null
UTF-8
PlantUML
false
false
885
puml
@startuml title Decorator Pattern abstract class Beverage { String description String getDescription() double cost() } class HouseBlend extends Beverage { double cost() } class DarkRoast extends Beverage { double cost() } class Espresso extends Beverage { double cost() } class Decaf extends Beverage { double cost() } class CondimentDecorator extends Beverage { String getDescription() } class Milk extends CondimentDecorator { Beverage beverage String getDescription() double cost() } class Mocha extends CondimentDecorator { Beverage beverage String getDescription() double cost() } class Soy extends CondimentDecorator { Beverage beverage String getDescription() double cost() } class Whip extends CondimentDecorator { Beverage beverage String getDescription() double cost() } @enduml
ea1a4df4107ce2e160838526ceb41eee198365ba
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/PriceTier.puml
21acb17a49807ba3f815c6ab12195b426af207c9
[]
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
4,428
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 PriceTier [[PriceTier.svg]] { minimumQuantity: Long value: [[TypedMoney.svg TypedMoney]] } interface Price [[Price.svg]] { id: String key: String value: [[TypedMoney.svg TypedMoney]] country: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] channel: [[ChannelReference.svg ChannelReference]] validFrom: DateTime validUntil: DateTime discounted: [[DiscountedPrice.svg DiscountedPrice]] tiers: [[PriceTier.svg List<PriceTier>]] custom: [[CustomFields.svg CustomFields]] } 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 StandalonePriceTierAddedMessage [[StandalonePriceTierAddedMessage.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]] tier: [[PriceTier.svg PriceTier]] } interface StandalonePriceTierRemovedMessage [[StandalonePriceTierRemovedMessage.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]] removedTier: [[PriceTier.svg PriceTier]] } interface StandalonePriceTierAddedMessagePayload [[StandalonePriceTierAddedMessagePayload.svg]] { type: String tier: [[PriceTier.svg PriceTier]] } interface StandalonePriceTierRemovedMessagePayload [[StandalonePriceTierRemovedMessagePayload.svg]] { type: String removedTier: [[PriceTier.svg PriceTier]] } interface StandalonePriceTiersSetMessage [[StandalonePriceTiersSetMessage.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]] tiers: [[PriceTier.svg List<PriceTier>]] previousTiers: [[PriceTier.svg List<PriceTier>]] } interface StandalonePriceTiersSetMessagePayload [[StandalonePriceTiersSetMessagePayload.svg]] { type: String tiers: [[PriceTier.svg List<PriceTier>]] previousTiers: [[PriceTier.svg List<PriceTier>]] } PriceTier --> Price #green;text:green : "tiers" PriceTier --> StandalonePrice #green;text:green : "tiers" PriceTier --> StandalonePriceTierAddedMessage #green;text:green : "tier" PriceTier --> StandalonePriceTierRemovedMessage #green;text:green : "removedTier" PriceTier --> StandalonePriceTierAddedMessagePayload #green;text:green : "tier" PriceTier --> StandalonePriceTierRemovedMessagePayload #green;text:green : "removedTier" PriceTier --> StandalonePriceTiersSetMessage #green;text:green : "tiers" PriceTier --> StandalonePriceTiersSetMessage #green;text:green : "previousTiers" PriceTier --> StandalonePriceTiersSetMessagePayload #green;text:green : "tiers" PriceTier --> StandalonePriceTiersSetMessagePayload #green;text:green : "previousTiers" @enduml
04456ea3d1fcd9b936c1d2ac41b5875ceae31e51
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductRemovePriceAction.puml
bccd541c4521bf0d767c5b103412c28362e14713
[]
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
540
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 ProductRemovePriceAction [[ProductRemovePriceAction.svg]] extends ProductUpdateAction { action: String priceId: String sku: String variantId: Long price: [[PriceDraft.svg PriceDraft]] staged: Boolean } interface ProductUpdateAction [[ProductUpdateAction.svg]] { action: String } @enduml
0a54ddde3edcab86312bdd625236fa1dd66bfa54
7eb0a3429f021f1a046bed8e667a6911d789d065
/ObserverPattern/example.puml
58006cdee6014fb32ac068fc84f458a8b8c013b4
[ "MIT" ]
permissive
gama79530/DesignPattern
d99431711fda65cfb7d790b2959ba0a712fa3f86
4730c50cdd839072ae50eef975cbed62b5a2a41c
refs/heads/master
2023-08-03T04:35:54.561642
2023-06-08T03:13:08
2023-07-31T12:32:13
269,562,362
0
0
null
null
null
null
UTF-8
PlantUML
false
false
749
puml
@startuml example hide empty members interface Streamer{ + String accountInfo + void registerObserver() + boolean removeObserver() + void notifyObserver() + boolean getIsStreaming() + void setIsStreaming(boolean isStreaming) } interface Audience{ + void update(String streamInfo) } class TwitchStreamer{ + String accountInfo + void registerObserver() + boolean removeObserver() + void notifyObserver() + boolean getIsStreaming() + void setIsStreaming(boolean isStreaming) } class TwitchAudience{ + int accountID + String nickname + void update(String streamInfo) } Streamer <|-- TwitchStreamer Audience <|-- TwitchAudience Streamer "1" - "0..*" Audience : < register @enduml
69c993c0ba441c8c648157967701f3c8a2be18fd
a762bce83607c76e42fbbc676337dc2db6db6587
/ProyectoCurso_MC_completo.iuml
6995cbfde30689f0934598c14a0579109f525794
[]
no_license
hugvilduq/E1-IISSI-1-hugvilduq
bbc7124e02ddddcbfb21304a830fb0ee1ace534e
913a043b199c5bc5b377aa9cb491ebdc834e6a83
refs/heads/main
2023-01-03T19:32:33.870437
2020-10-31T17:43:15
2020-10-31T17:43:15
308,933,537
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,797
iuml
@startuml 'Opciones gráficas skinparam linetype ortho skinparam arrow { FontSize 20 } '-------------------------------------- 'Enumerados '-------------------------------------- enum E_DiaSemana <<Enum>>{ lunes martes miercoles jueves viernes } enum E_MetodoAcceso <<Enum>>{ selectividad ciclo mayor titulado_extranjero } enum E_TipoAsignatura <<Enum>>{ obligatoria optativa formacion_basica } enum E_TipoClase <<Enum>>{ teoria laboratorio } enum E_TipoProfesor <<Enum>>{ catedratico titular_de_universidad profesor_contratado_doctor profesor_ayudante_doctor } '-------------------------------------- 'Entidades '-------------------------------------- class Alumno{ dni: String nombre: String apellidos: String fecha_nacimiento: Date email: String metodo_acceso: E_MetodoAcceso } class Asignatura{ nombre: String acronimo: String creditos: Integer curso: Integer tipo: E_TipoAsignatura } class Aula{ tiene_megafonia: Boolean tiene_proyector: Boolean actividad: E_TipoClase } class CargaDocente{ carga_docente: Integer } class CitaTutoria{ fecha: Date hora: Time } class Departamento{ nombre: String } class Despacho{ } class Espacio{ nombre: String planta: Integer capacidad: Integer } class Grado{ nombre: String num_anyos: Integer num_creditos: Integer } class Grupo{ nombre:String anyo_academico:Integer creditos: Integer } class GrupoLab{ } class GrupoTeo{ } class Nota{ valor: Double numero_convocatoria: Integer matricula_honor: Boolean } class Profesor { dni: String nombre: String apellidos: String fecha_nacimiento: Date email: String categoria: E_TipoProfesor } class Tutoria{ dia_de_la_semana: E_DiaSemana hora_comienzo: Time hora_fin: Time } '-------------------------------------- 'Asociaciones '-------------------------------------- Alumno "1..*" -- "1..*" Asignatura: "se matricula en >" Alumno "1" -- "*" CitaTutoria: " solicita >" Alumno "1..*" --* "1..*" Grupo Asignatura "1" --* "1..*" Grado Asignatura "1" -- "1..*" Departamento: "es coordinada por >" Departamento "1" *-- "1..*" Profesor: "" Espacio "1" o-- "0..1" Aula Espacio "1" o-- "0..1" Despacho: "" Grupo "1..*" --* "1" Asignatura: "" GrupoLab "0..*" --o "1" Grupo:"" GrupoTeo "1..*" --* "1" Grupo: "" (GrupoTeo,Alumno) . Nota Profesor "1" -- "*" Despacho: "tiene asignado >" Profesor "1..*" -- "1..*" Grupo: " da clase a >" Profesor "1" -- "*" Tutoria : " ofrece >" (Profesor,Grupo) . CargaDocente Tutoria "1" *-- "1" CitaTutoria ' -------------------------------------- ' Restricciones ' -------------------------------------- note right of Alumno <b><u>{RN-004} Limitación créditos estudiante </u></b> Un alumno no puede matricularse en más de 90 créditos o menos de 30 en un curso académico. <b><u>{RN-008} Restricción de edad </u></b> Un alumno no puede acceder por selectividad teniendo menos de 16 años. <b><u>{RN-009} Alumno pertenece a grupo </u></b> Un alumno no puede tener notas en grupos a los que no pertenece <b><u>{RN-019} Pertenencia de alumnos a grupos </u></b> Un alumno no puede pertenecer a más de un grupo de teoría y a más de un grupo de prácticas de cada asignatura. <b><u>{RN-017} Correos bien formados </u></b> Los correos tienen que estar bien formados (contienen @, y un punto) endnote note right of Asignatura <b><u>{RN-012} Acrónimos bien formados </u></b> Un acrónimo tiene que estar bien formado, se entiende que lo está cuando coincide con las letras mayúsculas que aparecen en el nombre de la asignatura endnote note bottom of Aula <b><u>{RN-015} Capacidad de aula máxima </u></b> Cada aula debe tener capacidad suficiente para los grupos que se imparten en la misma. <b><u>{RN-021} Aulas de teoría y prácticas </u></b> Los grupos de teoría se impartirán en aulas de teoría y los grupos de laboratorio en aulas de laboratorio. endnote note right of CargaDocente <b><u>{RN-001} Limitación créditos docentes </u></b> Un profesor no imparte >24 créditos por curso académico. endnote note bottom of CitaTutoria <b><u>{RN-005} Cita de tutoría en horas válidas </u></b> Una cita para tutoría estará definida por una hora que debe estar entre la hora de comienzo y fin de la tutoría correspondiente <b><u>{RN-022} Citas para tutorías </u></b> Quiero Un alumno no podrá solicitar una nueva tutoría mientras tenga una tutoría pendiente. endnote note right of Departamento <b><u>{RN-014} Profesores por departamento </u></b> En cada departamento se tiene que cumplir que #CU+#TU > #PCD+#PAD . endnote note right of Espacio <b><u>{RN-016} Nombre de espacios bien formados </u></b> El nombre de un espacio sigue el siguiente formato (dependiendo de si es despacho o aula): {D|A}.{Planta}.{Natural}. Ej: D.0.23 (despacho 23 de la planta baja), A.1.14 (aula 14 de la planta 1). endnote note right of Grupo <b><u>{RN-011} Alumnos máximos en grupos </u></b> Un grupo de teoría no puede tener más de 75 alumnos, y uno de laboratorio no más de 25. endnote note top of GrupoTeo <b><u>{RI-008} Información sobre grupos </u></b> El nº de alumnos debe ser >15 endnote note top of Nota <b><u>{RN-006} Matrícula de honor </u></b> Para que una nota sea matrícula de honor es necesario que su valor sea igual o superior a 9. <b><u>{RN-007} Nota por alumno </u></b> Un alumno no puede tener más de una nota para la misma asignatura, convocatoria y añoacadémico <b><u>{RN-010} Cambios bruscos en notas </u></b> Una nota no puede alterarse de una vez en más de 4 puntos (aumentada o disminuida) endnote note top of Profesor <b><u>{RN-003} Profesor pertenece a departamento </u></b> Los profesores que imparten una asignatura deben pertenecer al departamento que asume la asignatura. <b><u>{RN-013} Grupos de docencia máximos </u></b> En un año académico un profesor no puede impartir docencia en más de 5 grupos. <b><u>{RN-020} Profesor de teoría y prácticas </u></b> Cuando en una asignatura haya grupos de prácticas, el profesor del grupo de teoría, debe impartir alguno de los grupos de prácticas. endnote note bottom of Tutoria <b><u>{RN-002} Limitación horas de tutoría </u></b> Un profesor no puede impartir >6h de tutoría a la semana. <b><u>{RN-018} Límite de tutorías PAD </u></b> Un profesor PAD no puede dar más de 2h de tutorías a la semana endnote @enduml
00b0bcd1f50ab145d1f9efaeae9ff0176f14d79c
f7389ede7c743b8ce3d174eee24ebcab316354f6
/Diagrammer/CentralComputer/Klasser/SumoBot/CD.puml
aab006af035255c7d414e156ea768d9c0c70ddff
[]
no_license
Solvgraa-mager/E3PRJ3
7e2b70775c0d8b8312bc893e0c9014fd766af9b0
fb507b5528417459714c00b73c75378d6465af19
refs/heads/master
2023-01-31T11:01:30.966313
2020-12-18T10:28:55
2020-12-18T10:28:55
294,479,612
0
1
null
null
null
null
UTF-8
PlantUML
false
false
317
puml
@startuml skinparam wrapWidth 200 class SumoBot <<Boundary>>{ - _TCPS : TCPServer* - _lifes : int -_retning : int -_speed : int -_attackStatus : bool +SumoBot(int lifes, int player) +SetDirectionAndSpeed(int dir,int speed) +SubstractLife() +GetLives() +~SumoBot() } @enduml
1e0f04635fb1ad0339bbcd3a6bb0bfe138abdb4e
a80b14012b0b654f44895e3d454cccf23f695bdb
/plantuml/src/test/resources/test.puml
6b75edbb570abb92dd8d61d71857ace8c8cbc6e9
[]
no_license
azhi365/lime-java
7a9240cb5ce88aefeb57baeb1283872b549bcab9
11b326972d0a0b6bb010a4328f374a3249ee4520
refs/heads/master
2023-03-31T19:08:28.736443
2018-03-02T14:40:29
2018-03-02T14:40:33
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
68
puml
@startuml class Foo<? extends Element> { int size() } @enduml
0960b8fe7a71dbf9d5eff61f6b624f2e6a22a3d5
366b04c0ecc60f4f827ccc25cc47201652cf29e8
/src/tons/singleton/uml/singleton.puml
08b279d4f139c209d250a4be0675e4d1bc9caaa5
[]
no_license
vitalispopoff/designPatterns
c14b6d222603d6873229b17254b4e001b1b23bac
9d90e87ddbd6f964ba681c7bb13b94551383ff07
refs/heads/master
2022-11-16T10:20:38.580475
2020-06-20T21:36:16
2020-06-20T21:36:16
267,718,159
1
0
null
null
null
null
UTF-8
PlantUML
false
false
253
puml
@startuml package tons.singleton { +class Single{ +{field} {static} single Single -- - {method} Single () .. + {method} {static} instanceOf () : Single } Single --o Single } @enduml
cefc991cd2c82b2edbf33b13cbed6c21e438315c
8ec1fb16b350f453824ca50174347688b310ce2c
/aula08/ex1a/ex1a.plantuml
1877f511dd053fb6d8319e5c620b20fddb147572
[]
no_license
oEscal/PDS
2f32cd491a0a963e3b7182f772d8699ba82f3bf3
5feca5f16979319869da5fcf97ae3f3dfbbf1986
refs/heads/master
2020-04-25T00:23:09.561837
2019-06-03T09:17:43
2019-06-03T09:17:43
172,376,799
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,632
plantuml
@startuml title __EX1A's Class Diagram__\n package aula08.ex1a { interface BankAccount { {abstract} + deposit() {abstract} + withdraw() {abstract} + balance() } } package aula08.ex1a { class BankAccountImpl { - bank : String - balance : double ~ BankAccountImpl() + getBank() + deposit() + withdraw() + balance() } } package aula08.ex1a { class BankAccountImplProxy { + BankAccountImplProxy() + deposit() + withdraw() + balance() } } package aula08.ex1a { class Company { {static} + user : User - emps : List<Employee> + admitPerson() + paySalaries() + employees() } } package aula08.ex1a { class Employee { - salary : double + Employee() + getSalary() } } package aula08.ex1a { class Person { - name : String + Person() + getName() + getBankAccount() } } package aula08.ex1a { class SharkCompany { {static} + main() } } package aula08.ex1a { enum User { OWNER COMPANY } } BankAccountImpl -up-|> BankAccount BankAccountImplProxy -up-|> BankAccount BankAccountImplProxy o-- BankAccount : real_bank_account Employee -up-|> Person Person o-- BankAccount : bankAccount 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
8dba6cd2bcf6b7114538d1716e82b1c547e98a8b
f8ecf678fcf1ba69819f34a30680385e95cee905
/.idea/modules/app/app.plantuml
45fde1ad7b538cef844f47a16e23e6070ee994ea
[]
no_license
htabir/kodrek-android
b96dd659cc94747ba0c989343376a0a17fc3965e
f8ce9527b3f775ad7b5a23025226ee7c82f6c3d7
refs/heads/master
2023-03-08T05:56:21.738236
2021-02-20T15:14:53
2021-02-20T15:14:53
337,133,066
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,294
plantuml
@startuml title __KODREK.APP's Class Diagram__\n namespace app.kodrek { class app.kodrek.ApiClient { } } namespace app.kodrek { class app.kodrek.BuildConfig { } } namespace app.kodrek { class app.kodrek.CheckingResponse { } } namespace app.kodrek { class app.kodrek.ComingSoon { } } namespace app.kodrek { class app.kodrek.DashOverall { } } namespace app.kodrek { class app.kodrek.DashToday { } } namespace app.kodrek { class app.kodrek.FetchData { } } namespace app.kodrek { class app.kodrek.LadderCurrent { } } namespace app.kodrek { class app.kodrek.LadderPreset { } } namespace app.kodrek { class app.kodrek.LoginEmail { } } namespace app.kodrek { class app.kodrek.LoginPassword { } } namespace app.kodrek { class app.kodrek.LoginRequest { } } namespace app.kodrek { class app.kodrek.LoginResponse { } } namespace app.kodrek { class app.kodrek.LoginSignupOption { } } namespace app.kodrek { class app.kodrek.MainActivity { } } namespace app.kodrek { class app.kodrek.Menu { } } namespace app.kodrek { class app.kodrek.OjData { } } namespace app.kodrek { class app.kodrek.Preset { } } namespace app.kodrek { class app.kodrek.PresetList { } } namespace app.kodrek { abstract class app.kodrek.ProblemSet { } } namespace app.kodrek { class app.kodrek.RegisterCf { } } namespace app.kodrek { class app.kodrek.RegisterComplete { } } namespace app.kodrek { class app.kodrek.RegisterEmail { } } namespace app.kodrek { class app.kodrek.RegisterName { } } namespace app.kodrek { class app.kodrek.RegisterPassword { } } namespace app.kodrek { class app.kodrek.RegisterUsername { } } namespace app.kodrek { class app.kodrek.RegisterUva { } } namespace app.kodrek { class app.kodrek.RegistrationRequest { } } namespace app.kodrek { class app.kodrek.SubmissionsTable { } } namespace app.kodrek { interface app.kodrek.UserService { } } app.kodrek.ComingSoon -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.DashOverall -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.DashOverall o-- app.kodrek.OjData : codeforce app.kodrek.DashOverall o-- app.kodrek.LoginResponse : loginResponse app.kodrek.DashOverall o-- app.kodrek.Preset : userPreset app.kodrek.DashOverall o-- app.kodrek.OjData : uva app.kodrek.DashToday -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.DashToday o-- app.kodrek.OjData : codeforce app.kodrek.DashToday o-- app.kodrek.LoginResponse : loginResponse app.kodrek.DashToday o-- app.kodrek.Preset : userPreset app.kodrek.DashToday o-- app.kodrek.OjData : uva app.kodrek.FetchData -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.FetchData o-- app.kodrek.OjData : codeforce app.kodrek.FetchData o-- app.kodrek.LoginResponse : loginResponse app.kodrek.FetchData o-- app.kodrek.PresetList : pList app.kodrek.FetchData o-- app.kodrek.Preset : userPreset app.kodrek.FetchData o-- app.kodrek.OjData : uva app.kodrek.LadderCurrent -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.LadderCurrent o-- app.kodrek.OjData : codeforce app.kodrek.LadderCurrent o-- app.kodrek.LoginResponse : loginResponse app.kodrek.LadderCurrent o-- app.kodrek.PresetList : presetList app.kodrek.LadderCurrent o-- app.kodrek.Preset : userPreset app.kodrek.LadderCurrent o-- app.kodrek.OjData : uva app.kodrek.LadderPreset -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.LadderPreset o-- app.kodrek.PresetList : presetList app.kodrek.LadderPreset o-- app.kodrek.Preset : userPreset app.kodrek.LoginEmail -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.LoginPassword -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.LoginSignupOption -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.Menu -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.Preset -up-|> app.kodrek.ProblemSet app.kodrek.RegisterCf -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.RegisterComplete -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.RegisterEmail -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.RegisterName -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.RegisterPassword -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.RegisterUsername -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.RegisterUva -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.SubmissionsTable -up-|> androidx.appcompat.app.AppCompatActivity app.kodrek.SubmissionsTable o-- app.kodrek.OjData : codeforce app.kodrek.SubmissionsTable o-- app.kodrek.OjData : uva 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
eab3e689bbfaa73981e9c89a23ba6b4da703cf09
122fd983bbcd9b90c132d75ab8bcda043a266cdf
/src/main/resources/Composite.puml
03b0c889dde9401f5e3ec14d06654a584264888f
[]
no_license
JayRichrd/DesignPatterns
e847d899e652628557957fdbbb6b0c602a305293
eaccf00624287c48f055b4baada58a209da95194
refs/heads/master
2021-07-06T09:11:02.395035
2020-08-22T16:44:37
2020-08-22T16:44:37
171,642,845
0
0
null
null
null
null
UTF-8
PlantUML
false
false
398
puml
@startuml abstract class Component{ # String name + {abstract} void add(Component component) + {abstract} void remove(Component component) + {abstract} void display(int depth) } class Leaf class Composite class CompositePattern Component <|-- Leaf : extends Component <|-- Composite : extends Component *-- Composite : composite CompositePattern ..> Component : Dependency @enduml
fe6916446c4d2fa28836083e7f47435c928a4f21
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductSetMetaTitleAction.puml
a51eae44b4627eb3246a5fde561ebb3ceb6a2f2a
[]
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
500
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 ProductSetMetaTitleAction [[ProductSetMetaTitleAction.svg]] extends ProductUpdateAction { action: String metaTitle: [[LocalizedString.svg LocalizedString]] staged: Boolean } interface ProductUpdateAction [[ProductUpdateAction.svg]] { action: String } @enduml
42bb8d6cac077f9e9239c436ef5422eff19739d1
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ShippingRateInput.puml
dd0f86be25977d290239096e88f57307f1393e47
[]
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
10,223
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 ShippingRateInput [[ShippingRateInput.svg]] { type: String } interface ClassificationShippingRateInput [[ClassificationShippingRateInput.svg]] { type: String key: String label: [[LocalizedString.svg LocalizedString]] } interface ScoreShippingRateInput [[ScoreShippingRateInput.svg]] { type: String score: Long } 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 Shipping [[Shipping.svg]] { shippingKey: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] shippingAddress: [[Address.svg Address]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] shippingCustomFields: [[CustomFields.svg CustomFields]] } interface OrderShippingRateInputSetMessage [[OrderShippingRateInputSetMessage.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]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] oldShippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] } interface OrderShippingRateInputSetMessagePayload [[OrderShippingRateInputSetMessagePayload.svg]] { type: String shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] oldShippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] } 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 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]] } ShippingRateInput --> ClassificationShippingRateInput #blue;text:blue : "type : Classification" ShippingRateInput --> ScoreShippingRateInput #blue;text:blue : "type : Score" ShippingRateInput --> Cart #green;text:green : "shippingRateInput" ShippingRateInput --> Shipping #green;text:green : "shippingRateInput" ShippingRateInput --> OrderShippingRateInputSetMessage #green;text:green : "shippingRateInput" ShippingRateInput --> OrderShippingRateInputSetMessage #green;text:green : "oldShippingRateInput" ShippingRateInput --> OrderShippingRateInputSetMessagePayload #green;text:green : "shippingRateInput" ShippingRateInput --> OrderShippingRateInputSetMessagePayload #green;text:green : "oldShippingRateInput" ShippingRateInput --> Order #green;text:green : "shippingRateInput" ShippingRateInput --> QuoteRequest #green;text:green : "shippingRateInput" ShippingRateInput --> Quote #green;text:green : "shippingRateInput" @enduml
7fd09d49dc0d2bc8523b2005353607579a5ff788
0ee676ceeff44ba4b842e9f0d529ba75a68b1975
/Laborator.plantuml
49f3636aa2f46bbb7c0b7636f052384054b831e5
[]
no_license
CalanceaCatalina/TMPS
d035c519851abeeeb40cd646b9e7d536f7baa183
7afc84126375e091bd9aad68dbfcf9138b0e0026
refs/heads/main
2023-04-07T11:20:57.909790
2021-04-18T19:59:46
2021-04-18T19:59:46
335,952,011
0
0
null
null
null
null
UTF-8
PlantUML
false
false
7,546
plantuml
@startuml title __LABORATOR's Class Diagram__\n namespace Builder { class Builder.BuilderPrepare { } } namespace Builder { class Builder.Pizza { } } namespace Builder { class Builder.Prepare_Method { } } namespace Builder { class Builder.Runner { } } namespace Builder { namespace Composite { class Builder_Composite.BuilderPizza { } } } namespace Builder { namespace Composite { interface Builder_Composite.IRecipeBook { } } } namespace Builder { namespace Composite { class Builder_Composite.Pizza { } } } namespace Builder { namespace Composite { class Builder_Composite.PrepareMethod { } } } namespace Builder { namespace Composite { class Builder_Composite.Recipe { } } } namespace Builder { namespace Composite { class Builder_Composite.RecipeBook { } } } namespace Builder { namespace Composite { class Builder_Composite.Runner { } } } namespace OCP { class OCP.Box_Type { } } namespace OCP { abstract class OCP.Boxing { } } namespace OCP { class OCP.Family_Pizza_Boxing { } } namespace OCP { class OCP.Italian_Pizza_Boxing { } } namespace OCP { class OCP.Large_Pizza_Boxing { } } namespace OCP { class OCP.Medium_Pizza_Boxing { } } namespace OCP { class OCP.Runner { } } namespace OCP { namespace violation { class OCP_violation.Box_Type_V { } } } namespace OCP { namespace violation { class OCP_violation.Family_V_Boxing { } } } namespace OCP { namespace violation { class OCP_violation.Italian_V_Boxing { } } } namespace OCP { namespace violation { class OCP_violation.Large_V_Boxing { } } } namespace OCP { namespace violation { class OCP_violation.Medium_V_Boxing { } } } namespace OCP { namespace violation { class OCP_violation.Runner_V { } } } namespace Prototype_AbstractFactory { class Prototype_AbstractFactory.AFP_Runner { } } namespace Prototype_AbstractFactory { namespace Boxes { namespace Abstracts { abstract class Prototype_AbstractFactory.Boxes.Abstracts.Pizza_Box { } } } } namespace Prototype_AbstractFactory { namespace Boxes { class Prototype_AbstractFactory.Boxes.Box_Type_Calzone { } } } namespace Prototype_AbstractFactory { namespace Boxes { class Prototype_AbstractFactory.Boxes.Box_Type_Family { } } } namespace Prototype_AbstractFactory { namespace Boxes { class Prototype_AbstractFactory.Boxes.Box_Type_Italian { } } } namespace Prototype_AbstractFactory { namespace Boxes { class Prototype_AbstractFactory.Boxes.Box_Type_Large { } } } namespace Prototype_AbstractFactory { namespace Boxes { class Prototype_AbstractFactory.Boxes.Box_Type_Medium { } } } namespace Prototype_AbstractFactory { namespace Factories { class Prototype_AbstractFactory.Factories.Pizza_Calzone_Factory { } } } namespace Prototype_AbstractFactory { namespace Factories { class Prototype_AbstractFactory.Factories.Pizza_Classic_Factory { } } } namespace Prototype_AbstractFactory { namespace Interfaces { interface Prototype_AbstractFactory.Interfaces.IPizza { } } } namespace Prototype_AbstractFactory { namespace Pizza { namespace Abstracts { abstract class Prototype_AbstractFactory.Pizza.Abstracts.Pizza { } } } } namespace Prototype_AbstractFactory { namespace Pizza { class Prototype_AbstractFactory.Pizza.Pizza_Calzone { } } } namespace Prototype_AbstractFactory { namespace Pizza { class Prototype_AbstractFactory.Pizza.Pizza_Classic { } } } namespace SRP { class SRP.Main { } } namespace SRP { class SRP.Prepare { } } namespace SRP { class SRP.Prepare_Method_Ingredients { } } namespace Singleton.Enum { enum Cheese { } } namespace Singleton.Enum { enum Crust { } } namespace Singleton.Enum { enum Dough { } } namespace Singleton.Enum { enum Magic { } } namespace Singleton.Enum { enum Size { } } namespace Singleton.Enum { enum Toppings { } } namespace Singleton.Lab1 { class Singleton.Lab1.Ingrediente { } } namespace Singleton.Lab1 { class Singleton.Lab1.Runner { } } Builder.BuilderPrepare o-- Builder.Pizza : preparepizza Builder.Pizza o-- Singleton.Enum.Crust : crust Builder.Pizza o-- Singleton.Enum.Dough : dough Builder.Pizza o-- Singleton.Enum.Size : size Builder_Composite.BuilderPizza o-- Builder_Composite.Pizza : pizza Builder_Composite.Pizza o-- Singleton.Enum.Crust : crust Builder_Composite.Pizza o-- Singleton.Enum.Dough : dough Builder_Composite.Pizza o-- Singleton.Enum.Size : size Builder_Composite.Recipe .up.|> Builder_Composite.IRecipeBook Builder_Composite.Recipe o-- Builder_Composite.Pizza : pizza Builder_Composite.RecipeBook .up.|> Builder_Composite.IRecipeBook Builder_Composite.RecipeBook o-- Builder_Composite.Pizza : pizza OCP.Family_Pizza_Boxing -up-|> OCP.Boxing OCP.Family_Pizza_Boxing o-- SRP.Prepare : prepare OCP.Italian_Pizza_Boxing -up-|> OCP.Boxing OCP.Italian_Pizza_Boxing o-- SRP.Prepare : prepare OCP.Large_Pizza_Boxing -up-|> OCP.Boxing OCP.Large_Pizza_Boxing o-- SRP.Prepare : prepare OCP.Medium_Pizza_Boxing -up-|> OCP.Boxing OCP.Medium_Pizza_Boxing o-- SRP.Prepare : prepare Prototype_AbstractFactory.Boxes.Box_Type_Calzone -up-|> Prototype_AbstractFactory.Boxes.Abstracts.Pizza_Box Prototype_AbstractFactory.Boxes.Box_Type_Family -up-|> Prototype_AbstractFactory.Boxes.Abstracts.Pizza_Box Prototype_AbstractFactory.Boxes.Box_Type_Italian -up-|> Prototype_AbstractFactory.Boxes.Abstracts.Pizza_Box Prototype_AbstractFactory.Boxes.Box_Type_Large -up-|> Prototype_AbstractFactory.Boxes.Abstracts.Pizza_Box Prototype_AbstractFactory.Boxes.Box_Type_Medium -up-|> Prototype_AbstractFactory.Boxes.Abstracts.Pizza_Box Prototype_AbstractFactory.Factories.Pizza_Calzone_Factory .up.|> Prototype_AbstractFactory.Interfaces.IPizza Prototype_AbstractFactory.Factories.Pizza_Classic_Factory .up.|> Prototype_AbstractFactory.Interfaces.IPizza Prototype_AbstractFactory.Pizza.Abstracts.Pizza o-- Singleton.Enum.Crust : crust Prototype_AbstractFactory.Pizza.Abstracts.Pizza o-- Singleton.Enum.Dough : dough Prototype_AbstractFactory.Pizza.Abstracts.Pizza o-- Singleton.Enum.Size : size Prototype_AbstractFactory.Pizza.Pizza_Calzone -up-|> Prototype_AbstractFactory.Pizza.Abstracts.Pizza Prototype_AbstractFactory.Pizza.Pizza_Classic -up-|> Prototype_AbstractFactory.Pizza.Abstracts.Pizza SRP.Prepare o-- Singleton.Enum.Crust : crust SRP.Prepare o-- Singleton.Enum.Dough : dough SRP.Prepare o-- Singleton.Enum.Size : size 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
448a5e26df9ed5a72d6bd0720b188b45306f62eb
a31d4d705e38e84a6da6e491a811599d813d56a0
/ntu_6_7/src/com/company/company.plantuml
12a0ad0469dedc4ba250922312f55d8196667c04
[]
no_license
rabiefw/Java_Examples_NTU
ea97330e2d8aabc03a9d8b97693ece475a3ccee1
c653bb6fab68f2246b13378a7aba0f58e1ad76a1
refs/heads/main
2023-06-14T04:07:49.284710
2021-07-16T15:44:36
2021-07-16T15:44:36
384,429,520
0
0
null
null
null
null
UTF-8
PlantUML
false
false
898
plantuml
@startuml title __COMPANY's Class Diagram__\n namespace com.company { abstract class com.company.Animal { {abstract} + greeting() } } namespace com.company { class com.company.BigDog { + greeting() + greeting() } } namespace com.company { class com.company.Cat { + greeting() } } namespace com.company { class com.company.Dog { + greeting() + greeting() } } namespace com.company { class com.company.Main { {static} + main() } } com.company.BigDog -up-|> com.company.Dog com.company.Cat -up-|> com.company.Animal com.company.Dog -up-|> com.company.Animal 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
4c15ea90e144151e2dd6b05132ade4203540f595
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StateUpdate.puml
982cbf41d9aa48abf23e6576e32348392dbd0356
[]
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
351
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 StateUpdate [[StateUpdate.svg]] { version: Long actions: [[StateUpdateAction.svg List<StateUpdateAction>]] } @enduml