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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f5c204f2fd6a380d6e3084dc890802ad14792545 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Utilities/TrackModifier.puml | 7e05376a649cf6fc7fd2bdcdb9c611ee9c49d769 | [] | 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 | 129 | puml | @startuml
class TrackModifier <<static>> {
+ {static} DeleteTrack(timeline:TimelineAsset, track:TrackAsset) : bool
}
@enduml
|
e6456928d009d8db0cb9fd6ca7c4a948475748a2 | 40b7aad1446cdfafb90b208cfa28510fddfa5f5a | /src/headfirst/designpatterns/strategy/uml_strategy_dp.puml | 5f4719ae9cec578e74102eae299304ac1c789514 | [
"MIT"
] | permissive | SadiSofiane/HeadFirst-DesignPatterns | f1bb99cd63a535b63695422ce26ab7d10bd211ef | 0a05b620428ebf7511b8681de67f92535f4e1b37 | refs/heads/master | 2020-04-14T23:40:55.163443 | 2016-09-14T18:42:41 | 2016-09-14T18:42:41 | 68,095,372 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,309 | puml | @startuml
title Encapsuled behaviors
package "Client" {
class Duck {
+FlyBehavior flyBehavior
+QuackBehavior quackBehavior
+swim()
+display()
+performQuack()
+performFly()
+setFlyBehavior()
+setQuackBehavior()
}
class MallardDuck {
+display()
}
class RedheadDuck {
+display()
}
class RubberDuck {
+display()
}
class DecoyDuck {
+display()
}
MallardDuck --|> Duck: IS A
RedheadDuck --|> Duck: IS A
RubberDuck --|> Duck: IS A
DecoyDuck --|> Duck: IS A
}
package "Encapsulated fly behavior" {
interface FlyBehavior {
+fly()
}
class FlyWithWings {
+fly()
}
class FlyNoWay {
+fly()
}
FlyWithWings ..|> FlyBehavior : IMPLEMENTS
FlyNoWay ..|> FlyBehavior : IMPLEMENTS
}
Duck --> FlyBehavior: HAS A
package "Encapsulated quack behavior" {
interface QuackBehavior {
+quack()
}
class Quack {
+quack()
}
class Squeak {
+quack()
}
class MuteQuack {
+quack()
}
Quack ..|> QuackBehavior : IMPLEMENTS
Squeak ..|> QuackBehavior : IMPLEMENTS
MuteQuack ..|> QuackBehavior : IMPLEMENTS
}
Duck --> QuackBehavior: HAS A
@enduml |
8bb02d27afb2c7e66f8de0b91759eb8595c9a35d | 20478b6c19855983adf0781338d1a30e98101a7b | /diagramas/Flyweight.iuml | 030798f04c49c6dc59ec9ed140de9e52bc6cfca8 | [] | no_license | LEON12699/Patrones_diseno | f9391a3071ae76b6c70de0610c70804e9ab0cbdb | cf0e97ba3f7efe6101dc575b8508faedbf3d75b9 | refs/heads/master | 2023-01-02T13:49:08.209731 | 2020-10-26T03:40:25 | 2020-10-26T03:40:25 | 305,895,825 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 655 | iuml | @startuml Flyweight structure
skinparam class {
BackgroundColor #FFA509
BorderColor black
ArrowColor black
}
interface Flyweight{
repetingState
operation(extrinsic: State)
}
class FlyweightFactory{
cache: Flyweights[]
getFlyweight ( repeatingState )
}
class ConcreteFlyweight{
execute()
}
note bottom :InstrinsicState
class UnsharedConcreteFlyweight{
execute()
extra()
}
note bottom : AllState
FlyweightFactory o-left->Flyweight
Flyweight <|.down. ConcreteFlyweight
Flyweight <|.down. UnsharedConcreteFlyweight
Client --> ConcreteFlyweight
Client --> UnsharedConcreteFlyweight
Client -up-> FlyweightFactory
@enduml |
0a28143603673c94903ab9764e31d2c4791fef0c | 833c4b92528ecd1580abf373ab58e7f77b874ea1 | /diagrams/04-object-relation.puml | f8b07db7eefb2ecb161adac7ad7683aefd6c6a9f | [] | no_license | lcalmsky/jpa | 3d67b948d5d68646cb1194871a1f1214bdc44a52 | fa36fcf46b25c638cb64a682ec1bde097e5a934d | refs/heads/master | 2022-08-21T08:53:49.261282 | 2022-07-11T13:12:37 | 2022-07-11T13:12:37 | 251,661,495 | 1 | 1 | null | 2022-07-11T13:02:41 | 2020-03-31T16:20:39 | Java | UTF-8 | PlantUML | false | false | 165 | puml | @startuml
class Member {
Long id
Team team
String name
}
class Team {
Long id
String name
List<Member> members
}
Member "*" <-D-> "0..1" Team
@enduml |
9ec8c803a893d5ef7037e2924b2c1708713054a9 | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/users-service/Application/Models/DataTransferObjects/UserDto.puml | 555213a622c998407aa649fe8468f4316ffa1f58 | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 188 | puml | @startuml
class UserDto {
+ Id : string <<get>> <<set>>
+ FirstName : string <<get>> <<set>>
+ LastName : string <<get>> <<set>>
+ Email : string <<get>> <<set>>
}
@enduml
|
eae17f358f70a8cc4e8aa97945350a8ab2fb38c1 | 5b97888a0eb5f1d16be2ef4ae443176d0d3be8de | /silo/src/main/java/at/klapfinator/silo/silo.plantuml | 52298b17f9aca4c9843883d71369fb83db1b1481 | [
"MIT"
] | permissive | KlapfinaTor/silo-android | a12730e63cd35b4da7b29db041100c3ecacbf420 | e33b765fcb577d0d172f0c95abc67a559a96bb42 | refs/heads/master | 2020-04-27T03:14:50.563315 | 2019-10-04T07:55:43 | 2019-10-04T07:55:43 | 174,019,603 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,750 | plantuml | @startuml
title __SILO's Class Diagram__\n
package at.klapfinator.silo {
class DeviceLogData {
- id : long
- message : String
- dateLogged : long
~ setMessage()
~ setDateLogged()
+ setId()
+ getMessage()
+ getDateLogged()
+ getId()
}
}
package at.klapfinator.silo {
interface DeviceLogDataDao {
{abstract} + getAllLogs()
{abstract} + getSpecificAmountOfLogs()
{abstract} + getLogById()
{abstract} + count()
{abstract} + insert()
{abstract} + update()
{abstract} + delete()
{abstract} + deleteAllLogs()
{abstract} + deleteLogById()
{abstract} + deleteOldLogs()
}
}
package at.klapfinator.silo {
abstract class DeviceLogDatabase {
{static} + DATABASE_NAME : String
{abstract} + deviceLogDataDao()
}
}
package at.klapfinator.silo {
class DeviceLogDatabaseAccess {
{static} - instance : DeviceLogDatabaseAccess
~ DeviceLogDatabaseAccess()
{static} ~ getDatabase()
}
}
package at.klapfinator.silo {
class HttpSender {
{static} - TAG : String
- url : String
- context : Context
~ HttpSender()
+ pushLogs()
}
}
package at.klapfinator.silo {
interface LogFormat {
{abstract} + getFormattedLogString()
}
}
package at.klapfinator.silo {
class LogFormatHelper {
- androidId : String
- sendAsJSONString : boolean
+ LogFormatHelper()
+ getFormattedLogString()
{static} - getLogLevelName()
}
}
package at.klapfinator.silo {
interface LogSender {
{abstract} + pushLogs()
}
}
package at.klapfinator.silo {
class Silo {
{static} - logCatOutputEnabled : boolean
{static} - TAG : String
{static} - context : Context
{static} - logSender : LogSender
{static} - logFormatHelper : LogFormat
{static} - url : String
{static} - batchLogSize : int
{static} - logLevel : int
- Silo()
{static} + initialize()
{static} + initialize()
{static} - isSiloInitialized()
{static} + setUrl()
{static} + getBatchLogSize()
{static} + setBatchLogSize()
{static} + isLogCatOutputEnabled()
{static} + setLogCatOutputEnabled()
{static} + getLogLevel()
{static} + setLogLevel()
{static} - getSpecificAmountOfLogsAsList()
{static} - insertLogIntoDb()
{static} ~ deleteLogs()
{static} + push()
{static} - exceptionToString()
{static} - getLogById()
{static} - getLogAmountInDatabase()
{static} + getPendingLogAmount()
{static} + send()
{static} - log()
{static} + v()
{static} + v()
{static} + v()
{static} + v()
{static} + i()
{static} + i()
{static} + i()
{static} + i()
{static} + d()
{static} + d()
{static} + d()
{static} + d()
{static} + e()
{static} + e()
{static} + e()
{static} + e()
{static} + w()
{static} + w()
{static} + w()
{static} + w()
{static} + wtf()
{static} + a()
}
}
DeviceLogDatabase -up-|> RoomDatabase
DeviceLogDatabaseAccess o-- DeviceLogDatabase : database
HttpSender -up-|> LogSender
LogFormatHelper -up-|> LogFormat
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
|
fa609106acc0cda3289efca138b66cba28cd0ee6 | 597fdbc4de5253010aab44c57693b905421752ac | /r2dbc-spi-class-diagram.puml | d51674c92a329f05e3a152766ed13d2119a746a0 | [] | no_license | linux-china/r2dbc-demo | afa26b12a6f39c6818b1409c8b64141f969f3738 | 54c1099bc6b0a0428b59529b01626506abc656bb | refs/heads/master | 2023-06-07T18:59:58.482838 | 2023-05-31T03:20:32 | 2023-05-31T03:20:32 | 159,448,570 | 11 | 5 | null | 2022-03-19T18:16:27 | 2018-11-28T05:27:48 | Java | UTF-8 | PlantUML | false | false | 1,990 | puml | @startuml
class ConnectionFactoryOptions {
String HOST;
String PORT;
String DATABASE;
String USER;
String PASSWORD;
String DRIVER;
String PROTOCOL;
}
interface ConnectionFactoryProvider {
ConnectionFactory create(ConnectionFactoryOptions connectionFactoryOptions);
boolean supports(ConnectionFactoryOptions connectionFactoryOptions);
}
interface ConnectionFactory {
Publisher<? extends Connection> create();
ConnectionFactoryMetadata getMetadata();
}
interface ConnectionFactoryMetadata {
String getName();
}
interface Connection {
Publisher<Void> beginTransaction();
Publisher<Void> commitTransaction();
Publisher<Void> rollbackTransaction();
Batch createBatch();
Statement createStatement(String sql);
Publisher<Void> close();
}
interface Batch {
Batch add(String sql);
Publisher<? extends Result> execute();
}
interface Statement {
Statement bind(Object identifier, Object value);
Statement bind(int index, Object value);
Statement bindNull(int index, Class<?> type);
Publisher<? extends Result> execute();
}
interface Result {
Publisher<Integer> getRowsUpdated();
Publisher<T> map(BiFunction<Row, RowMetadata, ? extends T> f);
}
interface RowMetadata {
ColumnMetadata getColumnMetadata(Object identifier);
Iterable<? extends ColumnMetadata> getColumnMetadatas();
}
interface ColumnMetadata {
String getName();
Class<?> getJavaType()
}
interface Row {
T get(Object identifier, Class<T> type);
}
ConnectionFactoryProvider -right-> ConnectionFactoryOptions
ConnectionFactoryProvider --* ConnectionFactory: Create
ConnectionFactory --* Connection: Create
ConnectionFactory -right-> ConnectionFactoryMetadata: metadata
Connection --> Statement: createStatement by sql
Connection --> Batch: createBatch
Statement --> Result: execute
Result -right-> RowMetadata: metadata
RowMetadata -right-> ColumnMetadata: column metadatas
Result --> Row: rows
@enduml |
858e6a5f5be1b1791e8f4f388a7dbb019384a0ad | 5c8c8e4bb28b5574bd17f9f972dd92f7c39c5e96 | /diagrams/plantUml/cld.puml | 5e082227e137eaea8738bcc50e0026c17ce44029 | [] | no_license | gahleitnerLorenz/microproject-gahleitner-lorenz | 7d80422b80e79ef0566795d61586ffdfda9f57f4 | 257c0ddf05021b6ceb65aace4d93a939d2f0abe9 | refs/heads/master | 2023-02-23T20:46:25.251505 | 2021-01-14T20:17:24 | 2021-01-14T20:17:24 | 329,699,482 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 725 | puml | @startuml
class Employee{
-name: String
-birthdate: LocalDate
-count: Integer
-id: Long
-contract: List<Contract>
}
class Client{
-adress: String
-name: String
-contracts: List<Contract>
-rooms: String
-id: Long
}
Enum TypeOfFacilityManagement{
-CLEANING
-SECURITY
-REPAIRMENT
-PREPARE
-PLAN
}
class Contract{
-endDateOfContract: Date
-employee: Worker
-companyOfWork: Company
-salary: Double
-listOfFacilityManagement: List<TypeOfFacilityManagement>
-id: Long
}
Employee "1" --> "*" Contract : has
Client "1" --> "*" Contract : has
Contract "1" --> "*" TypeOfFacilityManagement : has
@enduml |
4f48055b12330549cb13e02708660dbd7207dfdd | 41e335a2ded65f95ece1c413fe9d465df1d198b4 | /lib/DevApp/src/main/java/dev/utils/common/validator/validator.plantuml | 00b79f01e95e3e91e45ed432c0e632d933029015 | [
"Apache-2.0"
] | permissive | tulensayyj/DevUtils | ea40e897de72b88591cc1f1cea798eb74175eda8 | 3bc39eaf343c811270bc01e223cd37e80db9e04c | refs/heads/master | 2022-11-27T05:08:28.115620 | 2020-07-27T13:24:50 | 2020-07-27T13:24:50 | 281,569,859 | 0 | 0 | Apache-2.0 | 2020-07-22T03:59:24 | 2020-07-22T03:59:23 | null | UTF-8 | PlantUML | false | false | 4,968 | plantuml | @startuml
title __VALIDATOR's Class Diagram__\n
namespace dev {
namespace utils {
namespace common {
namespace validator {
class dev.utils.common.validator.BankCheckUtils {
{static} - BANK_BIN : String[]
{static} - BANK_NAME : String[]
{static} - TAG : String
{static} + checkBankCard()
{static} + getBankCardCheckCode()
{static} + getNameOfBank()
- BankCheckUtils()
}
}
}
}
}
namespace dev {
namespace utils {
namespace common {
namespace validator {
class dev.utils.common.validator.IDCardUtils {
{static} + CHINA_ID_MAX_LENGTH : int
{static} + CHINA_ID_MIN_LENGTH : int
{static} - POWER : int[]
{static} - TAG : String
{static} - sCityCodeMaps : Map<String, String>
{static} - sHKFirstCodeMaps : Map<String, Integer>
{static} - sTWFirstCodeMaps : Map<String, Integer>
{static} + convert15CardTo18()
{static} + getAgeByIdCard()
{static} + getBirthByIdCard()
{static} + getBirthdayByIdCard()
{static} + getCheckCode18()
{static} + getDateByIdCard()
{static} + getGenderByIdCard()
{static} + getMonthByIdCard()
{static} + getPowerSum()
{static} + getProvinceByIdCard()
{static} + getYearByIdCard()
{static} + validateCard()
{static} + validateHKCard()
{static} + validateIdCard10()
{static} + validateIdCard15()
{static} + validateIdCard18()
{static} + validateTWCard()
- IDCardUtils()
{static} - converCharToInt()
{static} - isNumber()
{static} - validateDateSmllerThenNow()
}
}
}
}
}
namespace dev {
namespace utils {
namespace common {
namespace validator {
class dev.utils.common.validator.ValiToPhoneUtils {
{static} + CHAIN_PHONE_FORMAT_CHECK : String
{static} + CHINA_MOBILE_PATTERN : String
{static} + CHINA_PHONE_PATTERN : String
{static} + CHINA_TELECOM_PATTERN : String
{static} + CHINA_UNICOM_PATTERN : String
{static} + HK_PHONE_PATTERN : String
{static} + PHONE_CALL_PATTERN : String
{static} + isPhone()
{static} + isPhoneCallNum()
{static} + isPhoneCheck()
{static} + isPhoneToChinaMobile()
{static} + isPhoneToChinaTelecom()
{static} + isPhoneToChinaUnicom()
{static} + isPhoneToHkMobile()
- ValiToPhoneUtils()
}
}
}
}
}
namespace dev {
namespace utils {
namespace common {
namespace validator {
class dev.utils.common.validator.ValidatorUtils {
{static} + REGEX_CHINESE : String
{static} + REGEX_CHINESE_ALL : String
{static} + REGEX_CHINESE_ALL2 : String
{static} + REGEX_CONTAIN_NUMBER : String
{static} + REGEX_EMAIL : String
{static} + REGEX_IP_ADDR : String
{static} + REGEX_LETTER : String
{static} + REGEX_NICKNAME : String
{static} + REGEX_NUMBER : String
{static} + REGEX_NUMBER_OR_DECIMAL : String
{static} + REGEX_NUMBER_OR_LETTER : String
{static} + REGEX_PASSWORD : String
{static} + REGEX_REALNAME : String
{static} + REGEX_SPACE : String
{static} + REGEX_SPECIAL : String
{static} + REGEX_URL : String
{static} + REGEX_USERNAME : String
{static} + REGEX_WX : String
{static} - TAG : String
{static} + isChinese()
{static} + isChineseAll()
{static} + isContainChinese()
{static} + isContainNumber()
{static} + isEmail()
{static} + isIPAddress()
{static} + isLetter()
{static} + isNickName()
{static} + isNumber()
{static} + isNumberDecimal()
{static} + isNumberLetter()
{static} + isPassword()
{static} + isRealName()
{static} + isSpec()
{static} + isUrl()
{static} + isUserName()
{static} + isWx()
{static} + match()
- ValidatorUtils()
}
}
}
}
}
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
|
db7ec023a42d908d748931b813011c696e13dccb | 12aea82a7622027dd534697648414a6807c50499 | /public/images/2021-02-15-uml2.puml | 1c28dc11b83ca928f09f9455ce7841180aac6c63 | [] | no_license | appkr/blog | 5db7381d19245e247156b563a2a2739a73570097 | c5c2ac518c4a0be4043561f9728450fbe5f36d82 | refs/heads/master | 2023-05-26T07:30:32.071734 | 2023-05-21T09:59:31 | 2023-05-21T09:59:31 | 50,938,568 | 2 | 4 | null | 2020-07-15T13:52:38 | 2016-02-02T17:33:03 | HTML | UTF-8 | PlantUML | false | false | 1,254 | puml | @startuml
package App {
class TokenAuthenticate {
- tokenParser: TokenParser
+ handle(Request, Closure): Closure
}
}
package Infra {
class TokenExtractor {
+ {static} extract(Request): string
}
class TokenParser {
+ tokenKeyProvider: TokenKeyProvider
+ parse(jwtString: string): Token
}
class Token {
- tokenString: string
- userName: UUID
- exp: Carbon
- iat: Carbon
- jti: string
}
interface TokenKeyProvider {
+ getKey(): string
}
class UaaTokenKeyProvider implements TokenKeyProvider {
- httpClient: GuzzleClient
- config: string[]
}
class CacheableTokenKeyProvider implements TokenKeyProvider {
- delegate: TokenKeyProvider
- cacheRepository: CacheRepository
}
class TokenKeyResponse {
- alg: string
- key: string
}
}
package JWT {
class JWT {
+ decode(jwtString: string, publicKey: string, algorithm: string[]): stdClass
}
}
TokenAuthenticate --> TokenExtractor
TokenAuthenticate --> TokenParser
TokenParser --> TokenKeyProvider
TokenParser --> Token
Token --> JWT
UaaTokenKeyProvider --> TokenKeyResponse
CacheableTokenKeyProvider --> TokenKeyProvider
CacheableTokenKeyProvider --> TokenKeyResponse
@enduml
|
cc55b1e58519e015acb22f45cdbd1d32ccdfb83f | 84e5143e74fcf5d04316b1abdbf9c1efa03a146d | /Bench/Assets/AssetsInno/Scripts/Architecture.puml | c567fc9a887701df2188c755e13696d7af32363d | [] | no_license | ltomada/LightSpeedMender | 2523e7c50948f76b807bf1b8590b2646e0d6cd4c | 8276836fa6927105f27bbd67e925253a12db4ffa | refs/heads/main | 2023-01-28T12:29:21.189779 | 2020-11-18T07:13:33 | 2020-11-18T07:13:33 | 313,850,515 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 846 | puml | @startuml
hide empty members
package Items <<Rectangle>>{
class Resources<<M, yellow>>{
}
class RepairingItems <<M, yellow>>{
}
}
package Inside <<Rectangle>>{
class ShipStats<<S, red>>{
}
class BrokenShipInside<<M, yellow>>{
}
class Riddle <<M, yellow>>{
}
BrokenShipInside -- Riddle
}
package Player <<Rectangle>>{
class PlayerStats<<S, red>>{
}
class PlayerController<<M, yellow>>{
}
}
package Outside <<Rectangle>>{
class BrokenShip <<M, yellow>>{
}
class FightShip <<M, yellow>>{
}
class Meteors <<M, yellow>>{
}
BrokenShip -- Meteors
FightShip -- Meteors
}
Outside -- Items
Player -- Inside
Player -- Outside
@enduml |
bd92e8770adfb3d7ebf25b8849c0d7af06d7d375 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderSetLineItemCustomFieldAction.puml | 228a472929a3b1df4f7d9a2b893b86cac9821306 | [] | 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 | 562 | 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 StagedOrderSetLineItemCustomFieldAction [[StagedOrderSetLineItemCustomFieldAction.svg]] extends StagedOrderUpdateAction {
action: String
lineItemId: String
lineItemKey: String
name: String
value: [[Object.svg Object]]
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
|
12362580d3a001c2e38898bea1d15997c7a84db1 | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /serviceSchema/ip/uml/ipSls.puml | fed0f277cc1f69e3a4e67c3a84dcf149ae131606 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Legato-SDK | b2ed422108f4bbb5d3aff27123d3f31305fd808f | 7f723970592cc5020aaaa0d2ffe30de6a73b3d97 | refs/heads/working-draft | 2023-07-06T06:44:01.113378 | 2023-06-23T14:14:48 | 2023-06-23T14:14:48 | 94,903,642 | 5 | 4 | Apache-2.0 | 2022-05-04T10:22:56 | 2017-06-20T15:00:38 | null | UTF-8 | PlantUML | false | false | 2,734 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class IpSls << (D, Gray) >> {
startTime: DateTime [1]
periodOfTime: Duration [1]
oneWayMeanPacketDelay: OneWayMeanPacketDelay [0..*]
oneWayInterPacketDelayVariation:OneWayInterPacketDelayVariation [0..*]
oneWayPacketDelayPercentile: OneWayPacketPercentile [0..*]
oneWayPacketDelayRange: OneWayPacketDelayRange [0..*]
oneWayPacketLossRatio: OneWayPacketLossRatio [0..*]
serviceUptime: ServiceUpTime [0..*]
meanTimeToRepair: MeanTimeToRepair [0..*]
locationList: Location [1..*]
}
class OneWayMeanPacketDelayPercentile << (D, Gray) >> {
cosName: String [1]
slsRpPairs: SlsRpPair [1..*]
packetDelayPercentile: Percentage [1]
packetDelayObjective: Real [1]
}
class OneWayMeanPacketDelay << (D, Gray) >> {
cosName: String [1]
slsRpPairs: SlsRpPair [1..*]
packetArrivalTimeDifference: Real [1]
interPacketDelayVariationPercentile: Percentage [1]
interPacketDelayVariationObjective: Real [1]
}
class OneWayMeanPacketDelayVariation << (D, Gray) >> {
cosName: String [1]
slsRpPairs: SlsRpPair [1..*]
meanPacketDelayObjective: Real [1]
}
class OneWayMeanPacketDelayRange << (D, Gray) >> {
cosName: String [1]
slsRpPairs: SlsRpPair [1..*]
packetDelayRangeObjective: Real [1]
packetDelayRangePercentile: Percentage [1]
}
class OneWayPacketLossRatio << (D, Gray) >> {
cosName: String [1]
slsRpPairs: SlsRpPair [1..*]
packetLossRatioObjective: Percentile [1]
}
class ServiceUpTime << (D, Gray) >> {
serviceUpTime: Percentile [1]
}
class MeanTimeToRepair<< (D, Gray) >> {
name: String [1]
mttrObjective: Duration [1]
}
class SlsRpPair<< (D, Gray) >> {
toSlsReferencePoint: SlsReferencePoint [1]
fromSlsReferencePoint: SlsReferencePoint [1]
}
class Location << (D, Gray) >> {
}
abstract class SlsReferencePoint << (D, Gray) >> {
}
class IpvcEndPoint << (D, Gray) >> {
}
IpSls "1" *--> "1..*" OneWayMeanPacketDelayPercentile
IpSls "1" *--> "1..*" OneWayMeanPacketDelay
IpSls "1" *--> "1..*" OneWayMeanPacketDelayVariation
IpSls "1" *--> "1..*" OneWayMeanPacketDelayRange
IpSls "1" *--> "1..*" OneWayPacketLossRatio
IpSls "1" *--> "1..*" ServiceUpTime
IpSls "1" *--> "1..*" MeanTimeToRepair
OneWayMeanPacketDelayPercentile "1" *--> "1..*" SlsRpPair
OneWayMeanPacketDelay "1" *--> "1..*" SlsRpPair
OneWayMeanPacketDelayVariation "1" *--> "1..*" SlsRpPair
OneWayMeanPacketDelayRange "1" *--> "1..*" SlsRpPair
OneWayPacketLossRatio "1" *--> "1..*" SlsRpPair
SlsRpPair "*" --> "1" SlsReferencePoint
SlsRpPair "*" --> "1" SlsReferencePoint
IpvcEndPoint --|> SlsReferencePoint
Location --|> SlsReferencePoint
@enduml |
6dbdd9613659fe06d754bda61999da1ab71115a9 | 26155ed42dc07d3a243310dde747ad5321f77dc7 | /ProjectsAdmin/src/utn/frre/lab2/lab2.plantuml | edf10b69e37f3ad2c4eb7e46c2260aac4fa3b87f | [] | no_license | Leitee/Java-Exercies | d04b60c5cf1e6cbee2b1e706b2f4642803c56bdf | cecaf1fb4ccc975a48d2b6f903bca71c3d323a2c | refs/heads/master | 2020-03-26T17:46:57.292471 | 2019-02-05T15:59:08 | 2019-02-05T15:59:08 | 145,180,074 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,140 | plantuml | @startuml
title __LAB2's Class Diagram__\n
package utn.frre.lab2 {
class Hito {
+ Hito()
}
}
package utn.frre.lab2 {
interface ICalculable {
{abstract} + getCost()
{abstract} + getDuration()
}
}
package utn.frre.lab2 {
class Programmer {
+ getCost()
+ Programmer()
}
}
package utn.frre.lab2 {
class Project {
- description : String
+ Project()
+ getCost()
+ getDuration()
+ toString()
}
}
package utn.frre.lab2 {
class ProjectCustomException {
+ ProjectCustomException()
}
}
abstract class PrintStreamOrWriter {
- PrintStreamOrWriter()
{abstract} ~ lock()
{abstract} ~ println()
}
class SentinelHolder {
{static} + STACK_TRACE_ELEMENT_SENTINEL : StackTraceElement
{static} + STACK_TRACE_SENTINEL : StackTraceElement[]
- SentinelHolder()
}
class WrappedPrintStream {
- printStream : PrintStream
~ WrappedPrintStream()
~ lock()
~ println()
}
class WrappedPrintWriter {
- printWriter : PrintWriter
~ WrappedPrintWriter()
~ lock()
~ println()
}
package utn.frre.lab2 {
abstract class Resource {
# id : int
# name : String
# cost : float
+ getId()
+ getName()
{abstract} # getCost()
+ Resource()
}
}
package utn.frre.lab2 {
class Summary {
+ Summary()
+ getCost()
+ getDuration()
+ toString()
}
}
package utn.frre.lab2 {
class Task {
- resources : List<Resource>
+ addResources()
+ getResources()
+ Task()
+ setNextTask()
+ getCost()
+ getDuration()
+ toString()
}
}
package utn.frre.lab2 {
abstract class TaskBase {
# id : int
# name : String
# startDate : Date
# endDate : Date
# progress : float
+ getId()
+ getName()
+ getStartDate()
+ getEndDate()
+ getProgress()
+ setProgress()
+ setNextTask()
+ getNextTask()
+ TaskBase()
+ hasNextTask()
+ equals()
+ hashCode()
}
}
package utn.frre.lab2 {
abstract class TaskGroup {
+ TaskGroup()
# closeTask()
}
}
package utn.frre.lab2 {
class TestProject {
{static} + main()
}
}
Hito -up-|> TaskBase
Programmer -up-|> Resource
Project -up-|> TaskGroup
ProjectCustomException +-down- PrintStreamOrWriter
ProjectCustomException +-down- SentinelHolder
ProjectCustomException +-down- WrappedPrintStream
ProjectCustomException +-down- WrappedPrintWriter
Summary -up-|> TaskGroup
Task -up-|> TaskGroup
TaskBase o-- TaskBase : nextTask
TaskGroup -up-|> ICalculable
TaskGroup -up-|> TaskBase
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
|
1cabe7af8f25b60a7e7f2da7c9a01cace9794f3e | 77ca229438244df1616594a24c28c82f6e293aa1 | /plantuml/Models.puml | dcc780290c57964e5f63abcbc399e4ee90fe8ed0 | [] | no_license | RinwaOwuogba/NameOuterSpace | 4d12cfcbcaaaa9d0acccb88fee7f4518c2e2f193 | 2872e05434296b8d4a8ce9f79494416f8d06088f | refs/heads/master | 2023-08-17T09:19:32.903887 | 2021-09-21T11:29:41 | 2021-09-21T11:29:41 | 391,706,946 | 4 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 933 | puml | @startuml
class MetaDetails {
+ Id : int <<get>> <<set>>
+ repositoryPath : string <<get>> <<set>>
+ indexedDocumentCount : int <<get>> <<set>>
+ lastRepoTraverseTime : DateTime? <<get>> <<set>>
}
class FileDocument {
+ Id : int <<get>> <<set>>
+ Filename : string <<get>> <<set>>
+ MD5Hash : string <<get>> <<set>>
+ {static} CalculateMD5Hash(pathToFile:string) : string
}
class WordDocument {
+ Word : string <<get>>
+ TotalOccurence : long <<get>>
+ WordDocument(word:string)
+ WordDocument(_id:ObjectId, word:string, doc:Dictionary<int, long>, totalOccurrence:long)
+ RemoveDoc(docId:int) : void
+ AddDoc(docId:int, occurences:long) : void
+ <<override>> ToString() : string
}
class "List`1"<T> {
}
class "Dictionary`2"<T1,T2> {
}
MetaDetails --> "stopWords<string>" "List`1"
WordDocument --> "Id" ObjectId
WordDocument --> "Documents<int,long>" "Dictionary`2"
@enduml
|
c46a6429b1c2d7f0f75e1945b7d50d875ef363da | fcc896f3a3e3fa785ded350f2337e1a193f7f004 | /ShoppersDenApp/src/main/java/com/shoppersDenApp/models/models.plantuml | bc71cb3971610364b567d1efc5a5c5dca26fd955 | [] | no_license | SivaGirish-TUL-LF/ShoppersDenApp | cf6cb5e813490bc269b5d773a787b158cae81b84 | 24a243832c0eab9de0acd447b6b3ad72db63d13c | refs/heads/main | 2023-03-14T06:24:02.127866 | 2021-02-22T15:28:57 | 2021-02-22T15:28:57 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,194 | plantuml | @startuml
title __MODELS's Class Diagram__\n
namespace com.shoppersDenApp.models {
class com.shoppersDenApp.models.Address {
- address : String
- city : String
- country : String
- state : String
- zip : long
+ Address()
+ Address()
+ equals()
+ getAddress()
+ getCity()
+ getCountry()
+ getState()
+ getZip()
+ hashCode()
+ setAddress()
+ setCity()
+ setCountry()
+ setState()
+ setZip()
+ toString()
# canEqual()
}
}
namespace com.shoppersDenApp.models {
class com.shoppersDenApp.models.Admin {
- a_name : String
- a_pwd : String
+ Admin()
+ Admin()
+ equals()
+ getA_name()
+ getA_pwd()
+ hashCode()
+ setA_name()
+ setA_pwd()
+ toString()
# canEqual()
}
}
namespace com.shoppersDenApp.models {
class com.shoppersDenApp.models.Cart {
- billAmt : double
- cartTable : Hashtable<Product, Integer>
- user_id : long
+ Cart()
+ Cart()
+ equals()
+ getBillAmt()
+ getCartTable()
+ getUser_id()
+ hashCode()
+ insertIntoCart()
+ removeFromCart()
+ setBillAmt()
+ setCartTable()
+ setUser_id()
+ toString()
+ updateCart()
# canEqual()
}
}
namespace com.shoppersDenApp.models {
class com.shoppersDenApp.models.Category {
- category_id : long
- category_name : String
}
}
namespace com.shoppersDenApp.models {
class com.shoppersDenApp.models.Customer {
- customer_id : long
- email : String
- name : String
- phoneNo : long
- pwd : String
- secretA : String
- secretQ : String
+ Customer()
+ Customer()
+ equals()
+ getAddress()
+ getCustomer_id()
+ getEmail()
+ getName()
+ getPhoneNo()
+ getPwd()
+ getSecretA()
+ getSecretQ()
+ hashCode()
+ setAddress()
+ setCustomer_id()
+ setEmail()
+ setName()
+ setPhoneNo()
+ setPwd()
+ setSecretA()
+ setSecretQ()
+ toString()
# canEqual()
}
}
namespace com.shoppersDenApp.models {
class com.shoppersDenApp.models.Product {
- cate_id : long
- dom : LocalDate
- img_url : String
- price : double
- prod_desc : String
- prod_id : long
- prod_name : String
+ Product()
+ Product()
+ equals()
+ getCate_id()
+ getDom()
+ getImg_url()
+ getPrice()
+ getProd_desc()
+ getProd_id()
+ getProd_name()
+ hashCode()
+ setCate_id()
+ setDom()
+ setImg_url()
+ setPrice()
+ setProd_desc()
+ setProd_id()
+ setProd_name()
+ toString()
# canEqual()
}
}
namespace com.shoppersDenApp.models {
class com.shoppersDenApp.models.Transaction {
- cost : double
- customerId : long
- dop : LocalDate
- productId : long
- productName : String
- quantity : int
- transactionId : long
+ Transaction()
+ Transaction()
+ equals()
+ getCost()
+ getCustomerId()
+ getDop()
+ getProductId()
+ getProductName()
+ getQuantity()
+ getTransactionId()
+ hashCode()
+ setCost()
+ setCustomerId()
+ setDop()
+ setProductId()
+ setProductName()
+ setQuantity()
+ setTransactionId()
+ toString()
# canEqual()
}
}
com.shoppersDenApp.models.Customer o-- com.shoppersDenApp.models.Address : address
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
|
b97bfb3de6fa755dc1bd68124a677d643f5039d8 | befe83eaa5884c2e79ccf44f5e912c78953b2d20 | /docs/source/uml/op.puml | 0f8cd46d8a32dc88b505e2bbd20af9e86374202f | [
"MIT"
] | permissive | CCI-Tools/cate | e2156deaf1acd8862a8b3b377cc834bf01a45752 | c7b914f93544c9c771f6796a605f95a55c542c13 | refs/heads/master | 2023-09-01T04:20:02.237904 | 2023-08-29T10:28:52 | 2023-08-29T10:28:52 | 54,632,786 | 40 | 14 | MIT | 2023-04-19T09:27:27 | 2016-03-24T10:11:06 | Python | UTF-8 | PlantUML | false | false | 741 | puml | @startuml
object globals {
OP_REGISTRY: OpRegistry
@op(**properties)
@op_input(name, **properties)
@op_output(name, **properties)
}
note bottom of globals
Plugins can extend OP_REGISTRY
by adding new operations to it.
To register a Python function or
class, the @op, @op_input,
@op_output decorators are used.
end note
class OpRegistry {
get_op(name): Operation
add_op(operation): Operation
remove_op(operation): Operation
}
class Operation {
operation: object
__call__(*args, **kwargs): object
}
class OpMetaInfo {
qualified_name : str
header : OrderedDict
inputs : OrderedDict
outputs : OrderedDict
}
OpRegistry o--> "N" Operation
Operation --> OpMetaInfo: op_meta_info
@enduml |
b3ea62c60ad22c38a0153aabc0453e36f4ea9580 | 4b81e72878f40b705ac32cf8e136311dc4dc3699 | /app/src/main/java/sud_tanj/com/icare/Frontend/Icon/Icon.plantuml | cf9496c3554c805f37538c484b89938351c93dbb | [] | no_license | sudtanj/iCare-PHR | 826f6e1ffa0b4217ed128a36386a7494e22c521e | 2d334a5dd7854b8cc204dd8adbe9f74d86c7d694 | refs/heads/master | 2020-03-23T04:46:07.948787 | 2019-12-22T03:22:09 | 2019-12-22T03:22:09 | 141,104,375 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 491 | plantuml | @startuml
title __ICON's Class Diagram__\n
package sud_tanj.com.icare {
package sud_tanj.com.icare.Frontend.Icon {
class IconBuilder {
{static} - context : Context
{static} + init()
{static} + get()
{static} + get()
}
}
}
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
|
e48106daa9878ab3278dd3cb53ee709ca23eb80a | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/creation-factory-method-pattern/src/main/resources/static/diagram.puml | c5cb61a70423f971fee5e5d8399ad9a206a6cb2f | [] | no_license | sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005870 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 446 | puml | @startuml
AbstractFactory *-- Product
interface Product {
+void operation()
}
class ConcreteProductA implements Product {
+void operation()
}
class ConcreteProductB implements Product {
+void operation()
}
interface AbstractFactory {
+Product createProduct()
}
class ConcreteFactoryA implements AbstractFactory {
+Product createProduct()
}
class ConcreteFactoryB implements AbstractFactory {
+Product createProduct()
}
@enduml |
ec19ba76ce8872b2ac2ba5ca21d022f785648597 | 5e255ea09ba5699f00f925fc9380c0bddfe3d95b | /src/model/impl/impl.plantuml | 2d57c9f03e30cb675aea921b09d5708602ecf4b5 | [] | no_license | assane-sakho/ArchSI_Td_Angular | 22cb10923984057a262020185dc1ad652fd2b297 | c653c5306a809c3af3154e44b3dae73c4a442b7b | refs/heads/master | 2023-03-30T16:22:22.750634 | 2021-04-01T23:11:55 | 2021-04-01T23:11:55 | 339,192,350 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,967 | plantuml | @startuml
title __IMPL's Class Diagram__\n
namespace model.impl {
class model.impl.Administrator {
- firstname : String
- id : int
- lastname : String
- login : String
- mdp : String
+ Administrator()
+ getFirstname()
+ getId()
+ getLastname()
+ getLogin()
+ getMdp()
+ setFirstname()
+ setLastname()
+ setLogin()
+ setMdp()
}
}
namespace model.impl {
class model.impl.Article {
- brand : String
- picture : String
- price : Double
+ Article()
+ getBrand()
+ getCategory()
+ getPicture()
+ getPrice()
+ setBrand()
+ setCategorie()
+ setLibelle()
+ setPicture()
+ setPrice()
+ toString()
}
}
namespace model.impl {
class model.impl.Category {
- articles : List<Article>
- categorieParent : Optional<Category>
- sousCategories : List<Category>
+ Category()
+ Category()
+ Category()
+ Category()
+ addArticle()
+ addChild()
+ addChildren()
+ deleteArticle()
+ getArticles()
+ getChildren()
+ getParent()
+ getSubArticles()
+ setParent()
+ toString()
+ updateArticle()
}
}
namespace model.impl {
abstract class model.impl.ComponentImpl {
# id : int
# libelle : String
+ getId()
+ getLibelle()
# ComponentImpl()
}
}
namespace model.impl {
class model.impl.Shop {
- address : String
- admins : List<Administrator>
- categories : List<Category>
- contact : String
- description : String
- idArticle : int
+ AddCategories()
+ Shop()
+ addAdmin()
+ addAdmins()
+ addArticle()
+ deleteAdmin()
+ deleteAdmins()
+ deleteArticle()
+ getAddress()
+ getAdmins()
+ getArticleById()
+ getArticles()
+ getArticlesByCategory()
+ getArticlesByCategory()
+ getCategory()
+ getCategory()
+ getContact()
+ getDescription()
+ getIdArticle()
+ getMainCategories()
+ getSubCategories()
+ toString()
+ updateAdmin()
+ updateArticle()
}
}
model.impl.Article -up-|> model.impl.ComponentImpl
model.impl.Article -> model.impl.Category : category
model.impl.Category .up.|> model.api.IComposite
model.impl.Category -up-|> model.impl.ComponentImpl
model.impl.ComponentImpl .up.|> model.api.IComponent
model.impl.Shop -up-|> model.impl.ComponentImpl
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
|
16d12b88cbebed908f7ae49077c096b28cb32711 | 53171f99b9c35cbc19968d53c949e5938f6e8047 | /UML/class_diagrams/Qibla.puml | 5aebcdbdd53ece727daf9029531dac234c6d8514 | [
"MIT"
] | permissive | tockards/Adhan | f40b060331a974a73908f41a7d8003909745d76f | 93239a1634634d1833f56b2ff18f9de5a9c14ac9 | refs/heads/master | 2020-03-28T04:10:46.405943 | 2018-09-12T20:00:18 | 2018-09-12T20:00:18 | 147,698,739 | 0 | 0 | MIT | 2018-09-06T16:00:06 | 2018-09-06T16:00:06 | null | UTF-8 | PlantUML | false | false | 131 | puml | @startuml
class Qibla{
+Qibla(Coordinates coordinates)
-MAKKAH : Coordinates = 21.4225241, 39.8261818
+direction : double
}
@enduml |
9e7bbdfca394f7c56e1d82bd2ad3146cc7344abd | d23b8f4627d68cc4e4c8d999183332440a557d63 | /gmf/GoldMoreFund/app/uml/class_diagram.puml | 198914e89d67a8459afaa1cdc5dc0b5a5d91847a | [] | no_license | doitlite/GMF | e856670238b3f6e2efc1ffa5539f8b31dcf99ba4 | dad6a448fd5ba2d8511fa157703146bfe87ef82c | refs/heads/master | 2021-01-12T14:25:44.697064 | 2016-09-05T02:25:46 | 2016-09-05T02:25:46 | 69,429,886 | 1 | 0 | null | 2016-09-28T05:46:40 | 2016-09-28T05:46:39 | null | UTF-8 | PlantUML | false | false | 337 | puml | @startuml
title Simple Class Diagram
package "Package One" {
class Class01 {
- mField1 : Int
- mField2 : String
- mField3 : String
+ func1() : String
# func2() : void
- func3() : String
}
class Class02
}
package "Package Two" {
class Class03
class Class04
}
Class01 <|-- Class02
Class03 o-- Class04
@enduml |
999b51da9cf3cdde918b2a0260e1c2dabcddec19 | e95b540dc3376644e4711a7755cd6d35db66d362 | /Actividades/A5.1.Osbert/osbertCD.puml | d6f8d662b118715fbf6aaa649df9a162c1212b00 | [] | no_license | Aarzh/A01023376_AyMSS18 | bc7d3e5647be3545d68745fc1b0fa13133ac2b31 | 233175047cd3f61f9f3dd1c0dd7c9d6a90bf76ca | refs/heads/master | 2021-05-12T14:35:14.542072 | 2018-05-15T22:43:11 | 2018-05-15T22:43:11 | 116,961,356 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 595 | puml | @startuml
mix_actor Osbert
class Galeria{
-cuadros : Cuadro
}
Class Cliente{
+nombre:string
+direccion:string
}
class Cuadro{
- autor : string
- anio: int
- cost : float
}
class Compra{
+getCost()
}
class Auctions{
-listOfAuctions<Auction>: Auction
+getInfo(string author, int year) : Action
+busqueda(string author, int year) : Galeria
}
class Auction{
-nombreVendedor : string
+getAutor()
+getAnio()
+getCost()
}
Auctions*--|>Auction
Galeria*--|>Cuadro
Auction*--|>Cliente
Auctions-->Galeria
Cliente-->Compra
Compra--Cuadro
@end
|
d1c403f41e8d0df64c35a16cb73ef0199b1383a7 | fe637e269d77235f784ef2b1247ec671a2758cff | /cart-service/cart-service.plantuml | 8335ec85a5d7d438da9fe4d612b7de20b3f273e0 | [] | no_license | Software-Architecture-CS5722-Group/E-commerce | 69ae28d633d69d72e3f5bda04cecb746d6d53030 | 7defdcb8bb16f28bc57d2d23db02544253304084 | refs/heads/main | 2023-07-17T09:05:40.188643 | 2021-05-24T23:12:35 | 2021-05-24T23:12:35 | 363,711,507 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,107 | plantuml | @startuml
title __CART-SERVICE's Class Diagram__\n
namespace com.groupjn.cartservice {
class com.groupjn.cartservice.CartServiceApplication {
}
}
namespace com.groupjn.cartservice {
namespace configuration {
class com.groupjn.cartservice.configuration.ShoppingConfiguration {
}
}
}
namespace com.groupjn.cartservice {
namespace controller {
class com.groupjn.cartservice.controller.CartController {
}
}
}
namespace com.groupjn.cartservice {
namespace entity {
class com.groupjn.cartservice.entity.Cart {
}
}
}
namespace com.groupjn.cartservice {
namespace memento {
class com.groupjn.cartservice.memento.CartItem {
}
}
}
namespace com.groupjn.cartservice {
namespace memento {
class com.groupjn.cartservice.memento.CartItemsMementoTakeCarer {
}
}
}
namespace com.groupjn.cartservice {
namespace memento {
interface com.groupjn.cartservice.memento.IMementoCareTaker {
}
}
}
namespace com.groupjn.cartservice {
namespace memento {
class com.groupjn.cartservice.memento.ShoppingCart {
}
}
}
namespace com.groupjn.cartservice {
namespace memento {
class com.groupjn.cartservice.memento.ShoppingCartChangeTracker {
}
}
}
namespace com.groupjn.cartservice {
namespace repository {
interface com.groupjn.cartservice.repository.CartRepository {
}
}
}
namespace com.groupjn.cartservice {
namespace service {
interface com.groupjn.cartservice.service.CartService {
}
}
}
namespace com.groupjn.cartservice {
namespace service {
class com.groupjn.cartservice.service.CartServiceImpl {
}
}
}
namespace com.groupjn.cartservice {
namespace vao {
class com.groupjn.cartservice.vao.ProductSummary {
}
}
}
namespace com.groupjn.cartservice {
namespace vao {
class com.groupjn.cartservice.vao.ProductToCart {
}
}
}
com.groupjn.cartservice.controller.CartController o-- com.groupjn.cartservice.memento.ShoppingCart : shoppingCart
com.groupjn.cartservice.controller.CartController o-- com.groupjn.cartservice.memento.ShoppingCartChangeTracker : shoppingCartTracker
com.groupjn.cartservice.controller.CartController o-- com.groupjn.cartservice.service.CartService : cartService
com.groupjn.cartservice.memento.CartItemsMementoTakeCarer .up.|> com.groupjn.cartservice.memento.IMementoCareTaker
com.groupjn.cartservice.memento.ShoppingCartChangeTracker o-- com.groupjn.cartservice.memento.ShoppingCart : _shoppingCart
com.groupjn.cartservice.service.CartServiceImpl .up.|> com.groupjn.cartservice.service.CartService
com.groupjn.cartservice.service.CartServiceImpl o-- com.groupjn.cartservice.repository.CartRepository : cartRepository
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
|
4b9f8de8a1916afc52f8d9ae3dd1f8cbce02e9a1 | 886ee597e0915d74b05edebb82f6f689b7a50e39 | /app/src/androidTest/java/edu/uwrf/workoutapp/workoutapp.plantuml | beafc7cf4e9525a5c4736af4faf5e45de0c396b4 | [] | no_license | lshenker/level-up-fitness | 92b0818aab47c65b2746355d5e88407f6aee846f | dbcf412167c48d70e99045295ebd508c798ee218 | refs/heads/master | 2020-04-10T14:39:55.373549 | 2018-12-17T21:44:35 | 2018-12-17T21:44:35 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 358 | plantuml | @startuml
title __WORKOUTAPP's Class Diagram__\n
package edu.uwrf.workoutapp {
class ExampleInstrumentedTest {
+ useAppContext()
}
}
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
|
18b514034d52b79824f4ab233f849297faaebe25 | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 2_ Patrones de Diseño Creacionales/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/behavioral/iterator/class-diagram.puml | a2e9ac0646f6472a7855ab9bb00b03d6d0d9eb1e | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 635 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title Iterator Pattern
interface Iterator{
+ boolean hasNext()
+ Object next()
}
class ConcreteIterator implements Iterator{
+ boolean hasNext()
+ Object next()
}
interface Aggregator{
+ Iterator createIterator()
}
class ConcreteAggregator implements Aggregator{
+ Iterator createIterator()
}
ConcreteAggregator --> ConcreteIterator: create
class Client
Client --> Iterator
Client --> Aggregator
@enduml |
5e2f3aa0813d5d9035b51431f0bb3bbfd9eb9129 | 105171abc9ad1f14285ff1e839ce907a44a06195 | /out/production/Build-A-Net/neuralNetwork/components/layers/layers.plantuml | b422a6ee42d13a3332b542b168e9e2afe1aabfab | [] | no_license | Sam-Malpass/Build-A-Net | 517e20ff04764fc104db7e063da35a38bafff26f | e8259a031b588cd6087cc94f2349bcbb751fb4a2 | refs/heads/master | 2022-12-08T17:01:09.936646 | 2020-09-11T06:46:10 | 2020-09-11T06:46:10 | 232,276,459 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,370 | plantuml | @startuml
title __LAYERS's Class Diagram__\n
namespace neuralNetwork {
namespace components.layers {
class neuralNetwork.components.layers.HiddenLayer {
+ HiddenLayer()
+ calculateOutputs()
+ connect()
+ findDeltas()
+ findWeightedDeltas()
+ updateWeights()
}
}
}
namespace neuralNetwork {
namespace components.layers {
class neuralNetwork.components.layers.InputLayer {
+ InputLayer()
+ calculateOutputs()
+ connect()
+ findDeltas()
+ findWeightedDeltas()
+ generateWeights()
+ updateWeights()
}
}
}
namespace neuralNetwork {
namespace components.layers {
abstract class neuralNetwork.components.layers.Layer {
- deltas : ArrayList<Double>
- neurons : ArrayList<Neuron>
- outputs : ArrayList<Double>
{static} - serialversionUID : long
+ Layer()
+ addNeuron()
{abstract} + calculateOutputs()
{abstract} + connect()
{abstract} + findDeltas()
{abstract} + findWeightedDeltas()
+ generateIDs()
+ generateWeights()
+ getDeltas()
+ getNeuron()
+ getNeurons()
+ getOutputs()
+ initializeLayer()
+ insertNeuron()
+ numNeurons()
+ removeNeuron()
+ setNeurons()
{abstract} + updateWeights()
}
}
}
namespace neuralNetwork {
namespace components.layers {
class neuralNetwork.components.layers.OutputLayer {
+ OutputLayer()
+ calculateOutputs()
+ connect()
+ findDeltas()
+ findWeightedDeltas()
+ updateWeights()
}
}
}
neuralNetwork.components.layers.HiddenLayer -up-|> neuralNetwork.components.layers.Layer
neuralNetwork.components.layers.InputLayer -up-|> neuralNetwork.components.layers.Layer
neuralNetwork.components.layers.Layer .up.|> java.io.Serializable
neuralNetwork.components.layers.OutputLayer -up-|> neuralNetwork.components.layers.Layer
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
|
547a30c4bb78c13518d7375cef8e8f731bc484eb | e3f608b2d2d160553212e823e0783e7d08f24c7b | /exercise42/docs/main.puml | ae70468253d76b8b8306d605a487863e58fac9ae | [] | no_license | nader-fares/fares-a04 | 3635a6f457bed61957ba581c90cca9a7ecf38299 | 3232d3ff5b3e4204189b67c6bd8f019dfce49873 | refs/heads/main | 2023-09-04T05:42:59.179310 | 2021-10-18T02:27:26 | 2021-10-18T02:27:26 | 415,470,723 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 348 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Solution42 {
List<Employee> employeeList
+main(String[])
+getFileLine(BufferedReader reader): String
+writeToFile(List<Employee> employeeList): String
}
class Employee {
-String lastName
-String firstName
-String salary
'constructor
+outputString(): String
}
Solution42 o-- Employee
@enduml |
8e9200b600dd642bb332a89f638a9796f3ce5df6 | 54ebd9eb2ddadc17b215617d96fac1f93f4acfef | /structural/decorator/decorator-clothes-problem.puml | d82c5307f62b5d2be52448ec71d855d8da5372a9 | [] | no_license | cesarkohl/design-patterns | acb42191662c141f064d9c90426dfd4491d43dfe | 991f83d0076b0a69e9d6b7c1163cf49fde3bfcbf | refs/heads/main | 2023-06-11T07:16:18.484116 | 2023-05-28T14:41:01 | 2023-05-28T14:41:01 | 199,520,479 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 528 | puml | @startuml
note as n1
const person = new PersonTeeShirtCoat();
person.wearing();
end note
interface IPerson {
+ wearing(): string;
}
class Person implements IPerson {
+ wearing(): string {\n return "I'm naked"\n}
}
class PersonTeeShirt implements IPerson {
+ wearing(): string {\n return "TeeShirt";\n}
}
class PersonCoat implements IPerson {
+ wearing(): string {\n return "Coat";\n}
}
class PersonTeeShirtCoat implements IPerson {
+ wearing(): string {\n return "Coat + TeeShirt";\n}
}
@enduml |
141bf3f7ac067fae97f55067e1c73afffcb8198a | f2893b3141066418b72f1348da6d6285de2512c6 | /modelViewPresenter/presentationModel/withComposite/docs/diagrams/src/paquetes.plantuml | c4548a31086df09eb2d32fc85b99ad127d583057 | [] | no_license | x-USantaTecla-game-connect4/java.swing.socket.sql | 26f8028451aab3c8e5c26db1b1509e6e84108b0d | 28dcc3879d782ace1752c2970d314498ee50b243 | refs/heads/master | 2023-09-01T11:43:43.053572 | 2021-10-16T16:19:50 | 2021-10-16T16:19:50 | 417,161,784 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 18,173 | plantuml | @startuml paqueteTicTacToe
class View as "usantatecla.tictactoe.views.\nView" {}
class Logic as "usantatecla.tictactoe.controllers.\nLogic" {}
class Controller as "usantatecla.tictactoe.controllers.\nController"
class usantatecla.tictactoe.TicTacToe{
# TicTacToe()
# play()
+ main(String[])
}
usantatecla.tictactoe.TicTacToe *-down-> View
usantatecla.tictactoe.TicTacToe *-down-> Logic
usantatecla.tictactoe.TicTacToe .down.> Controller
@enduml
@startuml paqueteTicTacToeViews
interface AcceptorController as "usantatecla.tictactoe.controllers.\nAcceptorController"
interface ControllerVisitor as "usantatecla.tictactoe.controllers.\nControllerVisitor"
class PlayController as "usantatecla.tictactoe.controllers.\nPlayController"
class ResumeController as "usantatecla.tictactoe.controllers.\nResumeController"
class StartController as "usantatecla.tictactoe.controllers.\nStartController"
class Console as "utils.Console"
class Command as "utils.Command"
class Menu as "utils.Menu"
class YesNoDialog as "utils.YesNoDialog"
class usantatecla.tictactoe.views.BoardView{
- playController: PlayController
~ BoardView(PlayController)
~ write(): void
}
usantatecla.tictactoe.views.BoardView .down.> Console
usantatecla.tictactoe.views.BoardView ..> PlayController
class usantatecla.tictactoe.views.Command{
# playController: PlayController
# Command(String, PlayController)
}
Command <|-down- usantatecla.tictactoe.views.Command
class usantatecla.tictactoe.views.CoordinateView{
~ playController: PlayController
~ CoordinateView(PlayController)
~ read(String): int[]
}
usantatecla.tictactoe.views.CoordinateView .down.> Console
usantatecla.tictactoe.views.CoordinateView ..> usantatecla.tictactoe.views.ErrorView
usantatecla.tictactoe.views.CoordinateView ..> PlayController
usantatecla.tictactoe.views.CoordinateView ..> usantatecla.tictactoe.views.Message
class usantatecla.tictactoe.views.ErrorView{
+ {static} MESSAGES: String[]
# error: Error
+ ErrorView(Error)
~ writeln(): void
}
enum usantatecla.tictactoe.views.Message{
+ EMPTY
+ SEPARATOR
+ VERTICAL_LINE_CENTERED
+ VERTICAL_LINE_LEFT
+PLAYER_WIN
+START_GAME
+CHOOSE_PLAYER
+READ_ROW
+READ_COLUMN
+ERROR
+ PROPOSE_COMMAND
+ UNDO_COMMAND
+ REDO_COMMAND
+ RESUME
- message: String
- Message(String)
+ getMessage(): String
}
class usantatecla.tictactoe.views.PlayCommand{
+ PlayCommand(PlayController)
# execute(): void
# isActive(): boolean
}
usantatecla.tictactoe.views.Command <|-down- usantatecla.tictactoe.views.PlayCommand
usantatecla.tictactoe.views.PlayCommand ..> PlayController
usantatecla.tictactoe.views.PlayCommand ..> usantatecla.tictactoe.views.Message
usantatecla.tictactoe.views.PlayCommand ..> usantatecla.tictactoe.views.BoardView
class usantatecla.tictactoe.views.PlayMenu{
~ PlayMenu(PlayController)
}
Menu <|-down- usantatecla.tictactoe.views.PlayMenu
usantatecla.tictactoe.views.PlayMenu ..> PlayController
usantatecla.tictactoe.views.PlayMenu *-down-> usantatecla.tictactoe.views.PlayCommand
usantatecla.tictactoe.views.PlayMenu *-down-> usantatecla.tictactoe.views.UndoCommand
usantatecla.tictactoe.views.PlayMenu *-down-> usantatecla.tictactoe.views.RedoCommand
class usantatecla.tictactoe.views.PlayView{
~ interact(PlayController): void
}
usantatecla.tictactoe.views.PlayView ..> PlayController
usantatecla.tictactoe.views.PlayView ..> usantatecla.tictactoe.views.PlayMenu
class usantatecla.tictactoe.views.RedoCommand{
~ RedoCommand(PlayController)
# execute(): void
# isActive(): boolean
}
usantatecla.tictactoe.views.Command <|-down- usantatecla.tictactoe.views.RedoCommand
class usantatecla.tictactoe.views.ResumeView{
~ interact(ResumeController): void
}
usantatecla.tictactoe.views.ResumeView ..> ResumeController
usantatecla.tictactoe.views.ResumeView ..> YesNoDialog
usantatecla.tictactoe.views.ResumeView ..> usantatecla.tictactoe.views.Message
class usantatecla.tictactoe.views.StartView{
~ interact(StartController): void
}
usantatecla.tictactoe.views.StartView .down.> Console
usantatecla.tictactoe.views.StartView ..> StartController
usantatecla.tictactoe.views.StartView ..> usantatecla.tictactoe.views.Message
usantatecla.tictactoe.views.StartView ..> usantatecla.tictactoe.views.BoardView
class usantatecla.tictactoe.views.UndoCommand{
~ UndoCommand(PlayController)
# execute(): void
# isActive(): boolean
}
usantatecla.tictactoe.views.Command <|-down- usantatecla.tictactoe.views.UndoCommand
usantatecla.tictactoe.views.UndoCommand ..> usantatecla.tictactoe.views.Message
usantatecla.tictactoe.views.UndoCommand ..> PlayController
usantatecla.tictactoe.views.UndoCommand ..> usantatecla.tictactoe.views.BoardView
class usantatecla.tictactoe.views.View{
- startView: StartView
- playView: PlayView
- resumeView: ResumeView
+ View()
+ interact(AcceptorController): void
+ visit(StartController): void
+ visit(PlayController): void
+ visit(ResumeController): void
}
ControllerVisitor <|-down- usantatecla.tictactoe.views.View
usantatecla.tictactoe.views.View ..> AcceptorController
usantatecla.tictactoe.views.View *-down-> usantatecla.tictactoe.views.StartView
usantatecla.tictactoe.views.View *-down-> usantatecla.tictactoe.views.PlayView
usantatecla.tictactoe.views.View *-down-> usantatecla.tictactoe.views.ResumeView
@enduml
@startuml paqueteTypes
class ClosedInterval as "usantatecla.utils.models.ClosedInterval"
enum usantatecla.tictactoe.types.Error{
+ NOT_EMPTY
+ NOT_OWNER
+ SAME_COORDINATES
+ NOT_VALID
+ NULL
+ isNull(): boolean
}
enum usantatecla.tictactoe.types.Token{
+ X
+ O
+ NULL
+ isNull(): boolean
+ {static} get(int): Token
+ toString(): String
}
usantatecla.tictactoe.types.Token .down.> ClosedInterval
@enduml
@startuml paqueteTicTacToeModels
abstract class ConcreteCoordinate as "usantatecla.utils.\nConcreteCoordinate"
enum Token as "usantatecla.tictactoe.types.\nToken"
enum Error as "usantatecla.tictactoe.types.\nError"
class usantatecla.tictactoe.models.Coordinate {
# {static} NULL_COORDINATE: Coordinate
+ {static} DIMENSION: int
+ Coordinate()
+ Coordinate(int, int)
- inInverseDiagonal(): boolean
+ random()
}
ConcreteCoordinate <|-down- usantatecla.tictactoe.models.Coordinate
enum usantatecla.tictactoe.models.StateValue {
INITIAL
IN_GAME
RESUME
EXIT
}
class usantatecla.tictactoe.models.State {
- stateValue: StateValue
+ State()
+ reset()
+ next()
+ getValueState(): StateValue
}
usantatecla.tictactoe.models.State *-down-> usantatecla.tictactoe.models.StateValue
class usantatecla.tictactoe.models.Board {
- tokens: Token[][]
+ Board()
- Board(Board board)
# copy(): Board
# getToken(Coordinate): Token
# put(Coordinate, Token)
# move(Coordinate, Coordinate)
# isCompleted(): boolean
# isOccupied(Coordinate, Token): boolean
# isTicTacToe(Token): boolean
- getCoordinates(Token): List<Coordinate>
# toCharacterArray(): char[]
}
usantatecla.tictactoe.models.Board *-down-> "3x3" Token
usantatecla.tictactoe.models.Board .down.> usantatecla.tictactoe.models.Coordinate
class usantatecla.tictactoe.models.Player {
- token: Token
- board: Board
# Player(Token, Board)
# put(Coordinate): Error
# move(Coordinate, Coordinate): Error
# getToken(): Token
+ copy(Board board): Player
}
usantatecla.tictactoe.models.Player *-down-> Token
usantatecla.tictactoe.models.Player *-down-> usantatecla.tictactoe.models.Board
usantatecla.tictactoe.models.Player .down.> Error
class usantatecla.tictactoe.models.Turn {
+ {static} NUMBER_PLAYERS: int
- players: Player[]
- board: Board
- active: int
- users: int
# Turn(Board)
+ Turn(Turn turn, Board board)
+ copy(Board): Turn
#setUsers(int)
# set(int)
# get(): int
# next()
# getUsers(): int
# isUser(): boolean
#put(Coordinate): Error
# getPlayer(): Player
# move(Coordinate, Coordinate): Error
# getToken(): Token
}
usantatecla.tictactoe.models.Turn .down.> Token
usantatecla.tictactoe.models.Turn *-down-> usantatecla.tictactoe.models.Board
usantatecla.tictactoe.models.Turn *-down-> "2" usantatecla.tictactoe.models.Player
usantatecla.tictactoe.models.Turn .down.> Error
class usantatecla.tictactoe.models.Memento {
- users: int
- activeTurn: int
- boardTokens: char[]
+ GameMemento(int, int, char[])
# getBoard(): Board
# getTurn(): Turn
}
usantatecla.tictactoe.models.Memento .down.> usantatecla.tictactoe.models.Board
usantatecla.tictactoe.models.Memento .down.> usantatecla.tictactoe.models.Turn
usantatecla.tictactoe.models.Memento .down.> Token
class usantatecla.tictactoe.models.Registry {
- mementos: List<GameMemento>
- game: Game
- firstPrevious: int
# Registry(Game)
# register()
# undo()
# redo()
# isUndoable(): boolean
# isRedoable(): boolean
}
usantatecla.tictactoe.models.Registry *-down-> usantatecla.tictactoe.models.Game
usantatecla.tictactoe.models.Registry *-down-> "0..*" usantatecla.tictactoe.models.Memento
class usantatecla.tictactoe.models.Game {
-board: Board
-turn: Turn
+ Game()
+ void reset()
+ void setUsers(int)
+ isBoardComplete(): boolean
+ isUser(): boolean
+ put(Coordinate coordinate): Error
+ move(Coordinate, Coordinate): Error
- next(Error)
+ isTicTacToe(): boolean
+ getToken(Coordinate): Token
+ getToken(): Token
+ getMaxPlayers(): int
+ createMemento(): GameMemento
+ set(GameMemento)
}
usantatecla.tictactoe.models.Game *-down-> usantatecla.tictactoe.models.Board
usantatecla.tictactoe.models.Game *-down-> usantatecla.tictactoe.models.Turn
usantatecla.tictactoe.models.Game .down.> Error
usantatecla.tictactoe.models.Game .down.> Token
usantatecla.tictactoe.models.Game .down.> usantatecla.tictactoe.models.Memento
class usantatecla.tictactoe.models.Session {
- game: Game
- registry: Registry
- state: State
+ Session()
+ getValueState(): StateValue
+ getToken(Coordinate): Token
+ void next()
+ setUsers(int)
+ getMaxPlayers(): int
+ reset()
+ isBoardComplete(): boolean
+ isTicTacToe(): boolean
+ getToken(): Token
+ isUser(): boolean
+ put(Coordinate): Error
+ move(Coordinate, Coordinate): Error
+ void undo()
+ undoable(): boolean
+ redo()
+ redoable(): boolean
}
usantatecla.tictactoe.models.Session *-down-> usantatecla.tictactoe.models.Game
usantatecla.tictactoe.models.Session *-down-> usantatecla.tictactoe.models.State
usantatecla.tictactoe.models.Session *-down-> usantatecla.tictactoe.models.Registry
usantatecla.tictactoe.models.Session .down.> Token
usantatecla.tictactoe.models.Session .down.> usantatecla.tictactoe.models.StateValue
usantatecla.tictactoe.models.Session .down.> Error
@enduml
@startuml paqueteTicTacToeControllers
class Coordinate as "usantatecla.tictactoe.models.\nCoordinate"
class Session as "usantatecla.tictactoe.models.\nSession"
class Token as "usantatecla.tictactoe.types.\nToken"
enum Error as "usantatecla.tictactoe.types.\nError"
class ClosedInterval as "usantatecla.utils.\nClosedInterval"
enum StateValue as "usantatecla.tictactoe.models.\nStateValue"
abstract class usantatecla.tictactoe.controllers.Controller {
# session: Session
# Controller(Session)
+ getToken(Coordinate): Token
+ next()
}
usantatecla.tictactoe.controllers.Controller *-down-> Session
usantatecla.tictactoe.controllers.Controller .down.> Coordinate
usantatecla.tictactoe.controllers.Controller .down.> Token
class usantatecla.tictactoe.controllers.ActionController {
+ ActionController(Session)
+ isBoardComplete(): boolean
+ isTicTacToe(): boolean
+ getToken(): Token
+ isUser(): boolean
+ isValidCoordinate(Coordinate): Error
+ put(Coordinate): Error
+ move(Coordinate, Coordinate): Error
}
usantatecla.tictactoe.controllers.Controller <|-down- usantatecla.tictactoe.controllers.ActionController
usantatecla.tictactoe.controllers.ActionController .down.> Coordinate
usantatecla.tictactoe.controllers.ActionController .down.> Error
usantatecla.tictactoe.controllers.ActionController .down.> Token
usantatecla.tictactoe.controllers.ActionController .down.> ClosedInterval
class usantatecla.tictactoe.controllers.RedoController {
# RedoController(Session)
# redo()
# redoable(): boolean
}
usantatecla.tictactoe.controllers.Controller <|-down- usantatecla.tictactoe.controllers.RedoController
class usantatecla.tictactoe.controllers.UndoController {
#UndoController(Session)
# undo()
# undoable(): boolean
}
usantatecla.tictactoe.controllers.Controller <|-down- usantatecla.tictactoe.controllers.UndoController
interface usantatecla.tictactoe.controllers.AcceptorController {
# accept(ControllerVisitor)
}
interface usantatecla.tictactoe.controllers.ControllerVisitor {
# visit(StartController)
# visit(PlayController)
# visit(ResumeController)
}
class usantatecla.tictactoe.controllers.PlayController {
- actionController: ActionController
- undoController: UndoController
- redoController: RedoController
+ PlayController(Session)
+ isBoardComplete(): boolean
+ isTicTacToe(): boolean
+ getToken(): Token
+ isUser(): boolean
+ isValidCoordinate(Coordinate): Error
+ Error put(Coordinate): Error
+ move(Coordinate, Coordinate): Error
+ undo()
+ undoable(): boolean
+ redo()
+ redoable(): boolean
}
usantatecla.tictactoe.controllers.Controller <|-down- usantatecla.tictactoe.controllers.PlayController
usantatecla.tictactoe.controllers.AcceptorController <|.down. usantatecla.tictactoe.controllers.PlayController
usantatecla.tictactoe.controllers.PlayController *-down-> usantatecla.tictactoe.controllers.ActionController
usantatecla.tictactoe.controllers.PlayController *-down-> usantatecla.tictactoe.controllers.UndoController
usantatecla.tictactoe.controllers.PlayController *-down-> usantatecla.tictactoe.controllers.RedoController
class usantatecla.tictactoe.controllers.StartController {
+ StartController(Session)
+ setUsers(int)
+ getMaxPlayers(): int
}
usantatecla.tictactoe.controllers.Controller <|-down- usantatecla.tictactoe.controllers.StartController
usantatecla.tictactoe.controllers.AcceptorController <|.down. usantatecla.tictactoe.controllers.StartController
class usantatecla.tictactoe.controllers.ResumeController {
+ ResumeController(Session)
+ reset()
}
usantatecla.tictactoe.controllers.Controller <|-down- usantatecla.tictactoe.controllers.ResumeController
usantatecla.tictactoe.controllers.AcceptorController <|.down. usantatecla.tictactoe.controllers.ResumeController
class usantatecla.tictactoe.controllers.Logic {
- session: Session
- controllers: Map<StateValue, AcceptorController>
+ Logic()
+ getController(): AcceptorController
}
usantatecla.tictactoe.controllers.Logic *-down-> Session
usantatecla.tictactoe.controllers.Logic *-down-> "3" usantatecla.tictactoe.controllers.AcceptorController
usantatecla.tictactoe.controllers.Logic *-down-> "3" StateValue
@enduml
@startuml paqueteUtils
class BufferedReader as "java.io.BufferedReader"{}
class usantatecla.utils.models.ClosedInterval{
- min: int
- max: int
+ ClosedInterval(int,int)
+ isIncluded(int): boolean
+ toString(): String
}
class usantatecla.utils.models.ConcreteCoordinate{
# row: int
# column: int
- {static} ROW: String
- {static} COLUMN: String
# ConcreteCoordinate()
# ConcreteCoordinate(int,int)
+ isNull(): boolean
+ getDirection(Coordinate): Direction
+ inHorizontal(Coordinate): boolean
+ inVertical(Coordinate): boolean
+ inMainDiagonal(): boolean
# read(String)
+ getRow(): int
+ getColumn(): int
+ hashCode(): int
+ equals(Object): boolean
+ toString(): String
}
usantatecla.utils.models.Coordinate <|-down- usantatecla.utils.models.ConcreteCoordinate
usantatecla.utils.models.ConcreteCoordinate .down.> usantatecla.utils.models.Direction
usantatecla.utils.models.ConcreteCoordinate .down.> usantatecla.utils.views.Console
class usantatecla.utils.views.Console{
- {static} console: Console
+ {static} instance(): Console
- readString(String): String
+ readString(): String
+ readInt(String): int
~ readChar(String): char
+ writeln()
+ write(String)
+ write(int)
+ writeln(String)
+ writeln(int)
+ write(char)
- writeError(String)
}
usantatecla.utils.views.Console *-down-> BufferedReader
interface usantatecla.utils.models.Coordinate{
~ isNull(): boolean
~ getDirection(Coordinate): Direction
~ inHorizontal(Coordinate): boolean
~ inVertical(Coordinate): boolean
~ inMainDiagonal(): boolean
}
usantatecla.utils.models.Coordinate .down.> usantatecla.utils.models.Direction
enum usantatecla.utils.models.Direction{
VERTICAL
HORIZONTAL
MAIN_DIAGONAL
INVERSE_DIAGONAL
NULL
}
class usantatecla.utils.LimitedIntDialog{
- LIMITS: ClosedInterval
- {static} ERROR_MESSAGE: String
+ LimitedIntDialog(int,int)
+ read(String): int
}
usantatecla.utils.LimitedIntDialog *-down-> usantatecla.utils.models.ClosedInterval
usantatecla.utils.LimitedIntDialog .down.> usantatecla.utils.views.Console
class usantatecla.utils.models.NullCoordinate{
- {static} instance: NullCoordinate
+ {static} instance(): Coordinate
+ isNull(): boolean
+ getDirection(Coordinate): Direction
+ inHorizontal(Coordinate): boolean
+ inVertical(Coordinate): boolean
+ inMainDiagonal(): boolean
+ hashCode(): int
+ equals(Object): boolean
+ toString(): String
}
usantatecla.utils.models.Coordinate <|-down- usantatecla.utils.models.NullCoordinate
usantatecla.utils.models.NullCoordinate .down.> usantatecla.utils.models.Direction
class usantatecla.utils.views.YesNoDialog{
- {static} AFIRMATIVE: char
- {static} NEGATIVE: char
- {static} SUFFIX: String
- {static} MESSAGE: String
- answer: char
+ read(String): boolean
- isAffirmative(): boolean
- getAnswer(): char
- isNegative(): boolean
}
usantatecla.utils.views.YesNoDialog .down.> usantatecla.utils.views.Console
@enduml
|
51a3c00407f31cccf3d532f1c2214fbace9e637a | c5f6be1c13ab1d0c99b597130443273e13bc06e7 | /screenshot/uml/design_pattern_adapter.puml | 8a82359c1eba09c221b8ffcb0f453f6cbad03cf2 | [] | no_license | chenzhe/BlogSource | e82a0648b6addebbe0ab6f4da3ae8c1f03e42852 | 284bd5e1131b98923076c88f356831623e315d94 | refs/heads/master | 2021-02-06T10:16:36.754496 | 2018-06-07T08:09:10 | 2018-06-07T08:09:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 115 | puml | @startuml
interface Target
class Adapter{
}
class Adaptee{
}
Target <|.. Adapter
Adaptee <|-- Adapter
@enduml |
c13c427904f76af970cdb660fb4da00590abc88e | 623f4f89cd2c390659a7f0ddaf22b41bf0e1723f | /doc/uml-file/SignatureVisitor.puml | 836710cba63088b96c6564507193d42f7e5267f9 | [] | no_license | lijionghui/asm-module | 6168e843ea65e589539ed5af2d33a79b41f1881b | 1634f5aa9d4dc14c28b2eccc846369536cb77e9b | refs/heads/master | 2023-02-04T11:54:39.929002 | 2020-12-19T02:56:23 | 2020-12-19T02:56:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 713 | puml | @startuml
class SignatureReader {
+ accept(SignatureVisitor signatureVistor)
+ acceptType(SignatureVisitor signatureVisitor)
}
Abstract class SignatureVisitor {
+ visitArrayType()
+ visitBaseType(char descriptor)
+ visitClassBound()
+ visitClassType(java.lang.String name)
+ visitExceptionType()
+ visitInnerClassType(java.lang.String name)
+ visitInterface()
+ visitInterfaceBound()
+ visitParameterType()
+ visitReturnType()
+ visitSuperclass()
+ visitTypeArgument()
+ visitEnd()
}
SignatureVisitor<-- CheckSignatureAdapter
SignatureVisitor<-- SignatureRemapper
SignatureVisitor<-- SignatureWriter
SignatureVisitor<-- TraceSignatureVisitor
@enduml |
94773322f1d6e8d42c24ec348c6d1c3db0a60eb3 | c6c72378a47a34ea7f975cfddd0f6daba6b3b4d2 | /ch11/excercise/11-1.puml | 14c944177aed7b03828beb7f3e3569611165d414 | [] | no_license | yinm/uml-modeling-lesson | 323b45e8bd926ac0b0f94a024bfd6f20a7872d17 | 0bc65be5ee9e957d3627cb9a5986a8ac9a17744c | refs/heads/master | 2020-04-16T10:38:27.352993 | 2019-01-30T12:37:18 | 2019-01-30T12:37:18 | 165,511,559 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 352 | puml | @startuml
class 銘柄 {
銘柄コード
名称
}
class 四本値 {
年月日
始値
終値
高値
安値
}
class 取引市場 {
名称
}
銘柄 "1"--"*" 四本値
note on link : 年月日と取引市場において、1つの銘柄に対応する四本値は1つあるかないかである
四本値 "*"--"1" 取引市場
@enduml
|
416da3cbb85ab8c594fde8bda46b65e4ebaac25c | 4e53f61a1e8d653a100a6cb2c2c05d380bbf842e | /classDiagram.puml | b96f665519f5f0501b356e69bf6779a27b01fb11 | [] | no_license | kai2128/DSA_assignment | 7b2e3b6b0ce4e7deaa087d443941361ced514ba3 | 2e163aa2a0da0403bce15cd941aec0419e562ac4 | refs/heads/master | 2023-07-14T04:49:06.647433 | 2021-08-25T13:33:03 | 2021-08-25T13:33:03 | 399,109,097 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,025 | puml | @startuml
skinparam classAttributeIconSize 0
interface Algorithm {
+ void startAlgorithm()
+ void printResult()
}
class Truck {
- {static} int loadLimit
- LinkedList<Parcel> parcelLoaded
- int loadedWeight
- {static} int count
- char label
+ <<Create>> Truck()
+ {static} void resetLabel()
+ String getLabel()
+ {static} int getLoadLimit()
+ {static} void setLoadLimit(int)
+ boolean isFull()
+ boolean canLoad(int)
+ boolean canLoad(Parcel)
+ String printParcelStored()
+ boolean loadParcel(Parcel)
}
class NextFit {
+ <<Create>> NextFit(List<Parcel>)
+ void startAlgorithm()
}
class Main {
- {static} Scanner scanner
- {static} LinkedList<Parcel> parcelList
- {static} LinkedList<Parcel> defaultParcelList
- {static} Algorithm algorithm
+ {static} void main(String[])
- {static} void enterToContinue()
- {static} void initDefaultList()
- {static} List<Parcel> checkIsParcelListEmpty()
- {static} int getIntInput(String)
+ {static} void addParcel()
+ {static} void generateRandomList()
+ {static} void listParcel()
+ {static} void resetList()
+ {static} void setLoadLimit()
- {static} void startAlgorithm()
+ {static} void nextFit()
+ {static} void firstFitDecreasing()
}
class FirstFitDecreasing {
+ <<Create>> FirstFitDecreasing(List<Parcel>)
+ void startAlgorithm()
}
class Parcel {
- int weight
- Truck loadedAt
- {static} int count
- int label
+ <<Create>> Parcel(int)
+ {static} void resetLabel()
+ String getLabel()
+ String toString()
+ Parcel loadInto(Truck)
+ Truck getLoadedAt()
+ int getWeight()
+ void setWeight(int)
+ int compareTo(Parcel)
}
abstract class AbstractAlgorithm {
# LinkedList<Parcel> parcelList
# LinkedList<Truck> truckList
# LinkedList<Parcel> loadedParcel
# boolean loadParcelToTruck(Truck,Parcel)
+ void recordLoadedParcel(Parcel)
+ boolean notAllParcelBeingLoaded()
+ void createNewTruck()
+ void printResult()
}
Truck "1" o-- "many " Parcel : contains
AbstractAlgorithm <|-- NextFit
AbstractAlgorithm <|-- FirstFitDecreasing
Comparable <|.. Parcel
Algorithm <|.. AbstractAlgorithm
@enduml
|
cfaea91edf7ca32ca14995ac6a97ba9afc0b92ae | 150bdde8793061d39d07ab33aef584aaa262ecb6 | /docs/structure.puml | 684c1aa1a72b7cd6c186078762bd9627e79164ab | [] | no_license | 62mkv/rust-est | fac42bf184eeb51e3868e41a5b6c438772eb4fd9 | 0588c01ab57927523de8bf1b2ed8386597635fe7 | refs/heads/master | 2021-07-24T03:14:34.911994 | 2020-05-22T18:07:32 | 2020-05-22T18:07:32 | 176,366,974 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 543 | puml | @startuml
class Language {
}
class Representation {
canonical: String
}
class Form {
}
class GrammaticalCategory {
}
class Lexeme {
declinationType: Integer
}
class PartOfSpeech {
}
class Sense {
}
class Translation {
}
Form --> Representation: HAS_REPRESENTATION
Form --> GrammaticalCategory: HAS_GRAMMATICAL_CATEGORY
Lexeme --> Form: BASIC_FORM*
Lexeme --> PartOfSpeech: PART_OF_SPEECH*
Lexeme --> Form: HAS_FORM
GrammaticalCategory --> PartOfSpeech: RELEVANT_FOR
Lexeme --> Sense
Sense --> Translation: HAS_TRANSLATION
@enduml |
883f93b9de9ca7f3c6b9ebf452d6419d3d5953d4 | 0b2427e3d5e2b2a05c147278cfee4316f0ac8a01 | /docs/ServerBootStrap.puml | 924abc6d0641c1e1dbe3f474feac3c17b966d053 | [] | no_license | a524631266/nettytest | 6a8f4acbed4ba8c5dc1481b8c800e6d4476e3988 | 1152e53b74fa35c869c36f1fb2da57dabbb91397 | refs/heads/master | 2022-10-27T03:04:05.794315 | 2020-04-14T15:00:50 | 2020-04-14T15:00:50 | 228,037,553 | 0 | 0 | null | 2022-10-04T23:55:53 | 2019-12-14T14:36:29 | Java | UTF-8 | PlantUML | false | false | 2,303 | puml | @startuml
class ServerBootStrap{
==属性==
- {field} valitile childOptions: Map 子group的选项
- childAttrs: 子属性,暂时还不太清楚使用
- {field} valitile childGroup : EventLoopGroup 子group
- {field} config: ServerBootStrapConfig
- {field} childHandler: ChannelHandler
==启动流程方法 ==
+ group(bossgroup)
+ group(bossgroup, workgroup)
在抽象父类中注册 group
在本类中注册 childGroup
+ childOption(ChannelOption,value)
+ childHandler(ChannelHandler)
- self() 自身对象
# [must] init()
必须重写的普通方法,在模板方法的bind触发阶段会调用的方法
}
class ServerBootStrapConfig{
}
class ChannelHandler{
}
class ChannelOption{
==描述==
通常存储通道的选项的名字,并
设置参数的类,可以理解为枚举类,但是不是以枚举实现的
==重要属性==
+ static SO_KEEPALIVE: ChannelOption 保持链接一直激活的状态
+ static SO_BACKLOG:ChannelOption 请求进入队列的最大数量
== 属性成员 ==
+ id 全局id
+ name 名字
+ uniquifier
- pool 存储name 和id 的配置池,防止id,name重复
}
ServerBootStrap o-- ServerBootStrapConfig
ServerBootStrap o-- ChannelHandler
ServerBootStrap o-- ChannelOption
class ServerChannel {
}
class AbstractBootstrap<ServerBootstrap, ServerChannel>{
== 属性 ==
==模板方法==
bind()
bind(int port)
bint(address,port)
channel(class)
注入一个可以生成select的类
反射方式newInstance创建一个含有空构造的类
== 普通方法==
+ {abstract} init () 必须重写的方法
- doBind() bind重写方法都会调用的钩子方法
channel工厂函数
- initAndRegister
}
interface ChannelFactory <T extends Channel>{
{abstract} newChannel()
必须实现一个创建新通道的接口
定义一个指定类型通道的工厂
}
class ReflectiveChannelFactory <T extends Channel>{
newChannel()
clazz.getConstructor().newInstance()
}
interface Channel{
}
ChannelFactory <|.. ReflectiveChannelFactory
note top of AbstractBootstrap: 这是一个抽象的启动类,定义类一个模板方法bind
AbstractBootstrap <|-- ServerBootStrap
@enduml |
79c5e1c2e64949ebe2cac16061208bb129b26810 | 4cdd9f62e2283d4bb4454638197064e02fa90587 | /app/src/main/java/com/example/widget_turntable/bigggfish_turntableView/util/util.plantuml | 3e2358614c794d56f084b50589f81c0112ad3082 | [] | no_license | CFD08Joshua/WidgetTurntable | 48b8d9bc56f7c01e719a6b3fa4b93b2638afb053 | e59972adb920fa3129240542b95eed9a0b863aab | refs/heads/master | 2023-08-25T10:25:13.521845 | 2021-11-04T02:10:15 | 2021-11-04T02:10:15 | 424,437,499 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 925 | plantuml | @startuml
title __UTIL's Class Diagram__\n
namespace com.example.widget_turntable {
namespace bigggfish_turntableView {
namespace util {
class com.example.widget_turntable.bigggfish_turntableView.util.DisplayUtils {
{static} + density : float
{static} + densityDPI : int
{static} + screenHightDip : float
{static} + screenWidthDip : float
{static} + screenWidthPx : int
{static} + screenhightPx : int
{static} + dp2px()
{static} + getScreenHeightPixels()
{static} + getScreenWidthPixels()
{static} + getStatusBarHeight()
{static} + px2dp()
}
}
}
}
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
|
43fd056b8a83f167f96ac53d965bb4699fec8b25 | e9963808447a241065c360493630f64fdd3ccc0a | /tools/Application.Lively/classdiagram.puml | 328300216193e2e7feec6ce23c0668d3ce9bf0e7 | [] | no_license | maisiesadler/application-template | 92763aff66ff37390e6def87dea06dd05004ba18 | ec69721b09976225624dc2e72dfbce9337da830c | refs/heads/main | 2023-06-24T08:22:50.549580 | 2021-07-17T19:21:55 | 2021-07-17T19:21:55 | 387,001,498 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 896 | puml | @startuml
class Application.Api.Controllers.ValidationController {
+Get()
}
Application.Api.Controllers.ValidationController ---> Application.Domain.ValidationInteractor
Application.Api.Controllers.ValidationController ---> Application.Metrics.ITrace
class Application.Domain.ValidationInteractor {
+Execute()
}
Application.Domain.ValidationInteractor ---> "2" Application.Domain.IGetMaximumQuery
class Application.Metrics.ITrace {
+Add()
}
Application.Metrics.ITrace ---> Application.Metrics.Trace
interface Application.Domain.IGetMaximumQuery {
GetMaximumQuery
}
class Application.Adapters.GetMaximumQuery {
+Execute()
}
Application.Adapters.GetMaximumQuery ---> Application.Domain.IGetMaximumQuery
interface Application.Metrics.ITrace {
TraceBuilder
}
class Application.Metrics.TraceBuilder {
+Add()
}
Application.Metrics.TraceBuilder ---> Application.Metrics.ITrace
@enduml
|
f14d9eabe629beb1197c391982b4142b0dbca307 | afcd7592e0825ce6be891bdcdbcf5bb455af95a8 | /asciidocs/plantuml/class-diagram.puml | 4fa8bec94cd33b01dd5ccddb3b219dcc90a2f3f7 | [] | no_license | simonittensammer/online-scheduler | 551fbe6ac8277175d6c9263da2e7705768db920e | aa5930951f0ced2911ee859b865877b45ef432c0 | refs/heads/main | 2023-02-23T05:49:46.013766 | 2021-01-21T22:52:34 | 2021-01-21T22:52:34 | 326,440,276 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 324 | puml | @startuml
class Calendar {
id : Long
name : String
description : String
password : String
appointmentList : List
}
class Appointment {
id : Long
title : String
description : String
start : LocalDateTime
end : LocalDateTime
}
Calendar "1" -- "*" Appointment : is part of <
@enduml
|
0283c958001e71ea327db3276c7b8f8cfecd2c7c | d9f1706e1ceec4875a0d362563e4a096d4aa2b4a | /diagrams/ex46.puml | 53d27f227f5bc63741c3b00ac2a92c5c19143f6d | [] | no_license | imRielly/donnell-cop3330-assignment3 | fed2d32fd704ab0922c92d5eb32cc65db20b022b | 06260006ff9e8c6ec481790b532a71fd7818427c | refs/heads/main | 2023-05-27T17:56:42.764897 | 2021-06-21T00:13:17 | 2021-06-21T00:13:17 | 378,606,815 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 202 | puml | @startuml
'https://plantuml.com/class-diagram
class App
class App {
String path
ArrayList<String> words
Map<String, Integer> counts
String output
readFile()
populateCounts()
displayCounts()
}
@enduml |
f5988d03b2d2777cdcf3ba479fdbafffb0346b21 | d9c81782826b58a79a89a5b88e6c2c1afa59e532 | /docs/ex43.puml | 6bcb98be60764370d2e3674fad612a26d886448d | [] | no_license | SmokeIce593/parrish-cop3330-assignment3 | 1b1449091f72ef2540c9621b95e9998713e44e41 | d8b75979d4b86c71c1582d76241980b18fff6015 | refs/heads/master | 2023-08-15T08:27:16.888336 | 2021-10-12T02:11:13 | 2021-10-12T02:11:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 647 | puml | @startuml
'https://plantuml.com/class-diagram
class WebsiteGeneratorBase{
-{static} String SiteName
-{static} String AuthorName
-{static} String JavaFolder
-{static} String CSSFolder
+{static} void Output()
+{static} void UserInput()
}
class WebsiteGenerator{
+ String FileLocation
+ String Site
+ String Author
String HTML
+ String CreateDirectory(String Directory)
+ boolean CreateHTML(String Info)
+ String CreateCSS(String Directory)
+ String CreateJS(String Directory)
}
WebsiteGeneratorBase <|-- WebsiteGenerator
@enduml |
bcd57ba0b74c2f64b301a7601496e116897d9c1c | 7d895b3af5e7df8069061086f0dade7df150a3f4 | /node.js/vscode-loader.puml | b8f1e48da8f0ba6b5bcff682971fc89f68a0b96c | [] | no_license | SyMind/learning | a8756e17b2685f99aed36439471d9619e09561b3 | b333689a098442cb42225d85fc8e44786c6cc2cd | refs/heads/master | 2023-08-07T10:44:55.027761 | 2021-10-02T06:33:28 | 2021-10-02T06:33:28 | 195,615,216 | 8 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,800 | puml | @startuml vscode-loader
class Environment {
isWindows: boolean
isNode: boolean
isElectronRenderer: boolean
isWebWorker: boolean
}
class ModuleManager {
- _env: Environment
- _scriptLoader: IScriptLoader
- _loaderAvailableTimestamp: number
- _defineFunc: IDefineFunc
- _requireFunc: IRequireFunc
- _moduleIdProvider: ModuleIdProvider
- _config: Configuration
- _modules2: Module[]
- _knownModules2: boolean[]
- _inverseDependencies2: (ModuleId[] | null)[]
- _inversePluginDependencies2: Map<ModuleId, PluginDependency[]>
- _currentAnnonymousDefineCall: IDefineCall | null
- _recorder: ILoaderEventRecorder | null
- _buildInfoPath: string[]
- _buildInfoDefineStack: (string | null)[]
- _buildInfoDependencies: string[][]
reset(): ModuleManager
getGlobalAMDDefineFunc(): IDefineFunc
getGlobalAMDRequireFunc(): IRequireFunc
getBuildInfo(): IBuildModuleInfo
getRecorder(): ILoaderEventRecorder
getLoaderEvents(): LoaderEvent
enqueueDefineAnonymousModule(dependencies: string[], callback: any): void
defineModule(strModuleId: string, dependencies: string[], callback: any, errorback: ((err: AnnotatedError) => void) | null | undefined, stack: string | null, moduleIdResolver: ModuleIdResolver = new ModuleIdResolver(strModuleId)): void
synchronousRequire(_strModuleId: string, moduleIdResolver: ModuleIdResolver): any
configure(params: IConfigurationOptions, shouldOverwrite: boolean): void
getConfig(): Configuration
}
interface IScriptLoader {
load(moduleManager: IModuleManager, scriptPath: string, loadCallback: () => void, errorCallback: (err: any) => void): void
}
class OnlyOnceScriptLoader {
- _evn: Environment
- _scriptLoader: IScriptLoader | null
- _callbackMap: { [scriptSrc: string]: IScriptCallbacks[] }
constructor(env: Envrionment)
load(moduleManager: IModuleManager, scriptPath: string, loadCallback: () => void, errorCallback: (err: any) => void): void
- triggerCallback(scriptSrc: string): void
- triggerErrorback(scriptSrc: string, err: any): void
}
class BrowserScriptLoader {
}
class WorkerScriptLoader {
}
class NodeScriptLoader {
- _BOM = 0xFEFF
- _PREFIX = '(function (require, define, __filename, __dirname) { '
- _SUFFIX = '\n});'
- _env: Environment
- _didPatchNodeRequire: boolean
- _didInitialize: boolean
- _fs: INodeFS
- _vm: INodeVM
- _path: INodePath
- _crypto: INodeCrypto
constructor(env: Environment)
- _init(nodeRequire: INodeRequire): void
- _initNodeRequire(nodeRequire: INodeRequire, moduleManager: IModuleManager): void
load(moduleManager: IModuleManager, scriptPath: string, loadCallback: () => void, errorCallback: (err: any) => void): void
- _createAndEvalScript(moduleManager: IModuleManager, contents: string, options: INodeVMScriptOptions, callback: () => void, errorback: (err: any) => void): INodeVMScript
- _getElectronRendererScriptPathOrUri(path: string)
- _getCachedDataPath(config: INodeCachedDataConfiguration, filename: string): string
- _handleCachedData(script: INodeVMScript, scriptSource: string, cachedDataPath: string, createCachedData: boolean, moduleManager: IModuleManager): void
- _createAndWriteCachedData(script: INodeVMScript, scriptSource: string, cachedDataPath: string, moduleManager: IModuleManager): void
- _readSourceAndCachedData(sourcePath: string, cachedDataPath: string | undefined, recorder: ILoaderEventRecorder, callback: (err?: any, source?: string, cachedData?: Buffer, hashData?: Buffer) => any): void
- _verifyCachedData(script: INodeVMScript, scriptSource: string, cachedDataPath: string, hashData: Buffer | undefined, moduleManager: IModuleManager): void
}
@enduml
|
2814848fbf099a8bdd89911acfdfb4075fe6bdbb | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /06classdiagram/48_classdiagram_associations.puml | f3081aad1d62fde4fedd6f7c5a90333ae3b9ed33 | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 403 | puml | '
'ClassDiagrams: Association classes
'
'You can define association class after that a relation has been defined between two classes,
'like in this example:
'
'-: association
'..: multiple association
'--------------------------------------
'
@startuml
class Student {
Name
}
class Enrollment {
drop()
cancel()
}
Student "0..*" - "1..*" Course
(Student, Course) .. Enrollment
@enduml |
8784d96ec08f845fd161a010b71afab49d4f3a10 | 279cc8e145ee24a54642cf65fd211ec86119d904 | /Structure/UML/plantUML/chat.plantuml | 4a5fda821f6e323211ada3e627408818d3a3cede | [] | no_license | inf112-v21/Snokarane | df3f335d043aae1949cd25cb240987df1aeef9ac | e9efa51936ec6ee65a189003938d196e70b1a4f8 | refs/heads/master | 2023-04-13T03:20:26.577259 | 2021-04-27T11:18:07 | 2021-04-27T11:18:07 | 335,426,577 | 1 | 0 | null | 2021-04-21T11:14:01 | 2021-02-02T21:21:40 | Java | UTF-8 | PlantUML | false | false | 867 | plantuml | @startuml
title __CHAT's Class Diagram__\n
namespace inf112.skeleton.app {
namespace ui.chat {
class inf112.skeleton.app.ui.chat.CommandParser {
+ getArgs()
+ getCmd()
+ parseCommand()
}
}
}
namespace inf112.skeleton.app {
namespace ui.chat {
enum Command {
CLEAR
CONNECT
EXAMPLEMESSAGES
INVALID
RESETCARDS
SELECTCARD
SENDCARDS
SENDINTERNAL
SETCOLOR
SETFONTSTCALE
SETNAME
UWU
}
}
}
inf112.skeleton.app.ui.chat.CommandParser +-down- inf112.skeleton.app.ui.chat.CommandParser.Command
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
|
b243bd5ae4c3a12401c243027d1b15c7a4627f9e | 069f9e3d8c09237d068c64454d861c659c6e6209 | /src/main/java/com/lk/designpattern/pattern/builder/Builder.puml | bc0f9f8594c32b8089aad5c4e13612a8976460c2 | [] | no_license | laikai-java/learn-java | 6776d284e0c5e3ec06441cff2319e7333bba3000 | 0e29cb9de2aa68fe1c194ddf361184cef40210e2 | refs/heads/main | 2023-03-06T06:38:18.187106 | 2021-02-22T10:28:40 | 2021-02-22T10:28:40 | 328,885,095 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 465 | puml | @startuml
class product
abstract class Builder
class ConCreateBuilder
class Director
Builder <|-- ConCreateBuilder
product<|--ConCreateBuilder
Director *-- Builder
class Builder{
void builderProductPartA()
void builderProductPartB()
void builderProductPartC()
}
class ConCreateBuilder{
void builderProductPartA()
void builderProductPartB()
void builderProductPartC()
}
class Director{
builder:Builder
void construct()
}
@enduml |
930cb2497db3a4f812c4f749e367fd10c38a8295 | a902b259bb4bb41a73a8eff9f400e9a1cb7b991e | /umls/proxy.puml | b4e15e3eb945e35886dd2878266fffd970b20bec | [] | no_license | ghadd/Patterns | 8010d0f2d6a4cc24dd7cb5caf879fe5c3e4ab1c5 | c9efc09fc674b95ea696f45867d4916900c0ec28 | refs/heads/master | 2023-05-04T15:51:57.034217 | 2021-05-26T17:13:39 | 2021-05-26T17:13:39 | 371,007,049 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,011 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class Client
'class DBManager:
' """"Singleton + Proxy"""
'
' __instance = None
'
' @staticmethod
' def get_instance():
' """ Static access method. """
' if DBManager.__instance is None:
' DBManager.__instance = DBManager()
' return DBManager.__instance
'
' def create_schema(self):
' self.database.create_tables([UserModel, BoardModel, UserBoardModel])
'
' def __init__(self):
' """ Virtually private constructor. """
' if DBManager.__instance is not None:
' raise Exception("This class is a Singleton!")
' else:
' self.database = db
' DBManager.__instance = self
class DBManager {
-__instance: DBManager
-DBManager()
+{static} get_instance() : DBManager
+create_schema() : void
}
abstract class Client
DBManager <- Client
DBManager <- DBManager
class peewee.SQLiteDatabase
DBManager o--> peewee.SQLiteDatabase
@enduml |
e6fd0a0bb757264f85d5d788554963bf46954fb8 | 90e3038f11ccd4d43de368f3825e879517228dce | /factory-method/diagrams/pattern.puml | dd2a11005108b1afcaa3dc31772094d3d469958f | [
"MIT"
] | permissive | SoSilly/java-design-pattern-samples | 2f3d57329cf4f1cf33f2e3527a33f0feac6e9324 | aca3cef5fc134a0c74ceadd122bc09bfc9cc6c20 | refs/heads/master | 2021-12-15T11:11:39.303835 | 2017-08-16T12:50:18 | 2017-08-16T12:50:18 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 623 | puml | @startuml
note "工厂方法模式" as name
abstract class Product{
+ {abstract} void operation()
}
class ProductA extends Product{
+ void operation()
}
class ProductB extends Product{
+ void operation()
}
interface ProductFactory{
+ Product newInstance()
}
class ProductAFactory implements ProductFactory{
+ Product newInstance()
}
class ProductBFactory implements ProductFactory{
+ Product newInstance()
}
ProductFactory ..> Product : 创建
class Client{
}
Client ..> ProductFactory
Client ..> Product
footer
<font size="20" color="red">http://www.bughui.com</font>
endfooter
@enduml |
2699a29b89c3720720f1c36cc9fd3be986ebff99 | 46c1d86d2af6f7c88acc49f8666856d19a7bab5a | /documentation/product.puml | ac89929d0919f1956c6cbe5098dddd38e909511e | [] | no_license | stefanandy/VendingMachine | f338d07c020014ad4aba8768618409e63fe26ec2 | d48165cef67319c3c00ffae01c7bc3419b7c0bf6 | refs/heads/master | 2022-11-12T14:24:56.005406 | 2020-06-30T16:38:01 | 2020-06-30T16:38:01 | 276,154,708 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 737 | puml | @startuml
Product--*ProductCollection
IProductCollection--|>ProductCollection
ContainbleItem--*ProductCollection
IObserver--|>Dispenser
IObservable--|>PaymentTerminal
ProductCollection --o Dispenser
PaymentTerminal --"Notify" Dispenser
class Product{
-Name
#Price
}
class ProductCollection{
-products
}
class ContainbleItem{
+Row
+Column
+Count
}
interface IProductCollection{
+Add()
+Remove()
+GetItem()
+Count()
}
interface IObserver{
+Update()
}
class Dispenser{
-products
+ExtractItem()
+DeliverItem()
}
interface IObservable{
+Add()
+Remove()
+Notify()
}
class PaymentTerminal{
+AddCoins()
+AddCash()
+VerifyTransaction(price)
}
@enduml |
abf81b94ff5f79857a8c6d78eae04ff3a6356d5d | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Signals/SignalManager.puml | d23049fc02eff0cf14ae9a0a6dd6324f7c166c6e | [] | 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 | 423 | puml | @startuml
class SignalManager {
+ {static} CreateSignalAssetInstance(path:string) : SignalAsset
+ Dispose() : void
Register(a:SignalAsset) : void
Refresh() : void
}
class "List`1"<T> {
}
class "IEnumerable`1"<T> {
}
IDisposable <|-- SignalManager
SignalManager --> "m_Instance" SignalManager
SignalManager o-> "m_assets<SignalAsset>" "List`1"
SignalManager --> "assets<SignalAsset>" "IEnumerable`1"
@enduml
|
224c9ba1fcdfbbddb6dc2472f9e22d2edf229f76 | c931fab627d76aac94f223642e63dc0f5358c800 | /app/src/main/java/com/example/aflah/tracki_master/Retrofit/Retrofit.plantuml | 4b12e70543316fa2035e029a076fb04ce0c5cc42 | [] | no_license | aflahtaqiu/tracki-android | 842c78ad53d0717f51e094721150a6d8205e3a7a | 6990d21cf21771cd1e5927e44564b06f4b2c8391 | refs/heads/master | 2020-04-15T02:03:17.136741 | 2019-01-06T12:02:17 | 2019-01-06T12:02:17 | 164,301,470 | 0 | 0 | null | 2019-01-06T11:40:37 | 2019-01-06T11:40:36 | null | UTF-8 | PlantUML | false | false | 1,054 | plantuml | @startuml
title __RETROFIT's Class Diagram__\n
package com.example.aflah.tracki_master {
package com.example.aflah.tracki_master.Retrofit {
interface ApiRequest {
{abstract} + getStoreByUID()
{abstract} + getSavedPromo()
{abstract} + deletePromo()
{abstract} + getSearchNamesStore()
{abstract} + getSearchNamesProduct()
{abstract} + sendRegister()
{abstract} + sendLogout()
{abstract} + sendLogin()
{abstract} + updateProfilPicture()
}
}
}
package com.example.aflah.tracki_master {
package com.example.aflah.tracki_master.Retrofit {
class RetroServer {
{static} - BASE_URL : String
{static} - retrofit : Retrofit
{static} + getClient()
{static} + getRegister()
}
}
}
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
|
eb58c2191ea5ca8abf693d52fbfd95dacec6b85f | a751888fd29a1b92bb32ef7d272d3e72f664ed30 | /src/design/propulsion-class-diagram.puml | 24018c12c84680724740c2344f895d541066d2a5 | [
"Apache-2.0",
"MIT",
"EPL-1.0"
] | permissive | petrushy/Orekit | b532c7db85c992d85b5ac3d858d18d656e2b8c46 | 1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443 | refs/heads/develop | 2023-08-16T11:37:43.709083 | 2023-07-18T20:13:14 | 2023-07-18T20:13:14 | 42,349,064 | 10 | 2 | Apache-2.0 | 2023-07-21T14:54:14 | 2015-09-12T07:39:56 | Java | UTF-8 | PlantUML | false | false | 2,425 | puml | ' Copyright 2002-2022 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.orekit #ECEBD8 {
package attitude #DDEBD8 {
interface AttitudeProvider
}
package forces.maneuvers.propulsion #DDEBD8 {
interface PropulsionModel {
+getName()
+init()
+getAcceleration()
+getMassDerivatives()
+getParametersDrivers()
}
interface ThrustPropulsionModel {
+getIsp()
+getDirection()
+getThrust()
+getThrustVector()
+getFlowRate()
}
interface ThrustDirectionProvider {
+computeThrustDirection()
}
abstract class AbstractConstantThrustPropulsionModel
class BasicConstantThrustPropulsionModel
class ScaledConstantThrustPropulsionModel
class ThrustDirectionAndAttitudeProvider
PropulsionModel <|.. ThrustPropulsionModel
ThrustPropulsionModel <|-- AbstractConstantThrustPropulsionModel
AbstractConstantThrustPropulsionModel <|-- BasicConstantThrustPropulsionModel
AbstractConstantThrustPropulsionModel <|-- ScaledConstantThrustPropulsionModel
AttitudeProvider <|.. ThrustDirectionAndAttitudeProvider
ThrustDirectionAndAttitudeProvider <-- "1" ThrustDirectionProvider
}
}
@enduml
|
61e462b1b629b810a025b212a23f1bc6085b50b4 | 9735593c0c7c9f71651b174ec0dfc02753a2d0b2 | /src/main/java/designpatterns/command/concreteExample_command.puml | c582ea07f123b27986181065596ea99418c8d1a6 | [] | no_license | pepe00486/DesignPatterns | cbfbe5b7b1435e6791e496db646646c27beb73e3 | d57000a580947bf67f433cc08936a5c6c8a6c1a5 | refs/heads/main | 2023-02-10T14:41:04.246343 | 2021-01-10T22:13:16 | 2021-01-10T22:13:16 | 326,499,753 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,165 | puml | @startuml
title Command Pattern
interface SoldierCommand{
{abstract} +execute() : void
{abstract} +undo() : void
}
class MoveCommand{
-soldier : Soldier
x : double
y : double
+MoveCommand(soldier : Soldier)
+execute() : void
+undo() : void
}
class MoveForwardCommand{
}
class MoveBackCommand{
}
class MoveLeftCommand{
}
class MoveRightCommand{
}
class ShootCommand{
-soldier : Soldier
+ShootCommand(soldier : Soldier)
+execute() : void
+undo() : void
}
interface Soldier{
{abstract} +shoot() : void
{abstract} +reload() : void
{abstract} +move(x double, y double) : void
}
class RegularSoldier{
~ammunition : int
~positionX : double
~positionY : double
-speed : double
-shotCost : int
-shotSound : String
+shoot() : void
+reload() : void
+move(x double, y double) : void
}
class InfantrySoldier{
{static} SHOT_COST : int
{static} SHOT_SOUND : String
{static} SPEED : double
+InfantrySoldier(ammunition : int, positionX : double, positionY : double)
}
class ArtillerySoldier{
{static} SHOT_COST : int
{static} SHOT_SOUND : String
{static} SPEED : double
+ArtillerySoldier(ammunition : int, positionX : double, positionY : double)
}
class IntelligenceSoldier{
{static} SHOT_COST : int
{static} SHOT_SOUND : String
{static} SPEED : double
+IntelligenceSoldier(ammunition : int, positionX : double, positionY : double)
}
class SoldierController {
-commandsExecuted : List<SoldierCommand>
-soldier : Soldier
+moveForward() : void
+moveBackward() : void
+moveLeft() : void
+moveRight() : void
+shoot() : void
+revertCommands(numberOfCommands : int) : void
}
MoveForwardCommand -down-|> MoveCommand
MoveBackCommand -down-|> MoveCommand
MoveLeftCommand -down-|> MoveCommand
MoveRightCommand -down-|> MoveCommand
MoveCommand .right.|> SoldierCommand
ShootCommand .down.|> SoldierCommand
MoveForwardCommand -down-o Soldier
MoveBackCommand -down-o Soldier
MoveLeftCommand -down-o Soldier
MoveRightCommand -down-o Soldier
ShootCommand -down-o Soldier
SoldierController -down-o SoldierCommand
RegularSoldier .down.|> Soldier
InfantrySoldier -left-|> RegularSoldier
IntelligenceSoldier -right-|> RegularSoldier
ArtillerySoldier -down-|> RegularSoldier
@enduml |
c064f4dd89ef5f96be2fa1123ab0a0d9ac3df0d7 | 14aff7a8f8c9d4f961962f538398f322fa1a5481 | /ProgramowanieObiektowe/Lista5/PO_L5_Z2/PO_L5_Z2.plantuml | 79a33d4c0b3cf8866a51eb02692047c3a9c5e24e | [] | no_license | jakubprzydatek/studia | 6529c5d024bf42d4c230dc966d8b3fbfa32729f1 | 9ae3ffe6206ed8fccd4434c5646c9993f9cf57fe | refs/heads/main | 2023-04-11T16:40:21.418832 | 2021-04-22T21:56:15 | 2021-04-22T21:56:15 | 318,674,064 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,393 | plantuml | @startuml
title __PO_L5_Z2's Class Diagram__\n
namespace com.company {
interface com.company.Argument {
}
}
namespace com.company {
class com.company.Dodaj {
}
}
namespace com.company {
class com.company.Dzielenie {
}
}
namespace com.company {
class com.company.Main {
}
}
namespace com.company {
class com.company.Mnozenie {
}
}
namespace com.company {
class com.company.Odejmowanie {
}
}
namespace com.company {
class com.company.Stala {
}
}
namespace com.company {
abstract class com.company.Wyrazenie {
}
}
namespace com.company {
class com.company.Zmienna {
}
}
com.company.Dodaj -up-|> com.company.Wyrazenie
com.company.Dzielenie -up-|> com.company.Wyrazenie
com.company.Mnozenie -up-|> com.company.Wyrazenie
com.company.Odejmowanie -up-|> com.company.Wyrazenie
com.company.Stala .up.|> com.company.Argument
com.company.Wyrazenie .up.|> com.company.Argument
com.company.Wyrazenie o-- com.company.Argument : argument1
com.company.Wyrazenie o-- com.company.Argument : argument2
com.company.Zmienna .up.|> com.company.Argument
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
|
15167f4c32f3241fe540e54911f22c6f5804e675 | 8bf775240facf29d08f57be6e5f2a4975c5086e7 | /app/src/main/java/com/deviantsatyr/healthy/views/views.plantuml | f618cd2d2be141ae04da270d8a5495e507d14345 | [] | no_license | Merdzhanov/HealthyApp | 0e0724a799f6e7987d0043e898faa82172d89744 | a002cfef0efc1bdffa1fb490915aa47e09cdcfbc | refs/heads/master | 2020-03-26T21:57:51.034523 | 2018-08-20T14:02:52 | 2018-08-20T14:02:52 | 145,421,740 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,559 | plantuml | @startuml
title __VIEWS's Class Diagram__\n
package com.deviantsatyr.healthy {
package com.deviantsatyr.healthy.views {
class DailyMealsListFragment {
- mDailyMealsAdapter : ArrayAdapter<String>
- mDailyMealsListView : ListView
- mDB : FirebaseFirestore
- mDailyMealsRepository : Repository<Dining>
+ DailyMealsListFragment()
{static} + instance()
+ onCreateView()
+ onItemClick()
+ setNavigator()
}
}
}
class SavedState {
{static} + CREATOR : ClassLoaderCreator<SavedState>
~ SavedState()
+ describeContents()
+ writeToParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
class InstantiationException {
+ InstantiationException()
}
package com.deviantsatyr.healthy {
package com.deviantsatyr.healthy.views {
class DailySummaryActivity {
{static} - RC_SIGN_IN : int
- mButtonNavigate : View
- mIsPhone : boolean
- mAuth : FirebaseAuth
# onCreate()
+ navigateWith()
+ onStart()
- updateUI()
- shouldStartSignIn()
- startSignIn()
}
}
}
package com.deviantsatyr.healthy {
package com.deviantsatyr.healthy.views {
class GadgetsFragment {
~ pStatus : int
~ mTVCalPercentage : TextView
+ GadgetsFragment()
+ onCreateView()
{static} + instance()
}
}
}
class SavedState {
{static} + CREATOR : ClassLoaderCreator<SavedState>
~ SavedState()
+ describeContents()
+ writeToParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
class InstantiationException {
+ InstantiationException()
}
package com.deviantsatyr.healthy {
package com.deviantsatyr.healthy.views {
class MealDetailsActivity {
# onCreate()
}
}
}
package com.deviantsatyr.healthy {
package com.deviantsatyr.healthy.views {
class MealDetailsFragment {
- mMeal : String
- mMealTextView : TextView
+ MealDetailsFragment()
+ onCreateView()
{static} + instance()
+ setMeal()
}
}
}
class SavedState {
{static} + CREATOR : ClassLoaderCreator<SavedState>
~ SavedState()
+ describeContents()
+ writeToParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
class InstantiationException {
+ InstantiationException()
}
DailyMealsListFragment -up-|> OnItemClickListener
DailyMealsListFragment -up-|> Fragment
DailyMealsListFragment o-- Navigator : navigator
DailyMealsListFragment o-- Navigator : mNavigator
DailyMealsListFragment +-down- SavedState
DailyMealsListFragment +-down- InstantiationException
SavedState -up-|> Parcelable
SavedState +-down- Creator
SavedState +-down- ClassLoaderCreator
InstantiationException -up-|> AndroidRuntimeException
DailySummaryActivity -up-|> Navigator
DailySummaryActivity -up-|> Activity
DailySummaryActivity o-- DailyMealsListFragment : mDailyMealsListFragment
DailySummaryActivity o-- GadgetsFragment : mGadgetsFragment
DailySummaryActivity o-- MealDetailsFragment : mMealDetailsFragment
GadgetsFragment -up-|> Fragment
GadgetsFragment +-down- SavedState
GadgetsFragment +-down- InstantiationException
SavedState -up-|> Parcelable
SavedState +-down- Creator
SavedState +-down- ClassLoaderCreator
InstantiationException -up-|> AndroidRuntimeException
MealDetailsActivity -up-|> Activity
MealDetailsActivity o-- MealDetailsFragment : mMealDetailsFragment
MealDetailsFragment -up-|> Fragment
MealDetailsFragment +-down- SavedState
MealDetailsFragment +-down- InstantiationException
SavedState -up-|> Parcelable
SavedState +-down- Creator
SavedState +-down- ClassLoaderCreator
InstantiationException -up-|> AndroidRuntimeException
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
|
1b08a842190f01fcfd3d800c2aea918bf306f466 | c7ffe844725460cd68e3a9fef31ce8a9a5baafdc | /app/src/main/java/com/example/Site_RegistrationApp/Site_RegisterationApp.plantuml | c0b8e082ca810b6e8d7e918c86be19570121fb86 | [] | no_license | DvirDadon1/Site_RegistrationApp2 | 91686ea2d1730cfe9dedf4a631e07e047f6d46b3 | ffe545cc926cbb498fdd5a070648d32a18728825 | refs/heads/master | 2023-05-15T21:57:32.448005 | 2021-06-07T21:50:39 | 2021-06-07T21:50:39 | 374,809,349 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,265 | plantuml | @startuml
title __SiteRegistrationApp's Class Diagram__\n
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Barcode {
~ DateCounter : long
~ HealthDeceleration : Builder
~ QrCodeValue : String
~ SiteName : String
~ UserDateCounter : long
~ isAdmin : String
+ GetandSendData()
+ Scan()
+ ScanQrCode()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
+ storeDatetoFirebase()
+ storeHourtoFirebase()
# onActivityResult()
# onCreate()
- CheckSite()
- ChecksAdmin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.CaptureAct {
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Credits {
~ isAdmin : String
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
# onCreate()
- ChecksAdmin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.DatePickerFragment {
+ onCreateDialog()
+ onDateSet()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.FBref {
{static} + FBDB : FirebaseDatabase
{static} + refSite : DatabaseReference
{static} + refUserVisit : DatabaseReference
{static} + refUsers : DatabaseReference
{static} + refVisit : DatabaseReference
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.MainActivity {
~ ETMail : EditText
~ ETPass : EditText
~ TXTForgot : TextView
~ TXTRegister : TextView
~ passwordResetDialog : Builder
- fAuth : FirebaseAuth
- rem_userpass : CheckBox
+ SignIn()
# onCreate()
- userLogin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.MyProfile {
~ ListUserInfo : ListView
~ currentFirebaseUser : String
~ isAdmin : String
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
# onCreate()
- ChecksAdmin()
- ShowData()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.MyVisitors {
~ SiteId : String
~ TodayDate : TextView
~ currentDateString : String
~ date : String
- lV : ListView
+ OpenCalendarForVisitors()
+ onCreateOptionsMenu()
+ onDateSet()
+ onOptionsItemSelected()
# onCreate()
- UserSitename()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.MyVisits {
~ TodayDate : TextView
~ currentDateString : String
~ date : String
- lV : ListView
+ OpenCalendar()
+ onCreateOptionsMenu()
+ onDateSet()
+ onOptionsItemSelected()
# onCreate()
- ChecksAdmin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.RegisterYourSite {
~ isAdmin : String
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
# onCreate()
- CheckisAdmin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Register_Activity {
~ TXTLogin : TextView
~ m : Matcher
~ pattern : String
- ETEmail : EditText
- ETLastName : EditText
- ETName : EditText
- ETPassword : EditText
- ETPhone : EditText
- fAuth : FirebaseAuth
+ CheckPhoneNumber()
+ SingUpAsUser()
# onCreate()
- SignUp()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Settings {
~ TXTSignSite : TextView
~ isAdmin : String
+ CreditsActivity()
+ Go2MyProfile()
+ LogOut()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
# onCreate()
- ChecksAdmin()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Site {
+ ManagerName : String
+ SiteId : String
+ SiteName : String
+ Site()
+ Site()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.UserVisit {
- Date : String
- UserId : String
- WhenHour : String
- WhereVisited : String
+ UserVisit()
+ UserVisit()
+ getDate()
+ getUserId()
+ getWhenHour()
+ getWhereVisited()
+ setDate()
+ setUserId()
+ setWhenHour()
+ setWhereVisited()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Users {
+ Email : String
+ FullName : String
+ PhoneNumber : String
+ SiteName : String
+ UID : String
+ isAdmin : String
+ Users()
+ Users()
+ Users()
}
}
namespace com.example.SiteRegistrationApp {
class com.example.SiteRegistrationApp.Visit {
- Hour : String
- UserEmail : String
- UserName : String
- UserPhone : String
- WhereSite : String
+ Visit()
+ Visit()
+ getHour()
+ getUserEmail()
+ getUserName()
+ getUserPhone()
+ getWhereSite()
+ setHour()
+ setUserEmail()
+ setUserName()
+ setUserPhone()
+ setWhereSite()
}
}
com.example.SiteRegistrationApp.Barcode -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.CaptureAct -up-|> com.journeyapps.barcodescanner.CaptureActivity
com.example.SiteRegistrationApp.Credits -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.DatePickerFragment .up.|> android.app.DatePickerDialog.OnDateSetListener
com.example.SiteRegistrationApp.DatePickerFragment -up-|> androidx.fragment.app.DialogFragment
com.example.SiteRegistrationApp.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.MyProfile -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.MyVisitors .up.|> android.app.DatePickerDialog.OnDateSetListener
com.example.SiteRegistrationApp.MyVisitors -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.MyVisits .up.|> android.app.DatePickerDialog.OnDateSetListener
com.example.SiteRegistrationApp.MyVisits -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.RegisterYourSite -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.Register_Activity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.SiteRegistrationApp.Settings -up-|> androidx.appcompat.app.AppCompatActivity
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
|
b8b06501f7d6d641e016b4d5df2ee3d185bafe2e | c6c72378a47a34ea7f975cfddd0f6daba6b3b4d2 | /ch02/excercise/2-2.puml | 915a2e605566275de98acddd7cadedecd613c157 | [] | no_license | yinm/uml-modeling-lesson | 323b45e8bd926ac0b0f94a024bfd6f20a7872d17 | 0bc65be5ee9e957d3627cb9a5986a8ac9a17744c | refs/heads/master | 2020-04-16T10:38:27.352993 | 2019-01-30T12:37:18 | 2019-01-30T12:37:18 | 165,511,559 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 133 | puml | @startuml
class 支店 {
支店コード
支店名
}
class 口座 {
口座番号
残高
}
支店 "1"--"*" 口座
@enduml
|
c2d052c00f0a4c0f9af8364ae0726334dedd4607 | 52ca52ff0ab109553953139c0206437651c4acea | /Structural/CompositePattern/Composite.puml | d51709587742905592c4e529662079709da8c558 | [] | no_license | semihsevmm/Design-Patterns | d5abf13f2d9703a133ed3f66fcbaa7cff4dab6c1 | 58c108bd23ef5f913a25b2e9d15dd6899a85e6b5 | refs/heads/main | 2023-08-10T23:58:15.067685 | 2021-09-14T19:54:11 | 2021-09-14T19:54:11 | 349,040,506 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 666 | puml | @startuml
abstract class "Component"{
#parent : Component
#name : string
+setParent(parent : Component)
+getParent() : Component
{abstract} +add(component : Component)
{abstract} +remove(component : Component))
{abstract} +isComposite() : bool
+setName(name : string)
{abstract}+getPath(tab : string)
}
class File{
+File()
+File(name : String)
+getPath(tab : string)
}
class Directory{
#children : list<Component>
+Directory()
+Directory(name : string)
+add(component : Component)
+remove(component : Component))
+isComposite() : bool
+getPath(tab : string)
}
Component <|.. File
Component <|.. Directory
Directory o-- File
@enduml |
4635fc87599373caf7f4df220a12fda9f3519f69 | bfe333973362802da041e14a279e527456c6657b | /units/src/unit_02/excercise_a/assets/classes-before-refactoring.puml | 216b71e023162c70839610c481c24317ed000978 | [] | no_license | raveshs/java-tutorial | a035d270c95470ebbce2201735d8d21623ff54e4 | e79c32b092bc0d162125149205fda2ebaaebbb24 | refs/heads/master | 2020-08-04T07:48:27.775409 | 2019-09-30T19:25:19 | 2019-09-30T19:25:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 755 | puml | @startuml
abstract class Blume
Blume <|-- Rose
Blume <|-- Tulpe
Blume <|-- Nelke
class Blume {
// Blumensorten, implizit
protected final static int ROSE = 0;
protected final static int TULPE = 1;
protected final static int NELKE = 2;
// Farben, implizit
protected final static String ROT = "rot";
protected final static String GELB = "gelb";
protected final static String BLAU = "blau";
//Instanzfelder
int blume
String farbe
public void farbe()
public void identifizieren()
}
class Rose {
public void identifizieren()
public void wurzeln()
}
class Tulpe {
public void identifizieren()
public void zwiebeln()
}
class Nelke {
public void identifizieren()
public void stauden()
}
center footer excercise_a von unit_02 vor dem Refaktoring
@enduml |
9f7f35dfcfefe63adb045e1697611da018828735 | b9044429ee1c069ac3a8ade4ad8ad47d7024c65d | /docs/cart.puml | 969b191047127090b181308fc870460973c9f66e | [] | no_license | umitakkaya/marketplace | dfbd2ffeb3e23b2bf6fc0b116361e62a827a3216 | 12b77a3a810db3c63615d9ce7bc8f0d0261fcc70 | refs/heads/master | 2023-04-28T06:38:21.955146 | 2020-06-26T12:33:36 | 2020-06-26T12:33:36 | 274,249,569 | 1 | 1 | null | 2023-04-19T19:41:30 | 2020-06-22T21:51:00 | PHP | UTF-8 | PlantUML | false | false | 1,922 | puml | @startuml
set namespaceSeparator \\
class Cart\\Business\\Input\\AddToCartInput {
+getSku(): string
+getCartId(): UuidInterface
+getQuantity(): int
}
interface Cart\\Business\\Contract\\CartServiceInterface {
+add(AddToCartInput $input): Cart
}
interface Cart\\Business\\Contract\\CartRepositoryInterface {
+get(UuidInterface $cartId): Cart
+save(Cart): void
}
interface Cart\\Business\\Contract\\ProductRepositoryInterface {
+get(string $sku): Product
}
class Cart\\Business\\Service\\CartService implements Cart\\Business\\Contract\\CartServiceInterface {
+add(AddToCartInput $input): Cart
}
class Cart\\Business\\Domain\\Cart {
+cartTotal(): float
+add(CartItem $itemToAdd): void
}
class Cart\\Business\\Domain\\CartItem {
-Product product
-int quantity
+price(): float
+equalsTo(CartItem itemToCompare): bool
+combine(CartItem itemToCombine): void
+getQuantity(): int
+getProduct(): Product
}
class Cart\\Business\\Domain\\Product {
+getSku(): string
+getName(): string
+getPrice(): float
}
class Cart\\DataAccess\\Repository\\CartRepository implements Cart\\Business\\Contract\\CartRepositoryInterface {
+get(UuidInterface $cartId): Cart
+save(Cart): void
}
Cart\\Business\\Domain\\Cart ..> Cart\\Business\\Domain\\CartItem
Cart\\Business\\Domain\\CartItem .right.> Cart\\Business\\Domain\\Product
Cart\\Business\\Contract\\CartServiceInterface ..> Cart\\Business\\Input\\AddToCartInput
Cart\\Business\\Contract\\CartServiceInterface ..> Cart\\Business\\Domain\\Cart
Cart\\Business\\Contract\\CartRepositoryInterface ..> Cart\\Business\\Domain\\Cart
Cart\\Business\\Contract\\ProductRepositoryInterface ..> Cart\\Business\\Domain\\Product
Cart\\Business\\Service\\CartService .left.> Cart\\Business\\Contract\\ProductRepositoryInterface
@enduml |
b3ed58a576a8a0ffbdd7872e2e89edb027251b8f | 4b859bba3d2d62d7c32b1f6f48dfd5ecf37c7b00 | /assets/techjobs_mvc_controllers.puml | 734213a061ad910d9e3ca5cd56afa9edcbb9a44c | [] | no_license | jrcharney/java-web-dev-techjobs-mvc | dcd9ebd30c62a1b5aae61294739629a7168f9a1e | 9f105cb8e6aa24208e7598ee445be2b2a8c3440f | refs/heads/master | 2022-11-20T11:32:56.817182 | 2020-07-15T03:34:29 | 2020-07-15T03:34:29 | 265,135,143 | 0 | 0 | null | 2020-05-19T03:39:13 | 2020-05-19T03:39:12 | null | UTF-8 | PlantUML | false | false | 2,511 | puml | @startuml
title Tech Jobs : MVC : Controllers
skinparam monochrome true
package controllers {
class HomeController <<Controller>> {
+@RequestMapping(value="") index(model : Model) : String
{method} \t actions = actionChoices
{method} \t return "index"
}
class ListController <<Controller>> <<@RequestMapping(value = list) >> {
{static} -columnChoices : Map<String,String> = new HashMap()
{static} -tableChoices : Map<String,Object> = new HashMap()
__
+ListController()
..
+@RequestMapping(value = "") list(model : Model) : String
{method} \t columns = columnChoices
{method} \t tableChoices = tableChoices
{method} \t employers = JobData.getAllEmployers()
{method} \t locations = JobData.getAllLocations()
{method} \t positions = JobData.getAllPositionTypes()
{method} \t skills = JobData.getAllCoreCompetency()
{method} \t return "list"
+@RequestMapping(value = "jobs") listJobsByColumnAndValue(model : Model, @RequestParam column : String, @RequestParam value : String)
{method} \t If column.toLowerCase().equals("all")
{method} \t\t title = "All Jobs"
{method} \t\t jobs = JobData.findAll()
{method} \t Else
{method} \t\t title = "Jobs with" + columnChoices.get(column) + ": " + value
{method} \t\t jobs = JobData.findByColumnAndValue(column,value)
{method} \t return "list-jobs"
}
class SearchController <<Controller>> <<@RequestMapping("search")>> {
+@RequestMapping(value = "") search(model : Model) : String
{method} \t column = ListController.columnChoices
{method} \t return "search"
+@RequestMapping(value = "results") displaySearchResults(model : Model, @RequestParam searchType : String, @RequestParam searchTerm : String)
{method} \t if(searchTerm != null || searchTerm.toLowerCase().equals("all")) {
{method} \t\t jobs = JobData.findByColumnAndValue(searchType, searchTerm);
{method} \t\t title = "Search for " + searchTerm + " in " + columnChoices.get(searchType)
{method} \t else {
{method} \t\t jobs = JobData.findAll();
{method} \t\t title = "All Jobs"
{method} \t type = searchType
{method} \t columns = columnChoices
{method} \t return "search"
}
HomeController .[hidden]. ListController
ListController .[hidden]. SearchController
}
@enduml |
50c1d428296375326e2cd6b5808dbd996a1415e9 | 088856ec5790009dd9f9d3498a56fe679cfab2e8 | /src/puml/5/ucmitz/svg/class/bc-installer/installer.puml | 5250acfd2bb44886b0bae8d78fc56208d5964901 | [] | 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,394 | puml | @startuml
skinparam handwritten true
skinparam backgroundColor white
hide circle
skinparam classAttributeIconSize 0
title インストーラー
class InstallationsController {
+ 初期画面表示:index()
+ ステップ2:step2()
+ ステップ3:step3()
+ ステップ4:step4()
+ 完了画面表示:step5()
}
class InstallationsService {
+ BcDatabaseServiceInterface
}
class InstallationsServiceInterface {
+ ステップ2の View 変数を取得:getViewVarsForStep2()
+ ステップ3の初期値取得:getDefaultValuesStep3()
+ ステップ3の View 変数を取得:getViewVarsForStep3()
+ データベースの接続確認:testConnectDb()
+ DB設定をセッションに書き込む:writeDbSettingToSession()
+ DB設定を読み込む:readDbSetting()
+ データベースを構築する:constructionDb()
+ 全てのテーブルを削除する:deleteAllTables()
+ データベースに接続する:connectDb()
+ ステップ4の初期値取得:getDefaultValuesStep4()
+ ユーザーとサイト名を初期化:initAdmin()
+ データベースを初期化する:initDb()
+ ファイル関連を初期化する:initFiles()
+ ログインする:login()
}
InstallationsController -down[#Black]-> InstallationsService
InstallationsService -left[dotted,#Black]-|> InstallationsServiceInterface
@enduml
|
46a2a1042c3226237dbf630f9ab5ad3503671b1e | e20adcd256924faa2caa23c4bb27354e1d38bda9 | /exercise41/docs/41UML.puml | 98acd46370e93b2e0cfc97b0c23ff189e40e5cf5 | [] | no_license | jmazor/mazor-a04 | 72011ab7516956e7c497debb15c4033c16b65cf4 | 0e94fb2d34d2702cc639f9e855c44ad34328ac8c | refs/heads/main | 2023-08-28T15:18:24.704213 | 2021-10-18T02:59:40 | 2021-10-18T02:59:40 | 414,770,548 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 176 | puml | @startuml
'https://plantuml.com/class-diagram
class wordSort {
- List<String> words
+wordSort()
+wordSort(String input)
+sort()
+printList()
+getWords()
}
@enduml
|
3c5345ff570d273eca8545472b510e5cb8d66897 | 418493e99ee0c87456da7cb3ef22aa4bcb83be60 | /documentation/software_design/authentication/current_login_class_diagram.puml | 7a16839aad2e7b88f35b0a17a5b37583913c3b9a | [] | no_license | AyoubMoujane/SplitPay | 8fc6fe1eb09b5d1566015994b5443e77eb5ec2a4 | 8408108f732a77ed837dfc695e9a712c33b614a7 | refs/heads/main | 2023-02-16T11:40:57.259756 | 2021-01-17T07:26:19 | 2021-01-17T07:26:19 | 311,427,277 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,597 | puml | @startuml login_1.0
package authController <<Folder>> {
class NormalUserSignUpController {
+signUp()
}
class StoreOwnerSignUpController {
+signUp()
}
class LoginController {
+login() : void
+logout() : void
}
}
package auth <<Folder>> {
class UserFaçade {
+getInstance() : UserFaçade
+storeOwnerEmailLogin(String email, String password) : StoreOwner
+storeOwnerPhoneLogin(String phone, String password) : StoreOwner
+normalUserEmailLogin(String email, String password) : NormalUser
+normalUserPhoneLogin(String phone, String password) : NormalUser
+storeOwnerEmailSignUp(String credential, String companyName, String nickname, String siret, String password) : StoreOwner
+storeOwnerPhoneSignUp(String credential, String companyName, String nickname, String siret, String password) : StoreOwner
+normalUserEmailSignUp(String credential, String firstName, String lastName, String nickname, String password) : NormalUser
+normalUserPhoneSignUp(String credential, String firstName, String lastName, String nickname, String password) : NormalUser
+logout() : void
}
class Session {
-loggedNormalUser : NormalUser
-loggedStoreOwner : StoreOwner
+getInstance() : Session
+getLoggedInNormalUser() : NormalUser
+getLoggedInStoreOwner() : StoreOwner
+logout() : void
}
UserFaçade -> Session
}
package dao <<Folder>> {
abstract class DAOFactory {
#{static}connection : Connection
+createUserDao() : UserDaoImpl
+{static}getConnection() : Connection
}
package mysql <<Folder>> {
class MySqlDAOFactory {}
class MySqlUserDAO {}
MySqlDAOFactory .down.> MySqlUserDAO : creates
}
package postgres <<Folder>> {
class MyPostGresDAOFactory {}
class MyPostGresUserDAO {}
MyPostGresDAOFactory .down.> MyPostGresUserDAO : creates
}
interface UserDAO {
+getConnection() : Connection
+emailLogin(String email, String password)
+phoneLogin(String phone, String password)
+createStoreOwner(StoreOwner user) : StoreOwner
+createNormalUser(NormalUser user) : NormalUser
+findUserByEmail(String email) : User
+findUserByPhone(String phone) : User
+findUser(String credential) : User
}
DAOFactory <|-- MySqlDAOFactory
DAOFactory <|-- MyPostGresDAOFactory
UserDAO <|.. MyPostGresUserDAO
UserDAO <|.. MySqlUserDAO
}
UserFaçade -down-> DAOFactory
UserFaçade -down-> UserDAO
LoginController .down.> UserFaçade
StoreOwnerSignUpController .down.> UserFaçade
NormalUserSignUpController .down.> UserFaçade
@enduml |
df2393f82fe97afdf847361fda7d489273b27e40 | 4e66b60562009e54e3249595d08d88573c1d7fba | /uml/NestedClass.puml | 1bb9b4328d5af672759c330681c675170f99a165 | [
"MIT"
] | permissive | pierre3/PlantUmlClassDiagramGenerator | a17a7ec5e3b547b0a9d5afee1d74436c6d602782 | 00bd84d543a14f05c95857426060e677c4668cc8 | refs/heads/master | 2023-07-06T01:15:15.436366 | 2023-05-31T13:39:56 | 2023-06-02T10:24:02 | 41,860,665 | 598 | 123 | MIT | 2023-08-20T06:56:51 | 2015-09-03T13:17:42 | C# | UTF-8 | PlantUML | false | false | 144 | puml | @startuml
class OuterClass {
}
class InnerClass {
}
class InnerStruct <<struct>> {
}
InnerClass +- InnerStruct
OuterClass +- InnerClass
@enduml
|
c1d86461c34ec6ccd0de34bf5de21c1b786eef29 | 8d3957a0b15338e6c8491756394821062eaed362 | /doc/models.puml | 3b65c80c5c90912161d26dcb0ac3d63c32d43299 | [
"MIT"
] | permissive | Nooblisk/levelup | 6a7522150120a41300a01e8916020d199b06306d | c55f3cdb01d2d1c94292c4d84a996a7790667f13 | refs/heads/master | 2021-05-04T10:17:07.522646 | 2017-09-12T18:00:01 | 2017-09-12T18:00:01 | 51,316,839 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 692 | puml | @startuml
class User {
Collection Features
Collection Quests
Collection Steps
string username
int level
}
class Feature {
Collection Quests
string title
string description
string imageUrl
int level
}
class Quest {
Collection Steps
string title
string description
string imageUrl
integer maxSteps
}
class Step {
string comment
DateTime completedAt
User user
Quest quest
}
class Achievement {
User user
string title
string description
string imageUrl
DateTime awardedAt
}
User <-left-> Feature
User <--> Quest
User <-> Step
User <-down- Achievement
Feature --> Quest
Quest <--> Step
@enduml |
4d13268b096cbf3afe242d6476c81b5d17166d99 | 568565f45f162e249ddc2cd84c367b8c8b1030ea | /calcite_uml/class/relnode_clazz.puml | 534b85d921c4412116b1b2d4ff016f1fbb86140e | [] | no_license | YSMull/calcite-tutorial | 36b908954435b9524f1db20e6b740974fd6df934 | 867b90abd775f3291a5f9cab692200eca6a1c28b | refs/heads/master | 2022-11-08T21:51:29.514937 | 2020-06-24T08:28:55 | 2020-06-24T08:28:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,298 | puml | @startuml
interface RelOptNode {
}
note top of RelOptNode
planner中的node
end note
interface RelNode {
}
note top of RelNode
一个RelNode是一个关系表达式.关系表达式用于处理数据,所以它们的名字都是动词:
比如Sort,Join,Project,Filter,Scan,Sample等
如果一类关系表达式有特殊的优化规则,它应该实现静态方法Abstract#register
一个关系表达式实现时候,系统会分配一个RelImplementor用于管理处理过程.每一个
可实现的关系表达式有一个RelTrainSet,描述它的物理属性.RelTrainSet空时包含一个
Converntion描述表达式如何把数据传给它的consuming关系表达式.
对于每一个calling-convention,都有一系列的RelNode的子接口,比如EnumerableRel有
管理EnumerableConvention这种calling-convention的图,而它又和EnumerableRelImplementor
交互.
end note
abstract class AbstractRelNode {
}
abstract class SingleRel {
}
note top of SingleRel
只有一个input的关系表达式的基础类
end note
abstract class Filter {
}
note top of Filter
迭代它的input,只返回condition计算为true的
元素
end note
abstract class Calc {
}
class LogicalCalc {
}
note top of LogicalCalc
用于计算project和filter表达式的关系表达式
这个关系表达式用于组合LogicalProject和LogicalFilter的功能
end note
class EnumerableCalc {
}
note top of EnumerableCalc
通过EnumerableConvention来实现Calc
end note
RelNode --> RelOptNode
AbstractRelNode --> RelNode
SingleRel --> AbstractRelNode
Filter --> SingleRel
Calc --> SingleRel
LogicalCalc --> Calc
EnumerableCalc --> Calc
EnumerableCalc *--> EnumerableConvention
interface RelTrait {
}
note top of RelTrait
RelTrait代表traitDef定义的关系表达式trait的manifestation.
end note
abstract class RelTraitDef<T extends RelTrait>{
}
note top of RelTraitDef
代表RelTrait的类
end note
interface Convention {
}
note top of Convention
calling convention trait
end note
enum EnumerableConvention{
}
note top of EnumerableConvention
calling convention家族返回linq4j.Enumerable的结果
end note
RelTrait *--> RelTraitDef
Convention --> RelTrait
RelNode *--> Convention
EnumerableConvention --> Convention
@enduml
|
9062ff32e1ea63d6a0aaba05a94e539f570e2db5 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductSetAssetCustomFieldAction.puml | b1ab0ae03e7b8a45c2b8707a055ee1d57caeac74 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 586 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ProductSetAssetCustomFieldAction [[ProductSetAssetCustomFieldAction.svg]] extends ProductUpdateAction {
action: String
variantId: Long
sku: String
staged: Boolean
assetId: String
assetKey: String
name: String
value: [[Object.svg Object]]
}
interface ProductUpdateAction [[ProductUpdateAction.svg]] {
action: String
}
@enduml
|
654308793a9f168cdee1bda912b9d693aaefd496 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Engines/EngineFactory.puml | 3133ded0c70a2f79c65522b0c04288f008e2e05d | [
"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 | 293 | puml | @startuml
class EngineFactory {
+ EngineFactory(context:AmbientContext, accessorFactory:AccessorFactory, utilityFactory:UtilityFactory)
+ CreateEngine() : T
+ CreateEngine(accessorFactory:AccessorFactory, utilityFactory:UtilityFactory) : T
}
FactoryBase <|-- EngineFactory
@enduml
|
5d1bceb5be5e5c4da840873206b30616f80e61cd | 201ec6575fe19b53149ee3c034e8871b9e970875 | /diagrama de classes.puml | 390664319c29d82d827e68133935d2d71abd78ce | [] | no_license | fernandojunior90/jogo-da-velha | 78ba4297ef22329b14837cbaca3b007a9f3600ed | 72e45403aa0b4024e58aaa0241e48d3057b1a86b | refs/heads/master | 2020-03-23T21:04:02.811864 | 2018-07-30T22:51:31 | 2018-07-30T22:51:31 | 142,079,411 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 276 | puml | @startuml
class partida{
Jogadores1/2
Tabuleiro
Se jogador1 ou jogador2 ganhou, empate
}
class tabuleiro{
Imprime tabuleiro
Verifica linha, colunas, diagonais
}
class jogador{
Realizar jogada
Verifica se pode jogar
}
partida --> tabuleiro: A
partida --> jogador : B
@enduml |
901ffadb0e86bb386999af7235e256c090289537 | 53171f99b9c35cbc19968d53c949e5938f6e8047 | /UML/class_diagrams/Internal/Astronomical.puml | c125af3894d2f6d00ae465de490518e63d5370e3 | [
"MIT"
] | permissive | tockards/Adhan | f40b060331a974a73908f41a7d8003909745d76f | 93239a1634634d1833f56b2ff18f9de5a9c14ac9 | refs/heads/master | 2020-03-28T04:10:46.405943 | 2018-09-12T20:00:18 | 2018-09-12T20:00:18 | 147,698,739 | 0 | 0 | MIT | 2018-09-06T16:00:06 | 2018-09-06T16:00:06 | null | UTF-8 | PlantUML | false | false | 1,335 | puml | @startuml
class Astronomical{
+{static} meanSolarLongitude(double T) : double
+{static} meanLunarLongitude(double T) : double
+{static} apparentSolarLongitude(double T, double L0) : double
+{static} ascendingLunarNodeLongitude(double T, double L0) : double
+{static} meanSolarAnomaly(double T) : double
+{static} solarEquationOfTheCenter(double T, double L0) : double
+{static} meanObliquityOfTheEcliptic(double T) : double
+{static} apparentObliquityOfTheEcliptic(double T, double ε0)
+{static} meanSiderealTime(double T) : double
+{static} nutationInLongitude(double T, double L0, double Lp, double Ω) : double
+{static} nutationInObliquity(double T, double L0, double Lp, double Ω) : double
+{static} altitudeOfCelestialBody(double φ, double δ, double H) : double
+{static} approximateTransit(double L, double Θ0, double α2) : double
+{static} correctedTransit(double m0, double L, double Θ0, double α2, double α1, double α3) : double
+{static} correctedHourAngle(double m0, double h0, Coordinates coordinates, boolean afterTransit,
double Θ0, double α2, double α1, double α3, double δ2, double δ1, double δ3) : double
+{static} double interpolate(double y2, double y1, double y3, double n) : double
+{static} double double interpolate(double y2, double y1, double y3, double n) : double
}
@enduml |
3f68867d8a430cb7476947cac912c838a5bea35a | 71876eb0846f6f2490ac8f6b60c48d1d97a47f60 | /VenturaAPI/docs/diagrams-class/plantuml/controllers.view.plantuml | abc7e12cfea77979d19e8b733beced30e96ba675 | [] | no_license | RogerVFbr/VenturaHR | 281efe904cd77152f339c801ccd6b3182d90af70 | 11d031caaae19c0c6f0f1c809ef14f7b3014bcdf | refs/heads/master | 2023-01-20T07:24:50.235474 | 2020-12-03T13:11:59 | 2020-12-03T13:11:59 | 285,815,756 | 3 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,093 | plantuml | @startuml
title __VIEW CONTROLLERS's Class Diagram__\n
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.HomeViewController {
+ HomeViewController()
+ getCandidatoContent()
+ getCandidatoContent()
+ getEmpresaContent()
+ getEmpresaContent()
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.PublishVagaViewContoller {
+ PublishVagaViewContoller()
+ requestSignUp()
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.RankingViewController {
+ RankingViewController()
+ getContent()
+ getResposta()
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.ResponderVagaViewController {
+ ResponderVagaViewController()
+ getContent()
+ requestAnswer()
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.SignInViewController {
+ SignInViewController()
+ getContent()
+ requestSignIn()
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace controllers.view {
class com.soundlab.dockerizedjavaapi.controllers.view.SignUpViewController {
+ SignUpViewController()
+ requestSignUp()
}
}
}
com.soundlab.dockerizedjavaapi.controllers.view.HomeViewController o-- com.soundlab.dockerizedjavaapi.services.view.HomeCandidatoViewService : homeCandidatoViewService
com.soundlab.dockerizedjavaapi.controllers.view.HomeViewController o-- com.soundlab.dockerizedjavaapi.services.view.HomeEmpresaViewService : homeEmpresaViewService
com.soundlab.dockerizedjavaapi.controllers.view.PublishVagaViewContoller o-- com.soundlab.dockerizedjavaapi.services.view.PublishVagaViewService : publishVagaViewService
com.soundlab.dockerizedjavaapi.controllers.view.RankingViewController o-- com.soundlab.dockerizedjavaapi.services.view.RankingViewService : rankingViewService
com.soundlab.dockerizedjavaapi.controllers.view.ResponderVagaViewController o-- com.soundlab.dockerizedjavaapi.services.view.ResponderVagaViewService : responderVagaViewService
com.soundlab.dockerizedjavaapi.controllers.view.SignInViewController o-- com.soundlab.dockerizedjavaapi.services.view.SignInViewService : signInViewService
com.soundlab.dockerizedjavaapi.controllers.view.SignUpViewController o-- com.soundlab.dockerizedjavaapi.services.view.SignUpViewService : signUpViewService
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
|
2b771430ff189e2dd3923ff25e8dfa7c99c9e648 | ac15203c3e771cb55e6506c671041a1f75000ce5 | /src/main/java/rape/brutal/alex/evaluator/evaluator_diagram.puml | 0bd05cea63e1a420cc51c868458fa67072469061 | [] | no_license | ViRGiL175/java-columbian-checkpoint-breakout | 08a1470dd4fea4ac7d56bccb2d243e9ce8c1f2ce | 2c3d483c949a049b7a48fec9e4e319077d02c200 | refs/heads/master | 2021-01-19T01:13:43.076942 | 2017-04-04T20:36:13 | 2017-04-04T20:36:13 | 87,232,580 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,486 | puml | @startuml
package rape.brutal.alex.evaluator {
+interface IValuable {
+int getValue();
}
+class Evaluator {
+int getValue(IValuable iValuable);
}
+class Concierge {
+Entrance entrance;
}
+class Builder {
+Apartment static build(address, buildingType, hasBoiler, hasParking, entrancesCount,
hasElevator, hasGarbageChute, floorsCount, apartmentsPerFloor, roomsCount);
}
package rape.brutal.alex.evaluator.building {
ApartmentBuilding o-- BuildingType
ApartmentBuilding o-* Entrance
Entrance o-* Apartment
Apartment o-- Room
Room o- RoomType
+class ApartmentBuilding implements IValuable {
-final int entranceCount;
-String address;
-BuildingType buildingType;
-boolean hasBoiler;
-boolean hasParking;
-Entrance[] entrances;
+ApartmentBuilding(String address, BuildingType buildingType,
boolean hasBoiler, boolean hasParking, int entranceCount);
+void addEntrance(Entrance entrance);
}
+enum BuildingType {
BLOCK,
INDIVIDUAL,
BRICK_MONOLITH,
MONOLITH,
PANEL,
BREZHNEV,
KHRUSHCHEV,
STALIN
}
+class Entrance {
-final int floorsCount;
-final int apartmentsPerFloor;
-int number;
-boolean hasElevator;
-boolean hasGarbageChute;
-Apartment[][] apartments;
-ApartmentBuilding parentBuilding;
+Entrance(boolean hasElevator, boolean hasGarbageChute, int floorsCount,
int apartmentsPerFloors, ApartmentBuilding parentBuilding);
+void addApartment(Apartment apartment);
}
+class Apartment implements IValuable {
-final int roomsCount;
-int number;
-int floor;
-Room[] rooms;
-Entrance parentEntrance;
+Apartment(int roomsCount, Entrance parentEntrance);
+void addRoom(Room room);
+int getTotalArea();
}
+class Room {
-RoomType roomType;
-int area;
+Room(RoomType roomType, int area);
}
+enum RoomType {
KITCHEN,
BATHROOM,
LIVING_ROOM
}
}
}
@enduml |
057c5e89f13323bdcb123a03fc2bc6306c9370fc | afaba8b7f5d826664155b257db77cf4dbf4b8816 | /oop-pattern/ch05/resources/lsp01.puml | ee112cac9e92451ec35cbc34fc9205339d67790a | [
"MIT"
] | permissive | appkr/pattern | b40b621e52c9b27be01f2a21f2f605a459ac998f | 1e635f7b79cc4b89d2e75455cb14e1572619eb20 | refs/heads/master | 2022-11-02T01:56:18.654766 | 2022-10-12T08:45:58 | 2022-10-12T08:47:36 | 71,896,898 | 11 | 2 | MIT | 2018-11-10T15:05:11 | 2016-10-25T12:55:03 | PHP | UTF-8 | PlantUML | false | false | 222 | puml | @startuml
'skinparam linetype ortho
class Billing {}
interface License {
+ calcFee()
}
class PersonalLicense implements License {}
class BusinessLicense implements License {
- users
}
Billing -> License
@enduml
|
cc3ac82554e549541ad5cc76f1144300c390a140 | 5383caf6f9641aa51e11f17aea2a3543a3c986d6 | /patrones-observer/diagramas/disney+.plantuml | f3345aceeeffde7f6e54335ae7e67115cd6a8325 | [] | no_license | gdaunlam/workspace-taller | bf837039b9739599891ebd7c8920b1497f0065f4 | 4c381c16a2cfe929d68f75016eda890a2ad7e30b | refs/heads/master | 2023-08-15T16:24:14.190520 | 2021-09-27T22:34:42 | 2021-09-27T22:34:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 448 | plantuml | @startuml disney+
skinparam dpi 300
interface Notificador {
+ void agregar()
+ void eliminar()
+ void notificar()
}
interface Suscriptor {
+ void actualizarEstado()
}
class NotificadorConcreto {
- suscriptores : Suscriptor[]
}
class SuscriptorConcreto {
- capSem
}
Notificador <|.. NotificadorConcreto
Suscriptor <|.. SuscriptorConcreto
Notificador --> Suscriptor
SuscriptorConcreto --> NotificadorConcreto
@enduml |
e95dceaefdf67dd13c1e9bc5463f86079cdcbb98 | 5aba66c5379f4722d08799179fd3a2d5df19c256 | /tetristerm.puml | 656807972f74e93b573a981e2dd2f5f9bd2677bd | [] | no_license | aetxabao/TetrisTerm | 07824175a2cb7c9dc882718f1502195789359391 | 17a91bd9e40282d503e30d6324f472b5d629088b | refs/heads/main | 2023-07-28T05:38:02.317122 | 2021-09-08T21:15:39 | 2021-09-08T21:15:39 | 404,482,234 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,544 | puml | @startuml
class com.aetxabao.tetristerm.Board {
- int width
- int height
- Piece piece
- ETetromino[][] matrix
- Piece nextPiece
- int lines
+ <<Create>> Board(int,int)
- void init()
+ int getWidth()
+ int getHeight()
+ ETetromino[][] getBoardWithPiece()
+ Piece getNextPiece()
+ int getLines()
+ void pieceDoes(EAction)
+ boolean canPieceDo(EAction)
- boolean couldHave(Piece)
+ void mergePiece()
+ boolean newPiece()
+ void removeLines()
}
class com.aetxabao.tetristerm.Conf {
+ {static} int BOARD_WIDTH
+ {static} int BOARD_HEIGHT
+ {static} int TARGET_LINES
- <<Create>> Conf()
}
class com.aetxabao.tetristerm.Tetris {
+ {static} void main(String[])
}
class com.aetxabao.tetristerm.Piece {
- int[][][] SHAPES
- ETetromino tetromino
- int[] pos
- int[][] coords
+ <<Create>> Piece()
+ void setTetromino(ETetromino)
+ ETetromino getTetromino()
+ Piece clone()
+ int[] getPos()
+ void setX(int)
+ void does(EAction)
- void rotate()
+ int[][] getCoords()
+ String toString()
}
class com.aetxabao.tetristerm.Input {
~ {static} void waitStart()
~ {static} EAction readAction()
}
class com.aetxabao.tetristerm.Renderer {
+ {static} void clearScreen()
+ {static} void drawInit()
+ {static} void drawBoard(Board)
+ {static} void drawYouWon(Board)
+ {static} void drawYouLost(Board)
}
class com.aetxabao.tetristerm.Game {
- {static} EGameStatus gameStatus
- {static} Board board
~ {static} void run()
~ {static} void init()
~ {static} void render_game()
~ {static} void process_input()
~ {static} void update_game()
~ {static} void finish()
}
@enduml |
93c092d87a95de37568b3a69466021daf12a31b4 | e5ea6c9106f51c7f72d991a179a68de6683b2b62 | /Testing System/src/TestingSystem.puml | 9dca63de35a1eaee59abd6d2ff1d4853b3168fd3 | [] | no_license | im337/CS350 | 17e87023b480763baea7f813e035d4bc06694e6d | 20ad7fe946f498c3be6d34fa2569c1d77d69d7ef | refs/heads/master | 2020-04-07T00:13:51.971403 | 2018-12-06T21:40:40 | 2018-12-06T21:40:40 | 155,120,194 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,223 | puml | @startuml
' Test types
class Test
class Survey
' Questions
abstract class Question
class TrueFalse
class ShortAnswer
class EssayAnswer
class MultipleChoice
class Ranking
class Matching
' drivers
class Input
class Output
class ResponseCorrectAnswer
' controllers
class MainMenu
MainMenu *-- Test
MainMenu *-- Survey
MainMenu *-- Output
class MainMenu {
-ArrayList<Survey> questionnaireList
+displayQuestionnaires()
+questionnaireController(Survey survey)
}
Survey <|-- Test
Survey *-- Question
Survey *-- Input
Test *-- Input
Test *-- Question
class Survey {
+ String questionnaireName
- ArrayList<Question> Questions
+ getQuestionnaireName() : String
+ setQuestionnaireName(String name)
+ addQuestion(Question question, String Answer)
+ addNoAnswerQuestion(Question question)
+ deleteQuestion(Question question)
+ saveQuestionnaire(String name, String filename)
+ loadQuestionnaire(String name) : Survey
}
class Test {
-ArrayList<String> correctAnswers
+testGrade(correctAnswers, responses) : double
+saveGrade(int grade)
}
class Input {
-Scanner inputReader
-String userInput
+getUserInput(String userInput)
}
class Output {
+displayOutput(String output)
}
Question <|-- MultipleChoice
Question <|-- EssayAnswer
Question <|-- Matching
MultipleChoice <|-- TrueFalse
EssayAnswer <|-- ShortAnswer
Matching <|-- Ranking
class Question {
-String questionPrompt
+Question(String questionPrompt)
+getQuestion() : String
+saveQuestion()
}
class EssayAnswer{
}
class ShortAnswer{
-int wordLimit
+setWordLimit(int limit)
+getWordLimit() : int
}
class MultipleChoice{
-ArrayList<String> Choices
+getChoices() : ArrayList<String>
}
class TrueFalse{
}
class Matching{
-ArrayList<String> choices
+setUserChoices(ArrayList<String> choices)
}
class Ranking{
-ArrayList<String> userRankings
+setUserRankings(ArrayList<String> rankings)
}
Test *-- ResponseCorrectAnswer
class ResponseCorrectAnswer {
-ArrayList<String> responses
+getResponses() : ArrayList<String> responses
+addResponse(String response);
+setResponses(ArrayList<String> responses)
+stringCompare(String correctAnswer, String response) : bool
+matchingCompare(ArrayList<String> matchingAnswers, ArrayList<String> matchingResponses)
}
@enduml |
ea6f0f9f9a15c7e5ca0114bea53d1f5f2e41cbcd | 8b30cabdb130ee23a92a94885c6f709c5babcf37 | /nutriClin/Diagramas/Clases.puml | e0e3d8f49939cb192621df935154455acfbd84d6 | [] | no_license | iberlot/ProgAvans | 6c5782c1b1f8bad57ffdcd9ef06c8b4499dd9e86 | 435a8bce13a7b81c15504d18a1eb17303445da37 | refs/heads/master | 2020-05-02T01:48:10.686416 | 2019-03-29T21:03:04 | 2019-03-29T21:03:04 | 177,692,124 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 966 | puml | @startuml
class Pacientes {
# int documento
# Calendar fNacimiento
# String nombre
# String apellido
# String sexo
# int telefono
# boolean obraSocial
# ArrayList <Tratamientos> tratamientos
# ArrayList <Visitas> visitas
+ boolean comprobar_fNac()
}
class Visitas {
- int numero
- Calendar fecha
- String comentarios
- ArrayList <Productos> productos
- int siguiente_numero()
}
abstract class Tratamientos {
# int numero
# String nombre
- ArrayList <Productos> productos
}
class TratNtucion extends Tratamientos {
- float caloriasMaximas
- Array <Comidas> camidasPermitidas
- float costo
}
class TratEsteticos extends Tratamientos {
- int cantidadSeciones
- float precioSecion
}
class Comidas {
}
class Productos {
- int codigo
- String nombre
- float precio
}
TratNtucion "1" o-- "*" Comidas
Pacientes "1" o-- "*" Tratamientos
Pacientes "1" o-- "*" Visitas
Visitas "1" o-- "*" Productos
@enduml |
d4d7a2c960de53c200da7a98dddba5a88e50be76 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestLaunchers/PlayerLauncherBuildOptions.puml | 0132d8868ce0b2ae94081e5925f8243afe4057ab | [] | 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 | 196 | puml | @startuml
class PlayerLauncherBuildOptions {
+ PlayerDirectory : string
+ <<override>> ToString() : string
}
PlayerLauncherBuildOptions --> "BuildPlayerOptions" BuildPlayerOptions
@enduml
|
a12073151643705e82cd1ca390743c80a46c36d0 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderRemoveItemShippingAddressAction.puml | 200928013118906f12fe790aa6bbc843175fd7f0 | [] | 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 | 464 | 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 OrderRemoveItemShippingAddressAction [[OrderRemoveItemShippingAddressAction.svg]] extends OrderUpdateAction {
action: String
addressKey: String
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
|
ffac084efcdfc9294bfdbe0d38a838ca148c7f45 | 105171abc9ad1f14285ff1e839ce907a44a06195 | /out/production/Build-A-Net/application/application.plantuml | 5983098f7017b303921be75b184986618656b0d9 | [] | no_license | Sam-Malpass/Build-A-Net | 517e20ff04764fc104db7e063da35a38bafff26f | e8259a031b588cd6087cc94f2349bcbb751fb4a2 | refs/heads/master | 2022-12-08T17:01:09.936646 | 2020-09-11T06:46:10 | 2020-09-11T06:46:10 | 232,276,459 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 647 | plantuml | @startuml
title __APPLICATION's Class Diagram__\n
namespace application {
class application.Main {
- mainScene : Scene
- mainStage : Stage
{static} - messageInterface : MessageBus
- windowHeight : double
- windowWidth : double
{static} + passMessage()
{static} + passMessage()
+ start()
- setup()
}
}
application.Main -up-|> javafx.application.Application
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
|
9bb519d266139a3305410c1015430aaf9cba50f6 | a35809cd34147b14b63d8b2dc942054392805e68 | /src/main/java/com/shengsiyuan/dp/command/command.puml | 8d8ddbc100091c4405049b5469cb0e7c795a1b13 | [] | 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 | 746 | puml | @startuml
title 命令模式的原理类图
interface Command{
+ execute(): void
+ undo(): void
}
note left: Command是命令角色,\n需要执行的所有的命令都在这里,\n可以是接口或抽象类
class ConcreteCommand{
+ execute();
+ undo(): void
}
note left: 将一个接收者对象与一个动作绑定,\n调用接收者相应的操作,实现execute
class Receiver {
+ action(): void
}
note left: 接收者角色,知道如何实施和\n执行一个请求相关的操作
class Invoker {
}
note left: Invoker是调用者
Command <|.. ConcreteCommand:实现
ConcreteCommand o-- Receiver:聚合
Invoker o-- Command
Invoker <.. Client
Receiver <.. Client
ConcreteCommand <.. Client
@enduml |
fb3922b829b0214930325c9c805f69a68cd84e25 | dcc0d42cf455105fce1807ebe8f3a4e0095b4a35 | /puml/smart_refresher.puml | 521fe00a46e18411d7a1b8bdd0db4a5188af78b1 | [] | no_license | wlong800/easy_net_core | cf88ec16e6b27bf0103da15ec75e25786985634f | aa13460a50c278987417f85070021ee0a8ba1732 | refs/heads/main | 2023-07-08T00:04:40.897235 | 2021-08-11T07:20:01 | 2021-08-11T07:20:01 | 394,897,461 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 433 | puml | @startuml
'https://plantuml.com/class-diagram
enum RefreshStatus {
}
enum LoadStatus {
}
enum RefreshStyle {
}
enum LoadStyle {
}
class SmartRefresher {
}
class SmartRefresherState {
}
class RefreshController {
}
class InheritedWidget {
}
class RefreshConfiguration {
}
note left: 可以理解为一个配置类,比如设置header高度之类
class RefreshNotifier {
}
InheritedWidget <|-- RefreshConfiguration
@enduml |
50a1619cda208cb8e06f2e4c8dfcacf45e0999e5 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/spec/concordion/specificationType/specificationType.plantuml | d8cb1ac73e69e74bc1815740cbd4b7aeaa7fb63d | [
"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 | 394 | plantuml | @startuml
title __SPECIFICATIONTYPE's Class Diagram__\n
package spec.concordion {
package spec.concordion.specificationType {
class SpecificationTypeFixture {
}
}
}
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
|
aa1d555a904c0e05742039dc1ca0ffd1d91f396f | acfe4c2ba05f99ee718fc7b55daa92f766195ae1 | /src/main/java/Exercise44/Exercise44.puml | a3dada4c38d087cfde4948d97122b4477c144947 | [] | no_license | RobertUriarte/Uriarte-cop3330-assignment3 | 5ea15a55014b317647fef879373e166685e59e2e | 0135a62c38c2287fc4851e82c19b62fba29a707c | refs/heads/master | 2023-06-15T04:15:06.995278 | 2021-07-01T05:40:22 | 2021-07-01T05:40:22 | 378,049,486 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 894 | puml | @startuml
'https://plantuml.com/class-diagram
class Exercise44{
+ product: Products
- print_products(product)
}
class ProductSearch{
+ scan: Scanner
+ input: String
+ products: List<Product>
- Search_for_products(products)
}
class ParseJsonFile{
+ products: List<products>
+ fileElement: JsonElement
+ fileObject: JsonObject
+ jsonArrayofProducts: JsonArray
+ name: String
+ price: String
+ quantity: String
+ product: Product
+ json: File
- parse(json file)
}
class Product{
+ name: String
+ price: String
+ quantity: String
- getName()
- setName(String name)
- getPrice()
- setPrice(String price)
- getQuantity()
- setQuantity(quantity)
}
Exercise44 o--> ProductSearch
Exercise44 o--> Product
ProductSearch o--> ParseJsonFile
ProductSearch o--> Product
ParseJsonFile o--> Product
@enduml |
87f02d38413699a87ef807d18eee18c0b7bbf7a5 | 7a97fd8a95ed306ec7a7eb827ba68ffaa858990f | /src/main/java/Iterateur/Name/README.puml | acf28c758a5cc4d636690602c09a132d9170b1c4 | [] | no_license | guiddel23/LOG121-GOF-exemples | c114a7a20755d7cbc07034bc70e1f5f15dc0e591 | 8649babfa1f0d53d04adb2624de1f230c216f346 | refs/heads/master | 2023-04-19T18:06:34.418397 | 2021-05-14T16:22:59 | 2021-05-14T16:22:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,471 | puml | @startuml Diagramme de classe
skinparam style strictuml
interface Container <<Interface>> {
getIterator(): Iterator
}
interface Iterator <<Interface>> {
hasNext(): boolen
next(): Object
}
class NameRepository{
name: String[]
getIterator(): Iterator
}
class NameIterator{
hasNext(): boolean
next(): Object
}
class NameRepositoryTest{
}
class NameRepository implements Container
class NameIterator implements Iterator
NameRepository .left-> NameIterator : depend on
NameRepository <-left- NameIterator : internal
NameRepositoryTest -left-> Iterator : uses
Container <-left- NameRepositoryTest : uses
@enduml
@startuml diagramme de séquence
skinparam Style strictuml
title Diagramme de séquence
actor main
participant "namesRepository:NameRepository" as namesRepository
participant "names: String" as names
participant "name:String" as name
participant "iter:NameIterator" as iter
main -> namesRepository ** : namesRepository = new NameRepository()
main -> names **
main -> namesRepository : iter = getIterator()
namesRepository -> iter ** : iterateur = new NameIterator()
iter --> namesRepository
namesRepository --> main : return iterateur
main -> iter : aSuivant = hasNext()
iter -> names : taille = length
alt (index < taille)
iter --> main : true
else (else)
iter --> main : false
end
loop (aSuivant)
main -> iter : suivant = next()
iter -> iter : aSuivant2 = hasNext()
alt (aSuivant2)
iter -> names : item = names[index]
iter --> main : return item
else (else)
iter --> main : return null
end
main -> name ** : suivant = name
main -> System.out : print(suivant)
main -> names : names += name
main ->namesRepository : aSuivant = hasNext()
end
@enduml
@startuml Diagramme de sequence
skinparam style strictuml
actor IteratorPatternDemo
participant "nameRepository:NameRepository" as NameRepository
participant "nameIterator:NameIterator" as NameIterator
participant "System.out" as System
IteratorPatternDemo --> NameRepository ** : nameRepository = new()
IteratorPatternDemo -> NameRepository : getIterator()
NameRepository --> NameIterator ** : nameIterator = new()
NameRepository --> IteratorPatternDemo : nameIterator
IteratorPatternDemo -> NameIterator : hasNext = hasNext()
loop hasNext
IteratorPatternDemo -> NameIterator : currentItem = next()
IteratorPatternDemo -> System : println(currentItem)
IteratorPatternDemo -> NameIterator : hasNext = hasNext()
end
@enduml |
b23870e87861d0299d96705fcbffda8896e2792e | 123a4a7988417b40d9255a31a159c72426816c96 | /assignement-2.plantuml | ae20ac320a18c1dc911d5db3ff502b6590da90d4 | [] | no_license | 401-advanced-javascript-joejemmely/lab-36 | bbb10a0074a25009fdaf9cd639d0c2c333f6b171 | 1887d913d414505d4ca5eadf6a5aa355827cc1f9 | refs/heads/master | 2020-06-13T17:48:36.381321 | 2019-07-02T19:36:41 | 2019-07-02T19:36:41 | 194,738,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 300 | plantuml | @startuml lab-36-2
class Redux << (P,yellow) Provider>> {
~store
}
class App {
==props==
# app: Object
# handleChange: function
}
class Number {
==props==
# numbers: Object
# handleChange: function
# handleReset: function
}
Redux <..> App
Redux <..> Number
App --# Number
@enduml |
6d4e21ba4f46e4c1d2652b013d0990f5852a15c0 | 01a4c6a63915e94ed41a6288a02fca244e28d1ef | /To Do List/out/production/To Do List/ToDOList/ToDoList.plantuml | 710e46b95f724bae1cce646d662c3c20a72d1911 | [] | no_license | Usaghir/ToDoList | 3543f989602be4a3d5fc79bfa0974eb942f77125 | 9670bfeb7aa03c373605409cbcb8c81189fd28b6 | refs/heads/master | 2022-09-30T02:33:47.346891 | 2020-06-04T13:03:39 | 2020-06-04T13:03:39 | 245,476,648 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,326 | plantuml | @startuml
skinparam linetype ortho
ToDoList.Main "1" -- "many" ToDoList.MenuText : MenuText
ToDoList.Task o-- ToDoList.Project : aggregation
ToDoList.Main -- ToDoList.Menu : Menu
ToDoList.Main -- ToDoList.Project : Project
ToDoList.Main "1" -- "many" ToDoList.Task : contains
ToDoList.Menu -- ToDoList.MenuText : MenuText
title __TODOLIST's Class Diagram__\n
namespace ToDoList {
class ToDoList.Main {
{static} + main()
}
}
namespace ToDoList {
class ToDoList.Menu {
+ addTaskData()
+ editTasks()
+ showTasks()
}
}
namespace ToDoList {
class ToDoList.Task {
~ dueDate : String
~ status : String
~ title : String
+ Task()
+ Task()
+ getDueDate()
+ getProject()
+ getStatus()
+ getTitle()
+ setDueDate()
+ setProject()
+ setStatus()
+ setTitle()
}
}
namespace ToDoList {
class ToDoList.Project {
~ name : String
+ Project()
+ Project()
+ getName()
+ setName()
}
}
namespace ToDoList {
class ToDoList.MenuText {
~ menuOptionsText : String
~ selectOption1 : String
~ selectOption2 : String
~ selectOption3 : String
~ selectOption4 : String
~ selectOption5 : String
~ selectOption6 : String
~ selectOption7 : String
~ taskListHeadingText : String
~ welcomeText : String
+ MenuText()
+ getMenuOptionsText()
+ getSelectOption1()
+ getSelectOption2()
+ getSelectOption3()
+ getSelectOption4()
+ getSelectOption5()
+ getSelectOption6()
+ getSelectOption7()
+ getTaskListHeadingText()
+ getWelcomeText()
+ setSelectOption1()
+ setSelectOption2()
+ setSelectOption3()
+ setSelectOption4()
+ setSelectOption5()
+ setSelectOption6()
+ setSelectOption7()
}
}
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
|
c5ea4a7e818d1d548778fd4f1a6ae44817cf9499 | fafaf973381b21bea8eb334545ded62282cba3a2 | /singleton/Singleton.plantuml | 593434be0e5bae449d47fd0916a696eebad23592 | [] | no_license | recepkaraca/DesignPatternsCourse | d9edc61009b4313a08b0383473b0d97f8fb0a2dd | 69f507ebec842c6b50e9a2a093496f62760170fe | refs/heads/master | 2022-09-11T10:19:54.206890 | 2020-06-02T22:51:09 | 2020-06-02T22:51:09 | 245,816,321 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 321 | plantuml | @startuml scenario_uml
skinparam classAttributeIconSize 0
left to right direction
class GameSun{
+sunName
{static} -gameSun : GameSun
-GameSun()
{static} +Instance() : GameSun
+Rise()
}
class SingletonMainClass{
{static} +Main()
}
GameSun <-- GameSun
GameSun <--- SingletonMainClass
@enduml |
2026e3e29d282925fd4c0845b88539d526ad45c1 | 828c82c547b87b537d134ca535887f866120962a | /exercise41/docs/Solution41.puml | 0dd21ad3f43e55c3f62e330da11bd28e012d30de | [] | no_license | dbattles2001/battles-a04 | eded7544940f5d7f7b92ec740a0204934035a284 | db3e02e8d78b9dbe110d336a529d732d9a9b50ab | refs/heads/main | 2023-08-22T10:44:36.920771 | 2021-10-17T14:37:41 | 2021-10-17T14:37:41 | 417,545,336 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 217 | puml | @startuml
'https://plantuml.com/class-diagram
class Solution41 {
Scanner input
ArrayList<string> names
+main()
}
class NameSorter{
+readNames()
+writeNames()
}
Solution41 --o NameSorter
@enduml |
94fef4750d68e35da289ec9e01faa3c4444e9225 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/GUI/Views/PlayModeTestListGUI.puml | 0d5363260ee82a2a52b284e599d934799017484f | [] | 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 | 270 | puml | @startuml
class PlayModeTestListGUI {
+ <<override>> PrintHeadPanel() : void
+ <<override>> RenderNoTestsInfo() : void
}
TestListGUI <|-- PlayModeTestListGUI
PlayModeTestListGUI --> "TestMode" TestMode
PlayModeTestListGUI --> "TestPlatform" TestPlatform
@enduml
|
f30df61775628216204675605dfdce18f2288de9 | 97e6d0badfbb6b374bbd87e24c22f54b395a7db4 | /TodoClass.puml | 73e63e3f5f698d32643d4ebb26a1eb28f51c3aca | [] | no_license | racingicemen/PhoenixTodo | d711ae61fa8c4ce3f6476618543494271727722e | a9d6dd08aac0c080f624acaae0b05ad9f5501db6 | refs/heads/master | 2022-12-20T20:37:05.288669 | 2020-09-28T19:23:03 | 2020-09-28T19:23:03 | 291,849,502 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 428 | puml | @startuml TodoClassDiagram
entity ToDo
{
* description : string
* priority : integer
* create_datetime : datetime
* due_datetime : datetime
* update_datetime : datetime
* category : Category <<FK>>
* status : Status <<FK>>
}
entity Category
{
* description : string
}
enum Status {
NOT_STARTED
STARTED
COMPLETED
OVERDUE
ABANDONED
}
ToDo }o-|| Category : \t\t\t\t
@enduml |
84b473789e6ab8d3836b36441c0c6127a0dbcbd7 | 6f9566c44e5057a4c32a39985b713e7715e6cffa | /uml/snenglish/word_matching_task.plantuml | d1be3c474bf6f274ee22b64d322f7f3b8f732d1f | [] | no_license | Alexander-Zyurkalov/MakePhrases | e1ffd9e61a83c14265ae5a62923cb3e813ccf115 | 332428a45105780c080a02c378477c5253e0e24e | refs/heads/master | 2020-03-28T11:19:49.916959 | 2018-12-01T18:43:08 | 2018-12-01T18:43:08 | 148,202,580 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 377 | plantuml | @startuml
package SNEnglish{
class WordMatchingTask{
english_word_id
do_matching()
{static}do_matching_for_all()
}
WordMatchingTask --> EnglishWord: it finds words to find related phrases
WordMatchingTask --> WordPhraseRelation: it creates new relations
WordMatchingTask --> SrtPhrase: it checks earch srt_phrase
}
@enduml
|
e34ee3afc81968ff3b6b266fa0c7a99f43143697 | 90316a1ff0b3982f1746e248a1952bc5a537c8a5 | /iterator/Iterator.puml | a1377cb751f41b56199905ca9db58c5da94c6352 | [] | no_license | GeekDengshuo/DesignPattern | be3b7286af0323531af09a388f30eadfc9d23add | 219e0118c034cc92fa3430bf2a0d03a463b30b36 | refs/heads/master | 2023-02-23T07:21:11.560579 | 2021-01-23T09:43:14 | 2021-01-23T09:43:14 | 326,142,798 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 765 | puml | @startuml
interface iterator{
+ hasNext():boolean
+ next():Item
}
interface aggregate{
+ createIterator():iterator
}
class concreteIterator{
+ hasNext():boolean
+ next():Item
}
class concreteAggregate{
+ createIterator():iterator
}
class client
iterator <|.. concreteIterator
aggregate <|.. concreteAggregate
iterator <-- client
aggregate <-- client
concreteAggregate <-- concreteIterator
concreteIterator <.. concreteAggregate
class JFrame
interface ActionListener
class PicFrame
class ViewPicture
JFrame <|-- PicFrame
ActionListener <|.. PicFrame
ViewPicture <. PicFrame
interface PicIterator
interface PicSet
class LatestPicIterator
class LatestPicSet
PicIterator <|.. LatestPicIterator
PicSet <|.. LatestPicSet
@enduml |
1d2cc40f249ed16b5165ebb3ae11feb7a4462b59 | 60d59fb5374170bdb6f9b6cd89c69d71d7163914 | /UML/SingletonUML.puml | 86ed0a44c3ed88a508e98b374f4ab3081adadc9f | [] | no_license | mliumeng/DesignParrern | 9a7720681a0e075fa9091d7b29509abd0a04bfc9 | 4d0a0b0dc736f64bbf248129ea9db0446984f5a4 | refs/heads/master | 2021-01-23T19:26:15.304042 | 2017-09-28T14:31:01 | 2017-09-28T14:31:01 | 102,824,296 | 6 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 291 | puml | @startuml
class Singleton {
- {static}instance:Singleton
__
- Singleton()
+ {static} GetInstance():Singleton
}
Singleton o--> Singleton:instance
note bottom of Singleton{
GetInstance(){
if(instance == null)
instance = new Singleton();
return instance
}
@enduml
|
6a331227d83de3715b9406e60fd79b0c31ad64f0 | fa7a3e1ee7080c9a114abb6830342d5277fd630d | /schema.plantuml | 6d8570c8655be85af82a0ede7a1f984a1903097e | [] | no_license | kasuken/polarisdesk | 83f2d4eb574609313cddd8ee6c7bacf9f8a2d04e | 8e3add9528773e117f038531fc474451af17c9d0 | refs/heads/main | 2023-03-27T13:12:40.120087 | 2020-11-27T13:40:22 | 2020-11-27T13:40:22 | 317,332,478 | 0 | 1 | null | 2021-01-14T09:17:53 | 2020-11-30T20:02:51 | null | UTF-8 | PlantUML | false | false | 1,645 | plantuml | @startuml
package Users {
class User {
first_name : string
last_name : string
email : string
}
class Guest extends User {
not logged in
Total unknown
Asking for general information
}
class Lead extends User {
not logged in
Can be identified by a code or by email
In the leading flow asking for assistance
}
class Customer extends User {
logged in
Is identified
Can be identified much better
}
}
package Staff {
class Department {
name : string
}
class Member {
email : string
first_name : string
last_name : string
}
class StaffDepartment {
Member : Member
Department : Department
}
StaffDepartment "1..1" --d--> Member
StaffDepartment "1..1" --d--> Department
}
package Tickets {
class Ticket {
The actual state of the ticket
==
title : string
description : string
department : Department
user : User
assigned : Member
status : TicketStatus
date_creation
date_update
}
class TicketStatus {
name : string
}
class TicketHistory {
Saved state of a ticket
==
ticket : Ticket
user : User
assigned : Member
status : TicketStatus
comment : string
date_creation : datetime
}
Ticket "1..1" --l--> User
Ticket "1..1" --l--> Member
Ticket "1..1" --l--> Department
Ticket "1..1" --l--> TicketStatus
Ticket "1..n" --l--> TicketHistory
TicketHistory "1..1" --u--> Ticket
TicketHistory "1..1" --u--> User
TicketHistory "1..1" --u--> Member
TicketHistory "1..1" --u--> Department
TicketHistory "1..1" --u--> TicketStatus
}
@enduml |
c19231b58c6041f04e83eff060d29c17555572fc | ecc115af0c843643698e7faac3e932a2d28215c3 | /designpattern/factorypattern/src/main/java/com/gupao/study/methodfactory/MethodFactoryUml.puml | ff53f4a572ecbb5b93e66897dcc67969a938f998 | [] | no_license | 610232785/gupao | 910aa90b30b953bac5ebe1d4d6c8d896c8159d01 | c9725ca773d547e6c98dc213cd3220b3301f57fe | refs/heads/master | 2020-04-27T10:30:02.052871 | 2019-03-25T08:06:36 | 2019-03-25T08:06:36 | 174,256,802 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 485 | puml | @startuml
interface Project {
output()
}
interface ProjectFactory{
createProject()
}
class JavaProjectFactory {
createProject()
}
class PythonProjectFactory {
createProject()
}
class JavaProject {
output()
}
class PythonProject {
output()
}
JavaProject <|-- Project
PythonProject <|-- Project
JavaProjectFactory <|-- ProjectFactory
PythonProjectFactory <|-- ProjectFactory
JavaProject <|-- JavaProjectFactory
PythonProject <|-- PythonProjectFactory
@enduml |
e92d511feffc3e0efdbb4c0184f638544b6eac17 | 4fa3470bab92291134039826e59f820b2837e489 | /src/main/java/ex41/NameSorter.puml | 99693ef65ef737e6752390d25f38fc930ce7e99f | [] | no_license | kiwibrie/juntunen-cop3330-assignment3 | 45940de6a234d2c78bff524bffb4af6760d502c3 | 9838a40329422e9d81f36473d6a677c2c80fb7e9 | refs/heads/master | 2023-05-31T20:03:03.258661 | 2021-06-21T21:36:26 | 2021-06-21T21:36:26 | 377,695,884 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 123 | puml | @startuml
'https://plantuml.com/class-diagram
class main{
+ readfromfile
+ sortArray
+ writetofile
}
@enduml |
d807419b2a175c33b40a54e13bc589917afdc4d7 | ef9afc35876d256f1f56a1f8c730fa6386f14425 | /src/main/ChadChat.puml | 2d534a4e8e3f03eab7a683d1900081cf551a583b | [] | no_license | eelkjaer/ChadChat | 7deee2188cba9ac1af04efa6b695ce51c6176a58 | bdba4d13ada4b7f07590e6287ec868892a602c3d | refs/heads/master | 2022-12-23T21:22:41.438023 | 2020-10-05T09:19:51 | 2020-10-05T09:19:51 | 297,911,469 | 1 | 0 | null | 2020-10-04T16:05:07 | 2020-09-23T08:58:03 | Java | UTF-8 | PlantUML | false | false | 919 | puml | @startuml
package "Domain" {
class User {
String username
int id
DateTime lastSignIn
String password
User(String name)
toString()
getId()
getPassword()
getLastSignin()
}
class Channel {
Int ID
String name;
Channel(int ID, String name)
}
class Subscription {
User user
Channel channel
enum rights
DateTime timestamp
}
interface SubscriptionRepository{
subscribeToChannel(User user, Channel channel)
}
interface SubscriptioFactory{
}
interface MessageRepository {
+getMessages(int limit)
+getMessage(int id)
}
interface MessageFactory{
}
class Message {
int id
String messageText
DateTime timestamp
User user
+Message(User user, String message)
}
}
package "entries" {
class Server {
}
class Chat {
userOnline()
}
class CmdLine {
login(User user)
createUser()
passwordValidation()
}
}
package "infrastructure" {
class Database {
}
}
package UI {
class Menu {
login(User user)
createUser()
}
}
@enduml |
b791ed0400daa978c3303a9bce42241193b4feb7 | 065da8d391be577d7fc71aa024ab81e35c39618b | /PlantUml/include.puml | d34ae258dc2c3afb6b884a0b58d26614343c8410 | [] | no_license | leoshiang/Dolphin.CSharp | 1fc921ea04a4a721b49557748f7ca15f89f9e414 | 61438432f088c6b380356afdcba4c627985fa152 | refs/heads/master | 2023-04-17T03:59:19.871766 | 2023-03-30T02:03:42 | 2023-03-30T02:03:42 | 204,225,824 | 0 | 0 | null | 2022-12-08T04:32:20 | 2019-08-25T00:02:55 | C# | UTF-8 | PlantUML | false | false | 7,420 | puml | @startuml
class StringArrayExtension <<static>> {
+ {static} AddStrings(array:List<string>, source:string[]) : void
}
class StringExtension <<static>> {
+ {static} IsNullOrEmpty(target:string) : bool
+ {static} TryParse(inValue:string) : T
+ {static} Repeat(chatToRepeat:char, repeat:int) : string
}
class RegexExtensions <<static>> {
+ {static} ReplaceGroup(regex:Regex, input:string, groupName:string, replacement:string) : string
}
class FileEnumeratorTests {
+ 在檔案系統中搜尋exe應回傳檔案完整路徑() : void
}
class SearchFilterTests {
+ 分次加入目錄條件_不符合條件的目錄應該不接受() : void
+ 分次加入目錄條件_符合條件的目錄應該被接受() : void
+ 分次加入副檔名條件_不符合條件的附檔名應該不接受() : void
+ 分次加入副檔名條件_符合條件的附檔名應該被接受() : void
+ 加入空的目錄排除條件_應該拋出例外() : void
+ 加入空的目錄接受條件_應該拋出例外() : void
+ 加入空的副檔名排除條件_應該拋出例外() : void
+ 加入空的副檔名接受條件_應該拋出例外() : void
+ 目錄先加入排除條件再加入接受條件_符合條件的目錄應該被接受() : void
+ 目錄先加入接受條件再加入排除條件_符合條件的目錄應該不被接受() : void
+ 目錄先批次加入排除條件再加入接受條件_符合條件的目錄應該被接受() : void
+ 目錄先批次加入接受條件再加入排除條件_符合條件的目錄應該不被接受() : void
+ 批次加入多個目錄接受條件_不符合條件的目錄應該不接受() : void
+ 批次加入多個目錄接受條件_符合條件的目錄應該被接受() : void
+ 批次加入多個副檔名接受條件_符合條件的附檔名應該被接受() : void
+ 批次加入空的目錄排除條件_應該拋出例外() : void
+ 批次加入空的目錄接受條件_應該拋出例外() : void
+ 批次加入空的副檔名排除條件_應該拋出例外() : void
+ 批次加入副檔名條件_只要有一個副檔名條件是空的_應該拋出例外() : void
+ 副檔名條件先加入排除條件再加入接受條件_符合條件的副檔名應該被接受() : void
+ 副檔名條件先加入接受條件再加入排除條件_符合條件的副檔名應該不被接受() : void
+ 副檔名條件先批次加入接受條件再加入排除條件_符合條件的副檔名應該不被接受() : void
+ 副檔名條件批次加入排除條件再加入接受條件_符合條件的副檔名應該被接受() : void
+ 副檔名條件批次加入接受條件再加入排除條件_符合條件的副檔名應該不被接受() : void
+ 當沒有條件時_任何副檔名都應該被接受(extension:string) : void
}
class FileExtensionTestCases <<static>> {
+ {static} 有效的副檔名列表() : IEnumerable
+ {static} 有效的副檔名陣列() : IEnumerable
+ {static} 無效的檔案名稱字元列表() : IEnumerable
}
FileExtensionTestCases --> "無效的檔案名稱字元陣列" IEnumerable
class DirectoryTestCases <<static>> {
}
class FileEnumerator {
+ FileEnumerator(fileSystem:IFileSystem)
+ FindFiles(directory:string, filter:ISearchFilter) : IEnumerable<string>
}
IFileEnumerator <|-- FileEnumerator
interface ISearchFilter {
ExcludeDirectories(directories:string[]) : ISearchFilter
ExcludeDirectory(directory:string) : ISearchFilter
ExcludeExtension(extension:string) : ISearchFilter
ExcludeExtensions(extensions:string[]) : ISearchFilter
IncludeDirectories(directories:string[]) : ISearchFilter
IncludeDirectory(directory:string) : ISearchFilter
IncludeExtension(extension:string) : ISearchFilter
IncludeExtensions(extensions:string[]) : ISearchFilter
Match(files:IEnumerable<string>) : IEnumerable<string>
}
interface IFileEnumerator {
FindFiles(directory:string, filter:ISearchFilter) : IEnumerable<string>
}
class SearchFilter {
+ ExcludeDirectories(directories:string[]) : ISearchFilter
+ ExcludeDirectory(directory:string) : ISearchFilter
+ ExcludeExtension(extension:string) : ISearchFilter
+ ExcludeExtensions(extensions:string[]) : ISearchFilter
+ IncludeDirectories(directories:string[]) : ISearchFilter
+ IncludeDirectory(directory:string) : ISearchFilter
+ IncludeExtension(extension:string) : ISearchFilter
+ IncludeExtensions(extensions:string[]) : ISearchFilter
+ Match(files:IEnumerable<string>) : IEnumerable<string>
}
ISearchFilter <|-- SearchFilter
class InvalidFileExtensionFilterException {
+ InvalidFileExtensionFilterException()
+ InvalidFileExtensionFilterException(message:string)
+ InvalidFileExtensionFilterException(message:string, innerException:Exception)
}
Exception <|-- InvalidFileExtensionFilterException
class InvalidDirectoryFilterException {
+ InvalidDirectoryFilterException()
+ InvalidDirectoryFilterException(message:string)
+ InvalidDirectoryFilterException(message:string, innerException:Exception)
}
Exception <|-- InvalidDirectoryFilterException
class Dropbox {
+ Dropbox(fileSystem:IFileSystem)
+ Dropbox()
+ GetPersonalDirectory() : string
}
class DropboxInfo {
}
class PersonalInfo {
+ Host : string <<get>> <<set>>
+ IsTeam : bool <<get>> <<set>>
+ Path : string <<get>> <<set>>
+ SubscriptionType : string <<get>> <<set>>
}
IDropbox <|-- Dropbox
Dropbox +-- DropboxInfo
DropboxInfo --> "Personal" PersonalInfo
Dropbox +-- PersonalInfo
interface IDropbox {
GetPersonalDirectory() : string
}
class DolphinUnitTest {
}
class InvalidIndexException {
+ InvalidIndexException()
+ InvalidIndexException(message:string)
+ InvalidIndexException(message:string, inner:Exception)
}
Exception <|-- InvalidIndexException
interface IComparisonOptions {
Include(propertyName:string) : ComparisonOptions
Include(propertyNames:IEnumerable<string>) : ComparisonOptions
Include(func:Func<string, bool>) : ComparisonOptions
Exclude(propertyName:string) : ComparisonOptions
Exclude(propertyNames:IEnumerable<string>) : ComparisonOptions
Exclude(func:Func<string, bool>) : ComparisonOptions
}
class "HashSet`1"<T> {
}
IComparisonOptions --> "Options<string>" "HashSet`1"
class ObjectComparer <<static>> {
+ {static} Compare(obj:object, another:object, options:Func<IComparisonOptions, IComparisonOptions>) : bool
+ {static} Compare(obj:object, toCompare:object, options:Func<IComparisonOptions, IComparisonOptions>) : void
+ {static} DeepCompare(obj:object, another:object) : bool
}
class ComparisonOptions {
+ ComparisonOptions()
+ ComparisonOptions(propertyNames:IEnumerable<string>)
+ Include(propertyName:string) : ComparisonOptions
+ Include(propertyNames:IEnumerable<string>) : ComparisonOptions
+ Include(func:Func<string, bool>) : ComparisonOptions
+ Exclude(propertyName:string) : ComparisonOptions
+ Exclude(propertyNames:IEnumerable<string>) : ComparisonOptions
+ Exclude(func:Func<string, bool>) : ComparisonOptions
}
class "HashSet`1"<T> {
}
IComparisonOptions <|-- ComparisonOptions
ComparisonOptions o-> "Options<string>" "HashSet`1"
class AutoGeneratedProgram {
{static} Main(args:string[]) : void
}
class AutoGeneratedProgram {
{static} Main(args:string[]) : void
}
@enduml
|
1896f6ce1f14974cf2d504eb912e691a1fea29ae | ccf6959092e817633cd354ef8102bf748d4e75d7 | /2017/08/24/Android构建篇/Project 与 Task.puml | e68fd9b303996f5b5389105fee45372b9d506bf0 | [] | no_license | yuting-lin/yuting-lin.github.io | fe8fb23894054bdfc715f384dfe7ada553ccc9d8 | 67e91f3276d2ca9fe73aa4b54c4103971d5a0b85 | refs/heads/master | 2021-01-01T18:24:03.008095 | 2018-01-24T12:09:16 | 2018-01-24T12:09:16 | 96,885,737 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,161 | puml | @startuml
package "Project & Task" {
interface Action<T> {
void execute(T t)
}
interface TaskDependency {
Set<? extends Task> getDependencies(Task task);
}
class Task {
{static} Task.Namer namer;
{static} String TASK_ACTION;
{static} String TASK_DEPENDS_ON;
{static} String TASK_DESCRIPTION;
{static} String TASK_GROUP;
{static} String TASK_NAME;
{static} String TASK_OVERWRITE;
{static} String TASK_TYPE;
.. Dynamic Properties ..
Object property(String propertyName);
void setProperty(String name, Object value)
.. Dynamic Methods ..
Convention getConvention()
.. Task Actions ..
List<Action<? super Task>> getActions();
Task doFirst(Closure action);
Task doLast(Closure action);
.. Task Dependencies ..
Task dependsOn(Object... paths);
void setDependsOn(Iterable<?> dependsOnTasks);
Set<Object> getDependsOn();
.. Task Ordering ..
Task mustRunAfter(Object... paths);
TaskDependency getMustRunAfter();
TaskDependency getShouldRunAfter();
TaskDependency shouldRunAfter(Object... paths);
TaskDependency getTaskDependencies();
}
class Configuration {
{static} Configuration.Namer namer;
Configuration.State getState(); # RESOLVED, RESOLVED_WITH_FAILURES, UNRESOLVED
}
note bottom of Configuration
represents a group of artifacts and their dependencies
end note
interface ConfigurationContainer {
Configuration detachedConfiguration(Dependency... dependencies)
}
note bottom of ConfigurationContainer
responsible for declaring and managing configurations
end note
interface RepositoryHandler {
MavenArtifactRepository jcenter();
MavenArtifactRepository mavenCentral()
}
note bottom of RepositoryHandler
manages a set of repositories
end note
interface Dependency {
{static} String ARCHIVES_CONFIGURATION;
{static} String CLASSIFIER;
{static} String DEFAULT_CONFIGURATION;
}
note bottom of Dependency
com.android.support:appcompat-v7:25.1.1
end note
interface DependencyHandler {
Dependency add(String configurationName, Object dependencyNotation)
}
note bottom of DependencyHandler
Dependencies are grouped into configurations
dependencies {
configurationName dependencyNotation1, dependencyNotation2, ...
compile 'com.android.support:appcompat-v7:25.1.1'
}
end note
interface ScriptHandler {
{static} String CLASSPATH_CONFIGURATION;
ClassLoader getClassLoader();
ConfigurationContainer getConfigurations();
void repositories(Closure configureClosure);
RepositoryHandler getRepositories()
void dependencies(Closure configureClosure);
DependencyHandler getDependencies();
}
note bottom of ScriptHandler
manage the compilation and execution of a build script.
buildscript { ... }
end note
class Project {
.. Properties ..
Set<Project> allprojects;
.. Dynamic Properties ..
Object property(String propertyName);
void setProperty(String name, Object value)
.. Tasks ..
TaskContainer tasks;
.. Dependencies ..
ConfigurationContainer configurations;
.. Plugins ..
void apply(Map<String, ?> options);
buildscript { }
ScriptHandler buildscript;
}
Project *- Project
Project *- TaskContainer
Project *- ConfigurationContainer
Project *- ScriptHandler
TaskContainer *- Task
Task *- Action
TaskDependency *- Task
ScriptHandler *- ConfigurationContainer
ScriptHandler *- RepositoryHandler
ScriptHandler *- DependencyHandler
Dependency <.. ConfigurationContainer
Dependency <.. DependencyHandler
ConfigurationContainer *- Configuration
}
class Settings {
+ void include(String[] projectPaths);
}
@enduml |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.