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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
de38e8bd95ac5f2e2cbe0320622f005ee85d04b0 | d854114e559079a842fcf523be34942dfcdad4d8 | /app/src/main/res/CoffeeCard.puml | 9b4301319549e9f2f17963de8b579ba9f150e41e | [] | no_license | KimmyYang/CoffeeCard | 55259c804b2dc1223b406931b47f9270fbe02648 | 174a6094197ce2283dcad9330197df6b2716aed5 | refs/heads/master | 2020-05-20T00:18:37.283662 | 2016-11-14T11:38:50 | 2016-11-14T11:38:50 | 35,481,840 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,359 | puml | @startuml
package com.kf.coffeecard{
class AbstractService
class GameProxyService{
-Game mGame
+Game GetGameInfo()
}
class GameFactory{
-Game mGame
-static GameFactory mInstance
+void createGame();
}
class Game{
-Player[] mPlayers
+enum GameType{
BRIDGE,
BLACK_JACK,
SEVENS,
LIAR;}
}
class BridgeGame{
-GameType mGameType
-GameRule mRule
+void startGame()
-void Deal()
}
class CardSet
class Player
class BridgePlayer
class GameRule
GameProxyService --|>AbstractService
BridgeGame --|> Game
Game <--* GameFactory
BridgeGame <--o CardSet
GameProxyService --> GameFactory
Game <--o Player
Game <--o GameRule
BridgePlayer --|> Player
}
package com.kf.coffeecard.activity{
class MainActivity
class SettingActivity
class BridgeGameActivity{
-Game mGame
-PlayerFragment[] mPlayerFragments
}
MainActivity --> SettingActivity
SettingActivity <--> GameProxyService:start/bind service
SettingActivity --> BridgeGameActivity
BridgeGameActivity<--> GameProxyService:bind service
}
package com.kf.coffeecard.fragment{
class PlayerFragment
BridgeGameActivity <--> PlayerFragment
}
@enduml |
f590f49e7aa581ba8fec4ffa5034dc1d1f7d088f | abe16d0ba344a67354718c7324e1ddac43efd373 | /dahua-design/src/main/java/ch12_03/实现多接口代理模式.puml | 8030be241ecfc6978ac358c5537e5b4396a3b045 | [] | no_license | gerrywen/java-learn | 9888ccdf04aff50e4d8e5902c03e13c64dbf65b8 | a3ed4ab50af0c2bf305eda04730f7f2db326a141 | refs/heads/master | 2022-12-24T18:14:07.724295 | 2020-06-15T08:30:49 | 2020-06-15T08:30:49 | 203,317,957 | 0 | 0 | null | 2022-12-15T23:58:26 | 2019-08-20T06:56:17 | Java | UTF-8 | PlantUML | false | false | 490 | puml | @startuml
interface IGamePlayer<<interface>> {
+ void login(String user,String password)
+ void killBoss()
+ void upgrade()
}
interface IProxy<<interface>> {
+ void count()
}
class GamePlayer {
+ GamePlayer(String _name)
}
class GamePlayerProxy {
+ GamePlayerProxy(IGamePlayer _gamePlayer)
}
class Client {
}
IGamePlayer <|.. GamePlayer : 实现
IGamePlayer <|.. GamePlayerProxy : 实现
IProxy <|.. GamePlayerProxy : 实现
Client --> GamePlayerProxy
@enduml |
9813a559862859ff78bf52befc80ae6d06cd241e | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /examples/ast/taggedValue.puml | c1c8498deebc482de0e99648d0ae03adb2c8e438 | [
"MIT"
] | permissive | tizuck/scala-uml-diagrams | 4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b | c5c432132bff9df7ab60352f0e715583d9d51973 | refs/heads/main | 2023-03-01T02:44:15.288794 | 2021-02-03T22:26:55 | 2021-02-03T22:26:55 | 306,687,367 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 637 | puml |
abstract class uml.NamedElement <<trait>>
class uml.TaggedValue << caseclass >>{
<<ctor pos=1>> name : String
<<ctor pos=2>> value : Option<String>
-- <<scalaclass>> --
isSealed
}
uml.NamedElement <|-- uml.TaggedValue
hide circle
skinparam defaultFontName Source Code Pro
skinparam ClassStereotypeFontColor #1b1f23
skinparam class {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #6f42c1
}
skinparam note {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #d73a49
}
skinparam stereotype {
FontColor #d73a49
} |
2b0687649580ded26dd28de116798a72a50ab5ef | 519f4fb6d2934e5978bb1735376276f67cb9a06c | /docs/processor.puml | 88a1b8c1b6560c305231f73fa6738fbad38babfe | [
"BSD-3-Clause"
] | permissive | uzielgl/umlwriter | 72efd2dfe533fa3c1bd0c32d66255af455b0a5d4 | 5154e326880fead6261deb915968165ad5fbabaf | refs/heads/master | 2022-02-08T23:40:43.828712 | 2019-07-22T02:19:04 | 2019-07-22T02:19:04 | 198,128,002 | 0 | 0 | BSD-3-Clause | 2019-07-22T01:57:21 | 2019-07-22T01:57:20 | null | UTF-8 | PlantUML | false | false | 1,438 | puml | @startuml
namespace Bartlett.UmlWriter.Processor {
abstract AbstractProcessor << abstract >> {
#reflector
#graphId
#objects
#edges
-spaces
-linebreak
--
+__construct()
+setGraphId()
+renderClass()
+renderNamespace()
+render()
#renderEdges()
#formatLine()
#writeObjectElement()
#writeObjectInheritance()
#writeObjectInterfaces()
#writeConstantElements()
#writePropertyElements()
#writeMethodElements()
#<i>pushObject</i>()
#<i>pushEdge</i>()
#formatClassStereotype()
-reset()
}
class GraphvizProcessor << class >> {
#namespaceSeparator
--
#renderObjects()
#renderEdges()
#writeGraphHeader()
#writeGraphFooter()
#pushObject()
#pushEdge()
-attributes()
}
interface ProcessorInterface << interface >> {
+GLOBAL_NAMESPACE
--
+renderClass()
+renderNamespace()
+render()
}
class PlantUMLProcessor << class >> {
#namespaceSeparator
--
#renderObjects()
#renderEdges()
#writeGraphHeader()
#writeGraphFooter()
#pushObject()
#pushEdge()
}
}
Bartlett.UmlWriter.Processor.GraphvizProcessor --|> Bartlett.UmlWriter.Processor.AbstractProcessor
Bartlett.UmlWriter.Processor.GraphvizProcessor ..|> Bartlett.UmlWriter.Processor.ProcessorInterface
Bartlett.UmlWriter.Processor.PlantUMLProcessor --|> Bartlett.UmlWriter.Processor.AbstractProcessor
Bartlett.UmlWriter.Processor.PlantUMLProcessor ..|> Bartlett.UmlWriter.Processor.ProcessorInterface
@enduml
|
2da7eabed7a986fc18aa06e439921de401236773 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/QuoteRequestStateChangedMessage.puml | 650291e2fccd867ed6c42e3c5cd0832d42b1242c | [] | 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,280 | 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 QuoteRequestStateChangedMessage [[QuoteRequestStateChangedMessage.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]]
quoteRequestState: [[QuoteRequestState.svg QuoteRequestState]]
oldQuoteRequestState: [[QuoteRequestState.svg QuoteRequestState]]
}
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
|
dfbad9a3b59b53748a6e24ef816b5299dfceadaa | 3f2928ee022c41d2f6e87c3fdae17942dafd4602 | /app/src/main/java/com/example/keystone_try/ui/dashboard/dashboard.plantuml | 592c73c0abfc9e44f30699f202907958f346b54d | [] | no_license | BohanShi/keystone_try | 022b9d97ee622ef587b1ec39c5dfbc1fc4bba72a | 13cd8416ea644308269558e8f8843f71b291d07e | refs/heads/master | 2023-01-06T13:43:35.151210 | 2020-11-04T04:12:57 | 2020-11-04T04:12:57 | 291,482,189 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 855 | plantuml | @startuml
title __DASHBOARD's Class Diagram__\n
namespace com.example.keystone_try {
namespace ui {
namespace dashboard {
class com.example.keystone_try.ui.dashboard.DashboardFragment {
~ game1 : RoundedImageView
~ game2 : RoundedImageView
~ game3 : RoundedImageView
~ highScore : int
~ highScore2 : int
~ scores : ArrayList<Integer>
{static} - HIGH_SCORE : String
+ isFirstTime()
+ onCreateView()
}
}
}
}
com.example.keystone_try.ui.dashboard.DashboardFragment -up-|> androidx.fragment.app.Fragment
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
|
d57626d27ddf5f0195de7aadeeb64a38fb064792 | c524aac5e1be2e352e448e42d1c3bd6e8d6a7acb | /learning/chaincode.puml | 852809d660eb5c9b362f6002708e1bbc73532529 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | ping40/fabric | fe4b63a393494049b559c2043e191cad627f2e1e | c4ddd38fa42ecebb51fe935a5329f812fd1c37a0 | refs/heads/master | 2020-04-13T04:28:26.749008 | 2019-05-15T14:17:27 | 2019-05-15T14:17:27 | 161,179,649 | 0 | 0 | Apache-2.0 | 2018-12-11T04:11:52 | 2018-12-10T13:30:55 | Go | UTF-8 | PlantUML | false | false | 346 | puml | @startuml
class ChaincodeAction {
Results []byte
Events []byte
Response *Response
ChaincodeId *ChaincodeID
TokenExpectation *token.TokenExpectation
}
note top of ChaincodeAction : Result 就是 rwset
class ChaincodeEvent{
ChaincodeId string
TxId string
EventName string
Payload []byte
}
ChaincodeAction <-- ChaincodeEvent
@enduml |
3fd36a26de4039332149b4a8b2a1fe2c558a5884 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-class-tilgang.iuml | 57d43b4fd1bf1443c5878e461cb13b9dc01422ec | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 300 | iuml | @startuml
class Admin.Tilgang {
+systemID : SystemID [0..1] [1..1]
+rolle : string
+tilgangskategori : Tilgangskategori
+referanseArkivenhet : SystemID [0..1]
+tilgangsrestriksjon : Tilgangsrestriksjon [0..1]
+les : boolean
+ny : boolean
+endre : boolean
+slett : boolean
}
@enduml
|
fc7887a4f0955b60f4f072bd3d185790b8b8729f | f7cbd1bbf9534a5bf2529f4a704adcec6b3aafa2 | /diagrams/WeightTracker_class.puml | 4acc156b0be229358ff90ea3af1733921f93d378 | [] | no_license | AY2122S1-CS2113T-F14-3/tp | cbe08bd0acafd839c68eb062c73f1425f5ed7b36 | 4dfe1a9649049d037aba9fe67908a82564f983ab | refs/heads/master | 2023-08-27T11:53:12.522530 | 2021-11-12T11:57:49 | 2021-11-12T11:57:49 | 412,351,373 | 0 | 6 | null | 2021-11-12T11:57:50 | 2021-10-01T06:15:19 | Java | UTF-8 | PlantUML | false | false | 1,392 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
'https://plantuml.com/class-diagram
abstract class Tracker {
}
class WeightTracker {
#weightsArray: ArrayList<String>
#numberOfWeights: int
#weight: int
#date: String
- {static} logger: Logger
+WeightTracker()
+generateWeightParameters(inputArguments: String): void
+addWeight(input: String): void
+deleteWeight(input: String): void
+printWeight(input: String): void
+listWeights(input: String): void
+listSpecificWeights(input: String): void
+listAllWeights(): void
}
class AddWeightException {
+getMessage():String
}
class DeleteWeightException {
+getMessage():String
}
class DeleteWeightIndexException {
+getMessage():String
}
class NoWeightsException {
+getMessage():String
}
class WeightException {
+getMessage():String
}
class ClickfitMessages {
+printAddWeightResponse(weight: double, date: String):void
+printDeleteWeightResponse(weight: double, date: String):void
}
WeightTracker --> ClickfitMessages
WeightTracker ..> "<<throws>>" AddWeightException
WeightTracker ..> "<<throws>>" DeleteWeightException
WeightTracker ..> "<<throws>>" DeleteWeightIndexException
WeightTracker ..> "<<throws>>" NoWeightsException
WeightTracker --|> Tracker
AddWeightException --|> WeightException
DeleteWeightException --|> WeightException
DeleteWeightIndexException --|> WeightException
NoWeightsException --|> WeightException
@enduml |
ac254799125cdb915a81a20d64b9cdf818a8bdc0 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestRunner/EditModePCHelper.puml | a03409d2a63d7731a753954ecf20bd7a3d66814d | [] | 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 | 226 | puml | @startuml
class EditModePcHelper {
+ <<override>> SetEnumeratorPC(enumerator:IEnumerator, pc:int) : void
+ <<override>> GetEnumeratorPC(enumerator:IEnumerator) : int
}
TestCommandPcHelper <|-- EditModePcHelper
@enduml
|
eec2805c3d9b8e514f87f350cfcca5436c076313 | 705332e2713d92a2db5ffed1b9c9a7bfb56d93d4 | /Mybatis-Spring/output/SqlSessionFactoryBean类图分析.puml | 81a1e44ec845bb26870a8d5525e41ca18e7d0e34 | [] | no_license | UncleTomCheng/Mybatis-Spring-Source-Analyse | 575e65d05140d86c0e045587e38c8a56e3f877af | ce84610806e84b3dd9c9b3d1e3bcb1290d82cdf7 | refs/heads/master | 2020-04-24T04:08:05.297476 | 2019-02-20T15:18:50 | 2019-02-20T15:18:50 | 171,692,727 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,711 | puml | @startuml
/'spring框架'/
package spring-framework #yellow{
interface FactoryBean<SqlSessionFactory>{
T getObject() throws Exception
Class<?> getObjectType()
default boolean isSingleton() return true
}
hide FactoryBean fields
note right of FactoryBean:实现该接口的bean,通过\ngetBean()获取bean实例,\n本质上是获取具体实现类的\ngetObject()返回的实例
interface ApplicationListener<ApplicationEvent>
interface InitializingBean {
void afterPropertiesSet() throws Exception
}
hide InitializingBean fields
note right of InitializingBean:实现该接口的bean会在初始化时\n调用其afterPropertiesSet()来进行\nbean的逻辑初始化
}
/'mybatis-spring.jar'/
package mybatis-spring.jar #pink{
class SqlSessionFactoryBean implements FactoryBean, InitializingBean, ApplicationListener{
- Configuration configuration
- Resource configLocation
- Properties configurationProperties
- DataSource dataSource
- SqlSessionFactoryBuilder sqlSessionFactoryBuilder = new SqlSessionFactoryBuilder()
- SqlSessionFactory sqlSessionFactory
- String typeAliasesPackage
- Class<?>[] typeAliases
- Interceptor[] plugins
- TypeHandler<?>[] typeHandlers
- DatabaseIdProvider databaseIdProvider
- ObjectFactory objectFactory
- ObjectWrapperFactory objectWrapperFactory
- Cache cache
- TransactionFactory transactionFactory
- Resource[] mapperLocations
- String environment = SqlSessionFactoryBean.class.getSimpleName()
# SqlSessionFactory buildSqlSessionFactory() throws IOException
}
}
/'mybatis框架'/
package mybatis-3 #FEA{
class SqlSessionFactoryBuilder
interface SqlSessionFactory
class Configuration
interface DatabaseIdProvider {
+ void setProperties(Properties p)
+ String getDatabaseId(DataSource dataSource) throws SQLException
}
hide DatabaseIdProvider fields
abstract class BaseBuilder{
# final Configuration configuration;
# final TypeAliasRegistry typeAliasRegistry;
# final TypeHandlerRegistry typeHandlerRegistry
+ Configuration getConfiguration()
}
class XMLConfigBuilder extends BaseBuilder
class DefaultSqlSessionFactory implements SqlSessionFactory{
- final Configuration configuration
}
SqlSessionFactoryBean *-- SqlSessionFactoryBuilder
SqlSessionFactoryBean *-- SqlSessionFactory
SqlSessionFactoryBean *-- Configuration
SqlSessionFactoryBean *-- DatabaseIdProvider
}
@enduml |
10745a4d8b483ed9d79f92522b6a7338bba4ed40 | 749c8b98011fc0e6b3e83fad57acc18803013779 | /img/diagram.puml | 6bc0f1ed31dc7742029edce764d30f8f77170395 | [] | no_license | ontolex/frequency-attestation-corpus-information | 4c60d6a80ff4977044b8fbca69b9631c6276d217 | 9f2efad4d5e6e6b606ebbe620dfd316d924463ae | refs/heads/master | 2023-07-08T23:25:07.849558 | 2023-07-06T12:55:03 | 2023-07-06T12:55:03 | 252,785,043 | 3 | 8 | null | 2023-06-26T09:46:49 | 2020-04-03T16:32:19 | HTML | UTF-8 | PlantUML | false | false | 1,027 | puml | @startuml
Collocation o-down- Observable
Embedding -down-> Attestation: attestationEmbedding
Attestation -[hidden]-> CorpusFrequency
Observable -> Embedding: embedding
Observable -> CorpusFrequency: frequency
Observable -> Attestation: attestation sub citation
class Embedding {
str: dc:description
int: dc:extent
Literal: rdf:value
}
FixedSizeVector -up-|> Embedding
BagOfWords -up-|> Embedding
TimeSeries -up-|> Embedding
class ContextualRelation {
str: dc:description
Literal: rdf:value
}
ContextualRelation <|-down- Collocation
ContextualRelation <|-down- Similarity
Similarity o-down- Embedding
class CorpusFrequency {
int: rdf:value
}
class Attestation {
str: quotation
str: attestationGloss
}
class Corpus {
int: total
}
Attestation -> anyURI: locus
CorpusFrequency -> Corpus: corpus
Embedding -> Corpus: corpus
ContextualRelation -> Corpus: corpus
anyURI -[hidden]-> Corpus
Collocation -down-> Observable: head
Collocation -down-|> Observable
class Collocation {
float: cscore
}
@enduml
|
d5a8a5162164b0bebe8655f399cef6a73980b5e1 | e659ff5f8b5079cf2eed7b298f102b9c191820ef | /design/UML-class.puml | a4b9dce1274a5f50723ab8639840c37175038a18 | [] | no_license | isabella232/smartcoin | a3a1b45165a64ebd8449fde3b67f5d26fc5a738e | ff1b5b756c2aefd9c4e5d4ae8548be23cb58e6a8 | refs/heads/master | 2023-03-16T19:43:50.537220 | 2019-12-04T10:56:44 | 2019-12-04T10:56:44 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,541 | puml | @startuml
class Darc #yellow {
}
interface IDarc {
}
Darc ..|> IDarc : <<implements>>
IDarc <.. SmartContract : <<use>>
class SmartContract #yellow {
GetISmartContract() ISmartContract
}
package ITransaction {
interface Instruction {
GetType2() int
IsSpawn(int) bool
IsInvoke(int) bool
IsDelete(int) bool
GetArgs() Arguments
GetContractID() string
GetCommand() (string, error)
GetInstanceID() InstanceID
GetAction() string
GetSignerIdentities() []darc.Identity
GetSignerCounters() []uint64
GetSignatures() [][]byte
Hash() []byte
}
interface Argument {
Search(string) []byte
GetAllKeys() []string
}
interface ReadOnlyStateTrie {
GetValues(key []byte) (value []byte,\n\tversion uint64, contractID string,\n\tdarcID darc.ID, err error)
}
interface InstanceID {
GetInstanceID() [32]byte
Slice() []byte
}
interface Transaction2 {
GetPairingSuite() pairing.Suite
GetServiceName() string
}
}
ISmartContract .right.> ITransaction : <<use>>
ITransaction <|.. Transaction : <<implements>>
package ISmartContract {
interface ISmartContract2 {
GetContractConfigID() string
GetContractDarcID() string
GetDarcContractIDs() []string
PrintInstruction(itransaction.Instruction) string
GetContractRegistry() *ContractRegistry
RegisterGlobalContract(contractID string, \n\tf func(in []byte) (Contract, error)) error
ContractConfigFromBytes(in []byte) (Contract, error)
ContractSecureDarcFromBytes(in []byte) (Contract, error)
}
interface ContractRegistry {
Search(string) (func(in []byte) (Contract, error), bool)
}
interface Contract {
Spawn(itransaction.ReadOnlyStateTrie, \n\titransaction.Instruction, itransaction.Transaction) ([]byte, error)
Invoke(itransaction.ReadOnlyStateTrie, \n\titransaction.Instruction, itransaction.Transaction) ([]byte, error)
Delete(itransaction.ReadOnlyStateTrie, \n\titransaction.Instruction, itransaction.Transaction) ([]byte, error)
FormatMethod(itransaction.Instruction) string
}
interface Registration {
RegisterContract(string) error
}
interface ReadOnlyContractRegistry {
Search(contractID string) (func(in []byte) (Contract, error), bool)
}
interface ContractWithRegistry {
SetRegistry(ReadOnlyContractRegistry)
}
}
class Transaction #yellow {
RegisterContract(contractID string)
}
interface Byzcoin {
}
Transaction ..|> Byzcoin : <<implements>>
ISmartContract <.. Transaction : <<use>>
SmartContract ..|> ISmartContract : <<implements>>
@enduml |
4e79def62e14d9a4f40a5532b4114b51176b1e95 | bf49d55ccb1e5a55ad63de65366e8874f2258d94 | /Digital_House-Certified_Tech_Developer/Backend_I/Responsability_chain_pattern/Control_de_calidad/out/production/Control_de_calidad/Control_de_calidad.puml | e91bb89dea682e566b2d7e9a197365ff33cc42fe | [] | no_license | hfelipeserna/hfelipeserna.github.io | 339f18c116db2738c3e093b748f7c9d746ad1eb5 | 9b643803f672bf4b34add22644919198e50da06d | refs/heads/main | 2023-09-03T19:09:33.411053 | 2021-10-26T14:23:59 | 2021-10-26T14:23:59 | 359,453,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,451 | puml | @startuml
'https://plantuml.com/class-diagram
'___________STYLES___________
title UML - Sistema para el control de calidad
skinparam classAttributeIconSize 0
skinparam backgroundColor White
skinparam RoundCorner 10
skinparam Shadowing true
skinparam class {
ArrowColor Black
BackgroundColor White
HeaderBackgroundColor Gray
BorderColor Black
FontColor White
FontSize 14
AttributeFontSize 12
}
skinparam object{
ArrowColor Black
BackgroundColor White
BorderColor Black
FontColor Black
FontSize 14
AttributeFontSize 12
}
skinparam note {
BackgroundColor LightYellow
BorderColor Black
}
'___________UML___________
package model {
class Articulo {
- nombre: String
- lote: int
- peso: int
- envasado: String
+ Articulo(String nombre, int lote, int peso, String envasado)
+ getNombre(): String
+ setNombre(String nombre)
+ getLote(): int
+ setLote(int lote)
+ getPeso(): int
+ setPeso(int peso)
+ getEnvasado(): String
+ setEnvasado(String envasado)
+ toString()
}
enum Parametro {
LOTE(1000, 2000)
PESO(1200, 1300)
- int limiteInferior
- int limiteSuperior
+ Parametro(int limiteInferior, int limiteSuperior)
+ getLimiteInferior(): int
+ getLimiteSuperior(): int
}
}
package service {
abstract ManejadorDeCalidad {
- nombre: String
- manejadorCalidadSiguiente: ManejadorDeCalidad
+ ManejadorDeCalidad(String nombre)
+ {abstract}comprobarCalidad(Articulo articulo): String
+ getNombre(): String
+ setNombre(String nombre)
+ getManejadorCalidadSiguiente(): ManejadorDeCalidad
+ setManejadorCalidadSiguiente(ManejadorDeCalidad manejadorCalidadSiguiente)
}
class ManejadorDeCalidadPorLote {
+ ManejadorDeCalidadPorLote(String nombre)
+ comprobarCalidad(Articulo articulo))
}
class ManejadorDeCalidadPorPeso {
+ ManejadorDeCalidadPorLote(String nombre)
+ comprobarCalidad(Articulo articulo))
}
class ManejadorDeCalidadPorEnvasado {
+ ManejadorDeCalidadPorLote(String nombre)
+ comprobarCalidad(Articulo articulo))
}
class CadenaDeManejadores {
- manejadorBase: ManejadorDeCalidad
+ CadenaDeManejadores()
+ getManejadorBase(): ManejadorDeCalidad
+ setManejadorBase(ManejadorDeCalidad manejadorBase)
}
}
model <.. service
Articulo .> Parametro
ManejadorDeCalidad <- ManejadorDeCalidad
CadenaDeManejadores .> ManejadorDeCalidad
ManejadorDeCalidad <|-- ManejadorDeCalidadPorLote
ManejadorDeCalidad <|-- ManejadorDeCalidadPorPeso
ManejadorDeCalidad <|-- ManejadorDeCalidadPorEnvasado
@enduml |
0ed5994ecae5e99e4f1287645191c38dd9e810b1 | b28e2ceadfccbb1d4da46409563cf578652bcd28 | /as-navigation/hi_navigation/app/src/main/java/org/devio/as/hi/hirouter/navigation.puml | b752a6929992835eb8718f4397ef1cc67adafdb6 | [] | no_license | Fimics/FimicsArchAndroid | 7a9ccecb16718fcda6de3eb386630ec1fa500a11 | 4dd6395bcb665fb97bbbb77f0e22631fc30b9192 | refs/heads/master | 2023-06-16T01:34:23.303661 | 2021-07-15T11:05:07 | 2021-07-15T11:05:07 | 343,059,987 | 4 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,493 | puml | @startuml
class NavHostFragment {
NavController NavController
app:navGraph
}
class NavController{
NavGraph mGraph//mobile_navigation.xml资源文件解析后生成的对象
NavigatorProvider mNavigatorProvider//导航器navigator管理者
Deque<NavBackStackEntry> mBackStack//回退栈管理
NavInflater mInflater//mobile_navigation.xml资源解析器
setGraph(int graphResId)
handleDeepLink(Intent intent)
navigate(int resId)
navigate(Uri deepLink)
navigate(int resId, Bundle args,NavOptions navOptions)
navigateUp()
popBackStack( int destinationId, boolean inclusive)
}
class NavigatorProvider{
HashMap<String, Navigator> mNavigators
addNavigator( String name, Navigator navigator)
Navigator getNavigator(String name)
}
abstract class NavDestination{
@interface ClassType{Class<?> value}
String mNavigatorName;
int id
onInflate(Context context AttributeSet attrs)
}
class NavGraph extends NavDestination{
SparseArrayCompat<NavDestination> mNodes
addDestination(NavDestination node)
NavDestination findNode(int resId)
void setStartDestination(int resId)
}
class FragmentDestination extends NavDestination{
setClassName(String className)
}
class DialogDestination extends NavDestination{
setClassName(String className)
}
class ActivityDestination extends NavDestination{
setData(@Nullable Uri data)
setIntent(Intent intent)
setTargetPackage(String packageName)
setComponentName(ComponentName name)
setAction(@Nullable String action)
}
class ActivityNavigator extends Navigator{
class ActivityDestination extends NavDestination{}
ActivityDestination createDestination()
navigate(Destination destination)
}
class FragmentNavigator extends Navigator {
class FragmentDestination extends NavDestination{}
FragmentDestination createDestination()
navigate(Destination destination)
}
class DialogFragmentNavigator extends Navigator{
class DialogDestination extends NavDestination{}
DialogDestination createDestination()
navigate(Destination destination)
}
class NavGraphNavigator extends Navigator{
NavGraph createDestination()
navigate(Destination destination)
}
abstract class Navigator<D extends NavDestination>{
@interface Name{String value}
navigate(D destination,Bundle args);
D createDestination()
}
NavHostFragment<---NavController
NavController<--NavigatorProvider
NavController<--NavGraph
NavGraph<--NavDestination
NavigatorProvider<--Navigator
note left of NavHostFragment:宿主\n所有Fragment都将嵌套在内
note left of NavController:导航控制器\n提供路由和回退能力
note left of NavigatorProvider:各种navigator的管理者\n实际就是个HashMap
note right of NavGraph:导航视图\nmobile_navigation.xml解析生成的对象,记录了所有页面节点
note left of Navigator:导航器\n子类必须复写createDest和navigate方法
note right of NavDestination:路由节点\n代表一个个的页面
note bottom of NavGraphNavigator:专门用来打开startDestination对应的页面
note bottom of ActivityNavigator:为Activity类型的页面提供导航服务
note bottom of FragmentNavigator:为Fragment类型的页面提供导航服务
note bottom of DialogFragmentNavigator:为DialogFragment类型的页面提供导航服务
note bottom of DialogDestination:DialogFragment节点类型
note bottom of ActivityDestination:Activity节点类型
note bottom of FragmentDestination:Fragment节点类型
@enduml |
baa34d4b991bf070978c9746ebbf2b26b02afce4 | a91911e5cb7152c74d512ef19e54f381b41944c4 | /src/main/java/ex45/ex45.puml | 5d268261347bfa496c8724759d8c633fbbff7789 | [] | no_license | Amos-L/Luo-cop3330-assignment3 | 1dca7c191ce1de8b86bb88f52a99f5f27de7e1ee | af0bf5cc87faad4dc3050f62dc98786b5fe873f1 | refs/heads/master | 2023-08-23T01:31:39.377738 | 2021-10-12T02:37:35 | 2021-10-12T02:37:35 | 416,156,903 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 457 | puml | @startuml
'https://plantuml.com/class-diagram
readFile <|-- Main
replaceWord <|-- readFile
writeout <|-- replaceWord
replaceWord <|-- Main
writeout <|-- Main
class Main {
-Call readFile
-Call replaceWord(readFile)
-Call writeout(replaceWord)
}
class readFile {
~Scanner x
~String inputs
~ArrayList<String> fileINputs
~String ListString
-listString
}
class replaceWord {
~newString
-newString
}
class writeout {
~FileWriter writer
-output.txt
}
@enduml |
15d595eb7246b4b13a0bd7222927399f384b3578 | 1a874b3427decfdc734e03583dd8cc63d657cdad | /app/src/main/java/com/example/airpnp/RentPackage/RentPackage.plantuml | c6b57e5e6c784b37588a46380a1684ff90cd8b73 | [] | no_license | IdoPerez/AirPnP | 0badff3de357d4add3e262115310e5ffed5d1dab | 785869469e7958e4d4acaf3f6a6ff7f0b5a07433 | refs/heads/master | 2023-06-05T01:16:14.054826 | 2021-06-23T06:16:55 | 2021-06-23T06:16:55 | 309,782,171 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,837 | plantuml | @startuml
title __RENTPACKAGE's Class Diagram__\n
namespace com.example.airpnp {
namespace RentPackage {
class com.example.airpnp.RentPackage.RentActivity {
~ autocompleteSupportFragment : AutocompleteSupportFragment
~ dayCheckBoxView : View
~ edName : EditText
~ fridayTV : TextView
~ fridayTime : TextView
~ mondayTV : TextView
~ mondayTime : TextView
~ nextStep : Button
~ priceLayout : EditText
~ saturdayTV : TextView
~ saturdayTime : TextView
~ sizeItems : ArrayList<SizeItem>
~ sizePosition : int
~ sizeSpinner : Spinner
~ sundayTV : TextView
~ sundayTime : TextView
~ thursdayTV : TextView
~ thursdayTime : TextView
~ timeLayout : EditText
~ tuesdayTV : TextView
~ tuesdayTime : TextView
~ wednesdayTV : TextView
~ wednesdayTime : TextView
{static} - API_KEY : String
- address : String
- city : String
- stPrice : String
+ onCreateView()
- createParkingSpace()
- inputCheck()
- onCheckBoxClicked()
- onDayCheckBoxClicked()
}
}
}
com.example.airpnp.RentPackage.RentActivity o-- com.example.airpnp.Helper.FirebaseHelper : firebaseHelper
com.example.airpnp.RentPackage.RentActivity o-- com.example.airpnp.LocationPackage.LocationControl : locationControl
com.example.airpnp.RentPackage.RentActivity o-- com.example.airpnp.UserPackage.ParkingSpaceControl : parkingSpaceControl
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
|
5c4cf948062783259df2c793ceb42eb39f4376c7 | e7ecb422129ddab476ecb64d72cf687bd39b0412 | /DIFFRENTIAL_EQUATIONS_ASSIGNMENT/src/sample/sample.plantuml | 5127f8f9408045bc0dbea94c25570507bdea2ea9 | [] | no_license | kalraUtkarsh/Differential_equations | 263c5468d67e900624c4f622d577691562c05143 | 454eefe509a920afdf67ccbbc73ec3fbfc8efd4e | refs/heads/master | 2020-09-10T07:13:22.028355 | 2019-11-14T12:08:34 | 2019-11-14T12:08:34 | 221,681,602 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,160 | plantuml | @startuml
title __SAMPLE's Class Diagram__\n
namespace sample {
class sample.Controller {
~ N : float
~ N0 : float
~ Xo : float
~ Yo : float
~ h : float
~ methodchoosinglist : ObservableList<String>
- Euler : CheckBox
- GerrorEuler : CheckBox
- GerrorImpeuler : CheckBox
- GerrorRunge : CheckBox
- Impeuler : CheckBox
- LerrorEuler : CheckBox
- LerrorImpeuler : CheckBox
- LerrorRunge : CheckBox
- Line_chart : LineChart<Float, Float>
- M : ChoiceBox<String>
- N0_text : TextField
- Runge : CheckBox
- Xo_text : TextField
- exact_choice : CheckBox
- h_text : TextField
- x : CategoryAxis
- x_text : TextField
- y : NumberAxis
- yo_text : TextField
+ draw()
- initialize()
}
}
namespace sample {
class sample.Errors {
+ Errors()
}
}
namespace sample {
class sample.Global_errors {
}
}
namespace sample {
class sample.Main {
{static} + main()
+ start()
}
}
namespace sample {
class sample.NumericalMethods {
+ Euler_globalerror()
+ Euler_localerror()
+ ImpEuler_globalerror()
+ ImpEuler_localerror()
+ NumericalMethods()
+ Range_globalerror()
+ X_values_gerror()
+ eulerMethod()
+ exactSolution()
+ improvedeEulerMethod()
+ rungeKuttaMethod()
+ runge_localerror()
+ solution()
+ x_values()
~ equation_helper()
}
}
sample.Controller o-- sample.Errors : Er
sample.Controller o-- sample.Global_errors : Ger
sample.Controller o-- sample.NumericalMethods : Nm
sample.Errors o-- sample.NumericalMethods : hello
sample.Global_errors o-- sample.NumericalMethods : yo
sample.Main -up-|> javafx.application.Application
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
fe3f03879a1fb2ef5315bdf1c4e1e6dd7a75cdd2 | 0f1e357d43db3a4ee4e4f3077ccfc94b9f00a4ad | /docs/TP5.plantuml | 28749a5028f1351502f7b5ccada7f8670455892c | [
"MIT",
"CC-BY-SA-3.0"
] | permissive | IUT-Blagnac/cpoa-tp5-romainaury | 96f6a5a5febeeda779666eace82e26500ea9d2ba | cb161262045440caf07c856837d8a1f5d59cf8af | refs/heads/master | 2023-01-29T16:40:14.688179 | 2020-12-11T16:44:16 | 2020-12-11T16:44:16 | 320,234,878 | 0 | 0 | MIT | 2020-12-11T11:16:06 | 2020-12-10T10:20:34 | Java | UTF-8 | PlantUML | false | false | 668 | plantuml | @startuml
class CourseViewer [[java:observer.nonpattern.CourseViewer]] {
-JPanel sliderPanel
-JPanel coursePanel
-Vector<JSlider> sliders
-JScrollPane scrollPane
-JButton button
+CourseViewer()
+void addCourse(CourseRecord courseRecord)
+void paint(Graphics g)
+void actionPerformed(ActionEvent arg0)
+void stateChanged(ChangeEvent arg0)
+{static}void main(String[] args)
}
class JFrame [[java:javax.swing.JFrame]] {
}
JFrame <|-- CourseViewer
interface ActionListener [[java:java.awt.event.ActionListener]] {
}
ActionListener <|.. CourseViewer
interface ChangeListener [[java:javax.swing.event.ChangeListener]] {
}
ChangeListener <|.. CourseViewer
@enduml |
8ec5d2b81342c8943caf15321c35c05acbd6b0bc | c31c6a0a579d06f5d8208120c3c28cea0f22f99b | /utility/final/MVC.puml | ce9d0bb18a3eea286c80eeba15b00ef0f8bdcc31 | [] | no_license | elenasl96/ing-sw-2019-6 | dc9d0851c69bf2c2018e6d5a098bb6b1666cc626 | 035626a290f26e2d5c24a2acad7a49c44003d324 | refs/heads/master | 2022-01-27T15:56:53.982270 | 2019-07-05T20:27:06 | 2019-07-05T20:27:06 | 176,553,576 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,350 | puml | @startuml
skinparam classAttributeIconSize 0
package model{
interface ModelObserver <<Interface>>{
+ onJoin(User): void
+ onLeave(User): void
+ onStart(): void
+ onUpdate(Update): void
}
}
package view{
interface View extends ModelObserver
class ViewClient implements View
class ViewGui implements View
}
package network{
package commands{
interface RequestHandler
interface ResponseHandler
interface Request
interface Response
}
interface RemoteController
Request --> RequestHandler
Response <-- RequestHandler
Response --> ResponseHandler
interface ClientHandler extends ModelObserver
class SocketClientHandler implements ClientHandler
class SocketClient implements RemoteController
class RMIClientHandler implements ClientHandler, RemoteController
}
package controller{
class TimerController implements ModelObserver
class ServerController implements RequestHandler
class GameController << (S,#FF7700) Singleton >>
class ClientController implements ResponseHandler
class ShootController << (S,#FF7700) Singleton >>
}
RemoteController --> ClientController
ClientController <-- View
ClientHandler <--> ServerController
RemoteController <-> ClientHandler: Socket
@enduml |
aab161eb80adfdea9c0081b47f3a019d172bc827 | f90c39ffff44a5a39493336c9c18331db8f8760f | /docs/logicView/analysisView/useCaseAnalysis/MoveRandom.puml | 9b9f454efb8e3f5a95db9b280c2edfa53215b5a3 | [] | no_license | Sertinell/klondike | e60d49defc893f459218c491a084e1872fddaa44 | 7c10f627fda6caf8b1ddc9e2cd6a59b218f34c53 | refs/heads/master | 2023-04-11T08:18:00.482272 | 2021-04-22T12:46:28 | 2021-04-22T12:46:28 | 338,658,308 | 0 | 9 | null | 2021-04-22T12:46:29 | 2021-02-13T19:59:43 | null | UTF-8 | PlantUML | false | false | 731 | puml | @startuml Analysis Random Movement
mix_actor Player
package views {
class GameView
class ErrorView
}
Player -right-> GameView
note on link: Selects Exit
package controllers {
class PlayController
class RandomMovementController{
-generateRandomAction()
}
PlayController *-left-> RandomMovementController
}
package models{
class Game
}
PlayController -up-> GameView
note on link : getAction()
RandomMovementController --> ErrorView
note on link : showError()
RandomMovementController --> Game
note on link: moveFromWasteToTableau(nPlie)\n\
moveFromTableauToTableau(sPile, sCard, dPile)\n\
moveFromTableauToFoundation(sPile, sCard)\n\
moveFromFoundationToTableau(sFoundation, dPile)
@enduml |
359a392717d1bab06e246eba553888b259ae5cb8 | 3719022897014e52297e0ab39b307408fb740107 | /src/main/java/de/shimunmatic/informationhub/service/definition/definition.plantuml | 83f460f89c68cb8a7eb621249e08ab47523855e7 | [] | no_license | shimunmatic/information-hub | 2bcdf8ba83f06570aa7552827a961b231e561a8b | f13c39b3b44975236d114e0e628be4fa3c5703cb | refs/heads/master | 2021-03-16T20:30:19.407191 | 2020-11-22T18:05:43 | 2020-11-22T18:05:43 | 246,939,810 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,493 | plantuml | @startuml
title __DEFINITION's Class Diagram__\n
namespace de.shimunmatic.informationhub {
namespace service.definition {
interface de.shimunmatic.informationhub.service.definition.CRUDService {
{abstract} + delete()
{abstract} + deleteById()
{abstract} + getAll()
{abstract} + getById()
{abstract} + save()
{abstract} + save()
{abstract} + update()
}
}
}
namespace de.shimunmatic.informationhub {
namespace service.definition {
interface de.shimunmatic.informationhub.service.definition.CountryStateService {
{abstract} + evictCacheForDailyUpdate()
{abstract} + fetchNewStatistic()
{abstract} + getAllForCountry()
{abstract} + getAllForCountryOnDate()
{abstract} + getAllForProcessedDate()
{abstract} + getAllForWorld()
{abstract} + getAllForWorldOnDate()
{abstract} + getListOfCountries()
}
}
}
namespace de.shimunmatic.informationhub {
namespace service.definition {
interface de.shimunmatic.informationhub.service.definition.ProcessedDateService {
{abstract} + getForFormattedProcessedDate()
{abstract} + getLastProcessedDate()
}
}
}
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
|
b3c78cbf1839511d835efe3de23b87323fbb4aa5 | 70b52b6b0217b218c77a7ab5acbdf2fce264e89f | /demo_java.plantuml | 05412a9977cbca3ce47a3fd69ed1f6fcbee84b41 | [] | no_license | 123cs/demo_java | b1f7befdd19640ccd241b85c5b297db02913588d | 209d9edeb6da39fe58e28190ad2327f7cb66645a | refs/heads/master | 2020-04-07T16:25:02.300852 | 2018-11-21T10:51:23 | 2018-11-21T10:51:23 | 158,528,295 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,369 | plantuml | @startuml
title __DEMO_JAVA's Class Diagram__\n
package cs.service.core {
package cs.service.core.resources {
abstract class AbstractResource {
}
}
}
package guice {
interface AnimalService {
}
}
package cs.service.core {
class App {
}
}
package guice {
package guice.pig {
class DefaultPigService {
}
}
}
package cs.service.core {
package cs.service.core.resources {
class DemoResource {
}
}
}
package guice {
package guice.pig {
class FakeService {
}
}
}
package guice {
class GuiceModule {
}
}
package cs.service.core {
package cs.service.core.filter {
class LoggingFilter {
}
}
}
package guice {
class Main {
}
}
package cs.service.core {
package cs.service.core.listeners {
class StartListeners {
}
}
}
DefaultPigService -up-|> AnimalService
DemoResource -up-|> AbstractResource
FakeService -up-|> AnimalService
GuiceModule -up-|> AbstractModule
LoggingFilter -up-|> Filter
StartListeners -up-|> ServletContextListener
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
|
a3a326727a4a7b43febfcdbe5dfb9b02f7b34483 | 85592c2f8d87903b27b3b6a1dd1f733231f6585c | /guava-tests/test/com/nanyin/test/design/bridge/bridge.puml | 5290241601692b6d585bedfe33c306eeb70ecc9c | [
"Apache-2.0"
] | permissive | NanYinIU/guava-with-comments | 52aa7248f4eb7f8d7bb8173b0d432de5a327490f | 04f402389aadc903ff4c595049dfb01575d3bd71 | refs/heads/master | 2021-06-27T20:31:52.847594 | 2019-06-28T03:04:02 | 2019-06-28T03:04:02 | 140,093,917 | 0 | 0 | Apache-2.0 | 2020-10-13T09:33:12 | 2018-07-07T15:05:44 | Java | UTF-8 | PlantUML | false | false | 452 | puml | @startuml
abstract class Shape{
+ color:Color
+ {abstract}buildShape():void
}
interface Color {
+ paint():void
}
class ColorBlue{
+ paint():void
}
class ColorRed{
+ paint():void
}
class ShapeCircle{
ShapeCircle()
buildShape():void
}
class ShapeSquare{
ShapeSquare()
buildShape():void
}
Shape <|--ShapeSquare
Shape <|-- ShapeCircle
Color <|.. ColorBlue
Color <|.. ColorRed
Color "1" o-- "1" Shape:has
App --> ShapeCircle
App --> ColorRed
@enduml |
eee4ae71afb8071273e0b99e0987bec57fc1d916 | 5653994dabf895da044b58d5d0dd22e3d004dcd6 | /src/site/design/oneD.puml | 8620f84580992c271da4a026369322a5f7544185 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | RayDeCampo/commons-numbers | 726101b43d18445edbb05b60bf534be17504248d | 0d64d85edac739593908f4a7d024c9e802109428 | refs/heads/master | 2021-06-11T13:45:29.147178 | 2017-01-09T02:58:45 | 2017-01-09T02:58:45 | 78,243,319 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,343 | puml | ' Licensed to the Apache Software Foundation (ASF) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' The ASF licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
package org.apache.commons.complex.geometry #ECEBD8 {
interface Space {
+int getDimension()
+Space getSubSpace()
}
note top
Space is mainly used as a parameter
for generics and to link d-dimensional
space with (d-1)-dimensional space
end note
interface "Vector<S extends Space>" as Vector_S_ {
+Space getSpace()
+Vector getZero()
+double getNorm()
+Vector add()
+Vector subtract()
+Vector negate()
+Vector normalize()
+Vector scalarMultiply()
+boolean isNaN()
+boolean isInfinite()
+double distance()
+double dotProduct()
}
Space <-- Vector_S_
package partitioning #DDEBD8 {
interface "Region<S extends Space>" as Region_S_
interface "Hyperplane<S extends Space>" as Hyperplane_S_
interface "SubHyperplane<S extends Space>" as SubHyperplane_S_
}
package euclidean #DDEBD8 {
package oned #DDDBD8 {
class Euclidean1D
class OrientedPoint
class Interval
class IntervalSet
Space <|.. Euclidean1D
Vector_S_ <|.. OrientedPoint
Region_S_ <|.. IntervalSet
}
}
}
@enduml
|
40a8cab27219d1cb27d82807cb25ad62ca9e8151 | f843c9d5922c2ef92cc3ca50f20f44184ed27ef8 | /src/main/java/ChaineResponsabilite/Mail/README.puml | 4ac26d9a446146f0f031f9411ce88d36909d8edc | [] | no_license | yvanross/LOG121-GOF-exemples | c80a4d1b29f0b953e4666e100a82d4fde1923bea | 7cff56d019b40901ed54b85a62d69317cf61da59 | refs/heads/master | 2023-05-04T07:39:48.742354 | 2021-05-21T13:43:50 | 2021-05-21T13:43:50 | 261,219,115 | 2 | 25 | null | 2021-01-25T22:44:14 | 2020-05-04T15:11:44 | Java | UTF-8 | PlantUML | false | false | 545 | puml |
@startuml Diagramme de classe
skinparam style strict
class Analyser
class ComplaintHandler extends Handler
class Demo
class FanHandler extends Handler
abstract class Handler{
+setProchain(Handler successor) : void
+handleRequest(Mail mail): void
+printMsg(String s) : void
}
class Mail
class NewLocationHandler extends Handler
class NormalHandler extends Handler
class SpamHandler extends Handler
Demo -> "*" Handler
Handler -up-> Mail: Analyse
Analyser -> Handler
Demo -> Analyser
Handler -down-> Handler: prochain hanbler
@enduml |
62ec73bfde179cee370ce08f9fa6690a5021dc8b | 58bbfceefa4ee368a32526a05a3a35ba4123772d | /diagrams/plantuml-src/class-diagram.puml | 1680a02b56351852f27bf9e0940d5ff64e326ce0 | [] | no_license | skarning/software-engineering-gr14-project | f16946c93fb0463821b44f8c4de1b9ea8a89a91d | 44c46809d6b396a9f0253fd9f9cac16c63ab7965 | refs/heads/master | 2020-08-02T00:16:42.287934 | 2020-01-10T13:11:56 | 2020-01-10T13:11:56 | 211,172,826 | 2 | 0 | null | 2019-11-18T22:43:16 | 2019-09-26T20:08:31 | Java | UTF-8 | PlantUML | false | false | 2,159 | puml | @startuml
title Sports App - Class Diagram
package Models {
class Event {
-int eventId
-String eventTitle
-String eventDescription
-String location
-LocalDateTime eventStart
-LocalDateTime eventEnd
-ArrayList<Competition> competitions
}
class Competition {
-int competitionId
-ArrayList<Result> results
-ArrayList<Participant> participants
-LocalDateTime competitionStart
}
abstract class Person {
-int personId
-String firstName
-String lastName
-int age
}
class Athlete {
-Team team
}
class User {
-int userId
-String userName
-String password
-UserLevels userLevel
}
class Participant {
-Athlete athlete
-int participantId
}
class Team {
-String teamName
-ArrayList<Athlete> athletes;
}
class Club {
-String clubName
-String location
-ArrayList<Team> teams
}
class Result {
-Participant participant
-long time
-long timeDiff
}
Event *-right- Competition
Competition *-down- Participant
Person <|-down- Athlete
Person <|-down- User
Participant --> Athlete
Team *-left- Athlete
Club *-left- Team
Competition *-right- Result
Result --> Participant
}
package Repositories {
interface IRepository<<T>> {
}
class UserRepository {
}
class EventRepository {
}
class ClubRepository {
}
class IdRepository {
}
IRepository <|-down- UserRepository
IRepository <|-down- EventRepository
IRepository <|-down- ClubRepository
IRepository <|-down- IdRepository
}
package Client {
class loginWindowController {
}
class clubWindowController {
}
class adminWindowController {
}
class deletEventWindowController {
}
class eventViewController {
}
}
Client --- Models
Client - Repositories
@enduml |
96390d84035f36f4bed36430456ee04b43d851dc | b615d963ae1cfa22289775c561dd073b55a71ebd | /docs/uml-class-diagrams/middleware01/production/MiddlewareGisInterface/MiddlewareGisInterface.puml | b198a386edc120244adad47663182329c02663f6 | [] | no_license | elilley15/csi-3370-software-project | 8062dddf435ab0c7941acdf03225f84c18457947 | d2642cf649dabeafd6d9753c483b9df265d85118 | refs/heads/main | 2023-01-18T15:48:03.237629 | 2020-11-28T21:24:10 | 2020-11-28T21:24:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 356 | puml | @startuml MiddlewareGisInterface
package edu.oakland.production.middleware01 {
interface MiddlewareGisInterface {
__
.. Use Case 1 ..
{abstract} + String receiveGpsSignalStrength(Satellite satelliteSignal)
.. Use Case 2 ..
{abstract} + String receiveGpsSignalStrength(Satellite satelliteSignal)
}
}
@enduml |
0c0406d50b01e51bb82f2ef4bc28ce15ba75a0fe | 0992a598a77d620c86b163e92c2a0259e1c5efe1 | /docs/sprint2/diagrams/ClassDiagramNew.puml | b2874b9d2346aad7b197ff73188380233f061b16 | [] | no_license | dev-rbatista/Tutorial_Local_Smoke_Test_with_Docker_Containers-Gradle | a78f2c5a85e72035db2091e79b8c75ddfff8c7fb | cad9b52d66a2f91c93919feaee5250303d230752 | refs/heads/master | 2023-06-17T23:27:34.990780 | 2021-07-15T15:36:57 | 2021-07-15T15:36:57 | 386,325,650 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,724 | puml | @startuml
left to right direction
title Class Diagram - SP02 CLASS DIAGRAM
skinparam linetype ortho
hide empty members
package controllers {}
class Application {
}
class CategoryService {
}
class StandardCategory {
}
class CustomCategory {
}
class FamilyService {
}
class AccountService {
}
class TransactionService {
}
class RelationService{
}
class Family {
}
class CashAccount {
}
class Account {
}
class FamilyMember {
}
class MoneyValue {
}
class Relation {
}
class CashTransaction {
}
interface Account {
}
interface Transaction {
}
interface Category{
}
controllers --> Application
Application --> FamilyService : has
Application --> CategoryService : has
Application --> AccountService : has
Application --> TransactionService : has
Application --> RelationService : has
CategoryService --> StandardCategory
'CategoryService -left-> CategoryTreeDTO : creates
'FamilyService -right-> FamilyWithoutAdministratorDTO : creates
FamilyService --> Family : has list
Family --> CashAccount : has
Family --> CustomCategory : \n\n has
Family --> FamilyMember : has list
class StandardCategory implements Category
class CustomCategory implements Category
FamilyMember --> Account : has list
class CashAccount implements Account
class CreditCardAccount implements Account
class BankSavingsAccount implements Account
class BankAccount implements Account
Account -* AccountData : contains
AccountService --> Account: handles
Family --> Relation : has list
RelationService --> Relation : handles
class CashTransaction implements Transaction
TransactionService --> Transaction: handles
Account --up> Transaction: has list
AccountData -* MoneyValue : contains
Transaction -* MoneyValue : contains
@enduml
|
35a10ee687d1cc3477ddf9b591355288a32222f4 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TMPro_InstructionOverlay.puml | d8a5a721c0d5693474bd342d54902e3439f45639 | [] | 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 | 418 | puml | @startuml
class TMPro_InstructionOverlay {
Awake() : void
Set_FrameCounter_Position(anchor_position:FpsCounterAnchorPositions) : void
}
enum FpsCounterAnchorPositions {
TopLeft,
BottomLeft,
TopRight,
BottomRight,
}
MonoBehaviour <|-- TMPro_InstructionOverlay
TMPro_InstructionOverlay o-> "AnchorPosition" FpsCounterAnchorPositions
TMPro_InstructionOverlay +-- FpsCounterAnchorPositions
@enduml
|
ba45f6241856d8f4d18ae889f4315a92a3da2945 | c9f776512224bea54ea954daabce3684cf2993f0 | /android/6pan2/app/src/main/java/cn/cdut/a6pan/DataBase/DataBase.plantuml | bbc98b76da4ed6805d4b46b6fd36f6938ca5d91e | [
"MIT"
] | permissive | mooleetzi/lab | d1ff5434981eb934de75d699acefb3b9b1a2c4a7 | 57df24f6e4f439eb4fad3f2217d3b8fd6f609a6b | refs/heads/master | 2020-06-09T12:34:05.968034 | 2020-01-07T01:58:47 | 2020-01-07T01:58:47 | 193,438,979 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 570 | plantuml | @startuml
title __DATABASE's Class Diagram__\n
namespace cn.cdut.a6pan {
namespace DataBase {
abstract class cn.cdut.a6pan.DataBase.FileDataBase {
{static} - instance : FileDataBase
{static} + getDataBase()
{abstract} + getFileDao()
}
}
}
cn.cdut.a6pan.DataBase.FileDataBase -up-|> androidx.room.RoomDatabase
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
|
350d59779623f0353d1149b5da4d685217ee2b93 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test/java/spec/concordion/common/command/verifyRows/results/results.plantuml | d6827971705ad13b9adf8dc026b8a8eaaddcd62c | [
"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 | 1,427 | plantuml | @startuml
title __RESULTS's Class Diagram__\n
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.verifyRows {
package spec.concordion.common.command.verifyRows.results {
class MissingRowsTest {
- people : List<Person>
+ addPerson()
+ getOutputFragment()
+ getPeople()
}
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.verifyRows {
package spec.concordion.common.command.verifyRows.results {
class Person {
+ firstName : String
+ lastName : String
+ birthYear : int
+ Person()
}
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.verifyRows {
package spec.concordion.common.command.verifyRows.results {
class SurplusRowsTest {
+ addPerson()
}
}
}
}
}
MissingRowsTest +-down- Person
SurplusRowsTest -up-|> MissingRowsTest
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
|
af9b9d5fc547c5206faaf29f0dea1a93df1e4fbf | 751781b4d947495d9a8e2cd7a21f60342fba46e5 | /test3/puml文档/class.puml | b9f91ac8332f13efc8d692778a10ae50463d20be | [] | no_license | Wangzhenzhenya/is_analysis | 87229412176c5ffce548ff7f5393293eb9ce7bc3 | a7c278af5028f16aa29bf8f0c13aebeb0df4b741 | refs/heads/master | 2022-06-28T15:16:47.521273 | 2020-05-15T06:55:15 | 2020-05-15T06:55:15 | 244,304,420 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,739 | puml | @startuml
'在类OPAC(馆藏目录)中记录了所有的馆藏资源品种
class OPAC
{
-ArrayList<ResKind> resKind
{method} +ResKind[] setResKind(ArrayList<ResKind> res)
{method} +ResKind[] getResKind(ArrayList<ResKind> res)
}
'在类ResKind(馆藏资源品种)类中记录了各自的馆藏资源品种,封装属性有资源名称,国际出版号,价格,简介,馆藏数量,可借数量
class ResKind{
-resName
-ISBN
-price
-BrifeIntro
-num
-availbale
{method} +void setResName()
{method} +void getResName()
{method} +void setISBN()
{method} +void getISBN()
{method} +void setPrice()
{method} +void getPrice()
{method} +void setBrifeIntro()
{method} +void getBrifeIntro()
{method} +void setNum()
{method} +void getNum()
{method} +void setAvailbale()
{method} +void getAvailbale()
}
OPAC "1" -- "1..*" ResKind
'在ReserveRecord(预定记录)类中封装了预定日期
class ReserveRecord{
-reserveDate
{method} +void setReserveDate()
{method} +void getReserveDate()
}
ResKind "1" -- "*" ReserveRecord:hasReserved
'在Reader(读者)类中封装了用户姓名,身份证号,借书卡号,图书限额,已借图书数,碟片限额,已借碟片数
class Reader{
-userName
-idCard
-borrowNum
-bookMax
-bookBorrow
-discMax
-discBorrow
{method} +void setUserName()
{method} +void getUserName()
{method} +void setIdCard()
{method} +void getIdCard()
{method} +void setBorrowNum()
{method} +void getBorrowNum()
{method} +void setBookMax()
{method} +void getBookMax()
{method} +void setBookBorrow()
{method} +void getBookBorrow()
{method} +void setDiscMax()
{method} +void getDiscMax()
{method} +void setDiscBorrow()
{method} +void getDiscBorrow()
}
ReserveRecord "*" -- "1" Reader
'在BorrowRecord(借书记录)类中封装了借书日期,归还日期
class BorrowRecord{
-borrowDate
-backDate
{method} +void setBorrowDate()
{method} +void getBorrowDate()
{method} +void setBackDate()
{method} +void getBackDate()
}
Reader -- BorrowRecord
'在ResOpt(资源项)类中封装了馆藏流水号,状态
class ResOpt{
-saveNum
-status
{method} +void setSaveNum()
{method} +void getSaveNum()
{method} +void setStatus()
{method} +void getStatus()
}
BorrowRecord "0..1" --"1"ResOpt
ResOpt "*" --* "1" ResKind :possess
'在DiscKind(碟片品种)类中封装了碟片类型,碟片数,制作公司
class DiscKind{
-disctype
-discnum
-madeCompany
{method} +void setDisctype()
{method} +void getDisctype()
{method} +void setDiscnum()
{method} +void getDiscnum()
{method} +void setMadeCompany()
{method} +void getMadeCompany()
}
'在BookKind(图书品种)类中封装了作者,出版社,出版日期
class BookKind{
-author
-press
-pubDate
{method} +void setAuthor()
{method} +void getAuthor()
{method} +void setPress()
{method} +void getPress()
{method} +void setPubDate()
{method} +void getPubDate()
}
DiscKind --^ ResKind
BookKind --^ ResKind
'在BookManager(图书管理员)类中封装了职工号,姓名
class BookManager{
-employeeId
-employeeName
{method} +void setEmployeeId()
{method} +void getEmployeeId()
{method} +void setEmployeeName()
{method} +void getEmployeeName()
}
BookManager "1" -- "*" BorrowRecord:register
'在OverdueRec(逾期记录)类中封装了逾期天数
class OverdueRec{
-overdueDays
{method} +void setOverdueDays()
{method} +void getOverdueDays()
}
OverdueRec "0..1" -- "1" BorrowRecord
'在FineDetails(罚款细则)类中封装了罚款数
class FineDetails{
-fineNum
{method} +void setFineNum()
{method} +void getFineNum()
}
FineDetails "0..1" -- "*" OverdueRec
@enduml |
c0e1e56a8d3d39ed4c00981f5a3610928d3460a9 | b83a52601e77c9cfc4f554bee53c52a695a5230c | /docs/diagrams/exceptions.plantuml | 9290ba616f7e76f00ccdc9735a1e1ce939b739b7 | [] | no_license | dgc5213/ip | d67878842064ce8ef535d53e7e1d6456d44399fa | 23517781e08fbb598d1ac0d6e19ed56609b16cc8 | refs/heads/master | 2023-03-24T20:29:17.523477 | 2021-03-16T13:49:55 | 2021-03-16T13:49:55 | 289,248,293 | 0 | 0 | null | 2021-03-16T13:23:34 | 2020-08-21T11:02:04 | Java | UTF-8 | PlantUML | false | false | 236 | plantuml | @startuml
title __EXCEPTIONS's Class Diagram__\n
namespace duke {
namespace exceptions {
class duke.exceptions.DukeException {
+ DukeException()
}
}
}
right footer
PlantUML
endfooter
@enduml
|
70b73e10bce01516c679347b12b07cd78fa13a39 | aebdf145ec521430161be7c55a91e611508e60bf | /assets/meal.plantuml | aab5f3a74381b4d3d760210183889b73b299ccec | [
"MIT"
] | permissive | SimonGrad/hsro-inf-wt.github.io | 031245d328a93789db3424381cc90cfd5332a921 | 39f219084a93ada889645cccbb16cd3b9b02fdbd | refs/heads/master | 2021-10-01T18:44:19.544354 | 2018-11-28T11:56:22 | 2018-11-28T11:56:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 215 | plantuml | @startuml
class Meal {
+Meal(name: String, ingredients: String[])
+isVegan(): Boolean
+isVegetarian(): Boolean
+isGlutenFree(): Boolean
+hasPork(): Boolean
+hasChicken(): Boolean
+getPrice(): Number
}
@enduml |
d9ecead568dc96201b7e8e9d5ebfb8519dc5afa8 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AssociateRoleBuyerAssignableChangedMessagePayload.puml | 95dff075707c94b9f6852b9eb796754a30268fb2 | [] | 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 | 483 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface AssociateRoleBuyerAssignableChangedMessagePayload [[AssociateRoleBuyerAssignableChangedMessagePayload.svg]] extends MessagePayload {
type: String
buyerAssignable: Boolean
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
|
4e515a84af79c60b6d837c915474df47d7ea3aec | a3faded5a55bc21be298300d143d41f6e50a9ce6 | /create-proto-type-design/proto-type-design.puml | 32443651a4e2a8a43585f71193fbcefe14034947 | [] | no_license | qiding1991/design-pattern | 7c506e5d4abd1f010751f644888d422cd01dbf36 | 696fd672b0badbeab9fda8aa57c42fe8bbfe55e1 | refs/heads/master | 2021-07-16T03:15:50.424962 | 2019-10-23T13:41:05 | 2019-10-23T13:41:05 | 215,778,627 | 0 | 1 | null | 2020-10-13T16:56:06 | 2019-10-17T11:44:06 | Java | UTF-8 | PlantUML | false | false | 305 | puml | @startuml
interface Closeable{
+ clone():object
}
class Realizetype {
- name:String
+ getName():String
+ setName(String name):void
+ clone():Object
}
class Client{
+ getRealizetype():Realizetype
}
Closeable<|.. Realizetype
Realizetype <.. Client
@enduml |
c482e4afe8f7bc6b47a1a9b7039c6c324784da67 | 1ecff489e86a8f4256945c76fae3649be2a9bc2e | /app/src/main/java/com/example/pis_entrega1/Activities/Activities.plantuml | da8bc5b02aed252066203002d653a2d2b8a2e873 | [] | no_license | SergioFerrando/Unobliviate | 42632b15bf4055a7f30f291dbdb651d90afa56bd | 0f82ce3b886f3e1e02a31cfaa503c300e1a7297e | refs/heads/master | 2023-05-14T19:57:28.590312 | 2021-06-04T12:09:48 | 2021-06-04T12:09:48 | 351,016,418 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,005 | plantuml | @startuml
title __ACTIVITIES's Class Diagram__\n
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.AudioNote {
~ titleView : EditText
- isRecording : boolean
- recorder : MediaRecorder
+ goToAudioRecorded()
+ onActivityResult()
+ onClick()
# onCreate()
- startRecording()
- stopRecording()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.AudioRecorded {
~ name : EditText
~ position : int
+ goFromAudioRecord()
+ goToShareIntent()
+ onActivityResult()
+ onClick()
+ startPlaying()
# onCreate()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.AuthActivity {
~ Password : EditText
~ checkBox : CheckBox
~ editor : Editor
~ email : EditText
~ error : TextView
~ preferences : SharedPreferences
+ ErrorLogin()
+ goToForgetPassword()
+ goToMainIntent()
+ logIn()
+ onActivityResult()
+ onClick()
+ onSharedPreferenceChanged()
+ register()
# onCreate()
- loadPreferences()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.ForgotPassword {
~ email : EditText
+ onClick()
+ onCreate()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.MainActivity {
+ actionBarDrawerToggle : ActionBarDrawerToggle
+ drawerLayout : DrawerLayout
+ parentContext : Context
~ addNote : ExtendedFloatingActionButton
~ clicked : boolean
~ fabAudio : FloatingActionButton
~ fabPhoto : FloatingActionButton
~ fabText : FloatingActionButton
~ navigationView : NavigationView
~ simpleCallback : SimpleCallback
- mRecyclerView : RecyclerView
+ goTOAudioNote()
+ goToCameraNote()
+ goToTextNote()
+ onActivityResult()
+ onClick()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
+ setLiveDataObservers()
# onCreate()
~ passDataAudio()
~ passDataPhoto()
~ passDataText()
~ setTable()
- fromDeleteMode()
- setFloatingActionButtons()
- setMenu()
- toDeleteMode()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.PhotoNote {
{static} ~ REQUEST_IMAGE_CAPTURE : int
~ path : String
~ title : EditText
+ PhotoNote()
+ goToMainIntent()
+ onBackPressed()
+ onClick()
# onActivityResult()
# onCreate()
- createImageFile()
- dispatchTakePictureIntent()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.PhotoTaken {
~ miniatura : ImageView
~ path : String
~ position : int
~ title : TextView
+ goFromPhotoNote()
+ goToMainIntentNoSave()
+ goToMainIntentSave()
+ onClick()
# onCreate()
- goToShareIntent()
- setPic()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.TextNote {
~ content : EditText
~ existente : boolean
~ position : int
~ title : EditText
+ CheckList()
+ goToMainIntent()
+ goToShareIntent()
+ onClick()
# onCreate()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.VentanaFlotante {
~ no : Button
~ yes : Button
# onCreate()
}
}
}
com.example.pis_entrega1.Activities.AudioNote .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.AudioNote -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.AudioNote o-- com.example.pis_entrega1.Note.Recording : rec
com.example.pis_entrega1.Activities.AudioRecorded .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.AudioRecorded -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.AudioRecorded o-- com.example.pis_entrega1.Note.Recording : rec
com.example.pis_entrega1.Activities.AuthActivity .up.|> android.content.SharedPreferences.OnSharedPreferenceChangeListener
com.example.pis_entrega1.Activities.AuthActivity .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.AuthActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.ForgotPassword .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.ForgotPassword -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.MainActivity .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.MainActivity o-- com.example.pis_entrega1.Model.MyAdapter : mAdapter
com.example.pis_entrega1.Activities.MainActivity o-- com.example.pis_entrega1.Model.MainActivityViewModel : viewModel
com.example.pis_entrega1.Activities.PhotoNote .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.PhotoNote -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.PhotoNote o-- com.example.pis_entrega1.Note.Photo : photo
com.example.pis_entrega1.Activities.PhotoTaken .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.PhotoTaken -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.PhotoTaken o-- com.example.pis_entrega1.Note.Photo : p
com.example.pis_entrega1.Activities.TextNote .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.TextNote -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.TextNote o-- com.example.pis_entrega1.Note.Text : text
com.example.pis_entrega1.Activities.VentanaFlotante -up-|> androidx.appcompat.app.AppCompatActivity
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
|
87a2a80681db3946aaba5cbde7fff0fa2d115a9a | e5c8e978ff9927b820e5ecd06ae65a844ce0cb30 | /src/hyuki01/Adapter/exercise2/uml/FileProperties.puml | 754af413e36fea22d56a8b7521c20095d8fd7b4a | [] | no_license | komiura57/design-pattern-exercise | fe31704a01ff5fcc1329a86cf029cb1ee92ac736 | 65cbf37780999b8852102c9452269a2c5871e2fd | refs/heads/master | 2021-01-20T00:21:15.026118 | 2017-05-05T09:18:48 | 2017-05-05T09:18:48 | 89,117,001 | 0 | 0 | null | 2017-05-05T09:18:49 | 2017-04-23T04:23:36 | Java | UTF-8 | PlantUML | false | false | 332 | puml | @startuml
class Main
interface FileIO {
+ void readFromFile()
+ void writeToFile()
+ void setValue()
+ String getValue()
}
FileIO <-- Main : uses <
class FileProperties
FileIO <.. FileProperties : implements <
class java.util.Properties
FileProperties --|> java.util.Properties : extends >
@enduml |
ff01de44c0b9b92dec2481e4bda9d9d1ed1b5168 | 1f63295dfb7f5b29205dfc16a4260bb45fc5d4b0 | /documents/database.plantuml | 73de3b3ff71dd43ea3ebc065f7f194fc1dc6a40e | [] | no_license | emfigo/kophinos | ffe904eba5b8dab9032cdec767e66a76e6458cde | 602eee58a1ff1639311f01d970ce6176ad46e240 | refs/heads/master | 2023-01-02T19:32:49.151073 | 2020-10-22T10:34:08 | 2020-10-22T10:34:08 | 305,315,278 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 724 | plantuml | @startuml
class Users {
id : uuid
first_name : string
last_name : string
email : string
}
class UserAuthenticationDetails {
id : uuid
user_id : uuid
email : string
password : string
token: string
}
class Wallets {
id : uuid
user_id : uuid
balance_cents: int
currency: str
}
class Transactions {
id : uuid
wallet_id : uuid
amount_cents: int
type: str [credit | debit]
created_at: utc_date
}
class Transfers {
id : uuid
sender_user_id : uuid
receiver_user_id : uuid
amount_cents: int
currency: str
created_at: utc_date
}
Users "1" *--* "1*" UserAuthenticationDetails
Users "1" *-- "0..*" Wallets
Users "1" *-- "0..*" Transfers
Wallets "1" *-- "0..*" Transactions
@enduml
|
d4c314570b7e5edebbe94e7d243f57a1c35c39b4 | 06b4f9b29e51db9eef79b9f9828f3aa369840ec1 | /src/main/java/Grid/Grid.plantuml | c2c13f8617bf841ca8b769ea0f5a0e9053b8a872 | [] | no_license | inf112-v19/Thebadguys | d650f57d5b23824e82498cfc55c7026d29a59762 | ec1cbbd1ab466b1482fb0a72b466f351481d4917 | refs/heads/master | 2020-04-19T11:14:13.465654 | 2019-05-03T17:29:09 | 2019-05-03T17:29:09 | 168,161,605 | 0 | 0 | null | 2019-03-08T14:24:40 | 2019-01-29T13:44:35 | Java | UTF-8 | PlantUML | false | false | 882 | plantuml | @startuml
title __GRID's Class Diagram__\n
package Grid {
enum Direction {
NORTH
SOUTH
EAST
WEST
}
}
package Grid {
interface IGrid {
{abstract} + getHeight()
{abstract} + getWidth()
{abstract} + set()
{abstract} + set()
{abstract} + get()
{abstract} + get()
{abstract} + copy()
}
}
package Grid {
class MyGrid {
- tiles : List<T>
- height : int
- width : int
+ MyGrid()
+ getHeight()
+ getWidth()
+ set()
+ set()
+ get()
+ get()
+ copy()
}
}
MyGrid -up-|> IGrid
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
|
caf313a678f0812ad09451a8cd9c778cc5077f82 | 8c59fbc94a2ba7fa9a12c10991fe334cda0df128 | /metrics/web/docs/features/metrics_logger/diagrams/metrics_logger_sentry_class_diagram.puml | a9fcd23321aeef14c2e8b62447ea092f91c9c2a7 | [
"Apache-2.0"
] | permissive | solid-vovabeloded/flank-dashboard | 7e952fa1399585d3f15cae2ed2cab435fb82df3f | 15dae0c40823cc12886a1bb0c087442c0697ac89 | refs/heads/master | 2023-07-11T19:54:58.430004 | 2021-08-06T10:29:26 | 2021-08-06T10:29:26 | 389,593,827 | 0 | 0 | Apache-2.0 | 2021-07-26T10:33:52 | 2021-07-26T10:25:59 | null | UTF-8 | PlantUML | false | false | 1,442 | puml | @startuml metrics_logger_class_diagram
package metrics {
class MetricsApp {}
package metrics_logger {
package writers {
interface LoggerWriter {
+ writeError(Object error, [StackTrace stackTrace]) : FutureOr<void>
+ setContext(String key, dynamic context) : FutureOr<void>
}
}
package sentry as sentry_logger {
package writers as sentry_writers {
class SentryWriter implements LoggerWriter {
+ //static// init(String dsn, String release, {SentryEventProcessor eventProcessor}) : SentryWriter
+ writeError(Object error, [StackTrace stackTrace]) : Future<void>
+ setContext(String key, dynamic context) : void
}
}
package event_processors {
interface SentryEventProcessor {
+ call(SentryEvent event, {dynamic hint}) : FutureOr<SentryEvent>
}
}
}
class MetricsLogger {
- //static// _loggerWriter : LoggerWriter
+ //static// initialize(LoggerWriter loggerWriter, Map<String, dynamic> contexts) : Future<void>
+ //static// logError(Object error, [StackTrace stackTrace]) : Future<void>
+ //static// setContext(String key, dynamic context) : Future<void>
}
}
}
package sentry {
class Sentry {}
}
MetricsApp --> MetricsLogger : uses
MetricsLogger --> LoggerWriter : uses
SentryWriter -right-> Sentry : uses
SentryWriter --> SentryEventProcessor : uses
@enduml
|
2ae0d583ef50c16df5d8a70c580609296fd1f6aa | 3d3ad4dd3a7c442e5addaa3a8025766032aa66ad | /src/main/resources/FigureDiagram.puml | 8e2a01056b72a7ce89ca33075dad66f47c229140 | [] | no_license | shramkoaleksey90/Figures | 1dfba5c44bd6df275735494084be75f1a28a0f17 | 1ecb81c71d74aa67770965cec0d16c5b4e4bf99b | refs/heads/master | 2021-01-03T12:19:30.887053 | 2020-03-02T20:48:26 | 2020-03-02T20:48:26 | 240,082,651 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,891 | puml | @startuml
package com.testmatick{
Figure --> Drawable
Figure <|-- Circle
Figure <|-- Quadrate
Figure <|-- Triangle
Figure <|-- Trapezoid
Figure +-- Colors
GeneratorFigures o-- Figure
Main ..> GeneratorFigures
Main ..> Figure
package drawing{
Drawable <|.. DrawCircle
Drawable <|.. DrawQuadrate
Drawable <|.. DrawTrapezoid
Drawable <|.. DrawTrinagle
}
abstract class Figure{
+ figureName : String
- figureColor : String
- colorList : ArrayList
# drawable : Drawable
--
+ {abstract} getArea() : double
+ executeDrawing();
+ getFigureColor() : String
+ setFigureColor(int numberOfColor)
+ rounding(double value) : double
}
class Circle{
- circleRadius : int
- {static} PI : double
--
+ Circle (int radius)
+ getArea() : double
+ getCircleRadius() : int
+ setCircleRadius(int radius)
}
class Quadrate{
- quadrateSide : int
--
+ Quadrate(int side)
+ getArea() : double
+ getQuadrateSide() : int
+ setQuadrateSide(int side)
}
class Triangle{
- triangleBase : int
- triangleHeight : int
--
+ Triangle(int triangleBase, int triangleHeight)
+ getHypotenuse() : double
+ getArea() : double
}
class Trapezoid{
- largerBase : int
- smallerBase : int
- leftSide : int
- rightSide : int
- trapezoidHeight : double
--
+ Trapezoid(int largerBase, int smallerBase, int leftSide)
- calculateHeight()
+ getArea() : double
+ getTrapezoidHeight() : double
}
class GeneratorFigures{
- figures : ArrayList
- random : Random
--
generateListOfFigures()
+ getFigures() : List<Figure>
}
class Main{
{static} void main()
}
interface Drawable{
draw()
}
enum Colors {
RED,
ORANGE,
YELLOW,
GREEN,
BLUE,
VIOLET,
BLACK,
BROWN,
WHITE,
GRAY
}
}
@enduml |
68ccc766ff3400fc6402c2bbc661c08ffc57ffb7 | ac73e2089c6d4ddbb652f048c0e7ead6360c57ea | /docs/diagrams/src/command.plantuml | 535e4b35bef1a447eb3c47a33b0708450a24414a | [] | no_license | torrespro/requirements | bd9ced7202acdadbaa6d05023db42822a0195e7d | c51a8a29034a39843ea99aa7d9d83d9fdf0e45b2 | refs/heads/master | 2023-09-04T02:11:25.244353 | 2021-10-20T15:17:21 | 2021-10-20T15:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,553 | plantuml | @startuml Command
class Supermarket {
-{static} CLOSING TIME: double = 20.0
- Supermarket()
- set(): void
+{static} main(args : String"[]") :void
}
class Menu <<factoryMethod>> {
+ Menu()
# setCommands() :void
# set(ticket: Ticket) : void
+ execute( ticket: Ticket) :void
- write(): void
- getOption() : int
+ closed() : boolean
}
class Command <<command>> {
#Command (title : String)
+ set(ticket : Ticket) : void
+ getTitle() : String
+ execute() : void
}
class Ticket {
+ add(line : Line) : void
+ lines() : int
+ getLine (number : int) : Line
+ close() : void
+ toString() : String
+ Ticket(header, footer : Footer)
+ setLineTicketOperation (lineTicketOperation : TicketVisitor) : void
+ setGlobalTicketOperation( globalTicketOperation : TicketVisitor) : void
+ open(): void
}
class ExitCommand {
- closed : boolean
# ExitCommand()
+ execute() : void
+ closed() : boolean
+ reset() : void
}
class SaleLineCommand {
+ SaleLineCommand()
+ execute() : void
}
class RepetitionLineCommand {
+ RepetitionLineCommand()
+ execute() : void
}
class CancelationLineCommand {
+ CancelationLineCommand()
+ execute() : void
}
class ReturnLineCommand {
+ ReturnLineCommand()
+ execute() : void
}
Supermarket -down-> Menu :- menu
Supermarket .down.> Ticket
Menu -right-> "0.*" Command :#commandList
Command -right-> Ticket :#ticket
Menu -down-> ExitCommand :- exitCommand
Command <|-down- ExitCommand
Command <|-down- SaleLineCommand
Command <|-down- RepetitionLineCommand
Command <|-down- CancelationLineCommand
Command <|-down- ReturnLineCommand
@enduml
|
88eadc1f0fac8fe425080c4ca71427bd441db7c5 | ed45ea4470bcfc497e2584697d7842a540e04fd9 | /ros2/navigation2/nav2_controller/controller_server.puml | 464e0ead1550ea1d4d18ca7049a6f995926a350b | [] | no_license | cf-zhang/documents | ffcd8213587f8aa9c47406cf2491bf77beec9c33 | 8a4439932017b67fba7988ff7fadd9829bce1e4c | refs/heads/master | 2022-03-03T13:52:27.333343 | 2022-02-25T11:31:22 | 2022-02-25T11:31:22 | 154,789,912 | 11 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,798 | puml | @startuml
'https://plantuml.com/class-diagram
namespace nav2_controller{
class ProgressChecker
class ControllerServer{
-- public method --
using ControllerMap = std::unordered_map<std::string, nav2_core::Controller::Ptr>;
ControllerServer();
~ControllerServer();
-- protected method --
nav2_util::CallbackReturn on_configure(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_activate(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_deactivate(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_cleanup(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_shutdown(const rclcpp_lifecycle::State & state) override;
using Action = nav2_msgs::action::FollowPath;
using ActionServer = nav2_util::SimpleActionServer<Action>;
void computeControl();
bool findControllerId(const std::string & c_name, std::string & name);
void setPlannerPath(const nav_msgs::msg::Path & path);
void computeAndPublishVelocity();
void updateGlobalPath();
void publishVelocity(const geometry_msgs::msg::TwistStamped & velocity);
void publishZeroVelocity();
bool isGoalReached();
bool getRobotPose(geometry_msgs::msg::PoseStamped & pose);
double getThresholdedVelocity(double velocity, double threshold)
nav_2d_msgs::msg::Twist2D getThresholdedTwist(const nav_2d_msgs::msg::Twist2D & twist)
-- protected data --
std::unique_ptr<ActionServer> action_server_;
std::shared_ptr<nav2_costmap_2d::Costmap2DROS> costmap_ros_;
std::unique_ptr<nav2_util::NodeThread> costmap_thread_;
std::unique_ptr<nav_2d_utils::OdomSubscriber> odom_sub_;
rclcpp_lifecycle::LifecyclePublisher<geometry_msgs::msg::Twist>::SharedPtr vel_publisher_;
pluginlib::ClassLoader<nav2_core::ProgressChecker> progress_checker_loader_;
nav2_core::ProgressChecker::Ptr progress_checker_;
std::string default_progress_checker_id_;
std::string default_progress_checker_type_;
std::string progress_checker_id_;
std::string progress_checker_type_;
pluginlib::ClassLoader<nav2_core::GoalChecker> goal_checker_loader_;
nav2_core::GoalChecker::Ptr goal_checker_;
std::string default_goal_checker_id_;
std::string default_goal_checker_type_;
std::string goal_checker_id_;
std::string goal_checker_type_;
pluginlib::ClassLoader<nav2_core::Controller> lp_loader_;
ControllerMap controllers_;
std::vector<std::string> default_ids_;
std::vector<std::string> default_types_;
std::vector<std::string> controller_ids_;
std::vector<std::string> controller_types_;
std::string controller_ids_concat_, current_controller_;
double controller_frequency_;
double min_x_velocity_threshold_;
double min_y_velocity_threshold_;
double min_theta_velocity_threshold_;
geometry_msgs::msg::Pose end_pose_;
}
}
nav2_util.LifecycleNode <-- nav2_controller.ControllerServer
@enduml |
abde475322bb0164875fa31a12385ba8502b3537 | d3cd0a2c59a9d665b660719247f8929d243f18d8 | /13/wochenblatt-13-cnlutong-main/wochenblatt-13-cnlutong-main/greeter_di/structure.puml | 037a5759359778c01ddbd39adb01319e17f45a68 | [] | no_license | cnlutong/propra1wiederholen | 3f31f38414f7391a56a82e042e3ddeab75d847a2 | db475eab50db5f9dbbfb64c2be2915319e592541 | refs/heads/main | 2023-07-04T03:07:45.399281 | 2021-08-04T23:16:02 | 2021-08-04T23:16:02 | 388,620,118 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 122 | puml | @startuml
class Greeter {
+ String greet(String name)
}
class GreeterApplication
GreeterApplication --> Greeter
@enduml |
e3ccee0abdb6a1b868ecdc520d792bcafebed6ae | c727a6d24789108a5f8be2540133662897a98fd2 | /project/sample/doc/mongo-event.puml | a566b687af6e8327b772a92f0736e0bc564e0f72 | [] | no_license | HimmyYu/nosql-mongo | de9e86b63e66885c02a225a197859c6a004e74df | 8b0fddbc5778f0a92999aae4b90ba925e6b413f0 | refs/heads/master | 2020-04-19T02:34:24.145449 | 2018-04-21T14:15:21 | 2018-04-21T14:15:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 741 | puml | @startuml
abstract class ApplicationEvent
abstract class AbstractMongoEventListener
interface ApplicationListener
interface EventListener
note right: EventListener 是jdk1.1提供出来的一个接口,没有任何方法,只是标识事件
EventListener <|-- ApplicationListener
note right:这是Spring框架的事件处理
ApplicationListener <|-- AbstractMongoEventListener
note right:在onApplicationEvent()方法中根据不同的事件类型,调用不同的方法
class AbstractMongoEventListener {
Class<?> domainClass;
onApplicationEvent();
onBeforeConvert();
onBeforeSave();
onAfterSave();
onAfterLoad();
onAfterConvert();
onAfterDelete();
onBeforeDelete();
}
class ApplicationListener {
void onApplicationEvent();
}
@enduml |
b3df5fe4a28d8270dbe6fe7a5b36b1b69b633c14 | f94fe1542eddf05b1d0f7f7487e3a84c60afab0e | /diagrams/ex42.puml | 2518337d13c355a11abf275c3c9d16fa066c39e6 | [] | no_license | Sonxaj/turner-cop3330-assignment3 | f4822b35154a0342271331ec50243cbfa35774d6 | f93767d4999374bcdb1bdc0bfcd10ee2c9d58189 | refs/heads/master | 2023-06-05T05:52:49.957364 | 2021-06-27T05:10:29 | 2021-06-27T05:10:29 | 377,025,787 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 290 | puml | @startuml
class DataParser{
+readData(File inputFile, List<Person> data)
+compareTo(Person 1, Person 2)
+printData(List<Person> data)
}
class Person{
-String lastName
-String firstName
-int Salary
+getFirstName()
+getLastName()
+getSalary()
}
@enduml |
6095c834fd6440cbf986c95f754c603e653f8d27 | e2151e9992bb6dcb69f07086ec00579519379780 | /src/main/java/ex45/ex45.puml | 64bb3f757c8246cb1cf56659a9634b2de42eb95f | [] | no_license | GSabiniPanini/little-cop3330-assignment3 | 43e248c1dafd09511955f9d09b26bc1feaf4f19f | 9869ef2c906327aaebcf203a864613a61dfacdae | refs/heads/master | 2023-06-03T17:30:22.693983 | 2021-06-21T04:00:53 | 2021-06-21T04:00:53 | 378,536,829 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 916 | puml | @startuml
'https://plantuml.com/class-diagram
class Solution45 {
}
class FileInput {
+ length : int
+ array : ArrayList<String>
<<constructor> FileInput(path : String)
+ readFile(path : String): void
+ getArrayLength(arr : ArrayList<String>) : int
}
class FileParser {
+ processArray(a1 : ArrayList<String>) : String[]
+ replace(temp : String[], a2 : String[], size : int, s1 : String, s2 : String) : void
+ convertArrayList(a1 : ArrayList<String>, index : int) : String
}
class FileOutput {
path : String
name : String
array : String[]
length : int
<<constructor> FileOutput(path : String, name : String, array : String[], length : int)
+ printOutput() : void
+ getLineString(array : String[], index : int) : String
+ createFile(name : String) : void
}
Solution45 o--> FileOutput
Solution45 o--> FileParser
Solution45 o--> FileInput
@enduml |
924f659a284e4b8cc1da928f5a006653d1752908 | e5a08cb9be84408f6eef11216c7478bd2693fcae | /documentation/classdiagrams/ColdCallingDataModule.plantuml | 0f689a2fbb3072c530d6d7b0bcd7d014656b8c77 | [] | no_license | JamesKang26/ColdCallSystem | bfc938664663af4524b9dd0eb323b062d6b4a575 | 39035c823b2c6d86cf0c1d2b858f690d7c970026 | refs/heads/master | 2021-05-23T17:18:13.790728 | 2020-04-06T04:59:00 | 2020-04-06T04:59:00 | 253,398,079 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,591 | plantuml | @startuml
class "ColdCallClassList" as List {
..internal state storage..
-classes
..loading/exporting..
+loadClasses():void
+saveClasses():void
..class management..
+addClass(string):void
+deleteClass(string):void
+getClassList():vector<string>
+getclass(string):ColdCallClass *
}
class "ColdCallClass" as Class {
..internal state storage..
-class_name
-roster
-new_roster
-call_queue
..internal methods..
-compareRosterShared(vector<shared_ptr<Student *>>, <pair<vector<shared_ptr<Student *>, shared_ptr<Student *>>, vector<shared_ptr<Student *>>):bool
..state management methods..
+loadState(string):void
..info methods..
+getClassName():string
+getQueue():ColdCallQueue *
+getStudents():vector<Student *>
..roster management methods..
+loadRoster(string):void
+compareRoster(vector<Student *>, <pair<vector<Student *, Student *>, vector<Student *>):bool
+updateRoster(bool):void
+exportRoster(string)
+addStudent(shared_ptr<Student>):void
..reporting methods..
+exportReport(string):void
}
class "ColdCallQueue" as Queue {
..internal state storage..
-student_queue
-class_name
..info methods..
+getClassName():string
+setClassName(string):void
..state methods..
+loadQueue(vector<student *>):void
+exportQueue():void
+addStudent(Student *):void
..interface methods..
+getOnDeck(int):vector<Student *>
+removeOnDeck(int, char):void
}
List --o Class
Class --o Queue
class "Legend" as Legend {
-privateMemberVariable
-privateMethod()
+publicMethod()
}
Queue -[hidden]right- Legend
@enduml
|
b863000e9e2e74e2f1da9730e04a7cb9081bd5bb | a65fe81fdb57e5d389a290fc70f724a593f1cd85 | /03.Singleton/diagrams/Singleton.puml | 558e0f7a758c298747792edb1f91334b85462d4c | [
"MIT"
] | permissive | leoshiang/DesignPatterns | 56a74d317893e96d19e62d789f0379096ae4fe8b | aefa956b0d8caac1e4f80f75e87a5b44b954e8cb | refs/heads/master | 2020-04-01T10:12:37.390007 | 2018-10-15T12:21:22 | 2018-10-15T12:21:22 | 113,122,364 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 558 | puml | @startuml
scale 800*800
class Singleton{
-INSTANCE
-Singleton()
+getInstance()
}
note right of Singleton
...
<color:red>(1)</color>private static final Singleton INSTANCE = new Singleton();
<color:red>(2)</color>private Singleton(){}
<color:red>(3)</color>public static Singleton getInstance(){
return INSTANCE;
}...
<color:red>(1)</color> = INSTANCE 常數
<color:red>(2)</color> = 私有建構函式 (private constructor)
<color:red>(3)</color> = 靜態方法 (static method)
end note
@enduml |
806e7785bc760a6b855f0c986e6ab705f3811426 | 20478b6c19855983adf0781338d1a30e98101a7b | /diagramas/Adapter_c.iuml | 34e4619e38e4e7bef99c307bf8351e38afa8c118 | [] | no_license | LEON12699/Patrones_diseno | f9391a3071ae76b6c70de0610c70804e9ab0cbdb | cf0e97ba3f7efe6101dc575b8508faedbf3d75b9 | refs/heads/master | 2023-01-02T13:49:08.209731 | 2020-10-26T03:40:25 | 2020-10-26T03:40:25 | 305,895,825 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 291 | iuml | @startuml Adapter_class structure
skinparam class {
BackgroundColor #FFA509
BorderColor black
ArrowColor black
}
class Target{
request()
}
class Adapter{
request()
}
class Adaptee{
specificRequest()
}
client -right-> Target
Target <|-- Adapter
Adaptee <|-- Adapter
@enduml |
57e4da7839464de0d1c4a30b0690adfd0b5b6513 | 6d52d8dbfa9e58a82ce873b9b9412af98b151874 | /docs/diagrams/CircuitModelClassDiagram.puml | 5724f015718abe8663379d12deb32a4f56edad03 | [] | no_license | PraveenElango/tp | 59072e694da65abf1fb5b88a783f0a957af9ed66 | 58778e0f0e7c6648d758a6f41abcd47391d2ccd1 | refs/heads/master | 2023-01-06T16:21:12.970855 | 2020-10-26T17:28:42 | 2020-10-26T17:28:42 | 299,291,890 | 0 | 0 | null | 2020-10-11T03:05:42 | 2020-09-28T11:49:57 | Java | UTF-8 | PlantUML | false | false | 587 | puml | @startuml
hide member
package Component {
class "{abstract}\nComponent" as Comp
class "{abstract}\nLoadComponent" as Load
class "VoltageSource" as Volt
class "Resistor" as Resist
class "Capacitor" as Cap
class "Inductor" as Ind
}
package Template {
class "{abstract}\nCircuitTemplate" as Circ
class "RTemplate" as RTemp
class "LcTemplate" as LcTemp
class "LrTemplate" as LrTemp
class "RcTemplate" as RcTemp
}
Load --|> Comp
Volt --|> Comp
Resist --|> Load
Cap --|> Load
Ind --|> Load
RTemp --|> Circ
LcTemp --|> Circ
LrTemp --|> RTemp
RcTemp --|> RTemp
Circ --> "1..3" Comp
@enduml |
7204b7b70e28ecb287d7b8473db16a79031a4c15 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomLineItemPriceMode.puml | 1232ad25ef585ad4470d03322cf70d36f6ee2c79 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 4,110 | puml | @startuml
hide methods
enum CustomLineItemPriceMode {
STANDARD
EXTERNAL
}
interface CustomLineItem [[CustomLineItem.svg]] {
id: String
key: String
name: [[LocalizedString.svg LocalizedString]]
money: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedItemPrice.svg TaxedItemPrice]]
taxedPricePortions: [[MethodTaxedPrice.svg List<MethodTaxedPrice>]]
totalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]]
slug: String
quantity: Long
state: [[ItemState.svg List<ItemState>]]
taxCategory: [[TaxCategoryReference.svg TaxCategoryReference]]
taxRate: [[TaxRate.svg TaxRate]]
perMethodTaxRate: [[MethodTaxRate.svg List<MethodTaxRate>]]
discountedPricePerQuantity: [[DiscountedLineItemPriceForQuantity.svg List<DiscountedLineItemPriceForQuantity>]]
custom: [[CustomFields.svg CustomFields]]
shippingDetails: [[ItemShippingDetails.svg ItemShippingDetails]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
}
interface CustomLineItemDraft [[CustomLineItemDraft.svg]] {
name: [[LocalizedString.svg LocalizedString]]
key: String
quantity: Long
money: [[Money.svg Money]]
slug: String
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
}
interface CartAddCustomLineItemAction [[CartAddCustomLineItemAction.svg]] {
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]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
}
interface CartChangeCustomLineItemPriceModeAction [[CartChangeCustomLineItemPriceModeAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
mode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
}
interface StagedOrderAddCustomLineItemAction [[StagedOrderAddCustomLineItemAction.svg]] {
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 CustomLineItemImportDraft [[CustomLineItemImportDraft.svg]] {
name: [[LocalizedString.svg LocalizedString]]
key: String
slug: String
quantity: Long
money: [[Money.svg Money]]
taxRate: [[TaxRate.svg TaxRate]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
state: [[ItemState.svg List<ItemState>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
CustomLineItemPriceMode --> CustomLineItem #green;text:green : "priceMode"
CustomLineItemPriceMode --> CustomLineItemDraft #green;text:green : "priceMode"
CustomLineItemPriceMode --> CartAddCustomLineItemAction #green;text:green : "priceMode"
CustomLineItemPriceMode --> CartChangeCustomLineItemPriceModeAction #green;text:green : "mode"
CustomLineItemPriceMode --> StagedOrderAddCustomLineItemAction #green;text:green : "priceMode"
CustomLineItemPriceMode --> CustomLineItemImportDraft #green;text:green : "priceMode"
@enduml
|
9a8dfaae95c248898227c0963c8e90463c73e4a0 | d62885872d4df32a67ec4b1eb546c848439219b8 | /uml/jhphoto-class.plantuml | 923eafdb066160df277aa0bbd5ff7ae2349a2e0e | [] | no_license | iT-Boyer/iDocs | 1f6d2830ebfc5082ae036cbe350c1c61c114fbc7 | 9ec991bf54d579c2bb987f1604d404134b722757 | refs/heads/master | 2022-06-11T12:38:20.071616 | 2022-05-30T23:43:17 | 2022-05-30T23:43:17 | 159,522,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 233 | plantuml | @startuml
scale 2
page 1x1
title
图名
创建时间: <2019-09-23 09:49>
endtitle
left header
描述
endheader
class "clas" as 别名 {
--属性组 --
__ 函数组__
}
@enduml
|
ac9aa3576bce0ee0c444d84ffbdef6867273be9f | 61f6a3452ee4ded9ebdfdb5028545d672d8f40af | /AutoCompletionSystem/src/Dictionary.puml | 0c595847d34c394e7c76edd9d6c9556fb85ddef8 | [] | no_license | scatalin/licenta | ce5387edc0d685c79b18c10623b3cb51fff164b9 | 9349d677b9ade4da41b32c95429ce80ee7049e72 | refs/heads/master | 2021-01-10T19:28:09.475799 | 2015-09-13T19:02:05 | 2015-09-13T19:02:05 | 22,123,620 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 697 | puml | @startuml
interface WeightUpdate {
updateWeight(Integer[] weights)
}
Word <|-- DefaultWord
Word <|-- UserWord
WeightUpdate <|-- UserWeightUpdate
WeightUpdate <|-- DefaultWeightUpdate
WeightUpdateBuilder <- WeightUpdate
Dictionary --> Word
Word ---> WeightUpdate
abstract class Word {
WeightUpdate
getWeight() : Integer
updateWeight(Integer[] weights)
}
class DefaultWord {
int weight
}
class WeightUpdateBuilder{
createWeightUpdater(String mode) : WeightUpdate
}
class UserWord {
int userWeight
int actuality
}
class Dictionary{
List<MaxHeap<Word>> forest
addWord(String word, Integer[] weights)
updateWord(String word, Integer[] weightsDelta)
getWord(String word)
iterator()
}
@enduml |
448f2bd8da015bb41e7a20d032d4f8fc5628b8a0 | c4f7d455bd5f34d0875b667304c2767143ef9ac3 | /doc/plantuml/HCARDC/HealthCardControl.plantuml | afa87d11e7fad819f11fc960f5a0eb1f1ea80d09 | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardControl | 6b7482826e2e35242bfe6a3367dd2888244178d0 | 26a0e1be00206ca74785b4c7c008f17d863d854f | refs/heads/master | 2022-01-22T11:48:22.199071 | 2020-02-20T13:12:39 | 2020-02-20T13:12:39 | 214,092,133 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,966 | plantuml | @startuml
package de.gematik.ti.healthcard.control {
class HealthCardControl {
{static} - LOG : Logger
{static} - TAG : String
{static} - instance : HealthCardControl
- HealthCardControl()
{static} + getInstance()
{static} + start()
{static} + stop()
}
}
package de.gematik.ti.healthcard.control {
class CardDetector {
{static} - LOG : Logger
{static} - TAG : String
{static} - RECEIVE_BUFFER_SIZE : int
{static} - instance : CardDetector
- healthCardMap : Map<ICardReader, IHealthCard>
- CardDetector()
{static} + getInstance()
{static} + startDetection()
{static} + stopDetection()
- register()
- unregister()
+ handleCardPresentEvents()
- createHealthCardWithTypeAndSendEvent()
- extractCardType()
- sendEvent()
- createPresentEventForHealthCardType()
- getHealthCardTypeSmcb()
- getHealthCardTypeHba()
- getHealthCardTypeForEgk()
+ handleCardAbsentEvents()
- sendCardAbsentEvent()
+ handleCardReaderDisconnectedEvents()
- createAbsentEventForHealthCardType()
}
}
package de.gematik.ti.healthcard.control {
class TrustedChannelPaceKeyRequestHandler {
{static} - LOG : Logger
{static} - TAG : String
{static} - instance : TrustedChannelPaceKeyRequestHandler
- TrustedChannelPaceKeyRequestHandler()
{static} + getInstance()
{static} + startHandling()
{static} + stopHandling()
- register()
- unregister()
+ handleRequestPaceKeyEvent()
}
}
HealthCardControl ..> CardDetector
HealthCardControl ..> TrustedChannelPaceKeyRequestHandler
@enduml |
329b5db780c66d0dc1a168dbf44755e3a80dc270 | 9022c3e345dfbb67dd1e449489e14612f5aa89ff | /Clase/Prototype/classPrototype.puml | 51bf7ab70e4770a32682cf3ddf2ae6318e63d81b | [] | no_license | JoanAndoni/AyMMS | c6c937a55bbf7d12176100d69244ca93066f8ae4 | 9b72fb0eadbcec776c5593d3862e68fa3294cdf1 | refs/heads/master | 2021-08-23T18:00:32.843161 | 2017-12-06T00:40:15 | 2017-12-06T00:40:15 | 113,249,145 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 887 | puml | @startUML
class Mundo{
+string name
+Mundo(string nombre)
+name(nombre)
<<<<<<< HEAD
=======
>>>>>>> dc71be081124da78cefa269cb09ab8f2c52e68ac
}
class Personaje{
+string nombre
+int telefono
+string correo
+Mundo* mundo
+Personaje() = default
+Personaje(string nombre) : nombre(nombre){}
+virtual Personaje* clone() = 0
}
class Princesa <<public Personaje>>{
+Princesa(string n) : Personaje(n){}
+Princesa(const Princesa& p)
+void grita()
+Personaje* clone()
}
class Villano <<public Personaje>>{
+Villano(string n) : Personaje(n){}
+void secuestra()
+Villano(const Villano& v)
+Personaje* clone()
}
class Heroe <<public Personaje>>{
+Heroe(string n) : Personaje(n){}
+void salvar()
+Heroe(const Heroe& h)
+Personaje* clone()
}
Personaje <.. Princesa
Personaje <.. Villano
Personaje <.. Heroe
Mundo --* Personaje
@endUML
|
f6e4785d192b114ca2b7d3985658b130d05033fb | ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd | /ch07-state-patterns/diagrams/state-pattern-collaboration.puml | 200f1fbbeb440a83c03f5a354e2dfff66f04c51b | [] | no_license | outofworld98/java-design-patterns | d7c41ad0a41bf1f3d1ba4a9f4f2a212658aec427 | 75964a5387cad3f54726d0f7ba98b0765ca0d650 | refs/heads/master | 2022-03-29T17:38:14.238273 | 2019-01-17T11:10:00 | 2019-01-17T11:10:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 510 | puml | @startuml
title State Pattern Collaboration
class Context {
- state: State
+ request1()
+ request2()
+ request3()
+ setState(state : State)
}
interface State {
+ method1()
+ method2()
+ method3()
}
class State1 {
+ method1()
+ method2()
+ method3()
}
class State2 {
+ method1()
+ method2()
+ method3()
}
class State3 {
+ method1()
+ method2()
+ method3()
}
Context o- State
State <|.. State1
State <|.. State2
State <|.. State3
@enduml |
85363d1173fa3277d22a99332fe22bfc397a0326 | 5e083b3b19a16e43d276114e11c46013be67bce5 | /doc/OOD/Konto m ATM.puml | 20f87a7eca0014adae9ab99740394c2b8dde996d | [] | no_license | New123User321/bank | 6e1d4d1928ff74ca52ae77e132fd82a04c48877b | e00e8b99a21a6f01cdf90a078c0513923ffb3c71 | refs/heads/master | 2021-01-19T21:12:13.430544 | 2017-04-27T11:45:09 | 2017-04-27T11:45:09 | 88,622,609 | 1 | 0 | null | 2017-04-20T12:39:07 | 2017-04-18T12:29:56 | JavaScript | UTF-8 | PlantUML | false | false | 1,084 | puml | @startuml
class Konto {
- saldo
+ getSaldo()
- setSaldo()
+ udtræk()
+ indsæt()
+ validerUdtræk(beløb)
+ validerIndsæt(beløb)
}
class BudgetKonto{
- kreditMax
+ getKreditMax()
+ setKreditMax()
+ udtræk()
}
Konto <|-- BudgetKonto
class PrioritetsKonto #eeeeee {
- pant
}
Konto <|-- PrioritetsKonto
Object KontantKonto
KontantKonto .up.|> Konto
abstract class TellerMachine {
+ udførTransaktion()
- kontantKonto
}
TellerMachine *-up-> KontantKonto
class NetBank {
- kontantKonto = null
}
TellerMachine <|-- NetBank
class ATM {
- kontantBeholdning
}
TellerMachine <|-- ATM
Konto "2" <..o Transaktion
class Transaktion {
- TellerMachine Teller
- Konto
- ModtagerKonto
+ validerTransaktion()
}
class KontantTransaktion {
- ModtagerKonto = KontantKonto
}
KontantTransaktion -up-|> Transaktion
Transaktion o..> TellerMachine
KontantTransaktion o..> ATM
class Log {
Transaktioner[]
+ logTransaktion(Transaktion, TellerMachine, Konto)
}
Transaktion <.down.o "Transaktioner[]" Log
@enduml |
5a99346659a9a95b40b8faab1354d312fa343c1c | 57515bfad33d5ab1e68cccc924700e88316e19b9 | /DiagramaClases/Gestores/GestorRemitos.puml | c949921fd1429ed89299b643953add0f95839660 | [] | 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 | 112 | puml | @startuml GestorRemitos
hide circle
class GestorRemitos{
generarStockTotal(): Map<Productos, int>
}
@enduml |
7b590029d31371aeb1cb0440fd824ee107ffc543 | 427b4b7ee49422ecf39bfd90f9612f7cfe62afb6 | /src/DataZ.puml | 752e6e84f9d1c8068a5f7cd6ca7e42f9ae64ccb4 | [
"Apache-2.0"
] | permissive | EasyKotlin/kotlin-demo | deed59bdfe7fac89a36c3fe0eed21d7d5c2e1c35 | 35dc28d8b08df08ffc6f2201466cc6e0d9b989bd | refs/heads/master | 2020-07-01T21:35:13.667782 | 2019-10-17T07:39:30 | 2019-10-17T07:39:30 | 201,309,642 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 935 | puml | @startuml
class Space{
id
name
members
gmtCreate
gmtModified
}
class DataSource{
id
name
type
accessId
accessKey
jdbcUrl
username
password
gmtCreate
gmtModified
spaceId
}
class BackflowConfig{
id
name
sourceTable
sourceColumns
targetTable
targetColumns
reader
writer
transformer
jobConfigJson
state
version
gmtCreate
gmtModified
dataSourceId
}
class RunInstance{
id
taskId
enqueueTime
startRunTime
executeTime
state
gmtCreate
gmtModified
}
class RunRecord{
id
instanceId
startRunTime
executeTime
gmtCreate
gmtModified
log
}
enum Reader{
ODPS_READER
}
enum Writer{
MYSQL_WRITER
}
enum Transformer{
dx_substr
dx_replace
}
Space --> DataSource
DataSource -> BackflowConfig
BackflowConfig -> RunInstance
RunInstance --> RunRecord
@enduml
|
8925cf8ceff33dc6e8b19f3677c35f47a245b622 | 95db096f36828b7124792f7ce52368a58783e9e9 | /docs/javadocs/soen6441riskgame/enums/MapPart.puml | 26d63333a1211a94c27fe0409b23641d3e88afde | [] | 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 | 449 | puml | @startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
set namespaceSeparator none
enum "<b><size:14>MapPart</b>\n<size:10>soen6441riskgame.enums" as soen6441riskgame.enums.MapPart [[../../soen6441riskgame/enums/MapPart.html{soen6441riskgame.enums.MapPart}]] {
-String part
-MapPart(String part)
{static} +MapPart values()
{static} +MapPart valueOf(String name)
+String getPart()
{static} +MapPart fromString(String part)
}
@enduml
|
497acb2c0363e6c78a4c19dd33139c5f3366bd69 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Managers/Remittance/RemittanceManager.puml | d85e19cc69cbcf645d048e5fd9d3dd0c47f79606 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 217 | puml | @startuml
class RemittanceManager {
+ <<override>> TestMe(input:string) : string
Totals() : BackOffice.OrderDataResponse
+ Totals() : Admin.SalesTotalsResponse
}
ManagerBase <|-- RemittanceManager
@enduml
|
a1be5ebb0644c08c88b069fb01606ab553af1241 | 4fb7e3ef2b429c6343e78f487da054b04491061c | /app/src/main/java/Diagrams/Model Class Diagram.puml | 44d3c44ca0e45202aa60ecf85daf18b750dcf0c4 | [] | no_license | Kayu/COEN390 | cf36d113f9f27946f5a07979e32451da46f48d04 | adb807ebe6c1ce3430328eff29fa2ef0110fe5e0 | refs/heads/master | 2016-08-12T19:29:35.302950 | 2016-04-14T22:00:38 | 2016-04-14T22:00:38 | 53,161,179 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,906 | puml | @startuml
package "Model"{
class AddressEditTextPreference{
- db: DbHelper
# mContext: Context
+ AddressEditTextPreference(context: Context) <<contructor>>
+ AddressEditTextPreference(context: Context, attrs: AttributeSet) <<contructor>>
+ AddressEditTextPreference(context: Context, attrs: AttributeSet, defStyle: int) <<contructor>>
+ onClick(dialog: DialogInterface, option: int)
}
class BlockedContactsEditTextPreference{
- db: DbHelper
# mContext: Context
+ AddressEditTextPreference(context: Context , attrs: AttributeSet)
+ onClick(dialog: DialogInterface, option: int)
}
class DeleteAddressConfirmationPreference{
- db: dbHelper
+ DeleteAddressConfirmationPreference(context: Context , attrs: AttributeSet)
+ onClick(dialog: DialogInterface, option: int)
}
class DeleteBlockedContactsConfirmationPreference{
- db: dbHelper
+ DeleteBlockedContactsConfirmation(context: Context , attrs: AttributeSet)
+ onClick(dialog: DialogInterface, option: int)
}
class Direction{
- points: ArrayList<LatLng>
- directions: ArrayList<String>
- duration: String
- distance: String
+ {static}CREATOR: Creator<Direction>
+ Direction (parcel:Parcel)<<constructor>>
+ Direction (points: ArrayList<LatLng>, duration: String, distance: String) <<constructor>>
+ getPoints () : ArrayList<LatLng>
+ getDirections () : ArrayList<String>
+ getDuration () : String
+ getDistance () : String
+ describeContents() : int
+ writeToParcel (dest: Parcel, flags: int)
}
class CREATOR{
+ createFromParcel (source: Parcel) : Direction <<constructor>>
+ newArray (size: int) : int [ ]
}
class JsonParser{
- dialog: ProgressDialog
- current: Context
- direction: Direction
+ JsonParser (context: Context)
# onPreExecute ()
# onPostExecute ()
# doInBackgroud (params: String) : String
- decodePolyline (encoded: String) : ArrayList<LatLng>
+ getPoints () : Direction
}
class UrlString{
- from: String
- to: String
- googleMapKey: String
- url: StringBuilder
+ UrlString (context: Context, from: String, to: String)
+ makeDirectionsURL (transportType: String) : String
}
}
AddressEditTextPreference <..AddressPreferenceFragment
DeleteAddressConfirmationPreference <..AddressPreferenceFragment
BlockedContactsEditTextPreference <..BlockedContactsPreferenceFragment
DeleteBlockedContactsConfirmationPreference <..BlockedContactsPreferenceFragment
Direction ..>CREATOR
JsonParser ..>Direction
MainActivity -- Direction
MainActivity ..>UrlString
MainActivity..>JsonParser
@enduml |
36142ca6dfb6e27b80f796410adf3bb178ff15eb | 1b50cbb04d3252b407425e88cef551e175f61018 | /Face_Access/src/main/resources/UML/AbstractUseClass.puml | 513eb8c326886dbc313b9d86c8ecbd72d370ea0d | [] | no_license | D3E0/Face_Access | 02c37b34df00de1f6dbae82e6b4262ff8611bf15 | 1275916913a7afa73ae3a2a841e5fbf8165b874a | refs/heads/dev | 2020-03-18T23:16:54.025148 | 2018-07-25T03:42:54 | 2018-07-25T03:42:54 | 135,393,668 | 3 | 0 | null | 2018-06-25T09:23:25 | 2018-05-30T05:45:53 | Java | UTF-8 | PlantUML | false | false | 450 | puml | @startuml
class 门{
+添加()
+删除()
+修改()
+开门()
}
class 用户{
+登录()
+注销()
+注册()
+修改信息()
}
class 访问记录{
+查看现场图片()
}
class 房间{
+添加权限()
+删除权限()
+编辑权限()
+添加主人()
+更新主人()
}
用户"*"-left- "*"房间:访问
用户 --* 访问记录
房间 --* 访问记录
房间"1..*"-left- "1"门:属于
@enduml |
c1dd8c75414c6687097c9410e4cd27ea46b70394 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductTypeResourceIdentifier.puml | 29640ee14ddf6e239aee8a3558ad6690e8794715 | [] | 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,973 | 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 ProductTypeResourceIdentifier [[ProductTypeResourceIdentifier.svg]] extends ResourceIdentifier {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface ResourceIdentifier [[ResourceIdentifier.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface ProductTypeResourceIdentifier [[ProductTypeResourceIdentifier.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface ProductDraft [[ProductDraft.svg]] {
productType: [[ProductTypeResourceIdentifier.svg ProductTypeResourceIdentifier]]
name: [[LocalizedString.svg LocalizedString]]
slug: [[LocalizedString.svg LocalizedString]]
key: String
description: [[LocalizedString.svg LocalizedString]]
categories: [[CategoryResourceIdentifier.svg List<CategoryResourceIdentifier>]]
categoryOrderHints: [[CategoryOrderHints.svg CategoryOrderHints]]
metaTitle: [[LocalizedString.svg LocalizedString]]
metaDescription: [[LocalizedString.svg LocalizedString]]
metaKeywords: [[LocalizedString.svg LocalizedString]]
masterVariant: [[ProductVariantDraft.svg ProductVariantDraft]]
variants: [[ProductVariantDraft.svg List<ProductVariantDraft>]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
searchKeywords: [[SearchKeywords.svg SearchKeywords]]
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
publish: Boolean
priceMode: [[ProductPriceModeEnum.svg ProductPriceModeEnum]]
}
ProductTypeResourceIdentifier --> ProductTypeResourceIdentifier #blue;text:blue : "typeId : product-type"
ProductTypeResourceIdentifier --> ProductDraft #green;text:green : "productType"
@enduml
|
a18a2d5babbfeeaec9b8394be9a92ea8eda84041 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CategoryAddAssetAction.puml | 5d4919844c275a5913412628bff8035f7517a0ad | [] | 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 | 485 | 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 CategoryAddAssetAction [[CategoryAddAssetAction.svg]] extends CategoryUpdateAction {
action: String
asset: [[AssetDraft.svg AssetDraft]]
position: Integer
}
interface CategoryUpdateAction [[CategoryUpdateAction.svg]] {
action: String
}
@enduml
|
43e77c3d290286aa3400880c7746b818d4cc17b1 | b6b965aba95a85b0a43bd8bebb83d591f711fd8d | /uml/Supplier-AddGoods.puml | 44aceeb38490f0810488622d02459d61e05b79b2 | [] | no_license | codeworld-GitHub/mytest | 57365f2497cb6074b967b3c657649f98707d19d5 | 9a990d20c9895db2e28b695a03fbf08cf0f424bf | refs/heads/master | 2023-07-26T23:45:04.650458 | 2023-07-13T10:23:04 | 2023-07-13T10:23:04 | 172,627,845 | 0 | 0 | null | 2023-06-14T22:46:14 | 2019-02-26T03:05:55 | Java | UTF-8 | PlantUML | false | false | 7,655 | puml | '直接发布商品 流程图
@startuml
start
:登录Supplier 进入商品-发布商品;
:点击[直接发布]跳转[新增商品]页面;
repeat
:填写商品信息;
repeat while(参数校验) is (不通过)
if(下一步?) then (yes)
repeat
:填写价格及订货量;
repeat while(参数校验) is (不通过)
else (no)
endif
:保存\直接保存;
(A)
note right: 连接符A
@enduml
@startuml
(A)
note left: 连接符A
if(参数校验?) then (不通过)
:抛出异常;
stop
else(通过)
note left
验证包括sku编码重复
sku数据重复
相关基础数据验证
签约分类
签约品牌
店铺分类等
end note
endif
:保存商品信息、新增图片、店铺分类、商品属性;
if(多规格?) then (是)
:新增规格、新增规格值;
else(否)
endif
repeat
:遍历sku保存sku的规格和规格值关系;
repeat while(sku遍历完成?) is (no)
:ares埋点;
:持久化SKU到ES;
stop
@enduml
'直接发布商品 时序图
@startuml
autonumber
actor react
react -> controller :发起新增商品请求
controller -> controller:参数校验
controller -> provider :商品信息保存\ngoodsProvider.add
provider -> service :商品信息保存\ngoodsService.add
service -> service :参数校验
note right
sku编码重复、sku数据重复
签约分类 签约品牌 店铺分类
等基础数据验证
end note
service -> repository :保存商品数据
note over service,repository
依次请求
保存商品数据goodsRepository.save
保存图片goodsImageRepository.save
保存店铺分类storeCateGoodsRelaRepository.save
保存商品属性goodsPropDetailRelRepository.save
保存规格goodsSpecRepository.save
保存规格值goodsSpecDetailRepository.save
保存sku规格关系goodsInfoSpecDetailRelRepository.save
end note
database db
repository -> db :保存商品数据
db --> repository :返回保存的商品数据
repository --> service :返回保存的商品数据
service --> provider :返回商品Id
provider --> controller :返回商品Id
controller -> provider :ares埋点\ngoodsAresProvider.dispatchFunction
provider -> service :发送MQ\ngoodsAresService.dispatchFunction
service --> provider :返回结果
provider --> controller :返回结果
controller -> service :商品持久到ES\nesGoodsInfoElasticService.initEsGoodsInfo
service -> db :商品持久到ES
db --> service :返回结果
service --> controller :返回结果
controller --> react :返回结果
@enduml
'直接发布商品 类图
@startuml
class GoodsController{
-CommonUtil commonUtil
-GoodsProvider goodsProvider
-CompanyInfoQueryProvider companyInfoQueryProvider
-FreightTemplateGoodsQueryProvider freightTemplateGoodsQueryProvider
+GoodsAresProvider goodsAresProvider
-EsGoodsInfoElasticService esGoodsInfoElasticService
+BaseResponse<String> add(GoodsAddRequest request)
}
FreightTemplateGoodsQueryProvider -* GoodsController
GoodsController *- CompanyInfoQueryProvider
GoodsController *-- CommonUtil
GoodsController *-- GoodsAresProvider
GoodsController *-- EsGoodsInfoElasticService
GoodsController *-- GoodsProvider
class CommonUtil{
+Long getCompanyInfoId()
+Long getStoreId()
}
class EsGoodsInfoElasticService{
+void initEsGoodsInfo(EsGoodsInfoRequest request)
}
interface CompanyInfoQueryProvider{
+BaseResponse<CompanyInfoByIdResponse> getCompanyInfoById(CompanyInfoByIdRequest request)
}
interface FreightTemplateGoodsQueryProvider{
+BaseResponse existsById(FreightTemplateGoodsExistsByIdRequest request)
}
interface GoodsAresProvider{
+BaseResponse dispatchFunction(DispatcherFunctionRequest dispatcherFunctionRequest)
}
interface GoodsProvider{
+BaseResponse<GoodsAddResponse> add(GoodsAddRequest request)
}
CompanyInfoQueryProvider <|. CompanyInfoQueryController
class CompanyInfoQueryController{
-CompanyInfoService companyInfoService
+BaseResponse<CompanyInfoByIdResponse> getCompanyInfoById(CompanyInfoByIdRequest request)
}
CompanyInfoQueryController *-- CompanyInfoService
class CompanyInfoService{
-CompanyInfoRepository companyInfoRepository
+CompanyInfo findOne(Long companyInfoId)
}
CompanyInfoService *-- CompanyInfoRepository
interface CompanyInfoRepository{
+T findOne(ID id)
}
FreightTemplateGoodsQueryController .|> FreightTemplateGoodsQueryProvider
class FreightTemplateGoodsQueryController{
-FreightTemplateGoodsService freightTemplateGoodsService
+BaseResponse existsById(FreightTemplateGoodsExistsByIdRequest request)
}
FreightTemplateGoodsQueryController *-- FreightTemplateGoodsService
class FreightTemplateGoodsService{
-FreightTemplateGoodsRepository freightTemplateGoodsRepository
+void hasFreightTemp(Long freightTempId)
}
FreightTemplateGoodsService *-- FreightTemplateGoodsRepository
interface FreightTemplateGoodsRepository{
+FreightTemplateGoods queryById(Long freightTempId)
}
class GoodsAresController implements GoodsAresProvider{
-GoodsAresService goodsAresService
+BaseResponse dispatchFunction(DispatcherFunctionRequest dispatcherFunctionRequest)
}
GoodsAresController *-- GoodsAresService
class GoodsAresService{
-JmsTemplate jmsTemplate
-GoodsRepository goodsRepository
+BaseResponse dispatchFunction(DispatcherFunctionRequest dispatcherFunctionRequest)
+void addGoodsSku(Object... objs)
}
GoodsRepository -* GoodsAresService
interface GoodsRepository{
+T findOne(ID id)
+long count(Specification<T> spec)
+<S extends T> S save(S entity)
}
GoodsProvider <|.. GoodsController1
class GoodsController1{
-GoodsService goodsService
+BaseResponse<GoodsAddResponse> add(GoodsAddRequest request)
}
note left: 区别于buff中的GoodsController
GoodsController1 *-- GoodsService
class GoodsService{
-GoodsRepository goodsRepository
-GoodsInfoRepository goodsInfoRepository
-GoodsImageRepository goodsImageRepository
-StoreCateGoodsRelaRepository storeCateGoodsRelaRepository
-GoodsPropDetailRelRepository goodsPropDetailRelRepository
-GoodsSpecRepository goodsSpecRepository
-GoodsSpecDetailRepository goodsSpecDetailRepository
-GoodsInfoSpecDetailRelRepository goodsInfoSpecDetailRelRepository
-GoodsCommonService goodsCommonService
+String add(GoodsSaveRequest saveRequest)
}
GoodsService *- GoodsRepository
GoodsService *-- GoodsInfoRepository
GoodsService *-- GoodsImageRepository
GoodsService *-- StoreCateGoodsRelaRepository
GoodsService *-- GoodsPropDetailRelRepository
GoodsService *-- GoodsSpecRepository
GoodsService *-- GoodsSpecDetailRepository
GoodsService *-- GoodsInfoSpecDetailRelRepository
GoodsCommonService -* GoodsService
interface GoodsInfoRepository{
+List<T> findAll(Specification<T> spec)
}
interface GoodsImageRepository{
+<S extends T> S save(S entity)
}
interface StoreCateGoodsRelaRepository{
+<S extends T> S save(S entity)
}
interface GoodsPropDetailRelRepository{
+<S extends T> List save(Iterable entities)
}
interface GoodsSpecRepository{
+<S extends T> S save(S entity)
}
interface GoodsSpecDetailRepository{
+<S extends T> S save(S entity)
}
interface GoodsInfoSpecDetailRelRepository{
+<S extends T> S save(S entity)
}
class GoodsCommonService{
-AuditQueryProvider auditQueryProvider
+void setCheckState(Goods goods)
}
AuditQueryProvider -* GoodsCommonService
interface AuditQueryProvider{
+BaseResponse<BossGoodsAuditResponse> isBossGoodsAudit()
+BaseResponse<SupplierGoodsAuditResponse> isSupplierGoodsAudit()
}
note left: 访问到setting服务\n参见setting服务类图
@enduml |
aac523e88a5c4c7de776c631e146a9e9c529f958 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/Test/Script/CharacterTest.puml | 462bc9f77f007fdadcf0337ecfcc438ee3af8229 | [] | 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 | 736 | puml | @startuml
class CharacterTest {
+ QuestionStatus : bool = false
+ GameStartTrigger : bool = false
span : float = 1.5f
+ currentTime : float = 0.0f
+ startTime : float = 0.0f
+ endTime : float = 0.0f
+ answerTime : float = 0.0f
+ Start() : void
+ Update() : void
+ JudgeL() : void
+ JudgeR() : void
+ JudgeU() : void
+ JudgeD() : void
+ MoveSelect() : void
+ MoveReset() : void
+ GetAnswerTime() : float
+ IncCollectAnswer() : void
}
MonoBehaviour <|-- CharacterTest
CharacterTest --> "CharaAnimator" Animator
CharacterTest --> "ResultAnimator" Animator
CharacterTest --> "resultObj" GameObject
CharacterTest --> "sr" ScoreTest
CharacterTest --> "tj" ScoreTest
@enduml
|
12dc50fc5f4f0fd02d324eb811e5ad60c8a52948 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AssociateRoleChangeBuyerAssignableAction.puml | 87916909a446d2c84ff0677d78dd837021a18e30 | [] | 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 | 502 | 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 AssociateRoleChangeBuyerAssignableAction [[AssociateRoleChangeBuyerAssignableAction.svg]] extends AssociateRoleUpdateAction {
action: String
buyerAssignable: Boolean
}
interface AssociateRoleUpdateAction [[AssociateRoleUpdateAction.svg]] {
action: String
}
@enduml
|
2deae7285868b12b6533b77de0bda746fbf83cc1 | 41e335a2ded65f95ece1c413fe9d465df1d198b4 | /lib/DevOther/src/main/java/dev/other/retrofit/response/response.plantuml | b055cc5c8ffae4cfddd1444ae9258fef0583ebaf | [
"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 | 655 | plantuml | @startuml
title __RESPONSE's Class Diagram__\n
namespace dev.other {
namespace retrofit {
namespace response {
class dev.other.retrofit.response.BaseResponse {
+ code : String
+ exception : Throwable
+ message : String
+ result : boolean
- original : String
+ getOriginal()
}
}
}
}
dev.other.retrofit.response.BaseResponse o-- T : data
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
|
b095a135aa7abcda9fb00107805fb39b1b7133a3 | 2fdfdd23c429bcf31b21547b53fbae2d3c07e090 | /Logical/Class/SystemExample.puml | a60d89ec14720e02c843d32160d1fb1fea46bed6 | [] | no_license | swa-group1/PlantUML | e3c7e073a4852678f98d7cc54d46e4cf5aa9b464 | 32d4a102b16a2d7c378b1c560bf170725cb2322f | refs/heads/main | 2023-04-21T05:42:03.223046 | 2021-04-27T18:35:25 | 2021-04-27T18:35:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,461 | puml | @startuml
'Component-----------
class Game << (C, lightBlue) >> {
Broadcaster Broadcaster
Dictionary EnemyTypeMap
Stage Stage
double TickDuration
double Time
double TowerCostFactor
double TowerSaleFactor
}
class BoardPosition << (C, lightBlue) >> {
Tile Position
}
class Tower << (C, lightBlue) >> {
bool CanSpotCamo
int MediumCost
double ProjectileSpeed
int ProjectileSpriteNumber
double Range
double ReloadTime
double TimeUntilReloaded
int TowerSpriteNumber
int TowerType
}
class Reloaded << (T, lightBlue) >> {
}
class Enemy << (C, lightBlue) >> {
bool Camo
string NextType
int PlayerDamage
int SpriteNumber
}
class PathPosition << (C, lightBlue) >> {
double LengthTraveled
}
class PathSpeed << (C, lightBlue) >> {
double Speed
}
class ProjectedHealth << (C, lightBlue) >> {
int ProjectedHealthPoints
}
'Filter------------
entity GameFilter << (E, physical >>
GameFilter -up-* Game
entity ReloadedTowerFilter << (E, physical >>
ReloadedTowerFilter -up-* BoardPosition
ReloadedTowerFilter -up-* Tower
ReloadedTowerFilter -up-* Reloaded
entity TargetFilter << (E, physical >>
TargetFilter -up-* Enemy
TargetFilter -up-* PathPosition
TargetFilter -up-* PathSpeed
TargetFilter -up-* ProjectedHealth
'System------------
class ShootingSystem << (S, pink) >> {
EcsFilter ReloadedTowerFilter
EcsFilter GameFilter
EcsFilter TargetFilter
}
ShootingSystem -up-* GameFilter
ShootingSystem -up-* ReloadedTowerFilter
ShootingSystem -up-* TargetFilter
@enduml |
6eb86cd4303fd2c6c69e24d9d0d323827f80ebab | 5653994dabf895da044b58d5d0dd22e3d004dcd6 | /src/site/design/twoD.puml | 91824179029c4d04c006431cd64f6e88911991ed | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | RayDeCampo/commons-numbers | 726101b43d18445edbb05b60bf534be17504248d | 0d64d85edac739593908f4a7d024c9e802109428 | refs/heads/master | 2021-06-11T13:45:29.147178 | 2017-01-09T02:58:45 | 2017-01-09T02:58:45 | 78,243,319 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,438 | puml | ' Licensed to the Apache Software Foundation (ASF) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' The ASF licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
package org.apache.commons.complex.geometry #ECEBD8 {
interface Space {
+int getDimension()
+Space getSubSpace()
}
note top
Space is mainly used as a parameter
for generics and to link d-dimensional
space with (d-1)-dimensional space
end note
interface "Vector<S extends Space>" as Vector_S_ {
+Space getSpace()
+Vector getZero()
+double getNorm()
+Vector add()
+Vector subtract()
+Vector negate()
+Vector normalize()
+Vector scalarMultiply()
+boolean isNaN()
+boolean isInfinite()
+double distance()
+double dotProduct()
}
Space <-- Vector_S_
package partitioning #DDEBD8 {
interface "Region<S extends Space>" as Region_S_
interface "Hyperplane<S extends Space>" as Hyperplane_S_
interface "SubHyperplane<S extends Space>" as SubHyperplane_S_
}
package euclidean #DDEBD8 {
package twod #DDDBD8 {
class Euclidean2D
class Vector2D
class Line
class SubLine
class PolygonsSet
Space <|.. Euclidean2D
Vector_S_ <|.. Vector2D
Hyperplane_S_ <|.. Line
SubHyperplane_S_ <|.. SubLine
Region_S_ <|.. PolygonsSet
}
}
}
@enduml
|
1fc8a44a36fc67039bb67df161faab95c387cf56 | 4d643dcfa275852670031cf5749921cfd235221c | /patterns/s_Proxy.puml | ba75f67d41654187c2dc4e1e935df7f80f8e8f06 | [] | no_license | ezhov-da/notes | a2552cb0a53ffccf6e426986a06af09d280d2566 | 51e77e442c3db8900eadc3b35c701b26b170911d | refs/heads/master | 2023-05-12T20:58:00.276582 | 2021-05-28T05:37:01 | 2021-05-28T05:37:01 | 275,666,019 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 484 | puml | @startuml
title Прокси (Proxy)
note as INFO
<b>Тип:</b> <u>Структурный</u>
<b>Что это:</b>
Предоставляет замену другого
объекта для контроля доступа к
нему.
endnote
class Client
interface Subject{
+request()
}
class RealSubject{
+request()
}
class Proxy{
+request()
}
Client --> Subject
RealSubject ..|> Subject
Proxy ..|> Subject
Proxy --> RealSubject: представляет
@enduml |
8ac6eb477571a8fbb67ddbba1debc0feb2e98702 | c6c94915c98838bcf2d05a6599e8864c036a9574 | /assets/uml/generator-spec.plantuml | 6ef7425ec095e9446c311ef9e9515f0c9bce3b2c | [
"MIT"
] | permissive | SebSDev/13-map-reduce-collect | 394cd24dd7fff0bfa1e9f1916164fc3a67915037 | 10c2c5f5f1faf269c965655a88b8938637ec4e28 | refs/heads/master | 2020-04-12T19:49:14.328321 | 2019-02-03T16:03:08 | 2019-02-03T16:03:08 | 162,719,082 | 0 | 0 | null | 2018-12-21T13:45:44 | 2018-12-21T13:45:44 | null | UTF-8 | PlantUML | false | false | 983 | plantuml | @startuml GeneratorSpec
package de.fhro.inf.prg3.a13.tweets {
+class TweetStreamFactory {
-{static}instance: TweetStreamFactory
+{static}getInstance(): TweetStreamFactory
+isOnlineAvailable(): boolean
+getTweetsStream(tweetSource: TweetSource): Stream<Tweet>
}
+enum TweetSource {
ONLINE,
OFFLINE
}
package generators {
+interface TweetStreamGenerator {
getTweetStream(): Stream<Tweet>
}
+class OnlineTweetStreamGenerator implements TweetStreamGenerator {
}
+class OfflineTweetStreamGenerator implements TweetStreamGenerator {
}
}
TweetStreamFactory --> OnlineTweetStreamGenerator: Instantiates and returns
TweetStreamFactory --> OfflineTweetStreamGenerator: Instantiates and returns
}
@enduml |
76b12fcd79e7c39a50125a872659f34c45dc54e1 | 11eb610c81465b53d61aaf77f1f30bfd16eecd47 | /diagrams/class-general/src/class-dumbledore.puml | ae31e92b9102fb8f96c85507a4f4159b37b61851 | [] | no_license | bauerkamil/hogwartSim | a0ff366bb764c325d4d98907edfbf06188a37455 | cc47e0cd27040520c4916d79cf64b12436591442 | refs/heads/main | 2023-05-24T10:08:02.273423 | 2021-06-15T21:42:28 | 2021-06-15T21:42:28 | 361,216,537 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 635 | puml | @startuml
'https://plantuml.com/class-diagram
skinparam classAttributeIconSize 0
package hogwartSim.dumbledore{
interface IDumbledore{
+addPoints(HogwartHouses, int): void
+declareWinner(): HogwartHouses
+HousesChart(): void
}
class Dumbledore{
#housesPoints: int[]
-filepath: String
+Dumbledore()
+addPoints(HogwartHouses, int): void
+declareWinner(): void
+HousesChart(): void
}
IDumbledore <|-- Dumbledore
}
package hogwartSim.general{
interface Wizard
enum HogwartHouses
}
IDumbledore - Wizard
IDumbledore - HogwartHouses
@enduml |
c45c7d7a7ca8414f04cea1dfa94aab5406e3f9ca | 7fbdb3db8e966a7f78cad2d9e6798dfd8aedea01 | /src/com/cjj/designpattern/behavioral/observer/ObserverClassGraph.puml | a0e56a574726ec4424e48acffd9bf46be00f09ee | [] | no_license | vuquangtin/DesignPattern-1 | 3d1fc64e8412bf5ba3a10a38dde121c68ffc8b9a | 47182c1c6e3f7e4126d33bdca53e055d9f0b3b5d | refs/heads/master | 2021-10-09T20:10:01.009239 | 2019-01-03T01:33:51 | 2019-01-03T01:33:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 427 | puml | @startuml
class NumberGenerator{
observers
addObserver()
deleteObserver()
notifyObservers()
getNumber()
execute()
}
interface Observer{
update()
}
class RandomNumberGenerator{
random
number
getNumber()
execute()
}
class DigitObserver{
update()
}
class GraphObserver{
update()
}
RandomNumberGenerator --|>NumberGenerator
DigitObserver ..|>Observer
GraphObserver ..|>Observer
NumberGenerator o->Observer:Notifies >
@enduml |
2767afac5aa4b149ba201584865649a2b902d8f8 | 14979669c6a0c65aa27cd7f9eacef01e10eac632 | /src/main/java/ex41/ex41App.puml | 417094148215528eb3b365e0b861f3667701ad36 | [] | no_license | YHmaiti/Hmaiti-COP3330-Assignment3 | 316326ffb6d83eae6382a41830441b08d5e2acae | c1f591b1bbdfa94724c72e7f43cd1e35be2555e6 | refs/heads/master | 2023-08-13T20:04:06.663057 | 2021-10-07T22:24:37 | 2021-10-07T22:24:37 | 414,767,067 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 246 | puml | /*
* UCF COP3330 Fall 2021 Assignment 3 Solution
* Copyright 2021 Yohan Hmaiti
*/
@startuml
class App{
+ main(String[] args)
+ InputHandlerWithSort(String inputtedDir,String outputtedDir)
+ printOutput(String output)
}
@enduml |
4ef3d217b3f3f2887b8a6c9a915261b65fa38531 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-journalposttype.puml | ef4c1349a5ea24e3b0446d3dd9ba1be09ab76feb | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 266 | puml | @startuml
skinparam nodesep 100
hide circle
class Kodelister.Journalposttype <<codelist>> {
+Inngående dokument = I
+Utgående dokument = U
+Organinternt dokument for oppfølging = N
+Organinternt dokument uten oppfølging = X
+Saksframlegg = S
}
@enduml
|
57c2482f1ab0d6f57e3b691e7437afaec05c6480 | 544a5b602c038888f8597b5c6fba5293d166f63b | /src/main/java/com/master/chapter019/Composute-Pattern.puml | e7bd74664407c0ec08fb1e90fbb1a40573b2afeb | [] | no_license | ColorXJH/Design-Pattern-Learning | 50d63ac6be15fd3d8947dbd89d9272de358bb9fe | 487a017f1688ab764e9ba98360e3a55b8a1858e7 | refs/heads/master | 2023-03-30T06:46:37.633591 | 2021-03-20T13:32:12 | 2021-03-20T13:32:12 | 349,720,860 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 573 | puml | @startuml
'https://plantuml.com/class-diagram
/'客户端'/
class client{
}
/'component为所有对象定义一个类,不管是叶子还是节点'/
class Component{
void add();
void remove();
void print();
}
/'依赖'/
client ..> Component
/'叶子没有孩子,不能操作孩子,但其定义组合内元素的行为'/
class leaf{
}
/'组合可以操作子节点和叶子,但可能不具有叶子的某些行为'/
class Composite{
}
/'继承/扩展/泛化'/
Component <|-- leaf
Component <|-- Composite
/'聚合'/
Composite o-- Component
@enduml |
09eca7b03dc377d2168f159ee6b87fc1d56754cc | b6b80e0d90aed72a08e8fe6c636996ae62064b86 | /src/main/java/ro/mta/se/lab/controller/controller.plantuml | b18f45d80fd6e80a55ee8b5f3cd7ad5be3a8d6c6 | [] | no_license | AlexandraLarisaa/Tema2 | 44eee2cbb1172c347cd115cd9424d46672385736 | 8e4129509e2df7e3bbe56ec12c969d7da3e72078 | refs/heads/master | 2023-02-18T01:15:48.808399 | 2021-01-17T10:04:55 | 2021-01-17T10:04:55 | 328,685,852 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,199 | plantuml | @startuml
title __CONTROLLER's Class Diagram__\n
namespace o.mta.se.lab {
namespace controller {
class ro.mta.se.lab.controller.ListController {
+ celsius : Label
+ chb_city : ComboBox<String>
+ chb_country : ComboBox<String>
+ description : Label
+ grade : Label
+ humidity : Label
+ precipitation : Label
+ showCity : Label
+ time : Label
+ weatherImage : ImageView
+ wind : Label
- apiKey : String
- currentCity : String
- locations : Map<String, ArrayList<Location>>
- weatherDescription : String
+ ListController()
+ getDescriptionInfo()
+ initialize()
+ showWeatherInfo()
- handleSelectCity()
- handleSelectCountry()
}
}
}
ro.mta.se.lab.controller.ListController .up.|> javafx.fxml.Initializable
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
|
0c4ed7d46fc67693295d4c3a5fe752cdddcc8b9c | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitAddAddressAction.puml | 49712614a73308b2d452b342e492ed2fee44b337 | [] | 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 | 491 | 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 BusinessUnitAddAddressAction [[BusinessUnitAddAddressAction.svg]] extends BusinessUnitUpdateAction {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface BusinessUnitUpdateAction [[BusinessUnitUpdateAction.svg]] {
action: String
}
@enduml
|
b88cf90b94cb3d3fa2969209d35481ecae7e0310 | 81c5341b371310f415b7c5ed1193e72bba5eedda | /diagrams/server/DocumentsClassDiagram.puml | 8d90deeebfd4914102d18c070cfd98a850a501b8 | [
"MIT"
] | permissive | wolfj123/PolicyModelsPlugin | cb8a8687f66e95f164e2cf76cb8ff91245bad598 | c012734157bb8a03348e55e6844e34b6bc1596fc | refs/heads/master | 2023-01-08T05:03:52.950396 | 2020-06-17T15:59:44 | 2020-06-24T13:50:58 | 229,545,591 | 0 | 0 | MIT | 2023-01-07T18:08:47 | 2019-12-22T09:32:58 | TypeScript | UTF-8 | PlantUML | false | false | 3,714 | puml | @startuml
interface ChangeInfo {
+oldRange: Range
+newRange: Range
}
interface PMTextDocument {
+path: string
+uri: string
+languageId: languagesIds
+version: number
+getText(range?: Range): string
+positionAt(offset: number): Position
+offsetAt(position: Position): number
+lineCount: number
+isEqual(other: PMTextDocument): boolean
+update(changes: TextDocumentContentChangeEvent[], version: number): ChangeInfo[]
+lastChanges: ChangeInfo[]
}
class FullTextDocument implements PMTextDocument {
-_path: string
-_uri: string
-_languageId: languagesIds
-_version: number
-_content: string
-_lineOffsets: number[]
-_lastChanges: ChangeInfo[]
+lastChanges: ChangeInfo[]
+lastChanges: ChangeInfo[]
+path: string
+uri: string
+languageId: languagesIds
+version: number
+version: number
+getText(range?: Range): string
+update(changes: TextDocumentContentChangeEvent[], version: number): ChangeInfo[]
-getLineOffsets(): number[]
+positionAt(offset: number): Position
+offsetAt(position: Position): number
+lineCount: number
+isEqual(other: PMTextDocument): boolean
-{static} isIncremental(event: TextDocumentContentChangeEvent): boolean
-{static} isFull(event: TextDocumentContentChangeEvent): boolean
}
interface DocumentManagerResult {
+type: DocumentManagerResultTypes
+result?: any
}
enum DocumentManagerResultTypes {
noChange
newFile
removeFile
updateFile
}
interface TextDocumentManagerInt {
+folderMode: boolean
+allDocumnets: PMTextDocument[]
+openedDocumentInClient(opendDocParam: TextDocumentItem): Promise<DocumentManagerResult[]>
+closedDocumentInClient(closedDcoumentParams: TextDocumentIdentifier): Promise<DocumentManagerResult>
+changeTextDocument(params: DidChangeTextDocumentParams): Promise<DocumentManagerResult>
+deletedDocument(deletedFile: string): Promise<DocumentManagerResult>
+clientCreatedNewFile(newFileUri: string): Promise<DocumentManagerResult>
+openedFolder(pathUri: string): void
+getDocument(uri: string): PMTextDocument
}
class TextDocumentManager implements TextDocumentManagerInt {
-_finishedReadingFolder: boolean
-_noOpenFolderMode: boolean
-_allDocuments: PMTextDocument[]
+folderMode: boolean
+getDocument(uri: string): PMTextDocument
+allDocumnets: PMTextDocument[]
+openedDocumentInClient(opendDocParam: TextDocumentItem): Promise<DocumentManagerResult[]>
+closedDocumentInClient(closedDcoumentParams: TextDocumentIdentifier): Promise<DocumentManagerResult>
+changeTextDocument(params: DidChangeTextDocumentParams): Promise<DocumentManagerResult>
+deletedDocument(deletedFile: string): Promise<DocumentManagerResult>
+clientCreatedNewFile(newFileUri: string): Promise<DocumentManagerResult>
+openedFolder(pathUri: string): void
-createAndAddNewFile(newFileUri?: string, textDocument?: TextDocumentItem): PMTextDocument
-filesCollector(path: string, filesToParse: { name: string; languageId: languagesIds; }[]): void
-getLangugeIdFromUri(uri: string): languagesIds
}
class DocumenManagerGlobal {
+getWellformedRange(range: Range): Range
+createNewTextDocument (ur: string,languageId: any,version: number,content: string): PMTextDocument
+createNewTextDocumentItem(textDocItem: TextDocumentItem): PMTextDocument
}
FullTextDocument --> DocumenManagerGlobal: uses
TextDocumentManagerInt "0..." o-- "1...1" PMTextDocument
DocumentManagerResult "1..1" *-- "1..1" DocumentManagerResultTypes
TextDocumentManagerInt --> DocumentManagerResult: uses
PMTextDocument "1..1" *-- "1..1" ChangeInfo
@enduml |
c38d3df7d60ed73b533b877fcc1d94d43f20676b | 57b81f1517697803f721fb4c7d649822d28497d1 | /docs/design/tefact-datasource.puml | a9e45898f3c149efc197c49ae3ea4ab0d8ecb722 | [
"MIT"
] | permissive | zhengdeding/tefact-engine | 417c6125853ab1b4db0c35c7e0f24a4e1538a3af | de894e8f8c163cb5aafe360dc146d1a4ded20ddb | refs/heads/master | 2023-03-17T14:04:48.627124 | 2021-03-20T04:30:46 | 2021-03-20T04:30:46 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 124 | puml | package "DataSource" #DDD {
class DataSource {
id: String
}
class DBStorage {
}
class FileStorage {
}
}
|
5878cb7a52441182692887d7e9ec7a089d184fdc | 618414d7666e67b9535ebd975e1de61e9c01e095 | /QLSV/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/cursoradapter/cursoradapter.plantuml | cfadec248567689f2e3b3970846fb653023fca7f | [] | no_license | h2312/Do-an-TTLTA-03-TIN230DV01-0100 | a0792724add3844de35d48a2bd87d3eeb8de8a93 | e9f01e84b45042bd6192333842fb80feabb74707 | refs/heads/master | 2022-06-30T21:56:05.032422 | 2020-04-25T10:33:44 | 2020-04-25T10:33:44 | 258,747,594 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 337 | plantuml | @startuml
title __CURSORADAPTER's Class Diagram__\n
package android.support.cursoradapter {
class R {
- R()
}
}
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
|
f17bdb89a5b441bc5445708f3fe1b2ce038c0cb1 | 5f7dca4347f67bc78281d5fca27cde0e0890b933 | /cass/service-center/service-center.puml | c73a45d7875e492ec5f9d1ef3962c6120507d0c1 | [] | no_license | destinytaoer/code_design | 0ed50e90b6c16b6cdca1e51140a619a31af013a8 | f42c7942f55ce7c3871e645d871cd094d468694d | refs/heads/main | 2023-08-28T13:49:32.171307 | 2021-10-21T04:13:30 | 2021-10-21T04:13:30 | 407,274,340 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,064 | puml | @startuml
class ServiceCenter {}
class SummaryInfo {
userInfo?: IEcUserInfo;
recordList: ITenantOrderRecordInfoVm[];
packageList: ITenantFunRightsDetailVm[];
}
package 公共组件 {
class LevelRightList {
levelRights: ILevelRightVm[];
selectedLevel?: ILevelRightVm;
onSelect: (levelRight: ILevelRightVm) => void;
}
class LevelRight {
levelRight: ILevelRightVm;
isSelected: boolean;
onSelect: (levelRight: ILevelRightVm) => void;
}
class OpenServiceFooterBar {
selectedLevel: ILevelRightVm;
onPay: () => void;
recommend: string;
onRecommendChange: (recommend: string) => void;
}
}
class PackageCarousel {
packageList: ITenantFunRightsDetailVm[];
}
class OpenServiceRecord {
recordList: ITenantOrderRecordInfoVm[];
}
class LoadingModal {
visible: boolean;
}
ServiceCenter --> SummaryInfo
ServiceCenter --> LevelRightList
LevelRightList --> LevelRight
ServiceCenter --> OpenServiceFooterBar
ServiceCenter --> PackageCarousel
ServiceCenter --> OpenServiceRecord
ServiceCenter -> LoadingModal
@enduml |
5e576bc604e016343cff19a994b7431d36b6f378 | 95db096f36828b7124792f7ce52368a58783e9e9 | /docs/javadocs/soen6441riskgame/utils/GraphChecker.puml | a3aea3bc488975bb43035fd860285769d75639e9 | [] | 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 | 752 | puml | @startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
set namespaceSeparator none
class "<b><size:14>GraphChecker</b>\n<size:10>soen6441riskgame.utils" as soen6441riskgame.utils.GraphChecker [[../../soen6441riskgame/utils/GraphChecker.html{soen6441riskgame.utils.GraphChecker}]] {
+GraphChecker()
{static} +boolean isCountriesConnected(ArrayList<Country> countries)
}
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.utils.GraphChecker ..> soen6441riskgame.models.Country
@enduml
|
e5170250b437eb18728fdc3d5711642688915e4f | ad3cc5450c8e0d30e3ddbc36db6fbb053e8965fb | /projects/oodp/html/umlversion/sg/edu/ntu/scse/cz2002/util/ScannerHelper.puml | 79b641bf40e141a5bee95e24694cd460339f3698 | [] | no_license | itachi1706/How-to-use-Git-NTUSCSE1819-Site | d6fcba79d906e9916c3961b11a6e1318d8a0f602 | dbce2f56b42e15be96bd40fd63e75389d397ca34 | refs/heads/master | 2021-07-12T15:24:44.197085 | 2020-08-01T12:31:23 | 2020-08-01T12:31:23 | 172,893,030 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 714 | puml | @startuml
class ScannerHelper [[../sg/edu/ntu/scse/cz2002/util/ScannerHelper.html]] {
{static} +instance: Scanner
{static} +getIntegerInput(prompt:String): int
{static} +getIntegerInput(prompt:String, min:int): int
{static} +getIntegerInput(prompt:String, min:int, max:int): int
{static} +getIntegerInput(prompt:String, acceptedValues:ArrayList<Integer>, errorMsg:String): int
{static} +getDoubleInput(prompt:String): double
{static} +getDoubleInput(prompt:String, min:int): double
{static} +getYesNoInput(prompt:String): boolean
{static} +getScannerInput(): Scanner
}
center footer UMLDoclet 1.1.3, PlantUML 1.2018.12
@enduml
|
5c4141571b552326a7c479c988dca89e36e473ef | 644b7bb773b84596a2de4d31a0603284d9562e56 | /Solidity/Contracts/UniversityExam.iuml | 75d86cf969d16113a9f0a4285de3e5de668cc81c | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 139 | iuml | @startuml
class UniversityExam #99FFF3 {
__modifiers__
__
+ associateTeacherToExam (_teacher: Teacher, _exam: Exam) {onlyAdmin}
}
@enduml
|
faab522efd79ac4ed11d66c639854c50a9cd865e | a0da64289aeb4b257eafd0445649c54971c2ef39 | /proxy-pattern/doc/java-dynamic-proxy.puml | c8b5ecfcfef3a9fc50712f9df76b1660953c8b98 | [] | no_license | ThomsonTang/Design-Pattern | 04db1920f2a06e4caff3a5fa20691f589bff38ec | d976f0f186d2540e9b64c026a7f34db7add6f41d | refs/heads/master | 2022-07-20T18:58:13.548479 | 2022-07-07T10:13:35 | 2022-07-07T10:13:35 | 39,445,011 | 0 | 0 | null | 2015-12-26T10:00:38 | 2015-07-21T12:50:07 | null | UTF-8 | PlantUML | false | false | 358 | puml | @startuml
interface Subject {
request()
}
Subject <|-- RealSubject
Subject <|-- Proxy
class RealSubject {
request()
}
interface InvocationHandler {
invoke()
}
InvocationHandler <|-- TheInvocationHandler
RealSubject <-- TheInvocationHandler
Proxy -right-> TheInvocationHandler
class TheInvocationHandler {
invoke()
}
class Proxy {
request()
}
@enduml
|
b18a71acd7b295c2d983162b82ffe046ffb80d6d | 2898720a18b19ca779d1201d0250fe7208e9db67 | /doc/classes.puml | 629354cc944d861eeaa16632556141bf1d63ca5e | [
"MIT"
] | permissive | jcorre-hipay/micro-token | d9ae24b4e45b641cd40d782a3351990c7545bc7c | 41edbf4ae89ab05a12bf45b9cd920ad9936f5186 | refs/heads/master | 2021-05-15T21:49:08.501528 | 2018-11-08T09:02:25 | 2018-11-08T09:02:25 | 106,593,513 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,638 | puml | @startuml
class TokenManager {
+ <b>setCipher(</b><i>CipherInterface</i> cipher<b>)</b>
+ <b>create(</b><i>string</i> cardNumber<b>,</b> <i>int</i> keyIdentifier<b>)</b>: <i>string</i>
}
class KeyStore {
+ <b>register(</b><i>int</i> id<b>,</b> <i>string</i> value<b>)</b>
+ <b>get(</b><i>int</i> id<b>)</b>: <i>string</i>
}
class CipherRegistry {
+ <b>get(</b><i>string</i> algorithm<b>)</b>: <i>CipherInterface</i>
}
interface CipherInterface {
+ <b>hash(</b><i>string</i> data<b>,</b> <i>string</i> key<b>)</b>: <i>string</i>
}
abstract class AbstractCipher {
+ <b>hash(</b><i>string</i> data<b>,</b> <i>string</i> key<b>)</b>: <i>string</i>
}
class Md5Cipher {
+ <b>hash(</b><i>string</i> data<b>,</b> <i>string</i> key<b>)</b>: <i>string</i>
}
class Sha1Cipher {
+ <b>hash(</b><i>string</i> data<b>,</b> <i>string</i> key<b>)</b>: <i>string</i>
}
class Sha256Cipher {
+ <b>hash(</b><i>string</i> data<b>,</b> <i>string</i> key<b>)</b>: <i>string</i>
}
interface StorageAdapterInterface {
+ <b>load(</b><i>string</i> storage<b>)</b>: <i>array</i>
+ <b>save(</b><i>string</i> storage<b>,</b> <i>array</i> data<b>)</b>
}
class JsonFileStorageAdapter {
+ <b>load(</b><i>string</i> storage<b>)</b>: <i>array</i>
+ <b>save(</b><i>string</i> storage<b>,</b> <i>array</i> data<b>)</b>
}
TokenManager o-- KeyStore
TokenManager o-- CipherInterface
KeyStore o- StorageAdapterInterface
CipherInterface <|.. AbstractCipher
AbstractCipher <|-- Md5Cipher
AbstractCipher <|-- Sha1Cipher
AbstractCipher <|-- Sha256Cipher
StorageAdapterInterface <|.. JsonFileStorageAdapter
@enduml |
a4f170b4613b618aa2d9eca4513387c892fd08fe | de3c0b612ac42b368294e6ff14d37c7de0d95609 | /src/src.plantuml | 2c9c675a305f29db43d7f8cbaa1024d21c2717c3 | [] | no_license | Mahoney0101/AdapterPattern | 6b144fe300e378d91d5ceb5c76546f00b094ac57 | 39c79dcc8c1691272396b58302be1608e7d8c6c3 | refs/heads/master | 2022-12-29T18:07:44.583627 | 2020-10-20T16:35:44 | 2020-10-20T16:35:44 | 305,080,873 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 246 | plantuml | @startuml
interface CoffeMachine {
}
class Coffee {
}
class Driver {
}
class Tea {
}
class TeaAdapter {
}
Coffee .up.|> CoffeMachine
TeaAdapter .up.|> CoffeMachine
TeaAdapter o-- Tea : tea
@enduml
|
06b0506fb305be0bbbcc268ff753b6bdcc7e957a | 6a18f529996d613a5b4ad504f84eb35f3bd319c4 | /src/main/resources/ejercicio1.plantuml | f878495c3b6f0e1edc88640e11cb5bdc875f8f23 | [] | no_license | obj2-unahur/04-template-method-practica-v1 | d00d3a1e63e7337b7710f4fd165b891edf5dfaef | ef0605434d4c0701b6ffc1c727b7f1f8f3965ce4 | refs/heads/master | 2022-07-21T15:18:16.988321 | 2020-05-13T00:20:43 | 2020-05-13T00:20:43 | 262,786,596 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,065 | plantuml | @startuml
class ar.edu.unahur.obj2.ejercicio1.AgenciaDeViajes {
+ AgenciaDeViajes()
+ catalogoDePaquetes()
}
class ar.edu.unahur.obj2.ejercicio1.PaqueteCuyo {
+ getNombre()
+ imprimirItinerario()
- print()
# getTransporteIda()
# getDia1()
# getDia2()
# getDia3()
# getTransporteVuelta()
}
class ar.edu.unahur.obj2.ejercicio1.PaqueteNOA {
+ itinerario()
- nombre()
# transporteIda()
# dia1()
# dia2()
# dia3()
# transporteVuelta()
- print()
}
class ar.edu.unahur.obj2.ejercicio1.PaquetePatagonia {
+ getItinerario()
- print()
}
ar.edu.unahur.obj2.ejercicio1.AgenciaDeViajes o-- ar.edu.unahur.obj2.ejercicio1.PaqueteCuyo : paqueteCuyo
ar.edu.unahur.obj2.ejercicio1.AgenciaDeViajes o-- ar.edu.unahur.obj2.ejercicio1.PaqueteNOA : paqueteNOA
ar.edu.unahur.obj2.ejercicio1.AgenciaDeViajes o-- ar.edu.unahur.obj2.ejercicio1.PaquetePatagonia : paquetePatagonia
@enduml
|
ba85a365a233271616ef179ae4a18dd31ebf31c2 | 1f9f3670cda9695ba7eb641653fd178f6fd62e55 | /test6/src/main/class.puml | 401eff669a2ef311437f98742d98bd30057a7cb1 | [] | no_license | yimoqiuyi/is_analysis | ac5751f0d8abe2e63dbd83d0f7ba8bdcb5879ddc | deafb5534d466934aa923321bf25e90dba000e9d | refs/heads/master | 2021-04-12T08:05:44.722507 | 2019-04-26T01:38:40 | 2019-04-26T01:38:40 | 125,817,161 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,683 | puml | Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Search
Sign in or Sign up
Watch 1 Star 8 Fork 53 zwdbox/is_analysis
Code Issues 2 Pull requests 0 Projects 0 Insights
Branch: master Find file Copy path is_analysis/test6/src/class.puml
205a8e8 14 days ago
@zwdbox zwdbox version1
1 contributor
RawBlameHistory
40 lines (36 sloc) 913 Bytes
@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 (老师所属部门)
}
class students{
<b>student_id</b> (学号)
class (班级)
result_sum(成绩汇总)
web_sum (网站正确与否汇总)
}
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 (实验名称)
}
class course{
<b>course_id</b> (课程ID)
note(标注)
}
class semester{
<b>semester_id</b> (学期)
note(标注)
}
students "1" -- "n" grades
tests "1" -- "n" grades
teachers "n" -- "n" students
semester "1" -- "n" students
semester "1" -- "n" tests
students "n" -- "n" course
@enduml
© 2018 GitHub, Inc.
Terms
Privacy
Security
Status
Help
Contact GitHub
API
Training
Shop
Blog
About
Press h to open a hovercard with more details. |
710074410cb48163517bcb7156655fefca57d3b0 | 8b899ba8220c247a9cce52ee728717afa31faf42 | /src/class_payments.puml | adb43fe379e1357955866bc7ff5bb1719cb90a8b | [] | no_license | FerryTix/diagrams | 5313dce8043080074c4097bd4b0e0533a78a1019 | db4a2c2b99f4e4e273ef9b5fd47f7fdef9e5e319 | refs/heads/main | 2023-04-18T03:34:17.313112 | 2021-05-03T19:22:08 | 2021-05-03T19:22:08 | 341,652,352 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,225 | puml | @startuml
skinparam linetype ortho
left to right direction
skinparam nodesep 30
'title: FerryTix Class Diagram
skinparam monochrome true
skinparam nodesep 50
scale 1.5
abstract class PaymentDetails
class FaehrCardPayment {
' uuid: UUID
}
FaehrCardPayment ..|> PaymentDetails
FaehrCardPayment "*" -left- "1" FaehrCard
class CashPayment {
denominations: [Integer]
change: [Integer]
}
CashPayment ..up|> PaymentDetails
class ECCardPayment {
}
ECCardPayment .up|> PaymentDetails
class Payment {
'issuedBy: Union<null, VendingMachine>
uuid: UUID
issuedAt: DateTime
amount: Integer
'details: PaymentDetails
'method: PaymentMethod
}
enum PaymentMethod {
ECCard
Cash
FaehrCard
BankTransfer
PayPalPayment
}
PaymentMethod "1" - "*" Payment
Payment "1" - "1" PaymentDetails
' Payment "*" - "1" VendingMachine
abstract class Sale {
saleID: String
'signedBy: VendingMachine
signature: String
'payment: Payment
}
Sale "1" -up- "1" Payment
class FaehrCard {
uuid: UUID
' ownedBy: Union<null, StaffMember>
balance: Integer
issuedAt: DateTime
' issuedBy: Union<null, VendingMachine>
}
' FaehrCard "*" -- "0…1" VendingMachine
@enduml |
626117d1068414c1fe03e734cd02c4c279992b3e | 931f81c52ce82b153959b8f70a74f8c09787bc9c | /docs/archi2.puml | c3f96aca0675fc37bd209b6d85353c7fe9398b73 | [] | no_license | FannyLourioux/Techpro | 3bd4461889773e24966325fe4c536cfa756ec655 | 293497862d7e8764085160434470d262a465e6c8 | refs/heads/master | 2023-03-26T15:41:28.183646 | 2021-03-22T10:40:19 | 2021-03-22T10:40:19 | 333,469,386 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,366 | puml | @startuml archi2
package techpro {
package model {
enum Brand {}
enum Category {}
class Item {
- id: UUID
- brand: Brand
- price: double
- label: string
- category: Category
- image: string
}
class Category {
# name;
}
}
package dao{
interface ItemDao {
add(item: Item): Item
delete(item: Item): Item
update(item: Item): Item
get(id: UUID): Item
addAll(items: List<Item>) Set<Item>
deleteAll(items: List<Item>) Set<Item>
updateAll(items: List<Item>) Set<Item>
getAll(): Set<Item>
}
}
package resource{
class ItemResource {
+ addItem(item: Item): Set<Item>
+ deleteItem(item: Item): Set<Item>
+ updateItem(item: Item): Set<Item>
+ getItem(id: UUID): Item
}
class ItemsResource {
+ addItems(items: List<Item>): Set<Item>
+ deleteItems(items: List<Item>): Set<Item>
+ updateItems(items: List<Item>): Set<Item>
+ getItems(): Set<Item>
}
}
}
Item o--> Brand
Item o--> Category
ItemDao *..> Item
ItemResource o--> ItemDao
ItemsResource o--> ItemDao
@endpuml |
5291dd3d3f74bd04e66d8a7c68dd819d694ef977 | a052dbc86f4b1b05bd1574390b527395e05165e7 | /uml/ClassDiagram.puml | d4aba9b3073a1f71d8a7ffdb09612596cee3669d | [] | no_license | xera51/gray-4709-a5 | af72c5b4263a817687d7b942f7f3514c29b89ed4 | 7da91ac7ee9ddb6ba7f7e6e3ae3fbcd73229d6c6 | refs/heads/master | 2023-07-09T23:31:02.801617 | 2021-07-25T17:01:37 | 2021-07-25T17:01:37 | 386,744,210 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,095 | puml | @startuml
package ucf.assignments #ADD {
class InventoryManager {
+ {static} main(String[] args): void
+ start(Stage primaryStage): void
}
class InventoryManagerController {
- stage : Stage
- model : InventoryManagerModel
- fileChooser : FileChooser
- addFields : List<TextField>
- saved : boolean
- itemTable : TableView<Item>
- serialNumberColumn : TableColumn<Item, String>
- nameColumn : TableColumn<Item, String>
- valueColumn : TableColumn<Item, BigDecimal>
- nameFilter : TextField
- serialNumberFilter : TextField
- addButton : Button
- serialNumberField : TextField
- nameField : TextField
- valueField : TextField
- removeButton : Button
+ initialize(): void
+ InventoryManagerController(Stage stage): InventoryManagerController
__Event Handlers__
~ addItem(ActionEvent event): void
~ removeItem(ActionEvent event): void
~ newInv(ActionEvent event): void
~ openInv(ActionEvent event): void
~ saveInv(ActionEvent event): void
~ saveAsInv(ActionEvent event): void
~ deleteInv(ActionEvent event): void
~ updateFilter(ActionEvent event): void
~ onExit(ActionEvent event): void
__Private Implementation__
- showNotification(Node node, String message): void
- setDirectory(): void
- getDefaultDirectory(): File
- clearAddFields(): void
- confirmIfNotSaved(): void
- showOpenFileChooser(): File
- showSaveFileChooser(): File
- selectAndFocus(TextField textField): void
- isDoubleValue(String str): boolean
- onExitRequest(): void
}
class InventoryManagerModel {
- itemMap : ObservableMap<String,Item>
- itemList : ObservableList<Item>
- filteredItemList : FilteredList<Item>
- sortedItemList : SortedList<Item>
- dataAccessObject : InventoryDAO
+ InventoryManagerModel(): InventoryManagerModel
+ getSortedList(): SortedList<Item>
+ addItem(Item item): void
+ deleteItem(Item item): void
+ loadInventory(): void
+ saveInventory(): void
+ deleteInventory(): void
+ closeInventory(): void
+ containsSerialNumber(String serialNumber): boolean
+ updateSerialNumber(String oldSerialNumber, String newSerialNumber): void
+ getItemBySerialNumber(String serialNumber): Item
+ bindFile(Path path): void
+ unbind(): void
+ isBound(): boolean
}
class Item {
- name : StringProperty
- serialNumber : StringProperty
- value : ObjectProperty<BigDecimal>
+ Item(String name, String serialNumber, double value): Item
+ Item(String name, String serialNumber, BigDecimal value): Item
+ nameProperty(): StringProperty
+ setName(String value): void
+ getName(): String
+ serialNumberProperty(): StringProperty
+ setSerialNumber(String value): void
+ getSerialNumber(): String
+ valueProperty(): ObjectProperty<BigDecimal>
+ setValue(BigDecimal value): void
+ getValue(): BigDecimal
+ hashCode(): int
+ equals(Object Obj): boolean
+ toString(): String
- validate(String name, String serialNumber, BigDecimal value): boolean
+ extractor(): Callback<Item, Observable[]>
}
interface InventoryDAO {
+ create(): void
+ getItems(): Collection<? extends Item>
+ saveItems(Collection<? extends Item> items): void
+ delete(): void
}
class InventoryFileDAO {
- path : Path
- serializer : Serializer
+ InventoryFileDAO(Path path): InventoryDAO
+ create(): void
+ getItems(): Collection<? extends Item>
+ saveItems(Collection<? extends Item> items): void
+ delete(): void
- determineFileExtension(Path path): <? extends Serializer>
}
interface Serializer {
+ from(String items): Collection<? extends Item>
+ to(Collection<? extends Item> items): String
}
class InventoryJSONSerializer {
+ from(String items): Collection<? extends Item>
+ to(Collection<? extends Item> items): String
}
class InventoryHTMLSerializer {
+ from(String items): Collection<? extends Item>
+ to(Collection<? extends Item> items): String
}
class InventoryTSVSerializer {
+ from(String items): Collection<? extends Item>
+ to(Collection<? extends Item> items): String
}
}
InventoryManager - InventoryManagerController
InventoryManagerController *-- InventoryManagerModel
InventoryManagerModel *-- InventoryDAO
Item -* InventoryManagerModel
InventoryFileDAO *- Serializer
Serializer <|.. InventoryJSONSerializer
Serializer <|.. InventoryHTMLSerializer
Serializer <|.. InventoryTSVSerializer
InventoryDAO <|.. InventoryFileDAO
Item .. InventoryDAO
@enduml |
7a2d2165a2087c247c46b7ec6d6e74fe50c5039f | d6b7094d3bfe93880fa8c1d75e9f0a0543a7a256 | /diagramas - plantuml/[QMP4] - correcion.plantuml | a99af39d8e8d23a68c0e61304ad1c20eb959e631 | [] | no_license | LeoSabaLagos/QueMePongo-Grupo-16 | ad77d4ef78a61685ed6ba66b80a219c660f967ee | b08fa683835a13fff11d926353a93a73865afe51 | refs/heads/main | 2023-09-04T01:35:59.737187 | 2021-07-01T17:14:34 | 2021-07-01T17:14:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,549 | plantuml | @startuml
AsesorDeImagen ..> ServicioMeteorologico
AsesorDeImagen ..> Guardarropas
AsesorDeImagen ..> Atuendo
class AsesorDeImagen {
ServicioMeteorologico servicioMeteorologico
Atuendo sugerirAtuendo(direccion, guardarropas)
}
class EstadoDelTiempo {
Integer temperatura
}
EstadoDelTiempo <.. ServicioMeteorologico
class ServicioMeteorologicoAccuWeather {
AccuWeatherAPI apiClima
Map<String, Object> condicionesClimaticas
EstadoDelTiempo estadoDelTiempo(String ubicacion)
}
ServicioMeteorologicoAccuWeather --> AccuWeatherAPI
class AccuWeatherAPI {
List<Map<String, Object>> getWheather(String ciudad)
}
interface ServicioMeteorologico {
EstadoDelTiempo estadoDelTiempo(String ubicacion)
}
ServicioMeteorologico <|.. ServicioMeteorologicoAccuWeather
class Prenda {
TipoPrenda tipo
Material material
Trama trama
Color color
Color colorSecundario
Integer temperaturaMaxima
CriterioUso criterioUso
Categoria categoria()
boolean aptaTemperatura(temperaturaActual)
}
Atuendo --> " * " Prenda
Guardarropas --> " * " Prenda
class Atuendo {
List<Prenda> prendas
boolean aptoParaTemperatura(temperaturaActual)
}
Guardarropas ..> Atuendo
class Guardarropas {
List<Prenda> prendas
CriterioUso criterioUso
List<Atuendo> todasLasPosiblesCombinaciones()
void guardarPropuesta(unaPropuesta)
void rechazarPropuesta(unaPropuesta)
deshacerPropuesta(unaPropuesta)
void agregarPrenda(unaPrenda)
void quitarPrenda(unaPrenda)
}
@enduml |
4248e5866eaedf1b9a23f7df9c2371fe50d461be | 79510ecfd4530a5297ce035ffd76aca6f2979d4a | /app/src/main/java/com/example/diseaseprediction/diagram/model.plantuml | 191cfa5dced4770462a57cdde71a5168b592971f | [] | no_license | unrickq/Disease_prediction | 38bf6ff563c030638e629b27a009091721d1403c | 1a260b7370cbf4838d01e1bcd19cc79c0f74db75 | refs/heads/master | 2023-07-19T14:26:38.643127 | 2021-09-17T03:13:35 | 2021-09-17T03:13:35 | 360,529,205 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,110 | plantuml | @startuml
title __MODEL's Class Diagram__\n
namespace com.example.diseaseprediction {
namespace model {
class com.example.diseaseprediction.model.Result {
- confidence : Float
- id : String
- title : String
+ Result()
+ compareTo()
+ getConfidence()
+ getId()
+ getTitle()
+ toString()
}
}
}
namespace com.example.diseaseprediction {
namespace model {
class com.example.diseaseprediction.model.TextClassificationClient {
{static} - LABEL_PATH : String
{static} - MAX_RESULTS : int
{static} - MODEL_PATH : String
{static} - PAD : String
{static} - SENTENCE_LEN : int
{static} - SIMPLE_SPACE_OR_PUNCTUATION : String
{static} - START : String
{static} - TAG : String
{static} - UNKNOWN : String
{static} - VOCAL_PATH : String
- am : AssetManager
- context : Context
- dic : Map<String, Integer>
- fis : InputStream
- is : InputStream
- labels : List<String>
- tflite : Interpreter
+ TextClassificationClient()
+ classify()
+ load()
+ tokenize()
+ tokenize1()
+ unload()
~ getDic()
~ getLabels()
~ getTflite()
~ tokenizeInputText()
- loadDictionaryFile()
- loadLabelFile()
- loadModel()
{static} - loadModelFile()
}
}
}
com.example.diseaseprediction.model.Result .up.|> java.lang.Comparable
com.example.diseaseprediction.model.TextClassificationClient o-- com.example.diseaseprediction.tokenize.RDRsegmenter : rdRsegmenter
com.example.diseaseprediction.model.TextClassificationClient o-- com.example.diseaseprediction.tokenize.Vocabulary : vocabulary
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
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.