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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
74e5fa619b15c0d2d5c0a02552d67c6cca707b15 | 86a3a7f68a26bf947a96c34a6b008dc98e48c575 | /lapr2-2020-g041/docs/UC7/UC7_CD.puml | 2192645bcd3f0673f5e3ec34afcb435687fd2646 | [
"MIT"
] | permissive | GJordao12/ISEP-LAPR2 | 7f01f7fe4036f17a4a76f0595e80564c2dda7b3c | 0c537d1cf57f627f98e42b6f1b7e100f49ff2d15 | refs/heads/master | 2023-08-17T10:59:19.469307 | 2021-10-02T16:27:19 | 2021-10-02T16:27:19 | 272,283,723 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,258 | puml | @startuml
skinparam classAttributeIconSize 0
class LoadTransactionsFileUI{
}
class LoadTransactionsFileController{
+loadFileCsv(file)
+loadFileTxt(file)
}
class LoadFromCsvTxt{
loadFile(file)
}
class Platform {
-String designation
+getOrganizationsRegister()
+getFreelancersRegister()
}
class Organization {
-String designation
+getTaskList()
+getPaymentTransactionList()
}
class OrganizationsRegister{
+getOrganizationByUserEmail(email)
}
class AplicacaoPOT {
+static getInstance()
+getCurrentSession()
}
class UserSession {
+getUserEmail()
}
class User {
-String name
-String email
-String password
}
class Collaborator {
-String name
-String email
}
class Freelancer {
-String id
-String name
-String email
-Integer NIF
-Integer IBAN
-double OverallPayments
+Freelancer(id,name,email,NIF,IBAN,level,freeLocation)
+setPayment(pay)
}
class FreelancersRegister{
+contains(free)
+addFreelancer(free)
+getFreelancerById(freeID)
}
enum LevelOfExpertise {
-JUNIOR
-SENIOR
}
class Location {
-String address
-String country
+Location(address,country)
}
class PaymentTransaction {
-String id
-Integer day
-Integer hour
+PaymentTransaction(transID,free,task)
}
class PaymentTransactionList {
+contains(pay)
+addPaymentTransaction(pay)
}
class Task {
-String id
-String briefDescription
-Double timeDuration
-Double costPerHour
-String category
+Task(taskID,taskDesc,taskDuration,taskCost,taskCategory)
}
class TasksList{
+contains(task)
+addTask(task)
}
class TaskExecution{
-Date deadline
-Double delay
-String descQualityWork
}
LoadTransactionsFileUI .. LoadTransactionsFileController
LoadTransactionsFileController ..> LoadFromCsvTxt
LoadFromCsvTxt -- Platform
LoadFromCsvTxt -- Freelancer
LoadFromCsvTxt -- FreelancersRegister
LoadFromCsvTxt -- Task
LoadFromCsvTxt -- OrganizationsRegister
LoadFromCsvTxt -- Organization
LoadFromCsvTxt -- AplicacaoPOT
LoadFromCsvTxt -- UserSession
LoadFromCsvTxt -- TasksList
LoadFromCsvTxt -- PaymentTransactionList
LoadFromCsvTxt -- Collaborator
Platform "1" -- "*" Organization : has registered >
Platform "1" -- "*" Freelancer : has registered >
Platform "1" -- "*" User : has registered >
Platform "1" --> "1" FreelancersRegister : has
Platform "1" --> "1" OrganizationsRegister : has
FreelancersRegister "1" --> "*" Freelancer : has
OrganizationsRegister "1" --> "*" Organization : has
Organization "1" --> "1" TasksList : has
Organization "1" --> "1" PaymentTransactionList : has
Organization "1" --> "0..1" Collaborator : has
Organization "1" -- "*" Task : has >
Organization "1" -- "*" PaymentTransaction : has >
TasksList "1" --> "*" Task : has
PaymentTransactionList "1" --> "*" PaymentTransaction : has
PaymentTransaction "*" --> "1" Freelancer : to
PaymentTransaction "1" --> "1" Task : has
Collaborator "1" --> "*" Freelancer : registers
Collaborator "1" --> "*" Task : registers
Collaborator "1" --> "*" TaskExecution : registers
Collaborator "1" --> "*" PaymentTransaction : does
Collaborator "0..1" -- "1" User : act as >
Task "1" --> "1" TaskExecution : has
Freelancer "1" -- "1" LevelOfExpertise : has >
Freelancer "1" -- "1" Location : has >
Freelancer "1" -- "*" Task : does >
@enduml
|
9ed59daafef3204408dd70549288741b89d2a6a9 | 2a55af90da354874b8bae9e25185474f446cd695 | /infra/infra.puml | d0369311a620c3948fb36d6fecd7158b07aee976 | [
"Apache-2.0"
] | permissive | sunw31/boilerplate | acb9adfd4923c6cdc18e095701f5de92c24c34a7 | e7197a5ce99c0fa8219117b5765907ecbd5c3017 | refs/heads/master | 2020-12-29T05:26:08.590998 | 2020-02-04T03:45:41 | 2020-02-04T03:50:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,190 | puml | @startuml
package "event" {
class "Repository" as event.Repository <<E,#FFCC00>> {
-bucket: string
-db: nutsdb.DB
+Close(): error
+Load(ctx: context.Context, prefix: keyvalue.Prefixer): (keyvalue.KeyValuer, error)
+Save(ctx: context.Context, keyvalue: keyvalue.KeyValuer): error
}
}
event.Repository ..> keyvalue.Prefixer : <<use>>
event.Repository ..> keyvalue.KeyValuer : <<use>>
package "keystore" {
class "Repository" as keystore.Repository <<E,#FFCC00>> {
-bucket: string
-db: nutsdb.DB
+Close(): error
+Get(ctx: context.Context, key: keyvalue.Keyer): (keyvalue.KeyValuer, error)
+Save(ctx: context.Context, keyvalue: keyvalue.KeyValuer): error
}
}
keystore.Repository ..> keyvalue.Keyer : <<use>>
keystore.Repository ..> keyvalue.KeyValuer : <<return>>
keystore.Repository ..> keyvalue.KeyValuer : <<use>>
package "keyvalue" {
class "Key" as keyvalue.Key <<E,#FFCC00>> {
+Key: []byte
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+MarshalZerologObject(e: zerolog.Event)
+Validate(): error
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetKey(): []byte
}
}
package "keyvalue" {
class "KeyValue" as keyvalue.KeyValue <<E,#FFCC00>> {
+Key: []byte
+Value: []byte
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+MarshalZerologObject(e: zerolog.Event)
+Validate(): error
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetKey(): []byte
+GetValue(): []byte
}
}
package "keyvalue" {
interface "KeyValueCloser" as keyvalue.KeyValueCloser {
+Close(): error
+Get(: context.Context, : keyvalue.Keyer): (keyvalue.KeyValuer, error)
+Save(: context.Context, : keyvalue.KeyValuer): error
}
}
keyvalue.KeyValueCloser ..> keyvalue.Keyer : <<use>>
keyvalue.KeyValueCloser ..> keyvalue.KeyValuer : <<return>>
keyvalue.KeyValueCloser ..> keyvalue.KeyValuer : <<use>>
package "keyvalue" {
class "KeyValueWithContext" as keyvalue.KeyValueWithContext <<E,#FFCC00>> {
+Context: context.Context
+KeyValue: keyvalue.KeyValuer
+GetContext(): context.Context
+GetKeyValue(): keyvalue.KeyValuer
+MarshalZerologObject(e: zerolog.Event)
+String(): string
+Validate(): error
}
}
keyvalue.KeyValueWithContext --> keyvalue.KeyValuer
keyvalue.KeyValueWithContext ..> keyvalue.KeyValuer : <<return>>
package "keyvalue" {
interface "KeyValueWithContexter" as keyvalue.KeyValueWithContexter {
+GetContext(): context.Context
+GetKeyValue(): keyvalue.KeyValuer
+MarshalZerologObject(: zerolog.Event)
+String(): string
+Validate(): error
}
}
keyvalue.KeyValueWithContexter ..> keyvalue.KeyValuer : <<return>>
package "keyvalue" {
interface "KeyValuer" as keyvalue.KeyValuer {
+Descriptor(): ([]byte, []int)
+GetKey(): []byte
+GetValue(): []byte
+MarshalZerologObject(: zerolog.Event)
+ProtoMessage()
+Reset()
+String(): string
+Validate(): error
+XXX_DiscardUnknown()
+XXX_Marshal(: []byte, : bool): ([]byte, error)
+XXX_Merge(: proto.Message)
+XXX_Size(): int
+XXX_Unmarshal(: []byte): error
}
}
package "keyvalue" {
class "KeyWithContext" as keyvalue.KeyWithContext <<E,#FFCC00>> {
+Context: context.Context
+Key: keyvalue.Keyer
+GetContext(): context.Context
+GetKey(): keyvalue.Keyer
+MarshalZerologObject(e: zerolog.Event)
+String(): string
+Validate(): error
}
}
keyvalue.KeyWithContext --> keyvalue.Keyer
keyvalue.KeyWithContext ..> keyvalue.Keyer : <<return>>
package "keyvalue" {
interface "KeyWithContexter" as keyvalue.KeyWithContexter {
+GetContext(): context.Context
+GetKey(): keyvalue.Keyer
+MarshalZerologObject(: zerolog.Event)
+String(): string
+Validate(): error
}
}
keyvalue.KeyWithContexter ..> keyvalue.Keyer : <<return>>
package "keyvalue" {
interface "Keyer" as keyvalue.Keyer {
+Descriptor(): ([]byte, []int)
+GetKey(): []byte
+MarshalZerologObject(: zerolog.Event)
+ProtoMessage()
+Reset()
+String(): string
+Validate(): error
+XXX_DiscardUnknown()
+XXX_Marshal(: []byte, : bool): ([]byte, error)
+XXX_Merge(: proto.Message)
+XXX_Size(): int
+XXX_Unmarshal(: []byte): error
}
}
package "keyvalue" {
interface "LoadSaveCloser" as keyvalue.LoadSaveCloser {
+Close(): error
+Load(: context.Context, : keyvalue.Prefixer): (<-chan keyvalue.KeyValuer, error)
+Save(: context.Context, : keyvalue.KeyValuer): error
}
}
keyvalue.LoadSaveCloser ..> keyvalue.Prefixer : <<use>>
keyvalue.LoadSaveCloser ..> keyvalue.KeyValuer : <<use>>
package "keyvalue" {
class "Prefix" as keyvalue.Prefix <<E,#FFCC00>> {
+Prefix: []byte
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+MarshalZerologObject(e: zerolog.Event)
+Validate(): error
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetPrefix(): []byte
}
}
package "keyvalue" {
interface "Prefixer" as keyvalue.Prefixer {
+Descriptor(): ([]byte, []int)
+GetPrefix(): []byte
+MarshalZerologObject(: zerolog.Event)
+ProtoMessage()
+Reset()
+String(): string
+Validate(): error
+XXX_DiscardUnknown()
+XXX_Marshal(: []byte, : bool): ([]byte, error)
+XXX_Merge(: proto.Message)
+XXX_Size(): int
+XXX_Unmarshal(: []byte): error
}
}
package "keyvalue" {
interface "TopicKeyValueWithContexter" as keyvalue.TopicKeyValueWithContexter {
+Publish(ctx: context.Context, c: <-chan keyvalue.KeyValueWithContexter)
+Publisher(ctx: context.Context): chan<- keyvalue.KeyValueWithContexter
+Subscribe(c: chan<- keyvalue.KeyValueWithContexter)
}
}
package "keyvalue" {
interface "TopicKeyWithContexter" as keyvalue.TopicKeyWithContexter {
+Publish(ctx: context.Context, c: <-chan keyvalue.KeyWithContexter)
+Publisher(ctx: context.Context): chan<- keyvalue.KeyWithContexter
+Subscribe(c: chan<- keyvalue.KeyWithContexter)
}
}
package "keyvalue" {
class "mapKeyValueWithContexter" as keyvalue.mapKeyValueWithContexter <<V,Orchid>> {
-mu: sync.RWMutex
-m: map[interface{}]*keyvalue.tKeyValueWithContexter
-get(topic: interface{}): keyvalue.TopicKeyValueWithContexter
}
}
package "keyvalue" {
class "mapKeyWithContexter" as keyvalue.mapKeyWithContexter <<V,Orchid>> {
-mu: sync.RWMutex
-m: map[interface{}]*keyvalue.tKeyWithContexter
-get(topic: interface{}): keyvalue.TopicKeyWithContexter
}
}
package "keyvalue" {
class "tKeyValueWithContexter" as keyvalue.tKeyValueWithContexter <<E,#FFCC00>> {
-mu: sync.RWMutex
-c: []chan<- keyvalue.KeyValueWithContexter
+Publish(ctx: context.Context, c: <-chan keyvalue.KeyValueWithContexter)
+Publisher(ctx: context.Context): chan<- keyvalue.KeyValueWithContexter
+Subscribe(c: chan<- keyvalue.KeyValueWithContexter)
}
}
package "keyvalue" {
class "tKeyWithContexter" as keyvalue.tKeyWithContexter <<E,#FFCC00>> {
-mu: sync.RWMutex
-c: []chan<- keyvalue.KeyWithContexter
+Publish(ctx: context.Context, c: <-chan keyvalue.KeyWithContexter)
+Publisher(ctx: context.Context): chan<- keyvalue.KeyWithContexter
+Subscribe(c: chan<- keyvalue.KeyWithContexter)
}
}
keyvalue.Key -up-|> keyvalue.Keyer
keyvalue.KeyValue -up-|> keyvalue.KeyValuer
keyvalue.KeyValue -up-|> keyvalue.Keyer
keyvalue.KeyValueWithContext -up-|> keyvalue.KeyValueWithContexter
keyvalue.KeyValuer -up-|> keyvalue.Keyer
keyvalue.KeyWithContext -up-|> keyvalue.KeyWithContexter
keyvalue.Prefix -up-|> keyvalue.Prefixer
keyvalue.tKeyValueWithContexter -up-|> keyvalue.TopicKeyValueWithContexter
keyvalue.tKeyWithContexter -up-|> keyvalue.TopicKeyWithContexter
@enduml
|
10e43e11e186ca651f310535001c6f70cdb6aec2 | 809595567dce42ca89d1d1aae2acf34d83ee7721 | /diagrams/standard_structure.puml | 593c1beec1424bf2486337892f8329460a9825b3 | [] | no_license | Brianspha/EM-Token | 522d83b7f8b8a4f6137fb887003529c265bb1dcc | 88c85a0fe3d46cd8ffb5748c45a126e83b6b6558 | refs/heads/master | 2022-01-27T19:29:10.478918 | 2019-06-17T14:59:04 | 2019-06-17T14:59:04 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,545 | puml | @startuml
title EMToken standard interfaces structure
hide footbox
skinparam {
ActorBorderColor #555555
ParticipantBorderColor #555555
BoundaryBorderColor #555555
ArrowColor #555555
SequenceLifeLineBorderColor #555555
SequenceBoxBorderColor #FFFFFF
NoteBorderColor #555555
NoteBackgroundColor #DDDDDD
}
class IEMoneyToken {
{field}event Created
==
{method}version()
}
class ITokenDetails {
==
{method}name()
{method}symbol()
{method}currency()
{method}decimals()
}
class IERC20 {
{field}event Transfer
{field}event Approval
==
{method}+transfer()
{method}+approve()
{method}+transferFrom()
{method}#totalSupply()
{method}#balanceOf()
{method}#allowance()
}
class IHoldable {
{field}event HoldCreated
{field}event HoldExecuted
{field}event HoldReleased
{field}event HoldRenewed
==
{method}+authorizeHoldOperator()
{method}+revokeHoldOperator()
{method}+hold()
{method}+holdFrom()
{method}+releaseHold()
{method}+executeHold()
{method}+renewHold()
{method}#isHoldOperatorFor()
{method}#doesHoldExist()
{method}#retrieveHoldData()
{method}#retrieveHoldExpiration()
{method}#retrieveHoldStatus()
{method}#isHoldActive()
{method}#isHoldExecuted()
{method}#isHoldReleased()
{method}#balanceOnHold()
{method}#totalSupplyOnHold()
}
class IOverdraftable {
{field}event UnsecuredOverdraftLimitSet
{field}event InterestEngineSet
{field}event interestCharged
==
{method}+setUnsecuredOverdraftLimit()
{method}+setInterestEngine()
{method}+chargeInterest()
{method}#unsecuredOverdraftLimit()
{method}#drawnBalance()
{method}#totalDrawnBalance()
{method}#interestEngine()
}
class IClearable {
{field}event ClearableTransferOrdered
{field}event ClearableTransferInProcess
{field}event ClearableTransferExecuted
{field}event ClearableTransferRejected
{field}event ClearableTransferCancelled
{field}event AuthorizedClearableTransferOperator
{field}event RevokedClearableTransferOperator
==
{method}+authorizeClearableTransferOperator()
{method}+revokeClearableTransferOperator()
{method}+orderTransfer()
{method}+orderTransferFrom()
{method}+cancelTransfer()
{method}+processClearableTransfer()
{method}+executeClearableTransfer()
{method}+rejectClearedTransferRequest()
{method}#isClearableTransferOperatorFor()
{method}#doesClearableTransferExist()
{method}#retrieveClearableTransferData()
}
class IFundable {
{field}event FundOrdered
{field}event FundInProcess
{field}event FundExecuted
{field}event FundRejected
{field}event FundCancelled
{field}event FundOperatorAuthorized
{field}event FundOperatorRevoked
==
{method}+authorizeFundOperator()
{method}+revokeFundOperator()
{method}+orderFund()
{method}+orderFundFrom()
{method}+cancelFund()
{method}+processFund()
{method}+executeFund()
{method}+rejectFund()
{method}#isFundOperatorFor()
{method}#doesFundExist()
{method}#retrieveFundData()
}
class IPayoutable {
{field}event PayoutOrdered
{field}event PayoutInProcess
{field}event PayoutFundsInSuspense
{field}event PayoutExecuted
{field}event PayoutRejected
{field}event PayoutCancelled
{field}event PayoutOperatorAuthorized
{field}event PayoutOperatorRevoked
==
{method}+authorizePayoutOperator()
{method}+revokePayoutOperator()
{method}+orderPayout()
{method}+orderPayoutFrom()
{method}+cancelPayout()
{method}+processPayout()
{method}+putFundsInSuspenseInPayout()
{method}+executePayout()
{method}+rejectPayout
{method}#isPayoutOperatorFor
{method}#doesPayoutExist
{method}#retrievePayoutData
}
class ICompliant {
--ERC20--
{method}#canTransfer()
{method}#canApprove()
--Holdable--
{method}#canHold()
{method}#canApproveToHold()
--Clearable--
{method}#canApproveToOrderClearableTransfer()
{method}#canOrderClearableTransfer()
--Fundable--
{method}#canApproveToOrderFunding()
{method}#canOrderFunding()
--Payoutable--
{method}#canApproveToOrderPayout()
{method}#canOrderPayout()
}
class IConsolidatedLedger {
{method}#availableFunds()
{method}#netBalanceOf()
}
IEMoneyToken <|-- ITokenDetails
IEMoneyToken <|-- IERC20
IEMoneyToken <|-- IHoldable
IEMoneyToken <|-- IOverdraftable
IEMoneyToken <|-- IClearable
IEMoneyToken <|-- IFundable
IEMoneyToken <|-- IPayoutable
IERC20 <|-- ICompliant
IHoldable <|-- ICompliant
IOverdraftable <|-- ICompliant
IClearable <|-- ICompliant
IFundable <|-- ICompliant
IPayoutable <|-- ICompliant
ICompliant <|-- IConsolidatedLedger
@enduml
|
28427ca1f07ecb5f95414e93334131c240a0ea1b | 2fa2f965ef5c1c576ff96086515d670f6ca7dbd3 | /diagrams/classes/bl.puml | c0c72328e74e4e407ca679cf8361c23179a4c25c | [] | no_license | JohnKhandygo/EM | 80d04b9b33872d48a641cf601cdfc5a674c5acad | 7fd8d752848c73747cda057cf1909481d7509cfc | refs/heads/master | 2021-01-17T17:09:22.012855 | 2016-11-25T15:35:44 | 2016-11-25T15:35:44 | 59,913,238 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,954 | puml | @startuml
left to right direction
class AuthService {
- authorizedUsers : Map<String, Tuple2<Integer, Employee>>
- authDAO : AuthDAO
+ auth(login : String, password : String) : String
+ employeeBySession(session : String) : Employee
+ employeeIdBySession(session : String) : int
}
class AwardsService {
- employeesDAO : EmployeesDAO
- awardsDAO : AwardsDAO
+ approvedFor(employeeId : int) : List<Tuple2<Integer, Award>>
+ pendingInboxFor(employeeId : int) : List<Tuple2<Integer, Award>>
+ pendingOutboxFor(employeeId : int) : List<Tuple2<Integer, Award>>
+ get(requester : Employee, awardId : int) : Award
+ propose(requester : Employee, when : long, duration : long, employeeId : int) : int
+ approve(requester : Employee, awardId : int) : void
+ reject(requester : Employee, awardId : int) : void
+ cancel(requester : Employee, awardId : int) : void
}
class EmployeesService {
- employeesDAO : EmployeesDAO
+ getAllUnderThePatronageOf(manager : Employee) : List<Tuple2<Integer, ? extends Employee>>
}
class OutOfOfficesService {
- employeesDAO EmployeesDAO
- outOfOfficesDAO OutOfOfficesDAO
+ create(requester : Employee, when : long, duration : long, reason : String, employeeId : int)
: int
+ cancel(requester : Employee, outOfOfficeId : int) : void
+ approvedFor(employeeId : int) : List<Tuple2<Integer, OutOfOffice>>
}
class VacationsService {
- employeesDAO EmployeesDAO;
- vacationsDAO VacationsDAO;
+ propose(requester : Employee, when : long, duration : long, employeeId : int) : int
+ approve(requester : Employee, vacationId : int) : void
+ reject(requester : Employee, vacationId : int) : void
+ cancel(requester : Employee, vacationId : int) : void
+ approvedFor(employeeId : int) : List<Tuple2<Integer, Vacation>>
+ pendingInboxFor(employeeId : int) : List<Tuple2<Integer, Vacation>>
+ pendingOutboxFor(employeeId : int) : List<Tuple2<Integer, Vacation>>
}
@enduml |
6622c5c3b6a6657384d8636f5c2c7f673c7807cd | 068579f9ad18a1368961dc3b9f812129f4f7e858 | /DesignPattern/Observer/SmartLight/uml/class_diagram_pull.puml | 1cfd7ec35609ac5623c78028659efb91bde3f62e | [] | no_license | AleMidolo/materiale-tutorato-ids | d9c27a9d0da9436842144a7cc8bd6d381f6e3546 | 3d95de651214245b113c92481007ec177ce95471 | refs/heads/master | 2023-03-30T22:05:39.627666 | 2021-04-01T13:53:07 | 2021-04-01T13:53:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 874 | puml | ' Documentazione: https://plantuml.com/class-diagram
@startuml
' START STYLE
skinparam {
monochrome true
'shadowing false
classBackgroundColor white
noteBackgroundColor white
classAttributeIconSize 0
}
hide circle
' END STYLE
class Subject {
+ attach(o: Observer)
+ detach(o: Observer)
+ notifyObservers()
}
class AssistenteVocale extends Subject {
- storicoComandi: ComandoVocale[0..*]
+ registra(c: ComandoVocale)
+ getUltimoComando(): ComandoVocale
}
interface Observer {
+ update()
}
class SmartLight implements Observer {
+ update()
- elaboraComando(c: ComandoVocale)
- accendi()
- spegni()
}
Subject -right-> "*" Observer
SmartLight -left-> AssistenteVocale
note right of SmartLight::update()
elaboraComando(av.getUltimoComando());
end note
note left of AssistenteVocale::registra
storicoComandi.add(c);
notifyObservers();
end note
@enduml |
c068c8ad7179e6baf5957b9d31a76884a8708d79 | c821aaa424690dc6a301bb0b3d16097f4c1c9201 | /MTADroneService_server/DroneService/src/main/java/MTADroneService/DroneService/application/models/models.plantuml | cd073ac37ecf3c28aa06b82a223c21290feba124 | [] | no_license | chiritagabriela/MTADroneService | ed962aeeaf5ebbb9168d12e6ef0411803e28cfc0 | 4f058ad18287a13c3cfd355fd4dd31d32b514e38 | refs/heads/main | 2023-08-04T14:02:09.408859 | 2021-09-03T08:00:52 | 2021-09-03T08:00:52 | 313,899,222 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,344 | plantuml | @startuml
title __MODELS's Class Diagram__\n
namespace MTADroneService.DroneService.application {
namespace models {
class MTADroneService.DroneService.application.models.DroneModel {
~ droneID : String
~ droneModel : String
~ droneStatus : String
}
}
}
namespace MTADroneService.DroneService.application {
namespace models {
class MTADroneService.DroneService.application.models.MissionModel {
~ missionDate : String
~ missionDroneID : String
~ missionID : String
~ missionLatitudeEnd : String
~ missionLongitudeEnd : String
~ missionStatus : String
~ missionType : String
~ userID : String
}
}
}
namespace MTADroneService.DroneService.application {
namespace models {
class MTADroneService.DroneService.application.models.UserModel {
- droneID : String
- email : String
- jwtToken : String
- password : String
- roles : List<String>
- userID : String
- username : String
}
}
}
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
|
f272aca91143445cf5406678a19fdd8e1ef8fceb | 5138fad4e257ab5c3b993e68417ca6be13556288 | /docs/diagrams/CommandBuilderClassDiagram.puml | 03181896cf90450112353736d6717eb4785311c5 | [
"MIT"
] | permissive | AY1920S1-CS2103T-F12-1/main | 457cd126da3c5cbf5e359bd77dde16f8cc8d6b16 | 412b4db6d387659ea88bc2d028ffceed962742ac | refs/heads/master | 2020-07-27T22:03:25.658633 | 2019-11-11T15:24:34 | 2019-11-11T15:24:34 | 209,227,517 | 4 | 5 | NOASSERTION | 2019-11-11T15:24:35 | 2019-09-18T05:46:12 | Java | UTF-8 | PlantUML | false | false | 2,398 | puml | @startuml
' Style
hide empty members
skinparam boxPadding 100
skinparam classAttributeIconSize 0
skinparam genericDisplay old
skinparam packageStyle rectangle
skinparam lineType ortho
skinparam shadowing false
package Command {
abstract class Command
abstract class CommandBuilder {
- context : ArgumentList
- commandArguments : ArgumentList
- commandOptions : Map<String, ArgumentList>
# defineCommandArguments() {abstract} : RequiredArgumentList
# defineCommandOptions() {abstract} : Map<String, OptionalArgumentList>
+ acceptPhrase(phrase : String)
+ build() : Command
}
package Argument {
abstract class Argument<T> {
+ accept(input : String)
}
abstract class ArgumentBuilder<T> {
+ build() : Argument<T>
}
abstract class VariableArguments<T> {
+ accept(input : String)
}
abstract class VariableArgumentsBuilder<T> {
+ build() : VariableArguments<T>
}
package List {
class ArgumentList {
- arguments : List<Argument>
- variableArguments : VariableArguments
+ acceptArgument(input : String)
}
abstract class ArgumentListBuilder {
+addArgument(argument : ArgumentBuilder)
+setVariableArguments(argument : VariableArgumentsBuilder)
+build() : ArgumentList
}
class RequiredArgumentList extends ArgumentListBuilder {
+addArgument(argument : ArgumentBuilder)
+setVariableArguments(argument : VariableArgumentsBuilder)
}
class OptionalArgumentList extends ArgumentListBuilder {
+addArgument(argument : ArgumentBuilder)
+setVariableArguments(argument : VariableArgumentsBuilder)
}
}
}
}
CommandBuilder *--"*" ArgumentList
CommandBuilder ..> RequiredArgumentList
CommandBuilder ..> OptionalArgumentList
CommandBuilder .> Command
ArgumentBuilder ..> Argument
VariableArgumentsBuilder ..> VariableArguments
ArgumentList *--"*" Argument
ArgumentList *--"0..1" VariableArguments
ArgumentListBuilder .> ArgumentList
ArgumentListBuilder ..> ArgumentBuilder
ArgumentListBuilder ..> VariableArgumentsBuilder
@enduml
|
17a92ceb6de334c0188dbac3b54e3672e4b4ec42 | 0c0c8cbe62bf02944598b494c9e9ee1ec21c8027 | /devfile.plantuml | 6376254e8b4ba9dfa4f97550b4d07d4eb911f506 | [] | no_license | AndrienkoAleksandr/devfile | 5d26aa27a58456871a32d6c2ba3aa01cdc52bf95 | 97261a65bffd5e4cff0934fe1be2c0791815104e | refs/heads/master | 2020-04-28T17:11:32.450756 | 2019-03-12T13:01:54 | 2019-03-12T13:01:54 | 175,437,117 | 0 | 0 | null | 2019-03-13T14:27:34 | 2019-03-13T14:27:34 | null | UTF-8 | PlantUML | false | false | 1,814 | plantuml | @startuml devfile
class DevelopmentEnvironment {
- version
- name
- commands
- tools
- projects
}
together {
class DevelopmentTool
class Command
class Project
}
together {
class ToolAction
class CloudAppDefinition
}
DevelopmentEnvironment *-- "n" DevelopmentTool
DevelopmentEnvironment *-- "n" Command
DevelopmentEnvironment *-- "n" Project
class DevelopmentTool {
- name
- version
- attributes
- definition
- mountProjectsSources
}
DevelopmentTool o-- CloudAppDefinition
CloudAppDefinition <|-.. DockerImage
CloudAppDefinition <|-.. Dockerfile
CloudAppDefinition <|-.. ComposeFile
CloudAppDefinition <|-.. OpenShiftResources
CloudAppDefinition <|-.. KubernetesResources
CloudAppDefinition <|-.. HelmChart
CloudAppDefinition <|-.. ChePlugin
CloudAppDefinition <|-.. CheEditor
class Command {
- name
- type
- attributes
- tool
- timeout
}
Command *-- "n" ToolAction
ToolAction o-- DevelopmentTool
class ToolAction {
- tool
- action
}
ToolAction o-- "1" ActionType
ActionType <|-..ContainerExec
ActionType <|-..ContainerStart
ActionType <|-..ContainerStop
together {
class ContainerExec
class ContainerStart
class ContainerStop
}
class ContainerExec {
- command
- args
- workdir
}
class Project {
- name
- source
}
Project o-- "1" ProjectSource
class ProjectSource {
- type
- location
}
class DockerImage {
- image
- env
- entryPoint
- persistentVolumes
}
DockerImage *-- "n" PersistentVolume
class PersistentVolume {
- name
- containerPath
}
class ComposeFile {
- local
}
class Dockerfile {
- local
}
class OpenShiftResources {
- local
}
class KubernetesResources {
- local
}
class HelmChart {
- local
}
class ChePlugin {
- id
- registry
}
class CheEditor {
- id
- registry
}
@enduml |
06afd10ea981082b17483ed2a4e3f8bd60e99b32 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.ide.rider@1.1.4/Rider/Editor/PostProcessors/RiderAssetPostprocessor.puml | 70614703c796ec45fe7378458c30e3ec4047c8d3 | [] | 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 | 154 | puml | @startuml
class RiderAssetPostprocessor {
+ {static} OnPreGeneratingCSProjectFiles() : bool
}
AssetPostprocessor <|-- RiderAssetPostprocessor
@enduml
|
4f87e7aecb2fe7e855b67b5a43c37232d8194155 | 38aaf3aab3012f12640f7ec2d8e0b13d47bd73df | /Behavioral-Pattern/src/iterator/demo1/迭代器模式在JDK上的使用.puml | 229d7dab6b41067deae2ec8da733dd177373f739 | [] | no_license | Danbro007/DesignPattern | ff0bf4a2d68e40bd8cbf3574ad8e377200af1f20 | 38e5a4ec5bdfd463090e12f740e0638c9c8e6d25 | refs/heads/master | 2021-03-31T16:55:54.094329 | 2020-03-26T13:14:19 | 2020-03-26T13:14:19 | 248,121,211 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 583 | puml | @startuml
interface List
interface Iterator{
+ void hasNext();
+ Object next();
+ remove();
}
class ArrayList{
- Oject[] elementData;
+ Iterator iterator();
}
class Itr{
+ void hasNext();
+ Object next();
+ remove();
}
class Object{
}
note "Itr 是 ArrayList的内部类,共享elementData数组" as N1
note "ArrayList的Iterator方法实际调用的是它内部类\nItr的hasNext和next方法,Itr是Iterator的实现类" as N2
N1 --> Itr
N2 --> ArrayList
Object --o ArrayList
Itr --|> Iterator
Itr --* ArrayList
ArrayList --|> List
@enduml |
a987735ef87fb7a4a980cb7d75fb5f3a34eb5ceb | f8a1ba4ac815ee086c5291eb949fd7ec6aebb6c7 | /Barricade/Models/StartField.puml | dd532f3105fbddf6d745dd6d996e0574b8e1cac4 | [] | no_license | Evert-Arends/barricadegameModel3 | f7def3f2fd0dead5cc7807c488617505fb664ef5 | 98fa3d1e396ca133c424f459ea576086d0840814 | refs/heads/master | 2023-03-02T21:33:43.122111 | 2021-02-11T13:06:54 | 2021-02-11T13:06:54 | 337,192,542 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 119 | puml | @startuml
class StartField {
+ StartField()
+ <<override>> ToString() : string
}
Field <|-- StartField
@enduml
|
48fbe01331d4b3e392bc1822d7fa88924173c951 | 22059e81661a29ce85761af823a5b213d11e7a9f | /uml.puml | 849ce0f320699cb3c49e493712b7c4034059ac92 | [] | no_license | PetoO/bakalarka | e6ae9e6e40b43421f00cd1029aa36f40593db793 | 6c039309d6ad94afe487d050565b61f709717c0d | refs/heads/master | 2021-01-13T01:47:50.721810 | 2015-05-28T21:47:27 | 2015-05-28T21:47:27 | 28,754,976 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 464 | puml | @startuml
class Video_compose{
Object[] elementData
size()
}
class Video_reader{
}
class Video_writer{
}
class GPX_parser{
}
class TCX_parser{
}
class KML_parser{
}
class Data_collection{
}
abstract class FrameHandler{
}
Data_collection *-- GPX_parser
Data_collection *-- TCX_parser
Data_collection *-- KML_parser
Video_writer --* Video_compose
Video_compose *-- Video_reader
Video_compose o..> FrameHandler
Video_compose *- Data_collection
@enduml |
23393b3268bcc077dc0b854f3bd6b724c9b1b811 | 7e0191015b76e79c964662cd06547ae8b2463092 | /src/guia/tp3/ej7/BankAccount.puml | 9ea3bee0cf5dae45c8328f29e4b61bff77c188eb | [] | no_license | juani-garcia/POO | f05747f70494fc3a51fd45f250feaeddc2feaa54 | 1bbb5a076875a046c4e877550fda564967ec3da3 | refs/heads/master | 2023-01-19T14:13:10.095402 | 2020-11-11T19:59:34 | 2020-11-11T19:59:34 | 301,553,783 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 498 | puml | @startuml
Abstract class BankAccount{
-int id
-double balance
+void deposit(double amount)
+void extract(double amount)
#boolean canExtract(double amount)
+double getBalance()
}
class CheckingAccount{
-double overdraft
+CheckingAccount(int id, double overdraft)
#boolean canExtract(double amount)
}
class SavingAccount{
+SavingAccount(int id)
#boolean canExtract(double amount)
}
BankAccount <|-- SavingAccount
BankAccount <|-- CheckingAccount
@enduml |
c2547863794624bda738016e61822319cf066852 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GraphQLBadGatewayError.puml | 8c4f8a074589745ae437c5c04e8b90ae74c80fda | [] | 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 | 412 | 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 GraphQLBadGatewayError [[GraphQLBadGatewayError.svg]] extends GraphQLErrorObject {
code: String
}
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] {
code: String
}
@enduml
|
b140c8a686f779acaa1e9c22ad25250224aa3097 | 088856ec5790009dd9f9d3498a56fe679cfab2e8 | /src/puml/5/ucmitz/svg/class/bc-custom-content/manage_custom_tables.puml | 522770984339987ce7d4daae16afb366bad712d6 | [] | no_license | baserproject/baserproject.github.io | 21f244348890652286969afa1fde27c5c4d9e4ad | 8d61cf720f833854e1a3c97136e22e75baea7bb0 | refs/heads/master | 2023-08-09T03:21:53.341423 | 2023-07-27T07:28:50 | 2023-07-27T07:28:50 | 228,826,353 | 0 | 12 | null | 2023-08-17T02:31:05 | 2019-12-18T11:31:51 | HTML | UTF-8 | PlantUML | false | false | 1,011 | puml | @startuml
skinparam handwritten true
skinparam backgroundColor white
hide circle
skinparam classAttributeIconSize 0
title カスタムテーブル管理
class Admin\CustomTablesController {
+ 一覧:index()
+ 新規作成:add()
+ 編集:edit()
+ 削除:delete()
}
class CustomTablesService {
+ CustomTablesTable
}
class CustomTablesServiceInterface {
+ 初期データ取得:getNew()
+ 作成:create()
+ 編集:update()
+ 削除:delete()
+ 単一データ取得:get()
+ 一覧データ取得:getIndex()
+ リスト取得:getList()
+ フィールド追加:addField()
+ フィールド削除:deleteField()
}
class CustomTablesTable {
}
class CustomTable {
+ 識別名称:name
+ タイトル:title
}
Admin\CustomTablesController -down[#Black]-> CustomTablesService
CustomTablesService -down[#Black]-> CustomTablesTable
CustomTablesService -left[dotted,#Black]-|> CustomTablesServiceInterface
CustomTablesTable -down[#Black]-> CustomTable
@enduml
|
0862cd0e0e6bf70fdcadb7aebad0a0359b9bd85e | 69ee3278dd7d29383f4f12bac046feabb65f25d2 | /docs/general.plantuml | 562a40561472036e7c8e2bd585764f548c303aa6 | [
"Apache-2.0"
] | permissive | AhlemFANTA/MAPC-TD1 | 82b73c983febe43db860ddfb4018534edf2b937f | 28f42147f9ddc845b23fb0e58b1a0d7970da0c3e | refs/heads/main | 2023-01-08T21:53:16.569121 | 2020-10-30T23:31:46 | 2020-10-30T23:31:46 | 300,909,600 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,596 | plantuml | @startuml
title __BURGER's Class Diagram__\n
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.Burger {
~ items : List<DieteticElement>
~ name : String
+ Burger()
+ calories()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
namespace td1.refactor.api.general {
interface td1.refactor.api.general.burger.BurgerBuilder {
{abstract} + bigMeatPortion()
{abstract} + cheesePortion()
{abstract} + cook()
+ getMeatWeight()
{abstract} + mediumMeatPortion()
{abstract} + onionPortion()
{abstract} + saucePortion()
{abstract} + tinyMeatPortion()
{abstract} + tomatoPortion()
{abstract} + withCheese()
{abstract} + withOnion()
{abstract} + withSauce()
{abstract} + withTomato()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.CheapBurgerBuilder {
- name : String
- products : List<DieteticElement>
+ CheapBurgerBuilder()
+ bigMeatPortion()
+ cheesePortion()
+ cook()
+ mediumMeatPortion()
+ onionPortion()
+ saucePortion()
+ tinyMeatPortion()
+ tomatoPortion()
+ withCheese()
+ withOnion()
+ withSauce()
+ withTomato()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.restauration.CheapRestaurant {
+ orderPersonal()
+ selectMenu()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.Cheddar {
- BASE_PRICE : double
- weight : double
+ Cheddar()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.DeepFriedOnions {
- BASE_PRICE : double
- weight : double
+ DeepFriedOnions()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
namespace td1.refactor.api.general {
interface td1.refactor.api.general.dietetic.DieteticElement {
+ calories()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.FancyBurgerBuilder {
- name : String
- products : List<DieteticElement>
+ FancyBurgerBuilder()
+ bigMeatPortion()
+ cheesePortion()
+ cook()
+ mediumMeatPortion()
+ onionPortion()
+ saucePortion()
+ tinyMeatPortion()
+ tomatoPortion()
+ withCheese()
+ withOnion()
+ withSauce()
+ withTomato()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.restauration.FancyRestaurant {
+ orderPersonal()
+ selectMenu()
}
}
namespace td1.refactor.api.general {
interface td1.refactor.api.general.burger.BurgerIngredients {
{abstract} + caloriesPer100g()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.Meat {
- weight : double
+ Meat()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
namespace td1.refactor.api.general {
enum MeatSize {
BIG
MEDIUM
TINY
}
}
namespace td1.refactor.api.general {
enum MeatType {
BEEF
WHITEFISH
}
}
namespace td1.refactor.api.general {
enum Menu {
CHEESE
CUSTOM
FISH
MEAT
}
}
namespace td1.refactor.api.general {
interface td1.refactor.api.general.monetary.Product {
{abstract} + price()
{abstract} + weight()
}
}
namespace td1.refactor.api.general {
interface td1.refactor.api.general.restauration.Restaurant {
{abstract} + orderPersonal()
{abstract} + selectMenu()
}
}
namespace td1.refactor.api.general {
enum RestaurantType {
CHEAP
FANCY
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.restauration.RestaurantFactory {
+ selectRestaurant()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.Sauce {
{static} - BASE_PRICE : double
- weight : double
+ Sauce()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
namespace td1.refactor.api.general {
enum SauceType {
BARBECUE
BEARNAISE
BURGER
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.Tomato {
- BASE_PRICE : double
- weight : double
+ Tomato()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
td1.refactor.api.general.burger.Burger .up.|> td1.refactor.api.general.dietetic.DieteticElement
td1.refactor.api.general.burger.CheapBurgerBuilder .up.|> td1.refactor.api.general.burger.BurgerBuilder
td1.refactor.api.general.restauration.CheapRestaurant .up.|> td1.refactor.api.general.restauration.Restaurant
td1.refactor.api.general.burger.Cheddar .up.|> td1.refactor.api.general.dietetic.DieteticElement
td1.refactor.api.general.burger.DeepFriedOnions .up.|> td1.refactor.api.general.dietetic.DieteticElement
td1.refactor.api.general.burger.FancyBurgerBuilder .up.|> td1.refactor.api.general.burger.BurgerBuilder
td1.refactor.api.general.restauration.FancyRestaurant .up.|> td1.refactor.api.general.restauration.Restaurant
td1.refactor.api.general.burger.Meat .up.|> td1.refactor.api.general.dietetic.DieteticElement
td1.refactor.api.general.burger.Meat o-- td1.refactor.api.general.burger.Meat.MeatType : type
td1.refactor.api.general.burger.Meat +-down- td1.refactor.api.general.burger.Meat.MeatSize
td1.refactor.api.general.burger.Meat +-down- td1.refactor.api.general.burger.Meat.MeatType
td1.refactor.api.general.restauration.Restaurant +-down- td1.refactor.api.general.restauration.Restaurant.RestaurantType
td1.refactor.api.general.burger.Sauce .up.|> td1.refactor.api.general.dietetic.DieteticElement
td1.refactor.api.general.burger.Sauce o-- td1.refactor.api.general.burger.Sauce.SauceType : type
td1.refactor.api.general.burger.Sauce +-down- td1.refactor.api.general.burger.Sauce.SauceType
td1.refactor.api.general.burger.Tomato .up.|> td1.refactor.api.general.dietetic.DieteticElement
right footer
endfooter
@enduml
|
0cfe9ae28aa214e5001d496e5e388a8d5880ead6 | 64032466e3e1f17759de9b5b50cf289893a229d6 | /view/view.puml | f5c6446bc5cad3b28aa6198809338d185fed6669 | [] | no_license | AndreasAnemyrLNU/1DV449_AA223IG | 88f80f6c3bfdfbeb802157fc2c1ca6ec41813358 | 31c542ec68618c600d827cc3da8c1211547e3886 | refs/heads/master | 2016-09-01T12:20:11.643194 | 2016-01-07T23:31:39 | 2016-01-07T23:31:39 | 45,762,747 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 54 | puml | @startuml
class view.SinglePage{
getHTML()
}
@enduml |
854a38fbb7dc290c6ab62a3e4e3a0de3d2ddd607 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/UwpPlatformSetup.puml | 0588d2acddd3949c073352ba54db7467bf005e21 | [] | 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 | 240 | puml | @startuml
class UwpPlatformSetup {
+ Setup() : void
+ PostBuildAction() : void
+ PostSuccessfulBuildAction() : void
+ PostSuccessfulLaunchAction() : void
+ CleanUp() : void
}
IPlatformSetup <|-- UwpPlatformSetup
@enduml
|
7dd1ac0f874dddf1c18bf03024de060ecf45f509 | f843c9d5922c2ef92cc3ca50f20f44184ed27ef8 | /src/main/java/Factory/Shape/README.puml | d5a057bdd69274f2655d1e58c127ee57f6414a0b | [] | no_license | yvanross/LOG121-GOF-exemples | c80a4d1b29f0b953e4666e100a82d4fde1923bea | 7cff56d019b40901ed54b85a62d69317cf61da59 | refs/heads/master | 2023-05-04T07:39:48.742354 | 2021-05-21T13:43:50 | 2021-05-21T13:43:50 | 261,219,115 | 2 | 25 | null | 2021-01-25T22:44:14 | 2020-05-04T15:11:44 | Java | UTF-8 | PlantUML | false | false | 286 | puml | @startuml Diagramme de classe
skinparam style strictuml
interface Shape {
draw(): void
}
class Circle implements Shape
class Square implements Shape
class Rectangle implements Shape
Class ShapeFactory{
getShape(String shape): Shape
}
ShapeFactory -right-> Shape: create
@enduml |
f19c36753ceb2e3e4cd50148f6777f2f3b993b57 | 9dc7349978074cf37e1d214024553a57175cd075 | /src/main/resources/diagram/Observer.puml | e56f179c35d088350d04be959953e9fc304632e4 | [] | no_license | yixiu868/design-pattern | 34b2cebb4962d2602628337ee58bb90db9edccb7 | 87819e035ac08957f4721053485ea4f27418623d | refs/heads/main | 2023-07-06T05:16:02.996982 | 2021-08-06T13:31:33 | 2021-08-06T13:31:33 | 392,955,564 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 383 | puml | @startuml
abstract class Subject {
+attach(in : Observer)
+detach(in : Observer)
+notify()
}
class ConcreteSubject {
+subjectState
}
interface Observer {
+update()
}
class ConcreteObserver {
-observerState
+update()
}
Subject <|.. ConcreteSubject
Observer <|.. ConcreteObserver
Subject -> Observer
ConcreteSubject <- ConcreteObserver
@enduml |
dd23103ae9acfc83c442932d67d46b5b0172f589 | 4c13527f24ccc6d0524d18cc56deeb7e81886b36 | /Java3/src/main/java/E46.puml | 005be7827925e9f35ca89fd5bc7e639e78f68fa1 | [] | no_license | Nickc123z/-COOK--cop3330-assignment3 | f5b176a2a2b946a24610e1394b215a708453985d | 2fb7ae553249c86152141ef356db8bf3815e4621 | refs/heads/main | 2023-09-04T09:33:29.931092 | 2021-10-12T03:55:47 | 2021-10-12T03:55:47 | 416,132,133 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 399 | puml | @startuml
'https://plantuml.com/class-diagram
print1 <|-- main
print <|-- main
rfile <|-- main
readily <|-- main
class print1 {
loops();
k = values;
}
class print{
map = ma[;
}
class readable{
while(can scan){
key[i] = array1;
}
class rfile{
new file();
scan = newfile;
new = new hashmap;
}
abstract class main{
readfile();
readfile1.readable();
}
@enduml |
f56b904662f942b1834b75bdf8929f0cd5373130 | 1c62e6ad04d679c073059c3c25cb9be592d73791 | /plantuml/creational/builder.puml | cbb8ffe1f2105b7e975241381861881996aaa74a | [
"Unlicense"
] | permissive | skr-mams/java-design-patterns | d6c507b2cbd9a4724f3045fb998f329eebd729ca | 5bea71a0a52160fc7f4348dc596c46c0b407c7f1 | refs/heads/main | 2023-08-22T12:35:33.091377 | 2021-09-20T21:47:10 | 2021-09-20T21:47:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 574 | puml | @startuml
class Person {
String firstName
String lastName
static PersonBuilder builder()
}
class PersonBuilder {
String firstName
String lastName
PersonBuilder firstName(String firstName)
PersonBuilder lastName(String lastName)
Person build()
}
PersonBuilder o-u-> Person
note "El método builder() instancia la clase\nbuilder específica para Person" as PersonNote
PersonNote .r. Person
note "public Person build() {\n return new Person(firstName, lastName);\n}" as PersonBuilderNote
PersonBuilderNote .r. PersonBuilder
@enduml |
0899a0e35422e9c229767c2064db66f099cabf96 | c205d829cf9b33311f592156396e511a78f447eb | /doc/class.iuml | e96bb32bd9fef710f3a46d0b4a3283425875c393 | [
"MIT",
"BSD-3-Clause"
] | permissive | jponcy/symfo_itstart_2019 | 2e0c3f479bb86a1ad373b81efc8d345c88ff5f1f | ffac3afc44b9d45eb0fd94c3f38887dc70f9af4e | refs/heads/master | 2020-04-25T11:10:45.164166 | 2019-03-01T10:11:38 | 2019-03-01T10:11:38 | 172,735,961 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,135 | iuml | @startuml author
' class Book {
' - id: int {autoincrement, readOnly} <<PK>>
' - name: string {unique}
' - description: string
' - price: float
' - stock: int
' - author: string
' }
' note as consign
' 1) faire l'entité
' 2) faire le repository
' 3) faire le controller avec une action index donnant :
' - le nom d'un livre
' - son prix
' - son stock
' 4) dans l'index, nous afficherons une couleur de fond pour chaque ligne
' suivant les stocks : disponibles
' - >= 10 en vert
' - < 10 en orange
' - 0 en rouge
' 5) rajouter une vue "détails" (show)
' 6) dans la page index, faire en sorte que le clique sur le nom d'un livre affiche la vue détaillée
' endnote
' consign -> Book
class Author {
- id[1]: int {readOnly, Autoincrement, PK}
- createdAt: DateTime
- updatedAt: DateTime
- lastname[1]: string
- firstname[1]: string
- surname[0..1]: string
- birthdate[1]: Date
- birthplace[0..1]: string
}
note as AuthorConsigne
1) Coder l'entité
2) Un CRUD de base
endnote
AuthorConsigne -> Author
@enduml
|
b42a094769bddfbccc2d1e01ff81c12641845e58 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/spec/concordion/common/command/assertEquals/whitespace/whitespace.plantuml | 7292890c066e302d53e9b29a284255cd0759f8a9 | [
"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,928 | plantuml | @startuml
title __WHITESPACE's Class Diagram__\n
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.assertEquals {
package spec.concordion.common.command.assertEquals.whitespace {
class LineContinuationsTest {
- snippets : List<String>
+ addSnippet()
+ processSnippets()
}
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.assertEquals {
package spec.concordion.common.command.assertEquals.whitespace {
class Result {
+ successes : String
+ failures : String
}
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.assertEquals {
package spec.concordion.common.command.assertEquals.whitespace {
class NormalizationTest {
}
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.assertEquals {
package spec.concordion.common.command.assertEquals.whitespace {
class WhitespaceTest {
+ whichSnippetsSucceed()
+ whichSnippetsFail()
{static} - which()
- fails()
- succeeds()
+ normalize()
{static} - replaceNamedWhitespaceWithRealWhitespaceCharacters()
{static} - replaceRealWhitespaceCharactersWithNames()
}
}
}
}
}
LineContinuationsTest +-down- Result
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
|
287ad162aa42f46a86b6c0a407e94f93318abafe | 71a886e08b95bc6eb6bcf83fee1e494a0be5c231 | /architecture/src/main/resources/diagrams/ClaimsModel.puml | a96636902421eff13d83a9ea8dca09ef77a17fa7 | [] | no_license | siarhei/java8 | 6cfce577f9c25daecc930042a71347998a5988e1 | 18201e75ddfca19415a63dbddfe031162c4738e2 | refs/heads/master | 2021-09-08T04:01:25.935910 | 2021-09-06T17:01:51 | 2021-09-06T17:01:51 | 147,394,381 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,184 | puml | @startuml
title Mobile Devices Warranty Claims Model
'policy part
object ClaimsPolicy #Aqua
object ClaimsPolicyParty #Aqua
object ClaimsPolicyRiskItem #Aqua
object ClaimsPolicyCoverage #Aqua
ClaimsPolicy --|{ ClaimsPolicyRiskItem
ClaimsPolicy --|{ ClaimsPolicyParty
ClaimsPolicyRiskItem --|{ ClaimsPolicyCoverage
'claims part
object ClaimsSummary
object ClaimsRefParty
object ClaimsParty
object ClaimsLossInfo {
-damageDesc
}
object ClaimsDamage
object ClaimsFeature {
-claimantOid
-coverageOid
-riskItemOid
}
note right: claimant, coverage, riskItem
object ClaimsFeatureReserve {
-type: ReserveType
-limitAmount
}
enum ReserveType {
EXPENSE
INDEMNITY
}
ClaimsPolicy .right. ClaimsSummary
ClaimsSummary --|{ ClaimsRefParty
ClaimsRefParty -down- ClaimsParty
ClaimsSummary ..|{ ClaimsDamage
ClaimsDamage --|| ClaimsLossInfo
ClaimsDamage --|{ ClaimsFeature
ClaimsFeature --|{ ClaimsFeatureReserve
'payment
object ClaimsPayment {
-featureId
-reserveType: ReserveType
}
object ClaimsPaymentAllocation {
-allocationAmount
}
ClaimsPayment --|{ ClaimsPaymentAllocation
ClaimsPayment .. ClaimsFeature
@enduml |
184b5b606ed997fc14f81c60d134c97368e48996 | 5bda871fceb094fb9925872cf46794a7bb523678 | /java-design-pattern.plantuml | 6b274de64faf11a1bd59b388fcfa35449703907a | [] | no_license | jestin-g/java-design-pattern | 9ec3526091fd4a5b795b035e3d6ae54a064e9ed2 | da908b77cced2e25640f68f22d4bccda88e1321e | refs/heads/master | 2023-02-11T14:12:52.417590 | 2021-01-06T16:48:53 | 2021-01-06T16:48:53 | 307,839,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 12,757 | plantuml | @startuml
title __JAVA-DESIGN-PATTERN's Class Diagram__\n
namespace adapter.examples.vectorRaster {
class adapter.examples.vectorRaster.AdapterDemo {
}
}
namespace adapter.examples.vectorRaster {
class adapter.examples.vectorRaster.Line {
}
}
namespace adapter.examples.vectorRaster {
class adapter.examples.vectorRaster.LineToPointAdapter {
}
}
namespace adapter.examples.vectorRaster {
class adapter.examples.vectorRaster.Point {
}
}
namespace adapter.examples.vectorRaster {
class adapter.examples.vectorRaster.VectorObject {
}
}
namespace adapter.examples.vectorRaster {
class adapter.examples.vectorRaster.VectorRectangle {
}
}
namespace builder.examples.faceted {
class builder.examples.faceted.BuilderFacetsDemo {
}
}
namespace builder.examples.faceted {
class builder.examples.faceted.Person {
}
}
namespace builder.examples.faceted {
class builder.examples.faceted.PersonAddressBuilder {
}
}
namespace builder.examples.faceted {
class builder.examples.faceted.PersonBuilder {
}
}
namespace builder.examples.faceted {
class builder.examples.faceted.PersonJobBuilder {
}
}
namespace builder.examples.recursiveGeneric {
class builder.examples.recursiveGeneric.EmployeeBuilder {
}
}
namespace builder.examples.recursiveGeneric {
class builder.examples.recursiveGeneric.Person {
}
}
namespace builder.examples.recursiveGeneric {
class builder.examples.recursiveGeneric.PersonBuilder {
}
}
namespace builder.examples.simple {
class builder.examples.simple.BuilderDemo {
}
}
namespace builder.examples.simple {
class builder.examples.simple.HtmlBuilder {
}
}
namespace builder.examples.simple {
class builder.examples.simple.HtmlElement {
}
}
namespace builder.exercice {
class builder.exercice.CodeBuilder {
}
}
namespace builder.exercice {
class builder.exercice.CodeBuilderDemo {
}
}
namespace builder.exercice {
class builder.exercice.CodeElement {
}
}
namespace composite.examples.geometricShapes {
class composite.examples.geometricShapes.Circle {
}
}
namespace composite.examples.geometricShapes {
class composite.examples.geometricShapes.CompositeDemo {
}
}
namespace composite.examples.geometricShapes {
class composite.examples.geometricShapes.GraphicObject {
}
}
namespace composite.examples.geometricShapes {
class composite.examples.geometricShapes.Square {
}
}
namespace decorator.dynamic {
class decorator.dynamic.ColoredShape {
}
}
namespace decorator.dynamic {
class decorator.dynamic.DynamicDecoratorDemo {
}
}
namespace decorator.dynamic {
class decorator.dynamic.TransparentShape {
}
}
namespace decorator.dynamic {
namespace base {
class decorator.dynamic.base.Circle {
}
}
}
namespace decorator.dynamic {
namespace base {
interface decorator.dynamic.base.Shape {
}
}
}
namespace decorator.dynamic {
namespace base {
class decorator.dynamic.base.Square {
}
}
}
namespace decorator.string {
class decorator.string.DecoratorStringDemo {
}
}
namespace decorator.string {
class decorator.string.MagicString {
}
}
namespace factory.examples.abstract_ {
class factory.examples.abstract_.AbstractFactoryDemo {
}
}
namespace factory.examples.abstract_ {
class factory.examples.abstract_.Coffee {
}
}
namespace factory.examples.abstract_ {
class factory.examples.abstract_.CoffeeFactory {
}
}
namespace factory.examples.abstract_ {
class factory.examples.abstract_.HotDrinkMachine {
}
}
namespace factory.examples.abstract_ {
interface factory.examples.abstract_.IHotDrink {
}
}
namespace factory.examples.abstract_ {
interface factory.examples.abstract_.IHotDrinkFactory {
}
}
namespace factory.examples.abstract_ {
class factory.examples.abstract_.Tea {
}
}
namespace factory.examples.abstract_ {
class factory.examples.abstract_.TeaFactory {
}
}
namespace factory.examples.method {
enum CoordinateSystem {
}
}
namespace factory.examples.method {
class factory.examples.method.FactoryDemo {
}
}
namespace factory.examples.method {
class factory.examples.method.Point {
}
}
namespace factory.examples.nested {
enum CoordinateSystem {
}
}
namespace factory.examples.nested {
class factory.examples.nested.FactoryDemo {
}
}
namespace factory.examples.nested {
class factory.examples.nested.Point {
}
}
namespace iterator.examples.treeTraversal {
class iterator.examples.treeTraversal.BinaryTree {
}
}
namespace iterator.examples.treeTraversal {
class iterator.examples.treeTraversal.Demo {
}
}
namespace iterator.examples.treeTraversal {
class iterator.examples.treeTraversal.InOrderIterator {
}
}
namespace iterator.examples.treeTraversal {
class iterator.examples.treeTraversal.Node {
}
}
namespace singleton.examples.basic {
class singleton.examples.basic.BasicSingleton {
}
}
namespace singleton.examples.basic {
class singleton.examples.basic.BasicSingletonDemo {
}
}
namespace state.examples.classic {
class state.examples.classic.BrokenState {
}
}
namespace state.examples.classic {
class state.examples.classic.ClassicStateDemo {
}
}
namespace state.examples.classic {
class state.examples.classic.LightSwitch {
}
}
namespace state.examples.classic {
class state.examples.classic.OffState {
}
}
namespace state.examples.classic {
class state.examples.classic.OnState {
}
}
namespace state.examples.classic {
class state.examples.classic.State {
}
}
namespace strategy.examples.dynamic {
class strategy.examples.dynamic.DynamicStrategyDemo {
}
}
namespace strategy.examples.dynamic {
class strategy.examples.dynamic.HtmlListStrategy {
}
}
namespace strategy.examples.dynamic {
interface strategy.examples.dynamic.ListStrategy {
}
}
namespace strategy.examples.dynamic {
class strategy.examples.dynamic.MarkdownListStrategy {
}
}
namespace strategy.examples.dynamic {
enum OutputFormat {
}
}
namespace strategy.examples.dynamic {
class strategy.examples.dynamic.TextProcessor {
}
}
namespace visitor.examples.classic {
class visitor.examples.classic.AdditionExpression {
}
}
namespace visitor.examples.classic {
class visitor.examples.classic.Demo {
}
}
namespace visitor.examples.classic {
class visitor.examples.classic.DoubleExpression {
}
}
namespace visitor.examples.classic {
interface visitor.examples.classic.Expression {
}
}
namespace visitor.examples.classic {
class visitor.examples.classic.ExpressionCalculator {
}
}
namespace visitor.examples.classic {
class visitor.examples.classic.ExpressionPrinter {
}
}
namespace visitor.examples.classic {
interface visitor.examples.classic.ExpressionVisitor {
}
}
namespace visitor.examples.intrusive {
class visitor.examples.intrusive.AdditionExpression {
}
}
namespace visitor.examples.intrusive {
class visitor.examples.intrusive.Demo {
}
}
namespace visitor.examples.intrusive {
class visitor.examples.intrusive.DoubleExpression {
}
}
namespace visitor.examples.intrusive {
abstract class visitor.examples.intrusive.Expression {
}
}
namespace visitor.examples.reflective {
class visitor.examples.reflective.AdditionExpression {
}
}
namespace visitor.examples.reflective {
class visitor.examples.reflective.Demo {
}
}
namespace visitor.examples.reflective {
class visitor.examples.reflective.DoubleExpression {
}
}
namespace visitor.examples.reflective {
abstract class visitor.examples.reflective.Expression {
}
}
namespace visitor.examples.reflective {
class visitor.examples.reflective.ExpressionPrinter {
}
}
adapter.examples.vectorRaster.Line o-- adapter.examples.vectorRaster.Point : end
adapter.examples.vectorRaster.Line o-- adapter.examples.vectorRaster.Point : start
adapter.examples.vectorRaster.LineToPointAdapter -up-|> java.util.ArrayList
adapter.examples.vectorRaster.VectorObject -up-|> java.util.ArrayList
adapter.examples.vectorRaster.VectorRectangle -up-|> adapter.examples.vectorRaster.VectorObject
builder.examples.faceted.PersonAddressBuilder -up-|> builder.examples.faceted.PersonBuilder
builder.examples.faceted.PersonBuilder o-- builder.examples.faceted.Person : person
builder.examples.faceted.PersonJobBuilder -up-|> builder.examples.faceted.PersonBuilder
builder.examples.recursiveGeneric.EmployeeBuilder -up-|> builder.examples.recursiveGeneric.PersonBuilder
builder.examples.recursiveGeneric.PersonBuilder o-- builder.examples.recursiveGeneric.Person : person
builder.examples.simple.HtmlBuilder o-- builder.examples.simple.HtmlElement : root
composite.examples.geometricShapes.Circle -up-|> composite.examples.geometricShapes.GraphicObject
composite.examples.geometricShapes.Square -up-|> composite.examples.geometricShapes.GraphicObject
decorator.dynamic.ColoredShape .up.|> decorator.dynamic.base.Shape
decorator.dynamic.ColoredShape o-- decorator.dynamic.base.Shape : shape
decorator.dynamic.TransparentShape .up.|> decorator.dynamic.base.Shape
decorator.dynamic.TransparentShape o-- decorator.dynamic.base.Shape : shape
decorator.dynamic.base.Circle .up.|> decorator.dynamic.base.Shape
decorator.dynamic.base.Square .up.|> decorator.dynamic.base.Shape
factory.examples.abstract_.Coffee .up.|> factory.examples.abstract_.IHotDrink
factory.examples.abstract_.CoffeeFactory .up.|> factory.examples.abstract_.IHotDrinkFactory
factory.examples.abstract_.Tea .up.|> factory.examples.abstract_.IHotDrink
factory.examples.abstract_.TeaFactory .up.|> factory.examples.abstract_.IHotDrinkFactory
iterator.examples.treeTraversal.BinaryTree .up.|> java.lang.Iterable
iterator.examples.treeTraversal.InOrderIterator .up.|> java.util.Iterator
iterator.examples.treeTraversal.Node o-- T : value
state.examples.classic.BrokenState -up-|> state.examples.classic.State
state.examples.classic.LightSwitch o-- state.examples.classic.State : state
state.examples.classic.OffState -up-|> state.examples.classic.State
state.examples.classic.OnState -up-|> state.examples.classic.State
strategy.examples.dynamic.HtmlListStrategy .up.|> strategy.examples.dynamic.ListStrategy
strategy.examples.dynamic.MarkdownListStrategy .up.|> strategy.examples.dynamic.ListStrategy
strategy.examples.dynamic.TextProcessor o-- strategy.examples.dynamic.ListStrategy : listStrategy
visitor.examples.classic.AdditionExpression .up.|> visitor.examples.classic.Expression
visitor.examples.classic.AdditionExpression o-- visitor.examples.classic.Expression : left
visitor.examples.classic.AdditionExpression o-- visitor.examples.classic.Expression : right
visitor.examples.classic.DoubleExpression .up.|> visitor.examples.classic.Expression
visitor.examples.classic.ExpressionCalculator .up.|> visitor.examples.classic.ExpressionVisitor
visitor.examples.classic.ExpressionPrinter .up.|> visitor.examples.classic.ExpressionVisitor
visitor.examples.intrusive.AdditionExpression -up-|> visitor.examples.intrusive.Expression
visitor.examples.intrusive.AdditionExpression o-- visitor.examples.intrusive.Expression : left
visitor.examples.intrusive.AdditionExpression o-- visitor.examples.intrusive.Expression : right
visitor.examples.intrusive.DoubleExpression -up-|> visitor.examples.intrusive.Expression
visitor.examples.reflective.AdditionExpression -up-|> visitor.examples.reflective.Expression
visitor.examples.reflective.AdditionExpression o-- visitor.examples.reflective.Expression : left
visitor.examples.reflective.AdditionExpression o-- visitor.examples.reflective.Expression : right
visitor.examples.reflective.DoubleExpression -up-|> visitor.examples.reflective.Expression
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
|
03fa24fbc1ee8eec190cbdfa20a7ac0abf484880 | 3733bb5077282e0af5c90e9fbacc3a9ad1c93b91 | /src/src/presentation/presentation.plantuml | cb80e7814b1752026eb234b64b5a621caffba2b5 | [] | no_license | MilanowskiJ/jupiter-universal-experimenter-group-3 | e46c32a500331e932d675770b511ee88bdd28ea8 | 2281a63069707423b37ee918257425f7e627eb13 | refs/heads/main | 2023-04-27T23:32:47.502985 | 2021-05-20T17:20:19 | 2021-05-20T17:20:19 | 359,823,214 | 0 | 0 | null | 2021-05-06T14:03:03 | 2021-04-20T13:20:11 | Java | UTF-8 | PlantUML | false | false | 2,227 | plantuml | @startuml
title __PRESENTATION's Class Diagram__\n
namespace presentation {
class presentation.ExitConsole {
+ execute()
}
}
namespace presentation {
class presentation.InputReader {
+ reader : BufferedReader
~ commandList : String
+ InputReader()
+ getNextCommand()
}
}
namespace presentation {
class presentation.MakeComplexExperiment {
~ experimentID : String
~ quantity : String
~ supplyItem : String
~ target : String
~ whatToDo : String
+ execute()
+ getType()
}
}
namespace presentation {
class presentation.MakeReagentExperiment {
~ experimentID : String
~ measurementsToTake : String
~ reagent : String
~ reagentQuantity : String
~ sampleToApplyTo : String
+ execute()
+ getType()
}
}
namespace presentation {
class presentation.MakeSampleExperiment {
~ experimentID : String
~ howMuchToSample : String
~ whatToSample : String
~ whereToSample : String
+ execute()
+ getType()
}
}
namespace presentation {
class presentation.ProcessReagentExperiment {
~ sampleID : String
+ execute()
- printValidReagentExperiments()
}
}
namespace presentation {
class presentation.ProcessSampleExperiment {
+ execute()
+ getType()
- printValidSampleExperiments()
}
}
namespace presentation {
interface presentation.UIProcess {
{abstract} + execute()
}
}
presentation.ExitConsole .up.|> presentation.UIProcess
presentation.MakeComplexExperiment .up.|> presentation.UIProcess
presentation.MakeReagentExperiment .up.|> presentation.UIProcess
presentation.MakeSampleExperiment .up.|> presentation.UIProcess
presentation.ProcessReagentExperiment .up.|> presentation.UIProcess
presentation.ProcessSampleExperiment .up.|> presentation.UIProcess
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
|
894a55c563a6caea7550b901de8a545620377975 | 4e2586435708420f782c03c1303da7219890941e | /docs/diagrams/ParserManager.puml | 506a0652cfef6f18896acf89e526b405714fc8cf | [] | no_license | AY2021S1-CS2113-T13-1/tp | 720454016061d5dbc23067e4505e2eac87e04449 | 4345646e211cdaeed2dfdf2e691e334c2d8e32ad | refs/heads/master | 2023-01-19T13:31:58.992002 | 2020-11-10T12:57:57 | 2020-11-10T12:57:57 | 297,301,678 | 0 | 7 | null | 2020-11-10T12:57:58 | 2020-09-21T10:12:20 | Java | UTF-8 | PlantUML | false | false | 1,129 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
class "{abstract} \n Parser" {
<u># CONTAINS_TAG_COLOR_INFO: int</u>
<u># NULL_INDEX: int</u>
<u># INSTRUNCTIONS_INPUT_CONTENTS: String </u>
# userMessage: String
+ parse(): Command {abstract}
<u>splitInfoDetails(String): ArrayList<String[]></u>
<u>checkBlank(String, SystemException.ExceptionType): String</u>
<u>handleTagPrefix(String[]): Tag</u>
<u>+ inputContent(): ArrayList<String></u>
<u>+ sortByKey(Map<Integer, String>): Map<Integer, String></u>
<u>+ addToLists(String, Map<Integer, String>, String): Map<Integer, String></u>
}
class ParseXYZCommand {
+ ParseXYZCommand()
+ parse(): Command
}
class XYZCommand {
}
class ParserManager {
+ parseCommand(String): Command
}
ParserManager "creates" -down-> ParseXYZCommand
ParserManager -> Command
ParseXYZCommand -left|> "{abstract} \n Parser"
ParseXYZCommand "creates" --up> XYZCommand
XYZCommand -up|> Command
note right of XYZCommand
XYZCommand = AddNoteCommand,
AddEventCommand, etc
end note
note right of ParseXYZCommand
ParseXYZCommand = ParseAddNoteCommand,
ParseAddEventCommand, etc
end note
@enduml |
0258f74f0e5f0a0032e083b7d13d9fd174d317ab | 109a03dabbac924dddcfedea919961c56aa329f0 | /pattern/res/abstract_factory.puml | 7542a388dfd040844511e8bf4e05799c047035f0 | [
"Apache-2.0"
] | permissive | yumodev/yumodev_notes | 464452cddb9f416a6939db9da42353c042e8d3fa | 7f0815e96706c307764eaf431f0ba62ef42d80fa | refs/heads/master | 2022-01-26T03:40:27.678175 | 2019-07-08T22:35:45 | 2019-07-08T22:35:45 | 83,787,775 | 5 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,096 | puml | @startuml
skinparam classAttributeIconSize 0
AbstractProductA <|-- ConcreteProductA1
AbstractProductA <|-- ConcreteProductA2
AbstractProductB <|-- ConcreteProductB1
AbstractProductB <|-- ConcreteProductB2
AbstractFactory <|-- ConcreteFactory1
AbstractFactory <|-- ConcreteFactory2
ConcreteFactory1 ..>ConcreteProductA1
ConcreteFactory2 ..>ConcreteProductA2
ConcreteFactory2 ..>ConcreteProductB2
ConcreteFactory1 ..>ConcreteProductB1
abstract class AbstractProductA{
+ abstract void mothod()
}
abstract class AbstractProductB{
+ abstract void mothod()
}
class ConcreteProductA1{
+ void mothod();
}
class ConcreteProductA2{
+ void mothod();
}
class ConcreteProductB1{
+ void mothod();
}
class ConcreteProductB2{
+ void mothod();
}
abstract class AbstractFactory{
+ abstract AbstractProductA createProductA();
+ abstract AbstractProductB createProductA();
}
class ConcreteFactory1{
+ AbstractProductA createProductA();
+ AbstractProductB createProductA();
}
class ConcreteFactory2{
+ AbstractProductA createProductA();
+ AbstractProductB createProductA();
}
@enduml
|
f423f10737a8db1160c11f5856d55b1cc2338706 | 1ee278a96d3c4a4503c62a5aac44a77afb62113f | /doc/tarinapeli_concepts.puml | cb4bc7decb52daf65c197522b3c9f5749a29f695 | [] | no_license | teemukin65/tarinapeli_s | f2348dd086ed66185d19b996c840c0954ff695f7 | 30bd2f24c4c1ba4549086cdcd988981cfbec0ba2 | refs/heads/master | 2021-01-22T23:37:06.323042 | 2019-04-23T04:25:25 | 2019-04-23T04:25:25 | 85,661,501 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 673 | puml | @startuml
class Game {
__
GameStatus
EndingCriteria
(GameTitle)
(GameDescription)
GameInitiationTime
GameStartTime
GameEndTime
}
Game "n" *-- "PlayerCount" Player : PlayingOrdering
(Game, Player) .. PlayersGame
class PlayersGame {
__
OrderNo
PlayerStatus
PlayersLink
}
Game "1 - GameInitiator" *-- "1" Player: InitiatesGame
Game "1" o-- "PlayerCount" Story: StoryList
class Player {
__
Email
(NickName)
}
class Story {
___
StoryOrderNumber
StoryStatus
/LastLine
/LastStoryPart
}
Story "1"--"1" Player: CurrentPlayer
Story "1" *-- "n" Part
class Part {
__
PartOrderNumber
Line1
Line2
Line3
/Completed
/LastLine
}
Part "1" <-- "1" Player : Writer
@enduml
|
5d51bb63e8b20cbd2356c12e3eec2d1f3ceb4dc0 | 66189c5ec1fd3d87a5db4f281fb8eee547b62011 | /com/zx/factory/absfactory/absfactory.puml | c9295fbd84c6e75f26fe7a3fbf8e4996d46ed38e | [] | no_license | Jcduhdt/DesignPattern | 27168347a85ab79a0976d2ef3ce6e8687bd01ddd | 501635e4eebba510ae3d1bb26ebfdaccf76beb8c | refs/heads/master | 2021-02-17T20:03:58.951599 | 2020-03-15T08:34:11 | 2020-03-15T08:34:11 | 245,124,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 595 | puml | @startuml
class Pizza{
prepare():void
bake():void
cut():void
box():void
}
class BJCheesePizza
class BJPepperPizza
class LDCheesePizza
class LDPepperPizza
class BJFactory
class LDFactory
interface AbsFactory{
creatPizza():Pizza
}
class OrderPizza
class OrderPizza2
Pizza <|-- BJCheesePizza
Pizza <|-- BJPepperPizza
Pizza <|-- LDCheesePizza
Pizza <|-- LDPepperPizza
BJFactory ..> BJPepperPizza
BJFactory ..> BJCheesePizza
LDFactory ..> LDPepperPizza
LDFactory ..> LDCheesePizza
AbsFactory <|.. BJFactory
AbsFactory <|.. LDFactory
AbsFactory --o OrderPizza
AbsFactory --o OrderPizza2
@enduml |
0bfe5a7342139c0e9766040451f38fcfdfc26b38 | e7aab27dc3b56328c92d783d7fa8fce12d8ac544 | /kapitler/media/uml-class-arkivenhet.puml | 9a3b4fe9f4a6e8219bea8632d2d0de8e053b54fe | [] | no_license | petterreinholdtsen/noark5-tjenestegrensesnitt-standard | 855019a61c8679a8119549e2824fa32ecc669e66 | 4673ba7134d83a6992bba6f9036c521c7ae1897f | refs/heads/master | 2023-06-11T12:08:52.134764 | 2023-03-05T11:05:21 | 2023-03-05T11:05:21 | 160,586,219 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,288 | puml | @startuml
skinparam nodesep 100
hide circle
class Arkivstruktur.Arkivenhet {
+systemID : SystemID [0..1]
+endretDato : datetime [0..1]
+opprettetDato : datetime [0..1]
+opprettetAv : string [0..1]
+endretAv : string [0..1]
+referanseEndretAv : SystemID [0..1]
+referanseOpprettetAv : SystemID [0..1]
}
class LoggingOgSporing.Endringslogg {
}
Arkivstruktur.Arkivenhet "0..1" o-- "endringslogg 0..*" LoggingOgSporing.Endringslogg
class Arkivstruktur.Arkiv <Arkivenhet> {
}
Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Arkiv
class Arkivstruktur.Arkivdel <Arkivenhet> {
}
Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Arkivdel
class Arkivstruktur.Arkivskaper <Arkivenhet> {
}
Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Arkivskaper
class Arkivstruktur.Dokumentbeskrivelse <Arkivenhet> {
}
Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Dokumentbeskrivelse
class Arkivstruktur.Klasse <Arkivenhet> {
}
Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Klasse
class Arkivstruktur.Klassifikasjonssystem <Arkivenhet> {
}
Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Klassifikasjonssystem
class Arkivstruktur.Mappe <Arkivenhet> {
}
Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Mappe
class Arkivstruktur.Registrering <Arkivenhet> {
}
Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Registrering
@enduml
|
8265f8f145a94007d9a55090c2b31cd55e71127f | 7c2a17fd3d19a13fb71558f79900a2908de98c58 | /docs/uml-class-diagrams/display01/production/DisplayGpsManagerImplementation/DisplayGpsManagerImplementation.puml | 4ff86a2c67cc825e5b2728755e5c7c0dbce7ba7f | [] | no_license | casher-ou/csi-3370-software-project | 483b1add9fbab8349f30009eecc123c884bdcc7b | 629fb9cce10429c2b80bd1ad33ab898d1466883b | refs/heads/main | 2023-01-22T00:44:50.062944 | 2020-11-29T23:00:50 | 2020-11-29T23:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 628 | puml | @startuml DisplayGpsManagerImplementation
package edu.oakland.production.display01 {
class DisplayGpsManagerImplementation {
- MiddlewareGisInterface middlewareGis
__
+ DisplayGpsManagerImplementation(MiddlewareGisInterface middlewareGis)
.. Use Case 1 ..
+ String receiveGpsSignalStrength(Satellite satelliteSignal)
+ boolean EvaluateGpsSignalStrengths(int signalStrengh)
+ void passGpsSignalStrength(int signalStrength)
.. Use Case 2 ..
+ String receiveGpsSignalStrength(Satellite signal)
+ SatelliteSignalCheckRequest passGpsSignalStrength(Satellite satelliteSignal)
}
}
@enduml |
b074cdb3082b397efbd8c97b17927165176dc48a | 5962d85570d9118f8d05ecb609d758a74672f773 | /app/src/main/uml/HuffmanUML.puml | 8d9068fa066333b8caea0b47831c78e79ef9c0d4 | [] | no_license | CleverWang/HuffmanCompress | 131de7de846fd166a6a856f43d79b576993528e4 | f3a4315257c5b3a086a3b3c01da3be910d90a633 | refs/heads/master | 2021-05-11T14:43:14.351043 | 2018-01-22T11:43:31 | 2018-01-22T11:43:31 | 117,711,408 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,769 | puml | @startuml
class ElementBean {
- int element
- long frequency
- boolean isValid
- String code
}
class HuffmanTreeNode {
- long weight
- int parent, leftLink, rightLink
}
class Coding {
- HuffmanTree huffmanTree
- Elements elements
+ void doCoding()
}
class Decoding {
- HuffmanTree huffmanTree
- Elements elements
+ void doDecoding(String srcPath, String destPath)
}
class Elements {
- ElementBean rawElementList[]-
- List<ElementBean> validElementList
- int validElementCount
- int zeroAddedCount
}
class HuffmanTree {
- int leafCount
- int root
- HuffmanTreeNode huffmanTree[]
- List<ElementBean> validElementList
+ void buildHuffmanTree()
}
class ReadingTool {
- Elements elements
+ void readRawFile(String path)
+ void loadFromFrequencyFile(String path)
}
class WritingTool {
- Elements elements
+ void writeCompressedFile(String srcPath, String destPath)
+ void writeFrequencyFile(String path)
}
class CodeConversion {
+ {static} int charArrayToByte(char[] charCode)
+ {static} String ByteToString(int byteCode)
}
ElementBean "n"--*"1" Elements
HuffmanTreeNode "n"--*"1" HuffmanTree
Elements --o HuffmanTree
Elements --o Coding
HuffmanTree --o Coding
Elements --o Decoding
HuffmanTree --o Decoding
Elements --o ReadingTool
Elements --o WritingTool
CodeConversion -- WritingTool
CodeConversion -- Decoding
@enduml
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
|
67a10ba93867c3553447532f98f620bbde1e3900 | 5cf20daea3c29ffc120f3d71f006328aff7d8b38 | /src/main/java/com/fresno/fs/fs.plantuml | 18ef71dc88c3964c3b5ffad3c02f1c9cf23ff573 | [] | no_license | qwang6/assignment | 6003ab5f1fbe2e1f6835ab8a2bc34db3c81226ce | 989bde8bb60feecb8e4dce31849a87c52a33de5f | refs/heads/master | 2022-04-20T04:50:20.320145 | 2020-04-20T04:30:24 | 2020-04-20T04:30:24 | 255,191,408 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,223 | plantuml | @startuml
title __FS's Class Diagram__\n
namespace com.fresno.fs {
interface com.fresno.fs.Builder {
{abstract} + cdAction()
{abstract} + createAction()
{abstract} + delAction()
{abstract} + exit()
{abstract} + getRoot()
{abstract} + lsAction()
{abstract} + makeDirAction()
{abstract} + reSizeAction()
{abstract} + sizeAction()
}
}
namespace com.fresno.fs {
class com.fresno.fs.DelVisitor {
{static} - delVisitor : Visitor
{static} + getInstance()
+ visit()
- DelVisitor()
- delRecursive()
}
}
namespace com.fresno.fs {
class com.fresno.fs.ExitProxy {
+ ExitProxy()
+ ExitProxy()
+ visit()
}
}
namespace com.fresno.fs {
class com.fresno.fs.ExitVisitor {
+ visit()
- delete()
- deleteHelper()
}
}
namespace com.fresno.fs {
interface com.fresno.fs.FSConstant {
{static} + INDENT : int
{static} + ROOT_NAME : String
}
}
namespace com.fresno.fs {
class com.fresno.fs.FSUtils {
{static} + getAbsolutePath()
}
}
namespace com.fresno.fs {
class com.fresno.fs.FileSystemBuilder {
+ FileSystemBuilder()
+ cdAction()
+ createAction()
+ delAction()
+ exit()
+ getRoot()
+ lsAction()
+ makeDirAction()
+ reSizeAction()
+ sizeAction()
}
}
namespace com.fresno.fs {
class com.fresno.fs.FileSystemClient {
{static} + main()
}
}
namespace com.fresno.fs {
class com.fresno.fs.FileSystemDisplay {
{static} - fileSystemDisplay : FileSystemDisplay
{static} + getInstance()
+ printFileSystem()
- FileSystemDisplay()
{static} - printHelper()
}
}
namespace com.fresno.fs {
class com.fresno.fs.FooterTextDisplay {
+ FooterTextDisplay()
+ display()
}
}
namespace com.fresno.fs {
class com.fresno.fs.HeaderTextDisplay {
+ HeaderTextDisplay()
+ display()
}
}
namespace com.fresno.fs {
class com.fresno.fs.LsVisitor {
{static} - lsVisitor : Visitor
{static} + getInstance()
+ visit()
- LsVisitor()
}
}
namespace com.fresno.fs {
class com.fresno.fs.Node {
~ children : Map<String, Node>
~ depth : int
~ fileSize : int
~ isFile : boolean
~ name : String
~ toBeDeleted : boolean
+ Node()
+ Node()
+ Node()
+ accept()
+ accept()
}
}
namespace com.fresno.fs {
interface com.fresno.fs.ReVisitor {
{abstract} + visit()
}
}
namespace com.fresno.fs {
class com.fresno.fs.ResizeVisitor {
+ ResizeVisitor()
+ visit()
- getRoot()
- notifyDisplayTree()
}
}
namespace com.fresno.fs {
class com.fresno.fs.SizeVisitor {
{static} - sizeVisitor : Visitor
{static} + getInstance()
+ visit()
- SizeVisitor()
- getSize()
}
}
namespace com.fresno.fs {
interface com.fresno.fs.TreeDisplay {
{abstract} + display()
}
}
namespace com.fresno.fs {
class com.fresno.fs.TreeDisplayAdapter {
+ TreeDisplayAdapter()
+ display()
}
}
namespace com.fresno.fs {
interface com.fresno.fs.Visitor {
{abstract} + visit()
}
}
com.fresno.fs.FileSystemClient o-- com.fresno.fs.Builder : builder
com.fresno.fs.DelVisitor .up.|> com.fresno.fs.Visitor
com.fresno.fs.ExitProxy .up.|> com.fresno.fs.Visitor
com.fresno.fs.ExitProxy o-- com.fresno.fs.Visitor : exitVisitor
com.fresno.fs.ExitProxy o-- com.fresno.fs.ExitVisitor : exitVisitor
com.fresno.fs.ExitVisitor .up.|> com.fresno.fs.Visitor
com.fresno.fs.FileSystemBuilder .up.|> com.fresno.fs.Builder
com.fresno.fs.FileSystemBuilder o-- com.fresno.fs.Node : curNode
com.fresno.fs.FileSystemBuilder o-- com.fresno.fs.Visitor : delVisitor
com.fresno.fs.FileSystemBuilder o-- com.fresno.fs.Visitor : exitProxy
com.fresno.fs.FileSystemBuilder o-- com.fresno.fs.Visitor : lsVisitor
com.fresno.fs.FileSystemBuilder o-- com.fresno.fs.ReVisitor : reSizeVisitor
com.fresno.fs.FileSystemBuilder o-- com.fresno.fs.Node : root
com.fresno.fs.FileSystemBuilder o-- com.fresno.fs.Visitor : sizeVisitor
com.fresno.fs.FooterTextDisplay .up.|> com.fresno.fs.TreeDisplay
com.fresno.fs.FooterTextDisplay o-- com.fresno.fs.TreeDisplay : treeDisplay
com.fresno.fs.HeaderTextDisplay .up.|> com.fresno.fs.TreeDisplay
com.fresno.fs.HeaderTextDisplay o-- com.fresno.fs.TreeDisplay : treeDisplay
com.fresno.fs.LsVisitor .up.|> com.fresno.fs.Visitor
com.fresno.fs.Node o-- com.fresno.fs.Node : parent
com.fresno.fs.ResizeVisitor .up.|> com.fresno.fs.ReVisitor
com.fresno.fs.ResizeVisitor o-- com.fresno.fs.TreeDisplay : observer
com.fresno.fs.SizeVisitor .up.|> com.fresno.fs.Visitor
com.fresno.fs.TreeDisplayAdapter .up.|> com.fresno.fs.TreeDisplay
com.fresno.fs.TreeDisplayAdapter o-- com.fresno.fs.FileSystemDisplay : fsDisplay
@enduml
|
e5388568647a1a60f34599af18d026d31d0ed106 | da6ebfdf57a263dd118e93ffc35c61060c1b06fb | /src/aula07/jogogalov1/model/model.puml | a3de4646ef374fae5e4b37130a9bc3e5a1889ecd | [] | no_license | matpato/POO | 0045b831cb0de86aade98f439172ded9e0bca2ef | a847966f03963cae641f12185202e5597c1b755d | refs/heads/master | 2020-03-11T14:49:34.907028 | 2018-05-23T09:45:28 | 2018-05-23T09:45:28 | 130,066,329 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 811 | puml | @startuml
skinparam classAttributeIconSize 0
hide empty members
class Galo{
{static}+SIZE:int
-totalPlays:int
+Galo(firstPlayer:Symbol)
+play(lin:int,col:int):boolean
+getSymbol(lin:int,col:int):Symbol
+isOver():boolean
+undo():boolean
+setListener(l:Listener)
+hasWinner():boolean
+getPlayer():int
}
Galo o-L- "*" Symbol : -grid
Galo --> Symbol : -currPlayer
Galo o-R- State : -state
Galo *-- "*" Pos : -plays
Galo --> Listener : ~listener
enum State {
RUN
WIN
TIED
__
+isOver():boolean
}
enum Symbol {
CROSS
BALL
__
+other():Symbol
+isCross():boolean
+getPlayer(): int
}
interface Listener{
+changedSymbol(lin:int,col:int,s:Symbol)
}
Galo +-- Listener
class Pos{
~lin:int
~col:int
~Pos(lin:int,col:int)
}
Galo +-- Pos
@enduml
|
c0619ed2216265b40015a59e0b4b1847c22929bb | 88bd3e900f38d4966f36ce538b57fd5e422aee41 | /TP Software Construccion Lautaro Lagos Leiva COM 3/src/com/company/company.plantuml | 29057cec1a06ceb6110eda7cf3730d614b2f2054 | [] | no_license | lautarolagos/Prog3 | a7e29f20083e03098153ff37e3cc08a8d4a4e92e | 9c266fd175b944ab082af19ef8dc873acd94bd3a | refs/heads/master | 2022-12-07T01:32:08.800457 | 2020-09-08T23:07:42 | 2020-09-08T23:07:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,492 | plantuml | @startuml
title __COMPANY's Class Diagram__\n
namespace com.company {
class com.company.Arquitecto {
- matricula : int
+ Arquitecto()
+ crearPlanos()
+ getMatricula()
+ setMatricula()
+ toString()
}
}
namespace com.company {
class com.company.Comercial {
- nombreObra : String
+ Comercial()
+ getNombreObra()
+ setNombreObra()
+ toString()
}
}
namespace com.company {
class com.company.Comercio {
- rubro : String
+ Comercio()
+ getRubro()
+ setRubro()
+ toString()
}
}
namespace com.company {
class com.company.Domestica {
- habitaciones : int
+ Domestica()
+ getHabitaciones()
+ setHabitaciones()
+ toString()
}
}
namespace com.company {
class com.company.Empleado {
- costo : int
- dni : int
- nombre : String
- tel : int
+ Empleado()
+ Empleado()
+ getCosto()
+ getDni()
+ getNombre()
+ getTel()
+ setCosto()
+ setDni()
+ setNombre()
+ setTel()
+ toString()
}
}
namespace com.company {
class com.company.Empresa {
~ empleados : ArrayList<Empleado>
~ obras : ArrayList<Obra>
- nombre : String
+ Empresa()
+ getNombre()
+ setNombre()
+ verEmpleados()
+ verObras()
}
}
namespace com.company {
class com.company.Hotel {
- pisos : int
+ Hotel()
+ getPisos()
+ setPisos()
+ toString()
}
}
namespace com.company {
class com.company.Maestro {
- edad : int
+ Maestro()
+ construir()
+ getEdad()
+ setEdad()
+ toString()
}
}
namespace com.company {
class com.company.Main {
{static} + main()
}
}
namespace com.company {
class com.company.Obra {
~ empleados : ArrayList<Empleado>
- costo : float
- direccion : String
- metrosCuadrados : float
- tiempo : float
+ Obra()
+ calcularCosto()
+ getCosto()
+ getDireccion()
+ getMetrosCuadrados()
+ getTiempo()
+ mostrarEmpleados()
+ setCosto()
+ setDireccion()
+ setMetrosCuadrados()
+ setTiempo()
+ toString()
}
}
namespace com.company {
class com.company.Obrero {
- edad : int
+ Obrero()
+ construir()
+ getEdad()
+ setEdad()
+ toString()
}
}
namespace com.company {
interface com.company.Trabajo {
{abstract} + construir()
}
}
com.company.Arquitecto -up-|> com.company.Empleado
com.company.Comercial -up-|> com.company.Obra
com.company.Comercio -up-|> com.company.Comercial
com.company.Domestica -up-|> com.company.Obra
com.company.Hotel -up-|> com.company.Comercial
com.company.Maestro .up.|> com.company.Trabajo
com.company.Maestro -up-|> com.company.Empleado
com.company.Obra -up-|> com.company.Empresa
com.company.Obrero .up.|> com.company.Trabajo
com.company.Obrero -up-|> com.company.Empleado
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
|
355cb60b6e897bf8780586999d37514eed4e9eb0 | 3030626efd0c98df9e65c238d5cc4ed1ed654f30 | /src/main/LS_stats.puml | 3bb82fa5c66d3ce6298a472a52664c67e0670a7b | [] | no_license | aarce104/SportsAnalyticsSoftware | 50a89f1933d46d9e24a3e44d16774c2e87a1ef39 | 75859f1eea14017d332621bc67e76b6d1eb90255 | refs/heads/master | 2021-01-12T10:46:47.495916 | 2016-12-08T05:14:47 | 2016-12-08T05:14:47 | 72,694,160 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,350 | puml | @startuml
class player
class team
class stats
class OffensiveStats
class DefensiveStats
player --|> team
player --|> stats
stats --|> GamesPlayed
stats --|> OffensiveStats
stats --|> DefensiveStats
stats --|> SpecialTeams
OffensiveStats --|> Rushing
OffensiveStats --|> Receiving
DefensiveStats --|> Tackling
DefensiveStats --|> Interceptions
DefensiveStats --|> PassesDefended
DefensiveStats --|> Stuffs
DefensiveStats --|> Fumbles
DefensiveStats --|> KB
SpecialTeams --|> KickoffReturns
SpecialTeams --|> PuntReturns
class player {
LastName
FirstName
JerseyNumber
Position
}
class team {
City
Name
Abbreviation
}
class GamesPlayed {
"GamesPlayed"
}
class Receiving {
Targets
Receptions
RecYards
RecAverage
RecTD
RecLng
Rec20Plus
Rec40Plus
RecFumbles
}
class Rushing {
RushAttempts
RushYards
RushAverage
RushTD
RushLng
Rush20Plus
Rush40Plus
RushFumbles
}
class Tackling {
TackleSolo
TackleTotal
TackleAst
Sacks
SackYds
Safeties
}
class Interceptions {
Interceptions
IntTD
IntYds
IntAverage
IntLng
PassesDefended
}
class Fumbles {
Fumbles
FumLost
FumForced
FumOwnRec
FumOppRec
FumRecYds
FumTotalRec
FumTD
}
class SpecialTeams {
}
class KickoffReturns {
KrRet
KrYds
KrAvg
KrLng
KrTD
Kr20Plus
Kr40Plus
KrFC
KrFum
}
class PuntReturns {
PrRet
PrYds
PrAvg
PrLng
PrTD
Pr20Plus
Pr40Plus
PrFC
PrFum
}
class Stuffs {
Stuffs
StuffYds
}
@enduml |
6bb1cc60f1fbb8b7ced52dc325c5c31b192be061 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/volumediscount@0.1.1.puml | 37ce1598bbd7d0827587f3f1462a06ecc5ba0b21 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 743 | puml | @startuml
class org.accordproject.volumediscount.VolumeDiscount << (A,green) >> {
+ Double firstVolume
+ Double secondVolume
+ Double firstRate
+ Double secondRate
+ Double thirdRate
}
org.accordproject.volumediscount.VolumeDiscount --|> org.accordproject.cicero.contract.AccordContract
class org.accordproject.volumediscount.VolumeDiscountRequest << (T,yellow) >> {
+ Double netAnnualChargeVolume
}
org.accordproject.volumediscount.VolumeDiscountRequest --|> org.hyperledger.composer.system.Transaction
class org.accordproject.volumediscount.VolumeDiscountResponse << (T,yellow) >> {
+ Double discountRate
}
org.accordproject.volumediscount.VolumeDiscountResponse --|> org.hyperledger.composer.system.Transaction
@enduml
|
e0be70980e9aaf8ebd7137f480a3964449c3f665 | 3b8fd3b88ec1788e2ac17f6a5e56496f25d4d585 | /src/main/java/com/eliten/eksamen/eksamen.plantuml | 90dc6d09928f64cf7d83fce7305ff39de70cfe82 | [] | no_license | BE-CH/ITU-ExamProject2020-Streaming-Service | d8d1e4d9b324da0eeda5bd24039b4d9be85a4733 | 0947dfae66e1722c3a13c8fdb4a8dbe0d014392a | refs/heads/master | 2023-04-19T23:19:53.781452 | 2021-05-20T15:39:11 | 2021-05-20T15:39:11 | 314,540,715 | 0 | 0 | null | 2021-11-02T16:31:54 | 2020-11-20T11:57:12 | Java | UTF-8 | PlantUML | false | false | 748 | plantuml | @startuml
title __EKSAMEN's Class Diagram__\n
namespace com.eliten.eksamen {
class com.eliten.eksamen.Eliten {
{static} - accountManager : AccountManager
{static} - fileManager : FileManager
{static} - logger : Logger
{static} - mediaManager : MediaManager
{static} - viewManager : ViewManager
{static} + accountManager()
{static} + fileManager()
{static} + getLogger()
{static} + main()
{static} + mediaManager()
{static} + viewManager()
}
}
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
|
bd3590f9de30b92ea85c004dfe071227cfb7069a | e7aab27dc3b56328c92d783d7fa8fce12d8ac544 | /kapitler/media/uml-class-registrering.puml | 763bc0780325fd2f2cfa5943ce9243dfdd04c03b | [] | no_license | petterreinholdtsen/noark5-tjenestegrensesnitt-standard | 855019a61c8679a8119549e2824fa32ecc669e66 | 4673ba7134d83a6992bba6f9036c521c7ae1897f | refs/heads/master | 2023-06-11T12:08:52.134764 | 2023-03-05T11:05:21 | 2023-03-05T11:05:21 | 160,586,219 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,476 | puml | @startuml
skinparam nodesep 100
hide circle
class Arkivstruktur.Registrering <Arkivenhet> {
+arkivertDato : datetime [0..1]
+arkivertAv : string [0..1]
+referanseArkivertAv : SystemID [0..1]
+kassasjon : Kassasjon [0..1]
+skjerming : Skjerming [0..1]
+gradering : Gradering [0..1]
+referanseArkivdel : SystemID [0..1]
+registreringsID : string [0..1]
+tittel : string
+offentligTittel : string [0..1]
+beskrivelse : string [0..1]
+noekkelord : string [0..*]
+forfatter : string [0..*]
+dokumentmedium : Dokumentmedium [0..1]
+oppbevaringssted : string [0..*]
+virksomhetsspesifikkeMetadata : any [0..1]
}
class Arkivstruktur.Arkivdel <Arkivenhet> {
}
Arkivstruktur.Arkivdel "arkivdel 0..1" o--> "registrering 0..*" Arkivstruktur.Registrering
class Arkivstruktur.Arkivenhet {
}
Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Registrering
class Arkivstruktur.Klasse <Arkivenhet> {
}
Arkivstruktur.Klasse "klasse 0..1" o--> "registrering 0..*" Arkivstruktur.Registrering
class Arkivstruktur.Mappe <Arkivenhet> {
}
Arkivstruktur.Mappe "mappe 0..1" o--> "registrering 0..*" Arkivstruktur.Registrering
class Arkivstruktur.Kryssreferanse <Arkivenhet> {
}
Arkivstruktur.Registrering "registrering 0..1" *--> "kryssreferanse 0..*" Arkivstruktur.Kryssreferanse
class Arkivstruktur.Dokumentbeskrivelse <Arkivenhet> {
}
Arkivstruktur.Registrering "registrering 1..*" o--> "dokumentbeskrivelse 0..*" Arkivstruktur.Dokumentbeskrivelse
class Arkivstruktur.Korrespondansepart {
}
Arkivstruktur.Registrering *-- "korrespondansepart 0..*" Arkivstruktur.Korrespondansepart
class Arkivstruktur.Merknad {
}
Arkivstruktur.Registrering *-- "merknad 0..*" Arkivstruktur.Merknad
class Arkivstruktur.Part {
}
Arkivstruktur.Registrering *-- "part 0..*" Arkivstruktur.Part
class Arkivstruktur.Gradering <<dataType>> {
}
Arkivstruktur.Registrering *-- Arkivstruktur.Gradering
class Arkivstruktur.Kassasjon <<dataType>> {
}
Arkivstruktur.Registrering *-- Arkivstruktur.Kassasjon
class Arkivstruktur.Skjerming <<dataType>> {
}
Arkivstruktur.Registrering *-- Arkivstruktur.Skjerming
class Sakarkiv.Arkivnotat <Registrering> {
}
Arkivstruktur.Registrering <|-- Sakarkiv.Arkivnotat
class Sakarkiv.Journalpost <Registrering> {
}
Arkivstruktur.Registrering <|-- Sakarkiv.Journalpost
class Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator {
}
Arkivstruktur.Registrering o-- "nasjonalidentifikator 0..*" Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator
@enduml
|
1527ae32440d0729a86260f59c08f95ad6550c6d | a26bbd033192f4ea245a6dd3f166976b39459752 | /3_Documentazione/design/be/full.puml | 1758d5a8a8491cd847d0dfd7dbb04b8dde4cd57f | [] | no_license | giuliobosco/freqline | fdc673e09e4cfc96dc67a759788120b81fdbae46 | e94256cc349797447cf414bbe4267ef45c89723e | refs/heads/master | 2022-04-10T16:22:55.993289 | 2020-04-06T13:28:19 | 2020-04-06T13:28:19 | 206,082,972 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 34,358 | puml | @startuml
skinparam classAttributeIconSize 0
class Exception {
}
package javax.servlet.http {
class HttpServlet {
}
}
package ch.giuliobosco.freqline {
package acc {
class AccGenerator{
+ {static} void turnGeneratorOn(Connection connection, String keyC)
+ {static} void turnGeneratorOff(Connection connection, String keyC)
+ {static} void turnGeneratorOn(Connection connection, String, long timer)
+ {static} void updateDecibel(Connection connection, int userId, int decibel)
- {static} void request(String url)
- {static} String buildUrl(Connection connection, String address, String keyC, boolean on)
- {static} String buildUrl(Connection connection, String address, String keyC, long timer)
- {static} int getFrequence(Connection connection, String keyC)
}
}
package auth {
interface Authenticator {
+ boolean authenticate(String username, String password)
}
class SqlAuthenticator {
- {static} int SALT_LENGTH = 32
- DbUserDao dao
- String dbHash
- String dbSalt
+ SqlAuthenticator(DbUserDao dao)
+ boolean authenticate(String username, Stirng password)
+ User authenticateUser(String username, Stirng password)
- User findUser(String username)
+ {static} User getUserToInsert(User user)
+ {static} User getUserToUpdatePassword(User user, DbDao dao)
+ {static} User getUserToUPdate(User user, DbDao dao)
}
Authenticator <|.. SqlAuthenticator
class SessionManager {
- {static} int MAX_INACTIVE_INTERNAL = 3600
- {static} String USER = "user"
- {static} String USER_ID = "user_id"
- HttpSession session
- int userId
+ SessionManager(HttpSession session)
+ User getUser()
+ int getUserId()
+ boolean isValidSession()
+ void initSession(User user, int maxInactiveInterval)
+ void initSession(User user)
+ void destroySession()
}
}
package dao {
interface IDao<Base> {
+ Optional<Base> getById(int id)
+ Stream<Base> getAll()
+ boolean add(Base base)
+ boolean update(Base base)
+ boolean delete(Base base)
}
class Dao {
}
IDao <|.. Dao
class DaoException {
- {static} final long serialVersionUID = 1L
+ DaoException()
+ DaoException(String message)
+ DaoException(String message, Throwable cause)
}
Exception <|-- DaoException
}
package dbdao {
abstract DbDao {
- {static} Logger LOGGER
- {static} int NULL_ACTION_BY = 1
- Connection connection;
- DaoQueryBuilder daoQueryBuilder
- int actionBy
- int lastGeneratedKey
+ DbDao(JdbcConnector connector, Class<? extends Base> baseClass)
+ DbDao(JdbcConnector connector, Class<? extends Base> baseClass, int actionBy)
+ Connection getConnection()
+ int getActionBy()
+ int getLastGeneratedKey()
# Date getDate(ResultSet resultSet, String column)
# Timestamp getTimestamp(Date date)
# void mutedClose(Connection connection, PreparedStatement statement, ResultSet resultSet)
# Base getBase(ResulSet resultSet, String resulSetColumn, DbDao dao)
# {abstract} Base create(ResultSet resultSet, Base base)
# {abstract} void fillStatement(Base base, PreparedStatement statement)
- Base createBase(ResultSet resultSet)
- void setAuditData(Base base, PreparedStatement statement)
# PreparedStatement getByIdStatemnt(int id)
+ Optional<Base> getById(int id)
# PreparedStatement getAllStatement()
+ Stream<Base> getAll()
# PreparedStatement getAddStatement(Base base)
+ boolean add(Base base)
# PreparedStatement getUpdateStatement(Base base)
+ boolean update(Base base)
# PreparedStatement getDeleteStatement(Base base)
+ boolean delete(Base base)
}
Dao <|-- DbDao
class DbGeneratorDao {
+ DbGeneratorDao(JdbcConnector connector)
+ DbGeneratorDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbGeneratorDao
class DbGroupDao {
+ DbGroupDao(JdbcConnector connector)
+ DbGroupDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbGroupDao
class DbGroupPermissionDao {
+ DbGroupPermissionDao(JdbcConnector connector)
+ DbGroupPermissionDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbGroupPermissionDao
class DbMicDao {
+ DbMicDao(JdbcConnector connector)
+ DbMicDao(JdbcConnector connector, int actionBy)
- getPermission(ResultSet resultSet, JdbcConnector connector)
- getGroup(ResultSet resultSet, JdbcConnector connector)
}
DbDao <|-- DbMicDao
class DbPermissionDao {
+ DbPermissionDao(JdbcConnector connector)
+ DbPermissionDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbPermissionDao
class DbRemoteDao {
+ DbRemoteDao(JdbcConnector connector)
+ DbRemoteDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbRemoteDao
class DbUserDao {
+ DbUserDao(JdbcConnector connector)
+ DbUserDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbUserDao
class DbUserGroupDao {
+ DbUserGroupDao(JdbcConnector connector)
+ DbUserGroupDao(JdbcConnector connector, int actionBy)
- getGroup(ResultSet resultSet, JdbcConnector connector)
- getUser(ResultSet resultSet, JdbcConnector connector)
}
DbDao <|-- DbUserGroupDao
}
package jdbc {
class DaoQueryBuilder {
- String database
- String table
- String[] attributes
+ DaoQueryBuilder(String database, Class <? extends Base> baseClass)
- void setDatabase(String database)
- void setTable(String table)
- void setAttributes(String[] attributes)
- String getDatabaseTable()
+ int getUpdateIdIndex()
+ String getAllQuery()
+ String getByIdQuery()
+ String getAddQuery()
+ String getUpdateQuery()
+ String getDeleteQuery()
}
class JdbcConnector {
- {static} String S_USERNAME
- {static} String S_PASSWORD
- {static} String S_HOST
- {static} String S_PORT
- {static} String S_DATABASE
- {static} String S_USE_SSL
- {static} String S_USE_UNICODE
- {static} String S_JDBC_TIMEZONE_SHIFT
- {static} String S_LEGACY_DATETIME
- {static} String S_SERVER_TIMEZONE
- {static} String S_ZERO_TIME_BEHAVOIR
- {static} String PORT
- {static} String USE_SSL
- {static} String USE_UNICODE
- {static} String JDBC_TIMEZONE_SHIFT
- {static} String LEGACY_DATETIME
- {static} String SERVER_TIMEZONE
- {static} String ZERO_DATE_TIME_BEHAVOIR
- String username
- Stirng password
- String host
- String port
- String database
- boolean useSsl
- boolean useUnicode
- boolean jdbcTimezoneShift
- boolean legacyDateTime
- String serverTimezone
- String zeroDateTimeBehavoir
- Connection connection
+ Connection getConnection()
+ Connection getOpenConnection()
+ DaoQueryBuilder getQueryBuilder(Class clazz)
+ JdbcConnector(...)
+ JdbcConnector(String username, String password, String host, int port, String database)
+ JdbcConnector(String propertiesFilePath)
- String getConnectionString()
- Properites getConnectionProperties()
+ void close()
+ void openConnection()
+ writeProperties(String propertiesFilePath)
}
class JapiConnector() {
- {static} String PROPERTIES_FILE_PATH
- {static} boolean SSL
+ JapiConnector()
+ {static} JdbcConnector initialize()
+ {static} Connection get()
}
}
package model {
abstract Base {
+ {static} String ID = "id"
+ {static} int CREATED_BY_INDEX = 1
+ {static} int CREATED_DATE_INDEX = 2
+ {static} int UPDATED_BY_INDEX = 3
+ {static} int UPDATED_DATE_INDEX = 4
+ {static} int DELETED_BY_INDEX = 5
+ {static} int DELETED_DATE_INDEX = 6
+ {static} String[] DEFAULT_ATTRIBUTES
+ {static} int SQL_INT_NULL = 0;
- {static} int DEFAULT_ID = 0;
+ {static} Date NOW
- int id
- int createdBy
- Date createdDate
- int updatedBy
- Date updatedDate
- int deleteeBy
- Date deletedDate
+ Base(int id, int createdBy, Date createdDate, int updatedBy, Date updatedDate, int deletedBy, Date deletedDate)
+ Base(int id, int createdBy, Date createdDate, int updatedBy, Date updatedDate)
+ Base(int createdBy)
+ Base(Base base)
+ int getId()
+ void setCreatedBy(int createdBy)
+ int getCreatedBy()
+ void setCreatedDate(Date createdDate)
+ Date getCreatedDate()
+ void setUpdatedBy(int updatedBy)
+ int getUpdatedBy()
+ void setUpdatedDate(Date updatedDate)
+ Date getUpdatedDate()
+ void setDeletedBy(int deletedBy)
+ int getDeletedBy()
+ void setDeletedDate(Date deletedDate)
+ Date getDeletedDate()
# {static} Date now()
+ {static} String[] getDefaultAttributes()
+ {static} String getString(int index)
+ {static} String getCreatedByString()
+ {static} String getCreatedDateString()
+ {static} String getUpdatedByString()
+ {static} String getUpdatedDateString()
+ {static} String getDeletedByString()
+ {static} String getDeletedDateString()
}
class Permission{
- String name
- String string
- String description
+ Permission(..., Date deletedDate, String name, String string, String description)
+ Permission(..., String name, String string, String description)
+ Permission(int createdBy, String name, String string, String description)
+ Permission(Base base, String name, String string, String description)
+ Stirng getName()
+ void setName(String name)
+ String getString()
+ void setString(String string)
+ String getDescription()
+ void setDescription(String description)
}
Base <|-- Permission
class Group {
- String name
+ Group(..., Date deleteDate, String name, Group parentGroup)
+ Group(..., String name, Group parentGroup)
+ Group(int createdBy, String name, Group parentGroup)
+ Group(Base base, String name, Group parentGroup)
+ String getName()
+ void setName(String name)
+ Group getParentGroup()
+ void setParentGroup(Group parentGroup)
}
Base <|-- Group
Group o-- Group : - parentGroup
class GroupPermission {
+ GroupPermission(..., Date deletedDate, Permission permission, Group group)
+ GroupPermission(..., Permission permission, Group group)
+ GroupPermission(int actionBy, Permission permission, Group group)
+ GroupPermission(Base base, Permission permission, Group group)
+ Group getGroup()
+ void setGroup(Group group)
+ Permission getPermission()
+ void setPermission(Permission permission)
}
Base <|-- GroupPermission
GroupPermission o-- Group : group
GroupPermission o-- Permission : permission
class User {
- String username
- String password
- String salt
- String firstname
- String lastname
- String email
+ User(..., Date deletedDate, String username, String password, String salt, String firstname, String lastname, String email)
+ User(..., String username, String password, String salt, String firstname, String lastname, String email)
+ User(int createdBy, String username, String password, String salt, String firstname, String lastname, String email)
+ User(Base base, String username, String password, String salt, String firstname, String lastname, String email)
+ String getUsername()
+ void setUsername(String username)
+ String getPassword()
+ void setPassword(String password)
+ String getSalt()
+ void setSalt(String salt)
+ String getFirstname()
+ void setFirstname(String firstname)
+ String getLastname()
+ void setLastname(String lastname)
+ String getEmail()
+ void setLastname(String email)
}
Base <|-- User
class UserGroup {
+ UserGroup(..., Deleted date, Group group, User user)
+ UserGroup(..., Group group, User user)
+ UserGroup(int createdBy, Group group, User user)
+ UserGroup(Base base, Group group, User user)
+ Group getGroup()
+ void setGroup(Group group)
+ User getUser()
+ void setUser(User user)
}
Base <|-- UserGroup
UserGroup o-- User : user
UserGroup o-- Group : group
class Generator {
- String name
- int frequence
- boolean status
- String ip
- String keyC
+ Generator(..., Date deletedDate, String name, int frequence, boolean status, String ip, String keyC)
+ Generator(..., String name, int frequence, boolean status, String ip, String keyC)
+ Generator(int actionBy, String name, int frequence, boolean status, String ip, String keyC)
+ Generator(Base base, String name, int frequence, boolean status, String ip, String keyC)
+ String getName()
+ void setName(String name)
+ int getFrequence()
+ void setFrequence(int frequence)
+ boolean isStatus()
+ void setStatus(boolean status)
+ String getIp()
+ void setIp(String ip)
+ String getKeyC()
+ void setKeyC(String keyC)
}
Base <|-- Generator
class Mic {
- int decibel
- int timer
- String ip
- String keyC
+ Mic(..., int deletedDate, Generator generator, int decibel, int timer, String ip, String keyC)
+ Mic(..., Generator generator, int decibel, int timer, String ip, String keyC)
+ Mic(int createdBy, Generator generator, int decibel, int timer, String ip, String keyC)
+ Mic(Base base, Generator generator, int decibel, int timer, String ip, String keyC)
+ Genrator getGenerator()
+ void setGenerator(Generator generator)
+ int getDecibel()
+ void setDecibel(int decibel)
+ int getTimer()
+ void setTimer(int timer)
+ String getIp()
+ void setIp(String ip)
+ String getKeyC()
+ void setKeyC(String keyC)
}
Base <|-- Mic
Mic o-- Generator : generator
class Remote{
- String command
- String ip
- String keyC
+ Remote(..., Date deletedDate, Generator generator, String command, String ip, String keyC)
+ Remote(..., Generator generator, String command, String ip, String keyC)
+ Remote(int createdBy, Generator generator, String command, String ip, String keyC)
+ Remote(Base base, Generator generator, String command, String ip, String keyC)
+ Genrator getGenerator()
+ void setGenerator(Generator generator)
+ String getCommand()
+ void setCommand(String command)
+ String getIp()
+ void setIp(String ip)
+ String getKeyC()
+ void setKeyC(String keyC)
}
Base <|-- Remote
Remote o-- Generator : genrator
}
package modeljson {
abstract BaseJson {
- {static} String ID
- {static} String CREATED_BY
- {static} String CREATED_DATE
- {static} String UPDATED_BY
- {static} String UPDATED_DATE
- {static} String DELETED_BY
- {static} String DELETED_DATE
- JSONObject json
+ BaseJson(Base base)
+ BaseJson(JSONObject json)
+ BaseJson(String json)
+ JSONObject getJson()
# Base getBase(DbDao dao, int id)
- void setJsonBase(Base base)
# int getInt(String key)
# Date getDate(String key)
# String getString(String key)
# boolean getBoolean(String key)
# Timestamp getTimestamp(String key)
# Base getBase()
+ {abstract} void set(Base base)
+ {abstract} Base get(DbDao dao)
}
class GeneratorJson {
+ {static} String NAME
+ {static} String FREQUENCE
+ {static} String STATUS
+ {static} String IP
+ {static} String KEY_C
+ GeneratorJson(Generator generator)
+ GeneratorJson(Base base)
+ GeneratorJson(JSONObject json)
+ GeneratorJson(String string)
}
BaseJson <|-- GeneratorJson
class GroupJson {
+ {static} String NAME
+ {static} String PARENT_GROUP
+ GroupJson(Group group)
+ GroupJson(Base base)
+ GroupJson(JSONObject json)
+ GroupJson(String jsonString)
}
BaseJson <|-- GroupJson
class GroupPermissionJson {
+ {static} String GROUP
+ {static} String PERMISSION
+ GroupPermissionJson(GroupPermission groupPermission)
+ GroupPermissionJson(Base base)
+ GroupPermissionJson(JSONObject json)
+ GroupPermissionJson(String string)
}
BaseJson <|-- GroupPermissionJson
class MicJson {
+ {static} String GENERATOR
+ {static} String DECIBEL
+ {static} String TIMER
+ {static} String IP
+ {static} String KEY_C
+ MicJson(Mic mic)
+ MicJson(Base base)
+ MicJson(JSONObject json)
+ MicJson(String string)
}
BaseJson <|-- MicJson
class PermissionJson {
+ {static} String NAME
+ {static} String STRING
+ {static} String DESCRIPTION
+ PermissionJson(Permission permission)
+ PermissionJson(Base base)
+ PermissionJson(JSONObject json)
+ PermissionJson(String string)
}
PermissionJson --|> BaseJson
class RemoteJson {
+ {static} String GENERATOR
+ {static} String COMMAND
+ {static} String IP
+ {static} String KEY_C
+ RemoteJson(Remote remote)
+ RemoteJson(Base base)
+ RemoteJson(JSONObject json)
+ RemoteJson(String string)
}
RemoteJson --|> BaseJson
class UserGroupJson {
+ {static} String USER
+ {static} String GROUP
+ UserGroupJson(UserGroup userGroup)
+ UserGroupJson(Base base)
+ UserGroupJson(JSONObject json)
+ UserGroupJson(String string)
}
UserGroupJson --|> BaseJson
class UserJson {
+ {static} String USERNAME
+ {static} String PASSWORD
+ {static} String SALT
+ {static} String FIRSTNAME
+ {static} String LASTNAME
+ {static} String EMAIL
+ UserJson(User user)
+ UserJson(Base base)
+ UserJson(JSONObject json)
+ UserJson(String string)
}
UserJson --|> BaseJson
}
package queries {
class PermissionUserQuery {
- {static} String QUERY
- {static} int ID_INDEX
+ {static} String[] getPermission(Connection connection, int id)
+ {static} String[] getPermission(Connection connection, User id)
+ {static} String[] getPermission(JdbcConnetor connector, int id)
}
class AccCheckQueries {
- {static} String GENERATOR_KEY_CHECK
- {static} String MIC_KEY_CHECK
- {static} String REMOTE_KEY_CHECK
- {static} String CONF_QUERY
+ {static} JSONOjbect getJsonConf(Connection connection, String keyC)
- {static} boolean isValidKey(String query, Connection connection, String keyC)
+ {static} boolean isValidGeneratorKey(Connection connection, String keyC)
+ {static} boolean isValidMicKey(Connection connection, String keyC)
+ {static} boolean isValidRemoteKey(Connection connection, String keyC)
}
class UserIdQuery {
- {static} String QUERY
- {static} int USERNAME_INDEX
+ {static} int getUserId(Connection connection, String username)
}
class GeneratorQuery {
- {static} String GET_STATUS_KEY_QUERY
- {static} String GET_STATUS_USER_ID_QUERY
- {static} String GET_FREQUENCE_KEY_QUERY
- {static} String GET_FREQUENCE_USER_ID_QUERY
- {static} String GET_KEY_USER_ID_QUERY
- {static} String GET_MIC_TIMER_KEY_QUERY
- {static} String SET_STATUS_KEY_QUERY
- {static} String SET_STATUS_USER_ID_QUERY
- {static} String SET_FREQUENCE_USER_ID_QUERY
- {static} String SET_MIC_TIMER_USER_ID_QUERY
- {static} String GET_IP_USER_ID_QUERY
- {static} String GET_IP_KEY_QUERY
- {static} String SET_DECIBEL
- {static} String GET_DECIBEL_USER_ID
- {static} String STATUS
- {static} String FREQUENCE
- {static} String TIMER
- {static} String IP
- {static} String KEY_C
+ {static} boolean getGeneratorStatus(Connection connection, String keyC)
+ {static} boolean getGeneratorStatus(Connection connection, int userId)
+ {static} int getGeneratorFrequence(Connection connection, String keyC)
+ {static} int getGeneratorFrequence(Connection connection, int userId)
- {static} boolean getStatus(Connection connection, String query, String stringValue, int intValue)
- {static} int getFrequence(Connection connection, String query, String stringValue, int intValue)
- {static} ResultSet get(Connection connection, String query, String stringValue, int intValue)
+ {static} boolean setStatus(Connection connection, int userId, boolean status)
+ {static} boolean setStatus(Connection connection, String keyC, boolean status)
+ {static} int getMicTimer(Connection connection, String keyC)
+ {static} boolean setFrequence(Connection connection, int userId, int frequence)
+ {static} String getIp(Connection connection, int userId)
+ {static} String getIp(Connection connection, String keyC)
+ {static} String getKeyByUserId(Connection connection, int userId)
+ {static} boolean setMicTimer(Connection connection, int userId, int timer)
+ {static} boolean setDecibel(Connection connection, int userId, int decibel)
+ {static} int getDecibel(Connection connection, int userId)
}
}
package servlets {
package help {
class ServletRequestAnalyser {
+ {static} int OK
+ {static} int MISSING_PARAMETERS
+ {static} int NOT_VALID_PARAMETERS
- Map<String, String[]> parameters
- String[] requiredParameters
- String[] optionalParameters
- String[] missingParameters
- String[] notValidParameters
- String[] presentOptionalParameters
- Validator validator
+ String[] getMissingParameters()
+ String[] getNotValidParameters()
+ String[] getPresentOptionalParameters()
+ int getStatus()
+ Map<String, String[]> getParameters()
+ String getParameter(String key)
+ ServletRequestAnalyser(String[] requiredParameters, String[] optionalParameters, Map<String, String[]> parameters, Validator validator)
+ ServletRequestAnalyser(String[] requiredParameters, Map<String, String[]> parameters)
+ ServletRequestAnalyser(String[] requiredParameters, Map<String, String[]> parameters, Validator validator)
- void setMissingParameters()
- void setPresentOptionalParameters()
- void setNotValidParameters(String[] parameters)
}
class ServletNfe {
+ ServletNfe()
+ ServletNfe(String message)
}
Exception <|-- ServletNfe
ServletRequestAnalyser -[hidden]> ServletNfe
}
abstract BaseServlet {
+ {static} String S_200_OK
+ {static} String S_201_CREATED
+ {static} String S_201_NO_CONTENT
+ {static} String S_304_NOT_MODIFIED
+ {static} String S_400_BAD_REQUEST
+ {static} String S_401_UNAUTHORIZED
+ {static} String S_403_FORBIDDEN
+ {static} String S_404_NOT_FOUND
+ {static} String S_406_NOT_ACCEPTABLE
+ {static} String S_409_CONFLICT
+ {static} String S_500_INTERNAL_SERVER_ERROR
+ {static} String S_501_NOT_IMPLEMENTED
+ {static} String S_STATUS
+ {static} String S_STATUS_STRING
+ {static} String S_STATUS_ERROR
+ {static} String S_STATUS_NOT_ACCEPTABLE
+ {static} String S_NOT_VALID_PARAMETERS
+ {static} String S_MISSING_PARAMETERS
+ {static} String S_PATH
+ {static} String S_ACTION
+ {static} String S_MESSAGE
+ {static} String S_REQUEST_URI
+ {static} String S_REQUEST_URL
+ {static} String S_METHOD
+ {static} String S_REQUEST
- JdbcConnector connector
# JdbcConnector getConnector()
# JdbcConnector setConnector(JdbcConnector connector)
# void ok(HttpServletResponse response, String string)
# void ok(HttpServletResponse response, JSONObject jo)
# void created(HttpServletResponse response, String string)
# void created(HttpServletResponse response, JSONObject jo)
# void noContent(HttpServletResponse response)
# void notModified(HttpServletResponse response)
# void badRequest(HttpServletResponse response, HttpServletResponse response)
# void unauthorized(HttpServletResponse response, HttpServletResponse response)
# void forbidden(HttpServletResponse response, String action)
# void notFound(HttpServletResponse response, HttpServletResponse response)
# void notAcceptable(HttpServletResponse response, HttpServletResponse response)
# void conflict(HttpServletResponse response, String string)
# void internalServerError(HttpServletResponse response, String message)
# void internalServerError(HttpServletResponse response, JSONObject jo)
# void notImplemented(HttpServletResponse response)
- void write(HttpServletResponse response, String string)
- void writeStatus(HttpServletResponse response, int statusCode, String statusCode)
- void writeStatus(HttpServletResponse response, int statusCode, String statusString, String message)
- void writeStatus(HttpServletResponse response, int statusCode, String statusString, JSONObject jo)
- JSONObject requestToJson(HttpServletRequest request)
- JSONObject requestToJson(HttpServletRequest request, JSONObject jo)
# void notValidParameters(HttpServletResponse response, String[] notValidParameters)
# void missingParameters(HttpServletResponse response, Stringp[] missingParameters)
+ JSONObject getOkResponse()
+ JSONObject getOkResponse(int id)
+ JSONOBject getNotCapableResponse()
+ void closeConnector()
# String firstValue(Map<String, String[]> map, String key)
# {abstract} String getPath();
# void doOptions(HttpServletRequest request, HttpServletResponse response)
}
HttpServlet <|-- BaseServlet
package data {
class BaseDataServlet {
- int getId(HttpServletRequest request)
# void doGet(HttpServletRequest request, HttpServletResponse response)
- void doGetById(HttpServletRequest request, HttpServletResponse response, DbDao dao)
- void doGetAll(HttpServletResponse response, DbDao dao)
# void doDelete(HttpServletRequest request, HttpServletResponse response)
# void doPost(HttpServletRequest request, HttpServletResponse response)
- void executePost(HttpServletResponse response, ServletRequestAnalyser sra, int actionBy)
# void doPut(HttpServletRequest request, HttpServletResponse response)
- void executePut(HttpServletRequest request, HttpServletResponse response, ServletRequestAnalyser sra)
# String[] getRequiredPutParameters()
# String[] getRequiredPostParameters()
- DbDao getDao(int actionBy)
- void initConnector()
# Base getBase(Map<String, String> params, DbDao dao, String key)
- boolean hasRequiredPermission(int userId, String requiredPermission)
- boolean hasRequiredPermission(User user, String requiredPermission)
# {abstract} Base mapToBase(Map<String, String[]> params, Base base, int actionBy)
# {abstract} Class<? extends Base> getModel()
# {abstract} DbDao getDao(JdbcConnector connector, int actionBy)
# {abstract} BaseJson getJson(Base base)
# {abstract} String requiredGetPermission()
# {abstract} String requiredPostPermission()
# {abstract} String requiredPutPermission()
# {abstract} String requiredDeletePermission()
}
BaseServlet <|-- BaseDataServlet
class GeneratorServlet {
}
BaseDataServlet <|-- GeneratorServlet
class GroupPermissionServlet {
}
BaseDataServlet <|-- GroupPermissionServlet
class GroupServlet {
}
BaseDataServlet <|-- GroupServlet
class MicServlet {
}
BaseDataServlet <|-- MicServlet
class PermissionServlet {
}
BaseDataServlet <|-- PermissionServlet
class RemoteServlet {
}
BaseDataServlet <|-- RemoteServlet
class UserGroupServlet {
}
BaseDataServlet <|-- UserGroupServlet
class UserServlet {
}
BaseDataServlet <|-- UserServlet
}
package action {
class LoginServlet {
- String LOGGED_IN
- String WRONG_USERNAME_PASSWORD
# void doPost(HttpServletRequest request, HttpServletResponse response)
- void checkOldSession(HttpServletRequest request)
- void executePost(HttpServletRequest request, HttpServletResponse response, ServletRequestAnalyser sra)
# void doGet(HttpServletRequest request, HttpServletResponse response)
}
LoginServlet --|> BaseServlet
class GeneratorStatusServlet {
- String GET_GENERATOR_STATUS_PERM
- String SET_GENERATOR_STATUS_PERM
- String STATUS
- String[] REQUIRED_POST_PARAMETERS
# void doPost(HttpServletRequest request, HttpServletResponse response)
# void doGet(HttpServletRequest request, HttpServletResponse response)
- void executePost(HttpServletResponse response, Connection connection, int userId, ServletRequestAnalyser sra)
}
GeneratorStatusServlet --|> BaseServlet
class GeneratorMicServlet {
- String SET_GENERATOR_MIC_PERM
- String GET_GENERATOR_MIC_PERM
- String TIMER
- String[] REQUIRED_POST_PARAMETERS
- void executePost(HttpServletResponse response, Connection connection, int userId, ServletRequestAnalyser sra)
# void doPost(HttpServletRequest request, HttpServletResponse response)
# void doGet(HttpServletRequest request, HttpServletResponse response)
}
GeneratorMicServlet --|> BaseServlet
class GeneratorFrequenceServlet {
- String SET_GENERATOR_FREQUENCE_PERM
- String GET_GENERATOR_FREQUENCE_PERM
- String FREQUENCE
- String[] REQUIRED_POST_PARAMETERS
- void executePost(HttpServletResponse response, Connection connection, int userId, ServletRequestAnalyser sra)
# void doPost(HttpServletRequest request, HttpServletResponse response)
# void doGet(HttpServletRequest request, HttpServletResponse response)
}
GeneratorFrequenceServlet --|> BaseServlet
class GeneratorDecibelServlet {
- String SET_GENERATOR_DECIBEL_PERM
- String GET_GENERATOR_DECIBEL_PERM
- String DECIBEL
- String[] REQUIRED_POST_PARAMETERS
- void executePost(HttpServletResponse response, Connection connection, int userId, ServletRequestAnalyser sra)
# void doPost(HttpServletRequest request, HttpServletResponse response)
# void doGet(HttpServletRequest request, HttpServletResponse response)
}
GeneratorDecibelServlet --|> BaseServlet
class AccServlet {
- String KEY_C
- String ACTION
- String CONTENT
- String ACTION_MIC
- String ACTION_REMOTE
- String ACTION_REMOTE_TOGGLE
- String ACTION_REMOTE_ON
- String ACTION_REMOTE_OFF
- String ACTION_CONF
- String[] POST_REQUIRED_PARAMETERS
- Connection connection
- ServletRequestAnalyser sra
- Connection getConnection()
- ServletRequestAnalyser getSra()
- String getKeyC()
- String getAction()
- String getContent()
# void doPost(HttpServletRequest request, HttpServletResponse response)
- void executePost(HttpServletResponse response)
- void conf(HttpServletResponse response)
- void mic(HttpServletResponse response)
- void remote(HttpServletResponse response)
- void remoteToggle(HttpServletResponse response)
- boolean isValidKey()
}
}
}
}
@enduml |
cb0c888759c8b2249780d38d61021163812171cf | bdd1e374eb51ee6697e2f4cb49f265f486b730cb | /PlantUML Files/Ex45/Exercise45.puml | 18574fab1ee2a9056f38b5a3dba660fc2b060197 | [] | no_license | AgentAttorney/Pekarski-cop3330-assignment3 | 3e300fb678c687603a6073b620ef5de087c11f32 | 0318b0cc92fcfbbac025ae0d18dc85421c7bdb4d | refs/heads/master | 2023-06-01T17:31:46.161067 | 2021-06-21T03:33:07 | 2021-06-21T03:33:07 | 378,796,426 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 432 | puml | @startuml
'https://plantuml.com/class-diagram
class main{
}
class input{
String returnInput()
}
class createFile{
createOutput(String OutFile)
}
class fileRead{
Arraylist readFile(String, File)
}
class fileWrite{
writeFile (File outputFile, List<String> al)
}
class wordReplace{
Arraylist replaceWord(Arraylist)
}
main*-- input
main *-- createFile
main *-- fileRead
main *-- fileWrite
fileRead *-- wordReplace
@enduml |
ba7d521611a77579aec7fe149c795ddd9a6bd052 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/Benchmark01_UGUI.puml | 20a49dc4cebc590d40bc5c9f4f40cbf8e9c1b02e | [] | 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 | 262 | puml | @startuml
class Benchmark01_UGUI {
+ BenchmarkType : int = 0
Start() : IEnumerator
}
MonoBehaviour <|-- Benchmark01_UGUI
Benchmark01_UGUI --> "canvas" Canvas
Benchmark01_UGUI --> "TMProFont" TMP_FontAsset
Benchmark01_UGUI --> "TextMeshFont" Font
@enduml
|
e03d23607a77fc2abb89b079af9c39a9c265ac13 | 3b2c90b89c045353b799ead5a800f95785cda9cd | /uml/state.puml | fd042a6bcea97d472a4ba77af2d04e48ff8c856b | [] | no_license | pers0n4/daily-scheduler | 8f2ae6b5909c7edcebd180095e926d003995a453 | a09e12a259a303c34a467c6ab179783c11196a5a | refs/heads/main | 2023-05-13T05:17:42.009372 | 2021-06-05T15:40:15 | 2021-06-05T15:40:15 | 361,421,579 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 485 | puml | @startuml state
interface User {
getUsername() : String
getPassword() : String
setState(UserState) : void
}
interface UserState {
onActivate(User) : void
onDeactivate(User) : void
}
User o--> UserState
class UserStatePending implements UserState {
onActivate(User) : void
onDeactivate(User) : void
}
class UserStateActivated implements UserState {
onDeactivate(User) : void
}
class UserStateDeactivated implements UserState {
onActivate(User) : void
}
@enduml
|
395778a40b479f92252e6ac4583a05664d4da508 | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/classdiagram.uml.puml | 47d4ad905fa28805408e46172594aa1c76b4089f | [
"MIT"
] | permissive | vuquangtin/designpattern | 4d4a7d09780a0ebde6b12f8edf589b6f45b38f62 | fc672493ef31647bd02c4122ab01992fca14675f | refs/heads/master | 2022-09-12T07:00:42.637733 | 2020-09-29T04:20:50 | 2020-09-29T04:20:50 | 225,505,298 | 0 | 0 | null | 2022-09-01T23:16:34 | 2019-12-03T01:41:33 | Java | UTF-8 | PlantUML | false | false | 1,501 | puml | @startuml
Class01 <|-- Class02
Class03 *-- Class04
Class05 o-- Class06
Class07 .. Class08
Class09 -- Class10
Class11 <|.. Class12
Class13 --> Class14
Class15 ..> Class16
Class17 ..|> Class18
Class19 <--* Class20
Class21 #-- Class22
Class23 x-- Class24
Class25 }-- Class26
Class27 +-- Class28
Class29 ^-- Class30
newpage
Class01 "1" *-- "many" Class02 : contains
Class03 o-- Class04 : aggregation
Class05 --> "1" Class06
newpage
class Car
Driver - Car : drives >
Car *- Wheel : have 4 >
Car -- Person : < owns
newpage
class Dummy {
-field1
#field2
~method1()
+method2()
}
newpage
skinparam classAttributeIconSize 0
class Dummy {
-field1
#field2
~method1()
+method2()
}
class Dummy {
{static} String id
{abstract} void methods()
}
class User {
.. Simple Getter ..
+ getName()
+ getAddress()
.. Some setter ..
+ setName()
__ private data __
int age
-- encrypted --
String password
}
class Foo
note left: On last defined class
enum TimeUnit {
DAYS
HOURS
MINUTES
}
annotation SuppressWarnings
newpage
package "Classic Collections" #DDDDDD {
Object <|-- ArrayList
}
package net.sourceforge.plantuml {
Object <|-- Demo1
Demo1 *- Demo2
}
newpage
scale 750 width
package foo1 <<Node>> {
class Class1
}
package foo2 <<Rectangle >> {
class Class2
}
package foo3 <<Folder >> {
class Class3
}
package foo4 <<Frame >> {
class Class4
}
package foo5 <<Cloud >> {
class Class5
}
package foo6 <<Database >> {
class Class6
}
newpage
set namespaceSeparator ::
class X1::X2::foo {
some info
}
@enduml |
8a9f4213b20e75f645b999060040b80689cf3cff | c12709b46160493fa7837ddd96cf2dc170b7dc0d | /assets/umls/strategy-pattern2.puml | b2f6339f10125ddca03c20017433090cf82a1e70 | [] | no_license | battlerhythm/battlerhythm.github.io | c0e9bd62695b915ce734266be35a0e367c4e6225 | 3b53041d25f2935747122c75dc3b501bc9cba05a | refs/heads/master | 2021-12-03T08:38:20.238977 | 2021-11-28T19:21:25 | 2021-11-28T19:21:25 | 132,821,261 | 0 | 1 | null | 2018-05-10T01:15:52 | 2018-05-09T22:59:00 | JavaScript | UTF-8 | PlantUML | false | false | 691 | puml | @startuml
class Duck {
quack()
display()
fly()
}
interface IQuackBehavior {
quack()
}
class SimpleQuack {
quack()
}
class NoQuack {
quack()
}
interface IFlyBehavior {
fly()
}
class SimpleFly {
fly()
}
class JetFly {
fly()
}
class NoFly {
fly()
}
interface IDisplayBehavior {
display()
}
class DisplayAsText {
display()
}
class DisaplyAsGraphics {
display()
}
Duck -> IQuackBehavior
IFlyBehavior <- Duck
Duck --> IDisplayBehavior
IQuackBehavior <|-- SimpleQuack
IQuackBehavior <|-- NoQuack
IFlyBehavior <|-- SimpleFly
IFlyBehavior <|-- JetFly
IFlyBehavior <|-- NoFly
IDisplayBehavior <|-- DisplayAsText
IDisplayBehavior <|-- DisaplyAsGraphics
@enduml |
9174d3c3a28af981b4b986bf2aea69ffcd1171d0 | 644b7bb773b84596a2de4d31a0603284d9562e56 | /Solidity/Contracts/University.iuml | 9cc0b2515eb23434934d722ad439f3884ddc5c93 | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 250 | iuml | @startuml
class University #99FFF3 {
#universityAddress: address
__modifiers__
onlyFounder
registrableAddress
__
+University()
+@ isUniversityFounder(_address: address): bool
+@ getRoleByAddress(_address: address): uint8
+@ login(): uint8
}
@enduml
|
fb5abffcea37d451665eccff6a3252afd01a3d35 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Accessors/DataTransferObjects/Order.puml | 37d6116bf7e28e3fe2e9a6a7a1de03eee809ac4e | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 759 | puml | @startuml
class Order {
+ Id : int <<get>> <<set>>
+ SubTotal : decimal <<get>> <<set>>
+ TaxAmount : decimal <<get>> <<set>>
+ Total : decimal <<get>> <<set>>
+ AuthorizationCode : string <<get>> <<set>>
+ ShippingProvider : string <<get>> <<set>>
+ TrackingCode : string <<get>> <<set>>
+ Notes : string <<get>> <<set>>
+ SellerId : int <<get>> <<set>>
}
class OrderLine {
+ ProductId : int <<get>> <<set>>
+ ProductName : string <<get>> <<set>>
+ Quantity : int <<get>> <<set>>
+ UnitPrice : decimal <<get>> <<set>>
+ ExtendedPrice : decimal <<get>> <<set>>
}
Order --> "BillingAddress" Address
Order --> "ShippingAddress" Address
Order --> "Status" OrderStatuses
Order --> "FromCartId" Guid
@enduml
|
dda1cf1d426fd6b0f05080d25d8591d15817ee10 | 180b9a8842f55d1d3762ab2984e117b5e15eecf4 | /src/main/java/com/example/lbycpeifinalproject/buyer/buyer.plantuml | 9ba705cbbe791280a189e16457694d006aa08a46 | [] | no_license | kfcampit/LBYCPEI-FinalProject | 9c4c5fbe8f95794fdccf0653365e75faa950e39a | 98fa61bade0318ff8b81a96ee0752c6fadd6f734 | refs/heads/main | 2023-08-14T22:43:40.156552 | 2021-09-25T07:40:26 | 2021-09-25T07:40:26 | 399,302,949 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,844 | plantuml | @startuml
title __BUYER's Class Diagram__\n
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.BuyerMain {
+ start()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.BuyerMainController {
+ viewCatalogueButton : Button
- onExit()
- onSearchProduct()
- onSeeCart()
- onViewCatalogue()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.Catalogue {
{static} + pStage : Stage
+ pane : Pane
+ scene : Scene
- page : int
+ ProductDetails()
+ addButton()
+ getMaxPage()
+ getPage()
{static} + main()
+ start()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.Checkout {
{static} - finalPrice : double
{static} + getFinalPrice()
+ setFinalPrice()
+ start()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.CheckoutController {
+ finalPrice : Text
+ initialize()
+ onHome()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.Login {
{static} # userCredentials : HashMap<String, String>
{static} + main()
+ start()
{static} # loginCredentials()
{static} # registerCredentials()
- getCredentialsCSV()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.LoginController {
+ loginAsBuyerButton : Button
+ passwordField : PasswordField
+ registerButton : Button
+ usernameField : TextField
+ loginAsBuyerPressed()
+ loginAsSellerPressed()
+ registerPressed()
- toBuyerMain()
- toSellerMain()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.SearchForProduct {
{static} ~ dc : DatabaseController
{static} + main()
+ start()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.SearchForProductController {
+ homeButton : Button
+ nameColumn : TableColumn<ProductObject, String>
+ priceColumn : TableColumn<ProductObject, Double>
+ ratingColumn : TableColumn<ProductObject, Double>
+ searchButton : Button
+ searchField : TextField
+ stocksColumn : TableColumn<ProductObject, Integer>
+ tableView : TableView<ProductObject>
+ OnHomePressed()
+ OnSearchPressed()
+ goToItem()
- getItemDetails()
- setTable()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.SeeCart {
+ start()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.SeeCartController {
+ name1 : Text
+ name2 : Text
+ name3 : Text
+ name4 : Text
+ name5 : Text
+ name6 : Text
+ name7 : Text
+ name8 : Text
+ nextPage : Button
+ pageNum : Text
+ prevPage : Button
+ price1 : Text
+ price2 : Text
+ price3 : Text
+ price4 : Text
+ price5 : Text
+ price6 : Text
+ price7 : Text
+ price8 : Text
+ priceTotal : Text
+ quantity1 : Text
+ quantity2 : Text
+ quantity3 : Text
+ quantity4 : Text
+ quantity5 : Text
+ quantity6 : Text
+ quantity7 : Text
+ quantity8 : Text
+ remove1 : Button
+ remove2 : Button
+ remove3 : Button
+ remove4 : Button
+ remove5 : Button
+ remove6 : Button
+ remove7 : Button
+ remove8 : Button
- currentPage : int
- totalNumPrice : double
- totalPages : int
+ initialize()
+ onCheckout()
+ onNextPage()
+ onPrevPage()
+ onRemove1()
+ onRemove2()
+ onRemove3()
+ onRemove4()
+ onRemove5()
+ onRemove6()
+ onRemove7()
+ onRemove8()
- getIndexfromID()
- initContent()
- onHome()
- removeButton()
- setVisibility()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.ViewProduct {
{static} - fromSearch : boolean
{static} - productIndex : int
{static} + getFromSearch()
{static} + getProductIndex()
+ setFromSearch()
+ setProductIndex()
+ start()
}
}
}
namespace com.example.lbycpeifinalproject {
namespace buyer {
class com.example.lbycpeifinalproject.buyer.ViewProductController {
+ addToCartButton : Button
+ categoriesText : Text
+ descriptionText : Text
+ nameText : Text
+ priceText : Text
+ productImage : ImageView
+ quantityText : TextField
+ stockText : Text
- productIndex : int
+ initialize()
- onAddToCart()
- onHome()
}
}
}
com.example.lbycpeifinalproject.buyer.BuyerMain -up-|> javafx.application.Application
com.example.lbycpeifinalproject.buyer.Catalogue -up-|> javafx.application.Application
com.example.lbycpeifinalproject.buyer.Checkout -up-|> javafx.application.Application
com.example.lbycpeifinalproject.buyer.CheckoutController o-- com.example.lbycpeifinalproject.misc.CartController : cc
com.example.lbycpeifinalproject.buyer.Login -up-|> javafx.application.Application
com.example.lbycpeifinalproject.buyer.SearchForProduct -up-|> javafx.application.Application
com.example.lbycpeifinalproject.buyer.SeeCart -up-|> javafx.application.Application
com.example.lbycpeifinalproject.buyer.SeeCartController o-- com.example.lbycpeifinalproject.misc.CartController : cc
com.example.lbycpeifinalproject.buyer.SeeCartController o-- com.example.lbycpeifinalproject.misc.DatabaseController : dc
com.example.lbycpeifinalproject.buyer.ViewProduct -up-|> javafx.application.Application
com.example.lbycpeifinalproject.buyer.ViewProductController o-- com.example.lbycpeifinalproject.misc.CartController : cc
com.example.lbycpeifinalproject.buyer.ViewProductController o-- com.example.lbycpeifinalproject.misc.DatabaseController : dc
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
|
f7ca42346a2346d4e33e7bd2e411b8f89a006e44 | 7fbdb3db8e966a7f78cad2d9e6798dfd8aedea01 | /src/com/cjj/designpattern/behavioral/iterator/IteratorClassGraph.puml | 9edacc7d97a73e7d9b86ac5a2cf9a806fe5571fc | [] | no_license | vuquangtin/DesignPattern-1 | 3d1fc64e8412bf5ba3a10a38dde121c68ffc8b9a | 47182c1c6e3f7e4126d33bdca53e055d9f0b3b5d | refs/heads/master | 2021-10-09T20:10:01.009239 | 2019-01-03T01:33:51 | 2019-01-03T01:33:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 441 | puml | @startuml
interface Aggregate{
iterator()
}
interface Iterator{
hasNext()
next()
}
class BookShelf{
private books
private last
getBookAt()
appendBook()
getLength()
iterator()
}
class BookShelfIterator{
private bookShelf
private index
hasNext()
next()
}
class Book{
private name
getName()
}
Aggregate ->Iterator:create >
BookShelf ..|>Aggregate
BookShelfIterator ..|>Iterator
BookShelf <-o BookShelfIterator
Book <-o BookShelf
@enduml |
c776007ef2785bf97989ce70433beeea9984ba45 | d10503f47377addd953c47db621947c28060f809 | /Composite/uml/ClassDiagram.puml | 3f4c45793d8fe538bc27eab3e10eabb3ab0028e0 | [
"MS-PL"
] | permissive | BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML | a0c93981e4924ded0b1db50b296d48c0155f376e | dd5fbb54da0daf0fa8ecb7184af9baecaf508d85 | refs/heads/master | 2021-01-17T23:11:04.570954 | 2015-03-18T20:17:21 | 2015-03-18T20:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 826 | puml | @startuml
title Composite
abstract class Component{
# String name
# int price
+ Component(String name)
+ {abstract} void describe()
+ abstract void describe()
+ void add(Component c)
+ void remove(Component c)
+ Component getChild(int n)
+ int getPrice()
}
class CompoundPart{
- LinkedList<Component> children
+ CompoundPart(String name)
+ void describe()
+ void add(Component c)
+void remove(Component c)
+Component getChild(int num)
+int getPrice()
}
class SinglePart {
+SinglePart(String name, int price)
+void describe()
}
class SinglePartException {
-long serialVersionUID
+SinglePartException()
}
RuntimeException <|-- SinglePartException
Component " n " --* " 1 " CompoundPart
Component <|-- SinglePart
Component <|-- CompoundPart
@enduml
|
68f998885bc5e19035f7edfd002f01619f9c44c3 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ZoneAddLocationAction.puml | 03c7abbf544f2740771a145b04ad2ece799c8cb5 | [] | 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 | 448 | 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 ZoneAddLocationAction [[ZoneAddLocationAction.svg]] extends ZoneUpdateAction {
action: String
location: [[Location.svg Location]]
}
interface ZoneUpdateAction [[ZoneUpdateAction.svg]] {
action: String
}
@enduml
|
d0a2e409cff41ba17faf8d9aa186e4d48f8bf0d3 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductAddedToCategoryMessage.puml | 592cb8de8d95448280bf009abd3b6e999400b913 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,217 | 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 ProductAddedToCategoryMessage [[ProductAddedToCategoryMessage.svg]] extends Message {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
category: [[CategoryReference.svg CategoryReference]]
staged: Boolean
}
interface Message [[Message.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
|
5aedf210ecf826e387e3c9cdd7ac0aee91266981 | 6acdd421bafcd94147a87a08650600b0fa968b06 | /UML/association.puml | df9b6f7c13e665435f5e145fb0698115d274edb8 | [] | no_license | anokl/UML_samples | dd4a12d73b6f1ae2417511a4348d9b1ca5176275 | 7674e65f76fa973355edc66f5c0ae0b29682882c | refs/heads/master | 2021-01-01T07:40:28.784385 | 2020-02-14T11:32:48 | 2020-02-14T11:32:48 | 239,176,400 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 88 | puml | @startuml
skinparam monochrome true
class Hand {}
class Finger {}
Hand-Finger
@enduml
|
1610ce6166e239737d6b2e28428741c2f2517d48 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/learning_plan/datastruct_basic/sixth/sixth.plantuml | 7f1f31c49b323202b2ecfc7d657e39e123240104 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 600 | plantuml | @startuml
title __SIXTH's Class Diagram__\n
namespace cn.shui.learning_plan.datastruct_basic.sixth {
class cn.shui.learning_plan.datastruct_basic.sixth.L409 {
+ longestPalindrome1()
+ longestPalindrome2()
}
}
namespace cn.shui.learning_plan.datastruct_basic.sixth {
class cn.shui.learning_plan.datastruct_basic.sixth.L415 {
+ addStrings()
}
}
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
|
46f405be4b371f5f9381ee72d961b3c4b801b349 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderLineItemDiscountSetMessage.puml | e47037e1eece2751ea8b74198454134e89af93ee | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,483 | 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 OrderLineItemDiscountSetMessage [[OrderLineItemDiscountSetMessage.svg]] extends OrderMessage {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
lineItemId: String
lineItemKey: String
discountedPricePerQuantity: [[DiscountedLineItemPriceForQuantity.svg List<DiscountedLineItemPriceForQuantity>]]
totalPrice: [[Money.svg Money]]
taxedPrice: [[TaxedItemPrice.svg TaxedItemPrice]]
taxedPricePortions: [[MethodTaxedPrice.svg List<MethodTaxedPrice>]]
}
interface OrderMessage [[OrderMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
|
c3f1e247957168c491d5e0428c3e183680e9061a | f7420598c1dcad6161a84c682c21bb96666eca2a | /docs/diagrams/classes.puml | 68d19f0920af5d137232d61083b9c37a623463a3 | [] | no_license | nuts-foundation/nuts-demo-ehr | f683e898c263c28f2431c041597ddbdb1befb9a5 | 22f4f2e249e6a0e9761a290ba886fa39eabedfc7 | refs/heads/main | 2023-08-09T05:22:03.311693 | 2023-08-08T12:16:49 | 2023-08-08T12:16:49 | 227,607,384 | 2 | 1 | null | 2023-09-11T13:54:48 | 2019-12-12T12:56:29 | Go | UTF-8 | PlantUML | false | false | 726 | puml | @startuml
'https://plantuml.com/class-diagram
class Dossier {
Subject : String
}
class Patient
class Collaboration {
Description
Dossier
}
class Customer {
CustomerCode
}
class Organization {
DID : String
}
class Transfer {
State
Date
Description
Dossier
}
class Negotiation {
State
TransferDate
}
class Observation
class Membership {
State
StartDate
}
Patient <-- Dossier
Patient --> Customer
Observation "1" --> "1..*" Dossier
'Transfer --> Patient
Transfer -> Dossier
Negotiation "*" --> "1" Transfer
Negotiation "1" -> "1" Organization : transfersTo
'Collaboration -> Patient
Collaboration -> Dossier
Collaboration --> Membership
Membership -> Organization
@enduml |
1537b5d9c05f6436d9e04fb22994b372f78228cc | eca69cb6d5116f722816db8d50ed663afe5cd88b | /src/main/java/com/mpoom/designpattern/creational/abstractfactory/abstract-factory-pattern.puml | b861894b48a8a157d246130e7fd8cea371726ef9 | [] | no_license | flyfrank/design-pattern | a21d7d23d02582397f9abe6f34dc298a95490721 | 6ede240ebecf259abf1fad8987e2a9094d5835d8 | refs/heads/main | 2023-01-11T18:30:51.829851 | 2020-11-08T13:44:40 | 2020-11-08T13:44:40 | 303,077,396 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 963 | puml | @startuml
class Client
interface Factory {
+ {abstract} AbstractProductA createProductA()
+ {abstract} AbstractProductB createProductB()
}
class ConcreteFactory1 {
+ AbstractProductA createProductA()
+ AbstractProductB createProductB()
}
class ConcreteFactory2 {
+ AbstractProductA createProductA()
+ AbstractProductB createProductB()
}
abstract class AbstractProductA
abstract class AbstractProductB
class ConcreteProductA1
class ConcreteProductB1
class ConcreteProductA2
class ConcreteProductB2
Client ..> Factory
Client ..> AbstractProductA
Client ..> AbstractProductB
Factory <|-- ConcreteFactory1
Factory <|-- ConcreteFactory2
AbstractProductA <|--ConcreteProductA1
AbstractProductA <|--ConcreteProductA2
AbstractProductB <|--ConcreteProductB1
AbstractProductB <|--ConcreteProductB2
ConcreteFactory1 ..> ConcreteProductA1
ConcreteFactory1 ..> ConcreteProductB1
ConcreteFactory2 ..> ConcreteProductA2
ConcreteFactory2 ..> ConcreteProductB2
@enduml |
d3553c87a6351840e33e77ccaf543791bc86c927 | ea92b794f64577cf3f9895848ed841a2482a6d1e | /docs/assets/images/ITaskUsecase-umlClassDiagram-280.puml | a3e6e5c43907a38266ee1be09e37c07c0afa1659 | [
"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 | 419 | puml | @startuml
hide empty methods
hide empty fields
interface "ITaskUsecase" {
+createTask(content: TaskContentType, finishDate: Date | null, owner: ITaskOwner | null) : Promise<ITaskItem>
}
class "TaskUsecase" {
-repo : ITaskRepository
-s : ITaskService
+createTask(content: TaskContentType, finishDate: Date | null, owner: ITaskOwner | null) : Promise<ITaskItem>
}
"ITaskUsecase" <|.. "TaskUsecase"
@enduml |
a3e5654bed12f4fd9e696bdd04bbeae5236d2101 | a35809cd34147b14b63d8b2dc942054392805e68 | /src/main/java/com/shengsiyuan/dp/principle/segregation/聚合关系.puml | 65f169ba5d93c51c4b4cd0a4600a5ba962770fe3 | [] | no_license | fyk943749465/netty_lecture | 8185cb628f89128420024ae613887bfd74fc222f | 7afcab5e42a60e281b83f29ccb8dd0c61af1e53a | refs/heads/master | 2023-02-22T01:31:44.187631 | 2021-01-29T14:02:50 | 2021-01-29T14:02:50 | 319,482,885 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 219 | puml | @startuml
class Computer {
- Mouse mouse
- Monitor monitor
+ void setMouse(Mouse mouse)
+ void setMonitor(Monitor monitor)
}
class Mouse
class Monitor
Computer o-- Mouse
Computer o-- Monitor
@enduml |
51c548ce4c08a9d66b5f483d9253bb11cc72b060 | 8c59fbc94a2ba7fa9a12c10991fe334cda0df128 | /metrics/web/docs/features/builds_aggregation/diagrams/build_days_domain_layer_class_diagram.puml | 35a8e6606a3611a5667d2c92e7005e23b1f05306 | [
"Apache-2.0"
] | permissive | solid-vovabeloded/flank-dashboard | 7e952fa1399585d3f15cae2ed2cab435fb82df3f | 15dae0c40823cc12886a1bb0c087442c0697ac89 | refs/heads/master | 2023-07-11T19:54:58.430004 | 2021-08-06T10:29:26 | 2021-08-06T10:29:26 | 389,593,827 | 0 | 0 | Apache-2.0 | 2021-07-26T10:33:52 | 2021-07-26T10:25:59 | null | UTF-8 | PlantUML | false | false | 2,632 | puml | @startuml build_days_domain_layer_class_diagram
package common.domain {
package entities {
class BuildDay {
+ projectId : String
+ successful: int
+ failed: int
+ unknown: int
+ inProgress: int
+ totalDuration : Duration
+ day : DateTime
}
}
package repositories {
interface BuildDayRepository {
+ projectBuildDaysInDateRangeStream(String projectId, {DateTime from, DateTime to}) : Stream<List<BuildDay>>
}
}
}
package dashboard.domain {
package entities.metrics {
class BuildNumberMetric {
+ numberOfBuilds : int
}
class BuildPerformance {
+ date : DateTime
+ duration: Duration
}
class PerformanceMetric {
+ buildsPerformance : DateTimeSet<BuildPerformance>
+ averageBuildDuration : Duration
}
class BuildDayProjectMetrics {
+ projectId : String
+ buildNumberMetric : BuildNumberMetric
+ performanceMetric : PerformanceMetric
}
class DashboardProjectMetrics {
+ projectId : String
+ projectBuildStatusMetric : ProjectBuildStatusMetric
+ buildResultMetrics : BuildResultMetric
+ coverage : Percent
+ stability : Percent
}
}
package usecases {
class ReceiveBuildDayProjectMetricsUpdates {
- _repository : BuildDayRepository
+ call(ProjectIdParam params) : Stream<BuildDayProjectMetrics>
}
class ReceiveProjectMetricsUpdates {
+ call(ProjectIdParam params) : Stream<DashboardProjectMetrics>
}
package parameters {
class ProjectIdParam {
+ id : String
}
}
}
}
package base.domain.usecases {
interface UseCase<Type, Params> {
call: Type
}
}
BuildDayRepository --> BuildDay : provides
ReceiveBuildDayProjectMetricsUpdates -right-..|> UseCase
ReceiveBuildDayProjectMetricsUpdates --> BuildDayRepository : uses
ReceiveBuildDayProjectMetricsUpdates -up-> ProjectIdParam : uses
ReceiveBuildDayProjectMetricsUpdates --> BuildDayProjectMetrics : provides
ReceiveProjectMetricsUpdates -right-..|> UseCase
ReceiveProjectMetricsUpdates -up-> ProjectIdParam : uses
ReceiveProjectMetricsUpdates -down--> DashboardProjectMetrics : provides
BuildDayProjectMetrics --> BuildNumberMetric : uses
BuildDayProjectMetrics --> PerformanceMetric : uses
PerformanceMetric --> BuildPerformance : uses
@enduml
|
d6400bf5c7b1c0cf3a3a52efcde4701c474767c1 | 2c7b3d0a9f435618ac6d5e165333d97f0dffb1ce | /src/main/java/com/mrathena/design/pattern/structural/patterns/adapter/pattern/implement/class_/adapter/pattern/类图.puml | 618afc077adba3eeb8429aaf8351300bf13c6aa8 | [] | no_license | mrathena/design.pattern | 0a068b32e670c8856638557be23d93a9bd679ca8 | a65520b5a130cab5b163e9d99665ce5bdcb017d9 | refs/heads/master | 2021-06-03T01:13:15.722914 | 2020-07-02T08:02:08 | 2020-07-02T08:02:08 | 223,210,637 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 221 | puml | @startuml
class Adaptee {
+ void foo()
}
interface Target {
+ void bar()
}
class Adapter extends Adaptee implements Target {
+ void bar() {xxxx; super.foo(); xxxx;}
}
class Client
Client ..> Adapter
@enduml |
7efd4bfab89e8a63819f44146607b19fdb81e01c | ee4b554a03195679b936cf7bba6143728513ffa9 | /src/main/java/ucf/assignments/UML class diagram.puml | f434078e918659c5ae245e7d00f5932eabdc39b2 | [] | no_license | vishal8557/choday-cop3330-assignment4 | 3bfae81b90f508656626386d86725d68fa497ef7 | 6d76b9bf63c938b16ebe3169281179cc58aa07c4 | refs/heads/master | 2023-08-28T05:48:57.412650 | 2021-11-01T18:57:23 | 2021-11-01T18:57:23 | 423,581,274 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,235 | puml | @startuml
'https://plantuml.com/class-diagram
class ourtodolist {
- main()
- start()
}
class ToDoListController {
- Text Display:TextField
+ displayAllItemsButtonClicked()
+ displayIncompletionsButtonClicked()
+ displayCompletionsButtonClicked()
+ saveItemsButtonClicked()
+ saveAllItemsButtonClicked()
+ loadSingleToDoListButtonClicked()
+ loadMultToDoListButtonClicked()
+ addToDoListButtonClicked()
+ removeToDoListButtonClicked()
+ editToDoListTitleButtonClicked()
+ addItemButtonClicked()
+ removeItemButtonClicked()
+ editItemDescriptionButtonClicked()
+ editItemDueDateButtonClicked()
+ markItemCompleteButtonClicked()
----
+letusaddthistodolistnow()
+ listremoval()
+ editingtodolist()
+ letsaddanitemnow()
+ letsremoveanitemnow()
+ editnameoftheitem()
+ itemsduedateedit()
+ putitemascomplete()
+ shocaseitemsnow()
+ showitemsthatarenotcomplete()
+ showitemsthatareready()
+ savewhatwechangedintodolistall()
+ savetheseitemsnow()
+ letsloadonetodolist()
+ loadmultipletodolistsnow()
}
javafx.Application <- ourtodolist
ourtodolist - ToDoListController
@enduml |
7f5e551e9afa76dfb1a8bd3e49e8eeb493e7cded | 2658a42eb6bbcc140cae19c1120864277f893b2f | /documentation/src/orchid/resources/assets/diagrams/directive.puml | 374b22e649528995e2131e63829e7b73e4171cd4 | [
"Apache-2.0"
] | permissive | tuProlog/2p-kt | 0935dbeb88272f79df1ebbd2339767bccc8ecfa4 | 6510ea0414985b708dd492ee240727f2e261176c | refs/heads/master | 2023-08-17T18:41:12.310798 | 2023-07-19T10:34:16 | 2023-07-19T13:13:27 | 230,784,338 | 84 | 15 | Apache-2.0 | 2023-09-13T22:49:25 | 2019-12-29T17:51:34 | Kotlin | UTF-8 | PlantUML | false | false | 251 | puml | @startuml
left to right direction
skinparam shadowing false
interface Struct
interface Clause
interface Directive {
+ head: Struct? **= null**
+ {static} of(**varargs** body: Term): Directive
}
Struct <|-- Clause
Clause <|-- Directive
@enduml |
066dc878c9410100b8b1777d4caf3d99848585ad | 36d831025e90b2594537703bd7b870ad071c9d76 | /doc/design.puml | 138477c9dd7dd85c0689264eafdf8b7a45969782 | [] | no_license | husali18/task-manager | aa0292449aed03fbc515786e1cca43f5bb3dea3e | 6e45f2461dcc62554b0e63ab3bc208d508ab793b | refs/heads/master | 2020-08-20T06:33:57.300349 | 2019-10-18T09:51:01 | 2019-10-18T09:51:01 | 215,992,182 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 108 | puml | @startuml
class Figur {
som
viser hvordan
}
class Koden {
henger sammen
}
Figur -down-> Koden
@enduml
|
06c5342cdb7d5df47f2f77fdc2df57a0c39a3179 | 7e361e102357c45a4e58c934012448affd1e1556 | /out/production/singleResponsibility/top/liumuge/uml/aggregation/aggregation.puml | 0c78218e1188d9199dd7457f5e256a56c15ad477 | [] | no_license | lcopilot/DesignPattern-learn | c01bb0a1c6aa41a6340b5e27fbfe65da9addb001 | c21cfeeefbbe98fb14d0c4ff1b2361c7c94c8c1e | refs/heads/master | 2022-11-25T12:38:29.726146 | 2020-08-04T13:47:39 | 2020-08-04T13:47:39 | 284,993,638 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 143 | puml | @startuml
Moniter --o Computer
Mouse --o Computer
class Computer{
- mouse:Mouse
-moniter:Moniter
}
class Moniter{
}
class Mouse{
}
@enduml |
9ff715a258094387c9bd73203eff17e4d1a4e68d | e46b805c563eb7c2090ef5db6b89467c15e9a8cb | /src/DomainModelClassDiagram_2.puml | 1d9eee2c801124c7a16fe7047497f9d86039fc1e | [] | no_license | OrionRiitters/On_The_Spot_Class_Diagram | 71403bf88fae12bbac4ba9046fda8738fdc5e6c2 | 663d84992c329ae4a144ebfccba95c93a6c9a0ea | refs/heads/master | 2020-03-30T05:45:55.901441 | 2018-10-03T21:53:49 | 2018-10-03T21:53:49 | 150,818,425 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 944 | puml | @startuml
title <b>On The Spot Courier Services</b>\n<b>Domain Model Class Diagram</b>
class Package {
packageID
routeID
weight
size
deliveryType
priority
status
dropOffContactName
dropOffContactNumber
}
class Route {
routeID
pickUpDriverID
dropOffDriverID
pickUpTime
dropOffTime
warehousePickUpTime
warehouseDropOffTime
}
class MonthlyStatement {
statementID
billTotal
cycleStartDate
cycleEndDate
}
class Invoice {
invoiceID
packageID
customerID
statementID
paymentType
amountDue
invoiceDate
dueDate
}
class Driver {
driverID
phoneNumber
name
}
class Customer {
customerID
address
primaryContact
businessOrIndividual
phoneNumber
}
MonthlyStatement"0..1"--"0..*"Invoice
Invoice"0..*"-"1"Customer
Invoice"1"--"1"Package
Package"1..*"-"1"Route
Route"0..*"-"1..2"Driver
hide methods
@enduml |
b45d5cf38a5819b5a4ef650c78f4474a4abdccd6 | c128b8b1f109ca020ecd41d6cf99c32fb23bf9f7 | /2021-04-22/alternativa_I/codigo/diagramas/dc_algomail.plantuml | 1661e94d3f4e4e0908a3b86488f693ebaefbd57f | [] | no_license | ariel85bsas/algo3_finales | 8bb51902ad306c9120df81735924a82e2d4d0b7e | 19048ace76fb1295162343970cdfc0d3568a5397 | refs/heads/master | 2023-04-26T22:56:13.925247 | 2021-05-28T01:08:27 | 2021-05-28T01:14:38 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 281 | plantuml | @startuml
class AlgoMail {
+ loguearse(String usuarioNombre, String password) bool
+ loguearse(String usuarioNombre, QR qr) bool
}
class AlgoMailSmalltalk {
+ loguearseConPassword(usuarioNombre, password) bool
+ loguearseConQr(usuarioNombre, qr) bool
}
@enduml |
0e00cdb6484fefb2b9f9363adc63892e28b7d10f | 1ef13285393e39f7cf05fdbdd448d7773c051ab1 | /docs/diagrams/WSBackendPipeline.puml | 8578ee5a429b35d5a34db984f31ffc6ada38cce5 | [] | no_license | Doodle2Gather/Doodle2Gather | 3cdd6d476d491ddf20ed471f09d7391c8d2a04dc | 6f0900b5924485187659b6b43c018b722655eb02 | refs/heads/main | 2023-04-12T15:06:21.129117 | 2021-04-28T03:09:17 | 2021-04-28T03:09:17 | 345,558,113 | 10 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,151 | puml | @startuml
' STYLE START
hide empty members
skinparam shadowing false
' STYLE END
class "WSConnectionController" as WSConnectionController << (S, SkyBlue) struct >> {
~onUpgradedWebSocket(req:ws:)
-runReceiveDataMiddlewares(_:)
-decodeReceivedData(_:_:)
}
class "WSRoomController" as WSRoomController << (C, DarkSeaGreen) >> {
~lock : Lock
~sockets : [UUID: WebSocket]
~users : [UUID: PersistedDTUser]
~db : Database
~roomId : UUID
~onJoinRoom(_:_:)
~onRoomMessage(_:_:)
~syncData()
}
class "ActiveRoomController" as ActiveRoomController << (C, DarkSeaGreen) >> {
~roomId : UUID
~doodles : [UUID: DTAdaptedDoodle]
~db : Database
~hasFetchedDoodles
~doodleArray : [DTAdaptedDoodle]
~joinRoom(_:)
~addDoodle(_:)
~removeDoodle(_:)
~process(_:)
~addStroke(_:)
~removeStrokes(_:_:)
~unremoveStrokes(_:_:)
~modifyStroke(original:modified:pair:)
}
ActiveRoomController --* WSRoomController : facilitate CRDT
class "WSRoomController" as WSRoomControllerExt << (X, Orchid) extension >> {
~dispatchParticipantsInfo(_:wsId:userAccesses:)
~handleExitRoom(_:)
~handleNewAction(_:_:_:)
~dispatchActionToPeers(_:id:to:success:message:)
~sendActionFeedback(original:dispatched:id:to:)
~handleDoodleFetching(_:_:)
~sendFetchedDoodles(_:_:to:success:message:)
~handleAddDoodle(_:_:_:)
~handleRemoveDoodle(_:_:doodleId:)
~handleClearDrawing(_:_:_:)
}
WSRoomController --> WSRoomControllerExt : handle event
class "WSHomeController" as WSHomeController << (C, DarkSeaGreen) >> {
~db : Database
~onHomeMessage(_:_:)
}
class "WSHomeController" as WSHomeControllerExt << (X, Orchid) extension >> {
~handleCreateRoom(_:_:_:)
~handleJoinViaInvite(_:_:_:)
~handleAccessibleRooms(_:_:_:)
}
WSHomeController --> WSHomeControllerExt : handle event
class "WSAuthController" as WSAuthController << (C, DarkSeaGreen) >> {
~db : Database
~onAuthMessage(_:_:)
}
class "WSAuthController" as WSAuthControllerExt << (X, Orchid) extension >> {
~handleRegister(_:_:_:)
~handleLogin(_:_:_:)
}
WSAuthController --> WSAuthControllerExt : handle event
class "WebSocketController" as WebSocketController << (C, DarkSeaGreen) >> {
-lock : Lock
-db : Database
-sockets : [UUID: WebSocket]
-homeController : WSHomeController
-roomControllers : [UUID: WSRoomController]
~init(db:)
~onConnect(_:)
~onData(_:_:)
-handleRoomMessages(_:wsId:data:)
~onDisconnect(_:)
}
class "WebSocket" as WebSocket << (X, Orchid) extension >> {
-{static} _lock: Lock
~send(message:id:)
~send(message:)
-runSendDataMiddlewares(_:)
-encodeSendData(_:)
}
WSConnectionController --> "1" WebSocketController : decode and preprocess data
WebSocketController --> "1" WSAuthController : relay auth messages
WebSocketController --> "1" WSHomeController : relay home messages
WebSocketController --> "0..*" WSRoomController : relay room messages
WSAuthController -right[hidden]- WSHomeController
WSHomeController -right[hidden]- WSRoomController
WSAuthControllerExt --> WebSocket : send reply
WSHomeControllerExt --> WebSocket : send reply
WSRoomControllerExt --> WebSocket : send reply
@enduml |
42d01f3f6c06295ee6c57e54116d8e79c23d1ae5 | f5f59016295a183565af167a861e2c8db9f1b070 | /diagrams/src/Application/Database/DatabaseContext.puml | 78f60a0abc9e2b0b24cffe34a847ae0d55a75c8a | [
"MIT"
] | permissive | converge-app/collaboration-broker-service | fb21788289134c265f1cd5db3ceaa3f32ba18406 | 69c676a5bbb3e602f939f9c91680560a6c63926a | refs/heads/master | 2023-03-19T11:36:58.937045 | 2019-12-17T12:06:26 | 2019-12-17T12:06:26 | 218,333,241 | 0 | 0 | MIT | 2023-03-04T01:16:20 | 2019-10-29T16:29:32 | C# | UTF-8 | PlantUML | false | false | 365 | puml | @startuml
interface IDatabaseContext {
Broker : IMongoCollection<Result> <<get>>
IsConnectionOpen() : bool
}
class DatabaseContext {
- <<readonly>> _database : IMongoDatabase
+ DatabaseContext(settings:IDatabaseSettings)
+ Broker : IMongoCollection<Result> <<get>>
+ IsConnectionOpen() : bool
}
IDatabaseContext <|-- DatabaseContext
@enduml
|
aad91d096f4b54f6d31133193e752ce30f662b7b | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitConfigurationStatus.puml | 0ddb3b8490b18364d9600d862673775b69660071 | [] | 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 | 833 | puml | @startuml
hide methods
enum BusinessUnitConfigurationStatus {
ACTIVE
INACTIVE
}
interface BusinessUnitConfiguration [[BusinessUnitConfiguration.svg]] {
myBusinessUnitStatusOnCreation: [[BusinessUnitConfigurationStatus.svg BusinessUnitConfigurationStatus]]
myBusinessUnitAssociateRoleOnCreation: [[AssociateRoleKeyReference.svg AssociateRoleKeyReference]]
}
interface ProjectChangeBusinessUnitStatusOnCreationAction [[ProjectChangeBusinessUnitStatusOnCreationAction.svg]] {
action: String
status: [[BusinessUnitConfigurationStatus.svg BusinessUnitConfigurationStatus]]
}
BusinessUnitConfigurationStatus --> BusinessUnitConfiguration #green;text:green : "myBusinessUnitStatusOnCreation"
BusinessUnitConfigurationStatus --> ProjectChangeBusinessUnitStatusOnCreationAction #green;text:green : "status"
@enduml
|
ca90aef8001b504b54b0c626659ad5886a429a54 | 614d69a4292ebe64a5d5f7ec110e7ed0bc85c00f | /metrics/web/docs/features/supported_database_version/diagrams/metadata_data_class_diagram.puml | c19ef15cc5e5d37091624b523d63ba3e5ff9293c | [
"Apache-2.0"
] | permissive | solid-yuriiuvarov/dashboard | 0f270825187c64a6ac1cc56d60911d31a9e8ab91 | 0b59387d0fe12e97789fdef79c4c43952241b32a | refs/heads/master | 2023-06-04T14:54:11.153055 | 2021-06-22T10:20:57 | 2021-06-22T10:20:57 | 369,200,884 | 0 | 0 | Apache-2.0 | 2021-05-25T11:16:32 | 2021-05-20T12:29:31 | Dart | UTF-8 | PlantUML | false | false | 1,102 | puml | @startuml metadata_data_class_diagram
package core.data.model {
class DataModel {
+ toJson() : Map<String, dynamic>
}
}
package metadata {
package domain {
package entities {
class DatabaseMetadata {
+ version : String
+ isUpdating : bool
}
}
package repositories as domain.repositories {
interface DatabaseMetadataRepository {
+ databaseMetadataStream() : Stream<DatabaseMetadata>
}
}
}
package data {
package model {
class DatabaseMetadataData extends DatabaseMetadata implements DataModel {
+ {static} fromJson() : DatabaseMetadataData
}
}
package repositories {
class FirestoreDatabaseMetadataRepository implements DatabaseMetadataRepository {
- firestore : Firestore
}
}
}
}
FirestoreDatabaseMetadataRepository --> DatabaseMetadataData : provides
DatabaseMetadataRepository -> DatabaseMetadata : provides
@enduml
|
2e6bca733faa2d4e6d2734315934afc43be5582a | 51bbfaef0331f2ab3506802100a1d18b1f12c4e9 | /basic/etc/Rank.puml | e0a703505f9bbc4a66b6823ccb1c192071d54c5c | [
"Apache-2.0"
] | permissive | JaphyFan/spring-bootstrap | 6439c91d95f98c16dccb7c36b07bb8f777d04792 | c817b4a4f847d9b12c6613b2fedf9064f7fd40a9 | refs/heads/master | 2023-07-23T20:03:53.087571 | 2023-04-25T01:10:05 | 2023-04-25T01:10:05 | 228,553,612 | 0 | 0 | Apache-2.0 | 2023-07-07T21:52:20 | 2019-12-17T06:59:45 | Java | UTF-8 | PlantUML | false | false | 363 | puml | @startuml
'https://plantuml.com/class-diagram
interface Rankable {
+ getRank(): int
+ setRank()
+ getEqualRank(): int
+ setEqualRank()
+ getRankItem(): int
}
interface RankAlg {
+ rank(List<Rankable> rankableList)
}
RankAlg ..> Rankable
class EqualRankAlg {
+rank(List<Rankable> rankableList)
}
EqualRankAlg ..|> RankAlg
@enduml |
1da07a32221c8903c873b408b306362ce0f2b5f1 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/combintion_sum_II/combintion_sum_II.plantuml | 046d23819973faaf3657d1219ded398bd0848136 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 600 | plantuml | @startuml
title __COMBINTION_SUM_II's Class Diagram__\n
namespace cn.shui.order {
namespace combintion_sum_II {
class cn.shui.order.combintion_sum_II.Solution {
{static} + main()
{static} - combination()
{static} - combinationSum2()
{static} - combinationSum2_()
{static} - dfs()
{static} - isListEqual()
}
}
}
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
|
f76421671eb7c23a7a9f60a374533879c1f9478d | 0cd9b11dcb5a9efc2acf3e1dc5c1ac9f0323b716 | /uml/ApplicationAssignment2UML.puml | bdee46829a025d6f60ee5cc63936e0ca32f9b65c | [] | no_license | etjv/johnson-4237-a5 | 82a135f0ccb1638ca4a9631293cc2be6db4587c6 | 1e780f438ff28bf5510c4ad4a6abccc5e9274901 | refs/heads/master | 2023-06-28T04:58:46.010823 | 2021-07-26T01:08:36 | 2021-07-26T01:08:36 | 388,854,982 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 826 | puml | @startuml
'https://plantuml.com/sequence-diagram
class App {
main()
start()
}
class AppController{
+ addInventoryItemButtonClicked()
+ removeInventoryItemButtonClicked()
+ saveInventoryListButtonClicked()
+ openInventoryListButtonClicked()
+ addInventoryItem()
+ deleteInventoryItem()
+ saveInventoryList()
+ openInventoryList()
+ createTSVFile()
+ createHTMLFile()
}
class InventoryList{
- ObservableSet<InventoryItem> InventoryList;
}
class InventoryItem{
- BigDecimal value;
- String serialNumber;
- String name;
+ getValue()
+ setValue()
+ getSerialNumber()
+ setSerialNumber()
+ getName()
+ setName()
}
javafx.Application <|-- App
App -- AppController
InventoryList --> InventoryItem
AppController --> InventoryList
@enduml
|
04c323e5dcee930fd01c56415989f0ead3689392 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GeneralError.puml | f8378069f017a10730337694459732f505c7f8d3 | [] | 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 | 411 | 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 GeneralError [[GeneralError.svg]] extends ErrorObject {
code: String
message: String
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
|
6d8dfcfb6639d26c5d649fc5370e131fb547b7c5 | 112e511928937b8ec60004ca94f1dd996bd9fd1a | /Documents/Shos.Chatter.Server/Controllers/HomeController.puml | 8e34da8b18169298440b9f0218b2dc90f2cf1623 | [
"MIT"
] | permissive | Fujiwo/Shos.Chatter.NetFramework | 2c143b390b1588e38e5967a8b8f1c51bf5487362 | 3c7061398e790c2fc856585fdbf60a18705f11e0 | refs/heads/master | 2023-03-23T09:31:02.071913 | 2021-03-11T05:27:48 | 2021-03-11T05:27:48 | 323,569,895 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 103 | puml | @startuml
class HomeController {
+ Index() : ActionResult
}
Controller <|-- HomeController
@enduml
|
d925a4242569360a36057e3e9bd2a6b997773ea2 | f265a6cf1a3269c1c07446b2869fb3a8c80d28fb | /src/test/java/com/example/apns/PushNotification/PushNotification.plantuml | 62e95c566d232685330c02f01a85f2392c5f08c2 | [] | no_license | alokkulkarni/PushNotification | 92e08cc40a8550f2aee68fb50ace2fb48d9f90e5 | 348067139783fde691c213bff6f456e1915c3964 | refs/heads/master | 2021-07-07T01:29:41.986413 | 2020-09-12T06:27:06 | 2020-09-12T06:27:06 | 184,802,314 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 386 | plantuml | @startuml
title __PUSHNOTIFICATION's Class Diagram__\n
package com.example.apns.PushNotification {
class PushNotificationApplicationTests {
+ contextLoads()
}
}
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
|
44b80172b91f9d140bffec039b8935201c165061 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/production/main/org/concordion/internal/command/command.plantuml | fd24e37639b74cdaf66c217fc66db99e9a292bd0 | [
"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 | 7,391 | plantuml | @startuml
title __COMMAND's Class Diagram__\n
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class AssertEqualsCommand {
- listeners : List<AssertEqualsListener>
- comparator : Comparator<Object>
+ AssertEqualsCommand()
+ AssertEqualsCommand()
+ addAssertEqualsListener()
+ removeAssertEqualsListener()
+ verify()
- announceSuccess()
- announceFailure()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class AssertFalseCommand {
# processFalseResult()
# processTrueResult()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class AssertTrueCommand {
# processFalseResult()
# processTrueResult()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
abstract class BooleanCommand {
- listeners : List<AssertListener>
+ addAssertListener()
+ removeAssertListener()
+ verify()
# announceSuccess()
# announceFailure()
{abstract} # processTrueResult()
{abstract} # processFalseResult()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class EchoCommand {
+ verify()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class ExampleCommand {
- listeners : List<ExampleListener>
+ getExamples()
+ addExampleListener()
+ removeExampleListener()
+ execute()
- getExampleName()
+ modifyCommandCallTree()
# isBeforeExample()
{static} + setupCommandForExample()
+ setSpecificationDescriber()
- announceBeforeExample()
- announceAfterExample()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class LocalTextDecorator {
{static} - TEXT_VARIABLE : String
{static} - HREF_VARIABLE : String
+ LocalTextDecorator()
# process()
- getHref()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
interface ResultAnnouncer {
{abstract} + announceException()
{abstract} + announce()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class RunCommand {
- listeners : List<RunListener>
+ addRunListener()
+ removeRunListener()
+ setRunStrategy()
+ RunCommand()
+ execute()
- announceRunStarted()
- updateHrefSuffix()
- newRunResultAnnouncer()
+ setRunnerFactory()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class SequentialRunStrategy {
+ call()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class SetCommand {
- listeners : List<SetListener>
+ addSetListener()
+ removeSetListener()
+ setUp()
- announceSetCompleted()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class SpecificationCommand {
- listeners : List<SpecificationProcessingListener>
- outerExampleListeners : List<OuterExampleListener>
+ setUp()
+ execute()
+ getSpecificationDescription()
+ start()
+ finish()
+ verify()
+ addSpecificationListener()
+ removeSpecificationListener()
+ addOuterExampleListener()
+ removeOuterExampleListener()
+ setSpecificationDescriber()
- announceAfterProcessingEvent()
- announceBeforeProcessingEvent()
- announceBeforeOuterExampleEvent()
- announceAfterOuterExampleEvent()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class ThrowableCatchingDecorator {
- listeners : List<ThrowableCaughtListener>
- failFastExceptions : List<Class<? extends Throwable>>
+ addThrowableListener()
+ removeThrowableListener()
+ ThrowableCatchingDecorator()
- announceThrowableCaught()
# process()
- rethrowFailFastException()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class ThrowableCaughtPublisher {
- listeners : List<ThrowableCaughtListener>
+ addThrowableListener()
+ removeThrowableListener()
+ throwableCaught()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.command {
class VerifyRowsCommand {
- listeners : List<VerifyRowsListener>
{static} - DEFAULT_STRATEGIES_PACKAGE : String
{static} - DEFAULT_STRATEGIES_SUFFIX : String
+ addVerifyRowsListener()
+ removeVerifyRowsListener()
+ verify()
- newStrategyInstance()
- detectStrategyClass()
- findFirstExistingClass()
}
}
}
}
AssertEqualsCommand -up-|> AbstractCommand
AssertFalseCommand -up-|> BooleanCommand
AssertTrueCommand -up-|> BooleanCommand
BooleanCommand -up-|> AbstractCommand
EchoCommand -up-|> AbstractCommand
ExampleCommand -up-|> AbstractCommand
ExampleCommand o-- SpecificationDescriber : specificationDescriber
LocalTextDecorator -up-|> AbstractCommandDecorator
RunCommand -up-|> AbstractCommand
RunCommand o-- RunStrategy : runStrategy
RunCommand o-- RunnerFactory : runnerFactory
SequentialRunStrategy -up-|> RunStrategy
SetCommand -up-|> AbstractCommand
SpecificationCommand -up-|> AbstractCommand
SpecificationCommand o-- SpecificationDescriber : specificationDescriber
ThrowableCatchingDecorator -up-|> AbstractCommandDecorator
ThrowableCaughtPublisher -up-|> ThrowableCaughtListener
VerifyRowsCommand -up-|> AbstractCommand
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
|
25f77c1bb06de6a5886f9f528fcc320eb14362e5 | 3b861a1eb7939432fedec3009599b09f18241bca | /class/6.类的修饰符.puml | 1ecd7e408955c4104de68b7e2cc811a1deb50fff | [] | no_license | congwiny/PlantUmlDemo | 4ee84b933630b5ab5653fc5ad6526cb2d52680b9 | b0df9b021c7a13c98c7b9c7d2736c9580b3215ae | refs/heads/master | 2022-06-14T04:45:21.696897 | 2020-05-05T09:28:05 | 2020-05-05T09:28:05 | 261,207,824 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 189 | puml | @startuml
' skinparam classAttributeIconSize 0
class Dummy {
' 私有
-field1
' 保护
#field2
' 包私有
~field3
' 公有
+field4
-method1()
#method2()
~method3()
+method4()
}
@enduml |
8953df88c0ea6d7c79df5459d44d9edc94b28398 | 774592ba2267c733c8f9fad71937140034accef7 | /core/api/api.puml | a2c859e616a2965b1f1e906f7e68130979cd1cdf | [
"MIT"
] | permissive | entrealist/crypton | 1f75559d2959628afe0f00dfe19e57b0228c198f | 33dc96367c3a4eb869800b6a0ac84f302bd68502 | refs/heads/master | 2023-02-01T14:13:35.549262 | 2020-11-06T22:43:19 | 2020-11-06T23:20:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 498 | puml | @startuml
class Resource
class Address
class Account
class User
enum AccountStatus
class Account {
status: AccountStatus
address: Address
password: String
}
class Address {
local: String
domain: String
}
class Resource {
string: String
address: Address
}
class User {
address: Address
}
class Chat {
accountAddress: Address
users: List<User>
}
Account *-- Address
Account *-- AccountStatus
Resource *-- Address
User *-- Address
Chat *-- User
@enduml |
be78435ddffc24f2b65bb521401ad77c7ebf187b | 2b36b86e3a1b372784360a6cebf4105dfe9b302c | /exercise42/docs/Solution42.puml | 2a56afef729dc454395ab2e0d05e2edd6ca3c16c | [] | no_license | richardlopez813/lopez-a04 | a66de255b83661f67d1cd47f9335e759550afd74 | 237cf80a9878432a9aca311ad563ae4b0ec7a1f2 | refs/heads/main | 2023-08-28T08:26:45.718831 | 2021-10-18T03:54:05 | 2021-10-18T03:54:05 | 417,690,274 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 219 | puml | @startuml
'https://plantuml.com/class-diagram
class Solution42{
+ArrayList<String> data
+String[][] twoDarrayOfstring
+{static} {method} void main()
+{method} String[][] dataParser(): String[][] outputArray
}
@enduml |
ae5e4d92a98475cbccaeaaf4bcc03134ce52c70c | e4d42cca5b039b20a1a933027011a7bece2efa2e | /schema/schema_strategy.puml | 02feb46a1dfb373d289339764113e61d87a2ba3f | [] | no_license | Viinyard/AOC_PROJET | f5073e56bd29d54aa2f7b711960ab536a82e190f | 4fde8e25026d22119288ac4fc1934227e607f1db | refs/heads/master | 2020-04-01T17:54:52.055312 | 2019-01-28T22:34:46 | 2019-01-28T22:34:46 | 153,458,855 | 0 | 0 | null | 2019-01-24T11:16:02 | 2018-10-17T13:10:09 | Java | UTF-8 | PlantUML | false | false | 248 | puml | @startuml
interface DiffusionStrategy {
+configure(Generator generator, Observable observable)
+execute()
}
DiffusionStrategy <|-- AtomiqueStrategy
DiffusionStrategy <|-- CausaleStrategy
DiffusionStrategy <|-- SequentielStrategy
@enduml
|
6294029723416c49a34ba63c55719491deef55c8 | 4f08f310596692b317d2a1354ac1ce57922b23b2 | /ER.plantuml | c78de1bfbd36db2046e2496a1c1c3188abe375d5 | [] | no_license | edo-vi/ER | 8227a8f87a28b8b4722cc6e5716db149b263d7df | 55744060c3278697d7a41526d46809ffea8461e9 | refs/heads/master | 2023-04-07T08:01:06.266407 | 2020-06-11T22:03:07 | 2020-06-11T22:03:07 | 194,949,437 | 0 | 1 | null | 2023-03-27T22:19:33 | 2019-07-02T23:48:37 | Java | UTF-8 | PlantUML | false | false | 15,303 | plantuml | @startuml
title __1's Class Diagram__\n
class Component.AlarmControlComponent {
}
class Component.AlarmsComponent {
}
abstract class Component.Component {
}
class Component.DOCComponent {
}
class Component.ErrorComponet {
}
class Component.HPComponent {
}
class Component.LoginComponent {
}
class Component.MonitoringComponent {
}
class Component.NURComponent {
}
class DataGenerator.BPGenerator {
}
class DataGenerator.DataThread {
}
interface DataGenerator.GeneratorInterface {
}
class DataGenerator.HeartRateGenerator {
}
enum Sickness {
}
class DataGenerator.TemperatureGenerator {
}
enum Value {
}
class Entities.Administration {
}
interface Entities.Entry {
}
class Entities.Monitoring {
}
class Entities.Patient {
}
enum PatientState {
}
class Entities.Prescription {
}
class Entities.Recovery {
}
enum Role {
}
class Entities.User {
}
class InterfaceController.AlarmControlController {
}
class InterfaceController.AlarmLoggedControlController {
}
class InterfaceController.AlarmsController {
}
class InterfaceController.DOCControllerFactory.DOCAPController {
}
interface InterfaceController.DOCControllerFactory.DOCController {
}
class InterfaceController.DOCControllerFactory.DOCControllerFactory {
}
class InterfaceController.DOCControllerFactory.DOCDController {
}
class InterfaceController.DOCControllerFactory.DOCMController {
}
class InterfaceController.DOCControllerFactory.DOCSController {
}
class InterfaceController.DOCControllerFactory.DOCSRController {
}
class InterfaceController.ErrorController {
}
interface InterfaceController.HPControllerFactory.HPController {
}
class InterfaceController.HPControllerFactory.HPControllerFactory {
}
class InterfaceController.HPControllerFactory.HPDController {
}
class InterfaceController.HPControllerFactory.HPMController {
}
class InterfaceController.HPControllerFactory.HPSController {
}
class InterfaceController.HPControllerFactory.HPSRController {
}
class InterfaceController.LoginController {
}
class InterfaceController.MonitoringController {
}
class InterfaceController.NURControllerFactory.FiscalCodeCalculator {
}
class InterfaceController.NURControllerFactory.NURAPController {
}
interface InterfaceController.NURControllerFactory.NURController {
}
class InterfaceController.NURControllerFactory.NURControllerFactory {
}
class InterfaceController.NURControllerFactory.NURDController {
}
class InterfaceController.NURControllerFactory.NURMController {
}
class InterfaceController.NURControllerFactory.NURSController {
}
class InterfaceController.NURControllerFactory.NURSRController {
}
class Main.EntryPoint {
}
class Main.InitializeDatabase {
}
class Main.MutableItem {
}
class Main.MutableList {
}
class Main.MutableTest {
}
class Main.Triple {
}
class Main.Tuple {
}
class PdfGenerator.PdfTest {
}
class PdfGenerator.ReportPDF {
}
interface State.Command {
}
class State.DatabaseService {
}
interface State.Middleware {
}
class State.MiddlewareString {
}
interface State.Reducer {
}
class State.ReducerString {
}
class State.State {
}
class State.StateEvent {
}
class State.Store {
}
class State.StringCommand {
}
interface State.TriFunction {
}
class System.InterfaceFactories.DOCInterfaceFactory.DOCAddPrescription {
}
class System.InterfaceFactories.DOCInterfaceFactory.DOCDefault {
}
class System.InterfaceFactories.DOCInterfaceFactory.DOCFactory {
}
interface System.InterfaceFactories.DOCInterfaceFactory.DOCInterface {
}
class System.InterfaceFactories.DOCInterfaceFactory.DOCMonitoring {
}
class System.InterfaceFactories.DOCInterfaceFactory.DOCSearch {
}
class System.InterfaceFactories.DOCInterfaceFactory.DOCSearchResult {
}
class System.InterfaceFactories.HPInterfaceFactory.HPDismiss {
}
class System.InterfaceFactories.HPInterfaceFactory.HPFactory {
}
interface System.InterfaceFactories.HPInterfaceFactory.HPInterface {
}
class System.InterfaceFactories.HPInterfaceFactory.HPMonitoring {
}
class System.InterfaceFactories.HPInterfaceFactory.HPSearch {
}
class System.InterfaceFactories.HPInterfaceFactory.HPSearchResult {
}
class System.InterfaceFactories.NURInterfaceFactory.NURAddPatient {
}
class System.InterfaceFactories.NURInterfaceFactory.NURDefault {
}
class System.InterfaceFactories.NURInterfaceFactory.NURFactory {
}
interface System.InterfaceFactories.NURInterfaceFactory.NURInterface {
}
class System.InterfaceFactories.NURInterfaceFactory.NURMonitoring {
}
class System.InterfaceFactories.NURInterfaceFactory.NURSearch {
}
class System.InterfaceFactories.NURInterfaceFactory.NURSearchResult {
}
class System.InterfacesController {
}
class System.Main {
}
class System.Session.AlarmTimer {
}
class System.Session.DoctorSessionThread {
}
class System.Sistema {
}
Component.AlarmControlComponent -up-|> Component.Component
Component.AlarmControlComponent o-- System.Sistema : sys
Component.AlarmsComponent -up-|> Component.Component
Component.AlarmsComponent o-- System.Sistema : sys
Component.DOCComponent -up-|> Component.Component
Component.DOCComponent o-- System.Sistema : sys
Component.ErrorComponet -up-|> Component.Component
Component.ErrorComponet o-- System.Sistema : sys
Component.HPComponent -up-|> Component.Component
Component.HPComponent o-- System.Sistema : sys
Component.LoginComponent -up-|> Component.Component
Component.LoginComponent o-- System.Sistema : sys
Component.MonitoringComponent -up-|> Component.Component
Component.MonitoringComponent o-- System.Sistema : sys
Component.NURComponent -up-|> Component.Component
Component.NURComponent o-- System.Sistema : sys
DataGenerator.BPGenerator .up.|> DataGenerator.GeneratorInterface
DataGenerator.BPGenerator o-- System.Sistema : sys
DataGenerator.HeartRateGenerator .up.|> DataGenerator.GeneratorInterface
DataGenerator.HeartRateGenerator o-- System.Sistema : sys
DataGenerator.TemperatureGenerator .up.|> DataGenerator.GeneratorInterface
DataGenerator.TemperatureGenerator o-- System.Sistema : sys
Entities.Administration .up.|> Entities.Entry
Entities.Administration o-- Entities.Patient : patient
Entities.Administration o-- Entities.Prescription : prescription
Entities.Monitoring .up.|> Entities.Entry
Entities.Monitoring o-- Entities.Recovery : recovery
Entities.Patient .up.|> Entities.Entry
Entities.Patient o-- Entities.PatientState : patientState
Entities.Prescription .up.|> Entities.Entry
Entities.Prescription o-- Entities.Recovery : recovery
Entities.Recovery .up.|> Entities.Entry
Entities.Recovery o-- DataGenerator.BPGenerator : bpGenerator
Entities.Recovery o-- DataGenerator.HeartRateGenerator : heartRateGenerator
Entities.Recovery o-- Entities.Patient : patient
Entities.Recovery o-- Entities.Recovery.RecoveryState : recoveryState
Entities.Recovery o-- DataGenerator.TemperatureGenerator : temperatureGenerator
Entities.User .up.|> Entities.Entry
Entities.User o-- Entities.Role : role
InterfaceController.AlarmControlController o-- System.Sistema : sys
InterfaceController.AlarmLoggedControlController o-- System.Sistema : sys
InterfaceController.AlarmsController o-- System.Sistema : sys
InterfaceController.DOCControllerFactory.DOCAPController .up.|> InterfaceController.DOCControllerFactory.DOCController
InterfaceController.DOCControllerFactory.DOCAPController o-- System.Sistema : sys
InterfaceController.DOCControllerFactory.DOCControllerFactory o-- System.Sistema : sys
InterfaceController.DOCControllerFactory.DOCDController .up.|> InterfaceController.DOCControllerFactory.DOCController
InterfaceController.DOCControllerFactory.DOCDController o-- System.Sistema : sys
InterfaceController.DOCControllerFactory.DOCMController .up.|> InterfaceController.DOCControllerFactory.DOCController
InterfaceController.DOCControllerFactory.DOCMController o-- InterfaceController.HPControllerFactory.HPMController : hpm
InterfaceController.DOCControllerFactory.DOCMController o-- System.Sistema : sys
InterfaceController.DOCControllerFactory.DOCSController .up.|> InterfaceController.DOCControllerFactory.DOCController
InterfaceController.DOCControllerFactory.DOCSController o-- System.Sistema : sys
InterfaceController.DOCControllerFactory.DOCSRController .up.|> InterfaceController.DOCControllerFactory.DOCController
InterfaceController.DOCControllerFactory.DOCSRController o-- System.Sistema : sys
InterfaceController.ErrorController o-- System.Sistema : sys
InterfaceController.HPControllerFactory.HPControllerFactory o-- System.Sistema : sys
InterfaceController.HPControllerFactory.HPDController .up.|> InterfaceController.HPControllerFactory.HPController
InterfaceController.HPControllerFactory.HPDController o-- System.Sistema : sys
InterfaceController.HPControllerFactory.HPMController .up.|> InterfaceController.HPControllerFactory.HPController
InterfaceController.HPControllerFactory.HPMController o-- System.Sistema : sys
InterfaceController.HPControllerFactory.HPSController .up.|> InterfaceController.HPControllerFactory.HPController
InterfaceController.HPControllerFactory.HPSController o-- System.Sistema : sys
InterfaceController.HPControllerFactory.HPSRController .up.|> InterfaceController.HPControllerFactory.HPController
InterfaceController.HPControllerFactory.HPSRController o-- System.Sistema : sys
InterfaceController.LoginController o-- System.Sistema : sys
InterfaceController.MonitoringController o-- System.Sistema : sys
InterfaceController.NURControllerFactory.NURAPController .up.|> InterfaceController.NURControllerFactory.NURController
InterfaceController.NURControllerFactory.NURAPController o-- System.Sistema : sys
InterfaceController.NURControllerFactory.NURControllerFactory o-- System.Sistema : sys
InterfaceController.NURControllerFactory.NURDController .up.|> InterfaceController.NURControllerFactory.NURController
InterfaceController.NURControllerFactory.NURDController o-- Entities.Prescription : prescriptionOfThisAdm
InterfaceController.NURControllerFactory.NURDController o-- System.Sistema : sys
InterfaceController.NURControllerFactory.NURMController .up.|> InterfaceController.NURControllerFactory.NURController
InterfaceController.NURControllerFactory.NURMController o-- System.Sistema : sys
InterfaceController.NURControllerFactory.NURSController .up.|> InterfaceController.NURControllerFactory.NURController
InterfaceController.NURControllerFactory.NURSController o-- System.Sistema : sys
InterfaceController.NURControllerFactory.NURSRController .up.|> InterfaceController.NURControllerFactory.NURController
InterfaceController.NURControllerFactory.NURSRController o-- System.Sistema : sys
Main.MutableItem o-- T : item
Main.MutableList .up.|> java.lang.Iterable
Main.Triple o-- T : first
Main.Triple o-- W : second
Main.Triple o-- S : third
Main.Tuple o-- T : first
Main.Tuple o-- W : second
PdfGenerator.ReportPDF o-- State.State : state
State.MiddlewareString .up.|> State.Middleware
State.MiddlewareString o-- System.Session.AlarmTimer : alarmTimerThread
State.MiddlewareString o-- System.Session.DoctorSessionThread : docSession
State.MiddlewareString o-- DataGenerator.DataThread : monitoring
State.ReducerString .up.|> State.Reducer
State.State o-- Entities.Recovery : chosenRecovery
State.State o-- Entities.User : docAlarm
State.State o-- Entities.User : user
State.StateEvent o-- State.State : s
State.StateEvent o-- C : sc
State.Store o-- State.State : state
State.StringCommand .up.|> State.Command
System.InterfaceFactories.DOCInterfaceFactory.DOCAddPrescription .up.|> System.InterfaceFactories.DOCInterfaceFactory.DOCInterface
System.InterfaceFactories.DOCInterfaceFactory.DOCDefault .up.|> System.InterfaceFactories.DOCInterfaceFactory.DOCInterface
System.InterfaceFactories.DOCInterfaceFactory.DOCMonitoring .up.|> System.InterfaceFactories.DOCInterfaceFactory.DOCInterface
System.InterfaceFactories.DOCInterfaceFactory.DOCSearch .up.|> System.InterfaceFactories.DOCInterfaceFactory.DOCInterface
System.InterfaceFactories.DOCInterfaceFactory.DOCSearchResult .up.|> System.InterfaceFactories.DOCInterfaceFactory.DOCInterface
System.InterfaceFactories.HPInterfaceFactory.HPDismiss .up.|> System.InterfaceFactories.HPInterfaceFactory.HPInterface
System.InterfaceFactories.HPInterfaceFactory.HPMonitoring .up.|> System.InterfaceFactories.HPInterfaceFactory.HPInterface
System.InterfaceFactories.HPInterfaceFactory.HPSearch .up.|> System.InterfaceFactories.HPInterfaceFactory.HPInterface
System.InterfaceFactories.HPInterfaceFactory.HPSearchResult .up.|> System.InterfaceFactories.HPInterfaceFactory.HPInterface
System.InterfaceFactories.NURInterfaceFactory.NURAddPatient .up.|> System.InterfaceFactories.NURInterfaceFactory.NURInterface
System.InterfaceFactories.NURInterfaceFactory.NURDefault .up.|> System.InterfaceFactories.NURInterfaceFactory.NURInterface
System.InterfaceFactories.NURInterfaceFactory.NURMonitoring .up.|> System.InterfaceFactories.NURInterfaceFactory.NURInterface
System.InterfaceFactories.NURInterfaceFactory.NURSearch .up.|> System.InterfaceFactories.NURInterfaceFactory.NURInterface
System.InterfaceFactories.NURInterfaceFactory.NURSearchResult .up.|> System.InterfaceFactories.NURInterfaceFactory.NURInterface
System.Main -up-|> javafx.application.Application
System.Session.AlarmTimer o-- System.Session.AlarmTimer.AlarmTimerThread : alarmThread
System.Session.DoctorSessionThread o-- System.Session.DoctorSessionThread.SessionTimer : sessionThread
System.Sistema o-- System.InterfacesController : controller
System.Sistema o-- System.Sistema.MediaThread : mt
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
|
414f3baae9602c03b2c0ba375fc8362d1b30f21d | 65c79e69d7c97dc7eb1532e77ae1bd2ece83fbe6 | /notes/Design/UML/Command.puml | 2b151b244f956763906643e28263f4122fd4972c | [] | 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 | 938 | puml | @startuml
abstract class Command {
# final receiver:Receiver
+ Command(receiver:Receiver)
+ {abstract} execute():void
}
class ConcreteCommandA {
+ ConcreteCommandA()
+ ConcreteCommandA(receiver:Receiver)
+ execute():void
}
class ConcreteCommandB {
+ ConcreteCommandB()
+ ConcreteCommandB(receiver:Receiver)
+ execute():void
}
abstract class Receiver{
+ {abstract} doSomeThing():void
}
class ConcreteReceiverA {
+ doSomeThing():void
}
class ConcreteReceiverB {
+ doSomeThing():void
}
class Invoker {
- command:Command
+ setCommand(command:Command):void
+ action():void
}
Invoker o-- Command
Receiver <|-- ConcreteReceiverA
Receiver <|-- ConcreteReceiverB
Command <|-- ConcreteCommandA
Command <|-- ConcreteCommandB
Command o-- Receiver
Client ..> Invoker
Client ..> Command
Client ..> Receiver : Client和Receiver是否直接关系\n需要根据具体的场景来定
@enduml |
15b9438b6eb9844eedbb9c470312e414c6e6f069 | 9dc7349978074cf37e1d214024553a57175cd075 | /src/main/resources/diagram/Strategy.puml | bd8f862f9620e662a7d25826a4953a213a5b6e19 | [] | no_license | yixiu868/design-pattern | 34b2cebb4962d2602628337ee58bb90db9edccb7 | 87819e035ac08957f4721053485ea4f27418623d | refs/heads/main | 2023-07-06T05:16:02.996982 | 2021-08-06T13:31:33 | 2021-08-06T13:31:33 | 392,955,564 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 409 | puml | @startuml
interface Strategy {
+AlgorithmInterface()
}
class ConcreteStrategyA {
+AlgorithmInterface()
}
class ConcreteStrategyB {
+AlgorithmInterface()
}
class ConcreteStrategyC {
+AlgorithmInterface()
}
Strategy <|.. ConcreteStrategyA
Strategy <|.. ConcreteStrategyB
Strategy <|.. ConcreteStrategyC
class Context {
+ContextInterface()
}
Context o-> Strategy
@enduml |
8b8d005720ba19a7cda52a60fa7dee93617bf422 | debd9a60afd737b890b20607d69c2346ddcb29f5 | /animation_drawable.plantuml | 5e18fac8846b0428d84edef7df6a2929c642b78c | [] | no_license | Belolme/CrazyAndroidNotes | 0c996eb37c5e77138a67a131c01a89e272ec3fb5 | 07ebaf0cf09116b6fd48bb3c70183a1261e374dd | refs/heads/master | 2021-01-20T18:45:04.943954 | 2016-08-02T13:53:11 | 2016-08-02T13:53:11 | 64,528,953 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 389 | plantuml | @startuml
class Drawable
class DrawableContainer
class AnimationDrawable{
--method--
addFrame()
start()
stop()
}
note right: 使用动画的时候会不断的调用View的onDraw()
legend right
使用Margin控制实时生成自定义View的位置
endlegend
'--------------spilt line----------------
Drawable <|-- DrawableContainer
AnimationDrawable --|> DrawableContainer
@enduml
|
3529a45cec497b55f8ac18a7f79167244080251f | a65fe81fdb57e5d389a290fc70f724a593f1cd85 | /10.Adaptor/diagrams/形狀類別圖與操作方法.puml | 08670c55cd15317a2cb55811147c39f5c433a1bd | [
"MIT"
] | permissive | leoshiang/DesignPatterns | 56a74d317893e96d19e62d789f0379096ae4fe8b | aefa956b0d8caac1e4f80f75e87a5b44b954e8cb | refs/heads/master | 2020-04-01T10:12:37.390007 | 2018-10-15T12:21:22 | 2018-10-15T12:21:22 | 113,122,364 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 579 | puml | @startuml
scale 800*800
skinparam defaultFontName "Noto Sans Mono CJK TC Regular"
abstract class 形狀 {
+ 設定位置()
+ 取得位置()
{abstract} 顯示()
{abstract} 填滿()
{abstract} 設定顏色()
隱藏()
}
class 點 {
+ 顯示()
+ 填滿()
+ 設定顏色()
}
class 線 {
+ 顯示()
+ 填滿()
+ 設定顏色()
}
class 方形 {
+ 顯示()
+ 填滿()
+ 設定顏色()
}
形狀 <|-- 點
形狀 <|-- 線
形狀 <|-- 方形
使用者 -right-> 形狀
@enduml |
6c6a28cbbd8542dcec41a2b1d25a61357dda440a | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/Runner/UnityWorkItemDataHolder.puml | c315651c40cb8ed5f8a53dc6753ef7b4fbdac8a4 | [] | 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 | 209 | puml | @startuml
class UnityWorkItemDataHolder {
}
class "List`1"<T> {
}
UnityWorkItemDataHolder o-> "alreadyStartedTests<string>" "List`1"
UnityWorkItemDataHolder --> "alreadyExecutedTests<string>" "List`1"
@enduml
|
199b20b7eff63e9e91b4fec37b26a4db5af945a4 | 317138d37430f9f52d740b823ba81162886cd8d9 | /main/main.plantuml | 78211ba1d96235f30318aa7c64d0ac979ed0833e | [] | no_license | AnnieFraz/GIN | dffb35140a7080d6a9b814f986225dda1240f1ec | e3dfe1e87cea21b4897399fb5e64a48ba9d67e1a | refs/heads/master | 2021-10-26T00:15:41.820527 | 2019-02-27T12:23:43 | 2019-02-27T12:23:43 | 150,884,121 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,122 | plantuml | @startuml
title __MAIN's Class Diagram__\n
package com.anniefraz.dissertation.main.csvResults {
class CSVResult {
}
}
package com.anniefraz.dissertation.main.csvResults {
class CSVResultBuilder {
}
}
package com.anniefraz.dissertation.main.csvResults {
class CSVResultFileWriter {
}
}
package com.anniefraz.dissertation.main.csvResults {
interface CSVResultWriter {
}
}
package com.anniefraz.dissertation.main.algorithms {
class GAMain {
}
}
package com.anniefraz.dissertation.main.algorithms {
class HCMain {
}
}
package com.anniefraz.dissertation.main.application {
class Random {
}
}
package com.anniefraz.dissertation.main.input {
class TestUserInput {
}
}
CSVResult o-- Patch : offspringParent
CSVResultBuilder o-- Patch : offspringParent
CSVResultFileWriter -up-|> CSVResultWriter
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
|
d25b2b10029d9983763a2fd8b130d8c628f435cf | 8ca053d8759f400b0089aeafb451eeae76ad407f | /PoCs/MongoDB/MCD.plantuml | f93ea61db90ea9b8ccf59f18901247a7777477bd | [] | no_license | DecMaster/PoCNA17 | 272b275ed5761e88acc7df94967e933cf5aa47ba | a79025ed9d1b9f452d50d6d49be993b9e6104a45 | refs/heads/master | 2022-12-27T10:32:47.866873 | 2020-10-12T07:56:34 | 2020-10-12T07:56:34 | 303,318,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,064 | plantuml | @startuml
class Groupe{
thème : chaîne
description : chaîne
}
abstract class Utilisateur{
mail : chaîne {key}
resume : chaîne
dateInscription : date
{field}nationalité : chaîne(2)
photo : chaîne
}
class Personne{
pseudo : chaîne {key}
nom : chaine
prenom : chaîne
dateNaiss : date
{field} sexe : genre
employeur : chaîne
}
class Entreprise{
raisonSociale : chaine {key}
adresse : chaîne
dateCréation : date
siteWeb : chaîne
catégorie : categorie
}
package "Enumeration (chaînes)" <<frame>> {
enum categorie <<enumeration>> {
MIC
PME
ETI
GE
}
enum genre <<enumeration>>{
Homme
Femme
Autre
}
}
note left of Utilisateur
Un Utilisateur est soit une Personne,
soit une Entreprise.
end note
class Message {
datePublication : date
contenu : chaîne
}
Personne --|> Utilisateur
Entreprise --|> Utilisateur
Groupe *-- "*" Groupe
Groupe *-- "*" Message
Groupe "*" --* Utilisateur
@enduml
|
e7e55f4f9c27d54633edec5365b0f84a8982f6a6 | accaa563d4548d58f630339429e6b333c730062c | /Bloombleurgh/Bloombleurgh/Program.puml | 1d504cb201d99c8b010e26ba9a33a74cb4b7409c | [] | no_license | JohnVonNeumann/bloombleurgh | fc01025af12121bae50b5c45a9b8fac9e459397e | 6f64910cbe682fb0287804b02c17934517178afe | refs/heads/master | 2023-05-12T19:31:26.418456 | 2021-06-07T13:23:27 | 2021-06-07T13:23:27 | 358,241,512 | 0 | 0 | null | 2021-06-07T13:23:28 | 2021-04-15T11:55:35 | C# | UTF-8 | PlantUML | false | false | 2,824 | puml | @startuml
'https://plantuml.com/class-diagram
'Inheritance
Window <|-- Terminal
Component <|-- Heading
IInteractable <|-- Button
CompanyPanel ---|> IUpdatable
Component <|-- Toolbar
Component <|-- Button
Component <|-- Panel
'Component <|- Toolbar
'Composition
Terminal *-- Component
CompanyPanel *--- Company
CompanyPanel <|-- CompanyListPanel
CompanyPanel<|-- CompanyDetailsPanel
CompanyPanel <|-- CompanyFinancialsPanel
CompanyListPanel *-- Company
CompanyDetailsPanel *-- Company
CompanyFinancialsPanel *-- Company
Panel <|-- CompanyPanel
Company *-- Ticker
'Aggregation
'Used as a base class for terminal, allows for drawing and sizing
'Implement non abstract then make it abstract
abstract class Window {
int x;
int y;
}
'Implement the Terminal as one class first, then break it out into separate modules
class Terminal {
- List<Component> components
+ void DrawAllComponents()
}
abstract class Component {
- int x
- int y
- double length
- double width
- double height
+ Draw()
'Probably want some sort of polymorphic IsAt to handle all styles of rect
+ IsAt()
}
class Heading {
- string _title
+ Heading()
}
' unsure if a Toolbar is even needed
class Toolbar {
}
enum PanelType {
CompanyList
CompanyDetails
CompanyFinancials
}
enum ComponentType {
Panel
Heading
Toolbar
Button
}
class Button {
- string _title
+ Button()
+ void ActionOnUserInteraction()
}
interface IInteractable {
+ void ActionOnUserInteraction()
}
class Panel {
- string Data
' refers to the json key that holds the data we wish to populate
- string DataKey
+ Panel(data)
+ void RefreshData()
+ void GetData()
}
class CompanyPanel {
+ ChangeCompany(string CompanyName)
}
class CompanyListPanel {
- List<Company> companyList
+ CompanyListPanel()
}
class CompanyDetailsPanel {
- Company _company
+ CompanyDetailsPanel()
}
class CompanyFinancialsPanel {
- Company _company
+ CompanyFinancialsPanel()
}
' Replaces the property for Company Panels as when the company is updated, it needs to update
' the data in the panel
interface IUpdatable {
+ ChangeCompany(string CompanyName);
}
class Company {
- string name
- bool active
- Ticker ticker
+ Company()
__properties__
--getter only--
bool Active
}
class Ticker {
- string code
+ Ticker(code, Company)
--properties--
+ Code
}
''Perhaps fuck the import stuff, just use existing input files to start
''Dont bother with having an independent way to call new files, just populate
''from a data directory until everything is working, then add on as a bonus
'class Import {
'- path storageLocation
'- string fileName
'- path remoteLocation
'
'+ Import(remoteLocation, storageLocation, fileName)
'}
'
'class FileImport {
'}
'
'class WebImport {
'}
'abstract class Data {
'}
'
'Import <|- FileImport
'Import <|- WebImport
@enduml |
e6f9f17e7102cd85315743978c538a21fb3521be | d88db1976cdf09cc7ee264a07395693ebc3cde37 | /class-diagram.plantuml | 2d870df07be3dd8172cac6b3f51a8fc668d5916c | [] | no_license | kopino4/OOP | 8a66dcf6ba02240d0c0bd6375b4408b9f37436c9 | ce5c04afcc5859c62a43e979230f20bb0bdb37cc | refs/heads/master | 2020-11-25T03:21:23.648979 | 2019-12-16T19:00:14 | 2019-12-16T19:00:14 | 228,478,388 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 757 | plantuml | #+BEGIN_SRC plantuml :results file silent :file class-diagram.png
@startuml
skinparam class {
BackgroundColor White
BorderColor Black
ArrowColor Black
}
class Streaming {
-movieId: Int
-quality: Int
}
class Customer {
-id: Int
-name: String
-statement(): String
+ {static} load(file: String): Customer[0..*]
}
Customer "1" *-- "1..*" Streaming : streamings
class Movie {
-id: Int
-title: String
-category: Int
+ {static} load(file: String): Movie[0..*]
}
class MovieService {
-movieById(id: Int): Movie
}
class ServiceLocator
ServiceLocator "1" -- "1" MovieService : movieService
class Globals {
+ {static} LoyaltyPointsBonus: Boolean
+ {static} UseEmphasis: Boolean
}
@enduml
#+END_SRC
[[file:class-diagram.png]]
|
500b7fa7776f5a1bc56ce509cd97e3049ee3a328 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Common.Shared/DTOPropCopy.puml | 16c93e935bdd47154e3928c2aacc78e0c3cc181c | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 118 | puml | @startuml
class DTOPropCopy <<static>> {
+ {static} CopyProps(source:object, destination:object) : void
}
@enduml
|
b7dded65a7b0eeb4f48cc1c0461d6cb4595896d5 | fddbc3c5bc5d347eeaedfe2c483eb5394b0115ff | /spacetemplate/space_templates.puml | 2d4a5793066f7b2730f11646807f03b8a1d9fa4b | [
"Apache-2.0"
] | permissive | stooke/fabric8-wit | 100ea6db4561270d23123105fd57f0de640d83e1 | 270268da514808bd7d585d7af0b4d6ec6e8babc6 | refs/heads/master | 2018-11-25T10:42:00.979696 | 2018-08-02T18:25:10 | 2018-08-02T18:25:10 | 112,378,509 | 0 | 1 | Apache-2.0 | 2018-02-06T19:20:03 | 2017-11-28T19:19:52 | Go | UTF-8 | PlantUML | false | false | 3,804 | puml | @startuml space_templates
' This is a PlantUML class diagram.
'
' For on-the-fly rendering of the latest version of this diagram, please visit:
' http://www.plantuml.com/plantuml/proxy?idx=0&src=https://raw.githubusercontent.com/fabric8-services/fabric8-wit/master/spacetemplate/space_templates.puml&fmt=svg
'
' To generate a PNG diagram from this file follow these steps:
' $ wget -o plantuml.jar http://sourceforge.net/projects/plantuml/files/plantuml.jar/download
' $ java -jar plantuml.jar -verbose space_templates.puml
hide empty members
package spacetemplate <<Folder>> {
class SpaceTemplate {
+uuid.UUID ID
+int Version
+string Name
+string Description
+Validate() error
+GetETagData() []interface{}
+GetLastModified() time.Time
+TableName() string
+Equal(u convert.Equaler) bool
}
note right: This is what gets stored in the DB.\nYou can create, load, and list objects\n of this kind as usual.
package importer <<Folder>> {
class ImportHelper {
SpaceTemplate Template
[]*workitem.WorkItemType WITs
[]*link.WorkItemLinkType WILTs
[]*workitem.WorkItemTypeGroup WITGs
+Validate() error
+SetID(id uuid.UUID)
+String() string
+Equal(u convert.Equaler) bool
}
note top: The import helper holds all information from\nthe YAML space template definition we don't\nstore an import helper in the database. It is just\nan intermediate construct that isn't exposed.\nThe ""spacetemplate.FromString()"" creates an\nimport helper that can be imported using\nthe ""SpaceTemplateRepository""'s ""Import()"" method.
}
}
package workitem <<Folder>> {
class ChildType {
+uuid.UUID ID
+uuid.UUID ParentWorkItemTypeID
+uuid.UUID ChildWorkItemTypeID
+int Position
+TableName() string
}
note bottom: not exposed through API\nonly used to model DB storage
class WorkItemType {
+uuid.UUID SpaceTemplateID
+[]uuid.UUID ChildTypeIDs
}
note bottom: ""ChildTypeIDs"" is filled using the\n""WorkItemTypeRepository""'s\n""AddChildTypes()"" method.\nUpon ""Load()"", and other retrieval\nmethod the child types are loaded\nautomatically.
WorkItemType "n" o-- "1" SpaceTemplate
WorkItemType "1" - "n" WorkItemType
(WorkItemType, WorkItemType) . ChildType
class WorkItemTypeGroup {
+uuid.UUID ID
+uuid.UUID SpaceTemplateID
+bucket TypeBucket
+string Name
+string Icon
+int[] Position
+uuid.UUID[] TypeList
+TableName() string
+Equal(u convert.Equaler) bool
+GetETagData() []interface{}
+GetLastModified() time.Time
}
WorkItemTypeGroup "n" o-- "1" SpaceTemplate
class typeGroupMember {
+uuid.UUID ID
+uuid.UUID TypeGroupID
+uuid.UUID WorkItemTypeID
+int Position
+TableName() string
}
note bottom: not exposed through API\nonly used to model DB storage
WorkItemTypeGroup "1" - "n" WorkItemType
(WorkItemTypeGroup, WorkItemType) .. typeGroupMember
class Bucket <<stereotype>>
note bottom: Allowed values are:\n"portfolio",\n"requirement", and\n"iteration"
WorkItemTypeGroup o-- Bucket
package link <<Folder>> {
class WorkItemLinkType {
+uuid.UUID SpaceTemplateID
}
WorkItemLinkType "n" o-- "1" SpaceTemplate
class WorkItemLinkCategory
WorkItemLinkType o-- WorkItemLinkCategory
}
}
package space <<Folder>> {
class Space {
+uuid.UUID SpaceTemplateID
}
Space "n" o-- "1" SpaceTemplate
}
ImportHelper o--"n" WorkItemType
ImportHelper o--"n" WorkItemLinkType
ImportHelper o--"n" WorkItemTypeGroup
ImportHelper o-up-"1" SpaceTemplate
@enduml |
e35928362f8596731d6ee044522598a233d9f162 | 52ba427f53f8af305989c471eac3f6658587499d | /src/main/resources/设计模式23种类型/行为型模式 Behavioral Pattern/解释器模式.puml | 72c1b4aac9c19152ab1a1b16f9b437fe5b982f78 | [] | no_license | HappyFreeAngel/springcloud-gateway-dynamic-route | 444114df5f67fe63a960e27bf40c794380bbbcee | 364d99cbdc6ba09ed7b07ce15aed96b23d7f1827 | refs/heads/master | 2020-07-28T01:13:04.293957 | 2019-11-05T15:44:04 | 2019-11-05T15:44:04 | 209,264,996 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 773 | puml | @startuml
skinparam classAttributeIconSize 0
package "class Interpreter(解释器模式 Interpreter Pattern)" #DDDDDD {
abstract class AbstractExpression
{
+interpret(context)
}
note top of AbstractExpression: 抽象表达式
class TerminalExpression
{
+interpret(context)
}
note bottom of TerminalExpression: 终结符表达式
class NonTerminalExpression
{
+interpret(context)
}
note bottom of NonTerminalExpression: 非终结符表达式
class Context
note top of Context: 上下文
AbstractExpression <--o NonTerminalExpression
AbstractExpression<|-- NonTerminalExpression
AbstractExpression <|-- TerminalExpression
AbstractExpression <-- Client
Context <-- Client
}
@enduml
|
db15d971876baf036b28a0e7160cd4b556960222 | 0fc10dd1ce46096e626455b209f6232bd022d7aa | /esa1/Klassendiagramm.puml | 13dc84f681116311ca9fd3abaece1d4e1d0b0364 | [
"MIT"
] | permissive | tonyflow90/ws_2019-20_vwms | 5592d2ecd5f0f3180f00789b7c07cb44ad7cbee0 | 01ab344bb30e015276fe26b3d430458cccaa77b3 | refs/heads/master | 2021-07-15T14:29:03.013348 | 2020-02-03T13:57:41 | 2020-02-03T13:57:41 | 215,852,277 | 0 | 0 | MIT | 2020-10-13T17:53:17 | 2019-10-17T17:47:45 | Clojure | UTF-8 | PlantUML | false | false | 1,302 | puml | @startuml
title Klassendiagramm
class User
class Address
class Ingredient
class Recipe
class Comment
class Rating
class Favorites
class ShoppingList
enum Category
enum Unit
ShoppingList "1" -- "*" Ingredient
User "1" -- "*" ShoppingList
User "1" -- "0..1" Address
User "1" -- "*" Favorites
User "1" -- "*" Comment
Recipe "*" -- "*" Category
Recipe "1" -- "*" Comment
Rating "0..1" -- "1" Comment
Recipe "*" -- "1" User
Recipe "1" -- "1" Favorites
PreparationSteps "1" --* "1..*" Recipe: Conposition
Ingredient "*" --* "1..*" Recipe: Conposition
Unit "1" --o "*" Ingredient: Aggregation
Price "1" --o "1" Ingredient: Aggregation
class Price {
-Number value
-String currency
}
class Ingredient {
-String name
-String description
}
class Recipe {
-String title
-String description
+createIndredient(): { name, desc, unit, price }
+addIndredient(): { ingredient }
+addStep(): { number, text }
+addCategory(): { category }
+addComment(){ text, rating }
+addToFavorites()
+addToShoppingList()
}
class PreparationSteps {
-Number step
-String text
}
class User {
-String name
-String surname
-String email
}
class Rating {
-Nummber rating
}
class Comment {
-Rating rating
-String text
}
class Favorites {
}
class ShoppingList {
}
@enduml
|
62bc6a153f861230b255f0f8098c61f9eb822668 | b0cf8214efc347f75c33f3410adde3459f0a385b | /uml/ToDoList.puml | 4f80a89b1024a818639a80461421a38d93abfaf4 | [] | no_license | rafuchosnow/nieves-cop3330-assignment4part2 | 51a17f6addc468419ad01d364540db8a53a71d13 | fcc062a66fe9d222f522e0496ca34bde62d0807d | refs/heads/master | 2023-06-16T05:47:08.373573 | 2021-07-12T03:58:06 | 2021-07-12T03:58:06 | 384,606,868 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 525 | puml | @startuml
'https://plantuml.com/class-diagram
class ToDoList {
+ main()
+ start()
}
class ToDoListController {
- Add new items to list
- Remove items from list
- Edit items from list
- Sort items
- Save/Load Files
+ initialize()
+ addItem()
+ removeItem()
+ clearList()
+ editItem()
+ markComplete()
+ sortAll()
+ sortIncomplete()
+ sortComplete()
+ saveList()
+ loadList()
}
javafx.Application <|-- ToDoList
ToDoList - ToDoListController
@enduml |
8d0ffc49d69b1f6acb7866db8a4e6e691f92cfc8 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CategoryUpdate.puml | 9e3186d60086cd1b637d8eb0173d4c3a87d0c7c8 | [] | 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 | 363 | 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 CategoryUpdate [[CategoryUpdate.svg]] {
version: Long
actions: [[CategoryUpdateAction.svg List<CategoryUpdateAction>]]
}
@enduml
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.