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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
77bd2844419ebfb1dba604f1cc3dd3242bdd6bb1 | 088856ec5790009dd9f9d3498a56fe679cfab2e8 | /src/puml/5/ucmitz/svg/domain_model/bc-content-link/content_links.puml | ff692340c3910c653037658acdfc9acf9d271b2c | [] | 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 | 466 | puml | @startuml
skinparam handwritten true
skinparam backgroundColor white
hide method
title ドメインモデル図:コンテンツリンク
package コンテンツリンク {
class コンテンツリンク {
リンク先URL
}
class コンテンツ {
URL
タイトル
自身の公開状態
自身の公開期間
公開状態
公開期間
親コンテンツID
作成者ID
実体ID
}
}
コンテンツリンク *- コンテンツ
@enduml
|
919c2c55238ddea1223b3f1f9e77cc6e0f279fff | 1b71391fdddd0ee748669a6a4badfcd69347c281 | /src/main/java/system/controller/service/service.plantuml | 16da3a498d3033c66f1308bb1d1261ea9b0a79dc | [] | no_license | berl-a/DiplomaBackend | e809f2257c059314f310d4a6e8195b23831d9eda | d6e65609133ff93b2b275a1eb0496e9e6ce790ce | refs/heads/master | 2020-04-01T06:47:56.459540 | 2019-01-02T18:22:43 | 2019-01-02T18:22:43 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,160 | plantuml | @startuml
title __SERVICE's Class Diagram__\n
package system.controller {
package system.controller.service {
class FilesService {
~ servletContext : ServletContext
+ replaceServerLocationInJsFiles()
}
}
}
package system.controller {
package system.controller.service {
class GameArchiver {
+ archiveFinishedGames()
}
}
}
package system.controller {
package system.controller.service {
class GameService {
{static} + CODE_LENGTH : int
{static} + NUMBER_OF_TRIES_TO_GENERATE_CODE : int
- games : LinkedList<Game>
+ set()
+ getAll()
+ addGameFromQuiz()
+ getWithQuiz()
+ get()
+ getByCode()
+ remove()
+ removeByCode()
- getGameWithActualQuiz()
- generateGameCode()
+ join()
+ getQuestionsForPlayer()
+ getRealQuestionsForPlayer()
+ startGame()
+ answerQuestion()
+ getFinishedGames()
+ removeFinishedGames()
}
}
}
package system.controller {
package system.controller.service {
class PlayerService {
+ getAll()
+ addPlayer()
+ get()
+ removePlayer()
+ getPlayersForIds()
}
}
}
package system.controller {
package system.controller.service {
class QuestionGroupService {
- cachedQuestionGroups : LinkedList<QuestionGroup>
+ updateCached()
+ getAll()
+ getAllWithNumberOfQuestions()
+ getAll()
+ getAllWithNumberOfQuestions()
+ get()
+ add()
+ edit()
+ remove()
+ getNumberOfQuestions()
+ rename()
+ getNumberOfQuestions()
+ getQuestionsFromGroups()
+ getQuestionsFromGroupsFree()
}
}
}
package system.controller {
package system.controller.service {
class QuestionService {
- cachedQuestions : LinkedList<Question>
+ updateCached()
+ getAll()
+ get()
+ add()
+ copy()
+ edit()
+ remove()
+ removeQuestionsFromGroup()
+ getAllWithCatNames()
+ getAllWithCatNamesByTeacher()
- appendCatNamesToQuestions()
}
}
}
package system.controller {
package system.controller.service {
class QuizGroupService {
- cachedQuizGroups : LinkedList<QuizGroup>
+ updateCached()
+ getAll()
+ get()
+ add()
+ edit()
+ remove()
+ rename()
}
}
}
package system.controller {
package system.controller.service {
class QuizPartService {
- cached : LinkedList<QuizPart>
+ updateCached()
+ getAll()
+ get()
+ add()
+ edit()
+ remove()
+ getAllFromQuiz()
+ copy()
+ getAllWithCatNamesFromQuiz()
- appendCatNamesToQuizParts()
}
}
}
package system.controller {
package system.controller.service {
class QuizService {
- cachedQuizzes : LinkedList<Quiz>
+ updateCached()
+ getAll()
+ get()
+ appendQuizParts()
+ add()
+ edit()
+ remove()
+ removeQuizzesFromGroup()
+ getAllWithCatNames()
+ getAllWithCatNamesByTeacher()
- appendCatNamesToQuizzes()
+ copy()
+ generateRealQuestions()
}
}
}
package system.controller {
package system.controller.service {
class ResultService {
- cachedResults : LinkedList<Result>
+ updateCached()
+ getAll()
+ getAllByTeacher()
+ get()
+ add()
- set()
+ grade()
- recalculatePoints()
+ edit()
+ remove()
+ archiveGames()
}
}
}
package system.controller {
package system.controller.service {
class StartupService {
+ postConstruct()
}
}
}
package system.controller {
package system.controller.service {
class UserService {
- cached : LinkedList<User>
+ updateCached()
+ getAll()
+ get()
+ get()
+ getById()
+ isPasswordCorrect()
+ add()
- doesUserWithUsernameExist()
+ edit()
+ copy()
+ remove()
+ addAdminToDatabase()
}
}
}
GameArchiver o-- GameService : gameService
GameArchiver o-- ResultService : resultService
GameService o-- PlayerService : playerService
GameService o-- QuizService : quizService
GameService o-- QuestionService : questionService
GameService o-- QuestionGroupService : questionGroupService
PlayerService o-- PlayerDao : dao
QuestionGroupService o-- QuestionGroupDao : dao
QuestionGroupService o-- QuestionService : questionService
QuestionService o-- QuestionDao : dao
QuestionService o-- QuestionGroupService : questionGroupService
QuizGroupService o-- QuizGroupDao : dao
QuizGroupService o-- QuizService : quizService
QuizPartService o-- QuizPartDao : dao
QuizPartService o-- QuestionGroupService : questionGroupService
QuizService o-- QuizDao : dao
QuizService o-- QuizGroupService : quizGroupService
QuizService o-- QuizPartService : quizPartService
QuizService o-- QuestionGroupService : questionGroupService
ResultService o-- ResultDao : dao
ResultService o-- QuizService : quizService
ResultService o-- PlayerService : playerService
ResultService o-- QuestionService : questionService
StartupService o-- FilesService : filesService
StartupService o-- UserService : userService
UserService o-- UserDao : dao
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
|
46a39bae9cf444bfb75b96d7dda409ddee7a7756 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitDefaultShippingAddressSetMessage.puml | 67c70d0ee67a2f5466b4d69e082d8536b946dbbe | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,206 | 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 BusinessUnitDefaultShippingAddressSetMessage [[BusinessUnitDefaultShippingAddressSetMessage.svg]] extends Message {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
address: [[Address.svg Address]]
}
interface Message [[Message.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
|
fb79fd0e5d18fe761e94a028929e5708a392e3b8 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/LPoint2D/LPoint2D_Class.puml | 09ae37b1021f9b13a6f8604f2b01a223b61eed02 | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 912 | puml | @startuml
skinparam classAttributeIconSize 0
class Vector2D <<struct>>{
double x
double y
}
enum ptype{
UNKNOWN = 0
LINE = 1
CORNER = 2
ISOLATE = 3
}
class LPoint2D <<struct>>{
int sid /'scan index'/
double x /'position x'/
double y /'position y'/
double nx /'normal vector'/
double ny /'normal vector'/
double atd /'accumulated travel distance'/
ptype type /'type of point'/
LPoint2D(): sid(-1), x(0), y(0) { init() }
LPoint2D(int id, double _x, double _y): x(_x), y(_y) { init(); sid = id; }
void init()
void setData(int id, double _x, double _y)
void setXY(double _x, double _y)
void calXY(double range, double angle)
void calXYi(double range, double angle)
void setSid(int i)
void setAtd(double t)
void setType(ptype t)
void setNormal(double x, double y)
}
LPoint2D o-- ptype
LPoint2D o-- Vector2D
@enduml |
5c99f3c85b3350c5cfc6d71b71d06e596c339ac6 | 884f012c11464ab54e3af6e2bed9e2bd5276f979 | /src/main/java/ex41/NameSorter.puml | 6ec3d1338cd05b3406885855ede8acde448ff1b6 | [] | no_license | qburnss/burney-cop3330-assignment3 | e486d34e568432a47b83a17b7d4c76461c50805c | 384b7d711ff90e0c759495dcd74c6946a35fc044 | refs/heads/master | 2023-06-13T23:31:46.389264 | 2021-06-21T03:42:07 | 2021-06-21T03:42:07 | 378,797,710 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 246 | puml | @startuml
'https://plantuml.com/sequence-diagram
class solution41{
read filePath
use ReadNameList
sort Alphabetically
display names in output file
}
class ReadNameList{
a read fileFunction
}
ReadNameList -->solution41
@enduml |
d7968a3ecdf9764ab72abf55211127bf3003d2f3 | f5f59016295a183565af167a861e2c8db9f1b070 | /diagrams/src/lib/utility/Application.Utility/ClientLibrary/Bid/BidData.puml | cd171dca09b7f523183826c837288d08bf9cdf31 | [
"MIT"
] | permissive | converge-app/collaboration-broker-service | fb21788289134c265f1cd5db3ceaa3f32ba18406 | 69c676a5bbb3e602f939f9c91680560a6c63926a | refs/heads/master | 2023-03-19T11:36:58.937045 | 2019-12-17T12:06:26 | 2019-12-17T12:06:26 | 218,333,241 | 0 | 0 | MIT | 2023-03-04T01:16:20 | 2019-10-29T16:29:32 | C# | UTF-8 | PlantUML | false | false | 233 | puml | @startuml
class BidData {
+ Id : string <<get>> <<set>>
+ ProjectId : string <<get>> <<set>>
+ FreelancerId : string <<get>> <<set>>
+ Message : string <<get>> <<set>>
+ Amount : decimal <<get>> <<set>>
}
@enduml
|
6436bcb350004aef3c2632eac0ff72ef928fe6b2 | 4912b4a1dc3f9053ef63ac442fee5ae24b4ee1b8 | /buildUML/messaging/topic.puml | 94d2f0ae09bf8048d4a33a1d44f95fb7ada15290 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-sdk-docs | 92f20b8323f3296d008d20739c2576817502a58a | 2e3eaced65ec7bd962fa0867112cd83735fb0464 | refs/heads/main | 2023-08-31T22:13:05.228222 | 2023-08-31T14:52:25 | 2023-08-31T14:52:25 | 27,145,735 | 1,207 | 1,072 | Apache-2.0 | 2023-09-12T13:57:17 | 2014-11-25T20:59:00 | Markdown | UTF-8 | PlantUML | false | false | 381 | puml | @startuml
skinparam classAttributeIconSize 0
hide empty fields
hide empty methods
left to right direction
' Define the objects in the diagram
class "com.intellij.util.messages.Topic" as Topic {
+getDisplayName()
+getBroadcastDirection()
}
class ListenerClass {
+method1()
{method} ...
+methodN()
}
' Define the class relationships
Topic o--> "1 " ListenerClass
@enduml
|
920dcffa67765aaed114173c722a10207c6168bb | bcac835db99d56888b168ae101724f0972692854 | /FootballChampionship.puml | 57a574a33fbd411c6a7ad7badd241ab35a54b76a | [] | no_license | BasilAntonov/FootballChampionship | 2b7850cd304022ae39b0a7b1c3c9c2a04b6dc6b2 | 77453688dbe4c127124705385ffd84ee22fdb323 | refs/heads/master | 2022-06-19T12:23:04.347117 | 2020-05-08T10:12:21 | 2020-05-08T10:12:21 | 259,617,975 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,049 | puml | @startuml
skinparam classAttributeIconSize 0
class FootballChampionship {
- {static} logger : Logger
- {static} FILE_READ : String
- {static} FILE_WRITE : String
- {static} FILE_ENCODING : String
+ {static} main(args : String)
}
class FootballTeam {
- name : String
- numGame : Integer
- points : Integer
+ FootballTeam(name : String, numGame : Integer, points : Integer)
+ getName() : String
+ getNumGame() : Integer
+ getPoints() : Integer
+ compareTo(o : FootballTeam) : Integer
}
class StringToFootballTeamConverter {
+ {static} stringToFootballTeamConverter(str : String) : FootballTeam
}
class FileFun {
+ {static} readFile(nameFile : String, encoding : String) : ArrayList<FootballTeam>
+ {static} writeFile(nameFile : String, flag : Boolean, data : ArrayList<FootballTeam>)
}
FootballChampionship .> FootballTeam
FootballChampionship ..> FileFun
FileFun .> StringToFootballTeamConverter
FileFun ..> FootballTeam
StringToFootballTeamConverter .> FootballTeam
@enduml |
60190862ab315079a3c542fb5c86e2afde083f7a | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/perishable-goods@0.15.0.puml | 09cef256d976fe023bb784cc1cd9b131834a5f83 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 2,783 | puml | @startuml
class org.accordproject.perishablegoods.PerishableGoodsContract << (A,green) >> {
+ Party grower
+ Party importer
+ Shipment shipment
+ DateTime dueDate
+ MonetaryAmount unitPrice
+ UnitOfMass unit
+ Integer minUnits
+ Integer maxUnits
+ String product
+ Integer sensorReadingFrequency
+ TemporalUnit duration
+ Double minTemperature
+ Double maxTemperature
+ Double minHumidity
+ Double maxHumidity
+ Double penaltyFactor
}
org.accordproject.perishablegoods.PerishableGoodsContract --|> org.accordproject.contract.Contract
class org.accordproject.perishablegoods.ShipmentStatus << (E,grey) >> {
+ CREATED
+ IN_TRANSIT
+ ARRIVED
}
org.accordproject.perishablegoods.ShipmentStatus --|> concerto.Concept
class org.accordproject.perishablegoods.ShipmentTransaction << (T,yellow) >> {
+ Shipment shipment
}
org.accordproject.perishablegoods.ShipmentTransaction --|> org.accordproject.runtime.Request
class org.accordproject.perishablegoods.SensorReading << (T,yellow) >> {
+ Double centigrade
+ Double humidity
}
org.accordproject.perishablegoods.SensorReading --|> org.accordproject.perishablegoods.ShipmentTransaction
class org.accordproject.perishablegoods.ShipmentReceived << (T,yellow) >> {
+ Integer unitCount
}
org.accordproject.perishablegoods.ShipmentReceived --|> org.accordproject.perishablegoods.ShipmentTransaction
class org.accordproject.perishablegoods.PriceCalculation << (T,yellow) >> {
+ MonetaryAmount totalPrice
+ MonetaryAmount penalty
+ Boolean late
}
org.accordproject.perishablegoods.PriceCalculation --|> org.accordproject.perishablegoods.ShipmentTransaction
class org.accordproject.perishablegoods.Shipment << (A,green) >> {
+ String shipmentId
+ ShipmentStatus status
+ Party grower
+ Party importer
+ SensorReading[] sensorReadings
+ String smartClause
}
org.accordproject.perishablegoods.Shipment --|> concerto.Asset
class org.accordproject.perishablegoods.Business << (P,lightblue) >> {
+ MonetaryAmount accountBalance
}
org.accordproject.perishablegoods.Business --|> org.accordproject.organization.Organization
class org.accordproject.perishablegoods.Grower << (P,lightblue) >> {
}
org.accordproject.perishablegoods.Grower --|> org.accordproject.perishablegoods.Business
class org.accordproject.perishablegoods.Shipper << (P,lightblue) >> {
}
org.accordproject.perishablegoods.Shipper --|> org.accordproject.perishablegoods.Business
class org.accordproject.perishablegoods.Importer << (P,lightblue) >> {
}
org.accordproject.perishablegoods.Importer --|> org.accordproject.perishablegoods.Business
class org.accordproject.perishablegoods.SetupDemo << (T,yellow) >> {
}
org.accordproject.perishablegoods.SetupDemo --|> concerto.Transaction
@enduml
|
76be72bb76dea2959fd00a16d9d7985741dcd85a | 17d8a22c83aa82b55e7c2ab8482ee97fcfdadf05 | /DesignModeTest/out/production/DesignModeTest/ProxyPattern/ProxyPattern2.puml | 1e66eeb4f9b3e690c008729b1989a8bf3800d7a5 | [] | no_license | lhdaydayup/Pattern | 3d3d1e25d934428ed69c6c2618587d9328bdfe4e | 8de7410801d9efcae9fc57f34466ed0711ceff54 | refs/heads/master | 2020-05-07T13:24:26.831224 | 2019-04-15T08:21:35 | 2019-04-15T08:21:35 | 180,546,544 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,034 | puml | @startuml
abstract class Base{
+ abstract void method()
}
class Do{
+ void method()
}
Base <|-- Do
class ProxyDo{
- Base base
+ void before(new Thread().....画小图标)
+ void method(base.method())
+ void after()
}
Base <|-- "base" ProxyDo
class client
Base <.. client
@enduml
/'
3. 某软件公司欲开发一款基于C/S的网络图片查看器,具体
功能描述如下:用户只需在图 片查看器中输入网页URL,程序
将自动将该网页所有图片下载到本地,考虑到有些网页 图片比
较多,而且某些图片文件比较大,因此将先以图标的方式显示
图片,不同类型的 图片使用不同的图标,并且在图标下面标注
该图片的文件名,用户单击图标后可查看真 正的图片,界面效
果如图15-7所示。试使用虚拟代理模式设计并实现该图片查看器。
(注:可以结合多线程机制,使用一个线程显示小图标,同时启动另一个线程在后台加 载原图。)
'/
|
4061d185bffe2959775813eadb12e21c0d28adca | 0246a4889713a9f37cfe235f04a53eb6770a61ae | /content/en/docs/api-reference/img/KeypleCore-2-SE_Proxy-ReaderAccess.iuml | d2ffeff783f7a55f32eb9483788dbc0e87e0e979 | [
"Apache-2.0"
] | permissive | jeanpierrefortune/docsy-example | 2022b03167acf7620070d9ff1f11061a71d94898 | b1d35577041ed5788965d95149f6b223ff78b816 | refs/heads/master | 2021-01-14T02:48:32.503680 | 2020-02-25T17:22:53 | 2020-02-25T17:22:53 | 242,576,043 | 0 | 0 | Apache-2.0 | 2020-02-23T19:16:52 | 2020-02-23T19:16:51 | null | UTF-8 | PlantUML | false | false | 2,053 | iuml | @startuml
together {
package external.terminalapplication #3399FF {
class SpecificTerminal
}
package java.util #FFFFFF {
interface Comparable<T> {
+int compareTo(T o)
}
}
}
package org.eclipse.keyple.core #FFFFFF {
package seproxy #FFFFFF {
+class "<b>final</b> SeProxyService" as SeProxyService << Singleton >> {
+{static}SeProxyService getInstance()
+String getVersion()
+registerPlugin(AbstractPluginFactory pluginFactory)
+boolean isRegistered(String pluginName)
+boolean unregisterPlugin(String pluginName)
+ReaderPlugin getPlugin(String name)
+SortedSet<ReaderPlugin> getPlugins()
}
}
+interface ReaderPlugin {
+SortedSet<String> getReaderNames()
+SeReader getReader(String name)
+SortedSet<? extends SeReader> getReaders()
}
+interface ReaderPoolPlugin {
+SortedSet<String> getReaderGroupReferences()
+SeReader allocateReader(String groupReference)
+releaseReader(SeReader seReader)
}
+interface SeReader {
+boolean isSePresent()
+void addSeProtocolSetting(SeProtocol seProtocol,
String protocolRule);
+void setSeProtocolSetting(Map<SeProtocol,
String> protocolSetting);
+TransmissionMode getTransmissionMode();
}
SeProxyService "1" *-down-> "*" ReaderPlugin : plugins
ReaderPlugin <|-left- ReaderPoolPlugin : extends
ReaderPlugin "1" *-right-> "*" SeReader : readers
}
package util #FFFFFF {
+interface Configurable {
+Map<String, String> getParameters();
+void setParameter(String key, String value)
+void setParameters(Map<String, String> parameters)
}
+interface Nameable {
+String getName();
}
}
SpecificTerminal -down-> SeProxyService : uses >
Nameable <|-up- ReaderPlugin : extends
Nameable <|-- SeReader : extends
Configurable <|-up- ReaderPlugin : extends
Configurable <|-- SeReader : extends
Comparable <|-- ReaderPlugin : extends
'Comparable <|-up- SeReader : extends
'Comparable <|-down- SeReader : extends
Comparable <|-- SeReader : extends
'SpecificTerminal -[hidden]right- Comparable
'"external.terminalapplication" -right- "java.util"
'"java.util" -down- "org.eclipse.keyple.core"
@enduml
|
4ce73ee8bb4bffc163a23d6ddce3b0d5f0da762e | 53171f99b9c35cbc19968d53c949e5938f6e8047 | /UML/class_diagrams/Coordinates.puml | 97eeb3d8c00a81e6c8f4372df289833ece6a96b7 | [
"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 | 124 | puml | @startuml
class Coordinates {
+latitude: double
+longitude: double
+Coordinates(double latitude, double longitude)
}
@enduml |
1363cf64a007a5b36fbf65cb066c84363589bd77 | 90bf507b5df5624feb750edc86860970936f1be6 | /docs/Iteracao1/UC3_MD.puml | f18909a94dceba42fc4d853eaa13fd7adf2e236a | [
"MIT"
] | permissive | atuhrr/ESOFT-ISEP | 9dd56286f2af84b580f075a8dcae55eaafb78802 | d989da51f49475c21c6a02ced68a2b9d8e34efe5 | refs/heads/master | 2022-04-24T11:32:29.084103 | 2020-04-28T21:29:24 | 2020-04-28T21:29:24 | 259,753,073 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,271 | puml | @startuml
hide methods
left to right direction
class Plataforma {
-String designacao
}
class AreaAtividade {
-String codigo
-String descBreve
-String descDetalhada
}
class CompetenciaTecnica {
-String codigo
-String descBreve
-String descDetalhada
}
class Administrativo {
-String nome
-String telefone
-String email
}
class CategoriadeTarefa {
-String codigo
-String descBreve
-String descDetalhada
}
class ObrigatoriedadeCT {
-boolean obrgCT
-CompetenciaTecnica comp
}
Administrativo "1" -- "1" Plataforma : trabalha para >
Administrativo "1" -- "*" CategoriadeTarefa : define >
Administrativo "1" -- "*" CompetenciaTecnica : define >
Administrativo "1" -- "*" AreaAtividade : define >
AreaAtividade "1" -- "*" ObrigatoriedadeCT : tem >
Plataforma "1" -- "*" CategoriadeTarefa : possui >
Plataforma "1" -- "*" AreaAtividade : possui >
Plataforma "1" -- "*" CompetenciaTecnica : possui >
Plataforma "1" -- "*" Administrativo : tem >
CompetenciaTecnica "*" -- "*" AreaAtividade : referente a >
CompetenciaTecnica "*" -- "*" ObrigatoriedadeCT : tem >
CategoriadeTarefa "1" -- "*" AreaAtividade : referente >
CategoriadeTarefa "1" -- "*" CompetenciaTecnica : referente >
CategoriadeTarefa "1" -- "*" ObrigatoriedadeCT : tem
@enduml |
5283759173f7addb4fdaa9c85015a0d3be054dd4 | 1c6eae4b5ebbddce35a2fad77b69189e5290ea2a | /src/design/adapter/work/w6/Main.puml | ac6299c0cb4e0ccb988a974aa6ad36257dfd5068 | [] | no_license | GitHubFeiLong/design | b4d2a07fc4675c469bf40aa5a05ae3c66d2a9382 | 377b5b08771a7257d9b9a9aa9578ed98f59c8697 | refs/heads/master | 2023-02-05T01:08:47.905972 | 2023-01-30T12:51:13 | 2023-01-30T12:51:13 | 187,624,865 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 269 | puml | @startuml
'https://plantuml.com/class-diagram
title '双向设配器'
class Adapter{
- Cat cat
- Dog dog
+ void cry()
+ void catchMouse()
}
class Cat {
+ void catchMouse()
}
class Dog {
+ void cry()
}
Cat <.. Adapter
Dog <.. Adapter
@enduml |
81f2dfd4a3f06b023da941457c71b4cb0f93442b | 455fe4b4f64a8f13d6941dc1eb2cae31337cb41d | /src/model/model.plantuml | 6a9de0d01b24c73fc68a91d380f8b24b8da3154c | [] | no_license | NikitaPechkurov/Testing | 4c1e0781cb7e9f7b49cc98eb6f38d74884f061f0 | cd36a0af680d8d2555ce48c82a8f60e5e156aa65 | refs/heads/master | 2022-11-11T00:48:16.998491 | 2020-06-22T09:30:23 | 2020-06-22T09:30:23 | 273,451,773 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,467 | plantuml | @startuml
title __MODEL's Class Diagram__\n
namespace model {
abstract class model.Colleague {
+ Colleague()
+ getReceivedMessage()
{abstract} + notifyColleague()
+ receive()
}
}
namespace model {
class model.Editor {
+ Editor()
+ notifyColleague()
}
}
namespace model {
interface model.Mediator {
{abstract} + setView()
}
}
namespace model {
class model.Question {
~ answergood : ArrayList<StringProperty>
~ badanswer : ArrayList<StringProperty>
~ question : StringProperty
~ type : Integer
+ Question()
+ addFalse()
+ addTrue()
+ getBadAnswer()
+ getGoodAnswer()
+ getQuestionProperty()
+ getTest()
+ setQuestion()
}
}
namespace model {
class model.Viewer {
+ Viewer()
+ notifyColleague()
}
}
namespace model {
class model.Worker {
+ Worker()
+ notifyColleague()
}
}
model.Colleague o-- model.Mediator : mediator
model.Colleague o-- model.Question : receivedMessage
model.Editor -up-|> model.Colleague
model.Viewer -up-|> model.Colleague
model.Worker -up-|> model.Colleague
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
|
ed6aac86a42fe361ecde65b1cdd86c399e566cac | 7e6fa61a8595cd38195713b5c7698f5de6f7c7b3 | /base/044/escreve2.puml | 537feebc3862585879ef23d6627389018286321e | [] | no_license | qxcodepoo/arcade | 3ff1852792a47584f00c1ab9fd5011ebb2c4b830 | 3722a8c976a51829b2b6f4913360c23bf114433a | refs/heads/master | 2023-08-31T04:07:06.255292 | 2023-08-25T03:16:42 | 2023-08-25T03:16:42 | 217,410,955 | 36 | 42 | null | 2020-09-24T13:22:18 | 2019-10-24T23:12:40 | C++ | UTF-8 | PlantUML | false | false | 196 | puml | @startuml
skinparam defaultFontName Hasklig
skinparam dpi 150
left to right direction
Pessoa -- Livro : escreve
class Pessoa {
- nome : String
}
class Livro {
- autor : Pessoa
}
@enduml |
6b507563e4f036b02af806722ab81f07205421b9 | 8728c3785ee0664196c688e0a4c2b27f23fb9ad6 | /doc/Diagramme_classes-v1/diagramme_classes.plantuml | d8984ea99b4e5a033cbdaed10d73efa59c832b75 | [] | no_license | Xuxin2333/ptut-v1 | 7df94b190addfa5c621c0b85e458f55593507192 | 637518bfc988e24acdbb777993f6151a1d4cd188 | refs/heads/master | 2023-05-07T15:08:14.142080 | 2021-05-28T08:30:56 | 2021-05-28T08:30:56 | 371,632,908 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 762 | plantuml | @startuml
' diagramme de classes pour l'application
class Employé {
-idEmploye
-nom
-prenom
-login
-nomDePasse
-estActif
}
class Role {
-idRole
-nom
}
class NiveauCompetence {
-tauxHoraire
}
class Niveau {
-idNiveau
-intitule
}
class Competence {
-idCompetence
-nom
}
class Projet {
-idProjet
-nom
-description
-dateDebut
-dateFinEstimee
-dateFinReelle
-dateFacturation
-montantFacture
-estActif
}
class Client {
-idNumCli
-nom
-prenom
-entreprise
-email
-telephone
-estActif
}
Role "1" -down- "0..*" Employé : Avoir
(Niveau, Competence)..NiveauCompetence
NiveauCompetence "1" - "0..*" Employé : Detenir
Employé "0..1" - "1" Projet : Travailler
Projet "0..*" - "1" Client : Rattacher
@enduml |
fc2d2be1761c28f0d60c2a415a12bbad5f285e58 | 41e335a2ded65f95ece1c413fe9d465df1d198b4 | /lib/DevJava/src/main/java/dev/utils/common/validator/validator.plantuml | 6c69aae1bbfeb007941a3d024835e323723144de | [
"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,656 | plantuml | @startuml
title __VALIDATOR's Class Diagram__\n
namespace dev.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.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.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.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
|
36bc1a0b376ba7add68312e08103dd878a2510f1 | 6c1c7cd7bf6df648880c0676964502463f18fda5 | /src/main/java/Model/ResponseBody/ResponseBody.plantuml | 538fa0d72a28df9a1915b695b172e39ce348ca76 | [] | no_license | yannickTilly/appliVisiteurCli | 978c0ee4f04bca36c12911c2b7bb477ed53275d8 | 407e183f3998825d96409eef530ed5d6656fe5b5 | refs/heads/master | 2022-12-11T17:56:20.251585 | 2020-05-19T11:24:35 | 2020-05-19T11:24:35 | 217,737,041 | 0 | 0 | null | 2022-11-15T23:31:18 | 2019-10-26T16:28:45 | Java | UTF-8 | PlantUML | false | false | 490 | plantuml | @startuml
title __RESPONSEBODY's Class Diagram__\n
namespace Model {
namespace ResponseBody {
class Model.ResponseBody.AuthResponse {
- token : String
+ AuthResponse()
+ getToken()
+ setToken()
}
}
}
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
|
37fe4865c287683f9fb8779561e71ce0ae6bbbaf | f4912b210d7eb691deae8a8a396ecbc2b9ae4386 | /assets/ExternalService-Address5.puml | 0f631e5a135c0c748c9f3b68150638bca18d8e4c | [
"MIT"
] | permissive | newportg/newportg.github.io | 8eaf3eb41e7502b26c7aa33b55e3e9ec67731536 | 5fae722e228c339cf6707ba4a4747fc7bbbf9705 | refs/heads/master | 2021-06-06T00:04:48.145436 | 2020-03-06T09:18:45 | 2020-03-06T09:18:45 | 152,589,658 | 0 | 1 | null | 2019-02-08T15:05:51 | 2018-10-11T12:40:31 | JavaScript | UTF-8 | PlantUML | false | false | 1,098 | puml | @startuml
class FindQueryResultsItem {
+ Id : string <<get>> <<set>>
+ Type : string <<get>> <<set>>
+ Text : string <<get>> <<set>>
+ Highlight : string <<get>> <<set>>
+ Description : string <<get>> <<set>>
+ Language : string <<get>> <<set>>
+ Country : string <<get>> <<set>>
+ Container : string <<get>> <<set>>
}
ConfigurationElement <|-- FindQueryResultsItem
class RetrieveQueryResultsItem {
+ Id : string <<get>> <<set>>
+ BuildingNumber : string <<get>> <<set>>
+ City : string <<get>> <<set>>
+ SubBuilding : string <<get>> <<set>>
+ SecondaryStreet : string <<get>> <<set>>
+ Street : string <<get>> <<set>>
+ District : string <<get>> <<set>>
+ Line1 : string <<get>> <<set>>
+ Line2 : string <<get>> <<set>>
+ Line3 : string <<get>> <<set>>
+ Province : string <<get>> <<set>>
+ ProvinceName : string <<get>> <<set>>
+ PostalCode : string <<get>> <<set>>
+ Type : string <<get>> <<set>>
+ CountryIsoCode : string <<get>> <<set>>
}
ConfigurationElement <|-- RetrieveQueryResultsItem
@enduml
|
b112c8ea782c6a558454e3e1270932e7ee1f1474 | 9e5c9068e16da680367367308589a4ccb27cec2a | /Clase/FactoryMethod/Hierarchy.puml | 944166dc6db2161df9c3cbe4b574d418c033a0b6 | [] | no_license | fernandoalcasan/AyMdSS_A01019595 | 668512028fb6c142b27be53d9c6dabf814a58861 | 814ab982871122df8a6253eb3df4274409d80fd7 | refs/heads/master | 2021-01-15T19:06:36.292164 | 2017-10-27T23:30:30 | 2017-10-27T23:30:30 | 99,808,394 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 289 | puml | @startuml
class Product{
+void operation();
+void operation2();
}
class Creator{
-virtual Product* createProduct(int type);
+Product* factoryMethod(int type);
}
class CreatorA{
+Product* createProduct(int type);
}
CreatorA --|> Creator
Product -- CreatorA : regresa
@enduml
|
3110640a4fd145554767da40a16096f74a06da13 | 63c2be909a7b3729f1c9e7dd8cf2a97bdd9749ee | /documentation/diagrams/Resource_Push.puml | 43a7008467c2eb079709042364dd496a3d0d5907 | [] | no_license | MarcoDamianiVF01/ResourcePoolMngmt | 96e586d6da79c995211450589e6f6660d8c777fd | 22d1dd1ef352b9e36fb62a297fa022e3cd2764c5 | refs/heads/main | 2023-03-08T16:55:05.332710 | 2021-02-19T17:12:49 | 2021-02-19T17:12:49 | 340,437,086 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,951 | puml | @startuml
hide circle
hide methods
hide stereotype
show <<Enumeration>> stereotype
skinparam class {
BackgroundColor<<Enumeration>> #E6F5F7
BackgroundColor<<Ref>> #FFFFE0
BackgroundColor<<Pivot>> #FFFFFFF
BackgroundColor #FCF2E3
}
class Push <<Pivot>> {
href : String
id : String
@baseType : String
@schemaLocation : Uri
@type : String
}
class Capacity {
capacitySpecification : String
plannedOrActualCapacity : String
@baseType : String
@schemaLocation : Uri
@type : String
}
class PlaceRef <<Ref>> {
href : String
id : String
name : String
@baseType : String
@referredType : String
@schemaLocation : Uri
@type : String
}
class CapacityAmount {
timePeriod : TimePeriod
@baseType : String
@schemaLocation : Uri
@type : String
}
class Amount {
amount : String
amountFrom : String
amountTo : String
rangeInterval : String
@baseType : String
@schemaLocation : Uri
@type : String
}
class AppliedCapacityAmount {
timePeriod : TimePeriod
@baseType : String
@schemaLocation : Uri
@type : String
}
class ResourcePoolRef <<Ref>> {
href : String
id : String
name : String
@baseType : String
@referredType : String
@schemaLocation : Uri
@type : String
}
class ResourceRef <<Ref>> {
href : String
id : String
name : String
value : String
@baseType : String
@referredType : String
@schemaLocation : Uri
@type : String
}
Push *--> "0..1" Capacity : capacity
Capacity *--> "0..1" CapacityAmount : capacityAmount
CapacityAmount *--> "0..1" Amount : amount
CapacityAmount *--> "0..*" AppliedCapacityAmount : appliedCapacityAmount
AppliedCapacityAmount *-right-> "0..1" Amount : amount
Push *-right-> "0..1" ResourcePoolRef : resourcePool
PlaceRef "0..1" <-left-* Capacity : place
ResourcePoolRef *--> "0..*" ResourceRef : resource
@enduml |
48f8e49f70c2bac18535007ce9853ed23be168d5 | 6148ce6d883a6f94b1588ab302147c63dd8fc644 | /microservices/kunde/src/main/kotlin/de/hska/kunde/rest/KundeHandler.puml | d814ff7bd027175a6e6ae13625553ee714ef0fc3 | [] | no_license | Zwal/AngularTest | 5517f691dd12047fbe685a3feeda1cda8a2bac27 | 1d86c2c8fdd51fa2b1000129fe61d8b44b602a8c | refs/heads/master | 2021-05-11T06:16:16.699868 | 2018-01-18T16:35:40 | 2018-01-18T16:35:40 | 117,983,216 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,757 | puml | @startuml
skinparam classAttributeIconSize 0
skinparam componentStyle uml2
' !pragma horizontalLineBetweenDifferentPackageAllowed
package reactor.core.publisher {
abstract class Mono {
}
}
package javax.validation {
interface Validator {
}
}
package org.springframework.web.reactive.function.server {
class ServerRequest {
}
class ServerResponse {
}
}
package de.hska.kunde {
package entity {
class Kunde << entity >> {
}
}
package service {
class KundeService << service >> {
}
}
package rest #DDDDDD {
KundeHandler *-down-> "1" KundeService
KundeHandler .down.> Kunde
KundeHandler .down.> Mono
KundeHandler ..> ServerRequest
KundeHandler ..> ServerResponse
KundeHandler *-down-> "1" Validator
' [hidden] fuer nicht-existierende Beziehungen als Workaround fuer das Layout
Kunde -[hidden]-> Validator
Kunde -[hidden]-> Mono
KundeService -[hidden]-> ServerRequest
class KundeHandler << boundary >> << @Component >> {
+ findById(request: ServerRequest): Mono<ServerResponse>
+ find(request: ServerRequest): Mono<ServerResponse>
+ create(request: ServerRequest): Mono<ServerResponse>
+ update(request: ServerRequest): Mono<ServerResponse>
+ patch(request: ServerRequest): Mono<ServerResponse>
+ deleteById(request: ServerRequest): Mono<ServerResponse>
+ deleteByEmail(request: ServerRequest): Mono<ServerResponse>
}
}
}
hide empty members
hide empty methods
hide empty fields
footer (c) Juergen Zimmermann
@enduml
|
ed2fe95c6c7e86bf06bd4ed29dd8248a37e660cd | 2c7b3d0a9f435618ac6d5e165333d97f0dffb1ce | /src/main/java/com/mrathena/uml/类图/demo.puml | d4226629126e2575312eea870c3c28dfd59dc061 | [] | no_license | mrathena/design.pattern | 0a068b32e670c8856638557be23d93a9bd679ca8 | a65520b5a130cab5b163e9d99665ce5bdcb017d9 | refs/heads/master | 2021-06-03T01:13:15.722914 | 2020-07-02T08:02:08 | 2020-07-02T08:02:08 | 223,210,637 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,260 | puml | @startuml
package 继承与实现 {
abstract class Person {
- String name
}
interface Codeable {
+ void code()
}
class Coder
Person <|-- Coder : Coder继承了Person(泛化)
Codeable <|.. Coder : Coder实现了Codeable
}
package 依赖 {
class Class {
- Class5 class
+ Class3 modify(Class2 class)
}
class Class2
class Class3
class Class4
note top of Class4 : public Class3 modify(Class2 class) {Class4 class4 = new Class4();}
Class2 <.. Class : 依赖(入参)
Class3 <.. Class : 依赖(返回值)
Class4 <.. Class : 依赖(局部变量)
Class5 <.. Class : 依赖(成员变量)
}
package 关联 {
class User
class Id
User -- Id : User和Id有关联
class User2 {
- Id Id
}
User2 --> Id : User2关联Id
class Id2 {
- User user
}
User <-- Id2 : Id2关联User
class User3 {
- Id3 id
}
class Id3 {
- User3 user
}
User3 <--> Id3 : User3和Id3双向关联
}
package 聚合 {
class WildGoose
class WildGooseGroup {
- List<WildGoose> wildGooseList
}
WildGooseGroup o-- WildGoose : WildGoose聚合于WildGooseGroup
}
package 组合 {
class Animal {
- Head head
}
class Head
Head --* Animal : Head组合于Animal
}
@enduml |
d4d9c498083893701b3e5c51fb64007751d3fb64 | af505460e684b328b85170a77326b72cc212e769 | /src/main/java/com/puml/thread_local.puml | 9b4a6befd84b59733a4d1c53ec1b71527dc34efc | [] | no_license | xiaoyingzhi/blog | fd6b8b9e233764f30346e400d57c6e3346a1219b | 4097bc984522e87edfb1186c216a67862ea2876d | refs/heads/master | 2023-02-14T20:08:39.181013 | 2021-01-11T03:09:16 | 2021-01-11T03:09:16 | 316,798,262 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 170 | puml | @startuml
class Thread{
ThreadLocalMap threadLocals
}
class ThreadLocal{
}
class ThreadLocalMap{
Entry[] table
}
class Entry{
}
class WeakReference<T>{
}
@enduml |
23de80af832dd810509434ccf019a9b39ba04514 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/designpattern/concept-facade-2.plantuml | 8fb499961f27e9d4d92ca490169c6ef519c4f9ff | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 1,440 | plantuml | @startuml
skinparam classAttributeIconSize 0
class Calculator << Singleton >> {
- {static} Calculator instance
OperationHandler handler
-Calculator()
+{static} Calculator getInstance()
+ double calculator(String expression)
}
package operation {
class Parser {
+ {static} List<String> parsing(String expression, String operation)
}
class OperationHandler {
-Operation operation
-LinkedList<String> operandList
-OperationHandler next
+OperationHandler(Operation operation)
+OperationHandler setNext(OperationHandler next)
-double calculator()
+double operandProcess(String expression)
}
abstract class Operation {
- String operationStr
+Operation(String operationStr)
+String getOperationStr()
+ {abstract} double operate(double ...nums)
}
class PlusOperation {
+ PlusOperation()
+double operate(double ...nums)
}
class MinusOperation {
+ MinusOperation()
+double operate(double ...nums)
}
class MultiplyOperation {
+ MultiplyOperation()
+double operate(double ...nums)
}
class DivisionOperation {
+ DivisionOperation()
+double operate(double ...nums)
}
}
Operation <|-- PlusOperation
Operation <|-- MinusOperation
Operation <|-up- MultiplyOperation
Operation <|-up- DivisionOperation
Calculator <--o Calculator
Calculator <-- Client : Use <
OperationHandler <--o OperationHandler
OperationHandler <-down-o Calculator
Parser <-down- OperationHandler : Use <
Operation <--o OperationHandler
@enduml |
e780a51316c3f392f3c86a0817a30015aeca6eaf | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GeoJsonPoint.puml | d51135a275a3cdf79adf58ce57625b89e9dd14a1 | [] | 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 | 404 | 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 GeoJsonPoint [[GeoJsonPoint.svg]] extends GeoJson {
type: String
coordinates: [[Double.svg List<Double>]]
}
interface GeoJson [[GeoJson.svg]] {
type: String
}
@enduml
|
a096310896fc5fc69f3836ff79d6dacd14062021 | 4d66b0a15e5d42eb96ed5e7527ff506757d74285 | /src/dgraph/Edge.iuml | 9ad6882b19a72d85bd5c1c23804bedf9e6dbf446 | [
"CECILL-B"
] | permissive | ngocbichdao/java-lattices | 1ac847eaa2bbbcc73ceeb61ec9c5cfa618bac574 | 6742e87de51205923e158db93fd495ffa381f10a | refs/heads/master | 2020-04-05T18:57:29.576127 | 2014-04-04T08:53:29 | 2014-04-04T08:53:29 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 638 | iuml | package dgraph {
class Edge {
-Node from
-Node to
-Object content
.. Constructors ..
+Edge(final Node from, final Node to, final Object content)
+Edge(final Node from, final Node to)
.. Accessors ..
+Node getFrom()
+Node getTo()
+Object getContent()
.. Mutators ..
+Edge setContent(final Object content)
.. Predicates ..
+boolean hasContent()
.. Transformers ..
+String toString()
+String toDot()
.. Comparators ..
+int compareTo(final Object object)
}
Edge *-- "2" Node
}
|
9e7ba4213bc79d8d1c5e6fa489ba3b031c02c638 | 22694cfdec9fa8efc64b8f5e86b906d76e8b89fe | /docs/uml/scheduler.puml | eab85def9e03b88b046b2aeeffc65e33d224db81 | [] | no_license | mattiamari/unibo-smartradar | db10bb7eb00a5dc7e41a827911296360a98c65b9 | 122897a188230eabf85d5acbe719c30ae9191652 | refs/heads/master | 2020-09-12T17:13:27.719641 | 2019-11-27T17:53:55 | 2019-11-27T17:53:55 | 222,490,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 213 | puml | @startuml scheduler
interface Scheduler {
add(task : Task, interval : integer)
remove(task : Task)
clear()
schedule()
}
interface Task {
step()
isComplete()
}
Scheduler o-- Task
@enduml |
e5692ca2e142ff52fc0c722f549b742de13d1706 | 208bc3111dcb8d68b977b1c67aae672bb8cdc4ee | /doc/diagrams/ClassDiagrams/SimulatorClassDiagram.puml | 74360b7bf2bc28fb77e11fc4d08c4522fcca0836 | [] | no_license | tanvir1990/Elevator-Control-System | 5d1374bd61114397f04eea92e9cd585ad243090e | 912e72108ad2f3646692a037d78b1016e385c35a | refs/heads/master | 2021-10-26T05:16:51.559694 | 2019-04-10T22:49:47 | 2019-04-10T22:49:47 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,825 | puml | @startuml
note "All private fields are implied to have getter and setter methods, as appropriate." as N1
enum Direction{
UP
DOWN
IDLE
}
class ElevatorVector <<Datatype>> {
+currentFloor: int
+currentDirection: Direction
+targetFloor: int
}
together {
class Timer
class TimerTask
}
TimerTask <|-- TimedEvent
Timer <|-- EventTimer
EventTimer ..> TimedEvent: "schedules" >
together {
class FloorReceiver<<(S, blue)>>{
+ receiveElevatorArrived(int floor, Direction direction)
}
class ElevatorSender<<(S, blue)>>{
+ sendElevatorClick(int elevatorNum, int floor)
}
class FloorSender <<(S, blue)>>{
+ sendFloorClick(int floor, Direction direction)
}
}
together {
class EventTimer<<(S, blue)>>{
+ add(Event): boolean
}
class TriggeredEventMap<<(S, blue)>>{
HashMap<floor: HashMap<direction: Event>>
+ add(Event event)
+ send(int floor, Direction direction, int elevatorNum)
}
class TimedEvent{
- event: Event
+ run(): void
}
}
together {
class Event{
- time: dateTime
- floor: int
- direction: Direction
- elevatorButton: int
}
}
together {
class EventMaker<<(S, blue)>>{
+ addEventsFromFileToTimer(String filename): void
- createEvenatAndAddToTimer(String[] stringArray): boolean;
}
class FileParser<<(S, blue)>>{
- parsed: List<String[]>
+ parse(String filename): void
+ getParsed(): List<String[]>
}
}
EventMaker .> Event: "creates"
EventMaker .> EventTimer: "adds events"
TriggeredEventMap "[floor, direction]" o-- Event
TimedEvent o-- Event
Event o-- Direction
TimedEvent ..> FloorSender: sends event using
TriggeredEventMap ..> ElevatorSender: sends events using
TriggeredEventMap <.. FloorReceiver: triggers
FileParser <. EventMaker : gets event data from file using
@enduml |
99047ed74c07943f371e1f572d74a5041802d012 | 0347ea57c03c88bb01ad6505cf4ab15ecdaf0d79 | /test6/src/class.puml | f9836a6de2a6bbb74ac65f6a02391901900f14d0 | [] | no_license | chengrui123456/is_analysis | 4343d136d8bd14ca9da504d203e554d943e0ae34 | afb021f2de9c8915ee7e1cf386627b49f884faec | refs/heads/master | 2020-04-25T13:34:18.812111 | 2019-05-09T01:09:16 | 2019-05-09T01:09:16 | 172,813,726 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,322 | puml | @startuml
title 基于GitHub的实验管理平台--类图
class users {
<b>user_id</b> (用户ID)
name (用户真实姓名)
github_username (用户GitHub账号)
update_date (用户GitHub账号修改日期)
password (用户密码)
disable (用户是否禁用)
}
class teachers{
<b>teacher_id</b> (老师工号)
department (老师所属部门)
subject(老师所教授的科目)
}
class students{
<b>student_id</b> (学号)
class (班级)
result_sum(成绩汇总)
web_sum (网站正确与否汇总)
}
class manager{
<b>manager_id</b> (管理员工号)
department (管理员所属部门)
}
class class{
<b>class_id</b> (课程编号)
class_name</b> (课程名称)
teacher_id (所教授的老师名字)
}
users <|--- manager
users <|- students
users <|-- teachers
class grades {
<b>student_id</b> (学号)
<b>test_id</b> (实验编号)
result (分数)
memo (评价)
update_date (评改日期)
}
class tests {
<b>test_id</b> (实验编号)
title (实验名称)
}
students "1" -- "n" grades
tests "1" -- "n" grades
students "1" -- "n" class
teacher "1" -- "n" class
@enduml |
adc34ae764a5b6b1dd4a712fb2084b37e203d948 | 4291ef524e205e9b7c7c479052e1fe40078a1f60 | /doc/part_two/sensor.puml | c35bdfd0b8f1774ad40b2614115658751e3196c9 | [
"BSD-2-Clause"
] | permissive | nymann/portfolio-assignment | 4136ab71b2bac64d6a4474c76b16ee5e57f9d21d | abb6d840d6d9ae59b90e8417f140c2314b1e7a27 | refs/heads/master | 2023-04-27T00:19:10.391313 | 2021-05-21T21:02:46 | 2021-05-21T21:02:46 | 367,152,436 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 625 | puml | @startuml
skinparam roundCorner 10
skinparam shadowing false
skinparam classFontName Lato
skinparam classFontSize 16
skinparam defaultFontName Source Code Pro
skinparam defaultFontSize 14
skinparam ClassAttributeFontStyle normal
skinparam ClassBackgroundColor white
skinparam ClassBorderColor black
skinparam ClassBorderThickness 1
skinparam ArrowColor black
skinparam linetype polyline
interface dev.nymann.sensor.ISensor {
~ String getName()
~ Double getValue()
}
abstract class dev.nymann.sensor.Sensor {
+ {abstract}void start()
+ {abstract}void stop()
}
dev.nymann.sensor.ISensor <|.. dev.nymann.sensor.Sensor
@enduml
|
a2d4f9f3997cf5d687e684f59e26b9c93fa5c99b | 2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03 | /UML/vendor/yiisoft/yii2-jui.puml | 46cbfefa993f40b9ed9280de7058a30197880a57 | [] | no_license | adipriyantobpn/UML-diagram-for-some-PHP-packages | b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5 | 0a9308fbd2d544c8f64a37cf9f11011edfc40ace | refs/heads/master | 2021-08-19T19:24:34.948176 | 2017-11-27T07:48:10 | 2017-11-27T07:48:10 | 112,164,778 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,357 | puml | @startuml
skinparam handwritten true
class yii.jui.Accordion {
+headerOptions : array = []
+itemOptions : array = []
+items : array = []
+options : array = []
#renderItems() : string
+run()
}
class yii.jui.Accordion extends yii.jui.Widget
class yii.jui.AutoComplete {
+renderWidget() : string
+run()
}
class yii.jui.AutoComplete extends yii.jui.InputWidget
class yii.jui.DatePicker {
+attribute : string
+containerOptions : array = []
+dateFormat : string
+inline : boolean = false
+language : string
+value : string
+init()
#renderWidget() : string
+run()
}
class yii.jui.DatePicker extends yii.jui.InputWidget
class yii.jui.DatePickerLanguageAsset {
+autoGenerate : boolean = true
+depends = [
\t0 => "yii\jui\JuiAsset"
]
+language : string
+sourcePath = "@bower/jquery-ui"
+registerAssetFiles(view)
}
class yii.jui.DatePickerLanguageAsset extends yii.web.AssetBundle
class yii.jui.Dialog {
+init()
+run()
}
class yii.jui.Dialog extends yii.jui.Widget
class yii.jui.Draggable {
#clientEventMap = [
\t"create" => "dragcreate",
\t"drag" => "drag",
\t"stop" => "dragstop",
\t"start" => "dragstart"
]
+init()
+run()
}
class yii.jui.Draggable extends yii.jui.Widget
class yii.jui.Droppable {
#clientEventMap = [
\t"activate" => "dropactivate",
\t"create" => "dropcreate",
\t"deactivate" => "dropdeactivate",
\t"drop" => "drop",
\t"out" => "dropout",
\t"over" => "dropover"
]
+init()
+run()
}
class yii.jui.Droppable extends yii.jui.Widget
class yii.jui.InputWidget {
+attribute : string
+model : yii.base.Model
+name : string
+value : string
#hasModel() : bool
+init()
}
class yii.jui.InputWidget extends yii.jui.Widget
class yii.jui.JuiAsset {
+css = [
\t0 => "themes/smoothness/jquery-ui.css"
]
+depends = [
\t0 => "yii\web\JqueryAsset"
]
+js = [
\t0 => "jquery-ui.js"
]
+sourcePath = "@bower/jquery-ui"
}
class yii.jui.JuiAsset extends yii.web.AssetBundle
class yii.jui.Menu {
+clientEvents : array = []
+clientOptions : array = []
+init()
+run()
}
class yii.jui.Menu extends yii.widgets.Menu
class yii.jui.ProgressBar {
+init()
+run()
}
class yii.jui.ProgressBar extends yii.jui.Widget
class yii.jui.Resizable {
#clientEventMap = [
\t"create" => "resizecreate",
\t"resize" => "resize",
\t"start" => "resizestart",
\t"stop" => "resizestop"
]
+init()
+run()
}
class yii.jui.Resizable extends yii.jui.Widget
class yii.jui.Selectable {
+{static}MODE_BEGIN = "MODE_BEGIN"
+{static}MODE_DEFAULT = "MODE_DEFAULT"
+itemOptions : array = []
+items : array = []
+mode : string = "MODE_DEFAULT"
+options : array = []
+{static}begin(config : array = []) : static
+init()
+renderItems() : string
+run()
}
class yii.jui.Selectable extends yii.jui.Widget
class yii.jui.Slider {
#clientEventMap = [
\t"change" => "slidechange",
\t"create" => "slidecreate",
\t"slide" => "slide",
\t"start" => "slidestart",
\t"stop" => "slidestop"
]
+run()
}
class yii.jui.Slider extends yii.jui.Widget
class yii.jui.SliderInput {
#clientEventMap = [
\t"change" => "slidechange",
\t"create" => "slidecreate",
\t"slide" => "slide",
\t"start" => "slidestart",
\t"stop" => "slidestop"
]
+containerOptions : array = []
+init()
+run()
}
class yii.jui.SliderInput extends yii.jui.InputWidget
class yii.jui.Sortable {
#clientEventMap = [
\t"activate" => "sortactivate",
\t"beforeStop" => "sortbeforestop",
\t"change" => "sortchange",
\t"create" => "sortcreate",
\t"deactivate" => "sortdeactivate",
\t"out" => "sortout",
\t"over" => "sortover",
\t"receive" => "sortreceive",
\t"remove" => "sortremove",
\t"sort" => "sort",
\t"start" => "sortstart",
\t"stop" => "sortstop",
\t"update" => "sortupdate"
]
+itemOptions : array = []
+items : array = []
+options : array = []
+renderItems() : string
+run()
}
class yii.jui.Sortable extends yii.jui.Widget
class yii.jui.Spinner {
#clientEventMap = [
\t"spin" => "spin",
\t"change" => "spinchange",
\t"create" => "spincreate",
\t"start" => "spinstart",
\t"stop" => "spinstop"
]
+renderWidget() : string
+run()
}
class yii.jui.Spinner extends yii.jui.InputWidget
class yii.jui.Tabs {
+encodeLabels : boolean = true
+headerOptions : array = []
+itemOptions : array = []
+items : array = []
+linkTemplate : string = "<a href="{url}">{label}</a>"
+options : array = []
#renderItems() : string
+run()
}
class yii.jui.Tabs extends yii.jui.Widget
class yii.jui.Widget {
#clientEventMap : array = []
+clientEvents : array = []
+clientOptions : array = []
+options : array = []
+init()
#registerClientEvents(name : string, id : string)
#registerClientOptions(name : string, id : string)
#registerWidget(name : string, id : string = null)
}
class yii.jui.Widget extends yii.base.Widget
@enduml
|
330b285171a3ca7888665e227224d2db5a4278fa | 2bc551f9c2ecb57ec0cb93ad18d3ce0bafbddb34 | /设计模式/设计模式尚硅谷/designpatternlearning/src/main/java/tk/designpattern/factory/simplefactory/order-service.puml | 66c99ec6bc32264011d3b43ffd2f5203ae24c54f | [] | no_license | YiboXu/JavaLearning | c42091d6ca115826c00aad2565d9d0f29b1f5f68 | 97b4769ebbe096e0ab07acb6889fb177e2ca5abe | refs/heads/master | 2022-10-27T23:47:54.637565 | 2020-06-16T09:12:09 | 2020-06-16T09:12:09 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 601 | puml | @startuml
abstract class Pizza{
- String name;
+ String getName()
+ abstract void prepare();
+ void bake()
+ void cute()
+ void box()
+ String toString()
}
class ChinaPizza{
+ void prepare()
}
class JapanPizza{
+ void prepare()
}
class PizzaFactory {
+ Pizza orderPizza(String type)
}
class OrderService {
- PizzaFactory pizzaFactory
+ void setPizzaFactory(PizzaFactory pizzaFactory)
+ Pizza getPizza(String type)
}
Pizza <|-- ChinaPizza
Pizza <|-- JapanPizza
Pizza <-- PizzaFactory
Pizza <-- OrderService
OrderService o– PizzaFactory
@enduml |
bd902fde2e4bfbbb93e547dcdd81aeb9ef85e0c5 | 6e7eee30b5d1700459f1f0193ecd81c7b7cc2155 | /src/Poker/plantuml/Dealer.puml | 0c3cbf21b3f90124443b91e0ecd5ffc3a5ae753d | [] | no_license | jonaskeisu/newton-sysg-test | 7f534f17c8400eb03c618c7d4c064cc7652fe896 | 1201512b8946cb1dd535cda3341c0d79f4eaf094 | refs/heads/main | 2023-01-23T00:52:40.483897 | 2020-12-08T08:31:54 | 2020-12-08T08:31:54 | 311,073,580 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 310 | puml | @startuml
class Dealer {
+ Dealer(deck:Deck)
+ Deal(players:IEnumerable<Player>) : void
+ ReplaceCards(player:Player) : void
+ CollectAllCards(graveyard:List<Card>, players:IEnumerable<Player>) : void
+ SelectPlayersWithBestHand(players:IEnumerable<Player>) : IEnumerable<Player>
}
@enduml
|
102080451271e1e53adc7b4845ea4a4ae25b3bab | bac7eb7bafe7f0629b33d420e03cdf9fa08b3d28 | /2019.04.18_Jak_se_pise_programovaci_jazyk_5_Bajtkod_a_literaly/frames.plantuml | 59378e10273aab34f9bde62d57974519e639f8de | [] | no_license | Bystroushaak/clanky | 3ab4e58e83c9168cebbdd5da7be23687856136c3 | 4281a62a298cd9ff30cc8bd07264031c0c7f4d47 | refs/heads/master | 2023-04-26T18:44:43.704854 | 2023-04-13T20:35:13 | 2023-04-13T20:35:13 | 19,652,520 | 4 | 11 | null | 2019-02-16T16:33:27 | 2014-05-10T21:33:24 | HTML | UTF-8 | PlantUML | false | false | 1,655 | plantuml | class ObjectHolder {
.obj : Object
.prev : ObjectHolder / None
}
class MethodStackLinkedList {
._stack : ObjectHolder / None
._length : int
.prev_stack : MethodStackLinkedList / None
.bc_index : int
.code_context : CodeContext instance
.error_handler : Object / None
.self : Object / None
.tmp_method_obj_reference : Object / None
--
.push()
.pop()
.pop_or_nil()
}
class MethodStackPreallocatedArray {
._stack : list[Object]
._stack_max_size : int
._length : int
.bc_index : int
.code_context : CodeContext instance
.error_handler : Object / None
.self : Object / None
.tmp_method_obj_reference : Object / None
--
.push()
.pop()
.pop_or_nil()
}
class ProcessStack {
.frame : MethodStack
._length : int
.result : Object / None
.finished : bool
.finished_with_error : bool
--
.is_nested_call()
.push_frame()
.top_frame()
._cleanup_frame()
.pop_frame()
.pop_and_clean_frame()
.pop_frame_down()
.pop_and_cleanup_frame()
.as_tself_object()
}
class ProcessCycler {
.cycler : int
.process : ProcessStack
.processes : list[ProcessStack]
.process_count : int
--
.add_process()
.has_processes_to_run()
.remove_process()
.remove_active_process()
.next_process()
}
ObjectHolder .l.> MethodStackLinkedList: is used by
MethodStackLinkedList .d.> MethodStack
MethodStackPreallocatedArray .d.> MethodStack
MethodStackLinkedList -[hidden]l-> MethodStackPreallocatedArray
MethodStack .r.> ProcessStack: is used in
ProcessStack .r.> ProcessCycler: is used in |
d9ff2a6f47f5c7c88a9bda40cefa2a1d4ed25570 | 8346e88afd786d114f567c5efb8ffea7eb8bed86 | /uml/CustomerArea/Models/Customer/Domain.puml | 20caa02ae8098f389fe49dd424bb0698db98d497 | [
"MIT"
] | permissive | lefevbre-organization/eShopOnContainers | 910e7af562fe4fd7cbffc048c402551dad93cf91 | 620dfaf3b8ca51732417432ea3a15d748368967f | refs/heads/lef-main-containers | 2023-02-18T21:08:56.362792 | 2023-02-09T11:02:48 | 2023-02-09T11:02:48 | 203,787,005 | 0 | 0 | MIT | 2023-02-08T05:15:42 | 2019-08-22T12:06:29 | PHP | UTF-8 | PlantUML | false | false | 106 | puml | @startuml
class Domain {
+ Type : string <<get>> <<set>>
+ Url : string <<get>> <<set>>
}
@enduml
|
1b550836eb043252ddce93ab06cc1f1481732a03 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderEditSetKeyAction.puml | 9a26e30747cc29acfba382f3d6899f088b0e4386 | [] | 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 | 439 | 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 OrderEditSetKeyAction [[OrderEditSetKeyAction.svg]] extends OrderEditUpdateAction {
action: String
key: String
}
interface OrderEditUpdateAction [[OrderEditUpdateAction.svg]] {
action: String
}
@enduml
|
bedbe3aae0d80afd4aa892738ea9aa8d1ea2ccd5 | 90e3038f11ccd4d43de368f3825e879517228dce | /builder/diagrams/pattern.puml | 997b19a7bd9efaa08275fcde45c741653de2975b | [
"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 | 744 | puml | @startuml
note "创建者模式" as name
class Director {
+ Director()
}
interface Builder {
+ {abstract} buildPart1()
+ {abstract} buildPart2()
+ {abstract} buildPart3()
+ {abstract} build(): Product
}
class ProductA {
+ operation()
}
class ProductB {
+ operation()
}
class ConcreteBuilderA{
+ buildPart1()
+ buildPart2()
+ buildPart3()
+ build(): Product
}
class ConcreteBuilderB{
+ buildPart1()
+ buildPart2()
+ buildPart3()
+ build(): Product
}
Director o--> Builder
Builder <|.. ConcreteBuilderA
Builder <|.. ConcreteBuilderB
ConcreteBuilderA ..> ProductA
ConcreteBuilderB ..> ProductB
footer
<font size="20" color="red">http://www.bughui.com</font>
endfooter
@enduml |
98331b6775d750dd32cbb997ba7c58a0f04e4512 | a5363088e137b966b8488c3d5bf847c29c52a25f | /exercise43/docs/exercise43UML.puml | e8185f993bb357d65dbd6e77c3301b9c935ab75b | [] | no_license | gmartin02/martin-a04 | eb8e1523bc3c257b392490e6df31d49fbbbb1dab | 9e79ed87a1affc72379c1710d250277970616014 | refs/heads/main | 2023-08-23T18:06:56.562606 | 2021-10-18T03:37:14 | 2021-10-18T03:37:14 | 414,690,502 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 654 | puml | @startuml
class Solution43 {
+main()
'main is where the siteName and author come from so
'they are not class variables
+getSiteName()
+getSiteAuthor()
+javaFolderAnswer()
+cssFolderAnswer()
}
class WebsiteCreator {
String output = "Created ./website/";
String website = "website/";
'these variables help format output
+createWebsiteFolder(String siteName): File
+createHTMLFile(String author, String siteName): File
+createJavaFolder(String siteName): File
+createCSSFolder(String siteName): File
'all methods return a File to make unit testing easier
}
Solution43 --o WebsiteCreator
@enduml |
3cc3143f41ac905913cbf006b21cdc83138817c7 | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii05/doc/plantuml/ua/khpi/oop/malokhvii05/util/algorithms/sort/SortAlgorithm.puml | cd65ea33b9a4857347ad589d2318c5561c9e20a9 | [
"MIT"
] | permissive | P-Kalin/kit26a | fb229a10ad20488eacbd0bd573c45c1c4f057413 | 2904ab619ee48d5d781fa3d531c95643d4d4e17a | refs/heads/master | 2021-08-30T06:07:46.806421 | 2017-12-16T09:56:41 | 2017-12-16T09:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 208 | puml | @startuml
interface SortAlgorithm<T> {
{abstract} +isReversedOrder(): boolean
{abstract} +setReversedOrder(boolean): void
{abstract} +sort(Array<T>): void
}
@enduml
|
a1da798f3c30877538d3410832c88b45c68b8f45 | 60b6ad4d37afce9e5dffebac7f9315833208d7f2 | /general/src/main/java/com/xxx/designpatterns/creationalpattern/simplefactory/工厂模式.puml | 68d01962798cf64acc993c85dc5fa65df18d4bdc | [] | no_license | gitreposity/mycode | 8a2c06d9a7986f61a338a672888fb10b878d4b6d | 54db332061ab40d2d8c80745a07d52055e910791 | refs/heads/master | 2022-06-27T16:08:51.194214 | 2019-05-23T07:24:07 | 2019-05-23T07:24:07 | 136,902,249 | 0 | 0 | null | 2022-06-17T01:44:17 | 2018-06-11T09:13:01 | Java | UTF-8 | PlantUML | false | false | 333 | puml | @startuml
interface Car {
void run();
}
class Ferrari implements Car {
void run();
}
class Tesla implements Car{
void run();
}
class client
class CarFactory{
public static Car createCar(String carName);
}
Car <|-- CarFactory
Ferrari <|-- CarFactory
Tesla <|-- CarFactory
Car <|-- client
CarFactory <|-- client
@enduml |
f268148920fec1281a69e1c861b1ed5db3347be5 | 60e80b1719d9c929747baf3d32537c1731c0168f | /factorymethod/src/main/java/com/gilxyj/factorymethod/pizzaFactorymethod.puml | 769185c1f727db331dec31856a94ffc12ffce2c2 | [] | no_license | GilbertXiao/JavaDesignPatterns | 8c0b82634c96107f6311dbacabdaa38119402782 | 35ce09c85b40ae585ecfc8fb7c3247375eb2a40b | refs/heads/master | 2021-07-11T11:10:04.956876 | 2020-07-19T11:59:28 | 2020-07-19T11:59:28 | 179,295,966 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 773 | puml | @startuml
interface PizzaStore{
# Pizza createPizza(String type)
}
interface Pizza
class ChicagoPizzaStore{
+ Pizza createPizza(String type)
}
class NYPizzaStore{
+ Pizza createPizza(String type)
}
class OrderPizza{
- PizzaStore pizzaStore
- Pizza pizza
+ void main()
}
class ChicagoCheesePizza
class ChicagoGreekPizza
class ChicagoPepperPizza
class NYCheesePizza
class NYGreekPizza
class NYPepperPizza
PizzaStore .> Pizza: createPizza
PizzaStore <|.. ChicagoPizzaStore
PizzaStore <|.. NYPizzaStore
Pizza <|... ChicagoCheesePizza
Pizza <|... ChicagoGreekPizza
Pizza <|... ChicagoPepperPizza
Pizza <|... NYCheesePizza
Pizza <|... NYGreekPizza
Pizza <|... NYPepperPizza
OrderPizza -> PizzaStore
OrderPizza -> Pizza
@enduml
|
1bfe6db3f390d2dbd4c3b34c0c3e338ab0941b51 | 3e8de74dfe19cd437fd7842887394d4921a109d7 | /docs/images/assoc1-uk-cor.plantuml | 7f8cc282473a272ff475c87bb0e9ef4f150ea787 | [] | no_license | jmbruel/InnopolisDesignPatterns | 62c5f1df870883cd44245d6459243c83b96d0995 | a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e | refs/heads/master | 2021-02-04T20:34:22.378185 | 2020-11-16T17:40:28 | 2020-11-16T17:40:28 | 243,707,157 | 0 | 7 | null | 2020-10-23T08:58:33 | 2020-02-28T07:49:59 | JavaScript | UTF-8 | PlantUML | false | false | 890 | plantuml | @startuml
skinparam classAttributeIconSize 0
class BankAgency1 {
-String name
-String loc
+String getOwner()
+int getNbAccounts()
...()
+void addAccount(Account newAccount)
}
class Account {
}
class BankAgency2 {
-String name
-String loc
+String getOwner()
+int getNbAccounts()
...()
+void addAccount() {... new Account(...)...}
}
class BankAgency3 {
-String name
-String loc
+String getOwner()
+int getNbAccounts()
...()
+void addAccount(Account newAccount)
}
class BankAgency4 {
-String name
-String loc
+String getOwner()
...()
+void addAccount(Account newAccount)
}
class BankAgency5 {
-String name
-String loc
+String getOwner()
...()
+void addAccount(Account newAccount)
}
' Structural relationships
BankAgency1 o-> "*" Account
Account "*" <-* BankAgency2
Account "*" <--o BankAgency3
Account <.. BankAgency4
Account "1" <-- BankAgency5
@enduml
|
403e5f162e670932fdf9de01215f6acb38e44454 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Utilities/SpacePartitioner.puml | eb461aa7632f42ad761dfb8251df795f77822911 | [] | 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 | 912 | puml | @startuml
interface IBounds {
}
class SpacePartitioner {
+ Clear() : void
+ AddBounds(bounds:IBounds) : void
+ AddBounds(item:object, rect:Rect) : void
+ GetItemsAtPosition(position:Vector2) : IEnumerable<T>
+ GetItemsInArea(area:Rect) : IEnumerable<T>
+ DebugDraw() : void
}
class "CachedList`1"<T> {
}
class Entry <<struct>> {
+ item : object <<get>> <<set>>
+ intervalStart : long <<get>> <<set>>
+ intervalEnd : long <<get>> <<set>>
{static} + FromFloat(f:float) : Int64
}
class "IntervalTree`1"<T> {
}
class "List`1"<T> {
}
IBounds --> "boundingRect" Rect
SpacePartitioner o-> "k_GuiEventLock" EventType
SpacePartitioner o-> "m_Tree<Entry>" "IntervalTree`1"
SpacePartitioner o-> "m_CacheList<Entry>" "List`1"
SpacePartitioner +-- "CachedList`1"
"CachedList`1" o-> "Instance<T>" "List`1"
SpacePartitioner +-- Entry
IInterval <|-- Entry
Entry --> "bounds" Rect
@enduml
|
b3166c8acf9aa290ccc3202de1586facef33ca88 | fd3b9a8208f6fe10f930c5ec10c5e07bf7b41b74 | /prueba-plantuml.puml | 5334c0c06b24396c9298c4aef24dab9208216661 | [] | no_license | DavidPerezRod/cursos | 90fa3d80a7d48510a1ff395d2b18d752b52e2b0b | b3f0b4712c6716cfc46e994fb1912e2fa286e50d | refs/heads/master | 2023-05-26T05:55:49.216748 | 2023-05-03T19:44:36 | 2023-05-03T19:44:36 | 225,053,318 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 208 | puml | @startuml
Instance <|-- VulkanRootObject
class Instance {
-- Contructors & destructors --
- Instance()
-- Public methods --
+ Initialize() : bool
+ changeStatus (): void
}
@enduml
|
a1e8641db39c753309b4db24e5c6303ab056f8d6 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productSchema/ip/internetAccess/MEF 139 resources/media/IpUniAccessLinkBwpEnvelope.puml | f69852120f47abe50556fbb869f37c2c25482859 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 1,221 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class IpBwpEnvelope {
tE: integer
}
IpBwpEnvelope *--> InformationRate : maxIrE
class IpUniAccessLinkBwpEnvelope {
}
IpBwpEnvelope <|-- IpUniAccessLinkBwpEnvelope
IpUniAccessLinkBwpEnvelope *-->"*" IpBwpFlowPerIpvcEp : bwpFlowPerIpvcEp
IpUniAccessLinkBwpEnvelope *--> IpBwpFlowAll : bwpFlowAll
IpUniAccessLinkBwpEnvelope *-->"*" IpBwpFlowPerIpvcEpAndCosName : bwpFlowPerIpvcEpAndCosName
class InformationRate {
irValue: number
irUnits: IrUnits
}
class IpBwpFlowAll {
}
IpBwpFlow <|-- IpBwpFlowAll
class IpBwpFlowPerIpvcEp {
}
IpBwpFlow <|-- IpBwpFlowPerIpvcEp
IpBwpFlowPerIpvcEp *-->"*" IpvcEndPointIdentifier : ipvcEndPointIdentifier
class IpBwpFlowPerIpvcEpAndCosName {
}
IpBwpFlow <|-- IpBwpFlowPerIpvcEpAndCosName
IpBwpFlowPerIpvcEpAndCosName *-->"*" IpvcEpAndCosName : ipvcEpAndCosName
class IpvcEpAndCosName {
cosName: string
}
IpvcEpAndCosName *--> IpvcEndPointIdentifier : ipvcEndPointIdentifier
class IpBwpFlow {
flowIdentifier: integer
weight: integer
burstBehavior: BurstBehavior
}
IpBwpFlow *-u-> InformationRate : maxIr
IpBwpFlow *-u-> InformationRate : cir
@enduml
|
2a032661eedd8200213ed99063a5695c10a46bd3 | 71876eb0846f6f2490ac8f6b60c48d1d97a47f60 | /VenturaAPI/docs/diagrams-class/plantuml/services.utils.plantuml | 4c0198366e94868053b2a0afe1741d33902dc170 | [] | 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 | 1,224 | plantuml | @startuml
title __SERVICES UTILS's Class Diagram__\n
namespace com.soundlab.dockerizedjavaapi {
namespace services.utils {
class com.soundlab.dockerizedjavaapi.services.utils.StringResourcesService {
+ StringResourcesService()
+ getMemberBenefits()
+ getSystemMessages()
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace services.utils {
abstract class com.soundlab.dockerizedjavaapi.services.utils.ValueVaultService {
{static} # DEFAULT_VALUE : String
{static} # LOG : Logger
{static} # RENEW_TIME_IN_SECONDS : int
{static} # RESOURCES : Map<String, String>
{static} # WORKER : Thread
# ValueVaultService()
# getResource()
- fetchData()
- updateResources()
}
}
}
com.soundlab.dockerizedjavaapi.services.utils.StringResourcesService -up-|> com.soundlab.dockerizedjavaapi.services.utils.ValueVaultService
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
|
876a97c9f58e322d2a3444ffba5d62049379d5a3 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/Tutorial_Info/Scripts/Readme.puml | 7e57703d0694a501abc1071a5ca1ebe86de25efd | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 262 | puml | @startuml
class Readme {
+ title : string
+ loadedLayout : bool
}
class Section {
+ heading : string
+ text : string
+ linkText : string
+ url : string
}
ScriptableObject <|-- Readme
Readme --> "icon" Texture2D
Readme +-- Section
@enduml
|
ac804e8b2b0a5946c2d4799c32cf209241d3631f | 5d8bdfbd00256ae9a5ee3abb1bd344fa18793231 | /docs/diagrams/AcademicsClassDiagram.puml | cd298782c470ad1951de900403060f7bccb9fc2e | [
"MIT"
] | permissive | Yuanyu97/main | 213539655d27e52cabafa634fc3b985cd251197e | b10813ffaec5a6d845e13a1f6b35378944ef7769 | refs/heads/master | 2021-01-05T07:32:16.805911 | 2020-04-14T17:42:40 | 2020-04-14T17:42:40 | 240,933,949 | 1 | 0 | NOASSERTION | 2020-02-20T17:05:29 | 2020-02-16T17:27:09 | null | UTF-8 | PlantUML | false | false | 2,892 | puml | @startuml
skinparam java backgroundColor #ffffff
skinparam classAttributeIconSize 0
hide circle
abstract class "{abstract}\nCommand" {
+ {abstract} execute(model : Model) : CommandResult
}
class "AcademicsCommand" {
/' Fields '/
+ {static} COMMAND_WORD : String
+ {static} MESSAGE_USAGE : String
/' Methods '/
+ execute(model : Model) : CommandResult
+ equals(Object other) : Boolean
}
class AcademicsAddCommand {
/' Fields '/
+ {static} MESSAGE_USAGE : String
+ {static} MESSAGE_SUCCESS : String
+ {static} MESSAGE_DUPLICATE_ASSESSMENT : String
- toAdd : Assessment
/' Methods '/
+ execute(model : Model) : CommandResult
+ equals(Object other) : Boolean
}
class AcademicsEditCommand {
/' Fields '/
+ {static} MESSAGE_USAGE : String
+ {static} MESSAGE_SUCCESS : String
+ {static} MESSAGE_NOT_EDITED : String
+ {static} MESSAGE_DUPLICATE_ASSESSMENT : String
- index: Index
- editAssessmentDescriptor : EditAssessmentDescriptor
/' Methods '/
+ execute(model : Model) : CommandResult
+ equals(Object other) : Boolean
}
class AcademicsDeleteCommand {
/' Fields '/
+ {static} MESSAGE_USAGE : String
+ {static} MESSAGE_SUCCESS : String
- targetIndex: Index
/' Methods '/
+ execute(model : Model) : CommandResult
+ equals(Object other) : Boolean
}
class AcademicsSubmitCommand {
/' Fields '/
+ {static} MESSAGE_USAGE : String
+ {static} MESSAGE_SUCCESS : String
- index : Index
- students : List<String>
/' Methods '/
+ execute(model : Model) : CommandResult
+ equals(Object other) : Boolean
}
class AcademicsMarkCommand {
/' Fields '/
+ {static} MESSAGE_USAGE : String
+ {static} MESSAGE_SUCCESS : String
- index : Index
- submissions : HashMap<String, Integer>
/' Methods '/
+ execute(model : Model) : CommandResult
+ equals(Object other) : Boolean
}
class AcademicsDisplayCommand {
/' Fields '/
+ {static} MESSAGE_HOMEWORK_SUCCESS : String
+ {static} MESSAGE_EXAM_SUCCESS : String
+ {static} MESSAGE_REPORT_SUCCESS : String
- type : String
/' Methods '/
+ execute(model : Model) : CommandResult
+ equals(Object other) : Boolean
}
class AcademicsExportCommand {
/' Fields '/
+ {static} MESSAGE_USAGE : String
+ {static} MESSAGE_SUCCESS : String
/' Methods '/
+ execute(model : Model) : CommandResult
+ equals(Object other) : Boolean
}
AcademicsAddCommand --up|> "AcademicsCommand"
AcademicsEditCommand --up|> "AcademicsCommand"
AcademicsDeleteCommand --up|> "AcademicsCommand"
AcademicsSubmitCommand --up|> "AcademicsCommand"
AcademicsMarkCommand --up|> "AcademicsCommand"
AcademicsDisplayCommand --up|> "AcademicsCommand"
AcademicsExportCommand --up|> "AcademicsCommand"
AcademicsCommand --up|> "{abstract}\nCommand"
@enduml
|
65380a78b09b4002ded866f69bee8dbdd19fd642 | 71f991ceeedbb609fdc6461988fe0267d10e8bac | /uml/ui/MessageTextField.puml | a3a9c3370d7dc64e09c677ea35779eadbb7dcafb | [] | no_license | CodyAdam/project__chatbot | 23d0ef12207fb0201258c288ee07872d957b1742 | afc0d8532f7a162d5b303b09fb41b345f4736697 | refs/heads/main | 2023-08-02T04:11:36.149644 | 2021-10-09T21:02:45 | 2021-10-09T21:02:45 | 415,371,853 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 160 | puml | @startuml
'https://plantuml.com/class-diagram
class MessageTextField << (O, #FF7700) >> {
sendMessage(String message)
Override paint(g: Graphics2D)
}
@enduml |
9a233fd6b602be5f2a3cdbf0eab881b7d117dbf3 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderAddCustomLineItemAction.puml | e8131ce6a182ab6652fa80ad676064efd1801aa3 | [] | 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 | 950 | 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 StagedOrderAddCustomLineItemAction [[StagedOrderAddCustomLineItemAction.svg]] extends StagedOrderUpdateAction {
action: String
money: [[Money.svg Money]]
name: [[LocalizedString.svg LocalizedString]]
key: String
quantity: Long
slug: String
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
|
537138cd071cdd0efcba5f3d61c2bdd5e4b1d1d8 | b7833f913099f497cf8080d6a6c666a37ad8c531 | /uml/todoList.puml | 4bc27d2ecacd56ed77fa741c704fef9280ba1671 | [] | no_license | Ivedent-Lloyd-III/lloyd-cop3330-assignment4part2 | 741edec5533ee4defb30c06f96b5f7da4a89483b | 9f510294d06d651f26d30f25be5a66c3056c075a | refs/heads/master | 2023-06-20T22:08:42.383655 | 2021-07-12T03:32:03 | 2021-07-12T03:32:03 | 384,694,635 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,401 | puml | @startuml
'https://plantuml.com/class-diagram
class ListMakerApplication{
+main()
+start()
}
class ListMakerController {
- TableView<items> tableView;
- TableColumn<items, String> itemsStatusColumn;
- TableColumn<items, String> itemDueDateColumn;
- TableColumn<items, String> itemsNameColumn;
- TableColumn<items, String> itemsDescriptionColumn;
- TextField newItemTitleTextField;
- TextField newItemDueDateTextField;
- Button addNewItemButton;
- TextField newItemDescriptionTextField;
- Button deleteItemButton;
+public void initialize(URL location, ResourceBundle resources)
+public void initializeTable()
+public void initializeColumns()
+public void editColumns()
+public void loadTableSampleData()
+public void addButtonClicked(ActionEvent actionEvent)
+public void deleteButtonClicked(ActionEvent actionEvent)
}
class items {
+ public items()
+ public items()
+ public void setItemName()
+ public void setItemDescription()
+ public void setItemStatus()
+ public void setItemDueDate()
+ public String getItemName()
+ public String getItemDescription()
+ public String getItemStatus()
+ public String getItemDueDate()
}
ListMakerApplication - ListMakerController
ListMakerController -- items
javafx.Application <|-- ListMakerApplication
@enduml |
f6fca7e5f245b2ec2f4f4a2993a277e4dc807f1f | a73a9f5a79597c7bd1d406dfdbf04f0de6114672 | /gpstrackapp/src/main/java/com/anto/gpstrack/gpstrack.plantuml | a1dbcf98136e3e8757e47507720a957e25b290ac | [] | no_license | Antonio9227/proiectscd | b49531138a41769bbecab2db1a87618457231cc3 | 62ddd9de50e58b548a025a585322f8de2fa39617 | refs/heads/master | 2023-02-16T22:00:46.420780 | 2021-01-05T12:28:46 | 2021-01-05T12:28:46 | 307,406,033 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 659 | plantuml | @startuml
title __GPSTRACK's Class Diagram__\n
namespace com.anto.gpstrack {
class com.anto.gpstrack.ApplicationConfig {
+ addCorsMappings()
+ addResourceHandlers()
}
}
namespace com.anto.gpstrack {
class com.anto.gpstrack.GpsTrackApplication {
+ corsFilter()
{static} + main()
}
}
com.anto.gpstrack.ApplicationConfig .up.|> org.springframework.web.servlet.config.annotation.WebMvcConfigurer
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
|
471900fdb39712e77358058c3c62b5223918215c | 95020c7e244426fa05bbacba32b328d6693361c2 | /lei20_21_s4_2dl_02/docs/1190447/US2003/US2003_CD.puml | 5f691e0d584ec5065b76478fa058fb323b5e652a | [
"MIT"
] | permissive | GJordao12/ISEP-LAPR4 | cd98eec39010f2ea566376a247e7ebfbd441e12d | 06e6b2f515445777180faaa603c023ce9b702bdf | refs/heads/main | 2023-08-23T19:19:47.228134 | 2021-10-02T17:23:19 | 2021-10-02T17:23:19 | 412,626,451 | 2 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,903 | puml | @startuml
'http://plantuml.com/skinparam.html
class AddServicoUI {
+doShow()
}
class AddServicoController {
+registerServicoTransaction(String codAlfaNum, String descricaoBreve, String descricaoCompletaServico,String feedback, String tempoLimiteFeedback, String titulo, String icone,Set<String> keywords,Criticidade criticidade,String estadoServico)
+registerAtributoFormularioSolicitacao(String nomeAtributo, String descricao, String expressaoRegular, String tipoDados, String etiqueta)
+registerAtributoFormularioAtividadeManualExecucao(String nomeAtributo, String descricao, String expressaoRegular, String tipoDados, String etiqueta)
+registerAtributoFormularioAtividadeManualAprovacao(String nomeAtributo, String descricao, String expressaoRegular, String tipoDados, String etiqueta)
+registerFormularioSolicitacao(String codAlfaNum, String nome, String etiqueta, File script)
+registerFormularioAtividadeManualExecucao(String codAlfaNum, String nome, String etiqueta, File script)
+registerFormularioAtividadeManualAprovacao(String codAlfaNum, String nome, String etiqueta, File script)
+registerAtividadeManualExecucao()
+registerAtividadeManualAprovacao()
+registerAtividadeAutomatica(File script)
+registerWorkflow(String diaMudanca)
+registerTitulo(String titulo)
+registerCodigoAlfaNumerico(String codAlfa)
+registerDescricaoBreve(String descricaoBreve)
+registerDescricaoCompleta(String descricaoCompleta)
+registerIcone(String imageFilename)
+findAllCatalogos()
+allServices()
+changeListaServicoCatalogo(final Catalogo catalogo, final List<Servico> servicos)
+allCriticidades()
}
class Servico {
-CodigoAlfaNumerico codAlfaNum
-DescricaoBreve descricaoBreve
-DescricaoCompletaServico descricaoCompletaServico
-String estadoServico
-String feedback
-Integer tempoLimiteFeedback
-Titulo titulo
-byte[] icone
-Set<String> keywords
-Criticidade criticidade
-Formulario formularioDeSolicitacao
-Workflow workflow;
}
class Formulario{
-CodigoAlfaNumerico codAlfaNum
-Nome nome
-Etiqueta etiqueta
-File script
-Set<AtributoFormulario> atributos
}
class Atividade{
-Long cod
}
class AtividadeManual{
-Formulario formularioAtividadeManual
}
class AtividadeAutomatica{
-File script
}
class Workflow{
-long id
-Calendar diaMudanca
-AtividadeManual atividadeAprovacao
-AtividadeManual atividadeManual
-AtividadeAutomatica atividadeAutomatica
}
class ServicoRepository{
+save(servico)
}
class CatalogoRepository{
+save(catalogo)
+findAll()
}
class CriticidadeRepository{
+findAll()
}
class AtividadeAutomaticaRepository{
+save(atividadeAutomatica)
}
class AtividadeManualRepository{
+save(atividadeManual)
}
class WorkflowRepository{
+save(workflow)
}
class FormularioRepository{
+save(formulario)
}
AddServicoUI --> AddServicoController : theController
AddServicoUI --> Servico : theServico
AddServicoUI --> Formulario : theFormulario
AddServicoUI --> Workflow : theWorkflow
AddServicoUI --> Atividade : theAtividade
AddServicoUI --> AtividadeManual : theAtividadeManual
AddServicoUI --> AtividadeAutomatica : theAtividadeAutomatica
Atividade --> AtividadeManual : é
Atividade --> AtividadeAutomatica : é
Servico --> Formulario : tem formulario de solicitação de serviço
Servico --> Workflow : tem
Workflow --> Atividade : tem
AtividadeManual --> Formulario : tem
AddServicoController --> ServicoRepository : repoServico
AddServicoController --> ServicoRepository : repoServico
AddServicoController --> CatalogoRepository : repoCatalogo
AddServicoController --> CriticidadeRepository : repoCriticidade
AddServicoController --> AtividadeAutomaticaRepository : repoAtividadeAutomatica
AddServicoController --> AtividadeManualRepository : repoAtividadeManual
AddServicoController --> WorkflowRepository : repoWorkflow
AddServicoController --> FormularioRepository : repoFormulario
AddServicoController --> Servico : theServico
@enduml
|
a8e3fd11d6d578014d18b6fcc812383c568160ca | 9a86984ea952f4108fa0cdee1f15570c91746f14 | /09/command.iuml | 7c6bd4ae7019efc281ab50cb107c827ed5a816d5 | [] | no_license | JustKiddingCode/proggentut | 3e63db9ffa7c316aa33b3c3d31c5b82e01b2e08c | 0c041fa5b090b60b9f3bf43e98095234d33eb56a | refs/heads/master | 2021-01-23T09:52:06.707041 | 2016-01-31T22:18:00 | 2016-01-31T22:18:00 | 35,123,585 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 174 | iuml | @startuml;
interface Command {
void do(operierendeKlasse);
void undo;
void redo;
}
SchinkenBraten --|> Command
class Koch {
List<Command> Commands;
}
@enduml;
|
f9be957aed7b83a014917b3f6a8c474687998911 | 1136a23e1c82aee31c05882fe3ef9fabb9167e7c | /src/CommandPattern/UML.puml | 0e15860e583b850413665cce941d787f67e97b66 | [] | no_license | vladv75/DesignPatterns | 868a42fff7b37fa5b8e48b7ef85bce7b654266ed | fa1bdee0798f47c0a850481f67db6aab8d30156a | refs/heads/master | 2021-01-20T20:52:38.291802 | 2016-02-07T10:31:05 | 2016-02-07T10:31:05 | 60,034,456 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,050 | puml | @startuml
interface Command {
+ void execute()
}
class Light {
+ void on()
+ void off()
}
class GarageDoor {
+ void on()
+ void off()
}
class LightOnCommand {
Light light
+ LightOnCommand(Light light)
+ void execute()
}
class LightOffCommand {
Light light
+ LightOffCommand(Light light)
+ void execute()
}
class GaragrDoorOnCommand {
GarageDoor garageDoor
+ GarageDoorOnCommand(GarageDoor garageDoor)
+ void execute()
}
class GaragrDoorOffCommand {
GarageDoor garageDoor
+ GarageDoorOffCommand(GarageDoor garageDoor)
+ void execute()
}
class SimpleRemoteControl {
Command slot
+ SimpleRemoteControl()
+ void setCommand(Command command)
+ void buttonWasPressed()
}
Command <.. SimpleRemoteControl
Command <|.. LightOnCommand
Light <.. LightOnCommand
Command <|.. LightOffCommand
Light <.. LightOffCommand
Command <|.. GaragrDoorOnCommand
GarageDoor <.. GaragrDoorOnCommand
Command <|.. GaragrDoorOffCommand
GarageDoor <.. GaragrDoorOffCommand
@enduml |
20835ce14bd261368fe19aeb7b6396aa877c53de | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderChangeLineItemQuantityAction.puml | c6facb603686b16c6e8c3621d592718064323292 | [] | 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 | 656 | 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 StagedOrderChangeLineItemQuantityAction [[StagedOrderChangeLineItemQuantityAction.svg]] extends StagedOrderUpdateAction {
action: String
lineItemId: String
lineItemKey: String
quantity: Long
externalPrice: [[Money.svg Money]]
externalTotalPrice: [[ExternalLineItemTotalPrice.svg ExternalLineItemTotalPrice]]
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
|
d0bf8d29935e7eecc1b6d3047d5015d22bd55ace | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/structure-composite-pattern/src/main/resources/static/transparent/diagram-demo.puml | 0a6b8e1b02ad9ce88879ab0477a69d2eadbd5d7f | [] | 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 | 584 | puml | @startuml
interface Component {
+void add(Component)
+void remove(Component)
+Component getChild(int i)
+String getName()
+void operation()
}
class File implements Component {
-String name
+Folder(String name)
+void add(Component)
+void remove(Component)
+Component getChild(int i)
+String getName()
+void operation()
}
class Folder implements Component {
-String name
-List<Component> componentList
+Folder(String name)
+void add(Component)
+void remove(Component)
+Component getChild(int i)
+String getName()
+void operation()
}
@enduml |
6c62a7ca3b4c00cdca33be672cb50ba666838006 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.ide.rider@1.1.4/Rider/Editor/Discovery.puml | 57ac663c1391c4423474ba90a122d2cdcc46ed50 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,181 | puml | @startuml
interface IDiscovery {
PathCallback() : CodeEditor.Installation[]
}
class Discovery {
+ PathCallback() : CodeEditor.Installation[]
}
class RiderPathLocator <<static>> {
+ {static} GetAllRiderPaths() : RiderInfo[]
}
class ToolboxHistory {
+ {static} GetLatestBuildFromJson(json:string) : string
}
class ItemNode {
}
class BuildNode {
+ build : string
}
class ToolboxInstallData {
+ {static} GetLatestBuildFromJson(json:string) : string
}
class ActiveApplication {
}
class RiderInfo <<struct>> {
+ IsToolbox : bool
+ Presentation : string
+ BuildVersion : string
+ Path : string
+ RiderInfo(path:string, isToolbox:bool)
}
class Logger <<static>> {
}
class "List`1"<T> {
}
IDiscovery <|-- Discovery
RiderPathLocator +-- ToolboxHistory
ToolboxHistory --> "history<ItemNode>" "List`1"
RiderPathLocator +-- ItemNode
ItemNode --> "item" BuildNode
RiderPathLocator +-- BuildNode
RiderPathLocator +-- ToolboxInstallData
ToolboxInstallData --> "active_application" ActiveApplication
RiderPathLocator +-- ActiveApplication
ActiveApplication --> "builds<string>" "List`1"
RiderPathLocator +-- RiderInfo
RiderPathLocator +-- Logger
@enduml
|
84ca37b7a843fc19ba8567e117859ec06957fb23 | c9c618e7ea0dc7e1e8957ddba74791e0b34419af | /src/main/java/structuration/adapter/eni/adapter.puml | 792605ec76e077b2c7d00da1bc4b99dde74904dd | [] | no_license | soffiane/java-design-patterns | c978e24723721895e559683ad3334a44ce540a05 | bff3ce4caf56590daa35e8b1a08bdcdf6e118e73 | refs/heads/master | 2020-12-03T06:12:13.046057 | 2020-02-13T21:48:22 | 2020-02-13T21:48:22 | 231,225,139 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 905 | puml | @startuml
object ServeurWeb
interface Document
abstract class Document {
+setContenu(contenu)
+dessine()
+imprime()
}
abstract ComposantPDf << Component >> {
+pdfFixeContenu(contenu)
+pdfPrepareAffichage()
+pdfRafraichit()
+pdfTermineAffichage()
+pdfEnvoieImprimante()
}
interface DocumentHtml{
+setContenu(contenu)
+dessine()
+imprime()
}
interface DocumentPdf{
+setContenu(contenu)
+dessine()
+imprime()
}
ServeurWeb ..> Document
Document <|.. DocumentHtml
Document <|.. DocumentPdf
ComposantPDf "1 #outilPdf" <-- DocumentPdf
note "outilPdf.pdfFixeContenu()" as N0
note "outilPdf.pdfEnvoieImprimante()" as N1
note "outilPdf.pdfPrepareAffichage();\noutilPdf.pdfRafraichit();\noutilPdf.pdfTermineAffichage();" as N2
note bottom : "Le pattern adapter permet de convertir une interface\nexistante en une interface attendue par les clients"
N0 ... DocumentPdf
N1 ... DocumentPdf
N2 ... DocumentPdf
@enduml |
92f4d2575d2aec8d88db09d24a6cf919631c0306 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AssociateRoleSetCustomTypeAction.puml | 1b2ae00b6d53d7f4a178a7e176d2e338338ac356 | [] | 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 | 571 | 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 AssociateRoleSetCustomTypeAction [[AssociateRoleSetCustomTypeAction.svg]] extends AssociateRoleUpdateAction {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface AssociateRoleUpdateAction [[AssociateRoleUpdateAction.svg]] {
action: String
}
@enduml
|
6403564fc2c01a8b933b91b5d2c1e969d678828b | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyBusinessUnitRemoveShippingAddressIdAction.puml | b97700016b201634e126a4832c3b42be9c23d546 | [] | 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 | 527 | 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 MyBusinessUnitRemoveShippingAddressIdAction [[MyBusinessUnitRemoveShippingAddressIdAction.svg]] extends MyBusinessUnitUpdateAction {
action: String
addressId: String
addressKey: String
}
interface MyBusinessUnitUpdateAction [[MyBusinessUnitUpdateAction.svg]] {
action: String
}
@enduml
|
1b7974ebe4aa7b6d3a27fedde45a3210804d3806 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GraphQLContentTooLargeError.puml | dfa8198272c7c76f8e4b284b35eeaede4a3878e2 | [] | 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 | 422 | 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 GraphQLContentTooLargeError [[GraphQLContentTooLargeError.svg]] extends GraphQLErrorObject {
code: String
}
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] {
code: String
}
@enduml
|
61354e323f55039a9e024f5b88811703a23a95a1 | 2b80da125241e634109eea56c01b8a0b48286919 | /docs/UML/MyLeague.puml | 8571973220a4a42e65f38c4792db5063bb7ea553 | [] | no_license | GastonD/BasketballSim | b65b9252cdceb6f4303e1db8d4cd34f77342db2b | 6be09d439ae952b2a34424ab9c1aaf22079b6c1b | refs/heads/master | 2020-09-21T06:48:16.879673 | 2019-12-13T17:53:54 | 2019-12-13T17:53:54 | 224,714,840 | 0 | 0 | null | 2019-12-13T17:53:56 | 2019-11-28T19:11:52 | C# | UTF-8 | PlantUML | false | false | 840 | puml | @startuml MyLeague
class MyLeague <<sealed>> {
- leagueGames : List<Game> = null
- leagueYear : int = 0
- leagueTeams : List<Team> = null
- numDays : int
- currentDay : int = 0
- gameSchedule : Dictionary<Game, int> = null
- leaguePlayers : Dictionary<Player, int> = null
MyLeague()
- {static} <<readonly>> padlock : object
- {static} instance : MyLeague = null
+ {static} Instance : MyLeague <<get>>
+ setUpSeason() : void
+ gamesInDay(Day:int) : List<Game>
+ getLeagueDays() : int
+ addTeamToLeague(t:Team) : void
+ listTeams() : void
+ GetTeam(name:string) : Team
+ nextDay() : void
+ displayTeamRecords() : void
+ addPoints(boxScore:Dictionary<Player, PlayerStats>) : void
+ showStats(totalGamesPlayed:int) : void
+ getTopScorer() : void
}
@enduml
|
6b3922ce6ad50ec26cbd6bcef366dbc58f9de5b3 | f84ea59fe502b6acb95a9ad817c4481044160781 | /prototype/UML/diagram.puml | 06fc8e1dcab77df3ae1f9467f2f4b4e247abb4de | [] | no_license | staticxrjc/Design-Patterns | c633e431e0273c49be40774f3ed8f711cb2f8c9c | 9195d15dc271de3faebaaf329d32232b0d5fb518 | refs/heads/main | 2023-08-05T06:55:21.405645 | 2021-09-10T11:12:40 | 2021-09-10T11:12:40 | 390,112,249 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 369 | puml | @startuml
Prototype <-- Client
Prototype <|-- ConcretePrototype1
Prototype <|-- ConcretePrototype2
class Client {
- Prototype p = prototype->clone();
}
class Prototype {
- virtual clone() = 0;
}
class ConcretePrototype1 {
- return clone() { new ConcretePrototype1 }
}
class ConcretePrototype2 {
- return clone() { new ConcretePrototype2 }
}
@enduml |
4473efad5a52aaf3784ef7e884dd3e5871950b1d | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/Assertions/LogAssert.puml | 47dd20bd551d17a50832b471467d40f0459a903e | [] | 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 | 271 | puml | @startuml
class LogAssert <<static>> {
+ {static} Expect(type:LogType, message:string) : void
+ {static} Expect(type:LogType, message:Regex) : void
+ {static} NoUnexpectedReceived() : void
+ {static} ignoreFailingMessages : bool <<get>> <<set>>
}
@enduml
|
7799076b80a759b129ddbef771bfcb94c9a30901 | 9135671486239cf7d362921b4454b58553f7ed24 | /heranca/bin/diagramas/decorator.puml | 78e206139955bd85ed6eec3706f3510d8e660f86 | [] | no_license | LucianoOliver/cursoJava | 8e326d436ba56684fb988fb01170d15764544330 | a5f44ddd503778a15bbb1f173f87bc310bc7b0e0 | refs/heads/master | 2020-03-27T21:15:15.889782 | 2019-04-15T16:58:35 | 2019-04-15T16:58:35 | 147,128,549 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,326 | puml | @startuml
package org.pho.decorator {
package core {
abstract class DecoratorDeFiguras {
# figuraDecorada : Figura
+ DecoradorDeFiguras(figura: Figura)
}
package decorators {
class DecoradorDeFigurasPreenchimento {
# cor : Cor
+ DecoradorDeFigurasPreenchimento(Figura, Cor)
}
class DecoradorDeFigurasLinha {
# linha : Linha
+ DecoradorDeFigurasLinha(Figura, Cor)
}
package features {
enum Cor {
VERMELHO,
VERDE,
AZUL,
AMARELO,
BRANCO,
PRETO,
LARANJA,
MARROM
}
enum Linha {
SOLIDO,
TRACEJADO,
PONTILHADO,
TRACEJADO_DUPLO,
TRACEJADO_ESPACO
}
}
Cor o-- DecoradorDeFigurasPreenchimento
Linha o-- DecoradorDeFigurasLinha
DecoratorDeFiguras <|-- DecoradorDeFigurasPreenchimento
DecoratorDeFiguras <|-- DecoradorDeFigurasLinha
}
}
package figuras {
interface Figura {
+ calcularArea() : double
+ calcularPerimetro() : double
+ descricao() : String
}
package impl {
class Circulo
class Elipse
abstract class Quadrilatero
class Retangulo
class Quadrado
class Trapezio
abstract class Triangulo
class TrianguloRetangulo
class TrianguloIsosceles
Figura <|-- Circulo
Figura <|-- Quadrilatero
Figura <|-- Triangulo
Circulo <|-- Elipse
Quadrilatero <|-- Retangulo
Quadrilatero <|-- Trapezio
Retangulo <|-- Quadrado
Triangulo <|-- TrianguloRetangulo
Triangulo <|-- TrianguloIsosceles
}
}
DecoratorDeFiguras o-- Figura
DecoratorDeFiguras <|-- Figura
DecoradorDeFigurasPreenchimento o-- Figura
DecoradorDeFigurasLinha o-- Figura
}
@enduml
|
19ae3a072bc37b5111a0c248ac5a38a106421ea6 | e430ee214e4896daf91a49d2664b596074102b92 | /docs/api.puml | 07ea41984ec0a0f12b7c48e842bb90ff52f6a338 | [] | no_license | alkeicam/flowblocks | 674f5774fa9321f883245f045a62d83b17e8ceed | f0a112653b10587f351c8a059b552074e7b18377 | refs/heads/master | 2022-09-20T09:57:38.048513 | 2022-09-06T13:39:43 | 2022-09-06T13:39:43 | 239,135,422 | 0 | 0 | null | 2020-03-23T08:49:26 | 2020-02-08T13:19:59 | JavaScript | UTF-8 | PlantUML | false | false | 442 | puml | @startuml
class Api {
{method} void save(datatype, key, object) saves data in database
{method} Saveable load(datatype, key) loads data from database
}
class Saveable {
{field} String k (business id of the item in database - metadata)
{field} String t (datatype of the item in database - metadata)
{field} Number s (size of the item in database - metadata)
{field} Object d (data / actual object that is in databse)
}
@enduml |
053f80ab46d3772323a9fa4143b36c02ff9f0bb7 | 90bf507b5df5624feb750edc86860970936f1be6 | /docs/Iteracao1/UC3_CD.puml | 0a5ba91d8029f063533ba91a23fdb16bd143b794 | [
"MIT"
] | permissive | atuhrr/ESOFT-ISEP | 9dd56286f2af84b580f075a8dcae55eaafb78802 | d989da51f49475c21c6a02ced68a2b9d8e34efe5 | refs/heads/master | 2022-04-24T11:32:29.084103 | 2020-04-28T21:29:24 | 2020-04-28T21:29:24 | 259,753,073 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,251 | puml | @startuml
class DefinirCategoriaUI{
}
class DefinirCategoriaController{
getAreasAtividade()
novaCategoriaTarefa(String desc,String IDArea)
getListaCompetenciaTecnica()
novaCompetencia(String idComp, boolean obrgComp)
registaCategoria()
}
class Plataforma {
lA=getListaAreaAtividade()
area=getAreaAtividadeByID(String IDArea)
novaCategoriaTarefa(String desc, AreaAtividade area)
lc=getListaCompetenciaTecnica()
comp=getCompetenciabyID(String idComp)
novaCompetenciaTecnica(CompetenciaTecnica comp,boolean obrgComp)
registaCategoria(CategoriaTarefa categoria)
validaCategoria(CategoriaTarefa categoria)
addCategoria(CategoriaTarefa categoria)
}
class ObrigatoriedadeCT {
CompetenciaTecnica comp
boolean obrgComp
ObrigatoriedadeCT(CompetenciaTecnica comp,boolean obrgComp)
}
class CategoriaTarefa{
String desc
AreaAtividade area
boolean obrgComp
ObrigatoriedadeCT obrgCT
CategoriaTarefa(String desc,AreaAtividade area)
addObrigatoriedadeCT(ObrigatoriedadeCT obrgCT)
}
DefinirCategoriaUI .down.> DefinirCategoriaController
DefinirCategoriaController .down.> CategoriaTarefa
DefinirCategoriaController .down.> Plataforma
Plataforma "1" ---> "*" CategoriaTarefa : possui
CategoriaTarefa "1" -- "*" ObrigatoriedadeCT : tem >
@enduml
|
bd537c875bb00ec90c27186647a29b1b9da97ab7 | cce29a57ba4a057a882f22a930a104546431ccc4 | /ch3/debouncing/classdiagram_debouncing.puml | fbffa19a767f762927769be71c3547f4dbdef92e | [] | no_license | Jonghwanshin/embedded_design_pattern | 9c98654aa7016ed36f2c7e8bc6db42b013e84160 | 751ac291d27a336060144c8d805406aa18d5926f | refs/heads/master | 2021-04-26T04:39:32.035639 | 2019-10-05T04:24:36 | 2019-10-05T04:24:36 | 124,033,966 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 525 | puml | @startuml Debouncing Pattern
class DeviceClient{
oldState: unsigned char
eventReceive(): void
}
class BouncingDevice <<hardware>> {
deviceState: unsigned char
sendEvent(): void
getState(): void
}
class ApplicationClient{
deviceEventReceive(dState: unsigned char): void
}
class DebouncingTimer{
delay(delayTime: unsigned int): void
}
DebouncingTimer "itsDebouncingTimer" <-- DeviceClient
BouncingDevice "1" -- "1" DeviceClient
DeviceClient --> "itsApplicationClient" ApplicationClient
@enduml |
3591b49acc79fe272261e0fbe35f83cbbc64d21e | 8831a87b4bcdf77329b1a8bd689388de988cf5ba | /diagrams/books_example/amazon_domain.plantuml | 1038a3cfa4d44a76517568774a0cfec4ef77776c | [] | no_license | ddd-ftw/dddrail-talk | 89855ae5993f84335086e7ab7d4658b625180033 | 31dddb8fa3cf751d30d6b214f9fcbc563180e51d | refs/heads/master | 2020-06-22T11:28:19.974330 | 2016-03-31T18:13:03 | 2016-03-31T18:56:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 994 | plantuml | @startuml
skinparam shadowing false
package "Amazon" {
class Amazon::Order
class Amazon::LineItem {
quantity
price
}
class Amazon::SubmissionService
class Amazon::SaleConfiguration
}
Amazon::Order --> Order
package "Ebooks" {
class Ebook {
}
class EbookLineItem {
price
}
class EbookSaleConfiguration {
price_tier
}
}
package "iBookstore" {
class iBookstoreOrder
class iBookstorePrice
}
iBookstoreOrder --> Order
EbookSaleConfiguration --> iBookstorePrice
Ebook --> Pages
Ebook --> CoverDesign
Order --> EbookLineItem
class Book {
title
}
class CoverDesign
class Pages
Book --> CoverDesign
Book --> Pages
Book --> SaleConfiguration
class SaleConfiguration {
price
paper_type
cover_type
}
class Order
class LineItem {
price
quantity
}
class PurchasedConfiguration {
paper_type
cover_type
}
Order --> LineItem
LineItem --> PurchasedConfiguration
Order --> Printer
Order --> Shipper
class Printer
class Shipper
@enduml
|
e7e894033bacd4043e8511f3e225bd1287728b16 | 8a2a0025bc1191a6aa4ca475f323bc2e6cb8e176 | /src/mortgage_calculator.puml | 632cfc2db6d804441e827ab6bee1e443c0d1c2cf | [] | no_license | rumrog/w14d3_react_diagrams | 08aa7f5c94983a749a8721dfa506485d29552e3d | 568141227892a52925e1777853dc6d5c28af507a | refs/heads/master | 2022-11-29T13:28:07.859535 | 2020-08-13T08:06:42 | 2020-08-13T08:06:42 | 287,219,577 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,531 | puml | @startuml
'''''''''''''
' Styling '
'''''''''''''
' Colors definition ==============================================
' Nord color palette https://www.nordtheme.com/docs/colors-and-palettes
' Polar Night
!$night0 = "#2E3440"
!$night1 = "#3B4252"
!$night2 = "#434C5E"
!$night3 = "#4C566A"
' Snow Storm
!$snow0 = "#D8DEE9"
!$snow1 = "#E5E9F0"
!$snow2 = "#ECEFF4"
' Frost
!$frost0 = "#8FBCBB"
!$frost1 = "#88C0D0"
!$frost2 = "#81A1C1"
!$frost3 = "#5E81AC"
' Aurora
!$aurora0 = "#BF616A"
!$aurora1 = "#D08770"
!$aurora2 = "#EBCB8B"
!$aurora3 = "#A3BE8C"
!$aurora4 = "#B48EAD"
' Theme configuration ===========================================
!if (%not(%variable_exists("$font")))
!$font = "Helvetica"
!endif
' Global skinparams =========================================
skinparam BackgroundColor $snow0
skinparam Shadowing false
skinparam lineType ortho
hide empty members
hide circle
skinparam Default {
FontName $font
FontColor $night1
}
skinparam Diagram {
BorderColor $night3
}
skinparam Arrow {
Color $night3
FontColor $night3
FontStyle Italic
}
skinparam Package {
FontColor $aurora4
BackgroundColor $snow1
BorderColor $frost2
}
' Usecase ===============================================
skinparam Usecase {
BackgroundColor $snow2
BorderColor $night3
FontColor $frost2
}
skinparam Actor {
BackgroundColor $aurora3
BorderColor $night3
FontColor $aurora3
}
' Class ===============================================
skinparam CircledCharacter {
FontName $font
FontColor $night0
FontSize 12
Radius 8
}
skinparam Class {
BackgroundColor $snow2
BorderColor $night3
FontColor $frost3
FontStyle Bold
hide circle
Attribute {
FontColor $night2
' IconSize 0
}
}
' Activity ===========================================
skinparam Activity {
BackgroundColor $night2
FontColor $frost1
BorderColor $night3
BarColor $aurora2
EndColor $aurora0
StartColor $aurora3
Diamond {
BackgroundColor $aurora4
BorderColor $night3
FontColor $aurora4
}
}
''''''''''''''
' Server '
''''''''''''''
package "Mortgage Calculator" <<Frame>> {
class MortgageContainer {
State: maxAmount
Props: None
}
class MortgageDisplay {
State: None
Props: maxAmount
}
class MortgageForm {
State: salary1, salary2, deposit, other
Props: onSubmit
}
class RepaymentCalculator {
State: interestRate, term
Props: amount
}
MortgageContainer --> MortgageForm
MortgageContainer --> MortgageDisplay
MortgageDisplay --> RepaymentCalculator
@enduml |
6acefd00f46a0c004e7e10302dda4e87f60a49f0 | 11aab025c331fd2f74a11d0e15bbcd1ccb77614b | /src/main/java/oop/assignment3/ex46/base/ex46+PlanyUML.puml | f6f10013d8cd5f221b49c29d305446e0f6efd925 | [] | no_license | SaharaSheik/Sheikholeslami-cop3330-assignment3 | ffb18c9a01fff65b143149088d9776053744847a | bffa560e2bffc8494928bf722c94cc402a47b595 | refs/heads/master | 2023-05-23T23:47:43.333267 | 2021-06-20T23:42:25 | 2021-06-20T23:42:25 | 378,759,997 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 612 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Word_Finder{
+{static}readFile: BufferedReader
+ main(arg: String[]): void
+ fileRead(inout inputFile: BufferedReader, fileName: String): ArrayList<String>
+ wordFrequencyMapCreator(fileContent : ArrayList<String> ) : Map <String, Integer>
+ printHistogram(sortedMap : SortedSet<Map.Entry<String ,Integer>> ) : void
+ sortMapsByValue(map: Map<K,V>) : <K,V extends Comparable<? super V>> SortedSet<Map.Entry<K,V>>
}
class fileReader_WordbyWord {
+{static} fileReaderWord(inputFile BufferedReader, fileName String): ArrayList<String>
}
@enduml |
fcbaf096b6c7dafd4bb79f197532cc38cb3475aa | 4d0045317d3f37c28c02e7fee9219b1b23905a56 | /docs/presentation.puml | c1a4adf4f65cc227537ef015cba2781658be4ed4 | [
"MIT"
] | permissive | edgardleal/backup | 1c759a36c71cadad4b606e30bc0aa4dc93c5af4a | fb32da027226221978dfea6193392dbbd8ae5cd0 | refs/heads/master | 2023-05-29T17:25:49.034810 | 2021-06-10T00:38:39 | 2021-06-10T00:38:39 | 364,266,096 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 249 | puml | @startuml
!startsub Cli
package Presenter {
interface Presenter {
show()
}
package Cli {
class Command
interface CliComponent
interface CliDataProvider
class TableRow
TableRow -|> CliComponent
}
}
!endsub
@enduml
|
b9d5d386949e594d504a6d4ace121280e29197c0 | ff33e78882775c7061afb915fc5536874051e7a4 | /docs/design/class_main.puml | d00af373ecc1d5b5909f18013df28473a58bc105 | [
"MIT"
] | permissive | asura/logger | 0c78a6993009cc0bbef5a2dd129577036acaf1f6 | 3bbf95dd30adb32110855ac78d4055511bf43970 | refs/heads/master | 2023-02-03T11:35:19.832955 | 2019-10-16T19:43:07 | 2019-10-16T19:43:07 | 208,600,789 | 0 | 0 | MIT | 2023-01-24T18:35:26 | 2019-09-15T13:48:37 | C++ | UTF-8 | PlantUML | false | false | 1,046 | puml | @startuml class_main
title メイン
skinparam {
monochrome true
shadowing false
}
hide circle
hide empty members
namespace asr::util {
class global {
+ Logger& theLogger()
}
class Logger {
+ Logger(unique_ptr<logger::ILogger>&&)
+ void output(const Level, const string&, const int, const string&, const string&)
}
class Logger::Level <<Enumeration>> {
VBS
DBG
INF
WRN
ERR
FTL
}
namespace logger {
abstract class ILogger <<Interface>> {
+ {abstract} void output(const Logger::Level, const string&)
}
class Config {
+ Config(std::istream&)
}
class Config::TopLevel {
+ std::string logger
+ TopLevel(const YAML::Node&)
}
class LoggerFactory {
+ {static} std::unique_ptr<ILogger> generate(const Config&)
}
LoggerFactory ..> ILogger
LoggerFactory ..> Config
Config *-u-> Config::TopLevel : m_data
}
Logger *-u-> asr::util.logger.ILogger
global .u.> Logger
Logger .[hidden]r. Logger::Level
}
@enduml
|
d125538541d21a53d17fa4e7110976691407a484 | 97d5346e1a20efd0c0516e7663e5fa8b29b0bf53 | /forma/project/modules.puml | 3419de7e437fb59bee605b01c0ccd81b283d5a7d | [] | no_license | olijen/forma_ingello | b1ea9c7178de4d1aec81852424ca191d39299831 | db1fdb84929201fc24ed807a8a603615a7264f7c | refs/heads/master | 2022-05-30T09:28:32.398162 | 2021-09-08T09:46:04 | 2021-09-08T09:46:04 | 240,714,261 | 2 | 4 | null | 2022-05-09T09:15:43 | 2020-02-15T13:11:06 | PHP | UTF-8 | PlantUML | false | false | 385 | puml | @startuml
class Core {
}
Warehouse --> Core
class Warehouse {
addProduct(Product[])
removeProduct(Product[])
}
Product <-- Warehouse
class Product {
}
Purchase --> Product
Purchase --> Warehouse
class Purchase {
}
Purchase -> Supplier
class Supplier {
}
Selling --> Product
Selling --> Warehouse
class Selling {
}
Customer <- Selling
class Customer {
}
@enduml
|
001e2a311167e07ce5e34a80630be8f845cd0c86 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P2/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/main/java/org/concordion/api/api.plantuml | 821a984d71715654db7a22d0f3cc967d8c6f9c15 | [
"WTFPL",
"Apache-2.0"
] | 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 | 13,143 | plantuml | @startuml
title __API's Class Diagram__\n
package org.concordion {
package org.concordion.api {
abstract class AbstractCommand {
+ getExamples()
+ execute()
+ setUp()
+ verify()
+ modifyCommandCallTree()
}
}
}
package org.concordion {
package org.concordion.api {
abstract class AbstractCommandDecorator {
- command : Command
+ AbstractCommandDecorator()
+ setUp()
+ execute()
+ verify()
+ modifyCommandCallTree()
{abstract} # process()
}
}
}
package org.concordion {
package org.concordion.api {
interface AfterExample {
}
}
}
package org.concordion {
package org.concordion.api {
interface AfterSpecification {
}
}
}
package org.concordion {
package org.concordion.api {
interface AfterSuite {
}
}
}
package org.concordion {
package org.concordion.api {
interface BeforeExample {
}
}
}
package org.concordion {
package org.concordion.api {
interface BeforeSpecification {
}
}
}
package org.concordion {
package org.concordion.api {
interface BeforeSuite {
}
}
}
package org.concordion {
package org.concordion.api {
interface Command {
{abstract} + setUp()
{abstract} + execute()
{abstract} + verify()
{abstract} + modifyCommandCallTree()
}
}
}
package org.concordion {
package org.concordion.api {
class CommandCall {
- children : CommandCallList
- command : Command
- expression : String
- resource : Resource
- element : Element
- parameters : Map<String, String>
- constantsForExecution : Map<String, Object>
- bypassExecution : boolean
+ CommandCall()
+ setBypassExecution()
+ bypassExecution()
+ setConstantForExecution()
+ getConstantForExecution()
+ getParent()
+ setUp()
+ execute()
+ verify()
+ appendChild()
+ getChildren()
+ getCommand()
+ getElement()
+ getExpression()
+ getResource()
+ hasChildCommands()
+ setElement()
+ setParameters()
+ getParameter()
+ getParameter()
+ modifyTree()
+ transferToParent()
}
}
}
package org.concordion {
package org.concordion.api {
class CommandCallList {
- commandCalls : List<CommandCall>
+ isEmpty()
+ setUp()
+ execute()
+ verify()
+ processSequentially()
+ append()
+ size()
+ get()
+ asCollection()
+ remove()
}
}
}
package org.concordion {
package org.concordion.api {
interface CommandFactory {
{abstract} + createCommand()
}
}
}
package org.concordion {
package org.concordion.api {
interface ConcordionResources {
{abstract} + value()
{abstract} + insertType()
{abstract} + includeDefaultStyling()
}
}
}
package org.concordion {
package org.concordion.api {
enum InsertType {
LINKED
EMBEDDED
}
}
}
package org.concordion {
package org.concordion.api {
interface ConcordionScoped {
{abstract} + value()
}
}
}
package org.concordion {
package org.concordion.api {
class Element {
{static} + XHTML_PREFIX : String
{static} + XHTML_URI : String
{static} - namespaceMappings : XPathContext
- xomElement : Element
+ Element()
+ Element()
+ getText()
+ addStyleClass()
+ appendNonBreakingSpace()
+ appendText()
+ appendNonBreakingSpaceIfBlank()
+ prependText()
+ prependChild()
+ appendChild()
+ removeChild()
- getChildNodes()
+ moveChildrenTo()
+ setId()
+ addAttribute()
+ getAttributeValue()
+ getAttributeValue()
+ removeAttribute()
+ removeAttribute()
+ moveAttributesTo()
- isBlank()
+ toXML()
+ getRootElement()
+ getFirstChildElement()
+ hasChildren()
+ hashCode()
+ equals()
+ getLocalName()
+ isNamed()
+ getDescendantElements()
- xpathForElementName()
+ getChildElements()
+ getChildElements()
- wrapXomElements()
+ getFirstDescendantNamed()
+ appendSister()
+ getElementById()
+ getParentElement()
+ deepClone()
}
}
}
package org.concordion {
package org.concordion.api {
interface Evaluator {
{abstract} + getVariable()
{abstract} + setVariable()
{abstract} + evaluate()
}
}
}
package org.concordion {
package org.concordion.api {
interface EvaluatorFactory {
{abstract} + createEvaluator()
}
}
}
package org.concordion {
package org.concordion.api {
class ExampleCommandCall {
- exampleName : String
- commandCall : CommandCall
+ ExampleCommandCall()
+ getExampleName()
+ getCommandCall()
}
}
}
package org.concordion {
package org.concordion.api {
interface ExampleName {
}
}
}
package org.concordion {
package org.concordion.api {
interface ExpectedToFail {
}
}
}
package org.concordion {
package org.concordion.api {
interface ExpectedToPass {
}
}
}
package org.concordion {
package org.concordion.api {
interface FailFast {
{abstract} + onExceptionType()
}
}
}
package org.concordion {
package org.concordion.api {
interface Fixture {
{abstract} + getFixtureObject()
{abstract} + getFixtureClass()
{abstract} + getClassPathRoots()
{abstract} + getClassHierarchyParentFirst()
{abstract} + getSpecificationDescription()
{abstract} + getFixturePathWithoutSuffix()
{abstract} + setupForRun()
{abstract} + beforeSuite()
{abstract} + afterSuite()
{abstract} + beforeSpecification()
{abstract} + afterSpecification()
{abstract} + beforeProcessExample()
{abstract} + beforeExample()
{abstract} + afterExample()
{abstract} + afterProcessExample()
}
}
}
package org.concordion {
package org.concordion.api {
interface FixtureDeclarations {
{abstract} + declaresFullOGNL()
{abstract} + declaresFailFast()
{abstract} + getDeclaredFailFastExceptions()
{abstract} + declaresResources()
{abstract} + getDeclaredImplementationStatus()
{abstract} + getDeclaredConcordionOptionsParentFirst()
}
}
}
package org.concordion {
package org.concordion.api {
interface FullOGNL {
}
}
}
package org.concordion {
package org.concordion.api {
enum ImplementationStatus {
UNIMPLEMENTED
EXPECTED_TO_FAIL
EXPECTED_TO_PASS
tag
annotation
}
}
}
package org.concordion {
package org.concordion.api {
class MultiValueResult {
{static} - serialVersionUID : long
+ with()
{static} + multiValueResult()
}
}
}
package org.concordion {
package org.concordion.api {
class Resource {
- path : String
- parts : String[]
- name : String
- isPackage : boolean
+ Resource()
+ getPath()
- isPackage()
- endsWithSlash()
- getPackage()
+ getParent()
+ getRelativePath()
- getPathPieces()
+ getName()
+ getRelativeResource()
- removeAnyLeadingDotSlashFrom()
+ toString()
+ hashCode()
+ equals()
}
}
}
package org.concordion {
package org.concordion.api {
enum Result {
SUCCESS
FAILURE
EXCEPTION
IGNORED
}
}
}
package org.concordion {
package org.concordion.api {
interface ResultRecorder {
{abstract} + record()
{abstract} + recordFailFastException()
{abstract} + setSpecificationDescription()
{abstract} + record()
{abstract} + setForExample()
{abstract} + setImplementationStatus()
{abstract} + getImplementationStatus()
}
}
}
package org.concordion {
package org.concordion.api {
interface ResultSummary {
{abstract} + assertIsSatisfied()
{abstract} + assertIsSatisfied()
{abstract} + hasExceptions()
{abstract} + getSuccessCount()
{abstract} + getFailureCount()
{abstract} + getExceptionCount()
{abstract} + getIgnoredCount()
{abstract} + print()
{abstract} + print()
{abstract} + printCountsToString()
{abstract} + printCountsToString()
{abstract} + getSpecificationDescription()
{abstract} + isForExample()
{abstract} + getImplementationStatus()
}
}
}
package org.concordion {
package org.concordion.api {
interface RunStrategy {
{abstract} + call()
}
}
}
package org.concordion {
package org.concordion.api {
interface Runner {
{abstract} + execute()
}
}
}
package org.concordion {
package org.concordion.api {
interface RunnerFactory {
{abstract} + createRunner()
}
}
}
package org.concordion {
package org.concordion.api {
enum Scope {
EXAMPLE
SPECIFICATION
}
}
}
package org.concordion {
package org.concordion.api {
abstract class ScopedObjectHolder {
{abstract} # create()
# destroy()
+ get()
+ isCreated()
}
}
}
package org.concordion {
package org.concordion.api {
interface Source {
{abstract} + createInputStream()
{abstract} + canFind()
{abstract} + readAsString()
{abstract} + readResourceAsString()
}
}
}
package org.concordion {
package org.concordion.api {
enum SourceType {
SPECIFICATION
RESOURCE
}
}
}
package org.concordion {
package org.concordion.api {
interface Specification {
{abstract} + process()
}
}
}
package org.concordion {
package org.concordion.api {
interface SpecificationByExample {
{abstract} + setFixture()
{abstract} + hasExampleCommandNodes()
{abstract} + getSpecificationDescription()
{abstract} + getExampleNames()
{abstract} + processExample()
{abstract} + finish()
}
}
}
package org.concordion {
package org.concordion.api {
interface SpecificationConverter {
{abstract} + convert()
}
}
}
package org.concordion {
package org.concordion.api {
interface SpecificationLocator {
{abstract} + locateSpecification()
{abstract} + locateSpecification()
}
}
}
package org.concordion {
package org.concordion.api {
interface SpecificationLocatorWithType {
{abstract} + locateSpecification()
}
}
}
package org.concordion {
package org.concordion.api {
interface SpecificationReader {
{abstract} + readSpecification()
{abstract} + canFindSpecification()
{abstract} + setSpecificationConverter()
{abstract} + setCopySourceHtmlTarget()
}
}
}
package org.concordion {
package org.concordion.api {
interface Target {
{abstract} + write()
{abstract} + copyTo()
{abstract} + getOutputStream()
{abstract} + delete()
{abstract} + exists()
{abstract} + resolvedPathFor()
}
}
}
package org.concordion {
package org.concordion.api {
interface Unimplemented {
}
}
}
AbstractCommand -up-|> Command
AbstractCommandDecorator -up-|> Command
CommandCall o-- CommandCall : parent
ConcordionResources +-down- InsertType
ScopedObjectHolder o-- T : value
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
|
d7a75bf059165d3ce7a8116c132420df3e8b3d93 | 7c96a247c9488efd661d7551e54bc6fc7a909488 | /src/main/java/com/rezahdrm/behavioral/chainofresponsibility/chainOfResponsibilityUML.puml | c80529799929bc095f0cd4f598b0cb89d9e8f9c5 | [] | no_license | reza-hdrm/DesignPatterns | a998d0a0f19660316a094ae1624f3b75b7bba332 | 05ccb8498b45e5511f35f2bd1c72da5f8b9da083 | refs/heads/master | 2023-04-10T23:45:27.006631 | 2021-04-12T14:20:18 | 2021-04-12T14:20:18 | 320,042,304 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,211 | puml | @startuml
package handler {
abstract class MessageHandler {
# nextHandler : MessageHandler
+ {abstract} handle(message:Message) : void
}
class EmailMessageHandler
class FaxMessageHandler
class SMSMessageHandler
MessageHandler "1"<--*"1" MessageHandler
EmailMessageHandler --|> MessageHandler
FaxMessageHandler --|> MessageHandler
SMSMessageHandler --|> MessageHandler
}
package service {
class MessageService {
+ sendMessage(message : Message) : void
}
}
class Message{
- value : String
- destinationMap : Map<Destination,String>
+ setters() & getters
+ {static}getBuilder() : MessageBuilder
}
enum Destination {
SMS, FAX, EMAIL
}
class MessageBuilder <<static>> {
- value : String
- destinationMap : Map<Destination,String>
+ setValue(value:String) : MessageBuilder
+ addDestination(destination:Destination,value:String) : MessageBuilder
+ createMessage() : Message
}
class MessageTest {
+ messageTest() : void
}
MessageService ..> Message
Destination ---+ Message
MessageBuilder ---+ Message
MessageTest ..> Message
MessageTest ..> MessageService
MessageHandler ...> Message
@enduml
|
7e6d8dd8c136b00edbdad150d6d4ccffb0624e5d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TransactionDraft.puml | 54f2161394ed3e985f77f3c684d4573f4a355679 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,802 | 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 TransactionDraft [[TransactionDraft.svg]] {
timestamp: DateTime
type: [[TransactionType.svg TransactionType]]
amount: [[Money.svg Money]]
interactionId: String
state: [[TransactionState.svg TransactionState]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface PaymentDraft [[PaymentDraft.svg]] {
customer: [[CustomerResourceIdentifier.svg CustomerResourceIdentifier]]
anonymousId: String
externalId: String
interfaceId: String
amountPlanned: [[Money.svg Money]]
amountAuthorized: [[Money.svg Money]]
authorizedUntil: String
amountPaid: [[Money.svg Money]]
amountRefunded: [[Money.svg Money]]
paymentMethodInfo: [[PaymentMethodInfo.svg PaymentMethodInfo]]
paymentStatus: [[PaymentStatusDraft.svg PaymentStatusDraft]]
transactions: [[TransactionDraft.svg List<TransactionDraft>]]
interfaceInteractions: [[CustomFieldsDraft.svg List<CustomFieldsDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
key: String
}
interface MyPaymentAddTransactionAction [[MyPaymentAddTransactionAction.svg]] {
action: String
transaction: [[TransactionDraft.svg TransactionDraft]]
}
interface PaymentAddTransactionAction [[PaymentAddTransactionAction.svg]] {
action: String
transaction: [[TransactionDraft.svg TransactionDraft]]
}
TransactionDraft --> PaymentDraft #green;text:green : "transactions"
TransactionDraft --> MyPaymentAddTransactionAction #green;text:green : "transaction"
TransactionDraft --> PaymentAddTransactionAction #green;text:green : "transaction"
@enduml
|
a1590d3f2a7df5359b4c1323bb011fadc783b187 | 4e96ad1fbfea7f18729c7b5f754e1ad8a106598d | /uml/finalUML.puml | 64167e744a188a1e2ede5cb6bddcb6aee19a391c | [] | no_license | LRuffati/ing-sw-2019-9 | 298b864e7d370dd0514294291a99ec2d529400da | 0a799e9da042808a2bf6319ba7b58e57b7748ff0 | refs/heads/master | 2022-05-28T22:30:23.272515 | 2019-07-07T15:25:51 | 2019-07-07T15:25:51 | 173,973,242 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 27,284 | puml | @startuml
title Classes - Class Diagram
package "gamemanager" {
class Scoreboard {
}
class GameBuilder {
}
class Parser {
}
class DominationMode {
}
DominationMode --|> Scoreboard
GameBuilder *--> Scoreboard
GameBuilder ..> Parser
}
package "network" {
interface ClientInterface {
mirror()
close()
register()
reconnect()
pick()
getMap()
poll()
modeRequest()
}
class ObjectMap {
- logger
{static} - ourInstance
- choiceMap
- choicesForPlayer
- canNotSend
{static} + get()
- clearChache()
- put()
- checkPick()
- newID()
- handlePick()
+ pick()
+ poll()
+ clearCache()
}
interface ServerInterface {
setToken()
sendUpdate()
sendException()
ping()
nofifyMap()
onConnection()
onDisconnection()
onStarting()
onTimer()
onWinner()
}
class Player {
- actor
- username
- password
- color
- gameMaster
- uid
- token
- serverInterface
- onLine
+ setActor()
+ getActor()
+ setUid()
+ getUid()
+ getUsername()
+ getColor()
+ isGameMaster()
+ getToken()
+ getPassword()
+ setServerInterface()
+ getServerInterface()
+ setOnLine()
+ isOnLine()
+ toString()
}
class Database {
- logger
{static} - ourInstance
- mainController
- controllerByToken
- usersByToken
- usersByUsername
- networkByToken
- gameMaster
- colors
- disconnectedToken
- connectedToken
- wait
{static} + get()
+ setMainController()
+ getMainController()
+ getUserByToken()
+ getNetworkByToken()
+ getControllerByToken()
+ login()
+ login()
+ logout()
+ logout()
+ gameMaster()
+ getConnectedTokens()
+ getDisconnectedToken()
+ getPlayers()
+ getSlaveControllers()
}
Database *--> Player
Database *--> ServerInterface
}
package "controller" {
class ClientController {
- logger
- view
- network
- stack
- gameMap
- repeatedTask
- timerForPolling
- polling
- normalMode
- firstMap
- filterWait
- timer
- signals
- stopped
+ attachView()
+ login()
+ login()
+ quit()
+ pick()
+ restartSelection()
- rollbackFromServer()
+ rollback()
+ onControllerMessage()
- elaborate()
- emptyPick()
- handlePrintMap()
- poll()
- initPolling()
- setPolling()
+ getMap()
+ updateMap()
+ onStarting()
+ onTimer()
+ onConnection()
+ onWinner()
+ add()
+ reset()
+ stop()
- quitForDisconnection()
}
package "controllerclient" {
class ControllerMessageClient {
+ id
- type
- choiceBoard
- changes
- sandbox
+ type()
+ genView()
+ getMessage()
+ sandboxView()
+ pick()
}
class ClientControllerClientInterface {
pick()
restartSelection()
rollback()
login()
login()
quit()
getMap()
attachView()
}
class ClientControllerNetworkInterface {
updateMap()
onControllerMessage()
onConnection()
onStarting()
onTimer()
onWinner()
reset()
}
}
class MainController {
- logger
{static} - TIME_BEFORE_STARTING
{static} - MIN_PLAYER
{static} - MAX_PLAYER
{static} + TIMEOUT_TIME
- closeGameAtEndTurn
- numOfPlayer
- timerForStarting
- timerRunning
- gameStarted
- scoreboard
- gameMap
- game
- gameMode
- slaveControllerList
- slaveMap
- firstRoundOver
- gameOver
- normalMode
+ getSlaveByUID()
- checkGameStart()
+ connect()
+ reconnect()
+ canConnect()
+ isGameStarted()
+ logout()
- notifyConnection()
notifyDisconnection()
- notifyStarting()
- notifyTimer()
- notifyWinner()
- startGame()
- createGame()
- timerClose()
- timerStart()
+ bind()
{static} + main()
- firstRound()
+ resolveEffect()
- broadcastEffectMessage()
+ endTurn()
- startRespawn()
endGame()
+ getGameMap()
- setGameMap()
+ modeRequest()
}
class SlaveController {
- player
- network
- currentMessage
+ main
- notificationList
- onTimeout
- timeoutWindow
+ lockMessageSet
+ startMainAction()
- setPowUps()
- getNotifications()
+ startRespawn()
+ startTagback()
+ getInstruction()
onConnection()
onDisconnection()
onStarting()
onTimer()
onWinner()
+ isOnline()
+ getSelf()
+ addNotification()
+ sendMap()
+ getCurrentMessage()
+ setCurrentMessage()
+ makeGrabChoice()
}
ClientController ..> ControllerMessageClient
SlaveController *--> Player
SlaveController *--> Database
SlaveController *--> MainController
ClientController *--> ClientInterface
ClientController --|> ClientControllerClientInterface
ClientController --|> ClientControllerNetworkInterface
}
package "actions" {
package "conditions" {
class HasCondition {
- negated
+ checkTarget()
}
class InCondition {
- negated
+ checkTarget()
}
class ReachesCondition {
- min
- max
- negate
+ checkTarget()
}
class Condition {
+ checkTarget()
}
class SeenCondition {
- negate
+ checkTarget()
}
class DistantCondition {
- min
- max
- negated
- logical
+ checkTarget()
}
HasCondition --|> Condition
InCondition --|> Condition
ReachesCondition --|> Condition
SeenCondition --|> Condition
DistantCondition --|> Condition
}
package "effects" {
enum EffectType {
}
class MarkTemplate {
- targetId
- amount
+ spawn()
}
class ReloadTemplate {
+ spawn()
}
class MarkEffect {
- amount
- uid
+ type()
+ mergeInGameMap()
effectString()
+ targetedPlayers()
}
class PayWithAmmoEffect {
- amountToPay
+ type()
+ mergeInGameMap()
+ newAmmoAvailable()
effectString()
}
interface Effect {
type()
newWeapons()
newLocations()
newAmmoAvailable()
mergeInGameMap()
newUsedPowUp()
targetedPlayers()
}
class GrabEffect {
+ type
+ type()
+ mergeInGameMap()
}
class GrabTemplate {
+ spawn()
}
interface EffectTemplate {
spawn()
}
class PayWithPowUpEffect {
- powerup
+ type()
+ mergeInGameMap()
+ newUsedPowUp()
effectString()
}
class Fire {
+ spawn()
}
class MoveTemplate {
- target
- destination
+ spawn()
}
class ReloadEffect {
- weapon
+ type()
+ newWeapons()
+ mergeInGameMap()
effectString()
}
class DamageEffect {
- uid
- amount
- raw
+ type()
+ mergeInGameMap()
effectString()
+ targetedPlayers()
}
class PayTemplate {
- amount
+ spawn()
}
class DamageTemplate {
- targetId
- amount
+ spawn()
}
class MoveEffect {
- pawn
- dest
+ type()
+ newLocations()
+ mergeInGameMap()
effectString()
+ targetedPlayers()
}
Effect <|-- GrabEffect
Effect <|-- PayWithAmmoEffect
Effect <|-- PayWithPowUpEffect
Effect <|-- DamageEffect
Effect <|-- MoveEffect
Effect <|-- MarkEffect
Effect <|-- ReloadEffect
EffectTemplate <|-- GrabTemplate
EffectTemplate <|-- PayTemplate
EffectTemplate <|-- DamageTemplate
EffectTemplate <|-- MoveTemplate
EffectTemplate <|-- ReloadTemplate
EffectTemplate <|-- Fire
EffectTemplate <|-- MarkTemplate
EffectType <--* GrabEffect
EffectType <.. PayWithAmmoEffect
EffectType <.. PayWithPowUpEffect
EffectType <.. DamageEffect
EffectType <.. MoveEffect
EffectType <.. Effect
EffectType <.. MarkEffect
EffectType <.. Fire
EffectType <.. ReloadEffect
}
package "selectors" {
class ReachableSelector {
- min
- max
+ select()
}
class VisibleSelector {
+ select()
}
class HasSelector {
+ select()
}
class DistanceSelector {
- min
- max
- logical
+ select()
}
class IsSelector {
+ select()
}
class ContainedSelector {
+ select()
}
interface Selector {
select()
}
class ExistSelector {
+ select()
}
Selector <|-- ReachableSelector
Selector <|-- VisibleSelector
Selector <|-- HasSelector
Selector <|-- DistanceSelector
Selector <|-- IsSelector
Selector <|-- ContainedSelector
Selector <|-- ExistSelector
}
package "targeters" {
package "interfaces" {
class Visible {
seen()
}
class HavingPointLike {
filteringHas()
}
class PointLike {
location()
tilesSeen()
reachableSelector()
reachableSelector()
distanceSelector()
distanceSelector()
}
class SuperTile {
containedTiles()
}
class TargetedSelector {
reachedCondition()
distanceCondition()
containedSelector()
}
HavingPointLike --|> Targetable
SuperTile --|> Targetable
TargetedSelector --|> Targetable
Visible --|> Targetable
PointLike --|> Targetable
}
package "targets" {
class GroupTarget {
- targets
+ getSelectedPawns()
+ getSelectedTiles()
+ generateView()
}
class RoomTarget {
- roomid
+ getSelectedPawns()
+ getSelectedTiles()
+ filteringHas()
+ containedTiles()
+ seen()
+ generateView()
}
class DominationPointTarget {
+ tilesSeen()
+ reachableSelector()
}
class DirectionTarget {
- tiles
+ getSelectedPawns()
+ getSelectedTiles()
+ containedTiles()
+ filteringHas()
+ generateView()
}
class TileTarget {
- tileUID
+ getSelectedPawns()
+ getSelectedTiles()
+ filteringHas()
+ location()
+ tilesSeen()
+ distanceSelector()
+ containedTiles()
+ reachedCondition()
+ distanceCondition()
+ containedSelector()
+ seen()
+ generateView()
}
class BasicTarget {
- selfUID
{static} + basicFactory()
+ getSelectedPawns()
+ getSelectedTiles()
+ isSelf()
+ location()
+ tilesSeen()
+ distanceSelector()
+ reachedCondition()
+ distanceCondition()
+ containedSelector()
+ seen()
+ coexistingTiles()
+ generateView()
}
class Targetable {
getSelectedPawns()
getSelectedTiles()
equals()
isSelf()
generateView()
}
PointLike <|-- BasicTarget
Visible <|-- BasicTarget
TargetedSelector <|-- BasicTarget
Targetable <|-- GroupTarget
PointLike <|-- TileTarget
SuperTile <|-- TileTarget
TargetedSelector <|-- TileTarget
Visible <|-- TileTarget
HavingPointLike <|-- TileTarget
HavingPointLike <|-- DirectionTarget
SuperTile <|-- DirectionTarget
Visible <|-- RoomTarget
HavingPointLike <|-- RoomTarget
SuperTile <|-- RoomTarget
BasicTarget <|-- DominationPointTarget
}
class Targeter {
{static} - targetBuilders
{static} - groupString
- sandbox
- selector
- filters
- master
- previousTargets
- newTarg
- targetID
- type
- optional
- isNew
- description
+ giveChoices()
}
class TargeterTemplate {
selector
filters
type
+ optional
+ newTarg
+ automatic
+ description
}
}
package "utils" {
class AmmoAmount {
{static} - maximumAmmo
{static} - limit()
+ getOnlyColor()
}
interface WeaponChooser {
params()
+ showOptions()
+ pick()
}
interface ChoiceMaker {
giveTargets()
giveTargetsWithDescr()
getDescription()
showOptions()
pick()
}
enum AmmoColor {
+ toRGB()
+ toColor()
}
class AmmoAmountUncapped {
{static} + zeroAmmo
- amounts
+ getAmounts()
+ canBuy()
# canBeBought()
+ subtract()
+ add()
+ toString()
}
class WildCardAmmo {
+ canBuy()
# canBeBought()
+ subtract()
}
enum PowerUpType {
}
interface ActionPicker {
showActionsAvailable()
pickAction()
}
AmmoAmountUncapped <|-- WildCardAmmo
AmmoAmountUncapped <|-- AmmoAmount
AmmoColor <--* AmmoAmountUncapped
}
class ActionInfo {
- contempList
- name
- description
- show
- actionId
- cost
- actionRequirements
- targetRequirements
- masterAction
+ getName()
+ getDescription()
+ isShow()
+ getActionId()
+ getCost()
+ getActionRequirements()
+ getTargetRequirements()
+ getMasterAction()
+ getContempList()
}
class WeaponUse {
- weapon
- sandbox
- finalizer
existingTargets
previousActions
availableActions
- canStop
+ showActionsAvailable()
+ pickAction()
}
class ActionBundle {
- finalized
- actionsPossible
- sandboxFromMap
- finalizer
+ showActionsAvailable()
+ pickAction()
+ isFinalized()
}
class ActionTemplate {
- info
- targeters
- effects
+ getInfo()
- verifyActions()
- verifyTargets()
- verifyCost()
+ actionAvailable()
+ getTargeters()
+ getEffects()
+ generate()
+ generateView()
}
class Action {
- sandbox
- info
- targeterTemplates
- previousTargets
- unresolvedEffects
- finalizer
{static} - spawn()
{static} - spawn()
- giveChoiceMaker()
+ iterate()
+ iterate()
}
}
package "board" {
class Room {
- roomID
- color
- tiles
+ getRoomID()
+ getColor()
+ getTiles()
}
class GameMap {
- maxPos
- roomUIDMap
- tileUIDMap
- position
- damageableUIDMap
- emptyTile
- deckOfWeapon
- deckOfAmmoCard
- deckOfPowerUp
{static} + gameMapFactory()
+ createSandbox()
+ getTile()
+ getRoom()
+ getPawn()
+ getPosition()
+ allTiles()
+ getCoord()
+ neighbors()
+ containedPawns()
+ room()
+ tile()
tilesInRoom()
getSurroundings()
getVisible()
+ refill()
+ getGrabbable()
+ addGrabbable()
+ pickUpGrabbable()
+ pickUpPowerUp()
+ discardPowerUp()
+ discardAmmoCard()
+ discardWeapon()
+ getDamageable()
+ getDamageable()
+ getEmptyTile()
+ emptyWeaponDeck()
- buildPawnForPlayers()
+ generateView()
}
class NeighTile {
- tile
- reachable
logical()
physical()
}
class Tile {
- spawnPoint
- roomID
- neighbors
+ tileID
- grabbableSet
map
+ endTurn()
# setMap()
# getNeighbor()
# getDirection()
+ getGrabbable()
# addGrabbable()
# pickUpGrabbable()
+ getColor()
+ getRoom()
# getMapOfNeighbor()
+ spawnPoint()
generateView()
+ getTileID()
}
enum Direction {
}
class Sandbox {
- father
- roomsTargeted
- tilesTargeted
- pawnsTargeted
- effectsHistory
- updatedLocations
- updatedWeapons
- usedPowerups
- updatedAmmoAvailable
+ pov
- map
+ uid
+ getUpdatedAmmoAvailable()
+ getEffectsHistory()
+ neighbors()
+ circle()
+ containedPawns()
+ room()
+ room()
+ tile()
+ tilesInRoom()
+ tilesSeen()
+ allTiles()
+ getRoom()
+ getTile()
+ getBasic()
+ getArsenal()
+ powerUpsAvailable()
+ generateTargetView()
+ generateTargetView()
+ generateTargetView()
+ generateTargetView()
+ generateView()
+ getUpdatedTotalAmmoAvailable()
+ canGrab()
}
class DominationPointTile {
- controlPointActor
- pawnID
+ addTrack()
+ getControlPointActor()
+ endTurn()
# setMap()
}
class Coord {
- pos
+ getX()
+ getY()
+ toString()
+ equals()
+ hashCode()
}
ParserMap *--> NeighTile
ParserMap *--> Room
ParserMap *--> Direction
DominationPointTile --|> Tile
Tile *--> NeighTile
Tile *--> Direction
GameMap *--> Coord
GameMap *--> Room
GameMap *--> Tile
SandBox *--> GameMap
}
package "grabbables" {
class TagBack {
+ canUse()
+ usePowup()
}
class Teleporter {
+ canUse()
+ usePowup()
}
class Weapon {
- buyCost
- reloadCost
- name
- weaponID
- description
- actions
+ getWeapon()
+ getName()
+ getBuyCost()
+ getReloadCost()
+ getActions()
+ canReload()
+ canPickUp()
+ equals()
+ hashCode()
+ generateView()
+ generateView2()
}
class Newton {
+ canUse()
+ usePowup()
}
class AmmoCard {
- ammoAmount
- numOfPowerUp
+ getAmmoAmount()
+ getNumOfPowerUp()
+ generateView()
+ toString()
+ equals()
+ hashCode()
+ getCard()
}
class Deck <Generic Class>{
- deckIterator
- stash
- pickedCard
+ next()
+ take()
+ hasNext()
+ discard()
+ isPicked()
+ getDeckState()
}
class TargScope {
+ canUse()
+ usePowup()
}
class Grabbable {
- uid
+ getId()
+ equals()
+ hashCode()
+ getNumOfPowerUp()
+ getAmmoAmount()
+ getWeapon()
+ getCard()
}
class PowerUp {
- type
- color
+ canUse()
+ usePowup()
+ getType()
+ getAmmo()
+ toString()
+ equals()
+ hashCode()
+ generateView()
+ spawnLocation()
{static} + powerUpFactory()
}
Grabbable <|-- PowerUp
Grabbable <|-- Weapon
Grabbable <|-- AmmoCard
PowerUp <|-- TagBack
PowerUp <|-- Newton
PowerUp <|-- Teleporter
PowerUp <|-- TargScope
}
package "player" {
class DominationPoint {
- tile
- uid
+ getDominationPointTile()
+ targetFactory()
+ getDamageableUID()
+ move()
}
class ControlPointActor {
- damaged
- spawnColor
- stepped
+ damage()
+ damageRaw()
+ steppedOn()
+ addMark()
+ endTurn()
}
class Pawn {
- tile
# actor
+ damageableUID
- map
- color
- colorString
- username
setBinding()
+ move()
+ getTile()
+ getActor()
+ getDamageableUID()
+ getMap()
+ setColor()
+ setColorString()
+ setUsername()
+ getUsername()
+ generateView()
- getActorView()
- getActorView()
+ targetFactory()
}
class ActionTemplateOptions {
{static} - muovi3
{static} - muovi4
{static} - grab
{static} - shoot
{static} - muovi2grab
{static} - muovi1spara
{static} - muoviricspara
{static} - muovi2ricspara
{static} - muovi3grab
{static} getActionsStandard()
{static} getFrenzyActions()
}
class Actor {
- logger
{static} - HP
{static} - MAX_WEAPON
{static} - MAX_PUP
- lastInFrenzy
- points
- numOfDeaths
- damageTaken
- marks
- unloadedWeapon
- loadedWeapon
- powerUps
- ammoAvailable
- startingPlayerMarker
- gm
- pawnID
- damagedBy
- frenzy
- flipBoard
- afterFirst
+ getDamagedBy()
+ removeDamager()
+ setBinding()
+ pawn()
+ move()
+ discardPowerUp()
+ drawPowerUpRaw()
+ pickUp()
+ pickUp()
+ reloadWeapon()
+ useWeapon()
+ pay()
+ pay()
+ getPoints()
+ damageRaw()
+ damage()
+ getDamageTaken()
+ addPoints()
+ getAmmo()
+ getNumOfDeaths()
+ getFrenzy()
+ getMarks()
+ getGm()
+ getFirstPlayer()
+ isDead()
+ addMark()
+ numOfMarksApplied()
+ respawn()
+ pawnID()
+ getLoadedWeapon()
+ getUnloadedWeapon()
+ getPowerUp()
+ getActions()
+ setLastInFrenzy()
+ isLastInFrenzy()
+ beginFF()
+ endTurn()
}
Actor ..> ActionTemplateOptions
ControlPointActor --|> Actor
Pawn *--> Actor
DominationPoint --|> Pawn
}
package "uid" {
class GrabbableUID {
}
class RoomUID {
}
class DamageableUID {
}
class ObjectUID {
- uid
+ equals()
+ hashCode()
- getUID()
}
class TileUID {
}
GrabbableUID --|> ObjectUID
RoomUID --|> ObjectUID
TileUID --|> ObjectUID
DamageableUID --|> ObjectUID
DamageableUID <--* Pawn
TileUID <--* Pawn
}
package "viewClasses" {
class ActionView {
- name
- actionId
- cost
+ getName()
+ getActionId()
+ getCost()
}
class ActorView {
- colorString
- color
- username
- uid
- position
- numOfDeaths
- score
- firstPlayer
- ammo
- damageTaken
- marks
- loadedWeapon
- unloadedWeapon
- powerUp
- hp
+ getHP()
+ setColor()
+ setUsername()
+ setPosition()
+ setDamageTaken()
+ setMarks()
+ setLoadedWeapon()
+ setUnloadedWeapon()
+ setPowerUp()
+ setScore()
+ setNumOfDeaths()
+ setFirstPlayer()
+ setAmmo()
+ setHp()
+ color()
+ name()
+ position()
+ damageTaken()
+ marks()
+ numOfDeaths()
+ firstPlayer()
+ score()
+ uid()
+ ammo()
+ loadedWeapon()
+ unloadedWeapon()
+ powerUp()
+ setColorString()
+ colorString()
+ equals()
+ hashCode()
}
class AmmoCardView {
- numOfRed
- numOfBlue
- numOfYellow
- numOfPowerUp
- uid
+ setAll()
+ setUid()
+ numOfBlue()
+ numOfPowerUp()
+ numOfRed()
+ numOfYellow()
+ uid()
}
class ActorListView {
- actorView
+ getActorList()
}
class WeaponView {
- name
- reloadCost
- buyCost
- uid
- actionDescriptions
+ name()
+ buyCost()
+ reloadCost()
+ uid()
+ setName()
+ setBuyCost()
+ setReloadCost()
+ setUid()
+ setActionDescriptions()
+ actionDescription()
}
class TargetView {
- gameMapViewId
- damageableUIDList
- tileUIDList
- dedicatedColor
+ getGameMapViewId()
+ getDamageableUIDList()
+ getTileUIDList()
+ isDedicatedColor()
}
class TileListView {
- tileList
+ getTileList()
}
class TileView {
- uid
- color
- spawnPoint
- nearTiles
- players
- weapons
- ammoCard
+ setColor()
+ setSpawnPoint()
+ setNearTiles()
+ setPlayers()
+ setUid()
+ setAmmoCard()
+ setWeapons()
+ color()
+ spawnPoint()
+ nearTiles()
+ players()
+ uid()
+ ammoCard()
+ weapons()
}
class GameMapView {
- tiles
- maxPos
- you
- players
- skullBox
- spawnTracker
- dominationPointActor
- gameMode
+ maxPos()
+ allTiles()
+ getTiles()
+ allCoord()
+ getCoord()
+ getPosition()
+ players()
+ you()
+ skullBox()
+ spawnTracker()
+ gameMode()
+ dominationPointActor()
+ setTiles()
+ setTile()
+ setMax()
+ setYou()
+ setPlayers()
+ setGameMode()
+ setDominationPointActor()
+ setSpawnTracker()
+ setSkullBox()
}
class PowerUpView {
- ammo
- type
- uid
+ setAmmo()
+ setType()
+ setUid()
+ type()
+ ammo()
+ uid()
}
TileListView *--> TileView
TileView *--> WeaponView
TileView *--> AmmoCardView
GameMapView *--> TileView
ActorListView *--> ActorView
GameMapView *--> ActorView
ActorView *--> PowerUpView
ActorView *--> WeaponView
Pawn ..> ActorView
Pawn ..> GameMapView
}
ObjectMap ..> ControllerMessageClient
Targeter ..> TargeterTemplate
Targeter ..> TargetView
ActionBundle ..> ActionView
ActionBundle ..> Action
WeaponUse ..> Action
Action *--> ActionInfo
ActionInfo *--> ActionTemplate
GameBuilder *--> Deck
PowerUp *--> PowerUpType
Action ..> ChoiceMaker
SlaveController ..> WeaponChooser
ActionBundle --|> ActionPicker
ObjectMap ..> Database
Database ..> MainController
@enduml
|
d45b37c896013d09474493b92b2222be47419655 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/UnityTestProtocol/IUtpLogger.puml | 37b555c5261aa1a1611add980ba50cbfea28c7ba | [] | 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 | 71 | puml | @startuml
interface IUtpLogger {
Log(msg:Message) : void
}
@enduml
|
ca8eb439179d77347ad1c9b7cf803296aa612c80 | 8908294c1c0b1ef1331c6cff48856e2ae45bfc8c | /resources/uml/party.puml | 9afb85a0ad7d45837b289f6b9d1d679a542c28a1 | [] | no_license | gwratsch/Laravel-Party-website | d2df78f1073af1a30fb6de521d3438b2c41a117d | 677a0437a6ca0a703a474e432f6327fd7c049bb3 | refs/heads/master | 2023-01-06T09:49:38.399614 | 2021-05-12T10:16:52 | 2021-05-12T10:16:52 | 168,180,109 | 0 | 0 | null | 2023-01-04T02:37:02 | 2019-01-29T15:41:43 | PHP | UTF-8 | PlantUML | false | false | 916 | puml | @startuml
skinparam classAttributeIconSize 0
class party{
{field} id
{field} partyname
{field} user_id
{field} partyAddress
{field} partyTown
{field} partyCountry
}
class users{
{field} id
{field} name
{field} email
}
class wishlists{
{field} id
{field} party_id
{field} user_id
{field} tickets : boolean
}
class articles{
{field} id
{field} party_id
{field} articlename
}
class articleList{
{field} id
{field} user_id
{field} articles_id
}
class mail
class participants{
{field} id
{field} party_id
{field} user_id
{field} participate :boolean
{field} sendInvitation :date
sendMail()
}
users "1"--"*" party
party "1"--"0.." wishlists
users "1"--"1" wishlists
party "1"--"0..*" participants
users "1"--"1" participants
wishlists "1"--"*" articles
users "1"--"*" articleList
articles "1"--"*" articleList
@enduml
|
a7ce9028411ab42dc55dc7756db75ca4cbae41dc | 5037fa8d593da60bfc0ffabc20430d62ed78a1c1 | /docs/datamodel/work-context.puml | e36d35fa2e5174ce4418e3d4b200f125bf5111ad | [
"Apache-2.0"
] | permissive | reTHINK-project/dev-smart-contextual-assistance-app | f7adea96beacaec7fc91302de6289e6ad318743b | adcdb86cc400da79dccabb2412fcdc8dd2325ad4 | refs/heads/develop | 2020-05-30T07:20:16.816636 | 2018-01-17T22:09:37 | 2018-01-17T22:09:37 | 56,498,153 | 0 | 0 | Apache-2.0 | 2018-01-08T11:02:43 | 2016-04-18T10:17:55 | CSS | UTF-8 | PlantUML | false | false | 2,919 | puml | @startuml "work-context.png"
Package WorkContext {
class WorkContext {
id: string
url: URL.ContextURL
schema: URL.HypertyCatalogueURL
name = "<username>-work"
type = "activity"
description = "working"
time?: date
values: ContextValue[]
tag?: string
}
class WorkTaskContext {
id: string
url: URL.ContextURL
schema: URL.HypertyCatalogueURL
name = "<username>-<ContextualCommWorkTask.name>-work"
type = "activity"
description = "working on <ContextualCommWorkTask.name>"
time?: date
values: ContextValue[]
tag?: string
}
class WorkTaskUserContext {
id: string
url: URL.ContextURL
schema: URL.HypertyCatalogueURL
name = "<username>-<taskname>-<ContextualCommWorkTaskUser.user.profile.username>-work"
type = "activity"
description = "working with <ContextualCommWorkTaskUser.user.profile.username>"
time?: date
values: ContextValue[]
tag?: string
}
abstract class AbstractWorkContext {
id: string
url: URL.ContextURL
schema: URL.HypertyCatalogueURL
name: string
type = "activity"
description: string
time?: date
values: ContextValue[]
tag?: string
}
class TimeActivity {
type = "activity"
name = "second"
unit = "s"
value : float
time: date
updateTime: date
}
note bottom : value = activity duration \n time = activity start \n updateTime = last time value was updated
class LocationLatitude {
type = "location"
name = "degrees-latitude"
unit = "lat"
value : float
time: date
updateTime: date
}
class LocationLongitude {
type = "location"
name = "degrees-longitude"
unit = "lon"
value : float
time: date
updateTime: date
}
class Availability {
type = "availability"
name = "availability"
unit = "pres"
value : Context.AvailabilityStatus
time: date
updateTime: date
}
class UserActivity {
type = "user-activity"
name = "user-activity"
unit = "act"
value : Context.UserActivity
time: date
updateTime: date
}
class UserCommunication {
type = "user-communication"
name = "user-communication"
unit = "comm"
value : Context.UserCommunication
time: date
updateTime: date
}
}
WorkContext -down-|> AbstractWorkContext
WorkTaskContext -down-|> AbstractWorkContext
WorkTaskUserContext -down-|> AbstractWorkContext
AbstractWorkContext *-- "1..*" TimeActivity
AbstractWorkContext *-- "0..*" LocationLatitude
AbstractWorkContext *-- "0..*" LocationLongitude
AbstractWorkContext *-- "0..*" Availability
AbstractWorkContext *-- "0..*" UserActivity
AbstractWorkContext *-- "0..*" UserCommunication
AbstractWorkContext -right-|> Context.Context
TimeActivity -down-|> Context.ContextValue
LocationLatitude -down-|> Context.ContextValue
LocationLongitude -down-|> Context.ContextValue
Availability -down-|> Context.ContextValue
UserActivity -down-|> Context.ContextValue
UserCommunication -down-|> Context.ContextValue
Context.ContextValue ---up[hidden]- Context.Context
@enduml
|
c1ca6e8b06669c12f444b92ecebea7205b9ea054 | 0d966cf37eeceb83dfd28a6cb9b0f086e2f0229a | /src/main/java/ex42/App.puml | e61937f8c7f56fe8a9036caf470528f86be3ed61 | [] | no_license | lcorona26/corona-cop3330-assignment3 | dac0104b43922c4787af4bf8ef530b1c3e585fde | cc2817ea60cf7362832cb048cc04db6f460585ac | refs/heads/master | 2023-06-02T18:43:44.131894 | 2021-06-20T18:39:26 | 2021-06-20T18:39:26 | 378,716,181 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 51 | puml | @startuml
class App{
void parseFile()
}
@enduml |
4bdc4bc151f60469419d0cd97adc11c8f46fce79 | 054393db2b6f0c4d4a00a695eb1eb5ef55617e24 | /exercise46/docs/classDiagram.puml | 81ca2016298b395846f8213806edabfd0420eb87 | [] | no_license | PraweenPongpat/pongpat-a04 | 5991132622924b5310f6e3b12dbc1aa95ef84b42 | cb30019b57f4d5cc4c76cd25a8668191bd41637f | refs/heads/main | 2023-08-20T07:51:38.637017 | 2021-10-16T21:24:08 | 2021-10-16T21:24:08 | 416,482,967 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 218 | puml | @startuml
class Solution46 {
+main()
+Map parseAndCount(String)
+List makeCountArr(Map)
}
class InputOutput {
+String readFromFile()
-outputToScreen(Map, List)
}
Solution46 o-- InputOutput
@enduml |
31d85dccc92caf59a172918bb90c226ef2317869 | 9c029a905c4381d59d0db1c94e2cfec1596ccd72 | /1-noun.puml | 714346d46116fa36ac5eac5843a499763a960750 | [] | no_license | suzuki-hoge/genbade-ddd-tokyo | 90cb609a5b013f9be3867ef773f1e57535a9ffb6 | 4867eb61ce2f98dc2445fd07e7535c4ad44609f0 | refs/heads/master | 2020-05-19T21:55:17.317817 | 2019-05-11T08:11:39 | 2019-05-11T08:11:39 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 614 | puml | @startuml
package domain {
enum プラン {
3GB(pv001)
6GB(pv002)
12GB(pv003)
20GB(pv004)
+ String getValue()
}
class 年齢 {
- String
+ String getValue()
+ bool is未成年()
}
class メアド {
- String
+ String getValue()
}
class スマホ {
- String
+ String getValue()
}
class 住所 {
- String
+ String getValue()
+ bool is本州()
}
class "配送...??" as 配送
プラン -[hidden]d-> 住所
年齢 -[hidden]d-> メアド
メアド -[hidden]d-> 配送
住所 -[hidden]d-> スマホ
}
@enduml |
992cf8a188a81f5a2caf234a8560441aa3b0008a | b7da0d9d94ab83b9643f675b43f67eca525276e8 | /test6/src/class.puml | ec06fc04ec10317ec88183e826e1a09c7bf08c03 | [] | no_license | chengxinkaicxk/is_analysis | 0528b995db8aae0909850d70e2d1884cce0143f0 | bb1f40db941a8f89112684a6cefcd34ec28a8df3 | refs/heads/master | 2021-06-06T20:38:53.718027 | 2019-10-15T13:01:04 | 2019-10-15T13:01:04 | 125,833,017 | 0 | 6 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,411 | puml | @startuml
title 基于GitHub的实验管理平台--类图
class users {
<b>user_id</b> (用户ID)
name (用户真实姓名)
github_username (用户GitHub账号)
update_date (用户GitHub账号修改日期)
password (用户密码)
disable (用户是否禁用)
}
class teachers{
<b>teacher_id</b> (老师工号)
department (老师所属部门)
tests(实验集合)
}
class students{
<b>student_id</b> (学号)
class_name (班级)
result_sum(成绩汇总)
web_sum (网站正确与否汇总)
}
users <|- students
users <|-- teachers
class term{
<b>term_id</b>(学期编号)
term_date_start (学期开始时间)
term_date_end (学期结束时间)
}
class subject{
<b>sub_id</b> (课程编号)
sub_name (课程名称)
sub_num (课程可选人数)
}
class term_sub_record{
<b>term_id</b> (学期编号)
<b>sub_id</b> (课程编号)
sub_name (课程名称)
}
term "1" -- "n" term_sub_record
subject "1" -- "n" term_sub_record
class teachers_sub_record{
<b>teacher_id</b> (老师工号)
<b>sub_id</b> (课程编号)
<b>term_id</b> (学期编号)
}
teachers "1" -- "n" teachers_sub_record
term_sub_record "1" -- "n" teachers_sub_record
class students_sub_record{
<b>student_id</b> (学号)
<b>sub_id</b> (课程编号)
<b>term_id</b> (学期编号)
<b>teacher_id</b> (老师工号)
}
students "1" -- "n" students_sub_record
teachers_sub_record "1" -- "n" students_sub_record
class rule_score{
<b>items_id</b> (评分项编号)
items (评分项)
items_weight(各项权重)
<b>teacher_id</b>(外键-老师工号)
}
teachers "1" -- "1" rule_score
class grades {
<b>student_id</b> (学号)
<b>test_id</b> (实验编号)
result (总分数)
memo (评价)
update_date (评改日期)
}
class tests {
<b>test_id</b> (实验编号)
title (实验名称)
content (实验内容)
end_time (截止日期)
<b>teacher_id</b> (老师工号)
}
class detailGrades{
<b>id</b>(编号)
items_score (各项得分-100分制)
<b>items_id</b>(外键-评分项编号)
}
grades <|- detailGrades
teachers "1"--"n" tests
students "1" -- "n" grades
tests "1" -- "n" grades
@enduml |
201745b15175042fe8f6d6dac54a1783f4ee9f79 | 3ca9e58bcb43c7a06b42770e03482244b09c1df8 | /uml/paging/paging_class.puml | 0f8e4b94ee3bc11f078b4812f8533646f31bf2e1 | [
"Apache-2.0"
] | permissive | yufns/uml | 3abca774ef5787d27d09bb3fe0981c86df0e60c3 | 0173ce1a8138b6e88ed39f08c9c42b22a38c880a | refs/heads/master | 2021-11-10T17:50:18.612839 | 2021-10-25T06:56:02 | 2021-10-25T06:56:02 | 145,532,139 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,895 | puml | @startuml
abstract class DataSource{
-- method --
+ {abstract} DataSource<Key, Value> create();
}
note top: 数据源
abstract class PositionalDataSource
abstract class ContiguousDataSource
abstract class ItemKeyedDataSource
abstract class PageKeyedDataSource
class LivePagedListBuilder<Key, Value>
class AsyncPagedListDiffer<T>{
-- Field --
- PagedList<T> mPagedList
- PagedList<T> mSnapshot
-- method --
+ void submitList(final PagedList<T> pagedList)
+ T getItem(int index)
}
abstract class Factory<Key, Value>{
+ {abstract} DataSource<Key, Value> create()
}
class PagedListAdapter<T, VH extends ViewHolder>{
-- method --
+ void submitList(PagedList<T> pagedList)
# T getItem(int position)
}
note bottom:展示数据
class Builder
abstract class BoundaryCallback
abstract class Callback
abstract class PagedList<T>{
-- method --
- {static} PagedList create()
+ void loadAround(int index)
-- abstract method --
+ {abstract} void loadAroundInternal(int index)
}
note bottom: 加载数据
class ContiguousPagedList{
- void schedulePrepend()
}
class Config
Config --* PagedList
ContiguousPagedList --|> PagedList
SnapshotPagedList --|> PagedList
TiledPagedList --|> PagedList
ContiguousDataSource <|-- ItemKeyedDataSource
ContiguousDataSource <|-- PageKeyedDataSource
DataSource <|-- PositionalDataSource
DataSource <|-- ContiguousDataSource
DataSource --* SnapshotPagedList
ContiguousDataSource --* ContiguousPagedList
PositionalDataSource --* TiledPagedList
Config --* LivePagedListBuilder
AsyncPagedListDiffer --* PagedListAdapter
PagedList --* PagedListAdapter
abstract class ItemCallback{
+ {abstract} boolean areItemsTheSame(T oldItem, T newItem)
+ {abstract} boolean areContentsTheSame(T oldItem, T newItem)
}
ItemCallback ..|> PagedListAdapter
abstract class Callback
note top:可变性
Callback ..* AsyncPagedListDiffer
@enduml |
ab431edd56f605526abcc88b09f117ef9aff9d1c | c9d49168edc406499204f69721424bb6deded5fd | /Modelo/Permissionamento.plantuml | 5e1717c510fbd1f45a2b971b474cd0958dd254c5 | [
"MIT"
] | permissive | JonatasAfonso/poc-consultorio-comum | 1d2880314bacbf7809f59c2d76c8619e73bf6253 | 936a507ec888eb978abfdbf44c7cb4fe30a3633d | refs/heads/main | 2023-03-12T19:39:26.314301 | 2021-02-26T12:35:39 | 2021-02-26T12:35:39 | 342,554,404 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 100 | plantuml | @startuml
class Permissionamento{
Id : Guid
UsuarioId : Guid
FuncionalidadeId : Guid
}
@enduml |
058e8c4456626a5235892af28b6ce750e92f1696 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/inspectors/TimeFieldDrawer.puml | ccbb9c2e00f17f33f74ff41fa2012819cea6511a | [] | 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 | 448 | puml | @startuml
class TimeFieldDrawer {
{static} currentFrameRate : float <<get>>
+ <<override>> OnGUI(position:Rect, property:SerializedProperty, label:GUIContent) : void
{static} TimeField(rect:Rect, property:SerializedProperty, label:GUIContent) : void
{static} TimeFieldWithEditMode(rect:Rect, property:SerializedProperty, label:GUIContent) : void
}
PropertyDrawer <|-- TimeFieldDrawer
TimeFieldDrawer --> "state" WindowState
@enduml
|
1e788f2fe99cda9a79d1978d98b894a30e34777f | 57515bfad33d5ab1e68cccc924700e88316e19b9 | /DiagramaClases/Clases/CategoriasProducto.puml | 16b269c3c7a24352cd8f56d4e7f2518c62ebbb07 | [] | no_license | NicolasBachs/DocumentacionZMGestion | 0e42009bf3bbf4d244e85a8545997c880f233074 | a099ddb44b8911b8428b9c4bdc2f9156c480af47 | refs/heads/master | 2023-01-27T17:57:29.235074 | 2020-12-02T15:35:21 | 2020-12-02T15:35:21 | 232,633,959 | 1 | 0 | null | 2020-01-08T18:44:12 | 2020-01-08T18:44:11 | null | UTF-8 | PlantUML | false | false | 195 | puml | @startuml CategoriasProducto
hide circle
class CategoriasProducto{
idCategoriaProducto: int
categoria: string
descripcion: string
listarProductos(): List<Productos>
}
@enduml |
e77f2aa1b394dfe52a1e7bcb246f2d623914b085 | b1cb992ef3da60a68baf9eea79e501cfbca62391 | /HelloTriangle/doc/overview.puml | 22bfd68eb5a0f8ef9f5c748f9ab043e64dda55a3 | [
"MIT"
] | permissive | zhuangchaoxi/LearnVulkan | c73416a608c6f6c587823249b298a254b06150cd | f391bfae183cbdb203248d916aa10a78b6474ae6 | refs/heads/main | 2023-02-23T08:18:27.974697 | 2021-01-18T05:29:56 | 2021-01-18T05:29:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,275 | puml | @startuml
class VkApplicationInfo {
VkStructureType sType;
const void* pNext;
const char* pApplicationName;
uint32_t applicationVersion;
const char* pEngineName;
uint32_t engineVersion;
uint32_t apiVersion;
}
class VkInstanceCreateInfo {
VkStructureType sType;
const void* pNext;
VkInstanceCreateFlags flags;
const VkApplicationInfo* pApplicationInfo;
uint32_t enabledLayerCount;
const char* const* ppEnabledLayerNames;
uint32_t enabledExtensionCount;
const char* const* ppEnabledExtensionNames;
}
class VkDebugUtilsMessengerCreateInfoEXT {
VkStructureType sType;
const void* pNext;
VkDebugUtilsMessengerCreateFlagsEXT flags;
VkDebugUtilsMessageSeverityFlagsEXT messageSeverity;
VkDebugUtilsMessageTypeFlagsEXT messageType;
PFN_vkDebugUtilsMessengerCallbackEXT pfnUserCallback;
void* pUserData;
}
VkInstanceCreateInfo::pApplicationInfo --> VkApplicationInfo
VkInstanceCreateInfo::pNext --> VkDebugUtilsMessengerCreateInfoEXT
@enduml |
0b070a395a428be10bd8fd59b2d9851fd338245b | c9b68eb381fd23dc08c8805a3ac9de557667014e | /docs/adr/0009/main-concepts-diagram.plantuml | a2535bce07453b4db33f31abdaed14708cdb5e2d | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | alphagov/content-publisher | 844a4c79c2e51e209a2e0e128eef080e0a5c193e | df1a4a4fc2ec755d9dbeda25a81c4b8780646602 | refs/heads/main | 2023-09-04T02:57:25.326574 | 2023-09-01T14:22:27 | 2023-09-01T14:22:27 | 140,405,637 | 37 | 17 | MIT | 2023-09-12T09:13:10 | 2018-07-10T09:00:26 | Ruby | UTF-8 | PlantUML | false | false | 361 | plantuml | @startuml
class Document {
content_id
locale
}
note left: Mutable
class Revision {
number
contents
}
note bottom: Immutable
class Edition {
number
}
note left: Mutable
class Status {
state
}
note bottom
Initally Immutable
end note
Document --> Edition : current
Document ..> Edition : live
Edition -right-> Revision
Edition --> Status
@enduml
|
7744537d66a056f6e21cf65c59d6d05a08a2f29f | 95db096f36828b7124792f7ce52368a58783e9e9 | /docs/javadocs/soen6441riskgame/singleton/GameBoardMap.puml | fbfccbf76f6a32979603e4889a06f6ee5594fa35 | [] | no_license | huntertran/soen6441-riskgame | 81af179068618a3870b14ef46cf51ea65c31ac6b | f6605e3c5bdd3346f65288c96de6d169faa47f00 | refs/heads/master | 2023-06-22T21:10:32.772010 | 2021-03-31T21:48:30 | 2021-04-02T03:19:34 | 209,664,319 | 2 | 1 | null | 2023-06-14T22:29:59 | 2019-09-19T23:16:40 | Java | UTF-8 | PlantUML | false | false | 3,104 | puml | @startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
set namespaceSeparator none
class "<b><size:14>GameBoardMap</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoardMap [[../../soen6441riskgame/singleton/GameBoardMap.html{soen6441riskgame.singleton.GameBoardMap}]] {
-PlayersWorldDominationView playersWorldDominationView
-String mapName
-ArrayList<Continent> continents
-ArrayList<Country> countries
-int borders
+GameBoardMap()
+PlayersWorldDominationView getPlayersWorldDominationView()
+int getBorders()
+void setBorders(int graph)
+ArrayList<Continent> getContinents()
+void setMapName(String mapName)
+String getMapName()
+ArrayList<Country> getCountries()
+void reset()
+void showContinents()
+Country getCountryFromName(String countryName)
+boolean isCountryExisted(String countryName)
+Continent getContinentFromName(String continentName)
+boolean isContinentExisted(String continentName)
+void updateCountryContinent(Country country,Continent continent)
+void printBorders()
}
class "<b><size:14>GameBoard</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoard [[../../soen6441riskgame/singleton/GameBoard.html{soen6441riskgame.singleton.GameBoard}]] {
}
hide soen6441riskgame.singleton.GameBoard fields
hide soen6441riskgame.singleton.GameBoard methods
soen6441riskgame.singleton.GameBoard --> "gameBoardMap" soen6441riskgame.singleton.GameBoardMap
class "<b><size:14>PlayersWorldDominationView</b>\n<size:10>soen6441riskgame.views" as soen6441riskgame.views.PlayersWorldDominationView [[../../soen6441riskgame/views/PlayersWorldDominationView.html{soen6441riskgame.views.PlayersWorldDominationView}]] #white {
}
hide soen6441riskgame.views.PlayersWorldDominationView fields
hide soen6441riskgame.views.PlayersWorldDominationView methods
soen6441riskgame.singleton.GameBoardMap --> "playersWorldDominationView" soen6441riskgame.views.PlayersWorldDominationView
class "<b><size:14>Continent</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Continent [[../../soen6441riskgame/models/Continent.html{soen6441riskgame.models.Continent}]] #white {
}
hide soen6441riskgame.models.Continent fields
hide soen6441riskgame.models.Continent methods
soen6441riskgame.singleton.GameBoardMap ..> soen6441riskgame.models.Continent
class "<b><size:14>Country</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Country [[../../soen6441riskgame/models/Country.html{soen6441riskgame.models.Country}]] #white {
}
hide soen6441riskgame.models.Country fields
hide soen6441riskgame.models.Country methods
soen6441riskgame.singleton.GameBoardMap ..> soen6441riskgame.models.Country
interface "<b><size:14>Resettable</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.Resettable [[../../soen6441riskgame/singleton/Resettable.html{soen6441riskgame.singleton.Resettable}]] {
}
hide soen6441riskgame.singleton.Resettable fields
hide soen6441riskgame.singleton.Resettable methods
soen6441riskgame.singleton.GameBoardMap ..|> soen6441riskgame.singleton.Resettable
@enduml
|
889ef7e8d76840bca108d9630a2cfc206399784a | 603477e6598369ced840309136a89bfdc5b05431 | /classes.puml | f7fa77c7441b8075231bd76be50166813cafe236 | [] | no_license | maiconm/plantuml-demo | 4fbbd2dc9b85cf556a894b1b231ea73537c30643 | b1eae52ecb5653a6519697995bff9abb1b68ef73 | refs/heads/master | 2022-11-20T14:35:44.044060 | 2020-05-03T21:24:18 | 2020-05-03T21:24:18 | 270,059,938 | 0 | 0 | null | 2020-06-06T17:55:52 | 2020-06-06T17:55:52 | null | UTF-8 | PlantUML | false | false | 367 | puml | @startuml "Classes"
left to right direction
note "<b><u>TO DO</u></b>: Hierarquizar tipos de alertas" as N1
class Alerta {
- number timerHandler
+ Date horario
+ string descricao
constructor(desc, hor)
+ ajustar(hor)
+ cancelar()
}
note left of Alerta : Alerta programado.\n\nPossui uma descrição que é\nexibida com a conclusão do\ntimer.
@enduml
|
9de0ed006f5cfc6696d3593c5baad39252164b58 | 7fce734c1b0a4ceee29b64fad790309243a080d4 | /design/spring/Exception.puml | cc4f9cbad5e99634d8654d240f72b3804b97cbb9 | [] | no_license | walklown/daily-code | 7e6d655818315113f099be930c3766300b1b8ede | 1c7655eba6bddd7bb08d09b1b1f64f315dea67b2 | refs/heads/master | 2023-08-22T08:34:16.161384 | 2023-08-14T09:07:30 | 2023-08-14T09:07:30 | 127,528,741 | 0 | 0 | null | 2023-06-14T22:55:54 | 2018-03-31T12:08:15 | Java | UTF-8 | PlantUML | false | false | 502 | puml | @startuml
'https://plantuml.com/class-diagram
package checked_exception {
class Error
class Throwable
class Exception
}
class RuntimeException
'package 业务异常 {
class MyException {
int code
String message
}
' class MySubException1 {
' }
' class MySubException2 {
' }
'}
Throwable <|-- Error
Throwable <|-- Exception
Exception <|-- RuntimeException
RuntimeException <|-- MyException
'MyException <|-- MySubException1
'MyException <|-- MySubException2
@enduml |
6b57b16eaaf01aaf95eee936867ec7e7f99bafdb | 9242a685f272cdf4e420e6b0ed9c6cde10098886 | /doc/QueMePongo.puml | 573dfb1612b3b8ffd31c0518d086194999ff7a19 | [] | no_license | BrianLuna/QueMePongo | f82eed33dd944f19061187a55de804bb98ac683f | b6baa6c70514298070426e1b2c581990cd73ef3c | refs/heads/master | 2021-06-21T14:37:51.182043 | 2020-05-21T23:39:10 | 2020-05-21T23:39:10 | 254,494,980 | 0 | 0 | null | 2020-04-09T23:01:34 | 2020-04-09T22:53:08 | Java | UTF-8 | PlantUML | false | false | 3,225 | puml | @startuml
together {
class Uniforme
class Prenda
class PrendaBuilder
class Ayuda
}
Uniforme "*" -> "1" Prenda
Uniforme "*" -> "1" Prenda
Uniforme "*" -> "1" Prenda
Uniforme ..> Sastre
SastreSanJuan ..|> Sastre
SastreInstitutoJohnson ..|> Sastre
Sastre -[hidden]--> SastreSanJuan
Sastre -[hidden]--> SastreInstitutoJohnson
PrendaBuilder ..> Prenda
PrendaBuilder -[hidden]--> Ayuda
Prenda "*" --> "1" Color
Prenda "*" --> "1" Color
Prenda "*" --> "1" Trama
Prenda "*" --> "1" Material
Prenda "*" --> "1" TipoDePrenda
PrendaBuilder "*" --> "1" Color
PrendaBuilder "*" --> "1" Color
PrendaBuilder "*" --> "1" Trama
PrendaBuilder "*" --> "1" Material
PrendaBuilder "*" --> "1" TipoDePrenda
TipoDePrenda "*" --> "1" CategoriaDePrenda
TipoDePrenda "1" --> "1" Temperatura
CategoriaDePrenda -[hidden]--> UnidadDeTemperatura
Ropero "*" --> "*" Prenda
Ropero ..> Uniforme
Ropero "*" --> "1" CondicionesClimaticas
CondicionesClimaticas "*" -> "1" AccuWeatherAPI
Temperatura "*" -> "1" UnidadDeTemperatura
hide Ayuda
interface Sastre {
+fabricarPrendaSuperior() : Prenda
+fabricarPrendaInferior() : Prenda
+fabricarCalzado() : Prenda
}
class SastreSanJuan {
-CHOMBA : TipoDePrenda
-PANTALON : TipoDePrenda
-ZAPATILLAS : TipoDePrenda
}
class SastreInstitutoJohnson {
-CAMISA : TipoDePrenda
-PANTALON : TipoDePrenda
-ZAPATOS : TipoDePrenda
}
class Ropero {
-prendas : Set<Prenda>
-condicionesClimaticas : CondicionesClimaticas
+obtenerSugerencia() : Set<Uniforme>
}
class Uniforme {
-prendaSuperior : Prenda
-prendaInferior : Prenda
-calzado : Prenda
+{static} fabricar() : Uniforme
}
class PrendaBuilder {
-tipoDePrenda : TipoDePrenda
-material : Material
-colorPrimario : Color
-colorSecundario : Color
-trama : Trama
+cargarTipo(TipoDePrenda tipoDePrenda) : void
+cargarMaterial() : void
+cargarColorPrimario() : void
+cargarColorSecundario() : void
+cargarTrama() : void
+confirmarPrenda() : Prenda
}
class Prenda {
-tipoDePrenda TipoDePrenda
-material : Material
-colorPrimario : Color
-colorSecundario : Color
-trama : Trama
+categoriaDePrenda() : CategoriaDePrenda
}
class TipoDePrenda {
-categoria : CategoriaDePrenda
+sePuedeUsarConTemperatura : Boolean
}
class Temperatura {
-valor;
-unidadDeTemperatura UnidadDeTemperatura;
+cambiarUnidad() : BigDecimal
+esMayorA() : Boolean
}
enum UnidadDeTemperatura {
+F.
+C.
+{abstract}cambiarUnidad() : BigDecimal;
}
class AccuWeatherAPI {
+getWeather() : List<Map<String, Object>>
}
class CondicionesClimaticas {
-servicioDeClima : AccuWeatherAPI
-ultimaConsulta : LocalDateTime
-temperaturaConsultada : Temperatura
-intervaloDeConsultaEnHoras : Integer
-consultarClima() : void
-actualizarInformacionSiEsNecesario() : void
+getTemperatura : Temperatura
}
enum CategoriaDePrenda {
+PARTESUPERIOR
+PARTEINFERIOR
+CALZADO
+ACCESORIOS
}
enum Material {
+ALGODON
+JEAN
}
class Color {
-rojo : Integer
-verde : Integer
-azul : Integer
}
class Trama {
+LISA
+RAYADA
+CON_LUNARES
+A_CUADROS
+ESTAMPADO
}
@enduml |
d402393ad87d969732f8f766f7871cd0d88da957 | f002d4fec095b991b553a0f706b575c58d1ec4d0 | /demo/src/class.puml | 5095e3bc9ba38fa7f11b22966738b3cfaeaa640d | [] | no_license | MinuteLight/is_analysis | 65cbdcc5fb20c197e081fd6bdb3a085e80cc0fa6 | ac155c1656396407143fae7ee5c94ee6c49809e4 | refs/heads/master | 2021-04-12T08:04:36.700698 | 2018-06-08T03:21:10 | 2018-06-08T03:21:10 | 125,817,072 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,092 | puml | @startuml
title 基于GitHub的实验管理平台--类图
class users {
<b>user_id</b> (用户ID)
name (用户真实姓名)
github_username (用户GitHub账号)
update_date (用户GitHub账号修改日期)
password (用户密码)
disable (用户是否禁用)
}
class teachers{
<b>teacher_id</b> (老师工号)
department (老师所属部门)
teacher_term(老师教授的学期)
teacher_discipline(老师教授的课程)
}
class students{
<b>student_id</b> (学号)
class (班级)
result_sum(成绩汇总)
web_sum (网站正确与否汇总)
student_term(学生选课的学期)
student_discipline(学生选的课程)
}
users <|- students
users <|-- teachers
class grades {
<b>student_id</b> (学号)
<b>experi_id</b> (实验编号)
result (最终分数)
comment(实验评语)
update_date (评改日期)
grade_specific(每个实验的多个评分项)
grade_present(每个实验占总成绩的百分比)
}
class experiments {
<b>experi_id</b> (实验编号)
experi_title (实验名称)
experi_term(学期)
experi_link(每个实验的链接地址)
}
class terms{
<b>term_id</b>(学期编号)
term_name(学期名称)
}
class disciplines{
<b>discipline_id</b>(课程编号)
discipline_name(课程名)
}
class select{
<b>select_id</b>(选课ID)
<b>discipline_id</b>(课程编号)
teacher_id(老师工号)
student_id(学生学号)
term_id(学期编号)
}
class sections{
<b>section_id</b>(评分项ID)
<b>experi_id</b>(实验编号)
section_title(每个评分项的名称)
section_percent(每个评分项分数占此实验的百分比)
}
grades "1" -- "n" sections
students "1" -- "n" grades
experiments "1" -- "n" grades
teachers "1" -- "n" select
students "1" -- "n" select
terms "1" -- "n" disciplines
disciplines "1" -- "n" experiments
terms "1" -- "n" select
@enduml |
55003744fc2f7ff08cca71e496b67a6fcd0b67f4 | 3250399fbceea9a4c11f86b64117bd6e783676e8 | /design-partten/src/factory/factory.puml | 9b951377bfdd665bf9eb7fbe23215803f05fa7b9 | [] | no_license | jinelei/rainbow | 172dbbcd19fdc6a399636f41575ef72dc5d8c4ec | a10119d57e939a81a824d159b275e76ccd3232dd | refs/heads/master | 2020-04-10T20:22:16.027419 | 2019-01-19T09:31:04 | 2019-01-19T09:31:04 | 161,265,422 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 512 | puml | @startuml
package factory {
interface Shape {
+void draw()
}
class Circle {
+void draw()
}
class Square {
+void draw()
}
class Rectangle {
+void draw()
}
Circle <|-- Shape: implements
Square <|-- Shape: implements
Rectangle <|-- Shape: implements
}
class ShapeFactory {
+Shape getShape()
}
factory --> ShapeFactory: creates
class FactoryPatternDemo {
+void main()
}
FactoryPatternDemo --> ShapeFactory: asks
@enduml |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.