blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
227
content_id
stringlengths
40
40
detected_licenses
listlengths
0
28
license_type
stringclasses
2 values
repo_name
stringlengths
6
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
61 values
visit_date
timestamp[us]date
2015-08-14 10:26:58
2023-09-06 07:53:38
revision_date
timestamp[us]date
2011-01-31 21:28:29
2023-09-05 14:54:58
committer_date
timestamp[us]date
2011-01-31 21:28:29
2023-09-05 14:54:58
github_id
int64
206k
631M
star_events_count
int64
0
108k
fork_events_count
int64
0
34.4k
gha_license_id
stringclasses
13 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
79 values
src_encoding
stringclasses
12 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
8
1.29M
extension
stringclasses
17 values
code
stringlengths
8
1.29M
non_uml
bool
1 class
uml
bool
1 class
has_non_ascii
bool
2 classes
has_non_latin
bool
1 class
uml_subtype
stringclasses
10 values
fb1c693ef50f307830ca127e167345c502f0c9d5
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SpriteAssetEditor.puml
4de05ba47eb3a5c3728491ce235973cfbee46e16
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,666
puml
@startuml class TMP_SpriteAssetEditor { m_moveToIndex : int m_selectedElement : int m_CurrentCharacterPage : int m_CurrentGlyphPage : int <<const>> k_UndoRedo : string = "UndoRedoPerformed" m_CharacterSearchPattern : string m_IsCharacterSearchDirty : bool m_GlyphSearchPattern : string m_IsGlyphSearchDirty : bool isAssetDirty : bool m_xOffset : float m_yOffset : float m_xAdvance : float m_scale : float + OnEnable() : void + <<override>> OnInspectorGUI() : void DisplayPageNavigation(currentPage:int, arraySize:int, itemsPerPage:int) : void UpdateGlobalProperty(property:string, value:float) : void SwapCharacterElements(selectedIndex:int, newIndex:int) : void MoveCharacterToIndex(selectedIndex:int, newIndex:int) : void SwapGlyphElements(selectedIndex:int, newIndex:int) : void MoveGlyphToIndex(selectedIndex:int, newIndex:int) : void CopyCharacterSerializedProperty(source:SerializedProperty, target:SerializedProperty) : void CopyGlyphSerializedProperty(srcGlyph:SerializedProperty, dstGlyph:SerializedProperty) : void SearchCharacterTable(searchPattern:string, searchResults:List<int>) : void SearchGlyphTable(searchPattern:string, searchResults:List<int>) : void } class UI_PanelState <<struct>> { + {static} spriteAssetFaceInfoPanel : bool = true + {static} spriteAtlasInfoPanel : bool = true + {static} fallbackSpriteAssetPanel : bool = true + {static} spriteCharacterTablePanel : bool + {static} spriteGlyphTablePanel : bool } class "List`1"<T> { } Editor <|-- TMP_SpriteAssetEditor TMP_SpriteAssetEditor --> "m_CharacterSearchList<int>" "List`1" TMP_SpriteAssetEditor --> "m_GlyphSearchList<int>" "List`1" TMP_SpriteAssetEditor --> "m_FaceInfoProperty" SerializedProperty TMP_SpriteAssetEditor --> "m_PointSizeProperty" SerializedProperty TMP_SpriteAssetEditor --> "m_ScaleProperty" SerializedProperty TMP_SpriteAssetEditor --> "m_LineHeightProperty" SerializedProperty TMP_SpriteAssetEditor --> "m_AscentLineProperty" SerializedProperty TMP_SpriteAssetEditor --> "m_BaselineProperty" SerializedProperty TMP_SpriteAssetEditor --> "m_DescentLineProperty" SerializedProperty TMP_SpriteAssetEditor --> "m_spriteAtlas_prop" SerializedProperty TMP_SpriteAssetEditor --> "m_material_prop" SerializedProperty TMP_SpriteAssetEditor --> "m_SpriteCharacterTableProperty" SerializedProperty TMP_SpriteAssetEditor --> "m_SpriteGlyphTableProperty" SerializedProperty TMP_SpriteAssetEditor --> "m_fallbackSpriteAssetList" ReorderableList TMP_SpriteAssetEditor --> "m_SpriteAsset" TMP_SpriteAsset TMP_SpriteAssetEditor +-- UI_PanelState @enduml
false
true
false
false
class
b3f5b1f728768ce5a7fafefd72f7d0361e46b464
2748577960ba36091dba79b507521c92dba723c8
/Portal.plantuml
5601105fe0b968a4cc55791f423f0f76de28efbe
[]
no_license
MartinEmilEshack/Portal
a6e3c25b421afef854bd576d97ce9019e597f700
8ac77fd31dcd3d7f7b74524f60da32259141b09d
refs/heads/master
2022-02-21T09:47:12.538411
2019-10-16T17:51:16
2019-10-16T17:51:16
213,708,757
0
0
null
null
null
null
UTF-8
PlantUML
false
false
650
plantuml
@startuml title __PORTAL's Class Diagram__\n package Portal.UI { class Controller { } } package Portal.FileManagement { class Explorer { } } package Portal.FileManagement { class FileBytes { } } package Portal.UI { class Main { } } package Portal.Network { class ReceivePort { } } package Portal.Network { class SendPort { } } Main -up-|> 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
false
true
false
false
class
78db331e879adf4c8bfd166c6c1bdabb231df9c3
2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03
/UML/vendor/bizley/migration.puml
d182d2958d6e24e25746b3b420d89074bc17187e
[]
no_license
adipriyantobpn/UML-diagram-for-some-PHP-packages
b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5
0a9308fbd2d544c8f64a37cf9f11011edfc40ace
refs/heads/master
2021-08-19T19:24:34.948176
2017-11-27T07:48:10
2017-11-27T07:48:10
112,164,778
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,158
puml
@startuml skinparam handwritten true class bizley.migration.controllers.MigrationController { +db : Connection|array|string = "db" +defaultAction : string = "list" +fixHistory : bool|string|int = 0 +generalSchema : bool|string|int = 0 +migrationNamespace : string +migrationPath : string = "@app/migrations" +migrationTable : string = "{{%migration}}" +showOnly : bool|string|int = 0 +skipMigrations : array = [] +templateFile : string = "@vendor/bizley/migration/src/views/create_migration.php" +templateFileUpdate : string = "@vendor/bizley/migration/src/views/update_migration.php" +useTablePrefix : bool|string|int = 1 #workingPath +actionCreate(table : string) : int +actionCreateAll() : int +actionList() : int +actionUpdate(table : string) : int +actionUpdateAll() : int #addMigrationHistory(version : string, namespace : string = null) +beforeAction(action : Action) : bool #createMigrationHistoryTable() #execute(type : string, table : string, actionMethod : Closure) +init() +optionAliases() +options(actionID) +preparePathDirectory(path : string) : string } class bizley.migration.controllers.MigrationController extends yii.console.Controller class yii.db.Migration { +changes : array = [] +db = "db" +addChange(table : string, method : string, value : mixed) +addColumn(table, column, type) +addCommentOnColumn(table, column, comment) +addCommentOnTable(table, comment) +addForeignKey(name, table, columns, refTable, refColumns, delete = null, update = null) +addPrimaryKey(name, table, columns) +alterColumn(table, column, type) +batchInsert(table, columns, rows) +createIndex(name, table, columns, unique = false) +createTable(table, columns, options = null) +delete(table, condition = "", params = []) +down() +dropColumn(table, column) +dropCommentFromColumn(table, column) +dropCommentFromTable(table) +dropForeignKey(name, table) +dropIndex(name, table) +dropPrimaryKey(name, table) +dropTable(table) +execute(sql, params = []) #extractColumn(type : ColumnSchemaBuilder) : array #extractColumns(columns : array) : array +fillTypeMapProperties(type : string, keyToDb : array, dbToKey : array) : array #getDb() +getKeysMap(type : ColumnSchemaBuilder) : array +getRawTableName(table : string) : string +init() +insert(table, columns) +renameColumn(table, name, newName) +renameTable(table, newName) +safeDown() +safeUp() +truncateTable(table) +up() +update(table, columns, condition = "", params = []) } class yii.db.Migration extends yii.base.Component class yii.db.Migration implements yii.db.MigrationInterface class bizley.migration.Extractor { +className : string +db : yii.db.Connection +generalSchema : bool = false +namespace : string +tableName : string +templateFile : string +templateFileUpdate : string +useTablePrefix : bool +view : yii.base.View #_tableSchema +checkSchema() #generateTableName(tableName : string) : string +getStructure() : array #getTableColumns() : array #getTableForeignKeys() : array #getTablePrimaryKey() : array +getTableSchema() : yii.db.TableSchema #getTableUniqueIndexes() : array +init() +prepareSchemaAppend(primaryKey : bool, autoIncrement : bool) : string } class bizley.migration.Extractor extends yii.base.Component class bizley.migration.Generator { +generateForeignKeyName(column : string) : string +generateMigration() : string +prepareColumnsDefinitions(compositePk : bool = false) : array +prepareForeignKeysDefinitions() : array +renderColumnDefinition(column : yii.db.ColumnSchema, compositePk : bool = false) : string +renderKeyDefinition(name : string, key : array) : string +renderPrecision(column : yii.db.ColumnSchema) : string +renderScale(column : yii.db.ColumnSchema) : string +renderSize(column : yii.db.ColumnSchema) : string } class bizley.migration.Generator extends bizley.migration.Extractor class bizley.migration.Updater { +migrationPath : string = "@app/migrations" +migrationTable : string = "{{%migration}}" +showOnly : bool = false +skipMigrations : array = [] -_classMap -_modifications = [] -_oldSchema = [] -_structure = [] -_tableSubject #analyseChanges(changes : array) : bool #compareStructures() : bool #confirmCompositePrimaryKey(newKeys : array) : bool +displayValue(value : mixed) : string #extract(migration : string) : array +fetchHistory() : array +findPrimaryKeyString(append : string) : bool #formatStructure() +generateMigration() : string +init() +isUpdateRequired() : bool +prepareUpdates() : array +removePrimaryKeyString(append : string) : string|bool|null +renderColumnStructure(column : array) : string +renderSizeStructure(column : array) : mixed #restoreMigrationClass() #setDummyMigrationClass() } class bizley.migration.Updater extends bizley.migration.Generator @enduml
false
true
false
false
class
d495ffb2e37fe8449207e4ad9eb85832ab1e1b3f
e778c50fb529563a0106509e3635959099a00924
/Conception/Diagrams/plantUml/Class Diagrams/User.puml
9450db9559de2252c7566a1d2ebea5a00cc9e481
[]
no_license
joelemenyu20/Sahem
cc07c7172dbaec42199510089f7d372b91a8508f
1f3ecf0b5fb67d2f74d11f679a6cfad99d9a04ff
refs/heads/master
2023-05-07T03:17:02.861896
2020-07-21T05:45:26
2020-07-21T05:45:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,117
puml
@startuml User skinparam monochrome true package Content{ class Post extends Article{ } class Vote{ upVote : boolean timeOfVote : Date Owner : Creator parent : Article } class Fundraiser extends Article{ description: String category: String fundGoal : Double raisedFunds : Double endDate : Date funders : Creator[] rewards: Rewards[] } class Comment extends Article{ parent: Article } class Article{ _id : String owner : Creator type : String content: String votes : Vote[] comments : Comment[] media : Media[] createdAt : Date } class Media{ _id : String name : String } class Image extends Media{ hash : String sha256 : String ext : String mime : String size : 0 url : String provider : String provider_metadata : {} related : String } class Video extends Media{ url: String title : String platform : String } class Reward { image: Image type: String name: String threshold: Double } Article o-* Vote Article *-right-* Comment Fundraiser o-left- Post Article o-- Media } package Chat { class MessageBox{ _id: String conversations: Conversation[] } class Conversation{ _id: String messages: Message[] participants: Creator[] } class Message{ _id: String sent_time: Date received_time: Date read: Date read_by: Creator[] delivred_to: Creator[] owner: Creator } } package User{ class User { _id: String username: String password: String email: String isVerified: boolean } class Creator{ _id : String profile_picture: Image user_id: String creator_tag: String personalInformation: PersonalInformation; paymentInformation: PaymentInformation Fundraisers : Fundraiser[] following : Creator[] followers : Creator[] socialMedia : ContactMe[] posts : Post[] messageBox : MessageBox fundedFundraisers : Fundraiser[] } class Visitor extends User{ } class Location{ country : Country state : State city : City line1 : String line2 : String zipCode : String longitude : Double latitude : Double } class SocialMedia{ type: String tag: String } class PersonalInformation{ first_name: String last_name: String bio:String birth_date: Date address: Location } } MessageBox *--* Creator Article *--* Creator Creator *--* Location Creator *-- PersonalInformation Vote *---* Creator Creator o-- User MessageBox *-down- Conversation Message *-up-* Conversation @enduml
false
true
false
false
state
9441700b55ef3fd77e3aaa195bcf8dcc28c25b08
79d0f1f042170b44fed8cdf55f4501f95f29f47d
/docs/diagrams/InternshipDiaryAndModelManagerPropertyChangeClassDiagram.puml
6a8667aedd83e949657f6fa29d98b4b23857d6b0
[ "MIT" ]
permissive
gerhean/main
c8a46890831953c424e5c11cfe4a548358120a89
3df0cb5726d03c0f60b3a93de91aedef0fce96c4
refs/heads/master
2021-01-06T23:45:57.520632
2020-04-11T08:43:36
2020-04-11T08:43:36
241,516,262
0
0
NOASSERTION
2020-02-25T09:30:45
2020-02-19T02:39:54
Java
UTF-8
PlantUML
false
false
3,517
puml
@startuml hide circle skinparam classAttributeIconSize 0 'package Model <<Rectangle>> { ' class InternshipDiary ' class ModelManager '} ' 'package UI <<Rectangle>> { ' class StatisticsWindow '} note "PropertyChangeSupport manages a list of listeners" as manageListeners PropertyChangeSupport .up[hidden]. manageListeners PropertyChangeSupport .up. manageListeners note "ModelManager observes (listens to)\ndisplayedInternships attribute\nof InternshipDiary" as modelManagerObserves modelManagerObserves .up[hidden]. ModelManager modelManagerObserves .up. ModelManager note "StatisticsWindow observes (listens to)\nfilteredInternshipApplications attribute\nof ModelManager" as statisticsWindowObserves statisticsWindowObserves .up[hidden]. StatisticsWindow statisticsWindowObserves .up. StatisticsWindow note "Notice that there is no coupling between the\n observables and observers" as N1 Class InternshipDiary { - displayedInternships: \nUniqueInternshipApplicationList ' - changes: PropertyChangeSupport ' + addPropertyChangeListener(ListenerPropertyType propertyType, \nPropertyChangeListener l): void ' + firePropertyChange(ListenerPropertyType propertyType, \nObject newValue): void } Class ModelManager implements PropertyChangeListener { - filteredInternshipApplications: \nFilteredList<InternshipApplication> ' - changes: PropertyChangeSupport ' + addPropertyChangeListener(ListenerPropertyType propertyType, \nPropertyChangeListener l): void ' + firePropertyChange(ListenerPropertyType propertyType, Object newValue): void + propertyChange(PropertyChangeEvent e): void ' - refreshFilteredInternshipApplications(Object newInternshipApplications) ' - fireAllPropertyChanges(): void } Class StatisticsWindow implements PropertyChangeListener { - internshipApplicationList: \nObservableList<InternshipApplication> + propertyChange(PropertyChangeEvent e): void } class PropertyChangeListener <<interface>> { propertyChange(PropertyChangeEvent e): void } class PropertyChangeSupport { + addPropertyChangeListener(String propertyName, PropertyChangeListener listener) + firePropertyChange(String propertyName, Object oldValue, Object newValue) } InternshipDiary -up-> "1" PropertyChangeSupport ModelManager -up-> "1" PropertyChangeSupport PropertyChangeSupport .right.> PropertyChangeListener 'enum ListenerPropertyType <<enumeration>> { ' DISPLAYED_INTERNSHIPS ' FILTERED_INTERNSHIP_APPLICATIONS ' VIEW_TYPE ' COMPARATOR ' PREDICATE ' DISPLAYED_INTERNSHIP_DETAILS '} ' 'InternshipDiary ..> ListenerPropertyType 'ModelManager ..> ListenerPropertyType 'StatisticsWindow -left- ModelManager: observes\n (listens to) > ' 'ModelManager -left- InternshipDiary: observes\n (listens to) > ' logic.addPropertyChangeListener(FILTERED_INTERNSHIP_APPLICATIONS, internshipApplicationListPanel); ' logic.addPropertyChangeListener(FILTERED_INTERNSHIP_APPLICATIONS, statisticsWindow); ' logic.addPropertyChangeListener(FILTERED_INTERNSHIP_APPLICATIONS, statisticsBarFooter); ' logic.addPropertyChangeListener(COMPARATOR, comparatorDisplayFooter); ' logic.addPropertyChangeListener(PREDICATE, predicateDisplayFooter); ' logic.addPropertyChangeListener(PREDICATE, internshipApplicationDetailSetter); ' logic.addPropertyChangeListener(VIEW_TYPE, viewDisplayFooter); ' logic.addPropertyChangeListener(DISPLAYED_INTERNSHIP_DETAIL, internshipApplicationDetailSetter); @enduml
false
true
false
false
class
20f0f36896cf012f95ec9478358502db0d7f382b
ea92b794f64577cf3f9895848ed841a2482a6d1e
/docs/assets/images/ITaskRepository-umlClassDiagram-214.puml
d3af759b1421c8b059c03171e10cf1ebec333d80
[ "MIT" ]
permissive
dreambo8563/todo-core
a1cdd6e14ec6445dd1dae84d0ba03bf80b1b09da
96b2af2b5b5c0ba1d1aaa15eba7061c52cafc611
refs/heads/master
2022-11-21T11:51:16.649734
2020-07-18T17:57:03
2020-07-18T17:57:03
274,677,442
0
0
MIT
2020-06-28T10:36:09
2020-06-24T13:36:10
TypeScript
UTF-8
PlantUML
false
false
387
puml
@startuml hide empty methods hide empty fields interface "ITaskRepository" { +createTask(id: string, content: TaskContentType, finishDate: Date | null, owner: ITaskOwner | null) : ITaskItem } class "TaskRepository" { +createTask(id: string, content: TaskContentType, finishDate: Date | null, owner: ITaskOwner | null) : ITaskItem } "ITaskRepository" <|.. "TaskRepository" @enduml
false
true
false
false
class
e54e86dfe0ef9ca151aecc73fce0ed732c251b4b
880cacbe1934514641649ef669ae72634bde35c8
/UML/dcStockage.puml
d2a1c8a14f903b31a14a80eb3d2919a18399b4b1
[]
no_license
Sherif-IT/Zoo
8a03a0fd6815130d5950d33bf3a709a73a7411ec
2758d75792350ef265417164bbf2d6c3d022031f
refs/heads/main
2023-03-11T20:43:25.498971
2021-02-16T01:45:40
2021-02-16T01:45:40
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
488
puml
@startuml interface Dao<T>{ +inserer(T obj) +lire(int cle):T +List<T> liretous() +modifier(int cle,T obj) +effacer(T obj) effacer(int cle) } class DaoMemoire<T>{ - List<T> lesElts + remplir() } class DaoFichier<T> DaoMemoire ..|> Dao DaoFichier ..|> Dao DaoJDBC ..|> Dao DaoJPA ..|> Dao DaoFactory ..>Dao :> fabrique/instancie une dao pour l'exterieur class DaoFactory<<singleton>>{ +Dao<Personne> getDao() } class Manager{ } Manager ..> DaoFactory @enduml
false
true
false
false
class
9d305bdf962cfa109359e12eccf1d70cb71a2a91
8587a9944cf563076bdd6b86e1a0a9f89e2df4e3
/rpc-framework/rpc-framework.puml
8a589f452870ecf4cab448e2ab79e0e5c7950bb5
[]
no_license
ya-ming/rpc
c4eb0bb8ff8c9d386aaad371fdc3afed1049ea2a
5979e02b2524c6a1fe3c94e8b3ae21a813de778c
refs/heads/master
2020-04-14T14:01:52.456924
2019-01-31T22:37:16
2019-01-31T22:37:16
163,885,427
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,011
puml
@startuml package "Zookeeper" #DDDDDD { class RegisterCenter interface IRegisterCenter4Provider { + void registerProvider(final List<ProviderService> serviceMetaData) + Map<String, List<ProviderService>> getProviderServiceMap() } interface IRegisterCenter4Invoker { + void initProviderMap(String remoteAppKey, String groupName) + Map<String, List<ProviderService>> getServiceMetaDataMap4Consumer() + void registerInvoker(final InvokerService invoker) } } package "model" #DDDDDD { class ProviderService class InvokerService class PropertyConfigHelper class RpcRequest class RpcResponse class RpcResponseWrapper { - BlockingQueue<RpcResponse> responseQueue - long responseTime } RpcResponse <|.. RpcResponseWrapper } package "provider" #DDDDDD { class NettyServer { + void start(final int port) + void stop() } class NettyServerInvokeHandler { + void channelReadComplete(ChannelHandlerContext ctx) + exceptionCaught(ChannelHandlerContext ctx, Throwable cause) void channelRead0(ChannelHandlerContext ctx, RpcRequest rpcRequest) } } package "Invoker" #DDDDDD { class NettyChannelPoolFactory { + void initChannelPoolFactory() + ArrayBlockingQueue<Channel> acquire(InetSocketAddress socketAddress + void release() + Channel registerChannel(InetSocketAddress socketAddress) } class NettyClientInvokeHandler { } class InvokerProxyBeanFactory { + Object invoke(Object proxy, Method method, Object[] args) } class InvokerResponseHolder { + static void initResponseData(String requestUniqueKey) + static void putResultValue(RpcResponse response) + static RpcResponse getValue(String requestUniqueKey, long timeout) } class InvokerServiceCallable { + RpcResponse call() } } ProviderService <|.. InvokerProxyBeanFactory RpcRequest <|.. InvokerProxyBeanFactory RpcResponse <|.. InvokerProxyBeanFactory IRegisterCenter4Invoker <|.. InvokerProxyBeanFactory RegisterCenter <|.. InvokerProxyBeanFactory ProviderService <|.. NettyChannelPoolFactory RpcResponse <|.. NettyChannelPoolFactory NettyDecoderHandler <|.. NettyChannelPoolFactory NettyEncoderHandler <|.. NettyChannelPoolFactory NettyClientInvokeHandler <|.. NettyChannelPoolFactory SimpleChannelInboundHandler <|-- NettyClientInvokeHandler RpcResponse <|.. InvokerResponseHolder RpcResponseWrapper <|.. InvokerResponseHolder RpcRequest <|.. InvokerResponseHolder RpcResponse <|.. InvokerResponseHolder class NettyDecoderHandler { } class NettyEncoderHandler { } RpcRequest <|.. NettyServerInvokeHandler RpcResponse <|.. NettyServerInvokeHandler SimpleChannelInboundHandler <|-- NettyServerInvokeHandler NettyServerInvokeHandler <|.. NettyServer NettyDecoderHandler <|.. NettyServer NettyEncoderHandler <|.. NettyServer @enduml
false
true
false
false
class
8f3fc22c1b0b5f303b6c8d1e3e5671cf6a7a8f9f
08e814ecfba81316022bd7edeccde1b05708a9c8
/Additional_Notes/uml/class_diagram.plantuml
5c8b2675bb1e2db1dcdb460aa9ce8a86a428b67f
[]
no_license
13hannes11/bachelor_thesis
42e546bedd94e6d2f6f1175e8364c820c91ed62d
94e0695b8d61c3eab1f08b68305fc54b52cfc072
refs/heads/master
2022-06-20T05:34:46.466579
2020-05-10T09:52:20
2020-05-10T11:03:36
215,818,989
0
0
null
null
null
null
UTF-8
PlantUML
false
false
8,021
plantuml
@startuml skinparam class { BackgroundColor White ArrowColor Grey BorderColor Black } skinparam shadowing false package API { class ConfigurationAPI { + get() : JSON + post(configuration : JSON) : JSON } class RecommenderAPI { + post(preferences : JSON, configuration : JSON) : JSON } class ProductStructureAPI { + put(productStructure : JSON) : JSON + get() : JSON } } "/config/" ()-- ConfigurationAPI "/recommender/" ()-- RecommenderAPI "/product_structure/" ()-- ProductStructureAPI package Manager { class RecommendationManager { + getRecommentdation(strategy : String, preferences : Preferences, current_configuration : Configuration) : Configuration } } package Model{ package ConfigurationModel { class Configuration { configuration : List<String> } class ConfigurationVariable { } Configuration *-- ConfigurationVariable : variables } package PreferenceModel { class Preferences { + getAllUserPreferences() : List<UserPreferences> + getAllRatingsByCode(code : String) : List<Ratings> + getRatingValue(code : String, user : String) : float } class UserPreference { user : String + getAllRatings() : List<Rating> } class Rating { code : String value : float } Preferences *-- UserPreference : preferences UserPreference *-- Rating : ratings } package ProductStructure { class ProductStructureModel { + get_list_of_features(self) : List<ProductStructureElementModel> + get_list_of_characteristics(self) : List<ProductStructureElementModel> + isCharacteristic(code:String) : bool } class ProductStructureElementModel { elementId : String name : String } enum ProductStructureTypeEnum { CHARACTERISTIC FEATURE CLUSTER VARIABLE } ProductStructureModel *-- ProductStructureElementModel ProductStructureElementModel <-- ProductStructureElementModel:children ProductStructureElementModel --> ProductStructureTypeEnum:type } } package DAO { class ConfigurationDAO { - {static} instance : ConfigurationDAO + {static} getInstance() : ConfigurationDAO + getAll_as_objects() : List<Configuration> + getAll() : JSON + add(config : JSON) + exists(config : JSON) : bool } class ProductStructureDAO { - {static} instance : ProductStructureDAO + {static} getInstance() : ProductStructureDAO + get_as_objects() : ProductStructureModel + get() : JSON + replace(structure : JSON) - get_highest_id() : Integer } } package Scoring { package List { class ListFunction class ListToListFunction class ListToValueFunction class Average class Product class ForEachValue } package Value { class ValueToValueFunction class Threshold } package RatingConverter { class PreferenceToListFunction class FlatToListConverter class PerUserToListConverter class PerFeatureToListConverter } class ScoringFunction { + calc_score(currentConfiguration : Configuration, preferences : Preferences, toRate : ConfigurationModel) : float } class ScoringFunctionFactory{ + build_scoring_function(params : List<String>) : ScoringFunction } ScoringFunctionFactory --> ScoringFunction : builds PreferenceScoringFunction --> "1" PreferenceToListFunction : preferenceToListFunction PreferenceScoringFunction --> "0..*" ListToListFunction : listToListFunctions PreferenceScoringFunction --> "1" ListToValueFunction : listToValueFunction PreferenceScoringFunction --> "0..*" ValueToValueFunction : valueToValues ScoringFunction <|-- PreferenceScoringFunction class PreferenceScoringFunction{ + calc_score(currentConfiguration : Configuration, preferences : Preferences, toRate : ConfigurationModel) : float } ScoringFunction <|-- ConfigurationPenealty abstract class ConfigurationPenealty{ + ConfigurationPenealty(product_Structure : ProductStructure) } ConfigurationPenealty <|-- RatioConfigurationPenalty class RatioConfigurationPenalty { + calc_score(currentConfiguration : Configuration, preferences : Preferences, toRate : ConfigurationModel) : float } ConfigurationPenealty <|-- PreferenceWeightedConfigurationPenalty ListToValueFunction --* "1" PreferenceWeightedConfigurationPenalty class PreferenceWeightedConfigurationPenalty { } ScoringFunction <|-- ReduceScoringFunction ReduceScoringFunction *-- "2..*" ScoringFunction class ReduceScoringFunction{ reduce_operator : Operator + ReduceScoringFunction(scoringFunctions : List<ScoringFunction>, reduceOperator : Operator) + calc_score(currentConfiguration : Configuration, preferences : Preferences, toRate : ConfigurationModel) : float } interface PreferenceToListFunction { + convertToList(preferences : Preferences, toRate : Configuration) : List<float>: } PreferenceToListFunction <|-- PerFeatureToListConverter PerFeatureToListConverter --> ListToValueFunction :uses class PerFeatureToListConverter { + PerFeatureToListConverter(listToValueFunction : ListToValueFunction) + convertToList(preferences : Preferences, toRate : Configuration) : List<float>: } PreferenceToListFunction <|-- PerUserToListConverter PerUserToListConverter --> ListToValueFunction :uses class PerUserToListConverter { + PerUserToListConverter(listToValueFunction : ListToValueFunction) + convertToList(preferences : Preferences, toRate : Configuration) : List<float>: } PreferenceToListFunction <|-- FlatToListConverter class FlatToListConverter { + convertToList(preferences : Preferences, toRate : Configuration) : List<float>: } interface ListFunction { } ListFunction <|-- ListToListFunction abstract class ListToListFunction { + {abstract} applyToList(list : List[float]) : List[float] } ListToListFunction <|-- ForEachValue ForEachValue --> ValueToValueFunction:uses class ForEachValue { + FoEachValue(valueFunction : ValueToValueFunction) + applyToList(list : List[float]) : List[float] } ListFunction <|-- ListToValueFunction abstract class ListToValueFunction { + {abstract} convertToFloat(list : List<float>) : float } ListToValueFunction <|-- Average class Average { + convertToFloat(list : List<float>) : float } ListToValueFunction <|-- Product class Product { + convertToFloat(list : List<float>) : float } interface ValueToValueFunction{ + applyToValue(value : float) : float } ValueToValueFunction <|-- Threshold class Threshold { - threshold : float + Threshold(threshold : float) + applyToValue(value : float) : float } } RecommendationManager *-- ScoringFunction ConfigurationAPI --> ConfigurationDAO ProductStructureAPI --> ProductStructureDAO RecommenderAPI --> RecommendationManager RecommendationManager --> ProductStructureDAO RecommendationManager --> ConfigurationDAO RecommendationManager --> ScoringFunctionFactory :uses ConfigurationDAO --> Configuration ProductStructureDAO --> ProductStructureModel Scoring --> Model @enduml
false
true
false
false
sequence
ba469e6024ec35d6c0074817585d2d814298dd71
b2eda080b18e12a9491878332430eb3a6ecc454f
/docs/multi-module/multi-module-aware-actions.puml
cc93260e1162f04cc87989f265ddbd23674db60d
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
spring-projects-experimental/spring-boot-migrator
300a3747ffc84b9654a1ee2abe8a7a5f1acf5a87
e8fcb8d47d898d86fcf24c25e2ed7f5e56cb0bae
refs/heads/main
2023-08-16T19:43:50.867155
2023-08-06T12:16:20
2023-08-06T12:16:20
460,537,559
341
77
Apache-2.0
2023-09-14T11:17:46
2022-02-17T17:26:36
Java
UTF-8
PlantUML
false
false
713
puml
@startuml interface Action { apply(ProjectContext) } class AbstractAction { } AbstractAction ..|> Action class MultiModuleAwareAction { handler : MultiModuleHandler } MultiModuleAwareAction --|> AbstractAction class MultiModuleHandler { apply(ProjectContext) } MultiModuleAwareAction .> MultiModuleHandler class AddDependency { } class AddDependencyActionConfig { groupId artifactId version ... } class AddDependencyToSpringApplicationModules { } MultiModuleHandler <|.. AddDependencyToSpringApplicationModules AddDependencyToSpringApplicationModules .> AddDependencyActionConfig AddDependency --|> MultiModuleAwareAction AddDependency ..> AddDependencyActionConfig @enduml
false
true
false
false
class
a3297243ae91896226db4d119ced885ad633dec4
afaba8b7f5d826664155b257db77cf4dbf4b8816
/oop-pattern/ch07/resources/04-decorator-hasprice.puml
780d0632d93dadb989de4ffa204abcd631a93dcb
[ "MIT" ]
permissive
appkr/pattern
b40b621e52c9b27be01f2a21f2f605a459ac998f
1e635f7b79cc4b89d2e75455cb14e1572619eb20
refs/heads/master
2022-11-02T01:56:18.654766
2022-10-12T08:45:58
2022-10-12T08:47:36
71,896,898
11
2
MIT
2018-11-10T15:05:11
2016-10-25T12:55:03
PHP
UTF-8
PlantUML
false
false
333
puml
@startuml skinparam linetype ortho class App{} interface HasPrice { + getPrice(): int } class Product implements HasPrice {} abstract PriceCalculator implements HasPrice { - delegate: HasPrice } class VatCalculator extends PriceCalculator {} class PromotionCalculator extends PriceCalculator {} App -> HasPrice @enduml
false
true
false
false
class
78bfe9c620bf57605284d302130043135f6fd319
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedQuoteReference.puml
a98a9c1670a8965f54da26c71ca3fee8b0e27aa1
[]
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
2,288
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 StagedQuoteReference [[StagedQuoteReference.svg]] extends Reference { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String obj: [[StagedQuote.svg StagedQuote]] } interface Reference [[Reference.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String } interface Quote [[Quote.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] quoteRequest: [[QuoteRequestReference.svg QuoteRequestReference]] stagedQuote: [[StagedQuoteReference.svg StagedQuoteReference]] customer: [[CustomerReference.svg CustomerReference]] customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] validTo: DateTime sellerComment: String buyerComment: String store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalPrice: [[TypedMoney.svg TypedMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] shippingAddress: [[Address.svg Address]] billingAddress: [[Address.svg Address]] inventoryMode: [[InventoryMode.svg InventoryMode]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] country: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] itemShippingAddresses: [[Address.svg List<Address>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] custom: [[CustomFields.svg CustomFields]] quoteState: [[QuoteState.svg QuoteState]] state: [[StateReference.svg StateReference]] purchaseOrderNumber: String businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] } StagedQuoteReference --> Quote #green;text:green : "stagedQuote" @enduml
false
true
false
false
sequence
e2b7a5ad6f8c96de232d645fefafaee07672b845
4f57ffbccb8d1395958332d347d99a826ff96323
/src/useCaseUML.puml
d2db225306ad0efb7aa88a8310e6ef9f0e45d107
[]
no_license
ziorkie/splir
b3d620d44fca72fd9f9df3fb15a52fc1eb728448
1adf946f6c48e86b6276b550feb11ec0c08860be
refs/heads/main
2023-03-08T21:27:35.848928
2021-02-24T19:04:43
2021-02-24T19:04:43
312,415,322
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,090
puml
@startuml left to right direction title Diagram przypadków użycia package Splir { usecase (Dodaj wydatek osobisty) as addSoloExpense usecase (Utwórz pokój) as createRoom usecase (Dołącz do istniejącego pokoju) as joinRoom usecase (Dodaj wydatek grupowy) as addGroupExpense usecase (Dodaj znajomego do pokoju) as addFriendToGroup usecase (Zamknij pokój) as closeRoom usecase (Zaproś znajomego) as inviteFriend usecase (Zarządzaj zaproszeniem do listy znajomych) as manageInvite usecase (Wyświetl dane płatności dla danego długu) as viewPaymentDetails usecase (Zatwierdź oddanie długu) as sendMoney usecase (Potwierdź otrzymanie długu) as receiveMoney usecase (Wyświetl dane na temat dłużnika) as viewDebtors } :Użytkownik zalogowany: as user user -- addSoloExpense user -- createRoom user -- joinRoom user -- addGroupExpense user -- addFriendToGroup user -- closeRoom user -- inviteFriend user -- manageInvite user -- viewPaymentDetails user -- sendMoney user -- receiveMoney user -- viewDebtors user -- Splir @enduml
false
true
true
false
usecase
c27e94e8e94dbe9a78cca34e1df65ab27c1077b2
1f54228bfcefd19f9da2d719e27f10c8764ae204
/Design-Patterns.playground/Pages/01.Factory-Method.xcplaygroundpage/Resources/factory-method.puml
c6e0c06a77ae69183a0f6323eea499e115df9c08
[]
no_license
Coder-ZJQ/Design-Patterns
15fe1cf05e49813fad25ae0e912de6042f31a38e
e69ef36388bc66002ac2f45222eb7bf0fa8188ba
refs/heads/master
2022-11-14T14:13:40.325821
2020-06-29T02:33:42
2020-06-29T02:33:42
274,322,947
0
0
null
null
null
null
UTF-8
PlantUML
false
false
517
puml
@startuml Product <|.. ConcreteProductA Product <|.. ConcreteProductB Creator <|.. ConcreteCreatorA Creator <|.. ConcreteCreatorB Product <-- Creator interface Product << (P, #FF0000) protocol >> { +doStuff() } interface Creator << (P, #FF0000) protocol >> { +someOperation() +createProduct() -> Product } class ConcreteProductA { +doStuff() } class ConcreteProductB { +doStuff() } class ConcreteCreatorA { +createProduct() -> Product } class ConcreteCreatorB { +createProduct() -> Product } @enduml
false
true
false
false
class
a760e78b2d7ac78ce271fef0acb5f39585b837cf
a94b71ced31b347a2defd97cf974fbcdf381a9b0
/LightSlave/uml/LEDController.plantuml
e6b98808885d7258f5c83e4a0fe425ac788710e1
[]
no_license
Maytastico/ChuChuWakeUp
efa890077d738a9f982b6cde4beec9c32794078c
f5fde142d97f103f5644701e86e46416250ebc3c
refs/heads/master
2023-04-15T22:24:17.708491
2021-02-23T11:25:08
2021-02-23T11:25:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,311
plantuml
@startuml class LedController{ -currentColor:Integer -saveTime:Timer -eepromHandler:*EEPROMHandler -transitionHandler:*TransitionHandler .. +LedController(eeprom:*EEPROMHandler, transition:*TransitionHandler) +turnOff() +turnOn() +setColorWithTransition(Integer:color, Transition:transition) --Setter-- +setColor(Integer:color) +setBrightness(Integer:brightness) --Getter-- +getcurrentColor():Integer --save routine-- +loop() } enum Transition{ ColorToColor fadeTransition } enum TransitionStates{ STBY STATE1 STATE2 STATE3 } enum TransitionMode{ Standard, Animation } class TransitionHandler{ -currentColor:Integer -targetColor:Integer -currentBrightness:Integer -targetBrightness:Integer .. __constructor__ +TransitionHandler(controller:*LedController) --transition methods-- +playTransition(targetColor:Integer, Transition:transition) --state machines-- -colorToColorTransition() -colorToColorStep() -fadeTransion() --routine-- +loop() } TransitionHandler "1" <--> "1" LedController LedController "1" -> "1" EEPROMHandler Transition <- TransitionHandler TransitionHandler -> TransitionStates TransitionHandler -> TransitionMode @enduml
false
true
false
false
class
18b94ecb8322b56a591b17de03c722cecc910470
5cb0508473c85b123104e39b172017f6891aa516
/doc/wallet/design/wallet-arch.puml
b9904cbb2ec051c3522f6bdb09a25973749844f7
[ "Apache-2.0" ]
permissive
GistOnionWei/grin_
4402d23cb2f3d89b6abe80e2c5fcb5ccc7c7d1f9
9f20ec45759cd218cda96ec1b9a5628ae111936b
refs/heads/master
2020-05-18T18:58:24.344202
2019-06-21T17:40:13
2019-06-21T17:40:13
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,798
puml
@startuml libercoin-wallet-overview skinparam componentStyle uml2 [Libercoin Node] as libercoin_node folder "Provided by Libercoin" as services { component foreign_api [ **Foreign API** External-Facing functions - receive_tx, build coinbase ] component owner_api [ **Owner API** Functions used by wallet owner only - retrieve outputs, retrieve txs, get balances, send, etc. . . ] component libtx [ **Transaction Library (libTx)** Lower-Level transaction functions - Build transaction (via Slate), sign, build reward, fees, etc. . . ] component libwallet [ **Wallet Library (libWallet) ** - Higher level wallet functions (select coins, update wallet from node, etc) - Service Controller (instantiate libs, start listeners) ] () "Owner HTTP Listener (localhost only)" as owner_http () "Foreign HTTP Listener" as foreign_http () "Owner Single-Use" as owner_single () "Foreign Single-Use" as foreign_single } ' Trait definitions package "Traits Implemented by Wallets" as traits { database "WalletBackend" as wallet_backend database "KeyChain" as keychain component "NodeClient" as wallet_client } note left of wallet_client - Communication layer implementation - Handles underlying communication with libercoin node or other wallets - HTTP implementation provided currently, (Other, more secure protocols possible.) end note note bottom of keychain - Handles all key derivation operations end note note bottom of wallet_backend - Implements underlying storage for wallet data - LMDB storage provided in default client, others possible (Flat-file, other DBs, etc) end note libtx <--> traits libwallet <--> traits note right of traits **Default Wallet simply a struct that provides** **implementations for these 3 traits** end note ' Client Side 'package "Provided as reference implementation" { [Pure JS Wallet Client Implementation] as js_client [Command Line Wallet Client] as cl_client component web_server [ V. Light Rust Web Server - Serve static files (TBD) (Provided by default - localhost only) (Serve up pure JS client) ] '} [External Wallets] as external_wallets [External Wallets] as external_wallets_2 wallet_client <--> libercoin_node wallet_client <--> external_wallets_2 web_server <--> owner_http js_client <-- web_server cl_client <--> owner_single cl_client <--> foreign_single owner_single <--> owner_api foreign_single <--> foreign_api libwallet <--> libtx foreign_api --> libwallet owner_api --> libwallet js_client <--> owner_http owner_http <--> owner_api external_wallets <--> foreign_http foreign_http <--> foreign_api 'layout fix 'libercoin_node -[hidden]- wallet_backend @enduml
false
true
false
false
sequence
b76380bac143cd7db9ab9769861170d0d1d6ecf5
20639392995df21f125865bbb749dc802e5d2aed
/operation-mr-deviceca.plantuml
2a12023444a3e5789b3778421bb36ce555a4db0d
[]
no_license
massand/edgev2
e0416be0a1fa5aa7982f72e2678d53f4dbbc6a8c
ca513fc8cf89a95a0d1b9c3d8467f05c28f62f95
refs/heads/master
2022-04-23T20:27:47.572127
2020-04-23T18:03:29
2020-04-23T18:03:29
258,298,566
0
0
null
2020-04-23T18:40:58
2020-04-23T18:40:57
null
UTF-8
PlantUML
false
false
2,744
plantuml
@startuml participant MR participant EIS participant "openssl-engine-ks" participant KS participant CS participant Module group Master encryption key MR -> KS ++: create_key_if_not_exists("master") return OK("key handle") end group Device CA MR -> KS ++: load_key_pair("device_ca") return OK("key handle") MR -> "openssl-engine-ks" ++: load_private_key("key handle") return openssl::EVP_PKEY MR -> CS ++: create_or_load_cert("device_ca") return OK(cert PEM) end group Workload CA MR -> KS ++: create_key_pair_if_not_exists("workload_ca") return OK("key handle") MR -> "openssl-engine-ks" ++: load_private_key("key handle") return openssl::EVP_PKEY MR -> CS ++: create_or_load_cert("workload_ca") return OK(cert PEM) or Err(NOT_FOUND) alt if OK(cert PEM) MR -> "openssl-engine-ks" ++: openssl::X509_verify(CSR, device_ca privkey openssl::EVP_PKEY) "openssl-engine-ks" -> KS ++: sign("key handle", ...) return OK(signature) return OK(signed X509) MR -> CS ++: import("workload_ca", cert PEM) return OK else if Err(NOT_FOUND) MR -> MR: generate new CSR for workload_ca MR -> "openssl-engine-ks" ++: openssl::X509_sign(CSR, device_ca privkey openssl::EVP_PKEY) "openssl-engine-ks" -> KS ++: sign("key handle", ...) return OK(signature) return OK(signed X509) MR -> CS ++: import("workload_ca", cert PEM) return OK end end group MR init MR -> EIS ++: get_provisioning_info() return OK(provisioning info) MR -> MR: Start modules MR -> Module ** end group Module things group Module wants to encrypt a secret Module -> MR ++: encrypt(plaintext) MR -> EIS ++: encrypt(plaintext) EIS -> EIS: Derive module ID plaintext EIS -> KS ++: encrypt("master encryption key handle", module ID plaintext) return OK(module ID ciphertext) EIS -> EIS: encrypt(plaintext, module ID ciphertext) return OK(ciphertext) return OK(ciphertext) end group Module wants to sign (HMAC-SHA256) a digest Module -> MR ++: sign(digest) MR -> EIS ++: sign(digest) EIS -> EIS: Derive module ID plaintext EIS -> KS ++: encrypt("master encryption key handle", module ID plaintext) return OK(module ID ciphertext) EIS -> EIS: sign(plaintext, module ID ciphertext) return OK(signature) return OK(signature) end group Module wants a server cert Module -> MR ++: Request server cert MR -> EIS ++: Request server cert EIS -> EIS: generate new privkey and CSR (in memory, not via openssl-engine-ks) EIS -> "openssl-engine-ks" ++: openssl::X509_sign(CSR, workload_ca privkey openssl::EVP_PKEY) "openssl-engine-ks" -> KS ++: sign("key handle", ...) return OK(signature) return OK(signed X509) return OK(privkey, server cert) return OK(privkey, server cert) end end @enduml
false
true
false
false
sequence
364c6f2d373cb73e4c191c9051ec90112e9c1f2b
186819bc98500f794e563bd3ba5a23073756a2ba
/PSP2/Hospital/src/main/java/com/hospital/Hospital/domainService/hospitalService/hospitalService.plantuml
d6ffb204c9272a6cf12809593f21d233f665ad11
[]
no_license
macro161/PSP
0e53943e4f8568b2c4b788524dc9e12f276d5c9e
7e5e094bbe42af30006fb28d541229dea4efb610
refs/heads/master
2020-03-30T08:04:17.541705
2018-12-07T20:24:18
2018-12-07T20:24:18
150,986,741
0
0
null
null
null
null
UTF-8
PlantUML
false
false
493
plantuml
@startuml title __HOSPITALSERVICE's Class Diagram__\n package com.hospital.Hospital { package com.hospital.Hospital.domainService.hospitalService { interface HospitalService { {abstract} + treatPatient() {abstract} + calculateMortality() } } } 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
false
true
false
false
class
c5d4556aac6c304fafe65756a9aa51176bf81f88
55261e1e9a841f514598d8fb0fbe95a7493460e3
/class/classes/modules/blocks/api.puml
f985ad0143544936f3f6c1340835e205eaca34d4
[]
no_license
LucasIsasmendi/lisk-core-plantuml
ac01094fd56590b361ab8992b52f0cfc3175aa60
e0941f6e800dc16a9dc0f8367304149fbf2200e1
refs/heads/master
2021-01-21T11:53:42.861882
2017-05-24T12:56:58
2017-05-24T12:56:58
91,758,697
0
0
null
null
null
null
UTF-8
PlantUML
false
false
653
puml
@startuml class API < modules > { - self - blockReward: new BlockReward() - __private: {} .. library .. - logger - db - schema - dbSequence - logic.block .. modules .. - system - blocks -- Methods -- + API (logger, db, block, schema, dbSequence) + getBlock (id, cb) + getBlocks (req, cb) + getBroadhash (req, cb) + getEpoch (req, cb) + getHeight (req, cb) + getFee (req, cb) + getFees (req, cb) + getNethash (req, cb) + getMilestone (req, cb) + getReward (req, cb) + getSupply (req, cb) + getStatus (req, cb) + onBind (scope) .. __private .. - getById (id, cb) - list (filter, cb) } @enduml
false
true
false
false
class
e06e7b2cfac92ef270e254c0c25b048353d8538b
9bcd4da5e5454922139d0afefc782a997988ad1f
/.idea/docs/SprintB/US/US8/US8_SSD.puml
2bad300c15e37800381bc4ffeb7b60d2aa861bdc
[ "MIT" ]
permissive
wjacoud/DynaByte
13f042b210f17830aa3eb31558d3f83d587ab436
3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3
refs/heads/main
2023-08-27T09:20:01.825322
2021-11-11T17:15:05
2021-11-11T17:15:05
427,082,047
0
0
null
null
null
null
UTF-8
PlantUML
false
false
709
puml
@startuml autonumber actor "Administrator" as OE activate OE OE -> ":System" : asks to create a new clinical analysis laboratory activate ":System" ":System" --> OE : requests data (idLaboratory, name, address, phoneNumber, tin) deactivate ":System" OE -> ":System" : types requested data activate ":System" ":System" --> OE : shows the types of tests and asks to select the desired ones deactivate ":System" OE -> ":System" : select the types of tests he need activate ":System" ":System" --> OE : shows all data and requests confirmation deactivate ":System" OE -> ":System" : confirms the data activate ":System" ":System" --> OE : informs operation success deactivate ":System" deactivate OE @enduml
false
true
false
false
usecase
24424564682b830bade68e413f05937981504f9a
abeb8492fbf21cbeec8cef606a44a64c2d6a1cd0
/docs/uml/structure.puml
99ee4bd22a0a1bf08f8fb5fea0f40ba67a221c2b
[]
no_license
LarexSetch/operationGenerator
c0b165fa655735ae844164eac9e0bfb6698219bd
5b546a820a29e3c3223c6b72664c88ffeae19149
refs/heads/master
2022-07-13T18:52:17.229084
2020-05-20T10:36:37
2020-05-20T10:36:37
259,471,679
0
0
null
null
null
null
UTF-8
PlantUML
false
false
450
puml
@startuml class Operation { Component component; String interfaceName; String requestClass; String responseClass; } class Component { String packageName; String directory; } interface OperationRenderer { String render(Operation operation); } interface OperationCreator { void create(Operation operation); } interface ComponentCreator { void create(Component component, List<Operation> operations); } @enduml
false
true
false
false
class
675d9af313916ca82e05180c2685cf954d325e56
d08d0c554bb195cb7a929e1be9e57074aee70910
/class-diagrams/nio-http-server.puml
662bf204581ff4a53cc08f17037a4e372e55ebc8
[]
no_license
ya-ming/nio-http-server
51c6a2604a7ea45b7f56163f30a415fadc68c882
73917c3515b20fd090606d00f9532b70efb15f55
refs/heads/master
2020-04-02T06:34:51.442781
2018-11-06T04:42:22
2018-11-06T04:42:22
154,157,439
0
0
null
null
null
null
UTF-8
PlantUML
false
false
597
puml
@startuml class HTTPServer { + void accept(Selector selector, SelectionKey key) + void read(SelectionKey key) + void write(SelectionKey key) + void wakeupSelector() } class Request { } class Response { } class RequestHandler { + Void call() } class Servlet { + void service(Request req, Response rep) } interface Callable Executors <|-. HTTPServer ServerSocketChannel <|-. HTTPServer Selector <|-. HTTPServer RequestHandler <|-. HTTPServer Callable <|-- RequestHandler Servlet <|-. RequestHandler Request <|-. RequestHandler Response <|-. RequestHandler @enduml
false
true
false
false
class
4eaf571863bf24e5886d45729812d5747f6fb57a
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Manipulators/Sequence/RectangleSelect.puml
7ba62507b3d9d116fcbefe4c7ba801abfad6d4e7
[]
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
79
puml
@startuml class RectangleSelect { } RectangleTool <|-- RectangleSelect @enduml
false
true
false
false
class
8c6af71748f21ca1d1aeea7256e932188e45cc54
98c049efdfebfafc5373897d491271b4370ab9b4
/docs/SPRINT_1/UC20-Update_Courier/UC20_SD.puml
08b86732a299a587f5ae81f53954084487f538d1
[]
no_license
antoniodanielbf-isep/LAPR3-2020
3a4f4cc608804f70cc87a3ccb29cbc05f5edf0f3
7ee16e8c995aea31c30c858f93e8ebdf1de7617f
refs/heads/main
2023-05-27T14:42:05.442427
2021-06-20T18:09:59
2021-06-20T18:09:59
378,709,095
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,409
puml
@startuml autonumber 'hide footbox actor "Administrator" as ADM participant ":ManageCourierUI" as UI participant ":PharmacyController" as P participant "db:PharmacyDB" as DB participant ":ManageCourierController" as CTRL participant "ch: CourierDB" as AC activate ADM ADM -> UI : starts updating a courier activate UI UI -> P: getAllPharmacies(); activate P activate DB P -> DB : getAllPharmacies(); deactivate P deactivate DB UI --> ADM : shows the pharmacy list and requests the pharmacy's id deactivate UI ADM --> UI :inserts the pharmacy's id activate UI UI --> CTRL: getCourierList(pharmacyId) activate CTRL CTRL --> AC: getCourierList(pharmacyId) activate AC deactivate CTRL deactivate AC UI --> ADM : shows the courier's list and requests the courier's nif deactivate UI ADM --> UI :inserts the courier's nif activate UI UI --> ADM : requests new data (name,nif,niss,email,state,pharmacyId,vehicleId) deactivate UI ADM -> UI : inserts the requested data activate UI UI --> ADM : presents data and requests confirmation deactivate UI ADM -> UI : confirms activate UI UI -> CTRL : updateCourier(name,nif,niss,email,state,pharmacyId,vehicleId) activate CTRL CTRL -> AC : updateCourier(name,nif,niss,email,state,pharmacyId,vehicleId) activate AC deactivate CTRL UI --> ADM : updates the courier and reports the success of the operation deactivate AC deactivate UI deactivate ADM @enduml
false
true
false
false
usecase
4ca8aec0fc177a65b93a5b707dde536fc9ddbf40
0a0e986dd1f62801857242e14aac97cb9a0108c4
/Proj/docs/uml/spawner_observer.puml
1b4de46b556b4e053651931d7c92c966cbe12cd7
[]
no_license
JoaoCostaIFG/LPOO
6bca97bcf5d65ca79b1d83ef322a70b9c14aa5a3
0db8aca4897f50d202ed695750c8ddf10ff100b7
refs/heads/master
2021-02-07T04:39:57.611429
2020-10-19T09:52:19
2020-10-19T09:52:19
305,335,228
0
1
null
null
null
null
UTF-8
PlantUML
false
false
607
puml
@startuml hide empty members skinparam classAttributeIconSize 0 skinparam linetype polyline skinparam shadowing false interface Observable<T> { + addObserver(Observer<T>) : void + removeObserver(Observer<T>) : void + notifyObservers(T subject) : void } interface Observer<T> { + changed(T observable) : void } class Room { + addElement(Element e) : void + removeDeadEnemies(Element e) : void } class Spawner {} class GameController {} Room "Room".up.^ Observable Room o-up-> Observer Spawner "Room".up.^ Observer GameController -up-> Spawner GameController -up-> Room @enduml
false
true
false
false
class
538d8e7199c32e8ee000a71ce65c438606679a47
d724c7a2db615c0f524bb5e4d307ddd449bad460
/a3-loops-strings-GraydonHall42/SecretWordUML.puml
d27d7e088f52ba1e69ee1f74deabdb0af60d9113
[]
no_license
GraydonHall42/Java-and-OOP-University-of-Calgary-ENSF-593
ffddcbc3cdeb727ea5ec5ac9e00f69c6499c1573
00efaa4f5f5632333761e6a1fd3dda63d42484f4
refs/heads/main
2023-07-15T16:05:26.358633
2021-08-29T00:25:10
2021-08-29T00:25:10
400,917,087
0
0
null
null
null
null
UTF-8
PlantUML
false
false
751
puml
@startuml class SecretWord [[java:SecretWord]] { -displayedWord: String -secretWord: String +SecretWord() +replaceChars(s: String, c: char): String +replaceChars(s1: String, s2: String, ch: char): void +getDisplayedWord(): String +makeGuess(charAt: char): boolean +getSecretWord(): String } class SecretWordGUI [[java:SecretWordGUI]] { -inputField: JTextField -display: JTextArea -inputString: String -secret: SecretWord +SecretWordGUI(title: String) +actionPerformed(evt: ActionEvent): void +{static} main(args: String[]): void } class SecretWord [[java:SecretWord]] { } class JFrame { } interface ActionListener { } ActionListener <|.. SecretWordGUI JFrame <|-- SecretWordGUI SecretWordGUI *-- "1" SecretWord : contains @enduml
false
true
false
false
class
40723ab3d8160f884c4556a08c0f2942d97d02fd
defcdc990fe8fe30c820de3e00cf49a71f7a6713
/images/ActionFPS.puml
207bbf847454d6b625d9330a206e9928a8ad5908
[ "MIT" ]
permissive
kotenev/rdmueller.github.io
7b2830d513e3132916dde3a7473a35e7cc1269b5
ab1bd192a41b877a5bbad0cda43a87d0718c8e82
refs/heads/master
2023-03-16T06:52:24.310095
2020-11-02T03:10:30
2020-11-02T03:10:30
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,515
puml
@startuml skinparam DefaultTextAlignment center skinparam arrowColor #000000 skinparam rectangleBackgroundColor #CFE2F3 skinparam fileBackgroundColor #CFE2F3 skinparam databaseBackgroundColor #CFE2F3 skinparam defaultFontSize 18 title ActionFPS portal architecture package "log collection" as p1 { rectangle "syslog\nmultiple servers" <<"<&layers>">> as syslog rectangle "Log lines\n(Syslog server)" <<"<&layers>">> as loglines file "flat file" as flatfile1 syslog -> loglines loglines -> flatfile1 } package "Games, Clanwars, Achivements, Ranks" as p2 { file "flat file" as flatFile2 rectangle "Log\nlines" <<"<&layers>">> as logLines2 rectangle "Game\nparser" <<"<&layers>">> as gameParser rectangle "Add countries" as addCountries rectangle "join with\nusers" as joinWithUsers rectangle "Determine\nachievement" as determineAchievement rectangle "join with\nclans" as joinWithClans rectangle "Determine\nclanwar" as determineClanwar database "Rich game\nrepository" as richGameRepository flatFile2 -> logLines2 logLines2 -> gameParser gameParser -> addCountries addCountries -> joinWithUsers joinWithUsers -> determineAchievement determineAchievement -> joinWithClans joinWithClans -> determineClanwar determineClanwar -> richGameRepository rectangle "GeoIP" as geoIp loglines -[hidden]-> geoIp geoIp --> addCountries database "User\nrepository" as userRepository file "users csv" as users.csv file "Nicknames csv" as nicknames.csv joinWithUsers --> userRepository userRepository <-- users.csv userRepository <-- nicknames.csv rectangle "User\nachievements" <<"<&layers>">> as userAchievements #D9D2E9 rectangle "Hall of fame" as hallOfFame determineAchievement --> userAchievements userAchievements --> hallOfFame rectangle "Generate\nclanwars" <<"<&layers>">> as generateClanwars database "Clanwar\nrepository" as clanwarRepository rectangle "Clan ranks" as clanRanks rectangle "Challange Publish" as challangePublish #D9EAD3 rectangle "Player ranks" as playerRanks rectangle "User statistics" <<"<&layers>">> as userStatistics #D9D2E9 rectangle "Challange Publish" as challangePublish2 #D9EAD3 rectangle "EventSource\nendpoint for new\ngames" as eventSourceEndpoint #D9EAD3 joinWithClans --> generateClanwars determineClanwar --> generateClanwars generateClanwars --> clanwarRepository clanwarRepository -> clanRanks clanwarRepository --> challangePublish richGameRepository --> clanRanks richGameRepository --> playerRanks richGameRepository --> userStatistics richGameRepository -> challangePublish2 eventSourceEndpoint <-- richGameRepository } @enduml @startuml skinparam DefaultTextAlignment center skinparam arrowColor #000000 skinparam rectangleBackgroundColor #CFE2F3 skinparam fileBackgroundColor #CFE2F3 skinparam databaseBackgroundColor #CFE2F3 skinparam defaultFontSize 18 package "Pinger (Live games)" as p3 { rectangle "Game\nservers" <<"<&layers>">> as gameServers rectangle "UDP server\nstatus updates" <<"<&layers>">> as udpServer rectangle "Status parser" <<"<&layers>">> as statusParser rectangle "EventSource\nendpoint for\nstatus updates" as eventSourceEndpoint2 #D9EAD3 gameServers -> udpServer udpServer -> statusParser statusParser -> eventSourceEndpoint2 } package "Ladder" as p4 { file "SSH log file" as sshLogFile rectangle "Log lines" <<"<&layers>">> as logLines3 rectangle "join with users" as joinWithUsers2 rectangle "User ladder\nstatistics" <<"<&layers>">> as userLadderStatistics #D9D2E9 database "User\nrepository" as userRepository2 sshLogFile -> logLines3 logLines3 -> joinWithUsers2 joinWithUsers2 -> userLadderStatistics joinWithUsers2 <-- userRepository2 } p3 -[hidden]-> p4 package "Inters" as p5 { database "User\nrepository" as userRepository3 file "flat file" as flatFile3 rectangle "Log\nlines" <<"<&layers>">> as logLines4 rectangle "join with users" as joinWithUsers3 rectangle "EventSource\nendpoint" as eventSourceEndpoint3 #D9EAD3 userRepository3 --> joinWithUsers3 flatFile3 -> logLines4 logLines4 -> joinWithUsers3 joinWithUsers3 -> eventSourceEndpoint3 } p4 -[hidden]> p5 @enduml
false
true
false
false
sequence
4984f2be0efd88378bfcf15dfa0ab884f4000d8c
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_SerializedPropertyHolder.puml
5817a899b423fb4490dbceae2171d7b82b468625
[]
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
315
puml
@startuml class TMP_SerializedPropertyHolder { + firstCharacter : uint + secondCharacter : uint } ScriptableObject <|-- TMP_SerializedPropertyHolder TMP_SerializedPropertyHolder --> "fontAsset" TMP_FontAsset TMP_SerializedPropertyHolder o-> "glyphPairAdjustmentRecord" TMP_GlyphPairAdjustmentRecord @enduml
false
true
false
false
class
a41555d6cc96544881119edef7b81167cbf9dca6
1c36cc3b5ca7f1a5674dd6f995a53cab64febbf1
/src/main/resources/test.puml
2bf324c066ce04efface911509b6957f971bbe56
[ "Apache-2.0" ]
permissive
justWindy/algorithmForJava
70dd79a3a0cf2c6f1a2d2052833c8e88e3f013ec
48ef95b84431a9357ded77288996f97253947fac
refs/heads/master
2021-10-10T01:17:20.833822
2019-01-05T11:45:23
2019-01-05T11:45:23
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
919
puml
@startuml package org.apache.spark.ui <<Frame>>{ abstract class WebUIPage abstract class WebUITab abstract class SparkUITab extends WebUITab } package org.apache.hive.service.cli <<Frame>> { class SessionManager class OperationManager } package org.apache.spark.sql.hive.thriftserver <<Frame>>{ class SparkSQLSessionManager extends SessionManager class SparkExecuteStatementOperation extends OperationManager class HiveThriftServer2 class SparkSQLEnv } package org.apache.spark.sql.hive.thriftserver.ui <<Frame>>{ interface SQLEventListener class SQLPage extends WebUIPage class SQLUIListener extends SQLEventListener class SQLTab extends SparkUITab } SparkSQLSessionManager *--"1" SQLEventListener : contains HiveThriftServer2 --> SQLTab : create SparkSQLEnv --> SQLUIListener : create SparkExecuteStatementOperation *--"1" SQLEventListener : contains @enduml
false
true
false
false
sequence
2f8d42f266bec7d7fdd4751c90649662c93282d4
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/volumediscount@0.1.0.puml
486dca6ed7bdad2cb12091ce77f5d1eba0b264f1
[ "Apache-2.0", "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
741
puml
@startuml class org.accordproject.volumediscount.VolumeDiscount << (A,green) >> { + Double firstVolume + Double secondVolume + Double firstRate + Double secondRate + Double thirdRate } org.accordproject.volumediscount.VolumeDiscount --|> org.accordproject.cicero.contract.AccordClause class org.accordproject.volumediscount.VolumeDiscountRequest << (T,yellow) >> { + Double netAnnualChargeVolume } org.accordproject.volumediscount.VolumeDiscountRequest --|> org.hyperledger.composer.system.Transaction class org.accordproject.volumediscount.VolumeDiscountResponse << (T,yellow) >> { + Double discountRate } org.accordproject.volumediscount.VolumeDiscountResponse --|> org.hyperledger.composer.system.Transaction @enduml
false
true
false
false
class
8b7bc5e39526d5ab06a81c7c9ca9e55b00d95de2
9d729a5b30e9f7439595aaa8748382393592fb54
/docs/design/src/copy_without_answer.puml
6981c842f04662133383e8af8fb8c7a47b49765e
[ "Apache-2.0" ]
permissive
isabella232/mod_dup
40f2fd2b57bbeb052e6e0935693a8719664e30cf
531382c8baeaa6781ddd1cfe4748b2dd0dbf328c
refs/heads/master
2023-06-05T09:41:29.270680
2019-03-18T09:31:11
2019-03-18T09:31:11
379,221,853
0
0
Apache-2.0
2021-06-22T10:36:44
2021-06-22T09:59:09
null
UTF-8
PlantUML
false
false
701
puml
@startuml actor HTTPRequest box "frontal" entity mod_dup entity duplicator entity PNS_WS end box box "frontal_bis" #LightBlue entity virtualhost end box autonumber "<b>[00]" HTTPRequest --> mod_dup: Apache input filter activate mod_dup mod_dup --> mod_dup: Context enrichment mod_dup --> mod_dup: Filters:<b> MATCH mod_dup --> PNS_WS: Delegation to next handler (WS, mod_rewrite..) activate PNS_WS mod_dup --> duplicator: Prepares the request for duplication deactivate mod_dup activate duplicator duplicator --> virtualhost: Send duplicated\nrequest to\nsome http server deactivate duplicator PNS_WS --> HTTPRequest: Sends the request back to the client deactivate PNS_WS @enduml
false
true
false
false
usecase
4828b41a11e8fd092d8c31c6c04589a2d7fea68d
89bc816f82866e6c43f58f5e088ada53ed728912
/docs/diagrams/enkrino7.puml
1987abc879d63992c5d7b76415a8c36fdf4bb549
[]
no_license
nemoworks/enkrinojs
e003f41763ec1005ec6033fcb66e424435cc1373
a3c72c065ad8ba7e67fd0e6e1c34efd8f7d107f7
refs/heads/master
2023-07-17T12:58:39.009248
2021-08-26T12:50:35
2021-08-26T12:50:35
399,035,702
1
0
null
null
null
null
UTF-8
PlantUML
false
false
675
puml
@startuml state model { state S1 state S2 state S3 state S4 ##[bold]green [*] -left-> S1 S1 -up-> S2 S1 -down-> S3 S2 -down-> S4 S3 -up-> S4 S4 -left-> [*] } state "mirror model" as mirror#lightblue{ state "S1" as MS1 : \t**S4->S1 | context 3**\n\t**start | starting->S1 context** state "S2" as MS2 : \t**S1->S2 | context 1** state "S3" as MS3 : \t**S1->S3 | context 4** state "S4" as MS4 ##[bold]green : \t**S3->S4 | context 5**\n\t**S2->S4 | context 2** MS2 -down[dashed]-> MS1 MS4 -up[dashed]-> MS2 MS1 -right[#green,dashed]-> MS4 MS3 -down[dashed]-> MS1 MS4 -down[dashed]-> MS3 } @enduml
false
true
false
false
state
dc70945a9f1eac44130fb3d2fa5893091d0f57cc
2b2acc58e16343190688ed460b26386980bb2b20
/Documents/UC13/MD.puml
4d321e306ab2000d9d8830c399b135d6dd5b7e9e
[]
no_license
1190452/LAPR3
0ca11285a3e85f93b5d687a0e10caef6f62a9577
e641d35f6524fde900beb3683937fc697af3b325
refs/heads/master
2023-05-11T07:45:02.636516
2021-01-31T17:06:37
2021-01-31T17:06:37
372,571,407
0
0
null
null
null
null
UTF-8
PlantUML
false
false
457
puml
@startuml skinparam classAttributeIconSize 0 hide methods left to right direction class Client { -String name -String email -String nif -String password -int credits } class Cart { -String id -int productQuantity -double finalPrice -double finalWeight } class Product { -String id -String name -String description -double price -double weight } Client "1" -- "1.." Cart: Has > Cart "1" -- "0.." Product: Has > @enduml
false
true
false
false
class
64b148c7e49fdea48e16fb41878f14d8b9e1a420
700a8cdf331d72960170187c9e6326e3c38d19c4
/diagrams/roomState.puml
d1dd3cff7109162b5fa4e49247de2f4394a33ab4
[]
no_license
turban0/hax
c45a578b9edc232c907b2d27fc760d8574954371
adca116a6b4a6c73207f4690a559119f0e3d6cc2
refs/heads/master
2016-09-06T08:04:25.317384
2015-03-12T20:20:54
2015-03-12T20:20:54
26,831,385
0
0
null
null
null
null
UTF-8
PlantUML
false
false
321
puml
@startuml scale 750 width [*] --> SetUp : onCreated SetUp : stadium: ??? SetUp : ?: ??? SetUp --> SetUp : changeConfig SetUp --> Game : start SetUp --> [*] : lastPlayerLeft Game -left-> Paused : pause Game --> SetUp : stop Game --> [*] : lastPlayerLeft Paused --> Game : unpause Paused --> [*] : lastPlayerLeft @enduml
false
true
false
false
sequence
fd7b511a5bd07253ee8c63ed5d386dd63b9bdf87
695505adbd8f82f3ec54191717bbe2ff79fb3885
/exercise45/docs/Class Diagram.puml
abb12a20efe182ec5e8ce1b3805811004c394cd4
[]
no_license
BlakeLoch/lochmandy-a04
7abe971225188bdb2ab95bd42e0c38362e1a2839
0764ec66d475a68a406870ff0707aa0be76848ad
refs/heads/main
2023-09-03T15:48:58.583547
2021-10-28T20:08:20
2021-10-28T20:08:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
353
puml
@startuml class InputClass { +readFile(String inputFile) +getOutputFileNameFromUser() } class CalcClass { +replaceUtilizeWithUse(String data) } class OutputClass { +writeToFile(String outputFile, String outputString) } class Solution45 { +main(String[]) } Solution45 -- InputClass Solution45 -- CalcClass Solution45 -- OutputClass @enduml
false
true
false
false
class
9791a0c81c40b9471d39b75fc42a836b7e5a662b
18a5f1885421e988628700a2f93222fd69232243
/input/images-source/overview-app-launch.plantuml
197ee5601dd1c3b1155288b133ef33065b7e1900
[]
no_license
2022accountk/smart-app-launch
57f2dda882ec207f7d3aeb77fe2a3b8dccf783b3
7725d76c9741f5787f8fd5f56a053f941583c811
refs/heads/master
2023-09-04T07:31:39.173273
2021-11-03T15:28:48
2021-11-03T15:28:48
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
755
plantuml
@startuml participant App participant "EHR with Authorization Server" as EHR participant "FHIR Server" as FHIR opt Precondition: Client Registration App ->> EHR: (may be out of band) end alt EHR Launch EHR->>EHR: EHR user \nlaunches app EHR->> App: Launch request else Standalone Launch App->>App: App user \nconnects to EHR end App -> FHIR: Discovery request FHIR --> App: Discovery response App ->> EHR: Authorization request opt EHR-->> EHR: EHR incorporates user input\ninto authorization decision end alt Granted EHR -->> App: Authorization granted App -> FHIR: Access token request EHR --> App: Access token response App -> FHIR: Request Resources else Denied EHR -->> App: Authorization error end @enduml
false
true
false
false
sequence
f87f82b249f32e3ebb8a2f1a7f41efd7d835b880
afaba8b7f5d826664155b257db77cf4dbf4b8816
/oop-pattern/ch07/resources/10-facade-03.puml
3b59f316903aeadc1f594df0f753b6831ff0e711
[ "MIT" ]
permissive
appkr/pattern
b40b621e52c9b27be01f2a21f2f605a459ac998f
1e635f7b79cc4b89d2e75455cb14e1572619eb20
refs/heads/master
2022-11-02T01:56:18.654766
2022-10-12T08:45:58
2022-10-12T08:47:36
71,896,898
11
2
MIT
2018-11-10T15:05:11
2016-10-25T12:55:03
PHP
UTF-8
PlantUML
false
false
461
puml
@startuml 'skinparam linetype ortho class GUIViewer {} class XMLExporter {} class ExcelExporter {} class EmpReportDaoFacade <<facade>> {} class EmpDao <<subsystem>> {} class ResumeDao <<subsystem>> {} class EvaluationDao <<subsystem>> {} GUIViewer ..> EmpReportDaoFacade XMLExporter ..> EmpReportDaoFacade ExcelExporter ..> EmpReportDaoFacade EmpReportDaoFacade ..> EmpDao EmpReportDaoFacade ..> ResumeDao EmpReportDaoFacade ..> EvaluationDao @enduml
false
true
false
false
class
b99c74e55379a2b9119347c4cc26c48dcdc01970
af7d07279c42be675a3fe194ee3a097afe03d84e
/4 - Java POO/TiendaBodega/src/com/nacho/Secuencia.puml
2af38c889c5a7cd51f828707faab33ae94932d0c
[ "MIT" ]
permissive
cavigna/modulo_programacion_basica_en_java
5bf15cd561b1468ec7e685b473736b75135e5a96
122fa7854d79410c960a777ef859218bd20868da
refs/heads/main
2023-05-26T21:32:03.933006
2021-06-07T03:06:37
2021-06-07T03:06:37
362,890,003
0
0
null
null
null
null
UTF-8
PlantUML
false
false
250
puml
@startuml 'https://plantuml.com/sequence-diagram autonumber Cliente -> Bob: Authentication Request Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response @enduml
false
true
false
false
sequence
a60f842467c0c3aabc8a8e5fe574e08764d1ba67
511df7212d8bea810c5eecb33339acb520ab30b4
/design-uml/8.CD_Service.puml
0b851ddfd4d444ab4f6a71f5cb0ee07a790ad276
[]
no_license
tungnm-ict/spring-hibernate-demo
67f6bd3a55aab93d7829cbc224c18be7bd309e73
2eff134615fdddb4c6e4473ec5f44a53b8c6b31b
refs/heads/master
2020-03-17T16:24:23.330655
2018-05-17T03:44:35
2018-05-17T03:44:35
133,747,409
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,596
puml
@startuml node "Service Classes" { interface ProductService{ + getAllProduct() + getProductById() + getProductByCategoryId() + addProduct() + updateProduct() + deleteProduct() } interface CategoryService{ + getAllCategory() + getCategoryById() + addCategory() + updateCategory() + deleteCategory() } interface AttributeService{ + getAttributeById() + getAttributeByCategoryId() + addAttribute() + updateAttribute() + deleteAttribute() } interface ProductAttributeService{ + getProductAttributeById() + getProductAttributeProductId() + addProductAttribute() + updateProductAttribute() + deleteProductAttribute() } class ProductServiceImp{ + getAllProduct() + getProductById() + getProductByCategoryId() + addProduct() + updateProduct() + deleteProduct() } class CategoryServiceImp{ + getAllCategory() + getCategoryById() + addCategory() + updateCategory() + deleteCategory() } class AttributeServiceImp{ + getAttributeById() + getAttributeByCategoryId() + addAttribute() + updateAttribute() + deleteAttribute() } class ProductAttributeServiceImp{ + getProductAttributeById() + getProductAttributeProductId() + addProductAttribute() + updateProductAttribute() + deleteProductAttribute() } } @enduml
false
true
false
false
class
15f53922a8f2ef2d8f393ccc8b00e9e1c5d7219b
ad3cc5450c8e0d30e3ddbc36db6fbb053e8965fb
/projects/oodp/html/umlversion/sg/edu/ntu/scse/cz2002/ui/MainMenuUI.puml
2f9f10895c2b0ca7d6bc1042c1b72dc6084a7a2e
[]
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
228
puml
@startuml class MainMenuUI [[../sg/edu/ntu/scse/cz2002/ui/MainMenuUI.html]] { #generateMenuScreen(): int -checkTableAvailability(): void } center footer UMLDoclet 1.1.3, PlantUML 1.2018.12 @enduml
false
true
false
false
class
1988bc237a72c7910ae14b8510d10ddf5dc32ea7
1ac0a5cf0a74b207d7cdac817f81b15f452f494c
/Livrables/Diagrammes/Composants/UML/Counter.plantuml
02479162464deb41ff6a268fbade6011ac1ef9bf
[ "MIT" ]
permissive
HugoLA1/Projet-programmation-systeme
1f143b71a52871ca3536b30d78592c29f19aae97
5262fa64cd862283078346b4f8a2aa69246d47d6
refs/heads/master
2020-06-01T10:33:49.688170
2018-12-13T13:22:55
2018-12-13T13:22:55
190,750,176
0
0
null
null
null
null
UTF-8
PlantUML
false
false
209
plantuml
@startuml class Counter { + counterPoint : Point <<get>> <<set>> + waitingGroupCommand : List<GroupCommand> <<get>> <<set>> + useUsentils : List<Ustensil> <<get>> <<set>> + Counter() } @enduml
false
true
false
false
class
5e5846cc7de4f958dad19a662ae3059253352726
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductSetProductPriceCustomTypeAction.puml
e3063d8f38168e62118ea401f25afa7c15b8e3fa
[]
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
605
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 ProductSetProductPriceCustomTypeAction [[ProductSetProductPriceCustomTypeAction.svg]] extends ProductUpdateAction { action: String priceId: String staged: Boolean type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]] fields: [[FieldContainer.svg FieldContainer]] } interface ProductUpdateAction [[ProductUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
d73f6c8475a79d647e4ddcb8333ce58aee38eefe
b19e1cd9af26a9f3cb65823e1a7885ce278337fe
/documentation/productApi/inventory/media/src/product_spec_AEL.puml
c05aff87112a381f3d0ad086590b8a50c927dd6f
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Sonata-SDK
969c3717fba3fffa009bf3a5de65337b2caccaaf
6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f
refs/heads/working-draft
2023-07-07T02:17:11.649855
2023-06-23T09:30:18
2023-06-23T09:30:18
90,886,429
33
32
Apache-2.0
2023-01-05T23:58:23
2017-05-10T16:38:08
null
UTF-8
PlantUML
false
false
2,643
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor<<API>> Black } hide <<API>> stereotype class MEFProduct<<API>> { <<... attributes are skipped ...>> } class MEFProductConfiguration<<API>> { @type*: string } MEFProduct *--> MEFProductConfiguration : productConfiguration class AccessElineOvcEndPoint { identifier: string maintenanceIntermediatePoint: EnabledDisabled egressEquivalenceClassIdentifier: CosFrom aggregationLinkDepth: AggLinkDepth[] ovcEgressMap: OvcEgressMap[] ovcEndPointEnvelopes : Envelope[] ovcEndPointMap: OvcEndPointMapForm colorMap: OvcColorFrom ingressClassOfServiceMap: CosFrom sourceMacAddressLimit: SourceMacAddressLimit[] maintenanceEndPointList: MepLevelAndDirection[] } AccessElineOvcEndPoint *-->"*" BwpFlow : egressBandwidthProfilePerEndPoint AccessElineOvcEndPoint *-->"*" BandwidthProfilePerClassOfServiceName : egressBwpPerEgressEquivalenceClassName AccessElineOvcEndPoint *-->"*" BandwidthProfilePerClassOfServiceName : ingressBandwidthProfilePerClassOfServiceName class AccessElineOvc as "Access Eline OVC v1.0.0" { ceVlanIdPreservation: CeVlanIdPreservation cTagPcpPreservation: EnabledDisabled cTagDeiPreservation: EnabledDisabled listOfClassOfServiceNames: string[] availableMegLevel: integer maximumFrameSize: integer } MEFProductConfiguration <|-- AccessElineOvc AccessElineOvc *-->"1" AccessElineOvcEndPoint : enniEp AccessElineOvc *-->"1" AccessElineOvcEndPoint : uniEp class BandwidthProfilePerClassOfServiceName { classOfServiceName*: string } BandwidthProfilePerClassOfServiceName *-->"1..*" BwpFlow : bwpFlow class BwpFlow { envelopeRank*: integer couplingFlag*: boolean envelopeId*: string tokenRequestOffset*: integer colorMode*: ColorMode } BwpFlow *-->"1" InformationRate : eirMax BwpFlow *-->"1" InformationRate : cirMax BwpFlow *-->"1" DataSize : cbs BwpFlow *-->"1" DataSize : ebs BwpFlow *-->"1" InformationRate : cir BwpFlow *-->"1" InformationRate : eir enum CeVlanIdPreservation { PRESERVE STRIP RETAIN } enum ColorMode { COLOR_BLIND COLOR_AWARE } class DataSize { dataSizeUnits*: DataSizeUnits dataSizeValue*: integer } enum DataSizeUnits { BYTES KBYTES MBYTES GBYTES TBYTES PBYTES EBYTES ZBYTES YBYTES } enum EnabledDisabled { ENABLED DISABLED } class InformationRate { irValue*: number irUnits*: IrUnits } enum IrUnits { BPS KBPS MBPS GBPS TBPS PBPS EBPS ZBPS YBPS } @enduml
false
true
false
false
sequence
1457ad27bda0354a117571f37f69d028294a6f3b
7d26b3d89c841482a62994920bb3d640a875fadd
/docs/diagrams/sample-graph-fleet.plantuml
9438213f536e681469048cfe9b4de7f140e07a2c
[ "Apache-2.0" ]
permissive
SemPukh/kubik
6d1067396fa63b6560bd87cd995afa255bf9d4c0
4a6d42225acf857120dacf4e624807f931782fb8
refs/heads/master
2023-01-30T04:41:34.072449
2020-12-14T21:33:24
2020-12-14T21:33:24
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,209
plantuml
@startuml class "Fleet" as fleet class "Truck" as truck1 { name = "TRUUUK" .. props .. axleCount: 3 } class "Driver" as driver1 { name = "Jane" .. props .. state = "CA" shiftStart = "2020-05-01T03:00:27Z" } class "Container" as cont1_1 { name = "Maersk-001" .. props .. weight = 4 } class "Material" as material1_1 { name = "Horse" .. props .. livestock = true } class "Truck" as truck2 { name = "CARSICK" .. props .. axleCount: 5 } class "Driver" as driver2 { name = "Joe" .. props .. state = "TX" shiftStart = "2020-05-01T07:00:27Z" } class "Container" as cont2_1 { name = "Cosco-002" .. props .. weight = 5 } class "Material" as material2_1 { name = "Corn" .. props .. food = true } class "Container" as cont2_2 { name = "Maersk-003" .. props .. weight = 3 } class "Material" as material2_2 { name = "Waste" .. props .. biohazard = true } fleet --> truck1 truck1 --> driver1 truck1 --> cont1_1 cont1_1 --> material1_1 fleet --> truck2 truck2 --> driver2 truck2 --> cont2_1 cont2_1 --> material2_1 truck2 --> cont2_2 cont2_2 --> material2_2 hide circle @enduml
false
true
false
false
state
919cfe892e26f5dc50805e9e8ee9bb97e88edb73
6e29d893e7deebb9339dd5515195d7e510aba402
/Documentação/Sprint 4/UC11_Editar_Candidatura/UC11_Editar_Candidatura_Diag_Seq.plantuml
39241bebe2074b77443581ccdd001a5da12e73f4
[]
no_license
blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2
3a257326461907780a503165042584c5b7a8e535
95c31675e9008e961f00b177d6814046a72b577c
refs/heads/main
2023-03-18T20:54:48.147868
2021-03-21T20:10:16
2021-03-21T20:10:16
331,623,577
0
2
null
2021-03-21T20:10:17
2021-01-21T12:38:14
Java
UTF-8
PlantUML
false
false
2,580
plantuml
@startuml participant Freelancer participant "EditarCandidataturaUI" as EditarCandidataturaUI participant "EditarCandidaturaCTRL" as EditarCandidaturaCTRL participant RepositorioCandidatura title UC11 - Editar Candidatura activate Freelancer Freelancer -> EditarCandidataturaUI : Consulta candidaturas editáveis activate EditarCandidataturaUI EditarCandidataturaUI -> EditarCandidaturaCTRL : getAllCandidaturasEditáveis \n(emailFreelancer) activate EditarCandidaturaCTRL EditarCandidaturaCTRL -> RepositorioCandidatura : getAllCandidaturasEditáveis() activate RepositorioCandidatura RepositorioCandidatura --> EditarCandidaturaCTRL : candidaturasEditáveis deactivate RepositorioCandidatura EditarCandidaturaCTRL --> EditarCandidataturaUI : candidaturasEditáveis deactivate EditarCandidaturaCTRL alt Não existem candidaturas editáveis EditarCandidataturaUI --> Freelancer : Não existem candidaturas disponíveis deactivate EditarCandidataturaUI else existem candidaturas editáveis Freelancer -> EditarCandidataturaUI : Seleciona candidatura activate EditarCandidataturaUI EditarCandidataturaUI -> EditarCandidaturaCTRL : getCandidatura(idCandidatura) activate EditarCandidaturaCTRL EditarCandidaturaCTRL -> RepositorioCandidatura : getCandidatura(idCandidatura) activate RepositorioCandidatura RepositorioCandidatura --> EditarCandidaturaCTRL : candidatura deactivate RepositorioCandidatura EditarCandidaturaCTRL --> EditarCandidataturaUI : candidatura deactivate EditarCandidaturaCTRL EditarCandidataturaUI --> Freelancer : Apresenta os dados registados \nSolicita confirmar/editar os dados deactivate EditarCandidataturaUI Freelancer -> EditarCandidataturaUI : Mantém/modifica os dados registados activate EditarCandidataturaUI EditarCandidataturaUI -> EditarCandidaturaCTRL : updateCandidatura(idCandidatura, valorPretendido, \nnumeroDias, txtApresentacao, txtMotivacao) activate EditarCandidaturaCTRL EditarCandidaturaCTRL -> RepositorioCandidatura : updateCandidatura(idCandidatura, valorPretendido, \nnumeroDias, txtApresentacao, txtMotivacao) activate RepositorioCandidatura RepositorioCandidatura -> RepositorioCandidatura: update(idCandidatura, valorPretendido, \nnumeroDias, txtApresentacao, txtMotivacao) RepositorioCandidatura --> EditarCandidaturaCTRL: candidaturaActualizada deactivate RepositorioCandidatura EditarCandidaturaCTRL --> EditarCandidataturaUI: candidaturaActualizada deactivate EditarCandidaturaCTRL EditarCandidataturaUI --> Freelancer: Candidatura actualizada com sucesso deactivate EditarCandidataturaUI end deactivate Freelancer @enduml
false
true
true
false
sequence
82d0ef5db4082816891079d63d3388f86d7b207c
db1bcc4333e56a3f1db7ecf648cf35b7deabfa81
/doc/http11.puml
3003ecf609dec6743cee6f8eebffc185cde0cd30
[]
no_license
programaths/liveedu-todo
0fc0808978d779e5041205d2f0f10244718d1b05
be7d190696d79380e32c1f370329a755b075555d
refs/heads/master
2021-01-02T08:37:01.461994
2017-09-14T20:13:16
2017-09-14T20:13:16
99,031,947
0
0
null
null
null
null
UTF-8
PlantUML
false
false
198
puml
@startuml Client -> DNS : What IP is behind "www.google.com" DNS --> Client : IP is 271.21.251.19 Client -> Server note right GET / HTTP/1.1 HOST: www.google.com end note Server --> Client @enduml
false
true
false
false
sequence
3697b376b9d34317779084399cb6ff21f2742ef8
69710f02e6406b4661d6eeb82fe8b995ce27ec04
/pml/d9.plantuml
50eecb2e82b6a92a22d349fbaab0e38b2fb78af2
[]
no_license
1091643978/sequence
347ec8336d54c412af22825513012ff745155f8a
e946d503470929fb94bf06c0c87a6099d1b1aa93
refs/heads/master
2023-02-19T04:16:54.342944
2021-01-22T07:01:38
2021-01-22T07:01:38
295,281,292
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,052
plantuml
@startuml actor Utilisateur as user participant "formSign.js" as form <<Contrôleur formulaire>> participant "Sign.java" as controler <<(C,#ADD1B2) Contrôleur formulaire>> participant "Secure.java" as secure <<(C,#ADD1B2) authentification>> participant "Security.java" as security <<(C,#ADD1B2) sécurité>> box "Application Web" #LightBlue participant form end box box "Serveur Play" #LightGreen participant controler participant secure participant security end box user -> form : submitSignIn() form -> form : getParameters() form -> form : result = checkFields() alt result form -> controler : formSignIn(email,pwd) controler -> controler : result = checkFields() alt result controler -> secure : Secure.authenticate(email, pwd, true); secure -> security : onAuthenticated() security --> form : renderJSON(0); form --> user : display main page else !result controler --> form : renderJSON(1) form --> user : display error end else !result form --> user : display error end @enduml
false
true
true
false
usecase
55d0833634d9f462803df5bf113595e15f972839
d9efddfdabe2d7edd382e9959d5c3d9eedd76677
/docs/diagrams/helm-chart/helm-components-trial.puml
a3ab8e25357855b03404beeee12f39a10683ddc8
[ "Apache-2.0" ]
permissive
westernacher-solutions/acs-deployment
904c579941245b2ac40311e0b9c03ac78d7a4215
269cfed89d0ecbcd2d67476ceff426f5673d59c4
refs/heads/master
2020-06-10T12:29:22.165825
2019-06-25T05:46:34
2019-06-25T06:11:09
193,644,571
0
0
null
2019-06-25T06:03:52
2019-06-25T06:03:52
null
UTF-8
PlantUML
false
false
1,452
puml
@startuml Title: ACS Trial Helm Deployment Overview skinparam componentStyle uml2 skinparam linetype ortho skinparam rectangle { BorderStyle dashed FontSize 15 FontStyle none } actor Client node "nginx-ingress namespace" { component "NGINX ingress-controller" as nginx #lightgrey } node "ACS namespace" { component "Alfresco Digital Workspace" as adw #lightgrey component "Alfresco Content Services" as acs #lightgrey component "Alfresco Search Services" as ass #lightgrey component "PostgreSQL" as psql #lightgrey component "Alfresco Share" as share #lightgrey database "Volume Claim" as vc rectangle "Alfresco Transform Service" { component "Transform Router" as tr #lightgrey component "Shared File Store" as sfs #lightgrey component "ActiveMQ" as amq #lightgrey component "Alfresco PDF Renderer" as pdfr #lightgrey component "LibreOffice" as libr #lightgrey component "ImageMagick" as img #lightgrey component "Tika" as tika #lightgrey } } Client --> nginx nginx --> acs nginx --> share nginx --> adw acs --> vc ass --> vc psql --> vc sfs --> vc ass <--> acs acs --> psql acs --> pdfr acs --> libr acs --> img acs --> tika acs --> sfs acs <--> amq tr --> pdfr tr --> libr tr --> img tr --> tika tr <-up-> amq pdfr --> sfs libr --> sfs img --> sfs tika --> sfs share --> acs center footer Copyright 2018 Alfresco Software Inc @enduml
false
true
false
false
sequence
066ace49c490de8ebfbf1c8266d3d19ba67f203c
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-class-posisjon.puml
1057b006bcfdd666a143771ad79ef95cab969b17
[]
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
408
puml
@startuml skinparam nodesep 100 hide circle class Arkivstruktur.NasjonaleIdentifikatorer.Posisjon <Nasjonalidentifikator> { +koordinatsystem : Koordinatsystem +x : decimal +y : decimal +z : decimal [0..1] } class Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator { } Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator <|-- Arkivstruktur.NasjonaleIdentifikatorer.Posisjon @enduml
false
true
false
false
class
305e675cb9a7f44eedbac1873c5e651a2e5642c1
d702b31e656edcb9944228c0309f153bdff29eec
/doc/plantuml/HCARDA/command/DisableVerificationRequirementCommand.plantuml
01e05ec65a01122f96896dbd3c5dec421bcd6e55
[ "Apache-2.0" ]
permissive
gematik/ref-HealthCardAccess
4f3957bfe40c56ffbf82782528a6e543ea00e9e3
eb9a12f7eea309bb5b23269de9d8fa924f91fe4f
refs/heads/master
2022-02-14T18:25:41.769547
2022-01-07T07:24:17
2022-01-07T07:24:17
213,916,430
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,519
plantuml
@startuml package de.gematik.ti.healthcardaccess { interface IHealthCardCommand { {abstract} + executeOn() } } package de.gematik.ti.healthcardaccess { abstract class AbstractHealthCardCommand { {static} - LOG : Logger {static} # NE_MAX_EXTENDED_LENGTH : int {static} # NE_MAX_SHORT_LENGTH : int {static} # EXPECT_ALL : int # cla : int # ins : int # p1 : int # p2 : int # data : byte[] # ne : int # AbstractHealthCardCommand() # AbstractHealthCardCommand() {abstract} + getTechnicalResponseApdus() - inferResponseStatusFromResponseCode() + executeOn() # sendApdu() - getCommandApdu() } } package de.gematik.ti.healthcardaccess { package de.gematik.ti.healthcardaccess.commands { class DisableVerificationRequirementCommand { {static} - CLA : int {static} - INS : int {static} - MODE_VERIFICATION_DATA : int {static} - MODE_NO_VERIFICATION_DATA : int {static} - technicalResponseApdus : Map<Integer, ResponseStatus> + getTechnicalResponseApdus() + DisableVerificationRequirementCommand() + DisableVerificationRequirementCommand() } } } AbstractHealthCardCommand -up-|> IHealthCardCommand DisableVerificationRequirementCommand -up-|> AbstractHealthCardCommand @enduml
false
true
false
false
class
f868249bd4cc36a3c04f624fe8a4f879d8eea599
3799485d044ea837adff21cb08b03fef972fcf03
/ArtOrders/out/production/ArtOrders/orders/model/entities/entities.plantuml
9abec6fe89a6053ad4bb1831dac44d94114af6d7
[]
no_license
KateChaus/artOrders
4d3f5552fbaed5a96d7050562cc1a9cf5fd7076e
2ef2c87d48c9aebab5746ea2dd53e66e33433362
refs/heads/master
2022-09-20T21:16:40.879672
2020-05-30T17:13:23
2020-05-30T17:13:23
268,121,691
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,924
plantuml
@startuml title __ENTITIES's Class Diagram__\n namespace orders { namespace model.entities { class orders.model.entities.ArtOrder { - id : int - image : String + ArtOrder() + getCustomer() + getId() + getImage() + getOrderApplication() + getOrderStatus() + setCustomer() + setId() + setImage() + setOrderApplication() + setOrderStatus() + toString() } } } namespace orders { namespace model.entities { class orders.model.entities.Gallery { - id : int - link : String - site : String + Gallery() + getId() + getLink() + getSite() + getUser() + setId() + setLink() + setSite() + setUser() + toString() } } } namespace orders { namespace model.entities { class orders.model.entities.OrderApplication { - cost : int - id : int - info : String - slots : int + OrderApplication() + getArtist() + getCost() + getId() + getInfo() + getSlots() + getStyle() + getType() + setArtist() + setCost() + setId() + setInfo() + setSlots() + setStyle() + setType() } } } namespace orders { namespace model.entities { class orders.model.entities.User { - avatar : String - id : int - info : String - isArtist : boolean - login : String - password : String + User() + equals() + getAvatar() + getId() + getInfo() + getLogin() + getPassword() + hashCode() + isArtist() + setArtist() + setAvatar() + setId() + setInfo() + setLogin() + setPassword() + toString() - User() } } } orders.model.entities.ArtOrder o-- orders.model.entities.User : customer orders.model.entities.ArtOrder o-- orders.model.entities.OrderApplication : orderApplication orders.model.entities.ArtOrder o-- orders.model.enums.OrderStatus : orderStatus orders.model.entities.Gallery o-- orders.model.entities.User : user orders.model.entities.OrderApplication o-- orders.model.entities.User : artist orders.model.entities.OrderApplication o-- orders.model.enums.OrderStyle : style orders.model.entities.OrderApplication o-- orders.model.enums.OrderType : type 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
false
true
false
false
class
78fb1550cf7c101143277e68b6ff1a3ffdbb2f1b
5c470ee79347cf37076393a4674be5a8979fd5a4
/tools/puml/participant_flowing_right.puml
2bd09fa17772218f5e31d494e52bfe7467c5a736
[]
no_license
Jyoshnasai48/energy
ab840365d59045e058315a75a2e8261da835646a
58d377221be7b0d7acdd26cab17b42a51b7ed7c0
refs/heads/master
2023-08-21T11:16:55.450528
2021-10-16T16:53:10
2021-10-16T16:53:10
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
513
puml
@startuml autonumber actor User participant Server box "Filter Chain" participant "Delegating Filter Proxy" as F1 participant "Filter 1" as F2 participant "Filter ..." as F3 participant "Filter n" as F4 end box participant DispatcherServlet as DS participant Controller User -> Server : request Server -> F1 : request F1 -> F2 F2 -> F3 F3 -> F4 F4 -> DS DS -> Controller autonumber stop Controller -->> DS DS -->> F4 F4 -->> F3 F3 -->> F2 F2 -->> F1 F1 -->> Server Server -->> User @enduml
false
true
false
false
sequence
41ac947fadd7c5cc608c420b831fb03a5e078a2f
8e0b778be8c51759f212c9a7d6750f501bc5a130
/src/main/java/com/ab/proxy/dynamic/dynamic.puml
ffc5655f8c67a298a089562e11cbf1a416b3210d
[]
no_license
ab9508/proxy
993f913fcfa2ba314d0640ca06a8625989b95ea4
b427beb039e3447fdf37266471731a610d200f5f
refs/heads/master
2021-02-10T13:56:53.118440
2020-03-09T10:40:40
2020-03-09T10:40:40
244,387,567
0
0
null
null
null
null
UTF-8
PlantUML
false
false
244
puml
@startuml interface ITeacherDao{ teach(): void } class TeacherDao{ teach(): void } class ProxyFactory{ ProxyFactory() getProxyInstance(): Objcet } class Client ITeacherDao <|-- TeacherDao ProxyFactory <.. Client TeacherDao <.. Client @enduml
false
true
false
false
class
48ff1c0e7c878b9f6cf0a0e96cda92dbdf025174
eacdd3030219fb7eabbd7befb64c31c221a0e42e
/contract/specs/ActivateCard.puml
efa4455b9b8e84344b94f3609fa1d53a2e35ec61
[]
no_license
jsdelivrbot/microservice-k8s
0b1ebe3c877b6853a288db66457a67a2e2b8cbf3
8b66245515fcdc71aa430bd64c1697bdf84d7a10
refs/heads/master
2020-04-10T08:15:34.939277
2018-12-08T02:29:06
2018-12-08T02:29:06
160,901,515
0
0
null
2018-12-08T03:49:04
2018-12-08T03:49:04
null
UTF-8
PlantUML
false
false
3,883
puml
@startuml skinparam sequence { ArrowColor DarkBlue ArrowThickness 2 LifeLineBorderColor Blue ActorBorderColor #FF00FF ParticipantBorderColor Blue } skinparam arrow { FontColor DarkBlue FontSize 14 FontStyle bold } actor Client #FF00FF boundary WebApp #7FDFFF participant "Card Management API" as CardMgmt #99FF99 participant "SMS/email Gateway" as SMS participant "Card Issuer Service" as Issuer participant "ATM Server" as ATM participant "Card Network" as Network note left of Network Card is created and ready for use end note Network->Issuer: CardIsReady(OrderID, CardNumber) activate Issuer Issuer->Issuer: GetApplicationID(OrderID) ||| note right of Issuer Prepare card for first usage end note Issuer->ATM:SetFirstTimePIN(Card) activate ATM ATM->ATM:GenerateFirstTimePIN() ATM->ATM: StoreTimestamp(ApplicationID,\nCurrentDateTime, "FirstTimePIN") Issuer<--ATM:Acknowledged deactivate ATM note over CardMgmt #FF7F3F GET /cards/{cardID}/addresses?cardmailaddress end note Issuer-[#007F00]>CardMgmt: <font color=#007F00><b>getCardAddress(ClientID, CardLastDigits) activate CardMgmt #00FF00 Issuer<--CardMgmt: Address deactivate CardMgmt Issuer-[#FF00FF]>Client: <font color=#FF00FF><b>Mail Card activate Client #FF00FF deactivate Client note over CardMgmt #FF7F3F GET /cards/{cardID} end note Issuer-[#007F00]>CardMgmt: <font color=#007F00><b>IsEActivated(ClientID, CardLastDigits) activate CardMgmt #00FF00 Issuer<--CardMgmt: Yes/No deactivate CardMgmt ||| group Opt traditional activation note over CardMgmt #FF7F3F GET /cards/{cardID}/addresses?pinaddress end note Issuer-[#007F00]>CardMgmt: <font color=#007F00><b>getPinAddress(ClientID, CardLastDigits) activate CardMgmt #00FF00 Issuer<--CardMgmt: Address deactivate CardMgmt Issuer->ATM:MailPIN(Address) activate ATM ATM-[#FF00FF]>Client: <font color=#FF00FF><b>Mail PIN activate Client #FF00FF Issuer<--ATM:Done deactivate ATM deactivate Issuer end ... ||| group Opt e-Activation ||| note right of Client Select inactive card end note Client-[#FF00FF]>WebApp: <font color=#FF00FF><b>Select Inactive Card activate WebApp #7FDFFF note over CardMgmt #FF7F3F GET /cards?inactive end note WebApp-[#007F00]>CardMgmt: <font color=#007F00><b>GetInactiveCards(ClientID) activate CardMgmt #00FF00 WebApp<--CardMgmt: Cards[] deactivate CardMgmt Client<[#FF00FF]--WebApp: <font color=#FF00FF><b>List of cards deactivate WebApp ||| Client-[#FF00FF]>Client: <font color=#FF00FF><b>Select card ||| note right of Client Get First Time PIN end note Client-[#FF00FF]>WebApp: <font color=#FF00FF><b>Get first time PIN activate WebApp #7FDFFF note over CardMgmt #FF7F3F POST /cards/{cardID}/first-time-pin end note WebApp-[#007F00]>CardMgmt: <font color=#007F00><b>SendFirstTimePIN(ClientID, CardLastDigits) activate CardMgmt #00FF00 CardMgmt-[#7F0000]>Issuer: <font color=#7F0000><b>SendFirstTimePIN(ClientID, CardLastDigits, PhoneNr) activate Issuer Issuer->ATM:SendFirstTimePIN(Card, PhoneNr) activate ATM ATM->SMS:SendMessage(PhoneNr, FirstTimePIN) activate SMS Client<[#FF00FF]-SMS:<font color=#FF00FF><b>Message(FirstTimePIN) ATM<--SMS: Done deactivate SMS Issuer<--ATM:Done deactivate ATM CardMgmt<--Issuer: Acknowledged deactivate Issuer WebApp<--CardMgmt: Acknowledged deactivate CardMgmt Client<[#FF00FF]--WebApp: <font color=#FF00FF><b>first time PIN sent deactivate WebApp end ... note right of Client Change First Time PIN end note ||| Client-[#FF00FF]>ATM: <font color=#FF00FF><b>Change PIN (CARD, FirstTimePIN, NewPIN) activate ATM ATM->Issuer: ActivateCard(ClientID, CardLastDigits) activate Issuer Issuer-[#007F00]>CardMgmt: <font color=#007F00><b>ActivateCard(ClientID, CardLastDigits, SequenceNumber) activate CardMgmt #00FF00 Issuer<--CardMgmt: Done deactivate CardMgmt ATM<--Issuer: Success deactivate Issuer Client<[#FF00FF]--ATM: <font color=#FF00FF><b>Activated deactivate ATM deactivate Client ||| @enduml
false
true
false
false
usecase
fd839e0b186a6752fb620a635accb50cc325b7f8
3eb900e06d75f0c46b2b84ab02afc0c4fbfe597a
/puntuml/varvnziev.puml
e0625ca9ed4e1475996d748fe611dac9016b0aad
[]
no_license
baitoeii/puntuml
8ed998d76d4ec1f1250a3e22cb8f6b4b0fe76d9b
75d518943384ed2365c9dd2265c1a49b79f1d0a9
refs/heads/main
2023-04-07T11:50:36.746969
2021-04-09T14:46:34
2021-04-09T14:46:34
356,303,789
0
0
null
null
null
null
UTF-8
PlantUML
false
false
378
puml
@startuml user --> (select mune) (select mune) -right-> (order) (order) -right-> (pay) user2 --> (select mune) (pay) -> (transfer money) (transfer money) -up-> payee (on money) -up-|> (pay)#green;line.dashed;text:green : extends (Scan pay) -up-|> (pay)#green;line.dashed;text:green : extends (rating) -up-|> (select mune)#green;line.dashed;text:green : extends @enduml
false
true
false
false
uml-unknown
0c53231e60aa964f4f080f3018d0930a13194835
f1043bbb871f3e3a5dd14feae76075162bf62678
/diagramas/secuencias/una_secuencia_actor.plantuml
b5a09aaf1737e8d19cd2752d7dbe2cffc424e450
[ "MIT" ]
permissive
diegosanchez/invap-modulo-uml
cd9e7329f3a4ff6bfbee36249ac936b50e3ed2f8
7ba9b07cde50a655df58de80801b48d8b47f8a06
refs/heads/main
2023-07-17T06:16:50.063408
2021-08-25T12:43:12
2021-08-25T12:43:12
396,763,438
1
2
null
null
null
null
UTF-8
PlantUML
false
false
275
plantuml
@startuml skinparam style strictuml actor Operador Operador -> ": SensorTemperatura": loging(usuario, password) activate ": SensorTemperatura" ": SensorTemperatura" -> ": SensorTemperatura": verificacion(usuario, password) ": SensorTemperatura" --> Operador: [ok] @enduml
false
true
false
false
usecase
5411e5703cf9710a18574c16e3b8564e0aa43c05
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MultiBuyLineItemsTarget.puml
fa502775bf171c59ae68c7a840eece5d168102d3
[]
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
579
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 MultiBuyLineItemsTarget [[MultiBuyLineItemsTarget.svg]] extends CartDiscountTarget { type: String predicate: String triggerQuantity: Integer discountedQuantity: Integer maxOccurrence: Integer selectionMode: [[SelectionMode.svg SelectionMode]] } interface CartDiscountTarget [[CartDiscountTarget.svg]] { type: String } @enduml
false
true
false
false
class
d99b3224552c3990b465a52cc21f3c92e9575183
f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6
/_src/conti-producer-uf.plantuml
13bb4d4bb79838fda2c7c65bd2dc8efebde08774
[ "MIT", "GPL-1.0-or-later", "WTFPL", "CC-BY-3.0-US", "BSD-3-Clause", "OFL-1.1" ]
permissive
oehf/ipf-docs
178fe1e3fe079afede58fd25fe93a360234a273a
3a8ea98c86b3405f6571cb23b4da44a726a8fbf4
refs/heads/master
2023-08-30T06:25:52.374023
2023-08-29T14:34:33
2023-08-29T14:34:33
158,552,584
0
3
MIT
2022-03-30T07:48:51
2018-11-21T13:31:43
HTML
UTF-8
PlantUML
false
false
533
plantuml
@startuml hide footbox box "IPF Application" participant "Client Camel Route" as Client participant "IPF Producer" as PRO end box participant Server Client -> PRO: Unfragmented Request note left of Client: .to(...) activate PRO loop n-1 times PRO -> Server : Fragment of Request activate Server Server --> PRO : Fragment Acknowledgement deactivate Server end ||| PRO -> Server : Last Fragment of Request activate Server Server --> PRO: Response deactivate Server PRO --> Client : Response deactivate PRO @enduml
false
true
false
false
sequence
b879bb9b57064de03a7489ddeab4cc36dcfaafe2
54ebd9eb2ddadc17b215617d96fac1f93f4acfef
/creational/2-factory-method/factory-method-furniture-complete.puml
eadb0007468e8fb7b59fa714cd066043e2147d05
[]
no_license
cesarkohl/design-patterns
acb42191662c141f064d9c90426dfd4491d43dfe
991f83d0076b0a69e9d6b7c1163cf49fde3bfcbf
refs/heads/main
2023-06-11T07:16:18.484116
2023-05-28T14:41:01
2023-05-28T14:41:01
199,520,479
4
0
null
null
null
null
UTF-8
PlantUML
false
false
801
puml
@startuml note as n2 const creator = new IkeaCreator(); const chair = creator.createChair(); end note abstract class Creator { + createChair(): Chair {\n // <b>The Creator Method!</b>\n // Implementation is optional\n // empty due to +1 factories\n} + cleaning(): boolean {} } class IkeaCreator extends Creator { + createChair(): Chair {\n return new IkeaChair();\n} } class TokStokCreator extends Creator { + createChair(): Chair {\n return new TokStokChair();\n} } interface Chair { + style(): string; } class IkeaChair implements Chair { style(): string {} } class TokStokChair implements Chair { style(): string {} } Creator <-- Chair IkeaCreator <-- Chair TokStokCreator <-- Chair IkeaCreator o-- IkeaChair TokStokCreator o-- TokStokChair @enduml
false
true
false
false
class
1d4f4d13f9b1025d232672e2e3d7c116f2ee7f47
0c5e47ecc8c280c7b6c41e585aace67524473bd4
/src/main/resources/uebung4/exercise012d3.puml
6ae5c10f78a06f4304b34a566ae51ac8d20686c1
[]
no_license
phbenisc/msiComplexTheorie
bad88319e1ffe89bcb9c09d71b48447afab12897
24ba533c2915308f1edc304d37583cbed76c386f
refs/heads/master
2023-02-27T21:38:58.384128
2021-02-01T07:57:27
2021-02-01T07:57:27
306,917,234
0
0
null
null
null
null
UTF-8
PlantUML
false
false
366
puml
@startuml skinparam monochrome true left to right direction skinparam state { BackgroundColor<<A>> Green BorderColor Gray } [*] --> n0 'a state "nein" as n0 state "nein" as n1 <<A>> state "nein" as n2 state "nein" as n3 <<A>> state "ja" as j0 n0: 0 n1: 2 n2: 3 n3: 4 j0: 1 n0 --> n0: b n0 --> n1 n1 --> n1: a n1 --> n2: b n2 --> n3: a n3 --> j0: a @enduml
false
true
false
false
sequence
329bd909d13bdc96f0f21175ec72e14d0a0bf4ee
935b0528caa1b79b04408361b95e2c68bd9478e8
/android-pdf-viewer/src/main/java/com/github/barteksc/pdfviewer/source/source.plantuml
a01dd1d13ecad9690a0be9d8791878b4d59f9693
[ "Apache-2.0" ]
permissive
cj5785/YESPDF
787485d7aaa3c17e70c31766f613a5a0d7bac5b7
c2428c2984968b2d4feb23e69a4b82379f90d893
refs/heads/master
2022-11-26T11:04:42.961008
2020-08-02T13:15:24
2020-08-02T13:15:24
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,192
plantuml
@startuml title __SOURCE's Class Diagram__\n namespace com.github.barteksc.pdfviewer { namespace source { class com.github.barteksc.pdfviewer.source.AssetSource { - assetName : String + AssetSource() + createDocument() } } } namespace com.github.barteksc.pdfviewer { namespace source { class com.github.barteksc.pdfviewer.source.ByteArraySource { - data : byte[] + ByteArraySource() + createDocument() } } } namespace com.github.barteksc.pdfviewer { namespace source { interface com.github.barteksc.pdfviewer.source.DocumentSource { {abstract} + createDocument() } } } namespace com.github.barteksc.pdfviewer { namespace source { class com.github.barteksc.pdfviewer.source.FileSource { - file : File + FileSource() + createDocument() } } } namespace com.github.barteksc.pdfviewer { namespace source { class com.github.barteksc.pdfviewer.source.InputStreamSource { - inputStream : InputStream + InputStreamSource() + createDocument() } } } namespace com.github.barteksc.pdfviewer { namespace source { class com.github.barteksc.pdfviewer.source.UriSource { - uri : Uri + UriSource() + createDocument() } } } com.github.barteksc.pdfviewer.source.AssetSource .up.|> com.github.barteksc.pdfviewer.source.DocumentSource com.github.barteksc.pdfviewer.source.ByteArraySource .up.|> com.github.barteksc.pdfviewer.source.DocumentSource com.github.barteksc.pdfviewer.source.FileSource .up.|> com.github.barteksc.pdfviewer.source.DocumentSource com.github.barteksc.pdfviewer.source.InputStreamSource .up.|> com.github.barteksc.pdfviewer.source.DocumentSource com.github.barteksc.pdfviewer.source.UriSource .up.|> com.github.barteksc.pdfviewer.source.DocumentSource 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
false
true
false
false
class
99da4d1a54cdc6a580c3ab446e60f51de0f3bc48
6ad03e268176b3afaf38235347ea3329a6bb19ba
/VideoStore/diagram/movie.puml
d660e4e1c8f4f208e808ca33c9ef672e430d0614
[ "Unlicense" ]
permissive
LiuPai/refactoring
f09714f9613bfc87df4cf64fa05e7fd3252e6ecb
a290aca180d2d8611ee8837c42a8f5a2a4fcc02c
refs/heads/master
2021-01-20T18:48:39.860236
2016-06-23T02:41:24
2016-06-23T02:41:24
61,682,627
0
0
null
null
null
null
UTF-8
PlantUML
false
false
355
puml
interface Price { + float64 GetCharge() } class RegularPrice { + float64 GetCharge() } class ChildrensPrice { + float64 GetCharge() } class NewReleasePrice { + float64 GetCharge() } RegularPrice-u-|>Price ChildrensPrice-u-|>Price NewReleasePrice-u-|>Price class Movie { + float64 GetCharge() } Movie-r->Price note top of Movie: return price.GetCharge()
false
true
false
false
class
4f3aa540aba03f217f565998854f4c09cf8ff833
0454ae993f0b451ce05472590c6a679ff72eee0a
/doc/uml/structure.puml
0f61964a200320ffa133bd49119a27cd8d62dbae
[]
no_license
sinbargit/sinbargit
76a6fdf72af7fa0c450c59add8e2959e1c2a78ce
43758d2280e181c56a109447ffc766e9da7be200
refs/heads/master
2021-08-12T05:01:13.671194
2017-11-14T13:15:03
2017-11-14T13:15:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
232
puml
@startuml package "node middleware"{ [node] } package "server" as h{ [node] - [Jersey]: "token" [hibernate] --> [mysql] [Jersey] --> [hibernate] } package "content"{ [Jersey] --> [jackrebbit]:RSA token [jackrebbit] } @enduml
false
true
false
false
sequence
b17c93ef838a59506955fec773a0f192a892382e
b1ddd0098167d1fb3ce8abd25abb962c7aa335dc
/packages/cli/test/functional/test_site/expected/diagrams/state.puml
a15719f7b3663a2ffe33f781eb6a9894bf8f7ccf
[ "MIT" ]
permissive
MarkBind/markbind
d4e2155354a6471e5aee2fd66f7e00c94553100b
34493ccfe0f71f051f28b7ec8102851e39d27f47
refs/heads/master
2023-09-01T01:08:57.170045
2023-08-28T10:31:52
2023-08-28T10:31:52
78,425,531
119
146
MIT
2023-09-10T15:05:46
2017-01-09T12:10:30
HTML
UTF-8
PlantUML
false
false
435
puml
@startuml scale 600 width [*] -> State1 State1 --> State2 : Succeeded State1 --> [*] : Aborted State2 --> State3 : Succeeded State2 --> [*] : Aborted state State3 { state "Accumulate Enough Data\nLong State Name" as long1 long1 : Just a test [*] --> long1 long1 --> long1 : New Data long1 --> ProcessData : Enough Data } State3 --> State3 : Failed State3 --> [*] : Succeeded / Save Result State3 --> [*] : Aborted @enduml
false
true
false
false
sequence
d7ae230cc310a67811af9017ea9626ee622df0a3
c60a8fb67fedcbae08755d8125d97468a8aca24d
/Projet de UML Reverse/documents/trash/DAL/DiagrammesVersion trash/vue/UMLDiagramsEditor/Class Diagrams/enCours/manager.puml
9c7b5fa4241cbea59ba5cf40614fcea92bfd7dc3
[ "Apache-2.0" ]
permissive
BelkhousNabil/Projets-Informatiques
6be114f6a8dbcf978ef67daffb1394ee023255cf
47ffd6526bb66ae263c34725fe2b515b751127bb
refs/heads/master
2021-01-17T07:12:08.050466
2017-02-26T17:03:56
2017-02-26T17:03:56
54,788,129
0
0
null
null
null
null
UTF-8
PlantUML
false
false
679
puml
@startuml interface IDiagramManager { +getDiagram(String name) : IDiagram +containsFilename(String filename) : bool +containsDiagram(String name) : bool +getDiagrams() : Set<IDiagram> .. +addDiagram(String filePlantUml) +addDiagram(String filePlantUml, String fileParameter) +reverseJava(String directoryJava, String name) +applyStyle(IDiagram diagram, String fileParameter) +toPlantUml(IDiagram diagram) +toPlantUml(IDiagram diagram, String fichier) +toParameters(IDiagram diagram, String fichier) +addDiagram(IDiagram diagram) +removeDiagram(IDiagram diagram) +removeDiagram(String name) } class DiagramManager implements IDiagramManager @enduml
false
true
false
false
class
c78c74b8d7389b22e8750dacc8a218bcbfc2f804
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ShoppingListChangeTextLineItemNameAction.puml
0163d1af4b5c690772c3f1ffd564658ee9b504c0
[]
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
575
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 ShoppingListChangeTextLineItemNameAction [[ShoppingListChangeTextLineItemNameAction.svg]] extends ShoppingListUpdateAction { action: String textLineItemId: String textLineItemKey: String name: [[LocalizedString.svg LocalizedString]] } interface ShoppingListUpdateAction [[ShoppingListUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
2f38fc51dc64d8cab2ad0c0c3edf09d05499881b
f876fcde7a637d67bbbabb83624c28045c9675ae
/diagrams/src/Application/Models/DataTransferObjects/MessageDto.puml
f61493333763a07a5a3aa4a1cc74658fbcaa479a
[ "MIT" ]
permissive
converge-app/chat-service
aa431668be05ea646fd781d52d8bb18b9ff5a1fd
1ecce444167925467a8ff2235509353c076a1236
refs/heads/master
2023-03-11T14:28:10.323241
2019-12-17T12:06:22
2019-12-17T12:06:22
213,873,991
0
0
MIT
2023-03-04T01:15:45
2019-10-09T09:17:45
C#
UTF-8
PlantUML
false
false
274
puml
@startuml class MessageDto { + Id : string <<get>> <<set>> + SenderId : string <<get>> <<set>> + ReceiverId : string <<get>> <<set>> + ContactId : string <<get>> <<set>> + Content : string <<get>> <<set>> + Timestamp : long <<get>> <<set>> } @enduml
false
true
false
false
class
18c6c418dc62285e79f04ac38f82cddbfe0bee94
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/UseCases/Manage-Users/Destroy-User.puml
5d2e8fcc01c939488aa0e07dd3c5d4f0951a14b0
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
272
puml
@startuml Actor "actorName" as A box "Manage-Users" #lightblue participant CLI as CLI participant Web as Web participant "c3" as S A -> CLI : c3-user-destroy(name) CLI -> S : user/destroy(name) A -> Web : user/destroy(name) Web -> S : user/destroy(name) end box @enduml
false
true
false
false
usecase
a460adc022276079fceca5b40648e00262342705
938dcf77a9e6ca9c6ca2481b7c9412ba3f572d7a
/mocktest/VehicleService.puml
800f7e99a2a5c26bb7375cefe5fc65bc130ba424
[ "Apache-2.0" ]
permissive
kkoehler/golang
23d836919fca6b0848674cb2da27b2f3def6ea8c
f4c7a7ef8820b13c8333a729b2a0decb794b3817
refs/heads/master
2023-03-17T23:50:04.584578
2023-03-12T13:40:34
2023-03-12T13:40:34
167,599,981
4
1
Apache-2.0
2020-05-31T13:12:54
2019-01-25T19:13:41
Go
UTF-8
PlantUML
false
false
1,147
puml
@startuml namespace mocks { class MockVehicleRepository << (S,Aquamarine) >> { - ctrl *gomock.Controller - recorder *MockVehicleRepositoryMockRecorder + EXPECT() *MockVehicleRepositoryMockRecorder + Get(vin string) (*mocktest.Vehicle, error) + Store(vehicle *mocktest.Vehicle) (*mocktest.Vehicle, error) } } "mocktest.VehicleRepository" <|-- "mocks.MockVehicleRepository" namespace mocktest { class Vehicle << (S,Aquamarine) >> { + Vin string } interface VehicleRepository { + Get(vin string) (*Vehicle, error) + Store(vehicle *Vehicle) (*Vehicle, error) } class VehicleService << (S,Aquamarine) >> { - repo VehicleRepository + Create(vehicle *Vehicle) (*Vehicle, error) + Get(vin string) (*Vehicle, error) } VehicleService -> VehicleRepository } namespace mongodb { class VehicleRepository << (S,Aquamarine) >> { + Store( *mocktest.Vehicle) (*mocktest.Vehicle, error) + Get( string) (*mocktest.Vehicle, error) } } "mocktest.VehicleRepository" <|-- "mongodb.VehicleRepository" @enduml
false
true
false
false
class
28d94e8736a29cd813c546481e224bf98eb6e7f0
6875e2482eca473c15e2a36173ff3172e3254f35
/src/communityuni/com/test/test.plantuml
267587848cb274d73719199cd0de51e5743f9675
[]
no_license
jc578271/cp2406-assignment-1
91185d7574c5f2b853edf371133509931e454efc
3c008d6862d5561da1f955f190d540820e7c1cb2
refs/heads/master
2023-02-11T09:48:58.020776
2021-01-12T01:53:07
2021-01-12T01:53:07
321,522,118
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,409
plantuml
@startuml title __TEST's Class Diagram__\n namespace communityuni.com { namespace test { class communityuni.com.test.BusTest { ~ getBreadth() ~ getId() ~ getLength() ~ getPosition() ~ getRoad() ~ getSpeed() ~ testMove() } } } namespace communityuni.com { namespace test { class communityuni.com.test.CarTest { ~ getBreadth() ~ getId() ~ getLength() ~ getPosition() ~ getRoad() ~ getSpeed() ~ testMove() } } } namespace communityuni.com { namespace test { class communityuni.com.test.MotorbikeTest { ~ getBreadth() ~ getId() ~ getLength() ~ getPosition() ~ getRoad() ~ getSpeed() ~ testMove() } } } namespace communityuni.com { namespace test { class communityuni.com.test.RoadTest { + getCars() + getConnectedRoads() + getEndLocation() + getId() + getLength() + getLights() + getSpeedLimit() + getStartLocation() } } } namespace communityuni.com { namespace test { class communityuni.com.test.TrafficLightTest { ~ getId() ~ getPosition() ~ getRoad() ~ testOperate() } } } communityuni.com.test.BusTest o-- communityuni.com.model.Bus : bus communityuni.com.test.BusTest o-- communityuni.com.model.Road : road communityuni.com.test.CarTest o-- communityuni.com.model.Car : car communityuni.com.test.CarTest o-- communityuni.com.model.Road : road communityuni.com.test.MotorbikeTest o-- communityuni.com.model.Motorbike : motorbike communityuni.com.test.MotorbikeTest o-- communityuni.com.model.Road : road communityuni.com.test.RoadTest o-- communityuni.com.model.TrafficLight : light communityuni.com.test.RoadTest o-- communityuni.com.model.Road : road communityuni.com.test.TrafficLightTest o-- communityuni.com.model.TrafficLight : light communityuni.com.test.TrafficLightTest o-- communityuni.com.model.Road : road 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
false
true
false
false
class
7f563895b85bc9e93beb0a01020acbc33c93a879
e1ccd3df82ae197f3c0925c4685557bd9a40e0e5
/src/main/java/ex42/ex42-plantuml.puml
dda70a67638a304737e594cf52d68ff289b7a8fa
[]
no_license
ttcole1254/coleman-cop3330-assignment3
1aec463c661d4a64eb3810def8818d5d5242e5c4
d46d8d92cd2b60d3c183bfc1a13d773a42cb005d
refs/heads/master
2023-08-27T22:29:53.914222
2021-10-12T03:44:16
2021-10-12T03:44:16
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
338
puml
@startuml class Parsing { +{static} readFile: BufferedReader +{static}writeFile: BufferedWriter + main(arg: String[]): void + fileRead(inout inputFile: BufferedReader, fileName: String): ArrayList<String> + fileWrite(inout outputFile: BufferedWriter, sortedString: ArrayList<String> , String fileName): BufferedWriter } @enduml
false
true
false
false
class
f6c8453ae34e775e3bb684e4ea599d76bb82ac20
1efccbbe88ee2ef265623df09d3f202d3ae52adf
/diagrams/autonomy-and-coupling-in-microservices/asynchronous-react.puml
e97ba1c2b0a9cb4866b5cd2258652a7c8cf840be
[]
no_license
mlowen/mlowen.github.io
2f449b630dd01fa56c771746beda797b6764626f
b44a7a3d2ed53bd9d5c56c7824c648adcd530d93
refs/heads/master
2023-04-15T20:14:02.190879
2022-05-22T01:02:13
2022-05-22T01:02:13
32,616,710
0
1
null
2023-04-12T06:11:32
2015-03-21T02:19:31
SCSS
UTF-8
PlantUML
false
false
389
puml
@startuml actor "Client" participant "Service A" participant "Service B" participant "Message Queue" "Client" -> "Service A": Command 1 activate "Service A" "Service A" --> "Message Queue": Publish message "Service A" -> "Client": Result deactivate "Service A" "Message Queue" --> "Service B": Receive message "Service B" -> "Service B": Run process @enduml
false
true
false
false
sequence
badf9d2cdf35944b762482133ed353b409aa1d34
ffd52a53f98099a43c694bb45b3e147bdb242607
/src/uml/ServerWeb.puml
8e5dcbc36968bf66636d331e1c6177ba94dc1fa0
[]
no_license
Remi74500/Design-pattern-DM2
c0d5a7a6e3594ff03ab0d46d02cea2547966628c
d69820d337f9f1c8558bcc05111b285e81b69cd1
refs/heads/main
2023-03-10T22:46:42.412254
2021-02-19T18:41:33
2021-02-19T18:41:33
340,457,880
1
0
null
null
null
null
UTF-8
PlantUML
false
false
581
puml
@startuml ServerWeb interface IAfficher { + Afficher() :String } class Header{ - myHeader: HashMap<String,String> } class Body{ - content: String } class URL{ - path: String } class RequetteHttp { - requeteParts: List<IAfficher> - fullrequete: String + ajouter(IAfficher) :void } class ServerWeb{ - ServerWeb : monServer + getInstance() :void + reponse(RequetteHttp) :int } RequetteHttp "1" *-- "many" IAfficher : contains IAfficher <|-- URL IAfficher <|-- RequetteHttp IAfficher <|-- Body IAfficher <|-- Header @enduml ServerWeb
false
true
false
false
class
8627b98e751439ab932d92690b8803d265979da4
b589032aecda010d5a8de5bef7aa331eeddd4a63
/TPClasseGestion.puml
8fef51f6b3495c5aea4940df1ee37e05cc40180c
[]
no_license
ihamac/SLAM1
31d8647cf55623270ef62af717918c7dac3f725d
29669b6c9148bc9c9caf0c2b7f858ee4569a0e1d
refs/heads/master
2021-03-17T22:07:44.824681
2020-03-13T08:22:59
2020-03-13T08:22:59
247,021,386
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,396
puml
@startuml Hypothèse 1 class Produit{ <u>codeProduit</u> designation prixDeVente prixAchat Quantité } class Depot{ <u>codeDepot</u> adresse surface } class Fournisseur{ <u>numeroFournisseur</u> nom adresse } Produit"1..*"-right-"1"Depot:Stocker Produit"1..*"--"1"Fournisseur:Fournir @enduml @startuml Hypothèse 2 class Produit{ <u>codeProduit</u> designation prixDeVente Quantité } class Depot{ <u>codeDepot</u> adresse surface } class Fournisseur{ <u>numeroFournisseur</u> nom adresse } Produit"0..*"-right-"1..*"Depot:Stocker Produit"1..*"--"1"Fournisseur:Fournir @enduml @startuml Hypothèse 3 class Produit{ <u>codeProduit</u> designation prixDeVente Quantité } class Depot{ <u>codeDepot</u> adresse surface } class Fournisseur{ <u>numeroFournisseur</u> nom adresse } Produit"1..*"-right-"1"Depot:\tStocker\t Produit"1"--"1..*"Fournisseur:Fournir @enduml @startuml Hypothèse 4 class Produit{ <u>codeProduit</u> designation prixDeVente Quantité PrixAchat } class Depot{ <u>codeDepot</u> adresse surface } class Fournisseur{ <u>numeroFournisseur</u> nom adresse } class Acheter{ PrixAchat } Produit"1..*"-right-"1"Depot:\tStocker\t Produit"1..*"--"1..*"Fournisseur:Fournir (Produit,Fournisseur)..Acheter @enduml
false
true
true
false
class
ed6af832ee41eed41e0b2498dbac9e99fccb4abf
1efccbbe88ee2ef265623df09d3f202d3ae52adf
/diagrams/moving-concepts-in-a-microservices-architecture/synchronisation.puml
1770626c181d67f7e2e3d1757658903d89f9bc4b
[]
no_license
mlowen/mlowen.github.io
2f449b630dd01fa56c771746beda797b6764626f
b44a7a3d2ed53bd9d5c56c7824c648adcd530d93
refs/heads/master
2023-04-15T20:14:02.190879
2022-05-22T01:02:13
2022-05-22T01:02:13
32,616,710
0
1
null
2023-04-12T06:11:32
2015-03-21T02:19:31
SCSS
UTF-8
PlantUML
false
false
836
puml
@startuml Event Synchronisation participant "New Service" participant "Original Service" participant "Message Queue" "New Service" --> "Message Queue": Publish new event "Message Queue" --> "Original Service": Consume new event activate "Original Service" opt if data has not been seen before "Original Service" -> "Original Service": Update self "Original Service" --> "Message Queue": Publish Original event end deactivate "Original Service" == == "Original Service" --> "Message Queue": Publish original event "Message Queue" --> "New Service": Consume original event activate "New Service" opt if data has not been seen before "New Service" -> "New Service": Update self "New Service" --> "Message Queue": Publish new event end deactivate "New Service" @enduml
false
true
false
false
sequence
9c989b910400d66f2643f92b363ca4ea69a12d26
5641963ea0a7418d94a50b628d39553ce086311a
/diagramas/modelo2.puml
d41416fe368b5af9f9a55ad0554c920a8ca998ca
[]
no_license
ivaneyvieira/engEstoque
99acc78cad488f876cd9ec39d5bb9fc2479c5f13
b7a43a18f9af7c5a26d71c5d546728c5aea9776d
refs/heads/master
2023-07-20T08:27:52.663523
2023-07-14T17:39:20
2023-07-14T17:39:20
187,502,109
1
0
null
2021-11-14T23:49:29
2019-05-19T16:36:54
Kotlin
UTF-8
PlantUML
false
false
506
puml
@startuml modelo hide methods class Produto{ codigo grade codebar data_cadastro } class ItemNota{ data hora quantidade } class Nota { numero tipoMov [ENTRADA, SAIDA] data hora observacao } class Loja { numero } class Usuario { loginName impressora } class Saldo { quantidade } class Etiqueta { titulo template } ItemNota -u-> Nota ItemNota -l-> Produto Nota -l-> Loja Usuario -u-> Loja Usuario <-d-> Produto Saldo -u-> Loja Saldo -d-> Produto ItemNota -r-> Etiqueta @enduml
false
true
false
false
class
f8f78003c6473ebeb2eb7b7f1586731cb163da01
37f90cb1b53631755f7214916e41c1368cfe4754
/docs/model/peer-recognition-model.puml
99d38881cf35b01199de8565422176c4b8ccef5b
[]
no_license
wlucjan/peer-recognition
9e0dc7c13e01adb468d2e71ed1cf9229d9b268d8
4adf69c57c91365403f858c026df732b7d54da47
refs/heads/master
2023-01-15T23:22:25.039919
2020-04-10T14:14:01
2020-04-10T14:14:01
251,328,628
0
0
null
2022-12-10T23:37:21
2020-03-30T14:22:16
TypeScript
UTF-8
PlantUML
false
false
513
puml
@startuml class Recognition { boost() } class PeerRecognition { } class RecognitionRecognition { } class Organisation { recognise(Peer giver, Peer receiver, string reason) } class Peer { Organisation organisation } Recognition "[boost]" --- Recognition Recognition <|-- PeerRecognition Recognition <|-- RecognitionRecognition Peer --o Recognition : giver Peer --o Recognition : author Peer "*" --> "1" Organisation : organisation Organisation "[month]" *-> "*" Recognition : recognitions @enduml
false
true
false
false
sequence
446d2f7066a51acd190b8ef170cffb021cdd2b98
8d792796430b4bb3c9faf02c6f755aed8df00c4e
/src/main/resources/documentation/diagram code/Servicios.puml
4673ecfc459c141ec28fa5f6c2fd90cdf8c0b4e2
[]
no_license
felipeandradevalenzuela/desafio-spring
d8871141770c0415c77a38dc403878c6ef65191d
872820d9729580bdbb1c96481d28308bfe07d105
refs/heads/main
2023-05-14T22:53:34.299925
2021-06-13T02:34:20
2021-06-13T02:34:20
375,179,846
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,076
puml
@startuml package Services <<Folder>>{ package Product <<Folder>> { class ProductServiceImpl implements IProductService{ - IProductRepository listProduct - IUserRepository listUser } interface IProductService { + PromosDTO getPromosByBuyer(int) + ProductsDTO getAllProductsByBuyer(int,String) + FollowedPublicationsDTO getFollowedPublications(int, String) + ResponseEntity<> addNewPost(Publication) + ResponseEntity<> addNewPromoPost(PublicationPromo) } } package User <<Folder>> { class UserServiceImpl implements IUserService{ - IUserRepository list } interface IUserService { + FollowedListDTO getFollowedList(int, String) + FollowersCountDTO getFollowersCount(int) + FollowersListDTO getFollowersList(int, String) + ResponseEntity<Object> follow(int, int) + ResponseEntity<Object> unfollow(int, int) } } } @enduml
false
true
false
false
class
8acdf5d5f2f97ececd142a9e54c677e8a1e41d1d
1da59c980e0f5689a7c711988d562a355fa64820
/iterator-pattern/uml/IteratorPattern.puml
df2ae3166e17eb5ca23d55fd9e9329ce1daec0ad
[]
no_license
ye-geeee/headfirst-designpattern-practice
b8b39aa93c6d5c0dd21b619614f894ef7409bffa
b060bdc8412aaefff14b21ae27ada92651701748
refs/heads/master
2023-06-09T07:00:16.962806
2021-07-06T20:31:40
2021-07-06T20:31:40
371,192,159
2
1
null
null
null
null
UTF-8
PlantUML
false
false
435
puml
@startuml 'https://plantuml.com/class-diagram interface Aggregate { createIterator() } class ConcreteAggregate { createIterator() } class Client interface Iterator { hasNext() next() remove() } class ConcreteIterator { hasNext() next() remove() } Aggregate <|.. ConcreteAggregate Iterator <|.. ConcreteIterator Aggregate <- Client Client -> Iterator ConcreteAggregate -> ConcreteIterator @enduml
false
true
false
false
class
2dcedc02817e2b5a5083ec061a66f1ebacb89e90
449d02c3e9fddcf7e3d49579e0703c11b45b9283
/pert5/persegi.puml
0af1037e2187b8e03b188fe9b992a6d60dc6684e
[]
no_license
tiarauliasbrna/pbo-1
4ae4482b14ba2b55ac3347009c8b3b4881dd4e18
544a45fd021043460d8e8039a738e05a1b0ba272
refs/heads/main
2023-08-16T04:58:24.130963
2021-10-25T09:05:49
2021-10-25T09:05:49
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
647
puml
@startuml persegiencap header Pertemuan 5 endheader caption copyright@esaunggul.ac.id legend left CTI211-Pemograman Berorientasi Objek endlegend class Persegi{ __ private data __ - panjang : int - lebar : int __ public data__ - p : int - l : int __ get data__ + getPanjang() + getLebar() __ set data__ + setPanjang() + setLebar() __ callback__ ~ hitungKeliling() ~ hitungLuas() -- source code pert5-1.cc } note left of Persegi Bentuk encapsulation dari Class Persegi Dimana method dan variabel tergabung Dan menjadi satu kesatuan dalam bentuk Class end note @enduml
false
true
false
false
class
f7c15de3bd6381e6c91a9d6ecbf582d766e0c983
b13c95e4bfbc92cb752396b82dd0995b8c7f32b1
/docs/vp-trigger.puml
db82fec1df1ba693fd547c14457d98215577d83a
[ "MIT" ]
permissive
0chain/zwalletcli
f9222e9a64d8d7738192a374e621fc8024c097dc
1d0a8fd963140f747adef9989813b7b81b2bf8dc
refs/heads/staging
2023-08-05T08:39:43.774548
2023-07-27T16:05:27
2023-07-27T16:05:27
191,838,462
20
19
MIT
2023-09-13T15:01:55
2019-06-13T21:57:24
Go
UTF-8
PlantUML
false
false
338
puml
@startuml participant "<size:20><&terminal></size> ./zwallet vp-trigger" as cli participant "<size:20><&file></size> \~/.zcn/wallet.json" as wallet collections miners collections sharders cli -> wallet: read wallet cli -> cli: create vesting pool SC trigger txn cli -> miners: send txn cli -> sharders: poll for txn confirmation @enduml
false
true
false
false
sequence
8ba7f70adc3b14218d8e02207039d43e22882cc2
bdd1e374eb51ee6697e2f4cb49f265f486b730cb
/PlantUML Files/Ex43/Exercise43.puml
88d18f914985cad4206138ede859594df219a485
[]
no_license
AgentAttorney/Pekarski-cop3330-assignment3
3e300fb678c687603a6073b620ef5de087c11f32
0318b0cc92fcfbbac025ae0d18dc85421c7bdb4d
refs/heads/master
2023-06-01T17:31:46.161067
2021-06-21T03:33:07
2021-06-21T03:33:07
378,796,426
0
0
null
null
null
null
UTF-8
PlantUML
false
false
441
puml
@startuml 'https://plantuml.com/class-diagram class input { String[] takeInput() } class main class FileCreation { runMethods(String[] collectInput) makeBaseFolder(String title) makeHTML(String title, String author) boolean convertStringtoBool(String JS_CSS) makeJSorCSS(boolean blJS, boolean blCSS) modifyHTML(File html, String modPath, String title, String author) } main *-- input main *-- FileCreation @enduml
false
true
false
false
class
a075ab33ec6e563a467669c2a3e7b237c34c60b1
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/BusinessUnitConfiguration.puml
6c1a6df322361f8309fec2c47f276bf446ce39f7
[]
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,349
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 BusinessUnitConfiguration [[BusinessUnitConfiguration.svg]] { myBusinessUnitStatusOnCreation: [[BusinessUnitConfigurationStatus.svg BusinessUnitConfigurationStatus]] myBusinessUnitAssociateRoleOnCreation: [[AssociateRoleKeyReference.svg AssociateRoleKeyReference]] } interface Project [[Project.svg]] { version: Long key: String name: String countries: [[String.svg List<String>]] currencies: [[String.svg List<String>]] languages: [[String.svg List<String>]] createdAt: DateTime trialUntil: String messages: [[MessagesConfiguration.svg MessagesConfiguration]] carts: [[CartsConfiguration.svg CartsConfiguration]] shoppingLists: [[ShoppingListsConfiguration.svg ShoppingListsConfiguration]] shippingRateInputType: [[ShippingRateInputType.svg ShippingRateInputType]] externalOAuth: [[ExternalOAuth.svg ExternalOAuth]] searchIndexing: [[SearchIndexingConfiguration.svg SearchIndexingConfiguration]] businessUnits: [[BusinessUnitConfiguration.svg BusinessUnitConfiguration]] } BusinessUnitConfiguration --> Project #green;text:green : "businessUnits" @enduml
false
true
false
false
sequence
c8c5412645b086b1ea274a55c43ffa6e045acb73
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii04/doc/plantuml/ua/khpi/oop/malokhvii04/shell/commands/text/SortTextCommand.puml
4bf001054f8d8222ce3b0a697e094ecfdb7e7589
[ "MIT" ]
permissive
P-Kalin/kit26a
fb229a10ad20488eacbd0bd573c45c1c4f057413
2904ab619ee48d5d781fa3d531c95643d4d4e17a
refs/heads/master
2021-08-30T06:07:46.806421
2017-12-16T09:56:41
2017-12-16T09:56:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
492
puml
@startuml class SortTextCommand { {static} -description: String {static} -keys: List<String> {static} -RESOURCE_BUNDLE_NAME: String {static} -resourceBundle: ResourceBundle +SortTextCommand() {static} -getSortOrder(): boolean {static} -updateResourceBundle(): void +execute(): void +getDescription(): String +getKeys(): List<String> +update(Observable, Object): void } @enduml
false
true
false
false
class
95602e56b6108f90a2e7bc250f2415c518b8d3e5
470e3aac8b627ec99783a4dbf2b8a39e4b97471d
/decorator-pattern/classdiagram.puml
447faa7566f1d2c37e4324132a06a97f3537b639
[]
no_license
Almaentregua/Head-First-Design-Patterns
b68bee107c14deb30d8d291f271c65a5398deca1
eb9660e15bdb6a7ffd8aa8b7d81fbaec32209b61
refs/heads/master
2023-02-06T11:33:52.449439
2020-12-30T20:55:07
2020-12-30T20:55:07
284,276,498
0
0
null
null
null
null
UTF-8
PlantUML
false
false
459
puml
@startuml Class Component { methodA() methodB() } Class ConcreteComponent extends Component { methodA() methodB() } Class DecoratorComponent extends Component { methodA() methodB() } Class ConcreteDecoratorA extends DecoratorComponent { Component wrappedObj methodA() methodB() } Class ConcreteDecoratorB extends DecoratorComponent { Component wrappedObj Object newState methodA() methodB() } @enduml
false
true
false
false
class
17402b47f8a524f844d8fd936f460b87152f98d9
c7af48bcebee4ade3007039742b2d4279f9a089e
/uml/boiler_management_state_machine.puml
fce54a4b8e0e24fc659f166df47cf4b3bb83ebd6
[]
no_license
HomeMadeBots/Home-Temperature-Controller-System
1c7a01066628ce73230888842c1f288ef4b3546c
14771fd2f449d41c40f81231f70ade78cf44be8c
refs/heads/main
2023-08-16T06:45:45.238462
2021-09-28T09:06:49
2021-09-28T09:06:49
392,220,804
0
0
null
null
null
null
UTF-8
PlantUML
false
false
611
puml
@startuml !includeurl https://gist.githubusercontent.com/Arnaud-Bonneuil/c317a7a30bed7d64e2b5b1f558ac00cf/raw/sober.puml skinparam linetype ortho [*] --> Boiler_Deactivation_Requested Boiler_Deactivation_Requested : entry/ Open the electrical circuit that controll the boiler Boiler_Activation_Requested : entry/ Close the electrical circuit that controll the boiler Boiler_Deactivation_Requested --> Boiler_Activation_Requested : Home temperature < Targeted temperature for 2min Boiler_Activation_Requested ----> Boiler_Deactivation_Requested : Home temperature > Targeted temperature for 30sec @enduml
false
true
false
false
sequence
0d65b61abbbf46e041a355c18c859ec95fc67b38
36e3cd0d3712e2dfaf0f67891d81f620e17ebd84
/doc/solution/lambda-architecture.puml
6fa11541b0e1a37531b072f304cd1f57d07743a2
[ "Apache-2.0" ]
permissive
rimpaljohal/aws-sandbox
a9f0692f031fe774af3ee7444cebcde08906bb04
d6de23a8395ef5432934f858799130eeadd948f6
refs/heads/main
2023-05-09T05:54:38.019593
2021-06-03T17:41:34
2021-06-03T17:41:34
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,068
puml
@startuml ' to generate svg from puml use: ' plantuml -tsvg CreateCustomer.puml ' details https://plantuml.com/command-line title Lambda Architecture N-Layer participant "API Gateway" as API participant "**<U+03BB>**\nCreateUser" as handler participant "**<U+03BB>**\nCreateUserService" as service participant "**<U+03BB>**\nUserRepository" as repository database "DynamoDB-UserTable" as DynamoDB API -> handler: CreateUser handler -> handler: validate-event opt invalid event handler -> API: 400 Error "event is invalid." end handler -> service: create-user(model) service -> service: generate-id service -> service: map-to-entity service --> repository: put-item repository -> repository: validate-entity opt invalid entity repository -> API: ProxyIntegrationError "entity is invalid." end repository -> DynamoDB: put opt invalid entity DynamoDB -> API: 400 ProxyIntegrationError "operation error" end DynamoDB -> repository: OK repository -> service: {id: "GUID"} service -> handler: {id: "GUID"} handler -> API: 201 Created {id: "GUID"} @enduml
false
true
false
false
sequence
522a2514f5ab63539b3b1441d88c22f13dd19014
e9c98d233ee48604a7de8ff7fd2d2385aebc6f11
/sequence_diagrams/user_issues.puml
f516e0a75b822f5f1b95094ff96043af34b177a6
[]
no_license
ErosFricker/bachelor-thesis
0b0c778cb685517ddc5a80a7c7f4fd29b59de131
b4220a1d576301ff516a546942a2aafb84c8b778
refs/heads/master
2021-01-21T04:35:20.945700
2016-06-27T16:09:44
2016-06-27T16:09:44
52,362,816
0
0
null
2016-05-06T10:30:00
2016-02-23T13:59:22
Java
UTF-8
PlantUML
false
false
2,460
puml
@startuml hide footbox autonumber skinparam sequence { ParticipantBorderColor grey ParticipantBackgroundColor #EFEFEF ParticipantFontName Futura ParticipantFontSize 15 ActorBackgroundColor #EFEFEF ActorBorderColor black ArrowFontName Futura } actor User participant "__:MainMenuItem__" participant "__:BasicMenuItem__" participant "__:Context__" participant "__:PreferencesFacade__" participant "__:IssuesActivity__" participant "__:GetIssuesTask__" participant "__:BugzillaAsyncTask__" participant "__:Gson__" activate User User -> "__:MainMenuItem__":onClick(this) activate "__:MainMenuItem__" "__:MainMenuItem__" -> "__:BasicMenuItem__":onClick(context) activate "__:BasicMenuItem__" "__:BasicMenuItem__" -> "__:MainMenuItem__":getIntentFromPosition(position) "__:MainMenuItem__" -> "__:PreferencesFacade__":getInstance(context) activate "__:PreferencesFacade__" "__:PreferencesFacade__" --> "__:MainMenuItem__": instance "__:MainMenuItem__" -> "__:PreferencesFacade__": getUserName() "__:PreferencesFacade__" --> "__:MainMenuItem__": username "__:MainMenuItem__" --> "__:BasicMenuItem__":intent deactivate "__:MainMenuItem__" "__:BasicMenuItem__" -> "__:Context__":startActivity(intent) deactivate "__:BasicMenuItem__" activate "__:Context__" "__:Context__" -> "__:IssuesActivity__":onCreate() deactivate "__:Context__" activate "__:IssuesActivity__" "__:IssuesActivity__" -> "__:PreferencesFacade__":getServerURL() "__:PreferencesFacade__" --> "__:IssuesActivity__":serverURL deactivate "__:PreferencesFacade__" "__:IssuesActivity__" -> "__:GetIssuesTask__": new GetIssuesTask(this, username, serverURL, this) activate "__:GetIssuesTask__" "__:GetIssuesTask__" --> "__:IssuesActivity__":instance "__:IssuesActivity__" -> "__:GetIssuesTask__":setAsyncDelegate(this) "__:IssuesActivity__" -> "__:GetIssuesTask__":execute() "__:GetIssuesTask__" ->> "__:BugzillaAsyncTask__":callRestService(serverURL) activate "__:BugzillaAsyncTask__" "__:BugzillaAsyncTask__" -->> "__:GetIssuesTask__":result deactivate "__:BugzillaAsyncTask__" "__:GetIssuesTask__" ->> "__:IssuesActivity__":onPostExecuteFinished(result) deactivate "__:GetIssuesTask__" "__:IssuesActivity__" -> "__:Gson__":fromJson(result) activate "__:Gson__" "__:Gson__" --> "__:IssuesActivity__": issues deactivate "__:Gson__" "__:IssuesActivity__" -> "__:IssuesActivity__":refreshAdapter() "__:IssuesActivity__" --> User:view @enduml
false
true
false
false
usecase
8f72ef6e1843a5ea6cc17d0f5899a22a47941ea4
8eea3d156ed8f8c32a5c4df3fad10c1fcd3a8ed4
/development/app-architecture/app-architecture-future.puml
5d0cccdb72bdcc0950b14105661e5917814af3aa
[]
no_license
alpheios-project/documentation
e9c949f9f78ac3c8ba5b6af424adfa31bcdad9b1
3b452dfcd0b94832ec0d0718ff51c099d2ba66f7
refs/heads/master
2021-06-06T01:33:49.616128
2021-04-24T12:56:24
2021-04-24T12:56:24
129,736,263
0
0
null
2021-01-04T14:36:49
2018-04-16T12:02:23
null
UTF-8
PlantUML
false
false
1,411
puml
@startuml class Content #lightblue { Handling of background script/app requests Notification of background of state changes .. browser dependent } class MessagingService #lightblue { Sending and receiving messages to/from background .. browser dependent } class TabScript { State of a current tab (page) } class ContentOptions { Options of working with page content } class ResourceOptions { Options of language resources } class UIOptions { Options of a UI } class MorphAnalyzerAdapter { Stateless. Not connected directly. Accessed via a Singleton pattern } class LemmaTranslations { Stateless. Not connected directly. Accessed via a Singleton pattern } class AppController { Coordinates all interactions with a user == User communication with page content .. browser independent } object "Panel Vue Instance" as PanelVI { Holds a panel component and a tree of subcomponents } object "Popup Vue Instance" as PopupVI { Holds a popup component and a tree of subcomponents } class L10n { Stateless. Not connected directly. Accessed via a Singleton pattern } Content *-- AppController Content *-- MessagingService AppController *-- PanelVI AppController *-- PopupVI AppController *-- TabScript AppController *-- ContentOptions AppController *-- ResourceOptions AppController *-- UIOptions @enduml
false
true
false
false
state
f1abcd4b263a61f6ded61d7dbe0a41d03d8df4b1
eb5e06988434a6eca55435c1dadcc04e04c437f7
/lib/MindMap.puml
5d4f20c5d1186a8360611b7accad106f62b5c5d9
[]
no_license
TammamKhalaf/Daily_Recipes
5fe0033674512cca51e541bc95bb3fabebac13d2
d2031d1310db76d2fed38b23280e8b3139fe0a9d
refs/heads/master
2023-03-09T14:45:55.896661
2021-02-27T19:17:15
2021-02-27T19:17:15
341,832,715
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,772
puml
@startuml set namespaceSeparator :: class "DailyRecipes::main.dart::MyApp" { +_MyAppState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "DailyRecipes::main.dart::MyApp" class "DailyRecipes::main.dart::_MyAppState" { -Map<dynamic, bool> _filters -List<Meal> _availableMeals -List<Meal> _favoriteMeals -void _setFilters() -void _toggleFavorite() -bool _isMealFavorite() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "DailyRecipes::main.dart::_MyAppState" class "DailyRecipes::models::Category.dart::Category" { +dynamic id +dynamic title +Color color } "DailyRecipes::models::Category.dart::Category" o-- "dart::ui::Color" class "DailyRecipes::models::meal.dart::Complexity" { +int index {static} +List<Complexity> values {static} +Complexity Simple {static} +Complexity Challenging {static} +Complexity Hard } "DailyRecipes::models::meal.dart::Complexity" o-- "DailyRecipes::models::meal.dart::Complexity" class "DailyRecipes::models::meal.dart::Affordability" { +int index {static} +List<Affordability> values {static} +Affordability Affordable {static} +Affordability Pricey {static} +Affordability Luxurious } "DailyRecipes::models::meal.dart::Affordability" o-- "DailyRecipes::models::meal.dart::Affordability" class "DailyRecipes::models::meal.dart::Meal" { +dynamic id +List categories +dynamic title +dynamic imageUrl +List ingredients +List steps +int duration +Complexity complexity +Affordability affordability +bool isGlutenFree +bool isLactoseFree +bool isVegan +bool isVegetarian } "DailyRecipes::models::meal.dart::Meal" o-- "DailyRecipes::models::meal.dart::Complexity" "DailyRecipes::models::meal.dart::Meal" o-- "DailyRecipes::models::meal.dart::Affordability" class "DailyRecipes::screens::categories_screen.dart::CategoriesScreen" { +Widget build() } "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "DailyRecipes::screens::categories_screen.dart::CategoriesScreen" class "DailyRecipes::screens::category_meals_screen.dart::CategoryMealsScreen" { {static} +String routeName +List<Meal> availableMeals +_CategoryMealsScreenState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "DailyRecipes::screens::category_meals_screen.dart::CategoryMealsScreen" class "DailyRecipes::screens::category_meals_screen.dart::_CategoryMealsScreenState" { +dynamic categoryTitle +List<Meal> displayedMeals -bool _loadedInitData +void initState() +void didChangeDependencies() -void _removeMeal() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "DailyRecipes::screens::category_meals_screen.dart::_CategoryMealsScreenState" class "DailyRecipes::screens::favorites_screen.dart::FavoritesScreen" { +List<Meal> favoriteMeals +Widget build() } "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "DailyRecipes::screens::favorites_screen.dart::FavoritesScreen" class "DailyRecipes::screens::filters_screen.dart::FiltersScreen" { {static} +String routeName +Function saveFilters +Map<dynamic, bool> currentFilters +_FiltersScreenState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "DailyRecipes::screens::filters_screen.dart::FiltersScreen" class "DailyRecipes::screens::filters_screen.dart::_FiltersScreenState" { -bool _glutenFree -bool _vegetarian -bool _vegan -bool _lactoseFree +void initState() -Widget _buildSwitchListTile() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "DailyRecipes::screens::filters_screen.dart::_FiltersScreenState" class "DailyRecipes::screens::meal_detail_screen.dart::MealDetailScreen" { {static} +String routeName +Function toggleFavorite +Function isFavorite +Widget buildSectionTitle() +Widget buildContainer() +Widget build() } "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "DailyRecipes::screens::meal_detail_screen.dart::MealDetailScreen" class "DailyRecipes::screens::tabs_screen.dart::TabsScreen" { +List<Meal> favoriteMeals +_TabsScreenState createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "DailyRecipes::screens::tabs_screen.dart::TabsScreen" class "DailyRecipes::screens::tabs_screen.dart::_TabsScreenState" { -List<Map<dynamic, Object>> _pages -int _selectedPageIndex +void initState() -void _selectPage() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "DailyRecipes::screens::tabs_screen.dart::_TabsScreenState" class "DailyRecipes::widgets::category_item.dart::CategoryItem" { +dynamic id +dynamic title +Color color +void selectCategory() +Widget build() } "DailyRecipes::widgets::category_item.dart::CategoryItem" o-- "dart::ui::Color" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "DailyRecipes::widgets::category_item.dart::CategoryItem" class "DailyRecipes::widgets::main_drawer.dart::MainDrawer" { +Widget buildListTile() +Widget build() } "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "DailyRecipes::widgets::main_drawer.dart::MainDrawer" class "DailyRecipes::widgets::meal_item.dart::MealItem" { +dynamic id +dynamic title +dynamic imageUrl +int duration +Complexity complexity +Affordability affordability +dynamic complexityText +dynamic affordabilityText +void selectMeal() +Widget build() } "DailyRecipes::widgets::meal_item.dart::MealItem" o-- "DailyRecipes::models::meal.dart::Complexity" "DailyRecipes::widgets::meal_item.dart::MealItem" o-- "DailyRecipes::models::meal.dart::Affordability" "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "DailyRecipes::widgets::meal_item.dart::MealItem" @enduml
false
true
false
false
class
506a23d2a20a088abb114306173adb85eba9d4bf
77b62d62f7bb492cb0ba2fe62131338b495f3e52
/Documents/Shos.Chatter.Wpf/Models/BindableBase.puml
8d297213895b3740f325835856018da734da60e2
[ "MIT" ]
permissive
Fujiwo/Shos.Chatter
0dc94cda60eab49363b1b04b1e189d014edf5852
41a95faba18049f3934b5b4d1268583ee43abc35
refs/heads/master
2023-03-17T23:26:10.709285
2021-03-11T05:37:09
2021-03-11T05:37:09
323,569,958
0
0
null
null
null
null
UTF-8
PlantUML
false
false
156
puml
@startuml abstract class BindableBase { + <<event>> PropertyChanged : PropertyChangedEventHandler? } INotifyPropertyChanged <|-- BindableBase @enduml
false
true
false
false
class
d23620a87a1eb6cc09b1f653a821f6b607bc715b
b2c4d41f650a78a3f2c3dc0e7b9a0aa03976279e
/diagramas/sequencia.puml
31d2d8e72fc3de5525c0d05909e791ed7387fb73
[ "MIT" ]
permissive
ralphribeiro/facilita-DOU
995308eadb63f3142b5bc8ce90dad5fa3471bff9
e695ac0f58369d61fad2723bd5e52ecd80d0b33f
refs/heads/main
2023-05-21T06:53:23.488627
2021-06-17T00:54:30
2021-06-17T00:54:30
338,072,695
0
0
null
null
null
null
UTF-8
PlantUML
false
false
493
puml
@startuml robo --> main: gatilho main -> retorna_padrao: padrao retorna_padrao -> manipulaAPI: inicia manipulaAPI --> manipulaAPI: login manipulaAPI --> manipula_binario: download manipula_binario --> manipula_binario: persiste manipula_binario --> manipula_binario: descompacta manipula_binario --> retorna_padrao: retorna_padrao -> manipula_binario: obtem_dados manipula_binario --> retorna_padrao: abre retorna_padrao --> retorna_padrao: obtem_padrao retorna_padrao -> main: dados @enduml
false
true
false
false
sequence
f11c80e3506586554a30150503bf8bbb5fae57bb
873261e2d27905478bc72db08106f6a3c86eb90c
/ProyectoTDP/src/Misc/Misc.puml
aa0acca2ac23d7bbe8d6409648c02f72991e8a36
[]
no_license
francoraniolo/PSS18-TPEO3-Com02
f39929d8eab34d448e8661f1a6b6e04dc704a584
60b6f642a1dc85804ea82ad3825e1ec37086dbea
refs/heads/master
2020-04-06T13:07:53.776674
2018-11-15T01:23:46
2018-11-15T01:23:46
157,426,565
0
0
null
null
null
null
UTF-8
PlantUML
false
false
138
puml
@startuml package Misc{ class DeathStar{ +{static} get():GameObject -{static} instance : GameObject } } @enduml
false
true
false
false
class
71c1407325719da36fcbb551538ab1efd61f8aa3
9a1e58fd142e0d6027f2bbab07b5fa8389ad59b2
/doc/TD_Turn_On_Delay_Nominal.puml
afb8acbf0b6bba7aa386b06a825ab5c75d58ea33
[]
no_license
HomeMadeBots/Delays
ea4e51bea982b4f42f43de6644c288790ca9bd08
98c6b9d4c70242405bc1d393fa47158da33d536e
refs/heads/main
2023-08-24T01:05:03.303797
2021-09-23T14:54:06
2021-09-23T14:54:06
395,313,574
0
0
null
null
null
null
UTF-8
PlantUML
false
false
484
puml
@startuml !includeurl https://gist.githubusercontent.com/Arnaud-Bonneuil/c317a7a30bed7d64e2b5b1f558ac00cf/raw/sober.puml <style> caption { Margin 20 0 0 0 HorizontalAlignment left } </style> title Turn_On_Delay nominal behavior caption turn on delay = 10s (//Delay_Duration// = 10000) end caption concise User robust Output @0 Output is OFF @5 User --> Output : Set() @15 Output is ON User@5 <->@15 : 10s @20 User --> Output : Reset() Output is OFF @enduml
false
true
false
false
sequence
0f498ed954ce462714e12d370e1d08e6c5939cd7
74cb674dc7b9c3f65f6ab08fc5ad3a43c3bf12d3
/Offline 2/Problem 1/src/component/framework/framework.plantuml
a61e8ccb8299373b782b6a7cb19c7a8376b2dda8
[]
no_license
zarif98sjs/CSE-308-Software-Engineering
a9759bbee2ea0647eae2ea677d08741293a1cc14
515015a40c10d916d5089f11784b4ff75319fcbd
refs/heads/main
2023-06-27T05:57:00.443594
2021-07-28T13:57:32
2021-07-28T13:57:32
344,690,362
2
1
null
null
null
null
UTF-8
PlantUML
false
false
1,030
plantuml
@startuml title __FRAMEWORK's Class Diagram__\n namespace component.framework { class component.framework.Django { + toString() } } namespace component.framework { interface component.framework.Framework { {abstract} + toString() } } namespace component.framework { class component.framework.FrameworkFactory { {static} + getFramework() } } namespace component.framework { class component.framework.Laravel { + toString() } } namespace component.framework { class component.framework.Spring { + toString() } } component.framework.Django .up.|> component.framework.Framework component.framework.Laravel .up.|> component.framework.Framework component.framework.Spring .up.|> component.framework.Framework 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
false
true
false
false
class
d2d5ad65f9ea910b9730cb3a36f02553098342de
ffc6adde3dc8d0a828c1e9d83b67b1e96709efa2
/uml/updateloop.plantuml
13e6db247b85c28f68f6500c08f8f3999245c7e7
[]
no_license
BradyBrenot/huestacean-design
d945f33fd298a70bdd5ca0ff301808eafa874c7d
7115523659037e69c94d8d36eb0bbaafb6f603e5
refs/heads/master
2020-05-05T12:17:01.789642
2019-04-30T02:06:33
2019-04-30T02:06:33
180,021,901
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,462
plantuml
@startuml actor Frontend == Device detection == Frontend -> DeviceProvider : Scan activate DeviceProvider ... Time passes ... return done deactivate DeviceProvider == Add a device to a room == note over Room There shall be no weird complicated threaded access to Devices. Devices are passed by value. Always. For the GUI to know if a Device is connected or not, it shall simply get all Devices and do an isEqual check for each of them. end note Frontend -> Room : Add device == Update the location of a device == note over Room To separate concerns while keeping the update code simple, Devices shall be responsible for providing an array of "render proxies" representing the lights or pixels within the device. A Razer keyboard will provide all 100-whatever keys as separate render proxies, while a hue device will usually provide 1 render proxy per device. end note note over Room #FFAAAA It may be most efficient to reconstruct the render proxy array every time any element thereof is changed, and set it up so that one can simply slice it and provide those slices to the individual DeviceProviders later down. This maintains better data coherency for a very mild update/initialization cost. e.g. the array should look like ""{ HueBridg1Device1, HueBridge1Device2,"" "" HueBridge2Device1, Razer1, Razer2, Razer3 }"" Then pass the array over to the DeviceProvider as vector::iterators end note Frontend -> Room : Set Location (Device, Location) activate Room Room -> Device : Get proxies for location activate Device return proxies return done == Update the room's lighting == note over Room Whole arrays of render proxies are iterated over in Effects at once, allowing for SIMD processing eventually, and at least hopefully until then avoiding icache misses. end note Room -> Effect : Update(mutable& proxy[]) activate Effect return note over Room Render proxies are passed to the DeviceProviders, which **copy** them end note Room -> DeviceProvider : Update(const& proxy[]) activate DeviceProvider DeviceProvider -> DeviceProvider : UpdateBuffer(const& proxy[]) return == Upload lighting to Hue == note over Room The DeviceProvider is using double buffering to avoid lock contention in the main loop end note DeviceProvider -> DeviceProvider : Upload activate DeviceProvider DeviceProvider -> DeviceProvider : Flip Buffer DeviceProvider ->[ : Upload ... Time passes ... [-> DeviceProvider : Done return @enduml
false
true
false
false
usecase
822b6d321fd9a0cf70a7a71c405bffb420a21a67
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/PaymentSetStatusInterfaceCodeAction.puml
ef0520e2e80f514aece7e1ca3073cc6991fd765f
[]
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
471
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 PaymentSetStatusInterfaceCodeAction [[PaymentSetStatusInterfaceCodeAction.svg]] extends PaymentUpdateAction { action: String interfaceCode: String } interface PaymentUpdateAction [[PaymentUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
b5213cb4edf42651d2ae2d4fc38e6d737c8b4506
61f77755f3ca65fa0a0dfbbdc51137e01ded03fc
/design_model/src/main/resources/结构型模式/外观模式/外观模式.puml
44691e2a7f4f710e01bbee7eef5cb06718b5a08c
[]
no_license
lyszhen3/myWeb
670e02a585ea3193f6c388b9cea37969a94792dc
c1543ec5f48d84e6c6481a95e54b84f04654b323
refs/heads/master
2023-07-11T02:29:33.530130
2019-02-25T01:39:29
2019-02-25T01:39:29
78,835,228
0
1
null
2022-12-16T04:38:41
2017-01-13T09:31:45
Java
UTF-8
PlantUML
false
false
177
puml
@startuml class Facade{ } class SubSystemA{ } class SubSystemB{ } class SubSystemC{ } Facade -->SubSystemA Facade -->SubSystemB Facade -->SubSystemC Client ..>Facade @enduml
false
true
false
false
class
fda23db29b5e3aedf5c0dcf4223c48083d67eef7
eb7171c563dc88963fb043f027b6525d3cb3a153
/docs/ex41ClassDiagram.puml
696543703b8238303f63396d1194d3aab7f9e8a9
[]
no_license
xera51/gray-cop3330-assignment3
49b441f94e3fa5a6a782373ce4ad249246e0eb22
bd4358d7022226832df073a30db0f9d99b9f6d15
refs/heads/master
2023-05-30T21:11:34.501325
2021-06-20T22:10:57
2021-06-20T22:10:57
377,254,337
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,485
puml
@startuml package oop.exercises.ex41 #CCCCCC { class Application { - {static} INFILE_NAME : String - {static} OUTFILE_NAME : String - sorter : NameSorter + {static} main(String[] args) : void } class NameSorter { - sorter : FileSorter - {static} output_loader : FileLoader() __Constructors__ + NameSorter() : NameSorter + NameSorter(String dir) : NameSorter + NameSorter(File dir) : NameSorter + NameSorter(FileLoader loader) : NameSorter + NameSorter(FileSorter sorter) : NameSorter __Accessor/Mutators__ + getSorter() : FileSorter + getLoader() : FileLoader + getSearchDir() : File __Methods__ + sortNames(String inFile) : void + sortNames(File file) : void + sortNames(String inFile, String outFile) : void + sortNames(File inFile, File outFile) : void - sortNames(Stream<String> in, File outFile) : void + buildOutput(Stream<String> lines) : String - buildOutputHeader(int numLines) : String } Application *- NameSorter } package oop.exercises.util #DDDDDD { class FileLoader { - searchDir : File __Constructors__ + FileLoader() : FileLoader + FileLoader(String dir) : FileLoader + FileLoader(File dir) : FileLoader __Accessors/Mutators__ + getSearchDir() : File __Methods__ + getFile(String fileName) : File + getFile(File file) : File + getPath(String fileName) : Path + getPath(File file) : Path + getBufferedReader(String fileName) : BufferedReader + getBufferedReader(File file) : BufferedReader + getBufferedWriter(String fileName) : BufferedWriter + getBufferedWriter(File file) : BufferedWriter + getBufferedWriter(String fileName, boolean append) : BufferedWriter + getBufferedWriter(File file, boolean append) : BufferedWriter + getLines(String fileName) : Stream<String> + getLines(File file) : Stream<String> + toString() : String } class ResourceLoader { - {static} DIR : String __Constructor__ - ResourceLoader() __Method__ + {static} get() : FileLoader } class FileSorter { - loader : FileLoader __Constructors__ + FileSorter() : FileSorter + FileSorter(String dir) : FileSorter + FileSorter(File dir) : FileSorter + FileSorter(FileLoader) : FileSorter __Accessors/Mutators__ + getLoader() : FileLoader + getSearchDir() : File __Methods__ + sortByLines(String fileName) : void + sortByLines(File file) : void + sortByLines(String inFileName, String outFileName) : void + sortByLines(File inFile, File outFile) : void - sortByLines(String<Stream> in, File outFile) : void + getLinesSorted(String fileName) : Stream<String> + getLinesSorted(File file) : Stream<String> } FileLoader <.. ResourceLoader : "Creates" FileSorter *- FileLoader note "No-args constructor uses\nSystem.getProperty(''user.dir'')" as emptyConstructorNote emptyConstructorNote .. FileSorter emptyConstructorNote .. FileLoader note left of ResourceLoader::DIR System.getProperty("user.dir") + "/src/main/resources" end note } NameSorter *--- FileSorter @enduml
false
true
false
false
class
0f747395417d87a2dcd13afeeac74d672c548a1f
7dd9cd7825813ce99edbf4f711e3752b047f7347
/Ejercicio2.puml
856ef151a56c4af9ca6463a70fafd944da98dccb
[]
no_license
mihaibigiu/PCV06-10
3684c828499c7fafe22921c122e23e4ff606a6fa
c61e51755114ad119d2bd78b48614ac6931654ce
refs/heads/master
2022-04-23T08:17:06.613162
2020-04-22T10:50:28
2020-04-22T10:50:28
257,843,194
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,011
puml
@startuml Ejercicio 2 left to right direction skinparam packageStyle rectangle actor profesor actor alumno rectangle AulaVirtual{ alumno -- (curso) (curso) ..> (materia) : include (curso) <.. (tareas) : extends (curso) <.. (contenido) : extends (curso) <.. (calificaciones) : extends profesor - (gestionar materia) profesor -- (gestionar grupo) (materia) <.. (creacion materia) : extends (materia) <. (gestionar materia) : include (gestionar materia) <.. (modificar contenidos) : extends (gestionar materia) <.. (modificar tareas) : extends (gestionar materia) <.. (modificar calificaciones) : extends (gestionar materia) <.. (modificar grupos) : extends (modificar grupos) ..> (grupo) : include (grupo) <.. (creacion grupo) : extends (grupo) <.. (gestionar grupo) : include (gestionar grupo) <.. (modificar alumno) : extends (gestionar grupo) <.. (añadir alumno) : extends (gestionar grupo) <.. (eliminar alumno) : extends } @enduml
false
true
true
false
usecase